6d812d2de93d85c2e9bd301c4d85f31accb6d03b
[bpt/emacs.git] / src / ChangeLog
1 2010-07-26 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * frame.h (Qtty_color_mode): Add declaration.
4
5 * lisp.h (Ftop_level, Fexit_recursive_edit)
6 (Fabort_recursive_edit): Mark as NO_RETURN.
7
8 2010-07-26 Kenichi Handa <handa@m17n.org>
9
10 * font.c (Ffont_shape_gstring): Terminate GSTRING by nil if the
11 number of glyphs gets smaller than the original length. (Bug#6621)
12
13 2010-07-26 Juanma Barranquero <lekktu@gmail.com>
14
15 * lread.c (unreadpure, mapatoms_1): Make static.
16
17 2010-07-25 Juanma Barranquero <lekktu@gmail.com>
18
19 * terminfo.c (tparam): Fix prototype of tparm.
20
21 2010-07-25 Andreas Schwab <schwab@linux-m68k.org>
22
23 * emacs.c (main) [PROFILING]: Use __executable_start if defined to
24 find start of text segment.
25 * dispnew.c (safe_bcopy): Don't define if HAVE___EXECUTABLE_START
26 is defined.
27
28 * callproc.c (set_initial_environment): Avoid unbalanced braces.
29
30 2010-07-25 Ken Brown <kbrown@cornell.edu>
31
32 * vm-limit.c (check_memory_limits): Fix previous change;
33 accidentally reverted an earlier change.
34
35 2010-07-25 Ken Brown <kbrown@cornell.edu>
36
37 * mem-limits.h (BSD4_2) [cygwin]: Don't define here; instead...
38 * vm-limit.c: ...add 'defined (CYGWIN)' here (Bug#6715).
39
40 2010-07-25 Juanma Barranquero <lekktu@gmail.com>
41
42 * callproc.c (relocate_fd): Set inside #ifndef WINDOWSNT.
43 * dired.c (opendir, readdir): Fix prototypes.
44 * editfns.c (w32_get_internal_run_time): Fix prototypes.
45 * keyboard.c (input_available_signal): Declare inside #ifdef SIGIO.
46 * ndir.h (opendir, readdir, seekdir, closedir): Fix prototypes.
47 (telldir): Remove declaration.
48 * ralloc.c (real_morecore, __morecore): Fix prototypes.
49 * sound.c (alsa_sound_perror): Declare inside #ifdef HAVE_ALSA.
50 * syssignal.h (strsignal): Fix prototype.
51 * term.c (tparam): Fix prototype.
52 (term_get_fkeys_address, term_get_fkeys_kboard, term_get_fkeys_1)
53 (term_get_fkeys): Set inside "#ifndef DOS_NT".
54 * vm-limit.c (check_memory_limits): Fix prototypes of real_morecore
55 and __morecore.
56 * w32gui.h (XParseGeometry): Fix prototype.
57 * w32heap.h (get_data_start, get_data_end, init_heap): Fix prototypes.
58 * w32term.c (my_set_focus): Declare inside #if 0.
59 * w32term.h (x_window_to_frame, x_display_info_for_name, w32_term_init)
60 (w32_fill_rect, w32_clear_window, init_crit, delete_crit, signal_quit)
61 (drain_message_queue, get_next_msg, post_msg, parse_button)
62 (ClipboardSequence_Proc): Fix prototypes.
63 (wait_for_sync): Remove declaration.
64
65 2010-07-24 Juanma Barranquero <lekktu@gmail.com>
66
67 * w32fns.c (w32_to_x_color): Remove, unused.
68
69 2010-07-24 Andreas Schwab <schwab@linux-m68k.org>
70
71 * lisp.h: Remove leftover P_.
72
73 2010-07-24 Dan Nicolaescu <dann@ics.uci.edu>
74
75 * ecrt0.c, unexalpha.c: Remove files, unused.
76
77 2010-07-24 Andreas Schwab <schwab@linux-m68k.org>
78
79 * cmds.c (internal_self_insert): Make static.
80 * lisp.h (internal_self_insert): Remove declaration.
81
82 2010-07-23 Juanma Barranquero <lekktu@gmail.com>
83
84 * alloc.c (free_float):
85 * font.c [ENABLE_CHECKING] (font_match_xlfd, font_check_xlfd_parse):
86 * frame.c (delete_frame_handler):
87 * ralloc.c (reorder_bloc):
88 * w32menu.c (menubar_id_to_frame, add_left_right_boundary):
89 Remove unused static functions.
90
91 * menu.c (cleanup_popup_menu): Set inside "#ifdef HAVE_NS";
92 it is called only from NS code.
93
94 * w32term.c (my_set_focus): #ifdef away; it is called only from
95 "#ifdef 0" code.
96
97 * w32fns.c (x_edge_detection):
98 * xfaces.c (may_use_scalable_font_p):
99 Remove obsolete static declarations.
100
101 2010-07-20 Juanma Barranquero <lekktu@gmail.com>
102
103 * alloc.c (emacs_blocked_free, emacs_blocked_malloc)
104 (emacs_blocked_realloc, uninterrupt_malloc):
105 * fringe.c (w32_reset_fringes):
106 * image.c (convert_mono_to_color_image, lookup_rgb_color)
107 (init_color_table, XPutPixel, jpeg_resync_to_restart_wrapper):
108 * sound.c (be2hs, do_play_sound):
109 * vm-limit.c (get_lim_data, ret_lim_data):
110 * w32term.c (x_free_frame_resources):
111 * xfaces.c (x_create_gc, x_free_gc):
112 Convert definitions to standard C.
113
114 2010-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
115
116 * eval.c (Feval, Ffuncall): Use the new names.
117
118 * lisp.h (struct Lisp_Subr): Rename `am' to aMANY and add aUNEVALLED.
119 (DEFUN): Add braces around the union initialisation and use ## to
120 specify the right union alternative and avoid a cast.
121
122 2010-07-18 Juanma Barranquero <lekktu@gmail.com>
123
124 * makefile.w32-in ($(BLD)/keyboard.$(O)): Update dependencies.
125
126 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
127
128 * frame.c (make_initial_frame): Use set_menu_bar_lines (Bug#6660).
129
130 2010-07-17 Jan Djärv <jan.h.d@swipnet.se>
131
132 * gtkutil.c (xg_event_is_for_menubar): Also check that event window
133 is related to the menu bar (Bug#6499).
134 (xg_frame_resized): GTK_IS_MAPPED => gtk_widget_get_mapped, for Gtk 3.0.
135
136 2010-07-16 Jan Djärv <jan.h.d@swipnet.se>
137
138 * xterm.h (x_menubar_window_to_frame): Second parameter is XEvent*.
139
140 * xterm.c (handle_one_xevent): Pass event to x_menubar_window_to_frame.
141
142 * xmenu.c (x_activate_menubar): Revert previous fix for Bug#6499,
143 i.e. don't put back ButtonRelease (Bug#6608).
144
145 * xfns.c (x_menubar_window_to_frame): Take XEvent as second parameter
146 instead of Window. Call xg_event_is_for_menubar when
147 USE_GTK (Bug#6499).
148
149 * gtkutil.h (xg_event_is_for_menubar): Declare.
150
151 * gtkutil.c (xg_event_is_for_menubar): New function (Bug#6499).
152
153 2010-07-16 Eli Zaretskii <eliz@gnu.org>
154
155 * w32fns.c (x_set_foreground_color): Fix setting the cursor color
156 when it's the same as the old foreground. (Bug#6609)
157
158 2010-07-16 Jan Djärv <jan.h.d@swipnet.se>
159
160 * xmenu.c (free_frame_menubar): Only call x_set_window_size if
161 widget is non-null (Bug#6645).
162
163 2010-07-15 Andreas Schwab <schwab@linux-m68k.org>
164
165 * xterm.c (x_fully_uncatch_errors, x_trace_wire, x_check_font):
166 Convert old-style definition.
167
168 * xmenu.c (create_and_show_popup_menu, xmenu_show): Fix type of
169 timestamp argument.
170
171 2010-07-15 Eli Zaretskii <eliz@gnu.org>
172
173 * fringe.c (update_window_fringes): Restore mistakenly reverted
174 code from 2010-04-17T12:33:05Z!eliz@gnu.org merged in 2010-04-20T13:31:28Z!eliz@gnu.org.
175
176 2010-07-14 Jan Djärv <jan.h.d@swipnet.se>
177
178 * xterm.c (xm_scroll_callback, x_process_timeouts): K&R => prototype.
179 (SET_SAVED_KEY_EVENT): Remove (not used).
180 (SET_SAVED_MENU_EVENT): Rename to SET_SAVED_BUTTON_EVENT and
181 remove size parameter.
182 (handle_one_xevent): Check popup_activated () for menu for Xt also.
183 Remove #ifdef USE_GTK around finish = X_EVENT_DROP.
184 Remove #ifdef USE_MOTIF code that did SET_SAVED_BUTTON_EVENT for
185 ButtonRelease.
186 (x_set_window_size_1): scroll_bar_actual_width is always
187 SCROLL_BAR_COLS * COLUMN_WIDTH for the purpose of frame sizing.
188
189 * xdisp.c (pending_menu_activation): Remove extern declaration.
190 (prepare_menu_bars): Remove setting of pending_menu_activation.
191
192 * xmenu.c (pending_menu_activation): Remove.
193 (x_activate_menubar): Set popup_activated_flag for Xt also.
194 Remove setting of pending_menu_activation.
195 (set_frame_menubar): Remove check of pending_menu_activation.
196 Declare menubar_size before code. Correct spelling in comment.
197
198 2010-07-14 Kenichi Handa <handa@m17n.org>
199
200 * font.c (font_open_entity): Cancel previous change.
201 (Ffont_get): Don't check FONT_ENTITY_INDEX of a font-object.
202
203 2010-07-13 Eli Zaretskii <eliz@gnu.org>
204
205 Remove subprocesses #ifdefs.
206 * process.c <inhibit_sentinels>: Move to the common part.
207 (Fwaiting_for_user_input_p): Move to the common part; return nil
208 if async subprocesses aren't supported.
209 * sysdep.c (wait_for_termination) [!MSDOS]: Don't compile on
210 MS-DOS. Remove "#ifdef subprocesses".
211 (sys_subshell, sys_select): Remove "#ifdef subprocesses".
212 (gettimeofday): Remove "#ifdef subprocesses".
213 (wait_without_blocking): Remove function.
214 (flush_pending_output, child_setup_tty): Don't compile on MS-DOS.
215 Remove "#ifdef subprocesses".
216 (child_setup_tty): Use WINDOWSNT instead of DOS_NT, since not
217 compiled on MS-DOS.
218 * callproc.c (Fcall_process) [!MSDOS]: Don't call
219 wait_for_termination on MS-DOS.
220 * emacs.c (shut_down_emacs): Remove "#ifndef subprocesses" from
221 initialization of inhibit_sentinels.
222 * keyboard.c (record_asynch_buffer_change): Remove "#ifdef
223 subprocesses" conditional.
224 * callproc.c (Fcall_process) [!subprocesses]: Don't call
225 wait_for_termination, since `buffer' cannot be an integer when
226 async subprocesses are not supported
227 * xdisp.c (decode_mode_spec): Use `MSDOS' instead of `subprocesses'
228 for ifdefing away the call to Fprocess_status.
229
230 * process.c (add_keyboard_wait_descriptor) [!subprocesses]: Ifdef
231 away the entire body of the function.
232
233 2010-07-13 Dan Nicolaescu <dann@ics.uci.edu>
234
235 Remove subprocesses #ifdefs from term.c.
236 * process.c (add_keyboard_wait_descriptor)
237 (delete_keyboard_wait_descriptor): Move to common section, do
238 nothing when subprocesses is not defined.
239 * term.c (Fsuspend_tty, Fresume_tty, init_tty):
240 Remove subprocesses #ifdefs.
241
242 Convert maybe_fatal to standard C.
243 * lisp.h (verror): Declare.
244 * eval.c (verror): New function containing the code from ...
245 (error): ... this. Call verror.
246 * term.c (vfatal): New function containing the code from ...
247 (fatal): ... this. Call vfatal.
248 (maybe_fatal): Convert to standard C, use variable number of
249 arguments. Declare as non-return.
250 (init_tty): Fix maybe_fatal call.
251
252 2010-07-12 Dan Nicolaescu <dann@ics.uci.edu>
253
254 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_expose)
255 (_scroll_bar_note_movement): Convert definitions to standard C.
256 * xmenu.c (menu_help_callback, pop_down_menu, xmenu_show):
257 * xfns.c (hack_wm_protocols, x_window, x_window): Likewise.
258
259 2010-07-12 Dan Nicolaescu <dann@ics.uci.edu>
260
261 * xterm.c (x_frame_of_widget, x_alloc_nearest_color_for_widget)
262 (x_alloc_lighter_color_for_widget, cvt_string_to_pixel)
263 (cvt_pixel_dtor, x_window_to_menu_bar, xt_action_hook)
264 (xaw_jump_callback, xaw_scroll_callback)
265 (x_create_toolkit_scroll_bar, x_set_toolkit_scroll_bar_thumb)
266 (x_wm_set_size_hint, x_activate_timeout_atimer): Convert
267 definitions to standard C.
268 * xmenu.c (menubar_id_to_frame, popup_get_selection)
269 (popup_activate_callback, popup_deactivate_callback)
270 (menu_highlight_callback, menubar_selection_callback)
271 (apply_systemfont_to_dialog, apply_systemfont_to_menu)
272 (free_frame_menubar, popup_selection_callback, as)
273 (create_and_show_popup_menu, dialog_selection_callback)
274 (create_and_show_dialog):
275 * xfns.c (hack_wm_protocols, x_window):
276 * xfaces.c (x_update_menu_appearance):
277 * widget.c (get_default_char_pixel_size, pixel_to_char_size)
278 (char_to_pixel_size, round_size_to_char, get_wm_shell)
279 (set_frame_size, update_wm_hints, setup_frame_gcs)
280 (update_various_frame_slots, update_from_various_frame_slots)
281 (EmacsFrameInitialize, EmacsFrameRealize, EmacsFrameResize)
282 (EmacsFrameSetValues, EmacsFrameQueryGeometry)
283 (EmacsFrameSetCharSize, widget_store_internal_border): Likewise.
284
285 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
286
287 * dbusbind.c (xd_initialize): Don't compare boolean with a constant.
288
289 2010-07-12 Eli Zaretskii <eliz@gnu.org>
290
291 * process.c (setup_process_coding_systems): Move to the part
292 shared by non-subprocesses systems, and make its body empty when
293 subprocesses is not defined.
294 (close_process_descs): Move to the part shared by non-subprocesses
295 systems.
296 (wait_reading_process_output) [!subprocesses]: Convert arg list to
297 ANSI C.
298
299 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
300
301 * editfns.c (transpose_markers): Convert old-style definition.
302 * emacs.c (abort, shut_down_emacs, fixup_locale)
303 (synchronize_system_time_locale)
304 (synchronize_system_messages_locale, syms_of_emacs): Likewise.
305 * floatfns.c (extract_float, matherr, init_floatfns)
306 (syms_of_floatfns): Likewise.
307 * fns.c (make_hash_table): Likewise.
308 * ftfont.c (ftfont_get_otf, ftfont_otf_features)
309 (ftfont_otf_capability, ftfont_get_glyph_id, ftfont_get_metrics)
310 (ftfont_drive_otf, ftfont_shape_by_flt, ftfont_shape)
311 (ftfont_variation_glyphs): Likewise.
312 * gtkutil.c (xg_create_widget, xg_modify_menubar_widgets): Likewise.
313 * keymap.c (describe_map_tree, describe_map, describe_vector): Likewise.
314 * lread.c (read_filtered_event): Likewise.
315 * minibuf.c (read_minibuf_noninteractive, read_minibuf): Likewise.
316 * process.c (wait_reading_process_output): Likewise.
317 * scroll.c (do_line_insertion_deletion_costs): Likewise.
318 * search.c (search_buffer, boyer_moore): Likewise.
319 * syntax.c (scan_sexps_forward): Likewise.
320 * xdisp.c (try_scrolling): Likewise.
321 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
322 (face_at_string_position): Likewise.
323 * xfns.c (x_default_scroll_bar_color_parameter): Likewise.
324 * xselect.c (x_get_window_property, receive_incremental_selection)
325 (x_get_window_property_as_lisp_data, lisp_data_to_selection_data):
326 Likewise.
327 * xterm.c (x_draw_relief_rect, x_draw_box_rect): Likewise.
328
329 2010-07-12 Dan Nicolaescu <dann@ics.uci.edu>
330
331 * callproc.c (child_setup): Remove subprocesses conditional.
332 Remove code dealing with SET_EMACS_PRIORITY, unused.
333
334 * buffer.c (Fset_buffer_multibyte): Remove subprocesses conditional.
335 * process.c (close_process_descs): Use DOS_NT instead of WINDOWSNT.
336
337 * emacs.c (__do_global_ctors, __do_global_ctors_aux)
338 (__do_global_dtors, __main): Use void in definition.
339 (main): Remove code dealing with SET_EMACS_PRIORITY, unused.
340 Remove SYMS_MACHINE code, unused. Remove SYMS_SYSTEM, inline
341 the only users from ...
342 * s/ms-w32.h (SYMS_SYSTEM): ... here and ...
343 * s/msdos.h (SYMS_SYSTEM): ... here. Remove.
344 (HAVE_VOLATILE): Remove, unused.
345
346 Convert more function definitions to standard C.
347 * xdisp.c (window_box_edges, handle_single_display_spec)
348 (display_string): Convert definition to standard C.
349 * scroll.c (do_direct_scrolling, scrolling_1):
350 * dispnew.c (allocate_matrices_for_frame_redisplay)
351 (mirrored_line_dance):
352 * coding.c (code_convert_string):
353 * charset.c (map_charset_chars):
354 * ccl.c (Fccl_program_p, Fccl_execute, Fccl_execute_on_string)
355 (Fregister_ccl_program, Fregister_code_conversion_map):
356 * keyboard.c (kbd_buffer_nr_stored): Likewise.
357 (head_table): Make static and const.
358
359 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
360
361 * Makefile.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
362 (PROFILING_LDFLAGS): Set from substitution.
363 (ALL_CFLAGS): Add C_WARNINGS_SWITCH and PROFILING_CFLAGS, put
364 CFLAGS last.
365
366 2010-07-12 Kenichi Handa <handa@m17n.org>
367
368 * Makefile.in (lisp): Change hebrew.el to hebrew.elc.
369 (shortlisp): Likewise.
370
371 * font.h (enum font_property_index): New member FONT_ENTITY_INDEX.
372
373 * font.c (font_open_entity): Record ENTITY in FONT_OBJECT's slot
374 of FONT_ENTITY_INDEX.
375 (Ffont_get): If KEY is :otf and the font-object doesn't have the
376 property, get the property value dynamically.
377 (Ffont_put): Accept font-entity and font-object too.
378 (Ffont_get_glyhphs): Renamed from Fget_font_glyphs. Arguments and
379 return value changed.
380 (syms_of_font): Adjusted for the above change.
381
382 2010-07-11 Andreas Schwab <schwab@linux-m68k.org>
383
384 * blockinput.h: Remove obsolete comment.
385
386 * lisp.h: Include <stddef.h>.
387 (OFFSETOF): Don't define.
388 (VECSIZE): Use offsetof instead of OFFSETOF.
389 (PSEUDOVECSIZE): Likewise.
390 * process.c (conv_sockaddr_to_lisp): Likewise.
391 * alloc.c: Don't include <stddef.h>.
392 * buffer.h (PER_BUFFER_VAR_OFFSET): Use offsetof.
393
394 * process.c: Remove obsolete comment.
395
396 2010-07-11 Chong Yidong <cyd@stupidchicken.com>
397
398 * xfaces.c (Vface_remapping_alist): Doc fix (Bug#6091).
399
400 2010-07-11 Andreas Schwab <schwab@linux-m68k.org>
401
402 * callint.c (Fcall_interactively): Use strchr, strrchr instead of
403 index, rindex.
404 * doc.c (get_doc_string, Fsnarf_documentation): Likewise.
405 * editfns.c (Fuser_full_name, Fformat): Likewise.
406 * emacs.c (argmatch, sort_args, decode_env_path): Likewise.
407 * fileio.c (Ffile_symlink_p): Likewise.
408 * filelock.c (current_lock_owner): Likewise.
409 * font.c (font_parse_name, font_parse_family_registry): Likewise.
410 * fontset.c (fontset_pattern_regexp): Likewise.
411 * lread.c (read1): Likewise.
412 * sysdep.c (init_system_name): Likewise.
413 * xfns.c (select_visual): Likewise.
414 * s/hpux10-20.h (index, rindex): Don't define.
415 * s/ms-w32.h (index): Likewise.
416 * s/usg5-4.h: Likewise.
417
418 * callproc.c (relocate_fd): Use F_DUPFD if defined.
419
420 * alloc.c (pending_malloc_warning, malloc_warning): Add const.
421 * callproc.c (relocate_fd, getenv_internal_1, getenv_internal)
422 (egetenv): Likewise.
423 * doprnt.c (doprnt): Likewise.
424 * editfns.c (set_time_zone_rule, format2): Likewise.
425 * emacs.c (decode_env_path): Likewise.
426 * eval.c (signal_error, error): Likewise.
427 * insdel.c (replace_range_2): Likewise.
428 * keyboard.c (cmd_error_internal): Likewise.
429 * lread.c (isfloat_string, make_symbol, dir_warning): Likewise.
430 * print.c (write_string, write_string_1, print_error_message):
431 Likewise.
432 * vm-limit.c (warn_function, memory_warnings): Likewise.
433 * xdisp.c (message1, message1_nolog, message_with_string)
434 (vmessage, message, message_nolog): Likewise.
435 * emacs.c: Remove duplicate declaration.
436 * keyboard.h: Likewise.
437 * lisp.h: Update prototypes.
438
439 * eval.c: Fix indentation problem.
440
441 * keyboard.c: Include "process.h"
442
443 * eval.c: Remove obsolete noinline declaration.
444 * fns.c: Likewise.
445
446 2010-07-11 Ken Raeburn <raeburn@raeburn.org>
447
448 * doprnt.c (doprnt): Take a va_list argument instead of count and
449 pointer.
450 * eval.c (error): Change to a standard-C variadic function.
451 * xdisp.c (vmessage): Renamed from message, made static, and
452 changed to take a va_list argument.
453 (message): New variadic wrapper.
454 (message_nolog): Now a variadic function, calling vmessage.
455 * lisp.h: Include stdarg.h for va_list.
456 (doprnt, error, message, message_nolog): Decls updated.
457
458 2010-07-11 Eli Zaretskii <eliz@gnu.org>
459
460 * process.c (syms_of_process) <delete-exited-processes>: Define
461 even if !subprocesses.
462 (delete_exited_processes): Ditto.
463
464 * msdos.c (syms_of_msdos) <delete-exited-processes>: Remove DEFVAR.
465 (delete_exited_processes): Don't define.
466
467 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
468
469 * frame.c (make_frame): Initialize menu_bar_lines and
470 tool_bar_lines members.
471 (make_initial_frame, make_terminal_frame): Initialize
472 menu_bar_lines using value of menu-bar-mode.
473
474 * msdos.c (IT_set_frame_parameters): Don't set menu-bar-lines.
475
476 2010-07-10 Eli Zaretskii <eliz@gnu.org>
477
478 * process.c: Reshuffle #include's. Condition some of the global
479 and static variables on `subprocesses'.
480 (hold_keyboard_input, unhold_keyboard_input, kbd_on_hold_p):
481 Leave only one implementation.
482 (Fget_buffer_process, Fprocess_inherit_coding_system_flag)
483 (kill_buffer_processes, Flist_system_processes)
484 (Fprocess_attributes, init_process, syms_of_process): Unify the
485 implementations for with subprocesses and without them.
486
487 2010-07-09 Jan Djärv <jan.h.d@swipnet.se>
488
489 * xmenu.c (set_frame_menubar): Must realize menubar_widget to get the
490 correct size for Motif.
491 (free_frame_menubar): Call x_set_window_size to update frame size.
492
493 * xfns.c (x_window): Set borderWidth to 0 for pane and
494 EmacsFrame. Frame size calculation is wrong otherwise.
495
496 2010-07-09 Michael Albinus <michael.albinus@gmx.de>
497
498 * dbusbind.c (xd_initialize): Add new argument RAISE_ERROR, which
499 allows to suppress errors when polling in Emacs' main loop.
500 (Fdbus_init_bus, Fdbus_get_unique_name, Fdbus_call_method)
501 (Fdbus_call_method_asynchronously, Fdbus_method_return_internal)
502 (Fdbus_method_error_internal, Fdbus_send_signal)
503 (xd_get_dispatch_status, xd_read_message, Fdbus_register_signal)
504 (Fdbus_register_method): Use it. (Bug#6579)
505
506 2010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
507
508 * alloc.c: Convert DEFUNs to standard C.
509 * buffer.c:
510 * bytecode.c:
511 * callint.c:
512 * callproc.c:
513 * casefiddle.c:
514 * casetab.c:
515 * category.c:
516 * character.c:
517 * charset.c:
518 * chartab.c:
519 * cmds.c:
520 * coding.c:
521 * composite.c:
522 * data.c:
523 * dbusbind.c:
524 * dired.c:
525 * dispnew.c:
526 * doc.c:
527 * dosfns.c:
528 * editfns.c:
529 * emacs.c:
530 * eval.c:
531 * fileio.c:
532 * filelock.c:
533 * floatfns.c:
534 * fns.c:
535 * font.c:
536 * fontset.c:
537 * frame.c:
538 * fringe.c:
539 * image.c:
540 * indent.c:
541 * insdel.c:
542 * keyboard.c:
543 * keymap.c:
544 * lread.c:
545 * macros.c:
546 * marker.c:
547 * menu.c:
548 * minibuf.c:
549 * msdos.c:
550 * nsfns.m:
551 * nsmenu.m:
552 * nsselect.m:
553 * print.c:
554 * process.c:
555 * search.c:
556 * sound.c:
557 * syntax.c:
558 * term.c:
559 * terminal.c:
560 * textprop.c:
561 * undo.c:
562 * w16select.c:
563 * w32console.c:
564 * w32fns.c:
565 * w32font.c:
566 * w32menu.c:
567 * w32proc.c:
568 * w32select.c:
569 * window.c:
570 * xdisp.c:
571 * xfaces.c:
572 * xfns.c:
573 * xmenu.c:
574 * xselect.c:
575 * xsettings.c:
576 * xsmfns.c: Likewise.
577
578 2010-07-08 Eli Zaretskii <eliz@gnu.org>
579
580 * process.c (kbd_is_on_hold, hold_keyboard_input)
581 (unhold_keyboard_input, kbd_on_hold_p) [!subprocesses]: Define.
582
583 2010-07-08 Jan Djärv <jan.h.d@swipnet.se>
584
585 * xmenu.c (set_frame_menubar, create_and_show_popup_menu)
586 (create_and_show_dialog): Don't call apply_systemfont_to_(menu|dialog)
587 unless USE_LUCID.
588
589 2010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
590
591 * xdisp.c (store_mode_line_noprop_char): Remove K&R alternative
592 declaration.
593
594 Clean up include guards.
595 * tparam.c: Remove include guards for config.h, string.h and code
596 that assumes #ifndef emacs.
597 * termcap.c:
598 * unexalpha.c:
599 * sysdep.c:
600 * filemode.c:
601 * filelock.c:
602 * bidi.c: Likewise.
603
604 Remove prefix-args.c
605 * prefix-args.c: Remove file.
606 * autodeps.mk (ALLOBJS): Remove reference to prefix-args.
607 * Makefile.in (temacs${EXEEXT}): Remove references to
608 PRE_EDIT_LDFLAGS and POST_EDIT_LDFLAGS.
609 (mostlyclean): Remove reference to prefix-args.
610 (prefix-args): Remove.
611
612 Simplify cstart_of_data, start_of_code and related code.
613 * mem-limits.h: Remove !emacs and _LIBC conditional code.
614 (start_of_data): Merge into start_of_data function.
615 * sysdep.c (start_of_text): Remove. Move simplified versions of
616 it in the only users: unexaix.c and unexec.c.
617 (read_input_waiting): Remove local declaration of quit_char.
618 (start, etext): Remove declarations.
619 (start_of_data): Merge with the version in mem-limits.h and move
620 to vm-limits.c.
621 * vm-limit.c (start_of_data): Merged and simplified version of the
622 code formerly in mem-limits.h and sysdep.c.
623 * unexec.c (start): New declaration, moved from sysdep.c.
624 (start_of_text): Simplified version of the code formerly in sysdep.c.
625 * unexaix.c (start_of_text): Simplified version of the code
626 formerly in sysdep.c.
627 * m/alpha.h (HAVE_TEXT_START): Remove.
628 (TEXT_START): Move ...
629 * unexalpha.c (TEXT_START): ... here.
630 * s/hpux10-20.h (TEXT_START): Remove.
631 * s/darwin.h (TEXT_START):
632 * m/mips.h (TEXT_START):
633 * m/macppc.h (HAVE_TEXT_START):
634 * m/m68k.h (TEXT_START):
635 * m/iris4d.h (TEXT_START):
636 * m/intel386.h (TEXT_START):
637 * m/ibmrs6000.h (TEXT_START):
638 * m/ia64.h (HAVE_TEXT_START):
639 * s/msdos.h (TEXT_START): Likewise.
640
641 2010-07-07 Andreas Schwab <schwab@linux-m68k.org>
642
643 * alloc.c (overrun_check_malloc, overrun_check_realloc)
644 (overrun_check_free, xstrdup, allocate_string)
645 (allocate_string_data, compact_small_strings, Fmake_string)
646 (make_unibyte_string, make_multibyte_string)
647 (make_string_from_bytes, make_specified_string, make_float)
648 (Fcons, allocate_terminal, allocate_frame, make_pure_string)
649 (Fgarbage_collect): Replace bcopy, safe_bcopy, bzero, bcmp by
650 memcpy, memmove, memset, memcmp.
651 * atimer.c (start_atimer, set_alarm): Likewise.
652 * buffer.c (clone_per_buffer_values, report_overlay_modification)
653 (mmap_realloc, init_buffer_once): Likewise.
654 * callint.c (Fcall_interactively): Likewise.
655 * callproc.c (Fcall_process, Fcall_process_region, child_setup)
656 (getenv_internal_1): Likewise.
657 * casefiddle.c (casify_object): Likewise.
658 * ccl.c (ccl_driver): Likewise.
659 * character.c (str_as_multibyte, str_to_multibyte): Likewise.
660 * charset.c (load_charset_map_from_file)
661 (load_charset_map_from_file, load_charset_map_from_vector)
662 (Fdefine_charset_internal): Likewise.
663 * cm.c (Wcm_clear): Likewise.
664 * coding.c (decode_eol, decode_coding_object)
665 (Fset_coding_system_priority, make_subsidiaries): Likewise.
666 * data.c (Faset): Likewise.
667 * dired.c (directory_files_internal, file_name_completion_stat):
668 Likewise.
669 * dispnew.c (new_glyph_matrix, adjust_glyph_matrix)
670 (clear_glyph_row, copy_row_except_pointers)
671 (copy_glyph_row_contents, new_glyph_pool, realloc_glyph_pool)
672 (save_current_matrix, restore_current_matrix)
673 (build_frame_matrix_from_leaf_window, mirrored_line_dance)
674 (mirror_line_dance, scrolling_window): Likewise.
675 * doc.c (Fsnarf_documentation, Fsubstitute_command_keys):
676 Likewise.
677 * doprnt.c (doprnt): Likewise.
678 * editfns.c (Fuser_full_name, make_buffer_string_both)
679 (Fmessage_box, Fformat, Ftranspose_regions): Likewise.
680 * emacs.c (sort_args): Likewise.
681 * eval.c (Fapply, Ffuncall): Likewise.
682 * fileio.c (Ffile_name_directory, make_temp_name)
683 (Fexpand_file_name, search_embedded_absfilename)
684 (Fsubstitute_in_file_name, Ffile_symlink_p, Finsert_file_contents)
685 (auto_save_error): Likewise.
686 * fns.c (Fstring_equal, Fcopy_sequence, concat)
687 (string_to_multibyte, Fstring_as_unibyte, Fstring_as_multibyte)
688 (internal_equal, Fclear_string, larger_vector, copy_hash_table)
689 (Fmake_hash_table): Likewise.
690 * fringe.c (Fdefine_fringe_bitmap): Likewise.
691 * ftfont.c (ftfont_text_extents): Likewise.
692 * getloadavg.c (getloadavg): Likewise.
693 * image.c (define_image_type, make_image, make_image_cache)
694 (x_create_x_image_and_pixmap, xbm_image_p)
695 (w32_create_pixmap_from_bitmap_data, xbm_load, xpm_lookup_color)
696 (xpm_image_p, x_create_bitmap_from_xpm_data, xpm_load)
697 (init_color_table, x_build_heuristic_mask, pbm_image_p, pbm_load)
698 (png_image_p, png_read_from_memory, png_load, jpeg_image_p)
699 (tiff_image_p, tiff_read_from_memory, gif_image_p)
700 (gif_read_from_memory, gif_load, svg_image_p, gs_image_p):
701 Likewise.
702 * indent.c (scan_for_column, compute_motion): Likewise.
703 * insdel.c (gap_left, gap_right, make_gap_smaller, copy_text)
704 (insert_1_both, insert_from_gap, replace_range_2): Likewise.
705 * intervals.c (reproduce_tree, reproduce_tree_obj): Likewise.
706 * keyboard.c (echo_char, save_getcjmp, restore_getcjmp)
707 (kbd_buffer_store_event_hold, apply_modifiers_uncached)
708 (store_user_signal_events, menu_bar_items, tool_bar_items)
709 (process_tool_bar_item, append_tool_bar_item)
710 (read_char_minibuf_menu_prompt, read_key_sequence)
711 (Fread_key_sequence, Fread_key_sequence_vector, Frecent_keys):
712 Likewise.
713 * keymap.c (current_minor_maps, Fdescribe_buffer_bindings):
714 Likewise.
715 * lisp.h (STRING_COPYIN): Likewise.
716 * lread.c (Fload, read1, oblookup): Likewise.
717 * msdos.c (Frecent_doskeys): Likewise.
718 * nsfns.m (Fx_create_frame): Likewise.
719 * nsfont.m (nsfont_open, nsfont_text_extents, ns_glyph_metrics):
720 Likewise.
721 * nsimage.m (EmacsImage-initFromSkipXBM:width:height:)
722 (EmacsImage-initForXPMWithDepth:width:height:flip:length:):
723 Likewise.
724 * nsmenu.m (ns_update_menubar): Likewise.
725 * nsterm.m (ns_draw_fringe_bitmap, ns_term_init): Likewise.
726 * print.c (print_unwind, printchar, strout, print_string)
727 (print_error_message): Likewise.
728 * process.c (conv_lisp_to_sockaddr, set_socket_option)
729 (Fmake_network_process, Fnetwork_interface_list)
730 (Fnetwork_interface_info, read_process_output, Fprocess_send_eof)
731 (init_process): Likewise.
732 * ralloc.c (resize_bloc, r_alloc_sbrk, r_alloc_init): Likewise.
733 * regex.c (init_syntax_once, regex_compile, re_compile_fastmap):
734 Likewise.
735 * scroll.c (do_scrolling, do_direct_scrolling)
736 (scrolling_max_lines_saved): Likewise.
737 * search.c (search_buffer, wordify, Freplace_match): Likewise.
738 * sound.c (wav_init, au_init, Fplay_sound_internal): Likewise.
739 * syntax.c (skip_chars, skip_syntaxes): Likewise.
740 * sysdep.c (child_setup_tty, sys_subshell, emacs_get_tty)
741 (emacs_set_tty): Likewise.
742 * term.c (encode_terminal_code, calculate_costs)
743 (produce_special_glyphs, create_tty_output, init_tty, delete_tty):
744 Likewise.
745 * termcap.c (tgetst1, gobble_line): Likewise.
746 * termhooks.h (EVENT_INIT): Likewise.
747 * tparam.c (tparam1): Likewise.
748 * unexalpha.c (unexec): Likewise.
749 * unexec.c (write_segment): Likewise.
750 * unexmacosx.c (unexec_write_zero): Likewise.
751 * w32fns.c (w32_wnd_proc, Fx_create_frame, x_create_tip_frame)
752 (Fx_file_dialog, Fsystem_move_file_to_trash): Likewise.
753 * w32font.c (w32font_list_family, w32font_text_extents)
754 (w32font_list_internal, w32font_match_internal)
755 (w32font_open_internal, compute_metrics, Fx_select_font):
756 Likewise.
757 * w32menu.c (set_frame_menubar, add_menu_item)
758 (w32_menu_display_help, w32_free_submenu_strings): Likewise.
759 * w32term.c (XCreateGC, w32_initialize_display_info): Likewise.
760 * w32uniscribe.c (uniscribe_list_family): Likewise.
761 * w32xfns.c (get_next_msg, post_msg, prepend_msg): Likewise.
762 * window.c (make_window, replace_window, set_window_buffer)
763 (Fsplit_window): Likewise.
764 * xdisp.c (init_iterator, RECORD_OVERLAY_STRING, reseat_to_string)
765 (add_to_log, message3, x_consider_frame_title)
766 (append_space_for_newline, extend_face_to_end_of_line)
767 (decode_mode_spec_coding, init_glyph_string): Likewise.
768 * xfaces.c (x_create_gc, get_lface_attributes_no_remap)
769 (Finternal_copy_lisp_face, Finternal_merge_in_global_face)
770 (face_attr_equal_p, make_realized_face, make_face_cache)
771 (free_realized_faces, lookup_named_face, smaller_face)
772 (face_with_height, lookup_derived_face)
773 (x_supports_face_attributes_p, Finternal_set_font_selection_order)
774 (Finternal_set_font_selection_order, realize_default_face)
775 (compute_char_face, face_at_buffer_position)
776 (face_for_overlay_string, face_at_string_position, merge_faces):
777 Likewise.
778 * xfns.c (xic_create_fontsetname, Fx_create_frame)
779 (Fx_window_property, x_create_tip_frame)
780 (Fx_backspace_delete_keys_p): Likewise.
781 * xfont.c (xfont_list, xfont_match, xfont_list_family)
782 (xfont_text_extents): Likewise.
783 * xmenu.c (set_frame_menubar, xmenu_show): Likewise.
784 * xrdb.c (magic_file_p, x_get_resource): Likewise.
785 * xselect.c (x_queue_event, x_get_window_property)
786 (receive_incremental_selection): Likewise.
787 * xsmfns.c (x_session_check_input): Likewise.
788 * xterm.c (x_send_scroll_bar_event, SET_SAVED_MENU_EVENT)
789 (handle_one_xevent, x_check_errors, xim_initialize, x_term_init):
790 Likewise.
791 * character.h (BCOPY_SHORT): Removed.
792 * config.in: Regenerate.
793 * dispnew.c (safe_bcopy): Only define as dummy if PROFILING.
794 * emacs.c (main) [PROFILING]: Don't declare
795 dump_opcode_frequencies.
796 * lisp.h (safe_bcopy): Remove declaration.
797 (memset) [!HAVE_MEMSET]: Declare.
798 (memcpy) [!HAVE_MEMCPY]: Likewise.
799 (memmove) [!HAVE_MEMMOVE]: Likewise.
800 (memcmp) [!HAVE_MEMCMP]: Likewise.
801 * s/ms-w32.h (bzero, bcopy, bcmp, GAP_USE_BCOPY)
802 (BCOPY_UPWARD_SAFE, BCOPY_DOWNWARD_SAFE, HAVE_BCOPY, HAVE_BCMP):
803 Don't define.
804 (HAVE_MEMCMP, HAVE_MEMCPY, HAVE_MEMMOVE, HAVE_MEMSET): Define.
805 * s/msdos.h (GAP_USE_BCOPY, BCOPY_UPWARD_SAFE)
806 (BCOPY_DOWNWARD_SAFE): Don't define.
807 * sysdep.c (memset) [!HAVE_MEMSET]: Define.
808 (memcpy) [!HAVE_MEMCPY]: Define.
809 (memmove) [!HAVE_MEMMOVE]: Define.
810 (memcmp) [!HAVE_MEMCMP]: Define.
811
812 2010-07-07 Jan Djärv <jan.h.d@swipnet.se>
813
814 * process.c (kbd_is_on_hold): New variable.
815 (hold_keyboard_input, unhold_keyboard_input, kbd_on_hold_p):
816 New functions.
817 (wait_reading_process_output): If kbd_on_hold_p returns non-zero,
818 select on empty input mask.
819 (init_process): Initialize kbd_is_on_hold to 0.
820
821 * process.h (hold_keyboard_input, unhold_keyboard_input)
822 (kbd_on_hold_p): Declare.
823
824 * keyboard.c (input_available_signal): Declare.
825 (kbd_buffer_nr_stored): New function.
826 (kbd_buffer_store_event_hold): If kbd_buffer_nr_stored returns
827 more than KBD_BUFFER_SIZE/2, stop reding input (Bug#6571).
828 (kbd_buffer_get_event): If input is suspended and kbd_buffer_nr_stored
829 returns less than KBD_BUFFER_SIZE/4, resume reding input (Bug#6571).
830 (tty_read_avail_input): If input is on hold, return.
831 Don't read more that free slots in kbd_buffer (Bug#6571).
832
833 2010-07-07 Eli Zaretskii <eliz@gnu.org>
834
835 * msdos.h:
836 * msdos.c:
837 * dosfns.c:
838 * w16select.c: Convert function definitions to ANSI C.
839
840 * msdos.h (ctrl_break_func, install_ctrl_break_check):
841 Remove unused prototypes.
842
843 2010-07-07 Juanma Barranquero <lekktu@gmail.com>
844
845 * coding.c, sysdep.c: Convert some more functions to standard C.
846
847 2010-07-07 Juanma Barranquero <lekktu@gmail.com>
848
849 * coding.c (decode_coding_gap, encode_coding_gap, decode_coding_object)
850 (encode_coding_object): Use SPECPDL_INDEX.
851 (syms_of_coding): Use DOS_NT.
852
853 2010-07-07 Dan Nicolaescu <dann@ics.uci.edu>
854
855 * intervals.h (interval): Use EMACS_UINT instead of unsigned EMACS_INT.
856
857 Make the function member of Lisp_Subr use standard C prototypes.
858 * lisp.h (struct Lisp_Subr): Use a union for the function member.
859 (DECL_ALIGN): Add a cast for the function.
860 * eval.c (Feval, Ffuncall): Use the proper type for each type
861 function call.
862
863 2010-07-06 Chong Yidong <cyd@stupidchicken.com>
864
865 * fringe.c (draw_fringe_bitmap_1): Use lookup_named_face to get
866 fringe face id, so face-remapping-alist works (Bug#6091).
867
868 2010-07-06 Juanma Barranquero <lekktu@gmail.com>
869
870 * w32.c, w32console.c, w32fns.c, w32font.c, w32heap.c, w32inevt.c
871 * w32menu.c, w32proc.c, w32reg.c, w32select.c, w32term.c
872 * w32uniscribe.c, w32xfns.c: Convert function definitions to standard C.
873
874 2010-07-06 Andreas Schwab <schwab@linux-m68k.org>
875
876 * xterm.c (x_get_keysym_name): Change type of parameter to int.
877 * lisp.h: Declare x_get_keysym_name.
878 * keyboard.c (modify_event_symbol): Don't declare
879 x_get_keysym_name here.
880
881 2010-07-06 Dan Nicolaescu <dann@ics.uci.edu>
882
883 * ecrt0.c: Revert conversion to standard C.
884
885 2010-07-05 Dan Nicolaescu <dann@ics.uci.edu>
886
887 * vm-limit.c (memory_warnings):
888 * keyboard.c (modify_event_symbol):
889 * floatfns.c (rounding_driver, ceiling2, floor2, truncate2)
890 (round2, emacs_rint):
891 * process.c (send_process, old_sigpipe): Convert function
892 definitions and declarations to standard C.
893
894 2010-07-05 Juanma Barranquero <lekktu@gmail.com>
895
896 * buffer.c, cm.c, eval.c, keyboard.c, process.c, term.c, vm-limit.c,
897 * xdisp.c: Convert function definitions to standard C.
898
899 * cm.c (cmputc): Arg C is now int, not char.
900 * process.c (Fmake_network_process): Cast sockaddr_in* to sockaddr*.
901
902 2010-07-05 James Cloos <cloos@jhcloos.com>
903
904 * xterm.h (Xatom_net_wm_name, Xatom_net_wm_icon_name): New.
905
906 * xterm.c (x_term_init): Intern the _NET_WM_NAME and
907 _NET_WM_ICON_NAME atoms.
908
909 * xfns.c (x_set_name_internal): Set the EWMH _NET_WM_NAME
910 and _NET_WM_ICON_NAME properties, too, matching what is
911 done in the Gtk+ case.
912
913 2010-07-05 Jan Djärv <jan.h.d@swipnet.se>
914
915 * xterm.c (XTring_bell, XTset_terminal_window): Fix wrong prototype.
916
917 * xsmfns.c (SSDATA): New macro.
918 (smc_save_yourself_CB, x_session_initialize): Use SSDATA for strings
919 passed to strlen/strcpy/strcat.
920 (create_client_leader_window): Surround with #ifndef USE_GTK. Cast
921 7:th arg to XChangeProperty to (unsigned char *)
922
923 * xsettings.c (something_changedCB, parse_settings)
924 (apply_xft_settings): Reformat prototype.
925 (something_changedCB, init_gconf): Remove unused variable i.
926 (read_settings): Remove unused variable long_len.
927
928 * gtkutil.c (xg_get_pixbuf_from_pix_and_mask)
929 (xg_get_image_for_pixmap, create_dialog)
930 (xg_get_file_with_selection, xg_get_file_name, update_cl_data)
931 (menuitem_highlight_callback, make_menu_item)
932 (xg_create_one_menuitem, create_menus, xg_update_menu_item)
933 (xg_create_scroll_bar, xg_update_scrollbar_pos)
934 (xg_set_toolkit_scroll_bar_thumb, xg_tool_bar_button_cb)
935 (xg_tool_bar_proxy_help_callback, xg_tool_bar_detach_callback)
936 (xg_tool_bar_attach_callback, xg_tool_bar_help_callback)
937 (xg_tool_bar_item_expose_callback): Reformat prototype.
938 (xg_update_menubar): GList *group => GSList *group.
939 (xg_modify_menubar_widgets): Initialize witem to 0, check witem != 0
940 before use.
941 (update_frame_tool_bar): 4:th param to xg_get_image_for_pixmap changed
942 to GTK_IMAGE (wimage).
943
944 2010-07-05 Dan Nicolaescu <dann@ics.uci.edu>
945
946 * atimer.c: Use "" instead of <> for local includes for
947 consistency with the rest of the code.
948
949 * xsmfns.c (smc_save_yourself_CB, smc_error_handler):
950 * xrdb.c (get_system_name):
951 * window.c (shrink_windows):
952 * syntax.c (forw_comment):
953 * scroll.c (calculate_scrolling, calculate_direct_scrolling)
954 (ins_del_costs):
955 * mem-limits.h (start_of_data):
956 * lread.c (readevalloop):
957 * gtkutil.c (xg_dialog_response_cb, xg_get_file_with_chooser)
958 (xg_get_file_with_selection, xg_update_menubar, xg_update_submenu):
959 * frame.c (x_get_focus_frame):
960 * floatfns.c (fmod_float):
961 * fileio.c (choose_write_coding_system):
962 * emacs.c (fatal_error_signal, init_cmdargs, argmatch)
963 (malloc_initialize_hook, sort_args, synchronize_locale):
964 * doprnt.c (doprnt):
965 * dired.c (compile_pattern):
966 * data.c (fmod_float):
967 * chartab.c (map_sub_char_table, map_sub_char_table_for_charset)
968 (map_char_table_for_charset):
969 * charset.c (define_charset_internal):
970 * alloc.c (Fgarbage_collect): Convert declarations or definitions
971 to standard C.
972
973 2010-07-04 Tetsurou Okazaki <okazaki@be.to> (tiny change)
974 Stefan Monnier <monnier@iro.umontreal.ca>
975
976 * lread.c (read1): Fix up last change to not mess up `c'.
977
978 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
979
980 * strftime.c: Revert conversion to standard C (2010-07-04T07:50:25Z!dann@ics.uci.edu).
981
982 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
983
984 Fix prototypes.
985
986 * atimer.c (start_atimer): Use EMACS_TIME, not struct timeval.
987 * dired.c (file_name_completion_stat): Use DIRENTRY, not struct dirent.
988 * fileio.c (read_non_regular, read_non_regular_quit): Add Lisp_Object
989 arg, as required by internal_condition_case_1.
990 * print.c (strout): Use const char* for arg PTR.
991 * regex.c (bcmp_translate): Use RE_TRANSLATE_TYPE, not Lisp_Object.
992 (analyse_first): Fix "const const".
993 * sysdep.c (set_file_times): Use EMACS_TIME, not struct timeval.
994 * unexelf.c (round_up, find_section): Use ElfW macro for arguments.
995 * xgselect.c (xg_select): Use SELECT_TYPE, EMACS_TIME.
996
997 2010-07-04 Dan Nicolaescu <dann@ics.uci.edu>
998
999 * alloc.c: Convert function definitions to standard C.
1000 * atimer.c:
1001 * bidi.c:
1002 * bytecode.c:
1003 * callint.c:
1004 * callproc.c:
1005 * casefiddle.c:
1006 * casetab.c:
1007 * category.c:
1008 * ccl.c:
1009 * character.c:
1010 * charset.c:
1011 * chartab.c:
1012 * cmds.c:
1013 * coding.c:
1014 * composite.c:
1015 * data.c:
1016 * dbusbind.c:
1017 * dired.c:
1018 * dispnew.c:
1019 * doc.c:
1020 * doprnt.c:
1021 * ecrt0.c:
1022 * editfns.c:
1023 * fileio.c:
1024 * filelock.c:
1025 * filemode.c:
1026 * fns.c:
1027 * font.c:
1028 * fontset.c:
1029 * frame.c:
1030 * fringe.c:
1031 * ftfont.c:
1032 * ftxfont.c:
1033 * gtkutil.c:
1034 * indent.c:
1035 * insdel.c:
1036 * intervals.c:
1037 * keymap.c:
1038 * lread.c:
1039 * macros.c:
1040 * marker.c:
1041 * md5.c:
1042 * menu.c:
1043 * minibuf.c:
1044 * prefix-args.c:
1045 * print.c:
1046 * ralloc.c:
1047 * regex.c:
1048 * region-cache.c:
1049 * scroll.c:
1050 * search.c:
1051 * sound.c:
1052 * strftime.c:
1053 * syntax.c:
1054 * sysdep.c:
1055 * termcap.c:
1056 * terminal.c:
1057 * terminfo.c:
1058 * textprop.c:
1059 * tparam.c:
1060 * undo.c:
1061 * unexelf.c:
1062 * window.c:
1063 * xfaces.c:
1064 * xfns.c:
1065 * xfont.c:
1066 * xftfont.c:
1067 * xgselect.c:
1068 * xmenu.c:
1069 * xrdb.c:
1070 * xselect.c:
1071 * xsettings.c:
1072 * xsmfns.c:
1073 * xterm.c: Likewise.
1074
1075 2010-07-03 Eli Zaretskii <eliz@gnu.org>
1076
1077 * msdos.c (IT_set_frame_parameters): Fix setting of colors in
1078 frames other than the initial one. Fix reversal of colors when
1079 `reverse' is specified in the frame parameters. Call
1080 update_face_from_frame_parameter instead of
1081 internal-set-lisp-face-attribute. Initialize screen colors from
1082 initial_screen_colors[] when f->default_face_done_p is zero,
1083 instead of depending on being called with default-frame-alist as
1084 the alist argument.
1085
1086 * xfaces.c (update_face_from_frame_parameter): Move out of
1087 HAVE_WINDOW_SYSTEM portion. Condition window-system only parts
1088 with HAVE_WINDOW_SYSTEM.
1089
1090 * msdos.c (IT_set_frame_parameters): Set menu-bar-lines according
1091 to menu-bar-mode, if not set in the frame parameters or in
1092 default-frame-alist.
1093
1094 * w32console.c (sys_tputs): Adjust argument list to prototype in
1095 term.c.
1096
1097 2010-07-03 Juanma Barranquero <lekktu@gmail.com>
1098
1099 * lisp.h (memory_warnings): Fix prototype.
1100
1101 * cm.h (evalcost): Fix prototype.
1102
1103 * cm.c (evalcost): Fix arg type.
1104
1105 2010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
1106
1107 * term.c (term_clear_mouse_face, Fidentity):
1108 * syssignal.h (signal_handler_t):
1109 * lisp.h (memory_warnings):
1110 * coding.h (preferred_coding_system):
1111 * cm.h (evalcost):
1112 * blockinput.h (reinvoke_input_signal): Convert to standard C prototypes.
1113
1114 2010-07-02 Eli Zaretskii <eliz@gnu.org>
1115
1116 * dosfns.h (msdos_stdcolor_idx, msdos_stdcolor_name): Remove P_
1117 from prototypes.
1118
1119 * msdos.h (load_pixmap): Don't define away.
1120
1121 2010-07-02 Jan Djärv <jan.h.d@swipnet.se>
1122
1123 * lisp.h:
1124 * atimer.h: Remove define for P_.
1125
1126 * alloc.c: Remove __P and P_ from .c and .m files.
1127 * atimer.c:
1128 * buffer.c:
1129 * callint.c:
1130 * category.c:
1131 * charset.c:
1132 * chartab.c:
1133 * cm.c:
1134 * coding.c:
1135 * composite.c:
1136 * data.c:
1137 * dired.c:
1138 * dispnew.c:
1139 * doc.c:
1140 * editfns.c:
1141 * emacs.c:
1142 * eval.c:
1143 * fileio.c:
1144 * filelock.c:
1145 * fns.c:
1146 * font.c:
1147 * fontset.c:
1148 * frame.c:
1149 * ftfont.c:
1150 * ftxfont.c:
1151 * gmalloc.c:
1152 * gtkutil.c:
1153 * image.c:
1154 * indent.c:
1155 * intervals.c:
1156 * keyboard.c:
1157 * keymap.c:
1158 * lread.c:
1159 * marker.c:
1160 * menu.c:
1161 * minibuf.c:
1162 * print.c:
1163 * process.c:
1164 * scroll.c:
1165 * search.c:
1166 * sound.c:
1167 * strftime.c:
1168 * syntax.c:
1169 * sysdep.c:
1170 * term.c:
1171 * terminal.c:
1172 * textprop.c:
1173 * unexalpha.c:
1174 * w32console.c:
1175 * w32fns.c:
1176 * w32font.c:
1177 * w32menu.c:
1178 * w32term.c:
1179 * w32uniscribe.c:
1180 * window.c:
1181 * xdisp.c:
1182 * xfaces.c:
1183 * xfns.c:
1184 * xfont.c:
1185 * xftfont.c:
1186 * xmenu.c:
1187 * xselect.c:
1188 * xterm.c: Likewise.
1189
1190 Remove P_ and __P macros.
1191 * atimer.h: Remove P_ and __P macros.
1192 * buffer.h:
1193 * category.h:
1194 * ccl.h:
1195 * character.h:
1196 * charset.h:
1197 * cm.h:
1198 * coding.h:
1199 * composite.h:
1200 * dispextern.h:
1201 * disptab.h:
1202 * dosfns.h:
1203 * font.h:
1204 * fontset.h:
1205 * frame.h:
1206 * gtkutil.h:
1207 * indent.h:
1208 * intervals.h:
1209 * keyboard.h:
1210 * keymap.h:
1211 * lisp.h:
1212 * macros.h:
1213 * md5.h:
1214 * menu.h:
1215 * msdos.h:
1216 * nsterm.h:
1217 * puresize.h:
1218 * region-cache.h:
1219 * syntax.h:
1220 * syssignal.h:
1221 * systime.h:
1222 * termhooks.h:
1223 * w32font.h:
1224 * w32term.h:
1225 * widget.h:
1226 * window.h:
1227 * xgselect.h:
1228 * xsettings.h:
1229 * xterm.h: Likewise.
1230
1231 2010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
1232
1233 * lisp.h: Document that USE_LISP_UNION_TYPE is now enabled using autoconf.
1234
1235 Cleanup old code.
1236 * dired.c (BSD4_3): Remove all uses, redundant with BSD4_2.
1237 * syssignal.h: Remove code for Lynx, not supported anymore.
1238 * vm-limit.c: Remove unused code the depends on emacs not being
1239 defined and NO_LIM_DATA being defined.
1240 * mem-limits.h: Remove dead code.
1241
1242 2010-07-01 Jan Djärv <jan.h.d@swipnet.se>
1243
1244 * window.c (Fwindow_absolute_pixel_edges): Doc fix.
1245
1246 * window.c (calc_absolute_offset, Fwindow_absolute_pixel_edges)
1247 (Fwindow_inside_absolute_pixel_edges): New functions (bug#5721).
1248
1249 * nsfns.m (compute_tip_xy): Do not convert coordinates from frame
1250 parameters, they are already absolute.
1251
1252 * nsterm.m (x_set_window_size, initFrameFromEmacs):
1253 Rename FRAME_NS_TOOLBAR_HEIGHT to FRAME_TOOLBAR_HEIGHT.
1254
1255 * nsterm.h (FRAME_NS_TOOLBAR_HEIGHT): Rename to FRAME_TOOLBAR_HEIGHT.
1256
1257 * nsmenu.m (update_frame_tool_bar, free_frame_tool_bar):
1258 Update FRAME_TOOLBAR_HEIGHT.
1259
1260 * nsmenu.m (free_frame_tool_bar, update_frame_tool_bar):
1261 Add BLOCK/UNBLOCK_INPUT so asserts don't trigger.
1262
1263 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
1264
1265 * frame.c (get_future_frame_param, Fmake_terminal_frame): Don't
1266 check default-frame-alist.
1267
1268 2010-06-30 Andreas Schwab <schwab@linux-m68k.org>
1269
1270 * process.c (create_process): Avoid using invalid file descriptors.
1271
1272 * callproc.c (child_setup): Avoid closing a file descriptor twice.
1273
1274 2010-06-30 Jan Djärv <jan.h.d@swipnet.se>
1275
1276 * xsettings.c (Ffont_get_system_normal_font, Ffont_get_system_font):
1277 Improve documentation. Return font regardless of use_system_font.
1278 (syms_of_xsettings): Improve documentation for font-use-system-font.
1279
1280 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
1281
1282 * xfaces.c (realize_face): Garbage the frame if a face is removed
1283 (Bug#6593).
1284
1285 2010-07-05 Andreas Schwab <schwab@linux-m68k.org>
1286
1287 * keyboard.c: Remove duplicate <setjmp.h>.
1288 (read_key_sequence): Remove volatile qualifiers.
1289
1290 2010-07-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1291
1292 * dispextern.h (FRINGE_HEIGHT_BITS): New define.
1293 (struct glyph_row): New members left_fringe_offset and
1294 right_fringe_offset.
1295
1296 * xterm.c (x_draw_fringe_bitmap): Don't clip bottom aligned bitmap
1297 specially.
1298 * w32term.c (w32_draw_fringe_bitmap): Likewise.
1299 * nsterm.m (ns_draw_fringe_bitmap): Likewise.
1300
1301 * fringe.c (draw_fringe_bitmap_1): Don't clip bitmap here.
1302 Take account of bitmap offset.
1303 (draw_window_fringes): Take account of window vscroll.
1304 (update_window_fringes): Likewise. Extend top-aligned top indicator
1305 or bottom-aligned bottom indicator to adjacent rows if it doesn't fit
1306 in one row. Don't set redraw_fringe_bitmaps_p outside row comparison.
1307 Set left_fringe_offset and right_fringe_offset (Bug#5634, Bug#6325).
1308
1309 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
1310
1311 * w32fns.c (Qtooltip): Declare.
1312 Suggested by Andy Moreton <andrewjmoreton@gmail.com>.
1313
1314 2010-07-03 Jan Djärv <jan.h.d@swipnet.se>
1315
1316 * xmenu.c (x_activate_menubar): Send Press/Release for Gtk+ to avoid
1317 grab on just Press (Bug#6499).
1318
1319 2010-07-02 Chong Yidong <cyd@stupidchicken.com>
1320
1321 * frame.c (Qtooltip): New var.
1322 (delete_frame): Use it. Fix faulty if statement. Don't update
1323 mode line for tooltip frames. Suggested by Martin Rudalics.
1324
1325 * xfns.c (x_create_tip_frame):
1326 * w32fns.c (x_create_tip_frame): Use it.
1327
1328 2010-06-17 Naohiro Aota <naota@elisp.net> (tiny change)
1329
1330 * xftfont.c (xftfont_open): Check font width one by one also when
1331 spacing is dual.
1332
1333 * ftfont.c (ftfont_open): Ditto.
1334
1335 2010-06-30 Glenn Morris <rgm@gnu.org>
1336
1337 * s/sol2-6.h (INHIBIT_X11R6_XIM): Remove, handled by configure now.
1338
1339 * Makefile.in (CANNOT_DUMP): Update for configure name change.
1340
1341 * s/freebsd.h (USE_MMAP_FOR_BUFFERS):
1342 * s/irix6-5.h (USE_MMAP_FOR_BUFFERS):
1343 * s/darwin.h (SYSTEM_MALLOC):
1344 * s/sol2-10.h (SYSTEM_MALLOC): Move to configure.
1345
1346 2010-06-29 Jan Djärv <jan.h.d@swipnet.se>
1347
1348 * nsfns.m: extern declare Vmenu_bar_mode, Vtool_bar_mode.
1349 (ns_get_screen): Don't assign integer to f.
1350 (Fx_display_color_cells): Declarations before statements.
1351
1352 2010-06-28 Jan Djärv <jan.h.d@swipnet.se>
1353
1354 * xfns.c (x_default_font_parameter): Remove got_from_system
1355 (Bug#6526).
1356
1357 * xterm.h (gtk_widget_get_window, gtk_widget_get_mapped)
1358 (gtk_adjustment_get_page_size, gtk_adjustment_get_upper): New
1359 defines based on what configure finds.
1360
1361 * xterm.c (XTflash): Use gtk_widget_get_window.
1362 (xg_scroll_callback): Use gtk_adjustment_get_upper and
1363 gtk_adjustment_get_page_size.
1364 (handle_one_xevent): Use gtk_widget_get_mapped.
1365 (x_term_init): Remove HAVE_GTK_MULTIDISPLAY and associated error
1366 messages.
1367
1368 * xmenu.c (create_and_show_popup_menu): Call gtk_widget_get_mapped.
1369
1370 * gtkutil.h: Replace HAVE_GTK_FILE_BOTH with
1371 HAVE_GTK_FILE_SELECTION_NEW.
1372
1373 * gtkutil.c (xg_display_open, xg_display_close): Remove
1374 HAVE_GTK_MULTIDISPLAY, it is always defined.
1375 (xg_display_open): Return type is void.
1376 (gtk_widget_set_has_window)
1377 (gtk_dialog_get_action_area, gtk_dialog_get_content_area)
1378 (gtk_widget_get_sensitive, gtk_adjustment_set_page_size)
1379 (gtk_adjustment_set_page_increment)
1380 (gtk_adjustment_get_step_increment): #define these if not found
1381 by configure.
1382 (remove_submenu): New define based on Gtk+ version.
1383 (xg_set_cursor, xg_frame_resized, xg_event_is_for_scrollbar): Use
1384 gtk_widget_get_window.
1385 (xg_frame_resized, xg_update_frame_menubar): Use gtk_widget_get_mapped.
1386 (xg_create_frame_widgets): Use gtk_widget_set_has_window.
1387 (create_dialog): Use gtk_dialog_get_action_area and
1388 gtk_dialog_get_content_area.
1389 (xg_uses_old_file_dialog, xg_get_file_name): Remove HAVE_GTK_FILE_BOTH
1390 and HAVE_GTK_FILE_CHOOSER_DIALOG_NEW. File chooser is always
1391 available, so checking for HAVE_GTK_FILE_SELECTION_NEW is enough.
1392 (xg_update_menubar, xg_update_submenu, xg_show_toolbar_item): Use
1393 g_object_ref and g_object_unref.
1394 (xg_update_menu_item, xg_tool_bar_menu_proxy): Use
1395 gtk_widget_get_sensitive.
1396 (xg_update_submenu): Use remove_submenu.
1397 (xg_update_scrollbar_pos): Don't use GtkFixedChild, use child
1398 properties instead to get old x and y position.
1399 (xg_set_toolkit_scroll_bar_thumb): Use gtk_adjustment_get_page_size,
1400 gtk_adjustment_get_step_increment, gtk_adjustment_set_page_size,
1401 gtk_adjustment_set_step_increment and gtk_adjustment_set_page_increment.
1402 (xg_get_tool_bar_widgets): New function.
1403 (xg_tool_bar_menu_proxy, xg_show_toolbar_item)
1404 (update_frame_tool_bar): Call xg_get_tool_bar_widgets.
1405 (toolbar_set_orientation): New #define based on if configure
1406 finds gtk_orientable_set_orientation.
1407 (xg_create_tool_bar): Call toolbar_set_orientation.
1408 (xg_make_tool_item, xg_show_toolbar_item): Call gtk_box_pack_start
1409 instead of gtk_box_pack_start_defaults.
1410
1411 2010-06-28 Chong Yidong <cyd@stupidchicken.com>
1412
1413 * cmds.c (Fdelete_backward_char): Move into Lisp.
1414
1415 2010-06-27 Dan Nicolaescu <dann@ics.uci.edu>
1416
1417 * s/freebsd.h (BSD4_2): Remove redundant definition.
1418 bsd-common.h defines it already.
1419
1420 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
1421
1422 * xfns.c (Fx_create_frame): Don't consult X resouces when setting
1423 menu-bar-lines and tool-bar-lines. Use menu-bar-mode and
1424 tool-bar-mode, which are now set using these X resources at
1425 startup, to determine the defaults (Bug#2249).
1426
1427 * w32fns.c (Fx_create_frame):
1428 * nsfns.m (Fx_create_frame): Likewise.
1429
1430 * frame.c (Vmenu_bar_mode, Vtool_bar_mode): New vars.
1431
1432 2010-06-24 Juanma Barranquero <lekktu@gmail.com>
1433
1434 * gtkutil.c (xg_update_scrollbar_pos):
1435 Avoid C99 mid-block variable declaration.
1436
1437 2010-06-22 Jan Djärv <jan.h.d@swipnet.se>
1438
1439 * xterm.c (x_scroll_bar_create): Remove call to xg_show_scroll_bar.
1440
1441 * gtkutil.h (xg_show_scroll_bar): Remove.
1442
1443 * gtkutil.c (xg_update_scrollbar_pos): Show/hide scroll bar as needed
1444 if height is less than scroll bar min size.
1445 (xg_show_scroll_bar): Remove, show moved to xg_update_scrollbar_pos.
1446
1447 * xfns.c (x_default_font_parameter): Try to open font from system
1448 before using it (bug#6478). Rename got_from_gconf to got_from_system.
1449
1450 2010-06-22 Keith Packard <keithp@keithp.com> (tiny change)
1451
1452 * font.c (font_parse_fcname): Allow . for sizes like 7.5 (bug#6437).
1453
1454 2010-06-20 Eli Zaretskii <eliz@gnu.org>
1455
1456 * xdisp.c (try_scrolling): When scroll-conservatively is set to
1457 most-positive-fixnum, be extra accurate when scrolling window
1458 start, to avoid missing the cursor line.
1459
1460 2010-06-19 Eli Zaretskii <eliz@gnu.org>
1461
1462 * xdisp.c (try_scrolling): Compute the limit for searching point
1463 in forward scroll from scroll_max, instead of an arbitrary limit
1464 of 10 screen lines. See
1465 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00766.html
1466 and
1467 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00773.html
1468 for details.
1469
1470 2010-06-16 Glenn Morris <rgm@gnu.org>
1471
1472 * editfns.c (Fbyte_to_string): Pacify compiler.
1473
1474 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
1475
1476 * lread.c (read1): Phase out old-style backquotes a bit more.
1477
1478 2010-06-12 Eli Zaretskii <eliz@gnu.org>
1479
1480 * makefile.w32-in ($(BLD)/bidi.$(O)): Depend on biditype.h and
1481 bidimirror.h.
1482
1483 * deps.mk (bidi.o): Depend on biditype.h and bidimirror.h.
1484
1485 * bidi.c (bidi_initialize): Remove explicit initialization of
1486 bidi_type_table; include biditype.h instead. Don't support
1487 entries whose second codepoint is zero. Initialize bidi_mirror_table.
1488 (bidi_mirror_char): Use bidi_mirror_table.
1489
1490 * biditype.h: New file.
1491
1492 * bidimirror.h: New file.
1493
1494 * window.c (syms_of_window): Doc fix (bug#6409).
1495
1496 2010-06-12 Romain Francoise <romain@orebokech.com>
1497
1498 * Makefile.in (lisp, shortlisp): Use new location of vc-hooks and
1499 ediff-hook.
1500
1501 2010-06-10 Glenn Morris <rgm@gnu.org>
1502
1503 * editfns.c (Fbyte_to_string): Pacify compiler.
1504
1505 * m/ibms390x.h: Rather than duplicating ibms390.h, just include it.
1506
1507 2010-06-26 Andreas Schwab <schwab@linux-m68k.org>
1508
1509 * alloc.c (Fmake_byte_code): Don't access undefined argument
1510 (Bug#6517).
1511
1512 2010-06-25 Chong Yidong <cyd@stupidchicken.com>
1513
1514 * xdisp.c (next_element_from_image): Ensure that after-strings are
1515 read the next time we hit handle_stop (Bug#1336).
1516
1517 2010-06-23 Andreas Schwab <schwab@linux-m68k.org>
1518
1519 * lread.c (read1): Signal error if #s is not followed by paren.
1520
1521 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
1522
1523 * image.c (free_image): Mark frame as garbaged (Bug#6426).
1524
1525 * keymap.c (Fdefine_key): Doc fix (Bug#6460).
1526
1527 2010-06-15 Glenn Morris <rgm@gnu.org>
1528
1529 * editfns.c (Fbyte_to_string): Pacify compiler.
1530
1531 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
1532
1533 * dbusbind.c (xd_append_arg): Don't "make-unibyte" the string.
1534 Check `object's type before accessing its guts.
1535
1536 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
1537
1538 * s/usg5-4.h: Fix previous change.
1539 Suggested by Lawrence Mitchell <wence@gmx.li>
1540
1541 2010-06-08 Andreas Schwab <schwab@linux-m68k.org>
1542
1543 * minibuf.c (Fall_completions): Add more checks.
1544
1545 2010-06-08 Juanma Barranquero <lekktu@gmail.com>
1546
1547 * minibuf.c (Fall_completions): Check COLLECTION's size (bug#6378).
1548
1549 2010-06-08 Dan Nicolaescu <dann@ics.uci.edu>
1550
1551 * lread.c (X_OK): Remove, unused.
1552
1553 * dispnew.c: Remove obsolete comment.
1554
1555 Remove INCLUDED_FCNTL.
1556 * xterm.c (INCLUDED_FCNTL):
1557 * callproc.c (INCLUDED_FCNTL):
1558 * alloc.c (INCLUDED_FCNTL):
1559 * systty.h (INCLUDED_FCNTL): Remove all uses, not needed anymore.
1560 (emacs_get_tty, emacs_set_tty): Declare unconditionally.
1561
1562 2010-06-07 Martin Rudalics <rudalics@gmx.at>
1563
1564 * window.c (Fselect_window): Move `record_buffer' up to the
1565 beginning of this function, so the buffer gets recorded
1566 even if the selected window does not change.
1567 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00137.html
1568
1569 2010-06-07 Juanma Barranquero <lekktu@gmail.com>
1570
1571 * cmds.c (Fforward_char, Fbackward_char): Fix typos in docstrings.
1572 (Fforward_line, Fbeginning_of_line): Reflow docstrings.
1573
1574 2010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
1575
1576 Remove BSTRING related code, all platforms define it.
1577 * s/usg5-4.h (BSTRING): Remove definition.
1578 * s/template.h (BSTRING):
1579 * s/msdos.h (BSTRING):
1580 * s/ms-w32.h (BSTRING):
1581 * s/hpux10-20.h (BSTRING):
1582 * s/gnu-linux.h (BSTRING):
1583 * s/darwin.h (BSTRING):
1584 * s/cygwin.h (BSTRING):
1585 * s/bsd-common.h (BSTRING):
1586 * s/aix4-2.h (BSTRING): Likewise.
1587 * sysdep.c: Remove code depending on BSTRING not being defined.
1588
1589 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
1590
1591 Remove obsolete macro BASE_LEADING_CODE_P.
1592 * character.h (BASE_LEADING_CODE_P): Remove.
1593 * regex.c [!emacs] (BASE_LEADING_CODE_P): Remove.
1594 * buffer.c (Fset_buffer_multibyte):
1595 * indent.c (scan_for_column, compute_motion):
1596 * insdel.c (count_combining_before, count_combining_after):
1597 Use LEADING_CODE_P instead of BASE_LEADING_CODE_P.
1598
1599 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
1600
1601 Turn `directory-sep-char' into a noop.
1602
1603 * lisp.h [WINDOWSNT] (Vdirectory_sep_char): Don't declare.
1604 (DIRECTORY_SEP): Define unconditionally.
1605
1606 * s/ms-w32.h (DIRECTORY_SEP): Remove.
1607
1608 * emacs.c (decode_env_path): Don't check DIRECTORY_SEP,
1609 call dostounix_filename directly.
1610
1611 * fileio.c (CORRECT_DIR_SEPS): Remove.
1612 (Ffile_name_directory, directory_file_name, Fexpand_file_name)
1613 (Fsubstitute_in_file_name): Use dostounix_filename instead.
1614 (file_name_as_directory): Use dostounix_filename, DIRECTORY_SEP.
1615 (syms_of_fileio) <directory-sep-char>: Move to subr.el.
1616
1617 * w32proc.c (CORRECT_DIR_SEPS): Remove.
1618 (Fw32_short_file_name, Fw32_long_file_name): Use dostounix_filename.
1619
1620 2010-06-03 Andreas Schwab <schwab@linux-m68k.org>
1621
1622 * process.c (conv_lisp_to_sockaddr): Fix conversion of IPv4 address.
1623 (Bug#6346)
1624
1625 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
1626
1627 * ccl.c (Fccl_program_p): Fix typo in docstring.
1628
1629 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
1630
1631 Move UNEXEC definition to autoconf.
1632 * s/usg5-4.h (UNEXEC): Remove, move to configure.in.
1633 * s/sol2-10.h (UNEXEC):
1634 * s/irix6-5.h (UNEXEC):
1635 * s/hpux10-20.h (UNEXEC):
1636 * s/gnu-linux.h (UNEXEC):
1637 * s/darwin.h (UNEXEC):
1638 * s/cygwin.h (UNEXEC):
1639 * s/bsd-common.h (UNEXEC):
1640 * s/aix4-2.h (UNEXEC):
1641 * m/alpha.h (UNEXEC): Likewise.
1642 * Makefile.in (UNEXEC_OBJ): Define using @UNEXEC_OBJ@.
1643
1644 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
1645
1646 Remove obsolete pre-unicode2 macros.
1647 * character.h (MULTIBYTE_FORM_LENGTH, PARSE_MULTIBYTE_SEQ): Remove.
1648 * composite.c (composition_reseat_it):
1649 * data.c (Faset):
1650 * fns.c (Ffillarray):
1651 * regex.c (re_search_2): Use BYTES_BY_CHAR_HEAD.
1652 [!emacs] (BYTES_BY_CHAR_HEAD): Define instead of MULTIBYTE_FORM_LENGTH.
1653
1654 2010-06-03 Juri Linkov <juri@jurta.org>
1655
1656 * buffer.c (Fother_buffer): Add CHECK_FRAME.
1657 (Fswitch_to_buffer): Remove unused variable `err'.
1658
1659 2010-06-03 Glenn Morris <rgm@gnu.org>
1660
1661 * m/template.h (NO_SOCK_SIGIO): Remove, no longer used.
1662
1663 * m/hp800.h (alloca) [__NetBSD__ && __GNUC__]: No need to define it,
1664 now that AH_BOTTOM does it.
1665
1666 * m/hp800.h (HAVE_ALLOCA):
1667 * m/ibms390x.h (HAVE_ALLOCA): Do not define, no longer needed.
1668
1669 * m/ia64.h, s/gnu-linux.h, s/gnu.h, s/netbsd.h, s/usg5-4.h:
1670 Remove NOT_C_CODE tests, it is always true now.
1671
1672 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
1673
1674 Fix config.h includes.
1675 * xsettings.c:
1676 * xgselect.c:
1677 * nsterm.m:
1678 * nsselect.m:
1679 * nsimage.m:
1680 * nsfont.m:
1681 * nsfns.m:
1682 * dbusbind.c: Use #include <config.h> instead of "config.h" as all
1683 other files do.
1684
1685 * gmalloc.c: Remove BROKEN_PROTOTYPES reference, unused.
1686
1687 * s/sol2-6.h: Remove obsolete comments.
1688
1689 Remove unnecessary alloca.h includes.
1690 * keymap.c: Do not include alloca.h, config.h does that.
1691 * sysdep.c: Likewise. Do not define fwrite, not used.
1692
1693 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1694
1695 * sysdep.c (child_setup_tty): Move the non-canonical initialization to
1696 the HAVE_TERMIO where it belongs (bug#6149).
1697
1698 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1699
1700 * keymap.c (Fwhere_is_internal): Fix handling of remapping (in thread
1701 of bug#6305).
1702
1703 2010-05-30 Eli Zaretskii <eliz@gnu.org>
1704
1705 * bidi.c (bidi_move_to_visually_next): Make sure the sentinel
1706 state is always cached (bug#6306).
1707
1708 2010-05-29 Eli Zaretskii <eliz@gnu.org>
1709
1710 Fix cursor motion in bidi-reordered continued lines.
1711 * xdisp.c (try_cursor_movement): Backup to non-continuation line
1712 only after finding point's row. Fix the logic. Rewrite the loop
1713 over continuation lines in bidi-reordered buffers. Return
1714 CURSOR_MOVEMENT_MUST_SCROLL upon failure to find a suitable row,
1715 rather than CURSOR_MOVEMENT_CANNOT_BE_USED.
1716
1717 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
1718
1719 * fileio.c (Fdelete_file): Pass TRASH arg to handler call.
1720
1721 2010-05-28 Kenichi Handa <handa@m17n.org>
1722
1723 * font.c (font_delete_unmatched): Check Vface_ignored_fonts.
1724 Don't sheck SPEC if it is nil.
1725 (font_list_entities): Call font_delete_unmatched if
1726 Vface_ignored_fonts is non-nil. (Bug#6287)
1727
1728 2010-05-28 Glenn Morris <rgm@gnu.org>
1729
1730 * Makefile.in (LIBES): Remove $LOADLIBES, it is never set.
1731
1732 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
1733
1734 * fileio.c (Fdelete_file): Change meaning of optional arg to mean
1735 whether to trash.
1736 (internal_delete_file, Frename_file): Callers changed.
1737 (delete_by_moving_to_trash): Doc fix.
1738 (Fdelete_directory_internal): Don't move to trash.
1739
1740 * callproc.c (delete_temp_file):
1741 * buffer.c (Fkill_buffer): Callers changed.
1742
1743 * lisp.h: Update prototype.
1744
1745 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
1746
1747 * xdisp.c (redisplay_window): After redisplay, check if point is
1748 still valid before setting it (Bug#6177).
1749
1750 2010-05-27 Glenn Morris <rgm@gnu.org>
1751
1752 * Makefile.in, autodeps.mk, deps.mk, ns.mk:
1753 Convert comments to Makefile format.
1754
1755 * Makefile.in (bootstrap-clean): No more Makefile.c.
1756
1757 2010-05-26 Glenn Morris <rgm@gnu.org>
1758
1759 * Makefile.in (YMF_PASS_LDFLAGS): Remove.
1760 (temacs${EXEEXT}): Use PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS.
1761
1762 * Makefile.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS):
1763 Remove.
1764 (TEMACS_LDFLAGS): Do not use NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
1765
1766 2010-05-26 Kenichi Handa <handa@m17n.org>
1767
1768 * composite.c (composition_compute_stop_pos): Fix condition for
1769 backward scanning.
1770
1771 2010-05-25 Glenn Morris <rgm@gnu.org>
1772
1773 * Makefile.in (@NS_IMPL_GNUSTEP_INC@, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS):
1774 Move before TEMACS_LDFLAGS.
1775 (TEMACS_LDFLAGS): Use $NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
1776 (temacs${EXEEXT}): Do not use $NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
1777
1778 * Makefile.in (NOT_C_CODE): No longer define.
1779 (config.h): No longer include.
1780
1781 * Makefile.in (LD_SWITCH_SYSTEM_TEMACS): Move definition after some
1782 variables it may reference.
1783
1784 * Makefile.in (LD_SWITCH_SYSTEM_EXTRA): Remove.
1785 (TEMACS_LDFLAGS): Remove LD_SWITCH_SYSTEM_EXTRA.
1786
1787 2010-05-25 Kenichi Handa <handa@m17n.org>
1788
1789 * dispextern.h (struct composition_it): New members rule_idx and
1790 charpos.
1791
1792 * xdisp.c (set_iterator_to_next): While scanning backward, assume
1793 that the character positions of IT point the last character of the
1794 current grapheme cluster.
1795 (next_element_from_composition): Don't change character positions
1796 of IT.
1797 (append_composite_glyph): Set glyph->charpos to
1798 it->cmp_it.charpos.
1799
1800 * composite.c (autocmp_chars): Change the first argument to RULE,
1801 and try composition with RULE only.
1802 (composition_compute_stop_pos): Record the index number of the
1803 composition rule in CMP_IT->rule_idx.
1804 (composition_reseat_it): Call autocmp_chars repeatedly until the
1805 correct rule of the composition is found.
1806 (composition_update_it): Set CMP_IT->charpos. Assume the CHARPOS
1807 is at the last character of the current grapheme cluster when
1808 CMP_IT->reversed_p is nonzero.
1809
1810 2010-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
1811
1812 * editfns.c (Fbyte_to_string): New function.
1813
1814 2010-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
1815
1816 * process.c (Fmake_network_process): Set :host to nil if it's not used.
1817 Suggested by Masatake YAMATO <yamato@redhat.com>.
1818
1819 2010-05-23 Eli Zaretskii <eliz@gnu.org>
1820
1821 * dispextern.h (init_iterator): Sync prototype with changed definition.
1822
1823 2010-05-20 enami tsugutomo <tsugutomo.enami@jp.sony.com>
1824
1825 * s/netbsd.h: If terminfo is found, use it in preference to
1826 termcap. (Bug#6190) [Backport from trunk]
1827
1828 2010-05-19 Eli Zaretskii <eliz@gnu.org>
1829
1830 Redesign and reimplement bidi-aware edge positions of glyph rows.
1831
1832 * dispextern.h (struct glyph_row): New members minpos and maxpos.
1833 (MATRIX_ROW_START_CHARPOS, MATRIX_ROW_START_BYTEPOS)
1834 (MATRIX_ROW_END_CHARPOS, MATRIX_ROW_END_BYTEPOS): Reference minpos
1835 and maxpos members instead of start.pos and end.pos, respectively.
1836
1837 * xdisp.c (display_line): Compare IT_CHARPOS with the position in
1838 row->start.pos, rather than with MATRIX_ROW_START_CHARPOS.
1839 (cursor_row_p): Use row->end.pos rather than MATRIX_ROW_END_CHARPOS.
1840 (try_window_reusing_current_matrix, try_window_id):
1841 Use ROW->minpos rather than ROW->start.pos.
1842 (init_from_display_pos, init_iterator): Use EMACS_INT for
1843 character and byte positions.
1844 (find_row_edges): Rename from find_row_end. Accept additional
1845 arguments for minimum and maximum buffer positions seen by
1846 display_line for this row. Don't use iterator to find the
1847 position following the maximum one; instead, increment the
1848 position found by display_line directly. Fix logic; eol_pos
1849 should be tested before the rest. Handle the case of characters
1850 delivered from display vector (bug#6036). Fix tests related to
1851 it->method. Handle the truncated_on_right_p rows.
1852 (RECORD_MAX_MIN_POS): New macro.
1853 (display_line): Use it to record the minimum and maximum buffer
1854 positions for glyphs in the row being assembled. Record the
1855 position of the newline that terminates the line. If word wrap is
1856 in effect, restore minimum and maximum positions seen up to the
1857 wrap point, when iterator returns to it.
1858 (try_window_reusing_current_matrix): Give up if in bidi-reordered
1859 row and cursor not already at point. Restore original pre-bidi
1860 code for unidirectional buffers.
1861
1862 * dispnew.c (increment_row_positions, check_matrix_invariants):
1863 Increment and check row->start.pos and row->end.pos, in addition
1864 to MATRIX_ROW_START_CHARPOS and MATRIX_ROW_END_CHARPOS.
1865
1866 * .gdbinit (prowlims): Display row->minpos and row->maxpos.
1867 Display truncated_on_left_p and truncated_on_right_p flags.
1868 Formatting fixes.
1869 (pmtxrows): Display the ordinal number of each row. Don't display
1870 rows beyond the last one.
1871
1872 * bidi.c (bidi_cache_iterator_state): Don't zero out new_paragraph:
1873 it is not copied by bidi_copy_it.
1874
1875 2010-05-22 Eli Zaretskii <eliz@gnu.org>
1876
1877 * w32.c (sys_write): Break writes into chunks smaller than 32MB.
1878 (Bug#6237)
1879
1880 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
1881
1882 * image.c (Fimage_flush): Rename from image-refresh.
1883
1884 2010-05-21 Chong Yidong <cyd@stupidchicken.com>
1885
1886 * xdisp.c (redisplay_internal): Clear caches even if redisplaying
1887 just one window.
1888
1889 * image.c (Vimage_cache_eviction_delay): Decrease to 300.
1890 (clear_image_cache): If the number of cached images is unusually
1891 large, decrease the cache eviction delay (Bug#6230).
1892
1893 2010-05-21 Glenn Morris <rgm@gnu.org>
1894
1895 * Makefile.in (${ns_appdir}, ${ns_appbindir}Emacs, ns-app):
1896 Move these rules to ns.mk.
1897 * ns.mk: New file.
1898
1899 * Makefile.in (../src/$(OLDXMENU), $(OLDXMENU)): Always define rules.
1900
1901 * Makefile.in (CANNOT_DUMP): New, set by configure.
1902 (emacs${EXEEXT}, bootstrap-emacs${EXEEXT}): Use $CANNOT_DUMP.
1903
1904 2010-05-20 Juri Linkov <juri@jurta.org>
1905
1906 * fileio.c (Fdelete_file): Change interative spec to use
1907 `read-file-name' like in `find-file-read-args' where the default
1908 value is `default-directory' instead of `buffer-file-name'.
1909 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00533.html
1910
1911 2010-05-20 Kevin Ryde <user42@zip.com.au>
1912
1913 * keyboard.c (Vlast_command, Vkeyboard_translate_table)
1914 (Voverriding_terminal_local_map, Vsystem_key_alist)
1915 (Vlocal_function_key_map): Fix manual link in docstring (Bug#6224).
1916
1917 2010-05-20 Glenn Morris <rgm@gnu.org>
1918
1919 * Makefile.in (DEPDIR): New constant.
1920 (DEPFLAGS): Set with configure, not cpp.
1921 (MKDEPDIR): New, set by configure.
1922 (.c.o, .m.o, ecrt0.o): Use $MKDEPDIR.
1923 (clean): Use $DEPDIR.
1924 (deps_frag): Include from configure.
1925 Move static/dynamic dependency stuff to deps.mk/autodeps.mk.
1926 * deps.mk, autodeps.mk: New files, extracted from Makefile.in.
1927
1928 * bidi.c (bidi_cache_shrink, bidi_cache_iterator_state): Fix
1929 reallocation of the cache. (Bug#6210)
1930
1931 2010-05-19 Glenn Morris <rgm@gnu.org>
1932
1933 * s/msdos.h (ORDINARY_LINK): Move to sed2v2.inp.
1934
1935 * Makefile.in (LD, YMF_PASS_LDFLAGS): Set with configure, not cpp.
1936 (GNULIB_VAR): Remove.
1937 (LIBES): Use LIB_GCC instead of GNULIB_VAR.
1938
1939 * m/ibms390x.h (LINKER):
1940 * m/macppc.h (LINKER) [GNU_LINUX]:
1941 * s/aix4-2.h (ORDINARY_LINK):
1942 * s/cygwin.h (LINKER):
1943 * s/darwin.h (ORDINARY_LINK):
1944 * s/gnu.h (ORDINARY_LINK):
1945 * s/netbsd.h (LINKER):
1946 * s/usg5-4.h (ORDINARY_LINK):
1947 Move to configure.
1948
1949 * s/aix4-2.h (LINKER): Remove; this file sets ORDINARY_LINK.
1950
1951 2010-05-18 Chong Yidong <cyd@stupidchicken.com>
1952
1953 * character.c (Fstring, Funibyte_string): Use SAFE_ALLOCA to
1954 prevent stack overflow if number of arguments is too large
1955 (Bug#6214).
1956
1957 2010-05-18 Juanma Barranquero <lekktu@gmail.com>
1958
1959 * charset.c (load_charset_map_from_file): Don't call close after fclose.
1960
1961 2010-05-18 Glenn Morris <rgm@gnu.org>
1962
1963 * s/gnu-linux.h: Combine two conditionals.
1964
1965 * Makefile.in (otherobj): Include $(VMLIMIT_OBJ) separately from
1966 $(POST_ALLOC_OBJ).
1967
1968 * Makefile.in (RALLOC_OBJ): New, set by configure.
1969 (rallocobj): Replace with the previous variable.
1970 (otherobj): Use $RALLOC_OBJ.
1971
1972 * s/gnu.h (REL_ALLOC) [DOUG_LEA_MALLOC]:
1973 * s/gnu-linux.h (REL_ALLOC) [DOUG_LEA_MALLOC]: Move undef to configure.
1974
1975 * Makefile.in (GMALLOC_OBJ, VMLIMIT_OBJ): New, set by configure.
1976 (gmallocobj, vmlimitobj): Replace with previous two variables.
1977 (otherobj): Use $GMALLOC_OBJ, $VMLIMIT_OBJ.
1978
1979 2010-05-17 Glenn Morris <rgm@gnu.org>
1980
1981 * Makefile.in (OLDXMENU_DEPS): New, set by configure.
1982 (stamp-oldxmenu): Use $OLDXMENU_DEPS.
1983
1984 2010-05-16 Glenn Morris <rgm@gnu.org>
1985
1986 * Makefile.in (${ns_appbindir}Emacs, ns-app): Always define these rules.
1987
1988 * Makefile.in (clean): Get rid of HAVE_NS conditional.
1989
1990 * Makefile.in (ns_appdir, ns_appbindir): Now configure adds the
1991 trailing "/".
1992
1993 * Makefile.in (TEMACS_LDFLAGS2): New, set by configure.
1994 (temacs${EXEEXT}): Combine the NS_IMPL_GNUSTEP case with the default.
1995
1996 * Makefile.in (GNUSTEP_SYSTEM_LIBRARIES): Remove, unused.
1997 (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New, set by configure.
1998 (LD) [NS_IMPL_GNUSTEP]: Set to $(CC) -rdynamic.
1999 (temacs${EXEEXT}): Remove $LOCALCPP, never defined or referenced.
2000 Make most of the NS_IMPL_GNUSTEP case the same as the default case.
2001
2002 * Makefile.in (temacs${EXEEXT}) [!NS_IMPL_GNUSTEP]:
2003 Remove ${STARTFLAGS}, nothing ever sets it.
2004
2005 2010-05-16 Dan Nicolaescu <dann@ics.uci.edu>
2006
2007 * m/ia64.h (UNEXEC): Remove, set in s/*.h.
2008
2009 2010-05-16 Glenn Morris <rgm@gnu.org>
2010
2011 * Makefile.in (LIBX_BASE): Always define.
2012
2013 * Makefile.in (LIBX_OTHER): Move out of cpp section.
2014
2015 * Makefile.in (LIBXT): Always define.
2016
2017 2010-05-15 Glenn Morris <rgm@gnu.org>
2018
2019 * Makefile.in (OLDXMENU, LIBXMENU, LIBX_OTHER): Always define.
2020
2021 * Makefile.in (FONT_DRIVERS): Remove, replace with $FONT_OBJ.
2022 (obj, SOME_MACHINE_OBJECTS): Use $FONT_OBJ.
2023
2024 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
2025
2026 * lisp.h (XFLOAT_DATA): Use "0?x:x" to generate an rvalue. (Bug#5916)
2027 (LISP_MAKE_RVALUE) [!USE_LISP_UNION_TYPE && !__GNUC__]: Likewise.
2028
2029 * emacs.c (main): Initialize initial-environment and
2030 process-environment before generating from env, not after.
2031
2032 Handle --version reasonably in CANNOT_DUMP configuration.
2033 * emacs.c (emacs_version, emacs_copyright): New string variables.
2034 (Vemacs_version, Vemacs_copyright): New Lisp_Object variables.
2035 (syms_of_emacs): Defvar them, and initialize them from the C
2036 string variables.
2037 (main): If initialization hasn't been done, print initial version
2038 info from the C strings, instead of starting an interactive session.
2039
2040 2010-05-15 Eli Zaretskii <eliz@gnu.org>
2041
2042 * bidi.c (bidi_paragraph_init): Don't leave alone garbage values
2043 of bidi_it->paragraph_dir. Call bidi_initialize if needed.
2044 (bidi_paragraph_init): Remove redundant assertion that we are at
2045 the beginning of a line after call to bidi_find_paragraph_start.
2046
2047 * xdisp.c (Fcurrent_bidi_paragraph_direction): New function.
2048 (syms_of_xdisp): Defsubr it.
2049
2050 * cmds.c (Fforward_char, Fbackward_char): Doc fix.
2051
2052 * Makefile.in: Fix MSDOS-related comments.
2053
2054 2010-05-15 Glenn Morris <rgm@gnu.org>
2055
2056 * Makefile.in (OLDXMENU_TARGET): New, set by configure.
2057 (really-lwlib, really-oldXMenu): Always define.
2058 ($OLDXMENU): Depend on $OLDXMENU_TARGET.
2059
2060 * Makefile.in: Simplify cpp conditional.
2061
2062 * Makefile.in (${ns_appdir}): Simplify using umask.
2063
2064 * Makefile.in (${ns_appdir}): Remove references to CVS-related files.
2065
2066 2010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
2067
2068 * eval.c (specbind): Remove left-over duplicate test.
2069 Disallow let-binding frame-local vars. Add comment.
2070
2071 2010-05-14 Eli Zaretskii <eliz@gnu.org>
2072
2073 Make the cache of bidi iterator states dynamically allocated.
2074 * bidi.c (bidi_cache_shrink): New function.
2075 (bidi_init_it): Call it.
2076 (bidi_cache_iterator_state): Enlarge the cache if needed.
2077
2078 * bidi.c (bidi_move_to_visually_next): Rename from
2079 bidi_get_next_char_visually. All callers changed.
2080
2081 2010-05-14 Kenichi Handa <handa@m17n.org>
2082
2083 * dispextern.h (struct composition_it): New member reversed_p.
2084
2085 * composite.c (composition_compute_stop_pos): Search backward if
2086 ENDPOS < CHARPOS.
2087 (composition_reseat_it): Handle the case that ENDPOS < CHARPOS.
2088 Set CMP_IT->reversed_p.
2089 (composition_update_it): Pay attention to CMP_IT->reversed_p.
2090
2091 * xdisp.c (set_iterator_to_next):
2092 Call composition_compute_stop_pos with negative ENDPOS if we are
2093 scanning backward. Call composition_compute_stop_pos if scan
2094 direction is changed.
2095 (next_element_from_buffer): Call composition_compute_stop_pos with
2096 negative ENDPOS if we are scanning backward.
2097 (next_element_from_composition): Pay attention to
2098 IT->cmp_it.reversed_p.
2099
2100 2010-05-14 Kenichi Handa <handa@m17n.org>
2101
2102 * font.c (font_range): Return the range for the font found at first.
2103
2104 2010-05-14 Glenn Morris <rgm@gnu.org>
2105
2106 * Makefile.in (ns_appdir, ns_appbindir, ns_appsrc): Always define.
2107
2108 * Makefile.in (mktime, X11, register): Move undefs to configure.
2109
2110 * Makefile.in (MSDOS_OBJ): Default to empty, let msdos scripts set it.
2111 (MSDOS_X_OBJ): New variable.
2112 (MSDOS_SUPPORT_REAL): New constant.
2113 (MSDOS_SUPPORT): Set as a variable, not with cpp.
2114 (obj): Use MSDOS_X_OBJ.
2115 (lisp): Use MSDOS_SUPPORT as a variable.
2116
2117 * Makefile.in (REAL_MOUSE_SUPPORT): New constant.
2118 (GPM_MOUSE_SUPPORT): Now it's a constant.
2119 (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): Set with configure,
2120 not cpp.
2121
2122 * Makefile.in (@NS_IMPL_GNUSTEP_INC@): Use in place of #ifdef.
2123 (ns_appresdir): Remove, unused.
2124
2125 * Makefile.in (SHELL): Move outside cpp section.
2126
2127 * s/netbsd.h (AMPERSAND_FULL_NAME): Remove (defined in AH_BOTTOM).
2128
2129 2010-05-13 Glenn Morris <rgm@gnu.org>
2130
2131 * Makefile.in (FONT_DRIVERS): Place with other HAVE_X_WINDOWS stuff.
2132 (TOOLTIP_SUPPORT): Place with other HAVE_WINDOW_SYSTEM stuff.
2133
2134 * Makefile.in (FONT_DRIVERS): If HAVE_X_WINDOWS is defined,
2135 HAVE_WINDOW_SYSTEM must be too.
2136
2137 * Makefile.in (WINNT_SUPPORT): Remove, nt build does not use this file.
2138 (lisp): Remove WINNT_SUPPORT.
2139
2140 * Makefile.in (OLDXMENU, LIBXMENU) [!HAVE_MENUS]:
2141 Let configure set these variables (to empty) in this case as well.
2142
2143 * Makefile.in (LD_SWITCH_X_SITE): Define as a variable, not via cpp.
2144 (LIBX_BASE): Use $LD_SWITCH_X_SITE.
2145
2146 * Makefile.in (C_SWITCH_X_SYSTEM, C_SWITCH_X_SITE, LIB_STANDARD)
2147 (LIB_MATH, FONTCONFIG_CFLAGS, FONTCONFIG_LIBS, FREETYPE_CFLAGS)
2148 (FREETYPE_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS, M17N_FLT_CFLAGS)
2149 (M17N_FLT_LIBS, GNU_OBJC_CFLAGS, GNUSTEP_SYSTEM_LIBRARIES, LIBGPM)
2150 (LIBRESOLV, UNEXEC_OBJ): For clarity, define variables to hold
2151 the values output by configure.
2152 (ALL_CFLAGS, obj, LIBES, temacs${EXEEXT}): Use the above variables.
2153
2154 2010-05-12 Glenn Morris <rgm@gnu.org>
2155
2156 * Makefile.in (YMF_PASS_LDFLAGS, LD, LINKER): Simplify the logic.
2157 (LINKER_WAS_SPECIFIED): Remove.
2158
2159 * Makefile.in (LIB_GCC): Set using configure, not cpp.
2160 (GNULIB_VAR) [!ORDINARY_LINK]: Always set to $LIB_GCC.
2161 * m/arm.h (LIB_GCC) [GNU_LINUX]:
2162 * s/cygwin.h (LIB_GCC):
2163 * s/freebsd.h (LIB_GCC):
2164 * s/gnu-linux.h (LIB_GCC):
2165 * s/msdos.h (LIB_GCC):
2166 * s/netbsd.h (LIB_GCC):
2167 Move to configure.
2168
2169 2010-05-11 Karel Klic <kklic@redhat.com>
2170
2171 * ftfont.c: Fix incorrect parentheses of #if condition for
2172 definining M17N_FLT_USE_NEW_FEATURE.
2173
2174 2010-05-11 Glenn Morris <rgm@gnu.org>
2175
2176 * Makefile.in (LIBS_SYSTEM) [MSDOS]: Do not reset.
2177 * s/msdos.h (MSDOS_LIBS_SYSTEM): Remove.
2178
2179 2010-05-10 Eli Zaretskii <eliz@gnu.org>
2180
2181 * xdisp.c (init_iterator): Don't turn on bidi reordering in
2182 unibyte buffers. See
2183 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00263.html.
2184
2185 2010-05-10 Glenn Morris <rgm@gnu.org>
2186
2187 * Makefile.in (LIBS_SYSTEM): Set using configure, not cpp.
2188 (LIBS_SYSTEM) [MSDOS]: Reset with MSDOS_LIBS_SYSTEM.
2189 (LIBES): Use LIBS_SYSTEM as a variable.
2190 * s/msdos.h (LIBS_SYSTEM): Rename to MSDOS_LIBS_SYSTEM. Always define.
2191 * s/aix4-2.h (LIBS_SYSTEM):
2192 * s/freebsd.h (LIBS_SYSTEM):
2193 * s/hpux10-20.h (LIBS_SYSTEM):
2194 * s/sol2-6.h (LIBS_SYSTEM):
2195 * s/unixware.h (LIBS_SYSTEM):
2196 Move to configure.
2197
2198 * s/aix4-2.h (MAIL_USE_LOCKF):
2199 * s/bsd-common.h (MAIL_USE_FLOCK):
2200 * s/darwin.h (MAIL_USE_FLOCK):
2201 * s/gnu-linux.h (MAIL_USE_FLOCK):
2202 * s/irix6-5.h (MAIL_USE_FLOCK):
2203 * s/template.h (MAIL_USE_FLOCK):
2204 Move to configure.
2205
2206 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
2207
2208 * Version 23.2 released.
2209
2210 2010-05-08 Andreas Schwab <schwab@linux-m68k.org>
2211
2212 * composite.c (autocmp_chars): Save point as marker before calling
2213 auto-composition-function (Bug#5984).
2214
2215 * lisp.h (restore_point_unwind): Add prototype.
2216
2217 * fileio.c (restore_point_unwind): Remove static attribute.
2218
2219 2010-05-08 Kenichi Handa <handa@m17n.org>
2220
2221 * ftfont.c (M17N_FLT_USE_NEW_FEATURE): Define it if we can use the
2222 new feature of libotf and m17n-flt.
2223 (ftfont_check_otf) [M17N_FLT_USE_NEW_FEATURE]:
2224 Call OTF_check_features even if no specific feature is given.
2225 (PACK_OTF_TAG) [M17N_FLT_USE_NEW_FEATURE]: New macro.
2226 (ftfont_drive_otf) [M17N_FLT_USE_NEW_FEATURE]: Handle the case
2227 that OUT is NULL. Use OTF_drive_gsub_with_log and
2228 OTF_drive_gpos_with_log instead of OTF_drive_gsub and
2229 OTF_drive_gpos.
2230 (ftfont_try_otf) [M17N_FLT_USE_NEW_FEATURE]: New function.
2231 (ftfont_shape_by_flt) [M17N_FLT_USE_NEW_FEATURE]:
2232 Setup mflt_enable_new_feature and mflt_try_otf.
2233
2234 2010-05-08 Jan Djärv <jan.h.d@swipnet.se>
2235
2236 * xsettings.c (Ftool_bar_get_system_style): Correct comment.
2237
2238 * gtkutil.c (xg_pack_tool_bar): Change show_all to show for handle
2239 box and toolbar (Bug #6139).
2240 (xg_create_tool_bar): Remove comment (Bug #6139).
2241 (xg_make_tool_item): Remove gtk_widget_show_all (Bug #6139).
2242 (xg_show_toolbar_item): Add gtk_widget_show for weventbox (Bug #6139).
2243
2244 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
2245
2246 * makefile.w32-in ($(BLD)/eval.$(O), $(BLD)/w32fns.$(O)):
2247 Update dependencies.
2248
2249 2010-05-08 Eli Zaretskii <eliz@gnu.org>
2250
2251 * fringe.c (update_window_fringes): Set up truncation bitmaps for
2252 R2L lines.
2253
2254 2010-05-08 Glenn Morris <rgm@gnu.org>
2255
2256 * Makefile.in (THIS_IS_MAKEFILE): Remove, unused.
2257
2258 * Makefile.in (LIBS_TERMCAP): Set with configure, not cpp.
2259 (TERMCAP_OBJ): New, set by configure, replacing termcapobj.
2260 (termcapobj): Replace with TERMCAP_OBJ.
2261 (otherobj): Use $TERMCAP_OBJ instead of $termcapobj.
2262 (LIBES): Use LIBS_TERMCAP as a variable.
2263
2264 * s/freebsd.h (osreldate.h): No longer include, since this file
2265 does not use __FreeBSD_version any more.
2266
2267 * s/aix4-2.h (TERMINFO):
2268 * s/cygwin.h (TERMINFO):
2269 * s/darwin.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
2270 * s/freebsd.h (TERMINFO, LIBS_TERMCAP):
2271 * s/gnu-linux.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
2272 * s/gnu.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
2273 * s/hpux10-20.h (TERMINFO, LIBS_TERMCAP):
2274 * s/irix6-5.h (TERMINFO):
2275 * s/netbsd.h (LIBS_TERMCAP):
2276 * s/openbsd.h (TERMINFO, LIBS_TERMCAP):
2277 * s/sol2-6.h (LIBS_TERMCAP) [!TERMINFO]:
2278 * s/usg5-4.h (TERMINFO):
2279 Move to configure.
2280
2281 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
2282
2283 * eval.c (unbind_to): Don't unbind a local binding into the global
2284 binding when the local binding disappeared. Inversely, don't unbind
2285 a global binding into a newly created local binding.
2286 * data.c (set_internal): Make its `buf' arg into a `where' arg so we
2287 can specify the frame to use, when applicable. Adjust callers.
2288
2289 2010-05-07 Vincent Belaïche <vincent.belaiche@gmail.com>
2290 Stefan Monnier <monnier@iro.umontreal.ca>
2291
2292 * floatfns.c (Fisnan, Fcopysign, Ffrexp, Fldexp): New functions.
2293
2294 2010-05-07 Eli Zaretskii <eliz@gnu.org>
2295
2296 * w32fns.c: Include w32.h.
2297 (Fw32_shell_execute): Decode the error message before passing it
2298 to `error'. (Bug#6126)
2299
2300 * msdos.c (dos_set_window_size):
2301 * w16select.c (Fx_selection_exists_p): Use `Fsymbol_value (foo)'
2302 instead of `XSYMBOL (foo)->value'.
2303
2304 2010-05-07 Eli Zaretskii <eliz@gnu.org>
2305
2306 Fix the MS-DOS build, broken by autoconfiscation.
2307
2308 * Makefile.in: Don't use Make-style comments past the "start of
2309 cpp stuff" line.
2310 (MSDOS_OBJ): Remove xmenu.o (it is now defined by XMENU_OBJ).
2311
2312 * s/msdos.h (UNEXEC): Don't define (@unexec@ in Makefile.in is
2313 edited directly by msdos/sed1v2.inp).
2314
2315 2010-05-07 Glenn Morris <rgm@gnu.org>
2316
2317 * Makefile.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
2318 (LD_SWITCH_SYSTEM_EXTRA): New variable, set by configure.
2319 (TEMACS_LDFLAGS): Use $LD_SWITCH_SYSTEM and $LD_SWITCH_SYSTEM_EXTRA,
2320 move out of cpp section.
2321 * s/freebsd.h (LD_SWITCH_SYSTEM):
2322 * s/gnu-linux.h (LD_SWITCH_SYSTEM):
2323 * s/netbsd.h (LD_SWITCH_SYSTEM):
2324 * s/openbsd.h (LD_SWITCH_SYSTEM): Move to configure.in.
2325
2326 2010-05-07 Dan Nicolaescu <dann@ics.uci.edu>
2327
2328 Define LIB_STANDARD and START_FILES using autoconf.
2329 * s/usg5-4.h (LIB_STANDARD):
2330 * s/netbsd.h (START_FILES):
2331 * s/irix6-5.h (LIB_STANDARD):
2332 * s/hpux10-20.h (LIB_STANDARD, START_FILES):
2333 * s/gnu-linux.h (START_FILES, LIB_STANDARD):
2334 * s/freebsd.h (START_FILES):
2335 * s/darwin.h (START_FILES):
2336 * s/cygwin.h (START_FILES):
2337 * s/aix4-2.h (LIB_STANDARD):
2338 * m/ibmrs6000.h (START_FILES): Remove, move logic to configure.in.
2339 * Makefile.in (STARTFILES): Rename to START_FILES, define using
2340 autoconf, not cpp.
2341
2342 2010-05-06 Dan Nicolaescu <dann@ics.uci.edu>
2343
2344 Remove NEED_BSDTTY and NEED_UNISTD_H.
2345 * s/hpux10-20.h (NEED_BSDTTY): Remove.
2346 * s/aix4-2.h (NEED_UNISTD_H): Remove.
2347 * systty.h: Simplify conditionals for including <sys/bsdtty.h>,
2348 <sys/ptyio.h> and <unistd.h>.
2349
2350 * emacs.c (main): Remove NO_DIR_LIBRARY conditional, unused.
2351
2352 * Makefile.in (STARTFILES): Conditionally define to make the usage clear.
2353 * s/gnu.h (START_FILES): Remove empty definition.
2354
2355 2010-05-06 Jan Djärv <jan.h.d@swipnet.se>
2356
2357 * xterm.c (x_draw_image_relief): Move declaration of extra to beginning.
2358
2359 2010-05-06 Glenn Morris <rgm@gnu.org>
2360
2361 * Makefile.in (CPP, LN_S): Remove unused variables.
2362
2363 2010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
2364
2365 * syntax.c (Fchar_syntax): Check the arg is a character (bug#6080).
2366
2367 2010-05-05 Lawrence Mitchell <wence@gmx.li>
2368
2369 * m/sparc.h: Fix typo in earlier change.
2370
2371 2010-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
2372
2373 Misc tweaks.
2374 * eval.c (Fdefvaralias): Remove unintended nested if.
2375 (internal_condition_case_2, internal_condition_case_n): Use ANSI type.
2376
2377 2010-05-04 Bernhard Herzog <bh@intevation.de> (tiny change)
2378
2379 * xsmfns.c (smc_save_yourself_CB): strlen(client_id) => strlen(cwd).
2380
2381 2010-05-04 Dan Nicolaescu <dann@ics.uci.edu>
2382
2383 Remove BSD_PGRPS.
2384 * s/bsd-common.h (BSD_PGRPS): Remove undef.
2385 * s/gnu-linux.h (BSD_PGRPS): Remove.
2386 * term.c (dissociate_if_controlling_tty):
2387 * sysdep.c (narrow_foreground_group, widen_foreground_group)
2388 (init_sys_modes, reset_sys_modes):
2389 * emacs.c (main):
2390 * callproc.c (Fcall_process, child_setup): Remove code depending
2391 on BSD_PGRPS.
2392
2393 Remove POSIX_SIGNALS.
2394 * s/usg5-4.h (POSIX_SIGNALS):
2395 * s/netbsd.h (POSIX_SIGNALS):
2396 * s/msdos.h (POSIX_SIGNALS):
2397 * s/ms-w32.h (POSIX_SIGNALS):
2398 * s/hpux11.h (POSIX_SIGNALS):
2399 * s/gnu.h (POSIX_SIGNALS):
2400 * s/gnu-linux.h (POSIX_SIGNALS):
2401 * s/freebsd.h (POSIX_SIGNALS):
2402 * s/darwin.h (POSIX_SIGNALS):
2403 * s/cygwin.h (POSIX_SIGNALS):
2404 * s/aix4-2.h (POSIX_SIGNALS): Remove definition.
2405 * s/unixware.h:
2406 * s/sol2-6.h: Remove comments on POSIX_SIGNALS.
2407 * process.c (create_process):
2408 * syssignal.h:
2409 * sysdep.c (wait_for_termination, init_signals):
2410 * process.c (create_process):
2411 * msdos.c: POSIX_SIGNALS is always defined on all platforms,
2412 remove all code that assumes the contrary.
2413
2414 2010-05-04 Glenn Morris <rgm@gnu.org>
2415
2416 * s/gnu-linux.h (LD_SWITCH_SYSTEM): Use LD_SWITCH_X_SITE_AUX as a shell
2417 variable.
2418 * s/netbsd.h (LD_SWITCH_SYSTEM_tmp): Remove.
2419 (LD_SWITCH_SYSTEM): Use $LD_SWITCH_X_SITE_AUX_RPATH.
2420 * s/openbsd.h (LD_SWITCH_SYSTEM_tmp): Remove.
2421 (LD_SWITCH_SYSTEM): Use $LD_SWITCH_X_SITE_AUX_RPATH instead of
2422 LD_SWITCH_SYSTEM_tmp.
2423 * Makefile.in (LD_SWITCH_X_SITE_AUX, LD_SWITCH_X_SITE_AUX_RPATH):
2424 New variables, set by configure.
2425
2426 * s/aix4-2.h (LD_SWITCH_SYSTEM_TEMACS): Move to configure.in.
2427 * s/darwin.h (HEADERPAD_EXTRA, LIBS_NSGUI): Remove.
2428 (LD_SWITCH_SYSTEM_TEMACS): Move to configure.in.
2429 * Makefile.in (LD_SWITCH_SYSTEM_TEMACS): New variable, set by configure.
2430 (TEMACS_LDFLAGS): Use $LD_SWITCH_SYSTEM_TEMACS.
2431
2432 * s/aix4-2.h (C_SWITCH_SYSTEM):
2433 * m/alpha.h (C_SWITCH_MACHINE):
2434 Move to configure.in.
2435 * Makefile.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM):
2436 New variables, set by configure.
2437 (ALL_CFLAGS): Use $C_SWITCH_MACHINE and $C_SWITCH_SYSTEM in place of
2438 $c_switch_machine and $c_switch_system.
2439
2440 2010-05-04 Dan Nicolaescu <dann@ics.uci.edu>
2441
2442 * s/hpux10-20.h (LIB_STANDARD): New definition.
2443 * Makefile.in (ORDINARY_LINK): Remove setting LIB_STANDARD based
2444 on it, not used anymore.
2445
2446 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
2447
2448 * eval.c (internal_condition_case_n): Rename from
2449 internal_condition_case_2.
2450 (internal_condition_case_2): New function.
2451
2452 * xdisp.c (safe_call): Use internal_condition_case_n.
2453
2454 * fileio.c (Fdelete_file, internal_delete_file): New arg FORCE.
2455 (internal_delete_file, Frename_file): Callers changed.
2456
2457 * buffer.c (Fkill_buffer):
2458 * callproc.c (delete_temp_file): Callers changed (Bug#6070).
2459
2460 * lisp.h: Update prototypes.
2461
2462 2010-05-03 Glenn Morris <rgm@gnu.org>
2463
2464 * Makefile.in (LIBX_EXTRA, LIBX_BASE): New variables.
2465 (LIBXT_OTHER, LIBX_OTHER): New, set by configure.
2466 (LIBXT): Set with configure, not cpp.
2467 (LIBX): Remove.
2468 (LIBES): Replace $LIBX with $LIBX_BASE and $LIBX_OTHER.
2469
2470 2010-05-02 Dan Nicolaescu <dann@ics.uci.edu>
2471
2472 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Remove.
2473 The FreeBSD is not needed, the default works, Solaris version is
2474 not needed, and the remaining case is not supported by configure.
2475
2476 2010-05-02 Jan Djärv <jan.h.d@swipnet.se>
2477
2478 * xsmfns.c (CHDIR_OPT): New define.
2479 (smc_save_yourself_CB): Add CHDIR_OPT to options to use when
2480 restarting emacs.
2481
2482 * xterm.c (x_connection_closed): Call Fkill_emacs instead of
2483 shut_down_emacs.
2484
2485 * emacs.c (USAGE1): Mention --chdir.
2486 (main): Handle --chdir.
2487 (standard_args): Add --chdir.
2488 (fatal_error_signal): Call Fkill_emacs for SIGTERM and SIGHUP (Bug
2489 #5552).
2490
2491 2010-05-01 Dan Nicolaescu <dann@ics.uci.edu>
2492
2493 Remove LD_SWITCH_MACHINE.
2494 * Makefile.in (LD_SWITCH_MACHINE): Remove definition, unused.
2495 (TEMACS_LDFLAGS): Do not use LD_SWITCH_MACHINE.
2496
2497 Clean up IRIX code.
2498 * m/iris4d.h (TERMINFO, FIRST_PTY_LETTER): Move definitions ...
2499 * s/irix6-5.h (TERMINFO, FIRST_PTY_LETTER): ... here.
2500
2501 Clean up AIX code.
2502 * m/ibmrs6000.inp: Remove file, unused.
2503 * m/ibmrs6000.h (IBMR2AIX): Remove, unused.
2504 (LD_SWITCH_MACHINE): Rename to LD_SWITCH_SYSTEM_TEMACS, and move
2505 definition ...
2506 * s/aix4-2.h (LD_SWITCH_SYSTEM_TEMACS): ... here.
2507
2508 * sysdep.c (child_setup_tty, init_sys_modes): Remove !IBMR2AIX code,
2509 unused.
2510
2511 2010-05-01 Eli Zaretskii <eliz@gnu.org>
2512
2513 Emulate POSIX_SIGNALS on MS-Windows.
2514
2515 * s/ms-w32.h (POSIX_SIGNALS, struct sigaction, SIG_BLOCK)
2516 (SIG_SETMASK, SIG_UNBLOCK): Define.
2517
2518 * sysdep.c (sys_signal) [WINDOWSNT]: #ifdef away.
2519 (wait_for_termination) [WINDOWSNT]: Move MS-Windows specific code
2520 from non-POSIX_SIGNALS section to POSIX_SIGNALS section.
2521
2522 * w32.c (sigemptyset, sigaddset, sigfillset, sigprocmask):
2523 New stubs.
2524
2525 Miscellaneous fixes of bidi display.
2526
2527 * xdisp.c (find_row_end): New function, refactored from display_line.
2528 (display_line): Use it.
2529 (extend_face_to_end_of_line): In almost-filled rows, extend only
2530 if the row is R2L and not continued.
2531 (display_line): Fix prepending of truncation glyphs to R2L rows.
2532 Preserve overlay and string info in row->end.
2533 (insert_left_trunc_glyphs): Support addition of left truncation
2534 glyphs to R2L rows.
2535 (set_cursor_from_row): Don't place cursor on the vertical border
2536 glyph between adjacent windows. Fix a crash when a display string
2537 is continued to the next line. Don't return zero if cursor was
2538 found by `cursor' property of a display string.
2539 (try_cursor_movement): Don't assume that row->end == (row+1)->start,
2540 test for that explicitly.
2541
2542 2010-05-01 Glenn Morris <rgm@gnu.org>
2543
2544 * Makefile.in (gmallocobj, rallocobj, vmlimitobj): Initialize to null,
2545 for clarity.
2546 (OTHER_OBJ): Remove.
2547 (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New, set by configure.
2548 (otherobj): Use PRE_ALLOC_OBJ, POST_ALLOC_OBJ rather than OTHER_OBJ.
2549
2550 2010-05-01 Karel Klíč <kklic@redhat.com>
2551
2552 * fileio.c (Ffile_selinux_context): Context functions may return null.
2553
2554 2010-04-30 Dan Nicolaescu <dann@ics.uci.edu>
2555
2556 * s/gnu.h (POSIX_SIGNALS, START_FILES): New definitions.
2557
2558 2010-04-30 Glenn Morris <rgm@gnu.org>
2559
2560 * Makefile.in (vmlimitobj) [!SYSTEM_MALLOC]: New variable. (Bug#6065)
2561 (OTHER_OBJ): Define as a separate variable, for clarity.
2562
2563 2010-04-30 Jan Djärv <jan.h.d@swipnet.se>
2564
2565 * xsettings.c: include limits.h and update file comment.
2566
2567 2010-04-30 Glenn Morris <rgm@gnu.org>
2568
2569 * Makefile.in (OLDXMENU, LIBXMENU) [HAVE_MENUS]:
2570 Set with configure, not cpp.
2571 (LIBW): Remove, replace with $TOOLKIT_LIBW.
2572
2573 * Makefile.in (mallocobj): Remove.
2574 (otherobj): Simplify using @OTHER_OBJ@.
2575
2576 * Makefile.in (dispnew.o, frame.o, fringe.o, font.o, fontset.o)
2577 (keyboard.o, window.o, xdisp.o, xfaces.o, menu.o):
2578 Don't bother making nsgui.h dependency platform-specific.
2579
2580 * Makefile.in (nsfns.o): Remove duplicate nsgui.h dependency.
2581
2582 2010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
2583
2584 * process.c (read_process_output, exec_sentinel): Don't burp if the
2585 sentinel/filter kills the current buffer (bug#6060).
2586
2587 Fix wrong-docstring problem introduced with hash-consing. (Bug#6008)
2588 * eval.c (Fautoload): Set doc to a unique number rather than to 0.
2589 Remove unused var `args'.
2590 * lisp.h (XSETCARFASTINT, XSETCDRFASTINT): Remove.
2591 (LOADHIST_ATTACH): Wrap with do...while to avoid surprises for callers.
2592 * doc.c (store_function_docstring): Use XSETCAR.
2593
2594 2010-04-28 Glenn Morris <rgm@gnu.org>
2595
2596 * Makefile.in (BASE_WINDOW_SUPPORT, X_WINDOW_SUPPORT): New variables.
2597 (WINDOW_SUPPORT) [HAVE_WINDOW_SYSTEM]: Use them.
2598
2599 * Makefile.in (CYGWIN_OBJ): Set with configure, not cpp.
2600
2601 * Makefile.in (GPM_MOUSE_SUPPORT): New, set by configure.
2602 (MOUSE_SUPPORT) [!HAVE_MOUSE]: Use $GPM_MOUSE_SUPPORT.
2603
2604 * Makefile.in (FONT_OBJ): New, set by configure.
2605 (FONT_DRIVERS): Use $FONT_OBJ.
2606
2607 * Makefile.in (LIBXMU): Set with configure, not cpp.
2608 * s/aix4-2.h (LIBXMU):
2609 * s/hpux10-20.h (LIBXMU):
2610 Remove definition, now set in configure.
2611
2612 * Makefile.in (NS_OBJ, NS_SUPPORT): Set with configure, not cpp.
2613
2614 * m/amdx86-64.h [i386]: Move this test to configure.in.
2615
2616 2010-04-27 Glenn Morris <rgm@gnu.org>
2617
2618 * Makefile.in (LIBXTR6): Set with configure, not cpp.
2619 * s/unixware.h (NEED_LIBW): Remove definition.
2620
2621 * Makefile.in (LUCID_LIBW, MOTIF_LIBW): Remove, replacing by...
2622 (TOOLKIT_LIBW): New, set by configure.
2623 (@X_TOOLKIT_TYPE@): No longer define it.
2624
2625 * Makefile.in (LIBXP): Remove, since included in MOTIF_LIBW.
2626 (MOTIF_LIBW): Set with configure, not cpp.
2627 * s/aix4-2.h (LIB_MOTIF):
2628 * s/gnu-linux.h (LIB_MOTIF):
2629 * s/unixware.h (LIB_MOTIF): Move to configure.in.
2630
2631 2010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
2632
2633 Reduce CPP usage.
2634 * Makefile.in (LIB_X11_LIB): Remove, inline in the only user.
2635 (obj): Use autoconf for unexec instead of cpp.
2636 (C_SWITCH_SYSTEM, C_SWITCH_MACHINE, C_SWITCH_X_SITE): Remove
2637 definitions and undefs. Inline definitions in the only user.
2638 (ALL_CFLAGS): Substitute C_SWITCH_X_SYSTEM using autoconf.
2639
2640 2010-04-27 Glenn Morris <rgm@gnu.org>
2641
2642 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Change the logic around,
2643 since the defaults (set by the system file) are fine in most cases.
2644 [GNU_LINUX, __OpenBSD__, __NetBSD__, __APPLE__]: Remove sections.
2645 * m/ibms390x.h (START_FILES, LIB_STANDARD):
2646 * m/macppc.h (START_FILES, LIB_STANDARD) [GNU_LINUX]:
2647 * m/sparc.h (START_FILES, LIB_STANDARD) [__linux__]:
2648 Remove definitions, since they are set correctly in s/gnu-linux.h.
2649 * s/freebsd.h (START_FILES, LIB_STANDARD):
2650 * s/gnu-linux.h (START_FILES, LIB_STANDARD):
2651 * s/hpux10-20.h (START_FILES):
2652 * s/netbsd.h (START_FILES, LIB_STANDARD, START_FILES_1, END_FILES_1):
2653 Use $CRT_DIR in place of fixed /usr/lib, /lib directories.
2654
2655 * Makefile.in (LIBXP, LUCID_LIBW, WIDGET_OBJ): Set via configure.
2656 (MOTIF_LIBW): Use $LIBXP.
2657 (otherobj): Use $WIDGET_OBJ.
2658
2659 2010-04-26 Dan Nicolaescu <dann@ics.uci.edu>
2660
2661 * Makefile.in (LIBS_MACHINE): Remove, unused.
2662
2663 Use autoconf instead of cpp for LIB_MATH.
2664 * s/darwin.h (LIB_MATH): Do not define here, move to configure.
2665 * s/cygwin.h (LIB_MATH): Likewise.
2666 * Makefile.in (LIB_MATH): Do not define with cpp.
2667 (LIBES): Use autoconf for LIB_MATH.
2668
2669 2010-04-26 Kenichi Handa <handa@m17n.org>
2670
2671 * composite.c (Ffind_composition_internal): Fix the return value
2672 for an automatic composition.
2673
2674 2010-04-25 Dan Nicolaescu <dann@ics.uci.edu>
2675
2676 Remove all NO_ARG_ARRAY uses.
2677 * fns.c (concat2, concat3, nconc2):
2678 * eval.c (apply1, call1, call2, call3, call4, call5, call6)
2679 (call7): Remove NO_ARG_ARRAY usage, assume it's always true.
2680 * m/xtensa.h (NO_ARG_ARRAY):
2681 * m/template.h (NO_ARG_ARRAY):
2682 * m/sparc.h (NO_ARG_ARRAY):
2683 * m/sh3.h (NO_ARG_ARRAY):
2684 * m/mips.h (NO_ARG_ARRAY):
2685 * m/macppc.h (NO_ARG_ARRAY):
2686 * m/iris4d.h (NO_ARG_ARRAY):
2687 * m/intel386.h (NO_ARG_ARRAY):
2688 * m/ibms390x.h (NO_ARG_ARRAY):
2689 * m/ibms390.h (NO_ARG_ARRAY):
2690 * m/ibmrs6000.h (NO_ARG_ARRAY):
2691 * m/ia64.h (NO_ARG_ARRAY):
2692 * m/hp800.h (NO_ARG_ARRAY):
2693 * m/arm.h (NO_ARG_ARRAY):
2694 * m/amdx86-64.h (NO_ARG_ARRAY):
2695 * m/alpha.h (NO_ARG_ARRAY): Remove definition.
2696
2697 2010-04-25 Eli Zaretskii <eliz@gnu.org>
2698
2699 * xdisp.c (display_line): Don't assume 2nd call to
2700 get_next_display_element cannot return zero. (Bug#6030)
2701 (iterate_out_of_display_property): New function, body from pop_it.
2702 (pop_it): Use it.
2703
2704 2010-04-24 Glenn Morris <rgm@gnu.org>
2705
2706 * m/amdx86-64.h (START_FILES, LIB_STANDARD) [__OpenBSD__]:
2707 For clarity, revert to using fixed /usr/lib rather than $CRT_DIR.
2708 (START_FILES, LIB_STANDARD) [__FreeBSD__]: Merge into the generic case,
2709 since CRT_DIR defaults to /usr/lib. Suggested by Dan Nicolaescu.
2710
2711 2010-04-24 Eli Zaretskii <eliz@gnu.org>
2712
2713 * xdisp.c (display_line): Use `reseat' instead of `reseat_1', and
2714 use `get_next_display_element' and `set_iterator_to_next' to
2715 advance to the next character, when looking for the character that
2716 begins the next row.
2717
2718 * .gdbinit: Add a "set Fmake_symbol" line to force GDB to load the
2719 definition of "struct Lisp_Symbol".
2720
2721 2010-04-24 Glenn Morris <rgm@gnu.org>
2722
2723 * Makefile.in (CRT_DIR): New variable, set by configure.
2724 * m/amdx86-64.h, m/ibms390x.h (START_FILES, LIB_STANDARD):
2725 Use $CRT_DIR rather than HAVE_LIB64_DIR. (Bug#5655)
2726
2727 2010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
2728
2729 * Makefile.in: Remove C_SWITCH_X_MACHINE, unused.
2730
2731 * s/cygwin.h (LIBS_DEBUG): Remove, unused.
2732
2733 Remove redundant flags.
2734 * s/freebsd.h (C_SWITCH_SYSTEM):
2735 * s/hpux10-20.h (C_SWITCH_X_SYSTEM, LD_SWITCH_X_DEFAULT):
2736 * s/netbsd.h (C_SWITCH_SYSTEM):
2737 * s/openbsd.h (LD_SWITCH_X_DEFAULT): Remove, configure takes care
2738 of these.
2739
2740 Simplify m/intel386.h.
2741 * m/intel386.h (CRT0_DUMMIES): Remove, inline value in the only
2742 user: ecrt0.c.
2743 (SOLARIS2): Remove LOAD_AVE_TYPE, LOAD_AVE_CVT, LIBS_MACHINE, unused.
2744 (USG5_4): Move LOAD_AVE_TYPE, LOAD_AVE_CVT, FSCALE definitions to
2745 the only user: s/unixware.h.
2746 * ecrt0.c: Remove #ifndef static. Inline CRT0_DUMMIES definition
2747 from m/intel386.h.
2748 * s/unixware.h (LOAD_AVE_TYPE, LOAD_AVE_CVT, FSCALE): Definitions
2749 moved here from m/intel386.h.
2750
2751 * m/mips.h: Remove #if 0 code.
2752
2753 2010-04-23 Eli Zaretskii <eliz@gnu.org>
2754
2755 Fix display of composed characters from L2R scripts in bidi buffers.
2756 * xdisp.c (set_iterator_to_next, next_element_from_composition):
2757 After advancing IT past the composition, resync the bidi iterator
2758 with IT's position. (Bug#5977)
2759
2760 2010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
2761
2762 * Makefile.in (LD_SWITCH_MACHINE_TEMACS): Remove, unused.
2763 (TEMACS_LDFLAGS): Don't use LD_SWITCH_SYSTEM_TEMACS.
2764
2765 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
2766
2767 * gtkutil.c: Include xsettings.h for Ftool_bar_get_system_style.
2768
2769 2010-04-23 Eli Zaretskii <eliz@gnu.org>
2770
2771 Support `display' text properties and overlay strings in bidi buffers.
2772 * xdisp.c (pop_it): When the stack is popped after displaying
2773 from a string, bidi-iterate to exit from the text portion covered
2774 by the `display' property or overlay. (Bug#5988, bug#5920)
2775
2776 2010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
2777
2778 * m/macppc.h (LD_SWITCH_SYSTEM_TEMACS): Remove #undef.
2779 (LD_SWITCH_MACHINE_TEMACS): Remove, configure sets nocombreloc.
2780
2781 * s/netbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure sets nocombreloc.
2782 * s/openbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove.
2783
2784 Simplify STARTFILES definition.
2785 * s/hpux10-20.h (START_FILES): Explicitly define here instead of
2786 relying on Makefile.in to define it.
2787 * s/cygwin.h (START_FILES): Likewise.
2788 * Makefile.in (STARTFILES): Remove conditional code, not needed anymore.
2789
2790 Clean up Solaris code.
2791 * s/sol2-6.h (LD_SWITCH_SYSTEM_TEMACS, C_SWITCH_X_SYSTEM)
2792 (LIB_MOTIF): Remove, configure takes care of this.
2793 (NOT_USING_MOTIF): Remove, unused.
2794 * xrdb.c: Remove #if 0-ed #include.
2795 (SYSV): Remove conditional for old SysV.
2796 * sysdep.c (closedir): Remove conditional code for Solaris,
2797 Solaris has closedir.
2798
2799 2010-04-22 Jan Djärv <jan.h.d@swipnet.se>
2800
2801 * xsettings.c (read_and_apply_settings): Check if current_font is
2802 NULL before strcmp (Bug#6001).
2803
2804 2010-04-21 Dan Nicolaescu <dann@ics.uci.edu>
2805
2806 Clean up HP-UX files.
2807 * m/hp800.h (NO_REMAP, VIRT_ADDR_VARIES, DATA_SEG_BITS)
2808 (DATA_START, TEXT_START, LOAD_AVE_TYPE, LOAD_AVE_CVT)
2809 (LDAV_SYMBOL, index, rindex): Move definitions only used in HP-UX ...
2810 * s/hpux10-20.h: ... to the only user, here.
2811
2812 2010-04-21 Eli Zaretskii <eliz@gnu.org>
2813
2814 * bidi.c (bidi_find_paragraph_start, bidi_at_paragraph_end): Don't
2815 use buffer-local values of paragraph-start and paragraph-separate.
2816 <paragraph_start_re, paragraph_separate_re>: Rename from
2817 fallback_paragraph_start_re and fallback_paragraph_separate_re.
2818 (Bug#5992)
2819
2820 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
2821
2822 * xsettings.c: Qmonospace_font_name, Qtool_bar_style and
2823 current_tool_bar_style are new.
2824 (store_config_changed_event): Rename from store_font_changed_event.
2825 (XSETTINGS_TOOL_BAR_STYLE): New define.
2826 (SEEN_FONT, SEEN_TB_STYLE): New enum values.
2827 (struct xsettings): Add font and tb_style, set xft stuff inside #ifdef
2828 HAVE_XFT.
2829 (something_changedCB): store_font_changed_event is now
2830 store_config_changed_event.
2831 (parse_settings): Rename from parse_xft_settings. Read
2832 non-xft xsettings outside #ifdef HAVE_XFT.
2833 (read_settings): Renamed from read_xft_settings.
2834 (apply_xft_settings): Take current settings as parameter. Do not
2835 call read_(xft)_settings.
2836 (read_and_apply_settings): New function.
2837 (xft_settings_event): Do non-xft stuff out of HAVE_XFT. Call
2838 read_and_apply_settings if there are settings to be read.
2839 (init_xsettings): Renamed from init_xfd_settings.
2840 Call read_and_apply_settings unconditionally.
2841 (xsettings_initialize): Call init_xsettings.
2842 (Ftool_bar_get_system_style): New function.
2843 (syms_of_xsettings): Define Qmonospace_font_name and
2844 Qtool_bar_style. Initialize current_tool_bar_style to nil.
2845 defsubr Stool_bar_get_system_style. Fprovide on
2846 dynamic-setting.
2847 Move misplaced HAVE_GCONF
2848
2849 * xsettings.h (Ftool_bar_get_system_style): Declare.
2850
2851 * xdisp.c: Vtool_bar_style, tool_bar_max_label_size,
2852 Qtext, Qboth, Qboth_horiz are new.
2853 (syms_of_xdisp): Intern Qtext, Qboth, Qboth_horiz, DEFVAR
2854 Vtool_bar_style, tool_bar_max_label_size.
2855
2856 * lisp.h: Extern declare Qtext, Qboth, Qboth_horiz.
2857
2858 * keyboard.c: QClabel is new.
2859 (parse_tool_bar_item): Take out QClabel from tool bar items.
2860 Try to construct a label if ther is no QClabel.
2861 (syms_of_keyboard): Intern :label as QClabel.
2862
2863 * dispextern.h (tool_bar_item_idx): TOOL_BAR_ITEM_LABEL is new.
2864 (Vtool_bar_style, tool_bar_max_label_size, DEFAULT_TOOL_BAR_LABEL_SIZE):
2865 New.
2866
2867 * Makefile.in (SOME_MACHINE_LISP): font-setting.el renamed to
2868 dynamic-setting.el.
2869
2870 * gtkutil.c (xg_tool_bar_menu_proxy): Handle label in tool bar item.
2871 (xg_make_tool_item, xg_show_toolbar_item): New function.
2872 (update_frame_tool_bar): Take label from TOOL_BAR_ITEM_LABEL.
2873 Call xg_make_tool_item to make a tool bar item.
2874 Call xg_show_toolbar_item. Use wtoolbar instead of x->toolbar_widget.
2875
2876 * xterm.c (x_draw_image_relief): Take Vtool_bar_button_margin
2877 into account for toolbars.
2878
2879 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
2880
2881 * data.c (make_blv): Declarations before code (Bug#5993).
2882
2883 2010-04-21 Glenn Morris <rgm@gnu.org>
2884
2885 * Makefile.in (DBUS_OBJ, GTK_OBJ, XMENU_OBJ, XOBJ):
2886 Define using autoconf, not cpp.
2887 (LIBXSM): New variable, set by autoconf.
2888 (LIBXT): Use $LIBXSM.
2889
2890 2010-04-21 Dan Nicolaescu <local_user@dannlt>
2891
2892 Remove NOMULTIPLEJOBS, unused.
2893 * s/template.h (NOMULTIPLEJOBS):
2894 * s/msdos.h (NOMULTIPLEJOBS): Remove, unused.
2895
2896 Simplify LD_SWITCH_SYSTEM_TEMACS usage.
2897 * s/freebsd.h (LD_SWITCH_SYSTEM_TEMACS):
2898 * s/gnu-linux.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure
2899 detects -znocombreloc and passes it to the linker
2900 * s/hpux10-20.h (LD_SWITCH_SYSTEM_TEMACS): Remove, empty.
2901
2902 2010-04-21 Glenn Morris <rgm@gnu.org>
2903
2904 * Makefile.in (LIBSELINUX_LIBS): Move out of #ifdef.
2905
2906 2010-04-21 Karel Klíč <kklic@redhat.com>
2907
2908 * Makefile.in (LIBSELINUX_LIBS): New.
2909 (LIBES): Add $LIBSELINUX_LIBS.
2910 * eval.c, lisp.h (call7): New function.
2911 * fileio.c [HAVE_LIBSELINUX]: Include selinux headers.
2912 (Ffile_selinux_context, Fset_file_selinux_context):
2913 New functions.
2914 (Fcopy_file): New parameter preserve-selinux-context.
2915 (Frename_file): Preserve selinux context when renaming by copy-file.
2916
2917 2010-04-21 Juanma Barranquero <lekktu@gmail.com>
2918 Eli Zaretskii <eliz@gnu.org>
2919
2920 Don't depend on cm.c or termcap.c on Windows, use stubs.
2921 * makefile.w32-in (OBJ1): Remove cm.$(O) and termcap.$(O).
2922 ($(BLD)/cm.$(O), $(BLD)/termcap.$(O)): Remove.
2923 * w32console.c (current_tty, cost): New vars; lifted from cm.c.
2924 (evalcost, cmputc, cmcheckmagic, cmcostinit, cmgoto, Wcm_clear)
2925 (sys_tputs, sys_tgetstr): New stubs.
2926 * s/ms-w32.h (chcheckmagic, cmcostinit, cmgoto, cmputc, Wcm_clear)
2927 (tputs, tgetstr): New; define to sys_*.
2928
2929 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
2930
2931 * buffer.c (syms_of_buffer) <bidi-display-reordering>: Doc fix.
2932
2933 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
2934
2935 * data.c (Fmake_variable_buffer_local, Fmake_local_variable):
2936 Just signal a warning rather than an error when inside a let.
2937 (Fmake_variable_frame_local): Add the same test.
2938
2939 * font.c (syms_of_font): Make the style table vars read-only.
2940
2941 * buffer.h (struct buffer): Remove unused var `direction_reversed'.
2942 * buffer.c (init_buffer_once, syms_of_buffer): Remove its initialization.
2943
2944 * bidi.c (bidi_initialize): Simplify fallback_paragraph_*_re init.
2945
2946 2010-04-20 Eli Zaretskii <eliz@gnu.org>
2947
2948 Fix R2L paragraph display on TTY.
2949
2950 * xdisp.c (unproduce_glyphs): New function.
2951 (display_line): Use it when produced glyphs are discarded from R2L
2952 glyph rows.
2953 (append_composite_glyph): In R2L rows, prepend the glyph rather
2954 than appending it.
2955
2956 * term.c (append_composite_glyph): In R2L rows, prepend the glyph
2957 rather than append it. Set up the resolved_level and bidi_type
2958 attributes of the appended glyph.
2959 (produce_special_glyphs): Mirror the backslash continuation
2960 character in R2L lines.
2961
2962 Implement display of R2L paragraphs in GUI sessions.
2963
2964 * xdisp.c [HAVE_WINDOW_SYSTEM]: Add prototype for
2965 append_stretch_glyph.
2966 (set_cursor_from_row) <cursor_x>: Remove unused variable. Fix
2967 off-by-one error in computing x at end of text in the row.
2968 (append_stretch_glyph): In reversed row, prepend the glyph rather
2969 than append it. Set resolved_level and bidi_type of the glyph.
2970 (extend_face_to_end_of_line): If the row is reversed, prepend a
2971 stretch glyph whose width is such that the rightmost glyph will be
2972 drawn at the right margin of the window. Fix off-by-one error on
2973 TTY frames in testing whether a line needs face extension. Fix
2974 face extension at ZV. If this is the last glyph row, use
2975 DEFAULT_FACE_ID, to avoid painting the rest of the window with the
2976 region face.
2977 (set_cursor_from_row, display_line): Use
2978 MATRIX_ROW_CONTINUATION_LINE_P instead of testing value of
2979 row->continuation_lines_width.
2980 (next_element_from_buffer): Don't call bidi_paragraph_init if we
2981 are at ZV. Fixes a crash when reseated to ZV by
2982 try_window_reusing_current_matrix.
2983 (display_and_set_cursor, erase_phys_cursor): Handle negative HPOS,
2984 which happens with R2L glyph rows. Fixes a crash when inserting a
2985 character at end of an R2L line.
2986 (set_cursor_from_row): Don't be fooled by truncated rows: don't
2987 treat them as having zero-width characters. Improve comments.
2988 Don't reverse pos_before and pos_after for reversed glyph rows.
2989 Set cursor.x to negative value when the cursor might be on the
2990 left fringe.
2991 (IT_OVERFLOW_NEWLINE_INTO_FRINGE): For R2L lines, consider the
2992 left fringe, not the right one.
2993 (notice_overwritten_cursor, draw_phys_cursor_glyph)
2994 (erase_phys_cursor): For reversed cursor_row, support cursor on
2995 the left fringe.
2996
2997 * fringe.c (update_window_fringes): For R2L rows, swap the bitmaps
2998 of continuation indicators on the fringes.
2999 (draw_fringe_bitmap): For reversed glyph rows, allow cursor on the
3000 left fringe.
3001
3002 * w32term.c (w32_draw_window_cursor): For reversed glyph rows,
3003 draw cursor on the left fringe.
3004
3005 * xterm.c (x_draw_window_cursor): For reversed glyph rows, draw
3006 cursor on the left fringe.
3007
3008 * dispnew.c (update_text_area): Handle reversed desired rows when
3009 the cursor is on the left fringe.
3010 (set_window_cursor_after_update): Limit cursor's hpos by -1 from
3011 below, not by 0, for when the cursor is on the left fringe.
3012
3013 2010-04-20 Jan Djärv <jan.h.d@swipnet.se>
3014
3015 * gtkutil.c (xg_event_is_for_scrollbar): Check if grabbed
3016 widget is a scrollbar.
3017
3018 2010-04-20 Kenichi Handa <handa@m17n.org>
3019
3020 * charset.c (char_charset): Consider Vcharset_non_preferred_head
3021 only when the arg CHARSET_LIST is nil.
3022
3023 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3024
3025 Make variable forwarding explicit rather the using special values.
3026 Basically, this makes the structure of buffer-local values and object
3027 forwarding explicit in the type of Lisp_Symbols rather than use
3028 special Lisp_Objects for that. This tends to lead to slightly more
3029 verbose code, but is more C-like, simpler, and makes it easier to make
3030 sure we handled all cases, among other things by letting the compiler
3031 help us check it.
3032 * lisp.h (enum Lisp_Misc_Type, union Lisp_Misc):
3033 Removing forwarding objects.
3034 (enum Lisp_Fwd_Type, enum symbol_redirect, union Lisp_Fwd): New types.
3035 (struct Lisp_Symbol): Make the various forms of variable-forwarding
3036 explicit rather than hiding them inside Lisp_Object "values".
3037 (XFWDTYPE): New macro.
3038 (XINTFWD, XBOOLFWD, XOBJFWD, XKBOARD_OBJFWD): Redefine.
3039 (XBUFFER_LOCAL_VALUE): Remove.
3040 (SYMBOL_VAL, SYMBOL_ALIAS, SYMBOL_BLV, SYMBOL_FWD, SET_SYMBOL_VAL)
3041 (SET_SYMBOL_ALIAS, SET_SYMBOL_BLV, SET_SYMBOL_FWD): New macros.
3042 (SYMBOL_VALUE, SET_SYMBOL_VALUE): Remove.
3043 (struct Lisp_Intfwd, struct Lisp_Boolfwd, struct Lisp_Objfwd)
3044 (struct Lisp_Buffer_Objfwd, struct Lisp_Kboard_Objfwd):
3045 Remove the Lisp_Misc_* header.
3046 (struct Lisp_Buffer_Local_Value): Redefine.
3047 (BLV_FOUND, SET_BLV_FOUND, BLV_VALUE, SET_BLV_VALUE): New macros.
3048 (struct Lisp_Misc_Any): Add filler to get the right size.
3049 (struct Lisp_Free): Use struct Lisp_Misc_Any rather than struct
3050 Lisp_Intfwd.
3051 (DEFVAR_LISP, DEFVAR_LISP_NOPRO, DEFVAR_BOOL, DEFVAR_INT)
3052 (DEFVAR_KBOARD): Allocate a forwarding object.
3053 * data.c (do_blv_forwarding, store_blv_forwarding): New macros.
3054 (let_shadows_global_binding_p): New function.
3055 (union Lisp_Val_Fwd): New type.
3056 (make_blv): New function.
3057 (swap_in_symval_forwarding, indirect_variable, do_symval_forwarding)
3058 (store_symval_forwarding, swap_in_global_binding, Fboundp)
3059 (swap_in_symval_forwarding, find_symbol_value, Fset)
3060 (let_shadows_buffer_binding_p, set_internal, default_value)
3061 (Fset_default, Fmake_variable_buffer_local, Fmake_local_variable)
3062 (Fkill_local_variable, Fmake_variable_frame_local)
3063 (Flocal_variable_p, Flocal_variable_if_set_p)
3064 (Fvariable_binding_locus):
3065 * xdisp.c (select_frame_for_redisplay):
3066 * lread.c (Fintern, Funintern, init_obarray, defvar_int)
3067 (defvar_bool, defvar_lisp_nopro, defvar_lisp, defvar_kboard):
3068 * frame.c (store_frame_param):
3069 * eval.c (Fdefvaralias, Fuser_variable_p, specbind, unbind_to):
3070 * bytecode.c (Fbyte_code) <varref, varset>: Adapt to the new symbol
3071 value structure.
3072 * buffer.c (PER_BUFFER_SYMBOL): Move from buffer.h.
3073 (clone_per_buffer_values): Only adjust markers into the current buffer.
3074 (reset_buffer_local_variables): PER_BUFFER_IDX is never -2.
3075 (Fbuffer_local_value, set_buffer_internal_1)
3076 (swap_out_buffer_local_variables):
3077 Adapt to the new symbol value structure.
3078 (DEFVAR_PER_BUFFER): Allocate a Lisp_Buffer_Objfwd object.
3079 (defvar_per_buffer): Take a new arg for the fwd object.
3080 (buffer_lisp_local_variables): Return a proper alist (different fix
3081 for bug#4138).
3082 * alloc.c (Fmake_symbol): Use SET_SYMBOL_VAL.
3083 (Fgarbage_collect): Don't handle buffer_defaults specially.
3084 (mark_object): Handle new symbol value structure rather than the old
3085 special Lisp_Misc_* objects.
3086 (gc_sweep) <symbols>: Free also the buffer-local-value objects.
3087 * term.c (set_tty_color_mode):
3088 * bidi.c (bidi_initialize): Don't access the ->value field directly.
3089 * buffer.h (PER_BUFFER_VAR_OFFSET): Don't bother with
3090 a buffer_local_flags.
3091 * print.c (print_object): Get rid of impossible forwarding objects.
3092
3093 2010-04-19 Eli Zaretskii <eliz@gnu.org>
3094
3095 * bidi.c (bidi_get_type, bidi_get_category)
3096 (bidi_at_paragraph_end, bidi_resolve_weak, bidi_resolve_neutral)
3097 (bidi_type_of_next_char, bidi_level_of_next_char):
3098 Declare static. Use `INLINE' rather than `inline'.
3099
3100 2010-04-19 Juanma Barranquero <lekktu@gmail.com>
3101
3102 * dired.c (Ffile_attributes): Fix typo in docstring.
3103
3104 2010-04-19 Adrian Robert <Adrian.B.Robert@gmail.com>
3105
3106 * nsmenu.m (EmacsDialog-runDialogAt:): Declare ret as
3107 NSInteger (Bug#5811).
3108
3109 2010-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3110
3111 * s/darwin.h (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF)
3112 (PTY_OPEN): New defines. Use openpty (Bug#726, Bug#5819).
3113
3114 2010-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3115
3116 * frame.h (FRAME_LINE_TO_PIXEL_Y): Add missing parenthesis.
3117
3118 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
3119
3120 * xdisp.c (prepare_menu_bars): Don't call ns_set_doc_edited for
3121 terminal frames (Bug#5837).
3122
3123 2010-04-19 Eli Zaretskii <eliz@gnu.org>
3124
3125 * .gdbinit (xsubchartable): New command.
3126
3127 2010-04-19 Eli Zaretskii <eliz@gnu.org>
3128
3129 * xdisp.c (display_line): Don't write beyond the last glyph row in
3130 the desired matrix. Fixes a crash in "emacs -nw" (bug#5972), see
3131 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00075.html
3132 and
3133 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00213.html
3134
3135 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
3136
3137 * alloc.c (Fpurecopy): Hash-cons if requested.
3138 (syms_of_alloc): Update purify-flag docstring.
3139
3140 2010-04-18 Jan Djärv <jan.h.d@swipnet.se>
3141
3142 * gtkutil.c (xg_set_geometry): Set size in geometry string also.
3143 (x_wm_set_size_hint): Set USER_POS in hint_flags (Bug#5968).
3144
3145 2010-04-17 Eli Zaretskii <eliz@gnu.org>
3146
3147 Fix a crash when an NSM character is inserted at BEGV.
3148
3149 * bidi.c (bidi_init_it): Fix initialization of bidi_it->prev.
3150 (bidi_resolve_weak): Don't use prev.type_after_w1 if it is
3151 NEUTRAL_B or UNKNOWN_BT.
3152
3153 2010-04-16 Eli Zaretskii <eliz@gnu.org>
3154
3155 * xdisp.c (set_cursor_from_row): Don't consider possibility of
3156 other rows with cursor unless they are different from this row and
3157 this row is part of a continued line. (Bug#5943)
3158
3159 2010-04-16 Dan Nicolaescu <dann@ics.uci.edu>
3160
3161 * s/freebsd.h: Restore osreldate.h include.
3162 Suggested by Naohiro Aota.
3163
3164 2010-04-16 Jan Djärv <jan.h.d@swipnet.se>
3165
3166 * xmenu.c (apply_systemfont_to_menu): *childs was incorrectly used.
3167
3168 2010-04-16 Ken Brown <kbrown@cornell.edu> (tiny change)
3169
3170 * s/cygwin.h: Avoid linking against static libgcc.
3171
3172 2010-04-15 Juri Linkov <juri@jurta.org>
3173
3174 * window.c: Add Qscroll_command.
3175 Remove Vscroll_preserve_screen_position_commands.
3176 (window_scroll_pixel_based, window_scroll_line_based): Check the
3177 `scroll-command' property on the last command instead of searching
3178 the last command in Vscroll_preserve_screen_position_commands.
3179 (syms_of_window): Initialize and staticpro `Qscroll_command'.
3180 Put Qscroll_command property on Qscroll_up and Qscroll_down.
3181 (scroll-preserve-screen-position): Doc fix.
3182 (Vscroll_preserve_screen_position_commands): Remove variable.
3183
3184 2010-04-15 Dan Nicolaescu <dann@ics.uci.edu>
3185
3186 * xdisp.c (message): Do not use NO_ARG_ARRAY.
3187
3188 2010-04-14 Dan Nicolaescu <dann@ics.uci.edu>
3189
3190 Reduce cpp use in Makefile.in.
3191 * Makefile.in (DBUS_CFLAGS, DBUS_LIBS, GCONF_CFLAGS, GCONF_LIBS)
3192 (LIBSOUND, CFLAGS_SOUND, RSVG_LIBS, RSVG_CFLAGS, INTERVALS_H)
3193 (GETLOADAVG_LIBS, RUN_TEMACS): Move to the autoconf section.
3194 (ORDINARY_LINK): Remove, defined in src/s/gnu.h.
3195 (CRT0_COMPILE): Remove, inline it in the only user.
3196
3197 2010-04-14 Juri Linkov <juri@jurta.org>
3198
3199 * window.c (keys_of_window): Rebind `C-v' from `scroll-up' to
3200 `scroll-up-command' and `M-v' from `scroll-down' to
3201 `scroll-down-command'.
3202
3203 2010-04-14 Juri Linkov <juri@jurta.org>
3204
3205 * window.c (Vscroll_preserve_screen_position_commands): New variable
3206 with the default value as the list of Qscroll_down and Qscroll_up.
3207 (window_scroll_pixel_based, window_scroll_line_based): Search the
3208 last command in the list Vscroll_preserve_screen_position_commands
3209 instead of comparing with Qscroll_up and Qscroll_down.
3210
3211 2010-04-13 Jan Djärv <jan.h.d@swipnet.se>
3212
3213 * gtkutil.c (xg_set_geometry): Set geometry for PPosition also.
3214 (x_wm_set_size_hint): Dont set position flags, gtk_window_parse_geometry
3215 does that.
3216
3217 * xfns.c (Fx_create_frame, x_create_tip_frame): Set default border width
3218 to zero.
3219
3220 2010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
3221
3222 * term.c (init_tty): Move common text outside of #ifdef TERMINFO.
3223
3224 Try to solve the problem of spurious EOF chars in long lines of text
3225 sent to interactive subprocesses.
3226 * sysdep.c (child_setup_tty): Do not enable ICANON any more.
3227 (system_process_attributes): Remove unused var `ttotal'.
3228 * process.c (send_process): Don't bother breaking long line with EOF
3229 chars when talking to ttys any more.
3230 (wait_reading_process_output): Output a warning when called in such
3231 a way that it could block without being interruptible.
3232
3233 Try to detect file modification within the same second.
3234 * buffer.h (struct buffer): New field modtime_size.
3235 * buffer.c (reset_buffer): Initialize it.
3236 * fileio.c (Finsert_file_contents, Fwrite_region): Set it.
3237 (Fverify_visited_file_modtime): Check it.
3238 (Fclear_visited_file_modtime, Fset_visited_file_modtime): Clear it.
3239 (Fset_visited_file_modtime): Set (or clear) it.
3240
3241 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3242
3243 * process.c (status_notify): Remove unused var `ro'.
3244
3245 2010-04-12 Jan Djärv <jan.h.d@swipnet.se>
3246
3247 * xfns.c (select_visual): Don't call error if XGetVisualInfo returns
3248 more than one visual (Bug#5938).
3249
3250 2010-04-12 Dan Nicolaescu <dann@ics.uci.edu>
3251
3252 * Makefile.in (C_SWITCH_SYSTEM,C_SWITCH_MACHINE,C_SWITCH_X_SITE):
3253 Undefine.
3254
3255 2010-04-11 Dan Nicolaescu <dann@ics.uci.edu>
3256
3257 Remove C_SWITCH_SYSTEM_TEMACS.
3258 * s/darwin.h (C_SWITCH_SYSTEM_TEMACS): Remove.
3259 (malloc, realloc, free): Use emacs, not temacs for conditional
3260 definition.
3261
3262 * Makefile.in (C_SWITCH_SYSTEM_TEMACS): Remove.
3263 (ALL_CFLAGS): Do not use C_SWITCH_SYSTEM_TEMACS.
3264
3265 Use autoconf, not cpp for some variables.
3266 * Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE)
3267 (C_SWITCH_X_SITE): Define using autoconf, not cpp.
3268 (ALL_CFLAGS): Use them as make variables.
3269 (really-lwlib, really-oldXMenu): Do not pass them.
3270
3271 2010-04-11 Jan Djärv <jan.h.d@swipnet.se>
3272
3273 * xmenu.c (apply_systemfont_to_dialog): New.
3274 (create_and_show_dialog): Call apply_systemfont_to_dialog if HAVE_XFT.
3275
3276 2010-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3277
3278 * process.c (exec_sentinel): Preserve current-buffer.
3279
3280 * process.c (read_process_output): Move the save-current-buffer to
3281 apply to both the filter and the non-filter branches.
3282
3283 2010-04-10 Dan Nicolaescu <dann@ics.uci.edu>
3284
3285 * s/msdos.h (UNEXEC): New definition.
3286
3287 2010-04-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3288
3289 * dispextern.h (TRY_WINDOW_CHECK_MARGINS)
3290 (TRY_WINDOW_IGNORE_FONTS_CHANGE): New defines.
3291
3292 * xdisp.c (try_window): Change arg from CHECK_MARGINS to FLAGS.
3293 Don't abort with fonts change if TRY_WINDOW_IGNORE_FONTS_CHANGE is
3294 set in FLAGS. Callers with non-zero CHECK_MARGINS changed to use
3295 TRY_WINDOW_CHECK_MARGINS.
3296
3297 * xfns.c (Fx_show_tip): Undo last change. Call try_window with
3298 TRY_WINDOW_IGNORE_FONTS_CHANGE (Bug#2423). Subtract last glyph's
3299 width only when it is for padding.
3300
3301 2010-04-09 Jan Djärv <jan.h.d@swipnet.se>
3302
3303 * xfns.c (Fx_show_tip): Call try_window in a loop until
3304 fonts_changed_p is zero (Bug#2423).
3305
3306 2010-04-08 Eli Zaretskii <eliz@gnu.org>
3307
3308 * xdisp.c (set_cursor_from_row): Don't dereference glyphs beyond
3309 the end of TEXT_AREA. (Bug#5856)
3310
3311 2010-04-08 Jan Djärv <jan.h.d@swipnet.se>
3312
3313 * xsettings.c (XSETTINGS_FONT_NAME): Move XSETTINGS_FONT_NAME out of
3314 HAVE_GCONF.
3315
3316 2010-04-08 Eli Zaretskii <eliz@gnu.org>
3317
3318 * bidi.c (bidi_resolve_weak): Use prev.type_after_w1, instead of
3319 prev.orig_type, for resolving type of NSM. (Bug#5858)
3320
3321 2010-04-08 Jan Djärv <jan.h.d@swipnet.se>
3322
3323 * xsettings.c (current_font, SYSTEM_FONT, XSETTINGS_FONT_NAME): New.
3324 (parse_xft_settings): Also check for XSETTINGS_FONT_NAME and save that
3325 in current_font.
3326 (init_gconf): Read value of SYSTEM_FONT and save it in current_font.
3327 (Ffont_get_system_normal_font, xsettings_get_system_normal_font):
3328 New functions.
3329 (syms_of_xsettings): Initialize current_font.
3330 defsubr Sfont_get_system_normal_font.
3331
3332 * xsettings.h (Ffont_get_system_normal_font,
3333 xsettings_get_system_normal_font): Declare.
3334
3335 * xfns.c (extern xlwmenu_default_font): Remove.
3336 (Fx_create_frame): Remove setting of xlwmenu_default_font, moved
3337 to xlwmenu.c.
3338
3339 * menu.c (digest_single_submenu): If USE_LUCID and HAVE_XFT, encode
3340 menu items in UTF-8.
3341
3342 * xmenu.c: include xsettings.h and xlwmenu.h if USE_LUCID.
3343 (apply_systemfont_to_menu): New function.
3344 (set_frame_menubar, create_and_show_popup_menu): Call
3345 apply_systemfont_to_menu.
3346
3347 2010-04-07 Jan Djärv <jan.h.d@swipnet.se>
3348
3349 * frame.h (FRAME_TEXT_LINES_TO_PIXEL_HEIGHT): Don't use
3350 FRAME_LINE_TO_PIXEL_Y.
3351
3352 * xterm.c (x_set_window_size_1): Don't add border_width/height to
3353 pixelwidth/height.
3354
3355 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
3356
3357 Simplify code for HP machines.
3358 * m/hp800.h (LOAD_AVE_TYPE, LOAD_AVE_CVT, NO_REMAP): Do not define
3359 for GNU_LINUX, not needed.
3360 (UNEXEC, NEED_BSDTTY): Move definitions...
3361 * s/hpux10-20.h (UNEXEC, NEED_BSDTTY): ... here.
3362
3363 * m/iris4d.h (UNEXEC): Move definition ...
3364 * s/irix6-5.h (UNEXEC): ... here.
3365
3366 2010-04-04 Jan Djärv <jan.h.d@swipnet.se>
3367
3368 * xfns.c (set_machine_and_pid_properties): New function.
3369 (Fx_create_frame): Call set_machine_and_pid_properties.
3370
3371 2010-04-03 Eli Zaretskii <eliz@gnu.org>
3372
3373 * bidi.c (bidi_resolve_explicit, bidi_level_of_next_char): Check
3374 bidi_it->bytepos against ZV_BYTE instead of bidi_it->ch against
3375 BIDI_EOB. Fixes infloop with vertical cursor motion at ZV.
3376
3377 * w32fns.c (x_create_tip_frame): Copy `parms' before we modify it
3378 in this function. (Bug#5703)
3379
3380 2010-04-03 Chong Yidong <cyd@stupidchicken.com>
3381
3382 * nsterm.h: Fix last change.
3383
3384 2010-04-03 Dan Nicolaescu <dann@ics.uci.edu>
3385
3386 * m/intel386.h (NO_REMAP): Move definition ...
3387 * s/msdos.h (NO_REMAP): ... here.
3388
3389 * m/vax.h (CRT0_DUMMIES): Remove, unused.
3390
3391 * ecrt0.c: Remove MSDOS, m68k and __sparc__ conditionals, file not
3392 used on those platforms.
3393
3394 2010-04-02 Dan Nicolaescu <dann@ics.uci.edu>
3395
3396 Remove extern errno declarations.
3397 * xterm.c:
3398 * xrdb.c:
3399 * w32term.c:
3400 * unexec.c:
3401 * unexaix.c:
3402 * sysdep.c:
3403 * process.c:
3404 * lread.c:
3405 * keyboard.c:
3406 * floatfns.c:
3407 * filelock.c:
3408 * fileio.c:
3409 * emacs.c (main):
3410 * ecrt0.c:
3411 * dispnew.c:
3412 * callproc.c:
3413 * buffer.c: Remove errno extern declarations.
3414 * s/netbsd.h (NEED_ERRNO): Remove.
3415
3416 2010-04-01 Dan Nicolaescu <dann@ics.uci.edu>
3417
3418 Remove all uses of LIBX11_SYSTEM.
3419 * Makefile.in (LIBX11_SYSTEM): Remove.
3420 * s/msdos.h (LIBX11_SYSTEM): Do not define, define LIBS_SYSTEM
3421 instead.
3422
3423 2010-04-01 Eli Zaretskii <eliz@gnu.org>
3424
3425 Remove support for DJGPP v1.x (bug#5813).
3426
3427 * w16select.c (__dpmi_int): Remove DJGPP v1.x compatibility.
3428 * s/msdos.h:
3429 * unexec.c (make_hdr, copy_text_and_data):
3430 * sysdep.c (wait_for_termination, sys_subshell):
3431 * msdos.c (dos_set_window_size, msdos_set_cursor_shape)
3432 (IT_set_terminal_modes, __write, _rename, gethostname)
3433 (gettimeofday, alarm, fork, kill, dos_ttraw, dos_ttcooked)
3434 (run_msdos_command, abort): Remove DJGPP v1.x code and tests of
3435 the value of __DJGPP__.
3436 (nice, pause, sigsetmask, sigblock): Remove DJGPP v1.x
3437 compatibility code.
3438 * lread.c:
3439 * gmalloc.c (memalign):
3440 * fileio.c (Fcopy_file, check_executable, Ffile_modes):
3441 * emacs.c (main):
3442 * dosfns.c (init_dosfns):
3443 * dired.c (file_name_completion_stat): Remove tests of __DJGPP__.
3444
3445 2010-04-01 Eli Zaretskii <eliz@gnu.org>
3446
3447 * xdisp.c (set_cursor_from_row): Fix cursor positioning when the
3448 string with `cursor' property comes from an `after-string'
3449 overlay. (Bug#5816)
3450
3451 2010-04-01 Glenn Morris <rgm@gnu.org>
3452
3453 * Makefile.in (LIBTIFF, LIBJPEG, LIBPNG, LIBGIF, LIBXPM, XFT_LIBS):
3454 Define as Makefile variables.
3455 (LIBX): Use above variables rather than directly using autoconf.
3456
3457 2010-03-31 Dan Nicolaescu <dann@ics.uci.edu>
3458
3459 Clean up BSD_SYSTEM use.
3460 * xterm.c:
3461 * process.c:
3462 * emacs.c: Use HAVE_SYS_IOCTL_H instead of BSD_SYSTEM as a guard
3463 for including <sys/ioctl.h>.
3464 * sysdep.c (wait_without_blocking): Remove BSD_SYSTEM case, this
3465 code is only used for MSDOS.
3466
3467 2010-03-31 Juri Linkov <juri@jurta.org>
3468
3469 * image.c: Add `Qextension_data'.
3470 (syms_of_image): Initialize and staticpro `Qextension_data'.
3471 (Fimage_metadata): Rename from `Fimage_extension_data'.
3472 (gif_load): Put GIF extension data to the property
3473 `Qextension_data'.
3474
3475 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
3476
3477 * nsfns.m (ns_set_doc_edited): Remove unused arg OLDVAL.
3478 * nsterm.h: Fix prototype.
3479
3480 2010-03-31 Eli Zaretskii <eliz@gnu.org>
3481
3482 * xdisp.c (highlight_trailing_whitespace): Support highlight of
3483 trailing whitespace in right-to-left rows.
3484
3485 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
3486
3487 Get rid of the direct_output optimizations.
3488 * keyboard.c (nonundocount): Remove extern declaration.
3489 (command_loop_1): Remove brittle optimisation for cheap and
3490 common operations.
3491 * xdisp.c (redisplay_internal): Don't bother checking
3492 redisplay_performed_directly_p any more.
3493 * sysdep.c (init_sys_modes): Don't call direct_output_forward_char
3494 any more.
3495 * dispnew.c (redisplay_performed_directly_p)
3496 (direct_output_for_insert, direct_output_forward_char):
3497 * dispextern.h (redisplay_performed_directly_p)
3498 (direct_output_for_insert, direct_output_forward_char): Remove.
3499 * cmds.c (nonundocount): Make it static.
3500
3501 2010-03-31 Bernhard Herzog <bh@intevation.de> (tiny change)
3502
3503 * menu.c (Fx_popup_menu): Use last_event_timestamp (Bug#4930).
3504
3505 2010-03-31 Jan Djärv <jan.h.d@swipnet.se>
3506
3507 * xdisp.c (note_mouse_highlight): Don't do highlight if pointer is
3508 invisible (Bug#5766).
3509
3510 2010-03-31 Adrian Robert <adrian.b.robert@gmail.com>
3511
3512 * xdisp.c (x_consider_frame_title, update_window_cursor):
3513 Remove HAVE_NS conditionals.
3514 (prepare_menu_bars) [HAVE_NS]: Call ns_set_doc_edited.
3515
3516 * nsfns.m (x_implicitly_set_name): If frame-title-format is t, use
3517 filename for the title.
3518 (ns_set_doc_edited): Do nothing if the selected window is a
3519 minibuffer window.
3520
3521 * nsterm.h: Add prototypes for ns_set_name_as_filename and
3522 ns_set_doc_edited.
3523
3524 * nsterm.m: Remove unneeded prototype.
3525
3526 2010-03-31 Glenn Morris <rgm@gnu.org>
3527
3528 * Makefile.in (SOME_MACHINE_OBJECTS): Ensure dbus stuff is always
3529 in the DOC file. (Bug#5336)
3530
3531 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
3532
3533 * xdisp.c (pos_visible_p): Revert 2008-01-25 change (Bug#5730).
3534
3535 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
3536
3537 * window.c (keys_of_window): Remove redundant/overridden bindings.
3538
3539 2010-03-30 Eli Zaretskii <eliz@gnu.org>
3540
3541 * xdisp.c (BUFFER_POS_REACHED_P, move_it_in_display_line_to):
3542 Restore original behavior when the iterator is not bidi_p.
3543
3544 2010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
3545
3546 * xdisp.c (syms_of_xdisp): Use intern_c_string instead of intern.
3547
3548 2010-03-30 Eli Zaretskii <eliz@gnu.org>
3549
3550 * bidi.c (bidi_cache_iterator_state): Invalidate the cache if we
3551 are outside the range of cached character positions.
3552
3553 2010-03-30 Juanma Barranquero <lekktu@gmail.com>
3554
3555 * makefile.w32-in ($(BLD)/bidi.$(O)): Add dependency on w32gui.h.
3556
3557 2010-03-30 Eli Zaretskii <eliz@gnu.org>
3558
3559 Initial support for bidirectional editing.
3560
3561 * Makefile.in (obj): Include bidi.o.
3562 (bidi.o): New target.
3563
3564 * makefile.w32-in (OBJ1): Add $(BLD)/bidi.$(O).
3565 ($(BLD)/bidi.$(O)): New target.
3566
3567 * bidi.c: New file.
3568
3569 * buffer.h (struct buffer): New members bidi_display_reordering
3570 and bidi_paragraph_direction.
3571
3572 * buffer.c (init_buffer_once): Initialize bidi_display_reordering
3573 and bidi_paragraph_direction.
3574 (syms_of_buffer): Declare Lisp variables bidi-display-reordering
3575 and bidi-paragraph-direction.
3576 (Fbuffer_swap_text): Swap the values of
3577 bidi_display_reordering and bidi_paragraph_direction.
3578
3579 * dispextern.h (BIDI_MAXLEVEL, BIDI_AT_BASE_LEVEL): New macros.
3580 (bidi_type_t, bidi_dir_t): New types.
3581 (bidi_saved_info, bidi_stack, bidi_it): New structures.
3582 (struct it): New members bidi_p, bidi_it, paragraph_embedding,
3583 prev_stop, base_level_stop, and eol_pos.
3584 (bidi_init_it, bidi_get_next_char_visually): New prototypes.
3585 (IT_STACK_SIZE): Enlarge to 5.
3586 (struct glyph_row): New member reversed_p.
3587 <string_buffer_position>: Update prototype.
3588 (PRODUCE_GLYPHS): Set the reversed_p flag in the iterator's
3589 glyph_row if bidi_it.paragraph_dir == R2L.
3590 (struct glyph): New members resolved_level and bidi_type.
3591
3592 * dispnew.c (direct_output_forward_char): Give up if we need bidi
3593 processing or buffer's direction is right-to-left.
3594 (prepare_desired_row): Preserve the reversed_p flag.
3595 (row_equal_p): Compare the reversed_p attributes as well.
3596
3597 * xdisp.c (init_iterator): Initialize it->bidi_p. Call
3598 bidi_init_it and set it->paragraph_embedding from the current
3599 buffer's value of bidi_paragraph_direction.
3600 (reseat_1): Initialize bidi_it.first_elt.
3601 (set_iterator_to_next, next_element_from_buffer): Use the value of
3602 paragraph_embedding to determine the paragraph direction.
3603 (set_iterator_to_next): Under bidi reordering, call
3604 bidi_get_next_char_visually. Call bidi_paragraph_init if the
3605 new_paragraph flag is set in the bidi iterator.
3606 (next_element_from_buffer): If bidi_it.first_elt is set,
3607 initialize paragraph direction and find the first character to
3608 display in the visual order. If reseated to a middle of a line,
3609 prime the bidi iterator starting at the line's beginning. Handle
3610 the situation where we overstepped stop_charpos due to
3611 non-linearity of the bidi iteration. Likewise for when we back up
3612 beyond the previous stop_charpos. When moving across stop_charpos,
3613 record it in prev_stop.
3614 (display_line): Set row->end and it->start for the next row to the
3615 next character in logical order. Always extend reversed_p rows to
3616 the end of line, even if they end at ZV. Copy the reversed_p flag
3617 to the next glyph row. Keep calling set_cursor_from_row for
3618 bidi-reordered rows even if we already have a possible candidate
3619 for cursor position. Set row_end after all the row's glyphs have
3620 been produced, by looping over the glyphs. Record the position
3621 after EOL in it->eol_pos, and use it to set end_pos of the last
3622 row produced for a continued line.
3623 <Qright_to_left, Qleft_to_right>: New variables.
3624 (syms_of_xdisp): Initialize and staticpro them.
3625 (string_buffer_position_lim): New function.
3626 (string_buffer_position): Most of code moved to
3627 string_buffer_position_lim. Last argument and return value are
3628 now EMACS_INT; all callers changed.
3629 (set_cursor_from_row): Rewritten to support bidirectional text and
3630 reversed glyph rows.
3631 (text_outside_line_unchanged_p, try_window_id): Disable
3632 optimizations if we are reordering bidirectional text and the
3633 paragraph direction can be affected by the change.
3634 (append_glyph, append_composite_glyph)
3635 (produce_image_glyph, append_stretch_glyph): Set the
3636 resolved_level and bidi_type members of each glyph.
3637 (append_glyph): If the glyph row is reversed, prepend the glyph
3638 rather than appending it.
3639 (handle_stop_backwards): New function.
3640 (reseat_1, pop_it, push_it): Set prev_stop and base_level_stop.
3641 (reseat): call handle_stop_backwards to recompute prev_stop and
3642 base_level_stop for the new position.
3643 (handle_invisible_prop): Under bidi iteration, skip invisible text
3644 using bidi_get_next_char_visually. If we are `reseat'ed, init the
3645 paragraph direction. Update IT->prev_stop after skipping
3646 invisible text.
3647 (move_it_in_display_line_to): New variables prev_method
3648 and prev_pos. Compare for strict equality in
3649 BUFFER_POS_REACHED_P.
3650 (try_cursor_movement): Examine all the candidate rows that occlude
3651 point, to return the best match. If rows are bidi-reordered
3652 and point moved backwards, back up to the row that is not a
3653 continuation line, and start looking for a suitable row from
3654 there.
3655
3656 * term.c (append_glyph): Reverse glyphs by pre-pending them,
3657 rather than appending, if the glyph_row's reversed_p flag is set.
3658 Set the resolved_level and bidi_type members of each glyph.
3659
3660 * .gdbinit (pbiditype): New command.
3661 (pgx): Use it to display bidi level and type of the glyph.
3662 (pitx): Display some bidi information about the iterator.
3663 (prowlims, pmtxrows): New commands.
3664
3665 2010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
3666
3667 Remove all uses of C_DEBUG_SWITCH and LIBS_DEBUG.
3668 * s/usg5-4.h (LIBS_DEBUG):
3669 * s/irix6-5.h (C_DEBUG_SWITCH):
3670 * s/gnu-linux.h (LIBS_DEBUG):
3671 * s/darwin.h (LIBS_DEBUG):
3672 * s/bsd-common.h (LIBS_DEBUG):
3673 * s/aix4-2.h (LIBS_DEBUG, C_DEBUG_SWITCH):
3674 * m/iris4d.h (LIBS_DEBUG):
3675 * m/hp800.h (LIBS_DEBUG): Remove definitions.
3676
3677 * Makefile.in (LIBES): Remove reference to LIBS_DEBUG.
3678 (LIBS_DEBUG): Remove definition.
3679
3680 2010-03-27 Chong Yidong <cyd@stupidchicken.com>
3681
3682 * process.c (Fmake_network_process): Don't apply Bug#5173 fix for
3683 Windows.
3684
3685 2010-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3686
3687 * process.c (Fmake_network_process): Don't call turn_on_atimers around
3688 `connect' (Bug#5723).
3689
3690 2010-03-25 Helmut Eller <eller.helmut@gmail.com>
3691
3692 * process.c (Fmake_network_process): Call `select' for interrupted
3693 `connect' rather than creating new socket (Bug#5173).
3694
3695 2010-03-24 Jan Djärv <jan.h.d@swipnet.se>
3696
3697 * frame.c (x_get_arg): Handle RES_TYPE_BOOLEAN_NUMBER (bug #5736).
3698
3699 * xfns.c (Fx_create_frame): Make menuBar a RES_TYPE_BOOLEAN_NUMBER.
3700
3701 * dispextern.h (resource_types): RES_TYPE_BOOLEAN_NUMBER is new.
3702
3703 2010-03-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3704
3705 * xfns.c (Fx_create_frame) [USE_LUCID]: Add BLOCK_INPUT around
3706 XLoadQueryFont.
3707
3708 2010-03-24 Kenichi Handa <handa@m17n.org>
3709
3710 * coding.c (decode_coding_ccl): Fix previous change for the
3711 multibyte case.
3712 (encode_coding_ccl): Don't setup ccl program here. Fix for the
3713 case that the output buffer is fullfilled.
3714 (encode_coding): Setup ccl program here.
3715
3716 2010-03-23 Dan Nicolaescu <dann@ics.uci.edu>
3717
3718 * s/gnu-linux.h (LIBS_SYSTEM): Remove, same as default.
3719
3720 Simplify LIBS_MACHINE definitions.
3721 * m/hp800.h (LIBS_MACHINE): Remove, same as default.
3722 * m/iris4d.h (LIBS_MACHINE): Likewise.
3723 * m/ibmrs6000.h (LIBS_MACHINE): Rename to LIBS_SYSTEM and move ...
3724 * s/aix4-2.h (LIBS_SYSTEM): ... here.
3725 * s/netbsd.h: Remove commented out code.
3726
3727 2010-03-22 Dan Nicolaescu <dann@ics.uci.edu>
3728
3729 Remove dead code dealing with POSIX_SIGNALS.
3730 * atimer.c (set_alarm): Remove dead code, all USG systems define
3731 POSIX_SIGNALS.
3732 * data.c (arith_error): Likewise.
3733 * keyboard.c (input_available_signal, handle_user_signal)
3734 (interrupt_signal): Likewise.
3735 * process.c (sigchld_handler): Likewise.
3736 (create_process): Remove if 0 code. Remove HPUX conditional when
3737 !defined (POSIX_SIGNALS), it cannot be true.
3738 * syssignal.h: Remove USG5_4 and USG conditionals when
3739 !POSIX_SIGNALS, they cannot be true.
3740
3741 * keyboard.c (Fset_input_interrupt_mode): Remove code depending on
3742 NO_SOCK_SIGIO, not used anymore.
3743
3744 2010-03-21 Dan Nicolaescu <dann@ics.uci.edu>
3745
3746 * m/vax.h (BSD_SYSTEM, BSD4_2): Remove conditionals, we only
3747 support vax on BSDs.
3748
3749 * m/ibmrs6000.h (ORDINARY_LINK): Move definition ...
3750 * s/aix4-2.h (ORDINARY_LINK): ... here.
3751
3752 2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
3753
3754 * Makefile.in (abs_builddir): Define.
3755 (bootstrap_exe): Use it.
3756 (VPATH): Use $(srcdir) instead of @srcdir@.
3757
3758 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
3759
3760 * Makefile.in (bootstrap_exe): Use an absolute name.
3761
3762 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
3763
3764 Remove support for old GNU/Linux using libc version 5.
3765 * m/alpha.h (LINUX_SBRK_BUG): Remove definition.
3766 * emacs.c (main): Remove code depending on LINUX_SBRK_BUG.
3767
3768 Consolidate redundant definitions in s/bsd-common.h.
3769 * s/bsd-common.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
3770 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
3771 (LDAV_SYMBOL, KERNEL_FILE): Define (or undefine) here instead of
3772 doing it in all files that include this one.
3773 * s/gnu.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
3774 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
3775 (LDAV_SYMBOL, KERNEL_FILE): Remove.
3776 * s/freebsd.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
3777 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
3778 (LDAV_SYMBOL, KERNEL_FILE): Remove.
3779 * s/netbsd.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
3780 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
3781 (LDAV_SYMBOL, KERNEL_FILE): Remove.
3782
3783 Consolidate redundant definitions.
3784 * s/usg5-4.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not define,
3785 it's undefined in all files that include this one.
3786 (POSIX_SIGNALS): Define here instead of doing it in all files that
3787 include this one.
3788 * s/irix6-5.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
3789 (POSIX_SIGNALS): Do not define.
3790 * s/sol2-6.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
3791 (POSIX_SIGNALS): Do not define.
3792 * s/unixware.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
3793 (POSIX_SIGNALS): Do not define.
3794
3795 Remove support for old UNIX System V systems.
3796 * s/unixware.h: Add the contents of s/usg-5-4-2.h.
3797 * s/usg-5-4-2.h: Remove.
3798
3799 Remove support for Solaris on PPC and for old versions.
3800 * s/sol2-6.h: Add the contents of s/sol-2.3.h, s/sol-2.4.h, s/sol-2.5.h.
3801 (LD_SWITCH_SYSTEM, USE_MMAP_FOR_BUFFERS): Remove #defines/#undef
3802 that cancel each other.
3803 * s/sol2-3.h:
3804 * s/sol2-4.h:
3805 * s/sol2-5.h: Remove.
3806 * m/ibmrs6000.h: Remove code for USG5_4, this file is only used on AIX.
3807 (NO_REMAP): Remove, unused.
3808 (UNEXEC): Move definition ...
3809 * s/aix4-2.h (UNEXEC): ... here.
3810
3811 * s/openbsd.h: Remove support for non-ELF and for systems that do
3812 not support shared libraries.
3813 * s/netbsd.h:
3814 * s/freebsd.h: Likewise.
3815
3816 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
3817
3818 Remove non-working support for lynxos 3.0.
3819 * s/lynxos.h: Remove file.
3820
3821 * unexec.c (unexec, adjust_lnnoptrs): Do not depend on
3822 COFF_BSD_SYMBOLS, nothing defines it anymore.
3823
3824 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
3825
3826 Remove obsolete uses of HAVE_SHM.
3827 * emacs.c (standard_args):
3828 (Fdump_emacs):
3829 (syms_of_emacs): Remove code depending on HAVE_SHM.
3830
3831 * alloc.c: Remove HAVE_SHM dependent definition.
3832
3833 * Makefile.in (RUN_TEMACS): Do not depend on HAVE_SHM.
3834
3835 2010-03-18 Glenn Morris <rgm@gnu.org>
3836
3837 * emacs.c (USAGE4): Hard-code bug address.
3838 (REPORT_EMACS_BUG_ADDRESS, REPORT_EMACS_BUG_PRETEST_ADDRESS): Remove.
3839 (bug_reporting_address): Remove.
3840 (main): Don't call bug_reporting_address.
3841
3842 * Makefile.in (XFT_LIBS, LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF)
3843 (LIBGPM, LIBRESOLV): Set using autoconf rather than cpp.
3844
3845 2010-03-15 Chong Yidong <cyd@stupidchicken.com>
3846
3847 * xfns.c (Fx_create_frame):
3848 * frame.c (Vdefault_frame_scroll_bars): Put non-GTK X scroll-bars
3849 on left.
3850
3851 2010-03-13 Andreas Politz <politza@fh-trier.de> (tiny change)
3852
3853 * editfns.c (Fformat): Account for string precision when computing
3854 field width (Bug#5710).
3855
3856 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
3857
3858 * xfns.c (Fx_create_frame): Set default to Qright.
3859
3860 * frame.c (Vdefault_frame_scroll_bars): Set default to Qright for
3861 all window systems.
3862
3863 2010-03-12 Eli Zaretskii <eliz@gnu.org>
3864
3865 These changes remove termcap.c from the build on Posix platforms.
3866 * Makefile.in (termcapobj): Move termcap.o from here...
3867 (MSDOS_OBJ): ...to here.
3868 (termcapobj) [!LIBS_TERMCAP]: Remove specialized value, as it is
3869 now identical to when LIBS_TERMCAP is defined.
3870
3871 * term.c: Remove (ifdef'ed away) inclusion of termcap.h.
3872
3873 * cm.c: Remove (ifdef'ed away) inclusion of termcap.h.
3874
3875 * config.in: Regenerated. (See top-level ChangeLog.)
3876
3877 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
3878
3879 * Branch for 23.2.
3880
3881 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
3882
3883 Cleanup setup of gl_state in various parts of the code.
3884 * syntax.h (SETUP_BUFFER_SYNTAX_TABLE): New macro.
3885 (SETUP_SYNTAX_TABLE, SETUP_SYNTAX_TABLE_FOR_OBJECT):
3886 * syntax.c (find_defun_start, Fchar_syntax, Fmatching_paren)
3887 (skip_chars):
3888 * regex.c (regex_compile): Use it.
3889 (re_compile_pattern): Don't set gl_state.current_syntax_table since
3890 it's now set in regex_compile when/if we need it.
3891
3892 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
3893
3894 Make it possible to C-g in a tight bytecode loop again (bug#5680).
3895 * lisp.h (ELSE_PENDING_SIGNALS): New macro.
3896 (QUIT): Use it to consolidate code and remove redundancy.
3897 * bytecode.c (BYTE_CODE_QUIT): Use it as well.
3898
3899 * regex.c (regex_compile): Setup gl_state as well.
3900
3901 * syntax.c (skip_chars): Setup gl_state (bug#3823).
3902 (in_classes): Use CONSP before XCAR/XCDR.
3903
3904 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
3905
3906 * keymap.c (Fwhere_is_internal): Use Fequal to compare
3907 definitions, so that keyboard macros are correctly handled
3908 (Bug#5481).
3909
3910 2010-03-02 Eli Zaretskii <eliz@gnu.org>
3911
3912 * coding.c (decode_coding_emacs_mule): Fixup pointers to buffer
3913 text that could be relocated inside the call to emacs_mule_char.
3914 (emacs_mule_char): Use CODING_DECODE_CHAR instead of DECODE_CHAR.
3915 (CODING_DECODE_CHAR): Add a comment describing its purpose.
3916
3917 2010-03-02 Kenichi Handa <handa@m17n.org>
3918
3919 * character.c (parse_str_as_multibyte): Fix handling of the
3920 multibyte form of raw-bytes.
3921 (str_as_multibyte): Likewise.
3922
3923 * buffer.c (Fset_buffer_multibyte): Fix handling of the multibyte
3924 form of raw-bytes.
3925
3926 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
3927
3928 * charset.c (load_charset_map_from_file)
3929 (load_charset_map_from_vector): Zero out allocated
3930 charset_map_entries before using them.
3931
3932 2010-02-27 Andreas Schwab <schwab@linux-m68k.org>
3933
3934 * w32uniscribe.c (uniscribe_check_otf): Fix length check.
3935
3936 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
3937
3938 * font.c (font_parse_fcname): Recognize "Book", "Condensed",
3939 "Medium", and "Semi-Condensed" keywords in GTK names (Bug#5646).
3940
3941 2010-02-26 Kenichi Handa <handa@m17n.org>
3942
3943 * ftfont.c (ftfont_get_open_type_spec): Fix parsing of otf_spec.
3944
3945 * xdisp.c (reseat_to_string): Fix previous change.
3946
3947 2010-02-26 David Reitter <david.reitter@gmail.com>
3948
3949 * nsfont.m (nsfont_draw): ns_antialias_text should be a
3950 Lisp_Object (Bug#4736).
3951
3952 2010-02-25 Kenichi Handa <handa@m17n.org>
3953
3954 * xdisp.c (reseat_to_string): Fix previous change (bug#5609).
3955
3956 2010-02-24 Jan Djärv <jan.h.d@swipnet.se>
3957
3958 * xterm.c (XTflash): Move declarations before statements.
3959
3960 * gtkutil.c (xg_get_gdk_display): Remove (unused).
3961 (xg_get_pixbuf_from_pix_and_mask, xg_create_frame_widgets)
3962 (xg_toggle_notify_cb, xg_set_toolkit_scroll_bar_thumb)
3963 (xg_create_tool_bar): Remove unused variables.
3964 (x_wm_set_size_hint): Move declarations before statements.
3965 (xg_create_frame_widgets): Remove variable grav.
3966
3967 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
3968
3969 * m/arm.h: Define the LIB_GCC flag to be -lgcc_s (Bug#5518).
3970
3971 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
3972
3973 * term.c (fatal): Add a final \n if needed (bug#5596).
3974
3975 2010-02-18 Chong Yidong <cyd@stupidchicken.com>
3976
3977 * nsterm.m (ns_ring_bell): Revert last change (Bug#5569).
3978
3979 2010-02-18 Glenn Morris <rgm@gnu.org>
3980
3981 * callint.c (Finteractive): Doc fix.
3982
3983 2010-02-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
3984
3985 * coding.c (record_conversion_result):
3986 Handle CODING_RESULT_INSUFFICIENT_DST.
3987 (decode_coding_object): Record CODING_RESULT_INSUFFICIENT_MEM on
3988 memory allocation error.
3989
3990 2010-02-17 Kenichi Handa <handa@m17n.org>
3991
3992 * coding.c (decode_coding_ccl): Don't setup ccl program here.
3993 Fix for the case that the output buffer is fullfilled.
3994 (decode_coding): Setup ccl program here. Keep looping when the
3995 decoder stopped because the output buffer is
3996 fullfilled (bug#5534).
3997
3998 * ccl.c (ccl_driver): Never reset ic to CCL_HEADER_MAIN.
3999
4000 2010-02-13 Jan Djärv <jan.h.d@swipnet.se>
4001
4002 * xterm.c (x_clear_frame_area): Call gtk_widget_queue_draw if USE_GTK,
4003 bug #5571.
4004 (XTflash): Use Gdk-routines if USE_GTK so scroll bars don't get
4005 overdrawn.
4006
4007 2010-02-10 Jan Djärv <jan.h.d@swipnet.se>
4008
4009 * xsmfns.c (x_session_initialize): Move initialization of ice_fd and
4010 doing_interact here.
4011 (ice_connection_closed): New function.
4012 (x_session_check_input, smc_die_CB, ice_io_error_handler)
4013 (ice_conn_watch_CB, x_session_close): Call ice_connection_closed.
4014 (x_session_check_input): Call IceCloseConnection if IceProcessMessages
4015 returns I/O error.
4016 (ice_conn_watch_CB): Call add_keyboard_wait_descriptor on ice_fd,
4017 bug #5512.
4018
4019 2010-02-08 Francis Devereux <francis@devrx.org> (tiny change)
4020
4021 * nsfont.m (nsfont_open): The system's value for the font descent
4022 is negative, so round it down to avoid clipping.
4023
4024 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
4025
4026 * charset.c (load_charset_map_from_file)
4027 (load_charset_map_from_vector): Fix last change to use SAFE_ALLOCA
4028 instead of xmalloc (Bug#5526). Suggested by Vivek Dasmohapatra.
4029
4030 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
4031
4032 * charset.c (load_charset_map_from_file): Allocate large
4033 charset_map_entries structure on the heap rather than the stack.
4034 (Bug#5526).
4035
4036 2010-01-31 Kenichi Handa <handa@m17n.org>
4037
4038 * font.c (font_parse_xlfd): If FONT is a font-entity and pixel
4039 size in NAME is invalid, return -1 (Bug#5396).
4040
4041 2010-01-31 Chong Yidong <cyd@stupidchicken.com>
4042
4043 * nsterm.m (ns_defined_color): Block input. Suggested by Mike
4044 <deactivated@gmail.com> (Bug#3605).
4045
4046 2010-01-31 David De La Harpe Golden <david@harpegolden.net>
4047
4048 * fileio.c (Frename_file): Correctly rename symlinks to
4049 directories (Bug#5496).
4050
4051 2010-01-31 Filipe Cabecinhas <filcab@gmail.com> (tiny change)
4052
4053 * nsterm.m (ns_ring_bell): Handle visible bell like X.
4054
4055 2010-01-30 Andreas Schwab <schwab@linux-m68k.org>
4056
4057 * character.h (CHAR_PRINTABLE_P): Reparenthesize to avoid warning.
4058
4059 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
4060
4061 * frame.c (DEFAULT_ROWS): Change default to 35.
4062
4063 * xfns.c (x_default_font_parameter): Change default XFT font to
4064 monospace-10 (Bug#3643).
4065
4066 2010-01-29 Eli Zaretskii <eliz@gnu.org>
4067
4068 * w32inevt.c (key_event): Remove unnecessary comparison of
4069 event->uChar.AsciiChar with 128.
4070
4071 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
4072
4073 * fileio.c (Frename_file): Fix last change (Bug#5487).
4074
4075 * m/mips.h: Remove DATA_START. Suggested by Dan Nicolaescu.
4076
4077 * m/alpha.h: Don't define DATA_START on NetBSD (Bug#4629).
4078
4079 2010-01-28 Jan Djärv <jan.h.d@swipnet.se>
4080
4081 * xfns.c (Fx_create_frame): Remove window size matching code from
4082 2010-01-15.
4083 (x_get_current_desktop, x_get_desktop_workarea): Remove.
4084
4085 2010-01-27 Jason Rumney <jasonr@gnu.org>
4086
4087 * w32inevt.c (w32_kbd_patch_key): Save the unicode character.
4088 (key_event): Use unicode for characters 128 and higher (Bug#4567).
4089
4090 2010-01-27 Kenichi Handa <handa@m17n.org>
4091
4092 * regex.c (analyse_first): Fix setting of fastmap for unibyte
4093 pattern string (Bug#4209).
4094
4095 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
4096
4097 * fileio.c (Frename_file): Call copy-directory and
4098 delete-directory for directories, in order to handle cross-device
4099 renaming (Bug#3353).
4100
4101 2010-01-25 Jan Djärv <jan.h.d@swipnet.se>
4102
4103 * xfns.c (Fx_create_frame): If frame height is too big, try
4104 sizes 24 and 10. Bug #3643.
4105
4106 2010-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
4107
4108 Try and fix bug#788, hopefully for real this time.
4109 * keymap.c (shadow_lookup): Add `remap' arg.
4110 (describe_map, describe_vector): Update calls to shadow_lookup.
4111 (Fwhere_is_internal): Fix up handling of `remapped_sequences' and
4112 `remapped' so this flag is applicable to `sequence'. Be careful to
4113 perform remapping during shadow_lookup check of remapped_sequences.
4114
4115 2010-01-24 Eric Bélanger <snowmaniscool@gmail.com> (tiny change)
4116
4117 * image.c (png_load): Use png_sig_cmp instead of the obsolete
4118 png_check_sig, which has been removed in libpng 1.4.
4119
4120 2010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
4121
4122 * filelock.c: Include utmp.h only when HAVE_UTMP_H (FreeBSD 9.x
4123 lacks this header file).
4124
4125 2010-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4126
4127 * xdisp.c (draw_glyphs): Update `start' for left_overwritten case
4128 as in Emacs 22.
4129
4130 2010-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4131
4132 * lisp.h (make_pure_string): String pointer arg now points to const.
4133
4134 * alloc.c (find_string_data_in_pure, make_pure_string): String pointer
4135 args now point to const.
4136
4137 2010-01-22 Eli Zaretskii <eliz@gnu.org>
4138
4139 * lread.c (Fload): Don't treat files without .elc extension as
4140 byte-compiled if they are ``magic'', i.e. `openp' returned -2 for
4141 them. (bug#5303)
4142
4143 2010-01-20 Kenichi Handa <handa@m17n.org>
4144
4145 * coding.c (consume_chars): If ! multibyte and the encoder is ccl,
4146 treat the source as actual byte sequence.
4147
4148 2010-01-19 Alan Mackenzie <acm@muc.de>
4149
4150 Fix spurious before-change-functions invocation from (insert ?\n).
4151 * textprop.c (set_text_properties): Rename parameter
4152 `signal_after_change_p' to `coherent_change_p', and make the
4153 invocation of `modify_region' conditional on it.
4154
4155 2010-01-19 Jan Djärv <jan.h.d@swipnet.se>
4156
4157 * xsettings.c (apply_xft_settings): Save settings in Vxft_settings
4158 for debug purpose.
4159 (syms_of_xsettings): Declare xft-settings.
4160
4161 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
4162
4163 * editfns.c (Fcurrent_time_string): Doc fix (Bug#5408).
4164
4165 2010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
4166
4167 * xterm.c (event_handler_gdk): Block input (Bug#5037).
4168
4169 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
4170
4171 * emacs.c (standard_args): Adjust arg priorities to reflect how
4172 they are processed in startup.el.
4173
4174 2010-01-16 Andreas Schwab <schwab@linux-m68k.org>
4175
4176 * Makefile.in (lisp, shortlisp): Update.
4177
4178 2010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
4179
4180 * xterm.c (x_term_init): Instead of inhibiting GC while running Lisp
4181 code, link the new kboard into all_kboard before running Lisp code,
4182 and protect the new terminal with GCPRO (Bug#5365).
4183 (x_term_init): Remove unused var `atom'.
4184 (x_delete_display, x_delete_terminal): Remove unused var `i'.
4185
4186 2010-01-15 Jan Djärv <jan.h.d@swipnet.se>
4187
4188 * xfns.c (x_get_current_desktop, x_get_desktop_workarea): New functions.
4189 (Fx_create_frame): Call x_get_current_desktop and x_get_desktop_workarea
4190 to find out usable size of the desktop. Don't make frames larger than
4191 this. Bug #3643.
4192
4193 2010-01-15 Kenichi Handa <handa@m17n.org>
4194
4195 * xdisp.c (CHAR_COMPOSED_P): New arg END_CHARPOS. Callers changed.
4196
4197 2010-01-15 Chong Yidong <cyd@stupidchicken.com>
4198
4199 * nsterm.m (Qnone): Define.
4200
4201 * nsfns.m (Qnone): Move definition to nsterm.m.
4202
4203 2010-01-14 Kenichi Handa <handa@m17n.org>
4204
4205 * coding.c (detect_coding_iso_2022): Fix handling of euc-xx coding
4206 systems.
4207
4208 2010-01-14 Kenichi Handa <handa@m17n.org>
4209
4210 Make auto-composition work on all buffers even if they are
4211 fundamental mode.
4212
4213 * composite.c (Vauto_composition_mode): New variable.
4214 (composition_compute_stop_pos): Check Vauto_composition_mode
4215 instead of Vauto_composition_function.
4216 (composition_adjust_point, Ffind_composition_internal): Likewise.
4217 (syms_of_composite): Declare Lisp variable
4218 "auto-composition-mode" here.
4219
4220 2010-01-13 Chong Yidong <cyd@stupidchicken.com>
4221
4222 * xterm.c (x_term_init): Avoid garbage-collecting the new terminal
4223 during call to vendor-specific-keysyms (Bug#5365).
4224
4225 2010-01-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4226
4227 * keyboard.c (input_available_signal) [SYNC_INPUT]:
4228 Call SIGNAL_THREAD_CHECK (Bug#5333).
4229
4230 * atimer.c (alarm_signal_handler) [!SYNC_INPUT]:
4231 Call SIGNAL_THREAD_CHECK.
4232
4233 2010-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
4234
4235 Try to fix bug#5314. This is probably not the final word, tho.
4236 * buffer.c (Fset_buffer_modified_p): Try and be careful not to modify
4237 recent-auto-save-p as a side-effect.
4238 * buffer.h (BUF_AUTOSAVE_MODIFF): New macro.
4239 * buffer.c (Fkill_buffer, reset_buffer):
4240 * editfns.c (Fsubst_char_in_region):
4241 * fileio.c (Finsert_file_contents, Fdo_auto_save)
4242 (Fset_buffer_auto_saved, Frecent_auto_save_p): Use it.
4243
4244 2010-01-13 Kenichi Handa <handa@m17n.org>
4245
4246 Display buffer name, etc. in mode line by composing correctly.
4247
4248 * xdisp.c (reseat_to_string): Call composition_compute_stop_pos if
4249 STRING is not nil.
4250 (display_mode_element): Adjust for the change of
4251 decode_mode_spec and display_line.
4252 (decode_mode_spec): Change arg MULTIBYTE to STRING.
4253 (display_string): Handle the case that STRING is non-null and
4254 LISP_STRING is not nil.
4255
4256 * xterm.c (x_draw_composite_glyph_string_foreground):
4257 Pay attention to s->face->overstrike.
4258
4259 * composite.c (composition_reseat_it): Don't check PT if STRING is
4260 non nil.
4261
4262 2010-01-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4263
4264 * keyboard.c (read_char): Don't apply previous change when current
4265 buffer is unchanged by command execution.
4266
4267 2010-01-12 Jan Djärv <jan.h.d@swipnet.se>
4268
4269 * keyboard.c (read_char): Return after executing from special map.
4270
4271 2010-01-12 Glenn Morris <rgm@gnu.org>
4272
4273 * emacs.c (REPORT_EMACS_BUG_PRETEST_ADDRESS): Set it to
4274 bug-gnu-emacs rather than emacs-pretest-bug.
4275
4276 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
4277
4278 * nsterm.m (syms_of_nsterm): Initialize Qcontrol etc. before
4279 initializing the Lisp variables that depend on them.
4280
4281 2010-01-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4282
4283 * xfns.c (x_set_menu_bar_lines) [!USE_X_TOOLKIT && !USE_GTK]:
4284 Clear areas that will not be updated after change of menu bar lines.
4285 Clear the menu bar window's current matrix when the window gets empty.
4286
4287 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
4288
4289 * intervals.h, textprop.c (extend_property_ranges): Return value
4290 and args changed. Discard properties that begin at or after the
4291 new end (Bug#5306).
4292
4293 * editfns.c (Fformat): Caller changed.
4294
4295 * nsterm.m (ns_set_default_prefs): Delete function.
4296 (syms_of_nsterm): Initialize ns_command_modifier,
4297 ns_control_modifier, ns_function_modifier, ns_antialias_text, and
4298 ns_antialias_threshold here, not in ns_term_init (Bug#4113).
4299
4300 * xdisp.c (pos_visible_p): Check for invisible text at the correct
4301 position (Bug#4040).
4302
4303 2010-01-09 Eli Zaretskii <eliz@gnu.org>
4304
4305 * editfns.c (Ffloat_time): Doc fix.
4306
4307 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
4308
4309 * xfns.c (Fx_create_frame): Don't create frame larger than display
4310 by default bug#3643.
4311
4312 2010-01-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4313
4314 * frame.h (FRAME_TOP_MARGIN_HEIGHT): New macro.
4315 (FRAME_LINE_TO_PIXEL_Y, FRAME_PIXEL_Y_TO_LINE): Take account of pseudo
4316 windows above internal border.
4317
4318 * window.h (WINDOW_MENU_BAR_P, WINDOW_TOOL_BAR_P): New macros.
4319 (WINDOW_TOP_EDGE_Y, WINDOW_BOTTOM_EDGE_Y): Take account of pseudo
4320 windows above internal border.
4321
4322 * xdisp.c (get_glyph_string_clip_rects, init_glyph_string): Don't treat
4323 tool bar windows specially.
4324
4325 * xfns.c (x_set_tool_bar_lines): Take account of menu bar height.
4326
4327 * xterm.c (x_after_update_window_line): Don't treat tool bar windows
4328 specially.
4329 (XTflash): Take account of menu bar height.
4330
4331 * w32term.c (x_after_update_window_line): Don't treat tool bar windows
4332 specially.
4333
4334 2010-01-08 Jan Djärv <jan.h.d@swipnet.se>
4335
4336 * dispnew.c (change_frame_size_1): newwidth == FRAME_COLS (f) must
4337 also be true before we can return early (bug #5339).
4338
4339 2010-01-06 David Reitter <david.reitter@gmail.com>
4340
4341 * nsfns.m (ns_get_screen): Rewrite, returning NULL for non-NS.
4342 (Fns_display_usable_bounds): Rewrite, computing bounds properly
4343 (Bug#3233).
4344
4345 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
4346
4347 * font.c (font_open_entity): Enable chache and call cached_font_ok
4348 for the driver if defined.
4349 (QCuser_spec): New symbol.
4350 (font_spec_from_name): Save name as user-spec.
4351 (font_load_for_lface): Keep user-spec instead of name.
4352 (font_open_by_name): Save name as user-spec.
4353 (syms_of_font): Initialize QCuser_spec.
4354 (font_clear_prop): Clear name if it exists in font (bug#5157).
4355
4356 * xftfont.c (xftfont_open): Call xftfont_add_rendering_parameters.
4357 (xftfont_add_rendering_parameters, xftfont_cached_font_ok): New.
4358 (syms_of_xftfont): Initialize xftfont_driver.cached_font_ok.
4359
4360 * font.h (struct font_driver): Add cached_font_ok.
4361
4362 * xterm.c (x_clear_frame): Queue draw for scroll bars.
4363
4364 2010-01-05 Jan Djärv <jan.h.d@swipnet.se>
4365
4366 * xterm.c (x_new_font): Move code for setting rows/cols before
4367 resizing ...
4368 (x_set_window_size): ... to here. Bug #2568.
4369
4370 * gtkutil.c (xg_clear_under_internal_border): New function.
4371 (xg_frame_resized, xg_frame_set_char_size):
4372 Call xg_clear_under_internal_border.
4373 (xg_update_scrollbar_pos): Clear under old scroll bar position.
4374
4375 2010-01-05 Chong Yidong <cyd@stupidchicken.com>
4376
4377 * keyboard.c (read_key_sequence): Catch keyboard switch after
4378 making a new tty frame (Bug#5095).
4379
4380 2010-01-05 Kenichi Handa <handa@m17n.org>
4381
4382 * fontset.c (fontset_find_font): Fix getting the frame pointer.
4383
4384 2010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
4385
4386 * dbusbind.c (xd_remove_watch): Avoid trying to convert a void* to
4387 Lisp_Object, preferring to convert a lisp_Object to a void* instead.
4388 (Fdbus_init_bus): Use XHASH to get a scalar value from a Lisp_Object.
4389
4390 2010-01-03 Michael Albinus <michael.albinus@gmx.de>
4391
4392 * dbusbind.c (xd_add_watch): Improve debug message.
4393 (xd_remove_watch): Improve debug message. If DATA is the session
4394 bus, unset D-Bus session environment.
4395 (Fdbus_init_bus): Pass the bus as argument to
4396 dbus_connection_set_watch_functions. (Bug#5283)
4397
4398 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
4399
4400 * nsterm.m (ns_get_color): Fix buffer overflow (Bug#4763).
4401
4402 * lread.c (syms_of_lread): Make it clearer that these are the
4403 names of loaded files (Bug#5068).
4404
4405 * eval.c (run_hook_with_args): Handle the case where the global
4406 value has the obsolete single-function form (Bug#5026).
4407
4408 2009-12-27 Chong Yidong <cyd@stupidchicken.com>
4409
4410 * minibuf.c (Fall_completions): Minor optimization.
4411
4412 2009-12-26 Eli Zaretskii <eliz@gnu.org>
4413
4414 * .gdbinit (pgx): Fix display of composite glyphs.
4415 Display cmp.from and cmp.to as well.
4416 (pitx): Fix last change.
4417
4418 2009-12-25 Kenichi Handa <handa@m17n.org>
4419
4420 * composite.h (composition_adjust_point): Update prototype.
4421
4422 * composite.c (composition_reseat_it): Don't make a composition
4423 spanning over point.
4424 (CHAR_COMPOSABLE_P): Treat U+200C (ZWNJ) and U+200D (ZWJ) as
4425 composable characters.
4426 (composition_adjust_point): New arg NEW_PT. Callers changed.
4427
4428 * keyboard.c (command_loop_1): Force redisplay if the last point
4429 was within a composition.
4430 (adjust_point_for_property): Don't adjust point for automatic
4431 composition when called after buffer modification.
4432
4433 2009-12-19 Eli Zaretskii <eliz@gnu.org>
4434
4435 * .gdbinit (pitx): Don't use enum names, use their values.
4436 Remove reference to non-existing value GET_FROM_COMPOSITION.
4437 (pgx): Don't use enum names, use their values.
4438 (pitmethod): New helper command.
4439 (pitx): Use it to display iteration method.
4440 (pgrowit): New command.
4441
4442 * makefile.w32-in ($(BLD)/cmds.$(O)): Depend on frame.h.
4443
4444 Update dependencies in Makefile.in.
4445
4446 * Makefile.in (alloc.o): Depend on termhooks.h.
4447 (atimer.o): Depend on blockinput.h.
4448 (buffer.o): Depend on indent.h, keyboard.h, coding.h, keymap.h,
4449 and frame.h.
4450 (callint.o): Depend on systime.h, coding.h, and composite.h.
4451 (callproc.o): Depend on buffer.h.
4452 (casefiddle.o): Don't depend on charset.h.
4453 (casetab.o): Depend on character.h.
4454 (ccl.o): Depend on composite.h.
4455 (chartab.o): Depend on ccl.h.
4456 (cm.o): Depend on dispextern.h.
4457 (cmds.o): Depend on systime.h, coding.h, frame.h, and composite.h.
4458 (coding.o): Don't depend on $(INTERVALS_H).
4459 (composite.o): Don't depend on dispextern.h explicitly (it's in
4460 $(INTERVALS_H)). Depend on ccl.h.
4461 (data.o): Depend on systime.h, coding.h, composite.h,
4462 dispextern.h, font.h, and ccl.h.
4463 (dired.o): Depend on composite.h.
4464 (dispnew.o): Depend on coding.h. Don't depend explicitly on
4465 composite.h (it's in $(INTERVALS_H)).
4466 (doc.o): Depend on systime.h, coding.h, and composite.h.
4467 (editfns.o): Don't depend explicitly on dispextern.h.
4468 (emacs.o): Depend on frame.h and coding.h.
4469 (eval.o): Depend on coding.h, composite.h, and xterm.h.
4470 (fileio.o): Depend on frame.h and commands.h. Don't depend
4471 explicitly on dispextern.h.
4472 (filelock.o): Don't depend on epaths.h and charset.h. Depend on
4473 composite.h.
4474 (fns.o): Don't depend on termhooks.h.
4475 (font.o): Depend on buffer.h, composite.h, fontset.h, and xterm.h.
4476 (fontset.o): Depend on blockinput.h, atimer.h, systime.h,
4477 coding.h, $(INTERVALS_H), window.h, xterm.h.
4478 (frame.o): Depend on coding.h, composite.h, termhooks.h, and ccl.h.
4479 (fringe.o): Depend on blockinput.h, atimer.h, and systime.h.
4480 (ftfont.o): Depend on blockinput.h, atimer.h, systime.h, coding.h,
4481 fontset.h, ccl.h, and ftfont.h.
4482 (ftxfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
4483 (gtkutil.o): Depend on dispextern.h and composite.h.
4484 (image.o): Depend on epaths.h, character.h, coding.h, composite.h,
4485 termhooks.h, and ccl.h.
4486 (indent.o): Depend on systime.h, coding.h, and $(INTERVALS_H).
4487 (intervals.o): Depend on systime.h and coding.h.
4488 (keyboard.o): Depend on composite.h and coding.h.
4489 (keymap.o): Depend on coding.h and frame.h.
4490 (lread.o): Depend on systime.h, frame.h, blockinput.h, and atimer.h.
4491 (macros.o): Depend on systime.h, coding.h, and composite.h.
4492 (menu.o): Depend on systime.h, coding.h, composite.h, window.h,
4493 and atimer.h.
4494 (minibuf.o): Depend on systime.h and coding.h. Don't depend on
4495 dispextern.h explicitly.
4496 (print.o): Depend on termhooks.h, coding.h, and ccl.h.
4497 Don't depend explicitly on dispextern.h and composite.h.
4498 (process.o): Depend on character.h, xgselect.h, and sysselect.h.
4499 (regex.o): Don't depend on charset.h.
4500 (scroll.o): Depend on systime.h, coding.h, composite.h, and window.h.
4501 (search.o): Don't depend explicitly on composite.h.
4502 (sound.o): Depend on atimer.h and systime.h.
4503 (syntax.o): Don't depend explicitly on composite.h.
4504 (sysdep.o): Depend on coding.h and composite.h.
4505 (term.o): Depend on xterm.h and buffer.h.
4506 (terminal.o): Depend on dispextern.h, composite.h, and systime.h.
4507 (textprop.o): Don't depend on dispextern.h explicitly.
4508 (undo.o): Depend on dispextern.h.
4509 (window.o): Depend on coding.h and termhooks.h. Don't depend on
4510 dispextern.h and composite.h explicitly.
4511 (xdisp.o): Depend on ccl.h.
4512 (xfaces.o): Depend on coding.h and ccl.h.
4513 (xfns.o): Depend on $(INTERVALS_H) and ccl.h.
4514 (xfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
4515 (xftfont.o): Depend on atimer.h, systime.h, fontset.h, ccl.h, and
4516 ftfont.h.
4517 (xgselect.o): New dependency.
4518 (xmenu.o): Depend on composite.h, keymap.h, and sysselect.h.
4519 (xselect.o): Depend on keyboard.h, coding.h, and composite.h.
4520 (xsettings.o): Depend on dispextern.h, keyboard.h, systime.h,
4521 coding.h, composite.h, blockinput.h, atimer.h, and termopts.h.
4522 (xsmfns.o): Depend on frame.h and dispextern.h.
4523 (xterm.o): Depend on intervals.h, keymap.h, xgselect.h, and
4524 sysselect.h.
4525
4526 2009-12-19 Andreas Schwab <schwab@linux-m68k.org>
4527
4528 * font.c (Fclear_font_cache): Pass correct cache argument to
4529 font_clear_cache.
4530
4531 2009-12-16 Andreas Schwab <schwab@linux-m68k.org>
4532
4533 * Makefile.in (prefix-args${EXEEXT}): Don't compile prefix-args.c
4534 twice.
4535
4536 2009-12-15 Chong Yidong <cyd@stupidchicken.com>
4537
4538 * xdisp.c (decode_mode_spec): Inhibit garbage collection when
4539 calling file-remote-p. Reported by Jim Meyering.
4540
4541 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
4542
4543 * dbusbind.c (xd_retrieve_arg): Reorder declarations in order to
4544 avoid compiler warnings. (Bug #5217)
4545
4546 2009-12-14 Kenichi Handa <handa@m17n.org>
4547
4548 * coding.c (decode_coding_iso_2022): Ignore ISO_CODE_SS2_7 (0x19)
4549 in 8-bit encoding.
4550
4551 2009-12-13 Pat Thoyts <patthoyts@users.sourceforge.net> (tiny change)
4552
4553 * xfns.c (x_create_tip_frame): Set the extended window manager hint for
4554 tooltip windows.
4555
4556 2009-12-13 Jan Djärv <jan.h.d@swipnet.se>
4557
4558 * xterm.h (struct x_display_info): Add Xatom_net_window_type_tooltip and
4559 Xatom_net_window_type.
4560
4561 * xterm.c (x_term_init): Initialize Xatom_net_window_type_tooltip and
4562 Xatom_net_window_type.
4563
4564 * xterm.c (my_log_handler): New function.
4565 (x_term_init): Set my_log_handler as log handler during gtk_init
4566 so we can filter out buggy messages. (Bug #5120).
4567
4568 * xterm.c (xg_scroll_callback): Parameter list changed,
4569 use parameter GtkScrollType to determine scroll/line/page.
4570 Only allow dragging if a button < 4 is grabbed (bug #5177).
4571 (xg_end_scroll_callback): New function.
4572 (x_create_toolkit_scroll_bar): Pass xg_end_scroll_callback to
4573 xg_create_scroll_bar.
4574
4575 * gtkutil.c (xg_gtk_scroll_destroy): Remove XG_LAST_SB_DATA handling.
4576 (scroll_end_callback): Remove.
4577 (xg_create_scroll_bar): Add parameter end_callback, bind it to
4578 button-release-event. Replace value-changed event with change-value,
4579 bug #5177.
4580 (xg_event_is_for_scrollbar): Only return true if button is less than 4,
4581 bug #5177.
4582
4583 * gtkutil.h (XG_LAST_SB_DATA): Remove.
4584 (xg_create_scroll_bar): Add GCallback end_callback.
4585
4586 * xftfont.c (QClcdfilter): New variable.
4587 (xftfont_open): Parse constant names for RGBA, HINT_STYLE and LCDFILTER.
4588 (syms_of_xftfont): Initialize QClcdfilter.
4589
4590 2009-12-12 Jan Djärv <jan.h.d@swipnet.se>
4591
4592 * xsettings.c (struct xsettings): Add member seen.
4593 (parse_xft_settings): Update member seen with what we have read.
4594 Return non-zero if Xft-settings have been parsed, 0 otherwise.
4595 (apply_xft_settings): Only update Xft settings with what member seen
4596 indicates as new.
4597
4598 2009-12-12 Eli Zaretskii <eliz@gnu.org>
4599
4600 * dispextern.h (struct text_pos): Use EMACS_INT.
4601 (struct glyph): Use EMACS_INT for charpos.
4602 (struct it): Use EMACS_INT for stop_charpos, end_charpos,
4603 region_beg_charpos, region_end_charpos,
4604 redisplay_end_trigger_charpos, and also for
4605 iterator_stack_entry.end_charpos and
4606 iterator_stack_entry.stop_charpos.
4607
4608 2009-12-12 Jan Djärv <jan.h.d@swipnet.se>
4609
4610 * gtkutil.c (scroll_end_callback): New function (bug #5177).
4611 (xg_create_scroll_bar): Call scroll_end_callback on button release
4612 event (bug #5177).
4613 (xg_event_is_for_scrollbar): != replaced with ==.
4614
4615 2009-12-12 Kenichi Handa <handa@m17n.org>
4616
4617 * ftfont.c (struct ftfont_info): New member matrix.
4618 (ftfont_open): Setup xftfont_info->matrix.
4619 (MFLTFontFT): New member matrix.
4620 (FLOOR, CEIL, ROUND): New macros.
4621 (ftfont_get_metrics): Handle matrix transformation.
4622 (ftfont_shape_by_flt): New arg matrix. Callers changed.
4623
4624 * xftfont.c (struct xftfont_info): New member matrix.
4625 (xftfont_open): Setup xftfont_info->matrix.
4626
4627 2009-12-10 Kenichi Handa <handa@m17n.org>
4628
4629 * xdisp.c (append_space_for_newline): Consider face-remapping.
4630
4631 2009-12-09 Andreas Schwab <schwab@linux-m68k.org>
4632
4633 * xsettings.c: Include "keyboard.h".
4634
4635 * gtkutil.c (xg_tool_bar_proxy_help_callback): Fix missing return.
4636
4637 Fix implicit function declarations.
4638 * cmds.c: Include "frame.h".
4639 * frame.c: Include "font.h" also if !HAVE_WINDOW_SYSTEM.
4640 * frame.h: Move declaration of delete_frame outside of
4641 HAVE_WINDOW_SYSTEM.
4642
4643 2009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
4644
4645 * s/cygwin.h (G_SLICE_ALWAYS_MALLOC): New variable.
4646
4647 * emacs.c (main): Set the G_SLICE environment variable for Cygwin
4648 GTK builds.
4649
4650 2009-12-07 Andreas Schwab <schwab@linux-m68k.org>
4651
4652 * unexelf.c (unexec): Don't search for .data twice.
4653
4654 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
4655
4656 * xdisp.c (push_display_prop): Don't set avoid_cursor_p. Return 0
4657 if push failed.
4658 (handle_line_prefix): Set avoid_cursor_p here. Check return value
4659 of push_display_prop (Bug#5000).
4660
4661 * xfaces.c (Fx_family_fonts): Handle 2009-07-14 change to return
4662 value of font_list_entities (Bug#5085).
4663
4664 2009-12-04 Juanma Barranquero <lekktu@gmail.com>
4665
4666 Fix `string-to-number' to deal consistently with integers and floats.
4667 * lread.c (isfloat_string): New argument ignore_trailing to accept all
4668 trailing characters, not just whitespace.
4669 (read1): Pass new arg 0 to keep old behavior.
4670 * data.c (Fstring_to_number): Pass 1 to isfloat_string to ignore
4671 trailing chars, as it is already done for integers. Doc fixes.
4672 * lisp.h (isfloat_string): Add new arg to declaration of isfloat_string.
4673
4674 2009-12-04 Eli Zaretskii <eliz@gnu.org>
4675
4676 * dispextern.h (enum prop_idx) <AUTO_COMPOSED_PROP_IDX>:
4677 Delete unused enumeration value.
4678
4679 2009-12-03 Eli Zaretskii <eliz@gnu.org>
4680
4681 * Makefile.in (lisp, shortlisp): Replace indian.el with indian.elc.
4682
4683 2009-12-03 Daniel Hackney <dan@haxney.org> (tiny change)
4684
4685 * process.c (Fmake_network_process): Fix up the tests for
4686 "connectionless socket", so they DTRT for seqpacket sockets as well.
4687
4688 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
4689
4690 * process.c (Qseqpacket): New symbol.
4691 (HAVE_SEQPACKET): New macro.
4692 (Fmake_network_process): Accept new :type `seqpacket'.
4693 (init_process): Add `seqpacket' feature when applicable.
4694 (syms_of_process): Initialize Qseqpacket.
4695
4696 2009-12-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4697
4698 * font.c (font_load_for_lface, font_open_by_name): Don't store name
4699 if entity is Qnil.
4700
4701 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
4702
4703 * print.c (print_preprocess): Preprocess the key_and_value table of
4704 hashtables, even tho they're "hidden" (bug#5082).
4705
4706 2009-11-29 Jan Djärv <jan.h.d@swipnet.se>
4707
4708 * frame.c (frame_make_pointer_invisible)
4709 (frame_make_pointer_visible): Declare f before statements.
4710
4711 2009-11-28 Eli Zaretskii <eliz@gnu.org>
4712
4713 * Makefile.in [!AUTO_DEPEND]: Remove outdated comment about
4714 omitted dependencies on lisp.h.
4715
4716 2009-11-27 Jan Djärv <jan.h.d@swipnet.se>
4717
4718 * xftfont.c (xftfont_end_for_frame): Just return if dpyinfo->display
4719 is NULL.
4720
4721 * xterm.c (x_delete_terminal): Set dpyinfo->display to NULL.
4722
4723 * frame.c (frame_make_pointer_invisible)
4724 (frame_make_pointer_visible): Just return if there isn't any selected
4725 frame.
4726
4727 * search.c (simple_search): Remove warning by making *p const.
4728
4729 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
4730
4731 * xdisp.c (power_letter): Remove duplicate const.
4732
4733 2009-11-25 Jan Djärv <jan.h.d@swipnet.se>
4734
4735 * term.c (delete_tty): Remove check for last terminal (bug#4970).
4736
4737 * xsettings.c: Revert changes from 2009-11-23. Just use Xft
4738 defaults (bug #5025).
4739
4740 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4741
4742 * insdel.c (adjust_markers_for_delete): Move it in the
4743 right direction! (bug#4803)
4744
4745 2009-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4746
4747 * font.c (font_open_entity): Don't use ASET if font_object is Qnil.
4748
4749 * xterm.c (x_new_font): Update f->scroll_bar_actual_width.
4750
4751 2009-11-24 Glenn Morris <rgm@gnu.org>
4752
4753 * frame.c (focus-follows-mouse): Mention mouse-autoselect-window.
4754
4755 2009-11-23 Jan Djärv <jan.h.d@swipnet.se>
4756
4757 * Makefile.in: Must create deps for ecrt0.o in its rule.
4758
4759 * xfns.c (Fx_select_font): Try to convert Fontconfig name to Gtk name
4760 because that is what Gtk+ font dialog understands.
4761
4762 * font.c (font_make_object, Fcopy_font_spec): Use Fcopy_alist instead
4763 of Fcopy_sequence.
4764 (font_open_by_name): Put name given into QCname for font-object returned.
4765
4766 * frame.c (x_set_font): Save original font name as frame parameter
4767 font-parameter.
4768
4769 * xsettings.c (set_default_xft_settings): New function.
4770 (init_xfd_settings): Call set_default_xft_settings if no XSETTINGS window
4771 is found.
4772
4773 2009-11-22 Andreas Schwab <schwab@linux-m68k.org>
4774
4775 * search.c (simple_search): Avoid CHAR_TO_BYTE in inner loop when
4776 searching backwards through multibyte buffer.
4777
4778 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
4779
4780 * xterm.c: #include xgselect.h.
4781 (x_initialize): Call xgselect_initialize.
4782
4783 * xsettings.c (something_changedCB): C++ comments => C comments.
4784 (init_gconf): Do not deal with any GLib file descriptors, xg_select
4785 does that now.
4786
4787 * gtkutil.c (xg_timer, xg_process_timeouts, xg_start_timer)
4788 (xg_stop_timer, menu_grab_callback_cnt, menu_grab_callback)
4789 (scroll_bar_button_cb): Remove.
4790 (create_menus): C++ comments => C comments. Don't bind grab-notify
4791 event.
4792 (xg_create_scroll_bar): Don't bind button-press-event and
4793 button-release-event.
4794
4795 * process.c: Include xgselect.h if defined (USE_GTK) ||
4796 defined (HAVE_GCONF).
4797 (wait_reading_process_output): Call xg_select for the same condition.
4798
4799 * xgselect.c (xg_select): New function to better integrate with
4800 GLib/Gtk event handling. Needed if GConf daemon dies/restarts.
4801
4802 * xgselect.h: New file, declare xg_select, xgselect_initialize.
4803
4804 * Makefile.in (XOBJ): Add xgselect.o.
4805
4806 2009-11-21 Andreas Schwab <schwab@linux-m68k.org>
4807
4808 * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH):
4809 Remove ignored second argument. All callers changed.
4810 * regex.c (STRING_CHAR, STRING_CHAR_AND_LENGTH, RE_STRING_CHAR)
4811 (RE_STRING_CHAR_AND_LENGTH): Likewise.
4812 * xdisp.c (string_char_and_length): Likewise.
4813
4814 2009-11-21 Dan Nicolaescu <dann@ics.uci.edu>
4815
4816 * xterm.c (x_new_font):
4817 * print.c (print_object):
4818 * cmds.c (Fself_insert_command): Move declarations before statements.
4819
4820 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
4821
4822 * s/cygwin.h: Remove unneeded linker flags.
4823
4824 2009-11-20 Jan Djärv <jan.h.d@swipnet.se>
4825
4826 * xfns.c (x_default_font_parameter): Call xsettings_get_system_font.
4827
4828 * xsettings.h: Declare xsettings_get_system_font.
4829
4830 * xsettings.c (xsettings_get_system_font): New function.
4831 (init_gconf): No use initiating gconf unless we have Xft also.
4832 (syms_of_xsettings): Only provide system-font-setting if HAVE_XFT and
4833 HAVE_GCONF.
4834
4835 * gtkutil.c (xg_modify_menubar_widgets): If menubar is totally empty
4836 add a blank entry so it doesn't collapse into nothing.
4837
4838 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
4839
4840 * lread.c (Funintern): Comment out last change.
4841
4842 2009-11-19 Richard Stallman <rms@gnu.org>
4843
4844 * lread.c (Funintern): Error if symbol is t or nil.
4845
4846 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
4847
4848 * insdel.c (make_gap_larger): Don't make as many assumptions about the
4849 representation of Lisp integers.
4850 Reported by MJ Chan <mjchan.inbox@gmail.com>.
4851
4852 2009-11-17 Andreas Schwab <schwab@linux-m68k.org>
4853
4854 * lisp.h: Remove declaration of Ffont_get_system_font.
4855 * xfns.c: Move include of "xsettings.h".
4856 * xsettings.h: Use EXFUN to declare Ffont_get_system_font.
4857
4858 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
4859
4860 * xsettings.c (something_changedCB, Ffont_get_system_font):
4861 Check use_system_font.
4862 (syms_of_xsettings): DEFVAR font-use-system-font.
4863
4864 2009-11-17 Andreas Schwab <schwab@linux-m68k.org>
4865
4866 * xfns.c (x_default_font_parameter): Remove dead assignment.
4867
4868 * lisp.h (Fbyteorder, init_font, Ffont_get_system_font): Declare.
4869
4870 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
4871
4872 * xftfont.c (xftfont_fix_match): Older versions of fontconfig do
4873 not have FC_LCD_*. #define them if not there.
4874
4875 * xsettings.c (parse_xft_settings, apply_xft_settings): Ditto.
4876
4877 * xterm.h (struct x_display_info): Add atoms and Window for xsettings.
4878
4879 * xterm.c (handle_one_xevent): Call xft_settings_event for
4880 ClientMessage, PropertyNotify and DestroyNotify.
4881 (x_term_init): If we have XFT, get DPI from Xft.dpi.
4882 Call xsettings_initialize.
4883
4884 * xftfont.c (xftfont_fix_match): New function.
4885 (xftfont_open): Call XftDefaultSubstitute before XftFontMatch.
4886 Call xftfont_fix_match after XftFontMatch.
4887
4888 * xfont.c (xfont_driver): Initialize all members.
4889
4890 * xfns.c (x_default_font_parameter):
4891 Try font from Ffont_get_system_font.
4892 Do not get font from x_default_parameter if we got one from
4893 Ffont_get_system_font.
4894 (Fx_select_font): Get the defaut font name from :name of FRAME_FONT(f).
4895
4896 * w32font.c (w32font_driver): Initialize all members.
4897
4898 * termhooks.h (enum event_kind): CONFIG_CHANGED_EVENT is new.
4899
4900 * lisp.h: Declare syms_of_xsettings.
4901
4902 * keyboard.c (kbd_buffer_get_event, make_lispy_event):
4903 Handle CONFIG_CHANGED_EVENT.
4904
4905 * ftfont.c (ftfont_filter_properties): New function.
4906
4907 * frame.c (x_set_font): Remove unused variable lval.
4908
4909 * font.h (struct font_driver): Add filter_properties.
4910
4911 * font.c (font_put_extra): Don't return if val is nil, it means
4912 boolean option is off.
4913 (font_parse_fcname): Collect all extra properties in extra_props
4914 and call filter_properties for all drivers with extra_props and
4915 font as parameter.
4916 (font_open_entity): Do not use cache, it does not pick up new
4917 fontconfig settings like hinting.
4918 (font_load_for_lface): If spec had a name in it, store it in entity.
4919
4920 * emacs.c (main): Call syms_of_xsettings.
4921
4922 * config.in: HAVE_GCONF is new.
4923
4924 * Makefile.in (GCONF_CFLAGS, GCONF_LIBS): New variables for HAVE_GCONF.
4925 xsettings.o is new.
4926
4927 2009-11-17 Kenichi Handa <handa@m17n.org>
4928
4929 * xdisp.c (x_produce_glyphs): Consider face-remapping when falling
4930 back to the default font in case that no suitable font is found.
4931
4932 2009-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
4933
4934 * menu.c (Fx_popup_menu) [HAVE_NS]: Use generic code for window edge.
4935 Suggested by Chad Brown <yandros@mit.edu>.
4936 (push_menu_item): Use MENU_ITEMS_ITEM_* names.
4937
4938 2009-11-16 Jan Djärv <jan.h.d@swipnet.se>
4939
4940 * xmenu.c (x_menu_wait_for_event): Call XFlush before select.
4941
4942 2009-11-14 Andreas Schwab <schwab@linux-m68k.org>
4943
4944 * Makefile.in: Ignore errors from mkdir when creating deps directory.
4945
4946 2009-11-14 Jan Djärv <jan.h.d@swipnet.se>
4947
4948 * gtkutil.c (xg_update_frame_menubar): Do nothing if menubar already
4949 has a parent.
4950
4951 * Makefile.in: If AUTO_DEPEND is defined, make gcc generate
4952 dependency files in deps/. Include those files into Makefile.
4953
4954 * config.in: Generated (AUTO_DEPEND).
4955
4956 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
4957
4958 * dbusbind.c (Vdbus_registered_objects_table): Rename from
4959 Vdbus_registered_functions_table, because it contains also
4960 properties. Fix docstring.
4961 (Fdbus_call_method, Fdbus_call_method_asynchronously): Fix docstring.
4962
4963 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
4964
4965 * alloc.c (mark_object): Don't reprocess marked strings.
4966 Check vector's markbit earlier. Adjust calls to mark_vectorlike.
4967 (mark_vectorlike, mark_char_table): Assume the object is unmarked.
4968
4969 2009-11-13 Kenichi Handa <handa@m17n.org>
4970
4971 * category.c (word_boundary_p): Adjust for the change of the
4972 semantics of Vword_combining_categories.
4973 (Vword_combining_categories): Describe the slight change of the
4974 semantics.
4975
4976 2009-11-13 Eli Zaretskii <eliz@gnu.org>
4977
4978 * menu.c (Fx_popup_menu): Call Fx_hide_tip only if HAVE_WINDOW_SYSTEM.
4979
4980 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Revert last change.
4981
4982 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
4983
4984 * xdisp.c (syms_of_xdisp): Fix typo in last change.
4985
4986 2009-11-12 Juanma Barranquero <lekktu@gmail.com>
4987
4988 * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
4989
4990 2009-11-11 David Reitter <david.reitter@gmail.com>
4991
4992 * menu.c (Fx_popup_menu): Remove left-over debugging code and rename
4993 variables to fix 2009-11-09 change.
4994
4995 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
4996
4997 * process.c (ifflag_def): Make flag_sym constant.
4998 (Fnetwork_interface_info): Use a constant pointer.
4999 (ifflag_table):
5000 * xfns.c (cursor_bits):
5001 * xdisp.c (power_letter):
5002 * termcap.c (speeds, esctab):
5003 * sysdep.c (baud_convert):
5004 * keyboard.c (lispy_accent_codes, modifier_names):
5005 * image.c (xbm_format, xpm_format, pbm_format, png_format)
5006 (jpeg_format, tiff_format, gif_format, svg_format)
5007 (interlace_start, interlace_increment, gs_format):
5008 * gtkutil.c (separator_names):
5009 * fringe.c (swap_nibble):
5010 * fns.c (base64_value_to_char, base64_char_to_value):
5011 * fileio.c (make_temp_name_tbl):
5012 * coding.c (suffixes): Make constant.
5013
5014 * frame.c (make_initial_frame):
5015 * buffer.c (init_buffer_once): Use make_pure_c_string instead of
5016 build_string.
5017 * alloc.c (syms_of_alloc): Build Vmemory_signal_data in pure memory.
5018
5019 * s/freebsd.h:
5020 * s/netbsd.h: Remove code referring to non-existent file: unexsunos4.o.
5021
5022 * Makefile.in: Add dependencies to lisp.h. Remove dependencies
5023 for non-existent files: unexmips.c, unexnext.c, abbrev.c, malloc.c.
5024
5025 * xfns.c (syms_of_xfns): Use make_pure_string instead of build_string.
5026 * xterm.c (syms_of_xterm):
5027 * xfaces.c (syms_of_xfaces):
5028 * xdisp.c (syms_of_xdisp):
5029 * lread.c (syms_of_lread):
5030 * keyboard.c (syms_of_keyboard): Use make_pure_c_string instead of
5031 build_string.
5032
5033 * doc.c (Fsnarf_documentation): Purecopy Vbuild_files.
5034
5035 2009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
5036
5037 * fns.c (Fplist_get): Merge the active and the commented out code.
5038
5039 2009-11-10 Jan Djärv <jan.h.d@swipnet.se>
5040
5041 * keyboard.h: Declare timer_check.
5042
5043 * keyboard.c (timer_check_2): New function that does what the old
5044 timer_check did.
5045 (timer_check): Call timer_check_2 until -1 or a non-zero time is
5046 returned, i.e. don't return -1 with timers pending.
5047
5048 * process.c: Remove extern declaration of timer_check.
5049
5050 * xmenu.c (x_menu_wait_for_event): Remove code that did a timeout
5051 even if timer_check returned -1.
5052
5053 * gtkutil.c (xg_dialog_response_cb): Data is now a struct
5054 xg_dialog_data.
5055 (pop_down_dialog): Destroy widget (if any), cancel timer and unref
5056 the event loop.
5057 (xg_maybe_add_timer, xg_dialog_run): New functions (bug #4574).
5058 (xg_get_file_name, xg_get_font_name): Call xg_dialog_run (bug #4574).
5059 Destroy the dialog after xg_dialog_run.
5060
5061 2009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
5062
5063 * menu.c (Fx_popup_menu) [HAVE_NS]: Remove unused vars.
5064
5065 2009-11-10 Jan Djärv <jan.h.d@swipnet.se>
5066
5067 * xmenu.c (xmenu_show): Must not be static after 2009-11-09 changes.
5068
5069 2009-11-09 Juanma Barranquero <lekktu@gmail.com>
5070
5071 * menu.c [HAVE_NTGUI]: Declare current_popup_menu.
5072
5073 2009-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
5074
5075 * menu.c (Fx_popup_menu): Consolidate versions from xmenu.c,
5076 w32menu.c, and nsmenu.m.
5077 Simplify the obsolete case where position is nil.
5078 (cleanup_popup_menu): New function, moved from nsmenu.m.
5079 (struct skp): Remove slot `notreal'.
5080 (single_keymap_panes, keymap_panes): Remove arg `notreal' and
5081 adjust callers.
5082 (single_menu_item): Adjust call to parse_menu_item.
5083 (syms_of_menu): Defsubr x-popup-menu.
5084 * menu.h (Vmenu_updating_frame): Consolidate declarations from *menu.c.
5085 (keymap_panes): Don't export any more.
5086 (mouse_position_for_popup, w32_menu_show, ns_menu_show)
5087 (xmenu_show): Declare.
5088 * keyboard.c (parse_menu_item): Remove arg `notreal'.
5089 (menu_bar_item, read_char_minibuf_menu_prompt): Adjust callers.
5090 * keyboard.h (parse_menu_item): Update declaration.
5091 * xmenu.c (Fx_popup_menu): Remove.
5092 (syms_of_xmenu): Don't defsubr x-popup-menu.
5093 * w32menu.c (Fx_popup_menu): Remove.
5094 (syms_of_w32menu): Don't defsubr x-popup-menu.
5095 * nsmenu.m (cleanup_popup_menu): Remove.
5096 (ns_menu_show): Rename from ns_popup_menu and remove all the code
5097 moved to menu.c's Fx_popup_menu.
5098 (Fx_popup_menu): Remove.
5099 (syms_of_nsmenu): Don't defsubr x-popup-menu, and don't initialize
5100 menu_items (it's done in menu.c already).
5101
5102 2009-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
5103
5104 * keyboard.c (parse_menu_item): Handle `notreal' a bit earlier.
5105 Use `tem' less. Make sure KEYEQ holds a string or nil (bug#4879).
5106
5107 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
5108
5109 * xmenu.c (Fx_popup_menu): Extract event timestamp. Pass it to
5110 xmenu_show. Hide any tooltip before opening a menu.
5111 (xmenu_show): New arg. Pass it to create_and_show_popup_menu.
5112 (create_and_show_popup_menu): New arg. Pass it to gtk_menu_popup.
5113
5114 2009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
5115
5116 Let integers use up 2 tags to give them one extra bit and thus double
5117 their range.
5118 * lisp.h (USE_2_TAGS_FOR_INTS): New macro.
5119 (LISP_INT_TAG, case_Lisp_Int, LISP_STRING_TAG, LISP_INT_TAG_P):
5120 New macros.
5121 (enum Lisp_Type): Use them. Give explicit values.
5122 (Lisp_Type_Limit): Remove.
5123 (XINT, XUINT, make_number) [!USE_LISP_UNION_TYPE]:
5124 (MOST_NEGATIVE_FIXNUM, MOST_POSITIVE_FIXNUM, INTMASK):
5125 Pay attention to USE_2_TAGS_FOR_INTS.
5126 (INTEGERP): Use LISP_INT_TAG_P.
5127 * fns.c (internal_equal): Simplify the default case.
5128 (sxhash): Use case_Lisp_Int.
5129 * data.c (wrong_type_argument): Don't check against Lisp_Type_Limit
5130 any more.
5131 (Ftype_of): Use case_Lisp_Int.
5132 (store_symval_forwarding): Take into account the fact that Ints can
5133 now have more than one tag.
5134 * buffer.c (syms_of_buffer): Use LISP_INT_TAG.
5135 buffer_slot_type_mismatch):
5136 * xfaces.c (face_attr_equal_p):
5137 * print.c (print_object):
5138 * alloc.c (mark_maybe_object, mark_object, survives_gc_p):
5139 Use case_Lisp_Int.
5140
5141 2009-11-06 Eli Zaretskii <eliz@gnu.org>
5142
5143 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce by further 30K.
5144
5145 * alloc.c (make_pure_c_string): Fix last change to avoid compiler
5146 warning.
5147
5148 2009-11-06 Jan Djärv <jan.h.d@swipnet.se>
5149
5150 * gtkutil.c (xg_event_is_for_scrollbar): New function (bug#4870).
5151
5152 * gtkutil.h: Declare xg_event_is_for_scrollbar (bug#4870).
5153
5154 * xterm.c (handle_one_xevent): Call xg_event_is_for_scrollbar for
5155 ButtonPressRelease and MotionNotify (bug#4870).
5156
5157 2009-11-06 Dan Nicolaescu <dann@ics.uci.edu>
5158
5159 * keymap.c (syms_of_keymap): Construct exclude_keys in pure memory.
5160
5161 * xterm.c (syms_of_xterm):
5162 * xselect.c (syms_of_xselect):
5163 * xmenu.c (syms_of_xmenu):
5164 * xfns.c (syms_of_xfns):
5165 * xfaces.c (syms_of_xfaces):
5166 * xdisp.c (syms_of_xdisp):
5167 * window.c (syms_of_window):
5168 * w32fns.c (syms_of_w32fns):
5169 * undo.c (syms_of_undo):
5170 * textprop.c (syms_of_textprop):
5171 * terminal.c (syms_of_terminal):
5172 * syntax.c (syms_of_syntax):
5173 * sound.c (syms_of_sound):
5174 * search.c (syms_of_search):
5175 * print.c (syms_of_print):
5176 * minibuf.c (syms_of_minibuf):
5177 * macros.c (syms_of_macros):
5178 * keymap.c (syms_of_keymap, initial_define_key)
5179 (initial_define_lispy_key):
5180 * keyboard.c (syms_of_keyboard):
5181 * insdel.c (syms_of_insdel):
5182 * image.c (syms_of_image):
5183 * fringe.c (syms_of_fringe):
5184 * frame.c (syms_of_frame):
5185 * fontset.c (syms_of_fontset):
5186 * fns.c (syms_of_fns):
5187 * fns.c (syms_of_fns):
5188 * fileio.c (syms_of_fileio):
5189 * fileio.c (syms_of_fileio):
5190 * eval.c (syms_of_eval):
5191 * doc.c (syms_of_doc):
5192 * dispnew.c (syms_of_display):
5193 * dired.c (syms_of_dired):
5194 * dbusbind.c (syms_of_dbusbind):
5195 * data.c (syms_of_data):
5196 * composite.c (syms_of_composite):
5197 * coding.c (syms_of_coding):
5198 * cmds.c (syms_of_cmds):
5199 * charset.c (define_charset_internal, syms_of_character):
5200 * ccl.c (syms_of_ccl):
5201 * category.c (syms_of_category, init_category_once):
5202 * casetab.c (syms_of_casetab):
5203 * casefiddle.c (syms_of_casefiddle):
5204 * callint.c (syms_of_callint):
5205 * bytecode.c (syms_of_bytecode):
5206 * buffer.c (keys_of_buffer, syms_of_buffer):
5207 * alloc.c (syms_of_alloc):
5208 * process.c (syms_of_process, init_process):
5209 * lread.c (syms_of_lread, init_obarray):
5210 * font.c (build_style_table):
5211 * emacs.c (syms_of_emacs, main): Replace calls to intern with
5212 intern_c_string, calls to make_pure_string with
5213 make_pure_c_string. Use pure_cons instead of Fcons.
5214
5215 * process.c (socket_options): Make it const.
5216 (set_socket_option, init_process): Use a const pointer.
5217
5218 * lread.c (intern_c_string): New function.
5219 (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
5220 (defvar_int): Uset it. Make the name const char*.
5221
5222 * lisp.h (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
5223 (defvar_int): Update prototypes.
5224 (DEFUN, EXFUN): Support for prototypes is now required.
5225 (intern_c_string): New prototype.
5226 (struct Lisp_Subr): Make symbol_name constant.
5227
5228 * font.c (struct table_entry): Remove unused member. Make NAMES
5229 constant.
5230 (weight_table, slant_table, width_table): Make constant.
5231
5232 * emacs.c (struct standard_args): Make name and longname constant.
5233
5234 * character.h (DEFSYM): Use intern_c_string.
5235
5236 2009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
5237
5238 * alloc.c (make_pure_c_string): New function.
5239
5240 * eval.c (Fautoload): Purecopy all arguments.
5241
5242 2009-11-05 Kenichi Handa <handa@m17n.org>
5243
5244 * fileio.c (Finsert_file_contents): Be sure set coding-system of
5245 the buffer in case of replace.
5246
5247 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
5248
5249 * puresize.h (BASE_PURESIZE): Increase to 1620000.
5250
5251 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
5252
5253 * editfns.c (save_restriction_restore): Update the (pt/begv/vz)_markers
5254 when applicable (bug#4851).
5255
5256 * lisp.h: Make USE_LSB_TAG work with USE_LISP_UNION_TYPE.
5257 (P_): Support for prototypes is now required.
5258
5259 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
5260
5261 * frame.c (Fmake_frame_invisible, Fframe_visible_p): Doc fix
5262 (Bug#4827).
5263
5264 2009-10-30 Eli Zaretskii <eliz@gnu.org>
5265
5266 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Redefine to waste less pure space.
5267
5268 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
5269
5270 * puresize.h (BASE_PURESIZE): Increase to 1470000.
5271
5272 * lread.c (Fload): Purecopy the file name when building
5273 Vpreloaded_file_list.
5274
5275 2009-10-29 Jason Rumney <jasonr@wanchan.jasonrumney.net>
5276
5277 * w32fns.c (syms_of_w32fns): Change default value of
5278 w32-scroll-lock-modifier to nil. (Bug#2827)
5279
5280 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
5281
5282 * minibuf.c (Fall_completions): Fix typos in docstring.
5283
5284 2009-10-26 Andreas Schwab <schwab@redhat.com>
5285
5286 * puresize.h (PURESIZE_RATIO): Increase back to 10/6.
5287
5288 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
5289
5290 * window.c (grow_mini_window): Comment out "delta >= 0" assertion.
5291 For delta < 0, skip check that only makes sense when the mini-window
5292 is going to be enlarged. (Bug#4534)
5293
5294 2009-10-25 Chong Yidong <cyd@stupidchicken.com>
5295
5296 * keyboard.c (read_char_x_menu_prompt): Don't demand a prompt
5297 string in menu maps (Bug#4471).
5298
5299 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
5300
5301 * nsfns.m (ns_set_name, ns_set_name_as_filename): Don't call
5302 FRAME_NS_VIEW on terminal frames (Bug#4765).
5303
5304 2009-10-24 Andreas Schwab <schwab@linux-m68k.org>
5305
5306 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_INTnn and
5307 DBUS_TYPE_UINTnn separately to get proper sign extension.
5308
5309 * dired.c (Ffile_attributes): Simplify now that FIXNUM_OVERFLOW_P
5310 can properly handle unsigned types.
5311 (make_uid, make_gid): Remove.
5312
5313 * lisp.h (FIXNUM_OVERFLOW_P): Fix last change to handle unsigned
5314 types again.
5315
5316 * sysdep.c (procfs_ttyname): Fix sprintf format to match argument type.
5317 (system_process_attributes): Likewise.
5318
5319 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
5320
5321 * keymap.c (Fmake_sparse_keymap): Purecopy the name.
5322
5323 * eval.c (Fautoload): Purecopy the filename. Simplify.
5324
5325 * category.c (Fdefine_category): Purecopy docstring.
5326
5327 2009-10-23 Andreas Schwab <schwab@linux-m68k.org>
5328
5329 * lisp.h (FIXNUM_OVERFLOW_P): Remove cast to avoid overflow.
5330
5331 * puresize.h (PURESIZE_RATIO): Decrease to 11/7.
5332
5333 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
5334
5335 * window.c (Fwindow_edges, Fwindow_pixel_edges)
5336 (Fwindow_inside_edges, Fwindow_inside_pixel_edges): Doc fix
5337 (Bug#4775).
5338
5339 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5340
5341 * fileio.c (syms_of_fileio): Initialize Vdirectory_sep_char.
5342 (init_fileio_once):
5343 * lisp.h (init_fileio_once): Remove.
5344 * emacs.c (main): Don't call init_fileio_once.
5345
5346 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
5347
5348 * puresize.h (BASE_PURESIZE): Increase to 1430000.
5349
5350 2009-10-21 Andreas Schwab <schwab@linux-m68k.org>
5351
5352 * doprnt.c (doprnt): Fix overflow check.
5353
5354 2009-10-21 Jan Djärv <jan.h.d@swipnet.se>
5355
5356 * xterm.c (x_term_init): Remove XSynchronize call done for debugging.
5357
5358 * xterm.h (x_wait_for_event): Declare it.
5359
5360 * xterm.c (pending_event_wait): New variable.
5361 (handle_one_xevent): Set pending_event_wait.eventtype to 0 if we
5362 see pending_event_wait.eventtype.
5363 (handle_one_xevent): Don't change gravity when parent changes.
5364 (x_new_font): Call change_frame_size with new rows/columns before we
5365 try to resize the frame.
5366 (x_wait_for_event): New function.
5367 (x_set_window_size_1): Don't change gravity unless change_gravity
5368 is set.
5369 Call XResizeWindow with FRAME_OUTER_WINDOW. If we are visible,
5370 don't change frame size, instead wait for the ConfigureNotify.
5371 (x_set_window_size): Call x_set_window_size_1 for USE_X_TOOLKIT also.
5372 (x_wm_set_size_hint): Remove ifdefs for USE_X_TOOLKIT.
5373 (x_initialize): Initialize pending_event_wait.
5374
5375 * xmenu.c (set_frame_menubar): Add internal border width to menu bar
5376 size.
5377
5378 * widget.c (EmacsFrameSetValues): Add comment.
5379 (EmacsFrameSetCharSize): Just call x_set_window_size.
5380
5381 * gtkutil.c (xg_frame_set_char_size): Flush events and call
5382 x_wait_for_event.
5383 (flush_and_sync): Remove again.
5384 (xg_get_font_name): Suggest monospace if no previous font is known.
5385
5386 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
5387
5388 * character.c (char_resolve_modifier_mask): Don't resolve meta to the
5389 8th bit, since that only made sense in the ASCII world (bug#4751).
5390
5391 2009-10-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5392
5393 * xterm.c (XTread_socket) [!USE_GTK && HAVE_X_I18N]: Don't quit
5394 processing pending events when event is filtered for input method.
5395 (Bug#3681)
5396
5397 2009-10-20 Juanma Barranquero <lekktu@gmail.com>
5398
5399 * fns.c: Add #endif accidentally removed in previous change.
5400
5401 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
5402
5403 * fns.c: Remove code for unsupported system: MAC_OS.
5404 * image.c: Likewise. Include setjmp.h.
5405
5406 2009-10-19 Jan Djärv <jan.h.d@swipnet.se>
5407
5408 * xterm.c (x_create_toolkit_scroll_bar): Don't allocate color for
5409 pixel -1 (bug #4742).
5410
5411 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
5412
5413 * process.c (create_pty): Remove conditionals for no longer
5414 supported systems: UNIPLUS and RTU.
5415
5416 * xterm.c:
5417 * xfns.c: Remove always true condition: XtSpecificationRelease >= 5.
5418
5419 * alloc.c: Do not define struct catchtag.
5420 * eval.c: Move struct catchtag definition ...
5421 * lisp.h: ... here.
5422
5423 * image.c: Move png.h #include earlier to avoid warnings.
5424
5425 * xterm.c:
5426 * xsmfns.c:
5427 * xselect.c:
5428 * xrdb.c:
5429 * xmenu.c:
5430 * xftfont.c:
5431 * xfont.c:
5432 * xfns.c:
5433 * xfaces.c:
5434 * xdisp.c:
5435 * window.c:
5436 * widget.c:
5437 * w32xfns.c:
5438 * w32uniscribe.c:
5439 * w32term.c:
5440 * w32select.c:
5441 * w32reg.c:
5442 * w32proc.c:
5443 * w32menu.c:
5444 * w32inevt.c:
5445 * w32heap.c:
5446 * w32font.c:
5447 * w32fns.c:
5448 * w32console.c:
5449 * w32.c:
5450 * w16select.c:
5451 * vm-limit.c:
5452 * unexsol.c:
5453 * unexec.c:
5454 * unexcw.c:
5455 * unexaix.c:
5456 * undo.c:
5457 * tparam.c:
5458 * textprop.c:
5459 * terminfo.c:
5460 * terminal.c:
5461 * termcap.c:
5462 * term.c:
5463 * syntax.c:
5464 * sound.c:
5465 * sheap.c:
5466 * search.c:
5467 * scroll.c:
5468 * region-cache.c:
5469 * regex.c:
5470 * ralloc.c:
5471 * process.c:
5472 * print.c:
5473 * nsterm.m:
5474 * nsselect.m:
5475 * nsmenu.m:
5476 * nsimage.m:
5477 * nsfont.m:
5478 * nsfns.m:
5479 * msdos.c:
5480 * minibuf.c:
5481 * menu.c:
5482 * marker.c:
5483 * macros.c:
5484 * keymap.c:
5485 * keyboard.c:
5486 * intervals.c:
5487 * insdel.c:
5488 * indent.c:
5489 * gtkutil.c:
5490 * ftxfont.c:
5491 * ftfont.c:
5492 * fringe.c:
5493 * frame.c:
5494 * fontset.c:
5495 * font.c:
5496 * fns.c:
5497 * floatfns.c:
5498 * filelock.c:
5499 * fileio.c:
5500 * emacs.c:
5501 * editfns.c:
5502 * dosfns.c:
5503 * doprnt.c:
5504 * doc.c:
5505 * dispnew.c:
5506 * dired.c:
5507 * dbusbind.c:
5508 * data.c:
5509 * composite.c:
5510 * coding.c:
5511 * cmds.c:
5512 * cm.c:
5513 * chartab.c:
5514 * charset.c:
5515 * character.c:
5516 * ccl.c:
5517 * category.c:
5518 * casetab.c:
5519 * casefiddle.c:
5520 * callproc.c:
5521 * callint.c:
5522 * bytecode.c:
5523 * buffer.c:
5524 * atimer.c: Include setjmp.h. (Bug#4643)
5525
5526 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5527
5528 Remove leftover table unibyte_to_multibyte_table.
5529 * character.c (unibyte_to_multibyte_table): Remove.
5530 (Funibyte_char_to_multibyte): Use MAKE_CHAR_MULTIBYTE.
5531 * charset.c (init_charset_once): Don't init unibyte_to_multibyte_table.
5532 * character.h (UNIBYTE_TO_CHAR): New macro.
5533 (MAKE_CHAR_MULTIBYTE): Use it.
5534 (unibyte_to_multibyte_table, unibyte_char_to_multibyte): Remove.
5535 * xdisp.c (get_next_display_element): USE ASCII_CHAR_P.
5536 (message_dolog, set_message_1):
5537 * search.c (Freplace_match):
5538 * editfns.c (Fcompare_buffer_substrings):
5539 * fns.c (Fcompare_strings): Use MAKE_CHAR_MULTIBYTE.
5540 (concat):
5541 * insdel.c (copy_text, count_size_as_multibyte):
5542 Use ASCII_CHAR_P and BYTE8_TO_CHAR.
5543 * term.c (produce_glyphs):
5544 * syntax.c (skip_chars): Use BYTE8_TO_CHAR.
5545 * regex.c (RE_CHAR_TO_MULTIBYTE):
5546 * cmds.c (internal_self_insert):
5547 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use UNIBYTE_TO_CHAR.
5548
5549 * cmds.c (internal_self_insert): `c' is already in "multibyte" form.
5550
5551 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
5552
5553 * puresize.h (BASE_PURESIZE): Increase to 1310000.
5554
5555 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
5556
5557 * buffer.c (Fbuffer_name): Doc fix. (Bug#4728)
5558
5559 2009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
5560
5561 * nsterm.h (NS_HAVE_NSINTEGER): Back out and augment with CGFloat,
5562 still needed under Tiger.
5563
5564 * nsterm.m (EmacsView-conversationIdentifier): Arg is long.
5565
5566 * m/amdx86-64.h: Don't set LIB_STANDARD and START_FILES under
5567 __Apple__.
5568
5569 * m/intel386.h: Remove DARWIN_OS/_LP64 special case.
5570
5571 2009-10-15 Kenichi Handa <handa@m17n.org>
5572
5573 * print.c (print_object): Escape a symbol like "2E10" too.
5574
5575 2009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
5576
5577 Cleanups and changes for 64-bit compile under Snow Leopard.
5578 Based on suggestions by Erik Charlebois.
5579
5580 * nsfns.m (xw-color-values): Use CGFloat where appropriate.
5581
5582 * nsfont.m (ns_char_width): Replace deprecated call.
5583 (ns_findfonts, nsfont_list_family): Use long format in printf, and
5584 cast argument.
5585 (nsfont_open): Use ns_char_width() everywhere.
5586 (ns_uni_to_glyphs, NSGlyphStorage): Use NS[U]Integer where appropriate.
5587
5588 * nsgui.h (NSPoint, NSSize) [!__OBJC__]: Define and use CGFloat.
5589
5590 * nsimage.m (EmacsImage-setXBMColor:,-getPixelAtX:Y:): Use CGFloat
5591 where appropriate.
5592
5593 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Use NSInteger
5594 where appropriate.
5595 (EmacsToolbar-addDisplayItemWithImage:idx:helpText:enabled:):
5596 Use stringWithUTF8String.
5597 (EmacsDialogPanel-initWithContentRect:styleMask:): Fix signature.
5598
5599 * nsterm.h (EmacsView, EmacsMenu, EmacsToolbar, EmacsTooltip):
5600 Add formal protocol mention to inheritance.
5601 [NS_HAVE_NSINTEGER]: Drop conditional and contents.
5602
5603 * nsterm.m (ns_color_to_lisp): Use CGFloat where appropriate.
5604 Fix printf format.
5605 (ns_query_color): Use CGFloat where appropriate.
5606 (EmacsView<NSTextInput>, EmacsScroller): Fix method signatures.
5607 (EmacsScroller-mouseDown:): Use long format in printf, and cast
5608 argument.
5609
5610 * config.in (NS_HAVE_NSINTEGER): Drop.
5611
5612 * dbusbind.c (dbus-method-return-internal)
5613 (dbus-method-error-internal): Use long format in printf, and cast
5614 argument.
5615
5616 * font.c (font_unparse_xlfd, font_unparse_fcname): Use long format
5617 in printf, and cast argument.
5618
5619 * process.c (list_processes_1): Use long format in printf, and
5620 cast argument.
5621
5622 2009-10-11 Glenn Morris <rgm@gnu.org>
5623
5624 * frame.c (Fframe_pixel_height): Doc fix. (Bug#4535)
5625
5626 2009-10-08 Jan Djärv <jan.h.d@swipnet.se>
5627
5628 * gtkutil.c (create_menus): Call gtk_widget_set_size_request for
5629 menu bar with a small width so it doesn't enlarge the frame.
5630
5631 2009-10-08 Juanma Barranquero <lekktu@gmail.com>
5632
5633 * fontset.c (Fset_fontset_font): Fix typos in error messages.
5634
5635 2009-10-06 Glenn Morris <rgm@gnu.org>
5636
5637 * Makefile.in (emacs${EXEEXT}): Remove direct dependence on
5638 SOME_MACHINE_LISP (this enters indirectly via DOC).
5639
5640 2009-10-05 Eli Zaretskii <eliz@gnu.org>
5641
5642 * dired.c (Ffile_attributes): Doc fix. (Bug#4638)
5643
5644 2009-10-04 Eli Zaretskii <eliz@gnu.org>
5645
5646 * xdisp.c (syms_of_xdisp) <unibyte-display-via-language-environment>:
5647 Doc fix.
5648
5649 2009-10-03 Martin Rudalics <rudalics@gmx.at>
5650
5651 * window.c (Fdelete_window): Check WINDOW argument. (Bug#4618)
5652
5653 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
5654
5655 * lisp.h (Qdelete_directory_internal): Remove, because it is not
5656 used anymore outside fileio.c.
5657
5658 * w32fns.c (Fsystem_move_file_to_trash): Use delete-directory.
5659
5660 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
5661
5662 * lisp.h (Qdelete_directory_internal):
5663 Declare, instead of Qdelete_directory.
5664
5665 * w32fns.c (Fsystem_move_file_to_trash): Use it.
5666
5667 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
5668
5669 * eval.c (Fcalled_interactively_p): Add `kind' argument.
5670
5671 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
5672
5673 * fileio.c (Fdelete_directory_internal): Rename from
5674 Fdelete_directory. It is not a command anymore. It has no file
5675 name handler.
5676
5677 2009-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
5678
5679 * xdisp.c (get_next_display_element): Use an enum in last change.
5680
5681 2009-09-28 Kenichi Handa <handa@m17n.org>
5682
5683 * xdisp.c (get_next_display_element): Pay attention to
5684 unibyte_display_via_language_environment in handling
5685 Vnobreak_char_display.
5686
5687 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
5688
5689 * nsterm.h (ns_app_name): New extern variable.
5690
5691 * nsterm.m (ns_app_name): New variable.
5692 (ns_term_init): Set and use it.
5693 (ns_term_shutdown): Use it.
5694
5695 * nsmenu.m (ns_update_menubar): Use ns_app_name. Sync with xmenu.c.
5696 (EmacsMenu-clear:, ns_popup_dialog): Use ns_app_name.
5697
5698 * nsfns.m (ns_set_name_iconic, ns_set_name)
5699 (ns_set_name_as_filename, x-create-frame, ns-get-resource)
5700 (ns-set-resource): Use ns_app_name instead of NSProcessInfo call.
5701
5702 * menu.c (find_and_return_menu_selection) [HAVE_NS]:
5703 Remove double-casting in client_data comparison.
5704
5705 2009-09-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5706
5707 * keyboard.c (make_lispy_event): Remember last wheel direction.
5708 (syms_of_keyboard) <wheel_syms>: Compute array size at compile time.
5709
5710 2009-09-26 Glenn Morris <rgm@gnu.org>
5711
5712 * Makefile.in (MSDOS_SUPPORT) [MSDOS]: Remove unneeded '/' in
5713 internal.elc. Add term/pc-win.elc.
5714 (WINDOW_SUPPORT) [HAVE_X_WINDOWS]: Add term/common-win.elc and
5715 term/x-win.elc.
5716 (WINNT_SUPPORT) [WINDOWSNT]: Add term/common-win.elc and
5717 term/w32-win.elc.
5718 (NS_SUPPORT): New.
5719 (lisp): Add NS_SUPPORT.
5720 (SOME_MACHINE_LISP): Add term/w32-win.elc and emacs-lisp/easymenu.elc.
5721
5722 2009-09-25 David Reitter <david.reitter@gmail.com>
5723
5724 * nsmenu.m (EmacsMenu-clear): Recognize application menu
5725 on Mac OS X 10.6+ (bug#4513).
5726
5727 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
5728
5729 * frame.c (xrdb_get_resource): Return nil for empty string resources;
5730 some parts of Emacs code (like font selection) don't grok them.
5731 See http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00528.html
5732
5733 2009-09-24 Andreas Schwab <schwab@redhat.com>
5734
5735 * coding.c (decode_coding_iso_2022): Fix operator precedence.
5736
5737 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
5738
5739 * dired.c (Fdirectory_files): Fix typo in docstring.
5740
5741 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
5742
5743 * nsterm.m (EV_TIMESTAMP, x_set_window_size)
5744 (EmacsApp-application:openFiles:): Remove GNUstep conditionals.
5745 (EmacsScroller-setPosition:portion:whole:): Remove -display call
5746 under GNUstep.
5747 (EmacsView-initFrameFromEmacs:): Set autoresizing mask.
5748
5749 * nsfont.m (ns_glyph_metrics): Remove GNUstep conditional for
5750 glyph advancement.
5751
5752 2009-09-22 Adrian Robert <Adrian.B.Robert@gmail.com>
5753
5754 * nsterm.m (CGContextSetFontRenderingMode): Drop declaration.
5755 (EmacsScroller-mouseDown:): Use SCROLL_BAR_FIRST_DELAY.
5756
5757 * nsmenu.m (EmacsMenu-menuNeedsUpdate): Ignore if frame has been
5758 deleted (bug #4492).
5759
5760 * nsfont.m (Vns_reg_to_script): New lisp variable.
5761 (syms_of_nsfont): Declare it.
5762 (ns_registry_to_script): New function.
5763 (ns_get_req_script): Call it.
5764 (ns_findfonts): Don't give up on non-unicode registry.
5765
5766 * font.c (DEFAULT_ENCODING) [HAVE_NS]: Remove special case.
5767
5768 2009-09-20 Tom Tromey <tromey@redhat.com>
5769
5770 * eval.c (find_handler_clause): Make stack-trace-on-error work in
5771 batch mode (bug#4228).
5772
5773 2009-09-18 Rob Christie <robchristie@gmail.com> (tiny change)
5774
5775 * nsmenu.m (EmacsMenu-parseKeyEquiv:): Parse key equivalent more
5776 carefully. (Bug #4339)
5777
5778 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
5779
5780 * syntax.c (Fchar_syntax): Minor doc fix (Bug#4400).
5781
5782 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
5783
5784 * emacs.c (inhibit_x_resources): Update doc string for NS.
5785 (main) [HAVE_NS]: Don't process --no-init-file option. Remove
5786 legacy code for -NXHost. Fix error printf in daemon case.
5787
5788 * nsterm.h (ns_no_defaults): Remove.
5789
5790 * nsterm.m (ns_no_defaults): Remove.
5791 (ns_term_init): Switch ns_no_defaults -> inhibit_x_resources.
5792 (ns_use_qd_smoothing): Remove legacy variable.
5793 (EmacsView-windowShouldZoom:): Set frame left_pos, top_pos and
5794 don't update the NSWindow itself.
5795 (EmacsView-windowWillUseStandardFrame:defaultFrame:): Improve
5796 state detection and store user rect ourselves. (Bug #3581)
5797
5798 * nsfont.m (nsfont_draw) [NS_IMPL_COCOA]: Don't use
5799 ns_use_qd_smoothing.
5800
5801 * nsfns.m (x_get_string_resource): Ape just-previous changes to other
5802 platform versions. Drop support for emacs-20-style face specs.
5803 (x-close-connection): Drop PSFlush() under OS X.
5804 (x-focus-frame): Activate the app first. (Bug #4180)
5805
5806 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
5807
5808 * emacs.c (inhibit_x_resources): New variable.
5809 (main) [HAVE_NS]: Don't process --quick command line option.
5810 (syms_of_emacs) <inhibit-x-resources>: DEFVAR_BOOL it.
5811
5812 * lisp.h (inhibit_x_resources): Declare it extern.
5813
5814 * w32reg.c (x_get_string_resource):
5815 * xrdb.c (x_get_string_resource): Obey inhibit_x_resources.
5816
5817 2009-09-17 Eli Zaretskii <eliz@gnu.org>
5818
5819 * Makefile.in (MSDOS_SUPPORT, SOME_MACHINE_LISP):
5820 Add lisp/term/internal.elc.
5821
5822 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
5823
5824 * frame.c (x_get_resource_string): Re-add for non-toolkit builds
5825 (bug#4461).
5826
5827 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
5828
5829 * puresize.h (BASE_PURESIZE): Increase to 1290000.
5830
5831 * Makefile.in (OTHER_FILES): Define using autoconf, not cpp.
5832 (OBJECTS_MACHINE): Remove, unused.
5833
5834 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
5835
5836 * frame.c (x_get_resource_string): Remove unused.
5837
5838 2009-09-15 Jan Djärv <jan.h.d@swipnet.se>
5839
5840 * xterm.c (x_new_font): Call change_frame_size before calling
5841 x_set_window_size, in case frame size won't change.
5842
5843 * frame.c (x_set_font): Remove dead code.
5844
5845 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
5846
5847 * lread.c (Fload): Also run do-after-load-evaluation while dumping.
5848
5849 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
5850
5851 * lread.c (Fload): Don't output a message after loading an obsolete
5852 package any more (done in Lisp now).
5853
5854 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
5855
5856 * fns.c (syms_of_fns): Doc fix (Bug#4227).
5857
5858 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
5859
5860 * keymap.c (Fwhere_is_internal): Use nconc2.
5861
5862 2009-09-11 Alan Mackenzie <acm@muc.de>
5863
5864 * dispnew.c (Fsend_string_to_terminal): Amend doc string to cover
5865 batch mode.
5866
5867 2009-09-11 Andreas Schwab <schwab@linux-m68k.org>
5868
5869 * xdisp.c (display_mode_element): Detect cycles.
5870
5871 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
5872
5873 * keymap.c (where_is_internal): Don't erroneously return nil right after
5874 filling the cache.
5875 (where_is_internal_1): Fix up typo.
5876
5877 2009-09-11 Glenn Morris <rgm@gnu.org>
5878
5879 * frame.c (Fx_parse_geometry): Unify the X and NS versions so that they
5880 share a common doc-string.
5881
5882 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
5883
5884 * keymap.c (get_keymap): Return the actual keymap symbol rather than
5885 t for autoloaded keymaps when autoloading is not allowed (bug#4393).
5886
5887 * keymap.c (QCadvertised_binding): New constant.
5888 (syms_of_keymap): Initialize it.
5889 (Fwhere_is_internal): Try and use bindings from :advertised-binding
5890 if applicable.
5891
5892 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
5893
5894 * keyboard.c (Qmenu_alias, Vdefine_key_rebound_commands): Remove.
5895 (parse_menu_item): Streamline since bindings are recomputed all the
5896 time anyway. Don't bother checking Vdefine_key_rebound_commands any
5897 more and don't support lmenu's menu-alias any more either.
5898
5899 * keymap.c (where_is_internal_data): Make noindirect a boolean.
5900 (where_is_internal): Strip it down to only traverse the keymaps.
5901 Move the cache handling from Fwhere_is_internal to here.
5902 (Fwhere_is_internal): Move the handling of remapping and the choice of
5903 the best binding from where_is_internal to here.
5904 Unify the cached/noncached paths, so remapping is also handled
5905 correctly when the cache is used, and so the cache can be used to
5906 speed up remap-handling when applicable.
5907 Give preference to non-remapped bindings.
5908 * doc.c (Fsubstitute_command_keys): Let Fwhere_is_internal's prefer
5909 non-remapped bindings.
5910 * keyboard.c (parse_menu_item): Let Fwhere_is_internal handle
5911 command remapping.
5912
5913 * xdisp.c (display_mode_element): Move list length limit from 50 to
5914 5000 (see thread starting with <xbaik5174uqu.fsf@cam.ac.uk>).
5915
5916 2009-09-09 Adrian Robert <Adrian.B.Robert@gmail.com>
5917
5918 * nsfont.m (ns_get_family): Don't force first letter to uppercase.
5919
5920 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
5921
5922 * xdisp.c (Vtruncate_partial_width_windows): Improve docstring.
5923 (Bug#4334)
5924
5925 * keymap.c (where_is_internal): Filter out shadowed remappings.
5926 Assume that where_is_internal returns unshadowed bindings to simplify
5927 the code and get rid of the gotos. Use ASIZE.
5928
5929 2009-09-04 Jan Djärv <jan.h.d@swipnet.se>
5930
5931 * xterm.c (x_focus_changed): If we get a focusout and pointer
5932 is invisible, make it visible.
5933
5934 * xterm.h: Remove condition for declaration of
5935 x_*_window_to_frame.
5936
5937 2009-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
5938
5939 * dispnew.c (Fsend_string_to_terminal): Make it work again on the
5940 initial terminal as well.
5941
5942 2009-09-02 Jan Djärv <jan.h.d@swipnet.se>
5943
5944 * xterm.h: Rename x_non_menubar_window_to_frame to
5945 x_menubar_window_to_frame.
5946
5947 * xterm.c: Remove declarations also in xterm.h.
5948 (XTmouse_position): Do not return valid positions
5949 for clicks in the menubar and the toolbar for Gtk+.
5950
5951 * xfns.c (x_any_window_to_frame): Assume less about Gtk+ internals,
5952 if the widget for the event has the same top level as a frame,
5953 return the frame.
5954 (x_menubar_window_to_frame): Detect menu bar even with Gtk+
5955 internal windows, bug #4122.
5956 (x_non_menubar_window_to_frame): Remove.
5957
5958 2009-09-02 Glenn Morris <rgm@gnu.org>
5959
5960 * buffer.c (default-major-mode): Move most of the doc from here...
5961 (major-mode): ... to here.
5962
5963 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
5964
5965 * process.c (wait_reading_process_output): Keep the descriptor
5966 when pty is used by a non-child process, e.g., in I/O buffer of
5967 GDB this allows inferior to be restarted.
5968
5969 2009-08-29 Eli Zaretskii <eliz@gnu.org>
5970
5971 * xdisp.c (redisplay_internal): Remove redundant test and collapse
5972 both branches into one.
5973
5974 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
5975
5976 * emacs.c (USAGE1): Remove --(no-)multibyte, --(no-)unibyte.
5977 (main): Use enable-multibyte-characters rather than
5978 default-enable-multibyte-characters. Output a warning message when
5979 running a unibyte session.
5980
5981 2009-08-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5982
5983 * unexmacosx.c (print_load_command_name) [LC_DYLD_INFO]: Add cases
5984 LC_DYLD_INFO and LC_DYLD_INFO_ONLY.
5985 (copy_data_segment): Also copy __program_vars section.
5986 (copy_dyld_info) [LC_DYLD_INFO]: New function.
5987 (dump_it) [LC_DYLD_INFO]: Use it.
5988
5989 * s/darwin.h [temacs]: Undef HAVE_POSIX_MEMALIGN.
5990
5991 2009-08-28 Eli Zaretskii <eliz@gnu.org>
5992
5993 * makefile.w32-in ($(BLD)/doc.$(O)): Depend on buildobj.h, not on
5994 $(SRC)/buildobj.h.
5995 (buildobj.h): Renamed from $(SRC)/buildobj.h.
5996 (make-buildobj-CMD, make-buildobj-SH): Create buildobj.h, not
5997 $(SRC)/buildobj.h.
5998 (clean): Add buildobj.h.
5999
6000 2009-08-28 Teodor Zlatanov <tzz@lifelogs.com>
6001
6002 * print.c (print_object): Set escapeflag to 1 when printing
6003 hashtable keys and values.
6004
6005 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
6006
6007 * lread.c (read_integer): Use doubles (and potentially return a float
6008 number) as we do in string-to-number.
6009 (read1): Use strtol to read integers, signal errors on strtol's
6010 overflow and use floats if strtol's output is too large for
6011 Elisp integers.
6012
6013 2009-08-27 Eli Zaretskii <eliz@gnu.org>
6014
6015 * makefile.w32-in ($(SRC)/buildobj.h, make-buildobj-CMD)
6016 (make-buildobj-SH): Fix last change.
6017 (SRC): Move to before where it's first used.
6018
6019 2009-08-27 Kenichi Handa <handa@m17n.org>
6020
6021 * process.c (send_process): Use encode_coding_object instead of
6022 encode_coding_string to perform eol-conversion even if the string
6023 is unibyte.
6024
6025 * coding.c (encode_coding_utf_16): Fix checking of a Unicode
6026 character.
6027
6028 * cmds.c (Fself_insert_command): Avoid unnecessay
6029 unibyte->multibyte conversion. (Bug#4240) (Bug#4037)
6030
6031 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
6032
6033 * callproc.c (Fcall_process): Remove always true #if.
6034
6035 * lisp.h: Replace #if 0 code for checking with text pointing to
6036 the --enable-checking configure flag.
6037
6038 * emacs.c (main): Mention the --enable-profiling configure flag
6039 instead of using CFLAGS.
6040
6041 2009-08-26 Ken Raeburn <raeburn@raeburn.org>
6042
6043 * Makefile.in (buildobj.h): New target.
6044 (doc.o): Depend on it.
6045 (temacs${EXEEXT}): Don't generate buildobj.lst.
6046 (mostlyclean): Delete buildobj.h, not buildobj.lst.
6047 * makefile.w32-in ($(SRC)/buildobj.h): New target.
6048 ($(BLD)/doc.$(O)): Depend on it.
6049 (make-buildobj-CMD, make-buildobj-SH): New targets. (Syntax help
6050 provided by Eli Zaretskii.)
6051 ($(TEMACS)): Don't generate buildobj.lst.
6052 * doc.c: Include buildobj.h.
6053 (buildobj): New static variable.
6054 (Fsnarf_documentation): Use it, instead of opening and reading
6055 buildobj.lst.
6056
6057 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
6058
6059 * dbusbind.c (Fdbus_call_method)
6060 (Fdbus_call_method_asynchronously): Use English numeric format for
6061 timeout values in doc string.
6062
6063 2009-08-25 Kenichi Handa <handa@m17n.org>
6064
6065 * alloc.c (mark_char_table): New function.
6066 (mark_object): Use mark_char_table for a char-table.
6067
6068 * lisp.h (CHAR_TABLE_REF_ASCII): New macro.
6069 (CHAR_TABLE_REF): Use it.
6070
6071 2009-08-23 Ken Raeburn <raeburn@raeburn.org>
6072
6073 * Makefile.in (emacs${EXEEXT}) [CANNOT_DUMP]: Set EMACSLOADPATH
6074 before invoking the newly build emacs to check for load-path
6075 shadowing.
6076
6077 2009-08-22 Glenn Morris <rgm@gnu.org>
6078
6079 * Makefile.in (bootstrap_exe): New variable.
6080 (.el.elc, ${lispsource}loaddefs.el, bootstrap-emacs${EXEEXT}):
6081 Use ${bootstrap_exe}.
6082
6083 2009-08-22 Eli Zaretskii <eliz@gnu.org>
6084
6085 * coding.h (encode_coding_string): Don't encode unibyte strings.
6086 (Bug#4047)
6087
6088 2009-08-22 Michael Albinus <michael.albinus@gmx.de>
6089
6090 * config.in (HAVE_DBUS_WATCH_GET_UNIX_FD): Add.
6091
6092 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): Remove. It was
6093 intended as hotfix only.
6094 (xd_add_watch, xd_remove_watch): Use HAVE_DBUS_WATCH_GET_UNIX_FD.
6095
6096 2009-08-21 Adrian Robert <Adrian.B.Robert@gmail.com>
6097
6098 * nsterm.m (ns_get_color): Update documentation properly for last
6099 change, and clean up loose ends in the code left by it. Fix
6100 longstanding bug with 16-bit hex parsing, and add support for
6101 yet another X11 format (rgb:r/g/b) for compatibility.
6102 * nsfns.m (EmacsDialogPanel-runDialogAt): Add declaration of
6103 timer_check() to avoid crash on Leopard/PPC. Bug #2154.
6104
6105 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
6106
6107 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 500 for js.el.
6108
6109 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
6110
6111 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): New macro.
6112 (xd_add_watch, xd_remove_watch): Use it. Print debug messages.
6113 (xd_initialize, xd_pending_messages): Check, whether
6114 $DBUS_SESSION_BUS_ADDRESS is set.
6115
6116 2009-08-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6117
6118 * nsfns.m (Fxw_color_values): Return 3-element list. Doc fix.
6119
6120 * nsterm.m (ns_get_color): Remove incompatible color formats again.
6121
6122 2009-08-20 Glenn Morris <rgm@gnu.org>
6123
6124 * emacs.c (system-type): Doc fix.
6125
6126 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
6127
6128 * keyboard.c (syms_of_keyboard): Default to 5 buttons, which should be
6129 enough for the most common situations. Avoid SET_SYMBOL_VALUE.
6130
6131 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
6132
6133 * dbusbind.c (xd_add_watch, xd_remove_watch, Fdbus_init_bus):
6134 New functions.
6135 (xd_initialize): Revert change from 2009-08-16.
6136
6137 2009-08-18 Kenichi Handa <handa@m17n.org>
6138
6139 * fontset.c (Ffontset_font): If a nil element is found in a
6140 font-group vector, return nil.
6141
6142 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
6143
6144 * process.c (status_notify): Don't perform redisplay.
6145 (Fdelete_process, list_processes_1, process_send_signal):
6146 Expliticly perform redisplay.
6147 (wait_reading_process_output): Always check process status, but
6148 don't perform redisplay unless DO_DISPLAY is non-zero (Bug#2930).
6149
6150 2009-08-17 Ken Raeburn <raeburn@raeburn.org>
6151
6152 * lisp.h (XFLOAT_DATA): Produce an rvalue by adding 0 to the value.
6153 (XFLOAT_INIT): New macro for storing a float value.
6154 * alloc.c (make_float, make_pure_float): Use XFLOAT_INIT.
6155 * fns.c (sxhash): Copy out the value of a float in order to
6156 examine its bytes.
6157 * dbusbind.c (xd_append_arg): Likewise.
6158
6159 * emacs.c (main): Don't call syms_of_data twice.
6160
6161 2009-08-16 Michael Albinus <michael.albinus@gmx.de>
6162
6163 * dbusbind.c (xd_initialize): Add connection file descriptor to
6164 input_wait_mask, in order to let select() detect, whether a new
6165 message has been arrived.
6166 (Fdbus_call_method_asynchronously): Allow nil HANDLER.
6167
6168 2009-08-15 Michael Albinus <michael.albinus@gmx.de>
6169
6170 * dbusbind.c (xd_get_dispatch_status, xd_pending_messages):
6171 New functions.
6172
6173 * lisp.h (xd_pending_messages): Declare.
6174
6175 * keyboard.c (readable_events): Call xd_pending_messages.
6176
6177 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
6178
6179 * eval.c (Fcalled_interactively_p, Finteractive_p): Doc fix (Bug#3936).
6180
6181 * xdisp.c (pop_it): Don't pop into a display vector (Bug#4131).
6182
6183 * buffer.c (set_buffer_internal_1)
6184 (swap_out_buffer_local_variables): Check for unbound local
6185 variables (Bug#4138).
6186
6187 2009-08-14 Eli Zaretskii <eliz@gnu.org>
6188
6189 * process.c (create_pty): Fix last change.
6190
6191 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
6192
6193 * image.c (xbm_read_bitmap_data): New arg inhibit_image_error.
6194 (xbm_load_image): Caller changed.
6195 (xbm_file_p): Avoid signalling an image_error (Bug#4107).
6196
6197 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
6198
6199 * process.c (create_pty): New function.
6200 (Fstart_process): Use it to allow Emacs to just associate a pty
6201 with the buffer. See associated change in gdb-mi.el.
6202 (list_processes_1): Deal with no program name.
6203 (start_process_unwind): Use pid == -2 to mean no process.
6204
6205 2009-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
6206
6207 * cmds.c (nonundocount): New global variable.
6208 (keys_of_cmds): Initialize it.
6209 (Fself_insert_command): Use it to combine upto 20 sequential chars
6210 into a single undo entry, just like the Qself_insert_command code in
6211 keyboard.c does.
6212 Call frame_make_pointer_invisible, also like the Qself_insert_command
6213 code in keyboard.c does.
6214 * keyboard.c (command_loop_1): Use the new global nonundocount rather
6215 than its own local replacement for it.
6216
6217 2009-08-10 Ken Raeburn <raeburn@raeburn.org>
6218
6219 * fns.c (concat): Don't re-set string length to its current value.
6220
6221 * coding.h (decode_coding_string, encode_coding_string):
6222 Use SBYTES macro.
6223
6224 * doprnt.c (doprnt_lisp): Delete unused function.
6225 (doprnt): Merge with doprnt1, discarding lispstrings code.
6226 * lisp.h (doprnt_lisp): Don't declare.
6227
6228 2009-08-07 Juri Linkov <juri@jurta.org>
6229
6230 * puresize.h (BASE_PURESIZE): Increase to 1270000.
6231
6232 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
6233
6234 * print.c (syms_of_print): Undo previous change.
6235
6236 2009-08-05 Teodor Zlatanov <tzz@lifelogs.com>
6237
6238 * lread.c (read1, syms_of_lread): Read hashtables back from the
6239 readable format.
6240
6241 * print.c (print_preprocess, print_object): Print hashtables fully
6242 and readably.
6243 (syms_of_print): Provide 'hashtable-print-readable.
6244
6245 2009-08-02 Adrian Robert <Adrian.B.Robert@gmail.com>
6246
6247 * nsfont.m (ns_descriptor_to_entity): Handle case when descriptor has
6248 no family set.
6249 (nsfont_open): Handle case when entity has no family.
6250
6251 2009-07-29 Adrian Robert <Adrian.B.Robert@gmail.com>
6252
6253 * nsfont.m (ns_findfonts): Fix 2009-07-24 change to return only one
6254 element, not a list, for match case.
6255
6256 2009-07-28 Kenichi Handa <handa@m17n.org>
6257
6258 * font.c (font_parse_xlfd): Check DPI and AVGWIDTH properties more
6259 rigidly.
6260
6261 * xfont.c (xfont_list_pattern): Don't ignore the return value of
6262 font_parse_xlfd. Check font properties more rigidly.
6263
6264 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
6265
6266 * s/netbsd.h (SIGNALS_VIA_CHARACTERS): Remove, already defined in
6267 bsd-common.h.
6268
6269 2009-07-27 Kenichi Handa <handa@m17n.org>
6270
6271 * xfaces.c (face_with_height): Call font_clear_prop.
6272
6273 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
6274
6275 * dispnew.c (init_display): Use Qx, Qw32, and Qns.
6276
6277 * xterm.c (x_term_init): Use Qx.
6278
6279 * nsfont.m (nsfont_draw): Revert 2009-07-15 change.
6280
6281 * nsterm.m (ns_maybe_dumpglyphs_background): Revert 2009-07-15 change.
6282 (ns_get_color): Revert 2009-07-16 change.
6283
6284 2009-07-25 Eli Zaretskii <eliz@gnu.org>
6285
6286 * lread.c (syms_of_lread) <force_load_messages>: New variable.
6287 (Fload): Use it to force load messages, even if NOMESSAGES is non-nil.
6288
6289 2009-07-25 Ken Raeburn <raeburn@raeburn.org>
6290
6291 * coding.h (decode_coding_string, encode_coding_string):
6292 Use SCHARS macro.
6293
6294 * lread.c: Rewrite 2009-07-21 changes.
6295 (load_depth): Delete.
6296 (Qload_in_progress): New variable.
6297 (load_unwind): Don't reference load_depth or load_in_progress.
6298 (Fload): Likewise; specbind Qload_in_progress instead.
6299 (init_lread): Don't initialize load_depth.
6300 (syms_of_lread): Initialize and protect Qload_in_progress.
6301
6302 2009-07-24 Adrian Robert <Adrian.B.Robert@gmail.com>
6303
6304 * nsfont.m (ns_findfonts): Correctly return fallback in match case.
6305
6306 2009-07-23 Yavor Doganov <yavor@gnu.org>
6307
6308 * nsfont.m (NSFontDescriptor.h): Explicitly include under GNUstep.
6309
6310 2009-07-23 Adrian Robert <Adrian.B.Robert@gmail.com>
6311
6312 * nsterm.m (EmacsView-keyUp:): Only act when running under Tiger.
6313 Bugs 3792, 3720, 2402.
6314 (ns_lookup_indexed_color): Check for bad index.
6315 (ns_index_color): Init unused slot to 0.
6316 (ns_dumpglyphs_box_or_relief): Replace useless xassert with an if().
6317 Bug 3714, possibly 3082.
6318
6319 2009-07-22 Jason Rumney <jasonr@gnu.org>
6320
6321 * w32fns.c (w32_wnd_proc) [WM_IME_STARTCOMPOSITION]:
6322 Position IME window at cursor (Bug#2570).
6323 (w32_wnd_proc) [WM_IME_CHAR]: Release context when finished.
6324 (globals_of_w32fns): Dynamically load functions required above.
6325
6326 * w32term.c (w32_draw_window_cursor): Send message to reposition
6327 any IME window.
6328
6329 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
6330
6331 * fileio.c: Revert 2009-07-16 changes.
6332 (Vauto_save_include_big_deletions): New variable.
6333 (Fdo_auto_save): Disable auto-save only if
6334 auto-save-include-big-deletions is nil.
6335
6336 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
6337
6338 * xdisp.c (move_it_to): For continued lines ending in a tab, take
6339 the overflowed pixels into account (Bug#3879).
6340
6341 2009-07-21 Ken Raeburn <raeburn@raeburn.org>
6342
6343 * lread.c (load_depth): New variable.
6344 (Fload, load_unwind, init_lread): Set it to the load recursion
6345 depth; set load_in_progress as a simple boolean based on the
6346 current load_depth. (Bug#3892)
6347
6348 2009-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
6349
6350 * nsfont.m (ns_has_attribute): Remove.
6351 (ns_findfonts, nsfont_open): Use ns_attribute_fvalue() instead.
6352
6353 2009-07-18 Juri Linkov <juri@jurta.org>
6354
6355 * process.c (Fset_process_query_on_exit_flag): Mention killing
6356 a buffer in docstring.
6357
6358 2009-07-17 Kenichi Handa <handa@m17n.org>
6359
6360 * casetab.c (shuffle): Fix the logic of setting up the cycle.
6361
6362 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6363
6364 * nsfns.m (Fns_set_alpha): Remove function.
6365 (syms_of_nsfns): Don't defsubr it.
6366
6367 * nsterm.m (ns_get_color): Remove incompatible color formats.
6368 (ns_color_to_lisp): Generate #rrggbb color format string.
6369
6370 2009-07-16 Richard Stallman <rms@gnu.org>
6371
6372 * fileio.c (Fwrite_region, Fdo_auto_save): Handle save_length = -2.
6373 (Fset_buffer_auto_saved): Handle save_length = -2.
6374
6375 2009-07-16 Chong Yidong <cyd@stupidchicken.com>
6376
6377 * xterm.c (Qx_gtk_map_stock): New var.
6378
6379 * gtkutil.c (update_frame_tool_bar): Use Qx_gtk_map_stock instead
6380 of calling intern each time.
6381
6382 2009-07-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6383
6384 * nsfont.m (nsfont_draw): Remove code for stippling, which actually
6385 does tiling.
6386
6387 * nsterm.m (ns_maybe_dumpglyphs_background): Likewise.
6388
6389 2009-07-14 Kenichi Handa <handa@m17n.org>
6390
6391 * font.c (font_vconcat_entity_vectors): New function.
6392 (struct font_sort_data): New member font_driver_preference.
6393 (font_compare): Check font_driver_preference.
6394 (font_sort_entities): The format of the first argument changed.
6395 (font_delete_unmatched): Likewise.
6396 (font_list_entities): The return type changed.
6397 (font_select_entity): The format of the second argument changed.
6398 (font_find_for_lface): Adjuste for the above changes.
6399 Don't suppress the checking of C even if the repertory supports it.
6400 (Flist_fonts): Adjust for the above changes.
6401
6402 * ftfont.c (ftfont_spec_pattern): New arg langname. Change caller.
6403 (ftfont_list): Adjust for the change of ftfont_spec_pattern.
6404 Reject a font who has adstyle property that is different from a
6405 langname derived from registry property.
6406 (ftfont_match): Adjust for the change of ftfont_spec_pattern.
6407
6408 2009-07-13 Eli Zaretskii <eliz@gnu.org>
6409
6410 * dired.c (directory_files_internal) [WINDOWSNT]: Don't make a
6411 local copy of dirfilename.
6412
6413 2009-07-13 Kenichi Handa <handa@m17n.org>
6414
6415 * chartab.c (sub_char_table_ref_and_range): Fix the range check
6416 against max_char.
6417
6418 * cmds.c (internal_self_insert): Check sym by SYMBOLP before
6419 calling XSYMBOL (sym).
6420
6421 2009-07-11 Eli Zaretskii <eliz@gnu.org>
6422
6423 * dired.c (directory_files_internal_w32_unwind) [WINDOWSNT]:
6424 New function.
6425 (directory_files_internal) [WINDOWSNT]:
6426 Bind w32-get-true-file-attributes to either t or nil, depending whether
6427 the filesystem of the directory is fast or slow.
6428
6429 * w32.c (logon_network_drive): Don't assume PATH is an absolute
6430 file name.
6431 (is_slow_fs): New function.
6432 (stat): Use it to determine whether to issue more system calls to
6433 get accurate file attributes, when w32-get-true-file-attributes is
6434 `local'.
6435
6436 2009-07-10 Jan Djärv <jan.h.d@swipnet.se>
6437
6438 * xfns.c (Fx_select_font): Remember last font selected in
6439 x_last_font_name and use that the next time. Also try the frame
6440 parameter font-parameter as default to the font dialog.
6441
6442 2009-07-10 Kenichi Handa <handa@m17n.org>
6443
6444 * xftfont.c (xftfont_open): Fix typo: FC_RGBA->FC_HINT_STYLE.
6445
6446 2009-07-09 Eli Zaretskii <eliz@gnu.org>
6447
6448 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
6449
6450 * w32.c (stat): Treat UNC file names as residing on remote
6451 drives. (Bug#3542)
6452
6453 2009-07-09 Kenichi Handa <handa@m17n.org>
6454
6455 * fontset.c (fontset_find_font): Fix previous change.
6456
6457 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
6458
6459 * dbusbind.c (xd_initialize, Fdbus_call_method, xd_read_message)
6460 (Fdbus_register_signal, Fdbus_register_method): Cleanup memory of
6461 error flag.
6462
6463 2009-07-08 Kenichi Handa <handa@m17n.org>
6464
6465 * fontset.c (fontset_find_font): Fix the logic of handling
6466 charset_matched.
6467 (font_for_char): Delete unused var.
6468 (generate_ascii_font_name): Delete it.
6469
6470 * coding.h (JIS_TO_SJIS2): Fix the code range check.
6471
6472 * coding.c (detect_coding_sjis): Handle shift_jis-2004 correctly.
6473 (encode_coding_sjis): Fix the code range check.
6474
6475 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
6476
6477 * fileio.c (Fsubstitute_in_file_name, Ffile_name_directory)
6478 (Fexpand_file_name): Copy string data properly (Bug#3772).
6479
6480 2009-07-07 Jan Djärv <jan.h.d@swipnet.se>
6481
6482 * xterm.c (handle_one_xevent): Only call x_check_fullscreen on the
6483 first MapNotify.
6484
6485 2009-07-07 Kenichi Handa <handa@m17n.org>
6486
6487 * character.h (unibyte_has_multibyte_table): Delete extern.
6488 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): Delete it.
6489
6490 * charset.c (Fset_charset_priority): Update charset_unibyte.
6491 (syms_of_charset): Initialize charset_unibyte.
6492
6493 * character.c (unibyte_has_multibyte_table): Delete it.
6494 (multibyte_char_to_unibyte): Use CHAR_TO_BYTE8 instead of checking
6495 charset_unibyte.
6496 (multibyte_char_to_unibyte_safe): Likewise.
6497 (Funibyte_char_to_multibyte): Don't check charset_unibyte.
6498
6499 * xdisp.c (get_next_display_element): Decode it->c by charset_unibyte.
6500 (x_produce_glyphs): Likewise.
6501
6502 * .gdbinit (xcharset): Fix the treating $arg0.
6503
6504 2009-07-04 Eli Zaretskii <eliz@gnu.org>
6505
6506 Emulation of `getloadavg' on MS-Windows.
6507 * w32.c: Include float.h.
6508 (g_b_init_get_native_system_info, g_b_init_get_system_times)
6509 (GetNativeSystemInfo_Proc, GetSystemTimes_Proc): Declare.
6510 (get_native_system_info, get_system_times): New functions.
6511 (buf_next, buf_prev, sample_system_load, getavg): New subroutines.
6512 (getloadavg): Rewrite using GetSystemTimes and GetNativeSystemInfo.
6513 (globals_of_w32): Initialize g_b_init_get_native_system_info,
6514 g_b_init_get_system_times, and num_of_processors.
6515
6516 2009-07-03 Jason Rumney <jasonr@gnu.org>
6517
6518 * w32term.c (w32_initialize): Use standard types.
6519
6520 2009-07-03 Eli Zaretskii <eliz@gnu.org>
6521
6522 * dired.c (Ffile_attributes): Decode user and group names by the
6523 locale's encoding. (Bug#3443)
6524
6525 2009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
6526
6527 * sysdep.c (sys_suspend): Remove USG_JOBCTRL #ifdef, unused.
6528 (mkdir): Remove MKDIR_PROTOTYPE #ifdef, unused.
6529
6530 * callproc.c (child_setup): Use #else instead of a separate #ifdef.
6531
6532 * term.c (init_tty): Remove spurious #ifdef.
6533
6534 * m/mips.h: Mention this file is also used for netbsd.
6535 * m/pmax.h: Remove file.
6536
6537 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
6538
6539 * xterm.h (struct x_display_info): Add invisible_cursor.
6540 (struct x_output): Add current_cursor.
6541
6542 * xterm.c (XTtoggle_invisible_pointer): New function.
6543 (x_define_frame_cursor): Don't define cursor if invisible or the
6544 same as before. Set current_cursor.
6545 (x_create_terminal): Set toggle_invisible_pointer_hook.
6546
6547 * xfns.c (make_invisible_cursor): New function.
6548 (x_set_mouse_color): Call make_invisible_cursor.
6549 Set current_cursor.
6550 (x_window): Set current_cursor.
6551
6552 * termhooks.h (struct terminal): Add toggle_invisible_pointer_hook.
6553
6554 * keyboard.c (command_loop_1): Call frame_make_pointer_invisible after
6555 inserting a character.
6556 (read_avail_input): Call frame_make_pointer_visible.
6557
6558 * frame.c (Vmake_pointer_invisible): New variable.
6559 (frame_make_pointer_invisible, frame_make_pointer_visible):
6560 New functions.
6561 (syms_of_frame): DEFVAR make-pointer-invisible, initialize to Qt.
6562
6563 * frame.h: Declare frame_make_pointer_invisible and
6564 frame_make_pointer_visible.
6565 (struct frame): Add pointer_invisible.
6566
6567 2009-07-02 Jan Djärv <jan.h.d@swipnet.se>
6568
6569 * gtkutil.c (xg_frame_set_char_size): Do set width/height if the
6570 frame isn't visible.
6571 (xg_frame_resized): If width/height is -1, get size of window
6572 from X server.
6573
6574 * xterm.c (handle_one_xevent): Call xg_frame_resized for USE_GTK
6575 for MapNotify.
6576
6577 * gtkutil.c (xg_frame_set_char_size): Do not set pixel width/height
6578 here or call change_frame_size. Just call flush_and_sync.
6579 (flush_and_sync): Reintroduce.
6580
6581 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
6582
6583 * xterm.h (struct x_display_info): Add Xatom_net_wm_state_sticky.
6584
6585 * xterm.c (x_handle_net_wm_state): Also look for sticky.
6586 (x_term_init): Initialize Xatom_net_wm_state_sticky.
6587
6588 * frame.h: Declare Qsticky.
6589
6590 * w32fns.c (w32_frame_parm_handlers): Set 0 for sticky.
6591
6592 * nsfns.m (ns_frame_parm_handlers): Ditto.
6593
6594 * frame.c: Declare Qsticky.
6595 (frame_parms): Add sticky.
6596
6597 * xfns.c (x_frame_parm_handlers): Let x_set_sticky handle sticky.
6598
6599 * xterm.h: Declare x_set_sticky.
6600
6601 * xterm.c (x_set_sticky): New function.
6602
6603 * gtkutil.c (xg_tool_bar_proxy_help_callback): New function.
6604 (xg_tool_bar_menu_proxy): Attach enter/leave events to
6605 xg_tool_bar_proxy_help_callback.
6606
6607 * emacs.c (USAGE3, standard_args): Add -mm and --maximized.
6608
6609 * frame.c: Qmaximized is new.
6610 (x_set_frame_parameters): Do not handle fullscreen specially.
6611 Only set width and height if explicitly set.
6612 (x_set_fullscreen): Handle Qmaximized.
6613 (x_set_font, x_figure_window_size): Do not handle fullscreen specially.
6614 (syms_of_frame): Initialize Qmaximized.
6615
6616 * frame.h (fullscreen_type): Add FULLSCREEN_MAXIMIZED.
6617 Declare Qfullwidth, Qfullheight, Qfullboth, Qmaximized.
6618
6619 * xterm.c (handle_one_xevent): Remove call to x_check_fullscreen
6620 for Expose event. Add call to x_check_fullscreen for MapNotify event.
6621 Remove all code w.r.t. fullscreen from ConfigureNotify event. Do not
6622 set gravity to NorthWestGravity when USE_GTK.
6623 (set_wm_state): New function.
6624 (do_ewmh_fullscreen): Use set_wm_state. Also handle FULLSCREEN_MAXIMIZED.
6625 (x_handle_net_wm_state): Handle FULLSCREEN_MAXIMIZED.
6626 (x_check_fullscreen): Simplify so we only handle EMWH type of fullscreen
6627 or the case when no window manager is running. That means remove calls
6628 to x_real_positions and x_fullscreen_adjust.
6629
6630 * gtkutil.c (flush_and_sync, x_wm_size_hint_off): Remove.
6631 (xg_frame_set_char_size): Remove calls to x_wm_size_hint_off and
6632 flush_and_sync.
6633 (xg_height_changed): New function.
6634 (xg_create_frame_widgets): Remove call to gtk_widget_set_size_request
6635 and gtk_window_set_policy. Set frame gravity after parsing the
6636 geometry string.
6637 (xg_update_frame_menubar, free_frame_menubar)
6638 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
6639 (update_frame_tool_bar, free_frame_tool_bar): Call xg_height_changed.
6640 Remove calls to xg_frame_set_char_size.
6641
6642 2009-07-01 Kenichi Handa <handa@m17n.org>
6643
6644 * keyboard.c (decode_keyboard_code): New function.
6645 (tty_read_avail_input): Decode the input bytes if necessary.
6646
6647 * coding.c (setup_coding_system):
6648 Initialize coding->carryover_bytes to 0.
6649 (Fset_keyboard_coding_system_internal): If CODING-SYSTEM is nil,
6650 use Qno_conversion.
6651
6652 2009-07-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6653
6654 * Makefile.in (SOME_MACHINE_LISP): Add ../lisp/term/common-win.elc.
6655
6656 2009-06-30 Chong Yidong <cyd@stupidchicken.com>
6657
6658 * xftfont.c (xftfont_open): Avoid passing NULL argument to XftLockFace.
6659
6660 2009-06-30 Jason Rumney <jasonr@gnu.org>
6661
6662 * w32term.c (w32_initialize): Use GetModuleHandle for library that
6663 is already loaded.
6664 Set user model ID if supported (bug#1849).
6665
6666 2009-06-29 Jim Meyering <meyering@redhat.com>
6667
6668 Remove useless if-before-xfree test.
6669 * nsfont.m (nsfont_close): Remove useless test.
6670 * term.c (delete_tty): Likewise.
6671 * w32.c (system_process_attributes): Likewise.
6672 * w32font.c (w32font_close): Likewise.
6673 * xfaces.c (x_free_gc): Likewise.
6674 * xselect.c (buffer): Likewise.
6675
6676 2009-06-28 Andreas Schwab <schwab@linux-m68k.org>
6677
6678 * process.c (send_process): Keep decoded string in a local
6679 variable and protect it from GC. (Bug#3521)
6680
6681 2009-06-28 Eli Zaretskii <eliz@gnu.org>
6682
6683 * term.c (create_tty_output) [MSDOS]: #ifdef away.
6684 (tty_free_frame_resources) [MSDOS]: Add a DOS-specific version.
6685
6686 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
6687
6688 * xdisp.c (start_display, handle_face_prop)
6689 (move_it_vertically_backward, cursor_row_fully_visible_p)
6690 (redisplay_window, try_window_id, produce_image_glyph):
6691 Delete some #ifdef-ed out code chunks that are now obsolete.
6692
6693 * xterm.c (x_update_window_begin, x_new_focus_frame)
6694 (x_scroll_bar_handle_click, handle_one_xevent)
6695 (handle_one_xevent, XTread_socket, x_focus_on_frame)
6696 (x_make_frame_visible, x_make_frame_invisible)
6697 (x_wm_set_icon_pixmap, x_initialize): Delete some #ifdef-ed out
6698 code chunks that are now obsolete.
6699
6700 2009-06-28 Michael Albinus <michael.albinus@gmx.de>
6701
6702 * dbusbind.c (XD_SYMBOL_TO_DBUS_TYPE): Convert macro into function
6703 xd_symbol_to_dbus_type. With Solaris 2.11, it was said to compile
6704 for hours, when optimzation is enabled.
6705 (xd_signature, xd_append_arg, xd_retrieve_arg, xd_initialize)
6706 (xd_read_message): Make them static.
6707
6708 2009-06-27 Chuck Blake <cblake@pdos.csail.mit.edu> (tiny change)
6709
6710 * term.c (turn_on_face): Allow simultaneously bold and dim
6711 terminal faces (Bug#3530).
6712
6713 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
6714
6715 * frame.c (x_get_arg): Check if dpyinfo is non-NULL.
6716
6717 * xdisp.c (mouse_face_from_buffer_pos): Fix detection of
6718 truncation glyphs (Bug#3686).
6719
6720 2009-06-27 Glenn Morris <rgm@gnu.org>
6721
6722 * m/pmax.h: Restore file, with only netbsd portions.
6723
6724 2009-06-26 David Reitter <david.reitter@gmail.com>
6725
6726 * nsterm.m (keydown): Avoid infinite loop.
6727
6728 2009-06-26 Peter Jolly <peter@jollys.org> (tiny change)
6729
6730 * ftfont.c (get_adstyle_property): Call font_intern_prop with 1 as
6731 the arg FORCE_SYMBOL.
6732
6733 2009-06-25 Kenichi Handa <handa@m17n.org>
6734
6735 * fontset.c (fontset_find_font): When a usable rfont_def is found
6736 in a fallback font-group, make it the first element of the group.
6737
6738 2009-06-24 Chong Yidong <cyd@stupidchicken.com>
6739
6740 * emacs-icon.h: Always define gnu_xpm_bits on GTK (bug#3671).
6741
6742 2009-06-24 Kenichi Handa <handa@m17n.org>
6743
6744 * fontset.c (fontset_get_font_group): Return 0 if no font-group is
6745 set for C.
6746 (fontset_font): Record the availability of a font for C both in
6747 the realized fontsets of the current one and the default one.
6748
6749 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
6750
6751 * sysdep.c (child_setup_tty): Remove SIGNALS_VIA_CHARACTERS
6752 conditional, it is always defined on AIX.
6753
6754 2009-06-23 Miles Bader <miles@gnu.org>
6755
6756 * window.c (Vrecenter_redisplay): New variable.
6757 (syms_of_window): Initialize it.
6758 (Qtty): New extern declaration.
6759 (Frecenter): Only do redisplay if Vrecenter_redisplay requests it.
6760
6761 2009-06-23 Jim Meyering <meyering@redhat.com>
6762
6763 * src/ftfont.c (setup_otf_gstring, ftfont_shape_by_flt):
6764 Use xmalloc and xrealloc (not malloc and realloc), so subsequent heap
6765 pointer dereferences are guaranteed to be valid.
6766
6767 2009-06-23 Kenichi Handa <handa@m17n.org>
6768
6769 * emacs.c (main): Call init_font ().
6770
6771 * font.h (Vfont_log): Extern it.
6772 (FONT_ADD_LOG, FONT_DEFERRED_LOG): New macros.
6773
6774 * font.c (font_sort_entities, font_list_entities)
6775 (font_matching_entity, font_open_entity)
6776 (font_close_object): Change font_add_log to FONT_ADD_LOG.
6777 (Vfont_log): Delete static.
6778 (font_log_env_checked): Delete this variable.
6779 (font_add_log): Don't check font_log_env_checked.
6780 (font_deferred_log): Check Vfont_log.
6781 (init_font): New function.
6782
6783 * ftfont.c: Change font_add_log to FONT_ADD_LOG.
6784
6785 * w32font.c: Change font_add_log to FONT_ADD_LOG.
6786
6787 * w32uniscribe.c: Change font_add_log to FONT_ADD_LOG.
6788
6789 * xfont.c: Change font_add_log to FONT_ADD_LOG.
6790
6791 * fontset.c (fontset_font): Call FONT_DEFERRED_LOG.
6792 (face_for_char): Don't call font_deferred_log here.
6793 (font_for_char): Likewise.
6794
6795 2009-06-22 Chong Yidong <cyd@stupidchicken.com>
6796
6797 * w32term.c (x_draw_glyph_string): Use the glyph string's width
6798 rather than its background_width for drawing the overline and
6799 underline (Bug#489).
6800
6801 * xterm.c (x_draw_glyph_string): Use the glyph string's width
6802 rather than its background_width for drawing the overline and
6803 underline (Bug#489).
6804 (xg_default_icon_file): New variable.
6805 (syms_of_xterm): Initialize it to the Emacs SVG icon file.
6806 (x_bitmap_icon): Under GTK, use xg_default_icon_file.
6807
6808 * xdisp.c (Qbefore_string, Qafter_string): Add externs.
6809 (load_overlay_strings): Remove externs.
6810 (fast_find_position): Function deleted.
6811 (mouse_face_from_buffer_pos): New function, based on
6812 fast_find_position. Correctly handle before-strings,
6813 display-strings, and after-strings (Bug#1220).
6814 (note_mouse_highlight): Use mouse_face_from_buffer_pos.
6815
6816 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
6817
6818 * xdisp.c (IT_DISPLAYING_WHITESPACE): Define for !HAVE_WINDOW_SYSTEM.
6819 (move_it_in_display_line_to, move_it_in_display_line_to)
6820 (display_line): Remove #ifdef HAVE_WINDOW_SYSTEM.
6821
6822 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
6823
6824 * Branch for 23.1.
6825
6826 2009-06-21 Jason Rumney <jasonr@gnu.org>
6827
6828 * w32term.c (keyboard_codepage): New static variable.
6829 (w32_read_socket) [WM_INPUTLANGCHANGE]: Update it.
6830 (w32_read_socket) [WM_CHAR]: Use it to decode character
6831 input (bug#3237).
6832 (w32_initialize): Initialize it.
6833 (codepage_for_locale): New function.
6834
6835 2009-06-20 Ken Raeburn <raeburn@raeburn.org>
6836
6837 * process.c (status_message): Pass Faset index argument as a lisp
6838 object, so as to work with USE_LISP_UNION_TYPE.
6839
6840 2009-06-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6841
6842 * coding.c (Ffind_coding_systems_region_internal):
6843 Cache checked characters.
6844
6845 2009-06-18 Kenichi Handa <handa@m17n.org>
6846
6847 * coding.c (decode_coding_iso_2022): Check MSB of bytes more rigidly.
6848
6849 2009-06-18 Andreas Schwab <aschwab@redhat.com>
6850
6851 * xdisp.c (redisplay_internal): Check that the frame is still
6852 live after redisplay of its windows.
6853 (redisplay_windows): Check that the window is still live.
6854
6855 2009-06-17 Andreas Schwab <schwab@linux-m68k.org>
6856
6857 * coding.c (detect_coding_utf_16): Fix previous change.
6858
6859 2009-06-16 Kenichi Handa <handa@m17n.org>
6860
6861 * coding.c (detect_coding_utf_16): Fix the logic of rejecting
6862 UTF-16 by checking the dispersion of Eth and Oth bytes.
6863
6864 2009-06-15 Andreas Schwab <schwab@linux-m68k.org>
6865
6866 * coding.c (detect_coding_utf_16): Fix typo counting odd bytes.
6867
6868 2009-06-15 Kenichi Handa <handa@m17n.org>
6869
6870 * process.c (status_message): Fix previous change. Be sure to
6871 decode a localized string.
6872
6873 2009-06-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6874
6875 * xterm.c (x_delete_terminal): Put previous change in #if 0 and
6876 add comment explaining why.
6877
6878 2009-06-14 Sidney Markowitz <sidney@sidney.com>
6879
6880 * nsmenu.m (EmacsTooltip: setText): Set height of tooltip.
6881
6882 2009-06-14 Adrian Robert <Adrian.B.Robert@gmail.com>
6883
6884 * nsfont.m (ns_attribute_value): Remove.
6885 (ns_attribute_fvalue): Incorporate code from ns_attribute_value.
6886 (ns_has_attribute): Shrink the normal range.
6887 (ns_findfonts): Don't worry about requested spec in determining
6888 need for synthItal.
6889 (ns_get_covering_families): Retain scriptToFamilies.
6890
6891 2009-06-14 Seiji Zenitani <zenitani@mac.com>
6892
6893 * xdisp.c [USE_MAC_TOOLBAR]: Remove obsolete definition for Mac Carbon.
6894
6895 2009-06-11 Kenichi Handa <handa@m17n.org>
6896
6897 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
6898 overhang for the static composition case.
6899
6900 2009-06-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6901
6902 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
6903 overhang for the automatic composition case.
6904
6905 * xterm.c (x_compute_glyph_string_overhangs): Handle the automatic
6906 composition case.
6907
6908 2009-06-10 Chong Yidong <cyd@stupidchicken.com>
6909
6910 * xdisp.c (get_next_display_element): When handling wrap-prefix
6911 and line-prefix, treat \n as a control character (bug#3502).
6912
6913 2009-06-10 Kenichi Handa <handa@m17n.org>
6914
6915 * font.c (font_parse_family_registry): Fix for one-char foundry.
6916 (font_sort_entities): Initialize prefer_prop[FONT_AVGWIDTH_INDEX].
6917
6918 2009-06-09 Dmitry Dzhus <dima@sphinx.net.ru> (tiny change)
6919
6920 * process.c (status_message): Fix handling of multibyte signal
6921 string (Bug#3499).
6922
6923 2009-06-09 Jim Meyering <meyering@redhat.com>
6924
6925 * xfaces.c (Fx_load_color_file): Avoid array bounds error if the
6926 color name is missing.
6927
6928 2009-06-09 Kenichi Handa <handa@m17n.org>
6929
6930 * charset.c (Fmap_charset_chars): In docstring, state clearly that
6931 FROM-CODE and TO-CODE are codepoints of CHARSET.
6932
6933 2009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
6934
6935 * nsterm.m (ns_use_system_highlight_color): Drop, unused.
6936
6937 2009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
6938
6939 Changes to support :script/:lang/:otf in NS font driver.
6940 * nsfont.m (nsfont_escape_name, nsfont_unescape_name)
6941 (nsfont_get_family, nsfont_char_width): Rename to ns_ prefix to
6942 indicate not part of font driver interface, and change callers.
6943 (ns_get_family): Remove pointless null check.
6944 (nsfont_spec_to_traits, nsfont_fmember_to_entity): Replace with
6945 ns_spec_to_descriptor, ns_descriptor_to_entity.
6946 (nsfont_trait_distance, nsfont_make_fontset_for_font): Remove.
6947 (ns_attribute_value, ns_attribute_fvalue, ns_has_attribute)
6948 (ns_spec_to_descriptor, ns_descriptor_to_entity)
6949 (ns_charset_covers, ns_lang_to_script, ns_otf_to_script)
6950 (ns_get_req_script, ns_accumulate_script_ranges)
6951 (ns_script_to_charset, ns_get_covering_families, ns_findfonts):
6952 New functions.
6953 (nsfont_list, nsfont_match): Use ns_findfonts.
6954 (nsfont_open): Use font descriptor instead of traits.
6955 (nsfont_draw): Handle "automatic" (lookup-table) compositions.
6956 (dump_glyphstring): Rename to ns_dump_glyphstring.
6957
6958 * nsterm.h (dump_glyphstring): Rename to ns_dump_glyphstring.
6959
6960 * nsfns.m (Fns_popup_font_panel): Use shared font manager.
6961
6962 * fontset.c (fontset_from_font): Remove NS-specific code.
6963
6964 2009-06-08 Peter Jones <pjones@pmade.com> (tiny change)
6965
6966 * nsterm.m (ns_draw_window_cursor): Respect cursor_type for
6967 nonactive windows.
6968
6969 2009-06-08 Felix Mueller <felix@enqueue.eu> (tiny change)
6970
6971 * nsterm.m (ns_init_paths): Append path separator to INFOPATH variable.
6972
6973 2009-06-08 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
6974
6975 * keyboard.c (kbd_buffer_get_event): Null-check used_mouse_menu.
6976
6977 2009-06-07 Chong Yidong <cyd@stupidchicken.com>
6978
6979 * xdisp.c (move_it_in_display_line_to): On text-only terminals,
6980 account for the overflowing of newlines into the last glyph on the
6981 display line (Bug#3482).
6982
6983 2009-06-05 David Reitter <david.reitter@gmail.com>
6984
6985 * nsselect.m (Fx_own_selection_internal, Fx_selection_exists_p)
6986 (Fx_selection_owner_p): Rename from Fns_own_selection_internal,
6987 Fns_selection_exists_p, Fns_selection_owner_p.
6988
6989 2009-06-03 Jason Rumney <jasonr@gnu.org>
6990
6991 * w32fns.c (x_create_tip_frame): Use the uniscribe font backend if
6992 available. (Bug#3379)
6993
6994 2009-05-29 Kenichi Handa <handa@m17n.org>
6995
6996 * coding.c (get_translation_table):
6997 Check Venable_character_translation.
6998
6999 2009-05-26 David Reitter <david.reitter@gmail.com>
7000
7001 * nsterm.m (ns_raise_frame): Only raise frame if visible.
7002 (x_make_frame_visible): Move frame to front rather than calling
7003 ns_raise_frame().
7004 (keyDown:): Do not swallow events that aren't re-sent if frame
7005 isn't key window.
7006 (drawRect:): Do not set visibility/iconified flags because
7007 drawRect may be called by NSView even if the frame is hidden.
7008
7009 * nsfns.m (Fx_create_frame): Follow other ports in
7010 determining visibility; default to t. Ensure async_visible is set.
7011
7012 2009-05-23 Eli Zaretskii <eliz@gnu.org>
7013
7014 * dired.c (Ffile_attributes): Doc fix.
7015
7016 2009-05-22 Chong Yidong <cyd@stupidchicken.com>
7017
7018 * m/mips.h [GNU_LINUX]: Don't define DATA_START (Bug#2685).
7019
7020 2009-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
7021
7022 * xfont.c (xfont_list_pattern): Don't initialize xfont_scripts_cache
7023 and xfont_scratch_props.
7024 (syms_of_xfont): Do it here instead.
7025 (xfont_find_ccl_program): Delete, unused.
7026 (xfont_open): Delete unused var `i'.
7027
7028 2009-05-21 Kenichi Handa <handa@m17n.org>
7029
7030 * fontset.c (Qlatin): Don't make it static.
7031
7032 * xfont.c (xfont_chars_supported, xfont_supported_scripts):
7033 New functions.
7034 (xfont_scripts_cache, xfont_scratch_props): New variables.
7035 (Qlatin, Vscalable_fonts_allowed): Extern it.
7036 (xfont_list_pattern): Argument changed. Callers changed.
7037 Check Vscalable_fonts_allowed. Check the support of a script.
7038 (xfont_list): Don't reject a font spec with :script property.
7039 (xfont_has_char): Fix setting of encoding.
7040 (syms_of_xfont): Staticpro and initialize xfont_scripts_cache and
7041 xfont_scratch_props.
7042
7043 2009-05-19 Kenichi Handa <handa@m17n.org>
7044
7045 * font.c (font_sort_entities): Rename from font_sort_entites.
7046 Callers changed.
7047
7048 2009-05-18 Kenichi Handa <handa@m17n.org>
7049
7050 * font.c (font_find_for_lface): Copy SPEC's FONT_TYPE too.
7051
7052 2009-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
7053
7054 * frame.c (do_switch_frame) [NS_IMPL_COCOA]: Don't raise any window.
7055 (delete_frame) [NS_IMPL_COCOA]: Instead, do it here.
7056
7057 2009-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7058
7059 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase here.
7060 (x_delete_terminal): Dissociate resource database from display and
7061 then call XrmDestroyDatabase before closing display.
7062
7063 2009-05-18 Adrian Robert <Adrian.B.Robert@gmail.com>
7064
7065 * nsterm.m (ns_read_socket): Remove unused variable.
7066 * frame.c (do_switch_frame): Under NS_IMPL_COCOA section, check
7067 whether selected frame is viable before raising it (based on patch
7068 by David Reitter), and improve commentary.
7069 * nsfont.m (nsfont_make_fontset_for_font): Avoid a compiler warning.
7070
7071 2009-05-15 Kenichi Handa <handa@m17n.org>
7072
7073 * font.c (Ffont_spec): Check arguments.
7074
7075 2009-05-14 Chong Yidong <cyd@stupidchicken.com>
7076
7077 * xfaces.c (tty_supports_face_attributes_p): Recognize unspecified
7078 weight when testing attributes (Bug#3282).
7079
7080 2009-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7081
7082 * gtkutil.c (xg_frame_set_char_size): Set frame pixel width/height to
7083 what we expect to get in the next ConfigureNotify event.
7084
7085 * xftfont.c (xftfont_open): Make sure that Xrender extension is added
7086 before Xft one (Bug#1696).
7087
7088 2009-05-07 David Reitter <david.reitter@gmail.com>
7089
7090 * nsfns.m (Fx_display_planes): Compute bitplanes using
7091 NSBitsPerPixelFromDepth (Bug#3207).
7092
7093 2009-05-10 Chong Yidong <cyd@stupidchicken.com>
7094
7095 * editfns.c (Ftranspose_regions): Doc fix (Bug#3248).
7096
7097 2009-05-10 Ulrich Mueller <ulm@gentoo.org>
7098
7099 * s/gnu-linux.h: Make GCPROs and UNGCPRO no-ops also on SuperH.
7100
7101 2009-05-07 David Reitter <david.reitter@gmail.com>
7102
7103 * nsterm.m (ns_dumpglyphs_stretch, ns_dumpglyphs_image):
7104 Respect mouse face background.
7105
7106 2009-05-07 David Reitter <david.reitter@gmail.com>
7107
7108 * nsterm.m (note_mouse_movement, ns_frame_up_to_date):
7109 Mouse movement/highlight: bracket drawing operations
7110 in ns_update_begin and ns_update_end.
7111
7112 2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
7113
7114 * nsfns.m (ns_get_screen): Rewrite.
7115 Don't presume selected-frame is of type `ns'.
7116
7117 * font.c (font_update_drivers): Sanity fallback to avoid disabling
7118 all drivers.
7119
7120 * nsterm.m (-windowDidResize:): Avoid inf-loop under GNUStep.
7121
7122 2009-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7123
7124 * keyboard.h (add_user_signal): Fix typo in extern.
7125
7126 * lisp.h (add_user_signal): Remove extern.
7127
7128 * unexelf.c (unexec): Consider a section to precede the .bss section
7129 if its addresses overlap that of .bss.
7130 (unexec) [NS_IMPL_GNUSTEP]: Copy ObjC-related data from old file
7131 instead of dumping process.
7132
7133 2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
7134
7135 * keyboard.c (syms_of_keyboard): Staticpro pending_funcalls.
7136
7137 2009-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
7138
7139 * Makefile.in (ctagsfiles1, ctagsfiles2): Include ObjC files in TAGS.
7140
7141 2009-05-02 Dan Nicolaescu <dann@ics.uci.edu>
7142
7143 * xterm.c (x_handle_net_wm_state): Move declaration of lval before
7144 any statements.
7145
7146 2009-05-02 Andreas Schwab <schwab@linux-m68k.org>
7147
7148 * process.c (read_process_output): Make sure the current buffer is
7149 always restored.
7150
7151 * coding.c (record_conversion_result): Don't modify
7152 Vlast_code_conversion_error for successful result.
7153 (alloc_destination): Don't clobber conversion result. (Bug#1650)
7154
7155 2009-05-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
7156
7157 * charset.c (load_charset): Reformat X==Y==Z to (X==Y)==Z.
7158 (load_charset_map): Remove unnecessary code.
7159
7160 2009-04-30 David Reitter <david.reitter@gmail.com>
7161
7162 * nsterm.m (convert_ns_to_X_keysym): Define function keys f16
7163 through f24.
7164
7165 2009-04-30 Chong Yidong <cyd@stupidchicken.com>
7166
7167 * xfaces.c (face_at_buffer_position): New arg base_face_id.
7168
7169 * xdisp.c (handle_face_prop): Pass base_face_id of iterator to
7170 face_at_buffer_position.
7171 (face_before_or_after_it_pos, get_next_display_element)
7172 (note_mouse_highlight): Update face_at_buffer_position call.
7173
7174 * term.c (term_mouse_highlight):
7175 * msdos.c (IT_note_mouse_highlight):
7176 * fontset.c (Finternal_char_font):
7177 * font.c (font_at, font_range): Update face_at_buffer_position call.
7178
7179 * dispextern.h (face_at_buffer_position): Update prototype.
7180
7181 2009-04-30 Kenichi Handa <handa@m17n.org>
7182
7183 * fontset.c (fontset_find_font): Check if rfont_def is Qnil or not.
7184
7185 2009-04-29 Andreas Schwab <schwab@linux-m68k.org>
7186
7187 * callproc.c (Fcall_process): Fix GC protection. Make sure
7188 current buffer is always restored.
7189
7190 2009-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7191
7192 * atimer.c (init_atimer): Also clear stopped_atimers.
7193
7194 * keyboard.c (init_keyboard) [POLL_FOR_INPUT]: Reset poll_timer.
7195
7196 * process.c (create_process): Clean up merger residues of
7197 2008-07-17 change.
7198
7199 2009-04-29 Ulrich Mueller <ulm@gentoo.org>
7200
7201 * lread.c (Vread_circle): New variable.
7202 (read1): Disable recursive read if Vread_circle is nil.
7203
7204 2009-04-29 Kenichi Handa <handa@m17n.org>
7205
7206 * fontset.h (set_default_ascii_font): Delete extern.
7207
7208 * fontset.c (set_default_ascii_font): Delete this unused function.
7209
7210 * frame.c (x_set_font): When ARG is a font-object, check if the
7211 font-object matches with the ASCII font-spec of the frame's
7212 fontset. If not, create a new fontset for the frame. (Bug #3075)
7213
7214 2009-04-28 Andreas Schwab <schwab@linux-m68k.org>
7215
7216 * fns.c (Flocale_info): Protect vector from GC during decoding.
7217
7218 * process.c (Fstart_process): Protect argv strings from GC during
7219 encoding.
7220
7221 2009-04-27 Andreas Schwab <schwab@linux-m68k.org>
7222
7223 * sysdep.c: Include <ctype.h>.
7224
7225 2009-04-27 David Reitter <david.reitter@gmail.com>
7226
7227 * nsfont.m (nsfont_open): Remove unused variable shrink.
7228 Remove commented-out code.
7229
7230 2009-04-26 Johan Bockgård <bojohan@gnu.org>
7231
7232 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
7233
7234 2009-04-25 Jason Rumney <jasonr@gnu.org>
7235
7236 * w32font.c (clear_cached_metrics): Remove, unused since 2008-08-02.
7237
7238 2009-04-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7239
7240 * fringe.c (init_fringe_bitmap) [HAVE_X_WINDOWS && WORDS_BIG_ENDIAN]:
7241 Swap bytes in short integer if fringe bitmap width > 8.
7242
7243 2009-04-23 Kenichi Handa <handa@m17n.org>
7244
7245 * xfaces.c (Fx_list_fonts): If a font size is specified in
7246 PATTERN, set it in returned scalable fonts.
7247
7248 2009-04-22 Chong Yidong <cyd@stupidchicken.com>
7249
7250 * keyboard.c (Fset_input_meta_mode): Doc fix.
7251
7252 * dispnew.c (Fsend_string_to_terminal): Doc fix.
7253
7254 * data.c (Fterminal_local_value, Fset_terminal_local_value): Doc fixes.
7255
7256 * coding.c (Fterminal_coding_system): Doc fix.
7257
7258 * xfns.c (Fx_display_grayscale_p, Fx_display_pixel_width)
7259 (Fx_display_pixel_height, Fx_display_planes)
7260 (Fx_display_color_cells, Fx_server_max_request_size)
7261 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
7262 (Fx_display_mm_height, Fx_display_mm_width)
7263 (Fx_display_backing_store, Fx_display_visual_class)
7264 (Fx_display_save_under, Fx_close_connection, Fx_synchronize):
7265 Doc fixes, replacing "terminal id" with "terminal object".
7266 (check_x_display_info): Handle terminal objects instead of
7267 terminal ids.
7268
7269 * term.c (Ftty_display_color_p, Ftty_display_color_cells)
7270 (Ftty_type, Fcontrolling_tty_p, Ftty_no_underline, Fsuspend_tty)
7271 (Fresume_tty, Vsuspend_tty_functions, Vresume_tty_functions):
7272 Doc fixes, replacing "terminal id" with "terminal object".
7273
7274 2009-04-21 Kenichi Handa <handa@m17n.org>
7275
7276 * font.c (font_load_for_lface): Cancel previous change (bug#2994).
7277 (font_score): Check AVGWIDTH too.
7278
7279 * coding.c (decode_coding_utf_16): Reduce charbuf_end for the
7280 worst case.
7281 (decode_coding_sjis, decode_coding_big5, decode_coding_charset)
7282 (decode_coding_emacs_mule, decode_coding_iso_2022): Likewise.
7283
7284 2009-04-19 Jason Rumney <jasonr@gnu.org>
7285
7286 The following changes fix Bug#3005 for wide glyphs on each platform,
7287 without reintroducing Bug#1258 for stretch glyphs.
7288
7289 * xterm.c (x_draw_bar_cursor): Limit cursor width differently for
7290 BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR using
7291 get_phys_cursor_geometry.
7292
7293 * w32term.c (x_draw_bar_cursor): Limit cursor width differently
7294 for BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR
7295 using get_phys_cursor_geometry.
7296
7297 * nsterm.m (ns_draw_window_cursor): HBAR_CURSOR width already
7298 correctly calculated.
7299
7300 2009-04-19 Jan Djärv <jan.h.d@swipnet.se>
7301
7302 * gtkutil.c (xg_tool_bar_menu_proxy, update_frame_tool_bar):
7303 Use G_CALLBACK instead of GTK_SIGNAL_FUNC which is deprecated.
7304 (xg_initialize): Use g_type_class_ref instead of gtk_type_class which
7305 is deprecated.
7306
7307 2009-04-18 Andreas Schwab <schwab@linux-m68k.org>
7308
7309 * font.c (font_put_frame_data): Use xfree instead of free.
7310
7311 2009-04-17 Juanma Barranquero <lekktu@gmail.com>
7312
7313 * w32font.c (Qja, Qko): Remove declarations.
7314 (syms_of_w32font): Don't DEFSYM them.
7315
7316 2009-04-17 Chong Yidong <cyd@stupidchicken.com>
7317
7318 * font.c (Qja, Qko): Move definitions here from ftfont.c.
7319
7320 * font.h (Qja, Qko): Extern them.
7321
7322 * ftfont.c (Qja, Qko): Remove declarations.
7323
7324 * xfont.c (Qja, Qko): Remove declarations.
7325
7326 2009-04-17 Kenichi Handa <handa@m17n.org>
7327
7328 * editfns.c (Ftranslate_region_internal): Use Fconcat to make a
7329 string from a vector to handle Latin-1 characters correctly.
7330
7331 * ftfont.c (ftfont_pattern_entity): Return a newly allocated
7332 entity even if the cache hits.
7333
7334 2009-04-16 Andreas Schwab <schwab@linux-m68k.org>
7335
7336 * search.c (boyer_moore): Use zero as marker value for a possible
7337 match instead of depending on overflow behavior. (Bug#2844)
7338
7339 * search.c: Use EMACS_INT for buffer positions. Add prototypes.
7340 * lisp.h: Adjust prototypes.
7341
7342 2009-04-16 Chong Yidong <cyd@stupidchicken.com>
7343
7344 * keyboard.c (adjust_point_for_property): Disable 2009-02-12
7345 change (Bug#3003).
7346
7347 2009-04-16 Kenichi Handa <handa@m17n.org>
7348
7349 * xfont.c (xfont_has_char): Special handling of `ja' and `ko' adstyle.
7350
7351 * xftfont.c (xftfont_has_char): Special handling of `ja' and `ko'
7352 adstyle.
7353
7354 * ftfont.c (Qja, Qko): Don't make them static.
7355 (enum ftfont_cache_for): New enum.
7356 (fc_charset_table): Undo the previous change.
7357 (ftfont_get_latin1_charset): Delete it.
7358 (ftfont_pattern_entity): Check cache by ftfont_lookup_cache.
7359 Set FONT_SIZE_INDEX of the entity to 0 for a scalable font. For a
7360 non-scarable font, try to get AVERAGE_WIDTH.
7361 (ftfont_lookup_cache): Argument FOR-FACE is changed to CACHE_FOR.
7362 Change ft_face_cache from a list of a hash-table. Don't check
7363 `ja' and `ko' adstyle here.
7364 (ftfont_get_fc_charset): Call ftfont_lookup_cache with
7365 FTFONT_CACHE_FOR_CHARET.
7366 (ftfont_get_charset): Undo the previous change.
7367 (ftfont_open): Call ftfont_lookup_cache with FTFONT_CACHE_FOR_FACE.
7368 (ftfont_close): Likewise.
7369 (ftfont_has_char): Special handling of `ja' and `ko' adstyle.
7370
7371 * font.c (font_sort_entites): Change the meaning of the arg
7372 BEST-ONLY. Don't optimize for VEC of lenght 1.
7373 (font_select_entity): Just return the value of font_sort_entites.
7374
7375 * xfaces.c (merge_face_vectors): Reflect font properties in
7376 to[LFACE_FONT_INDEX] to the other face attributes. Don't call
7377 font_clear_prop if a face attribute doesn't change.
7378
7379 * charset.h (charset_ksc5601): Extern it.
7380
7381 * charset.c (charset_ksc5601): New variable.
7382 (Fdefine_charset_internal): Set charset_ksc5601.
7383 (init_charset_once): Initialize charset_ksc5601 to -1.
7384
7385 2009-04-15 Dan Nicolaescu <dann@ics.uci.edu>
7386
7387 * fileio.c (history_delete_duplicates): Remove unused declaration.
7388
7389 * callint.c (history_delete_duplicates): New declaration.
7390 (Fcall_interactively): Remove command history duplicates when
7391 history_delete_duplicates is true.
7392
7393 2009-04-14 Eli Zaretskii <eliz@gnu.org>
7394
7395 * buffer.c (syms_of_buffer) <line-spacing>: Doc fix.
7396
7397 2009-04-14 Kenichi Handa <handa@m17n.org>
7398
7399 * font.c (Ffont_info): Fix docstring. Fix the second element of
7400 the returned value (bug#2949).
7401
7402 2009-04-14 Chong Yidong <cyd@stupidchicken.com>
7403
7404 * xdisp.c (Vwrap_prefix, Vline_prefix): Reflow docstrings.
7405
7406 2009-04-14 Kenichi Handa <handa@m17n.org>
7407
7408 * xfont.c (xfont_has_char): The font has C if C is ASCII and the
7409 encoding charset is ascii_compatible.
7410
7411 * charset.c (Fdefine_charset_internal): Make charset
7412 ascii-compatible if the method is CHARSET_METHOD_OFFSET, the
7413 code_offset is 0, and covers all ASCII characters.
7414
7415 2009-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
7416
7417 * nsselect.m (symbol_to_nsstring, clean_local_selection_data)
7418 (ns_string_to_pasteboard_internal):
7419 * nsmenu.m (process_dialog):
7420 * nsimage.m (ns_load_image): Use SDATA and ASET where appropriate.
7421 * nsfont.m (nsfont_open): Use XHASH to make it compile with LISP_UNION.
7422 * lisp.h (Fx_load_color_file): Declare.
7423
7424 2009-04-13 Kenichi Handa <handa@m17n.org>
7425
7426 * font.c (font_delete_unmatched): Preserve the order of list elements.
7427 (font_select_entity): Suppress the code to optimize for the same
7428 kind of fonts.
7429 (font_load_for_lface): Get a font that supports at least ASCII
7430 characters.
7431
7432 * ftfont.c (Qja, Qko): New variables.
7433 (fc_charset_table): Delete uniquifier data for iso8859-1.
7434 (ftfont_get_latin1_charset): New function.
7435 (get_adstyle_property): New function.
7436 (ftfont_pattern_entity): Set FONT_ADSTYLE_INDEX of entity for
7437 bitmap fonts.
7438 (ftfont_lookup_cache): Handle the case that KEY is a font-entity.
7439 Delete iso-8859-1 range from the charset of fonts whose adstyle is
7440 `ko' or `ja'.
7441 (ftfont_get_fc_charset): Call ftfont_lookup_cache with ENTITY.
7442 (ftfont_get_charset): For iso8859-1, call ftfont_get_latin1_charset.
7443 (ftfont_list): Don't refuse a font spec with non-nil `adstyle'
7444 property.
7445 (ftfont_open): Call ftfont_lookup_cache with ENTITY.
7446 (syms_of_ftfont): DEFSYM Qja and Qko.
7447
7448 2009-04-09 Kenichi Handa <handa@m17n.org>
7449
7450 * charset.c (map_charset_chars): For a charset of `superset'
7451 method, fix calculation of code range.
7452
7453 * font.c (font_put_extra): If VAL is nil, delete the slot for PROP
7454 from the list of extra properties.
7455 (font_clear_prop): Be sure to delete `:name' font property.
7456
7457 2009-04-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7458
7459 * dispnew.c (redraw_overlapping_rows): Fix detection of
7460 overlapping for topmost and bottommost rows.
7461
7462 * ftfont.c (ftfont_text_extents): Fix calculation of metrics->descent.
7463
7464 2009-04-06 Jason Rumney <jasonr@gnu.org>
7465
7466 * frame.c (x_set_font): Avoid C99 mid-block variable declaration.
7467
7468 2009-04-06 Kenichi Handa <handa@m17n.org>
7469
7470 * ftxfont.c (ftxfont_draw_backgrond): Fix args to XFillRectangle.
7471
7472 * xftfont.c (xftfont_open): Fix setting font->underline_thickness.
7473
7474 2009-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7475
7476 * ftfont.c (ftfont_open): Fix checking of the return value of
7477 FT_Load_Char. Fix setting font->underline_thickness.
7478
7479 2009-04-04 Chong Yidong <cyd@stupidchicken.com>
7480
7481 * terminal.c (Fterminal_name, Fdelete_terminal, Fterminal_name)
7482 (Fterminal_parameters, Fterminal_parameter)
7483 (Fset_terminal_parameter): In doc string, refer to terminal
7484 objects rather than terminal ids.
7485
7486 2009-04-04 Eli Zaretskii <eliz@gnu.org>
7487
7488 * dosfns.c (system_process_attributes) [SYSTEM_MALLOC]: Don't call
7489 ret_lim_data. (Bug#2867)
7490
7491 2009-04-03 Chong Yidong <cyd@stupidchicken.com>
7492
7493 * term.c (produce_stretch_glyph): Reduce width of stretch glyphs
7494 so they don't get wider than the window, matching 2006-01-23
7495 change to the partner function in xdisp.c (Bug#2800).
7496
7497 2009-04-03 Kenichi Handa <handa@m17n.org>
7498
7499 * print.c (print_object): Make each lowest sub_char_table start a
7500 new line (Bug#2866).
7501
7502 2009-04-02 Kenichi Handa <handa@m17n.org>
7503
7504 * fontset.c (fontset_font): Record no-font when a fontset
7505 explicitly tells not to try another font-specs.
7506
7507 2009-03-30 Pierre Poissinger <pierre.poissinger@gmail.com> (tiny change)
7508
7509 * charset.c (map_charset_for_dump): Add missing UNGCPRO.
7510
7511 2009-03-30 Kenichi Handa <handa@m17n.org>
7512
7513 * fontset.c (fontset_from_font): Specify only registry in a
7514 font-spec for all characters supported by that registry.
7515
7516 * ftfont.c: Fix previous change. Define ftfont_variation_glyphs
7517 even if HAVE_M17N_FLT is not defined.
7518
7519 2009-03-29 Sebastian Rose <sebastian_rose@gmx.de> (tiny change)
7520
7521 * ftfont.c: Conditionalize prototyping and use of
7522 ftfont_variation_glyphs.
7523
7524 2009-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
7525
7526 * frame.c (delete_frame): Work around compiler bug.
7527
7528 * editfns.c (general_insert_function): Adjust to insdel.c changes.
7529 * insdel.c (prepare_to_modify_buffer, signal_before_change):
7530 Some more EMACS_INT.
7531 * lisp.h (copy_text, count_size_as_multibyte): Fix last change.
7532
7533 * xdisp.c (dump_glyph): Fix typo.
7534
7535 * insdel.c (move_gap, move_gap_both, gap_left, gap_right)
7536 (adjust_markers_gap_motion, adjust_markers_for_delete)
7537 (adjust_markers_for_insert, adjust_point)
7538 (adjust_markers_for_replace, make_gap_larger, make_gap_smaller)
7539 (make_gap, copy_text, count_size_as_multibyte, insert)
7540 (insert_and_inherit, insert_before_markers)
7541 (insert_before_markers_and_inherit, insert_1)
7542 (count_combining_before, count_combining_after, insert_1_both)
7543 (insert_from_string, insert_from_string_before_markers)
7544 (insert_from_string_1, insert_from_gap, insert_from_buffer)
7545 (insert_from_buffer_1, adjust_after_replace)
7546 (adjust_after_replace_noundo, adjust_after_insert, replace_range)
7547 (replace_range_2, del_range, del_range_1, del_range_byte)
7548 (del_range_both, del_range_2, modify_region)
7549 (prepare_to_modify_buffer, signal_before_change)
7550 (signal_after_change, Fcombine_after_change_execute): Use EMACS_INT
7551 for buffer positions and sizes.
7552 * lisp.h: Adjust prototypes accordingly.
7553
7554 * fileio.c (adjust_markers_for_delete): Move declaration to lisp.h.
7555 (non_regular_inserted, non_regular_nbytes, read_non_regular)
7556 (Finsert_file_contents): Use EMACS_INT for buffer positions.
7557
7558 * fileio.c (Finsert_file_contents): Don't limit size to INT_MAX/4.
7559
7560 2009-03-27 Jan Djärv <jan.h.d@swipnet.se>
7561
7562 * frame.c (x_set_font): If the fullscreen property is non-nil, adjust
7563 lines and columns so we keep the same pixel height and width.
7564
7565 * xterm.c (handle_one_xevent): Call x_handle_net_wm_state if
7566 the property _NET_WM_STATE has changed.
7567 (x_handle_net_wm_state): New function to update frame parameter
7568 fullscreen.
7569 (x_term_init): Initialize atoms for _NET_WM_STATE.
7570
7571 * xterm.h (struct x_display_info): Add atoms for _NET_WM_STATE.
7572
7573 2009-03-27 Kevin Ryde <user42@zip.com.au>
7574
7575 * keyboard.c (tty_read_avail_input): Don't treat a -1 return from
7576 Gpm_GetEvent as an error that justifies closing the filedescriptor.
7577 * term.c (close_gpm): Get the filedescriptor as a (new) parameter.
7578 (Fgpm_mouse_stop): Pass that new parameter.
7579 * termhooks.h (close_gpm): Adjust prototype.
7580
7581 2009-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
7582
7583 * lisp.h (Fx_focus_frame): Declare.
7584
7585 * callint.c (Fcall_interactively): For '^' just delegate the work to
7586 handle-shift-selection.
7587 (syms_of_callint): Move declaration of shift-select-mode to simple.el.
7588
7589 2009-03-24 Chong Yidong <cyd@stupidchicken.com>
7590
7591 * editfns.c (Ffloat_time): Doc fix (Bug#2768).
7592
7593 * data.c (Qinteractive_form): New variable.
7594 (Finteractive_form): Use it.
7595
7596 * eval.c (Fcommandp): Use Qinteractive_form.
7597
7598 2009-03-24 Jason Rumney <jasonr@gnu.org>
7599
7600 * fileio.c (Fsubstitute_in_file_name): Always work on a copy.
7601 Calculate total size precisely. Decode environment variables
7602 before substituting. (Bug#38)
7603
7604 2009-03-24 Kenichi Handa <handa@m17n.org>
7605
7606 * font.c (find_font_encoding): Return Qnil for unsupported
7607 encoding (Bug#2722).
7608
7609 2009-03-23 Jan Djärv <jan.h.d@swipnet.se>
7610
7611 * gtkutil.c (xg_display_open): Assign a value to gdpy_def, check
7612 that gdpy is set.
7613
7614 2009-03-22 Alan Mackenzie <acm@muc.de>
7615
7616 * callint.c (Finteractive): Clarify the doc string - even
7617 promptless elements need \n separators.
7618
7619 2009-03-22 Jason Rumney <jasonr@gnu.org>
7620
7621 * w32term.c (syms_of_w32term): Doc fix for
7622 x-use-underline-position-properties.
7623
7624 2009-03-21 Eli Zaretskii <eliz@gnu.org>
7625
7626 * w32.c (getpwuid): Change argument type to unsigned.
7627 (struct w32_id): Change type of `rid' member to unsigned.
7628 (w32_cached_id, w32_add_to_cache, get_name_and_id): Change type of
7629 argument ID to unsigned. All callers changed.
7630 (getuid, geteuid, getgid, getegid): Change return type to unsigned.
7631
7632 2009-03-20 Eli Zaretskii <eliz@gnu.org>
7633
7634 * editfns.c (Fuser_uid, Fuser_real_uid): If UID as EMACS_INT is
7635 negative, produce a float value.
7636
7637 * dired.c (make_uid, make_gid): New functions.
7638 (Ffile_attributes): Use them to avoid negative UID and GID.
7639
7640 2009-03-20 Juanma Barranquero <lekktu@gmail.com>
7641
7642 * keyboard.c (Fcurrent_idle_time): Reflow docstring.
7643 (syms_of_keyboard) <command-hook-internal, input-method-function>:
7644 Fix typos in docstrings.
7645
7646 2009-03-19 Kenichi Handa <handa@m17n.org>
7647
7648 * fontset.c (Fset_fontset_font): When a spec of ASCII font is
7649 changed, use font_load_for_lface to get a new font object.
7650 Call free_realized_fontset after handling ASCII font change.
7651
7652 * frame.c (x_set_font): Handle the case that ARG is a cons.
7653
7654 2009-03-19 Glenn Morris <rgm@gnu.org>
7655
7656 * fileio.c (Fsubstitute_in_file_name): Doc fix.
7657
7658 2009-03-19 Chong Yidong <cyd@stupidchicken.com>
7659
7660 * indent.c (Fvertical_motion): Undo 2005-01-19 change (Bug#2694).
7661
7662 2009-03-19 Kenichi Handa <handa@m17n.org>
7663
7664 * charset.c (load_charset_map_from_file): When a mapfile can't be
7665 loaded, signal an error.
7666
7667 2009-03-18 Eli Zaretskii <eliz@gnu.org>
7668
7669 * dired.c (Ffile_attributes): Make sure UID and GID are always
7670 positive, even if the value is too large for a positive EMACS_INT.
7671 Doc fix.
7672
7673 * editfns.c (Fuser_login_name): Support float arguments. Doc fix.
7674
7675 2009-03-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7676
7677 * xmenu.c (xdialog_show): Move Fredisplay call ...
7678 (Fx_popup_dialog): ... here.
7679
7680 2009-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
7681
7682 * dired.c (file_name_completion): Disable the first optimization just
7683 installed, since it is not implemented correctly.
7684
7685 2009-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
7686
7687 * dired.c (file_name_completion): Check completion-ignored-extensions
7688 only if the entry can affect bestmatch.
7689 Stop the search early, as Ftry_completion already does.
7690
7691 2009-03-17 Chong Yidong <cyd@stupidchicken.com>
7692
7693 * minibuf.c (Vminibuffer_completion_confirm): Doc fix.
7694
7695 2009-03-15 Chong Yidong <cyd@stupidchicken.com>
7696
7697 * keyboard.c (parse_menu_item): Don't display remappings as menu
7698 equivalent bindings (Bug#788).
7699
7700 2009-03-15 Jason Rumney <jasonr@gnu.org>
7701
7702 * w32term.h (WM_EMACS_PAINT): New message.
7703 * w32term.c (w32_read_socket): Use it instead of WM_PAINT.
7704 * w32fns.c (w32_wnd_proc): Change WM_PAINT to WM_EMACS_PAINT
7705 before passing to lisp thread. (Bug#950)
7706
7707 2009-03-14 David Reitter <david.reitter@gmail.com>
7708
7709 * nsterm.m (ns_shutdown_properly, -terminate): Remove global state
7710 variable as it was never reset.
7711 (ns_term_init): Remove initialization of Lisp-settable defaults
7712 and ns_expand_space.
7713 (-setPanelFromDefaultValues): Remove ns_expand_space.
7714 (-showPreferencesWindow): Send new KEY_NS_SHOW_PREFS key.
7715 * nsfont.m (nsfont_open): Remove ns_expand_space, assume -0.5
7716 i.e. no additional spacing, similar to Carbon port.
7717
7718 * nsterm.h: Define KEY_NS_SHOW_PREFS key.
7719 * nsfns.m (ns-popup-prefs-panel): Remove.
7720
7721 2009-03-14 Jan Djärv <jan.h.d@swipnet.se>
7722
7723 * sound.c (alsa_configure): Remove call to deprecated
7724 snd_pcm_sw_params_set_xfer_align.
7725
7726 2009-03-14 Stephen Berman <stephen.berman@gmx.net>
7727
7728 * gtkutil.c (xg_tool_bar_callback): Set focus back to the frame
7729 after clicking in a detached tool bar.
7730 (xg_tool_bar_proxy_callback): Remove call to Fx_focus_frame.
7731
7732 2009-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
7733
7734 * fontset.c (fontset_from_font, Ffontset_info): YAILOM (Yet another
7735 int/Lisp_Object mixup).
7736
7737 2009-03-13 Kenichi Handa <handa@m17n.org>
7738
7739 * fontset.c (Ffontset_info, check_fontset_name): New arg frame.
7740 Handle NAME nil and t correctly. Callers changed.
7741 (font_def_arg, add_arg, from_arg, to_arg): Delete them.
7742 (set_fontset_font): Change ARG to a vector. Handle range_list in
7743 ARG correctly.
7744 (Fset_fontset_font): Fix the case that TARGET is both a script
7745 name and charset name. Adjust the arg to set_fontset_font for
7746 the above change.
7747 (fontset_from_font): Fix previous change.
7748 (Ffontset_info): Adjust for the 2008-07-09 change of fontset
7749 entry. If FONTSET is the default fontset, don't set the extra
7750 slot of the returning char-table.
7751
7752 2009-03-12 Juanma Barranquero <lekktu@gmail.com>
7753
7754 * nsfns.m (Fx_close_connection): Doc fix.
7755 (Fns_do_applescript): Reflow docstring.
7756 (Fns_hide_others, Fns_hide_emacs, Fns_convert_utf8_nfd_to_nfc)
7757 (Fx_display_pixel_width, Fx_display_pixel_height)
7758 (Fns_display_usable_bounds, Fx_display_planes, Fx_show_tip):
7759 Fix typos in docstrings.
7760 (Fns_set_alpha): Fix typos in error messages.
7761
7762 2009-03-12 David Reitter <david.reitter@gmail.com>
7763
7764 * termhooks.h [HAVE_NS]: Define NS_NONKEY_EVENT to be used for
7765 non-key system events on NS. Formerly, NON_ASCII_KEYSTROKE_EVENT
7766 were used for such events.
7767
7768 * nsterm.m (newFrame, openFile, fulfillService, changeFont)
7769 (toggleToolbar, performDragOperation, runHelp): Use it.
7770
7771 * keyboard.c (parse_menu_item) [HAVE_NS]: Treat new event like
7772 NON_ASCII_KEYSTROKE_EVENT, but set used_mouse_menu.
7773
7774 2009-03-11 Kenichi Handa <handa@m17n.org>
7775
7776 * font.h (font_open_by_spec): Extern it.
7777
7778 * font.c (font_open_by_spec): New function.
7779 (font_open_by_name): Use font_open_by_spec.
7780
7781 * frame.c (x_set_font): When ARG is a font-object, don't alter the
7782 fontset of the frame.
7783
7784 * fontset.c (Fset_fontset_font): When a font for ASCII is changed,
7785 modify the default font of frames that use this fontset.
7786 (num_auto_fontsets): New variable.
7787 (fontset_from_font): Use num_auto_fontsets to decide a fontset
7788 name. Be sure to set FONTSET_ASCII to the correct font name.
7789 (update_auto_fontset_alist): New function.
7790
7791 2009-03-11 Juanma Barranquero <lekktu@gmail.com>
7792
7793 * makefile.w32-in: Update dependencies.
7794
7795 2009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
7796
7797 * nsfns.m (syms_of_nsfns): Remove Qbuffered.
7798
7799 2009-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
7800
7801 * buffer.c (Fswitch_to_buffer): Revert part of 2008-10-21's change.
7802
7803 2009-03-10 Chong Yidong <cyd@stupidchicken.com>
7804
7805 * lread.c (Feval_buffer): Doc fix.
7806
7807 2009-03-09 Kenichi Handa <handa@m17n.org>
7808
7809 * charset.c (Qfile_name_handler_alist): Extern it.
7810 (load_charset_map_from_file): Temporarily bind
7811 `file-name-handler-alist' to nil while calling openp. (Bug#2435)
7812
7813 2009-03-06 Aaron Ecay <aaronecay@gmail.com> (tiny change)
7814
7815 * nsterm.m (ns_draw_vertical_window_border): Draw 1 pixel wide,
7816 not two, and use NSRectFill instead of NSDrawGroove. (Bug#2352)
7817
7818 2009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
7819
7820 * nsterm.m: Include <signal.h> for SIGTERM used in ns_term_shutdown.
7821 (x_set_window_size): Change back to calculated method of setting
7822 toolbar height under Cocoa. (Bug#2546)
7823 (EmacsView-windowWillUseStandardFrame:defaultFrame:): New method.
7824 (EmacsView-drawRect:): Completely shortcircuit if ns_in_resize.
7825
7826 * nsfns.m (ns_appkit_version_int): Fix typo in the version macro.
7827
7828 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Don't add
7829 accelerator in parens under GNUstep.
7830
7831 2009-03-06 Kenichi Handa <handa@m17n.org>
7832
7833 These changes are to detect incorrect composition sequence without
7834 looking ahead the source. (Bug#2370)
7835
7836 * coding.h: Include "composite.h".
7837 (enum compisition_state): New enum.
7838 (struct compisition_status): New struct.
7839 (struct iso_2022_spec): New member cmp_status.
7840 (struct emacs_mule_spec): New struct.
7841 (struct coding_system): New members ctext_extended_segment_len and
7842 embedded_utf_8. Change the union member
7843 spec.emacs_mule_full_support to spec.emacs_mule.
7844
7845 * coding.c (CODING_ISO_CMP_STATUS): New macro.
7846 (CODING_ISO_EXTSEGMENT_LEN, CODING_ISO_EMBEDDED_UTF_8): New macros.
7847 (MAX_ANNOTATION_LENGTH): Define to 5.
7848 (ADD_COMPOSITION_DATA): New arg nbytes.
7849 (emacs_mule_char): New arg cmp_status.
7850 (DECODE_EMACS_MULE_COMPOSITION_CHAR): Delete it.
7851 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): New arg c.
7852 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New arg c.
7853 (DECODE_EMACS_MULE_21_COMPOSITION): Delete the arg c.
7854 (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Likewise.
7855 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Likewise.
7856 (DECODE_EMACS_MULE_COMPOSITION_START): New macro.
7857 (EMACS_MULE_COMPOSITION_END): New macro.
7858 (emacs_mule_finish_composition): New function.
7859 (EMACS_MULE_MAYBE_FINISH_COMPOSITION): New macro.
7860 (decode_coding_emacs_mule): Avoid long looking ahead while
7861 handling composition.
7862 (DECODE_COMPOSITION_RULE): Argument changed to rule and nbytes.
7863 (ENCODE_COMPOSITION_RULE): New macro.
7864 (finish_composition): New function.
7865 (MAYBE_FINISH_COMPOSITION): Call finish_composition.
7866 (DECODE_COMPOSITION_START): New implementation.
7867 (DECODE_COMPOSITION_END): Likewise.
7868 (STORE_COMPOSITION_RULE): New macro.
7869 (decode_coding_iso_2022): Avoid long looking ahead while handling
7870 composition, CTEXT extended segment, and embedded UTF-8.
7871 (setup_coding_system): For a coding of type iso-2022, reset
7872 CODING_ISO_EXTSEGMENT_LEN (coding) and
7873 CODING_ISO_EMBEDDED_UTF_8 (coding).
7874 (get_translation): Delete arguments last_block, from_nchars,
7875 to_nchars. Callers changed.
7876 (produce_chars): Don't modify charbuf. Adjusted for the change of
7877 get_translation.
7878 (produce_composition): Adjust for the new annotation sequence.
7879 (handle_composition_annotation): Likewise.
7880 (consume_chars): Adjust for the change of get_translation.
7881
7882 2009-03-05 Adrian Robert <Adrian.B.Robert@gmail.com>
7883
7884 * nsterm.m (ns_select): Shortcircuit if reentrant call. (Bug#2564)
7885
7886 2009-03-05 Kenichi Handa <handa@m17n.org>
7887
7888 * font.c (font_select_entity): New function.
7889 (font_find_for_lface): Use font_select_entity to select a font.
7890
7891 * fontset.c (fontset_find_font): If a font found without
7892 restricting to the characters C doesn't support C, try to find a
7893 font with C restriction.
7894
7895 2009-03-04 Nikolaj Schumacher <me@nschum.de>
7896
7897 * nsfont.m (nsfont_draw): Compare ns_antialias_text against lisp value.
7898
7899 2009-03-04 Jason Rumney <jasonr@gnu.org>
7900
7901 * w32fns.c (w32_wnd_proc): Only ignore IME messages for the
7902 characters that have already been read. (Bug#2569)
7903
7904 * image.c (xbm_read_bitmap_data, png_load, svg_load_image):
7905 Log an error message if check_image_size failed.
7906 (xpm_load_image, pbm_load, jpeg_load, tiff_load, gif_load)
7907 (gs_load): Mention max-image-size in size error message. (Bug#2560)
7908
7909 2009-03-02 Eli Zaretskii <eliz@gnu.org>
7910
7911 * callproc.c (Fcall_process): Bind inhibit-modification-hooks to t
7912 when decoding process output.
7913
7914 2009-03-01 Richard M Stallman <rms@gnu.org>
7915
7916 * m/mips.h (DATA_SEG_BITS, XUINT, XSET): Definitions disabled.
7917
7918 * emacs.c (gdb_data_seg_bits) [USE_LSB_TAG]: Make it 0.
7919
7920 2009-02-28 Eli Zaretskii <eliz@gnu.org>
7921
7922 * coding.c (decode_coding_utf_8, decode_coding_utf_16)
7923 (decode_coding_emacs_mule, decode_coding_iso_2022)
7924 (encode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
7925 (decode_coding_raw_text, decode_coding_charset)
7926 (setup_coding_system, decode_eol, decode_coding, consume_chars):
7927 Honor inhibit-eol-conversion. (Bug #2186)
7928
7929 2009-02-28 Jason Rumney <jasonr@gnu.org>
7930
7931 * coding.c (detect_coding_charset): If not checking latin extra,
7932 fail on characters between 0x80 and 0xA0. (Bug#2354)
7933
7934 2009-02-28 Eli Zaretskii <eliz@gnu.org>
7935
7936 * coding.c (detect_coding_charset): Fix change from 2008-10-21.
7937 Also, check iso-latin-*, not only iso-8859-*. (Bug#2497)
7938
7939 2009-02-27 Glenn Morris <rgm@gnu.org>
7940
7941 * callint.c (Finteractive): Doc fix.
7942
7943 2009-02-27 Kenichi Handa <handa@m17n.org>
7944
7945 * lread.c (read_escape): Signal an error for invalid \UXXXXXXXX.
7946
7947 2009-02-27 Chong Yidong <cyd@stupidchicken.com>
7948
7949 * font.c (font_style_to_value): Set value for unknown symbols to
7950 100 instead of 255.
7951 (weight_table, slant_table, width_table): Treat "unspecified" as
7952 the default value.
7953
7954 2009-02-26 Juanma Barranquero <lekktu@gmail.com>
7955
7956 * fileio.c (Fnext_read_file_uses_dialog_p): Fix typo in docstring.
7957
7958 2009-02-25 Juanma Barranquero <lekktu@gmail.com>
7959
7960 * lread.c (Fload): Stop checking Vloads_in_progress and signal
7961 error as soon as a recursive load is detected.
7962
7963 2009-02-24 Adrian Robert <Adrian.B.Robert@gmail.com>
7964
7965 * nsterm.m (ns_ring_bell): Convert rect to window coordinates
7966 before caching.
7967
7968 2009-02-24 Kenichi Handa <handa@m17n.org>
7969
7970 * fontset.c (fontset_find_font): Fix the condition for checking
7971 unavailable font.
7972
7973 2009-02-24 Glenn Morris <rgm@gnu.org>
7974
7975 * xfaces.c (Finternal_set_font_selection_order): Remove leading
7976 whitespace that confuses documentation.
7977
7978 2009-02-23 Miles Bader <miles@gnu.org>
7979
7980 * process.c (Flist_system_processes, Fprocess_attributes)
7981 (syms_of_process): Rename `system-process-attributes' to
7982 `process-attributes'.
7983
7984 2009-02-22 Andreas Schwab <schwab@linux-m68k.org>
7985
7986 * coding.h (struct coding_system): Make safe_charsets a pointer to
7987 unsigned char.
7988 * coding.c (CODING_ISO_REQUEST): Check for safe_charsets content
7989 being 255.
7990 (SAFE_CHARSET_P): Likewise.
7991 (setup_iso_safe_charsets): Properly setup safe_charsets.
7992 (Fdefine_coding_system_internal): Likewise.
7993 (setup_coding_system): Likewise. Remove unneeded casts.
7994 (detect_coding_iso_2022): Compare Viso_2022_charset_list with
7995 CODING_ATTR_CHARSET_LIST, not CODING_ATTR_SAFE_CHARSETS. Remove
7996 unneeded casts.
7997
7998 * insdel.c (del_range_2): Don't modify gap contents when called
7999 from decode_coding_object. (Bug#1809)
8000
8001 2009-02-21 Chong Yidong <cyd@stupidchicken.com>
8002
8003 * data.c (syms_of_data): Define Qfont_spec, Qfont_entity, and
8004 Qfont_object.
8005 (Ftype_of): Recognize font objects.
8006
8007 * lisp.h: Define Qfont_spec, Qfont_entity, Qfont_object extern.
8008
8009 * font.c (Qfont_spec, Qfont_entity, Qfont_object): Definitions
8010 moved to data.c.
8011
8012 2009-02-20 Adrian Robert <Adrian.B.Robert@gmail.com>
8013
8014 * nsterm.m (x_make_frame_invisible): Unset async_visible,
8015 async_iconified. Based on a patch by Christian Lynbech
8016 <christian.lynbech@tieto.com>.
8017 (EmacsView-windowDidMiniaturize:): Unset async_visible.
8018
8019 2009-02-20 Glenn Morris <rgm@gnu.org>
8020
8021 * syntax.c (Fskip_chars_forward): Fix doc typo.
8022
8023 2009-02-20 Chong Yidong <cyd@stupidchicken.com>
8024
8025 * keymap.c (Fkeymap_parent): Doc fix (Bug#2391).
8026
8027 2009-02-19 Chong Yidong <cyd@stupidchicken.com>
8028
8029 * xfns.c (Fx_create_frame): Give Xft driver a higher priority.
8030
8031 2009-02-19 Kenichi Handa <handa@m17n.org>
8032
8033 * coding.c (detect_coding): Preserve coding->mode.
8034 Don't overflow coding->carryover. (Bug#2370)
8035
8036 2009-02-18 Dan Nicolaescu <dann@ics.uci.edu>
8037
8038 * m/ibmrs6000.h (ADDR_CORRECT): Restore, removed by mistake on 2008-07-23.
8039
8040 2009-02-18 Kenichi Handa <handa@m17n.org>
8041
8042 * font.c (font_check_otf_features): Fix handling of `nil' element.
8043 (Ffont_spec): Describe :lang and :otf in the docstring.
8044
8045 2009-02-16 Andreas Schwab <schwab@suse.de>
8046
8047 * coding.c (Fcheck_coding_systems_region): Fix test for unibyte
8048 string.
8049
8050 2009-02-16 Kenichi Handa <handa@m17n.org>
8051
8052 * coding.c (Fcheck_coding_systems_region): Fix typo; Qt -> Qnil.
8053 (Bug#1723)
8054
8055 2009-02-14 Chong Yidong <cyd@stupidchicken.com>
8056
8057 * dispextern.h (struct iterator_stack_entry): New line_wrap member.
8058
8059 * xdisp.c (push_it, pop_it): Save and restore line_wrap.
8060 (handle_line_prefix): Suppress wrapping of wrap prefixes.
8061
8062 2009-02-14 Eli Zaretskii <eliz@gnu.org>
8063
8064 * msdos.c (MAX_SCREEN_BUF): New macro.
8065 (IT_write_glyphs): Make screen_buf[] always be MAX_SCREEN_BUF-long.
8066 Encode the entire run of glyphs sharing the same face, instead of
8067 doing that one glyph at a time (fixes a bug with displaying
8068 double-size characters).
8069
8070 2009-02-13 Adrian Robert <Adrian.B.Robert@gmail.com>
8071
8072 * nsfns.m (ns-read-file-name): BLOCK_INPUT while showing dialog.
8073
8074 * nsmenu.m (pop_down_menu): Check popup_activated_flag.
8075 (ns_popup_dialog, EmacsDialogPanel-runDialogAt:): Let
8076 pop_down_menu do the cleanup work as it is always called. (Bug#2154)
8077
8078 * nsfont.m (nsfont_make_fontset_for_font): For now, don't try to
8079 set fontset font for "mathematical-" sub-scripts. (Bug #2218)
8080
8081 2009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
8082
8083 * keyboard.c (adjust_point_for_property): Allow stopping between two
8084 invisible areas.
8085
8086 2009-02-12 Jason Rumney <jasonr@gnu.org>
8087
8088 * w32font.c (check_face_name): Check for fake helv. (Bug#2275)
8089 (add_font_entity_to_list): Call check_face_name even when family
8090 is unspecified.
8091
8092 * w32term.c (x_display_pixel_height, x_display_pixel_width):
8093 Release DC when finished. Use NULL window to refer to desktop.
8094 (w32_term_init): Use NULL window to refer to desktop. (Bug#460)
8095
8096 * w32font.c (add_font_entity_to_list): Fix check for substituted
8097 raster fonts. (Bug#2219)
8098
8099 2009-02-12 Kenichi Handa <handa@m17n.org>
8100
8101 * composite.c (MAX_AUTO_COMPOSITION_LOOKBACK): New macro.
8102 (composition_gstring_width): Fix handling of LGLYPH_YOFF.
8103 (autocmp_chars): Use fast_looking_at. Don't compose more
8104 characters than MAX_COMPOSITION_COMPONENTS.
8105 (find_automatic_composition): While looking forward and backward,
8106 check static composition. Fix where to stop looking forward.
8107 (composition_adjust_point): Fix checking of static composition.
8108 (Fcomposition_get_gstring): Pay attention to
8109 MAX_COMPOSITION_COMPONENTS.
8110
8111 * lisp.h (fast_looking_at): Extern it.
8112
8113 * search.c (fast_looking_at): New function.
8114
8115 * term.c (encode_terminal_code): Adjust for the change of
8116 <struct glyph>.u.cmp.to.
8117 (append_composite_glyph): Likewise.
8118
8119 * xdisp.c (fill_gstring_glyph_string): Adjust for the change of
8120 <struct glyph>.u.cmp.to. Check if the glyph belongs to the same
8121 composition.
8122 (append_composite_glyph): Adjust for the change of
8123 <strcut glyph>.u.cmp.to.
8124
8125 2009-02-11 Juanma Barranquero <lekktu@gmail.com>
8126
8127 * casetab.c (init_casetab_once):
8128 * coding.c (ALLOC_CONVERSION_WORK_AREA):
8129 * font.c (font_update_lface):
8130 * fontset.c (Fnew_fontset):
8131 * ftfont.c (ftfont_drive_otf):
8132 * xfont.c (xfont_open):
8133 * xftfont.c (xftfont_get_xft_draw): Remove spurious semicolons.
8134
8135 2009-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
8136
8137 * fileio.c (Fwrite_region): !NILP -> CONSP.
8138
8139 2009-02-10 Andreas Schwab <schwab@suse.de>
8140
8141 * process.c (send_process): Properly relocate pointer into data
8142 when using encoded data. (Bug#2272)
8143
8144 2009-02-08 ARISAWA Akihiro <ari@mbf.sphere.ne.jp>
8145
8146 * coding.c (detect_coding_charset): Fix previous change.
8147
8148 2009-02-08 Jason Rumney <jasonr@gnu.org>
8149
8150 * w32fns.c (w32_hide_hourglass): Handle case where frame
8151 disappeared while hourglass was displayed. (Bug #2193)
8152
8153 2009-02-07 Andreas Schwab <schwab@suse.de>
8154
8155 * unexelf.c (unexec): Fix error message.
8156
8157 2009-02-07 Adrian Robert <Adrian.B.Robert@gmail.com>
8158
8159 * nsterm.m (EmacsApp-sendEvent:): Defer NSApplicationDefined event
8160 when modal window is active. (Bug #2152)
8161 (applicationShouldTerminate:): Remove now-unneeded while loop
8162 around NSRunAlertPanel.
8163
8164 * nsmenu.m (popupSession): New file-global variable.
8165 (pop_down_menu): End the popupSession before closing dialog.
8166 (ns_popup_dialog): BLOCK_INPUT around dialog presentation.
8167 (EmacsDialogPanel-runDialogAt:): Don't place window (superfluous),
8168 don't query NSApp for events (just sleep instead).
8169
8170 2009-02-07 Eli Zaretskii <eliz@gnu.org>
8171
8172 * coding.c (syms_of_coding) <translation-table-for-input>:
8173 Modify doc string to discourage use for character code unification.
8174
8175 2009-02-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8176
8177 * atimer.c (run_timers): Update pending_atimers.
8178
8179 2009-02-06 Chong Yidong <cyd@stupidchicken.com>
8180
8181 * image.c (svg_load_image): Fix last change.
8182
8183 * xfns.c (Fx_create_frame): Signal an error if no font is
8184 found (Bug#2147).
8185
8186 2009-02-05 Juanma Barranquero <lekktu@gmail.com>
8187
8188 * character.c (syms_of_character) <script-representative-chars>:
8189 Fix typo in docstring.
8190
8191 2009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
8192
8193 * nsmenu.m (pop_down_menu): New function.
8194 (ns_popup_dialog): Call it on unwind.
8195 (EmacsDialogPanel-runDialogAt:): Check popup_activated_flag and
8196 call timer_check() (Bug#2154).
8197 (EmacsMenu-menuNeedsUpdate:): Don't call ns_update_menu if
8198 handling_signal is set.
8199 (EmacsMenu-fillWithWidgetValue:): Set submenu title.
8200
8201 * config.in: Get rid of COCOA_EXPERIMENTAL_CTRL_G.
8202
8203 * s/darwin.h: Same and NO_SOCK_SIGIO as well.
8204
8205 * nsterm.m (ns_read_socket): Same and don't set handling_signal.
8206
8207 * keyboard.c (poll_for_input_1, handle_async_input):
8208 Set handling_signal under HAVE_NS.
8209
8210 2009-02-04 Glenn Morris <rgm@gnu.org>
8211
8212 * fileio.c (Fwrite_region): Doc fix (mention annotate-functions).
8213
8214 2009-02-04 Kenichi Handa <handa@m17n.org>
8215
8216 * Makefile.in (composite.o): Depends on frame.h and termhooks.h.
8217
8218 * charset.c (Fchar_charset): New optional arg restriction.
8219
8220 * coding.h (coding_system_charset_list): Extern it.
8221
8222 * coding.c (coding_system_charset_list): New function.
8223
8224 * composite.c: Include coding.h and termhooks.h.
8225 (composition_gstring_p): Fix for the terminal case.
8226 (composition_gstring_width): Likewise.
8227 (fill_gstring_body): Likewise.
8228 (autocmp_chars): For terminal, call Fcomposition_get_gstring with
8229 the frame.
8230 (composition_compute_stop_pos): Adjust cmp_it->stop_pos if point
8231 is within a composition.
8232 (Fcomposition_get_gstring): Fix the terminal case.
8233
8234 * term.c (encode_terminal_code): Fix handling of composition.
8235 (produce_composite_glyph): For static composition, get pixel_width
8236 from struct composition.
8237
8238 2009-02-02 Andreas Schwab <schwab@suse.de>
8239
8240 * unexelf.c (unexec): Handle unaligned bss offset.
8241
8242 2009-02-01 Adrian Robert <Adrian.B.Robert@gmail.com>
8243
8244 * nsterm.m (ns_read_socket): Copy 2009-01-29 and 2009-01-30
8245 XT,w32read_socket changes to ns_read_socket.
8246
8247 * keyboard.c (handle_interrupt): Don't call
8248 quit_throw_to_read_char() under NS.
8249
8250 * blockinput.h: Remove NS-specific code.
8251
8252 2009-01-30 Dan Nicolaescu <dann@ics.uci.edu>
8253
8254 * dispnew.c (window_change_signal): Don't try to get the size of a
8255 suspended tty frame.
8256 * term.c (Fresume_tty): Resize if the size has changed while the
8257 tty was suspended.
8258
8259 * alloc.c (mark_stack): Properly conditionalize previous change.
8260
8261 2009-01-30 Juanma Barranquero <lekktu@gmail.com>
8262
8263 * w32inevt.c (w32_console_read_socket) [SYNC_INPUT]:
8264 * w32term.c (w32_read_socket) [SYNC_INPUT]:
8265 Remove; this code is not used on Windows.
8266
8267 2009-01-30 Eli Zaretskii <eliz@gnu.org>
8268
8269 * coding.c (detect_eol, decode_eol): Handle text with DOS-style
8270 EOLs that also has stray ^M characters.
8271
8272 2009-01-30 Juanma Barranquero <lekktu@gmail.com>
8273
8274 * atimer.c (run_timers, alarm_signal_handler):
8275 * keyboard.c (pending_signals, handle_async_input, init_keyboard):
8276 * w32inevt.c (w32_console_read_socket):
8277 * w32term.c (w32_read_socket):
8278 * xterm.c (XTread_socket): Use "#ifdef SYNC_INPUT" where appropriate.
8279
8280 2009-01-30 Chong Yidong <cyd@stupidchicken.com>
8281
8282 * callproc.c (Vtemp_file_name_pattern): Remove DEFVAR_LISP.
8283 Initialize it as a relative filename pattern.
8284 (init_callproc): Don't initialize Vtemp_file_name_pattern here.
8285 (Fcall_process_region): Simplify temp file creation using
8286 temporary-file-directory.
8287
8288 2009-01-29 Eli Zaretskii <eliz@gnu.org>
8289
8290 * msdos.c: Rename pending_signals to msdos_pending_signals.
8291 (sig_suspender, sigprocmask): Adjust.
8292
8293 2009-01-29 Chong Yidong <cyd@stupidchicken.com>
8294
8295 * keyboard.c (pending_signals): New var.
8296 (poll_for_input, input_available_signal, init_keyboard): Set it.
8297 (process_pending_signals): New function.
8298
8299 * lisp.h (QUIT): Check pending_signals instead of
8300 interrupt_input_pending. Use process_pending_signals.
8301
8302 * atimer.c (run_timers, alarm_signal_handler): Update pending_signals.
8303
8304 * process.c (wait_reading_process_output): Use process_pending_signals.
8305
8306 * sysdep.c (emacs_write): Use process_pending_signals.
8307
8308 * xterm.c (XTread_socket): Update pending_signals.
8309
8310 * w32term.c (w32_read_socket): Update pending_signals.
8311
8312 * w32inevt.c (w32_console_read_socket): Update pending_signals.
8313
8314 2009-01-29 Kenichi Handa <handa@m17n.org>
8315
8316 * xftfont.c (xftfont_has_char): New function.
8317 (syms_of_xftfont): Register xftfont_has_char in xftfont_driver.
8318
8319 2009-01-29 Adrian Robert <Adrian.B.Robert@gmail.com>
8320
8321 * nsterm.h (EmacsPrefsController.cursorBlinkSlider): Only define
8322 under GNUstep.
8323 (ns_query_color): New declaration.
8324
8325 * nsterm.m (ns_confirm_quit): New variable.
8326 (ns_set_default_prefs, syms_of_nsterm, ns_term_init): Initialize it.
8327 (EmacsApp-applicationShouldTerminate:): Use it.
8328 (EmacsPrefsController): Let user set it.
8329 (ns_query_color): New function.
8330 (ns_defined_color): Use it.
8331 (ns_initialize): Drop.
8332 (ns_term_init): Add two lines from ns_initialize(), and set
8333 input_interrupt_mode to nil.
8334
8335 * image.c (svg_load_image): Don't right-shift background RGB when
8336 obtained from FRAME_BACKGROUND_PIXEL. Under HAVE_NS use ns_query_color.
8337
8338 2009-01-28 Kenichi Handa <handa@m17n.org>
8339
8340 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
8341 (fontset_get_font_group): Remember that no font-group is specified
8342 for C.
8343
8344 2009-01-27 Chong Yidong <cyd@stupidchicken.com>
8345
8346 * fns.c (concat): Check for string overflow (bug#1787).
8347
8348 * undo.c (undo_limit, undo_strong_limit, Vundo_outer_limit):
8349 Quadruple undo limits (bug#1501).
8350
8351 2009-01-27 Kenichi Handa <handa@m17n.org>
8352
8353 * ftfont.c (ftfont_has_char): If the arg FONT is a font-object,
8354 directly use GT_Get_Char_index.
8355
8356 * xftfont.c (struct xftfont_info): New member `index'.
8357
8358 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
8359 (Ffontset_font): Adjust for the change of fontset entry.
8360
8361 2009-01-26 Kenichi Handa <handa@m17n.org>
8362
8363 * fontset.c (fontset_find_font): Fix handling of non-cons return
8364 value of fontset_get_font_group.
8365 (fontset_font): Revert last change.
8366
8367 2009-01-26 Jason Rumney <jasonr@gnu.org>
8368
8369 * w32font.c (w32font_list_internal): Return quickly if registry is
8370 unknown. Simplify final return.
8371 (add_font_entity_to_list): Break complex logic down into more
8372 manageable chunks. Move unknown registry check to
8373 w32font_list_internal.
8374
8375 2009-01-25 Adrian Robert <Adrian.B.Robert@gmail.com>
8376
8377 Changes to remove Feval calls from GUI under NS.
8378
8379 * nsterm.h: Move KEY_NS_... definitions here from nsterm.m.
8380 Add NS_TOGGLE_TOOLBAR, NS_PUT_WORKING_TEXT, NS_UNPUT_WORKING_TEXT.
8381 Remove NS_INSERT_WORKING_TEXT, NS_DELETE_WORKING_TEXT.
8382
8383 * nsterm.m: Move KEY_NS_... definitions to nsterm.h.
8384 (EmacsView-toggleToolbar:): Use KEY_NS_TOGGLE_TOOLBAR.
8385 (EmacsView-setMarkedText:,-deleteWorkingText:): Use NS_TEXT_EVENT
8386 instead of NON_ASCII_KEYSTROKE_EVENT.
8387 (EmacsApp-terminate:): Use KEY_NS_POWER_OFF instead of Feval.
8388 (EmacsApp-applicationShouldTerminate:): Query user.
8389 (EmacsPreferencesController-runHelp:): Use KEY_NS_INFO_PREFS
8390 instead of Feval.
8391
8392 * termhooks.h (NS_TEXT_EVENT): New event type under HAVE_NS.
8393
8394 * keyboard.c (kbd_buffer_get_event): Check for it.
8395 (keys_of_keyboard): Define lispy keys for
8396 ns-put/unput-working-text.
8397
8398 * nsmenu.m (ns_popup_dialog): Resync window setting with X and W32
8399 versions.
8400 (EmacsDialog-runDialogAt:): Use NSModalPanelRunLoopMode.
8401
8402 2009-01-25 Chong Yidong <cyd@stupidchicken.com>
8403
8404 * dispnew.c (buffer_posn_from_coords): Use Fset_buffer instead of
8405 setting current_buffer directly. (Bug#2044)
8406
8407 2009-01-24 Chong Yidong <cyd@stupidchicken.com>
8408
8409 * fontset.c (fontset_font): If we know there is no font, don't do
8410 any work. (Bug#1952, bug#1990).
8411
8412 * font.c (font_parse_xlfd): Handle patterns of length < 2. (Bug#1802)
8413
8414 2009-01-23 Adrian Robert <Adrian.B.Robert@gmail.com>
8415
8416 * emacs.c (main): Do fork+exec under --daemon in Cocoa.
8417 (ns_no_defaults): New declaration.
8418 (main): Use it.
8419
8420 * nsterm.h (ns_no_defaults): New declaration.
8421
8422 * nsfns.m (x_get_string_resource): Don't read when ns_no_defaults.
8423
8424 * nsterm.m (ns_no_defaults): New variable.
8425 (ns_initialize): Don't read defaults when ns_no_defaults.
8426 (EmacsView-readSelectionFromPasteboard:)
8427 (writeSelectionToPasteboard:types:): New stubbed-out methods for
8428 NSServicesRequests protocol. (Bug#1435)
8429 (ns_dumpglyphs_stretch): New function.
8430 (ns_draw_glyph_string): Use it, parallel Yamamoto Mitsuharu change
8431 of 2008-11-15 to other terms. (Bug#615)
8432
8433 * nsimage.m (setPixmapData:): Set to ignore image DPI.
8434
8435 2009-01-23 Giorgos Keramidas <keramida@freebsd.org> (tiny change)
8436
8437 * alloc.c (mark_stack): Use "flushw" instead of "ta 3" assembly
8438 call for Sparc64.
8439
8440 2009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
8441
8442 * nsfns.m:
8443 * nsgui.h:
8444 * nsmenu.m:
8445 * nsselect.m:
8446 * nsterm.h:
8447 * nsterm.m: Remove '23' comments that indicated code added during
8448 update from emacs-20 -> emacs-23.
8449
8450 2009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
8451
8452 * nsterm.m (EmavsView-keyDown:): Treat nil as Qnone for
8453 ns_alternate_modifier. (Bug#1217)
8454
8455 * nsmenu.m (EmacsMenu-parseKeyEquiv:, addItemWithWidgetValue:):
8456 Display all shortcuts, including those w/o super modifier.
8457
8458 * nsfns.m (ns-read-file-name): Fix typo in assignment statement.
8459
8460 2009-01-22 Chong Yidong <cyd@stupidchicken.com>
8461
8462 * fileio.c (Vwrite_region_post_annotation_function)
8463 (Vwrite_region_annotation_buffers): New vars.
8464 (build_annotations_unwind): Just reset
8465 Vwrite_region_annotation_buffers.
8466 (Fwrite_region): Initialize Vwrite_region_annotation_buffers.
8467 Call write-region-post-annotation-function.
8468 (build_annotations): Add to Vwrite_region_annotation_buffers if
8469 buffer changes.
8470
8471 2009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
8472
8473 * nsterm.h (EmacsApp-setAppleMenu:): Conditionalize more correctly on
8474 Tiger.
8475 * nsfns.m (ns_do_applescript):
8476 Conditionalize typeUTF16ExternalRepresentation on Tiger.
8477
8478 2009-01-21 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
8479
8480 * nsterm.m (EV_TRAILER): Always use emacsframe for frame_or_window.
8481
8482 2009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
8483
8484 * nsmenu.m (NSMENUPROFILE): Change #if style.
8485
8486 * nsterm.h (EmacsPrefsController): Add -setPanelFromDefaultValues.
8487
8488 * nsterm.m (x_set_frame_alpha): Add prototype.
8489 (ns_fake_keydown, EmacsView-keyUp:): New variable and function to
8490 handle Ctrl-tab. (Bug#1841)
8491 (ns_get_color): Use unsigned long long for scanned hex string value.
8492 (ns_term_shutdown): Abort on non SIGTERM signals.
8493 (EmacsPrefsController-setDefaultFont:,-setColors:): Raise the frame.
8494 (EmacsPrefsController-setPanelFromDefaultValues): New function.
8495 (EmacsPrefsController-resetToDefaults:): Use it. (Bug#1801)
8496 (ns_font_to_xlfd, ns_fontname_to_xlfd): Remove, unused.
8497 (ns_defined_color): Fix settings of the XColor variable fields:
8498 red,green,blue scale to 2-byte, pixel's parts to 1-byte. (Bug#1663)
8499
8500 * nsimage.m (EmacsImage+allocInitFromFile:): Set to ignore image
8501 DPI. (Bug#1316)
8502 (EmacsImage-setPixelAtX:Y:toRed:green:blue:alpha:): Fix color
8503 values in onTiger section.
8504
8505 2009-01-19 Chong Yidong <cyd@stupidchicken.com>
8506
8507 * xfaces.c (Finternal_set_lisp_face_attribute, Fx_list_fonts):
8508 Check return value of font_spec_from_name.
8509 (Fx_list_fonts): Doc fix. (Bug#1951)
8510
8511 * font.c (font_spec_from_name): Return Qnil if font name could not
8512 be parsed.
8513 (font_parse_name): Treat a `?' character as part of an XLFD.
8514
8515 * fns.c (Fsubstring): Doc fix.
8516
8517 2009-01-19 Kenichi Handa <handa@m17n.org>
8518
8519 * ftfont.c (ftfont_lookup_cache): Check the return value of FcFontList.
8520 (ftfont_list): Likewise.
8521
8522 2009-01-18 Juanma Barranquero <lekktu@gmail.com>
8523
8524 * dbusbind.c (Fdbus_register_signal):
8525 * process.c (conv_sockaddr_to_lisp):
8526 * w32fns.c (Fw32_battery_status): Use empty_unibyte_string.
8527
8528 * callproc.c (Fgetenv_internal): Doc fix.
8529
8530 2009-01-16 Chong Yidong <cyd@stupidchicken.com>
8531
8532 * xfns.c (x_make_gc): Don't allocate stipple member for gc_values;
8533 it is not even used.
8534
8535 2009-01-16 Glenn Morris <rgm@gnu.org>
8536
8537 * font.c (Ffont_variation_glyphs): Silence compiler.
8538
8539 2009-01-15 Juanma Barranquero <lekktu@gmail.com>
8540
8541 * sound.c (SOUND_WARNING): Use _snprintf, for MSVC compatibility.
8542 Reported by David Robinow <drobinow@gmail.com>.
8543
8544 2009-01-15 Kenichi Handa <handa@m17n.org>
8545
8546 * coding.c (detect_coding_system): Fix handling of null_byte_found.
8547
8548 2009-01-14 Jason Rumney <jasonr@gnu.org>
8549
8550 * frame.c (x_set_font): Always store a font to the font parameter,
8551 never a fontset. (Bug#1562)
8552
8553 2009-01-14 Kenichi Handa <handa@m17n.org>
8554
8555 * coding.c (TWO_MORE_BYTES): New macro.
8556 (detect_coding_utf_16): Use TWO_MORE_BYTES instead of ONE_MORE_BYTE.
8557
8558 2009-01-13 Chong Yidong <cyd@stupidchicken.com>
8559
8560 * font.c (font_clear_prop): If clearing the family, clear the font
8561 width index too.
8562
8563 * xfaces.c (Finternal_set_lisp_face_attribute): Revert last change.
8564
8565 2009-01-12 Juanma Barranquero <lekktu@gmail.com>
8566
8567 * sound.c [WINDOWSNT] (SOUND_WARNING): New macro.
8568 (do_play_sound): Use it. Don't pass a hardcoded buffer size to mci
8569 functions, use sizeof.
8570
8571 2009-01-12 Martin Rudalics <rudalics@gmx.at>
8572
8573 * keyboard.c (read_char): Fix case where last_nonmenu_event
8574 returned a bad value with submenus. (Bug#447)
8575
8576 2009-01-12 Chong Yidong <cyd@stupidchicken.com>
8577
8578 * xfaces.c (Finternal_set_lisp_face_attribute): If setting the
8579 family, clear the font width index too.
8580
8581 2009-01-11 Jason Rumney <jasonr@gnu.org>
8582
8583 * keyboard.c (cmd_error_internal): Exit when errors occur before
8584 frame creation and not in daemon mode. (Bug#1836)
8585
8586 2009-01-10 Chong Yidong <cyd@stupidchicken.com>
8587
8588 * xdisp.c (pos_visible_p): When iterator stops on the last glyph
8589 of a display vector, backtrack.
8590 (try_window_reusing_current_matrix): Check glyph type before
8591 referencing charpos member.
8592
8593 2009-01-10 Eli Zaretskii <eliz@gnu.org>
8594
8595 Fix Bug #876:
8596
8597 * coding.c (inhibit_null_byte_detection): New variable.
8598 (detect_coding, detect_coding_system): Don't pay attention to null
8599 bytes if inhibit_null_byte_detection is non-zero.
8600 (syms_of_coding) <inhibit-null-byte-detection>: Declare and document.
8601 <inhibit-iso-escape-detection>: Doc fix.
8602
8603 2009-01-09 Jason Rumney <jasonr@gnu.org>
8604
8605 * w32font.c (add_font_entity_to_list): Don't report unknown
8606 Windows charset as any unrecognized registry. (Bug#1548)
8607 Only report Unicode Plane 2 fonts as unicode-sip.
8608
8609 2009-01-09 Chong Yidong <cyd@stupidchicken.com>
8610
8611 * xfaces.c (Fx_font_family_list): Delete function.
8612 Move compatibility version to faces.el.
8613
8614 * font.c (Ffont_family_list): Return a list of strings, not symbols.
8615
8616 2009-01-09 Martin Rudalics <rudalics@gmx.at>
8617
8618 * frame.c (x_set_frame_parameters): Remember requested value for
8619 fullscreen before it's reset by the parameter handler.
8620
8621 2009-01-09 Glenn Morris <rgm@gnu.org>
8622
8623 * keyboard.c (last_command_char): For clarity, rename to...
8624 (last_command_event): ... and update all users.
8625 (last_input_char): For clarity, rename to...
8626 (last_input_event): ... and update all users.
8627 (last-command-char, last-input-char): Move to subr.el as aliases.
8628 * cmds.c, commands.h: Update for last_command_char rename.
8629
8630 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
8631
8632 * font.c (font_open_for_lface): Handle unspecified height attribute.
8633
8634 2009-01-08 Jason Rumney <jasonr@gnu.org>
8635
8636 * w32fns.c (Vx_pointer_shape, Vx_nontext_pointer_shape)
8637 (Vx_mode_pointer_shape, Vx_window_horizontal_drag_shape)
8638 (Vx_hourglass_pointer_shape, Vx_sensitive_text_pointer_shape):
8639 Don't declare.
8640 (syms_of_w32fns): Don't define x-pointer-shape variable. (Bug#1485)
8641 (x_create_tip_frame) [GLYPH_DEBUG]: Enable image debugging code.
8642
8643 2009-01-07 Kenichi Handa <handa@m17n.org>
8644
8645 * fileio.c (Finsert_file_contents): In the case of replace,
8646 remember the coding system used for decoding in
8647 coding_system (Bug#1039).
8648
8649 * coding.c (decode_coding_utf_8): Check byte_after_cr before
8650 breaking the loop. (Bug#870)
8651 (decode_coding_utf_16, decode_coding_emacs_mule)
8652 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
8653 (decode_coding_charset): Likewise.
8654
8655 2009-01-05 Martin Rudalics <rudalics@gmx.at>
8656
8657 * frame.c (x_set_frame_parameters): Make sure height (width) get
8658 applied when fullwidth (fullheight) is set. (Bug#1522)
8659
8660 2009-01-04 Juanma Barranquero <lekktu@gmail.com>
8661
8662 * w32.c: Use 64-bit arithmetic to do FILETIME conversions. (Bug#1766)
8663 (utc_base): Declare as ULONGLONG, not long double.
8664 (convert_time_raw): Delete.
8665 (FILETIME_TO_U64, U64_TO_LISP_TIME): New macros.
8666 (initialize_utc_base): New function.
8667 (convert_time): Use FILETIME_TO_U64, initialize_utc_base.
8668 (convert_from_time_t): Use initialize_utc_base; compute result with
8669 64-bit arithmetic.
8670 (process_times): Use FILETIME_TO_U64, U64_TO_LISP_TIME.
8671
8672 2009-01-03 Eli Zaretskii <eliz@gnu.org>
8673
8674 * process.c (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess)
8675 (Qttname, Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime)
8676 (Qcutime, Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs)
8677 (Quser, Qgroup, Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime)
8678 [!subprocesses]: Define.
8679 (syms_of_process) [!subprocesses]: Intern and staticpro them.
8680 (Flist_system_processes, Fsystem_process_attributes)
8681 [!subprocesses]: Call list_system_processes and
8682 system_process_attributes instead of returning Qnil.
8683
8684 * dosfns.c (system_process_attributes, list_system_processes):
8685 New functions.
8686
8687 * vm-limit.c (ret_lim_data) [MSDOS]: New function.
8688
8689 * sysdep.c (list_system_processes, system_process_attributes) [MSDOS]:
8690 Don't use the default (no-op) implementation.
8691
8692 2009-01-03 Jason Rumney <jasonr@gnu.org>
8693
8694 * keyboard.c (parse_modifiers_uncached): Wheel events are
8695 clicks (bug#687).
8696
8697 * w32term.c (x_query_colors, x_query_color): New functions.
8698
8699 * image.c (x_to_xcolors, png_load): Eliminate W32 specific code.
8700 (svg_load_image): Cast returned pointers from dynamically loaded
8701 functions. Eliminate W32 specific code.
8702
8703 2009-01-02 Dan Nicolaescu <dann@ics.uci.edu>
8704
8705 * nsfns.m (x_set_foreground_color, x_set_background_color)
8706 (x_set_cursor_color, x_set_icon_name, x_explicitly_set_name)
8707 (x_set_title, x_set_icon_type, x_set_cursor_type): Rename to use
8708 x_ prefix instead of ns_. Update references.
8709 (syms_of_nsfns): Add a FIXME comment.
8710
8711 * nsterm.m (x_set_cursor_type): New prototype.
8712 (setValuesFromPanel): Use it instead of the old ns_ prefixed name.
8713
8714 * sysdep.c (system_process_attributes): Provide Qtime and Qctime
8715 for Solaris instead of incorrectly providing Qutime and Qcutime.
8716
8717 2009-01-02 Eli Zaretskii <eliz@gnu.org>
8718
8719 * w32.c (process_times): Compute sum of utime and stime.
8720 (system_process_attributes): Add Qtime to the alist.
8721
8722 * sysdep.c (system_process_attributes): Compute Qtime and Qctime
8723 and add them to the alist.
8724
8725 * process.c (top level) <Qtime, Qctime>: New variables.
8726 (syms_of_process): staticpro them.
8727 (Fsystem_process_attributes): Add their documentation to the doc
8728 string.
8729
8730 * process.h: Declare Qtime and Qctime.
8731
8732 2009-01-02 Jason Rumney <jasonr@gnu.org>
8733
8734 * image.c (Qgobject): New symbol.
8735 (syms_of_image): Initialize it.
8736 (init_svg_functions): Load some functions from gobject library.
8737
8738 2009-01-01 Dan Nicolaescu <dann@ics.uci.edu>
8739
8740 * frame.c (make_terminal_frame): Remove redundant code and useless
8741 block.
8742
8743 2009-01-01 Andreas Schwab <schwab@suse.de>
8744
8745 * process.c (conv_sockaddr_to_lisp): Add workaround for
8746 getsockname bug on BSD.
8747
8748 2009-01-01 Chong Yidong <cyd@stupidchicken.com>
8749
8750 * xfns.c (x_create_tip_frame): Set border width of the X window.
8751
8752 * xfaces.c (Finternal_set_lisp_face_attribute): Improve error message.
8753
8754 2009-01-01 Jason Rumney <jasonr@gnu.org>
8755
8756 * w32term.c (x_new_font): Return font object, not fontset. (Bug#119)
8757 Don't block input, as per earlier xterm.c changes.
8758
8759 2008-12-31 Adrian Robert <Adrian.B.Robert@gmail.com>
8760
8761 * nsfns.m (ns_appkit_version_str): Rename from ns_appkit_version.
8762 (ns_appkit_version_int): New function.
8763 (x-server-version): Use ns_appkit_version_int and follow 21+
8764 convention of returning 3 integers.
8765
8766 2008-12-30 Kenichi Handa <handa@m17n.org>
8767
8768 * character.h (CHAR_VARIATION_SELECTOR_P): New macro.
8769 (CHAR_SURROGATE_PAIR_P): New macro.
8770
8771 * font.h (struct font_driver): New member get_variation_glyphs.
8772
8773 * font.c (font_range): Don't require a font for a variation selector.
8774 (Ffont_variation_glyphs): New function.
8775 (syms_of_font): Defsubr it.
8776
8777 * ftfont.c (ftfont_driver): Set the member get_variation_glyphs to
8778 ftfont_variation_glyphs.
8779 (setup_otf_gstring): New function.
8780 (ftfont_drive_otf): Use it.
8781 (ftfont_shape_by_flt): Handle variation selector.
8782 (ftfont_variation_glyphs): New function.
8783
8784 2008-12-30 Martin Rudalics <rudalics@gmx.at>
8785
8786 * frame.c (Vemacs_iconified): Remove.
8787
8788 2008-12-30 Jason Rumney <jasonr@gnu.org>
8789
8790 * frame.c (store_frame_param, x_get_arg): Enable newer code on
8791 WINDOWSNT too, as related changes have already been synced. (Bug#117)
8792
8793 2008-12-30 Chong Yidong <cyd@stupidchicken.com>
8794
8795 * indent.c (Fvertical_motion): Don't advance iterator if we have
8796 reseated to the desired position.
8797
8798 * xdisp.c (move_it_to): Handle GET_FROM_STRETCH method when
8799 checking for pos match.
8800
8801 2008-12-30 Kenichi Handa <handa@m17n.org>
8802
8803 * insdel.c (copy_text): To convert a non-ASCII char to unibyte,
8804 just get the low 8-bit of the code.
8805
8806 * font.c (font_intern_prop): Validate str as multibyte.
8807
8808 2008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
8809
8810 * dispextern.h (struct face): Move lface and hash from the middle
8811 of bitfields.
8812
8813 * Makefile.in (INTERVALS_H): Rename from INTERVAL_SRC, update all users.
8814
8815 2008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
8816
8817 * Makefile.in (INTERVAL_SRC): Also depend on dispextern.h.
8818 (coding.o, dispnew.o, keymap.o, msdos.o): Depend on INTERVAL_SRC
8819 instead of intervals.h.
8820
8821 2008-12-26 Andreas Schwab <schwab@suse.de>
8822
8823 * keymap.c (map_keymap_char_table_item): Make a copy of KEY if it is a
8824 cons.
8825
8826 2008-12-26 Martin Rudalics <rudalics@gmx.at>
8827
8828 * textprop.c (Qminibuffer_prompt): New variable.
8829 (syms_of_textprop): Initialize it.
8830 * callint.c (Fcall_interactively): For `c', `k', and `K' prompt
8831 in minibuffer-prompt face. (Bug#1662)
8832
8833 2008-12-25 Jason Rumney <jasonr@gnu.org>
8834
8835 * buffer.c (Fbuffer_swap_text): Use POINTER_TYPE.
8836
8837 2008-12-24 Jason Rumney <jasonr@gnu.org>
8838
8839 * ralloc.c (r_alloc_reset_variable): New function.
8840
8841 * buffer.c (Fbuffer_swap_text) [REL_ALLOC]: Reset ralloc's internal
8842 record of what points where. (Bug#716)
8843
8844 2008-12-22 Dan Nicolaescu <dann@ics.uci.edu>
8845
8846 * minibuf.c (read_minibuf): Follow the non-interactive case when
8847 running as a daemon, before detaching.
8848
8849 2008-12-22 Andreas Schwab <schwab@suse.de>
8850
8851 * buffer.c (init_buffer): Use realloc instead of xrealloc.
8852 * gtkutil.c (free_widget_value): Use xfree instead of free.
8853
8854 2008-12-22 Martin Rudalics <rudalics@gmx.at>
8855
8856 * frame.c (delete_frame): New function derived from
8857 Fdelete_frame to handle Qnoelisp value for FORCE argument.
8858 Delete last frame iff FORCE equals Qnoelisp. (Bug#1450)
8859 (Fdelete_frame): Call delete_frame. Remove line from doc-string
8860 saying that FORCE non-nil doesn't run `delete-frame-functions'.
8861 * frame.h: Extern delete_frame.
8862 * window.c (window_loop):
8863 * terminal.c (delete_terminal):
8864 * xterm.c (x_connection_closed):
8865 * xfns.c (Fx_hide_tip):
8866 * w32fns.c (Fx_hide_tip): Call delete_frame instead of Fdelete_frame.
8867
8868 2008-12-21 Jason Rumney <jasonr@gnu.org>
8869
8870 * w32uniscribe.c (uniscribe_encode_char): Return FONT_INVALID_CHAR
8871 when character maps to .notdef character.
8872
8873 2008-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
8874
8875 * keyboard.c (cmd_error_internal): Don't exit in daemon mode, bug#1310.
8876
8877 2008-12-20 Jason Rumney <jasonr@gnu.org>
8878
8879 * frame.c (Fmake_terminal_frame): Raise an error when called from
8880 a graphical frame on Windows. (Bug#1325)
8881
8882 2008-12-20 Jan Djärv <jan.h.d@swipnet.se>
8883
8884 * frame.c (Fdelete_frame): Set f->menu_bar_vector to Qnil.
8885
8886 2008-12-20 Chong Yidong <cyd@stupidchicken.com>
8887
8888 * minibuf.c (Fread_buffer): Doc fix.
8889
8890 2008-12-20 Jason Rumney <jasonr@gnu.org>
8891
8892 * fileio.c (Fexpand_file_name): Do not allow ../ to go beyond the
8893 server name in UNC paths. (Bug#719)
8894
8895 * coding.c (decode_coding): Clear chars_at_source flag when using
8896 charbuf. (Bug#1035)
8897
8898 2008-12-19 Daniel Engeler <engeler@gmail.com>
8899
8900 * sysdep.c (serial_configure): Fix typo.
8901
8902 2008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
8903
8904 * sysdep.c: Include alloca.h.
8905 (system_process_attributes): Add implementation for Solaris.
8906
8907 * s/sol2-10.h (HAVE_PROCFS, _STRUCTURED_PROC): New defines.
8908
8909 2008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
8910
8911 Reorganize implementation of Flist_system_processes and
8912 Fsystem_process_attributes. No functional changes.
8913 * process.c: Don't #include pwd.h, grp.h and limits.h.
8914 (Flist_system_processes): Just call list_system_processes.
8915 (Fsystem_process_attributes): Just call system_process_attributes.
8916 (procfs_list_system_processes, time_from_jiffies)
8917 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
8918 (procfs_get_total_memory, procfs_system_process_attributes): Move ...
8919
8920 * sysdep.c: ... here. Include pwd.h, grp.h and limits.h.
8921 (list_system_processes): Rename from
8922 procfs_list_system_processes. Enclose in #ifdef HAVE_PROCFS.
8923 Provide a do nothing implementation.
8924 (system_process_attributes): Rename from
8925 procfs_list_system_processes.
8926 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
8927 (procfs_get_total_memory): Enclose in #ifdef GNU_LINUX.
8928
8929 * w32.c (list_system_processes): Rename from
8930 w32_list_system_processes.
8931 (system_process_attributes): Rename from
8932 w32_system_process_attributes.
8933
8934 * s/gnu-linux.h (LISTPROC, PROCATTR): Remove.
8935
8936 * process.h (w32_list_system_processes)
8937 (w32_system_process_attributes): Remove.
8938 (list_system_processes, system_process_attributes):
8939 New prototypes.
8940
8941 2008-12-19 Kenichi Handa <handa@m17n.org>
8942
8943 * xfont.c (xfont_decode_coding_xlfd): New function.
8944 (xfont_encode_coding_xlfd): New function.
8945 (xfont_list_pattern): Decode XLFD by iso-8859-1.
8946 (xfont_list): Decode and encode XLFD by iso-8859-1.
8947 (xfont_match): Likewise.
8948 (xfont_list_family): Likewise.
8949 (xfont_open): Likewise.
8950
8951 * ftfont.c (ftfont_open): Generate a multibyte string if given
8952 names are utf-8.
8953
8954 * xftfont.c (xftfont_open): Generate a multibyte string if given
8955 names are utf-8.
8956
8957 2008-12-18 Jan Djärv <jan.h.d@swipnet.se>
8958
8959 * gtkutil.c (xg_frame_resized): Remove check if rows/columns have
8960 changed.
8961 (xg_tool_bar_proxy_callback): Put focus on the frame after we have
8962 clicked on a detached tool bar button.
8963
8964 2008-12-18 Dan Nicolaescu <dann@ics.uci.edu>
8965
8966 * emacs.c (main): Print and error and exit when no data is read
8967 from the pipe.
8968
8969 2008-12-17 Jason Rumney <jasonr@gnu.org>
8970
8971 * w32font.c (w32font_has_char): Always return -1.
8972
8973 2008-12-16 Kenichi Handa <handa@m17n.org>
8974
8975 * font.c (font_open_entity): Fix previous change.
8976
8977 2008-12-16 Dan Nicolaescu <dann@ics.uci.edu>
8978
8979 * process.c: Include <limits.h>.
8980
8981 2008-12-16 Chetan Pandya <pandyacus@sbcglobal.net> (tiny change)
8982
8983 * font.c (font_update_drivers): Fix mistake in reconstructing the
8984 driver list.
8985
8986 2008-12-16 Chong Yidong <cyd@stupidchicken.com>
8987
8988 * font.c (font_clear_cache): Fix format of font cache data.
8989
8990 2008-12-15 Chong Yidong <cyd@stupidchicken.com>
8991
8992 * xftfont.c (xftfont_open): Free Xft font pattern if
8993 XftFontOpenPattern fails.
8994
8995 * xterm.c (x_free_frame_resources): Remove extraneous call to
8996 free_frame_faces.
8997
8998 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
8999
9000 * xterm.c (x_delete_display): Move xim_close_dpy call to
9001 x_delete_terminal.
9002 (x_delete_terminal): Call xim_close_dpy.
9003
9004 2008-12-13 Jason Rumney <jasonr@gnu.org>
9005
9006 * w32font.c (intern_font_name): New function.
9007 (add_font_name_to_list, w32_enumfont_pattern_entity): Use it.
9008 (w32font_open_internal, Fx_select_font): Decode font name.
9009 (fill_in_logfont, list_all_matching_fonts): Encode font name.
9010
9011 * w32font.h (intern_font_name): Declare new function.
9012
9013 * w32uniscribe.c (add_opentype_font_name_to_list):
9014 Use intern_font_name.
9015
9016 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
9017
9018 * frame.c (Fdelete_frame): Call free_font_driver_list.
9019
9020 * font.c (free_font_driver_list): Implement missing function.
9021
9022 * w32term.c (w32_term_init): Don't initialize the image cache
9023 here; it will be done in init_frame_faces.
9024
9025 * xterm.h (struct xim_inst_t): Definition moved from xterm.c.
9026 (struct x_display_info): Remove unused member null_pixel. New
9027 member xim_callback_data.
9028
9029 * xterm.c (struct xim_inst_t): Definition moved to xterm.h.
9030 (xim_initialize): Save pointer to callback function data.
9031 (xim_close_dpy): Free callback function data. Call XCloseIM,
9032 reverting 2008-11-04 change by David Smith.
9033 (x_term_init): Don't initialize the image cache here; it will be
9034 done in init_frame_faces. Remove ancient "null_pixel" cruft.
9035 (x_delete_display): Free x_dnd_atoms member.
9036
9037 2008-12-13 Kenichi Handa <handa@m17n.org>
9038
9039 * font.c (font_rescale_ratio): Moved from xfaces.c.
9040 Argument type changed. Handle a font-spec too.
9041 (font_score): Check Vface_font_rescale_alist.
9042 (font_open_entity): Likewise. (Bug#1547)
9043
9044 * xfaces.c (font_rescale_ratio): Moved to font.c.
9045
9046 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
9047
9048 * xfns.c (Fx_wm_set_size_hint): Check if the frame is an X frame.
9049
9050 2008-12-12 Jason Rumney <jasonr@gnu.org>
9051
9052 * w32fns.c (x_display_info_for_name, Fx_open_connection): Set
9053 Vwindow_system_version to the real w32 major version.
9054
9055 2008-12-12 Dan Nicolaescu <dann@ics.uci.edu>
9056
9057 * term.c (init_tty): Move setting the terminal name before the
9058 potential user: maybe_fatal.
9059
9060 2008-12-11 Chong Yidong <cyd@stupidchicken.com>
9061
9062 * term.c (tty_free_frame_resources): Renamed from delete_tty_output;
9063 all callers changed. Call free_frame_faces to free the face cache.
9064
9065 2008-12-11 Jason Rumney <jasonr@gnu.org>
9066
9067 * w32font.c (fill_in_logfont): Don't assume symbol script means
9068 SYMBOL_CHARSET. (Bug#547)
9069
9070 * w32uniscribe.c (uniscribe_encode_char): Increase glyph buffer
9071 size for surrogates. (Bug#1096, bug#872)
9072
9073 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
9074
9075 * w32proc.c (Fw32_get_locale_info): Decode long form of locale name.
9076
9077 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
9078
9079 * process.c (Fsystem_process_attributes, syms_of_process):
9080 Fix typo in name of Ssystem_process_attributes.
9081 Reported by Ulrich Mueller <ulm@kph.uni-mainz.de>.
9082
9083 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
9084
9085 * syntax.c (Fmodify_syntax_entry): Doc fix.
9086
9087 2008-12-10 Juanma Barranquero <lekktu@gmail.com>
9088
9089 * font.c (Ffont_spec): Move usage to end of docstring.
9090
9091 2008-12-10 Jason Rumney <jasonr@gnu.org>
9092
9093 * w32font.c (Qcham): New symbol.
9094 (font_supported_scripts): Add cham, and comments for other new
9095 scripts in bitfield from OpenType spec.
9096 (add_font_entity_to_list): Limit unicode-sip fonts to those that
9097 contain characters beyond the bmp.
9098
9099 2008-12-10 Kenichi Handa <handa@m17n.org>
9100
9101 * ftfont.c (fc_charset_table): Add "unicode-sip".
9102 (ftfont_spec_pattern): Lookup fc_charset_table for the registry
9103 Qunicode_sip.
9104
9105 2008-12-10 Juanma Barranquero <lekktu@gmail.com>
9106
9107 * coding.c (QCdefault_char): Rename from QCdefalut_char.
9108 (Fcoding_system_put): Use QCdefault_char.
9109 (syms_of_coding): Set QCdefault_char, not QCdefalut_char.
9110
9111 2008-12-09 Chong Yidong <cyd@stupidchicken.com>
9112
9113 * xftfont.c (syms_of_xftfont): Fix typo.
9114
9115 * buffer.c (Fbuffer_swap_text): Signal error if swapping a dead buffer.
9116
9117 2008-12-08 Dan Nicolaescu <dann@ics.uci.edu>
9118
9119 * emacs.c (main): Close daemon_pipe on exec.
9120
9121 2008-12-08 Chong Yidong <cyd@stupidchicken.com>
9122
9123 * termchar.h (struct tty): New members termcap_term_buffer and
9124 termcap_strings_buffer.
9125
9126 * term.c (encode_terminal_code): Free any previous memory blocks
9127 before calling xmalloc for encode_terminal_src or encode_terminal_dst.
9128 (maybe_fatal): Buffer argument deleted. Don't free buffer here.
9129 All callers changed.
9130 (init_tty): Store termcap data and string buffers in new struct
9131 tty members termcap_term_buffer and termcap_strings_buffer.
9132 (delete_tty): Free them.
9133 (syms_of_term): Initialize encode_terminal_src and encode_terminal_dst.
9134
9135 2008-12-07 Seiji Zenitani <zenitani@mac.com>
9136
9137 * nsfns.m (ns_set_background_color): Remove code duplication.
9138 It was a substitute for face-transparency on OS X 10.3.
9139
9140 2008-12-06 Chong Yidong <cyd@stupidchicken.com>
9141
9142 * coding.c (make_conversion_work_buffer): Disable buffer
9143 modification hooks in the work buffer.
9144
9145 2008-12-05 Eli Zaretskii <eliz@gnu.org>
9146
9147 * process.c (procfs_system_process_attributes): If `nread' has a
9148 negative value, assign zero to it.
9149
9150 2008-12-05 Chong Yidong <cyd@stupidchicken.com>
9151
9152 * eval.c (Vdebug_on_error): Doc fix.
9153
9154 2008-12-05 Kenichi Handa <handa@m17n.org>
9155
9156 * ftfont.c (ftfont_shape_by_flt): Use "combining" flt if the
9157 second character is a combining character.
9158
9159 2008-12-05 Eli Zaretskii <eliz@gnu.org>
9160
9161 * process.c (procfs_system_process_attributes): Don't use cmd,
9162 cmdsize, and q without initializing them first.
9163
9164 2008-12-04 Jason Rumney <jasonr@gnu.org>
9165
9166 * w32font.c (w32font_draw): Initialize orig_clip before getting
9167 it, and delete it when finished.
9168
9169 2008-12-04 Dan Nicolaescu <dann@ics.uci.edu>
9170
9171 * keyboard.c (kbd_buffer_get_event): Follow the non-interactive
9172 case when running as a daemon before detaching.
9173
9174 2008-12-03 Juanma Barranquero <lekktu@gmail.com>
9175
9176 * w32.c (init_environment): Don't unload library shell32.dll.
9177
9178 2008-12-03 Kenichi Handa <handa@m17n.org>
9179
9180 * font.c (font_at): Set `multibyte' at first.
9181
9182 * coding.c (decode_coding_charset): Check type of an element of
9183 vector VALIDS.
9184 (encode_coding_emacs_mule): Be sure to set `code'.
9185
9186 * fontset.c (face_for_char): Handle invalid charset property correctly.
9187 (font_for_char): Likewise.
9188
9189 2008-12-03 Chong Yidong <cyd@stupidchicken.com>
9190
9191 * font.c (Fopen_font): Compute pixel size correctly.
9192 (font_update_lface): Handle fonts with corrupted size specs,
9193 i.e. non-int and non-float.
9194
9195 * ftfont.c (ftfont_match): Initialize entity variable.
9196 (ftfont_resolve_generic_family): Avoid using uninitialized var.
9197 (ftfont_list_family): Initialize list var earlier.
9198
9199 * xselect.c (Fx_get_cut_buffer_internal): Fix memory leak.
9200
9201 * xterm.c (x_draw_glyph_string): Fall back on
9202 underline_minimum_offset for underline position.
9203
9204 2008-12-03 Dan Nicolaescu <dann@ics.uci.edu>
9205
9206 * keyboard.c (read_char_help_form_unwind): Specify the type for ARG.
9207
9208 * character.c (c_string_width): Specify the type for LEN.
9209
9210 2008-12-03 Kenichi Handa <handa@m17n.org>
9211
9212 * coding.c (decode_coding_utf_16): Initialize consumed_chars_base to 0.
9213 (decode_coding_utf_8): Likewise.
9214 (detect_coding_system): Initialize utf_16_le_eol to -1, val to Qnil.
9215 (produce_chars): Initialize consumed_chars to 0.
9216
9217 2008-12-02 Chong Yidong <cyd@stupidchicken.com>
9218
9219 * keyboard.c (make_lispy_position): Only use PT if the selected
9220 window is current.
9221
9222 2008-12-02 Andreas Schwab <schwab@suse.de>
9223
9224 * font.c (font_unparse_fcname): Fix use of uninitialized variable.
9225
9226 * doprnt.c (doprnt1): Fix size of charbuf.
9227
9228 2008-12-02 Chong Yidong <cyd@stupidchicken.com>
9229
9230 * keyboard.c (timer_check): Revert last change.
9231
9232 2008-12-02 Juanma Barranquero <lekktu@gmail.com>
9233
9234 * makefile.w32-in ($(BLD)/w32console.$(O)): Fix silly, silly typo.
9235
9236 2008-12-01 Juanma Barranquero <lekktu@gmail.com>
9237
9238 * makefile.w32-in: Update dependencies.
9239 (CONFIG_H): Add $(EMACS_ROOT)/nt/inc/sys/time.h.
9240
9241 2008-12-01 Andreas Schwab <schwab@suse.de>
9242
9243 * font.c (register_font_driver): Use xmalloc.
9244 (font_put_frame_data): Likewise.
9245
9246 2008-12-01 Chong Yidong <cyd@stupidchicken.com>
9247
9248 * xfaces.c (realize_x_face): Make abort condition clearer.
9249
9250 * gtkutil.c (update_frame_tool_bar): Initialize variable.
9251
9252 2008-11-30 Chong Yidong <cyd@stupidchicken.com>
9253
9254 * keyboard.c (timer_check): After a timer runs, ensure that the
9255 selected window's buffer is current.
9256
9257 2008-11-30 Juanma Barranquero <lekktu@gmail.com>
9258
9259 * makefile.w32-in ($(BLD)/abbrev.$(O)): Remove.
9260 It was accidentally restored by the Unicode merge.
9261
9262 * w32proc.c (Fw32_get_locale_info): Fix typo in docstring.
9263
9264 2008-11-29 Juanma Barranquero <lekktu@gmail.com>
9265
9266 * w32proc.c: Include "coding.h".
9267 (Fw32_short_file_name): Encode filename passed to Windows API.
9268 (Fw32_long_file_name): Encode filename passed to Windows API and
9269 decode back the result. (Bug#1433)
9270
9271 2008-11-29 Kenichi Handa <handa@m17n.org>
9272
9273 * charset.h (CHAR_CHARSET_P): Check if the encoder is loaded or
9274 not before accessing it.
9275
9276 * charset.c (Fdefine_charset_internal): After calculating
9277 min_char, max_char, and fastmap, copy the charset structure again.
9278 (encode_char): Fix the previous change.
9279
9280 2008-11-28 Seiji Zenitani <zenitani@mac.com>
9281
9282 * frame.c (x_set_alpha) [NS_IMPL_COCOA]: Call x_set_frame_alpha.
9283
9284 * nsfns.m (ns_frame_parm_handlers): Set alpha handler.
9285
9286 * nsterm.m (x_set_frame_alpha): New function.
9287
9288 2008-11-27 Eli Zaretskii <eliz@gnu.org>
9289
9290 * xfaces.c (Fx_font_family_list, syms_of_xfaces): Fix last change.
9291
9292 2008-11-27 Juanma Barranquero <lekktu@gmail.com>
9293
9294 * w32font.c (add_font_entity_to_list): Pass the right LOGFONT
9295 pointer to check_face_name.
9296
9297 2008-11-27 Kenichi Handa <handa@m17n.org>
9298
9299 * category.h (SET_CATEGORY_SET): Call set_category_set.
9300 (set_category_set): Extern it.
9301
9302 * category.c (hash_get_category_set): New function.
9303 (Fmodify_category_entry): Adjusted for the change of
9304 char_table_ref_and_range. Call hash_get_category_set to get a
9305 category set to store in the table.
9306
9307 * character.h (MAYBE_UNIFY_CHAR): Call maybe_unify_char instead of
9308 Funify_charset.
9309
9310 * charset.h (enum charset_method): Delete CHARSET_METHOD_MAP_DEFERRED.
9311 (DECODE_CHAR): Check if the decoder vector is ready.
9312 (ENCODE_CHAR): Check if the encoder char-table is ready.
9313 (maybe_unify_char): Extern it.
9314
9315 * charset.c (Vchar_unified_charset_table): Delete it.
9316 (inhibit_load_charset_map): New variable.
9317 (temp_charset_work): New variable.
9318 (SET_TEMP_CHARSET_WORK_ENCODER, GET_TEMP_CHARSET_WORK_ENCODER)
9319 (SET_TEMP_CHARSET_WORK_DECODER, GET_TEMP_CHARSET_WORK_DECODER):
9320 New macros.
9321 (load_charset_map): Meaning of control_flag changed. If
9322 inhibit_load_charset_map is nonzero, setup a table in
9323 temp_charset_work.
9324 (load_charset): New argument control_flag.
9325 (map_charset_for_dump): New function.
9326 (map_charset_chars): If inhibit_load_charset_map is nonzero, use
9327 map_charset_for_dump.
9328 (Fdefine_charset_internal): If the charset method is MAP, load
9329 mapping tables by calling load_charset.
9330 (Funify_charset): Don't load a mapping table but directly set
9331 Vchar_unify_table.
9332 (maybe_unify_char): New function.
9333 (decode_char): Don't handle the deleted method MAP_DEFERRED.
9334 Handle the case of inhibit_load_charset_map being nonzero.
9335 (encode_char): Don't handle the deleted method MAP_DEFERRED.
9336 Handle the case of inhibit_load_charset_map being nonzero.
9337 (Fclear_charset_maps): Just free temp_charset_work.
9338 (syms_of_charset): Make `inhibit-load-charset-map' a Lisp
9339 variable.
9340
9341 * chartab.c (sub_char_table_ref_and_range): Adjusted for the
9342 change of char_table_ref_and_range.
9343 (char_table_ref_and_range): Change the meaning of argument FROM
9344 and TO. Now the caller must provide initial values for *FROM
9345 and *TO.
9346
9347 * fontset.c (fontset_add): Adjusted for the change of
9348 char_table_ref_and_range.
9349 (fontset_get_font_group): Likewise.
9350 (Ffontset_info): Likewise.
9351
9352 * keymap.c (describe_vector): Adjusted for the change of
9353 char_table_ref_and_range. For char-table, put boundary between
9354 non-ASCII and 8-bit characters.
9355
9356 * print.c (print_object): For bool-vector, delete unnecessary
9357 check of ASCII_BYTE_P.
9358
9359 2008-11-26 Jason Rumney <jasonr@gnu.org>
9360
9361 * w32font.c (w32font_open_internal): Don't include external
9362 leading in font height. (Bug#879)
9363
9364 2008-11-26 Glenn Morris <rgm@gnu.org>
9365
9366 * xfaces.c (Fx_font_family_list): Replace lisp/term/pc-win.el
9367 redefinition with ifdef. (Bug#1383)
9368
9369 2008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
9370
9371 * nsterm.m (ns_get_color): Handle long hex strings (fixes bug #1044).
9372
9373 2008-11-24 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
9374
9375 * nsterm.m (-otherMouseDown:, -otherMouseUp:, -otherMouseDragged):
9376 New EmacsView methods.
9377 (EV_UDMODIFIERS, EV_BUTTON): Add OtherMouse constants.
9378 Fixes bug #1048,1357,1414.
9379
9380 2008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
9381
9382 Fix bug #1362.
9383 * image.c (x_clear_image_1): Do not free background under HAVE_NS, it
9384 is not an indexed color.
9385 * nsterm.m (free_indexed_color): Add argument checking.
9386 * nsfns.m: Move config.h to before system includes (advised by Dan N.).
9387
9388 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
9389
9390 * minibuf.c (Fcompleting_read, Vminibuffer_completion_confirm):
9391 Document confirm-after-completion value for
9392 minibuffer-completion-confirm.
9393
9394 2008-11-24 Jason Rumney <jasonr@gnu.org>
9395
9396 * w32font.c (check_face_name): Use xstrcasecmp. Avoid compiler
9397 warning.
9398
9399 2008-11-23 Jason Rumney <jasonr@gnu.org>
9400
9401 * w32uniscribe.c (uniscribe_encode_char): Ensure context is
9402 restored before returning.
9403
9404 * w32font.c (check_face_name): New function.
9405 (add_font_entity_to_list): Use it to filter out common substituted
9406 fonts. (Bug#642)
9407
9408 2008-11-22 Martin Rudalics <rudalics@gmx.at>
9409
9410 * buffer.c (Fswitch_to_buffer): Reword and mention new option
9411 confirm-nonexistent-file-or-buffer in doc-string.
9412
9413 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
9414
9415 * buffer.c (Fbuffer_swap_text): Remove redundant marker manipulation.
9416 Fix copy/paste typo. Add checks.
9417
9418 2008-11-21 Kenichi Handa <handa@m17n.org>
9419
9420 * coding.c (detect_coding_iso_2022): Reject invalid composition
9421 sequence.
9422 (DECODE_COMPOSITION_START): If the current source is the last
9423 block, and the current composition doesn't end, regard this
9424 sequence as invalid.
9425 (decode_coding_iso_2022): Handle invalid composition sequence.
9426
9427 2008-11-20 Martin Rudalics <rudalics@gmx.at>
9428
9429 * window.c (coordinates_in_window): Don't return
9430 ON_VERTICAL_BORDER for the rightmost position of a mode/header
9431 line when the window is not the rightmost one. (Bug#1372)
9432
9433 2008-11-16 Ben North <ben@redfrontdoor.org> (tiny change)
9434
9435 * buffer.c (syms_of_buffer): Fix doc-string of cursor-type.
9436
9437 2008-11-15 Eli Zaretskii <eliz@gnu.org>
9438
9439 * msdos.c (run_msdos_command): Don't call dos_ttcooked, dos_ttraw,
9440 and bright_bg if noninteractive is non-zero.
9441
9442 2008-11-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9443
9444 * xterm.c (x_draw_glyph_string): For stretch glyphs, don't call
9445 x_draw_glyph_string_background.
9446
9447 * w32term.c (x_draw_glyph_string): Likewise.
9448
9449 2008-11-15 Chong Yidong <cyd@stupidchicken.com>
9450
9451 * xterm.c (x_draw_glyph_string): Stop drawing the background of
9452 the next glyph string once past the overhang width.
9453
9454 * nsterm.m (ns_draw_glyph_string): Likewise.
9455
9456 * w32term.c (x_draw_glyph_string): Likewise.
9457
9458 2008-11-14 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change)
9459
9460 * fileio.c (Finsert_file_contents): Decrement specpdl_ptr to avoid
9461 double file close.
9462
9463 2008-11-14 Martin Rudalics <rudalics@gmx.at>
9464
9465 * window.c (window_loop): In DELETE_BUFFER_WINDOWS case, reset
9466 dedicated status of window before attempting to display another
9467 buffer in it.
9468
9469 2008-11-14 Juanma Barranquero <lekktu@gmail.com>
9470
9471 * msdos.c (Fmsdos_long_file_names):
9472 (syms_of_msdos) <dos-unsupported-char-glyph>:
9473 * dosfns.c (Fint86): Fix typos in docstrings.
9474
9475 2008-11-14 Eli Zaretskii <eliz@gnu.org>
9476
9477 * makefile.w32-in (OBJ1, WIN32OBJ): Fix whitespace.
9478
9479 2008-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
9480
9481 * puresize.h (BASE_PURESIZE): Increase to 1260000.
9482
9483 2008-11-12 Michal Nazarewicz <mina86@tlen.pl> (tiny change)
9484
9485 * frame.c (x_set_alpha): Set alpha to -1 if nil given.
9486
9487 * frame.h: Negative alpha means "don't touch".
9488
9489 * w32term.c (x_set_frame_alpha): Do nothing if alpha is negative.
9490
9491 * xterm.c (x_set_frame_alpha): Do nothing if alpha is negative.
9492
9493 2008-11-12 Dan Nicolaescu <dann@ics.uci.edu>
9494
9495 * hftctl.c:
9496 * chpdef.h:
9497 * acldef.h: Remove files used only for systems no longer supported.
9498
9499 * Makefile.in: Fix .o alphabetical ordering.
9500 (hftctl.o): Remove dependency, file removed.
9501 (keymap.o, print.o): Depend on charset.h.
9502
9503 2008-11-10 Kenichi Handa <handa@m17n.org>
9504
9505 * character.c (Fget_byte): Fix and make it faster for unibyte target.
9506
9507 2008-11-08 Chong Yidong <cyd@stupidchicken.com>
9508
9509 * dired.c (file_name_completion): If completion_ignore_case is
9510 enabled, ignore case when checking completion-regexp-list.
9511
9512 2008-11-08 Eli Zaretskii <eliz@gnu.org>
9513
9514 * vm-limit.c (get_lim_data): Fix last change.
9515
9516 2008-11-08 Kenichi Handa <handa@m17n.org>
9517
9518 * character.c (Fget_byte): New function.
9519 (syms_of_character): Defsubr Fget_byte.
9520
9521 2008-11-07 Chong Yidong <cyd@stupidchicken.com>
9522
9523 * xdisp.c (try_window_reusing_current_matrix): Ensure that window
9524 cursor position is valid after scrolling.
9525
9526 2008-11-06 Juanma Barranquero <lekktu@gmail.com>
9527
9528 * fns.c (Frandom): Rename arg N to LIMIT to match the docs; doc fix.
9529
9530 2008-11-06 Glenn Morris <rgm@gnu.org>
9531
9532 * xterm.c (handle_one_xevent): Don't let popup menus cause
9533 mouse-autoselect-window related window switching. (Bug#1261)
9534
9535 2008-11-04 David Smith <davidsmith@acm.org> (tiny change)
9536
9537 * xterm.c (xim_close_dpy): Avoid double-free on X11R6 XIM.
9538
9539 2008-11-04 Andreas Schwab <schwab@suse.de>
9540
9541 * xfns.c (Fx_wm_set_size_hint): Add missing return value.
9542
9543 2008-11-03 Chong Yidong <cyd@stupidchicken.com>
9544
9545 * xfns.c (Fx_wm_set_size_hint): New function.
9546
9547 2008-11-03 Martin Rudalics <rudalics@gmx.at>
9548
9549 * textprop.c (Fprevious_single_char_property_change): Return 0
9550 when there's no change in a string. (Bug#1301)
9551
9552 2008-11-02 Martin Rudalics <rudalics@gmx.at>
9553
9554 * frame.c (do_switch_frame): New argument NORECORD passed to
9555 Fselect_window.
9556 (Fselect_frame): New argument NORECORD passed to
9557 do_switch_frame.
9558 (Fset_frame_selected_window): New argument NORECORD passed to
9559 Fselect_frame.
9560 (Fhandle_switch_frame, Fdelete_frame): Handle NORECORD argument
9561 in call of do_switch_frame.
9562 (Fset_mouse_position, Fset_mouse_pixel_position, Fraise_frame):
9563 Handle NORECORD argument in call of Fselect_frame.
9564 * lisp.h (do_switch_frame, Fselect_frame)
9565 (Fset_frame_selected_window): Adjust declarations.
9566 * window.c (select_frame_norecord): New function.
9567 (run_window_configuration_change_hook): Use it and call
9568 Fselect_frame with NORECORD set.
9569 (Fselect_window): Pass NORECORD to Fselect_frame.
9570 (Fset_window_configuration): Handle NORECORD argument in call of
9571 do_switch_frame.
9572 * minibuf.c (choose_minibuf_frame): Handle NORECORD in call of
9573 Fset_frame_selected_window.
9574 * keyboard.c (command_loop_1): Handle NORECORD in call of
9575 Fselect_frame (currently ifdefd).
9576
9577 2008-11-02 Ulrich Mueller <ulm@kph.uni-mainz.de>
9578
9579 * emacs.c (USAGE2): Untabify.
9580
9581 2008-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
9582
9583 * composite.c (fill_gstring_header): Fix copy/paste typo.
9584
9585 2008-10-31 Martin Rudalics <rudalics@gmx.at>
9586
9587 * window.c (Fnext_window, Fprevious_window): Rewrite doc-string.
9588 (Fother_window): Rename argument and rewrite doc-string.
9589 (select_window_norecord): Fix return value. (Bug#1276)
9590
9591 2008-10-30 Juanma Barranquero <lekktu@gmail.com>
9592
9593 * w32fns.c (x_create_tip_frame): Prevent default foreground color for
9594 new frames overriding foreground for tooltips. Based on similar patch
9595 from Martin Rudalics <rudalics@gmx.at>. (Bug#1032)
9596
9597 2008-10-29 Chong Yidong <cyd@stupidchicken.com>
9598
9599 * emacs.c (Fdaemon_initialized): Initialize nfd.
9600
9601 2008-10-29 Martin Rudalics <rudalics@gmx.at>
9602
9603 * window.c (Fwindow_height, Fdelete_window, set_window_buffer)
9604 (Fwindow_text_height): Clarify doc-strings.
9605 * xdisp.c (syms_of_xdisp): Mention set-window-buffer in
9606 doc-string of window-scroll-functions.
9607
9608 2008-10-28 Reiner Steib <Reiner.Steib@gmx.de>
9609
9610 * category.c (syms_of_category): Fix typo in docstring.
9611
9612 2008-10-28 Juanma Barranquero <lekktu@gmail.com>
9613
9614 * window.c (Fwindowp, Fwindow_live_p, Fwindow_minibuffer_p)
9615 (Fcoordinates_in_window_p, Fscroll_left, Fscroll_right):
9616 Fix typos in docstrings.
9617
9618 2008-10-28 Dan Nicolaescu <dann@ics.uci.edu>
9619
9620 * emacs.c (daemon_pipe): Make non-static.
9621 (IS_DAEMON): Move definition ...
9622 * lisp.h (IS_DAEMON): ... here.
9623 (daemon_pipe): Declare.
9624 (is_daemon): Remove.
9625 * dispnew.c (init_display): Use IS_DAEMON.
9626
9627 2008-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
9628
9629 * xdisp.c (pos_visible_p, redisplay_internal, message3_nolog)
9630 (message2_nolog): Check FRAME_INITIAL_P instead of noninteractively.
9631
9632 * emacs.c (is_daemon): Remove.
9633 (main): Don't set is_daemon.
9634 (IS_DAEMON): New macro.
9635 (Fdaemonp, Fdaemon_initialized): Use it.
9636 (Fdaemon_initialized): Write a char into the pipe to make sure the
9637 parent exits.
9638 (syms_of_emacs): Explicitly initialize daemon_pipe[1].
9639
9640 2008-10-27 Chong Yidong <cyd@stupidchicken.com>
9641
9642 * nsterm.m (ns_draw_window_cursor): When hbar cursor is on
9643 over-sized glyph, draw it with the default glyph width.
9644
9645 * w32term.c (x_draw_bar_cursor): When hbar cursor is on over-sized
9646 glyph, draw it with the default glyph width.
9647
9648 * xterm.c (x_draw_bar_cursor): When hbar cursor is on over-sized
9649 glyph, draw it with the default glyph width.
9650
9651 * xdisp.c (try_scrolling): When computing the distance from the
9652 scroll margin to PT, try moving some distance past the window
9653 bottom before giving up.
9654
9655 2008-10-27 Martin Rudalics <rudalics@gmx.at>
9656
9657 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p)
9658 (Fset_window_buffer): Explain in doc-string that a window can be
9659 "strongly" dedicated to its buffer.
9660
9661 2008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
9662
9663 * emacs.c (daemon_name): New variable.
9664 (main): Deal with --daemon=SERVER_NAME.
9665 (Fdaemonp): Return a name if one was passed to --daemon.
9666
9667 2008-10-26 Romain Francoise <romain@orebokech.com>
9668
9669 * emacs.c (daemon_pipe): New variable.
9670 (main): Create a pipe before forking, make the parent exit only after
9671 the child has closed its end of the pipe. Move closing the
9672 descriptors ...
9673 (Fdaemon_initialized): ... here. New function.
9674
9675 2008-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
9676
9677 * chartab.c (Foptimize_char_table): Make sure `ascii' doesn't point to
9678 the previous unoptimized table.
9679
9680 * window.c (Fset_window_buffer): Undo 2008-10-18 change to re-instate
9681 the distinction between non-nil and non-t value of `dedicated'.
9682
9683 2008-10-25 Chong Yidong <cyd@stupidchicken.com>
9684
9685 * keyboard.c (read_char_minibuf_menu_prompt): Ensure that
9686 read_char_minibuf_menu_text is large enough to hold the menu string.
9687
9688 2008-10-25 Martin Rudalics <rudalics@gmx.at>
9689
9690 * window.c (Fget_buffer_window, Fdelete_windows_on)
9691 (Freplace_buffer_in_windows): Make buffer argument optional and
9692 rename to buffer_or_name.
9693
9694 2008-10-24 Chong Yidong <cyd@stupidchicken.com>
9695
9696 * xdisp.c (handle_single_display_spec, handle_display_prop):
9697 Undo 2005-05-16 change.
9698 (handle_stop): Pop iterator if it's loaded with an empty string.
9699 (get_overlay_strings_1): Don't save iterator if it's loaded with
9700 an empty string (bug#1201).
9701
9702 2008-10-24 Kenichi Handa <handa@m17n.org>
9703
9704 * ftfont.c (ftfont_otf_features): Fix previous change.
9705 (ftfont_otf_capability): Check FeatureList.FeatureCount before
9706 calling ftfont_otf_features.
9707
9708 2008-10-24 Kenichi Handa <handa@m17n.org>
9709
9710 * font.c (font_match_p): Fix for the case that a vector of
9711 characters is in script-representative-chars.
9712
9713 2008-10-24 Michael Albinus <michael.albinus@gmx.de>
9714
9715 * dbusbind.c (xd_in_read_queued_messages): New variable.
9716 (XD_SIGNAL1, XD_SIGNAL2, XD_SIGNAL3): New macros. Throw Qdbus_error.
9717 (xd_read_queued_messages): Catch Qdbus_error from the macros.
9718 (all): Replace xsignal1, xsignal2, xsignal3 by the respective
9719 macro. (Bug#1186)
9720
9721 2008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
9722
9723 * s/sol2-10.h: New file.
9724
9725 2008-10-23 Juanma Barranquero <lekktu@gmail.com>
9726
9727 * xdisp.c (fill_glyph_string): Fix typo in source (though the
9728 poor beast has survived 9+ years and the jump from xterm.c!).
9729
9730 2008-10-23 Martin Rudalics <rudalics@gmx.at>
9731
9732 * buffer.c (Fget_buffer_create): Rename arg to buffer_or_name.
9733 Reword doc-string.
9734 (Fbury_buffer): In doc-string say what happens to the buffer's window.
9735
9736 2008-10-23 Juanma Barranquero <lekktu@gmail.com>
9737
9738 * character.c (syms_of_character) <script-representative-chars>:
9739 <unicode-category-table>: Doc fixes.
9740
9741 2008-10-23 Noah Friedman <friedman@splode.com>
9742
9743 * coding.c (make_conversion_work_buffer): Check that
9744 Vcode_conversion_reused_workbuf is a live buffer, otherwise call
9745 Fget_buffer_create.
9746
9747 2008-10-23 Kenichi Handa <handa@m17n.org>
9748
9749 * font.c (font_add_log): Check the values of extra properties.
9750
9751 2008-10-22 Martin Rudalics <rudalics@gmx.at>
9752
9753 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
9754 Reword doc-string.
9755 (Fset_window_parameter): Use NILP.
9756 (Fscroll_up, Fscroll_down, Fminibuffer_selected_window)
9757 (Frecenter): Use "selected" instead of "current" window in doc-strings.
9758
9759 2008-10-22 Juanma Barranquero <lekktu@gmail.com>
9760
9761 * xdisp.c (next_element_from_buffer): Remove bogus xassert condition.
9762
9763 2008-10-22 Adrian Robert <Adrian.B.Robert@gmail.com>
9764
9765 * nsfns.m (ns_appkit_version): New function.
9766 (x-server-version): Use it.
9767 (syms_of_nsfns): Define ns-version-string here, not nsterm.m.
9768 (x-server-vendor): Don't check_ns().
9769
9770 * nsterm.m (syms_of_nsterm): Drop ns-version-string.
9771
9772 2008-10-22 Juanma Barranquero <lekktu@gmail.com>
9773
9774 * w32fns.c (unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert.
9775 Copied from 2005-02-03 change to xfns.c by Kim F. Storm.
9776
9777 2008-10-22 Kenichi Handa <handa@m17n.org>
9778
9779 * syntax.c (scan_words): Call word_boundary_p instead of comparing
9780 scripts.
9781
9782 * category.c (word_boundary_p): Check scripts instead of charset.
9783 Handle nil value in word-separating-categories and
9784 word-combining-categories.
9785 (syms_of_category): Fix docstrings of word-separating-categories
9786 and word-combining-categories.
9787
9788 2008-10-21 Eli Zaretskii <eliz@gnu.org>
9789
9790 * coding.c (Fencode_coding_region, Fdecode_coding_region)
9791 (Fdecode_coding_string, Fencode_coding_string): Doc fix.
9792
9793 2008-10-21 Martin Rudalics <rudalics@gmx.at>
9794
9795 * buffer.c (Fget_buffer, Fbury_buffer, switch_to_buffer_1):
9796 Rename arg "buffer" to "buffer_or_name".
9797 (Fkill_buffer): Rename arg "buffer" to "buffer_or_name" and make
9798 it optional.
9799 (no_switch_window): Remove since the return value is not used.
9800 (Fswitch_to_buffer): Rename arg "buffer" to "buffer_or_name".
9801 Consider window as dedicated when Fwindow_dedicated_p returns a
9802 non-nil value.
9803 * lisp.h: Remove prototype for no_switch_window.
9804
9805 2008-10-21 Jan Djärv <jan.h.d@swipnet.se>
9806
9807 * emacs.c (main): Unconditionally set PER_LINUX32 and exec
9808 temacs when dumping if HAVE_PERSONALITY_LINUX32 is defined.
9809
9810 2008-10-21 Kenichi Handa <handa@m17n.org>
9811
9812 * coding.c (detect_coding_charset): For iso-8859-* coding systems,
9813 check Vlatin_extra_code_table.
9814
9815 2008-10-20 Eli Zaretskii <eliz@gnu.org>
9816
9817 * fileio.c (Fset_file_modes): Doc fix.
9818
9819 2008-10-19 Michael Albinus <michael.albinus@gmx.de>
9820
9821 * dbusbind.c (XD_OBJECT_TO_DBUS_TYPE): Handle simple type symbols
9822 in arrays.
9823
9824 2008-10-19 Martin Rudalics <rudalics@gmx.at>
9825
9826 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
9827 Mention kill-buffer in doc-string.
9828 (Fset_window_buffer): Reinsert tem check removed in last commit.
9829 (Fenlarge_window, Fshrink_window): Have argument names and
9830 doc-string follow Elisp manual more closely.
9831
9832 2008-10-18 Eli Zaretskii <eliz@gnu.org>
9833
9834 * fileio.c (Fset_file_modes): Doc fix.
9835
9836 2008-10-18 Martin Rudalics <rudalics@gmx.at>
9837
9838 * window.c (Fwindow_width, Fset_window_start)
9839 (Fwindow_parameters, Fwindow_parameter, Fset_window_parameter)
9840 (Fdelete_windows_on, Freplace_buffer_in_windows):
9841 Make doc-strings follow code and Elisp manual more closely.
9842 (Fwindow_dedicated_p): Make window argument optional.
9843 (Fset_window_dedicated_p): Rename argument "arg" to "flag".
9844 (Fset_window_buffer): Respect any non-nil dedicated value for
9845 window. Rename "buffer" argument to "buffer_or_name".
9846
9847 2008-10-18 Ulrich Mueller <ulm@gentoo.org>
9848
9849 * m/sh3.h: New file, machine description for SuperH.
9850
9851 2008-10-17 Martin Rudalics <rudalics@gmx.at>
9852
9853 * window.c (Fsplit_window): Rename arg horflag to horizontal.
9854
9855 2008-10-17 Kenichi Handa <handa@m17n.org>
9856
9857 * ftfont.c (ftfont_otf_features): Fix indexing
9858 gsub_gpos->FeatureList.Feature. Check the validity of indices.
9859
9860 2008-10-16 Magnus Henoch <mange@freemail.hu>
9861
9862 * dbusbind.c (Fdbus_call_method): Unbreak usage line.
9863 (Fdbus_call_method_asynchronously): Ditto.
9864 This change makes C-h f display the argument list.
9865
9866 2008-10-16 Chong Yidong <cyd@stupidchicken.com>
9867
9868 * fileio.c (Fexpand_file_name): Doc fix.
9869
9870 * xfaces.c (Finternal_set_lisp_face_attribute): Make null values
9871 of :foreground and :background equivalent to unspecified (20.x
9872 compatibility).
9873
9874 2008-10-15 Eli Zaretskii <eliz@gnu.org>
9875
9876 * buffer.c (syms_of_buffer): Doc fix.
9877
9878 2008-10-14 Kenichi Handa <handa@m17n.org>
9879
9880 * font.c (font_clear_prop): When clearing font width, clear the
9881 average width field too.
9882
9883 2008-10-12 Andreas Schwab <schwab@suse.de>
9884
9885 * ftfont.c (ftfont_shape_by_flt): Make static.
9886 * ftfont.h (ftfont_shape_by_flt): Don't declare.
9887
9888 * font.c: Don't include <m17n-flt.h>.
9889
9890 2008-10-10 Eli Zaretskii <eliz@gnu.org>
9891
9892 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Decrease to 10000.
9893
9894 2008-10-09 Eli Zaretskii <eliz@gnu.org>
9895
9896 * frame.c (make_terminal_frame) [MSDOS]: Remove unused #ifdef'ed
9897 away code.
9898
9899 2008-10-09 Chong Yidong <cyd@stupidchicken.com>
9900
9901 * dispnew.c (update_text_area): Avoid looping due to large glyph
9902 overhangs (bug#1070).
9903
9904 2008-10-09 Kenichi Handa <handa@m17n.org>
9905
9906 * fontset.c (face_for_char): If face->fontset is negative, just
9907 return ascii_face.
9908
9909 * font.c (font_delete_unmatched): Fix previous change.
9910 Don't reject an entity if DPI and AVGWIDTH of an entity are 0.
9911
9912 2008-10-09 Martin Rudalics <rudalics@gmx.at>
9913
9914 * frame.c (Fraise_frame): On text-only terminals select frame in
9915 order to make it visible. (Bug#1061)
9916
9917 2008-10-08 Chong Yidong <cyd@stupidchicken.com>
9918
9919 * fontset.c (fontset_find_font): Check frame validity.
9920
9921 2008-10-07 Chong Yidong <cyd@stupidchicken.com>
9922
9923 * gtkutil.c (xg_display_open): Reset default display if none exists.
9924 (xg_display_close): Allow Emacs to close all displays (bug#985).
9925
9926 2008-10-06 Andreas Schwab <schwab@suse.de>
9927
9928 * sysdep.c (sys_signal): Always set SA_RESTART when noninteractively.
9929
9930 2008-10-06 Chong Yidong <cyd@stupidchicken.com>
9931
9932 * emacs.c (Vbefore_init_time, Vafter_init_time): Move from startup.el.
9933
9934 * lisp.h (Vbefore_init_time, Vafter_init_time): Declare.
9935
9936 * gtkutil.c (x_wm_set_size_hint): Return immediately if called
9937 during initialization.
9938
9939 2008-10-04 Eli Zaretskii <eliz@gnu.org>
9940
9941 * xdisp.c (redisplay_internal): If frame switched, redisplay the
9942 whole thing on MSDOS frames as well as on a TTY.
9943
9944 * dispnew.c (update_frame): Flush termscript for MSDOS frames as
9945 well as for TTY.
9946 (Fopen_termscript): Allow opening a termscript on MSDOS frames as
9947 well as on a TTY.
9948
9949 * sysdep.c (init_sys_modes): Set FRAME_GARBAGED_P for MSDOS frames
9950 as well as for TTY.
9951
9952 * systime.h (EMACS_TIME_CMP): Cast EMACS_SECS values to `long'.
9953
9954 * dispnew.c (change_frame_size_1): Set FrameRows and FrameCols for
9955 MSDOS frames as well.
9956
9957 2008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
9958
9959 * image.c (x_clear_image_1): Under NS, call ns_free_indexed_color with
9960 correct arguments.
9961 * menu.c (find_and_return_menu_selection): Add cast.
9962
9963 2008-10-03 Glenn Morris <rgm@gnu.org>
9964
9965 * emacs.c (USAGE1): Add --daemon.
9966
9967 2008-10-02 Eli Zaretskii <eliz@gnu.org>
9968
9969 * process.c (procfs_system_process_attributes): Multiply `pcpu' by
9970 100, so it's in percents as advertised.
9971
9972 2008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
9973
9974 * nsterm.h (ns_cursor_types, ns_output.desired_cursor_color)
9975 (ns_output.current_cursor, ns_output.desired_cursor)
9976 (ns_output.last_inactive, FRAME_CURSOR, FRAME_NEW_CURSOR)
9977 (FRAME_NEW_CURSOR_COLOR): Remove.
9978
9979 * nsfns.m (ns_set_cursor_color): Use FRAME_CURSOR_COLOR.
9980 (ns_lisp_to_cursor_type, ns_cursor_type_to_lisp): Use core Emacs
9981 enumeration (HOLLOW_BOX_CURSOR, etc.).
9982
9983 * nsterm.m (ns_frame_rehighlight): Remove commented code.
9984 (draw_window_cursor): Simplify code.
9985 (EmacsView-windowDidBecomeKey:,-windowDidResignKey:):
9986 Don't change cursor type. In latter, call rehighlight instead of doing
9987 updates manually.
9988 (EmacsPrefsController-setPanelFromValues,-setValuesFromPanel):
9989 Use core Emacs cursor types.
9990
9991 * xdisp.c (draw_glyphs): Don't call notice_overwritten_cursor under NS.
9992
9993 2008-10-02 Martin Rudalics <rudalics@gmx.at>
9994
9995 * process.c (Faccept_process_output): Fix doc-string.
9996
9997 2008-10-02 Dan Nicolaescu <dann@ics.uci.edu>
9998
9999 * gmalloc.c (__sbrk): Also define for uClibc.
10000
10001 * s/gnu-linux.h (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Add definition
10002 for uClibc.
10003
10004 2008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
10005
10006 * nsfont.m (nsfont_spec_to_traits): Use UnXX masks only for non-normal
10007 styles.
10008 (nsfont_open): Reenable the cache.
10009
10010 2008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
10011
10012 * font.c (font_matching_entity): Reflect ATTRS in font selection.
10013 (font_find_for_lface) [HAVE_NS]: Don't ignore case.
10014
10015 2008-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
10016
10017 * dispnew.c (Fsend_string_to_terminal): Don't try to send a string to
10018 a suspended terminal.
10019
10020 2008-09-30 Michael Albinus <michael.albinus@gmx.de>
10021
10022 * dbusbind.c (xd_signature): Use strcat instead of sprintf.
10023
10024 2008-09-30 Eli Zaretskii <eliz@gnu.org>
10025
10026 * Makefile.in (MSDOS_SUPPORT): Remove ccl.elc and codepage.elc.
10027
10028 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
10029
10030 * xdisp.c (move_it_to): Don't advance the iterator if the last tab
10031 in a continued line coincides with a line beginning.
10032
10033 2008-09-29 Adrian Robert <Adrian.B.Robert@gmail.com>
10034
10035 * nsfont.m (nsfont_trait_distance): Fix bug.
10036 (nsfont_list): Return a list rather than a vector (syncs with Handa
10037 changes of 2008-05-14).
10038 (nsfont_open): Improve logging.
10039
10040 2008-09-29 Andreas Schwab <schwab@suse.de>
10041
10042 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
10043
10044 2008-09-28 Martin Rudalics <rudalics@gmx.at>
10045
10046 * character.c (Fchar_resolve_modifiers): Rewrite Elisp function
10047 name as char-resolve-modifiers.
10048 Reported by: Markus Triska <markus.triska@gmx.at>
10049
10050 2008-09-28 Dan Nicolaescu <dann@ics.uci.edu>
10051
10052 * dispnew.c (init_display): Return earlier when running as a daemon.
10053
10054 2008-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
10055
10056 * nsfont.m (nsfont_draw): Fix up composition rendering (cmp_from, ...).
10057
10058 2008-09-27 Eli Zaretskii <eliz@gnu.org>
10059
10060 * composite.c (Fcomposition_get_gstring)
10061 (Fcompose_region_internal, Fcompose_string_internal)
10062 (Ffind_composition_internal): Doc fix.
10063 (syms_of_composite) <compose-chars-after-function>: Doc fix.
10064 (syms_of_composite) <auto-composition-function>: Doc fix.
10065 (syms_of_composite) <composition-function-table>: Doc fix.
10066
10067 2008-09-25 Chong Yidong <cyd@stupidchicken.com>
10068
10069 * search.c (wordify): New argument for lax word-ends.
10070 (Fword_search_forward_lax, Fword_search_backward_lax): New funs.
10071
10072 2008-09-24 Dan Nicolaescu <dann@ics.uci.edu>
10073
10074 * lisp.h (is_daemon): Declare.
10075 * dispnew.c (init_display): Do not try to initialize the terminal
10076 when running as a daemon.
10077
10078 2008-09-22 Chong Yidong <cyd@stupidchicken.com>
10079
10080 * nsfns.m (compute_tip_xy): Use x_display_pixel_width and
10081 x_display_pixel_height.
10082
10083 2008-09-22 Martin Rudalics <rudalics@gmx.at>
10084
10085 * undo.c (record_point): Don't call Fundo_boundary for first
10086 change. (Bug#731)
10087
10088 2008-09-22 Juanma Barranquero <lekktu@gmail.com>
10089
10090 * emacs.c (Fdaemonp): Doc fix.
10091
10092 2008-09-22 Dan Nicolaescu <dann@ics.uci.edu>
10093
10094 * emacs.c (main): Place #ifdef in the proper place.
10095
10096 2008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
10097
10098 * emacs.c (standard_args): Add --daemon.
10099 (main): Disconnect from the terminal when --daemon is passed.
10100 (is_daemon): New variable.
10101 (Fdaemonp): New function.
10102 (syms_of_emacs): Defsubr it.
10103
10104 2008-09-20 Chong Yidong <cyd@stupidchicken.com>
10105
10106 * xdisp.c (get_next_display_element): Handle string display
10107 correctly when checking for the end of a box run.
10108
10109 2008-09-20 Glenn Morris <rgm@gnu.org>
10110
10111 * fileio.c (Qdelete_by_moving_to_trash): New Lisp_Object.
10112 (syms_of_fileio): Add Qdelete_by_moving_to_trash.
10113 (Frename_file): Avoid copying to trash if a rename involves
10114 a delete. (Bug#964).
10115
10116 2008-09-20 Eli Zaretskii <eliz@gnu.org>
10117
10118 * keyboard.c (Fset_quit_char, Fset_input_meta_mode)
10119 (Fset_output_flow_control, Fcurrent_input_mode): Support MSDOS
10120 frames as well as termcap frames.
10121 (handle_interrupt): Remove "#ifndef MSDOS" around the call to
10122 get_named_tty.
10123
10124 2008-09-19 Eli Zaretskii <eliz@gnu.org>
10125
10126 * process.c (procfs_system_process_attributes): Fix cmdline in
10127 case /proc/PID/cmdline is empty.
10128
10129 * xterm.c (x_wm_set_size_hint): Use x_display_pixel_width and
10130 x_display_pixel_height.
10131
10132 2008-09-19 Juanma Barranquero <lekktu@gmail.com>
10133
10134 * frame.c (x_fullscreen_adjust): Declare var as Display_Info.
10135
10136 * w32fns.c (Fx_display_pixel_width, Fx_display_pixel_height)
10137 (compute_tip_xy): Use x_display_pixel_width, x_display_pixel_height.
10138
10139 2008-09-19 Dan Nicolaescu <dann@ics.uci.edu>
10140
10141 * dispextern.h (struct it): Move line_wrap away from the middle of
10142 bitfields. Move voffset in struct iterator_stack_entry after the
10143 bitfields. Move tab_width near after another short.
10144
10145 2008-09-18 Dan Nicolaescu <dann@ics.uci.edu>
10146
10147 * frame.h (struct frame): Move alpha from the middle of bitfields.
10148
10149 * window.h (struct window): Move frozen_window_start_p after the
10150 rest of the bitfields to reduce padding.
10151
10152 2008-09-18 Chong Yidong <cyd@stupidchicken.com>
10153
10154 * xterm.h (x_display_info): Remove `height' and `width' members.
10155
10156 * nsterm.h (ns_display_info): Remove `height' and `width' members.
10157
10158 * w32term.h (w32_display_info): Remove `height', `width',
10159 `height_in', and `width_in' members.
10160
10161 * xterm.c (x_display_pixel_height, x_display_pixel_width):
10162 New functions.
10163 (x_calc_absolute_position): Use them.
10164 (x_term_init): Omit removed `height' and `width' members.
10165
10166 * w32term.c (x_display_pixel_height, x_display_pixel_width):
10167 New functions.
10168 (w32_read_socket, x_calc_absolute_position): Use them.
10169 (w32_initialize_display_info, w32_term_init): Omit removed members
10170 of w32_display_info.
10171
10172 * nsterm.m (x_display_pixel_height, x_display_pixel_width):
10173 New functions.
10174 (ns_initialize_display_info): Omit removed members of ns_display_info.
10175
10176 * xterm.c (x_display_pixel_height, x_display_pixel_width):
10177 New functions.
10178 (x_calc_absolute_position): Use them.
10179 (x_term_init): Omit removed `height' and `width' members.
10180
10181 * xfns.c (Fx_display_pixel_width, Fx_display_pixel_height)
10182 (compute_tip_xy):
10183 * frame.c (x_fullscreen_adjust):
10184 * xmenu.c (menu_position_func): Use x_display_pixel_height and
10185 x_display_pixel_width.
10186
10187 2008-09-18 Kenichi Handa <handa@m17n.org>
10188
10189 * composite.c (fill_gstring_header): Don't check FROM and TO here.
10190 (composition_compute_stop_pos): Fix handling of static composition.
10191 (Fcomposition_get_gstring): Check FROM and TO at first.
10192
10193 2008-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
10194
10195 * composite.c (Fcomposition_get_gstring): Yet another int/Lisp_Object
10196 mixup (YAILOM).
10197
10198 2008-09-17 Chong Yidong <cyd@stupidchicken.com>
10199
10200 * indent.c (Fvertical_motion): Use position reported by iterator
10201 instead of PT for determining screen motion (bug#943).
10202
10203 2008-09-17 Romain Francoise <romain@orebokech.com>
10204
10205 * composite.c (composition_adjust_point): Fix int/EMACS_INT mixup.
10206
10207 2008-09-17 Kenichi Handa <handa@m17n.org>
10208
10209 * ftfont.c (ftfont_shape_by_flt): Downcase family name.
10210
10211 * composite.c (Fcomposition_get_gstring): Make bigger gstring_work
10212 if necessary.
10213
10214 2008-09-16 Kenichi Handa <handa@m17n.org>
10215
10216 * coding.c (make_conversion_work_buffer): Avoid calling
10217 Fget_buffer_create if it is not necessary.
10218
10219 2008-09-15 Martin Rudalics <rudalics@gmx.at>
10220
10221 * window.c (Fselect_window): Don't update window_select_count and
10222 use_time when norecord is not nil.
10223
10224 2008-09-14 Kenichi Handa <handa@m17n.org>
10225
10226 * fileio.c (Finsert_file_contents): Delete incorrect decrement of
10227 specpdl_ptr.
10228
10229 2008-09-12 Kenichi Handa <handa@m17n.org>
10230
10231 * indent.c (scan_for_column): Don't handle automatic composition
10232 if the current buffer is not associated with a window.
10233
10234 * composite.c (composition_reseat_it): If the current buffer is
10235 not associated with a window, ignore the automatic composition.
10236 (find_automatic_composition): Likewise.
10237
10238 2008-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
10239
10240 * term.c (close_gpm): New fun extracted from Fgpm_mouse_stop.
10241 (Fgpm_mouse_stop): Use it.
10242 * termhooks.h (close_gpm): Declare.
10243 * keyboard.c (tty_read_avail_input): Forcefully close the gpm
10244 connection if Gpm_GetEvent fails.
10245
10246 * window.c (set_window_buffer): Always preserve current-buffer.
10247
10248 2008-09-12 Glenn Morris <rgm@gnu.org>
10249
10250 * charset.c (init_charset): Warn if etc/charsets not found. (Bug#909)
10251
10252 2008-09-11 Glenn Morris <rgm@gnu.org>
10253
10254 * charset.c (charset-map-path): Doc fix.
10255
10256 2008-09-10 Kenichi Handa <handa@m17n.org>
10257
10258 * xdisp.c (handle_composition_prop): Set it->cmp_it.ch to -1.
10259
10260 * font.c (Ffont_shape_gstring): Make glyphs of non-nil adjustment
10261 compose a grapheme cluster with the preceding base glyph.
10262
10263 * composite.c (composition_compute_stop_pos): Fix previous change.
10264 Reset cmp_it->id to -1 at first.
10265
10266 2008-09-10 Glenn Morris <rgm@gnu.org>
10267
10268 * Makefile.in (character.o, chartab.o): Fix config.h typo.
10269
10270 2008-09-09 Chong Yidong <cyd@stupidchicken.com>
10271
10272 * keyboard.c (read_key_sequence): Reapply translation maps when
10273 switching keyboards.
10274
10275 2008-09-09 Kenichi Handa <handa@m17n.org>
10276
10277 * ftfont.c (ftfont_shape_by_flt): Use "combining" FLT for ASCII
10278 characters.
10279
10280 * composite.c (FORWARD_CHAR): Fix calculation
10281 of (POSITION).pos_byte.
10282 (composition_compute_stop_pos): Limit the search of composition to
10283 at most 500 characters ahead. If we reach the limit or find a
10284 newline, set cmp_it->ch to -2 and return 0.
10285 (composition_reseat_it): Handle the case that cmp_it->ch is -2.
10286
10287 2008-09-08 Kenichi Handa <handa@m17n.org>
10288
10289 * indent.c (Fvertical_motion): Be sure to set
10290 it_overshoot_expected if it.cmp_it.id is non-negative.
10291
10292 2008-09-07 Andreas Schwab <schwab@suse.de>
10293
10294 * callproc.c (Fcall_process): Don't hold references to string data
10295 across garbage collection. Move initialisation of new_argv down
10296 to avoid compiler bug.
10297
10298 2008-09-07 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10299
10300 * process.c (Fsystem_process_attributes): Doc fix.
10301
10302 2008-09-07 Chong Yidong <cyd@stupidchicken.com>
10303
10304 * callproc.c (Fcall_process): Canonicalize current directory name.
10305
10306 * xdisp.c (move_it_to): When moving by vpos, ensure that the
10307 iterator advances to the next line if the current line ends in a
10308 continued tab.
10309
10310 2008-09-07 Teodor Zlatanov <tzz@lifelogs.com>
10311
10312 * nsfont.m (nsfont_draw): Fix the references to missing gidx data
10313 member to point to cmp_from.
10314
10315 * xdisp.c: Doc fix for references to gidx data member.
10316
10317 2008-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
10318
10319 * buffer.c (Fbuffer_swap_text): Reset window->point markers.
10320
10321 2008-09-07 Kenichi Handa <handa@m17n.org>
10322
10323 * composite.c (FORWARD_CHAR): Check STOP after
10324 incrementing (POSITION).pos.
10325
10326 2008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10327
10328 * process.c (Fsystem_process_attributes): Doc fix.
10329
10330 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
10331
10332 * keyboard.c (Ftop_level): Doc fix.
10333
10334 2008-09-06 Eli Zaretskii <eliz@gnu.org>
10335
10336 * xmenu.c (xmenu_show) [!HAVE_X_WINDOWS]: If frame has a
10337 minibuffer, don't let lower part of menu invade the echo area.
10338
10339 * msdos.c (IT_menu_display): Use STRING_CHAR_ADVANCE instead of a
10340 "char *q" to access menu text and advance through it. Revert the
10341 change that displayed ">" instead of ASCII character 0x10.
10342
10343 2008-09-05 Eli Zaretskii <eliz@gnu.org>
10344
10345 * menu.c (single_menu_item) [!HAVE_BOXES]: Enable emulation of
10346 toggle boxes and radio buttons on MS-DOS as well.
10347
10348 2008-09-05 Kenichi Handa <handa@m17n.org>
10349
10350 * composite.c (autocmp_chars): Check lookback count.
10351 (composition_compute_stop_pos): Set cmp_it->lookback.
10352 (composition_reseat_it): Check lookback count.
10353 (struct position_record): New struct.
10354 (FORWARD_CHAR, BACKWARD_CHAR, CHAR_COMPOSABLE_P): New macros.
10355 (find_automatic_composition): New function.
10356 (composition_adjust_point): Use find_automatic_composition.
10357
10358 * dispextern.h (struct composition_it): New member lookback.
10359
10360 2008-09-02 Chong Yidong <cyd@stupidchicken.com>
10361
10362 * indent.c (Fvertical_motion): Don't call move_it_by_lines again
10363 if moving by a single line.
10364
10365 2008-09-02 Andreas Schwab <schwab@suse.de>
10366
10367 * xterm.c (x_delete_display): Fix merge error.
10368
10369 * fileio.c (Fexpand_file_name): Remove unused variables.
10370
10371 2008-09-02 Eli Zaretskii <eliz@gnu.org>
10372
10373 * fileio.c (Fexpand_file_name): Copy argument `name' into local
10374 storage on all platforms, not just on DOS_NT.
10375
10376 2008-09-02 Jason Rumney <jasonr@gnu.org>
10377
10378 * w32menu.c (Fx_popup_menu, Fx_popup_dialog, w32_menu_show):
10379 Ensure mouse is not grabbed after menu is finished.
10380
10381 2008-09-01 Chong Yidong <cyd@stupidchicken.com>
10382
10383 * xfaces.c (Finternal_set_alternative_font_family_alist)
10384 (Finternal_set_alternative_font_registry_alist): Properly copy
10385 entire alist structure.
10386
10387 2008-09-01 Kenichi Handa <handa@m17n.org>
10388
10389 * ftfont.c (ftfont_spec_pattern): Don't create a charset if the
10390 representative chars of the script is a vector.
10391 (ftfont_list): Handle the case where the representative chars of
10392 the script is a vector.
10393
10394 * character.c (syms_of_character): Docstring of
10395 script-representative-chars fixed.
10396
10397 2008-08-31 Eli Zaretskii <eliz@gnu.org>
10398
10399 * msdos.c (BUILD_CHAR_GLYPH): New macro.
10400 (IT_menu_display): Use it instead of SET_CHAR_GLYPH to construct
10401 the menu. Allocate larger buffer for `text', to account for
10402 possible ^C characters.
10403
10404 2008-08-31 Martin Rudalics <rudalics@gmx.at>
10405
10406 * xdisp.c (prepare_menu_bars): Don't call
10407 Vwindow_size_change_functions with arg Qt.
10408
10409 2008-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
10410
10411 * font.h (font_range):
10412 * fileio.c (report_file_error):
10413 * composite.c (composition_update_it): Yet another int/Lisp_Object
10414 mixup (YAILOM).
10415
10416 2008-08-30 Glenn Morris <rgm@gnu.org>
10417
10418 * data.c (Fmake_variable_frame_local): Doc fix.
10419
10420 * frame.c (Fmodify_frame_parameters): Doc fix.
10421
10422 2008-08-30 Eli Zaretskii <eliz@gnu.org>
10423
10424 * w32.c (init_user_info): Allocate buf[] with xmalloc using the size
10425 needed by GetTokenInformation.
10426 (w32_system_process_attributes): Check return values of all system
10427 APIs.
10428
10429 * msdos.c (IT_display_cursor): Write "CURSOR ON/OFF" to termscript
10430 only when the state changes.
10431 (IT_update_begin, IT_update_end): Add termscript trace.
10432
10433 * w16select.c (Fw16_set_clipboard_data): Don't encode text if
10434 clipboard is unavailable. Set dst to NULL if it doesn't point to
10435 malloc'ed data.
10436 (Fw16_get_clipboard_data): Initialize htext to NULL, to avoid
10437 passing random values to xfree.
10438
10439 * dispnew.c (init_display): Set `tty's association in frame's
10440 parameters alist to the name of the terminal device, if that is known.
10441
10442 2008-08-29 Jason Rumney <jasonr@gnu.org>
10443
10444 * w32uniscribe.c (uniscribe_check_otf): Don't fallback on DFLT script.
10445
10446 2008-08-29 Eli Zaretskii <eliz@gnu.org>
10447
10448 * composite.c (fill_gstring_body): Avoid compiler warnings.
10449
10450 * font.c (font_fill_lglyph_metrics): Use EMACS_INT in
10451 LGLYPH_SET_CODE to avoid compiler warnings.
10452
10453 * makefile.w32-in ($(BLD)/w32uniscribe.$(O)): Depend on composite.h.
10454
10455 * composite.h (LGLYPH_SET_CODE): Cast `val' to EMACS_INT.
10456
10457 * w32uniscribe.c (uniscribe_shape): Shut up compiler warning in
10458 LGLYPH_SET_CODE.
10459
10460 2008-08-29 Kenichi Handa <handa@m17n.org>
10461
10462 * fileio.c (report_file_error): Don't downcase the first character
10463 of errstring if it is still unibyte.
10464
10465 2008-08-29 Kenichi Handa <handa@m17n.org>
10466
10467 These changes are to re-implement the automatic composition so
10468 that it doesn't use text properties.
10469
10470 * Makefile.in (ftfont.o): Depend on composite.h.
10471 (composite.o): Depend dispextern.h, font.h, frame, and window.h.
10472
10473 * character.h (Vunicode_category_table): Extern it.
10474
10475 * character.c (Vunicode_category_table): New variable.
10476 (syms_of_character): DEFVAR_LISP Vunicode_category_table.
10477
10478 * chartab.c (optimize_sub_char_table): Perform more greedy
10479 optimization.
10480
10481 * composite.h (enum composition_method):
10482 Delete COMPOSITION_WITH_GLYPH_STRING.
10483 (COMPOSITION_METHOD): Don't check COMPOSITION_WITH_GLYPH_STRING.
10484 (Vcomposition_function_table): Extern it.
10485 (LGSTRING_XXX, LGLYPH_XXX): Macros moved from font.h.
10486 (composition_gstring_put_cache, composition_gstring_from_id)
10487 (composition_gstring_p, composition_gstring_width)
10488 (composition_compute_stop_pos, composition_reseat_it)
10489 (composition_update_it, composition_adjust_point): Extern them.
10490 (Fcomposition_get_gstring): EXFUN it.
10491
10492 * composite.c: Include window.h, frame.h, dispextern.h, font.h.
10493 (Vcomposition_function_table)
10494 (get_composition_id): Don't handle COMPOSITION_WITH_GLYPH_STRING.
10495 (gstring_hash_table, gstring_work, gstring_work_headers):
10496 New variables.
10497 (gstring_lookup_cache, composition_gstring_put_cache)
10498 (composition_gstring_from_id, composition_gstring_p)
10499 (composition_gstring_width, fill_gstring_header)
10500 (fill_gstring_body, autocmp_chars, composition_compute_stop_pos)
10501 (composition_reseat_it, composition_update_it)
10502 (composition_adjust_point, Fcomposition_get_gstring): New functions.
10503 (syms_of_composite): Initialize gstring_hash_table, gstrint_work,
10504 and gstring_work_headers. DEFVAR_LISP composition-function-table.
10505 Defsubr composition_get_gstring.
10506
10507 * dispextern.h (struct glyph): New union u.cmp. Delete the member
10508 cmp_id.
10509 (struct glyph_string): Delete the member gidx. New members
10510 cmp_id, cmp_from, and cmp_to.
10511 (enum it_method): Delete GET_FROM_COMPOSITION.
10512 (struct composition_it): New struct.
10513 (struct it): New member cmp_it, and iterator_stack_entry.cmp_it.
10514 Delete c, len, cmp_id, cmp_len in u.comp.
10515
10516 * font.h (enum lgstring_indices): Delete it.
10517 (LGSTRING_XXX, LGLYPH_XXX): Move these macros to composite.h.
10518 (enum lglyph_indices): Likewise.
10519 (font_range): Adjust extern.
10520 (font_fill_lglyph_metrics): Extern it.
10521
10522 * font.c (QCf): New variable.
10523 (check_gstring): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
10524 (font_prepare_composition): Delete this function.
10525 (font_range): Type and arguments changed.
10526 (Ffont_make_gstring, Ffont_fill_gstring): Delete them.
10527 (font_fill_lglyph_metrics): New function.
10528 (Ffont_shape_text): Rename to Ffont_shape_gstring and change arguments.
10529 (syms_of_font): DEFSYM QCf. Delete defsubr for
10530 Sfont_make_gstring, Sfont_fill_gstring, Sfont_shape_text.
10531 Defsubr Sfont_shape_gstring.
10532
10533 * fontset.h (font_for_char): Extern it.
10534
10535 * fontset.c (font_for_char): New function.
10536
10537 * ftfont.c: Include composite.h.
10538 (ftfont_resolve_generic_family): Add langset "en" to pattern.
10539 (ftfont_shape_by_flt): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
10540
10541 * indent.c: Include composite.h and dispextern.h.
10542 (check_composition): Delete this function.
10543 (scan_for_column): Handle composition by
10544 composition_compute_stop_pos, composition_reseat_it, and
10545 composition_update_it.
10546 (compute_motion): Likewise.
10547 (Fvertical_motion): Fix checking of composition.
10548
10549 * keyboard.c (adjust_point_for_property): Check composition by
10550 composition_adjust_point.
10551
10552 * nsterm.m (ns_draw_glyph_string): Adjust for the change of
10553 struct glyph_string.
10554
10555 * term.c (encode_terminal_code): Adjust for the change of struct glyph.
10556 (append_composite_glyph): Adjust for the change of struct it and
10557 struct glyph.
10558 (produce_composite_glyph): Likewise.
10559
10560 * w32term.c (x_draw_composite_glyph_string_foreground):
10561 Adjust for the change of struct glyph_string.
10562 (x_draw_glyph_string): Likewise.
10563
10564 * w32uniscribe.c (struct uniscribe_font_info): Include composite.h.
10565 (uniscribe_shape): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
10566
10567 * xdisp.c: Include font.h.
10568 (it_props): Delete the entry for Qauto_composed.
10569 (init_iterator): Initialize it->cmp_it.id to -1.
10570 (compute_stop_pos): Call composition_compute_stop_pos.
10571 (face_before_or_after_it_pos): Adjust for the change of struct it.
10572 (handle_auto_composed_prop): Delete it.
10573 (handle_composition_prop): Handle only static composition.
10574 (next_overlay_string): Remove it->method == GET_FROM_COMPOSITION
10575 from xassert. Initialize it->cmp_it.stop_pos.
10576 (push_it): Adjust for the change of struct it.
10577 (pop_it): Likewise.
10578 (get_next_element): Delete next_element_from_composition.
10579 (CHAR_COMPOSED_P): New macro.
10580 (get_next_display_element): For automatic composition, get a face
10581 from the font in the glyph-string.
10582 (set_iterator_to_next): For GET_FROM_BUFFER and GET_FROM_STRING,
10583 check composition by it->cmp_it.id. Delete GET_FROM_COMPOSITION case.
10584 (next_element_from_string): Check if the character at the current
10585 position is composed by CHAR_COMPOSED_P.
10586 (next_element_from_buffer): Likewise.
10587 (next_element_from_composition): Adjust for the change of struct it.
10588 Update it->cmp_it.
10589 (dump_glyph): Adjust for the change of struct glyph.
10590 (fill_composite_glyph_string): Adjust for the change of struct
10591 it and struct glyph. Don't handle automatic composition here.
10592 (fill_gstring_glyph_string): New function.
10593 (x_get_glyph_overhangs): Handle automatic composition.
10594 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the change of struct glyph.
10595 (BUILD_GSTRING_GLYPH_STRING): New macro.
10596 (BUILD_GLYPH_STRINGS): Call BUILD_GSTRING_GLYPH_STRING for
10597 automatic composition.
10598 (append_composite_glyph): Adjust for the change of struct it and
10599 struct glyph.
10600 (x_produce_glyphs): Adjust for the change of struct it.
10601
10602 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
10603 the change of struct glyph_string.
10604 (x_draw_glyph_string): Likewise.
10605
10606 2008-08-29 Glenn Morris <rgm@gnu.org>
10607
10608 * buffer.c (word-wrap): Doc fix.
10609 * xdisp.c (truncate-partial-width-windows): Doc fix.
10610 Increase default to 50.
10611
10612 2008-08-29 Chong Yidong <cyd@stupidchicken.com>
10613
10614 * xdisp.c (update_tool_bar_unwind): New function.
10615 (update_tool_bar): Temporarily set selected frame before building
10616 tool-bar items.
10617
10618 2008-08-28 Michael Albinus <michael.albinus@gmx.de>
10619
10620 * dbusbind.c (XD_ERROR, XD_DEBUG_MESSAGE): Use strncpy and
10621 snprintf, respectively.
10622 (xd_append_arg): Convert strings with Fstring_make_unibyte.
10623
10624 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
10625
10626 * Makefile.in: Revert (undocumented) 2008-08-20 change adding
10627 LDFLAGS to GNUstep CC invocation.
10628
10629 2008-08-27 Chong Yidong <cyd@stupidchicken.com>
10630
10631 * indent.c (Fvertical_motion): Revert last change. Handle the
10632 general case where we are moving forward, and PT spans multiple
10633 screen lines.
10634
10635 * eval.c (find_handler_clause): Temporarily increase
10636 max-lisp-eval-depth while printing the backtrace buffer, to
10637 guarantee that help-mode code can run.
10638
10639 2008-08-27 Eli Zaretskii <eliz@gnu.org>
10640
10641 * msdos.c (Fmsdos_remember_default_colors): Don't reverse frame
10642 colors under -rv.
10643 (IT_set_frame_parameters): Don't swap foreground and background
10644 colors if `(reverse . t)' is present in the frame properties.
10645 (internal_terminal_init): Call init_frame_faces only for the
10646 initial frame.
10647
10648 2008-08-27 Andreas Schwab <schwab@suse.de>
10649
10650 * dired.c (Ffile_attributes): Avoid compiler warning in bitshift.
10651
10652 2008-08-27 Andreas Schwab <schwab@suse.de>
10653
10654 * search.c (search_buffer): Set char_base to zero only at the end.
10655
10656 2008-08-27 Kenichi Handa <handa@m17n.org>
10657
10658 * fileio.c (report_file_error): Fix handling of multibyte error string.
10659
10660 2008-08-27 Andreas Seltenreich <seltenreich@gmx.de>
10661
10662 * xterm.c (x_term_init): Temporarily hide the partially
10663 initialized terminal while calling vendor-specific-keysyms.
10664
10665 2008-08-26 Eli Zaretskii <eliz@gnu.org>
10666
10667 * msdos.c (internal_terminal_init): Most initializations done only
10668 once, especially initial_screen_colors[] and termscript open.
10669
10670 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
10671
10672 * eval.c (Fcondition_case): Doc fix.
10673
10674 * widgetprv.h (EmacsFramePart): Change font member to the new font
10675 struct.
10676
10677 * widget.c: Include character.h and font.h for XSETFONT.
10678 (setup_frame_gcs): Compute X font id from font struct, just once.
10679
10680 2008-08-26 Eli Zaretskii <eliz@gnu.org>
10681
10682 * term.c (get_named_tty): Fix last change.
10683
10684 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
10685
10686 * indent.c (Fvertical_motion): If moving forward starting from a
10687 multi-line string, move the iterator to the last line of that string.
10688
10689 2008-08-25 Eli Zaretskii <eliz@gnu.org>
10690
10691 * frame.c (do_switch_frame): Mark previously displayed frame as
10692 obscured for FRAME_MSDOS_P frames as well.
10693
10694 2008-08-24 Eli Zaretskii <eliz@gnu.org>
10695
10696 * frame.c (make_terminal_frame): Initialize f->terminal,
10697 f->terminal->reference_count, and scroll bars on MS-DOS as well.
10698 Set the top frame to newly created frame.
10699 (Fmake_terminal_frame): Reuse the_only_display_info.
10700
10701 * vm-limit.c (get_lim_data) [MSDOS]: Use alternative methods of
10702 estimating available memory.
10703
10704 2008-08-23 David Reitter <david.reitter@gmail.com>
10705
10706 * nsterm.m (ns_draw_window_cursor): Don't call
10707 NSDisableScreenUpdates and NSEnableScreenUpdates on
10708 non-NS_IMPL_COCOA systems.
10709
10710 2008-08-23 Andreas Schwab <schwab@suse.de>
10711
10712 * process.c (procfs_system_process_attributes): Fix use of
10713 uninitialized variables.
10714
10715 2008-08-23 Eli Zaretskii <eliz@gnu.org>
10716
10717 * emacs.c (main) [MSDOS]: Call syms_of_xmenu.
10718
10719 * dispnew.c (init_display): Remove MS-DOS specific conditions for
10720 calling tty-set-up-initial-frame-faces.
10721
10722 * xmenu.c (Fx_popup_dialog, Fx_popup_menu, xmenu_show):
10723 Allow MSDOS frames along with X frames.
10724
10725 * termhooks.h (TERMINAL_ACTIVE_P): Handle output_msdos_raw in
10726 addition to output_termcap.
10727
10728 * xdisp.c (redisplay_internal) [MSDOS]: Don't call set_tty_color_mode.
10729
10730 * termchar.h (FRAME_TTY): Support output_msdos_raw.
10731 (struct tty_display_info) [MSDOS]: Add fields related to mouse
10732 highlight.
10733
10734 * process.c [!subprocesses]: Define QCname.
10735 (syms_of_process): Intern and staticpro it.
10736
10737 * w16select.c (Fw16_set_clipboard_data, Fw16_get_clipboard_data):
10738 Adjust for changes in encoding/decoding routines.
10739 Use encode_coding_object and decode_coding_object instead of
10740 encode_coding and decode_coding.
10741
10742 * sysdep.c (init_sys_modes): Call dos_ttraw with tty_out as argument.
10743
10744 * dosfns.c: Include frame.h before termhooks.h.
10745 (dos_cleanup): Use CURTTY ()->termscript instead of a global
10746 variable termscript.
10747
10748 * s/msdos.h (USER_FULL_NAME): Define.
10749 (SYSTEM_PURESIZE_EXTRA): Bump up to 100K.
10750
10751 * editfns.c (USER_FULL_NAME): Define to pw->pw_gecos if undefined.
10752 (Fuser_full_name): Use USER_FULL_NAME instead of a literal
10753 pw->pw_gecos.
10754
10755 * keyboard.c (handle_interrupt) [MSDOS]: Call cursor_to with
10756 SELECTED_FRAME as additional (1st) argument.
10757 (tty_read_avail_input): Handle output_msdos_raw in
10758 addition to output_termcap.
10759
10760 * msdos.c: Include frame.h before termhooks.h.
10761 (mouse_on, mouse_off, mouse_moveto, mouse_init)
10762 (msdos_set_cursor_shape, IT_set_face, IT_write_glyphs)
10763 (show_mouse_face, IT_clear_end_of_line, IT_clear_screen)
10764 (IT_clear_to_end, IT_cursor_to, IT_display_cursor, IT_cmgoto)
10765 (IT_set_terminal_modes, IT_reset_terminal_modes)
10766 (IT_set_frame_parameters): Use tty->termscript instead of a global
10767 variable termscript.
10768 (IT_write_glyphs): Use tty->terminal->terminal_coding instead of a
10769 global variable terminal_coding. Don't refer to
10770 Vnonascii_translation_table.
10771 (internal_terminal_init): Set Vwindow_system in current_kboard.
10772 Don't use TTY_CHAR_INS_DEL_OK. Set Vinitial_window_system.
10773 Announce date and time of session start, if termscript is open.
10774 Don't zero out the_only_display_info (it is done in
10775 term.c:init_tty). Open termscript only of not already open.
10776 Log "SCREEN SAVED" here, instead of IT_set_terminal_modes. Init mouse
10777 here instead of dos_ttraw. Don't initialize display if this is an
10778 initial tty. Don't set FRAME_FONT.
10779 (Vwindow_system_version): Bump to 23.
10780 (dos_ttraw): Accept a TTY argument; all callers fixed. If mouse
10781 is available, set up mouse_position_hook.
10782 (dos_ttraw, IT_set_terminal_modes): If called with initial
10783 terminal, do nothing.
10784 (IT_set_frame_parameters): Handle the Qtty_type frame
10785 parameter by calling internal_terminal_init.
10786 (dos_set_window_size, show_mouse_face)
10787 (clear_mouse_face, IT_note_mode_line_highlight)
10788 (IT_note_mouse_highlight, IT_update_begin, IT_frame_up_to_date)
10789 (dos_rawgetc): Use tty_display_info instead of x_display_info.
10790 (initialize_msdos_display): New function.
10791 (IT_cursor_to, IT_clear_to_end, IT_clear_screen)
10792 (IT_clear_end_of_line, IT_insert_glyphs, IT_write_glyphs)
10793 (IT_delete_glyphs, IT_ring_bell, IT_reset_terminal_modes)
10794 (IT_set_terminal_modes, IT_set_terminal_window, IT_update_begin):
10795 Accept additional argument: a pointer to a frame. Update all callers.
10796 (request_sigio, unrequest_sigio): Don't define, now defined on
10797 sysdep.c.
10798 (IT_write_glyphs): Rewrite to use encode_terminal_code.
10799
10800 * term.c [MSDOS]: Include msdos.h.
10801 (init_tty) [MSDOS]: Reuse most of WINDOWSNT branch. Change cpp
10802 conditional to DOS_NT. Allow only one call to this function in a
10803 session. Don't allocate a new struct tty_display_info; instead,
10804 reuse the_only_display_info. Call get_tty_size to get screen
10805 dimensions. Call init_baud_rate to set bad_rate.
10806 (dissociate_if_controlling_tty) [MSDOS]: Ifdef away function body.
10807 (Fsuspend_tty) [MSDOS]: Don't close input and output.
10808 (Fresume_tty) [MSDOS]: Don't reopen the TTY; instead, use stdin/stdout.
10809 (get_tty_terminal, get_named_tty, Ftty_type)
10810 (Fcontrolling_tty_p): Handle output_msdos_raw in addition to
10811 output_termcap.
10812 (Fresume_tty, Fsuspend_tty, init_tty, delete_tty):
10813 Call add_keyboard_wait_descriptor and delete_keyboard_wait_descriptor
10814 only when subprocesses are supported.
10815
10816 * frame.c (make_terminal_frame) [MSDOS]: Adjust initialization of
10817 f->output_data.x.
10818 (Fmake_terminal_frame) [MSDOS]: Don't allow creation of new
10819 terminal devices.
10820
10821 * msdos.h: Remove definition of struct x_display_info and struct
10822 x_output.
10823 (FRAME_FONT): Use output_data.tty.
10824 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL): Don't define.
10825 (struct x_display_info): Rename from display_info. Update all users in
10826 msdos.c.
10827 (struct x_output): Remove background_pixel and foreground_pixel.
10828 (the_only_display_info): Rename from the_only_x_display.
10829 (dos_ttraw): Update prototype.
10830
10831 * Makefile.in (MSDOS_OBJ): Add xmenu.o.
10832 (SOME_MACHINE_LISP): Add ../lisp/term/pc-win.elc.
10833
10834 2008-08-23 Jason Rumney <jasonr@gnu.org>
10835
10836 * image.c (enum tiff_keyword_index, tiff_format): Add :index keyword.
10837 (fn_TIFFSetDirectory): New library function used.
10838 (init_tiff_functions) [HAVE_NTGUI]: Initialize it.
10839 (tiff_load): Use :index to select among multiple images. Set count
10840 property when multiple images exist.
10841 (gif_format): Use :index, not :image.
10842
10843 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
10844
10845 * xdisp.c (try_scrolling): Check INT_MAX instead of
10846 MOST_POSITIVE_FIXNUM for maximum integer value. Include limits.h
10847 to obtain INT_MAX.
10848
10849 2008-08-21 İsmail Dönmez <ismail@namtrac.org> (tiny change)
10850
10851 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase on GTK+.
10852
10853 2008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
10854
10855 * Makefile.in (temacs${EXEEXT}): On GNUstep, link to appropriate
10856 GNUstep library location.
10857
10858 2008-08-21 Chong Yidong <cyd@stupidchicken.com>
10859
10860 * xfaces.c (x_update_menu_appearance): Check validity of menu font
10861 before using it.
10862
10863 * puresize.h (BASE_PURESIZE): Increase to 1250000.
10864
10865 2008-08-20 Adrian Robert <Adrian.B.Robert@gmail.com>
10866
10867 * nsfns.m (ns-read-file-name): Add casts to avoid warning.
10868 (ns-convert-utf8-nfd-to-nfc): Warn if cannot execute correctly.
10869 * nsfont.m (nsfont_draw): Compare indexed colors to 0, not nil.
10870 * nsterm.h (EmacsView-unlockFocusNeedsFlush:): Add declaration.
10871 (EmacsApp-cursor_blink_handler): Remove declaration.
10872 * nsterm.m (ns_draw_glyph_string): Update first conditional body to
10873 match 01 Feb 2008 changes in xterm.c.
10874 (ns_read_socket): Add cast to avoid warning.
10875 (EmacsApp-application:openFiles:): Don't call replyToOpenOrPrint: on
10876 GNUstep.
10877
10878 2008-08-20 Chong Yidong <cyd@stupidchicken.com>
10879
10880 * xselect.c (x_get_foreign_selection): Return nil if desired
10881 selection could not be obtained, instead of signalling an error.
10882
10883 2008-08-20 David Reitter <david.reitter@gmail.com>
10884
10885 * nsfns.m (ns_lisp_to_cursor_type): Replace with generic xfns.c.
10886 * nsterm.m: Remove ns-specific code for cursor blinking.
10887 (ns_draw_window_cursor): Clear cursor properly rather than
10888 redrawing the area. Respect width of bar cursors.
10889 These changes enable the use of generic blink-cursor-mode and
10890 generic cursor types in NS and support smooth cursor movements (do
10891 not blink off after command).
10892 * xdisp.c (get_phys_cursor_geometry): Redraw wider rectangle on
10893 Nextstep, too.
10894
10895 2008-08-19 Kenichi Handa <handa@m17n.org>
10896
10897 * font.c (Vfont_log_deferred): New variable.
10898 (font_add_log): Check Vfont_log_deferred.
10899 (font_deferred_log): New function.
10900
10901 * font.h (font_deferred_log): Extern it.
10902
10903 * fontset.c (reorder_font_vector): Use encoding charset of fonts
10904 for sorting.
10905 (face_for_char): Use deferred log.
10906
10907 2008-08-18 Kenichi Handa <handa@m17n.org>
10908
10909 * fontset.c (face_for_char): Add font log.
10910
10911 * font.c (font_add_log): Add the font properties :script, :lang,
10912 and :otf in the log.
10913
10914 2008-08-17 Chong Yidong <cyd@stupidchicken.com>
10915
10916 * xdisp.c: Remove dead code.
10917 (handle_invisible_prop, next_overlay_string): Defer call to
10918 setup_for_ellipsis.
10919 (handle_stop, set_iterator_to_next): Call setup_for_ellipsis.
10920
10921 2008-08-15 Chong Yidong <cyd@stupidchicken.com>
10922
10923 * xfaces.c (lookup_derived_face): Properly handle possible zero
10924 return value of get_lface_attributes.
10925 (merge_faces): Don't tell lookup_derived_face to signal an error
10926 if face is not found.
10927
10928 * dired.c (Fdirectory_files): Doc fix.
10929
10930 * process.c (make_process): Initialize kill_without_query struct
10931 member.
10932
10933 2008-08-15 Eli Zaretskii <eliz@gnu.org>
10934
10935 * w32.c (w32_system_process_attributes) [_MSC_VER < 1300]:
10936 Alternative calculation of totphys for Visual Studio 6.
10937
10938 * w32fns.c [_MSC_VER && _MSC_VER < 1300]: Declare HMONITOR.
10939
10940 * w32.c (_MEMORY_STATUS_EX, MEMORY_STATUS_EX, LPMEMORY_STATUS_EX):
10941 Rename from _MEMORYSTATUSEX, MEMORYSTATUSEX, LPMEMORYSTATUSEX.
10942 All users changed.
10943 (stat): Only root directory passed to GetDriveType. Allow RAM
10944 disk as well as local fixed disk when w32-get-true-file-attributes
10945 is set to `local'.
10946 (CopySid_Proc, EqualSid_Proc, GetLengthSid_Proc): New typedefs.
10947 (equal_sid, get_length_sid, copy_sid): New wrapper functions.
10948 (w32_cached_id, w32_add_to_cache): New functions.
10949 (get_name_and_id): Look account names in the cache before calling
10950 lookup_account_sid.
10951 (g_b_init_get_length_sid, g_b_init_equal_sid, g_b_init_copy_sid):
10952 New initialization flags.
10953 (globals_of_w32): Initialize them to zero.
10954 (w32_system_process_attributes): Use w32_cached_id and
10955 w32_add_to_cache.
10956
10957 2008-08-14 Lawrence Mitchell <wence@gmx.li>
10958
10959 * lread.c (Fread_char, Fread_char_exclusive): If no character
10960 event is read before timeout is reached, return nil, rather than
10961 converting to a number.
10962
10963 2008-08-14 Chong Yidong <cyd@stupidchicken.com>
10964
10965 * fns.c (use_dialog_box): Doc fix.
10966
10967 * s/darwin.h: Undefine HAVE_RES_INIT, which appears to be harmful
10968 on OS X.
10969
10970 2008-08-13 Chong Yidong <cyd@stupidchicken.com>
10971
10972 * frame.c (Qns_parse_geometry): New var.
10973 (Fx_parse_geometry): For HAVE_NS, call ns-parse-geometry.
10974
10975 2008-08-11 Chong Yidong <cyd@stupidchicken.com>
10976
10977 * xdisp.c (x_produce_glyphs): Handle the case when font has no
10978 space character in calculating tabs.
10979
10980 2008-08-11 Dan Nicolaescu <dann@ics.uci.edu>
10981
10982 * Makefile.in (bootstrap-emacs): Use ln -f in the CANNOT_DUMP case.
10983
10984 2008-08-10 Glenn Morris <rgm@gnu.org>
10985
10986 * process.c (procfs_system_process_attributes): Use EMACS_INTs to
10987 silence gcc "limited range of data type" warnings in some
10988 make_fixnum_or_float calls.
10989
10990 2008-08-09 Eli Zaretskii <eliz@gnu.org>
10991
10992 * w32.c (w32_system_process_attributes): If the process does not
10993 exist, return nil.
10994
10995 * w32.c: Include thelp32.h, psapi.h and coding.h.
10996 (_MEMORYSTATUSEX, _PROCESS_MEMORY_COUNTERS_EX): New struct
10997 declarations.
10998 (CreateToolhelp32Snapshot_Proc, Process32First_Proc)
10999 (Process32Next_Proc): New typedefs.
11000 (g_b_init_create_toolhelp32_snapshot, g_b_init_process32_first)
11001 (g_b_init_process32_next, g_b_init_open_thread_token)
11002 (g_b_init_impersonate_self, g_b_init_revert_to_self)
11003 (g_b_init_get_process_memory_info, g_b_init_global_memory_status)
11004 (g_b_init_get_process_working_set_size)
11005 (g_b_init_global_memory_status_ex): New static variables.
11006 (globals_of_w32): Initialize them.
11007 (create_toolhelp32_snapshot, process32_first, process32_next)
11008 (open_thread_token, impersonate_self, revert_to_self)
11009 (get_process_memory_info, get_process_working_set_size)
11010 (global_memory_status, global_memory_status_ex): New wrapper
11011 functions.
11012 (w32_list_system_processes, w32_system_process_attributes)
11013 (enable_privilege, restore_privilege, ltime, process_times):
11014 New functions.
11015 (convert_time_raw): New function.
11016 (convert_time): Remove conversion of FILETIME into time in 100
11017 nsec units, call convert_time_raw instead.
11018
11019 * process.h (w32_list_system_processes, w32_system_process_attributes):
11020 Add prototypes.
11021 (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess, Qttname)
11022 (Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime, Qcutime)
11023 (Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs, Quser, Qgroup)
11024 (Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime): Add extern declarations.
11025
11026 * process.c (Fsystem_process_attributes): Doc fix.
11027
11028 2008-08-08 Chong Yidong <cyd@stupidchicken.com>
11029
11030 * xdisp.c (move_it_to): When stopping at a charpos, check if that's
11031 a continued multi-char glyph; if so, advance to the actual glyph.
11032
11033 2008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
11034
11035 * s/darwin.h (OTHER_FILES): Do not define here, defined in config.in.
11036
11037 * Makefile.in (ALL_OBJC_CFLAGS): New variable.
11038 (.m.o): Use it.
11039 * config.in: Regenerate.
11040
11041 2008-08-07 Chong Yidong <cyd@stupidchicken.com>
11042
11043 * xdisp.c (redisplay_window): Revert last change.
11044 (try_window): Check bottom scroll margin too.
11045
11046 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
11047
11048 * config.in: Regenerate.
11049
11050 * Makefile.in (emacs): Remove ifndef NS conditional for 'emacs
11051 -list-load-path-shadows'.
11052 (nsgui.h): Reduce number of things depending on it.
11053
11054 2008-08-06 Chong Yidong <cyd@stupidchicken.com>
11055
11056 * xdisp.c (try_scrolling): Use iterator to find the scroll margin,
11057 instead of window-end which does the wrong thing at eob.
11058 (try_cursor_movement): Minor optimization.
11059 (redisplay_window): If scroll margin is defined, don't assume
11060 window doesn't need scrolling.
11061
11062 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
11063
11064 * config.in: Regenerate.
11065
11066 * Makefile.in: Move nsXXX.m dependencies into big alphabetical list.
11067 (mostlyclean): Don't delete *.d under NS.
11068
11069 * nsterm.h (NS_HAVE_INTEGER): Change to NS_HAVE_NSINTEGER.
11070
11071 2008-08-06 Kenichi Handa <handa@m17n.org>
11072
11073 * xfont.c (xfont_list_family): Return a list of symbols, not strings.
11074
11075 2008-08-06 Andreas Schwab <schwab@suse.de>
11076
11077 * config.in: Regenerate.
11078
11079 2008-08-05 Chong Yidong <cyd@stupidchicken.com>
11080
11081 * xdisp.c (redisplay_window): Don't enforce scroll-margin when
11082 forcing a window start.
11083
11084 * fileio.c (Vauto_save_list_file_name): Move here from file.el.
11085 (auto_save_1): Update modtime when auto-save-list-file-name is on.
11086
11087 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
11088
11089 * emacs.c (main): Under NS, set working dir to HOME when get a "psn"
11090 argument.
11091
11092 2008-08-05 Juanma Barranquero <lekktu@gmail.com>
11093
11094 * buffer.c (syms_of_buffer) <scroll-up-aggressively>:
11095 <scroll-down-aggressively, before-change-functions>:
11096 <after-change-functions>: Reflow docstrings.
11097
11098 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
11099 Ken Raeburn <raeburn@gnu.org>
11100
11101 Dock menu customization, based on a patch by Ken Raeburn, plus some
11102 other fixes.
11103 * nsmenu.m (dockMenu): New variable.
11104 (EmacsDialog -clicked:): Fix mistake in change of 2008-07-17.
11105
11106 * nsterm.h (dockMenu): Declare.
11107
11108 * nsterm.m (KEY_NS_NEW_FRAME): New definition.
11109 (ns_term_init): Initialize dockMenu.
11110 (EmacsApp -newFrame:, -applicationDockMenu:): New methods.
11111 (EmacsView -windowShouldClose:): Don't behave specially if <= 1 frame
11112 left.
11113
11114 * lisp.h (LSB_TAG): Use on DARWIN_OS, not NS_IMPL_COCOA.
11115
11116 2008-08-04 Chong Yidong <cyd@stupidchicken.com>
11117
11118 * nsterm.h: Test directly for NS_HAVE_INTEGER before defining it.
11119
11120 * config.in: Regenerate.
11121
11122 2008-08-04 Seiji Zenitani <zenitani@mac.com>
11123
11124 * nsfns.m (x-create-frame): Set the frame parameter alpha to nil.
11125
11126 2008-08-04 Chong Yidong <cyd@stupidchicken.com>
11127
11128 * nsterm.h (find_and_call_menu_selection): Fix prototype.
11129
11130 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
11131
11132 * emacs.c (main: unexec_init_emacs_zone): Call if on DARWIN_OS.
11133
11134 * keyboard.h: Comment an #endif.
11135
11136 * lisp.h (have_menus_p): Adjust comment.
11137
11138 * menu.c (find_and_return_menu_selection): Fix comparison with
11139 client_data.
11140
11141 * nsmenu.m (popup_activated_flag): New variable.
11142 (popup_activated): New function.
11143 (menu-or-popup-active-p): New exported lisp definition.
11144 (ns_popup_menu): Set popup_activated_flag. Call discard_menu_items()
11145 when popup done.
11146 (ns_popup_dialog): Set popup_activated_flag.
11147
11148 * nsterm.m (EmacsView -conversationIdentifier): Use NSInteger
11149 version for GNUstep (handled by conditional typedef in nsterm.m).
11150 (ns_get_color): Remove special-casing for "darkblue", "dark blue" (now
11151 in rgb.txt).
11152
11153 * process.c (init_process): Use DARWIN_OS, not DARWIN.
11154
11155 * sysselect.h: Conditionalize init_process undef on DARWIN_OS.
11156
11157 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): Do it also under NS.
11158
11159 * xdisp.c (redisplay_internal, note_mouse_highlight): Under NS,
11160 shortcircuit if popup_activated like GTK and X toolkit.
11161
11162 * m/inter386.h: Change DARWIN to DARWIN_OS.
11163
11164 * s/darwin.h: Add #define DARWIN_OS. Get rid of C_SWITCH_SYSTEM def.
11165 Change LIBS_MACGUI to LIBS_NSGUI. Move temacs-conditionalized defs
11166 closer to C_SWITCH_SYSTEM_TEMACS so usage is understood. Expand
11167 comment on NO_SOCK_SIGIO.
11168
11169 2008-08-03 Chong Yidong <cyd@stupidchicken.com>
11170
11171 * nsterm.m (windowDidResize): Remove stopModal call.
11172
11173 2008-08-03 Andreas Schwab <schwab@suse.de>
11174
11175 * vm-limit.c (get_lim_data) [HAVE_GETRLIMIT && RLIMIT_AS]: Define.
11176 (check_memory_limits): Don't handle HAVE_GETRLIMIT here.
11177
11178 2008-08-02 Chong Yidong <cyd@stupidchicken.com>
11179
11180 * vm-limit.c (check_memory_limits): Don't use getrlimit on cygwin.
11181 Don't use uninitialized pointer variable when using getrlimit.
11182
11183 2008-08-02 Jason Rumney <jasonr@gnu.org>
11184
11185 * w32font.c (compute_metrics): Don't mess with glyph_idx setting here.
11186
11187 2008-08-02 Eli Zaretskii <eliz@gnu.org>
11188
11189 * alloc.c (NSTATICS): Bump to 0x640.
11190
11191 * s/gnu-linux.h (HAVE_PROCFS, LISTPROC, PROCATTR): New defines.
11192
11193 * lisp.h: Add prototype for directory_files_internal.
11194
11195 * process.c (Fsystem_processes_list, Fsystem_process_attributes):
11196 New functions.
11197 (syms_of_process): Defsubr them. Add initializations for various
11198 Q* symbols used in procfs_system_process_attributes.
11199 (procfs_list_system_processes, procfs_system_process_attributes)
11200 [HAVE_PROCFS]: New functions.
11201 (time_from_jiffies, ltime_from_jiffies, get_up_time, procfs_ttyname)
11202 (procfs_get_total_memory): New functions.
11203
11204 2008-08-01 Juanma Barranquero <lekktu@gmail.com>
11205
11206 * xfaces.c (Fx_load_color_file): Fix previous change;
11207 it is #ifdef WINDOWSNT, not WINDOWS_NT.
11208
11209 2008-08-01 Michael Albinus <michael.albinus@gmx.de>
11210
11211 * dbusbind.c (xd_read_message): Handle D-Bus error messages.
11212
11213 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
11214
11215 * nsterm.h (NSInteger, NSUInteger): Add defines for non-Leopard.
11216
11217 2008-08-01 Chong Yidong <cyd@stupidchicken.com>
11218
11219 * nsfns.m (ns_frame_parm_handlers): Add empty entry for x_set_alpha.
11220
11221 * nsterm.m (EmacsApp -application:openFiles:): GNUstep does not
11222 define NSApplicationDelegateReplySuccess.
11223 (EmacsView -converstationIdentifier): Use long instead of
11224 NSInteger for GNUstep, since it doesn't have NSInteger.
11225
11226 * xmenu.c: Revert last change.
11227
11228 * keyboard.h: Fix last change.
11229
11230 2008-08-01 Juanma Barranquero <lekktu@gmail.com>
11231
11232 * xfaces.c (x-load-color-file): Use RGB() instead of manually shifting
11233 on Windows.
11234
11235 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
11236
11237 Warning clearing and clean-up in NS port.
11238 * keyboard.h (xmalloc_widget_value, digest_single_submenu):
11239 Add prototypes.
11240 * nsgui.h (FACE_DEFAULT): Remove, unused.
11241 (XGCValues): Change colors to unsigned long.
11242 * nsterm.h (EmacsApp): Add declaration of all methods implemented in
11243 nsterm.m.
11244 (EmacsMenu -addItemWithWidgetValue:): Change to use NSMenuItem class.
11245 (ns_list_fonts): Remove, unused.
11246 (ns_font_to_xlfd, ns_fontname_to_xlfd): Drop prototypes.
11247 * nsfns.m (interpret_services_menu): Use NSMenuItem class.
11248 * nsfont.m (nsfont_open): Fix cast error in glyphs,metrics alloc.
11249 (nsfont_draw): Compare face colors to 0, not nil.
11250 * nsmenu.m (struct widget_value): Drop unneeded declaration.
11251 (EmacsMenu -addItemWithWidgetValue:, -fillWithWidgetValue:)
11252 (-addSubmenuWithTitle:): Use NSMenuItem class.
11253 (ns_popup_menu): Use NO, not NULL, for enabled setting.
11254 * nsterm.m (ns_draw_glyph_string): Don't compare font to ~0.
11255 (ns_clip_to_row): Make gc arg a BOOL.
11256 (ns_draw_fringe_bitmap, ns_draw_window_cursor): Use YES, NO in
11257 ns_clip_to_row() call.
11258 (ns_draw_glyph_string): Drop face comparison to ~0 (no longer
11259 used). Cast FRAME_FONT assignments.
11260 (ns_read_socket): Cast call to EmacsApp-fulfillService:withArg:.
11261 (ns_string_to_lispmod): Change arg to const char.
11262 (ns_term_init): Use NSMenuItem class.
11263 (EmacsApp -openFile:): Move to different section of file.
11264 (EmacsApp -application:openFiles:): Don't return a value, call
11265 -replyToOpenOrPrint:.
11266 (EmacsView -keyDown:): Fix up cast.
11267 (EmacsView -converstationIdentifier): Use NSInteger instead of long.
11268 (EmacsView -menuDown:): Cast tag in call to
11269 find_and_call_menu_selection().
11270 (ns_list_fonts): Remove, unused.
11271 (ns_font_to_xlfd): Make static. Cast result of UTF8String.
11272 (ns_fontname_to_xlfd): Make static.
11273 * w32menu.c (xmalloc_widget_value, digest_single_submenu):
11274 Remove prototypes (now in keyboard.h).
11275 (next_menubar_widget_id): Remove, unused.
11276 * xmenu.c (xmalloc_widget_value, digest_single_submenu):
11277 Remove prototypes (now in keyboard.h).
11278 * xfaces.c (ns_list_fonts, w32_list_fonts): Remove, unused.
11279
11280 2008-08-01 Dan Nicolaescu <dann@ics.uci.edu>
11281
11282 * Makefile.in (dispnew.o, gtkutil.o, sound.o, atimer.o)
11283 (floatfns.o): Depend on syssignal.h.
11284 (term.o): Depend on syssignal.h, systty.h, and $(INTERVAL_SRC).
11285
11286 * systty.h: Fix previous change that removed BSD_TERMIOS.
11287 Add comments to #ifdefs.
11288
11289 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
11290
11291 * w32fns.c (w32-load-color-file): Remove.
11292 (x-open-connection): Use renamed Fx_load_color_file.
11293 * xfaces.c (x-load-color-file): Add.
11294 * nsterm.m (ns_initialize): Load colors from etc/rgb.txt instead of
11295 Emacs.clr.
11296 (hide_hourglass): BLOCK_INPUT before UNBLOCK.
11297
11298 2008-07-31 Michael Albinus <michael.albinus@gmx.de>
11299
11300 * dbusbind.c (Fdbus_call_method_asynchronously)
11301 (Fdbus_method_error_internal): New defuns.
11302 (xd_read_message): Handle also reply messages.
11303 (Vdbus_registered_functions_table): Extend docstring.
11304
11305 2008-07-31 Juanma Barranquero <lekktu@gmail.com>
11306
11307 * keyboard.c (gobble_input): Fix previous change.
11308
11309 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
11310
11311 * bitmaps/README:
11312 * xfns.c:
11313 * termcap.c:
11314 * term.c:
11315 * syswait.h:
11316 * systty.h:
11317 * systime.h:
11318 * syssignal.h:
11319 * sysdep.c:
11320 * process.h:
11321 * process.c:
11322 * print.c:
11323 * ndir.h:
11324 * lread.c:
11325 * keyboard.c:
11326 * getpagesize.h:
11327 * floatfns.c:
11328 * fileio.c:
11329 * emacs.c:
11330 * doc.c:
11331 * dispnew.c:
11332 * dired.c:
11333 * data.c:
11334 * callproc.c:
11335 * buffer.c:
11336 * README:
11337 * Makefile.in:
11338 * s/template.h:
11339 * s/msdos.h:
11340 * m/vax.h: Remove VMS support.
11341 * s/vms.h:
11342 * vlimit.h:
11343 * uaf.h:
11344 * temacs.opt:
11345 * param.h:
11346 * ioctl.h: Remove file.
11347
11348 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
11349
11350 * s/ms-w32.h (MULTI_KBOARD): Remove.
11351 * xterm.c:
11352 * xselect.c:
11353 * xfns.c:
11354 * window.c:
11355 * w32term.c:
11356 * w32fns.c:
11357 * terminal.c:
11358 * termhooks.h:
11359 * term.c:
11360 * sysdep.c:
11361 * keyboard.h:
11362 * keyboard.c:
11363 * frame.h:
11364 * frame.c:
11365 * frame.c: Remove references to MULTI_KBOARD, it is now the default.
11366 * config.in: Regenerate.
11367
11368 2008-07-30 Jason Rumney <jasonr@gnu.org>
11369
11370 * w32font.h (struct w32font_info): Use unicode version of textmetrics.
11371
11372 * w32font.c (w32font_encode_char): Leave as unicode if in range.
11373 (w32font_open_internal): Get unicode version of textmetrics.
11374 Don't enable or disable glyph indices here.
11375 (w32font_open): Disable use of glyph indices.
11376
11377 * w32uniscribe.c (uniscribe_open): Enable use of glyph indices.
11378
11379 2008-07-30 Chong Yidong <cyd@stupidchicken.com>
11380
11381 * minibuf.c (Vread_buffer_function): Doc fix.
11382
11383 2008-07-30 John Paul Wallington <jpw@pobox.com>
11384
11385 * minibuf.c (read_buffer_completion_ignore_case): New var.
11386 (Fread_buffer): Use it.
11387
11388 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
11389
11390 * systty.h (sensemode): Remove empty #if. Remove reference to
11391 BSD_TERMIOS, unused.
11392
11393 * sysdep.c: Remove reference to DGUX.
11394 (closedir): Remove reference to BROKEN_CLOSEDIR, unused.
11395
11396 * config.in: Regenerate.
11397
11398 2008-07-30 Jason Rumney <jasonr@gnu.org>
11399
11400 * w32uniscribe.c (uniscribe_encode_char): Fix glyph buffer size.
11401
11402 2008-07-29 Jason Rumney <jasonr@gnu.org>
11403
11404 * w32uniscribe.c (uniscribe_shape): Avoid using context if cache
11405 is populated.
11406 (uniscribe_encode_char): Always use uniscribe.
11407 Avoid using context if cache is populated.
11408
11409 2008-07-29 Jan Djärv <jan.h.d@swipnet.se>
11410
11411 * xmenu.c (Fx_menu_bar_open_internal): Use activate_item signal to
11412 open menu.
11413
11414 * gtkutil.c (menu_nav_ended): Remove.
11415 (create_menus): Remove signal connect for menu_nav_ended.
11416
11417 2008-07-28 Chong Yidong <cyd@stupidchicken.com>
11418
11419 * xdisp.c (redisplay_window): Check return value of
11420 compute_window_start_on_continuation_line before forcing a window
11421 start.
11422
11423 2008-07-28 Jason Rumney <jasonr@gnu.org>
11424
11425 * w32font.c (w32font_text_extents): Use w32_metric_cache consistently.
11426
11427 * w32term.c (w32_enable_unicode_output, cleartype_active):
11428 Remove obsolete display options.
11429 (x_draw_glyph_string_background): Don't use old cleartype_active
11430 workaround.
11431 (w32_initialize): Remove cleartype_active initialization.
11432 (syms_of_w32term): Remove w32_enable_unicode_output initialization.
11433
11434 2008-07-28 Andreas Schwab <schwab@suse.de>
11435
11436 * lisp.h (init_weak_hash_tables, syms_of_font)
11437 (xd_read_queued_messages, syms_of_dbusbind): Declare.
11438 (remove_hash_entry): Don't declare.
11439 * eval.c (maybe_call_debugger): Make static and move before use.
11440 * gtkutil.c: Include <X11/Xft/Xft.h> if HAVE_XFT.
11441 * xdisp.c: Include "gtkutil.h" if USE_GTK.
11442 * xterm.h (x_set_frame_alpha): Declare.
11443
11444 2008-07-28 Jan Djärv <jan.h.d@swipnet.se>
11445
11446 * gtkutil.c (menu_nav_ended): Revert change from 2008-07-24.
11447 (create_menus): Connect selection-done to menu_nav_ended.
11448
11449 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
11450
11451 * nsfns.m (x-create-frame): Add copy of parms argument to beginning.
11452 Set Vx_resource_name to a fallback. Replace read of 'buffered'
11453 parameter with read of 'alpha' one.
11454 (Qns_frame_parameter): Remove.
11455 * nsselect.m (selection-coding-system)
11456 (next-selection-coding-system, Vselection_coding_system)
11457 (Vnext_selection_coding_system): Drop.
11458
11459 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
11460
11461 * nsfns.m (do-applescript, do_applescript): Rename to
11462 ns-do-applescript, ns_do_applescript, and move within file.
11463
11464 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
11465
11466 Remove support for Mac Carbon.
11467 * mactoolbox.c:
11468 * macterm.h:
11469 * macterm.c:
11470 * macselect.c:
11471 * macmenu.c:
11472 * macgui.h:
11473 * macfns.c:
11474 * mac.c: Remove file.
11475 * s/darwin.h:
11476 * m/intel386.h:
11477 * xfaces.c:
11478 * xdisp.c:
11479 * window.c:
11480 * tparam.c:
11481 * termhooks.h:
11482 * termcap.c:
11483 * term.c:
11484 * syssignal.h:
11485 * sysselect.h:
11486 * sysdep.c:
11487 * process.c:
11488 * lread.c:
11489 * lisp.h:
11490 * keyboard.c:
11491 * image.c:
11492 * fringe.c:
11493 * frame.h:
11494 * frame.c:
11495 * fontset.c:
11496 * font.h:
11497 * font.c:
11498 * fns.c:
11499 * fileio.c:
11500 * emacs.c:
11501 * dispnew.c:
11502 * dispextern.h:
11503 * config.in:
11504 * atimer.c:
11505 * Makefile.in: Remove code for Carbon.
11506
11507 2008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11508
11509 * macterm.c (XDrawLine) [USE_MAC_IMAGE_IO]: Remove spurious return.
11510
11511 2008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11512
11513 * macterm.h (kCGBitmapByteOrder32Host): New define for
11514 non-universal SDKs.
11515
11516 * image.c (mac_create_cg_image_from_image, image_load_image_io)
11517 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
11518
11519 * macterm.c (XDrawLine, XCreatePixmapFromBitmapData)
11520 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
11521
11522 2008-07-26 David Robinow <drobinow@gmail.com> (tiny change)
11523
11524 * w32inevt.c: Include dispextern.h.
11525
11526 2008-07-26 Andreas Schwab <schwab@suse.de>
11527
11528 * print.c (print_object): Fix off-by-one in last change.
11529
11530 2008-07-25 Juanma Barranquero <lekktu@gmail.com>
11531
11532 * term.c (syms_of_term): Don't initialize default_orig_pair,
11533 default_set_foreground and default_set_background on Windows.
11534
11535 2008-07-25 Jason Rumney <jasonr@gnu.org>
11536
11537 * w32uniscribe.c (uniscribe_shape): Pass NULL for control arg to
11538 ScriptItemize. Clean up return value checking. Remove unused
11539 variables.
11540 (uniscribe_encode_char): Encode non-BMP characters with uniscribe
11541 shaping engine.
11542
11543 * w32font.c (w32font_has_char): Handle the case where we can't
11544 determine the script for a character.
11545
11546 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
11547
11548 * term.c (syms_of_term): Initialize default_orig_pair,
11549 default_set_foreground, and default_set_background.
11550
11551 * getloadavg.c (nl): Rename to name_list to avoid ncurses.h
11552 clash (bug#86).
11553 (getloadavg): Callers changed.
11554
11555 * image.c (svg_load_image): Fix last change.
11556 (svg_load_image): Use rsvg_handle_get_dimensions to check that
11557 image size is valid. Use g_object_unref instead of deprecated
11558 rsvg_handle_free to free rsvg handle.
11559 (x_from_xcolors): Don't initialize pixmap (silence compiler).
11560
11561 2008-07-25 Jason Rumney <jasonr@gnu.org>
11562
11563 * w32font.c (w32font_encode_char): Encode characters outside BMP as
11564 surrogates before looking up glyph index.
11565 (w32font_text_extents): Encode as surrogates if falling back to
11566 functions that need UTF-16 wide chars.
11567
11568 * w32uniscribe.c (uniscribe_encode_char): Encode characters outside
11569 BMP as surrogates before looking up glyph index.
11570
11571 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
11572
11573 * image.c (svg_load_image): Check for failure in return value of
11574 rsvg_handle_get_pixbuf. Free rsvg handle when done.
11575
11576 2008-07-25 Jason Rumney <jasonr@gnu.org>
11577
11578 * w32font.c (Fx_select_font): Reverse sense of second arg.
11579
11580 2008-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
11581
11582 * syntax.c (struct lisp_parse_state, char_quoted, inc_bytepos)
11583 (dec_bytepos, find_defun_start): Use EMACS_INT for buffer positions.
11584
11585 * puresize.h (PURESIZE_CHECKING_RATIO): New macro.
11586 (PURESIZE): Use it.
11587
11588 2008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
11589
11590 * m/amdx86-64.h (HAVE_LIB64_DIR): Consolidate ifdefs.
11591 * m/alpha.h (TEXT_END):
11592 * m/ibmrs6000.h (TEXT_END):
11593 * m/macppc.h (TEXT_END):
11594 * s/darwin.h (TEXT_END):
11595 * s/msdos.h (TEXT_END): Remove, unused.
11596 * s/gnu-linux.h (BSD_PGRPS): Add a comment.
11597 * s/cygwin.h: Remove comment.
11598
11599 * ecrt0.c (NODOT_GLOBAL_START): Remove code, unused.
11600 (DOT_GLOBAL_START): Remove conditional, redundant for CRT0_DUMMIES.
11601 * m/intel386.h (DOT_GLOBAL_START):
11602 * m/vax.h (DOT_GLOBAL_START): Remove, redundant with CRT0_DUMMIES.
11603 (USG): Remove, file not used on USG platforms.
11604
11605 * Makefile.in (HAVE_X11): Remove empty #else.
11606
11607 2008-07-24 Andreas Schwab <schwab@suse.de>
11608
11609 * fileio.c (Finsert_file_contents): Properly adjust undo list
11610 after format conversion.
11611
11612 2008-07-24 Jan Djärv <jan.h.d@swipnet.se>
11613
11614 * gtkutil.c (xg_get_font_name): Cast w to GTK_FONT_SELECTION_DIALOG.
11615 (menu_nav_ended): Remove.
11616 (create_menus): Remove signal connect for menu_nav_ended.
11617 (xg_update_menubar): Also take deactivate_cb as parameter, pass it to
11618 create_menus.
11619 (xg_modify_menubar_widgets): Pass deactivate_cb to xg_update_menubar.
11620
11621 2008-07-23 Jason Rumney <jasonr@gnu.org>
11622
11623 * w32font.c (w32_enumfont_pattern_entity): Return height consistent
11624 with opened font.
11625 (w32font_open): Set font type to gdi.
11626
11627 * w32uniscribe.c (uniscribe_open): Set font type to uniscribe.
11628
11629 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
11630
11631 * s/usg5-4.h (ADDR_CORRECT): Remove, unused.
11632 * unexaix.c (ADDR_CORRECT): Remove conditional, the only user
11633 defines it.
11634 * unexec.c (ADDR_CORRECT): Define unconditionally.
11635
11636 * m/ibmrs6000.h (C_SWITCH_MACHINE): Remove.
11637
11638 * unexec.c: Remove code depending on !COFF and USG, the file is
11639 not used for such systems.
11640
11641 * s/netbsd.h (A_TEXT_OFFSET, A_TEXT_SEEK):
11642 * s/freebsd.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, unused.
11643 (LD_SWITCH_SYSTEM_1): Remove, update users.
11644
11645 * s/darwin.h (DATA_END):
11646 * m/intel386.h (DATA_END):
11647 * m/ibmrs6000.h (DATA_END):
11648 * m/alpha.h (DATA_END): Remove, unused.
11649
11650 * config.in: Regenerate.
11651 * s/ms-w32.h (subprocesses): Define unconditionally.
11652 * s/template.h (subprocesses): Update comment.
11653 * s/vms.h (subprocesses):
11654 * s/usg5-4.h (subprocesses):
11655 * s/hpux10-20.h (subprocesses):
11656 * s/gnu-linux.h (subprocesses):
11657 * s/cygwin.h (subprocesses):
11658 * s/bsd-common.h (subprocesses):
11659 * s/aix4-2.h (subprocesses):
11660 * s/darwin.h (subprocesses): Do not define, defined by default now.
11661
11662 * Makefile.in (C_SWITCH_SITE, LD_SWITCH_SITE): Remove, unused.
11663 Remove all references.
11664 (temacs): Add GNUstep specific ld flags.
11665
11666 * nsterm.m (syms_of_nsterm): Provide ns, not ns-windowing,
11667 similarly to what X does.
11668
11669 2008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
11670
11671 * nsfns.m (x-list-fonts): Remove.
11672 (syms_of_nsfns): Drop the x-list-fonts declaration.
11673 * nsterm.m: Get rid of remaining "//" comments.
11674
11675 2008-07-22 Chong Yidong <cyd@stupidchicken.com>
11676
11677 * xselect.c (Fx_rotate_cut_buffers_internal): Doc fix.
11678
11679 * nsselect.m (Fns_selection_exists_p, Fns_selection_owner_p)
11680 (Fx_get_selection_internal, Fns_rotate_cut_buffers_internal)
11681 (Fns_own_selection_internal, Fx_disown_selection_internal)
11682 (Fns_get_cut_buffer_internal, Fns_store_cut_buffer_internal):
11683
11684 * nsmenu.m (Fns_reset_menu, Fx_popup_menu): Change to use 'doc: /*
11685 ... */' style of docstrings. Doc fixes.
11686
11687 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
11688
11689 * terminfo.c (UP, BC, PC): Undo previous change.
11690
11691 * nsfns.m: Rename ns prefixed functions/variables to the
11692 corresponding x versions. Update references.
11693
11694 2008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
11695
11696 * syntax.c (char_quoted): Check "charpos > beg" before decrementing.
11697
11698 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
11699
11700 * nsfns.m (x_set_menu_bar_lines, x_set_tool_bar_lines):
11701 Remove forwarding functions.
11702 (ns_set_menu_bar_lines): Rename to x_set_menu_bar_lines, make
11703 non-static.
11704 (ns_set_tool_bar_lines): Rename to x_set_tool_bar_lines, make
11705 non-static.
11706 (ns_frame_parm_handlers): Use the new names.
11707 (syms_of_nsfns): Move to the end of file.
11708
11709 * nsterm.m (syms_of_nsterm): Move to the end of file.
11710
11711 * dispnew.c (init_display): Remove code for X10.
11712
11713 2008-07-22 Jason Rumney <jasonr@gnu.org>
11714
11715 * w32proc.c (Fw32_long_file_name): Don't append dir separator to
11716 bare drive.
11717
11718 2008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
11719
11720 * nsterm.m (syms_of_nsterm): Remove debugging println.
11721
11722 2008-07-22 David Reitter <david.reitter@gmail.com>
11723
11724 * nsfns.m (do_applescript, F_do_applescript): NS version of the
11725 Carbon implementation of the same functionality: execute arbitrary
11726 AppleScript code.
11727
11728 2008-07-21 Adrian Robert <Adrian.B.Robert@gmail.com>
11729
11730 * nsfns.m (Fx_create_frame, Fx_read_file_name, Fx_get_resource)
11731 (Fx_set_resource, Fx_set_alpha, Fx_server_max_request_size)
11732 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
11733 (Fx_display_mm_height, Fx_display_mm_width)
11734 (Fx_display_backing_store, Fx_display_visual_class)
11735 (Fx_display_save_under, Fx_open_connection)
11736 (Fx_close_connection, Fx_hide_emacs, Fx_font_name)
11737 (Fx_list_colors, Fx_perform_service, Fx_color_defined_p)
11738 (Fx_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
11739 (Fx_display_pixel_width, Fx_display_pixel_height)
11740 (Fx_display_usable_bounds, Fx_display_planes)
11741 (Fx_display_color_cells, Vns_icon_type_alist): Change to use 'doc: /*
11742 ... */' style of docstrings.
11743
11744 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
11745
11746 * m/mips.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Do not define, not used
11747 on this platform.
11748 (mips):
11749 * m/iris4d.h (mips): Do not define.
11750 * sysdep.c (init_sys_modes): Use __mips__ instead of mips.
11751
11752 * m/ibmrs6000.h (LD_SWITCH_SITE): Remove.
11753
11754 * image.c:
11755 * nsfns.m:
11756 * nsselect.m:
11757 * nsterm.h:
11758 * nsterm.m: Rename ns prefixed functions/variables to the
11759 corresponding x versions. Update references.
11760
11761 * m/ibms390x.h (NO_REMAP): Do not undefine.
11762
11763 * m/amdx86-64.h: Use SOLARIS2 instead of sun.
11764
11765 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
11766
11767 * nsfns.m: Change NS to Nextstep in docstrings and error messages.
11768 (Fns_create_frame, Fns_read_file_name, Fns_get_resource)
11769 (Fns_set_resource, Fns_set_alpha, Fns_server_max_request_size)
11770 (Fns_server_vendor, Fns_server_version, Fns_display_screens)
11771 (Fns_display_mm_height, Fns_display_mm_width)
11772 (Fns_display_backing_store, Fns_display_visual_class)
11773 (Fns_display_save_under, Fns_open_connection)
11774 (Fns_close_connection, Fns_hide_emacs, Fns_font_name)
11775 (Fns_list_colors, Fns_perform_service, Fns_color_defined_p)
11776 (Fns_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
11777 (Fns_display_pixel_width, Fns_display_pixel_height)
11778 (Fns_display_usable_bounds, Fx_display_planes)
11779 (Fns_display_color_cells, Vns_icon_type_alist): Doc fixes.
11780
11781 2008-07-21 Ami Fischman <ami@fischman.org> (tiny change)
11782
11783 * print.c (print_object): Check print_depth before searching for
11784 circularities.
11785
11786 2008-07-21 Michael Albinus <michael.albinus@gmx.de>
11787
11788 * dbusbind.c (Fdbus_register_signal): Use sprintf + strcat instead
11789 only sprintf.
11790
11791 2008-07-21 Kenichi Handa <handa@m17n.org>
11792
11793 * ftfont.c (adjust_anchor): Check if DeltaValue is not NULL.
11794
11795 2008-07-20 Andreas Schwab <schwab@suse.de>
11796
11797 * syntax.c (find_start_pos, find_start_value)
11798 (find_start_value_byte, find_start_begv, find_defun_start)
11799 (back_comment, scan_sexps_forward): Use EMACS_INT for buffer positions.
11800
11801 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
11802
11803 * s/sol2-3.h: Insert contents of s/sol2.h.
11804 (LD_SWITCH_SYSTEM): Remove redundant definition.
11805 * s/sol2.h: Remove, unused.
11806
11807 2008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
11808
11809 * nsterm.m (ns_get_color): Recognize HSB,AHSB be synonyms for HSV,AHSV.
11810
11811 2008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
11812
11813 * Makefile.in (ns_appdir): Fix typo in find command.
11814
11815 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
11816
11817 * m/intel386.h (NO_REMAP): Do no define for USG, not used.
11818
11819 * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was
11820 added not supported anymore.
11821
11822 * s/usg5-4-2.h (LIBS_SYSTEM):
11823 * s/sol2.h (LIBS_SYSTEM): Do not undefine.
11824
11825 * s/netbsd.h (GETPGRP_NO_ARG, N_TRELOFF):
11826 * s/lynxos.h (GETPGRP_NO_ARG):
11827 * s/hpux10-20.h (NO_SIOCTL_H):
11828 * s/gnu.h (GETPGRP_NO_ARG):
11829 * s/gnu-linux.h (NO_SIOCTL_H):
11830 * s/freebsd.h (GETPGRP_NO_ARG, N_TRELOFF):
11831 * s/cygwin.h (GETPGRP_NO_ARG):
11832 * s/irix6-5.h (LIBS_SYSTEM, GETPGRP_NO_ARG): Remove, unused.
11833 (C_DEBUG_SWITCH): Remove duplicate definition.
11834
11835 * m/ibms390.h: Remove boilerplate comments.
11836
11837 * sysdep.c (closedir): Use SOLARIS2 instead of sun && USG5_4.
11838
11839 * process.c (HAVE_SERIAL): Consolidate ifdefs.
11840 (wait_reading_process_output): Remove code for SunOS, platform not
11841 supported anymore. Use SOLARIS2 instead of sun.
11842
11843 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
11844
11845 * font.c (font_open_by_name): Under NS, default lface height to zero.
11846 (font_open_for_lface): Under NS, set size based on frame fontsize.
11847 * nsterm.m (EmacsView-changeFont:): Remove some commented code.
11848 * frame.c (x_set_frame_parameters): Remove HAVE_NS ifdef.
11849
11850 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
11851
11852 * nsterm.m (ns_antialias_text, ns_use_qd_smoothing)
11853 (ns_use_system_highlight_color): Switch these from DEFVAR_BOOL to
11854 DEFVAR_LISP and change all code accordingly to use Qt/Qnil instead of
11855 YES/NO.
11856 * nsterm.h (prevUseHighlightColor): Make a Lisp_Object.
11857 * nsfont.m (nsfont_draw): Treat ns_use_qd_smoothing as Lisp_Object.
11858 * Makefile.in (clean): Clear out build destination dir.
11859
11860 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
11861
11862 * Makefile.in (nsgui.h-related dependencies): Remove abbrev, xfns,
11863 xterm, xselect.
11864 * lisp.h: Remove declaration of hash_remove.
11865 * nsgui.h: Remove redefinitions of hash_remove.
11866 * fns.c (hash_remove): Rename to hash_remove_from_table.
11867
11868 2008-07-19 Seiji Zenitani <zenitani@mac.com>
11869
11870 * nsfont.m (nsfont_fmember_to_entity, nsfont_make_fontset_for_font):
11871 strdup() the family UTF8String before modifying it.
11872
11873 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
11874
11875 * nsterm.m (ns_maybe_dumpglyphs_background): Compare result from
11876 NS_FACE_BACKGROUND with 0 instead of nil.
11877 * nsfont.m (nsfont_draw): Same.
11878
11879 2008-07-19 Chong Yidong <cyd@stupidchicken.com>
11880
11881 * nsfns.m (ns_set_background_color): Fix crash.
11882
11883 2008-07-18 Chong Yidong <cyd@stupidchicken.com>
11884
11885 * Makefile.in (SOME_MACHINE_LISP): Remove ns-carbon-compat.elc.
11886
11887 2008-07-18 Dan Nicolaescu <dann@ics.uci.edu>
11888
11889 * puresize.h (BASE_PURESIZE): Increase to 1240000.
11890
11891 2008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11892
11893 * gtkutil.c: Include <config.h> instead of "config.h".
11894
11895 * lisp.h (Foverlay_buffer): Add EXFUN.
11896
11897 * process.c (create_process) [!WINDOWSNT && FD_CLOEXEC]: Wait for
11898 child process to complete child_setup. Undo 2005-09-21 change.
11899
11900 * s/darwin.h: Mention setsid after vfork.
11901
11902 2008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11903
11904 * Makefile.in (frame.o, keyboard.o, xdisp.o, xfaces.o):
11905 Depend on macgui.h.
11906
11907 * macfns.c (Fx_server_version): Don't use gestaltSystemVersionMajor,
11908 gestaltSystemVersionMinor, or gestaltSystemVersionBugFix.
11909
11910 * macterm.c (keycode_to_xkeysym_table): Add entries for f17, f18,
11911 and f19.
11912 [MAC_OSX] (fn_keycode_to_keycode_table): Likewise.
11913
11914 * macterm.h (gestaltSystemVersionMajor, gestaltSystemVersionMinor)
11915 (gestaltSystemVersionBugFix) [MAC_OS_X_VERSION_MAX_ALLOWED < 1040]:
11916 Remove enumerators.
11917
11918 * mactoolbox.c [USE_MAC_TSM] (mac_handle_text_input_event):
11919 Check if FACE_FROM_ID returns NULL.
11920
11921 2008-07-17 David Robinow <drobinow@gmail.com> (tiny change)
11922
11923 * w32inevt.c (change_frame_size): Remove extern declaration.
11924 (resize_event, maybe_generate_resize_event): Pass SAFE arg to
11925 change_frame_size.
11926
11927 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
11928
11929 * getloadavg.c: Revert last change (2008-07-15).
11930
11931 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
11932
11933 * Makefile.in: Replace emacsapp, emacsbindir, emacsappsrc variables
11934 set here with ns_appdir, ns_appresdir, ns_appbindir, ns_appsrc set
11935 from configure.
11936
11937 2008-07-17 Dan Nicolaescu <dann@ics.uci.edu>
11938
11939 * s/sol2.h:
11940 * s/sol2-4.h: Reorganize conditionals.
11941
11942 * ecrt0.c: Remove code depending on m68000, not used anymore.
11943
11944 * fns.c (hash_remove): Make static.
11945 * lisp.h (hash_remove): Don't prototype.
11946
11947 * m/ibmrs6000.h:
11948 * m/ibms390x.h:
11949 * m/macppc.h: Remove boilerplate comments.
11950
11951 * m/sparc.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, only used on
11952 Solaris, which does not need them.
11953
11954 * m/vax.h: Remove comments about unsupported systems.
11955
11956 * s/darwin.h: Reorganize ifdefs.
11957
11958 2008-07-17 Andreas Schwab <schwab@suse.de>
11959
11960 * s/cygwin.h (LIB_STANDARD_LIBSRC): Don't define.
11961
11962 2008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
11963
11964 Use SDATA. Follow coding convention of placing operators at
11965 beginning of next line rather than end of previous line, and placing
11966 spaces around infix operators.
11967
11968 * Makefile.in: Undef LIB_STANDARD before defining it to silence warning
11969 in case it was defined already.
11970 USE @GNUSTEP_MAKEFILES@ rather than envvars.
11971 * nsterm.m (ns_term_init): Pass Qt and Qnil rather than YES/NO to
11972 ns_default.
11973 (applicationShouldTerminate, setValuesFromPanel): Use EQ to compare
11974 Lisp_Objects.
11975 * nsterm.h (Fx_display_grayscale_p, Fx_display_planes)
11976 (ns_defined_color, ns_color_to_lisp): Declare.
11977 * nsselect.m (ns_handle_selection_request, ns_handle_selection_clear)
11978 (Fns_own_selection_internal): Make the big ugly hack more explicit, so
11979 it's accepted even with USE_LISP_UNION_TYPE.
11980 * nsmenu.m (ns_update_menubar): Use EQ to compare Lisp_Objects.
11981 (update_frame_tool_bar): Remove apparently obsolete tests for
11982 non-integerness of f->tool_bar_lines.
11983 (windowShouldClose, addButton, clicked, runDialogAt): Make the big ugly
11984 hack more explicit, so it's accepted even with USE_LISP_UNION_TYPE.
11985 * nsfont.m (nsfont_driver): Use just 0 rather than an invalid cast.
11986 (nsfont_open): Don't confuse NULL for Qnil.
11987 * nsfns.m (ns_implicitly_set_icon_type): Use EQ to compare Lisp_Objects.
11988 * menu.h (find_and_call_menu_selection):
11989 * menu.c (find_and_call_menu_selection): Use just int for vector size.
11990 (find_and_return_menu_selection): Always return something.
11991 * frame.h: Include dispextern.h for Display_Info.
11992 (display_x_get_resource): Declare.
11993
11994 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
11995
11996 * syntax.c: Remove stdio.h include accidentally introduced in
11997 Emacs.app commit.
11998 * Makefile.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
11999 NS_IMPL_COCOA.
12000 * keyboard.c (handle_async_input, input_available_signal): Remove
12001 BSD4_1 conditional code, introduced accidentally in Emacs.app commit.
12002
12003 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
12004
12005 * nsterm.m (lisp_to_mod): Use parse_solitary_modifier instead.
12006 (ns_lisp_to_color): Don't mess with internal Lisp data fields.
12007 (ns_term_init, ns_term_shutdown, initFrameFromEmacs, ns_list_fonts):
12008 Use SDATA.
12009
12010 * keymap.c: Remove all NS-specific code.
12011 (where_is_preferred_modifier, Vwhere_is_preferred_modifier): New vars.
12012 (preferred_sequence_p): Rename from ascii_sequence_p; pay attention to
12013 where_is_preferred_modifier, return a different value depending on how
12014 preferred is the binding.
12015 (where_is_internal): Adjust accordingly.
12016 (Fwhere_is_internal): Refresh where_is_preferred_modifier.
12017 Adjust to new preferred_sequence_p.
12018 (syms_of_keymap): Declare `where-is-preferred-modifier'.
12019 * keyboard.c (parse_solitary_modifier): Not static any more.
12020 * keyboard.h (parse_solitary_modifier): Declare.
12021
12022 2008-07-16 Andreas Schwab <schwab@suse.de>
12023
12024 * Makefile.in (SOME_MACHINE_LISP): Remove easy-mmode, fix spelling
12025 of easymenu.
12026
12027 2008-07-16 Chong Yidong <cyd@stupidchicken.com>
12028
12029 * xdisp.c (move_it_in_display_line): Account for word wrap, so
12030 that we don't move off the line.
12031
12032 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
12033
12034 * keyboard.c (Qsuper): Remove.
12035 (parse_menu_item): Don't call where_is_internal specially for NS.
12036
12037 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
12038
12039 * s/gnu-linux.h: Remove boilerplate comments.
12040
12041 * m/alpha.h (__ELF__): Consolidate conditions.
12042
12043 * m/m68k.h (linux): Use GNU_LINUX instead.
12044 Remove boilerplate comments.
12045
12046 * m/intel386.h: Undo refactoring from previous change.
12047 (LIB_STANDARD): All systems that define USG define LIB_STANDARD
12048 too, remove dead code.
12049 (linux): Use GNU_LINUX instead.
12050
12051 2008-07-16 Jason Rumney <jasonr@gnu.org>
12052
12053 * w32gui.h: Repeat 26 June changes lost by last change.
12054
12055 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
12056
12057 * systty.h: Remove code for Aix on 386, unsupported platform.
12058
12059 * s/ms-w32.h: Remove boilerplate comments.
12060 (fcloseall, fgetchar, flushall, fputchar, getw, putw): Remove, unused.
12061
12062 * s/gnu-linux.h (TERM): Remove support.
12063 (HAVE_SYSVIPC): Remove, unused.
12064 (A_TEXT_OFFSET, A_TEXT_SEEK, ADJUST_EXEC_HEADER): Remove, not used
12065 for this system.
12066
12067 * process.c: Remove support for IRIS, unused.
12068 Remove support for TERM, not relevant anymore.
12069
12070 * unexalpha.c (DEFAULT_ENTRY_ADDRESS): Remove, replace the only
12071 used with the definition.
12072
12073 * s/aix4-2.h (static): Do not undef.
12074
12075 * m/ibmrs6000.h: Remove code depending on USG5_4, this file is
12076 only used on Aix.
12077 (HAVE_SYSVIPC): Remove, unused.
12078
12079 * m/hp800.h (CANNOT_DUMP): Do not undef.
12080
12081 * m/alpha.h: Fix comment.
12082
12083 * s/usg5-4.h (HAVE_SYSVIPC): Remove, unused.
12084 (USG_SHARED_LIBRARIES): Remove, only used in unexec.c which is not
12085 used by this configuration.
12086 * emacs.c: Remove code depending on USG_SHARED_LIBRARIES.
12087 * unexec.c: Remove code depending on HPUX and
12088 USG_SHARED_LIBRARIES, not used with this file. Remove code
12089 depending on IRIS, unused. Remove if 0-ed code.
12090
12091 * s/template.h: Remove comments about static.
12092
12093 * sysdep.c: Remove code depending on NEED_PTEM_H, unused.
12094 Remove if 0-ed code.
12095 (baud_convert): Don't depend on BAUD_CONVERT, all definitions the
12096 were the same as the default.
12097 * s/vms.h (BAUD_CONVERT): Remove, same as the default.
12098 Remove boilerplate comments.
12099 * s/hpux10-20.h (BAUD_CONVERT): Remove, same as the default.
12100 (HAVE_SYSVIPC): Remove, unused.
12101 (LD_SWITCH_SYSTEM_TEMACS): Simplify, hp9000s700 not supported anymore.
12102
12103 * m/ia64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
12104 Remove boilerplate comments.
12105 * m/amdx86-64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
12106 Remove boilerplate comments.
12107 * m/ibms390x.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
12108 Remove boilerplate comments.
12109 * lisp.h (PNTR_COMPARISON_TYPE): Define it unconditionally.
12110
12111 * m/intel386.h (DATA_SEG_BITS): Remove definitions, only used on
12112 USG systems which do not use DATA_SEG_BITS.
12113 Refactor code. Remove boilerplate comments.
12114
12115 * m/ibms390.h:
12116 * m/m68k.h:
12117 * s/bsd-common.h:
12118 * s/cygwin.h:
12119 * s/darwin.h:
12120 * s/freebsd.h:
12121 * s/gnu.h:
12122 * s/msdos.h: Remove boilerplate comments.
12123
12124 * m/iris4d.h: Remove boilerplate comments and code for systems that
12125 do not use this file.
12126 (IRIS_4D): Remove, unused.
12127
12128 * m/mips.h: Remove boilerplate comments and code for systems that
12129 do not use this file.
12130 (SIGN_EXTEND_CHAR):
12131 * m/arm.h (SIGN_EXTEND_CHAR): Remove, unused.
12132 * unexmips.c: Remove file, unused.
12133
12134 * editfns.c (Fuser_full_name): Replace the only use of
12135 USER_FULL_NAME with its value.
12136 * config.in: Regenerate.
12137
12138 2008-07-16 David Reitter <david.reitter@gmail.com>
12139
12140 * Makefile.in: Add ns-win, ns-carbon-compat, easy-mmode and
12141 easy-menu to SOME_MACHINE_LISP for the new NeXTstep port.
12142
12143 2008-07-16 Glenn Morris <rgm@gnu.org>
12144
12145 * emacs.c (system-type): Doc fix.
12146
12147 2008-07-15 Stefan Monnier <monnier@iro.umontreal.ca>
12148
12149 * keyboard.c (parse_menu_item): Don't use cachelist, even under NS.
12150 If the cache doesn't work, let's fix it, rather than work around it.
12151
12152 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
12153
12154 * Makefile.in: Correct additions for nsfont.o in last commit.
12155 * nsfont.m: New file (forgot last commit).
12156
12157 2008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
12158
12159 * callproc.c (set_initial_environment): Initialize
12160 Vprocess_environment under CANNOT_DUMP (fixes crash when
12161 batch-compiling for bootstrap).
12162
12163 2008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
12164 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12165
12166 * frame.c (make_initial_frame): Call init_frame_faces(f) in
12167 CANNOT_DUMP case -- fix crash due to different init order.
12168
12169 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
12170
12171 Changes and additions for NeXTstep windowing system (Cocoa and
12172 GNUstep) support.
12173
12174 * Makefile.in:
12175 * config.in: Support defines and build commands for NS port.
12176 * blockinput.h (BLOCK_INPUT, UNBLOCK_INPUT, TOTALLY_UNBLOCK_INPUT)
12177 (UNBLOCK_INPUT_TO): Don't use under NS unless EXPERIMENTAL_CONTROL_G.
12178 * dispextern.h: Include nsgui.h and add needed typedefs under NS
12179 windowing.
12180 (struct face): Add synth_ital field.
12181 * dispnew.c: Include nsterm.h when compiling under NS windowing.
12182 (init_display): Initialize Vinitial_window_system to "ns" when so
12183 compiled.
12184 * emacs.c: Include GSConfig.h when compiling under GNUstep.
12185 (display_arg): Use under NS.
12186 (main): Under NS, allocate autorelease pool and handle command line
12187 args. Move syms_of_xmenu() call under #ifdef HAVE_X_WINDOWS.
12188 (standard_args): Add NS-specific args.
12189 (shut_down_emacs): Shut down NS terminal if compiled under NS.
12190 * font.c (DEFAULT_ENCODING): New variable.
12191 (font_find_for_lface): Use it.
12192 (syms_of_font): Load syms_of_nsfont under NS.
12193 * font.h: Declare nsfont_driver when compiled under NS.
12194 * fontset.c: When compiling under NS, include nsterm.h.
12195 (fontset_from_font): Autoconstruct fontset under NS.
12196 * frame.c (various): Under NS, include nsterm.h, add Qns window system
12197 symbol, document and use it.
12198 (do_switch_frame): When for_deletion under Cocoa, add
12199 Fraise_frame(Qnil).
12200 (x_set_frame_parameters): Ensure font attribute changes are picked up.
12201 (x_get_arg): Allow "yes" and "no" as boolean values.
12202 (syms_of_frame): Declare Qns. Init Vdefault_frame_scroll_bars to
12203 Qright under Cocoa.
12204 (focus-follows-mouse): Default to 0 under NS.
12205 * frame.h (enum output_method): Add output_ns.
12206 (external_tool_bar, external_menu_bar, FRAME_EXTERNAL_TOOLBAR)
12207 (FRAME_EXTERNAL_MENU_BAR): Use under NS.
12208 (FRAME_WINDOW_P): NS-specific definition.
12209 * fringe.c (max_used_fringe_bitmap): Make public.
12210 * getloadavg.c (mach/mach.h): Include it under NeXT descendant OS's.
12211 (getloadavg): Use NeXT code under descendant OS's.
12212 * image.c (includes and header section, x_create_bitmap_from_data)
12213 (x_create_bitmap_from_file, free_bitmap_record, image_background)
12214 (image_background_transparent, x_clear_image_1)
12215 (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
12216 (Create_Pixmap_From_Bitmap_Data, xpm_load_image, lookup_rgb_color)
12217 (x_to_xcolors, x_from_xcolors, x_disable_image)
12218 (x_build_heuristic_mask, syms_of_image): Add NS support parallel to
12219 other GUIs, including XPM support using code originally written for
12220 Carbon GUI.
12221 (png_load, jpeg_load, tiff_load, gif_load): Add implementations
12222 using NS API.
12223 (image_ascent): Use font metrics macros instead of direct struct field
12224 access.
12225 * keyboard.c (includes): Add nsterm.h when compiling under NS.
12226 (kbd_buffer_get_event): Handle NS as other GUI windowing systems.
12227 Also, handle NS as GTK for menu bar purposes.
12228 (make_lispy_event): Handle NS as other GUI windowing systems, and as X
12229 toolkit where they differ.
12230 (parse_menu_item): Prefer keybindings using 'super' modifier. Also,
12231 use cachelist, still needed under NS.
12232 * keyboard.h (ENCODE_MENU_STRING, XtPointer, Boolean): Handle as NTGUI.
12233 (struct widget_value): Define it here for menu.c.
12234 * keymap.c (includes): Include modifier internals.
12235 (lisp_to_mod, modifier_sequence_p): New functions, compiled only under
12236 NS.
12237 (where_is_internal, Fwhere_is_internal): When compiled under NS, add
12238 support for preferring sequences using certain modifiers, specified by
12239 the FIRSTONLY argument.
12240 * lisp.h (hash_remove): Rename to avoid name clash when compiling
12241 under NS GNUstep implementation.
12242 (USE_LSB_TAG): Use it under Cocoa when compiling under NS.
12243 * lread.c (init_lread): Treat NS as HAVE_CARBON for turn_off_warning.
12244 * menu.c: Include nsterm.h under NS.
12245 (single_menu_item, parse_single_submenu, xmalloc_widget_value)
12246 (free_menubar_widget_tree_value, update_submenu_strings)
12247 (find_and_call_menu_selection): Treat NS as X and NT.
12248 (find_and_return_menu_selection): New function, used for popup menus.
12249 * nsgui.h:
12250 * nsterm.h:
12251 * nsfns.m:
12252 * nsimage.m:
12253 * nsmenu.m:
12254 * nsselect.m:
12255 * nsterm.m: New files.
12256 * process.c (wait_reading_process_output): Under NS, call ns_select()
12257 instead of plain select().
12258 * syntax.c (char_quoted): Under NS, avoid a crash when called near
12259 beginning of buffer.
12260 * sysselect.h (init_process): Rename when compiling under Cocoa to
12261 avoid name conflict.
12262 * termhooks.h (display_info): Add ns_display_info to union.
12263 * terminal.c (Fterminal_live_p): Add ns to terminal types.
12264 * terminfo.c (UP, BC, PC): Don't declare when compiling under NS in
12265 COCOA environment.
12266 * unexnext.c: Update to work with mach API on Mac OS X, and to use new
12267 unexec() signature. (Note, this will dump, but the resulting file
12268 crashes; unexosx is used instead; keeping around for reference and
12269 possible aid in getting dump working under GNUstep.)
12270 * w32gui.h (button_type, widget_value): Remove definitions (now in
12271 keyboard.h).
12272 * window.c: Include nsterm.h when compiling under NS.
12273 * xdisp.c (includes): Include nsterm.h when compiling under NS.
12274 (set_frame_menubar, update_menu_bar, display_menu_bar): Handle NS as
12275 other GUI windowing systems.
12276 (update_tool_bar, redisplay_tool_bar, redisplay_window): Handle NS as
12277 GTK.
12278 (x_consider_frame_title): Under NS, set icon type and frame
12279 modified-state indicator; use ns_set_name_as_filename() when using
12280 formatted title.
12281 (update_window_cursor): Make public when compiling under NS.
12282 (display_hourglass_p, syms_of_xdisp, hourglass_shown_p)
12283 (hourglass_atimer, Vhourglass_delay
12284 * xfaces.c (header section, init_frame_faces, clear_font_table)
12285 (defined_color, unload_color, x_face_list_fonts)
12286 (prepare_face_for_display): Add NS support parallel to other GUIs.
12287 Emulate GCs like other non-X GUIs.
12288 (split_font_name): Don't lowercase font name under NS.
12289 (merge_face_ref, Finternal_set_lisp_face_attribute): Support stippling
12290 under NS.
12291 * s/darwin.h: Add support for compilation under NS.
12292
12293 2008-07-15 Jason Rumney <jasonr@gnu.org>
12294
12295 * w32fns.c (Fx_create_frame): Remove duplicate unwind_protect.
12296 (w32_show_hourglass): Rename from show_hourglass.
12297 (w32_hide_hourglass): Rename from hide_hourglass.
12298 (DEFAULT_HOURGLASS_DELAY): Revert from last change.
12299 (Vhourglass_delay): Declare extern.
12300 (hourglass_started): Remove.
12301
12302 * xdisp.c (Vhourglass_delay): Remove static.
12303 (hourglass_started, start_hourglass, cancel_hourglass):
12304 Don't include these versions on WINDOWSNT.
12305
12306 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
12307
12308 * dispextern.h (hourglass_shown_p, hourglass_atimer): New extern
12309 variables (formerly in xfns.c).
12310 (show_hourglass, hide_hourglass): New prototypes (same).
12311 * xdisp.c (display_hourglass_p, hourglass_shown_p, hourglass_atimer)
12312 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY): New variables (formerly
12313 in xfns.c).
12314 (syms_of_xdisp): Declare/initialize display-hourglass,
12315 hourglass-delay. Initialize hourglass_atimer, hourglass_shown_p.
12316 (hourglass_started, start_hourglass, cancel_hourglass): New functions,
12317 formerly in xfns.c.
12318 * xfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
12319 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
12320 (start_hourglass, cancel_hourglass): Remove.
12321 (show_hourglass, hide_hourglass): Remove prototypes and static
12322 modifiers.
12323 (syms_of_xfns): Remove display-hourglass, hourglass-delay,
12324 hourglass_atimer, hourglass_shown_p declaration/initialization.
12325 * macfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
12326 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
12327 (start_hourglass, cancel_hourglass): Remove.
12328 (show_hourglass, hide_hourglass): Remove prototypes and static
12329 modifiers.
12330 (syms_of_macfns): Remove display-hourglass, hourglass-delay,
12331 hourglass_atimer, hourglass_shown_p declaration/initialization.
12332 * w32fns.c (display_hourglass_p, Vhourglass_delay)
12333 (DEFAULT_HOURGLASS_DELAY): Remove.
12334 (syms_of_w32fns): Remove display-hourglass, hourglass-delay,
12335 hourglass_shown_p declaration/initialization.
12336
12337 2008-07-14 Jason Rumney <jasonr@gnu.org>
12338
12339 * w32fns.c (w32_get_arg): Remove wrapper function.
12340 (w32_createwindow, x_icon, x_create_tip_frame): Use x_get_arg
12341 directly.
12342 (Fx_create_frame): Sync with xfns.c. Use x_get_arg directly.
12343
12344 2008-07-14 Kenichi Handa <handa@m17n.org>
12345
12346 * xfont.c (xfont_open): Add workaround for X's bug.
12347
12348 2008-07-14 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
12349
12350 * fontset.c: Include <stdio.h> unconditionally.
12351
12352 2008-07-13 Michael Albinus <michael.albinus@gmx.de>
12353
12354 * dbusbind.c (Fdbus_register_signal): Allow also signal arguments
12355 for filtering.
12356
12357 2008-07-13 Dan Nicolaescu <dann@ics.uci.edu>
12358
12359 * s/vms.h: Use __GNUC__ instead of _GNUC_.
12360
12361 * m/macppc.h:
12362 * m/alpha.h: Use GNU_LINUX instead of LINUX. Reorganize conditionals.
12363
12364 * m/ibms390x.h (XINT, XUINT): Don't define, same as the default.
12365 (SPECIAL_EMACS_INT):
12366 * m/ia64.h (SPECIAL_EMACS_INT):
12367 * m/amdx86-64.h (SPECIAL_EMACS_INT):
12368 * s/gnu.h (NLIST_STRUCT):
12369 * s/aix4-2.h (X11R5_INHIBIT_I18N):
12370 * s/gnu-linux.h (LINUX):
12371 * s/msdos.h (HAVE_FACES):
12372 * s/ms-w32.h (HAVE_FACES): Don't define, unused.
12373
12374 * systty.h:
12375 * sysdep.c (setup_pty): Don't depend on SYSV_PTYS, it is not used
12376 anymore.
12377
12378 2008-07-12 Dan Nicolaescu <dann@ics.uci.edu>
12379
12380 * syswait.h: Remove old if 0 code. Do not define WAITTYPE, it was
12381 always defined as int.
12382
12383 * s/netbsd.h (HAVE_UNION_WAIT, HAVE_WAIT_HEADER, WAIT_USE_INT):
12384 * s/gnu.h (HAVE_WAIT_HEADER, WAIT_USE_INT, HAVE_UNION_WAIT):
12385 * s/gnu-linux.h (HAVE_WAIT_HEADER):
12386 * s/freebsd.h (HAVE_WAIT_HEADER):
12387 * s/bsd-common.h (HAVE_UNION_WAIT):
12388 * s/aix4-2.h (HAVE_WAIT_HEADER):
12389 * m/mips.h (HAVE_UNION_WAIT):
12390 * s/usg5-4.h (HAVE_WAIT_HEADER, WAITTYPE): Do not define, not used.
12391 (COFF, static): Do not define, they are undefined later in the file.
12392
12393 * process.c (update_status): Don't use a union.
12394 (status_convert):
12395 (sigchld_handler): Use int instead of WAITTYPE.
12396
12397 2008-07-12 Chong Yidong <cyd@stupidchicken.com>
12398
12399 * indent.c (Fvertical_motion): Restore hscroll before moving to
12400 goal column.
12401
12402 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
12403
12404 * lisp.h: Remove left over code.
12405
12406 2008-07-11 Andreas Schwab <schwab@suse.de>
12407
12408 * lisp.h: Fix logic in last change.
12409
12410 * menu.h: New file.
12411 * menu.c: Include it.
12412 * xmenu.c: Likewise.
12413 * Makefile.in: Update dependencies.
12414
12415 2008-07-11 Kenichi Handa <handa@m17n.org>
12416
12417 * fontset.c (fontset_from_font): Cancel the previous change.
12418
12419 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
12420
12421 * lisp.h:
12422 * w32heap.c:
12423 * emacs.c:
12424 * alloc.c: Replace all references of NO_UNION_TYPE with
12425 USE_LISP_UNION_TYPE.
12426
12427 * m/xtensa.h (NO_UNION_TYPE):
12428 * m/vax.h (NO_UNION_TYPE):
12429 * m/template.h (NO_UNION_TYPE):
12430 * m/sparc.h (NO_UNION_TYPE):
12431 * m/mips.h (NO_UNION_TYPE):
12432 * m/macppc.h (NO_UNION_TYPE):
12433 * m/m68k.h (NO_UNION_TYPE):
12434 * m/iris4d.h (NO_UNION_TYPE):
12435 * m/intel386.h (NO_UNION_TYPE):
12436 * m/ibms390x.h (NO_UNION_TYPE):
12437 * m/ibms390.h (NO_UNION_TYPE):
12438 * m/ibmrs6000.h (NO_UNION_TYPE):
12439 * m/ia64.h (NO_UNION_TYPE):
12440 * m/hp800.h (NO_UNION_TYPE):
12441 * m/arm.h (NO_UNION_TYPE):
12442 * m/amdx86-64.h (NO_UNION_TYPE):
12443 * m/alpha.h (NO_UNION_TYPE): Remove definition, all platform were
12444 defining it the same.
12445
12446 2008-07-10 Chong Yidong <cyd@stupidchicken.com>
12447
12448 * xdisp.c (move_it_to): Backtrack if past the edge of a wrapped line.
12449
12450 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
12451
12452 * fileio.c:
12453 * sysdep.c:
12454 * systty.h:
12455 * m/ibmrs6000.h:
12456 * m/iris4d.h:
12457 * s/aix4-2.h:
12458 * s/freebsd.h:
12459 * s/gnu-linux.h:
12460 * s/hpux10-20.h:
12461 * s/hpux11.h:
12462 * s/netbsd.h:
12463 * s/sol2-3.h:
12464 * s/sol2-4.h:
12465 * s/sol2.h:
12466 * s/usg5-4.h:
12467 * s/vms.h: Remove references to unused variables.
12468
12469 2008-07-10 Andreas Schwab <schwab@suse.de>
12470
12471 * ftfont.c (ftfont_resolve_generic_family): Remove foundry from
12472 pattern before matching the generic family.
12473
12474 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
12475
12476 * unexec.c:
12477 * s/vms.h:
12478 * s/usg5-4-2.h:
12479 * s/sol2-5.h:
12480 * s/freebsd.h:
12481 * s/darwin.h: Remove dead code.
12482
12483 * m/template.h:
12484 * m/sparc.h:
12485 * m/mips.h:
12486 * m/m68k.h:
12487 * m/iris4d.h:
12488 * m/intel386.h:
12489 * m/ibms390x.h:
12490 * m/ibms390.h:
12491 * m/ia64.h:
12492 * m/hp800.h:
12493 * m/arm.h:
12494 * m/amdx86-64.h: Remove dead code and references to unused
12495 and compiler defined symbols.
12496
12497 * unexmips.c:
12498 * unexelf.c: Remove references to desupported systems.
12499
12500 * m/powermac.h: Remove file, it is now identical to m/macppc.h.
12501
12502 * m/powermac.h: Remove boilerplate comments.
12503 (NO_REMAP): Remove unused definition.
12504
12505 * m/macppc.h (UNEXEC, NO_TERMIO): Don't define, the s/ files
12506 define them.
12507
12508 2008-07-10 Kenichi Handa <handa@m17n.org>
12509
12510 * xfont.c (xfont_open): Log the reason of failure.
12511
12512 2008-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
12513
12514 * fontset.c (fontset_get_font_group):
12515 * font.c (font_check_otf): Specify argument types.
12516
12517 2008-07-09 Kenichi Handa <handa@m17n.org>
12518
12519 * coding.c (detect_coding_utf_8): Set detect_info->found only when
12520 non-ASCII char is found.
12521
12522 * fontset.c (fontset_compare_rfontdef): Fix plus/minus.
12523 (reorder_font_vector): Change the arg preferred_family to font.
12524 Prefer the spec matching with font.
12525 (fontset_get_font_group): New function.
12526 (fontset_find_font): Change the format of an element of a realized
12527 fontset. Use fontset_get_font_group.
12528 (fontset_font): Try the current fontset, the default fontset, the
12529 fallbacks of the current fontset, and the fallbacks of the default
12530 fontset in this order.
12531 (face_for_char): Delete the shortcut to use the current font.
12532 (fontset_from_font): Don't set fonts for Latin in the fontset.
12533
12534 * font.h (font_make_object, font_match_p): Adjust prototypes.
12535
12536 * ftfont.h [FT_BDF_H]: Include FT_BDF_H.
12537
12538 * font.c (font_make_object): New arg entity and pixelsize.
12539 (font_check_otf_features, font_check_otf): New functions.
12540 (font_match_p): Check :lang, :script, and :otf properties.
12541
12542 * xfont.c (xfont_open): Adjust it for the change of
12543 font_make_object.
12544 (xfont_text_extents): Fix initial setting of metrics.
12545
12546 * ftfont.c (struct ftfont_info): New member index, delete member
12547 fc_charset_idx. Make the member order compatible with struct
12548 xftfont_info.
12549 (fc_charset_table): Change charset names to registry names.
12550 (ftfont_pattern_entity): Delete the args registry and
12551 fc_charset_idx. Change the value of :font-entity property
12552 to (FONTNAME . INDEX). Always set :registry property to
12553 `iso10646-1'.
12554 (struct ftfont_cache_data): New struct.
12555 (ftfont_lookup_cache): New arg for_face.
12556 (ftfont_get_fc_charset, ftfont_get_otf): New functions.
12557 (ftfont_driver): Set the member otf_capability.
12558 (ftfont_get_charset): Adjust it for the change of
12559 fc_charset_table.
12560 (OTF_TAG_SYM): New macro.
12561 (ftfont_spec_pattern): Delete the arg fc_charset_idx. Adjust it
12562 for the change of fc_charset_table.
12563 (ftfont_list): Adjust it for the change of ftfont_spec_pattern and
12564 ftfont_pattern_entity. Add FC_INDEX to objset.
12565 (ftfont_match): Adjust it for the change of ftfont_spec_pattern
12566 and ftfont_pattern_entity.
12567 (ftfont_open): Adjust it for the change of ftfont_lookup_cache,
12568 font_make_object, struct ftfont_info.
12569 (ftfont_has_char): Use ftfont_get_fc_charset.
12570 (ftfont_otf_features, ftfont_otf_capability): New functions.
12571 (ftfont_shape): Use ftfont_get_otf.
12572 (ftfont_text_extents): Fix initial setting of metrics.
12573
12574 * xftfont.c (struct xftfont_info): New member ft_size. Make the
12575 member order compatible with struct ftfont_info.
12576 (xftfont_open): Add FC_CHARSET to the pattern. Set
12577 xftfont_info->ft_size. Don't unlock the face. Check BDF
12578 properties if appropriate.
12579 (xftfont_close): Unlock the face.
12580 (xftfont_anchor_point, xftfont_shape): Deleted.
12581 (syms_of_xftfont): Don't set members anchor_point and shape of
12582 xftfont_driver.
12583
12584 * w32uniscribe.c (uniscribe_open): Adjust it for the change of
12585 font_make_object.
12586
12587 * w32font.c (w32font_open): Adjust it for the change of
12588 font_make_object.
12589 (w32font_open_internal): Don't set properties of font_object here.
12590
12591 2008-07-08 Chong Yidong <cyd@stupidchicken.com>
12592
12593 * macfns.c (x_create_tip_frame):
12594 * w32fns.c (x_create_tip_frame):
12595 * xfns.c (x_create_tip_frame): Pass parameter argument to
12596 face-set-after-frame-default.
12597
12598 * xfaces.c (Finternal_merge_in_global_face): Save merged
12599 attributes for the default face back into the face vector.
12600
12601 2008-07-08 Andreas Schwab <schwab@suse.de>
12602
12603 * fontset.h: Declare fontset_from_font. Don't declare
12604 new_fontset_from_font and fontset_from_font_name.
12605 * xterm.c: Include "fontset.h".
12606 * Makefile.in (xterm.o): Update dependencies.
12607
12608 2008-07-08 Glenn Morris <rgm@gnu.org>
12609
12610 * m/sparc.h: Define __sparc__ rather than sparc. (Bug#507.)
12611 * alloc.c, ecrt0.c: Use __sparc__ rather than sparc.
12612
12613 2008-07-07 Chong Yidong <cyd@stupidchicken.com>
12614
12615 * frame.c (Qinhibit_face_set_after_frame_default): Var deleted.
12616 (x_set_frame_parameters): Don't bind it.
12617
12618 2008-07-07 Juanma Barranquero <lekktu@gmail.com>
12619
12620 * w32fns.c (map_w32_filename): Declare extern.
12621
12622 2008-07-07 Jason Rumney <jasonr@gnu.org>
12623
12624 * w32term.c (WS_EX_LAYERED): Define if not already.
12625
12626 2008-07-06 Chong Yidong <cyd@stupidchicken.com>
12627
12628 * xfaces.c (set_font_frame_param): Don't try to set the font
12629 parameter if it is still unspecified in the lface.
12630
12631 2008-07-05 Chong Yidong <cyd@stupidchicken.com>
12632
12633 * xfaces.c (Finternal_merge_in_global_face): Don't realize default
12634 face if it didn't already exist.
12635
12636 * xdisp.c (try_window_id): Give up if word-wrapping is on.
12637
12638 2008-07-05 Andreas Schwab <schwab@suse.de>
12639
12640 * xdisp.c (get_it_property): Move out of HAVE_WINDOW_SYSTEM section.
12641
12642 2008-07-05 Chong Yidong <cyd@stupidchicken.com>
12643
12644 * xdisp.c (IT_OVERFLOW_NEWLINE_INTO_FRINGE): Turn it off if
12645 word-wrapping.
12646 (IT_DISPLAYING_WHITESPACE): New macro.
12647 (move_it_in_display_line_to): Handle MOVE_TO_X requests properly
12648 when word-wrapping. Simplify word-wrapping logic. Use correct
12649 pixel positions when saving copies of the iterator.
12650 (display_line): Use proper wrap point if the last character on a
12651 line was preceded by whitespace.
12652
12653 2008-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
12654
12655 * Makefile.in (${etc}DOC): Depend on ${lisp} rather than ${shortlisp}.
12656
12657 2008-07-04 Kenichi Handa <handa@m17n.org>
12658
12659 * fns.c (Fstring_to_unibyte): Delete the arg ACCEPT-LATIN-1.
12660
12661 * lisp.h: EXFUN adjusted for the change of Fstring_to_unibyte.
12662
12663 2008-07-02 Jason Rumney <jasonr@gnu.org>
12664
12665 * xfns.c (syms_of_xfns): Only define x-select-font when both
12666 HAVE_FREETYPE and USE_GTK.
12667
12668 * xdisp.c (next_element_from_display_vector): Move assignment out
12669 of if statement.
12670
12671 2008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
12672
12673 * lisp.h (Qdelete_file, Qdelete_directory): Declare extern.
12674
12675 * fileio.c (delete_by_moving_to_trash, Qmove_file_to_trash): New vars.
12676 (syms_of_fileio): Initialize and export them.
12677 (Fdelete_directory, Fdelete_file): Optionally delete via trash.
12678
12679 * w32fns.c (FOF_NO_CONNECTED_ELEMENTS): Define if not already.
12680 (Fsystem_move_file_to_trash): New function.
12681 (syms_of_w32fns): Export it to lisp.
12682
12683 2008-07-01 Jason Rumney <jasonr@gnu.org>
12684
12685 * w32font.c (w32font_text_extents): Don't count overhang as part
12686 of width.
12687
12688 2008-06-30 Miles Bader <miles@gnu.org>
12689
12690 * dispextern.h (struct glyph, struct it, struct iterator_stack_entry):
12691 Add `avoid_cursor_p' field.
12692
12693 * xdisp.c (push_it, pop_it): Save/restore avoid_cursor_p field.
12694 (set_cursor_from_row): Skip glyphs with avoid_cursor_p set.
12695 (append_glyph, append_composite_glyph, produce_image_glyph)
12696 (append_stretch_glyph): Initialize avoid_cursor_p.
12697 (get_it_property): Rename from `get_line_height_property'.
12698 (x_produce_glyphs): Use get_it_property.
12699 (handle_line_prefix, push_display_prop): New functions.
12700 (display_line, move_it_in_display_line_to): Handle line/wrap prefixes.
12701 (Vwrap_prefix, Qwrap_prefix, Vline_prefix, Qline_prefix):
12702 New variables.
12703 (syms_of_xdisp): Initialize them.
12704
12705 2008-06-30 Kenichi Handa <handa@m17n.org>
12706
12707 * xftfont.c (xftfont_open): Don't call FcConfigSubstitute and
12708 XftDefaultSubstitute (they are called in XftFontMatch).
12709 (xftfont_open): Fix args to ftfont_font_format.
12710
12711 * ftfont.c (fc_charset_table): New member lang.
12712 (ftfont_resolve_generic_family): New arg pattern.
12713 (ftfont_spec_pattern): Check fc_charset_table[]->lang.
12714 (ftfont_list): Call ftfont_resolve_generic_family with `pattern'.
12715 (ftfont_open): Fix args to ftfont_font_format.
12716 (ftfont_font_format): New arg filename.
12717
12718 2008-06-30 Chong Yidong <cyd@stupidchicken.com>
12719
12720 * xfaces.c (Finternal_merge_in_global_face): If default face was
12721 modified, realize it again. Update the font face attribute.
12722
12723 2008-06-29 Jason Rumney <jasonr@gnu.org>
12724
12725 * w32term.c (x_set_frame_alpha): Fix logic.
12726
12727 2008-06-29 Kenichi Handa <handa@m17n.org>
12728
12729 * fontset.c (Finternal_char_font): Return font-object instead of
12730 font-name.
12731
12732 * composite.c (get_composition_id): Fix the width calculation for TAB.
12733
12734 2008-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
12735
12736 * indent.c (Fvertical_motion): Properly handle float column arg.
12737
12738 2008-06-28 Jason Rumney <jasonr@gnu.org>
12739
12740 * w32term.c (pfnGetFontUnicodeRanges): Remove unused function pointer.
12741 (pfnSetLayeredWindowAttributes): New function pointer.
12742 (w32_initialize): Initialize it when supported.
12743 (x_set_frame_alpha): New function.
12744
12745 * w32fns.c (Fx_create_frame): Initialize frame parameter `alpha'.
12746 (w32_frame_parm_handlers): Set alpha handler.
12747
12748 * frame.c (x_set_alpha) [HAVE_NTGUI]: Call x_set_frame_alpha.
12749
12750 2008-06-27 Jason Rumney <jasonr@gnu.org>
12751
12752 * w32fns.c (x_to_w32_font, w32_to_x_font, x_to_w32_weight)
12753 (w32_to_x_weight, w32_to_all_x_charsets): Remove obsolete functions.
12754 (w32_to_x_charset, x_to_w32_charset)
12755 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
12756 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
12757 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
12758 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
12759 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
12760 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
12761 (Qw32_charset_mac, Vw32_charset_info_alist): Move to w32font.c.
12762 (Qw32_charset_unicode): Remove.
12763 (syms_of_w32fns): Update for above changes.
12764
12765 * w32font.c (w32_to_x_charset, x_to_w32_charset)
12766 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
12767 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
12768 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
12769 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
12770 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
12771 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
12772 (Qw32_charset_mac, Vw32_charset_info_alist): Move from w32fns.c.
12773 (syms_of_w32font): Update for above changes.
12774
12775 2008-06-27 Dan Nicolaescu <dann@ics.uci.edu>
12776
12777 * s/usg5-4.h: Fix previous change: keep the correct branch of a
12778 removed #if.
12779 (USG_SHARED_LIBRARIES): Remove duplicate definition.
12780
12781 2008-06-26 Juanma Barranquero <lekktu@gmail.com>
12782 Eli Zaretskii <eliz@gnu.org>
12783
12784 * makefile.w32-in (LOCAL_FLAGS):
12785 Don't include WINDOWSNT, DOS_NT and _UCHAR_T.
12786
12787 * sysdep.c (_spawnlp, _getpid):
12788 Declare with explicit _cdecl instead of _CRTAPI1.
12789
12790 * editfns.c (Fget_internal_run_time):
12791 Check for WINDOWSNT with #ifdef, not #if.
12792
12793 2008-06-26 Jason Rumney <jasonr@gnu.org>
12794
12795 * w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros.
12796
12797 * w32term.c (x_draw_glyph_string_foreground)
12798 (x_draw_composite_glyph_string_foreground): Sync with xterm.c.
12799 Use FONT_HANDLE macro.
12800 (x_draw_glyph_string): Use FONT_TEXTMETRIC macro.
12801
12802 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
12803 (uniscribe_encode_char): Use FONT_HANDLE macro.
12804
12805 * w32font.c (Fx_select_font): Use FONT_HANDLE macro.
12806 (w32font_text_extents): Use precast w32_font.
12807 (w32font_close): Free cached metrics.
12808 (w32font_open_internal): Allocate space for name on stack.
12809
12810 2008-06-26 Chong Yidong <cyd@stupidchicken.com>
12811
12812 * xdisp.c (extend_face_to_end_of_line): Fix last change.
12813
12814 2008-06-26 Jason Rumney <jasonr@gnu.org>
12815
12816 * w32term.h (FONT_AVG_WIDTH): Remove obsolete macro.
12817 (CP_8BIT, CP_UNICODE, CP_UNKNOWN): Remove obsolete constants.
12818
12819 2008-06-26 Juanma Barranquero <lekktu@gmail.com>
12820
12821 * Makefile.in (SOME_MACHINE_OBJECTS): Remove w32bdf.o.
12822
12823 2008-06-26 Jason Rumney <jasonr@gnu.org>
12824
12825 * w32bdf.c, w32bdf.h: Remove obsolete files.
12826
12827 * makefile.w32-in: Remove refs to w32bdf.h and w32bdf.c.
12828
12829 * w32gui.h: Don't include w32bdf.h.
12830 (XCharStruct, enum w32_char_font_type, W32FontStruct):
12831 Remove obsolete font support.
12832
12833 * w32font.h (struct w32font_info): Remove compat_w32_font.
12834 Add hfont member.
12835 (FONT_COMPAT): Remove obsolete macro.
12836
12837 * w32font.c (w32font_close): Remove compat code. Delete hfont member.
12838 (w32font_encode_char, w32font_text_extents): Use new hfont member.
12839 (w32font_open_internal): Remove compat code. Set new hfont member.
12840 (Fx_select_font): Use new hfont member.
12841
12842 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
12843 (uniscribe_encode_char): Use new hfont member.
12844
12845 * w32term.c (x_draw_glyph_string_foreground)
12846 (x_draw_composite_glyph_string_foreground): Use new hfont member.
12847 (x_draw_glyph_string): Use metrics in w32font_info.
12848
12849 2008-06-26 Kenichi Handa <handa@m17n.org>
12850
12851 * xdisp.c (handle_auto_composed_prop): Fix for the terminal case.
12852
12853 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
12854
12855 * unexnext.c:
12856 * m/ews4800.h:
12857 * m/hp9000s300.h:
12858 * m/ibm370aix.h:
12859 * m/mips-siemens.h:
12860 * m/ncr386.h:
12861 * m/next.h:
12862 * m/pmax.h:
12863 * m/powerpcle.h:
12864 * m/tandem-s2.h:
12865 * s/386bsd.h:
12866 * s/bsd386.h:
12867 * s/bsd4-1.h:
12868 * s/bsd4-2.h:
12869 * s/bsdos2-1.h:
12870 * s/bsdos2.h:
12871 * s/bsdos3.h:
12872 * s/bsdos4.h:
12873 * s/nextstep.h:
12874 * s/ultrix4-3.h:
12875 * s/usg5-0.h:
12876 * s/usg5-2-2.h:
12877 * s/usg5-2.h:
12878 * s/usg5-4-3.h:
12879 * s/ux4800.h:
12880 * s/uxpds.h:
12881 * s/uxpv.h: Remove support for obsolete systems.
12882 * s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h:
12883 Remove, insert contents in s/hpux10-20.h.
12884 * s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h:
12885 Remove, insert contents in s/aix4-2.h.
12886 * s/usg5-3.h: Remove, insert contents in s/usg5-4.h.
12887 * s/bsd4-3.h: Rename to ...
12888 * s/bsd-common.h: ... this.
12889 * data.c:
12890 * doc.c:
12891 * ecrt0.c:
12892 * emacs.c:
12893 * fileio.c:
12894 * floatfns.c:
12895 * keyboard.c:
12896 * mem-limits.h:
12897 * print.c:
12898 * process.c:
12899 * sysdep.c:
12900 * syssignal.h:
12901 * systty.h:
12902 * syswait.h:
12903 * term.c:
12904 * unexec.c:
12905 * unexelf.c:
12906 * unexhp9k800.c:
12907 * m/hp800.h:
12908 * m/ibmrs6000.h:
12909 * m/mips.h:
12910 * m/vax.h:
12911 * s/darwin.h:
12912 * s/freebsd.h:
12913 * s/gnu.h:
12914 * s/ms-w32.h:
12915 * s/msdos.h:
12916 * s/netbsd.h:
12917 * s/template.h: Remove references to obsolete variables.
12918
12919 * Makefile.in: Add dependencies for all unexec files.
12920 (admindir): Remove unused variable.
12921 (UNEXEC_SRC): Remove references.
12922
12923 2008-06-25 Chong Yidong <cyd@stupidchicken.com>
12924
12925 * xfns.c (x_default_font_parameter): If Xft is available, first
12926 try Monospace-12 for the default font.
12927
12928 2008-06-25 Jason Rumney <jasonr@gnu.org>
12929
12930 * xdisp.c (get_glyph_face_and_encoding): Encode invalid glyphs as 0.
12931
12932 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
12933
12934 * bytecode.c (Fbyte_code): Disable debugging code that doesn't compile.
12935
12936 * buffer.c (syms_of_buffer): Remove default-word-wrap.
12937
12938 2008-06-25 Juanma Barranquero <lekktu@gmail.com>
12939
12940 * xdisp.c (syms_of_xdisp) <truncate-partial-width-windows>: Doc fix.
12941 <scroll-conservatively>: Fix typo in docstring.
12942
12943 * xselect.c (Fx_send_client_event): Doc fix.
12944
12945 2008-06-25 Kenichi Handa <handa@m17n.org>
12946
12947 * xfaces.c (Fx_list_fonts): Call Flist_fonts with the arg PREFER.
12948
12949 * font.c (font_parse_fcname): Remove unused variables.
12950 (font_sort_entites): Delete the arg SPEC. Caller changed.
12951 Fix for the case of ! best_only.
12952 (font_delete_unmatched): Check DPI and AVGWIDTH too.
12953
12954 * lisp.h (Fstring_to_unibyte): EXFUN it.
12955
12956 * character.h (str_to_unibyte): Extern it.
12957
12958 * character.c (str_to_unibyte): New function.
12959
12960 * fns.c (Fstring_to_unibyte): New function.
12961 (syms_of_fns): Defsubr it.
12962
12963 2008-06-24 Kenichi Handa <handa@m17n.org>
12964
12965 * font.c (font_score): Even if the PIXEL_SIZE is the same, check
12966 DPI too.
12967 (font_sort_entites): Setup prefer_prop[FONT_DPI_INDEX] too.
12968
12969 2008-06-24 Andreas Schwab <schwab@suse.de>
12970
12971 * Makefile.in (${lispsource}loaddefs.el): Rename from
12972 ../lisp/loaddefs.el.
12973 (bootstrap-clean): Do what distclean does but don't remove
12974 Makefile.
12975 (distclean): Depend on bootstrap-clean and remove Makefile.
12976
12977 2008-06-24 Chong Yidong <cyd@stupidchicken.com>
12978
12979 * buffer.h (struct buffer): New member word_wrap.
12980
12981 * buffer.c (syms_of_buffer): New variables default-word-wrap and
12982 word-wrap.
12983 (init_buffer_once): Initialize them.
12984
12985 * dispextern.h (struct it): Replace bool truncate_lines_p with a
12986 line_wrap enum possessing three possible values.
12987
12988 * termopts.h: Replace truncate_partial_width_windows with
12989 Vtruncate_partial_width_windows.
12990
12991 * dispnew.c (direct_output_for_insert): Avoid direct output when
12992 inserting a space with word wrap on.
12993
12994 * indent.c (compute_motion): Obey integer values of
12995 truncate-partial-width-windows.
12996
12997 * xdisp.c (Vtruncate_partial_width_windows): New Lisp_Object,
12998 replacing truncate_partial_width_windows.
12999 (init_iterator): If Vtruncate_partial_width_windows is an integer,
13000 truncate only if the window width is below that integer.
13001 (start_display, resize_mini_window, produce_stretch_glyph)
13002 (display_string, move_it_in_display_line_to): Use line_wrap.
13003 (back_to_previous_visible_line_start, reseat_1): Reset
13004 string_from_display_prop_p.
13005 (display_line): Extend default face to end of line when wrapping.
13006
13007 2008-06-24 Kim F. Storm <storm@cua.dk>
13008
13009 * xdisp.c (display_line, move_it_in_display_line_to): Add ability
13010 to wrap continued lines at word boundaries.
13011
13012 2008-06-24 Jason Rumney <jasonr@gnu.org>
13013
13014 * font.c (Ffont_face_attributes): Multiply pixel size before point
13015 conversion to avoid multiplying rounding error.
13016
13017 2008-06-23 Jason Rumney <jasonr@gnu.org>
13018
13019 * w32term.c (x_draw_glyph_string_background)
13020 (x_draw_glyph_string): Remove old bdf font code.
13021
13022 * w32term.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): Remove.
13023
13024 2008-06-22 Kenichi Handa <handa@m17n.org>
13025
13026 * font.c (font_find_for_lface): Try the adstyle specified in
13027 the property of LFACE_FONT of LFACE (if any).
13028
13029 2008-06-21 Seiji Zenitani <zenitani@mac.com>
13030 Ryo Yoshitake <ryo@shiftmode.net>
13031
13032 * xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437.
13033
13034 2008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
13035
13036 * Makefile.in (${lisp} ${SOME_MACHINE_LISP}, ../lisp/loaddefs.el):
13037 Use $(BOOTSTRAPEMACS) rather than witness-emacs.
13038 (bootstrap-emacs${EXEEXT}): Merge witness-emacs into it.
13039 (witness-emacs): Remove.
13040 (lisp, shortlisp): Move loaddefs.el earlier.
13041 (mostlyclean): Forget about witness-emacs.
13042
13043 2008-06-22 Glenn Morris <rgm@gnu.org>
13044
13045 * Makefile.in (witness-emacs): Depend on temacs${EXEEXT}.
13046 (.SUFFIXES): Declare .el.elc as a suffix rule, for non-GNU makes.
13047
13048 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
13049
13050 * Makefile.in (PRECOMP): Remove.
13051 (${lisp} ${SOME_MACHINE_LISP}): Remove pseudo dependency on PRECOMP.
13052 (witness-emacs): Run `compile-first'.
13053 (.el.elc): Use the new compile-onefile target.
13054
13055 2008-06-21 Kenichi Handa <handa@m17n.org>
13056
13057 * xftfont.c (xftfont_open): Handle QCembolden only when
13058 FC_EMBOLDEN is defined.
13059
13060 2008-06-21 Andreas Schwab <schwab@suse.de>
13061
13062 * Makefile.in (witness-emacs): Use ../lisp, not $(lispsource).
13063 (.el.elc): Likewise.
13064
13065 2008-06-21 Miles Bader <miles@gnu.org>
13066
13067 * Makefile.in (../lisp/loaddefs.el): Build autoloads in the lisp
13068 build dir, not the lisp source dir.
13069
13070 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
13071
13072 * Makefile.in (emacs${EXEEXT}): Link the new emacs to bootstrap-emacs.
13073 (bootstrapclean): Remove.
13074 (.el.elc): New rule.
13075 (PRECOMP): New var.
13076 (../lisp/subdirs.el): Remove.
13077 (bootstrap-emacs${EXEEXT}): Remove subdirs.el and charpro.el dependency.
13078 (witness-emacs): New target.
13079 (mostlyclean): Remove witness-emacs as well.
13080 (../lisp/loaddefs.el, ${lisp} ${SOME_MACHINE_LISP}):
13081 Add witness-emacs dependency.
13082
13083 2008-06-20 Chong Yidong <cyd@stupidchicken.com>
13084
13085 * font.c (Ffont_face_attributes): Omit key-attribute pairs not
13086 defined by the font.
13087
13088 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
13089
13090 * Makefile.in (emacs${EXEEXT}): Depend on the machine-specific files.
13091 (bootstrap-clean): New target that keeps TAGS around.
13092 (../lisp/subdirs.el, ../lisp/loaddefs.el): New targets.
13093 (bootstrap-emacs${EXEEXT}): Depend on subdirs.el.
13094
13095 2008-06-20 Jason Rumney <jasonr@gnu.org>
13096
13097 * w32fns.c, w32term.c, w32term.h, w32gui.h [OLD_FONT]:
13098 Remove obsolete font code.
13099
13100 * w32font.c (font_matches_spec): Use csb bitfield from font signature
13101 to determine language support.
13102
13103 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
13104
13105 * sysdep.c (cfsetspeed): New fun extracted from the code.
13106 (cfmakeraw): Move before first use.
13107
13108 2008-06-20 Angelo Graziosi <angelo.graziosi@alice.it> (tiny change)
13109
13110 * sysdep.c (cfmakeraw): Provide fallback implementation.
13111 (serial_configure): Provide fallback implementation of cfsetspeed.
13112
13113 2008-06-20 Kenichi Handa <handa@m17n.org>
13114
13115 * xftfont.c (xftfont_open): Add FOUNDRY, SPACING, DPI, SCALABLE to
13116 the pattern.
13117
13118 * fontset.c (fontset_from_font): Copy font_spec before changing
13119 the elements.
13120
13121 * xfns.c (x_default_font_parameter): Try "monospace-12" too.
13122
13123 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
13124
13125 * w32fns.c, xfns.c (x_default_font_parameter): Only set `font-param'
13126 for explicit `font' parameters.
13127
13128 * frame.c (x_set_font): Remove unexplained call to fix inf-recursion.
13129
13130 2008-06-19 Kenichi Handa <handa@m17n.org>
13131
13132 * frame.c: Include <ctype.h>.
13133 (x_set_font_backend): Allow spacing characters in the X resource
13134 for FontBackend.
13135
13136 2008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
13137
13138 * w32fns.c, xfns.c (Qfont_param): New var.
13139 (syms_of_w32fns): Initialize it.
13140 (x_default_font_parameter): Record explicit `font' into
13141 `font-parameter'.
13142
13143 2008-06-18 Kenichi Handa <handa@m17n.org>
13144
13145 * font.c (font_parse_xlfd): Fix previous change.
13146 (font_parse_fcname): Don't use :fc-unknown-spec.
13147 (FRAME_X_DISPLAY_INFO): Be sure to have at least 1 pixel height.
13148 (Fcopy_font_spec): Preserve the order of elements in FONT_EXTRA.
13149 (font_add_log): Prepend the driver name to the resulting fonts.
13150
13151 * ftfont.c (ftfont_pattern_entity): New arg extra. Caller changed.
13152 (ftfont_spec_pattern): Don't check QCfc_unknown_spec and QCname.
13153 (ftfont_list) [FC_FONTFORMAT]: Include FC_FONTFORMAT in objset.
13154
13155 * xftfont.c (QChinting , QCautohint, QChintstyle, QCrgba)
13156 (QCembolden): New variables.
13157 (syms_of_xftfont): DEFSYM them.
13158 (xftfont_open): Call XftFontMatch. Don't trust the result of
13159 XftTextExtents8 if the pixel_size is less than 5.
13160
13161 2008-06-18 Andreas Schwab <schwab@suse.de>
13162
13163 * font.c (Ffont_face_attributes): Only define if HAVE_WINDOW_SYSTEM.
13164 (syms_of_font): Only defsubr if HAVE_WINDOW_SYSTEM.
13165
13166 2008-06-18 Jason Rumney <jasonr@gnu.org>
13167
13168 * w32font.c (w32font_list, w32font_match): Add logging.
13169
13170 * w32uniscribe.c (uniscribe_list, uniscribe_match): Add logging.
13171
13172 2008-06-17 Chong Yidong <cyd@stupidchicken.com>
13173
13174 * font.c (font_parse_fcname): Store divider characters for
13175 unknown-spec list. For known key symbols, intern using correct
13176 symbol name.
13177
13178 2008-06-17 Kenichi Handa <handa@m17n.org>
13179
13180 * xfaces.c (realize_default_face): If the frame is not on window
13181 system, set the fontset of face to nil.
13182
13183 2008-06-17 Naohiro Aota <nao.aota@gmail.com> (tiny change)
13184
13185 * fontset.c (fontset_pattern_regexp): Escape some reg-expr characters.
13186
13187 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
13188
13189 * dispextern.h (lookup_non_ascii_face, split_font_name_into_vector)
13190 (build_font_name_from_vector): Delete externs.
13191
13192 * xfaces.c (struct font_name): Don't declare.
13193
13194 2008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
13195
13196 * font.c (font_unparse_gtkname): Use EQ to compare Lisp_Objects.
13197
13198 2008-06-16 Chong Yidong <cyd@stupidchicken.com>
13199
13200 * font.c (font_parse_fcname): Fix handling of unknown-spec string.
13201
13202 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
13203
13204 * font.c (Ffont_spec): Fix usage in docstring.
13205 (Ffont_face_attributes): Doc fix.
13206
13207 2008-06-16 Andreas Schwab <schwab@suse.de>
13208
13209 * font.c (Ffont_face_attributes): Fix definition.
13210
13211 2008-06-16 Jason Rumney <jasonr@gnu.org>
13212
13213 * font.h (font_style_symbolic_from_value): Remove.
13214
13215 * font.c (font_style_symbolic_from_value): Remove.
13216 (font_style_symbolic): Revert to pre 2008-06-13 version.
13217
13218 * w32font.c (w32_to_fc_weight): New function.
13219 (w32font_full_name, logfont_to_fcname): Use it.
13220
13221 2008-06-16 Kenichi Handa <handa@m17n.org>
13222
13223 * font.c (font_check_object): Delete it.
13224 (font_clear_cache): Check if a font-object is alive.
13225 (font_open_entity): Likewise. Set FONT_OBJLST_INDEX of a
13226 font-object to nil.
13227 (font_close_object): Don't check FONT_CLOSE_OBJECT.
13228 (font_at): Don't call font_check_object.
13229 (Ffont_get): Return a symbol for :weight, :slant, and :width.
13230
13231 2008-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
13232
13233 * puresize.h (BASE_PURESIZE): Increase to 1230000.
13234
13235 2008-06-16 Chong Yidong <cyd@stupidchicken.com>
13236
13237 * font.c (font_parse_fcname): Correctly parse KEY=VAL values.
13238
13239 2008-06-15 Chong Yidong <cyd@stupidchicken.com>
13240
13241 * font.c (font_parse_fcname): Only one decimal point.
13242 (font_unparse_fcname): Handle data in family and foundry indices
13243 as symbols, not strings.
13244 (font_unparse_gtkname, Ffont_face_attributes): New functions.
13245
13246 * xfns.c (Fx_select_font): Give GTK font dialog the default font name.
13247
13248 * font.h (font_unparse_gtkname): Add prototype.
13249
13250 2008-06-15 Naohiro Aota <nao.aota@gmail.com> (tiny change)
13251
13252 * fontset.c (fontset_pattern_regexp): Escape `+' characters in pattern.
13253
13254 2008-06-15 Andreas Schwab <schwab@suse.de>
13255
13256 * font.c (font_update_drivers): Fix crash when no drivers match.
13257
13258 2008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
13259
13260 * xfns.c (Fx_create_frame): internal-border-width default to 0 for Gtk.
13261 * gtkutil.c (xg_create_frame_widgets): Don't set internal_border_width.
13262
13263 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
13264
13265 * xdisp.c (syms_of_xdisp): Default underline-minimum-offset to 1.
13266
13267 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
13268
13269 * process.c (Fserial_process_configure, Fprocess_send_eof):
13270 Use EQ to compare Lisp_Objects.
13271
13272 2008-06-13 Jason Rumney <jasonr@gnu.org>
13273
13274 * w32fns.c (Fw32_select_font): Remove old font API function.
13275
13276 * w32font.c (logfont_to_fcname): New function.
13277 (Fx_select_font): New font dialog function compatible with
13278 GTK/fontconfig version.
13279
13280 * font.c (font_style_symbolic_from_value): New function.
13281 (font_style_symbolic): Use it.
13282
13283 * font.h (font_style_symbolic_from_value): Declare new function.
13284
13285 2008-06-13 Juanma Barranquero <lekktu@gmail.com>
13286
13287 * font.c (syms_of_font) <font-weight-table, font-slant-table>:
13288 <font-width-table>: Fix typos in docstrings.
13289
13290 2008-06-13 Daniel Engeler <engeler@gmail.com>
13291
13292 These changes add serial port access.
13293 * process.c: Add HAVE_SERIAL.
13294 (Fdelete_process, Fprocess_status, Fset_process_buffer)
13295 (Fset_process_filter, Fset_process_sentinel, Fprocess_contact)
13296 (list_processes_1, select_wrapper, Fstop_process)
13297 (Fcontinue_process, Fprocess_send_eof, kill_buffer_processes)
13298 (status_notify): Modify to handle serial processes.
13299 [HAVE_SERIAL] (Fserial_process_configure)
13300 [HAVE_SERIAL] (make_serial_process_unwind, Fmake_serial_process):
13301 New functions.
13302 * process.h (struct Lisp_Process): Add `type'.
13303 * sysdep.c [HAVE_TERMIOS] (serial_open, serial_configure):
13304 New functions.
13305 * w32.c (_sys_read_ahead, sys_read, sys_write): Modify to handle
13306 serial ports.
13307 (serial_open, serial_configure): New functions.
13308 * w32.h: Add FILE_SERIAL.
13309 (struct _child_process): Add ovl_read, ovl_write.
13310
13311 2008-06-13 Kenichi Handa <handa@m17n.org>
13312
13313 * dispextern.h (enum lface_attribute_index): New member
13314 LFACE_FOUNDRY_INDEX.
13315
13316 * font.c (font_score): Delete arg alternate_families. Check only
13317 weight, slant, width, and size. Ignore the difference of alias
13318 style symbols.
13319 (font_sort_entites): Adjust for the above change. Reflect the
13320 order of font-driver to scores.
13321 (font_list_entities): Don't check alternate_familes here.
13322 (font_clear_prop): Handle foundry.
13323 (font_update_lface): Don't parse "foundry-family" form here.
13324 Handle FONT_FOUNDRY_INDEX.
13325 (font_find_for_lface): Likewise. Handle alternate families here.
13326 If registry is nil, try iso8859-1 and ascii-0.
13327 (font_open_for_lface): Pay attention to size in ENTITY.
13328 (font_open_by_name): Simplify by calling font_load_for_lface.
13329 (free_font_driver_list): Delete it.
13330 (font_update_drivers): Preserve the order of backends.
13331 (syms_of_font): Setting of sort_shift_bits adjusted for the change
13332 of font_score and font_sort_entites.
13333 (font_update_sort_order): Likewise.
13334
13335 * xfaces.c (LFACE_FOUNDRY): New macro.
13336 (check_lface_attrs): Check foundry.
13337 (set_lface_from_font): Don't parse "FOUNDRY-FAMILY" form.
13338 (merge_face_vectors): Check foundry.
13339 (merge_face_ref): Likewise.
13340 (Finternal_set_lisp_face_attribute): Likewise.
13341 (x_update_menu_appearance): Likewise.
13342 (Finternal_get_lisp_face_attribute): Likewise.
13343 (lface_hash): Likewise.
13344 (lface_same_font_attributes_p): Likewise.
13345 (x_supports_face_attributes_p): Likewise.
13346 (tty_supports_face_attributes_p): Likewise.
13347 (Finternal_set_alternative_font_family_alist): Intern strings.
13348 (Finternal_set_alternative_font_registry_alist): Downcase strings.
13349 (realize_default_face): Set LFACE_FOUNDRY (lface).
13350
13351 * xfns.c (Fx_create_frame, x_create_tip_frame): Register X
13352 font-driver at first.
13353
13354 * ftfont.c (ftfont_font_format) [! FC_FONTFORMAT]: Declare "int len;".
13355
13356 2008-06-12 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
13357
13358 * lread.c (Fload): Use xfree, not free on saved_doc_string.
13359
13360 2008-06-12 Jim Meyering <meyering@redhat.com>
13361
13362 Make unexec_free handle NULL the same way free does.
13363 * unexmacosx.c (unexec_free): Ignore a NULL argument.
13364
13365 2008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
13366
13367 * character.h (CHAR_TO_BYTE_SAFE): New macro.
13368 * character.c (Fmultibyte_char_to_unibyte): Obey the docstring.
13369 * regex.c (RE_CHAR_TO_UNIBYTE): Use the new macro.
13370 (WEAK_ALIAS): Simplify.
13371 * syntax.c (skip_chars): Don't mark non-byte chars in the fastmap
13372 when searching a unibyte buffer.
13373
13374 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
13375
13376 * xfns.c (Fx_select_font): Rename from x-font-dialog.
13377
13378 2008-06-12 Juanma Barranquero <lekktu@gmail.com>
13379
13380 * w32font.c: Include ctype.h.
13381
13382 2008-06-11 Jason Rumney <jasonr@gnu.org>
13383
13384 * w32font.c (w32font_encode_char): Detect missing glyphs that are
13385 misreported as space.
13386 (add_font_entity_to_list): Support unicode-bmp and unicode-sip
13387 as aliases for registry iso10646-1.
13388
13389 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
13390
13391 * buffer.c (clone_per_buffer_values): Skip `name'.
13392
13393 2008-06-11 Chong Yidong <cyd@stupidchicken.com>
13394
13395 * font.c (font_parse_fcname): Fix last change; accept decimal
13396 points in font size.
13397
13398 2008-06-10 Jason Rumney <jasonr@gnu.org>
13399
13400 * w32uniscribe.c (add_opentype_font_name_to_list):
13401 Skip non unicode fonts.
13402
13403 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
13404
13405 * xfns.c (Fx_font_dialog): New function.
13406
13407 * gtkutil.c (xg_dialog_response_cb): Rename from
13408 xg_file_response_callback.
13409 (pop_down_dialog): Rename from pop_down_file_dialog.
13410 (xg_get_file_name): Callers changed.
13411 (xg_get_font_name): New function.
13412
13413 * gtkutil.h (xg_get_font_name): Insert prototype.
13414
13415 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
13416
13417 * xdisp.c (underline_minimum_offset): Rename from xterm.c's
13418 x_underline_minimum_display_offset.
13419 (syms_of_xdisp): Declare it here rather than in xterm.c.
13420 * dispextern.h (underline_minimum_offset): Declare it.
13421 * w32term.c (x_draw_glyph_string): Use it.
13422 * xterm.c (x_underline_minimum_display_offset): Move to xdisp.c.
13423 (syms_of_xterm): Don't declare it any more.
13424 (x_draw_glyph_string): Adjust to the new name.
13425
13426 2008-06-10 David De La Harpe Golden <david@harpegolden.net>
13427
13428 * xterm.c (x_underline_minimum_display_offset): New var.
13429 (x_draw_glyph_string): Use it.
13430 (syms_of_xterm): Declare it.
13431
13432 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
13433
13434 * font.c (font_parse_fcname): Accept GTK-style font names too.
13435
13436 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
13437
13438 * dired.c (file_name_completion): Don't return t if the match is exact
13439 but with different capitalization.
13440 * minibuf.c (Ftry_completion): Simplify.
13441
13442 * window.c (Vwindow_point_insertion_type): New var.
13443 (set_window_buffer): Use it.
13444 (syms_of_window): Init and export it to Lisp.
13445
13446 2008-06-10 Kenichi Handa <handa@m17n.org>
13447
13448 * font.h (font_intern_prop): Prototype adjusted.
13449
13450 * font.c (font_intern_prop): New arg force_symbol.
13451 (font_parse_xlfd, font_parse_fcname, font_parse_family_registry):
13452 Adjust for the change of font_intern_prop.
13453
13454 * ftfont.c (ftfont_pattern_entity):
13455 * w32font.c (add_font_name_to_list, w32_enumfont_pattern_entity)
13456 (w32_registry):
13457 * w32uniscribe.c (add_opentype_font_name_to_list): Adjust for
13458 the change of font_intern_prop.
13459
13460 2008-06-09 Juanma Barranquero <lekktu@gmail.com>
13461
13462 * w32menu.c (digest_single_submenu): Declare extern.
13463
13464 2008-06-09 Jason Rumney <jasonr@gnu.org>
13465
13466 * w32term.c (x_make_frame_visible): Use alternate restore flags.
13467
13468 * w32menu.c (Fx_popup_menu): Unwind protect while building menu.
13469 (parse_single_submenu): Remove.
13470 (digest_single_submenu): Remove.
13471 (syms_of_w32menu): Don't initialise variables that have moved
13472 to menu.c.
13473 (set_frame_menubar): Sync with version in xmenu.c.
13474 (w32_menu_show): Sync with xmenu_show in xmenu.c.
13475
13476 * menu.c (single_keymap_panes, push_menu_pane, push_menu_item):
13477 Make static again.
13478
13479 2008-06-09 Jason Rumney <jasonr@gnu.org>
13480
13481 Changes to w32 files related to the move of common menu code
13482 to menu.c on 2008-06-08 by Chong Yidong.
13483
13484 * menu.c [HAVE_NTGUI]: Include w32term.h, move widget related
13485 defs to w32gui.h.
13486 (single_keymap_panes, push_menu_item, push_menu_pane):
13487 Make globally visible.
13488
13489 * w32menu.c (enum button_type, widget_value, local_heap, local_alloc)
13490 (local_free, malloc_widget_value, free_widget_value)
13491 (MENU_ITEMS_ITEM_NAME, MENU_ITEMS_ITEM_ENABLE, MENU_ITEMS_ITEM_VALUE)
13492 (MENU_ITEMS_ITEM_EQUIV_KEY, MENU_ITEMS_ITEM_DEFINITION)
13493 (MENU_ITEMS_ITEM_TYPE, MENU_ITEMS_ITEM_SELECTED, MENU_ITEMS_ITEM_HELP)
13494 (MENU_ITEMS_ITEM_LENGTH, enum menu_item_idx): Remove defs.
13495 (menu_items, menu_items_allocated, menu_items_used)
13496 (menu_items_n_panes, menu_items_submenu_depth): Remove global vars.
13497 (init_menu_items, finish_menu_items, discard_menu_items)
13498 (grow_menu_items, push_submenu_start, push_submenu_end)
13499 (push_left_right_boundary, push_menu_pane, push_menu_item)
13500 (keymap_panes, single_keymap_panes, list_of_panes, list_of_items)
13501 (free_menubar_widget_tree_value, parse_single_submenu)
13502 (update_submenu_strings): Remove functions.
13503 (xmalloc_widget_value): Remove and declare extern.
13504
13505 * makefile.w32-in ($(SRC)/menu.$(O)): New target.
13506 (OBJ1): Build it.
13507
13508 * w32gui.h (widget_value, XtPointer, Boolean, enum button_type)
13509 (local_heap, local_alloc, local_free, malloc_widget_value)
13510 (free_widget_value): Define here.
13511
13512 2008-06-09 Kenichi Handa <handa@m17n.org>
13513
13514 * font.h (Qascii_0): Extern it.
13515
13516 * font.c (Qascii_0): New variable.
13517 (syms_of_font): DEFSYM it.
13518 (font_open_by_name): If the registry "iso8859-1" fails, try also
13519 "ascii-0".
13520
13521 * ftfont.c (ftfont_spec_pattern): Accept the registry `ascii-0'.
13522
13523 2008-06-08 Kenichi Handa <handa@m17n.org>
13524
13525 * .gdbinit (xfont): New command.
13526
13527 2008-06-08 Andreas Schwab <schwab@suse.de>
13528
13529 * menu.c [HAVE_X_WINDOWS]: Include "xterm.h".
13530 * Makefile.in (menu.o): Update dependencies.
13531
13532 * Makefile.in (obj): Always add menu.o.
13533 * emacs.c (main): Always call syms_of_menu.
13534 * keyboard.h: Remove extra #ifdef HAVE_X_WINDOW.
13535
13536 2008-06-08 Chong Yidong <cyd@stupidchicken.com>
13537
13538 * Makefile.in: Compile menu.c.
13539
13540 * lisp.h: Declare syms_of_menu.
13541
13542 * emacs.c (main): Call syms_of_menu.
13543
13544 * keyboard.h: Relocate platform-independent menu definitions from
13545 xmenu.c.
13546
13547 * menu.c: New file. Relocate platform-independent menu
13548 definitions from xmenu.c. Suggested by Adrian Robert.
13549
13550 * xmenu.c: Remove platform-independent menu definitions.
13551 (menu_items, menu_items_inuse, menu_items_allocated)
13552 (menu_items_used, menu_items_n_panes)
13553 (menu_items_submenu_depth): Move to keyboard.h.
13554 (init_menu_items, finish_menu_items, unuse_menu_items)
13555 (discard_menu_items, restore_menu_items, save_menu_items)
13556 (grow_menu_items, push_submenu_start, push_submenu_end)
13557 (push_left_right_boundary, push_menu_pane, push_menu_item)
13558 (keymap_panes, single_keymap_panes, single_menu_item)
13559 (list_of_panes, list_of_items, find_and_call_menu_selection)
13560 (xmalloc_widget_value, free_menubar_widget_value_tree)
13561 (parse_single_submenu, digest_single_submenu)
13562 (update_submenu_strings): Move to menu.c.
13563
13564 2008-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
13565
13566 * dispnew.c (Flast_nonminibuf_frame): Handle the NULL case.
13567
13568 2008-06-06 Miles Bader <miles@gnu.org>
13569
13570 * xdisp.c (x_produce_glyphs): Calculate tab width based on current
13571 face, not frame default.
13572
13573 2008-06-05 Martin Rudalics <rudalics@gmx.at>
13574
13575 * window.c (pop_up_windows, pop_up_frames)
13576 (display_buffer_reuse_frames, Vpop_up_frame_function)
13577 (Vdisplay_buffer_function, Veven_window_heights)
13578 (Vspecial_display_buffer_names, Vspecial_display_regexps)
13579 (Vspecial_display_function, Vsame_window_buffer_names)
13580 (Vsame_window_regexps, split_height_threshold)
13581 (Vsplit_window_preferred_function): Move those vars to window.el.
13582 (display_buffer_1, Fspecial_display_p, Fsame_window_p)
13583 (Fdisplay_buffer): Move those functions to window.el.
13584 (syms_of_window): Remove corresponding declarations.
13585 (display_buffer): New function.
13586 (temp_output_buffer_show, Fother_window_for_scrolling): Use it.
13587 * dispnew.c (Flast_nonminibuf_frame): New function.
13588 * buffer.c (Fpop_to_buffer): Move to window.el.
13589
13590 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
13591
13592 * data.c (set_internal): Fix up call to let_shadows_buffer_binding_p.
13593
13594 2008-06-05 Kenichi Handa <handa@m17n.org>
13595
13596 * coding.c (detect_coding): Fix previous change.
13597 (detect_coding_system): Likewise.
13598
13599 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
13600
13601 * character.h (MAKE_CHAR_MULTIBYTE): Check the arg is a (uni)byte.
13602
13603 * keymap.c (Vminibuffer_local_filename_must_match_map):
13604 Rename from Vminibuffer_local_must_match_filename_map.
13605 (syms_of_keymap):
13606 * minibuf.c (Fcompleting_read): Adjust accordingly.
13607 * commands.h: Rename declaration as well.
13608
13609 2008-06-05 Kenichi Handa <handa@m17n.org>
13610
13611 * font.c (Ffont_spec): Don't use font_parse_family_registry for
13612 family name.
13613 (Ffont_put): Likewise.
13614
13615 * fontset.c (fontset_find_font): Call font_open_for_lface with the
13616 current font-spec.
13617
13618 * xfont.c (xfont_list): Don't set registry to iso8859-1 even if it
13619 is unspecified.
13620
13621 * xfaces.c (realize_x_face): If the font-related face attributes
13622 are the same as those of default face, realize a new fontset from
13623 default->fontset.
13624 (Fx_family_fonts): Use font_parse_family_registry instead of Ffont_put.
13625
13626 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
13627
13628 * xdisp.c (move_it_in_display_line_to): Improve the type of its args.
13629 (move_it_in_display_line): New wrapper.
13630
13631 * window.c (window_scroll_pixel_based_preserve_x)
13632 (window_scroll_preserve_hpos, window_scroll_preserve_vpos): New vars.
13633 (window_scroll_pixel_based, window_scroll_line_based):
13634 Use them to preserve column positions.
13635 (syms_of_window): Initialize them.
13636
13637 * indent.c (Fvertical_motion): Extend first arg to allow passing an
13638 (HPOS . VPOS) pair.
13639
13640 * dispextern.h (move_it_in_display_line): Declare.
13641
13642 2008-06-05 Juanma Barranquero <lekktu@gmail.com>
13643
13644 * window.c (Fwindow_parameter): Return VALUE, not (PARAMETER . VALUE).
13645 (Fwindow_parameters): Return copy of parameter alist. Doc fix.
13646 (Fset_window_parameter): Return VALUE, not parameter alist. Doc fix.
13647
13648 2008-06-04 Juanma Barranquero <lekktu@gmail.com>
13649
13650 * window.c (Fset_window_parameter): Doc fix.
13651 (Fwindow_parameters, Fwindow_parameter): Remove redundant check.
13652
13653 2008-06-04 Joakim Verona <joakim@verona.se>
13654
13655 * window.h (struct window): Add new member window_parameters.
13656
13657 * window.c (Fwindow_parameters, Fwindow_parameter)
13658 (Fset_window_parameter): New defuns.
13659 (syms_of_window): Defsubr the new defuns.
13660 (make_window): Initialize window_parameters to nil.
13661
13662 2008-06-04 John Paul Wallington <jpw@pobox.com>
13663
13664 * eval.c (Fdefmacro): Doc fix.
13665
13666 2008-06-04 Kenichi Handa <handa@m17n.org>
13667
13668 * coding.c (detect_coding): Fix handling of coding->head_ascii.
13669 Be sure to call setup_coding_system when we find a proper coding system.
13670 (detect_coding_system): Fix handling of coding->head_ascii.
13671
13672 2008-06-03 Andreas Schwab <schwab@suse.de>
13673
13674 * font.c (font_prop_validate_spacing): Fix last change.
13675
13676 2008-06-03 Kenichi Handa <handa@m17n.org>
13677
13678 * font.c (font_prop_validate_spacing): Handle uppercase symbols.
13679 (font_parse_fcname): Fix handling of unknown key.
13680
13681 * xfont.c (xfont_list): Try an alias.
13682
13683 * charset.c (char_charset): Return NULL if the arg charset_list is
13684 specified and C doesn't belong to any of them.
13685
13686 2008-06-02 Chip Coldwell <coldwell@redhat.com>
13687
13688 * font.c (font_pixel_size): Don't take cdr of an integer.
13689
13690 2008-06-02 Jim Meyering <meyering@redhat.com>
13691
13692 Make "xfree (NULL)" a no-op; remove useless if-before-xfree.
13693 * alloc.c (xfree): Return right away for a NULL arg.
13694 * lread.c (nosuffix): Remove now-useless if-before-xfree tests.
13695 * gtkutil.c (xg_gtk_scroll_destroy): Likewise.
13696 * mac.c (create_apple_event_from_event_ref): Likewise.
13697 (create_apple_event_from_drag_ref, cfstring_create_normalized):
13698 Likewise.
13699 * doprnt.c (doprnt1): Likewise.
13700 * frame.c (frame): Likewise.
13701 * keyboard.c (wipe_kboard): Likewise.
13702 * macterm.c (x_free_frame_resources, xlfdpat_destroy, XFreePixmap)
13703 (init_font_name_table, mac_unload_font, x_delete_display): Likewise.
13704 * term.c (tty_default_color_capabilities, maybe_fatal)
13705 (delete_tty): Likewise.
13706 * w16select.c (string): Likewise.
13707 * w32.c (w32_get_resource, SET_ENV_BUF_SIZE): Likewise.
13708 * w32bdf.c (w32_free_bdf_font): Likewise.
13709 * w32fns.c (w32_unload_font): Likewise.
13710 * w32font.c (w32font_close): Likewise.
13711 * window.c (size_window): Likewise.
13712 * xselect.c (receive_incremental_selection): Likewise.
13713 * xterm.c (x_free_frame_resources, x_delete_display): Likewise.
13714 * mactoolbox.c (create_apple_event_from_drag_ref): Likewise.
13715 * w32.c (stat): Likewise.
13716
13717 Remove useless if-before-free tests.
13718 * editfns.c (Fset_time_zone_rule): Likewise.
13719 * lread.c (nosuffix): Likewise.
13720 * ralloc.c (get_bloc): Likewise.
13721 * regex.c (reg_free): Likewise.
13722 * xftfont.c (xftfont_open, xftfont_close): Likewise.
13723 * xrdb.c (get_user_app, get_environ_db, x_load_resources): Likewise.
13724 * xsmfns.c (smc_save_yourself_CB): Likewise.
13725
13726 2008-06-02 Kenichi Handa <handa@m17n.org>
13727
13728 * font.c (font_find_for_lface): Handle float font size.
13729 (font_open_for_lface): Likewise.
13730
13731 * xfaces.c (x_supports_face_attributes_p): Check face->font before
13732 comparing the properties.
13733
13734 2008-06-01 Jason Rumney <jasonr@gnu.org>
13735
13736 * w32font.c (w32_enumfont_pattern_entity): Use requested registry.
13737 Treat iso10646-1 and Windows DEFAULT_CHARSET specially.
13738 Duplicate iso8859-1 fonts as iso10646-1 if no registry specified.
13739 Don't add empty script list.
13740 (w32_registry): Only map DEFAULT_CHARSET to iso10646-1 here.
13741
13742 2008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
13743
13744 * Makefile.in (dot, dotdot): Remove, update users.
13745 ".." has been used elsewhere in the file for a long time.
13746 (LIBXT_STATIC): Remove conditional based on unused variable.
13747
13748 2008-06-01 Miles Bader <miles@gnu.org>
13749
13750 * xfaces.c (Vface_remapping_alist): New variable.
13751 (syms_of_xfaces): Initialize it.
13752 (enum named_merge_point_kind): New type.
13753 (struct named_merge_point): Add `named_merge_point_kind' field.
13754 (push_named_merge_point): Make cycle detection respect different
13755 named-merge-point kinds.
13756 (lface_from_face_name_no_resolve): Rename from `lface_from_face_name'.
13757 Remove face-name alias resolution.
13758 (lface_from_face_name): New definition using
13759 `lface_from_face_name_no_resolve'.
13760 (get_lface_attributes_no_remap): Rename from `get_lface_attributes'.
13761 Call lface_from_face_name_no_resolve instead of lface_from_face_name.
13762 (get_lface_attributes): New definition that layers face-remapping on
13763 top of get_lface_attributes_no_remap. New arg `named_merge_points'.
13764 (lookup_basic_face): New function.
13765 (lookup_derived_face): Pass new last arg to `get_lface_attributes'.
13766 (realize_named_face): Call `get_lface_attributes_no_remap' instead of
13767 `get_lface_attributes'.
13768 (face_at_buffer_position): Use `lookup_basic_face' to lookup
13769 DEFAULT_FACE_ID if necessary. When optimizing the default-face case,
13770 return default_face's face-id instead of the constant DEFAULT_FACE_ID.
13771
13772 * xdisp.c (init_iterator): Pass base_face_id through
13773 `lookup_basic_face' when we actually use it as a face-id.
13774 (handle_single_display_prop): Use `lookup_basic_face' to lookup
13775 DEFAULT_FACE_ID.
13776
13777 * fontset.c (Finternal_char_font): Use `lookup_basic_face' to
13778 lookup the initial face-id.
13779
13780 * dispextern.h (lookup_basic_face, Vface_remapping_alist): New decls.
13781
13782 2008-06-01 Juanma Barranquero <lekktu@gmail.com>
13783
13784 * textprop.c (syms_of_textprop) <text-property-default-nonsticky>:
13785 (Fremove_text_properties): Fix typos in docstrings.
13786
13787 2008-05-31 Kenichi Handa <handa@m17n.org>
13788
13789 * font.c (font_list_entities): Fix the car part of data to be
13790 stored in the cache.
13791
13792 * ftfont.c (ftfont_font_format): Don't use strcasestr.
13793
13794 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
13795
13796 * chartab.c (Foptimize_char_table, optimize_sub_char_table):
13797 Add a `test' argument so another predicate than `equal' can be used.
13798 (map_sub_char_table): Use `eq' rather than `equal' to merge ranges.
13799 (map_char_table): Remove unused vars `c' and `i'.
13800 * lisp.h (Foptimize_char_table): Adjust declaration.
13801 * charset.c (Fclear_charset_maps): Adjust call to Foptimize_char_table.
13802
13803 2008-05-30 Kenichi Handa <handa@m17n.org>
13804
13805 * font.c (Ffont_info): Define only if HAVE_WINDOW_SYSTEM is defined.
13806 (syms_of_font): Defsubr Sfont_info only if HAVE_WINDOW_SYSTEM is
13807 defined.
13808
13809 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
13810
13811 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
13812 (Fmake_variable_frame_local): Disallow mixing buffer-local and
13813 frame-local settings for the same variable.
13814
13815 2008-05-30 Kenichi Handa <handa@m17n.org>
13816
13817 * fontset.c (Ffont_info): Move to font.c.
13818 (syms_of_fontset): Delete defsubr of Sfont_info.
13819
13820 * font.c (font_style_to_value, font_score): Delete casting of the
13821 args to xstcasecmp.
13822 (register_font_driver): Increment num_font_drivers only when
13823 registering the driver globally.
13824 (Ffont_info): Move from fontset.c. Handle a font object too.
13825 (syms_of_font): Defsubr Sfont_info.
13826
13827 2008-05-29 Kenichi Handa <handa@m17n.org>
13828
13829 * coding.h (enum define_coding_utf8_arg_index): New enum.
13830 (enum coding_attr_index): Change coding_attr_utf_16_bom to
13831 coding_attr_utf_bom.
13832 (enum utf_bom_type): Rename from utf_16_bom_type.
13833 (struct utf_16_spec): Adjust for the above change.
13834 (struct coding_system): Add utf_8_bom in `spec' union.
13835
13836 * coding.c (CODING_UTF_8_BOM): New macro.
13837 (enum coding_category): Delete coding_category_utf_8, add
13838 coding_category_utf_8_auto, coding_category_utf_8_nosig, and
13839 coding_category_utf_8_sig.
13840 (CATEGORY_MASK_UTF_8): Delete it.
13841 (CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG)
13842 (CATEGORY_MASK_UTF_8_SIG): New macros.
13843 (CATEGORY_MASK_ANY): Delete CATEGORY_MASK_UTF_8, add
13844 CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG, and
13845 CATEGORY_MASK_UTF_8_SIG.
13846 (CATEGORY_MASK_UTF_8): New macro.
13847 (UTF_BOM, UTF_8_BOM_1, UTF_8_BOM_2, UTF_8_BOM_3): New macros.
13848 (detect_coding_utf_8): Check BOM.
13849 (decode_coding_utf_8, encode_coding_utf_8): Handle BOM.
13850 (decode_coding_utf_16): Adjust for the change of enum utf_bom_type.
13851 (encode_coding_utf_16): Likewise.
13852 (setup_coding_system): Likewise. Set CODING_UTF_8_BOM (coding).
13853 (detect_coding, detect_coding_system): Handle utf-8-auto.
13854 (Fdefine_coding_system_internal): Handle `bom' property for utf-8.
13855 (syms_of_coding): Fix setting up of Vcoding_category_table.
13856
13857 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
13858
13859 * process.c (Faccept_process_output): If `millisec' is non-nil,
13860 `seconds' default to 0.
13861 (wait_reading_process_output): Also return non-nil if we read output
13862 from a non-running process.
13863
13864 2008-05-29 Jason Rumney <jasonr@gnu.org>
13865
13866 * w32font.c (w32font_open_internal): Prefer truetype fonts unless
13867 `raster' specified.
13868 (add_font_entity_to_list): Allow non-opentype truetype fonts back
13869 in the uniscribe backend, but disallow any font that has no
13870 unicode subrange support.
13871
13872 2008-05-29 Juanma Barranquero <lekktu@gmail.com>
13873
13874 * xfaces.c (Fx_list_fonts, Finternal_copy_lisp_face):
13875 Fix typos in docstrings.
13876
13877 2008-05-29 Kenichi Handa <handa@m17n.org>
13878
13879 * xfaces.c (Fx_list_fonts): Make it return a list of font names.
13880 (Fx_family_fonts): Set frame correctly.
13881
13882 2008-05-28 Jason Rumney <jasonr@gnu.org>
13883
13884 * w32term.c (x_draw_glyph_string): Use clipmask if specified.
13885
13886 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
13887
13888 * fileio.c (Fwrite_region): Delay the defaulting to beg&z to after
13889 calling build_annotations.
13890
13891 2008-05-28 Juanma Barranquero <lekktu@gmail.com>
13892
13893 * coding.c (Fdecode_coding_region, Fencode_coding_region)
13894 (Fencode_coding_string):
13895 (syms_of_coding) <coding-system-for-read, coding-system-for-write>:
13896 <latin-extra-code-table>: Fix typos in docstrings.
13897 (syms_of_coding) <coding-system-alist>: Doc fix.
13898 (syms_of_coding) <translation-table-for-input>: Reflow docstring.
13899
13900 2008-05-28 Kenichi Handa <handa@m17n.org>
13901
13902 * fontset.c (Ffont_info): Don't call font_close_object.
13903
13904 * font.c (font_parse_family_registry): Use Ffont_put to validate
13905 foundry and family.
13906 (font_delete_unmatched): Don't check spacing.
13907 (font_list_entities): Add spacing to the spec to list fonts.
13908
13909 * ftfont.c (ftfont_spec_pattern): Don't set FC_SPACING to pattern.
13910 (ftfont_list): Check spacing here. Don't include FC_CHARSET in objset.
13911
13912 * coding.c (encode_coding_raw_text): Fix previous change.
13913 (encode_coding_object): When the dst_object is a buffer and is
13914 different from src_object, move gap to PT.
13915
13916 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
13917
13918 * xterm.c (x_draw_glyph_string): If a clipmask is specified, use it.
13919
13920 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
13921
13922 * coding.c (encode_coding_raw_text): Set coding->produced_char for
13923 all branches. Compute it differently.
13924
13925 * xdisp.c [!HAVE_WINDOW_SYSTEM]: Include font.h for --without-x.
13926
13927 2008-05-27 Juanma Barranquero <lekktu@gmail.com>
13928
13929 * w32font.c (compute_metrics): Rewrite an "else { if () ... else ... }"
13930 into "else if () ... else ...".
13931
13932 2008-05-27 Jason Rumney <jasonr@gnu.org>
13933
13934 * w32font.c (w32font_open_internal): Determine if glyph indices
13935 are likely to work here.
13936
13937 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
13938
13939 * xdisp.c (draw_glyphs): If mouse-highlighting is on, attempt to
13940 draw overlap glyphs with appropriate highlighting.
13941
13942 2008-05-27 Kenichi Handa <handa@m17n.org>
13943
13944 * xfont.c (xfont_open): Fix calculation of font->average_width.
13945
13946 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
13947
13948 * casefiddle.c (casify_object): Try to guess better whether the
13949 argument is a byte or a char.
13950
13951 2008-05-26 Andreas Schwab <schwab@suse.de>
13952
13953 * xselect.c (x_reply_selection_request): Properly handle format == 32.
13954 Always send multiples of format size.
13955
13956 * xterm.c (x_set_frame_alpha): Fix type mismatch.
13957
13958 2008-05-26 Jason Rumney <jasonr@gnu.org>
13959
13960 * w32font.c (w32font_text_extents): Zero whole metrics struct first.
13961 (compute_metrics): Don't set failure if we just cleared the cache.
13962 (w32_weight_table): Remove unused variable.
13963 (w32_enumfont_pattern_entity): Use FONT_SPACING_CHARCELL for
13964 backwards compatibility.
13965
13966 2008-05-25 Kenichi Handa <handa@m17n.org>
13967
13968 * w32term.c (x_draw_glyph_string):
13969 * xterm.c (x_draw_glyph_string): Fix calculation of underline position.
13970
13971 * xfaces.c: Delete unused function prototypes.
13972 (xstrlwr, font_frame): Delete them.
13973 (clear_face_cache): Delete unused variable.
13974
13975 * xftfont.c (xftfont_open): Delete unused variable.
13976 If underline_thickness is not 1, adjust underline_position.
13977
13978 * ftxfont.c (ftxfont_open): Delete unused variable.
13979
13980 * fontset.c (face_for_char): Optimize for the case of no charset
13981 property.
13982
13983 * font.c (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE)
13984 (check_gstring, check_otf_features, otf_list, otf_tag_symbol)
13985 (otf_open, font_otf_capability, generate_otf_features)
13986 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
13987 Comment out by surrounding "#if 0" and "#endif" for the moment.
13988 (Ffont_drive_otf, Ffont_otf_alternates): Likewise.
13989 (syms_of_font): Codes for accessing above commented out.
13990
13991 2008-05-24 Eli Zaretskii <eliz@gnu.org>
13992
13993 * w32proc.c: Include dispextern.h.
13994
13995 * w32.c: Include dispextern.h.
13996
13997 2008-05-23 Juanma Barranquero <lekktu@gmail.com>
13998
13999 * charset.c (Fencode_char, Fsplit_char): Doc fixes.
14000 (Fget_unused_iso_final_char, Fdecode_char, Fiso_charset):
14001 Fix typos in docstrings.
14002
14003 2008-05-23 Jason Rumney <jasonr@gnu.org>
14004
14005 * xsmfns.c: Remove includes that are already included by config.h.
14006
14007 2008-05-23 Kenichi Handa <handa@m17n.org>
14008
14009 * charset.c (Qemacs, charset_emacs): New variables.
14010 (char_charset): Fix for non-Unicode characters.
14011 (syms_of_charset): Define charset_emacs.
14012
14013 * w32term.c (x_draw_glyph_string): Be sure to update
14014 s->underline_thickness and s->underline_position. Be sure to draw
14015 underline within the current line area.
14016
14017 * xterm.c (x_draw_glyph_string): Be sure to update
14018 s->underline_thickness and s->underline_position. Be sure to draw
14019 underline within the current line area.
14020
14021 * fontset.c: Delete unused variables and add casting for char *
14022 throughout the file.
14023 (fontset_font): Try the fallback fonts of the current fontset
14024 before consulting the default fontset.
14025
14026 * ftfont.c (ftfont_spec_pattern): Free charset if necessary.
14027
14028 * xfont.c (xfont_list_pattern): Free names returned from XListFonts.
14029
14030 2008-05-22 Jason Rumney <jasonr@gnu.org>
14031
14032 * font.c: Don't include strings.h.
14033
14034 * dispextern.h, xfaces.c (xstrcasecmp): Rename from xstricmp.
14035
14036 * dosfns.c, fileio.c, font.c, fontset.c, image.c, macfns.c:
14037 * macterm.c, process.c, w32.c, w32fns.c, w32proc.c, xfaces.c:
14038 * xfns.c, xfont.c: All callers of stricmp and strcasecmp changed
14039 to call xstrcasecmp.
14040
14041 * xfont.c (xfont_list_pattern, compare_font_names): Use xstrcasecmp.
14042
14043 * fontset.c (fs_query_fontset): Use xstrcasecmp.
14044
14045 * font.c (font_style_to_value, font_score): Use xstrcasecmp.
14046
14047 * dosfns.c (msdos_stdcolor_idx): Use xstrcasecmp.
14048
14049 2008-05-22 Kenichi Handa <handa@m17n.org>
14050
14051 * puresize.h (BASE_PURESIZE): Increase to 1220000.
14052
14053 * font.c (font_prop_validate_style): Adjust for the format
14054 change of font_style_table.
14055
14056 * w32font.c (w32font_open_internal): Call Ffont_xlfd_name with
14057 two args.
14058
14059 * xfaces.c (x_update_menu_appearance): Call Ffont_xlfd_name with
14060 two args.
14061
14062 2008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
14063
14064 * minibuf.c (keys_of_minibuf): Delete.
14065 * lisp.h (keys_of_minibuf): Delete.
14066 * emacs.c (main): Don't call keys_of_minibuf.
14067
14068 2008-05-22 Kenichi Handa <handa@m17n.org>
14069
14070 * ftfont.c (ftfont_resolve_generic_family): Rename from
14071 ftfont_list_generic_family. Return a single family for each
14072 generic family.
14073 (ftfont_spec_pattern): Add FC_FAMILY to pattern.
14074 (ftfont_list): Adjust for the change of ftfont_resolve_generic_family.
14075 Call font_add_log.
14076 (ftfont_match): Call font_add_log.
14077
14078 * font.h (Ffont_xlfd_name): EXFUN adjusted.
14079 (FONT_DEBUG): Define it.
14080 (font_add_log): Extern it.
14081 (font_assert): Rename from xassert.
14082
14083 * xfont.c (xfont_get_pcm): Change xassert to font_assert.
14084 (xfont_list_family): Call font_add_log.
14085 (xfont_match): Likewise.
14086 (memq_no_quit): Delete.
14087
14088 * fontset.c (fontset_from_font, Ffontset_info): Add the 2nd arg in
14089 call of Ffont_xlfd_name.
14090
14091 * xfaces.c (struct table_entry, slant_table, weight_table)
14092 (swidth_table): Move to font.c.
14093
14094 * font.c: Checking of FONT_DEBUG is moved to font.h. All calls of
14095 xassert are changed to font_assert. Delete many unused variables.
14096 (Vfont_weight_table, Vfont_slant_table, Vfont_width_table):
14097 New variables.
14098 (struct table_entry): Move from xfaces.c and modified.
14099 (weight_table, slant_table, width_table): Move from xfaces.c and
14100 contents adjusted for the change of struct table_entry.
14101 (font_style_to_value, font_style_symbolic): Adjust for the
14102 format change of font_style_table.
14103 (font_parse_family_registry): Don't overwrite existing foundry and
14104 family of font_spec.
14105 (font_score): Fix calculation of diff for sizes.
14106 (font_sort_entites): Call font_add_log.
14107 (font_delete_unmatched): Return a newly created list.
14108 (font_list_entities): Fix previous change. Call font_add_log.
14109 (font_matching_entity, font_open_entity, font_close_entity):
14110 Call font_add_log.
14111 (Ffont_xlfd_name): New arg FOLD-WILDCARDS.
14112 (Finternal_set_font_style_table): Delete.
14113 (BUILD_STYLE_TABLE): New macro.
14114 (build_style_table): New function.
14115 (Vfont_log, font_log_env_checked): New variables.
14116 (font_add_log): New function.
14117 (syms_of_font): Delete defsubr Sinternal_set_font_style_table.
14118 Declare Lisp variables "font-weight-table", "font-slant-table",
14119 "font-width-table", and "font-log". Initialize font_style_table.
14120
14121 2008-05-21 Dan Nicolaescu <dann@ics.uci.edu>
14122
14123 * xterm.c (x_set_frame_alpha): Move declarations before statements.
14124
14125 2008-05-21 Seiji Zenitani <zenitani@mac.com>
14126 Ryo Yoshitake <ryo@shiftmode.net>
14127
14128 * frame.c (Qalpha): Add a new frame parameter `alpha'.
14129 (Vframe_alpha_lower_limit): New variable.
14130 (x_set_alpha): New function.
14131
14132 * frame.h (Qalpha, Vframe_parameter_lower_limit): Export them.
14133
14134 * xfns.c (x-create-frame, Qalpha):
14135 Initialize the frame parameter `alpha'.
14136 * xterm.c (OPAQUE, OPACITY): New.
14137 (x_set_frame_alpha): New function.
14138 (frame_highlight, frame_unhighlight): Call x_set_frame_alpha.
14139
14140 * macfns.c (mac_frame_parm_handlers): A null handler for x_set_alpha.
14141 * w32fns.c (w32_frame_parm_handlers): Likewise.
14142
14143 2008-05-20 Jason Rumney <jasonr@gnu.org>
14144
14145 * w32font.c (add_font_entity_to_list): Don't add non-opentype
14146 truetype fonts to opentype list.
14147
14148 2008-05-20 Juanma Barranquero <lekktu@gmail.com>
14149
14150 * fontset.c (Ffontset_info): Doc fix.
14151 (syms_of_fontset) <font-encoding-charset-alist, use-default-ascent>:
14152 <ignore-relative-composition>: Fix typos in docstrings.
14153
14154 * font.c (syms-of-font) <font-encoding-alist>:
14155 (Ffontp, Ffont_make_gstring): Fix typos in docstrings.
14156 (Flist_fonts, Ffont_family_list, Ffont_fill_gstring, Fquery_font)
14157 (Ffont_otf_alternates): Doc fixes.
14158
14159 2008-05-20 Kenichi Handa <handa@m17n.org>
14160
14161 * Makefile.in (FONTSRC): Delete it. Change all $(FONTSRC) to
14162 font.h through out the file.
14163 (FONT_DRIVERS): Rename from FONTOBJ.
14164 (obj): Change $(FONTOBJ) to $(FONT_DRIVERS). Add font.o.
14165 (SOME_MACHINE_OBJECTS): Change $(FONTOBJ) to $(FONT_DRIVERS).
14166
14167 * emacs.c (main): Call syms_of_font unconditionally.
14168
14169 * font.h (find_font_encoding): Extern it.
14170
14171 * font.c (Vfont_encoding_alist, find_font_encoding): Move from
14172 fontset.c.
14173 (font_pixel_size) [! HAVE_WINDOW_SYSTEM]: Return 1.
14174 (font_open_entity): Update FRAME_X_DISPLAY_INFO (f)->n_fonts,
14175 FRAME_SMALLEST_CHAR_WIDTH (f), and FRAME_SMALLEST_FONT_HEIGHT (f)
14176 only when HAVE_WINDOW_SYSTEM is defined.
14177 (font_close_object): Update FRAME_X_DISPLAY_INFO (f)->n_fonts only
14178 when HAVE_WINDOW_SYSTEM is defined.
14179
14180 * fontset.c (Vfont_encoding_alist, find_font_encoding): Move to font.c.
14181 (syms_of_fontset): Move declaration of font-encoding-alist to font.c.
14182
14183 * xfaces.c: Include font.h unconditionally.
14184 (merge_face_ref, merge_face_vectors)
14185 (Finternal_set_lisp_face_attribute): Cancel the previous change.
14186
14187 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
14188
14189 * xdisp.c (select_frame_for_redisplay): Adjust for last change to
14190 indirect_variable.
14191 * eval.c (lisp_indirect_variable): New fun.
14192 (Fuser_variable_p): Use it.
14193
14194 2008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
14195
14196 * lisp.h (indirect_variable):
14197 * data.c (indirect_variable, let_shadows_buffer_binding_p):
14198 Use Lisp_Symbol pointers rather than Lisp_Object.
14199 Adjust callers.
14200 * buffer.c (buffer_slot_type_mismatch): Use wrong-type-argument.
14201 To this end, change calling-convention.
14202
14203 * minibuf.c (Finternal_complete_buffer): Only strip out hidden buffers
14204 if some non-hidden buffers are selected by string&pred.
14205
14206 2008-05-19 Chong Yidong <cyd@stupidchicken.com>
14207
14208 * process.c (wait_reading_process_output): Always check status
14209 when in batch mode.
14210
14211 2008-05-19 Kenichi Handa <handa@m17n.org>
14212
14213 * font.c (font_list_entities): Fix handling of cache.
14214 (font_matching_entity): Likewise.
14215
14216 * ftfont.c (cs_iso8859_1): Delete.
14217 (ft_face_cache): New variable.
14218 (struct ftfont_info): New member fc_charset_idx.
14219 (ftfont_build_basic_charsets): Delete.
14220 (fc_charset_table): New variable.
14221 (ftfont_pattern_entity): New arg fc_charset_idx. Store (FILENAME
14222 . FC_CHARSET_IDX) as :font-entity property in the font entity.
14223 Callers changed.
14224 (ftfont_lookup_cache, ftfont_get_charset): New functions.
14225 (ftfont_spec_pattern): New argument fc_charset_idx.
14226 Check registry more rigidly. Change callers.
14227 (ftfont_open, ftfont_close, ftfont_has_char): Adjust for the
14228 change of :font-entity property of the font.
14229
14230 * xftfont.c (xftfont_open): Adjust for the change of :font-entity
14231 property of the font.
14232
14233 2008-05-18 Juanma Barranquero <lekktu@gmail.com>
14234
14235 * coding.c (Fcoding_system_p): Rename argument to match docstring.
14236 (Funencodable_char_position, Fcheck_coding_systems_region)
14237 (Fdecode_coding_string, Fencode_coding_string): Fix typos in docstrings.
14238 (Fdetect_coding_region, Fdetect_coding_string, Fencode_coding_region)
14239 (Ffind_operation_coding_system, Fset_coding_system_priority)
14240 (Fcoding_system_eol_type): Doc fixes.
14241
14242 2008-05-17 Glenn Morris <rgm@gnu.org>
14243
14244 * sysdep.c (child_setup_tty): Handle systems with NLDLY, without FFDLY.
14245
14246 2008-05-16 Eli Zaretskii <eliz@gnu.org>
14247
14248 * dired.c (Ffile_attributes): Shut up GCC warnings about st_uid
14249 and st_gid.
14250
14251 * frame.c (Fdelete_frame): Don't call font_update_drivers if
14252 HAVE_WINDOW_SYSTEM is not defined.
14253
14254 * xfaces.c (merge_face_ref, merge_face_vectors)
14255 (Finternal_set_lisp_face_attribute): Use FONT_*_INDEX only when
14256 HAVE_WINDOW_SYSTEM is defined.
14257 (Fface_font): Fix non-HAVE_WINDOW_SYSTEM case.
14258
14259 2008-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
14260
14261 * keyboard.c (parse_menu_item): Do not cache key shortcut any more.
14262
14263 2008-05-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14264
14265 * macterm.c (x_draw_relief_rect): Remove unused variable `dpy'.
14266
14267 2008-05-15 Kenichi Handa <handa@m17n.org>
14268
14269 * font.c (font_find_for_lface): Reflect LFACE_FONT in the font
14270 preference.
14271
14272 2008-05-15 Glenn Morris <rgm@gnu.org>
14273
14274 * emacs.c (USAGE1, standard_args): Remove -disable-font-backend.
14275
14276 2008-05-15 Chong Yidong <cyd@stupidchicken.com>
14277
14278 * fns.c (init_fns): Don't initialize weak_hash_tables here.
14279 (init_weak_hash_tables): New fun. Initialize weak_hash_tables.
14280
14281 * alloc.c (init_alloc_once): Call init_weak_hash_tables.
14282
14283 2008-05-15 Kenichi Handa <handa@m17n.org>
14284
14285 * ftfont.c (ftfont_list): Downcase family name to check generic
14286 families.
14287
14288 * xfaces.c (Finternal_set_lisp_face_attribute): Be sure to make a
14289 font-spec for QCfont value.
14290
14291 * fontset.c (Fnew_fontset): Call font_unparse_xlfd with 256-byte
14292 buffer. Check the return value of it.
14293
14294 2008-05-14 Jason Rumney <jasonr@gnu.org>
14295
14296 * w32term.c (w32_get_glyph_overhangs): Remove.
14297 (w32_redisplay_interface): Use x_get_glyph_overhangs instead.
14298
14299 2008-05-14 Kenichi Handa <handa@m17n.org>
14300
14301 * font.c (font_prop_validate): Make nil a valid value.
14302 (font_clear_cache): Check if the cached vector of entities is nil
14303 or not.
14304
14305 2008-05-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14306
14307 * emacs.c (main_thread): Conditionalize on
14308 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
14309 (main) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it.
14310
14311 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): New define.
14312 (main_thread, SIGNAL_THREAD_CHECK): Conditionalize on
14313 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
14314
14315 2008-05-14 Kenichi Handa <handa@m17n.org>
14316
14317 * coding.c (detect_coding_iso_2022): Ignore a coding category that
14318 has no corresponding coding system.
14319
14320 2008-05-14 Jason Rumney <jasonr@gnu.org>
14321
14322 * font.h (struct font) [WINDOWSNT]: Remove codepage member.
14323
14324 * w32font.h (w32font_open_internal): Update declaration.
14325
14326 * w32font.c (w32font_open_internal): Change last argument from
14327 w32font_info struct to font object. Fill in font object from
14328 font_entity. Get Outline metrics if possible. Use them to
14329 calculate underline position and thickness. Use xlfd name as name
14330 property. Don't set codepage.
14331 (w32font_open): Pass font_object to w32font_open_internal. Don't
14332 update dpyinfo->smallest_font_height and dpyinfo->smallest_char_width.
14333 (w32font_draw): Use s->font.
14334 (clear_cached_metrics): Don't clear non-existent blocks.
14335
14336 * w32term.c (w32_compute_glyph_string_overhangs): Don't compute if
14337 font was not found.
14338 (x_draw_glyph_string): Use underline position and thickness from font.
14339
14340 * w32uniscribe.c (uniscribe_open): Pass font_object to
14341 w32font_open_internal.
14342
14343 2008-05-14 Kenichi Handa <handa@m17n.org>
14344
14345 These changes are to delete all legacy font-handling codes, and
14346 make Emacs use only font-backends.
14347
14348 * Makefile.in: Delete USE_FONT_BACKEND conditionals.
14349 (frame.o, image.o, print.o): Depend on $(FONTSRC).
14350
14351 * makefile.w32-in (WIN32OBJ): Add w32reg.$(O), remove w32bdf.$(O).
14352
14353 * charset.h (Vcharset_non_preferred_head)
14354 (Vcurrent_iso639_language): Extern them.
14355
14356 * charset.c (Vcharset_non_preferred_head): New variable.
14357 (Vcurrent_iso639_language): New variable.
14358 (syms_of_charset): Declare it as a Lisp variable.
14359 (char_charset): Don't check non preferred charsets. As a last
14360 resort, return charset_unicode.
14361 (Fset_charset_priority): Update Vcharset_non_preferred_head.
14362
14363 * composite.c: Throughout the file, delete all USE_FONT_BACKEND
14364 conditionals. Don't check enable_font_backend. Delete all codes
14365 used only when USE_FONT_BACKEND is not defined.
14366
14367 * dispextern.h (struct glyph_string): Change type of `font' to
14368 `struct font *'.
14369 (struct glyph_string): New member underline_position and
14370 underline_thickness.
14371 (enum lface_attribute_index): Remove LFACE_AVGWIDTH_INDEX.
14372 (struct face): Change type of `font' to `struct font *'. Remove
14373 members `font_name', `font_info_id'.
14374 (per_char_metric, encode_char): Delete externs.
14375 (calc_pixel_width_or_height): Adjust the prototype.
14376
14377 * emacs.c (enable_font_backend): Delete extern.
14378 (main): Don't set enable_font_backend. Don't check the command
14379 line argument "-disable-font-backend".
14380
14381 * font.h (Qfont_spec, Qfont_entity, Qfont_object): Extern them.
14382 (enum font_property_index): New members FONT_DPI_INDEX,
14383 FONT_SPACING_INDEX, FONT_AVGWIDTH_INDEX, FONT_NAME_INDEX,
14384 FONT_FULLNAME_INDEX, FONT_FILE_INDEX, FONT_FORMAT_INDEX,
14385 FONT_OBJECT_MAX. Delete FONT_FRAME_INDEX.
14386 (FONT_WEIGHT_NUMERIC, FONT_SLANT_NUMERIC, FONT_WIDTH_NUMERIC)
14387 (FONT_WEIGHT_SYMBOLIC, FONT_SLANT_SYMBOLIC, FONT_WIDTH_SYMBOLIC)
14388 (FONT_WEIGHT_FOR_FACE, FONT_SLANT_FOR_FACE, FONT_WIDTH_FOR_FACE)
14389 (FONT_WEIGHT_NAME_NUMERIC, FONT_SLANT_NAME_NUMERIC)
14390 (FONT_WIDTH_NAME_NUMERIC, FONT_SET_STYLE): New macros.
14391 (struct font_spec, struct font_entity): New structs.
14392 (FONT_ENCODING_NOT_DECIDED): Moved from fontset.h.
14393 (struct font): Many members from old "struct font_info" moved to
14394 here. Members font and entity deleted.
14395 (FONT_SPEC_P, FONT_ENTITY_P, FONT_OBJECT_P, FONTP): Modified for
14396 the new font-related objects.
14397 (CHECK_FONT_SPEC, CHECK_FONT_ENTITY, CHECK_FONT_OBJECT)
14398 (CHECK_FONT_GET_OBJECT): Likewise.
14399 (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT, XSETFONT): New macros.
14400 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved from font.h.
14401 (struct font_driver): New members case_sensitive anc check. Type
14402 of the member list and open changed.
14403 (enable_font_backend, font_symbolic_weight, font_symbolic_slant)
14404 (font_symbolic_width, font_find_object, font_get_spec)
14405 (font_set_lface_from_name): Delete extern.
14406 (Fcopy_font_spec, Fmerge_font_spec, Ffont_family_list): New EXFUNs.
14407
14408 * font.c: Include <strings.h>.
14409 (enable_font_backend): Delete it.
14410 (Qfont_spec, Qfont_entity, Qfont_object): New variables.
14411 (CHECK_VALIDATE_FONT_SPEC): Delete it.
14412 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved to font.h.
14413 (null_string): Delete it.
14414 (null_vector): Make it static.
14415 (font_family_alist): Delete it.
14416 (Qnormal): Extern it.
14417 (QCextra, QClanguage): Delete it.
14418 (QClang, QCavgwidth, QCfont_entity, QCfc_unknown_spec): New variables.
14419 (font_make_spec, font_make_entity, font_make_object)
14420 (font_intern_prop): Renamed from intern_downcase. Don't downcase
14421 the string. Callers changed.
14422 (font_pixel_size): Adjusted for the format change of font-related
14423 objects.
14424 (prop_name_to_numeric, prop_numeric_to_name): Delete them.
14425 (font_style_to_value, font_style_symbolic): New function.
14426 (build_font_family_alist): Delete it.
14427 (font_registry_charsets): Use Fassoc_string instead of
14428 assq_no_quit.
14429 (font_prop_validate_symbol): Don't return null_string.
14430 (font_prop_validate_style): Adjusted for the change of
14431 style-related values in a font vector.
14432 (font_property_table): Delete entries for QClanguage and
14433 QCantialias, add entries for QCavgwidth.
14434 (get_font_prop_index): Delete the 2nd argument FROM.
14435 (font_prop_validate): Arguments changed.
14436 (font_put_extra): Adjusted for the change of font-related objects.
14437 (font_expand_wildcards, font_parse_xlfd, font_unparse_xlfd)
14438 (font_parse_fcname, font_unparse_fcname)
14439 (font_prepare_composition): Likewise.
14440 (font_parse_family_registry): Renamed from font_merge_old_spec.
14441 (otf_open): Delete the 1st arg entity.
14442 (font_otf_capability): Adjusted for the above change.
14443 (font_score): New arg alternate_families. Adjusted for the change
14444 of font-related objects.
14445 (font_sort_entites): New arg best_only.
14446 (font_symbolic_weight, font_symbolic_slant, font_symbolic_width):
14447 Delete them.
14448 (font_match_p): Check alternate families.
14449 (font_find_object): Delete it.
14450 (font_check_object): New function.
14451 (font_clear_cache): Adjusted for the change of font-related objects.
14452 (font_delete_unmatched): New arg.
14453 (font_list_entities): Call font_driver->list with a spec that
14454 doesn't specify style-related properties.
14455 (font_matching_entity): Arguments changed. Caller changed.
14456 (font_open_entity): Adjusted for the change of font-related objects.
14457 (font_close_object, font_has_char, font_encode_char)
14458 (font_get_name, font_get_spec): Likewise.
14459 (font_spec_from_name, font_clear_prop, font_update_lface):
14460 New functions.
14461 (font_find_for_lface, font_open_for_lface, font_load_for_lface)
14462 (font_prepare_for_face, font_done_for_face, font_open_by_name)
14463 (font_at): Adjusted for the change of font-related objects.
14464 (font_range): New function.
14465 (Ffontp, Ffont_spec, Ffont_get, Ffont_put, Flist_fonts)
14466 (Ffont_xlfd_name): Adjusted for the change of font-related objects.
14467 (Fcopy_font_spec, Fmerge_font_spec): New function.
14468 (Ffont_family_list): Renamed from list-families.
14469 (Finternal_set_font_style_table): Arguments changed.
14470 (Ffont_fill_gstring, Ffont_shape_text, Fopen_font)
14471 (Ffont_drive_otf, Fquery_font, Ffont_match_p): Adjusted for the
14472 change of font-related objects.
14473 (syms_of_font): Delete "ifdef USE_FONT_BACKEND". DEFSYM new symbols.
14474
14475 * fontset.h (struct font_info): Delete it. Most members go to
14476 struct font.
14477 (FONT_ENCODING_NOT_DECIDED): Moved to font.h.
14478 (enum FONT_SPEC_INDEX): Delete it.
14479 (font_info, list_fonts_func, load_font_func, query_font_func)
14480 (set_frame_fontset_func, find_ccl_program_func)
14481 (get_font_repertory_func, new_fontset_from_font_name): Delete
14482 externs.
14483 (fontset_from_font_name): Extern it.
14484 (FS_LOAD_FONT, FONT_INFO_ID, FONT_INFO_FROM_ID)
14485 (FONT_INFO_FROM_FACE): Deleted.
14486 (face_for_font): Adjust prototype.
14487
14488 * fontset.c: Throughout the file, delete all USE_FONT_BACKEND
14489 conditionals. Don't check enable_font_backend. Delete all codes
14490 used only when USE_FONT_BACKEND is not defined.
14491 (get_font_info_func, list_font_func, load_font_func)
14492 (query_font_func, set_frame_fontset_func, find_ccl_program_func)
14493 (get_font_repertory_func): Delete them.
14494 (FONTSET_SPEC, FONT_DEF_NEW, FONT_DEF_SPEC, FONT_DEF_ENCODING)
14495 (FONT_DEF_REPERTORY, RFONT_DEF_FACE, RFONT_DEF_SET_FACE)
14496 (RFONT_DEF_FONT_DEF, RFONT_DEF_SPEC, RFONT_DEF_REPERTORY)
14497 (RFONT_DEF_OBJECT, RFONT_DEF_SET_OBJECT, RFONT_DEF_SCORE)
14498 (RFONT_DEF_SET_SCORE, RFONT_DEF_NEW): New macros.
14499 (fontset_compare_rfontdef): New function.
14500 (reorder_font_vector): Remove the argument CHARSET-ID. Sort
14501 rfont-defs by qsort. Adjusted for the change of font-group vector.
14502 (load_font_get_repertory): Deleted.
14503 (fontset_find_font): Use new macros to ref/set elements of
14504 font-def and rfont-def.
14505 (fontset_font): Fix the timing of remembering that no font for C.
14506 (free_face_fontset): Do nothing if the face has no fontset.
14507 (face_suitable_for_char_p): Use new macros to ref/set elements of
14508 rfont-def.
14509 (face_for_char): Likewise. Call face_for_char with font_object.
14510 (fs_load_font): Delete. Delete #pragma surrounding it.
14511 (fs_query_fontset): Use strcasecmp instead of strcmp.
14512 (generate_ascii_font_name): Adjusted for the format change of
14513 font-spec.
14514 (Fset_fontset_font): Likewise. Use new macros to set elements of
14515 font-def.
14516 (Fnew_fontset): Use font_unparse_xlfd to generate
14517 FONTSET_ASCII (fontset).
14518 (new_fontset_from_font_name): Deleted.
14519 (fontset_from_font): Renamed from new_fontset_from_font. Check if
14520 a fontset is already created for the font. FIx updating of
14521 Vfontset_alias_alist.
14522 (fontset_ascii_font): Deleted.
14523 (Ffont_info): Adjusted for the format change of font-spec.
14524 (Finternal_char_font): Likewise.
14525 (Ffontset_info): Likewise.
14526 (syms_of_fontset): Don't check load_font_func.
14527
14528 * fns.c (internal_equal): Handle PREV_FONT.
14529
14530 * frame.h: Delete USE_FONT_BACKEND conditional.
14531
14532 * frame.c: Throughout the file, delete all USE_FONT_BACKEND
14533 conditionals. Don't check enable_font_backend. Delete all codes
14534 used only when USE_FONT_BACKEND is not defined.
14535 (x_set_font): Call x_new_font, not x_new_fontset2.
14536 (x_set_font_backend): Use FRAME_FONT macro to check if a font is
14537 already set for the frame.
14538
14539 * ftfont.c (ftfont_pattern_entity): Argument FRAME removed. Make
14540 a font-entity by font_make_entity. Use font_intern_prop instead
14541 of intern_downcase. Use FONT_SET_STYLE to set a style-related
14542 font property. If a font is scalable, set avgwidth property to 0.
14543 Set font-entity property by font_put_extra.
14544 (ftfont_list_generic_family): Argument SPEC and REGISTRY removed.
14545 (ffont_driver): Adjusted for the change of struct font_driver.
14546 (ftfont_spec_pattern): New function.
14547 (ftfont_list): Return a list, not vector.
14548 (ftfont_match): Use ftfont_spec_pattern to get a pattern.
14549 (ftfont_list_family): Don't downcase names.
14550 (ftfont_free_entity): Deleted.
14551 (ftfont_open): Return a font-object. Adjusted for the change of
14552 struct font. Get underline_thickness and underline_position from
14553 font property. Don't update dpyinfo->smallest_font_height and
14554 dpyinfo->smallest_char_width.
14555 (ftfont_close): Don't free `struct font'.
14556 (ftfont_has_char): Adjusted for the format change of font-entity.
14557 (ftfont_encode_char, ftfont_text_extents): Likewise.
14558
14559 * ftxfont.c (ftxfont_list): Return a list, not vector.
14560 (ftxfont_open): Return a font-object. Adjusted for the change of
14561 struct font. Get underline_thickness and underline_position from
14562 font property. Don't update dpyinfo->smallest_font_height and
14563 dpyinfo->smallest_char_width.
14564 (ftxfont_close): Don't decrease FRAME_X_DISPLAY_INFO (f)->n_fonts.
14565 (ftxfont_draw): Adjusted for the change of struct font.
14566
14567 * image.c (image_ascent): Don't include "charset.h". Include
14568 "character.h" and "font.h".
14569
14570 * lisp.h (enum pvec_type): New member PREV_FONT.
14571 (Fassoc_string): EXFUN it.
14572
14573 * print.c: Include font.h.
14574 (print_object): Handle font-related objects.
14575
14576 * xdisp.c: Throughout the file, delete all USE_FONT_BACKEND
14577 conditionals. Don't check enable_font_backend. Delete all codes
14578 used only when USE_FONT_BACKEND is not defined.
14579 (handle_auto_composed_prop): Do nothing if it->f is not on a
14580 window system. Check how many following characters can be
14581 displayed by the same font.
14582 (calc_pixel_width_or_height): Type of the 4th arg is changed to
14583 'struct font *'.
14584 (get_char_face_and_encoding): Assign the whole encoding task to
14585 the `encode-char' method of a font driver.
14586 (fill_composite_glyph_string): Adjusted for the change of `struct
14587 face' and `struct glyph_string'.
14588 (fill_glyph_string): Likewise.
14589 (get_per_char_metric): Arguments changed.
14590 (x_get_glyph_overhangs): Adjusted for the change of `struct face'
14591 and `struct glyph_string'.
14592 (produce_stretch_glyph, calc_line_height_property)
14593 (x_produce_glyphs): Likewise.
14594
14595 * xfaces.c: Throughout the file, delete all USE_FONT_BACKEND
14596 conditionals. Don't check enable_font_backend. Delete all codes
14597 used only when USE_FONT_BACKEND is not defined. Use
14598 FONT_XXX_NAME_NUMERIC instead of face_numeric_xxx.
14599 (QCfoundry, QCadstyle, QCregistry, QCspacing, QCsize, QCavgwidth)
14600 (Qp): Extern them.
14601 (clear_font_table, load_face_font, xlfd_lookup_field_contents):
14602 Deleted.
14603 (struct font_name): Deleted.
14604 (xlfd_numeric_value, xlfd_symbolic_value): Deleted.
14605 (compare_fonts_by_sort_order): New function.
14606 (xlfd_numeric_slant, xlfd_symbolic_slant, xlfd_numeric_weight)
14607 (xlfd_symbolic_weight, xlfd_numeric_swidth, xlfd_symbolic_swidth):
14608 Deleted.
14609 (Fx_family_fonts): Use font_list_entities, and sort fonts by
14610 compare_fonts_by_sort_order.
14611 (Fx_font_family_list): Call Ffont_family_list.
14612 (face_numeric_value, face_numeric_weight, face_numeric_slant)
14613 (face_numeric_swidth, face_symbolic_value, face_symbolic_weight)
14614 (face_symbolic_slant, face_symbolic_swidth)
14615 (split_font_name_into_vector, build_font_name_from_vector)
14616 (xlfd_fixed_p, xlfd_point_size, pixel_point_size)
14617 (font_rescale_ratio, split_font_name, build_font_name)
14618 (free_font_names, sort_fonts, x_face_list_fonts)
14619 (face_font_available_p, sorted_font_list, cmp_font_names)
14620 (font_list_1, concat_font_list, font_list, remove_duplicates):
14621 Deleted.
14622 (Fx_list_fonts): Use Ffont_list.
14623 (LFACE_AVGWIDTH): Deleted.
14624 (check_lface_attrs): Don't check LFACE_AVGWIDTH. Check LFACE_FONT
14625 by FONTP.
14626 (lface_fully_specified_p): Don't check LFACE_AVGWIDTH.
14627 (set_lface_from_font_name): Delete it.
14628 (set_lface_from_font): Renamed from
14629 set_lface_from_font_and_fontset. Caller changed. Don't set
14630 LFACE_AVGWIDTH. Use FONT_XXX_FOR_FACE to get a symbol suitable
14631 for face.
14632 (merge_face_vectors): Copy font-spec if necessary.
14633 Clear properties of the font-spec if necessary.
14634 (merge_face_ref): Clear properties of the font-spec if necessary.
14635 (Finternal_set_lisp_face_attribute): Likewise.
14636 (set_font_frame_param): Use font_load_for_lface to load a
14637 font-object, and call Fmodify_frame_parameters with it.
14638 (x_update_menu_appearance): Don't check LFACE_AVGWIDTH. Get XLFD
14639 font name by Ffont_xlfd_name.
14640 (Finternal_lisp_face_attribute_values): Don't check QCweight,
14641 QCslant, and QCwidth.
14642 (Fface_font): Get a font name from font->props[FONT_NAME_INDEX].
14643 (lface_same_font_attributes_p): Don't check LFACE_AVGWIDTH.
14644 Compare fonts by EQ.
14645 (lookup_non_ascii_face): Deleted.
14646 (face_for_font): The 2nd argument changed.
14647 (x_supports_face_attributes_p): Don't check LFACE_AVGWIDTH.
14648 Check atomic font properties by case insensitive.
14649 (realize_non_ascii_face): Set face->overstrike correctly.
14650 (realize_x_face): Likewise. Check if LFACE_FONT is a font_object.
14651 (dump_realized_face): Get font name from
14652 font->props[FONT_NAME_INDEX]. Don't print font_info_id.
14653
14654 * xfns.c: Throughout the file, delete all USE_FONT_BACKEND
14655 conditionals. Don't check enable_font_backend. Delete all codes
14656 used only when USE_FONT_BACKEND is not defined.
14657 (xic_create_xfontset): Original code deleted and renamed from
14658 xic_create_xfontset2. Use FRAME_FONT, not FRAME_FONT_OBJECT.
14659 (x_make_gc): Don't set GCFont in GCs.
14660 (Fx_create_frame) [USE_LUCID]: Set xlwmenu_default_font to a font
14661 opened by "fixed".
14662 (syms_of_xfns): Don't set get_font_info_func, load_font_func,
14663 find_ccl_program_func, query_font_func, set_frame_fontset_func,
14664 get_font_repertory_func.
14665
14666 * xfont.c: Include <stdlib.h> and "ccl.h".
14667 (struct xfont_info): New structure.
14668 (xfont_query_font): Deleted.
14669 (xfont_find_ccl_program): Renamed from x_find_ccl_program and
14670 moved from xterm.c.
14671 (xfont_driver): Adjusted for the change of struct font_driver.
14672 (compare_font_names): New function.
14673 (xfont_list_pattern): Sort font names case insensitively. Make
14674 font_entity by calling font_make_entity. Avoid auto-scaled fonts.
14675 (xfont_list): Return a list, not vector.
14676 (xfont_match): If the font doesn't have QCname property, generate
14677 a name from the other font properties.
14678 (xfont_open): Return a font-object. Adjusted for the change of
14679 struct font. Get underline_thickness and underline_position from
14680 font property. Don't update dpyinfo->smallest_font_height and
14681 dpyinfo->smallest_char_width.
14682 (xfont_close): Don't free struct font.
14683 (xfont_prepare_face): Adjusted for the change of struct font.
14684 (xfont_done_face): Deleted.
14685 (xfont_has_char): Adjusted for the change of struct font.
14686 (xfont_encode_char, xfont_draw): Likewise.
14687 (xfont_check): New function.
14688
14689 * xftfont.c (xftfont_list): Adjusted for the change of `list'
14690 callback function.
14691 (xftfont_match): Adjusted for the format change of font-entity.
14692 (xftfont_open): Adjusted for the format change of font-entity and
14693 font-object. Adjusted for the change of struct font. Return a
14694 font-object. Don't update dpyinfo->smallest_font_height and
14695 dpyinfo->smallest_char_width.
14696 (xftfont_close): Block input while calling XftFontClose.
14697 (xftfont_prepare_face): Don't block input while calling
14698 xftfont_get_colors. Adjusted for the change of struct font.
14699 (xftfont_shape): Return value of error case fixed.
14700
14701 * xrdb.c (x_load_resources): Don't setup a fontset resource.
14702
14703 * xterm.h: Throughout the file, delete all USE_FONT_BACKEND
14704 conditionals.
14705 (FONT_WIDTH): Return (f)->max_width.
14706 (struct x_display_info): Delete member `font'.
14707 (x_list_fonts, x_get_font_info, x_load_font, x_query_font)
14708 (x_find_ccl_program, x_get_font_repertory): Delete externs.
14709 (struct x_output): Change type of `font' to `struct font *'.
14710
14711 * xterm.c: Throughout the file, delete all USE_FONT_BACKEND
14712 conditionals. Don't check enable_font_backend. Delete all codes
14713 used only when USE_FONT_BACKEND is not defined. Don't include ccl.h.
14714 (x_per_char_metric, x_encode_char): Deleted.
14715 (x_set_cursor_gc, x_set_mouse_face_gc): Don't set GCFont.
14716 (x_compute_glyph_string_overhangs): Adjusted for the change of
14717 `struct face'.
14718 (x_draw_glyph_string_foreground)
14719 (x_draw_composite_glyph_string_foreground): Likewise.
14720 (x_draw_glyph_string): Likewise. Use font->underline_position and
14721 font->underline_thickness.
14722 (x_new_font): Renamed from x_new_fontset2.
14723 (x_new_fontset, x_get_font_info, x_list_fonts): Deleted.
14724 (x_check_font): Call `check' method of a font driver.
14725 (x_font_min_bounds, x_compute_min_glyph_bounds, x_load_font)
14726 (x_query_font, x_get_font_repertory): Deleted.
14727 (x_find_ccl_program): Renamed and moved to xfont.c.
14728 (x_redisplay_interface): Adjusted for the change of `struct
14729 redisplay_interface'.
14730
14731 * w32fns.c: Throughout the file, delete all USE_FONT_BACKEND
14732 conditionals. Don't check enable_font_backend. Delete all codes
14733 used only when USE_FONT_BACKEND is not defined. Surround non-used
14734 code by "#ifdef OLD_FONT" and "endif".
14735 (Fw32_select_font): Use FONT_COMPAT to get old font structure.
14736
14737 * w32font.h (struct w32font_info): New member.
14738 (FONT_COMPAT): New macro.
14739 (w32font_open_internal): Prototype adjusted.
14740
14741 * w32gui.h (XGCValues): Surround `XFontStruct *font' by "if
14742 OLD_FONT" and "endif".
14743
14744 * w32font.c: Throughout the file, delete all USE_FONT_BACKEND
14745 conditionals. Don't check enable_font_backend. Delete all codes
14746 used only when USE_FONT_BACKEND is not defined.
14747 (w32font_open): Return a font-object. Make a font-object by
14748 font_make_object. Adjusted for the change of struct w32font_info.
14749 (w32font_close): Don't free struct font. Adjusted for the change
14750 of struct w32font_info.
14751 (w32font_encode_char, w32font_text_extents, w32font_draw):
14752 Adjusted for the change of struct w32font_info.
14753 (w32font_draw): Likewise.
14754 (w32font_list_internal): Return a list, not vector.
14755 (w32font_open_internal): Change the 4th arg to font-object.
14756 Adjusted for the change of struct w32font_info and font-object format.
14757 (add_font_name_to_list): Don't downcase names.
14758 (w32_enumfont_pattern_entity): Make a font-entity by
14759 font_make_entity. Adjusted for the format change of font-entity.
14760 Use FONT_SET_STYLE to set a style-related font property. If a
14761 font is scalable, set avgwidth property to 0. Set font-entity
14762 property by font_put_extra.
14763 (font_matches_spec): Adjusted for the format change of font-entity.
14764 (w32_weight_table, w32_decode_weight): New variables.
14765 (w32_encode_weight): New function.
14766 (fill_in_logfont): Adjusted for the format change of font-spec.
14767 (w32font_full_name): Use FONT_WEIGHT_SYMBOLIC to get a symbol
14768 weight value.
14769 (w32font_driver): Adjusted for the change of struct font_driver.
14770
14771 * w32term.h: Throughout the file, delete all USE_FONT_BACKEND
14772 conditionals. Don't check enable_font_backend. Surround non-used
14773 code by "#ifdef OLD_FONT" and "endif".
14774 (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT)
14775 (FONT_AVG_WIDTH): Adjusted for the change of struct font.
14776
14777 * w32term.c: Throughout the file, delete all USE_FONT_BACKEND
14778 conditionals. Don't check enable_font_backend. Delete all codes
14779 used only when USE_FONT_BACKEND is not defined. Surround non-used
14780 code by "#ifdef OLD_FONT" and "endif".
14781
14782 * w32uniscribe.c: Delete USE_FONT_BACKEND conditional.
14783 (uniscribe_open): Return value changed to font-object.
14784 Adjusted for the format change of font-object.
14785 (uniscribe_otf_capability): Adjusted for the change of struct font.
14786 (add_opentype_font_name_to_list): Don't downcase names.
14787 (uniscribe_font_driver): Adjusted for the change of struct
14788 font_driver.
14789
14790 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
14791
14792 * dispnew.c (update_frame_1): Check if tty output is still valid
14793 before flushing it.
14794
14795 2008-05-13 Jan Djärv <jan.h.d@swipnet.se>
14796
14797 * xterm.c (handle_one_xevent): Don't pass buttons higher than 3
14798 to Gtk+ menus.
14799
14800 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
14801
14802 * dired.c (file_name_completion): Tweak the code so as to always do it
14803 in a single pass. Tighten the scope of some variables.
14804
14805 * dired.c (Qdefault_directory): New var.
14806 (file_name_completion): Use it instead of Fexpand_file_name.
14807 (syms_of_dired): Initialize it.
14808
14809 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
14810
14811 * fileio.c (double_dollars): Remove dead code.
14812
14813 2008-05-10 Eli Zaretskii <eliz@gnu.org>
14814
14815 * dired.c (Ffile_attributes, Fdirectory_files_and_attributes):
14816 Mention w32-get-true-file-attributes in doc string.
14817
14818 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
14819
14820 2008-05-09 Glenn Morris <rgm@gnu.org>
14821
14822 * fileio.c (Fread_file_name): Remove reference to insdef, deleted
14823 2008-04-23.
14824
14825 2008-05-09 Eli Zaretskii <eliz@gnu.org>
14826
14827 Support for reporting owner and group of each file on MS-Windows:
14828 * dired.c (stat_uname, stat_gname): New functions, with special
14829 implementation for w32.
14830 (Ffile_attributes): Use them instead of getpwuid and getgrgid.
14831
14832 * w32.c: Rename the_passwd_* to dflt_passwd_*.
14833 (dflt_group_name): New static variable.
14834 (dflt_group): Rename from the_group.
14835 (init_user_info): Init dflt_group fields. Get user's group name
14836 from LookupAccountSid.
14837 (g_b_init_get_file_security, g_b_init_get_security_descriptor_owner)
14838 (g_b_init_get_security_descriptor_group, g_b_init_is_valid_sid):
14839 New initialization states.
14840 (globals_of_w32): Initialize them to zero. Initialize the default
14841 group name to "None".
14842 (GetFileSecurity_Name): New global var, the name of the function
14843 to call for GetFileSecurity.
14844 (GetFileSecurity_Proc, GetSecurityDescriptorOwner_Proc)
14845 (GetSecurityDescriptorGroup_Proc, IsValidSid_Proc): New typedefs.
14846 (get_file_security, get_security_descriptor_owner)
14847 (get_security_descriptor_group, is_valid_sid)
14848 (get_file_security_desc, get_rid, get_name_and_id)
14849 (get_file_owner_and_group): New functions.
14850 (stat): Use get_file_security_desc and get_file_owner_and_group to
14851 report the owner and primary group of each file. Don't ignore the
14852 high 32 bits of file's size, now that st_size is 64-bit wide.
14853 Fix test when to get true file attributes.
14854 (init_user_info): Use get_rid instead of equivalent inline code.
14855 (fstat): Don't ignore the high 32 bits of file's size.
14856
14857 2008-05-09 Chong Yidong <cyd@stupidchicken.com>
14858
14859 * image.c (png_load): Use correct bit-depth for setting background
14860 color.
14861
14862 2008-05-08 Eli Zaretskii <eliz@gnu.org>
14863
14864 * Makefile.in (lisp, shortlisp): Rename epa-file-hook.elc to
14865 epa-hook.elc.
14866
14867 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
14868
14869 * font.c (Ffont_match_p): Don't use `iff' in docstring.
14870
14871 2008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
14872
14873 * macfns.c (Fx_create_frame): Make a copy of frame parameters
14874 because the original parameters are in pure storage now.
14875 (mac_window): Remove unused params. Update callers.
14876
14877 2008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
14878
14879 * lread.c (substitute_object_recurse): Use lower-level primitives.
14880 Don't signal errors when traversing sub-char-tables.
14881 Don't loop over all the possible characters when traversing char-tables.
14882
14883 * print.c (print_preprocess): Add sub-char-tables to the print-table,
14884 just like we do in print.c.
14885
14886 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
14887
14888 * minibuf.c (Ftry_completion): Remove code left over from when we used
14889 scmp instead of Fcompare_strings.
14890
14891 2008-05-04 Juanma Barranquero <lekktu@gmail.com>
14892
14893 * w32fns.c (Fw32_battery_status): Fix computation of %t (h:min) format.
14894
14895 2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14896
14897 * image.c [USE_MAC_IMAGE_IO] (image_load_image_io):
14898 Create bitmap context in native byte order.
14899
14900 * macterm.c (XDrawLine)
14901 (XCreatePixmapFromBitmapData) [USE_MAC_IMAGE_IO]: Create bitmap
14902 context in native byte order.
14903
14904 2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14905
14906 * config.in: Regenerate.
14907
14908 * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN) [USE_MAC_IMAGE_IO]:
14909 New definitions for Image I/O support.
14910 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
14911 (mac_create_cg_image_from_image, x_create_x_image_and_pixmap)
14912 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
14913 (mac_data_provider_release_data, image_load_image_io)
14914 [USE_MAC_IMAGE_IO]: New functions.
14915 (CGImageCreateWithPNGDataProviderProcType) [MAC_OSX]: Remove typedef.
14916 (MyCGImageCreateWithPNGDataProvider) [MAC_OSX]: Remove variable.
14917 (init_image_func_pointer) [MAC_OSX]: Remove function.
14918 (image_load_quartz2d) [MAC_OSX]: Check availability of
14919 CGImageCreateWithPNGDataProvider at compile time.
14920 Use lowercase `false' for boolean constant.
14921 (png_load, jpeg_load, tiff_load, gif_load) [USE_MAC_IMAGE_IO]:
14922 Use image_load_image_io.
14923 (png_load) [!USE_MAC_IMAGE_IO && MAC_OSX]:
14924 Don't check MyCGImageCreateWithPNGDataProvider.
14925 (init_image) [MAC_OSX && TARGET_API_MAC_CARBON]:
14926 Don't call init_image_func_pointer.
14927
14928 * macgui.h (Pixmap) [USE_MAC_IMAGE_IO]: New definition for Image I/O.
14929
14930 * macterm.c (mac_cg_color_space_rgb) [USE_CG_DRAWING]:
14931 Make variable non-static.
14932 (XDrawLine, XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
14933 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
14934
14935 * macterm.h (ARGB_TO_ULONG, ALPHA_FROM_ULONG): New macros.
14936 (RED_FROM_ULONG): Mask off higher bits.
14937 (mac_cg_color_space_rgb) [USE_MAC_IMAGE_IO]: New extern.
14938
14939 * s/darwin.h [HAVE_CARBON && HAVE_AVAILABILITYMACROS_H]:
14940 Include AvailabilityMacros.h.
14941 (USE_MAC_IMAGE_IO, LIBS_IMAGE) [HAVE_CARBON]: New defines.
14942 (LIBS_CARBON) [HAVE_CARBON]: Use LIBS_IMAGE.
14943
14944 2008-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
14945
14946 * chartab.c (Fset_char_table_range): If range is t, really set all
14947 chars to that value.
14948
14949 2008-05-03 Eli Zaretskii <eliz@gnu.org>
14950
14951 * dired.c (Ffile_attributes): Don't allow the device number become
14952 negative.
14953
14954 2008-05-02 Daiki Ueno <ueno@unixuser.org>
14955
14956 * Makefile.in (lisp, shortlisp): Add epa-file-hook.elc.
14957
14958 2008-05-02 Juri Linkov <juri@jurta.org>
14959
14960 * minibuf.c (Fread_from_minibuffer, Fread_string, Fread_command)
14961 (Fread_variable, Fread_buffer, Fcompleting_read): Document the
14962 DEFAULT argument as a list of default values in docstrings.
14963
14964 2008-05-01 Chong Yidong <cyd@stupidchicken.com>
14965
14966 * puresize.h (BASE_PURESIZE): Increase to 1210000.
14967
14968 2008-05-01 Martin Rudalics <rudalics@gmx.at>
14969
14970 * dispnew.c (change_frame_size_1): Preserve small windows when
14971 shrinking frames by calling set_window_height|width with third
14972 arg 2.
14973
14974 * window.h (struct window): Replace field too_small_ok by field
14975 resize_proportionally.
14976
14977 * window.c (make_window): Initialize resize_proportionally.
14978 (enlarge_window): Temporarily set resize_proportionally to make
14979 sure that shrink_windows does scale the window proportionally.
14980 (shrink_windows): When window has resize_proportionally set try
14981 to shrink it proportionally by stealing from other windows.
14982 (struct saved_window, Fset_window_configuration)
14983 (compare_window_configurations): Handle resize_proportionally.
14984 (WINDOW_TOTAL_SIZE): New macro.
14985 (window_min_size, shrink_windows, size_window): Use it.
14986 (check_min_window_sizes): Remove. Invalid values of
14987 window-min-height|width are handled by window_min_size_2 now.
14988 (size_window, Fsplit_window, enlarge_window)
14989 (adjust_window_trailing_edge, grow_mini_window): Don't call
14990 check_min_window_sizes.
14991 (window_min_size_2, window_min_size_1, window_min_size):
14992 New argument safe_p for retrieving "safe" minimum sizes.
14993 (Fdisplay_buffer, Fsplit_window, enlarge_window)
14994 (adjust_window_trailing_edge, grow_mini_window):
14995 Adjust arguments of window_min_size... functions.
14996 (shrink_windows): Argument min_size removed. New argument
14997 safe_p allows shrinking windows to their safe minimum sizes.
14998 Calculate minimum size and decide whether a window shall be
14999 deleted for each window individually.
15000 (size_window): When nodelete_p equals 2, tell shrink_windows to
15001 delete windows only if their new minimum size is no more safe.
15002 (shrink_window_lowest_first): Call window_min_size_1 to make
15003 sure to preserve modeline of bottom-most window when resizing
15004 the minibuffer.
15005 (Fset_window_configuration, Fcurrent_window_configuration)
15006 (compare_window_configurations): Do not handle
15007 window-min-height|width any more.
15008 (syms_of_window): Clarify window-min-height|width doc-strings.
15009
15010 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
15011
15012 * dired.c (file_name_completion): Fix up the encoding/decoding issue
15013 some more. Copy some of the code from Ftry_completions.
15014 Remove special case code that dates back to initial revision when the
15015 slash was only added when necessary and that can't trigger nowadays.
15016
15017 2008-04-27 Kenichi Handa <handa@m17n.org>
15018
15019 * font.c (font_prop_validate): Signal `error' instead of `font'.
15020
15021 2008-04-29 Jason Rumney <jasonr@gnu.org>
15022
15023 * w32fns.c (Fw32_battery_status): New defun.
15024 (syms_of_w32fns): Defsubr it.
15025
15026 2008-04-28 Andreas Schwab <schwab@suse.de>
15027
15028 * dired.c (file_name_completion): Fix another mixing of encoded
15029 and decoded names.
15030
15031 2008-04-28 Juanma Barranquero <lekktu@gmail.com>
15032
15033 * w32fns.c (Fw32_define_rgb_color): Fix typo in docstring.
15034
15035 2008-04-27 Juanma Barranquero <lekktu@gmail.com>
15036
15037 * fringe.c (Fdefine_fringe_bitmap): Doc fix.
15038
15039 2008-04-27 Andreas Schwab <schwab@suse.de>
15040
15041 * dired.c (file_name_completion): Fix inappropriate mixing of
15042 encoded and decoded names.
15043
15044 * xterm.c (XTread_socket): Fix use of uninitialized variable.
15045
15046 * puresize.h (BASE_PURESIZE): Increase to 1200000.
15047
15048 2008-04-26 Eli Zaretskii <eliz@gnu.org>
15049
15050 * dired.c (Ffile_attributes) [WINDOWSNT]: Undo change from
15051 2008-03-31, it's not needed anymore with `struct stat' definition
15052 on nt/inc/sys/stat.h. Undo changes from 2007-01-12 and 2007-01-13
15053 for the same reasons.
15054
15055 2008-04-25 Dennis Gilmore <ausil@fedoraproject.org> (tiny change)
15056
15057 * m/sparc.h: Additional redefinitions for GNU/Linux.
15058
15059 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15060
15061 * macterm.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: New variable.
15062 (syms_of_macterm) [USE_MAC_TSM]: Defvar it.
15063 (Qmouse_drag_overlay) [MAC_OSX]: New variable.
15064 (syms_of_macterm) [MAC_OSX]: Intern and staticpro it.
15065 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
15066 (mac_ax_selected_text_range) [MAC_OSX]: New functions.
15067 (mac_ax_number_of_characters) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
15068 Likewise.
15069
15070 * mactoolbox.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: Add extern.
15071 (fast_find_position, x_y_to_hpos_vpos, mac_ax_selected_text_range)
15072 (mac_ax_number_of_characters): Add externs.
15073 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
15074 [USE_MAC_TSM]: Likewise.
15075 (mac_handle_text_input_event) [MAC_OSX]:
15076 Handle kEventTextInputOffsetToPos for no active input area case.
15077 Handle kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
15078 (mac_handle_document_access_event)
15079 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New function.
15080 (install_application_handler) [MAC_OSX]: Register handlers for
15081 kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
15082 (install_application_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
15083 Register mac_handle_document_access_event.
15084
15085 * xdisp.c (x_y_to_hpos_vpos, fast_find_position) [HAVE_CARBON]:
15086 Make functions non-static.
15087
15088 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
15089
15090 * fileio.c (Vread_file_name_function, Vread_file_name_predicate)
15091 (read_file_name_completion_ignore_case, insert_default_directory)
15092 (Qdefault_directory): Move to minibuffer.el.
15093 (Fread_file_name): Call the new `read-file-name' instead.
15094
15095 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15096
15097 * mac.c (create_apple_event) [TARGET_API_MAC_CARBON]:
15098 Make function non-static.
15099 (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]:
15100 Remove function.
15101 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
15102 Move to mactoolbox.c.
15103 (mac_event_parameters_to_lisp) [TARGET_API_MAC_CARBON]: New function.
15104
15105 * macgui.h (CGFloat) [!CGFLOAT_DEFINED]: New typedef.
15106 (mac_rect_make): New macro.
15107
15108 * macterm.c (mac_draw_image_string_atsui) [MAC_OSX]: Use CGFloat
15109 instead of float.
15110 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
15111 (init_cg_color, mac_draw_line, mac_draw_cg_image, XSetForeground)
15112 (XSetBackground) [USE_CG_DRAWING]: Likewise.
15113 (mac_draw_image_string_atsui) [MAC_OSX]: Use mac_rect_make instead of
15114 CGRectMake.
15115 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
15116 (mac_erase_rectangle, mac_draw_cg_image, mac_fill_rectangle)
15117 (mac_set_clip_rectangles) [USE_CG_DRAWING]: Likewise.
15118 (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
15119 instead of WindowRef in argument type.
15120 (XCreatePixmap) [!MAC_OS8]: Don't call SetPortWindowPort.
15121 (mac_invert_rectangle): Use CGContextSetBlendMode if available.
15122 (mac_set_clip_rectangles, mac_reset_clip_rectangles): Take argument F
15123 instead of DISPLAY. All uses changed.
15124 (mac_handle_size_change): Don't call SET_FRAME_GARBAGED.
15125 (x_calc_absolute_position): Simplify so as not to use
15126 FRAME_PIXEL_WIDTH/FRAME_PIXEL_HEIGHT.
15127
15128 * macterm.h (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
15129 instead of WindowRef in argument type.
15130 (create_apple_event_from_event_ref, create_apple_event_from_drag_ref)
15131 [TARGET_API_MAC_CARBON]: Remove externs.
15132 (create_apple_event, mac_event_parameters_to_lisp)
15133 [TARGET_API_MAC_CARBON]: Add externs.
15134
15135 * mactoolbox.c (Vmac_ts_script_language_on_focus)
15136 (saved_ts_script_language_on_focus) [USE_MAC_TSM]: Remove externs.
15137 (XTread_socket) [USE_MAC_TOOLBAR]: Select window if its structure part
15138 is clicked.
15139 (x_activate_menubar): Remove extern for saved_menu_event_location.
15140 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
15141 Move from mac.c.
15142
15143 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15144
15145 * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT] (uninterrupt_malloc)
15146 [HAVE_GTK_AND_PTHREAD && !DOUG_LEA_MALLOC]: Don't use recursive mutex.
15147
15148 2008-04-23 Jason Rumney <jasonr@gnu.org>
15149
15150 * w32.c (stat): When Vw32_get_true_file_attributes is Qlocal, get
15151 attributes only for local files.
15152
15153 * w32proc.c (syms_of_ntproc): Change Vw32_get_true_file attributes
15154 default to Qlocal.
15155
15156 2008-04-22 Juri Linkov <juri@jurta.org>
15157
15158 * buffer.c (Fswitch_to_buffer): Change interactive spec to call
15159 read-buffer-to-switch instead of using the letter "B".
15160
15161 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
15162
15163 * fileio.c (Qdefault_directory): New variable.
15164 (Fread_file_name): Use it to pass `dir' to the completion functions.
15165
15166 2008-04-20 Chong Yidong <cyd@stupidchicken.com>
15167
15168 * xdisp.c (pos_visible_p): Check if iterator stops on a display string.
15169
15170 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
15171
15172 * keyboard.c (Vpre_help_message): Remove.
15173 (show_help_echo): Remove default C code.
15174
15175 * dired.c (directory_files_internal, file_name_completion):
15176 Only call ENCODE_FILE if the string is indeed decoded.
15177
15178 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
15179
15180 * Makefile.in (TOOLKIT_DEFINES): Remove.
15181 (LIBW): Use a bit less #if, remove left over OPEN_LOOK stuff.
15182
15183 2008-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15184
15185 * Makefile.in (MAC_OBJ): Add mactoolbox.o.
15186 (mactoolbox.o): New target.
15187
15188 * mac.c [MAC_OSX] (select_and_poll_event, sys_select):
15189 Use mac_run_loop_run_once instead of CFRunLoopRunInMode.
15190
15191 * macfns.c (x_set_background_color, mac_window, x_create_tip_frame):
15192 Use mac_set_frame_window_background instead of XSetWindowBackground.
15193 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]:
15194 Use mac_is_window_toolbar_visible instead of IsWindowToolbarVisible.
15195 (x_set_name_internal) [TARGET_API_MAC_CARBON]: Use mac_set_window_title
15196 instead of SetWindowTitleWithCFString.
15197 (mac_update_proxy_icon) [TARGET_API_MAC_CARBON]: Remove BLOCK_INPUT.
15198 Move function to mactoolbox.c.
15199 (mac_update_title_bar) [TARGET_API_MAC_CARBON]:
15200 Use mac_set_window_modified instead of SetWindowModified.
15201 Add BLOCK_INPUT around mac_set_window_modified/mac_update_proxy_icon.
15202 (mac_window, x_create_tip_frame): Use mac_create_frame_window.
15203 (Fx_focus_frame): Use mac_front_non_floating_window instead of
15204 FrontNonFloatingWindow. Use mac_activate_window instead of
15205 ActivateWindow. Use mac_active_non_floating_window instead of
15206 ActiveNonFloatingWindow.
15207 (show_hourglass, hide_hourglass) [TARGET_API_MAC_CARBON]:
15208 Use mac_show_hourglass and mac_hide_hourglass.
15209 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use mac_get_global_mouse
15210 instead of GetGlobalMouse.
15211 (Fx_show_tip): Use mac_move_window/mac_size_window/mac_show_window
15212 instead of MoveWindow/SizeWindow/ShowWindow, respectively.
15213 Use mac_bring_window_to_front instead of BringToFront.
15214 (Qfile_name_history) [TARGET_API_MAC_CARBON]: Move extern to
15215 mactoolbox.c.
15216 (Fx_file_dialog) [TARGET_API_MAC_CARBON]: Move function body to
15217 mac_file_dialog in mactoolbox.c. Use mac_file_dialog.
15218 (mac_nav_event_callback) [TARGET_API_MAC_CARBON]: Move function to
15219 mactoolbox.c.
15220
15221 * macgui.h [!HAVE_CARBON]: Include Quickdraw.h instead of QuickDraw.h.
15222 (XtPointer): Move typedef from macmenu.c.
15223 (enum button_type): Move enum from macmenu.c.
15224 (widget_value): Move typedef from macmenu.c.
15225 (M_APPLE, I_ABOUT, EXTRA_STACK_ALLOC, ARGV_STRING_LIST_ID)
15226 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
15227 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
15228 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
15229 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
15230 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
15231 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
15232 (DIALOG_ICON_TOP_MARGIN): Move defines from macmenu.c.
15233 (Selection): Move typedef from macselect.c.
15234 (RAM_TOO_LARGE_ALERT_ID, ABOUT_ALERT_ID) [MAC_OS8]: Move defines from
15235 macterm.c.
15236 (mac_set_window_title, mac_set_window_modified, mac_is_window_visible)
15237 (mac_is_window_collapsed, mac_bring_window_to_front)
15238 (mac_send_window_behind, mac_hide_window, mac_show_window)
15239 (mac_collapse_window, mac_front_non_floating_window)
15240 (mac_active_non_floating_window, mac_activate_window)
15241 (mac_move_window_structure, mac_move_window, mac_size_window)
15242 (mac_get_global_mouse, mac_is_window_toolbar_visible): New defines.
15243
15244 * macmenu.c [!TARGET_API_MAC_CARBON]: Move includes to mactoolbox.c.
15245 (enum mac_menu_kind): Move enum to mactoolbox.c.
15246 (min_menu_id): Move variable to mactoolbox.c.
15247 (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]: Likewise.
15248 (DIALOG_WINDOW_RESOURCE): Move define to mactoolbox.c.
15249 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
15250 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
15251 [TARGET_API_MAC_CARBON]: Likewise.
15252 (XtPointer): Move typedef to macgui.h.
15253 (enum button_type): Move enum to macgui.h.
15254 (widget_value): Move typedef to macgui.h.
15255 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
15256 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
15257 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
15258 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
15259 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
15260 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
15261 (DIALOG_ICON_TOP_MARGIN): Move defines to macgui.h.
15262 (popup_activated_flag): Make variable non-static.
15263 (x_activate_menubar, install_menu_quit_handler, pop_down_menu)
15264 (add_menu_item, fill_menu, dispose_menus):
15265 Move functions to mactoolbox.c.
15266 (restore_show_help_function, menu_target_item_handler)
15267 (install_menu_target_item_handler, mac_handle_dialog_event)
15268 (install_dialog_event_handler, pop_down_dialog, create_and_show_dialog)
15269 [TARGET_API_MAC_CARBON]: Likewise.
15270 (menu_quit_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Likewise.
15271 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
15272 (find_and_call_menu_selection, name_is_separator): Make function
15273 non-static.
15274 (Vshow_help_function, timer_check) [TARGET_API_MAC_CARBON]: Move extern
15275 to mactoolbox.c.
15276 (set_frame_menubar): Don't call install_menu_quit_handler.
15277 (menu_item_selection): New variable.
15278 (mac_menu_show): Use create_and_show_popup_menu.
15279 (create_and_show_dialog) [TARGET_API_MAC_CARBON]: Don't return
15280 selection but set variable menu_item_selection. All uses changed.
15281 (mac_fill_menubar): Rename from fill_menubar. All uses changed.
15282 Call install_menu_quit_handler. Move to mactoolbox.c.
15283
15284 * macselect.c [!TARGET_API_MAC_CARBON]: Don't include Scrap.h.
15285 (Selection): Move typedef to macgui.h.
15286 (Vselection_converter_alist, Qmac_scrap_name, Qmac_ostype)
15287 (Vmac_apple_event_map, Qmac_apple_event_class, Qmac_apple_event_id):
15288 Make variables non-static.
15289 (Vmac_dnd_known_types) [TARGET_API_MAC_CARBON]: Likewise.
15290 (mac_handle_apple_event, cleanup_all_suspended_apple_events):
15291 Make functions non-static.
15292 (Vmac_service_selection) [MAC_OSX]: Likewise.
15293 (mac_get_selection_from_symbol, get_flavor_type_from_symbol)
15294 (mac_valid_selection_target_p, mac_clear_selection)
15295 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
15296 (mac_put_selection_value, mac_selection_has_target_p)
15297 (mac_get_selection_value, mac_get_selection_target_list)
15298 (init_apple_event_handler, install_drag_handler, remove_drag_handler):
15299 Move functions to mactoolbox.c.
15300 (mac_do_track_drag, mac_do_receive_drag) [TARGET_API_MAC_CARBON]:
15301 Likewise.
15302 (copy_scrap_flavor_data, mac_handle_service_event)
15303 (install_service_handler) [MAC_OSX]: Likewise.
15304 (syms_of_macselect) <Vmac_dnd_known_types>:
15305 Use mac_dnd_default_known_types.
15306
15307 * macterm.h (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y):
15308 Move to mactoolbox.c.
15309 (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): Change to 15.
15310 (Fx_selection_owner_p): Add EXFUN.
15311 (install_window_handler, remove_window_handler, XSetWindowBackground):
15312 Remove externs.
15313 (do_apple_menu) [!TARGET_API_MAC_CARBON]: Likewise.
15314 (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Likewise.
15315 (x_raise_frame, x_lower_frame, mac_alert_sound_play)
15316 (install_application_handler, mac_get_frame_bounds, mac_get_frame_mouse)
15317 (mac_convert_frame_point_to_global, mac_set_frame_window_background)
15318 (mac_update_begin mac_update_end, mac_frame_up_to_date, x_flush)
15319 (mac_create_frame_window, mac_dispose_frame_window, mac_begin_clip)
15320 (mac_end_clip, mac_create_scroll_bar, mac_dispose_scroll_bar)
15321 (mac_set_scroll_bar_bounds, mac_redraw_scroll_bar, mac_fill_menubar)
15322 (create_and_show_popup_menu, mac_get_selection_from_symbol)
15323 (mac_valid_selection_target_p, mac_clear_selection)
15324 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
15325 (mac_put_selection_value, mac_selection_has_target_p)
15326 (mac_get_selection_value, mac_get_selection_target_list): Add externs.
15327 (mac_update_proxy_icon, mac_show_hourglass, mac_hide_hourglass)
15328 (mac_reposition_hourglass, mac_file_dialog, create_and_show_dialog)
15329 (mac_dnd_default_known_types) [TARGET_API_MAC_CARBON]: Likewise.
15330 (mac_run_loop_run_once) [MAC_OSX]: Likewise.
15331 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
15332 (mac_begin_cg_clip, mac_end_cg_clip) [USE_CG_DRAWING]: Likewise.
15333 (x_set_toolkit_scroll_bar_thumb) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
15334 (x_scroll_bar_set_handle) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
15335
15336 * mactoolbox.c: New file.
15337
15338 2008-04-18 Jason Rumney <jasonr@gnu.org>
15339
15340 * dired.c (Ffile_attributes) [WINDOWSNT]: Cast uid and gid to unsigned.
15341
15342 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
15343
15344 * character.c (Fmultibyte_char_to_unibyte):
15345 Return latin1 chars unchanged.
15346
15347 * fileio.c (Fexpand_file_name): Refine last fix so `nm' is only
15348 relocated if it points to `name'.
15349
15350 2008-04-17 Kenichi Handa <handa@m17n.org>
15351
15352 * data.c (Faset): Allow setting a multibyte character in an
15353 ASCII-only unibyte string.
15354
15355 * lisp.h (STRING_SET_MULTIBYTE): New macro.
15356
15357 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
15358
15359 * Makefile.in: Don't use HAVE_GTK and don't -DUSE_GTK since it's now
15360 done in config.h.
15361
15362 2008-04-16 Juanma Barranquero <lekktu@gmail.com>
15363
15364 * character.c (Fchar_bytes, Fchar_width, Fstring_width)
15365 (Fchar_direction): Add usage in the docstring.
15366
15367 2008-04-15 Chong Yidong <cyd@stupidchicken.com>
15368
15369 * keyboard.c (read_key_sequence): Remove always-true checks.
15370
15371 2008-04-14 Jason Rumney <jasonr@gnu.org>
15372
15373 * w32font.c (w32font_open_internal): Set max_bounds.descent in
15374 compatibility struct, for better underline positioning.
15375
15376 2008-04-13 David Hansen <david.hansen@gmx.net>
15377
15378 * dbusbind.c (dbus-get-unique-name): Remove extra copying of name
15379 string.
15380
15381 2008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
15382
15383 * m/hp800.h (XUINT, XSET): Remove.
15384
15385 2008-04-12 Juanma Barranquero <lekktu@gmail.com>
15386
15387 * fileio.c (Fexpand_file_name): Add declaration for `p' missing in
15388 previous change.
15389
15390 2008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
15391
15392 * fileio.c (Fexpand_file_name): Tighten the scope of `p' and `o' vars.
15393 Relocate `nm' after calling DECODE_FILE, in case the GC was run.
15394
15395 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
15396
15397 * keymap.h (map_keymap_canonical): Declare.
15398 * xmenu.c (single_keymap_panes): Use it.
15399
15400 2008-04-11 Glenn Morris <rgm@gnu.org>
15401
15402 * eval.c (Fdefvaralias): If the alias is bound and the target is not,
15403 set the target's value to that of the alias.
15404
15405 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
15406
15407 * term.c (set_tty_color_mode): Left over typo.
15408
15409 2008-04-10 Michael Albinus <michael.albinus@gmx.de>
15410
15411 * fileio.c (Fmake_symbolic_link): Surround code by #ifdef S_IFLNK
15412 only after check for file name handler functions. Signal, when
15413 native functionality is not supported.
15414 (syms_of_fileio): Declare it unconditionally.
15415
15416 2008-04-10 Jason Rumney <jasonr@gnu.org>
15417
15418 * w32menu.c (is_simple_dialog, simple_dialog_show): New functions.
15419 (Fx_popup_dialog): Handle simple yes/no questions as dialogs.
15420
15421 * w32.c (logon_network_drive): Also logon to remote drives that
15422 are mapped to drive letters.
15423
15424 2008-04-10 Glenn Morris <rgm@gnu.org>
15425
15426 * xdisp.c (truncate-partial-width-windows): Doc fix.
15427
15428 2008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
15429
15430 * fileio.c (read_file_name_cleanup, Fread_file_name_internal):
15431 Move functions to minibuffer.el.
15432 (syms_of_fileio): Don't declare them.
15433
15434 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
15435
15436 * minibuf.c (Vcompletion_auto_help): Move to minibuffer.el.
15437 (syms_of_minibuf): Remove its initialization.
15438
15439 * minibuf.c (temp_echo_area_glyphs): Remove unused function.
15440
15441 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
15442
15443 * editfns.c (Ffield_string_no_properties): Fix typo in docstring.
15444
15445 2008-04-09 Jason Rumney <jasonr@gnu.org>
15446
15447 * makefile.w32-in (distclean): Delete makefile too.
15448 (maintainer-clean): New target.
15449
15450 * xdisp.c (redisplay_internal) [!WINDOWSNT]: Conditionalize last change.
15451
15452 * w32term.c (w32_compute_glyph_string_overhangs): Compute overhangs
15453 for new font backend and composite cases.
15454
15455 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
15456
15457 * atimer.c (alarm_signal_handler): Call run_timers if not SYNC_INPUT.
15458 Most of the code moved to run_timers.
15459 (do_pending_atimers): Call run_timers.
15460 (run_timers): New function.
15461
15462 * sysdep.c (emacs_write): If SYNC_INPUT and pending_atimers,
15463 run atimers.
15464
15465 * process.c (wait_reading_process_output): The same as above.
15466
15467 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
15468
15469 * minibuf.c (last_exact_completion): Remove variable.
15470 (Fdelete_minibuffer_contents, do_completion, Fminibuffer_complete)
15471 (complete_and_exit_1, complete_and_exit_2)
15472 (Fminibuffer_complete_and_exit, Fminibuffer_complete_word)
15473 (Fdisplay_completion_list, display_completion_list_1)
15474 (Fminibuffer_completion_help, Fself_insert_and_exit)
15475 (Fexit_minibuffer, Fminibuffer_message): Move functions to
15476 minibuffer.el.
15477 (syms_of_minibuf): Remove corresponding initializations.
15478
15479 * keyboard.c (Qdeactivate_mark): New var.
15480 (command_loop_1): Use it to call `deactivate-mark'.
15481 (syms_of_keyboard): Initialize it.
15482
15483 * xdisp.c (redisplay_internal): Reset tty's color_mode when switching
15484 to another frame.
15485 * frame.c (do_switch_frame): Refine the top_frame/async_visible code.
15486 Don't call set_tty_color_mode.
15487 (store_frame_param): Reset previous_frame rather than call
15488 set_tty_color_mode.
15489 * term.c (set_tty_color_mode): Rewrite.
15490 * dispextern.h (set_tty_color_mode): New type.
15491 * termchar.h (struct tty_display_info): Add `previous_color_mode'.
15492
15493 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
15494
15495 * keymap.c (access_keymap): Remove the value 2 for t_ok which was used
15496 for generic chars, which do not exist any more in emacs-unicode.
15497
15498 2008-04-08 Michael Albinus <michael.albinus@gmx.de>
15499
15500 * coding.c (detect_coding_emacs_mule)
15501 (Ffind_operation_coding_system): Fix typo.
15502
15503 2008-04-08 Jason Rumney <jasonr@gnu.org>
15504
15505 * w32uniscribe.c (SNAME): Extract only symbol name.
15506
15507 * w32font.h (struct w32_metric_cache): New struct.
15508 (w32font_info): Use it.
15509 (W32METRIC_NO_ATTEMPT, W32METRIC_SUCCESS, W32METRIC_FAIL)
15510 (CACHE_BLOCKSIZE): New constants.
15511
15512 * w32font.c (Qja, Qko, Qzh): New symbols.
15513 (syms_of_w32font): Initialise them.
15514 (font_matches_spec): Use them to filter by language.
15515 (recompute_cached_metrics): Remove function.
15516 (compute_metrics, clear_cached_metrics): New functions.
15517 (w32font_encode_char): Use them to manage metric cache.
15518 (w32font_text_extents): Cache metrics for all glyphs on demand.
15519 Delay converting glyph indices to WORD until needed.
15520 (w32font_open_internal): Initialize metric cache to empty.
15521 (registry_to_w32_charset): Charset should always be a symbol.
15522 (fill_in_logfont, list_all_matching_fonts): Family should
15523 always be a symbol.
15524
15525 2008-04-06 Jason Rumney <jasonr@gnu.org>
15526
15527 * w32uniscribe.c (uniscribe_shape): Increase items buffer size.
15528 Give up if glyph indices not supported. Use uniscribe obtained
15529 ABC widths for individual metrics. Map glyph clusters back to
15530 characters using fClusterStart flag. Return number of glyphs
15531 produced, not chars processed.
15532 (uniscribe_shape): Map char at FROM to current glyph.
15533
15534 2008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15535
15536 * macmenu.c (fill_menu) [TARGET_API_MAC_CARBON]:
15537 Use SetMenuItemHierarchicalMenu.
15538
15539 2008-04-05 Jason Rumney <jasonr@gnu.org>
15540
15541 * image.c (pbm_load): Allow color values up to 65535.
15542 Throw an error if max_color_idx is outside the supported range.
15543 Report an error when image size is invalid.
15544 Read two bytes at a time when raw images have max_color_idx above 255.
15545
15546 2008-04-05 Kenichi Handa <handa@ni.aist.go.jp>
15547
15548 * ccl.c (ccl_driver): If ccl->quit_silently is nonzero, don't
15549 append "CCL: Quitted" when the CCL program is quitted.
15550 (setup_ccl_program): Initialize ccl->quit_silently to zero.
15551
15552 * ccl.h (struct ccl_program): New member quit_silently.
15553
15554 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
15555
15556 * search.c (compile_pattern_1): Treat non-nil and non-string of
15557 search-spaces-regexp as nil.
15558
15559 * minibuf.c (Fassoc_string): Tweak docstring.
15560
15561 2008-04-05 Eli Zaretskii <eliz@gnu.org>
15562
15563 * dired.c (Ffile_attributes): Support inode numbers wider than 32
15564 bits. Remove ugly WINDOWSNT-specific kludge introduced on
15565 2008-03-14 to force inode be positive.
15566
15567 * w32.c (sys_chown, stat, fstat): Use S_* constants instead of
15568 _S_* ones, since we now use our own sys/stat.h.
15569 (stat, fstat): Don't mangle the inode number.
15570 (init_user_info): Don't restrict UID and GID to 0-60000 range.
15571
15572 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
15573
15574 * frame.h (struct frame): Give one more bit to `visible' since we use
15575 values larger than 1 to indicate obscured frames on ttys.
15576
15577 * keymap.c (Qkeymap_canonicalize): New var.
15578 (Fmap_keymap_internal): New fun.
15579 (describe_map): Use keymap-canonicalize.
15580
15581 * undo.c (last_boundary_buffer, last_boundary_position): New vars.
15582 (Fundo_boundary): Set them.
15583 (syms_of_undo): Initialize them.
15584 (record_point): Use them instead of last_point_position*.
15585 (last_undo_buffer): Change type.
15586
15587 2008-04-04 Jason Rumney <jasonr@gnu.org>
15588
15589 * w32font.c (w32font_text_extents): Use font's ascent and descent.
15590 (recompute_cached_metrics): Don't set ascent and descent per char.
15591
15592 * w32uniscribe.c (uniscribe_check_otf): Fix last change.
15593 (uniscribe_check_otf): Add GC protection before consing.
15594 Rearrange loop for counting features.
15595
15596 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
15597
15598 * insdel.c (insert_from_buffer_1): Don't compare bytes in destination
15599 buffer with byte-size of source buffer.
15600
15601 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
15602
15603 * callint.c (Fcall_interactively): Handle temporary region even
15604 when shift-select-mode is off.
15605
15606 2008-04-03 Jason Rumney <jasonr@gnu.org>
15607
15608 * w32uniscribe.c (uniscribe_check_otf): Sanity check otf_spec.
15609
15610 2008-04-03 Kenichi Handa <handa@m17n.org>
15611
15612 * coding.c (CATEGORY_MASK_ANY): Add CATEGORY_MASK_UTF_16_AUTO.
15613 (CATEGORY_MASK_UTF_16): Likewise.
15614 (detect_coding_utf_16): Add heuristics to reject utf-16 for a
15615 binary file.
15616 (detect_coding): Add null-byte detection for a binary file.
15617 (detect_coding_system): Likewise.
15618
15619 2008-04-03 Jason Rumney <jasonr@gnu.org>
15620
15621 * w32uniscribe.c: New file.
15622
15623 * font.h (uniscribe_font_driver) [WINDOWSNT]: Declare for w32fns.c.
15624
15625 * w32font.h (uniscribe_check_otf): Declare for w32font.c.
15626
15627 * w32font.c (Qbalinese, Qbuginese, Qbuhid, Qcuneiform, Qcypriot)
15628 (Qdeseret, Qglagolitic, Qgothic, Qhanunoo, Qkharoshthi)
15629 (Qlimbu, Qlinear_b, Qold_italic, Qold_persian, Qosmanya)
15630 (Qphags_pa, Qphoenician, Qshavian, Qsyloti_nagri)
15631 (Qtagalog, Qtagbanwa, Qtai_le, Qtifinagh, Qugaritic)
15632 (Qphonetic): New symbols.
15633 (syms_of_w32font): Initialize them.
15634 (font_supported_scripts): Use them.
15635 (w32font_list_family): List all charsets.
15636 (w32font_text_extents, recompute_cached_metrics): Fix metric
15637 calculations.
15638 (w32_enumfont_pattern_entity): Make full_type a DWORD.
15639 Give opentype fonts their own format.
15640 (font_matches_spec): New arguments backend and logfont.
15641 Handle :otf spec for uniscribe backend.
15642 (add_font_entity_to_list): Match truetype fonts in uniscribe backend.
15643 (fill_in_logfont): Use DEFAULT_CHARSET when charset not supplied.
15644
15645 * w32fns.c (Fx_create_frame): Conditionally register uniscribe
15646 font backend.
15647 (globals_of_w32fns): Initialize uniscribe font backend.
15648
15649 * makefile.w32-in (CONFIG_H): New variable. Use it to clean up
15650 dependencies.
15651 (w32uniscribe.$(O)): New file to build.
15652 (FONT_OBJ): Include w32uniscribe.$(O).
15653 (LIBS): Add uniscribe libraries.
15654
15655 * ftfont.c (ftfont_get_open_type_spec): Check spec->script, not val.
15656
15657 2008-04-02 Chong Yidong <cyd@stupidchicken.com>
15658
15659 * callint.c (Vshift_select_mode): New var.
15660 (Finteractive): Document new ^ spec.
15661 (Fcall_interactively): Call handle-shift-selection if the ^ spec
15662 is present.
15663
15664 * keyboard.c (Vthis_command_keys_shift_translated): New var.
15665 (command_loop_1): Avoid running the direct display versions of
15666 forward-char and backward-char if shift-selection may occur.
15667 (read_key_sequence): Set Vthis_command_keys_shift_translated if
15668 shift-translation takes place.
15669
15670 * buffer.c (Vtransient_mark_mode): Move docstring to simple.el to
15671 avoid clobbering by define-minor-mode.
15672
15673 * cmds.c (Fforward_char, Fbackward_char, Fforward_line)
15674 (Fbeginning_of_line, Fend_of_line): Add ^ interactive spec.
15675
15676 * syntax.c (Fforward_word): Add ^ interactive spec.
15677
15678 * window.c (Fscroll_up, Fscroll_down, Fscroll_left)
15679 (Fscroll_right): Add ^ interactive spec.
15680
15681 2008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
15682
15683 * xdisp.c (try_window_id): Don't forget to reset delta_bytes.
15684
15685 * casefiddle.c (casify_object): Fix up int/EMACS_INT mixup.
15686
15687 * charset.c (Funibyte_charset, Fset_unibyte_charset): Remove.
15688
15689 2008-03-31 Juri Linkov <juri@jurta.org>
15690
15691 * window.c (Fdisplay_buffer): Reinitialize `tem' to nil.
15692
15693 2008-03-30 Jan Djärv <jan.h.d@swipnet.se>
15694
15695 * gtkutil.c (xg_set_geometry): Fix indentation.
15696 (xg_resize_outer_widget): Remove.
15697 (x_wm_size_hint_off): Fix indentation.
15698 (xg_frame_set_char_size): Call flush_and_sync after
15699 gtk_window_resize.
15700 (x_wm_set_size_hint): Pass NULL as geometry window to
15701 gtk_window_set_geometry_hints due to Gtk+ bug nr 68668.
15702 Add menu bar and tool bar height to base height.
15703 (xg_update_frame_menubar, free_frame_menubar)
15704 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
15705 (update_frame_tool_bar, free_frame_tool_bar):
15706 Change xg_resize_outer_widget to xg_frame_set_char_size.
15707
15708 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
15709
15710 * dbusbind.c (QCdbus_timeout): New D-Bus internal symbol.
15711 (Fdbus_call_method): New parameter TIMEOUT.
15712 (dbus-send-signal): Optimize UNGCPRO call.
15713
15714 2008-03-29 Juri Linkov <juri@jurta.org>
15715
15716 * window.c (Fdisplay_buffer): Move call to
15717 Vsplit_window_preferred_function out of conditions that check
15718 if window is eligible for vertical splitting.
15719 When Vsplit_window_preferred_function is non-nil, call it and use
15720 its non-nil return value as window. Otherwise, continue doing
15721 vertical splitting using Fsplit_window with arg horflag=nil.
15722 (syms_of_window) <Vsplit_window_preferred_function>: Change the
15723 default value from `split-window' to nil.
15724
15725 2008-03-29 Juri Linkov <juri@jurta.org>
15726
15727 * callint.c (Fcall_interactively): Revert 2008-03-16 change
15728 for interactive code letters 'b' and 'B'.
15729
15730 2008-03-29 Eli Zaretskii <eliz@gnu.org>
15731
15732 * fileio.c (Fexpand_file_name): Convert the value of $HOME to a
15733 multibyte string.
15734
15735 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
15736
15737 * keyboard.c (pending_funcalls): New var.
15738 (timer_check): Run it.
15739 (syms_of_keyboard): Initialize it.
15740 * terminal.c (Qrun_hook_with_args, Qdelete_terminal_functions)
15741 (Vdelete_terminal_functions): New vars.
15742 (syms_of_terminal): Initialize them.
15743 (Fdelete_terminal): Run delete-terminal-functions.
15744 * xdisp.c (safe_eval): Rewrite.
15745 (safe_call2): New fun.
15746 * frame.c (Qdelete_frame_functions): New var.
15747 (syms_of_frame): Initialize it.
15748 (Fdelete_frame): Use it and use safe_call2 and pending_funcalls.
15749 * lisp.h (safe_call2, pending_funcalls): Declare.
15750
15751 2008-03-28 Andreas Schwab <schwab@suse.de>
15752
15753 * indent.c (Fmove_to_column): Move declaration before statements.
15754
15755 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
15756
15757 * frame.h (enum fullscreen_type): Give it a name. Move it before use.
15758 (struct frame): Use bit fields for boolean vars.
15759
15760 * process.c (server_accept_connection): Simplify naming.
15761 (emacs_get_tty_pgrp): Use SDATA.
15762
15763 * coding.c (decode_coding_object): Fix last change.
15764
15765 2008-03-27 Jason Rumney <jasonr@gnu.org>
15766
15767 * w32fns.c (start_hourglass): Suppress hourglass on tty frames.
15768
15769 2008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
15770
15771 * charset.c (Fdefine_charset_internal): Change the way of
15772 registering charsets in Vcharset_order_list.
15773 (syms_of_charset): Make the charset `eight-bit' supplementary.
15774
15775 2008-03-26 Alexandre Oliva <aoliva@redhat.com> (tiny change)
15776
15777 * regex.c (EXTEND_BUFFER): Change order of pointer addition
15778 operations, to avoid having the difference between pointers
15779 overflow.
15780
15781 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
15782
15783 * indent.c (check_display_width): New fun.
15784 (scan_for_column): Use it.
15785
15786 * data.c (syms_of_data): Mark most-positive-fixnum and
15787 most-negative-fixnum as constants.
15788
15789 * xdisp.c (redisplay_internal): Reset selected_frame earlier.
15790
15791 * indent.c (scan_for_column): Extract from current_column_1.
15792 Merge with the same code from Fmove_to_column.
15793 (current_column_1, Fmove_to_column): Use it.
15794
15795 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
15796
15797 * keymap.c (map_keymap_internal): New fun.
15798 (map_keymap): Use it.
15799 (Fmap_keymap_internal): New fun.
15800 (Fmap_keymap): Remove left-out test from before make_save_value.
15801
15802 * keymap.c (Fmap_keymap): Use `map-keymap-sorted.
15803
15804 * frame.c (Fmodify_frame_parameters, x_set_frame_parameters):
15805 Use XCAR/XCDR.
15806
15807 * process.h (struct Lisp_Process): Remove filter_multibyte.
15808 * process.c (QCfilter_multibyte): Remove.
15809 (setup_process_coding_systems): Don't use filter_multibyte.
15810 (Fstart_process, Fmake_network_process): Don't set filter_multibyte.
15811 (read_process_output): Don't adjust multibyteness to filter_multibyte.
15812 (Fset_process_filter_multibyte): Change the coding-system to
15813 approximate the previous behavior.
15814 (Fprocess_filter_multibyte_p): Get the multibyteness straight from the
15815 coding-system.
15816
15817 * coding.c (decode_coding_object): When not decoding into a buffer,
15818 obey the coding system's preference of (uni|multi)byte.
15819
15820 2008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
15821
15822 * casefiddle.c (casify_object): Avoid pathological N^2 worst case if
15823 every char is changed and has a different byte-length.
15824 (Fupcase_word, Fdowncase_word, Fcapitalize_word, operate_on_word):
15825 Fix int -> EMACS_INT.
15826
15827 2008-03-23 David Hansen <david.hansen@gmx.net>
15828
15829 * dbusbind.c (xd_read_message): Remove extra copying of message
15830 strings. Check for NULL `interface' or `member'.
15831
15832 2008-03-22 Eli Zaretskii <eliz@gnu.org>
15833
15834 * w32.c (readdir): If FindFirstFile/FindNextFile return in
15835 cFileName a file name that includes `?' characters, use the 8+3
15836 alias in cAlternateFileName instead.
15837
15838 2008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
15839
15840 * buffer.c (enlarge_buffer_text): Fix int -> EMACS_INT.
15841
15842 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
15843
15844 * intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.
15845 (set_point, set_point_both): Use EMACS_INT. Remove `buffer' arg,
15846 work on current_buffer only instead (that was already the case
15847 for some of the code anyway).
15848 * buffer.h (set_point, set_point_both): Remove buffer arg, use long int.
15849 (temp_set_point, temp_set_point_both): Use EMACS_INT.
15850 (SET_PT, SET_PT_BOTH): Adjust.
15851 * intervals.h (set_point, temp_set_point, set_point_both)
15852 (temp_set_point_both): Remove redundant declarations.
15853
15854 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
15855
15856 * fileio.c (Finsert_file_contents):
15857 * lread.c (Feval_buffer): Use BUF_TEMP_SET_PT.
15858 * buffer.h (BUF_SET_PT): Remove. set_point_both doesn't work right
15859 when buffer != current_buffer anyway.
15860
15861 2008-03-20 Andreas Schwab <schwab@suse.de>
15862
15863 * callint.c (Fcall_interactively) [case 'B']: Use other-buffer
15864 as default.
15865
15866 2008-03-19 Jason Rumney <jasonr@gnu.org>
15867
15868 * w32fns.c (hourglass_timer, hourglass_hwnd): New variables.
15869 (syms_of_w32fns): Initialize them.
15870 (HOURGLASS_ID): New constant.
15871 (x_window_to_frame): Don't check hourglass_window.
15872 (w32_wnd_proc) <WM_TIMER>: Handle hourglass_timer.
15873 (w32_wnd_proc) <WM_EXITMENULOOP>: Set pending hourglass cursor.
15874 (w32_wnd_proc) <WM_SETCURSOR>: Set the hourglass or current cursor.
15875 (w32_wnd_proc) <WM_EMACS_SETCURSOR>: Set frame's current_cursor.
15876 Only change the cursor if hourglass is not active.
15877 (Fx_create_frame): Initialize frame's current_cursor.
15878 (hourglass_atimer): Remove.
15879 (hourglass_started): New function.
15880 (start_hourglass, cancel_hourglass, hide_hourglass): Adapt to w32.
15881 (show_hourglass): Adapt to w32, changing argument to frame.
15882
15883 * w32term.h (struct w32_output): Remove hourglass_window.
15884 Add current_cursor.
15885
15886 * eval.c (call_debugger, Fsignal):
15887 * keyboard.c (recursive_edit_1, cmd_error, Ftop_level)
15888 (command_loop_1, Fread_key_sequence, Fread_key_sequence_vector)
15889 (Fexecute_extended_command, cancel_hourglass_unwind):
15890 * minibuf.c (read_minibuf):
15891 * fns.c (Fy_or_n_p): Enable hourglass when HAVE_WINDOW_SYSTEM.
15892
15893 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
15894
15895 * window.c (run_funs): New fun.
15896 (run_window_configuration_change_hook): Use it to run the buffer-local
15897 and the global part of the hook.
15898
15899 * xdisp.c (format_mode_line_unwind_data): Add window argument.
15900 (unwind_format_mode_line): Restore selected window.
15901 (x_consider_frame_title, Fformat_mode_line): Set selected window.
15902
15903 2008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
15904
15905 * editfns.c (Fchar_equal): Check they are valid characters.
15906
15907 * buffer.h (Fbuffer_list): Declare (for use in callint.c).
15908
15909 2008-03-17 Andreas Schwab <schwab@suse.de>
15910
15911 * regex.c (re_match_2_internal): Properly match raw 8-bit bytes
15912 against a charset.
15913
15914 * lisp.h (Fbuffer_list): Declare.
15915
15916 2008-03-17 Jan Djärv <jan.h.d@swipnet.se>
15917
15918 * gtkutil.c (free_frame_tool_bar): Only call gtk_container_remove if
15919 handlebox_widget is != 0.
15920
15921 2008-03-16 Juri Linkov <juri@jurta.org>
15922
15923 * callint.c (Fcall_interactively): For interactive code letters
15924 'b' and 'B' put the buffer list into the list of default "future"
15925 values of the minibuffer.
15926
15927 2008-03-16 Andreas Schwab <schwab@suse.de>
15928
15929 * keyboard.c (read_key_sequence): Fix downcasing of letters with
15930 modifiers.
15931
15932 * regex.c (re_match_2_internal): Correct matching of a charset
15933 against latin-1 characters.
15934
15935 2008-03-16 Kenichi Handa <handa@m17n.org>
15936
15937 * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY)
15938 (STRING_CHAR_ADVANCE_NO_UNIFY): New macros.
15939 (coding_alloc_by_making_gap): Fix the way to preserve data in the gap.
15940 (alloc_destination): Fix the 2nd arg to coding_alloc_by_making_gap.
15941 (encode_coding_utf_8): Use CHAR_STRING_ADVANCE_NO_UNIFY instead of
15942 CHAR_STRING_ADVANCE.
15943 (produce_chars): Fix for the case that the source and the
15944 destination are the same buffer. Use CHAR_STRING_ADVANCE_NO_UNIFY
15945 instead of CHAR_STRING_ADVANCE.
15946 (consume_chars): Use STRING_CHAR_ADVANCE_NO_UNIFY instead of
15947 STRING_CHAR_ADVANCE.
15948
15949 2008-03-15 Andreas Schwab <schwab@suse.de>
15950
15951 * regex.c (re_match_2_internal): Correct matching of eight bit
15952 characters in unibyte strings.
15953
15954 2008-03-15 Martin Rudalics <rudalics@gmx.at>
15955
15956 * buffer.c (overlays_in, Foverlays_in): Include empty overlays
15957 at end of range when it coincides with the end of the buffer.
15958
15959 2008-03-14 Eli Zaretskii <eliz@gnu.org>
15960
15961 * dired.c (Ffile_attributes) [WINDOWSNT]: Force inode be positive.
15962
15963 * w32fns.c (globals_of_w32fns, Fx_create_frame): Fix last change.
15964
15965 2008-03-14 Jason Rumney <jasonr@gnu.org>
15966
15967 * editfns.c (initial_tz): New variable.
15968 (syms_of_editfns): Initialize it.
15969 (Fset_time_zone_rule): Set it when first called.
15970 Use it when TZSTRING is nil.
15971
15972 * w32fns.c (MONITOR_DEFAULT_TO_NEAREST, struct MONITOR_INFO)
15973 (MonitorFromPoint_Proc, GetMonitorInfo_Proc): New definitions.
15974 (monitor_from_point_fn, get_monitor_info_fn): New globals.
15975 (globals_of_w32fns): Initialize them.
15976 (compute_tip_xy): Use them to position tooltips.
15977
15978 2008-03-14 Glenn Morris <rgm@gnu.org>
15979
15980 * emacs.c (main): Revert previous change.
15981 (standard_args): Revert -internal-script back to -scriptload,
15982 and remove the long-option form.
15983
15984 2008-03-13 Glenn Morris <rgm@gnu.org>
15985
15986 * emacs.c (main, standard_args): Rename -scriptload to -internal-script.
15987 Remove option -enable-font-backend.
15988
15989 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
15990
15991 * buffer.c (Fswitch_to_buffer): Fall back on pop-to-buffer.
15992
15993 2008-03-11 Jan Djärv <jan.h.d@swipnet.se>
15994
15995 * xterm.c (x_connection_closed): For GTK: If this is the last
15996 terminal just exit without closing the display.
15997
15998 2008-03-11 Jason Rumney <jasonr@gnu.org>
15999
16000 * w32font.c (w32font_full_name): Use floor to round.
16001
16002 2008-03-10 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
16003
16004 * sound.c (alsa_configure): Declare vol at beginning of block.
16005
16006 * fontset.c (Ffontset_info): Remove extra semicolon.
16007
16008 2008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
16009
16010 * fileio.c (Fsubstitute_in_file_name): Fix up computation of maximum
16011 size of resulting string.
16012
16013 2008-03-10 Jason Rumney <jasonr@gnu.org>
16014
16015 * dispnew.c (adjust_glyph_matrix): Initialize window_height.
16016
16017 2008-03-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16018
16019 * xdisp.c (handle_single_display_spec): Undo 2007-10-16 changes.
16020 Don't pretend as if characters with display property haven't been
16021 consumed for string-replacing-string case.
16022
16023 2008-03-08 Kim F. Storm <storm@cua.dk>
16024
16025 * xdisp.c (GET_NEXT_DISPLAY_ELEMENT): New macro.
16026 (get_next_display_element, next_element_from_string)
16027 (next_element_from_ellipsis, next_element_from_buffer): Use it.
16028
16029 2008-03-08 Andreas Schwab <schwab@suse.de>
16030
16031 * process.h (struct Lisp_Process): Declare bit fields as unsigned.
16032
16033 2008-03-06 Jason Rumney <jasonr@gnu.org>
16034
16035 * w32font.c (w32_registry): Take font_type argument. Use ANSI
16036 when charset not specified. Only translate ANSI to unicode when
16037 font_type is truetype.
16038 (w32font_coverage_ok): New function.
16039 (add_font_entity_to_list): Use it to filter unsuitable fonts.
16040
16041 2008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
16042
16043 * lread.c (Fread_char): Resolve modifiers.
16044 (Fread_char_exclusive): Likewise.
16045
16046 * character.c (char_resolve_modifier_mask): New function.
16047 (char_string): Use char_resolve_modifier_mask.
16048 (Fchar_resolve_modifiers): New function.
16049 (syms_of_character): Declare Fchar_resolve_modifiers as Lisp
16050 function.
16051
16052 2008-03-04 Jason Rumney <jasonr@gnu.org>
16053
16054 * makefile.w32-in: Always include w32font.c in the build.
16055 * w32font.c: Wrap in USE_FONT_BACKEND conditional.
16056
16057 2008-03-04 Andreas Schwab <schwab@suse.de>
16058
16059 * Makefile.in (clean): Remove emacs-*.*.* instead of emacs-*.
16060 (versionclean): Likewise.
16061
16062 2008-03-04 Juanma Barranquero <lekktu@gmail.com>
16063
16064 * .cvsignore: Add oo.
16065
16066 2008-03-03 Andreas Schwab <schwab@suse.de>
16067
16068 * coding.c (decode_coding_object): Inhibit gap shrinking while
16069 decoding in place.
16070
16071 2008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
16072
16073 * w32term.c: Remove unused include "gnu.h".
16074 * makefile.w32-in (w32term.o): Don't depend on gnu.h.
16075
16076 * gnu.h: Rename to ...
16077 * emacs-icon.h: ... this.
16078 * xterm.c: Use emacs-icon.h instead of gnu.h.
16079 * Makefile (xterm.o): Depend on emacs-icon.h, not gnu.h.
16080
16081 2008-03-03 Juanma Barranquero <lekktu@gmail.com>
16082
16083 * w32font.c: Include math.h.
16084
16085 2008-03-03 Jason Rumney <jasonr@gnu.org>
16086
16087 * w32font.c (recompute_cached_metrics): Change font arg to w32font_info.
16088 Compute options separately.
16089 (w32font_open_internal): Set glyph_idx before caching metrics.
16090
16091 * w32font.h (NTM_PS_OPENTYPE, NTM_TT_OPENTYPE, NTM_TYPE1):
16092 Define if system headers don't.
16093 (struct w32font_info): Enlarge ascii_metrics. Add glyph_idx.
16094 (w32font_encode_char): Don't declare here.
16095
16096 * w32font.c (Quniscribe, QCformat): New symbols.
16097 (syms_of_w32font): Define them.
16098 (w32font_has_char): Indicate uncertainty.
16099 (w32font_encode_char): Encode as glyph point. Make static.
16100 (recompute_cached_metrics): New function.
16101 (w32font_open_internal): Use it. Set font to use glyph points
16102 initially. Set format based on type of font.
16103 (w32font_text_extents, w32font_draw): Optionally use glyph points.
16104 (w32_enumfont_pattern_entity): Accept backend arg. Set type based
16105 on it. Set format based on information available here.
16106 (add_font_entity_to_list): Identify backend based on opentype_only.
16107
16108 2008-03-02 Andreas Schwab <schwab@suse.de>
16109
16110 * ftfont.c (ftfont_pattern_entity): Fix aliasing violations.
16111
16112 * coding.c (decode_coding_big5, produce_chars):
16113 Fix typos in last change.
16114
16115 2008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
16116
16117 * gnu.h: New icon.
16118
16119 2008-03-02 Kenichi Handa <handa@m17n.org>
16120
16121 * coding.c (decode_coding_utf_8): When eol-type of CODING is
16122 `dos', don't decode '\r' if that is the last in the source.
16123 (decode_coding_utf_16, decode_coding_emacs_mule)
16124 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
16125 (decode_coding_raw_text, decode_coding_charset): Likewise.
16126 (produce_chars): Don't decode EOL here. Use EMACS_INT.
16127
16128 2008-03-01 Jason Rumney <jasonr@gnu.org>
16129
16130 * w32font.c (w32font_full_name): Report point size for scalable fonts.
16131
16132 2008-03-01 Kim F. Storm <storm@cua.dk>
16133
16134 * dispextern.h (CHAR_GLYPH_SPACE_P): Check for default face.
16135
16136 2008-03-01 Jason Rumney <jasonr@gnu.org>
16137
16138 * w32font.c (w32font_full_name): New function.
16139 (w32font_open_internal): Use it.
16140
16141 2008-03-01 Kim F. Storm <storm@cua.dk>
16142
16143 * dispnew.c (line_draw_cost): Fix invalid glyph check.
16144
16145 2008-03-01 Jason Rumney <jasonr@gnu.org>
16146
16147 * font.c (font_unparse_fcname): Increase len when style is a symbol.
16148
16149 2008-03-01 Jan Djärv <jan.h.d@swipnet.se>
16150
16151 * xterm.c (handle_one_xevent): For Gtk+ and ConfigureNotify, call
16152 xg_frame_resized when the event is for the edit widget.
16153
16154 * gtkutil.h (xg_frame_resized): Renamed from xg_resize_widgets.
16155
16156 * gtkutil.c (xg_resize_outer_widget): Only do one of set_geometry or
16157 set_char_size.
16158 (xg_frame_resized): Renamed from xg_resize_widgets. Remove all
16159 operations on widgets here. Just set frame size if needed.
16160 (flush_and_sync, x_wm_size_hint_off, xg_pack_tool_bar): New functions.
16161 (xg_frame_set_char_size): Call x_wm_size_hint_off before resizing.
16162 (x_wm_set_size_hint): Set size hints on the edit widget only, not
16163 the whole frame.
16164 (xg_create_tool_bar): Move attachment of the tool bar to
16165 xg_pack_tool_bar. Do not attach the tool bar if there are no items.
16166 (free_frame_tool_bar): Remove call to SET_FRAME_GARBAGED.
16167
16168 2008-03-01 Jason Rumney <jasonr@gnu.org>
16169
16170 * w32fns.c (w32_msg_pump): Disable debug code.
16171
16172 2008-03-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16173
16174 * m/intel386.h [MAC_OSX || DARWIN]: Define NO_ARG_ARRAY if _LP64.
16175
16176 2008-02-29 Chong Yidong <cyd@stupidchicken.com>
16177
16178 * xdisp.c (next_overlay_string): Don't set
16179 overlay_strings_at_end_processed_p if we're currently reading from
16180 a display string.
16181
16182 2008-02-29 Stefan Monnier <monnier@iro.umontreal.ca>
16183
16184 * xdisp.c (get_overlay_strings_1): Fix typo.
16185
16186 2008-02-29 Chong Yidong <cyd@stupidchicken.com>
16187
16188 * xdisp.c (get_overlay_strings_1): Add missing argument type.
16189
16190 2008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
16191
16192 * ftfont.c (ftfont_match): Explicitly set pixelsize in pattern.
16193
16194 * xdisp.c (display_mode_element): Cancel the previous change.
16195 (decode_mode_spec): Likewise.
16196 (handle_auto_composed_prop): Don't make composition if it->string
16197 is a string.
16198
16199 2008-02-27 Kim F. Storm <storm@cua.dk>
16200
16201 * lisp.h (GLYPH): Change type from int to struct with separate char
16202 and face_id members.
16203 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Delete macros.
16204 (GLYPH_CHAR, GLYPH_FACE): Remove slow versions with frame arg.
16205 (FAST_GLYPH_CHAR, FAST_GLYPH_FACE): Rename macros to ...
16206 (GLYPH_CHAR, GLYPH_FACE): ... these. Change users.
16207 (FAST_MAKE_GLYPH, MAKE_GLYPH): Remove. Rewrite users to use ...
16208 (SET_GLYPH, SET_GLYPH_CHAR, SET_GLYPH_FACE): ... these macros instead.
16209 (GLYPH_CODE_CHAR, GLYPH_CODE_FACE, GLYPH_CODE_P)
16210 (GLYPH_CODE_CHAR_VALID_P, SET_GLYPH_FROM_GLYPH_CODE): New macros to
16211 handle new Lisp glyph code encoding, either an integer or a cons.
16212
16213 * disptab.h (GLYPH_SIMPLE_P): Rewrite.
16214 (GLYPH_ALIAS): Delete.
16215 (GLYPH_ALIAS_P, GLYPH_FOLLOW_ALIASES): Rewrite.
16216 (GLYPH_LENGTH, GLYPH_STRING): Use GLYPH_CHAR.
16217 (GLYPH_FROM_CHAR): Replace macro by ...
16218 (SET_GLYPH_FROM_CHAR): ... this macro. Change users.
16219
16220 * dispextern.h (CHAR_GLYPH_SPACE_P): Simplify.
16221 (GLYPH_FROM_CHAR_GLYPH): Replace macro by ...
16222 (SET_GLYPH_FROM_CHAR_GLYPH): ... this macro. Change users.
16223 (GLYPH_INVALID_P): New macro.
16224 (spec_glyph_lookup_face): Update prototype.
16225
16226 * dispnew.c (line_draw_cost): Adapt to new glyph type.
16227 (build_frame_matrix_from_leaf_window): Adapt to new glyph type and
16228 new glyph code encoding.
16229 (spec_glyph_lookup_face): No return value; update passed glyph instead.
16230 (init_display): Use SET_CHAR_GLYPH to initialize space_glyph.
16231
16232 * xdisp.c (get_next_display_element, next_element_from_display_vector):
16233 Adapt to new glyph type and new glyph code encoding.
16234
16235 * term.c (encode_terminal_code, produce_special_glyphs): Likewise.
16236
16237 * indent.c (current_column, current_column_1, Fmove_to_column)
16238 (compute_motion): Adapt to new glyph code encoding.
16239
16240 * msdos.c (IT_write_glyphs): Adapt to new glyph type.
16241
16242 2008-02-27 Chong Yidong <cyd@stupidchicken.com>
16243
16244 * process.c (wait_reading_process_output): Check for window
16245 changes caused by timers.
16246 Suggested by Johan Bockgård.
16247
16248 2008-02-27 Glenn Morris <rgm@gnu.org>
16249
16250 * emacs.c (USAGE1): Add `--disable-font-backend'.
16251
16252 2008-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
16253
16254 * fileio.c (Finsert_file_contents): Don't reset undo_list if no change
16255 is made to the buffer.
16256
16257 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
16258
16259 * dispextern.h (face_at_buffer_position, face_for_overlay_string)
16260 (face_at_string_position):
16261 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
16262 (face_at_string_position):
16263 * xdisp.c (display_string, next_overlay_change):
16264 * buffer.h (overlays_at):
16265 * buffer.c (overlays_at): Use EMACS_INT for buffer positions.
16266 Update callers.
16267
16268 2008-02-26 Chong Yidong <cyd@stupidchicken.com>
16269
16270 * editfns.c (Fformat): Doc fix.
16271
16272 2008-02-26 Juanma Barranquero <lekktu@gmail.com>
16273
16274 * font.c (Ffont_spec, Ffont_at): Fix typos in docstrings.
16275 (Ffont_put, Flist_families, Ffont_fill_gstring, Ffont_drive_otf)
16276 (Ffont_otf_alternates, Fquery_font): Doc fixes.
16277
16278 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
16279
16280 * buffer.c (Fbuffer_swap_text): New function.
16281 (syms_of_buffer): Defsubr it.
16282
16283 2008-02-25 Chong Yidong <cyd@stupidchicken.com>
16284
16285 * keyboard.c (command_loop_1): Revert 2006-10-09 change.
16286
16287 2008-02-25 Jason Rumney <jasonr@gnu.org>
16288
16289 * w32font.c (w32font_draw): Draw one character at a time when padding.
16290
16291 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
16292
16293 * window.c (Fdelete_window, Fadjust_window_trailing_edge):
16294 Handle a nil arg. Use run_window_configuration_change_hook.
16295 (delete_window, adjust_window_trailing_edge): Don't handle nil any more.
16296 (Fenlarge_window, Fshrink_window, Fset_window_configuration):
16297 Use run_window_configuration_change_hook.
16298
16299 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
16300
16301 * xdisp.c (x_produce_glyphs): For a visible glyph, assure at least
16302 1-pixel width.
16303
16304 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
16305
16306 * xdisp.c (fill_glyph_string): Pay attention to glyph->padding_p.
16307 (append_glyph): Set glyph->pixel_width and glyph->padding_p to 1
16308 if the glyph in the font is zero pixel with.
16309
16310 * dispextern.h (struct glyph_string): New member padding_p.
16311
16312 * w32font.c (w32font_draw): Pay attention to s->padding_p.
16313
16314 * ftxfont.c (ftxfont_draw): Pay attention to s->padding_p.
16315
16316 * xfont.c (xfont_draw): Pay attention to s->padding_p.
16317
16318 * xftfont.c (xftfont_draw): Pay attention to s->padding_p.
16319
16320 * font.c: If the font driver doesn't have `shape' function, return Qnil.
16321
16322 2008-02-25 Jason Rumney <jasonr@gnu.org>
16323
16324 * w32fns.c (enum_font_cb2): Don't use raster fonts for Unicode.
16325
16326 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
16327
16328 Allow fine-grained image-cache flushing.
16329 * dispextern.h (struct image): Add `dependencies' field.
16330 (clear_image_caches): Change arg to Lisp_Object.
16331 * image.c (make_image): Initialize `dependencies' field.
16332 (clear_image_cache): Change arg to allow fine-grained flushing.
16333 Perform the flush even if image-cache-eviction-delay is nil.
16334 (clear_image_caches): Change arg to Lisp_Object.
16335 (Fclear_image_cache): Expand meaning of the argument.
16336 (mark_image): Mark `dependencies' field.
16337 * xfaces.c (clear_face_cache): Adapt arg to call to clear_image_caches.
16338 (lface_hash): Use XHASH rather than XFASTINT.
16339 (face_at_buffer_position): Fix int -> EMACS_INT position.
16340 * xdisp.c (next_overlay_change): Fix int -> EMACS_INT position.
16341 (select_frame_for_redisplay): Remove code duplication.
16342 (redisplay_internal): Adapt arg to call to clear_image_caches.
16343
16344 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
16345
16346 * s/vms4-0.h:
16347 * s/vms4-2.h:
16348 * s/vms4-4.h:
16349 * s/vms5-5.h: Remove, unused.
16350
16351 * s/irix5-2.h:
16352 * s/irix6-0.h:
16353 * s/riscos5.h:
16354 * s/mach-bsd4-3.h:
16355 * m/mips4.h: Remove files for obsolete systems.
16356
16357 * Makefile.in:
16358 * filelock.c:
16359 * unexmips.c:
16360 * m/hp9000s300.h:
16361 * m/iris4d.h:
16362 * s/aix3-1.h:
16363 * s/hpux.h:
16364 * s/msdos.h:
16365 * s/usg5-0.h:
16366 * s/usg5-2-2.h:
16367 * s/usg5-2.h:
16368 * s/usg5-3.h: Remove references to obsolete variables.
16369
16370 * s/irix5-0.h: Remove, move all the contents ...
16371 * s/irix6-5.h: ... here. Simplify.
16372 * config.in: Regenerate.
16373
16374 2008-02-24 Jason Rumney <jasonr@gnu.org>
16375
16376 * w32term.c (x_draw_glyph_string_background): Clear the background
16377 manually when cleartype is in use.
16378 (x_draw_glyph_string_foreground): Draw text transparently when
16379 cleartype is in use.
16380
16381 * w32font.c (w32font_text_extents): Avoid getting HDC and selecting
16382 a font into it unless we have to.
16383
16384 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
16385
16386 * intervals.h (INT_LISPLIKE): Remove. It may misfire.
16387 (NULL_INTERVAL_P, SET_INTERVAL_PARENT): Don't use it.
16388
16389 2008-02-18 Jason Rumney <jasonr@gnu.org>
16390
16391 * w32fns.c (Fw32_shell_execute): Encode parameters.
16392
16393 2008-02-09 Eli Zaretskii <eliz@gnu.org>
16394
16395 * fileio.c (syms_of_fileio) <insert-default-directory>: Doc fix.
16396
16397 2008-02-05 Juanma Barranquero <lekktu@gmail.com>
16398
16399 * unexhp9k800.c (read_header): Replace `legal' with `valid'.
16400
16401 2008-02-24 Ulrich Neumerkel <ulrich@complang.tuwien.ac.at> (tiny change)
16402
16403 * xterm.c (x_set_offset): Don't change the gravity if
16404 CHANGE_GRAVITY is -1.
16405
16406 2008-02-23 Chong Yidong <cyd@stupidchicken.com>
16407
16408 * fileio.c (auto_save_error_occurred): New var.
16409 (auto_save_error): Set it.
16410 (Fdo_auto_save): Don't overwrite the error message if an auto-save
16411 error occurred.
16412
16413 2008-02-23 Eli Zaretskii <eliz@gnu.org>
16414
16415 * w32.c (globals_of_w32): Add initializations for
16416 g_b_init_get_sid_sub_authority and
16417 g_b_init_get_sid_sub_authority_count.
16418
16419 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
16420
16421 * font.c (font_match_xlfd, font_check_xlfd_parse): New funs.
16422 (font_parse_xlfd): Use them for sanity check.
16423 (Finternal_set_font_style_table): Make sure the table is bijective.
16424
16425 Consolidate the image_cache to the terminal struct.
16426 * termhooks.h (P_): Remove redundant def.
16427 (struct terminal): New field `image_cache'.
16428 * frame.h (FRAME_IMAGE_CACHE): New macro. Use it everywhere in place
16429 of FRAME_X_IMAGE_CACHE.
16430 * xterm.h (struct x_display_info): Remove image_cache field.
16431 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
16432 * w32term.h (struct w32_display_info): Remove image_cache field.
16433 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
16434 * macterm.h (struct mac_display_info): Remove image_cache field.
16435 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
16436 * xterm.c (x_term_init):
16437 * w32term.c (w32_term_init):
16438 * macterm.c (mac_term_init): Set the image_cache in the terminal.
16439 * dispextern.h (clear_image_cache, forall_images_in_image_cache):
16440 Remove declarations.
16441 (clear_image_caches, mark_image_cache): New declarations.
16442 * xfaces.c (clear_face_cache):
16443 * xdisp.c (redisplay_internal): Use clear_image_caches.
16444 * image.c (clear_image_cache): Don't check that a frame is on
16445 a window-system before checking if it shares the same cache.
16446 (clear_image_caches): New function.
16447 (Fclear_image_cache): Use it.
16448 (mark_image): Move from allo.c.
16449 (mark_image_cache): Move from alloc.c and forall_images_in_image_cache.
16450 * alloc.c (mark_image, mark_image_cache): Move to image.c.
16451 (mark_object): Don't call mark_image_cache for frames.
16452 (mark_terminals): Call mark_image_cache.
16453
16454 * lisp.h (Fdelete_terminal): Declare.
16455
16456 * charset.h (CHECK_CHARSET, CHECK_CHARSET_GET_ID)
16457 (CHECK_CHARSET_GET_ATTR): Don't use the inexistent return value of
16458 wrong_type_argument.
16459
16460 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
16461
16462 * Makefile.in (lisp): Remove devanagari.el, kannada.el,
16463 malayalam.el, and tamil.el. Add sinhala.el.
16464
16465 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
16466
16467 * xterm.c (x_connection_closed): Consolidate identical tests.
16468 (x_delete_terminal): Don't crash if called via x_connection_closed.
16469
16470 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
16471
16472 * xdisp.c (decode_mode_spec): New arg string.
16473 (display_mode_element): Adjust for the above change.
16474
16475 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
16476
16477 * callint.c (Fcall_interactively): Use AREF.
16478
16479 2008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
16480
16481 * font.c (font_unparse_xlfd): Don't ignore integer pixel size specs.
16482
16483 2008-02-18 Jan Djärv <jan.h.d@swipnet.se>
16484
16485 * xfns.c (Fx_show_tip): Set string to " " if empty.
16486
16487 2008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
16488
16489 * callint.c (syms_of_callint): Initialize Vmark_even_if_inactive
16490 with Qt.
16491
16492 2008-02-17 Kenichi Handa <handa@m17n.org>
16493
16494 * ftfont.c (ftfont_shape): Return Lispy number.
16495
16496 * xfaces.c (prepare_face_for_display): Use display_info->font->fid
16497 for GCs.
16498 (Finternal_set_font_selection_order): Call font_update_sort_order
16499 only when enable_font_backend is set.
16500 (realize_x_face): Set face->font_info to that of default face only
16501 when enable_font_backend is set.
16502
16503 * xdisp.c (handle_composition_prop): Set it->c to the fist
16504 character of the composed region.
16505 (fill_composite_glyph_string): Set base_face->font_info to
16506 s->font_info. Get a face for ascii from base_face->ascii_face.
16507 (BUILD_COMPOSITE_GLYPH_STRING): Call fill_composite_glyph_string
16508 with a face already decided.
16509 (x_produce_glyphs): Be sure to set it->ascent and it->descent to
16510 non-negative.
16511 (x_produce_glyphs): If the composition method is ..._WITH_GLYPH_STRING,
16512 call font_prepare_composition unconditionally.
16513
16514 * xfns.c (x_make_gc): Use the default font id of the frame for GCs.
16515
16516 * xterm.h (struct x_display_info): New member font.
16517
16518 * xterm.c (x_set_cursor_gc): Use display_info->font->fid for GCs.
16519 (x_set_mouse_face_gc, x_new_font): Likewise.
16520 (x_term_init): Setup display_info->font.
16521 (x_delete_terminal): Free display_info->font.
16522
16523 * xfont.c (xfont_draw): Use BLOCK_INPUT and UNBLOCK_INPUT.
16524
16525 * ftxfont.c (ftxfont_default_fid): Delete it.
16526 (ftxfont_open): Set xfont->fid to 0.
16527 (ftxfont_end_for_frame): Clear data specific to the frame and the
16528 font-driver.
16529
16530 * xftfont.c (xftfont_default_fid): Delete it.
16531 (xftfont_open): Set xfont->fid to 0.
16532
16533 * fontset.c (FONTSET_OBJLIST): New macro.
16534 (fontset_find_font): Update font-object list of the fontset.
16535 (free_realized_fontset): New function.
16536 (free_face_fontset): Call free_realized_fontset.
16537 (Ffont_info): Call font_close_object only when enable_font_backend
16538 is set.
16539
16540 * font.c [HAVE_X_WINDOWS]: Include xterm.h.
16541 [HAVE_NTGUI]: Include w32term.h.
16542 [MAC_OS]: Include macterm.ch.
16543 (font_otf_ValueRecord): Use make_number.
16544 (font_finish_cache): Fix handling of reference count.
16545 (font_clear_cache): Update num_fonts.
16546 (font_open_entity): Update smallest_char_width and
16547 smallest_font_height of the frame.
16548 (font_close_object): Update num_fonts.
16549 (Fclear_font_cache): Fix finding the target cache data.
16550
16551 2008-02-16 Glenn Morris <rgm@gnu.org>
16552
16553 * fontset.c (Finternal_char_font): Fix compilation warning.
16554
16555 2008-02-16 Eli Zaretskii <eliz@gnu.org>
16556
16557 * w32.c (init_user_info): Use TOKEN_USER and TOKEN_PRIMARY_GROUP
16558 instead of char arrays. Enlarge the size of array passed to
16559 get_token_information.
16560
16561 * font.c (Ffont_fill_gstring, Fget_font_glyphs): Fix compilation
16562 warnings.
16563
16564 2008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
16565
16566 * .gdbinit: Don't set `args', it breaks gdb --args.
16567
16568 2008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
16569
16570 * fileio.c (Finsert_file_contents): Adjust offsets when replacing
16571 within a narrowed buffer.
16572
16573 2008-02-14 Kenichi Handa <handa@ni.aist.go.jp>
16574
16575 * coding.c (decode_coding_object, encode_coding_object):
16576 Preserve Vdeactivate_mark. Delete unnecessary call of Fcurrent_buffer.
16577
16578 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
16579
16580 * coding.c (coding_set_destination): Use BEG_BYTE rather than
16581 hardcoding 1.
16582 (detect_coding_system):
16583 * lisp.h (detect_coding_system, chars_in_text, multibyte_chars_in_text)
16584 (string_char_to_byte, string_byte_to_char, insert_from_gap):
16585 * insdel.c (insert_from_gap):
16586 * fns.c (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
16587 (string_char_to_byte, string_byte_to_char, string_make_multibyte)
16588 (string_to_multibyte):
16589 * character.c (chars_in_text, multibyte_chars_in_text):
16590 * fileio.c (Finsert_file_contents): Use EMACS_INT for buffer positions.
16591
16592 * character.h (FETCH_STRING_CHAR_ADVANCE)
16593 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE)
16594 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA and SREF.
16595 (DEC_POS, BUF_DEC_POS): Use BEG_BYTE rather than hardcoding 1.
16596
16597 * casefiddle.c (casify_region): Only call after-change and composition
16598 functions on the part of the region that was changed.
16599
16600 * keyboard.c (read_avail_input):
16601 * frame.c (Fdelete_frame): Call Fdelete_terminal.
16602
16603 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
16604
16605 * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
16606 (Fbuffer_local_value, Fbuffer_local_variables): Don't forget undo_list.
16607
16608 2008-02-11 Juanma Barranquero <lekktu@gmail.com>
16609
16610 * w32menu.c (push_submenu_start, push_submenu_end)
16611 (push_left_right_boundary, push_menu_pane, push_menu_item):
16612 * keyboard.c (read_key_sequence): Don't pass args with side effects
16613 to AREF, it fails when compiling with -DENABLE_CHECKING.
16614
16615 2008-02-11 Kenichi Handa <handa@ni.aist.go.jp>
16616
16617 * Makefile.in (${lispsource}international/charprop.el):
16618 Delete this target.
16619
16620 * search.c (boyer_moore): Fix incorrect synching of the trunk and
16621 emacs-unicode-2.
16622
16623 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
16624
16625 * terminal.c (Fdelete_terminal): Clean up the `force' path.
16626
16627 2008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
16628
16629 * frame.c (Qnoelisp): New symbol.
16630 (syms_of_frame): Initialize it.
16631 (Fdelete_frame): Use it to distinguish a mere `force' passed from some
16632 harmless Elisp code, from a strong `force' from x_connection_closed.
16633 * frame.h (Qnoelisp): Declare.
16634 * xterm.c (x_connection_closed): Pass `noelisp'.
16635
16636 * lisp.h (struct Lisp_Misc_Any, struct Lisp_Marker)
16637 (struct Lisp_Overlay, struct Lisp_Kboard_Objfwd)
16638 (struct Lisp_Save_Value, struct Lisp_Free): Use enum Lisp_Misc_Type
16639 rather than `int' for the type of `type'.
16640
16641 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
16642
16643 * s/gnu-linux.h: Remove support for non-ELF and linux-1.x.
16644
16645 * Makefile.in (GNUC): Remove support for gcc-1.x.
16646
16647 2008-02-10 Richard Stallman <rms@gnu.org>
16648
16649 * lisp.h (ASET): Use AREF, not ASLOT.
16650
16651 2008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
16652
16653 * lisp.h (ASET): Check bounds.
16654
16655 2008-02-10 Glenn Morris <rgm@gnu.org>
16656
16657 * buffer.c (mode-name): Doc fix.
16658
16659 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
16660
16661 * Makefile.in:
16662 * emacs.c:
16663 * gmalloc.c:
16664 * keyboard.c:
16665 * lisp.h:
16666 * m/ibm370aix.h:
16667 * process.c:
16668 * regex.c:
16669 * s/hpux.h:
16670 * sysdep.c:
16671 * sysselect.h:
16672 * systty.h:
16673 * unexec.c:
16674 * w32term.c:
16675 * xsmfns.c:
16676 * xterm.c: Remove code that deals with obsolete variables.
16677
16678 * s/msdos.h (DONT_NEED_ENVIRON): Don't define.
16679
16680 * ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test,
16681 nothing else needs it anymore.
16682
16683 2008-02-09 Eli Zaretskii <eliz@gnu.org>
16684
16685 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use unibyte_to_multibyte_table
16686 instead of unibyte_char_to_multibyte.
16687
16688 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
16689
16690 * s/gnu-linux.h: Remove commented out code.
16691
16692 * unexec.c: Remove references to obsolete variable COFF_ENCAPSULATE.
16693
16694 * Makefile.in: Update what RMS says about using autoconf.
16695 (C_COMPILER, COFF_ENCAPSULATE, MAKE_PARALLEL): Remove obsolete variable.
16696 (C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1)
16697 (C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1)
16698 (C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional.
16699
16700 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
16701
16702 * keymap.c (Fkey_description): Move side effect outside of macro call.
16703
16704 * xfaces.c (Finternal_make_lisp_face):
16705 * keyboard.c (add_command_key, parse_menu_item): Use ASET.
16706
16707 * fontset.c (free_face_fontset): Use FONTSET_FROM_ID.
16708 (syms_of_fontset): Use ASET.
16709
16710 * fns.c (concat): Move side effect outside of macro call.
16711 (hash_clear): Use ASET.
16712
16713 2008-02-08 Richard Stallman <rms@gnu.org>
16714
16715 * frame.c (Fdelete_frame): If FORCE, don't call hooks.
16716 If FORCE, and frame has a surrogate minibuffer for another frame,
16717 delete the other frame first.
16718
16719 2008-02-07 Timo Savola <timo.savola@iki.fi>
16720
16721 * xterm.c (x_detect_focus_change): Handle embed client message.
16722 (handle_one_xevent): Ditto.
16723 (handle_one_xevent): If embedded and we get a button press/release,
16724 request focus.
16725 (xembed_set_info, xembed_send_message): New functions.
16726 (x_make_frame_visible): Call xembed_set_info if embedded.
16727 (x_make_frame_invisible): Call xembed_set_info if embedded.
16728 (x_term_init): Initialize Xatom_XEMBED.
16729 (x_make_frame_visible): Check for FRAME_X_EMBEDDED_P also.
16730 (x_iconify_frame): Ditto.
16731
16732 * xterm.h (struct x_display_info): Add AtomXatom_XEMBED.
16733 (enum xembed_info, enum xembed_message, enum xembed_focus)
16734 (enum xembed_modifier, enum xembed_accelerator): New.
16735 (xembed_set_info, xembed_send_message): Declare.
16736 (FRAME_X_EMBEDDED_P): New.
16737
16738 * gtkutil.c (xg_create_frame_widgets): If frame is embedded, call
16739 gtk_plug_new.
16740
16741 * xfns.c (Fx_create_frame): Do not override the explicitly set parent
16742 window ID of a frame.
16743 (x_window): Reparent frame if embedded.
16744 (Fx_create_frame): Don't set border width if embedded.
16745
16746 * emacs.c (USAGE3): Add --parent-id.
16747 (standard_args): Ditto.
16748
16749 2008-02-07 Jan Djärv <jan.h.d@swipnet.se>
16750
16751 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Use "do...while (0)".
16752
16753 2008-02-07 Jim Meyering <meyering@redhat.com>
16754
16755 Use "do...while (0)", not "if (1)...else" in macro definitions.
16756 The latter provokes a warning from gcc about the empty else, when
16757 followed by ";". Also, without that trailing semicolon, it would
16758 silently swallow up any following statement.
16759 * syntax.h (SETUP_SYNTAX_TABLE)
16760 (SETUP_SYNTAX_TABLE_FOR_OBJECT): Likewise.
16761 * buffer.h (DECODE_POSITION): Likewise.
16762 * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
16763 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): Likewise.
16764 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Likewise.
16765 (FETCH_CHAR_ADVANCE): Likewise.
16766 (FETCH_CHAR_ADVANCE_NO_CHECK): Likewise.
16767
16768 2008-02-07 Jim Meyering <meyering@redhat.com>
16769
16770 * lread.c [lint]: Don't include <sys/inode.h>.
16771
16772 2008-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
16773
16774 * xselect.c (x_handle_dnd_message):
16775 * xmenu.c (digest_single_submenu, xmenu_show):
16776 * xdisp.c (with_echo_area_buffer_unwind_data)
16777 (format_mode_line_unwind_data, unwind_format_mode_line)
16778 (display_menu_bar):
16779 * eval.c (Ffetch_bytecode):
16780 * doc.c (store_function_docstring):
16781 * ccl.c (resolve_symbol_ccl_program, ccl_get_compiled_code)
16782 (Fccl_execute, Fccl_execute_on_string, Fregister_code_conversion_map):
16783 * buffer.c (add_overlay_mod_hooklist): Use ASET.
16784
16785 2008-02-07 Kenichi Handa <handa@m17n.org>
16786
16787 * ftxfont.c (ftxfont_open): Don't set
16788 dpyinfo->smallest_font_height and dpyinfo->smallest_char_width to 0.
16789
16790 * ftfont.c (ftfont_open): Fix previous change.
16791
16792 2008-02-06 Jason Rumney <jasonr@gnu.org>
16793
16794 * w32font.c (w32font_text_extents): Fill in lbearing metric.
16795 Use cached metrics for ASCII characters.
16796 (w32font_open_internal): Don't set font's owning_frame.
16797 Cache metrics for ASCII characters.
16798
16799 * w32font.h (struct w32font_info): Add ascii_metrics.
16800 Remove owning_frame.
16801
16802 2008-02-06 Kenichi Handa <handa@ni.aist.go.jp>
16803
16804 * xdisp.c (x_produce_glyphs): Don't set it->ascent and it->descent
16805 to negative value.
16806
16807 * ftxfont.c (ftxfont_draw): Use s->font_info, not face->font_info.
16808
16809 * ftfont.c (ftfont_open): Fix calculation of font->font.average_width.
16810
16811 * charset.c (syms_of_charset): Set QCtest and Qeq.
16812
16813 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
16814
16815 * process.c (Fstart_process):
16816 * callproc.c (Fcall_process): Handle the case where
16817 Funhandled_file_name_directory returns nil.
16818
16819 * font.h (enum lgstring_indices, enum lglyph_indices): New enums.
16820 (LGSTRING_SLOT, LGSTRING_SET_SLOT): New macros.
16821 * font.c (check_gstring): Use them and AREF to access the vector before
16822 we know it's really a gstring.
16823 (Ffont_shape_text): Fix typo.
16824 (Ffont_shape_text, Ffont_otf_alternates): Fix up int/Lisp_Object mixups.
16825
16826 * composite.h (Fcompose_region_internal, Fcompose_string_internal):
16827 Declare.
16828
16829 * chartab.c (make_sub_char_table): Remove noop-yet-incorrect statement.
16830
16831 2008-02-05 Jason Rumney <jasonr@gnu.org>
16832
16833 * w32font.c (w32font_open_internal): Fill min_width with tmAveCharWidth.
16834 Set smallest_font_height and smallest_char_width in display info.
16835
16836 2008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
16837
16838 * coding.c (decode_eol): Pay attention to coding->dst_multibyte.
16839
16840 2008-02-05 Miles Bader <miles@gnu.org>
16841
16842 * xfaces.c (get_lface_attributes, merge_named_face)
16843 (lookup_named_face, lookup_derived_face, realize_named_face):
16844 Revert 2008-02-01 change by cyd@stupidchicken.com.
16845
16846 2008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
16847
16848 * fontset.c (Ffontset_info): Handle the case of inhibitting the
16849 fallback fonts.
16850 (Ffontset_info) [USE_FONT_BACKEND]: Fix getting of opened font names.
16851
16852 2008-02-04 Jason Rumney <jasonr@gnu.org>
16853
16854 * w32font.c (w32font_open_internal): Use font_unparse_fcname to
16855 set full_name.
16856 (w32font_open_internal): Use xmalloc, xrealloc, xfree.
16857
16858 2008-02-03 Jason Rumney <jasonr@gnu.org>
16859
16860 * makefile.w32-in (OBJ1): Include font.o here.
16861 (FONTOBJ) [USE_FONTBACKEND]: Instead of here.
16862
16863 2008-02-02 Jason Rumney <jasonr@gnu.org>
16864
16865 * makefile.w32-in (temacs): Bump EMHEAP to 21.
16866
16867 2008-02-01 Jason Rumney <jasonr@gnu.org>
16868
16869 * s/cygwin.h: Define VIRT_ADDR_VARIES.
16870
16871 * puresize.h [VIRT_ADDR_VARIES]: Don't include CYGWIN in condition.
16872
16873 2008-02-01 Andreas Schwab <schwab@suse.de>
16874
16875 * Makefile.in (shortlisp, lisp): Update for rename of
16876 ../lisp/language/myanmar.el.
16877
16878 2008-02-01 Chong Yidong <cyd@stupidchicken.com>
16879
16880 * xfaces.c (get_lface_attributes): Delete function.
16881 (merge_named_face, lookup_named_face, lookup_derived_face)
16882 (realize_named_face): Call lface_from_face_name directly, and use
16883 the fact that merge_face_vectors does not alter its FROM argument.
16884
16885 2008-02-01 Jason Rumney <jasonr@gnu.org>
16886
16887 * w32term.c (w32_read_socket) <WM_CHAR>: Decode non-Unicode
16888 input in the default locale. Handle non-Unicode multibyte input.
16889
16890 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16891
16892 * fontset.c (reorder_font_vector): Exclude nil elements from the
16893 font group. Don't try multiple fonts.
16894 (fontset_font): Adjust for the above change.
16895 (Finternal_char_font): Return nil if the found font doesn't
16896 contain the character ch.
16897
16898 * Makefile.in (lisp, shortlisp): Add cham.el.
16899
16900 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16901
16902 * font.h (FONTP): Make it return 1 also for a font-object.
16903
16904 * .gdbinit (xfontset): New function.
16905
16906 * font.c (font_find_for_lface): Check if the character C is
16907 supported or not only for the first font.
16908
16909 * fontset.c (reorder_font_vector): Fix typo.
16910 (fontset_find_font): Don't add a font-spec specifying a script.
16911 Use 0 (not Qt) for the indication of empty font-group. Change the
16912 format of RFONT-DEF. Return Qt if no font in the font-group
16913 support the character.
16914 (fontset_font): Adjust for the above change. If no font was
16915 found the character, remember that.
16916 (face_for_char): Adjust for the change of RFONT-DEF.
16917 (Fset_fontset_font): Allow nil for FONT-SPEC to explicitly specify
16918 no font for the target.
16919 (Finternal_char_font): Adjust for the change of RFONT-DEF.
16920
16921 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16922
16923 * font.c (font_load_for_face): Handle the case that the font in
16924 face->lface is a string.
16925
16926 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16927
16928 * xfaces.c (set_lface_from_font_and_fontset): Set the fontname in lface.
16929
16930 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16931
16932 * xfaces.c (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]:
16933 Fix previous change. If the frame is not on a window system,
16934 signal an error.
16935
16936 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16937
16938 * coding.c (decode_coding_object, encode_coding_object): Adjust
16939 marker positions after conversion.
16940
16941 * lisp.h (struct Lisp_Marker): New member need_adjustment.
16942
16943 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16944
16945 * font.c (font_find_for_lface): Fix the handling of the return
16946 value of font_has_char.
16947 (Ffont_shape_text): Fix previous change.
16948
16949 * fontset.c (FONTSET_REF_AND_RANGE): Delete it.
16950 (fontset_ref_and_range): Delete it.
16951 (fontset_find_font): Call char_table_ref_and_range instead of
16952 FONTSET_REF_AND_RANGE.
16953 (make_fontset): Don't setup font groups of Latin here.
16954 (Fset_fontset_font): Don't overwrite the setting of FONTSET_ASCII.
16955 (new_fontset_from_font): Make the specified font the default for
16956 all Latin characters.
16957
16958 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16959
16960 * xfaces.c (Finternal_set_lisp_face_attribute): Check if the frame
16961 is on a window system before accessing the fontset of the frame.
16962
16963 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16964
16965 * Makefile.in (lisp, shortlisp): Add kherm.el and myanmar.el.
16966
16967 * ftfont.c (ftfont_driver): Set ftfont_shape in ftfont_driver only
16968 when both HAVE_M17N_FLT and HAVE_LIBOTF are defined.
16969
16970 * font.c (Ffont_shape_text): If the font driver doesn't have a
16971 shaper function, make zero-width glyphs to have at least one-pixel
16972 width. Fix setting of `to' field of glyphs.
16973
16974 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16975
16976 * ftfont.c (ftfont_drive_otf): Fix setting of FROM and TO slots of
16977 glyphs.
16978
16979 * font.h (struct font_driver): Improve docstring of member `shape'.
16980
16981 2008-02-01 Kenichi Handa <handa@m17n.org>
16982
16983 * composite.c (syms_of_composite): Fix docstring of
16984 auto-composition-function.
16985
16986 * font.h (LGLYPH_SIZE): New macro.
16987
16988 * font.c (Ffont_fill_gstring): Stop filling when a character not
16989 supported by the font is found.
16990 (Ffont_shape_text): When a shape callback function returns nil,
16991 try at most two more times with larger gstring.
16992 (Ffont_at): Fix getting of w. Call font_at with correct 5th argument.
16993
16994 * xdisp.c (handle_auto_composed_prop): Change the argument to
16995 auto-composition-function.
16996
16997 * ftfont.c (ftfont_encode_char): Use the macro FONT_INVALID_CODE.
16998 (ftfont_shape_by_flt): If an element of lgstring is nil, make a
16999 Lispy glyph and store it in the lgstring.
17000
17001 * xfont.c (xfont_encode_char): Use the macro FONT_INVALID_CODE.
17002
17003 * xftfont.c (xftfont_encode_char): Use the macro FONT_INVALID_CODE.
17004
17005 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17006
17007 * font.c (Ffont_shape_text): Avoid unnecessary composition.
17008
17009 * fontset.c (Vfont_encoding_charset_alist): New variable.
17010 (syms_of_fontset): DEFVAR it.
17011 (reorder_font_vector, fontset_find_font): Optimize for the case of
17012 no need of reordering.
17013 (face_for_char): Map the charset property by
17014 Vfont_encoding_charset_alist.
17015
17016 2008-02-01 Jason Rumney <jasonr@gnu.org>
17017
17018 * w32font.c (logfonts_match): Don't check adstyle here.
17019 (font_matches_spec): Check here against physical font instead.
17020 (add_font_entity_to_list): Avoid some substitutions.
17021
17022 * font.c (font_parse_fcname): Default weight and slant to normal.
17023 (font_score): Prefer normal fonts if weight or slant unspecified.
17024 (font_score) [WINDOWSNT]: Scale weight difference down to closer
17025 match freetype scores.
17026
17027 2008-02-01 Jason Rumney <jasonr@gnu.org>
17028
17029 * w32font.c (w32font_text_extents): Don't use the frame stored in the
17030 font, as it may have been deleted.
17031 (w32_enumfont_pattern_entity): Map generic family to adstyle using
17032 most common hyphenless variation.
17033 (logfonts_match): Check generic family.
17034 (font_matches_spec): Don't check generic family here.
17035 (fill_in_logfont): Set generic family based on adstyle.
17036
17037 * w32font.h (w32font_get_cache): Update declaration.
17038
17039 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17040
17041 * ftfont.c (ftfont_get_cache): Adjust the argument type.
17042
17043 * frame.c (x_set_font_backend): Don't call Fclear_font_cache.
17044 If none of the new drivers are available, call font_update_drivers
17045 with the old drivers.
17046
17047 * w32font.c (w32font_get_cache): Adjust the argument type.
17048
17049 * xfont.c (xfont_get_cache): Adjust the argument type.
17050
17051 * font.h (struct font_driver): Change argument type of get_cache.
17052
17053 * xftfont.c (xftfont_start_for_frame): Delete prototype.
17054
17055 * font.c (Ffont_get): Fix arguments to Fassoc.
17056 (font_prepare_cache, font_finish_cache, font_get_cache): New functions.
17057 (font_clear_cache): New function.
17058 (font_list_entities, font_matching_entity): Use font_get_cache.
17059 (font_update_drivers): Call font_clear_cache when finishing a driver.
17060
17061 * fontset.c (fontset_find_font): Fix previous change.
17062
17063 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17064
17065 * xterm.c (x_check_font) [USE_FONT_BACKEND]: Don't access
17066 dpyinfo->font_table.
17067 (x_delete_display) [USE_FONT_BACKEND]: Likewise.
17068 (x_delete_terminal) [USE_FONT_BACKEND]: Likewise.
17069
17070 * font.c (font_at): Handle the case that the arg C is negative.
17071 Handle the unibyte case.
17072 (Ffont_at): Call font_at with the arg C -1.
17073
17074 * xdisp.c (handle_auto_composed_prop): Don't get a character at
17075 the position here, and call font_at with the arg C -1.
17076 Don't check the range of the existing composition at the point.
17077
17078 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17079
17080 * fontset.c (fontset_add): New args charset_id and family.
17081 Change caller.
17082 (load_font_get_repertory, fontset_find_font): Assume that
17083 font_spec is always a font-spec object.
17084 (Fset_fontset_font): Always store a font-spec object in a fontset.
17085
17086 * xdisp.c (handle_auto_composed_prop): Use Fget_text_property
17087 instead of get_property_and_range.
17088
17089 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17090
17091 * xftfont.c (struct xftfont_info): Delete the member ft_face.
17092 (xftfont_open): Don't keep locking face.
17093 (xftfont_close): Don't unlock face.
17094 (xftfont_anchor_point, xftfont_shape): Lock and unlock face.
17095
17096 * fontset.c (fontset_find_font): Don't prefer a font of
17097 supplementary charset.
17098
17099 2008-02-01 Kenichi Handa <handa@m17n.org>
17100
17101 * ftfont.c (struct OpenTypeSpec): Rename members script_tag to
17102 script, langsys_tag to langsys, new member script.
17103 (OTF_TAG_STR): Terminate by '\0'.
17104 (ftfont_get_open_type_spec): If :otf prop is spec, limit the
17105 listing to the script specified in that property. Fix arg to
17106 OTF_check_features.
17107
17108 2008-02-01 Jason Rumney <jasonr@gnu.org>
17109
17110 * w32font.h: New file.
17111
17112 * w32font.c: Include it.
17113 (struct w32font_info): Add owning_frame field. Move to w32font.h.
17114 (w32font_open): Set owning_frame.
17115 (w32font_text_extents): Use owning_frame.
17116 (struct font_callback_data): Add opentype_only field.
17117 (add_font_entity_to_list): Use it to filter fonts.
17118 Don't check against full name.
17119 (w32font_list_internal): New function.
17120 (w32font_list): Use it.
17121 (w32font_match_internal): New function.
17122 (w32font_match): Use it.
17123 (w32font_open_internal): New function.
17124 (w32font_open): Use it.
17125 (w32font_get_cache, w32font_close, w32font_has_char)
17126 (w32font_encode_char, w32font_text_extents, w32font_draw):
17127 Make non-static.
17128
17129 * makefile.w32-in (w32font.o): Depend on w32font.h.
17130
17131 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17132
17133 * charset.c (Fdefine_charset_internal): Record a supplementary
17134 charset at the tail of Vcharset_order_list.
17135
17136 * font.c (Ffont_shape_text): Fix the return value.
17137
17138 * ftfont.c (OTF_SYM_TAG, OTF_TAG_STR): Fix argument names.
17139
17140 * xdisp.c (handle_auto_composed_prop): Fix previous change.
17141
17142 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17143
17144 * ftfont.c (struct OpenTypeSpec): New struct.
17145 (OTF_SYM_TAG, OTF_TAG_STR): New macros.
17146 (ftfont_get_open_type_spec): New function.
17147 (ftfont_list) [HAVE_LIBOTF]: Check otf-spec property.
17148
17149 * lread.c (read1): Redo the previous change with checking Vpurify_flag.
17150
17151 2008-02-01 Jason Rumney <jasonr@gnu.org>
17152
17153 * w32font.c (add_font_entity_to_list): Compare only the beginning
17154 of full name.
17155
17156 2008-02-01 Kenichi Handa <handa@m17n.org>
17157
17158 * xdisp.c (handle_auto_composed_prop): Simplify the code.
17159 Never return HANDLED_RECOMPUTE_PROPS.
17160
17161 2008-02-01 Kenichi Handa <handa@m17n.org>
17162
17163 * font.c (font_gstring_produce): Delete it.
17164
17165 * composite.h (COMPOSITION_METHOD):
17166 Handle COMPOSITION_WITH_GLYPH_STRING.
17167
17168 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17169
17170 * xfont.c (Qx): Delete.
17171 (syms_of_xfont): Don't initialize Qx.
17172
17173 * composite.h (enum composition_method):
17174 Define COMPOSITION_WITH_GLYPH_STRING unconditionally.
17175
17176 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17177
17178 * xfaces.c [HAVE_WINDOW_SYSTEM]: Include "font.h" unconditionally.
17179 (choose_face_font): Accept new form of font-spec.
17180
17181 * frame.h (font_driver_list): Declare it unconditionally.
17182 (struct frame): Define members font_driver_list and font_data_list
17183 unconditionally.
17184
17185 * fontset.c: Include "font.h" unconditionally.
17186 (generate_ascii_font_name): Use font_parse_xlfd and font_unparse_xlfd.
17187 (Fset_fontset_font): Accept a font-spec object.
17188
17189 * font.c (font_unparse_xlfd): If pixel_size is zero, make the
17190 PIXEL_SIZE part a wild card.
17191
17192 * dispextern.h (struct glyph_string): Define members clip and
17193 num_clips unconditionally.
17194 (struct face): Define members font_info and extra unconditionally.
17195
17196 * ftfont.c (ftfont_open): Set members maybe_otf and otf of
17197 ftfont_info only when HAVE_LIBOTF is defined.
17198
17199 2008-02-01 Andreas Schwab <schwab@suse.de>
17200
17201 * xdisp.c (back_to_previous_visible_line_start): Fix type of beg
17202 and end.
17203
17204 2008-02-01 Jason Rumney <jasonr@gnu.org>
17205
17206 * w32font.c (w32font_driver): Add new fields.
17207
17208 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17209
17210 * Makefile.in (ALL_CFLAGS): Add @M17N_FLT_CFLAGS@.
17211 (FONTSRC, FONTOBJ) [HAVE_WINDOW_SYSTEM]: Set them unconditionally.
17212 (LIBES): Add @M17N_FLT_CFLAGS@.
17213
17214 * composite.c (compose_text): Don't treat the new style
17215 composition specially.
17216
17217 * emacs.c (main): Call syms_of_font unconditionally.
17218
17219 * font.h (FONT_ENTITY_NOT_LOADABLE)
17220 (FONT_ENTITY_SET_NOT_LOADABLE): New macros.
17221 (LGSTRING_XXXX, LGLYPH_XXX): Adjust for the change of lispy gstring.
17222 (struct font_driver): New member shape.
17223 (font_registry_charsets): Extern it.
17224 (font_find_for_lface, font_prepare_composition): Adjust prototype.
17225 (font_otf_capability, font_drive_otf): Delete their externs.
17226
17227 * font.c [HAVE_M17N_FLT]: Include <m17n-flt.h>.
17228 (font_charset_alist, font_registry_charsets): Move from xfont.c
17229 and rename.
17230 (font_prop_validate_otf): New function.
17231 (font_property_table): Register it for QCotf.
17232 (DEVICE_DELTA, adjust_anchor, REPLACEMENT_CHARACTER)
17233 (font_drive_otf): Delete.
17234 (font_prepare_composition): New arg F. Adjust for the change of
17235 lispy gstring.
17236 (font_find_for_lface): New arg C.
17237 (font_load_for_face): Adjust for the change of font_find_for_lface.
17238 (Ffont_make_gstring, Ffont_fill_gstring): Adjust for the change of
17239 lispy gstring.
17240 (Ffont_shape_text): New function.
17241 (Fopen_font): If the font size is not given, use 12-pixel.
17242 (Ffont_at): New arg STRING.
17243 (syms_of_font): Initalize font_charset_alist.
17244 Declare Ffont_shape_text as a Lisp function. Call syms_of_XXfont
17245 conditionally.
17246
17247 * fontset.c (fontset_find_font) [USE_FONT_BACKEND]: Try multiple
17248 fonts of the same font-spec. Change the format of RFONT-DEF.
17249 (face_for_char, make_fontset_for_ascii_face, Finternal_char_font):
17250 Adjust for the change of RFONT-DEF.
17251 (Fset_fontset_font) [USE_FONT_BACKEND]: Handle new format of font-spec.
17252
17253 * ftfont.h: New file.
17254
17255 * ftfont.c: Don't include Freetype headers. Include "ftfont.h".
17256 (struct ftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
17257 (ftfont_open) [HAVE_LIBOTF]: Initialize the above members.
17258 (ftfont_driver) [HAVE_LIBOTF, HAVE_M17N_FLT]: Don't set
17259 font_otf_capability and font_drive_otf, set ftfont_shape.
17260 (ftfont_list): Adjust for the change of :otf property value.
17261 (struct MFLTFontFT) [HAVE_LIBOTF, HAVE_M17N_FLT]: New struct.
17262 (ftfont_get_glyph_id, ftfont_get_metrics, ftfont_check_otf)
17263 (adjust_anchor, ftfont_drive_otf, ftfont_shape_by_flt)
17264 (ftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
17265 (DEVICE_DELTA) [HAVE_LIBOTF, HAVE_M17N_FLT]: New macro.
17266 (otf_gstring, gstring, m17n_flt_initialized): New variables.
17267
17268 * w32term.c (x_draw_composite_glyph_string_foreground):
17269 Adjust for the change of lispy gstring.
17270
17271 * xdisp.c (handle_composition_prop): Adjust for the change of
17272 lispy gstring. Call a function for auto-composition with the
17273 third arg it->window.
17274 (fill_composite_glyph_string): Adjust for the change of lispy string.
17275 (x_produce_glyphs): Adjust for the change of font_prepare_compositionl.
17276
17277 * xfaces.c (set_font_frame_param): Adjust for the change of
17278 font_find_for_lface.
17279
17280 * xfont.c (x_font_charset_alist): Move to font.c and rename.
17281 (xfont_registry_charsets): Likewise. Change caller.
17282 (syms_of_xfont): Don't handle x_font_charset_alist.
17283
17284 * xftfont.c: Include "ftfont.h".
17285 (struct xftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
17286 (xftfont_open) [HAVE_LIBOTF]: Initialize the above members.
17287 (xftfont_close) [HAVE_LIBOTF]: Close otf.
17288 (xftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
17289 (syms_of_xftfont) [HAVE_LIBOTF, HAVE_M17N_FLT]:
17290 Set xftfont_driver.shape to xftfont_shape.
17291
17292 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
17293 the change of lispy gstring.
17294
17295 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17296
17297 * ftxfont.c (ftxfont_end_for_frame): Fix array indexing error.
17298
17299 2008-02-01 Jason Rumney <jasonr@gnu.org>
17300
17301 * w32font.c (w32font_draw): Fill background manually.
17302
17303 2008-02-01 Jason Rumney <jasonr@gnu.org>
17304
17305 * font.c (Qfontp): Remove unused symbol.
17306 (QCantialias): New symbol.
17307 (syms_of_font): Define it.
17308 (font_property_table): Set a validator for QCantialias.
17309
17310 * w32font.c (CLEARTYPE_QUALITY, CLEARTYPE_NATURAL_QUALITY):
17311 Define if not already.
17312 (QCfamily): Share with xfaces.c.
17313 (Qstandard, Qsubpixel, Qnatural): New symbols.
17314 (syms_of_w32font): Define them. Don't define QCfamily here.
17315 (w32_antialias_type, lispy_antialias_type): New functions.
17316 (w32_enumfont_pattern_entity): New arg requested_font.
17317 Set antialias parameter if non-default was requested.
17318 (fill_in_logfont): Fill in lfQuality if :antialias specified.
17319
17320 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17321
17322 * lread.c (read1): Undo the previous change.
17323
17324 2008-02-01 CHENG Gao <chenggao@gmail.com> (tiny change)
17325
17326 * frame.c (Fdelete_frame): Call font_update_drivers only when
17327 USE_FONT_BACKEND is defined.
17328
17329 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17330
17331 * font.h (struct font_bitmap): New member bits_per_pixel.
17332 (struct font_driver): New members start_for_frame and end_for_frame.
17333 (struct font_data_list): New struct.
17334 (font_put_frame_data, font_get_frame_data): Extern them.
17335
17336 * frame.h (struct frame): New member font_data_list.
17337
17338 * font.c (font_update_drivers): Call driver->start_for_frame and
17339 driver->end_for_frame at proper timings.
17340 (font_put_frame_data, font_get_frame_data): New functions.
17341 (Ffont_spec): Add usage in the docstring.
17342
17343 * frame.c (make_frame): Initialize f->font_data_list to NULL.
17344 (Fdelete_frame): Call font_update_drivers.
17345
17346 * xftfont.c (struct xftface_info): Delete the member xft_draw.
17347 (xftfont_prepare_face, xftfont_done_face): Adjust for the above change.
17348 (xftfont_get_xft_draw): New function.
17349 (xftfont_draw): Get XftDraw by xftfont_get_xft_draw.
17350 (xftfont_end_for_frame): New function.
17351 (syms_of_xftfont): Set xftfont_driver.end_for_frame.
17352
17353 * ftxfont.c (ftxfont_get_gcs): Rename from ftxfont_create_gcs.
17354 Change argument. Cache GCs in the per-frame data.
17355 (struct ftxfont_frame_data): New struct.
17356 (ftxfont_draw_bitmap): New arg gc_fore and flush.
17357 (ftxfont_prepare_face, ftxfont_done_face): Delete them.
17358 (ftxfont_draw): Get GCs by ftxfont_get_gcs. Reflect s->clip in GCs.
17359 (ftxfont_end_for_frame): New function.
17360 (syms_of_ftxfont): Set ftxfont_driver.end_for_frame.
17361
17362 * ftfont.c (ftfont_get_bitmap): Set bitmap->bits_per_pixel.
17363
17364 2008-02-01 Kenichi Handa <handa@m17n.org>
17365
17366 * xselect.c (Vselection_coding_system)
17367 (Vnext_selection_coding_system): Delete them.
17368 (syms_of_xselect): Don't declare selection-coding-system and
17369 next-selection-coding-system. They are declared in select.el.
17370
17371 2008-02-01 Jason Rumney <jasonr@gnu.org>
17372
17373 * w32term.h (WM_UNICHAR, UNICODE_NOCHAR): Define if not already.
17374
17375 * w32fns.c: Include imm.h.
17376 (get_composition_string_fn, get_ime_context_fn): New optional
17377 system functions.
17378 (globals_of_w32fns): Load them from imm32.dll.
17379 (ignore_ime_char): New flag.
17380 (w32_wnd_proc): Handle WM_UNICHAR, WM_IME_CHAR and
17381 WM_IME_ENDCOMPOSITION messages.
17382
17383 * w32term.c (w32_read_socket) [WM_UNICHAR]: Handle as
17384 MULTIBYTE_CHAR_KEYSTROKE_EVENT.
17385
17386 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17387
17388 * lread.c (READCHAR): Call readchar with the 2nd arg NULL.
17389 (READCHAR_REPORT_MULTIBYTE): New macro.
17390 (readchar): New 2nd arg MULTIBYTE.
17391 (read1): Use READCHAR_REPORT_MULTIBYTE for the first read.
17392 Make symbol's name multibyte according to the multibyteness of the
17393 source.
17394
17395 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17396
17397 * xfaces.c (face_for_overlay_string): Call lookup_face with
17398 correct arguments (fix of synching with the trunk).
17399
17400 2008-02-01 Kenichi Handa <handa@m17n.org>
17401
17402 * font.c (font_prop_validate_symbol, font_prop_validate_style)
17403 (font_prop_validate_non_neg, font_prop_validate_spacing):
17404 Delete argument prop_index.
17405 (font_property_table): Change arguments to validater. Change Callers.
17406 (font_lispy_object): Delete.
17407 (font_at): Use font_find_object instead fo font_lispy_object.
17408
17409 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17410
17411 * fileio.c (Fexpand_file_name): Adjust multibyteness of directory
17412 and file names.
17413
17414 2008-02-01 Jason Rumney <jasonr@gnu.org>
17415
17416 * w32font.c (add_font_name_to_list): Avoid vertical fonts.
17417 (font_matches_spec): Remove debug output.
17418 (add_font_entity_to_list): Avoid using substituted fonts.
17419
17420 2008-02-01 Jason Rumney <jasonr@gnu.org>
17421
17422 * doc.c (Fsnarf_documentation):
17423 * Makefile.in (temacs${EXEEXT}, mostlyclean): Undo last change.
17424
17425 2008-02-01 Miles Bader <miles@gnu.org>
17426
17427 * dispextern.h (struct glyph_row): Only define "clip" field if
17428 HAVE_WINDOW_SYSTEM is defined.
17429
17430 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
17431
17432 Fix up multi-tty merge.
17433
17434 * xterm.c (handle_one_xevent): Remove duplicate code and fix up nesting
17435 and indentation.
17436
17437 * xfaces.c (free_realized_face, clear_face_gcs):
17438 Include font_done_for_face in the input_blocked section, just in case.
17439
17440 * xdisp.c (decode_mode_spec): Use terminal-local coding systems.
17441 (get_char_face_and_encoding): Undo last change and remove the *other*
17442 duplicate definition (i.e. keep the one that's better scoped and that
17443 includes code for the font-backend).
17444
17445 * terminal.c (create_terminal): Default keyboard_coding to
17446 `no-conversion' and terminal_coding to `undecided'.
17447
17448 * lread.c (read1): Use XSETPVECTYPE to set a pseudovector's tag.
17449
17450 * fontset.c (free_realized_fontsets): Check that the table entry does
17451 contain a fontset before trying to compare it to `base'.
17452
17453 * emacs.c (main): Move syms_of_data, syms_of_fileio, syms_of_alloc,
17454 syms_of_charset, and syms_of_coding earlier because init_window_once
17455 now needs Vcoding_system_hash_table to be setup.
17456
17457 * coding.h (default_buffer_file_coding): Remove.
17458
17459 * coding.c (default_buffer_file_coding): Remove.
17460 (Fterminal_coding_system, Fkeyboard_coding_system): Use ->id rather
17461 than ->symbol, and use the terminal-local coding system.
17462 (syms_of_coding): Don't setup the coding-systems that are not
17463 terminal-local.
17464 (Fdefine_coding_system_internal): Use XCAR/XCDR.
17465
17466 * chartab.c (Fmake_char_table, make_sub_char_table, copy_char_table):
17467 Use XSETPVECTYPE now that XSETCHAR_TABLE doesn't set the tag anymore.
17468
17469 * alloc.c (Fmake_char_table, make_sub_char_table): Remove. They're now
17470 in chartab.c and were re-added here by mistake.
17471 (Fpurecopy): Use XSETPVECTYPE after copying a COMPILED pseudovector.
17472
17473 * doc.c (Fsnarf_documentation):
17474 * Makefile.in (temacs${EXEEXT}, mostlyclean): Move buildobj.lst from
17475 src to etc.
17476
17477 * ChangeLog.10: Add mistakenly removed entry.
17478
17479 2008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
17480
17481 * Makefile.in (fringe.o, minibuf.o): Fix dependencies.
17482
17483 2008-02-01 Miles Bader <miles@gnu.org>
17484
17485 * xdisp.c (get_char_face_and_encoding): Remove extraneous definition.
17486 Add extra args to FACE_FOR_CHAR.
17487
17488 2008-02-01 Kenichi Handa <handa@m17n.org>
17489
17490 * keymap.c (where_is_internal_1): If key is a cons, store the copy
17491 in sequence.
17492
17493 * chartab.c (map_sub_char_table, map_char_table): If the range
17494 contains just one character, call the function with that character
17495 even if the depth is not 3.
17496
17497 2008-02-01 Jason Rumney <jasonr@gnu.org>
17498
17499 * w32font.c (w32font_text_extents): Calculate metrics for the
17500 whole string.
17501
17502 2008-02-01 Jason Rumney <jasonr@gnu.org>
17503
17504 * w32xfns.c (get_next_msg): Consolidate WM_PAINT messages.
17505
17506 2008-02-01 Jason Rumney <jasonr@gnu.org>
17507
17508 * w32term.c (x_set_glyph_string_clipping): Use
17509 get_glyph_string_clip_rects.
17510 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
17511 Adjust for the change of struct glyph_string.
17512
17513 * w32font.c (w32font_draw): Do clipping here.
17514
17515 2008-02-01 Kenichi Handa <handa@m17n.org>
17516
17517 * xftfont.c (xftfont_draw): Adjust for the change of struct
17518 glyph_string.
17519
17520 * xterm.c (x_set_glyph_string_clipping): Use
17521 get_glyph_string_clip_rects.
17522 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
17523 Adjust for the change of struct glyph_string.
17524
17525 * xdisp.c (get_glyph_string_clip_rects): Reflect s->row->clip to
17526 the resulting clip(s}.
17527 (expose_overlaps): Add arg r. Change callers. Set it to
17528 row->clip temporarily.
17529 (expose_window): Redraw rows overlapping the exposed area.
17530
17531 * dispextern.h (struct glyph_row): New member clip.
17532 (struct glyph_string): Delete members clip_x, clip_y, clip_width,
17533 clip_height, new member clip, and num_clips.
17534
17535 2008-02-01 Kenichi Handa <handa@m17n.org>
17536
17537 * data.c (Fchar_or_string_p): Fix docstring.
17538
17539 2008-02-01 Kenichi Handa <handa@m17n.org>
17540
17541 * xftfont.c (xftfont_draw): If s->font_info != s->face->font_info,
17542 create a temporary XftDraw object.
17543
17544 2008-02-01 Kenichi Handa <handa@m17n.org>
17545
17546 * font.c (Ffontp): Fix docstring.
17547
17548 * coding.c (detect_coding_iso_2022): Don't treat SI/SO codes as a
17549 strong evidence of ISO-2022.
17550
17551 2008-02-01 Kenichi Handa <handa@m17n.org>
17552
17553 * abbrev.c (abbrev_check_chars): Use CHAR_TABLE_REF, not
17554 SYNTAX_ENTRY_FOLLOW_PARENT.
17555
17556 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
17557
17558 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and change
17559 its type.
17560 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
17561 Update to the new type of weak_hash_tables and next_weak.
17562
17563 * lisp.h (struct Lisp_Hash_Table): Change next_weak from Lisp_Object to
17564 a plain C pointer to Lisp_Hash_Table.
17565
17566 * lisp.h (XGCTYPE, GC_HASH_TABLE_P, GC_NILP, GC_NUMBERP, GC_NATNUMP)
17567 (GC_INTEGERP, GC_SYMBOLP, GC_MISCP, GC_VECTORLIKEP, GC_STRINGP)
17568 (GC_CONSP, GC_FLOATP, GC_VECTORP, GC_OVERLAYP, GC_MARKERP)
17569 (GC_INTFWDP, GC_BOOLFWDP, GC_OBJFWDP, GC_BUFFER_OBJFWDP)
17570 (GC_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP)
17571 (GC_KBOARD_OBJFWDP, GC_PSEUDOVECTORP, GC_WINDOW_CONFIGURATIONP)
17572 (GC_PROCESSP, GC_WINDOWP, GC_SUBRP, GC_COMPILEDP, GC_BUFFERP)
17573 (GC_SUB_CHAR_TABLE_P, GC_CHAR_TABLE_P, GC_BOOL_VECTOR_P, GC_FRAMEP)
17574 (GC_EQ): Remove since they've been identical to their non-GC_
17575 alter-egos ever since the markbit was eradicated.
17576
17577 * alloc.c:
17578 * buffer.c:
17579 * buffer.h:
17580 * data.c:
17581 * fileio.c:
17582 * filelock.c:
17583 * fns.c:
17584 * frame.h:
17585 * lisp.h:
17586 * macterm.c:
17587 * print.c:
17588 * process.c:
17589 * w32fns.c:
17590 * w32menu.c:
17591 * w32term.c:
17592 * xfns.c:
17593 * xmenu.c:
17594 * xterm.c: Replace uses of GC_* macros with the non-GC_ versions.
17595
17596 2008-02-01 Kenichi Handa <handa@m17n.org>
17597
17598 * chartab.c (map_sub_char_table): Make it work for the top-level
17599 char-table. Fix handling of parent char-table.
17600 (map_char_table): Adjust for the above change.
17601
17602 2008-02-01 Jason Rumney <jasonr@gnu.org>
17603
17604 * w32font.c (Qgdi): Rename from Qw32.
17605
17606 2008-02-01 Jason Rumney <jasonr@gnu.org>
17607
17608 * w32bdf.c (get_quoted_string): Make function static.
17609
17610 2008-02-01 Kenichi Handa <handa@m17n.org>
17611
17612 * xftfont.c (xftfont_open): If one of font's ASCII glyph has
17613 bigger ascent and descent than those of the font, use them as
17614 font's ascent and descent.
17615
17616 2008-02-01 Kenichi Handa <handa@m17n.org>
17617
17618 * Makefile.in (${lispsource}international/charprop.el): Move this
17619 target within "#ifdef HAVE_UNIDATA" and "#endif".
17620
17621 2008-02-01 Kenichi Handa <handa@m17n.org>
17622
17623 * Makefile.in (lisp): Add ${lispsource}language/tai-viet.el.
17624 (shortlisp): Add ../lisp/language/tai-viet.el.
17625
17626 2008-02-01 Ulrich Mueller <ulm@gentoo.org>
17627
17628 * Makefile.in (${lispsource}international/charprop.el): Depend on
17629 temacs${EXEEXT}.
17630
17631 2008-02-01 Jason Rumney <jasonr@gnu.org>
17632
17633 * w32font.c (w32font_close): Delete the GDI font object.
17634
17635 * w32menu.c: Include character.h.
17636
17637 * w32proc.c: Likewise.
17638
17639 * w32select.c: Likewise.
17640
17641 * makefile.w32-in (w32proc.o): Depend on character.h.
17642
17643 2008-02-01 Jason Rumney <jasonr@gnu.org>
17644
17645 * w32fns.c (syms_of_w32fns): Use DEFSYM macro.
17646
17647 * w32menu.c (syms_of_w32menu): Likewise.
17648
17649 * w32proc.c (syms_of_ntproc): Likewise.
17650
17651 * w32select.c (syms_of_w32select): Likewise.
17652
17653 * w32term.c (syms_of_w32term): Likewise.
17654
17655 2008-02-01 Jason Rumney <jasonr@gnu.org>
17656
17657 * w32font.c (w32font_draw): Delete brush after using it.
17658
17659 2008-02-01 Jason Rumney <jasonr@gnu.org>
17660
17661 * w32font.c (w32font_open): Don't set font_idx.
17662 (w32font_text_extents): Try GetTextExtentPoint32W before defaulting
17663 to font settings.
17664 (w32font_draw): Fill background explicitly.
17665
17666 2008-02-01 Jason Rumney <jasonr@gnu.org>
17667
17668 * w32term.c (w32_initialize): Don't call w32font_initialize.
17669
17670 * w32font.c (w32font_info): Remove subranges.
17671 (QCsubranges, Qmodern, Qswiss, Qroman): Remove.
17672 (QCfamily, Qmonospace, Qsans_serif, Qmono, Qsans, Qsans__serif)
17673 (Qraster, Qoutline, Qlatin, Qgreek, Qcoptic, Qcyrillic, Qarmenian)
17674 (Qhebrew, Qarabic, Qsyriac, Qnko, Qthaana, Qdevanagari, Qbengali)
17675 (Qgurmukhi, Qgujarati, Qoriya, Qtamil, Qtelugu, Qkannada)
17676 (Qmalayalam, Qsinhala, Qthai, Qlao, Qtibetan, Qmyanmar, Qgeorgian)
17677 (Qhangul, Qethiopic, Qcherokee, Qcanadian_aboriginal, Qogham)
17678 (Qrunic, Qkhmer, Qmongolian, Qsymbol, Qbraille, Qhan)
17679 (Qideographic_description, Qcjk_misc, Qkana, Qbopomofo, Qkanbun)
17680 (Qyi, Qbyzantine_musical_symbol, Qmusical_symbol, Qmathematical):
17681 New symbols.
17682 (font_callback_data): New struct.
17683 (w32font_list, w32font_match): Use it.
17684 (w32font_open): Don't populate subranges.
17685 (w32font_has_char): Use script Lisp symbols, not subrange bitmask.
17686 (w32font_encode_char): Always return unicode code-point as-is.
17687 (w32font_text_extents): Supply a transformation matrix to
17688 GetGlyphOutline. Never look up by glyph index. Avoid looping
17689 twice. Use unicode version of GetTexExtentPoint32 instead of
17690 glyph index version.
17691 (set_fonts_frame): Remove.
17692 (w32_enumfont_pattern_entity): Add frame parameter, use it to
17693 set frame parameter. Use backward compatible fake foundries.
17694 Save generic family in extra slot under QCfamily. Make width slot
17695 constant. Save QCspacing value. Save list of scripts instead of
17696 binary subranges.
17697 (w32_generic_family, logfonts_match, font_matches_spec): New functions.
17698 (add_font_entity_to_list): Use font_callback_data struct. Filter
17699 unwanted fonts.
17700 (add_one_font_entity_to_list): Use font_callback_data struct.
17701 (w32_registry): Default to iso10646_1.
17702 (fill_in_logfont): Use dpi from extra slot. Don't bother with
17703 string font registries. Don't fill in font name if it is a generic
17704 family name, fill family instead. Use spacing, family and script
17705 extra info to fill pitch, family and charset fields.
17706 (list_all_matching_fonts): Use font_callback_data struct.
17707 (unicode_range_for_char): Remove.
17708 (font_supported_scripts): New function.
17709 (w32font_initialize): Remove.
17710 (syms_of_w32font): Update which symbols are defined.
17711
17712 2008-02-01 Jason Rumney <jasonr@gnu.org>
17713
17714 * font.c (font_pixel_size): Reverse assq_no_quit args.
17715
17716 * w32term.h (FONT_WIDTH): Report max width, not average.
17717 (FONT_MAX_WIDTH): Remove.
17718 (FONT_AVG_WIDTH): New macro.
17719
17720 * xfaces.c (Fx_list_fonts) [WINDOWSNT]: Remove Windows only
17721 redefinition of FONT_WIDTH.
17722
17723 * w32term.c (x_font_min_bounds): Use FONT_AVG_WIDTH.
17724 (w32_cache_char_metrics): Use FONT_WIDTH.
17725
17726 * w32fns.c (w32_load_system_font, w32_list_fonts): Use FONT_AVG_WIDTH.
17727
17728 2008-02-01 Jason Rumney <jasonr@gnu.org>
17729
17730 * w32font.c (w32font_open): Make lfHeight negative.
17731
17732 * w32fns.c (x_default_font_parameter): Use new style font name.
17733 (Fx_create_frame, x_create_tip_frame): Initialize resx and resy.
17734
17735 2008-02-01 Jason Rumney <jasonr@gnu.org>
17736
17737 * w32font.c (QCsubranges): New symbol.
17738 (w32font_open, w32font_has_char): Get subranges from subproperty
17739 of extra.
17740 (w32_enumfont_pattern_entity): Set subranges as subproperty of extra.
17741 (syms_of_w32font): Define :subranges symbol.
17742
17743 * font.c (font_put_extra): Expose externally.
17744
17745 * font.h (font_put_extra): Move declaration from font.c.
17746
17747 * font.c (Ffont_get): Use font driver to determine otf capability.
17748 (adjust_anchor): Check if driver defines anchor_point before using.
17749
17750 * w32font.c (w32font_open): Handle size, height and pixel_size better.
17751 (w32font_draw): Use options.
17752 (w32_enumfont_pattern_entity): Set size to 0 for scalable fonts.
17753 Fix detection of truetype fonts.
17754 (registry_to_w32_charset): Handle charsets other than iso8859-1
17755 expressed as lisp symbols.
17756 (w32_registry): Express charset as lisp symbol.
17757 (fill_in_logfont): Reverse pixel and point height logic.
17758 Don't set width here. Set quality to default.
17759
17760 * w32fns.c (w32_load_system_font): Fix detecting FIXED_PITCH fonts.
17761 (x_to_w32_font): Fill in lfPitchAndFamily correctly.
17762
17763 * xterm.c (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
17764 Remove redundant loop and allocation.
17765
17766 * makefile.w32-in (font.o, w32font.o): New objects.
17767 (fontset.o, xdisp.o, xfaces.o, w32fns.o, w32term.o): Depend on font.h.
17768 (FONTOBJ): New group of objects conditioned on USE_FONT_BACKEND.
17769
17770 * xdisp.c (fill_composite_glyph_string): Make the first arg to
17771 STORE_XCHARB a valid l-value.
17772
17773 * w32term.c (w32_native_per_char_metric): Swap width and rbearing
17774 calculations for non-Truetype fonts.
17775 (x_draw_glyph_string): Sync with xterm.c.
17776 (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
17777 Remove redundant code.
17778 (w32_initialize) [USE_FONT_BACKEND]: Call w32font_initialize.
17779
17780 * w32term.h (w32_output_data) [USE_FONT_BACKEND]: Add fontp member.
17781 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro from xterm.h.
17782
17783 * w32fns.c [USE_FONT_BACKEND]: Port font backend changes from xfns.c.
17784 (x_to_w32_charset, w32_to_x_charset): Expose externally.
17785
17786 * w32font.c: New file for w32 font backend.
17787
17788 2008-02-01 Kenichi Handa <handa@m17n.org>
17789
17790 * term.c: Don't include "buffer.h" twice.
17791
17792 2008-02-01 Kenichi Handa <handa@m17n.org>
17793
17794 * character.c (Funibyte_string): New function.
17795 (syms_of_character): Defsubr it.
17796
17797 2008-02-01 Jason Rumney <jasonr@gnu.org>
17798
17799 * w32term.c [USE_FONT_BACKEND]:
17800 (x_get_font_repertory, note_mouse_movement, x_set_mouse_face_gc)
17801 (x_set_glyph_string_clipping, x_set_glyph_string_clipping_exactly)
17802 (x_draw_glyph_string, x_draw_glyph_string_foreground)
17803 (x_draw_composite_glyph_string_foreground, x_new_fontset2)
17804 (x_free_frame_resources): Sync with xterm.c.
17805
17806 2008-02-01 Andreas Schwab <schwab@suse.de>
17807
17808 * lread.c (read1): Use CHAR_TABLE_STANDARD_SLOTS to validate
17809 char-table size.
17810
17811 2008-02-01 Kenichi Handa <handa@m17n.org>
17812
17813 * font.c (check_otf_features): Define it regardless of HAVE_LIBOTF.
17814
17815 2008-02-01 Kenichi Handa <handa@m17n.org>
17816
17817 * ftfont.c (ftfont_driver): Delete font_otf_gsub and
17818 font_otf_gpos, add font_drive_otf.
17819
17820 * fontset.c (fontset_find_font): Pay attention to font size
17821 specified for a font.
17822 (reorder_font_vector): Check contents of font_def.
17823
17824 * font.c (struct otf_list): Delete it.
17825 (otf_list): Make it a lisp variable.
17826 (otf_open): Use lispy otf_list.
17827 (generate_otf_features): Rename from parse_gsub_gpos_spec.
17828 (check_otf_features): New function.
17829 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
17830 New functions.
17831 (font_drive_otf): New function merging font_otf_gsub and
17832 font_otf_gpos.
17833 (font_open_for_lface): New arg spec. Change argument order.
17834 (font_load_for_face): Adjust for the change of font_open_for_lface.
17835 (Ffont_drive_otf): New function merging Ffont_otf_gsub and
17836 Ffont_otf_gpos.
17837 (syms_of_font): Staticpro otf_list. Delete defsubr of
17838 Sfont_otf_gsub and Sfont_otf_gpos. Defsubr Sfont_drive_otf.
17839
17840 * xfaces.c (set_font_frame_param): Adjust for the change of
17841 font_open_for_lface.
17842
17843 * font.h (font_open_for_lface): Adjust prototype.
17844 (struct font_driver): Delete members otf_gsub and otf_gpos, add
17845 member otf_drive.
17846 (font_otf_gsub, font_otf_gpos): Delete externs.
17847 (font_drive_otf): Extern it.
17848
17849 2008-02-01 Kenichi Handa <handa@m17n.org>
17850
17851 * font.c (font_at): If the window W is not on a window system,
17852 return Qnil.
17853
17854 * coding.c (produce_chars, encode_coding): Don't call
17855 insert_from_gap if no characters to produce.
17856
17857 2008-02-01 Kenichi Handa <handa@m17n.org>
17858
17859 * fontset.c (free_realized_fontsets): Avoid unnecessary call of
17860 Fclear_face_cache.
17861
17862 * xfaces.c (face_for_font): Check also face->font==font->font.font.
17863
17864 2008-02-01 Miles Bader <miles@gnu.org>
17865
17866 * emacs.c (main): Change default value of `enable_font_backend' to 1.
17867 Parse "--disable-font-backend" option.
17868 (standard_args): Add "--disable-font-backend" option.
17869
17870 2008-02-01 Kenichi Handa <handa@m17n.org>
17871
17872 * fontset.c (fontset_find_font): New function.
17873 (fontset_font): Use fontset_find_font.
17874 (make_fontset_for_ascii_face): Don't set face ID in rfont_def.
17875 Register the specified font for all Latin characters.
17876 (new_fontset_from_font): Register the specified font for all Latin
17877 characters.
17878 (dump_fontset): For a realized fontset, include the base fontset
17879 name in the returned vector.
17880
17881 2008-02-01 Kenichi Handa <handa@m17n.org>
17882
17883 * character.h (CHAR_STRING): Cast C to unsigned on calling
17884 char_string.
17885
17886 * character.c (char_string): Type of arg C changed to unsigned.
17887 Signal an error if C is an invalid character code.
17888
17889 * editfns.c (general_insert_function, Fchar_to_string):
17890 Use CHARACTERP, not INTEGERP.
17891
17892 2008-02-01 Kenichi Handa <handa@m17n.org>
17893
17894 * character.h (MIN_MULTIBYTE_LEADING_CODE)
17895 (MAX_MULTIBYTE_LEADING_CODE): New macros.
17896
17897 * regex.c (analyse_first): Fix for multibyte characters in "case
17898 charset:" and "case categoryspec:".
17899
17900 2008-02-01 Andreas Schwab <schwab@suse.de>
17901
17902 * Makefile.in (LIBES): Move standard libraries to the end.
17903
17904 2008-02-01 Kenichi Handa <handa@m17n.org>
17905
17906 * alloc.c (Fgarbage_collect): If nextb->text->inhibit_shrinking is
17907 nonzero, don't shrink the buffer nextb.
17908
17909 * buffer.h (struct buffer_text): New member inhibit_shrinking.
17910
17911 * coding.c (coding_alloc_by_making_gap): New arg offset.
17912 (alloc_destination): Call coding_alloc_by_making_gap with the arg
17913 offset.
17914 (decode_coding_iso_2022): Update coding->safe_charsets.
17915 (decode_coding_gap): Temporarily set
17916 current_buffer->text->inhibit_shrinking to 1.
17917
17918 2008-02-01 Kenichi Handa <handa@m17n.org>
17919
17920 * xterm.c (x_draw_composite_glyph_string_foreground): Fix
17921 indexing into elements of s->cmp and s->char2b.
17922
17923 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
17924
17925 * regex.c (RE_STRING_CHAR_AND_LENGTH) [! emacs]: Add missing arg `len'.
17926
17927 2008-02-01 Kenichi Handa <handa@m17n.org>
17928
17929 * regex.c (GET_CHAR_BEFORE_2, GET_CHAR_AFTER): Check the variable
17930 target_multibyte instead of multibyte.
17931 (re_match_2_internal): Call bcmp_translate with target_multibyte.
17932 (bcmp_translate): Change the argument name from multibyte to
17933 target_multibyte.
17934
17935 2008-02-01 Kenichi Handa <handa@m17n.org>
17936
17937 These changes are to compile a regexp into a pattern that can be
17938 used both for multibyte and unibyte targets.
17939
17940 * Makefile.in (search.o): Depend on charset.h.
17941
17942 * character.c (multibyte_char_to_unibyte_safe): New function.
17943
17944 * search.c: Include "charset.h".
17945 (compile_pattern_1): Delete argument multibyte. Don't set
17946 cp->buf.target_multibyte here. Set cp->buf.charset_unibyte.
17947 (compile_pattern): Don't compare cp->buf.target_multibyte.
17948 Compare cp->buf.charset_unibyte.
17949 (compile_pattern): Set cp->buf.target_multibyte.
17950
17951 * lisp.h (multibyte_char_to_unibyte_safe): Extern it.
17952
17953 * regex.h (struct re_pattern_buffer): New member charset_unibyte.
17954
17955 * regex.c (RE_STRING_CHAR, RE_STRING_CHAR_AND_LENGTH): New arg
17956 multibyte. Change callers.
17957 (RE_CHAR_TO_MULTIBYTE, RE_CHAR_TO_UNIBYTE): New macros.
17958 (MAKE_CHAR_MULTIBYTE, MAKE_CHAR_UNIBYTE): Delete. Change callers
17959 to use RE_CHAR_TO_MULTIBYTE and RE_CHAR_TO_UNIBYTE, respectively.
17960 (SETUP_ASCII_RANGE, SETUP_UNIBYTE_RANGE): New macros.
17961 (SETUP_MULTIBYTE_RANGE): Generate a more compact range_table.
17962 (regex_compile): Make the compiled pattern usable both for
17963 multibyte and unibyte targets.
17964 (analyse_first): Make the fastmap usable both for multibyte and
17965 unibyte targets.
17966 (TRANSLATE_VIA_MULTIBYTE): Delete.
17967 (re_match_2_internal): Pay attention to the case that the
17968 multibyteness of bufp and target may be different.
17969
17970 2008-02-01 Kenichi Handa <handa@m17n.org>
17971
17972 * xdisp.c (x_produce_glyphs): When a font is not found, make the
17973 empty box occupy at least one column width.
17974
17975 2008-02-01 Miles Bader <miles@gnu.org>
17976
17977 * Makefile.in: Remove redundant HAVE_XFT clause.
17978
17979 2008-02-01 Kenichi Handa <handa@m17n.org>
17980
17981 * xrdb.c (x_load_resources): Setup the default fontSet X resource.
17982
17983 2008-02-01 Kenichi Handa <handa@m17n.org>
17984
17985 * fontset.c (Finternal_char_font): Fix for the case of POSITION
17986 being nil.
17987
17988 2008-02-01 Kenichi Handa <handa@m17n.org>
17989
17990 * xftfont.c (xftfont_open): Call FcConfigSubstitute.
17991
17992 2008-02-01 Kenichi Handa <handa@m17n.org>
17993
17994 * xftfont.c (xftfont_open): Don't enable antialias explicitly.
17995
17996 2008-02-01 Kenichi Handa <handa@m17n.org>
17997
17998 * search.c (simple_search): Fix previous change.
17999
18000 2008-02-01 Kenichi Handa <handa@m17n.org>
18001
18002 * xftfont.c (ftfont_font_format): Extern declaration.
18003
18004 * frame.c (x_set_font): Fix the second arg to fs_query_fontset.
18005
18006 * xfont.c (xfont_driver): Initialize ftfont_driver.type by 0.
18007 (xfont_list): Don't directly use Lisp_Object as an operand of &&.
18008
18009 * ftfont.c (ftfont_driver): Initialize ftfont_driver.type by 0.
18010 (ftfont_font_format): Fix previous change.
18011
18012 * font.h (Ffont_xlfd_name): EXFUN it.
18013
18014 * font.c (font_parse_xlfd): Fix the array size of `f'.
18015 (register_font_driver): Use EQ to compare driver->type.
18016
18017 * xfns.c (xic_create_xfontset2) [USE_FONT_BACKEND]: New function.
18018 (create_frame_xic) [USE_FONT_BACKEND]: Call xic_create_xfontset2.
18019 (xic_set_xfontset) [USE_FONT_BACKEND]: Likewise.
18020
18021 2008-02-01 Kenichi Handa <handa@m17n.org>
18022
18023 * ftfont.c (ftfont_pattern_entity, ftfont_list_generic_family)
18024 (ftfont_list, ftfont_font_format): Check if FC_FONTFORMAT is defined.
18025
18026 2008-02-01 Kenichi Handa <handa@m17n.org>
18027
18028 * xfont.c (xfont_open): Set font->format.
18029
18030 * xftfont.c (xftfont_open): Set font->format.
18031
18032 * ftfont.c (ftfont_pattern_entity): Add fontformat in a pattern.
18033 (ftfont_list): Include FC_FONTFORMAT in FcObject.
18034 (ftfont_open): Set font->format.
18035 (ftfont_font_format): New function.
18036
18037 * font.h (struct font): New member format.
18038
18039 * font.c (Qopentype): New variable.
18040 (syms_of_font): Defsym it.
18041 (Fquery_font): Change the format of the last element of the return
18042 value.
18043
18044 2008-02-01 Kenichi Handa <handa@m17n.org>
18045
18046 * xfns.c (xic_create_xfontset): Try the default fontset name as a
18047 last resort.
18048
18049 2008-02-01 Kenichi Handa <handa@m17n.org>
18050
18051 * coding.c (detect_coding_charset): Fix detection of multi-byte
18052 charset.
18053
18054 2008-02-01 Bob Halley <halley@play-bow.org> (tiny change)
18055
18056 * ccl.c (ccl_driver): If DST is NULL, set ccl->produced to 0.
18057
18058 2008-02-01 Kenichi Handa <handa@m17n.org>
18059
18060 * xdisp.c (get_next_display_element): Set it->face_id for the
18061 first component of a composition.
18062 (x_produce_glyphs): Check if the font is changed or not for composition.
18063
18064 2008-02-01 Kenichi Handa <handa@m17n.org>
18065
18066 * fontset.c (Qlatin): New variable.
18067 (syms_of_fontset): Define it as a lisp symbol.
18068 (Fset_fontset_font): If TARGET is `latin', use FONT_SPEC for ASCII.
18069
18070 2008-02-01 Kenichi Handa <handa@m17n.org>
18071
18072 * font.c (font_unparse_fcname): Pay attention to the case that
18073 some of font property is a null string.
18074
18075 2008-02-01 Kenichi Handa <handa@m17n.org>
18076
18077 * term.c: Include "composite.h".
18078 (encode_terminal_code): Output all components of composition.
18079 Check the size of encode_terminal_src.
18080 (produce_glyphs): For composition, call produce_composite_glyph.
18081 (append_composite_glyph, produce_composite_glyph): New functions.
18082
18083 * xdisp.c (x_produce_glyphs): In handling composition, if a font
18084 is not found, get font_info from the current ascii face.
18085
18086 2008-02-01 Kenichi Handa <handa@m17n.org>
18087
18088 * fileio.c (Finsert_file_contents): On replacing, temporarily bind
18089 buffer-file-name to Qnil before calling insert_from_buffer.
18090
18091 * font.c (font_unparse_fcname): Pay attention to the case that
18092 foundry is a null string.
18093
18094 2008-02-01 Kenichi Handa <handa@m17n.org>
18095
18096 * ftfont.c (ftfont_list): Allow registry "unicode-sip".
18097
18098 * font.c (Qunicode_sip): New variable.
18099 (syms_of_font): Declare it as a Lisp symbol.
18100
18101 * font.h (Qunicode_sip): Extern it.
18102
18103 2008-02-01 Kenichi Handa <handa@m17n.org>
18104
18105 * composite.c (get_composition_id): Pay attention to TAB component.
18106
18107 * xterm.c (x_draw_composite_glyph_string_foreground): Don't draw
18108 TAB. Adjust for the change of s->char2b which always points to
18109 the first element of allocated memory.
18110
18111 * xftfont.c (xftfont_text_extents): Fix calculation of descent value.
18112
18113 * xdisp.c (handle_composition_prop): Set it->c to the first
18114 non-TAB component.
18115 (fill_composite_glyph_string): Change argument.
18116 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the above change.
18117 (x_produce_glyphs): Fix handling of left/right padding.
18118
18119 2008-02-01 Kenichi Handa <handa@m17n.org>
18120
18121 * coding.c (detect_coding_system): Fix for handling off
18122 inhibit_iso_escape_detection. Fix for the case that no coding
18123 system is defined for a specific coding category.
18124
18125 2008-02-01 Kenichi Handa <handa@m17n.org>
18126
18127 * font.c (font_matching_entity): Delete unused local var.
18128
18129 * xftfont.c (xftfont_open): Call XftDefaultSubstitute before
18130 opening a font.
18131
18132 * fileio.c (Finsert_file_contents): On recovering a file, assume
18133 Unix-like eol.
18134 (choose_write_coding_system): On auto-saving a file, force
18135 Unix-like eol.
18136
18137 * coding.c (setup_coding_system): Fix setting of
18138 coding->common_flags based on eol_type.
18139 (coding_inherit_eol_type): If PARENT is not nil, be sure to
18140 inherit from it.
18141
18142 2008-02-01 Kenichi Handa <handa@m17n.org>
18143
18144 * alloc.c (NSTATICS): Increas to 0x600.
18145
18146 2008-02-01 Kenichi Handa <handa@m17n.org>
18147
18148 * ftfont.c (ftfont_driver): Set ftfont_driver.match to ftfont_match.
18149 (ftfont_list): Don't check :name property.
18150 (ftfont_match): New function.
18151 (ftfont_pattern_entity): If the pattern doesn't contain
18152 FC_SPACING, don't assume FC_MONO.
18153
18154 * font.h (struct font_driver): New member `match'.
18155 (font_update_drivers): Adjust prototype.
18156
18157 * font.c (font_parse_fcname, font_parse_name): Don't change :name
18158 property of FONT.
18159 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE, check_gstring): Define
18160 them unconditionally.
18161 (font_matching_entity): New function.
18162 (font_open_by_name): Try font_matching_entity if exact match is
18163 not found.
18164 (font_update_drivers): Delete the arg FONT. Return a list of
18165 actually used backends. Don't free faces, font caches here.
18166 Don't store data in frame parameters. Don't call x_set_font.
18167 (Ffont_spec): Store :name property as is.
18168 (Ffont_get): Check HAVE_LIBOTF before calling font_otf_capability.
18169 (Ffont_otf_gsub): Call font->driver->otf_gsub instead of font_otf_gsub.
18170 (Ffont_otf_gpos): Call font->driver->otf_gpos instead of font_otf_gpos.
18171 (Ffont_otf_alternates): Check if the driver has otf_gsub function.
18172 Call font->driver->otf_gsub instead of font_otf_gsub.
18173
18174 * frame.c (x_set_font_backend): Do more works that were done in
18175 font_update_drivers before.
18176
18177 * xfont.c (xfont_match): New function.
18178 (xfont_driver): Set xfont_driver.match to xfont_match.
18179 (xfont_draw): Set font in GC if necessary.
18180
18181 * ftxfont.c (ftxfont_match): New function.
18182 (syms_of_ftxfont): Set ftxfont_driver.match to ftxfont_match.
18183
18184 * xftfont.c (xftfont_match): New function.
18185 (syms_of_xftfont): Set xftfont_driver.match to xftfont_match.
18186
18187 2008-02-01 Kenichi Handa <handa@m17n.org>
18188
18189 * font.h (struct font): New member scalable.
18190 (struct font_driver): New arg ALTERANTE_SUBST to otf_gsub.
18191 (font_otf_gsub): Adjust prototype.
18192
18193 * font.c (font_otf_capability): Fix handling of the default langsys.
18194 (parse_gsub_gpos_spec): Change type to void. New arg nbytes.
18195 Check the contents of SPEC.
18196 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE): New macros.
18197 (check_gstring): New function.
18198 (REPLACEMENT_CHARACTER): New macro.
18199 (font_otf_gsub): New arg alternate_subst. Be sure to set all
18200 glyph codes of GSTRING.
18201 (font_otf_gpos): Be sure to set all glyph codes of GSTRING.
18202 (font_prepare_composition): Set cmp->glyph_len.
18203 (font_open_entity): Set font->scalable.
18204 (Ffont_get): Handle :otf property.
18205 (Ffont_otf_gsub, Ffont_otf_gpos, Ffont_otf_alternates): New
18206 functions.
18207 (Fquery_font): Use font->font.full_name.
18208 (syms_of_font): Defsubr Sfont_otf_gsub, Sfont_otf_gpos, and
18209 Sfont_otf_alternates.
18210
18211 * ftfont.c (ftfont_open): Set font->font.full_name and
18212 font->font.name properly. Fix calculation of font->font.height
18213 and font->min_width.
18214
18215 * ftxfont.c (ftxfont_create_gcs): New function.
18216 (ftxfont_draw_bitmap): Fix arg to ftfont_driver.get_bitmap.
18217 (ftxfont_draw_backgrond): Fix filling region.
18218 (ftxfont_default_fid): New function.
18219 (ftxfont_open): Set xfont->fid to the return value of
18220 ftxfont_default_fid.
18221 (ftxfont_prepare_face): Use ftxfont_create_gcs to create GCs.
18222 (ftxfont_done_face): Free only GCs that are created by
18223 ftxfont_create_gcs.
18224 (ftxfont_draw): If face->gc != s->gc, create proper GCs.
18225
18226 * xterm.c (x_set_glyph_string_clipping_exactly) [USE_FONT_BACKEND]:
18227 Clip to src->width, etc (not src->clip_XXX).
18228
18229 * xfns.c (x_create_tip_frame) [USE_FONT_BACKEND]: Handle
18230 FontBackend frame parameter.
18231
18232 2008-02-01 Kenichi Handa <handa@m17n.org>
18233
18234 * font.h (struct font_driver_list): New member `on'.
18235 (Fclear_font_cache): EXFUN it.
18236 (font_update_drivers): Extern it.
18237
18238 * font.c (font_unparse_fcname): Fix typo (swidth->width).
18239 (font_list_entities): Check driver_list->on.
18240 (register_font_driver): Initalize `on' member to 0.
18241 (font_update_drivers): New function.
18242 (Fclear_font_cache): Check driver_list->on.
18243
18244 * frame.h (Qfont_backend): Extern it.
18245 (x_set_font_backend): Extern it.
18246
18247 * frame.c (Qfont_backend): New variable.
18248 (frame_parms): New element for font-backend.
18249 (x_set_font_backend): New function.
18250
18251 * xfns.c (Fx_create_frame) [USE_FONT_BACKEND]: Handle
18252 FontBackend frame parameter.
18253 (x_frame_parm_handlers) [USE_FONT_BACKEND]: New element
18254 x_set_font_backend.
18255
18256 * xfont.c (xfont_list): Don't try listing by :name property if the
18257 name is not for XLFD.
18258
18259 2008-02-01 Kenichi Handa <handa@m17n.org>
18260
18261 * font.h (LGLYPH_FROM, LGLYPH_TO, LGLYPH_SET_FROM)
18262 (LGLYPH_SET_TO): New macros.
18263 (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WADJUST): Check if adjustment
18264 element of G is vector or not.
18265 (font_at): Extern it.
18266
18267 * font.c: Include window.h.
18268 (font_lispy_object): New function.
18269 (font_prepare_composition): Check LGLYPH_FORM (g) to detect the
18270 end of valid glyph.
18271 (font_close_object): Fix getting (struct font *).
18272 (font_at): New function.
18273 (Ffont_get): If FONT is a font-object, get entity from it.
18274 (Ffont_make_gstring): Initialize elements of glyphs with nil.
18275 (Ffont_fill_gstring): Use macro LGSTRING_XXX and LGLYPH_XXX. Fix
18276 range check.
18277 (Ffont_at): New function.
18278 (syms_of_font): Defsubr Sfont_at.
18279
18280 * xdisp.c (it_props): Move the entry for Qauto_composed to just
18281 before the entry for Qcomposition.
18282 (handle_auto_composed_prop): Call auto-composition-function with 4 args.
18283 (handle_composition_prop) [USE_FONT_BACKEND]: Set it->face_id from
18284 the font in gstring.
18285 (fill_composite_glyph_string) [USE_FONT_BACKEND]: Check
18286 LGLYPH_FORM (g) to detect the end of valid glyph.
18287 (x_produce_glyphs) [USE_FONT_BACKEND]: Don't update it->face_id if
18288 we are composing with gstring.
18289
18290 * xterm.c (x_draw_composite_glyph_string_foreground) [USE_FONT_BACKEND]:
18291 Check if adjustment is vector or not.
18292
18293 * Makefile.in (font.o): Make it depends on window.h.
18294
18295 2008-02-01 Kenichi Handa <handa@m17n.org>
18296
18297 * xterm.c (x_draw_composite_glyph_string_foreground): Check if
18298 adjustment is vector or not.
18299
18300 2008-02-01 Miles Bader <miles@gnu.org>
18301
18302 * character.h (CHECK_CHARACTER): Redefine in terms of CHECK_TYPE.
18303
18304 2008-02-01 Kenichi Handa <handa@m17n.org>
18305
18306 * font.h (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WIDTH, LGLYPH_WADJUST)
18307 (LGLYPH_SET_WIDTH): Adjusted for the change of LGLYPH format.
18308 (LGLYPH_ADJUSTMENT, LGLYPH_SET_ADJUSTMENT): New macros.
18309
18310 * font.c (font_merge_old_spec): Treat '*' in foundry as a wild card.
18311 (DEVICE_DELTA): Fix typo.
18312 (font_otf_gpos, font_prepare_compositio): Adjust for the change of
18313 LGLYPH format.
18314
18315 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
18316 the change of LGLYPH format.
18317
18318 2008-02-01 Kenichi Handa <handa@m17n.org>
18319
18320 * ftfont.c (ftfont_list): Fix typo.
18321 (ftfont_build_basic_charsets): Don't include letters with diacritics.
18322
18323 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
18324
18325 * xfaces.c (realize_non_ascii_face): Set face->extra to NULL.
18326
18327 * xftfont.c (xftfont_done_face): Call XftDrawDestroy only if
18328 xftface_info is non-NULL.
18329
18330 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
18331
18332 * ftfont.c (ftfont_list): Move misplaced #endif.
18333
18334 2008-02-01 Kenichi Handa <handa@m17n.org>
18335
18336 * ftfont.c (ftfont_list): Pay attention to the case that
18337 FC_CAPABILITY is not defined.
18338
18339 2008-02-01 Kenichi Handa <handa@m17n.org>
18340
18341 * xftfont.c (xftfont_open): Set charset related members to -1.
18342
18343 * ftfont.c (ftfont_list): Handle QCotf property. Fix handling of
18344 QCname.
18345 (ftfont_open): Set charset related members to -1.
18346
18347 * fontset.c (Votf_script_alist): New variable.
18348 (syms_of_fontset): Initialize it.
18349 (fontset_font): Delete unused variable.
18350
18351 * fontset.h (Votf_script_alist): Extern it.
18352
18353 * font.c (font_find_for_lface): Optimize code.
18354
18355 * font.h (font_close_object, font_merge_old_spec): Extern them.
18356
18357 2008-02-01 Kenichi Handa <handa@m17n.org>
18358
18359 * font.c (QCscalable, Qc, Qm, Qp, Qd): New variables.
18360 (syms_of_font): Initialize them.
18361 (font_pixel_size): Allow float value in dpi.
18362 (font_prop_validate_type): Delete.
18363 (font_prop_validate_symbol, font_prop_validate_style): Change argument.
18364 Change caller.
18365 (font_prop_validate_non_neg): Rename from font_prop_validate_size.
18366 (font_prop_validate_extra): Delete.
18367 (font_prop_validate_spacing): New function.
18368 (font_property_table): Add elements for all known properties.
18369 (get_font_prop_index): Rename from check_font_prop_name. New
18370 argument FROM. Change caller.
18371 (font_prop_validate): Validate all known properties.
18372 (font_put_extra): Delete argument force. Change caller.
18373 (font_expand_wildcards): Make it static. Fix the way of shrinking
18374 the possible range.
18375 (font_parse_xlfd): Delete argument merge. Fix handling of RESX,
18376 RESY, SPACING, and AVGWIDTH. Don't validate property values here.
18377 Change caller.
18378 (font_unparse_xlfd): Handle dpi, spacing, and scalable properties.
18379 (font_parse_fcname): Delete argument merge. Fix parsing of point
18380 size. Don't validate properties values here. Change caller.
18381 (font_unparse_fcname): Handle dpi, spacing, and scalable properties.
18382 (font_open_by_name): Delete unused variable.
18383 (Ffont_spec): Likewise. Validate property values.
18384 (Ffont_match_p): New function.
18385
18386 * font.h (QCscalable): Extern it.
18387 (font_parse_xlfd, font_parse_fcname): Adjust prototype.
18388
18389 * ftfont.c (ftfont_list): Handle properties dpi, spacing, and scalable.
18390
18391 * xfont.c (xfont_query_font): Adjust for the change of font_parse_xlfd.
18392 (xfont_list_pattern): New function.
18393 (xfont_list): Use xfont_list_pattern.
18394
18395 2008-02-01 Kenichi Handa <handa@m17n.org>
18396
18397 * font.h (Flist_fonts): EXFUN it.
18398
18399 2008-02-01 Jason Rumney <jasonr@gnu.org>
18400
18401 * w32term.c (w32_initialize): Add back smoothing_type and
18402 smoothing_enabled definitions.
18403
18404 2008-02-01 Kenichi Handa <handa@m17n.org>
18405
18406 * xterm.c (x_draw_glyph_string) [USE_FONT_BACKEND]: Check
18407 s->face->font on determining underline position.
18408
18409 2008-02-01 Kenichi Handa <handa@m17n.org>
18410
18411 * font.c (font_parse_xlfd): Fix generating of CHARSET_REGISTRY field.
18412 (font_has_char): Accept font-object too.
18413 (font_find_for_lface): Try at first with a size specified in face.
18414
18415 2008-02-01 Kenichi Handa <handa@m17n.org>
18416
18417 * frame.c (x_set_font) [USE_FONT_BACKEND]: Fix argument to
18418 font_open_by_name.
18419
18420 2008-02-01 Kenichi Handa <handa@m17n.org>
18421
18422 * font.h (QCspacing, QCdpi): Extern them.
18423 (enum font_spacing): New enum.
18424 (FONT_PIXEL_SIZE_QUANTUM): New macro.
18425
18426 * font.c (POINT_TO_PIXEL): Don't divide POINT by 10.
18427 (QCspacing, QCdpi): New variables.
18428 (syms_of_font): Initialize them.
18429 (font_pixel_size): New function.
18430 (font_put_extra): New function.
18431 (font_parse_xlfd): Fix handling of font size. Add QCdpi property
18432 in FONT_EXTRA.
18433 (font_parse_fcname): Handle enumerated values (e.g. bold).
18434 Fix handling font size. Add QCname property that contains only
18435 unknown properties.
18436 (font_score): Change argument. Change caller. Pay attention to
18437 FONT_PIXEL_SIZE_QUANTUM.
18438 (font_sort_entites, font_list_entities, font_find_for_lface)
18439 (font_open_for_lface, font_open_by_name): Fix handling of font size.
18440 (Ffont_spec): Add QCname property that contains only unknown properties.
18441
18442 * ftfont.c (ftfont_list): Use assq_no_quit, not Fassq. Don't
18443 include weight in listing pattern, instead check weight of each
18444 listed font. Don't include scalable in pattern. Pay attention to
18445 FONT_PIXEL_SIZE_QUANTUM.
18446
18447 2008-02-01 Kenichi Handa <handa@m17n.org>
18448
18449 * font.c (font_parse_fcname): Fix parsing of point-size.
18450 (font_unparse_fcname): Produce symbolic names for style properties.
18451 (font_list_entities): Handle float size correctly.
18452 (font_open_by_name): Prefer `normal' property values if the name
18453 doesn't specify them.
18454
18455 * fontset.c (Finternal_char_font): Use font_get_name, not
18456 Ffont_xlfd_name.
18457
18458 * ftfont.c (ftfont_pattern_entity): Use the numeric value 100 for
18459 FC_WEIGHT_REGULAR. Exclude FC_SIZE and FC_PIXEL_SIZE from listing
18460 pattern. Don't force scalable.
18461
18462 * xftfont.c (xftfont_open): For generating a name, start from
18463 96-byte buffer.
18464
18465 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
18466
18467 * frame.h (x_new_fontset2): Fix prototype.
18468
18469 2008-02-01 Kenichi Handa <handa@m17n.org>
18470
18471 * font.h (struct font_driver): Delete member parse_name.
18472 (font_match_p, font_get_spec, font_parse_fcname)
18473 (font_unparse_fcname): Extern them.
18474 (font_get_name): Adjust prototype.
18475
18476 * font.c (XLFD_SMALLNUM_MASK): Delete this macro.
18477 (XLFD_LARGENUM_MASK): Delete XLFD_ENCODING_MASK from it.
18478 (font_expand_wildcards): Fix handling ENCODING field. Avoid
18479 unnecessary checks for weight, slant, and swidth.
18480 (font_parse_fcname): New function.
18481 (font_unparse_fcname): New function.
18482 (font_parse_name): New function.
18483 (font_match_p): New function.
18484 (font_get_name): Change return value to Lisp string.
18485 (font_get_spec): New function.
18486 (Qunspecified, Qignore_defface): Don't extern them.
18487 (font_find_for_lface): Assume that LFACE is fully specified.
18488 (font_load_for_face): If lface[LFACE_FONT_INDEX] is an font
18489 object, use it for FACE.
18490 (font_open_by_name): Call Ffont_spec with QCname prop. Don't call
18491 driver->parse_name.
18492 (Ffont_spec): Call font_parse_name, not font_parse_xlfd.
18493
18494 * fontset.h (new_fontset_from_font) [USE_FONT_BACKEND]: Adjust
18495 prototype.
18496
18497 * fontset.c (new_fontset_from_font) [USE_FONT_BACKEND]: Delete
18498 argument F. Don't call Fnew_fontset. Instead, directly call
18499 make_fontset.
18500
18501 * frame.h (x_new_fontset2) [USE_FONT_BACKEND]: Adjust prototype.
18502
18503 * frame.c (x_set_font) [USE_FONT_BACKEND]: Adjust for the change
18504 of x_new_fontset2.
18505
18506 * ftfont.c (Qmonospace, Qsans_serif, Qserif, Qmono, Qsans)
18507 (Qsans__serif): New variables.
18508 (ftfont_generic_family_list): New variable.
18509 (syms_of_ftfont): Initialize the above variables.
18510 (ftfont_pattern_entity): Delete argument NAME.
18511 (ftfont_list_generic_family): New function.
18512 (ftfont_parse_name): Delete this function.
18513 (ftfont_list): Try generic family only when FcFontList found no font.
18514 (ftfont_list_family): Fix args to FcObjectSetBuild.
18515
18516 * xfaces.c (check_lface_attrs) [USE_FONT_BACKEND]: Accept font
18517 object in attrs[LFACE_FONT_INDEX].
18518 (set_lface_from_font_name): Cancel all changes for font-backend.
18519 (set_lface_from_font_and_fontset) [USE_FONT_BACKEND]: New
18520 function.
18521 (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]: Accept a
18522 font object in QCfont attribute.
18523 (set_font_frame_param) [USE_FONT_BACKEND]: Likewise.
18524 (realize_default_face) [USE_FONT_BACKEND]: Call
18525 set_lface_from_font_and_fontset.
18526
18527 * xfns.c (x_default_font_parameter) [USE_FONT_BACKEND]: Try also
18528 "fixed", and signal error here if no suitable font was found.
18529
18530 * xfont.c (xfont_parse_name): Delete this function.
18531
18532 * xftfont.c (xftfont_open): Change coding style of error
18533 handling. Generate fontconfig's fontname pattern.
18534
18535 * xterm.h (struct x_output) [USE_FONT_BACKEND]: New member fontp.
18536 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro.
18537
18538 * xterm.c (x_new_fontset2) [USE_FONT_BACKEND]: Change arguments.
18539 Both args FONTSET and FONT_OBJECT must be existing ones.
18540
18541 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18542
18543 * macterm.c (mac_set_unicode_keystroke_event): Don't use MAKE_CHAR.
18544
18545 2008-02-01 Kenichi Handa <handa@m17n.org>
18546
18547 * xfont.c (xfont_open, xfont_encode_char): Fix typo.
18548
18549 * font.h (struct font): Fix typo.
18550
18551 * font.c (enum xlfd_field_index): Rename XLFD_XXX_SIZE_INDEX to
18552 XLFD_XXX_INDEX.
18553 (enum xlfd_field_mask): New enum.
18554 (intern_font_field): Changed argument. Change caller. If digits
18555 are followed by non-digits, return a symbol.
18556 (font_expand_wildcards): New function.
18557 (font_parse_xlfd): Fix wildcard handling.
18558 (Ffont_spec): If :name is specified, reflect the info in the other
18559 properties.
18560
18561 * ftfont.c (ftfont_pattern_entity): Fix typo.
18562 (ftfont_list): Enforce FC_LANG in PATTERN to cancel the effect of
18563 locale.
18564
18565 2008-02-01 Kenichi Handa <handa@m17n.org>
18566
18567 * font.h (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Extern them.
18568
18569 * font.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move from ftfont.c.
18570 (font_unparse_xlfd): Fix argument type declaration. Append "*" if
18571 registry doesn't specify encoding part.
18572 (font_find_for_lface): Pay attention to LFACE_FONT_INDEX.
18573 (font_open_by_name): At first try parsing the name.
18574 (syms_of_font): Declare Qiso8859_1, Qiso10646_1, and Qunicode_bmp
18575 as Lisp symbols.
18576
18577 * fontset.c (reorder_font_vector): Pay attention to the case that
18578 the 3rd element of font_def is nil.
18579 (fontset_font): For the default fontset, append one more fontset
18580 elements for a script-based font specification. Don't add script
18581 attribute on finding a font.
18582 (new_fontset_from_font): Unconditionally set FONTSET_ASCII to the
18583 font name.
18584 (fontset_ascii_font): If a font can't be opened, return nil.
18585
18586 * ftfont.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move to font.c.
18587 (ftfont_pattern_entity): New function.
18588 (ftfont_get_cache): Assume that freetype_font_cache is already
18589 initialized.
18590 (ftfont_list): Handle the case that a file is specified in font
18591 name. Use ftfont_pattern_entity to generate entities.
18592 (ftfont_has_char): Check if the pattern contains FC_CHARSET.
18593 (syms_of_ftfont): Initialize freetype_font_cache.
18594
18595 * xftfont.c (xftfont_open): Make the font name fontconfig's
18596 style. Add BLOCK_INPUT and UNBLOCK_INPUT.
18597 (xftfont_close): Free font->font.name if not NULL.
18598
18599 * xfont.c (xfont_list): If script is specified for a font, return
18600 null_vector.
18601 (xfont_list_family): Declare argument type.
18602
18603 * xfaces.c (set_lface_from_font_name): If a font doesn't have a
18604 name, set LFACE_FONT (lface) to nil.
18605
18606 * xterm.c (x_new_fontset2): If an ASCII font couldn't be loaded,
18607 return Qnil.
18608
18609 2008-02-01 Kenichi Handa <handa@m17n.org>
18610
18611 * emacs.c (main): Check -enable-font-backend arg after the check of -nl.
18612 (standard_args): Add "-enable-font-backend".
18613
18614 2008-02-01 Kenichi Handa <handa@m17n.org>
18615
18616 * xftfont.c (xftfont_default_fid): Set fid_known to 1.
18617 (struct xftdraw_list, xftdraw_list): Delete them.
18618 (register_xftdraw, check_xftdraw): Delete them.
18619 (xftfont_prepare_face): Don't call register_xftdraw.
18620 (xftfont_done_face): Don't call check_xftdraw.
18621 (xftfont_draw): Get background color only when with_background is
18622 nonzero.
18623
18624 * xfont.c (xfont_encode_char): Fix calculation of char2b.
18625
18626 2008-02-01 Kenichi Handa <handa@m17n.org>
18627
18628 These changes are for the new font handling codes.
18629
18630 * Makefile.in (ALL_CFLAGS): Add @FREETYPE_CFLAGS@,
18631 @FONTCONFIG_CFLAGS@, and @LIBOTF_CFLAGS@.
18632 (LIB_X11_LIB): If HAVE_XFT is defined, set to @XFT_LIBS@.
18633 (FONTSRC, FONTOBJ): New variables.
18634 (obj): Add $(FONTOBJ).
18635 (SOME_MACHINE_OBJECTS): Lib_X11_Lib.
18636 (LIBES): Add @FREETYPE_LIBS@, @FONTCONFIG_LIBS@, and
18637 @LIBOTF_LIBS@.
18638 (font.o, ftfont.o, xfont.o, xftfont.o, ftxfont.o): New targets.
18639 (fontset.o, xdisp.o, xfaces.o, xfns.o, xterm.o): Depend on $(FONTSRC).
18640
18641 * font.h, font.c, xfont.c, ftfont.c, xftfont.c, ftxfont.c: New files.
18642
18643 * character.h (Vscript_representative_chars): Extern it.
18644
18645 * character.c (Vscript_representative_chars): New variable.
18646 (syms_of_character): Declare it as a Lisp variable.
18647
18648 * composite.c (get_composition_id) [USE_FONT_BACKEND]: If
18649 enable_font_backend is nonzero, accept the composition method
18650 COMPOSITION_WITH_GLYPH_STRING.
18651
18652 * composite.h (enum composition_method) [USE_FONT_BACKEND]: New
18653 enumeration COMPOSITION_WITH_GLYPH_STRING.
18654
18655 * dispextern.h (struct glyph_string) [USE_FONT_BACKEND]: New
18656 members clip_x, clip_y, clip_width, and clip_height.
18657 (struct face) [USE_FONT_BACKEND]: New members font_info and extra.
18658
18659 * emacs.c (main) [USE_FONT_BACKEND]: Handle arg
18660 --enable-font-backend. Call syms_of_font.
18661
18662 * fns.c (assoc_no_quit): New function.
18663
18664 * fontset.h (FONT_INFO_FROM_FACE): New macro.
18665 (face_for_font, new_fontset_from_font)
18666 (fontset_ascii_font) [USE_FONT_BACKEND]: Extern them.
18667
18668 * fontset.c [USE_FONT_BACKEND]: Include "font.h".
18669 (fontset_font, fontset_ascii, face_for_char)
18670 (make_fontset_for_ascii_face, Ffont_info)
18671 (Finternal_char_font) [USE_FONT_BACKEND]: If enable_font_backend
18672 is nonzero, use font-backend mechanism.
18673 (find_font_encoding): Make it non-static.
18674 (new_fontset_from_font, fontset_ascii_font) [USE_FONT_BACKEND]:
18675 New functions.
18676
18677 * frame.h (struct frame): New members resx and resy.
18678 (struct frame) [USE_FONT_BACKEND]: New member font_driver_list.
18679 (x_new_fontset2) [USE_FONT_BACKEND]: Extern it.
18680
18681 * frame.c [USE_FONT_BACKEND]: Include "font.h".
18682 (make_frame, x_set_font) [USE_FONT_BACKEND]: Use font-backend mechanism.
18683
18684 * lisp.h (assoc_no_quit): Extern it.
18685
18686 * xdisp.c: If USE_FONT_BACKEND is defined, include "font.h".
18687 Through out the file, use FONT_INFO_FROM_FACE instead of
18688 FONT_INFO_FROM_ID, use get_per_char_metric instead of
18689 rif->per_char_metric.
18690 (handle_composition_prop) [USE_FONT_BACKEND]: If the composition
18691 method is COMPOSITION_WITH_GLYPH_STRING, just set it->c to ' '.
18692 (get_glyph_face_and_encoding, fill_composite_glyph_string)
18693 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
18694 (x_produce_glyphs) [USE_FONT_BACKEND]: If enable_font_backend is
18695 nonzero, use font-backend mechanism.
18696 (get_per_char_metric): New function.
18697
18698 * xfaces.c [USE_FONT_BACKEND]: Include "font.h".
18699 (set_lface_from_font_name)
18700 (set_font_frame_param, free_realized_face)
18701 (prepare_face_for_display, clear_face_gcs)
18702 (Finternal_set_font_selection_order, realize_x_face)
18703 [USE_FONT_BACKEND]: If enable_font_backend is nonzero, use
18704 font-backend mechanism.
18705 (clear_face_cache) [USE_FONT_BACKEND]: Don't call clear_font_table.
18706 (load_face_font) [USE_FONT_BACKEND]: Abort.
18707 (face_symbolic_value, face_symbolic_weight, face_symbolic_slant)
18708 (face_symbolic_swidth, face_for_font) [USE_FONT_BACKEND]: New functions.
18709
18710 * xfns.c [USE_FONT_BACKEND]: Include "font.h".
18711 (x_default_font_parameter) [USE_FONT_BACKEND]: New function.
18712 (Fx_create_frame) [USE_FONT_BACKEND]: If enable_font_backend is
18713 nonzero, register all available font drivers. Call
18714 x_default_font_parameter for deciding a font.
18715 (x_create_tip_frame) [USE_FONT_BACKEND]: Likewise.
18716
18717 * xterm.c [USE_FONT_BACKEND]: Include "font.h".
18718 (x_set_mouse_face_gc, x_set_glyph_string_clipping)
18719 (x_set_glyph_string_clipping_exactly)
18720 (x_compute_glyph_string_overhangs)
18721 (x_draw_glyph_string_foreground)
18722 (x_draw_composite_glyph_string_foreground, x_draw_glyph_string)
18723 (x_free_frame_resources) [USE_FONT_BACKEND]: If
18724 enable_font_backend is nonzero, use font-backend mechanism.
18725 (x_new_fontset2) [USE_FONT_BACKEND]: New function.
18726
18727 2008-02-01 Kenichi Handa <handa@m17n.org>
18728
18729 * coding.c (coding_inherit_eol_type): If PARENT is nil, inherit from
18730 system_eol_type.
18731 (syms_of_coding): Initialize system_eol_type.
18732
18733 * process.c (Fset_process_coding_system): Inherit system's eol
18734 format if necessary.
18735
18736 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18737
18738 * macgui.h (USE_ATSUI): Don't enable on emacs-unicode-2 branch.
18739
18740 2008-02-01 Kenichi Handa <handa@m17n.org>
18741
18742 * coding.c (decode_eol): Pay attention to buffer relocation in
18743 del_range_2.
18744 (decode_coding): Call decode_eol before restoring undo_list.
18745
18746 2008-02-01 Kenichi Handa <handa@m17n.org>
18747
18748 * charset.c (Fdefine_charset_internal): Fix setting of
18749 emacs_mule_bytes.
18750
18751 2008-02-01 Kenichi Handa <handa@m17n.org>
18752
18753 * keyboard.c (read_char): Check if C is a character or not before
18754 looking up Vkeyboard_translate_table.
18755
18756 2008-02-01 Kenichi Handa <handa@m17n.org>
18757
18758 * coding.c (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Fix
18759 condition to terminate the loop.
18760
18761 2008-02-01 Kenichi Handa <handa@m17n.org>
18762
18763 * coding.c (produce_composition): Compare charbuf[i] instead of
18764 args[i] against 0.
18765 (Fterminal_coding_system): Use EQ to compare Lisp objects.
18766
18767 2008-02-01 Kenichi Handa <handa@m17n.org>
18768
18769 * coding.c (DECODE_COMPOSITION_START): If the source is short, set
18770 coding->result to CODING_RESULT_INSUFFICIENT_SRC.
18771 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK after the call of
18772 detect_coding.
18773 (emacs_mule_char): Handle old style (Emacs 20) component character
18774 of a composition.
18775 (DECODE_EMACS_MULE_COMPOSITION_RULE_20)
18776 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Fix parsing a
18777 composition rule.
18778 (decode_coding_emacs_mule): Handle invalid bytes correctly.
18779
18780 2008-02-01 Kenichi Handa <handa@m17n.org>
18781
18782 * coding.c (encode_coding_ccl): Allocate destination dynamically
18783 when necessary.
18784
18785 2008-02-01 Kenichi Handa <handa@m17n.org>
18786
18787 * ccl.c (Fccl_execute_on_string): Fix the condition of terminating
18788 the loop. When quitted, show a proper error message.
18789
18790 2008-02-01 Kenichi Handa <handa@m17n.org>
18791
18792 * xterm.c (x_set_glyph_string_clipping_exactly): Set
18793 src->clip_head and src->clip_tail temporarily instead of src->hl.
18794
18795 * ccl.c (CCL_WRITE_STRING): Handle a flag bit for multibyte
18796 character sequence.
18797 (Fccl_execute_on_string): Use ASET, not XSET.
18798
18799 2008-02-01 Kenichi Handa <handa@m17n.org>
18800
18801 * search.c (search_buffer): Fix handling of "\\" in a trivial regexp.
18802
18803 2008-02-01 Kenichi Handa <handa@m17n.org>
18804
18805 * coding.c (decode_coding): Fix the condition of terminating the
18806 decoding loop.
18807
18808 2008-02-01 Kenichi Handa <handa@m17n.org>
18809
18810 * data.c (Faset): On setting a character bigger than 255 in a
18811 unibyte string, signal an error instead of make the string multibyte.
18812
18813 2008-02-01 Kenichi Handa <handa@m17n.org>
18814
18815 * charset.c (map_charset_chars): Fix for ascii-compatible charset
18816 made by a mapping table.
18817
18818 2008-02-01 Kenichi Handa <handa@m17n.org>
18819
18820 * xdisp.c (fill_composite_glyph_string): Check s->face is NULL or
18821 not.
18822 (BUILD_COMPOSITE_GLYPH_STRING): If C is TAB, set s->face to NULL.
18823 (x_produce_glyphs): If CH is TAB, set cmp->offsets properly.
18824
18825 * xterm.c (x_draw_composite_glyph_string_foreground): Check
18826 s->face is NULL or not.
18827
18828 2008-02-01 Kenichi Handa <handa@m17n.org>
18829
18830 * xterm.c (x_set_glyph_string_clipping_exactly): New function.
18831 (x_draw_glyph_string): Fix drawing of right_overhang and
18832 left_overhang around/on cursor.
18833
18834 * xdisp.c (draw_glyphs): Fix inclusion of right_overwriting glyphs.
18835
18836 2008-02-01 Kenichi Handa <handa@m17n.org>
18837
18838 * xdisp.c (x_produce_glyphs): Handle composition with TAB.
18839
18840 2008-02-01 Kenichi Handa <handa@m17n.org>
18841
18842 * coding.c (Fdefine_coding_system_internal)
18843 (Fdefine_coding_system_alias): Avoid a duplicated element in
18844 Vcoding_system_alist.
18845
18846 2008-02-01 Kenichi Handa <handa@m17n.org>
18847
18848 * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
18849
18850 * coding.c (Qcoding_system_define_form): New variable.
18851 (syms_of_coding): Intern and staticpro it.
18852 (Fcoding_system_p): Check Qcoding_system_define_form.
18853 (Fcheck_coding_system): Try to autoload the definition of CODING-SYSTEM.
18854
18855 * coding.h (CODING_SYSTEM_P): If ID is not available, call
18856 Fcoding_system_p.
18857 (CHECK_CODING_SYSTEM): If ID is not available, call
18858 Fcheck_coding_system.
18859 (CHECK_CODING_SYSTEM_GET_SPEC, CHECK_CODING_SYSTEM_GET_ID):
18860 Try also Fcheck_coding_system.
18861
18862 2008-02-01 Kenichi Handa <handa@m17n.org>
18863
18864 * coding.c (code_conversion_restore): GCPRO arg.
18865
18866 2008-02-01 Kenichi Handa <handa@m17n.org>
18867
18868 * character.c (lisp_string_width): Check multibyteness of STRING.
18869
18870 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18871
18872 * macterm.c (mac_encode_char): Call ccl_driver with the last arg
18873 Qnil. Use JIS_TO_SJIS instead of ENCODE_SJIS.
18874 (decode_mac_font_name): Use decode_coding_c_string instead of
18875 decode_coding.
18876 (x_load_font): Initialize fontp->fontset to -1. Set
18877 fontp->encoding_type.
18878
18879 2008-02-01 Kenichi Handa <handa@m17n.org>
18880
18881 * search.c (search_buffer): Give up BM search on case-fold-search
18882 if one of a target character has a case-equivalence of different
18883 byte length even if that target charcter is an ASCII.
18884 (simple_search): Fix calculation of byte length of matched text.
18885 (boyer_moore): Fix handling of case-equivalent multibyte characters.
18886
18887 2008-02-01 Kenichi Handa <handa@m17n.org>
18888
18889 * coding.c (decode_coding): Fix handling of invalid bytes.
18890
18891 2008-02-01 Kenichi Handa <handa@m17n.org>
18892
18893 * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
18894 Unicode characters.
18895
18896 2008-02-01 Kenichi Handa <handa@m17n.org>
18897
18898 * coding.c (encode_coding_object): If a pre-write-conversion
18899 function makes a new buffer, kill it.
18900
18901 2008-02-01 Kenichi Handa <handa@m17n.org>
18902
18903 * coding.c (QCascii_compatible_p): New variable.
18904 (syms_of_coding): Initialize it.
18905 (ONE_MORE_BYTE, ONE_MORE_BYTE_NO_CHECK): Decrement `src' before
18906 calling string_char.
18907 (record_conversion_result): Add `default:' case.
18908 (coding_charset_list): Delete unused variable `coding_type'.
18909 (Fdefine_coding_system_internal): Add `ascii-compatible-p'
18910 property in the plist of the coding system.
18911 (Fcoding_system_put): Check QCascii_compatible_p.
18912
18913 2008-02-01 Miles Bader <miles@gnu.org>
18914
18915 * xfaces.c (Finternal_lisp_face_equal_p): Restore previously
18916 removed calculation of frame `f', as it's now used.
18917
18918 2008-02-01 Kenichi Handa <handa@m17n.org>
18919
18920 * Makefile.in (RUN_TEMACS): Include "-nl" if HAVE_SHM is defined.
18921 (emacs${EXEEXT}): Run $(RUN_TEMACS) unconditionally.
18922 (UNIDATA): New variable.
18923 (${lispsource}international/charprop.el): Depends on ${UNIDATA}.
18924 (bootstrap-emacs${EXEEXT}): Depends on charprop.el. Run
18925 $(RUN_TEMACS) unconditionally.
18926
18927 2008-02-01 Kenichi Handa <handa@m17n.org>
18928
18929 * Makefile.in (temacs${EXEEXT}): Build charprop.el if necessary.
18930 (admindir): New variable.
18931 ($(lispsource)international/charprop.el): New target.
18932
18933 2008-02-01 Miles Bader <miles@gnu.org>
18934
18935 * character.c (chars-in-region): Remove obsolete function.
18936 (syms_of_character): Remove its initialization.
18937
18938 2008-02-01 Benjamin Riefenstahl <b.riefenstahl@turtle-trading.net>
18939
18940 * w32select.c (validate_coding_system)
18941 (setup_windows_coding_system): New functions.
18942 (convert_to_handle_as_coded, Fw32_get_clipboard_data): Use
18943 setup_windows_coding_system.
18944 (setup_config, Fw32_get_clipboard_data): Use
18945 validate_coding_system.
18946 (Fx_selection_exists): Move call to setup_config to a place
18947 where signals are allowed.
18948
18949 * lisp.h (Fcoding_system_base, Fcoding_system_eol_type)
18950 (Fcheck_coding_system): Add declarations.
18951
18952 2008-02-01 Kenichi Handa <handa@m17n.org>
18953
18954 * charset.c (load_charset_map_from_vector): Fix for the first iteration.
18955
18956 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18957
18958 * macfns.c (Fx_create_frame, x_create_tip_frame): Pass Lisp
18959 string as the second argument for x_new_fontset.
18960
18961 2008-02-01 Kenichi Handa <handa@m17n.org>
18962
18963 * coding.c (decode_coding_object): Use safe_call1 instead of call1.
18964 (encode_coding_object): Use safe_call instead of call2.
18965
18966 2008-02-01 Kenichi Handa <handa@m17n.org>
18967
18968 * fontset.c (Fset_fontset_font): Check family element of a given vector.
18969
18970 * Makefile.in (lisp): Include charprop.el.
18971
18972 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18973
18974 * macfns.c (Fx_create_frame, x_create_tip_frame): Fix crash.
18975 Not sure if it's unnecessary.
18976
18977 2008-02-01 Steven Tamm <steventamm@mac.com>
18978
18979 * macfns.c (Fx_create_frame, x_create_tip_frame): ifdef'd out
18980 some possibly unnecessary fontset checking code that crashed
18981 when creating a new frame.
18982
18983 2008-02-01 Kenichi Handa <handa@m17n.org>
18984
18985 * xfaces.c (merge_faces): Fix argument to lookup_derived_face and
18986 lookup_face.
18987
18988 * xdisp.c (Fformat_mode_line): Fix argument to lookup_named_face.
18989
18990 * fringe.c (draw_fringe_bitmap_1): Fix argument to lookup_named_face.
18991
18992 2008-02-01 Kenichi Handa <handa@m17n.org>
18993
18994 * coding.c: Cancel the change done in HEAD on 2008-02-01.
18995 (coding_charset_list): New function.
18996
18997 * coding.h (coding_charset_list): Extern it.
18998
18999 2008-02-01 Kenichi Handa <handa@m17n.org>
19000
19001 * fontset.c (Fset_fontset_font): Call find_font_encoding with
19002 concatenation of family and registry.
19003
19004 2008-02-01 Kenichi Handa <handa@m17n.org>
19005
19006 * character.h (BYTE8_STRING): Fix typo.
19007
19008 * editfns.c (Ftranslate_region_internal): Don't convert unibyte
19009 string to multibyte (sync to HEAD).
19010
19011 * casefiddle.c (casify_region): Handle changes in byte-length
19012 using replace_range_2 (sync to HEAD).
19013
19014 2008-02-01 Andreas Schwab <schwab@suse.de>
19015
19016 * chartab.c (map_char_table): GCPRO table and arg.
19017
19018 2008-02-01 Kenichi Handa <handa@m17n.org>
19019
19020 * syntax.c (skip_syntaxes): Return lispy 0 (not nil) if point is
19021 already at limit.
19022
19023 2008-02-01 Kenichi Handa <handa@m17n.org>
19024
19025 * fontset.c (fs_load_font): Use fast_string_match_ignore_case
19026 instead of fast_c_string_match_ignore_case.
19027 (find_font_encoding): Change argument to Lisp_Object. Use
19028 fast_string_match_ignore_case instead of
19029 fast_c_string_match_ignore_case. Change caller.
19030
19031 2008-02-01 Kenichi Handa <handa@m17n.org>
19032
19033 * xdisp.c (get_next_display_element): In unibyte case, decide to
19034 display in octal form by checking a character by
19035 UNIBYTE_CHAR_HAS_MULTIBYTE_P.
19036
19037 * charset.c (Fset_unibyte_charset): Setup unibyte_has_multibyte_table.
19038
19039 * character.c (unibyte_has_multibyte_table): New variable.
19040
19041 * character.h (unibyte_has_multibyte_table): Extern it.
19042 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): New macro.
19043
19044 2008-02-01 Kenichi Handa <handa@m17n.org>
19045
19046 * coding.c (encode_coding_iso_2022): Fix handling of charset
19047 annotation.
19048
19049 2008-02-01 Kenichi Handa <handa@m17n.org>
19050
19051 * coding.c (setup_coding_system): If coding_system is nil, use
19052 Qundecided.
19053 (Fterminal_coding_system): Return nil if terminal coding system is
19054 `undecided'.
19055 (syms_of_coding): Define coding-system `undecided' here. Setup
19056 terminal_coding as `undecided'.
19057
19058 2008-02-01 Kenichi Handa <handa@m17n.org>
19059
19060 * xdisp.c (message_dolog, set_message_1): Call
19061 unibyte_char_to_multibyte with arg type int.
19062
19063 * lread.c (read1): Fix reading of a char-table.
19064
19065 * print.c (print_object): Include sub char-table in circularities
19066 detection.
19067
19068 2008-02-01 Kenichi Handa <handa@m17n.org>
19069
19070 * keymap.c (where_is_internal_2): Fix for the case that KEY is a cons.
19071 Append the found sequences in car of ARGS instead of prepending.
19072
19073 2008-02-01 Kenichi Handa <handa@m17n.org>
19074
19075 * fileio.c (report_file_error): Make a unibyte string from
19076 strerror (errorno).
19077 (Fsubstitute_in_file_name): Fix the arg to
19078 unibyte_char_to_multibyte. It is evaluated twice.
19079
19080 2008-02-01 Kenichi Handa <handa@m17n.org>
19081
19082 * charset.h (CHAR_CHARSET): Shortcut for ASCII case.
19083
19084 2008-02-01 Kenichi Handa <handa@m17n.org>
19085
19086 * coding.c (detect_coding_utf_16): Don't set detect_info->found if
19087 BOM is not found.
19088 (detect_coding, detect_coding_system): Optimization for ISO-2022
19089 when no 8-bit data is found.
19090
19091 2008-02-01 Jason Rumney <jasonr@gnu.org>
19092
19093 * w32fns.c (x_to_w32_font): Update to use new coding struct.
19094
19095 2008-02-01 Kenichi Handa <handa@m17n.org>
19096
19097 * charset.c (Fdeclare_equiv_charset, Fiso_charset): Fix handing of
19098 CHARS.
19099
19100 2008-02-01 Steven Tamm <steventamm@mac.com>
19101
19102 * macterm.c (mac_encode_char): Add charset argument and update
19103 to use encoding_type.
19104 (x_new_font, x_new_fontset): Merge in changes from xterm.c;
19105 switch to pure fontset.
19106 (decode_mac_font_name): Temporarily remove decoding.
19107 (x_font_name_to_mac_font_name): Temporarily remove encoding.
19108 (x_load_font): Temporarily remove encoding.
19109
19110 2008-02-01 Kenichi Handa <handa@m17n.org>
19111
19112 * xfaces.c (Fface_font): If frame is not on a window system,
19113 ignore CHARACTER arg. If HAVE_WINDOW_SYSTEM is not defined, don't
19114 refer to face->font.
19115 (split_font_name_into_vector, build_font_name_from_vector)
19116 (lookup_non_ascii_face, realize_non_ascii_face): Define them only
19117 when HAVE_WINDOW_SYSTEM is defined.
19118
19119 2008-02-01 Kenichi Handa <handa@m17n.org>
19120
19121 * xdisp.c (BUILD_GLYPH_STRINGS): Check if s is NULL.
19122 (x_produce_glyphs): Fix setting of members of cmp in case
19123 cmp->glyph_len is zero.
19124
19125 * fontset.c (Fset_fontset_font): Fix docstring.
19126 (Ffontset_info): Make it backward compatible. New arg ALL.
19127
19128 2008-02-01 Kim F. Storm <storm@cua.dk>
19129
19130 * process.c (read_process_output): Grow decoding_buf when needed;
19131 this could cause a crash in allocate_string and compact_small_strings.
19132
19133 2008-02-01 Kenichi Handa <handa@m17n.org>
19134
19135 * fileio.c (WRITE_BUF_SIZE): Delete this macro.
19136
19137 2008-02-01 Kenichi Handa <handa@m17n.org>
19138
19139 * coding.c (setup_coding_system): Set coding->common_flags
19140 correctly for raw-text.
19141 (consume_chars): On encoding unibyte text by raw-text, don't check
19142 multibyte form.
19143 (encode_coding): On encoding by raw-text, never use translation tables.
19144
19145 * fileio.c (e_write): Short cut for the case of no encoding.
19146
19147 2008-02-01 Kenichi Handa <handa@m17n.org>
19148
19149 * coding.c (detect_coding, detect_coding_system): Delete unused
19150 variables.
19151
19152 2008-02-01 Kenichi Handa <handa@m17n.org>
19153
19154 * coding.c (encode_coding_utf_8): Fix handling of raw-byte char.
19155 (consume_chars): Fix handling of 8-bit bytes in unibyte source.
19156
19157 2008-02-01 Kenichi Handa <handa@m17n.org>
19158
19159 * coding.c (Ffind_coding_systems_region_internal): Include
19160 raw-text and no-conversion in the result.
19161
19162 2008-02-01 Kenichi Handa <handa@m17n.org>
19163
19164 * fontset.c (find_font_encoding): Return `ascii' for unknown encoding.
19165 (load_font_get_repertory): Delete unnecessary check of ENCODING of
19166 FONT_DEF.
19167 (font_def_arg, add_arg, from_arg, to_arg): New args.
19168 (set_fontset_font): Change argument.
19169 (Fset_fontset_font): Fix for the case that TARGET is a script
19170 name and charset name.
19171 (new_fontset_from_font_name): Fix argument to Fnew_fontset.
19172
19173 2008-02-01 Kenichi Handa <handa@m17n.org>
19174
19175 * fontset.c (fontset_font): Rename from fontset_face. Change return
19176 value.
19177 (face_suitable_for_char_p, face_for_char): Adjust for the change
19178 of fontset_font.
19179 (make_fontset_for_ascii_face): Fix setting of the fontset element
19180 for ASCII.
19181 (Finternal_char_font): Use fontset_font instead of FACE_FOR_CHAR
19182 to get a font name.
19183 (Ffontset_info): Adjust for the change of fontset_font.
19184
19185 * coding.c (emacs_mule_char): Check invalid code more rigidly.
19186
19187 * character.h (LEADING_CODE_LATIN_1_MIN)
19188 (LEADING_CODE_LATIN_1_MAX): Delete these macros.
19189
19190 2008-02-01 Kenichi Handa <handa@m17n.org>
19191
19192 * editfns.c (check_translation): New function.
19193 (Ftranslate_region_internal): Handle M:N mapping.
19194
19195 2008-02-01 Kenichi Handa <handa@m17n.org>
19196
19197 * xfaces.c (xlfd_point_size): Set font->numeric[XLFD_PIXEL_SIZE].
19198
19199 2008-02-01 Kenichi Handa <handa@m17n.org>
19200
19201 * coding.c (DECODE_DESIGNATION): Set chars_96 to -1 instead of
19202 goto invalid_code.
19203 (decode_coding_iso_2022): Fix handling of invalid designation.
19204
19205 * fileio.c (Finsert_file_contents): Be sure to call unbind_to
19206 after calling code_conversion_save.
19207
19208 2008-02-01 Kenichi Handa <handa@m17n.org>
19209
19210 * xdisp.c (handle_auto_composed_prop): Fix Lisp_Object/int mixup.
19211
19212 * print.c (print_prune_string_charset): Fix Lisp_Object/int mixup.
19213
19214 * fontset.c: Include "intervals.h".
19215 (fontset_face): Fix comparing of Lisp_Objects.
19216 (free_face_fontset, new_fontset_from_font_name): Fix
19217 Lisp_Object/int mixup.
19218
19219 * editfns.c (Ftranslate_region_internal): Fix Lisp_Object/int mixup.
19220
19221 * coding.c: Add many prototypes for static functions.
19222 (get_translation_table): Allow max_lookup to be NULL.
19223 (decode_coding, Ffind_coding_systems_region_internal)
19224 (Funencodable_char_position, Fcheck_coding_systems_region): Call
19225 get_translation_table with max_lookup NULL.
19226
19227 2008-02-01 Kenichi Handa <handa@m17n.org>
19228
19229 * coding.c (get_translation_table): Declare it as Lisp_Object.
19230 (LOOKUP_TRANSLATION_TABLE): New macro.
19231 (produce_chars, consume_chars): Use LOOKUP_TRANSLATION_TABLE
19232 instead of CHAR_TABLE_REF.
19233
19234 2008-02-01 Kenichi Handa <handa@m17n.org>
19235
19236 * coding.c (MAX_ANNOTATION_LENGTH): Adjust for the change of
19237 annotation data format.
19238 (ADD_ANNOTATION_DATA, ADD_COMPOSITION_DATA, ADD_CHARSET_DATA):
19239 Change arguments FROM and TO to single argument NCHARS. Change caller.
19240 (decode_coding_utf_8, decode_coding_utf_16, decode_coding_emacs_mule)
19241 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
19242 (decode_coding_ccl, decode_coding_charset): Pay attention to
19243 coding->charbuf_used.
19244 (get_translation): New function.
19245 (produce_chars): New arguments translation_table and last_block.
19246 Translate characters here. Return number of carryover chars.
19247 Change caller.
19248 (produce_composition): New argument pos. Change caller.
19249 Adjust for the change of annotation data format.
19250 (produce_charset, produce_annotation): Likewise.
19251 (decode_coding, encode_coding): Don't call translate_chars.
19252 (consume_chars): New arg translation_table. Change caller.
19253 (translate_chars): Delete.
19254 (syms_of_coding): Make translation-table's number of extra slots 2.
19255
19256 2008-02-01 Kenichi Handa <handa@m17n.org>
19257
19258 * search.c (simple_search): Fix setting this_pos_byte in backward
19259 search.
19260
19261 * coding.c (detect_coding_emacs_mule): Fix counting of encoded
19262 byte sequence.
19263 (detect_coding_ccl): Fix setting of the variable valids.
19264
19265 2008-02-01 Kenichi Handa <handa@m17n.org>
19266
19267 * xterm.c (x_list_fonts): Fix the detection of an auto-scaled font.
19268
19269 * coding.c (decode_coding_utf_16): Fix handling of surrogate pair.
19270
19271 * editfns.c (Ftranslate_region_internal): Rename from
19272 Ftranslate_region. Accept a char-table in TABLE.
19273 (syms_of_editfns): Defsubr Stranslate_region_internal.
19274
19275 * xfaces.c (set_lface_from_font_name): If a font is specified for
19276 a frame, generate a fontset from the font.
19277 (build_scalable_font_name): If the scalable font is requested for
19278 a specific size, don't change that size.
19279 (try_font_list): Try a scalable font also in the case that a
19280 pattern string is specified.
19281
19282 2008-02-01 Kenichi Handa <handa@m17n.org>
19283
19284 * xfaces.c (Fface_font): New optional arg CHARACTER.
19285
19286 2008-02-01 Kenichi Handa <handa@m17n.org>
19287
19288 * charset.h (CHARSET_OFFSET): New macro.
19289
19290 2008-02-01 Kenichi Handa <handa@m17n.org>
19291
19292 * xterm.c (x_get_font_repertory): Fix for non-Unicode-bmp charset.
19293
19294 * fontset.c (fontset_face): Handle the case that repertory is a
19295 char-table.
19296 (find_font_encoding): Return nil for unknown encoding.
19297 (Fset_fontset_font): Ignore a font of unknown encoding.
19298
19299 2008-02-01 Kenichi Handa <handa@m17n.org>
19300
19301 * keymap.c (describe_vector): Handle default value of a char table.
19302
19303 * fontset.c (fontset_face): Handle fallback fonts correctly.
19304 (Ffontset_info): Return infomation about fallback fonts.
19305
19306 2008-02-01 Kenichi Handa <handa@m17n.org>
19307
19308 * fontset.c (FONTSET_DEFAULT): New macro.
19309 (FONTSET_ADD, fontset_add): Handle the case that range is nil.
19310 (Fset_fontset_font): Change the 2nd arg name to TARGET, and handle
19311 the case that it is nil.
19312 (dump_fontset): Call FONTSET_DEFAULT, not FONTSET_FALLBACK.
19313 (syms_of_fontset): Set char-table-extra-slots property of fontset to 9.
19314
19315 * charset.h (CHAR_CHARSET_P): Fix for the case that the method is
19316 subset or superset.
19317
19318 2008-02-01 Kenichi Handa <handa@m17n.org>
19319
19320 * emacs.c (main): Call init_charset after syms_of_XXX.
19321
19322 * charset.c (Vcharset_map_directory): Delete.
19323 (Vcharset_map_path): New variable.
19324 (load_charset_map_from_file): Use Vcharset_map_path instead.
19325 (init_charset): Initialize Vcharset_map_path.
19326 (syms_of_charset): Delete declaration of "charset-map-directory",
19327 add declaration of "charset-map-path".
19328
19329 2008-02-01 Kenichi Handa <handa@m17n.org>
19330
19331 * fns.c (string_char_to_byte, string_byte_to_char): Optimize for
19332 ASCII only string.
19333
19334 * fileio.c (Finsert_file_contents): Avoid detecting a code twice.
19335
19336 * coding.c (detect_coding_iso_2022): Fix handling of SS2 and SS3.
19337 (detect_coding, detect_coding_system): Treat '\0' as normal ASCII byte.
19338
19339 2008-02-01 Kenichi Handa <handa@m17n.org>
19340
19341 * coding.h (SJIS_TO_JIS2, JIS_TO_SJIS2): New macros.
19342
19343 * coding.c (QCmnemonic, QCdefalut_char)
19344 (QCdecode_translation_table, QCencode_translation_table)
19345 (QCpost_read_conversion, QCpre_write_conversion): New variables.
19346 (get_translation_table): Return a list of translation tables if
19347 necessary.
19348 (decode_coding): Call get_translation_table with ENCODEP 0.
19349 (char_encodable_p): If translation_table is non-nil, always call
19350 translate_char.
19351 (Fdefine_coding_system_internal): Accept list of translation
19352 tables as :encode-translation-table and :decode-translation-table.
19353 (Fcoding_system_put): New function.
19354 (syms_of_coding): Declare new symbols. Defsubr
19355 Scoding_system_put.
19356 (decode_coding_sjis, encode_coding_sjis): Handle 4th charset,
19357 typically JISX0212.
19358
19359 * charset.c (map_charset_chars): Fix arg to map_charset_chars in
19360 when the charset is superset type.
19361
19362 * character.c (translate_char): Accept list of translation tables.
19363
19364 2008-02-01 Kenichi Handa <handa@m17n.org>
19365
19366 * coding.h (enum coding_attr_index): New member coding_attr_trans_tbl.
19367 (CODING_ATTR_TRANS_TBL): New macro.
19368
19369 * coding.c (get_translation_table): New function.
19370 (translate_chars): Fix the bug of skipping annotation data.
19371 (decode_coding, encode_coding): Utilize get_translation_table.
19372 (char_encodable_p, Funencodable_char_position): Translate char if
19373 necessary.
19374 (Ffind_coding_systems_region_internal)
19375 (Fcheck_coding_systems_region): Setup translation table for encode
19376 in a coding system attribute vector in advance.
19377 (Fdefine_coding_system_internal): Allow a symbol as translation
19378 table. For shift-jis type coding system, allow 4th charset.
19379
19380 2008-02-01 Kenichi Handa <handa@m17n.org>
19381
19382 * coding.c (decode_coding_sjis): Check the first byte rigidly.
19383
19384 * xdisp.c (get_next_display_element): Pass -1 as POS to
19385 FACE_FOR_CHAR if displaying a C-string.
19386
19387 2008-02-01 Kenichi Handa <handa@m17n.org>
19388
19389 * composite.c (get_composition_id): Handle xoff and yoff in a
19390 composition rule.
19391
19392 * composite.h (COMPOSITION_DECODE_RULE): New arg xoff and yoff.
19393 (struct composition): New member lbearing and rbearing.
19394
19395 * xdisp.c (move_it_to): Optimize for the case (op & MOVE_TO_Y).
19396 (x_get_glyph_overhangs): Handle a composition glyph.
19397 (x_produce_glyphs): Setup lbearing and rbreaing for a composition glyph.
19398
19399 * xterm.c (x_compute_glyph_string_overhangs): Handle also a
19400 composition glyph.
19401
19402 2008-02-01 Kenichi Handa <handa@m17n.org>
19403
19404 * print.c: Include charset.h.
19405 (Vprint_charset_text_property): New variable.
19406 (Qdefault): Extern it.
19407 (PRINT_STRING_NON_CHARSET_FOUND)
19408 (PRINT_STRING_UNSAFE_CHARSET_FOUND): New macros.
19409 (print_check_string_result): New variable.
19410 (print_check_string_charset_prop): New function.
19411 (print_prune_charset_plist): New variable.
19412 (print_prune_string_charset): New function.
19413 (print_object): Call print_prune_string_charset if
19414 Vprint_charset_text_property is not t.
19415 (print_interval): Print nothing if interval->plist is nil.
19416 (syms_of_print): Declare Vprint_charset_text_property as a lisp
19417 variable. Init and staticpro print_prune_charset_plist.
19418
19419 2008-02-01 Kenichi Handa <handa@m17n.org>
19420
19421 * fontset.c (new_fontset_from_font_name): Use the specified font
19422 for all characters in the new fontset.
19423
19424 * macterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
19425 OBJECT args.
19426
19427 * xdisp.c (x_produce_glyphs): Call FACE_FOR_CHAR with POS and
19428 OBJECT args for composition too.
19429
19430 * w32term.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
19431 OBJECT args.
19432
19433 2008-02-01 Kenichi Handa <handa@m17n.org>
19434
19435 * dispextern.h (FACE_FOR_CHAR): New args POS and OBJECT.
19436
19437 * fontset.c (reorder_font_vector): Adjust for the change of
19438 FONT_DEF format.
19439 (fontset_face): New arg id. Change caller.
19440 (face_for_char): New args pos and object.
19441 (make_fontset_for_ascii_face): Adjust for the change of FONT_DEF format.
19442 (fs_query_fontset): Check NAME by Fassoc too.
19443 (Fset_fontset_font): Allow non-XLFD font name.
19444 (Ffontset_info): Adjust for the change of FONT_DEF format.
19445
19446 * fontset.h (face_for_char): Adjust prototype.
19447
19448 * xdisp.c (face_before_or_after_it_pos, get_next_display_element)
19449 (append_space, extend_face_to_end_of_line)
19450 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
19451 (x_produce_glyphs): Call FACE_FOR_CHAR with POS and OBJECT args.
19452
19453 * xfaces.c (compute_char_face): Call FACE_FOR_CHAR with
19454 POS and OBJECT args.
19455
19456 * xterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with
19457 POS and OBJECT args.
19458
19459 2008-02-01 Jason Rumney <jasonr@gnu.org>
19460
19461 * w32select.c (Fw32_set_clipboard_data): Avoid potential realloc
19462 of GlobalAlloc'ed memory.
19463
19464 2008-02-01 Kenichi Handa <handa@m17n.org>
19465
19466 * ccl.c (Fccl_execute_on_string): Fix the condition of loop.
19467
19468 * charset.h (charset_table_used): Delete extern.
19469
19470 * charset.c (charset_table_used): Make it static.
19471 (map_charset_chars): Fix args to c_function with.
19472
19473 * chartab.c (map_sub_char_table_for_charset): Fix args to
19474 c_function with.
19475
19476 * coding.h (enum coding_result_code): Delete
19477 CODING_RESULT_INSUFFICIENT_CMP, add CODING_RESULT_INVALID_SRC.
19478
19479 * coding.c (Qinsufficient_source, Qinconsistent_eol)
19480 (Qinvalid_source, Qinterrupted, Qinsufficient_memory): New variables.
19481 (Vlast_code_conversion_error): New variables.
19482 (syms_of_coding): DEFSYM or DEFVAR_LISP them.
19483 (ONE_MORE_BYTE): Record error if any instead of signaling an
19484 error. If non-ASCII multibyte char is found, return the negative
19485 value of the code. All callers changed to check it.
19486 (ONE_MORE_BYTE_NO_CHECK): Likewise.
19487 (record_conversion_result): New function. Change all codes setting
19488 coding->result to call this function.
19489 (detect_coding_utf_8, decode_coding_utf_8)
19490 (detect_coding_emacs_mule, detect_coding_sji, detect_coding_big5):
19491 Don't use the local variable incomplete.
19492 (emacs_mule_char): Change the second arg to `const'.
19493 (decode_coding): Fix of flushing out unprocessed data.
19494 (make_conversion_work_buffer): Fix making of a work buffer.
19495 (decode_coding_object): Return coding->dst_object.
19496
19497 * fontset.c (set_fontset_font): Fix args.
19498
19499 * lisp.h (CHARACTERBITS): Define as 22.
19500
19501 * process.c (send_process): Be sure to set coding->src_multibyte.
19502
19503 * xdisp.c (handle_auto_composed_prop): Fix setting of limit.
19504
19505 2008-02-01 Kenichi Handa <handa@m17n.org>
19506
19507 * xdisp.c (handle_auto_composed_prop): Give limit to
19508 Fnext_single_char_property_change.
19509
19510 2008-02-01 Kenichi Handa <handa@m17n.org>
19511
19512 * composite.c (syms_of_composite): Don't make the composition hash
19513 table weak.
19514
19515 * fontset.c (Fset_fontset_font): Fix docstring.
19516
19517 * lisp.h (detect_coding_system): Adjust prototype.
19518
19519 * fileio.c (kill_workbuf_unwind): Delete this function.
19520 (Finsert_file_contents): Adjust the call of detect_coding_system.
19521 Get conversion_buffer by code_conversion_save. Use the macro
19522 CODING_MAY_REQUIRE_DECODING. After decoding, update
19523 coding_system.
19524
19525 * coding.h (make_conversion_work_buffer): Delete extern.
19526 (code_conversion_save): Extern it.
19527
19528 * coding.c (enum iso_code_class_type): Delete ISO_carriage_return.
19529 (CODING_GET_INFO): Delete argument eol_type. Change callers.
19530 (decode_coding_utf_8): Don't do eol converion.
19531 (detect_coding_utf_16): Check coding->src_chars, not
19532 coding->src_bytes. Add heuristics for those that have no signature.
19533 (decode_coding_emacs_mule, decode_coding_iso_2022)
19534 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
19535 Don't do eol converion.
19536 (adjust_coding_eol_type): Return a new coding system.
19537 (detect_coding): Don't detect eol. Fix for utf-16 detection.
19538 (decode_eol): In case of CRLF->LF conversion, use del_range_2 on
19539 each change.
19540 (decode_coding): Pay attention to undo_list. Do eol conversion for
19541 all types of coding-systems (if necessary).
19542 (Vcode_conversion_work_buf_list): Delete it.
19543 (Vcode_conversion_reused_workbuf): Rename from
19544 Vcode_conversion_reused_work_buf.
19545 (Vcode_conversion_workbuf_name): New variable.
19546 (reused_workbuf_in_use): New variable.
19547 (make_conversion_work_buffer): Delete the arg DEPTH.
19548 (code_conversion_restore): Change argument to cons.
19549 (code_conversion_save): Delete the argument BUFFER. Change callers.
19550 (detect_coding_system): New argument src_chars. Change callers.
19551 Fix for utf-16 detection.
19552 (init_coding_once): Don't use ISO_carriage_return.
19553 (syms_of_coding): Initialize Vcode_conversion_workbuf_name and
19554 reused_workbuf_in_use.
19555
19556 2008-02-01 Kenichi Handa <handa@m17n.org>
19557
19558 * keymap.c (store_in_keymap): Pay attention to the case that idx
19559 is a cons specifying a character range.
19560
19561 2008-02-01 Kenichi Handa <handa@m17n.org>
19562
19563 * xdisp.c (handle_auto_composed_prop): Fix the case of returning
19564 HANDLED_RECOMPUTE_PROPS.
19565
19566 * coding.c (Fdefine_coding_system_internal): Fix checking of
19567 ascii compatibility.
19568
19569 2008-02-01 Kenichi Handa <handa@m17n.org>
19570
19571 * charset.c (find_charsets_in_text): Delete unused locale variable.
19572 (Fset_charset_priority): Update Vemacs_mule_charset_list too.
19573
19574 * coding.c (encode_coding_emacs_mule): Emit bytes with MSB.
19575 Resync charset_list to Vemacs_mule_charset_list.
19576
19577 * keymap.c (store_in_keymap): Pay attention to the case that idx
19578 is a cons specifying a character range.
19579
19580 2008-02-01 Kenichi Handa <handa@m17n.org>
19581
19582 * composite.c (update_compositions): Bind inhibit-read-only, etc
19583 to t before calling remove-list-of-text-properties.
19584
19585 * print.c (print_object): Always print ASCII chars as is.
19586
19587 2008-02-01 Kenichi Handa <handa@m17n.org>
19588
19589 * keymap.c (Fdefine_key): Fix handling of Lucid style event type list.
19590
19591 * fns.c (Fmapconcat, Fmapcar, Fmapc): Signal an error if SEQUENCE
19592 is a char table.
19593
19594 2008-02-01 Kenichi Handa <handa@m17n.org>
19595
19596 * syntax.c (skip_chars): Be sure to alloca char_ranges when necessary.
19597
19598 2008-02-01 Kenichi Handa <handa@m17n.org>
19599
19600 * xfaces.c (set_lface_from_font_name): Fix for the case that
19601 FONTNAME is not fontset name.
19602
19603 2008-02-01 Kenichi Handa <handa@m17n.org>
19604
19605 * fns.c (base64_encode_1): Fix previous change.
19606
19607 2008-02-01 Kenichi Handa <handa@m17n.org>
19608
19609 * fontset.c (set_fontset_font): New function.
19610 (Fset_fontset_font): If a font is specified for a charset, use
19611 map_charset_chars to store the font spec in a fontset.
19612
19613 2008-02-01 Kenichi Handa <handa@m17n.org>
19614
19615 * fontset.c (fontset_face): Create a fallback fontset on demand.
19616 (make_fontset): Don't create a fallback fontset here.
19617 (free_face_fontset): Free a fallback fontset (if any) too.
19618 (n_auto_fontsets): Delete this variable.
19619 (auto_fontset_alist): New variable.
19620 (new_fontset_from_font_name): Check auto_fontset_alist.
19621 (dump_fontset) [FONTSET_DEBUG]: Fully re-written.
19622 (Ffontset_list_all) [FONTSET_DEBUG]: New function.
19623 (syms_of_fontset): Initialize and staticpro auto_fontset_alist.
19624 Defsubr Sfontset_list_all.
19625
19626 2008-02-01 Kenichi Handa <handa@m17n.org>
19627
19628 * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
19629
19630 2008-02-01 Kenichi Handa <handa@m17n.org>
19631
19632 * fontset.c (Fnew_fontset): Check NAME more rigidly.
19633
19634 2008-02-01 Kenichi Handa <handa@m17n.org>
19635
19636 * editfns.c (Fgoto_char): Fix docstring.
19637
19638 2008-02-01 Kenichi Handa <handa@m17n.org>
19639
19640 * insdel.c (insert_from_gap): Adjust intervals correctly.
19641
19642 2008-02-01 Jason Rumney <jasonr@gnu.org>
19643
19644 * w32term.c (GLYPHSET, WCRANGE): Define if system headers don't.
19645 (pfnGetFontUnicodeRanges): New dynamically loaded function.
19646 (w32_initialize): Try to load it.
19647 (x_get_font_repertory): Use it if available.
19648 (w32_encode_char): Add shortcut for unicode output.
19649
19650 * w32fns.c (w32_load_system_font): Default charset to -1.
19651 (x_to_w32_charset): Match all fonts for unicode.
19652 (w32_to_x_charset): New parameter matching. Don't return partial
19653 or wildcard charsets.
19654 (w32_to_all_x_charsets): Don't return partial or wildcard charsets.
19655 (w32_codepage_for_font): Return CP_UNICODE for unicode.
19656 (w32_to_x_font): Match charset to real charset.
19657 (enum_font_cb2): Always list unicode versions.
19658
19659 * makefile.w32-in (temacs): Increase EMHEAP.
19660
19661 2008-02-01 Jason Rumney <jasonr@gnu.org>
19662
19663 * w32term.c (w32_encode_char): New charset parameter.
19664 font_info.encoding becomes encoding_type.
19665 (x_get_font_repertory): New function. Warning: stub only!
19666 (x_new_font): Return quickly if font already set.
19667 (x_new_fontset): fontsetname parameter is Lisp_Object.
19668 Use new fs_query_fontset. Try new_fontset_from_font_name.
19669 Use fontset_name for return value.
19670
19671 * w32term.h: Declare x_get_font_repertory.
19672
19673 * w32select.c (Fw32_set_clipboard_data): Use string_x_string_p in
19674 place of find_charset_in_text. Use encode_coding_object in place
19675 of encode_coding.
19676 (Fw32_get_clipboard_data): Use decode_coding_c_string in place of
19677 decode_coding.
19678
19679 * w32fns.c (Fx_create_frame, x_create_tip_frame): Use new version
19680 of x_new_fontset.
19681 (w32_load_system_font): Initialize charset as unicode.
19682 font_info.encoding becomes encoding_type.
19683 (w32_to_x_font): Use decode_coding_c_string in place of decode_coding.
19684 (x_to_w32_font): Use encode_coding_object in place of encode_coding.
19685 (syms_of_w32fns): Set get_font_repertory_func.
19686
19687 * w32console.c: Include character.h. Use terminal_encode_buffer
19688 from term.c.
19689 (write_glyphs): Use new version of encode_terminal_code. Use
19690 encode_coding_object in place of encode_coding.
19691
19692 * w32bdf.c (w32_load_bdf_font): Clear font_info before filling.
19693 encoding becomes encoding_type.
19694
19695 * term.c (terminal_encode_buffer): Make externally visible.
19696
19697 * makefile.w32-in: Add character.h dependancies.
19698 (character.o, chartab.o): New targets.
19699
19700 2008-02-01 Kenichi Handa <handa@m17n.org>
19701
19702 * fileio.c (Finsert_file_contents) [DOS_NT]: Use the macro
19703 CODING_ID_EOL_TYPE.
19704
19705 2008-02-01 Andreas Schwab <schwab@suse.de>
19706
19707 * coding.c (produce_chars): Revert last change.
19708
19709 2008-02-01 Kenichi Handa <handa@m17n.org>
19710
19711 * charset.h (charset_unicode): Extern it.
19712
19713 * charset.c (string_xstring_p): Check by (C >= 0x100).
19714 (find_charsets_in_text): Change format of the arc CHARSETS. New
19715 arg MULTIBYTE.
19716 (Ffind_charset_region, Ffind_charset_string): Adjust for the
19717 change of find_charsets_in_text.
19718 (Fsplit_char): Fix doc. Never return unknown.
19719
19720 * chartab.c (char_table_translate): Use CHARACTERP, not INTEGERP.
19721
19722 * coding.c (Fdefine_coding_system_alias): Update
19723 Vcoding_system_list.
19724
19725 * fontset.c (load_font_get_repertory): Pay attention to the case
19726 that ENCODING of a font is specified by a char-table.
19727
19728 * xterm.c (x_get_font_repertory): Handle the case that the
19729 encoding of font is other than Unicode.
19730
19731 2008-02-01 Kenichi Handa <handa@m17n.org>
19732
19733 * term.c (encode_terminal_code): Don't handle glyph-table. Check
19734 if a character is encodable by the terminal coding system. If
19735 not, produces proper number of `?'s. Update
19736 terminal_encode_buffer and terminal_encode_buf_size if necessary.
19737 (produce_glyphs): Check by CHAR_BYTE8_P, not SINGLE_BYTE_CHAR_P.
19738
19739 2008-02-01 Kenichi Handa <handa@m17n.org>
19740
19741 * term.c (terminal_encode_buffer, terminal_encode_buf_size): New
19742 variables.
19743 (encode_terminal_code): Change argument. Encode multiple
19744 characters at once. Store the result of encoding in
19745 terminal_encode_buffer.
19746 (write_glyphs, insert_glyphs): Adjust for the change of
19747 encode_terminal_code.
19748 (term_init): Initialize terminal_encode_buffer and
19749 terminal_encode_buf_size.
19750
19751 * coding.c (consume_chars): If coding->src_object is nil, don't
19752 check annotation.
19753
19754 2008-02-01 Kenichi Handa <handa@m17n.org>
19755
19756 * character.c (char_string): Use ASCII_CHAR_P instead of
19757 SINGLE_BYTE_CHAR_P.
19758
19759 2008-02-01 Kenichi Handa <handa@m17n.org>
19760
19761 * xdisp.c (handle_auto_composed_prop): Check if the last
19762 characters of auto-composed region is newly composed with the
19763 following characters.
19764 (handle_composition_prop): Fix checking of point being inside
19765 composition.
19766
19767 2008-02-01 Kenichi Handa <handa@m17n.org>
19768
19769 * fns.c (concat): Don't change multibyteness of the result by
19770 concatenating an 8-bit character.
19771
19772 * data.c (Faset): Check newelt by CHECK_CHARACTER. Don't change
19773 multibyteness of the result when newelt is an 8-bit character.
19774
19775 2008-02-01 Dave Love <fx@gnu.org>
19776
19777 * xmenu.c (find_and_call_menu_selection): Make menu_bar_items_used
19778 EMACS_INT.
19779
19780 * xfns.c (DefaultDepthOfScreen, x_encode_text): Remove unused vars.
19781
19782 * xfaces.c (face_numeric_value): Declare dim size_t.
19783 (Finternal_lisp_face_equal_p): Remove unused f.
19784
19785 * xdisp.c (BUILD_CHAR_GLYPH_STRINGS, display_and_set_cursor)
19786 (MATRIX_ROW): Remove unused vars.
19787 (draw_glyphs, x_insert_glyphs, fast_find_position)
19788 (fast_find_position, fast_find_string_pos): Use EMACS_INT for
19789 byte/char counts.
19790
19791 * regex.c (regex_compile): Remove unused var.
19792
19793 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
19794
19795 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
19796 (Faccessible_keymaps, where_is_internal): Remove unused vars.
19797
19798 * keyboard.c (cancel_hourglass_unwind): Return Qnil.
19799
19800 * frame.c (frame_name_fnn_p): Make len EMACS_INT.
19801
19802 * fileio.c (Fwrite_region): Remove unused var.
19803
19804 * dispnew.c (adjust_frame_glyphs_for_frame_redisplay)
19805 (adjust_frame_glyphs_for_window_redisplay): Remove unused ch_dim.
19806
19807 * composite.c (Fremove_list_of_text_properties): Declare.
19808
19809 * coding.c (inhibit_pre_post_conversion): Remove (unused).
19810 (alloc_destination, produce_chars): Use EMACS_INT for byte/char counts.
19811 (coding_inherit_eol_type): Remove unused attrs.
19812 (detect_coding): Cast arg of detect_eol.
19813
19814 * charset.c (syms_of_charset): Remove unused var p.
19815 (find_charsets_in_text, Ffind_charset_region): Use EMACS_INT for
19816 byte/char counts.
19817
19818 * casetab.c (set_case_table): Remove unused var.
19819
19820 * window.c (Fdisplay_buffer, Fframe_selected_window): Remove
19821 unused vars.
19822
19823 2008-02-01 Dave Love <fx@gnu.org>
19824
19825 * xterm.c (x_bitmap_mask): Declare.
19826
19827 2008-02-01 Dave Love <fx@gnu.org>
19828
19829 * xterm.c (x_term_init): Fix type error.
19830
19831 * lisp.h: Add Funibyte_char_to_multibyte.
19832
19833 * coding.c (Fread_coding_system): Fix arg of XSETSTRING.
19834 (Fset_coding_system_priority): Doc fix.
19835
19836 * ccl.c (ccl_driver): Fix arg of CHARACTERP.
19837
19838 * indent.c (check_composition): Make start and end EMACS_INT.
19839
19840 * character.c (lisp_string_width): Make ignore and end EMACS_INT.
19841
19842 * xdisp.c (handle_composition_prop, check_point_in_composition):
19843 Make buffer positions EMACS_INT.
19844
19845 * composite.c (find_composition, run_composition_function)
19846 (update_compositions, Ffind_composition_internal): Make buffer
19847 positions EMACS_INT.
19848
19849 * composite.h (find_composition, update_compositions): Make
19850 position args EMACS_INT.
19851
19852 * keyboard.c (adjust_point_for_property): Make beg and end EMACS_INT.
19853
19854 * intervals.c (get_property_and_range):
19855 * intervals.h (get_property_and_range): Make start and end EMACS_INT.
19856
19857 * unexalpha.c: Don't include varargs.h.
19858
19859 2008-02-01 Dave Love <fx@gnu.org>
19860
19861 * coding.h (ENCODE_UTF_8): New.
19862
19863 * Makefile.in (gtkutil.o): Depend on coding.h.
19864
19865 * coding.c (Fset_coding_system_priority): Doc fix.
19866
19867 2008-02-01 Kenichi Handa <handa@m17n.org>
19868
19869 * fileio.c (Finsert_file_contents): Call setup_coding_system in
19870 the case of auto saving.
19871
19872 2008-02-01 Andreas Schwab <schwab@suse.de>
19873
19874 * chartab.c (map_char_table, map_char_table_for_charset): Protect
19875 `range' from GC.
19876
19877 2008-02-01 Kenichi Handa <handa@m17n.org>
19878
19879 * coding.c (decode_coding_sjis): Check bytes more rigidly.
19880
19881 2008-02-01 Kenichi Handa <handa@m17n.org>
19882
19883 * fileio.c (choose_write_coding_system): Return a decided coding system.
19884 (Fwrite_region): Set Vlast_coding_system_used to the return value
19885 of choose_write_coding_system.
19886
19887 2008-02-01 Kenichi Handa <handa@m17n.org>
19888
19889 * charset.c (Fset_charset_priority): Pay attention to duplicated
19890 arguments.
19891
19892 * coding.c (QCcategory): New variable.
19893 (syms_of_coding): Defsym it. Set all elements of
19894 Vcoding_category_table and their symbol values.
19895 (Fset_coding_system_priority): Doc fix. Update symbol qvalues of
19896 coding-category-XXX, and coding-category-list.
19897 (Fdefine_coding_system_internal): Add category in the plist.
19898
19899 2008-02-01 Kenichi Handa <handa@m17n.org>
19900
19901 * callproc.c (Fcall_process): Handle carryover correctly.
19902
19903 * coding.c (decode_coding_iso_2022): Fix handling of invalid bytes.
19904 (raw_text_coding_system): Check NILP (coding_system).
19905 (coding_inherit_eol_type): Check NILP (coding_system) and
19906 NILP (parent).
19907 (consume_chars): Fix for the case of raw-text.
19908
19909 * process.c (read_process_output): Handle carryover correctly.
19910
19911 2008-02-01 Dave Love <fx@gnu.org>
19912
19913 * regex.c (re_search_2): Fix last change.
19914
19915 2008-02-01 Kenichi Handa <handa@m17n.org>
19916
19917 * regex.c (GET_CHAR_BEFORE_2): Check multibyte, not
19918 target_multibyte. Even in a unibyte case, return a converted
19919 multibyte char.
19920 (GET_CHAR_AFTER): New macro.
19921 (PATFETCH): Translate via multibyte char.
19922 (HANDLE_UNIBYTE_RANGE): Delete this macro.
19923 (SETUP_MULTIBYTE_RANGE): New macro.
19924 (regex_compile): Setup compiled code so that its multibyteness
19925 matches that of a target. Fix the handling of "[X-YZ]" using
19926 SETUP_MULTIBYTE_RANGE.
19927 (analyse_first) <charset>: For filling fastmap for all multibyte
19928 characters, don't check by BASE_LEADING_CODE_P.
19929 (re_search_2): Don't check RE_TARGET_MULTIBYTE_P (bufp). It is
19930 the same as RE_MULTIBYTE_P (bufp) now.
19931 (mutually_exclusive_p): Check by (! multibyte || IS_REAL_ASCII (c)).
19932 (TARGET_CHAR_AND_LENGTH): Delete this macro.
19933 (TRANSLATE_VIA_MULTIBYTE): New macro.
19934 (re_match_2_internal): Don't check RE_TARGET_MULTIBYTE_P (bufp).
19935 It is the same as RE_MULTIBYTE_P (bufp) now.
19936 <exactn>: Translate via multibyte.
19937 <anychar>: Fetch a character by RE_STRING_CHAR_AND_LENGTH. Don't
19938 translate it.
19939 <charset, charset_not>: Fetch a character by
19940 RE_STRING_CHAR_AND_LENGTH. Translate via multibyte.
19941 <duplicate>: Call bcmp_translate with the last arg `multibyte'.
19942 <wordbound, notwordbound, wordbeg, wordend, syntaxspec,
19943 notsyntaxspec, categoryspec, notcategoryspec> Fetch a character
19944 by GET_CHAR_AFTER.
19945 (bcmp_translate): Likewise.
19946
19947 * search.c (compile_pattern): Check the member target_multibyte,
19948 not the member multibyte of buf.
19949
19950 * lread.c (read1): While reading a string, set force_singlebyte
19951 and force_multibyte correctly.
19952
19953 * charset.c (Fset_unibyte_charset, init_charset_once): Fix setting
19954 up of unibyte_to_multibyte_table.
19955
19956 2008-02-01 Kenichi Handa <handa@m17n.org>
19957
19958 * coding.c (setup_coding_system): If coding has
19959 post-read-conversion or pre-write-conversion, set
19960 CODING_REQUIRE_DECODING_MASK and CODING_REQUIRE_ENCODING_MASK
19961 respectively.
19962 (decode_coding_gap): Run post-read-conversion if any.
19963
19964 * fileio.c (Finsert_file_contents): Even if we read into a
19965 unibyte buffer, check if we must decode the result or not.
19966
19967 2008-02-01 Kenichi Handa <handa@m17n.org>
19968
19969 * coding.c (make_conversion_work_buffer): Change the work buffer
19970 name to the same one as that of Emacs 21.
19971
19972 2008-02-01 Kenichi Handa <handa@m17n.org>
19973
19974 * coding.h (make_conversion_work_buffer): Adjust prototype.
19975 (code_conversion_restore): Don't extern it.
19976
19977 * coding.c (detected_mask): Delete unused variable.
19978 (decode_coding_iso_2022): Pay attention to the byte sequence of
19979 CTEXT extended segment, and retain those bytes as is.
19980 (decode_coding_ccl): Delete unused variable `valids'.
19981 (setup_coding_system): Delete unused variable `category'.
19982 (consume_chars): Delete unused variable `category'. Make it work
19983 for non-multibyte case.
19984 (make_conversion_work_buffer): Change argument.
19985 (saved_coding): Delete unused variable.
19986 (code_conversion_restore): Don't check saved_coding->destination.
19987 (code_conversion_save): New function.
19988 (decode_coding_gap, encode_coding_gap): Call code_conversion_save
19989 instead of record_unwind_protect.
19990 (decode_coding_object, encode_coding_object): Likewise. Recover PT.
19991 (detect_coding_system): Delete unused variable `mask'.
19992 (Fdefine_coding_system_internal): Delete unused variable id.
19993
19994 * fileio.c (kill_workbuf_unwind): New function.
19995 (Finsert_file_contents): On replacing, call
19996 make_conversion_work_buffer with correct args, and call
19997 record_unwind_protect with the first arg kill_workbuf_unwind.
19998
19999 * lisp.h (Fgenerate_new_buffer_name): EXFUN it.
20000
20001 2008-02-01 Kenichi Handa <handa@m17n.org>
20002
20003 * fontset.c (BASE_FONTSET_P): Check FONTSET_BASE, not FONTSET_NAME.
20004 (fontset_add): Fix for the case that TO is less than TO1.
20005 (Ffontset_info): Don't use fallback fontset on checking the
20006 default fontset.
20007 (dump_fontset): New function for debugging.
20008
20009 * coding.c (Fdefine_coding_system_internal): Fix for the case that
20010 coding_type is Qcharset.
20011
20012 2008-02-01 Kenichi Handa <handa@m17n.org>
20013
20014 * chartab.c (map_sub_char_table): New argument DEFAULT_VAL.
20015 (map_char_table): Don't inherit the value from the parent on
20016 initializing VAL. Adjust for the above change.
20017
20018 2008-02-01 Kenichi Handa <handa@m17n.org>
20019
20020 * coding.c (Qsignature, Qendian): Delete these variables.
20021 (syms_of_coding): Don't initialize them.
20022 (CATEGORY_MASK_UTF_16_AUTO): New macro.
20023 (detect_coding_utf_16): Add CATEGORY_MASK_UTF_16_AUTO in
20024 detect_info->found.
20025 (decode_coding_utf_16): Don't detect BOM here.
20026 (encode_coding_utf_16): Produce BOM if CODING_UTF_16_BOM (coding)
20027 is NOT utf_16_without_bom.
20028 (setup_coding_system): For a coding system of type utf-16, check
20029 if the attribute :endian is Qbig or not (not nil or not), and set
20030 CODING_REQUIRE_DETECTION_MASK if BOM detection is required.
20031 (detect_coding): If coding type is utf-16 and BOM detection is
20032 required, detect it.
20033 (Fdefine_coding_system_internal): For a coding system of type
20034 utf-16, check if the attribute :endian is Qbig or not (not nil or not).
20035
20036 2008-02-01 Kenichi Handa <handa@m17n.org>
20037
20038 * coding.c (coding_set_source): Fix for the case that the current
20039 buffer is different from coding->src_object.
20040 (decode_coding_object): Don't use the conversion work buffer if
20041 DST_OBJECT is a buffer.
20042
20043 2008-02-01 Dave Love <fx@gnu.org>
20044
20045 * lread.c (read_emacs_mule_char) [len==2]: Index
20046 emacs_mule_charset correctly.
20047
20048 2008-02-01 Dave Love <fx@gnu.org>
20049
20050 * coding.c (Qbig5, Vbig5_coding_system, CATEGORY_MASK_BIG5)
20051 (detect_coding_big5, decode_coding_big5, encode_coding_big5)
20052 (Fdecode_big5_char, Fencode_big5_char): Delete. (Big5 no longer
20053 treated specially.)
20054 (setup_coding_system, coding_category, CATEGORY_MASK_ANY)
20055 (detected_mask): Remove Big5 bits.
20056
20057 2008-02-01 Kenichi Handa <handa@m17n.org>
20058
20059 The following changes are to make the font rescaling facility
20060 compatible with Emacs 21.
20061
20062 * xfaces.c (Vface_font_rescale_alist): Rename from
20063 Vface_resizing_fonts.
20064 (struct font_name): Rename member resizing_ratio to rescale_ratio.
20065 (font_rescale_ratio): Rename from font_resizing_ratio.
20066 (split_font_name): Set font->rescale_ratio.
20067 (better_font_p): Pay attention to font->rescale_ratio.
20068 (build_scalable_font_name): Likewise. Change RESX, and RESY
20069 fields.
20070 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
20071
20072 2008-02-01 Kenichi Handa <handa@m17n.org>
20073
20074 * coding.c (Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig)
20075 (Qutf_16_le): Remove these variables.
20076 (syms_of_coding): Don't DEFSYM them.
20077 (decode_coding_utf_16): Fix handling of BOM.
20078 (encode_coding_utf_16): Fix handling of BOM.
20079
20080 2008-02-01 Kenichi Handa <handa@m17n.org>
20081
20082 * fileio.c (Finsert_file_contents): On replacing, before decoding
20083 the file into the work buffer, set point of the work buffer to the end.
20084
20085 2008-02-01 Dave Love <fx@gnu.org>
20086
20087 * coding.c (Fcheck_coding_systems_region): Fix type errors.
20088
20089 2008-02-01 Dave Love <fx@gnu.org>
20090
20091 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
20092 and fix C types.
20093
20094 2008-02-01 Kenichi Handa <handa@m17n.org>
20095
20096 * xdisp.c (SKIP_GLYPHS): New macro.
20097 (set_cursor_from_row): Pay attention to string display properties.
20098
20099 * category.c (copy_category_entry): Fix for the case that RANGE
20100 is an integer.
20101
20102 * xterm.c (x_encode_char): Call ccl_driver with the last arg Qnil.
20103
20104 * w32term.c (w32_encode_char): Call ccl_driver with the last arg Qnil.
20105
20106 2008-02-01 Kenichi Handa <handa@m17n.org>
20107
20108 * charset.c (Fcharset_id_internal): New function.
20109 (syms_of_charset): Defsubr it.
20110
20111 * coding.c (decode_coding_ccl, encode_coding_ccl): Call ccl_driver
20112 with the last arg charset_list acquired from coding.
20113 (Fdefine_coding_system_internal): For ccl-based coding system, fix
20114 the attribute coding_attr_ccl_valids.
20115
20116 * coding.h (enum define_coding_ccl_arg_index): Set the first
20117 member coding_arg_ccl_decoder to coding_arg_max.
20118
20119 * ccl.h (ccl_driver): Adjust prototype.
20120
20121 * ccl.c (CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros.
20122 (ccl_driver): New arg CHARSET_LIST. Use the above macros instead
20123 of DECODE_CHAR, ENCODE_CHAR, CHAR_CHARSET.
20124 (Fccl_execute, Fccl_execute_on_string): Call ccl_driver with the
20125 last arg Qnil.
20126
20127 2008-02-01 Kenichi Handa <handa@m17n.org>
20128
20129 * charset.h (ENCODE_CHAR): If the method is SUBSET or SUPERSET,
20130 call encode_char.
20131
20132 * charset.c (encode_char): Fix handling of methods SUBSET and SUPERSET.
20133
20134 2008-02-01 Dave Love <fx@gnu.org>
20135
20136 * composite.c (syms_of_composite): Make composition_hash_table weak.
20137
20138 2008-02-01 Kenichi Handa <handa@m17n.org>
20139
20140 * dispextern.h (check_face_attributes, generate_ascii_font_name)
20141 (font_name_registry): Don't extern them.
20142 (split_font_name_into_vector, build_font_name_from_vector): Extern them.
20143
20144 * fontset.h (Qfontset): Don't extern it.
20145 (new_fontset_from_font_name): Extern it.
20146
20147 * fontset.c: Give 8 extra slots to fontset objects.
20148 (Qfontset_info): New variable.
20149 (syms_of_fontset): Defsym it.
20150 (FONTSET_FALLBACK): New macro.
20151 (fontset_face): Try also the default fontset.
20152 (make_fontset): Realize a fallback fontset from the default fontset.
20153 (generate_ascii_font_name): Move from xfaces.c. Rewritten by
20154 using split_font_name_into_vector and build_font_name_from_vector.
20155 (Fset_fontset_font): Access the elements of font_spec by enum
20156 FONT_SPEC_INDEX. If font_spec is a string, extract the registry
20157 name by using split_font_name_into_vector.
20158 (Fnew_fontset): If no ASCII font is specified in FONTLIST,
20159 generate a proper font name from the fontset name. Update
20160 Vfontset_alias_alist.
20161 (n_auto_fontsets): New variable.
20162 (new_fontset_from_font_name): New function.
20163 (Ffont_info): Store the information about fonts generated from the
20164 default fontset in the first extra slot of the returned char-table.
20165
20166 * xfaces.c (generate_ascii_font_name): Move to fontset.c.
20167 (font_name_registry): Delete function.
20168 (split_font_name_into_vector): New function.
20169 (build_font_name_from_vector): New function.
20170 (font_list): The argument REGISTRY is now a list of registry names.
20171 (choose_face_font): If we are choosing an ASCII font, and ATTRS
20172 specifies an explicit font name, return the name as is. Make a
20173 list of registy names.
20174
20175 * xfns.c (x_set_font, x_create_tip_frame): Adjust for the change
20176 of x_new_fontset.
20177 (Fx_create_frame): Don't call x_new_fontset here. Just use
20178 x_list_fonts to check the existence of fonts.
20179
20180 * xterm.h (x_new_fontset): Adjust prototype.
20181
20182 * xterm.c (x_new_fontset): Change the arg FONTSETNAME to Lisp
20183 string. Use new_fontset_from_font_name to create a fontset from a
20184 font name.
20185
20186 2008-02-01 Kenichi Handa <handa@m17n.org>
20187
20188 * syntax.c (Vfind_word_boundary_function_table): New name for
20189 Vnext_word_boundary_function_table.
20190 (find-word-boundary-function-table): New name for
20191 next-word-boundary-function-table.
20192
20193 2008-02-01 Dave Love <fx@gnu.org>
20194
20195 * Makefile.in: Fix some dependencies.
20196
20197 * keymap.c (Fapropos_internal): Don't gcpro apropos_predicate but
20198 set it to nil before returning.
20199
20200 * composite.c (update_compositions): Fix type error.
20201
20202 * syntax.c (skip_chars, skip_syntaxes): Fix type errors.
20203
20204 2008-02-01 Kenichi Handa <handa@m17n.org>
20205
20206 * xterm.c (x_new_font): Optimize for the case that the font is
20207 already set for the frame.
20208
20209 2008-02-01 Kenichi Handa <handa@m17n.org>
20210
20211 * chartab.c (char_table_ascii): Check if the char table contents
20212 is sub-char-table or not.
20213 (char_table_set, char_table_set_range): Fix argument to
20214 char_table_ascii.
20215
20216 * coding.c (CATEGORY_MASK_RAW_TEXT): New macro.
20217 (detect_coding_utf_8, detect_coding_utf_16)
20218 (detect_coding_emacs_mule, detect_coding_iso_2022)
20219 (detect_coding_sjis, detect_coding_big5)
20220 (detect_coding_ccl, detect_coding_charset): Change argument MASK
20221 to DETECT_INFO. Update DETECT_INFO and return 1 if the byte
20222 sequence is valid in this coding system. Change callers.
20223 (MAX_ANNOTATION_LENGTH): New macro.
20224 (ADD_ANNOTATION_DATA): New macro.
20225 (ADD_COMPOSITION_DATA): Change argument. Change callers. Call
20226 ADD_ANNOTATION_DATA. Change the format of annotation data.
20227 (ADD_CHARSET_DATA): New macro.
20228 (emacs_mule_char): New argument ID. Change callers.
20229 (decode_coding_emacs_mule, decode_coding_iso_2022)
20230 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
20231 Produce charset annotation data in coding->charbuf.
20232 (encode_coding_emacs_mule, encode_coding_iso_2022): Pay attention
20233 to charset annotation data in coding->charbuf.
20234 (setup_coding_system): Add CODING_ANNOTATE_CHARSET_MASK
20235 coding->common_flags if the coding system is iso-2022 based and
20236 uses designation.
20237 (produce_composition): Adjust for the new annotation data format.
20238 (produce_charset): New function.
20239 (produce_annotation): Handle charset annotation.
20240 (handle_composition_annotation, handle_charset_annotation): New
20241 functions.
20242 (consume_chars): Handle charset annotation. Utilize the above two
20243 functions.
20244 (encode_coding_object): If SRC_OBJECT and DST_OBJECT are the same
20245 buffer, get the deleted text as a string and set
20246 coding->src_object to that string.
20247 (detect_coding, detect_coding_system): Use the new struct
20248 coding_detection_info.
20249
20250 * coding.h (struct coding_detection_info): New structure.
20251 (struct coding_system): Adjust prototype of the member `detector'.
20252 (CODING_ANNOTATE_CHARSET_MASK): New macro.
20253
20254 2008-02-01 Kenichi Handa <handa@m17n.org>
20255
20256 * insdel.c (insert_from_gap): Fix argument to offset_intervals.
20257
20258 2008-02-01 Dave Love <fx@gnu.org>
20259
20260 * keymap.c (apropos_predicate, apropos_accumulate): Declare static.
20261 (Fapropos_internal): Don't gcpro apropos_accumulate. Set result
20262 to new local and nullify apropos_accumulate before returning.
20263 (syms_of_keymap): Staticpro and initialize apropos_accumulate.
20264
20265 2008-02-01 Kenichi Handa <handa@m17n.org>
20266
20267 * charset.c (Fdefine_charset_internal): Setup charset.fast_map
20268 correctly.
20269
20270 2008-02-01 Dave Love <fx@gnu.org>
20271
20272 * fns.c (Flanginfo): Call synchronize_system_time_locale.
20273
20274 2008-02-01 Kenichi Handa <handa@m17n.org>
20275
20276 The following changes are to make character composition happen
20277 automatically on displaying.
20278
20279 * Makefile.in (lisp, shortlisp): Add composite.elc.
20280
20281 * composite.h (Qauto_composed, Vauto_composition_function)
20282 (Qauto_composition_function): Extern them.
20283
20284 * composite.c (Vcomposition_function_table)
20285 (Qcomposition_function_table): Delete variables.
20286 (Qauto_composed, Vauto_composition_function)
20287 (Qauto_composition_function): New variables.
20288 (run_composition_function): Don't call
20289 compose-chars-after-function.
20290 (update_compositions): Clear `auto-composed' text property.
20291 (compose_chars_in_text): Delete this function.
20292 (syms_of_composite): Staticpro Qauto_composed and
20293 Qauto_composition_function. Declare Vauto_composition_function as
20294 a Lisp variable.
20295
20296 * dispextern.h (enum prop_idx): Add member AUTO_COMPOSED_PROP_IDX.
20297
20298 * xdisp.c (it_props): Add an entry for Qauto_composed.
20299 (handle_auto_composed_prop): New function.
20300
20301 * xselect.c (selection_data_to_lisp_data): Don't call
20302 compose_chars_in_text.
20303
20304 2008-02-01 Dave Love <fx@gnu.org>
20305
20306 * keyboard.c (read_char): Modify checking around use of
20307 Vkeyboard_translate_table.
20308
20309 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
20310 and fix C types.
20311
20312 2008-02-01 Kenichi Handa <handa@m17n.org>
20313
20314 * coding.c (decode_coding_utf_8, decode_coding_emacs_mule)
20315 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
20316 (decode_coding_charset, produce_chars): When eol_type is Qdos, handle
20317 the case that the last byte is '\r' correctly.
20318 (decode_coding): Flush out the unprocessed data correctly.
20319 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK bit of coding->mode.
20320
20321 2008-02-01 Dave Love <fx@gnu.org>
20322
20323 * xterm.c (XTread_socket): Fix changes for defined keysyms.
20324 Add XK_ISO... case.
20325 (xaw_scroll_callback): Revert last change.
20326
20327 2008-02-01 Kenichi Handa <handa@m17n.org>
20328
20329 * charset.c (Fset_charset_priority): Update Viso_2022_charset_list.
20330
20331 2008-02-01 Kenichi Handa <handa@m17n.org>
20332
20333 * xfaces.c (Vface_resizing_fonts): New variable.
20334 (struct font_name): New member `resizing_ratio'.
20335 (font_resizing_ratio): New function.
20336 (split_font_name): Set font->resizing_ratio.
20337 (better_font_p): Pay attention to font->resizing_ratio.
20338 (build_scalable_font_name): Likewise. Don't change POINT_SIZE,
20339 RESX, and RESY fields.
20340 (try_alternative_families): Try scalable fonts if
20341 Vscalable_fonts_allowed is not Qt.
20342 (syms_of_xfaces): Declare Vface_resizing_fonts as a Lisp variable.
20343
20344 2008-02-01 Dave Love <fx@gnu.org>
20345
20346 * xterm.c (xaw_scroll_callback): Cast correctly.
20347
20348 2008-02-01 Dave Love <fx@gnu.org>
20349
20350 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extend.
20351 (lispy_kana_keys): Comment out.
20352 (make_lispy_event) [XK_kana_A]: Comment out.
20353
20354 * xterm.c (xaw_scroll_callback): Cast call_data.
20355 (XTread_socket): Deal with ASCII keysyms.
20356 (syms_of_xterm) <Vx_keysym_table>: Fix args of make_hash_table.
20357
20358 2008-02-01 Dave Love <fx@gnu.org>
20359
20360 * xterm.c (Vx_keysym_table): New.
20361 (syms_of_xterm): Initialize it.
20362 (XTread_socket): Use it.
20363 From head: Eliminate incorrect optimization that tried to avoid
20364 decoding the output of X*LookupString.
20365 (x_get_font_repertory): Delete charset declaration.
20366
20367 2008-02-01 Kenichi Handa <handa@m17n.org>
20368
20369 * coding.c (detect_coding_charset): If only ASCII bytes are found,
20370 return 0.
20371 (Fdefine_coding_system_internal): Setup
20372 CODING_ATTR_ASCII_COMPAT (attrs) correctly.
20373
20374 2008-02-01 Dave Love <fx@gnu.org>
20375
20376 * coding.c (Fcheck_coding_system): Doc fix.
20377
20378 * editfns.c (Finsert_byte): Return a proper value.
20379
20380 2008-02-01 Kenichi Handa <handa@m17n.org>
20381
20382 * coding.c (decode_coding): Fix args to translate_chars. Pay
20383 attention to Vstandard_translation_table_for_decode.
20384 (encode_coding): Fix args to translate_chars. Pay attention to
20385 Vstandard_translation_table_for_encode.
20386
20387 * data.c (Faset): Check NEWELT by ASCII_CHAR_P, not by
20388 SINGLE_BYTE_CHAR_P.
20389
20390 * editfns.c (general_insert_function): Check VAL by ASCII_CHAR_P,
20391 not by SINGLE_BYTE_CHAR_P.
20392
20393 * fns.c (concat): Check CH by ASCII_CHAR_P, not by
20394 SINGLE_BYTE_CHAR_P.
20395
20396 * insdel.c (copy_text): Check C by ASCII_CHAR_P, not by
20397 SINGLE_BYTE_CHAR_P.
20398
20399 * keymap.c (Ftext_char_description): Check C by ASCII_CHAR_P, not
20400 by SINGLE_BYTE_CHAR_P.
20401
20402 * search.c (Freplace_match): Check C by ASCII_CHAR_P, not by
20403 SINGLE_BYTE_CHAR_P.
20404
20405 2008-02-01 Dave Love <fx@gnu.org>
20406
20407 * fns.c (Fstring_as_multibyte, Fstring_to_multibyte): Doc fix.
20408
20409 2008-02-01 Dave Love <fx@gnu.org>
20410
20411 * fns.c (Flanginfo): Fix typo.
20412
20413 * unexelf.c (unexec): Make last change conditional on Irix 6.5.
20414
20415 2008-02-01 Kenichi Handa <handa@m17n.org>
20416
20417 * coding.c (detect_coding_utf_8, detect_coding_utf_16)
20418 (detect_coding_emacs_mule, detect_coding_iso_2022)
20419 (detect_coding_sjis, detect_coding_big5, detect_coding_ccl): Check
20420 incomplete byte sequence. Don't update *mask when correctly detected.
20421 (decode_coding_sjis): Fix decoding of katakana-jisx0201.
20422 (detect_eol): Delete the argument CODING, and add the argument CATEGORY.
20423 (detect_coding, detect_coding_system): Adjust for the changes above.
20424
20425 2008-02-01 Kenichi Handa <handa@m17n.org>
20426
20427 * character.c (char_string): Rename from
20428 char_string_with_unification. Pay attention to CHAR_MODIFIER_MASK.
20429 (string_char): Rename from string_char.
20430
20431 * character.h (CHAR_STRING, CHAR_STRING_ADVANCE): Call char_string
20432 if C is greater than MAX_3_BYTE_CHAR.
20433 (STRING_CHAR, STRING_CHAR_AND_LENGTH, STRING_CHAR_ADVANCE): Call
20434 string_char instead of string_char_with_unification.
20435
20436 2008-02-01 Dave Love <fx@gnu.org>
20437
20438 * coding.c (decode_coding_utf_8): Treat surrogates as invalid.
20439
20440 2008-02-01 Kenichi Handa <handa@m17n.org>
20441
20442 * keymap.c (push_key_description): Pay attention to force_multibyte.
20443
20444 * regex.c (re_search_2): Fix for the case of unibyte buffer.
20445
20446 2008-02-01 Dave Love <fx@gnu.org>
20447
20448 * charset.c (define_charset_internal): Rename `supprementary'.
20449
20450 * Makefile.in (lisp, shortlisp): Remove latin-N.
20451
20452 2008-02-01 Dave Love <fx@gnu.org>
20453
20454 * xfns.c (x_window, x_window): Use use_xim.
20455
20456 * xterm.c (use_xim): Initialize.
20457 (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
20458 (x_term_init): Maybe set use_xim.
20459
20460 * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
20461
20462 2008-02-01 Kenichi Handa <handa@m17n.org>
20463
20464 * search.c (search_buffer): Fix case-fold-search of multibyte
20465 characters.
20466 (boyer_moore): Rename the last argument to char_high_bits.
20467
20468 2008-02-01 Kenichi Handa <handa@m17n.org>
20469
20470 * xdisp.c (display_string): Fix for the case of zero width glyph.
20471
20472 * xfns.c (x_set_font): Change the error message of the case that
20473 x_new_fontset returns Qt.
20474
20475 * xfaces.c (set_lface_from_font_name): Reject the default fontset.
20476 (Finternal_set_lisp_face_attribute): Use signal_error for the
20477 error of invalid fontset.
20478
20479 * xterm.c (x_new_fontset): If FONTSETNAME specifies the default
20480 fontset, return Qt.
20481
20482 2008-02-01 Dave Love <fx@gnu.org>
20483
20484 * unexelf.c (unexec): Make .got handling not SGI-specific.
20485
20486 * syntax.c (syms_of_syntax) <multibyte-syntax-as-symbol>: Doc fix.
20487
20488 * regex.c: Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'.
20489
20490 * keyboard.c (read_key_sequence): Fix type error.
20491
20492 * buffer.c (Fset_buffer_multibyte, Fset_buffer_multibyte): Fix
20493 type error.
20494
20495 * fontset.c (fontset_add): Return Lisp_Object.
20496
20497 2008-02-01 Dave Love <fx@gnu.org>
20498
20499 * charset.h (charset_ordered_list_tick): Declare extern.
20500
20501 2008-02-01 Kenichi Handa <handa@m17n.org>
20502
20503 The following changes (and some of 2008-02-01 changes of mine) are
20504 for handling syntax, category, and case conversion for unibyte
20505 characters by converting them to multibyte on the fly. With these
20506 changes, we don't have to setup syntax and case tables for unibyte
20507 characters in each language environment.
20508
20509 * abbrev.c (Fexpand_abbrev): Convert a unibyte character to
20510 multibyte if necessary.
20511
20512 * bytecode.c (Fbyte_code): Likewise.
20513
20514 * character.h (LEADING_CODE_LATIN_1_MIN)
20515 (LEADING_CODE_LATIN_1_MAX): New macros.
20516 (unibyte_to_multibyte_table): Extern it.
20517 (unibyte_char_to_multibyte): New macro.
20518 (MAKE_CHAR_MULTIBYTE): Use unibyte_to_multibyte_table.
20519 (CHAR_LEADING_CODE): New macro.
20520 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): New macro.
20521
20522 * character.c (unibyte_to_multibyte_table): New variable.
20523 (unibyte_char_to_multibyte): Move to character.h and define as macro.
20524 (multibyte_char_to_unibyte): If C is an eight-bit character,
20525 convert it to the corresponding byte value.
20526
20527 * charset.c (Fset_unibyte_charset): If the dimension of CHARSET is
20528 not 1, signals an error. Update the elements of
20529 unibyte_to_multibyte_table.
20530 (init_charset_once): Initialize unibyte_to_multibyte_table.
20531 (syms_of_charset): Define the charset `iso-8859-1'.
20532
20533 * cmds.c (internal_self_insert): In a multibyte buffer, insert C
20534 as is without converting it to unibyte. In a unibyte buffer,
20535 convert C to multibyte before checking the syntax.
20536
20537 * lisp.h (unibyte_char_to_multibyte): Delete extern.
20538
20539 * minibuf.c (Fminibuffer_complete_word): Use the macro
20540 FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE.
20541
20542 * regex.h (struct re_pattern_buffer): New member target_multibyte.
20543
20544 * regex.c (RE_TARGET_MULTIBYTE_P): New macro.
20545 (GET_CHAR_BEFORE_2): Check target_multibyte, not multibyte. If
20546 that is zero, convert an eight-bit char to multibyte.
20547 (MAKE_CHAR_MULTIBYTE, CHAR_LEADING_CODE): New dummy new macros for
20548 non-emacs case.
20549 (PATFETCH): Convert an eight-bit char to multibyte.
20550 (HANDLE_UNIBYTE_RANGE): New macro.
20551 (regex_compile): Setup the compiled pattern for multibyte chars
20552 even if the given regex string is unibyte. Use PATFETCH_RAW
20553 instead of PATFETCH in many places. To handle `charset'
20554 specification of unibyte, call HANDLE_UNIBYTE_RANGE. Use bitmap
20555 only for ASCII chars.
20556 (analyse_first) <exactn>: Simplify because the compiled pattern
20557 is multibyte.
20558 <charset_not>: Setup fastmap from bitmap only for ASCII chars.
20559 <charset>: Use CHAR_LEADING_CODE to get leading codes.
20560 <categoryspec>: If multibyte, setup fastmap only for ASCII chars here.
20561 (re_compile_fastmap) [emacs]: Call analyse_first with the arg
20562 multibyte always 1.
20563 (re_search_2): In emacs, set the locale variable multibyte to 1,
20564 otherwise to 0. New local variable target_multibyte. Check it
20565 to decide the multibyteness of STR1 and STR2. If
20566 target_multibyte is zero, convert unibyte chars to multibyte
20567 before translating and checking fastmap.
20568 (TARGET_CHAR_AND_LENGTH): New macro.
20569 (re_match_2_internal): In emacs, set the locale variable multibyte
20570 to 1, otherwise to 0. New local variable target_multibyte. Check
20571 it to decide the multibyteness of STR1 and STR2. Use
20572 TARGET_CHAR_AND_LENGTH to fetch a character from D.
20573 <charset, charset_not>: If multibyte is nonzero, check fastmap
20574 only for ASCII chars. Call bcmp_translate with
20575 target_multibyte, not with multibyte.
20576 <begline>: Declare the local variable C as `unsigned'.
20577 (bcmp_translate): Change the last arg name to target_multibyte.
20578
20579 * search.c (compile_pattern_1): Don't adjust the multibyteness of
20580 the regexp pattern and the matching target. Set cp->buf.multibyte
20581 to the multibyteness of the regexp pattern. Set
20582 cp->but.target_multibyte to the multibyteness of the matching target.
20583 (wordify): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE instead of
20584 FETCH_STRING_CHAR_ADVANCE.
20585 (Freplace_match): Convert unibyte chars to multibyte.
20586
20587 * syntax.c (char_quoted, back_comment, scan_words)
20588 (Fforward_comment, scan_lists, Fbackward_prefix_chars)
20589 (scan_sexps_forward): Use FETCH_CHAR_AS_MULTIBYTE to convert
20590 unibyte chars to multibyte.
20591 (skip_chars): Delete the arg syntaxp, and move the code for
20592 handling syntaxes to skip_syntaxes. Change callers.
20593 Fix the case that the multibyteness of STRING and the current
20594 buffer doesn't match.
20595 (skip_syntaxes): New function.
20596 (SYNTAX_WITH_MULTIBYTE_CHECK): Check C by ASCII_CHAR_P, not by
20597 SINGLE_BYTE_CHAR_P.
20598
20599 2008-02-01 Kenichi Handa <handa@m17n.org>
20600
20601 * xfaces.c (QCfontset): New variable.
20602 (LFACE_FONTSET): New macro.
20603 (check_lface_attrs): Check also LFACE_FONTSET_INDEX.
20604 (set_lface_from_font_name): Setup LFACE_FONTSET (lface).
20605 (Finternal_set_lisp_face_attribute)
20606 (Finternal_get_lisp_face_attribute): Handle QCfontset.
20607 (lface_same_font_attributes_p): Fix checking of LFACE_FONT_INDEX,
20608 check also LFACE_FONTSET_INDEX.
20609 (face_fontset): Check attrs[LFACE_FONTSET_INDEX], not
20610 attrs[LFACE_FONT_INDEX].
20611 (syms_of_xfaces): Intern and staticpro QCfontset.
20612
20613 * dispextern.h (enum lface_attribute_index): New member
20614 LFACE_FONTSET_INDEX.
20615
20616 * fns.c (base64_encode_1): Handle eight-bit chars correctly.
20617
20618 2008-02-01 Kenichi Handa <handa@m17n.org>
20619
20620 * coding.c (coding_set_destination): Fix coding->destination for
20621 the case converting a region.
20622 (encode_coding_utf_8): Encode eight-bit chars as single byte.
20623 (encode_coding_object): Fix coding->dst_pos and
20624 coding->dst_pos_byte for the case converting a region.
20625
20626 * insdel.c (insert_from_gap): Make it work even if PT != GTP.
20627
20628 * character.h (BYTE8_STRING): New macro.
20629
20630 * fns.c (base64_decode_1): Insert eight-bit chars correctly.
20631
20632 2008-02-01 Kenichi Handa <handa@m17n.org>
20633
20634 * xdisp.c (get_next_display_element): Don't display unibyte 8-bit
20635 characters by octal form.
20636
20637 * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
20638
20639 * buffer.h (_fetch_multibyte_char_len): Delete extern.
20640 (FETCH_MULTIBYTE_CHAR, BUF_FETCH_MULTIBYTE_CHAR): Don't use
20641 _fetch_multibyte_char_len.
20642 (FETCH_CHAR_AS_MULTIBYTE): New macro.
20643
20644 * casetab.c (set_canon, set_identity, shuffle): Simplify.
20645
20646 * casefiddle.c (casify_object): Simplify. Handle the case that
20647 the case conversion change the byte length.
20648 (casify_region): Likewise.
20649
20650 * character.h (MAKE_CHAR_UNIBYTE, MAKE_CHAR_MULTIBYTE): New macros.
20651
20652 * character.c (_fetch_multibyte_char_len): Delete this variable.
20653 (syms_of_character): Setup Vprintable_chars.
20654
20655 * editfns.c (Fchar_equal): Fix for the unibyte case.
20656 (Finsert_byte): New function.
20657 (syms_of_editfns): Defsubr it.
20658
20659 * keyboard.c (read_key_sequence): Use ~CHAR_MODIFIER_MASK instead
20660 of direct code 0x3ffff.
20661
20662 * search.c (Freplace_match): Fix for the unibyte case.
20663
20664 2008-02-01 Kenichi Handa <handa@m17n.org>
20665
20666 * lread.c (safe_to_load_p): Fix the logic.
20667
20668 * syntax.c (scan_words): Don't treat characters belonging to
20669 different scripts as constituting a word.
20670
20671 * editfns.c (Fformat): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
20672
20673 * fontset.c (Fset_fontset_font): Treat `ascii' as charset, not script.
20674
20675 * emacs.c (main): In the case of --unibyte, instead of aborting on
20676 finding non-empty buffer, make it unibyte.
20677
20678 2008-02-01 Kenichi Handa <handa@m17n.org>
20679
20680 * xterm.c (x_new_fontset): Call `create-fontset-from-ascii-font'
20681 to create a fontset.
20682
20683 2008-02-01 Dave Love <fx@gnu.org>
20684
20685 * character.c (Funibyte_char_to_multibyte): Doc fix.
20686
20687 * xfns.c [HAVE_STDLIB_H]: Fix last change.
20688
20689 2008-02-01 Kenichi Handa <handa@m17n.org>
20690
20691 * fontset.c (fontset_add): Make the type `int'.
20692 (fontset_id_valid_p): Define it if FONTSET_DEBUG is defined.
20693
20694 * character.c (unibyte_char_to_multibyte)
20695 (multibyte_char_to_unibyte, Funibyte_char_to_multibyte): Refer to
20696 charset_unibyte, not charset_primary.
20697
20698 * charset.h (charset_unibyte): Extern it instead of charset_primary.
20699
20700 * charset.c (charset_unibyte): Rename from charset_primary.
20701 (Funibyte_charset): Rename from Fprimary_charset.
20702 (Fset_unibyte_charset): Rename from Fset_primary_charset.
20703 (syms_of_charset): Adjust for the above changes.
20704
20705 * w32term.c (x_produce_glyphs): Use ASCII_CHAR_P, not
20706 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
20707 it->multibyte_p is zero.
20708
20709 * lisp.h (nonascii_insert_offset, Vnonascii_translation_table):
20710 Delete extern.
20711
20712 2008-02-01 Kenichi Handa <handa@m17n.org>
20713
20714 * coding.c (Fdefine_coding_system_internal): Fix category setting
20715 for a coding system of type iso-2022.
20716
20717 2008-02-01 Kenichi Handa <handa@m17n.org>
20718
20719 * fontset.h (FS_LOAD_FONT): Call fs_load_font with the arg CHARSET -1.
20720
20721 2008-02-01 Kenichi Handa <handa@m17n.org>
20722
20723 * syntax.c (Vnext_word_boundary_function_table): New variable.
20724 (next-word-boundary-function-table): Declare it as a Lisp variable
20725 in syms_of_syntax.
20726 (scan_words): Call functions in Vnext_word_boundary_function_table
20727 if any.
20728
20729 * xterm.c (x_load_font): Initialize fontp->fontset to -1.
20730
20731 * fontset.c (fs_load_font): If fontp->charset is not negative,
20732 return fontp without setting its members.
20733
20734 2008-02-01 Dave Love <fx@gnu.org>
20735
20736 * xfns.c [HAVE_STDLIB_H]: Change logic (instead of fixing typo).
20737
20738 * m/sparc.h (HAVE_ALLOCA): Delete.
20739
20740 * s/irix6-5.h: Don't include strings.h.
20741 (bcopy, bzero, bcmp): Don't undef.
20742
20743 * s/irix6-0.h (bcopy, bzero, bcmp): Don't undef.
20744
20745 * s/usg5-4.h (NO_SIOCTL_H): Don't define.
20746 (TIOCSIGSEND): Don't test IRIX6.
20747 (bcopy, bzero, bcmp): Define conditionally.
20748
20749 2008-02-01 Kenichi Handa <handa@m17n.org>
20750
20751 * buffer.c (Qas, Qmake, Qto): New variables.
20752 (Fset_buffer_multibyte): New optional arg METHOD. Change caller.
20753 (syms_of_buffer): Intern and staticpro Qas, Qmake, and Qto.
20754
20755 * callproc.c (Fcall_process): Don't call insert_1_both directly if
20756 we are inserting a process output into a multibyte buffer.
20757
20758 * character.h (CHAR_TO_BYTE8): If C is not eight-bit char, call
20759 multibyte_char_to_unibyte.
20760
20761 * character.c (Funibyte_char_to_multibyte): If C can't be decoded
20762 by the primary charset, make it eight-bit char.
20763 (Fmultibyte_char_to_unibyte): Call CHAR_TO_BYTE8.
20764
20765 * charset.c (charset_eight_bit, Qeight_bit_control): New variables.
20766 (charset_8_bit__control, charset_8_bit_graphic)
20767 (Qeight_bit_control, Qeight_bit_graphic): Delete these variables.
20768 (define_charset_internal): New function.
20769 (syms_of_charset): Call define_charset_internal for pre-defined
20770 charsets.
20771
20772 * charset.h (charset_8_bit): Extern it.
20773
20774 * coding.c (make_conversion_work_buffer): Adjust for the change
20775 of Fset_buffer_multibyte.
20776 (encode_coding_raw_text): Increment p0 in the loop.
20777
20778 * lisp.h (Fset_buffer_multibyte): Adjust prototype.
20779
20780 * xdisp.c (setup_echo_area_for_printing, set_message_1): Adjust
20781 for the change of Fset_buffer_multibyte.
20782
20783 * fns.c (Fstring_to_multibyte): New function.
20784 (syms_of_fns): Declare Fstring_to_multibyte as Lisp subroutine.
20785
20786 2008-02-01 Dave Love <fx@gnu.org>
20787
20788 * xfns.c (x_put_x_image): Declare args.
20789
20790 * xfaces.c (font_name_registry, choose_face_font): Delete unused vars.
20791 (try_font_list): Declare an arg.
20792
20793 * xdisp.c (message2_nolog, set_message): Declare an arg.
20794
20795 * terminfo.c (tparam): Declare an arg. Use P_ to declare tparm.
20796
20797 * syntax.c (scan_sexps_forward): Declare an arg.
20798
20799 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
20800 Declare an arg.
20801
20802 * lisp.h (Fnew_fontset): Declare.
20803
20804 * keymap.c (push_key_description): Call CHARACTERP correctly.
20805
20806 * fontset.c (fontset_add): Declare args. Call make_number correctly.
20807 (face_for_char): Delete unused vars.
20808 (Fset_fontset_font): Doc fix. Delete unused vars.
20809
20810 * doc.c (Fsubstitute_command_keys): Delete unused vars.
20811
20812 * composite.c (update_compositions): Declare arg.
20813
20814 * cm.c (calccost, cmgoto): Declare args.
20815
20816 * charset.c: Remove `emacs' conditional. Doc fixes.
20817 (map_char_table_for_charset): Declare.
20818
20819 * character.c (syms_of_character) <translation-table-vector>: Doc fix.
20820
20821 * ccl.c: Remove `emacs' conditional.
20822
20823 2008-02-01 Kenichi Handa <handa@m17n.org>
20824
20825 The following changes are to allow specifying multiple font
20826 patterns for a character range (specified by script or charset).
20827
20828 * Makefile.in (abbrev.o): Depend on syntax.h.
20829 (xfaces.o): Depend on charset.h.
20830
20831 * alloc.c (Fmake_string): Use ASCII_CHAR_P, not
20832 SINGLE_BYTE_CHAR_P.
20833
20834 * ccl.c (Fccl_execute_on_string): Add `const' to local variables.
20835
20836 * character.h (Vchar_script_table): Extern it.
20837
20838 * character.c (Vscript_alist): Delete.
20839 (Vchar_script_table, Qchar_script_table): New variable.
20840 (syms_of_character): Declare Vchar_script_table as a lisp variable
20841 and initialize it.
20842
20843 * chartab.c (Fmake_char_table): Doc fix. If PURPOSE doesn't
20844 have property char-table-extra-slots, make no extra slot.
20845
20846 * dispextern.h (struct face): Delete member `charset'.
20847 (FACE_SUITABLE_FOR_CHAR_P, FACE_FOR): Use ASCII_CHAR_P, not
20848 SINGLE_BYTE_CHAR_P.
20849 (choose_face_font, lookup_non_ascii_face, font_name_registry):
20850 Add prototypes.
20851 (lookup_face, lookup_named_face, lookup_derived_face): Fix prototype.
20852 (generate_ascii_font_name): Rename from generate_ascii_font.
20853
20854 * fontset.h (get_font_repertory_func): New prototype.
20855 (make_fontset_for_ascii_face, fs_load_font): Fix prototypes.
20856 (FS_LOAD_FONT): Call fs_load_font with the 3rd arg charset_ascii.
20857
20858 * fontset.c (Qprepend, Qappend): New variables.
20859 (FONTSET_CHARSET_ALIST, FONTSET_FACE_ALIST): Delete.
20860 (FONTSET_NOFONT_FACE, FONTSET_REPERTORY): New macros.
20861 (FONTSET_REF): Optimize if FONTSET is Vdefault_fontset.
20862 (FONTSET_REF_AND_RANGE, FONTSET_ADD): New macros.
20863 (fontset_ref_and_range, fontset_add, reorder_font_vector)
20864 (load_font_get_repertory): New functions.
20865 (fontset_set): Delete.
20866 (fontset_face): New arg FACE. Return face ID, not face.
20867 Complete re-write to handle new fontset structure. Change caller.
20868 (free_face_fontset): Use ASET istead of AREF (X) = Y.
20869 (face_for_char): Don't call lookup_face.
20870 (make_fontset_for_ascii_face): New arg FACE.
20871 (fs_load_font): New arg CHARSET_ID. Don't check
20872 Vfont_encoding_alist here.
20873 (find_font_encoding): New function.
20874 (list_fontsets): Use STRINGP, not ! NILP.
20875 (accumulate_script_ranges): New function.
20876 (Fset_fontset_font, Fnew_fontset, Ffontset_info): Completely
20877 re-written to handle new fontset structure.
20878 (Ffontset_font): Return a copy of element.
20879 (syms_of_fontset): Define symbols Qprepend and Qappend. Fix
20880 docstring of font-encoding-alist.
20881
20882 * lisp.h (CHAR_TABLE_REF): Remove unnecessary check (IDX >= 0).
20883 (Fset_fotset_font): Fix arguments to 5.
20884
20885 * msdos.c (XMenuActivate): Adjust for the change of lookup_derived_face.
20886
20887 * xdisp.c (message_dolog, set_message_1, extend_face_to_end_of_line):
20888 Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
20889 (highlight_trailing_whitespace): Adjust for the change of
20890 lookup_named_face.
20891
20892 * xfaces.c: Include charset.h.
20893 (load_face_font): Delete argument C. Change caller.
20894 (generate_ascii_font_name): Rename from generate_ascii_font.
20895 (font_name_registry): New function.
20896 (cache_face): Store ascii faces before non-ascii faces in buckets.
20897 (lookup_face): Delete arguments C and BASE_FACE. Change caller.
20898 Lookup only ascii faces.
20899 (lookup_non_ascii_face): New function.
20900 (lookup_named_face): Delete argument C. Change caller.
20901 (lookup_derived_face): Delete argument C. Change caller.
20902 (try_font_list): New arg PATTERN. Change caller. If PATTERN is
20903 a string, just call font_list with it.
20904 (choose_face_font): Delete arguments FACE and C. New arg
20905 FONT_SPEC. Change caller.
20906 (realize_face, realize_x_face): Delete arguments C and BASE_FACE.
20907 Change caller.
20908 (realize_non_ascii_face): New function.
20909 (realize_x_face): Call load_face_font here.
20910 (realize_tty_face): Delete argument C. Change caller.
20911 (compute_char_face): If CH is not ascii, call FACE_FOR_CHAR to
20912 get a face ID.
20913 (dump_realized_face): Don't print charset of FACE.
20914
20915 * xfns.c (x_set_font): Always call x_new_fontset and
20916 store_frame_parameter.
20917 (Fx_create_frame): Call x_new_fontset, not x_new_font.
20918 (syms_of_xfns): Set get_font_repertory_func to x_get_font_repertory.
20919
20920 * xterm.h (x_get_font_repertory): Extern it.
20921
20922 * xterm.c (x_produce_glyphs): Use ASCII_CHAR_P, not
20923 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
20924 it->multibyte_p is zero.
20925 (XTread_socket): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
20926 (x_new_fontset): If FONTSETNAME doesn't match any existing
20927 fontsets, create a new one.
20928 (x_get_font_repertory): New function.
20929
20930 2008-02-01 Kenichi Handa <handa@m17n.org>
20931
20932 * coding.c (Ffind_coding_systems_region_internal): Detect an
20933 ASCII only string correctly.
20934
20935 * lread.c (Fload): Don't load with Qload_force_doc_strings t if
20936 version is 0.
20937
20938 2008-02-01 Kenichi Handa <handa@m17n.org>
20939
20940 * lread.c: Include "coding.h".
20941 (Qget_emacs_mule_file_char, Qload_force_doc_strings)
20942 (load_each_byte, unread_char): New variables.
20943 (readchar_backlog): Delete.
20944 (readchar): Return a character unless load_each_byte is nonzero.
20945 Handle the case that readcharfun is Qget_emacs_mule_file_char or a
20946 cons. If unread_char is not -1, simply return it.
20947 (unreadchar): Handle the case that readcharfun is
20948 Qget_emacs_mule_file_char or a cons. Set unread_char if necessary.
20949 (read_multibyte): Delete.
20950 (readbyte_for_lambda, readbyte_from_file, readbyte_from_string)
20951 (read_emacs_mule_char): New functions.
20952 (Fload): Even if the file doesn't have the extension ".elc", if
20953 safe_to_load_p returns a positive version number, assume that the
20954 file contains bytecompiled code. If the version is less than 22,
20955 load the file while decoding multibyte sequences by emacs-mule.
20956 (readevalloop): Don't use readchar_backlog.
20957 (Fread): Likewise. Pay attention to the case that STREAM is a cons.
20958 (Fread_from_string): Pay attention to the case that STREAM is a cons.
20959 (read_escape): Delete the arg BYTEREP.
20960 (read1): Set load_each_byte to 1 temporarily while handling
20961 #@NUMBER. Don't call read_multibyte.
20962 (read_vector): Call Fread with a cons. If readcharfun is
20963 Qget_emacs_mule_file_char, decode the read string by emacs-mule.
20964 (read_list): If doc_reference is 2, make the cdr part string as unibyte.
20965 (syms_of_lread): Intern and staticpro Qget_emacs_mule_file_char
20966 and Qload_force_doc_strings.
20967
20968 2008-02-01 Kenichi Handa <handa@m17n.org>
20969
20970 * xdisp.c (face_before_or_after_it_pos): Call
20971 FETCH_MULTIBYTE_CHAR with byte postion, not char position.
20972
20973 2008-02-01 Kenichi Handa <handa@m17n.org>
20974
20975 * character.h (TRAILING_CODE_P): New macro.
20976 (MAYBE_UNIFY_CHAR): Adjust for the change of Funify_charset.
20977 (string_char_with_unification): Fix prototype.
20978 (Vscript_alist): Extern it.
20979
20980 * character.c (Vscript_alist): New variable.
20981 (string_char_with_unification, str_as_unibyte)
20982 (string_escape_byte8): Add `const' to local variables.
20983 (syms_of_character): Declare script-alist as a Lisp variable.
20984
20985 * charset.h (Vcharset_ordered_list): Extern it.
20986 (charset_ordered_list_tick): Extern it.
20987 (EMACS_MULE_LEADING_CODE_PRIVATE_11)
20988 (EMACS_MULE_LEADING_CODE_PRIVATE_12)
20989 (EMACS_MULE_LEADING_CODE_PRIVATE_21)
20990 (EMACS_MULE_LEADING_CODE_PRIVATE_22): New macros.
20991 (Funify_charset): Adjust for the change of Funify_charset.
20992
20993 * charset.c (charset_ordered_list_tick): New variable.
20994 (Fdefine_charset_internal): Increment charset_ordered_list_tick.
20995 (Funify_charset): New optional arg DEUNIFY. If it is non-nil,
20996 deunify intead of unify a charset.
20997 (string_xstring_p): Add `const' to local variables.
20998 (find_charsets_in_text): Add `const' to arguments and local variables.
20999 (encode_char): Adjust for the change of Funify_charset. Fix
21000 detecting of invalid code.
21001 (Fset_charset_priority): Increment charset_ordered_list_tick.
21002 (Fmap_charset_chars): Fix handling of default value for FROM_CODE
21003 and TO_CODE.
21004
21005 * coding.c (LEADING_CODE_PRIVATE_11, LEADING_CODE_PRIVATE_12)
21006 (LEADING_CODE_PRIVATE_21, LEADING_CODE_PRIVATE_22): Delete macros.
21007 Changed callers to use EMACS_MULE_LEADING_CODE_PRIVATE_11, etc.
21008 (decode_coding_ccl, consume_chars)
21009 (Ffind_coding_systems_region_internal)
21010 (Fcheck_coding_systems_region): Add `const' to local variables.
21011
21012 * print.c (print_object): Use octal form for printing the
21013 contents of a bool vector.
21014
21015 2008-02-01 Dave Love <fx@gnu.org>
21016
21017 * lread.c (Fload) <!load_dangerous_libraries>: Don't leak fd.
21018 <version == 20>: Refuse to load.
21019
21020 2008-02-01 Dave Love <fx@gnu.org>
21021
21022 * fns.c: Move coding.h.
21023 (Qcodeset, Qdays, Qmonths): New.
21024 (concat): Use CHARACTERP instead of INTEGERP.
21025 (Flocale_codeset): Delete.
21026 (Flanginfo): New function.
21027 (syms_of_fns): Change accordingly.
21028
21029 * coding.c (adjust_coding_eol_type): Fix eol_type/eol_seen mixup.
21030
21031 2008-02-01 Dave Love <fx@gnu.org>
21032
21033 * casetab.c (init_casetab_once, init_casetab_once): Fix
21034 CHAR_TABLE_SET call.
21035
21036 * category.c (Fmodify_category_entry): Fix CATEGORY_MEMBER call.
21037
21038 * character.c (syms_of_character): Fix CHAR_TABLE_SET call.
21039
21040 * charset.c (Fmap_charset_chars): Check args. Convert Lisp types.
21041 (load_charset_map, Fdeclare_equiv_charset, Fencode_char)
21042 (Fset_charset_priority, syms_of_charset): Convert Lisp types.
21043
21044 * charset.h (CHECK_CHARSET_GET_ID): Use XINT on AREF result.
21045
21046 * coding.c (ENCODE_DESIGNATION, decode_eol)
21047 (make_conversion_work_buffer, code_conversion_restore)
21048 (Fdefine_coding_system_internal): Convert Lisp types.
21049 (code_conversion_restore): Use EQ, not ==.
21050 (Fencode_coding_string): Fix code_convert_string call.
21051
21052 * coding.h (code_convert_region): Fix prototype.
21053
21054 * dispextern.h (redraw_frame, redraw_garbaged_frames): Remove.
21055
21056 * fontset.c (fontset_ref, fontset_set, fs_load_font)
21057 (Ffontset_info): Convert Lisp types.
21058
21059 * syntax.h (SYNTAX_ENTRY_INT): Don't use make_number.
21060
21061 * xterm.c (note_mouse_movement): Fix call of window_from_coordinates.
21062
21063 * xdisp.c (display_mode_element): Fix call of Fset_text_properties.
21064
21065 * chartab.c: Include "...h", not <...h> in some cases.
21066
21067 * callproc.c (Fcall_process): Remove unused variables.
21068
21069 2008-02-01 Dave Love <fx@gnu.org>
21070
21071 * coding.c (Fset_coding_system_priority): Allow null arg list.
21072
21073 2008-02-01 Dave Love <fx@gnu.org>
21074
21075 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
21076 (Fself_insert_and_exit): Use CHARACTERP.
21077
21078 * callproc.c (Fcall_process): Remove unused vars.
21079
21080 * xterm.c (XTread_socket): Add extra dead keysyms.
21081
21082 * xdisp.c (decode_mode_spec_coding): Use CHARACTERP.
21083
21084 * dispextern.h: Remove prototypes for redraw_frame,
21085 redraw_garbaged_frames.
21086
21087 * cmds.c (Fself_insert_command): Use CHARACTERP.
21088
21089 * chartab.c (make_sub_char_table): Remove unused var.
21090 (Fset_char_table_default, Fmap_char_table): Doc fix.
21091
21092 * keymap.c (access_keymap): Remove generic char code.
21093 (push_key_description): Use CHARACTERP.
21094
21095 2008-02-01 Dave Love <fx@gnu.org>
21096
21097 * charset.c: Doc fixes.
21098 (Funify_charset): Extra checking.
21099
21100 2008-02-01 Dave Love <fx@gnu.org>
21101
21102 * lread.c: Remove some unused variables.
21103 (safe_to_load_p): If safe, return the magic number version byte.
21104 (Fload): Maybe use load-with-code-conversion.
21105
21106 2008-02-01 Kenichi Handa <handa@m17n.org>
21107
21108 * category.c (Fmodify_category_entry): Don't modify the contents
21109 of category_set for characters out of the range. Avoid
21110 unnecessary modification.
21111
21112 * character.h (MAYBE_UNIFY_CHAR): Adjust for the change of
21113 Vchar_unify_table. The default value of the table is now nil.
21114
21115 * character.c (syms_of_character): Setup Vchar_width_table for
21116 eight-bit-control and raw-byte chars.
21117
21118 * charset.h (enum define_charset_arg_index): Delete
21119 charset_arg_parents and add charset_arg_subset and
21120 charset_arg_superset.
21121 (enum charset_attr_index): Delete charset_parents and add
21122 charset_subset and charset_superset.
21123 (enum charset_method): Delete CHARSET_METHOD_INHERIT and add
21124 CHARSET_METHOD_SUBSET and CHARSET_METHOD_SUPERSET.
21125 (CHARSET_ATTR_PARENTS, CHARSET_PARENTS): Delete.
21126 (CHARSET_ATTR_SUBSET, CHARSET_ATTR_SUPERSET, CHARSET_SUBSET)
21127 (CHARSET_SUPERSET): New macros.
21128 (charset_work): Extern it.
21129 (ENCODE_CHAR): Use charset_work.
21130 (CHAR_CHARSET_P): Adjust for the change of encoder format.
21131 (map_charset_chars): Extern it.
21132
21133 * charset.c (load_charset_map): Set the default value of encoder
21134 and deunifier char-tables to nil.
21135 (map_charset_chars): Change argument. Change callers. Use
21136 map_char_table_for_charset instead of map_char_table.
21137 (Fmap_charset_chars): New optional args from_code and to_code.
21138 (Fdefine_charset_internal): Adjust for the change of
21139 `define-charset' (:parents -> :subset or :superset).
21140 (charset_work): New variable.
21141 (encode_char, syms_of_charset): Adjust for the change of
21142 Fdefine_charset_internal.
21143 (Ffind_charset_string): Setup the vector `charsets' correctly.
21144
21145 * chartab.c (sub_char_table_ref_and_range): New arg default. Fix
21146 the previous change.
21147 (char_table_ref_and_range): Adjust for the above change.
21148 (map_sub_char_table_for_charset): New function.
21149 (map_char_table_for_charset): New function.
21150
21151 * keymap.c (describe_vector): Handle a char-table directly here.
21152 (describe_char_table): Delete.
21153
21154 * lisp.h (map_charset_chars): Delete.
21155
21156 2008-02-01 Dave Love <fx@gnu.org>
21157
21158 * fns.c (count_combining): Comment out (unused).
21159 (Flocale_codeset): New.
21160 (syms_of_fns): Defsubr it.
21161
21162 * config.in (HAVE_PTY_H, HAVE_SIZE_T, HAVE_LANGINFO_CODESET): New.
21163 (size_t): Remove.
21164
21165 2008-02-01 Dave Love <fx@gnu.org>
21166
21167 * Makefile.in (chartab.o): Depend on charset.h.
21168
21169 2008-02-01 Kenichi Handa <handa@m17n.org>
21170
21171 * character.c (syms_of_character): Set the default value of
21172 Vprintable_chars to Qnil.
21173
21174 2008-02-01 Dave Love <fx@gnu.org>
21175
21176 * Makefile.in (lisp, shortlisp): Change indian.elc to indian.el.
21177
21178 2008-02-01 Kenichi Handa <handa@m17n.org>
21179
21180 * charset.c (load_charset_map): Handle the case that from < to
21181 correctly.
21182
21183 * coding.c (encode_coding_emacs_mule, encode_coding_iso_2022)
21184 (encode_coding_sjis, encode_coding_big5, encode_coding_charset):
21185 Pay attention to raw-8-bit chars.
21186
21187 2008-02-01 Kenichi Handa <handa@m17n.org>
21188
21189 * Makefile.in (lisp, shortlisp): Change chinese.elc to chinese.el.
21190 It is not bytecompiled now.
21191
21192 * charset.c (charset_jisx0201_roman, charset_jisx0208_1978)
21193 (charset_jisx0208): New variables.
21194 (Fdefine_charset_internal): Setup them if appropriate.
21195 (init_charset_once): Initialize them to -1.
21196
21197 * charset.h (charset_jisx0201_roman, charset_jisx0208_1978)
21198 (charset_jisx0208): Extern them.
21199
21200 * coding.c (CODING_ISO_FLAG_USE_ROMAN): New macro.
21201 (CODING_ISO_FLAG_USE_OLDJIS): New macro.
21202 (CODING_ISO_FLAG_FULL_SUPPORT): Change macro definition.
21203 (setup_iso_safe_charsets): Fix arguments to Fassq.
21204 (DECODE_DESIGNATION, ENCODE_ISO_CHARACTER_DIMENSION1)
21205 (ENCODE_ISO_CHARACTER_DIMENSION2): Pay attention to
21206 CODING_ISO_FLAG_USE_ROMAN and CODING_ISO_FLAG_USE_OLDJIS.
21207 (encode_coding_iso_2022): Change the 1st arg to
21208 ENCODE_ISO_CHARACTER to a variable.
21209
21210 2008-02-01 Kenichi Handa <handa@m17n.org>
21211
21212 * charset.h (enum define_charset_arg_index): New enums
21213 charset_arg_min_code and charset_arg_max_code.
21214 (struct charset): New member char_index_offset.
21215
21216 * charset.c (CODE_POINT_TO_INDEX, INDEX_TO_CODE_POINT):
21217 Take charset->char_index_offset into account.
21218 (Fdefine_charset_internal): Handle args[charset_arg_min_code] and
21219 args[charset_arg_max_code]. Setup charset.char_index_offset.
21220 (syms_of_charset): Fix args to Fdefine_charset_internal.
21221
21222 2008-02-01 Dave Love <fx@gnu.org>
21223
21224 * coding.c (decode_coding_utf_8): Reject overlong sequences.
21225
21226 2008-02-01 Dave Love <fx@gnu.org>
21227
21228 * coding.c: Doc fixes.
21229 (Fcoding_system_aliases): Fix return value.
21230 (Qmac): Remove (duplicated) definition.
21231
21232 2008-02-01 Dave Love <fx@gnu.org>
21233
21234 * charset.c (Fcharset_priority_list, Fset_charset_priority):
21235 New functions.
21236
21237 * character.c (Fstring): Doc fix.
21238
21239 * charset.c (Fdefine_charset_alias): Update Vcharset_list.
21240
21241 * fontset.c (Ffontset_info): Doc fix. Return charset names, not ids.
21242 (font-encoding-alist): Doc fix.
21243
21244 2008-02-01 Dave Love <fx@gnu.org>
21245
21246 * term.c (costs_set): Declare static, non-initialized for pcc.
21247 (encode_terminal_code): Remove unused var.
21248
21249 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
21250 for K&R.
21251
21252 * xterm.c (xlwmenu_window_p): Fix prototype for K&R.
21253
21254 * coding.c (setup_iso_safe_charsets): Fix arg decl for K&R.
21255 (suffixes): Move out of make_subsidiaries for K&R.
21256
21257 * charset.c (map_charset_chars): Fix c_function declaration for K&R.
21258
21259 * lisp.h (DEFUN) [!PROTOTYPES]: Remove spurious `args'.
21260
21261 2008-02-01 Dave Love <fx@gnu.org>
21262
21263 * data.c (Fchar_or_string_p): Doc fix. Use CHARACTERP.
21264
21265 * category.c (Fmodify_category_entry): Doc fix. Remove unused vars.
21266
21267 2008-02-01 Yong Lu <lyongu@asia-infonet.com>
21268
21269 * charset.c (Fdefine_charset_internal): Fix argument to bzero.
21270
21271 * coding.c (decode_coding_charset): Workaround for the bug of GCC 2.96.
21272
21273 2008-02-01 Kenichi Handa <handa@m17n.org>
21274
21275 * Makefile.in (lisp, shortlisp): Change cyrillic.elc to cyrillic.el,
21276 vietnamese.elc to vietnamese.el. They are not bytecompiled now.
21277
21278 2008-02-01 Kenichi Handa <handa@m17n.org>
21279
21280 * coding.c (decode_coding_charset): Adjust for the change of
21281 Fdefine_coding_system_internal.
21282 (Fdefine_coding_system_internal): For a coding system of
21283 `charset' type, store a list of charset IDs in
21284 `charset_attr_charset_valids' element of coding attributes.
21285
21286 2008-02-01 Kenichi Handa <handa@m17n.org>
21287
21288 * coding.c (ONE_MORE_BYTE_NO_CHECK): Increment consumed_chars.
21289 (emacs_mule_char): New arg src. Delete arg `composition'. Change
21290 caller. Handle 2-byte and 3-byte charsets correctly.
21291 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): Rename from
21292 DECODE_EMACS_MULE_COMPOSITION_RULE. Change caller.
21293 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New macro.
21294 (DECODE_EMACS_MULE_21_COMPOSITION): Call
21295 DECODE_EMACS_MULE_COMPOSITION_RULE_21. Produce correct annotation
21296 sequence.
21297 (decode_coding_emacs_mule): Handle composition correctly. Rewind
21298 `src' and `consumed_chars' correctly before calling emacs_mule_char.
21299 (DECODE_COMPOSITION_START): Correctly handle the case of altchar
21300 and alt&rule composition.
21301 (decode_coding_iso_2022): Handle composition correctly.
21302 (init_coding_once): Setup emacs_mule_bytes for private charsets.
21303
21304 * charset.c (Fdefine_charset_internal): Fix bug for the case of
21305 re-defining a charset. If the charset has :emacs-mule-id, setup
21306 emacs_mule_bytes.
21307 (Fmake_char): If CODE1 is nil, use the minimum code of the charset.
21308
21309 2008-02-01 Kenichi Handa <handa@m17n.org>
21310
21311 * coding.c (encode_coding_iso_2022, encode_coding_sjis)
21312 (encode_coding_big5, encode_coding_charset): If coding requires safe
21313 encoding, produce a character specified by
21314 CODING_INHIBIT_CHARACTER_SUBSTITUTION.
21315
21316 2008-02-01 Dave Love <fx@gnu.org>
21317
21318 * xterm.c (XSetIMValues): Declare.
21319
21320 * process.c: Conditionally include sys/wait.h, pty.h.
21321
21322 * print.c (print_object): Fix print format for 64-bit systems.
21323
21324 * keyboard.c (modify_event_symbol): Fix print format for 64-bit systems.
21325
21326 * buffer.c (emacs_strerror): Declare.
21327
21328 * fontset.c (Fclear_face_cache): Declare.
21329 (accumulate_font_info): Comment-out (unused).
21330 (face_for_char, Fset_fontset_font, Ffontset_info): Remove unused
21331 variables.
21332
21333 * character.h (string_escape_byte8): Declare.
21334
21335 * charset.c (load_charset_map, load_charset_map_from_file): Remove
21336 unused vars.
21337 (Fdefine_charset_internal, Fsplit_char, syms_of_charset)
21338 (Fmap_charset_chars): Doc fix.
21339
21340 * coding.c (Vchar_coding_system_table, Qchar_coding_system): Remove.
21341 (Fset_coding_system_priority, Fset_coding_system_priority)
21342 (Fdefine_coding_system_internal): Doc fix.
21343
21344 2008-02-01 Dave Love <fx@gnu.org>
21345
21346 * s/osf5-0.h (C_SWITCH_SYSTEM) [!__GNUC__]: Remove -nointrinsics.
21347
21348 2008-02-01 Kenichi Handa <handa@m17n.org>
21349
21350 * character.c (string_escape_byte8): Make multibyte string with
21351 correct size.
21352
21353 * charset.c (Fmake_char): Delete unnecessary code.
21354
21355 2008-02-01 Kenichi Handa <handa@m17n.org>
21356
21357 * xfns.c (x_encode_text): Allocate coding.destination here, and
21358 call encode_coding_object with dst_object Qnil.
21359
21360 * buffer.c (Fset_buffer_multibyte): Convert 8-bit bytes to
21361 multibyte form correctly.
21362
21363 * fontset.c (fs_load_font): Check fontp->full_name (not fontname)
21364 against Vfont_encoding_alist.
21365
21366 * coding.c (Fdecode_sjis_char): Fix typo (0x7F->0xFF). Fix the
21367 handling of charset list.
21368 (encode_coding_iso_2022): Setup coding->safe_charsets in advance.
21369 (decode_coding_object): Move point to coding->dst_pos before
21370 calling post-read-conversion function.
21371 (encode_coding_object): Give correct arguments to
21372 pre-write-conversion. Ignore the return value of
21373 pre-write-conversion function. Pay attention to the case that
21374 pre-write-conversion changes the current buffer. If dst_object is
21375 Qt, even if coding->src_bytes is zero, allocate at least one byte
21376 to coding->destination.
21377
21378 * coding.h (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).
21379
21380 * charset.c (Fmake_char): Make it more backward compatible.
21381 (Fmap_charset_chars): Fix docstring.
21382
21383 2008-02-01 Dave Love <fx@gnu.org>
21384
21385 * coding.c: Doc fixes.
21386 (Fdefine_coding_system_alias): Use names, not symbols, in
21387 coding-system-alist.
21388
21389 2008-02-01 Kenichi Handa <handa@m17n.org>
21390
21391 * fontset.c (free_realized_fontsets): Call Fclear_face_cache instead
21392 of calling free_realized_face.
21393
21394 2008-02-01 Yong Lu <lyongu@asia-infonet.com>
21395
21396 * charset.c (read_hex): Don't treat SPC as a comment starter.
21397 (decode_char): If CODE_POINT_TO_INDEX returns -1, always return -1.
21398 (Fdecode_char): Fix typo.
21399
21400 2008-02-01 Kenichi Handa <handa@m17n.org>
21401
21402 * charset.h (struct charset): New member `code_space_mask'.
21403
21404 * coding.c (coding_set_source): Delete the local variable beg_byte.
21405 (encode_coding_charset, Fdefine_coding_system_internal):
21406 Delete the local variable charset.
21407 (Fdefine_coding_system_internal): Setup
21408 attrs[coding_attr_charset_valids] correctly.
21409
21410 * charset.c (CODE_POINT_TO_INDEX): Utilize `code_space_mask'
21411 member to check if CODE is valid or not.
21412 (Fdefine_charset_internal): Initialize `code_space_mask' member.
21413 (encode_char): Before calling CODE_POINT_TO_INDEX, check if CODE
21414 is within the range of charset->min_code and carset->max_code.
21415
21416 2008-02-01 Dave Love <fx@gnu.org>
21417
21418 * syntax.h (syntax_temp) [!__GNUC__]: Declare.
21419
21420 * dispextern.h (generate_ascii_font): Fix return type.
21421
21422 * xfaces.c (generate_ascii_font): Fix arg declaration.
21423
21424 * coding.c (coding_inherit_eol_type)
21425 (Fset_terminal_coding_system_internal)
21426 (Fset_safe_terminal_coding_system_internal): Fix arg declarations.
21427
21428 2008-02-01 Kenichi Handa <handa@m17n.org>
21429
21430 * coding.c (decode_coding_charset, encode_coding_charset): Handle
21431 multiple charsets correctly.
21432
21433 2008-02-01 Kenichi Handa <handa@m17n.org>
21434
21435 * search.c (boyer_moore): Fix handling of multibyte character
21436 translation.
21437
21438 * xdisp.c (display_mode_element): When the variable `elt' is
21439 changed, update `this' and `lisp_string'.
21440
21441 2008-02-01 Kenichi Handa <handa@m17n.org>
21442
21443 * buffer.c (Fset_buffer_multibyte): Fix 8-bit char handling.
21444
21445 * callproc.c (Fcall_process): Be sure to give the current buffer
21446 to decode_coding_c_string. Update PT and PT_BYTE after the insertion.
21447
21448 * charset.c (struct charset_map_entries): New struct.
21449 (load_charset_map): Rename from parse_charset_map. New args
21450 entries and n_entries. Change caller.
21451 (load_charset_map_from_file): Rename from load_charset_map.
21452 Change caller. New arg control_flag. Call load_charset_map at
21453 the tail.
21454 (load_charset_map_from_vector): New function.
21455 (Fdefine_charset_internal): Setup charset.compact_codes_p.
21456 (encode_char): If the charset is compact, change a character index
21457 to a code point.
21458
21459 * coding.c (coding_alloc_by_making_gap): Check the case that the
21460 source and destination are the same correctly.
21461 (decode_coding_raw_text): Set coding->consumed_char and
21462 coding->consumed to 0.
21463 (produce_chars): If coding->chars_at_source is nonzero, update
21464 coding->consumed_char and coding->consumed before calling
21465 alloc_destination.
21466 (Fdefine_coding_system_alias): Register ALIAS in
21467 Vcoding_system_alist.
21468 (syms_of_coding): Define `no-conversion' coding system at the tail.
21469
21470 * fileio.c (Finsert_file_contents): Set coding_system instead of
21471 val. If the current buffer is multibyte, always call
21472 decode_coding_gap.
21473
21474 * xfaces.c (try_font_list): Give higher priority to fontset's
21475 family than face's family.
21476
21477 2008-02-01 Kenichi Handa <handa@m17n.org>
21478
21479 * callproc.c (Fcall_process): Be sure to give the current buffer
21480 to decode_coding_c_string.
21481
21482 * xfaces.c (try_font_list): Give a family specified in a fontset
21483 higher priority than a family specified in a face.
21484
21485 2008-02-01 Kenichi Handa <handa@m17n.org>
21486
21487 * fileio.c (Finsert_file_contents): Fix calculation of `inserted'.
21488 Fix arguments to insert_from_buffer.
21489
21490 * xdisp.c (display_mode_element): Fix calculation of `bytepos'.
21491
21492 2008-02-01 Kenichi Handa <handa@m17n.org>
21493
21494 * coding.c (produce_chars): Set the variable `multibytep' correctly.
21495 (decode_coding_gap): Set coding->dst_multibyte correctly.
21496
21497 2008-02-01 Kenichi Handa <handa@m17n.org>
21498
21499 * coding.c (encode_coding_utf_8): Initialize produced_chars to 0.
21500 (decode_coding_utf_16): Fix converting high and low bytes to code-point.
21501 (encode_coding_utf_16): Substitute coding->default_char for
21502 non-Unicode characters.
21503 (decode_coding): Don't call record_insert here.
21504 (setup_coding_system): Initialize `surrogate' of
21505 coding->spec.utf_16 to 0.
21506 (EMIT_ONE_BYTE): Fix for multibyte case.
21507
21508 * insdel.c (insert_from_gap): Call record_insert.
21509
21510 2008-02-01 Kenichi Handa <handa@m17n.org>
21511
21512 * casefiddle.c (casify_region): Fix multibyte case.
21513
21514 * character.c (c_string_width): Add return type `int'.
21515 (char_string_with_unification): Delete arg ADVANCED.
21516
21517 * character.h (CHAR_VALID_P): Don't call CHARACTERP.
21518 (CHAR_STRING): Adjust for the change of char_string_with_unification.
21519 (CHAR_STRING_ADVANCE): Make it do-while statement.
21520
21521 * chartab.c (sub_char_table_set_range): Optimize for the case
21522 DEPTH == 3. Add workaround code for a GCC optimization bug.
21523
21524 * charset.c (parse_charset_map): Remove an unused variable.
21525
21526 * coding.c: Delete unused variables.
21527
21528 * fileio.c (Finsert_file_contents): Set coding_system to Qnil
21529 earlier. If inserted is zero and the coding system doesn't
21530 require flushing, don't call decode_coding_gap.
21531
21532 * syntax.h (SET_RAW_SYNTAX_ENTRY): Don't call make_number.
21533
21534 2008-02-01 Kenichi Handa <handa@m17n.org>
21535
21536 The following changes are for using Unicode as an internal
21537 character model, and use UTF-8 format for buffer/string
21538 representation.
21539
21540 * .gdbinit (xchartable): Adjust for the change of char table structure.
21541 (xsubchartable, xcoding, xcharset, xcurbuf): New commands.
21542
21543 * Makefile.in (obj): Add character.o and chartab.o.
21544 (lisp, shortlisp): Remove utf-8.elc.
21545 (*.o): For many files, change dependency on charset.h to
21546 character.h, and add dependency on character.h.
21547 (character.o, chartab.o): New targets.
21548
21549 * abbrev.c, bytecode.c, casefiddle.c, cmds.c, dispnew.c, doc.c:
21550 * doprnt.c, dosfns.c, frame.c, marker.c, minibuf.c, msdos.c:
21551 * w16select.c, w32bdf.c, w32console.c: Include "character.h" instead
21552 of "charset.h".
21553
21554 * dired.c, filelock.c: Include "character.h".
21555
21556 * alloc.c: Include "character.h" instead of "charset.h".
21557 (Fmake_char_table, make_sub_char_table): Move to chartab.c.
21558 (syms_of_alloc): Remove defsubr for Smake_char_table.
21559
21560 * buffer.c: Include "character.h" instead of "charset.h", don't
21561 include "coding.h".
21562 (Fset_buffer_multibyte): Adjust for UTF-8.
21563
21564 * buffer.h: EXFUN Fbuffer_live_p.
21565
21566 * callproc.c: Include "character.h" instead of "charset.h".
21567 (Fcall_process): Big change for the new code-conversion APIs.
21568
21569 * casetab.c: Include "character.h" instead of "charset.h".
21570 (set_canon, set_identity, shuffle): Adjust for the new
21571 map_char_table spec.
21572 (init_casetab_once): Call CHAR_TABLE_SET instead of directly
21573 accessing the char table structure.
21574
21575 * chartab.c: New file that implements char table.
21576
21577 * category.c: Include "character.h".
21578 (copy_category_entry): New function.
21579 (copy_category_table): Call map_char_table and copy_category_entry.
21580 (Fmake_category_table): Initialize all top-level slots.
21581 (char_category_set): New function.
21582 (modify_lower_category_set): Delete.
21583 (Fmodify_category_entry): Call char_table_ref_and_range.
21584
21585 * category.h (CATEGORY_SET): Just call char_category_set.
21586
21587 * ccl.c: Include "character.h".
21588 (Qccl, Qcclp): New variables.
21589 (CCL_WRITE_CHAR): Alway treat the arg CH as a character even if
21590 it's less than 256.
21591 (CCL_WRITE_MULTIBYTE_CHAR): Delete.
21592 (CCL_WRITE_STRING, CCL_READ_CHAR): Adjust for the change of SRC
21593 and DST type.
21594 (ccl_driver): Change types of argument, adjust code accordingly.
21595 (Fccl_execute, Fccl_execute_on_string): Adjust for the change of
21596 ccl_driver.
21597 (syms_of_ccl): Intern and staticpro Qccl and Qcclp.
21598
21599 * ccl.h (struct ccl_program): Delete members eol_type and multibyte.
21600 New members src_multibyte, dst_multibyte, consumed, and produced.
21601 (struct ccl_spec): Delete members decoder and encoder. New member ccl.
21602 (CODING_SPEC_CCL_PROGRAM): New macro.
21603 (ccl_driver): Update prototype.
21604 (Qccl, Qcclp, Fccl_program_p): Extern them.
21605 (CHECK_CCL_PROGRAM): New macro.
21606
21607 * character.c, character.h, chartab.c: New files.
21608
21609 * charset.c: Mostly re-written. Move character and multibyte sequence
21610 handling codes to character.c.
21611
21612 * charset.h: Mostly re-written. Move character and multibyte sequence
21613 handling codes to character.h.
21614
21615 * coding.c, coding.h: Mostly re-written.
21616
21617 * composite.c: Include "character.h" instead of "charset.h".
21618 (CHAR_WIDTH): Move to character.h.
21619 (HASH_KEY, HASH_VALUE): Delete.
21620
21621 * composite.h (enum composition_method): Change order of enumeration
21622 symbols.
21623
21624 * data.c: Include "character.h" instead of "charset.h".
21625 (Faref): Call CHAR_TABLE_REF for a char table.
21626 (Faset): Call CHAR_TABLE_SET for a char table.
21627
21628 * dispextern.h (free_realized_face, check_face_attribytes)
21629 (generate_ascii_font): Extern them.
21630 (free_realized_multibyte_face): Delete extern.
21631
21632 * disptab.h (DISP_CHAR_VECTOR): Adjust for the change of char
21633 table structure.
21634
21635 * editfns.c: Include "character.h" instead of "charset.h".
21636 (Fchar_to_string): Always call CHAR_STRING.
21637
21638 * emacs.c (main): Call init_charset_once, init_charset,
21639 syms_of_chartab, and syms_of_character.
21640
21641 * fileio.c: Include "character.h" instead of "charset.h".
21642 (Finsert_file_contents): Big change for the new code-conversion API.
21643 (choose_write_coding_system, Fwrite_region): Likewise.
21644 (build_annotations_2): Delete.
21645 (e_write): Big change for the new code-conversion API.
21646
21647 * fns.c: Include "character.h" instead of "charset.h".
21648 (copy_sub_char_table): Move to chartab.c.
21649 (Fcopy_sequence): Call copy_char_table for a char table.
21650 (concat): Delete codes calling count_multibyte.
21651 (string_char_to_byte, string_byte_to_char): Adjust for the new
21652 multibyte form.
21653 (internal_equal): Adjust for the change of char table structure.
21654 (Fchar_table_subtype, Fchar_table_parent, Fset_char_table_parent)
21655 (Fchar_table_extra_slot, Fset_char_table_extra_slot)
21656 (Fchar_table_range, Fset_char_table_range, Fset_char_table_default)
21657 (char_table_translate, optimize_sub_char_table)
21658 (Foptimize_char_table, map_char_table, Fmap_char_table): Move to
21659 chartab.c.
21660 (char_table_ref_and_index): Delete.
21661 (HASH_KEY, HASH_VALUE): Move to lisp.h.
21662 (Fmd5): Call preferred_coding_system instead of accessing
21663 Vcoding_category_list. Adjust for the new code-conversion API.
21664 (syms_of_fns): Move defsubr for char table related functions to
21665 chartab.c.
21666
21667 * fontset.c: Mostly re-written.
21668
21669 * fontset.h (struct font_info): Change type of the member encoding_type.
21670 (enum FONT_SPEC_INDEX): New enum.
21671 (fontset_font_pattern, fs_load_font): Update prototype.
21672 (FS_LOAD_FONT): Adjust for the change of fs_load_font.
21673
21674 * indent.c: Include "character.h" instead of "charset.h".
21675 (MULTIBYTE_BYTES_WIDTH): Call CHAR_WIDTH instead of WIDTH_BY_CHAR_HEAD.
21676
21677 * insdel.c: Include "character.h" instead of "charset.h".
21678 (copy_text): Don't refer to Vnonascii_translation_table.
21679 (insert_from_gap): New function.
21680
21681 * keyboard.c: Include "character.h" instead of "charset.h".
21682 (command_loop_1): Never call direct_output_forward_char before
21683 a non-ASCII character.
21684 (read_char): If Vkeyboard_translate_table is a char table, always
21685 translate a character.
21686
21687 * keymap.c: Include "character.h".
21688 (store_in_keymap): Handle the case that IDX is a cons.
21689 (Fdefine_key): Handle the case that KEY is a cons and the car part
21690 is also a cons (range).
21691 (push_key_description): Adjust for the new character code.
21692 (describe_vector): Call describe_char_table for a char table.
21693 (describe_char_table): New function.
21694
21695 * keymap.h (describe_char_table): Extern it.
21696
21697 * lisp.h (enum pvec_type): New member PVEC_SUB_CHAR_TABLE.
21698 (XSUB_CHAR_TABLE, XSETSUB_CHAR_TABLE): New macros.
21699 (CHAR_TABLE_ORDINARY_SLOTS, CHAR_TABLE_SINGLE_BYTE_SLOTS)
21700 (SUB_CHAR_TABLE_ORDINARY_SLOTS, SUB_CHAR_TABLE_STANDARD_SLOTS):
21701 Delete.
21702 (CHAR_TABLE_REF, CHAR_TABLE_SET): Adjust for the new char table
21703 structure.
21704 (CHAR_TABLE_TRANSLATE): Just call char_table_translate.
21705 (CHARTAB_SIZE_BITS_0, CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2)
21706 (CHARTAB_SIZE_BITS_3): New macros.
21707 (chartab_size): Extern it.
21708 (struct Lisp_Char_Table): Re-design.
21709 (struct Lisp_Sub_Char_Table): New structure.
21710 (HASH_KEY, HASH_VALUE): Move from fns.c.
21711 (CHARACTERBITS): Define as 22.
21712 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Adjust for the above change.
21713 (SUB_CHAR_TABLE_P): Check PVEC_CHAR_TABLE.
21714 (GC_SUB_CHAR_TABLE_P): New macro.
21715 (Fencode_coding_string, Fdecode_coding_string): Update EXFUN.
21716 (code_convert_string_norecord): Deleted extern.
21717 (init_character_once, syms_of_character, init_charset)
21718 (syms_of_composite, Qeq, Fmakehash, insert_from_gap): Extern them.
21719
21720 * lread.c: Include "character.h".
21721 (read_multibyte): New arg NBYTES.
21722 (read_escape): Change the meaning of returned *BYTEREP.
21723 (to_multibyte): Delete.
21724 (read1): Adjust the handling of char table and string.
21725
21726 * print.c: Include "character.h" instead of "charset.h".
21727 (print_string): Convert 8-bit raw bytes to octal form by
21728 string_escape_byte8.
21729 (print_object): Adjust for the new multibyte form. Print 8-bit
21730 raw bytes always in octal form. Handle sub char table correctly.
21731
21732 * process.c: Include "character.h" instead of "charset.h".
21733 (read_process_output, send_process): Adjust for the new
21734 code-conversion API.
21735
21736 * puresize.h (BASE_PURESIZE): Increase.
21737
21738 * regex.c: Include "character.h" instead of "charset.h".
21739 (BYTE8_TO_CHAR, CHAR_BYTE8_P) [not emacs]: New dummy macros.
21740 (regex_compile): Accept a range whose starting and ending
21741 character have different leading bytes.
21742 (analyse_first): Adjust for the above change.
21743
21744 * search.c: Include "character.h" instead of "charset.h".
21745 (search_buffer, boyer_moore): Adjust for the new multibyte form.
21746 (Freplace_match): Adjust for the change of multibyte_char_to_unibyte.
21747
21748 * syntax.c: Include "character.h" instead of "charset.h".
21749 (syntax_parent_lookup): Delete.
21750 (Fmodify_syntax_entry): Accept a cons as CHAR.
21751 (skip_chars): Adjust for the new multibyte form.
21752 (init_syntax_once): Call char_table_set_range instead of directly
21753 accessing the structure of a char table.
21754
21755 * syntax.h (SET_RAW_SYNTAX_ENTRY): Call CHAR_TABLE_SET.
21756 (SYNTAX_ENTRY_FOLLOW_PARENT): Delete macro.
21757 (SET_RAW_SYNTAX_ENTRY_RANGE): New macro.
21758 (SYNTAX_ENTRY_INT): Call CHAR_TABLE_REF.
21759
21760 * term.c: Include "buffer.h" and "character.h".
21761 (encode_terminal_code, write_glyphs): Adjust for the new
21762 code-conversion API.
21763 (produce_glyphs): Call CHAR_WIDTH instead of CHARSET_WIDTH.
21764
21765 * w32term.c (x_new_font): Adjust for the change of FS_LOAD_FONT.
21766
21767 * xdisp.c: Include "character.h".
21768 (get_next_display_element): Adjust for the new multibyte form.
21769 (disp_char_vector): Adjust for the new char table structure.
21770 (decode_mode_spec_coding): Adjust for the new structure of
21771 coding system.
21772 (decode_mode_spec): Adjust for the new code-conversion API.
21773
21774 * xfaces.c: Include "character.h" instead of "charset.h".
21775 (load_face_font): Adjust for the change of choose_face_font and
21776 FS_LOAD_FONT.
21777 (generate_ascii_font): New function.
21778 (set_lface_from_font_name): Adjust for the change of FS_LOAD_FONT.
21779 (set_font_frame_param): Adjust for the change of choose_face_font.
21780 (free_realized_face): Make it public.
21781 (free_realized_faces_for_fontset): Rename from
21782 free_realized_multibyte_face. Free also faces realized for ASCII.
21783 (choose_face_font): Change arguments. Adjust for the change of
21784 fontset_font_pattern and FS_LOAD_FONT.
21785
21786 * xfns.c: Include "character.h".
21787 (x_encode_text): Adjust for the new code-conversion API.
21788
21789 * xselect.c: Don't include "charset.h".
21790 (selection_data_to_lisp_data): Adjust for the new code conversion API.
21791
21792 * xterm.c: Include "character.h".
21793 (x_encode_char): New argument CHARSET. Change caller.
21794 (x_get_char_face_and_encoding, x_get_glyph_face_and_encoding):
21795 Call ENCODE_CHAR instead of SPLIT_CHAR.
21796 (x_produce_glyphs): Don't check Vnonascii_translation_table Call
21797 CHAR_WIDTH instead of CHARSET_WIDTH.
21798 (XTread_socket): Adjust for the new code-conversion API.
21799 (x_new_font): Adjust for the change of FS_LOAD_FONT.
21800 (x_load_font): Adjust for the change of struct font.
21801
21802 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
21803
21804 * xfaces.c (face_at_buffer_position): Remove unused vars.
21805
21806 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
21807
21808 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR):
21809 Fix overflow checking.
21810
21811 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
21812
21813 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR, ccl_driver):
21814 Cancel previous change.
21815
21816 2008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
21817
21818 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when
21819 ccl->eight_bit_control. Fix check for buffer overflow.
21820 (CCL_WRITE_MULTIBYTE_CHAR): Fix check for buffer overflow.
21821 (ccl_driver): Initialize extra_bytes to 0.
21822
21823 2008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
21824
21825 * keyboard.c (make_ctrl_char): If C is a multibyte character, just
21826 return it ORed with ctrl_modifier.
21827
21828 2008-01-29 Miles Bader <miles@gnu.org>
21829
21830 * macterm.c (XTset_vertical_scroll_bar): Fix merge mistake.
21831
21832 2008-01-28 Jason Rumney <jasonr@gnu.org>
21833
21834 * w32.c (stat): Don't double check for networked drive.
21835
21836 2008-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
21837
21838 * window.c (run_window_configuration_change_hook): New function.
21839 Code extracted from set_window_buffer. Set the selected frame.
21840 (set_window_buffer): Use it.
21841 * window.h (run_window_configuration_change_hook): Declare.
21842 * dispnew.c (change_frame_size_1): Use it instead of set-window-buffer.
21843
21844 * keyboard.c (read_char): Yet another int/Lisp_Object mixup (YAILOM).
21845
21846 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
21847
21848 * Makefile.in: Remove references to unused macros.
21849
21850 2008-01-26 Eli Zaretskii <eliz@gnu.org>
21851
21852 * w32.c (g_b_init_get_sid_sub_authority)
21853 (g_b_init_get_sid_sub_authority_count): New static variables.
21854 (GetSidSubAuthority_Proc, GetSidSubAuthorityCount_Proc): New typedefs.
21855 (get_sid_sub_authority, get_sid_sub_authority_count): New functions.
21856 (init_user_info): Use them to retrieve uid and gid.
21857 Use 500/513, the Windows defaults, as Administrator's uid/gid.
21858 (fstat): Use pw_uid and pw_gid from the_passwd structure for
21859 st_uid and st_gid of the file.
21860
21861 2008-01-26 Jason Rumney <jasonr@gnu.org>
21862
21863 * w32.c (logon_network_drive): New function.
21864 (stat): Use it.
21865
21866 2008-01-26 Chong Yidong <cyd@stupidchicken.com>
21867
21868 * xdisp.c (pos_visible_p): Handle the case where charpos falls on
21869 invisible text covered with an ellipsis.
21870
21871 2008-01-25 Richard Stallman <rms@gnu.org>
21872
21873 * xdisp.c (redisplay_window): Run Qwindow_text_change_functions and
21874 jump back to beginning. Move some other initializations after that.
21875 (Qwindow_text_change_functions, Vwindow_text_change_functions):
21876 New variables.
21877 (syms_of_xdisp): Init them.
21878
21879 * keyboard.c (read_char): Restore echo_message_buffer after redisplay.
21880
21881 * buffer.c (reset_buffer_local_variables):
21882 Implement `permanent-local-hook'.
21883 (Qpermanent_local_hook): New variable.
21884 (syms_of_buffer): Init and staticpro it.
21885
21886 2008-01-25 Michael Albinus <michael.albinus@gmx.de>
21887
21888 * dbusbind.c (xd_retrieve_arg): Pacify GCC on x86_64 GNU/Linux.
21889
21890 2008-01-25 Thien-Thi Nguyen <ttn@gnuvola.org>
21891
21892 * fns.c (Fclrhash): Return TABLE.
21893
21894 2008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21895
21896 * macterm.c (x_scroll_bar_create): Initialize bar->redraw_needed_p.
21897 (XTset_vertical_scroll_bar): Redraw scroll bar if bar->redraw_needed_p
21898 is set even without positional changes.
21899 (x_scroll_bar_clear): Set bar->redraw_needed_p.
21900
21901 * macterm.h (struct scroll_bar): New member `redraw_needed_p'.
21902
21903 2008-01-23 Jason Rumney <jasonr@gnu.org>
21904
21905 * xterm.c (handle_one_xevent): Revert to counting chars not bytes.
21906
21907 * w32term.c (w32_read_socket) <WM_CHAR>: Decode characters outside
21908 the unicode range available in MULE by locale-coding-system.
21909 Improve dbcs lead byte detection. Set event timestamp and modifiers
21910 earlier.
21911
21912 2008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21913
21914 * mac.c (mac_emacs_pid) [MAC_OSX]: New variable.
21915 [MAC_OSX] (init_mac_osx_environment): Initialize it.
21916 [MAC_OSX] (mac_try_close_socket) [SELECT_USE_CFSOCKET]: Return 0
21917 when used on child processes.
21918
21919 2008-01-21 Michael Albinus <michael.albinus@gmx.de>
21920
21921 * dbusbind.c (Fdbus_method_return_internal): Rename from
21922 Fdbus_method_return.
21923 (Fdbus_unregister_object): Move to dbus.el.
21924 (Fdbus_call_method, Fdbus_method_return_internal)
21925 (Fdbus_send_signal): Improve debug messages.
21926
21927 2008-01-20 Martin Rudalics <rudalics@gmx.at>
21928
21929 * undo.c (undo_inhibit_record_point): New variable.
21930 (syms_of_undo): Initialize it.
21931 (record_point): Don't record point when undo_inhibit_record_point
21932 is set.
21933
21934 2008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
21935
21936 * process.c (list_processes_1): Don't use SCHARS on a nil buffer name.
21937
21938 * xdisp.c (Qauto_hscroll_mode): New var.
21939 (syms_of_xdisp): Initialize it.
21940 (hscroll_window_tree): Use it to lookup `auto-hscroll-mode' in each
21941 window's buffer.
21942 (hscroll_windows): Don't check automatic_hscrolling_p here.
21943
21944 * window.c (set_window_buffer): Don't unnecessarily reset hscroll and
21945 vscroll if we're setting window-buffer to the value it already has.
21946
21947 2008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
21948
21949 * m/intel386.h: Remove references to XENIX.
21950
21951 2008-01-17 Andreas Schwab <schwab@suse.de>
21952
21953 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR
21954 instead of HAVE_X86_64_LIB64_DIR.
21955 * m/ibms390x.h (START_FILES, LIB_STANDARD): Likewise.
21956
21957 2008-01-17 Glenn Morris <rgm@gnu.org>
21958
21959 * m/ibms390x.h (START_FILES, LIB_STANDARD): Adjust value according
21960 to HAVE_X86_64_LIB64_DIR.
21961
21962 2008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
21963
21964 * s/irix3-3.h:
21965 * s/irix4-0.h:
21966 * s/386-ix.h:
21967 * s/domain.h:
21968 * s/hpux9-x11r4.h:
21969 * s/hpux9shxr4.h: Remove files for systems no longer supported.
21970
21971 * sysdep.c: Remove code containing references to symbols defined
21972 by unsupported systems.
21973
21974 2008-01-16 Glenn Morris <rgm@gnu.org>
21975
21976 * coding.c (select-safe-coding-system-function): Doc fix.
21977
21978 2008-01-15 Glenn Morris <rgm@gnu.org>
21979
21980 * config.in: Revert 2008-01-13 change: this is a generated file.
21981
21982 2008-01-13 Tom Tromey <tromey@redhat.com>
21983
21984 * lisp.h: Fix typo.
21985
21986 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
21987
21988 * m/sequent-ptx.h:
21989 * m/sequent.h:
21990 * s/ptx.h:
21991 * s/ptx4-2.h:
21992 * s/ptx4.h: Remove files for systems no longer supported.
21993
21994 * callproc.c (Fcall_process): Fix previous change.
21995
21996 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
21997
21998 * unexsunos4.c: Remove file, system not supported anymore.
21999
22000 * m/mips.h:
22001 * m/intel386.h:
22002 * callproc.c:
22003 * config.in:
22004 * ecrt0.c:
22005 * emacs.c:
22006 * fileio.c:
22007 * frame.c:
22008 * getpagesize.h:
22009 * keyboard.c:
22010 * lread.c:
22011 * process.c:
22012 * puresize.h:
22013 * sysdep.c:
22014 * systty.h:
22015 * syswait.h:
22016 * unexec.c:
22017 * xdisp.c:
22018 * alloc.c: Remove code containing references to symbols defined by
22019 unsupported systems.
22020
22021 2008-01-11 Kenichi Handa <handa@ni.aist.go.jp>
22022
22023 * coding.c (detect_coding_mask): Fix previous change.
22024
22025 2008-01-09 Kenichi Handa <handa@ni.aist.go.jp>
22026
22027 * coding.c (detect_coding_iso2022): New arg
22028 latin_extra_code_state. Allow Latin extra codes only
22029 when *latin_extra_code_state is nonzero.
22030 (detect_coding_mask): If there is a NULL byte, detect the encoding
22031 as UTF-16 or binary. If Latin extra codes exist, detect the
22032 encoding as ISO-2022 only when there's no other proper encoding is
22033 found.
22034
22035 2008-01-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22036
22037 * frame.c (Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of
22038 #ifdef MAC_OS.
22039
22040 2008-01-08 Richard Stallman <rms@gnu.org>
22041
22042 * fileio.c (Ffile_name_directory, Fexpand_file_name): Doc fixes.
22043
22044 2008-01-06 Nick Roberts <nickrob@snap.net.nz>
22045
22046 * keyboard.c (parse_menu_item): Don't enclose key bindings on
22047 menu bar in parentheses.
22048
22049 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
22050
22051 * m/7300.h:
22052 * m/acorn.h:
22053 * m/alliant-2800.h:
22054 * m/alliant.h:
22055 * m/alliant1.h:
22056 * m/alliant4.h:
22057 * m/altos.h:
22058 * m/amdahl.h:
22059 * m/apollo.h:
22060 * m/att3b.h:
22061 * m/aviion-intel.h:
22062 * m/aviion.h:
22063 * m/celerity.h:
22064 * m/clipper.h:
22065 * m/cnvrgnt.h:
22066 * m/convex.h:
22067 * m/cydra5.h:
22068 * m/delta88k.h:
22069 * m/dpx2.h:
22070 * m/dual.h:
22071 * m/elxsi.h:
22072 * m/f301.h:
22073 * m/gould-np1.h:
22074 * m/gould.h:
22075 * m/i860.h:
22076 * m/ibmps2-aix.h:
22077 * m/ibmrt-aix.h:
22078 * m/ibmrt.h:
22079 * m/irist.h:
22080 * m/is386.h:
22081 * m/isi-ov.h:
22082 * m/mega68.h:
22083 * m/mg1.h:
22084 * m/news-r6.h:
22085 * m/news-risc.h:
22086 * m/news.h:
22087 * m/nh3000.h:
22088 * m/nh4000.h:
22089 * m/ns16000.h:
22090 * m/ns32000.h:
22091 * m/nu.h:
22092 * m/orion.h:
22093 * m/orion105.h:
22094 * m/paragon.h:
22095 * m/pfa50.h:
22096 * m/plexus.h:
22097 * m/pyramid.h:
22098 * m/pyrmips.h:
22099 * m/sh3el.h:
22100 * m/sps7.h:
22101 * m/sr2k.h:
22102 * m/stride.h:
22103 * m/sun1.h:
22104 * m/sun2.h:
22105 * m/sun3-68881.h:
22106 * m/sun3-fpa.h:
22107 * m/sun3-soft.h:
22108 * m/sun3.h:
22109 * m/sun386.h:
22110 * m/symmetry.h:
22111 * m/tad68k.h:
22112 * m/tahoe.h:
22113 * m/targon31.h:
22114 * m/tek4300.h:
22115 * m/tekxd88.h:
22116 * m/tower32.h:
22117 * m/tower32v3.h:
22118 * m/ustation.h:
22119 * m/wicat.h:
22120 * m/xps100.h:
22121 * s/cxux.h:
22122 * s/cxux7.h:
22123 * s/dgux.h:
22124 * s/dgux4.h:
22125 * s/dgux5-4-3.h:
22126 * s/dgux5-4r2.h:
22127 * s/esix.h:
22128 * s/esix5r4.h:
22129 * s/hiuxmpp.h:
22130 * s/hiuxwe2.h:
22131 * s/iris3-5.h:
22132 * s/iris3-6.h:
22133 * s/isc2-2.h:
22134 * s/isc3-0.h:
22135 * s/isc4-0.h:
22136 * s/isc4-1.h:
22137 * s/newsos5.h:
22138 * s/newsos6.h:
22139 * s/osf1.h:
22140 * s/osf5-0.h:
22141 * s/riscix1-1.h:
22142 * s/riscix12.h:
22143 * s/sco4.h:
22144 * s/sco5.h:
22145 * s/sunos4-0.h:
22146 * s/sunos4-1.h:
22147 * s/sunos413.h:
22148 * s/sunos4shr.h:
22149 * s/umax.h:
22150 * s/unipl5-2.h:
22151 * s/xenix.h:
22152 * cxux-crt0.s:
22153 * unexapollo.c:
22154 * unexconvex.c:
22155 * unexenix.c:
22156 * unexsni.c: Remove files for systems no longer supported.
22157
22158 * m/intel386.h: Remove references to unsupported systems.
22159
22160 * w32.c (get_emacs_configuration): Remove reference to i860.
22161
22162 * sysdep.c: Remove dead code.
22163
22164 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
22165
22166 * s/rtu.h:
22167 * m/masscomp.h: Remove files. Platform is obsolete.
22168
22169 2008-01-04 Michael Albinus <michael.albinus@gmx.de>
22170
22171 * dbusbind.c (Fdbus_method_return): New function.
22172 (xd_read_message): Add the serial number to the event.
22173 (Fdbus_register_method): Activate the function.
22174
22175 2008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
22176
22177 * keyboard.c (read_key_sequence): Fix typo.
22178
22179 2008-01-03 Michael Albinus <michael.albinus@gmx.de>
22180
22181 * dbusbind.c (all): Replace XCAR by CAR_SAFE and XCDR by CDR_SAFE.
22182 (xd_signature, xd_append_arg): Handle element type detection for
22183 empty arrays.
22184 (Fdbus_call_method, Fdbus_send_signal): Undo type casting for
22185 SDATA () calls; this must be solved more general.
22186 (Fdbus_register_signal): Use SBYTES instead of strlen.
22187
22188 2008-01-03 Magnus Henoch <magnus@zemdatav>
22189
22190 * dbusbind.c (xd_append_arg): Use unsigned char instead of
22191 unsigned int for byte values (necessary for big-endian platform).
22192 (Fdbus_call_method): Handle the case of no returned arguments.
22193
22194 2007-12-31 Tom Tromey <tromey@redhat.com> (tiny change)
22195
22196 * dbusbind.c (xd_read_message): Use non-static input_event struct.
22197
22198 2007-12-31 Magnus Henoch <mange@freemail.hu>
22199
22200 * dbusbind.c (xd_signature): Signature of variant is just "v".
22201
22202 2007-12-30 Michael Albinus <michael.albinus@gmx.de>
22203
22204 * dbusbind.c: Fix several errors and compiler warnings.
22205 Reported by Tom Tromey <tromey@redhat.com>.
22206 (XD_ERROR, XD_DEBUG_MESSAGE)
22207 (XD_DEBUG_VALID_LISP_OBJECT_P): Wrap code with "do ... while (0)".
22208 (xd_append_arg): Part for basic D-Bus types rewritten.
22209 (xd_retrieve_arg): Split implementation of DBUS_TYPE_BYTE and
22210 DBUS_TYPE_(U)INT16. Don't call XD_DEBUG_MESSAGE with "%f" if not
22211 appropriate.
22212 (xd_read_message): Return Qnil. Don't signal an error; it is not
22213 useful during event reading.
22214 (Fdbus_register_signal): Signal an error if the check for
22215 FUNCTIONP fails.
22216 (Fdbus_register_method): New function. The implementation is not
22217 complete, the call of the function signals an error therefore.
22218 (Fdbus_unregister_object): New function, renamed from
22219 Fdbus_unregister_signal. The initial check signals an error, if
22220 the object is not well formed.
22221
22222 2007-12-30 Richard Stallman <rms@gnu.org>
22223
22224 * textprop.c (get_char_property_and_overlay):
22225 Signal error if POSITION is out of range in a buffer.
22226
22227 2007-12-29 Martin Rudalics <rudalics@gmx.at>
22228
22229 * w32fns.c (Fx_create_frame): Make copy of frame parameters
22230 because the original parameters are in pure storage now.
22231
22232 2007-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22233
22234 * xdisp.c (phys_cursor_in_rect_p): Check if cursor is in fringe area.
22235
22236 2007-12-22 Eli Zaretskii <eliz@gnu.org>
22237
22238 * callint.c (syms_of_callint) <command-history>: Add reference to
22239 history-length in the doc string.
22240
22241 2007-12-17 Jason Rumney <jasonr@gnu.org>
22242
22243 * w32fns.c (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned
22244 before passing as wParam.
22245
22246 2007-12-22 Michael Albinus <michael.albinus@gmx.de>
22247
22248 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_BYTE,
22249 DBUS_TYPE_INT16, DBUS_TYPE_UINT16, DBUS_TYPE_INT64,
22250 DBUS_TYPE_UINT64, DBUS_TYPE_DOUBLE and DBUS_TYPE_SIGNATURE.
22251 Return float when DBUS_TYPE_INT32 or DBUS_TYPE_UINT32 do not fit
22252 as number.
22253 (Fdbus_call_method): Fix docstring.
22254
22255 2007-12-21 Michael Albinus <michael.albinus@gmx.de>
22256
22257 * dbusbind.c (XD_BASIC_DBUS_TYPE, XD_DBUS_TYPE_P, XD_NEXT_VALUE):
22258 New macros.
22259 (XD_SYMBOL_TO_DBUS_TYPE): Rename from XD_LISP_SYMBOL_TO_DBUS_TYPE.
22260 (XD_OBJECT_TO_DBUS_TYPE): Rename from XD_LISP_OBJECT_TO_DBUS_TYPE.
22261 Simplify.
22262 (xd_signature): New function.
22263 (xd_append_arg): Compute also signatures. Major rewrite.
22264 (xd_retrieve_arg): Make debug messages friendly.
22265 (Fdbus_call_method, Fdbus_send_signal): Extend docstring.
22266 Check for signatures of arguments.
22267
22268 2007-12-19 Michael Albinus <michael.albinus@gmx.de>
22269
22270 * dbusbind.c (QCdbus_type_byte, QCdbus_type_boolean)
22271 (QCdbus_type_int16, QCdbus_type_uint16, QCdbus_type_int32)
22272 (QCdbus_type_uint32, QCdbus_type_int64, QCdbus_type_uint64)
22273 (QCdbus_type_double, QCdbus_type_string, QCdbus_type_object_path)
22274 (QCdbus_type_signature, QCdbus_type_array, QCdbus_type_variant)
22275 (QCdbus_type_struct, QCdbus_type_dict_entry): New D-Bus type symbols.
22276 (XD_LISP_SYMBOL_TO_DBUS_TYPE): New macro.
22277 (XD_LISP_OBJECT_TO_DBUS_TYPE): Add compound types.
22278 (xd_retrieve_value): Remove. Functionality included in ...
22279 (xd_append_arg): New function.
22280 (Fdbus_call_method, Fdbus_send_signal): Apply it.
22281
22282 2007-12-16 Michael Albinus <michael.albinus@gmx.de>
22283
22284 * dbusbind.c (top): Include <stdio.h>.
22285 (Fdbus_call_method, Fdbus_send_signal): Apply type cast in
22286 dbus_message_new_method_call and dbus_message_new_signal.
22287 (Fdbus_register_signal): Rename unique_name to uname.
22288 Check handler for FUNCTIONP instead of CHECK_SYMBOL. Handle case of
22289 non-existing unique name. Fix typos in matching rule. Return an
22290 object which is useful in Fdbus_unregister_signal.
22291 (Fdbus_unregister_signal): Reimplementation, in order to remove
22292 only the corresponding entry.
22293 (Vdbus_registered_functions_table): Change the order of entries.
22294 Apply these changes in xd_read_message and Fdbus_register_signal.
22295
22296 2007-12-16 Andreas Schwab <schwab@suse.de>
22297
22298 * fileio.c (Finsert_file_contents): Fix overflow check to not
22299 depend on undefined integer overflow.
22300
22301 2007-12-14 Jason Rumney <jasonr@gnu.org>
22302
22303 * w32term.c (w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT
22304 for characters above 127.
22305
22306 2007-12-13 Jason Rumney <jasonr@gnu.org>
22307
22308 * w32fns.c (w32_wnd_proc, Fw32_reconstruct_hot_key): Range check
22309 before dereferencing array.
22310 (lookup_vk_code): Remove zero comparison.
22311
22312 2007-12-14 Michael Albinus <michael.albinus@gmx.de>
22313
22314 * dbusbind.c (xd_retrieve_value, xd_retrieve_arg)
22315 (Fdbus_call_method, Fdbus_send_signal, xd_read_message):
22316 Use `unsigned int' instead of `uint'.
22317 (xd_read_message, Fdbus_register_signal): Split expressions into
22318 multiple lines before operators "&&" and "||", according to the
22319 GNU Coding Standards.
22320
22321 2007-12-14 Eli Zaretskii <eliz@gnu.org>
22322
22323 * dispextern.h (WINDOWS_NT): Fix incorrect spelling of WINDOWSNT.
22324
22325 2007-12-12 Juri Linkov <juri@jurta.org>
22326
22327 * buffer.c (Frename_buffer): In interactive spec replace
22328 `read-buffer' with `read-string' that uses `buffer-name-history'
22329 as history, and the current buffer's name as default.
22330
22331 2007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
22332
22333 * keyboard.c (Fcommand_execute): Call Qcall_interactively instead of
22334 manipulating the backtrace manually.
22335 (make_lispy_event): Merge the ASCII and MULTIBYTE cases.
22336 (struct backtrace, backtrace_list): Remove.
22337 (command_loop_1): Remove dead var `no_direct'.
22338
22339 * buffer.c (reset_buffer_local_variables): If permanent_too is 0, also
22340 preserve non-built-in buffer-local variables.
22341 (Fkill_all_local_variables): Don't re-create&re-set permanent
22342 buffer-local variables.
22343
22344 2007-12-09 Juri Linkov <juri@jurta.org>
22345
22346 * buffer.c (Frename_buffer): Change interactive spec from "s" to
22347 Lisp code that uses `read-buffer' with current buffer as default.
22348
22349 2007-12-08 Michael Albinus <michael.albinus@gmx.de>
22350
22351 * dbusbind.c (xd_read_message): Generate an event for every
22352 registered handler. There might be several handlers registered
22353 for the same signal.
22354 (Fdbus_register_signal): Don't overwrite a registration for the
22355 same signal. Add a new registration if handlers are different.
22356 (Vdbus_registered_functions_table): Rework doc string.
22357
22358 2007-12-07 Michael Albinus <michael.albinus@gmx.de>
22359
22360 * dbusbind.c (Fdbus_get_unique_name, xd_read_message)
22361 (Fdbus_register_signal): Use DBUS_MAXIMUM_NAME_LENGTH and
22362 DBUS_MAXIMUM_MATCH_RULE_LENGTH for string lengths.
22363 (Fdbus_call_method, Fdbus_send_signal, Fdbus_register_signal):
22364 Unify argument lists.
22365 (xd_read_message, Fdbus_register_signal): Reorder and extend event
22366 arguments and hash table keys. Use unique name for service.
22367 (Fdbus_unregister_signal): Remove checks.
22368 (Vdbus_registered_functions_table): Fix doc string.
22369
22370 2007-12-05 Magnus Henoch <mange@freemail.hu>
22371
22372 * process.c (make_process): Initialize pty_flag to 0.
22373
22374 2007-12-05 Jason Rumney <jasonr@gnu.org>
22375
22376 * image.c (xbm_load) [WINDOWSNT]: Shuffle the bits of directly
22377 specified XBMs.
22378
22379 2007-12-05 Richard Stallman <rms@gnu.org>
22380
22381 * xdisp.c (syms_of_xdisp) <scroll-conservatively>: Doc fix.
22382
22383 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22384
22385 * mac.c (cfsockets_for_select) [MAC_OSX && SELECT_USE_CFSOCKET]:
22386 New variable.
22387 (mac_try_close_socket) [MAC_OSX]: New function.
22388 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]:
22389 Update cfsockets_for_select. Replace invalid CFRunLoop source.
22390
22391 * sysdep.c (emacs_close) [MAC_OSX && HAVE_CARBON]:
22392 Use mac_try_close_socket.
22393
22394 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22395
22396 * unexmacosx.c (unrelocate): New argument BASE. Use it instead of
22397 reloc_base.
22398 (copy_dysymtab): Compute relocation base here.
22399 (rebase_reloc_address) [__ppc64__]: New function.
22400 (copy_dysymtab) [__ppc64__]: Use it if relocation base needs to be
22401 changed.
22402
22403 2007-12-05 Jason Rumney <jasonr@gnu.org>
22404
22405 * w32proc.c (sys_spawnve): Quote args with wildcards.
22406
22407 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22408
22409 * unexmacosx.c (copy_data_segment): Also copy __gcc_except_tab and
22410 __objc_* sections.
22411 (unrelocate) [_LP64]: Set relocation base to address of data segment.
22412
22413 2007-12-05 Michael Albinus <michael.albinus@gmx.de>
22414
22415 * dbusbind.c (xd_read_message): Return value is a Lisp_Object.
22416 Move check for Vdbus_registered_functions_table to
22417 xd_read_queued_messages.
22418 (xd_read_queued_messages): Protect xd_read_message calls by
22419 internal_condition_case_1.
22420
22421 2007-12-04 Michael Albinus <michael.albinus@gmx.de>
22422
22423 * dbusbind.c (QCdbus_system_bus, QCdbus_session_bus): Rename from
22424 Qdbus_system_bus and Qdbus_session_bus, respectively.
22425 (Vdbus_intern_symbols): Remove.
22426 (Vdbus_registered_functions_table): New hash table.
22427 (XD_SYMBOL_INTERN_SYMBOL): Remove.
22428 (xd_read_message, Fdbus_register_signal, Fdbus_unregister_signal):
22429 Rewrite in order to manage registered functions by hash table
22430 Vdbus_registered_functions_table.
22431
22432 2007-12-03 Jan Djärv <jan.h.d@swipnet.se>
22433
22434 * xterm.c: Update URL to Window Manager Specification in comment.
22435
22436 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
22437
22438 * config.in (HAVE_DBUS): Add.
22439
22440 * Makefile.in (HAVE_DBUS): Add D-Bus definitions if defined.
22441 (ALL_CFLAGS): Add ${DBUS_CFLAGS}.
22442 (obj): Add $(DBUS_OBJ).
22443 (LIBES): Add $(DBUS_LIBS).
22444 (dbusbind.o): New target.
22445
22446 * dbusbind.c: New file.
22447
22448 * emacs.c (main): Call syms_of_dbusbind when HAVE_DBUS is defined.
22449
22450 * keyboard.c: All D-Bus related code is wrapped by "#ifdef HAVE_DBUS".
22451 (Qdbus_event): New Lisp symbol.
22452 (kbd_buffer_get_event, make_lispy_event): Handle DBUS_EVENT.
22453 (gobble_input): Call xd_read_queued_messages, reading D-Bus messages.
22454 (keys_of_keyboard): Define dbus-event.
22455
22456 * termhooks.h (event_kind): Add DBUS_EVENT when HAVE_DBUS is defined.
22457
22458 2007-12-01 Richard Stallman <rms@gnu.org>
22459
22460 * search.c (syms_of_search) <inhibit-changing-match-data>: Doc fix.
22461
22462 2007-11-30 Jason Rumney <jasonr@gnu.org>
22463
22464 * w32console.c (w32con_ins_del_lines, scroll_line): Clip to window.
22465 (w32con_reset_terminal_modes): Clear screen buffer.
22466 (w32_face_attributes): Don't use color indexes that are out of range.
22467 Only reverse the default colors.
22468
22469 * xfaces.c (map_tty_color, tty_color_name): Remove special case for
22470 WINDOWSNT.
22471
22472 * w32console.c, w32term.h (vga_stdcolor_name): Remove.
22473
22474 2007-11-29 Jason Rumney <jasonr@gnu.org>
22475
22476 * w32console.c: Leave HAVE_WINDOW_SYSTEM defined.
22477 (w32_face_attributes): Use Vtty_defined_color_alist to determine
22478 if the terminal colors are initialized.
22479 (unspecified_fg, unspecified_bg): Remove unused declarations.
22480
22481 2007-11-29 Andreas Schwab <schwab@suse.de>
22482
22483 * keyboard.c (apply_modifiers): Fix typo.
22484
22485 2007-11-29 Richard Stallman <rms@gnu.org>
22486
22487 * keymap.c (Fcurrent_local_map): Doc fix.
22488
22489 2007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
22490
22491 * s/gnu-kfreebsd.h: New file.
22492
22493 2007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
22494
22495 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
22496 Don't cast redundantly.
22497
22498 * keyboard.c (KEY_TO_CHAR): New macro.
22499 (parse_modifiers, apply_modifiers): Accept integer arguments.
22500 (read_key_sequence): Use them to unify the "shift->unshift" mapping
22501 for chars and symbol keys.
22502 After doing such remapping, apply function-key-map again.
22503
22504 2007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
22505
22506 * Makefile.in (SOME_MACHINE_LISP): Remove VMS files, they are not
22507 compiled anymore.
22508
22509 2007-11-26 Andreas Schwab <schwab@suse.de>
22510
22511 * process.c (list_processes_1): Fix indentation level of the
22512 command column.
22513
22514 2007-11-23 Andreas Schwab <schwab@suse.de>
22515
22516 * editfns.c (Fformat): Handle %c specially since it requires the
22517 argument to be of type int.
22518
22519 2007-11-23 Markus Triska <markus.triska@gmx.at>
22520
22521 * emacs.c (main): Call init_editfns before init_process, since
22522 init_process sets Vprocess_connection_type depending on OS release.
22523
22524 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
22525
22526 * data.c (do_symval_forwarding): Use same code as in find_symbol_value.
22527 (find_symbol_value): Use do_symval_forwarding.
22528
22529 * data.c (set_internal): Set the value in the `cons-cell' (for
22530 Buffer_Local_values) not only for frame-local variables.
22531
22532 2007-11-22 Andreas Schwab <schwab@suse.de>
22533
22534 * data.c (Fnumber_to_string): Add cast when passing EMACS_INT
22535 values to sprintf.
22536 * keymap.c (Fsingle_key_description): Likewise.
22537 * print.c (print_object): Likewise.
22538
22539 2007-11-22 Jan Djärv <jan.h.d@swipnet.se>
22540
22541 * gtkutil.c (update_frame_tool_bar): Don't call x-gtk-map-stock if
22542 file for image is nil.
22543
22544 2007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
22545
22546 * term.c: Include stdarg.h.
22547 (fatal): Implement using varargs.
22548 * lisp.h (fatal): Add argument types. (Restore 2005-09-30 change).
22549
22550 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
22551
22552 * lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field.
22553 * data.c (store_symval_forwarding): Get type from buffer_objfwd.
22554 Update call to buffer_slot_type_mismatch.
22555 * buffer.h (buffer_local_types, PER_BUFFER_TYPE): Remove.
22556 (buffer_slot_type_mismatch): Update.
22557 * buffer.c (buffer_local_types): Remove.
22558 (buffer_slot_type_mismatch): Get the symbol and type as arguments.
22559 (defvar_per_buffer): Set the type in the buffer_objfwd.
22560
22561 2007-11-21 Jason Rumney <jasonr@gnu.org>
22562
22563 * w32bdf.c (w32_init_bdf_font, w32_BDF_to_x_font):
22564 CreateFileMapping returns NULL on failure.
22565
22566 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
22567
22568 * search.c (Fset_match_data): Remove the `evaporate' feature.
22569 (unwind_set_match_data): Don't use the `evaporate' feature.
22570
22571 2007-11-21 Jason Rumney <jasonr@gnu.org>
22572
22573 * dispnew.c (init_display) [WINDOWSNT]: Hardcode terminal_type.
22574
22575 * w32console.c (w32con_write_glyphs): Remove unused variables.
22576
22577 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
22578
22579 * macterm.c (mac_term_init): Call add_keyboard_wait_descriptor.
22580
22581 * s/darwin.h (MULTI_KBOARD): Remove.
22582
22583 * macfns.c (x_create_tip_frame, Fx_create_frame)
22584 (x_create_tip_frame): Don't deal with MULTI_KBOARD.
22585
22586 2007-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
22587
22588 * buffer.c (Fbuffer_local_value): Remove redundant test.
22589 (swap_out_buffer_local_variables): Swap out binding in `buffer' rather
22590 than in `current-buffer' to match the comment.
22591 Do the swap using swap_in_global_binding.
22592
22593 * data.c (store_symval_forwarding, set_internal):
22594 * eval.c (specbind): Remove dead code.
22595
22596 * coding.c (detect_coding, Fupdate_coding_systems_internal):
22597 * fns.c (Fmd5): Use find_symbol_value rather than SYMBOL_VALUE
22598 Since we do not want to see internal Lisp_*fwd objects here.
22599
22600 2007-11-18 Jan Djärv <jan.h.d@swipnet.se>
22601
22602 * sysdep.c (init_system_name): Use getaddrinfo if available.
22603
22604 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_handle_click)
22605 (x_scroll_bar_note_movement): start, end, with, height in struct
22606 scroll_bar are integers and not Lisp_Object, so remove XINT for them.
22607
22608 2007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
22609
22610 * puresize.h (BASE_PURESIZE): Increase to 1190000.
22611
22612 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
22613
22614 * buffer.h (struct buffer): Move `undo_list' back to before `name'.
22615 This undoes Richard's change of 14-Oct-2002.
22616
22617 * alloc.c (allocate_other_vector):
22618 * lisp.h (allocate_other_vector): Remove.
22619
22620 * window.c (struct save_window_data): Move non-lisp data to the end
22621 and make it `int' rather than Lisp_Object.
22622 (Fcurrent_window_configuration): Use ALLOCATE_PSEUDOVECTOR.
22623 Done wrap/unwrap integer values.
22624 (Fset_window_configuration, compare_window_configurations):
22625 Update use of fields to their new types.
22626
22627 * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
22628 Turn integer fields into `int'. Merge x_window_low and x_window_high.
22629 (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK, SCROLL_BAR_X_WINDOW)
22630 (SET_SCROLL_BAR_X_WINDOW): Remove.
22631 (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET):
22632 Access the new x_window field directly.
22633 * xterm.c (x_scroll_bar_create): Use a pseudovector.
22634 Don't wrap/unwrap integers into Lisp_Objects.
22635 (XTset_vertical_scroll_bar, x_scroll_bar_handle_click)
22636 (x_scroll_bar_report_motion):
22637 Don't wrap/unwrap integers into Lisp_Objects.
22638 (x_term_init): Use SDATA.
22639 (x_window_to_scroll_bar, x_create_toolkit_scroll_bar)
22640 (x_scroll_bar_set_handle, x_scroll_bar_remove)
22641 (XTset_vertical_scroll_bar, x_scroll_bar_expose)
22642 (x_scroll_bar_report_motion, x_scroll_bar_clear):
22643 * xfns.c (x_set_background_color):
22644 * gtkutil.c (xg_create_scroll_bar, xg_set_toolkit_scroll_bar_thumb):
22645 Access the new x_window field directly.
22646
22647 * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.
22648 (allocate_pseudovector): Make non-static.
22649
22650 * lisp.h (enum pvec_type): New tag PVEC_OTHER.
22651 (allocate_pseudovector): Declare.
22652 (ALLOCATE_PSEUDOVECTOR): Move from alloc.c.
22653
22654 2007-11-15 Andreas Schwab <schwab@suse.de>
22655
22656 * editfns.c (Fformat): Correctly format EMACS_INT values.
22657 Also take precision into account when formatting an integer.
22658
22659 * keyboard.c (Fevent_symbol_parse_modifiers): Fix declaration.
22660
22661 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
22662
22663 * keyboard.c (Fevent_symbol_parse_modifiers): New function.
22664 (syms_of_keyboard): Defsubr it.
22665
22666 * data.c (swap_in_global_binding): Fix longstanding bug where
22667 store_symval_forwarding was not called with the right second argument,
22668 thus causing objfwd-ing from being dropped.
22669
22670 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
22671
22672 * macfns.c (Fx_create_frame, Fx_display_pixel_width)
22673 (Fx_display_pixel_height, Fx_display_planes)
22674 (Fx_display_color_cells, Fx_server_max_request_size)
22675 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
22676 (Fx_display_visual_class, Fx_display_save_under):
22677 * w32fns.c (Fx_create_frame, Fx_display_pixel_width)
22678 (Fx_display_pixel_height, Fx_display_planes)
22679 (Fx_display_color_cells, Fx_server_max_request_size)
22680 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
22681 (Fx_display_mm_height, Fx_display_mm_width)
22682 (Fx_display_backing_store, Fx_display_visual_class)
22683 (Fw32_select_font, Fx_display_save_under):
22684 * xfns.c (Fx_create_frame, Fx_display_pixel_width)
22685 (Fx_display_pixel_height, Fx_display_planes)
22686 (Fx_display_color_cells, Fx_server_max_request_size)
22687 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
22688 (Fx_display_save_under): Fix typos in docstrings.
22689
22690 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
22691
22692 * w32fns.c (Fw32_registered_hot_keys): Don't return the nil values
22693 corresponding to deleted entries; they are an implementation detail.
22694 (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits):
22695 Remove variables.
22696 (w32_pass_extra_mouse_buttons_to_system, w32_strict_fontnames)
22697 (w32_pass_multimedia_buttons_to_system, w32_strict_painting)
22698 (Vw32_charset_info_alist, w32_to_x_color, w32_init_class)
22699 (w32_createscrollbar, w32_createwindow, my_post_msg, w32_get_modifiers)
22700 (w32_grabbed_keys, cancel_all_deferred_msgs): Make static.
22701 (Fw32_define_rgb_color, Fw32_load_color_file)
22702 (syms_of_w32fns) <w32-pass-multimedia-buttons-to-system>:
22703 Fix typos in docstrings.
22704 (Fx_server_version): Reflow docstring.
22705 (Fw32_shell_execute): Doc fixes.
22706
22707 2007-11-13 Juanma Barranquero <lekktu@gmail.com>
22708
22709 * w32fns.c (Fw32_register_hot_key): Don't try to register hot key
22710 if w32_parse_hot_key returned nil.
22711
22712 2007-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
22713
22714 * xdisp.c (load_overlay_strings): Fix copy&paste typo.
22715
22716 2007-11-09 Jason Rumney <jasonr@gnu.org>
22717
22718 * s/ms-w32.c (USE_TOOLKIT_SCROLL_BARS): Define.
22719
22720 * w32term.c (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.
22721
22722 * keyboard.c (discard_mouse_events, make_lispy_event) [WINDOWSNT]:
22723 Remove W32_SCROLL_BAR_CLICK_EVENT.
22724
22725 * termhooks.h (enum event_kind) [WINDOWSNT]: Likewise.
22726 Add MULTIMEDIA_KEY_EVENT.
22727
22728 * keyboard.c (lispy_function_keys) [WINDOWSNT]: Add more keys.
22729 (lispy_multimedia_keys) [WINDOWSNT]: New array.
22730 (make_lispy_event) [WINDOWSNT]: Use it to translate
22731 MULTIMEDIA_KEY_EVENT.
22732
22733 * w32term.h (WM_APPCOMMAND): Define if not already.
22734 (GET_APPCOMMAND_LPARAM): Likewise.
22735
22736 * w32term.c (w32_read_socket): Generate MULTIMEDIA_KEY_EVENT from
22737 WM_APPCOMMAND.
22738
22739 * w32fns.c (w32_pass_multimedia_buttons_to_system): New user option.
22740 (syms_of_w32fns): Export and initialize it.
22741 (w32_wnd_proc): Pass WM_APPCOMMAND on to w32_read_socket.
22742
22743 2007-11-09 Chong Yidong <cyd@stupidchicken.com>
22744
22745 * dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE
22746 twice.
22747
22748 * xdisp.c (handle_face_prop): Fix last change.
22749
22750 2007-11-09 Richard Stallman <rms@gnu.org>
22751
22752 * xdisp.c (handle_face_prop): Test for strings that came from overlays,
22753 not just for after-strings and before-strings.
22754 Call face_for_overlay_string and pass the overlay to it.
22755 (handle_display_prop): Determine whether property came from an overlay.
22756 Pass OVERLAY arg to handle_single_display_spec.
22757 (handle_single_display_spec): New arg OVERLAY sets it->from_overlay.
22758 (load_overlay_strings): Fill in it->string_overlays.
22759 (get_overlay_strings_1, push_it, pop_it): Handle it->from_overlays.
22760
22761 * xfaces.c (face_for_overlay_string): Function renamed from
22762 face_at_buffer_position_no_overlays, and add arg OVERLAY.
22763
22764 * dispextern.h (struct it): New elt string_overlays.
22765 New elt from_overlay, also in stack.
22766 Rearrange a few elements.
22767 (face_for_overlay_string): Decl renamed from
22768 face_at_buffer_position_no_overlays, and add argument.
22769
22770 2007-11-09 Richard Stallman <rms@gnu.org>
22771
22772 * xdisp.c (handle_face_prop): Use face_at_buffer_position_no_overlays
22773 to get the base face for an overlay string.
22774
22775 * dispextern.h (face_at_buffer_position_no_overlays): Add decl.
22776
22777 * xfaces.c (face_at_buffer_position_no_overlays): New function.
22778
22779 * xdisp.c (handle_stop): Move some code out of loop.
22780
22781 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22782
22783 * macfns.c [USE_ATSUI] (Fmac_atsu_font_face_attributes):
22784 Fix conversion from Lisp object to ATSUFontID.
22785
22786 2007-11-09 Jason Rumney <jasonr@gnu.org>
22787
22788 * xdisp.c (Fformat_mode_line): Do nothing when noninteractive.
22789
22790 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22791
22792 * unexmacosx.c (unexec_regions_recorder, unexec_regions_merge):
22793 Don't assume regions are aligned to page boundary.
22794 (print_load_command_name): Add LC_UUID if defined.
22795
22796 2007-11-09 Richard Stallman <rms@gnu.org>
22797
22798 * emacs.c (syms_of_emacs) <installation-directory>: Reflow docstring.
22799
22800 2007-11-07 Jason Rumney <jasonr@gnu.org>
22801
22802 * s/windows95.h: Remove.
22803
22804 2007-11-06 Jan Djärv <jan.h.d@swipnet.se>
22805
22806 * gtkutil.c (xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and
22807 abort with a message on unhandled store_type values.
22808
22809 2007-11-01 Jan Djärv <jan.h.d@swipnet.se>
22810
22811 * xterm.c, xfns.c, xselect.c, xterm.h, s/msdos.h, s/sco4.h, s/sco5.h:
22812 Remove HAVE_X11R5 and HAVE_X11R4.
22813
22814 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
22815
22816 * Makefile.in: Remove references to sunfns.c and sunfns.o.
22817
22818 2007-11-01 Johan Bockgård <bojohan@gnu.org>
22819
22820 * macterm.c, w32term.c, xterm.c (x_draw_stretch_glyph_string):
22821 Don't set s->stippled_p here, since it has already been set by
22822 x_set_glyph_string_gc from x_draw_glyph_string.
22823
22824 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
22825
22826 * sunfns.c: Remove file.
22827
22828 * m/sun386.h:
22829 * m/sun2.h:
22830 * m/sparc.h: Remove Sun windows code.
22831
22832 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
22833
22834 * keyboard.c (syms_of_keyboard): Initialize the initial_kboard.
22835 (init_keyboard): Set current_kboard's window-system to nil.
22836 (tty_read_avail_input): Typo.
22837 * frame.c (make_initial_frame): Don't initialize the initial_kboard.
22838
22839 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
22840
22841 * s/usg5-4.h:
22842 * s/usg5-3.h:
22843 * s/ptx.h:
22844 * m/is386.h:
22845 * m/ibmps2-aix.h:
22846 * Makefile.in: Remove all mentions of X10.
22847
22848 * dispnew.c (syms_of_display): Don't mention version 10.
22849
22850 2007-10-28 Juanma Barranquero <lekktu@gmail.com>
22851
22852 * makefile.w32-in (OBJ1): Remove abbrev.$(O).
22853 ($(BLD)/abbrev.$(O)): Remove.
22854
22855 2007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
22856
22857 Rewrite abbrev.c in Elisp.
22858 * image.c (Qcount): Don't declare as extern.
22859 (syms_of_image): Initialize and staticpro `Qcount'.
22860 * puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions.
22861 * emacs.c (main): Don't call syms_of_abbrev.
22862 * Makefile.in (obj): Remove abbrev.o.
22863 (abbrev.o): Remove.
22864 * abbrev.c: Remove.
22865
22866 2007-10-26 Martin Rudalics <rudalics@gmx.at>
22867
22868 * window.c (window_min_size_2): Don't count header-line.
22869
22870 2007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
22871
22872 * frame.h (struct frame): Move all bit fields after the first bit
22873 field to take advantage of the available space. Group all the
22874 chars together to reduce wasted space due to padding.
22875
22876 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
22877
22878 * minibuf.c (Fread_minibuffer, Feval_minibuffer): Reflow docstrings.
22879
22880 * alloc.c (spare_memory, stack_copy, stack_copy_size, ignore_warnings)
22881 (Vdead, dont_register_blocks, staticvec, staticidx, interval_block)
22882 (n_interval_blocks, init_strings, check_string_bytes, check_sblock)
22883 (init_float, free_float, n_cons_blocks, init_cons, all_vectors)
22884 (n_vectors, symbol_block, symbol_block_index, symbol_free_list)
22885 (n_symbol_blocks, init_symbol, marker_block, marker_free_list)
22886 (n_marker_blocks, init_marker, valid_pointer_p, make_pure_float)
22887 (last_marked, mark_object_loop_halt): Make static.
22888
22889 * frame.c (syms_of_frame) <delete-frame-functions>:
22890 Fix typo in docstring.
22891
22892 2007-10-25 Juanma Barranquero <lekktu@gmail.com>
22893
22894 * w32.c (init_environment): Fix tiny memory leak.
22895 (w32_get_resource): Remove unused variable `ok'.
22896
22897 2007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
22898
22899 Make `window-system' into a keyboard-local variable (rather than
22900 frame-local as done originally by multi-tty).
22901
22902 * keyboard.h (struct kboard): Add Vwindow_system.
22903 * keyboard.c (init_kboard): Set a default for Vwindow_system.
22904 (mark_kboards): Mark Vwindow_system.
22905
22906 * dispnew.c (syms_of_display) <window-system>: Declare terminal-local.
22907 (init_display): Don't set the obsolete `window-system' frame-param.
22908
22909 * xterm.c (x_term_init):
22910 * w32term.c (w32_create_terminal):
22911 * term.c (init_tty): Set Vwindow_system.
22912 * macterm.c (mac_create_terminal): Set a keyboard (missing piece of the
22913 multi-tty merge maybe?), copied from w32term.c. Set Vwindow_system.
22914
22915 * xfns.c (Fx_create_frame, x_create_tip_frame):
22916 * w32fns.c (Fx_create_frame, x_create_tip_frame):
22917 * macfns.c (Fx_create_frame):
22918 Don't set the obsolete `window-system' frame-param.
22919
22920 * frame.h (Qwindow_system): Remove.
22921 * frame.c (Qwindow_system): Remove. In `syms_of_frame' as well.
22922 (Fmake_terminal_frame): Don't set obsolete `window-system' frame-param.
22923
22924 2007-10-24 Richard Stallman <rms@gnu.org>
22925
22926 * frame.c (x_figure_window_size): For fullscreen case,
22927 set USPosition | PPosition without clobbering rest of window_prompting.
22928
22929 * keyboard.c (Fcurrent_idle_time): Doc fix.
22930
22931 * print.c (Fwith_output_to_temp_buffer): Doc fix.
22932
22933 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
22934
22935 * process.c (unwind_request_sigio): Only define if __ultrix__.
22936
22937 * callproc.c (child_setup): Remove spurious *.
22938
22939 * lisp.h (Fget_text_property): Declare.
22940 (have_menus_p): Declare it here rather than in sys-dep header files.
22941 * macterm.h (have_menus_p):
22942 * msdos.h (have_menus_p):
22943 * xterm.h (have_menus_p): Remove.
22944
22945 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
22946 (Fmake_variable_frame_local): Just check the variable's const-ness
22947 rather than checking nil or t.
22948
22949 2007-10-22 Jason Rumney <jasonr@gnu.org>
22950
22951 * w32fns.c: Include math.h.
22952 (w32_abort): Declaration moved to nt/config.nt.
22953
22954 * s/ms-w32.h (HAVE_STDLIB_H): Define.
22955 (abort): Redefinition moved to nt/config.nt.
22956
22957 * m/windowsnt.h: Remove.
22958
22959 2007-10-22 Juanma Barranquero <lekktu@gmail.com>
22960
22961 * emacs.c (Fdump_emacs): Fix typo in message.
22962 (syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring.
22963 <installation-directory>: Reflow docstring.
22964
22965 2007-10-22 Juri Linkov <juri@jurta.org>
22966
22967 * minibuf.c: Allow minibuffer default to be a list of default values.
22968 With empty input use the first element of this list as returned default.
22969 (string_to_object)
22970 (read_minibuf_noninteractive): If defalt is cons, set val to its car.
22971 (read_minibuf): If defalt is cons, set histstring to its car.
22972 (Fread_string): If default_value is cons, set val to its car.
22973 (Fread_buffer): If def is cons, use its car.
22974 (Fcompleting_read): If defalt is cons, set val to its car.
22975
22976 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
22977
22978 * fileio.c (Fcopy_file): Call file name handler with preserve_uid_gid.
22979
22980 2007-10-20 Juanma Barranquero <lekktu@gmail.com>
22981
22982 * doc.c (Fdocumentation): Check for advice in all cases.
22983
22984 2007-10-19 Chong Yidong <cyd@stupidchicken.com>
22985
22986 * Makefile.in [HAVE_LIBRESOLV]: Add -lresolv to linker flags.
22987
22988 2007-10-19 Richard Stallman <rms@gnu.org>
22989
22990 * doc.c (Fdocumentation): Check for and handle an advised function.
22991
22992 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
22993
22994 * process.c (Fset_process_filter): Doc fix.
22995
22996 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
22997
22998 * keyboard.c (read_key_sequence): Undo a change introduced by multi-tty
22999 which caused key-translation-map to applied repeatedly (thus breaking
23000 double-mode).
23001
23002 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
23003
23004 * xselect.c (x_own_selection, x_handle_selection_clear)
23005 (x_clear_frame_selections):
23006 * w32menu.c (list_of_panes, list_of_items):
23007 * w32fns.c (w32_color_map_lookup, Fx_create_frame, Fx_display_list):
23008 * textprop.c (validate_plist, interval_has_all_properties)
23009 (interval_has_some_properties, interval_has_some_properties_list)
23010 (add_properties, text_property_list):
23011 * process.c (Fget_buffer_process, list_processes_1, status_notify):
23012 * minibuf.c (Fassoc_string):
23013 * macselect.c (x_own_selection, x_clear_frame_selections)
23014 (Fx_disown_selection_internal):
23015 * keymap.c (Fcommand_remapping, where_is_internal, describe_map_tree):
23016 Use CONSP rather than !NILP and XC[AD]R rather than Fc[ad]r.
23017
23018 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
23019
23020 * process.c: Link to libs for calling res_init() if available.
23021 (Fmake_network_process): Call res_init() before getaddrinfo or
23022 gethostbyname, if possible.
23023
23024 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
23025
23026 * lread.c (read1): Set pvectype for char_tables.
23027
23028 * lisp.h (XMISCANY, XMARKER, XINTFWD, XBOOLFWD, XOBJFWD, XOVERLAY)
23029 (XBUFFER_OBJFWD, XBUFFER_LOCAL_VALUE, XKBOARD_OBJFWD, XSAVE_VALUE):
23030 Add type checks.
23031 (SOME_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP): Remove.
23032
23033 * alloc.c (free_misc): Use XMISCTYPE.
23034 (live_misc_p, gc_sweep): Use Lisp_Misc_Any.
23035
23036 2007-10-17 Glenn Morris <rgm@gnu.org>
23037
23038 * minibuf.c (Qcompletion_ignore_case): New Lisp_Object.
23039 (syms_of_minibuf): Add Qcompletion_ignore_case.
23040 * dired.c (Qcompletion_ignore_case): Change to external.
23041 (syms_of_dired) [VMS]: Remove Qcompletion_ignore_case.
23042 * fileio.c (Qcompletion_ignore_case): New external Lisp_Object.
23043 (Fread_file_name): Use it rather than intern'ing.
23044
23045 * coding.c (Qcompletion_ignore_case): New external Lisp_Object.
23046 (Fread_coding_system): Ignore case of user input.
23047
23048 2007-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23049
23050 * xdisp.c (handle_display_prop): Ignore display specs after
23051 replacing one when string text is being replaced.
23052 (handle_single_display_spec): Pretend as if characters with display
23053 property haven't been consumed only when buffer text is being replaced.
23054
23055 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
23056
23057 * xfns.c (Fx_create_frame, Fx_display_list):
23058 * window.c (window_fixed_size_p, enlarge_window)
23059 (shrink_window_lowest_first):
23060 * macterm.c (init_font_name_table):
23061 * macfns.c (Fx_create_frame, Fx_display_list):
23062 * lread.c (close_load_descs):
23063 * keyboard.c (read_char_x_menu_prompt):
23064 * fns.c (Fmember, Fmemql, Fdelete, Fset_char_table_parent):
23065 * coding.c (code_convert_region_unwind): Test the type of an object
23066 rather than just !NILP before extracting data from it.
23067
23068 * alloc.c (Fpurecopy): Set the pvec tag on pseudo vectors.
23069
23070 * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.
23071 (XMISCANY): New macro.
23072 (XMISCTYPE): Use it.
23073 (struct Lisp_Misc_Any): New type.
23074 (union Lisp_Misc): Use it.
23075 (struct Lisp_Buffer_Local_Value): Add `local_if_set' bit.
23076 * data.c (Fboundp, store_symval_forwarding, swap_in_global_binding)
23077 (find_symbol_value, set_internal, default_value, Fset_default)
23078 (Fmake_variable_buffer_local, Fmake_local_variable)
23079 (Fkill_local_variable, Fmake_variable_frame_local, Flocal_variable_p)
23080 (Flocal_variable_if_set_p, Fvariable_binding_locus):
23081 The SOME_BUFFER_LOCAL_VALUEP distinction is replaced by local_if_set.
23082 * alloc.c (allocate_buffer): Set the size and tag.
23083 (allocate_misc, mark_maybe_object, mark_object, survives_gc_p):
23084 Use XMISCANY.
23085 (die): Follow the GNU convention for error messages.
23086 * print.c (print_object): SOME_BUFFER_LOCAL_VALUEP -> local_if_set.
23087 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Don't set the
23088 tag any more.
23089 (set_buffer_internal_1):
23090 * frame.c (store_frame_param):
23091 * eval.c (specbind):
23092 * xdisp.c (select_frame_for_redisplay): Drop SOME_BUFFER_LOCAL_VALUEP.
23093
23094 * doc.c (Fsnarf_documentation): Simplify.
23095
23096 2007-10-14 Juanma Barranquero <lekktu@gmail.com>
23097
23098 * w32term.c (w32_font_is_double_byte, my_create_scrollbar): Make static.
23099 (syms_of_w32term) <w32-enable-unicode-output>: Fix typo in docstring.
23100
23101 2007-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
23102
23103 * buffer.c (Fmake_indirect_buffer): Set the buffer's tag.
23104
23105 2007-10-14 Juanma Barranquero <lekktu@gmail.com>
23106
23107 * eval.c (do_autoload): Don't save autoloads.
23108
23109 * data.c (Ffset): Save autoload of the function being set.
23110
23111 2007-10-07 John Paul Wallington <jpw@pobox.com>
23112
23113 * xfns.c (x_create_tip_frame): Set the `display-type' frame
23114 parameter before setting up faces.
23115
23116 2007-10-13 Eli Zaretskii <eliz@gnu.org>
23117
23118 * ccl.c (Fregister_code_conversion_map):
23119 * keyboard.c (append_tool_bar_item): Reformat last change.
23120
23121 * lisp.h (eabs): Rename from `abs'. All callers changed.
23122
23123 2007-10-05 Dmitry Antipov <dmantipov@yandex.ru>
23124
23125 * buffer.c (add_overlay_mod_hooklist):
23126 * ccl.c (Fregister_ccl_program, Fregister_code_conversion_map):
23127 * fontset.c (make_fontset):
23128 * keyboard.c (GROW_RAW_KEYBUF, menu_bar_items, menu_bar_item)
23129 (append_tool_bar_item):
23130 * macmenu.c (grow_menu_items):
23131 * w32menu.c (grow_menu_items):
23132 * xmenu.c (grow_menu_items): Use larger_vector.
23133
23134 2007-10-13 Eli Zaretskii <eliz@gnu.org>
23135
23136 * msdos.c (dos_rawgetc): Undo last change (there's no ``leaving
23137 selected frame'' on MSDOS).
23138
23139 2007-10-12 Martin Rudalics <rudalics@gmx.at>
23140
23141 * frame.c (Qexplicit_name): New variable.
23142 (x_report_frame_params): Report it in parameter alist.
23143 (syms_of_frame): Intern and staticpro it.
23144
23145 2007-10-10 Patrick Mahan <mahan@mahan.org> (tiny change)
23146
23147 * macfns.c (x_create_tip_frame): Set terminal for frame.
23148
23149 2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
23150
23151 * frame.c (Qenvironment): Remove.
23152 (syms_of_frame) <Qenvironment>: Don't initialize.
23153 (Fdelete_frame): Don't treat the `environment' param specially.
23154 * frame.h (Qenvironment): Don't declare.
23155 * callproc.c (set_initial_environment): Don't set unused frame param.
23156
23157 * frame.c (Fframe_with_environment): Remove.
23158 (syms_of_frame) <Sframe_with_environment>: Don't declare.
23159
23160 * lisp.h (Fframe_with_environment): Don't declare.
23161
23162 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
23163
23164 * indent.c (indent_tabs_mode, last_known_column)
23165 (last_known_column_modified): Make static.
23166 (syms_of_indent) <indent-tabs-mode>: Remove redundant info in docstring.
23167
23168 2007-10-10 Katsumi Yamaoka <yamaoka@jpl.org>
23169
23170 * puresize.h (BASE_PURESIZE): Increase to 1170000.
23171
23172 2007-10-09 Jason Rumney <jasonr@gnu.org>
23173
23174 * w32term.c (x_set_window_size): Disable code that attempts to tell
23175 Lisp code about a size change before it actually happens.
23176
23177 2007-10-09 Richard Stallman <rms@gnu.org>
23178
23179 * xdisp.c (handle_invisible_prop): After setting up an ellipsis,
23180 return HANDLED_RETURN.
23181
23182 2007-10-08 Martin Rudalics <rudalics@gmx.at>
23183
23184 * keyboard.c (kbd_buffer_get_event): Break loop waiting for input
23185 when there's an unread command event.
23186
23187 * frame.c (focus_follows_mouse): Move here from frame.el to allow
23188 window autoselection act appropriately when leaving selected frame.
23189 (syms_of_frame): Initialize focus_follows_mouse.
23190 * frame.h (focus_follows_mouse): Extern it.
23191 * macterm.c (XTread_socket): When focus_follows_mouse is nil
23192 make SELECT_WINDOW_EVENT only if we don't leave the selected frame.
23193 * msdos.c (dos_rawgetc): Likewise.
23194 * w32term.c (w32_read_socket): Likewise.
23195 * xterm.c (handle_one_xevent): Likewise.
23196 * xdisp.c (syms_of_xdisp): In doc-string of
23197 mouse-autoselect-window mention focus-follows-mouse.
23198
23199 2007-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23200
23201 * macterm.c (mac_load_query_font): Fix missing return value.
23202 [USE_CG_DRAWING] (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap):
23203 Add BLOCK_INPUT.
23204
23205 2007-10-08 Richard Stallman <rms@gnu.org>
23206
23207 * xdisp.c (get_window_cursor_type): Implement documented behavior
23208 for cursor-in-non-selected-windows = t.
23209
23210 2007-10-08 Jason Rumney <jasonr@gnu.org>
23211
23212 * w32.c (w32_get_resource): Always close registry keys.
23213
23214 2007-10-08 Jason Rumney <jasonr@gnu.org>
23215
23216 * makefile.w32-in (LIBS): Add COMCTL32.
23217
23218 * w32fns.c (globals_of_w32fns): Init common controls.
23219
23220 2007-10-08 Richard Stallman <rms@gnu.org>
23221
23222 * image.c (our_memory_buffer): Rename from omfib_buffer.
23223
23224 2007-10-08 Richard Stallman <rms@gnu.org>
23225
23226 * buffer.c (Foverlays_at): Doc fix.
23227
23228 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
23229
23230 * fns.c (Fplist_put): Preserve uneven tail data.
23231
23232 2007-10-08 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
23233
23234 * termhooks.h (enum event_kind): Remove trailing comma.
23235
23236 * frame.h (enum): Remove trailing comma.
23237
23238 2007-10-08 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
23239
23240 * w32proc.c (delete_child): Don't terminate threads of zombies.
23241
23242 2007-10-08 Martin Rudalics <rudalics@gmx.at>
23243
23244 * keyboard.h (struct kboard): New elt Vlast_repeatable_command.
23245
23246 * keyboard.c (syms_of_keyboard): Set up new Lisp variable
23247 last-repeatable-command.
23248 (init_kboard): Initialize Vlast_repeatable_command.
23249 (command_loop_1): Set it to real_this_command unless that was
23250 bound to an input event.
23251 (mark_kboards): Mark it.
23252
23253 2007-10-08 Richard Stallman <rms@gnu.org>
23254
23255 * eval.c (condition-case): Doc fix.
23256
23257 2007-10-08 Masatake YAMATO <jet@gyve.org>
23258
23259 * xfaces.c (tty_supports_face_attributes_p): Fix code
23260 for LFACE_INVERSE_INDEX and LFACE_BACKGROUND_INDEX; code
23261 was copied and not edited.
23262
23263 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
23264
23265 Add new `input-decode-map' keymap and use it for terminal
23266 escape sequences.
23267 * keyboard.h (struct kboard): Add Vinput_decode_map.
23268 Remove Vlocal_key_translation_map.
23269 * keyboard.c (read_key_sequence): Add support for input-decode-map.
23270 (init_kboard): Init input-decode-map.
23271 Replace local-key-translation-map back with key-translation-map.
23272 (syms_of_keyboard): Declare input-decode-map.
23273 Remove local-key-translation-map. Update docstrings.
23274 (mark_kboards): Mark Vinput_decode_map.
23275 Don't mark Vlocal_key_translation_map.
23276 * keymap.c (Fdescribe_buffer_bindings): Describe input-decode-map.
23277 Replace local-key-translation-map back with key-translation-map.
23278 * term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN):
23279 Bind in input-decode-map rather than function-key-map.
23280
23281 * lisp.h (XSETPSEUDOVECTOR): Don't set the tag anymore.
23282 This was made redundant by the previous introduction of XSETPVECTYPE.
23283
23284 2007-10-09 Richard Stallman <rms@gnu.org>
23285
23286 * image.c (free_bitmap_record): Rename from Free_Bitmap_Record.
23287
23288 2007-09-29 Richard Stallman <rms@gnu.org>
23289
23290 * eval.c (internal_condition_case_2, internal_condition_case_1)
23291 (internal_condition_case): Reenable abort if x_catching_errors ()
23292 to see if that really happens and why.
23293
23294 2007-10-06 Andreas Schwab <schwab@suse.de>
23295
23296 * fileio.c (Fwrite_region): Ignore EINVAL error from fsync.
23297
23298 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
23299
23300 * image.c (syms_of_image) <image-types>: Fix typo in docstring.
23301
23302 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
23303
23304 * frame.h (struct frame): Don't try to GC-mark menu_bar_items_used.
23305
23306 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
23307
23308 * window.h (struct window):
23309 * window.c (struct save_window_data, struct saved_window):
23310 * termhooks.h (struct terminal):
23311 * process.h (struct Lisp_Process):
23312 * frame.h (struct frame):
23313 * buffer.h (struct buffer):
23314 * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table)
23315 (struct Lisp_Bool_Vector, struct Lisp_Subr, struct Lisp_Hash_Table):
23316 The size field of (pseudo)vectors is now unsigned.
23317 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Simplify accordingly.
23318
23319 * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.
23320 Turn `count' into an integer.
23321
23322 * fns.c (make_hash_table, hash_put, hash_remove, hash_clear)
23323 (sweep_weak_table, sweep_weak_hash_tables, Fhash_table_count):
23324 * print.c (print_object) <HASH_TABLE_P>: `count' is an int.
23325 * alloc.c (allocate_hash_table): Use ALLOCATE_PSEUDOVECTOR.
23326 (mark_object) <HASH_TABLE_P>: Use mark_vectorlike.
23327
23328 * alloc.c (allocate_pseudovector): New fun.
23329 (ALLOCATE_PSEUDOVECTOR): New macro.
23330 (allocate_window, allocate_terminal, allocate_frame)
23331 (allocate_process): Use it.
23332 (mark_vectorlike): New function.
23333 (mark_object) <FRAMEP, WINDOWP, BOOL_VECTOR_P, VECTORP>: Use it.
23334 (mark_terminals): Use it.
23335 (Fmake_bool_vector, Fmake_char_table, make_sub_char_table)
23336 (Fmake_byte_code): Use XSETPVECTYPE.
23337
23338 * frame.c (Fframe_parameters): Minor simplification.
23339
23340 * insdel.c (adjust_markers_for_insert): Generalize assertion checks.
23341
23342 * marker.c (Fmarker_buffer): Make test for odd case into a failure.
23343
23344 * buffer.c (Fget_buffer_create, init_buffer_once):
23345 * lread.c (defsubr):
23346 * window.c (Fcurrent_window_configuration): Use XSETPVECTYPE.
23347
23348 * lisp.h (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Don't let them be
23349 defined differently in the m/*.h files.
23350 (XCHAR_TABLE, XBOOL_VECTOR): Add assertion checking.
23351 (XSETPVECTYPE): New macro.
23352 (XSETPSEUDOVECTOR): Use it.
23353
23354 * buffer.c (syms_of_buffer) <local-abbrev-table>: Move from abbrev.c.
23355 (DEFVAR_PER_BUFFER, defvar_per_buffer): Move from lisp.h and lread.c.
23356
23357 * lisp.h (defvar_per_buffer, DEFVAR_PER_BUFFER):
23358 * lread.c (defvar_per_buffer):
23359 * abbrev.c (syms_of_abbrev) <local-abbrev-tabl>: Move to buffer.c.
23360
23361 * window.c (candidate_window_p): Only consider as visible frames that
23362 are on the same terminal.
23363
23364 * m/ibms390x.h (MARKBIT): Remove unused macro.
23365
23366 2007-10-01 Juanma Barranquero <lekktu@gmail.com>
23367
23368 * lread.c (Fload): Fix typo in docstring.
23369
23370 2007-10-01 Michaël Cadilhac <michael@cadilhac.name>
23371
23372 * floatfns.c (Fexpt): Manually check for overflows, so that a power
23373 of a non-zero value can't yield zero.
23374
23375 2007-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
23376
23377 * term.c (term_clear_mouse_face, term_mouse_highlight)
23378 (tty_write_glyphs_with_face): Only define is HAVE_GPM.
23379
23380 * print.c (safe_debug_print): Use XHASH.
23381
23382 * lisp.h (DECL_ALIGN, USE_LSB_TAG): Move logic to before definition of
23383 Lisp elements such as tags.
23384 (XHASH): New macro.
23385 (EQ): Use it.
23386 (SREF, SSET, STRING_COPYIN): Use SDATA.
23387 (VOID_TO_LISP, CVOID_TO_LISP, LISP_TO_VOID, LISP_TO_CVOID): Remove.
23388
23389 * alloc.c (mark_terminal): Remove left-over declaration.
23390 (enum mem_type): Replace all vector subtypes -> MEM_TYPE_VECTORLIKE.
23391 (allocate_vectorlike): Remove type argument. Adjust callers.
23392 (live_vector_p, mark_maybe_pointer, valid_lisp_object_p):
23393 Only handle the one remaining MEM_TYPE_VECTORLIKE.
23394
23395 * alloc.c (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macros
23396 to avoid unnecessary BLOCK_INPUTs when SYNC_INPUT is used.
23397 (xmalloc, xrealloc, xfree, lisp_malloc, lisp_free, lisp_align_malloc)
23398 (lisp_align_free, make_interval, allocate_string, allocate_string_data)
23399 (make_float, Fcons, allocate_vectorlike, Fmake_symbol, allocate_misc):
23400 Use them.
23401
23402 * xfaces.c (load_face_font, free_realized_face, clear_face_gcs):
23403 Don't let signal handlers run when a GC is freed but not yet NULL'ed.
23404 (x_free_gc): Remove BLOCK_INPUT since it's now redundant.
23405
23406 2007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
23407
23408 * Makefile.in (lisp, shortlisp): Delete server.elc, it is not
23409 loaded by default.
23410
23411 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
23412
23413 * term.c (Fgpm_mouse_start): Don't signal an error if already activated
23414 on this tty.
23415 (Fgpm_mouse_stop): Only deactivate if it was activated on this tty.
23416
23417 * term.c (mouse_face_window): Rename from Qmouse_face_window.
23418 Update all users.
23419 (handle_one_term_event): Use Gpm_DrawPointer.
23420 (Fgpm_mouse_start): Rename from Fterm_open_connection.
23421 Signal errors instead of returning nil. Always return nil.
23422 (Fgpm_mouse_stop): Rename from Fterm_close_connection.
23423 Make it a noop if gpm-mouse was not activated.
23424 (syms_of_term): Update names.
23425
23426 2007-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
23427
23428 * sysdep.c (narrow_foreground_group, widen_foreground_group): Static.
23429 (init_sys_modes): Check that gpm_tty is the current tty.
23430
23431 * alloc.c (allocate_terminal): Set the vector size to only count the
23432 lisp fields. Initialize those to nil.
23433 (mark_object): Don't treat terminals specially.
23434 (mark_terminal): Remove.
23435 (mark_terminals): Use mark_object instead.
23436
23437 * termhooks.h (struct terminal): Move all Lisp_Object fields traced by
23438 the GC to the beginning.
23439
23440 * indent.h:
23441 * indent.c: Use EMACS_INT for ints coming from Elisp data.
23442
23443 * indent.c (Fmove_to_column): Use EMACS_INT for buffer positions.
23444
23445 2007-09-25 Jason Rumney <jasonr@gnu.org>
23446
23447 * frame.c (make_terminal_frame): Remove special case for WINDOWSNT.
23448
23449 * w32console.c (create_w32cons_output): Remove.
23450
23451 * term.c (init_tty): Call init_sys_modes on WINDOWSNT also.
23452
23453 * sysdep.c (init_sys_modes): Use set_terminal_modes_hook.
23454 (reset_sys_modes): Use reset_terminal_modes_hook.
23455
23456 2007-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
23457
23458 * eval.c (do_autoload): Don't output any message.
23459
23460 2007-09-24 Juri Linkov <juri@jurta.org>
23461
23462 * emacs.c (standard_args): Change priority of "--no-splash"
23463 from 40 to 3. Add "--no-desktop" with the same priority.
23464
23465 2007-09-23 Dmitry Antipov <dmantipov@yandex.ru>
23466
23467 * alloc.c (gc_sweep): Check cons cell mark bits word by word
23468 and optimize the case where they are all 1.
23469
23470 2007-09-23 Johannes Weiner <hannes@saeurebad.de>
23471
23472 * lisp.h (abs): Define if not defined.
23473 * keyboard.c, sound.c, w32term.c, xfaces.c, xterm.c:
23474 Don't define `abs', since it's defined in lisp.h.
23475
23476 2007-09-22 Eli Zaretskii <eliz@gnu.org>
23477
23478 * term.c (DEV_TTY): New macro. Provide a definition for MS-Windows.
23479 (FRAME_TERMCAP_P) [WINDOWSNT]: Don't define to zero.
23480 (Fcontrolling_tty_p, Fresume_tty, dissociate_if_controlling_tty)
23481 (init_tty): Use DEV_TTY instead of "/dev/tty".
23482 [WINDOWSNT]: No need to protect from NAME arg being null.
23483
23484 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
23485
23486 * term.c (Fsuspend_tty): Run suspend-tty-functions before cleaning
23487 up the tty state.
23488
23489 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
23490
23491 * termhooks.h (term_gpm): Delete. Use gpm_tty's NULLness instead.
23492 (gpm_tty): Change its type.
23493 * term.c (term_gpm): Delete. Use gpm_tty's NULLness instead.
23494 (gpm_tty): Change its type and initialize it.
23495 (Fterm_open_connection): Check the frame is indeed a tty.
23496 Use the new gpm_tty.
23497 (Fterm_close_connection): Use the new gpm_tty.
23498 * keyboard.c (tty_read_avail_input): Use the new gpm_tty.
23499 * sysdep.c (init_sys_modes): term_gpm -> gpm_tty.
23500
23501 2007-09-21 Juanma Barranquero <lekktu@gmail.com>
23502
23503 * w32term.c (x_draw_glyph_string): Use strike_through_color, not
23504 underline_color, to draw strike-through.
23505
23506 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
23507
23508 * lisp.h (allocate_terminal): Declare.
23509
23510 * window.c (candidate_window_p): Consider frames that are being placed
23511 by the user as somewhere between visible and iconified.
23512 (window_loop): Prefer windows on the current frame.
23513 (Fselect_window): Move the use of select-frame to the beginning so we
23514 can just delegate all the work (it'll call us back anyway).
23515
23516 * frame.c (Qdisplay_environment_variable):
23517 * frame.h (Qdisplay_environment_variable): Delete.
23518
23519 * .gdbinit (xbacktrace): Print the arg's address rather than the value
23520 of the first arg, since that value may be a union.
23521
23522 * callproc.c (child_setup, getenv_internal): Use the frame's `display'
23523 parameter rather than Qdisplay_environment_variable. If all else
23524 fails, look for DISPLAY in initial-environment.
23525
23526 2007-09-21 Glenn Morris <rgm@gnu.org>
23527
23528 * Makefile.in (emacstool): Remove target.
23529 (lisp, shortlisp): Remove termdev.elc.
23530
23531 2007-09-21 Markus Triska <markus.triska@gmx.at>
23532
23533 * xterm.c (x_delete_display): Compile session management conditionally.
23534
23535 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
23536
23537 * callproc.c (getenv_internal_1): New function.
23538 (getenv_internal): Use it.
23539 (Fgetenv_internal): Use it. Accept an env-list as optional arg.
23540
23541 * terminal.c (get_terminal): Don't accept ints to represent terminals.
23542 (Fterminal_name, Fterminal_parameters, Fterminal_parameter)
23543 (Fset_terminal_parameter): Work with dead terminals as well.
23544 (Fmodify_terminal_parameters): Remove.
23545
23546 * terminal.c (get_terminal): Handle terminals.
23547 Make sure the terminal returned is live.
23548 (create_terminal): Use allocate_terminal.
23549 (mark_terminals): Move to alloc.c.
23550 (delete_terminal): Use terminal->name as liveness status.
23551 NULL out fields after freeing their contents.
23552 Don't deallocate the object.
23553 (Fframe_terminal): Use FRAME_TERMINAL. Return the terminal object
23554 rather than an int.
23555 (Fterminal_live_p): Accept non-integer arguments.
23556 (Fterminal_list): Return terminal objects rather than an ints.
23557
23558 * alloc.c (enum mem_type): New member for `terminal' objects.
23559 (allocate_terminal): New function.
23560 (mark_maybe_pointer, valid_lisp_object_p, mark_object):
23561 Handle terminals.
23562 (mark_terminal): New fun.
23563 (mark_terminals): Move from terminal.c.
23564
23565 * term.c (get_tty_terminal): Don't treat output_initial specially.
23566 (Fsuspend_tty, Fresume_tty): Use terminal objects rather than ints.
23567 (delete_tty): Use terminal->name as liveness status.
23568
23569 * termhooks.h (struct terminal): Make it into a pseudovector.
23570 Remove `deleted' replaced by checking `name's nullness.
23571
23572 * print.c (print_object): Handle terminals.
23573
23574 * lisp.h (enum pvec_type): New `terminal' pseudovector.
23575 (XTERMINAL, XSETTERMINAL, TERMINALP, GC_TERMINALP): New macros.
23576
23577 * frame.c (make_terminal_frame):
23578 * keyboard.c (tty_read_avail_input):
23579 * w32term.c (x_delete_terminal):
23580 * xfns.c (Fx_create_frame, x_create_tip_frame):
23581 * xterm.c (x_delete_terminal): Use terminal->name as liveness status.
23582
23583 2007-09-20 Glenn Morris <rgm@gnu.org>
23584
23585 * process.c (Fmake_network_process): Doc fix.
23586
23587 2007-09-19 Jason Rumney <jasonr@gnu.org>
23588
23589 * dispextern.h (w32_init_fringe, mac_init_fringe): Declare rif argument.
23590
23591 2007-09-19 Michaël Cadilhac <michael@cadilhac.name>
23592
23593 * coding.c (detect_eol_type, detect_eol_type_in_2_octet_form):
23594 Fix a C warning regarding variable constness.
23595
23596 * xterm.c (handle_one_xevent): Fix a C warning.
23597
23598 2007-09-18 Jason Rumney <jasonr@gnu.org>
23599
23600 * w32fns.c (Fx_focus_frame): Rename from Fw32_focus_frame.
23601
23602 2007-09-17 Jan Djärv <jan.h.d@swipnet.se>
23603
23604 * gtkutil.c (gdpy_def): New variable.
23605 (xg_initialize): Initialize gdpy_def.
23606 (xg_display_close): If no other display exists, set gdpy_def to a
23607 new connection.
23608
23609 2007-09-16 Jan Djärv <jan.h.d@swipnet.se>
23610
23611 * gtkutil.c (xg_get_image_for_pixmap): Always create a GdkPixbuf
23612 when we have no file name for the icon.
23613 (xg_tool_bar_expose_callback): Remove.
23614 (xg_create_tool_bar): Don't connect expose signal to
23615 xg_tool_bar_expose_callback.
23616 (xg_get_file_with_chooser): Move GCPRO1 after declarations.
23617
23618 2007-09-16 Andreas Schwab <schwab@suse.de>
23619
23620 * alloc.c (reset_malloc_hooks): Set the hooks to the previous
23621 values instead of zapping them.
23622
23623 2007-09-14 Glenn Morris <rgm@gnu.org>
23624
23625 * fringe.c (init_fringe_bitmap) <swap_nibble>: Move to file scope.
23626 * gtkutil.c (xg_separator_p) <separator_names>: Move to file scope.
23627 * image.c (our_memory_fill_input_buffer) <buffer>: Move to file
23628 scope and rename to omfib_buffer for clarity.
23629 (gif_load) <interlace_start, interlace_increment>: Move to file scope.
23630
23631 2007-09-14 Kenichi Handa <handa@m17n.org>
23632
23633 * xterm.c (handle_one_xevent): Skip decoding if nbytes is zero.
23634
23635 2007-09-13 Jason Rumney <jasonr@gnu.org>
23636
23637 * fringe.c (w32_init_fringe, mac_init_fringe): Add rif argument.
23638
23639 * w32term.c (w32_term_init): Pass rif to w32_init_fringe.
23640
23641 * macterm.c (mac_initialize): Don't call mac_init_fringe here.
23642 (mac_term_init): Call here instead, passing rif.
23643
23644 2007-09-13 Glenn Morris <rgm@gnu.org>
23645
23646 * s/hpux.h: No longer define `static' as nothing.
23647
23648 2007-09-13 Johan Bockgård <bojohan@gnu.org>
23649
23650 * callint.c (Fcall_interactively): Remove unused var `fun'.
23651
23652 2007-09-12 Romain Francoise <romain@orebokech.com>
23653
23654 * window.c (prefer_window_split_horizontally, display_buffer):
23655 Revert 2007-09-08 change.
23656
23657 2007-09-12 Glenn Morris <rgm@gnu.org>
23658
23659 * alloca.c: Remove file.
23660 * Makefile.in (alloca): Do not undef.
23661 (allocaobj, alloca.o): Remove.
23662 (otherobj): Remove allocaobj.
23663 * keyboard.c (command_loop_1): Remove #ifdef C_ALLOCA block.
23664 * regex.c (C_ALLOCA): Remove all references and code that was only
23665 used when this was defined.
23666 * search.c (boyer_moore): Remove #ifdef C_ALLOCA block.
23667 * xmenu.c (xmenu_show): Remove #ifdef C_ALLOCA block.
23668 * m/ibms390x.h, m/sh3el.h (C_ALLOCA): Remove references to this.
23669
23670 * Makefile.in (SOURCES, unlock, relock): Delete.
23671
23672 * gtkutil.c (cnt): Rename to menu_grab_callback_cnt for clarity.
23673 (menu_grab_callback): All uses changed.
23674
23675 * xselect.c (cnt): Rename to x_reply_selection_request_cnt for clarity.
23676 (x_reply_selection_request): All uses changed.
23677
23678 2007-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
23679
23680 * lread.c (load_warn_old_style_backquotes): Change message to look
23681 better when it appears in the middle of byte-compiler messages.
23682
23683 2007-09-10 Dan Nicolaescu <dann@ics.uci.edu>
23684
23685 * s/darwin.h (MULTI_KBOARD): Only define for Carbon.
23686
23687 * xterm.c (x_create_terminal): Add comment.
23688
23689 * term.c (clear_tty_hooks, set_tty_hooks): Add comments.
23690
23691 2007-09-10 Richard Stallman <rms@gnu.org>
23692
23693 * xterm.c (x_term_init): Give error if can't open DISPLAY_NAME.
23694
23695 2007-09-10 Michaël Cadilhac <michael@cadilhac.name>
23696
23697 * lisp.h (struct Lisp_Subr): Rename `prompt' field to `intspec'.
23698 (DEFUN): Document `intspec', use it instead of `prompt'.
23699
23700 * eval.c (Fcommandp): Change `->prompt' to `->intspec'.
23701
23702 * data.c (Finteractive_form): If the interactive specification starts
23703 with a `(', use it as a Lisp form.
23704
23705 * fileio.c (Fset_file_modes): Add an interactive spec that reads a file
23706 name and file modes.
23707
23708 * callint.c (Fcall_interactively): Comment fixes.
23709
23710 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
23711
23712 * callint.c (Fcall_interactively): Use Finteractive_form also for subrs
23713 and compiled functions.
23714
23715 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
23716
23717 * window.c (prefer_window_split_horizontally): New variable.
23718 (display_buffer): Consider splitting window horizontally depending
23719 on prefer_window_split_horizontally.
23720
23721 2007-09-08 Eli Zaretskii <eliz@gnu.org>
23722
23723 * sysdep.c [WINDOWSNT]: Don't include sysselect.h.
23724
23725 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
23726
23727 * s/cygwin.h (GC_MARK_STACK): Enable conservative stack marking.
23728
23729 * frame.c (x_set_frame_parameters): Check number is positive before
23730 using XFASTINT.
23731
23732 * window.c (freeze_window_start): Don't presume selected_window holds
23733 a window object.
23734 (Fdisplay_buffer): Remove `register' since `buffer' needs to be gcpro'd.
23735
23736 2007-09-07 Angelo Graziosi <Angelo.Graziosi@roma1.infn.it> (tiny change)
23737
23738 * term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN.
23739
23740 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
23741
23742 * window.c (Vsplit_window_preferred_function): New var.
23743 (Fdisplay_buffer): Use it.
23744 (syms_of_window): Export, and initialize it.
23745
23746 2007-09-06 Pixel <pixel@mandriva.com> (tiny change)
23747
23748 * image.c (gif_load): Fix bug: Handle nonexistent colormap.
23749
23750 2007-09-06 Glenn Morris <rgm@gnu.org>
23751
23752 * gtkutil.c (menu_grab_callback) <cnt>:
23753 * xselect.c (x_reply_selection_request) <cnt>: Move static
23754 variable to file scope.
23755
23756 2007-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
23757
23758 * xdisp.c (redisplay_internal): Make sure Elisp code always sees
23759 consistent values of selected_frame and selected_window.
23760
23761 2007-09-04 Jason Rumney <jasonr@gnu.org>
23762
23763 * w32console.c (initialize_w32_display): Zero unused hooks.
23764
23765 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
23766
23767 * term.c (Vsuspend_tty_functions, Vresume_tty_functions)
23768 (syms_of_term, Fsuspend_tty, Fresume_tty): Undo previous change.
23769
23770 2007-09-04 Jason Rumney <jasonr@gnu.org>
23771
23772 * term.c (init_tty) [WINDOWSNT]: Add hooks that are not accessible
23773 in w32console.c. Set up input. Remove XXX comments that have been
23774 confirmed as correct.
23775
23776 * s/ms-w32.h (MULTI_KBOARD): Define.
23777
23778 * w32console.c (one_and_only_w32cons): Remove.
23779 (initialize_w32_display): Take terminal argument.
23780
23781 * term.c (init_tty) [WINDOWSNT]: Pass terminal to
23782 initialize_w32_display.
23783 (init_tty) [MULTI_KBOARD]: Include this code on WINDOWSNT too.
23784
23785 * termhooks.h (enum event_kind) <HORIZ_WHEEL_EVENT>: New event.
23786
23787 * keyboard.c (discard_mouse_events): Discard it.
23788 (make_lispy_event): Translate it to a lisp event.
23789 (lispy_wheel_names): Add wheel-left and right events.
23790 (syms_of_keyboard): Enlarge wheel_syms.
23791
23792 * w32fns.c (w32_wnd_proc) <WM_DROPFILES>: Merge with WM_MOUSEWHEEL.
23793 <WM_MOUSEHWHEEL>: Pass new system message to lisp.
23794
23795 * w32term.h (WM_MOUSEHWHEEL): Define if system headers don't.
23796
23797 * w32term.c (construct_mouse_wheel): Make HORIZ_WHEEL_EVENT
23798 from WM_MOUSEHWHEEL.
23799 (w32_read_socket) <WM_MOUSEHWHEEL>: Treat as WM_MOUSEWHEEL.
23800
23801 * w32fns.c (x_create_tip_frame) [MULTI_KBOARD]: Get keyboard from
23802 terminal.
23803
23804 * w32term.c (w32_create_terminal) [MULTI_KBOARD]: Create a new
23805 keyboard for the terminal.
23806
23807 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
23808
23809 * term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions.
23810 (Vresume_tty_hook): Rename from Vresume_tty_functions.
23811 (syms_of_term): Rename suspend-tty-functions to suspend-tty-hook
23812 and resume-tty-function to resume-tty-hook.
23813 (Fsuspend_tty, Fresume_tty): Use new names.
23814
23815 2007-09-02 Jan Djärv <jan.h.d@swipnet.se>
23816
23817 * gtkutil.c (update_frame_tool_bar): Handle stock name as a named icon
23818 if it starts with "n:".
23819
23820 2007-08-31 Jan Djärv <jan.h.d@swipnet.se>
23821
23822 * gtkutil.c (update_frame_tool_bar): Initialize wbutton to NULL.
23823
23824 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
23825
23826 * frame.h:
23827 * frame.c (Qterm_environment_variable): Remove.
23828 (syms_of_frame): Don't init and staticpro it.
23829
23830 * callproc.c (getenv_internal): Remove special case for $TERM.
23831
23832 * callproc.c (Vinitial_environment): New variable.
23833 (set_initial_environment): Initialize it.
23834 (syms_of_callproc): Declare it.
23835 (child_setup): Don't mess with TERM via Qterm_environment_variable; the
23836 TERM under which a process runs is never related to the TERM in which
23837 Emacs is running.
23838
23839 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
23840
23841 * config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...
23842 * s/darwin.h: ... do it here.
23843
23844 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
23845
23846 * lisp.h (set_initial_environment): Rename from set_global_environment.
23847
23848 * Makefile.in (${etc}DOC): Re-add a ${EXEEXT} which seems to have been
23849 removed by mistake on the multi-tty branch.
23850
23851 * frame.c (make_terminal_frame): Yet Another Int/Lisp_Object Mixup.
23852 (Fmodify_frame_parameters): Return a value.
23853
23854 * image.c (png_load): Comment-out var only used in commented-out code.
23855
23856 * term.c (mark_ttys): Don't bother checking top_frame (incorrectly)
23857 before passing it to mark_object.
23858
23859 * xfaces.c (internal_resolve_face_name): Return a value.
23860 (internal_resolve_face_name, resolve_face_name_error): Comment out.
23861
23862 * xfns.c (check_x_display_info): Yet Another Int/Lisp_Object Mixup.
23863 (x_icon): Comment-out var only used in commented-out code.
23864
23865 2007-08-29 Romain Francoise <romain@orebokech.com>
23866
23867 * keyboard.c (Fset_input_mode): Don't call `Fset_quit_char' if
23868 QUIT hasn't been provided.
23869
23870 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
23871
23872 * callproc.c (child_setup, getenv_internal): Use the
23873 display-environment-variable and term-environment-variable frame params.
23874 (set_initial_environment): Initialise Vprocess_environment.
23875
23876 * config.in: Disable multi-keyboard support on a mac.
23877
23878 * frame.c (Qterm_environment_variable)
23879 (Qdisplay_environment_variable): New variables.
23880 (syms_of_frame): Intern and staticpro them.
23881 (Fmake_terminal_frame): Disable output method test.
23882
23883 * frame.h: Declare them here.
23884
23885 * macfns.c (x_set_mouse_color): Get rif from the frame.
23886 (x_set_tool_bar_lines): Don't use updating_frame.
23887 (mac_window): Add 2 new parameters for consistency with other systems.
23888 (Fx_create_frame): Fix doc string. Rename the parameter. Set the
23889 frame parameters following what is done in X11 and w32. Don't use
23890 FRAME_MAC_DISPLAY_INFO.
23891 (Fx_open_connection, start_hourglass): Remove window-system check.
23892 (x_create_tip_frame): Get the keyboard from the terminal.
23893
23894 * macmenu.c: Reorder includes.
23895 (Fx_popup_menu): Use terminal specific mouse_position_hook.
23896
23897 * macterm.c (XTset_terminal_modes, XTreset_terminal_modes): Add a
23898 terminal parameter.
23899 (x_clear_frame): Add a frame parameter.
23900 (note_mouse_movement): Get rif from the frame.
23901 (mac_term_init): Initialize the terminal.
23902 (mac_initialize): Make static and move terminal initialization ...
23903 (mac_create_terminal): ... to this new function.
23904
23905 * macterm.h (struct mac_display_info): Add terminal.
23906 (mac_initialize): Delete declaration.
23907
23908 * puresize.h (BASE_PURESIZE): Increase base value to 1164000.
23909
23910 * sysdep.c: Comment out text after #endif.
23911
23912 * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD
23913 is defined. Better initialize ttys in windows. Use terminal
23914 specific mouse_position_hook.
23915
23916 * termhooks.h (union display_info): Add mac_display_info.
23917
23918 * w32fns.c (Fx_create_frame): Use kboard from the terminal.
23919 Set the default minibuffer frame, window_system and the rest of the
23920 frame parameters following what is done in X11.
23921
23922 * w32term.c (w32_initialize): Make static.
23923
23924 * xselect.c (x_handle_selection_clear): Only access
23925 terminal->kboard when MULTI_KBOARD is defined.
23926
23927 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
23928 (SYSTEM_PURESIZE_EXTRA): Only define on Carbon.
23929
23930 2007-08-29 Jason Rumney <jasonr@gnu.org>
23931
23932 * frame.c (Fdelete_frame): Only get kboard when MULTI_KBOARD defined.
23933 (make_terminal_frame) [WINDOWSNT]: Initialize terminal.
23934
23935 * fringe.c (w32_init_fringe w32_reset_fringes) [HAVE_NTGUI]:
23936 (mac_init_fringe) [MAC_OS]: Get rif from selected_frame.
23937
23938 * keyboard.c (restore_kboard_configuration): Only define when
23939 MULTI_KBOARD defined.
23940
23941 * makefile.w32-in: Update dependancies from Makefile.in.
23942 (OBJ1): Add terminal.$(O)
23943
23944 * term.c (dissociate_if_controlling_tty) [WINDOWSNT]:
23945 Don't define function body.
23946 (init_tty) [WINDOWSNT]: Use selected_frame for initializing.
23947
23948 * termhooks.h (display_info) [WINDOWSNT]: Add w32.
23949
23950 * w32.c (request_sigio, unrequest_sigio): Remove.
23951
23952 * w32console.c (w32con_move_cursor, w32con_clear_to_end)
23953 (w32con_clear_frame, w32con_clear_end_of_line)
23954 (w32con_ins_del_lines, w32con_insert_glyphs, w32con_write_glyphs)
23955 (w32con_delete_glyphs, w32con_set_terminal_window)
23956 (scroll_line, w32_sys_ring_bell): Add frame arg.
23957 (w32con_set_terminal_modes, w32con_reset_terminal_modes):
23958 Add terminal arg.
23959 (PICK_FRAME): Remove.
23960 (w32con_write_glyphs): Use frame specific terminal coding.
23961 (one_and_only_w32cons): New global variable.
23962 (initialize_w32_display): Use it for storing hooks.
23963 (create_w32cons_output): New function.
23964
23965 * w32inevt.c, w32inevt.h (w32_console_read_socket): Make first
23966 arg a frame.
23967
23968 * w32fns.c (x_create_tip_frame): Set terminal and ref count.
23969 Set window_system.
23970 (x_set_tool_bar_lines): Don't use updating_frame.
23971 (Fx_create_frame): Set terminal and ref count.
23972 (Fx_open_connection): Remove window-system check.
23973
23974 * w32menu.c (Fx_popup_menu): Use terminal specific mouse_position_hook.
23975
23976 * w32term.c (w32_term_init): Call add_keyboard_wait_descriptor.
23977 (w32_set_terminal_modes, w32_reset_terminal_modes): Add terminal arg.
23978 (x_clear_frame, x_delete_glyphs, w32_ring_bell, x_ins_del_lines):
23979 Add frame arg.
23980 (x_delete_terminal, w32_create_terminal): New functions.
23981 (w32_term_init): Create a terminal.
23982 (w32_initialize): Move terminal specific initialization to
23983 w32_create_terminal.
23984
23985 * w32term.h (x_output): Remove foreground_pixel and background_pixel.
23986 (w32_clear_rect, w32_clear_area): Use background from frame.
23987 (w32_display_info): Add terminal.
23988 (w32_sys_ring_bell, x_delete_display): Declare here.
23989
23990 * xdisp.c (display_menu_bar) [HAVE_NTGUI]: Check frame type.
23991
23992 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Bump to 50k.
23993
23994 2007-08-29 Kalle Olavi Niemitalo <kon@iki.fi> (tiny change)
23995
23996 * keyboard.c (interrupt_signal, handle_interrupt, Fset_quit_char):
23997 Fix get_named_tty calls for the controlling tty.
23998
23999 2007-08-29 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
24000
24001 * term.c (dissociate_if_controlling_tty) [USG]: Fix parse error.
24002
24003 2007-08-29 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change)
24004
24005 * term.c (tty_insert_glyphs): Add missing first parameter.
24006
24007 2007-08-29 Károly Lőrentey <karoly@lorentey.hu>
24008
24009 * buffer.c (Fbuffer_list, Fbury_buffer):
24010 Take frame->buried_buffer_list into account.
24011
24012 * cm.c (current_tty): New variable, for cmputc().
24013 (cmputc): Use it.
24014 (cmcheckmagic): Add tty parameter, look up terminal streams there.
24015 (calccost): Add tty parameter. Use emacs_tputs() instead of tputs().
24016 (cmgoto): Add tty parameter. Pass it on to calccost().
24017 Use emacs_tputs() instead of tputs().
24018
24019 * cm.h (emacs_tputs): New macro to set current_tty, and then call
24020 tputs().
24021 (current_tty): New variable, for cmputc().
24022 (cmcheckmagic, cmputc, cmgoto): Add prototypes.
24023
24024 * eval.c (unwind_to_catch): Don't call x_fully_uncatch_errors.
24025 (internal_condition_case, internal_condition_case_1)
24026 (internal_condition_case_2): Don't abort when x_catching_errors.
24027
24028 * fns.c (Fyes_or_no_p): Don't try to open an X dialog on tty terminals.
24029 (Fy_or_n_p): Likewise. Use temporarily_switch_to_single_kboard to
24030 prevent crashes caused by bogus longjmps in read_char.
24031
24032 * keymap.h (Fset_keymap_parent): Add EXFUN.
24033
24034 * macterm.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
24035 * w32term.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
24036 Remove redundant definition.
24037
24038 * macfns.c (x_set_mouse_color, x_make_gc):
24039 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
24040
24041 * w32term.c (x_free_frame_resources):
24042 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
24043 (w32_initialize): Use the accessor macros for terminal characteristics.
24044
24045 * macterm.c (mac_initialize): Use Fset_input_interrupt_mode.
24046 Use the accessor macros for terminal characteristics.
24047 * msdos.c (internal_terminal_init): Use the accessor macros for
24048 terminal characteristics.
24049 (ScreenVisualBell, internal_terminal_init):
24050 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
24051
24052 * termopts.h (no_redraw_on_reenter): Declare.
24053
24054 * alloc.c (emacs_blocked_malloc): Disable mallopt call.
24055 (mark_terminals, mark_ttys): Declare.
24056 (Fgarbage_collect): Call them.
24057 (mark_object): Mark buried_buffer_list.
24058
24059 * prefix-args.c: Include stdlib.h for exit.
24060
24061 * syssignal.h: Add comment.
24062
24063 * indent.c: Include stdio.h.
24064
24065 * window.h (Vinitial_window_system): Declare.
24066 (Vwindow_system): Delete declaration.
24067
24068 * fontset.c (Finternal_char_font): Use FRAME_RIF.
24069
24070 * image.c (lookup_image): Don't initialize `c' until the xasserts
24071 have been run.
24072
24073 * gtkutil.c (xg_create_frame_widgets): Use FRAME_BACKGROUND_PIXEL and
24074 FRAME_FOREGROUND_PIXEL.
24075
24076 * print.c (print_preprocess): Don't lose print_depth levels while
24077 iterating.
24078
24079 * widget.c (update_from_various_frame_slots):
24080 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
24081
24082 * window.c (set_window_buffer): Don't call clear_mouse_face on tty
24083 frames.
24084 (window_internal_height): Remove bogus make_number call.
24085 (init_window_once): Call make_terminal_frame with two zero parameters.
24086
24087 * fileio.c (Fread_file_name): Update comment.
24088
24089 * callint.c (Fcall_interactively):
24090 Use temporarily_switch_to_single_kboard instead of single_kboard_state.
24091 Make sure it is correctly unwound.
24092
24093 * xsmfns.c (x_session_close): New function.
24094
24095 * coding.h (terminal_coding, safe_terminal_coding, keyboard_coding):
24096 Delete declarations.
24097
24098 * xterm.h: Remove declaration for x_fully_uncatch_errors.
24099 (x_output): Remove background_pixel and foreground_pixel fields.
24100 (x_display_info): Add new field TERMINAL. Remove KBOARD field.
24101 (x_delete_device, x_session_close): Declare.
24102
24103 * lread.c: Include setjmp.h. Update declaration of `read_char'.
24104 (read_filtered_event): Call `read_char' with a local
24105 `wrong_kboard_jmpbuf'.
24106
24107 * minibuf.c (read_minibuf): Call temporarily_switch_to_single_kboard.
24108 Don't call single_kboard_state. Use FRAME_RIF.
24109
24110 * process.c (Fmake_network_process): Don't unrequest_sigio on modern
24111 systems.
24112
24113 * lisp.h (set_process_environment): Rename to `set_global_environment'.
24114 (Fframe_with_environment, Fset_input_meta_mode)
24115 (Fset_quit_char): EXFUN.
24116 (x_create_device, tty_output, terminal, tty_display_info): Declare.
24117 (init_sys_modes, reset_sys_modes): Update prototypes.
24118 (init_all_sys_modes, reset_all_sys_modes): New prototypes.
24119
24120 * keyboard.h (struct kboard): Add new fields Vlocal_function_key_map,
24121 Vlocal_key_translation_map, and Vkeyboard_translate_table.
24122 (Vfunction_key_map, Vkeyboard_translate_table, single_kboard_state):
24123 Delete declarations.
24124 (Vfunction_key_map, Vkey_translation_map, push_kboard, pop_kboard)
24125 (temporarily_switch_to_single_kboard, tty_read_avail_input):
24126 New declarations.
24127
24128 * emacs.c (main): Don't call init_sys_modes(), the new term_init()
24129 already does that during init_display(). Call syms_of_keymap
24130 before syms_of_keyboard. Call `syms_of_terminal'.
24131 Call set_initial_environment, not set_process_environment.
24132 (shut_down_emacs): Call reset_all_sys_modes() instead of
24133 reset_sys_modes().
24134
24135 * xfaces.c (x_free_gc): Protect xassert with GLYPH_DEBUG.
24136 (internal_resolve_face_name, resolve_face_name_error): New functions.
24137 (resolve_face_name): Protect against loops and errors thrown by Fget.
24138 (realize_default_face): Don't use FRAME_FONT unless frame is an X frame.
24139 (Ftty_supports_face_attributes_p): Update tty_capable_p call.
24140
24141 * scroll.c: Replace CURTTY() with local variables throughout the
24142 file (where applicable).
24143 (calculate_scrolling, calculate_direct_scrolling)
24144 (scrolling_1, scroll_cost): Use the accessor macros for terminal
24145 characteristics.
24146
24147 * keymap.c (Vfunction_key_map): Remove.
24148 (Fdescribe_buffer_bindings): Update references to Vfunction_key_map.
24149 (syms_of_keymap): Remove DEFVAR for Vfunction_key_map.
24150 (Vkey_translation_map): Remove.
24151 (syms_of_keymap): Remove DEFVAR for key-translation-map.
24152 (Fdescribe_buffer_bindings)
24153 (read_key_sequence, init_kboard, syms_of_keyboard, mark_kboards):
24154 Update for terminal-local key-translation-map.
24155
24156 * Makefile.in (callproc.o): Update dependencies.
24157 (lisp, shortlisp): Add termdev.elc.
24158 (obj): Add terminal.o.
24159 (terminal.o): Add dependencies.
24160 [HAVE_CARBON]: Make terminal.o depend on macgui.h.
24161 (data.o, fns.o): Add termhooks.h dependency.
24162 (SOME_MACHINE_LISP): Add dnd.elc.
24163 (minibuf.o): Fix typo.
24164 Update dependencies.
24165
24166 * data.c (do_symval_forwarding, store_symval_forwarding)
24167 (find_symbol_value): Use the selected frame's keyboard, not
24168 current_kboard.
24169
24170 * .gdbinit (init_sys_modes): Use Vinitial_window_system instead of
24171 Vwindow_system.
24172
24173 * xmenu.c (Fx_menu_bar_open) [USE_X_TOOLKIT, USE_GTK]: Rename from
24174 Fmenu_bar_open.
24175 (syms_of_xmenu): Update defsubr.
24176 (mouse_position_for_popup, Fx_popup_menu)
24177 (Fx_popup_dialog, x_activate_menubar, update_frame_menubar)
24178 (set_frame_menubar, free_frame_menubar)
24179 (create_and_show_popup_menu, xmenu_show)
24180 (create_and_show_dialog, xdialog_show, xmenu_show): Abort if not
24181 an X frame.
24182
24183 * xselect.c (x_own_selection): Abort if not an X frame.
24184 (some_frame_on_display): Check if it is an X frame.
24185 (x_handle_selection_clear): Deal with MULTI_KBOARD.
24186
24187 * coding.c: Include frame.h and termhooks.h.
24188 (terminal_coding, keyboard_coding): Delete.
24189 (Fset_terminal_coding_system_internal)
24190 (Fset_keyboard_coding_system_internal)
24191 (Fkeyboard_coding_system)
24192 (Fterminal_coding_system): Add a terminal parameter.
24193 Get terminal_coding from the terminal.
24194 (init_coding_once): Don't call setup_coding_system here.
24195
24196 * dispextern.h (set_scroll_region, turn_off_insert)
24197 (turn_off_highlight, background_highlight, clear_end_of_line_raw)
24198 (tty_clear_end_of_line, tty_setup_colors)
24199 (delete_tty, updating_frame)
24200 (produce_special_glyphs, produce_glyphs, write_glyphs)
24201 (insert_glyphs): Remove.
24202 (raw_cursor_to, clear_to_end, tty_turn_off_insert)
24203 (tty_turn_off_highlight, get_tty_size): Add declaration.
24204 (tabs_safe_p, init_baud_rate, get_tty_terminal): Update prototypes.
24205
24206 * frame.h (enum output_method): Add output_initial.
24207 (struct x_output): Delete.
24208 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
24209 Access foreground_pixel and background_pixel directly from the frame.
24210 (tty_display): Delete.
24211 (struct frame): Add buried_buffer_list, foreground_pixel,
24212 background_pixel and terminal. Delete kboard.
24213 (union output_data): Add tty.
24214 (FRAME_KBOARD): Get the kboard from the terminal.
24215 (FRAME_INITIAL_P): New macro.
24216 (Qtty, Qtty_type, Qterminal, Qterminal_live_p, Qenvironment)
24217 (Qterm_environment_variable, Qdisplay_environment_variable)
24218 (make_terminal_frame, Qburied_buffer_list, Qwindow_system):
24219 New declarations.
24220
24221 * termchar.h (tty_output, tty_display_info): New structures.
24222 (tty_list): Declare.
24223 (FRAME_TTY, CURTTY): New macros.
24224 (must_write_spaces, min_padding_speed, fast_clear_end_of_line)
24225 (line_ins_del_ok, char_ins_del_ok, scroll_region_ok)
24226 (scroll_region_cost, memory_below_frame, fast_clear_end_of_line)
24227 (dont_calculate_costs, no_redraw_on_reenter): Remove declarations.
24228
24229 * callproc.c: Include frame.h and termhooks.h, for terminal
24230 parameters.
24231 (add_env): New function.
24232 (child_setup): Use it.
24233 (child_setup, getenv_internal): Handle the new Vprocess_environment.
24234 (getenv_internal): Fix get_terminal_param call.
24235 (Fgetenv_internal, egetenv): Update doc.
24236 (syms_of_callproc): Initialize Vprocess_environment to nil.
24237 Register and initialize them. Remove obsolete defvars. Update doc
24238 strings.
24239 (child_setup): Handle Vlocal_environment_variables.
24240 (getenv_internal): Add terminal parameter.
24241 Handle Vlocal_environment_variables.
24242 (Fgetenv_internal): Add terminal parameter.
24243 (child_setup, getenv_internal, Fgetenv_internal): Store the local
24244 environment in a frame (not terminal) parameter. Update doc strings.
24245 (set_initial_environment): Rename from set_global_environment.
24246 Store Emacs environment in initial frame parameter.
24247
24248 * xdisp.c (redisplay_internal): Update references to
24249 `previous_terminal_frame'.
24250 (display_mode_line, Fformat_mode_line): Replace calls to
24251 `push_frame_kboard' with `push_kboard'.
24252 (get_glyph_string_clip_rects): Add extra parentheses and
24253 braces to prevent compiler warnings.
24254 (calc_pixel_width_or_height): Add xassert to check that the
24255 frame is alive. Don't call `lookup_image' on a termcap frame.
24256 (message2_nolog, message3_nolog, redisplay_internal)
24257 (set_vertical_scroll_bar, redisplay_window, check_x_display_info)
24258 (x_set_scroll_bar_foreground, x_set_scroll_bar_background)
24259 (Fx_create_frame, Fxw_display_color_p, Fx_display_grayscale_p)
24260 (Fx_display_pixel_width, Fx_display_pixel_height)
24261 (Fx_display_planes, Fx_display_color_cells)
24262 (Fx_server_max_request_size, Fx_server_vendor, Fx_server_version)
24263 (Fx_display_screens, Fx_display_mm_height, Fx_display_mm_width)
24264 (Fx_display_backing_store, Fx_display_visual_class)
24265 (Fx_display_save_under, Fx_close_connection, x_create_tip_frame):
24266 Use FRAME_TERMINAL_P, FRAME_WINDOW_P, FRAME_TTY and FRAME_RIF.
24267
24268 * xfns.c (x_set_foreground_color x_set_background_color)
24269 (x_set_mouse_color, x_set_cursor_color, x_make_gc):
24270 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
24271 (Fx_create_frame, x_create_tip_frame, build_string, x_window)
24272 (Fx_create_frame, x_create_tip_frame): Don't create frames on a
24273 terminal that is being deleted.
24274 (Fx_create_frame): Use `store_frame_param' to set `window-system'
24275 frame parameter, and make sure it overrides any user-supplied setting.
24276 (Fx_close_connection, Fx_synchronize): Unify argument names with
24277 the rest of the DEFUNs.
24278
24279 * dispnew.c (Fsend_string_to_terminal): Update call to
24280 `get_tty_terminal'.
24281 (Fredraw_frame, Fsend_string_to_terminal)
24282 (Fsend_string_to_terminal, init_display): Use FRAME_RIF,
24283 FRAME_TERMCAP_P and FRAME_TTY.
24284 (window_change_signal): Don't believe width/height values that are
24285 impossibly small.
24286 (Vinitial_window_system): Rename from Vwindow_system.
24287 (termscript, Wcm, rif): Delete.
24288
24289 * termhooks.h (struct terminal): New struct containing the
24290 previously global text display hooks and new members NAME,
24291 DELETED and PARAM_ALIST.
24292 (FRAME_TERMINAL, TERMINAL_TERMINAL_CODING)
24293 (TERMINAL_KEYBOARD_CODING, TERMINAL_ACTIVE_P, FRAME_WINDOW_P)
24294 (FRAME_RIF): New macros.
24295 (get_terminal_param, get_device): New declarations.
24296 (termscript): Delete declaration.
24297
24298 * xterm.c (x_initialize): Use Fset_input_interrupt_mode.
24299 (XTflash, x_free_frame_resources, x_scroll_bar_create)
24300 (x_scroll_bar_set_handle): Use FRAME_BACKGROUND_PIXEL and
24301 FRAME_FOREGROUND_PIXEL.
24302 (x_fully_uncatch_errors): Disable definition.
24303 (x_scroll_bar_expose): Fix reference to foreground pixel.
24304 (XTread_socket): Disable loop on all X displays.
24305 (x_delete_terminal): Don't set terminal->deleted and let
24306 delete_terminal delete the frames on the terminal.
24307 (x_delete_display): Doc update to reflect changes in
24308 delete_terminal.
24309 (x_display_info) <terminal>: Move member earlier in the struct.
24310 (deleting_tty): Remove old variable.
24311 (Fsuspend_tty): Call clear_tty_hooks.
24312 (Fresume_tty, init_tty): Call set_tty_hooks.
24313 (Ftty_display_color_p, Ftty_display_color_cells): Don't throw
24314 errors on X frames.
24315 (x_catch_errors_unwind): Abort if x_error_message is NULL.
24316 (handle_one_xevent): Initialize `f' to NULL.
24317 (x_delete_terminal, x_create_terminal): New functions.
24318 (XTset_terminal_modes, XTreset_terminal_modes)
24319 (XTread_socket, x_connection_closed, x_term_init)
24320 (x_term_init, x_delete_display): Add terminal parameter.
24321 (x_term_init) [!HAVE_GTK_MULTIDISPLAY]: Refuse to create secondary
24322 X connections.
24323
24324 * frame.c: Include termchar.h.
24325 (Qterminal, Qterminal_live_p, Qburied_buffer_list, Qtty, Qtty_type)
24326 (Qwindow_system, Qenvironment, Qterm_environment_variable)
24327 (Qdisplay_environment_variable): New vars.
24328 (Fframep): Deal with output_initial.
24329 (Fframe-live-p): Doc fix.
24330 (Fwindow-system): New function.
24331 (x_set_screen_gamma, store_frame_param): Fix compilation errors.
24332 (make_terminal_frame): Don't create frames on a terminal that is
24333 being deleted. Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
24334 (store_frame_param): Check for found_for_frame before calling XFRAME.
24335 (Fmake_terminal_frame): Handle NULL tty names correctly.
24336 (syms_of_frame): Enhance doc string of `default-frame-alist'.
24337 (Fdelete_frame): Remove unused variable `count'. Don't allow other
24338 frames to refer to a deleted frame in their 'environment parameter.
24339 (Fframe_with_environment): New function.
24340 (syms_of_frame): Defsubr it. Initialize and staticpro Qenvironment.
24341 (get_future_frame_param): New function.
24342 (Fmake_terminal_frame): Use it.
24343 (x_set_frame_parameters, x_set_screen_gamma): Use FRAME_RIF.
24344
24345 * sysdep.c (init_sys_modes, reset_sys_modes): Update for renames.
24346 * sysdep.c (reset_sys_modes): Update for renames.
24347
24348 * keyboard.c (tty_read_avail_input): New function.
24349 (Fset_input_interrupt_mode, Fset_output_flow_control): New functions.
24350 (syms_of_keyboard): Defsubr them.
24351 (Fset_input_meta_mode, Fset_quit_char): New functions.
24352 (Fset_input_mode): Split to above functions.
24353 (read_char_minibuf_menu_prompt): Add wrong_kboard_jmpbuf
24354 parameter. Use it in call to `read_char'.
24355 (read_char): Declare. Update call to `read_char_minibuf_menu_prompt'.
24356 Set wrong_kboard_jmpbuf correctly in recursive calls.
24357 Use current_kboard to access Vkeyboard_translate_table.
24358 Enhance comment before extra longjmp to wrong_kboard_jmpbuf.
24359 Add wrong_kboard_jmpbuf parameter to allow for recursive calls.
24360 Update longjmp invocations. Remember the original current_kboard,
24361 and longjmp to `wrong_kboard_jmpbuf' when a filter, timer or sentinel
24362 changes it. Comment out unnecessary calls to
24363 `record_single_kboard_state' and `any_kboard_state'.
24364 Update recursive calls.
24365 (wrong_kboard_jmpbuf): Remove global variable.
24366 (read_key_sequence): Remove unused variable wrong_kboard_jmpbuf.
24367 Handle deleted interrupted_kboards correctly; that is a legal
24368 case. Add `wrong_kboard_jmpbuf' local variable. Update setjmp
24369 and read_char calls. Abort if interrupted_kboard died in read_char.
24370 (any_kboard_state, single_kboard_state)
24371 (push_frame_kboard): Remove function.
24372 (pop_kboard): Switch out of single_kboard mode if the kboard has
24373 been deleted. Remove unused variable. Help debugging by not
24374 changing current_kboard unnecessarily. Set current_kboard to the
24375 kboard of the selected frame when the stored kboard object has
24376 been deleted before pop_kboard.
24377 (temporarily_switch_to_single_kboard): Change first parameter to a
24378 frame pointer. Throw an error when caller wants to change kboards
24379 while in single_kboard mode. Don't push_kboard if we weren't in
24380 single kboard state. Don't pop_kboard if we popped into any
24381 kboard state.
24382 (restore_kboard_configuration): Abort if pop_kboard changed the
24383 kboard in single_kboard mode. Call pop_kboard only after setting
24384 up single_kboard mode.
24385 (Frecursive_edit): Switch to single_kboard mode only in nested
24386 command loops.
24387 (cmd_error, command_loop, command_loop_1, timer_check):
24388 Comment out unnecessary call to `any_kboard_state' and
24389 `record_single_kboard_state'.
24390 (delete_kboard): Exit single_kboard mode if we have just deleted
24391 that kboard. Use FRAME_KBOARD.
24392 (interrupt_signal): Use `Fkill_emacs' to exit Emacs, not
24393 `fatal_error_signal'.
24394 (record_single_kboard_state): Don't push_kboard if we weren't in
24395 single kboard state. Don't pop_kboard if we popped into any
24396 kboard state.
24397 (push_frame_kboard): Rename to push_kboard.
24398 (kbd_buffer_get_event): Use FRAME_TERMINAL.
24399 (read_avail_input): Read input from all terminals.
24400 (mark_kboards): Also mark Vkeyboard_translate_table.
24401 (kbd_buffer_store_event_hold): Simplify condition.
24402 (read_key_sequence): Reinitialize fkey and keytran at each replay.
24403 (Vkeyboard_translate_table): Move to struct kboard.
24404 (init_kboard): Initialize Vkeyboard_translate_table.
24405 (syms_of_keyboard): Use DEFVAR_KBOARD to define
24406 Vkeyboard_translate_table. Update doc strings. Update docs of
24407 local-function-key-map and function-key-map.
24408
24409 * terminal.c: New file.
24410
24411 * term.c: Include errno.h.
24412 (Vring_bell_function, device_list, initial_device)
24413 (next_device_id, ring_bell, update_begin, update_end)
24414 (set_terminal_window, cursor_to, raw_cursor_to)
24415 (clear_to_end, clear_frame, clear_end_of_line)
24416 (write_glyphs, insert_glyphs, delete_glyphs, ins_del_lines)
24417 (Fdisplay_name, create_device, delete_device): Move to terminal.c.
24418 (syms_of_term): Move their initialization to terminal.c.
24419 (get_tty_terminal, Fdisplay_tty_type, Ftty_display_color_p)
24420 (Ftty_display_color_cells)
24421 (Ftty_no_underline, Fsuspend_tty, Fresume_tty, create_tty_output)
24422 (clear_tty_hooks, set_tty_hooks)
24423 (init_tty, maybe_fatal): New functions.
24424 (Ftty_type): Return nil if terminal is not on a tty instead of
24425 throwing an error. Doc update.
24426 (syms_of_term) <Vsuspend_tty_functions, Vresume_tty_functions>:
24427 Doc update. Initialize new subrs and variables.
24428 (delete_tty): Use terminal->deleted.
24429 (tty_set_terminal_modes): Rename from set_terminal_modes.
24430 (tty_reset_terminal_modes): Rename from reset_terminal_modes.
24431 (set_scroll_region): Rename to `tty_set_scroll_region'.
24432 (turn_on_insert): Rename to `tty_turn_on_insert'.
24433 (turn_off_insert): Rename to `tty_turn_off_insert'.
24434 (turn_off_highlight): Rename to `tty_turn_off_highlight'.
24435 (turn_on_highlight): Rename to `tty_turn_on_highlight'.
24436 (toggle_highligh): Rename to `tty_toggle_highlight'.
24437 (background_highlight): Rename to `tty_background_highlight'.
24438 (highlight_if_desired): Rename to `tty_highlight_if_desired'.
24439 (tty_ring_bell, tty_update_end, tty_set_terminal_window)
24440 (tty_set_scroll_region, tty_background_highlight)
24441 (tty_cursor_to, tty_raw_cursor_to, tty_clear_to_end)
24442 (tty_clear_frame, tty_clear_end_of_line, tty_write_glyphs)
24443 (tty_insert_glyphs, tty_delete_glyphs, tty_ins_del_lines)
24444 (term_get_fkeys, tty_setup_colors, dissociate_if_controlling_tty):
24445 Add static modifier.
24446 (tty_reset_terminal_modes, tty_set_terminal_window)
24447 (tty_set_scroll_region, tty_background_highlight)
24448 (tty_highlight_if_desired, tty_cursor_to)
24449 (tty_raw_cursor_to, tty_clear_to_end, tty_clear_frame)
24450 (tty_clear_end_of_line, tty_write_glyphs, tty_insert_glyphs)
24451 (tty_delete_glyphs, tty_ins_del_lines, turn_on_face): Update for
24452 renames.
24453
24454 2007-08-28 Jan Djärv <jan.h.d@swipnet.se>
24455
24456 * keyboard.c: Qrtl is new.
24457 (parse_tool_bar_item): Handle :rtl keyword.
24458 (syms_of_keyboard): Intern :rtl keyword.
24459
24460 * dispextern.h (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
24461
24462 * gtkutil.c (xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
24463 so no Lisp code is executed.
24464 (file_for_image, find_rtl_image): New functions.
24465 (xg_get_image_for_pixmap): Use file_for_image.
24466 (update_frame_tool_bar): If direction is RTL, use RTL image if
24467 defined. Use Gtk stock images if defined.
24468
24469 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24470
24471 * macterm.c (x_draw_composite_glyph_string_foreground): Draw rectangle
24472 for nonexistent or zero-width glyph in composition glyph.
24473
24474 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
24475
24476 * m/amdx86-64.h: Redirect to intel386.h if compiling for i386.
24477
24478 * xdisp.c (Finvisible_p): New function.
24479 (syms_of_xdisp): defsubr it.
24480
24481 2007-08-24 Juanma Barranquero <lekktu@gmail.com>
24482
24483 * image.c (syms_of_image) <image-library-alist, cross-disabled-images>:
24484 Doc fixes.
24485
24486 2007-08-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24487
24488 * mac.c [MAC_OSX] (select_and_poll_event, sys_select): Fix last changes.
24489
24490 2007-08-24 Martin Rudalics <rudalics@gmx.at>
24491
24492 * fileio.c (Finsert_file_contents): Consult CHARS_MODIFF to tell
24493 whether decoding has modified buffer contents.
24494
24495 2007-08-24 Jason Rumney <jasonr@gnu.org>
24496
24497 * image.c [HAVE_NTGUI]: Define dynamic loaded functions for SVG.
24498 (Qgdk_pixbuf, Qglib) [HAVE_NTGUI]: New symbols.
24499 (syms_of_image) [HAVE_NTGUI]: Intern and staticpro them.
24500 (init_svg_functions) [HAVE_NTGUI]: New function.
24501 (fn_g_type_init, fn_g_object_unref, fn_g_error_free): New #defines.
24502 (svg_load_image): Use them.
24503 (svg_load_image) [HAVE_NTGUI]: Implement background.
24504
24505 2007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24506
24507 * Makefile.in (RSVG_LIBS, RSVG_CFLAGS): New variables.
24508 (ALL_CFLAGS): Use ${RSVG_CFLAGS} instead of @RSVG_CFLAGS@.
24509 (LIBX): Remove @RSVG_LIBS@.
24510 (LIBES): Add $(RSVG_LIBS).
24511
24512 * image.c (svg_load_image): Blend with specified background if exists.
24513 Use IMAGE_BACKGROUND. Add Mac OS Support.
24514
24515 * mac.c (wakeup_from_rne_enabled_p) [MAC_OSX]: Remove variable.
24516 (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE) [MAC_OSX]:
24517 Remove macros.
24518 [MAC_OSX] (socket_callback): Do nothing.
24519 [MAC_OSX] (select_and_poll_event): Use CFRunLoopRunInMode instead of
24520 ReceiveNextEvent.
24521 [MAC_OSX] (sys_select): Likewise. Don't set context as argument to
24522 socket_callback.
24523 (mac_wakeup_from_rne) [MAC_OSX]: Do nothing.
24524
24525 2007-08-22 Glenn Morris <rgm@gnu.org>
24526
24527 * image.c (x_find_image_file): Search in etc/images/ rather than etc/.
24528
24529 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
24530
24531 * Makefile.in (ALL_CFLAGS, LIBX): Add RSVG_LIBS.
24532
24533 * image.c: Add support for SVG images. Some additional comments
24534 by Joakim Verona <joakim@verona.se>. When HAVE_RSVG is defined:
24535 (svg_image_p): New function to test for SVG image.
24536 (svg_load): New function to load SVG image.
24537 (svg_load_image): New function, helper for svg_load.
24538 (Qsvg): New Lisp_object.
24539 (svg_keyword_index): New enum.
24540 (svg_format): New static `image_keyword' struct.
24541 (svg_type): New static `image_type' struct.
24542 (librsvg/rsvg.h): Include it.
24543
24544 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
24545
24546 * lread.c (load_warn_old_style_backquotes): Fix up array size typo.
24547
24548 2007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
24549
24550 * lread.c (Qold_style_backquotes): New var.
24551 (syms_of_lread): Init and staticpro it.
24552 (load_warn_old_style_backquotes): New fun.
24553 (Fload): Use them to warn about old style backquotes.
24554 (end_of_file_error, Fload): Remove unused vars.
24555
24556 * lisp.h (Fclear_face_cache, Fx_send_client_event): Declare.
24557
24558 * lread.c (Vold_style_backquotes): New var.
24559 (syms_of_lread): Init and export it to Elisp.
24560 (read1): Set it when we find an old-style (back)quote.
24561
24562 2007-08-22 Jason Rumney <jasonr@gnu.org>
24563
24564 * w32reg.c (SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator.
24565
24566 2007-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
24567
24568 * puresize.h (BASE_PURESIZE): Increase to 1140000.
24569
24570 2007-08-19 Richard Stallman <rms@gnu.org>
24571
24572 * eval.c (Ffunction, Fquote): Signal error if not 1 argument.
24573
24574 2007-08-19 Andreas Schwab <schwab@suse.de>
24575
24576 * alloc.c (pure): Round PURESIZE up.
24577
24578 2007-08-17 Jan Djärv <jan.h.d@swipnet.se>
24579
24580 * xterm.c (handle_one_xevent): Remove check that mouse click is in
24581 active frame.
24582
24583 2007-08-16 Richard Stallman <rms@gnu.org>
24584
24585 * eval.c (Fcommandp): Add parens to clarify.
24586
24587 * minibuf.c (Fall_completions): Use enum for type of table.
24588
24589 * emacs.c (USAGE2): Improve text.
24590
24591 2007-08-15 Philippe Waroquiers <philippe.waroquiers@eurocontrol.int>
24592
24593 * term.c (tty_default_color_capabilities): Declare static
24594 variables in file scope, to avoid HPUX compiler problem.
24595
24596 2007-08-13 Jan Djärv <jan.h.d@swipnet.se>
24597
24598 * gtkutil.c (update_frame_tool_bar): Use -1 as index
24599 to gtk_toolbar_insert.
24600
24601 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
24602
24603 * fileio.c (Finsert_file_contents): Yet Another Int/Lisp_Object Mixup.
24604
24605 * insdel.c (reset_var_on_error): New fun.
24606 (signal_before_change, signal_after_change):
24607 Use it to reset (after|before)-change-functions to nil in case of error.
24608 Bind inhibit-modification-hooks to t.
24609 Don't bind (after|before)-change-functions to nil while they run.
24610
24611 2007-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24612
24613 * xterm.c (x_draw_image_glyph_string): Adjust stipple origin when
24614 filling pixmap with stippled background.
24615
24616 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24617
24618 * macterm.c [TARGET_API_MAC_CARBON] (mac_handle_window_event):
24619 Don't use invisible frame as parent window for repositioning.
24620
24621 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
24622
24623 * print.c (new_backquote_output): Rename from old_backquote_output.
24624 (print): Inverse its logic (according to its name) so as to match the
24625 behavior of new_backquote_flag in lread.c.
24626
24627 2007-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24628
24629 * gmalloc.c (posix_memalign): New function.
24630
24631 * macterm.c (frame_highlight, frame_unhighlight): Don't call
24632 ActivateControl/DeactivateControl here.
24633 [USE_MAC_TOOLBAR] (free_frame_tool_bar): Suppress animation when
24634 frame-notice-user-settings is non-nil.
24635 [USE_MAC_FONT_PANEL] (mac_handle_font_event): Also record parameter
24636 for kEventParamFMFontStyle.
24637 [TARGET_API_MAC_CARBON] (mac_handle_keyboard_event): Don't check
24638 mac_pass_command_to_system and mac_pass_control_to_system here.
24639 (XTread_socket): Call ActivateControl/DeactivateControl here.
24640 (XTread_socket) [TARGET_API_MAC_CARBON]:
24641 Check mac_pass_command_to_system and mac_pass_control_to_system here.
24642 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Add further workaround
24643 for window repositioning.
24644
24645 2007-08-08 Glenn Morris <rgm@gnu.org>
24646
24647 * Replace `iff' in doc-strings and comments.
24648
24649 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
24650
24651 * xdisp.c (move_it_by_lines): Remove incorrect optimization.
24652
24653 2007-08-07 Martin Rudalics <rudalics@gmx.at>
24654
24655 * fileio.c (Finsert_file_contents): Run format-decode and
24656 after_insert_file_functions on entire buffer when REPLACE is
24657 non-nil and inhibit modification_hooks and point_motion_hooks.
24658 For consistency, run after_insert_file_functions iff something
24659 got inserted. Move signal_after_change and update_compositions
24660 after code running after_insert_file_functions. Make sure that
24661 undo_list doesn't record intermediate steps of the decoding process.
24662
24663 2007-08-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24664
24665 * emacs.c (main)
24666 [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
24667 Call malloc_enable_thread on interactive startup.
24668
24669 * gmalloc.c (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
24670 (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS)
24671 [USE_PTHREAD]: Conditionalize with it.
24672 (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
24673 (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]:
24674 New functions.
24675
24676 2007-08-06 Chong Yidong <cyd@stupidchicken.com>
24677
24678 * xdisp.c (redisplay_window): When restoring original buffer
24679 position, make sure it is still valid.
24680
24681 * image.c (png_load): Ignore png-supplied background color.
24682
24683 2007-08-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24684
24685 * mac.c [TARGET_API_MAC_CARBON] (cfdate_to_lisp): Obtain microsec value.
24686 Use kCFAbsoluteTimeIntervalSince1970.
24687
24688 * macmenu.c (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]:
24689 New variable.
24690 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Set it if dialog
24691 event loop should be quit.
24692 [TARGET_API_MAC_CARBON] (create_and_show_dialog) [!MAC_OSX]:
24693 Quit dialog event loop if quit_dialog_event_loop is set.
24694
24695 * macselect.c [!TARGET_API_MAC_CARBON]: Include Scrap.h.
24696 (Selection): New typedef. Use instead of ScrapRef.
24697 (mac_get_selection_from_symbol): Rename from get_scrap_from_symbol.
24698 (mac_valid_selection_target_p): Rename from valid_scrap_target_type_p.
24699 (mac_clear_selection): Rename from clear_scrap.
24700 (get_flavor_type_from_symbol): New argument SEL and subsume function of
24701 scrap_has_target_type. All uses changed.
24702 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
24703 (mac_selection_has_target_p): New functions.
24704 (mac_put_selection_value): Rename from put_scrap_string.
24705 (mac_get_selection_value): Rename from get_scrap_string.
24706 (mac_get_selection_target_list): Rename from get_scrap_target_type_list.
24707 (put_scrap_private_timestamp, scrap_has_target_type)
24708 (get_scrap_private_timestamp): Remove functions.
24709 (SCRAP_FLAVOR_TYPE_EMACS_TIMESTAMP): Remove define.
24710 (x_own_selection, x_get_local_selection):
24711 Use mac_valid_selection_value_p.
24712 (x_own_selection): Don't use put_scrap_private_timestamp.
24713 Record OWNERSHIP-INFO into Vselection_alist instead.
24714 (x_get_local_selection): Don't check type if request is local.
24715 (Fx_selection_owner_p): Don't use get_scrap_private_timestamp.
24716 Detect ownership change with OWNERSHIP-INFO in Vselection_alist instead.
24717
24718 2007-08-04 Jan Djärv <jan.h.d@swipnet.se>
24719
24720 * gtkutil.c (xg_tool_bar_callback): Generate two TOOL_BAR_EVENT:s,
24721 add comment explaining why.
24722
24723 2007-08-03 Richard Stallman <rms@gnu.org>
24724
24725 * fileio.c (Fvisited_file_modtime): Use make_time.
24726
24727 2007-08-01 Ryo Yoshitake <ryo@shiftmode.net> (tiny change)
24728
24729 * mac.c (init_mac_osx_environment): Adjust load-path on self-contained
24730 build.
24731
24732 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
24733
24734 * gtkutil.c (xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT.
24735
24736 2007-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
24737
24738 * puresize.h (BASE_PURESIZE): Increase to 1130000.
24739
24740 2007-07-30 Richard Stallman <rms@gnu.org>
24741
24742 * lread.c (readevalloop, read1): Treat NBSP as whitespace.
24743
24744 2007-07-29 Jan Djärv <jan.h.d@swipnet.se>
24745
24746 * gmalloc.c (__malloc_initialize): Remove pthread_once. Not needed.
24747
24748 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
24749
24750 * xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test for
24751 remote default-directory.
24752
24753 * buffer.c (mode-line-format): Update doc string.
24754
24755 2007-07-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24756
24757 * w32term.c (w32_draw_fringe_bitmap): Extend fringe background to
24758 scroll bar gap.
24759 (x_scroll_bar_create): Set bar->fringe_extended_p.
24760 (w32_set_vertical_scroll_bar): Put leftmost/rightmost scroll bars
24761 on frame edge. Check fringe background extension. Don't clear
24762 extended fringe background area.
24763
24764 * w32term.h (struct scroll_bar): New member fringe_extended_p.
24765 (w32_fill_area): Enclose multiple statements with do ... while (0).
24766
24767 * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
24768 Extend fringe background to scroll bar gap.
24769 (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
24770 Set bar->fringe_extended_p.
24771 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
24772 Put leftmost/rightmost scroll bars on frame edge. Check fringe
24773 background extension. Don't clear extended fringe background area.
24774
24775 * xterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
24776 New member fringe_extended_p.
24777
24778 2007-07-25 Glenn Morris <rgm@gnu.org>
24779
24780 * Relicense all FSF files to GPLv3 or later.
24781
24782 * COPYING: Switch to GPLv3.
24783
24784 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
24785
24786 * eval.c (Fcommandp): Pay attention to the `interactive-form' property.
24787
24788 * data.c (Finteractive_form): Check for the presence of an
24789 `interactive-form' symbol property more thoroughly.
24790
24791 * data.c (Finteractive_form): Use an `interactive-form' property if
24792 present, analogous to the function-documentation property.
24793
24794 2007-07-24 Jason Rumney <jasonr@gnu.org>
24795
24796 * w32fns.c (x_real_positions): Get real position from OS instead of
24797 calculating it.
24798
24799 2007-07-23 Jason Rumney <jasonr@gnu.org>
24800
24801 * filelock.c (current_lock_owner): Allow for @ sign in username.
24802
24803 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
24804
24805 * xdisp.c (decode_mode_spec): Add case 'R' for to test for
24806 remote default-directory.
24807
24808 * buffer.c (mode-line-format): Describe above case in doc string.
24809
24810 2007-07-20 Eli Zaretskii <eliz@gnu.org>
24811
24812 * w32proc.c (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32):
24813 Define if not defined.
24814
24815 2007-07-18 Jason Rumney <jasonr@gnu.org>
24816
24817 * w32proc.c (w32_executable_type): Handle 64 bit executables.
24818
24819 2007-07-18 Richard Stallman <rms@gnu.org>
24820
24821 * data.c (Fsetq_default): Doc fix.
24822
24823 * eval.c (Fsetq): Doc fix.
24824
24825 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
24826
24827 * coding.c (Ffind_operation_coding_system):
24828 * eval.c (For, Fand): Doc fixes.
24829 Reported by Johan Bockgård.
24830
24831 2007-07-18 Jan Djärv <jan.h.d@swipnet.se>
24832
24833 * xfns.c (Fx_focus_frame): Call x_ewmh_activate_frame.
24834
24835 * xterm.h: Declare x_ewmh_activate_frame.
24836
24837 * xterm.c (x_ewmh_activate_frame): New function.
24838 (XTframe_raise_lower): Move code to x_ewmh_activate_frame.
24839
24840 2007-07-17 Martin Rudalics <rudalics@gmx.at>
24841
24842 * window.c (Fdisplay_buffer): If largest or LRU window is the
24843 only window, split it even if it is not eligible for splitting.
24844 This restores the original behavior broken by the 2007-07-15
24845 change.
24846
24847 2007-07-17 Glenn Morris <rgm@gnu.org>
24848
24849 * abbrev.c (abbrev_check_chars): New function.
24850 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
24851 Call abbrev_check_chars to check abbrev characters are word
24852 constituents. Doc fix.
24853
24854 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
24855
24856 * process.c (Fstart_process, Fmake_network_process)
24857 (read_process_output): Fix up last changes.
24858
24859 2007-07-16 Eli Zaretskii <eliz@gnu.org>
24860
24861 * makefile.w32-in (clean): Don't delete *~.
24862
24863 2007-07-16 Andreas Schwab <schwab@suse.de>
24864
24865 * window.c (Fdisplay_buffer): Use NILP.
24866 (Fset_window_scroll_bars): Likewise.
24867
24868 2007-07-15 Martin Rudalics <rudalics@gmx.at>
24869
24870 * window.c (window_min_size_2): New function.
24871 (window_min_size_1, size_window, Fdisplay_buffer)
24872 (Fsplit_window, adjust_window_trailing_edge): Use it to avoid
24873 windows without mode- or header-lines when window-min-height is
24874 too small.
24875 (size_window): Reset nodelete_p after testing it, following an
24876 earlier note by Kim F. Storm.
24877 (display_buffer): Do not set split_height_threshold to twice the
24878 value of window_min_height to avoid changing the value of a
24879 customizable variable. Rather explicitly check whether the
24880 height of the window that shall be splitted is at least as large
24881 as split_height_threshold.
24882 (Fwindow_full_width_p): New defun.
24883 (syms_of_window): Defsubr it.
24884
24885 * window.h: Add EXFUN for Fwindow_full_width_p.
24886
24887 2007-07-14 Jason Rumney <jasonr@gnu.org>
24888
24889 * process.c [WINDOWSNT]: Don't undefine AF_INET6.
24890
24891 2007-07-14 Richard Stallman <rms@gnu.org>
24892
24893 * eval.c (maybe_call_debugger): New function.
24894 (find_handler_clause): Use maybe_call_debugger.
24895 Call it when the handler says `debug'.
24896 Eliminate DEBUGGER_VALUE_PTR.
24897 (Fsignal): Eliminate debugger_value.
24898 (Qdebug): New variable.
24899 (syms_of_eval): Initialize it.
24900
24901 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
24902
24903 * eval.c (Fprogn):
24904 * keyboard.c (Ftrack_mouse):
24905 * print.c (Fwith_output_to_temp_buffer):
24906 * window.c (Fsave_window_excursion): Doc fix.
24907
24908 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
24909
24910 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 400.
24911
24912 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
24913
24914 * process.h (struct Lisp_Process): Turn slots infd, outfd,
24915 kill_without_query, pty_flag, tick, update_tick, decoding_carryover,
24916 inherit_coding_system_flag, filter_multibyte, adaptive_read_buffering,
24917 read_output_delay, and read_output_skip from Lisp_Objects to ints.
24918 Remove unused encoding_carryover.
24919 * process.c: Adjust all functions accordingly.
24920
24921 2007-07-12 Richard Stallman <rms@gnu.org>
24922
24923 * term.c: Include unistd.h only if HAVE_UNISTD_H.
24924
24925 2007-07-11 Jason Rumney <jasonr@gnu.org>
24926
24927 * makefile.w32-in (LIBS): Include OLE32.
24928
24929 * w32fns.c (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
24930 (w32_msg_pump) <WM_DESTROY>: Uninitialize COM.
24931
24932 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
24933
24934 * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
24935 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned
24936 from a Lisp_Object into a bare pointer.
24937 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
24938 Adjust the code correspondingly.
24939
24940 * alloc.c (emacs_blocked_free): Remove unused var `bytes_used_now'.
24941
24942 * term.c: Include unistd.h for ttyname, used in handle_one_term_event.
24943 (term_show_mouse_face): Remove unused var `j'.
24944 (handle_one_term_event): Remove unused vars `i' and `j'.
24945 Don't cast return value of ttyname since it's not necessary.
24946
24947 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
24948
24949 * alloc.c (mark_maybe_pointer): Enforce mult-of-8 alignment when using
24950 USE_LSB_TAG. Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
24951
24952 * fns.c (map_char_table): Use an array of int for `indices' rather than
24953 an array of Lisp_Objects (which are only ever integers anyway).
24954 (Fmap_char_table): Update caller.
24955 * lisp.h: Update prototype.
24956 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap):
24957 * fontset.c (Ffontset_info):
24958 * casetab.c (set_case_table): Update callers.
24959
24960 * editfns.c (Ftranspose_regions): Use EMACS_INT for positions.
24961
24962 * keymap.c (struct accessible_keymaps_data)
24963 (struct where_is_internal_data): New structures.
24964 (accessible_keymaps_1, where_is_internal_1): Use them to change
24965 interface to adhere to the one used by map_keymap.
24966 (Faccessible_keymaps, where_is_internal): Use map_keymap.
24967 (accessible_keymaps_char_table, where_is_internal_2): Remove.
24968
24969 * keymap.h (map_keymap_function_t): More informative prototype.
24970
24971 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
24972
24973 * search.c (Vinhibit_changing_match_data, search_regs_1): New vars.
24974 (looking_at_1): Don't change search_regs and last_thing_searched
24975 if `inhibit-changing-match-data' is non-nil.
24976 (string_match_1, search_buffer, set_search_regs): Likewise.
24977 (syms_of_search): Add Lisp level definition for
24978 `inhibit-changing-match-data' and set it to nil.
24979 (boyer_moore): If `inhibit-changing-match-data' is non-nil, compute
24980 start and end of the match, instead of using values in search_regs.
24981
24982 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
24983
24984 * minibuf.c (Fcompleting_read): New value `confirm-only'
24985 for `require-match'.
24986
24987 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
24988
24989 * fileio.c (Fdo_auto_save): Revert last patch installed unwillingly as
24990 part of the 2007-06-27 change to syms_of_fileio.
24991
24992 2007-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24993
24994 * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
24995 Check WINDOWP before using XWINDOW. Consolidate return statements.
24996
24997 2007-06-27 Richard Stallman <rms@gnu.org>
24998
24999 * fileio.c (syms_of_fileio) <after-insert-file-functions>: Doc fix.
25000
25001 2007-06-27 Juanma Barranquero <lekktu@gmail.com>
25002
25003 * buffer.c (syms_of_buffer) <selective-display>: Fix typo in docstring.
25004
25005 2007-06-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25006
25007 * gmalloc.c [HAVE_GTK_AND_PTHREAD]: Check this after including config.h.
25008 (_aligned_blocks_mutex) [USE_PTHREAD]: New variable.
25009 (LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros.
25010 (_free_internal, memalign): Use them.
25011 (_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]:
25012 Initialize to PTHREAD_MUTEX_INITIALIZER.
25013 (malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex.
25014 (morecore_nolock): Rename from morecore. All uses changed.
25015 Use only nolock versions of internal allocation functions.
25016 (_malloc_internal_nolock, _realloc_internal_nolock)
25017 (_free_internal_nolock): New functions created from
25018 _malloc_internal, _realloc_internal, and _free_internal.
25019 (_malloc_internal, _realloc_internal, _free_internal): Use them.
25020 Copy hook value to automatic variable before its use.
25021 (memalign): Copy hook value to automatic variable before its use.
25022
25023 2007-06-26 Kenichi Handa <handa@m17n.org>
25024
25025 * coding.c (Ffind_operation_coding_system): Docstring improved.
25026 (syms_of_coding): Docstring of `file-coding-system-alist' improved.
25027
25028 2007-06-25 David Kastrup <dak@gnu.org>
25029
25030 * keymap.c (Fcurrent_active_maps): Add `position' argument.
25031 (Fwhere_is_internal): Adjust call to `current-active-maps' to
25032 cater for additional parameter.
25033
25034 * keymap.h: Adjust number of parameters to `current-active-maps'.
25035
25036 * doc.c (Fsubstitute_command_keys): Adjust call of
25037 `current-active-maps'.
25038
25039 2007-06-25 David Kastrup <dak@gnu.org>
25040
25041 * callint.c (Fcall_interactively): Make the parsing of interactive
25042 specs somewhat more readable.
25043
25044 2007-06-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25045
25046 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe background
25047 to scroll bar gap also when bitmap fills fringe. Draw only foreground
25048 if extended background has already been filled.
25049
25050 2007-06-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25051
25052 * macgui.h (USE_CG_DRAWING): Don't require USE_ATSUI.
25053 (USE_MAC_TOOLBAR): Require USE_CG_DRAWING.
25054
25055 * macmenu.c (mac_dialog_modal_filter, Fx_popup_dialog) [MAC_OSX]:
25056 Put special treatment for Fmessage_box, Fyes_or_no_p, and Fy_or_n_p
25057 in #if 0 as it is not compatible with y-or-n-p-with-timeout.
25058 (timer_check) [TARGET_API_MAC_CARBON]: Add extern.
25059 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Use QuitEventLoop
25060 instead of QuitAppModalLoopForWindow. Consolidate QuitEventLoop calls.
25061 (pop_down_dialog) [TARGET_API_MAC_CARBON]: New function.
25062 [TARGET_API_MAC_CARBON] (create_and_show_dialog): Use it for unwind.
25063 Run timers during dialog popup.
25064 (Fmenu_or_popup_active_p) [TARGET_API_MAC_CARBON]: Use popup_activated.
25065
25066 2007-06-21 Jason Rumney <jasonr@gnu.org>
25067
25068 * image.c (convert_mono_to_color_image): Swap fore and background.
25069
25070 2007-06-20 Jason Rumney <jasonr@gnu.org>
25071
25072 * w32bdf.c (w32_BDF_to_x_font): Unmap memory when finished.
25073 (w32_free_bdf_font): Unmap memory not handle.
25074
25075 2007-06-20 Sam Steingold <sds@gnu.org>
25076
25077 * gmalloc.c (__morecore): Fix the declaration to comply with the
25078 definition.
25079
25080 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
25081
25082 * w32term.c (w32_delete_display): Remove leftover declaration.
25083 (w32_define_cursor, w32_initialize): Make static.
25084
25085 * w32.c (_wsa_errlist): Fix typo in error message.
25086 (init_environment): Ignore any environment variable from the
25087 registry having a null value.
25088
25089 2007-06-20 Glenn Morris <rgm@gnu.org>
25090
25091 * Makefile.in (LIBGIF): Default to -lgif.
25092
25093 2007-06-17 Jason Rumney <jasonr@gnu.org>
25094
25095 * w32menu.c (add_menu_item): Don't use multibyte string functions on
25096 unicode strings.
25097
25098 2007-06-16 Juanma Barranquero <lekktu@gmail.com>
25099
25100 * xdisp.c (syms_of_xdisp) <auto-resize-tool-bars>:
25101 Fix typo in docstring.
25102
25103 2007-06-16 Eli Zaretskii <eliz@gnu.org>
25104
25105 * w32menu.c (add_menu_item): Escape `&' characters in menu items
25106 and their keybindings.
25107
25108 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
25109
25110 * composite.c (update_compositions): Fix last fix.
25111
25112 2007-06-14 Jason Rumney <jasonr@gnu.org>
25113
25114 * w32.c (get_process_times_fn): New function pointer.
25115 (globals_of_w32): Intialize it if present in kernel32.dll.
25116 (w32_get_internal_run_time): New function.
25117
25118 * editfns.c (Fget_internal_run_time) [WINDOWSNT]: Use it.
25119
25120 2007-06-14 Kenichi Handa <handa@etlken.m17n.org>
25121
25122 * composite.c (update_compositions): Check the validness of
25123 compositions.
25124
25125 2007-06-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25126
25127 * frame.h (struct frame) [MAC_OS]: New member external_tool_bar.
25128 (FRAME_EXTERNAL_TOOL_BAR) [MAC_OS]: Use it.
25129
25130 * macfns.c (mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity.
25131 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]: Set FRAME_EXTERNAL_TOOL_BAR.
25132
25133 * macgui.h (USE_MAC_TOOLBAR): New define.
25134
25135 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
25136 Return immediately unless popup is activated.
25137
25138 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe
25139 background to scroll bar gap.
25140 (x_scroll_bar_create) [MAC_OSX]: Set bar->fringe_extended_p.
25141 (XTset_vertical_scroll_bar) [MAC_OSX]: Put leftmost/rightmost
25142 scroll bars on frame edge. Check fringe background extension.
25143 Don't clear extended fringe background area.
25144 (TOOLBAR_IDENTIFIER, TOOLBAR_ICON_ITEM_IDENTIFIER)
25145 (TOOLBAR_ITEM_COMMAND_ID_OFFSET, TOOLBAR_ITEM_COMMAND_ID_P)
25146 (TOOLBAR_ITEM_COMMAND_ID_VALUE, TOOLBAR_ITEM_MAKE_COMMAND_ID):
25147 [USE_MAC_TOOLBAR]: New macros.
25148 (mac_move_window_with_gravity, mac_get_window_origin_with_gravity)
25149 (mac_handle_toolbar_event, mac_image_spec_to_cg_image)
25150 (mac_create_frame_tool_bar, update_frame_tool_bar, free_frame_tool_bar)
25151 (mac_tool_bar_note_mouse_movement, mac_handle_toolbar_command_event)
25152 [USE_MAC_TOOLBAR]: New functions.
25153 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Reposition window
25154 manually if previous repositioning has failed.
25155 (mac_handle_keyboard_event): Use precomputed event kind.
25156 (XTread_socket) [USE_MAC_TOOLBAR]: Handle click in structure region
25157 as tool bar item click. Handle mouse movement over tool bar items.
25158
25159 * macterm.h (struct mac_output) [USE_MAC_TOOLBAR]: New member
25160 toolbar_win_gravity.
25161 (struct scroll_bar) [MAC_OSX]: New member fringe_extended_p.
25162 (update_frame_tool_bar, free_frame_tool_bar) [USE_MAC_TOOLBAR]:
25163 Add externs.
25164
25165 * xdisp.c (update_tool_bar, redisplay_tool_bar, redisplay_window)
25166 [USE_MAC_TOOLBAR]: Sync with GTK+ tool bar display.
25167
25168 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
25169
25170 * image.c (search_image_cache): Remove unused variable.
25171
25172 2007-06-13 Chong Yidong <cyd@stupidchicken.com>
25173
25174 * xfns.c, xmenu.c: Link to xaw3d if available.
25175
25176 2007-06-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25177
25178 * dispextern.h (struct image) [HAVE_WINDOW_SYSTEM]: New members
25179 frame_foreground and frame_background.
25180
25181 * image.c (lookup_image): Save frame foreground and background colors.
25182 (search_image_cache): Check if saved and current frame colors match.
25183
25184 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
25185
25186 * regex.c (regex_compile): Remove the `regnum' counter.
25187 Use bufp->re_nsub instead. Add support for \(?N:RE\).
25188
25189 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
25190
25191 * term.c: Include intervals.h to declare Fget_text_property.
25192
25193 2007-06-10 Jason Rumney <jasonr@gnu.org>
25194
25195 * w32fns.c (Fx_file_dialog): Take size from struct not pointer.
25196
25197 2007-06-08 Juanma Barranquero <lekktu@gmail.com>
25198
25199 * callint.c (Fcall_interactively):
25200 * editfns.c (Fdelete_and_extract_region):
25201 * fileio.c (Fread_file_name):
25202 * fns.c (Fmapconcat):
25203 * keyboard.c (cmd_error_internal):
25204 * keymap.c (Fkey_description):
25205 * lread.c (openp):
25206 * minibuf.c (read_minibuf):
25207 * search.c (wordify):
25208 * sunfns.c (sel_read):
25209 * xdisp.c (Fformat_mode_line, syms_of_xdisp):
25210 * xfns.c (x_default_scroll_bar_color_parameter):
25211 * xmenu.c (menu_help_callback):
25212 * xselect.c (Fx_get_atom_name):
25213 * xterm.c (x_term_init): Use empty_unibyte_string.
25214
25215 2007-06-08 Dmitry Antipov <dmantipov@yandex.ru> (tiny change)
25216
25217 * alloc.c (init_strings): Initialize canonical empty strings.
25218 (make_uninit_string, make_uninit_multibyte_string): Return appropriate
25219 canonical empty string when the requested size is 0.
25220
25221 * emacs.c (empty_unibyte_string): Rename from empty_string.
25222 (empty_multibyte_string): New canonical empty string.
25223 (syms_of_emacs): Don't initialize empty_string.
25224
25225 * lisp.h (STRING_SET_UNIBYTE): Return the canonical empty unibyte
25226 string, if appropriate.
25227 (empty_unibyte_string, empty_multibyte_string): New externs.
25228 (empty_string): Remove extern.
25229
25230 * lread.c (syms_of_lread): Use empty_unibyte_string.
25231
25232 2007-06-07 Jason Rumney <jasonr@gnu.org>
25233
25234 * s/ms-w32.h: Don't define HAVE_TZNAME.
25235
25236 * editfns.c (Fcurrent_time_zone): Remove hack for Japanese Windows.
25237
25238 2007-06-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25239
25240 * mac.c (xrm_get_preference_database): Remove BLOCK_INPUT.
25241
25242 * macfns.c (mac_get_window_bounds): Move extern to macterm.h.
25243 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use GetGlobalMouse.
25244
25245 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
25246 Don't call next handler.
25247 [TARGET_API_MAC_CARBON] (install_menu_target_item_handler):
25248 Remove argument. Install handler to application.
25249 (set_frame_menubar): Don't change deep_p.
25250 (mac_menu_show): Use FRAME_OUTER_TO_INNER_DIFF_X and
25251 FRAME_OUTER_TO_INNER_DIFF_Y.
25252 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
25253 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
25254 [HAVE_DIALOGS]: New macros.
25255 [HAVE_DIALOGS] (mac_handle_dialog_event, create_and_show_dialog):
25256 Use them.
25257 (fill_menubar) [TARGET_API_MAC_CARBON]: Use CFString.
25258
25259 * macselect.c [MAC_OSX] (install_service_handler): Rename from
25260 init_service_handler. All callers changed. Return OSStatus value.
25261
25262 * macterm.c (mac_begin_cg_clip): New arg F. Call SetPortWindowPort.
25263 All callers changed so as not to call SetPortWindowPort.
25264 (mac_begin_cg_clip) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
25265 (mac_draw_image_string_atsui) [USE_ATSUI]: New function created from
25266 mac_draw_string_common.
25267 (mac_draw_image_string_qd): Likewise.
25268 (mac_draw_string_common): Use them. Add INLINE.
25269 (XTmouse_position, x_scroll_bar_report_motion) [TARGET_API_MAC_CARBON]:
25270 Use FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y, and
25271 GetGlobalMouse.
25272 (x_set_mouse_pixel_position) [MAC_OSX]: Use FRAME_OUTER_TO_INNER_DIFF_X
25273 and FRAME_OUTER_TO_INNER_DIFF_Y.
25274 [TARGET_API_MAC_CARBON] (mac_handle_mouse_event): Likewise.
25275 [USE_MAC_TSM] (mac_handle_text_input_event): Likewise.
25276 (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Move code for
25277 repositioning window to mac_handle_window_event.
25278 (x_make_frame_invisible) [TARGET_API_MAC_CARBON]: Move code for
25279 saving window location to mac_handle_window_event
25280 [USE_MAC_FONT_PANEL] (mac_show_hide_font_panel): Install handler here.
25281 (install_menu_target_item_handler): Remove argument in extern.
25282 [TARGET_API_MAC_CARBON] (mac_event_to_emacs_modifiers):
25283 Also accept command events.
25284 (do_keystroke): New function created from XTread_socket.
25285 (init_command_handler): Remove functions.
25286 [TARGET_API_MAC_CARBON] (mac_handle_window_event): Reposition window
25287 and save window location by kEventWindowShowing and kEventWindowHiding
25288 handlers here. Don't call next handler for window state change and
25289 focus events.
25290 (mac_handle_application_event, mac_handle_keyboard_event)
25291 [TARGET_API_MAC_CARBON]: New functions.
25292 (install_window_handler) [TARGET_API_MAC_CARBON]: Register handlers for
25293 kEventWindowShowing and kEventWindowHiding events. Move installation
25294 of mouse, font, text input and menu target item handlers to
25295 install_application_handler.
25296 (install_application_handler) [TARGET_API_MAC_CARBON]: New function.
25297 (mac_handle_cg_display_reconfig) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
25298 New function.
25299 (init_dm_notification_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
25300 Register it.
25301 (XTread_socket) [TARGET_API_MAC_CARBON]:
25302 Consolidate SendEventToEventTarget calls.
25303 Use FRAME_OUTER_TO_INNER_DIFF_X and FRAME_OUTER_TO_INNER_DIFF_Y.
25304 Move application activation handler to mac_handle_application_event.
25305 Move keyboard handler to mac_handle_keyboard_event.
25306 (XTread_socket) [!TARGET_API_MAC_CARBON]: Use do_keystroke.
25307 (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
25308 init_command_handler. Call install_application_handler.
25309
25310 * macterm.h (mac_get_window_bounds): Move extern from macfns.c.
25311 (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y): New macros.
25312
25313 2007-06-07 Glenn Morris <rgm@gnu.org>
25314
25315 * emacs.c (main): Use `emacs-copyright' in --version output.
25316
25317 2007-06-06 Chong Yidong <cyd@stupidchicken.com>
25318
25319 * image.c (xpm_load): Remove spurious call to xpm_init_color_cache.
25320
25321 2007-06-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25322
25323 * macfns.c (mac_window): Replace WindowPtr with WindowRef.
25324
25325 * macgui.h: Replace WindowPtr with WindowRef.
25326
25327 * macmenu.c: Replace MenuHandle and GetMenuHandle with MenuRef and
25328 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
25329 Replace ControlHandle with ControlRef.
25330 (install_menu_quit_handler): Rename arg MENU_HANDLE to ROOT_MENU.
25331
25332 * macterm.c: Replace MenuHandle and GetMenuHandle with MenuRef and
25333 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
25334 Replace ControlHandle with ControlRef.
25335 (USE_CARBON_EVENTS): Remove. Use TARGET_API_MAC_CARBON instead.
25336 [MAC_OS8] (do_get_menus): Rename variable `menu_handle' to `menu'.
25337
25338 * macterm.h (struct scroll_bar): Rename member control_handle_low
25339 and control_handle_high to control_ref_low and control_ref_high.
25340 All uses changed.
25341 (SCROLL_BAR_CONTROL_REF, SET_SCROLL_BAR_CONTROL_REF): Rename from
25342 SCROLL_BAR_CONTROL_HANDLE and SET_SCROLL_BAR_CONTROL_HANDLE,
25343 respectively. All uses changed.
25344 (XCreatePixmap, XCreatePixmapFromBitmapData, XSetWindowBackground)
25345 (install_window_handler, remove_window_handler): Replace WindowPtr
25346 with WindowRef in externs.
25347
25348 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
25349
25350 * xfaces.c (Finternal_lisp_face_p): Signal error for face alias loops.
25351
25352 2007-06-03 Nick Roberts <nickrob@snap.net.nz>
25353
25354 * keyboard.c (discard_mouse_events): Add GPM_CLICK_EVENT case.
25355
25356 * frame.c (Fmouse_position, Fmouse_pixel_position):
25357 Condition on HAVE_GPM too.
25358
25359 * term.c (term_mouse_highlight): Remove unused variables.
25360 (Fterm_open_connection): Set gpm_zerobased to 1.
25361 (term_mouse_movement, term_mouse_click, handle_one_term_event):
25362 Use zero based co-ordinates.
25363 (handle_one_term_event): Report a drag as mouse movement too.
25364
25365 * Makefile.in (MOUSE_SUPPORT): Define for HAVE_GPM.
25366
25367 2007-06-03 Chong Yidong <cyd@stupidchicken.com>
25368
25369 * image.c (search_image_cache): New function. Require background
25370 color match if background color is unspecified in the image spec.
25371 (uncache_image, lookup_image): Use it.
25372
25373 2007-06-01 Juanma Barranquero <lekktu@gmail.com>
25374
25375 * window.c (Fshrink_window): Reflow docstring.
25376
25377 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
25378
25379 * Version 22.1 released.
25380
25381 2007-06-01 Richard Stallman <rms@gnu.org>
25382
25383 * xfns.c (x_encode_text): Add GCPRO.
25384
25385 2007-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25386
25387 * xfns.c (x_set_name_internal): Save encoded name before
25388 x_encode_text in case string data is relocated.
25389
25390 2007-05-31 Richard Stallman <rms@gnu.org>
25391
25392 * buffer.c (syms_of_buffer): Doc fix.
25393
25394 2007-05-30 Nick Roberts <nickrob@snap.net.nz>
25395
25396 * sysdep.c (init_sys_modes): Add rather than replace with
25397 O_NONBLOCK.
25398
25399 * frame.c [HAVE_GPM] (Fset_mouse_pixel_position): Add call to
25400 term_mouse_moveto.
25401
25402 * termhooks.h (term_mouse_moveto): New extern.
25403
25404 * term.c (mouse_face_window): Rename...
25405 (Qmouse_face_window): ...to this.
25406 (term_show_mouse_face, term_clear_mouse_face)
25407 (term_mouse_highlight): Use Qmouse_face_window.
25408 (term_mouse_moveto): New function.
25409 (term_mouse_position): Make it work.
25410 (syms_of_term): Uncomment assignment to mouse_position_hook.
25411 Staticpro Qmouse_face_window.
25412
25413 2007-05-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25414
25415 * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t
25416 around current_column call.
25417
25418 2007-05-26 Dan Nicolaescu <dann@ics.uci.edu>
25419
25420 * xfaces.c (syms_of_xfaces): Delete stray semicolon.
25421 * xdisp.c (next_element_from_buffer):
25422 * window.c (delete_window):
25423 * term.c (term_mouse_highlight):
25424 * msdos.c (getdefdir):
25425 * macterm.c (mac_create_bitmap_from_bitmap_data)
25426 (init_font_name_table):
25427 * fns.c (Fsxhash):
25428 * data.c (Fmake_local_variable):
25429 * ccl.c (ccl_driver): Likewise.
25430
25431 2007-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25432
25433 * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event):
25434 Call mac_wakeup_from_rne on window size change.
25435
25436 2007-05-25 Chong Yidong <cyd@stupidchicken.com>
25437
25438 * image.c (uncache_image): Fix typo.
25439
25440 2007-05-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
25441
25442 * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too.
25443
25444 2007-05-22 Richard Stallman <rms@gnu.org>
25445
25446 * xterm.c (x_connection_closed): Remove NO_RETURN.
25447
25448 2007-05-22 Martin Rudalics <rudalics@gmx.at>
25449
25450 * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
25451
25452 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
25453
25454 * image.c (uncache_image): New function.
25455 (Fimage_refresh): New function.
25456
25457 2007-05-20 Jan Djärv <jan.h.d@swipnet.se>
25458
25459 * Makefile.in: Move GPM check outside HAVE_X_WINDOWS.
25460
25461 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
25462
25463 * config.in, keyboard.c, Makefile.in, sysdep.c, term.c,
25464 * termhooks.h: Use HAVE_GPM instead of HAVE_GPM_H.
25465
25466 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
25467
25468 * keyboard.c (make_lispy_event): Make case GPM_CLICK_EVENT
25469 conditional on [HAVE_GPM_H].
25470
25471 2007-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
25472
25473 * syntax.c (skip_chars): Update syntax-table only after we checked that
25474 the new location is valid.
25475
25476 2007-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25477
25478 * macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around
25479 mac_get_window_bounds.
25480
25481 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
25482
25483 * Makefile.in (LIBGPM): Allow it to be set from configure.
25484 If set then link Emacs with it.
25485
25486 * config.in: Regenerate.
25487
25488 * lisp.h (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
25489 New externs.
25490
25491 * termhooks.h [HAVE_GPM_H] (enum event_kind): Add GPM_CLICK_EVENT.
25492 Include gpm.h.
25493 (handle_one_term_event, term_gpm): New externs.
25494
25495 * sysdep.c [HAVE_GPM_H] (init_sys_modes): Make gpm_fd nonblocking
25496 and allow it to be interrupted by SIGIO.
25497
25498 * process.c (gpm_wait_mask, max_gpm_desc): New variables.
25499 (wait_reading_process_output): Wait on gpm_fd too.
25500 (add_gpm_wait_descriptor, delete_gpm_wait_descriptor)): New functions.
25501 (add_gpm_wait_descriptor_called_flag): New variable.
25502 (delete_keyboard_wait_descriptor): Check gpm_wait_mask.
25503
25504 * keyboard.c [HAVE_GPM_H] (Qmouse_fixup_help_message)
25505 (make_lispy_movement, tracking_off, Ftrack_mouse, some_mouse_moved)
25506 (show_help_echo, readable_events, kbd_buffer_get_event, init_keyboard):
25507 Extend HAVE_MOUSE ifdefs to HAVE_GPM_H.
25508 (make_lispy_event): Add case GPM_CLICK_EVENT.
25509 (read_avail_input): Handle mouse input.
25510
25511 * term.c (write_glyphs_with_face): New function.
25512 [HAVE_GPM_H]: Include buffer.h, sys/fcntl.h.
25513 (mouse_face_beg_row, mouse_face_beg_col, mouse_face_end_row)
25514 (mouse_face_end_col, mouse_face_past_end, mouse_face_window)
25515 (mouse_face_face_id, term_gpm, pos_x, pos_y)
25516 (last_mouse_x, last_mouse_y): New variables.
25517 (term_show_mouse_face, term_clear_mouse_face, fast_find_position)
25518 (term_mouse_highlight, term_mouse_movement, term_mouse_position)
25519 (term_mouse_click, handle_one_term_event, Fterm_open_connection)
25520 (Fterm_close_connection): New functions.
25521 (term_init): Initialise mouse_face_window.
25522
25523 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
25524
25525 * xdisp.c (redisplay_window): If first window line is a
25526 continuation line, recompute the new window start instead of
25527 recentering.
25528
25529 2007-05-18 Glenn Morris <rgm@gnu.org>
25530
25531 * m/alpha.h (ORDINARY_LINK): No longer define on OpenBSD.
25532 Suggested by Alfred M. Szmidt <ams@gnu.org>.
25533
25534 2007-05-17 Glenn Morris <rgm@gnu.org>
25535
25536 * m/macppc.h (ORDINARY_LINK): No longer define on OpenBSD.
25537
25538 2007-05-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25539
25540 * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert
25541 dead key repeat and up events.
25542
25543 2007-05-14 Chong Yidong <cyd@stupidchicken.com>
25544
25545 * image.c (pbm_load): Check image size for monochrome pbm.
25546
25547 2007-05-13 Chong Yidong <cyd@stupidchicken.com>
25548
25549 * xterm.c (XTread_socket): Revert last change.
25550
25551 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
25552
25553 * image.c (pbm_load): Correctly check image size for greyscale pbm.
25554
25555 * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC).
25556
25557 2007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
25558
25559 * editfns.c (Ftranspose_regions): Yet another int/Lisp_Object
25560 mixup (YAILOM).
25561
25562 2007-05-07 Andreas Schwab <schwab@suse.de>
25563
25564 * keymap.c (Flookup_key): Fix typo in last change.
25565
25566 2007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
25567
25568 * keymap.c (Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
25569 mapping for unibyte strings.
25570
25571 2007-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25572
25573 * macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
25574 (Fx_popup_dialog) [MAC_OSX]: Likewise.
25575
25576 2007-04-29 Richard Stallman <rms@gnu.org>
25577
25578 * insdel.c (replace_range): For undo, record insertion first.
25579
25580 2007-04-29 Andreas Schwab <schwab@suse.de>
25581
25582 * lisp.h (VECSIZE): Use OFFSETOF.
25583
25584 2007-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25585
25586 * xdisp.c (try_window_reusing_current_matrix): Fix number of
25587 disabled lines.
25588
25589 2007-04-28 Richard Stallman <rms@gnu.org>
25590
25591 * lread.c (read_escape): In a string, \s is always space.
25592
25593 2007-04-27 Jan Djärv <jan.h.d@swipnet.se>
25594
25595 * xmenu.c (xdialog_show): Call Fredisplay before showing the dialog.
25596
25597 * gtkutil.c (xg_update_menubar, create_menus): Create empty
25598 submenu for menu bar items.
25599
25600 See ChangeLog.10 for earlier changes.
25601
25602 ;; Local Variables:
25603 ;; coding: utf-8
25604 ;; add-log-time-zone-rule: t
25605 ;; End:
25606
25607 Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
25608
25609 This file is part of GNU Emacs.
25610
25611 GNU Emacs is free software: you can redistribute it and/or modify
25612 it under the terms of the GNU General Public License as published by
25613 the Free Software Foundation, either version 3 of the License, or
25614 (at your option) any later version.
25615
25616 GNU Emacs is distributed in the hope that it will be useful,
25617 but WITHOUT ANY WARRANTY; without even the implied warranty of
25618 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
25619 GNU General Public License for more details.
25620
25621 You should have received a copy of the GNU General Public License
25622 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
25623
25624 ;; arch-tag: dfb6ad96-1550-4905-9e53-d2059ee84c40