(gif_load): Fix bug: Handle nonexistent colormap.
[emacs.git] / src / ChangeLog
blob86d84bb780ce3cbfc78f51617e2218229266d6ee
1 2007-09-06  Pixel  <pixel@mandriva.com>  (tiny change)
3         * image.c (gif_load): Fix bug: Handle nonexistent colormap.
5 2007-09-06  Glenn Morris  <rgm@gnu.org>
7         * gtkutil.c (menu_grab_callback) <cnt>:
8         * xselect.c (x_reply_selection_request) <cnt>: Move static
9         variable to file scope.
11 2007-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13         * xdisp.c (redisplay_internal): Make sure Elisp code always sees
14         consistent values of selected_frame and selected_window.
16 2007-09-04  Jason Rumney  <jasonr@gnu.org>
18         * w32console.c (initialize_w32_display): Zero unused hooks.
20 2007-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
22         * term.c (Vsuspend_tty_functions, Vresume_tty_functions)
23         (syms_of_term, Fsuspend_tty, Fresume_tty): Undo previous change.
25 2007-09-04  Jason Rumney  <jasonr@gnu.org>
27         * term.c (init_tty) [WINDOWSNT]: Add hooks that are not accessible
28         in w32console.c.  Set up input.  Remove XXX comments that have been
29         confirmed as correct.
31         * s/ms-w32.h (MULTI_KBOARD): Define.
33         * w32console.c (one_and_only_w32cons): Remove.
34         (initialize_w32_display): Take terminal argument.
36         * term.c (init_tty) [WINDOWSNT]: Pass terminal to
37         initialize_w32_display.
38         (init_tty) [MULTI_KBOARD]: Include this code on WINDOWSNT too.
40         * termhooks.h (enum event_kind) <HORIZ_WHEEL_EVENT>: New event.
42         * keyboard.c (discard_mouse_events): Discard it.
43         (make_lispy_event): Translate it to a lisp event.
44         (lispy_wheel_names): Add wheel-left and right events.
45         (syms_of_keyboard): Enlarge wheel_syms.
47         * w32fns.c (w32_wnd_proc) <WM_DROPFILES>: Merge with WM_MOUSEWHEEL.
48         <WM_MOUSEHWHEEL>: Pass new system message to lisp.
50         * w32term.h (WM_MOUSEHWHEEL): Define if system headers don't.
52         * w32term.c (construct_mouse_wheel): Make HORIZ_WHEEL_EVENT
53         from WM_MOUSEHWHEEL.
54         (w32_read_socket) <WM_MOUSEHWHEEL>: Treat as WM_MOUSEWHEEL.
56         * w32fns.c (x_create_tip_frame) [MULTI_KBOARD]: Get keyboard from
57         terminal.
59         * w32term.c (w32_create_terminal) [MULTI_KBOARD]: Create a new
60         keyboard for the terminal.
62 2007-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
64         * term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions.
65         (Vresume_tty_hook): Rename from Vresume_tty_functions.
66         (syms_of_term): Rename suspend-tty-functions to suspend-tty-hook
67         and resume-tty-function to resume-tty-hook.
68         (Fsuspend_tty, Fresume_tty): Use new names.
70 2007-09-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
72         * gtkutil.c (update_frame_tool_bar): Handle stock name as a named icon
73         if it starts with "n:".
75 2007-08-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
77         * gtkutil.c (update_frame_tool_bar): Initialize wbutton to NULL.
79 2007-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
81         * frame.h:
82         * frame.c (Qterm_environment_variable): Remove.
83         (syms_of_frame): Don't init and staticpro it.
86         * callproc.c (getenv_internal): Remove special case for $TERM.
88         * callproc.c (Vinitial_environment): New variable.
89         (set_initial_environment): Initialize it.
90         (syms_of_callproc): Declare it.
91         (child_setup): Don't mess with TERM via Qterm_environment_variable; the
92         TERM under which a process runs is never related to the TERM in which
93         Emacs is running.
95 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
97         * config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...
98         * s/darwin.h: ... do it here.
100 2007-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
102         * lisp.h (set_initial_environment): Rename from set_global_environment.
104         * Makefile.in (${etc}DOC): Re-add a ${EXEEXT} which seems to have been
105         removed by mistake on the multi-tty branch.
107         * frame.c (make_terminal_frame): Yet Another Int/Lisp_Object Mixup.
108         (Fmodify_frame_parameters): Return a value.
110         * image.c (png_load): Comment-out var only used in commented-out code.
112         * term.c (mark_ttys): Don't bother checking top_frame (incorrectly)
113         before passing it to mark_object.
115         * xfaces.c (internal_resolve_face_name): Return a value.
116         (internal_resolve_face_name, resolve_face_name_error): Comment out.
118         * xfns.c (check_x_display_info): Yet Another Int/Lisp_Object Mixup.
119         (x_icon): Comment-out var only used in commented-out code.
121 2007-08-29  Romain Francoise  <romain@orebokech.com>
123         * keyboard.c (Fset_input_mode): Don't call `Fset_quit_char' if
124         QUIT hasn't been provided.
126 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
128         * callproc.c (child_setup, getenv_internal): Use the
129         display-environment-variable and term-environment-variable frame
130         params.
131         (set_initial_environment): Initialise Vprocess_environment.
133         * config.in: Disable multi-keyboard support on a mac.
135         * frame.c (Qterm_environment_variable)
136         (Qdisplay_environment_variable): New variables.
137         (syms_of_frame): Intern and staticpro them.
138         (Fmake_terminal_frame): Disable output method test.
140         * frame.h: Declare them here.
142         * macfns.c (x_set_mouse_color): Get rif from the frame.
143         (x_set_tool_bar_lines): Don't use updating_frame.
144         (mac_window): Add 2 new parameters for consistency with other systems.
145         (Fx_create_frame): Fix doc string.  Rename the parameter.  Set the
146         frame parameters following what is done in X11 and w32.  Don't use
147         FRAME_MAC_DISPLAY_INFO.
148         (Fx_open_connection, start_hourglass): Remove window-system check.
149         (x_create_tip_frame): Get the keyboard from the terminal.
151         * macmenu.c: Reorder includes.
152         (Fx_popup_menu): Use terminal specific mouse_position_hook.
154         * macterm.c (XTset_terminal_modes, XTreset_terminal_modes): Add a
155         terminal parameter.
156         (x_clear_frame): Add a frame parameter.
157         (note_mouse_movement): Get rif from the frame.
158         (mac_term_init): Initialize the terminal.
159         (mac_initialize): Make static and move terminal initialization ...
160         (mac_create_terminal): ... to this new function.
162         * macterm.h (struct mac_display_info): Add terminal.
163         (mac_initialize): Delete declaration.
165         * puresize.h (BASE_PURESIZE): Increase base value to 1164000.
167         * sysdep.c: Comment out text after #endif.
169         * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD
170         is defined.  Better initialize ttys in windows.  Use terminal
171         specific mouse_position_hook.
173         * termhooks.h (union display_info): Add mac_display_info.
175         * w32fns.c (Fx_create_frame): Use kboard from the terminal.
176         Set the default minibuffer frame, window_system and the rest of the
177         frame parameters following what is done in X11.
179         * w32term.c (w32_initialize): Make static.
181         * xselect.c (x_handle_selection_clear): Only access
182         terminal->kboard when MULTI_KBOARD is defined.
184         * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
185         (SYSTEM_PURESIZE_EXTRA): Only define on Carbon.
187 2007-08-29  Jason Rumney  <jasonr@gnu.org>
189         * frame.c (Fdelete_frame): Only get kboard when MULTI_KBOARD defined.
190         (make_terminal_frame) [WINDOWSNT]: Initialize terminal.
192         * fringe.c (w32_init_fringe w32_reset_fringes) [HAVE_NTGUI]:
193         (mac_init_fringe) [MAC_OS]: Get rif from selected_frame.
195         * keyboard.c (restore_kboard_configuration): Only define when
196         MULTI_KBOARD defined.
198         * makefile.w32-in: Update dependancies from Makefile.in
199         (OBJ1): Add terminal.$(O)
201         * term.c (dissociate_if_controlling_tty) [WINDOWSNT]:
202         Don't define function body.
203         (init_tty) [WINDOWSNT]: Use selected_frame for initializing.
205         * termhooks.h (display_info) [WINDOWSNT]: Add w32.
207         * w32.c (request_sigio, unrequest_sigio): Remove.
209         * w32console.c (w32con_move_cursor, w32con_clear_to_end)
210         (w32con_clear_frame, w32con_clear_end_of_line)
211         (w32con_ins_del_lines, w32con_insert_glyphs, w32con_write_glyphs)
212         (w32con_delete_glyphs, w32con_set_terminal_window)
213         (scroll_line, w32_sys_ring_bell): Add frame arg.
214         (w32con_set_terminal_modes, w32con_reset_terminal_modes):
215         Add terminal arg.
216         (PICK_FRAME): Remove.
217         (w32con_write_glyphs): Use frame specific terminal coding.
218         (one_and_only_w32cons): New global variable.
219         (initialize_w32_display): Use it for storing hooks.
220         (create_w32cons_output): New function.
222         * w32inevt.c, w32inevt.h (w32_console_read_socket): Make first
223         arg a frame.
225         * w32fns.c (x_create_tip_frame): Set terminal and ref count.
226         Set window_system.
227         (x_set_tool_bar_lines): Don't use updating_frame.
228         (Fx_create_frame): Set terminal and ref count.
229         (Fx_open_connection): Remove window-system check.
231         * w32menu.c (Fx_popup_menu): Use terminal specific mouse_position_hook.
233         * w32term.c (w32_term_init): Call add_keyboard_wait_descriptor.
234         (w32_set_terminal_modes, w32_reset_terminal_modes): Add terminal arg.
235         (x_clear_frame, x_delete_glyphs, w32_ring_bell, x_ins_del_lines):
236         Add frame arg.
237         (x_delete_terminal, w32_create_terminal): New functions.
238         (w32_term_init): Create a terminal.
239         (w32_initialize): Move terminal specific initialization to
240         w32_create_terminal.
242         * w32term.h (x_output): Remove foreground_pixel and background_pixel.
243         (w32_clear_rect, w32_clear_area): Use background from frame.
244         (w32_display_info): Add terminal.
245         (w32_sys_ring_bell, x_delete_display): Declare here.
247         * xdisp.c (display_menu_bar) [HAVE_NTGUI]: Check frame type.
249         * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Bump to 50k.
251 2007-08-29  Kalle Olavi Niemitalo  <kon@iki.fi>  (tiny change)
253         * keyboard.c (interrupt_signal, handle_interrupt, Fset_quit_char):
254         Fix get_named_tty calls for the controlling tty.
256 2007-08-29  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
258         * term.c (dissociate_if_controlling_tty)[USG]: Fix parse error.
260 2007-08-29  Yoshiaki Kasahara  <kasahara@nc.kyushu-u.ac.jp>  (tiny change)
262         * term.c (tty_insert_glyphs): Add missing first parameter.
264 2007-08-29  Karoly Lorentey  <karoly@lorentey.hu>
266         * buffer.c (Fbuffer_list, Fbury_buffer):
267         Take frame->buried_buffer_list into account.
269         * cm.c (current_tty): New variable, for cmputc().
270         (cmputc): Use it.
271         (cmcheckmagic): Add tty parameter, look up terminal streams there.
272         (calccost): Add tty parameter.  Use emacs_tputs() instead of tputs().
273         (cmgoto): Add tty parameter.  Pass it on to calccost().
274         Use emacs_tputs() instead of tputs().
276         * cm.h (emacs_tputs): New macro to set current_tty, and then call
277         tputs().
278         (current_tty): New variable, for cmputc().
279         (cmcheckmagic, cmputc, cmgoto): Add prototypes.
281         * eval.c (unwind_to_catch): Don't call x_fully_uncatch_errors.
282         (internal_condition_case, internal_condition_case_1)
283         (internal_condition_case_2): Don't abort when x_catching_errors.
285         * fns.c (Fyes_or_no_p): Don't try to open an X dialog on tty terminals.
286         (Fy_or_n_p): Likewise.  Use temporarily_switch_to_single_kboard to
287         prevent crashes caused by bogus longjmps in read_char.
289         * keymap.h (Fset_keymap_parent): Add EXFUN.
291         * macterm.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
292         * w32term.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
293         Remove redundant definition.
295         * macfns.c (x_set_mouse_color, x_make_gc):
296         Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
298         * w32term.c (x_free_frame_resources):
299         Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
300         (w32_initialize): Use the accessor macros for terminal characteristics.
302         * macterm.c (mac_initialize): Use Fset_input_interrupt_mode.
303         Use the accessor macros for terminal characteristics.
304         * msdos.c (internal_terminal_init): Use the accessor macros for
305         terminal characteristics.
306         (ScreenVisualBell, internal_terminal_init):
307         Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
309         * termopts.h (no_redraw_on_reenter): Declare.
311         * alloc.c (emacs_blocked_malloc): Disable mallopt call.
312         (mark_terminals, mark_ttys): Declare.
313         (Fgarbage_collect): Call them.
314         (mark_object): Mark buried_buffer_list.
316         * prefix-args.c: Include stdlib.h for exit.
318         * syssignal.h: Add comment.
320         * indent.c: Include stdio.h.
322         * window.h (Vinitial_window_system): Declare.
323         (Vwindow_system): Delete declaration.
325         * fontset.c (Finternal_char_font): Use FRAME_RIF.
327         * image.c (lookup_image): Don't initialize `c' until the xasserts
328         have been run.
330         * gtkutil.c (xg_create_frame_widgets): Use FRAME_BACKGROUND_PIXEL and
331         FRAME_FOREGROUND_PIXEL.
333         * print.c (print_preprocess): Don't lose print_depth levels while
334         iterating.
336         * widget.c (update_from_various_frame_slots):
337         Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
339         * window.c (set_window_buffer): Don't call clear_mouse_face on tty
340         frames.
341         (window_internal_height): Remove bogus make_number call.
342         (init_window_once): Call make_terminal_frame with two zero parameters.
344         * fileio.c (Fread_file_name): Update comment.
346         * callint.c (Fcall_interactively):
347         Use temporarily_switch_to_single_kboard instead of single_kboard_state.
348         Make sure it is correctly unwound.
350         * xsmfns.c (x_session_close): New function.
352         * coding.h (terminal_coding, safe_terminal_coding, keyboard_coding):
353         Delete declarations.
355         * xterm.h: Remove declaration for x_fully_uncatch_errors.
356         (x_output): Remove background_pixel and foreground_pixel fields.
357         (x_display_info): Add new field TERMINAL.  Remove KBOARD field.
358         (x_delete_device):
359         (x_session_close): Declare.
361         * lread.c: Include setjmp.h.  Update declaration of `read_char'.
362         (read_filtered_event): Call `read_char' with a local
363         `wrong_kboard_jmpbuf'.
365         * minibuf.c (read_minibuf): Call temporarily_switch_to_single_kboard.
366         Don't call single_kboard_state.  Use FRAME_RIF.
368         * process.c (Fmake_network_process): Don't unrequest_sigio on modern
369         systems.
371         * lisp.h (set_process_environment): Rename to `set_global_environment'.
372         (Fframe_with_environment, Fset_input_meta_mode)
373         (Fset_quit_char): EXFUN.
374         (x_create_device, tty_output, terminal, tty_display_info): Declare.
375         (init_sys_modes, reset_sys_modes): Update prototypes.
376         (init_all_sys_modes, reset_all_sys_modes): New prototypes.
378         * keyboard.h (struct kboard): Add new fields Vlocal_function_key_map,
379         Vlocal_key_translation_map, and Vkeyboard_translate_table.
380         (Vfunction_key_map, Vkeyboard_translate_table, single_kboard_state):
381         Delete declarations.
382         (Vfunction_key_map, Vkey_translation_map, push_kboard, pop_kboard)
383         (temporarily_switch_to_single_kboard, tty_read_avail_input):
384         New declarations.
386         * emacs.c (main): Don't call init_sys_modes(), the new term_init()
387         already does that during init_display().  Call syms_of_keymap
388         before syms_of_keyboard.  Call `syms_of_terminal'.
389         Call set_initial_environment, not set_process_environment.
390         (shut_down_emacs): Call reset_all_sys_modes() instead of
391         reset_sys_modes().
393         * xfaces.c (x_free_gc): Protect xassert with GLYPH_DEBUG.
394         (internal_resolve_face_name, resolve_face_name_error): New functions.
395         (resolve_face_name): Protect against loops and errors thrown by Fget.
396         (realize_default_face): Don't use FRAME_FONT unless frame is an X frame.
397         (Ftty_supports_face_attributes_p): Update tty_capable_p call.
399         * scroll.c: Replace CURTTY() with local variables throughout the
400         file (where applicable).
401         (calculate_scrolling, calculate_direct_scrolling)
402         (scrolling_1, scroll_cost): Use the accessor macros for terminal
403         characteristics.
405         * keymap.c (Vfunction_key_map): Remove.
406         (Fdescribe_buffer_bindings): Update references to Vfunction_key_map.
407         (syms_of_keymap): Remove DEFVAR for Vfunction_key_map.
408         (Vkey_translation_map): Remove.
409         (syms_of_keymap): Remove DEFVAR for key-translation-map.
410         (Fdescribe_buffer_bindings):
411         (read_key_sequence, init_kboard, syms_of_keyboard, mark_kboards):
412         Update for terminal-local key-translation-map.
414         * Makefile.in (callproc.o): Update dependencies.
415         (lisp, shortlisp): Add termdev.elc.
416         (obj): Add terminal.o.
417         (terminal.o): Add dependencies.
418         [HAVE_CARBON]: Make terminal.o depend on macgui.h.
419         (data.o, fns.o): Add termhooks.h dependency.
420         (SOME_MACHINE_LISP): Add dnd.elc.
421         (minibuf.o): Fix typo.
422         Update dependencies.
424         * data.c (do_symval_forwarding, store_symval_forwarding)
425         (find_symbol_value): Use the selected frame's keyboard, not
426         current_kboard.
428         * .gdbinit (init_sys_modes): Use Vinitial_window_system instead of
429         Vwindow_system.
431         * xmenu.c (Fx_menu_bar_open) [USE_X_TOOLKIT, USE_GTK]: Rename from
432         Fmenu_bar_open.
433         (syms_of_xmenu): Update defsubr.
434         (mouse_position_for_popup, Fx_popup_menu)
435         (Fx_popup_dialog, x_activate_menubar, update_frame_menubar)
436         (set_frame_menubar, free_frame_menubar)
437         (create_and_show_popup_menu, xmenu_show, )
438         (create_and_show_dialog, xdialog_show, xmenu_show): Abort if not
439         an X frame.
441         * xselect.c (x_own_selection): Abort if not an X frame.
442         (some_frame_on_display): Check if it is an X frame.
443         (x_handle_selection_clear): Deal with MULTI_KBOARD.
445         * coding.c: Include frame.h and termhooks.h.
446         (terminal_coding, keyboard_coding): Delete.
447         (Fset_terminal_coding_system_internal):
448         (Fset_keyboard_coding_system_internal):
449         (Fkeyboard_coding_system):
450         (Fterminal_coding_system): Add a terminal parameter.
451         Get terminal_coding from the terminal.
452         (init_coding_once): Don't call setup_coding_system here.
454         * dispextern.h (set_scroll_region, turn_off_insert)
455         (turn_off_highlight, background_highlight, clear_end_of_line_raw)
456         (tty_clear_end_of_line, tty_setup_colors)
457         (delete_tty, updating_frame)
458         (produce_special_glyphs, produce_glyphs, write_glyphs)
459         (insert_glyphs): Remove.
460         (raw_cursor_to, clear_to_end, tty_turn_off_insert)
461         (tty_turn_off_highlight, get_tty_size): Add declaration.
462         (tabs_safe_p, init_baud_rate, get_tty_terminal): Update prototypes.
464         * frame.h (enum output_method): Add output_initial.
465         (struct x_output): Delete.
466         (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
467         Access foreground_pixel and background_pixel directly from the frame.
468         (tty_display): Delete.
469         (struct frame): Add buried_buffer_list, foreground_pixel,
470         background_pixel and terminal.  Delete kboard
471         (union output_data): Add tty.
472         (FRAME_KBOARD): Get the kboard from the terminal.
473         (FRAME_INITIAL_P): New macro.
474         (Qtty, Qtty_type, Qterminal, Qterminal_live_p, Qenvironment)
475         (Qterm_environment_variable, Qdisplay_environment_variable)
476         (make_terminal_frame, Qburied_buffer_list, Qwindow_system):
477         New declarations.
479         * termchar.h (tty_output, tty_display_info): New structures.
480         (tty_list): Declare.
481         (FRAME_TTY, CURTTY): New macros.
482         (must_write_spaces, min_padding_speed, fast_clear_end_of_line)
483         (line_ins_del_ok, char_ins_del_ok, scroll_region_ok)
484         (scroll_region_cost, memory_below_frame, fast_clear_end_of_line)
485         (dont_calculate_costs, no_redraw_on_reenter): Remove declarations.
487         * callproc.c: Include frame.h and termhooks.h, for terminal
488         parameters.
489         (add_env): New function.
490         (child_setup): Use it.
491         (child_setup, getenv_internal): Handle the new Vprocess_environment.
492         (getenv_internal): Fix get_terminal_param call.
493         (Fgetenv_internal, egetenv): Update doc.
494         (syms_of_callproc): Initialize Vprocess_environment to nil.
495         Register and initialize them.  Remove obsolete defvars.  Update doc
496         strings.
497         (child_setup): Handle Vlocal_environment_variables.
498         (getenv_internal): Add terminal parameter.
499         Handle Vlocal_environment_variables.
500         (Fgetenv_internal): Add terminal parameter.
501         (child_setup, getenv_internal, Fgetenv_internal): Store the local
502         environment in a frame (not terminal) parameter.  Update doc strings.
503         (set_initial_environment): Rename from set_global_environment.
504         Store Emacs environment in initial frame parameter.
506         * xdisp.c (redisplay_internal): Update references to
507         `previous_terminal_frame'.
508         (display_mode_line, Fformat_mode_line): Replace calls to
509         `push_frame_kboard' with `push_kboard'.
510         (get_glyph_string_clip_rects): Add extra parentheses and
511         braces to prevent compiler warnings.
512         (calc_pixel_width_or_height): Add xassert to check that the
513         frame is alive.  Don't call `lookup_image' on a termcap frame.
514         (message2_nolog, message3_nolog, redisplay_internal)
515         (set_vertical_scroll_bar, redisplay_window, check_x_display_info)
516         (x_set_scroll_bar_foreground, x_set_scroll_bar_background)
517         (Fx_create_frame, Fxw_display_color_p, Fx_display_grayscale_p)
518         (Fx_display_pixel_width, Fx_display_pixel_height)
519         (Fx_display_planes, Fx_display_color_cells)
520         (Fx_server_max_request_size, Fx_server_vendor, Fx_server_version)
521         (Fx_display_screens, Fx_display_mm_height, Fx_display_mm_width)
522         (Fx_display_backing_store, Fx_display_visual_class)
523         (Fx_display_save_under, Fx_close_connection, x_create_tip_frame):
524         Use FRAME_TERMINAL_P, FRAME_WINDOW_P,  FRAME_TTY and FRAME_RIF.
526         * xfns.c (x_set_foreground_color x_set_background_color)
527         (x_set_mouse_color, x_set_cursor_color, x_make_gc):
528         Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
529         (Fx_create_frame, x_create_tip_frame, build_string, x_window)
530         (Fx_create_frame, x_create_tip_frame): Don't create frames on a
531         terminal that is being deleted.
532         (Fx_create_frame): Use `store_frame_param' to set `window-system'
533         frame parameter, and make sure it overrides any user-supplied setting.
534         (Fx_close_connection, Fx_synchronize): Unify argument names with
535         the rest of the DEFUNs.
537         * dispnew.c (Fsend_string_to_terminal): Update call to
538         `get_tty_terminal'.
539         (Fredraw_frame, Fsend_string_to_terminal)
540         (Fsend_string_to_terminal, init_display): User FRAME_RIF,
541         FRAME_TERMCAP_P and FRAME_TTY.
542         (window_change_signal): Don't believe width/height values that are
543         impossibly small.
544         (Vinitial_window_system): Rename from Vwindow_system.
545         (termscript, Wcm, rif): Delete.
547         * termhooks.h (struct terminal): New struct containing the
548         previously global text display hooks and new members NAME,
549         DELETED and PARAM_ALIST.
550         (FRAME_TERMINAL, TERMINAL_TERMINAL_CODING)
551         (TERMINAL_KEYBOARD_CODING, TERMINAL_ACTIVE_P, FRAME_WINDOW_P)
552         (FRAME_RIF): New macros.
553         (get_terminal_param, get_device): New declarations.
554         (termscript): Delete declaration.
556         * xterm.c (x_initialize): Use Fset_input_interrupt_mode.
557         (XTflash, x_free_frame_resources, x_scroll_bar_create)
558         (x_scroll_bar_set_handle): Use FRAME_BACKGROUND_PIXEL and
559         FRAME_FOREGROUND_PIXEL.
560         (x_fully_uncatch_errors): Disable definition.
561         (x_scroll_bar_expose): Fix reference to foreground pixel.
562         (XTread_socket): Disable loop on all X displays.
563         (x_delete_terminal): Don't set terminal->deleted and let
564         delete_terminal delete the frames on the terminal.
565         (x_delete_display): Doc update to reflect changes in
566         delete_terminal.
567         (x_display_info) <terminal>: Move member earlier in the struct.
568         (x_delete_terminal): Use terminal->deleted.  Delete all frames on
569         the display explicitly.
570         (deleting_tty): Remove old variable.
571         (Fsuspend_tty): Call clear_tty_hooks.
572         (Fresume_tty, init_tty): Call set_tty_hooks.
573         (clear_tty_hooks, set_tty_hooks): New functions.
574         (Ftty_display_color_p, Ftty_display_color_cells): Don't throw
575         errors on X frames.
576         (x_catch_errors_unwind): Abort if x_error_message is NULL.
577         (handle_one_xevent): Initialize `f' to NULL.
578         (x_delete_device, x_create_device): New functions.
579         (XTset_terminal_modes, XTreset_terminal_modes)
580         (XTread_socket, x_connection_closed, x_term_init)
581         (x_term_init, x_delete_display): Add terminal parameter.
582         (x_term_init) [!HAVE_GTK_MULTIDISPLAY]: Refuse to create secondary
583         X connections.
585         * frame.c (Fframep): Deal with output_initial.
586         (Qbuffer_predicate, Qbuffer_list, Qburied_buffer_list, Qtty)
587         (Qtty_type, Qwindow_system, Qenvironment)
588         (Qterm_environment_variable, Qdisplay_environment_variable): New vars.
589         (x_set_screen_gamma, store_frame_param): Fix compilation errors.
590         (make_terminal_frame): Don't create frames on a terminal that is
591         being deleted.
592         (make_terminal_frame): Use FRAME_BACKGROUND_PIXEL and
593         FRAME_FOREGROUND_PIXEL.
594         (store_frame_param): Check for found_for_frame before calling XFRAME.
595         (Fmake_terminal_frame): Handle NULL tty names correctly.
596         (syms_of_frame): Enhance doc string of `default-frame-alist'.
597         (Fdelete_frame): Remove unused variable `count'.
598         (Qenvironment): New variable.
599         (Fdelete_frame): Don't allow other frames to refer to a deleted
600         frame in their 'environment parameter.
601         (Fframe_with_environment): New function.
602         (syms_of_frame): Defsubr it.  Initialize and staticpro Qenvironment.
603         (get_future_frame_param): New function.
604         (Fmake_terminal_frame): Use it.
606         * sysdep.c (init_sys_modes, reset_sys_modes): Update for renames.
607         * sysdep.c (reset_sys_modes): Update for renames.
609         * keyboard.c (tty_read_avail_input): New function.
610         (Fset_input_interrupt_mode, Fset_output_flow_control): New functions.
611         (syms_of_keyboard): Defsubr them.
612         (Fset_input_meta_mode, Fset_quit_char): New functions.
613         (Fset_input_mode): Split to above functions.
615         (read_char_minibuf_menu_prompt): Add wrong_kboard_jmpbuf
616         parameter.  Use it in call to `read_char'.
617         (read_char): Declare.  Update call to `read_char_minibuf_menu_prompt'.
618         Set wrong_kboard_jmpbuf correctly in recursive calls.
619         Use current_kboard to access Vkeyboard_translate_table.
620         Enhance comment before extra longjmp to wrong_kboard_jmpbuf.
621         Add wrong_kboard_jmpbuf parameter to allow for recursive calls.
622         Update longjmp invocations.  Remember the original current_kboard,
623         and longjmp to `wrong_kboard_jmpbuf' when a filter, timer or sentinel
624         changes it.  Comment out unnecessary calls to
625         `record_single_kboard_state' and `any_kboard_state'.
626         Update recursive calls.
627         (wrong_kboard_jmpbuf): Remove global variable.
628         (read_key_sequence): Remove unused variable wrong_kboard_jmpbuf.
629         Handle deleted interrupted_kboards correctly; that is a legal
630         case.  Add `wrong_kboard_jmpbuf' local variable.  Update setjmp
631         and read_char calls.  Abort if interrupted_kboard died in read_char.
632         (any_kboard_state, single_kboard_state)
633         (push_frame_kboard): Remove function.
634         (pop_kboard): Switch out of single_kboard mode if the kboard has
635         been deleted.  Remove unused variable.  Help debugging by not
636         changing current_kboard unnecessarily.  Set current_kboard to the
637         kboard of the selected frame when the stored kboard object has
638         been deleted before pop_kboard.
639         (temporarily_switch_to_single_kboard): Change first parameter to a
640         frame pointer.  Throw an error when caller wants to change kboards
641         while in single_kboard mode.  Don't push_kboard if we weren't in
642         single kboard state.  Don't pop_kboard if we popped into any
643         kboard state.
644         (restore_kboard_configuration): Abort if pop_kboard changed the
645         kboard in single_kboard mode.  Call pop_kboard only after setting
646         up single_kboard mode.
647         (Frecursive_edit): Switch to single_kboard mode only in nested
648         command loops.
649         (cmd_error, command_loop, command_loop_1, timer_check):
650         Comment out unnecessary call to `any_kboard_state' and
651         `record_single_kboard_state'.
652         (delete_kboard): Exit single_kboard mode if we have just deleted
653         that kboard.  Use FRAME_KBOARD.
654         (interrupt_signal): Use `Fkill_emacs' to exit Emacs, not
655         `fatal_error_signal'.
656         (record_single_kboard_state): Don't push_kboard if we weren't in
657         single kboard state.  Don't pop_kboard if we popped into any
658         kboard state.
659         (push_frame_kboard): Rename to push_kboard.
660         (kbd_buffer_get_event): Use FRAME_TERMINAL.
661         (read_avail_input): Read input from all terminals.
662         (mark_kboards): Also mark Vkeyboard_translate_table.
663         (kbd_buffer_store_event_hold): Simplify condition.
664         (read_key_sequence): Reinitialize fkey and keytran at each replay.
665         (Vkeyboard_translate_table): Move to struct kboard.
666         (init_kboard): Initialize Vkeyboard_translate_table.
667         (syms_of_keyboard): Use DEFVAR_KBOARD to define
668         Vkeyboard_translate_table.  Update doc strings.  Update docs of
669         local-function-key-map and function-key-map.
671         * terminal.c: New file.
673         * term.c: Include errno.h.
674         (Vring_bell_function, device_list, initial_device)
675         (next_device_id, ring_bell, update_begin, update_end)
676         (set_terminal_window, cursor_to, raw_cursor_to)
677         (clear_to_end, clear_frame, clear_end_of_line)
678         (write_glyphs, insert_glyphs, delete_glyphs, ins_del_lines)
679         (Fdisplay_name, create_device, delete_device): Move to terminal.c.
680         (syms_of_term): Move their initialization to terminal.c.
681         (get_tty_terminal, Fdisplay_tty_type, Ftty_display_color_p)
682         (Ftty_display_color_cells)
683         (Ftty_no_underline, Fsuspend_tty, Fresume_tty, create_tty_output)
684         (init_tty, maybe_fatal): New functions.
685         (Ftty_type): Return nil if terminal is not on a tty instead of
686         throwing an error.  Doc update.
687         (syms_of_term) <Vsuspend_tty_functions, Vresume_tty_functions>:
688         Doc update.  Initialize new subrs and variables.
689         (delete_tty): Use terminal->deleted.
690         (tty_set_terminal_modes): Rename from set_terminal_modes.
691         (tty_reset_terminal_modes): Rename from reset_terminal_modes.
692         (set_scroll_region): Rename to `tty_set_scroll_region'.
693         (turn_on_insert): Rename to `tty_turn_on_insert'.
694         (turn_off_insert): Rename to `tty_turn_off_insert'.
695         (turn_off_highlight): Rename to `tty_turn_off_highlight'.
696         (turn_on_highlight): Rename to `tty_turn_on_highlight'.
697         (toggle_highligh): Rename to `tty_toggle_highlight'.
698         (background_highlight): Rename to `tty_background_highlight'.
699         (highlight_if_desired): Rename to `tty_highlight_if_desired'.
700         (tty_ring_bell, tty_update_end, tty_set_terminal_window)
701         (tty_set_scroll_region, tty_background_highlight)
702         (tty_cursor_to, tty_raw_cursor_to, tty_clear_to_end)
703         (tty_clear_frame, tty_clear_end_of_line, tty_write_glyphs)
704         (tty_insert_glyphs, tty_delete_glyphs, tty_ins_del_lines)
705         (term_get_fkeys, tty_setup_colors, dissociate_if_controlling_tty):
706         Add static modifier.
707         (tty_reset_terminal_modes, tty_set_terminal_window)
708         (tty_set_scroll_region, tty_background_highlight)
709         (tty_highlight_if_desired, tty_cursor_to)
710         (tty_raw_cursor_to, tty_clear_to_end, tty_clear_frame)
711         (tty_clear_end_of_line, tty_write_glyphs, tty_insert_glyphs)
712         (tty_delete_glyphs, tty_ins_del_lines, turn_on_face): Update for
713         renames.
715 2007-08-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
717         * keyboard.c: Qrtl is new.
718         (parse_tool_bar_item): Handle :rtl keyword.
719         (syms_of_keyboard): Intern :rtl keyword.
721         * dispextern.h (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
723         * gtkutil.c (xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
724         so no Lisp code is executed.
725         (file_for_image, find_rtl_image): New functions.
726         (xg_get_image_for_pixmap): Use file_for_image
727         (update_frame_tool_bar): If direction is RTL, use RTL image if
728         defined.  Use Gtk stock images if defined.
730 2007-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
732         * macterm.c (x_draw_composite_glyph_string_foreground): Draw rectangle
733         for nonexistent or zero-width glyph in composition glyph.
735 2007-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
737         * m/amdx86-64.h: Redirect to intel386.h if compiling for i386.
739         * xdisp.c (Finvisible_p): New function.
740         (syms_of_xdisp): defsubr it.
742 2007-08-24  Juanma Barranquero  <lekktu@gmail.com>
744         * image.c (syms_of_image) <image-library-alist, cross-disabled-images>:
745         Doc fixes.
747 2007-08-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
749         * mac.c [MAC_OSX] (select_and_poll_event, sys_select): Fix last changes.
751 2007-08-24  Martin Rudalics  <rudalics@gmx.at>
753         * fileio.c (Finsert_file_contents): Consult CHARS_MODIFF to tell
754         whether decoding has modified buffer contents.
756 2007-08-24  Jason Rumney  <jasonr@gnu.org>
758         * image.c [HAVE_NTGUI]: Define dynamic loaded functions for SVG.
759         (Qgdk_pixbuf, Qglib) [HAVE_NTGUI]: New symbols.
760         (syms_of_image) [HAVE_NTGUI]: Intern and staticpro them.
761         (init_svg_functions) [HAVE_NTGUI]: New function.
762         (fn_g_type_init, fn_g_object_unref, fn_g_error_free): New #defines.
763         (svg_load_image): Use them.
764         (svg_load_image) [HAVE_NTGUI]: Implement background.
766 2007-08-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
768         * Makefile.in (RSVG_LIBS, RSVG_CFLAGS): New variables.
769         (ALL_CFLAGS): Use ${RSVG_CFLAGS} instead of @RSVG_CFLAGS@.
770         (LIBX): Remove @RSVG_LIBS@.
771         (LIBES): Add $(RSVG_LIBS).
773         * image.c (svg_load_image): Blend with specified background if exists.
774         Use IMAGE_BACKGROUND.  Add Mac OS Support.
776         * mac.c (wakeup_from_rne_enabled_p) [MAC_OSX]: Remove variable.
777         (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE) [MAC_OSX]:
778         Remove macros.
779         [MAC_OSX] (socket_callback): Do nothing.
780         [MAC_OSX] (select_and_poll_event): Use CFRunLoopRunInMode instead of
781         ReceiveNextEvent.
782         [MAC_OSX] (sys_select): Likewise.  Don't set context as argument to
783         socket_callback.
784         (mac_wakeup_from_rne) [MAC_OSX]: Do nothing.
786 2007-08-22  Glenn Morris  <rgm@gnu.org>
788         * image.c (x_find_image_file): Search in etc/images/ rather than etc/.
790 2007-08-22  Paul Pogonyshev  <pogonyshev@gmx.net>
792         * Makefile.in (ALL_CFLAGS, LIBX): Add RSVG_LIBS.
794         * image.c: Add support for SVG images.  Some additional comments
795         by Joakim Verona <joakim@verona.se>.  When HAVE_RSVG is defined:
796         (svg_image_p): New function to test for SVG image.
797         (svg_load): New function to load SVG image.
798         (svg_load_image): New function, helper for svg_load.
799         (Qsvg): New Lisp_object.
800         (svg_keyword_index): New enum.
801         (svg_format): New static `image_keyword' struct.
802         (svg_type): New static `image_type' struct.
803         (librsvg/rsvg.h): Include it.
805 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
807         * lread.c (load_warn_old_style_backquotes): Fix up array size typo.
809 2007-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
811         * lread.c (Qold_style_backquotes): New var.
812         (syms_of_lread): Init and staticpro it.
813         (load_warn_old_style_backquotes): New fun.
814         (Fload): Use them to warn about old style backquotes.
815         (end_of_file_error, Fload): Remove unused vars.
817         * lisp.h (Fclear_face_cache, Fx_send_client_event): Declare.
819         * lread.c (Vold_style_backquotes): New var.
820         (syms_of_lread): Init and export it to Elisp.
821         (read1): Set it when we find an old-style (back)quote.
823 2007-08-22  Jason Rumney  <jasonr@gnu.org>
825         * w32reg.c (SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator.
827 2007-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
829         * puresize.h (BASE_PURESIZE): Increase to 1140000.
831 2007-08-19  Richard Stallman  <rms@gnu.org>
833         * eval.c (Ffunction, Fquote): Signal error if not 1 argument.
835 2007-08-19  Andreas Schwab  <schwab@suse.de>
837         * alloc.c (pure): Round PURESIZE up.
839 2007-08-17  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
841         * xterm.c (handle_one_xevent): Remove check that mouse click is in
842         active frame.
844 2007-08-16  Richard Stallman  <rms@gnu.org>
846         * eval.c (Fcommandp): Add parens to clarify.
848         * minibuf.c (Fall_completions): Use enum for type of table.
850         * emacs.c (USAGE2): Improve text.
852 2007-08-15  Philippe Waroquiers  <philippe.waroquiers@eurocontrol.int>
854         * term.c (tty_default_color_capabilities): Declare static
855         variables in file scope, to avoid HPUX compiler problem.
857 2007-08-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
859         * gtkutil.c (update_frame_tool_bar): Use -1 as index
860         to gtk_toolbar_insert.
862 2007-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
864         * fileio.c (Finsert_file_contents): Yet Another Int/Lisp_Object Mixup.
866         * insdel.c (reset_var_on_error): New fun.
867         (signal_before_change, signal_after_change):
868         Use it to reset (after|before)-change-functions to nil in case of error.
869         Bind inhibit-modification-hooks to t.
870         Don't bind (after|before)-change-functions to nil while they run.
872 2007-08-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
874         * xterm.c (x_draw_image_glyph_string): Adjust stipple origin when
875         filling pixmap with stippled background.
877 2007-08-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
879         * macterm.c [TARGET_API_MAC_CARBON] (mac_handle_window_event):
880         Don't use invisible frame as parent window for repositioning.
882 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
884         * print.c (new_backquote_output): Rename from old_backquote_output.
885         (print): Inverse its logic (according to its name) so as to match the
886         behavior of new_backquote_flag in lread.c.
888 2007-08-09  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
890         * gmalloc.c (posix_memalign): New function.
892         * macterm.c (frame_highlight, frame_unhighlight): Don't call
893         ActivateControl/DeactivateControl here.
894         [USE_MAC_TOOLBAR] (free_frame_tool_bar): Suppress animation when
895         frame-notice-user-settings is non-nil.
896         [USE_MAC_FONT_PANEL] (mac_handle_font_event): Also record parameter
897         for kEventParamFMFontStyle.
898         [TARGET_API_MAC_CARBON] (mac_handle_keyboard_event): Don't check
899         mac_pass_command_to_system and mac_pass_control_to_system here.
900         (XTread_socket): Call ActivateControl/DeactivateControl here.
901         (XTread_socket) [TARGET_API_MAC_CARBON]:
902         Check mac_pass_command_to_system and mac_pass_control_to_system here.
903         (mac_handle_window_event) [USE_MAC_TOOLBAR]: Add further workaround
904         for window repositioning.
906 2007-08-08  Glenn Morris  <rgm@gnu.org>
908         * Replace `iff' in doc-strings and comments.
910 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
912         * xdisp.c (move_it_by_lines): Remove incorrect optimization.
914 2007-08-07  Martin Rudalics  <rudalics@gmx.at>
916         * fileio.c (Finsert_file_contents): Run format-decode and
917         after_insert_file_functions on entire buffer when REPLACE is
918         non-nil and inhibit modification_hooks and point_motion_hooks.
919         For consistency, run after_insert_file_functions iff something
920         got inserted.  Move signal_after_change and update_compositions
921         after code running after_insert_file_functions.  Make sure that
922         undo_list doesn't record intermediate steps of the decoding process.
924 2007-08-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
926         * emacs.c (main)
927         [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
928         Call malloc_enable_thread on interactive startup.
930         * gmalloc.c (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
931         (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS)
932         [USE_PTHREAD]: Conditionalize with it.
933         (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
934         (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]:
935         New functions.
937 2007-08-06  Chong Yidong  <cyd@stupidchicken.com>
939         * xdisp.c (redisplay_window): When restoring original buffer
940         position, make sure it is still valid.
942         * image.c (png_load): Ignore png-supplied background color.
944 2007-08-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
946         * mac.c [TARGET_API_MAC_CARBON] (cfdate_to_lisp): Obtain microsec value.
947         Use kCFAbsoluteTimeIntervalSince1970.
949         * macmenu.c (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]:
950         New variable.
951         [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Set it if dialog
952         event loop should be quit.
953         [TARGET_API_MAC_CARBON] (create_and_show_dialog) [!MAC_OSX]:
954         Quit dialog event loop if quit_dialog_event_loop is set.
956         * macselect.c [!TARGET_API_MAC_CARBON]: Include Scrap.h.
957         (Selection): New typedef.  Use instead of ScrapRef.
958         (mac_get_selection_from_symbol): Rename from get_scrap_from_symbol.
959         (mac_valid_selection_target_p): Rename from valid_scrap_target_type_p.
960         (mac_clear_selection): Rename from clear_scrap.
961         (get_flavor_type_from_symbol): New argument SEL and subsume function of
962         scrap_has_target_type.  All uses changed.
963         (mac_get_selection_ownership_info, mac_valid_selection_value_p)
964         (mac_selection_has_target_p): New functions.
965         (mac_put_selection_value): Rename from put_scrap_string.
966         (mac_get_selection_value): Rename from get_scrap_string.
967         (mac_get_selection_target_list): Rename from get_scrap_target_type_list.
968         (put_scrap_private_timestamp, scrap_has_target_type)
969         (get_scrap_private_timestamp): Remove functions.
970         (SCRAP_FLAVOR_TYPE_EMACS_TIMESTAMP): Remove define.
971         (x_own_selection, x_get_local_selection):
972         Use mac_valid_selection_value_p.
973         (x_own_selection): Don't use put_scrap_private_timestamp.
974         Record OWNERSHIP-INFO into Vselection_alist instead.
975         (x_get_local_selection): Don't check type if request is local.
976         (Fx_selection_owner_p): Don't use get_scrap_private_timestamp.
977         Detect ownership change with OWNERSHIP-INFO in Vselection_alist instead.
979 2007-08-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
981         * gtkutil.c (xg_tool_bar_callback): Generate two TOOL_BAR_EVENT:s,
982         add comment explaining why.
984 2007-08-03  Richard Stallman  <rms@gnu.org>
986         * fileio.c (Fvisited_file_modtime): Use make_time.
988 2007-08-01  Ryo Yoshitake  <ryo@shiftmode.net>  (tiny change)
990         * mac.c (init_mac_osx_environment): Adjust load-path on self-contained
991         build.
993 2007-07-31  Stefan Monnier  <monnier@iro.umontreal.ca>
995         * gtkutil.c (xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT.
997 2007-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
999         * puresize.h (BASE_PURESIZE): Increase to 1130000.
1001 2007-07-30  Richard Stallman  <rms@gnu.org>
1003         * lread.c (readevalloop, read1): Treat NBSP as whitespace.
1005 2007-07-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1007         * gmalloc.c (__malloc_initialize): Remove pthread_once.  Not needed.
1009 2007-07-28  Nick Roberts  <nickrob@snap.net.nz>
1011         * xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test for
1012         remote default-directory.
1014         * buffer.c (mode-line-format): Update doc string.
1016 2007-07-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1018         * w32term.c (w32_draw_fringe_bitmap): Extend fringe background to
1019         scroll bar gap.
1020         (x_scroll_bar_create): Set bar->fringe_extended_p.
1021         (w32_set_vertical_scroll_bar): Put leftmost/rightmost scroll bars
1022         on frame edge.  Check fringe background extension.  Don't clear
1023         extended fringe background area.
1025         * w32term.h (struct scroll_bar): New member fringe_extended_p.
1026         (w32_fill_area): Enclose multiple statements with do ... while (0).
1028         * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
1029         Extend fringe background to scroll bar gap.
1030         (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
1031         Set bar->fringe_extended_p.
1032         (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
1033         Put leftmost/rightmost scroll bars on frame edge.  Check fringe
1034         background extension.  Don't clear extended fringe background area.
1036         * xterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
1037         New member fringe_extended_p.
1039 2007-07-25  Glenn Morris  <rgm@gnu.org>
1041         * Relicense all FSF files to GPLv3 or later.
1043         * COPYING: Switch to GPLv3.
1045 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1047         * eval.c (Fcommandp): Pay attention to the `interactive-form' property.
1049         * data.c (Finteractive_form): Check for the presence of an
1050         `interactive-form' symbol property more thoroughly.
1052         * data.c (Finteractive_form): Use an `interactive-form' property if
1053         present, analogous to the function-documentation property.
1055 2007-07-24  Jason Rumney  <jasonr@gnu.org>
1057         * w32fns.c (x_real_positions): Get real position from OS instead of
1058         calculating it.
1060 2007-07-23  Jason Rumney  <jasonr@gnu.org>
1062         * filelock.c (current_lock_owner): Allow for @ sign in username.
1064 2007-07-22  Nick Roberts  <nickrob@snap.net.nz>
1066         * xdisp.c (decode_mode_spec): Add case 'R' for to test for
1067         remote default-directory.
1069         * buffer.c (mode-line-format): Describe above case in doc string.
1071 2007-07-20  Eli Zaretskii  <eliz@gnu.org>
1073         * w32proc.c (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32):
1074         Define if not defined.
1076 2007-07-18  Jason Rumney  <jasonr@gnu.org>
1078         * w32proc.c (w32_executable_type): Handle 64 bit executables.
1080 2007-07-18  Richard Stallman  <rms@gnu.org>
1082         * data.c (Fsetq_default): Doc fix.
1084         * eval.c (Fsetq): Doc fix.
1086 2007-07-18  Juanma Barranquero  <lekktu@gmail.com>
1088         * coding.c (Ffind_operation_coding_system):
1089         * eval.c (For, Fand): Doc fixes.
1090         Reported by Johan Bockg\e,Ae\e(Brd.
1092 2007-07-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1094         * xfns.c (Fx_focus_frame): Call x_ewmh_activate_frame.
1096         * xterm.h: Declare x_ewmh_activate_frame.
1098         * xterm.c (x_ewmh_activate_frame): New function.
1099         (XTframe_raise_lower): Move code to x_ewmh_activate_frame.
1101 2007-07-17  Martin Rudalics  <rudalics@gmx.at>
1103         * window.c (Fdisplay_buffer): If largest or LRU window is the
1104         only window, split it even if it is not eligible for splitting.
1105         This restores the original behavior broken by the 2007-07-15
1106         change.
1108 2007-07-17  Glenn Morris  <rgm@gnu.org>
1110         * abbrev.c (abbrev_check_chars): New function.
1111         (Fdefine_global_abbrev, Fdefine_mode_abbrev):
1112         Call abbrev_check_chars to check abbrev characters are word
1113         constituents.  Doc fix.
1115 2007-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1117         * process.c (Fstart_process, Fmake_network_process)
1118         (read_process_output): Fix up last changes.
1120 2007-07-16  Eli Zaretskii  <eliz@gnu.org>
1122         * makefile.w32-in (clean): Don't delete *~.
1124 2007-07-16  Andreas Schwab  <schwab@suse.de>
1126         * window.c (Fdisplay_buffer): Use NILP.
1127         (Fset_window_scroll_bars): Likewise.
1129 2007-07-15  Martin Rudalics  <rudalics@gmx.at>
1131         * window.c (window_min_size_2): New function.
1132         (window_min_size_1, size_window, Fdisplay_buffer)
1133         (Fsplit_window, adjust_window_trailing_edge): Use it to avoid
1134         windows without mode- or header-lines when window-min-height is
1135         too small.
1136         (size_window): Reset nodelete_p after testing it, following an
1137         earlier note by Kim F. Storm.
1138         (display_buffer): Do not set split_height_threshold to twice the
1139         value of window_min_height to avoid changing the value of a
1140         customizable variable.  Rather explicitly check whether the
1141         height of the window that shall be splitted is at least as large
1142         as split_height_threshold.
1144 2007-07-14  Jason Rumney  <jasonr@gnu.org>
1146         * process.c [WINDOWSNT]: Don't undefine AF_INET6.
1148 2007-07-14  Richard Stallman  <rms@gnu.org>
1150         * eval.c (maybe_call_debugger): New function.
1151         (find_handler_clause): Use maybe_call_debugger.
1152         Call it when the handler says `debug'.
1153         Eliminate DEBUGGER_VALUE_PTR.
1154         (Fsignal): Eliminate debugger_value.
1155         (Qdebug): New variable.
1156         (syms_of_eval): Initialize it.
1158 2007-07-14  Juanma Barranquero  <lekktu@gmail.com>
1160         * eval.c (Fprogn):
1161         * keyboard.c (Ftrack_mouse):
1162         * print.c (Fwith_output_to_temp_buffer):
1163         * window.c (Fsave_window_excursion): Doc fix.
1165 2007-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1167         * eval.c (init_eval_once): Bump max_lisp_eval_depth to 400.
1169 2007-07-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1171         * process.h (struct Lisp_Process): Turn slots infd, outfd,
1172         kill_without_query, pty_flag, tick, update_tick, decoding_carryover,
1173         inherit_coding_system_flag, filter_multibyte, adaptive_read_buffering,
1174         read_output_delay, and read_output_skip from Lisp_Objects to ints.
1175         Remove unused encoding_carryover.
1176         * process.c: Adjust all functions accordingly.
1178 2007-07-12  Richard Stallman  <rms@gnu.org>
1180         * term.c: Include unistd.h only if HAVE_UNISTD_H.
1182 2007-07-11  Jason Rumney  <jasonr@gnu.org>
1184         * makefile.w32-in (LIBS): Include OLE32.
1186         * w32fns.c (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
1187         (w32_msg_pump) <WM_DESTROY>: Uninitialize COM.
1189 2007-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1191         * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
1192         * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned
1193         from a Lisp_Object into a bare pointer.
1194         (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
1195         Adjust the code correspondingly.
1197         * alloc.c (emacs_blocked_free): Remove unused var `bytes_used_now'.
1199         * term.c: Include unistd.h for ttyname, used in handle_one_term_event.
1200         (term_show_mouse_face): Remove unused var `j'.
1201         (handle_one_term_event): Remove unused vars `i' and `j'.
1202         Don't cast return value of ttyname since it's not necessary.
1204 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1206         * alloc.c (mark_maybe_pointer): Enforce mult-of-8 alignment when using
1207         USE_LSB_TAG.  Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
1209         * fns.c (map_char_table): Use an array of int for `indices' rather than
1210         an array of Lisp_Objects (which are only ever integers anyway).
1211         (Fmap_char_table): Update caller.
1212         * lisp.h: Update prototype.
1213         * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap):
1214         * fontset.c (Ffontset_info):
1215         * casetab.c (set_case_table): Update callers.
1217         * editfns.c (Ftranspose_regions): Use EMACS_INT for positions.
1219         * keymap.c (struct accessible_keymaps_data)
1220         (struct where_is_internal_data): New structures.
1221         (accessible_keymaps_1, where_is_internal_1): Use them to change
1222         interface to adhere to the one used by map_keymap.
1223         (Faccessible_keymaps, where_is_internal): Use map_keymap.
1224         (accessible_keymaps_char_table, where_is_internal_2): Remove.
1226         * keymap.h (map_keymap_function_t): More informative prototype.
1228 2007-07-10  Guanpeng Xu  <herberteuler@hotmail.com>
1230         * search.c (Vinhibit_changing_match_data, search_regs_1): New vars.
1231         (looking_at_1): Don't change search_regs and last_thing_searched
1232         if `inhibit-changing-match-data' is non-nil.
1233         (string_match_1, search_buffer, set_search_regs): Likewise.
1234         (syms_of_search): Add Lisp level definition for
1235         `inhibit-changing-match-data' and set it to nil.
1236         (boyer_moore): If `inhibit-changing-match-data' is non-nil, compute
1237         start and end of the match, instead of using values in search_regs.
1239 2007-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1241         * minibuf.c (Fcompleting_read): New value `confirm-only'
1242         for `require-match'.
1244 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1246         * fileio.c (Fdo_auto_save): Revert last patch installed unwillingly as
1247         part of the 2007-06-27 change to syms_of_fileio.
1249 2007-06-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1251         * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
1252         Check WINDOWP before using XWINDOW.  Consolidate return statements.
1254 2007-06-27  Richard Stallman  <rms@gnu.org>
1256         * fileio.c (syms_of_fileio) <after-insert-file-functions>: Doc fix.
1258 2007-06-27  Juanma Barranquero  <lekktu@gmail.com>
1260         * buffer.c (syms_of_buffer) <selective-display>: Fix typo in docstring.
1262 2007-06-26  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1264         * gmalloc.c [HAVE_GTK_AND_PTHREAD]: Check this after including config.h.
1265         (_aligned_blocks_mutex) [USE_PTHREAD]: New variable.
1266         (LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros.
1267         (_free_internal, memalign): Use them.
1268         (_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]:
1269         Initialize to PTHREAD_MUTEX_INITIALIZER.
1270         (malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex.
1271         (morecore_nolock): Rename from morecore.  All uses changed.
1272         Use only nolock versions of internal allocation functions.
1273         (_malloc_internal_nolock, _realloc_internal_nolock)
1274         (_free_internal_nolock): New functions created from
1275         _malloc_internal, _realloc_internal, and _free_internal.
1276         (_malloc_internal, _realloc_internal, _free_internal): Use them.
1277         Copy hook value to automatic variable before its use.
1278         (memalign): Copy hook value to automatic variable before its use.
1280 2007-06-26  Kenichi Handa  <handa@m17n.org>
1282         * coding.c (Ffind_operation_coding_system): Docstring improved.
1283         (syms_of_coding): Docstring of `file-coding-system-alist' improved.
1285 2007-06-25  David Kastrup  <dak@gnu.org>
1287         * keymap.c (Fcurrent_active_maps): Add `position' argument.
1288         (Fwhere_is_internal): Adjust call to `current-active-maps' to
1289         cater for additional parameter.
1291         * keymap.h: Adjust number of parameters to `current-active-maps'.
1293         * doc.c (Fsubstitute_command_keys): Adjust call of
1294         `current-active-maps'.
1296 2007-06-25  David Kastrup  <dak@gnu.org>
1298         * callint.c (Fcall_interactively): Make the parsing of interactive
1299         specs somewhat more readable.
1301 2007-06-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1303         * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe background
1304         to scroll bar gap also when bitmap fills fringe.  Draw only foreground
1305         if extended background has already been filled.
1307 2007-06-22  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1309         * macgui.h (USE_CG_DRAWING): Don't require USE_ATSUI.
1310         (USE_MAC_TOOLBAR): Require USE_CG_DRAWING.
1312         * macmenu.c (mac_dialog_modal_filter, Fx_popup_dialog) [MAC_OSX]:
1313         Put special treatment for Fmessage_box, Fyes_or_no_p, and Fy_or_n_p
1314         in #if 0 as it is not compatible with y-or-n-p-with-timeout.
1315         (timer_check) [TARGET_API_MAC_CARBON]: Add extern.
1316         [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Use QuitEventLoop
1317         instead of QuitAppModalLoopForWindow.  Consolidate QuitEventLoop calls.
1318         (pop_down_dialog) [TARGET_API_MAC_CARBON]: New function.
1319         [TARGET_API_MAC_CARBON] (create_and_show_dialog): Use it for unwind.
1320         Run timers during dialog popup.
1321         (Fmenu_or_popup_active_p) [TARGET_API_MAC_CARBON]: Use popup_activated.
1323 2007-06-21  Jason Rumney  <jasonr@gnu.org>
1325         * image.c (convert_mono_to_color_image): Swap fore and background.
1327 2007-06-20  Jason Rumney  <jasonr@gnu.org>
1329         * w32bdf.c (w32_BDF_to_x_font): Unmap memory when finished.
1330         (w32_free_bdf_font): Unmap memory not handle.
1332 2007-06-20  Sam Steingold  <sds@gnu.org>
1334         * gmalloc.c (__morecore): Fix the declaration to comply with the
1335         definition.
1337 2007-06-20  Juanma Barranquero  <lekktu@gmail.com>
1339         * w32term.c (w32_delete_display): Remove leftover declaration.
1340         (w32_define_cursor, w32_initialize): Make static.
1342         * w32.c (_wsa_errlist): Fix typo in error message.
1343         (init_environment): Ignore any environment variable from the
1344         registry having a null value.
1346 2007-06-20  Glenn Morris  <rgm@gnu.org>
1348         * Makefile.in (LIBGIF): Default to -lgif.
1350 2007-06-17  Jason Rumney  <jasonr@gnu.org>
1352         * w32menu.c (add_menu_item): Don't use multibyte string functions on
1353         unicode strings.
1355 2007-06-16  Juanma Barranquero  <lekktu@gmail.com>
1357         * xdisp.c (syms_of_xdisp) <auto-resize-tool-bars>:
1358         Fix typo in docstring.
1360 2007-06-16  Eli Zaretskii  <eliz@gnu.org>
1362         * w32menu.c (add_menu_item): Escape `&' characters in menu items
1363         and their keybindings.
1365 2007-06-15  Chong Yidong  <cyd@stupidchicken.com>
1367         * composite.c (update_compositions): Fix last fix.
1369 2007-06-14  Jason Rumney  <jasonr@gnu.org>
1371         * w32.c (get_process_times_fn): New function pointer.
1372         (globals_of_w32): Intialize it if present in kernel32.dll.
1373         (w32_get_internal_run_time): New function.
1375         * editfns.c (Fget_internal_run_time) [WINDOWSNT]: Use it.
1377 2007-06-14  Kenichi Handa  <handa@etlken.m17n.org>
1379         * composite.c (update_compositions): Check the validness of
1380         compositions.
1382 2007-06-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1384         * frame.h (struct frame) [MAC_OS]: New member external_tool_bar.
1385         (FRAME_EXTERNAL_TOOL_BAR) [MAC_OS]: Use it.
1387         * macfns.c (mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity.
1388         (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]: Set FRAME_EXTERNAL_TOOL_BAR.
1390         * macgui.h (USE_MAC_TOOLBAR): New define.
1392         * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
1393         Return immediately unless popup is activated.
1395         * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe
1396         background to scroll bar gap.
1397         (x_scroll_bar_create) [MAC_OSX]: Set bar->fringe_extended_p.
1398         (XTset_vertical_scroll_bar) [MAC_OSX]: Put leftmost/rightmost
1399         scroll bars on frame edge.  Check fringe background extension.
1400         Don't clear extended fringe background area.
1401         (TOOLBAR_IDENTIFIER, TOOLBAR_ICON_ITEM_IDENTIFIER)
1402         (TOOLBAR_ITEM_COMMAND_ID_OFFSET, TOOLBAR_ITEM_COMMAND_ID_P)
1403         (TOOLBAR_ITEM_COMMAND_ID_VALUE, TOOLBAR_ITEM_MAKE_COMMAND_ID):
1404         [USE_MAC_TOOLBAR]: New macros.
1405         (mac_move_window_with_gravity, mac_get_window_origin_with_gravity)
1406         (mac_handle_toolbar_event, mac_image_spec_to_cg_image)
1407         (mac_create_frame_tool_bar, update_frame_tool_bar, free_frame_tool_bar)
1408         (mac_tool_bar_note_mouse_movement, mac_handle_toolbar_command_event)
1409         [USE_MAC_TOOLBAR]: New functions.
1410         (mac_handle_window_event) [USE_MAC_TOOLBAR]: Reposition window
1411         manually if previous repositioning has failed.
1412         (mac_handle_keyboard_event): Use precomputed event kind.
1413         (XTread_socket) [USE_MAC_TOOLBAR]: Handle click in structure region
1414         as tool bar item click.  Handle mouse movement over tool bar items.
1416         * macterm.h (struct mac_output) [USE_MAC_TOOLBAR]: New member
1417         toolbar_win_gravity.
1418         (struct scroll_bar) [MAC_OSX]: New member fringe_extended_p.
1419         (update_frame_tool_bar, free_frame_tool_bar) [USE_MAC_TOOLBAR]:
1420         Add externs.
1422         * xdisp.c (update_tool_bar, redisplay_tool_bar, redisplay_window)
1423         [USE_MAC_TOOLBAR]: Sync with GTK+ tool bar display.
1425 2007-06-14  Chong Yidong  <cyd@stupidchicken.com>
1427         * image.c (search_image_cache): Remove unused variable.
1429 2007-06-13  Chong Yidong  <cyd@stupidchicken.com>
1431         * xfns.c, xmenu.c: Link to xaw3d if available.
1433 2007-06-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1435         * dispextern.h (struct image) [HAVE_WINDOW_SYSTEM]: New members
1436         frame_foreground and frame_background.
1438         * image.c (lookup_image): Save frame foreground and background colors.
1439         (search_image_cache): Check if saved and current frame colors match.
1441 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1443         * regex.c (regex_compile): Remove the `regnum' counter.
1444         Use bufp->re_nsub instead.  Add support for \(?N:RE\).
1446 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1448         * term.c: Include intervals.h to declare Fget_text_property.
1450 2007-06-10  Jason Rumney  <jasonr@gnu.org>
1452         * w32fns.c (Fx_file_dialog): Take size from struct not pointer.
1454 2007-06-08  Juanma Barranquero  <lekktu@gmail.com>
1456         * callint.c (Fcall_interactively):
1457         * editfns.c (Fdelete_and_extract_region):
1458         * fileio.c (Fread_file_name):
1459         * fns.c (Fmapconcat):
1460         * keyboard.c (cmd_error_internal):
1461         * keymap.c (Fkey_description):
1462         * lread.c (openp):
1463         * minibuf.c (read_minibuf):
1464         * search.c (wordify):
1465         * sunfns.c (sel_read):
1466         * xdisp.c (Fformat_mode_line, syms_of_xdisp):
1467         * xfns.c (x_default_scroll_bar_color_parameter):
1468         * xmenu.c (menu_help_callback):
1469         * xselect.c (Fx_get_atom_name):
1470         * xterm.c (x_term_init): Use empty_unibyte_string.
1472 2007-06-08  Dmitry Antipov  <dmantipov@yandex.ru>  (tiny change)
1474         * alloc.c (init_strings): Initialize canonical empty strings.
1475         (make_uninit_string, make_uninit_multibyte_string): Return appropriate
1476         canonical empty string when the requested size is 0.
1478         * emacs.c (empty_unibyte_string): Rename from empty_string.
1479         (empty_multibyte_string): New canonical empty string.
1480         (syms_of_emacs): Don't initialize empty_string.
1482         * lisp.h (STRING_SET_UNIBYTE): Return the canonical empty unibyte
1483         string, if appropriate.
1484         (empty_unibyte_string, empty_multibyte_string): New externs.
1485         (empty_string): Remove extern.
1487         * lread.c (syms_of_lread): Use empty_unibyte_string.
1489 2007-06-07  Jason Rumney  <jasonr@gnu.org>
1491         * s/ms-w32.h: Don't define HAVE_TZNAME.
1493         * editfns.c (Fcurrent_time_zone): Remove hack for Japanese Windows.
1495 2007-06-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1497         * mac.c (xrm_get_preference_database): Remove BLOCK_INPUT.
1499         * macfns.c (mac_get_window_bounds): Move extern to macterm.h.
1500         (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use GetGlobalMouse.
1502         * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
1503         Don't call next handler.
1504         [TARGET_API_MAC_CARBON] (install_menu_target_item_handler):
1505         Remove argument.  Install handler to application.
1506         (set_frame_menubar): Don't change deep_p.
1507         (mac_menu_show): Use FRAME_OUTER_TO_INNER_DIFF_X and
1508         FRAME_OUTER_TO_INNER_DIFF_Y.
1509         (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
1510         (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
1511         [HAVE_DIALOGS]: New macros.
1512         [HAVE_DIALOGS] (mac_handle_dialog_event, create_and_show_dialog):
1513         Use them.
1514         (fill_menubar) [TARGET_API_MAC_CARBON]: Use CFString.
1516         * macselect.c [MAC_OSX] (install_service_handler): Rename from
1517         init_service_handler.  All callers changed.  Return OSStatus value.
1519         * macterm.c (mac_begin_cg_clip): New arg F.  Call SetPortWindowPort.
1520         All callers changed so as not to call SetPortWindowPort.
1521         (mac_begin_cg_clip) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
1522         (mac_draw_image_string_atsui) [USE_ATSUI]: New function created from
1523         mac_draw_string_common.
1524         (mac_draw_image_string_qd): Likewise.
1525         (mac_draw_string_common): Use them.  Add INLINE.
1526         (XTmouse_position, x_scroll_bar_report_motion) [TARGET_API_MAC_CARBON]:
1527         Use FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y, and
1528         GetGlobalMouse.
1529         (x_set_mouse_pixel_position) [MAC_OSX]: Use FRAME_OUTER_TO_INNER_DIFF_X
1530         and FRAME_OUTER_TO_INNER_DIFF_Y.
1531         [TARGET_API_MAC_CARBON] (mac_handle_mouse_event): Likewise.
1532         [USE_MAC_TSM] (mac_handle_text_input_event): Likewise.
1533         (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Move code for
1534         repositioning window to mac_handle_window_event.
1535         (x_make_frame_invisible) [TARGET_API_MAC_CARBON]: Move code for
1536         saving window location to mac_handle_window_event
1537         [USE_MAC_FONT_PANEL] (mac_show_hide_font_panel): Install handler here.
1538         (install_menu_target_item_handler): Remove argument in extern.
1539         [TARGET_API_MAC_CARBON] (mac_event_to_emacs_modifiers):
1540         Also accept command events.
1541         (do_keystroke): New function created from XTread_socket.
1542         (init_command_handler): Remove functions.
1543         [TARGET_API_MAC_CARBON] (mac_handle_window_event): Reposition window
1544         and save window location by kEventWindowShowing and kEventWindowHiding
1545         handlers here.  Don't call next handler for window state change and
1546         focus events.
1547         (mac_handle_application_event, mac_handle_keyboard_event)
1548         [TARGET_API_MAC_CARBON]: New functions.
1549         (install_window_handler) [TARGET_API_MAC_CARBON]: Register handlers for
1550         kEventWindowShowing and kEventWindowHiding events.  Move installation
1551         of mouse, font, text input and menu target item handlers to
1552         install_application_handler.
1553         (install_application_handler) [TARGET_API_MAC_CARBON]: New function.
1554         (mac_handle_cg_display_reconfig) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
1555         New function.
1556         (init_dm_notification_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
1557         Register it.
1558         (XTread_socket) [TARGET_API_MAC_CARBON]:
1559         Consolidate SendEventToEventTarget calls.
1560         Use FRAME_OUTER_TO_INNER_DIFF_X and FRAME_OUTER_TO_INNER_DIFF_Y.
1561         Move application activation handler to mac_handle_application_event.
1562         Move keyboard handler to mac_handle_keyboard_event.
1563         (XTread_socket) [!TARGET_API_MAC_CARBON]: Use do_keystroke.
1564         (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
1565         init_command_handler.  Call install_application_handler.
1567         * macterm.h (mac_get_window_bounds): Move extern from macfns.c.
1568         (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y): New macros.
1570 2007-06-07  Glenn Morris  <rgm@gnu.org>
1572         * emacs.c (main): Use `emacs-copyright' in --version output.
1574 2007-06-06  Chong Yidong  <cyd@stupidchicken.com>
1576         * image.c (xpm_load): Remove spurious call to xpm_init_color_cache.
1578 2007-06-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1580         * macfns.c (mac_window): Replace WindowPtr with WindowRef.
1582         * macgui.h: Replace WindowPtr with WindowRef.
1584         * macmenu.c: Replace MenuHandle and GetMenuHandle with MenuRef and
1585         GetMenuRef, respectively.  Replace WindowPtr with WindowRef.
1586         Replace ControlHandle with ControlRef.
1587         (install_menu_quit_handler): Rename arg MENU_HANDLE to ROOT_MENU.
1589         * macterm.c: Replace MenuHandle and GetMenuHandle with MenuRef and
1590         GetMenuRef, respectively.  Replace WindowPtr with WindowRef.
1591         Replace ControlHandle with ControlRef.
1592         (USE_CARBON_EVENTS): Remove.  Use TARGET_API_MAC_CARBON instead.
1593         [MAC_OS8] (do_get_menus): Rename variable `menu_handle' to `menu'.
1595         * macterm.h (struct scroll_bar): Rename member control_handle_low
1596         and control_handle_high to control_ref_low and control_ref_high.
1597         All uses changed.
1598         (SCROLL_BAR_CONTROL_REF, SET_SCROLL_BAR_CONTROL_REF): Rename from
1599         SCROLL_BAR_CONTROL_HANDLE and SET_SCROLL_BAR_CONTROL_HANDLE,
1600         respectively.  All uses changed.
1601         (XCreatePixmap, XCreatePixmapFromBitmapData, XSetWindowBackground)
1602         (install_window_handler, remove_window_handler): Replace WindowPtr
1603         with WindowRef in externs.
1605 2007-06-05  Juanma Barranquero  <lekktu@gmail.com>
1607         * xfaces.c (Finternal_lisp_face_p): Signal error for face alias loops.
1609 2007-06-03  Nick Roberts  <nickrob@snap.net.nz>
1611         * keyboard.c (discard_mouse_events): Add GPM_CLICK_EVENT case.
1613         * frame.c (Fmouse_position, Fmouse_pixel_position):
1614         Condition on HAVE_GPM too.
1616         * term.c (term_mouse_highlight): Remove unused variables.
1617         (Fterm_open_connection): Set gpm_zerobased to 1.
1618         (term_mouse_movement, term_mouse_click, handle_one_term_event):
1619         Use zero based co-ordinates.
1620         (handle_one_term_event): Report a drag as mouse movement too.
1622         * Makefile.in (MOUSE_SUPPORT): Define for HAVE_GPM.
1624 2007-06-03  Chong Yidong  <cyd@stupidchicken.com>
1626         * image.c (search_image_cache): New function.  Require background
1627         color match if background color is unspecified in the image spec.
1628         (uncache_image, lookup_image): Use it.
1630 2007-06-01  Juanma Barranquero  <lekktu@gmail.com>
1632         * window.c (Fshrink_window): Reflow docstring.
1634 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
1636         * Version 22.1 released.
1638 2007-06-01  Richard Stallman  <rms@gnu.org>
1640         * xfns.c (x_encode_text): Add GCPRO.
1642 2007-06-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1644         * xfns.c (x_set_name_internal): Save encoded name before
1645         x_encode_text in case string data is relocated.
1647 2007-05-31  Richard Stallman  <rms@gnu.org>
1649         * buffer.c (syms_of_buffer): Doc fix.
1651 2007-05-30  Nick Roberts  <nickrob@snap.net.nz>
1653         * sysdep.c (init_sys_modes): Add rather than replace with
1654         O_NONBLOCK.
1656         * frame.c [HAVE_GPM] (Fset_mouse_pixel_position): Add call to
1657         term_mouse_moveto.
1659         * termhooks.h (term_mouse_moveto): New extern.
1661         * term.c (mouse_face_window): Rename...
1662         (Qmouse_face_window): ...to this.
1663         (term_show_mouse_face, term_clear_mouse_face)
1664         (term_mouse_highlight): Use Qmouse_face_window.
1665         (term_mouse_moveto): New function.
1666         (term_mouse_position): Make it work.
1667         (syms_of_term): Uncomment assignment to mouse_position_hook.
1668         Staticpro Qmouse_face_window.
1670 2007-05-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1672         * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t
1673         around current_column call.
1675 2007-05-26  Dan Nicolaescu  <dann@ics.uci.edu>
1677         * xfaces.c (syms_of_xfaces): Delete stray semicolon.
1678         * xdisp.c (next_element_from_buffer):
1679         * window.c (delete_window):
1680         * term.c (term_mouse_highlight):
1681         * msdos.c (getdefdir):
1682         * macterm.c (mac_create_bitmap_from_bitmap_data)
1683         (init_font_name_table):
1684         * fns.c (Fsxhash):
1685         * data.c (Fmake_local_variable):
1686         * ccl.c (ccl_driver): Likewise.
1688 2007-05-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1690         * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event):
1691         Call mac_wakeup_from_rne on window size change.
1693 2007-05-25  Chong Yidong  <cyd@stupidchicken.com>
1695         * image.c (uncache_image): Fix typo.
1697 2007-05-23  Johannes Weiner  <hannes@saeurebad.de>  (tiny change)
1699         * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too.
1701 2007-05-22  Richard Stallman  <rms@gnu.org>
1703         * xterm.c (x_connection_closed): Remove NO_RETURN.
1705 2007-05-22  Martin Rudalics  <rudalics@gmx.at>
1707         * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
1709 2007-05-21  Chong Yidong  <cyd@stupidchicken.com>
1711         * image.c (uncache_image): New function.
1712         (Fimage_refresh): New function.
1714 2007-05-20  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1716         * Makefile.in: Move GPM check outside HAVE_X_WINDOWS.
1718 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
1720         * config.in, keyboard.c, Makefile.in, sysdep.c, term.c,
1721         * termhooks.h: Use HAVE_GPM instead of HAVE_GPM_H.
1723 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
1725         * keyboard.c (make_lispy_event): Make case GPM_CLICK_EVENT
1726         conditional on [HAVE_GPM_H].
1728 2007-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1730         * syntax.c (skip_chars): Update syntax-table only after we checked that
1731         the new location is valid.
1733 2007-05-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1735         * macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around
1736         mac_get_window_bounds.
1738 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
1740         * Makefile.in (LIBGPM): Allow it to be set from configure.
1741         If set then link Emacs with it.
1743         * config.in: Regenerate.
1745         * lisp.h (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
1746         New externs.
1748         * termhooks.h [HAVE_GPM_H] (enum event_kind): Add GPM_CLICK_EVENT.
1749         Include gpm.h.
1750         (handle_one_term_event, term_gpm): New externs.
1752         * sysdep.c [HAVE_GPM_H] (init_sys_modes): Make gpm_fd nonblocking
1753         and allow it to be interrupted by SIGIO.
1755         * process.c (gpm_wait_mask, max_gpm_desc): New variables.
1756         (wait_reading_process_output): Wait on gpm_fd too.
1757         (add_gpm_wait_descriptor, delete_gpm_wait_descriptor)): New functions.
1758         (add_gpm_wait_descriptor_called_flag): New variable.
1759         (delete_keyboard_wait_descriptor): Check gpm_wait_mask.
1761         * keyboard.c [HAVE_GPM_H] (Qmouse_fixup_help_message)
1762         (make_lispy_movement, tracking_off, Ftrack_mouse, some_mouse_moved)
1763         (show_help_echo, readable_events, kbd_buffer_get_event, init_keyboard):
1764         Extend HAVE_MOUSE ifdefs to HAVE_GPM_H.
1765         (make_lispy_event): Add case GPM_CLICK_EVENT.
1766         (read_avail_input): Handle mouse input.
1768         * term.c (write_glyphs_with_face): New function.
1769         [HAVE_GPM_H]: Include buffer.h, sys/fcntl.h.
1770         (mouse_face_beg_row, mouse_face_beg_col, mouse_face_end_row)
1771         (mouse_face_end_col, mouse_face_past_end, mouse_face_window)
1772         (mouse_face_face_id, term_gpm, pos_x, pos_y)
1773         (last_mouse_x, last_mouse_y): New variables.
1774         (term_show_mouse_face, term_clear_mouse_face, fast_find_position)
1775         (term_mouse_highlight, term_mouse_movement, term_mouse_position)
1776         (term_mouse_click, handle_one_term_event, Fterm_open_connection)
1777         (Fterm_close_connection): New functions.
1778         (term_init): Initialise mouse_face_window.
1780 2007-05-19  Chong Yidong  <cyd@stupidchicken.com>
1782         * xdisp.c (redisplay_window): If first window line is a
1783         continuation line, recompute the new window start instead of
1784         recentering.
1786 2007-05-18  Glenn Morris  <rgm@gnu.org>
1788         * m/alpha.h (ORDINARY_LINK): No longer define on OpenBSD.
1789         Suggested by Alfred M. Szmidt <ams@gnu.org>.
1791 2007-05-17  Glenn Morris  <rgm@gnu.org>
1793         * m/macppc.h (ORDINARY_LINK): No longer define on OpenBSD.
1795 2007-05-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1797         * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert
1798         dead key repeat and up events.
1800 2007-05-14  Chong Yidong  <cyd@stupidchicken.com>
1802         * image.c (pbm_load): Check image size for monochrome pbm.
1804 2007-05-13  Chong Yidong  <cyd@stupidchicken.com>
1806         * xterm.c (XTread_socket): Revert last change.
1808 2007-05-12  Chong Yidong  <cyd@stupidchicken.com>
1810         * image.c (pbm_load): Correctly check image size for greyscale pbm.
1812         * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC).
1814 2007-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1816         * editfns.c (Ftranspose_regions): Yet another int/Lisp_Object
1817         mixup (YAILOM).
1819 2007-05-07  Andreas Schwab  <schwab@suse.de>
1821         * keymap.c (Flookup_key): Fix typo in last change.
1823 2007-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1825         * keymap.c (Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
1826         mapping for unibyte strings.
1828 2007-05-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1830         * macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
1831         (Fx_popup_dialog) [MAC_OSX]: Likewise.
1833 2007-04-29  Richard Stallman  <rms@gnu.org>
1835         * insdel.c (replace_range): For undo, record insertion first.
1837 2007-04-29  Andreas Schwab  <schwab@suse.de>
1839         * lisp.h (VECSIZE): Use OFFSETOF.
1841 2007-04-29  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1843         * xdisp.c (try_window_reusing_current_matrix): Fix number of
1844         disabled lines.
1846 2007-04-28  Richard Stallman  <rms@gnu.org>
1848         * lread.c (read_escape): In a string, \s is always space.
1850 2007-04-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1852         * xmenu.c (xdialog_show): Call Fredisplay before showing the dialog.
1854         * gtkutil.c (xg_update_menubar, create_menus): Create empty
1855         submenu for menu bar items.
1857 2007-04-24  Chong Yidong  <cyd@stupidchicken.com>
1859         * Branch for 22.1.
1861 2007-04-24  Chong Yidong  <cyd@stupidchicken.com>
1863         * xdisp.c (redisplay_window): Use BEG_UNCHANGED and END_UNCHANGED
1864         values of the actual window.
1866 2007-04-23  Richard Stallman  <rms@gnu.org>
1868         * process.c (Fstart_process): Doc fix.
1870 2007-04-23  Eli Zaretskii  <eliz@gnu.org>
1872         * process.c (Fstart_process): Doc fix.
1874 2007-04-22  Richard Stallman  <rms@gnu.org>
1876         * abbrev.c (Fdefine_abbrev): Doc fix.
1878         * keymap.c (Fdefine_key): Minor doc fix.
1880 2007-04-21  Glenn Morris  <rgm@gnu.org>
1882         * keymap.c (Fdefine_key): Fix info ref in doc string.
1884 2007-04-20  Glenn Morris  <rgm@gnu.org>
1886         * sysdep.c (init_system_name): Don't accept localhost.localdomain.
1888 2007-04-19  Juanma Barranquero  <lekktu@gmail.com>
1890         * minibuf.c (Fminibuffer_contents, Fminibuffer_contents_no_properties)
1891         (Fminibuffer_completion_contents, Fdelete_minibuffer_contents):
1892         Doc fixes.
1894 2007-04-16  Chong Yidong  <cyd@stupidchicken.com>
1896         * dispnew.c (adjust_frame_glyphs_for_frame_redisplay):
1897         Set garbaged flag in presence of window margins.
1898         (showing_window_margins_p): New function.
1900         * xdisp.c (cursor_row_p): Only end row on newline if it's a
1901         display string.  Suggested by Lennart Borgman.
1903 2007-04-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1905         * alloc.c (mem_insert): Set min_heap_address and max_heap_address
1906         if they are not yet initialized.
1908 2007-04-15  Chong Yidong  <cyd@stupidchicken.com>
1910         * xdisp.c (redisplay_window): When deciding whether or not to
1911         recenter, don't use the reset values of BEG_UNCHANGED and
1912         END_UNCHANGED.
1914 2007-04-13  Kim F. Storm  <storm@cua.dk>
1916         * buffer.c (Fkill_buffer): gcpro BUF during kill_buffer_processes
1917         and check that buffer is still alive upon return.
1919 2007-04-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1921         * macterm.c [!TARGET_API_MAC_CARBON]: Include Displays.h.
1922         (mac_screen_config_changed): New variable.
1923         (mac_handle_dm_notification, init_dm_notification_handler)
1924         (mac_get_screen_info): New functions.
1925         [MAC_OS8] (main): Call init_dm_notification_handler.
1926         (mac_initialize) [MAC_OSX]: Likewise.
1927         (XTread_socket): Call mac_get_screen_info if screen config changed.
1928         (mac_initialized): Make static.
1929         (mac_initialize_display_info): Remove function.
1930         (mac_term_init): Call mac_get_screen_info.  Add partial contents of
1931         mac_initialize_display_info.
1933 2007-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1935         * mac.c (xrm_get_preference_database, Fmac_get_preference)
1936         [TARGET_API_MAC_CARBON]: Use CFPreferencesAppSynchronize.
1938         * macterm.c [TARGET_API_MAC_CARBON] (mac_post_mouse_moved_event):
1939         Use GetGlobalMouse instead of GetMouse and LocalToGlobal.
1940         (mac_initialize_display_info) [MAC_OSX]: Use CGRectZero.
1941         (mac_initialize_display_info) [!MAC_OSX]: dpyinfo->height and
1942         dpyinfo->width are those of whole screen.
1944 2007-04-10  Chong Yidong  <cyd@stupidchicken.com>
1946         * xdisp.c (note_mode_line_or_margin_highlight): Don't decrement
1947         glyph pointer before start of glyph row.
1949 2007-04-09  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1951         * s/darwin.h (__restrict, struct kboard): Remove outdated workarounds.
1952         (C_SWITCH_SYSTEM): Remove `-I../mac/src'.
1954 2007-04-09  Martin Rudalics  <rudalics@gmx.at>
1956         * indent.c (Fmove_to_column): Set next_boundary with correct start pt.
1958 2007-04-08  Richard Stallman  <rms@gnu.org>
1960         * xdisp.c (syms_of_xdisp) <message-log-max>: Default 100.
1962 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
1964         * editfns.c (Ftranspose_regions): Validate interval before setting
1965         text properties.
1967 2007-04-03  Eli Zaretskii  <eliz@gnu.org>
1969         * emacs.c (main): Fix instructions for building Emacs for profiling.
1971 2007-04-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1973         * gtkutil.c (xg_update_menubar): Call g_list_next after moving
1974         menu bar item.
1976 2007-04-02  Juanma Barranquero  <lekktu@gmail.com>
1978         * print.c (Fprin1_to_string): Use macro SPECPDL_INDEX.
1980 2007-04-01  Chong Yidong  <cyd@stupidchicken.com>
1982         * keymap.c (Fcommand_remapping): New optional argument.
1983         (where_is_internal): Use new keymaps argument.
1984         (Fkey_binding): Caller changed.
1986         * keyboard.c (command_loop_1): Caller changed.
1988 2007-03-31  Eli Zaretskii  <eliz@gnu.org>
1990         * window.c (Fget_lru_window): Doc fix.
1992 2007-03-30  Chong Yidong  <cyd@stupidchicken.com>
1994         * undo.c (Fprimitive_undo): Give clearer error message when trying
1995         to change text properties outside accessible part of buffer.
1997 2007-03-29  Kim F. Storm  <storm@cua.dk>
1999         * process.c (wait_reading_process_output) [HAVE_PTYS]:
2000         When EIO happens, clear channel from descriptor masks before raising
2001         SIGCHLD signal to avoid busy loop between read and sigchld_handler.
2002         (sigchld_handler): Remove sleep (2007-03-11 & 2007-03-26 changes).
2004 2007-03-29  Juanma Barranquero  <lekktu@gmail.com>
2006         * buffer.c (Fset_buffer_major_mode): Check that BUFFER is valid.
2008         * process.c (Fformat_network_address): Return nil when the
2009         argument vector contains invalid values.
2011 2007-03-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2013         * gmalloc.c [HAVE_GTK_AND_PTHREAD]: Define USE_PTHREAD.
2014         [USE_PTHREAD]: Include pthread.h.
2015         (malloc_init_once_control, _malloc_mutex) [USE_PTHREAD]: New variables.
2016         (malloc_initialize_1): New function created from __malloc_initialize.
2017         (__malloc_initialize): Use it.
2018         (LOCK, UNLOCK): New macros to make malloc etc. thread safe.
2019         (_malloc_internal, _free_internal, _realloc_internal): Use them.
2021         * lread.c (readchar): Extend BLOCK_INPUT block to ferror/clearerr.
2023 2007-03-27  Juanma Barranquero  <lekktu@gmail.com>
2025         * process.c (Fformat_network_address): Make args array big enough
2026         to format IPv6 addresses.
2028 2007-03-27  Glenn Morris  <rgm@gnu.org>
2030         * m/hp800.h: Restore HP-UX support (removed 2007-01-29).
2032 2007-03-26  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2034         * macfns.c (Fx_display_mm_height, Fx_display_mm_width): Scale whole
2035         screen size in pixels by millimeters per pixel of main display.
2037         * macselect.c (get_scrap_target_type_list, x_own_selection):
2038         Move assignments outside predicate macros.
2039         (Vselection_converter_alist): Doc fix.
2041         * macterm.c (create_text_encoding_info_alist): Move assignments
2042         outside predicate macros.
2043         (mac_initialize_display_info) [MAC_OSX]: dpyinfo->height and
2044         dpyinfo->width are those of whole screen.
2046 2007-03-26  Sam Steingold  <sds@gnu.org>
2048         * process.c (sigchld_handler): Delay by 1ms instead of 1s to
2049         alleviate sluggishness (the original problem is still fixed).
2051 2007-03-25  Kim F. Storm  <storm@cua.dk>
2053         * intervals.c (merge_properties): Use explicit loop instead of
2054         Fplist_member to avoid QUIT.  Don't use Fcdr.
2055         (intervals_equal): Likewise.  Rewrite loop to perform length check
2056         on the fly rather than calling Flength.  Don't use Fcar.
2058 2007-03-24  Eli Zaretskii  <eliz@gnu.org>
2060         * editfns.c (Fgoto_char): Doc fix.
2062         * indent.c (Findent_to): Doc fix.
2064 2007-03-24  Chong Yidong  <cyd@stupidchicken.com>
2066         * editfns.c (Ftranspose_regions): Use set_text_properties_1
2067         instead of Fset_text_properties to avoid GC.  Signal after change.
2069 2007-03-24  Eli Zaretskii  <eliz@gnu.org>
2071         * xfns.c (Fx_show_tip): Doc fix.
2073         * macfns.c (Fx_show_tip): Doc fix.
2075         * w32fns.c (Fx_show_tip): Doc fix.
2077 2007-03-23  Kim F. Storm  <storm@cua.dk>
2079         * intervals.c (merge_properties, intervals_equal):
2080         Use Fplist_member instead of Fmemq to find properties.
2082 2007-03-23  Glenn Morris  <rgm@gnu.org>
2084         * unexhp9k800.c: Restore file with clarified legal status.
2085         * m/sr2k.h: Restore since dependency unexhp9k800.c is restored.
2087 2007-03-22  Chong Yidong  <cyd@stupidchicken.com>
2089         * widget.c (EmacsFrameSetCharSize): Catch X errors.
2091 2007-03-22  Kenichi Handa  <handa@m17n.org>
2093         * fileio.c (Fcopy_file): Call barf_or_query_if_file_exists with
2094         non-encoded file name.
2095         (Frename_file): Likewise.
2096         (Fadd_name_to_file): Likewise.
2097         (Fmake_symbolic_link): Likewise.
2099 2007-03-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2101         * Makefile.in (alloca.o, gtkutil.o): Depend on systime.h.
2102         (dired.o, editfns.o, fileio.o, msdos.o): Depend on atimer.h.
2103         (dosfns.o, window.o, fns.o, macselect.o): Depend on atimer.h and
2104         systime.h.
2105         (term.o, print.o, lread.o): Depend on blockinput.h, atimer.h, and
2106         systime.h.
2107         (macfns.o): Remove duplicate dependency on systime.h.
2109         * dispnew.c (Fopen_termscript): Add BLOCK_INPUT around fclose.
2110         (Fsend_string_to_terminal): Add BLOCK_INPUT around fwrite.
2112         * fileio.c (do_auto_save_unwind): Add BLOCK_INPUT around fclose.
2113         (Fdo_auto_save): Add BLOCK_INPUT around fwrite.
2115         * keyboard.c (record_char): Add BLOCK_INPUT around fwrite.
2116         (Fopen_dribble_file): Add BLOCK_INPUT around fclose.
2118         * lread.c: Include blockinput.h.
2119         (readchar, Fget_file_char): Add BLOCK_INPUT around getc.
2120         (unreadchar): Add BLOCK_INPUT around ungetc.
2121         (load_unwind): Add BLOCK_INPUT around fclose.
2123         * print.c: Include blockinput.h.
2124         (Fredirect_debugging_output): Add BLOCK_INPUT around fclose.
2126         * process.c (Fmake_network_process) [HAVE_GETADDRINFO]:
2127         Clear immediate_quit before calling freeaddrinfo.
2128         Add BLOCK_INPUT around freeaddrinfo.
2130         * term.c: Include blockinput.h.
2131         (write_glyphs, insert_glyphs): Add BLOCK_INPUT around fwrite.
2133 2007-03-19  Richard Stallman  <rms@gnu.org>
2135         * keyboard.c (NUM_RECENT_KEYS): Bump up to 300.
2137         * buffer.c (syms_of_buffer): Doc fix.
2139 2007-03-18  Chong Yidong  <cyd@stupidchicken.com>
2141         * image.c (pbm_load): Signal error for invalid image size.
2143 2007-03-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2145         * macterm.c (note_mouse_movement): Don't return immediately for
2146         LeaveNotify case.
2148         * macmenu.c (popup_activated_flag): New variable.
2149         (x_activate_menubar, mac_menu_show): Set it during menu tracking.
2150         (popup_activated): New function.
2152         * xdisp.c (redisplay_internal, note_mouse_highlight):
2153         Check popup_activated for MAC_OS.
2155 2007-03-17  Juanma Barranquero  <lekktu@gmail.com>
2157         * buffer.c (syms_of_buffer) <buffer-display-table>: Doc fix.
2158         Reported by Nikolaj Schumacher <n_schumacher@web.de>.
2160 2007-03-17  Richard Stallman  <rms@gnu.org>
2162         * dired.c (file_name_completion): gcpro NAME.
2164 2007-03-17  Chong Yidong  <cyd@stupidchicken.com>
2166         * xdisp.c (try_window_id): Increment matrix positions if the
2167         buffer's byte count has increased, but not the character count.
2169 2007-03-12  Andreas Schwab  <schwab@suse.de>
2171         * lisp.h: Declare check_obarray.
2173         * process.c (Fdelete_process): Properly handle deletion of first
2174         element of deleted_pid_list.
2175         (create_process): Declare pid as pid_t.
2177 2007-03-12  Kim F. Storm  <storm@cua.dk>
2179         * process.c (sigchld_handler): Change type of pid to pid_t.
2180         Scan deleted_pid_list explicitly to avoid using Fmember which don't
2181         know about mark bits and make_fixnum_or_float which may malloc.
2182         Reported by Andreas Schwab.
2184         * keyboard.c (read_key_sequence): Store original event into keybuf
2185         when replaying sequence with local keymap(s) from string.
2187 2007-03-12  Glenn Morris  <rgm@gnu.org>
2189         * editfns.c (Fdecode_time, Fencode_time): Doc fix ("daylight
2190         savings" to "daylight saving").
2192 2007-03-11  Sam Steingold  <sds@gnu.org>
2194         * process.c (sigchld_handler): Sleep before wait3 to avoid a busyloop.
2196 2007-03-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2198         * macfns.c (Fx_server_vendor): Change vendor string to "Apple Inc.".
2200 2007-03-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2202         * macterm.c [USE_CARBON_EVENTS] (mac_handle_mouse_event):
2203         Ignore mouse wheel movement on title bar or tool bar.
2205 2007-03-10  Chong Yidong  <cyd@stupidchicken.com>
2207         * keyboard.c (help_form_saved_window_configs): New var.
2208         (read_char_help_form_unwind): New function.
2209         (read_char): Don't restore window configuration if a mouse click
2210         arrives while the help form is being displayed.
2212 2007-03-10  Kim F. Storm  <storm@cua.dk>
2214         * xdisp.c (redisplay_window): Don't automatically select a new window
2215         start for a contination line during mouse-click.
2217 2007-03-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2219         * xterm.c (handle_one_xevent): Ignore buttons > 3 for the tool bar.
2221 2007-03-09  Juanma Barranquero  <lekktu@gmail.com>
2223         * keymap.c (Fdescribe_buffer_bindings): Check that BUFFER is valid.
2225 2007-03-08  Richard Stallman  <rms@gnu.org>
2227         * keyboard.c (syms_of_keyboard): Doc fix.
2229 2007-03-08  Chong Yidong  <cyd@stupidchicken.com>
2231         * minibuf.c (Ftry_completion): Don't short circuit if
2232         completion-ignore-case is non-nil.
2234 2007-03-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2236         * macfns.c (mac_set_scroll_bar_width, mac_frame_parm_handlers):
2237         Undo 2006-03-06 changes.
2239         * macterm.c (XTset_vertical_scroll_bar) [MAC_OSX]: Don't show scroll
2240         bar if its width is smaller than that of Aqua small scroll bar.
2242 2007-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2244         * minibuf.c (read_minibuf): Bind inhibit-read-only a bit longer so as
2245         to handle correctly prompts with read-only property.
2247 2007-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2249         * sound.c (wav_play): Check header->data_length to see how much we
2250         shall read.
2251         (alsa_period_size): Convert ALSA period size in frames to bytes.
2252         (alsa_write): Return if frames is zero.
2254 2007-03-06  Kenichi Handa  <handa@m17n.org>
2256         * xselect.c (Vselection_coding_system): Documentation improved.
2258 2007-03-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2260         * macterm.c (x_scroll_bar_create, XTread_socket): Replace #if
2261         USE_TOOLKIT_SCROLL_BARS with #ifdef USE_TOOLKIT_SCROLL_BARS.
2262         (x_set_window_size): Call SET_FRAME_GARBAGED.  Clear window if
2263         internal border width has changed.
2265         * macterm.h (struct mac_output): New member `internal_border_width'.
2267 2007-03-04  Richard Stallman  <rms@gnu.org>
2269         * window.c (Fdisplay_buffer): Doc fix.
2271 2007-03-03  Glenn Morris  <rgm@gnu.org>
2273         * Makefile.in: Don't clear out LIB_X11_LIB, since XFT_LIBS does
2274         not include -lX11 on Solaris.
2276 2007-03-02  Stuart D. Herring  <herring@lanl.gov>
2278         * keymap.c (Fkey_binding): Don't consider one-element lists as events.
2280 2007-03-01  Kenichi Handa  <handa@m17n.org>
2282         * process.c (send_process_object): Check the process status and
2283         signal an error if something is wrong.
2285 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
2287         * insdel.c (Fcombine_after_change_execute): Return nil if
2288         combine_after_change_buffer has been invalidated.
2290 2007-02-25  Dan Nicolaescu  <dann@ics.uci.edu>
2292         * m/xtensa.h: New file.
2294 2007-02-24  Nick Roberts  <nickrob@snap.net.nz>
2296         * .gdbinit (xprintstr): Ensure GDB (> 6.6) prints symbol name
2297         as strings and not character arrays.
2299 2007-02-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2301         * macterm.c [USE_TOOLKIT_SCROLL_BARS] (x_scroll_bar_handle_drag)
2302         (x_set_toolkit_scroll_bar_thumb): Add bar->min_handle as margin to
2303         scroll bar handle size in order to avoid `scroll backward' problem.
2304         (x_scroll_bar_create, XTset_vertical_scroll_bar)
2305         [USE_TOOLKIT_SCROLL_BARS]: Initialize bar->min_handle.
2307         * macterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
2308         New member `min_handle'.
2310 2007-02-23  Kim F. Storm  <storm@cua.dk>
2312         * print.c (print): Reset print_number_index if Vprint_number_table
2313         is nil.
2315 2007-02-23  Eli Zaretskii  <eliz@gnu.org>
2317         * w32.c (stat, get_long_basename, is_unc_volume): Use _mbspbrk
2318         instead of strpbrk.
2320 2007-02-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2322         * macmenu.c (mac_menu_show): Call unbind_to early.  Use variable
2323         `menu_item_selection' as in W32 version.
2324         [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Add explicit
2325         braces to avoid ambiguous `else'.
2327         * macterm.c (mac_display_info_for_display): Remove function.
2328         (mac_flush_display_optional) [USE_CG_DRAWING]: New function.
2329         (x_redisplay_interface) [USE_CG_DRAWING]: Set it as handler for
2330         flush_display_optional.
2331         [USE_TOOLKIT_SCROLL_BARS] (x_scroll_bar_handle_press):
2332         New argument MOUSE_POS.  All uses changed.  Set bar->dragging to
2333         negative integer if scroll bar handle is pressed.
2334         [USE_TOOLKIT_SCROLL_BARS] (x_scroll_bar_handle_release):
2335         Negative bar->dragging means scroll bar handle is not dragged.
2336         [USE_TOOLKIT_SCROLL_BARS] (x_scroll_bar_handle_drag): Get initial
2337         offset of scroll bar handle from negative bar->dragging.
2338         (XTread_socket) [USE_TOOLKIT_SCROLL_BARS]: Modifiers for scroll
2339         bar click is compared against mapped one.  Set down/up_modifier
2340         for scroll bar click event with control key.
2342         * macterm.h (x_display_info_for_display): Remove extern.
2343         (SCROLL_BAR_UNPACK, SET_SCROLL_BAR_CONTROL_HANDLE): Don't limit
2344         value to be unpacked to 32-bit on LP64 model.
2346 2007-02-23  Kenichi Handa  <handa@m17n.org>
2348         * process.c (send_process_object_unwind): New function.
2349         (send_process_object): New function.
2350         (Fprocess_send_region): Call send_process_object.
2351         (Fprocess_send_string): Likewise.
2353 2007-02-22  Jason Rumney  <jasonr@gnu.org>
2355         * w32menu.c (w32_menu_show): Mark the frame's menu as inactive
2356         when popup menu finishes.
2358         * w32fns.c (menubar_in_use): New flag.
2359         (w32_wnd_proc) <WM_INITMENU, WM_EXITMENULOOP, WM_TIMER, WM_COMMAND>:
2360         Use it.
2362         * w32menu.c (Fx_popup_menu): Don't free menu strings here.
2363         (w32_menu_show): Do it here instead.
2365         * w32fns.c (w32_wnd_proc) <WM_INITMENU>: Set menubar_active frame
2366         parameter.
2368         * w32menu.c (current_popup_menu): Make available globally.
2369         (menubar_selection_callback): Free menu strings before pushing the
2370         menu event into the keyboard buffer.  Remove menu_command_in_progress.
2372         * w32fns.c (current_popup_menu): Use from w32menu.c.
2373         (w32_wnd_proc) <WM_EXITMENULOOP, WM_TIMER>: Use menubar_active
2374         and current_popup_menu to determine whether a menubar menu has
2375         been cancelled.
2377         * w32term.h (w32_output): Remove menu_command_in_progress.
2379 2007-02-22  Kim F. Storm  <storm@cua.dk>
2381         * dispnew.c (update_frame, update_single_window): Set force_p here if
2382         redisplay_dont_pause is set or Vredisplay_preemption_period is nil...
2383         (update_window, update_frame_1): ... instead of here.
2384         (update_text_area): Clear mouse face on header lines.
2386 2007-02-21  Kim F. Storm  <storm@cua.dk>
2388         * minibuf.c (Fassoc_string): Doc fix.  Allow symbol for KEY too.
2390 2007-02-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2392         * macterm.c (WINDOW_RESOURCE, TERM_WINDOW_RESOURCE): Remove macros.
2393         [USE_MAC_TSM] (mac_handle_text_input_event): Remove unused variable
2394         `mapped_modifiers'.
2395         (XTread_socket) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1020]: Use Keyboard
2396         Layout Services routines to get current Unicode keyboard layout.
2398 2007-02-20  Chong Yidong  <cyd@stupidchicken.com>
2400         * frame.c (x_set_screen_gamma): Apply gamma value to the frame's
2401         bgcolor.
2403 2007-02-19  Kim F. Storm  <storm@cua.dk>
2405         * minibuf.c (Fassoc_string): Allow symbols as keys.
2407         * w32term.c (w32_set_scroll_bar_thumb): Don't resize scroll-bar
2408         handle while dragging, except when we get close to eob.
2409         Fix position and size calculations so we don't scroll backwards
2410         just by clicking on the handle.
2412 2007-02-17  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2414         * Makefile.in (${emacsapp}Contents/Resources/Emacs.rsrc)
2415         [HAVE_CARBON]: Remove target.
2416         (macosx-app) [HAVE_CARBON]: Don't depend on it.
2418 2007-02-17  Juanma Barranquero  <lekktu@gmail.com>
2420         * callproc.c (syms_of_callproc) <doc-directory>:
2421         <configure-info-directory>:
2422         (Fgetenv_internal): Fix typos in docstrings.
2424         * doc.c (Fsubstitute_command_keys): Fix typo in docstring.
2426 2007-02-16  Andreas Schwab  <schwab@suse.de>
2428         * frame.c (Fmodify_frame_parameters): Return a value.
2430         * editfns.c (Fformat): Add support for '+' flag.
2431         * doprnt.c (doprnt1): Likewise.  Fix overflow checking.
2433 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
2435         * s/umips.h: Unused file removed.
2437 2007-02-14  Juanma Barranquero  <lekktu@gmail.com>
2439         * xfaces.c (Fcolor_distance): Don't continue checking a color for
2440         errors after it has been correctly parsed as an RGB list.
2442 2007-02-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2444         * xterm.c (do_ewmh_fullscreen): Also check for _NET_WM_STATE_FULLSCREEN.
2446 2007-02-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2448         * macfns.c (Fx_focus_frame): Move current process to foreground if
2449         it is not.
2450         [TARGET_API_MAC_CARBON] (Fx_file_dialog): Replace #if MAC_OSX with
2451         #ifdef MAC_OSX.
2452         (Fmac_set_font_panel_visible_p) [USE_MAC_FONT_PANEL]: Rename from
2453         Fmac_set_font_panel_visibility.  All uses changed.  Rename argument
2454         VISIBLE to FLAG.
2456         * macterm.c (MakeMeTheFrontProcess) [MAC_OSX]: Remove function.
2457         (mac_initialize) [MAC_OSX]: Call SetFrontProcess instead of
2458         MakeMeTheFrontProcess.
2460 2007-02-12  Chong Yidong  <cyd@stupidchicken.com>
2462         * frame.c (x_set_screen_gamma): Clear face cache.
2464 2007-02-11  Juanma Barranquero  <lekktu@gmail.com>
2466         * buffer.c (Fgenerate_new_buffer_name, Fbuffer_modified_tick):
2467         Reflow docstrings.
2469 2007-02-10  Eli Zaretskii  <eliz@gnu.org>
2471         * window.c (Fwindow_height, Fwindow_hscroll)
2472         (Fwindow_redisplay_end_trigger, Fwindow_point, Fwindow_start)
2473         (Fwindow_end, Fwindow_display_table, Fwindow_text_height):
2474         Document the effect of WINDOW arg being nil.
2476 2007-02-08  Kim F. Storm  <storm@cua.dk>
2478         * minibuf.c (read_minibuf): Fix 2007-01-30 change.
2479         Use Qlambda as interim value of Vminibuffer_completing_file_name.
2480         (Fcompleting_read): Use non-filename maps if value is Qlambda (or Qnil).
2481         (syms_of_minibuf) <minibuffer-completing-file-name>: Document lambda.
2483 2007-02-07  Juanma Barranquero  <lekktu@gmail.com>
2485         * makefile.w32-in ($(TRES)): Use literal "../nt/emacs.rc" instead
2486         of $(ALL_DEPS).
2488 2007-02-07  Eli Zaretskii  <eliz@gnu.org>
2490         * makefile.w32-in ($(TRES)): Depend on stamp_BLD, since $(TRES) is
2491         put into $(BLD).
2493 2007-02-06  Chong Yidong  <cyd@stupidchicken.com>
2495         * frame.c (Fmodify_frame_parameters): Don't bind
2496         Qinhibit_default_face_x_resources, which has no effect.
2497         (Qinhibit_default_face_x_resources): Symbol deleted.
2499 2007-02-03  Eli Zaretskii  <eliz@gnu.org>
2501         * indent.c (Fmove_to_column): Document that the argument COLUMN is
2502         taken from prefix numeric argument.
2504 2007-02-03  Juanma Barranquero  <lekktu@gmail.com>
2506         * lread.c (syms_of_lread) <load-history>: Doc fix.
2508 2007-01-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>  (tiny change)
2510         * xterm.c [!USE_TOOLKIT_SCROLL_BARS] (x_scroll_bar_expose):
2511         Use the foreground color of the scroll-bar face when drawing
2512         the scroll-bar's border.
2514 2007-02-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2516         * xterm.c (do_ewmh_fullscreen): Check that what != NULL before
2517         calling wm_supports.
2519 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
2521         * lread.c (syms_of_lread) <user-init-file>: Doc fix.
2522         Wording by Eli Zaretskii.
2524 2007-01-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2526         * gtkutil.c (update_frame_tool_bar): Initialize h/vmargin to 0.
2528 2007-01-30  Richard Stallman  <rms@gnu.org>
2530         * minibuf.c (read_minibuf):
2531         Save and clear Vminibuffer_completing_file_name.
2532         (read_minibuf_unwind): Restore it.
2533         (Vminibuffer_completion_table, Qminibuffer_completion_table)
2534         (Vminibuffer_completion_predicate, Qminibuffer_completion_predicate)
2535         (Vminibuffer_completion_confirm, Qminibuffer_completion_confirm)
2536         (Vminibuffer_completing_file_name): Definitions moved up.
2538 2007-01-29  Chong Yidong  <cyd@stupidchicken.com>
2540         * m/hp800.h: Restore, removing HP-UX support.
2542 2007-01-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2544         * Makefile.in: Use a variable, XFT_LIBS, instead #define LIB_X11_LIB.
2546 2007-01-28  Richard Stallman  <rms@gnu.org>
2548         * minibuf.c (Ftry_completion, Fall_completions)
2549         (Fcompleting_read, Ftest_completion):
2550         Rename arg ALIST or TABLE to COLLECTION.
2552 2007-01-27  Chong Yidong  <cyd@stupidchicken.com>
2554         * unexhp9k800.c: Remove due to lack of legal papers.
2556         * m/sr2k.h, m/hp800.h: Remove due to dependence on above.
2558 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
2560         * keyboard.c (Fthis_command_keys, Fthis_command_keys_vector): Doc fix.
2562         * minibuf.c (Fcompleting_read): Doc fix.
2564 2007-01-26  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2566         * gtkutil.c (xg_initialize): Call XftInit if HAVE_XFT.
2568         * Makefile.in: Use XFT_LIBS if defined.
2570 2007-01-26  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2572         * alloc.c (BLOCK_INPUT_ALLOC, UNBLOCK_INPUT_ALLOC): Use
2573         BLOCK_INPUT/UNBLOCK_INPUT.
2575         * blockinput.h (interrupt_input_blocked): Declare volatile.
2577         * keyboard.c (interrupt_input_blocked): Declare volatile.
2579         * syssignal.h (SIGNAL_THREAD_CHECK): Use pthread_equal.
2581 2007-01-24  Kim F. Storm  <storm@cua.dk>
2583         * keymap.c (describe_map): Don't consider prefix keys to be shadowed.
2585 2007-01-23  Juanma Barranquero  <lekktu@gmail.com>
2587         * editfns.c (Finsert_char): Doc fix.
2588         (Fget_internal_run_time, Fdecode_time): Fix typos in docstrings.
2590 2007-01-22  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2592         * macselect.c [TARGET_API_MAC_CARBON] (mac_do_receive_drag):
2593         Don't pass keyboard modifiers to mac_store_drag_event, but put
2594         them as kEventParamKeyModifiers Apple event parameter.
2596 2007-01-21  Chong Yidong  <cyd@stupidchicken.com>
2598         * xdisp.c (try_window): Revert previous change.
2600         * dispnew.c (update_text_area): Revert 2006-09-17 change.
2601         Always redraw non-mode-line rows with mouse-face.
2603 2007-01-20  Chong Yidong  <cyd@stupidchicken.com>
2605         * xdisp.c (try_window): Clear mouse-face highlights first.
2607         * window.c (set_window_buffer): Revert 2006-11-22 change.
2609 2007-01-20  Eli Zaretskii  <eliz@gnu.org>
2611         * .gdbinit (ppt, xtype, xmisctype, xint, xptr, xmarker, xframe)
2612         (xbuffer, xcons, xcar, xcdr): Fix doc strings.
2614 2007-01-20  Chong Yidong  <cyd@stupidchicken.com>
2616         * keyboard.c (read_key_sequence): Extract local map only if the
2617         given position is in an accessible buffer region.
2619 2007-01-19  Nick Roberts  <nickrob@snap.net.nz>
2621         * .gdbinit: Reformat documentation so that first sentence
2622         displays properly with "help user-defined" (like apropos).
2624 2007-01-18  Bruno Haible  <bruno@clisp.org>  (tiny change)
2626         * epaths.in: Move PATH_DOC from local/info to local/share/info.
2628 2007-01-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2630         * macmenu.c (create_and_show_dialog) [TARGET_API_MAC_CARBON]:
2631         Create movable modal window instead of movable alert window.
2632         (create_and_show_dialog) [!MAC_OSX]: Use DeactivateControl instead
2633         of DisableControl.
2635         * macselect.c (Fmac_resume_apple_event): Set error number when
2636         descriptor type of reply is non-null.
2638 2007-01-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2640         * macmenu.c (create_and_show_dialog) [TARGET_API_MAC_CARBON]:
2641         Use DisableControl for disabled items.  Set default button to first
2642         enabled one.  Use icon of application in execution.
2644 2007-01-13  Eli Zaretskii  <eliz@gnu.org>
2646         * process.c (Fdelete_process, Fprocess_id, sigchld_handler):
2647         Copy PID into EMACS_INT to avoid GCC warnings.
2649         * fns.c (maybe_resize_hash_table): Copy new size of hash table
2650         into EMACS_INT to avoid GCC warnings.
2652         * editfns.c (Fuser_uid, Fuser_real_uid): Copy values returned by
2653         geteuid and getuid into EMACS_INT to avoid GCC warnings.
2655         * dired.c (Ffile_attributes): Fix last change.
2657 2007-01-12  Eli Zaretskii  <eliz@gnu.org>
2659         * dired.c (Ffile_attributes): Copy some members of `struct stat'
2660         into int's to avoid GCC warnings about limited range of short in
2661         arguments to FIXNUM_OVERFLOW_P.
2663 2007-01-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2665         * macmenu.c (HAVE_DIALOGS): Define if TARGET_API_MAC_CARBON.
2666         (mac_handle_dialog_event, install_dialog_event_handler)
2667         (create_and_show_dialog) [TARGET_API_MAC_CARBON]: New functions.
2668         (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
2669         (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH)
2670         (DIALOG_MAX_INNER_WIDTH, DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
2671         (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
2672         (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
2673         (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
2674         (DIALOG_ICON_TOP_MARGIN) [TARGET_API_MAC_CARBON]: New macros.
2675         (mac_dialog) [TARGET_API_MAC_CARBON]: Remove function.
2676         (mac_dialog_show) [TARGET_API_MAC_CARBON]: Use create_and_show_dialog.
2678         * macterm.c (x_free_frame_resources) [USE_CG_DRAWING]:
2679         Call mac_prepare_for_quickdraw.
2680         (quit_char, make_ctrl_char) [TARGET_API_MAC_CARBON]: Move externs
2681         outside #ifdef MAC_OSX.
2682         (mac_quit_char_key_p) [TARGET_API_MAC_CARBON]: Move function
2683         outside #ifdef MAC_OSX.
2684         (mac_check_bundle) [MAC_OSX]: Remove unused function.
2686         * macterm.h (mac_quit_char_key_p): Move extern outside #ifdef MAC_OSX.
2687         (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): Parenthesize definitions.
2689 2007-01-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2691         * alloc.c (BLOCK_INPUT_ALLOC, UNBLOCK_INPUT_ALLOC): Use pthread_equal,
2692         block/unblock SIGIO.
2694 2007-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2696         * editfns.c (Fformat): Allow integer-format to work with floats of size
2697         larger than most-positive-fixnum (but still smaller than MAXINT).
2699         * dired.c (Ffile_attributes): Use floats for large uids/gids.
2701 2007-01-09  Eli Zaretskii  <eliz@gnu.org>
2703         * emacs.c (syms_of_emacs) <path-separator>: Doc fix.
2705 2007-01-09  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2707         * callproc.c (Fcall_process_region) [HAVE_MKSTEMP]: Add BLOCK_INPUT
2708         around mkstemp.
2710         * image.c (XDrawLine) [MAC_OS]: Remove macro.
2711         (XCreateGC_pixmap) [!HAVE_NTGUI]: Likewise.
2712         (x_disable_image) [!HAVE_NTGUI]: Use XCreateGC instead of
2713         XCreateGC_pixmap.
2715         * macgui.h (Display): Typedef to opaque type.
2717         * macmenu.c (mac_dialog_modal_filter) [MAC_OSX]: New function.
2718         (Fx_popup_dialog) [MAC_OSX]: Use standard alert if called from
2719         Fmessage_box, Fyes_or_no_p, or Fy_or_n_p.
2720         [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030] (menu_quit_handler):
2721         Use mac_quit_char_key_p.
2723         * macterm.c (XDrawLine): Rename from mac_draw_line_to_pixmap.
2724         (XCreateGC): Change type of 2nd argument to void *.
2725         (XFreeGC) [USE_CG_DRAWING && MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
2726         Fix last change.
2727         (mac_to_emacs_modifiers): Change return type to int.
2728         [USE_CARBON_EVENTS] (mac_event_to_emacs_modifiers): Likewise.
2729         (mac_mapped_modifiers): New function.
2730         (XTread_socket): Use it.
2731         [USE_TSM] (mac_handle_text_input_event): Likewise.
2732         (do_window_update) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
2733         (mac_quit_char_modifiers, mac_quit_char_keycode) [MAC_OSX]:
2734         Remove variables.
2735         (mac_determine_quit_char_modifiers, init_quit_char_handler)
2736         [MAC_OSX]: Remove functions.
2737         (make_ctrl_char) [MAC_OSX]: Add extern.
2738         (mac_quit_char_key_p) [MAC_OSX]: New function.
2739         (mac_initialize) [MAC_OSX]: Don't call init_quit_char_handler.
2741         * macterm.h (FONT_MAX_WIDTH): Remove unused macro.
2742         (XCreateGC): Change type in extern.
2743         (XDrawLine): Rename from mac_draw_line_to_pixmap.
2744         (mac_quit_char_key_p) [MAC_OSX]: Add extern.
2746 2007-01-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2748         * keyboard.c (init_keyboard): Initialize interrupt_input_blocked and
2749         interrupt_input_pending.
2751         * xterm.h (x_display_info): New: net_supported_atoms,
2752         nr_net_supported_atoms and net_supported_window.
2754         * xterm.c (last_user_time): New variable.
2755         (handle_one_xevent): Set last_user_time from events that have Time.
2756         Set net_supported_window to 0 when reparented.
2757         (wm_supports): New function.
2758         (do_ewmh_fullscreen): Use wm_supports to check for _NET_WM_STATE.
2759         (x_term_init): Initialize net_supported_atoms, nr_net_supported_atoms
2760         and net_supported_window.
2762 2007-01-05  Kim F. Storm  <storm@cua.dk>
2764         * indent.c (Fvertical_motion): Fix it overshoot check for overlay
2765         strings without embedded newlines immediately followed by newline.
2767 2007-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2769         * editfns.c (Fformat_time_string, Fdecode_time, Fencode_time)
2770         (Fcurrent_time_string, Fcurrent_time_zone): Add BLOCK_INPUT around
2771         gmtime/localtime/emacs_memftimeu/mktime.
2773         * mac.c (Fmac_set_file_creator): Use MAC_EMACS_CREATOR_CODE
2774         instead of 'EMAx'.
2775         [!MAC_OSX] (sys_open, sys_creat, sys_fopen): Likewise.
2777         * macgui.h (struct _XGC) [USE_CG_DRAWING
2778         && MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New members cg_fore_color
2779         and cg_back_color.
2781         * macmenu.c (Vshow_help_function) [TARGET_API_MAC_CARBON]: Add extern.
2782         (restore_show_help_function, menu_target_item_handler)
2783         [TARGET_API_MAC_CARBON]: New functions.
2784         (install_menu_target_item_handler): New function.
2785         (add_menu_item) [TARGET_API_MAC_CARBON]: Set help string as menu
2786         item property.
2788         * macterm.c (CG_SET_FILL_COLOR_MAYBE_WITH_CGCOLOR)
2789         (CG_SET_FILL_COLOR_WITH_GC_FOREGROUND)
2790         (CG_SET_FILL_COLOR_WITH_GC_BACKGROUND)
2791         (CG_SET_STROKE_COLOR_MAYBE_WITH_CGCOLOR)
2792         (CG_SET_STROKE_COLOR_WITH_GC_FOREGROUND): New macros.
2793         (mac_cg_color_space_rgb) [USE_CG_DRAWING]: New variable.
2794         (mac_cg_color_black) [USE_CG_DRAWING
2795         && MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New variable.
2796         (init_cg_color) [USE_CG_DRAWING]: New function.
2797         (mac_draw_line, mac_draw_rectangle) [USE_CG_DRAWING]: Use
2798         CG_SET_STROKE_COLOR_WITH_GC_FOREGROUND instead of CG_SET_STROKE_COLOR.
2799         (mac_erase_rectangle, mac_clear_window, mac_draw_cg_image)
2800         (mac_fill_rectangle, mac_draw_image_string_cg) [USE_CG_DRAWING]:
2801         Use CG_SET_FILL_COLOR_WITH_GC_FOREGROUND or
2802         CG_SET_FILL_COLOR_WITH_GC_BACKGROUND instead of CG_SET_FILL_COLOR.
2803         (mac_draw_string_common) [MAC_OSX && USE_ATSUI]: Likewise.
2804         (XCreateGC, XFreeGC, XSetForeground, XSetBackground) [USE_CG_DRAWING
2805         && MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Use gc->cg_fore_color and/or
2806         gc->cg_back_color.
2807         (install_drag_handler, remove_drag_handler): Make extern.
2808         (install_menu_target_item_handler): Add extern.
2809         (install_window_handler): Call install_menu_target_item_handler.
2810         [MAC_OS8] (main): Use MAC_EMACS_CREATOR_CODE instead of 'EMAx'.
2811         (mac_initialize) [USE_CG_DRAWING]: Call init_cg_color.
2813         * macterm.h (MAC_EMACS_CREATOR_CODE): New enumerator.
2815 2007-01-04  Juanma Barranquero  <lekktu@gmail.com>
2817         * window.c (Fwindow_end): Fix use of >= operator.
2819 2007-01-03  Richard Stallman  <rms@gnu.org>
2821         * window.c (Fwindow_end): Check BUF_OVERLAY_MODIFF like BUF_MODIFF.
2823 2007-01-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2825         * gtkutil.h (xg_menu_item_cb_data_): Remove highlight_id and
2826         unhighlight_id.
2828         * gtkutil.c (menuitem_highlight_callback): Invoked widget is the
2829         parent of the menu item.  Get menu item widget from event.
2830         (xg_create_one_menuitem, xg_update_menu_item): highlight_id and
2831         unhighlight_id has been removed.
2832         (create_menus): Connect enter/leave-notify-event to the menu instead
2833         of individual items.
2835 2006-12-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2837         * gtkutil.c (update_frame_tool_bar): Connect create-menu-proxy with
2838         xg_tool_bar_menu_proxy.
2839         (xg_tool_bar_menu_proxy): New function.
2840         (xg_tool_bar_proxy_callback): New function.
2842 2006-12-30  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2844         * gtkutil.c (xg_tool_bar_button_cb): Save last modifier on widget.
2845         (xg_tool_bar_callback): Remove check for button.
2846         (update_frame_tool_bar): Put an event box in the tool bar and a button
2847         in the event box.  Attach enter/leave-notify-event to the event box.
2849 2006-12-30  Richard Stallman  <rms@gnu.org>
2851         * keymap.c (Fdefine_key): Doc fix.
2853 2006-12-29  Kim F. Storm  <storm@cua.dk>
2855         * frame.h (struct frame): New member minimize_tool_bar_window_p.
2857         * xdisp.c (auto_resize_tool_bars_p): Replace with ...
2858         (Vauto_resize_tool_bars): ... this.
2859         (syms_of_xdisp): DEFVAR_LISP and initialize it.  Update doc string
2860         to describe new value `grow-only', and use of C-l.
2861         (display_tool_bar_line): Only use default face for border below
2862         toolbar if not grow-only (to get acceptable visual appearence).
2863         Explicitly set visible_height for empty toolbar lines.
2864         (redisplay_tool_bar): Handle `grow-only' setting.  Check and clear
2865         minimize_tool_bar_window_p flag.
2867         * window.c (Frecenter): Set minimize_tool_bar_window_p flag
2868         when called without arg to redraw with minimum toolbar height.
2869         Update doc string.
2871 2006-12-29  Jason Rumney  <jasonr@gnu.org>
2873         * s/ms-w32.h (tzname): Do not define in msvc8.
2874         (utime): Do not define in msvc8.
2876         * regex.c (regerror): Change parameter name err_code.
2878 2006-12-26  Richard Stallman  <rms@gnu.org>
2880         * search.c (Fsearch_forward): Doc fix.
2882         * callint.c (Finteractive): Doc fix.
2884 2006-12-25  Kim F. Storm  <storm@cua.dk>
2886         * s/ms-w32.h (BROKEN_DATAGRAM_SOCKETS): Define it.
2888 2006-12-23  Eli Zaretskii  <eliz@gnu.org>
2890         * keyboard.c (some_mouse_moved): Fix last change.
2892 2006-12-22  Eli Zaretskii  <eliz@gnu.org>
2894         * callproc.c (syms_of_callproc) <shell-file-name>: Doc fix.
2896 2006-12-22  Mark Davies  <mark@mcs.vuw.ac.nz>
2898         * m/amdx86-64.h, m/hp800.h: Add support for NetBSD.
2899         * m/sh3el.h: New file.
2901 2006-12-22  Eli Zaretskii  <eliz@gnu.org>
2903         * makefile.w32-in (emacs, temacs): Depend on stamp_BLD instead of
2904         $(BLD).
2905         ($(OBJ0) $(OBJ1) $(WIN32OBJ)): New dependency on stamp_BLD.
2906         (bootstrap-temacs): Pass $(XMFLAGS) to sub-make.
2907         ($(OBJ0) $(OBJ1) $(WIN32OBJ)): Add lastfile.$(O) and firstfile.$(O).
2908         (clean): Delete stamp_BLD.
2910 2006-12-22  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2912         * macfns.c (mac_update_title_bar) [TARGET_API_MAC_CARBON]:
2913         Call mac_update_proxy_icon also when buffer modification flag changed.
2914         [TARGET_API_MAC_CARBON] (mac_update_proxy_icon): Don't update alias,
2915         but compare FSRef/FSSpec of resolved alias.
2917 2006-12-21  Kim F. Storm  <storm@cua.dk>
2919         * w32.c (_sys_wait_accept): Fix handle leak.
2921 2006-12-20  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2923         * sound.c: Include <alsa/asoundlib.h> if ALSA_SUBDIR_INCLUDE is
2924         defined.
2926 2006-12-20  Kim F. Storm  <storm@cua.dk>
2928         * s/ms-w32.h (BROKEN_NON_BLOCKING_CONNECT): Define it.
2930 2006-12-19  Juanma Barranquero  <lekktu@gmail.com>
2932         * keyboard.c (syms_of_keyboard) <double-click-time>:
2933         * mac.c (Fmac_code_convert_string):
2934         * search.c (Fsearch_forward): Doc fixes.
2936 2006-12-19  Kim F. Storm  <storm@cua.dk>
2938         Rework 2006-12-04 change.  A SIGUSR1 (SIGUSR2) signal now generates
2939         a sigusr1 event instead of [signal usr1] sequence, and signal events
2940         are now supposed to be handled via special-event-map.
2942         * keyboard.c (kbd_buffer_store_event_hold): Undo 2006-12-04 change.
2943         (make_lispy_event): Don't generate Qsignal prefix for code 0.
2944         Abort if signal code is unknown.
2945         (store_user_signal_events): Don't make Qsignal prefix (code 0).
2946         (Qsignal): Move declaration back to process.c.
2947         (syms_of_keyboard): Don't intern or staticpro it here.
2949         * process.c (Qsignal): Declare here.
2950         (syms_of_process): Intern or staticpro it.
2952         * emacs.c (main): Rename user signals to sigusr1 and sigusr2.
2954         * .gdbinit: Pass on SIGUSR1 and SIGUSR2 to Emacs.
2956 2006-12-19  Juanma Barranquero  <lekktu@gmail.com>
2958         * buffer.c (syms_of_buffer) <buffer-display-table>:
2959         <scroll-up-aggressively, scroll-down-aggressively>: Doc fixes.
2961 2006-12-17  Richard Stallman  <rms@gnu.org>
2963         * fileio.c (Fread_file_name_internal): Pass Vread_file_name_predicate
2964         to Ffile_name_completion.
2966         * dired.c (file_name_completion): New arg PREDICATE.  Some cleanup.
2967         (Ffile_name_completion): New arg PREDICATE.
2969 2006-12-17  Juanma Barranquero  <lekktu@gmail.com>
2971         * buffer.c (Fkill_buffer): Doc fix.
2972         (syms_of_buffer) <kill-buffer-query-functions>: Doc fix.
2974 2006-12-16  Juanma Barranquero  <lekktu@gmail.com>
2976         * minibuf.c (Ftry_completion): Check that obarray buckets are symbols.
2978 2006-12-16  Eli Zaretskii  <eliz@gnu.org>
2980         * w32fns.c (w32-window-exists-p): New function.
2981         (syms_of_w32fns): Defsubr it.
2983         * prefix-args.c [STDC_HEADERS]: Include stdlib.h.
2985 2006-12-16  Juanma Barranquero  <lekktu@gmail.com>
2987         * minibuf.c (Ftry_completion): Use `check_obarray' if ALIST is a vector.
2989 2006-12-15  Eli Zaretskii  <eliz@gnu.org>
2991         * emacs.c (USAGE3): Clarify documentation of --color.
2993 2006-12-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2995         * mac.c (wakeup_from_rne_enabled_p) [TARGET_API_MAC_CARBON]:
2996         New variable.
2997         (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE): New macros.
2998         [!MAC_OSX] (select): Use them.
2999         [MAC_OSX] (select_and_poll_event, sys_select): Likewise.
3000         (mac_wakeup_from_rne) [TARGET_API_MAC_CARBON]: New function.
3002         * macfns.c (mac_atsu_font_face_attributes) [USE_ATSUI]: Add extern.
3003         (Fmac_atsu_font_face_attributes) [USE_ATSUI]: New function.
3004         (syms_of_macfns) [USE_ATSUI]: Defsubr it.
3006         * macselect.c [TARGET_API_MAC_CARBON] (mac_do_receive_drag):
3007         Use mac_wakeup_from_rne instead of mac_post_mouse_moved_event.
3009         * macterm.c (mac_query_char_extents) [USE_ATSUI]: Don't call
3010         ATSUGetGlyphBounds if not necessary.
3011         (Vmac_atsu_font_table) [USE_ATSUI]: Remove variable.
3012         (syms_of_macterm) [USE_ATSUI]: Don't defvar it.
3013         (fm_get_style_from_font, atsu_find_font_from_family_name)
3014         (atsu_find_font_family_name, mac_atsu_font_face_attributes)
3015         [USE_ATSUI]: New functions.
3016         (init_font_name_table) [USE_ATSUI]: Use atsu_find_font_family_name.
3017         (mac_load_query_font) [USE_ATSUI]: Use atsu_find_font_from_family_name.
3018         Don't get metrics for Latin-1 right half characters.
3019         (mac_load_query_font): Don't load font if space width is not positive.
3020         [TARGET_API_MAC_CARBON] (mac_store_event_ref_as_apple_event):
3021         Use mac_wakeup_from_rne instead of mac_post_mouse_moved_event.
3022         (XTread_socket): Call SelectWindow when unfocused frame is clicked.
3024         * macterm.h (mac_wakeup_from_rne) [TARGET_API_MAC_CARBON]: Add extern.
3026 2006-12-15  Kim F. Storm  <storm@cua.dk>
3028         * keyboard.c (ignore_mouse_drag_p): New global var.
3029         (some_mouse_moved): Return 0 if it is non-zero.
3030         (make_lispy_event): Generate click event on mouse up if
3031         ignore_mouse_drag_p is non-zero, even if mouse moved.
3032         Clear ignore_mouse_drag_p on mouse down/up.
3034         * xdisp.c (redisplay_window): Set ignore_mouse_drag_p if tool-bar
3035         is resized to avoid generating a mouse drag event.
3037 2006-12-14  Juanma Barranquero  <lekktu@gmail.com>
3039         * w32fns.c (w32_wnd_proc): Force non-tooltip frames to respect the
3040         minimum tracking size.  Remove non-working old hack to do the same.
3042 2006-12-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3044         * emacs.c (handle_user_signal): Move function to keyboard.c.
3045         (main): Use add_user_signal for SIGUSR1 and SIGUSR2.
3047         * keyboard.c (make_lispy_event): Use find_user_signal_name.
3048         (read_avail_input): Store pending user signal events.
3049         (struct user_signal_info): New struct.
3050         (user_signals): New variable.
3051         (add_user_signal, store_user_signal_events)
3052         (find_user_signal_name): New functions.
3053         (handle_user_signal): Move function from emacs.c.  Don't store
3054         USER_SIGNAL_EVENT here, but increment number of pending signals.
3056         * keyboard.h (add_user_signals): Add extern.
3058 2006-12-11  Juanma Barranquero  <lekktu@gmail.com>
3060         * buffer.c (syms_of_buffer) <cursor-in-non-selected-windows>:
3061         <default-scroll-up-aggressively, default-scroll-down-aggressively>:
3062         <line-spacing, left-margin>: Doc fixes.
3064         * xdisp.c (syms_of_xdisp) <mode-line-inverse-video>: Doc fix.
3066 2006-12-10  Kim F. Storm  <storm@cua.dk>
3068         * xdisp.c (show_mouse_face): Never use text cursor in tool-bar.
3070 2006-12-10  Juanma Barranquero  <lekktu@gmail.com>
3072         * abbrev.c (syms_of_abbrev) <last-abbrev-text>:
3073         * buffer.c (syms_of_buffer) <default-major-mode>:
3074         * keymap.c (Flookup_key):
3075         * lread.c (Feval_buffer, Feval_region):
3076         * macterm.c (syms_of_macterm) <x-use-underline-position-properties>:
3077         <x-underline-at-descent-line, mac-emulate-three-button-mouse>:
3078         * marker.c (Fmarker_insertion_type):
3079         * minibuf.c (syms_of_minibuf) <minibuffer-completion-table>:
3080         * msdos.c (syms_of_msdos) <delete-exited-processes>:
3081         * w32term.c (syms_of_w32term) <x-use-underline-position-properties>:
3082         <x-underline-at-descent-line>:
3083         * xdisp.c (format-mode-line):
3084         * xterm.c (syms_of_xterm) <x-use-underline-position-properties>:
3085         <x-underline-at-descent-line>: Doc fixes.
3087 2006-12-10  Andreas Schwab  <schwab@suse.de>
3089         * systime.h (EMACS_GET_TIME): Remove check for
3090         HAVE_STRUCT_TIMEZONE which is never defined.
3092 2006-12-10  Alan Mackenzie  <acm@muc.de>
3094         * syntax.c (Fpartial_parse_sexp): Correct Docco: Elt 8 of the
3095         result is now neither the last elt nor optional for OLDSTATE.
3097 2006-12-09  Eli Zaretskii  <eliz@gnu.org>
3099         * process.c (Fsignal_process): Doc fix.  Use XFLOAT_DATA to
3100         extract the process ID from a Lisp float.
3102 2006-12-09  Chong Yidong  <cyd@stupidchicken.com>
3104         * xterm.c (XTframe_raise_lower): Comment out _NET_ACTIVE_WINDOW code.
3106 2006-12-08  Eli Zaretskii  <eliz@gnu.org>
3108         * frame.h (PIX_TYPE): Redefine as `unsigned long', for 64-bit
3109         platforms where long is 64-bit.
3111         * msdos.h (PIX_TYPE): Redefine as `unsigned long'.
3113 2006-12-08  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
3115         * m/amdx86-64.h: Add support for Solaris 10 on x86-64.
3117 2006-12-08  Kenichi Handa  <handa@m17n.org>
3119         * xterm.c (x_query_font): Use xstricmp instead off strcasecmp.
3121 2006-12-08  Juanma Barranquero  <lekktu@gmail.com>
3123         * emacs.c (syms_of_emacs) <system-type>: Doc fix.
3125 2006-12-07  Kim F. Storm  <storm@cua.dk>
3127         * process.c (parse_signal): Use xstricmp instead of strcasecmp.
3128         (Fsignal_process): Don't use strncasecmp.
3130 2006-12-05  Glenn Morris  <rgm@gnu.org>
3132         * abbrev.c (Qforce): New Lisp_Object.
3133         (Fdefine_abbrev): Do not overwrite non-system abbrevs with system
3134         abbrevs, unless 'force is applied.
3135         (syms_of_abbrev): Add Qforce.
3137 2006-12-04  Kim F. Storm  <storm@cua.dk>
3139         * process.c (parse_signal): Rename macro from handle_signal.
3140         (Fsignal_process): Also accept lower-case variants of signal
3141         names (to align with signal names generated by Emacs itself).
3143         * emacs.c (handle_USR1_signal, handle_USR2_signal): Replace by...
3144         (handle_user_signal): ... this, which generates two USER_SIGNAL_EVENTs
3145         first with code == 0 [signal] and one with code == sig number.
3146         (main): Use it as handler for SIGUR1 and SIGUSR2.
3148         * keyboard.c (kbd_buffer_store_event_hold): Don't throw-on-input
3149         if first event in [signal xxx] sequence.
3150         (lispy_user_signals, Qusr1_signal, Qusr2_signal): Remove.
3151         (syms_of_keyboard): Don't intern and staticpro them.
3152         (Qsignal): Declare here.
3153         (syms_of_keyboard): Intern and staticpro it.
3154         (make_lispy_event): Use it.  Intern symbols on the fly for other
3155         USER_SIGNAL_EVENTs events.
3157         * process.c (Qsignal): Declare extern.
3158         (syms_of_process): Don't intern/staticpro it here.
3160         * process.c (read_process_output): Abort if carryover < 0.
3162 2006-12-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3164         * config.in: Regenerate.
3166         * fileio.c [__NetBSD__]: Don't define `unix'.
3167         (Funix_sync, syms_of_fileio): Use `#ifdef HAVE_SYNC' instead of
3168         `#ifdef unix'.
3170 2006-12-04  Glenn Morris  <rgm@gnu.org>
3172         * Makefile.in (version): New variable, set by configure.
3173         (bootstrapclean, mostlyclean): Also remove emacs-${version}.
3175 2006-12-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3177         * gtkutil.c (update_frame_tool_bar): Handle modifying a toolbar item
3178         without an image.
3180 2006-12-01  Eli Zaretskii  <eliz@gnu.org>
3182         * w32fns.c (Fw32_shell_execute): Doc fix.
3184 2006-11-30  Chong Yidong  <cyd@stupidchicken.com>
3186         * xdisp.c (move_it_to): Correctly count tab glyphs for continued
3187         lines ending in tab.
3189 2006-11-30  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3191         * xterm.c (x_raise_frame): Move setting of _NET_ACTIVE_WINDOW
3192         property ...
3193         (XTframe_raise_lower): ... to here.
3195 2006-11-30  Kenichi Handa  <handa@m17n.org>
3197         * regex.c (regex_compile): Fix previous change.
3199 2006-11-29  Juanma Barranquero  <lekktu@gmail.com>
3201         * sound.c (Fplay_sound_internal): Remove spurious newline in docstring.
3203 2006-11-28  Chong Yidong  <cyd@stupidchicken.com>
3205         * config.in: Regenerate.
3207 2006-11-28  Kenichi Handa  <handa@m17n.org>
3209         * regex.c (regex_compile): Don't call SET_LIST_BIT with a
3210         multibyte character.
3212 2006-11-27  Chong Yidong  <cyd@stupidchicken.com>
3214         * s/aix4-2.h: Undefine _NO_PROTO.  Suggested by Joe Buehler.
3216 2006-11-27  Kim F. Storm  <storm@cua.dk>
3218         * window.c (set_window_buffer): Refactor recent changes.
3220 2006-11-27  Jason Rumney  <jasonr@gnu.org>
3222         * w32term.c (w32_msg_worker): Declare correctly.
3223         (w32_initialize): Don't cast w32_msg_worker.
3225         * w32fns.c (w32_msg_worker): Define as WINAPI and arg as void pointer.
3227 2006-11-26  Chong Yidong  <cyd@stupidchicken.com>
3229         * m/amdx86-64.h: Look for standard libs in /usr/lib64 only if that
3230         directory exists.
3232 2006-11-25  Eli Zaretskii  <eliz@gnu.org>
3234         * w16select.c (Fw16_set_clipboard_data): Fix the call to sit_for
3235         as per the calling sequence change on 2006-07-11.
3237 2006-11-25  Chong Yidong  <cyd@stupidchicken.com>
3239         * window.c (set_window_buffer): Use BLOCK_INPUT.
3241 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
3243         * fns.c (substring_both): Add missing address operator.
3245 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3247         * fns.c: Use AREF/ASIZE macros.
3248         (concat): Provide the full ANSI prototype.
3250 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
3252         * buffer.c (syms_of_buffer) <buffer-undo-list>: Doc fix.
3254 2006-11-23  William Smith  <William.Smith@global360.com>  (tiny change)
3256         * strftime.c (HAVE_SYS__MBSTATE_T_H): Fix typo.
3258 2006-11-22  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
3260         * s/openbsd.h (LD_SWITCH_SYSTEM): Remove /usr/pkg/lib and
3261         /usr/pkg/lib from the library search path.
3262         (LD_SWITCH_X_DEFAULT): New macro.
3264 2006-11-22  Chong Yidong  <cyd@stupidchicken.com>
3266         * window.c (set_window_buffer): Clear mouse highlight if it is in
3267         this window.
3269 2006-11-21  Chong Yidong  <cyd@stupidchicken.com>
3271         * xfaces.c (realize_default_face): Check if the default font name
3272         exists on this display before trying to use it.
3274 2006-11-21  Richard Stallman  <rms@gnu.org>
3276         * fileio.c: Break line before &&, not after.
3278 2006-11-20  Eli Zaretskii  <eliz@gnu.org>
3280         * fns.c (concat) [!__GNUC__]: Add prototype.
3282 2006-11-20  Kenichi Handa  <handa@m17n.org>
3284         * fileio.c (Fread_file_name_internal): Use SBYTES (not SCHARS) to
3285         check the tailing slash of a filename.
3287 2006-11-20  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>  (tiny change)
3289         * indent.c (Fvertical_motion): Include composition in the case of
3290         overshoot expected.
3292 2006-11-19  Andreas Schwab  <schwab@gnu.org>
3294         * xfaces.c (Fdisplay_supports_face_attributes_p): Initialize supports.
3296         * xmenu.c (Fx_popup_menu): Initialize selection.
3298 2006-11-18  Andreas Schwab  <schwab@suse.de>
3300         * s/gnu-linux.h (GC_MARK_SECONDARY_STACK): Update call to mark_memory.
3302 2006-11-17  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
3304         * xterm.c (do_ewmh_fullscreen): Declare variable before XSETFRAME
3305         to avoid gcc 2.96 error.
3307 2006-11-17  NIIMI Satoshi  <sa2c@sa2c.net>  (tiny change)
3309         * search.c (simple_search): In the loop of backward searching,
3310         check also the byte position against the limit.
3312 2006-11-14  Romain Francoise  <romain@orebokech.com>
3314         * minibuf.c (Fcompleting_read): Fix typo in docstring.
3316 2006-11-14  Kenichi Handa  <handa@m17n.org>
3318         * coding.c (code_convert_region): Initialize coding->heading_ascii.
3319         (decode_coding_string, code_convert_region): Likewise.
3321 2006-11-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3323         * config.in: Regenerate.
3325         * macfns.c (Fx_display_mm_height, Fx_display_mm_width)
3326         [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030
3327         && MAC_OS_X_VERSION_MIN_REQUIRED == 1020]: Check if
3328         CGDisplayScreenSize is available.
3330         * macmenu.c (menu_quit_handler, install_menu_quit_handler):
3331         Replace `#ifdef HAVE_CANCELMENUTRACKING' with
3332         `#if MAC_OS_X_VERSION_MAX_ALLOWED >= 1030'.
3333         (install_menu_quit_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030
3334         && MAC_OS_X_VERSION_MIN_REQUIRED == 1020]: Check if
3335         CancelMenuTracking is available.
3337         * macterm.c [USE_CG_TEXT_DRAWING] (mac_draw_image_string_cg)
3338         [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030
3339         && MAC_OS_X_VERSION_MIN_REQUIRED == 1020]: Check if
3340         CGContextShowGlyphsWithAdvances is available.
3342 2006-11-13  Jason Rumney  <jasonr@gnu.org>
3344         * s/ms-w32.h: Define HAVE_INET_SOCKETS.
3346 2006-11-13  Nozomu Ando  <nand@mac.com>
3348         * alloc.c (mark_memory): New argument OFFSET.  All uses changed.
3349         Fix address calculations for case END < START.
3350         (mark_stack): Impose Lisp_Object alignment on jmp_buf.
3352 2006-11-12  Juanma Barranquero  <lekktu@gmail.com>
3354         * coding.c (Fencode_sjis_char, Fencode_big5_char):
3355         Improve argument/docstring consistency.
3357         * editfns.c (Fmessage): Doc fixes.
3359         * process.c (syms_of_process) <delete-exited-processes>: Doc fix.
3361 2006-11-12  Chong Yidong  <cyd@stupidchicken.com>
3363         * xmenu.c (popup_activated): Define outside HAVE_MENUS.
3365 2006-11-12  Romain Francoise  <romain@orebokech.com>
3367         * xselect.c (selection-coding-system): Fix docstring.
3369 2006-11-12  Juanma Barranquero  <lekktu@gmail.com>
3371         * category.c (Fchar_category_set): Improve arg/docstring consistency.
3373         * data.c (Flogxor):
3374         * fns.c (Frandom, Flength, Fsafe_length, Fstring_bytes)
3375         (Fstring_equal, Fcompare_strings, Fstring_lessp, Fcopy_sequence)
3376         (Fstring_make_unibyte): Fix typos in docstrings.
3378 2006-11-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3380         * xterm.h (struct x_display_info): Fix indentation.
3382         * xterm.c (do_ewmh_fullscreen, XTfullscreen_hook): New functions.
3383         (x_check_fullscreen): Call do_ewmh_fullscreen.
3384         (x_initialize): Set fullscreen_hook to XTfullscreen_hook.
3386         * frame.c (x_set_fullscreen): Call fullscreen_hook if set.
3388         * term.c: Define fullscreen_hook.
3389         (syms_of_term): Initialize fullscreen_hook to NULL.
3391         * termhooks.h: Add fullscreen_hook.
3393 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
3395         * bytecode.c (Fbyte_code):
3396         * data.c (Fmakunbound): Use SYMBOL_CONSTANT_P macro.
3398 2006-11-06  Juanma Barranquero  <lekktu@gmail.com>
3400         * lread.c (syms_of_lread):
3401         * xsmfns.c (syms_of_xsmfns): Fix typo in docstring.
3403 2006-11-06  Martin Rudalics  <rudalics@gmx.at>
3405         * macmenu.c (Fmenu_or_popup_active_p): Define outside HAVE_MENUS.
3407         * w32menu.c (Fmenu_or_popup_active_p): Define outside HAVE_MENUS.
3408         Return nil if building without menus.
3410         * xmenu.c (Fmenu_or_popup_active_p): Define outside HAVE_MENUS.
3411         Return nil if building without menus.
3413 2006-11-05  Mark Davies  <mark@mcs.vuw.ac.nz>  (tiny change)
3415         * s/netbsd.h (POSIX_SIGNALS): Define.
3417 2006-11-05  Martin Rudalics  <rudalics@gmx.at>
3419         * macmenu.c (Fmenu_or_popup_active_p): New function.
3420         (syms_of_macmenu): Defsubr it.
3422         * w32menu.c (Fmenu_or_popup_active_p): New function.
3423         (syms_of_w32menu): Defsubr it.
3424         (popup_activated_flag, popup_activated): Remove.
3426         * xdisp.c (note_mouse_highlight) [HAVE_NTGUI]: Don't bother to
3427         check popup_activated.
3429         * xmenu.c (Fmenu_or_popup_active_p): New function.
3430         (syms_of_xmenu): Defsubr it.
3432 2006-11-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3434         * unexmacosx.c (malloc_cookie): Remove unused variable.
3435         (region_list_head, region_list_tail, lca, nlc, infile_lc_highest_addr)
3436         (text_seg_lowest_offset, mh, curr_header_offset, infd, outfd)
3437         (emacs_zone, data_segment_old_fileoff, data_segment_scp)
3438         (num_unexec_regions, unexec_regions): Make variables static.
3439         (print_regions, find_emacs_zone_regions): Make static.
3440         (unexec_region_info): New typedef.
3441         (unexec_regions): Change type from vm_range_t[] to unexec_region_info[].
3442         All uses changed.
3443         (unexec_regions_recorder): Subtract size of trailing null pages from
3444         filesize.  Show filesize.
3445         (unexec_regions_merge): Don't merge if null pages of preceding region
3446         is not too small.  Use long format in printf.
3447         (copy_segment, copy_data_segment): Show filesize.
3448         (copy_data_segment): Write filesize bytes of region data.
3449         Adjust filesize in segment command accordingly.
3450         (dump_it): Use long format in printf.
3452 2006-11-05  Juanma Barranquero  <lekktu@gmail.com>
3454         * dosfns.c (Finsert_startup_screen):
3455         * fns.c (Ffeaturep, syms_of_fns):
3456         * frame.c (syms_of_frame): Fix typos in docstrings.
3458         * unexcw.c (unexec): Fix typo in output message.
3460 2006-11-04  Ralf Angeli  <angeli@caeruleus.net>
3462         * w32fns.c (w32_createwindow): Remove code for handling -geometry
3463         command line option and `initial-frame-alist' which is superfluous
3464         after the last change to `w32_createwindow'.
3466 2006-11-04  Slawomir Nowaczyk  <slawek@cs.lth.se>  (tiny change)
3468         * w32proc.c (sys_wait): Only wait for processes with fd<0.
3469         Others should be handled by sys_select instead.  Fixes problems
3470         with (progn (start-process "" nil "ls") (call-process "ls")).
3472 2006-11-04  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
3474         * xmenu.c (Fmenu_bar_open): Declare variable before BLOCK_INPUT to
3475         avoid gcc 2.95 error.
3477 2006-11-04  Chong Yidong  <cyd@stupidchicken.com>
3479         * gtkutil.c (update_frame_tool_bar): If icon image is invalid and
3480         wicon is null, insert an empty button.
3482 2006-11-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3484         * xterm.c (x_raise_frame): Send _NET_ACTIVE_WINDOW when raising the
3485         window.
3487 2006-11-02  Juanma Barranquero  <lekktu@gmail.com>
3489         * emacs.c (Fkill_emacs): Fix typo in docstring.
3491 2006-11-02  Nozomu Ando  <nand@mac.com>
3493         * unexmacosx.c (mach_header, segment_command, vm_region, section)
3494         [_LP64]: New defines.
3495         (VM_REGION_BASIC_INFO_COUNT, VM_REGION_BASIC_INFO, LC_SEGMENT)
3496         (MH_MAGIC) [_LP64]: Redefine.
3497         (delta): Remove variable.
3498         (curr_file_offset, pagesize): New variables.
3499         (ROUNDUP_TO_PAGE_BOUNDARY): New macro.
3500         (data_segment_old_fileoff): Initialize explicitly.
3501         (print_region, unexec_regions_recorder, print_load_command_name)
3502         (copy_segment, copy_data_segment): Use long format in printf.
3503         (MAX_UNEXEC_REGIONS): Increase to 400.
3504         (unexec_regions_recorder): Don't warn too many regions here.
3505         (find_emacs_zone_regions): Warn too many regions here.
3506         (print_load_command_name) [_LP64]: Show correct load command name.
3507         (copy_segment, copy_data_segment): Use variable `curr_file_offset'.
3508         Show starting virtual memory address.  Don't show ending file offset.
3509         (copy_symtab, copy_dysymtab, copy_twolevelhints): New argument DELTA.
3510         (dump_it): Use new local variable `linkedit_delta' and pass to them.
3511         Error if trying to handle multiple DATA segments.
3512         (unexec): Initialize variable `pagesize'.
3514 2006-11-01  Juanma Barranquero  <lekktu@gmail.com>
3516         * eval.c (Fcatch): Doc fix.
3518 2006-10-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3520         * image.c [MAC_OS] (image_load_qt_1, xpm_scan, xpm_make_color_table_v)
3521         (xpm_put_color_table_v, xpm_get_color_table_v, xpm_make_color_table_h)
3522         (xpm_put_color_table_h, xpm_get_color_table_h, xpm_str_to_color_key)
3523         (xpm_load_image): Add const qualifier to arguments.
3524         [MAC_OS] (xpm_color_key_strings): Make static const.
3526         * mac.c (create_apple_event_from_event_ref)
3527         (create_apple_event_from_drag_ref, skip_white_space, parse_comment)
3528         (parse_include_file, parse_binding, parse_component)
3529         (parse_resource_name, parse_value, parse_resource_line)
3530         (xrm_merge_string_database, xrm_get_resource)
3531         (xrm_get_preference_database): Add const qualifier to arguments.
3532         [MAC_OSX] (sys_select): Make variable `context' static const.
3534         * macfns.c (mac_color_map): Make static const.
3535         (mac_color_map_lookup): Add const qualifier to arguments.
3537         * macmenu.c (install_menu_quit_handler): Make variable `typesList'
3538         static const.
3539         (name_is_separator): Add const qualifier to arguments.
3541         * macselect.c (init_service_handler): Make variable `specs' static
3542         const.
3544         * macterm.c (mac_create_bitmap_from_bitmap_data): Make variable
3545         `swap_nibbles' static const.
3546         (atsu_get_text_layout_with_text_ptr): Make variables `lengths',
3547         `tags', `sizes', `values' static const.
3548         (mac_draw_string_common): Make variables `context' static.
3549         Make variables `tags', `sizes', and `values' static const.
3550         (pcm_get_status, x_detect_focus_change, x_scroll_bar_handle_click)
3551         (xlfdpat_create, xlfdpat_block_match_1, xlfdpat_match)
3552         (mac_to_x_fontname, parse_x_font_name, add_mac_font_name)
3553         (mac_do_list_fonts, is_fully_specified_xlfd, do_grow_window)
3554         (mac_store_event_ref_as_apple_event, mac_make_rdb): Add const
3555         qualifier to arguments.
3556         (xlfd_scalable_fields, keycode_to_xkeysym_table)
3557         (fn_keycode_to_keycode_table): Make static const.
3558         (mac_load_query_font): Make variables `tags', `sizes', `values',
3559         `types', and `selectors' static const.
3560         (mac_handle_command_event, mac_handle_window_event):
3561         Make variables `names' and `types' static const.
3562         (init_command_handler, install_window_handler): Make variables
3563         `specs*' static const.
3564         (mac_handle_font_event, mac_handle_text_input_event)
3565         (mac_store_service_event): Make variables `names' and `types'
3566         const.  Make variables `names_*' and `types_*' static const.
3568         * macterm.h (create_apple_event_from_event_ref)
3569         (create_apple_event_from_drag_ref, xrm_merge_string_database)
3570         (xrm_get_resource, xrm_get_preference_database): Add const
3571         qualifier to arguments in externs.
3573 2006-10-31  Kenichi Handa  <handa@m17n.org>
3575         * xfns.c (xic_create_xfontset): Fix previous change.
3577 2006-10-30  Chong Yidong  <cyd@stupidchicken.com>
3579         * s/openbsd.h (LD_SWITCH_SYSTEM): Add /usr/pkg/lib and
3580         /usr/pkg/lib to library search path.
3582 2006-10-29  Mark Davies  <mark@mcs.vuw.ac.nz>  (tiny change)
3584         * ralloc.c (relinquish): Use a long for excess space counter to
3585         handle 64-bit case correctly.
3587 2006-10-29  Jeramey Crawford  <jeramey@jeramey.com>
3589         * m/amdx86-64.h: Add defines for OpenBSD x86-64.
3591 2006-10-29  Juanma Barranquero  <lekktu@gmail.com>
3593         * window.c (Fdisplay_buffer): Fix typo in docstring.
3595 2006-10-27  Ben North  <ben@redfrontdoor.org>  (tiny change)
3597         * w32term.c (x_draw_glyph_string_foreground): Set background mode
3598         to TRANSPARENT before using overstrike to simulate bold faces.
3600         * xfaces.c (best_matching_font): Fix logic to decide whether to
3601         use overstriking to simulate bold-face (it was reversed).
3603 2006-10-23  Kim F. Storm  <storm@cua.dk>
3605         * xdisp.c (remember_mouse_glyph): Do nothing if glyphs are not
3606         initialized.
3608         * keyboard.c (read_char): Make an element (t . EVENT) in
3609         unread-command-events add EVENT to the current command's key sequence.
3610         (syms_of_keyboard) <unread-command-events>: Update doc.
3612 2006-10-21  Richard Stallman  <rms@gnu.org>
3614         * minibuf.c (Vread_expression_map): Define here.
3615         (Qread_expression_history): New variable.
3616         (syms_of_minibuf): Initialize them.
3617         (Feval_minibuffer): Use Vread_expression_map and
3618         Qread_expression_history.
3620 2006-10-21  Kenichi Handa  <handa@m17n.org>
3622         * xfns.c (xic_create_fontsetname): If ADSTYLE field is not a wild
3623         card, change it to "*".
3624         (xic_create_xfontset): Call XCreateFontSet for each single
3625         fontname in fontsetname.
3627 2006-10-19  Chong Yidong  <cyd@stupidchicken.com>
3629         * callint.c (callint_message): Convert to a Lisp string.
3630         (syms_of_callint): Initialize it.
3631         (callint_message_size): Var deleted.
3632         (Fcall_interactively): Use Fformat instead of doprnt to construct
3633         prompt string.
3635 2006-10-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3637         * xdisp.c (display_mode_line): Clear enabled_p flag on mode-line row.
3639 2006-10-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3641         * macfns.c (Vmac_carbon_version_string) [TARGET_API_MAC_CARBON]:
3642         New variable.
3643         (syms_of_macfns) [TARGET_API_MAC_CARBON]: Defvar it.
3645 2006-10-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3647         * xselect.c (x_handle_selection_request): If the converted_selection
3648         is nil or XCDR (converted_selection) is nil, decline the request.
3650 2006-10-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3652         * gtkutil.c (get_utf8_string): Remove warnings with casts.
3653         (xg_tool_bar_button_cb): Ditto.
3654         (xg_tool_bar_callback): Ditto.
3656 2006-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3658         * dispnew.c (adjust_frame_glyphs_for_frame_redisplay): Remove unused
3659         variable ch_dim.
3660         (adjust_frame_glyphs_for_window_redisplay): Likewise.  Don't allocate
3661         menu bar window matrices on non-X systems.
3663         * mac.c (Fmac_get_preference, Fmac_code_convert_string): Add GCPROs.
3665         * macterm.c (mac_query_char_extents): Don't return glyph ID if layout
3666         adjustment is needed.
3667         (mac_load_query_font): Check if width and height are positive.
3669 2006-10-14  Richard Stallman  <rms@gnu.org>
3671         * sysdep.c (init_sys_modes): Delete DEFVAR_LISP in the wrong place.
3673 2006-10-13  Chong Yidong  <cyd@stupidchicken.com>
3675         * xdisp.c (decode_mode_spec): Ignore %c and %l constructs in frame
3676         title.
3678 2006-10-12  Chong Yidong  <cyd@stupidchicken.com>
3680         * keymap.c (Fkey_binding): Check Lisp_Object types before doing
3681         XCAR and XINT.
3683 2006-10-12  Romain Francoise  <romain@orebokech.com>
3685         * image.c (xbm_read_bitmap_data): Delete extra semicolon.
3687 2006-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3689         * eval.c: Include xterm.h for x_fully_uncatch_errors and friends.
3691         * dispextern.h: Declare x_create_bitmap_from_xpm_data.
3693         * xterm.c (x_check_expected_move): Remove unused var `count'.
3695         * xmenu.c (syms_of_xmenu): Use Ffset rather than Fdefalias, since
3696         Fdefalias is not declared in any *.h file.
3698 2006-10-09  Chong Yidong  <cyd@stupidchicken.com>
3700         * dispnew.c (sit_for): Sit forever if TIMEOUT is t.
3702         * keyboard.c (command_loop_1): Handle non-number values of
3703         `minibuffer-message-timeout'.
3704         (Fexecute_extended_command): Fix typo.
3706         * minibuf.c (temp_echo_area_glyphs): Sit for
3707         `minibuffer-message-timeout' seconds.
3709 2006-10-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3711         * macterm.c (mac_draw_image_string, mac_draw_image_string_16):
3712         Add argument OVERSTRIKE_P.
3713         (mac_draw_string_common, mac_draw_image_string_cg): Likewise.
3714         Support overstrike.
3715         (mac_draw_string, mac_draw_string_16): Remove functions.
3716         (x_draw_glyph_string_foreground): Use overstrike when needed.
3717         (x_draw_composite_glyph_string_foreground): Likewise.
3718         Use mac_draw_image_string_16 instead of mac_draw_string_16.
3719         (mac_load_query_font): Rename from XLoadQueryFont.  Take argument
3720         F instead of DPY.  All uses changed.  Don't save/restore font.
3722 2006-10-07  Ralf Angeli  <angeli@caeruleus.net>
3724         * w32fns.c (w32_createwindow): Honour left and top positions if
3725         supplied explicitly.
3727 2006-10-06  Kim F. Storm  <storm@cua.dk>
3729         * xdisp.c (pos_visible_p): Fix value when EOB is visible.
3731 2006-10-05  Chong Yidong  <cyd@stupidchicken.com>
3733         * frame.c (Qinhibit_face_set_after_frame_default): New var.
3734         (syms_of_frame): Initialize it.
3735         (x_set_frame_parameters): Avoid resetting :font attributes to the
3736         new-frame defaults.
3738 2006-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3740         * lisp.h (clear_regexp_cache): Declare.
3742         * search.c (compile_pattern): Only check `cp->syntax_table' if needed.
3743         (compile_pattern_1): Remember `used_syntax' in `cp->syntax_table'.
3744         (clear_regexp_cache): Only flush those regexps which depend on
3745         a syntax-table.
3747         * regex.c (regex_compile): Set the new `used_syntax' bit.
3749         * regex.h: Remove file local variables.
3750         (struct re_pattern_buffer): New field `used_syntax'.
3752 2006-10-03  Kim F. Storm  <storm@cua.dk>
3754         * process.c (list_processes_1): Run sentinels before removing dead
3755         processes.  Also remove `closed' network connections.
3757 2006-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3759         * xdisp.c (handle_fontified_prop): Don't fontify at EOB.
3761 2006-09-30  Eli Zaretskii  <eliz@gnu.org>
3763         * config.in: Regenerated.
3765 2006-09-29  Juri Linkov  <juri@jurta.org>
3767         * buffer.c (syms_of_buffer): Reorder coding systems in the
3768         docstring of %z to the real order displayed in the modeline.
3770 2006-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3772         * keymap.c (Fdefine_key): Yet another int/Lisp_Object mixup (YAILOM).
3774 2006-09-26  Chong Yidong  <cyd@stupidchicken.com>
3776         * indent.c (Fvertical_motion): Do move back if the Lisp string
3777         being displayed contains newlines.
3779 2006-09-26  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3781         * macterm.c (mac_compute_glyph_string_overhangs, XLoadQueryFont)
3782         [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw before QDTextBounds.
3784 2006-09-26  Kenichi Handa  <handa@m17n.org>
3786         * keymap.c (Fsingle_key_description): For an invalid char, return
3787         "Invalid char code NNNNN".
3789 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
3791         * callint.c (Fcall_interactively): Doc fix.
3793 2006-09-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3795         * macterm.c (x_underline_at_descent_line): New variable.
3796         (syms_of_macterm): DEFVAR_BOOL it.
3797         (x_draw_glyph_string): Use it.
3798         (XLoadQueryFont): Calculate min_bounds.descent and max_bounds.descent.
3800 2006-09-25  Kenichi Handa  <handa@m17n.org>
3802         * keymap.c (Fsingle_key_description): Return unique names for
3803         generic characters.
3805 2006-09-24  Richard Stallman  <rms@gnu.org>
3807         * search.c (compile_pattern_1): Don't BLOCK_INPUT.
3809 2006-09-24  Eli Zaretskii  <eliz@gnu.org>
3811         * makefile.w32-in ($(BLD)/fns.$(O), $(BLD)/w32proc.$(O)):
3812         Depend on nt/inc/langinfo.h and nt/inc/nl_types.h.
3814         * w32proc.c (nl_langinfo): New function.
3816         * w32fns.c (w32-pass-alt-to-system, w32-alt-is-meta)
3817         (w32-pass-lwindow-to-system, w32-enable-num-lock)
3818         (w32-enable-caps-lock, w32-scroll-lock-modifier)
3819         (w32-lwindow-modifier, w32-rwindow-modifier)
3820         (w32-apps-modifier, w32-mouse-button-tolerance): Doc fix.
3822 2006-09-23  Juanma Barranquero  <lekktu@gmail.com>
3824         * minibuf.c (Finternal_complete_buffer, Fread_minibuffer)
3825         (Fdisplay_completion_list): Fix typos in docstrings.
3827 2006-09-23  Romain Francoise  <romain@orebokech.com>
3829         * s/gnu-linux.h (MAIL_USE_FLOCK): Check for HAVE_LIBLOCKFILE too.
3831 2006-09-23  Kenichi Handa  <handa@m17n.org>
3833         * keymap.c (Fmap_keymap): Docstring mentions about generic character.
3835 2006-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3837         * regex.c (analyse_first): For eight-bit-control chars, mark both the
3838         char's value and its leading byte in the fastmap.
3839         (re_search_2): When fast-scanning without translation, be careful to
3840         check that we only match the leading byte of a multibyte char.
3842         * charset.h (PREV_CHAR_BOUNDARY): Make it work from within a char's
3843         byte sequence.
3844         (AT_CHAR_BOUNDARY): New macro.
3846 2006-09-22  Kenichi Handa  <handa@m17n.org>
3848         * fns.c (optimize_sub_char_table): Don't optimize a sub-char-table
3849         whose default value is non-nil.
3851 2006-09-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3853         * gtkutil.c (xg_get_file_with_chooser): Only show C-l help for
3854         Gtk+ versions < 2.10.
3856         * xfns.c (syms_of_xfns): Fix typo in help text for
3857         x-gtk-file-dialog-help-text.
3859 2006-09-21  Kim F. Storm  <storm@cua.dk>
3861         * fns.c (Fmemq): Refill doc string.
3862         (Fmemql): New defun, like memq but using eql.
3863         (syms_of_fns): Defsubr it.
3865 2006-09-20  Kim F. Storm  <storm@cua.dk>
3867         * xdisp.c (pos_visible_p): CHARPOS < 0 means return info for
3868         last visible glyph in window.
3870         * window.c (Fset_window_hscroll, Fwindow_line_height):
3871         Doc fix.  Use "off-window" instead of "off-screen".
3872         (Fpos_visible_in_window_p): Likewise.
3873         If POS is t, return info for last visible glyph in window.
3875 2006-09-19  Chong Yidong  <cyd@stupidchicken.com>
3877         * search.c (struct regexp_cache): New entry syntax_table.
3878         (compile_pattern_1): Set it.
3879         (syms_of_search): Initialize it.
3880         (compile_pattern): Require the syntax_table entry of the cache
3881         element to match the current syntax table entry.
3883 2006-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3885         * window.c (Fwindow_end): Fix recent change.
3887 2006-09-19  Kim F. Storm  <storm@cua.dk>
3889         * window.c (Fset_window_hscroll, Fpos_visible_in_window_p):
3890         Doc fix.  Use "off-screen" instead of "invisible".
3891         (Fwindow_line_height): Make line numbers 0-based.  Make line arg
3892         optional; if nil, use current cursor row.  Handle text terminals
3893         properly.  Return nil if non-interactive or pseudo-window.
3895 2006-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3897         * keymap.c: Include alloca.h if available.
3898         (Fkey_binding): Only use AREF after checking it's a vector.
3899         Remove unused var `window'.
3901 2006-09-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3903         * emacs.c (shut_down_emacs) [!subprocesses]: Don't set
3904         inhibit_sentinels.
3906         * mac.c [!MAC_OSX] (select): Fix argument name.
3908         * macmenu.c (enum mac_menu_kind, min_menu_id): New enumerator and
3909         menu ID for Apple menu.
3910         (menubar_selection_callback): Remove function.
3911         (find_and_call_menu_selection): New function from xmenu.c.
3912         (x_activate_menubar): Use it.
3913         (set_frame_menubar): Don't use f->output_data.mac->menubar_active.
3915         * macterm.c (menubar_selection_callback): Remove extern.
3916         (M_APPLE): Change to 234.
3917         (do_apple_menu) [!TARGET_API_MAC_CARBON]: Make non-static.
3918         (do_menu_choice): Remove function.
3920         * macterm.h (struct mac_output): Remove member menubar_active.
3921         (do_menu_choice): Remove extern.
3922         (do_apple_menu) [!TARGET_API_MAC_CARBON]: Add extern.
3924 2006-09-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3926         * xfns.c (syms_of_xfns): Rename x_gtk_show_chooser_help_text to
3927         x_gtk_file_dialog_help_text.
3929         * gtkutil.c (xg_uses_old_file_dialog): Rename x-use-old-gtk-file-dialog
3930         to x-gtk-use-old-file-dialog.
3931         (xg_get_file_with_chooser): Rename x_gtk_show_chooser_help_text to
3932         x_gtk_file_dialog_help_text.
3934         * xfns.c (syms_of_xfns): Ditto.
3936 2006-09-18  Kim F. Storm  <storm@cua.dk>
3938         * window.c (Fwindow_line_visibility): Remove.
3939         (Fwindow_line_height): New defun replacing it.
3940         (syms_of_window): Defsubr it.
3942 2006-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3944         * mac.c (SELECT_USE_CFSOCKET) [MAC_OSX]: Set default to 1.
3945         [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]: Fix pointer type.
3947 2006-09-17  Jay Belanger  <belanger@truman.edu>
3949         * gmalloc.c:
3950         * md5.c:
3951         * md5.h:
3952         * strftime.c: Replace "GNU Library General Public License" by "GNU
3953         General Public License" throughout.
3955 2006-09-17  Kim F. Storm  <storm@cua.dk>
3957         * dispnew.c (update_text_area): Undo 2000-07-18 change.
3958         Always redrawing whole row if line has mouse-face in it causes
3959         excessive flickering of the mode line.
3961 2006-09-17  Chong Yidong  <cyd@stupidchicken.com>
3963         * search.c (clear_regexp_cache): New function.
3965         * syntax.c (Fmodify_syntax_entry): Clear regexp cache.
3967 2006-09-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3969         * gtkutil.c (xg_get_file_with_chooser):
3970         Check x-gtk-show-chooser-help-text before adding the help text.
3972         * xfns.c (syms_of_xfns): New variable: x-gtk-show-chooser-help-text.
3974         * gtkutil.c (get_utf8_string): Try harder to convert to UTF8.  Gtk+
3975         will simply crash if we fail.
3977 2006-09-16  Richard Stallman  <rms@gnu.org>
3979         * regex.c (re_compile_pattern): Set gl_state.current_syntax_table.
3981 2006-09-15  Kim F. Storm  <storm@cua.dk>
3983         * window.c (Fwindow_line_visibility): New defun for line-move-partial.
3984         (syms_of_window): Defsubr it.
3985         (Fwindow_end): Use window's buffer rather than current buffer.
3987 2006-09-15  Jay Belanger  <belanger@truman.edu>
3989         * COPYING: Replace "Library Public License" by "Lesser Public
3990         License" throughout.
3992 2006-09-15  David Kastrup  <dak@gnu.org>
3994         * Makefile.in (keymap.o): Add "keymap.h" and "window.h" dependencies.
3996         * keymap.c: include "window.h".
3997         (Fcommand_remapping): New optional POSITION argument.
3998         (Fkey_binding): New optional POSITION argument.  Completely rework
3999         handling of mouse clicks to get the same order of keymaps as
4000         `read-key-sequence' and heed POSITION.  Also temporarily switch
4001         buffers to location of mouse click and back.
4003         * keyboard.c (command_loop_1): Adjust call of `Fcommand_remapping'
4004         for additional argument.
4005         (parse_menu_item): Adjust call of `Fkey_binding' for additional
4006         argument.
4007         (read_key_sequence): If there are both `local-map' and `keymap'
4008         text properties at some buffer position, heed both.
4010         * keymap.h: Declare additional optional arguments of
4011         `Fcommand_remapping' and `Fkey_binding'.
4013 2006-09-15  Juanma Barranquero  <lekktu@gmail.com>
4015         * indent.c (Fcurrent_column, Findent_to): Fix typos in docstring.
4017 2006-09-14  Andreas Schwab  <schwab@suse.de>
4019         * print.c: Whitespace fixup.
4021 2006-09-14  Kim F. Storm  <storm@cua.dk>
4023         * xdisp.c (produce_image_glyph): Automatically crop wide images at
4024         right window edge so we can draw the cursor on the same row to
4025         avoid confusing redisplay by placing the cursor outside the visible
4026         window area.
4028 2006-09-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4030         * xterm.c (x_initialize): Don't install Xt event timer here.
4031         (x_timeout_atimer_activated_flag): New var.
4032         (x_activate_timeout_atimer): New function to install Xt timer.
4033         (x_send_scroll_bar_event, x_process_timeouts): Use it.
4035         * xmenu.c (x_menu_set_in_use, popup_activate_callback)
4036         (create_and_show_popup_menu, create_and_show_dialog): Use it.
4038         * xterm.h (x_activate_timeout_atimer): Add prototype.
4040 2006-09-13  Richard Stallman  <rms@gnu.org>
4042         * print.c (print_string): When printcharfun is t,
4043         copy string contents and call strout on the copy.
4045         * keyboard.c (read_char): If end_time specified, don't put the
4046         event into this_command_keys.
4047         (read_key_sequence): If Voverriding_terminal_local_map is specified,
4048         don't check Voverriding_local_map at all.
4050 2006-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4052         * textprop.c (Fnext_property_change, Fnext_single_property_change)
4053         (Fprevious_property_change, Fprevious_single_property_change):
4054         Avoid changing limit, so we can correctly catch the case where the
4055         property is constant up to limit.
4057 2006-09-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4059         * macfns.c (mac_window) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
4060         * macterm.c (XTread_socket) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
4061         Undo 2006-09-08 change.
4063 2006-09-11  Chong Yidong  <cyd@stupidchicken.com>
4065         * keymap.c (Fkey_binding): Use string position for string objects.
4067 2006-09-11  Kim F. Storm  <storm@cua.dk>
4069         * keymap.c (Fkey_binding): Fix last change.
4071         * editfns.c (Fmessage): Recommend using (message "%s" ...).
4073 2006-09-10  Chong Yidong  <cyd@stupidchicken.com>
4075         * keymap.c (Fkey_binding): Check for local keymap for mouse click
4076         events.
4078 2006-09-10  Kim F. Storm  <storm@cua.dk>
4080         * keyboard.c (Finput_pending_p): Check Vunread_input_method_events
4081         and Vunread_post_input_method_events.
4083         * dispnew.c (Fredisplay): Document return value.
4085 2006-09-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4087         * xfns.c (Fx_close_connection): Call xg_display_close when USE_GTK.
4089         * gtkutil.c (xg_display_close): Always change default display if needed,
4090         check for < Gtk+ version 2.10 before calling gdk_display_close.
4092 2006-09-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4094         * mac.c [MAC_OSX] (sys_select): Check argument `nfds' more rigidly.
4095         Make variable `ofds' static.  Remove variable `maxfd'.
4097         * macfns.c (Fx_file_dialog): Remove unused variable `f'.
4098         Call check_mac.
4100         * macmenu.c (Vmenu_updating_frame, syms_of_macmenu):
4101         * w32menu.c (Vmenu_updating_frame, syms_of_w32menu):
4102         Apply 2006-09-08 change for xmenu.c.
4104         * xfns.c (Fx_file_dialog): Call check_x.
4106 2006-09-10  Kim F. Storm  <storm@cua.dk>
4108         * xdisp.c (get_window_cursor_type): Use hollow cursor on
4109         non-transparent images.
4111 2006-09-09  Eli Zaretskii  <eliz@gnu.org>
4113         * editfns.c (Fsystem_name): Mention "host" in the doc string.
4114         (syms_of_editfns) <system-name>: Likewise.
4116 2006-09-08  Martin Rudalics  <rudalics@gmx.at>
4118         * xdisp.c (mouse_autoselect_window): Remove.
4119         (Vmouse_autoselect_window): New variable.  DEFVAR_LISP it.
4121         * dispextern.h (mouse_autoselect_window): Remove extern.
4122         (Vmouse_autoselect_window): Add extern.
4124         * macterm.c (XTread_socket): Test Vmouse_autoselect_window
4125         instead of mouse_autoselect_window.
4127         * msdos.c (dos_rawgetc): Likewise.
4129         * w32term.c (w32_read_socket): Likewise.
4131         * xterm.c (handle_one_xevent): Likewise.
4133 2006-09-08  Richard Stallman  <rms@gnu.org>
4135         * xdisp.c (Vmenu_updating_frame): Define here.
4136         (syms_of_xdisp): DEFVAR it here.
4137         (update_menu_bar): Always return hooks_run.
4138         Set Vmenu_updating_frame.
4140         * xdisp.c (redisplay_internal): Test Vinhibit_redisplay
4141         before calculating SELECTED_FRAME.
4143         * xmenu.c (Vmenu_updating_frame): Don't define here.
4144         (syms_of_xmenu): Don't DEFVAR it here.
4146         * xterm.c (x_error_quitter): For BadName error, just return.
4148         * eval.c (find_handler_clause): Give up on debugger if INPUT_BLOCKED_P.
4150         * casetab.c (init_casetab_once): Call set_case_table.
4152         * emacs.c (shut_down_emacs): Set inhibit_sentinels.
4154         * process.c (inhibit_sentinels): New variable.
4155         (exec_sentinel): Test inhibit_sentinels.
4156         (init_process): Initialize it.
4158         * process.h (inhibit_sentinels): Add decl.
4160         * search.c (looking_at_1, string_match_1, search_command):
4161         Make syntax table's canon table point to eqv table.
4163 2006-09-08  Andreas Schwab  <schwab@suse.de>
4165         * print.c (strout): Fix whitespace.
4167 2006-09-08  Kim F. Storm  <storm@cua.dk>
4169         * xterm.c (x_draw_glyph_string): Fix 2006-08-24 change.
4171 2006-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4173         * mac.c [!MAC_OSX]: Don't include keyboard.h.
4174         [!MAC_OSX] (select): Try detect_input_pending before ReceiveNextEvent
4175         in the same BLOCK_INPUT block, in case that some input has already
4176         been read asynchronously.  Pretend to be interrupted by a signal
4177         if some input is available.
4178         [MAC_OSX] (select_and_poll_event, sys_select): Likewise.
4179         (SELECT_POLLING_PERIOD_USEC) [SELECT_USE_CFSOCKET]: Change to 100000.
4180         Now used for ReceiveNextEvent timeout instead of select timeout.
4181         (EVENT_CLASS_SOCK) [SELECT_USE_CFSOCKET]: Remove macro.
4182         [SELECT_USE_CFSOCKET] (socket_callback): Add non-blocking connect
4183         support.  Quit event loop.
4184         [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]: Add non-blocking
4185         connect support.  Reuse previously allocated CFRunLoopSource.
4186         (Fmac_process_hi_command) [TARGET_API_MAC_CARBON]: New function.
4187         (syms_of_mac) [TARGET_API_MAC_CARBON]: Defsubr it.
4189         * macfns.c (mac_window) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
4190         Specify kWindowAsyncDragAttribute.
4192         * macterm.c (mac_handle_origin_change, mac_handle_size_change)
4193         (mac_get_ideal_size): New functions.
4194         (x_set_offset, x_set_window_size, x_make_frame_visible)
4195         (do_zoom_window, mac_handle_window_event, XTread_socket): Use them.
4196         (install_window_handler, mac_handle_window_event)
4197         [USE_CARBON_EVENTS]: Handle kEventWindowGetIdealSize and
4198         kEventWindowBoundsChanged.
4199         (XTread_socket) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Don't call
4200         DragWindow.
4202 2006-09-07  Andreas Schwab  <schwab@suse.de>
4204         * m/ibms390x.h (START_FILES, LIB_STANDARD): Override to
4205         use lib64 instead of lib.
4207 2006-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4209         * Makefile.in: Avoid double quotes when possible.
4211 2006-09-06  Kenichi Handa  <handa@m17n.org>
4213         * editfns.c (Fformat_time_string): Use make_unibyte_string to make
4214         a Lisp string from the result of emacs_memftimeu call.
4216 2006-09-06  Kim F. Storm  <storm@cua.dk>
4218         * xdisp.c (pos_visible_p): Remove exact_mode_line_heights_p arg;
4219         so calculate heights even when pos-visible-in-window-p is called
4220         with partially = t.  Don't overshoot last_visible_y in move_it_to.
4221         Return row height and row number in new rowh and vpos args.
4222         (cursor_row_fully_visible_p): First line is always "fully visible".
4223         (try_window): Don't clear matrix if vscrolled.
4225         * lisp.h (pos_visible_p): Update prototype.
4227         * window.c (Fpos_visible_in_window_p): Adapt to new pos_visible_p.
4228         Return row height and row number for partially visible rows.
4229         Modify return value to a 2 element list for fully visible rows and
4230         6 for partially visible row.
4231         (window_scroll_pixel_based): Use pos_visible_p directly instead of
4232         Fpos_visible_in_window_p.  Fix auto vscrolling for partially
4233         visible lines.  Only vscroll backwards if already vscrolled
4234         forwards.  Unconditionally vscroll forwards if PT is first (and
4235         only) line.  Set new window start instead of scrolling at
4236         start/end of tall line.
4238 2006-09-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4240         * macterm.c (install_window_handler, mac_handle_window_event)
4241         [USE_CARBON_EVENTS]: Handle kEventWindowClose.
4242         [USE_MAC_TSM] (mac_handle_text_input_event): Set modifiers for
4243         ASCII keystroke event.
4245 2006-09-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4247         * gtkutil.c (xg_get_file_with_chooser): Don't mention specific keys in
4248         the file chooser message.  Only call gtk_file_chooser_set_current_name
4249         when action is SAVE.
4251 2006-09-04  Andreas Schwab  <schwab@suse.de>
4253         * Makefile.in: Double all single and back quotes in C-style
4254         comments to help fontifier.
4256 2006-09-03  Jason Rumney  <jasonr@gnu.org>
4258         * w32.c (shutdown_handler): New function to exit cleanly on shutdown.
4259         (globals_of_w32): Register it as a signal handler.
4261 2006-09-02  Juri Linkov  <juri@jurta.org>
4263         * marker.c (Fmarker_position): Doc fix.
4265 2006-09-03  Eli Zaretskii  <eliz@gnu.org>
4267         * window.c (syms_of_window) <split-height-threshold>:
4268         <window-min-height, window-min-width>: Doc fix.
4270 2006-09-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4272         * gtkutil.c (xg_get_file_with_chooser): Change file chooser message
4273         for writing files.  Call gtk_file_chooser_set_current_name to keep
4274         default filename.
4276         * minibuf.c (Finternal_complete_buffer): Move after DEFUN:s it calls.
4278 2006-09-02  Jindrich Makovicka  <makovick@gmail.com>  (tiny change)
4280         * fns.c (concat) [__GNUC__]: Declare with
4281         `__attribute__((noinline))'.
4283         * eval.c (apply1, call2) [__GNUC__]: Declare with
4284         `__attribute__((noinline))'.
4286 2006-09-02  Stuart D. Herring  <herring@lanl.gov>
4288         * minibuf.c (Finternal_complete_buffer): New function.
4289         (syms_of_minibuf): Defsubr it.
4290         (Fread_buffer): Use it, instead of Vbuffer_alist.
4292 2006-09-01  Martin Rudalics  <rudalics@gmx.at>
4294         * buffer.h (struct buffer_text): New field chars_modiff.
4295         (CHARS_MODIFF, BUF_CHARS_MODIFF): New macros.
4296         * buffer.c (Fbuffer_chars_modified_tick): New function returning
4297         value of BUF_CHARS_MODIFF.
4298         (syms_of_buffer): Defsubr it.
4299         (Fget_buffer_create): Initialize BUF_CHARS_MODIFF.
4300         * insdel.c (modify_region): New argument preserve_chars_modiff.
4301         Set CHARS_MODIFF to MODIFF provided preserve_chars_modiff is zero.
4302         (insert_1_both, insert_from_string_1, insert_from_buffer_1)
4303         (adjust_after_replace, adjust_after_replace_noundo)
4304         (replace_range, replace_range_2, del_range_2): Reset CHARS_MODIFF.
4305         * lisp.h (modify_region): Add fourth argument in extern.
4306         * casefiddle.c (casify_region): Call modify_region with fourth
4307         argument zero to assert that CHARS_MODIFF is updated.
4308         * editfns.c (Fsubst_char_in_region, Ftranslate_region_internal)
4309         (Ftranspose_regions): Likewise.
4310         * textprop.c (Fadd_text_properties, Fset_text_properties)
4311         (Fremove_text_properties, Fremove_list_of_text_properties):
4312         Call modify_region with fourth argument 1 to avoid that
4313         CHARS_MODIFF is updated.
4315 2006-08-31  Richard Stallman  <rms@gnu.org>
4317         * editfns.c (Fformat): Don't sign-extend for %o or %x.
4319 2006-08-29  Chong Yidong  <cyd@stupidchicken.com>
4321         * indent.c (Fvertical_motion): Don't move back if we were
4322         displaying a Lisp string, either.
4324 2006-08-28  Kim F. Storm  <storm@cua.dk>
4326         * xdisp.c (get_window_cursor_type) [!HAVE_WINDOW_SYSTEM]:
4327         Don't attempt to replace cursor on image glyphs.
4329 2006-08-28  Kenichi Handa  <handa@m17n.org>
4331         * coding.c (Fdetect_coding_region, Fdetect_coding_string):
4332         Fix docstring about ISO-2022 control characters.
4334 2006-08-28  Kim F. Storm  <storm@cua.dk>
4336         * xdisp.c (get_window_cursor_type): Replace BOX cursor on images
4337         with a hollow box cursor if image is larger than 32x32 (or the default
4338         frame font if that is bigger).  Replace any other cursor on images
4339         with hollow box cursor, as redisplay doesn't support bar and hbar
4340         cursors on images.
4342 2006-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4344         * alloc.c (BLOCK_INPUT_ALLOC, UNBLOCK_INPUT_ALLOC): Undo previous
4345         change.  Move mutex lock/unlock operations inside BLOCK_INPUT.
4347         * dired.c (directory_files_internal_unwind, directory_files_internal)
4348         (file_name_completion): Add BLOCK_INPUT around opendir/closedir.
4350         * image.c [MAC_OS] (image_load_qt_1): Use ComponentResult instead
4351         of OSErr.
4353         * keyboard.c (in_sighandler): Remove variable.
4354         (Fcurrent_idle_time): Add missing `doc:'.
4355         (input_available_signal, init_keyboard): Undo previous change.
4357         * keyboard.h (in_sighandler): Remove extern.
4359         * mac.c (create_apple_event_from_event_ref, select)
4360         (Fmac_get_file_creator, Fmac_get_file_type, Fmac_set_file_creator)
4361         (Fmac_set_file_type, cfstring_create_normalized)
4362         (mac_get_system_locale, select_and_poll_event, sys_select):
4363         Use OSStatus instead of OSErr.
4365         * macfns.c [TARGET_API_MAC_CARBON] (mac_update_proxy_icon):
4366         Don't use FRAME_FILE_NAME.  Use (FS)UpdateAlias.
4367         (Fx_create_frame): Apply 2006-07-03 for xfns.c.
4369         * macselect.c (get_scrap_from_symbol, clear_scrap, put_scrap_string)
4370         (put_scrap_private_timestamp, scrap_has_target_type, get_scrap_string)
4371         (get_scrap_private_timestamp, get_scrap_target_type_list)
4372         (x_own_selection, x_get_foreign_selection)
4373         (Fx_disown_selection_internal, Fx_selection_owner_p)
4374         (Fx_selection_exists_p): Use OSStatus instead of OSErr.
4376         * macterm.c (mac_draw_string_common, mac_query_char_extents)
4377         (x_iconify_frame, XLoadQueryFont, install_window_handler)
4378         (mac_handle_command_event, init_command_handler, init_menu_bar):
4379         Use OSStatus instead of OSErr.
4380         (x_free_frame_resources) [TARGET_API_MAC_CARBON]: Don't use
4381         FRAME_FILE_NAME.
4382         (x_query_font): Apply 2006-08-04 change for xterm.c.
4383         (Qhi_command): Rename from Qhicommand.  All uses changed.
4385         * macterm.h (struct mac_output) [TARGET_API_MAC_CARBON]: Remove member
4386         file_name.
4387         (FRAME_FILE_NAME): Remove macro.
4388         (install_window_handler, create_apple_event_from_event_ref):
4389         Return OSStatus instead of OSErr.
4391 2006-08-26  Kim F. Storm  <storm@cua.dk>
4393         * buffer.c (Fset_buffer_multibyte):
4394         * editfns.c (Fcurrent_time, Fget_internal_run_time):
4395         * macfns.c (Fxw_color_values):
4396         * w32fns.c (Fxw_color_values):
4397         * xfns.c (Fxw_color_values): Simplify; use list3.
4399         * fileio.c (Fmake_directory_internal, Fdelete_directory)
4400         (Fdelete_file): Simplify; use list1.
4401         (Frename_file, Fadd_name_to_file, Fmake_symbolic_link):
4402         Simplify; remove NO_ARG_ARRAY stuff, use list2.
4404 2006-08-25  Richard Stallman  <rms@gnu.org>
4406         * buffer.c (Fswitch_to_buffer): Fix previous change.
4408 2006-08-25  Kim F. Storm  <storm@cua.dk>
4410         * keyboard.c (Fcurrent_idle_time): Simplify.
4412 2006-08-25  Richard Stallman  <rms@gnu.org>
4414         * fns.c (sxhash_string): Rotate properly; don't lose bits.
4416 2006-08-24  Francesc Rocher  <francesc.rocher@gmail.com>
4418         * xdisp.c (overline_margin): New variable.
4419         (x_produce_glyphs): Use it.
4420         (syms_of_xdisp): DEFVAR_INT it.
4422         * xterm.c (x_underline_at_descent_line): New variable.
4423         (syms_of_xterm): DEFVAR_BOOL it.
4424         (x_draw_glyph_string): Use it.
4425         Draw underline and overline up to the end of line if the face
4426         extends to the end of line.
4428         * macterm.c: Likewise.
4430         * w32term.c: Likewise.
4432 2006-08-24  Nick Roberts  <nickrob@snap.net.nz>
4434         * buffer.c (Fswitch_to_buffer): Move buffer to front of
4435         buffer-alist if necessary.
4437 2006-08-22  Kim F. Storm  <storm@cua.dk>
4439         * xdisp.c (update_tool_bar): Redisplay toolbar also when only
4440         number of items changes.
4442 2006-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4444         * buffer.c (Fset_buffer_multibyte): Record proper undo entry.
4446 2006-08-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4448         * keyboard.c: Clarify difference between in_sighandler and
4449         handling_signal.
4451 2006-08-21  Kim F. Storm  <storm@cua.dk>
4453         * macterm.c (x_draw_stretch_glyph_string):
4454         * w32term.c (x_draw_stretch_glyph_string):
4455         * xterm.c (x_draw_stretch_glyph_string): It is ok to draw a
4456         stretch glyph in left marginal areas on header and mode lines.
4458 2006-08-21  Kenichi Handa  <handa@m17n.org>
4460         * keyboard.c (syms_of_keyboard): Docstring of
4461         Vunread_post_input_method_events and Vunread_input_method_events
4462         fixed.
4464 2006-08-20  Chong Yidong  <cyd@stupidchicken.com>
4466         * keyboard.c (show_help_echo): Preserve mouse movement flag if
4467         tracking mouse.
4469 2006-08-20  Richard Stallman  <rms@gnu.org>
4471         * xfaces.c (load_pixmap): Add quotes in error message.
4473         * keyboard.c (Fcurrent_idle_time): New function.
4474         (syms_of_keyboard): defsubr it.
4476 2006-08-18  Nick Roberts  <nickrob@snap.net.nz>
4478         * window.c (Fset_window_fringes): Do nothing on a tty.
4479         (Fwindow_fringes): Put ? operator after the line break.
4481 2006-08-16  Andreas Schwab  <schwab@suse.de>
4483         * print.c (debug_output_compilation_hack): Fix return type.
4485 2006-08-16  Richard Stallman  <rms@gnu.org>
4487         * print.c (debug_output_compilation_hack): New function.
4489 2006-08-16  Kenichi Handa  <handa@m17n.org>
4491         * fileio.c (choose_write_coding_system): Use LF for end-of-line
4492         in auto-saving.
4494 2006-08-15  Chong Yidong  <cyd@stupidchicken.com>
4496         * keyboard.c (read_char): Don't change idle timer state at all if
4497         end_time is supplied.
4499 2006-08-15  Kenichi Handa  <handa@m17n.org>
4501         * coding.c (ONE_MORE_BYTE_CHECK_MULTIBYTE): New arg RET.  If SRC
4502         is exhausted, return with RET.
4503         (detect_coding_emacs_mule, detect_coding_iso2022)
4504         (detect_coding_sjis, detect_coding_big5, detect_coding_utf_8)
4505         (detect_coding_utf_16, detect_coding_ccl): Adjusted for the above
4506         change.
4508 2006-08-14  Chong Yidong  <cyd@stupidchicken.com>
4510         * keyboard.c (read_char): Don't reset idle timers if a time limit
4511         is supplied.
4513 2006-08-14  Kim F. Storm  <storm@cua.dk>
4515         * .gdbinit (pitx): Print iterator position.
4516         Limit stack dump in case iterator is not initialized.
4518 2006-08-12  Eli Zaretskii  <eliz@gnu.org>
4520         * frame.c (Fmouse_position, Fmouse_pixel_position)
4521         (Fset_mouse_position, Fset_mouse_pixel_position): Doc fix.
4523 2006-08-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4525         * xselect.c (Fx_register_dnd_atom): New function.
4526         (syms_of_xselect): Defsubr it.
4527         (x_handle_dnd_message): Check that message_type is in
4528         dpyinfo->x_dnd_atoms before generating lisp event.
4530         * xterm.h (struct x_display_info): Add x_dnd_atoms* to keep track
4531         of drag and drop Atoms.
4533         * xterm.c (x_term_init): Initialize dpyinfo->x_dnd_atoms*.
4535 2006-08-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4537         * keyboard.c: Define in_sighandler.
4538         (input_available_signal): Set in_sighandler.
4539         (init_keyboard): Initialize in_sighandler.
4541         * keyboard.h: Declare in_sighandler.
4543         * alloc.c (UNBLOCK_INPUT_ALLOC, BLOCK_INPUT_ALLOC): Use in_sighandler
4544         to check if mutex should be locked or not.
4546 2006-08-09  Richard Stallman  <rms@gnu.org>
4548         * keyboard.c (keyremap_step): No-op if fkey->parent = nil.
4549         (read_key_sequence): Always start fkey.start and fkey.end at 0,
4550         and likewise for keytran.
4552 2006-08-09  Kenichi Handa  <handa@m17n.org>
4554         * coding.c (syms_of_coding): Improve the docstring
4555         of file-coding-system-alist.
4557 2006-08-07  Andreas Schwab  <schwab@suse.de>
4559         * puresize.h (BASE_PURESIZE): Increase to 1120000.
4561 2006-08-06  Chong Yidong  <cyd@stupidchicken.com>
4563         * buffer.c (Vchange_major_mode_hook, Qchange_major_mode_hook): New vars.
4564         (Fkill_all_local_variables): Use it.
4565         (syms_of_buffer): Defvar it.
4567 2006-08-05  Eli Zaretskii  <eliz@gnu.org>
4569         * w32.c (w32_valid_pointer_p): New function.
4571         * w32.h: Add prototype for w32_valid_pointer_p.
4573         * alloc.c: Include w32.h.
4574         (valid_lisp_object_p) [WINDOWSNT]: Call w32_valid_pointer_p to do
4575         the job.
4577         * keyboard.c (kbd_buffer_get_event): Return Qnil when current time
4578         is exactly equal to end_time, not only when it is past that.
4580 2006-08-04  Chong Yidong  <cyd@stupidchicken.com>
4582         * keyboard.c (read_char): Rebalance specpdl after receiving jump.
4584         * process.c: Reapply 2006-08-01 change.
4586 2006-08-04  Eli Zaretskii  <eliz@gnu.org>
4588         * w32fns.c (w32_query_font): Fix last change: use stricmp.
4590 2006-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4592         * editfns.c (Fsubst_char_in_region): Redo the setup work after running
4593         the before-change-functions since they may have altered the buffer.
4595 2006-08-04  Ralf Angeli  <angeli@caeruleus.net>
4597         * w32fns.c (w32_createwindow): Handle -geometry command line option
4598         and the geometry settings in the Registry.
4600 2006-08-04  Kenichi Handa  <handa@m17n.org>
4602         * w32fns.c (w32_query_font): Compare names by ignoring case.
4604         * xterm.c (x_query_font): Compare names by ignoring case.
4606 2006-08-03  Jason Rumney  <jasonr@gnu.org>
4608         * w32menu.c (w32_menu_show, w32_dialog_show): Call Fsignal to quit
4609         when no option selected.
4611 2006-08-03  Chong Yidong  <cyd@stupidchicken.com>
4613         * process.c: Revert last change.
4615 2006-08-01  Kim F. Storm  <storm@cua.dk>
4617         * process.c (wait_reading_process_output_unwind): New function.
4618         Restores waiting_for_user_input_p to saved value.
4619         (wait_reading_process_output): Unwind protect waiting_for_user_input_p
4620         instead of save/restore old value on stack.
4622 2006-07-30  Thien-Thi Nguyen  <ttn@gnu.org>
4624         * editfns.c: Undo 2006-06-27 change.
4626 2006-07-29  Eli Zaretskii  <eliz@gnu.org>
4628         * coding.c (Ffind_operation_coding_system): Revert the change from
4629         2006-05-29.
4631         * alloc.c [WINDOWSNT]: Include fcntl.h, to fix last change.
4633 2006-07-28  Richard Stallman  <rms@gnu.org>
4635         * xfaces.c (lookup_named_face, Fdisplay_supports_face_attributes_p):
4636         Add conditional aborts for clarity.
4638         * xdisp.c (update_menu_bar): New arg HOOKS_RUN.  Callers changed.
4639         Used to avoid running the hooks over and over for each frame.
4640         (prepare_menu_bars): Pass value from update_menu_bar
4641         as HOOKS_RUN of next call.
4643         * keyboard.c (safe_run_hooks_1): Don't crash if Vrun_hooks is nil.
4645 2006-07-28  Kim F. Storm  <storm@cua.dk>
4647         * alloc.c (valid_pointer_p): New function (from valid_lisp_object_p).
4648         (valid_lisp_object_p): Use it to check for valid SUBRP obj.
4650 2006-07-26  Chong Yidong  <cyd@stupidchicken.com>
4652         * keyboard.c (read_char): New arg END_TIME specifying timeout.
4653         All callers changed.  Turn off echoing if END_TIME is non-NULL.
4654         (kbd_buffer_get_event): New arg END_TIME.
4656         * lread.c (read_filtered_event): New arg SECONDS to wait until.
4657         (Fread_char, Fread_event, Fread_char_exclusive): New arg SECONDS.
4659         * lisp.h: Update read-char, read-event, and read_filtered_event
4660         prototypes.
4662         * keyboard.h: Include systime.h.  Update read_char prototype.
4664 2006-07-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4666         * alloc.c (find_string_data_in_pure): New function.
4667         (make_pure_string): Use it to reuse existing string data if possible.
4669         * puresize.h (BASE_PURESIZE): Decrease to 1102000.
4671 2006-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4673         * keymap.c (Fdefine_key): If the key binding definition looks like an
4674         XEmacs-style key sequence, convert it to Emacs's format.
4676 2006-07-22  Ralf Angeli  <angeli@caeruleus.net>
4678         * w32fns.c (w32_createwindow): If `left' and/or `top' frame
4679         parameters are bound to some values, use that instead of
4680         CW_USEDEFAULT.
4682 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
4684         * w32.c (convert_time): Use explicit long double constants to
4685         ensure long double arithmetics is used throughout.
4687 2006-07-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4689         * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): New vars.
4690         (init_alloc_once): Initialize them.
4691         (pure_alloc): Allocate non-Lisp objects from the end of pure storage
4692         without alignment.
4694         * puresize.h (BASE_PURESIZE): Decrease to 1141000.
4696 2006-07-18  Francis Litterio  <franl@world.std.com>
4698         * w32term.c (x_calc_absolute_position): Fix frame positioning
4699         with negative X/Y coordinates.
4701 2006-07-18  Dan Nicolaescu  <dann@ics.uci.edu>
4703         * xterm.c (x_connection_closed, x_error_quitter): Mark as NO_RETURN.
4705         * textprop.c (text_read_only): Likewise.
4707         * lread.c (end_of_file_error): Likewise.
4709         * lisp.h (circular_list_error, memory_full, buffer_memory_full):
4710         Likewise.
4712         * eval.c (unwind_to_catch): Likewise.
4714         * buffer.h (buffer_slot_type_mismatch): Likewise.
4716 2006-07-18  Kim F. Storm  <storm@cua.dk>
4718         Cleanup Fsignal calls that never returns; now only use it for Qquit.
4720         * eval.c (xsignal): New func.  Like Fsignal, but marked no-return.
4721         (xsignal0, xsignal1, xsignal2, xsignal3): New no-return functions.
4722         (signal_error): New no-return function (from xfaces.c).
4723         (Fthrow): Use xsignal2 instead of Fsignal + abort.
4724         (error): Use xsignal1 instead of Fsignal + abort.
4725         (FletX, Flet, grow_specpdl): Use signal_error.
4726         (Feval, Ffuncall, funcall_lambda): Use xsignal1, xsignal2.
4728         * alloc.c (buffer_memory_full, memory_full): Use xsignal.  Remove loop.
4729         (list1): New function.
4731         * lisp.h (list1): Add EXFUN.
4732         (xsignal, xsignal0, xsignal1, xsignal2, xsignal3, signal_error):
4733         Add prototypes.  Mark them as no-return.
4735         * buffer.c (Fbuffer_local_value, Fbarf_if_buffer_read_only):
4736         Use xsignal1.
4738         * callint.c (check_mark): Use xsignal0.
4740         * casefiddle.c (casify_object): wrong_type_argument is no-return.
4742         * cmds.c (Fforward_char, Fdelete_char): Use xsignal0.
4744         * coding.c (Fcheck_coding_system): Use xsignal1.  Remove loop.
4745         (Fdefine_coding_system_internal): Use xsignal1.
4747         * data.c (circular_list_error): Use xsignal.
4748         (wrong_type_argument): Use xsignal2.  Don't care about return value.
4749         (args_out_of_range, args_out_of_range_3): Use xsignal2, xsignal3.
4750         Remove loop around Fsignal.
4751         (indirect_variable, Fsymbol_value, set_internal, Fdefault_value)
4752         (indirect_function, Findirect_function, Fstring_to_number)
4753         (Fmakunbound, Ffmakunbound, Fsymbol_function, Ffset): Use xsignal1.
4754         (arith_driver, float_arith_driver, Frem, Fmod, arith_error):
4755         Use xsignal0.
4757         * doc.c (Fdocumentation): Use xsignal1.
4759         * editfns.c (region_limit, Fget_internal_run_time): Use xsignal0.
4761         * fileio.c (report_file_error): Use xsignal.
4762         (barf_or_query_if_file_exists, Fcopy_file, Fdelete_file)
4763         (Finsert_file_contents): Use xsignal2.
4764         (syms_of_fileio): Use list2, list3.
4766         * floatfns.c (arith_error, range_error, domain_error): Use xsignal2.
4767         (range_error2, domain_error2): Use xsignal3.
4768         (rounding_driver, fmod_float): Use xsignal0.
4769         (float_error): Use xsignal1.
4770         (matherr): Use xsignal.
4772         * fns.c (Flength): wrong_type_argument is no-return.
4773         (hashfn_user_defined, Fmake_hash_table): Use signal_error.
4774         (Fmd5): Use xsignal1.
4776         * frame.c (x_set_line_spacing, x_set_screen_gamma): Use signal_error.
4778         * keyboard.c (recursive_edit_1): Use xsignal1.
4780         * keymap.c (Fmap_keymap): Use xsignal1.
4782         * lread.c (Fload): Use xsignal2, signal_error.
4783         (end_of_file_error): Use xsignal0, xsignal1.
4784         (read0): Use xsignal1.
4785         (invalid_syntax): New error function marked no-return.
4786         (read_integer, read1, read_list): Use it.
4788         * macselect.c (x_get_local_selection): Use signal_error.
4790         * msdos.c (Fmsdos_set_mouse_buttons): Use xsignal2.
4792         * search.c (compile_pattern_1): Use xsignal1.
4793         (signal_failure): Remove (was only called once).
4794         (search_command): Use xsignal1 instead of signal_failure.
4796         * syntax.c (scan_lists): Use xsignal3.
4798         * textprop.c (text_read_only): Use xsignal0, xsignal1.
4800         * unexsol.c (unexec): Use xsignal.
4802         * window.c (window_scroll_pixel_based, window_scroll_line_based):
4803         Use xsignal0.
4805         * xfaces.c (signal_error): Move to eval.c.
4806         (resolve_face_name): Use xsignal1.
4808         * xfns.c (x_decode_color): Use signal_error.
4810         * xselect.c (x_get_local_selection, copy_multiple_data)
4811         (x_get_window_property_as_lisp_data)
4812         (lisp_data_to_selection_data, CHECK_CUT_BUFFER)
4813         (Fx_get_cut_buffer_internal): Use signal_error.
4815 2006-07-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4817         * macterm.c (XTread_socket): Undo previous change.
4819 2006-07-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4821         * macterm.c (keycode_to_xkeysym): Remove function.  All uses now
4822         directly lookup keycode_to_xkeysym_table.
4823         [USE_MAC_TSM] (mac_handle_text_input_event): Don't construct
4824         ASCII_KEYSTROKE_EVENT for non-zero keycode_to_xkeysym_table entries.
4825         (XTread_socket): Use character codes to construct keypad key events.
4826         (mac_initialize_display_info) [MAC_OSX]: Use CGDisplaySamplesPerPixel.
4827         (x_delete_display): Apply 2006-07-04 change for xterm.c.
4829 2006-07-17  Richard Stallman  <rms@gnu.org>
4831         * keyboard.c (Vcommand_error_function): New variable.
4832         (syms_of_keyboard): Defvar it.
4833         (cmd_error_internal): Simplify, and handle Vcommand_error_function.
4835         * dispnew.c (init_display): Mention DISPLAY as well as TERM in err msg.
4837 2006-07-17  Kim F. Storm  <storm@cua.dk>
4839         * xdisp.c (handle_single_display_spec): Ensure the right value of
4840         it->position is saved by push_it.
4841         (pop_it): Restore it->object for GET_FROM_BUFFER and GET_FROM_STRING.
4842         (reseat_1): Don't setup it->object twice.
4843         (set_iterator_to_next): No need to set it->object after pop_it.
4844         (move_it_to): Explicitly check to see if last move reached to_charpos.
4846 2006-07-17  Thien-Thi Nguyen  <ttn@gnu.org>
4848         * xdisp.c (display_mode_line): Preserve match data.
4850 2006-07-14  Kim F. Storm  <storm@cua.dk>
4852         * w32.c (pfn_WSACreateEvent, pfn_WSACloseEvent): New func ptrs.
4853         (init_winsock): Load them.  Use ws2_32.dll.
4854         (sys_listen): Undo last change.  Just set FILE_LISTEN flag.
4855         (sys_accept): Undo last change.  Instead, set child status to
4856         STATUS_READ_ACKNOWLEDGED and reset char_avail event so next
4857         sys_select will wakeup the reader thread.
4858         (_sys_wait_accept): New function used by reader thread to wait for
4859         an incoming connection on a server socket.
4861         * w32.h (_sys_read_ahead, _sys_wait_accept): Add prototypes.
4863         * w32proc.c (reader_thread): Use _sys_wait_accept to wait on a
4864         server socket (FILE_LISTEN flag).
4866 2006-07-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4868         * sound.c (alsa_init): Call snd_pcm_close after successful snd_pcm_open.
4870 2006-07-14  Kim F. Storm  <storm@cua.dk>
4872         * w32.c: Fix high cpu load for server sockets.
4873         (pfn_WSAEventSelect): New function ptr.
4874         (init_winsock): Load it.
4875         (sys_listen): Set FILE_LISTEN flag. Set event mask for socket's
4876         char_avail event object to FD_ACCEPT.
4877         (sys_accept): Check FILE_LISTEN flag.  Set event mask on new
4878         socket's char_avail event object to FD_READ|FD_CLOSE.
4880         * w32.h (FILE_LISTEN): New filedesc flag value.
4882 2006-07-13  Kim F. Storm  <storm@cua.dk>
4884         * bytecode.c (Fbyte_code): Use CAR, CDR for Bcar, Bcdr.
4885         Use CAR_SAFE, CDR_SAFE for Bcar_safe, Bcdr_safe.
4886         Simplify loops and use CAR for Bnth and Belt.
4888         * data.c (Findirect_function): Optimize for no indirection.
4890         * eval.c (Fthrow): Remove loop around Fsignal.
4891         (Feval, Fapply, Ffuncall): Optimize for no function indirection.
4892         Use original function name in all signaled errors.
4893         Simplify Fsignal calls (no return).
4894         (funcall_lambda): Simplify Fsignal calls (no return).
4896 2006-07-13  Andreas Schwab  <schwab@suse.de>
4898         * syntax.c (scan_sexps_forward): Use EMACS_INT for out_bytepos and
4899         out_charpos.
4901 2006-07-13  Kenichi Handa  <handa@m17n.org>
4903         * editfns.c (Fformat): Fix calculation of text property positions
4904         of format string.
4906 2006-07-12  Kim F. Storm  <storm@cua.dk>
4908         * lisp.h (CHECK_TYPE): New macro for generic type checking.
4909         (CAR_SAFE, CDR_SAFE): New macros.
4910         (ARRAYP, CHECK_ARRAY): New macros.
4911         (CHECK_VECTOR_OR_STRING, CHECK_SUBR): New macros.
4912         (CHECK_WINDOW_CONFIGURATION): New macro.
4913         (CHECK_LIST_CONS, CHECK_LIST_END): New checks for list traversal.
4914         (CHECK_STRING_OR_BUFFER, CHECK_HASH_TABLE, CHECK_LIST)
4915         (CHECK_STRING, CHECK_STRING_CAR, CHECK_CONS, CHECK_SYMBOL)
4916         (CHECK_CHAR_TABLE, CHECK_VECTOR, CHECK_VECTOR_OR_CHAR_TABLE)
4917         (CHECK_BUFFER, CHECK_WINDOW, CHECK_LIVE_WINDOW, CHECK_PROCESS)
4918         (CHECK_NUMBER, CHECK_NATNUM, CHECK_MARKER, CHECK_OVERLAY)
4919         (CHECK_NUMBER_COERCE_MARKER, CHECK_FLOAT, CHECK_NUMBER_OR_FLOAT)
4920         (CHECK_NUMBER_OR_FLOAT_COERCE_MARKER): Use CHECK_TYPE.
4922         * category.h (CHECK_CATEGORY, CHECK_CATEGORY_SET):
4923         * frame.h (CHECK_FRAME, CHECK_LIVE_FRAME): Use CHECK_TYPE.
4925         * callint.c (Fcall_interactively):
4926         * casefiddle.c (casify_object):
4927         * editfns.c (general_insert_function):
4928         * fns.c (Flength, Felt, Ffillarray):
4929         * data.c (Fcar, Fcdr): Remove loop around wrong_type_argument.
4931         * data.c (wrong_type_argument): Remove loop around Fsignal.
4932         (Farrayp, Fsequencep): Use ARRAYP.
4933         (Fcar): Use CAR.
4934         (Fcar_safe): Use CAR_SAFE.
4935         (Fcdr): Use CDR.
4936         (Fcdr_safe): Use CDR_SAFE.
4937         (Fsetcar, Fsetcdr): Use CHECK_CONS.
4938         (Fsubr_arity, Fsubr_name): Use CHECK_SUBR.
4939         (Faset): Use CHECK_ARRAY.
4941         * fns.c (Felt): Use CHECK_ARRAY.
4942         (concat): Use CHECK_NUMBER.
4943         (Fsubstring, substring_both): Use CHECK_VECTOR_OR_STRING.
4944         (Fmemq): Use CHECK_LIST.
4945         (Fassq, Fassoc, Frassq, Frassoc): Use CAR.
4946         (assq_no_quit): Use CAR_SAFE.
4947         (Fnthcdr, Fmember, Fdelq, Fdelete, Fnreverse, Fnconc):
4948         Use CHECK_LIST_CONS.
4949         (Freverse, Fplist_get, Flax_plist_get): Use CHECK_LIST_END.
4951         * bytecode.c (Fbyte_code): Use CHECK_VECTOR.
4953         * casetab.c (check_case_table):
4954         * category.c (check_category_table):
4955         * marker.c (Fcopy_marker):
4956         * syntax.c (check_syntax_table):
4957         * xfaces.c (load_pixmap): Use CHECK_TYPE.
4959         * fns.c (Fcopy_sequence, concat):
4960         * fringe.c (Fdefine_fringe_bitmap):
4961         * lread.c (check_obarray): Cleanup wrong_type_argument use.
4963         * keyboard.c (access_keymap_keyremap): Use ARRAYP.
4965         * keymap.c (Fdefine_key, Flookup_key):
4966         * macros.c (Fstart_kbd_macro): Use CHECK_VECTOR_OR_STRING.
4968         * mac.c (Fmac_get_preference): Use CHECK_LIST_END.
4970         * search.c (Fset_match_data): Use CHECK_LIST.
4972         * sunfns.c (sun_item_create): Use CHECK_LIST_CONS.
4974         * window.c (Fwindow_configuration_frame, Fset_window_configuration):
4975         (compare_window_configurations): Use CHECK_WINDOW_CONFIGURATION.
4977 2006-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4979         * Makefile.in (dired.o, editfns.o, fileio.o): Depend on blockinput.h.
4981         * dired.c: Include blockinput.h.
4982         (Ffile_attributes): Add BLOCK_INPUT around getpwuid/getgrgid.
4984         * editfns.c: Include blockinput.h.
4985         (Fuser_login_name, Fuser_full_name): Add BLOCK_INPUT around
4986         getpwuid/getpwnam.
4988         * fileio.c: Include blockinput.h.
4989         (Fexpand_file_name, search_embedded_absfilename): Add BLOCK_INPUT
4990         around getpwnam.
4991         (search_embedded_absfilename): Remove spurious xfree.
4993 2006-07-11  Kim F. Storm  <storm@cua.dk>
4995         * dispnew.c (sit_for): Reduce number of args from 5 to 3.
4996         Now just one TIMEOUT arg that can be a Lisp float or Lisp int.
4997         Combine args DISPLAY and INITIAL_DISPLAY into one arg DO_DISPLAY.
4998         Signal error if TIMEOUT is not a number.
4999         Undo 2006-06-14 change for non-preemptive display if TIMEOUT < 0.
5000         The rework of sit_for args also fixes several incorrect Qt args
5001         which should have been 1.
5002         (Fredisplay): Pass 1 instead of Qt to swallow_events and
5003         detect_input_pending_run_timers.
5005         * lisp.h (sit_for): Update prototype.
5006         (Fredisplay): Add EXFUN.
5008         * dispextern.h (sit_for): Remove prototype.
5010         * callint.c (Fcall_interactively):
5011         * minibuf.c (temp_echo_area_glyphs):
5012         * keyboard.c (command_loop_1, read_char, Fexecute_extended_command):
5013         * fileio.c (Fdo_auto_save): Update/simplify sit_for calls.
5015 2006-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5017         * syntax.c (forw_comment): Also use EMACS_INT for buffer positions.
5019 2006-07-11  Kim F. Storm  <storm@cua.dk>
5021         * dispnew.c (Fredisplay): Add FORCE argument to force redisplay when
5022         input is available.  Fix test for redisplay_dont_pause non-nil.
5023         Specbind redisplay-dont-pause to t if FORCE non-nil.
5025 2006-07-10  Chong Yidong  <cyd@stupidchicken.com>
5027         * puresize.h (BASE_PURESIZE): Increment to 1211000.
5029         * dispnew.c (Fredisplay): New function, equivalent to (sit-for 0).
5030         (Fsit_for): Function deleted.
5032         * keyboard.c (command_loop_1, Fexecute_extended_command):
5033         Call sit_for instead of Fsit_for.
5035         * minibuf.c (temp_echo_area_glyphs): Likewise.
5037 2006-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5039         * syntax.c (Fforward_comment): Revert the reversion.
5040         (back_comment, scan_lists): Also use EMACS_INT for buffer positions.
5042 2006-07-09  John Paul Wallington  <jpw@pobox.com>
5044         * syntax.c (Fforward_comment): Revert previous change.
5046 2006-07-09  Kim F. Storm  <storm@cua.dk>
5048         * window.c (Fforce_window_update): Doc fix.
5050 2006-07-08  Stephen Gildea  <gildea@stop.mail-abuse.org>
5052         * fileio.c (do_auto_save_make_dir): Make the auto-save-list-file
5053         directory unreadable for better user privacy.
5055 2006-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5057         * syntax.c (Fforward_comment): Fix int-32 vs EMACS_INT-64 mixup.
5059         * lread.c (read_filtered_event): Remove `register' qualifier because it
5060         causes compilation problem with gcc-4.0.2-20051125 on amd64.
5061         (readevalloop): Remove unused var `bpos'.
5062         Yet another int/Lisp_Object mixup (YAILOM).
5064 2006-07-07  Eli Zaretskii  <eliz@gnu.org>
5066         * keyboard.c (Fexecute_extended_command): Mention the argument
5067         PREFIXARG in the doc string.
5069 2006-07-07  Kim F. Storm  <storm@cua.dk>
5071         * fringe.c (Fdefine_fringe_bitmap): Doc fix.
5073 2006-07-05  Chong Yidong  <cyd@stupidchicken.com>
5075         * insdel.c (prepare_to_modify_buffer): For an indirect buffer, do
5076         clash detection using the base buffer.
5078         * puresize.h (BASE_PURESIZE): Increment to 1210500.
5080 2006-07-04  Kim F. Storm  <storm@cua.dk>
5082         * xterm.c (x_delete_display): Don't free or derefence NULL pointers.
5084 2006-07-04  Kenichi Handa  <handa@m17n.org>
5086         * fontset.c (Fset_overriding_fontspec_internal): Check if we need
5087         to update Voverriding_fontspec_alist.
5089 2006-07-03  Richard Stallman  <rms@gnu.org>
5091         * xfns.c (Fx_create_frame): Move unwind_create_frame setup down.
5093         * xfaces.c (Fface_attribute_relative_p): Doc fix.
5095         * textprop.c (Fget_char_property_and_overlay): Doc fix.
5097         * eval.c (Fdefvaralias): Doc fix.
5099 2006-07-03  Kim F. Storm  <storm@cua.dk>
5101         * dispnew.c (sit_for): Fix preempt condition.
5103 2006-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5105         * lread.c (read_filtered_event): Treat select-window just like
5106         switch-frame.
5108 2006-07-02  Kim F. Storm  <storm@cua.dk>
5110         * xdisp.c (display_tool_bar_line): Skip glyphs which are too big
5111         to ever fit the tool-bar,
5112         (MAX_FRAME_TOOL_BAR_HEIGHT): New macro.
5113         (tool_bar_lines_needed): Use unused mode-line row as temp_row.
5114         (redisplay_tool_bar): Only clear desired matrix if we actually
5115         change the tool-bar window height.  Only try to make the tool-bar
5116         window bigger if there is actually room for it.
5118 2006-06-30  Ralf Angeli  <angeli@caeruleus.net>
5120         * w32term.c (x_make_frame_visible): Use SystemParametersInfo with
5121         SPI_GETWORKAREA to find the dimensions of the screen work area,
5122         and adjust vertical position of the frame in order to avoid being
5123         covered by the task bar.
5125         * w32fns.c (w32_createwindow): Use CW_USEDEFAULT instead of
5126         f->left_pos and SH_SHOW instead of f->top_pos in the call to
5127         CreateWindow.  Record the actual position in f->left_pos and
5128         f->top_pos.
5130 2006-06-30  John Paul Wallington  <jpw@pobox.com>
5132         * w32console.c (syms_of_ntterm) <w32-use-full-screen-buffer>:
5133         Doc fix - default value has changed.
5135 2006-06-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5137         * mac.c [!TARGET_API_MAC_CARBON]: Don't include FixMath.h or Scrap.h.
5139         * macfns.c (Fx_create_frame): Apply 2006-06-24 change for xfns.c.
5141         * macgui.h (USE_MAC_TSM) [TARGET_API_MAC_CARBON]: Set default to 1.
5143         * macterm.c (Qeql): Add extern.
5144         (x_set_mouse_pixel_position) [MAC_OSX]: Use CGWarpMouseCursorPosition.
5145         (fm_style_face_attributes_alist) [USE_ATSUI]: New variable.
5146         (syms_of_macterm) [USE_ATSUI]: Initialize and staticpro it.
5147         Change keys of Vmac_atsu_font_table from strings to numbers.
5148         (fm_style_to_face_attributes) [USE_ATSUI]: New function.
5149         (init_font_name_table) [USE_ATSUI]: Use it.
5150         (saved_ts_script_language_on_focus) [USE_MAC_TSM]: New variable.
5151         (syms_of_macterm) [USE_MAC_TSM]: Initialize and staticpro it.
5152         [USE_MAC_TSM] (mac_tsm_resume): Restore script and language codes
5153         only when saved_ts_script_language_on_focus coincides with
5154         Vmac_ts_script_language_on_focus.
5155         [USE_MAC_TSM] (mac_tsm_suspend): Save value of
5156         Vmac_ts_script_language_on_focus to saved_ts_script_language_on_focus.
5157         (XTread_socket) [USE_MAC_TSM]: Add Mac OS Classic support.
5158         [USE_MAC_TSM] (mac_handle_text_input_event, init_tsm): Likewise.
5160 2006-06-27  Chong Yidong  <cyd@stupidchicken.com>
5162         * editfns.c (Fdelete_field, Ffield_string, Ffield_beginning)
5163         (Ffield_string_no_properties, Ffield_end): Mention
5164         args-out-of-range error condition in docstring.
5166 2006-06-27  Kim F. Storm  <storm@cua.dk>
5168         * xdisp.c (handle_composition_prop): Set stop_charpos before push_it.
5170 2006-06-25  Kim F. Storm  <storm@cua.dk>
5172         * s/gnu-linux.h (SIGNALS_VIA_CHARACTERS): Define for Linux kernel
5173         version 2.4 and later.
5175 2006-06-24  Chong Yidong  <cyd@stupidchicken.com>
5177         * xfns.c (Fx_create_frame): Set font parameter directly instead of
5178         using x_default_parameter, since x_get_args clears the parm alist.
5180 2006-06-24  Eli Zaretskii  <eliz@gnu.org>
5182         * dired.c (directory_files_internal) [WINDOWSNT]: Find files
5183         case-insensitively.
5185 2006-06-24  Aidan Kehoe  <kehoea@parhasard.net>
5187         * lread.c (read_escape): When an unknown Unicode code point is
5188         encountered as a string or character escape, signal an error.
5190 2006-06-23  Kim F. Storm  <storm@cua.dk>
5192         * .gdbinit (pitx): Dump iterator stack.
5194         * xdisp.c (handle_composition_prop): Push iterator on stack.
5195         (set_iterator_to_next): Pop iterator at end of composition.
5197 2006-06-23  Martin Rudalics  <rudalics@gmx.at>
5199         * fileio.c (Frename_file) [DOS_NT]: Don't try to move directory to
5200         itself on DOS_NT platforms, if the old and new names are identical
5201         but for the letter-case.
5203 2006-06-21  Kim F. Storm  <storm@cua.dk>
5205         * dispextern.h (struct it): Add `position' member to iterator stack.
5206         Rename `pos' member to `current'.  Rearrange and add comments.
5208         * xdisp.c (handle_stop): Set it->ignore_overlay_strings_at_pos_p
5209         if  we get any overlays.
5210         (set_cursor_from_row): Don't clobber `end' if we rescan from
5211         start_string.
5212         (push_it, pop_it): Save it->position.
5214 2006-06-19  Richard Stallman  <rms@gnu.org>
5216         * window.c (size_window): New arg FIRST_ONLY.  All callers changed.
5217         (adjust_window_trailing_edge): Specially compute FIRST_PARALLEL
5218         for the case of a top-level window and the following minibuffer.
5219         Don't exit because of no `next' when there is a parent.
5220         Use the FIRST_ONLY feature when resizing following windows.
5222         * syntax.c (init_syntax_once): Give most control chars' syntax Spunct.
5224 2006-06-17  Kim F. Storm  <storm@cua.dk>
5226         * dispnew.c (update_frame): Check for input pending on entry.
5227         (update_window, update_frame_1): Break loop if input is detected.
5229 2006-06-16  Francis Litterio  <flitterio@gmail.com>
5231         * xterm.c (x_check_expected_move, handle_one_xevent)
5232         (x_set_offset, x_check_fullscreen): Extensive changes to make
5233         frame positioning deterministic under X.
5235         * xterm.h (x_output): Add members left_before_move and
5236         top_before_move.  Removed members expected_left and expected_top.
5238 2006-06-16  Kim F. Storm  <storm@cua.dk>
5240         * dispextern.h (struct it): Add union to iterator stack to save
5241         image, composition, and stretch specific paramters.
5243         * xdisp.c (next_overlay_string): Fix assert.
5244         (push_it, pop_it): Handle composition and stretch specific values.
5245         Only handle it->slice in image (for now).
5246         (back_to_previous_visible_line_start): Continue search if newline is
5247         part of a compisition.  Simplify.
5248         (reseat_1): Set it->object to buffer.
5249         (set_iterator_to_next): Set it->object to string or buffer, when
5250         setting it->method to GET_FROM_STRING or GET_FROM_BUFFER.
5251         (next_element_from_composition): Set it->object to buffer if not
5252         from string.
5253         (set_cursor_from_row): Only save start of string if not already
5254         done to handle multiple strings in a row.
5256         * .gdbinit (pitx): Show composition parameters.
5257         (pgx, pg): New commands to print a glyph structure.
5258         (pgi, pgn): New commands to print specific/next glyph.
5259         (pgrowx, pgrow): New commands to print all glyphs in a row.
5261 2006-06-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5263         * macfns.c (Fx_display_mm_height, Fx_display_mm_width)
5264         [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Use CGDisplayScreenSize.
5266         * macterm.c (do_app_resume, do_app_suspend): Remove functions.
5267         (mac_tsm_resume, mac_tsm_suspend) [USE_MAC_TSM]: New functions.
5268         (mac_handle_window_event, XTread_socket) [USE_MAC_TSM]: Use them.
5269         (Vmac_ts_script_language_on_focus) [USE_MAC_TSM]: New variable.
5270         (syms_of_macterm) [USE_MAC_TSM]: Defvar it.
5271         (saved_ts_language, saved_ts_component) [USE_MAC_TSM]: New variables.
5272         (mac_initialize_display_info) [MAC_OSX]: Use Quartz Display
5273         Services functions to get size of main display in pixels.
5275 2006-06-14  Chong Yidong  <cyd@stupidchicken.com>
5277         * xdisp.c (back_to_previous_visible_line_start):
5278         Reset it->continuation_lines_width.
5280 2006-06-14  Richard Stallman  <rms@gnu.org>
5282         * eval.c (Fdefconst): Mark variable as risky.
5284         * callproc.c (Fcall_process): Doc fix.
5286         * window.c (adjust_window_trailing_edge): Don't break out of the loop
5287         because there's no next window, if there are parallel windows.
5288         Do break out when WINDOW is nil.
5290 2006-06-14  Kim F. Storm  <storm@cua.dk>
5292         * dispextern.h (IT_STACK_SIZE): New macro specifying size of
5293         iterator stack (instead of hardcoded number).  Increase from 2 to
5294         4 to make room for propertized overlay strings before and after a
5295         display string, image or composition.
5296         (struct it): Add image_id and method members to iterator stack.
5298         * xdisp.c (init_from_display_pos): Don't set it->method and
5299         overlay_string_index after pop_it.  Add asserts.
5300         (handle_stop): Look for overlay strings around a display string,
5301         image, or composition.  Handle properties on those strings.
5302         (next_overlay_string): Don't set string, pos or method after pop_it.
5303         (get_overlay_strings_1): Split from get_overlay_strings; don't
5304         modify it if no overlay strings are found.
5305         (get_overlay_strings): Use get_overlay_strings_1.  Always set
5306         it->string and it->method.
5307         (push_it): Push it->image_id and it->method.  Push it->object
5308         instead of it->string if method is GET_FROM_IMAGE.
5309         (pop_it): Pop it->image_id and it->method.  Ppo it->object
5310         instead of it->string if method is GET_FROM_IMAGE.
5311         Reset it->current.string_pos if popped it->string is nil.
5312         (reseat_1): Remove comment dated 19 May 2003.  It expressed doubt
5313         whether a given change was correct; but the change is correct.
5314         Clear it->string_from_display_prop_p.
5315         (set_iterator_to_next): Rely on it->method and it->image_id from
5316         iterator stack, instead of setting them explicitly after pop_it.
5318         * dispnew.c (sit_for): Undo 2006-06-01 change.  Instead, a
5319         negative time forces redisplay even when input is available.
5320         (Fsit_for): Doc fix.
5322 2006-06-13  Kim F. Storm  <storm@cua.dk>
5324         * dispnew.c: Modify preemptive redisplay to be based on periodic
5325         checks for input.
5326         (PERIODIC_PREEMPTION_CHECKING): Define to 1 iff EMACS_HAS_USECS.
5327         (Vredisplay_preemption_period): New variable.
5328         (syms_of_display): DEFVAR_LISP and initialize it.
5329         (preemption_period, preemption_next_check): New variables.
5330         (update_frame, update_single_window): Initialize them based on
5331         Vredisplay_preemption_period if !force_p.
5332         (update_window, update_frame_1): Use them to determine when to
5333         check for input.
5335 2006-06-03  Aidan Kehoe  <kehoea@parhasard.net>
5337         * lread.c (read_escape): Provide a Unicode character escape
5338         syntax; \u followed by exactly four or \U followed by exactly
5339         eight hex digits in a comment or string is read as a Unicode
5340         character with that code point.
5342 2006-06-09  Eli Zaretskii  <eliz@gnu.org>
5344         * window.c (window_scroll_pixel_based): Signal "Beginning of
5345         buffer" when scroll-down at the beginning of an empty buffer.
5347 2006-06-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5349         * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
5350         Exclude 0x7f from ASCII range.
5352 2006-06-05  Jason Rumney  <jasonr@gnu.org>
5354         * w32term.c (w32_set_scroll_bar_thumb, x_scroll_bar_create)
5355         (w32_set_vertical_scroll_bar, w32_scroll_bar_handle_click)
5356         (x_scroll_bar_report_motion): Remove workarounds for
5357         versions of Windows NT < 3.51.
5358         [!SIF_ALL]: Remove.
5359         (pfnSetScrollInfo, pfnGetScrollInfo): Remove.
5360         (w32_initialize): Don't dynamically load Get/SetScrollInfo.
5362 2006-06-04  David Kastrup  <dak@gnu.org>
5364         * dispnew.c: Mention `redisplay-dont-pause' in doc string of
5365         `sit-for'.
5367 2006-06-03  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5369         * macfns.c (x_set_icon_name): Apply 2006-06-02 change for xfns.c.
5371         * macgui.h (USE_MAC_TSM): Set default to 1 on Mac OS X.
5373         * macterm.c (tsm_document_id) [USE_MAC_TSM]: New variable.
5374         (Qtext_input, Qupdate_active_input_area, Qunicode_for_key_event)
5375         [USE_MAC_TSM]: Likewise.
5376         (syms_of_macterm) [USE_MAC_TSM]: Intern and staticpro them.
5377         (Qbefore_string) [USE_MAC_TSM]: Add extern.
5378         (do_app_resume, do_app_suspend) [USE_MAC_TSM]: Call
5379         ActivateTSMDocument/DeactivateTSMDocument.
5380         (mac_store_event_ref_as_apple_event): Call mac_post_mouse_moved_event.
5381         (mac_handle_window_event) [USE_MAC_TSM]: Handle
5382         kEventWindowFocusAcquired/kEventWindowFocusRelinquish.
5383         (mac_handle_text_input_event) [USE_MAC_TSM]: New function.
5384         (install_window_handler) [USE_MAC_TSM]: Install it.  Register
5385         kEventWindowFocusAcquired/kEventWindowFocusRelinquish.
5386         (keycode_to_xkeysym_table): Add entry for f16.
5387         (XTread_socket) [USE_MAC_TSM]: Set/reset read_socket_inev
5388         before/after passing keystroke event to toolbox dispatcher.
5389         (init_tsm) [USE_MAC_TSM]: New function.
5390         (mac_initialize) [USE_MAC_TSM]: Call it.
5391         (Vmac_ts_active_input_overlay) [USE_MAC_TSM]: New defvar.
5393         * macterm.h (EVENT_PARAM_TEXT_INPUT_SEQUENCE_NUMBER): New enumerator.
5395 2006-06-02  John Paul Wallington  <jpw@gnu.org>
5397         * xfns.c (x_set_name_internal): Set icon to `text', derived from
5398         name, when frame's icon_name isn't a string rather than only when
5399         it is nil.
5401 2006-06-03  Eli Zaretskii  <eliz@gnu.org>
5403         * w32fns.c (x_set_icon_name): Don't use arg if it's not a string
5404         and not nil.
5406 2006-06-02  Chong Yidong  <cyd@stupidchicken.com>
5408         * xfns.c (x_set_icon_name): No-op if arg is non-nil and not a
5409         string.
5411 2006-06-02  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5413         * xdisp.c (next_element_from_composition): Set it->object to
5414         it->string if composition is coming from string.
5415         (set_cursor_from_row): Don't return 0 unless row displays a
5416         continued line.
5417         (dump_glyph): Dump composite glyph.
5419 2006-06-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5421         * gtkutil.c (menu_nav_ended): Check that menubar_widget is not NULL.
5423 2006-06-01  Richard Stallman  <rms@gnu.org>
5425         * window.c (Fsplit_window): Doc fix.
5427 2006-06-01  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5429         * process.c (deleted_pid_list): New variable to store the pids
5430         of deleted processes.  Declare it only if SIGCHLD is defined.
5431         (init_process): Initialize it.
5432         (syms_of_process): Staticpro it.
5433         (Fdelete_process): Add pid of the deleted process to it.  Check after
5434         the addition and before the kill if the process is already stopped,
5435         in which case it is deleted from the list and not killed.
5436         (sigchld_handler): Define it only if SIGCHLD is.  Search the process
5437         that signaled Emacs in `deleted_pid_list' before `Vprocess_alist'.
5438         Original idea by Stefan Monnier.
5440 2006-06-01  Kim F. Storm  <storm@cua.dk>
5442         * dispnew.c (sit_for): Perform redisplay even if input is pending
5443         when redisplay-dont-pause is non-nil.
5445 2006-06-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5447         * macterm.c (mac_handle_visibility_change): Set buf.arg to Qnil.
5448         (XTread_socket): Remove obsolete comment.
5450 2006-06-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5452         * xmenu.c (syms_of_xmenu): Make accelerate-menu an alias for
5453         menu-bar-open.
5455 2006-06-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5457         * xmenu.c (Fmenu_bar_open, syms_of_xmenu): Change menu-bar-start to
5458         menu-bar-open.
5460         * gtkutil.c (menu_nav_ended): Change x-menu-bar-start to menu-bar-open.
5462 2006-05-31  Juri Linkov  <juri@jurta.org>
5464         * minibuf.c (Vhistory_add_new_input): New variable.
5465         (read_minibuf): Use it.
5466         (syms_of_minibuf) <history-add-new-input>: New Lisp variable.
5467         (syms_of_minibuf) <history-delete-duplicates>: Doc fix.
5469 2006-05-31  Kim F. Storm  <storm@cua.dk>
5471         * process.c (select_wrapper): Add wrapper around select to work around
5472         "incomplete backtrace" bug in gdb 5.3, when emacs is stopped inside
5473         select called from wait_reading_process_output.
5475 2006-05-30  Andreas Schwab  <schwab@suse.de>
5477         * xmenu.c (Fmenu_bar_start): Return a value.
5479 2006-05-30  Richard Stallman  <rms@gnu.org>
5481         * coding.c (Ffind_operation_coding_system): Doc fix.
5483 2006-05-30  Eli Zaretskii  <eliz@gnu.org>
5485         * w32term.c (x_draw_hollow_cursor): Fix last change.
5487 2006-05-29  Kim F. Storm  <storm@cua.dk>
5489         * w32term.c (x_draw_stretch_glyph_string): Fix last change.
5491 2006-05-29  Eli Zaretskii  <eliz@gnu.org>
5493         * coding.c (Ffind_operation_coding_system): Doc fix.
5495 2006-05-29  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5497         * macfns.c [USE_MAC_FONT_PANEL] (Fmac_set_font_panel_visibility):
5498         Call mac_set_font_info_for_selection if font panel is made visible.
5500         * macterm.c (font_panel_shown_p) [USE_MAC_FONT_PANEL]: New variable.
5501         (mac_font_panel_visible_p, mac_show_hide_font_panel)
5502         [USE_MAC_FONT_PANEL]: New functions.
5503         [USE_MAC_FONT_PANEL] (mac_set_font_info_for_selection):
5504         Return immediately if font panel is not visible.
5506         * macterm.h (mac_font_panel_visible_p, mac_show_hide_font_panel):
5507         Add externs.
5509 2006-05-29  Dan Nicolaescu  <dann@ics.uci.edu>
5511         * search.c (matcher_overflow): Mark as NO_RETURN.
5513         * xterm.c (x_connection_closed): Likewise.
5515         * sysdep.c (croak): Likewise.
5517         * sound.c (sound_perror, alsa_sound_perror): Likewise.
5519         * lisp.h (die, nsberror): Likewise.
5521 2006-05-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5523         * sound.c (alsa_open, alsa_configure, alsa_write):
5524         Move assignment to err out of if-statement.
5526         * gtkutil.c (menu_nav_ended): New function.
5527         (create_menus): Connect menu_nav_ended to "selection-done" to fix
5528         grabs.
5530         * xmenu.c (Fmenu_bar_start): New function for USE_GTK and USE_X_TOOLKIT.
5532 2006-05-28  Dan Nicolaescu  <dann@ics.uci.edu>
5534         * charset.h (invalid_character): Mark as NO_RETURN.
5536 2006-05-29  Kenichi Handa  <handa@m17n.org>
5538         * coding.c (Ffind_operation_coding_system): Call a function by
5539         safe_call1 instead of call1.
5541 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5543         * window.c (struct saved_window): Add `dedicated'.
5544         (Fset_window_configuration, save_window_save): Save/restore the
5545         `dedicated' flag.
5547 2006-05-28  Kim F. Storm  <storm@cua.dk>
5549         * xdisp.c (set_cursor_from_row): If cursor cannot be set in row,
5550         don't update w->cursor and return 0.  Return 1 on success.
5551         (try_cursor_movement): Repeat set_cursor_from_row on successive rows
5552         until it succeeds.
5554         * dispextern.h (set_cursor_from_row): Update prototype.
5556 2006-05-28  Kim F. Storm  <storm@cua.dk>
5558         * xdisp.c (get_phys_cursor_geometry): Return computed x and y through
5559         parameters.  Adjust x and width in case cursor in on a partially
5560         visible stretch glyph on the left edge.
5561         (erase_phys_cursor): Don't erase into left fringe/margin in case
5562         previous cursor glyph is a partially visible stretch glyph on left.
5564         * dispextern.h (get_phys_cursor_geometry): Update prototype.
5566         * xterm.c (x_draw_stretch_glyph_string): Fix problems with invisible
5567         cursor and erasing cursor on partially visible stretch glyph on left.
5568         (x_draw_hollow_cursor): Compute x via get_phys_cursor_geometry.
5570         * macterm.c: Likewise.
5572         * w32term.c: Likewise.
5574 2006-05-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5576         * macselect.c (mac_handle_apple_event):
5577         Return errAEEventNotHandled if key binding is not found.
5579 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
5581         * emacs.c (main) [PROFILING]: Enable also for __MINGW32__.
5582         [__MINGW32__]: MinGW-specific declaration of `etext'.
5584         * w32heap.c (etext, edata): Remove unused definitions.
5586 2006-05-26  Chong Yidong  <cyd@stupidchicken.com>
5588         * fileio.c (Fcopy_file): Delete argument MUSTBENEW.
5589         Incorporate the exclusive file-opening functionality into the behavior
5590         when OK-IF-ALREADY-EXISTS is nil.
5591         (Frename_file): Call Fcopy_file without MUSTBENEW argument.
5593 2006-05-26  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5595         * sound.c (alsa_configure): Move get period/buffer_size after
5596         setting hwparams.
5598 2006-05-26  Kenichi Handa  <handa@m17n.org>
5600         * coding.c (Ffind_operation_coding_system): Allow (FILENAME
5601         . BUFFER) in TARGET.
5603 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
5605         * image.c (png_load): Don't call fclose on NULL.
5607 2006-05-25  Luc Teirlinck  <teirllm@auburn.edu>
5609         * fns.c (Fyes_or_no_p):
5610         * callint.c (Fcall_interactively): Fread_from_minibuffer now takes
5611         only seven args.
5613 2006-05-25  Juri Linkov  <juri@jurta.org>
5615         * lisp.h (Fread_from_minibuffer): Decrement number of args.
5617         * minibuf.c (read_minibuf): Remove arg KEEP_ALL.  Callers changed.
5618         (Fread_from_minibuffer): Remove arg KEEP_ALL.  Callers changed.
5620         * buffer.c (mode-line-format): Fix docstring.
5622 2006-05-25  Richard Stallman  <rms@gnu.org>
5624         * emacs.c (main, Fdump_emacs): Don't test __linux or __linux__.
5626 2006-05-24  Luc Teirlinck  <teirllm@auburn.edu>
5628         * puresize.h (BASE_PURESIZE): Increase to 1210000.
5630 2006-05-24  Alan Mackenzie  <acm@muc.de>
5632         * lread.c (Vload_history): Enhance doc-string to say that the file
5633         is the absolute truename of the loaded file.
5635         * lread.c (Vafter_load_alist): doc-string: state that an element
5636         now has a regexp to match file names, not a file name as such.
5638         * lread.c (readevalloop): Call file-truename on the name for
5639         load-history, except at preloading time.
5641         * lread.c (Fload): At preloading time, preserve the extension of
5642         the filename which goes into load-history.  New var hist_file_name.
5644         * lread.c (Fload): Do eval-after-load stuff by calling the lisp
5645         function do-after-load-evaluation.
5647 2006-05-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5649         * mac.c (ae_attr_table): New variable.
5650         (syms_of_mac): Intern and staticpro its elements.
5651         (mac_aelist_to_lisp): Also convert Apple event attributes.
5652         (mac_ae_put_lisp): New function.
5653         (create_apple_event_from_event_ref) [MAC_OSX]: Use typeUTF8Text.
5655         * macfns.c (Fx_server_version): Use gestaltSystemVersionMajor etc.
5657         * macselect.c (Qemacs_suspension_id): New variable.
5658         (syms_of_macselect): Intern and staticpro it.
5659         (struct suspended_ae_info): New struct.
5660         (deferred_apple_events, defer_apple_events)
5661         (Fmac_process_deferred_apple_events): Use it.
5662         (suspended_apple_events): New variable.
5663         (mac_handle_apple_event_1): New function.
5664         (mac_handle_apple_event): Use it.  Don't process previously
5665         suspended events.
5666         (cleanup_suspended_apple_events, get_suspension_id)
5667         (cleanup_all_suspended_apple_events): New functions.
5668         (init_apple_event_handler): Call cleanup_all_suspended_apple_events
5669         at exit.
5670         (Fmac_cleanup_expired_apple_events, Fmac_ae_set_reply_parameter)
5671         (Fmac_resume_apple_event): New defuns.
5672         (syms_of_macselect): Defsubr them.
5674         * macterm.c (fn_keycode_to_keycode_table, XTread_socket) [MAC_OSX]:
5675         Fix last change.  Don't map `fn' modifier if pressed with F1 ... F12.
5677         * macterm.h (TYPE_FILE_NAME): Change from macro to enumerator.
5678         (KEY_EMACS_SUSPENSION_ID_ATTR): New enumerator.
5679         (keyReplyRequestedAttr) [MAC_OS_X_VERSION_MAX_ALLOWED < 1030]: Likewise.
5680         (gestaltSystemVersionMajor, gestaltSystemVersionMinor)
5681         (gestaltSystemVersionBugFix) [MAC_OS_X_VERSION_MAX_ALLOWED < 1040]:
5682         Likewise.
5683         (typeUTF8Text, kEventParamWindowMouseLocation)
5684         [MAC_OSX && MAC_OS_X_VERSION_MAX_ALLOWED < 1020]: Likewise.
5685         (x_get_focus_frame, mac_ae_put_lisp): Add externs.
5687 2006-05-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5689         * macterm.c (fn_keycode_to_xkeysym_table, convert_fn_keycode): Remove.
5690         (fn_keycode_to_keycode_table) [MAC_OSX]: New variable.
5691         (mac_set_unicode_keystroke_event) [TARGET_API_MAC_CARBON]: New function.
5692         (XTread_socket) [TARGET_API_MAC_CARBON]: Use it.
5693         (XTread_socket) [MAC_OSX]: Try 'uchr' Unicode keyboard-layout
5694         resource to backtranslate key with modifiers.
5695         (XTread_socket): Don't set read_socket_inev around AEProcessAppleEvent.
5697 2006-05-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5699         * xterm.c: Remove declarations already in xterm.h.
5701         * xterm.h: Add extern declarations for x_clear_errors,
5702         x_fully_uncatch_errors, x_catching_errors and
5703         x_alloc_lighter_color_for_widget.  Remove duplicated declarations.
5705 2006-05-21  Richard Stallman  <rms@gnu.org>
5707         * xfaces.c (best_matching_font): Abort for best == NULL
5708         before we start to use it.
5710         * buffer.c (syms_of_buffer, Fmake_overlay): Doc fixes.
5712 2006-05-20  Kim F. Storm  <storm@cua.dk>
5714         * xfaces.c (best_matching_font): Fix crash in 2006-05-17 change.
5716 2006-05-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5718         * macterm.c (convert_fn_keycode): Fix last change.
5720 2006-05-19  Eli Zaretskii  <eliz@gnu.org>
5722         * w32.c (init_environment): Perform the processing of environment
5723         variables on a copy of default variables and their values, not on
5724         the original.  Simplify code that calls ExpandEnvironmentStrings
5725         and make buf1[] and buf2[] more visible for easier debugging.
5727 2006-05-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5729         * frame.c (x_set_border_width): Remove #ifndef MAC_OS.
5731         * image.c [MAC_OS] (gif_load): Allocate Lisp string first.
5733         * macfns.c (Fx_focus_frame): Don't check dpyinfo->x_focus_frame.
5735         * macterm.c (XTread_socket) [TARGET_API_MAC_CARBON && MAC_OSX]:
5736         Forward keyUp events to toolbox_dispatcher.
5738         * window.c (foreach_window): Check WINDOWP (FRAME_ROOT_WINDOW (f)).
5740 2006-05-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5742         * config.in: Regenerated (HAVE_ALSA).
5744         * sound.c (alsa_sound_perror, alsa_open, alsa_period_size)
5745         (alsa_configure, alsa_close, alsa_choose_format, alsa_write)
5746         (snd_error_quiet, alsa_init): New functions.
5747         (vox_init): Return 0 if unable to open device.
5748         (Fplay_sound_internal): Test for alsa first and use vox (oss) as
5749         a fallback.
5750         (struct sound_device): Add period_size.
5751         (wav_play, au_play): Use period_size if set.
5753         * Makefile.in (CFLAGS_SOUND): New flags for ALSA.
5754         (ALL_CFLAGS): Add CFLAGS_SOUND.
5756 2006-05-18  Kenichi Handa  <handa@m17n.org>
5758         * callproc.c (Fcall_process): Reject encoding arguments by
5759         ascii-incompatible coding systems (e.g. utf-16).
5761         * coding.c (Qascii_incompatible): New variable.
5762         (syms_of_coding): Setup Qascii_incompatible.
5763         (setup_coding_system): Be sure to initialize coding->common_flags.
5764         Check `ascii-incompatible' property of the coding system.
5766         * coding.h (CODING_ASCII_INCOMPATIBLE_MASK): New macro.
5768 2006-05-18  Kim F. Storm  <storm@cua.dk>
5770         * xdisp.c (display_tool_bar_line): Restore entire tool-bar
5771         geometry when backtracking in case last image doesn't fit on line.
5773 2006-05-18  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
5775         * xdisp.c (display_tool_bar_line): Don't adjust tool-bar height by
5776         more than height of one frame default line.
5778 2006-05-17  Richard Stallman  <rms@gnu.org>
5780         * xfaces.c (better_font_p): Any font beats no font.
5781         (best_matching_font): Simplify based on above change.
5783         * buffer.c (Fprevious_overlay_change, Fnext_overlay_change): Doc fixes.
5785 2006-05-16  Kim F. Storm  <storm@cua.dk>
5787         * xterm.c (handle_one_xevent): Check that f is not NULL before
5788         calling x_kill_gs_process.
5790 2006-05-14  Richard Stallman  <rms@gnu.org>
5792         * textprop.c (Fnext_single_char_property_change)
5793         (Fprevious_single_char_property_change): Don't allow returning
5794         value beyond LIMIT in any cases.
5795         (Fnext_char_property_change, Fprevious_char_property_change): Doc fix.
5797         * intervals.c (get_local_map): Abort if POSITION outside BEGV, ZV.
5799 2006-05-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5801         * xterm.c (handle_one_xevent): Check that f is not NULL before
5802         calling _XEditResCheckMessages.
5804 2006-05-14  Kim F. Storm  <storm@cua.dk>
5806         * xterm.c (handle_one_xevent): Fix crash in 2006-03-24 change.
5808 2006-05-13  Eli Zaretskii  <eliz@gnu.org>
5810         * frame.c (x_set_border_width): Fix error message to say "frame",
5811         not "window".
5813         * Makefile.in (SOME_MACHINE_LISP): Add fringe.elc.
5815 2006-05-12  Chong Yidong  <cyd@stupidchicken.com>
5817         * intervals.c (set_point_both): Fix mixup before before and after
5818         in variable names.
5820         * editfns.c (Fline_beginning_position): Inhibit point-motion hooks
5821         while setting point temporarily.
5823 2006-05-11  Richard Stallman  <rms@gnu.org>
5825         * lread.c (readevalloop): Abort if START non-nil for non-buffer input.
5827 2006-05-11  Kim F. Storm  <storm@cua.dk>
5829         * xdisp.c (redisplay_tool_bar): Handle large tool-bar-border values.
5831 2006-05-11  Kenichi Handa  <handa@m17n.org>
5833         * fileio.c (Finsert_file_contents): Fix for the case of IO error
5834         while handling replace operation.
5836 2006-05-10  Kenichi Handa  <handa@m17n.org>
5838         * xfaces.c (realize_default_face) [HAVE_X_WINDOWS]: If the font
5839         chosen for the default face was different from the frame font,
5840         adjust the frame font.
5842 2006-05-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5844         * image.c (Qduration) [MAC_OS]: Undo previous change.
5845         (syms_of_image) [MAC_OS]: Likewise.
5846         [MAC_OS] (gif_load): Emulate Graphic Control Extension block.
5848         * macfns.c (x_to_mac_color): Fix shift amount change.
5849         (mac_set_font) [USE_MAC_FONT_PANEL]: Use x_get_focus_frame.
5850         [USE_MAC_FONT_PANEL] (Fmac_set_font_panel_visibility): Doc fix.
5852         * macselect.c (Vmac_service_selection) [MAC_OSX]: Rename from
5853         Vmac_services_selection.  All uses changed.
5854         (mac_store_service_event): Rename from mac_store_services_event in
5855         extern and calls.
5857         * macterm.c (Qservice) [MAC_OSX]: Rename from Qservices.  All uses
5858         changed.
5859         [MAC_OSX] (mac_store_service_event): Rename from
5860         mac_store_services_event.  All callers changed.
5861         [USE_MAC_FONT_PANEL] (mac_set_font_info_for_selection): Add args
5862         FACE_ID and C.  All callers changed.
5863         (x_free_frame_resources) [USE_MAC_FONT_PANEL]: Call
5864         mac_set_font_info_for_selection when focus frame is destroyed.
5865         (XTread_socket): Revert to FrontNonFloatingWindow/FrontWindow.
5867         * macterm.h (mac_set_font_info_for_selection): Add 2nd and 3rd
5868         args in extern.
5870 2006-05-09  Chong Yidong  <cyd@stupidchicken.com>
5872         * keymap.c (describe_map): Avoid generating duplicate entries if
5873         the shadowed binding has the same definition.
5875 2006-05-09  Kenichi Handa  <handa@m17n.org>
5877         * keymap.c (push_key_description): Handle invalid character key.
5879 2006-05-08  Kenichi Handa  <handa@m17n.org>
5881         * callproc.c (Fcall_process): Use system_eol_type for encoding
5882         arguments if eol_type is not yet decided.
5884         * coding.h (system_eol_type): Extern it.
5886         * coding.c (setup_coding_system): For invalid coding-system, set
5887         coding->eol_type to CODING_EOL_UNDECIDED.
5888         (encode_coding): Cancel previous change.
5889         (shrink_encoding_region): Likewise.
5890         (code_convert_region1): Likewise.
5891         (code_convert_string1): Likewise.
5892         (code_convert_string_norecord): Likewise.
5894         * fileio.c (choose_write_coding_system): Use system_eol_type for
5895         encoding if eol_type is not yet decided.
5897         * process.c (setup_process_coding_systems): Use system_eol_type
5898         for encoding if eol_type is not yet decided.
5899         (read_process_output): Likewise.
5900         (send_process): Likewise.
5902 2006-05-07  Juanma Barranquero  <lekktu@gmail.com>
5904         * minibuf.c (syms_of_minibuf) <history-length>: Fix typo in doc.
5906 2006-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5908         * mac.c (Fmac_clear_font_name_table): Move defun to macfns.c.
5909         (syms_of_mac): Likewise for defsubr.
5911         * macfns.c (mac_set_font): New function.
5912         (mac_frame_parm_handlers, syms_of_macfns): Replace x_set_font with it.
5913         (mac_window) [TARGET_API_MAC_CARBON && MAC_OSX]: Specify
5914         kWindowToolbarButtonAttribute when creating window.
5915         (Fmac_clear_font_name_table): Move from macfns.c.
5916         (syms_of_macfns): Likewise for defsubr.
5917         [USE_MAC_FONT_PANEL] (Fmac_set_font_panel_visibility): New defun.
5918         (syms_of_macfns) [USE_MAC_FONT_PANEL]: Defsubr it.
5920         * macgui.h (USE_MAC_FONT_PANEL): Define to 1 if USE_ATSUI is set
5921         and build is done on Mac OS X 10.2 and later.
5923         * macselect.c (mac_do_receive_drag): Remove unused variable `index'.
5924         (mac_store_services_event): Change return type in extern.
5926         * macterm.c (XLoadQueryFont) [USE_ATSUI]: Set font->mac_fontnum to
5927         FMFontFamily value.
5928         [USE_MAC_FONT_PANEL] (mac_set_font_info_for_selection): New function.
5929         (x_new_focus_frame) [USE_MAC_FONT_PANEL]: Use it.
5930         (QCfamily, QCweight, QCslant, Qnormal, Qbold, Qitalic): Add extern.
5931         (QWindow) [MAC_OSX]: Likewise.
5932         (Qfont) [USE_MAC_FONT_PANEL]: Likewise.
5933         (Vmac_atsu_font_table) [USE_ATSUI]: New variable.
5934         (syms_of_macterm) [USE_ATSUI]: Defvar it.
5935         (Qtoolbar_switch_mode) [MAC_OSX]: New variable.
5936         (Qpanel_closed, Qselection) [USE_MAC_FONT_PANEL]: Likewise.
5937         (syms_of_macterm): Intern and staticpro them.
5938         (init_font_name_table) [USE_ATSUI]: Add data to Vmac_atsu_font_table.
5939         [TARGET_API_MAC_CARBON] (mac_store_event_ref_as_apple_event):
5940         New function.
5941         [USE_CARBON_EVENTS] (mac_handle_command_event): Use it.
5942         [MAC_OSX] (mac_store_services_event): Likewise.
5943         [USE_CARBON_EVENTS] (mac_handle_window_event) [MAC_OSX]: Handle
5944         kEventWindowToolbarSwitchMode event.
5945         (install_window_handler) [USE_CARBON_EVENTS && MAC_OSX]: Register it.
5946         [MAC_OSX] (mac_store_services_event): Change return type to OSStatus.
5947         [USE_MAC_FONT_PANEL] (mac_handle_font_event): New function.
5948         (install_window_handler) [USE_MAC_FONT_PANEL]: Install it.
5949         (XTread_socket): Select window on mouse click if x_focus_frame is NULL.
5951         * macterm.h (mac_set_font_info_for_selection): Add extern.
5953 2006-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5955         * image.c (Qduration) [MAC_OS]: New variable.
5956         (syms_of_image) [MAC_OS]: Intern and staticpro it.
5957         [MAC_OS] (gif_load): Save image extension data in img->data.lisp_val.
5958         [MAC_OSX] (image_load_quartz2d): Use cfstring_create_with_utf8_cstring
5959         instead of cfstring_create_with_string.
5961 2006-05-06  Kim F. Storm  <storm@cua.dk>
5963         * .gdbinit (xframe): Print frame name.
5964         (xlist): New command to print a list (max 10 elements).
5965         (xpr): Print lisp object of any type.
5966         (pitx): Print it->pixel_width.
5968 2006-05-05  Kenichi Handa  <handa@m17n.org>
5970         * xdisp.c (handle_composition_prop): Fix for the case of empty
5971         composition component.
5973 2006-05-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5975         * keyboard.c (make_lispy_event) [MAC_OS]: Get Apple event info
5976         from event->arg.
5978         * termhooks.h (enum event_kind) [MAC_OS]: Update comment for
5979         MAC_APPLE_EVENT.
5981         * macterm.h (mac_make_lispy_event_code): Remove extern.
5982         (mac_post_mouse_moved_event): Add extern.
5983         (mac_aelist_to_lisp, mac_aedesc_to_lisp): Change arg 1 to
5984         `const AEDesc *' in externs.
5985         (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]: New extern.
5987         * mac.c (mac_aelist_to_lisp, mac_aedesc_to_lisp): Change arg 1 to
5988         `const AEDesc *'.
5989         [TARGET_API_MAC_CARBON] (create_apple_event): New function.
5990         [TARGET_API_MAC_CARBON] (create_apple_event_from_event_ref): Use it.
5991         Use xrealloc instead of repeated xmalloc/xfree.
5992         [TARGET_API_MAC_CARBON] (create_apple_event_from_drag_ref):
5993         New function.
5995         * macmenu.c (restore_menu_items, cleanup_popup_menu): Return a value.
5997         * macselect.c: Update copyright year.
5998         (mac_store_apple_event): Change return type to void in extern.
5999         (mac_handle_apple_event): Don't get return value from
6000         mac_store_apple_event.
6001         [TARGET_API_MAC_CARBON] (Vmac_dnd_known_types): New variable.
6002         (syms_of_macselect) [TARGET_API_MAC_CARBON]: Defvar it.
6003         [TARGET_API_MAC_CARBON] (mac_do_track_drag): Move function from
6004         macterm.c.  Use Vmac_dnd_known_types as acceptable flavors.
6005         [TARGET_API_MAC_CARBON] (mac_do_receive_drag): Likewise.  New
6006         implementation using create_apple_event_from_drag_ref.
6007         [TARGET_API_MAC_CARBON] (mac_do_track_dragUPP)
6008         (mac_do_receive_dragUPP): Move variables from macterm.c.
6009         (install_drag_handler, remove_drag_handler): New functions.
6011         * macterm.c (XTread_socket) [TARGET_API_MAC_CARBON]: Try window
6012         path select also for proxy icon click.
6013         [TARGET_API_MAC_CARBON] (mac_post_mouse_moved_event): New function.
6014         [USE_TOOLKIT_SCROLL_BARS] (scroll_bar_timer_callback): Use it.
6015         (xlfdpat_create): Remove unused label `error' and trailing sentences.
6016         (mac_do_track_drag, mac_do_receive_drag): Move functions to macselect.c.
6017         (mac_do_track_dragUPP, mac_do_receive_dragUPP): Move variables to
6018         macselect.c.
6019         (install_drag_handler, remove_drag_handler): Add extern.
6020         (mac_store_apple_event): Change return type to void.  All uses changed.
6021         Create Lisp object from Apple event and store it into input event.
6022         (mac_make_lispy_event_code): Remove function.
6023         [TARGET_API_MAC_CARBON] (mac_store_drag_event): New function.
6024         (install_window_handler): Call install_drag_handler.
6025         (remove_window_handler): Call remove_drag_handler.
6027 2006-05-03  Richard Stallman  <rms@gnu.org>
6029         * sound.c (Fplay_sound_internal): Dynamically allocate
6030         current_sound_device and current_sound.
6031         (sound_cleanup): Free them.
6033         * minibuf.c (read_minibuf): Don't use read_minibuf_noninteractive
6034         when inside a keyboard macro.
6036 2006-05-02  Andreas Schwab  <schwab@suse.de>
6038         * xmenu.c (restore_menu_items): Return a value.
6040 2006-05-01  Martin Rudalics  <rudalics@gmx.at>
6042         * syntax.c (Fforward_comment): Detect generic comment at beginning of
6043         buffer when moving backwards.
6045 2006-05-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6047         * dispnew.c (update_window): Don't set changed_p when mode/header
6048         line is updated.
6050         * xdisp.c (prepare_menu_bars) [MAC_OS]: Call mac_update_title_bar.
6051         (get_glyph_face_and_encoding, get_char_face_and_encoding):
6052         Don't distinguish known faces from others.
6054         * mac.c (mac_coerce_file_name_ptr): Try typeFSRef if coercion
6055         through typeFileURL failed.
6057         * macfns.c (mac_update_title_bar): New function.
6058         [TARGET_API_MAC_CARBON] (mac_update_proxy_icon): New function.
6059         (show_hourglass, hide_hourglass) [USE_CG_DRAWING]:
6060         Call mac_prepare_for_quickdraw.
6062         * macgui.h (USE_ATSUI): Set default to 1 if MAC_OSX is defined.
6063         (USE_CG_DRAWING): Don't define if compiled on Mac OS X 10.1.
6064         (enum pcm_status): New enum.
6065         (XCHARSTRUCTROW_CHAR_VALID_P, XCHARSTRUCTROW_SET_CHAR_VALID)
6066         (XCharStructRow): Remove.  Now validity is represented by
6067         non-negativeness of sum of ascent and descent.
6068         (struct MacFontStruct): Change type of member `rows'.
6069         (struct _XGC) [USE_CG_DRAWING]: Add member `clip_rects'.
6071         * macterm.c (mac_draw_line, mac_draw_line_to_pixmap):
6072         Adjust endpoints of strictly horizontal/vertical lines.
6073         (mac_set_clip_rectangles) [USE_CG_DRAWING]: Set clip_rects.
6074         (pcm_init, pcm_get_status): New functions.
6075         (x_per_char_metric, XLoadQueryFont): Use them instead of
6076         XCharStructRow and related macros.
6077         (x_draw_relief_rect): Don't adjust arguments of mac_draw_line.
6078         (x_free_frame_resources) [TARGET_API_MAC_CARBON]: Free FRAME_FILE_NAME.
6079         (XTread_socket) [TARGET_API_MAC_CARBON]: Handle proxy icon drag
6080         and window path pop-up menu on title bar.
6081         (mac_use_core_graphics) [USE_CG_DRAWING]: Set default to 1.
6083         * macterm.h (mac_update_title_bar): Add extern.
6084         (struct mac_output) [TARGET_API_MAC_CARBON]: New member `file_name'.
6085         (FRAME_FILE_NAME): New macro.
6087         * unexmacosx.c (unexec): Error if trying unexec from dumped executable.
6089 2006-04-30  Richard Stallman  <rms@gnu.org>
6091         * keymap.c (Fdefine_key): Improve error message
6092         when KEY begins with a non-prefix key.
6094 2006-04-30  Martin Rudalics  <rudalics@gmx.at>
6096         * syntax.c (Fforward_comment): Don't forget to break out of the loop
6097         when we skipped backward over a generic comment.
6099 2006-04-27  Nick Roberts  <nickrob@snap.net.nz>
6101         * .gdbinit (pp1, pv1): Only print value as expression is now
6102         printed out by gud-print.
6103         (pv1): Correct doc string.
6105 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6107         * keymap.c (store_in_keymap): Change `def' arg to not be `register'.
6108         Seems to trigger a bug in gcc-amd64 4.0.2 20051125 (Red Hat 4.0.2-8):
6109         keymap.c:895: error: address of register variable `def' requested.
6111 2006-04-26  Jason Rumney  <jasonr@gnu.org>
6113         * w32term.c (construct_mouse_wheel): Handle negative coordinates.
6115         * w32fns.c (w32_wnd_proc) <WM_LBUTTONDOWN, WM_RBUTTONDOWN>:
6116         <WM_LBUTTONUP, WM_RBUTTONUP>: Call signal_user_input in the cases
6117         where we preempt mouse_button_timer.
6119 2006-04-25  Miles Bader  <miles@gnu.org>
6121         * editfns.c (Ffield_beginning, find_field): Undo change of 2006-04-23.
6123 2006-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6125         * process.h: Include headers for pid_t.
6127 2006-04-24  Kim F. Storm  <storm@cua.dk>
6129         * xdisp.c (fill_stretch_glyph_string): Set s->nchars = 1 for code which
6130         does last_glyph=s->first_glyph+s->nchars-1, e.g. if stretch has relief.
6131         (produce_stretch_glyph): Assume that face box height and width is
6132         already included in stretch glyph size so caller doesn't have to
6133         consider the extra space otherwise added (fixes problem in ses.el).
6135         * frame.c (x_set_font): Clear f->n_tool_bar_rows and current frame
6136         matrices to force recalculation of tool-bar height after font change.
6138         * xdisp.c (tool_bar_lines_needed): New local `temp_row' for clarity.
6139         Clear it when done, so we don't accidentally draw a second copy of
6140         the tool-bar after resetting f->n_tool_bar_rows.
6141         (redisplay_tool_bar): Update tool-bar-lines frame parameter whenever
6142         we recalculate f->n_tool_bar_rows.
6144 2006-04-23  Lars Hansen  <larsh@soem.dk>
6146         * editfns.c (find_field): Fix comment.
6147         (Ffield_beginning): Fix bug when POS is at field beginning.
6149 2006-04-22  Eli Zaretskii  <eliz@gnu.org>
6151         * puresize.h (BASE_PURESIZE): Increase to 1205000.
6153 2006-04-21  Kim F. Storm  <storm@cua.dk>
6155         * xdisp.c (redisplay_window): Fix last change.  Don't recenter if
6156         window start is at BEGV.
6158         * dispextern.h (struct image): New member `corners'.
6159         (TOP_CORNER, LEFT_CORNER, BOT_CORNER, RIGHT_CORNER): New macros.
6161         * image.c (four_corners_best): New arg CORNERS specifies what pixels
6162         to look at in case image has margin.
6163         (x_create_bitmap_mask): Pass NULL for CORNERS to four_corners_best.
6164         (image_background, image_background_transparent)
6165         (x_build_heuristic_mask): Pass img->corners to four_corners_best.
6166         (gif_load): Set img->corners according to image's margin spec.
6167         Use img->corners values directly where applicable.
6168         Save image extension data in img->data.lisp_val.
6169         (gif_clear_image): New function to free img->data.lisp_val.
6170         (gif_type): Use it instead of generic x_clear_image.
6171         (Fimage_extension_data): New defun.
6172         (syms_of_image): Defsubr it.
6174 2006-04-21  John Sullivan  <john@wjsullivan.net>  (tiny change)
6176         * window.c (Fdisplay_buffer): Doc fix.
6178 2006-04-21  Eli Zaretskii  <eliz@gnu.org>
6180         * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Increase to 25000.
6182 2006-04-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6184         * image.c [MAC_OS] (xpm_load_image): Fill in background field
6185         while we have ximg handy.
6187         * macmenu.c (restore_menu_items, save_menu_items): New functions
6188         from xmenu.c.
6189         (set_frame_menubar, digest_single_submenu): Apply 2006-04-18
6190         changes for xmenu.c.
6192         * macterm.c (x_per_char_metric): Return NULL if glyph width is 0.
6193         (add_mac_font_name): New function.
6194         (init_font_name_table): Use it.  Adopt the first found font from
6195         those having the same family name.
6197 2006-04-21  Nick Roberts  <nickrob@snap.net.nz>
6199         * xdisp.c (note_mouse_highlight): Use build_string.
6201 2006-04-20  Lars Hansen  <larsh@soem.dk>
6203         * textprop.c (Fremove_list_of_text_properties):
6204         Ensure modify_region is called only when buffer is modified and that
6205         signal_after_change is allways called in that case.
6207         * print.c (PRINTFINISH): Call signal_after_change.
6209 2006-04-20  Kim F. Storm  <storm@cua.dk>
6211         * xdisp.c (redisplay_window): Fix last change.
6213         * xdisp.c (redisplay_window): If current window start is not at the
6214         beginning of a line, select a new window start if buffer is modified
6215         and window start is in the modified region, but the first change is
6216         before window start.
6218 2006-04-18  Richard Stallman  <rms@gnu.org>
6220         * xmenu.c (restore_menu_items, save_menu_items): New fns.
6221         (set_frame_menubar): Use save_menu_items.  Save updated vector in
6222         the frame before unwinding it.  Don't use unuse_menu_items.
6223         Don't use discard_menu_items.
6224         (digest_single_submenu): Abort if an item is not in a pane.
6225         (init_menu_items): Put the error check at the top.
6227         * keymap.c (describe_map): Make "shadowed" warning more verbose.
6229         * window.c (adjust_window_trailing_edge): Correctly distinguish
6230         series vs parallel cases, even when window has no parent.
6232         * abbrev.c (record_symbol): New function.
6233         (Finsert_abbrev_table_description): Sort the abbrevs alphabetically.
6235 2006-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6237         * image.c (x_create_bitmap_from_data) [MAC_OS]: Don't check return
6238         value of xmalloc.
6240         * mac.c (mac_coerce_file_name_ptr, mac_coerce_file_name_desc)
6241         (create_apple_event_from_event_ref, xrm_get_preference_database)
6242         (cfstring_create_normalized): Don't check return value of xmalloc.
6244         * macselect.c (get_scrap_target_type_list, defer_apple_events)
6245         (copy_scrap_flavor_data, mac_handle_service_event): Don't check
6246         return value of xmalloc/xrealloc.
6248         * macterm.c (XCreateGC, x_per_char_metric, xlfdpat_create)
6249         (init_font_name_table, init_font_name_table, mac_do_list_fonts)
6250         (XLoadQueryFont, mac_store_apple_event): Don't check return value
6251         of xmalloc.
6253 2006-04-17  Kim F. Storm  <storm@cua.dk>
6255         * window.c (coordinates_in_window): On the vertical border,
6256         calculate the row number measured from the top of the window, not
6257         the top of the frame.
6258         (window_loop): Test w->dedicated with !NILP instead of EQ Qt.
6259         (window_scroll_pixel_based): Fix off-by-one bug in 2002-12-23 change.
6261 2006-04-16  Eli Zaretskii  <eliz@gnu.org>
6263         * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Reduce to 24000.
6265 2006-04-16  Romain Francoise  <romain@orebokech.com>
6267         * puresize.h (BASE_PURESIZE): Decrement back to 1200000.
6269 2006-04-16  Andreas Schwab  <schwab@suse.de>
6271         * puresize.h (PURESIZE_RATIO): Reduce to 10/6.
6273 2006-04-15  Romain Francoise  <romain@orebokech.com>
6275         * puresize.h (BASE_PURESIZE): Increment to 1210000.
6277 2006-04-13  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
6279         * print.c (Fprin1_to_string): Mention in the `doc' that the
6280         behavior is modified by `print-level' and `print-length'.
6282 2006-04-13  Kenichi Handa  <handa@m17n.org>
6284         * coding.c (setup_coding_system): If eol-type is not yet decided
6285         and system_eol_type is not LF, set CODING_REQUIRE_ENCODING_MASK.
6286         If coding_system is nil, return 0.
6287         (code_convert_region1): Even if coding_system is nil, don't skip
6288         conversion if system_eol_type is not LF.
6289         (code_convert_string1): Likewise.
6290         (code_convert_string_norecord): Likewise.
6292 2006-04-13  Kenichi Handa  <handa@m17n.org>
6294         * coding.c (setup_coding_system): Fix previous change.
6295         (encode_coding): If eol_type is not yet decided, use system_eol_type.
6296         (shrink_encoding_region): If eol_type is not yet decided and
6297         system_eol_type is not LF, don't shrink.
6299 2006-04-13  Nick Roberts  <nickrob@snap.net.nz>
6301         * xdisp.c (note_mouse_highlight): Add help echo for dragging vertical
6302         line.
6304 2006-04-12  Richard Stallman  <rms@gnu.org>
6306         * keyboard.c (read_key_sequence): Explicitly avoid keybuf[-1].
6308         * process.c (conv_lisp_to_sockaddr): If FAMILY unknown, just return.
6309         (Fprocess_send_eof): Abort if fail to open null device.
6311 2006-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6313         * fns.c [HAVE_MENUS && MAC_OS]: Include macterm.h.
6315         * image.c [MAC_OS] (xpm_load_image): Add parentheses around
6316         assignment used as truth value.  Add explicit braces to avoid
6317         ambiguous `else'.
6318         [MAC_OS] (gif_load): Remove unused variable `gcpro1'.
6320         * lisp.h (syms_of_fontset, Fset_fontset_font): Put extern and
6321         EXFUN in #ifdef HAVE_WINDOW_SYSTEM.
6322         (syms_of_xfns, syms_of_xsmfns, syms_of_xselect, syms_of_xterm):
6323         Put externs in #ifdef HAVE_X_WINDOWS.
6324         (syms_of_macfns, syms_of_macselect, syms_of_macterm)
6325         (syms_of_macmenu, syms_of_mac) [MAC_OS]: Add externs.
6326         (init_mac_osx_environment) [MAC_OSX]: Add extern.
6328         * mac.c (init_process): Remove undef.
6329         (select) [MAC_OSX]: Undefine before including sysselect.h.
6330         (posix_pathname_to_fsspec, fsspec_to_posix_pathname) [MAC_OSX]:
6331         Remove functions and prototypes.
6332         (parse_value): Add parentheses around + inside shift.
6333         (path_from_vol_dir_name): Make static.
6334         (get_temp_dir_name): Remove unused variables `cpb' and `dir_name'.
6335         [!MAC_OSX] (get_path_to_system_folder): Likewise.
6336         (Fmac_get_file_creator, Fmac_get_file_type): Remove unused
6337         variable `cCode'.
6338         (Fmac_coerce_ae_data): Remove unused variables `fref' and `fs'.
6339         (Fmac_get_preference): Add explicit braces to avoid ambiguous `else'.
6341         * macfns.c (x_to_mac_color): Remove unused variable `tail'.
6342         (x_set_mouse_color): Remove unused variable `dpy'.
6343         (Fx_create_frame): Remove unused variable `x_frame_count'.
6344         (Fx_server_version): Add explicit braces to avoid ambiguous `else'.
6345         (x_sync): Move from macterm.c.
6346         (Fx_file_dialog): Remove unused variable `default_filter_index'.
6348         * macmenu.c (min_menu_id): Make element type explicit.
6350         * macselect.c (get_flavor_type_from_symbol): Remove unused
6351         variable `val'.
6352         (get_scrap_private_timestamp, x_get_foreign_selection)
6353         (copy_scrap_flavor_data): Add explicit braces to avoid ambiguous `else'.
6354         (Fmac_process_deferred_apple_events): Remove unused variables
6355         `keyword', `reply', `apple_event', `count', and `err'.
6357         * macterm.c: Don't include gnu.h.
6358         (x_io_error_quitter, x_draw_image_foreground_1): Remove prototypes.
6359         (x_sync): Move to macfns.c.
6360         [USE_CG_DRAWING] (mac_define_fringe_bitmap): Remove unused
6361         variable `mask_bits'.
6362         (mac_compute_glyph_string_overhangs): Avoid ambiguous `else'.
6363         (x_draw_image_glyph_string): Remove unused variable `pixmap'.
6364         (x_mac_to_emacs_modifiers): Remove function.
6365         (XTset_vertical_scroll_bar, mac_handle_visibility_change)
6366         (x_make_frame_visible, xlfdpat_create, mac_handle_command_event):
6367         Add explicit braces to avoid ambiguous `else'.
6368         (x_make_frame_visible): Remove unused variables `type',
6369         `original_top', and `original_left'.
6370         (mac_do_list_fonts, XTread_socket): Add parentheses around && within ||.
6371         (x_load_font): Remove unused variables `full_name', and `value'.
6372         (do_get_menus, do_init_managers, do_check_ram_size) [!MAC_OS8]:
6373         Remove functions.
6374         (do_zoom_window): Reorganize variables with respect to conditionals.
6375         (init_command_handler): Remove unused variable `err'.
6376         [MAC_OSX] (mac_check_bundle): Remove unused variable `child'.
6378         * macterm.h (x_set_mouse_position, x_set_mouse_pixel_position)
6379         (x_make_frame_invisible, x_iconify_frame, x_free_frame_resources)
6380         (x_destroy_window, x_wm_set_size_hint, x_delete_display, XFreeGC)
6381         (do_menu_choice, have_menus_p, x_real_positions)
6382         (x_set_menu_bar_lines, x_pixel_width, x_pixel_height, x_char_width)
6383         (x_char_height, x_sync, x_set_tool_bar_lines, x_activate_menubar)
6384         (free_frame_menubar): Add externs.
6386         * unexmacosx.c: Include config.h before using HAVE_MALLOC_MALLOC_H.
6387         (malloc, realloc, free): Add undefs.
6388         (read_load_commands): Remove unused variable `n' and `j'.
6389         (copy_data_segment): Remove unused variable `r'.
6391         * xdisp.c (get_glyph_string_clip_rects): Add parentheses around &&
6392         within ||.  Add explicit braces to avoid ambiguous `else'.
6393         (dump_glyph_row): Remove label for `inverse_p' from legend.
6395         * xfaces.c (Finternal_merge_in_global_face, try_font_list):
6396         Add explicit braces to avoid ambiguous `else'.
6398 2006-04-11  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
6400         * dispnew.c (init_display): Don't init X display if the user asked
6401         for a non-X display.
6403 2006-04-12  Kenichi Handa  <handa@m17n.org>
6405         * coding.c (setup_coding_system): Use system_eol_type for default
6406         coding->eol_type.
6408 2006-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
6410         * lisp.h (wrong_type_argument): Mark as NO_RETURN.
6412         * data.c (wrong_type_argument): Try to avoid compiler warnings due
6413         to the fact the function is now marked as NO_RETURN.
6415 2006-04-10  Eli Zaretskii  <eliz@gnu.org>
6417         * s/ms-w32.h (pid_t) [_MSC_VER]: New typedef.
6419 2006-04-10  Romain Francoise  <romain@orebokech.com>
6421         * xrdb.c (gethomedir): Use xstrdup.
6423 2006-04-10  Andreas Schwab  <schwab@suse.de>
6425         * xrdb.c (gethomedir): Make sure to always return a pointer that
6426         can be passed to free.
6428 2006-04-09  Richard Stallman  <rms@gnu.org>
6430         * lisp.h (Fkill_emacs): Undo previous change.
6432 2006-04-08  Richard Stallman  <rms@gnu.org>
6434         * search.c (boyer_moore): Test ch >= 0400, not >.
6436 2006-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
6438         * puresize.h (pure_write_error): Mark as NO_RETURN.
6440         * lisp.h (args_out_of_range, args_out_of_range_3, Fkill_emacs):
6441         Likewise.
6443 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
6445         * w32fns.c (w32_wnd_proc) <WM_MOUSEMOVE>: Ignore mouse movements
6446         if a menu is active on this frame.
6448 2006-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
6450         * lisp.h (report_file_error): Mark as NO_RETURN.
6452 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
6454         * alloc.c [STDC_HEADERS]: Include stddef.h.
6456         * lisp.h (PSEUDOVECSIZE): Fix last change.
6458 2006-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6460         * process.h (struct Lisp_Process): Replace Lisp_Objects `pid',
6461         `raw_status_high', and `raw_status_low' with plain integers, and move
6462         them to the end of the structure.
6464         * alloc.c (allocate_process): Use PSEUDOVECSIZE to initialize the
6465         pseudovector's size field so only the Lisp_Object fields get GC'd.
6467         * process.c (update_status, make_process, Fdelete_process)
6468         (Fprocess_status, list_processes_1, start_process_unwind)
6469         (create_process, Fmake_network_process, server_accept_connection)
6470         (wait_reading_process_output, send_process, Fprocess_running_child_p)
6471         (process_send_signal, proc_encode_coding_system, Fprocess_send_eof)
6472         (sigchld_handler, status_notify): Adjust to new non-Lisp fields for
6473         `pid' and `raw_status'.
6474         (Fprocess_id, Fsignal_process): Same, and additionally use floats when
6475         representing PIDs that are larger than most-positive-fixnum.
6477         * keymap.c (describe_map): Only use XINT if we checked INTEGERP.
6479         * lisp.h (OFFSETOF, PSEUDOVECSIZE): New macros.
6481 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
6483         * w32fns.c (Fx_show_tip): Add 3 to the 5th arg of SetWindowPos.
6485 2006-04-03  Paul Eggert  <eggert@cs.ucla.edu>
6487         * editfns.c (TM_YEAR_IN_ASCTIME_RANGE): New macro, identical to
6488         ../lib-src/b2m.c and ../lib-src/editfns.c.
6489         (Fcurrent_time_string): Use it.
6490         Document that the year might not consume 4 columns if it's outside
6491         the range 1000-9999.
6492         Check for asctime failure.
6493         Don't assume that the output string length is always exactly 24.
6495 2006-04-03  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6497         * macterm.c (XTread_socket): Initialize variable `f' before its use.
6499 2006-04-03  Kenichi Handa  <handa@m17n.org>
6501         * image.c: Include "charset.h" and "coding.h".
6502         (x_find_image_file): Return an encoded file name.
6504 2006-04-01  Eli Zaretskii  <eliz@gnu.org>
6506         * configure: Regenerated.
6508 2006-03-31  Kenichi Handa  <handa@m17n.org>
6510         * xfns.c (xg_set_icon): Delete superfluous UNGCPRO.
6512 2006-03-30  Dan Nicolaescu  <dann@ics.uci.edu>
6514         * xdisp.c (syms_of_xdisp): Fix variable name.
6516 2006-03-30  Kenichi Handa  <handa@m17n.org>
6518         * xterm.c (x_term_init): Delete superfluous UNGCPRO.
6520 2006-03-29  Juanma Barranquero  <lekktu@gmail.com>
6522         * keyboard.c (process_tool_bar_item): Reorder dummy args.
6524 2006-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6526         * keyboard.c (tool_bar_items): Use map_keymap.
6527         (process_tool_bar_item): Add dummy args to fit the required interface.
6529 2006-03-25  Eli Zaretskii  <eliz@gnu.org>
6531         * .gdbinit (pr, pp, pp1, pv, pv1): Force print_output_debug_flag
6532         to zero before calling debug_print or safe_debug_print.
6534         * print.c (print_output_debug_flag): New global variable.
6535         (Fexternal_debugging_output) [WINDOWSNT]: Don't call
6536         OutputDebugString if print_output_debug_flag is zero.
6538 2006-03-24  Paul Eggert  <eggert@cs.ucla.edu>
6540         * editfns.c (TM_YEAR_BASE): Move up, so the changes below can use it.
6541         (Fdecode_time, Fencode_time): Use TM_YEAR_BASE instead of 1900.
6542         (Fdecode_time): Cast tm_year to EMACS_INT.
6543         (Fcurrent_time_string): Report an invalid time specification if
6544         the argument is invalid.  Also, check for out-of-range time stamps.
6546 2006-03-24  Kim F. Storm  <storm@cua.dk>
6548         * xterm.c (handle_one_xevent):
6549         * w32term.c (w32_read_socket):
6550         * macterm.c (XTread_socket): Don't let key-press clear mouse face
6551         on in toolbar window if mouse-highlight is an integer.
6553         * fns.c (sxhash_list): Include last non-nil CDR in hash.
6555 2006-03-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6557         * macmenu.c (enum mac_menu_kind): New enum.
6558         (min_menu_id): New variable.
6559         (POPUP_SUBMENU_ID, MIN_POPUP_SUBMENU_ID, MIN_MENU_ID)
6560         (MIN_SUBMENU_ID): Remove defines.  All uses are replaced with
6561         min_menu_id and enumerators in enum mac_menu_kind.
6562         (fill_menu, dispose_menus, install_menu_quit_handler): New arg KIND.
6563         All uses changed.  Add range check for menu ID.
6564         (fill_menubar): Add range check for menu ID.
6565         [HAVE_CANCELMENUTRACKING] (menu_quit_handler): Check error code of
6566         GetEventParameter.
6567         (set_frame_menubar, mac_menu_show): Call install_menu_quit_handler
6568         for each menu kind.
6570 2006-03-22  Kim F. Storm  <storm@cua.dk>
6572         * xdisp.c: Undo 2006-03-21 change.
6574         * term.c: Define aliases for append_glyph and produce_stretch_glyph
6575         when `static' is defined to avoid name clash with those in xdisp.c.
6577         * process.c (Faccept_process_output): Fix to comply with lisp
6578         reference.  Change arg "timeout" to "seconds" and allow both
6579         integer and float value.  Change arg "timeout-msec" to "millisec"
6580         and interpret" as milliseconds rather than microseconds.  Fix doc
6581         string accordingly.
6583 2006-03-21  Ken Raeburn  <raeburn@raeburn.org>
6585         * xdisp.c (store_next_glyph): Rename from append_glyph.
6586         (generate_stretch_glyph): Rename from produce_stretch_glyph.
6587         All callers changed accordingly.
6589 2006-03-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6591         * xterm.c: x_session_initialized new variable.
6592         (x_term_init): Use x_session_initialized to check if
6593         x_session_initialize should be called.
6594         (x_initialize): Initialize x_session_initialized.
6596 2006-03-21  Kim F. Storm  <storm@cua.dk>
6598         * fringe.c (draw_fringe_bitmap): Don't calculate default overlay arrow
6599         bitmap here, but ...
6600         (update_window_fringes): ... here, so we can test if it has changed.
6602 2006-03-20  Andreas Schwab  <schwab@suse.de>
6604         * dispnew.c (init_display): Check DISPLAY here.
6606         * emacs.c (main): Don't check here.
6608         * xterm.c (x_display_ok): Don't use DISPLAY env var.
6610 2006-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6612         * window.c (window_scroll_pixel_based): Yet another int/Lisp_Object
6613         mixup (YAILOM).
6615 2006-03-20  Eli Zaretskii  <eliz@gnu.org>
6617         * emacs.c (main): Fix last change.
6619 2006-03-20  Kenichi Handa  <handa@m17n.org>
6621         * fileio.c (Fwrite_region): Set visit_file to Qnil before GCPRO it.
6623         * keymap.c (map_keymap): Set tail to Qnil before GCPRO it.
6625         * xfns.c (xg_set_icon): Remove unnecessary GCPRO.
6627         * xterm.c (x_term_init): Remove unnecessary GCPRO.
6629 2006-03-19  Kim F. Storm  <storm@cua.dk>
6631         * xdisp.c (set_cursor_from_row): Fix cursor property on overlay string,
6632         so it doesn't associate overlay string with following glyph by default.
6633         Allow integer property value to specify explicit number of buffer
6634         positions associate with overlay string.
6636 2006-03-18  Chong Yidong  <cyd@stupidchicken.com>
6638         * xterm.c (x_display_ok): Fix minor bug and compilation warnings.
6640 2006-03-18  Nozomu Ando  <nand@mac.com>
6642         * m/pmax.h (BROKEN_NOCOMBRELOC) [__NetBSD__]: Define.
6643         (LIB_STANDARD, START_FILES) [__NetBSD__]: Don't define.
6644         (START_FILES, RUN_TIME_REMAP, UNEXEC) [__NetBSD__, __OpenBSD__]:
6645         Don't redefine.
6647         * m/mips.h: Don't use unexmips on NetBSD.
6648         (LIBS_MACHINE): Move definition lower, so it doesn't use
6649         LD_SWITCH_MACHINE, START_FILES, LIB_STANDARD, LIBS_TERMCAP,
6650         C_SWITCH_MACHINE, and C_DEBUG_SWITCH.
6652         * unexelf.c [BROKEN_NOCOMBRELOC]: Include assert.h.
6653         (unexec) [BROKEN_NOCOMBRELOC]: Handle platforms whose nocombreloc
6654         option is broken (e.g., MIPS/NetBSD).
6656 2006-03-18  Craig McDaniel  <craigmcd@gmail.com>  (tiny change)
6658         * sheap.c (STATIC_HEAP_SIZE): Enlarge STATIC_HEAP_SIZE to 12MB.
6659         Remove the HAVE_X_WINDOWS conditional.
6661 2006-03-18  Vivek Dasmohapatra  <vivek@etla.org>  (tiny change)
6663         * emacs.c (main): If user asks for a display that is unavailable,
6664         simulate -nw.
6666         * xterm.c (x_display_ok): New function.
6668         * xterm.h: Add prototype for x_display_ok.
6670 2006-03-18  Eli Zaretskii  <eliz@gnu.org>
6672         * w32fns.c (Fw32_select_font): Doc fix.
6674 2006-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6676         * image.c [MAC_OS] (XPutPixel, XGetPixel)
6677         [!WORDS_BIG_ENDIAN && USE_CG_DRAWING]: Don't use specialized
6678         version when depth is 32.
6679         (mac_create_cg_image_from_image) [MAC_OS && USE_CG_DRAWING]:
6680         New function.
6681         (prepare_image_for_display) [MAC_OS && USE_CG_DRAWING]: Use it.
6682         (x_clear_image_1) [MAC_OS && USE_CG_DRAWING]: Release CGImage.
6684         * macterm.c (XCreatePixmap) [!WORDS_BIG_ENDIAN && USE_CG_DRAWING]:
6685         Create GWorld in ARGB pixel format.
6686         (mac_copy_area, mac_copy_area_with_mask) [USE_CG_DRAWING]:
6687         Remove functions.
6688         (x_draw_image_foreground) [USE_CG_DRAWING]: Use mac_draw_cg_image
6689         instead of mac_copy_area/mac_copy_area_with_mask.
6691 2006-03-15  Kim F. Storm  <storm@cua.dk>
6693         * xdisp.c (extend_face_to_end_of_line): Always add space glyph to
6694         empty row.  Fixes memory corruption revealed by 2006-03-02 change.
6695         (display_tool_bar_line): Skip empty tool-bar line if HEIGHT < 0.
6696         (tool_bar_lines_needed): Fix tool-bar display in case the tool-bar
6697         width is exactly the same as the window width.  Don't count a final
6698         empty tool-bar line (pass HEIGHT = -1 to display_tool_bar_line).
6700 2006-03-15  Juanma Barranquero  <lekktu@gmail.com>
6702         * fringe.c (w32_init_fringe, w32_reset_fringes): Revert to being
6703         conditional on HAVE_NTGUI, not WINDOWS_NT.
6705 2006-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6707         * dispextern.h (mac_init_fringe) [MAC_OS]: Add prototype.
6709         * fringe.c (mac_init_fringe) [MAC_OS]: New function.
6711         * macterm.c (mac_initialize) [USE_CG_DRAWING]: Call mac_init_fringe.
6712         (max_fringe_bmp, fringe_bmp) [USE_CG_DRAWING]: New variables.
6713         (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap)
6714         (mac_draw_cg_image) [USE_CG_DRAWING]: New functions.
6715         (mac_draw_bitmap) [USE_CG_DRAWING]: Remove function.
6716         (x_draw_fringe_bitmap) [USE_CG_DRAWING]: Use mac_draw_cg_image
6717         instead of mac_draw_bitmap.
6718         (x_redisplay_interface) [USE_CG_DRAWING]: Set handlers for
6719         define_fringe_bitmap and destroy_fringe_bitmap.
6721 2006-03-14  Chong Yidong  <cyd@stupidchicken.com>
6723         * xterm.c (x_uncatch_errors): Block input for entire function.
6725 2006-03-12  Jason Rumney  <jasonr@gnu.org>
6727         * w32fns.c (Fx_create_frame): Remove call to
6728         Qface_set_after_frame_default (from xfns.c 2003-05-26).
6730         * w32menu.c (Fx_popup_menu): Call w32_free_menu_strings when
6731         finished with the menu.
6733         * w32term.c: Sync 2005-10-24 xterm.c changes.
6734         (last_mouse_glyph_frame): New var.
6735         (note_mouse_movement): Say mouse moved if current frame differs
6736         from last_mouse_glyph_frame, and update last_mouse_glyph_frame.
6737         (w32_mouse_position): Set last_mouse_glyph_frame.
6738         Remove OLD_REDISPLAY_CODE block.
6740 2006-03-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6742         * macgui.h [USE_ATSUI && MAC_OSX]: Define USE_CG_TEXT_DRAWING to 1.
6744         * macterm.h (struct mac_output) [USE_CG_DRAWING]: New member cg_context.
6745         (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Add prototype.
6747         * mac.c (sys_select) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
6749         * macfns.c (x_create_tip_frame): Apply 2006-03-11 change for xfns.c.
6751         * macterm.c (mac_draw_rectangle, x_draw_glyph_string_foreground)
6752         (x_draw_composite_glyph_string_foreground)
6753         (x_draw_image_foreground): Undo previous changes.
6754         (x_draw_hollow_cursor): Likewise.  Subtract 1 from the last
6755         argument of mac_draw_rectangle.
6756         (CG_SET_FILL_COLOR, CG_SET_STROKE_COLOR): New macros.
6757         (mac_draw_string_common, mac_draw_image_string_cg): Use them.
6758         (FRAME_CG_CONTEXT) [USE_CG_DRAWING]: New macro.
6759         (mac_begin_cg_clip, mac_end_cg_clip, mac_prepare_for_quickdraw)
6760         [USE_CG_DRAWING]: New functions.
6761         (mac_draw_line, mac_erase_rectangle, mac_clear_window)
6762         (mac_fill_rectangle, mac_draw_rectangle, mac_draw_string_common)
6763         (mac_draw_image_string_cg) [USE_CG_DRAWING]: Add Quartz 2D drawing part.
6764         (mac_draw_bitmap, mac_invert_rectangle, mac_draw_string_common)
6765         (mac_copy_area, mac_scroll_area, x_scroll_bar_create)
6766         (x_scroll_bar_remove, XTset_vertical_scroll_bar, x_set_window_size)
6767         (XTread_socket) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
6769 2006-03-12  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
6771         * xfns.c (x_icon): Disable redundant call to `x_wm_set_window_state'.
6773 2006-03-11  Jason Rumney  <jasonr@gnu.org>
6775         * w32fns.c (signal_user_input): New function.
6776         (post_character_message): Use it for keyboard input.
6777         (w32_msg_pump): Use it for mouse input.
6779 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
6781         * window.c: Rename preserve_y to window_scroll_pixel_based_preserve_y.
6782         (window_scroll_pixel_based, syms_of_window): Adapt to above change.
6784 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
6786         * w32fns.c (w32_wnd_proc): Ignore middle and extra button events
6787         if a menu is already active (the menubar_active flag is on).
6789 2006-03-11  David Ponce  <david@dponce.com>
6791         * xfns.c (x_create_tip_frame): Preserve received parms by copying them.
6793 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
6795         * w32term.c: Add x_fully_uncatch_errors and x_catching_errors to
6796         the list of unused display error handling functions.
6798         * eval.c (unwind_to_catch): Call x_fully_uncatch_errors only if
6799         HAVE_X_WINDOWS.
6800         (internal_condition_case, internal_condition_case_1)
6801         (internal_condition_case_2): Call x_catching_errors only if
6802         HAVE_X_WINDOWS.
6804         * vm-limit.c [HAVE_GETRLIMIT]: Don't define unconditionally.
6805         Don't include sys/resource.h unless defined.
6807 2006-03-11  Richard Stallman  <rms@gnu.org>
6809         * keymap.c (describe_map): Shorten string to indicate shadowed binding.
6811         * vm-limit.c (get_lim_data, lim_data, data_space_start):
6812         Move from mem-limits.h.
6813         (enum warnlevel): New data type.
6814         (check_memory_limits): Rewrite the logic about warnings.
6815         Use standard `struct rlimit'.  Check return values for nonsense.
6816         (memory_warnings): Always clear lim_data.
6818         * mem-limits.h (get_lim_data, lim_data, data_space_start):
6819         Move to vm-limit.c.
6821         * xterm.c (x_fully_uncatch_errors, x_catching_errors): New functions.
6823         * eval.c (unwind_to_catch): Call x_fully_uncatch_errors.
6824         (internal_condition_case_1, internal_condition_case_2):
6825         Abort if within unclosed x_catch_errors.
6827 2006-03-11  Romain Francoise  <romain@orebokech.com>
6829         * process.c (Vprocess_adaptive_read_buffering): Doc fix.
6831 2006-03-11  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
6833         * lisp.h: Remove duplicate prototypes.  Make the prototype of
6834         getloadavg be conditioned on HAVE_GETLOADAVG being undefined.
6836 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
6838         * xterm.c (x_draw_hollow_cursor): Subtract 1 from the last
6839         argument of XDrawRectangle.
6841         * xdisp.c (get_phys_cursor_geometry): Don't decrease height by 1.
6843         * macterm.c (mac_draw_rectangle): Don't add 1 to width and height.
6844         (x_draw_glyph_string_foreground)
6845         (x_draw_composite_glyph_string_foreground)
6846         (x_draw_image_foreground): Don't subtract 1 from width and height
6847         arguments to mac_draw_rectangle.
6848         (x_draw_hollow_cursor): Add 1 to w->phys_cursor_width.
6850 2006-03-10  Kim F. Storm  <storm@cua.dk>
6852         * alloc.c (USE_POSIX_MEMALIGN): Fix last change.
6854 2006-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6856         * alloc.c (USE_POSIX_MEMALIGN): New macro.
6857         (ABLOCKS_BASE, lisp_align_malloc, lisp_align_free): Use it.
6859 2006-03-09  Kenichi Handa  <handa@m17n.org>
6861         * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Fix decoding
6862         ASCII component of a composition.
6864 2006-03-08  Luc Teirlinck  <teirllm@auburn.edu>
6866         * window.c: Declare preserve_y as a static global variable.
6867         (window_scroll_pixel_based): No longer declare preserve_y;
6868         it is global now.
6869         (syms_of_window): Set preserve_y to -1.
6871 2006-03-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6873         * image.c [MAC_OS] (XPutPixel): Set alpha channel bits if pixmap
6874         depth is 32.
6875         [MAC_OS] (XGetPixel): Strip off alpha channel bits if pixmap
6876         depth is 32.
6878 2006-03-06  Chong Yidong  <cyd@stupidchicken.com>
6880         * xdisp.c (handle_invisible_prop): Don't update it->position with
6881         a buffer position if we're in a display string.
6883 2006-03-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6885         * macterm.h (MAC_AQUA_VERTICAL_SCROLL_BAR_WIDTH)
6886         (MAC_AQUA_SMALL_VERTICAL_SCROLL_BAR_WIDTH): New defines.
6888         * macfns.c (x_default_scroll_bar_color_parameter)
6889         (x_set_scroll_bar_foreground, x_set_scroll_bar_background):
6890         Remove unnecessary prototypes.
6891         (x_set_scroll_bar_default_width):
6892         Use MAC_AQUA_VERTICAL_SCROLL_BAR_WIDTH.
6893         (mac_set_scroll_bar_width): New function.
6894         (mac_frame_parm_handlers): Set it as handler for scroll-bar-width.
6896         * macterm.c (get_control_part_bounds): Fix type of return value.
6897         (x_set_toolkit_scroll_bar_thumb, x_scroll_bar_create)
6898         (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]: Don't show
6899         scroll bar if it is not tall enough to display scroll bar thumb.
6900         [USE_CARBON_EVENTS] (mac_convert_event_ref)
6901         (mac_handle_command_event, mac_handle_window_event)
6902         (mac_handle_mouse_event): Check error code of GetEventParameter.
6903         (convert_fn_keycode) [MAC_OSX]: Likewise.
6905 2006-03-05  Andreas Schwab  <schwab@suse.de>
6907         * xselect.c (x_catch_errors_unwind): Fix missing return value.
6909 2006-03-02  Kim F. Storm  <storm@cua.dk>
6911         * frame.h (struct frame): New member n_tool_bar_rows.
6913         * xdisp.c: Minimize the unpleasent visual impact of the requirement
6914         that non-toolkit tool-bars must occupy an integral number of screen
6915         lines, by distributing the rows evenly over the tool-bar screen area.
6916         (Vtool_bar_border): New variable.
6917         (syms_of_xdisp): DEFVAR_LISP it.
6918         (display_tool_bar_line): Add HEIGHT arg for desired row height.
6919         Make tool-bar row the desired height.  Use default face for border
6920         below tool-bar.
6921         (tool_bar_lines_needed): Add N_ROWS arg.  Use it to return number of
6922         actual tool-bar rows.
6923         (redisplay_tool_bar): Calculate f->n_tool_bar_rows initially.
6924         Adjust the height of the tool-bar rows to fill tool-bar screen area.
6925         (redisplay_tool_bar): Calculate f->n_tool_bar_rows when tool-bar area
6926         is resized.
6928 2006-03-01  Luc Teirlinck  <teirllm@auburn.edu>
6930         * search.c (Fregexp_quote): Do not precede a literal `]' with two
6931         backslashes to try to make clear that it has a literal meaning; it
6932         does not do that.  (It could close a character alternative
6933         containing a backslash.)
6935 2006-02-28  Chong Yidong  <cyd@stupidchicken.com>
6937         * xselect.c (x_catch_errors_unwind): New function.
6938         (x_reply_selection_request): Put x_uncatch_errors in an unwind.
6939         (Fx_get_atom_name): Call x_uncatch_errors earlier.
6941         * window.c (Qscroll_up, Qscroll_down): New syms.
6942         (window_scroll_pixel_based): Make preserve_y static to avoid
6943         getting point stuck when scrolling 1 line.
6945 2006-02-26  Chong Yidong  <cyd@stupidchicken.com>
6947         * xterm.h, xterm.c (x_uncatch_errors): Delete unneccessary argument.
6949         * xterm.c (x_load_font, x_term_init, XTmouse_position)
6950         (handle_one_xevent, x_connection_closed, x_list_fonts):
6951         No arg for x_uncatch_errors.
6953         * xselect.c (x_own_selection, x_decline_selection_request)
6954         (x_reply_selection_request, x_get_foreign_selection)
6955         (Fx_get_atom_name, Fx_send_client_event): Likewise.
6957         * xfns.c (x_real_positions, x_set_mouse_color, Fx_focus_frame):
6958         Likewise.
6960 2006-02-26  Luc Teirlinck  <teirllm@auburn.edu>
6962         * lread.c: Declare Vload_file_rep_suffixes instead of
6963         deleted variable default_suffixes.
6964         (Fget_load_suffixes): New function.
6965         (Fload): Use Fget_load_suffixes and Vload_file_rep_suffixes.
6966         No longer use deleted variable default_suffixes.  Update docstring.
6967         (syms_of_lread): defsubr Sget_load_suffixes.
6968         Expand `load-suffixes' docstring.
6969         Delete default_suffixes and DEFVAR_LISP the new variable
6970         `load-file-rep-suffixes'.
6972         * w32.c (check_windows_init_file): Use Fget_load_suffixes instead
6973         of Vload_suffixes.
6975         * lisp.h: EXFUN Fget_load_suffixes.
6976         Extern Vload_file_rep_suffixes.
6978         * eval.c (specpdl_ptr): Remove volatile qualifier for consistency
6979         with lisp.h.
6981 2006-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6983         * lisp.h (struct specbinding, specpdl_ptr): Remove the volatile
6984         qualifier which was trying to avoid the bug that was fixed by
6985         yesterday's changes to xterm.c.
6987 2006-02-25  Chong Yidong  <cyd@stupidchicken.com>
6989         * xterm.h (x_catch_errors) Return value changed to void.
6990         (x_uncatch_errors): Delete unused count argument.
6992         * xterm.c (x_catch_errors): Don't use record_unwind_protect, since
6993         it can be called in a signal handler.
6994         (x_catch_errors_unwind): Function deleted.
6995         (x_uncatch_errors): Deallocate last x_error_message_stack struct.
6996         (x_check_errors): Call x_uncatch_errors before signalling error.
6998         (x_load_font, x_term_init, XTmouse_position, handle_one_xevent)
6999         (x_connection_closed, x_list_fonts): Use new versions of
7000         x_catch_errors and x_uncatch_errors.
7002         * xselect.c (x_own_selection, x_decline_selection_request)
7003         (x_reply_selection_request, x_get_foreign_selection)
7004         (Fx_get_atom_name, Fx_send_client_event): Likewise.
7006         * xfns.c (x_real_positions, x_set_mouse_color, Fx_focus_frame):
7007         Likewise.
7009         * eval.c (record_unwind_protect): Add an assertion.
7011 2006-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7013         * process.c (Fmake_network_process): Init the process's mark.
7015 2006-02-25  Kim F. Storm  <storm@cua.dk>
7017         * buffer.c (modify_overlay): Force redisplay if we modify an
7018         overlay at the end of the buffer.
7020 2006-02-24  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7022         * gtkutil.c (xg_get_image_for_pixmap): If x_find_image_file returns
7023         nil the image file has been removed, in that case use the (cached)
7024         pixmap.
7026 2006-02-24  Kenichi Handa  <handa@m17n.org>
7028         * fileio.c (Finsert_file_contents): When a text is replaced
7029         partially, be sure to set point before the inserted characters.
7031 2006-02-23  Zhang Wei  <id.brep@gmail.com>  (tiny change)
7033         * xfns.c (Fx_file_dialog): Return a decoded file name.
7035 2006-02-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7037         * dispnew.c (update_text_area): Avoid needless redraw of rightmost
7038         glyph whose face is extended to the text area end.
7040         * macterm.c (x_set_toolkit_scroll_bar_thumb): Don't set control
7041         values if control is not visible or values are not changed.
7043 2006-02-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7045         * window.c (Fwindow_list): Check `window' before doing XWINDOW.
7046         The default `window' should not be "on a different frame".
7048 2006-02-22  Kim F. Storm  <storm@cua.dk>
7050         * indent.c (Fvertical_motion): Only try to move back if we can.
7052 2006-02-22  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7054         * macgui.h (struct _XGC) [!MAC_OSX || !USE_ATSUI]: New member
7055         n_clip_rects.
7057         * macmenu.c (digest_single_submenu): Apply 2006-02-19 change for
7058         xmenu.c.
7060         * macterm.c (GC_CLIP_REGION): Remove macro.
7061         (mac_begin_clip, mac_end_clip): Take arg GC instead of REGION.
7062         All uses changed.  Don't do clipping if n_clip_rects is zero.
7063         (mac_set_clip_rectangles): Use xassert instead of abort.
7064         Set n_clip_rects.  Don't make clip_region empty when number of
7065         clipping rectangles is zero.
7066         (mac_reset_clip_rectangles): Set n_clip_rects directly instead of
7067         calling mac_set_clip_rectangles.
7068         (x_set_toolkit_scroll_bar_thumb): Temporarily hide scroll bar to
7069         avoid multiple redraws.
7071 2006-02-22  Kim F. Storm  <storm@cua.dk>
7073         * fringe.c (draw_fringe_bitmap): Fix overlay-arrow display.
7075 2006-02-21  Kim F. Storm  <storm@cua.dk>
7077         * fringe.c (syms_of_fringe) <fringe-bitmaps>: Doc fix.
7079 2006-02-21  Zhang Wei  <brep@newsmth.org>
7081         * xfns.c (Fx_file_dialog, Motif and GTK): DECODE_FILE before
7082         returning it.
7084 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
7086         * fringe.c (horizontal_bar_bits): Rename from `horisontal_bar_bits'.
7087         (standard_bitmaps): Use it.
7089 2006-02-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7091         * macterm.c (mac_draw_string_common): Remove arg MODE.  New arg
7092         BG_WIDTH.  All uses changed.  Draw background if BG_WIDTH is not zero.
7093         (mac_draw_image_string, mac_draw_image_string_16): New arg BG_WIDTH.
7094         [USE_CG_TEXT_DRAWING] (mac_draw_image_string_cg): Rename from
7095         mac_draw_string_cg.  New arg BG_WIDTH.  All uses changed.
7096         Draw background if BG_WIDTH is not zero.  Use float constants as
7097         divisors instead of double.  Use alloca instead of xmalloc/xfree.
7098         (x_draw_glyph_string_background, x_draw_glyph_string_foreground)
7099         [!MAC_OS8 || USE_ATSUI]: Background may be drawn using
7100         mac_draw_image_string* functions.
7101         (XLoadQueryFont) [MAC_OS8 && USE_ATSUI]: Don't adjust heights of
7102         some fonts when srcCopy text transfer mode might be used.
7103         (mac_begin_clip, mac_end_clip): Check if region is empty.
7104         (mac_set_clip_rectangles): When resetting clip region, make it
7105         empty instead of disposing of it.
7107 2006-02-20  Kim F. Storm  <storm@cua.dk>
7109         * Makefile.in: Add fringe.elc to WINDOW_SUPPORT.
7111         * buffer.h (struct buffer): New members fringe_indicator_alist and
7112         fringe_cursor_alist.
7114         * buffer.c (init_buffer_once): Set dummy default values for
7115         fringe-indicator-alist and fringe-cursor-alist.  The proper
7116         default values are set by pre-loading fringe.el.
7117         (syms_of_buffer): defvar_per_buffer new fringe-indicator-alist and
7118         fringe-cursor-alist buffer-local variables and defvar_lisp_nopro
7119         corresponding default- variables.
7121         * fringe.c (enum fringe_bitmap_type): Remove.  Change all uses
7122         to use `int'.
7123         (NO_FRINGE_BITMAP, UNDEF_FRINGE_BITMAP, MAX_STANDARD_FRINGE_BITMAPS):
7124         Define explicitly.
7125         (Qtruncation, Qcontinuation, Qempty_line, Qtop_bottom)
7126         (Qhollow_small): New variables.
7127         (syms_of_fringe): Intern and staticpro them.
7128         (question_mark_bits): Rename from unknown_bits.
7129         (left_curly_arrow_bits): Rename from continuation_bits.
7130         (right_curly_arrow_bits): Rename from continued_bits.
7131         (left_triangle_bits): Rename from ov_bits.
7132         (right_triangle_bits): Add.
7133         (filled_rectangle_bits): Rename from filled_box_cursor_bits.
7134         (hollow_rectangle_bits): Rename from hollow_box_cursor_bits.
7135         (filled_square_bits): Add.
7136         (vertical_bar_bits): Rename from bar_cursor_bits.
7137         (horizontal_bar_bits): Rename from hbar_cursor_bits.
7138         (empty_line_bits): Rename from zv_bits.
7139         (standard_bitmaps): Update to use new names.
7140         (draw_fringe_bitmap_1): Make static.
7141         (get_logical_cursor_bitmap, get_logical_fringe_bitmap): New functions
7142         to map from logical cursors and indicators to physical bitmaps.
7143         (draw_fringe_bitmap): Resolve fringe cursor and overlay-arrow
7144         bitmaps using symbol names instead of bitmap numbers.
7145         (update_window_fringes): Use logical indicator symbol names
7146         instead of bitmap numbers for logical.  Add bitmap cache.
7147         (LEFT_FRINGE, RIGHT_FRINGE): New helper macros.
7149 2006-02-20  Chong Yidong  <cyd@stupidchicken.com>
7151         * regex.c: Revert 2006-02-19 change.
7152         (xmalloc, xrealloc): Define these when not linked to Emacs.
7153         Redefine malloc -> xmalloc, realloc -> xrealloc as in Emacs case.
7155 2006-02-19  Luc Teirlinck  <teirllm@auburn.edu>
7157         * regex.c (extend_range_table_work_area): Fix typo.
7159 2006-02-19  Richard M. Stallman  <rms@gnu.org>
7161         * xterm.c (x_catch_errors): Use xmalloc.
7163         * regex.c (extend_range_table_work_area): Call xmalloc and xrealloc.
7164         (regex_compile): Likewise.
7165         (regcomp): Use xmalloc.
7167         * gtkutil.c (malloc_widget_value): Use xmalloc.
7169         * vm-limit.c [HAVE_GETRLIMIT]: Include sys/resource.h.
7170         (check_memory_limits) [HAVE_GETRLIMIT]: Use getrlimit.
7172         * xmenu.c (digest_single_submenu): When pane_string is empty,
7173         do initialize save_wv.
7175 2006-02-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7177         * xdisp.c (update_menu_bar) [MAC_OS]: Don't set
7178         w->update_mode_line if arg F is not the selected frame.
7180         * macmenu.c (popup_activated_flag, submenu_id)
7181         (next_menubar_widget_id): Remove variables.
7182         (initialize_frame_menubar): Remove function.
7183         (pop_down_menu, mac_menu_show): Simplify save value.
7184         (dispose_menus): New function.
7185         (pop_down_menu, fill_menubar): Use it.
7186         (fill_submenu): Remove function.  All uses changed to fill_menu.
7187         (add_menu_item): Remove args SUBMENU and FORCE_DISABLE.  New arg
7188         POS.  Don't call SetMenuItemHierarchicalID here.
7189         (fill_menu): Add arg SUBMENU_ID.  Return submenu_id that is to be
7190         used next.  Call SetMenuItemHierarchicalID here.
7191         (fill_menubar): Add arg DEEP_P.  All uses changed.  Clean up menu
7192         objects if needed.  Reuse existing menu bar titles if possible.
7193         (set_frame_menubar): Don't clean up menu objects here.
7195 2006-02-18  Chong Yidong  <cyd@stupidchicken.com>
7197         * window.c (window_min_size_1): Ensure room for the scroll bar and
7198         fringes.
7200 2006-02-17  Romain Francoise  <romain@orebokech.com>
7202         * puresize.h (BASE_PURESIZE): Increment to 1200000.
7204 2006-02-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7206         * alloc.c (Fmake_symbol): Comment-out left-over assert from before the
7207         addition of the BLOCK_INPUTs.
7209 2006-02-17  Juanma Barranquero  <lekktu@gmail.com>
7211         * window.c (Fset_window_scroll_bars): Doc fix.
7213 2006-02-17  Kenichi Handa  <handa@m17n.org>
7215         * xdisp.c (display_mode_element): Call display_string with correct
7216         PREC arg (which must be a number of characters, not column width).
7218 2006-02-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7220         * frame.c (x_get_arg): Clear out PARAM in ALIST also on Mac.
7222         * macfns.c (x_set_menu_bar_lines): Menu bar is always shown on Mac.
7224         * macmenu.c (set_frame_menubar): Don't call DrawMenuBar.
7226 2006-02-14  Richard M. Stallman  <rms@gnu.org>
7228         * frame.c (x_get_arg): Clear out all occurrences of PARAM in ALIST.
7230         * m/ibms390x.h: New file.
7232 2006-02-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7234         * gtkutil.c (xg_tool_bar_detach_callback): Set show-arrow to the
7235         value of x-gtk-whole-detached-tool-bar.
7236         (xg_tool_bar_attach_callback): Set show-arrow to TRUE.
7238         * xfns.c (syms_of_xfns): New variable: x-gtk-whole-detached-tool-bar.
7240 2006-02-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7242         * xterm.c (x_x_to_emacs_modifiers): Make non-static.
7244         * xterm.h: Declare x_x_to_emacs_modifiers.
7246         * gtkutil.c (xg_tool_bar_button_cb): New function.
7247         (xg_tool_bar_callback): Call x_x_to_emacs_modifiers to
7248         store modifiers in event.
7249         (update_frame_tool_bar): Connect button-release-event to
7250         xg_tool_bar_button_cb.
7252 2006-02-13  Richard M. Stallman  <rms@gnu.org>
7254         * .gdbinit (xwindow): Update the code to show the window box.
7256 2006-02-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7258         * xterm.c (note_mouse_movement): Check for NULL FRAME_X_OUTPUT (frame).
7260 2006-02-12  Richard M. Stallman  <rms@gnu.org>
7262         * cmds.c (internal_self_insert): Handle weird auto-fill-function.
7264 2006-02-11  Eli Zaretskii  <eliz@gnu.org>
7266         * keyboard.c (Venable_disabled_menus_and_buttons): New variable.
7267         (syms_of_keyboard): DEVFAR_LISP and initialize it.
7268         (parse_tool_bar_item, parse_menu_item): If that variable is
7269         non-nil, don't disable menu items and tool-bar buttons.
7271 2006-02-11  Juanma Barranquero  <lekktu@gmail.com>
7273         * doc.c (Fsubstitute_command_keys): Doc fix.
7275 2006-02-10  Thien-Thi Nguyen  <ttn@gnu.org>
7277         * data.c (Findirect_function): Rewrite docstring.
7278         Fix omission bug: Declare new arg NOERROR.
7280 2006-02-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7282         * macfns.c (x_set_mouse_color): Don't call rif->define_frame_cursor
7283         if window_desc is not set yet.
7284         (Fx_create_frame): Remove variable x_frame_name.  Apply 2005-12-07
7285         and 2006-01-26 changes for xfns.c.  Call x_iconify_frame if frame
7286         parameter `visibility' is `icon'.
7287         (Fx_create_frame, x_create_tip_frame): Use "fontset-standard"
7288         instead of "fontset-mac".
7289         (Fx_focus_frame): New defun.
7290         (syms_of_macfns): Defsubr it.
7292         * macterm.c (mac_define_frame_cursor): Don't change pointer shape
7293         for unfocused frame.
7294         (x_raise_frame): Call BringToFront instead of SelectWindow.
7295         (x_lower_frame): Use NULL instead of nil.
7296         (x_make_frame_visible): Don't call SelectWindow.
7297         (XTread_socket): Increment handling_signal at the start, decrement
7298         it at the end.
7299         [USE_CG_TEXT_DRAWING] (init_cg_text_anti_aliasing_threshold): Use
7300         CFPreferencesGetAppIntegerValue instead of Fmac_get_preference.
7302 2006-02-10  Kim F. Storm  <storm@cua.dk>
7304         * data.c (Findirect_function): Add NOERROR arg.  All callers changed
7305         to pass Qnil for NOERROR.
7307         * keymap.c (current_minor_maps_error): Remove.
7308         (current_minor_maps): Pass Qt for NOERROR to Findirect_function
7309         instead of using internal_condition_case_1+current_minor_maps_error.
7311 2006-02-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7313         * xterm.c (handle_one_xevent): Must note mouse movement even for nil
7314         frames for GTK, in that case it is the tool bar.  This is so that
7315         highlighted text get reset properly.
7317 2006-02-09  Juanma Barranquero  <lekktu@gmail.com>
7319         * alloc.c (Fmake_bool_vector, Fpurecopy): Doc fixes.
7321 2006-02-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7323         * window.c (adjust_window_trailing_edge): Check that shrinking
7324         does not set a window to size zero or less.
7326 2006-02-08  Miles Bader  <miles@gnu.org>
7328         * editfns.c (Fconstrain_to_field): Use Fget_char_property instead
7329         of Fget_text_property (other field functions work with overlays as
7330         well as text-properties).
7332 2006-02-07  Kenichi Handa  <handa@m17n.org>
7334         * dispextern.h (unibyte_display_via_language_environment): Extern it.
7336         * xterm.h (unibyte_display_via_language_environment):
7337         * w32term.h (unibyte_display_via_language_environment):
7338         * macterm.h (unibyte_display_via_language_environment): Delete extern.
7340 2006-02-07  Kenichi Handa  <handa@m17n.org>
7342         * term.c (append_glyph): Refer to it->char_to_display instead of it->c.
7343         (produce_glyphs): Set the character to print in
7344         it->char_to_display.  Handle unibyte-display-via-language-environment.
7345         (produce_stretch_glyph): Set character to print in it->char_to_display.
7347 2006-02-06  Kenichi Handa  <handa@m17n.org>
7349         * lread.c (openp): Initialize encoded_fn before GCPRO it.
7351 2006-02-05  Ken Raeburn  <raeburn@raeburn.org>
7353         * editfns.c (Fconstrain_to_field): Fix int/Lisp_Object mixup.
7355         * lisp.h (XPNTR) [!NO_UNION_TYPE && !HAVE_SHM && !DATA_SEG_BITS]:
7356         Cast bitfield value to EMACS_INT, to suppress gcc warning.
7358         * xrdb.c (malloc, realloc, free) [emacs]: Undefine macros before
7359         defining.
7361 2006-02-03  Kim F. Storm  <storm@cua.dk>
7363         * xdisp.c: Cache last merged escape glyph face.
7364         (last_escape_glyph_frame, last_escape_glyph_face_id)
7365         (last_escape_glyph_merged_face_id): New variables.
7366         (get_next_display_element): Use/update them.
7367         (redisplay_internal): Reset them before redisplay.
7369         * xdisp.c (set_iterator_to_next): Optimize 2004-12-13 fix.
7370         Only recheck faces after displaying ellipsis.
7372 2006-02-02  Kenichi Handa  <handa@m17n.org>
7374         * coding.c (decode_composition_emacs_mule): Fix handling of
7375         incorrect format data.
7377 2006-01-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7379         * gtkutil.c (update_frame_tool_bar): Use new tool bar function
7380         gtk_toolbar_insert() so we can have tool bars of different sizes.
7382 2006-01-30  Luc Teirlinck  <teirllm@auburn.edu>
7384         * data.c (Flistp): Doc fix.
7386 2006-01-30  Juanma Barranquero  <lekktu@gmail.com>
7388         * window.c (Fother_window, Fwindow_vscroll, Fset_window_vscroll):
7389         Fix typos in docstrings.
7391 2006-01-28  Luc Teirlinck  <teirllm@auburn.edu>
7393         * data.c (Fcar, Fcdr): Add links to Elisp manual to the docstrings.
7395 2006-01-27  Chong Yidong  <cyd@stupidchicken.com>
7397         * alloc.c (make_interval, allocate_string)
7398         (allocate_string_data, make_float, Fcons, allocate_vectorlike)
7399         (Fmake_symbol, allocate_misc): Use BLOCK_INPUT when accessing
7400         global variables.
7402 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
7404         * dired.c (DIRENTRY_NONEMPTY) [__CYGWIN__]: Don't use d_ino; use
7405         the MSDOS definition.
7407 2006-01-26  Richard M. Stallman  <rms@gnu.org>
7409         * alloc.c (check_pure_size): Make overflow message an "error message".
7411         * keymap.c (Fmap_keymap): Doc fix.
7413         * xfns.c (Fx_create_frame): Put all specified parms into f->param_alist
7414         unless they were cleared out.
7416         * frame.c (x_get_arg): "Clear out" the parm in ALIST if found there.
7418 2006-01-26  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
7420         * editfns.c (Fconstrain_to_field): Fix behaviour on field boundaries.
7421         (find_field): Set before_field to after_field when pos is at BEGV.
7422         (Fline_beginning_position, Fline_end_position):
7423         Clarify confusing doc string.
7425         * cmds.c (Fbeginning_of_line, Fend_of_line): Clarify confusing doc
7426         string.
7428 2006-01-26  Kenichi Handa  <handa@m17n.org>
7430         * callproc.c (Fcall_process): GCPRO error_file.  Encode infile,
7431         current_dir, and error_file.  On reporting an error, decode them
7432         back.
7434 2006-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7436         * regex.c (IMMEDIATE_QUIT_CHECK): Use it with SYNC_INPUT as well.
7437         (re_match_2_internal) <on_failure_jump, on_failure_jump_smart>:
7438         Don't check for quit, since any loop will go through fail or jump.
7440 2006-01-24  Chong Yidong  <cyd@stupidchicken.com>
7442         * alloc.c (allocate_string_data): Update next_free immediately, to
7443         reduce risk of memory clobberage.
7445 2006-01-24  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
7447         * xdisp.c (handle_invisible_prop): Set it->position to fix cursor
7448         display when point moves across an ellipsis.  If there are
7449         adjacent invisible texts, don't lose the second one's ellipsis.
7450         (x_produce_glyphs): Doc fix.
7452 2006-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7454         * xterm.c (x_catch_errors_unwind): Yet another int/Lisp_Object mixup.
7456 2006-01-23  Kim F. Storm  <storm@cua.dk>
7458         * xdisp.c (handle_single_display_spec): Fix handling of space
7459         property on char from string: set *position rather than
7460         it->current.pos.
7461         (produce_stretch_glyph): Reduce width of stretch glyphs so they
7462         don't get wider than the window (unless truncate-lines is on).
7464 2006-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7466         * xterm.c: Avoid allocating Lisp data from a signal handler.
7467         (x_error_message): New var to replace x_error_message_string.
7468         (x_error_catcher, x_catch_errors, x_catch_errors_unwind)
7469         (x_check_errors, x_had_errors_p, x_clear_errors, x_error_handler)
7470         (syms_of_xterm): Use it instead of x_error_message_string.
7472         * alloc.c (lisp_align_free): Add an assertion.
7473         (make_interval, allocate_string, make_float, Fcons, Fmake_symbol)
7474         (allocate_misc): If ENABLE_CHECKING is on, check we're not called from
7475         a signal handler.
7477 2006-01-21  Luc Teirlinck  <teirllm@auburn.edu>
7479         * dired.c (syms_of_dired) <completion-ignored-extensions>: Doc fix.
7481 2006-01-21  Romain Francoise  <romain@orebokech.com>
7483         * xdisp.c (get_window_cursor_type): Fix last change.
7484         Update copyright year.
7486 2006-01-20  Eli Zaretskii  <eliz@gnu.org>
7488         * lread.c (Fload): Don't leak the file descriptor returned by
7489         openp if we are going to signal an error.
7491         * w32.c (sys_close): If FD is outside [0..MAXDESC) limits, pass it
7492         directly to _close.
7493         (sys_dup): Protect against new_fd larger than fd_info[] can handle.
7494         (sys_read): If FD is outside [0..MAXDESC) limits, pass it directly
7495         to _read.
7496         (sys_write): If FD is outside [0..MAXDESC) limits, pass it
7497         directly to _write.
7499         * .gdbinit: Don't dereference Vsystem_type's Lisp_Symbol pointer
7500         if it is NULL.
7502 2006-01-20  Kenichi Handa  <handa@m17n.org>
7504         * puresize.h (BASE_PURESIZE): Increment to 1190000.
7506 2006-01-19  Chong Yidong  <cyd@stupidchicken.com>
7508         * xdisp.c (get_window_cursor_type): Use cursor type specified by
7509         the selected buffer for the echo area too.
7511 2006-01-19  Richard M. Stallman  <rms@gnu.org>
7513         * keymap.c (Fmap_keymap): Doc fix.
7515         * s/irix6-5.h (GC_SETJMP_WORKS, GC_MARK_STACK): New definitions.
7517         * keyboard.c (echo_char): Don't omit the space between first two
7518         echoed chars.
7520         * minibuf.c (read_minibuf): Fix previous change.
7522 2006-01-19  Kenichi Handa  <handa@m17n.org>
7524         * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
7526 2006-01-17  Richard M. Stallman  <rms@gnu.org>
7528         * frame.c (x_frame_get_and_record_arg): Don't record Qunbound
7529         value in f->param_alist.
7531 2006-01-15  Andreas Schwab  <schwab@suse.de>
7533         * search.c (Freplace_match): Use UPPERCASEP instead of !NOCASEP.
7535 2006-01-13  Richard M. Stallman  <rms@gnu.org>
7537         * Makefile.in: Define new macro WINDOW_SUPPORT.
7538         (lisp): Use it.
7539         (SOME_MACHINE_LISP): Add conditionally loaded files.
7541 2006-01-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7543         * macterm.c [USE_ATSUI] (atsu_get_text_layout_with_text_ptr)
7544         [MAC_OS_X_VERSION_MAX_ALLOWED >= 1020]: Specify kATSLineUseQDRendering.
7545         (XLoadQueryFont) [USE_ATSUI]: Display diacritical marks in
7546         decomposed form.
7548         * process.c [HAVE_INTTYPES_H]: Include inttypes.h.
7549         (ifflag_table): Fix typo (IFF_OACTIV -> IFF_OACTIVE).
7550         (Fnetwork_interface_info): Use HAVE_STRUCT_IFREQ_IFR_NETMASK
7551         macro.  Also try member ifr_addr when getting netmask.
7553 2006-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7555         * fileio.c (Fexpand_file_name): Remove redundant tests.
7556         Fix elimination of // so that it doesn't prevent elimination of an
7557         immediately following /. or /..
7559 2006-01-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7561         * gtkutil.c (xg_toggle_notify_cb): New function.
7562         (xg_toggle_visibility_cb): Move setting of x_gtk_show_hidden_files to
7563         xg_toggle_notify_cb.
7564         (xg_get_file_with_chooser): Add callback to xg_toggle_notify_cb when
7565         parameter value changes so the toggle button gets updated.
7567 2006-01-06  Nick Roberts  <nickrob@snap.net.nz>
7569         * .gdbinit: Fix typo.
7571 2006-01-05  Eli Zaretskii  <eliz@gnu.org>
7573         * .gdbinit: Fix last change.
7575 2006-01-05  Kim F. Storm  <storm@cua.dk>
7577         * process.c (Fmake_network_process): Use AF_INET instead of
7578         AF_UNSPEC when AF_INET6 is not defined.
7580 2006-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7582         * mac.c (mac_coerce_file_name_ptr, mac_coerce_file_name_desc):
7583         Don't check that the other type is known file-related one.
7585         * macfns.c (Fx_server_version): Use gestaltSystemVersionMajor,
7586         gestaltSystemVersionMinor, and gestaltSystemVersionBugFix on Mac
7587         OS X 10.4 and later.
7589 2006-01-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7591         * gtkutil.c (xg_get_image_for_pixmap): If the image is from a file,
7592         let GTK do all image processing.  Importing Emacs own pixmaps to GTK
7593         looks bad for inactive tool bar items with some Gnome themes.
7595 2006-01-04  Eli Zaretskii  <eliz@gnu.org>
7597         * .gdbinit: Avoid a warning message when x_error_quitter is not
7598         compiled in.
7600         * process.c [WINDOWSNT]: Undef AF_INET6 to disable IPv6 support
7601         for w32.
7603 2006-01-04  Kim F. Storm  <storm@cua.dk>
7605         * process.c: Add IPv6 support.
7606         (Qipv4, Qipv6): New vars.
7607         (syms_of_process): Intern and staticpro them.
7608         (Fformat_network_address): Handle 9 or 8 element vector as IPv6 address
7609         with or without port number.  Handle 4 element vector as IPv4 address
7610         without port number.
7611         (conv_sockaddr_to_lisp, get_lisp_to_sockaddr_size)
7612         (conv_lisp_to_sockaddr): Handle IPv6 addresses.
7613         (Fmake_network_process): Use :family 'ipv4 and 'ipv6 to explicitly
7614         request that address family only.  :family nil or omitted means to
7615         determine address family from the specified :host and :service.
7616         (ifflag_table): Add missing OpenBSD IFF_ flags.
7617         (server_accept_connection): Handle IPv6 addresses.
7618         (init_process): Add (:family ipv4) and (:family ipv6) sub-features.
7620         * .gdbinit: Undo last change.  Instead, look at Vsystem_type to
7621         determine which breakpoints to set.
7623 2006-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7625         * keymap.c (describe_map_compare): Yet another int/Lisp_Object mixup.
7627         * window.h (Fwindow_minibuffer_p): Declare (for use in minibuf.c).
7629 2006-01-03  Romain Francoise  <romain@orebokech.com>
7631         * emacs.c (main): Update copyright year.
7633 2006-01-03  Ken Raeburn  <raeburn@gnu.org>
7635         * callproc.c (delete_temp_file): Bind file-name-handler-alist to
7636         nil for the call to internal_delete_file.
7638 2006-01-01  Ken Raeburn  <raeburn@gnu.org>
7640         * callproc.c (Fcall_process_region): Bind file-name-handler-alist
7641         to nil for the call to Fwrite_region.
7643 2005-12-31  Richard M. Stallman  <rms@gnu.org>
7645         * minibuf.c (read_minibuf): Clear out all other minibuffer windows.
7647 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
7649         * emacs.c (gdb_pvec_type): A dummy variable for GDB's sake.
7651 2005-12-30  Luc Teirlinck  <teirllm@auburn.edu>
7653         * textprop.c (set_text_properties): Reword description of return value.
7654         Return Qnil if caller wants to remove all text properties from a
7655         string and the string already has no intervals.
7657 2005-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7659         * term.c (visible_cursor): New boolean var.
7660         (set_terminal_modes, tty_show_cursor): Use "vs" or "ve" depending on
7661         visible_cursor.
7662         (syms_of_term): Export the new var as "visible-cursor".
7664 2005-12-30  Eli Zaretskii  <eliz@gnu.org>
7666         * .gdbinit: Tell users not to worry about GDB warnings that some
7667         functions do not exist in the binary.
7669 2005-12-30  Andreas Schwab  <schwab@suse.de>
7671         * process.c (Fnetwork_interface_info): Correctly terminate the
7672         loop over ifflag_table.
7674 2005-12-29  Richard M. Stallman  <rms@gnu.org>
7676         * lread.c (readevalloop): Test for reading a whole buffer
7677         before actually reading anything.  Handle all cases, including
7678         START = END = nil and an already-narrowed buffer.
7679         Convert END to a marker if it is a number.
7681         * keymap.c (describe_map): Put sparse map elements into an array,
7682         sort them, then output a sequence of identical bindings on one line.
7683         (struct describe_map_elt): New data type.
7684         (describe_map_compare): New function.
7686 2005-12-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7688         * gtkutil.c (xg_get_file_with_chooser): Change message shown
7689         in file chooser.
7691 2005-12-27  Richard M. Stallman  <rms@gnu.org>
7693         * lread.c (readevalloop): Set PT and ZV in the proper buffer,
7694         not the current one.
7696         * minibuf.c (Fminibuffer_message): Doc fix.
7697         (read_minibuf): Set current_buffer->enable_multibyte_characters sooner.
7699         * eval.c (do_autoload): Ignore elements of Vautoload_queue
7700         where car is not symbol.
7702 2005-12-27  Kenichi Handa  <handa@m17n.org>
7704         * charset.c (lisp_string_width): Check multibyteness of STRING.
7706 2005-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7708         * xfns.c (x_show_hidden_files): New variable.
7709         (syms_of_xfns): Defvar it.
7711         * gtkutil.c (xg_toggle_visibility_cb): New function.
7712         (xg_get_file_with_chooser): Add toggle hidden files and a message
7713         to the new file chooser dialog.  Show hidden files if
7714         x_show_hidden_files is non-zero.
7716 2005-12-26  Richard M. Stallman  <rms@gnu.org>
7718         * keyboard.h: Undo previous change.
7720         * Makefile.in (undo.o): Undo previous change.
7722         * undo.c: Undo previous change.
7724 2005-12-26  Luc Teirlinck  <teirllm@auburn.edu>
7726         * keyboard.h: extern last_point_position_window.
7728         * undo.c: include keyboard.h.
7730         * Makefile.in (undo.o): Depend on keyboard.h.
7732 2005-12-26  Richard M. Stallman  <rms@gnu.org>
7734         * commands.h (last_point_position_window): Declare.
7736         * undo.c: Depend on window.h.
7737         (record_point): Save old point from the correct window.
7739         * keyboard.c (last_point_position_window): New variable.
7740         (command_loop_1): Set last_point_position_window.
7741         (syms_of_keyboard): Init it.
7743         * Makefile.in (undo.o): Depend on window.h.
7745 2005-12-25  Richard M. Stallman  <rms@gnu.org>
7747         * eval.c (un_autoload): Expect (0 . OFEATURES) in Vautoload_queue
7748         to undo a `provide'.
7750         * fns.c (Fprovide): Store (0 . OFEATURES) in Vautoload_queue.
7752 2005-12-25  Giorgos Keramidas  <keramida@ceid.upatras.gr>
7754         * m/amdx86-64.h [__FreeBSD__] (START_FILES, LIB_STANDARD):
7755         define for FreeBSD on this platform.
7757 2005-12-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7759         * macterm.h (TYPE_FILE_NAME): New define.
7760         (posix_pathname_to_fsspec, fsspec_to_posix_pathname): Remove externs.
7762         * mac.c (posix_pathname_to_fsspec, fsspec_to_posix_pathname):
7763         Add prototypes.  Make static.
7764         (mac_aedesc_to_lisp): Initialize err to noErr.
7765         (mac_coerce_file_name_ptr, mac_coerce_file_name_desc)
7766         (init_coercion_handler): New functions.
7767         (Fmac_coerce_ae_data): Use coercion of Apple event data for
7768         translation from/to file names.
7770         * macterm.c: Don't include sys/param.h.
7771         (init_coercion_handler): Add extern.
7772         [MAC_OS8] (main): Call init_coercion_handler.
7773         (mac_initialize) [MAC_OSX]: Likewise.
7774         [TARGET_API_MAC_CARBON] (mac_do_receive_drag): Use coercion of
7775         Apple event data for translation from/to file names.
7777         * macfns.c [TARGET_API_MAC_CARBON] (Fx_file_dialog): Likewise.
7779         * image.c [MAC_OS] (find_image_fsspec): Likewise.
7781 2005-12-23  Martin Rudalics  <rudalics@gmx.at>
7783         * insdel.c (insert, insert_and_inherit, insert_before_markers)
7784         (insert_before_markers_and_inherit): Make sure FROM is correct
7785         when `after-change-functions' are called.
7787 2005-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7789         * xfns.c (Fx_uses_old_gtk_dialog): New function.
7791         * gtkutil.c (xg_uses_old_file_dialog): New function.
7792         (xg_get_file_name): Use xg_uses_old_file_dialog.
7794         * gtkutil.h: Declare xg_uses_old_file_dialog.
7796 2005-12-22  Richard M. Stallman  <rms@gnu.org>
7798         * xmenu.c (xmenu_show): Call inhibit_garbage_collection.
7800 2005-12-22  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7802         * mac.c (Fmac_coerce_ae_data) [MAC_OSX]: Fix memory leak.
7804         * macgui.h (XCharStruct): Remove member `valid_p'.
7805         (STORE_XCHARSTRUCT): Don't set member `valid_p'.
7806         (XCharStructRow): New typedef.
7807         (XCHARSTRUCTROW_CHAR_VALID_P, XCHARSTRUCTROW_SET_CHAR_VALID):
7808         New macros.
7809         (struct MacFontStruct): Add member `bounds'.  Remove member
7810         `per_char'.  All uses for QuichDraw Text fonts are changed to
7811         `bounds.per_char'.  ATSUI font bounds are represented as an array
7812         `bounds.rows' of XCharStructRow's, each of which consists of a
7813         bitmap of valid entries and an array of char bounds.
7815         * macterm.c (mac_per_char_metric): Add prototype.
7816         (x_per_char_metric) [USE_CG_TEXT_DRAWING]: Remove prototype.
7817         (mac_query_char_extents): New function.
7818         (x_per_char_metric): Use it.
7819         (XLoadQueryFont): Likewise.  Consolidate min/max_bounds calculations.
7820         [USE_CG_TEXT_DRAWING] (mac_draw_string_cg):
7821         Use mac_per_char_metric instead of x_per_char_metric.
7822         (mac_text_extents_16): New function.
7823         (mac_compute_glyph_string_overhangs): Use it.
7824         (mac_unload_font): Free member `bounds' in struct MacFontStruct.
7826 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7828         * minibuf.c (Fdisplay_completion_list): Use XCAR/XCDR.
7829         (Fminibuffer_completion_help): Remove duplicates before display.
7831 2005-12-21  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
7833         * print.c (print_preprocess): Don't lose print_depth levels while
7834         iterating.
7836 2005-12-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7838         * macmenu.c (Qmac_apple_event): Add extern.
7839         (set_frame_menubar, mac_menu_show keymp_panes)
7840         (single_keymap_panes, list_of_panes, list_of_item)
7841         (single_menu_item): Add argument types to prototypes.
7842         (mac_dialog_show) [HAVE_DIALOGS]: Likewise.
7843         (struct skp): New struct (from xmenu.c).
7844         (single_keymap_panes, single_menu_item, list_of_panes)
7845         (list_of_item): Sync with xmenu.c.
7846         (Fx_popup_menu, Fx_popup_dialog): Likewise.  Don't get window from
7847         POSITION if it is mac-apple-event event.
7848         (menubar_selection_callback): Don't use menu_command_in_progress.
7849         (set_frame_menubar): First parse all submenus, then make
7850         widget_value trees from them.  Don't allocate any widget_value
7851         objects until we are done with the parsing.
7852         (parse_single_submenu, digest_single_submenu): New functions.
7853         (single_submenu): Function deleted, replaced by those two.
7854         (install_menu_quit_handler) [HAVE_CANCELMENUTRACKING]: Don't create
7855         or dispose of EventHandlerUPP.  Install hander to all submenus.
7856         (mac_menu_show) [!HAVE_MULTILINGUAL_MENU]: Use ENCODE_MENU_STRING
7857         instead of ENCODE_SYSTEM.
7858         (free_frame_menubar, fill_submenu, fill_menu): Don't use NULL for
7859         integer values.
7860         [HAVE_DIALOGS] (mac_dialog_show): Sync with xdialog_show (in xmenu.c).
7861         (add_menu_item) [TARGET_API_MAC_CARBON]: Use CFString functions to
7862         format menu item string.  Don't use NULL for integer value.
7864         * macterm.h (struct mac_output): Remove unused member
7865         menu_command_in_progress.
7867 2005-12-20  Juri Linkov  <juri@jurta.org>
7869         * xmenu.c (Fx_popup_menu): Set Vmenu_updating_frame to f if
7870         position is non-nil, else set it to nil.
7872         * macmenu.c (Fx_popup_menu): Add `else' to set
7873         Vmenu_updating_frame to nil only if position is nil.
7875         * w32menu.c (Fx_popup_menu): Add `else' to set
7876         Vmenu_updating_frame to nil only if position is nil.
7878 2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7880         * keyboard.c (make_lispy_event): Drag-and-drop items are now
7881         stored in member `args' of struct input_event.
7883         * termhooks.h (struct input_event): Fix comment for DRAG_N_DROP_EVENT.
7885         * xselect.c (x_handle_dnd_message): Drag-and-drop items are now
7886         stored in member `args' of struct input_event.
7888         * w32term.c (construct_drag_n_drop): Likewise.
7890         * macterm.c (mac_do_receive_drag): Likewise.
7891         (x_use_underline_position_properties): Undo 2005-07-13 change.
7892         (syms_of_macterm) <x-use-underline-position-properties>: Likewise.
7893         (mac_use_core_graphics, mac_wheel_button_is_mouse_2)
7894         (mac_pass_command_to_system, mac_pass_control_to_system):
7895         New boolean variables renamed from Lisp_Object ones
7896         Vmac_use_core_graphics, Vmac_wheel_button_is_mouse_2,
7897         Vmac_pass_command_to_system, and Vmac_pass_control_to_system.
7898         All uses changed.
7899         (syms_of_macterm): DEFVAR_BOOL them.  Remove previous DEFVAR_LISPs.
7900         Make them user options.
7901         (mac_handle_command_event, mac_store_services_event):
7902         Call create_apple_event_from_event_ref without 5th argument.
7903         (backtranslate_modified_keycode): Mask off modifier keys that are
7904         mapped to some Emacs modifiers before passing it to KeyTranslate.
7905         (syms_of_macterm): Make variables `mac-emulate-three-button-mouse',
7906         `mac-wheel-button-is-mouse-2', and `mac-*-modifier' user options.
7907         Fix docstrings of `mac-*-modifier'.
7909         * mac.c (create_apple_event_from_event_ref): Remove arg `types'.
7910         (do_applescript): Change argument types to Lisp_Object.
7911         All uses changed.
7913         * macterm.h (create_apple_event_from_event_ref): Remove 5th
7914         argument from extern.
7916 2005-12-18  Dan Nicolaescu  <dann@ics.uci.edu>
7918         * xfns.c (Fx_backspace_delete_keys_p): In case we cannot determine
7919         the answer, return `lambda', not nil.
7921 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
7923         * makefile.w32-in (bootstrap-temacs): Warn that parts of commands
7924         enclosed in $(ARGQUOTE)s should not be split between two lines, as
7925         that will break with GNU Make >3.80, when sh.exe is used and
7926         arg quoting is with '..'.
7928 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
7930         * print.c (print_preprocess): Just signal an error if print_depth
7931         is exceeded.
7933 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
7935         * .gdbinit: Set a breakpoint on w32_abort.
7937 2005-12-16  Juri Linkov  <juri@jurta.org>
7939         * minibuf.c (Fminibuffer_completion_contents): New Lisp function
7940         created from minibuffer_completion_contents.
7941         (minibuffer_completion_contents): Remove.
7942         (do_completion, Fminibuffer_complete_word)
7943         (Fminibuffer_completion_help): Replace minibuffer_completion_contents
7944         with Fminibuffer_completion_contents.
7945         (syms_of_minibuf): Add Sminibuffer_completion_contents.
7946         (Fdisplay_completion_list): Doc fix.
7947         (display_completion_list_1): Use `nil' for second arg of
7948         `Fdisplay_completion_list'.
7950 2005-12-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7952         * xfns.c (compute_tip_xy): Handle negative dx and dy.
7954         * w32fns.c (compute_tip_xy): Ditto.
7956         * macfns.c (compute_tip_xy): Ditto.
7958 2005-12-14  Chong Yidong  <cyd@stupidchicken.com>
7960         * print.c (print_preprocess): Go to a deeper print_depth to avoid
7961         print_object loop.
7963 2005-12-14  Kyotaro HORIGUCHI  <horiguti@meadowy.org>  (tiny change)
7965         * coding.c (code_convert_region_unwind): GCPRO arg.
7967 2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7969         * xfns.c (compute_tip_xy): Calculate root_y the same way as root_x,
7970         i.e. dy is offset from top of frame instead of bottom.
7972         * macfns.c (compute_tip_xy): Ditto.
7974         * w32fns.c (compute_tip_xy): Ditto.
7976         * gtkutil.c (SSDATA): New macro to remove compiler warnings.
7977         (xg_get_image_for_pixmap, xg_create_frame_widgets)
7978         (xg_get_file_with_chooser): Use SSDATA instead of SDATA.
7980         * xmenu.c (menubar_selection_callback): Do nothing if the callback
7981         is for an unselected radio menu item.
7983 2005-12-11  Richard M. Stallman  <rms@gnu.org>
7985         * xdisp.c (syms_of_xdisp) <blink-cursor-alist>: Doc fix.
7987         * lisp.h [! NO_UNION_TYPE] (EQ): Use == so args are computed just once.
7989         * keymap.c (Fset_keymap_parent, store_in_keymap): Use CHECK_IMPURE.
7990         (Flookup_key): Doc fix.
7991         (syms_of_keymap) <function-key-map>: Doc fix.
7993         * fns.c (Frequire): Treat evaluating from a source file
7994         like loading the file.
7996         * floatfns.c (Flog): Doc fix.
7998         * fileio.c (Finsert_file_contents): Set Vdeactivate_mark
7999         when we change the buffer.
8001 2005-12-11  Juri Linkov  <juri@jurta.org>
8003         * minibuf.c (display_completion_list_1):
8004         Call `minibuffer_completion_contents' instead of using `nil' as
8005         second arg of `Fdisplay_completion_list'.
8006         (keys_of_minibuf): Unbind SPC in
8007         Vminibuffer_local_filename_completion_map (see also related
8008         change on 2005-12-06).
8010 2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8012         * emacs.c (main) [MAC_OS8]: Undo previous change.
8014         * macselect.c (syms_of_macselect) <mac-apple-event-map>:
8015         Initialize to nil.  Keymap is now created in lisp/term/mac-win.el.
8017 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8019         * Makefile.in (macselect.o): Depend on keymap.h.
8021         * emacs.c (main) [MAC_OS8]: Call syms_of_keymap before
8022         syms_of_macselect.
8024         * image.c (init_image) [MAC_OS]: Don't call EnterMovies.
8025         [!HAVE_GIF && MAC_OS] (gif_load): Call EnterMovies.
8027         * keyboard.c (Qmac_apple_event) [MAC_OS]: New variable.
8028         (syms_of_keyboard) [MAC_OS]: Initialize it.
8029         (make_lispy_event) [MAC_OS]: Build lisp event for MAC_APPLE_EVENT.
8031         * mac.c (Qundecoded_file_name): New variable.
8032         (syms_of_mac): Initialize it.
8033         (mac_aelist_to_lisp, mac_aedesc_to_lisp): New functions.
8034         [TARGET_API_MAC_CARBON] (create_apple_event_from_event_ref): New fun.
8035         (Fmac_coerce_ae_data): New defun.
8036         (syms_of_mac): Defsubr it.
8038         * macselect.c: Include keymap.h.
8039         (mac_ready_for_apple_events): New variable.
8040         (Vmac_apple_event_map, Qmac_apple_event_class)
8041         (Qmac_apple_event_id): New variables.
8042         (syms_of_macselect): Initialize them.
8043         (Qundefined, mac_store_apple_event): Add externs.
8044         (struct apple_event_binding): New struct.
8045         (find_event_binding_fun, find_event_binding)
8046         (mac_find_apple_event_spec, defer_apple_events)
8047         (mac_handle_apple_event, init_apple_event_handler)
8048         (copy_scrap_flavor_data): New functions.
8049         (Fmac_process_deferred_apple_events): New defun.
8050         (syms_of_macselect): Defsubr it.
8051         (mac_store_services_event): Fix extern.
8052         (mac_handle_service_event): Don't allocate Lisp objects during
8053         asynchronous input processing.  Use mac_store_services_event
8054         instead of mac_store_application_menu_event.
8056         * macterm.c (Qmac_ready_for_drag_n_drop, Qapplication, Qabout)
8057         (Qpreferences): Remove variables.
8058         (syms_of_macterm): Don't initialize them.
8059         (Qhicommand) [USE_CARBON_EVENTS]: New variable.
8060         (syms_of_macterm) [USE_CARBON_EVENTS]: Initialize it.
8061         (init_required_apple_events, do_ae_open_application)
8062         (do_ae_print_documents, do_ae_open_documents)
8063         (do_ae_quit_application): Remove functions and prototypes.
8064         (mac_ready_for_apple_events, Qundefined, init_apple_event_handler)
8065         (mac_find_apple_event_spec): Add externs.
8066         (mac_store_application_menu_event): Remove function.
8067         (mac_store_apple_event, mac_make_lispy_event_code): New functions.
8068         (mac_handle_command_event): Create Apple event from Carbon event.
8069         Use mac_store_apple_event instead of mac_store_application_menu_event.
8070         [MAC_OSX] (mac_store_services_event): Likewise.
8071         (struct SelectionRange, SelectionRange): Remove struct and typedef.
8072         [MAC_OS8] (main): Call init_apple_event_handler instead of
8073         init_required_apple_events.
8074         (mac_initialize) [MAC_OSX]: Likewise.
8075         [!USE_CARBON_EVENTS] (mac_wait_next_event):
8076         Use mac_ready_for_apple_events instead of Qmac_ready_for_drag_n_drop.
8078         * macterm.h (mac_make_lispy_event_code, mac_aedesc_to_lisp):
8079         Add externs.
8080         (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]: Likewise.
8081         (Fmac_get_preference): Add EXFUN.
8083         * termhooks.h (enum event_kind) [MAC_OS]: Add new MAC_APPLE_EVENT
8084         event.
8086 2005-12-09  Richard M. Stallman  <rms@gnu.org>
8088         * xfns.c (Fx_create_frame): Reinstate previous change.
8090 2005-12-09  Eli Zaretskii  <eliz@gnu.org>
8092         * w32fns.c (w32_abort) [__GNUC__]: Add instructions for attaching
8093         GDB to the abort dialog.
8095 2005-12-09  Kyotaro HORIGUCHI  <horiguti@meadowy.org>  (tiny change)
8097         * indent.c (Fvertical_motion): Force move if starting on
8098         stretch glyph.
8100 2005-12-08  Richard M. Stallman  <rms@gnu.org>
8102         * lread.c (read_escape) <\s>: Don't treat strings specially.
8104         * xfns.c (Fx_create_frame): Comment out previous change.
8106 2005-12-07  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
8108         * xfns.c (Fx_create_frame): Initialize Vdefault_minibuffer_frame,
8109         when needed.
8111 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8113         * minibuf.c (keys_of_minibuf): Just unbind SPC in
8114         Vminibuffer_local_filename_completion_map rather than forcing it
8115         explicitly to the same binding as the global map.
8117 2005-12-06  Ken Raeburn  <raeburn@gnu.org>
8119         * buffer.c (Fkill_buffer): Avoid dangerous side effects in NILP args.
8120         * bytecode.c (Fbyte_code): Likewise.
8121         * fileio.c (internal_delete_file, Fread_file_name_internal): Likewise.
8122         * minibuf.c (Fminibuffer_complete_and_exit): Likewise.
8123         * undo.c (truncate_undo_list): Likewise.
8125 2005-12-05  Richard M. Stallman  <rms@gnu.org>
8127         * window.c (enlarge_window): Eliminate arg preserve_before.
8128         Assume it is 0.  All callers changed.
8129         (Fenlarge_window, Fshrink_window): Likewise.
8131 2005-12-02  Eli Zaretskii  <eliz@gnu.org>
8133         * w32fns.c (compute_tip_xy): Put tip above pointer if it doesn't
8134         fit below.
8136 2005-12-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8138         * xterm.h: Add prototype for xg_set_icon_from_xpm_data.
8140         * xfns.c (x_real_positions): int ign => unsigned int.
8141         (xg_set_icon_from_xpm_data): Remove unused variable err.
8142         (x_set_name_internal, Fx_create_frame, xg_set_icon): Add cast
8143         to remove compiler warning.
8144         (compute_tip_xy): Put tip above pointer if it doesn't fit below.
8146 2005-12-02  David Reitter  <david.reitter@gmail.com>
8148         * minibuf.c (Fcompleting_read): If Vminibuffer_completing_file_name is
8149         non-nil, use the new keymaps Vminibuffer_local_filename_completion_map
8150         and Vminibuffer_local_must_match_filename_map keymaps.
8151         (keys_of_minibuf): Bind SPC in the new file-name completion keymaps.
8153         * keymap.c (Vminibuffer_local_filename_completion_map)
8154         (Vminibuffer_local_must_match_filename_map): New variables.
8155         (syms_of_keymap): DEFVAR_LISP them, initialize them, and set their
8156         parent to be Vminibuffer_local_completion_map and
8157         Vminibuffer_local_must_match_map, respectively.
8159         * commands.h (Vminibuffer_local_filename_completion_map)
8160         (Vminibuffer_local_must_match_filename_map): Declare the new keymaps.
8162 2005-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8164         * window.c (Fset_window_configuration): Don't accidentally copy the
8165         window-point of one window to another.
8167 2005-11-30  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
8169         * buffer.c (Fpop_to_buffer): Remove superfluous call to record_buffer.
8171 2005-11-30  Kim F. Storm  <storm@cua.dk>
8173         * alloc.c: Include fcntl.h.  Define O_WRONLY if not defined.
8174         (valid_lisp_object_p) [!GC_MARK_STACK]: Validate pointer by
8175         passing it to `emacs_write'.
8177 2005-11-29  Ari Roponen  <arjuropo@cc.jyu.fi>  (tiny change)
8179         * atimer.c (stop_other_atimers): Fix loop to correctly compute `prev'.
8181 2005-11-27  Richard M. Stallman  <rms@gnu.org>
8183         * window.c (adjust_window_trailing_edge): New function.
8184         (Fadjust_window_trailing_edge): New function.
8185         (syms_of_window): Defsubr it.
8186         (window_deletion_count): New variable.
8187         (delete_window): Update window_deletion_count.
8189 2005-11-26  Eli Zaretskii  <eliz@gnu.org>
8191         * minibuf.c (syms_of_minibuf): Mention the extension of
8192         `completion-auto-help's meaning by complete.el.
8194 2005-11-26  Henrik Enberg  <henrik.enberg@telia.com>
8196         * xfaces.c (Finternal_set_lisp_face_attribute_from_resource):
8197         Handle :inherit property as a lisp expression.
8199 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8201         * macterm.c (Qcontrol): Rename from Qctrl.  All uses changed.
8202         (syms_of_macterm): Staticpro Qcontrol, Qmeta, Qalt, Qhyper,
8203         Qsuper, and Qmodifier_value.
8204         (Vmac_control_modifier, Vmac_option_modifier)
8205         (Vmac_command_modifier, Vmac_function_modifier)
8206         (Vmac_emulate_three_button_mouse, Vmac_wheel_button_is_mouse_2)
8207         (Vmac_pass_command_to_system, Vmac_pass_control_to_system)
8208         (Vmac_charset_info_alist): Doc fixes.
8210 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8212         * emacs.c (main) [MAC_OSX]: Change working directory to home
8213         directory if `-psn_*' option is specified.
8215         * mac.c (DECODE_UTF_8): Remove macro.
8216         [TARGET_API_MAC_CARBON] (cfstring_to_lisp_nodecode): New function
8217         created from cfstring_to_lisp.
8218         [TARGET_API_MAC_CARBON] (cfstring_to_lisp): Use it.
8219         (xrm_get_preference_database) [TARGET_API_MAC_CARBON]: Likewise.
8221         * macterm.h (cfstring_to_lisp_nodecode) [TARGET_API_MAC_CARBON]:
8222         Add prototype.
8224 2005-11-21  Ken Raeburn  <raeburn@gnu.org>
8226         * keymap.c (shadow_lookup): Use make_number to pass a number to
8227         Fsubstring.
8229 2005-11-21  Juri Linkov  <juri@jurta.org>
8231         * puresize.h (BASE_PURESIZE): Increment to 1180000.
8233 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
8235         * xfaces.c (Finternal_set_lisp_face_attribute):
8236         Use :ignore-defface for new frame defaults when `unspecified' is
8237         supplied.
8238         (Finternal_get_lisp_face_attribute): Hide :ignore-defface.
8239         (merge_face_vectors): Don't do :ignore-defface overwriting here.
8240         (Finternal_merge_in_global_face): Do it here.
8242 2005-11-20  Juri Linkov  <juri@jurta.org>
8244         * charset.c (invalid_character): Use Lisp-readable syntax
8245         for octal and hex.  Reorder decimal, octal and hex values.
8247 2005-11-20  Nick Roberts  <nickrob@snap.net.nz>
8249         * lisp.h: Use typedef when Lisp_Object is EMACS_INT so that
8250         this type is recognised when debugging.
8252 2005-11-19  Andreas Schwab  <schwab@suse.de>
8254         * .gdbinit (nextcons, xcdr, xfloat): Update for changes in
8255         Lisp_Cons and Lisp_Float.
8257 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8259         * macterm.c [USE_CG_TEXT_DRAWING] (cg_text_anti_aliasing_threshold):
8260         New variable.
8261         [USE_CG_TEXT_DRAWING] (init_cg_text_anti_aliasing_threshold): New fun.
8262         (init_font_name_table) [USE_ATSUI && USE_CG_TEXT_DRAWING]: Use it.
8263         [USE_CG_TEXT_DRAWING] (mac_draw_string_cg): Don't do antialiasing if
8264         font size is smaller than or equal to cg_text_anti_aliasing_threshold.
8266 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
8268         * image.c (x_create_bitmap_from_xpm_data): Free attributes on fail.
8270         * xfaces.c (Qignore_defface): New variable.
8271         (syms_of_xfaces): Provide `:ignore-defface'.
8272         (IGNORE_DEFFACE_P): New macro.
8273         (check_lface_attrs, lface_fully_specified_p)
8274         (Finternal_set_lisp_face_attribute)
8275         (Fface_attribute_relative_p, Fmerge_face_attribute):
8276         Handle Qignore_defface as a possible value.
8277         (merge_face_vectors): The merged face is `unspecified' if the
8278         mergee specifies `:ignore-defface'.
8280 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8282         * lread.c (readevalloop): Add missing GCPROs.
8284 2005-11-16  Chong Yidong  <cyd@stupidchicken.com>
8286         * xfns.c (xg_set_icon_from_xpm_data): New function.
8288         * gnu.h (gnu_xpm_bits): Rename from gnu_bits.
8289         (gnu_xbm_bits): Rename from gnu_bits (xbm version).
8291         * xterm.c (x_bitmap_icon): Use the xpm if available.
8293         * image.c (x_create_bitmap_from_xpm_data): New function.
8294         (x_create_bitmap_from_xpm_data): Initialize XpmAttributes.
8296 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
8298         * Makefile.in (lisp, shortlisp): Add rfn-eshadow.
8300 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
8302         * .gdbinit: Make SIGTSTP work like SIGINT normally does.
8304 2005-11-15  Andreas Schwab  <schwab@suse.de>
8306         * lisp.h (struct Lisp_Cons): Make cdr a union.
8307         (XCDR_AS_LVALUE): Adjust.
8308         (struct Lisp_Float): Make data a union.
8309         (XFLOAT_DATA): Adjust.
8311         * alloc.c (free_float): Make free list chaining aliasing-safe.
8312         (make_float): Likewise.
8313         (free_cons): Likewise.
8314         (Fcons): Likewise.
8315         (check_cons_list): Likewise.
8316         (Fmake_symbol): Likewise.
8317         (allocate_misc): Likewise.
8318         (free_misc): Likewise.
8319         (gc_sweep): Likewise.
8321 2005-11-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8323         * mac.c (HASHKEY_QUERY_CACHE): New define.
8324         (xrm_create_database, xrm_q_put_resource): Empty query cache.
8325         (xrm_get_resource): Use query cache.
8327         * image.c (init_image) [MAC_OS]: Don't call EnterMovies if
8328         inhibit_window_system is set.
8330 2005-11-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8332         * macgui.h (USE_CG_TEXT_DRAWING): New define.
8333         (struct MacFontStruct) [USE_CG_TEXT_DRAWING]: New members cg_font
8334         and cg_glyphs.
8336         * macterm.c [USE_CG_TEXT_DRAWING] (mac_draw_string_cg): New function.
8337         (x_draw_glyph_string_foreground) [USE_CG_TEXT_DRAWING]: Use it.
8338         (XLoadQueryFont) [USE_CG_TEXT_DRAWING]: Set members cg_font and
8339         cg_glyphs in struct MacFontStruct if synthesized bold or italic is
8340         not used and font substitution never occurs for ASCII and Latin-1
8341         characters.
8342         (XLoadQueryFont): Maximum and minimum metrics are now those among
8343         ASCII characters.
8344         (XLoadQueryFont) [!MAC_OS8 || USE_ATSUI]: Apply WebKit-style
8345         height adjustments for Courier, Helvetica, and Times.
8347         * s/darwin.h (LIBS_CARBON) [!HAVE_CARBON]: Remove `-framework Carbon'.
8349 2005-11-11  David Reitter  <david.reitter@gmail.com>
8351         * macterm.c (syms_of_macterm): Remove macCtrlKey, macShiftKey,
8352         macMetaKey, macAltKey.  Introduce Qctrl, Qmeta,
8353         Vmac_control_modifier / mac-control-modifier,
8354         Vmac_option_modifier / mac-option-modifier,
8355         Vmac_command_modifier / mac-command-modifier.
8356         (mac_to_emacs_modifiers): Use the new style modifier
8357         variables.  Return UInt32 (modifiers are longs now.)
8358         (backtranslate_modified_keycode): New function (refactoring).
8359         (XTread_socket): Use new modifier variables and refactored function.
8360         (mac_determine_quit_char_modifiers): Remove macMetaKey (there is
8361         no dedicated meta key.  Not in use anyway.)
8362         (convert_fn_keycode): Map Fn-keys to their original keycode
8363         using a table (english keyboard only).
8365 2005-11-11  Kim F. Storm  <storm@cua.dk>
8367         * .gdbinit (pitx): Fix output format if n_overlay_strings > 0.
8368         Add post hook to "backtrace" to always dump lisp call stack to
8369         increase chance of people sending it to us when reporting bugs.
8371         * doc.c (Fsubstitute_command_keys): Doc fix.
8373         * dispextern.h (struct it): New member ignore_overlay_strings_at_pos_p.
8375         * xdisp.c (handle_stop): Skip overlay string handling if
8376         ignore_overlay_strings_at_pos_p is set.
8377         (set_iterator_to_next): At end of display vector, set
8378         ignore_overlay_strings_at_pos_p if dpvec came from an overlay
8379         string, so we skip those overlay strings at current pos.
8381 2005-11-10  Lars Hansen  <larsh@soem.dk>
8383         * fileio.c (file-regular-p): Doc fix.
8385 2005-11-10  Kim F. Storm  <storm@cua.dk>
8387         * alloc.c (valid_lisp_object_p): New function to validate that
8388         an object is really a valid Lisp_Object.
8390         * lisp.h (valid_lisp_object_p): Add prototype.
8392         * print.c (safe_debug_print): New function to be called from gdb
8393         to print Lisp objects; use valid_lisp_object_p to avoid crashing
8394         if user tries to print something which is not a Lisp object.
8396         * .gdbinit (pp, pp1): Use safe_debug_print.
8397         (pv, pv1): New commands to print value of a lisp variable.
8399 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
8401         * .gdbinit (pp1): New user-defined function.
8403 2005-11-09  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8405         * image.c [MAC_OSX] (image_load_quartz2d): Fix memory leak.
8407         * mac.c [MAC_OSX] (init_mac_osx_environment): Reinitialize locale
8408         related variables for dumped executable.
8410         * unexmacosx.c (unexec_write_zero): New function.
8411         (copy_data_segment): Clear uninitialized local variables in
8412         statically linked libraries.
8414         * s/darwin.h (C_SWITCH_SYSTEM): Remove -fno-common.
8416 2005-11-09  Juri Linkov  <juri@jurta.org>
8418         * keymap.c (shadow_lookup): If Flookup_key returns a number,
8419         call it again with a sub-key-sequence, and if its return value
8420         is non-nil (sub-key is bound), return nil.
8422 2005-11-08  Kim F. Storm  <storm@cua.dk>
8424         * process.c (Fsignal_process): Recognize signal names with and
8425         without SIG prefix, e.g. SIGHUP and HUP.
8427         * search.c (search_buffer): No need to initialize base_pat.
8429 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8431         * window.c (Fget_lru_window, Fget_largest_window, window_loop):
8432         Don't abuse the `mini' arg.  Use the `obj' arg instead.
8434 2005-11-04  Kim F. Storm  <storm@cua.dk>
8436         * xdisp.c (show_mouse_face): Clear mouse face to eol.
8438 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
8440         * Makefile.in (lisp, shortlisp): Add emacs-lisp/syntax.elc,
8441         font-lock.elc and jit-lock.elc.
8443 2005-11-03  Richard M. Stallman  <rms@gnu.org>
8445         * window.c (Fenlarge_window): Rename SIDE to HORIZONTAL.
8446         (enlarge_window): Rename WIDTHFLAG to HORIZ_FLAG.
8447         (CURBEG, CURSIZE): Use HORIZ_FLAG instead of WIDTHFLAG.
8449         * sheap.c (STATIC_HEAP_SIZE): Increment both definitions.
8451         * alloc.c (refill_memory_reserve): Move decl out of conditionals.
8453 2005-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8455         * window.c (Fdisplay_buffer): Fix last change to not use
8456         a dedicated window.
8458 2005-11-01  Kim F. Storm  <storm@cua.dk>
8460         * fringe.c (update_window_fringes): Undo 2005-10-27 change.
8461         Instead, rotate the bottom angle bitmap 180 degrees to indicate
8462         that the bottom row does not end in a newline.
8464 2005-11-01  Andreas Schwab  <schwab@suse.de>
8466         * unexelf.c (unexec): Handle .plt section in BSS segment.
8468 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8470         * lread.c (readevalloop): Yet another int/Lisp_Object mixup (YAILOM).
8472         * window.c (window_loop): For LRU and LARGEST, let the `mini' argument
8473         determine whether to consider dedicated windows as well.
8474         (Fget_lru_window, Fget_largest_window): Add `dedicated' argument.
8475         (Fdisplay_buffer): Do consider dedicated windows in those cases where
8476         we will split the window rather than reuse it.
8477         Don't try to use windows on other displays.
8479 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
8481         * puresize.h (BASE_PURESIZE): Increment to 1170000.
8483 2005-10-31  Romain Francoise  <romain@orebokech.com>
8485         * macfns.c: Update copyright year.
8486         * m/gould.h: Likewise.
8488 2005-10-30  Kim F. Storm  <storm@cua.dk>
8490         * xdisp.c (display_line): Restore it->current_x and call
8491         extend_face_to_end_of_line when last glyph doesn't fit on line.
8492         (set_glyph_string_background_width): Remove specific tests here
8493         to see if face background should extend to end of line.  Simplify.
8495 2005-10-30  Richard M. Stallman  <rms@gnu.org>
8497         * alloc.c (BYTES_USED): Use uordblks, not arena.
8498         (bytes_used_when_reconsidered): New variable.
8499         (emacs_blocked_free): Set that.
8501 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
8503         * alloc.c (emacs_blocked_free): Fix typo.
8505 2005-10-29  Richard M. Stallman  <rms@gnu.org>
8507         * data.c (Fmake_variable_frame_local): Doc fix.
8509         * xdisp.c (handle_fontified_prop): Do nothing if memory full.
8510         (format_mode_line_unwind_data): New arg SAVE_PROPTRANS
8511         controls whether to save and restore mode_line_proptrans_alist.
8512         Callers changed.
8513         (unwind_format_mode_line): Work with that feature.
8514         (redisplay_internal): Don't call prepare_menu_bars if memory full.
8515         (move_elt_to_front): New function.
8516         (display_mode_element): Use move_elt_to_front.
8517         Don't bother munging text props on a null string.
8518         Delete obsolete elts from mode_line_proptrans_alist.
8519         (decode_mode_spec): Test Vmemory_full, not spare_memory.
8520         (Fformat_mode_line): Clear mode_line_proptrans_alist after saving.
8522         * lisp.h (memory_full_cons_threshold): Declare.
8523         (internal_lisp_condition_case): Declare.
8525         * alloc.c (syms_of_alloc) <memory-full>: Doc fix.
8526         (Fmemory_full_p): Function deleted.
8527         (syms_of_alloc): Don't defsubr it.
8528         (memory_full_cons_threshold): New variable.
8529         (spare_memory): Now a vector of 7 elts.
8530         (buffer_memory_full): Don't set Vmemory_full here.
8531         (xfree): Don't try to refill here.
8532         (emacs_blocked_free): Record BYTES_USED in local var.
8533         (memory_full): Now free all the slots in spare_memory.
8534         (refill_memory_reserve): Allocate each slot in spare_memory.
8535         (init_alloc_once): Call refill_memory_reserve.
8537         * keyboard.c (command_loop_1): Don't set Vmemory_full here.
8539         * eval.c (internal_lisp_condition_case): New function.
8540         (Fcondition_case): Use internal_lisp_condition_case.
8541         (Feval): Test Vmemory_full and memory_full_cons_threshold.
8542         (Ffuncall): Likewise.
8544         * bytecode.c (Fbyte_code): Use internal_lisp_condition_case.
8546 2005-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8548         * syntax.c (Fparse_partial_sexp): Fix docstring.
8550 2005-10-28  Romain Francoise  <romain@orebokech.com>
8552         * puresize.h (BASE_PURESIZE): Increment to 1130000.
8554 2005-10-28  Richard M. Stallman  <rms@gnu.org>
8556         * xfns.c (syms_of_xfns): Provide `x' as feature.
8558         * xdisp.c (decode_mode_spec): Define %e to indicate memory full.
8560         * editfns.c (Fformat): Don't include string padding
8561         between info[n].start and info[n].end.
8563         * alloc.c (spare_memory): No longer static.
8564         (xfree) [!SYSTEM_MALLOC]: Call refill_memory_reserve.
8566         * puresize.h (BASE_PURESIZE): Increment to 1120000.
8568 2005-10-27  Chong Yidong  <cyd@stupidchicken.com>
8570         * data.c (Fmake_variable_frame_local): Add clarification to docstring.
8572         * fringe.c (update_window_fringes): Handle case where buffer ends
8573         with a newline.
8575 2005-10-27  Kenichi Handa  <handa@m17n.org>
8577         * coding.h (DECODE_SYSTEM): Fix argument name; name->str.
8579 2005-10-24  Kenichi Handa  <handa@m17n.org>
8581         * charset.h (charset_mule_unicode_0100_24ff)
8582         (charset_mule_unicode_2500_33ff, charset_mule_unicode_e000_ffff):
8583         Extern them.
8585         * charset.c (charset_mule_unicode_0100_24ff)
8586         (charset_mule_unicode_2500_33ff, charset_mule_unicode_e000_ffff):
8587         New variables.
8588         (Fsetup_special_charsets): Initialize them.
8590         * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
8591         supported Unicode characters.
8593 2005-10-25  Jason Rumney  <jasonr@gnu.org>
8595         * w32fns.c (w32_to_x_font): Avoid forcing font widths.
8597 2005-10-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8599         * image.c [MAC_OS] (image_load_qt_1): Check image size.
8600         Use GraphicsImportGetImageDescription instead of
8601         GraphicsImportGetNaturalBounds.
8602         [MAC_OSX] (image_load_quartz2d): Check image size.
8603         [MAC_OS] (xpm_load_image): Likewise.
8605         * macterm.c (last_mouse_glyph_frame): New var.
8606         (note_mouse_movement): Say mouse moved if current frame differs
8607         from last_mouse_glyph_frame, and update last_mouse_glyph_frame.
8608         (XTmouse_position): Set last_mouse_glyph_frame.
8609         (XTread_socket): Clear last_mouse_glyph_frame on mouse up/down event.
8610         (mac_draw_string_common) [USE_ATSUI && WORDS_BIG_ENDIAN]: Fix typo.
8611         Use EndianU16_BtoN.
8612         (mac_draw_string_common) [MAC_OSX]: Don't use ATSUClearLayoutControls.
8613         (x_per_char_metric, XLoadQueryFont)
8614         [MAC_OS_X_VERSION_MAX_ALLOWED < 1020]: Use device origins to get
8615         glyph bounds.
8616         (mac_to_x_fontname, mac_do_list_fonts)
8617         (mac_initialize_display_info): Change screen resolutions to 72dpi.
8619 2005-10-25  Masatake YAMATO  <jet@gyve.org>
8621         * minibuf.c (Fdisplay_completion_list): Small doc fix.
8623 2005-10-24  Kim F. Storm  <storm@cua.dk>
8625         * xterm.c: Undo 2005-10-23 change.
8626         (last_mouse_glyph_frame): New var.
8627         (note_mouse_movement): Say mouse moved if current frame differs
8628         from last_mouse_glyph_frame, and update last_mouse_glyph_frame.
8629         (XTmouse_position): Set last_mouse_glyph_frame.
8630         (handle_one_xevent): Clear last_mouse_glyph_frame [instead of
8631         last_mouse_glyph] on mouse up/down event.
8633         * editfns.c (Fcompare_buffer_substrings): Fix last change.
8635 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8637         * editfns.c (Fcompare_buffer_substrings): Handle multibyte chars.
8639 2005-10-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8641         * xterm.c (note_mouse_movement): Always call note_mouse_highlight
8642         so tool tips don't interfere with press on tool bar button.
8644 2005-10-23  Richard M. Stallman  <rms@gnu.org>
8646         * casetab.c (Fset_case_table): Doc fix.
8648         * lread.c (build_load_history): Replace STREAM arg with ENTIRE.
8649         (readevalloop): Compute ENTIRE properly.
8650         (syms_of_lread) <load-history>: Doc fix.
8652 2005-10-21  Richard M. Stallman  <rms@gnu.org>
8654         * lread.c (Fload): Simplify gcpro structure.
8655         Gcpro FOUND as well as FILE, but not EFOUND.
8656         Unless preloading, record FOUND instead of FILE in Vload_history.
8657         Rename repeat local FILE to MSG_FILE.
8658         (syms_of_lread) <load-history>: Doc fix.
8660 2005-10-21  Kenichi Handa  <handa@m17n.org>
8662         * search.c (boyer_moore): Add parens to fix and/or precedence bug.
8664 2005-10-20  Kim F. Storm  <storm@cua.dk>
8666         * buffer.c (clone_per_buffer_values): Remove unused var tem.
8667         (init_buffer): Remove unused vars dotstat, pwdstat.
8669         * ccl.c (check_ccl_update): Remove unused var vp.
8671         * fileio.c (auto_save_error): Call SAFE_FREE.
8673         * fns.c (Fchar_table_range): Remove unused var i.
8675         * minibuf.c (display_completion_list_1): New wrapper function
8676         for Fdisplay_completion_list.
8677         (Fminibuffer_completion_help): Use it.
8679         * term.c (encode_terminal_code): Remove unused var src_start.
8681         * window.c (Fwindow_tree): Remove unused var alist.
8683         * xterm.c (x_calc_absolute_position): Remove unused vars win_x, win_y.
8685 2005-10-20  Aubrey Jaffer  <agj@alum.mit.edu>  (tiny change)
8687         * unexelf.c (unexec): Fix calls to `fatal' with less than 3 arguments.
8689 2005-10-20  Olli Savia  <ops@iki.fi>  (tiny change)
8691         * syssignal.h [__Lynx__]: Undef SIGPOLL along with SIGIO.
8693 2005-10-20  Andreas Schwab  <schwab@suse.de>
8695         * minibuf.c (Fdisplay_completion_list): Doc fix.
8697 2005-10-19  Kim F. Storm  <storm@cua.dk>
8699         * image.c (check_image_size): Handle integer Vmax_image_size value
8700         directly as max pixel value.  Use default frame size for null frame.
8701         (syms_of_image) <max-image-size>: Describe integer value.
8703 2005-10-19  Romain Francoise  <romain@orebokech.com>
8705         * emacs.c (main): Update copyright year.
8707 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
8709         * image.c (Vmax_image_size): New variable.
8710         (check_image_size): New function.
8711         (xbm_read_bitmap_data, pbm_load, png_load, jpeg_load, tiff_load)
8712         (gif_load, gs_load): Use it.
8713         (lookup_image): Try loading again if previous load failed.
8714         (xbm_read_bitmap_data): Add a new argument, a pointer to the frame
8715         to display in, NULL if none.
8716         (xbm_load_image, xbm_file_p): Pass xbm_read_bitmap_data the new
8717         argument.
8719 2005-10-18  Richard M. Stallman  <rms@gnu.org>
8721         * search.c (Fstring_match): Doc fix.
8723 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8725         * macterm.c (note_mouse_movement): Use PtInRect.
8726         (XTread_socket): Also ignore mouse motion just before a button
8727         release event.  Don't process button release event when mouse is
8728         not grabbed.
8730 2005-10-16  Masatake YAMATO  <jet@gyve.org>
8732         * minibuf.c (Fdisplay_completion_list): Add new optional
8733         argument COMMON_SUBSTRING.  Bind `completion-common-substring'
8734         to the optional argument during running `completion-setup-hook'.
8736 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8738         * mac.c [TARGET_API_MAC_CARBON] (get_cfstring_encoding_from_lisp):
8739         Allow nil as argument.
8740         [TARGET_API_MAC_CARBON] (Fmac_code_convert_string): Regard nil
8741         for encoding arguments as UTF-16 in native byte order, no BOM.
8743         * macfns.c (Fx_create_frame): Add debugging code.
8744         (Fx_show_tip): Set frame pixel width and height.
8746         * macterm.c (MAC_WINDOW_NORMAL_GC): Remove macro.
8747         (FRAME_NORMAL_GC): New macro.
8748         (mac_draw_line, mac_clear_area, mac_clear_window)
8749         (mac_fill_rectangle, mac_draw_string, mac_draw_string_16)
8750         (mac_draw_image_string, mac_draw_image_string_16): Rename from
8751         XDrawLine, XClearArea, XClearWindow, XFillRectangle, XDrawString,
8752         XDrawString16, XDrawImageString, and XDrawImageString16, respectively.
8753         All uses changed.
8754         (mac_draw_line, mac_erase_rectangle, mac_clear_area)
8755         (mac_clear_window, mac_draw_bitmap, mac_draw_rectangle)
8756         (mac_invert_rectangle, mac_draw_string_common, mac_draw_string)
8757         (mac_draw_string_16, mac_draw_image_string)
8758         (mac_draw_image_string_16, mac_copy_area, mac_copy_area_with_mask)
8759         (mac_scroll_area): Drawing functions now take frame as destination.
8760         All uses changed.
8761         (mac_draw_string_common): Get port height with FRAME_PIXEL_HEIGHT.
8762         (x_draw_fringe_bitmap): Set clipping area in face->gc.
8764         * macterm.h (mac_clear_area): Add extern.
8766 2005-10-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8768         * macterm.c (note_mouse_movement, XTread_socket): Apply 2005-10-14
8769         changes for xterm.c.
8771         * w32term.c (note_mouse_movement, w32_read_socket): Likewise.
8773 2005-10-14  Kenichi Handa  <handa@m17n.org>
8775         * search.c (search_buffer): Give up BM search on case-fold-search
8776         if one of a target character has a case-equivalence of different
8777         charset even if that target charcter is an ASCII.
8779         * casefiddle.c (casify_object): Fix for the case that case
8780         conversion change the byte length.
8782 2005-10-14  Kim F. Storm  <storm@cua.dk>
8784         * xterm.c (note_mouse_movement): Return 1 if mouse moved; 0 otherwise.
8785         (handle_one_xevent): Only clear help_echo_string; restore it if
8786         note_mouse_movement didn't record any mouse movement.
8788         * xdisp.c (pos_visible_p): Convert w->hscroll to pixels before use.
8789         (remember_mouse_glyph): Clear RECT if mouse is over an image glyph.
8791         * keyboard.c (make_lispy_position): Adjust wx for left margin if
8792         ON_TEXT.
8793         (Fposn_at_x_y): Fix calculation of x coordinate.
8794         (Fposn_at_point): Return nil if point is hscrolled out of view.
8796 2005-10-13  Andreas Schwab  <schwab@suse.de>
8798         * sysdep.c (request_sigio, unrequest_sigio): Do nothing in
8799         non-interactive mode.
8801 2005-10-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8803         * xterm.c, w32term.c, macterm.c (note_mouse_movement): Undo last change.
8805 2005-10-12  Kim F. Storm  <storm@cua.dk>
8807         * xterm.c (handle_one_xevent): Clear last_mouse_glyph on mouse up/down.
8809 2005-10-12  Romain Francoise  <romain@orebokech.com>
8811         * buffer.c (init_buffer): Rename `rc' to `len' for clarity.
8813 2005-10-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8815         * xdisp.c (remember_mouse_glyph): Use MATRIX_BOTTOM_TEXT_ROW to
8816         get end of text rows.  Obtain header-line/mode-line rows directly.
8818         * xterm.c, w32term.c, macterm.c (note_mouse_movement):
8819         Restore help_echo_string if mouse is moved inside last_mouse_glyph.
8821 2005-10-12  Kim F. Storm  <storm@cua.dk>
8823         * xdisp.c (remember_mouse_glyph): New generic version based on
8824         glyph_rect and remember_mouse_glyph from xterm.c enhanced to
8825         properly handle all different window areas.
8827         * dispextern.h (remember_mouse_glyph): Add prototype.
8829         * xterm.c (glyph_rect, remember_mouse_glyph): Remove X versions.
8830         (note_mouse_movement, XTmouse_position): Use generic
8831         remember_mouse_glyph, add last_mouse_glyph arg.
8833         * w32term.c (note_mouse_movement): Fix last_mouse_glyph check.
8834         (glyph_rect, remember_mouse_glyph): Remove w32 specific versions.
8835         (note_mouse_movement, w32_mouse_position): Use generic
8836         remember_mouse_glyph, add last_mouse_glyph arg.
8838         * macterm.c (note_mouse_movement): Add call to remember_mouse_glyph.
8839         (glyph_rect, remember_mouse_glyph): Remove mac specific versions.
8840         (XTmouse_position): Adapt to use generic remember_mouse_glyph
8841         instead of pixel_to_glyph_coords.
8843         * window.c (coordinates_in_window): Fix x position for ON_RIGHT_MARGIN.
8844         Fix x position for ON_TEXT when left margin width > 0.
8846 2005-10-11  Kim F. Storm  <storm@cua.dk>
8848         * window.c (coordinates_in_window): Fix y position for ON_SCROLL_BAR.
8850         * keyboard.c (make_lispy_position): Fix buffer calculations for
8851         mouse click or movement in right fringe and the margins.
8853 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
8855         * image.c (fn_jpeg_stdio_src): Don't define it.
8856         (init_jpeg_functions): Don't initialize `fn_jpeg_stdio_src'.
8857         (our_common_init_source): Rename from `our_init_source'.
8858         (our_common_term_source): Rename from `our_term_source'.
8859         (our_memory_fill_input_buffer): Rename from
8860         `our_fill_input_buffer'.
8861         (our_memory_skip_input_data): Rename from `our_skip_input_data'.
8862         (jpeg_memory_src): Use the new names.
8863         (struct jpeg_stdio_mgr): New struct.
8864         (JPEG_STDIO_BUFFER_SIZE): New constant.
8865         (our_stdio_fill_input_buffer, our_stdio_skip_input_data)
8866         (jpeg_file_src): New functions.
8867         (jpeg_load): Use `jpeg_file_src' instead of `fn_jpeg_stdio_src'.
8869 2005-10-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8871         * macterm.c (PER_CHAR_METRIC): Remove unused macro.
8872         (fm_font_family_alist): New variable.
8873         (syms_of_macterm): Initialize and staticpro it.
8874         (decode_mac_font_name): Replace '-' in family name with '_' if it
8875         occurs just once.  Lower family name.
8876         (parse_x_font_name): Rename from x_font_name_to_mac_font_name.
8877         All uses changed.  Remove argument MF and code conversion for it.
8878         Add argument SIZE.  Rename argument MF_DECODED to FAMILY, and CS
8879         to CHARSET.  Parse font size.  Lower family name.  Return integer
8880         value for status of parsing.
8881         (init_font_name_table) [USE_ATSUI]: Use decode_mac_font_name.
8882         Don't use Fdowncase because family name is already lowered by
8883         decode_mac_font_name.
8884         (init_font_name_table): Always call decode_mac_font_name.
8885         Add pair of family name and its reference to fm_font_family_alist.
8886         (mac_clear_font_name_table): Clear fm_font_family_alist.
8887         (XLoadQueryFont): Move font size parsing part to parse_x_font_name.
8888         Lookup fm_font_family_alist to get font family reference.
8889         (XLoadQueryFont) [USE_ATSUI]: Don't use Fdowncase because family
8890         name is already lowered by parse_x_font_name.
8892 2005-10-11  Kim F. Storm  <storm@cua.dk>
8894         * xterm.c (glyph_rect): Return 0 if position is outside text area.
8896         * keyboard.c (make_lispy_position): Fix buffer position calculation for
8897         mouse click or movement in fringe.
8899 2005-10-10  Jason Rumney  <jasonr@gnu.org>
8901         * xterm.c (remember_mouse_glyph): New function.
8902         (note_mouse_movement): Use it to remember the current glyph if changed.
8903         (XTmouse_position): Fix calculation of fake glyph under mouse.
8904         Move code to calculate glyph under mouse into remember_mouse_glyph.
8906 2005-10-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8908         * emacs.c (USAGE3, standard_args): -nb => -nbi.
8910 2005-10-10  Juanma Barranquero  <lekktu@gmail.com>
8912         * frame.c (Fredirect_frame_focus): Fix typos in docstring.
8913         (next_frame, prev_frame, set_term_frame_name): Make static.
8915         * window.c (Fwindow_tree): Fix spelling.
8917 2005-10-09  Romain Francoise  <romain@orebokech.com>
8919         * window.c (Fwindow_end): Don't try to redisplay if non-interactive.
8921 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8923         * emacs.c (standard_args): Remove options -i, -itype, --icon-type.
8924         Add options -nb, --no-bitmap-icon.
8926         * xfns.c (Fx_create_frame): Make bitmapIcon have default on.
8928 2005-10-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8930         * macgui.h (MAX_CLIP_RECTS): New define.
8931         (struct _XGC): New member clip_region.
8932         (struct _XGC) [MAC_OSX && USE_ATSUI]: New members n_clip_rects and
8933         clip_rects.
8935         * macterm.c (GC_CLIP_REGION): New macro.
8936         (saved_port_clip_region): New variable.
8937         (mac_begin_clip, mac_end_clip): New functions.
8938         (XDrawLine, mac_erase_rectangle, mac_draw_bitmap, XFillRectangle)
8939         (mac_draw_rectangle, mac_draw_string_common, mac_copy_area)
8940         (mac_copy_area_with_mask, mac_scroll_area): Use them.
8941         (mac_set_clip_rectangle, mac_reset_clipping): Remove functions.
8942         [USE_ATSUI] (atsu_get_text_layout_with_text_ptr)
8943         [MAC_OS_X_VERSION_MAX_ALLOWED < 1020]: Specify kATSLineFractDisable.
8944         (mac_draw_string_common) [MAC_OSX && USE_ATSUI]: Clip to clipping
8945         rectangles stored in gc.
8946         (XFreeGC): Dispose of clipping region.
8947         (mac_set_clip_rectangles, mac_reset_clip_rectangles): New functions.
8948         (x_draw_fringe_bitmap, x_set_glyph_string_clipping)
8949         (x_draw_relief_rect, x_draw_box_rect, x_draw_stretch_glyph_string)
8950         (x_draw_glyph_string, x_clip_to_row, x_draw_hollow_cursor)
8951         (x_draw_bar_cursor): Use them.
8952         (x_set_glyph_string_clipping): Use get_glyph_string_clip_rects to
8953         get multiple clipping rectangles.
8955         * macterm.h (mac_term_init): Add types to extern.
8956         (struct mac_output): Remove members mWP and pending_menu_activation.
8957         Put members scroll_bar_foreground_pixel and
8958         scroll_bar_background_pixel in #if 0.
8959         (FRAME_MAC_WINDOW, FRAME_X_WINDOW): Use window_desc.
8961         * xfaces.c (x_create_gc, x_free_gc) [MAC_OS]: Add BLOCK_INPUT.
8962         Add debugging code.
8964 2005-10-08  Kim F. Storm  <storm@cua.dk>
8966         * window.c (window_tree, Fwindow_tree): Rename fns added 2005-10-04.
8968 2005-10-07  Kim F. Storm  <storm@cua.dk>
8970         * dispnew.c (redraw_overlapped_rows, redraw_overlapping_rows)
8971         [!HAVE_WINDOW_SYSTEM]: Don't declare them...
8972         (update_window) [!HAVE_WINDOW_SYSTEM]: ...and don't call them.
8974 2005-10-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8976         * dispextern.h (struct glyph_string): Rename member for_overlaps_p
8977         to for_overlaps.  Now occupy 3 bits.
8978         (OVERLAPS_PRED, OVERLAPS_SUCC, OVERLAPS_BOTH)
8979         (OVERLAPS_ERASED_CURSOR): New defines.
8980         (struct redisplay_interface): Add new OVERLAPS arg to member
8981         fix_overlapping_area.
8982         (x_fix_overlapping_area): Add new OVERLAPS arg.
8983         (get_glyph_string_clip_rects): Add extern.
8985         * dispnew.c (redraw_overlapping_rows):
8986         Call rif->fix_overlapping_area with new OVERLAPS arg as redrawn part.
8988         * xdisp.c: Rename member for_overlaps_p in struct glyph_string to
8989         for_overlaps.
8990         (get_glyph_string_clip_rects): New function created from
8991         get_glyph_string_clip_rect.  Set clipping rectangles according to the
8992         value of for_overlaps.  Enable to store multiple clipping rectangles.
8993         (get_glyph_string_clip_rect): Use get_glyph_string_clip_rects.
8994         (fill_composite_glyph_string, fill_glyph_string, draw_glyphs):
8995         Rename argument OVERLAPS_P to OVERLAPS.  All uses in macros changed.
8996         (x_fix_overlapping_area): Add OVERLAPS arg.  Pass it to draw_glyphs.
8997         (draw_phys_cursor_glyph): Set width of erased cursor to use it for
8998         calculating clipping rectangles later.  Call x_fix_overlapping_area
8999         with new OVERLAPS arg to draw only erased cursor area.
9000         (expose_overlaps): Call x_fix_overlapping_area with new OVERLAPS arg
9001         to draw overlaps in both preceding and succeeding rows.
9003         * xterm.c, w32term.c, macterm.c: Rename member for_overlaps_p in
9004         struct glyph_string to for_overlaps.
9006 2005-10-04  Richard M. Stallman  <rms@gnu.org>
9008         * alloc.c (refill_memory_reserve): Conditionalize the body,
9009         not the function's existence.
9011 2005-10-04  Kim F. Storm  <storm@cua.dk>
9013         * window.c (window_split_tree): New function.
9014         (Fwindow_split_tree): New defun.
9015         (syms_of_window): Defsubr it.
9017 2005-10-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9019         * macterm.c (mac_invert_rectangle): New function.
9020         (XTflash): Use it.
9022 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9024         * regex.h (re_char): Don't expose it in the interface.
9025         (re_set_whitespace_regexp): Adjust the arg's type to not use it.
9027         * regex.c (re_char): Move it back here.
9028         (re_set_whitespace_regexp): Change the arg's type to not use it.
9030         * keyboard.c (make_lispy_event): If point has moved between down and up
9031         event, make it a drag, not a click, to mirror what
9032         mouse-drag-region expects.
9034 2005-10-02  Dan Nicolaescu  <dann@ics.uci.edu>
9036         * lisp.h (fatal): Undo previous change.
9037         * term.c (fatal): Undo previous change.
9039 2005-10-01  Richard M. Stallman  <rms@gnu.org>
9041         * xfaces.c (face_color_gray_p): Colors close to black count as gray.
9043 2005-10-01  Kim F. Storm  <storm@cua.dk>
9045         * xdisp.c (try_window): Skip scroll-margin check if ZV is visible.
9047 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9049         * keyboard.c (init_keyboard) [MAC_OSX]: Don't install SIGINT handler.
9051         * macfns.c (start_hourglass): Apply 2005-05-07 change for xfns.c.
9052         (x_create_tip_frame) [GLYPH_DEBUG]: Uncomment debugging code.
9053         (Fx_create_frame, x_create_tip_frame) [USE_ATSUI]:
9054         Try ATSUI-compatible 12pt Monaco font first.
9056         * macgui.h (struct _XCharStruct): New member valid_p.
9057         (STORE_XCHARSTRUCT): Set valid_p.
9058         (struct MacFontStruct) [USE_ATSUI]: New member mac_style.
9060         * macterm.c (mac_draw_string_common, x_per_char_metric)
9061         (mac_compute_glyph_string_overhangs, init_font_name_table)
9062         (XLoadQueryFont, mac_unload_font) [USE_ATSUI]: Add ATSUI support.
9063         (atsu_get_text_layout_with_text_ptr) [USE_ATSUI]: New function.
9064         (x_draw_glyph_string_background)
9065         (x_draw_glyph_string_foreground) [MAC_OS8 && USE_ATSUI]: Don't use
9066         XDrawImageString.  Always draw background and foreground separately.
9067         (x_draw_glyph_string_foreground) [USE_ATSUI]: Don't use 8-bit
9068         functions for one-byte chars when using ATSUI-compatible fonts.
9069         (atsu_font_id_hash) [USE_ATSUI]: New variable.
9070         (syms_of_macterm) [USE_ATSUI]: Initialize and staticpro it.
9071         (XLoadQueryFont): Set min_byte1, max_byte1, min_char_or_byte2, and
9072         max_char_or_byte2 more in detail.
9073         (quit_char_comp, mac_check_for_quit_char) [MAC_OSX]: Remove functions.
9075 2005-09-30  Dan Nicolaescu  <dann@ics.uci.edu>
9077         * image.c (slurp_file, xbm_read_bitmap_data): Cast to the correct type.
9078         * xterm.c (handle_one_xevent, handle_one_xevent): Likewise.
9080         * unexelf.c (fatal): Fix prototype.
9082         * term.c (fatal): Implement using varargs.
9084         * regex.c (re_char): Move typedef ...
9085         * regex.h (re_char): ... here.
9086         (re_iswctype, re_wctype, re_set_whitespace_regexp): New prototypes.
9088         * emacs.c (malloc_set_state): Fix return type.
9089         (endif): Fix type.
9091         * lisp.h (fatal): Add argument types.
9093         * dispextern.h (fatal): Delete prototype.
9095         * systime.h (make_time): Prototype moved from ...
9096         * editfns.c (make_time): ... here.
9098         * editfns.c: Move systime.h include after lisp.h.
9099         * dired.c:
9100         * xsmfns.c:
9101         * process.c: Likewise.
9103         * alloc.c (old_malloc_hook, old_realloc_hook, old_realloc_hook):
9104         Add parameter types.
9105         (__malloc_hook, __realloc_hook, __free_hook): Fix prototypes.
9106         (emacs_blocked_free): Change definition to match __free_hook.
9107         (emacs_blocked_malloc): Change definition to match __malloc_hook.
9108         (emacs_blocked_realloc): Change definition to match __realloc_hook.
9110 2005-09-30  Romain Francoise  <romain@orebokech.com>
9112         * minibuf.c (Fread_buffer): Follow convention for reading from the
9113         minibuffer with a default value.  Doc fix.
9115 2005-09-29  Juri Linkov  <juri@jurta.org>
9117         * editfns.c (Fmessage, Fmessage_box, Fmessage_or_box):
9118         Rename argument name `string' to `format-string'.
9119         (Fformat): Doc fix.
9121 2005-09-28  Kim F. Storm  <storm@cua.dk>
9123         * image.c (gif_load): Fix size of allocated image buffer
9124         for images where a sub-image may be larger than the image's
9125         total height/width specifications.
9127 2005-09-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9129         * macgui.h (struct _XCharStruct): Each member now takes short value.
9131 2005-09-27  Dan Nicolaescu  <dann@ics.uci.edu>
9133         * xfaces.c (lookup_derived_face): Add parameter type.
9135         * xdisp.c (cursor_row_fully_visible_p): Add parameter type.
9137         * marker.c (verify_bytepos): Add parameter type.
9139         * process.c (get_operating_system_release): Move prototype ...
9141         * systime.h (get_operating_system_release): ... here.
9143         * xterm.c (handle_one_xevent): Refer to union field to match the
9144         type required by the function definition.
9145         (set_vertical_scroll_bar): Move prototype ...
9147         * xterm.h: ... here.
9149         * fns.c (internal_equal, seed_random): Fix prototypes.
9150         (internal_equal): Add missing parameter.
9152 2005-09-25  Richard M. Stallman  <rms@gnu.org>
9154         * keyboard.c (update_menu_bindings): Variable deleted.
9155         (syms_of_keyboard): Don't defvar it.
9156         (parse_menu_item): Don't test it.
9158 2005-09-23  Richard M. Stallman  <rms@gnu.org>
9160         * editfns.c (Fformat): Explicitly test for end of format string
9161         and don't use `index'.
9163 2005-09-23  Dan Nicolaescu  <dann@ics.uci.edu>
9165         * s/aix4-2.h (BROKEN_GET_CURRENT_DIR_NAME):
9166         Define BROKEN_GET_CURRENT_DIR_NAME.
9168         * sysdep.c (get_current_dir_name): Also define if
9169         BROKEN_GET_CURRENT_DIR_NAME.
9171         * m/ibmrs6000.h: Test for USG5, not USG5_4.
9173 2005-09-22  Kim F. Storm  <storm@cua.dk>
9175         * xdisp.c (message_dolog): Add warning about GC and Lisp strings.
9176         (message2): Fix commentary.  Ok to use alloca'ed memory.
9177         Still not ok to use Lisp string data (because of GC).
9178         (set_message): Add comment why GC cannot happen.
9180 2005-09-22  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9182         * macterm.c (xlfdpat_block_match_1): Fix assertion.
9183         (init_font_name_table) [TARGET_API_MAC_CARBON]: Don't add style
9184         variants for a scalable font multiple times.
9186 2005-09-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9188         * process.c (create_process) [RTU || UNIPLUS || DONT_REOPEN_PTY]:
9189         Setup slave tty options before forking.
9191 2005-09-20  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9193         * gtkutil.c (xg_set_geometry): Do a gtk_window_move if program
9194         positions have been set for the frame (as is done for frames in
9195         special-display-buffer-names).
9197 2005-09-19  Kim F. Storm  <storm@cua.dk>
9199         * editfns.c (Fformat): Don't scan past end of format string that
9200         ends in %.  Reported by Johan Bockg\e,Ae\e(Brd.
9202 2005-09-18  Andreas Schwab  <schwab@suse.de>
9204         * window.h (struct window): Remove height_fixed_p, no longer set.
9206         * window.c (make_window): Don't initialize height_fixed_p.
9207         (window_fixed_size_p): Don't use it.
9209 2005-09-18  John Paul Wallington  <jpw@pobox.com>
9211         * data.c (Fdefalias): Signal an error if SYMBOL is not a symbol.
9213 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9215         * Makefile.in (SOME_MACHINE_OBJECTS): Undo previous change.
9217         * macfns.c (image_cache_refcount, dpyinfo_refcount) [GLYPH_DEBUG]:
9218         New variables.
9219         [TARGET_API_MAC_CARBON] (Fx_file_dialog): Don't allow multiple
9220         file selection.
9222         * sysdep.c [MAC_OS8]: Don't include stdlib.h.  Include sys/param.h.
9224 2005-09-17  Eli Zaretskii  <eliz@gnu.org>
9226         * Makefile.in (XMENU_OBJ) [!HAVE_CARBON]: Reinstate variable.
9227         (obj): Use XMENU_OBJ, not a literal xmenu.o.
9229 2005-09-16  Romain Francoise  <romain@orebokech.com>
9231         * fileio.c (syms_of_fileio) <write-region-inhibit-fsync>: Doc fix.
9233 2005-09-15  Richard M. Stallman  <rms@gnu.org>
9235         * xdisp.c (overlay_arrow_at_row): Add HAVE_WINDOW_SYSTEM conditional.
9236         (display_mode_element): Instead of `lisp_string' and `this',
9237         record `offset' and increment that.
9238         `last_offset' replaces `last'.
9240         * Makefile.in (XMENU_OBJ): Variable deleted.
9241         (obj): Use xmenu.o unconditionally.
9242         (SOME_MACHINE_OBJECTS): Delete xmenu.o.
9244         * emacs.c (main): Don't conditionalize syms_of_xmenu on HAVE_XMENU.
9246 2005-09-15  Kim F. Storm  <storm@cua.dk>
9248         * xdisp.c (move_it_vertically): Don't try to fetch byte BEGV-1.
9249         (reseat_at_next_visible_line_start): Likewise (in xassert).
9251 2005-09-14  Romain Francoise  <romain@orebokech.com>
9253         * fileio.c (write_region_inhibit_fsync): New variable.
9254         (Fwrite_region): Use it to skip call to fsync.
9255         (syms_of_fileio): Initialize it.
9257 2005-09-14  Kenichi Handa  <handa@m17n.org>
9259         * coding.c (code_convert_region_unwind): Argument format changed.
9260         (run_pre_post_conversion_on_str): If pre-write-conversion function
9261         changed the current buffer, delete the new buffer.
9262         (run_pre_write_conversin_on_c_str): Likewise.
9264         * fileio.c (Fexpand_file_name): Check multibyteness of
9265         default_directory.
9267 2005-09-13  Kenichi Handa  <handa@m17n.org>
9269         * composite.c (compose_chars_in_text): Delete it.
9271         * composite.h (compose_chars_in_text): Delete extern.
9273 2005-09-13  Kim F. Storm  <storm@cua.dk>
9275         * print.c (print_error_message): Fix last change.
9277 2005-09-12  Kim F. Storm  <storm@cua.dk>
9279         * composite.c (compose_chars_in_text): Fix setup of `pend'.
9280         Unconditionally reload `ptr' and `pend' after eval.
9282         * xdisp.c (message3): Pass copy of lisp string to message_dolog.
9284         * print.c (print_error_message): Pass copy of caller name to
9285         message_dolog.
9287         * fileio.c (auto_save_error): Pass copy of lisp string to message2.
9289 2005-09-12  Kenichi Handa  <handa@m17n.org>
9291         * xdisp.c (display_mode_element): Be sure to make variables THIS
9292         and LISP_STRING point into a string data of ELT.
9294 2005-09-12  Kim F. Storm  <storm@cua.dk>
9296         * editfns.c (Ftranslate_region_internal): Reload `tt' after
9297         signal_after_change that may have GC'ed.
9298         (Fmessage, Fmessage_box, Fmessage_or_box): Doc fix.
9300         * keymap.c (Fdescribe_buffer_bindings): Reload `translate'
9301         after insert while runs signal_after_change.
9303         * minibuf.c (Fminibuffer_complete_word): Move `completion_string'
9304         declaration to where it is used.
9306         * w32.c (check_windows_init_file): Fix allocation of error buffer.
9308         * xfns.c (x_encode_text): Declare static.  Add FREEP arg.
9309         (x_set_name_internal): Call x_encode_text with new FREEP arg to
9310         know if xfree is needed instead of guessing.
9312         * xterm.h (x_encode_text): Remove prototype.
9314 2005-09-11  Chris Prince  <cprince@gmail.com>  (tiny change)
9316         * w32term.c (x_bitmap_icon): Load small icons too.
9318 2005-09-10  Romain Francoise  <romain@orebokech.com>
9320         * buffer.c (init_buffer): Grow buffer to add directory separator
9321         and terminal zero.  Fix typos.
9323 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
9325         * buffer.c (init_buffer): Fix error message for failed call to
9326         get_current_dir_name.
9327         (get_current_dir_name): Remove prototype.
9329         * xsmfns.c (get_current_dir_name): Remove prototype.
9331         * lisp.h (get_current_dir_name) [!HAVE_GET_CURRENT_DIR_NAME]:
9332         Add prototype.
9334         * sysdep.c [WINDOWSNT]: Add prototype for getwd.
9335         Don't #undef NULL after including blockinput.h.
9337         * config.in: Regenerated.
9339 2005-09-10  Giuseppe Scrivano  <gscrivano@gmail.com>
9341         Remove the MAXPATHLEN limitations:
9343         * sysdep.c (get_current_dir_name) [!HAVE_GET_CURRENT_DIR_NAME]:
9344         New function.
9346         * buffer.c (init_buffer): Use it.
9348         * xsmfns.c (smc_save_yourself_CB): Ditto.
9350 2005-09-09  Kim F. Storm  <storm@cua.dk>
9352         * doc.c (Fsubstitute_command_keys): Lookup key binding for
9353         commands that are remapped from some other command.
9355         * xdisp.c (try_window_reusing_current_matrix): Clear mode_line_p
9356         flag in disabled rows below the window.
9358         * frame.h (struct frame): New member updated_p.
9360         * xdisp.c (redisplay_internal): Mark updated frames in new updated_p
9361         member.  Remove local `updated' array and associated variables.
9363 2005-09-07  Kim F. Storm  <storm@cua.dk>
9365         * xdisp.c (handle_display_prop): Respect overlay window property.
9367         * xdisp.c (try_window): Remove superfluous cursor_height calculation.
9368         Fixes crash reported by YAMAMOTO Mitsuharu.
9370 2005-09-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9372         * macterm.c (struct xlfdpat_block, struct xlfdpat): New structs.
9373         (xlfdpat_destroy, xlfdpat_create, xlfdpat_exact_p)
9374         (xlfdpat_block_match_1, xlfdpat_match): New functions.
9375         (xlfdpat_block_match): New macro.
9376         (mac_to_x_fontname): Don't use tolower for non-ASCII characters.
9377         (x_font_name_to_mac_font_name): Set coding.dst_multibyte to 0.
9378         (add_font_name_table_entry): Increase font_name_table_size more
9379         rapidly.
9380         (mac_c_string_match): Remove function.
9381         (mac_do_list_fonts): Use XLFD pattern match instead of regular
9382         expression match.
9384         * xfaces.c (xstrlwr): Don't use tolower for non-ASCII characters.
9386 2005-09-03  Richard M. Stallman  <rms@gnu.org>
9388         * xdisp.c (redisplay_internal): Make UPDATED as long as needed.
9389         (move_it_in_display_line_to): Stop after last char on line even
9390         on a windowing terminal, if that's the specified stop position.
9392         * fns.c (Fsort): Doc fix.
9394         * editfns.c (Fpropertize): Don't insist that properties be symbols.
9396 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9398         * dired.c (directory_files_internal_unwind, directory_files_internal)
9399         (file_name_completion): Use a Save_Value object rather than a cons of
9400         two 16bit ints to store the DIR*.
9401         (directory_files_internal, file_name_completion): Handle both EINTR and
9402         EAGAIN consistently after `readdir'.
9404 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9406         * intervals.c (update_interval): Add position info in error.
9408         * dispnew.c (window_to_frame_hpos, update_window):
9409         Avoid gcc warning about unused variable `f'.
9411 2005-08-31  Jason Rumney  <jasonr@gnu.org>
9413         * w32menu.c (add_menu_item): If unicode_append_menu returns an
9414         error, revert to using AppendMenu.
9416 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9418         * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN): Remove argument.
9419         All uses changed.
9420         [MAC_OS] (XPutPixel, XGetPixel): Add efficient versions for common
9421         cases.
9422         (x_create_x_image_and_pixmap) [MAC_OS]: Don't call x_destroy_x_image.
9423         [MAC_OS] (find_image_fsspec) [!MAC_OSX]: Don't use FSRef.
9424         Use posix_pathname_to_fsspec.
9425         [MAC_OS] (xpm_load_image): Fill in background_transparent field
9426         while we have mask.
9428         * macgui.h [!TARGET_API_MAC_CARBON] (GetPixDepth): New define.
9430         * macterm.h (PIX_MASK_DRAW, PIX_MASK_RETAIN): Move defines to image.c.
9432 2005-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9434         * syntax.c (update_syntax_table): Properly reproduce the special +1
9435         setting of e_property at the end of the buffer when bumping into the
9436         INTERVALS_AT_ONCE limit.
9438 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
9440         * emacs.c (USAGE1): Fix the description of the -Q option.
9442 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9444         * xdisp.c (pos_visible_p): Yet another int/Lisp_Object mixup (YAILOM).
9446 2005-08-26  Kim F. Storm  <storm@cua.dk>
9448         * xdisp.c (resize_mini_window): Fix 2005-08-20 change.
9449         Don't move PT to new window start.
9451 2005-08-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9453         * keyboard.c (kbd_buffer_get_event) [MAC_OS]: Make events for
9454         ICONIFY/DEICONIFY_EVENT.
9456         * macterm.c (mac_copy_area, mac_copy_area_with_mask):
9457         Restore background color.
9458         (mac_handle_visibility_change): New function.
9459         (x_make_frame_invisible, x_iconify_frame)
9460         (XTread_socket) [!USE_CARBON_EVENTS]: Use it.
9461         [USE_CARBON_EVENTS] (mac_handle_window_event)
9462         (install_window_handler): Handle visibility change events.
9463         (x_make_frame_visible): Don't reposition window if it is iconified
9464         or asked for visible before.  Select and uncollapse window when it
9465         is made visible.
9466         (x_make_frame_invisible): Don't reset x_highlight_frame.
9467         (x_iconify_frame): Likewise.  Make invisible frame visible before
9468         it is iconified.
9469         (read_socket_inev): Move variable outside #if USE_CARBON_EVENTS.
9470         (do_window_update): Don't change visibility of invisible frame.
9472 2005-08-22  Juri Linkov  <juri@jurta.org>
9474         * term.c (turn_on_face): Check for TS_set_foreground and
9475         TS_set_background depending on standout_mode.  Simplify.
9477 2005-08-21  Kim F. Storm  <storm@cua.dk>
9479         * fringe.c (update_window_fringes): Only put TOP and BOTTOM
9480         bitmaps on fully visible rows.
9482         * fringe.c (update_window_fringes): Replace FORCE_P arg with
9483         KEEP_CURRENT_P arg; if non-zero, don't update current row fringes,
9484         and return 0.
9486         * xdisp.c (redisplay_window): Call update_window_fringes with
9487         KEEP_CURRENT_P non-0 if we are going to refresh fringes later.
9489 2005-08-20  Richard M. Stallman  <rms@gnu.org>
9491         * xdisp.c (display_echo_area_1): Get display start pos from w->start.
9492         (resize_mini_window): Set w->start, and PT, so as to display the tail
9493         end of the buffer, if it doesn't all fit.
9495 2005-08-18  Kim F. Storm  <storm@cua.dk>
9497         * xdisp.c (calc_pixel_width_or_height): Use actual display
9498         resolution when available instead of Vdisplay_pixels_per_inch.
9500 2005-08-17  Kim F. Storm  <storm@cua.dk>
9502         * xdisp.c (pos_visible_p): Adjust X value if window is hscrolled.
9504         * dispnew.c (buffer_posn_from_coords): Check that target row is
9505         within matrix.
9507 2005-08-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9509         * xterm.c (x_wm_set_icon_pixmap): Move GTK specific code to
9510         xg_set_frame_icon and call it.
9512         * gtkutil.c (xg_set_frame_icon): New function.
9514         * gtkutil.h (xg_set_frame_icon): Declare it.
9516 2005-08-16  Kim F. Storm  <storm@cua.dk>
9518         * dispnew.c (increment_row_positions): Skip non-enabled rows.
9520         * window.c (SAVED_WINDOW_VECTOR_SIZE): Remove dangerous define.
9521         (Fcurrent_window_configuration): Use VECSIZE macro instead.
9523 2005-08-15  Richard M. Stallman  <rms@gnu.org>
9525         * xdisp.c (message3_nolog): Clear echo_message_buffer.
9527 2005-08-15  Kim F. Storm  <storm@cua.dk>
9529         * lisp.h (QUIT) [!SYNC_INPUT]: Throw t to Vthrow_on_input.
9531         * process.c (deactivate_process, status_notify, read_process_output)
9532         (update_status, status_convert, decode_status, allocate_pty)
9533         (make_process, remove_process, list_processes_1)
9534         (create_process_1, unwind_request_sigio, read_process_output)
9535         (send_process, keyboard_bit_set): Declare static.
9536         (Fdelete_process): Simplify.  Pass process to status_notify, so we
9537         don't try to read output from it.
9538         (status_notify): New arg deleting_process--don't try to read
9539         output from that process.
9541         * lisp.h (deactivate_process, status_notify, read_process_output):
9542         Remove prototypes.
9544 2005-08-14  Richard M. Stallman  <rms@gnu.org>
9546         * image.c (syms_of_image): Init Qxbm, Qpbm before calling
9547         define_image_type.
9549 2005-08-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9551         * gtkutil.c (xg_get_pixbuf_from_pix_and_mask): New function.
9552         (xg_get_image_for_pixmap): Move some code to
9553         xg_get_pixbuf_from_pix_and_mask, and call it.
9555         * gtkutil.h (xg_get_pixbuf_from_pix_and_mask): Declare.
9557         * xterm.c (x_wm_set_icon_pixmap): Call xg_get_pixbuf_from_pix_and_mask
9558         to get an GTK icon and set it with GTK functions to avoid having GTK
9559         override an icon set with just X functions.
9561 2005-08-11  Richard M. Stallman  <rms@gnu.org>
9563         * image.c (syms_of_image): Init image_types here, and call
9564         define_image_type.
9565         (init_image): Not here.
9567 2005-08-09  Richard M. Stallman  <rms@gnu.org>
9569         * bytecode.c (BYTE_CODE_QUIT): Throw t to Vthrow_on_input.
9571         * lisp.h (QUIT): Throw t to Vthrow_on_input.
9573 2005-08-09  Thien-Thi Nguyen  <ttn@gnu.org>
9575         * floatfns.c (Fexpt): Use floats for negative exponent.
9577 2005-08-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9579         * gtkutil.c (xg_modify_menubar_widgets): Remove semicolon that
9580         should not be there, causing menu display errors with GTK 2.6.9.
9582 2005-08-07  Richard M. Stallman  <rms@gnu.org>
9584         * floatfns.c (Fexpt): Undo previous change.
9586         * dispnew.c (Fframe_or_buffer_changed_p): Take an arg
9587         so it can be used with various state vectors.
9589         * emacs.c (endif): Convert -script into -scriptload.
9590         (standard_args): Add -scriptload.  Allow -basic-display with one dash.
9592         * fns.c (syms_of_fns): Add `emacs' to features.
9594         * term.c (set_terminal_modes): If no TS_termcap_modes string,
9595         output newlines to scroll the old screen contents off the screen.
9597 2005-08-06  Thien-Thi Nguyen  <ttn@gnu.org>
9599         * floatfns.c (Fexpt): Use floats for negative exponent.
9600         Reported by D Goel.
9602 2005-08-02  Richard M. Stallman  <rms@gnu.org>
9604         * frame.c (Fframe_char_width): Doc fix.
9606 2005-07-30  Juanma Barranquero  <lekktu@gmail.com>
9608         * xdisp.c (syms_of_xdisp) <redisplay-end-trigger-functions>:
9609         Defvar it.
9611 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
9613         * w32fns.c (my_set_window_pos, my_show_window): Don't declare.
9614         (my_create_window, my_create_tip_window): Make static.
9616         * w32term.c (my_show_window, my_set_window_pos, my_set_focus)
9617         (my_set_foreground_window, my_destroy_window): Make static.
9619 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
9621         Merge gnulib getopt implementation into Emacs.
9623         * s/cygwin.h (C_SWITCH_SYSTEM): Remove, since gettext.h is
9624         now part of lib-src.
9626 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9628         * eval.c (Fdefvar): Allow (defvar enable-multibyte-characters).
9630 2005-07-25  Jason Rumney  <jasonr@gnu.org>
9632         * w32menu.c (w32_menu_display_help): Suppress tooltip when
9633         navigating menus with the keyboard.
9635 2005-07-23  Richard M. Stallman  <rms@gnu.org>
9637         * insdel.c (syms_of_insdel): staticpro combine_after_change_buffer.
9639         * bytecode.c (MAYBE_GC): Test gc_cons_threshold and
9640         gc_relative_threshold, one by one.
9642         * keyboard.c (read_char): Test gc_cons_threshold.
9643         (syms_of_keyboard): staticpro Qecho_area_clear_hook.
9645         * eval.c (Feval, Ffuncall): Test gc_cons_threshold and
9646         gc_relative_threshold, one by one.
9648         * alloc.c (gc_cons_threshold): Not static.
9649         (gc_cons_combined_threshold): Var deleted.
9650         (gc_relative_threshold): New variable.
9651         (Fgarbage_collect, init_alloc_once): Compute gc_relative_threshold
9652         instead of gc_cons_combined_threshold.
9654         * lisp.h (gc_cons_threshold, gc_relative_threshold): Declare.
9655         (gc_cons_combined_threshold): Declaration deleted.
9657 2005-07-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9659         * mac.c: Don't include stdlib.h or string.h.
9660         (Fdo_applescript, Fmac_file_name_to_posix)
9661         (Fmac_file_name_to_posix): Doc fixes.
9662         [TARGET_API_MAC_CARBON] (Fmac_get_preference)
9663         (Fmac_code_convert_string): Likewise.
9664         [MAC_OSX] (init_mac_osx_environment): Fall back on terminal mode
9665         if the executable is not contained in a bundle.
9667         * macfns.c: Don't include stdlib.h or string.h.  Include atimer.h.
9668         (gray_width, gray_height): Remove defines.
9669         (gray_bits, gray_bitmap_width, gray_bitmap_height)
9670         (gray_bitmap_bits): Remove variables.
9671         (lispy_function_keys): Remove extern.
9672         (free_frame_menubar): Add extern.
9673         (x_window_to_frame): Remove function.
9674         (unwind_create_tip_frame): Add declaration.
9675         (x_set_name_internal): New function.
9676         (x_set_name, x_set_title): Use it.
9677         (Fx_create_frame, Fx_display_grayscale_p, Fx_display_pixel_width)
9678         (Fx_display_pixel_height, Fx_display_planes)
9679         (Fx_display_color_cells, Fx_server_max_request_size)
9680         (Fx_server_vendor, Fx_server_version, Fx_display_screens)
9681         (Fx_display_mm_height, Fx_display_mm_width)
9682         (Fx_display_backing_store, Fx_display_visual_class)
9683         (Fx_display_save_under, Fx_synchronize, Fx_show_tip): Doc fixes.
9685         * macmenu.c (Fx_popup_menu, Fx_popup_dialog): Doc fixes.
9687         * macselect.c (Fx_own_selection_internal): Follow error conventions.
9688         (Fx_get_selection_internal, Fx_selection_owner_p)
9689         (Fx_selection_exists_p): Doc fixes.
9690         (syms_of_macselect) <selection-converter-alist>: Likewise.
9692 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
9694         * buffer.c (syms_of_buffer) <cursor-type>: Doc fix.
9696         * ccl.c (Fregister_ccl_program): Fix typos in docstring.
9697         (Fccl_execute_on_string): Likewise; add usage info.
9699         * composite.c (Fcompose_region_internal)
9700         (Fcompose_string_internal):
9701         Improve argument/docstring consistency.
9703         * minibuf.c (Fminibuffer_prompt_end, Feval_minibuffer):
9704         Fix typos in docstrings.
9706         * textprop.c (Fnext_char_property_change)
9707         (Fprevious_char_property_change): Doc fixes.
9709         * window.c (Fset_window_margins, Fset_window_fringes):
9710         Improve argument/docstring consistency.
9712         * xfaces.c (Finternal_lisp_face_p): Doc fix.
9714 2005-07-21  Andreas Schwab  <schwab@suse.de>
9716         * eval.c (restore_stack_limits): Return a value.
9718 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
9720         * eval.c (Fdefvar): Doc fix.
9722 2005-07-20  Kim F. Storm  <storm@cua.dk>
9724         * fileio.c (Fdo_auto_save, do_auto_save_unwind):
9725         Use make_save_value to unwind protect stream.
9727         * lread.c (Fload, load_unwind):
9728         Use make_save_value to unwind protect stream.
9730 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
9732         * eval.c (Fprog2, Fcalled_interactively_p),
9733         (syms_of_eval) <debug-on-quit>: Doc fixes.
9734         (syms_of_eval) <max-specpdl-size>:
9735         (Finteractive_p): Fix typos in docstrings.
9737 2005-07-19  Kim F. Storm  <storm@cua.dk>
9739         * w32fns.c (Vx_hand_shape): Variable removed.
9740         (syms_of_w32fns): Intern and staticpro Qw32_charset_default.
9742 2005-07-19  Kenichi Handa  <handa@m17n.org>
9744         * fns.c (Fstring_as_multibyte): Escape backslashes in the docstring.
9746 2005-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9748         * buffer.h (Fgenerate_new_buffer_name): Declare (for use in coding.c).
9750 2005-07-18  Kim F. Storm  <storm@cua.dk>
9752         * frame.h (struct frame): New member already_hscrolled_p.
9754         * xdisp.c (redisplay_internal): Only try to hscroll each frame once
9755         to avoid redisplay looping hscrolling back and forth ad infinitum.
9757 2005-07-18  Juri Linkov  <juri@jurta.org>
9759         * buffer.c (scroll-up-aggressively, scroll-down-aggressively):
9760         * keymap.c (Fminor_mode_key_binding):
9761         * macterm.c (mac-emulate-three-button-mouse):
9762         Delete duplicate duplicate words.
9764 2005-07-18  Ken Raeburn  <raeburn@gnu.org>
9766         * minibuf.c (Ftest_completion): Fix odd syntax in test.
9768 2005-07-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9770         * macfns.c (x_set_cursor_color): Use XSetBackground and XSetForeground.
9772         * macgui.h (struct _XGC): New struct.
9773         (GC): Use it.
9774         (GCForeground, GCBackground, GCFont): Use X11 mask values.
9775         (XCreateGC, XParseGeometry): Move externs to macterm.h.
9777         * macterm.c (x_bitmap_icon, x_make_frame_visible): Remove declarations.
9778         (XSetFont): Add declaration.
9779         (mac_set_forecolor, mac_set_backcolor, mac_set_colors):
9780         Remove functions.
9781         (GC_FORE_COLOR, GC_BACK_COLOR, GC_FONT, MAC_WINDOW_NORMAL_GC):
9782         New defines.
9783         (XDrawLine, mac_draw_line_to_pixmap, XClearWindow)
9784         (mac_draw_bitmap, XCreatePixmapFromBitmapData, XFillRectangle)
9785         (mac_draw_rectangle, mac_draw_string_common, mac_scroll_area):
9786         Use them.
9787         (mac_erase_rectangle): New function.
9788         (XClearArea, x_draw_fringe_bitmap, x_clear_glyph_string_rect)
9789         (x_draw_stretch_glyph_string): Use it.
9790         (XChangeGC, XCreateGC, XGetGCValues, XSetForeground)
9791         (XSetBackground, XSetFont): Adjust for new GC implementation.
9792         (x_draw_fringe_bitmap, x_draw_box_rect): Use GC to set colors.
9793         (XTset_vertical_scroll_bar): Clear area under scroll bar.
9795         * macterm.h (struct mac_display_info): Change types of
9796         scratch_cursor_gc black_relief.gc, and white_relief.gc to GC.
9797         (XCreateGC, XParseGeometry): Move externs from macgui.h.
9799         * xfaces.c [MAC_OS] (XCreateGC): Remove extern.
9801 2005-07-16  Richard M. Stallman  <rms@gnu.org>
9803         * buffer.c (Fmake_overlay): Doc fix.
9805 2005-07-16  Eli Zaretskii  <eliz@gnu.org>
9807         * w32proc.c (syms_of_ntproc): staticpro Qhigh, Qlow,
9808         Vw32_valid_locale_ids, and Vw32_valid_codepages.
9810 2005-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9812         * mac.c [TARGET_API_MAC_CARBON] (Fmac_code_convert_string):
9813         Use Fstring_as_unibyte instead of string_make_unibyte.
9815 2005-07-15  Richard M. Stallman  <rms@gnu.org>
9817         * xdisp.c (select_frame_for_redisplay): Use find_symbol_value.
9819 2005-07-15  Kim F. Storm  <storm@cua.dk>
9821         * xdisp.c: Fix redisplay loop in last change.
9822         (IT_POS_VALID_AFTER_MOVE_P): New macro.
9823         (move_it_vertically_backward, move_it_by_lines): Use it.
9825 2005-07-14  Jason Rumney  <jasonr@gnu.org>
9827         * w32.c (init_environment): Default HOME directory to user's
9828         appdata directory if possible.
9830 2005-07-14  Kim F. Storm  <storm@cua.dk>
9832         * .gdbinit (pitx): Fix output format.  Print string charpos.
9834         * lread.c (syms_of_lread): Initialize seen_list.
9836         * search.c (syms_of_search): Staticpro searchbuf.whitespace_regexp.
9838         * syntax.c (syms_of_syntax): Staticpro lisp objects in gl_state.
9839         Staticpro re_match_object.
9841 2005-07-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9843         * macselect.c (get_scrap_target_type_list): Avoid NULL pointer
9844         dereference.
9846         * macterm.c (mac_window_to_frame): Remove duplicate define.
9848 2005-07-14  Kenichi Handa  <handa@m17n.org>
9850         * coding.c (code_convert_region_unwind): ARG is changed to a cons.
9851         (code_convert_region): Adjust for the above change.
9852         (set_conversion_work_buffer): If the work buffer is already in
9853         use, generate a new buffer and return it.  Otherwise return Qnil.
9854         (run_pre_post_conversion_on_str): Adjust for the above change.
9855         (run_pre_write_conversin_on_c_str): Likewise.
9857 2005-07-13  Kim F. Storm  <storm@cua.dk>
9859         * xdisp.c (start_display): Don't reseat to next visible line start
9860         if current start position is in a string or image.
9861         (move_it_vertically_backward): Be sure to move out of strings and
9862         images when moving it2 forward.
9863         (move_it_by_lines): When moving forward, move to next buffer
9864         position if we end up in a string or image.  When moving backward,
9865         count rows moved over when moving to start of current row in case
9866         row starts in middle of a string or image.  Also move further
9867         backward if we end up in a string or image.
9868         (try_cursor_movement): If overlay string spans multiple lines,
9869         move backward to set cursor on start of an overlay string.
9870         (cursor_row_p): Row is ok if cursor is at newline from string, but
9871         string starts on this line (so we always position cursor at start
9872         of string).
9874         * indent.c (Fvertical_motion): If start position is on an image,
9875         don't move back if we move too far (that's almost certain to happen).
9877         * xdisp.c (cursor_row_fully_visible_p): Allow partially visible
9878         row in minibuffer windows.
9879         (try_window): Don't check margins in minibuffer windows.
9881 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9883         * macterm.c: Don't include stdlib.h or composite.h.
9884         (x_use_underline_position_properties, last_mouse_press_frame)
9885         (x_noop_count, Qvendor_specific_keysyms): Remove unused variables.
9886         (syms_of_macterm, mac_initialize): Don't initialize them.
9887         (waiting_for_input, initial_argv, initial_argc)
9888         (Vcommand_line_args, Vx_no_window_manager, errno, window_scroll)
9889         (set_frame_menubar, path_from_vol_dir_name): Remove externs.
9890         (extra_keyboard_modifiers): Fix type in extern.
9891         (x_window_to_frame, x_window_to_scroll_bar): Remove declarations.
9892         (x_scroll_bar_report_motion): Add argument types to declaration.
9893         (mac_compute_glyph_string_overhangs): Add declaration.
9894         (disable_mouse_highlight): Remove unused variable.
9895         [USE_TOOLKIT_SCROLL_BARS] (construct_scroll_bar_click)
9896         (x_scroll_bar_handle_press, x_scroll_bar_handle_release)
9897         (x_scroll_bar_handle_drag): Remove argument `timestamp'.
9898         All callers changed.
9899         [USE_TOOLKIT_SCROLL_BARS] (construct_scroll_bar_click): Don't set
9900         timestamp.
9901         [USE_CARBON_EVENTS] (mac_handle_mouse_event): Likewise.
9902         (x_scroll_bar_create, XTset_vertical_scroll_bar): Show scroll bar
9903         only when its width is less than the height.
9904         (XTredeem_scroll_bar): Sync with xterm.c.
9905         (font_name_table, font_name_table_size, font_name_count):
9906         Make static.
9907         (drag_and_drop_file_list): Remove variable.  Previous use is now
9908         local to function.
9909         (do_ae_open_documents): Move DRAG_N_DROP event construction part
9910         from XTread_socket.
9911         (XTread_socket): Consolidate setting of event timestamp.
9912         Move DRAG_N_DROP event construction part to do_ae_open_documents.
9913         Support extra_keyboard_modifiers.
9915         * xfaces.c (try_font_list) [MAC_OS]: Try font family name
9916         beginning with that for ASCII.
9918 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9920         * alloc.c (gc_cons_combined_threshold, Vgc_cons_percentage): New vars.
9921         (Fgarbage_collect, init_alloc_once): Set gc_cons_combined_threshold.
9922         (syms_of_alloc): Declare gc-cons-percentage.
9924         * eval.c (Feval, Ffuncall):
9925         * keyboard.c (read_char):
9926         * bytecode.c (MAYBE_GC): Use gc_cons_combined_threshold.
9928         * lisp.h (gc_cons_combined_threshold): Declare.
9930 2005-07-12  Kim F. Storm  <storm@cua.dk>
9932         * coding.c (Qprocess_argument):
9933         * coding.h (Qprocess_argument): Remove unused var.
9935         * xselect.c (intern): Remove dup. intern and staticpro for QTIMESTAMP.
9937 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9939         * mac.c [!TARGET_API_MAC_CARBON]: Include charset.h, coding.h, and
9940         Endian.h.
9941         [!MAC_OSX] (fchmod, fchown): New functions.
9942         (mac_get_code_from_arg): Don't accept Lisp integer as argument.
9943         Use SBYTES and EndianU32_BtoN.
9944         (mac_get_object_from_code): Return 4 byte string even if argument
9945         is 0.  Use make_unibyte_string and EndianU32_NtoB.
9946         (Fmac_get_file_creator, Fmac_get_file_type, Fmac_set_file_creator)
9947         (Fmac_set_file_type): Fix documents and argument declarations.
9948         Don't specify kFSCatInfoNodeFlags.  Support Mac OS Classic.
9950 2005-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9952         * window.c (Frecenter): Yet another int/Lisp_Object mixup (YAILOM).
9954 2005-07-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9956         * xfaces.c (x_update_menu_appearance): Use fontSet resource for
9957         Lucid if X_I18N, font otherwise.
9959 2005-07-10  Steven Tamm  <steventamm@mac.com>
9961         * mac.c (Fmac_get_file_type, Fmac_get_file_creator): Add.
9962         (Fmac_set_file_type, Fmac_set_file_creator): Add.
9963         (mac_get_object_from_code, mac_get_code_from_arg): Add.
9965 2005-07-10  Richard M. Stallman  <rms@gnu.org>
9967         * lread.c (Qeval_buffer_list, Veval_buffer_list): New vars.
9968         (syms_of_lread): Set up eval-buffer-list.
9969         (Feval_buffer, Feval_region): Bind eval-buffer-list.
9971 2005-07-08  Richard M. Stallman  <rms@gnu.org>
9973         * eval.c (Fdefvar): Allow defvaring a constant to itself quoted.
9975 2005-07-08  Kim F. Storm  <storm@cua.dk>
9977         * keyboard.c (menu_bar_items): Don't GCPRO menu_bar_items_vector here.
9978         (syms_of_keyboard): Initialize and staticpro menu_bar_items_vector.
9980 2005-07-07  Kim F. Storm  <storm@cua.dk>
9982         * window.c (Frecenter): Fix last change (set iarg before use).
9984 2005-07-06  Richard M. Stallman  <rms@gnu.org>
9986         * window.c (Frecenter): When arg is inside the scroll margin,
9987         move it out of the margin.
9989 2005-07-06  Jason Rumney  <jasonr@gnu.org>
9991         * w32console.c (initialize_w32_display): Detect when the console
9992         dimensions are insane, and default to 80x25 instead.
9993         (w32_use_full_screen_buffer): Default to nil.
9995 2005-07-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9997         * macterm.c (mac_draw_vertical_window_border): Use foreground of
9998         VERTICAL_BORDER_FACE_ID for vertical border line.
9999         (mac_encode_char): Call check_ccl_update in advance.
10000         (mac_to_x_fontname, x_font_name_to_mac_font_name)
10001         (init_font_name_table, mac_do_list_fonts, XLoadQueryFont):
10002         Don't assume that font family length is less than 32.
10003         (x_compute_min_glyph_bounds): Make static.
10004         (x_load_font): Never set fonts_changed_p to zero.
10006 2005-07-04  Lute Kamstra  <lute@gnu.org>
10008         * Update FSF's address in GPL notices.
10010 2005-07-03  Richard M. Stallman  <rms@gnu.org>
10012         * xdisp.c (try_window): Fix previous change in how it handles
10013         a partially-visible line or one only partly past the margin.
10015         * window.c (window_scroll_pixel_based): Take account
10016         of this_scroll_margin when finding point when scrolling up.
10018 2005-06-29  Ralf Angeli  <angeli@iwi.uni-sb.de>
10020         * window.c (window_scroll_pixel_based, window_scroll_line_based):
10021         Handle `scroll-preserve-screen-position' non-nil, non-t specially.
10022         (syms_of_window) <scroll-preserve-screen-position>: Doc fix.
10024 2005-07-02  Juri Linkov  <juri@jurta.org>
10026         * w32term.c (w32_draw_vertical_window_border): Use foreground of
10027         VERTICAL_BORDER_FACE_ID for vertical border line.
10029 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
10031         * fileio.c (Fcopy_file): Rearrange the code that calls fchown and
10032         fchmod so that chmod doesn't get called on MSDOS before the file
10033         is closed.
10035 2005-07-01  Jason Rumney  <jasonr@gnu.org>
10037         * w32term.c (cleartype_active): New flag for enabling sub-pixel
10038         workaround.
10039         (w32_initialize): Initialize it.
10040         (w32_native_per_char_metric): Allow a couple of extra pixels when
10041         Cleartype is active.
10043         * w32term.c (w32_initialize): Move check for screen reader here
10044         from syms_of_w32term.
10046 2005-06-30  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10048         * xterm.c (handle_one_xevent): bzero compose_status when nbytes
10049         is not zero.
10051 2005-07-01  Masatake YAMATO  <jet@gyve.org>
10053         * emacs.c (main): Passing ADD_NO_RANDOMIZE to `personality'.
10055 2005-06-30  Juri Linkov  <juri@jurta.org>
10057         * xdisp.c (x_draw_vertical_border): If left fringe is not present
10058         decrease x coord of vertical border by 1 pixel to not occupy text
10059         area of the right window.
10061         * xterm.c (x_draw_vertical_window_border): Use foreground of
10062         VERTICAL_BORDER_FACE_ID for vertical border line.
10064         * term.c (turn_on_face): In standout mode apply specified
10065         fg to bg, and specified bg to fg (this makes the logic of
10066         inversion on terminal consistent with X).
10068 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
10070         * eval.c (user_variable_p_eh): New function.
10071         (Fuser_variable_p): Use it.  Clarify docstring.
10072         Return t for aliases of user options, nil for alias loops.
10074 2005-06-27  Richard M. Stallman  <rms@gnu.org>
10076         * eval.c (Fdefvar): Improve error message.
10078 2005-06-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10080         * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Fix last
10081         change.
10083 2005-06-27  Juanma Barranquero  <lekktu@gmail.com>
10085         * eval.c (Fdefvar): Don't try to set constant symbols.
10087 2005-06-25  Richard M. Stallman  <rms@gnu.org>
10089         * macfns.c (Fx_show_tip): Pass new arg to try_window.
10091         * w32fns.c (Fx_show_tip): Pass new arg to try_window.
10093         * xfns.c (Fx_show_tip): Pass new arg to try_window.
10095         * xdisp.c (try_window): New arg CHECK_MARGINS.  Calls changed.
10096         (redisplay_window): Handle try_window reporting point in scroll margin.
10098         * dispextern.h (try_window): Declare new arg.
10100         * fileio.c (Fcopy_file): New arg PRESERVE_UID_GID.
10101         Use fchmod to copy the file modes.
10102         (Frename_file): Don't copy UID and GID here;
10103         instead, specify t for PRESERVE_UID_GID when calling Fcopy_file.
10105         * eval.c (call_debugger): Take full care of extending stack limits
10106         to make space for the debugger, and restore the change afterward.
10107         Bind debug-on-error to nil.
10108         (restore_stack_limits): New subroutine.
10109         (Fsignal): Extend specpdl bound along with eval depth bound,
10110         for calling edebug.  Don't do either one, for calling debugger.
10111         (find_handler_clause): Don't bind debug-on-error here.
10112         Don't unbind anything either.
10113         Temporarily advance max_specpdl_size for calling
10114         internal_with_output_to_temp_buffer.
10115         (grow_specpdl): Don't alter max_specpdl_size before signaling
10116         an error.
10117         (syms_of_eval) <max-specpdl-size>: Doc fix.
10119         * lread.c (read1): 0.0e+NaN should make a "positive" NaN.
10121 2005-06-24  Eli Zaretskii  <eliz@gnu.org>
10123         * fileio.c (Frename_file): Undo last change: no need to ifdef away
10124         chown on DOS_NT platforms.
10126         * w32.c (sys_chown): New function.
10128         * s/ms-w32.h (chown): New; define to sys_chown.
10130 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
10132         * xdisp.c (syms_of_xdisp) <nobreak-char-display>: Doc fix.
10133         (syms_of_xdisp) <void-text-area-pointer>: Doc fix.
10135         * fileio.c (Frename_file)[!DOS_NT]: Don't call chown on MSDOS/Windows.
10137 2005-06-23  Richard M. Stallman  <rms@gnu.org>
10139         * xdisp.c (get_next_display_element): Finish reversing the tests of
10140         Vnobreak_char_display.
10142         * xdisp.c (Vnobreak_char_display): Rename from Vshow_nonbreak_escape.
10143         All uses changed.
10144         (Qnobreak_space): Rename from Qno_break_space.  All uses changed.
10145         (syms_of_xdisp): Define nobreak-char-display and nobreak-space.
10147         * fileio.c (Frename_file): Preserve owner and group, if possible,
10148         when copying.
10150 2005-06-23  Juanma Barranquero  <lekktu@gmail.com>
10152         * abbrev.c (Funexpand_abbrev):
10153         * category.c (Fmake_category_set):
10154         * dispnew.c (Fsleep_for, Fsit_for):
10155         * editfns.c (Fsubst_char_in_region):
10156         * eval.c (Fdefvar, Fdefconst, Feval, Ffuncall):
10157         * frame.c (make_frame_without_minibuffer):
10158         * lread.c (read_vector):
10159         * macfns.c (check_x_frame):
10160         * process.c (Fstop_process, Fcontinue_process):
10161         * search.c (Freplace_match):
10162         * syntax.c (Fstring_to_syntax):
10163         * w32fns.c (check_x_frame, check_x_display_info):
10164         * xfaces.c (x_supports_face_attributes_p):
10165         * xselect.c (Fx_own_selection_internal): Follow error conventions.
10167         * image.c (fn_png_init_io): Don't define it.
10168         (init_png_functions) [HAVE_NTGUI]: Don't initialize fn_png_init_io.
10169         (png_read_from_file): New function, based on png_read_from_memory.
10170         (png_load): Use it, instead of fn_png_init_io.
10172 2005-06-23  Kim F. Storm  <storm@cua.dk>
10174         * search.c (Fmatch_data): Remove evaporate option.
10175         (Fset_match_data): Do not mention evaporate option in doc string.
10176         Add commentary explaining evaporate arg (for internal use only).
10177         (unwind_set_match_data): Add comment on evaporate use.
10179 2005-06-22  Miles Bader  <miles@gnu.org>
10181         * xfaces.c (Qvertical_border): Rename from `Qvertical_divider'.
10182         (realize_basic_faces, syms_of_xfaces): Update references to it.
10183         * dispextern.h (enum face_id): Rename `VERTICAL_DIVIDER_FACE_ID'
10184         to `VERTICAL_BORDER_FACE_ID'.
10185         * dispnew.c (build_frame_matrix_from_leaf_window): Update references.
10187 2005-06-21  Juri Linkov  <juri@jurta.org>
10189         * dispextern.h: Add extern Qframe_set_background_mode.
10191         * xfaces.c: Rename obsolete function Qframe_update_face_colors to
10192         Qframe_set_background_mode.
10194         * frame.c (Fmodify_frame_parameters):
10195         Call frame-set-background-mode after changing the background color
10196         on non-window non-dos branch.
10198 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
10200         * fns.c (Fchar_table_range):
10201         * process.c (Fmake_network_process): Fix spellings.
10203 2005-06-20  Kim F. Storm  <storm@cua.dk>
10205         * fns.c (Fsort): Doc fix.
10207 2005-06-20  Miles Bader  <miles@gnu.org>
10209         * xfaces.c (Qvertical_divider): New variable.
10210         (realize_basic_faces): Realize its face.
10211         (syms_of_xfaces): Initialize it.
10213         * dispextern.h (enum face_id): Add `VERTICAL_DIVIDER_FACE_ID'.
10215         * dispnew.c (build_frame_matrix_from_leaf_window): Display vertical
10216         window-separator on ttys using `vertical-divider' face by default.
10218 2005-06-17  Richard M. Stallman  <rms@gnu.org>
10220         * xdisp.c (get_next_display_element):
10221         Reverse test of Vshow_nonbreak_escape.
10223         * term.c (produce_special_glyphs): Use spec_glyph_lookup_face.
10224         (Ftty_no_underline): New function.
10225         (syms_of_term): defsubr it.
10227         * keyboard.c (read_char): Call restore_getcjmp after jump occurs.
10229         * dispnew.c (spec_glyph_lookup_face): New function.
10230         (build_frame_matrix_from_leaf_window): Use it.
10232         * dispextern.h (spec_glyph_lookup_face): Add declaration.
10234         * buffer.c (syms_of_buffer) <cursor-type>: Doc fix.
10236 2005-06-12  Richard M. Stallman  <rms@gnu.org>
10238         * keyboard.c (read_char): After catching a longjmp,
10239         call restore_getcjmp.
10241 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
10243         * xselect.c (lisp_data_to_selection_data): Fix spelling.
10245 2005-06-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10247         * macterm.c (mac_compute_glyph_string_overhangs): Don't set
10248         overhangs unless the given glyph type is noncomposite CHAR_GLYPH.
10249         [USE_CARBON_EVENTS] (mac_convert_event_ref): Convert dead key down
10250         events.
10251         (XTread_socket): Don't pass keyboard events with the option
10252         modifier to the system when Vmac_command_key_is_meta is nil or
10253         Vmac_option_modifier is non-nil.
10254         [USE_CARBON_EVENTS] (read_socket_inev): New variable.
10255         [USE_CARBON_EVENTS] (init_command_handler): Fix argument.
10256         [USE_CARBON_EVENTS] (mac_handle_mouse_event): New Carbon event
10257         handler function.
10258         (install_window_handler) [USE_CARBON_EVENTS]: Install it.
10259         (XTread_socket) [USE_CARBON_EVENTS]: Move mouse wheel event
10260         handler part to mac_handle_mouse_event.
10262 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
10264         * eval.c (Fdefvaralias): Rename arguments SYMBOL and ALIASED to
10265         NEW-ALIAS and BASE-VARIABLE, respectively.
10267 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10269         * xdisp.c (note_mode_line_or_margin_highlight): Lisp_Object/int mixup.
10270         (get_phys_cursor_geometry, format_mode_line_unwind_data)
10271         (get_line_height_property, x_produce_glyphs): Remove unused vars.
10273         * coding.c (run_pre_post_conversion_on_str): Remove unused var `buf'.
10275 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
10277         * w32term.c (x_use_underline_position_properties): New variable.
10278         (x_draw_glyph_string): Remind in a comment to change doc string of
10279         x-use-underline-position-properties if/when underline positioning
10280         is implemented.
10281         (syms_of_w32term): DEFVAR_BOOL x-use-underline-position-properties,
10282         and initialize it to nil.
10284 2005-06-12  Jason Rumney  <jasonr@gnu.org>
10286         * w32fns.c (NEWOPENFILENAME): New struct.
10287         (Fx_file_dialog): Use it to trick the system into giving us up to
10288         date dialogs on systems that are documented to support it.
10289         Do not set OFN_FILEMUSTEXIST flag if looking for a directory.
10291 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
10293         * w32fns.c (w32_abort): Use the MB_YESNO dialog instead of
10294         MB_ABORTRETRYIGNORE.  Never return, even if DebugBreak does.
10296 2005-06-11  Eli Zaretskii  <eliz@gnu.org>
10298         * image.c (x_create_x_image_and_pixmap) [HAVE_NTGUI]: Cast 4th arg
10299         to CreateDIBSection to avoid a compiler warning.
10300         (pbm_load): Cast 3rd arg to IMAGE_BACKGROUND to avoid a compiler
10301         warning.
10302         (png_load): Cast return values of fn_png_create_read_struct and
10303         fn_png_create_info_struct, to avoid compiler warnings on W32.
10304         Cast 3rd arg to IMAGE_BACKGROUND and image_background_transparent
10305         to avoid compiler warnings.
10306         (jpeg_load): Cast return value of fn_jpeg_std_error to avoid a
10307         compiler warning on W32.  Cast 3rd arg to IMAGE_BACKGROUND to
10308         avoid a compiler warning.
10309         (tiff_load): Cast return values of fn_TIFFOpen and
10310         fn_TIFFClientOpen to avoid compiler warning on W32.  Cast 3rd arg
10311         to IMAGE_BACKGROUND to avoid a compiler warning.
10312         (gif_load): Cast return values of fn_DGifOpenFileName and
10313         fn_DGifOpen to avoid compiler warnings on W32.  Cast 3rd arg to
10314         IMAGE_BACKGROUND to avoid a compiler warning.
10315         (DrawText) [HAVE_NTGUI || MAC_OS]: If already defined, undef
10316         before redefining.
10318         * w32bdf.c (create_offscreen_bitmap): Cast `bitsp' to `void **' in
10319         the call to CreateDIBSection, to avoid a compiler warning.
10321 2005-06-11  Jason Rumney  <jasonr@gnu.org>
10323         * w32fns.c (Fx_file_dialog): Unblock input before falling back to
10324         minibuffer.
10325         * macfns.c (Fx_file_dialog): Likewise.
10327 2005-06-10  Eli Zaretskii  <eliz@gnu.org>
10329         * makefile.w32-in ($(TEMACS)): Depend on addsection.exe.
10331 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
10333         * process.c (syms_of_process) [ADAPTIVE_READ_BUFFERING]:
10334         * w32fns.c (syms_of_w32fns): Fix spellings.
10336 2005-06-10  Eli Zaretskii  <eliz@gnu.org>
10338         * unexw32.c (COPY_CHUNK, COPY_PROC_CHUNK): Add a new argument
10339         `verbose'; print diagnostic messages only if it is non-zero.
10340         All callers changed to pass a zero value unless DEBUG_DUMP is defined
10341         in the environment.
10342         (copy_executable_and_dump_data): Print section names with %.8s.
10344 2005-06-10  Masatake YAMATO  <jet@gyve.org>
10346         * xdisp.c (note_mode_line_or_margin_highlight): Call clear_mouse_face
10347         when mouse_face is not given.
10349 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
10351         * window.c (Fselect_window): Adapt call to Fselect_frame.
10353         * lisp.h: Update EXFUN of Fselect_frame.
10355         * keyboard.c (command_loop_1): Adapt call to Fselect_frame.
10357         * frame.c (Fhandle_switch_frame, Fselect_frame): Delete unused arg
10358         no_enter.
10359         (Fset_mouse_position, Fset_mouse_pixel_position, Ficonify_frame):
10360         Adapt to above change.
10362 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
10364         * fns.c (Fmemq, Fmaphash): Doc fixes.
10366 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
10368         * xfaces.c (Fdisplay_supports_face_attributes_p):
10369         Fix typo in docstring.
10371 2005-06-08  Steven Tamm  <steventamm@mac.com>
10373         * unexmacosx.c (copy_data_segment): Copy __la_sym_ptr2 section
10374         used by gcc4 on intel mac.
10376 2005-06-09  Kim F. Storm  <storm@cua.dk>
10378         * search.c (Fmatch_data): Add optional RESEAT arg.  Unchain markers
10379         in REUSE list if non-nil; free them if equal to evaporate.
10380         (Fset_match_data): Add optional RESEAT arg.  Unchain markers in LIST
10381         if non-nil; free them if equal to evaporate.  Use XCAR/XCDR.
10382         (restore_search_regs): Rename from restore_match_data.  Uses changed.
10383         (unwind_set_match_data): New function.
10384         (record_unwind_save_match_data): New function like save-match-data.
10386         * lisp.h (Fmatch_data, Fset_match_data): Fix EXFUN.
10387         (record_unwind_save_match_data): Add prototype.
10388         (restore_search_regs): Rename from restore_match_data.
10390         * composite.c (compose_chars_in_text):
10391         * eval.c (do_autoload):
10392         * macmenu.c (set_frame_menubar):
10393         * process.c (read_process_output, exec_sentinel):
10394         * xmenu.c (set_frame_menubar):
10395         * xdisp.c (prepare_menu_bars, update_menu_bar, update_tool_bar):
10396         * w32menu.c (set_frame_menubar):
10397         Use record_unwind_save_match_data.
10399 2005-06-08  Richard M. Stallman  <rms@gnu.org>
10401         * xdisp.c (get_next_display_element): Alter previous change:
10402         Distinguish Vshow_nonbreak_escape = t or not t.
10403         For t, use escape_glyph once again, as before previous change.
10404         Use space or hyphen for display, instead of the non-ASCII char.
10405         (syms_of_xdisp) <show-nonbreak-escape>: Doc fix.
10407         * process.c (Fstart_process): Don't touch command_channel_p slot.
10409         * process.h (struct process): Delete command_channel_p.
10411 2005-06-07  Masatake YAMATO  <jet@gyve.org>
10413         * xdisp.c (note_mode_line_or_margin_highlight):
10414         Check the overlapping of re-rendering area to avoid flickering.
10415         (note_mouse_highlight): Call clear_mouse_face if PART
10416         is not ON_MODE_LINE nor ON_HEADER_LINE.
10418 2005-06-07  Kim F. Storm  <storm@cua.dk>
10420         * process.c: Improve commentary for adaptive read buffering.
10422 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10424         * xterm.c (x_create_toolkit_scroll_bar): Use XtNarrowScrollbars
10425         if available.
10427 2005-06-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10429         * macmenu.c (menu_quit_handler, install_menu_quit_handler):
10430         New functions for popping down menus on C-g.
10431         (set_frame_menubar, mac_menu_show): Call install_menu_quit_handler.
10433         * macterm.c: Make mac_quit_char_modifiers and mac_quit_char_keycode
10434         non-static.
10436         * config.in: Add HAVE_CANCELMENUTRACKING.
10438 2005-06-06  Eli Zaretskii  <eliz@gnu.org>
10440         * w32heap.h (OFFSET_TO_RVA, RVA_TO_OFFSET, RVA_TO_PTR): Remove macros.
10442         * unexw32.c (RVA_TO_PTR): Move here from w32heap.h.
10444         * w32proc.c (RVA_TO_PTR): New macro.
10446         * w32heap.c (RVA_TO_PTR): No need to #undef now.
10448         * makefile.w32-in ($(BLD)/emacs.$(O), $(BLD)/w32select.$(O)):
10449         Depend on w32heap.h.
10451 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
10453         * keyboard.c (command_loop_1): Update Vthis_original_command.
10455 2005-06-06  Richard M. Stallman  <rms@gnu.org>
10457         * xmenu.c (popup_get_selection): Undo previous change.
10459 2005-06-06  Juri Linkov  <juri@jurta.org>
10461         * xdisp.c (Qno_break_space): New variable.
10462         (syms_of_xdisp): Initialize it.
10463         (get_next_display_element): Add no-break space and soft hypen
10464         codes for iso8859-2 and iso8859-5.  Don't add `\' for them.
10465         Use `no-break-space' face for no-break spaces.
10467 2005-06-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10469         * window.c (delete_window): Handle the case where a h/vchild has
10470         a h/vchild.
10472 2005-06-05  Eli Zaretskii  <eliz@gnu.org>
10474         * w32.c (sys_setsockopt): Change arg 4 to `const void *'.  In the
10475         call to pfn_setsockopt, cast optval to `const char *'.
10477 2005-06-04  Eli Zaretskii  <eliz@gnu.org>
10479         * w32.c (gettimeofday): Use struct _timeb, not struct timeb.
10480         (open_unc_volume): Cast return value of map_w32_filename, to avoid
10481         compiler warnings.
10483         * s/ms-w32.h (fileno): Don't define if already defined.
10485         * emacs.c: Include w32heap.h, to avoid compiler warning about sbrk.
10487         * makefile.w32-in (DOC): Define to point to the generated DOC-X.
10489 2005-06-04  Richard M. Stallman  <rms@gnu.org>
10491         * xmenu.c (popup_get_selection): Click not in menu deactivates menu.
10493 2005-06-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10495         * macmenu.c (cleanup_popup_menu): New function.
10496         (Fx_popup_menu): Unwind protect cleanup_popup_menu in case
10497         mac_menu_show Quit:s.
10498         (mac_menu_show): Quit on cancel if not popped up on click (i.e.
10499         a dialog).
10501 2005-06-04  Kim F. Storm  <storm@cua.dk>
10503         * coding.c (decode_coding_string): Handle CODING_FINISH_INTERRUPT.
10505         * callproc.c (Fcall_process): Don't use alloca to gradually
10506         increase size of buf, as it effectively uses twice the necessary
10507         space on the stack.  Instead, pre-allocate buf of full size, and
10508         gradually increase the read size.
10510         * bytecode.c (BYTE_CODE_QUIT): Check Vthrow_on_input.
10512         * eval.c (unbind_to): Preserve value of Vquit_flag.
10514         * xterm.c (handle_one_xevent): Also ignore mouse motion just
10515         before a button release event.
10517 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
10519         * xfaces.c (Finternal_lisp_face_equal_p): Really report
10520         on faces in a frame, if the argument FRAME is non-nil.
10521         Improve argument/docstring consistency.
10523 2005-06-02  Kim F. Storm  <storm@cua.dk>
10525         * xdisp.c (MODE_LINE_NOPROP_LEN): New macro.
10526         (x_consider_frame_title, Fformat_mode_line): Save offset into
10527         mode_line_noprop_buf rather than pointer, in case buffer is relocated.
10529 2005-06-01  Kim F. Storm  <storm@cua.dk>
10531         * fns.c (mapcar1): Maybe exit loop if original sequence was modified.
10533 2005-06-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10535         * macterm.c (mac_to_x_fontname, mac_do_list_fonts): Set XLFD
10536         resolution fields for scalable fonts to 0.
10538         * xfaces.c (build_scalable_font_name): Round pixel size to the
10539         nearest integer.
10541 2005-06-01  Kim F. Storm  <storm@cua.dk>
10543         * xdisp.c (display_mode_line): Support nested calls to redisplay
10544         and format-mode-line.  Set mode_line_target to MODE_LINE_DISPLAY.
10546 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
10548         * fileio.c (Finsert_file_contents):
10549         * xdisp.c (note_mode_line_or_margin_highlight): Lisp_Object/int mixup.
10551 2005-05-31  Kim F. Storm  <storm@cua.dk>
10553         * xdisp.c (mode_line_noprop_buf, mode_line_noprop_buf_end)
10554         (mode_line_noprop_ptr): Rename from frame_title_*.
10555         (store_mode_line_noprop_char): Rename from store_frame_title_char.
10556         (store_mode_line_noprop): Rename from store_frame_title.
10557         (mode_line_target): New enum to specify current output target
10558         for mode line formatting.
10559         (display_mode_element): Test it rather than frame_title_ptr and
10560         mode_line_string_list to determine where output should go.
10561         (mode_line_proptrans_alist, mode_line_string_alist): Make static.
10562         (Vmode_line_unwind_vector): New variable.
10563         (format_mode_line_unwind_data, unwind_format_mode_line):
10564         New functions for unwind protection in mode line formatting.
10565         (x_consider_frame_title): Use them and new local var 'title_start'
10566         to support nested calls to format-mode-line and redisplay.
10567         Set mode_line_target to MODE_LINE_TITLE.
10568         (Fformat_mode_line): Use them and new local var 'string_start' to
10569         support nested calls to format-mode-line and redisplay.
10570         Set mode_line_target to MODE_LINE_NOPROP or MODE_LINE_STRING.
10571         Don't trim trailing dashes.
10572         (decode_mode_spec): Don't make infinite number of trailing dashes
10573         for MODE_LINE_NOPROP and MODE_LINE_STRING targets.
10574         (syms_of_xdisp): Initialize and staticpro mode_line_string_face,
10575         mode_line_string_face_prop, and Vmode_line_unwind_vector.
10576         (init_xdisp): Initialize mode_line_noprop_ptr to start of _buf.
10577         Initialize mode_line_target to MODE_LINE_DISPLAY.
10579 2005-05-29  Richard M. Stallman  <rms@gnu.org>
10581         * buffer.c (Fbuffer_local_value): Call indirect_variable.
10583 2005-05-28  Masatake YAMATO  <jet@gyve.org>
10585         * xdisp.c (note_mode_line_or_margin_highlight): Change the
10586         pointer to a hand cursor when hoovering over a mouse-face.
10588 2005-05-27  Kenichi Handa  <handa@m17n.org>
10590         * xterm.c (x_encode_char): Call check_ccl_update in advance.
10592         * ccl.c: Now an element of Vccl_program_table is a vector of
10593         length 4, not 3.
10594         (ccl_get_compiled_code): New arg idx.  Caller changed.
10595         Adjust for the change of Vccl_program_table.
10596         (setup_ccl_program): Adjust for the change of Vccl_program_table.
10597         (check_ccl_update): New function.
10598         (Fregister_ccl_program): Use ASET to set an element of a vector.
10599         Adjusted for the change of Vccl_program_table.
10601         * ccl.h (struct ccl_program): New member idx.
10602         (check_ccl_update): Extern it.
10604 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
10606         * image.c (Vimage_library_alist): Move from image.el.
10607         (syms_of_image): Defvar it.
10608         (lookup_image_type): Use it.
10610         * buffer.c (Fbuffer_local_value): Make argument name match its use
10611         in docstring.
10613 2005-05-26  Juanma Barranquero  <lekktu@gmail.com>
10615         * keyboard.c (Frecursive_edit): Fix typo in docstring.
10616         (Fposn_at_x_y): Make argument name match its use in docstring.
10618 2005-05-26  Lute Kamstra  <lute@gnu.org>
10620         * eval.c (Frun_hooks): Mention run-mode-hooks in docstring.
10622 2005-05-24  Masatake YAMATO  <jet@gyve.org>
10624         * xdisp.c (note_mode_line_or_margin_highlight): Use b and e
10625         as loop sentinels.
10627 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
10629         * xmenu.c (Fx_popup_dialog): Add a third boolean argument to
10630         select frame title ("Question"/"Information").
10631         (xdialog_show): Use it.
10633         * macmenu.c (Fx_popup_dialog, mac_dialog_show): As for xmenu.c.
10635         * w32menu.c (Fx_popup_dialog, w32_dialog_show): As for xmenu.c.
10637         * fns.c (Fyes_or_no_p, Fy_or_n_p): Call Fx_popup_dialog with
10638         a third argument (Qnil).
10640         * lisp.h: x-popup-dialog can have three arguments.
10642         * editfns.c (Fmessage_box): Use "Information" for frame title.
10644 2005-05-23  Thien-Thi Nguyen  <ttn@gnu.org>
10646         * termcap.c [VMS]: Include <starlet.h>.
10648 2005-05-23  Masatake YAMATO  <jet@gyve.org>
10650         * xdisp.c (note_mode_line_or_margin_highlight): Add code
10651         for mouse-face.  Change the type of the first argument from `window'
10652         to `Lisp_Object'.
10653         (note_mouse_highlight): Call note_mode_line_or_margin_highlight with
10654         window instead of w.
10656 2005-05-22  Andreas Schwab  <schwab@suse.de>
10658         * process.c (send_process): Move misplaced volatile.
10660 2005-05-21  Richard M. Stallman  <rms@gnu.org>
10662         * xdisp.c (display_mode_element): If we're processing a list and
10663         padding is specified, put it after the last element.
10665 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
10667         * fileio.c (Fexpand_file_name) [DOS_NT]: Don't try to support
10668         "superroot" on DOS_NT systems.
10670 2005-05-21  David Hunter  <hunterd42@comcast.net>  (tiny change)
10672         * process.c (send_process): Restore the SIGPIPE handler if we
10673         catch a SIGPIPE.
10675 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
10677         * image.c (lookup_image, png_read_from_memory): Remove hacks (and
10678         misleading comments).
10679         (DEF_IMGLIB_FN): Use C calling convention for image libraries.
10681 2005-05-20  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>
10683         * window.c (Fwindow_inside_edges, Fwindow_inside_pixel_edges):
10684         Correct the right value.
10686 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
10688         * keyboard.c (syms_of_keyboard): Remove Lisp variables
10689         post-command-idle-hook and post-command-idle-delay.
10690         (command_loop_1): Don't try to execute post-command-idle-hook.
10692 2005-05-16  Kim F. Storm  <storm@cua.dk>
10694         * xdisp.c (handle_display_prop): Handle empty replacement.
10695         (handle_single_display_spec): Return -1 for empty replacement.
10697         * keyboard.c (adjust_point_for_property): Skip empty overlay string.
10699         * .gdbinit (pitx): Print more info about iterator.
10701 2005-05-16  Andreas Schwab  <schwab@suse.de>
10703         * unexmacosx.c (unexec_realloc): Move declarations before statements.
10705 2005-05-14  Richard M. Stallman  <rms@gnu.org>
10707         * xdisp.c (message3): Call cancel_echoing.
10709         * alloc.c (Fmemory_full_p): New function.
10710         (syms_of_alloc): defsubr it.
10712         * process.c (send_process_trap): Unblock SIGPIPE.
10713         (send_process): Reset SIGPIPE handler before reporting error.
10715 2005-05-14  Nick Roberts  <nickrob@snap.net.nz>
10717         * emacs.c (syms_of_emacs): Fix doc string for system-type.
10719 2005-05-13  Richard M. Stallman  <rms@gnu.org>
10721         * fileio.c (Ffind_file_name_handler): Handle lambda-exp as handler.
10722         (Finsert_file_contents): If we read 0 bytes from a special file,
10723         unlock the visited file if we locked it.
10724         (Fmake_symbolic_link, Frecent_auto_save_p): Doc fixes.
10725         (Ffile_exists_p, Ffile_symlink_p): Doc fixes.
10727 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10729         * emacs.c (main) [MAC_OS8]: Call init_atimer before mac_term_init.
10731         * keyboard.c (readable_events) [USE_TOOLKIT_SCROLL_BARS]:
10732         Regard toolkit scroll bar thumb drag events as squeezable and prevent
10733         redisplay from being paused by them.
10735         * mac.c [!MAC_OSX]: Include keyboard.h and syssignal.h.
10736         [!MAC_OSX] (target_ticks): Remove variable.
10737         [!MAC_OSX] (check_alarm, pause, index): Remove functions.
10738         [!MAC_OSX && __MRC__] (sys_strftime): Likewise.
10739         [!MAC_OSX] (select): If fd 0 is not set in rfds and some input
10740         event occurs before timeout, behave as if the function were interrupted.
10741         [!MAC_OSX] (sigblock, sigsetmask, alarm): Simulate SIGALRM
10742         handling using Time Manager routines.
10743         [!MAC_OSX] (mac_atimer_task, mac_atimer_qlink, signal_mask):
10744         New variables.
10745         [!MAC_OSX] (mac_atimer_handler, set_mac_atimer, remove_mac_atimer)
10746         (setitimer): New functions.
10748         * macfns.c, macmenu.c: Don't include signal.h.
10750         * macterm.c [USE_TOOLKIT_SCROLL_BARS] (get_control_part_bounds):
10751         Rename from get_control_part_bound.  All callers changed.
10752         (x_scroll_bar_clear): New function.
10753         (x_clear_frame): Use it.
10754         (XTset_vertical_scroll_bar): Don't call Draw1Control.
10755         (x_scroll_bar_handle_click): Change type of second argument from
10756         int to ControlPartCode.
10757         (check_alarm): Remove declaration.
10758         (XTread_socket) [!TARGET_API_MAC_CARBON]: Don't call it.
10759         (XTread_socket): Use ControlPartCode instead of SInt16.
10761 2005-05-13  Nozomu Ando  <nand@mac.com>
10763         * unexmacosx.c: Include assert.h.
10764         (MACOSX_MALLOC_MULT16): New define.
10765         [MACOSX_MALLOC_MULT16] (ptr_in_unexec_regions): Determine whether
10766         ptr is in unexec regions by checking it is multiple of 16.
10767         (unexec_malloc_header_t): New typedef.
10768         (unexec_malloc, unexec_realloc, unexec_free): Store and use
10769         allocated size information in unexec_malloc_header.
10771 2005-05-10  Richard M. Stallman  <rms@gnu.org>
10773         * xterm.c (noinclude): Add #undef.
10775         * image.c, xfns.c, xmenu.c: Don't include signal.h.
10777 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
10779         * fileio.c (Fexpand_file_name, Frename_file, Fadd_name_to_file)
10780         (Fmake_symbolic_link, Faccess_file, Frecent_auto_save_p):
10781         Doc fixes.
10783         * dired.c (Ffile_name_completion): Make argument name
10784         match its use in docstring.
10786 2005-05-08  Luc Teirlinck  <teirllm@auburn.edu>
10788         * eval.c (Fdefvaralias): Remove any pre-existing
10789         variable-documentation property of the alias.
10791 2005-05-07  Thien-Thi Nguyen  <ttn@gnu.org>
10793         * xfns.c (start_hourglass): Do nothing when running on a tty.
10795 2005-05-07  Juanma Barranquero  <lekktu@gmail.com>
10797         * fns.c (Fchar_table_range): Fix typos in docstring.
10799 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10801         * fns.c (Fchar_table_range): Yet Another Int/Lisp_Object Mixup.
10803 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
10805         * lread.c (Flocate_file_internal): Doc fix.
10807         * Makefile.in (lisp, shortlisp): Add jka-cmpr-hook.elc.
10809 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10811         * macselect.c (x_own_selection): Accept Lisp string as result of
10812         selection converter function.
10813         (x_clear_frame_selections): Don't call x-lost-selection-functions
10814         if Emacs is not owner of the selection.
10815         (Vmac_services_selection): Put variable and initialization in
10816         #ifdef MAC_OSX.
10817         (syms_of_macselect) [MAC_OSX]: Set default value of
10818         Vmac_services_selection to PRIMARY.
10820         * macterm.c (toolkit_scroll_bar_interaction): Remove unused variable.
10821         (mac_handle_tool_bar_click): Remove unused function and declaration.
10822         [USE_TOOLKIT_SCROLL_BARS] (scroll_bar_timer_callback)
10823         (install_scroll_bar_timer, set_scroll_bar_timer)
10824         (control_part_code_to_scroll_bar_part, construct_scroll_bar_click)
10825         (get_control_part_bound, x_scroll_bar_handle_press)
10826         (x_scroll_bar_handle_release, x_scroll_bar_handle_drag)
10827         (x_set_toolkit_scroll_bar_thumb): New functions and declarations.
10828         [USE_TOOLKIT_SCROLL_BARS] (last_scroll_bar_part, scroll_bar_timer)
10829         (scroll_bar_timer_event_posted_p): New variables.
10830         [USE_TOOLKIT_SCROLL_BARS] (SCROLL_BAR_FIRST_DELAY)
10831         (SCROLL_BAR_CONTINUOUS_DELAY): New macros.
10832         (x_scroll_bar_create): Set control reference with NewControl.
10833         (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
10834         Initialize track_top and track_height to nil.
10835         (x_scroll_bar_set_handle, x_scroll_bar_note_movement):
10836         Put functions in #ifndef USE_TOOLKIT_SCROLL_BARS.
10837         (XTset_vertical_scroll_bar): Don't make space between scroll bar
10838         and associated window.
10839         (XTset_vertical_scroll_bar) [MAC_OSX]: Get scroll bar area width
10840         from window config.
10841         (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
10842         Set track_top and track_height to nil when scroll bar size is changed.
10843         Recalculate them if they are nil.
10844         (XTread_socket) [MAC_OSX]: Use control kind to determine if the
10845         clicked control is a scroll bar.
10846         (XTread_socket) [USE_TOOLKIT_SCROLL_BARS]: Use toolkit scroll bar
10847         event handler functions.  Don't add modifiers to scroll bar click
10848         events.  Call scroll bar release handler when window is deactivated.
10849         (mac_initialize): Remove unused code for X toolkit.
10850         (syms_of_macterm) [!USE_TOOLKIT_SCROLL_BARS]:
10851         Initialize Vx_toolkit_scroll_bars to nil.
10853         * macterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
10854         New members track_top and track_height.
10856         * sysselect.h [DARWIN || MAC_OSX]: Temporarily undefine
10857         init_process when including sys/select.h.
10859 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
10861         * eval.c (Fdefvaralias): Doc fix.
10863         * xmenu.c (Fx_popup_menu, Fx_popup_dialog): Doc fixes.
10865 2005-05-05  Kim F. Storm  <storm@cua.dk>
10867         * buffer.c (init_buffer_once): Set cursor_in_non_selected_windows
10868         default value.
10869         (syms_of_buffer): Add default-cursor-in-non-selected-windows.
10870         Fix type of cursor-in-non-selected-windows.
10872 2005-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10874         * mac.c: #undef init_process so not to conflict with system headers.
10876 2005-05-02  Richard M. Stallman  <rms@gnu.org>
10878         * buffer.c (syms_of_buffer): Define cursor-in-non-selected-windows.
10880         * buffer.h (struct buffer): Add cursor_in_non_selected_windows slot.
10882         * xdisp.c (Vcursor_in_non_selected_windows)
10883         (Qcursor_in_non_selected_windows): Vars deleted.
10884         (syms_of_xdisp): Don't initialize them.
10885         (get_window_cursor_type): Use cursor_in_non_selected_windows
10886         buffer slot.
10888 2005-05-02  Kim F. Storm  <storm@cua.dk>
10890         * macros.c (executing_kbd_macro_index): Rename from
10891         executing_macro_index.  All uses changed.
10892         (executing_kbd_macro_iterations): Rename from
10893         executing_macro_iterations.  All uses changed.
10894         (executing_kbd_macro): Rename from executing_macro.
10895         All uses changed.
10896         (syms_of_macros): Rename Lisp var executing-macro-index to
10897         executing-kbd-macro-index.
10899         * xdisp.c (move_it_in_display_line_to): Fix last change.
10901 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
10903         * xmenu.c (Fx_popup_menu): Doc fix.
10905         * charset.c (syms_of_charset): Delete defsubr for Schars_in_region.
10907 2005-05-02  Jason Rumney  <jasonr@gnu.org>
10909         * emacs.c (USAGE3, USAGE4): Keep strings below 2048 bytes.
10911 2005-05-02  Nozomu Ando  <nand@mac.com>
10913         * sysselect.h: Fix typo.
10915 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
10917         * charset.c (Fchars_in_region): Remove as obsolete.
10919 2005-05-01  Kim F. Storm  <storm@cua.dk>
10921         * xdisp.c (move_it_in_display_line_to): Stop if we move beyond
10922         TO_CHARPOS.  This may happen if last glyphs was an image or stretch
10923         glyph.
10925 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
10927         * dispnew.c (sit_for): Vexecuting_macro -> Vexecuting_kbd_macro.
10929 2005-05-01  Richard M. Stallman  <rms@gnu.org>
10931         * xmenu.c [not HAVE_X_TOOLKIT] (xmenu_show):
10932         If user cancels the menu, quit unless FOR_CLICK.
10934         * macros.c (Vexecuting_kbd_macro): Rename from Vexecuting_macro.
10935         All uses changed.
10936         (syms_of_macros): Define only executing-kbd-macro, not executing-macro.
10937         * keyboard.c: Change Vexecuting_macro to Vexecuting_kbd_macro.
10938         * macros.h (Vexecuting_kbd_macro): Declare instead of Vexecuting_macro.
10939         * commands.h (Vexecuting_kbd_macro): Likewise.
10941 2005-05-01  Thien-Thi Nguyen  <ttn@gnu.org>
10943         * sysdep.c (get_frame_size) [VMS]: Use a fresh i/o channel.
10945 2005-04-30  Richard M. Stallman  <rms@gnu.org>
10947         * fileio.c (Ffind_file_name_handler): Handle the `operations'
10948         property of the file name handler.
10949         (Qoperations): New variable.
10950         (syms_of_fileio): Initialize and staticpro it.
10952         * xdisp.c (set_message_1): Delete xassert.
10954 2005-04-29  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10956         * mac.c: Don't include time.h.  Include sysselect.h after systime.h.
10958         * macfns.c (Fx_server_version): Add BLOCK_INPUT around Gestalt.
10960         * macgui.h [HAVE_CARBON && MAC_OSX]: Don't undefine/define mktime
10961         before/after including Carbon.h if there is a working mktime.
10963 2005-04-28  Kim F. Storm  <storm@cua.dk>
10965         * xfaces.c (resolve_face_name): Add arg SIGNAL_P.  Calls changed.
10966         Fix cyclic alias check.  If alias loop is detected, signal
10967         circular-list error if SIGNAL_P, and return Qdefault if !SIGNAL_P.
10969 2005-04-28  Lute Kamstra  <lute@gnu.org>
10971         * eval.c (do_autoload): Record only autoloads in the autoload
10972         property of symbols.
10974 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
10976         * emacs.c (USAGE1): Add --basic-display and --quick options.
10978 2005-04-27  Kim F. Storm  <storm@cua.dk>
10980         * data.c (syms_of_data) Staticpro Qcyclic_variable_indirection.
10982 2005-04-26  Richard M. Stallman  <rms@gnu.org>
10984         * window.c (Fsame_window_p, Fspecial_display_p): Doc fixes.
10985         (syms_of_window): Doc fixes.
10987         * indent.c (Fvertical_motion): Undo previous change.
10989 2005-04-26  Kenichi Handa  <handa@m17n.org>
10991         * fns.c (char_table_range): New function.
10992         (Fchar_table_range): Signal an error if characters in the range
10993         have inconsistent values.  Don't check the parent.
10995 2005-04-25  Kenichi Handa  <handa@m17n.org>
10997         * fontset.c (fontset_set): Fix previous change.
10999 2005-04-24  Richard M. Stallman  <rms@gnu.org>
11001         * indent.c (Fvertical_motion): Bind fontification-functions to nil.
11003 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
11005         * regex.c (re_search_2, re_match_2_internal): Convert second arg
11006         of RE_TRANSLATE to int, to shut up GCC warnings.
11008         * fileio.c (Fcopy_file): Doc fix.
11009         [MSDOS]: Fix call to emacs_open: buffer_file_type not defined and
11010         not needed.
11012 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11014         * Makefile.in [HAVE_CARBON] (MAC_OBJ): Add macselect.o.
11015         (SOME_MACHINE_OBJECTS): Likewise.
11016         (mac.o): Depend on ccl.h.
11017         (macselect.o): New target.
11019         * emacs.c (main) [MAC_OS8 || MAC_OSX && HAVE_CARBON]:
11020         Call syms_of_macselect.
11022         * frame.c (Fdelete_frame) [MAC_OS]: Call x_clear_frame_selections.
11024         * mac.c [!TARGET_API_MAC_CARBON]: Don't include charset.h or coding.h.
11025         (QCLIPBOARD): Remove variable.
11026         (syms_of_mac): Don't initialize it.
11027         (Fmac_paste_function, Fmac_cut_function, Fx_selection_exists_p):
11028         Remove functions.
11029         (syms_of_mac): Don't defsubr them.
11030         [TARGET_API_MAC_CARBON] (Qmime_charset, QNFD, QNFKD, QNFC, QNFKC)
11031         (QHFS_plus_D, QHFS_plus_C): New variables.
11032         (syms_of_mac) [TARGET_API_MAC_CARBON]: Initialize them.
11033         [TARGET_API_MAC_CARBON] (get_cfstring_encoding_from_lisp)
11034         (cfstring_create_normalized): New functions.
11035         [TARGET_API_MAC_CARBON] (Fmac_code_convert_string): Likewise.
11036         (syms_of_mac) [TARGET_API_MAC_CARBON]: Defsubr it.
11038         * macterm.c (handling_window_update, terminate_flag):
11039         Remove variables.
11040         (do_window_update, do_ae_quit_application, XTread_socket):
11041         Don't use them.
11042         (WNE_SLEEP_AT_SUSPEND, WNE_SLEEP_AT_RESUME): Don't define.
11043         [USE_CARBON_EVENTS && MAC_OSX] (mac_handle_service_event)
11044         (init_service_handler): Move to macselect.c.  Remove declarations.
11045         [USE_CARBON_EVENTS && MAC_OSX] (init_service_handler): Add extern.
11046         (Qapplication, Qabout): New variables.
11047         (syms_of_mac): Initialize them.
11048         [USE_CARBON_EVENTS && MAC_OSX] (Qpreferences, Qservices, Qpaste)
11049         (Qperform): New variables.
11050         (syms_of_mac) [USE_CARBON_EVENTS && MAC_OSX]: Initialize them.
11051         (do_get_menus) [TARGET_API_MAC_CARBON]: Don't call AppendResMenu.
11052         (do_menu_choice): Unhighlight menu bar also when menu_id is 0.
11053         (mac_store_application_menu_event, init_menu_bar): New functions.
11054         [USE_CARBON_EVENTS] (mac_handle_command_event)
11055         (init_command_handler): New functions.
11056         (mac_handle_window_event): Return noErr on window update event.
11057         (do_ae_quit_application): Call mac_store_application_menu_event.
11058         (mac_initialize) [USE_CARBON_EVENTS]: Call init_command_handler
11059         and init_menu_bar.
11061         * macterm.h (x_clear_frame_selections): Add extern.
11063         * macselect.c: New file for selection processing on Mac OS.
11065 2005-04-23  Richard M. Stallman  <rms@gnu.org>
11067         * fileio.c (Fcopy_file): New arg MUSTBENEW.
11068         (Frename_file): Pass new arg to Fcopy_file.
11070         * window.c (window_size_fixed): Variable deleted.
11071         (syms_of_window): Initialize window-size-fixed to nil.
11072         But don't DEFVAR window_size_fixed.
11074 2005-04-23  Andreas Schwab  <schwab@suse.de>
11076         * m/macppc.h (LD_SWITCH_MACHINE) [LINUX]: Don't define.
11077         (START_FILES, LIB_STANDARD) [LINUX && _ARCH_PPC64]: Override to
11078         use lib64 instead of lib.
11079         (_LP64) [_ARCH_PPC64]: Define if not defined.
11081 2005-04-23  David Hunter  <hunterd42@comcast.net>  (tiny change)
11083         * s/ms-w32.h (HAVE_PWD_H): Define.
11085 2005-04-22  Kenichi Handa  <handa@m17n.org>
11087         * fns.c (copy_sub_char_table): Explicitly copy the default value
11088         of the sub-chartable.
11090         * fontset.c (fontset_set): When a sub-chartable is created,
11091         explicitly sets the defalt value.
11093 2005-04-22  Kim F. Storm  <storm@cua.dk>
11095         * fns.c (Fplist_get): Replace by Fsafe_plist_get.
11096         (Fsafe_plist_get): Rename to Fplist_get.
11097         (Fsafe_get): Remove, as Fget now uses safe Fplist_get.
11098         (defsubr): Remove defsubr for Fsafe_plist_get and Fsafe_get.
11100         * lisp.h (Fsafe_plist_get, Fsafe_get): Remove EXFUN.
11102         * xdisp.c (store_mode_line_string, produce_stretch_glyph)
11103         (note_mode_line_or_margin_highlight, note_mouse_highlight):
11104         Use Fplist_get instead of Fsafe_plist_get.
11106         * xfaces.c (resolve_face_name): Use Fget instead of Fsafe_get.
11108 2005-04-21  Miles Bader  <miles@gnu.org>
11110         * xdisp.c (dump_glyph_row): Don't display overlay_arrow_p field.
11112 2005-04-20  Thien-Thi Nguyen  <ttn@gnu.org>
11114         * sysdep.c: Remove reference to defunct vms-pwd.h.
11115         * dired.c: Likewise.  Also, for pwd.h, use HAVE_PWD_H, not !VMS.
11116         * editfns.c, fileio.c, filelock.c, sysdep.c, xrdb.c: Likewise.
11118         * config.in: Regenerate.
11120 2005-04-20  Kenichi Handa  <handa@m17n.org>
11122         * lisp.h (CHAR_TABLE_DEFAULT_SLOT_ASCII): New macro.
11123         (CHAR_TABLE_DEFAULT_SLOT_8_BIT_CONTROL): New macro.
11124         (CHAR_TABLE_DEFAULT_SLOT_8_BIT_GRAPHIC): New macro.
11126         * alloc.c (make_sub_char_table): Argument changed to initial
11127         value of the slots.
11129         * data.c (Faref): Handle special slots used as default values of
11130         ascii, eight-bit-control, eight-bit-control.  Don't ignore a
11131         default value set for a group of characters.
11132         (Faset): Signal an error if IDXVAL is not a valid character code.
11133         Make a sub-chartable with correct initial value.
11135         * fns.c (Fset_char_table_range): Don't set slots used as default
11136         values for ascii, eight-bit-control, eight-bit-graphic.
11137         Don't call Faref with charset-id.
11138         (Fset_char_table_default): Document how to treat normal character
11139         argument.  Handle special slots used as default values of ascii,
11140         eight-bit-control, eight-bit-control.  Make a sub chartable if
11141         necessary.
11143 2005-04-20  Kenichi Handa  <handa@m17n.org>
11145         * search.c (boyer_moore): Fix previous change.
11147 2005-04-19  Kim F. Storm  <storm@cua.dk>
11149         * xdisp.c (setup_for_ellipsis): Reset saved_face_id to use default
11150         face unless last visible char and first invisible char have the
11151         same face.  Also use default face if saved_face_id is undefined.
11153 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11155         * macgui.h (MacFontStruct): Remove member `fontname'.  Add member
11156         `full_name'.
11157         [TARGET_API_MAC_CARBON] (MacFontStruct): Use type int for
11158         mac_scriptcode member.
11160         * macterm.c (Qbig5, Qcn_gb, Qsjis, Qeuc_kr): Remove variables.
11161         (syms_of_mac): Don't initialize them.
11162         (Vmac_charset_info_alist): New variable.
11163         (syms_of_mac): Defvar it.
11164         (create_text_encoding_info_alist): New function.
11165         (decode_mac_font_name, mac_to_x_fontname)
11166         (x_font_name_to_mac_font_name, init_font_name_table): Don't hard
11167         code the correspondence among XLFD charsets, Mac script codes, and
11168         Emacs coding systems.  Use Vmac_charset_info_alist and result of
11169         create_text_encoding_info_alist instead.
11170         (init_font_name_table) [TARGET_API_MAC_CARBON]: Use Font Manager
11171         routines also on Mac OS Classic.
11172         (init_font_name_table) [!TARGET_API_MAC_CARBON]:
11173         Use add_font_name_table_entry.
11174         (mac_do_list_fonts): Regard 0 in XLFD scaleble fields as
11175         specified.  Derive unspecified scalable fields from specified one.
11176         (x_list_fonts): Consider Valternate_fontname_alist.
11177         (kDefaultFontSize): Change value from 9 to 12.
11178         (XLoadQueryFont): Get decoded font family, font face, and charset
11179         from x_font_name_to_mac_font_name.  Set full name of loaded font.
11180         (mac_unload_font): Free `full_name' member.
11181         (x_load_font): Don't try XLoadQueryFont if x_list_fonts returns
11182         NULL.  Copy full_name member of struct MacFontStruct to that of
11183         struct font_info.
11185 2005-04-19  Kim F. Storm  <storm@cua.dk>
11187         * xdisp.c (handle_stop): Set saved_face_id to current face if
11188         selective_display_ellipsis_p so ellipsis will be shown in same
11189         face as preceding text.
11190         (setup_for_ellipsis): Don't set saved_face_id here.
11191         (next_element_from_display_vector): Default to saved_face_id.
11193         * fns.c (Fsafe_get): New function.
11194         (syms_of_fns): Defsubr it.
11196         * lisp.h (Fsafe_get): EXFUN it.
11198         * xfaces.c (resolve_face_name): Use Fsafe_get to avoid redisplay
11199         loops in case of bad face property lists.  Limit number of face
11200         alias lookups to 10 (in case of face alias loops).
11202 2005-04-18  Kim F. Storm  <storm@cua.dk>
11204         * dispextern.h (struct glyph_row): New member overlay_arrow_bitmap.
11205         It replaces the corresponding member from struct window, as a
11206         window may now show multiple overlay arrows.
11207         Remove member overlay_arrow_p, superseeded by overlay_arrow_bitmap.
11209         * dispnew.c (row_equal_p, update_window_line, scrolling_window):
11210         Compare overlay_arrow_bitmap than overlay_arrow_p members.
11212         * fringe.c (draw_fringe_bitmap): Use overlay_arrow_bitmap from row
11213         rather than from window.
11214         (update_window_fringes): Compare overlay_arrow_bitmap rather than
11215         overlay_arrow_p members.
11216         (Ffringe_bitmaps_at_pos): Return fringe overlay_arrow_bitmap name
11217         if not default.
11219         * window.h (struct window): Remove member overlay_arrow_bitmap.
11221         * window.c (make_window): Don't initialize overlay_arrow_bitmap.
11223         * xdisp.c (overlay_arrow_string_or_property): Remove PBITMAP arg.
11224         Calls changed.  Don't check for overlay-arrow-bitmap property here.
11225         (overlay_arrow_at_row): Remove PBITMAP arg.  Instead, if left
11226         fringe is present, return Lisp integer for bitmap (or -1 for default).
11227         Fix value of overlay-arrow-bitmap property to be a symbol, use
11228         lookup_fringe_bitmap to parse it.
11229         (display_line): Change call to overlay_arrow_at_row.  Store integer
11230         return value as overlay bitmap in row rather than window.
11231         Only show overlay arrow if row displays text, or if no other overlay
11232         arrow is seen in window (if overlay marker is at point-max).
11234 2005-04-18  Thien-Thi Nguyen  <ttn@gnu.org>
11236         * xfaces.c (realize_x_face) [!HAVE_WINDOW_SYSTEM]: Return NULL.
11238 2005-04-18  Lute Kamstra  <lute@gnu.org>
11240         * lread.c (Vloads_in_progress): Static.
11241         * fns.c (Vloads_in_progress): Remove extern.
11242         (load_in_progress): Add extern.
11243         (Frequire): Use load_in_progress instead of Vloads_in_progress.
11245 2005-04-18  Thien-Thi Nguyen  <ttn@gnu.org>
11247         * xmenu.c (Fx_popup_menu): Initialize error_name to NULL.
11249 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11251         * macterm.c (XTread_socket): Don't beep on keyboard input even if
11252         no frame is visible.
11254 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
11256         * term.c (struct keys): Add support for shifted keys.
11258 2005-04-16  Richard M. Stallman  <rms@gnu.org>
11260         * xdisp.c (with_echo_area_buffer): Delete WHICH < 0 case.
11261         (set_message): Call with_echo_area_buffer with WHICH = 0.
11262         (set_message_1): Erase the echo area buffer first thing.
11263         (echo_area_display): Don't clear echo_message_buffer.
11265 2005-04-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11267         * Makefile.in (mac.o): Depend on charset.h and coding.h.
11269         * mac.c: Include charset.h and coding.h.
11270         [TARGET_API_MAC_CARBON] (Qutf_8): Remove extern.
11271         [TARGET_API_MAC_CARBON] (cfstring_create_with_string): New function.
11272         [TARGET_API_MAC_CARBON] (Fmac_get_preference): Use it.
11274         * macfns.c [TARGET_API_MAC_CARBON] (Fx_file_dialog): Likewise.
11276         * image.c [MAC_OSX] (image_load_quartz2d): Likewise.
11278         * macterm.c (x_autoselect_window_p): Remove variable.
11279         (last_window): New variable.
11280         (XTreassert_line_highlight, x_change_line_highlight):
11281         Remove declarations.
11282         (mac_focus_changed, x_detect_focus_change): New functions and
11283         declarations.
11284         (XTextExtents16, front_emacs_window): Remove function.
11285         (mac_focus_frame): New function.
11286         (XTmouse_position, do_menu_choice, do_zoom_window, XTread_socket)
11287         (mac_check_for_quit_char): Use it instead of front_emacs_window.
11288         (x_scroll_bar_report_motion): Obtain window from control owner.
11289         (x_make_frame_invisible): Set window manager size hint.
11290         (do_mouse_moved): Remove function.
11291         (XTread_socket): Move its contents here.  Generate select-window
11292         event on mouse movement if needed.  Use x_detect_focus_change on
11293         activate/deactivate events.  Don't deiconify frame or invalidate
11294         window rectangle when dnd items are dropped.
11295         Don't activate/deactivate root control.
11296         (frame_highlight, frame_unhighlight): Activate/deactivate root
11297         control here.
11298         (syms_of_macterm): Delete DEFVAR_BOOL for x_autoselect_window_p.
11300         * macterm.h (cfstring_create_with_string) [TARGET_API_MAC_CARBON]:
11301         New extern.
11303 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
11305         * Makefile.in: Define new macro TOOLTIP_SUPPORT.
11306         (lisp): Use it.
11307         (SOME_MACHINE_LISP): Add tooltip.
11309 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11311         * mac.c [!TARGET_API_MAC_CARBON]: Include MacLocales.h.
11312         Don't include TextEncodingConverter.h.
11313         (mac_system_script_code, Vmac_system_locale): New variables.
11314         (syms_of_mac): Defvar them.
11315         (mac_get_system_locale): New function.
11317         * macfns.c (x_set_name, x_set_title) [!TARGET_API_MAC_CARBON]:
11318         Use ENCODE_SYSTEM to encode title bar string.
11319         (x_create_tip_frame): Apply 2005-03-18 change for xfns.c.
11320         (Fx_file_dialog) [TARGET_API_MAC_CARBON && !MAC_OSX]:
11321         Use CFStringGetSystemEncoding to get system default string encoding.
11323         * macterm.c [!TARGET_API_MAC_CARBON]: Don't include
11324         TextEncodingConverter.h.
11326 2005-04-13  Steven Tamm  <steventamm@mac.com>
11328         * macterm.c (syms_of_macterm): Remove redundant definition of
11329         mac-pass-control-to-system.
11331 2005-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11333         * window.c (Fset_window_configuration): Be careful when you choose
11334         among several possible points for the new_current_buffer.
11336 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11338         * keyboard.c (poll_for_input) [SYNC_INPUT]: Don't call
11339         poll_for_input_1.  Set interrupt_input_pending to 1 instead.
11340         (Qlanguage_change) [MAC_OS]: New variable.
11341         (syms_of_keyboard) [MAC_OS]: Intern and staticpro it.
11342         (kbd_buffer_get_event) [MAC_OS]: Make event for LANGUAGE_CHANGE_EVENT.
11344         * macterm.c (mac_keyboard_text_encoding)
11345         (current_mac_keyboard_text_encoding): Remove variables.
11346         (XTread_socket): Store language-change event if keyboard script change
11347         is detected.  Don't convert input to `mac_keyboard_text_encoding'.
11348         (syms_of_macterm): Delete DEFVAR_INT for mac-keyboard-text-encoding.
11350         * termhooks.h (enum event_kind) [MAC_OS]: Add LANGUAGE_CHANGE_EVENT.
11352 2005-04-10  Richard M. Stallman  <rms@gnu.org>
11354         * emacs.c (standard_args): Rename --bare-bones to --quick.
11355         Add -D aka --basic-display.
11357         * buffer.c (Fmake_indirect_buffer): Clear out some local variables.
11359 2005-04-09  Richard M. Stallman  <rms@gnu.org>
11361         * keymap.c (where_is_internal): Convert a string used as event type
11362         into "(any string)".
11364         * lread.c (Vloads_in_progress): Not static.
11365         * fns.c (Vloads_in_progress): Add extern.
11366         (Frequire): Don't do LOADHIST_ATTACH if Vloads_in_progress is nil.
11368 2005-04-09  Thien-Thi Nguyen  <ttn@surf.glug.org>
11370         * dispnew.c (mirror_line_dance): Avoid crash if W2 is null.
11372 2005-04-09  Lute Kamstra  <lute@gnu.org>
11374         * print.c (PRINTPREPARE): Check if the marker PRINTCHARFUN is
11375         within the accessible part of the buffer.
11377 2005-04-09  Kim F. Storm  <storm@cua.dk>
11379         * lread.c (readevalloop): Add args START and END as region in
11380         current buffer to read.  Callers changed.
11381         When specified, narrow to this region only when reading,
11382         not during eval.  Track next point to read from during eval.
11383         Also restore point to "real" buffer position before eval.
11384         (Feval_region): Don't save excursion and restriction here, and
11385         don't narrow to region.  Just pass region to readevalloop.
11386         Note: Point is now preserved even when PRINTFLAG is nil.
11388 2005-04-08  Kim F. Storm  <storm@cua.dk>
11390         * xdisp.c (syms_of_xdisp): Init overlay-arrow-string to "=>".
11392 2005-04-06  Kim F. Storm  <storm@cua.dk>
11394         * emacs.c (standard_args): Add -Q, --bare-bones, -bare-bones.
11396 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11398         * mac.c (cfdate_to_lisp): Add `const' for variable `epoch_gdate'.
11399         (Fmac_get_preference): Doc fix.
11401         * macfns.c (Fx_create_frame, x_create_tip_frame):
11402         Add "fontset-mac" to fallback font/fontsets.
11404 2005-04-04  Kim F. Storm  <storm@cua.dk>
11406         * alloc.c (Fgarbage_collect): Call CHECK_CONS_LIST before and after gc.
11408         * eval.c (Ffuncall): Always call CHECK_CONS_LIST on entry.
11409         Call it again after autoload.
11411 2005-04-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11413         * alloc.c (allocate_string_data): Call BLOCK_INPUT before calling
11414         mallopt.
11416         * ralloc.c (r_alloc_init): Ditto.
11418 2005-04-01  Kenichi Handa  <handa@m17n.org>
11420         * lisp.h (Vascii_upcase_table, Vascii_canon_table)
11421         (Vascii_eqv_table): Extern them.
11423         * casetab.c (set_case_table): If standard is nonzero, setup
11424         Vascii_upcase_table, Vascii_canon_table, and Vascii_eqv_table.
11426         * search.c (looking_at_1): Use current_buffer->case_canon_table,
11427         not DOWNCASE_TABLE.
11428         (string_match_1): Likewise.
11429         (fast_c_string_match_ignore_case): Use Vascii_canon_table, not
11430         Vascii_downcase_table.
11431         (fast_string_match_ignore_case): Likewise.
11432         (search_buffer): Fix checking of boyer-moore usability.
11433         (boyer_moore): Calculate translate_prev_byte1/2/3 in advance.
11434         No need of tranlating characters in PAT.  Fix calculation of
11435         simple_translate.
11437 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
11439         * xterm.c [HAVE_XAW3D]: Include ThreeD.h for XtNbeNiceToColormap.
11440         (x_create_toolkit_scroll_bar): Test XtNbeNiceToColormap before using it.
11441         Use XtNtopShadowPixel and XtNbottomShadowPixel.
11442         (x_set_toolkit_scroll_bar_thumb): Remove ugly old hack that didn't
11443         really work and that breaks with some versions of Xaw3d.
11445 2005-03-31  Kenichi Handa  <handa@m17n.org>
11447         * coding.c (syms_of_coding): Fix previous change.
11449 2005-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11451         * fileio.c (search_embedded_absfilename): Fix last change.
11453 2005-03-25  Kenichi Handa  <handa@m17n.org>
11455         * coding.c (syms_of_coding): Suggest to use set-coding-category in
11456         the docstring of coding-category-list.
11458 2005-03-31  Kim F. Storm  <storm@cua.dk>
11460         * keyboard.c (Qmouse_fixup_help_message): New var.
11461         (syms_of_keyboard): Intern and staticpro it.
11462         (show_help_echo): Apply mouse-fixup-help-message to help string.
11464 2005-03-30  Kim F. Storm  <storm@cua.dk>
11466         * xdisp.c (display_line): Allow multiple overlay arrows in window.
11468 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11470         * fileio.c (Fexpand_file_name): Use IS_DEVICE_SEP.
11471         (file_name_absolute_p): New fun, extracted from Ffile_name_absolute_p.
11472         (Ffile_name_absolute_p): Use it.
11473         (search_embedded_absfilename): New fun, extracted from
11474         Fsubstitute_in_file_name.  Use file_name_absolute_p.
11475         Free the pw data after use.
11476         (Fsubstitute_in_file_name): Use it.
11477         After cutting a prefix, re-check file-name-handler.
11479 2005-03-26  Lennart Borgman  <lennart.borgman.073@student.lu.se>
11481         * w32term.h (x_output): Add focus_state.
11483         * w32term.c (x_focus_changed, w32_detect_focus_change): New functions.
11484         (w32_read_socket) <WM_SETFOCUS>: Call w32_detect_focus_change.
11486 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11488         * minibuf.c (Fminibuffer_complete_and_exit, Fself_insert_and_exit):
11489         Use Fexit_minibuffer.
11490         (Fexit_minibuffer): Mark it as no-return, deactivate the mark.
11492 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11494         * dired.c (Ffile_attributes): Add a missing gcpro.
11496         * alloc.c (make_number): The arg can be bigger than `int'.
11497         * lisp.h (make_number): Make prototype more precise.
11499         * process.c, dired.c (Vfile_name_coding_system)
11500         (Vdefault_file_name_coding_system):
11501         * callproc.c (Vdoc_file_name, Vfile_name_coding_system)
11502         (Vdefault_file_name_coding_system): Remove unused declarations.
11504 2005-03-24  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11506         * xmenu.c (create_and_show_popup_menu): Just remove menu and return
11507         if it failed to pop up (Gnome "show pointer on ctrl" option makes
11508         menus fail to pop up).
11510 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11512         * xdisp.c (get_next_display_element): Also use `\ ' & `\-' for latin-9.
11513         Just prepend a backslash without replacing the NBSP by an SPC.
11515 2005-03-22  Kim F. Storm  <storm@cua.dk>
11517         * xfaces.c (lookup_derived_face): Add arg SIGNAL_P.
11518         * dispextern.h (lookup_derived_face): Fix prototype.
11519         * msdos.c (XMenuActivate): Fix call to lookup_derived_face.
11521         * xdisp.c (handle_single_display_spec): Derive left-fringe and
11522         right-fringe face from fringe face.
11524         * fringe.c (draw_fringe_bitmap_1, Fset_fringe_bitmap_face):
11525         Derive face from fringe face.
11527 2005-03-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11529         * xrdb.c (x_load_resources): Undo previous change (2005-03-18).
11531 2005-03-22  David Kastrup  <dak@gnu.org>
11533         * textprop.c (Fnext_char_property_change)
11534         (Fprevious_char_property_change): Allow marker as limit.
11535         (Fnext_single_char_property_change)
11536         (Fprevious_single_char_property_change): Check that limit is a
11537         number in strings.
11538         (Fnext_single_char_property_change): Coerce position to integer.
11539         (Fprevious_single_char_property_change): Same here.
11541 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
11543         * s/openbsd.h (LD_SWITCH_SYSTEM_tmp): Define if undefined.
11545 2005-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11547         * frame.c (Fignore_event): Remove.
11548         (syms_of_frame): Don't defsubr it.
11550         * keyboard.c (keys_of_keyboard): Just use `ignore' instead of the
11551         redundant `ignore-event'.
11553 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
11555         * unexec.c (write_segment, unexec): Move these functions to avoid
11556         forward references (which cause errors with "gcc -gcoff").
11558 2005-03-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11560         * xfns.c (x_create_tip_frame): Remove setting of Vx_resource_name so
11561         that it doesn't become "tooltip".  The specbind is enough.
11563         * xrdb.c (x_load_resources): Use different char *helv when I18N
11564         is present.
11566 2005-03-17  Kenichi Handa  <handa@m17n.org>
11568         * coding.c (syms_of_coding): Docstring of coding-category-list fixed.
11570 2005-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11572         * xfaces.c (x_update_menu_appearance) [HAVE_X_I18N]:
11573         Use xic_create_fontsetname even for non-Motif menus.
11574         Don't forget to free the fontsetname.
11576         * xfns.c (xic_create_fontsetname): Add a final catch-all font pattern.
11578 2005-03-17  Richard M. Stallman  <rms@gnu.org>
11580         * dispnew.c (mirror_line_dance): Set W2 according to FRAME_FROM.
11582         * fileio.c (Fcopy_file, Frename_file, Fadd_name_to_file)
11583         (Fmake_symbolic_link): Use G to read the new file name.
11585         * callint.c (Finteractive): Document G option.
11586         (Fcall_interactively): Implement G option.
11588         * buffer.c (buffer_lisp_local_variables): New function,
11589         broken out from Fbuffer_local_variables.
11590         (clone_per_buffer_values): Use buffer_lisp_local_variables.
11592 2005-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11594         * xfns.c (xic_create_fontsetname): Add `motif' argument.
11595         Always return a freshly allocated string.
11596         (xic_create_xfontset): Adjust call.
11598         * xfaces.c (x_update_menu_appearance) [USE_MOTIF]:
11599         Use xic_create_fontsetname to create a fontset so utf-8 locales work.
11600         (dump_realized_face): Fix warning.
11602         * emacs.c (Fkill_emacs): YAILOM.
11604         * frame.c (Fignore_event): Fix ancient obscure C-u handling bug.
11606 2005-03-17  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11608         * mac.c (HASHKEY_TERMINAL): Remove.
11609         (HASHKEY_MAX_NID): New macro.
11610         (xrm_q_get_resource_1): Rename from xrm_q_get_resource.  Add extra
11611         argument.
11612         (xrm_q_get_resource): Call xrm_q_get_resource_1 with extra argument.
11613         (xrm_create_database, xrm_q_put_resource)
11614         (xrm_merge_string_database, xrm_q_get_resource_1)
11615         (xrm_q_get_resource): Change resource database representation so
11616         that it may not use multiple hash tables for a single database.
11617         [TARGET_API_MAC_CARBON] (xrm_cfproperty_list_to_value): YAILOM.
11619 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11621         * xmenu.c (ENCODE_MENU_STRING) [HAVE_X_I18N]: Use ENCODE_SYSTEM.
11623         * coding.h (ENCODE_SYSTEM, DECODE_SYSTEM) [!WINDOWSNT]: Use the
11624         locale-coding-system, as was already done for WINDOWSNT.
11626         * keyboard.c (read_char): Only do the 7-bit-meta -> 27-bit-meta
11627         translation for chars in the 0-255 range.
11629 2005-03-16  Lute Kamstra  <lute@gnu.org>
11631         * floatfns.c (Ffloor): Doc fix.
11633 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11635         * mac.c: Include macterm.h instead of directly including Carbon.h.
11636         [TARGET_API_MAC_CARBON] (Qstring, Qnumber, Qboolean, Qdate, Qdata)
11637         (Qarray, Qdictionary): New variables.
11638         (syms_of_mac) [TARGET_API_MAC_CARBON]: Initialize them.
11639         [TARGET_API_MAC_CARBON] (Qutf_8): Add extern.
11640         [TARGET_API_MAC_CARBON] (DECODE_UTF_8): New macro.
11641         [TARGET_API_MAC_CARBON] (struct cfdict_context): New struct used
11642         in callback for CFDictionaryApplyFunction.
11643         [TARGET_API_MAC_CARBON] (cfdata_to_lisp, cfstring_to_lisp)
11644         (cfnumber_to_lisp, cfdate_to_lisp, cfboolean_to_lisp)
11645         (cfobject_desc_to_lisp, cfdictionary_add_to_list)
11646         (cfdictionary_puthash, cfproperty_list_to_lisp): New functions.
11647         [TARGET_API_MAC_CARBON] (Fmac_get_preference): New function.
11648         (syms_of_mac) [TARGET_API_MAC_CARBON]: Defsubr it.
11649         (P, LOOSE_BINDING, SINGLE_COMPONENT, HASHKEY_TERMINAL): New macro.
11650         (skip_white_space, parse_comment, parse_include_file)
11651         (parse_binding, parse_component, parse_resource_name, parse_value)
11652         (parse_resource_line, xrm_create_database, xrm_q_put_resource)
11653         (xrm_merge_string_database, xrm_q_get_resource, xrm_get_resource)
11654         (xrm_cfproperty_list_to_value, xrm_get_preference_database):
11655         New functions.
11657         * macfns.c (mac_get_rdb_resource): Remove function.
11658         (x_get_string_resource): Use xrm_get_resource.
11660         * macgui.h (XrmDatabase): Typedef to Lisp_Object.
11662         * macterm.c (x_list_fonts): FONT-LIST-CACHE is now cadr part of
11663         name_list_element.
11664         (mac_make_rdb): Create resource database from preferences and
11665         argument string.
11666         (mac_term_init): Save resource database to cddr part of
11667         name_list_element.
11669         * macterm.h (xrm_merge_string_database, xrm_get_resource)
11670         (xrm_get_preference_database): Add externs.
11671         [TARGET_API_MAC_CARBON] (cfdata_to_lisp, cfstring_to_lisp)
11672         (cfnumber_to_lisp, cfdate_to_lisp, cfboolean_to_lisp)
11673         (cfobject_desc_to_lisp, cfproperty_list_to_lisp): Likewise.
11675         * process.c (init_process): Change `#ifdef DARWIN' to `#if
11676         defined (DARWIN) || defined (MAC_OSX)'.
11678         * s/darwin.h (DARWIN): Don't define.
11680 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11682         * macfns.c (Qhyper, Qsuper, Qmeta, Qalt, Qctrl, Qcontrol, Qshift):
11683         Remove unused variables.
11684         (syms_of_macfns): Don't initialize them.  Likewise for
11685         Qface_set_after_frame_default.  Defvar and initialize
11686         Vx_window_horizontal_drag_shape.
11687         (x_set_mouse_color): Change mouse pointer shape.
11688         (mac_window) [!MAC_OSX]: Create root control.
11689         (Fx_create_frame): Remove initializations of mouse pointer shapes.
11690         (hourglass_started): New function (from xfns.c).
11691         (start_hourglass, cancel_hourglass): Put function body in #ifdef
11692         MAC_OSX.
11693         (show_hourglass) [TARGET_API_MAC_CARBON]: Create progress
11694         indicator for each non-tooltip frame if needed, and show it.
11695         (hide_hourglass) [TARGET_API_MAC_CARBON]: Hide progress indicators.
11697         * macgui.h [!TARGET_API_MAC_CARBON]: Include Appearance.h and
11698         Controls.h.  Use ThemeCursor instead of CursHandle.
11700         * macterm.c (activate_scroll_bars, deactivate_scroll_bars):
11701         Remove functions and declarations.
11702         (mac_set_colors): Take argument for saving background color.
11703         All callers changed.
11704         (XDrawLine, XClearArea, mac_draw_bitmap, XFillRectangle)
11705         (mac_draw_rectangle, mac_draw_string_common): Save and Restore
11706         background color.
11707         (x_update_end, mac_do_track_drag): Don't reset background color.
11708         (mac_define_frame_cursor) [!TARGET_API_MAC_CARBON]:
11709         Use SetThemeCursor.
11710         (x_set_window_size) [TARGET_API_MAC_CARBON]: Move progress
11711         indicator control to the upper-right corner of the window.
11712         (arrow_cursor) [!TARGET_API_MAC_CARBON]: Remove variable.
11713         (do_init_managers) [!TARGET_API_MAC_CARBON]: Don't initialize it.
11714         (do_window_update): Update controls after updating content area.
11715         (mac_handle_window_event): Remove unused extern.
11716         (XTread_socket): Check both control handle and control part code
11717         to determine whether a scroll bar is clicked.  Activate/deactivate
11718         root control instead of contained scroll bar controls.
11719         (make_mac_terminal_frame): Use ThemeCursor constants.
11721         * macterm.h (struct mac_output) [TARGET_API_MAC_CARBON]:
11722         New member hourglass_control.
11723         (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): New defines.
11724         (activate_scroll_bars, deactivate_scroll_bars): Remove declarations.
11726 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11728         * macterm.c (keycode_to_xkeysym_table): Change mapping so that it
11729         coincides with that in Apple X11 except `clear', `enter' on
11730         laptops, and fn + `enter' on laptops.
11732 2005-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11734         * xmenu.c (ENCODE_MENU_STRING): Explicitly use string_make_unibyte.
11735         (list_of_panes, list_of_items, Fx_popup_menu): Use XCAR/XCDR.
11736         (digest_single_submenu, xmenu_show): Use ENCODE_MENU_STRING.
11738         * xfns.c (xic_defaut_fontset): New constant.
11739         (xic_create_fontsetname): New function.
11740         Extracted from create_frame_xic.  Try to generate a slightly
11741         better fontset.
11742         (xic_create_xfontset): Use it.
11743         (create_frame_xic): Simplify.
11745 2005-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11747         * fileio.c (Fmake_symbolic_link): Fix last change.
11749 2005-03-11  Richard M. Stallman  <rms@gnu.org>
11751         * fileio.c (Frename_file, Fadd_name_to_file)
11752         (Fmake_symbolic_link): If NEWNAME or LINKNAME is a directory,
11753         expand the basename of FILE relative to it.
11755 2005-03-11  Kenichi Handa  <handa@m17n.org>
11757         * fileio.c (Finsert_file_contents): Call Fcheck_coding_system
11758         before calling setup_coding_system so that autoloading of a coding
11759         system work.
11761 2005-03-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11763         * xfns.c (hourglass_started): New function.
11765         * dispextern.h: Declare hourglass_started.
11767         * keyboard.c (Fexecute_extended_command): Restart hourglass
11768         after call to Fcompleting_read if already started.
11770         * gtkutil.c (xg_update_scrollbar_pos): Call x_sync so that the
11771         GTK main loop is entered in xterm.c, thus doing the redraw.
11773 2005-03-10  Kim F. Storm  <storm@cua.dk>
11775         * xdisp.c (pos_visible_p): Fix X value in last line of buffer.
11777 2005-03-08  Kenichi Handa  <handa@m17n.org>
11779         * frame.c (x_set_font): Call set_default_ascii_font if an
11780         available font is found.
11782         * fontset.c (set_default_ascii_font): New function.
11783         (syms_of_fontset): Don't set FONTSET_ASCII (Vdefault_fontset) here.
11785         * fontset.h (set_default_ascii_font): Extern it.
11787 2005-03-07  Kim F. Storm  <storm@cua.dk>
11789         * xdisp.c (CLEAR_IMAGE_CACHE_COUNT): New const.
11790         (clear_image_cache_count): New var.
11791         (redisplay_internal): Don't clear face and image caches in the
11792         middle of redisplay; do it afterwards.
11794         * blockinput.h (TOTALLY_UNBLOCK_INPUT): Avoid dangling else.
11796         * xdisp.c (notice_overwritten_cursor): Check that phys_cursor.vpos
11797         is valid.  If not, clear phys_cursor_on_p and return.
11799 2005-03-07  Andreas Schwab  <schwab@suse.de>
11801         * blockinput.h (UNBLOCK_INPUT_TO): Always call UNBLOCK_INPUT.
11803 2005-03-06  Richard M. Stallman  <rms@gnu.org>
11805         * keyboard.c (Ftop_level): Let Fthrow deal with UNBLOCK_INPUT.
11807         * eval.c (unwind_to_catch): Use UNBLOCK_INPUT_TO.
11808         (Feval, Ffuncall): Use CHECK_CONS_LIST.
11810         * lisp.h (CHECK_CONS_LIST): New macro (two definitions).
11812         * blockinput.h (UNBLOCK_INPUT_TO): New macro.
11813         (TOTALLY_UNBLOCK_INPUT): Handle a pending signal if any.
11815 2005-03-05  Juri Linkov  <juri@jurta.org>
11817         * emacs.c (USAGE1): Replace Info node name "command arguments"
11818         with "emacs invocation".
11819         (USAGE3): Fix usage of `--color=MODE' which actually doesn't
11820         allow arguments `--color' and `MODE' to be separated by space.
11821         Add --no-blinking-cursor, -nbc.
11822         (standard_args): Add -nbc, --no-blinking-cursor.
11824 2005-03-04  Thien-Thi Nguyen  <ttn@gnu.org>
11826         * s/vms.h: Define NO_HYPHENS_IN_FILENAMES.
11827         * s/vms4-4.h, s/vms5-5.h: Undefine NO_HYPHENS_IN_FILENAMES.
11828         * fileio.c (Fexpand_file_name) [VMS]:
11829         Use NO_HYPHENS_IN_FILENAMES, not VMS4_4.
11830         * doc.c (munge_doc_file_name) [VMS]: Likewise.
11831         (Fsnarf_documentation): Call munge_doc_file_name.
11833 2005-03-04  Thien-Thi Nguyen  <ttn@gnu.org>
11835         * s/vms.h (FILE_SYSTEM_CASE): New macro.
11836         * fileio.c (Fexpand_file_name) [VMS]: Don't upcase the name
11837         "manually"; this is now handled generally via FILE_SYSTEM_CASE.
11839 2005-03-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11841         * emacs.c (main): Change `#ifdef HAVE_CARBON' to `#if
11842         defined (MAC_OSX) && defined (HAVE_CARBON)'.
11844         * image.c [!MAC_OSX && TARGET_API_MAC_CARBON]: Include QuickTime.h.
11846         * mac.c [!MAC_OSX && HAVE_CARBON]: Include Carbon.h.
11847         [!MAC_OSX] (select) [TARGET_API_MAC_CARBON]: Use ReceiveNextEvent.
11848         (posix_pathname_to_fsspec, fsspec_to_posix_pathname): New functions.
11849         (mac_clear_font_name_table): Move extern to macterm.h.
11851         * macfns.c (install_window_handler): Move extern to macterm.h.
11852         (Fx_file_dialog): Check STRINGP (default_filename) to see it is
11853         valid.  Don't check !NILP (dir) because it is already checked with
11854         CHECK_STRING.
11855         (Fx_file_dialog) [!MAC_OSX]: Use FSSpec instead of FSRef for
11856         specifying the default location and obtaining the selected filename.
11858         * macgui.h [!MAC_OSX && HAVE_CARBON]: Include Carbon.h.
11860         * macmenu.c [TARGET_API_MAC_CARBON]: Don't include headers that
11861         are included via Carbon.h.
11863         * macterm.c [TARGET_API_MAC_CARBON && !MAC_OSX]:
11864         Define USE_CARBON_EVENTS to 1.
11865         (qd) [__MRC__ && TARGET_API_MAC_CARBON]: Don't declare.
11866         (x_free_frame_resources): Call remove_window_handler for
11867         non-tooltip windows.
11868         [TARGET_API_MAC_CARBON]: Don't include headers that are included
11869         via Carbon.h.
11870         [TARGET_API_MAC_CARBON] (mac_do_track_dragUPP)
11871         (mac_do_receive_dragUPP): New variables.
11872         (mac_handle_service_event, init_service_handler): Put declarations
11873         and definitions in #ifdef MAC_OSX.
11874         (install_window_handler) [TARGET_API_MAC_CARBON]: Create UPPs for
11875         drag-and-drop handler functions and register them.
11876         (remove_window_handler): New function.
11877         (do_ae_open_documents, mac_do_receive_drag) [!MAC_OSX]:
11878         Use fsspec_to_posix_pathname.
11879         (main): Change #if !TARGET_API_MAC_CARBON to #ifdef MAC_OS8.
11880         (XTread_socket) [!MAC_OSX]: Don't pass keyboard events to TSM.
11881         [MAC_OS8] (make_mac_terminal_frame) [TARGET_API_MAC_CARBON]:
11882         Set default cursors.
11883         (mac_initialize) [USE_CARBON_EVENTS && !MAC_OSX]: Don't call
11884         init_service_handler or init_quit_char_handler.
11885         (mac_initialize) [!MAC_OSX]: Don't call MakeMeTheFrontProcess.
11887         * macterm.h (install_window_handler, remove_window_handler)
11888         (posix_pathname_to_fsspec, fsspec_to_posix_pathname)
11889         (mac_clear_font_name_table): New externs.
11891 2005-03-03  Thien-Thi Nguyen  <ttn@gnu.org>
11893         * fileio.c (FILE_SYSTEM_CASE): Define macro if not already defined.
11894         (Ffile_name_directory): Use FILE_SYSTEM_CASE unconditionally.
11895         (Fexpand_file_name): Likewise.
11897 2005-03-03  Thien-Thi Nguyen  <ttn@gnu.org>
11899         * emacs.c (Fkill_emacs): Use EXIT_SUCCESS;
11900         no longer special-case VMS.  Add bogus return value.
11902 2005-03-02  Kim F. Storm  <storm@cua.dk>
11904         * dispextern.h (XASSERTS): Define to 0 if not already defined.
11905         (xassert) [!XASSERTS]: Define dummy version.
11907 2005-03-02  Kim F. Storm  <storm@cua.dk>
11909         * xdisp.c (redisplay_window): YABX (yet another bogus xassert).
11910         Reported by David Kastrup.
11912 2005-03-01  Ehud Karni  <ehud@unix.mvs.co.il>
11914         * xdisp.c (get_next_display_element): Fix control and escape
11915         glyph from display vector.
11917 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11919         * keyboard.c (Fposn_at_x_y): Check integerness of X and Y.
11921 2005-02-27  Richard M. Stallman  <rms@gnu.org>
11923         * xdisp.c (fast_find_position): Rename END to BEG.
11924         (syms_of_xdisp) <menu-bar-update-hook>: Doc fix.
11926 2005-02-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11928         * gtkutil.c (xg_resize_outer_widget): Remove unneeded call to
11929         gtk_window_resize and x_wm_set_size_hint.
11931 2005-02-25  Kim F. Storm  <storm@cua.dk>
11933         * dispextern.h (OVERLAY_STRING_CHUNK_SIZE): Increase from 3 to 16.
11935         * xdisp.c (init_from_display_pos): Don't read past end of
11936         it->overlay_strings array.
11938 2005-02-25  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
11940         * buffer.c (syms_of_buffer): Fix typo.
11942 2005-02-23  Lute Kamstra  <lute@gnu.org>
11944         * buffer.c (Foverlay_buffer): Doc fix.
11946 2005-02-22  Kim F. Storm  <storm@cua.dk>
11948         * minibuf.c (Ftry_completion, Fall_completions): Allow both string
11949         and symbol keys in alists and hash tables.
11951         * xdisp.c (fast_find_position): Fix search for start of overlay.
11953 2005-02-21  Kim F. Storm  <storm@cua.dk>
11955         * window.c (window_scroll_pixel_based): When scrolling backwards,
11956         handle partial visible line at end of window even when we hit PT.
11958 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11960         * keymap.h: Declare Fcurrent_active_maps, used in doc.c.
11962 2005-02-21  Kim F. Storm  <storm@cua.dk>
11964         * xdisp.c (move_it_vertically_backward): Eliminate two xasserts.
11965         I think those asserts are bogus if buffer contains invisible text
11966         or images.
11968 2005-02-21  David Kastrup  <dak@gnu.org>
11970         * gtkutil.c (xg_create_frame_widgets): UNBLOCK_INPUT on error.
11972 2005-02-20  Kim F. Storm  <storm@cua.dk>
11974         * xdisp.c (pos_visible_p): Be sure to move to the specified
11975         position.  Always get the full ascent / descent of the
11976         corresponding row, to return reliable rtop and rbot values.
11977         (back_to_previous_visible_line_start): Fix 2005-01-18 change.
11978         Must look one character back, as back_to_previous_line_start
11979         returns position after the newline.
11980         (move_it_vertically_backward): Fix heuristic for when to move further
11981         back in case line_height * 2/3 is larger than window height.
11982         (cursor_row_fully_visible_p): Rename make_cursor_line_fully_visible_p
11983         as it does not do anything anymore.  Add arg current_matrix_p to
11984         use current matrix rather than desired matrix when set.
11985         (try_cursor_movement): Don't scroll to make cursor row fully
11986         visible if cursor didn't move.  This avoids unexpected recentering
11987         in case of blinking cursor or accepting process output.
11988         Use current matrix to check cursor row visibility.
11989         (redisplay_window): Fix whether to recenter or move to top in case
11990         cursor line is taller than window height.
11991         (find_first_unchanged_at_end_row): Stop search if we reach a row
11992         which not enabled (instead of abort).
11994 2005-02-18  Kim F. Storm  <storm@cua.dk>
11996         * xfaces.c (Finternal_set_lisp_face_attribute): Allow :color property
11997         to be nil in a :box attribute value list; customize prints that
11998         as lisp value when no box color is specified.
12000         * .gdbinit (pitx, pit): Pretty print display iterator.
12001         (prowx, prow): Pretty print glyph row.
12002         (pcursorx, pcursor): Pretty print a window cursor.
12003         (pwinx, pwin): Pretty print struct window.
12005 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12007         * alloc.c (BLOCK_BYTES): Harmless typo.
12009 2005-02-17  Andreas Schwab  <schwab@suse.de>
12011         * xfns.c (hack_wm_protocols): Use correct type for last parameter
12012         of XGetWindowProperty to avoid aliasing issues.
12013         (Fx_window_property): Likewise.
12015         * xselect.c (Fx_disown_selection_internal): Use union of struct
12016         input_event and struct selection_input_event to avoid aliasing issues.
12018         * xterm.c (handle_one_xevent): Use union of struct input_event and
12019         struct selection_input_event to avoid aliasing issues.
12020         (SET_SAVED_MENU_EVENT): Adapt reference to inev.
12022 2005-02-17  Kim F. Storm  <storm@cua.dk>
12024         * dispextern.h (enum it_method): New enum.
12025         (GET_FROM_*): Its members.
12026         (struct it): Change member method from function pointer to enum.
12028         * xdisp.c (check_it, init_from_display_pos, handle_stop)
12029         (setup_for_ellipsis, handle_single_display_spec)
12030         (handle_composition_prop, next_overlay_string)
12031         (get_overlay_strings, reseat_1, reseat_to_string)
12032         (next_element_from_ellipsis, BUFFER_POS_REACHED_P)
12033         (in_display_vector_p, display_line, get_next_display_element):
12034         Change it->method from function pointer to enum.
12035         (get_next_element): New array to map it->method to function.
12036         (get_next_display_element): Use it.
12037         (set_iterator_to_next): Use switch instead of if/else chain.
12039 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
12041         * w32select.c: Summary: Thorough rework to implement Unicode
12042         clipboard operations and delayed rendering.
12044         Drop last_clipboard_text and related code, keep track of
12045         ownership via clipboard_owner instead.  Drop old #if0 sections.
12047         (DEFAULT_LCID, ANSICP, OEMCP, QUNICODE, QANSICP, QOEMCP)
12048         (clipboard_owner, modifying_clipboard, cfg_coding_system)
12049         (cfg_codepage, cfg_lcid, cfg_clipboard_type, current_text)
12050         (current_coding_system, current_requires_encoding)
12051         (current_num_nls, current_clipboard_type, current_lcid):
12052         New static variables.
12054         (convert_to_handle_as_ascii, convert_to_handle_as_coded)
12055         (render, render_all, run_protected, lisp_error_handler)
12056         (owner_callback, create_owner, setup_config)
12057         (enum_locale_callback, cp_from_locale, coding_from_cp):
12058         New local functions.
12060         (term_w32select, globals_of_w32select): New global functions.
12062         (Fw32_set_clipboard_data): Ignore parameter FRAME, use
12063         clipboard_owner instead.  Use delayed rendering and provide
12064         all text formats.  Provide CF_LOCALE if necessary.
12066         (Fw32_get_clipboard_data): Handle CF_UNICODETEXT and
12067         CF_LOCALE.  Fall back to CF_TEXT, if CF_UNICODETEXT is not
12068         available.  Force DOS line-ends for decoding.
12070         (Fx_selection_exists_p): Handle CF_UNICODETEXT.
12072         (syms_of_w32select): Init and register new variables.
12074         * w32.h: Add prototypes for globals_of_w32select and
12075         term_w32select.  Make the neighboring K&R declarations into
12076         prototypes, too.
12078         * emacs.c: Include w32.h to get function prototypes.
12079         (main): Call globals_of_w32select.
12081         * w32.c (term_ntproc): Call term_w32select.
12083         * s/ms-w32.h: Guard MSC-specific #pragmas with an #ifdef.
12085 2005-02-16  Kim F. Storm  <storm@cua.dk>
12087         * xdisp.c (BUFFER_POS_REACHED_P): Return true if pos reached and
12088         at end of display vector.
12090 2005-02-15  Richard M. Stallman  <rms@gnu.org>
12092         * xdisp.c (get_next_display_element): Fix escape-glyph criterion
12093         for mode and header lines.
12095         * lread.c (syms_of_lread) <user-init-file>: Doc fix.
12097         * keymap.h (describe_map_tree): Change decl.
12099         * keyboard.c (command_loop_1): Always use safe_run_hooks
12100         to run Qdeferred_action_function.
12102         * keymap.c (describe_map_tree): New arg MENTION_SHADOW.  Calls changed.
12103         (describe_map, describe_vector): Likewise.  When it's 1,
12104         don't omit shadowed bindings, instead mark them as shadowed.
12106         * doc.c (Fsubstitute_command_keys): Compute list of shadowing maps
12107         for describe_map_tree.  Pass 1 for MENTION_SHADOW.
12109         * data.c (Fsetq_default): Allow no arg case.
12111 2005-02-14  Kenichi Handa  <handa@m17n.org>
12113         * coding.c (encode_coding_string): Always return a unibyte string.
12114         If NOCOPY is nonzero and there's no need of encoding, make STR
12115         unibyte directly.
12117         * xselect.c (lisp_data_to_selection_data): If OBJ is a non-ASCII
12118         multibyte string, signal an error instead of aborting.
12120 2005-02-12  Dan Nicolaescu  <dann@ics.uci.edu>
12122         * keyboard.c: If HAVE_FCNTL_H include fcntl.h.
12124 2005-02-12  Kim F. Storm  <storm@cua.dk>
12126         * xdisp.c (expose_window): Don't fix overlaps for mode lines.
12128 2005-02-10  Kim F. Storm  <storm@cua.dk>
12130         * xdisp.c (try_window_id): Set first_unchanged_at_end_row to NULL
12131         if it moves outside window or it doesn't display text.
12133 2005-02-09  Kim F. Storm  <storm@cua.dk>
12135         * undo.c (Fprimitive_undo): Check that undo function does not
12136         switch buffer.
12138 2005-02-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12140         * xselect.c (selection_data_to_lisp_data): For the special case
12141         type == XA_ATOM, data contains array of int, not array of Atom.
12142         (x_property_data_to_lisp, selection_data_to_lisp_data):
12143         Comment update: data must be array of int for format == 32.
12145 2005-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12147         * undo.c (Fprimitive_undo): Check veracity of delta,start,end.
12149 2005-02-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12151         * xfns.c (Fx_change_window_property): Use long array when format is 32.
12152         (Fx_window_property): If format is 32 and long is bigger than 32 bits,
12153         convert long array returned from XGetWindowProperty to an int array.
12154         (x_set_tool_bar_lines): Check that width and height is greater than
12155         zero before clearing area.
12157         * xselect.c (x_reply_selection_request): Pass long array to
12158         XChangeProperty so that 64 bit longs are handeled correctly.
12159         (x_get_window_property): If format is 32 and long is bigger than 32
12160         bits convert data from XGetWindowProperty from long array to int array.
12161         (lisp_data_to_selection_data): When the input is a vector and the
12162         format is 32, allocate a long array even if long is bigger than 32 bits.
12163         (x_fill_property_data): Use char, short and long as the man page
12164         for XChangeProperty specifies.  This way the data returned is OK for
12165         both 32 and 64 bit machines.
12166         (x_handle_dnd_message): Calculate size correctly even for 64 bit
12167         machines.
12168         (Fx_send_client_event): Undo change from 2005-02-05,
12169         x_fill_property_data now handles that case.
12171         * xfns.c (Fx_backspace_delete_keys_p): Add comment about the
12172         reason for the approach in the code.
12174 2005-02-07  Kim F. Storm  <storm@cua.dk>
12176         * undo.c (Fprimitive_undo): Record max one dummmy apply element.
12178 2005-02-06  Richard M. Stallman  <rms@gnu.org>
12180         * eval.c (Frun_hook_with_args)
12181         (Frun_hook_with_args_until_success)
12182         (Frun_hook_with_args_until_failure): Doc fixes.
12184 2005-02-05  Andreas Schwab  <schwab@suse.de>
12186         * sysdep.c (sys_subshell): Properly terminate execlp argument list.
12188 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12190         * xselect.c (Fx_send_client_event, x_handle_dnd_message): Handle
12191         the longs in a XClientMessageEvent correctly when long is 64 bits.
12193 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
12195         * xfaces.c (face_color_supported_p): Use HAVE_WINDOW_SYSTEM
12196         instead of HAVE_X_WINDOWS, for non-X windowed sessions.
12198 2005-02-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12200         * xmenu.c (menubar_selection_callback): Force out GTK buffered
12201         events so the menu event comes after them.  This is to prevent sit-for
12202         from exiting on buffered events directly after a menu selection,
12203         lisp code for Help => About Emacs uses sit-for.
12205         * gtkutil.c (create_menus): Connect selection-done event instead of
12206         the deactivate event to deactivate_cb.  This will make the last
12207         leave event come before the call to deactivate_cb, so the leave
12208         event does not make sit-for exit after a menu selection.
12210 2005-02-03  Kim F. Storm  <storm@cua.dk>
12212         * dispnew.c (build_frame_matrix_from_leaf_window)
12213         [!GLYPH_DEBUG]: Fix xassert.
12215         * xfaces.c (x_free_gc) [!GLYPH_DEBUG]: Fix xassert.
12217         * xfns.c (unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert.
12219 2005-02-03  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12221         * mac.c: Use MAC_OS_X_VERSION_MAX_ALLOWED to conditionalize by
12222         the compiling OS version.
12224         * macfns.c (x_create_tip_frame): Likewise.
12226         * macterm.c (mac_draw_string_common, x_make_frame_visible): Likewise.
12228 2005-02-03  Richard M. Stallman  <rms@gnu.org>
12230         * xterm.c (x_error_quitter): On GCC 3 and up, specify noinline.
12232         * xdisp.c (echo_area_display): Clear echo_message_buffer.
12234         * buffer.c (Fbury_buffer): Doc fix.
12236 2005-02-02  Steven Tamm  <steventamm@mac.com>
12238         * macfns.c (unwind_create_frame): Fix compile error due to
12239         xassert being uncondition, but predicate is.
12240         * dispnew.c (update_window): Fix compile error due to
12241         xassert being uncondition, but predicate is.
12243 2005-02-02  Miles Bader  <miles@gnu.org>
12245         * dispextern.h (xassert): Enable unconditionally.
12247 2005-02-02  Kim F. Storm  <storm@cua.dk>
12249         * undo.c (Fprimitive_undo): Fix dummy apply undo entry.
12251 2005-02-02  Kenichi Handa  <handa@m17n.org>
12253         * casefiddle.c (casify_object): Enable changing characters of
12254         different byte length.
12255         (casify_region): Fix loop condition, args to replace_range_2, and
12256         update opoint_byte.
12258         * insdel.c (replace_range_2): Fix bugs in adjusting markers and point.
12260 2005-02-01  Kim F. Storm  <storm@cua.dk>
12262         * xdisp.c (back_to_previous_visible_line_start): Reset iterator
12263         stack before calling handle_display_prop.
12265 2005-01-31  Kim F. Storm  <storm@cua.dk>
12267         * undo.c (Qapply): New lisp var.
12268         (syms_of_undo): Intern and staticpro it.
12269         (Fprimitive_undo): Support formats (apply FUNNAME . ARGS) and
12270         (apply DELTA BEG END FUNNAME . ARGS) instead of (FUNNAME . ARGS).
12272         * buffer.c (syms_of_buffer) <buffer-undo-list>: Doc fix.
12274 2005-01-30  Jesper Harder  <harder@phys.au.dk>
12276         * macterm.c (syms_of_macterm) <mac-reverse-ctrl-meta>
12277         <mac-emulate-three-button-mouse>: Fix docstring indentation.
12279 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
12281         * undo.c (syms_of_undo) <undo-outer-limit>: Doc update.
12282         Increase value to 3 Meg.
12284 2005-01-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12286         * xfns.c (show_hourglass): Use FRAME_X_WINDOW as parent for GTK,
12287         button events are not received otherwise.
12289 2005-01-29  Richard M. Stallman  <rms@gnu.org>
12291         * buffer.c (syms_of_buffer) <buffer-undo-list>: Doc fix.
12293         * undo.c (Fprimitive_undo): Handle (FUNNAME . ARGS) by calling FUNNAME.
12295 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12297         * keymap.c (access_keymap): YAILOM.
12299 2005-01-27  Kim F. Storm  <storm@cua.dk>
12301         * xdisp.c (get_phys_cursor_geometry): New function to calculate
12302         phys cursor position and size for hollow cursor.  Position is
12303         aligned with get_glyph_string_clip_rect and ensures that a hollow
12304         cursor is shown, even when the actual glyph is not visible.
12306         * dispextern.h (get_phys_cursor_geometry): Add prototype.
12308         * xterm.c (x_clip_to_row): Ensure y >= 0.
12309         (x_draw_hollow_cursor): Use get_phys_cursor_geometry.
12311         * w32term.c (x_draw_hollow_cursor): Use get_phys_cursor_geometry.
12313         * macterm.c (x_draw_hollow_cursor): Use get_phys_cursor_geometry.
12315 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12317         * xterm.c (x_error_quitter): Add a prototype.  Make it static again.
12319 2005-01-27  Kim F. Storm  <storm@cua.dk>
12321         * xdisp.c (get_glyph_string_clip_rect): Always show a cursor
12322         glyph, even when row is only partially visible and actual cursor
12323         position is not visible.
12325 2005-01-24  Richard M. Stallman  <rms@gnu.org>
12327         * xterm.c (x_error_quitter): No longer static, and moved after
12328         x_error_handler.
12330 2005-01-24  Kim F. Storm  <storm@cua.dk>
12332         * xdisp.c (move_it_by_lines): If we move forward after going too
12333         far back, cancel move if end position is same as start position.
12335 2005-01-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12337         * dispextern.h (struct glyph_string): New members clip_head and
12338         clip_tail.
12340         * xdisp.c (get_glyph_string_clip_rect): Restrict horizontal clip
12341         region to the area between clip_head and clip_tail.
12342         (draw_glyphs): Record the area that need to be actually redrawn to
12343         the new variables clip_head and clip_tail when there are
12344         overhangs.  Set values of these variables to the corresponding
12345         members in struct glyph_string.  Refine x coordinates for
12346         notice_overwritten_cursor using clip_head and clip_tail.
12348         * macgui.h (STORE_XCHARSETSTRUCT): New macro.
12350         * macterm.c (mac_compute_glyph_string_overhangs): Implement with
12351         QDTextBounds.
12352         (x_draw_glyph_string): Don't fill the background of the successor
12353         of a glyph with a right overhang if the successor will draw a cursor.
12354         (XLoadQueryFont): Obtain font metrics using QDTextBounds.
12355         (x_redisplay_interface): Add entry for compute_glyph_string_overhangs.
12357 2005-01-24  Kim F. Storm  <storm@cua.dk>
12359         * window.c (window_scroll_pixel_based): Fix scrolling in the wrong
12360         direction if window height was smaller than next-screen-context-lines.
12361         Now always scroll at least one line in the requested direction.
12362         Ensure that we actually do scroll backwards when requested to do so.
12364         * xdisp.c (redisplay_window): Only try to make cursor line fully
12365         visible once (to avoid redisplay loop).
12367 2005-01-23  Kim F. Storm  <storm@cua.dk>
12369         * window.c (Fpos_visible_in_window_p): Simplify return value for
12370         partially visible rows.
12371         (window_scroll_pixel_based): Adapt to that change.
12373         * window.c (window_scroll_pixel_based): Force moving to next line
12374         if scrolling doesn't move start point, e.g. if looking at tall image.
12376         * xdisp.c (pos_visible_p): Return 0 if non-interactive.
12377         Clear last_height before calling line_bottom_y to get real height.
12378         Fix calculation of y.
12380 2005-01-22  Steven Tamm  <steventamm@mac.com>
12382         * s/darwin.h: Removed PTY_ITERATION from here.
12383         (DARWIN): Define.
12385         * process.c (init_process): Default process-connection-type to
12386         nil on darwin 6 or less, t if it is 7 or higher.  This way the
12387         broken pty behavior is still allowed on darwin 6 for interactive
12388         processes for people that know what they are doing.
12390 2005-01-22  Kim F. Storm  <storm@cua.dk>
12392         * window.c (auto_window_vscroll_p): New boolean.
12393         (syms_of_window): DEFVAR_BOOL it.
12394         (Fpos_visible_in_window_p): Extend return value to include RTOP
12395         and RBOT values if FULLY is nil.
12396         (window_scroll_pixel_based): Adjust vscroll for partially visible
12397         rows if auto_window_vscroll_p is set.
12398         (Fset_window_vscroll): Do nothing if vscroll is not modified.
12400         * xdisp.c (pos_visible_p): Replace FULLY arg by RTOP and RBOT args
12401         to return number of partially invisible pixels at top and bottom
12402         of the dislay row at POS.
12404         * lisp.h (pos_visible_p): Fix prototype.
12406 2005-01-21  Richard M. Stallman  <rms@gnu.org>
12408         * fileio.c (Fcopy_file): Doc fix.
12410 2005-01-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12412         * gtkutil.c (xg_tool_bar_detach_callback): Remove unused variable bw.
12413         (xg_get_file_name): Move declaration ofx_use_old_gtk_file_dialog to
12414         start of function for older compilers.
12416 2005-01-20  Richard M. Stallman  <rms@gnu.org>
12418         * editfns.c (Fmessage): If arg is "", return "" (as before).
12420         * keymap.c (access_keymap): Protect from bad value of meta_prefix_char.
12422         * .gdbinit (xgetptr, xgetint, xgettype): Copy $arg0 into a temp
12423         variable.
12425 2005-01-20  Steven Tamm  <steventamm@mac.com>
12427         * editfns.c (Voperating_system_release): Add.
12428         (init_editfns): Assign new variable operating-system-release
12429         based on call to uname if available.
12430         (get_operating_system_release): Add function to
12431         allow c-level access to operating system release.
12433         * config.h: Regenerated.
12435         * s/darwin.h (PTY_ITERATION): Don't allow PTYs on darwin 6 or less.
12436         (MIN_PTY_KERNEL_VERSION): Define minimum kernel version for
12437         using ptys as '7'.
12439 2005-01-20  Kim F. Storm  <storm@cua.dk>
12441         * alloc.c (STRING_MARKED_P, VECTOR_MARKED_P): Return boolean.
12443         * xterm.c (x_draw_glyph_string_box): Fix last_x for full width rows.
12444         Thanks to Chong Yidong <cyd@stupidchicken.com> for debugging this.
12446         * macterm.c (x_draw_glyph_string_box): Likewise.
12448         * w32term.c (x_draw_glyph_string_box): Likewise.
12450         * indent.c (Fvertical_motion): Temporarily disable selective display.
12452 2005-01-19  Kim F. Storm  <storm@cua.dk>
12454         * xdisp.c (note_mode_line_or_margin_highlight): Fix :pointer
12455         image property.
12457         * fns.c (sweep_weak_table): Advance prev pointer when we keep a pair.
12459 2005-01-18  Kim F. Storm  <storm@cua.dk>
12461         * xdisp.c (fast_find_position): Backtrack to find first row if
12462         charpos is inside a display overlay that spans multiple lines.
12464 2005-01-18  Kenichi Handa  <handa@m17n.org>
12466         * coding.c (decode_coding_iso2022): Translate invalid codes if
12467         translation-table is specified.
12469 2005-01-18  Kim F. Storm  <storm@cua.dk>
12471         * xdisp.c (back_to_previous_visible_line_start): Undo 2004-12-28
12472         change.  If handle_display_prop indicates newline is replaced by
12473         image or text, move back to start of relevant overlay or interval
12474         and continue scan from there.  Simplify.
12476 2005-01-17  Kim F. Storm  <storm@cua.dk>
12478         * dispnew.c (mode_line_string, marginal_area_string):
12479         Fix off-by-one error in search for glyph.
12481 2005-01-16  Kim F. Storm  <storm@cua.dk>
12483         * macterm.c (syms_of_macterm) <mac-allow-anti-aliasing>: Doc fix.
12485 2005-01-16  Steven Tamm  <steventamm@mac.com>
12487         * macterm.c (mac_to_x_fontname): Remove spurious argument.
12489 2005-01-16  Andreas Schwab  <schwab@suse.de>
12491         * macterm.c (mac_draw_string_common): Fix compilation on OSX 10.1.
12493 2005-01-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12495         * fringe.c (Fdefine_fringe_bitmap, init_fringe): When assigning
12496         fringe_faces, cast result from xmalloc/xrealloc to Lisp_Object *.
12498 2005-01-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12500         * keyboard.c (READABLE_EVENTS_DO_TIMERS_NOW)
12501         (READABLE_EVENTS_FILTER_EVENTS, READABLE_EVENTS_IGNORE_SQUEEZABLES):
12502         New flags for readable_events.
12503         (get_filtered_input_pending, readable_filtered_events): Remove.
12504         (tracking_off): Call readable_events and get_input_pending with
12505         flag READABLE_EVENTS_DO_TIMERS_NOW.
12506         (readable_events): Move code from old readable_filtered_events here,
12507         but check new READABLE_EVENTS_* in argument flags instead of previous
12508         two boolean arguments do_timers_now and filter_events.
12509         If we are doing mouse tracking and the mouse moved, return only if
12510         READABLE_EVENTS_IGNORE_SQUEEZABLES is not set in flags.
12511         (swallow_events): Call get_input_pending with flag
12512         READABLE_EVENTS_DO_TIMERS_NOW.
12513         (get_input_pending): Move code from old get_filtered_input_pending
12514         here.  Replace boolean arguments do_timers_now, filter_events with
12515         flags, and pass flags to readable_events.  Document new
12516         READABLE_EVENTS_* flags.
12517         (detect_input_pending_ignore_squeezables): New function.
12518         (detect_input_pending_run_timers): Call get_input_pending with flag
12519         READABLE_EVENTS_DO_TIMERS_NOW.
12520         (Finput_pending_p): Call get_input_pending with flags
12521         READABLE_EVENTS_DO_TIMERS_NOW and READABLE_EVENTS_FILTER_EVENTS.
12523         * dispnew.c (update_window, update_frame_1): Replace calls to
12524         detect_input_pending with detect_input_pending_ignore_squeezables
12525         so that redisplay is not paused if the event queue contains only
12526         mouse movements.
12528         * lisp.h: Declare detect_input_pending_ignore_squeezables.
12530 2005-01-15  Steven Tamm  <steventamm@mac.com>
12532         * macterm.c (Vmac_use_core_graphics): Declare variable for
12533         mac-allow-anti-aliasing.
12534         (syms_of_macterm): DEFVAR_LISP and initialize it.
12535         (mac_draw_string_common): Use core graphics text rendering if
12536         mac-allow-anti-aliasing is enabled.
12538         * macfns.c (Fx_file_dialog): Save As dialog includes only the
12539         file name in the text box.
12541 2005-01-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12543         * macfns.c (x_set_foreground_color, x_set_background_color):
12544         Sync with xfns.c.
12545         (mac_window, x_create_tip_frame): Use XSetWindowBackground.
12546         * macterm.c (XSetBackground, XSetWindowBackground): New functions.
12547         * macterm.h (XSetBackground, XSetWindowBackground): Add externs.
12549 2005-01-14  Kim F. Storm  <storm@cua.dk>
12551         * keyboard.c (Fposn_at_x_y): Add optional arg WHOLE.
12553 2005-01-13  Richard M. Stallman  <rms@gnu.org>
12555         * keymap.c (Fcurrent_active_maps): Ignore Voverriding_local_map
12556         if Voverriding_terminal_local_map is non-nil.
12558         * keyboard.c (syms_of_keyboard): Doc fix.
12560 2005-01-13  Kim F. Storm  <storm@cua.dk>
12562         * xdisp.c (Fformat_mode_line): Fix last change.  Remove NO_PROPS arg
12563         (specify 0 for FACE instead).  Reorder arg list.  Doc fix.
12565 2005-01-12  Richard M. Stallman  <rms@gnu.org>
12567         * xdisp.c (Fformat_mode_line): New arg FACE specifies a default
12568         face property for characters that don't specify one.
12570         * fns.c (Frequire): Record in load-history unconditionally.
12572 2005-01-10  Kim F. Storm  <storm@cua.dk>
12574         * dispextern.h (merge_faces): Rename from merge_into_realized_face.
12576         * xfaces.c (merge_faces): Rename from merge_into_realized_face.
12577         Callers changed.
12578         Add support to merge with lisp face id too (if face_name is t).
12580         * xdisp.c (get_next_display_element, next_element_from_display_vector):
12581         Don't lookup lface_id from display table glyphs here; instead use
12582         merge_faces to merge the lisp face id into current face.
12584 2005-01-09  Kim F. Storm  <storm@cua.dk>
12586         * dispextern.h (struct it): New member dpvec_face_id.
12587         (merge_into_realized_face): Add prototype.
12589         * xfaces.c (merge_into_realized_face): New function.  Used to
12590         merge escape-glyph face or face from display table into current face.
12592         * xdisp.c (Vshow_nonbreak_escape): New lisp var.
12593         (syms_of_xdisp): DEFVAR_LISP it.
12594         (escape_glyph_face): Remove var.
12595         (redisplay_window): Don't initialize it.
12596         (setup_for_ellipsis, get_next_display_element):
12597         Set it->dpvec_face_id to -1.
12598         (get_next_display_element): Test Vshow_nonbreak_escape.
12599         Do not setup escape_glyph_face.
12600         Properly merge escape-glyph face or face from display table with
12601         current face for escape and control characters.
12602         Set it->dpvec_face_id to relevant face id instead of adding it to each
12603         element of display vector.
12604         (next_element_from_display_vector): If it->dpvec_face_id is set,
12605         use that instead of lface_id from glyph itself.
12607 2005-01-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12609         * xterm.h (struct x_output): New member, toolbar_detached.
12611         * gtkutil.c (xg_create_frame_widgets): Set initial tool bar height to
12612         38.
12613         (xg_tool_bar_detach_callback): Set toolbar_detached to 1.
12614         (xg_tool_bar_attach_callback): Set toolbar_detached to 0.
12615         (xg_create_tool_bar): Initialize toolbar_detached.
12616         (update_frame_tool_bar): Only set FRAME_TOOLBAR_HEIGHT (f) if
12617         toolbar_detached is zero.
12619 2005-01-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12621         * xmenu.c (create_and_show_popup_menu): Pass zero as button to
12622         gtk_menu_popup if not for_click, so callbacks for the menu are called.
12624         * gtkutil.c (xg_gtk_scroll_destroy, xg_create_scroll_bar)
12625         (xg_tool_bar_callback, xg_tool_bar_help_callback)
12626         (update_frame_tool_bar): Cast to EMACS_INT to avoid compiler warning.
12628         * xselect.c (x_get_foreign_selection, x_fill_property_data)
12629         (Fx_get_atom_name, Fx_send_client_event): Replace XFLOAT with
12630         XFLOAT_DATA to get extract number from Lisp object.
12632 2005-01-07  Kim F. Storm  <storm@cua.dk>
12634         * xdisp.c (set_iterator_to_next): Fix 2004-12-13 change.
12635         Set stop_charpos to current charpos instead of 0.
12637 2005-01-06  Nick Roberts  <nickrob@snap.net.nz>
12639         * xdisp.c (Fformat_mode_line): First arg now required.
12641 2005-01-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12643         * macterm.c (XLoadQueryFont): Correctly handle 0 size
12644         font widths that are returned from some Japanese fonts.
12646 2005-01-06  Kim F. Storm  <storm@cua.dk>
12648         * fringe.c (fringe_faces): Change to Lisp_Object pointer.
12649         (draw_fringe_bitmap_1): Lookup user defined fringe faces here.
12650         (destroy_fringe_bitmap): Set fringe_faces element to nil.
12651         (Fdefine_fringe_bitmap, init_fringe): Change allocation of
12652         fringe_faces array and init elements to nil.
12653         (Fset_fringe_bitmap_face): Set fringe_faces to face name instead of
12654         non-persistent face id.
12655         (mark_fringe_data): New function for GC.
12657         * alloc.c (mark_fringe_data): Declare extern.
12658         (Fgarbage_collect): Call mark_fringe_data.
12660         * alloc.c (overrun_check_free): Invalidate freed memory if
12661         XMALLOC_CLEAR_FREE_MEMORY is defined.
12663 2005-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12665         * macfns.c: Include sys/param.h.
12666         [TARGET_API_MAC_CARBON] (mac_nav_event_callback): New declaration
12667         and function.
12668         [TARGET_API_MAC_CARBON] (Fx_file_dialog): Use MAXPATHLEN for size
12669         of filename string.  Set event callback function when creating
12670         dialog boxes.  Add code conversions for filenames.  Don't dispose
12671         of apple event descriptor record if failed to create it.
12673         * macterm.c: Include sys/param.h.
12674         [USE_CARBON_EVENTS] (mac_handle_window_event): Add handler for
12675         kEventWindowUpdate.
12676         (install_window_handler) [USE_CARBON_EVENTS]: Register it.
12677         (do_ae_open_documents) [TARGET_API_MAC_CARBON]: Get FSRef instead
12678         of FSSpec from apple event descriptor record.
12679         (do_ae_open_documents) [TARGET_API_MAC_CARBON]: Use MAXPATHLEN for
12680         size of filename string.
12681         [TARGET_API_MAC_CARBON] (mac_do_receive_drag): Likewise.
12682         [TARGET_API_MAC_CARBON] (mac_do_receive_drag): Return error when a
12683         file dialog is in action.
12684         [TARGET_API_MAC_CARBON] (mac_do_track_drag): Likewise.
12685         Reject only when there are no filename items.  Set background color
12686         before (un)highlighting the window below the dragged items.
12687         (XTread_socket) [USE_CARBON_EVENTS]: Don't call do_window_update.
12689 2005-01-05  Romain Francoise  <romain@orebokech.com>
12691         * term.c (encode_terminal_code): Fix buffer size computation.
12693 2005-01-04  Richard M. Stallman  <rms@gnu.org>
12695         * xdisp.c (Fformat_mode_line): Doc fix.
12697 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12699         * alloc.c (refill_memory_reserve): Move.
12700         (emacs_blocked_free, emacs_blocked_malloc, emacs_blocked_realloc)
12701         (reset_malloc_hooks, uninterrupt_malloc) [SYNC_INPUT]: Don't define.
12703 2005-01-03  Richard M. Stallman  <rms@gnu.org>
12705         * window.c (window_scroll_pixel_based): Don't correct preserve_y
12706         for CURRENT_HEADER_LINE_HEIGHT when moving backwards.
12708 2005-01-03  Jason Rumney  <jasonr@gnu.org>
12710         * w32bdf.c (w32_load_bdf_font): Set fontp->average_width and
12711         fontp->space_width to FONT_WIDTH so they are valid.
12713         * w32fns.c (w32_load_system_font): Set FONT_WIDTH to maximum, not
12714         average width.  Set fontp->average_width and fontp->space_width to
12715         their appropriate values.
12717         * w32term.c (x_new_font): Set FRAME_COLUMN_WIDTH to
12718         fontp->average_width, not FONT_WIDTH.  Set FRAME_SPACE_WIDTH to
12719         fontp->space_width.
12721 2005-01-03  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12723         * macterm.c (x_new_font): Set FRAME_SPACE_WIDTH.
12724         (x_font_min_bounds, XLoadQueryFont): Use the correct font width
12725         metrics for max and min bounds.
12726         (x_load_font): Correctly calculate average font width metrics.
12728 2005-01-02  Richard M. Stallman  <rms@gnu.org>
12730         * alloc.c (Fgarbage_collect): Don't truncate_undo_list on dead buffers.
12732 2004-12-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12734         * xterm.c (handle_one_xevent): Clear area in expose event for GTK.
12736 2004-12-31  Richard M. Stallman  <rms@gnu.org>
12738         * xdisp.c (setup_for_ellipsis, get_next_display_element):
12739         Set it->ellipsis_p to 1 or 0.
12740         (display_line): Record whether row ends in mid-ellipsis.
12741         (set_cursor_from_row): If ends in ellipsis, find start of it.
12742         (cursor_row_p): If PT's at the end of the ellipsis the row
12743         ends within, don't display cursor on this row.
12745         * dispextern.h (struct it): New element ellipsis_p.
12746         (struct glyph_row): New element ends_in_ellipsis_p.
12748         * xdisp.c (BUFFER_POS_REACHED_P): We haven't reached the specified
12749         position if we're reading from something other than the buffer.
12751         * window.c (window_scroll_pixel_based): Only look at
12752         Vscroll_preserve_screen_position if the old PT can't be kept.
12753         (syms_of_window) <scroll-preserve-screen-position>: Doc fix.
12755 2004-12-30  Kim F. Storm  <storm@cua.dk>
12757         * xdisp.c (get_line_height_property): New function extracted from
12758         original calc_line_height_property.
12759         (calc_line_height_property): Rework.  Handle t and (nil . ratio).
12760         (x_produce_glyphs): Use them to handle line-height and
12761         line-spacing according to new height spec.
12762         (Qtotal): Remove.
12763         (syms_of_xdisp): Remove intern and staticpro for Qtotal.
12765 2004-12-30  Kenichi Handa  <handa@m17n.org>
12767         * fileio.c (Finsert_file_contents): Don't use
12768         current_buffer->buffer_file_coding_system even if REPLACE is
12769         non-nil.  Call Qafter_insert_file_set_coding with the second arg VISIT.
12771         * fontset.h (struct font_info): New members space_width and
12772         average_width.
12774         * frame.h (struct frame): New member space_width.
12775         (FRAME_SPACE_WIDTH): New macro.
12777         * xterm.h (struct x_display_info): New member Xatom_AVERAGE_WIDTH.
12779         * xterm.c (x_new_font): Set FRAME_COLUMN_WIDTH to
12780         fontp->average_width, not FONT_WIDTH.  Set FRAME_SPACE_WIDTH to
12781         fontp->space_width.
12782         (x_load_font): Calculate fontp->space_width and fontp->average_width.
12783         (x_term_init): Initialize dpyinfo->Xatom_AVERAGE_WIDTH.
12785         * xdisp.c (x_produce_glyphs): Calculate tab width by
12786         FRAME_SPACE_WIDTH, not FRAME_COLUMN_WIDTH.
12788 2004-12-29  Sanghyuk Suh  <han9kin@mac.com>
12790         * macterm.c (SelectionRange): Add Xcode position apple event struct.
12791         (do_ae_open_documents): Handle Xcode-style file position open events.
12793 2004-12-29  Luc Teirlinck  <teirllm@auburn.edu>
12795         * buffer.c (syms_of_buffer) <vertical-scroll-bar>: Correct typo.
12797 2004-12-29  Richard M. Stallman  <rms@gnu.org>
12799         * buffer.c (syms_of_buffer) <vertical-scroll-bar>: Doc fix.
12801 2004-12-29  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12803         * macfns.c (install_window_handler): Modify extern to return OSErr
12804         value.
12805         (mac_window): Handle return value of install_window_handler.
12807         * macterm.c (reflect_byte): Remove function.
12808         (mac_create_bitmap_from_bitmap_data): Don't call reflect_byte.
12809         Lookup table instead.
12810         (mac_do_font_lists): Simplify calculation of the longest
12811         nonspecial string.
12812         (init_mac_drag_n_drop): Remove function and declaration.
12813         (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
12814         init_mac_drag_n_drop.
12815         (mac_do_track_drag): New function and declaration.
12816         (install_window_handler): Return OSErr value.
12817         (install_window_handler) [TARGET_API_MAC_CARBON]:
12818         Register handlers for tracking/receiving drag-and-drop items.
12819         (do_ae_open_documents): Generate unibyte strings for filenames.
12820         (mac_do_receive_drag) [TARGET_API_MAC_CARBON]: Likewise.
12821         Reject only non-filename items.  Set event modifiers, and return value.
12823 2004-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
12825         * coding.c (decode_coding): Fix previous change.
12827 2004-12-28  Richard M. Stallman  <rms@gnu.org>
12829         * xdisp.c (back_to_previous_visible_line_start):
12830         Don't call handle_display_prop.
12832 2004-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
12834         * coding.c (decode_coding_XXX, decode_composition_emacs_mule)
12835         (decode_coding_emacs_mule, encode_coding_emacs_mule)
12836         (decode_coding_iso2022, encode_designation_at_bol)
12837         (encode_coding_iso2022, decode_coding_sjis_big5, decode_eol)
12838         (decode_coding): Constify arguments and local vars.
12840 2004-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12842         * xmenu.c (popup_get_selection): Only pop down dialogs
12843         on C-g and Escape.
12844         (popup_get_selection): Remove parameter down_on_keypress.
12845         (create_and_show_popup_menu, create_and_show_dialog):
12846         Remove parameter down_on_keypress to popup_get_selection.
12848 2004-12-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12850         * dispextern.h: Change HAVE_CARBON to MAC_OS.
12851         (struct glyph_string): Likewise.
12853         * emacs.c (main) [MAC_OS8]: Call mac_term_init instead of
12854         mac_initialize.
12856         * fileio.c (Fnext_read_file_uses_dialog_p, Fread_file_name):
12857         Change TARGET_API_MAC_CARBON to HAVE_CARBON.
12859         * fns.c (vector): Change MAC_OSX to MAC_OS.
12861         * frame.c (x_set_frame_parameters, x_report_frame_params)
12862         (x_set_fullscreen): Remove #ifndef HAVE_CARBON.
12863         (x_set_border_width, Vdefault_frame_scroll_bars):
12864         Change HAVE_CARBON to MAC_OS.
12866         * image.c [MAC_OS]: Include sys/stat.h.
12867         [MAC_OS && !MAC_OSX]: Include sys/param.h, ImageCompression.h, and
12868         QuickTimeComponents.h.
12870         * mac.c [!MAC_OSX] (mac_wait_next_event): Add extern.
12871         [!MAC_OSX] (select): Use mac_wait_next_event.
12872         [!MAC_OSX] (run_mac_command): Change EXEC_SUFFIXES to Vexec_suffixes.
12873         [!MAC_OSX] (select, run_mac_command): Change `#ifdef
12874         TARGET_API_MAC_CARBON' to `#if TARGET_API_MAC_CARBON'.
12875         (mac_clear_font_name_table): Add extern.
12876         (Fmac_clear_font_name_table): New defun.
12877         (syms_of_mac): Defsubr it.
12878         [MAC_OSX] (SELECT_POLLING_PERIOD_USEC): New define.
12879         [MAC_OSX] (select_and_poll_event): New function.
12880         [MAC_OSX] (sys_select): Use it.
12881         [MAC_OSX && SELECT_USE_CFSOCKET] (socket_callback): New function.
12882         [MAC_OSX && SELECT_USE_CFSOCKET]
12883         (SELECT_TIMEOUT_THRESHOLD_RUNLOOP, EVENT_CLASS_SOCK): New defines.
12884         [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]: Use CFSocket and
12885         RunLoop for simultaneously monitoring two kinds of inputs, window
12886         events and process outputs, without periodically polling.
12888         * macfns.c (mac_initialized): Remove extern.
12889         (stricmp): Put in #if 0.  All callers changed to use xstricmp in
12890         xfaces.c.
12891         (strnicmp): Decrement `n' at the end of each loop, not the beginning.
12892         (check_mac): Use the term "Mac native windows" instead of "Mac OS".
12893         (check_x_display_info, x_display_info_for_name): Sync with xfns.c.
12894         (mac_get_rdb_resource): New function (from w32reg.c).
12895         (x_get_string_resource): Use it.
12896         (install_window_handler): Add extern.
12897         (mac_window): New function.
12898         (Fx_create_frame): Use it instead of make_mac_frame.
12899         Set parameter for Qfullscreen.  Call x_wm_set_size_hint.
12900         (Fx_open_connection, Fx_close_connection): New defuns.
12901         (syms_of_macfns): Defsubr them.
12902         (x_create_tip_frame) [TARGET_API_MAC_CARBON]:
12903         Add kWindowNoUpdatesAttribute to the window attribute.
12904         (x_create_tip_frame) [!TARGET_API_MAC_CARBON]: Use NewCWindow.
12905         (x_create_tip_frame): Don't call ShowWindow.
12906         (Fx_show_tip): Call ShowWindow.
12907         (Fx_file_dialog): Change `#ifdef TARGET_API_MAC_CARBON' to `#if
12908         TARGET_API_MAC_CARBON'.
12909         (mac_frame_parm_handlers): Set handlers for Qfullscreen.
12910         (syms_of_macfns) [MAC_OSX]: Initialize mac_in_use to 0.
12912         * macgui.h [!MAC_OSX]: Don't include Controls.h.  Include Windows.h.
12913         (Window): Typedef to WindowPtr and move outside `#if
12914         TARGET_API_MAC_CARBON'.
12915         (XSizeHints): New struct.
12917         * macterm.c (x_update_begin, x_update_end)
12918         [TARGET_API_MAC_CARBON]: Disable screen updates during update of a
12919         frame.
12920         (x_draw_glyph_string_background, x_draw_glyph_string_foreground)
12921         [MAC_OS8]: Use XDrawImageString/XDrawImageString16.
12922         (construct_mouse_click): Put in #if 0.
12923         (x_check_fullscreen, x_check_fullscreen_move): Remove decls.
12924         (x_scroll_bar_create, x_scroll_bar_handle_click): Change `#ifdef
12925         TARGET_API_MAC_CARBON' to `#if TARGET_API_MAC_CARBON'.
12926         (activate_scroll_bars, deactivate_scroll_bars)
12927         [!TARGET_API_MAC_CARBON]: Use ActivateControl/DeactivateControl.
12928         (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Reposition window
12929         if the position is neither user-specified nor program-specified.
12930         (x_free_frame_resources): Free size_hints.
12931         (x_wm_set_size_hint): Allocate size_hints if needed.  Set size_hints.
12932         (mac_clear_font_name_table): New function.
12933         (mac_do_list_fonts): Initialize font_name_table if needed.
12934         (x_list_fonts): Don't initialize font_name_table.  Add BLOCK_INPUT
12935         around mac_do_list_fonts.
12936         (mac_unload_font): New function.
12937         (x_load_font): Add BLOCK_INPUT around XLoadQueryFont.
12938         (init_mac_drag_n_drop, mac_do_receive_drag): Enclose declarations
12939         and definitions with #if TARGET_API_MAC_CARBON.
12940         [USE_CARBON_EVENTS] (mac_handle_window_event): Add decl.
12941         (install_window_handler): Add decl.
12942         (do_window_update): Add BeginUpdate/EndUpdate for the tooltip
12943         window.  Use UpdateControls.  Get the rectangle that should be
12944         updated and restrict the target of expose_frame to it.
12945         (do_grow_window): Set minimum height/width according to size_hints.
12946         (do_grow_window) [TARGET_API_MAC_CARBON]: Use ResizeWindow.
12947         (do_zoom_window): Don't use x_set_window_size.
12948         [USE_CARBON_EVENTS] (mac_handle_window_event): New function.
12949         (install_window_handler): New function.
12950         [!USE_CARBON_EVENTS] (mouse_region): New variable.
12951         [!USE_CARBON_EVENTS] (mac_wait_next_event): New function.
12952         (XTread_socket) [USE_CARBON_EVENTS]: Move call to
12953         GetEventDispatcherTarget inside BLOCK_INPUT.
12954         (XTread_socket) [!USE_CARBON_EVENTS]: Use mac_wait_next_event.
12955         Update mouse_region when mouse is moved.
12956         (make_mac_frame): Remove.
12957         (make_mac_terminal_frame): Put in #ifdef MAC_OS8.
12958         Initialize mouse pointer shapes.  Change values of f->left_pos and
12959         f->top_pos.  Don't use make_mac_frame.  Use NewCWindow.
12960         Don't call ShowWindow.
12961         (mac_initialize_display_info) [MAC_OSX]: Create mac_id_name from
12962         Vinvocation_name and Vsystem_name.
12963         (mac_make_rdb): New function (from w32term.c).
12964         (mac_term_init): Use it.  Add BLOCK_INPUT.  Error if display has
12965         already been opened.  Don't pass argument to
12966         mac_initialize_display_info.  Don't set dpyinfo->height/width.
12967         Add entries to x_display_list and x_display_name_list.
12968         (x_delete_display): New function.
12969         (mac_initialize): Don't call mac_initialize_display_info.
12970         (syms_of_macterm) [!MAC_OSX]: Don't call Fprovide.
12972         * macterm.h (check_mac): Add extern.
12973         (struct mac_output): New member size_hints.
12974         (FRAME_SIZE_HINTS): New macro.
12975         (mac_unload_font): Add extern.
12977         * xdisp.c (expose_window, expose_frame): Remove kludges for Mac.
12979         * xfaces.c (clear_font_table) [MAC_OS]: Call mac_unload_font.
12981 2004-12-27  Richard M. Stallman  <rms@gnu.org>
12983         * buffer.c (Fbuffer_disable_undo): Delete (move to simple.el).
12984         (syms_of_buffer): Don't defsubr it.
12986         * process.c (list_processes_1): Set undo_list instead
12987         of calling Fbuffer_disable_undo.
12989         * xdisp.c (single_display_spec_string_p): Rename from
12990         single_display_prop_string_p.
12991         (single_display_spec_intangible_p): Rename from
12992         single_display_prop_intangible_p.
12993         (handle_single_display_spec): Rename from handle_single_display_prop.
12994         Rewritten to be easier to understand.
12996         Change in load-history format.  Functions now get (defun . NAME),
12997         and variables get just NAME.
12999         * data.c (Fdefalias): Use (defun . FN_NAME) in LOADHIST_ATTACH.
13001         * eval.c (Fdefun, Fdefmacro): Use (defun . FN_NAME) in LOADHIST_ATTACH.
13002         (Fdefvaralias, Fdefvar, Fdefconst): Use just SYM in LOADHIST_ATTACH.
13003         (Qdefvar): Var deleted.
13004         (syms_of_eval): Don't initialze it.
13006         * lread.c (syms_of_lread) <load-history>: Doc fix.
13008 2004-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13010         * xmenu.c (popup_get_selection): Pop down on C-g.
13011         (set_frame_menubar): Install translations for Lucid/Motif/Lesstif that
13012         pops down menu on C-g.
13013         (xdialog_show): If dialog popped down and no button in the dialog was
13014         pushed, call Fsignal to quit.
13015         (xmenu_show): In no toolkit version, if menu returns NO_SELECT call
13016         Fsignal to quit.
13018         * xfns.c (Fx_file_dialog): Motif/Lesstif version: Pop down on C-g.
13020         * gtkutil.c (xg_initialize): Install bindings for C-g so that
13021         dialogs and menus pop down.
13023 2004-12-27  Kenichi Handa  <handa@m17n.org>
13025         * coding.c (code_convert_region): Fix calculation of `ratio'.
13027 2004-12-25  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13029         * gtkutil.c (update_frame_tool_bar): Make the value of
13030         tool-bar-button-margin control margins of images in tool bar.
13032         * alloc.c (check_depth): New variable.
13033         (overrun_check_malloc, overrun_check_realloc): Only add
13034         overhead and write check pattern if check_depth is 1 (to handle
13035         recursive calls).  Increase/decrease check_depth in entry/exit.
13036         (overrun_check_free): Only check for overhead if check_depth is 1.
13037         Increase/decrease check_depth in entry/exit.
13039 2004-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13041         * keyboard.c (input_available_signal): Call SIGNAL_THREAD_CHECK
13042         before touching input_available_clear_time, to avoid accessing it
13043         from multiple threads.
13045 2004-12-23  Jason Rumney  <jasonr@gnu.org>
13047         * image.c (__WIN32__) [HAVE_NTGUI]: Define for correct behaviour
13048         of JPEG library.
13050 2004-12-22  Richard M. Stallman  <rms@gnu.org>
13052         * emacs.c (main): If batch mode, set Vundo_outer_limit to nil.
13054         * lisp.h (Vundo_outer_limit): Fix decl.
13056         * undo.c (Vundo_outer_limit): Replaces undo_outer_limit.
13057         Uses changed.
13058         (syms_of_undo): Initialize appropriately.
13059         (truncate_undo_list): If it's nil, there's no limit.
13061 2004-12-22  Kenichi Handa  <handa@m17n.org>
13063         * xselect.c (Fx_get_cut_buffer_internal): Return a unibyte string.
13065 2004-12-21  Richard M. Stallman  <rms@gnu.org>
13067         * eval.c (unwind_to_catch): Clear immediate_quit.
13069         * xdisp.c (get_next_display_element): Display codes 8a0 and 8ad
13070         specially as `\ ' and `\-'.
13072         * keyboard.c (kbd_buffer_store_event_hold):
13073         In the code for while-no-input, handle immediate_quit.
13075         * alloc.c (Fgarbage_collect): Update call to truncate_undo_list.
13076         Call that at the very start.
13077         (undo_limit, undo_strong_limit, undo_outer_limit): Move to undo.c.
13078         (syms_of_alloc): Don't define undo-limit,
13079         undo-strong-limit and undo-outer-limit here.
13081         * undo.c (truncate_undo_list): Return void.
13082         Take just one argument, the buffer.
13083         Make it current, and inhibit recursive GC.
13084         Access and update the undo list directly; return void.
13085         Refer to the undo...limit variables directly.
13086         Test undo_outer_limit only after counting the whole current command.
13087         When it's exceeded, call the function in undo-outer-limit-function.
13088         (undo_limit, undo_strong_limit, undo_outer_limit): From alloc.c.
13089         (Vundo_outer_limit_function): New variable.
13090         (syms_of_undo): Define undo-limit, undo-strong-limit
13091         and undo-outer-limit here, and undo-outer-limit-function.
13092         Doc fixes.
13094         * lisp.h (truncate_undo_list): Update decl.
13096 2004-12-21  Piet van Oostrum  <piet@cs.uu.nl>
13098         * fileio.c (Fread_file_name): Delete duplicates in
13099         file-name-history when history_delete_duplicates is true.
13101 2004-12-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13103         * macterm.c (mac_do_list_fonts): Fix memory leak.
13105 2004-12-20  Richard M. Stallman  <rms@gnu.org>
13107         * regex.c (re_match_2_internal) <symend, wordend>:
13108         Fix calls to UPDATE_SYNTAX_TABLE_FORWARD.
13110 2004-12-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13112         * macterm.c (endif, x_font_name_to_mac_font_name):
13113         Use maccentraleurroman instead of maccentraleuropean
13114         (mac_c_string_match, mac_do_list_fonts): Speed up font search by
13115         quickly finding a specific font without needing regexps.
13117 2004-12-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13119         * syssignal.h: Declare main_thread.
13120         (SIGNAL_THREAD_CHECK): New macro.
13122         * keyboard.c (input_available_signal): Move thread checking code
13123         to macro SIGNAL_THREAD_CHECK and call that macro.
13124         (interrupt_signal): Call SIGNAL_THREAD_CHECK.
13126         * alloc.c (uninterrupt_malloc): Move main_thread to emacs.c.
13128         * emacs.c: Define main_thread.
13129         (main): Initialize main_thread.
13130         (handle_USR1_signal, handle_USR2_signal, fatal_error_signal)
13131         (memory_warning_signal): Call SIGNAL_THREAD_CHECK.
13133         * floatfns.c (float_error): Call SIGNAL_THREAD_CHECK.
13135         * dispnew.c (window_change_signal): Call SIGNAL_THREAD_CHECK.
13137         * sysdep.c (select_alarm): Call SIGNAL_THREAD_CHECK.
13139         * process.c (send_process_trap, sigchld_handler):
13140         Call SIGNAL_THREAD_CHECK.
13142         * data.c (arith_error): Call SIGNAL_THREAD_CHECK.
13144         * atimer.c (alarm_signal_handler): Call SIGNAL_THREAD_CHECK.
13146         * xterm.c (xg_scroll_callback): Update XG_LAST_SB_DATA before
13147         returning when xg_ignore_gtk_scrollbar is true.
13149 2004-12-14  Kim F. Storm  <storm@cua.dk>
13151         * keyboard.c (read_char): Save and restore echo_string when
13152         handling input method.
13154 2004-12-13  Richard M. Stallman  <rms@gnu.org>
13156         * eval.c (syms_of_eval) <quit-flag>: Doc fix.
13158         * keyboard.c (Vthrow_on_input): New variable.
13159         (syms_of_keyboard): Defvar and initialize it.
13160         (kbd_buffer_store_event_hold): Handle Vthrow_on_input.
13162         * lisp.h (QUIT): Check for Vthrow_on_input.
13163         (Vthrow_on_input): Declare it.
13165 2004-12-13  Kim F. Storm  <storm@cua.dk>
13167         * xdisp.c (set_iterator_to_next): Reset stop_charpos after display
13168         vector.
13170 2004-12-12  Richard M. Stallman  <rms@gnu.org>
13172         * indent.c (Fvertical_motion): Call move_it_by_lines even if LINES = 0.
13174         * minibuf.c (Fall_completions): Add var `zero' and use it in loop.
13175         (Ftry_completion): Really use outer `zero'; eliminate inner one.
13177 2004-12-12  Kenichi Handa  <handa@m17n.org>
13179         * term.c (encode_terminal_code): Fix previous change.
13181 2004-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13183         * keyboard.c (handle_async_input): Remove pthread mutex handling.
13184         (input_available_signal): Move pthread thingy to !SYNC_INPUT branch.
13186         * syntax.c (Fforward_word): Avoid non-idempotent side-effects
13187         in macro arguments.
13189         * minibuf.c (Ftry_completion, Fall_completions): Don't use
13190         XFASTINT blindly.
13192         * emacs.c (main, Fdump_emacs): Don't touch malloc hooks if SYNC_INPUT.
13194 2004-12-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13196         * w32term.c (x_calc_absolute_position): Remove calculation of
13197         difference between inner and outer window.  Don't subtract difference
13198         for left and top calculations.
13200         * xterm.c (x_calc_absolute_position): Don't subtract outer_pixel_diff
13201         for left and top calculations.  Remove call to x_real_positions.
13202         [Bug report by Drew Adams in November.]
13203         (x_check_expected_move): Do not set change_gravity to 1 when calling
13204         x_set_offset.
13206 2004-12-08  Richard M. Stallman  <rms@gnu.org>
13208         * xdisp.c (get_next_display_element): Use `escape-glyph' for
13209         control chars and escaped octal codes.
13210         (Qescape_glyph): New variable.
13211         (syms_of_xdisp): Initialize it.
13212         (escape_glyph_face): New variable.
13213         (redisplay_window): Initialize it.
13215 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
13217         * image.c (our_fill_input_buffer, jpeg_load, CHECK_LIB_AVAILABLE)
13218         (init_image): Use 1 rather than TRUE.  TRUE's not always defined.
13220 2004-12-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13222         * emacs.c (Fdump_emacs): Add ! defined (SYSTEM_MALLOC) around
13223         reset_malloc_hooks.
13225         * keyboard.c (handle_async_input, input_available_signal):
13226         Add ! defined (SYSTEM_MALLOC) around thread code.
13228         * alloc.c: Add comment about the reason for (UN)BLOCK_INPUT_ALLOC.
13230 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13232         * eval.c (init_eval_once): Increase max_specpdl_size to 1000.
13234         * config.in: Regenerate.
13236 2004-12-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13238         * xmenu.c (Fx_popup_menu): Correct documentation about position.
13239         (xmenu_show): Do not call XTranslateCoordinates.  Adjust position
13240         if not given by a mouse click to correspond with x-popup-menu
13241         documentation.
13243         * config.in: Regenerate.
13245         * gtkutil.c: Include signal.h and syssignal.h.
13246         (xg_get_file_name): Block and unblock __SIGRTMIN if defined.
13248         * alloc.c: If HAVE_GTK_AND_PTHREAD, include pthread.h,
13249         new variables main_thread and alloc_mutex,
13250         define (UN)BLOCK_INPUT_ALLOC to use alloc_mutex to protect
13251         emacs_blocked_* calls and only do (UN)BLOCK_INPUT in the main thread.
13252         If not HAVE_GTK_AND_PTHREAD, (UN)BLOCK_INPUT_ALLOC is the same
13253         as (UN)BLOCK_INPUT.
13254         (emacs_blocked_free, emacs_blocked_malloc)
13255         (emacs_blocked_realloc): Use (UN)BLOCK_INPUT_ALLOC.
13256         (uninterrupt_malloc): Initialize main_thread and alloc_mutex.
13257         (reset_malloc_hooks): New function.
13259         * lisp.h: Declare reset_malloc_hooks.
13261         * emacs.c (Fdump_emacs): Call reset_malloc_hooks.
13263         * keyboard.c: Conditionally include pthread.h.
13264         (handle_async_input, input_available_signalt): If not in the main
13265         thread, block signal, send signal to main thread and return.
13267         * gtkutil.c (xg_get_file_with_chooser): Handle local files only.
13268         Set current folder in file chooser if default_filename is a directory.
13270 2004-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13272         * regex.c (GET_UNSIGNED_NUMBER): Signal an error when reaching the end.
13273         Remove redundant correctness checks.
13274         (regex_compile): Fix up error codes for \{..\} expressions.
13276 2004-12-05  Richard M. Stallman  <rms@gnu.org>
13278         * regex.c (regex_compile): Fix end-of-pattern case for space.
13280 2004-12-03  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13282         * macterm.h (cfstring_create_with_utf8_cstring): Add prototype.
13283         * mac.c (cfstring_create_with_utf8_cstring): Add to prevent
13284         crashes with invalid characters.
13285         * macmenu.c (add_menu_item): Use it.
13286         * image.c (image_load_quartz2d): Likewise.
13287         * macfns.c (x_set_name, x_set_title): Likewise.
13288         (Fx_file_dialog): Likewise.  Use constant CFRefs instead of
13289         creating them each time for labels.
13291 2004-12-02  Richard M. Stallman  <rms@gnu.org>
13293         * config.in (RE_TRANSLATE_P): If make_number is not a macro,
13294         don't use it here.
13296         * eval.c (Fcalled_interactively_p): Don't check INTERACTIVE.
13297         (interactive_p): Skip Scalled_interactively_p frames
13298         like Sinteractive_p frames.
13299         (unwind_to_catch): Clear handling_signal.
13301         * data.c (Fmake_variable_buffer_local): Doc fix.
13302         (Fmake_local_variable): Doc fix.
13304         * insdel.c (insert_from_string_before_markers)
13305         (insert_from_string): Don't modify buffer on empty insertion.
13307         * window.c (Fget_lru_window, Fget_largest_window): Doc fixes.
13309 2004-12-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13311         * macmenu.c (add_menu_item): Fallback on MacRoman if encoding
13312         menu text as UTF8 fails.
13314 2004-12-01  Kim F. Storm  <storm@cua.dk>
13316         * alloc.c: Add commentary for last change.
13317         (XMALLOC_PUT_SIZE, XMALLOC_GET_SIZE): New macros to handle
13318         sizeof(size_t) != 4.
13319         (overrun_check_malloc, overrun_check_realloc, overrun_check_free):
13320         Use them.  Also clear header and trailer of freed memory.
13321         (GC_STRING_OVERRUN_COOKIE_SIZE): Rename from GC_STRING_EXTRA.
13322         (string_overrun_cookie): Rename from string_overrun_pattern.
13323         (GC_STRING_EXTRA): Define from GC_STRING_OVERRUN_COOKIE_SIZE.
13325 2004-12-01  Andreas Schwab  <schwab@suse.de>
13327         * lisp.h: Declare string_to_multibyte.
13329 2004-12-01  Kenichi Handa  <handa@m17n.org>
13331         * w32console.c (w32con_write_glyphs): Decide coding here.
13332         Adjusted for the change of encode_terminal_code.
13334         * term.c (encode_terminal_code): Don't make it "static".
13336 2004-11-30  Kenichi Handa  <handa@m17n.org>
13338         * term.c (encode_terminal_buf, encode_terminal_bufsize): New variables.
13339         (encode_terminal_code): Argument changed.  Encode all
13340         characters at once, and return a pointer to the result of encoding.
13341         (write_glyphs): Decide coding here.  Adjusted for the above change.
13342         (insert_glyphs): Likewise.
13343         (term_init): Initialize encode_terminal_bufsize to 0.
13345         * coding.c (Vcode_conversion_workbuf_name): New variable.
13346         (syms_of_coding): Initialize and staticpro it.
13347         (set_conversion_work_buffer): New function.
13348         (run_pre_post_conversion_on_str): Use it.
13349         (run_pre_write_conversin_on_c_str): New function.
13351         * coding.h (run_pre_write_conversin_on_c_str): Extern it.
13353 2004-11-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13355         * keyboard.c: Don't undef SIGIO
13356         * s/darwin.h (NO_SOCK_SIGIO): Define NO_SOCK_SIGIO on carbon
13357         * Makefile.in (mac.o): Depend on blockinput.h and atimer.h.
13358         (macfns.o): Don't depend on ccl.h.
13359         * macfns.c (mac_frame_parm_handlers): Set handlers for
13360         Qleft_fringe and Qright_fringe.
13361         * macterm.c (mac_fill_rectangle_to_pixmap)
13362         (mac_draw_rectangle_to_pixmap, mac_copy_area_to_pixmap)
13363         (mac_copy_area_with_mask_to_pixmap, x_draw_image_foreground_1):
13364         Put in #if 0.
13365         (mac_scroll_area) [TARGET_API_MAC_CARBON]: Use ScrollWindowRect.
13366         (x_flush) [TARGET_API_MAC_CARBON]: Don't traverse frames.
13367         (XFlush) [TARGET_API_MAC_CARBON]: Define to an empty replacement.
13368         (x_draw_glyph_string_background, x_draw_glyph_string_foreground)
13369         [!MAC_OS8]: Added ifdef'd out code for os8.  Don't use
13370         XDrawImageString.  Always draw background and foreground separately.
13371         (x_draw_image_foreground): Use clipping instead of computing the
13372         intersection rectangle.
13373         (x_draw_image_glyph_string): Don't draw an image with mask to a
13374         pixmap.
13375         (x_redisplay_interface): Set flush_display_optional member to 0.
13376         (XTread_socket): Correctly reset the TEConverter
13377         object.
13379 2004-11-30  Kim F. Storm  <storm@cua.dk>
13381         * lisp.h: New defines to enable buffer overrun checking.
13382         (GC_CHECK_STRING_OVERRUN, GC_CHECK_STRING_FREE_LIST)
13383         (XMALLOC_OVERRUN_CHECK, GC_CHECK_CONS_LIST): Add.
13385         * alloc.c: Add more checks for buffer overruns.
13386         (XMALLOC_OVERRUN_CHECK_SIZE, xmalloc_overrun_check_header)
13387         xmalloc_overrun_check_trailer, overrun_check_malloc)
13388         overrun_check_realloc, overrun_check_free): Add.
13389         (GC_STRING_EXTRA, string_overrun_pattern): Add.
13390         (check_sblock, allocate_string_data, compact_small_strings):
13391         Set and check string_overrun_pattern if GC_CHECK_STRING_OVERRUN.
13392         (check_cons_list): Condition on GC_CHECK_CONS_LIST.
13393         (check_string_free_list): Add.
13394         (allocate_string, sweep_strings): Call check_string_free_list.
13396         * emacs.c (malloc_initialize_hook): Don't free malloc_state_ptr if
13397         XMALLOC_OVERRUN_CHECK to avoid crash during load.
13399 2004-11-29  Kim F. Storm  <storm@cua.dk>
13401         * fns.c (concat): Use SAFE_ALLOCA.
13403 2004-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13405         * sysdep.c (emacs_write): Don't use QUIT.
13407 2004-11-29  Kenichi Handa  <handa@m17n.org>
13409         * buffer.c (init_buffer): Set current_buffer->directory to a
13410         multibyte string made by string_to_multibyte.
13412         * emacs.c (init_cmdargs): Set unibyte strings in Vcommand_line_args.
13414 2004-11-27  Andreas Schwab  <schwab@suse.de>
13416         * alloc.c (mark_stack): Call GC_MARK_SECONDARY_STACK if defined.
13418         * s/gnu-linux.h: Enable no-op gcpros on ia64.
13419         (GC_MARK_SECONDARY_STACK) [__ia64__]: Define.
13421         * filelock.c (lock_file_1): Call get_boot_time early.
13422         Increase buffer size.
13424 2004-11-27  Eli Zaretskii  <eliz@gnu.org>
13426         * lisp.h (DECL_ALIGN): Define non-trivially only if NO_DECL_ALIGN
13427         is not defined.
13429 2004-11-27  Kim F. Storm  <storm@cua.dk>
13431         * search.c (syms_of_search) <search-spaces-regexp>: Move 'doc:'
13432         marker out of doc string.
13434 2004-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13436         * s/darwin.h (POSIX_SIGNALS): Undo the removal of 2002-08-25,
13437         which was not mentioned in the log.
13439 2004-11-26  Kim F. Storm  <storm@cua.dk>
13441         * fringe.c (update_window_fringes): Prefer truncation bitmaps over
13442         angle bitmaps at top/bottom line.
13444         * xdisp.c: Undo recent changes for restoring saved_face_id.  Instead,
13445         set it when it->method is set to next_element_from_display_vector.
13446         (setup_for_ellipsis): Add LEN argument.  Callers changed.
13447         Set it->saved_face_id.
13448         (get_next_display_element): Use loop instead of recursion.
13449         Set it->saved_face_id.  Combine duplicate code for ctr chars.
13450         (next_element_from_display_vector): Do not set it->saved_face_id.
13451         (next_element_from_ellipsis): Use setup_for_ellipsis.
13453 2004-11-26  Eli Zaretskii  <eliz@gnu.org>
13455         * eval.c (Fdefvar): Declare pdl from last change as `volatile' to
13456         prevent compiler warnings.
13458 2004-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13460         * keyboard.c (command_loop_1): Print a message describing the key
13461         the user just pressed when this key has no binding.
13463         * sysdep.c (sys_signal): Don't use SA_RESTART if SYNC_INPUT is set.
13464         (emacs_open, emacs_read, emacs_write): Check QUIT when interrupted.
13466         * lread.c (readchar): Check QUIT when `getc' is interrupted.
13468 2004-11-24  Richard M. Stallman  <rms@gnu.org>
13470         * coding.c (run_pre_post_conversion_on_str): Bind Qinhibit_read_only.
13472         * buffer.c (syms_of_buffer) <indicate-buffer-boundaries>: Doc fix.
13474 2004-11-24  Kim F. Storm  <storm@cua.dk>
13476         * xdisp.c (move_it_in_display_line_to, display_line):
13477         Restore saved_face_id also when truncate-lines or hscrolled.
13479 2004-11-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13481         * gtkutil.c (xg_get_file_name): Rename use-old-gtk-file-dialog to
13482         x-use-old-gtk-file-dialog.
13484         * xfns.c: Define x_use_old_gtk_file_dialog.
13485         (syms_of_xfns): Rename use-old-gtk-file-dialog to x-...  Move it
13486         outside ifdef USE_GTK.
13488 2004-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13490         * coding.h (ENCODE_FILE, DECODE_FILE, ENCODE_SYSTEM, DECODE_SYSTEM):
13491         Don't use XFASTINT blindly.
13493         * config.in (RE_TRANSLATE_P): Don't use XFASTINT blindly.
13495         * indent.c (skip_invisible): Avoid non-idempotent side-effects
13496         in macro arguments.
13498         * keymap.c (Flookup_key): Check INTEGERP before XINT.
13500         * lread.c (oblookup): Don't use XFASTINT blindly.
13502         * window.c (Fset_window_scroll_bars): Don't use XINT if it isn't int.
13503         (decode_next_window_args, window_loop): Don't use XFASTINT blindly.
13505 2004-11-23  Kim F. Storm  <storm@cua.dk>
13507         * dispextern.h (MATRIX_ROW_ENDS_IN_MIDDLE_OF_CHAR_P)
13508         (MATRIX_ROW_STARTS_IN_MIDDLE_OF_CHAR_P): Not if dpvec_index is zero.
13510         * xfaces.c (lookup_named_face): Add signal_p arg.  Return -1 if
13511         signal_p is zero and face name is unknown.
13512         (Fx_list_fonts): Don't signal error in lookup_named_face.
13513         (Fface_font): Signal error in lookup_named_face.
13514         (ascii_face_of_lisp_face): Likewise.
13516         * dispextern.h (lookup_named_face): Fix prototype.
13518         * xdisp.c (handle_single_display_prop): Don't signal error in
13519         lookup_named_face for unknown fringe face name.
13520         (highlight_trailing_whitespace): Don't signal error in
13521         lookup_named_face if trailing-whitespace face unknown.
13522         (calc_line_height_property): Don't signal error in
13523         lookup_named_face if specified face name is unknown.
13525         * fringe.c (update_window_fringes): Show top row indicator if
13526         window has header-line.  Don't show arrow at bob and eob
13527         if the boundary indicators are not used.
13528         (Fset_fringe_bitmap_face): Signal error in lookup_named_face.
13530         * window.c (set_window_buffer): Clear display_error_modiff.
13532 2004-11-22  Kim F. Storm  <storm@cua.dk>
13534         * fringe.c (update_window_fringes): Provide sensible fall-back
13535         value for non-nil indicate-buffer-boundaries setting.
13537 2004-11-22  Markus Rost  <rost@ias.edu>
13539         * minibuf.c (Fminibuffer_complete_and_exit): Fix previous change.
13541 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13543         * eval.c (Fdefvar): Warn when var is let-bound but globally void.
13545 2004-11-21  Kim F. Storm  <storm@cua.dk>
13547         * xdisp.c (erase_phys_cursor): Clear hollow cursor inside TEXT_AREA.
13549         * xterm.c (x_clip_to_row): Add area arg.  Callers changed.
13550         (x_draw_hollow_cursor, x_draw_bar_cursor): Clip to TEXT_AREA.
13552         * w32term.c (w32_clip_to_row): Add area arg.  Callers changed.
13553         (x_draw_hollow_cursor, x_draw_bar_cursor): Clip to TEXT_AREA.
13555         * macterm.c (x_clip_to_row): Add area arg.  Callers changed.
13556         (x_draw_hollow_cursor, x_draw_bar_cursor): Clip to TEXT_AREA.
13558         * xdisp.c (move_it_in_display_line_to, display_line):
13559         Restore saved_face_id if overflow-newline-into-fringe is enabled and
13560         line is continued before or in middle of element from display vector.
13562         * indent.c (Fvertical_motion): Fix last change.  Use another
13563         method to detect if iterator moved too far ahead after reseat.
13565         * xdisp.c (IT_EXPAND_MATRIX_WIDTH): New macro.  Do not
13566         expand matrix width for overflow in zero-width area.
13567         (append_glyph, append_composite_glyph, produce_image_glyph)
13568         (append_stretch_glyph): Use it to avoid loop in redisplay.
13569         (note_mode_line_or_margin_highlight): Don't let help-echo from
13570         string override help-echo from image map.
13572 2004-11-20  Luc Teirlinck  <teirllm@auburn.edu>
13574         * fns.c (Fyes_or_no_p): Call Fread_from_minibuffer with extra argument.
13575         * callint.c (Fcall_interactively): Ditto.
13577 2004-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13579         * minibuf.c (Fminibuffer_complete_and_exit):
13580         Fixup the case of the completed value, for case-indep completion.
13582 2004-11-20  Richard M. Stallman  <rms@gnu.org>
13584         * lisp.h (Fread_from_minibuffer): Add arg in decl.
13586         * minibuf.c (read_minibuf): New arg KEEP_ALL.  Callers changed.
13587         (Fread_from_minibuffer): New arg KEEP_ALL.  Callers changed.
13589         * search.c (Vsearch_spaces_regexp):
13590         Rename from Vsearch_whitespace_regexp.  All uses changed.
13592 2004-11-20  Thien-Thi Nguyen  <ttn@gnu.org>
13594         * eval.c (init_eval_once): Increase `max_specpdl_size' to 650.
13596 2004-11-19  Richard M. Stallman  <rms@gnu.org>
13598         * search.c (Vsearch_whitespace_regexp): New variable.
13599         (syms_of_search): Defvar it.
13600         (compile_pattern_1): Call re_set_whitespace_regexp with it.
13601         (search_buffer): No regexp is trivial if Vsearch_whitespace_regexp
13602         is non-nil.
13603         (struct regexp_cache): New element whitespace_regexp.
13604         (syms_of_search): Initialize whitespace_regexp elements.
13605         (compile_pattern): Compare whitespace_regexp elements.
13606         (compile_pattern_1): Set whitespace_regexp elements.
13608         * regex.c (regex_compile): Substitute whitespace_regexp
13609         for spaces, if it is nonzero.
13610         (whitespace_regexp): New variable.
13611         (re_set_whitespace_regexp): New function.
13613 2004-11-19  Kim F. Storm  <storm@cua.dk>
13615         * indent.c (Fvertical_motion): Fix last change.
13617 2004-11-18  Kim F. Storm  <storm@cua.dk>
13619         * indent.c (Fvertical_motion): Undo 2004-11-16 change.
13620         Instead, move back again if reseating moves too far ahead.
13622 2004-11-17  Luc Teirlinck  <teirllm@auburn.edu>
13624         * xdisp.c (message3): Call clear_message.
13626 2004-11-17  Kim F. Storm  <storm@cua.dk>
13628         * xdisp.c (erase_phys_cursor): Adjust cursor row visible height.
13630 2004-11-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13632         * gtkutil.c (xg_get_file_name): Typo in HAVE_GTK_FILE_SELECTION_NEW.
13634         * xmenu.c (x_menu_in_use): Remove.
13635         (x_menu_set_in_use): Also set popup_activated_flag.
13637         * xfns.c (Fx_file_dialog): Call popup_activated instead of
13638         x_menu_in_use.  Call x_menu_set_in_use in Motif version also.
13640         * xterm.h (x_menu_in_use): Remove.
13642 2004-11-16  Richard M. Stallman  <rms@gnu.org>
13644         * keymap.c (Fmap_keymap): New arg SORT-FIRST.
13645         Use map-keymap-internal to implement that.
13647         * indent.c (Fvertical_motion): In batch mode, use vmotion directly.
13649 2004-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13651         * xdisp.c (get_glyph_string_clip_rect, init_glyph_string): Check it's
13652         a window before using XWINDOW.
13654         * window.c (make_window, Fselect_window, make_dummy_parent)
13655         (save_window_save):
13656         * frame.c (make_frame):
13657         * fns.c (concat): Avoid side-effects inside XSETFASTINT's arguments.
13659         * lisp.h (NILP): Use EQ rather than XFASTINT.
13661 2004-11-16  Kim F. Storm  <storm@cua.dk>
13663         * fringe.c (Fdefine_fringe_bitmap): Always set 'h'.  Simplify.
13665         * indent.c (Fvertical_motion): Fix last change.  Only reseat when
13666         moving backwards.
13668 2004-11-16  Luc Teirlinck  <teirllm@auburn.edu>
13670         * dispextern.h: Extern reseat_at_previous_visible_line_start.
13672 2004-11-16  Kenichi Handa  <handa@m17n.org>
13674         * xdisp.c (display_mode_element): Fix previous change (calculate
13675         end position of substring to display correctly).
13677 2004-11-16  Kim F. Storm  <storm@cua.dk>
13679         * keyboard.c (Fposn_at_point): Remove extra */ after doc string.
13680         Reported by Andrew M. Scott.
13682 2004-11-15  Kim F. Storm  <storm@cua.dk>
13684         * fns.c (Fsafe_plist_get): New defun.
13685         (syms_of_fns): Defsubr it.
13687         * lisp.h (Fsafe_plist_get): Add EXFUN.
13689         * xdisp.c (store_mode_line_string, produce_stretch_glyph):
13690         Use Fsafe_plist_get.
13691         (note_mode_line_or_margin_highlight, note_mouse_highlight):
13692         Fix image map element parsing.  Use Fsafe_plist_get.
13694 2004-11-15  Richard M. Stallman  <rms@gnu.org>
13696         * xdisp.c (get_next_display_element): Fix previous change.
13698 2004-11-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13700         * window.c (shrink_windows): Handle special case of one window left
13701         when trying to shrink the final reminder.  Grow windows if
13702         total_removed is less than total_shrink.
13704         * xmenu.c (pop_down_menu): Remove global variable current_menu,
13705         extract pointer from arg with XSAVE_VALUE.
13706         (create_and_show_popup_menu, create_and_show_dialog, xmenu_show):
13707         Construct arg to record_unwind_protect with make_save_value.
13709 2004-11-13  Richard M. Stallman  <rms@gnu.org>
13711         * xdisp.c (reseat_at_previous_visible_line_start): No longer static.
13712         (get_next_display_element): Fix previous change to apply only to \n.
13714         * indent.c (Fvertical_motion): Scan to PT from start of line to
13715         make iterator consistent.
13717         * minibuf.c (syms_of_minibuf) <completion-ignore-case>: Doc fix.
13719 2004-11-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13721         * gtkutil.c (pop_down_file_dialog): Add BLOCK_INPUT.
13723         * xfns.c (Fx_file_dialog): Call x_menu_in_use and x_menu_set_in_use.
13724         Record unwind with clean_up_file_dialog.
13726         * xterm.h (x_menu_in_use, x_menu_set_in_use, x_menu_wait_for_event):
13727         Declare.
13729         * xmenu.c (x_menu_in_use, x_menu_set_in_use): New functions.
13731 2004-11-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13733         * gtkutil.c (xg_file_sel_ok, xg_file_sel_cancel)
13734         (xg_file_sel_destroy): Remove.
13735         (xg_file_response_cb, pop_down_file_dialog)
13736         (xg_get_file_name_from_chooser, xg_get_file_name_from_selector):
13737         New functions.
13738         (xg_get_file_with_chooser, xg_get_file_with_selection):
13739         Take new arg func, set it to xg_get_file_name_from_chooser/selector.
13740         Move common code to xg_get_file_name.  Return widget created.
13741         (xg_get_file_name): Set name, transient for, modal and destroy
13742         with parent here.  Connect response signal to xg_file_response_cb,
13743         connect delete-event to gtk_true.  Record pop_down_file_dialog
13744         for unwind.  Do event loop and call x_menu_wait_for_event in loop.
13745         (xg_create_widget): Make dialogs modal.
13747         * xmenu.c (unuse_menu_items, pop_down_menu): Arg is of type
13748         Lisp_Object.
13749         (popup_get_selection): Move unwind protect ...
13750         (create_and_show_popup_menu, create_and_show_dialog): ... to here.
13751         Move destroy of widget to pop_down_menu.
13752         (popup_widget_loop): Move unwind protect ...
13753         (create_and_show_popup_menu, create_and_show_dialog): ... to here.
13754         Move destroy of widget to pop_down_menu.
13755         (pop_down_menu): BLOCK_INPUT and destroy widget/window.
13756         (xmenu_show): Record unwind pop_down_menu.  Move XMenuDestroy,
13757         x_mouse_leave and grabbed = 0 to pop_down_menu.
13759 2004-11-13  Kim F. Storm  <storm@cua.dk>
13761         * xdisp.c (make_cursor_line_fully_visible_p): New variable.
13762         (syms_of_xdisp): DEFVAR_BOOL it.
13763         (make_cursor_line_fully_visible, try_cursor_movement)
13764         (try_window_id): Use it.
13766 2004-11-12  Kim F. Storm  <storm@cua.dk>
13768         * dispextern.h (struct glyph_row): New member extra_line_spacing.
13769         (struct it): New member max_extra_line_spacing.
13770         (MR_PARTIALLY_VISIBLE, MR_PARTIALLY_VISIBLE_AT_TOP)
13771         (MR_PARTIALLY_VISIBLE_AT_BOTTOM): New helper macros.
13772         (MATRIX_ROW_PARTIALLY_VISIBLE_P): Fix to return false if invisible
13773         part of last line is only extra line spacing (so the text on the
13774         line is fully visible).  Use helper macros.
13775         Add W arg (to use them).  All callers changed.
13776         (MATRIX_ROW_PARTIALLY_VISIBLE_AT_TOP_P)
13777         (MATRIX_ROW_PARTIALLY_VISIBLE_AT_BOTTOM_P): Use helper macros.
13779         * window.c (window_scroll_pixel_based, Frecenter):
13780         Use move_it_vertically_backward directly.
13781         (Frecenter): Fix calculation of new start pos for negative arg.
13782         Before, the new start pos was sometimes chosen too far back, so
13783         the last line became only partially visible, and thus would be
13784         either only semi-visible or automatically scrolled to the middle
13785         of the window by redisplay.
13787         * xdisp.c (init_iterator): Clear it.max_extra_line_spacing.
13788         (move_it_vertically_backward): Don't recure to move further back.
13789         (move_it_vertically): Remove superfluous condition.
13790         (move_it_by_lines): Clear last_height when moved 0 lines.
13791         (resize_mini_window): Use it.max_extra_line_spacing.
13792         (display_tool_bar_line): Clear row->extra_line_spacing.
13793         (try_scrolling): Use move_it_vertically_backward directly.
13794         (redisplay_window): Likewise.
13795         (compute_line_metrics): Set row->extra_line_spacing.
13796         (display_line, display_string): Likewise.
13797         (x_produce_glyphs): Update it->max_extra_line_spacing.
13799         * xmenu.c (pop_down_menu): Return nil.
13801 2004-11-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13803         * xmenu.c (x_menu_wait_for_event): New function.
13804         (popup_get_selection, popup_widget_loop): Call x_menu_wait_for_event
13805         to handle timers.
13806         (popup_widget_loop): Add argument do_timers.
13807         (create_and_show_popup_menu, create_and_show_dialog): Pass 1 for
13808         do_timers to popup_widget_loop.
13809         (xmenu_show): Call XMenuActivateSetWaitFunction so that
13810         x_menu_wait_for_event is called by XMenuActivate.
13811         (create_and_show_popup_menu): Pass 1 for do_timers to
13812         popup_get_selection.
13813         (pop_down_menu): New function.
13814         (popup_get_selection, popup_widget_loop): Unwind protect to
13815         pop_down_menu.
13816         (popup_widget_loop): Add argument widget.
13817         (create_and_show_popup_menu, create_and_show_dialog): Pass new
13818         argument widget to popup_widget_loop.
13820 2004-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13822         * keymap.c (Fkeymap_prompt): Accept symbol keymaps.
13824 2004-11-09  Kim F. Storm  <storm@cua.dk>
13826         * xselect.c: Include <sys/types.h> and <unistd.h> (for getpid).
13827         Fix various comments referring to XEvents instead of input events.
13828         (x_queue_event): Fix format strings.
13829         (x_stop_queuing_selection_requests): Likewise.
13831         * xdisp.c (produce_image_glyph): Remove unused variable 'face_ascent'.
13832         (pint2hrstr): Add extra braces to silence compiler.
13834         * print.c (print_object): Fix format string.
13836         * lread.c (read1): Fix next_char matching.
13838         * lisp.h (Fdelete): Add EXFUN.
13839         (replace_range_2): Add prototype.
13841         * keyboard.c (read_avail_input): Remove unused variable 'discard'.
13843         * intervals.h (NULL_INTERVAL_P): Add separate version when
13844         ENABLE_CHECKING is not defined to silence compiler.
13845         (compare_string_intervals): Add prototype.
13847         * fringe.c (destroy_fringe_bitmap): Fix return type.
13848         (Ffringe_bitmaps_at_pos): Remove unused var 'old_buffer'.
13850         * emacs.c (Fdump_emacs): Fix format string.
13852         * doc.c: Include <ctype.h>.
13853         (Fsubstitute_command_keys): Remove unused variable 'firstkey'.
13855         * data.c (store_symval_forwarding): Remove unused variables.
13857         * callint.c (Fcall_interactively): Remove unused variable 'funcar'.
13859 2004-11-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13861         * Makefile.in (stamp-oldxmenu): If HAVE_GTK, don't add dependencies
13862         to ${OLDXMENU}.
13864 2004-11-09  Kim F. Storm  <storm@cua.dk>
13866         * process.c (Fmake_network_process): Remove kludge for interrupted
13867         connects on BSD.  If connect is interrupted, just close socket and
13868         start over rather than sleeping and retry with same socket.
13870 2004-11-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13872         * .cvsignore: Add buildobj.lst.
13874         * doc.c: New variable Vbuild_files.
13875         (Fsnarf_documentation): If Vbuild_files is nil, populate it with
13876         file names from buildobj.lst.  Only attach docstrings from files
13877         that are in Vbuild_files.
13878         (syms_of_doc): Defvar Vbuild_files.
13880         * Makefile.in (SOME_MACHINE_OBJECTS): Add fringe.o, image.o
13881         and w32*.o.
13882         (temacs${EXEEXT}): Generate buildobj.lst when temacs is linked.
13883         (mostlyclean): Rm buildobj.lst.
13885         * makefile.w32-in ($(TEMACS)): Generate buildobj.lst when temacs
13886         is linked.
13888 2004-11-09  Kim F. Storm  <storm@cua.dk>
13890         * fringe.c (update_window_fringes): Update fringe bitmaps if
13891         cur and row ends_at_zv_p differs.  If bitmaps of a row is updated,
13892         also update previous row to get rid of misc. artifacts.
13894 2004-11-08  Kim F. Storm  <storm@cua.dk>
13896         * xdisp.c (fast_find_position): Fix start pos if header line present.
13897         (note_mouse_highlight): Clear mouse face if we move out of text area.
13899 2004-11-08  Eli Zaretskii  <eliz@gnu.org>
13901         * editfns.c: Move #include "systime.h" before <sys/resource.h>.
13902         Don't include <sys/time.h> explicitly.
13903         Include <stdio.h> unconditionally, not just on MacOS.
13905 2004-11-08  Kenichi Handa  <handa@m17n.org>
13907         * fontset.c (fontset_pattern_regexp): Cancel my previous change;
13908         don't pay attention to '\' before '*'.
13909         (fontset_pattern_regexp): Change the meaning of the second arg.
13910         (Fnew_fontset): Call fs_query_fontset, not Fquery_fontset.
13911         (check_fontset_name): Try NAME as literal at first, and if it
13912         failes, try NAME as pattern.
13914 2004-11-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13916         * emacs.c (Fdump_emacs): Only output warning on GNU/Linux.
13918 2004-11-07  Andreas Schwab  <schwab@suse.de>
13920         * lisp.h (Fmsdos_downcase_filename): Declare.
13921         * dired.c (Fmsdos_downcase_filename): Don't declare here.
13922         * fileio.c: Likewise.
13924 2004-11-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13926         * dosfns.c (Fdos_memget, Fdos_memput): Use integer variable offs in
13927         comparisons with integers instead of Lisp_Object address.
13928         (Fmsdos_set_keyboard): Declare argument allkeys.
13930         * msdos.c (IT_set_frame_parameters): Use EQ, not ==, for Lisp_Object:s.
13932         * dired.c (Fmsdos_downcase_filename): Declare extern on MSDOS to avoid
13933         int/Lisp_Object mixup.
13935         * fileio.c: Ditto.
13937 2004-11-06  Steven Tamm  <steventamm@mac.com>
13939         * editfns.c: Need to include sys/time.h before resource.h on darwin.
13941 2004-11-06  Richard M. Stallman  <rms@gnu.org>
13943         * callint.c (Fcall_interactively): Avoid reusing EVENT for other data.
13945         * xfaces.c (merge_named_face): GCPRO the face_name in the
13946         named_merge_point struct that we make.
13947         (merge_face_heights): Eliminate GCPRO arg.  All callers changed.
13949         * keyboard.c (command_loop_1): Change Vtransient_mark_mode
13950         before deciding whether to inactivate mark.
13952 2004-11-06  Lars Brinkhoff  <lars@nocrew.org>
13954         * config.in: Regenerate (add HAVE_GETRUSAGE).
13955         * editfns.c (Fget_internal_run_time): New function.
13956         (syms_of_data): Defsubr it.
13957         * fns.c (sxhash): As far as possible, merge calculation of
13958         hash code for symbols and strings.
13960 2004-11-06  Eli Zaretskii  <eliz@gnu.org>
13962         * frame.c (syms_of_frame): Fix the example in the doc string.
13964 2004-11-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13966         * eval.c (Feval): Remove check for INPUT_BLOCKED_P.
13968         * xmenu.c (popup_get_selection, create_and_show_popup_menu)
13969         (create_and_show_dialog): Revert change from 2004-10-31.
13971 2004-11-05  Luc Teirlinck  <teirllm@auburn.edu>
13973         * macros.c (syms_of_macros) <defining-kbd-macro>: Doc fix.
13975 2004-11-05  Kim F. Storm  <storm@cua.dk>
13977         * print.c (print_object): Print Lisp_Misc_Save_Value objects.
13979         * fileio.c (Ffile_modes): Doc fix.
13980         (auto_save_1): Check for Ffile_modes nil value.
13982 2004-11-05  Kim F. Storm  <storm@cua.dk>
13984         * xselect.c (struct selection_event_queue, selection_queue)
13985         (x_queue_selection_requests, x_queue_event)
13986         (x_start_queuing_selection_requests)
13987         (x_stop_queuing_selection_requests): Add new queue for selection
13988         input events to replace previous XEvent queue in xterm.c.
13989         (queue_selection_requests_unwind): Adapt to new queue.
13990         (x_reply_selection_request): Adapt to new queue.
13991         Unexpect wait_object in case of x errors (memory leak).
13992         (x_handle_selection_request, x_handle_selection_clear): Make static.
13993         (x_handle_selection_event): New function.  May queue selection events.
13994         (wait_for_property_change_unwind): Use save_value instead of cons.
13995         Clear property_change_reply_object.
13996         (wait_for_property_change): Abort if already waiting.
13997         Use save_value instead of cons for unwind data.
13998         (x_handle_property_notify): Skip events already arrived, but don't
13999         free them, as "arrived" field is checked by wait_for_property_change,
14000         and it will be freed by unwind or explicit unexpect_property_change.
14001         (x_get_foreign_selection): Add to new queue.
14002         (receive_incremental_selection): Don't unexpect wait_object when done
14003         as it has already been freed by previous wait_for_property_change.
14005         * xterm.h (x_start_queuing_selection_requests)
14006         (x_stop_queuing_selection_requests, x_handle_selection_request)
14007         (x_handle_selection_clear): Remove prototypes.
14008         (x_handle_selection_event): Add prototype.
14010         * xterm.c (handle_one_xevent): Don't queue X selection events
14011         here, it may be too late if we start queuing after we have already
14012         stored some selection events into the kbd buffer.
14013         (struct selection_event_queue, queue, x_queue_selection_requests)
14014         (x_queue_event, x_unqueue_events, x_start_queuing_selection_requests)
14015         (x_stop_queuing_selection_requests): Remove/move to xselect.c.
14016         (x_catch_errors_unwind): Block input around final XSync.
14018         * keyboard.h (kbd_buffer_unget_event): Add prototype.
14020         * keyboard.c (kbd_buffer_store_event_hold): Remove obsolete code.
14021         (kbd_buffer_unget_event): New function.
14022         (kbd_buffer_get_event, swallow_events): Combine SELECTION events
14023         and use x_handle_selection_event.
14024         (mark_kboards): Don't mark x and y of SELECTION_CLEAR_EVENT.
14026 2004-11-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14028         * xselect.c (TRACE3): New debug macro.
14029         (x_reply_selection_request): Use it.
14030         (receive_incremental_selection): In call to TRACE0, the name of
14031         a symbol is in xname.
14033 2004-11-05  Kim F. Storm  <storm@cua.dk>
14035         * fontset.c (fontset_pattern_regexp): Use unsigned char.
14037 2004-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14039         * fileio.c (Fnext_read_file_uses_dialog_p): New function.
14041         * gtkutil.h (use_old_gtk_file_dialog): Declare.
14043         * gtkutil.c: Make use_old_gtk_file_dialog non-static.
14044         (xg_initialize): Move DEFVAR_BOOL for use_old_gtk_file_dialog ...
14045         * xfns.c (syms_of_xfns): ... to here.
14047         * gtkutil.c (xg_get_file_with_chooser): Expand DEFAULT_FILENAME if
14048         it doesn't start with /.
14050 2004-11-04  Kenichi Handa  <handa@m17n.org>
14052         * fontset.c (fontset_pattern_regexp): If '*' is preceded by '\',
14053         treat it as a literal character.
14055 2004-11-03  Kim F. Storm  <storm@cua.dk>
14057         * .gdbinit (ppt): New function.
14059 2004-11-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14061         * xterm.c (x_window_to_scroll_bar): Only call
14062         xg_get_scroll_id_for_window if toolkit scroll bars are used.
14064         * gtkutil.c (xg_get_file_with_chooser): Use GTK_STOCK_OK instead
14065         of save.
14067 2004-11-02  Andreas Schwab  <schwab@suse.de>
14069         * window.c (Fscroll_right): Fix last change.
14071 2004-11-02  Kim F. Storm  <storm@cua.dk>
14073         * Makefile.in (callproc.o): Depend on blockinput.h, atimer.h, systime.h.
14075 2004-11-02  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14077         * callproc.c (Fcall_process): Block input around vfork.
14079 2004-11-02  Kim F. Storm  <storm@cua.dk>
14081         * eval.c (Fcalled_interactively_p): Rename from Fcall_interactive_p.
14082         (syms_of_eval): Defsubr it.
14084 2004-11-02  Richard M. Stallman  <rms@gnu.org>
14086         * insdel.c (replace_range_2): New function.
14088         * casefiddle.c (casify_region): Handle changes in byte-length
14089         using replace_range_2.
14091         * emacs.c (USAGE3): Delete --horizontal-scroll-bars, -hb.
14093         * xdisp.c (back_to_previous_visible_line_start):
14094         Subtract 1 from pos when checking previous newline for invisibility.
14096         * window.c (window_scroll_pixel_based): Update preserve_y
14097         for header line if any.
14098         (Fscroll_left, Fscroll_right): Don't call interactive_p;
14099         use a new second argument instead.
14101         * eval.c (Fcall_interactive_p): New function.
14102         (interactive_p): Don't test INTERACTIVE here.
14103         (Finteractive_p): Doc fix.
14105         * eval.c (Feval): Abort if INPUT_BLOCKED_P.
14107 2004-11-02  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>
14109         * w32fns.c (w32_font_match): Use fast_string_match_ignore_case for
14110         comparing font names.
14112 2004-11-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14114         * fileio.c (Fread_file_name): Pass Qt as fifth parameter to
14115         Fx_file_dialog if only directories should be read.
14117         * lisp.h: Fx_file_dialog takes 5 parameters.
14119         * xfns.c (Fx_file_dialog): Both Motif and GTK version:
14120         Add parameter only_dir_p.
14121         In Motif version, don't put DEFAULT_FILENAME in filter part of the
14122         dialog, just text field part.  Do not add DEFAULT_FILENAME
14123         to list of files if it isn't there.
14124         In GTK version, pass only_dir_p parameter to xg_get_file_name.
14126         * macfns.c (Fx_file_dialog): Add parameter only_dir_p.
14127         Check only_dir_p instead of comparing prompt to "Dired".  When using
14128         a save dialog, add option kNavDontConfirmReplacement, change title
14129         to "Enter name", change text for save button to "Ok".
14131         * w32fns.c (Fx_file_dialog): Add parameter only_dir_p.
14132         Check only_dir_p instead of comparing prompt to "Dired".
14134         * gtkutil.c (xg_get_file_with_chooser, xg_get_file_with_selection):
14135         New functions, only defined ifdef HAVE_GTK_FILE_CHOOSER_DIALOG_NEW
14136         and HAVE_GTK_FILE_SELECTION_NEW respectively.
14137         (xg_get_file_name): Add parameter only_dir_p.
14138         Call xg_get_file_with_chooser or xg_get_file_with_selection
14139         depending on HAVE_GTK_FILE* and the value of use_old_gtk_file_dialog.
14140         (xg_initialize): New DEFVAR_BOOL use_old_gtk_file_dialog.
14142         * gtkutil.h (xg_get_file_name): Add parameter only_dir_p.
14144         * config.in: Rebuild (added HAVE_GTK_FILE_*).
14146 2004-11-01  Kim F. Storm  <storm@cua.dk>
14148         * process.c (connect_wait_mask, num_pending_connects):
14149         Only declare and use them if NON_BLOCKING_CONNECT is defined.
14150         (init_process): Initialize them if NON_BLOCKING_CONNECT defined.
14151         (IF_NON_BLOCKING_CONNECT): New helper macro.
14152         (wait_reading_process_output): Only declare and use local vars
14153         Connecting and check_connect when NON_BLOCKING_CONNECT is defined.
14155 2004-11-01  Andy Petrusenco  <Igrek@star-sw.com>  (tiny change)
14157         * w32term.c (x_scroll_run): Delete region objects after use.
14159 2004-10-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14161         * xmenu.c: Add prototypes for forward function declarations.
14162         (popup_get_selection): Remove parameter do_timers, remove call to
14163         timer_check.
14164         (create_and_show_popup_menu, create_and_show_dialog):
14165         Remove parameter do_timers from call to popup_get_selection.
14167         * xdisp.c (update_tool_bar): Pass a copy of f->tool_bar_items to
14168         tool_bar_items and assign the result to f->tool_bar_items if
14169         not equal.  Move BLOCK/UNBLOCK_INPUT from around call to
14170         tool_bar_items to assignment of result.
14172         * atimer.c (alarm_signal_handler): Do not call set_alarm if
14173         pending_atimers is non-zero.
14175 2004-10-31  Kim F. Storm  <storm@cua.dk>
14177         * dispnew.c (margin_glyphs_to_reserve): Don't use ncols_scale_factor.
14179 2004-10-28  Will  <will@glozer.net>
14181         * macterm.c: Allow user to assign key modifiers to the Mac Option
14182         key via a 'mac-option-modifier' variable.
14184 2004-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14186         * xselect.c (Vx_lost_selection_functions, Vx_sent_selection_functions):
14187         Rename from Vx_lost_selection_hooks and Vx_sent_selection_hooks.
14188         (x_handle_selection_request, x_handle_selection_clear)
14189         (x_clear_frame_selections, syms_of_xselect): Adjust accordingly.
14191 2004-10-28  Richard M. Stallman  <rms@gnu.org>
14193         * w32fns.c (Fx_server_vendor, Fx_server_version): Doc fixes.
14195         * xfns.c (Fx_server_vendor, Fx_server_version): Doc fixes.
14197 2004-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14199         * syntax.c (scan_sexps_forward): Give precedence to a 2-char
14200         comment-starter over a 1-char one.
14202 2004-10-27  Richard M. Stallman  <rms@gnu.org>
14204         * xdisp.c (get_next_display_element): In mode lines,
14205         treat newline and tab like other control characters.
14207         * editfns.c (Fmessage): Doc fix.
14209         * indent.c (vmotion): When moving up, check the newline before.
14210         Make prevline an int, not a Lisp_Object.
14212 2004-10-27  Kim F. Storm  <storm@cua.dk>
14214         * editfns.c (Fformat): Allocate discarded table with SAFE_ALLOCA.
14215         Only allocate info and discarded tables once.
14217         * lisp.h (USE_SAFE_ALLOCA): Add and init sa_must_free integer.
14218         (SAFE_ALLOCA, SAFE_ALLOCA_LISP): Increment it when malloc is used.
14219         (SAFE_FREE): Test it to determine if we need to unwind to free.
14220         Remove size arg.  All users changed.
14221         (SAFE_FREE_LISP): Remove.  All users changed to use SAFE_FREE.
14223 2004-10-26  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14225         * gtkutil.c: Put empty line between comment and function body.
14226         (xg_destroy_widgets): Rename from remove_from_container.
14227         Just destroy all widgets in list.  Argument wcont removed.
14228         (xg_update_menubar, xg_update_submenu): Call xg_destroy_widgets
14229         instead of remove_from_container.
14230         (xg_display_close, xg_create_tool_bar, update_frame_tool_bar)
14231         (free_frame_tool_bar): Add comment.
14233         * xfns.c (xic_create_xfontset): Check that FRAME_XIC_BASE_FONTNAME
14234         is not NULL before strcmp.
14236 2004-10-26  Kim F. Storm  <storm@cua.dk>
14238         * callint.c (Fcall_interactively): Add 'U' code to get the
14239         up-event discarded by a previous 'k' or 'K' argument.
14241 2004-10-26  David Kastrup  <dak@gnu.org>
14243         * buffer.c (syms_of_buffer): Fix a few typos.
14245 2004-10-26  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14247         * xsmfns.c: Put empty line between comment and function body.
14248         Use two spaces before comment end.
14250 2004-10-25  Kenichi Handa  <handa@m17n.org>
14252         * fontset.c (fontset_pattern_regexp): Optimize for the case that
14253         PATTERN is full XLFD.
14255 2004-10-24  Kenichi Handa  <handa@m17n.org>
14257         * regex.h (enum reg_errcode_t): New value REG_ERANGEX.
14259         * regex.c (re_error_msgid): Add an entry for REG_ERANGEX.
14260         (regex_compile): Return REG_ERANGEX if appropriate.
14262 2004-10-22  Kenichi Handa  <handa@m17n.org>
14264         * editfns.c (Ftranslate_region_internal): New function.
14265         (syms_of_editfns): Defsubr it.
14267 2004-10-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14269         * xfns.c (xic_create_xfontset): Initialize missing_list to NULL.
14271 2004-10-21  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
14273         * xterm.h (x_output): New member `xic_base_fontname'.
14274         (FRAME_XIC_BASE_FONTNAME): New macro.
14275         (xic_free_xfontset): Declare.
14277         * xfns.c (xic_create_xfontset): Share fontsets between frames
14278         based on base_fontname.
14279         (xic_free_xfontset): New function.
14280         (free_frame_xic): Use it.
14281         (xic_set_xfontset): Ditto.
14283         * xterm.c (xim_destroy_callback): Ditto.
14285 2004-10-20  B. Anyos  <banyos@freemail.hu>  (tiny change)
14287         * w32term.c (x_draw_glyph_string): Use overline_color for overlines.
14289 2004-10-20  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14291         * xterm.h (XSync): If USE_GTK, define XSync as process_all and then
14292         XSync.
14294         * emacs.c (my_heap_start, heap_bss_diff, MAX_HEAP_BSS_DIFF):
14295         New variables and constant.
14296         (main): Calculate heap_bss_diff.  If we are dumping and the
14297         heap_bss_diff is greater than MAX_HEAP_BSS_DIFF, set PER_LINUX32
14298         and exec ourself again.
14299         (Fdump_emacs): If heap_bss_diff is greater than MAX_HEAP_BSS_DIFF
14300         print a warning.
14302         * lastfile.c: Make my_endbss and my_endbss_static available on all
14303         platforms.
14305         * Makefile.in (RUN_TEMACS): Remove @SETARCH@.
14306         * config.in (HAVE_PERSONALITY_LINUX32): Regenerate.
14308 2004-10-19  Luc Teirlinck  <teirllm@auburn.edu>
14310         * data.c (Flocal_variable_if_set_p): Doc fix.
14312 2004-10-19  Jason Rumney  <jasonr@gnu.org>
14314         * w32.c (init_environment): Set emacs_dir correctly when running
14315         emacs from the build directory.
14317 2004-10-19  Richard M. Stallman  <rms@gnu.org>
14319         * editfns.c (Fdelete_and_extract_region):
14320         If region is empty, return null string.
14322 2004-10-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14324         * gtkutil.h (xg_update_scrollbar_pos): Remove arguments real_left
14325         and canon_width.
14326         (xg_frame_cleared): Remove.
14328         * gtkutil.c (xg_frame_cleared, xg_fixed_handle_expose)
14329         (xg_find_top_left_in_fixed): Remove.
14330         (xg_create_scroll_bar): Put an event box widget between
14331         the scroll bar widget and the edit widget.
14332         (xg_show_scroll_bar): Show the parent widget (the event box).
14333         (xg_remove_scroll_bar): Destroy parent (the event box) also.
14334         (xg_update_scrollbar_pos): Remove arguments real_left and canon_width.
14335         Move the parent (the event box) widget inside the fixed widget.
14336         Move window clear to xterm.c.
14338         * gtkutil.h (xg_frame_cleared): Remove.
14340         * xterm.c (x_clear_frame): Remove call to xg_frame_cleared
14341         (x_scroll_bar_create, XTset_vertical_scroll_bar):
14342         Remove arguments left and width to xg_update_scrollbar_pos.
14343         (XTset_vertical_scroll_bar): Do x_clear_area for USE_GTK also.
14345 2004-10-19  Kenichi Handa  <handa@m17n.org>
14347         * xdisp.c (display_mode_element): Fix display of wide chars.
14349 2004-10-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14351         * gtkutil.c (xg_update_scrollbar_pos): Change XClearWindow to
14352         gdk_window_clear and move gdk_window_process_all_updates after
14353         clear so events are sent to the X server in correct order.
14355 2004-10-18  Kenichi Handa  <handa@m17n.org>
14357         * fontset.c (fs_load_font): Use fast_string_match_ignore_case for
14358         comparing font names.
14359         (fs_query_fontset): Use fast_string_match for comparing fontset names.
14360         (list_fontsets): Likewise.
14362         * search.c (fast_string_match_ignore_case): New function.
14364         * lisp.h (fast_string_match_ignore_case): Extern it.
14366 2004-10-17  Kim F. Storm  <storm@cua.dk>
14368         * xdisp.c (overlay_arrow_at_row): Return overlay string rather
14369         than bitmap if there is not left fringe.
14370         (get_overlay_arrow_glyph_row): Also used on windows system.
14371         (display_line): Display overlay string if no left fringe.
14373 2004-10-16  Jason Rumney  <jasonr@gnu.org>
14375         * w32fns.c (w32_font_match): Encode font name being matched.
14377 2004-10-16  Richard M. Stallman  <rms@gnu.org>
14379         * window.c (Fspecial_display_p): Doc fix.
14381 2004-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14383         * doc.c (Fsubstitute_command_keys): Fix remap-handling.
14384         Don't ignore menus, because where-is-internal already does it for us.
14386 2004-10-15  Kim F. Storm  <storm@cua.dk>
14388         * xdisp.c (redisplay_window): Only update fringes and vertical
14389         border on window frames.
14391 2004-10-14  Andreas Schwab  <schwab@suse.de>
14393         * m/ia64.h (DATA_SEG_BITS): Don't define.
14395 2004-10-14  Kim F. Storm  <storm@cua.dk>
14397         * xterm.h: Include Xutil.h after keysym.h to work around bug
14398         in some X versions.
14400 2004-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14402         * fns.c (map_char_table): Add missing gcpros.
14404 2004-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14406         * keymap.c (get_keymap): An autoload form is not a keymap.
14408         * textprop.c (syms_of_textprop): Make `syntax-table' nonsticky.
14410 2004-10-13  Kim F. Storm  <storm@cua.dk>
14412         * callproc.c (Fcall_process): Simplify handling of display arg.
14413         Resume `display_on_the_fly' once a coding system is determined.
14415         * xdisp.c (redisplay_preserve_echo_area): Fix last change.
14417 2004-10-12  Kim F. Storm  <storm@cua.dk>
14419         * xdisp.c (redisplay_preserve_echo_area): Flush display in case
14420         caller, such as call-process, is not going to poll for input.
14421         (calc_line_height_property): Handle case where it->object is nil.
14423         * xterm.c (x_redisplay_interface): Fix flush_display_optional.
14425 2004-10-12  Kenichi Handa  <handa@m17n.org>
14427         * xdisp.c (get_next_display_element):
14428         If unibyte_display_via_language_environment is zero, display 8-bit
14429         chars in octal in unibyte buffer.
14431 2004-10-12  Kim F. Storm  <storm@cua.dk>
14433         * doc.c (Fsubstitute_command_keys): Ignore remappings unless there
14434         are no ordinary bindings.
14436 2004-10-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14438         * xfns.c (syms_of_xfns): Defsubr x-file-dialog for GTK also.
14440 2004-10-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14442         * macterm.c (x_raise_frame): Add BLOCK_INPUT around SelectWindow.
14443         (x_lower_frame): Add BLOCK_INPUT around SendBehind.
14444         (make_mac_frame): Add BLOCK_INPUT around the making of a
14445         terminal frame.
14446         (mac_initialize): Add BLOCK_INPUT around carbon initialization.
14447         * macgui.h (mktime): Use emacs_mktime.
14448         * macfns.c (Fx_file_dialog): Add BLOCK_INPUT around more code.
14449         Make a cancel file-open dialog be like C-g.
14450         * mac.c (mktime): Use emacs_mktime.
14451         (Fdo_applescript): Add BLOCK_INPUT around do_applescript.
14452         (Fmac_paste_function): Add better error handling for carbon cut/paste.
14454 2004-10-10  Kim F. Storm  <storm@cua.dk>
14456         * keyboard.c (timer_resume_idle): New function to resume idle
14457         timer without resetting timers on the idle list.
14458         (read_char): Use timer_resume_idle.  Remove local var last_idle_start.
14459         (timer_start_idle, timer_stop_idle): Declare static.
14460         (read_key_sequence): Use timer_resume_idle instead of timer_start_idle.
14462         * keyboard.h (timer_start_idle, timer_stop_idle): Remove prototypes.
14464 2004-10-08  Steven Tamm  <steventamm@mac.com>
14466         * config.in (HAVE_MALLOC_MALLOC_H): Regenerate.
14467         * macterm.c (mac_check_for_quit_char): Remove warning for using
14468         NULL where 0 should be used.
14469         * unexmacosx.c: Use malloc/malloc.h on Tiger instead of
14470         objc/malloc.h
14471         * mac.c: Include time.h for Tiger compatibility.
14473 2004-10-07  Kim F. Storm  <storm@cua.dk>
14475         * xdisp.c (redisplay_window): Fix flicker on vertical line between
14476         windows.  Update vertical line after drawing window fringes, but
14477         only if actually drawing any bitmaps--or there is no fringe.
14479         * xterm.c (x_update_window_end): Likewise.
14480         * macterm.c (x_update_window_end): Likewise.
14481         * w32term.c (x_update_window_end): Likewise.
14483         * fringe.c (draw_window_fringes): Return value now indicates if
14484         any fringe bitmaps were redrawn (or there are no fringes).
14486         * dispextern.h (draw_window_fringes): Update prototype.
14488 2004-10-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14490         * macfns.c (mac_get_window_bounds): Add extern.
14491         (x_real_positions): Use mac_get_window_bounds.
14493         * macmenu.c (update_submenu_strings): Apply 2004-09-07 change for
14494         xmenu.c (YAILOM).
14496         * macterm.c [!MAC_OSX]: Include Windows.h.
14497         (front_emacs_window): Rename from mac_front_window.  All uses
14498         changed.  Return the frontmost non-tooltip emacs window.
14499         (mac_get_window_bounds): New function.
14500         (x_calc_absolute_position): Use the difference of width and height
14501         between the inner and outer window.
14502         (x_set_offset): Specify window position by the coordinae of the
14503         outer window.  Adjust the position if the title bar is completely
14504         outside the screen.
14505         (app_is_suspended, app_sleep_time): Remove unused variables.
14506         (do_app_resume, do_app_suspend): Remove their contents because
14507         window-activate/deactivate events will do the job.
14508         (do_zoom_window): Remove unused variables.  Make compliant to the
14509         standard way of zooming.  Set f->left_pos and f->top_pos.
14510         (XTread_socket): Don't use argument `expected'.  Don't use
14511         FrontWindow to determine the clicked window.  Exclude unprocessed
14512         mouseUp cases in the early stage.  Add parentheses to fix operator
14513         precedence.
14514         (XTread_socket) [TARGET_API_MAC_CARBON]: Don't specify drag area.
14516 2004-10-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14518         * config.in: Regenerate.
14520         * Makefile.in (RUN_TEMACS): Check HAVE_RANDOM_HEAPSTART instead of
14521         HAVE_EXECSHIELD.
14523 2004-10-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14525         * xterm.c (x_find_modifier_meanings): Ignore any Super or Hyper for
14526         a row if Alt or Meta has been found for that row.  Also stop scanning
14527         for Keysyms for that row.
14529 2004-10-04  Kim F. Storm  <storm@cua.dk>
14531         * fringe.c (Ffringe_bitmaps_at_pos): Change return value from cons
14532         to list.  Include overlay arrow bitmap in return value.
14534         * xterm.c (XTset_vertical_scroll_bar): Improve handling of scroll
14535         bars with fractional column width.  If scroll bar separates two
14536         windows, move it towards the window it belongs to.  Only update
14537         the padding area below the scroll bar widget when necessary,
14538         i.e. when scroll bar widget is created, moved, or resized.
14540         * xdisp.c (define_frame_cursor1): Do not change frame cursor
14541         while tracking/dragging mouse.
14542         (x_draw_vertical_border): Do not draw line if frame has scroll bars.
14544         * window.c (coordinates_in_window): Relax check for cursor
14545         on vertial border between mode lines.
14546         (Fset_window_fringes): Do not allow negative widths.
14547         (Fset_window_scroll_bars): Likewise.
14549         * .gdbinit (pp): Shorthand for p ARG + pr.
14550         (ff): New command: flush frame updates (X only).
14552 2004-10-03  Michael Albinus  <michael.albinus@gmx.de>
14554         * fileio.c (auto_save_1) Call Ffile_modes for remote files.
14556 2004-09-30  Kenichi Handa  <handa@m17n.org>
14558         * process.c (send_process): Free composition data.
14560         * fileio.c (Finsert_file_contents): Free composition data.
14562         * coding.c (code_convert_region): Don't skip ASCIIs if there are
14563         compositions to encode.
14564         (encode_coding_string): Likewise.  Free composition data.
14566 2004-09-30  Florian Weimer  <fw@deneb.enyo.de>
14568         * coding.c (code_convert_region): Free composition data.
14570 2004-09-29  Kim F. Storm  <storm@cua.dk>
14572         * fringe.c: Remove limit on number of bitmaps.
14573         (fringe_bitmaps, fringe_faces): Change to pointers.
14574         (max_fringe_bitmaps): New var.
14575         (Fdefine_fringe_bitmap): Expand fringe_bitmaps and fringe_faces.
14576         (init_fringe): Allocate fringe_bitmaps and fringe_faces.
14578         * dispextern.h (FRINGE_ID_BITS): Increase to 16 bits (64K bitmaps).
14579         (struct glyph_row): Reorder fringe_bitmap related fields.
14580         (struct it): Likewise.
14582         * w32term.c (fringe_bmp): Change to pointer.
14583         (max_fringe_bmp): New var.
14584         (w32_define_fringe_bitmap): Expand fringe_bmp.
14585         (w32_draw_fringe_bitmap): Check max_fringe_bmp.
14586         (w32_destroy_fringe_bitmap): Likewise.
14588 2004-09-29  Kim F. Storm  <storm@cua.dk>
14590         * fringe.c: Simplify last change.
14591         (lookup_fringe_bitmap): New function.
14592         (valid_fringe_bitmap_p, resolve_fringe_bitmap): Remove.
14593         (Fdestroy_fringe_bitmap): Use lookup_fringe_bitmap.
14594         Keep standard bitmaps in Vfringe_bitmaps.
14595         (Fdefine_fringe_bitmap): Use lookup_fringe_bitmap.
14596         (Fset_fringe_bitmap_face): Likewise.
14598         * dispextern.h (lookup_fringe_bitmap): Add prototype.
14599         (valid_fringe_bitmap_p): Remove prototype.
14601         * xdisp.c (handle_single_display_prop): Use lookup_fringe_bitmap.
14603 2004-09-29  Kim F. Storm  <storm@cua.dk>
14605         * fringe.c (destroy_fringe_bitmap, init_fringe_bitmap)
14606         (w32_init_fringe, w32_reset_fringes): Fix bootstrap (NULL rif).
14608         * dispextern.h (valid_fringe_bitmap_p): Fix prototype.
14610         * fringe.c (Vfringe_bitmaps): New variable.
14611         (syms_of_fringe): DEFVAR_LISP it.
14612         (valid_fringe_bitmap_p): Rename from valid_fringe_bitmap_id_p.
14613         Change arg to Lisp_Object and fail if not an integer.
14614         (get_fringe_bitmap_name, resolve_fringe_bitmap)
14615         (destroy_fringe_bitmap): New functions.
14616         (Fdestroy_fringe_bitmap): Change arg to bitmap symbol.
14617         Use destroy_fringe_bitmap.  Remove symbol from Vfringe_bitmaps and
14618         clear its fringe property.
14619         (init_fringe_bitmap): Use destroy_fringe_bitmap instead of
14620         Fdestroy_fringe_bitmap.
14621         (Fdefine_fringe_bitmap): Add BITMAP arg specifying new or existing
14622         bitmap symbol; remove WHICH arg.  Add symbol to Vfringe_bitmaps
14623         and set fringe property.  Signal error if no free slots.
14624         (Fset_fringe_bitmap_face): Change arg to bitmap symbol.
14625         (Ffringe_bitmaps_at_pos): Return bitmap symbols instead of numbers.
14627         * xdisp.c (handle_single_display_prop): Fringe bitmaps are now
14628         symbols with a fringe property.
14630 2004-09-27  Kim F. Storm  <storm@cua.dk>
14632         * buffer.c (syms_of_buffer) <indicate-buffer-boundaries>:
14633         Doc fix.  Format may now be a symbol or alist, not a cons.
14635         * fringe.c (update_window_fringes): Handle new formats of
14636         indicate-buffer-boundaries (symbol or alist).  No longer
14637         allow a simple cons.
14638         (Ffringe_bitmaps_at_pos): Use nil value for no bitmap.
14640 2004-09-25  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14642         * config.in: Rebuild.
14644 2004-09-24  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14646         * config.in: Rebuild.
14648         * Makefile.in: Run setarch i386 ./temacs if exec-shield is present.
14650 2004-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
14652         * xterm.c (x_term_init): Work around a bug in some X servers.
14654 2004-09-18  Richard M. Stallman  <rms@gnu.org>
14656         * buffer.c (syms_of_buffer) <default-major-mode>: Doc fix.
14658         * xdisp.c (try_window_reusing_current_matrix):
14659         Handle the case where we reach the old displayed text,
14660         out of sync with the old line boundary.
14662 2004-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14664         * fileio.c (Finsert_file_contents): Fix case of replacement in a
14665         narrowed buffer.
14667 2004-09-14  Kim F. Storm  <storm@cua.dk>
14669         * puresize.h (PURESIZE_RATIO): Define based on BITS_PER_EMACS_INT.
14671         * xfaces.c (Qface_no_inherit): New var.
14672         (syms_of_xfaces): Intern and staticpro it.
14673         (Finternal_make_lisp_face, Finternal_set_lisp_face_attribute)
14674         (Finternal_copy_lisp_face, update_face_from_frame_parameter):
14675         Don't increment face_change_count when face has non-nil
14676         face-no-inherit property.
14678 2004-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14680         * bytecode.c (BYTE_CODE_QUIT): Add missing AFTER_POTENTIAL_GC.
14681         (Fbyte_code): Remove dead code after `wrong_type_argument'.
14683         * alloc.c (Fgarbage_collect): Mark keyboards, gtk data, and specpdl
14684         before doing the mark_stack_check_gcpros since they're not on the stack.
14686 2004-09-12  Kim F. Storm  <storm@cua.dk>
14688         * editfns.c (Fformat): Handle format strings with multiple text
14689         properties.  Reverse text property list from the format string,
14690         so the positions are in increasing order.
14692 2004-09-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14694         * xselect.c (x_reply_selection_request): XSync and UNBLOCK before
14695         x_uncatch_errors so that possible protocol errors are delivered.
14697 2004-09-10  Eli Zaretskii  <eliz@gnu.org>
14699         * Makefile.in (msdos.o): Depend on buffer.h, commands.h, and
14700         blockinput.h.
14701         (dosfns.o): Depend on blockinput.h, window.h, dispextern.h,
14702         charset.h, and coding.h
14703         (w16select.o): Depend on buffer.h, charset.h, coding.h, and composite.h.
14704         (term.o): Depend on window.h and keymap.h.
14705         (abbrev.o): Depend on syntax.h.
14706         (callint.o): Depend on keymap.h.
14707         (casefiddle.o): Depend on charset.h and keymap.h.
14708         (category.o): Depend on keymap.h.
14709         (coding.o): Depend on dispextern.h.
14710         (cmds.o): Depend on keyboard.h and keymap.h.
14711         (dispnew.o): Depend on indent.h and intervals.h.
14712         (doc.o): Depend on keymap.h.
14713         (editfns.o): Depend on frame.h.
14714         (emacs.o): Depend on dispextern.h.
14715         (fileio.o): Don't depend on ccl.h.
14716         (filelock.o): Depend on charset.h and coding.h.
14717         (frame.o): Depend on w32term.h and macterm.h.
14718         (insdel.o): Depend on region-cache.h.
14719         (keyboard.o): Depend on keymap.h, w32term.h, and macterm.h.
14720         (minibuf.o): Depend on $(INTERVALS_SRC) and keymap.h.
14721         (search.o): Depend on $(INTERVALS_SRC).
14722         (syntax.o): Depend on keymap.h, regex.h, and $(INTERVALS_SRC).
14723         (window.o): Depend on keymap.h, blockinput.h, $(INTERVALS_SRC),
14724         xterm.h, w32term.h, and macterm.h.
14725         (xdisp.o): Depend on keyboard.h, $(INTERVALS_SRC), xterm.h,
14726         w32term.h, and macterm.h.
14727         (xfaces.o): Depend on keyboard.h, $(INTERVALS_SRC),
14728         region-cache.h, xterm.h, w32term.h, and macterm.h.
14729         (bytecode.o): Depend on dispextern.h, frame.h, and xterm.h.
14730         (data.o): Depend on frame.h.
14731         (fns.o): Depend on keymap.h, xterm.h, and blockinput.h.
14732         (print.o): Depend on termchar.h and $(INTERVALS_SRC).
14733         (lread.o): Depend on $(INTERVALS_SRC), termhooks.h, and coding.h.
14734         (intervals.o): Depend on keymap.h.
14736         * msdos.c (msdos_set_cursor_shape, IT_display_cursor):
14737         Add debugging print-out to termscript.
14739 2004-09-09  Richard M. Stallman  <rms@gnu.org>
14741         * xdisp.c (decode_mode_spec): Use current buffer for most purposes.
14743 2004-09-08  Richard M. Stallman  <rms@gnu.org>
14745         * window.c (Fset_window_buffer): Doc fix.
14747         * xdisp.c (Fformat_mode_line): New arg BUFFER says which buffer to use.
14749 2004-09-08  Dan Nicolaescu  <dann@ics.uci.edu>
14751         * minibuf.c (history_delete_duplicates): New variable.
14752         (read_minibuf): Use it.
14753         (syms_of_minibuf): Create the corresponding lisp variable.
14755 2004-09-08  Kim F. Storm  <storm@cua.dk>
14757         * xdisp.c (set_cursor_from_row): Also look at 'cursor' property in
14758         overlay just before point.
14760 2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
14762         * buffer.h (struct buffer): Add auto_save_file_format field.
14763         * buffer.c (reset_buffer, init_buffer_once):
14764         Handle auto_save_file_format field.
14765         (syms_of_buffer): Add DEFVAR_PER_BUFFER for
14766         `buffer-auto-save-file-format'.
14767         * fileio.c: Delete declaration for removed Vauto_save_file_format.
14768         (build_annotations): Adapt to replacement of
14769         `auto-save-file-format' with the new buffer-local variable
14770         `buffer-auto-save-file-format'.
14771         (syms_of_fileio): Delete DEFVAR_LISP for auto-save-file-format.
14773 2004-09-07  Jason Rumney  <jasonr@gnu.org>
14775         * w32term.h (AppendMenuW_Proc): Move declaration from w32menu.c.
14777         * w32fns.c (w32_wnd_proc) <WM_MEASUREITEM, WM_DRAWITEM>:
14778         Handle Unicode menu titles.
14780 2004-09-07  Kim F. Storm  <storm@cua.dk>
14782         * xdisp.c (set_cursor_from_row): Fix last change.  Only use 'cursor'
14783         property from text property or overlay strings at point.
14785 2004-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14787         * xmenu.c (update_submenu_strings): YAILOM.
14788         (set_frame_menubar): Make sure last_i is initialized.
14790 2004-09-03  Jason Rumney  <jasonr@gnu.org>
14792         * w32menu.c (_widget_value): Add lname and lkey.
14793         (digest_single_submenu): Set lname and lkey in widget_value
14794         instead of name and key.
14795         (update_submenu_strings): New function.
14796         (set_frame_menubar): Remove call to inhibit_garbage_collection,
14797         call update_submenu_strings.
14799         * w32menu.c (globals_of_w32menu): Check for Unicode API.
14800         (digest_single_submenu, w32_menu_show): Encode menu strings as
14801         UTF-8 if Unicode API is available.
14802         (utf8to16): New function.
14803         (add_menu_item): Use it when calling Unicode API.
14805 2004-09-03  Kim F. Storm  <storm@cua.dk>
14807         * xdisp.c (set_cursor_from_row): Look for non-nil `cursor' property
14808         in overlay or text-property strings; set cursor on corresponding
14809         glyph rather than at end of the string.
14811 2004-09-02  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14813         * macfns.c (x_real_positions): Save the current window port and
14814         set a new one before obtaining the global coordinate.
14815         Use FRAME_MAC_WINDOW.
14816         (x_set_name, x_set_title): Encode title to UTF8.
14817         Use SetWindowTitleWithCFString.
14818         (Fx_server_version): Get correct OS version.
14820         * macmenu.c (add_menu_item): Remove unused variable `i'.
14821         Don't let separator items destroy refence constants of other menu items.
14823         * macterm.c (x_update_end): Move SetPortWindowPort to inside
14824         BLOCK_INPUT.
14825         (x_set_offset): Use FRAME_MAC_WINDOW.
14827         * xdisp.c (note_mouse_highlight): Set the mouse pointer shape to
14828         nontext_cursor if it is on a scroll bar.
14830         * s/darwin.h (LIBS_CARBON): New define to specify libraries for
14831         Carbon support.
14832         (LD_SWITCH_SYSTEM_TEMACS): Don't link with unused libstdc++.
14833         Use LIBS_CARBON.
14835 2004-09-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14837         * xfns.c (x_set_name_internal): New function.  Check if we shall call
14838         xfree before ENCODE_UTF_8.
14839         (x_set_name, x_set_title): Call x_set_name_internal.
14841 2004-08-31  NAKAMURA Toshikazu  <nr-tkz@nifty.com>  (tiny change)
14843         * w32fns.c (w32_load_font): If a BDF font is already loaded, do not
14844         reload it.
14846 2004-08-30  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14848         * macmenu.c (_widget_value): Add lname and lkey.
14849         (single_submenu): Set lname and lkey in widget_value
14850         instead of name and key.
14851         (update_submenu_strings): New function.
14852         (set_frame_menubar): Remove call to inhibit_garbage_collection,
14853         call update_submenu_strings.
14855         * xmenu.c (digest_single_submenu): Set lname and lkey in widget_value
14856         instead of name and key.
14857         (update_submenu_strings): New function.
14858         (set_frame_menubar): Remove call to inhibit_garbage_collection,
14859         call update_submenu_strings.
14861         * gtkutil.h (_widget_value): Added lname and lkey.
14863 2004-08-30  Steven Tamm  <steventamm@mac.com>
14865         * macmenu.c (mac_menu_show): Remove shadowing of menu variable
14866         by using different names for inner loop variables.
14868 2004-08-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14870         * xmenu.c (set_frame_menubar): Reintroduce inhibit_garbage_collection
14871         from 2002-07-15T00:01:34Z!raeburn@raeburn.org so that strings from ENCODE_UTF_8 isn't GC:ed before used.
14873         * gtkutil.c (xg_create_frame_widgets): Compensate for tool bar when
14874         tool bar items is 0.
14876 2004-08-26  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14878         * macmenu.c (ENCODE_MENU_STRING): Added to handle multibyte
14879         strings in menu items.
14880         (single_submenu): Use ENCODE_MENU_STRING
14881         (mac_menu_show): Use ENCODE_MENU_STRING.  Reset grabbed because
14882         button release isn't passed to event loop
14883         (add_menu_item): Use SetMenuItemWithCFString.
14885 2004-08-26  Steven Tamm  <steventamm@mac.com>
14887         * fileio.c (Fread_file_name): Call x_file_dialog on carbon on
14888         tool-bar/menu click.
14889         * macfns.c (Fx_file_dialog): Implement using NavServices.
14891 2004-08-24  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14893         * xterm.c (x_catch_errors_unwind): Do not XSync if display has closed.
14895         * xfns.c (x_window_to_frame, x_any_window_to_frame)
14896         (x_non_menubar_window_to_frame, x_menubar_window_to_frame)
14897         (x_top_window_to_frame): Return 0 if wdesc is None.
14899 2004-08-22  Richard M. Stallman  <rms@gnu.org>
14901         * process.c (process_send_signal) [SIGNALS_VIA_CHARACTERS,
14902         HAVE_TERMIOS]: If there's no char for this signal, drop through
14903         and use system calls.
14905         * bytecode.c (Fbyte_code) <unwind-protect>: Cannot GC.
14907 2004-08-20  Kim F. Storm  <storm@cua.dk>
14909         * process.c (wait_reading_process_output): Rename from
14910         wait_reading_process_input.  All uses changed.
14911         (wait_reading_process_output_1): Rename from
14912         wait_reading_process_input_1.  All uses changed.
14914         * dispnew.c (Fsleep_for): Remove obsolete code.
14916 2004-08-20  Kenichi Handa  <handa@m17n.org>
14918         * syntax.c (skip_chars): Fix for unibyte case.
14920 2004-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14922         * syntax.c (char_quoted): Mixup byte/char pos.
14923         (back_comment): Fixup globals in all cases.
14925 2004-08-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14927         * xfns.c (x_set_name, x_set_title): Encode title to UTF8 before
14928         passing it to gtk_window_set_title.
14930 2004-08-19  Kim F. Storm  <storm@cua.dk>
14932         * process.c (wait_reading_process_input): Clean up.
14933         Add wait_for_cell, wait_proc, and just_wait_proc args
14934         to avoid overloading `read_kbd' and `do_display' args.
14935         Change read_kbd arg to int.  All callers changed.
14937         * process.c (process_send_signal): Use CDISABLE.
14939         * sysdep.c (child_setup_tty, init_sys_modes): Use CDISABLE.
14941 2004-08-18  Kim F. Storm  <storm@cua.dk>
14943         * process.c (Faccept_process_output): Add arg JUST-THIS-ONE;
14944         forward to wait_reading_process_input via DO_DISPLAY arg.
14945         (wait_reading_process_input): If DO_DISPLAY < 0 for a process
14946         object, only process output from that process; also inhibit
14947         running timers if DO_DISPLAY==-2.
14949 2004-08-17  Kim F. Storm  <storm@cua.dk>
14951         * process.c (process_send_signal): Fix last change--use
14952         _POSIX_VDISABLE instead of CVDISABLE when available.
14954 2004-08-16  Richard M. Stallman  <rms@gnu.org>
14956         * sysdep.c (child_setup_tty) [SIGNALS_VIA_CHARACTERS]:
14957         Set VQUIT and VINTR chars to the standard ones if they are unset.
14958         [AIX]: Don't do that here.  And don't force VINTR to standard
14959         when SIGNALS_VIA_CHARACTERS.
14961         * process.c (process_send_signal)
14962         [SIGNALS_VIA_CHARACTERS, HAVE_TERMIOS]: Clean up.
14963         Do nothing if the character is CVDISABLE.
14965         * xfaces.c (merge_face_ref): Specifying `unspecified' is a no-op.
14967         * intervals.c (move_if_not_intangible):
14968         Force POSITION to be between BEGV and ZV.
14970 2004-08-14  John Paul Wallington  <jpw@gnu.org>
14972         * buffer.c (Frestore_buffer_modified_p): Doc fix.
14974         * fileio.c (Fread_file_name): Doc fix.
14976         * minibuf.c (syms_of_minibuf) <completion-ignore-case>: Doc fix.
14978 2004-08-09  Luc Teirlinck  <teirllm@auburn.edu>
14980         * keymap.c (Fmake_keymap, Fmap_keymap, Fwhere_is_internal): Doc fixes.
14982 2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
14984         * keyboard.c: Declare Qdisabled_command_function instead of
14985         Qdisabled_command_hook.
14986         (Fcommand_execute): Use Qdisabled_command_function instead of
14987         Qdisabled_command_hook.
14988         (syms_of_keyboard): Ditto.
14990 2004-08-07  Luc Teirlinck  <teirllm@auburn.edu>
14992         * keymap.c (Flocal_key_binding, Fglobal_key_binding)
14993         (syms_of_keymap) <key-translation-map>: Doc fixes.
14995 2004-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14997         * window.c (window_list_1): YAILOM.
14999         * fileio.c (make_temp_name): Handle multibyte prefixes.
15001 2004-08-06  Luc Teirlinck  <teirllm@auburn.edu>
15003         * keyboard.c (syms_of_keyboard) <overriding-terminal-local-map>:
15004         Doc fix.
15006 2004-08-03  Kenichi Handa  <handa@m17n.org>
15008         * coding.c (decode_coding_string): Adjust coding->consumed, and
15009         etc. with shrinked_bytes.
15011 2004-08-03  Kim F. Storm  <storm@cua.dk>
15013         * indent.c (compute_motion): Fix check for full width window
15014         in non-window case.  Do not count left truncation glyph on
15015         window systems.
15017 2004-08-02  Luc Teirlinck  <teirllm@auburn.edu>
15019         * data.c (Finteractive_form): Doc fix.
15021 2004-08-02  Kim F. Storm  <storm@cua.dk>
15023         * indent.c (compute_motion): Use actual window width if WIDTH is -1,
15024         properly accounting for continuation glyph on non-window systems.
15025         (Fcompute_motion): Use actual window width if WIDTH is nil, and
15026         actual window width/height if TOPOS is nil, properly accounting for
15027         continuation glyphs on non-window systems, and optional header lines.
15028         (vmotion): Let compute_motion calculate actual window width.
15030         * window.c (window_scroll_line_based): Let compute_motion
15031         calculate actual window width.
15033 2004-08-02  Kim F. Storm  <storm@cua.dk>
15035         * process.c (read_process_output): Use whole read buffer.
15036         Don't trigger adaptive read buffering on errors.
15038 2004-07-31  Luc Teirlinck  <teirllm@auburn.edu>
15040         * keymap.c (Fset_keymap_parent, Fdefine_prefix_command): Doc fixes.
15042         * keyboard.c (syms_of_keyboard) <disable-point-adjustment>: Doc fix.
15044         * callint.c (Fcall_interactively): Doc fix.
15046 2004-07-30  Richard M. Stallman  <rms@gnu.org>
15048         * abbrev.c (Fexpand_abbrev): Undo previous change.
15050 2004-07-30  Kim F. Storm  <storm@cua.dk>
15052         * editfns.c (Fformat): Allocate extra (dummy) element in info.
15054 2004-07-28  Luc Teirlinck  <teirllm@auburn.edu>
15056         * eval.c (Fdefvar, Fdefconst): Doc fixes.
15058 2004-07-27  Kim F. Storm  <storm@cua.dk>
15060         * xdisp.c (move_it_in_display_line_to): Check BUFFER_POS_REACHED_P after
15061         we have ensured that the glyph fits on the current line (or returned
15062         MOVE_LINE_CONTINUED otherwise).
15064 2004-07-26  Kim F. Storm  <storm@cua.dk>
15066         * xdisp.c (move_it_in_display_line_to): If overflow-newline-into-fringe
15067         is enabled, return MOVE_LINE_CONTINUED rather than MOVE_POS_MATCH_OR_ZV
15068         if target position is at end of display line but char is not a newline.
15070 2004-07-25  Richard M. Stallman  <rms@gnu.org>
15072         * window.c (coordinates_in_window): Return ON_SCROLL_BAR
15073         instead of ON_VERTICAL_BORDER, when on scroll bar.
15074         (Fcoordinates_in_window_p): Handle ON_SCROLL_BAR--return nil.
15076         * dispextern.h (enum window_part): Add ON_SCROLL_BAR.
15078         * window.c (Fcoordinates_in_window_p):
15079         Take account of FRAME_INTERNAL_BORDER_WIDTH.
15081         * alloc.c (check_cons_list): New function (contents commented out).
15083 2004-07-24  Luc Teirlinck  <teirllm@auburn.edu>
15085         * xfaces.c (Fcolor_supported_p): Doc fix.
15087         * frame.c (Fselect_frame, Fset_frame_selected_window)
15088         (Fframe_visible_p, Fraise_frame): Doc fixes.
15090 2004-07-24  Richard M. Stallman  <rms@gnu.org>
15092         * keyboard.h (not_single_kboard_state): Declare.
15094         * fileio.c (Fwrite_region): Doc fix.
15096         * window.c (Fwindow_at): Take account of FRAME_INTERNAL_BORDER_WIDTH.
15098         * abbrev.c (Fexpand_abbrev): Run Qpre_abbrev_expand_hook
15099         only when a real abbrev is present.
15101         * xfns.c (x_icon_verify): New function.
15102         (Fx_create_frame): Use it.
15104 2004-07-22  Barry Fishman  <barry_fishman@att.net>  (tiny change)
15106         * s/gnu-linux.h: Use GC_MARK_STACK if __amd64__ is defined.
15108 2004-07-21  Kim F. Storm  <storm@cua.dk>
15110         * window.h (struct glyph_matrix): New members nrows_scale_factor
15111         and ncols_scale_factor.
15113         * window.c (make_window): Initialize nrows_scale_factor and
15114         ncols_scale_factor members.
15116         * dispnew.c (margin_glyphs_to_reserve): Apply ncols_scale_factor.
15117         (allocate_matrices_for_frame_redisplay): Fix left/right margin mix-up.
15118         (required_matrix_height): Apply nrows_scale_factor.
15119         (required_matrix_width): Apply ncols_scale_factor.
15121         * xdisp.c (display_line): Increment nrows_scale_factor and set
15122         fonts_changed_p if past last allocated row.
15123         (append_glyph, append_composite_glyph, produce_image_glyph)
15124         (append_stretch_glyph): Increment ncols_scale_factor and set
15125         fonts_changed_p if current area is full.
15127 2004-07-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15129         * widget.c (EmacsFrameDestroy): Don't abort if normal_gc is 0.
15131 2004-07-19  Luc Teirlinck  <teirllm@auburn.edu>
15133         * window.c (Fpos_visible_in_window_p, Fset_window_hscroll)
15134         (Fwindow_inside_pixel_edges, Fwindow_end, Fset_window_point)
15135         (Fset_window_start, Fscroll_up, Fscroll_down)
15136         (Fother_window_for_scrolling, Fscroll_other_window)
15137         (Fsave_window_excursion, Fset_window_vscroll)
15138         (syms_of_window) <window-size-fixed>: Doc fixes.
15140 2004-07-19  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>
15142         * w32fns.c (Fx_file_dialog): Use ENCODE_FILE instead of
15143         ENCODE_SYSTEM for filenames.
15145 2004-07-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15147         * mac.c (sys_select): Block input around call to
15148         ReceiveNextEvent to prevent breakage.  Correctly handle
15149         blocking on event queue only by calling ReceiveNextEvent
15150         instead of select (since GUI events aren't on an fd).
15151         (sys_read): Remove function
15152         * sysdep.c: Remove redefine of read to sys_read if HAVE_CARBON.
15154 2004-07-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15156         * mac.c (sys_select): Redo sys_select to use alarm-based
15157         polling instead of 1 sec timeouts (like solaris).
15159         * macterm.c (x_make_frame_visible): Comment in polling on
15160         frame creation.
15162         * keyboard.c: Undef SIGIO on Carbon.
15164         * atimer.c (alarm_signal_handler): Call alarm handlers after
15165         scheduling.
15167         * eval.c (Feval): Remove quit_char test.
15169         * process.c (wait_reading_process_input): Remove clearing
15170         stdin for select call on process input.
15172 2004-07-18  Luc Teirlinck  <teirllm@auburn.edu>
15174         * xdisp.c (syms_of_xdisp) <window-scroll-functions>: Correct
15175         capitalization error in docstring.
15177 2004-07-17  Juanma Barranquero  <lektu@terra.es>
15179         * keyboard.c (not_single_kboard_state): Do nothing unless
15180         MULTI_KBOARD is defined.
15182 2004-07-17  Richard M. Stallman  <rms@gnu.org>
15184         * window.c (coordinates_in_window): Inside the window but outside
15185         its box to the L or R, return ON_VERTICAL_BORDER.
15186         (window_list_1): Rotate the list to start with WINDOW.
15188         * print.c (print_preprocess): Test for print_depth at limit
15189         before entering in being_printed.
15191         * keyboard.c (not_single_kboard_state): New function.
15192         (stuff_buffered_input): Now no-op only if no SIGTSTP.
15194         * frame.c (Fdelete_frame): If we're in single_bboard_state on
15195         this kboard, and we delete its last frame, go to any_kboard_state.
15197         * buffer.c (syms_of_buffer) <transient-mark-mode>: Doc fix.
15199 2004-07-15  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>
15201         * w32fns.c (Fx_file_dialog): Encode strings in system coding
15202         system before passing them to OS functions for display.
15204 2004-07-15  David Kastrup  <dak@gnu.org>
15206         * search.c (syms_of_search): Staticpro `saved_last_thing_searched'.
15207         Apparently fixes an abort condition.
15209 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
15211         * fileio.c (Fvisited_file_modtime): Return a list of two integers,
15212         instead of a cons.
15214 2004-07-14  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
15216         * keyboard.c (echo_dash): Do nothing if there already is a dash
15217         at the end of the echo string.
15219 2004-07-12  Kim F. Storm  <storm@cua.dk>
15221         * alloc.c (mark_object): Only look at Lisp_Misc_Save_Value
15222         if GC_MARK_STACK.
15224 2004-07-10  Luc Teirlinck  <teirllm@auburn.edu>
15226         * buffer.c (Fswitch_to_buffer, Fpop_to_buffer): Doc fixes.
15228         * window.c (Fwindow_buffer, Fother_window, Fget_lru_window)
15229         (Fget_largest_window, Fget_buffer_window, Fdelete_windows_on)
15230         (Freplace_buffer_in_windows, Fset_window_buffer)
15231         (Fselect-window, Fdisplay-buffer, Fsplit_window): Doc fixes.
15232         (syms_of_window): Expand docstring of `display-buffer-function'.
15234 2004-07-09  Luc Teirlinck  <teirllm@auburn.edu>
15236         * editfns.c (Ffloat_time, Fformat_time_string, Fdecode_time)
15237         (Fcurrent_time_string, Fcurrent_time_zone): Mention in docstrings
15238         that time values of the type (HIGH . LOW) are considered obsolete.
15240 2004-07-06  Luc Teirlinck  <teirllm@auburn.edu>
15242         * keyboard.c (syms_of_keyboard): Fix `keyboard-translate-table'
15243         docstring.
15245         * fns.c (Fclear_string): Declare `len' before call to CHECK_STRING.
15247 2004-07-06  John Paul Wallington  <jpw@gnu.org>
15249         * eval.c (Fdefmacro): Signal an error if NAME is not a symbol.
15251         * fns.c (Fclear_string): Signal an error if STRING is not a string.
15253 2004-07-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15255         * macterm.c (mac_initialize_display_info): Use CGGetActiveDisplayList
15256         instead of CGMainDisplayID (only in OSX 10.2 and later).
15258 2004-07-04  John Paul Wallington  <jpw@gnu.org>
15260         * fileio.c (read_file_name_completion_ignore_case): New variable.
15261         (syms_of_fileio): Declare and initialise it.
15262         (Fread_file_name): Bind `completion-ignore-case' to respect it.
15264 2004-07-03  Eli Zaretskii  <eliz@gnu.org>
15266         * msdos.c (dos_rawgetc): Use make_number to produce Lisp objects
15267         for event.x and event.y.
15269 2004-07-01  Kenichi Handa  <handa@m17n.org>
15271         * w32select.c (Fw32_set_clipboard_data): Update `nbytes' correctly
15272         after getting a new string by pre-write-conversion.
15274 2004-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15276         * xterm.c (x_detect_focus_change): Remove unused var `nr_events'.
15277         (x_calc_absolute_position): Remove unused var `child'.
15279         * xfaces.c (x_supports_face_attributes_p)
15280         (Fdisplay_supports_face_attributes_p): YAILOM.
15281         (tty_supports_face_attributes_p): Remove unused var `i'.
15283         * syntax.c (skip_chars): Remove unused labels fwd_unibyte_ok and
15284         back_unibyte_ok.
15286         * search.c (match_limit, Fmatch_data, Fset_match_data): YAILOM.
15288         * fontset.c (Fset_fontset_font): Remove unused vars `family' and
15289         `registry'.
15291         * Makefile.in (${etc}DOC): Fix file name of make-docfile.
15293 2004-06-30  Andreas Schwab  <schwab@suse.de>
15295         * image.c (CHECK_LIB_AVAILABLE): Add third parameter LIBRARIES.
15296         (Finit_image_library): Pass LIBRARIES through to
15297         CHECK_LIB_AVAILABLE.  Declare parameters.  Doc fix.
15298         (lookup_image_type): Pass Qnil as second argument to
15299         Finit_image_library.
15301         * lisp.h (Finit_image_library): Declare.
15303 2004-06-29  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15305         * macterm.c (do_window_activate, do_window_deactivate): Remove.
15306         (XTread_socket): Send mouse button events to the toolbox
15307         dispatcher even when the mouse is grabbed.  Don't process window
15308         activate events for non-Emacs windows.  Replace function calls to
15309         do_window_activate and do_window_deactivate with their contents.
15310         Reset mouse grabbing status when a window is deactivated.
15312 2004-06-29  Steven Tamm  <steventamm@mac.com>
15314         * macterm.c (mac_get_emulated_btn)
15315         (mac_event_to_emacs_modifiers): Fix emulated mouse button
15316         support to correctly mask out modifiers.
15318 2004-06-29  David Kastrup  <dak@gnu.org>
15320         * search.c (Fset_match_data): Allow buffer before end of list
15321         which can happen if set-match-data is using a pre-consed list.
15323 2004-06-28  Steven Tamm  <steventamm@mac.com>
15325         * macterm.c (XTread_socket): Correctly set the frame position
15326         after the window is moved.
15328 2004-06-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15330         * gtkutil.c (xg_get_image_for_pixmap): Call g_object_unref on
15331         gpix and gmask just before return to avoid memory leak.
15332         (xg_get_image_for_pixmap): Add workaround for monochrome displays
15333         so insensitive and activated icons look ok.
15335 2004-06-27  Jason Rumney  <jasonr@gnu.org>
15337         * w32fns.c (file_dialog_callback): Disable edit control if set
15338         to directories only on CDN_INITDONE message.
15339         (Fx_file_dialog): Default to directories only when prompt starts
15340         with "Dired".
15342 2004-06-25  Kim F. Storm  <storm@cua.dk>
15344         * alloc.c (allocate_misc): Update total_free_markers.
15345         (free_misc): New function.
15346         (safe_alloca_unwind, free_marker): Use it.
15348         * lisp.h (free_misc): Add prototype.
15350         * fns.c (Fmapconcat, Fmapcar): Remove superfluous GCPROs.
15352 2004-06-24  Richard M. Stallman  <rms@gnu.org>
15354         * emacs.c (Vsignal_USR1_hook, Vsignal_USR2_hook): Definitions deleted.
15355         (syms_of_emacs): Lisp variables deleted.
15357 2004-06-23  David Kastrup  <dak@gnu.org>
15359         * search.c (Freplace_match): Adjust the match-data more thoroughly
15360         when replacing strings in the buffer.
15361         (Fmatch_data): When INTEGERS is non-nil and the last match was in
15362         a buffer, add the buffer as last element to the match data.
15363         (Fset_match_data): If an additional element of the match-data is a
15364         buffer, restore it to last_thing_searched.
15365         (save_search_regs): Save last_thing_searched as part of the match data.
15366         (restore_match_data): Restore it again.
15368 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
15370         * keymap.c (Ftext_char_description): Doc fix.
15371         * doc.c (Fsnarf_documentation): Doc fix.
15373 2004-06-22  Kim F. Storm  <storm@cua.dk>
15375         * fns.c (Fmapcar, Fmapconcat): GCPRO the args array.
15377         * lisp.h (struct Lisp_Save_Value): New member dogc.
15378         (SAFE_ALLOCA_LISP): Change second arg to number of elements.
15379         Set dogc member in Lisp_Save_Value object so it will be GC'ed.
15380         (SAFE_FREE_LISP): New macro.
15382         * alloc.c (safe_alloca_unwind): Clear dogc and pointer members.
15383         (make_save_value): Init new dogc member.
15384         (mark_object): Mark Lisp_Save_Value pointer array if dogc is set.
15386         * fns.c (Fmapconcat, Fmapcar): Use new SAFE_ALLOCA_LISP and
15387         SAFE_FREE_LISP macros.
15389 2004-06-22  Kim F. Storm  <storm@cua.dk>
15391         * lisp.h (SAFE_ALLOCA_LISP): New macro to allocate Lisp_Objects.
15392         Temporarily inhibits GC if memory is xmalloc'ed, as the Lisp_Objects
15393         in that memory area are unknown to GC.  Add comments.
15395         * fns.c (Fmapconcat, Fmapcar): Use SAFE_ALLOCA_LISP.
15397 2004-06-21  Kim F. Storm  <storm@cua.dk>
15399         * lisp.h (MAX_ALLOCA): Define here.
15400         (safe_alloca_unwind): Add prototype.
15401         (USE_SAFE_ALLOCA, SAFE_ALLOCA, SAFE_FREE): New macros.
15403         * alloc.c (safe_alloca_unwind): New function.
15405         * casefiddle.c (casify_object): Use SAFE_ALLOCA.
15407         * charset.c (Fstring): Use SAFE_ALLOCA.
15409         * coding.c (MAX_ALLOCA): Remove define.
15411         * data.c (MAX_ALLOCA): Remove define.
15412         (Faset): Use SAFE_ALLOCA.
15414         * editfns.c (Fformat, Ftranspose_regions): Use SAFE_ALLOCA.
15416         * fns.c (string_make_multibyte, string_to_multibyte)
15417         (string_make_unibyte, Fmapconcat, Fmapcar): Use SAFE_ALLOCA.
15418         (MAX_ALLOCA): Remove define.
15419         (Fbase64_encode_region, Fbase64_encode_string)
15420         (Fbase64_decode_region, Fbase64_decode_string): Use SAFE_ALLOCA.
15421         (Fbase64_encode_region, Fbase64_encode_string): Fix potential
15422         memory leak if encoding fails.
15424         * xdisp.c (add_to_log): Use SAFE_ALLOCA.
15426 2004-06-21  Eli Zaretskii  <eliz@gnu.org>
15428         * print.c (Fwith_output_to_temp_buffer): Doc fix.
15430 2004-06-20  Richard M. Stallman  <rms@gnu.org>
15432         * xfaces.c (Finternal_copy_lisp_face): Small cleanup; doc fix.
15434         * search.c (match_limit): Cleaner err msg when no match data available.
15436         * window.c (syms_of_window): Doc fix.
15438         * keyboard.c (command_loop_1): Handle values `only' and `identity'
15439         for Vtransient_mark_mode.
15441         * buffer.c (syms_of_buffer): Doc fix.
15443 2004-06-21  David Kastrup  <dak@gnu.org>
15445         * minibuf.c (Ftry_completion, Fall_completions): Do lazy binding
15446         and unbinding of `case-fold-search' according to
15447         `completion-ignore-case' around calls of string-match and
15448         predicates, respectively.  Should give satisfactory performance
15449         in all relevant cases.
15451 2004-06-17  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15453         * xterm.c (x_draw_image_foreground_1): Subtract slice.x/y from
15454         clip_x/y_origin.
15456         * fns.c (string_to_multibyte): Use xmalloc/xfree instead of alloca.
15458         * macfns.c (Fx_display_color_cells): Do not limit return value to 256.
15460         * macterm.c (mac_initialize_display_info): Initialize n_planes correctly
15461         on Mac OSX.
15463 2004-06-16  Luc Teirlinck  <teirllm@auburn.edu>
15465         * buffer.c (syms_of_buffer): Clarify `fill-column' docstring.
15467 2004-06-16  Kim F. Storm  <storm@cua.dk>
15469         * dispextern.h (Vimage_types): Remove extern.
15471 2004-06-16  Miles Bader  <miles@gnu.org>
15473         * image.c (lookup_image_type): Initialize image type if necessary.
15475 2004-06-15  Kim F. Storm  <storm@cua.dk>
15477         * xdisp.c (try_cursor_movement): Exclude header line from scroll
15478         margin at top of window.
15479         (try_window_reusing_current_matrix): Calculate proper cursor position
15480         after scrolling up with non-zero scroll margin, as the old cursor
15481         position corresponds to value of PT before executing this command.
15482         (try_window_id): Consider scroll margin at bottom of window too;
15483         otherwise we fail to scroll when hl-line-mode is enabled.
15485         * syntax.c (skip_chars): Only recognize [:class:] when it has the
15486         proper format and class is a lower-case word.
15488 2004-06-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15490         * gtkutil.c (xg_get_image_for_pixmap): New function.
15491         (xg_get_gdk_pixmap_and_mask): Remove.
15492         (update_frame_tool_bar): Call xg_get_image_for_pixmap instead of
15493         xg_get_gdk_pixmap_and_mask.
15495         * xterm.h (struct x_display_info): Typo in comment fixed.
15497 2004-06-14  Juanma Barranquero  <lektu@terra.es>
15499         * dispextern.h (Vimage_types): Make it conditional on
15500         HAVE_WINDOW_SYSTEM.
15502         * image.c (Vimage_types): Move from xdisp.c.
15503         (Vimage_type_cache): New variable.
15504         (define_image_type): New argument indicating whether an image
15505         library was loaded; cache loaded status and return t on success,
15506         nil otherwise.
15507         (CACHE_IMAGE_TYPE, ADD_IMAGE_TYPE): New macros.
15508         (w32_delayed_load): New function to load an image library from a
15509         list of possible filenames.
15510         (init_xpm_functions, init_png_functions, init_jpeg_functions)
15511         (init_tiff_functions, init_gif_functions): Use `w32_delayed_load'.
15512         (CHECK_LIB_AVAILABLE): Call `define_image_library' with new argument.
15513         (Finit_image_library): New function, extracted from `init_image'.
15514         Try to initialize an image library on demand and cache whether we
15515         were successful or not.
15516         (syms_of_image): Initialize `Vimage_types' and
15517         `Vimage_type_cache'.  Add recognized image types to Vimage_types.
15518         Export `init-image-library'.
15519         (init_image): Remove initialization of all image types, except xbm
15520         and pbm.
15522         * xdisp.c (Vimage_types): Delete (moved to image.c).
15524 2004-06-14  Andreas Schwab  <schwab@suse.de>
15526         * minibuf.c (Ftry_completion, Fall_completions, Ftest_completion):
15527         Avoid calling specbind when completion-regexp-list is empty.
15529 2004-06-13  Richard M. Stallman  <rms@gnu.org>
15531         * regex.h (CHAR_CLASS_MAX_LENGTH, re_wctype_t, re_wchar_t)
15532         (re_wctype, re_iswctype, re_wctype_to_bit):
15533         Non-function definitions moved here from regex.c.
15535         * regex.c (re_wctype, re_iswctype): Function defs longer static.
15536         (CHAR_CLASS_MAX_LENGTH, re_wctype_t, re_wchar_t)
15537         (re_wctype, re_iswctype, re_wctype_to_bit):
15538         Non-function definitions moved to regex.h.
15540         * window.c (Fselect_window): Doc fix.
15542         * syntax.c: Include regex.h.
15543         (skip_chars): New arg HANDLE_ISO_CLASSES.  Callers changed.
15544         If requested, make a list of classes, then check the scanned
15545         chars for membership in them.
15546         (in_classes): New function.
15547         Doc fix.
15549         * keyboard.c (cmd_error): Don't call any_kboard_state
15550         if inside a recursive edit level.
15552 2004-06-13  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
15554         * keyboard.c (command_loop): Call any_kboard_state before
15555         command_loop_2 when at top level.
15557 2004-06-13  Andreas Schwab  <schwab@suse.de>
15559         * print.c (print_object): Always use %ld for printing EMACS_INT.
15561         * keyboard.c (cancel_hourglass_unwind): Return a value.
15562         (modify_event_symbol): Always use %ld for printing EMACS_INT.
15563         (Fexecute_extended_command): Likewise.
15565         * syntax.h (SYNTAX_ENTRY_FOLLOW_PARENT): Rename local variable to
15566         avoid clashes.
15567         (SYNTAX): Likewise.
15568         (SYNTAX_WITH_FLAGS): Likewise.
15569         (SYNTAX_MATCH): Likewise.
15571         * syntax.c (char_quoted): Avoid warning about undefined operation.
15572         (find_defun_start): Likewise.
15573         (scan_lists): Likewise.
15574         (INC_FROM): Likewise.
15575         (scan_sexps_forward): Likewise.
15577         * image.c: Include <ctype.h>.
15579         * xfaces.c (face_attr_equal_p): Declare parameters.
15581 2004-06-13  Kenichi Handa  <handa@m17n.org>
15583         * ccl.c (CCL_READ_CHAR): If hit EOF, set REG to -1.
15585 2004-06-12  Matthew Mundell  <matt@mundell.ukfsn.org>
15587         * eval.c (Fdefun): Signal an error if NAME is not a symbol.
15589 2004-06-12  Kenichi Handa  <handa@m17n.org>
15591         * ccl.c (CCL_CALL_FOR_MAP_INSTRUCTION): Save eof_ic in
15592         ccl_prog_stack_struct and update it.
15593         (CCL_INVALID_CMD): If CCL_DEBUG is defined, call ccl_debug_hook.
15594         (CCL_READ_CHAR): Get instruction counter from eof_ic, not from
15595         ccl->eof_ic on EOF.
15596         (ccl_debug_hook): New function.
15597         (struct ccl_prog_stack): New member eof_ic.
15598         (ccl_driver): Handle EOF in subrountine call correctly.
15600 2004-06-11  Kenichi Handa  <handa@m17n.org>
15602         * coding.c (encode_coding_string): Check CODING_FINISH_INTERRUPT.
15604 2004-06-11  Kim F. Storm  <storm@cua.dk>
15606         * emacs.c (shut_down_emacs): Inhibit redisplay during shutdown.
15608 2004-06-11  Juanma Barranquero  <lektu@terra.es>
15610         * keyboard.c (Fposn_at_point): Doc fix.
15612 2004-06-11  David Kastrup  <dak@gnu.org>
15614         * search.c (match_limit): Don't flag an error if match-data
15615         exceeding the allocated search_regs.num_regs gets requested, just
15616         return Qnil.
15618 2004-06-08  Miles Bader  <miles@gnu.org>
15620         * xfaces.c (push_named_merge_point): Return 0 when a cycle is detected.
15622 2004-06-07  Juanma Barranquero  <lektu@terra.es>
15624         * editfns.c (Fuser_login_name, Ffloat_time, Fencode_time)
15625         (Fcurrent_time_string, Fcurrent_time_zone)
15626         (Finsert_buffer_substring, Ftranspose_regions): Doc fixes.
15628 2004-06-07  Miles Bader  <miles@gnu.org>
15630         * xfaces.c (struct named_merge_point): New type.
15631         (push_named_merge_point): New function.
15632         (merge_named_face): New function.
15633         (merge_face_ref, face_at_buffer_position, face_at_string_position):
15634         Use `merge_named_face'.
15635         (merge_face_inheritance): Function removed.
15636         (merge_face_ref): Rename from `merge_face_vector_with_property'.
15637         Add new `err_msgs' and `named_merge_points' args.  Return error
15638         status.  Only print error messages if ERR_MSGS is true.  Don't try to
15639         do :inherit attribute validation.
15640         (merge_face_heights): Handle `unspecified' in both directions.
15641         (merge_face_vectors): Rename `cycle_check' arg to `named_merge_points'.
15642         Call `merge_face_ref' instead of `merge_face_inheritance'.
15643         (Fdisplay_supports_face_attributes_p, Fface_attributes_as_vector)
15644         (compute_char_face, face_at_buffer_position)
15645         (face_at_string_position): Call `merge_face_ref' instead of
15646         `merge_face_vector_with_property'.
15648 2004-06-07  Kenichi Handa  <handa@m17n.org>
15650         * coding.c (find_safe_codings): Check NILP (safe_codings) only at
15651         the necessary places.
15653 2004-06-07  Kim F. Storm  <storm@cua.dk>
15655         * process.c (Fdelete_process): Undo 2004-05-28 change.
15656         Instead, call status_notify also for network process.
15657         (status_message): Use process instead of status as arg.
15658         Give messages "deleted" or "connection broken by remote peer" for
15659         an exited network process.
15660         (status_notify): Change call to status_message.
15661         (read_process_output): Increase readmax to 4096.  Do not increase
15662         buffer size for datagram channels (default is now large enough).
15664 2004-06-06  Steven Tamm  <tamm@Steven-Tamms-Computer.local>
15666         * macfns.c (x_create_tip_frame): Fix Mac OS X 10.1 compilation
15667         problem due to newly defined variable.
15669 2004-06-06  Miles Bader  <miles@gnu.org>
15671         * xfaces.c (Fdisplay_supports_face_attributes_p): Give up
15672         immediately if non-interactive or not initialized.
15674 2004-06-05  Richard M. Stallman  <rms@gnu.org>
15676         * minibuf.c (Fcompleting_read): Doc fix.
15678 2004-06-05  Andreas Schwab  <schwab@suse.de>
15680         * macfns.c (x_create_tip_frame): Fix declaration after statement.
15682 2004-06-05  Juanma Barranquero  <lektu@terra.es>
15684         * keymap.c (Fdescribe_vector): Fix docstring.
15685         (Fkey_description, Fglobal_key_binding): Fix typo in docstring.
15687 2004-06-05  Miles Bader  <miles@gnu.org>
15689         * xfaces.c (tty_supports_face_attributes_p): Make sure the specified
15690         attributes have different values than the default face.
15692 2004-06-04  Eli Zaretskii  <eliz@gnu.org>
15694         * xfaces.c (x_supports_face_attributes_p): Make this function
15695         conditional on HAVE_WINDOW_SYSTEM.
15696         (Fdisplay_supports_face_attributes_p) [HAVE_WINDOW_SYSTEM]:
15697         Don't call x_supports_face_attributes_p if it was not compiled in.
15699 2004-06-04  Miles Bader  <miles@gnu.org>
15701         * xfaces.c (tty_supports_face_attributes_p): New function, mostly
15702         from Ftty_supports_face_attributes_p.
15703         (x_supports_face_attributes_p): New function.
15704         (Ftty_supports_face_attributes_p): Function deleted.
15705         (Fdisplay_supports_face_attributes_p): New function.
15706         (syms_of_xfaces): Initialize Sdisplay_supports_face_attributes_p.
15707         (face_attr_equal_p): New function.
15708         (lface_equal_p): Use it.
15710 2004-06-03  Juanma Barranquero  <lektu@terra.es>
15712         * w32fns.c (Fx_display_grayscale_p, Fw32_send_sys_command)
15713         (Vw32_color_map): Fix typo in docstring.
15714         (Fx_create_frame, Fw32_find_bdf_fonts, Fx_show_tip)
15715         (Fw32_unregister_hot_key, Fw32_reconstruct_hot_key):
15716         Make argument names match their use in docstring.
15718 2004-06-02  Juanma Barranquero  <lektu@terra.es>
15720         Work around bugs/problems with MinGW builds of graphics libraries
15721         called from MSVC builds of Emacs.
15723         * image.c (lookup_image): Make pointer to img static.
15724         (png_read_from_memory): Disable "global" optimization.
15726 2004-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15728         * eval.c (Fcondition_case): Fix usage.  Simplify.
15730         * mem-limits.h (EXCEEDS_LISP_PTR) [USE_LSB_TAG]: Never true.
15732 2004-05-29  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15734         * macfns.c: Don't include ccl.h.
15735         [MAC_OSX]: Don't include QuickTime/QuickTime.h.
15736         [!MAC_OSX]: Don't include alloca.h, Windows.h, Gestalt.h, or
15737         TextUtils.h.
15738         (Fx_create_frame): Sync with xfns.c.  Initialize cursor descriptors.
15739         (Fx_display_mm_height, Fx_display_mm_width): Calculate length from
15740         display height/width.
15741         (compute_tip_xy, Vx_max_tooltip_size): Declare.
15742         (unwind_create_tip_frame, compute_tip_xy): New functions.
15743         (x_create_tip_frame, Fx_show_tip, Fx_hide_tip): Sync with xfns.c.
15744         (syms_of_macfns): Initialize Qcancel_timer, Vx_max_tooltip_size,
15745         and last_show_tip_args.
15747         * macgui.h [!MAC_OSX]: Include Gestalt.h.
15748         (Cursor, No_Cursor): New defines.
15749         [!TARGET_API_MAC_CARBON] (SetPortWindowPort): New compatibility macro.
15750         [!TARGET_API_MAC_CARBON] (arrow_cursor): Declare.
15752         * macmenu.c (mac_menu_show, mac_dialog): Use SetPortWindowPort.
15754         * macterm.c: Don't include Gestalt.h.
15755         (enum mouse_tracking_type, mouse_tracking_in_progress): Remove.
15756         (XDrawLine, XClearArea, XClearWindow, mac_draw_bitmap)
15757         (mac_set_clip_rectangle, mac_reset_clipping, XCreatePixmap)
15758         (XFillRectangle, mac_draw_rectangle, mac_draw_string_common)
15759         (mac_copy_area, mac_copy_area_with_mask, x_update_end)
15760         (construct_mouse_click, XTmouse_position)
15761         (x_scroll_bar_report_motion, x_calc_absolute_position)
15762         (do_mouse_moved, do_zoom_window, mac_do_receive_drag)
15763         (XTread_socket, make_mac_frame): Use SetPortWindowPort.
15764         (note_mouse_movement): Clear the mouse face and reset the pointer
15765         shape when the pointer goes outside the frame without grabbing.
15766         (mac_front_window): New function.
15767         (mac_window_to_frame): New macro.
15768         (XTmouse_position, x_scroll_bar_report_motion, do_window_update)
15769         (do_window_activate, do_window_deactivate, do_app_resume)
15770         (do_app_suspend, do_mouse_moved, do_menu_choice, do_grow_window)
15771         (do_zoom_window, mac_do_receive_drag, XTread_socket)
15772         (mac_check_for_quit_char): Use mac_front_window and/or
15773         mac_window_to_frame.
15774         (x_scroll_bar_handle_click): Set `(PORTION . WHOLE)' part in a
15775         scroll-bar click event.
15776         (mac_define_frame_cursor): Change the pointer shape.
15777         (x_free_frame_resources): Reset tip_window to NULL when it is
15778         disposed of.
15779         [!TARGET_API_MAC_CARBON] (arrow_cursor): New variable.
15780         [!TARGET_API_MAC_CARBON] (do_init_managers): Initialize arrow_cursor.
15781         (do_window_update): Don't do anything if the updated window is the
15782         tooltip window.
15783         (do_mouse_moved): Handle mouse movement events here (previously in
15784         XTread_socket).  Clear the mouse face if
15785         dpyinfo->mouse_face_hidden is set.
15786         (do_os_event, do_events): Remove (now in XTread_socket).
15787         (XTread_socket): Immediately return if interrupt_input_blocked.
15788         Loop until all the events in the queue are processed.
15789         Rearrange codes for mouse grabbing.  Add tooltip support.  Include the
15790         contents of do_os_event and do_events.  Remove mouse movement
15791         handling (now in do_mouse_moved).  Add the case where
15792         Vmouse_highlight has an integer value.
15793         (NewMacWindow): Remove.
15794         (make_mac_frame): Do what NewMacWindow previously did.  Don't do
15795         excess initializations.
15796         (make_mac_terminal_frame): Previous initializations in
15797         make_mac_frame are moved here.
15798         (mac_initialize_display_info):
15799         Initialize dpyinfo->mouse_face_overlay and dpyinfo->mouse_face_hidden.
15801         * xdisp.c [MAC_OS] (No_Cursor): Remove variable.
15802         (define_frame_cursor1): Don't treat HAVE_CARBON as a special case.
15804 2004-05-29  Richard M. Stallman  <rms@gnu.org>
15806         * lisp.h (truncate_undo_list): Update decl.
15808         * alloc.c (undo_outer_limit): New variable.
15809         (syms_of_alloc): Defvar it.
15810         (Fgarbage_collect): Pass undo_outer_limit to truncate_undo_list.
15812         * undo.c (truncate_undo_list): New arg LIMITSIZE.
15814         * alloc.c (lisp_align_malloc): Check for base == 0
15815         regardless of HAVE_POSIX_MEMALIGN.
15816         Clean up HAVE_POSIX_MEMALIGN handling of `err'.
15818 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15820         * alloc.c: Undo Kim's recent changes and fix the same bug differently.
15821         (marker_blocks_pending_free): Remove.
15822         (Fgarbage_collect): Sweep after cleaning up undo-lists.
15823         Mark the undo lists after claning them up.
15824         Don't free block in marker_blocks_pending_free.
15825         (mark_buffer): Don't mark undo_list.
15826         (gc_sweep): Sweep hash-tables and strings first.
15827         Do free marker blocks that are empty.
15829 2004-05-28  Jim Blandy  <jimb@redhat.com>
15831         * regex.c (print_partial_compiled_pattern): Add missing 'break'
15832         after 'case wordend'.  For symbeg and symend, print to stderr,
15833         like the other cases.
15835 2004-05-28  Noah Friedman  <friedman@splode.com>
15837         * process.c (Fdelete_process): Do not call remove_process.
15839 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15841         * alloc.c (struct backtrace): Remove.
15842         (Fgarbage_collect): Use the new mark_backtrace.
15844         * eval.c (mark_backtrace): New function.
15846         * minibuf.c (run_exit_minibuf_hook): New function.
15847         (read_minibuf_unwind): Don't run exit-minibuffer-hook any more.
15848         (read_minibuf): Use separate unwind handler to run exit-minibuf-hook.
15850 2004-05-27  Kim F. Storm  <storm@cua.dk>
15852         * xdisp.c (back_to_previous_visible_line_start): Skip backwards
15853         over display properties, e.g. images, that replace buffer text.
15855 2004-05-25  Kim F. Storm  <storm@cua.dk>
15857         * alloc.c (marker_blocks_pending_free): New var.
15858         (gc_sweep): Store free marker blocks on that list.
15859         (Fgarbage_collect): Free them after undo-list cleanup.
15861         * process.c (wait_reading_process_input): Check connect_wait_mask
15862         before actually accepting connection in case it has already been
15863         accepted due to recursion.
15865 2004-05-23  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
15867         * coding.c (Fset_safe_terminal_coding_system_internal):
15868         Set suppress_error in safe_terminal_coding, not terminal_coding.
15870 2004-05-22  Richard M. Stallman  <rms@gnu.org>
15872         * alloc.c (Fmake_string): Doc fix.
15874         * buffer.c (clone_per_buffer_values): Copy the alist of local vars,
15875         and the alist pairs too.
15877         * casefiddle.c (casify_object): Return OBJ unchanged if not real char.
15879         * emacs.c (main): Update copyright year.
15881         * fileio.c (Fread_file_name): Expand DIR if not absolute.
15883         * insdel.c (del_range_2, replace_range): Don't write an anchor
15884         if the gap is empty.
15886         * xdisp.c (try_scrolling): If scroll-up-aggressively or
15887         scroll-down-aggressively is small but positive, put point
15888         near the screen edge.
15890 2004-05-22  Juanma Barranquero  <lektu@terra.es>
15892         * keymap.c (Fdefine_key): Doc fix.
15894 2004-05-22  Kim F. Storm  <storm@cua.dk>
15896         * alloc.c (struct backtrace): Add debug_on_exit member.
15897         (Fgarbage_collect): Clear out buffer undo_list markers after gc_sweep.
15898         Identify those markers as Lisp_Misc_Free objects.  Clear car and cdr of
15899         the removed cons cells.
15900         (mark_object): Undo previous change - disallow Lisp_Misc_Free objects.
15901         (gc_sweep): Clear cons_blocks before sweeping strings, so we don't have
15902         any cons cells pointing to unallocated stings.
15903         Do not lisp_free any marker blocks, as there may still be pointers
15904         to them from buffer undo lists at this stage of GC.
15906         * keyboard.c (struct backtrace): Add debug_on_exit member.
15907         (Fcommand_execute): Clear it.
15909 2004-05-20  Luc Teirlinck  <teirllm@auburn.edu>
15911         * intervals.c (lookup_char_property): Do not prematurely return nil.
15913 2004-05-19  Jim Blandy  <jimb@redhat.com>
15915         Add support for new '\_<' and '\_>' regexp operators, matching the
15916         beginning and end of symbols.
15918         * regex.c (enum syntaxcode): Add Ssymbol.
15919         (init_syntax_once): Set the syntax for '_' to Ssymbol, not Sword.
15920         (re_opcode_t): New opcodes `symbeg' and `symend'.
15921         (print_partial_compiled_pattern): Print the new opcodes properly.
15922         (regex_compile): Parse the new operators.
15923         (analyse_first): Skip sym(beg|end) (they match only the empty string).
15924         (mutually_exclusive_p): `symend' is mutually exclusive with \s_ and
15925         \sw; `symbeg' is mutually exclusive with \S_ and \Sw.
15926         (re_match_2_internal): Match symbeg and symend.
15928         * search.c (trivial_regexp_p): \_ is no longer a trivial regexp.
15930 2004-05-19  Kim F. Storm  <storm@cua.dk>
15932         * .gdbinit (xsymbol): Fix last change.
15934 2004-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
15936         * .gdbinit (xprintstr): New fun.
15937         (xstring, xprintsym): Use it.
15939         * w32proc.c (create_child): Use INTMASK.
15941         * alloc.c (Fgarbage_collect): Do all the marking before flushing
15942         unmarked elements of the undo list.
15944 2004-05-18  David Ponce  <david@dponce.com>
15946         * print.c (print): Reset print_depth before to call print_object.
15948 2004-05-18  Jason Rumney  <jasonr@gnu.org>
15950         * w32console.c: Prefix RIF functions with w32con_ to avoid
15951         namespace clash with functions in term.c and w32term.c.
15953         * w32menu.c (add_menu_item, w32_menu_display_help)
15954         [USE_LISP_UNION_TYPE]: Cast from Lisp_Object using i member.
15956         * w32term.h (display_x_get_resource, vga_stdcolor_name): Add prototype.
15958 2004-05-18  Eli Zaretskii  <eliz@gnu.org>
15960         * lisp.h (DECL_ALIGN): Remove restriction on MS-DOS systems.
15962         * msdos.c (syms_of_msdos): Initialize dos-unsupported-char-glyph
15963         with make_number.
15964         (IT_write_glyphs): Extract glyph from dos-unsupported-char-glyph
15965         with XINT.
15967 2004-05-18  Kim F. Storm  <storm@cua.dk>
15969         * blockinput.h (INPUT_BLOCKED_P): New macros.
15971         * keyboard.c (Frecursive_edit): Return immediately if input blocked.
15972         (Ftop_level): Unblock input if blocked.
15974         * buffer.h (GET_OVERLAYS_AT): New macro.
15975         * msdos.c (IT_note_mouse_highlight): Use it.
15976         * textprop.c (get_char_property_and_overlay): Use it.
15977         * xdisp.c (next_overlay_change, note_mouse_highlight): Use it.
15978         * xfaces.c (face_at_buffer_position): Use it.
15980         * print.c (print_object): Increase buf size.
15982 2004-05-17  Jason Rumney  <jasonr@gnu.org>
15984         * w32fns.c (Fw32_register_hot_key, Fw32_unregister_hot_key)
15985         (Fw32_toggle_lock_key) [USE_LISP_UNION_TYPE]: Cast from
15986         Lisp_Object using i member.
15987         (w32_quit_key): Rename from Vw32_quit_key, and make an int.
15988         (syms_of_w32fns, globals_of_w32fns): Use Lisp_Object and int
15989         consistently.
15991         * w32proc.c (create_child): Use make_number instead of masking pid.
15993         * w32fns.c (w32_color_map_lookup): Return a Lisp_Object.
15994         (x_to_w32_charset, w32_to_x_charset, w32_to_all_x_charsets):
15995         Use EQ to compare Lisp_Objects.
15996         (w32_parse_hot_key): Use int for lisp_modifiers consistently.
15998         * w32term.c (w32_num_mouse_buttons): Rename from
15999         Vw32_num_mouse_buttons and make it an int.
16001         * w32.c (init_environment): Use it.
16003         * w32fns.c (w32_wnd_proc): Likewise.
16005         * w32proc.c (w32_pipe_read_delay): Rename from
16006         Vw32_pipe_read_delay and make it an int.
16008         * w32.c (_sys_read_ahead): Use it.
16010         * lisp.h (egetenv) [USE_CRT_DLL]: Remove condition.
16012         * w32proc.c (create_child) [USE_LSB_TAG]: Don't try to mask pid.
16014         * w32inevt.c (w32_console_mouse_position, do_mouse_event)
16015         (key_event): Don't mix Lisp_Object and int.
16017         * w32heap.c (init_heap) [USE_LSB_TAG]: Don't check heap location.
16019         * keyboard.c (kbd_buffer_get_event): Don't use event->code and
16020         modifiers in language change event.
16022 2004-05-17  Kim F. Storm  <storm@cua.dk>
16024         * alloc.c (mark_object): Ignore Lisp_Misc_Free objects.
16025         Such objects may be freed markers which still exist on an undo list.
16027 2004-05-16  Juanma Barranquero  <lektu@terra.es>
16029         * data.c (Fset_default): Make argument names match their use in
16030         docstring.
16032 2004-05-15  Andreas Schwab  <schwab@suse.de>
16034         * emacs.c (gdb_array_mark_flag): Define.
16035         * .gdbinit: Mask off gdb_array_mark_flag from vector sizes.
16037 2004-05-15  Eli Zaretskii  <eliz@gnu.org>
16039         * lisp.h (DECL_ALIGN) [MSDOS]: Don't define DECL_ALIGN to use
16040         __attribute__((__aligned__)), so that USE_LSB_TAG would not become
16041         defined for the MS-DOS build.
16043 2004-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
16045         * w32fns.c (Fw32_define_rgb_color): Avoid XSET.
16047 2004-05-14  Kenichi Handa  <handa@m17n.org>
16049         * ccl.c (Fccl_execute_on_string): Fix setting elements of STATUS.
16051 2004-05-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16053         * lisp.h (Vx_resource_name, Vx_resource_class): Move from xfns.c
16054         section to frame.c section.
16055         (Fxw_display_color_p, Fx_file_dialog): Declare if
16056         HAVE_WINDOW_SYSTEM defined.
16058         * macfns.c (Fx_create_frame): Fix int/Lisp_Object mixup.
16060         * macmenu.c (set_frame_menubar): Use NILP to test a lisp value.
16062         * macterm.c (mac_get_emulated_btn, mac_event_to_emacs_modifiers)
16063         (mac_get_mouse_btn): Use NILP and EQ to test/compare lisp values.
16064         (XTread_socket): Fix int/Lisp_Object mixup.
16065         (mac_check_for_quit_char): Fix pointer/Lisp_Object mixup.
16067         * macterm.h (struct frame, struct face, struct image)
16068         (display_x_get_resource, Fx_display_color_p)
16069         (Fx_display_grayscale_p, Fx_display_planes, x_free_gcs):
16070         Add prototypes.
16072 2004-05-14  Kim F. Storm  <storm@cua.dk>
16074         * process.c (wait_reading_process_input): Make reentrant.
16075         Make Available and Connecting non-static.  Save and restore value
16076         of waiting_for_user_input_p.
16078 2004-05-13  Kim F. Storm  <storm@cua.dk>
16080         * keyboard.c (mark_kboards): Don't mark x and y members
16081         that are overloaded in selection request events.
16083 2004-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
16085         * lisp.h (USE_LSB_TAG): Make it the default when it is known to work.
16087 2004-05-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
16089         * window.c (Fdisplay_buffer, Fsplit_window)
16090         (split-height-threshold): Doc fix.
16092 2004-05-13  Juanma Barranquero  <lektu@terra.es>
16094         * xfaces.c (Ftty_supports_face_attributes_p)
16095         (Finternal_copy_lisp_face): Fix typo in docstring.
16096         (Finternal_get_lisp_face_attribute): Fix docstring.
16098 2004-05-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16100         * xfns.c (syms_of_xfns): Provide x-toolkit also for GTK.
16102 2004-05-11  Steven Tamm  <steventamm@mac.com>
16104         * macfns.c (Fx_create_frame): Default to using tool-bar by
16105         setting tool-bar-lines to 1 in default-frame-alist.
16107 2004-05-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16109         * image.c (xpm_scan, xpm_make_color_table_v, xpm_put_color_table_v)
16110         (xpm_get_color_table_v, xpm_make_color_table_h)
16111         (xpm_put_color_table_h, xpm_get_color_table_h)
16112         (xpm_str_to_color_key, xpm_load_image, xpm_load)
16113         (syms_of_image): Support XPM on Carbon Emacs.  Does not
16114         depend on libXpm, but only supports XPM version 3 without extensions.
16116 2004-05-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16118         * macterm.c (x_flush, XTframe_up_to_date): Use FRAME_MAC_P
16119         instead of FRAME_X_P.
16121 2004-05-11  Kim F. Storm  <storm@cua.dk>
16123         * process.c (read_process_output): Grow decoding_buf when needed;
16124         this could cause a crash in allocate_string and compact_small_strings.
16126 2004-04-29  Jim Blandy  <jimb@redhat.com>
16128         * regex.c (mutually_exclusive_p): In 'case wordbeg', compare op2
16129         against proper opcode.
16131 2004-05-10  Juanma Barranquero  <lektu@terra.es>
16133         * process.c (Fstart_process): Fix docstring.
16135         * charset.c (Fget_unused_iso_final_char): Fix typos in docstring.
16136         (Fchar_bytes, Fchar_width, Fstring_width, Fchar_direction)
16137         (Fsplit_char, Fchar_charset): Make argument names match their use
16138         in docstring.
16140 2004-05-10  Richard M. Stallman  <rms@gnu.org>
16142         * print.c (print_preprocess): Use being_printed, loop_count and
16143         halftail to detect overdeep nesting and cyclic cdr chains.
16145 2004-05-10  Andreas Schwab  <schwab@suse.de>
16147         * lisp.h (Fmake_symbolic_link): Declare.
16149         * fileio.c (Frename_file): Remove extra argument in call to
16150         Fmake_symbolic_link.
16152 2004-05-10  Kim F. Storm  <storm@cua.dk>
16154         * xdisp.c (calc_line_height_property): Use string position when
16155         object is a string.
16157 2004-05-10  Kenichi Handa  <handa@m17n.org>
16159         * print.c (temp_output_buffer_setup): Bind inhibit-read-only and
16160         inhibit-modification-hooks to t temporarily before calling
16161         Ferase_buffer.
16163         * xfns.c (x_create_tip_frame): Bind inhibit-read-only and
16164         inhibit-modification-hooks to t temporarily before calling
16165         Ferase_buffer.
16167         * w32fns.c (x_create_tip_frame): Bind inhibit-read-only and
16168         inhibit-modification-hooks to t temporarily before calling
16169         Ferase_buffer.
16171         * fns.c (count_combining): Delete it.
16172         (concat): Don't check combining bytes.
16174 2004-05-09  Jason Rumney  <jasonr@gnu.org>
16176         * w32fns.c (Vw32_ansi_code_page): New Lisp variable.
16177         (globals_of_w32fns): Set it.
16179 2004-05-09  Piet van Oostrum  <piet@cs.uu.nl>
16181         * data.c (Fquo): Simplify.
16183 2004-05-08  Peter Whaite  <emacs@whaite.ca>  (tiny change)
16185         * data.c (Fquo): If any argument is float, do the computation in
16186         floating point.
16188 2004-05-08  Juanma Barranquero  <lektu@terra.es>
16190         * process.c (Fwaiting_for_user_input_p, Fmake_network_process)
16191         (Fset_process_query_on_exit_flag, Vprocess_adaptive_read_buffering):
16192         Fix spelling of Emacs on docstring.
16193         (Fset_process_coding_system, Fprocess_coding_system)
16194         (Fset_process_filter_multibyte, Fprocess_filter_multibyte_p):
16195         Make argument names match their use in docstring.
16196         (Fprocess_id, Fprocess_query_on_exit_flag, Finterrupt_process):
16197         Fix docstring.
16199         * editfns.c (Finsert_buffer_substring): Make argument names match their
16200         use in docstring.
16202         * syntax.c (Fmodify_syntax_entry): Fix docstring.
16204 2004-05-07  Steven Tamm  <steventamm@mac.com>
16206         * macterm.c (mac_check_for_quit_char): Adding BLOCK_INPUT
16207         around call to ReceiveEvent to avoid certain crashes.
16209 2004-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16211         * macterm.c (mac_draw_line_to_pixmap, XCreatePixmapFromBitmapData)
16212         (mac_fill_rectangle_to_pixmap, mac_draw_rectangle_to_pixmap)
16213         (mac_copy_area_to_pixmap, mac_copy_area_with_mask_to_pixmap):
16214         Save/restore the current graphics port and device handle when
16215         drawing into an offscreen graphics world.
16217         * image.c [MAC_OS] (XPutPixel, XGetPixel, image_load_qt_1)
16218         (gif_load): Likewise.
16220 2004-05-07  Juanma Barranquero  <lektu@terra.es>
16222         * window.c (Fset_window_buffer): Fix docstring.
16224 2004-05-06  Thien-Thi Nguyen  <ttn@gnu.org>
16226         * emacs.c (main) [VMS]: Fix var ref.
16228 2004-05-06  Romain Francoise  <romain@orebokech.com>
16230         * data.c (Fsetq_default): Fix docstring.
16232 2004-05-06  Jason Rumney  <jasonr@gnu.org>
16234         * image.c (Display) [HAVE_NTGUI]: Redefine while loading xpm.h
16235         to avoid name clash.
16237 2004-05-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16239         * fileio.c (barf_or_query_if_file_exists): Use lstat.
16240         (Frename_file): Handle renaming of symlinks across file systems.
16241         (Frename_file): Put symlink handling inside #ifdef S_IFLNK.
16243 2004-05-04  Kim F. Storm  <storm@cua.dk>
16245         * xdisp.c (Qtotal): New var.
16246         (syms_of_xdisp): Intern and staticpro it.
16247         (calc_line_height_property): New arg total.  Set it if
16248         line-spacing property has format (total . VALUE).
16249         (x_produce_glyphs): Ignore line-spacing if line-height is 0.
16250         Handle total line-spacing property.
16252 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16254         * gtkutil.c (xg_update_scrollbar_pos): Call XClearWindow to clear
16255         "under" scroll bar when size/position changes.
16257 2004-05-03  Jason Rumney  <jasonr@gnu.org>
16259         * makefile.nt: Remove.
16261 2004-05-02  Eli Zaretskii  <eliz@gnu.org>
16263         * syntax.h (SET_RAW_SYNTAX_ENTRY, SYNTAX_ENTRY_INT):
16264         Avoid compiler warnings.
16266         * Makefile.in (region-cache.o): Depend on config.h.
16268 2004-05-02  Romain Francoise  <romain@orebokech.com>
16270         * indent.c (compute_motion): Save vpos in prev_vpos when dealing
16271         with continuation lines, too.
16273 2004-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
16275         * syssignal.h (init_signals): Move decl outside `#ifdef POSIX_SIGNALS'.
16277 2004-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16279         * xdisp.c (calc_line_height_property): YAILOM (yet another
16280         int/Lisp_Object mixup).
16282 2004-05-01  Eli Zaretskii  <eliz@gnu.org>
16284         * msdos.c (top-level): Add "#pragma pack(0)" after <dir.h>, to
16285         undo bad effect of pack(4) in some versions of system headers.
16287 2004-05-01  Jason Rumney  <jasonr@gnu.org>
16289         * w32term.c (x_draw_hollow_cursor): Sync with xterm.c.
16291 2004-04-30  Kim F. Storm  <storm@cua.dk>
16293         * buffer.c (syms_of_buffer) <line-spacing>: Allow float value.
16294         (syms_of_buffer) <cursor-type>: Doc fix.
16296         * dispextern.h (struct it): Remove member use_default_face.
16297         Add members override_ascent, override_descent, override_boff.
16299         * xdisp.c (init_iterator): Handle line-spacing float value.
16300         Initialize override_ascent member.
16301         (append_space_for_newline): Reset override_ascent.
16302         Remove use_default_face.
16303         (calc_line_height_property): New function to calculate value of
16304         line-height and line-spacing properties.  Look at overlays, too.
16305         Set override_ascent, override_descent, override_boff members when
16306         using another face than the current face.  Float values are now
16307         relative to the frame default font, by default; accept a cons
16308         of ratio and face name to specify value relative to a specific face.
16309         (x_produce_glyphs): Use calc_line_height_property.
16310         Use override_ascent etc. when set to handle different face heights.
16311         A negative line-spacing property value is interpreted as a total
16312         line height, rather than inter-line spacing.
16313         (note_mouse_highlight): Allocate room for 40 overlays initially.
16315 2004-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16317         * data.c (Fsubr_name): New fun.
16318         (syms_of_data): Defsubr it.
16320 2004-04-29  Kim F. Storm  <storm@cua.dk>
16322         * xdisp.c (null_glyph_slice): New var.
16323         (append_glyph, append_composite_glyph, append_stretch_glyph):
16324         Use it to initialize glyph slice.
16326 2004-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
16328         * xdisp.c (x_produce_glyphs): Fix the proverbial int/Lisp_Object mixup.
16329         (on_hot_spot_p): Make sure we always return a value.
16330         (Flookup_image_map): Remove unused var ix and iy.
16331         (note_mode_line_or_margin_highlight): Remove unused var `image'.
16333 2004-04-27  Eli Zaretskii  <eliz@gnu.org>
16335         * msdos.c (init_environment): If one of the TMP... environment
16336         variables is set to a drive letter without a trailing slash,
16337         append a slash.
16339 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
16341         * editfns.c (lisp_time_argument): Provide externally.
16343         * fileio.c (Fset_file_times): New function.
16344         (syms_of_fileio): Intern and staticpro it.
16346 2004-04-27  Kim F. Storm  <storm@cua.dk>
16348         * xdisp.c (x_produce_glyphs): Fix last change; handle newline in
16349         header line strings.
16351         * dispextern.h (struct it): New member use_default_face.
16353         * xdisp.c (Qline_height): New variable.
16354         (syms_of_xdisp): Intern and staticpro it.
16355         (append_space_for_newline): Partially undo 2004-04-25 change;
16356         add default_face_p arg, and restore callers.
16357         Clear it->use_default_face after use.
16358         (x_produce_glyphs): Set default font for ascii char if
16359         it->use_default_font is set.  Change line-spacing property to set
16360         just extra line spacing.  Handle new line-height property.
16362 2004-04-26  Andreas Schwab  <schwab@suse.de>
16364         * print.c (print_object): Print non-ascii characters in bool
16365         vector representation as octal escapes.
16367         * lisp.h (BOOL_VECTOR_BITS_PER_CHAR): Define.
16368         * print.c (print_object): Use it instead of BITS_PER_CHAR for
16369         bool vectors.
16370         * lread.c (read1): Likewise.
16371         * alloc.c (Fmake_bool_vector): Likewise.
16372         * data.c (Faref, Faset): Likewise.
16373         * fns.c (Fcopy_sequence, concat, internal_equal, Ffillarray)
16374         (mapcar1): Likewise.
16376 2004-04-26  Steven Tamm  <tamm@Steven-Tamms-Computer.local>
16378         * lread.c (init_lread): Fix typo in HAVE_CARBON test logic.
16380 2004-04-26  Miles Bader  <miles@gnu.org>
16382         * lisp.h (CYCLE_CHECK): Macro moved from xfaces.c.
16384 2004-04-26  Juanma Barranquero  <lektu@terra.es>
16386         * buffer.c (Fpop_to_buffer): Fix docstring.
16388 2004-04-26  Steven Tamm  <steventamm@mac.com>
16390         * lread.c (init_lread): Don't display missing lisp directory
16391         warnings with Carbon Emacs because self-contained bundled Emacs
16392         may be built without correct installation path.
16394 2004-04-25  Kim F. Storm  <storm@cua.dk>
16396         * macterm.c (x_draw_hollow_cursor): Fix height of box for narrow lines.
16398         * xterm.c (x_draw_hollow_cursor): Fix height of box for narrow lines.
16400         * xdisp.c (append_space_for_newline): Rename from append_space.
16401         Remove DEFAULT_FACE_P arg; always use current face.  Callers changed.
16402         (x_produce_glyphs): Handle line-spacing property on newline char.
16403         If value is t, adjust ascent and descent to fit current row height.
16404         If value is an integer or float, set extra_line_spacing to integer
16405         value, or to float value x current line height.
16407 2004-04-23  Kenichi Handa  <handa@m17n.org>
16409         * fontset.c (Finternal_char_font): If POSITION is nil, return
16410         font for displaying CH with the default face.
16412 2004-04-23  Juanma Barranquero  <lektu@terra.es>
16414         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
16416 2004-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16418         * lisp.h (XINT) [EXPLICIT_SIGN_EXTEND && !NO_UNION_TYPE]:
16419         Don't make assumptions about the relative place of i and val.
16420         (EQ) [!NO_UNION_TYPE]: Don't forget to check the type match as well.
16422 2004-04-21  Kim F. Storm  <storm@cua.dk>
16424         * dispextern.h (struct glyph_slice): New struct.
16425         (struct glyph): New member slice.
16426         (GLYPH_SLICE_EQUAL_P): New macro.
16427         (GLYPH_EQUAL_P): Use it.
16428         (struct glyph_string): New member slice.
16429         (struct it_slice): New struct.
16430         (struct it): New member slice, add member to stack too.
16431         New member constrain_row_ascent_descent_p.
16432         (image_ascent): Add prototype.
16434         * dispnew.c (buffer_posn_from_coords): Return full image width
16435         and height even for image slices (posn is relative to full image).
16436         (marginal_area_string): Adjust x0,y0 for image slice.
16438         * image.c (image_ascent): Add slice arg; calculate ascent for
16439         image slice (or full image).
16441         * keyboard.c (Fposn_at_x_y, Fposn_at_point): New defuns.
16442         (syms_of_keyboard): Defsubr them.
16444         * lisp.h (pos_visible_p): Fix prototype.
16446         * macterm.c (x_draw_relief_rect): Add top_p and bot_p args.
16447         (x_draw_glyph_string_box): Fix call to x_draw_relief_rect.
16448         (x_draw_image_foreground, x_draw_image_relief)
16449         (x_draw_image_foreground_1, x_draw_image_glyph_string):
16450         Draw sliced images.
16452         * w32term.c (w32_draw_relief_rect): Add top_p and bot_p args.
16453         (x_draw_glyph_string_box): Fix call to x_draw_relief_rect.
16454         (x_draw_image_foreground, x_draw_image_relief)
16455         (w32_draw_image_foreground_1, x_draw_image_glyph_string):
16456         Draw sliced images.
16458         * w32term.h (image_ascent): Remove prototype.
16460         * window.c (Fpos_visible_in_window_p): Return pixel position if
16461         PARTIALLY arg is non-nil.  Simplify.  Doc fix.
16462         (Fwindow_vscroll, Fset_window_vscroll): Add optional PIXEL_P arg
16463         to return/set vscroll in pixels.
16465         * window.h (Fwindow_vscroll, Fset_window_vscroll): Fix EXFUN.
16467         * xdisp.c (Qslice): New variable.
16468         (syms_of_xdisp): Intern and staticpro it.
16469         (pos_visible_p): Return pixel position in new x and y args.
16470         (init_iterator): Reset it->slice info.
16471         (handle_display_prop): Parse (slice ...) property.
16472         (push_it, pop_it): Save/restore slice info.
16473         (make_cursor_line_fully_visible): Fix 2004-04-14 change.  Do not
16474         force repositioning of tall row if window is vscrolled, as that
16475         would reset vscroll.
16476         (append_space): Set it->constrain_row_ascent_descent_p to avoid
16477         increasing row height if row is non-empty.
16478         (fill_image_glyph_string): Copy slice info.
16479         (take_vertical_position_into_account): Simplify.
16480         (produce_image_glyph): Handle iterator slice info, setup glyph
16481         slice info.  Do not force minimum line height.
16482         (x_produce_glyphs): If it->constrain_row_ascent_descent_p is set,
16483         do not increase height (ascent/descent) of non-empty row when
16484         adding normal character glyph; instead reduce glyph ascent/descent
16485         appropriately; if row is higher than current glyph, adjust glyph
16486         descent/ascent to reposition glyph within the existing row.
16487         Likewise, when char is newline, only set ascent/descent if row is
16488         currently empty.
16489         (note_mouse_highlight): Handle hotspots with sliced image.
16491         * xterm.c (x_draw_relief_rect): Add top_p and bot_p args.
16492         (x_draw_glyph_string_box): Fix call to x_draw_relief_rect.
16493         (x_draw_image_foreground, x_draw_image_relief)
16494         (x_draw_image_foreground_1, x_draw_image_glyph_string):
16495         Draw sliced images.
16497         * xterm.h (image_ascent): Remove prototype.
16499 2004-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16501         * keymap.c (Fkey_description): Fix the usual int/Lisp_Object mixup.
16503 2004-04-20  John Paul Wallington  <jpw@gnu.org>
16505         * fns.c (Fassoc, Feql): Fix indentation.
16507         * fontset.c (regularize_fontname): Rename from regulalize_fontname.
16509 2004-04-19  John Paul Wallington  <jpw@gnu.org>
16511         * fns.c (Feql): New function.
16512         (syms_of_fns): Defsubr it.
16514 2004-04-18  Jason Rumney  <jasonr@gnu.org>
16516         * w32select.c (Fw32_set_clipboard_data): Get sequence number
16517         after closing the clipboard.
16519 2004-04-16  Luc Teirlinck  <teirllm@auburn.edu>
16521         * buffer.c (Fbuffer_base_buffer): Doc fix.
16523 2004-04-17  Kim F. Storm  <storm@cua.dk>
16525         * keymap.c (Fkey_description): Add optional PREFIX arg.
16526         Combine prefix with KEYS to make up the full key sequence to describe.
16527         Correlate meta_prefix_char and following (simple) key to describe
16528         as meta modifier.  All callers changed.
16529         (describe_map): Rename arg `keys' to `prefix'.  Remove local
16530         `elt_prefix' var.  Use Fkey_description with prefix instead of
16531         elt_prefix combined with Fsingle_key_description.
16532         (describe_vector): Declare static.  Replace arg `elt_prefix' with
16533         `prefix'.  Add KEYMAP_P arg.  Add local var `elt_prefix'; use it
16534         if !KEYMAP_P.  Use Fkey_description with prefix instead of
16535         Fsingle_key_description.
16537         * keymap.h (Fkey_description): Fix prototype.
16538         (describe_vector): Remove prototype.
16540         * xdisp.c (update_overlay_arrows): Fix handling of up_to_date < 0.
16542         * image.c (PNG_BG_COLOR_SHIFT): Remove.
16543         (png_load): Fix calculation of transparent background color on X
16544         and W32 platforms.
16546 2004-04-16  Juanma Barranquero  <lektu@terra.es>
16548         * xdisp.c (try_scrolling): Make sure `scroll-conservatively' is
16549         not too large before computing how much to scroll.
16551 2004-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
16553         * dired.c (Ffile_attributes): Don't pass extra nil arg to file-handler.
16555 2004-04-14  Luc Teirlinck  <teirllm@auburn.edu>
16557         * fileio.c (Fverify_visited_file_modtime, Fvisited_file_modtime):
16558         Add hyperlink to Elisp manual to the docstring.
16560 2004-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
16562         * callint.c (fix_command): Use XDCR.
16564 2004-04-14  Nick Roberts  <nick@nick.uklinux.net>
16566         * window.c (Fget_lru_window): Doc fix.
16568 2004-04-14  Kim F. Storm  <storm@cua.dk>
16570         * editfns.c (Fformat): Fix allocation size of precision array.
16572         * dispnew.c (update_window): Only set changed_p if
16573         scrolling_window actually did scroll.
16574         (scrolling_window): Only return 1 if we actually did scroll.
16576         * xdisp.c (get_glyph_string_clip_rect): Fix reduction of cursor
16577         height to glyph height when cursor row is not fully visible.
16578         (make_cursor_line_fully_visible): Add FORCE_P arg to return
16579         failure in case row is higher than window.  Callers changed.
16580         (try_scrolling): Fix loop in scrolling if last_line_misfit (from Gerd).
16581         Try to scroll partially visible, higher-than-window cursor row.
16582         (redisplay_window): Always try to scroll partially visible,
16583         higher-than-window cursor row - both initially and again with
16584         centering_position = 0.
16585         Clear desired matrix before retrying with centering_position = 0.
16587 2004-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
16589         * syntax.c (scan_lists): Simplify backward string scan.
16590         Fix off-by-one boundary check for string and comment fences.
16592 2004-04-13  Joe Buehler  <jbuehler@hekimian.com>
16594         * sheap.c, unexcw.c: New files.
16596 2004-04-12  Luc Teirlinck  <teirllm@auburn.edu>
16598         * buffer.c (Fmake_indirect_buffer): Throw an error if the intended
16599         base buffer has been killed.  Correct the error message if the
16600         base buffer does not exist.
16602 2004-04-12  Joe Buehler  <jbuehler@hekimian.com>
16604         * s/cygwin.h: Changes for Cygwin unexec() support, changes in
16605         Cygwin itself.  Add support for Xaw3d scrollbars.
16607         * puresize.h: Set up PURE_P() for Cygwin unexec() support.
16609         * lastfile.c: Define my_endbss[] for Cygwin unexec() support.
16611         * gmalloc.c (__default_morecore): Use bss_sbrk(), not __sbrk(),
16612         before Cygwin unexec.
16614         * Makefile.in: Link changes for Cygwin unexec() support.
16616 2004-04-12  Andreas Schwab  <schwab@suse.de>
16618         * buffer.c (Fmake_indirect_buffer): Check that NAME is a string.
16620 2004-04-11  Luc Teirlinck  <teirllm@auburn.edu>
16622         * buffer.c (Fgenerate_new_buffer_name): Return NAME argument if
16623         IGNORE argument equals NAME.  Doc fix.
16625 2004-04-11  Masatake YAMATO  <jet@gyve.org>
16627         * buffer.c (fix_start_end_in_overlays): Make overlays
16628         empty if they are backwards.
16630 2004-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
16632         * xfaces.c (face_color_supported_p): Fix compilation without X11.
16634 2004-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
16636         * doc.c (Fsnarf_documentation): Ignore new file name entries.
16638 2004-04-06  Kim F. Storm  <storm@cua.dk>
16640         * msdos.c (clear_mouse_face): Only clear mouse highlight if not hidden.
16641         (dos_rawgetc): Set mouse_face_hidden after clearing highlight.
16643         * w32term.c (w32_read_socket): Set mouse_face_hidden after
16644         clearing highlight.
16646         * xdisp.c (clear_mouse_face): Only clear mouse highlight if not hidden.
16648         * xterm.c (handle_one_xevent): Set mouse_face_hidden after
16649         clearing highlight.
16651         * indent.c (vmotion): Do not reserve one column for continuation
16652         marks on window frames.
16654 2004-04-04  Eli Zaretskii  <eliz@gnu.org>
16656         * charset.h (SINGLE_BYTE_CHAR_P): Fix macro to avoid warnings
16657         from GCC.
16659 2004-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16661         * .gdbinit-union: Remove.
16663         * .gdbinit: Make it work for USE_LSB_TAG and !NO_LISP_UNION.
16664         (xgetptr, xgetint, xgettype): New funs.  Use them everywhere.
16665         ($nonvalbits): Remove.
16666         ($valmask): Set it by calling xreload to avoid redundancy.
16668         * emacs.c (gdb_use_union, gdb_use_lsb): New vars.
16669         (gdb_emacs_intbits): Remove.
16671 2004-03-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16673         * data.c (Fbyteorder): Make test work even if unsigned is not 4 bytes.
16675 2004-03-30  Kenichi Handa  <handa@m17n.org>
16677         * editfns.c (Fformat): Fix initialization of the array info.
16679 2004-03-30  Kim F. Storm  <storm@cua.dk>
16681         * xterm.c (x_mouse_click_focus_ignore_position): New var.
16682         (syms_of_xterm): DEFVAR_BOOL it.
16683         (ignore_next_mouse_click_timeout): New var.
16684         (handle_one_xevent): Clear it on KeyPress, set it on EnterNotify.
16685         Use it to filter mouse clicks following focus event.
16687 2004-03-29  David Ponce  <david@dponce.com>
16689         * callint.c (Fcall_interactively): Fix last change.
16691 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16693         * eval.c (Fcommandp): Simplify.
16695         * data.c (Finteractive_form): Rename from Fsubr_interactive_form.
16696         Extend to handle all kinds of functions.
16698         * lisp.h (Finteractive_form): Declare.
16700         * callint.c (Fcall_interactively): Use it.
16702 2004-03-26  Kim F. Storm  <storm@cua.dk>
16704         * xdisp.c (syms_of_xdisp): Include `void-variable' in list_of_error
16705         to catch errors in calc_pixel_width_or_height during redisplay.
16707 2004-03-26  Masatake YAMATO  <jet@gyve.org>
16709         * buffer.c (fix_start_end_in_overlays): Rename fix_overlays_in_range.
16711         * lisp.h (fix_start_end_in_overlays): Likewise.
16713         * insdel.c (adjust_markers_for_insert): Call fix_start_end_in_overlays.
16715         * editfns.c (Ftranspose_regions): Likewise.
16717 2004-03-20  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16719         * xterm.c (handle_one_xevent): Do not pass key press events to GTK.
16721 2004-03-19  Richard M. Stallman  <rms@gnu.org>
16723         * s/sol2-6.h: Delete previous change.
16725 2004-03-19  Kim F. Storm  <storm@cua.dk>
16727         * xdisp.c (move_it_in_display_line_to): Fix MOVE_TO_POS case when
16728         to_charpos corresponds to newline in right fringe.  Use local
16729         BUFFER_POS_REACHED_P macro.
16731 2004-03-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16733         * xdisp.c (calc_pixel_width_or_height): Add ifdef HAVE_WINDOW_SYSTEM
16734         to compile on non-window system.
16736 2004-03-19  Kim F. Storm  <storm@cua.dk>
16738         * dispextern.h (calc_pixel_width_or_height): Add prototype.
16740         * image.c (Qcenter): Move to xdisp.c.
16742         * xdisp.c (Qcenter): Declare here.
16743         (syms_of_xdisp): Intern and staticpro it.
16744         (handle_single_display_prop): Allow space display property on all
16745         platforms.
16746         (display_mode_line): Set mode_line_p before displaying line.
16747         (calc_pixel_width_or_height): Declare extern.  Add separate :align-to
16748         handling.  Remove complex cases for fringes and scroll-bars.
16749         Add left, right, and center alignment positions.  Add text (area)
16750         width/height.  Return width or height for image specs.
16751         (produce_stretch_glyph): Improve handling of :align-to.  Is now
16752         relative to left of text area by default, but other base offsets
16753         can be specified -- also for text lines.
16755         * term.c (produce_glyphs): Handle IT_STRETCH.
16756         (produce_stretch_glyph): New function to handle space width and
16757         align-to display properties on non-window systems.
16759 2004-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
16761         * fileio.c (Fread_file_name): Set completion-ignore-case for
16762         case-insensitive systems.
16764 2004-03-14  Masatake YAMATO  <jet@gyve.org>
16766         * xdisp.c (note_mode_line_or_margin_highlight): Accept HEADER_LINE
16767         when keymap and cursor are setup.
16769 2004-03-14  Steven Tamm  <steventamm@mac.com>
16771         * Makefile.in (XMENU_OBJ) [HAVE_CARBON]: Do not include xmenu.o.
16773 2004-03-14  Kim F. Storm  <storm@cua.dk>
16775         * dispextern.h (x_find_image_file): Add prototype.
16777         * image.c (x_find_image_file): Make extern.
16779         * xfns.c (x_find_image_file): Remove prototype.
16781 2004-03-13  Eli Zaretskii  <eliz@gnu.org>
16783         * Makefile.in (XMENU_OBJ): Include xmenu.o if HAVE_MENUS is defined.
16785         * emacs.c (main): Call syms_of_xmenu only if HAVE_MENUS is defined.
16787 2004-03-12  Richard M. Stallman  <rms@gnu.org>
16789         * fns.c (internal_equal): New arg PROPS controls comparing
16790         text properties.  All callers changed.
16791         (Fequal_including_properties): New function.
16792         (syms_of_fns): defsubr it.
16794 2004-03-12  Kim F. Storm  <storm@cua.dk>
16796         Fix image support on MAC.  From YAMAMOTO Mitsuharu.
16798         * dispextern.h (XImagePtr, XImagePtr_or_DC): Add typedefs.
16799         (image_background, image_background_transparent): Fix prototypes.
16801         * image.c (XImagePtr, XImagePtr_or_DC): Move typedefs to dispextern.h.
16803         * macfns.c (x_list_fonts, x_get_font_info, x_load_font)
16804         (x_query_font, x_find_ccl_program, x_set_window_size)
16805         (x_make_frame_visible, mac_initialize, XCreatePixmap)
16806         (XCreatePixmapFromBitmapData, XFreePixmap, XSetForeground)
16807         (mac_draw_line_to_pixmap): Move prototypes to macterm.h.
16809         * macterm.h (x_list_fonts, x_get_font_info, x_load_font)
16810         (x_query_font, x_find_ccl_program, x_set_window_size)
16811         (x_make_frame_visible, mac_initialize, XCreatePixmap)
16812         (XCreatePixmapFromBitmapData, XFreePixmap, XSetForeground)
16813         (mac_draw_line_to_pixmap): Add prototypes.
16815 2004-03-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16817         * macterm.c (XTread_socket): Fix mouse click on tool bar.
16819 2004-03-11  Kim F. Storm  <storm@cua.dk>
16821         * dispextern.h: Move image related prototypes from xfns.c section
16822         to image.c.  Condition them by HAVE_WINDOW_SYSTEM rather than
16823         HAVE_X_WINDOWS.
16825         * Makefile.in (XOBJ): Consolidate into one list.  Add image.o.
16826         Move gtkutil.o to new GTK_OBJ list.
16827         (XMENU_OBJ) [HAVE_MENUS]: Move declaration to proper place.
16828         (GTK_OBJ) [USE_GTK]: New declaration.
16829         (obj): Add $(GTK_OBJ) to list.
16831 2004-03-11  Steven Tamm  <steventamm@mac.com>
16833         * image.c [MAC_OSX]: Include sys/stat.h.
16835         * macfns.c (syms_of_macfns): Remove definitions of things now
16836         defined in image.c.
16838 2004-03-11  Kim F. Storm  <storm@cua.dk>
16840         The following changes consolidates the identical/similar image
16841         support code previously found in xfns.c, w32fns.c, and macfns.c
16842         into a new file image.c.
16844         * makefile.w32-in (OBJ1): Add image.o.
16845         ($(BLD)/image.$(O)): Add dependencies.
16847         * Makefile.in (XOBJ, MAC_OBJ): Add image.o.
16848         (image.o): Add dependencies.
16850         * image.c: New file with consolidated image support code.
16851         (COLOR_TABLE_SUPPORT): New define to control whether
16852         color table support is available (X only).
16853         (Bitmap_Record): Common name for x_bitmap_record,
16854         w32_bitmap_record, and mac_bitmap_record.
16855         (XImagePtr): Common name for pointer to XImage or equivalent.
16856         (XImagePtr_or_DC): New type to simplify code sharing; equivalent
16857         to XImagePtr on X+MAC, and to HDC on W32.
16858         (GET_PIXEL): Wrapper for XGetPixel or equivalent.
16859         (NO_PIXMAP): Common name for "None" or equivalent.
16860         (PNG_BG_COLOR_SHIFT): Bits to shift PNG background colors.
16861         (RGB_PIXEL_COLOR): Common type for an integer "pixel color" value.
16862         (PIX_MASK_RETAIN, PIX_MASK_DRAW): Portability macros (from macfns.c).
16863         (FRAME_X_VISUAL, x_defined_color, DefaultDepthOfScreen):
16864         Define with suitable equivalents on W32 and MAC for code sharing.
16865         (XDrawLine): Define on MAC for code sharing.
16866         (Destroy_Image, Free_Pixmap): Wrappers for code sharing.
16867         (IF_LIB_AVAILABLE): Macro to simplify code sharing.
16868         (Vx_bitmap_file_path, Vimage_cache_eviction_delay)
16869         (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
16870         (x_reference_bitmap, x_create_bitmap_from_data)
16871         (x_create_bitmap_from_file, x_destroy_bitmap)
16872         (x_destroy_all_bitmaps, x_create_bitmap_mask)
16873         (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
16874         (QCascent, QCmargin, QCrelief, QCconversion, QCcolor_symbols)
16875         (QCheuristic_mask, QCindex, QCmatrix, QCcolor_adjustment, QCmask)
16876         (Qlaplace, Qemboss, Qedge_detection, Qheuristic, Qcenter)
16877         (define_image_type, lookup_image_type, valid_image_p)
16878         (image_error, enum image_value_type, struct image_keyword)
16879         (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
16880         (make_image, free_image, prepare_image_for_display, image_ascent)
16881         (four_corners_best, image_background, image_background_transparent)
16882         (x_clear_image_1, x_clear_image, x_alloc_image_color)
16883         (make_image_cache, free_image_cache, clear_image_cache)
16884         (Fclear_image_cache, postprocess_image, lookup_image, cache_image)
16885         (forall_images_in_image_cache, x_create_x_image_and_pixmap)
16886         (x_destroy_x_image, x_put_x_image, x_find_image_file, slurp_file)
16887         (find_image_fsspec, image_load_qt_1, image_load_quicktime)
16888         (init_image_func_pointer, image_load_quartz2d)
16889         (struct ct_color, init_color_table, free_color_table)
16890         (lookup_rgb_color, lookup_pixel_color, colors_in_color_table)
16891         (cross_disabled_images, x_to_xcolors, x_from_xcolors)
16892         (x_detect_edges, x_emboss, x_laplace, x_edge_detection)
16893         (x_disable_image, x_build_heuristic_mask)
16894         (XBM support, XPM support, PBM support, PNG support, JPEG support)
16895         (TIFF support, GIF support, Ghostscript support): Consolidate image
16896         code from xfns.c, w32fns.c, and macfns.c.
16897         (syms_of_image): Consolidate image related symbol setup here.
16898         (init_image): Consolidate image related initializations here.
16900         * emacs.c (main) [HAVE_WINDOW_SYSTEM]: Add calls to syms_of_image
16901         and init_image.  Remove call to init_xfns.
16903         * macterm.h (struct mac_bitmap_record): Add file member.
16904         Not currently used, but simplifies code sharing.
16906         * macfns.c (Vx_bitmap_file_path, Vimage_cache_eviction_delay)
16907         (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
16908         (x_reference_bitmap, x_create_bitmap_from_data)
16909         (x_create_bitmap_from_file, x_destroy_bitmap)
16910         (x_destroy_all_bitmaps, x_create_bitmap_mask)
16911         (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
16912         (QCascent, QCmargin, QCrelief, QCconversion, QCcolor_symbols)
16913         (QCheuristic_mask, QCindex, QCmatrix, QCcolor_adjustment, QCmask)
16914         (Qlaplace, Qemboss, Qedge_detection, Qheuristic, Qcenter)
16915         (define_image_type, lookup_image_type, valid_image_p)
16916         (image_error, enum image_value_type, struct image_keyword)
16917         (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
16918         (make_image, free_image, prepare_image_for_display, image_ascent)
16919         (four_corners_best, image_background, image_background_transparent)
16920         (x_clear_image_1, x_clear_image, x_alloc_image_color)
16921         (make_image_cache, free_image_cache, clear_image_cache)
16922         (Fclear_image_cache, postprocess_image, lookup_image, cache_image)
16923         (forall_images_in_image_cache, x_create_x_image_and_pixmap)
16924         (x_destroy_x_image, x_put_x_image, x_find_image_file, slurp_file)
16925         (find_image_fsspec, image_load_qt_1, image_load_quicktime)
16926         (init_image_func_pointer, image_load_quartz2d)
16927         (struct ct_color, init_color_table, free_color_table)
16928         (lookup_rgb_color, lookup_pixel_color, colors_in_color_table)
16929         (cross_disabled_images, x_to_xcolors, x_from_xcolors)
16930         (x_detect_edges, x_emboss, x_laplace, x_edge_detection)
16931         (x_disable_image, x_build_heuristic_mask)
16932         (XBM support, XPM support, PBM support, PNG support, JPEG support)
16933         (TIFF support, GIF support, Ghostscript support): Merge with image
16934         code from xfns.c and macfns.c into image.c.
16935         (syms_of_xfns): Move image related symbols to image.c.
16936         (init_external_image_libraries, init_xfns): Remove; initialization
16937         moved to init_image in image.c.
16939         * w32fns.c (Vx_bitmap_file_path, Vimage_cache_eviction_delay)
16940         (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
16941         (x_reference_bitmap, x_create_bitmap_from_data)
16942         (x_create_bitmap_from_file, x_destroy_bitmap)
16943         (x_destroy_all_bitmaps, x_create_bitmap_mask)
16944         (QCascent, QCmargin, QCrelief, QCconversion, QCcolor_symbols)
16945         (QCheuristic_mask, QCindex, QCmatrix, QCcolor_adjustment, QCmask)
16946         (Qlaplace, Qemboss, Qedge_detection, Qheuristic, Qcenter)
16947         (define_image_type, lookup_image_type, valid_image_p)
16948         (image_error, enum image_value_type, struct image_keyword)
16949         (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
16950         (make_image, free_image, prepare_image_for_display, image_ascent)
16951         (four_corners_best, image_background, image_background_transparent)
16952         (x_clear_image_1, x_clear_image, x_alloc_image_color)
16953         (make_image_cache, free_image_cache, clear_image_cache)
16954         (Fclear_image_cache, postprocess_image, lookup_image, cache_image)
16955         (forall_images_in_image_cache, x_create_x_image_and_pixmap)
16956         (x_destroy_x_image, x_put_x_image, x_find_image_file, slurp_file)
16957         (struct ct_color, init_color_table, free_color_table)
16958         (lookup_rgb_color, lookup_pixel_color, colors_in_color_table)
16959         (cross_disabled_images, x_to_xcolors, x_from_xcolors)
16960         (x_detect_edges, x_emboss, x_laplace, x_edge_detection)
16961         (x_disable_image, x_build_heuristic_mask)
16962         (XBM support, XPM support, PBM support, PNG support, JPEG support)
16963         (TIFF support, GIF support, Ghostscript support): Merge with image
16964         code from xfns.c and macfns.c into image.c.
16965         (syms_of_xfns): Move image related symbols to image.c.
16966         (init_external_image_libraries, init_xfns): Remove; initialization
16967         moved to init_image in image.c.
16969         * xfns.c (Vx_bitmap_file_path, Vimage_cache_eviction_delay)
16970         (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
16971         (x_reference_bitmap, x_create_bitmap_from_data)
16972         (x_create_bitmap_from_file, x_destroy_bitmap)
16973         (x_destroy_all_bitmaps, x_create_bitmap_mask)
16974         (QCascent, QCmargin, QCrelief, QCconversion, QCcolor_symbols)
16975         (QCheuristic_mask, QCindex, QCmatrix, QCcolor_adjustment, QCmask)
16976         (Qlaplace, Qemboss, Qedge_detection, Qheuristic, Qcenter)
16977         (define_image_type, lookup_image_type, valid_image_p)
16978         (image_error, enum image_value_type, struct image_keyword)
16979         (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
16980         (make_image, free_image, prepare_image_for_display, image_ascent)
16981         (four_corners_best, image_background, image_background_transparent)
16982         (x_clear_image_1, x_clear_image, x_alloc_image_color)
16983         (make_image_cache, free_image_cache, clear_image_cache)
16984         (Fclear_image_cache, postprocess_image, lookup_image, cache_image)
16985         (forall_images_in_image_cache, x_create_x_image_and_pixmap)
16986         (x_destroy_x_image, x_put_x_image, x_find_image_file, slurp_file)
16987         (struct ct_color, init_color_table, free_color_table)
16988         (lookup_rgb_color, lookup_pixel_color, colors_in_color_table)
16989         (cross_disabled_images, x_to_xcolors, x_from_xcolors)
16990         (x_detect_edges, x_emboss, x_laplace, x_edge_detection)
16991         (x_disable_image, x_build_heuristic_mask)
16992         (XBM support, XPM support, PBM support, PNG support, JPEG support)
16993         (TIFF support, GIF support, Ghostscript support): Merge with
16994         w32fns.c and macfns.c image code into image.c.
16995         (syms_of_xfns): Move image related symbols to image.c.
16996         (init_xfns): Remove; initialization moved to init_image in image.c.
16998         * lisp.h (syms_of_image, init_image): Add protoypes.
16999         (init_xfns): Remove prototype.
17001         * dispextern.h (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
17002         (x_reference_bitmap, x_create_bitmap_from_data)
17003         (x_create_bitmap_from_file, x_destroy_bitmap)
17004         (x_create_bitmap_mask): Move prototypes from dispextern.h.
17005         (gamma_correct) [MAC_OS]: Add prototype.
17007         * xterm.h (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
17008         (x_reference_bitmap, x_create_bitmap_from_data)
17009         (x_create_bitmap_from_file, x_destroy_bitmap)
17010         (x_create_bitmap_mask): Move prototypes to dispextern.h.
17012 2004-03-09  Kenichi Handa  <handa@etlken2>
17014         * coding.c (decode_coding_emacs_mule): Handle insufficent source
17015         correctly.
17017 2004-03-04  Richard M. Stallman  <rms@gnu.org>
17019         * s/sol2-6.h (LD_SWITCH_SYSTEM_TEMACS): New definition.
17021         * window.c (Fdisplay_buffer): Doc fix.
17023         * buffer.c (Fpop_to_buffer): Doc fix.
17025 2004-03-03  Kim F. Storm  <storm@cua.dk>
17027         * xdisp.c (display_line): Fix call to get_overlay_arrow_glyph_row.
17029 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
17031         * editfns.c (Ftranslate_region): Lisp_Object/int mixup.
17033 2004-03-02  Richard M. Stallman  <rms@gnu.org>
17035         * indent.c (compute_motion): Save vpos in prev_vpos, like hpos etc.
17037 2004-03-02  Kenichi Handa  <handa@m17n.org>
17039         * doc.c (Fsubstitute_command_keys): Fix counding bytes.
17041 2004-03-02  Kim F. Storm  <storm@cua.dk>
17043         * window.h (struct window): New member overlay_arrow_bitmap.
17045         * window.c (make_window): Initialize overlay_arrow_bitmap.
17047         * xdisp.c (Voverlay_arrow_variable_list): New variable to properly
17048         implement and integrate multiple overlay arrows with redisplay.
17049         (syms_of_xdisp): DEFVAR_LISP and initialize it.
17050         (last_arrow_position, last_arrow_string): Replace by properties.
17051         (Qlast_arrow_position, Qlast_arrow_string)
17052         (Qoverlay_arrow_string, Qoverlay_arrow_bitmap): New variables.
17053         (syms_of_xdisp): Intern and staticpro them.
17054         (overlay_arrow_string_or_property, update_overlay_arrows)
17055         (overlay_arrow_in_current_buffer_p, overlay_arrows_changed_p)
17056         (overlay_arrow_at_row): New functions for multiple overlay arrows.
17057         (redisplay_internal): Use them instead of directly accessing
17058         Voverlay_arrow_position etc. for multiple overlay arrows.
17059         (mark_window_display_accurate): Use update_overlay_arrows.
17060         (try_cursor_movement): Use overlay_arrow_in_current_buffer_p.
17061         (try_window_id): Use overlay_arrows_changed_p.
17062         (get_overlay_arrow_glyph_row): Add overlay_arrow_string arg.
17063         (display_line): Use overlay_arrow_at_row to check multiple
17064         overlay arrows, and get relevant overlay-arrow-string and
17065         overlay-arrow-bitmap.  Set w->overlay_arrow_bitmap accordingly.
17066         (produce_image_glyph): Set pixel_width = 0 for fringe bitmap.
17067         (syms_of_xdisp): Remove last_arrow_position and last_arrow_string.
17069         * fringe.c (draw_fringe_bitmap): Use w->overlay_arrow_bitmap if set.
17070         (update_window_fringes): Remove unused code.
17072 2004-03-01  Jason Rumney  <jasonr@gnu.org>
17074         * w32term.c (w32_read_socket): Fix last change to ButtonPress handling.
17076 2004-03-01  Juanma Barranquero  <lektu@terra.es>
17078         * fringe.c (Fdefine_fringe_bitmap): Fix typo in docstring.
17080         * makefile.w32-in ($(BLD)/fringe.$(O)): Add dependencies.
17082 2004-03-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17084         * xfns.c (Fx_display_color_cells): Use number of planes to calculate
17085         how many colors can be displayed.
17087 2004-03-01  Kenichi Handa  <handa@m17n.org>
17089         * editfns.c (Ftranslate_region): Handle multibyte chars in TABLE
17090         correctly.
17092 2004-02-28  Kim F. Storm  <storm@cua.dk>
17094         * dispnew.c (update_window): Update header line also if there are
17095         no other changes in window (move code after set_cursor label).
17097         * lisp.h (mark_window_display_accurate): Remove prototype.
17099         * window.c (window_loop, Fforce_window_update): Force mode line
17100         updates by setting prevent_redisplay_optimizations_p and
17101         update_mode_lines.
17103 2004-02-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17105         * xfns.c (x_window): Fix indentation.
17107         * xterm.c (x_calc_absolute_position): Call x_real_positions
17108         to get WM window sizes and use those to calculate position.
17109         (x_set_offset): Remove code commented out.
17111 2004-02-28  Miles Bader  <miles@gnu.org>
17113         * keyboard.c (adjust_point_for_property): #ifdef-out dodgy xassert.
17115 2004-02-28  Kim F. Storm  <storm@cua.dk>
17117         * keyboard.c (kbd_buffer_store_event_hold): New function to store
17118         an event into kbd fifo, but with special handling of quit event;
17119         a quit event is saved for later, and further events are discarded
17120         until the saved quit event has been processed.
17121         (kbd_buffer_store_event): Use kbd_buffer_store_event_hold.
17122         (gen_help_event): Store help event in kbd fifo.
17123         (NREAD_INPUT_EVENTS): Remove.
17124         (read_avail_input): Adapt to new read_socket_hook interface.
17125         Remove allocation and initialization of local input_event buffer,
17126         as read_socket_hook stores events directly in fifo.  Allocate and
17127         initialize local hold_quit event to handle postponed quit event
17128         (and store it if set by kbd_buffer_store_event_hold).
17130         * keyboard.h (kbd_buffer_store_event_hold): Add prototype.
17131         (gen_help_event): Fix prototype.
17133         * macterm.c (XTread_socket): Remove bufp_r and
17134         numcharsp args.  Add hold_quit arg.
17135         Rework to use just one, local, inev input_event.  Store inev
17136         directly in fifo using kbd_buffer_store_event_hold.
17138         * sysdep.c (BUFFER_SIZE_FACTOR): Remove.
17139         (read_input_waiting): Adapt to new read_socket_hook interface.
17140         Remove allocation and initialization of local input_event buffer,
17141         as read_socket_hook stores events directly in fifo.  Allocate and
17142         initialize local hold_quit event to handle postponed quit event
17143         (and store it if set by kbd_buffer_store_event_hold).
17145         * term.c (read_socket_hook): Fix arg list.
17147         * termhooks.h (read_socket_hook): Fix prototype.
17149         * w32inevt.c (w32_console_read_socket): Remove bufp_r and
17150         numcharsp args.  Add hold_quit arg.
17151         Rework to use just one, local, inev input_event.  Store inev
17152         directly in fifo using kbd_buffer_store_event_hold.
17154         * w32inevt.h (w32_console_mouse_position): Fix prototype.
17156         * w32term.c (w32_read_socket): Remove bufp_r and numcharsp args.
17157         Add hold_quit arg.  Rework to use just one, local, inev
17158         input_event.  Store inev directly in fifo using
17159         kbd_buffer_store_event_hold.  Update count in one place.
17160         Postpone call to gen_help_event until inev is stored; use new
17161         local do_help for this.
17162         Remove local emacs_event in handing of ButtonPress event; just use
17163         inev instead (so no reason to copy it later).
17165         * xsmfns.c (x_session_check_input): Remove numchars arg.
17167         * xterm.c (x_focus_changed, x_detect_focus_change):
17168         Remove numchars arg.  Always store event into bufp arg.
17169         Return nothing.  Callers changed accordingly.
17170         (glyph_rect): Simplify.
17171         (STORE_KEYSYM_FOR_DEBUG): New macro.
17172         (SET_SAVED_MENU_EVENT): Use inev instead of bufp, etc.
17173         (current_bufp, current_numcharsp) [USE_GTK]: Remove.
17174         (current_hold_quit) [USE_GTK]: Add.
17175         (event_handler_gdk): Adapt to new handle_one_xevent.
17176         (handle_one_xevent): Remove bufp_r and numcharsp args.
17177         Add hold_quit arg.  Rework to use just one, local, inev
17178         input_event.  Store inev directly in fifo using
17179         kbd_buffer_store_event_hold.  Update count in one place.
17180         Postpone call to gen_help_event until inev is stored; use new
17181         local do_help for this.
17182         Simplify handling of keysyms (consolidate common code).  Fix bug
17183         where count was updated with nchars instead of nbytes.
17184         Remove local emacs_event in handing of ButtonPress event; just use
17185         inev instead (so no reason to copy it later).
17186         Remove `out' label.  Rename label `ret' to `done'; add various
17187         `goto done' to clarify code flow in deeply nested blocks.
17188         (x_dispatch_event): Simplify as handle_one_xevent now calls
17189         kbd_buffer_store_event itself.
17190         (XTread_socket): Remove bufp_r and numcharsp args.  Add hold_quit
17191         arg.  Call handle_one_xevent with new arglist.  Store event from
17192         x_session_check_input in fifo.
17193         [USE_GTK]: Setup current_hold_quit.
17194         Decrement handling_signal before unblocking input.
17195         (x_initialize) [USE_GTK]: Initialize current_count.
17197         * xterm.h (x_session_check_input): Fix prototype.
17199 2004-02-26  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17201         * s/darwin.h (LD_SWITCH_SYSTEM_TEMACS): Add `-framework QuickTime'.
17203         * dispextern.h [MAC_OSX]: Do not include Carbon/Carbon.h (now in
17204         macgui.h).
17206         * emacs.c (main) [HAVE_CARBON]: Call init_xfns.
17208         * macgui.h [MAC_OSX]: Include Carbon/Carbon.h.
17209         (mktime, DEBUG, Z, free, malloc, realloc, max, min)
17210         (init_process) [MAC_OSX]: Avoid conflicts with Carbon/Carbon.h.
17211         [!MAC_OSX]: Include QDOffscreen.h and Controls.h.
17212         (INFINITY) [MAC_OSX]: Avoid conflict with definition in math.h.
17213         (Bitmap): Remove typedef.
17214         (Pixmap): Change int to GWorldPtr.
17216         * macmenu.c [MAC_OSX]: Don't include Carbon/Carbon.h (now in macgui.h).
17218         * macterm.h [MAC_OSX]: Don't include Carbon/Carbon.h (now in macgui.h).
17219         (RED16_FROM_ULONG, GREEN16_FROM_ULONG, BLUE16_FROM_ULONG):
17220         New #define to extract 16-bit depth color components from unsigned
17221         long representation.
17222         (PIX_MASK_DRAW, PIX_MASK_RETAIN): New #define to represent pixel
17223         colors used for masks.
17224         (struct mac_display_info): Add color_p.  Remove n_cbits.
17226         * macfns.c: Include sys/types.h and sys/stat.h.
17227         [MAC_OSX]: Do not include Carbon/Carbon.h (now in macgui.h).
17228         Include QuickTime/QuickTime.h.
17229         (XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
17230         (XSetForeground, mac_draw_line_to_pixmap): Add externs for
17231         functions defined in macterm.c.
17232         (XImagePtr): New typedef.  Corresponds to XImage * in xfns.c.
17233         (ZPixmap): New #define for compatibility with xfns.c.
17234         (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
17235         (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
17236         (find_image_fsspec, image_load_qt_1, image_load_quicktime):
17237         New functions.
17238         (four_corners_best, x_create_x_image_and_pixmap)
17239         (x_destroy_x_image, unwind_create_frame, x_disable_image)
17240         (x_edge_detection, init_color_table, colors_in_color_table)
17241         (lookup_rgb_color, lookup_pixel_color, postprocess_image)
17242         (x_put_x_image, slurp_file, xbm_scan, xbm_load, xbm_load_image)
17243         (xbm_image_p, xbm_read_bitmap_data, xbm_file_p, x_to_xcolors)
17244         (x_from_xcolors, x_detect_edges): New declarations (from xfns.c).
17245         (mac_color_map_lookup, x_to_mac_color): Fix Lisp_Object/unsigned
17246         long mixup.
17247         (mac_defined_color, x_to_x_colors): Use RED16_FROM_ULONG etc.
17248         (x_decode_color): Don't use n_cbits (in struct mac_display_info).
17249         (x_set_foreground_color, x_set_cursor_color): Sync with w32fns.c.
17250         (x_set_cursor_type, Fxw_color_values, valid_image_p)
17251         (image_value_type, parse_image_spec, image_ascent, x_clear_image)
17252         (x_alloc_image_color, clear_image_cache, lookup_image)
17253         (x_find_image_file, xbm_read_bitmap_file_data)
17254         (enum xbm_keyword_index, xbm_format, xbm_image_p, xbm_scan)
17255         (xbm_read_bitmap_data, xbm_load, pbm_image_p, pbm_scan_number)
17256         (enum pbm_keyword_index, pbm_format, enum png_keyword_index)
17257         (png_format, png_image_p, enum jpeg_keyword_index, jpeg_format)
17258         (jpeg_image_p, enum tiff_keyword_index, tiff_format, tiff_image_p)
17259         (enum gif_keyword_index, gif_format, gif_image_p): Sync with xfns.c.
17260         (x_make_gc): Sync with xfns.c.  Enclose unused `border_tile' with
17261         #if 0.
17262         (x_free_gcs): Sync with xfns.c.  Enclose unused `border_tile' with
17263         #if 0.  Free white_relief.gc and black_relief.gc.
17264         (unwind_create_frame, x_emboss, x_laplace, x_edge_detection):
17265         New functions (from xfns.c).
17266         (Fx_create_frame): Record unwind_create_frame.
17267         (Fxw_display_color_p): Use dpyinfo->color_p.
17268         (Fx_display_grayscale_p, Fx_display_planes): Don't use
17269         dpyinfo->n_cbits.
17270         (Fx_display_color_cells): Use dpyinfo->n_planes;
17271         (QCmatrix, QCcolor_adjustment, QCmask, Qemboss, Qedge_detection)
17272         (Qheuristic, cross_disabled_images, emboss_matrix)
17273         (laplace_matrix): New variables (from xfns.c).
17274         (Fimage_size, Fimage_mask_p, four_corners_best, image_background)
17275         (x_clear_image_1, postprocess_image, slurp_file, xbm_load_image)
17276         (xbm_file_p, x_to_xcolors, x_from_xcolors, x_detect_edges)
17277         (image_background_transparent): New function (from xfns.c).
17278         Use PIX_MASK_DRAW/PIX_MASK_RETAIN.
17279         (image_load_quicktime): Add declaration.
17280         [MAC_OSX] (image_load_quartz2d): Likewise.
17281         [MAC_OSX] (CGImageCreateWithPNGDataProviderProcType): New typedef.
17282         [MAC_OSX] (MyCGImageCreateWithPNGDataProvider): New variable.
17283         [MAC_OSX] (init_image_func_pointer, image_load_quartz2d): New funs.
17284         (xbm_load_image_from_file, x_laplace_read_row)
17285         (x_laplace_write_row, pbm_read_file): Remove functions.
17286         [HAVE_XPM] (enum xpm_keyword_index, xpm_format, xpm_image_p)
17287         (xpm_load): Sync with xfns.c (although XPM is not supported yet).
17288         (colors_in_color_table): Sync with xfns.c (although not used).
17289         (lookup_rgb_color): Don't lookup color table.  Just do gamma
17290         correction.
17291         (COLOR_INTENSITY): New #define (from xfns.c).
17292         (x_disable_image): New function (from xfns.c).
17293         Use PIX_MASK_DRAW/PIX_MASK_RETAIN.
17294         (x_build_heuristic_mask): Sync with xfns.c.
17295         Use PIX_MASK_DRAW/PIX_MASK_RETAIN.
17296         (HAVE_PBM): Remove #ifdef.
17297         (pbm_load): Sync with xfns.c.  Set img->width and img->height
17298         before IMAGE_BACKGROUND.
17299         (png_image_p, png_load): Don't enclose declarations with #if HAVE_PNG.
17300         (Qpng, enum png_keyword_index, png_format, png_type, png_image_p):
17301         Don't enclose with #if HAVE_PNG.
17302         [!HAVE_PNG] (png_load) [MAC_OSX]: Use image_load_quartz2d if a
17303         symbol _CGImageCreateWithPNGDataProvider is defined.
17304         Otherwise use image_load_quicktime.
17305         [!HAVE_PNG] (png_load) [!MAC_OSX]: Use image_load_quicktime.
17306         [HAVE_PNG] (png_load): Sync with xfns.c.
17307         Use PIX_MASK_DRAW/PIX_MASK_RETAIN.
17308         (jpeg_image_p, jpeg_load): Don't enclose declarations with #if
17309         HAVE_JPEG.
17310         (Qjpeg, enum jpeg_keyword_index, jpeg_format, jpeg_type)
17311         (jpeg_image_p): Don't enclose with #if HAVE_JPEG.
17312         [!HAVE_JPEG] (jpeg_load) [MAC_OSX]: Use image_load_quartz2d.
17313         [!HAVE_JPEG] (jpeg_load) [!MAC_OSX]: Use image_load_quicktime.
17314         [HAVE_JPEG] (jpeg_load): Sync with xfns.c.
17315         (tiff_image_p, tiff_load): Don't enclose declarations with #if
17316         HAVE_TIFF.
17317         (Qtiff, enum tiff_keyword_index, tiff_format, tiff_type)
17318         (tiff_image_p): Don't enclose with #if HAVE_TIFF.
17319         [!HAVE_TIFF] (tiff_load): Use image_load_quicktime.
17320         [HAVE_TIFF] (tiff_error_handler, tiff_warning_handler):
17321         New functions (from xfns.c).
17322         [HAVE_TIFF] (tiff_load): Sync with xfns.c.
17323         (gif_image_p, gif_load): Don't enclose declarations with #if HAVE_GIF.
17324         (Qgif, enum gif_keyword_index, gif_format, gif_type, gif_image_p):
17325         Don't enclose with #if HAVE_GIF.
17326         [!HAVE_GIF] (gif_load): Use Quicktime Movie Toolbox if it is
17327         animated gif.  Otherwise use image_load_quicktime.
17328         [HAVE_GIF] (gif_lib.h): Temporarily define DrawText as
17329         gif_DrawText to avoid conflict with QuickdrawText.h.
17330         [HAVE_GIF] (gif_load): Sync with xfns.c.
17331         (enum gs_keyword_index, gs_format, gs_image_p, gs_load)
17332         [HAVE_GHOSTSCRIPT] (x_kill_gs_process): Sync with xfns.c (although
17333         Ghostscript is not supported yet).
17334         (syms_of_macfns): Initialize Qemboss, Qedge_detection, Qheuristic,
17335         QCmatrix, QCcolor_adjustment, and QCmask.  Add DEFVAR_BOOL
17336         cross_disabled_images (from xfns.c).  Remove #if 0 for supported
17337         image types.  Remove #if HAVE_JPEG, HAVE_TIFF, HAVE_GIF, and
17338         HAVE_PNG.  Add defsubr for Simage_size and Simage_mask_p.
17339         (init_xfns): Remove #if HAVE_JPEG, HAVE_TIFF, HAVE_GIF, and
17340         HAVE_PNG.  Call EnterMovies to support animated gifs.
17341         Call init_image_func_pointer to bind a symbol
17342         _CGImageCreateWithPNGDataProvider if it is defined.
17344         * macterm.c [MAC_OSX]: Don't include Carbon/Carbon.h (now in macgui.h).
17345         (x_draw_bar_cursor): Sync declaration with xterm.c.
17346         (XFreePixmap, mac_draw_rectangle_to_pixmap, mac_copy_area)
17347         (mac_copy_area_to_pixmap): Implementation with GWorld (offscreen
17348         graphics).
17349         (mac_set_forecolor, mac_set_backcolor): Use RED16_FROM_ULONG etc.
17350         (mac_draw_line_to_pixmap, XCreatePixmap)
17351         (XCreatePixmapFromBitmapData, mac_fill_rectangle_to_pixmap)
17352         (mac_copy_area_with_mask, mac_copy_area_with_mask_to_pixmap):
17353         New functions.
17354         (mac_draw_bitmap) [TARGET_API_MAC_CARBON]:
17355         Use GetPortBitMapForCopyBits instead of the cast to Bitmap *.
17356         Cast bits to char *.
17357         (reflect_byte): New function (from w32fns.c).
17358         (mac_create_bitmap_from_bitmap_data): Use it and don't stuff bits
17359         due to byte alignment.
17360         (mac_scroll_area) [TARGET_API_MAC_CARBON]:
17361         Use GetPortBitMapForCopyBits instead of the cast to Bitmap *.
17362         (XSetForeground): Remove static (now used in macfns.c).
17363         (HIGHLIGHT_COLOR_DARK_BOOST_LIMIT): New #define (from w32term.c).
17364         (mac_alloc_lighter_color, x_destroy_window): Sync with w32term.c.
17365         (x_setup_relief_color, x_setup_relief_colors, x_draw_box_rect)
17366         (x_draw_glyph_string_box, x_draw_image_foreground)
17367         (x_draw_image_foreground_1, x_draw_image_glyph_string)
17368         (x_draw_stretch_glyph_string, x_draw_glyph_string)
17369         (x_draw_hollow_cursor, x_draw_bar_cursor, mac_draw_window_cursor):
17370         Sync with xterm.c.
17371         (x_draw_relief_rect): Sync with xterm.c.  Make 1 pixel shorter
17372         than the xterm.c version when a strictly horizontal or vertical
17373         line is drawn.
17374         (XTset_terminal_window): Add static.
17375         (x_make_frame_visible): Add UNBLOCK_INPUT.
17376         (x_free_frame_resources): New funcion (from xterm.c).
17377         (XTread_socket): Call handle_tool_bar_click if mouse up/down event
17378         occurs in tool bar area.
17379         (mac_initialize_display_info): Remove dpyinfo->n_cbits.
17380         Set dpyinfo->color_p.  Determine dpyinfo->n_planes using HasDepth.
17381         Initialize image cache.
17382         (stricmp, wildstrieq, mac_font_pattern_match, mac_font_match):
17383         Enclose unused functions with #if 0.
17384         (Qbig5, Qcn_gb, Qsjis, Qeuc_kr): New variables.
17385         (decode_mac_font_name): New function to apply code conversions
17386         from a mac font name to an XLFD font name according to its script code.
17387         (x_font_name_to_mac_font_name): Apply code conversion from an XLFD
17388         font name to a mac font name according to REGISTRY and ENCODING fields.
17389         (init_font_name_table) [TARGET_API_MAC_CARBON]: Don't use a font
17390         whose name starts with `.'.
17391         (init_font_name_table): Use decode_mac_font_name.  Add both
17392         jisx0208.1983-sjis and jisx0201.1976-0 entries if the script code
17393         of a font is smJapanese.
17394         (mac_do_list_fonts): New function to list fonts that match a given
17395         pattern.
17396         (x_list_fonts, XLoadQueryFont): Use it.
17397         (XLoadQueryFont): Set rbearing field for each variable width
17398         character to avoid needless redraw.
17399         (syms_of_macterm): Initialize Qbig5, Qcn_gb, Qsjis, and Qeuc_kr.
17401 2004-02-26  Kim F. Storm  <storm@cua.dk>
17403         * keyboard.c (NREAD_INPUT_EVENTS): Temporarily increase to 512
17404         as read_socket_hook handler on X aborts if buffer is too small
17405         and W32 handler doesn't always check buffer limit.
17407         * xdisp.c (handle_single_display_prop): Handle left-fringe and
17408         right-fringe similar to a display margin image.  Specifically,
17409         the characters having the fringe prop are no longer shown, and
17410         we use IT_IMAGE/next_element_from_image with image_id = -1 to
17411         do this.  Set fringe bitmap face_id in it->face_id.
17412         (produce_image_glyph): Handle image_id < 0 as "no image" case, but
17413         still realize it->face (i.e. the fringe bitmap face).
17415 2004-02-25  Miles Bader  <miles@gnu.org>
17417         * xdisp.c (check_it): Check string/string_pos consistency.
17418         (init_iterator): Initialize string-related fields properly.
17420 2004-02-11  Miles Bader  <miles@gnu.org>
17422         * xdisp.c (produce_image_glyph): Force negative descents to zero.
17424 2004-02-10  Miles Bader  <miles@gnu.org>
17426         * xfns.c (lookup_image): Remove xassert(!interrupt_input_blocked);
17427         BLOCK_INPUT can be nested, so it doesn't make much sense.
17429 2004-02-24  Michael Mauger  <mmaug@yahoo.com>
17431         * w32fns.c (slurp_file, xbm_scan, xbm_load_image)
17432         (xbm_read_bitmap_data): Use unsigned char for image data.
17434 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
17436         * abbrev.c (Finsert_abbrev_table_description): Doc fix.
17438 2004-02-22  Jason Rumney  <jasonr@gnu.org>
17440         * w32term.c (w32_draw_fringe_bitmap): Draw overlaid bitmaps
17441         correctly over other bitmaps.
17443 2004-02-21  Eli Zaretskii  <eliz@gnu.org>
17445         * emacs.c (USAGE1): Split into two halves.
17446         (USAGE2): Second half of the old USAGE1.
17447         (USAGE3): Rename from USAGE2.
17448         (USAGE4): Rename from USAGE3.
17450 2004-02-21  Juri Linkov  <juri@jurta.org>
17452         * emacs.c (USAGE1): Add --no-desktop.  Move --display from USAGE2.
17453         Fix --multibyte.  Move --help, --version to USAGE2.  Add alias
17454         --file.  Fix -f, -l.  Sort options.  Untabify.
17455         (USAGE2): Add -hb.  Fix --name, --title.  Sort options.  Untabify.
17457 2004-02-19  Luc Teirlinck  <teirllm@auburn.edu>
17459         * category.c (Fdefine_category, Fcategory_docstring)
17460         (Fget_unused_category, Fset_category_table)
17461         (Fcategory_set_mnemonics): Doc fixes.
17463 2004-02-20  Kim F. Storm  <storm@cua.dk>
17465         * keyboard.c: Undo 2004-02-16 and 2004-02-17 changes.
17466         The following changes are relative to the 2004-01-21 revision.
17467         (NREAD_INPUT_EVENTS): Define as max number of input events to read
17468         in one call to read_socket_hook.  Value is 8.
17469         (read_avail_input): Separate and rework handling of read_socket_hook
17470         and non-read_socket_hook cases.  Use smaller input_event buffer
17471         in read_socket_hook case, and repeat if full buffer is read.
17472         Use new local variable 'discard' to skip input after C-g.
17473         In non-read_socket_hook case, just use a single input_event, and
17474         call kbd_buffer_store_event on the fly for each character.
17476 2004-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
17478         * lisp.h (union Lisp_Object): Give a more precise type for `type'.
17479         Remove unused `gu' alternative.
17481 2004-02-19  Andreas Schwab  <schwab@suse.de>
17483         * fringe.c (Fdefine_fringe_bitmap): Use && instead of & to avoid
17484         warning.
17486 2004-02-18  Kim F. Storm  <storm@cua.dk>
17488         * xdisp.c (get_window_cursor_type, display_and_set_cursor):
17489         Fix last change.
17491 2004-02-17  Kim F. Storm  <storm@cua.dk>
17493         * xdisp.c (fast_find_position): Fix return value of new version;
17494         it was inverted compared to the 21.1 version.
17495         (get_window_cursor_type): Don't look at glyph if NULL.
17496         (display_and_set_cursor): Set glyph to NULL if cursor in fringe.
17498         * keyboard.c: Rework previous change; it didn't consider that the
17499         buf array was allocated on the stack.
17500         (prev_read): Remove variable.
17501         (read_avail_input_buf): New static event buffer array.
17502         (in_read_avail_input): New static variable to handle re-entrancy.
17503         (read_avail_input): Change buf to pinter to read_avail_input_buf.
17504         Use in_read_avail_input to handle re-entrance; when re-entered,
17505         fully initialize and use tmp_buf array instead of read_avail_input_buf.
17506         Do not initialize read_avail_input_buf in full here; instead assume it
17507         is always cleared on entry.  To ensure that, we clear (just) the
17508         entries that were used before we return.
17509         (init_keyboard): Initialize read_avail_input_buf here.
17511 2004-02-16  Jesper Harder  <harder@ifa.au.dk>
17513         * cmds.c (Fend_of_line): Doc fix.
17515 2004-02-16  Dmitry Antipov  <dmantipov@yandex.ru>  (tiny change)
17517         * keyboard.c (prev_read): New static variable.
17518         (read_avail_input): Use it to zero out only those slots in buf[]
17519         that were used last time we were called.
17521 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
17523         * Makefile.in (obj): Move fringe.o from here...
17524         (XOBJ, MAC_OBJ): ...to here.
17526 2004-02-16  Stephen Eglen  <stephen@gnu.org>
17528         * fringe.c (init_fringe_bitmap): Define j in MAC_OS code.
17530 2004-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
17532         * data.c (Fbyteorder):
17533         * fringe.c (Fdefine_fringe_bitmap):
17534         * xdisp.c (handle_single_display_prop):
17535         * xselect.c (x_handle_dnd_message): Lisp_Object/int mixup.
17537 2004-02-16  Jason Rumney  <jasonr@gnu.org>
17539         * w32term.c (w32_draw_fringe_bitmap): Handle overlay fringe bitmaps.
17541 2004-02-15  Steven Tamm  <steventamm@mac.com>
17543         * macterm.c (Vmac_emulate_three_button_mouse): New variable for
17544         controlling emulation of a three button mouse with option and
17545         command keys.
17546         (Qreverse, mac_get_enumlated_btn): Handle the emulation.
17547         (mac_event_to_emacs_modifiers, XTread_socket): Ditto.
17549 2004-02-15  Kim F. Storm  <storm@cua.dk>
17551         * buffer.c (syms_of_buffer): Doc fix for indicate-buffer-boundaries.
17553         * fringe.c (init_fringe_bitmap) [MAC_OS, WORDS_BIG_ENDIAN]:
17554         Perform byte-swapping.
17556 2004-02-14  Kim F. Storm  <storm@cua.dk>
17558         * dispextern.h (struct draw_fringe_bitmap_params): Change member
17559         bits from char to short to facilitate wider bitmaps.
17560         (struct redisplay_interface): Fix prototype of define_fringe_bitmap
17561         member.
17563         * fringe.c (struct fringe_bitmap): Change member bits from char to
17564         short to facilitate 16 bits wide bitmaps.  Modify all standard
17565         bitmaps accordingly.
17566         (BYTES_PER_BITMAP_ROW, STANDARD_BITMAP_HEIGHT): New macros.
17567         (FRBITS): Use STANDARD_BITMAP_HEIGHT instead of just sizeof.
17568         (draw_fringe_bitmap): Ditto.
17569         (init_fringe_bitmap) [MAC_OS]: Don't bitswap.
17570         (init_fringe_bitmap) [HAVE_X_WINDOWS]: Enhance bitswapping to
17571         handle up to 16 bits wide bitmaps.
17572         (Fdefine_fringe_bitmap): Doc fix.  Handle wider bitmaps.
17573         (Ffringe_bitmaps_at_pos): Add missing arg declarations.
17575         * macterm.c (mac_draw_bitmap): Handle 16 bits wide bitmaps directly.
17576         (x_draw_fringe_bitmap): Use enhanced mac_draw_bitmap, so we no longer
17577         need to call mac_create_bitmap_from_bitmap_data and mac_free_bitmap.
17579         * w32term.c (w32_define_fringe_bitmap): Bitmaps are now 16 bits wide,
17580         so it is no longer necessary to expand them here.
17582         * xterm.c (x_draw_fringe_bitmap): Handle wider bitmaps (max 16 bits).
17584 2004-02-12  Kim F. Storm  <storm@cua.dk>
17586         * window.c (Fwindow_fringes): Doc fix.
17588 2004-02-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17590         * xselect.c (x_get_foreign_selection): Add new optional parameter
17591         time_stamp.
17592         (Fx_get_selection_internal): Ditto, pass time_stamp to
17593         x_get_foreign_selection.
17595         * data.c (Fbyteorder): New function.
17597 2004-02-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17599         * atimer.c: Move include stdio.h to same place as in other files.
17601         * region-cache.c: Ditto.
17603         * sysdep.c: Ditto.
17605         * xfaces.c: Ditto.
17607 2004-02-09  Sam Steingold  <sds@gnu.org>
17609         * w32term.c (w32_draw_fringe_bitmap): Fix a typo in the last patch.
17611 2004-02-09  Kim F. Storm  <storm@cua.dk>
17613         * fringe.c: New file.  Move original fringe related declarations
17614         and code from dispextern.h and xdisp.c here.
17615         Rework code to support user defined fringe bitmaps, redefining
17616         standard bitmaps, ability to overlay user defined bitmap with
17617         overlay arrow bitmap, and add faces to bitmaps.
17618         (Voverflow_newline_into_fringe): Declare here.
17619         (enum fringe_bitmap_align): New enum.
17620         (..._bits): All bitmaps are now defined without bitswapping; that
17621         is now done in init_fringe_once (if necessary).
17622         (standard_bitmaps): New array with specifications for the
17623         standard fringe bitmaps.
17624         (fringe_faces): New array.
17625         (valid_fringe_bitmap_id_p): New function.
17626         (draw_fringe_bitmap_1): Rename from draw_fringe_bitmap.
17627         (draw_fringe_bitmap): New function which draws fringe bitmap,
17628         possibly overlaying bitmap with cursor in right fringe or the
17629         overlay arrow in the left fringe.
17630         (update_window_fringes): Do not handle overlay arrow here.
17631         Compare and copy fringe bitmap faces.
17632         (init_fringe_bitmap): New function.
17633         (Fdefine_fringe_bitmap, Fdestroy_fringe_bitmap): New DEFUNs to
17634         define and destroy user defined fringe bitmaps.
17635         (Fset_fringe_bitmap_face): New DEFUN to set face for a fringe bitmap.
17636         (Ffringe_bitmaps_at_pos): New DEFUN to read current fringe bitmaps.
17637         (syms_of_fringe): New function.  Defsubr new DEFUNs.
17638         DEFVAR_LISP Voverflow_newline_into_fringe.
17639         (init_fringe_once, init_fringe): New functions.
17640         (w32_init_fringe, w32_reset_fringes) [WINDOWS_NT]: New functions.
17642         * Makefile.in (obj): Add fringe.o.
17643         (fringe.o): New dependencies.
17645         * dispextern.h (FRINGE_ID_BITS): New definition for number of
17646         bits allocated to hold a fringe number.  Increase number of bits
17647         from 4 to 8 to allow user defined fringe bitmaps.
17648         (struct glyph_row, struct it): New members left_user_fringe_bitmap,
17649         left_user_fringe_face_id, right_user_fringe_bitmap,
17650         right_user_fringe_face_id.
17651         (enum fringe_bitmap_type, struct fringe_bitmap, fringe_bitmaps):
17652         Move to new file fringe.c.
17653         (MAX_FRINGE_BITMAPS): Define here.
17654         (struct draw_fringe_bitmap_params): New members bits, cursor_p,
17655         and overlay_p.  Change member which to int.
17656         (struct redisplay_interface): New members define_fringe_bitmap
17657         and destroy_fringe_bitmap.
17658         (valid_fringe_bitmap_id_p): Add prototype.
17659         (w32_init_fringe, w32_reset_fringes) [WINDOWS_NT]: Add prototypes.
17661         * dispnew.c (row_equal_p): Compare fringe bitmap faces and overlay
17662         arrows.
17663         (update_frame): Do flush_display if force_flush_display_p to
17664         ensure display (specifically fringes) are updated in a timely
17665         manner when resizing the frame by dragging the mouse.
17666         (update_window_line): Update row if overlay arrow changed.
17667         (scrolling_window): Redraw fringe bitmaps if fringe bitmap faces
17668         or overlay arrow changed.
17670         * emacs.c (main) [HAVE_WINDOW_SYSTEM]: Call init_fringe_once,
17671         syms_of_fringe, and init_fringe.
17673         * frame.h (struct frame): New member force_flush_display_p.
17675         * lisp.h (syms_of_fringe, init_fringe, init_fringe_once):
17676         Add prototypes.
17678         * macterm.c (mac_draw_bitmap): Add overlay_p arg.
17679         (x_draw_fringe_bitmap): Handle overlayed fringe bitmaps;
17680         thanks to YAMAMOTO Mitsuharu for advice on how to do this.
17681         Use cursor color for displaying cursor in fringe.
17682         (x_redisplay_interface): Add null handlers for
17683         define_fringe_bitmap and destroy_fringe_bitmap functions.
17685         * w32term.c (w32_draw_fringe_bitmap): Copy unadapted code from
17686         xterm.c to handle overlayed fringe bitmaps and to use cursor color
17687         for displaying cursor in fringe.
17688         (w32_define_fringe_bitmap, w32_destroy_fringe_bitmap): New W32
17689         specific functions to define and destroy fringe bitmaps in fringe_bmp.
17690         (w32_redisplay_interface): Add them to redisplay_interface.
17691         (w32_term_init): Call w32_init_fringe instead of explicitly
17692         defining fringe bitmaps in fringe_bmp array.
17693         (x_delete_display): Call w32_reset_fringes instead of explicitly
17694         destroying fringe bitmaps in fringe_bmp array.
17696         * xdisp.c (Voverflow_newline_into_fringe, syms_of_xdisp)
17697         (left_bits, right_bits, up_arrow_bits, down_arrow_bits)
17698         (continued_bits, continuation_bits, ov_bits, first_line_bits)
17699         (last_line_bits, filled_box_cursor_bits, hollow_box_cursor_bits)
17700         (bar_cursor_bits, hbar_cursor_bits, zv_bits, hollow_square_bits)
17701         (fringe_bitmaps, draw_fringe_bitmap, draw_row_fringe_bitmaps)
17702         (draw_window_fringes, compute_fringe_widths, update_window_fringes):
17703         Move fringe handling vars and code to new file fringe.c.
17704         (handle_display_prop): Handle left-fringe and right-fringe
17705         display properties; store user fringe bitmaps in iterator.
17706         (move_it_in_display_line_to): Handle cursor in fringe at eob.
17707         (clear_garbaged_frames): Set force_flush_display_p if resized.
17708         (redisplay_window): Redraw fringe bitmaps if not just_this_one_p.
17709         (display_line): Handle cursor in fringe at eob.
17710         (display_line): Set row user fringe bitmaps from iterator.
17712         * xterm.c (x_draw_fringe_bitmap): Handle overlayed fringe bitmaps.
17713         Use cursor color for displaying cursor in fringe.
17714         (x_redisplay_interface): Add null handlers for
17715         define_fringe_bitmap and destroy_fringe_bitmap functions.
17717 2004-02-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17719         * macfns.c (Fx_change_window_property): Make doc string and
17720         parameters same as for X version.
17722         * w32fns.c (Fx_change_window_property): Ditto.
17724 2004-02-07  Kim F. Storm  <storm@cua.dk>
17726         * xdisp.c (hscroll_window_tree): Position cursor near to right
17727         margin in hscrolled window when jumping to end of line (rather
17728         than centering cursor).
17730         * process.c (wait_reading_process_input): Don't do adaptive read
17731         buffering if waiting for a specific process.
17733 2004-02-05  Luc Teirlinck  <teirllm@auburn.edu>
17735         * minibuf.c (Fminibufferp, Fread_from_minibuffer)
17736         (Fread_minibuffer, Feval_minibuffer)
17737         (Fread_string, Fread_no_blanks_input)
17738         (Fcompleting_read): Doc fixes.
17739         (syms_of_minibuf): Doc fixes for minibuffer-completion-table and
17740         completion-regexp-list.  Define Qcase_fold_search and staticpro it.
17741         (read_minibuf): Fix initial comment.
17742         (Ftry_completion, Fall_completions, Ftest_completion): Bind
17743         case-fold-search to the value of completion-ignore-case when
17744         checking completion-regexp-list.
17745         (Fdisplay_completion_list): Make it handle arguments that are
17746         symbols.  Doc fix.
17748 2004-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17750         * xterm.h: Add declaration of free_frame_menubar.
17752         * xfns.c (x_create_bitmap_mask): Removed unused variable depth.
17753         (x_set_menu_bar_lines): Added ! defined USE_GTK for olines.
17754         (Fx_change_window_property): Add declaration of parameters type and
17755         format.  Remove unused variable cons.
17757         * xselect.c: Include stdio.h.
17759 2004-02-05  Kenichi Handa  <handa@m17n.org>
17761         * fns.c (Fset_char_table_range): Fix previous change.
17763         * buffer.c (Fset_buffer_multibyte): Fix docstring.
17765 2004-02-04  Luc Teirlinck  <teirllm@auburn.edu>
17767         * editfns.c (Fchar_after, Fchar_before): Doc fixes.
17769 2004-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
17771         * keymap.c (Vmouse_events): Rename from Vmenu_events.
17772         (syms_of_keymap): Add mouse-[45], header-line, and mode-line to it.
17774 2004-02-04  Kenichi Handa  <handa@m17n.org>
17776         * fns.c (Fset_char_table_range): Handle charsets ascii,
17777         eight-bit-control, and eight-bit-graphic correctly.
17779 2004-02-03  Jason Rumney  <jasonr@gnu.org>
17781         * w32select.c (Fw32_set_clipboard_data): Make coding iso2022 safe.
17783         * w32fns.c (x_to_w32_font): Likewise.
17785 2004-02-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17787         * xterm.h: Add x_handle_dnd_message, x_check_property_data,
17788         x_fill_property_data, x_property_data_to_lisp and check_x_display_info.
17790         * xterm.c (handle_one_xevent): Call x_handle_dnd_message for
17791         ClientMessages.
17793         * xselect.c: Include termhooks.h and X11/Xproto.h.
17794         (x_check_property_data, x_fill_property_data)
17795         (x_property_data_to_lisp, mouse_position_for_drop)
17796         (Fx_get_atom_name, x_handle_dnd_message): New functions for DND support.
17797         (Fx_send_client_event): Move here from xfns.c.
17798         (syms_of_xselect): Add Sx_get_atom_name and Sx_send_client_message.
17800         * xfns.c (x-send-client-message): Move to xselect.c.
17801         (Fx_change_window_property): Add optional arguments TYPE, FORMAT and
17802         OUTER_P.
17803         (Fx_window_property): Add optional arguments TYPE, SOURCE, DELETE_P,
17804         VECTOR_RET_P.  Handle AnyPropertyType.  Call x_property_data_to_lisp
17805         if vector_ret_p is true.
17806         (syms_of_xfns): Sx_send_client_message moved to xselect.c.
17808 2004-02-02  Eli Zaretskii  <eliz@gnu.org>
17810         * fileio.c (Fcopy_file): If NEWNAME is a directory, expand the
17811         basename of FILE relative to it, not FILE itself.
17813 2004-02-02  Kenichi Handa  <handa@m17n.org>
17815         * coding.c (coding_restore_composition): Check invalid
17816         composition data more rigidly.
17818 2004-01-30  Luc Teirlinck  <teirllm@auburn.edu>
17820         * fileio.c (Fread_file_name_internal): Correctly handle the case
17821         where insert-default-directory is nil.
17822         (Fread_file_name): Always return an empty string if the user exits
17823         with an empty minibuffer.  Adapt the docstring accordingly.
17824         (syms_of_fileio): Adapt the docstring of insert-default-directory
17825         to the change in Fread_file_name.
17827 2004-01-29  Eli Zaretskii  <eliz@gnu.org>
17829         * alloca.c [!alloca]: Fix the prototype for xfree.
17831 2004-01-29  Kenichi Handa  <handa@m17n.org>
17833         * fns.c (string_char_to_byte): Optimize for ASCII only string.
17834         (string_byte_to_char): Likewise.
17836 2004-01-28  Peter Runestig  <peter@runestig.com>
17838         * makefile.w32-in, w32fns.c: Add `default-printer-name' function.
17840 2004-01-27  Steven Tamm  <steventamm@mac.com>
17842         * unexmacosx.c (unexec_copy): Do not copy more than was
17843         requested to prevent overwriting during unexec.
17845 2004-01-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17847         * process.c (sigchld_handler): Add comment about not calling malloc.
17849         * process.h: Add extern to synch_process_termsig.
17851 2004-01-27  Steven Tamm  <steventamm@mac.com>
17853         * macterm.c (make_mac_frame, make_mac_terminal_frame):
17854         Move setting of scroll bars from make_mac_frame to
17855         make_mac_terminal_frame to prevent clobbering of scroll-bar-mode.
17857 2004-01-26  Richard M. Stallman  <rms@gnu.org>
17859         * search.c (Freplace_match): Handle nonexistent
17860         back-references properly.
17862 2004-01-03  Richard M. Stallman  <rms@gnu.org>
17864         * window.c (decode_any_window): New function.
17865         (Fwindow_height, Fwindow_width, Fwindow_edges)
17866         (Fwindow_pixel_edges, Fwindow_inside_edges)
17867         (Fwindow_inside_pixel_edges): Use decode_any_window.
17869 2004-01-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17871         * process.h: synch_process_termsig new variable.
17873         * callproc.c: Define synch_process_termsig.
17874         (Fcall_process): Initiate synch_process_termsig to zero and
17875         check if non-zero and get signal name after subprocess has ended.
17877         * process.c (sigchld_handler): Set synch_process_termsig
17878         if terminated by a signal.  synch_process_death setting removed.
17880         * sysdep.c (mkdir, rmdir): Also check synch_process_termsig.
17882 2004-01-26  Andreas Schwab  <schwab@suse.de>
17884         * print.c (print_preprocess): Declare size as EMACS_INT to not
17885         lose bits.
17886         (print_object): Likewise.
17887         * alloc.c (Fpurecopy): Likewise.
17889 2004-01-25  Luc Teirlinck  <teirllm@auburn.edu>
17891         * window.c (Fwindow_minibuffer_p): Doc fix.
17893 2004-01-24  Jonathan Yavner  <jyavner@member.fsf.org>
17895         * editfns.c (Fformat): Make both passes accept the same set of flags.
17897 2004-01-23  Kenichi Handa  <handa@m17n.org>
17899         * fns.c (Fmd5): If OBJECT is a buffer different from the current
17900         one, set buffer to OBJECT temporarily.
17902 2004-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17904         * keyboard.c (kbd_buffer_gcpro): Remove.
17905         (kbd_buffer_store_event, clear_event, Fdiscard_input)
17906         (stuff_buffered_input, init_keyboard, syms_of_keyboard):
17907         Don't initialize and/or maintain the variable any more.  It was made
17908         redundant by my commit of 2003-06-15.
17910         * lisp.h [USE_LSB_TAG && !DECL_ALIGN]: Signal an error.
17912 2004-01-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17914         * lisp.h: Add undef DECL_ALIGN.
17916 2004-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17918         * process.c (wait_reading_process_input) [SYNC_INPUT]:
17919         Check interrupt_input_pending explicitly.
17921         * lisp.h (QUIT) [SYNC_INPUT]: Check interrupt_input_pending as well.
17923         * keyboard.c (handle_async_input): New fun,
17924         extracted from input_available_signal.
17925         (input_available_signal, reinvoke_input_signal): Use it.
17927 2004-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17929         * buffer.c (buffer_defaults, buffer_local_symbols): Use DECL_ALIGN.
17931         * lisp.h [USE_LSB_TAG]: Add definitions for Lisp_Object value
17932         manipulation macros for when tags are in the lower bits.
17933         (struct Lisp_Free) [USE_LSB_TAG]: Add padding.
17934         (DECL_ALIGN): New macro.
17935         (DEFUN): Use it.
17937         * lisp.h [ENABLE_CHECKING]: Don't force union type.
17939         * s/darwin.h (__attribute__): Remove outdated workaround.
17941         * macterm.c (main) [USE_LSB_TAG]: Don't range check the ram.
17943         * alloc.c (lisp_malloc, lisp_align_malloc) [USE_LSB_TAG]:
17944         Don't check range of malloc address.
17945         (pure_alloc) [USE_LSB_TAG]: Enforce alignment.
17947         * process.c (wait_reading_process_input): Lisp_Object/int mixup.
17949         * dired.c (Ffile_attributes): Lisp_Object/int mixup.
17951 2004-01-19  Kenichi Handa  <handa@m17n.org>
17953         * fontset.c (fontset_font_pattern): Fix previous change.
17955 2004-01-16  Miles Bader  <miles@gnu.ai.mit.edu>
17957         * xdisp.c (Voverflow_newline_into_fringe)
17958         (move_it_in_display_line_to, redisplay_internal)
17959         (update_window_fringes, redisplay_window, display_line, window):
17960         Add `#ifdef HAVE_WINDOW_SYSTEM' around fringe-drawing stuff, so
17961         that it compiles without a window-system.
17962         * dispnew.c (direct_output_for_insert, update_window): Likewise.
17964 2004-01-16  Kim F. Storm  <storm@cua.dk>
17966         * buffer.h (struct buffer): New member indicate_buffer_boundaries.
17968         * buffer.c (init_buffer_once): Set buffer_defaults and
17969         buffer_local_flags for indicate_buffer_boundaries.
17970         (syms_of_buffer): Defvar_per_buffer it, and defvar_lisp_nopro
17971         default- variable for it.
17973         * dispextern.h (struct glyph_row): New members left_fringe_bitmap,
17974         right_fringe_bitmap, redraw_fringe_bitmaps_p for new fringe handling.
17975         New members exact_window_width_line_p and cursor_in_fringe_p for
17976         overflowing newlines into right fringe.
17977         New members indicate_bob_p, indicate_top_line_p, indicate_eob_p,
17978         and indicate_bottom_line_p for buffer boundaries and scrolling.
17979         (enum fringe_bitmap_type): Add UP_ARROW_BITMAP, DOWN_ARROW_BITMAP,
17980         FIRST_LINE_BITMAP, LAST_LINE_BITMAP, FILLED_BOX_CURSOR_BITMAP,
17981         HOLLOW_BOX_CURSOR_BITMAP, BAR_CURSOR_BITMAP, HBAR_CURSOR_BITMAP,
17982         and HOLLOW_SQUARE_BITMAP.
17983         (draw_fringe_bitmap, draw_window_fringes, update_window_fringes):
17984         Add prototypes.
17986         * dispnew.c (row_equal_p, update_window_line): Compare fringe bitmaps
17987         instead of related indicator fields.
17988         Compare exact_window_width_line_p and cursor_in_mouse_face_p indicators.
17989         (direct_output_for_insert): Handle exact width lines like
17990         contined lines.  Call update_window_fringes.
17991         (update_window): Call update_window_fringes.
17992         (scrolling_window): Don't skip desired rows with changed bitmaps.
17993         Check if fringe bitmaps changes when assigning scrolled rows.
17995         * xdisp.c (Voverflow_newline_into_fringe): New variable.
17996         (IT_OVERFLOW_NEWLINE_INTO_FRINGE): New macro.
17997         (move_it_in_display_line_to): Overflow newline into fringe for
17998         rows that are exactly as wide as the window.
17999         (up_arrow_bits, down_arrow_bits, first_line_bits, last_line_bits)
18000         (filled_box_cursor_bits, hollow_box_cursor_bits, bar_cursor_bits)
18001         (hbar_cursor_bits, hollow_square_bits): New fringe bitmaps.
18002         (fringe_bitmaps): Add new bitmaps.
18003         (draw_fringe_bitmap): Make extern.  Remove WHICH arg.
18004         Select proper bitmap for cursor in fringe when appropriate.
18005         Handle alignment of bitmap to top or bottom of row.
18006         (draw_row_fringe_bitmaps): Don't select bitmaps here; that is now
18007         done by update_window_fringes.
18008         (update_window_fringes, draw_window_fringes): New functions.
18009         (redisplay_internal): Call update_window_fringes in case only
18010         cursor row is updated.
18011         (redisplay_window): Call update_window_fringes.
18012         Explicitly call draw_window_fringes if redisplay was done using
18013         the current matrix or the overlay arrow is in the window.
18014         (try_window_reusing_current_matrix): Mark scrolled rows for
18015         fringe update (to update buffer-boundaries / scrolling icons).
18016         (find_last_unchanged_at_beg_row): Handle exact width lines line
18017         continued lines.
18018         (display_line): Overflow newline into fringe for rows that are
18019         exactly as wide as the window.  Don't append space for newline
18020         in this case.
18021         (notice_overwritten_cursor): Explicitly clear cursor bitmap
18022         in fringe as if it had been overwritten.
18023         (erase_phys_cursor): Erase cursor bitmap in fringe.
18024         (syms_of_xdisp): Mark show-trailing-whitespace and
18025         void-text-area-pointer as user options.
18026         DEFVAR_LISP Voverflow_newline_into_fringe.  Enable by default.
18028         * xterm.c (x_update_window_end): Call draw_window_fringes.
18029         (x_after_update_window_line): Just set redraw_fringe_bitmaps_p
18030         in row instead of actually drawing fringe bitmaps.
18031         (x_draw_fringe_bitmap): Handle bottom aligned bitmaps.
18032         (x_draw_window_cursor): Draw cursor in fringe.
18034         * w32term.c (x_update_window_end): Call draw_window_fringes.
18035         (x_after_update_window_line): Just set redraw_fringe_bitmaps_p
18036         in row instead of actually drawing fringe bitmaps.
18037         (w32_draw_fringe_bitmap): Handle bottom aligned bitmaps.
18038         (w32_draw_window_cursor): Draw cursor in fringe.
18040         * macterm.c (x_update_window_end): Call draw_window_fringes.
18041         (x_after_update_window_line): Just set redraw_fringe_bitmaps_p
18042         in row instead of actually drawing fringe bitmaps.
18043         (x_draw_fringe_bitmap): Handle bottom aligned bitmaps.
18044         (mac_draw_window_cursor): Draw cursor in fringe.
18046 2004-01-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18048         * xterm.c (handle_one_xevent): Don't handle characters that are part
18049         of an old style (XLookupString) compose sequence.
18051 2004-01-15  Kenichi Handa  <handa@m17n.org>
18053         * search.c (Freplace_match): Use make_multibyte_string or
18054         make_unibyte_string according to the buffer multibyteness.
18056 2004-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
18058         * alloc.c (struct interval_block, struct string_block)
18059         (struct symbol_block, struct marker_block, live_string_p)
18060         (live_cons_p, live_symbol_p, live_float_p, live_misc_p):
18061         Better preserve alignment for objects in blocks.
18062         (FLOAT_BLOCK_SIZE): Adjust for possible alignment padding.
18064         * lread.c (defvar_per_buffer): Remove dead declaration.
18066         * macterm.c (do_check_ram_size): Don't hardcode the lisp address
18067         space size.
18069 2004-01-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18071         * xmenu.c (popup_get_selection): Check new parameter down_on_keypress
18072         if a key press should pop down.  Only pop down if a key is pressed
18073         outside the menu/dialog.
18074         (create_and_show_popup_menu): Pass 0 for down_on_keypress to
18075         popup_get_selection.
18076         (create_and_show_dialog): Pass 1 for down_on_keypress to
18077         popup_get_selection.
18079 2004-01-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18081         * alloc.c (allocate_vectorlike): Surround calls to mallopt with
18082         BLOCK/UNBLOCK_INPUT.
18084 2004-01-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18086         * xmenu.c (Fx_popup_dialog): Add an Ok button if no buttons are
18087         specified.
18089 2004-01-08  Kenichi Handa  <handa@m17n.org>
18091         * editfns.c (Fformat): Fix '&' to '&&'.
18093 2004-01-08  Andreas Schwab  <schwab@suse.de>
18095         * print.c (print_preprocess) <case Lisp_Vectorlike>: Only mask
18096         size if PSEUDOVECTOR_FLAG is set.
18098 2004-01-07  Kenichi Handa  <handa@m17n.org>
18100         * charset.c (Fdeclare_equiv_charset): Fix docstring.
18102         * fontset.c (fontset_ref_via_base): Fix previous change.
18104 2004-01-07  Kim F. Storm  <storm@cua.dk>
18106         * process.c (read_process_output): Only activate adaptive
18107         buffering if we read less than 256 bytes at a time.
18109 2004-01-06  Kim F. Storm  <storm@cua.dk>
18111         * dispnew.c (buffer_posn_from_coords): Return both buffer/string
18112         object and image object.  Return glyph width and height.
18113         (mode_line_string, marginal_area_string): Ditto.
18115         * dispextern.h (buffer_posn_from_coords, mode_line_string)
18116         (marginal_area_string): Fix prototypes.
18118         * keyboard.h (POSN_POSN, POSN_SET_POSN): Rename macros from
18119         POSN_BUFFER_POSN and POSN_SET_BUFFER_POSN.  All uses changed.
18120         (POSN_INBUFFER_P, POSN_BUFFER_POSN): New macros.
18122         * keyboard.c (make_lispy_position): Use modified mode_line_string,
18123         buffer_posn_from_coords, and marginal_area_string functions to
18124         include both string object and image object in the lispy position.
18125         Also add actual glyph width and height to position.
18126         (read_key_sequence): Use real buffer position from mouse
18127         event to find keymap property even when click is in marginal area.
18129         * xdisp.c (note_mode_line_or_margin_highlight): Use modified
18130         mode_line_string and marginal_area_string functions to handle
18131         both string object and image object properties.
18133 2004-01-06  Andreas Schwab  <schwab@suse.de>
18135         * syntax.c (skip_chars): Treat '-' at end of string as ordinary
18136         character.
18138 2004-01-02  Andreas Schwab  <schwab@suse.de>
18140         * macterm.c (emacs_options, x_initialized, same_x_server):
18141         Remove unused (and duplicated) definitions.
18143 2004-01-02  Kim F. Storm  <storm@cua.dk>
18145         * process.h (struct Lisp_Process): New members for adaptive read
18146         buffering: adaptive_read_buffering, read_output_delay, and
18147         read_output_skip.
18149         * process.c (ADAPTIVE_READ_BUFFERING): New conditional.
18150         (READ_OUTPUT_DELAY_INCREMENT, READ_OUTPUT_DELAY_MAX)
18151         (READ_OUTPUT_DELAY_MAX_MAX): New constants.
18152         (process_output_delay_count, process_output_skip): New vars.
18153         (Vprocess_adaptive_read_buffering): New variable.
18154         (make_process): Initialize adaptive read buffering members.
18155         (Fstart_process): Set adaptive_read_buffering member.
18156         (deactivate_process): Cleanup adaptive read buffering.
18157         (wait_reading_process_input): Temporarily omit delayed
18158         subprocesses from the set of file descriptors to read from;
18159         adjust the select timeout if we skipped any subprocesses.
18160         (read_process_output): Increase adaptive read buffering delay if
18161         we read less than a full buffer; reduce delay when we read a
18162         full buffer.
18163         (send_process): Simplify using local Lisp_Process var.
18164         Reset adaptive read buffering delay after write.
18165         (init_process): Initialize process_output_delay_count and
18166         process_output_skip.
18167         (syms_of_process): DEFVAR_LISP Vprocess_adaptive_read_buffering.
18169 2004-01-01  Jason Rumney  <jasonr@gnu.org>
18171         * w32term.c (w32_text_out): Use s->font, for consistency with callers.
18173 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
18175         * print.c (Ferror_message_string): Add hyperlink in the docstring
18176         to the definition of `signal' in the Elisp manual.
18177         * eval.c (Fsignal): Ditto.
18179 2003-12-29  James Clark  <jjc@jclark.com>
18181         * fns.c (internal_equal): Return t for two NaN arguments.
18183 2003-12-29  Richard M. Stallman  <rms@gnu.org>
18185         * data.c (store_symval_forwarding): Handle setting
18186         default-fill-column, etc., by changing the value in
18187         buffers that use the default.
18189         * minibuf.c (Fset_minibuffer_window): Doc fix.
18191         * fileio.c (choose_write_coding_system): Ignore auto_saving
18192         if using the visited file for auto saves.
18193         (Fwrite_region): Don't update SAVE_MODIFF
18194         if auto-saving in visited file.
18196 2003-12-29  Kenichi Handa  <handa@m17n.org>
18198         * dispextern.h (face_font_available_p): Extern it.
18200         * fontset.c (Voverriding_fontspec_alist): New variable.
18201         (lookup_overriding_fontspec): New function.
18202         (fontset_ref_via_base): Call lookup_overriding_fontspec if necessary.
18203         (fontset_font_pattern): Likewise.
18204         (regulalize_fontname): New function.
18205         (Fset_fontset_font): Call regulalize_fontname.
18206         (Fset_overriding_fontspec_internal): New function.
18207         (syms_of_fontset): Initialize and staticpro Voverriding_fontspec_alist.
18208         Defsubr Sset_overriding_fontspec_internal.
18210         * xfaces.c (face_font_available_p): New function.
18212 2003-12-28  Richard M. Stallman  <rms@gnu.org>
18214         * buffer.c (Fother_buffer): Don't crash if BUF is nil
18215         or if its name is nil.
18217         * buffer.c (Fkill_buffer): Don't delete auto-save file
18218         if it's the same as the visited file.
18220 2003-12-28  Luc Teirlinck  <teirllm@auburn.edu>
18222         * coding.c (Fcheck_coding_system): Doc fix.
18224 2003-12-28  Kim F. Storm  <storm@cua.dk>
18226         * Makefile.in (eval.o): Depend on dispextern.h.
18228         * dispnew.c (buffer_posn_from_coords): Fix calculation of dy for
18229         image glyph using image's ascent.
18230         (mode_line_string): Return image glyph as object clicked on.
18231         Adjust y0 for image glyph using image's ascent.
18233         * dispextern.h (FACE_ID_BITS, MAX_FACE_ID): New defines.
18234         (struct glyph): New members, ascent and descent.  Used to save
18235         this glyph's ascent and descent, instead of having.
18236         (struct glyph): Declare member face_id using FACE_ID_BITS.
18237         (find_hot_spot): Add prototype.
18239         * keyboard.c (Qimage): Remove extern (now in lisp.h).
18240         (QCmap): Declare extern.
18241         (make_lispy_position): When position is inside image hot-spot,
18242         use hot-spot element's id as posn element.
18244         * lisp.h (IMAGEP): New macro to test for image object type.
18245         (Qimage): Declare extern.
18247         * macfns.c (Qimage): Remove extern (now in lisp.h).
18248         (valid_image_p, parse_image_spec): Use IMAGEP macro.
18250         * macterm.c (Qface, Qmouse_face): Remove unused externs.
18252         * w32fns.c (Qimage): Remove extern (now in lisp.h).
18253         (valid_image_p, parse_image_spec): Use IMAGEP macro.
18255         * w32menu.c (Qmouse_click, Qevent_kind): Remove unused externs.
18257         * w32term.c (Qface, Qmouse_face): Remove unused externs.
18259         * xdisp.c (Qarrow, Qhand, Qtext, Qpointer): New variables for
18260         pointer types.
18261         (Qrelative_width, Qalign_to): Remove unused variables.
18262         (Vvoid_text_area_pointer): Replace Vshow_text_cursor_in_void.
18263         (QCmap, QCpointer, Qrect, Qcircle, Qpoly): New variables for image
18264         maps.
18265         (x_y_to_hpos_vpos): Return glyph relative coordinates through new
18266         dx and dy args.  Remove buffer_only_p arg (always 0).  Simplify
18267         code accordingly.
18268         (get_glyph_string_clip_rect): Draw cursor using glyph's rather
18269         than row's ascent and height, to get sensible height on tall rows.
18270         (build_desired_tool_bar_string): Remove Qimage extern.
18271         (get_tool_bar_item): Fix call to x_y_to_hpos_vpos.
18272         (produce_image_glyph): Adjust it.ascent to minimum row ascent if
18273         image glyph is alone on the last line.
18274         (append_glyph, append_composite_glyph, produce_image_glyph)
18275         (append_stretch_glyph): Set glyph's ascent and descent.
18276         (on_hot_spot_p): New function to check if position is inside an
18277         rectangular, circular, or polygon-shaped image hot-spot,
18278         (find_hot_spot): New function to search for image hot-spot.
18279         (Flookup_image_map): New defun to search for image hot-spot.
18280         (define_frame_cursor1): New aux function to determine frame
18281         pointer.
18282         (note_mode_line_or_margin_highlight, note_mouse_highlight): Handle
18283         `pointer' text property and :pointer image property to control
18284         frame pointer shape.  Detect image hot-spots for pointer and
18285         help_echo properties.  Use define_frame_cursor1.
18286         (note_mouse_highlight): Use Vvoid_text_area_pointer.
18287         (syms_of_xdisp): Defsubr new defun.  Intern and staticpro new
18288         variables.  DEFVAR_LISP Vvoid_text_area_pointer instead of
18289         Vshow_text_cursor_in_void.
18291         * xfaces.c (cache_face): Abort if c->size exceeds MAX_FACE_ID.
18293         * xfns.c (x_set_mouse_color): Remove bogus x_check_errors call.
18294         (Qimage): Remove extern (now in lisp.h).
18295         (valid_image_p, parse_image_spec): Use IMAGEP macro.
18297         * xmenu.c (show_help_event): Remove unused code.
18299         * xterm.c (Qface, Qmouse_face): Remove unused externs.
18300         (x_draw_hollow_cursor): Draw cursor using glyph's rather than
18301         row's ascent and descent, to get a sensible height on tall rows.
18303 2003-12-25  Luc Teirlinck  <teirllm@auburn.edu>
18305         * minibuf.c (Fcompleting_read): Undo previous change.
18307 2003-12-25  Lars Hansen  <larsh@math.ku.dk>
18309         * dired.c (Fdirectory_files, Fdirectory_files_and_attributes):
18310         Arguments GCPRO'ed in call to file name handler.
18312 2003-12-25  Thien-Thi Nguyen  <ttn@gnu.org>
18314         * termcap.c (tgetst1): Scan for "%pN"; if all
18315         N are continuous in [1,9], remove all "%pN".
18317 2003-12-24  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18319         * gtkutil.c (xg_frame_set_char_size): Call x_wm_set_size_hint.
18321         * xfaces.c (lface_fully_specified_p): Take into account that
18322         MAC OS always have unspecified stipple.
18324 2003-12-24  Thien-Thi Nguyen  <ttn@gnu.org>
18326         * tparam.c (tparam1): Add handling for `%pN', which
18327         means use param N for the next substitution.
18329 2003-12-24  Thien-Thi Nguyen  <ttn@gnu.org>
18331         * xfaces.c (Fcolor_gray_p): Fix omission bug:
18332         In case `frame' is nil, consult the selected frame.
18333         (Fcolor_supported_p): Likewise.
18335 2003-12-23  Luc Teirlinck  <teirllm@auburn.edu>
18337         * fns.c (Frandom, Fstring_make_multibyte, Fset_char_table_range):
18338         Doc fixes.
18340         * minibuf.c (read_minibuf): Allow INITIAL to be a cons of a string
18341         and an integer.  Adapt the introductory comment accordingly.
18342         (Fread_from_minibuffer): Delete code moved into read_minibuf.
18343         Doc fix.
18344         (Fread_minibuffer, Fread_no_blanks_input): Adapt to changes in
18345         read_minibuf.
18346         (Fcompleting_read): Delete code moved into read_minibuf.
18347         (Ftest_completion): Make it handle obarrays and hash tables correctly.
18349 2003-12-03  Kenichi Handa  <handa@m17n.org>
18351         * coding.c (decode_coding_iso2022): Fix for preserving UTF-8
18352         encoding sequence.
18354 2003-12-01  Kenichi Handa  <handa@m17n.org>
18356         * composite.c (syms_of_composite): Don't make the compostion hash
18357         table week.
18359 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
18361         * intervals.h: Add EXFUN for Fget_char_property_and_overlay.
18362         * textprop.c (Fget_char_property_and_overlay): New function.
18363         (syms_of_textprop): Defsubr it.
18365 2003-11-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18367         * dispnew.c (buffer_posn_from_coords): Add ifdef HAVE_WINDOW_SYSTEM
18368         to compile on terminal configuration.
18370         * fileio.c (Fread_file_name): Check use_file_dialog also before
18371         calling Fx_file_dialog.
18373         * fns.c (use_file_dialog): New variable.
18374         (syms_of_fns): DEFVAR_BOOL use-file-dialog.
18376 2003-11-29  Kim F. Storm  <storm@cua.dk>
18378         * msdos.c (Qcursor_type, Qbar, Qhbar): Declare extern.
18379         (syms_of_msdos): Don't intern and staticpro them.
18381 2003-11-27  Kim F. Storm  <storm@cua.dk>
18383         * dispnew.c (buffer_posn_from_coords): Calculate and return pixel
18384         coordinates relative to glyph at posn.  If glyph is an image,
18385         return that as object at posn.  Callers changed.
18386         (mode_line_string, marginal_area_string): Calculate and return
18387         pixel coordinates relative to glyph.  Callers changed.
18389         * dispextern.h (buffer_posn_from_coords, mode_line_string)
18390         (marginal_area_string): Fix prototypes.
18391         (window_box_left_offset, window_box_right_offset): Add prototypes.
18393         * frame.h (get_specified_cursor_type, get_window_cursor_type):
18394         Remove prototypes.
18396         * keyboard.h (EVENT_CLICK_COUNT, POSN_SCROLLBAR_PART): Fix defines.
18398         * keyboard.c (make_lispy_position): Add x and y coordinates
18399         relative to the current glyph as 7th element of position.
18400         If glyph is an image, return it in the object element.
18401         (read_key_sequence): Skip checks for keymap property in cases
18402         where POSN_STRING is not a string (e.g. an image).
18404         * xdisp.c (Vdisplay_pixels_per_inch): New variable.
18405         (Vshow_text_cursor_in_void): New variable.
18406         (glyph_to_pixel_coords): Don't use negative hpos.
18407         (x_y_to_hpos_vpos): Fix for partially visible first glyph.
18408         (append_stretch_glyph): Change ascent arg to be actual value
18409         in pixels rather than ratio to height.  Callers changed.
18410         (calc_pixel_width_or_height): New aux function, implementing
18411         pixel based artihmetic for glyph widths and heights.
18412         (produce_stretch_glyph): Use calc_pixel_width_or_height for
18413         :width, :height, :align-to, and :ascent, thus allowing these to
18414         be specified in pixels as well as multiples of characters.
18415         Don't produce stretch glyphs with zero width or height.
18416         (get_specified_cursor_type): Declare static.
18417         (get_window_cursor_type): Declare static.  Add glyph arg to be
18418         able to know when cursor is on an image; always substitute
18419         hollow-box cursor for filled-box cursor on images, to avoid
18420         negative images and flicker when blinking the cursor.
18421         (display_and_set_cursor): Pass glyph to get_window_cursor_type.
18422         (note_mode_line_or_margin_highlight): Use non-text cursor rather
18423         than vertical scroll-bar cursor in display margins.
18424         (note_mouse_highlight): Use non-text cursor rather than text
18425         cursor in fringes and over images in the text area.
18426         Use non-text cursor when mouse pointer is outside editable text,
18427         i.e. in the void after end-of-line or end-of-buffer; this was
18428         already done for W32, but is now standard for all systems --
18429         user can toggle show-text-cursor-in-void to get old behaviour.
18430         (syms_of_xdisp): DEFVAR_LISP Vshow_text_cursor_in_void and
18431         Vdisplay_pixels_per_inch.
18433 2003-11-25  Andreas Schwab  <schwab@suse.de>
18435         * fns.c (internal_equal) <case Lisp_Vectorlike>: Declare size as
18436         EMACS_INT to not lose bits.
18437         (Ffillarray): Don't set bits beyond the size of a bool vector.
18439 2003-11-25  Kim F. Storm  <storm@cua.dk>
18441         * print.c (Fredirect_debugging_output) [!GNU_LINUX]: Do not
18442         define this defun on systems that cannot use stderr as lvalue.
18444 2003-11-24  Gerd Moellmann  <gerd@gnu.org>
18446         * s/freebsd.h (LD_SWITCH_SYSTEM_TEMACS)
18447         [__FreeBSD_version >= 500042]: Define as -znocombreloc because
18448         ld's default is incompatible with unexec.
18450 2003-11-23  Kim F. Storm  <storm@cua.dk>
18452         * window.c (enum window_loop): Add REDISPLAY_BUFFER_WINDOWS.
18453         (window_loop): Handle REDISPLAY_BUFFER_WINDOWS.
18454         (Fforce_window_update): New defun.
18455         (syms_of_window): Defsubr it.
18456         (Fset_window_margins, Fset_window_fringes): Doc fix.
18458         * print.c (Fredirect_debugging_output): New defun.
18459         (syms_of_print): Defsubr it.
18461 2003-11-22  Luc Teirlinck  <teirllm@auburn.edu>
18463         * fns.c (Fset_char_table_parent): Doc fix.
18465 2003-11-22  Kim F. Storm  <storm@cua.dk>
18467         * dispnew.c (buffer_posn_from_coords): Return actual row/column
18468         for glyph clicked on, rather than (unused) pixel positions.
18469         (mode_line_string, marginal_area_string): Change X and Y args to
18470         pointers for returning actual row/column for glyph clicked on.
18471         Simplify and optimize loops.
18473         * dispextern.h (mode_line_string, marginal_area_string):
18474         Update prototypes.
18476         * keyboard.c (make_lispy_position): New function for generating
18477         mouse click positions from frame and pixel coordinates.
18478         Enhanced to return buffer position and actual row/column for
18479         events outside the text area using updated mode_line_string and
18480         marginal_area_string functions.
18481         Return left-fringe and right-fringe clicks as such, rather than
18482         clicks in text area.
18483         (make_lispy_event) [USE_X_TOOLKIT, USE_GTK]: Don't call
18484         pixel_to_glyph_coords, as we never use the results.
18485         (make_lispy_event): Use make_lispy_position for MOUSE_CLICK_EVENT,
18486         WHEEL_EVENT, and DRAG_N_DROP_EVENT to replace redundant code.
18487         Eliminate unused code in WHEEL_EVENT handling.
18488         (make_lispy_movement): Use make_lispy_position.
18490         * window.c (coordinates_in_window): Remove redundant tests.
18491         Fix returned X pixel value for left-margin.
18493         * xdisp.c (note_mode_line_or_margin_highlight): Adapt to new
18494         mode_line_string and marginal_area_string parameters.
18496 2003-11-22  Lars Hansen  <larsh@math.ku.dk>
18498         * w32.c (struct the_group, getgrgid): Add.
18499         * mac.c (struct my_group, getgrgid): Add.
18501 2003-11-21  Luc Teirlinck  <teirllm@auburn.edu>
18503         * fns.c (Fassq, Fassoc, Frassq, Frassoc): Doc fixes.
18505 2003-11-21  Lars Hansen  <larsh@math.ku.dk>
18507         * dired.c (Ffile_attributes): Add parameter ID-FORMAT and
18508         include in call to file name handler.  Optionally translate numeric
18509         UID and GID to strings.  Update docstring.
18510         (directory_files_internal): Add parameter ID-FORMAT.
18511         (Fdirectory_files_and_attributes): Add parameter ID-FORMAT and
18512         include in call to file name handler and call to
18513         directory_files_internal.  Update Docstring.
18514         (Fdirectory_files): Add dummy parameter in call to
18515         directory_files_internal.
18516         * lisp.h (Qinteger): Add.
18517         (Qinteger_or_floatp, Qinteger_or_float_or_marker_p): Remove.
18518         (Ffile_attributes): Add parameter.
18519         * data.c (Qinteger): Export.
18521 2003-11-21  Luc Teirlinck  <teirllm@auburn.edu>
18523         * fns.c (Freverse, Fnreverse): Doc fixes.
18525 2003-11-19  Kim F. Storm  <storm@cua.dk>
18527         * xdisp.c (init_iterator): Initialize it->start to position
18528         before reseating (in case start position is invisible).
18529         (init_to_row_start): Set it->start to row-start.
18530         (redisplay_window): Accept optional_new_start if start position
18531         is invisible (in which case IT_CHARPOS overshoots PT).
18532         (display_line): Setup row->start from it->start (rather than
18533         it->current which is wrong if first char on line is invisible).
18534         When done, reseat it->start to it->current (= start of next row).
18535         (expose_area): Fix exposure of text area when first char (e.g. TAB)
18536         is only partially visible.
18538         * dispextern.h (struct it): New member start.
18540 2003-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
18542         * alloc.c (make_float, Fcons): Clear the markbit at init time.
18543         (make_float, Fcons, Fmake_symbol, allocate_misc): Move the increment
18544         of block_index outside of the macro call.
18545         (Fgarbage_collect): Remove null code.
18547         * m/amdx86-64.h: Don't redefine XPNTR.
18549         * keyboard.c (parse_modifiers, apply_modifiers): Use INTMASK instead
18550         of VALMASK.
18552         * fns.c (hashfn_eq, hashfn_eql, hashfn_equal, hash_put)
18553         (sxhash_string, sxhash): Use INTMASK instead of VALMASK.
18554         (maybe_resize_hash_table): Use MOST_POSITIVE_FIXNUM.
18556         * lisp.h (VALMASK): Only define for non-union type.
18557         (MARKBIT): Remove.
18558         (ARRAY_MARK_FLAG): Use previous value of MARKBIT.
18559         (XTYPE): Define unconditionally.
18560         (XSETTYPE): Remove one more remnant.
18561         (EQ): Define differently for the union and non-union cases.
18562         (INTMASK): New bit mask.
18563         (struct Lisp_Marker): Move down to prepare for upcoming patch.
18564         (GC_EQ): Delegate to EQ.
18566         * coding.c (coding_restore_composition): Lisp_Object/int mixup.
18568 2003-11-17  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18570         * xterm.c (x_window_to_scroll_bar): Move check of display to
18571         where window_id is compared.
18573 2003-11-17  Kim F. Storm  <storm@cua.dk>
18575         * dispextern.h (struct it): New member first_vpos.
18577         * xdisp.c (start_display): Set it->first_vpos.
18578         (try_window_id): Use first_vpos to start display in first _text_
18579         line if no reusable lines at start of window with header line.
18581 2003-11-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18583         * w32fns.c (XPutPixel):
18584         * w32bdf.c (w32_init_bdf_font):
18585         * sunfns.c (sel_read):
18586         * process.c (Fmake_network_process):
18587         * frame.c (store_frame_param):
18588         * fontset.c (Fset_fontset_font):
18589         * emacs.c (shut_down_emacs):
18590         * ccl.c (ccl_driver): Remove period at end of error message.
18592         * config.in: Regenerate.
18594         * xfns.c (x_window_to_frame, x_any_window_to_frame)
18595         (x_non_menubar_window_to_frame, x_menubar_window_to_frame)
18596         (x_top_window_to_frame): Add Display* argument to xg_win_to_widget.
18597         (x_create_bitmap_mask, xg_set_icon, create_frame_xic)
18598         (xic_set_statusarea, x_window, gif_load): Formatting adjustments.
18600         * xterm.h (struct x_display_info): New field xg_cursor for GTK.
18602         * xterm.c: Add Display * to x_window_to_scroll_bar declaration.
18603         (XTmouse_position, handle_one_xevent): Pass Display* to
18604         x_window_to_scroll_bar.
18605         (x_window_to_scroll_bar): Take a Display* argument.
18606         Check that display for frame is equal to Display* argument.
18607         (event_handler_gdk): Remove current_dpyinfo.  Get dpyinfo from
18608         x_display_info_for_display instead.  Use Display in xev instead
18609         of GDK_DISPLAY.
18610         (x_dispatch_event): Call x_display_info_for_display.
18611         (XTread_socket): Move GTK part out of loop.  current_dpyinfo removed.
18612         (x_connection_closed): Call xg_display_close for GTK.
18613         (x_term_init): Call xg_display_open for additional displays.
18614         Initiate dpyinfo->xg_cursor with call to xg_create_default_cursor
18615         for GTK.
18617         * xmenu.c (single_menu_item, mouse_position_for_popup)
18618         (x_activate_menubar): Formatting adjustments.
18620         * xdisp.c (update_tool_bar, redisplay_tool_bar): Formatting
18621         adjustments.
18623         * gtkutil.c (xg_get_gdk_display, xg_set_screen, xg_display_open)
18624         (xg_display_close, xg_create_default_cursor)
18625         (xg_get_gdk_pixmap_and_mask): New functions for multiple display
18626         handling.
18627         (xg_left_ptr_cursor): Remove.
18628         (xg_set_cursor): Change cursor to GdkCursor*.  Do not create
18629         cursor here.
18630         (xg_win_to_widget): Take Display* argument, call
18631         gdk_xid_table_lookup_for_display.
18632         (xg_create_frame_widgets, xg_get_file_name, create_menus)
18633         (xg_create_widget, xg_modify_menubar_widgets): Call xg_set_screen.
18634         (xg_create_widget, xg_create_scroll_bar): Use xg_cursor
18635         in FRAME_X_DISPLAY_INFO.
18636         (xg_get_scroll_id_for_window): Take Display* argument.
18637         (update_frame_tool_bar): Call xg_get_gdk_pixmap_and_mask.
18638         (xg_initialize): Remove xg_left_ptr_cursor.
18640         * gtkutil.h (xg_get_scroll_id_for_window, xg_win_to_widget): Add
18641         Display* argument.
18642         (xg_display_open, xg_display_close, xg_create_default_cursor): Declare.
18644 2003-11-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18646         * xterm.c (x_detect_focus_change): Do not change focus frame for
18647         Enter/LeaveNotify if the current focus frame has explicit focus.
18649 2003-11-14  Kim F. Storm  <storm@cua.dk>
18651         * dispnew.c (update_text_area): Fix redisplay error when hscroll
18652         is active and first glyph is only partially visible.
18654 2003-11-13  Kenichi Handa  <handa@m17n.org>
18656         * xdisp.c (select_frame_for_redisplay): New function.
18657         (redisplay_internal): Record also selected_frame for
18658         unwind_redisplay.  Call select_frame_for_redisplay before
18659         redrawing each frame.
18660         (unwind_redisplay): Argument changed to a cons.
18662 2003-11-12  Luc Teirlinck  <teirllm@auburn.edu>
18664         * fns.c (Fstring_to_multibyte): Doc fix.
18666 2003-11-11  Kenichi Handa  <handa@m17n.org>
18668         * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
18670 2003-11-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18672         * xfns.c (x_window): Set XtNx and XtNy in shell widget for
18673         program specified positions.
18675 2003-11-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18677         * xterm.c (XAW_ARROW_SCROLLBARS): Define it for Xaw 1.5E.
18679 2003-11-08  Kenichi Handa  <handa@m17n.org>
18681         * Makefile.in (lisp): Add kannada.el.
18682         (shortlisp): Likewise.
18684 2003-11-07  Kenichi Handa  <handa@m17n.org>
18686         * coding.c (coding_allocate_composition_data):
18687         Reset coding->composing to COMPOSITION_NO.
18688         (coding_restore_composition): Detect invalid composition data.
18689         Give Fstring and Fvector a Lispy integer, not C int.
18691 2003-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
18693         * floatfns.c (Flogb): Don't use VALMASK.
18695         * m/amdx86-64.h (VALBITS, XINT, XUINT): Remove.
18696         * m/ia64.h (VALBITS, XINT, XUINT): Remove.
18698         * lisp.h (XINT): Move the cast to clarify what is going on.
18699         (GCTYPEMASK, XSETTYPE): Remove.
18700         (XGCTYPE): Make it an alias of XTYPE.
18702 2003-11-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18704         * xterm.c (x_term_init): Fix formatting.
18706 2003-11-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18708         * gtkutil.h (xg_have_tear_offs): Declare.
18709         (xg_keep_popup, xg_did_tearoff): Remove.
18711         * gtkutil.c: Remove variable xg_did_tearoff.
18712         (xg_have_tear_offs): New function.
18713         (tearoff_remove): Just decrease xg_detached_menus.
18714         (tearoff_activate): Increase xg_detached_menus and call
18715         tearoff_remove when tearoff is removed.
18716         (xg_keep_popup): Remove function.
18717         (create_menus): Give add_tearoff_p as argument to recursive
18718         call to create_menus.
18719         (xg_create_widget): Use variables instead of multiple
18720         strcmp.  Tell create_menus to create tear off only for
18721         menu bar menus.
18722         (xg_update_menubar): Change title for a detached menu also.
18723         (xg_modify_menubar_widgets): Always call xg_update_menubar, regardless
18724         of deep_p.
18725         (xg_initialize): Initialize xg_detached_menus, remove
18726         initialization of xg_did_tearoff.
18728         * xmenu.c (set_frame_menubar): For GTK, set deep_p if
18729         xg_have_tear_offs returns non-zero.
18730         (create_and_show_popup_menu): Remove setting of xg_did_tearoff and
18731         call to xg_keep_popup.
18733 2003-11-01  Andrew Choi  <akochoi@shaw.ca>
18735         * macterm.c (XTread_socket): Handle menubar selection and grow
18736         window only for mouseDown events.
18738 2003-10-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18740         * xterm.c (x_term_init): For GTK part, increase x_initialized
18741         to check for more than one display.  Use error instead of return 0.
18743 2003-10-31  Andrew Choi  <akochoi@shaw.ca>
18745         * unexmacosx.c (unrelocate): New function (contributed by Nozomu Ando).
18746         (copy_dysymtab): Call it.
18748 2003-10-31  Luc Teirlinck  <teirllm@auburn.edu>
18750         * eval.c (Fdefvaralias): Doc fix.
18752 2003-10-26  Luc Teirlinck  <teirllm@auburn.edu>
18754         * data.c (Fsetplist): Doc fix.
18756 2003-10-14  Lute Kamstra  <lute@gnu.org>
18758         * window.c (Fset_window_fringes): Clarify docstring.
18760 2003-10-14  Kim F. Storm  <storm@cua.dk>
18762         * window.c (Fset_window_margins): Simplify arg checking.
18764 2003-10-13  Richard M. Stallman  <rms@gnu.org>
18766         * regex.c (MAX_BUF_SIZE): Reduce to 2**15.
18767         (print_partial_compiled_pattern): Replace assert with a printout.
18768         (skip_noops, mutually_exclusive_p): Change args, values to re_char *.
18770         * alloc.c (lisp_align_malloc): If BASE is 0, call memory_full.
18772         * window.c (Fset_window_margins): Allow only integers as args.
18773         (syms_of_window) <special-display-buffer-names,
18774         special-display-regexps>: Doc fixes.
18776 2003-10-13  Lute Kamstra  <lute@gnu.org>
18778         * window.c (Fset_window_fringes): Elaborate docstring.
18780 2003-10-12  Andrew Choi  <akochoi@shaw.ca>
18782         * macterm.c (XTread_socket): Call DragWindow only for mouseDown events.
18784         * s/darwin.h (GC_MARK_STACK): Define.
18786 2003-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18788         * window.c (shrink_windows): New function.
18789         (size_window): Call shrink_windows to calculate window sizes when
18790         shrinking frame with more than one window.
18792 2003-10-12  Kim F. Storm  <storm@cua.dk>
18794         * xdisp.c (compute_fringe_widths): Doc fix.
18796 2003-10-08  Kenichi Handa  <handa@m17n.org>
18798         * coding.c (Fcoding_system_p): Return t for auto-loading coding system.
18800 2003-10-07  Kenichi Handa  <handa@m17n.org>
18802         * coding.c (Qcoding_system_define_form): New variable.
18803         (syms_of_coding): Intern and staticpro it.
18804         (Fcheck_coding_system): Try to autoload the definition of
18805         CODING-SYSTEM.
18807 2003-10-05  Luc Teirlinck  <teirllm@auburn.edu>
18809         * fns.c (Frequire): Doc fix.
18811 2003-10-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18813         * xfns.c (Fx_send_client_event): New function as a base for
18814         manipulating extended window manager hints.
18815         (Fx_send_client_event): Remove unused variable s.
18817         * w32term.c (w32_read_socket): Remove call to x_check_fullscreen_move,
18818         that function is removed.
18820         * xterm.c (x_set_offset): Use move_offset_left/top instead of
18821         x/y_pixels_outer_diff.
18822         (x_check_expected_move): Calculate move_offset_left/top.
18824         * xterm.h (struct x_output): New members: move_offset_top/left.
18826         * frame.c (x_set_frame_parameters): Remove x_fullscreen_move,
18827         call x_set_offset directly.
18829         * frame.h (enum): FULLSCREEN_MOVE_WAIT removed.
18831         * frame.c (Fdelete_frame): Free decode_mode_spec_buffer.
18833         * xterm.c (x_delete_display): Free font names and font_encoder
18834         in dpyinfo->font_table.
18836         * xfns.c (Fx_close_connection): Only call XFreeFont here.
18837         Move xfree of font names to x_delete_display.
18839         * xterm.h (struct x_display_info): New member, wm_type.
18840         (struct x_output): New members, expected_top/left and
18841         check_expected_move.
18843         * xterm.c (handle_one_xevent): Reset wm_type when ReparentNotify
18844         is received.
18845         (handle_one_xevent): Rename x_check_expected_move from
18846         x_check_fullscreen_move.
18847         (x_set_offset): Only add WM decoration sizes to modified_top/left
18848         for X_WMTYPE_A.  Set check_expected_move when WM type is unknown.
18849         (x_check_expected_move): Rename from x_check_fullscreen_move.
18850         Removed fullscreen specific code.  Use check_expected_move,
18851         expected_left/top instead.  Also, set wm_type.
18852         (x_term_init): Initialize wm_type to unknown.
18854         * frame.c (x_fullscreen_move): Remove addition of WM decoration
18855         sizes to move_x/y.
18857 2003-10-03  Kenichi Handa  <handa@m17n.org>
18859         * macterm.c (x_load_font): Clear all members of FONTP before start
18860         filling them.
18862 2003-10-02  Kenichi Handa  <handa@m17n.org>
18864         * fontset.c (fs_load_font): Don't set fontp->font_encoder to NULL
18865         before calling find_ccl_program_func.  Call find_ccl_program_func
18866         only when fontp->font_encoder is not NULL.
18868         * xterm.c (x_load_font): Clear all members of FONTP before start
18869         filling them.
18871 2003-10-03  John Paul Wallington  <jpw@gnu.org>
18873         * keymap.c (map_keymap): Don't abort when binding is a vector.
18875 2003-10-02  Jason Rumney  <jasonr@gnu.org>
18877         * makefile.w32-in (emacs.o, coding.o, bytecode.o):
18878         Sync dependencies with Makefile.in.
18879         (alloca.o): Remove.
18881         * w32fns.c (w32_load_system_font): Clear all members of FONTP before
18882         filling them.
18884         * w32bdf.c (w32_load_bdf_font): Likewise.
18886 2003-09-30  Richard M. Stallman  <rms@gnu.org>
18888         * term.c (set_tty_color_mode): Calculate current_mode_spec
18889         regardless of value of VAL.
18891         * intervals.c (graft_intervals_into_buffer):
18892         Set BUF_INTERVALS (buffer)->up_obj when appropriate.
18893         Handle over_used when splitting UNDER.
18895 2003-09-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18897         * regex.c (regex_compile): Free the stack when returning from function.
18899 2003-09-28  Kenichi Handa  <handa@m17n.org>
18901         * fontset.c (Finternal_char_font): Change return value to
18902         cons (FONT-NAME . GLYPH-CODE).
18904 2003-09-28  Eli Zaretskii  <eliz@gnu.org>
18906         * term.c (tty_setup_colors): Treat any negative argument as -1.
18908 2003-09-27  Gaute B Strokkenes  <biggaute@uwc.net>  (tiny change)
18910         * process.c (send_process): Delete unused temp_buf.
18912 2003-09-26  Dave Love  <fx@gnu.org>
18914         * xterm.c (x_bitmap_mask): Declare.
18916 2003-09-25  Dave Love  <fx@gnu.org>
18918         * Makefile.in (fns.o): Depend on md5.h.
18920 2003-09-25  Kim F. Storm  <storm@cua.dk>
18922         * window.c (set_window_buffer): Fix redisplay problems when
18923         switching between buffers with different display margin widths.
18925 2003-09-23  Kim F. Storm  <storm@cua.dk>
18927         * process.c (set_socket_option): Fix :bindtodevice option.
18928         (Fset_network_process_option): Update process contact list when
18929         setting option succeeds.
18930         (Fmake_network_process): Doc fix.
18932 2003-09-23  Dave Love  <fx@gnu.org>
18934         * process.c (Fnetwork_interface_info): Use HAVE_STRUCT_IFREQ... macros.
18936 2003-09-22  Eli Zaretskii  <eliz@gnu.org>
18938         * term.c (set_tty_color_mode): Use INTEGERP to test whether a
18939         color mode is an integer number (it could be -1).
18941 2003-09-22  Richard M. Stallman  <rms@gnu.org>
18943         * intervals.c (graft_intervals_into_buffer): Correct the main loop
18944         in the case where OVER is longer than UNDER.
18946 2003-09-22  Masatake YAMATO  <jet@gyve.org>
18948         * window.c (Fset_window_scroll_bars): Validate the value of
18949         `vertical_type'.
18951 2003-09-21  Kim F. Storm  <storm@cua.dk>
18953         * frame.c (Vdefault_frame_scroll_bars): New variable.
18954         (x_set_vertical_scroll_bars): Use it instead of hardcoded values.
18955         (syms_of_frame): DEFVAR_LISP it, and initialize according to
18956         window-system default scroll bar position.
18958         * window.c (Fwindow_scroll_bars): Doc fix.
18960 2003-09-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18962         * xterm.c (x_set_offset): Take window manager decorations into account.
18964 2003-09-19  Richard M. Stallman  <rms@gnu.org>
18966         * atimer.h: Don't include lisp.h.
18967         (P_): Define it here (as well as elsewhere).
18969         * print.c (Fprin1_to_string): Move the PRINTPREPARE
18970         later, so that PRINTFINISH won't unbind Qinhibit_modification_hooks.
18972         * data.c (Fvariable_binding_locus): New function.
18973         (syms_of_data): defsubr it.
18974         (Flocal_variable_p): Delete duplicate call to indirect_variable.
18976 2003-09-18  Dave Love  <fx@gnu.org>
18978         * alloc.c (GC_MALLOC_CHECK): Move conditional undef after lisp.h.
18980         * process.c (Fnetwork_interface_info): Fix type error.
18981         (Fnetwork_interface_list): Doc fix.
18982         (read_process_output, read_process_output): Delete unused var.
18984 2003-09-17  Kim F. Storm  <storm@cua.dk>
18986         * process.c (Fnetwork_interface_list, Fnetwork_interface_info):
18987         Require HAVE_NET_IF_H and HAVE_SYS_IOCTL_H to include these fns.
18988         (Fnetwork_interface_info): Check that ifreq struct has required
18989         fields before accessing them; this requires that those fields are
18990         defined as macros, which may be too restrictive on some platforms,
18991         but it is better than failing on other platforms.
18992         (syms_of_process): Only defsubr above fns when included.
18994 2003-09-17  Dave Love  <fx@gnu.org>
18996         * unexalpha.c: Don't include varargs.h.
18998 2003-09-17  Kim F. Storm  <storm@cua.dk>
19000         * process.c (Fset_process_sentinel): Add sentinel to childp plist
19001         for network process.
19002         (socket_options): Add `:' prefix to option names.  Add optbit field.
19003         (set_socket_option): Remove no_error arg and special handling of s < 0.
19004         Return 1<<optbit for known option, 0 for unknown.
19005         Do not interpret 0 as false for boolean option (only nil).
19006         Pass failed option and value to report_file_error.
19007         (Fset_network_process_options): Replace by Fset_network_process_option.
19008         (Fset_network_process_option): New function to set just one option.
19009         (Fmake_network_process): Allow :coding arg to be a cons.
19010         Allow :server arg to be an integer specifying backlog size.
19011         Remove :options arg, and allow options to be specified directly
19012         as :KEY, VALUE pairs.  Parse these options before binding socket.
19013         As before, :reuseaddr t is default for a server process, but this
19014         can now be disabled by specifying :reuseaddr nil.
19015         (Fnetwork_interface_info): Rename from Fget_network_interface_info.
19016         (init_process): Availability of network options is now checked with
19017         simpler syntax (featurep 'make-network-process :OPTION); use loop to
19018         setup features.
19019         (syms_of_process): Fix defsubr's for the replaced functions.
19021 2003-09-16  Dave Love  <fx@gnu.org>
19023         * Makefile.in: Depend on coding.h.
19025 2003-09-14  Kim F. Storm  <storm@cua.dk>
19027         * process.c [HAVE_SOCKETS]: Include sys/ioctl.h and net/if.h.
19028         (Fnetwork_interface_list, Fget_network_interface_info): New defuns.
19029         (syms_of_process): Defsubr them.
19031         * config.in: Regenerate.
19033 2003-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
19035         * m/sr2k.h (XMARKBIT, XUNMARK): Remove.
19036         * m/news-r6.h (XUNMARK): Remove.
19037         * m/mips.h (XUNMARK): Remove.
19038         * m/mips-siemens.h (XUNMARK): Remove.
19039         * m/iris4d.h (XUNMARK): Remove.
19040         * m/hp800.h (XMARKBIT, XUNMARK): Remove.
19042 2003-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
19044         * lisp.h (VALBITS): Don't remove 1 for the markbit.
19045         (union Lisp_Object): Use unsigned int for types.  Remove markbit.
19046         (MARKBIT): Remove 1 from VALBITS so we still use same old val.
19047         (XTYPE): Use unsigned right-shift.
19048         (XMARKBIT, XMARK, XUNMARK): Remove.
19050         * alloc.c (init_intervals, init_symbol, init_marker):
19051         Don't preallocate anything.
19052         (Fgarbage_collect, mark_object): Ignore the markbit.
19054         * bytecode.c (mark_byte_stack, unmark_byte_stack): Ignore the markbit.
19056 2003-09-08  Lute Kamstra  <lute@gnu.org>
19058         * xdisp.c (pint2hrstr): New function.
19059         (decode_mode_spec): Add `%i' and `%I' specs.
19060         * buffer.c (syms_of_buffer): Document `%i' and `%I' constructs
19061         for `mode-line-format'.
19063 2003-09-07  Andreas Schwab  <schwab@suse.de>
19065         * alloc.c: Use long instead of int when casting ABLOCKS_BUSY to
19066         avoid warning.
19068 2003-09-07  Eli Zaretskii  <eliz@gnu.org>
19070         * editfns.c (region_limit): Support any non-zero value of BEGINNINGP.
19072 2003-09-03  Kim F. Storm  <storm@cua.dk>
19074         * xdisp.c (get_window_cursor_type): Partially undo 2002-03-01
19075         change (superseded by 2002-08-30 change); the default blink-off
19076         cursor is now again "no cursor".
19078 2003-09-01  Jason Rumney  <jasonr@gnu.org>
19080         * makefile.w32-in (alloca.o): Remove.
19081         (coding.o): Depend on intervals.h
19082         (emacs.o, bytecode.o): Depend on window.h.
19084 2003-09-01  Dave Love  <fx@gnu.org>
19086         * Makefile.in (alloca.o): Remove commands.
19087         (coding.o): Depend on intervals.h composite.h window.h.
19088         (emacs.o): Depend on window.h keyboard.h keymap.h.
19089         (gtkutil.o): Depend on keyboard.h charset.h coding.h.
19090         (bytecode.o): Depend on window.h.
19092 2003-08-31  Jason Rumney  <jasonr@gnu.org>
19094         * w32term.c (w32_per_char_metric): Allow cached metrics to be
19095         returned even when font_type is unknown.
19097         * xdisp.c (init_iterator): Remove old WINDOWSNT conditional.
19099 2003-08-30  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19101         * xterm.c (x_term_init): Initialize new fields in x_display_info.
19103         * xterm.h (struct x_display_info): Add red/green/blue_bits and
19104         *_offset.
19106         * xfns.c (lookup_rgb_color): Use new fields in x_display_info to
19107         calculate pixel value.
19109 2003-08-29  Gerd Moellmann  <gerd.moellmann@t-online.de>
19111         * xdisp.c (redisplay_internal): Fix change of 2003-04-30.
19112         Don't tell redisplay display is accurate when it's actually been
19113         paused for pending input.
19115 2003-08-29  Richard M. Stallman  <rms@gnu.org>
19117         * dispnew.c (adjust_glyph_matrix): Call window_box
19118         whenever W is nonzero.
19120         * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
19121         (Fkill_local_variable, Fmake_variable_frame_local)
19122         (Flocal_variable_p, Flocal_variable_if_set_p):
19123         Use indirect_variable to trace thru variable aliases.
19125         * config.in: Updated.
19127         * callint.c (Fcall_interactively): Save and restore
19128         Vthis_command, Vthis_original_command, real_this_command,
19129         and current_kboard->Vlast_command.
19131         * abbrev.c (Fexpand_abbrev): Insert before deleting.
19133 2003-08-29  Gerd Moellmann  <gerd@gnu.org>
19135         * xfns.c (lookup_rgb_color): Handle TrueColor visuals specially.
19137 2003-08-28  David Abrahams  <dave@boost-consulting.com>  (tiny change)
19139         * coding.c (decode_coding_iso2022): Initialize local variable c2.
19140         (decode_coding_sjis_big5): Likewise.
19142 2003-08-27  Jason Rumney  <jasonr@gnu.org>
19144         * w32.c (sys_pipe): Protect against file descriptor overflow.
19146         * w32fns.c (syms_of_w32fns): Remove non-existent functions.
19148         * w32term.c (w32_read_socket): Fix WM_MOUSEWHEEL assignment.
19150 2003-08-26  Terje Rosten  <terjeros@phys.ntnu.no>
19152         * xfns.c (Vgtk_version_string): New variable.
19153         (syms_of_xfns): DEFVAR_LISP it.  Provide gtk.
19155 2003-08-24  Eli Zaretskii  <eliz@gnu.org>
19157         * term.c (term_init): Remove `const' from buffer_size's declaration.
19159         * Makefile.in (msdos.o): Depend on intervals.h.
19161         * msdos.c: Include intervals.h, since STRING_INTERVALS requires that.
19163 2003-08-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19165         * xterm.h (struct x_display_info): New fields: client_leader_window
19166         and Xatom_wm_client_leader.
19168         * xterm.c (x_initialize): Move call to x_session_initialize to ...
19169         (x_term_init): ... here.  Initialize client_leader fields in dpyinfo.
19171         * xsmfns.c (create_client_leader_window): New function.
19172         (x_session_initialize): Call create_client_leader_window, take
19173         dpyinfo as argument.
19175         * xfns.c (Fx_create_frame): Set property WM_CLIENT_LEADER.
19177         * Makefile.in (xsmfns.o): Add more depenedencies.
19179 2003-08-21  Dave Love  <fx@gnu.org>
19181         * m/iris4d.h: Use _MIPS_SZLONG, not _LP64.
19183 2003-08-21  Kenichi Handa  <handa@m17n.org>
19185         * term.c (term_init): Fix previous change; don't rely on the
19186         length of `buffer' if TERMINFO is defined.
19188 2003-08-20  Dave Love  <fx@gnu.org>
19190         * atimer.h: Include lisp.h.
19192         * lisp.h (EMACS_LISP_H): New.
19193         (popup_activated_flag): Don't declare.
19195         * alloca.c: Some merging with gnulib.  Change logic and doc
19196         concerning (x)malloc/(x)free -- no longer Emacs-specific.
19197         [DO_BLOCK_INPUT]: Don't include lisp.h.
19198         (xmalloc, xfree): Declare.
19199         (malloc): Don't declare.
19201         * Makefile.in (LWLIB_OPTIONS): Remove (unused).
19202         (alloca.o): Remove obsolete stuff concerning alloca.s.  Depend on
19203         atimer.h, blockinput.h.
19205         * alloc.c (lisp_align_malloc): Change type of `aligned'.
19207         * alloca.s: Remove.
19209 2003-08-19  Gerd Moellmann  <gerd@gnu.org>
19211         * s/freebsd.h [__FreeBSD_version >= 400000]: Define TERMINFO,
19212         use -lncurses.
19214         * term.c (term_init): Use a buffer of size 4096 for tgetent since
19215         FreeBSD returns something longer than 2044.  Abort if the end of
19216         the buffer is overwritten.
19218 2003-08-19  Miles Bader  <miles@gnu.org>
19220         * xterm.c (x_term_init): Correctly use result of Ffile_readable_p.
19222 2003-08-19  Gerd Moellmann  <gerd@gnu.org>
19224         * alloc.c (lisp_align_malloc): Check for memory full when
19225         allocating ablocks, which also avoids freeing a pointer into an
19226         ablocks structure.
19228         * puresize.h (BASE_PURESIZE): Increase to 1100000.
19230         * buffer.c (Fmove_overlay): Set overlay's next pointer unconditionally.
19232 2003-08-16  Richard M. Stallman  <rms@gnu.org>
19234         * editfns.c (Fencode_time): Doc fix.
19236 2003-08-16  David Ponce  <david@dponce.com>
19238         * fileio.c (Fwrite_region): Fix conditional expression to issue
19239         the right message.
19241 2003-08-16  Juri Linkov  <juri@jurta.org>
19243         * syntax.c (Fforward_word): Argument changed to optional.
19244         Set default value to 1.
19246 2003-08-15  Kenichi Handa  <handa@m17n.org>
19248         * xfaces.c (better_font_p): Prefer a real scalable font; i.e. not
19249         what autoscaled.
19250         (best_matching_font): Once we find a better scalable font, set
19251         non_scalable_has_exact_height_p to 1.
19252         (try_font_list): Call try_alternative_families to try any family
19253         with the given registry.
19255 2003-08-09  Andreas Schwab  <schwab@suse.de>
19257         * alloc.c (mark_object): Handle Lisp_Misc_Save_Value.
19259         * print.c (print_string): Fix printing of multibyte string with
19260         nontrivial printcharfun.
19262 2003-07-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19264         * xfns.c (xg_set_icon): Rewrite to compile with GTK 2.0 and 2.2.
19266         * xterm.c (x_bitmap_icon): Return if xg_set_icon succeeds.
19268 2003-07-31  Kenichi Handa  <handa@m17n.org>
19270         * process.c (read_process_output): Return the actually read bytes
19271         instead of the result of decoding.
19273 2003-07-31  Kenichi Handa  <handa@m17n.org>
19275         * xterm.h (struct x_bitmap_record): New member have_mask.
19277         * xfns.c (x_create_bitmap_from_data): Initialize have_mask member
19278         to 0.
19279         (x_create_bitmap_from_file): Likewise.
19280         (x_destroy_bitmap): Check have_mask member before freeing a mask.
19281         (x_destroy_all_bitmaps): Likewise.
19282         (x_create_bitmap_mask): Set have_mask member to 1.
19284 2003-07-30  Richard M. Stallman  <rms@gnu.org>
19286         * Makefile.in (CFLAGS) [!OPTIMIZE]: Undo previous change.
19288 2003-07-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19290         * gtkutil.c (xg_mark_data): Update calls to mark_object.
19292 2003-07-29  Richard M. Stallman  <rms@gnu.org>
19294         * xterm.c (xim_open_dpy, xim_initialize, xim_close_dpy):
19295         Conditionalize XIM code on HAVE_XIM.
19297         * fns.c (Fclear_string): New function.
19298         (syms_of_fns): defsubr it.
19300 2003-07-28  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>
19302         * xfns.c (xic_set_preeditarea): Add the left fringe width to spot.x.
19304 2003-07-22  Stefan Monnier  <monnier@cs.yale.edu>
19306         * xfns.c: Don't check HAVE_PNG_H: autoconf doesn't seem to find it.
19308         * buffer.c (delete_all_overlays): New function.
19309         * buffer.h (delete_all_overlays): Declare.
19310         * coding.c (run_pre_post_conversion_on_str):
19311         * print.c (temp_output_buffer_setup):
19312         * fileio.c (Finsert_file_contents):
19313         * minibuf.c (get_minibuffer): Use it.
19315 2003-07-22  Andrew Choi  <akochoi@shaw.ca>
19317         * unexmacosx.c (unexec_regions_sort_compare):
19318         (unexec_regions_merge): New functions.  Sort and merge unexec
19319         regions before dumping them.
19321 2003-07-22  Dave Love  <fx@gnu.org>
19323         * xfns.c [HAVE_PNG]: Consider both png.h and libpng/png.h.
19325 2003-07-21  Stefan Monnier  <monnier@cs.yale.edu>
19327         * alloc.c (MARK_STRING, UNMARK_STRING, STRING_MARKED_P)
19328         (GC_STRING_CHARS, string_bytes): Use ARRAY_MARK_FLAG rather than
19329         MARKBIT as the gcmarkbit for strings.
19331 2003-07-21  Richard M. Stallman  <rms@gnu.org>
19333         * s/openbsd.h (LD_SWITCH_SYSTEM_TEMACS): Add undef.
19335         * fns.c (Flocale_info): Rename from Flanginfo.  Doc fixes.
19336         (syms_of_fns): Corresponding change.
19338         * alloc.c (syms_of_alloc): Doc fixes.
19340 2003-07-20  Han Boetes  <han@mijncomputer.nl>  (tiny change)
19342         * s/netbsd.h: Use -Wl syntax.
19344 2003-07-17  Richard M. Stallman  <rms@gnu.org>
19346         * xterm.c (xim_initialize): Redo 6/24 change.
19348 2003-07-15  Stefan Monnier  <monnier@cs.yale.edu>
19350         * buffer.c (copy_overlays): Use EMACS_INT for positions.
19351         (Fswitch_to_buffer): Don't signal an error when switching to the same
19352         buffer in a dedicated window.
19354         * alloc.c: Use bitmaps for cons, as was done for floats.
19355         (init_float, init_cons): Let the normal code allocate the first block.
19356         (CONS_BLOCK_SIZE): Redefine based on BLOCK_BYTES and bitmap size.
19357         (CONS_BLOCK, CONS_INDEX, CONS_MARKED_P, CONS_MARK, CONS_UNMARK):
19358         New macros.
19359         (struct cons_block): Move conses to the beginning.  Add gcmarkbits.
19360         (Fcons): Use lisp_align_malloc and CONS_UNMARK.
19361         (live_cons_p): Check the pointer is not past the `conses' array.
19362         (mark_maybe_object, mark_maybe_pointer): Use CONS_MARKED_P.
19363         (mark_object, mark_buffer): Use CONS_MARKED_P and CONS_MARK.
19364         (survives_gc_p): Use CONS_MARKED_P and simplify.
19365         (gc_sweep): Use CONS_MARKED_P, CONS_UNMARK, and lisp_align_free.
19367 2003-07-13  Paul Eggert  <eggert@twinsun.com>
19369         GCC 3.3 (sparc) no longer puts "int foo = 0;" into data; it
19370         puts it into BSS instead, at least on Solaris 8 and 9.
19371         This is a valid optimization, and it may occur on other platforms,
19372         so Emacs should not assume that initializing a static variable to
19373         zero puts it into data.
19374         * alloc.c (pure, staticvec):
19375         Initialize these arrays to nonzero, so that they're not
19376         put into BSS by that optimization.
19378 2003-07-13  Stefan Monnier  <monnier@cs.yale.edu>
19380         * alloc.c (BLOCK_PADDING): Rename from ABLOCKS_PADDING.  Update users.
19381         (lisp_align_malloc): Use posix_memalign is available.
19382         (ABLOCKS_BASE): Use HAVE_POSIX_MEMALIGN as an optimization.
19383         (STRING_BLOCK_SIZE): Rename from STRINGS_IN_STRING_BLOCK
19384         for consistency.  Update users.
19386 2003-07-13  Richard M. Stallman  <rms@gnu.org>
19388         * s/netbsd.h (START_FILES_1, END_FILES_1): Always define them.
19390 2003-07-13  Terje Rosten  <terjeros@phys.ntnu.no>
19392         * xterm.c (x_bitmap_icon, x_wm_set_icon_pixmap): Modify to add mask,
19393         and use the Gtk+ function gtk_window_icon_from_file if available.
19395         * xfns.c (x_bitmap_mask, x_create_bitmap_mask): New functions to
19396         handle mask of bitmaps.
19397         (x_allocate_bitmap_record, x_destroy_bitmap): Modify to handle the
19398         mask property.
19399         (xg_set_icon): New function, wrapper for gtk_window_icon_from_file.
19401         * xterm.h (xg_set_icon): New function.
19403 2003-07-12  Paul Eggert  <eggert@twinsun.com>
19405         * unexelf.c (unexec): Consider a section to precede the .bss
19406         section if its addresses overlap that of .bss.
19408 2003-07-12  Richard M. Stallman  <rms@gnu.org>
19410         * Makefile.in (CFLAGS) [!OPTIMIZE]: Set CFLAGS to -g.
19412         * config.in (HAVE_CRTIN): Add #undef.
19413         (INLINE): Really inline only if OPTIMIZE is defined.
19415         * s/netbsd.h (START_FILES, LIB_STANDARD): Use START_FILES_1,
19416         END_FILES_1.
19417         (START_FILES_1, END_FILES_1): New macros (conditional).
19418         (LD_SWITCH_SYSTEM_TEMACS): Define.
19420         * s/openbsd.h: Don't include bsd4-3.h.
19421         (TERMINFO): Define.
19422         (LIBS_TERMCAP): Define.
19423         (LD_SWITCH_SYSTEM): Define (two definitions).
19425         * xfns.c: Include libpng/png.h instead of png.h.
19427 2003-07-11  Andreas Schwab  <schwab@suse.de>
19429         * buffer.c (modify_overlay): Update prototype.
19430         * lisp.h (adjust_overlays_for_insert, adjust_overlays_for_delete):
19431         Likewise.
19433 2003-07-09  Stefan Monnier  <monnier@cs.yale.edu>
19435         * lisp.h (VALBITS): Define in terms of GCTYPEBITS.
19436         (struct interval): Move to intervals.h.
19437         (struct Lisp_Marker): Use EMACS_INT for position info.
19438         (forward_point): Remove prototype of defunct function.
19439         (Qmodification_hooks, Qrear_nonsticky, Fnext_property_change)
19440         (Fget_text_property, Fset_text_properties, Ftext_propertes_not_all)
19441         (syms_of_textprop, set_text_properties): Remove prototypes that are
19442         already in intervals.h.
19444         * intervals.h (struct interval): Move from lisp.h.
19445         Use EMACS_INT for position and size info.
19447         * coding.c: Include intervals.h for Fset_text_properties.
19449         * buffer.h (struct buffer_text, struct buffer): Use EMACS_INT for
19450         position and length information.
19452 2003-07-09  Stefan Monnier  <monnier@cs.yale.edu>
19454         * buffer.h (struct buffer_text, struct buffer): Use EMACS_INT for
19455         position and length information.
19457 2003-07-09  Stefan Monnier  <monnier@cs.yale.edu>
19459         Change overlays_after and overlays_before so the overlays themselves
19460         are linked into lists, rather than using cons cells.  After all each
19461         Lisp_Misc already occupies 5 words, so we can add a `next' field to
19462         Lisp_Overlay for free and save up one cons cell per overlay (not
19463         to mention one indirection when traversing the list of overlay).
19465         * lisp.h (struct Lisp_Overlay): New field `next'.
19467         * buffer.h (struct buffer): Change overlays_before and overlays_after
19468         from Lisp lists of overlays to pointers to overlays.
19470         * buffer.c (overlay_strings, recenter_overlay_lists):
19471         Fix typo in eassert in last commit.
19472         (unchain_overlay): New function.
19473         (add_overlay_mod_hooklist): Use AREF.
19474         (copy_overlays, reset_buffer, overlays_at, overlays_in)
19475         (overlay_touches_p, overlay_strings, recenter_overlay_lists)
19476         (fix_overlays_in_range, fix_overlays_before, Fmake_overlay)
19477         (Fmove_overlay, Fdelete_overlay, Foverlay_lists)
19478         (report_overlay_modification, evaporate_overlays, init_buffer_once):
19479         Adjust to new type of overlays_(before|after).
19481         * alloc.c (mark_object): Mark the new `next' field of overlays.
19482         (mark_buffer): Manually mark the overlays_(after|before) fields.
19484         * coding.c (run_pre_post_conversion_on_str):
19485         * editfns.c (overlays_around):
19486         * xdisp.c (load_overlay_strings):
19487         * fileio.c (Finsert_file_contents):
19488         * indent.c (current_column):
19489         * insdel.c (signal_before_change, signal_after_change):
19490         * intervals.c (set_point_both):
19491         * print.c (temp_output_buffer_setup): Use new type for
19492         overlays_(before|after).
19494 2003-07-08  Stefan Monnier  <monnier@cs.yale.edu>
19496         * buffer.c (report_overlay_modification): Don't run hooks while
19497         traversing the list of overlays.
19499         * buffer.h (struct buffer): Use an int for overlay_center.
19500         (overlays_at, evaporate_overlays, recenter_overlay_lists)
19501         (overlay_strings, fix_overlays_before): Use EMACS_INT for positions.
19503         * buffer.c (reset_buffer, recenter_overlay_lists)
19504         (adjust_overlays_for_insert, adjust_overlays_for_delete)
19505         (fix_overlays_in_range, Fmake_overlay, Fmove_overlay)
19506         (evaporate_overlays, init_buffer_once): Update use of overlay_center.
19507         (overlays_at, evaporate_overlays, recenter_overlay_lists)
19508         (overlay_strings, fix_overlays_before): Use EMACS_INT for positions.
19510         * xdisp.c (fast_find_position): Remove unused var.
19512         * cmds.c (Qexpand_abbrev): New sym.
19513         (syms_of_cmds): Initialize it.
19514         (internal_self_insert): Use it to call expand-abbrev.
19516 2003-07-09  Kim F. Storm  <storm@cua.dk>
19518         * xterm.c (use_xim) [!USE_XIM]: Default to disable XIM if Emacs
19519         was configured with --without-xim.
19520         (x_term_init) [!USE_XIM]: Use `useXIM' resource to turn on XIM.
19522 2003-07-07  Richard M. Stallman  <rms@gnu.org>
19524         * xdisp.c (reseat_1): Set it->area to TEXT_AREA.
19526         * alloc.c (Fgarbage_collect): Doc fix.
19528 2003-07-07  Nozomu Ando  <nand@mac.com>
19530         * buffer.c (Fkill_buffer): Clear charpos cache if necessary.
19532 2003-07-06  Stefan Monnier  <monnier@cs.yale.edu>
19534         * minibuf.c (read_minibuf): UNGCPRO before returning.
19535         (Ftry_completion, Fall_completions): Doc fix.
19537         * alloc.c (live_float_p): Check that p is not past the `floats' array,
19538         now that `floats' is not the last element of the struct any more.
19540 2003-07-06  Jason Rumney  <jasonr@gnu.org>
19542         * w32term.h (ClipboardSequence_Proc): New type.
19544         * w32fns.c (clipboard_sequence_fn): New variable.
19545         (globals_of_w32fns): Initialize it.
19547         * w32select.c (last_clipboard_sequence_number): New variable.
19548         (Fw32_set_clipboard_data, Fw32_get_clipboard_data): Use sequence
19549         number if possible.
19551 2003-07-06  Stefan Monnier  <monnier@cs.yale.edu>
19553         * m/amdx86-64.h (MARKBIT):
19554         * m/ia64.h (MARKBIT): Remove definition since lisp.h does not compare
19555         MARKBIT and ARRAY_MARK_FLAG any more.
19557         * m/hp800.h (XSETMARKBIT):
19558         * m/sr2k.h (XSETMARKBIT):
19559         * lisp.h (XSETMARKBIT): Remove unused macro.
19561         * lisp.h (mark_object): Change prototype.
19563         * alloc.c (mark_object): Change arg *Lisp_Object -> Lisp_Object.
19564         (last_marked): Change accordingly.
19565         (mark_interval, mark_maybe_object, mark_maybe_pointer)
19566         (Fgarbage_collect, mark_glyph_matrix, mark_face_cache, mark_image)
19567         (mark_buffer): Update calls to mark_object.
19569         * bytecode.c (mark_byte_stack):
19570         * fns.c (sweep_weak_table):
19571         * keyboard.c (mark_kboards): Update calls to mark_object.
19573 2003-07-06  Jason Rumney  <jasonr@gnu.org>
19575         * alloc.c (struct ablock): Only include padding when there is some.
19577 2003-07-04  Stefan Monnier  <monnier@cs.yale.edu>
19579         * alloc.c (ALIGN): Add casts to simplify usage.
19580         (BLOCK_ALIGN, BLOCK_BYTES, ABLOCKS_PADDING, ABLOCKS_SIZE)
19581         (ABLOCKS_BYTES, ABLOCK_ABASE, ABLOCKS_BUSY, ABLOCKS_BASE): New macros.
19582         (struct ablock, struct ablocks): New types.
19583         (free_ablock): New global var.
19584         (lisp_align_malloc, lisp_align_free): New functions.
19585         (FLOAT_BLOCK_SIZE): Redefine in terms of BLOCK_BYTES.
19586         (struct float_block): Reorder and add gcmarkbits.
19587         (GETMARKBIT, SETMARKBIT, UNSETMARKBIT, FLOAT_BLOCK, FLOAT_INDEX)
19588         (FLOAT_MARKED_P, FLOAT_MARK, FLOAT_UNMARK): New macros.
19589         (init_float, make_float): Use lisp_align_malloc.
19590         (free_float, live_float_p): Don't use `type' any more.
19591         (make_float): Use FLOAT_UNMARK to access to mark bit.
19592         (mark_maybe_object, mark_maybe_pointer, survives_gc_p):
19593         Use FLOAT_MARKED_P to access the mark bit.
19594         (pure_alloc): Simplify use of ALIGN.
19595         (mark_object): Use FLOAT_MARK to access the mark bit.
19596         (gc_sweep): Use new macros to access the float's mark bit.
19597         (init_alloc_once): Init free_ablock.
19599         * lisp.h (struct Lisp_Float): Remove unused field `type'.
19601 2003-06-27  Stefan Monnier  <monnier@cs.yale.edu>
19603         * alloc.c (VECTOR_MARK, VECTOR_UNMARK, VECTOR_MARKED_P): New macros.
19604         (GC_STRING_BYTES): Don't mask markbit (it's only used on `size').
19605         (allocate_buffer): Move.
19606         (string_bytes): Don't mask markbit of `size_byte'.
19607         (mark_maybe_object, mark_maybe_pointer, Fgarbage_collect)
19608         (mark_object, mark_buffer, survives_gc_p, gc_sweep):
19609         Use the `size' field of buffers (rather than the `name' field) for
19610         the mark bit, as is done for all other vectorlike objects.
19611         Use the new macros to access the mark bit of vectorlike objects.
19613 2003-06-26  Richard M. Stallman  <rms@gnu.org>
19615         * puresize.h (BASE_PURESIZE): Increment base size.
19617         * xdisp.c (fast_find_position): Enable Gerd's new definition.
19619         * xterm.c (xim_initialize): Undo previous change.
19621 2003-06-26  Stefan Monnier  <monnier@cs.yale.edu>
19623         * alloc.c (survives_gc_p): Simplify.
19625         * buffer.c (set_buffer_internal_1): Test CONSP for lists.
19627         * window.c (Fset_window_dedicated_p): Simplify.
19628         (display_buffer_1): Don't raise the win from which minibuf was entered.
19629         (temp_output_buffer_show): Don't assume BEG == 1.  Simplify.
19630         (Fminibuffer_selected_window): Simplify.
19632         * buffer.h (struct buffer_text): Lisp_Object `markers' => Lisp_Marker.
19634         * lisp.h (unchain_marker): Lisp_Object arg => Lisp_Marker.
19635         (struct Lisp_Marker): Lisp_Object `chain' => Lisp_Marker `next'.
19637         * insdel.c (check_markers, adjust_markers_for_delete)
19638         (adjust_markers_for_insert, adjust_markers_for_replace)
19639         (prepare_to_modify_buffer, RESTORE_VALUE):
19640         * marker.c (buf_charpos_to_bytepos, buf_bytepos_to_charpos)
19641         (Fset_marker, set_marker_restricted, set_marker_both, unchain_marker)
19642         (set_marker_restricted_both, Fbuffer_has_markers_at, count_markers):
19643         * alloc.c (Fmake_marker, free_marker, gc_sweep):
19644         * buffer.c (Fget_buffer_create, Fkill_buffer, Fset_buffer_multibyte):
19645         * editfns.c (save_excursion_restore, transpose_markers):
19646         * window.c (delete_window):
19647         * xdisp.c (message_dolog): Update for new types.
19649 2003-06-26  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19651         * xfaces.c (set_font_frame_param): Set default_face_done_p to zero.
19652         (realize_default_face): Use default_face_done_p for the force_p
19653         argument to set_lface_from_font_name.  Set default_face_done_p to one.
19655         * frame.c (make_frame): Initialize default_face_done_p.
19657         * frame.h (struct frame): Add default_face_done_p.
19659         * config.in: Add XRegisterIMInstantiateCallback_arg6 so it
19660         will be defined.
19662 2003-06-25  Stefan Monnier  <monnier@cs.yale.edu>
19664         * alloc.c (make_interval, Fmake_symbol, allocate_misc):
19665         Initialize the new field `gcmarkbit'.
19666         (mark_interval, MARK_INTERVAL_TREE): Use the new `gcmarkbit' field.
19667         (mark_interval_tree): Don't mark the tree separately from the nodes.
19668         (UNMARK_BALANCE_INTERVALS): Don't unmark the tree.
19669         (mark_maybe_object, mark_maybe_pointer, Fgarbage_collect)
19670         (mark_object, survives_gc_p, gc_sweep): Use new `gcmarkbit' fields.
19672         * lisp.h (struct interval, struct Lisp_Symbol, struct Lisp_Free)
19673         (struct Lisp_Marker, struct Lisp_Intfwd, struct Lisp_Boolfwd)
19674         (struct Lisp_Kboard_Objfwd, struct Lisp_Save_Value)
19675         (struct Lisp_Buffer_Local_Value, struct Lisp_Overlay)
19676         (struct Lisp_Objfwd, struct Lisp_Buffer_Objfwd): Add `gcmarkbit' field.
19678 2003-06-24  Dave Love  <fx@gnu.org>
19680         * xterm.c (xim_initialize): Use XRegisterIMInstantiateCallback_arg6.
19682         * strftime.c: Test HAVE_SYS__MBSTATE_H, not __hpux.  Merge changes
19683         from gnulib.
19685 2003-06-21  Richard M. Stallman  <rms@gnu.org>
19687         * fileio.c (Fwrite_region): Alternate messages
19688         for append and partial write.
19690         * keyboard.c (read_key_sequence): When converting upcase fn key to
19691         downcase, update fkey and keytran so `backspace' gets translated.
19693         * keyboard.c (read_avail_input): Don't signal SIGHUP in batch mode.
19695         * process.c (wait_reading_process_input): Don't signal SIGIO
19696         in batch mode.
19698 2003-06-17  Kenichi Handa  <handa@m17n.org>
19700         * Makefile.in (xselect.o): Don't depend on charset.h, coding.h,
19701         composite.h.
19703         * xselect.c: Don't include charset.h, coding.h, composite.h.
19704         (Qforeign_selection): New variable.
19705         (syms_of_xselect): Intern and static it.
19706         (selection_data_to_lisp_data): Return a unibyte string made from
19707         data with `foreign-selection' text property.
19709 2003-06-15  Stefan Monnier  <monnier@cs.yale.edu>
19711         * termhooks.h (EVENT_INIT): New macro.
19713         * keyboard.c (mark_kboards): Move from alloc.c.  Mark kbd_buffer.
19715         * alloc.c (mark_kboards): Move to keyboard.c.
19717         * keyboard.c (record_asynch_buffer_change, read_avail_input):
19718         * xterm.c (x_dispatch_event):
19719         * xmenu.c (find_and_call_menu_selection):
19720         * xdisp.c (handle_tool_bar_click):
19721         * w32menu.c (menubar_selection_callback):
19722         * sysdep.c (kbd_input_ast, read_input_waiting):
19723         * msdos.c (dos_rawgetc):
19724         * macterm.c (mac_check_for_quit_char):
19725         * macmenu.c (menubar_selection_callback):
19726         * gtkutil.c (xg_tool_bar_callback): Don't pass uninitialized
19727         data to kbd_buffer_store_event.
19729 2003-06-15  Kim F. Storm  <storm@cua.dk>
19731         * xdisp.c (x_fix_overlapping_area): Always use area relative X
19732         to fix redisplay problem with tall characters (such as \e,AC\e(B).
19734 2003-06-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
19736         * fileio.c (Fcopy_file): Doc fix: copies file modes, too.
19738 2003-06-12  Kenichi Handa  <handa@m17n.org>
19740         * fileio.c (Fwrite_region): Save and restore restriction.
19742 2003-06-12  Dave Love  <fx@gnu.org>
19744         * alloca.c (alloca): Declare arg as size_t.
19746         * sysdep.c: Remove redundant include of unistd.h, stdlib.h.
19747         Use HAVE_DECL_SYS_SIGLIST, not SYS_SIGLIST_DECLARED.
19749 2003-06-11  Dave Love  <fx@gnu.org>
19751         * search.c (shrink_regexp_cache): Use xrealloc.
19752         (syms_of_search): Use xmalloc.
19754 2003-06-10  Kim F. Storm  <storm@cua.dk>
19756         * xdisp.c (phys_cursor_in_rect_p): Fix 2003-05-24 change.
19757         Adjust phys_cursor.x to be relative to window box, rather than
19758         text area before checking -- to ensure cursor is redrawn when
19759         exposing window.
19760         Note: This also fixes a similar (older) bug if display margins
19761         are present.
19763 2003-06-06  Kenichi Handa  <handa@m17n.org>
19765         * coding.c (encoding_buffer_size): If coding->type is
19766         coding_type_ccl, double magnification on CRLF encoding.
19768 2003-06-06  Jason Rumney  <jasonr@gnu.org>
19770         * w32reg.c (SYSTEM_DEFAULT_RESOURCES): New constant.
19771         (w32_get_string_resource): Try SYSTEM_DEFAULT_RESOURCES last.
19773         * xfaces.c (Finternal_face_x_get_resource): Do it on Windows and
19774         Mac too.
19776 2003-06-05  Dave Love  <fx@gnu.org>
19778         * strftime.c: Merge changes from gnulib.
19780         * mktime.c (__mktime_internal): Merge changes from gnulib
19781         involving year 69 and dst2.
19783         Changes to merge with gnulib version and be consistent with the
19784         autoconf test:
19786         * getloadavg.c: Set NLIST_STRUCT from HAVE_NLIST_H.
19787         Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not NLIST_NAME_UNION.
19788         [HAVE_LOCALE_H]: Include locale.h.
19789         (getloadavg) [HAVE_SETLOCALE]: Run sscanf in C locale.
19791 2003-06-05  Kim F. Storm  <storm@cua.dk>
19793         * window.c (coordinates_in_window): Convert X and Y to window
19794         relative coordinates inside mode-line and header-line parts.
19795         Convert X and Y to margin area relative coordinates inside left
19796         and right display margin parts.
19798 2003-06-05  Jason Rumney  <jasonr@gnu.org>
19800         * w32fns.c (add_system_logical_colors_to_map): New function.
19801         (Fx_open_connection): Use it.
19803 2003-06-04  Stefan Monnier  <monnier@cs.yale.edu>
19805         * process.c (allocate_pty): Revert part of the previous patch.
19806         (Faccept_process_output): Simplify.
19808 2003-06-04  Jason Rumney  <jasonr@gnu.org>
19810         * termhooks.h (enum event_kind): Remove MOUSE_WHEEL_EVENT.
19812         * keyboard.c (Qmouse_wheel, mouse_wheel_syms)
19813         (lispy_mouse_wheel_names): Remove.
19814         (syms_of_keyboard): Remove Qmouse_wheel and mouse_wheel_syms.
19815         Always define drag_and_drop_syms.
19817         * macterm.c (XTread_socket): Map mouse wheel events to Emacs
19818         WHEEL_EVENT events.
19820 2003-06-03  Stefan Monnier  <monnier@cs.yale.edu>
19822         * xdisp.c (update_tool_bar): Add missing UNGCPRO.
19824         * buffer.c (init_buffer_once): Make kill-buffer-hook permanent-local.
19826 2003-06-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19828         * gtkutil.c (make_menu_item): Make sure we don't crash on a NULL
19829         menu item label.
19831 2003-06-03  Richard M. Stallman  <rms@gnu.org>
19833         * window.c (Fwindow_edges): Doc fix.
19834         (Fwindow_pixel_edges, Fwindow_inside_edges)
19835         (Fwindow_inside_pixel_edges): New functions.
19836         (syms_of_window): defsubr them.
19838         * window.h (WINDOW_LEFT_FRINGE_COLS, WINDOW_RIGHT_FRINGE_COLS)
19839         (WINDOW_MODE_LINE_LINES, WINDOW_HEADER_LINE_LINES): New macros.
19841 2003-06-02  Stefan Monnier  <monnier@cs.yale.edu>
19843         * dispnew.c (Fsit_for): Don't lie about the number of args.
19845 2003-06-02  Dave Love  <fx@gnu.org>
19847         * callproc.c: Use HAVE_FCNTL_H, not USG5.
19848         (syms_of_callproc) <process-environment>: Doc fix.
19850         * doc.c: Use HAVE_FCNTL_H, not USG5.
19852         * xfaces.c (font_rescale_ratio): Fix for K&R.
19854         * termcap.c: Use HAVE_FCNTL_H, not _POSIX_VERSION.
19856         * mem-limits.h: Use HAVE_SYS_RESOURCE_H, HAVE_SYS_VLIMIT_H.
19858         * lread.c [HAVE_FCNTL_H]: Include fcntl.h.
19860         * gtkutil.c: Include keyboard.h, charset.h, coding.h.
19861         (xg_create_frame_widgets): Use ENCODE_UTF_8.
19863         * xterm.c (Qutf_8): Move to coding.c.
19865         * xmenu.c (ENCODE_MENU_STRING): New.
19866         (list_of_panes, list_of_items, digest_single_submenu, xmenu_show):
19867         Use it.
19869         * coding.h (ENCODE_UTF_8): New.
19870         (Qutf_8): Declare.
19872         * coding.c (Qutf_8): New.
19873         (syms_of_coding): Intern it.
19875         * fns.c: Doc fixes.
19877 2003-06-02  Kenichi Handa  <handa@m17n.org>
19879         * buffer.c (Fset_buffer_multibyte): Fix previous change.
19881 2003-06-01  Stefan Monnier  <monnier@cs.yale.edu>
19883         * lread.c (openp): Make sure STR is a string.
19885 2003-06-01  David Ponce  <david@dponce.com>
19887         * termhooks.h (enum event_kind): Add new WHEEL_EVENT event.
19888         Declare MOUSE_WHEEL_EVENT only if MAC_OSX defined.
19890         * keyboard.c (Qmouse_wheel): Declare only if MAC_OSX defined.
19891         (mouse_wheel_syms, lispy_mouse_wheel_names): Likewise.
19892         (discard_mouse_events): Discard WHEEL_EVENT events too.
19893         (lispy_wheel_names, wheel_syms): New.
19894         (syms_of_keyboard): Init and staticpro `wheel_syms'.  Init and
19895         staticpro `Qmouse_wheel' and `mouse_wheel_syms' only if MAC_OSX defined.
19896         (make_lispy_event): Add WHEEL_EVENT handler.
19898         * w32term.c (construct_mouse_wheel): Construct WHEEL_EVENT.
19899         (w32_read_socket): Map w32 WM_MOUSEWHEEL events to Emacs
19900         WHEEL_EVENT events.
19902 2003-05-31  John Paul Wallington  <jpw@gnu.org>
19904         * Makefile.in (lisp, shortlisp): byte-run, float-sup, map-ynp, and
19905         timer are in lisp/emacs-lisp.
19907 2003-05-31  Kenichi Handa  <handa@m17n.org>
19909         * buffer.c (Fset_buffer_multibyte): Correctly recover a narrowed
19910         region when a buffer is changed to unibyte.
19912         * charset.h (VALID_LEADING_CODE_P): New macro.
19913         (UNIBYTE_STR_AS_MULTIBYTE_P): Check more rigidly.
19915         * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): If coding->flags
19916         is nonzero, accept multibyte form of eight-bit-control chars.
19917         (decode_composition_emacs_mule): Likewise.
19918         (decode_coding_emacs_mule): Likewise.
19919         (encode_coding_emacs_mule): If coding->flags is nonzero, produce
19920         multibyte form of eight-bit-control chars.
19922         * fileio.c (Qauto_save_coding, auto_save_coding): New variables.
19923         (Finsert_file_contents): If coding-system-for-read is bound to
19924         Qauto_save_coding, use the coding system emacs-mule with special
19925         setting for recovering a file.
19926         (choose_write_coding_system): On auto saving, use the coding
19927         system emacs-mule with special setting for auto saving.
19928         (syms_of_fileio) <Qauto_save_coding>: Intern and staticpro it.
19930 2003-05-30  Kenichi Handa  <handa@m17n.org>
19932         * coding.c (ccl_coding_driver): Set ccl->eight_bit_control
19933         properly before calling ccl_driver.
19935         * ccl.h (struct ccl_program) <eight_bit_control>: Comment fixed.
19937         * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when it is nonzero.
19938         (ccl_driver): Initialize extra_bytes to ccl->eight_bit_control.
19939         (setup_ccl_program): Initialize ccl->eight_bit_control to zero.
19941 2003-05-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
19943         * xfaces.c (realize_default_face): Do not abort if lface is
19944         non-existent - reverts change from 2003-05-19.
19946 2003-05-29  Kenichi Handa  <handa@m17n.org>
19948         * coding.c (decode_coding_iso2022): Pay attention to the byte
19949         sequence of CTEXT extended segment, and retain those bytes as is.
19951 2003-05-28  Kenichi Handa  <handa@m17n.org>
19953         * coding.c (ENCODE_UNSAFE_CHARACTER): Adjust for the name change
19954         of CODING_REPLACEMENT_CHARACTER.
19955         (decode_coding_iso2022): If CODING_FLAG_ISO_SAFE, set
19956         CODING_MODE_INHIBIT_UNENCODABLE_CHAR flag in coding->mode, and
19957         check this flag on encoding.
19958         (encode_coding_sjis_big5):
19959         Check CODING_MODE_INHIBIT_UNENCODABLE_CHAR flag of coding->mode.
19960         (Fset_terminal_coding_system_internal):
19961         Set CODING_MODE_INHIBIT_UNENCODABLE_CHAR flag in terminal_coding.mode
19962         instead of setting CODING_FLAG_ISO_SAFE flag in terminal_coding.flags.
19964         * coding.h (CODING_REPLACEMENT_CHARACTER): Rename from
19965         CODING_INHIBIT_CHARACTER_SUBSTITUTION.
19966         (CODING_MODE_INHIBIT_UNENCODABLE_CHAR): New macro.
19968 2003-05-28  Richard M. Stallman  <rms@gnu.org>
19970         * print.c (syms_of_print) <print-escape-nonascii>: Doc fix.
19972         * eval.c (unbind_to): Move init of this_binding to separate statement.
19974 2003-05-28  Kim F. Storm  <storm@cua.dk>
19976         * xdisp.c (expose_window): Fix error in calculation of
19977         window relative coordinates of area to redisplay.
19979 2003-05-27  Jason Rumney  <jasonr@gnu.org>
19981         * w32term.c (GET_WHEEL_DELTA_WPARAM): New macro.
19983 2003-05-27  David Ponce  <david@dponce.com>
19985         Handle W32 mouse wheel events as mouse click events, like in X.
19987         * keyboard.c (make_lispy_event) [WINDOWSNT]: Don't handle
19988         MOUSE_WHEEL_EVENT anymore.
19990         * w32term.c (construct_mouse_wheel): Result is a MOUSE_CLICK_EVENT.
19991         Scrolling down/up the mouse wheel is respectively mapped to mouse
19992         button 4 and 5.
19993         (w32_read_socket): Map w32 WM_MOUSEWHEEL events to Emacs
19994         MOUSE_CLICK_EVENT events.  Forward w32 MSH_MOUSEWHEEL events as
19995         WM_MOUSEWHEEL events.
19997 2003-05-27  Andreas Schwab  <schwab@suse.de>
19999         * buffer.c (syms_of_buffer) <default-direction-reversed>: Doc fix.
20001         * xdisp.c (try_window_id): Avoid aborting if PT is inside a
20002         partially visible line.
20004         * alloc.c (Fgarbage_collect): Fix last change.
20006 2003-05-26  John Paul Wallington  <jpw@gnu.org>
20008         * xfns.c (Fx_create_frame): Don't call Qface_set_after_frame_default.
20010 2003-05-25  Stefan Monnier  <monnier@cs.yale.edu>
20012         * window.c (Fset_window_buffer): Add type of `keep_margins'.
20013         (Fset_window_fringes, Fset_window_scroll_bars): Declare before use.
20015         * window.h (window_box_text_cols): Declare.
20017         * xdisp.c (window_text_bottom_y, draw_row_fringe_bitmaps)
20018         (x_draw_vertical_border): Remove unused var `f'.
20020         * xfaces.c (build_scalable_font_name): Remove `unused var
20021         pixel_size' warning.
20023         * xfns.c (png_load): Remove `unused vars intent, image_gamma' warning.
20025         * unexelf.c (unexec): Remove `unused var n' warning.
20027         * strftime.c (my_strftime_localtime_r): Remove `defined but
20028         unused' warning.
20030         * process.c (allocate_pty): Remove `unused var stb' and
20031         `cp might be used uninitialized' warnings.
20033         * dispnew.c (mode_line_string): Remove unused var `f'.
20035         * coding.c (find_safe_codings): Remove unused var `i'.
20037         * bytecode.c (Fbyte_code): Remove `unused val' warning.
20039         * buffer.c (Fkill_buffer): Remove unused var `list'.
20041         * alloc.c (Fgarbage_collect): Remove `unused var tail' warning.
20043 2003-05-25  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20045         * frame.c (make_frame): Condition want_fullscreen with
20046         HAVE_WINDOW_SYSTEM.
20048 2003-05-25  Juanma Barranquero  <lektu@terra.es>
20050         * window.c (Fset_window_scroll_bars): Fix typo in argument name.
20051         (Fwindow_scroll_bars): Fix typo in docstring.
20053 2003-05-24  Kim F. Storm  <storm@cua.dk>
20055         The following changes serve several purposes:
20057         1) Swap the position of fringes and display margins in windows, i.e.
20058         the fringes are now displayed between the margins and the text area
20059         (by default).
20061         2) Allow fringe and scroll bar parameters to be set per-buffer and
20062         per-window (like display margins).  Such settings are now stored
20063         in window configurations, preserved when frames are resized, and
20064         copied when windows are split vertically or horizontally.
20065         Several bugs related to display margins have been fixed.
20067         3) Consistently use FRAME_FONT and FRAME_FONTSET macros.
20069         4) Use FRAME_COLUMN_WIDTH (f) consistently throughout the code
20070         rather than FRAME_WIDTH (FRAME_FONT (f)).
20072         5) Introduce a consistent naming of variables, members and macros
20073         depending on whether their value is measured in pixels or in
20074         canonical columns/lines.  Pixel dimensions are named *_width and
20075         *_height, while canonical columns/lines are named *_cols and
20076         *_lines.  Pixel positions are named *_x and *_y, while column/line
20077         positions are named *_col and *_line.
20079         6) Consolidate more of the X, W32, and MAC gui code by moving
20080         common data into struct frame, and generalize it for the non-gui
20081         case by using suitable defaults.
20083         7) Cleanup and consolidate the macros controlling frame and window
20084         layout into frame.h and window.h, and generalize the use of the
20085         various window_box_* functions (enhanced to handle the new fringe
20086         position and the per-window fringe and scroll bar settings).
20088         * frame.h (struct frame): Rename members height to text_lines,
20089         width to text_cols, window_height to total_lines, window_width to
20090         total_cols, new_height to new_text_lines, new_width to
20091         new_text_cols.  All uses changed.
20092         (struct frame): New members which consolidate common members of
20093         x_output, w32_output, and mac_output structures: left_pos,
20094         top_pos, pixel_height, pixel_width, x_pixels_diff, y_pixels_diff,
20095         win_gravity, size_hint_flags, border_width, internal_border_width,
20096         line_height, fringe_cols, left_fringe_width, right_fringe_width,
20097         want_fullscreen.  All uses changed.
20098         (struct frame): New member column_width contaning the canonical
20099         column width, analogue to line_height.  All uses changed.
20100         (struct frame): Rename members scroll_bar_pixel_width to
20101         config_scroll_bar_width, and scroll_bar_cols to
20102         config_scroll_bar_cols.  All uses changed.
20103         (struct frame): New member scroll_bar_actual_width which
20104         consolidates and renames the vertical_scroll_bar_extra member of
20105         x_output, w32_output, and mac_output structures.  All uses changed.
20106         (FRAME_PIXEL_HEIGHT): Rename from PIXEL_HEIGHT and moved
20107         from x/w32/macterm.h files.  All uses changed.  Also change code
20108         which referred to f->output_data...->pixel_height.
20109         (FRAME_PIXEL_WIDTH): Rename from PIXEL_WIDTH and moved
20110         from x/w32/macterm.h files.  All uses changed.  Also change code
20111         which referred to f->output_data...->pixel_width.
20112         (FRAME_LINES): Rename from FRAME_HEIGHT.  All uses changed.
20113         Also change code which referred to f->height.
20114         (FRAME_COLS): Rename from FRAME_WIDTH.  All uses changed.
20115         Also change code which referred to f->width.
20116         (FRAME_NEW_HEIGHT, FRAME_NEW_WIDTH): Remove macros; change uses
20117         to update new_text_lines and new_text_cols members directly.
20118         (FRAME_CONFIG_SCROLL_BAR_WIDTH): Rename from
20119         FRAME_SCROLL_BAR_PIXEL_WIDTH.  All uses changed.
20120         (FRAME_CONFIG_SCROLL_BAR_COLS): Rename from
20121         FRAME_SCROLL_BAR_COLS.  All uses changed.
20122         (FRAME_LEFT_SCROLL_BAR_COLS, FRAME_RIGHT_SCROLL_BAR_COLS):
20123         Rename from FRAME_LEFT_SCROLL_BAR_WIDTH and
20124         FRAME_RIGHT_SCROLL_BAR_WIDTH, resp.  All uses changed.
20125         (FRAME_SCROLL_BAR_AREA_WIDTH, FRAME_LEFT_SCROLL_BAR_AREA_WIDTH)
20126         (FRAME_RIGHT_SCROLL_BAR_AREA_WIDTH): New macros.
20127         (FRAME_TOTAL_COLS): Rename from FRAME_WINDOW_WIDTH.
20128         (SET_FRAME_COLS): Rename from SET_FRAME_WIDTH.
20129         (FRAME_TOTAL_COLS_ARG): Rename from FRAME_WINDOW_WIDTH_ARG.
20130         (WINDOW_VERTICAL_SCROLL_BAR_COLUMN): Remove unused macro.
20131         (WINDOW_VERTICAL_SCROLL_BAR_HEIGHT): Remove unused macro.
20132         (FRAME_LINE_HEIGHT): Rename from CANON_Y_UNIT.
20133         Unconditionally return line_height member (it now has proper value
20134         also for non-window frames).
20135         (FRAME_COLUMN_WIDTH): Rename from CANON_X_UNIT.  Unconditionally
20136         return new column_width member (rather than the default font width).
20137         (FRAME_FRINGE_COLS, FRAME_LEFT_FRINGE_WIDTH)
20138         (FRAME_RIGHT_FRINGE_WIDTH): Rename from FRAME_X_... and moved
20139         from x/w32/macterm.h files.  Unconditionally return corresponding
20140         member of frame structure (they now have proper values also for
20141         non-window frames).
20142         (FRAME_TOTAL_FRINGE_WIDTH): Rename from FRAME_FRINGE_WIDTH.
20143         Calculate return value from left and right widths.
20144         (FRAME_INTERNAL_BORDER_WIDTH): Unconditionally return
20145         internal_border_width member (has proper value for non-window frame).
20146         (FRAME_PIXEL_X_FROM_CANON_X): Rename from PIXEL_X_FROM_CANON_X.
20147         (FRAME_PIXEL_Y_FROM_CANON_Y): Rename from PIXEL_Y_FROM_CANON_Y.
20148         (FRAME_CANON_X_FROM_PIXEL_X): Rename from CANON_X_FROM_PIXEL_X.
20149         (FRAME_CANON_Y_FROM_PIXEL_Y): Rename from CANON_Y_FROM_PIXEL_Y.
20150         (FRAME_LINE_TO_PIXEL_Y): Rename from CHAR_TO_PIXEL_ROW,
20151         consolidated from xterm.h, macterm.h, and w32term.h.
20152         (FRAME_COL_TO_PIXEL_X): Rename from CHAR_TO_PIXEL_COL,
20153         consolidated from xterm.h, macterm.h, and w32term.h.
20154         (FRAME_TEXT_COLS_TO_PIXEL_WIDTH): Rename from
20155         CHAR_TO_PIXEL_WIDTH consolidated from x/mac/w32term.h.
20156         (FRAME_TEXT_LINES_TO_PIXEL_HEIGHT): Rename from
20157         CHAR_TO_PIXEL_HEIGHT consolidated from x/mac/w32term.h.
20158         (FRAME_PIXEL_Y_TO_LINE): Rename from PIXEL_TO_CHAR_ROW
20159         consolidated from x/mac/w32term.h.
20160         (FRAME_PIXEL_X_TO_COL): Rename from PIXEL_TO_CHAR_COL
20161         consolidated from x/mac/w32term.h.
20162         (FRAME_PIXEL_WIDTH_TO_TEXT_COLS): Rename from
20163         PIXEL_TO_CHAR_WIDTH consolidated from x/mac/w32term.h.
20164         (FRAME_PIXEL_HEIGHT_TO_TEXT_LINES): Rename from
20165         PIXEL_TO_CHAR_HEIGHT consolidated from x/mac/w32term.h.
20167         * window.h (struct window): Rename members left to left_col,
20168         top to top_line, height to total_lines, width to total_cols,
20169         left_margin_width to left_margin_cols, right_margin_width to
20170         right_margin_cols, orig_height to orig_total_lines, orig_top to
20171         orig_top_line.  All uses changed.
20172         (struct window): New members left_fringe_width, right_fringe_width,
20173         fringes_outside_margins, scroll_bar_width, vertical_scroll_bar_type.
20174         (WINDOW_XFRAME, WINDOW_FRAME_COLUMN_WIDTH, WINDOW_FRAME_LINE_HEIGHT):
20175         New macros primarily used to simplify other macros.
20176         (WINDOW_TOTAL_COLS): New macro.  Change relevant code that
20177         referred to XINT (w->width).
20178         (WINDOW_TOTAL_LINES): New macro.  Change relevant code that
20179         referred to XINT (w->height).
20180         (WINDOW_TOTAL_WIDTH): New macro.  Change relevant code that
20181         referred to XINT (w->width) * canon_x_unit.
20182         (WINDOW_TOTAL_HEIGHT): New macro.  Change relevant code that
20183         referred to XINT (w->height) * canon_y_unit.
20184         (WINDOW_LEFT_EDGE_COL): New macro.  Change relevant code that
20185         referred to XINT (w->left).
20186         (WINDOW_RIGHT_EDGE_COL): Rename from WINDOW_RIGHT_EDGE.  Change
20187         all uses and code that referred to XINT (w->left) + XINT (w->width).
20188         (WINDOW_TOP_EDGE_LINE): New macro.  Change relevant code that
20189         referred to XINT (w->top).
20190         (WINDOW_BOTTOM_EDGE_LINE): New macro.  Change relevant code that
20191         referred to XINT (w->top) + XINT (w->height).
20192         (WINDOW_LEFT_EDGE_X): New macro.  Change relevant code that
20193         referred to XINT (w->left) * canon_x_unit.
20194         (WINDOW_RIGHT_EDGE_X): New macro.  Change relevant code that
20195         referred to (XINT (w->left) + XINT (w->width)) * canon_x_unit.
20196         (WINDOW_TOP_EDGE_Y): New macro.  Change relevant code that
20197         referred to XINT (w->top) * canon_y_unit.
20198         (WINDOW_BOTTOM_EDGE_Y): New macro.  Change relevant code that
20199         referred to (XINT (w->top) + XINT (w->height)) * canon_y_unit.
20200         (WINDOW_LEFTMOST_P): New macro.
20201         (WINDOW_BOX_LEFT_EDGE_COL): Rename from WINDOW_LEFT_MARGIN.
20202         All uses changed.
20203         (WINDOW_BOX_RIGHT_EDGE_COL): Rename from WINDOW_RIGHT_MARGIN.
20204         All uses changed.
20205         (WINDOW_BOX_LEFT_EDGE_X): Rename from
20206         WINDOW_DISPLAY_LEFT_EDGE_PIXEL_X, moved from dispextern.h.
20207         Do not exclude left fringe width.
20208         (WINDOW_BOX_RIGHT_EDGE_X): Rename from
20209         WINDOW_DISPLAY_RIGHT_EDGE_PIXEL_X, moved from dispextern.h.
20210         Do not exclude fringe widths.
20211         (WINDOW_LEFT_FRINGE_WIDTH, WINDOW_RIGHT_FRINGE_WIDTH)
20212         (WINDOW_FRINGE_COLS, WINDOW_TOTAL_FRINGE_WIDTH): New macros.
20213         Change relevant code that referred to FRAME_LEFT_FRINGE_WIDTH,
20214         FRAME_RIGHT_FRINGE_WIDTH, FRAME_FRINGE_COLS, and
20215         FRAME_TOTAL_FRINGE_WIDTH to allow per-window fringe settings.
20216         (WINDOW_HAS_FRINGES_OUTSIDE_MARGINS): New macro.
20217         (WINDOW_VERTICAL_SCROLL_BAR_TYPE, WINDOW_HAS_VERTICAL_SCROLL_BAR)
20218         (WINDOW_HAS_VERTICAL_SCROLL_BAR_ON_LEFT)
20219         (WINDOW_HAS_VERTICAL_SCROLL_BAR_ON_RIGHT)
20220         (WINDOW_CONFIG_SCROLL_BAR_WIDTH, WINDOW_CONFIG_SCROLL_BAR_COLS):
20221         New macros.  Change code which referenced corresponding
20222         FRAME_VERTICAL_SCROLL_BAR_TYPE, FRAME_HAS_VERTICAL_SCROLL_BARS,
20223         FRAME_HAS_VERTICAL_SCROLL_BARS_ON_LEFT,
20224         FRAME_HAS_VERTICAL_SCROLL_BARS_ON_RIGHT,
20225         FRAME_SCROLL_BAR_PIXEL_WIDTH, and FRAME_SCROLL_BAR_COLS macros to
20226         allow per-window scroll-bar settings.
20227         (WINDOW_LEFT_SCROLL_BAR_COLS, WINDOW_RIGHT_SCROLL_BAR_COLS): New macros.
20228         (WINDOW_LEFT_SCROLL_BAR_AREA_WIDTH): New macro.  Change code that
20229         referred to FRAME_LEFT_SCROLL_BAR_WIDTH.
20230         (WINDOW_RIGHT_SCROLL_BAR_AREA_WIDTH): New macro.  Change code
20231         that referred to FRAME_HAS_VERTICAL_SCROLL_BARS_ON_RIGHT and
20232         FRAME_SCROLL_BAR_WIDTH.
20233         (WINDOW_SCROLL_BAR_COLS, WINDOW_SCROLL_BAR_AREA_WIDTH)
20234         (WINDOW_SCROLL_BAR_AREA_X): New macros.
20235         (WINDOW_HEADER_LINE_HEIGHT): Rename from
20236         WINDOW_DISPLAY_HEADER_LINE_HEIGHT, moved from dispextern.h.
20237         (WINDOW_BOX_HEIGHT_NO_MODE_LINE): Rename from
20238         WINDOW_DISPLAY_HEIGHT_NO_MODE_LINE, moved from dispextern.h.
20239         (WINDOW_BOX_TEXT_HEIGHT): Rename from
20240         WINDOW_DISPLAY_PIXEL_WIDTH, moved from dispextern.h.
20241         (WINDOW_TO_FRAME_PIXEL_X, WINDOW_TO_FRAME_PIXEL_Y)
20242         (FRAME_TO_WINDOW_PIXEL_X, FRAME_TO_WINDOW_PIXEL_Y)
20243         (WINDOW_TEXT_TO_FRAME_PIXEL_X): Move here from dispextern.h.
20244         (WINDOW_LEFT_MARGIN_WIDTH): Rename from
20245         WINDOW_DISPLAY_LEFT_AREA_PIXEL_WIDTH, moved from dispextern.h.
20246         (WINDOW_RIGHT_MARGIN_WIDTH): Rename from
20247         WINDOW_DISPLAY_RIGHT_AREA_PIXEL_WIDTH, moved from dispextern.h.
20248         (window_from_coordinates): Update prototype.
20249         (Fset_window_buffer): Update EXFUN.
20250         (set_window_buffer): Update prototype.
20252         * dispextern.h (struct glyph_matrix): Rename members window_left_x
20253         to window_left_col, window_top_y to window_top_line.  All uses
20254         changed.
20255         (FRAME_INTERNAL_BORDER_WIDTH_SAFE): Remove macro; can now safely
20256         use FRAME_INTERNAL_BORDER_WIDTH macro instead as
20257         internal_border_width is now set to 0 for non-window frames.
20258         (WINDOW_DISPLAY_PIXEL_WIDTH, WINDOW_DISPLAY_PIXEL_HEIGHT)
20259         (WINDOW_DISPLAY_MODE_LINE_HEIGHT, WINDOW_DISPLAY_HEADER_LINE_HEIGHT)
20260         (WINDOW_DISPLAY_HEIGHT_NO_MODE_LINE, WINDOW_DISPLAY_TEXT_HEIGHT)
20261         (WINDOW_DISPLAY_LEFT_EDGE_PIXEL_X, WINDOW_DISPLAY_RIGHT_EDGE_PIXEL_X)
20262         (WINDOW_DISPLAY_TOP_EDGE_PIXEL_Y, WINDOW_DISPLAY_BOTTOM_EDGE_PIXEL_Y)
20263         (WINDOW_TO_FRAME_PIXEL_X, WINDOW_TO_FRAME_PIXEL_Y)
20264         (FRAME_TO_WINDOW_PIXEL_X, FRAME_TO_WINDOW_PIXEL_Y)
20265         (WINDOW_DISPLAY_LEFT_AREA_PIXEL_WIDTH)
20266         (WINDOW_DISPLAY_RIGHT_AREA_PIXEL_WIDTH, WINDOW_WANTS_MODELINE_P):
20267         Move to window.h and renamed [see window.h changes].
20268         (WINDOW_AREA_TO_FRAME_PIXEL_X, WINDOW_AREA_PIXEL_WIDTH)
20269         (WINDOW_DISPLAY_TEXT_AREA_PIXEL_WIDTH): Remove macros.
20270         (WINDOW_WANTS_MODELINE_P, WINDOW_WANTS_HEADER_LINE_P):
20271         Use WINDOW_TOTAL_LINES.
20272         (frame_update_line_height): Remove prototype.
20274         * buffer.h (struct buffer): Rename members measured in columns:
20275         left_margin_width to left_margin_cols, right_margin_width to
20276         right_margin_cols.  All uses changed.
20277         New members left_fringe_width, right_fringe_width,
20278         fringes_outside_margins for per-buffer fringe settings.
20279         New members scroll_bar_width and vertical_scroll_bar_type for
20280         per-buffer scroll bar settings.
20282         * buffer.c (init_buffer_once): Set buffer_defaults and
20283         buffer_local_flags for new buffer-local variables
20284         left_fringe_width, right_fringe_width, fringes_outside_margins,
20285         scroll_bar_width, and vertical_scroll_bar_type.
20286         (syms_of_buffer): Defvar_per_buffer them, and defvar_lisp_nopro
20287         default-* variables for them.
20289         * dispnew.c: Make (many) trivial substitutions for renamed and
20290         new macros in dispextern.h, frame.h and window.h.
20291         (mode_line_string): No need to adjust width for mode lines, as it
20292         is already adjusted by the caller.
20293         (marginal_area_string): Handle fringes inside/outside margins.
20295         * frame.c: Make (many) trivial substitutions for renamed and
20296         new macros in dispextern.h, frame.h and window.h.
20297         (make_frame): Initialize left_fringe_width, right_fringe_width,
20298         fringe_cols, scroll_bar_actual_width, border_width,
20299         internal_border_width, column_width, line_height, x_pixels_diff,
20300         y_pixels_diff, want_fullscreen, size_hint_flags, and win_gravity
20301         members with values suitable for a non-window frames.
20303         * gtkutil.c: Make (many) trivial substitutions for renamed and
20304         new macros in dispextern.h, frame.h and window.h.
20306         * indent.c: Make (few) trivial substitutions for renamed and
20307         new macros in dispextern.h, frame.h and window.h.
20309         * keyboard.c: Make (many) trivial substitutions for renamed and
20310         new macros in dispextern.h, frame.h and window.h.
20311         (make_lispy_event): Use window positions returned from
20312         window_from_coordinates when constructing the lisp event for
20313         MOUSE_CLICK_EVENT and DRAG_N_DROP_EVENT, rather than calculating
20314         (incorrect) values locally.
20315         (make_lispy_movement): Use window positions returned from
20316         window_from_coordinates when constructing the lisp event, rather
20317         than calculating (incorrect) values locally.
20319         * scroll.c: Make (some) trivial substitutions for renamed and
20320         new macros in dispextern.h, frame.h and window.h.
20322         * sunfns.c (Fsun_menu_internal): Adapt to per-window fringes and
20323         scroll-bars.
20325         * sysdep.c: Make (few) trivial substitutions for renamed and
20326         new macros in dispextern.h, frame.h and window.h.
20328         * term.c: Make (some) trivial substitutions for renamed and
20329         new macros in dispextern.h, frame.h and window.h.
20331         * widget.c: Make (few) trivial substitutions for renamed and
20332         new macros in dispextern.h, frame.h and window.h.
20334         * window.c: Make (many) trivial substitutions for renamed and
20335         new macros in dispextern.h, frame.h and window.h.
20336         (make_window): Initialize new members
20337         left_margin_cols, right_margin_cols, left_fringe_width,
20338         right_fringe_width, fringes_outside_margins, scroll_bar_width,
20339         and vertical_scroll_bar_type.
20340         (coordinates_in_window): Adapt to new fringe/margin positions
20341         and per-window fringes and scroll-bars.
20342         Fix bug related to incorrectly adjusting coordinates by
20343         frame's internal_border_width (the effect normally negible since
20344         the internal_border_width is typically 0 or 1 pixel, but very
20345         noticeable for an internal_border_width of e.g. 25 pixels).
20346         Upon successful return (other than ON_NOTHING), the coordinates
20347         are now always properly converted to window relative for the
20348         given display element.
20349         (window_from_coordinates): Add new parameters wx and wy to
20350         return the window relative x and y position in the returned
20351         window and part.  A null arg means, don't return the position.
20352         All callers changed.
20353         (adjust_window_margins): New function which may reduce the width
20354         of the display margins if a window's text area is too small after
20355         resizing or splitting windows.
20356         (size_window): Fix bug that did not account for display margin
20357         widths when checking the minimum width of a window; use
20358         adjust_window_margins.
20359         (set_window_buffer): Call Fset_window_fringes and
20360         Fset_window_scroll_bars to setup per-window elements.
20361         Add new arg KEEP_MARGINS_P.  Non-nil means to keep window's
20362         existing display margin, fringe widths, and scroll bar settings
20363         (e.g. after splitting a window or resizing the frame).
20364         All callers changed.
20365         (Fset_window_buffer): New arg KEEP_MARGINS.  All callers changed.
20366         (Fsplit_window): Duplicate original window's display margin,
20367         fringe, and scroll-bar settings; then call Fset_window_buffer with
20368         KEEP_MARGINS non-nil.  This fixes a bug which caused a split
20369         window to only preserve the display margins in one of the windows.
20370         When splitting horizontally, call adjust_window_margins on both
20371         windows to ensure that the text area of the new windows is non too
20372         narrow.  This fixes a bug which could cause Emacs to trap if the
20373         width of the split window was less than the width of the display
20374         margins.
20375         (window_box_text_cols): Rename from window_internal_width.
20376         All uses changed.  Adapt to per-window fringes and scroll bars.
20377         Fix bug that caused vertical separator to be subtracted also on
20378         window frames.  Fix another bug that did not reduce the returned
20379         value by the columns used for display margins.
20380         (window_scroll_line_based): Fix bug related to scrolling too much
20381         when display margins are present (implicitly fixed by the fix to
20382         window_box_text_cols).
20383         (scroll_left, scroll_right): Fix bug related to scrolling too far
20384         by default when display margins are present (implicitly fixed by
20385         the fix to window_box_text_cols).
20386         (struct saved_window): Rename members left to left_col, top to
20387         top_line, width to total_cols, height to total_lines, orig_top to
20388         orig_top_line, orig_height to orig_total_lines.  All uses changed.
20389         New members left_margin_cols, right_margin_cols,
20390         left_fringe_width, right_fringe_width, fringes_outside_margins,
20391         scroll_bar_width, and vertical_scroll_bar_type for saving
20392         per-window display elements.
20393         (Fset_window_configuration): Restore display margins, fringes,
20394         and scroll bar settings.  This fixes a bug which caused display
20395         margins to be discarded when saving and restoring a window
20396         configuration.
20397         (save_window_save): Save display margins, fringes, and scroll bar
20398         settings.  This fixes a bug which caused display margins to be
20399         discarded when saving and restoring a window configuration.
20400         (Fset_window_margins): Do nothing if display margins are not
20401         really changed.  Otherwise, call adjust_window_margins to ensure
20402         the text area doesn't get too narrow.  This fixes a bug which
20403         could cause Emacs to trap if setting display margins wider than
20404         the width of the window.
20405         (Fset_window_fringes): New defun to allow user to specifically set
20406         this window's fringe widths and position vs. display margins.
20407         (Fwindow_fringes): New defun to return window's actual fringe settings.
20408         (Fset_window_scroll_bars): New defun to allow user to specifically
20409         set this window's scroll bar width and position.
20410         (Fwindow_scroll_bars): New defun to return window's actual scroll
20411         bar settings.
20412         (compare_window_configurations): Also compare display margins,
20413         fringes, and scroll bar settings.
20414         (syms_of_window): Defsubr new defuns for fringe and scroll bars.
20416         * xdisp.c: Make (many) trivial substitutions for renamed and
20417         new macros in dispextern.h, frame.h and window.h.
20418         (window_box_width): Adapt to per-window fringes and scroll bars,
20419         and new fringe vs. display margin position.  Note that returned
20420         value is no longer guaranteed to be a whole multiple of the frame
20421         column width, since per-window fringes may now be any width.
20422         (window_box_left_offset): New function like window_box_left, but
20423         value is relative to left border of window (rather than frame).
20424         (window_box_right_offset): New function like window_box_right,
20425         but value is relative to left border of window.
20426         (window_box_left): Adapt to per-window fringes and scroll bars,
20427         and new fringe vs. display margin position.  Simplify by using
20428         WINDOW_LEFT_EDGE_X and window_box_left_offset.
20429         (window_box): Allow null args for unnecessary return values;
20430         change/simplify relevant callers.
20431         (x_y_to_hpos_vpos): Adapt to per-window fringes and scroll bars,
20432         and new fringe vs. display margin position.
20433         Use window_box_left_offset and window_box_right_offset
20434         (get_glyph_string_clip_rect): Adapt to per-window fringes and
20435         scroll bars, and new fringe vs. display margin position.
20436         Use WINDOW_LEFT_EDGE_X and WINDOW_TOTAL_WIDTH.
20437         (draw_fringe_bitmap): Rework to handle per-window fringes and new
20438         fringe vs. display margin position.
20439         (hscroll_window_tree): Use window_box_width instead of window_box.
20440         (redisplay_window): Adapt to per-window scroll bars.
20441         (draw_glyphs): Rework to handle per-window fringes and scroll
20442         bars, and new fringe vs. display margin position.
20443         Use WINDOW_LEFT_EDGE_X, WINDOW_TOTAL_WIDTH, and window_box_left.
20444         (x_clear_end_of_line): Adapt to per-window fringes and scroll
20445         bars, and new fringe vs. display margin position.  Fix bug which
20446         increased total width of full_width rows by width of scroll bars
20447         although window's total width already includes that.
20448         (x_fix_overlapping_area): Simplify using window_box_left_offset.
20449         (expose_area): Simplify using window_box_left_offset.
20450         (x_draw_vertical_border): Handle per-window scroll bar settings,
20451         mixing windows with left, right and no scroll bars.
20453         * xfaces.c [WINDOWSNT]: Move redefinition of FONT_WIDTH macro to
20454         where it's used in x_list_fonts (for clarity).
20455         (frame_update_line_height): Remove unused function; functionality
20456         is now done directly when setting the default font in x_set_font.
20458         * xfns.c: Make (many) trivial substitutions for renamed and
20459         new macros in dispextern.h, frame.h and window.h.
20461         * xmenu.c: Make (some) trivial substitutions for renamed and
20462         new macros in dispextern.h, frame.h and window.h.
20464         * xterm.h (struct x_output): Move members left_pos, top_pos,
20465         border_width, pixel_height, pixel_width, line_height,
20466         internal_border_width, vertical_scroll_bar_extra,
20467         left_fringe_width, right_fringe_width, fringe_cols,
20468         fringes_extra, win_gravity, size_hint_flags, want_fullscreen,
20469         x_pixels_diff, and y_pixels_diff to struct frame (frame.h).
20470         (FRAME_INTERNAL_BORDER_WIDTH, FRAME_LINE_HEIGHT): Move to frame.h.
20471         (FRAME_DEFAULT_FONT_WIDTH): Remove macro.
20472         (PIXEL_WIDTH, PIXEL_HEIGHT)
20473         (FRAME_X_FRINGE_COLS, FRAME_X_FRINGE_WIDTH)
20474         (FRAME_X_LEFT_FRINGE_WIDTH, FRAME_X_RIGHT_FRINGE_WIDTH): Move to
20475         frame.h and renamed [see frame.h changes].
20476         (CHAR_TO_PIXEL_ROW, CHAR_TO_PIXEL_COL, CHAR_TO_PIXEL_WIDTH)
20477         (CHAR_TO_PIXEL_HEIGHT, PIXEL_TO_CHAR_ROW, PIXEL_TO_CHAR_COL)
20478         (PIXEL_TO_CHAR_WIDTH, PIXEL_TO_CHAR_HEIGHT): Move to frame.h
20479         and renamed [see frame.h changes].
20481         * xterm.c: Make (several) trivial substitutions for renamed and
20482         new macros in dispextern.h, frame.h and window.h.
20483         (x_draw_glyph_string_box): Adapt to per-window fringes and scroll-bars.
20484         (scroll_run): Adapt to new fringe position.
20485         (glyph_rect): Use window coordinates returned from
20486         window_from_coordinates rather than frame_to_window_pixel_xy.
20487         (XTset_vertical_scroll_bar): Adapt to per-window fringes and
20488         scroll-bars.
20489         (handle_one_xevent): Simplify a USE_GTK conditional.
20490         (x_clip_to_row): Remove superfluous whole_line_p arg and code
20491         (fringes are now inside margins, i.e. always in the clipping area).
20492         All callers changed.
20493         (x_new_font): Set FRAME_COLUMN_WIDTH and FRAME_LINE_HEIGHT
20494         directly, then call compute_fringe_widths.  Don't call
20495         frame_update_line_height.
20497         * w32term.h (struct w32_output): Move members left_pos, top_pos,
20498         border_width, pixel_height, pixel_width, line_height,
20499         internal_border_width, vertical_scroll_bar_extra,
20500         left_fringe_width, right_fringe_width, fringe_cols,
20501         fringes_extra, win_gravity, size_hint_flags, want_fullscreen,
20502         x_pixels_diff, and y_pixels_diff to struct frame (frame.h).
20503         (FRAME_INTERNAL_BORDER_WIDTH, FRAME_LINE_HEIGHT): Move to frame.h.
20504         (FRAME_DEFAULT_FONT_WIDTH): Remove macro.
20505         (PIXEL_WIDTH, PIXEL_HEIGHT)
20506         (FRAME_X_FRINGE_COLS, FRAME_X_FRINGE_WIDTH)
20507         (FRAME_X_LEFT_FRINGE_WIDTH, FRAME_X_RIGHT_FRINGE_WIDTH): Move to
20508         frame.h and renamed [see frame.h changes].
20509         (CHAR_TO_PIXEL_ROW, CHAR_TO_PIXEL_COL, CHAR_TO_PIXEL_WIDTH)
20510         (CHAR_TO_PIXEL_HEIGHT, PIXEL_TO_CHAR_ROW, PIXEL_TO_CHAR_COL)
20511         (PIXEL_TO_CHAR_WIDTH, PIXEL_TO_CHAR_HEIGHT): Move to frame.h
20512         and renamed [see frame.h changes].
20514         * w32term.c: Make (several) trivial substitutions for renamed and
20515         new macros in dispextern.h, frame.h and window.h.
20516         (x_draw_glyph_string_box): Adapt to per-window fringes and scroll-bars.
20517         (glyph_rect): Use window coordinates returned from
20518         window_from_coordinates rather than frame_to_window_pixel_xy.
20519         (XTset_vertical_scroll_bar): Adapt to per-window fringes and
20520         scroll-bars.
20521         (w32_clip_to_row): Remove superfluous whole_line_p arg and code
20522         (fringes are now inside margins, i.e. always in the clipping area).
20523         All callers changed.
20524         (x_new_font): Set FRAME_COLUMN_WIDTH and FRAME_LINE_HEIGHT
20525         directly, then call compute_fringe_widths.  Don't call
20526         frame_update_line_height.
20528         * w32console.c: Make (few) trivial substitutions for renamed and
20529         new macros in dispextern.h, frame.h and window.h.
20531         * w32fns.c: Make (many) trivial substitutions for renamed and
20532         new macros in dispextern.h, frame.h and window.h.
20534         * w32menu.c: Make (few) trivial substitutions for renamed and
20535         new macros in dispextern.h, frame.h and window.h.
20537         * macterm.h (struct mac_output): Move members left_pos, top_pos,
20538         border_width, pixel_height, pixel_width, line_height,
20539         internal_border_width, vertical_scroll_bar_extra,
20540         left_fringe_width, right_fringe_width, fringe_cols,
20541         fringes_extra, win_gravity, size_hint_flags, want_fullscreen,
20542         x_pixels_diff, y_pixels_diff to struct frame (frame.h).
20543         (FRAME_INTERNAL_BORDER_WIDTH, FRAME_LINE_HEIGHT): Move to frame.h.
20544         (FRAME_DEFAULT_FONT_WIDTH): Remove macro.
20545         (PIXEL_WIDTH, PIXEL_HEIGHT)
20546         (FRAME_X_FRINGE_COLS, FRAME_X_FRINGE_WIDTH)
20547         (FRAME_X_LEFT_FRINGE_WIDTH, FRAME_X_RIGHT_FRINGE_WIDTH): Move to
20548         frame.h and renamed [see frame.h changes].
20549         (CHAR_TO_PIXEL_ROW, CHAR_TO_PIXEL_COL, CHAR_TO_PIXEL_WIDTH)
20550         (CHAR_TO_PIXEL_HEIGHT, PIXEL_TO_CHAR_ROW, PIXEL_TO_CHAR_COL)
20551         (PIXEL_TO_CHAR_WIDTH, PIXEL_TO_CHAR_HEIGHT): Move to frame.h
20552         and renamed [see frame.h changes].
20554         * macterm.c: Make (several) trivial substitutions for renamed and
20555         new macros in dispextern.h, frame.h and window.h.
20556         (x_draw_glyph_string_box): Adapt to per-window fringes and scroll-bars.
20557         (glyph_rect): Use window coordinates returned from
20558         window_from_coordinates rather than frame_to_window_pixel_xy.
20559         (XTset_vertical_scroll_bar): Adapt to per-window fringes and
20560         scroll-bars.
20561         (x_clip_to_row): Remove superfluous whole_line_p arg and code
20562         (fringes are now inside margins, i.e. always in the clipping area).
20563         All callers changed.
20564         (x_new_font): Set FRAME_COLUMN_WIDTH and FRAME_LINE_HEIGHT
20565         directly, then call compute_fringe_widths.  Don't call
20566         frame_update_line_height.
20568         * macfns.c: Make (several) trivial substitutions for renamed and
20569         new macros in dispextern.h, frame.h and window.h.
20570         (x_real_positions): Set f->x_pixels_diff and f->y_pixels_diff to 0.
20572         * macmenu.c: Make (few) trivial substitutions for renamed and
20573         new macros in dispextern.h, frame.h and window.h.
20575         * msdos.h (struct x_output): Remove members left_pos, top_pos,
20576         and line_height, and use corresponding new members in struct
20577         frame.  All uses changed.
20578         (FRAME_LINE_HEIGHT, FRAME_INTERNAL_BORDER_WIDTH): Remove macros;
20579         superseeded by corresponding macros in frame.h.
20581         * msdos.c: Make (several) trivial substitutions for renamed and
20582         new macros in dispextern.h, frame.h and window.h.
20583         (IT_note_mouse_highlight): Use updated window coordinates returned
20584         by window_from_coordinates, rather than adjusting them locally.
20585         (internal_terminal_init): No need to initialize line_height here;
20586         it now defaults to 1.
20588 2003-05-24  Stefan Monnier  <monnier@cs.yale.edu>
20590         * keyboard.c (read_key_sequence): Adjust fkey and keytran when
20591         dropping `down' events.
20593 2003-05-24  Andreas Schwab  <schwab@suse.de>
20595         * coding.c (find_safe_codings): Fix last change.
20597 2003-05-24  Istvan Marko  <mi@imarko.dhs.org>  (tiny change)
20599         * xfns.c (x_window): Fix typo from 2003-05-21 change.
20601 2003-05-23  Stefan Monnier  <monnier@cs.yale.edu>
20603         * xdisp.c (display_mode_element): Increase max depth.
20604         Simplify the error handling code.  Use a different error string
20605         for the case where we hit the depth limit.
20607         * lisp.h (Vfundamental_mode_abbrev_table): Don't declare.
20609         * buffer.c (reset_buffer_local_variables): Remove redundant setting.
20611 2003-05-21  Stefan Monnier  <monnier@cs.yale.edu>
20613         * intervals.c (get_local_map): Don't get char-property of previous
20614         point any more: get_pos_property already does it and better.
20616 2003-05-21  Dave Love  <fx@gnu.org>
20618         [Merged from unicode branch.]
20620         * xfns.c (x_window, x_window): Use use_xim.
20622         * xterm.c (use_xim): Initialize.
20623         (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
20624         (x_term_init): Maybe set use_xim.
20626         * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
20628 2003-05-21  Jason Rumney  <jasonr@gnu.org>
20630         * unexw32.c (_start): Remove _fmode initialization.
20632         * emacs.c (main) [WINDOWSNT]: Move it here.
20634 2003-05-20  Dave Love  <fx@gnu.org>
20636         * s/gnu-linux.h (MAIL_USE_FLOCK): Make it conditional.
20638 2003-05-19  Richard M. Stallman  <rms@gnu.org>
20640         * xfaces.c (Finternal_set_lisp_face_attribute): Handle Qunspecified
20641         as value for QCfont attribute.
20642         (realize_default_face): lface should already exist; crash if not.
20643         Specify 0 for FORCE_P when calling set_lface_from_font_name.
20645         * frame.c (Fignore_event): Doc fix.
20647 2003-05-19  Kenichi Handa  <handa@m17n.org>
20649         * coding.c (decode_coding_string): Handle post-read-conversion
20650         even if the coding doesn't require decoding.
20652 2003-05-18  Richard M. Stallman  <rms@gnu.org>
20654         * callproc.c (Fcall_process_region): Doc fix.
20656 2003-05-17  Stefan Monnier  <monnier@cs.yale.edu>
20658         * lread.c (Fload): Print a message if package is obsolete.
20660         * window.c (Fselect_window): Add optional `norecord' arg.
20661         (select_window_1): Fold into Fselect_window.
20662         (select_window_norecord): New function.
20663         (temp_output_buffer_show): Use it.  Preserve current buffer.
20665         * window.h (Fselect_window): Update declaration.
20667         * window.c (delete_window, Fother_window, Fset_window_configuration):
20668         * minibuf.c (read_minibuf):
20669         * macterm.c (x_new_focus_frame):
20670         * frame.c (do_switch_frame, Fset_frame_selected_window, Fdelete_frame):
20671         * callint.c (Fcall_interactively):
20672         * xterm.c (x_new_focus_frame): Pass nil as new arg to Fselect_window.
20674         * buffer.c (Fpop_to_buffer): Pass norecord to Fselect_window.
20676 2003-05-17  David Kastrup  <dak@gnu.org>
20678         * process.c (read_process_output): Back out change from 2003-03-09.
20680 2003-05-17  Stefan Monnier  <monnier@cs.yale.edu>
20682         * editfns.c (get_pos_property): Don't assume that `object' = nil.
20684         * textprop.c (text_property_stickiness): New arg `buffer'.
20686         * intervals.h (text_property_stickiness): New arg `buffer'.
20687         (get_pos_property): Declare.
20689         * intervals.c (get_local_map): Use get_pos_property, to obey
20690         stickiness and empty overlays.
20691         (create_root_interval, graft_intervals_into_buffer): Use BEG.
20692         (merge_properties, intervals_equal, merge_properties_sticky):
20693         Use XCAR, XCDR.
20694         (adjust_for_invis_intang): Pass new arg to text_property_stickiness.
20696 2003-05-17  Richard M. Stallman  <rms@gnu.org>
20698         * minibuf.c (read_minibuf): If buffer is empty, record the default
20699         in the history.
20700         (Fminibuffer_complete_word): When deleting the overlap, take account
20701         of its real position.
20703         * fns.c (map_char_table): Fix previous change.
20705         * syntax.c (find_defun_start):
20706         When open_paren_in_column_0_is_defun_start,
20707         return beginning of buffer.
20709         * lisp.h (map_char_table): Declare added arg.
20711         * fns.c (map_char_table): New arg TABLE gets the master table.
20712         All calls changed.
20713         Process default and inheritance, resorting to Faref if necessary.
20715         * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
20716         (Faccessible_keymaps): Pass new arg to map_char_table.
20718         * fontset.c (Ffontset_info): Pass new arg to map_char_table.
20720         * casetab.c (set_case_table): Pass new arg to map_char_table.
20722         * data.c (let_shadows_buffer_binding_p): Make target of p volatile.
20724         * lisp.h (specbinding_func): New typedef.
20725         (struct specbinding): Use specbinding_func, to put the `volatile'
20726         in the right place.
20728         * alloc.c (Fgarbage_collect): Cast pointers into specpdl
20729         to avoid GCC warning.
20731 2003-05-16  Ralph Schleicher  <rs@nunatak.allgaeu.org>
20733         * fileio.c (Fdelete_file): Handle symlinks pointing to directories.
20735 2003-05-15  Stefan Monnier  <monnier@cs.yale.edu>
20737         * keyboard.c (apply_modifiers): Don't fill the other cache.
20739 2003-05-14  Stefan Monnier  <monnier@cs.yale.edu>
20741         * .gdbinit-union: New file, for USE_LISP_UNION_TYPE users.
20743         * window.h (Qwindowp, Qwindow_live_p, Vwindow_list)
20744         (Fwindow_end, Fselected_window, Fdelete_window, Fwindow_buffer)
20745         (Fget_buffer_window, Fsave_window_excursion, Fsplit_window)
20746         (Fset_window_configuration, Fcurrent_window_configuration)
20747         (compare_window_configurations, Fcoordinates_in_window_p, Fwindow_at)
20748         (Fpos_visible_in_window_p, mark_window_cursors_off)
20749         (window_internal_height, window_internal_width, Frecenter)
20750         (Fscroll_other_window, Fset_window_start, temp_output_buffer_show)
20751         (replace_buffer_in_all_windows, init_window_once, init_window)
20752         (syms_of_window, keys_of_window): Move from lisp.h.
20753         * lisp.h: Move window.c declarations to window.h.
20755         * bytecode.c: Include window.h.
20756         * emacs.c: Include window.h.
20758         * keyboard.c (make_lispy_event): Apply modifiers to multibyte-char key.
20759         (keyremap): Add `parent' field.
20760         (keyremap_step): Use it.  Remove `parent' argument.
20761         (read_key_sequence): Setup and use the new `parent' field.
20763 2003-05-11  Stefan Monnier  <monnier@cs.yale.edu>
20765         * keyboard.c (adjust_point_for_property): Ensure termination.
20767 2003-05-10  Stefan Monnier  <monnier@cs.yale.edu>
20769         * keyboard.c (follow_key): Remove dead variable `did_meta'.
20770         (access_keymap_keyremap, keyremap_step): New funs, extracted from the
20771         duplicated handling of function-key-map and key-translation-map
20772         in read_key_sequence.
20773         (read_key_sequence): Use them.
20775         * keyboard.c (adjust_point_for_property): Try harder to move point
20776         to the non-sticky end of an invisible property.
20778         * xdisp.c (single_display_prop_intangible_p): Make `space' display
20779         property intangible as well.
20781 2003-05-10  Andreas Schwab  <schwab@suse.de>
20783         * xmenu.c (single_menu_item): Change last parameter to void* to
20784         avoid warning.
20786 2003-05-09  Richard M. Stallman  <rms@gnu.org>
20788         * print.c (Fprin1_to_string): Instead of gcpro, set abort_on_gc.
20789         Bind Qinhibit_modification_hooks to t so there will be no GC.
20790         Rename local `tem' to `save_deactivate_mark'.
20792         * eval.c (specpdl_ptr): Declare volatile.
20793         (unbind_to): Copy the whole binding and decrement specpdl_ptr
20794         before doing the work of unbinding it.
20796         * lisp.h (struct specbinding): Declare elements volatile.
20797         (specpdl_ptr): Declare volatile.
20799         * Makefile.in (alloca.o): Specify -DDO_BLOCK_INPUT in compiling.
20801         * alloca.c: Test DO_BLOCK_INPUT rather than `emacs'
20802         for use of BLOCK_INPUT and inclusion of lisp.h and blockinput.h.
20804 2003-05-08  Dave Love  <fx@gnu.org>
20806         * coding.c (Vlast_coding_system_used): Doc fix.
20808 2003-05-07  Jason Rumney  <jasonr@gnu.org>
20810         * fileio.c (Ffile_symlink_p): Let handlers handle symlinks even
20811         when system does not support them.
20813 2003-05-05  Stefan Monnier  <monnier@cs.yale.edu>
20815         * fileio.c (Qwrite_region_annotate_functions): New var.
20816         (build_annotations): Use it to process the global part of the hook.
20817         (syms_of_fileio): Init and staticpro it.
20819         * keyboard.c (safe_run_hooks_error): Display a message instead of
20820         silently ignoring the error.
20822 2003-05-03  Stefan Monnier  <monnier@cs.yale.edu>
20824         * keyboard.c (input_available_signal): Mark static.
20825         (menu_bar_items): Use map_keymap.
20826         (menu_bar_one_keymap): Remove.
20827         (menu_bar_item): Adjust arglist (for use in map_keymap).
20828         Properly hide a second binding when not both are keymaps.
20830         * xmenu.c (struct skp): New struct, to pass args through map_keymap.
20831         (single_keymap_panes): Use it and map_keymap.
20832         (single_menu_item): Use skp as well.
20834         * keymap.h (map_keymap_function_t): New type.
20835         (map_keymap): Declare.
20837         * keymap.c (map_keymap_item, map_keymap_char_table_item, map_keymap)
20838         (map_keymap_call, Fmap_keymap): New functions.
20839         (syms_of_keymap): Defsubr map-keymap.
20841 2003-05-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20843         * gtkutil.c (create_dialog, make_widget_for_menu_item)
20844         (make_menu_item, create_menus, xg_update_menu_item): Don't call
20845         ..._with_mnemonic functions for menu items.
20847 2003-05-01  Kenichi Handa  <handa@m17n.org>
20849         * coding.c (coding_system_accept_latin_extra_p): Delete this
20850         function.
20851         (find_safe_codings): Pay attention to
20852         the property tranlsation-table-for-encode of each codings.
20853         (syms_of_coding): Give Qtranslation_table the extra slot number 2.
20855 2003-05-01  Stefan Monnier  <monnier@cs.yale.edu>
20857         * eval.c (Funwind_protect): Use func=Fprogn rather than symbol=Qnil.
20859 2003-04-30  Stefan Monnier  <monnier@cs.yale.edu>
20861         * eval.c (unbind_to): Don't handle symbol = Qnil any more.
20863         * lisp.h (CHECK): Wrap args in parenthesis.
20864         (specbind): Fix doc: symbol = Qnil is not supported any more.
20866         * bytecode.c (Fbyte_code) <unwind-protect>:
20867         Use Fprogn rather than 0 and Qnil.
20869         * keyboard.c (parse_modifiers_uncached): Parse `down', `drag',
20870         `double', and `triple' modifiers as well.
20872 2003-04-30  Richard M. Stallman  <rms@gnu.org>
20874         * keyboard.c (echo_char): Don't clear out a dash that follows a space.
20876         * alloc.c (abort_on_gc): New variable.
20877         (Fgarbage_collect): Abort if abort_on_gc is set.
20879         * lisp.h (abort_on_gc): Add decl.
20881         * eval.c (Fsignal): Clear abort_on_gc.
20883         * editfns.c (Fformat): Set abort_on_gc during first scan of format.
20884         Reinit FORMAT_START and END before second scan.
20886         * xdisp.c (move_it_vertically_backward): Do the final big else
20887         even if nlines is 0.
20889         * xdisp.c (redisplay_internal): Finish the per-frame loop
20890         even if redisplay is suspended by input.
20892 2003-04-24  Andrew Choi  <akochoi@shaw.ca>
20894         * macterm.c (x_list_fonts): Return all fonts that match if
20895         maxnames = -1.
20897 2003-04-25  Kenichi Handa  <handa@m17n.org>
20899         * syntax.c (skip_chars): Fix previous change.
20901 2003-04-24  Kenichi Handa  <handa@m17n.org>
20903         * syntax.c (skip_chars): Make the code faster by using the common
20904         technique of *p, *stop, and *endp.
20906 2003-04-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20908         * xdisp.c (update_tool_bar): BLOCK_INPUT before calling
20909         tool_bar_items so GTK tool bar expose callback does not access items
20910         being updated.
20912 2003-04-19  Stefan Monnier  <monnier@cs.yale.edu>
20914         * eval.c (Fapply): Undo last change and add a comment about why.
20916 2003-04-18  Miles Bader  <miles@gnu.org>
20918         * data.c (Faset): Calculate nbytes earlier, to satisfy the now
20919         pickier PARSE_MULTIBYTE_SEQ.
20921 2003-04-17  Stefan Monnier  <monnier@cs.yale.edu>
20923         * eval.c (For, Fand, Fprogn, un_autoload, do_autoload):
20924         Use XCDR, XCAR, CONSP.
20925         (Fdefmacro): Fix docstring.  Use XCAR, XCDR.
20926         (Fapply): Remove unnecessary GCPRO.
20928         * doc.c (Fsubstitute_command_keys): Remove spurious casts.
20930         * charset.h (PARSE_MULTIBYTE_SEQ): Pretend `length' is used.
20932         * buffer.h: Don't hardcode BEG==1.
20934         * abbrev.c (Fdefine_abbrev_table): Use XCAR, XCDR.
20936 2003-04-16  Richard M. Stallman  <rms@gnu.org>
20938         * xdisp.c (try_window, try_window_reusing_current_matrix):
20939         When at end of window, set window_end_pos to Z-ZV.
20941         * buffer.c (Foverlay_recenter): Doc fix.
20943 2003-04-14  Stefan Monnier  <monnier@cs.yale.edu>
20945         * dispnew.c (Fsit_For): Support XEmacs-style arg list.
20947 2003-04-14  Andrew Choi  <akochoi@shaw.ca>
20949         * macterm.c (mac_check_for_quit_char): Don't check more often than
20950         once a second.
20952 2003-04-11  Stefan Monnier  <monnier@cs.yale.edu>
20954         * keyboard.c (kbd_buffer_get_event): Don't handle SELECT_WINDOW_EVENT
20955         specially, so that they can't hide an implicit switch-frame event.
20956         (make_lispy_event): Handle SELECT_WINDOW_EVENT.
20957         (head_table): Use switch-frame as event_kind for select-window.
20958         (keys_of_keyboard): Don't bind [select-window] in special-event-map.
20960         * editfns.c (Fformat): Lisp_Object/int mixup.
20961         (format2): Remove unused var numargs.
20963 2003-04-11  Kenichi Handa  <handa@m17n.org>
20965         * fileio.c (Vafter_insert_file_adjust_coding_function): Delete.
20966         (Qafter_insert_file_set_coding): New variable.
20967         (syms_of_fileio): Initialize and staticpro it.  Delete declaration
20968         for after-insert-file-adjust-coding-function.
20969         (Finsert_file_contents): Call Qafter_insert_file_set_coding
20970         instead of Vafter_insert_file_adjust_coding_function.
20972 2003-04-11  Kenichi Handa  <handa@m17n.org>
20974         * lisp.h (temp_echo_area_glyphs): Adjust prototype.
20976         * minibuf.c (temp_echo_area_glyphs): Change the arg to Lisp
20977         string.  Callers changed.
20979 2003-04-10  Kenichi Handa  <handa@m17n.org>
20981         * fileio.c (Vafter_insert_file_adjust_coding_function): New variable.
20982         (syms_of_fileio): Declare it as a lisp variable.
20983         (Finsert_file_contents):
20984         Call Vafter_insert_file_adjust_coding_function before calling
20985         decode-format.
20987 2003-04-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20989         * xterm.c (xg_scroll_callback): Call gtk_range_get_adjustment to
20990         get GtkAdjustment as widget now is a GtkRange.
20992         * gtkutil.c (xg_create_scroll_bar): Connect to value-changed on
20993         GtkRange to avoid memory leak.
20995 2003-04-09  Kenichi Handa  <handa@m17n.org>
20997         * xfaces.c (Vface_font_rescale_alist): New variable.
20998         (struct font_name): New member rescale_ratio.
20999         (font_rescale_ratio): New function.
21000         (split_font_name): If NUMERIC_P is nonzero, set font->rescale_ratio.
21001         (better_font_p): On comparing point sized, pay attention to
21002         recale_ratio member of fonts.
21003         (build_scalable_font_name): Reflect font->rescale_ratio in the
21004         font name.
21005         (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
21007         * lread.c (read1): Before calling index, check if the 2nd
21008         arguemnt is in ASCII range.
21010 2003-04-08  Richard M. Stallman  <rms@gnu.org>
21012         * fileio.c (Ffile_symlink_p): Doc fix.
21014         * editfns.c (Fformat): Translate positions of text properties
21015         in the format string to apply them to the result.
21017         * fileio.c (Finsert_file_contents): Doc fix.
21018         (syms_of_fileio) <after-insert-file-functions>: Doc fix.
21020 2003-04-08  Ivan Zakharyaschev  <imz@altlinux.org>  (tiny change)
21022         * lread.c (openp): Get the Qfile_exists_p handler for STRING, not FN.
21024 2003-04-08  Steven Tamm  <steventamm@mac.com>
21026         * mac.c (init_mac_osx_environment): Switch libexec and bin so
21027         that self-contained application finds libexec files.
21029 2003-04-08  Kenichi Handa  <handa@m17n.org>
21031         * coding.c (code_convert_region_unwind):
21032         Set Vlast_coding_system_used to the argument.
21033         (code_convert_region): If post-read-conversion function changed
21034         the value of last-coding-sytem, keep the new value in
21035         coding->symbol so that it won't be overridden.
21036         (run_pre_post_conversion_on_str): Likewise.
21037         (coding_system_accept_latin_extra_p): New function.
21038         (find_safe_codings): Pay attention to characters registered in
21039         latin-extra-code-table.
21041 2003-04-07  Thien-Thi Nguyen  <ttn@gnu.org>
21043         * Makefile.in (md5.o): Add missing dependency info.
21045 2003-04-06  Richard M. Stallman  <rms@gnu.org>
21047         * xselect.c (x_handle_selection_request): Move UNGCPRO to very end.
21049         * marker.c (verify_bytepos): New function.
21051         * intervals.c (set_intervals_multibyte_1): When becoming
21052         multibyte, adjust right and left child sizes to a whole set of
21053         characters.  If an interval gets zero total-length, delete it.
21054         If an interval consists of just its children, delete one of them.
21056         * intervals.h (CHECK_TOTAL_LENGTH): New macro.
21057         * intervals.c: Add many calls to CHECK_TOTAL_LENGTH.
21059         * alloc.c (VALIDATE_LISP_STORAGE): Macro deleted.
21060         All calls deleted.
21061         (lisp_malloc): Do the work here directly.
21063 2003-04-06  Gareth Jones  <emacs@referential.org.uk>  (tiny change)
21065         * fns.c (Flength): Return SUB_CHAR_TABLE_ORDINARY_SLOTS for sub
21066         char tables.
21068 2003-04-04  Kenichi Handa  <handa@m17n.org>
21070         * editfns.c (Fformat): Use a copy of FORMAT string so that we can
21071         destructively change "%S" to "%s".
21073 2003-04-03  Miles Bader  <miles@gnu.org>
21075         * xfaces.c (choose_face_font): Make sure *NEEDS_OVERSTRIKE is
21076         always set.
21078 2003-04-01  Dave Love  <fx@gnu.org>
21080         * xfns.c (xpm_lookup_color): Grok "opaque".
21082 2003-03-31  Andrew Choi  <akochoi@shaw.ca>
21084         * frame.c (x_report_frame_params) [HAVE_CARBON]: Do not report
21085         parent window ID.
21087         * macfns.c (syms_of_macfns): Remove call to init_x_parm_symbols.
21089         * macterm.h (struct mac_output): Define x_pixels_diff and
21090         y_pixels_diff.
21092 2003-03-31  Juanma Barranquero  <lektu@terra.es>
21094         * makefile.w32-in ($(BLD)/frame.$(O)): Add dependency on
21095         blockinput.h and files included from it.
21097 2003-03-31  Kim F. Storm  <storm@cua.dk>
21099         The following changes consolidates the common code related to
21100         frame-parameter handling from the xfns.c, w32fns.c, and macfns.c
21101         files into frame.c.
21103         * frame.c: Include blockinput.h.
21104         (Vx_resource_name, Vx_resource_class, Qx_frame_parameter)
21105         (Qx_resource_name, Qface_set_after_frame_default): Define vars here.
21106         (Qauto_raise, Qauto_lower, ...): Define all frame parameter
21107         related vars here.
21108         (struct frame_parm_table, frame_parms): New table for describing
21109         frame parameters and their associated Q-variable.
21110         The order of the parameters corresponds to the sequence of the
21111         frame_parm_handlers table in redisplay_interface.
21112         (x_fullscreen_move, x_set_frame_parameters)
21113         (x_report_frame_params, x_set_fullscreen, x_set_line_spacing)
21114         (x_set_screen_gamma, x_set_font, x_set_fringe_width)
21115         (x_set_border_width, x_set_internal_border_width, x_set_visibility)
21116         (x_set_autoraise, x_set_autolower, x_set_unsplittable)
21117         (x_set_vertical_scroll_bars, x_set_scroll_bar_width, x_icon_type):
21118         Generic functions for processing of frame parameters.
21119         (validate_x_resource_name, xrdb_get_resource, Fx_get_resource)
21120         (display_x_get_resource, x_get_resource_string): Functions for
21121         generic access to X resources.
21122         (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg)
21123         (x_default_parameter, Fx_parse_geometry): Functions for generic
21124         access to frame parameters.
21125         (x_figure_window_size): Generic calculation of frame size.
21126         Fixed to add space needed for tool bar.  Also setup size_hint_flags.
21127         (syms_of_frame): Intern and staticpro frame parameter variables.
21128         Defvar_lisp Vx_resource_class and Vx_resource_name here.
21129         Defsubr Sx_get_resource and Sx_parse_geometry.
21131         * frame.h (Qauto_raise, Qauto_lower, ...): Declare extern all frame
21132         parameter related vars defined in frame.c.
21133         (EMACS_CLASS): Define here.
21134         (enum FULLSCREEN_*): Define here.
21135         (x_set_scroll_bar_default_width, x_wm_set_icon_position)
21136         (x_set_offset, x_new_font, x_new_fontset): Add prototypes.
21137         (x_fullscreen_adjust, x_set_frame_parameters, x_report_frame_params)
21138         (x_set_fullscreen, x_set_line_spacing, x_set_screen_gamma, x_set_font)
21139         (x_set_fringe_width, x_set_border_width, x_set_internal_border_width)
21140         (x_set_visibility, x_set_autoraise, x_set_autolower)
21141         (x_set_unsplittable, x_set_vertical_scroll_bars)
21142         (x_set_scroll_bar_width, x_icon_type, validate_x_resource_name)
21143         (x_figure_window_size): Add prototypes.
21145         * dispextern.h (frame_parm_handler): New typedef.
21146         (struct redisplay_interface): New member frame_parm_handlers.
21147         (enum resource_types): Move declaration here.
21148         (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg)
21149         (x_default_parameter): Add prototypes.
21151         * window.c: Remove extern decl for frame parameter vars.
21152         (change_window_heights): New generic function;
21153         replaces x_change_window_heights.  All users changed.
21155         * window.h (change_window_heights): Add prototype.
21157         * xfaces.c: Remove extern decl for frame parameter vars.
21159         * xterm.h (EMACS_CLASS): Remove.  Use generic define.
21160         (struct w32_display_info): Fix type of xrdb member.
21161         (enum FULLSCREEN_*): Remove.
21162         Remove prototypes for generic functions (in frame.h).
21164         * xfns.c (Qauto_raise, Qauto_lower, ...): Remove vars for frame
21165         parameters now defined in frame.h and frame.c.
21166         (Vx_resource_name): Remove.  Use generic var.
21167         (enum x_frame_parms): Remove (bogus, unused enum).
21168         (check_x_display_info): Make non-static (for frame.c).
21169         (struct x_frame_parm_table, x_frame_parms): Remove.
21170         (init_x_parm_symbols, x_set_frame_parameters, x_report_frame_params)
21171         (x_set_line_spacing, x_set_screen_gamma, x_icon_type, x_set_font)
21172         (x_set_border_width, x_set_internal_border_width, x_set_visibility)
21173         (x_change_window_heights, x_set_autoraise, x_set_autolower)
21174         (x_set_vertical_scroll_bars, x_set_scroll_bar_width)
21175         (validate_x_resource_name, Fx_get_resource, x_get_resource_string)
21176         (x_default_parameter, Fx_parse_geometry, x_figure_window_size):
21177         Remove.  Use generic functions instead.
21178         (enum resource_types): Remove.
21179         (x_set_scroll_bar_default_width): New global function (for frame.c).
21180         (Fx_create_frame): Depend on x_figure_window_size to add space for
21181         toolbar and setup size_hint_flags.
21182         (x_frame_parm_handlers): New table for redisplay_interface.
21183         (syms_of_xfns): Don't intern/staticpro removed vars.
21185         * xterm.c: Remove unnecessary extern declarations.
21186         (x_fullscreen_adjust): Remove.  Use generic instead.
21187         (x_redisplay_interface): Add x_frame_parm_handlers member.
21189         * w32gui.h (XrmDatabase): New (dummy) typedef.
21191         * w32term.h (EMACS_CLASS): Remove.  Use generic define.
21192         (struct w32_display_info): Fix type of xrdb member.
21193         (enum FULLSCREEN_*): Remove.
21194         (x_fullscreen_adjust): Remove prototype.
21196         * w32fns.c (Qauto_raise, Qauto_lower, ...): Remove vars for frame
21197         parameters now defined in frame.h and frame.c.
21198         (Vx_resource_name): Remove.  Use generic var.
21199         (enum x_frame_parms): Remove (bogus, unused enum).
21200         (check_x_display_info): Make non-static (for frame.c).
21201         (struct x_frame_parm_table, x_frame_parms): Remove.
21202         (init_x_parm_symbols, x_set_frame_parameters, x_report_frame_params)
21203         (x_set_line_spacing, x_set_screen_gamma, x_icon_type, x_set_font)
21204         (x_set_border_width, x_set_internal_border_width, x_set_visibility)
21205         (x_change_window_heights, x_set_autoraise, x_set_autolower)
21206         (x_set_vertical_scroll_bars, x_set_scroll_bar_width)
21207         (validate_x_resource_name, Fx_get_resource, x_get_resource_string)
21208         (x_default_parameter, Fx_parse_geometry, x_figure_window_size):
21209         Remove.  Use generic functions instead.
21210         (enum resource_types): Remove.
21211         (x_set_scroll_bar_default_width): New global function (for frame.c).
21212         (Fx_create_frame): Depend on x_figure_window_size to add space for
21213         toolbar and setup size_hint_flags.
21214         (w32_frame_parm_handlers): New table for redisplay_interface.
21215         (syms_of_w32fns): Don't intern/staticpro removed vars.
21217         * w32term.c: Remove unnecessary extern declarations.
21218         (x_fullscreen_adjust): Remove.  Use generic instead.
21219         (x_redisplay_interface): Add w32_frame_parm_handlers member.
21221         * w32reg.c (x_get_string_resource): Use XrmDatabase.
21223         * macgui.h (XrmDatabase): New (dummy) typedef.
21225         * macterm.h (EMACS_CLASS): Remove.
21226         (struct mac_display_info): Add xrdb member.
21227         (struct mac_output): Add want_fullscreen member.
21229         * macfns.c (Qauto_raise, Qauto_lower, ...): Remove vars for frame
21230         parameters now defined in frame.h and frame.c.
21231         (Vx_resource_name): Remove.  Use generic var.
21232         (check_x_display_info): Make non-static (for frame.c).
21233         (struct x_frame_parm_table, x_frame_parms): Remove.
21234         (init_x_parm_symbols, x_set_frame_parameters, x_report_frame_params)
21235         (x_set_line_spacing, x_set_screen_gamma, x_icon_type, x_set_font)
21236         (x_set_border_width, x_set_internal_border_width, x_set_visibility)
21237         (x_change_window_heights, x_set_autoraise, x_set_autolower)
21238         (x_set_vertical_scroll_bars, x_set_scroll_bar_width)
21239         (validate_x_resource_name, Fx_get_resource, x_get_resource_string)
21240         (x_default_parameter, Fx_parse_geometry, x_figure_window_size):
21241         Remove.  Use generic functions instead.
21242         (enum resource_types): Remove.
21243         (x_set_scroll_bar_default_width): New global function (for frame.c).
21244         (mac_frame_parm_handlers): New table for redisplay_interface.
21245         (syms_of_macfns): Don't intern/staticpro removed vars.
21247         * macterm.c: Remove unnecessary extern declarations.
21248         (x_redisplay_interface): Add mac_frame_parm_handlers member.
21250         * Makefile.in (frame.o): Add dependency on blockinput.h and files
21251         included from it (atimer.h and systime.h).
21253 2003-03-30  Andreas Schwab  <schwab@suse.de>
21255         * xdisp.c (x_insert_glyphs): Fix swapped width and height
21256         parameters for shift_glyphs_for_insert.
21258         * macterm.c (x_redisplay_interface): Add missing entry for
21259         draw_vertical_window_border.
21261 2003-03-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
21263         * fileio.c (Fexpand_file_name): In the no-handler case, after
21264         expanding, look again for a handler and invoke it.  This is needed
21265         for filenames like "/foo/../user@host:/bar/../baz" -- the first
21266         expansion produces "/user@host:/bar/../baz" which needs to be
21267         expanded again for the finame result "/user@host:/baz".
21269 2003-03-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
21271         * gtkutil.c (xg_tool_bar_item_expose_callback): Reduce size
21272         of area to be redrawn for better performance.
21274 2003-03-28  Stefan Monnier  <monnier@cs.yale.edu>
21276         * xterm.c (take_vertical_position_into_account): Remove.
21277         (xt_action_hook): Call set_vertical_scroll_bar if needed.
21278         (XM_SB_MIN, XM_SB_RANGE): Remove (min is now set to 0).
21279         (xm_scroll_callback, x_create_toolkit_scroll_bar)
21280         (x_set_toolkit_scroll_bar_thumb): Simplify.
21281         (x_scroll_bar_expose): Only compile if !USE_TOOLKIT_SCROLL_BARS.
21282         (XTread_socket): Remove unused var.
21283         (x_make_frame_invisible): Replace goto with else.
21285         * xdisp.c (set_vertical_scroll_bar): New fun.
21286         (redisplay_window): Use it.
21288 2003-03-26  Richard M. Stallman  <rms@gnu.org>
21290         * xdisp.c (update_tool_bar): Recompute tool bar if
21291         update_mode_lines is set.  Set w->update_mode_line
21292         only if the tool bar contents actually change.
21293         (update_menu_bar): Undo previous change.
21295 2003-03-26  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
21297         * gtkutil.c (xg_resize_widgets): Don't call xg_frame_cleared.
21298         (xg_frame_set_char_size): Calculate scroll bar width before frame
21299         width.  Call SET_FRAME_GARBAGED and cancel_mouse_face.
21300         (xg_separator_p): Check for all documented separator types.
21301         (xg_update_scrollbar_pos): Variable gheight not needed, use height.
21302         (update_frame_tool_bar): Don't call gdk_window_process_all_updates.
21304         * xdisp.c (update_menu_bar): Set w->update_mode_line to Qt
21305         so tool bar gets updated.
21307 2003-03-26  Stefan Monnier  <monnier@cs.yale.edu>
21309         * data.c (store_symval_forwarding): Re-instate part of the code
21310         that was deleted with too much enthusiasm.
21312 2003-03-25  Stefan Monnier  <monnier@cs.yale.edu>
21314         * data.c (store_symval_forwarding): Delete special read-only
21315         hack for type == -1, since we now use ->constant instead.
21316         (Fkill_local_variable): Don't use XBUFFER if it can be nil.
21318         * buffer.c (overlays_in): Declare static.
21319         (syms_of_buffer) <enable-multibyte-characters>: Use the symbol's
21320         `constant' field rather than the variable's `type' field.
21322 2003-03-24  Andrew Choi  <akochoi@shaw.ca>
21324         * config.in [MAC_OSX]: Do not redefine bcopy, bzero, and bcmp.
21326         * dispextern.h [HAVE_CARBON]: Include Carbon.h.
21328         * fns.c [MAC_OSX]: Do not redefine vector.
21330         * keyboard.c [MAC_OSX]: Handle SIGINT with interrupt_signal.
21332         * macgui.h: Remove definition of No_Cursor.
21334         * macterm.h: Include Carbon.h.  Replace (struct Cursor *) by Cursor.
21336         * xdisp.c: Define No_Cursor.
21337         (x_write_glyphs, notice_overwritten_cursor)
21338         (draw_phys_cursor_glyph, note_mode_line_or_margin_highlight)
21339         (note_mouse_highlight): Remove Mac-specific code.
21340         (note_mouse_highlight): Use bcmp instead of == to compare Cursors.
21342 2003-03-24  John Paul Wallington  <jpw@gnu.org>
21344         * xdisp.c (redisplay_window): If mini window's buffer is not
21345         empty, then redisplay it like other windows.
21347 2003-03-23  Kim F. Storm  <storm@cua.dk>
21349         * w32term.c (w32_draw_window_cursor): Fix last change.
21351 2003-03-23  Kenichi Handa  <handa@m17n.org>
21353         * alloc.c (make_string_from_bytes, make_specified_string):
21354         Add `const' for the arg CONTENTS.
21356         * lisp.h (make_string_from_bytes, make_specified_string):
21357         Prototypes adjusted.
21359 2003-03-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
21361         * xdisp.c (get_glyph_string_clip_rect): Remove ; at end of #endif.
21363         * gtkutil.h: Take two more arguments to xg_update_scrollbar_pos.
21364         (XG_SB_RANGE): New define.
21366         * gtkutil.c (xg_fixed_handle_expose): New function.
21367         (xg_create_frame_widgets): Call xg_fixed_handle_expose for
21368         expose events.
21369         (xg_update_scrollbar_pos): Take two more arguments, left and width
21370         of scroll bar including borders.
21371         Clear left and right part outside scroll bar separately as some
21372         themes have bars that are not an even number of pixels.
21373         Don't set reallocate_redraws, don't call
21374         gdk_window_process_all_updates.
21375         (xg_set_toolkit_scroll_bar_thumb): Upper value is fixed,
21376         so no need to change it.  Calculate size and value with XG_SB_RANGE.
21378         * xterm.c (x_scroll_bar_create, XTset_vertical_scroll_bar):
21379         Pass left and width of scroll bar including borders to
21380         xg_update_scrollbar_pos.
21382 2003-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
21384         * Makefile.in: Make sure space precedes end-of-line backslashes.
21386 2003-03-22  Kim F. Storm  <storm@cua.dk>
21388         * xdisp.c (pixel_to_glyph_coords, glyph_to_pixel_coords):
21389         Add generic versions here.  Remove system specific versions
21390         defined elsewhere.
21392         * dispextern.h (pixel_to_glyph_coords, glyph_to_pixel_coords):
21393         Add prototypes.
21395         * xterm.h (STORE_NATIVE_RECT): New macro.
21397 2003-03-21  Kim F. Storm  <storm@cua.dk>
21399         * xdisp.c (get_glyph_string_clip_rect):
21400         Use FRAME_INTERNAL_BORDER_WIDTH.
21402         * dispextern.h (struct redisplay_interface): Add active_p
21403         argument to draw_window_cursor member.  All uses changed.
21405 2003-03-21  Kim F. Storm  <storm@cua.dk>
21407         The following changes consolidate code related to writing and
21408         inserting glyphs, exposing frame, the tool bar, the mouse face,
21409         the output cursor, and help echo from xterm.c, w32term.c and
21410         macterm.c into xdisp.c.  It also generalizes the use of the
21411         window_part enum instead of using numeric values throughout.
21413         * xdisp.c: Consolidate gui-independent code here.
21414         Include keymap.h.
21415         (Qhelp_echo): Import.
21416         (mouse_autoselect_window, x_stretch_cursor_p): Declare here.
21417         (help_echo_string, help_echo_window, help_echo_object)
21418         (previous_help_echo_string, help_echo_pos): Declare here.
21419         (output_cursor, last_mouse_frame, last_tool_bar_item): Declare here.
21420         (estimate_mode_line_height): Define here.  Handle windowing
21421         systems directly (without using estimate_mode_line_height_hook).
21422         (x_y_to_hpos_vpos, get_tool_bar_item, note_tool_bar_highlight):
21423         (update_window_cursor, update_cursor_in_window_tree)
21424         (fast_find_position, fast_find_string_pos)
21425         (note_mode_line_highlight, note_mode_line_or_margin_highlight)
21426         (expose_area, expose_line, expose_overlaps, expose_window)
21427         (expose_window_tree, phys_cursor_in_rect_p): New generic versions;
21428         declared static as they are only used locally in xdisp.c.
21429         (draw_glyphs): Rename from x_draw_glyphs and make static.
21430         (tool_bar_item_info, notice_overwritten_cursor): Make static.
21431         (frame_to_window_pixel_xy, get_glyph_string_clip_rect)
21432         (set_output_cursor, x_cursor_to, handle_tool_bar_click)
21433         (x_write_glyphs, x_insert_glyphs, x_clear_end_of_line):
21434         (x_fix_overlapping_area, draw_phys_cursor_glyph, erase_phys_cursor)
21435         (display_and_set_cursor, x_update_cursor, x_clear_cursor)
21436         (show_mouse_face, clear_mouse_face, cursor_in_mouse_face_p)
21437         (note_mouse_highlight, x_clear_window_mouse_face)
21438         (cancel_mouse_face, x_draw_vertical_border, expose_frame)
21439         (x_intersect_rectangles): New generic functions for use by xdisp.c
21440         and GUI front-ends.
21441         (syms_of_xdisp): Initialize and staticpro help_echo* variables.
21442         Defvar_bool "x-streach-cursor" and "mouse-autoselect-window" here.
21444         * dispextern.h (Display_Info): Generic typedef for *_display_info.
21445         (NativeRectangle): Generic typedef for rectangle type.
21446         (enum window_part): Move here from window.c.
21447         (struct redisplay_interface): New members flush_display_optional,
21448         define_frame_cursor, clear_frame_area, draw_window_cursor,
21449         draw_vertical_window_border, shift_glyphs_for_insert.
21450         Rename member clear_mouse_face to clear_window_mouse_face.
21451         (estimate_mode_line_height_hook): Remove hook.
21452         (auto_raise_tool_bar_buttons_p): Don't declare extern.
21453         (tool_bar_item_info): Remove prototype.
21454         (help_echo_string, help_echo_window, help_echo_object)
21455         (previous_help_echo_string, help_echo_pos)
21456         (last_mouse_frame, last_tool_bar_item, mouse_autoselect_window):
21457         (x_stretch_cursor_p, output_cursor): Declare extern.
21458         (x_draw_glyphs, notice_overwritten_cursor): Remove prototypes.
21459         (x_write_glyphs), x_insert_glyphs, x_clear_end_of_line)
21460         (x_fix_overlapping_area, draw_phys_cursor_glyph, erase_phys_cursor)
21461         (display_and_set_cursor, set_output_cursor, x_cursor_to)
21462         (x_update_cursor, x_clear_cursor, x_draw_vertical_border)
21463         (frame_to_window_pixel_xy, get_glyph_string_clip_rect)
21464         (note_mouse_highlight, x_clear_window_mouse_face, cancel_mouse_face)
21465         (handle_tool_bar_click, clear_mouse_face, show_mouse_face)
21466         (cursor_in_mouse_face_p, expose_frame, x_intersect_rectangles):
21467         Add prototypes.
21468         (mode_line_string, marginal_area_string): Fix prototypes.
21470         * window.c (enum window_part): Move to dispextern.h.
21471         (coordinates_in_window): Use enum window_part member names
21472         instead of numbers to describe return value.
21473         (struct check_window_data): Change part member to window_part.
21474         (check_window_containing): Return window_part unaltered.
21475         (window_from_coordinates): Change part arg from int to enum
21476         window_part.  Allow part arg to be null.  All users changed.
21478         * window.h (window_from_coordinates): Fix prototype.
21480         * term.c (estimate_mode_line_height): Move to xdisp.c.
21482         * keyboard.c (make_lispy_event): Use enum window_part.
21484         * dispnew.c (mode_line_string, marginal_area_string): Use enum
21485         window_part instead of int in arg list.  Users changed.
21487         * xterm.h (No_Cursor): Declare as None for X.
21488         (struct mac_output): Replace member cross_cursor by hand_cursor.
21490         * xterm.c: Remove consolidated defines and code.
21491         (BETWEEN): Remove unused macro.
21492         (x_draw_vertical_window_border, x_shift_glyphs_for_insert)
21493         (x_define_frame_cursor, x_clear_frame_area)
21494         (x_draw_window_cursor): New X-specific functions for RIF.
21495         (x_redisplay_interface): Add new members.
21497         * xfns.c: Setup and use hand_cursor instead of cross_cursor.
21499         * w32term.h (struct w32_output): Remove cross_cursor member.
21501         * w32term.c: Remove consolidated defines and code.
21502         (BETWEEN): Remove unused macro.
21503         (w32_draw_vertical_window_border, w32_shift_glyphs_for_insert)
21504         (w32_define_frame_cursor, w32_clear_frame_area)
21505         (w32_draw_window_cursor): New W32-specific functions for RIF.
21506         (w32_redisplay_interface): Add new members.
21508         * w32gui.h (No_Cursor): Define as 0 for W32.
21509         (XRectangle): Add X compatible rectangle type.
21510         (NativeRectangle): Declare as RECT for W32.
21511         (CONVERT_TO_XRECT, CONVERT_FROM_XRECT, STORE_NATIVE_RECT): New macros.
21513         * w32fns.c: Remove setup of cross_cursor (already has hand_cursor).
21515         * w32console.c: Remove consolidated defines and code.
21517         * msdos.h (Display_Info): Add generic typedef.
21519         * msdos.c: Remove consolidated defines and code.
21520         (IT_note_mouse_highlight, dos_rawgetc): Use enum window_part.
21522         * macterm.h (struct mac_output): Replace member cross_cursor by
21523         hand_cursor.
21524         (activate_scroll_bars, deactivate_scroll_bars): Add prototypes.
21526         * macterm.c: Remove consolidated defines and code.
21527         (BETWEEN): Remove unused macro.
21528         (mac_draw_vertical_window_border, mac_shift_glyphs_for_insert)
21529         (mac_define_frame_cursor, mac_clear_frame_area)
21530         (mac_draw_window_cursor): New Mac-specific functions for RIF.
21531         (x_redisplay_interface): Add new members.
21533         * macgui.h (No_Cursor): Define as 0 for Mac.
21534         (XRectangle): Add X compatible rectangle type.
21535         (NativeRectangle): Declare as Rect for Mac.
21536         (CONVERT_TO_XRECT, CONVERT_FROM_XRECT, STORE_NATIVE_RECT): New macros.
21538         * macfns.c (x_set_mouse_color): Setup hand_cursor.
21539         (x_set_cursor_color): Use x_display_and_set_cursor.
21541         * Makefile.in (xdisp.o): Add dependency on blockinput.h and files
21542         included from it.  Add dependency on keymap.h.
21544         * makefile.w32-in (xdisp.o): Add dependency on keymap.h.
21546 2003-03-21  Kenichi Handa  <handa@m17n.org>
21548         * fileio.c (Fexpand_file_name): Fix previous change.
21550 2003-03-19  Kenichi Handa  <handa@m17n.org>
21552         * fileio.c (Ffile_name_directory): Reconstruct file name by
21553         make_specified_string.
21554         (Ffile_name_nondirectory, Ffile_name_as_directory)
21555         (Fdirectory_file_name, Fexpand_file_name)
21556         (Fsubstitute_in_file_name): Likewise.
21557         (Fread_file_name): Compare decoded homedir with DIR and
21558         DEFAULT_FILENAME.
21560         * alloc.c (make_specified_string): If NCHARS is negative, count
21561         the number of characters.
21563 2003-03-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
21565         * gtkutil.c (xg_frame_cleared): Call gtk_widget_queue_draw for
21566         all widgets.
21568         * gtkutil.h: Removed xg_ignore_next_thumb.
21570 2003-03-18  Kenichi Handa  <handa@m17n.org>
21572         * coding.c (Vchar_coding_system_table): Remove this variable.
21573         (Vcoding_system_safe_chars): New variable.
21574         (intersection): Remove this function.
21575         (find_safe_codings): Don't use Vchar_coding_system_table, but try
21576         all codings in SAFE_CODINGS.
21577         (Ffind_coding_systems_region_internal): Adjust for the change of
21578         find_safe_codings.  Get generic coding systems from
21579         Vcoding_system_safe_chars.
21580         (Fdefine_coding_system_internal): New function.
21581         (syms_of_coding): Defsubr Sdefine_coding_system_internal.
21582         Initialize and staticpro Vcoding_system_safe_chars.
21584 2003-03-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
21586         * gtkutil.c (xg_set_toolkit_scroll_bar_thumb): Check if new values
21587         equal old values before updating.
21589         * xterm.c (xg_scroll_callback): Remove xg_ignore_next_thumb.
21591         * gtkutil.c (xg_initialize): Remove xg_ignore_next_thumb.
21593 2003-03-17  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
21595         * gtkutil.c: Removed handle_fixed_child, struct xg_last_sb_pos.
21596         (xg_resize_widgets): Don't call foreach(handle_fixed_child).
21597         (xg_gtk_scroll_destroy): Remove free of struct xg_last_sb_pos.
21598         (scroll_bar_button_cb): Set bar->dragging to nil on button release.
21599         (xg_create_scroll_bar): Pass bar to button event callback.
21600         (xg_find_top_left_in_fixed): New function.
21601         (xg_update_scrollbar_pos): Don't call gdk_window_clear on
21602         whole scroll bar area.  Get old position with
21603         xg_find_top_left_in_fixed, calculate and only clear needed areas.
21604         (xg_set_toolkit_scroll_bar_thumb): Do not adjust scroll bar if
21605         dragging is in progress.  Calculate whole as for Motif.
21606         Remove code that saved last values.  Call gtk_range functions to
21607         set scroll bar sizes.
21609         * gtkutil.h: Removed xg_ignore_next_thumb.
21611 2003-03-17  Juanma Barranquero  <lektu@terra.es>
21613         * makefile.w32-in ($(BLD)/xdisp.$(O)): Add dependency on blockinput.h
21614         and files included from it.
21616 2003-03-18  Stefan Monnier  <monnier@cs.yale.edu>
21618         * keymap.c (accessible_keymaps_1): Break cycles but without preventing
21619         multiple occurrences of the same keymap under different prefixes.
21620         (Faccessible_keymaps): Remove code redundant since 1994-08-03T07:39:00Z!rms@gnu.org.
21622 2003-03-16  Jason Rumney  <jasonr@gnu.org>
21624         * w32gui.h: Use HDC for Display.
21626         * w32term.c (w32_encode_char): Prevent double-byte chars from
21627         crashing Emacs.
21629         * w32fns.c (jpeg_load, png_load, slurp_file): Read image files
21630         as binary.
21632 2003-03-16  Juanma Barranquero  <lektu@terra.es>
21634         * xdisp.c (x_produce_glyphs): Use FRAME_BASELINE_OFFSET.
21636 2003-03-16  Kim F. Storm  <storm@cua.dk>
21638         The following changes consolidate some of the gui-independent
21639         parts of the processing and drawing of "glyph strings" from
21640         xterm.c, w32term.c, and macterm.c into xdisp.c.
21642         * dispextern.h (struct glyph): Reduce face_id member from 22 to
21643         21 bits (this reduces number of faces from 4M to 2M).
21644         Replace W32 specific w32_font_type member (2 bits) by generic
21645         font_type member (3 bits) for portability.
21646         (FONT_TYPE_UNKNOWN): New define, default for font_type member.
21647         (enum draw_glyphs_face): Define here.
21648         (struct glyph_string): Define here.  Merge W32 and X versions.
21649         (struct redisplay_interface): New members per_char_metric,
21650         encode_char, compute_glyph_string_overhangs, draw_glyph_string.
21651         (VCENTER_BASELINE_OFFSET): Define here.
21652         (dump_glyph_string, x_get_glyph_overhangs, x_produce_glyphs)
21653         (x_draw_glyphs, notice_overwritten_cursor): Declare prototypes here.
21655         * xdisp.c: Consolidate gui-independent "glyph string" code here.
21656         (dump_glyph_string): Moved here.
21657         (init_glyph_string, append_glyph_string_lists, append_glyph_string)
21658         (prepend_glyph_string_lists, get_glyph_face_and_encoding)
21659         (fill_composite_glyph_string, fill_glyph_string)
21660         (fill_image_glyph_string, fill_stretch_glyph_string)
21661         (left_overwritten, left_overwriting, right_overwritten)
21662         (right_overwriting, get_char_face_and_encoding)
21663         (set_glyph_string_background_width, compute_overhangs_and_x)
21664         (append_glyph, append_composite_glyph, produce_image_glyph)
21665         (take_vertical_position_into_account, append_stretch_glyph)
21666         (produce_stretch_glyph): New generic functions (based on X version).
21667         Call platform specific functions through rif.
21668         (INIT_GLYPH_STRING): New macro, hides W32 details.
21669         (BUILD_STRETCH_GLYPH_STRING, BUILD_IMAGE_GLYPH_STRING)
21670         (BUILD_CHAR_GLYPH_STRINGS, BUILD_COMPOSITE_GLYPH_STRING)
21671         (BUILD_GLYPH_STRINGS): Generic macros (based on X version).
21672         (x_draw_glyphs, x_get_glyph_overhangs, x_produce_glyphs)
21673         (notice_overwritten_cursor):
21674         Generic functions exported to platform modules.  Users changed.
21676         * xterm.h (FONT_DESCENT, FRAME_X_OUTPUT, FRAME_BASELINE_OFFSET)
21677         (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE)
21678         (STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2):
21679         New macros for consolidated code.
21681         * xterm.c: Remove consolidated defines and code.
21682         (x_per_char_metric, x_encode_char)
21683         (x_compute_glyph_string_overhangs): Adapt to RIF requirements.
21684         (x_redisplay_interface): Add new members.
21686         * w32gui.h (Display): Add dummy typedef for consolidation.
21687         (XChar2b): Define alias for wchar_t for consolidation.
21688         (STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2): New macros.
21690         * w32term.h (FRAME_X_OUTPUT, FRAME_X_WINDOW, FRAME_X_DISPLAY)
21691         (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE):
21692         New macros for consolidation.
21694         * w32term.c: Remove consolidated defines and code.
21695         (BUILD_WCHAR_T, BYTE1, BYTE2): Macros removed; callers changed
21696         to use STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2 instead.
21697         (w32_per_char_metric): Change font_type arg to int for RIF.
21698         (w32_encode_char): Return int according to RIF requirements.
21699         (w32_compute_glyph_string_overhangs): Adapt to RIF.
21700         (w32_get_glyph_overhangs): New function for RIF.  Uses generic
21701         x_get_glyph_overhangs.
21702         (w32_redisplay_interface): Add new members.
21704         * macgui.h (XChar2b): Move typedef here for consolidation.
21705         (STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2): New macros.
21707         * macterm.h (FRAME_X_OUTPUT, FRAME_X_WINDOW, FRAME_X_DISPLAY):
21708         (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): New macros for
21709         consolidation.
21711         * macterm.c: Remove consolidated defines and code.
21712         (mac_per_char_metric): New function for RIF.
21713         (mac_encode_char): Adapt to new RIF requirements.
21714         (mac_compute_glyph_string_overhangs): Adapt for RIF.
21715         (x_redisplay_interface): Add new members.
21717 2003-03-15  Stefan Monnier  <monnier@cs.yale.edu>
21719         * keymap.c (Vmenu_events): New var.
21720         (syms_of_keymap): Initialize it.
21721         (where_is_internal): Check more carefully what is a menu event.
21723 2003-03-14  Richard M. Stallman  <rms@gnu.org>
21725         * lread.c (read1): After #!, exit loop on eof.
21727 2003-03-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
21729         * gtkutil.h: Add declaration for xg_frame_cleared.
21731         * xterm.c (x_clear_frame): Call xg_frame_cleared for GTK.
21733         * gtkutil.c (struct xg_last_sb_pos): New structure.
21734         (handle_fixed_child): New function.
21735         (xg_resize_widgets): Call handle_fixed_child on all scroll bar widgets
21736         and force a redraw on them.
21737         (xg_gtk_scroll_destroy): Free struct xg_last_sb_pos also.
21738         (xg_create_scroll_bar): Add struct xg_last_sb_pos to scroll bar
21739         so we can avoid unneeded redraws.
21740         (xg_update_scrollbar_pos): Invalidate data in xg_last_sb_pos
21741         and force a redraw on the scroll bar.
21742         (xg_set_toolkit_scroll_bar_thumb): Do not change/redraw scroll bar
21743         if xg_last_sb_pos shows the positions are up to date.
21744         (xg_frame_cleared): New function.
21746 2003-03-13  Kenichi Handa  <handa@m17n.org>
21748         * coding.c (Fdetect_coding_region): Fix docstring.
21749         (Fdetect_coding_string): Fix docstring.
21751 2003-03-13  Andreas Schwab  <schwab@suse.de>
21753         * gtkutil.c: Add prototype for create_menus.
21755         * data.c (long_to_cons): Fix type of top.
21757         * xselect.c (selection_data_to_lisp_data): Use int instead of
21758         long for an integer of size 4.
21760         * gtkutil.c (xg_update_frame_menubar): Add missing return value.
21761         (xg_tool_bar_help_callback): Likewise.
21763 2003-03-12  Andreas Schwab  <schwab@suse.de>
21765         * xterm.c (x_term_init) [USE_GTK]: Fix typo.
21767 2003-03-12  Kim F. Storm  <storm@cua.dk>
21769         The following changes consolidate the fringe handling from
21770         xterm.c, w32term.c, and macterm.c into xdisp.c.
21772         * xdisp.c: Consolidate fringe handling code here.
21773         (left_bits, right_bits, continued_bits, continuation_bits)
21774         (ov_bits, zv_bits): Define fringe bitmaps.
21775         (fringe_bitmaps): New array holding fringe bitmaps.
21776         (draw_fringe_bitmap): Draw a specific bitmap; call display
21777         specific drawing routine via rif->draw_fringe_bitmap.
21778         (draw_row_fringe_bitmaps): Generic replacement for
21779         x_draw_row_fringe_bitmaps; all callers changed.
21780         (compute_fringe_widths): Generic replacement for
21781         x_compute_fringe_widths; all callers changed.
21783         * dispextern.h (enum fringe_bitmap_type): Define here.
21784         (struct fringe_bitmap, struct draw_fringe_bitmap_params): New.
21785         (fringe_bitmaps): Declare extern.
21786         (struct redisplay_interface): New member draw_fringe_bitmap.
21787         (draw_row_fringe_bitmaps, compute_fringe_widths): Declare extern.
21789         * xterm.c: Remove generic fringe code.
21790         (x_draw_fringe_bitmap): Only perform actual fringe drawing.
21791         (x_redisplay_interface): Add x_draw_fringe_bitmap member.
21793         * w32term.c: Remove generic fringe code.
21794         (w32_draw_fringe_bitmap): Only perform actual fringe drawing.
21795         (w32_redisplay_interface): Add w32_draw_fringe_bitmap member.
21797         * macterm.c: Remove generic fringe code.
21798         (x_draw_fringe_bitmap): Only perform actual fringe drawing.
21799         (x_redisplay_interface): Add x_draw_fringe_bitmap member.
21801 2003-03-11  Stefan Monnier  <monnier@cs.yale.edu>
21803         * print.c (Fprin1_to_string): Return unibyte string if possible.
21805 2003-03-09  David Kastrup  <dak@gnu.org>
21807         * process.c (read_process_output): We have allocated enough space
21808         for readmax and carryover, so actually use the alloted space.
21810 2003-03-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
21812         * keyboard.c (make_lispy_event): Extend mouse_syms if needed for
21813         toolkit scrollbar click.
21815         * xterm.c (x_window_to_scroll_bar): Call xg_get_scroll_id_for_window
21816         for USE_GTK.
21817         (x_scroll_bar_handle_click): Use this function for toolkit scrollbars
21818         also.
21819         (handle_one_xevent): ButtonPress/Release: If event is for a toolkit
21820         scrollbar and control is pressed, call x_scroll_bar_handle_click.
21822         * gtkutil.h (xg_get_scroll_id_for_window): Declare.
21824         * gtkutil.c (xg_get_scroll_id_for_window): New function.
21825         (xg_tool_bar_item_expose_callback): New function.
21826         (xg_tool_bar_expose_callback): Call update_frame_tool_bar.
21827         (xg_create_tool_bar): Connect xg_tool_bar_expose_callback to expose
21828         on the tool bar widget.
21829         (update_frame_tool_bar): Connect xg_tool_bar_item_expose_callback
21830         to expose on the tool bar item widgets.
21832 2003-03-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
21834         * gtkutil.c (update_frame_tool_bar): Compare pixmap ID instead of
21835         struct image* when deciding to update (struct image* may have been
21836         deleted from the image cache).
21838         * xterm.c (handle_one_xevent): Pass ReparentNotify to Xt even if
21839         the event isn't for a frame (i.e. for dialogs).
21841 2003-03-07  Kenichi Handa  <handa@m17n.org>
21843         * coding.c (CODING_ADD_COMPOSITION_COMPONENT): If the number of
21844         composition components reaches the limit, terminate composing.
21845         (COMPOSITION_OK): New macro.
21846         (detect_coding_iso2022): Use it if an escape sequence for
21847         composition is found.
21848         (coding_restore_composition): Adjust the number of composition
21849         components if it is not sane.
21851 2003-03-06  Juanma Barranquero  <lektu@terra.es>
21853         * w32term.h (struct w32_display_info): Add xrdb member to support
21854         passing resources via -xrm on Windows.
21856         * w32term.c (w32_make_rdb): New function.
21857         (w32_term_init): Use it to initialize xrdb member of w32_display_info
21858         struct.  Delete leftover code.
21860         * w32fns.c (Fx_get_resource, x_get_resource_string): Pass xrdb to check
21861         for resources passed on the command line.
21863         * w32reg.c (w32_get_rdb_resource): New function.
21864         (x_get_string_resource): Use it, so resources passed with -xrm
21865         supercede the ones in the registry.
21867 2003-03-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
21869         * xterm.c (x_detect_focus_change): Call x_any_window_to_frame
21870         instead of x_top_window_to_frame.
21872 2003-03-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
21874         * xsmfns.c (smc_save_yourself_CB): Add --no-splash to options
21875         when restarting Emacs.
21877 2003-03-03  Richard M. Stallman  <rms@gnu.org>
21879         * buffer.c (Fkill_buffer): Use Frun_hook_with_args_until_failure
21880         to run kill-buffer-query-functions.
21881         (Qkill_buffer_query_functions): New var.
21882         (syms_of_buffer): Init and staticpro it.
21884 2003-03-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
21886         * xterm.h (XSync): Define as gdk_window_process_all_updates for GTK.
21888 2003-02-25  Kim F. Storm  <storm@cua.dk>
21890         * xdisp.c (redisplay_window): Fix infinite loop in redisplay.
21891         If centering point failed to make whole line visible and vscroll
21892         is non-zero, disable vscroll and try centering point again.
21894         * lread.c (read1): Accept `single space' syntax like (? x).
21896 2003-02-25  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
21898         * keyboard.c (cancel_hourglass_unwind): Surround with
21899         #ifdef HAVE_X_WINDOWS.
21901 2003-02-25  Kenichi Handa  <handa@m17n.org>
21903         * buffer.c (Fset_buffer_multibyte): Pay attention to the buffer
21904         process only when "subprocesses" is defined.
21906 2003-02-24  Stefan Monnier  <monnier@cs.yale.edu>
21908         * syntax.c (back_comment): Only check nestedness of 2nd char if needed.
21910 2003-02-24  Juanma Barranquero  <lektu@terra.es>
21912         * callint.c (fix_command): Declare as static void and move before
21913         Fcall_interactively.
21915         * xdisp.c (Qwhen): Declare external; it's now defined in callint.c.
21916         (syms_of_xdisp): Don't initialize Qwhen.
21918 2003-02-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
21920         * keyboard.c (cancel_hourglass_unwind): New function.
21921         (command_loop_1): Cancel hourglass with unwind-protect.
21923 2003-02-23  Richard M. Stallman  <rms@gnu.org>
21925         * callint.c (fix_command): New subroutine, from Fcall_interactively.
21926         Detect (when ... (region-beginning)) etc.
21927         (Fcall_interactively): Call fix_command.
21928         (Qif, Qwhen): New variables.
21929         (syms_of_callint): Init and staticpro them.
21931         * regex.c (print_partial_compiled_pattern): Output to stderr.
21933 2003-02-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
21935         * dired.c (directory_files_internal): Don't expand directory.
21936         (Fdirectory_files, Fdirectory_files_and_attributes): Do it here
21937         instead.  From Lars Hansen <larsh@math.ku.dk>.
21939 2003-02-22  Stefan Monnier  <monnier@cs.yale.edu>
21941         * fns.c (string_to_multibyte): Remove unused var i.
21942         (Flanginfo): Fix int/Lisp_Object mixup.
21943         (void_call2): New fun.
21944         (Fmap_char_table): Use it in place of call2.
21946         * xfaces.c (x_face_list_fonts): Fix int/Lisp_Object mixup.
21948         * macros.c (Fstart_kbd_macro): Remove redundant assignment.
21950         * keymap.c (copy_keymap_1): Make it static.
21952         * alloc.c (Fgarbage_collect): Don't use XSETFLOAT.
21954 2003-02-22  David Ponce  <david@dponce.com>
21956         * lread.c (Fload): Don't check STRING_MULTIBYTE.
21958 2003-02-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
21960         * process.h: Removed subtty field from struct Lisp_Process.
21962         * process.c (create_process): Remove setting of subtty.
21963         (emacs_get_tty_pgrp): New function.
21964         (Fprocess_running_child_p, process_send_signal):
21965         Call emacs_get_tty_pgrp instead of ioctl.
21966         (process_send_signal): Call EMACS_KILLPG if ioctl TIOCSIGSEND fails.
21968 2003-02-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
21970         * keymap.c (Fdefine_key): Doc fix.
21972 2003-02-21  Juanma Barranquero  <lektu@terra.es>
21974         Port of patch for RC by Klaus Zeitler <kzeitler@lucent.com>.
21976         * s/hpux10.h: Define POLL_INTERRUPTED_SYS_CALL, not
21977         POLLING_PROBLEM_IN_SELECT.
21979         * s/hpux11.h: Include hpux10-20.h instead of hpux10.h.
21980         Delete #undef of POLLING_PROBLEM_IN_SELECT.
21982         * s/hpux10-20.h: New file.
21984         * process.c (wait_reading_process_input):
21985         Use POLL_INTERRUPTED_SYS_CALL, not POLLING_PROBLEM_IN_SELECT.
21987 2003-02-20  Kenichi Handa  <handa@m17n.org>
21989         * fontset.c (check_fontset_name): If NAME is nil, return the
21990         default fontset.
21991         (override_font_info): New function.
21992         (Fset_fontset_font): Document that NAME nil means the default fontset.
21993         (Ffontset_info): If FONTSET is not the default fontset, merge
21994         FONTSET onto the copy of the default fontset, and work on that
21995         copy.  Document that NAME nil means the default fontset.
21996         (Ffontset_font): Document that NAME nil means the default fontset.
21998         * process.c (setup_process_coding_systems): If the process's
21999         in/out descriptor is -1, do nothing.
22001 2003-02-19  Andreas Schwab  <schwab@suse.de>
22003         * lisp.h (Fcancel_kbd_macro_events, Fstring_to_multibyte):
22004         Add prototypes.
22006 2003-02-19  Kenichi Handa  <handa@m17n.org>
22008         * xfaces.c (try_alternative_families): Try all scalable fonts if
22009         Vscalable_fonts_allowed is not Qt.
22011 2003-02-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
22013         * xfaces.c (x_face_list_fonts): Set *pfonts to 0 if no fonts found.
22015 2003-02-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
22017         * xterm.c (x_list_fonts): If maxnames is less than 0, get all font
22018         names.
22020         * xfaces.c (x_face_list_fonts): Allocate struct font_name here.
22021         (sorted_font_list): Move allocation of struct font_name to
22022         x_face_list_fonts.
22023         (Fx_font_family_list): Set font-list-limit to -1 to get all font names.
22024         (Fx_list_fonts): Set maxnames to -1 to get all font names.
22026 2003-02-18  Kim F. Storm  <storm@cua.dk>
22028         * lread.c (read1): Fix last change.
22029         "`" is not always special.  Allow "?" after a character constant.
22031 2003-02-18  Andrew Choi  <akochoi@shaw.ca>
22033         * unexmacosx.c (copy_data_segment): Also copy __cfstring section.
22035 2003-02-18  Andreas Schwab  <schwab@suse.de>
22037         * window.c (window_scroll_pixel_based): Move outside a
22038         multi-glyph character before setting new window start.
22040         * xdisp.c (in_display_vector_p): New function.
22041         * dispextern.h (in_display_vector_p): Declare.
22043 2003-02-18  Kim F. Storm  <storm@cua.dk>
22045         * lread.c (read1): Fix and relax read syntax.
22046         Recognize "[", ";", "#", and "?" after a dotted-pair dot.
22047         Only recognize "," after dotted-pair dot if inside backquote.
22048         Never include "`" or "," (inside backquote) in a symbol.
22049         Allow dotted-pair dot after a character constant.
22050         Allow "`" and "," (inside backquote) after a character constant.
22052 2003-02-17  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
22054         * gtkutil.c (xg_tool_bar_expose_callback): New function.
22055         (xg_create_tool_bar): Force style of tool bar to be horizontal with
22056         icons.  Set name of tool bar to emacs-toolbar.
22057         (update_frame_tool_bar): Connect expose event to
22058         xg_tool_bar_expose_callback.
22060 2003-02-17  Richard M. Stallman  <rms@gnu.org>
22062         * keyboard.c (this_command_key_count_reset): New variable.
22063         Initiatize to 0 where this_command_key_count is set.
22064         (read_char): Save and restore this_command_key_count_reset
22065         around input method code.
22066         (read_char): If this_command_key_count_reset, echo reread commands.
22067         (Freset_this_command_lengths): Set this_command_key_count_reset to 1.
22069 2003-02-17  Kenichi Handa  <handa@m17n.org>
22071         * fns.c (string_to_multibyte): Always return a multibyte string.
22073 2003-02-16  Jason Rumney  <jasonr@gnu.org>
22075         * w32fns.c (w32_list_bdf_fonts, w32_list_fonts):
22076         Negative max_fonts parameter means list all.
22078 2003-02-14  Dave Love  <fx@gnu.org>
22080         * fns.c (Flanginfo): Doc fix.
22082 2003-02-13  Kim F. Storm  <storm@cua.dk>
22084         * lread.c (read_escape): Interpret \s as a SPACE character, except
22085         for \s-X in a character constant which still is the super modifier.
22086         (read1): Signal an `invalid read syntax' error if a character
22087         constant is immediately followed by a digit or symbol character.
22089         * search.c (Fmatch_data): Doc fix.  Explicitly state that
22090         match-data is undefined if last search failed.
22092         * keymap.c (Fcommand_remapping): Rename from Fremap_command.
22093         All uses changed.
22095 2003-02-12  Juanma Barranquero  <lektu@terra.es>
22097         * eval.c (Fdefmacro): Fix typo.
22099 2003-02-12  Kim F. Storm  <storm@cua.dk>
22101         * macros.c (Fstart_kbd_macro): If appending, and last keyboard
22102         macro is a string, convert meta modifiers in string when copying
22103         the string into a vector.
22105 2003-02-11  Kim F. Storm  <storm@cua.dk>
22107         * keymap.c (Fremap_command): Return nil if arg is not a symbol.
22109 2003-02-11  Kenichi Handa  <handa@m17n.org>
22111         * Makefile.in (lisp, shortlisp): Add malayalam.el and tamil.el.
22113 2003-02-10  Kim F. Storm  <storm@cua.dk>
22115         * process.c: Doc fixes.
22116         (syms_of_process): Add `:' prefix to QCfilter_multibyte.
22118 2003-02-10  Kenichi Handa  <handa@m17n.org>
22120         * fns.c (Fstring_to_multibyte): Fix typo in the docstring.
22122         * process.c (QCfilter_multibyte): New variable.
22123         (setup_process_coding_systems): New function.
22124         (Fset_process_buffer, Fset_process_filter):
22125         Call setup_process_coding_systems.
22126         (Fstart_process): Initialize the member `filter_multibyte' of
22127         struct Lisp_Process.
22128         (create_process): Call setup_process_coding_systems.
22129         (Fmake_network_process): New keyward `:filter-multibyte'.
22130         Initialize the member `filter_multibyte' of struct Lisp_Process.
22131         Call setup_process_coding_systems.
22132         (server_accept_connection): Call setup_process_coding_systems.
22133         (read_process_output): If the process has a filter, decide the
22134         multibyteness of a string to given to the filter by
22135         `filter_multibyte' member of the process.  If the process doesn't
22136         have a filter and the result of conversion is unibyte, use
22137         Fstring_to_multibyte (not Fstring_make_multibyte) to get the
22138         multibyte form.
22139         (Fset_process_coding_system): Call setup_process_coding_systems.
22140         (Fset_process_filter_multibyte): New function.
22141         (Fprocess_filter_multibyte_p): New function.
22142         (syms_of_process): Intern and staticpro QCfilter_multibyte.
22143         Defsubr Sset_process_filter_multibyte and
22144         Sprocess_filter_multibyte_p.
22146         * process.h (struct Lisp_Process): New member filter_multibyte.
22148         * lisp.h (setup_process_coding_systems): Add prototype.
22150         * buffer.c (Fset_buffer_multibyte): If the current buffer has a
22151         process, update coding systems for the process.
22153 2003-02-09  Kenichi Handa  <handa@m17n.org>
22155         * fns.c (string_to_multibyte): New function.
22156         (Fstring_to_multibyte): New function.
22157         (syms_of_fns): Defsubr it.
22159 2003-02-08  Andreas Schwab  <schwab@suse.de>
22161         * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable
22162         instead of the substitution.
22164 2003-02-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
22166         * xterm.c (x_make_frame_visible): Call gtk_window_deiconify.
22168         * xmenu.c (menu_position_func): Adjust menu popup position so that
22169         the menu is fully visible.
22171 2003-02-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
22173         * xterm.c (x_text_icon, x_raise_frame, x_lower_frame)
22174         (x_make_frame_invisible, x_wm_set_icon_position):
22175         Use FRAME_OUTER_WINDOW instead of ifdef X_TOOLKIT/else/endif.
22177         * xfns.c (x_set_name, x_set_title): Ditto.
22179 2003-02-04  Richard M. Stallman  <rms@gnu.org>
22181         * keyboard.c (echo_now): Update before_command_echo_length.
22182         (Freset_this_command_lengths): Reset this_command_key_count etc.
22183         immediately rather than arranging to do it later.
22184         (before_command_key_count_1, before_command_echo_length_1)
22185         (before_command_restore_flag): Vars deleted.
22186         (add_command_key): Don't handle before_command_restore_flag.
22187         (read_char, record_menu_key): Don't update before_command_key_count or
22188         before_command_echo_length.
22189         (read_char): Don't handle before_command_restore_flag.
22191         * keyboard.c (command_loop_1): Don't call adjust_point_for_property
22192         in direct-output clauses if it wouldn't be called in the ordinary case.
22194 2003-02-04  Kim F. Storm  <storm@cua.dk>
22196         * keyboard.c (syms_of_keyboard) <this-original-command>: Doc fix.
22198 2003-02-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
22200         * gtkutil.c (remove_from_container): Copying list is not needed.
22201         (xg_update_menubar, xg_update_menu_item, xg_update_submenu)
22202         (xg_modify_menubar_widgets, update_frame_tool_bar): Call g_list_free
22203         on list returned from gtk_container_get_children to avoid memory leak.
22205 2003-02-01  Jason Rumney  <jasonr@gnu.org>
22207         * w32fns.c (w32_create_pixmap_from_bitmap_data): Use alloca for
22208         local malloc.
22209         [HAVE_XPM]: Avoid clashes with XColor, XImage and Pixel
22210         definitions in xpm.h.
22211         (init_xpm_functions): New function.
22212         (xpm_load): Sync with xfns.c.  Adapt for Windows version of libXpm.
22213         (init_external_image_libraries): Try to load libXpm.dll.
22215         * fileio.c (Fcopy_file) [WINDOWSNT]: Reverse logic for setting
22216         timestamp.
22218 2003-01-31  Dave Love  <fx@gnu.org>
22220         * syntax.c (Fskip_chars_forward)
22221         (open-paren-in-column-0-is-defun-start): Doc fix.
22223 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
22225         * fileio.c: Support // at start of name for Cygwin (just added proper
22226         preprocessor tests).
22228         * keyboard.c: Port to Cygwin (just added proper preprocessor tests).
22230         * Makefile.in: Use @EXEEXT@ for Cygwin.
22232         * mem-limits.h: Added ifdef to define BSD4_2 for Cygwin.
22234         * s/cygwin.h: Added for Cygwin port.
22236 2003-01-31  Juanma Barranquero  <lektu@terra.es>
22238         * w32fns.c (DrawText): Kludge to avoid a redefinition on Windows
22239         when including gif_lib.h.
22240         (init_gif_functions, init_tiff_functions): New functions.
22241         (gif_load, tiff_load): Sync with xfns.c version.  Adjust colors for
22242         Windows.  Disable color table lookups.  Call library functions
22243         through pointers determined at runtime.
22244         (init_external_image_libraries): Try to load libungif.dll and
22245         libtiff.dll.
22247 2003-01-31  Kenichi Handa  <handa@m17n.org>
22249         * xdisp.c (SKIP_GLYPHS): New macro.
22250         (set_cursor_from_row): Skip all glyphs that comes from overlay string.
22252 2003-01-30  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
22254         * gtkutil.c (free_frame_tool_bar): Remove debug printf.
22256 2003-01-30  Dave Love  <fx@gnu.org>
22258         * alloc.c (Vgc_elapsed, gcs_done): New variables.
22259         (Fgarbage_collect): Use them.
22260         (init_alloc, syms_of_alloc): Set them up.
22262 2003-01-30  Juanma Barranquero  <lektu@terra.es>
22264         * w32fns.c (init_external_image_libraries): Add missing operator.
22266 2003-01-29  Jason Rumney  <jasonr@gnu.org>
22268         * w32fns.c (init_external_image_libraries): Allow jpeg-62.dll as
22269         an alternative name for jpeg.dll.
22271 2003-01-29  Kenichi Handa  <handa@m17n.org>
22273         * xdisp.c (set_cursor_from_row): Pay attention to string display
22274         properties.
22276 2003-01-28  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
22278         * macterm.c (keycode_to_xkeysym_table): Add <tab>, <backspace>,
22279         <escape>.
22280         (keycode_to_xkeysym_table): Reformat and add more comments.
22281         (XTread_socket): Drop special case for backspace.
22283 2003-01-28  Andrew Choi  <akochoi@shaw.ca>
22285         * macfns.c (x_to_mac_color): Correct the order for parsing the RGB
22286         values in old-style RGB specs.
22288 2003-01-27  Juanma Barranquero  <lektu@terra.es>
22290         * w32fns.c (init_external_image_libraries): Try alternate names for the
22291         jpeg dll.
22293 2003-01-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
22295         * gtkutil.c (create_dialog, xg_separator_p)
22296         (xg_item_label_same_p, xg_update_menu_item): Check for NULL string
22297         before calling strcmp or strlen.
22299 2003-01-26  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
22301         * gtkutil.c (update_frame_tool_bar): Call prepare_image_for_display
22302         and handle image load failure.
22304 2003-01-26  Jason Rumney  <jasonr@gnu.org>
22306         * w32fns.c (init_jpeg_functions, jpeg_resync_to_restart_wrapper):
22307         New functions.
22308         (jpeg_load): Sync with xfns.c version.  Adjust colors for Windows.
22309         Disable color table lookups.  Call jpeg library functions
22310         through pointers determined at runtime.
22311         (init_external_image_libraries): Try to load jpeg.dll.
22313 2003-01-25  Richard M. Stallman  <rms@gnu.org>
22315         * lisp.h: Declare format2 instead of format1.
22317         * fileio.c (barf_or_query_if_file_exists):
22318         Call format2 instead of format1.
22320         * editfns.c (format2): New function, replaces format1
22321         but takes exactly two Lisp Objects as format args.
22323         * buffer.c (Fkill_buffer): Call format2 instead of format1.
22325 2003-01-25  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
22327         * xterm.h: Change to return value of x_dispatch_event to int.
22329         * xterm.c (x_filter_event): New function.
22330         (event_handler_gdk, XTread_socket): Call x_filter_event.
22331         (x_dispatch_event): Change to return value of finish.
22332         (event_handler_gdk): Use return value from x_dispatch_event.
22334         * xfns.c (x_window): Call create_frame_xic for GTK version to
22335         initialize input methods.
22337         * gtkutil.h: Add (void) prototypes.
22339         * gtkutil.c (create_menus): Remove code that puts the help menu to
22340         the right.
22342 2003-01-25  Jason Rumney  <jasonr@gnu.org>
22344         * w32fns.c (XPutPixel): Handle monochrome images; used for masks.
22345         [HAVE_PNG]: Sync with xfns.c version.
22346         (png_load): Adjust colors for Windows.  Use Windows
22347         bitmaps.  Disable color table lookups.
22348         (DEF_IMGLIB_FN, LOAD_IMGLIB_FN): New macros.
22349         (init_png_functions): New function.
22350         (png_read_from_memory, png_load): Call png library functions
22351         through pointers determined at runtime.
22352         (QCloader, QCbounding_box, QCpt_width, QCpt_height): Declare.
22353         (init_external_image_libraries): New function.
22354         (init_xfns): Call it.
22356 2003-01-24  Andreas Schwab  <schwab@suse.de>
22358         * minibuf.c (Fminibuffer_message): Verify type of parameter.
22360 2003-01-24  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
22362         * gtkutil.c (xg_initialize): Initialize id_to_widget here instead
22363         of static initializer.
22365 2003-01-24  Dave Love  <fx@gnu.org>
22367         * s/gnu-linux.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define for more
22368         architectures.
22370         * alloc.c (mark_stack) [!GC_LISP_OBJECT_ALIGNMENT && __GNUC__]:
22371         Use __alignof__.
22373 2003-01-24  Kenichi Handa  <handa@m17n.org>
22375         * keyboard.c (adjust_point_for_property): New second arg MODIFIED.
22376         It it is nonzero, don't pretend that an invisible area doesn't exist.
22377         (command_loop_1): Call adjust_point_for_property with proper
22378         second arg.
22380 2003-01-22  Jason Rumney  <jasonr@gnu.org>
22382         Sync changes with xterm.c and xfns.c.
22384         * w32term.c (x_draw_glyph_string_foreground)
22385         (x_draw_composite_glyph_string_foreground): Implement overstriking.
22387         * w32term.c (x_write_glyphs): Clear phys_cursor_on_p if current
22388         phys_cursor's hpos is overwritten.  This is still not completely
22389         correct, as it doesn't really make sense to use hpos at all to
22390         get the cursor glyph (as that is relative to the width of the
22391         characters on the line, which may have changed during the update).
22393         * w32term.c (notice_overwritten_cursor): Handle the special case
22394         of the cursor being in the first blank non-text line at the
22395         end of a window.
22397         * w32term.c (x_draw_hollow_cursor, x_draw_bar_cursor)
22398         (x_draw_phys_cursor_glyph): Set phys_cursor_width here.
22399         Compute from the x position returned by x_draw_glyphs.
22401         (x_display_and_set_cursor): Don't set phys_cursor_width here,
22402         except for NO_CURSOR and system caret, to make phys_cursor_width
22403         contain what its name suggests.
22404         (notice_overwritten_cursor): Consider the cursor image erased if
22405         the output area intersects the cursor image in y-direction.
22407         * w32term.c (note_mode_line_or_margin_highlight): Rename from
22408         note_mode_line_highlight and extend.
22410         * w32term.c (last_window): New variable.
22411         (w32_read_socket) <WM_MOUSEMOVE>: Generate SELECT_WINDOW_EVENTs.
22412         (note_mouse_movement): Remove reimplemented code in #if 0.
22414         * w32fns.c (x_set_cursor_type): Set cursor_type_changed,
22415         not update_mode_lines, and always set it to 1.
22417 2003-01-21  Jason Rumney  <jasonr@gnu.org>
22419         * w32fns.c (IDC_HAND): Define it if system headers don't.
22421 2003-01-21  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>
22423         * w32term.h (struct w32_output): New member hand_cursor.
22424         (WM_EMACS_SETCURSOR): New message definition.
22426         * w32term.c (note_mode_line_highlight): Delete #if 0 to enable
22427         function w32_define_cursor.
22428         (note_mouse_highlight): Initialize, setup cursor accoding to mouse
22429         position, change member name output_data.x to output_data.w32 and
22430         add function w32_define_cursor.
22431         (show_mouse_face): Delete #if 0 to enable function w32_define_cursor
22432         and change member name output_data.x to output_data.w32.
22433         (w32_initialize_display_info):
22434         Setup dpyinfo->vertical_scroll_bar_cursor.
22436         * w32fns.c (Vx_hand_shape): New variable.
22437         (w32_wnd_proc): Add message entries for WM_SETCURSOR and
22438         WM_EMACS_SETCURSOR.
22439         (x-create-frame): Setup Cursor types.
22441 2003-01-21  David Ponce  <david@dponce.com>
22443         * w32term.c (w32_encode_char): For DIM=1 charset, set
22444         ccl->reg[2] to -1 before calling ccl_driver.
22445         (Sync. with xterm.c x_encode_char change by Kenichi Handa
22446         <handa@m17n.org> on 2002-09-30.)
22447         (w32_draw_relief_rect): Declare all args.
22448         (w32_define_cursor): New.
22450         * w32fns.c (w32_load_cursor): New function.
22451         (w32_init_class): Use it.
22452         (x_put_x_image): Declare all args.
22454 2003-01-21  Richard Dawe  <rich@phekda.freeserve.co.uk>
22456         * Makefile.in (ALL_CFLAGS): Include MYCPPFLAGS, not MYCPPFLAG.
22458 2003-01-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
22460         * gtkutil.c: Must include stdio.h before termhooks.h.
22462 2003-01-21  Dave Love  <fx@gnu.org>
22464         * alloc.c (Fgc_status): Print zombie list.
22465         (mark_maybe_object) [GC_MARK_STACK==GC_USE_GCPROS_CHECK_ZOMBIES]:
22466         Fix assignment of zombies.
22467         (Fgarbage_collect) [GC_MARK_STACK==GC_USE_GCPROS_CHECK_ZOMBIES]:
22468         Don't take car of non-cons.
22470         * s/sol2-5.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
22472         * s/sunos4-0.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
22474 2003-01-20  David Ponce  <david@dponce.com>
22476         * w32menu.c (digest_single_submenu): Declare all args.
22478         Sync with 2002-12-23  Richard M. Stallman  <rms@gnu.org>
22479         changes in xmenu.c:
22481         (parse_single_submenu): Use individual keymap's prompt
22482         string as pane name, if there is one.
22483         (set_frame_menubar): Save menu_items_n_panes from each call to
22484         parse_single_submenu and use it when calling digest_single_submenu.
22486 2003-01-20  Steven Tamm  <steventamm@mac.com>
22488         * macterm.c (XTread_socket): Check for valid, visible window
22489         before sending a scroll-wheel event.
22491 2003-01-20  Richard M. Stallman  <rms@gnu.org>
22493         * xdisp.c (redisplay_window): If mini window's buffer is not
22494         a minibuffer, then redisplay it like other windows.
22496 2003-01-20  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
22498         * gtkutil.c (xg_create_frame_widgets): Check if there is an
22499         external tool bar before setting tool bar height.
22501 2003-01-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
22503         * xterm.c (handle_one_xevent): Surround popup_activated
22504         with #ifdef:s for non-toolkit version.
22506         * Makefile.in (XOBJ): Add gtkutil.o if USE_GTK.
22507         (gtkutil.o): New file.
22508         (TOOLKIT_DEFINES): Set to -DUSE_GTK if HAVE_GTK.
22509         (LIBW): Set to @GTK_LIBS@ if USE_GTK.
22511         * gtkutil.c: New file for GTK version.
22513         * gtkutil.h: New file for GTK version.
22515         * xterm.h: Add xt_or_gtk_widget.
22516         Include gtk files for USE_GTK.
22517         (struct x_output): Add toolbar_height.
22518         (struct x_output): Add GTK widgets and Gdk size_hints.
22519         (GTK_WIDGET_TO_X_WIN, FRAME_GTK_OUTER_WIDGET, FRAME_GTK_WIDGET)
22520         (FRAME_OUTER_WINDOW): New macros for USE_GTK.
22521         (FRAME_OUTER_TO_INNER_DIFF_Y): Add FRAME_TOOLBAR_HEIGHT to calculation.
22523         * xterm.c: Include gtkutil.h for USE_GTK.
22524         (free_frame_menubar): Declare extern void for USE_GTK.
22525         (note_mouse_highlight): Check popup_activated for USE_GTK.
22526         (xt_action_hook): Don't compile if USE_GTK.
22527         (x_scroll_bar_to_input_event): Use CurrentTime for USE_GTK.
22528         (xg_scroll_callback): New function.
22529         (x_create_toolkit_scroll_bar): Call xg_create_scroll_bar for USE_GTK.
22530         (x_set_toolkit_scroll_bar_thumb): Call xg_set_toolkit_scroll_bar_thumb
22531         for USE_GTK.
22532         (x_scroll_bar_create): Call xg_update_scrollbar_pos and
22533         xg_show_scroll_bar for USE_GTK.
22534         (x_scroll_bar_remove): Call xg_remove_scroll_bar for USE_GTK.
22535         (XTset_vertical_scroll_bar): Call xg_update_scrollbar_pos for USE_GTK.
22536         (event_handler_gdk): New function for USE_GTK.
22537         (handle_one_xevent): Call xg_resize_widgets for USE_GTK.
22538         (handle_one_xevent): Make sure widget is mapped before
22539         calling x_real_positions for USE_GTK.
22540         (XTread_socket): Add GTK event loop for USE_GTK.
22541         (x_set_window_size): Call xg_frame_set_char_size for USE_GTK.
22542         (x_make_frame_visible): Call gtk_widget_show_all for USE_GTK.
22543         (x_make_frame_invisible): Call gtk_widget_hide for USE_GTK.
22544         (x_iconify_frame): Add code for USE_GTK.
22545         (x_free_frame_resources): Call gtk_widget_destroy for USE_GTK.
22546         (x_wm_set_size_hint): Only compile if not USE_GTK.  GTK version
22547         is in gtkutil.c.
22548         (x_term_init): Add initialization for GTK.
22549         (syms_of_xterm): Set Vx_toolkit_scroll_bars for USE_GTK.
22551         * xmenu.c: Include gtkutil.h for USE_GTK.
22552         (Fx_popup_menu): Use current position if x and y are nil.
22553         (single_menu_item, single_menu_item, Fx_popup_dialog):
22554         Check for USE_GTK.
22555         (popup_widget_loop): New function for USE_GTK.
22556         (x_activate_menubar): Add code for USE_GTK.
22557         (popup_activate_callback, popup_deactivate_callback)
22558         (menu_highlight_callback, menubar_selection_callback):
22559         Add USE_GTK versions.
22560         (update_frame_menubar): Call xg_update_frame_menubar for USE_GTK.
22561         (set_frame_menubar): Call xg_modify_menubar_widgets for USE_GTK.
22562         (free_frame_menubar): Only compile if not USE_GTK.  GTK version
22563         is in gtkutil.c.
22564         (popup_selection_callback): New version for USE_GTK.
22565         (create_and_show_popup_menu): New fuction, one USE_GTK version and
22566         one USE_X_TOOLKIT version.
22567         (xmenu_show): Call create_and_show_popup_menu.
22568         (dialog_selection_callback): New version for USE_GTK.
22569         (create_and_show_dialog): New fuction, one USE_GTK version and
22570         one USE_X_TOOLKIT version.
22571         (xdialog_show): Call create_and_show_dialog.
22573         * xfns.c: Include gtkutil for USE_GTK.
22574         (x_window_to_frame, x_any_window_to_frame)
22575         (x_non_menubar_window_to_frame, x_menubar_window_to_frame)
22576         (x_top_window_to_frame): Add code for USE_GTK.
22577         (x_set_background_color): Call xg_set_background_color for GTK.
22578         (x_set_menu_bar_lines): Check for USE_GTK.
22579         (x_set_tool_bar_lines): Call update_frame_tool_bar for USE_GTK.
22580         (x_set_name, x_set_title): Call gtk_window_set_title for USE_GTK.
22581         (x_window): Call xg_create_frame_widgets for USE_GTK.
22582         (Fx_create_frame): Check for USE_GTK.
22583         (Fx_file_dialog): New implementation for USE_GTK.
22585         * xdisp.c: Add check for USE_GTK for extern void set_frame_menubar.
22586         (update_menu_bar): Add check for USE_GTK.
22587         (update_tool_bar): Add check for USE_GTK and external tool bar.
22588         (redisplay_tool_bar): Add check for USE_GTK and external tool bar.
22589         (redisplay_internal): Add check for USE_GTK and popup_activated.
22590         (redisplay_window): Add check for USE_GTK and FRAME_EXTERNAL_MENU_BAR.
22591         (redisplay_window): Add check for USE_GTK and FRAME_EXTERNAL_TOOL_BAR.
22592         (display_menu_bar): Add check for USE_GTK.
22594         * lisp.h (Vx_resource_name): Declare extern.
22596         * keyboard.c (kbd_buffer_get_event): Check MENU_BAR_ACTIVATE_EVENT
22597         for USE_GTK.
22598         (make_lispy_event): Check MENU_BAR_EVENT for USE_GTK.
22600         * frame.h (struct frame): Add external_tool_bar.  Check for USE_GTK.
22601         (FRAME_EXTERNAL_TOOL_BAR): New macro.
22602         (FRAME_EXTERNAL_MENU_BAR): Check for USE_GTK.
22604         * fileio.c (Fread_file_name): Add check for USE_GTK.
22606         * dispnew.c (adjust_frame_glyphs_for_window_redisplay):
22607         Add check for USE_GTK.
22609         * config.in: Added HAVE_GTK.
22611         * alloc.c (Fgarbage_collect): Call xg_mark_data for GTK.
22613 2003-01-18  Stefan Monnier  <monnier@cs.yale.edu>
22615         * charset.h (Funibyte_char_to_multibyte): Export.
22617 2003-01-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
22619         * xmenu.c (mouse_position_for_popup): New function.
22620         (Fx_popup_menu): Call mouse_position_for_popup for X and
22621         mouse_position_hook for others.
22623 2003-01-17  Kim F. Storm  <storm@cua.dk>
22625         * editfns.c (Finsert): Mention `string-make-multibyte' and
22626         `string-as-multibyte' in doc string.
22628 2003-01-17  Kenichi Handa  <handa@m17n.org>
22630         * fontset.c (syms_of_fontset): Setup Vfont_encoding_alist here.
22632         * editfns.c (Fformat): Convert an unibyte char argument that is
22633         formatted by "%c" to multibyte if the total result must be a
22634         multibyte string.
22636 2003-01-16  Kim F. Storm  <storm@cua.dk>
22638         * process.c (set-process-filter): Document unibyte/multibyte-ness
22639         of string argument.
22641 2003-01-16  Kenichi Handa  <handa@m17n.org>
22643         * charset.h (NEXT_CHAR_BOUNDARY, PREV_CHAR_BOUNDARY): New macros.
22645         * regex.c (GET_CHAR_BEFORE_2): Use PREV_CHAR_BOUNDARY.
22646         (re_search_2): Likewise.
22648 2003-01-15  Kenichi Handa  <handa@m17n.org>
22650         * xdisp.c (message_dolog): Fix bug of the case that *Message*
22651         buffer is unibyte.
22653 2003-01-15  Francesco Potort\e,Al\e(B  <pot@gnu.org>
22655         * fns.c (Fsubstring): Clarify doc string.
22657         * textprop.c (Ftext_properties_at, Fnext_char_property_change)
22658         (Fprevious_char_property_change)
22659         (Fnext_single_char_property_change)
22660         (Fprevious_single_char_property_change, Fnext_property_change)
22661         (Fnext_single_property_change, Fprevious_property_change)
22662         (Fprevious_single_property_change, Fadd_text_properties)
22663         (Fput_text_property, Fset_text_properties)
22664         (Fremove_text_properties, Fremove_list_of_text_properties)
22665         (Ftext_property_any, Ftext_property_not_all): Clarify doc strings.
22667 2003-01-14  Kim F. Storm  <storm@cua.dk>
22669         * process.h (struct Lisp_Process): New member plist replaces old
22670         member private_vars.  All uses changed.
22672         * process.c: Reworked 2003-01-12 change -- call a plist a plist!
22673         (QCplist): Rename from QCvars.  Change all uses.
22674         (Fprocess_plist): Replaces Fprocess_variable.  Simplified.
22675         (Fset_process_plist): Replaces Fset_process_variable.  Simplify.
22676         (syms_of_process): Intern, staticpro, defsubr these.
22677         (Fmake_network_process): Describe :plist arg.  Remove :vars arg.
22679 2003-01-14  Francesco Potort\e,Al\e(B  <pot@gnu.org>
22681         * m/delta.h: Remove (obsolete).
22683 2003-01-13  Francesco Potort\e,Al\e(B  <pot@gnu.org>
22685         * fileio.c (Fdelete_directory, Fdelete_file): Document the
22686         behaviour in front of symlinks.
22687         (Fdelete_file): Raise an error on directories.
22689 2003-01-13  Dave Love  <fx@gnu.org>
22691         * fns.c (Freverse): Use QUIT.
22693 2003-01-13  Richard M. Stallman  <rms@gnu.org>
22695         * minibuf.c (minibuffer_completion_contents):
22696         Error if point is inside prompt.
22698         * keyboard.c (command_loop_1): Don't redisplay directly
22699         if there's a post-command-hook.
22701         * fileio.c (syms_of_fileio) <directory-sep-char>: Doc fix.
22702         (Fdo_auto_save): Add gcpros around Ffile_name_directory.
22704 2003-01-12  Kim F. Storm  <storm@cua.dk>
22706         * process.h (struct Lisp_Process): New member private_vars.
22708         * process.c (QCvars): New variable.
22709         (syms_of_process): Intern and staticpro it.
22710         (Fset_process_contact): Removed function.
22711         (Fprocess_variable, Fset_process_variable): New functions.
22712         (syms_of_process): Defsubr them.
22713         (Fstart_process): Initialize private_vars plist to nil.
22714         (Fmake_network_process): New arg :vars to setup the private
22715         variables for new network process.
22716         (server_accept_connection): Copy server's private variables to
22717         client process.
22719         * alloc.c (pure_alloc): Fixed 2003-01-10 changed (caused spurious
22720         crashes).  Code rewritten and simplified.  Now directly aligns the
22721         pointer and recalculates pure_bytes_used, rather than aligning the
22722         size and adjusting the pointer.
22724 2003-01-11  Kim F. Storm  <storm@cua.dk>
22726         * process.c (Fset_process_contact): New function.
22727         (syms_of_process): defsubr it.
22728         (make-network-process): Update doc.
22730 2003-01-10  Andreas Schwab  <schwab@suse.de>
22732         * alloc.c (pure_alloc): Correct alignment for Lisp_Floats.
22733         Reported by Berthold Gunreben <b.gunreben@web.de>.
22735 2003-01-10  Dave Love  <fx@gnu.org>
22737         * composite.c (syms_of_composite): Make composition_hash_table weak.
22739 2003-01-09  Kim F. Storm  <storm@cua.dk>
22741         * process.c (Fmake_network_process): Convert new port number
22742         to host byte order for `:service t' case.  From Mario Lang.
22744 2003-01-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
22746         * xfns.c (Fx_file_dialog): Call XtAppNextEvent and x_dispatch_event
22747         instead of XtAppProcessEvent.
22749         * xterm.c (handle_one_xevent): New function.
22750         (x_dispatch_event): New function.
22751         (XTread_socket): Call handle_one_xevent.
22753         * xterm.h (FRAME_OUTER_TO_INNER_DIFF_X/Y): New.
22755         * xmenu.c (Fx_popup_menu): If popping up at mouse position,
22756         call XQueryPointer to get coordinates.
22757         (popup_get_selection): Do not set popup_activated_flag to zero,
22758         let popup_deactivate_callback do that.  Needed for Motif.
22759         Call x_dispatch_event instead of XtDispatchEvent.
22760         (xmenu_show): Calculate root coordinate from frame top/left position.
22762 2003-01-08  Kim F. Storm  <storm@cua.dk>
22764         * process.c (server_accept_connection): Fix recording of new
22765         connection's local address in :local property of contact info.
22766         (Fmake_network_process): Record local network address for new
22767         client processes in :local property of contact info.
22768         (format-network-address): Add arg OMIT-PORT.  Change callers.
22770 2003-01-07  Dave Love  <fx@gnu.org>
22772         * Makefile.in (fns.o): Depend on coding.h.
22774 2003-01-06  Dave Love  <fx@gnu.org>
22776         * fns.c: Include coding.h.  Use POINTER_TYPE*, not void*.
22777         (Vlocale_coding_system): Declare.
22778         (Qcodeset, Qdays, Qmonths, Qpaper): New.
22779         (Flanginfo): New.
22780         (syms_of_fns): Initialize new stuff.
22782 2003-01-07  Markus Rost  <rost@math.ohio-state.edu>
22784         * minibuf.c (Fread_variable): Doc fix.
22786         * eval.c (Fuser_variable_p): Doc change.  For custom variables,
22787         use the same test as for custom-variable-p.
22789 2003-01-05  Richard M. Stallman  <rms@gnu.org>
22791         * xdisp.c (try_scrolling): New arg LAST_LINE_MISFIT.
22792         Count LAST_LINE_MISFIT in scroll margin for end of window.
22793         Move label too_near_end before setting SCROLL_MARGIN_POS.
22794         Set LAST_LINE_MISFIT before jumping there.
22796         * xdisp.c (try_scrolling): Calculate amount_to_scroll better in
22797         scroll_conservatively case.  If scrolling that much doesn't change
22798         STARTP, move it down one line.
22800         * xdisp.c (redisplay_window): Pass last_line_misfit arg to
22801         try_scrolling.  Make it 1 after make_cursor_line_fully_visible fails.
22803         * xdisp.c (setup_echo_area_for_printing): Kill Emacs if no
22804         selected frame.
22806         * keymap.c (apropos_predicate, apropos_accumulate): Make them static.
22807         (syms_of_keymap): Staticpro them.
22808         (Fapropos_internal): Initialize them and clear them out.
22809         Don't GCPRO them.
22811         * buffer.c (syms_of_buffer) <scroll-up|down-aggressively>: Doc fixes.
22813         * lisp.h: New misc type Lisp_Save_Value.
22814         (enum Lisp_Misc_Type): Add Lisp_Misc_Save_Value.
22815         (XSAVE_VALUE): New macro.
22816         (struct Lisp_Save_Value): New data type.
22817         (union Lisp_Misc): Add u_save_value alternative.
22818         (make_save_value): Declare.
22820         * alloc.c (make_save_value): New function.
22822         * xterm.c (x_catch_errors): Save dpy using make_save_value.
22823         (x_catch_errors_unwind): Call XSync.
22825 2003-01-01  Richard M. Stallman  <rms@gnu.org>
22827         * window.c (window_scroll_pixel_based): Partially undo last change.
22829         * keyboard.c (command_loop_1): Call adjust_point_for_property
22830         in direct action cases for Qforward_char and Qbackward_char.
22831         Set already_adjusted so it won't be done twice.
22833 2002-12-30  Richard Dawe  <rich@phekda.freeserve.co.uk>
22835         * src/config.in (!HAVE_SIZE_T): Fix order of arguments in
22836         type definition of size_t.
22838 2003-01-02  Steven Tamm  <steventamm@mac.com>
22840         * macterm.c (syms_of_macterm): Provide the feature "mac-carbon" to
22841         distinguish Carbon GUI builds from X11 builds on darwin.
22843 2002-12-30  Steven Tamm  <steventamm@mac.com>
22845         * macterm.c (syms_of_macterm): Set mac-wheel-button-is-mouse-2
22846         to default to t.
22848 2002-12-29  Francesco Potort\e,Al\e(B  <pot@gnu.org>
22850         * data.c (Fstring_to_number, Fminus): Better English in doc strings.
22852 2002-12-28  Steven Tamm  <steventamm@mac.com>
22854         * Makefile.in (macosx-bundle): Fix Mac OS X/Carbon port to
22855         allow building in a different directory than source.  Uses some
22856         GNU Make extensions, but there is no other make on Mac OS X.
22858 2002-12-26  Francesco Potort\e,Al\e(B  <pot@gnu.org>
22860         * data.c (Fmakunbound, Ffmakunbound, Fmake_variable_buffer_local)
22861         (Fsetq_default, Fmake_local_variable, Fkill_local_variable)
22862         (Fmake_variable_frame_local, Faset, Fnumber_to_string, Fminus)
22863         (Fstring_to_number): Mention the returned value in the doc strings.
22865 2002-12-23  Richard M. Stallman  <rms@gnu.org>
22867         * buffer.c (syms_of_buffer) <scroll-up-aggressively>
22868         <scroll-down-aggressively>: Doc fix.
22870         * xmenu.c (parse_single_submenu): Use individual keymap's prompt
22871         string as pane name, if there is one.
22872         (set_frame_menubar): Save menu_items_n_panes from each call to
22873         parse_single_submenu and use it when calling digest_single_submenu.
22875         * window.c (window_scroll_pixel_based): Fix check for reaching BEGV.
22876         Don't try to make last line fully visible if it is past end of window.
22878 2002-12-22  Steven Tamm  <steventamm@mac.com>
22880         * macmenu.c (MIN_POPUP_SUBMENU_ID): Add.
22881         (mac_menu_show): Add support for hierarchical popup menus.
22882         (add_menu_item): Remove indentation support.
22883         (fill_submenu, fill_menu): Create hierarchical menus
22884         instead of using indentation.
22886 2002-12-22  Richard M. Stallman  <rms@gnu.org>
22888         * xdisp.c (try_cursor_movement): Don't call try_window here.
22889         (redisplay_window): Never redisplay minibuffer when inactive.
22891         * window.c (select_window_1): Undo 9/21 change.
22893 2002-12-22  Steven Tamm  <steventamm@mac.com>
22895         * macterm.c (XTread_socket): Call KeyTranslate for control and
22896         meta to deal correctly shifted non-alpha characters, like C-S-5
22897         being treated like C-%.  Do not look for shift key to deal
22898         with masking off control-key with mac-reverse-ctrl-meta.
22900 2002-12-21  Richard M. Stallman  <rms@gnu.org>
22902         * xmenu.c (popup_get_selection): Now static.  New arg DO_TIMERS.
22903         If it is non-nil, run timers.  Use an unwind-protect to requeue
22904         the events that were read ahead.
22905         (popup_get_selection_unwind): New subroutine.
22906         (popup_get_selection_queue): File-scope variable now holds that queue.
22907         (xmenu_show): Pass 0 for DO_TIMERS to popup_get_selection.
22908         (xdialog_show): Pass 1 for DO_TIMERS to popup_get_selection.
22909         Use an unwind-protect to pop down the dialog box.
22910         (xdialog_show_unwind): New subroutine implements that.
22912         * xdisp.c (row_containing_pos): Change exit test using last_y.
22913         (try_window_id): Abort if row_containing_pos returns null.
22915         * lread.c (load_error_handler): New function.
22916         (Fload): Handle errors in Fsubstitute_in_file_name.
22917         Don't expect Fsignal to return.
22919         * eval.c: Errors and throws work right with interrupt blocking.
22920         (struct catchtag): New elt interrupt_input_blocked.
22921         (unwind_to_catch): Restore interrupt_input_blocked from saved value.
22922         (internal_catch, Fcondition_case, internal_condition_case)
22923         (internal_condition_case_1, internal_condition_case_2): Save it.
22924         (Fsignal): Don't do TOTALLY_UNBLOCK_INPUT.
22926         * editfns.c (Fformat): Add parens.
22928         * dired.c (file_name_completion): Fix that change.
22929         Delete special quit-handling code; just use QUIT.
22931 2002-12-21  Tak Ota  <Takaaki.Ota@am.sony.com>
22933         * dired.c (file_name_completion): Close directory on error
22934         just as in directory_files_internal.
22936 2002-12-19  David Kastrup  <David.Kastrup@t-online.de>
22938         * window.c (Fset_window_configuration): Set old_point to correct
22939         value when new_current_buffer == current_buffer.
22941 2002-12-17  Ben Key  <bkey1@tampabay.rr.com>
22943         Revisited my earlier fix for the following entry in etc/PROBLEMS:
22944         "Emacs built on Windows 9x/ME crashes at startup on Windows XP,
22945         or Emacs builtpart of on XP crashes at startup on Windows 9x/ME."
22947         These changes were in part based upon suggestions made by Peter
22948         'Luna' Runestig [peter@runestig.com].
22950         * w32.c (g_b_init_is_windows_9x, g_b_init_open_process_token)
22951         (g_b_init_get_token_information, g_b_init_lookup_account_sid)
22952         (g_b_init_get_sid_identifier_authority ): Add several static
22953         global variables.
22955         * w32.c (globals_of_w32): New function.  Used to initialize those
22956         global variables that must always be initialized on startup even
22957         when the global variable initialized is non zero.  Its primary
22958         purpose at this time is to set the global variables
22959         g_b_init_is_windows_9x, g_b_init_open_process_token,
22960         g_b_init_get_token_information, g_b_init_lookup_account_sid, and
22961         g_b_init_get_sid_identifier_authority to 0 on startup.
22962         Called from main.
22964         * w32.c (is_windows_9x): Perform initialization only if
22965         g_b_init_is_windows_9x is equal to 0.  On initialization set
22966         g_b_init_is_windows_9x equal to 1.
22968         * w32.c (open_process_token): Perform initialization only if
22969         g_b_init_open_process_token is equal to 0.  On initialization set
22970         g_b_init_open_process_token equal to 1.
22972         * w32.c (get_token_information): Perform initialization only if
22973         g_b_init_get_token_information is equal to 0.  On initialization
22974         set g_b_init_get_token_information equal to 1.
22976         * w32.c (lookup_account_sid): Perform initialization only if
22977         g_b_init_lookup_account_sid is equal to 0.  On initialization
22978         set g_b_init_lookup_account_sid equal to 1.
22980         * w32.c (get_sid_identifier_authority): Perform initialization
22981         only if g_b_init_get_sid_identifier_authority is equal to 0.
22982         On initialization set g_b_init_get_sid_identifier_authority equal to 1.
22984         * w32fns.c (globals_of_w32fns): New function.  Used to initialize
22985         those global variables that must always be initialized on startup
22986         even when the global variable initialized is non zero.
22987         Its primary purpose at this time is to initialize the global variable
22988         track_mouse_event_fn.
22990         * w32fns.c (w32_wnd_proc): Remove initialization of
22991         track_mouse_event_fn from the handler for the WM_SETFOCUS message.
22993         * w32fns.c (syms_of_w32fns): Call globals_of_w32fns.
22995         * w32menu.c (globals_of_w32menu): New function.  Used to
22996         initialize those global variables that must always be initialized
22997         on startup even when the global variable initialized is non zero.
22998         Its primary purpose at this time is to initialize the global
22999         variables get_menu_item_info and set_menu_item_info.
23001         * w32menu.c (initialize_frame_menubar): Remove initialization of
23002         get_menu_item_info and set_menu_item_info.
23004         * w32menu.c (syms_of_w32menu): Call globals_of_w32menu.
23006         * w32.h (globals_of_w32, globals_of_w32fns, globals_of_w32menu):
23007         Declare them.
23009         * emacs.c (main): Call globals_of_w32 prior to calling
23010         init_environment if WINDOWSNT is defined.  Call globals_of_w32fns
23011         and globals_of_w32menu if initialized is non zero and HAVE_NTGUI
23012         is defined.
23014         * w32term.c (x_update_window_begin): Fix Windows API error
23015         detected by BoundsChecker.  Test to determine if
23016         w32_system_caret_hwnd is NULL prior to attempting to use
23017         SendMessage to send the WM_EMACS_HIDE_CARET message to it.
23019         * w32term.c (x_update_window_end): Fix Windows API error
23020         detected by BoundsChecker.  Test to determine if
23021         w32_system_caret_hwnd is NULL prior to attempting to use
23022         SendMessage to send the WM_EMACS_SHOW_CARET message to it.
23024 2002-12-17  Kenichi Handa  <handa@m17n.org>
23026         * coding.c (coding_system_require_warning): New variable.
23027         (syms_of_coding): DEFVAR it.
23029         * coding.h (coding_system_require_warning): Extern it.
23031         * fileio.c (choose_write_coding_system): Even if
23032         Vcoding_system_for_write is non-nil, if
23033         coding_system_require_warning is nonzero, call
23034         Vselect_safe_coding_system_function.
23036 2002-12-17  Markus Rost  <rost@math.ohio-state.edu>
23038         * Makefile.in (lisp, shortlisp): Add cus-face and timer.
23039         (lisp): Add font-core.
23041 2002-12-13  Stefan Monnier  <monnier@cs.yale.edu>
23043         * textprop.c (text_read_only): New arg `propval'.
23044         (get_char_property_and_overlay): Remove unused var `next_overlay'.
23045         (verify_interval_modification): Use text_read_only's new arg.
23047 2002-12-13  Kenichi Handa  <handa@m17n.org>
23049         * coding.c (Funencodable_char_position): Set pend correctly.
23051 2002-12-12  Jason Rumney  <jasonr@gnu.org>
23053         * w32term.c (last_mousemove_x, last_mousemove_y): New variables.
23054         (w32_read_socket) <WM_MOUSEMOVE>: Use them to detect non-movement.
23055         Be more careful about when help_events are generated.
23057 2002-12-12  Steven Tamm  <steventamm@mac.com>
23059         * macterm.c (mac_check_for_quit_char): Correctly set the
23060         modifiers of the event to 0.
23061         * mac.c (sys_select): Duplicate rfds before calling select to
23062         ensure that rfds survive the while loop.
23064 2002-12-11  Kim F. Storm  <storm@cua.dk>
23066         * xdisp.c (try_window_id): Don't call set_cursor_from_row if
23067         row_containing_pos returned NULL.
23069 2002-12-10  Steven Tamm  <steventamm@mac.com>
23071         * mac.c (sys_read): Fix sys_read to not call select if IO is
23072         non-blocking.
23073         (sys_select): Fix sys_select to not use a timeout larger than
23074         the one given.
23076 2002-12-10  Juanma Barranquero  <lektu@terra.es>
23078         * editfns.c (Fformat): Use alloca, not _alloca.
23080 2002-12-09  Richard M. Stallman  <rms@gnu.org>
23082         * buffer.c (Fget_buffer_create): Call Qucs_set_table_for_input
23083         as the last thing.
23085 2002-12-09  Dave Love  <fx@gnu.org>
23087         * s/sol2-8.h: Removed.  (Not necessary.)
23089 2002-12-09  Matthew Swift  <swift@alum.mit.edu>
23091         * editfns.c (Fformat): Handle precision in string conversion
23092         specifiers like libc functions do (ie, print at most that many
23093         characters).
23095 2002-12-08  Richard M. Stallman  <rms@gnu.org>
23097         * xdisp.c (row_containing_pos): Check more carefully
23098         whether charpos is really in the row before returning it.
23100 2002-12-07  Steven Tamm  <steventamm@mac.com>
23102         * sysdep.c (emacs_read) [HAVE_CARBON]: Have emacs_read use sys_read.
23104         * eval.c (Feval) [HAVE_CARBON]: Calls mac_check_for_quit_char at
23105         each stack frame.  This may change as it could be time consuming.
23107         * macterm.c (mac_check_for_quit_char, quit_char_comp)
23108         (init_quit_char_handler, mac_determine_quit_char_modifiers)
23109         (mac_initialize): Add code to check for pressing of quit_char
23110         in the OS event queue.
23112         * mac.c (sys_select): Call mac_check_for_quit_char every second
23113         while blocking on select.
23115         * mac.c (sys_read): Use sys_select to test for input first
23116         before calling read, to allow C-g to break.
23118 2002-12-07  Richard M. Stallman  <rms@gnu.org>
23120         * minibuf.c (Fcompleting_read): Doc fix.
23122         * lread.c (syms_of_lread) <load-history>: Doc fix.
23124         * fileio.c (Fcopy_file): Set immediate_quit around emacs_open call.
23126         * eval.c (Fdefun, Fdefmacro): Record in load-history redefining an
23127         autoload.
23129         * data.c (Fdefalias): Record in load-history redefining an autoload.
23131         * alloca.c: Undo ifdef change accidentally made on 12-04.
23133 2002-12-06  Francesco Potort\e,Al\e(B  <pot@gnu.org>
23135         * xfns.c (png_load): Avoid double gamma correction for PNG images.
23137 2002-12-04  Richard M. Stallman  <rms@gnu.org>
23139         * sysdep.c (fcntl.h): Test only HAVE_FCNTL_H.
23141         * fileio.c (fcntl.h): Test only HAVE_FCNTL_H.
23143         * alloca.c: Don't use #error.
23145 2002-12-03  Dave Love  <fx@gnu.org>
23147         * buffer.c (Qucs_set_table_for_input): New.
23148         (Fget_buffer_create): Use it.
23149         (Qset_buffer_major_mode_hook): Deleted.
23150         (Fset_buffer_major_mode): Revert previous change.
23151         (init_buffer_once): Intern ucs-set-table-for-input.
23152         (syms_of_buffer): Delete Qset_buffer_major_mode_hook.
23153         Add &Qucs_set_table_for_input.
23155 2002-12-03  Andreas Schwab  <schwab@suse.de>
23157         * callint.c (Fcall_interactively): Use next_event only if less
23158         than key_count.
23160 2002-12-02  Andrew Choi  <akochoi@shaw.ca>
23162         * macmenu.c (add_menu_item, fill_menubar): Truncate menu item
23163         names to 255 characters.
23165         * macterm.c (XTread_socket): If all frames have been collapsed,
23166         expand the first one before handling drag-and-drop events.
23168         * s/darwin.h (GETPGRP_NO_ARG): Delete.  Replaced by GETPGRP_VOID,
23169         which is detected by autoconf.
23171 2002-12-01  Steven Tamm  <steventamm@mac.com>
23173         * unexmacosx.c (copy_twolevelhints, dump_it): Now corrects the
23174         offset in two hints table to allow prebinding to be redone and
23175         allow the executable to be stripped.
23177 2002-11-29  Dave Love  <fx@gnu.org>
23179         * fns.c (Frequire): Don't call LOADHIST_ATTACH if feature was
23180         already provided.
23182 2002-11-29  Richard M. Stallman  <rms@gnu.org>
23184         * xdisp.c (start_display): Check more intelligently for
23185         whether the line is continued.
23186         (move_it_vertically_backward): Clear it->continuation_lines_width.
23188 2002-11-28  Dave Love  <fx@gnu.org>
23190         * s/amdahl.h, s/unipl5-0.h, m/sgi3000.h, s/3700.h, s/alliant-2800.h:
23191         * s/alliant.h, s/altos.h: Deleted.  (Unused/empty.)
23193 2002-11-27  Steven Tamm  <steventamm@mac.com>
23195         * fns.c (Frequire): Change nesting allowance from 2 to 3 to cause
23196         more descriptive error output from lread.c:Fload upon most require
23197         cycles during boostrapping.
23199 2002-11-27  Jason Rumney  <jasonr@gnu.org>
23201         * fileio.c (Finsert_file_contents): Give a more appropriate error
23202         for files bigger than 2Gb when off_t is 32 bit.
23204         * dired.c (Ffile_attributes): Don't return negative file sizes for
23205         files bigger than 2Gb when off_t is 32 bit.
23207 2002-11-27  Dave Love  <fx@gnu.org>
23209         * s/irix6-0.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
23211         * systty.h: Don't conditionally define GETPGRP_NO_ARG.
23212         Test GETPGRP_VOID instead.
23213         [BSD_TERMIOS]: Remove definitions (never used).
23215         * s/osf5-0.h (WAIT_USE_INT, SYS_SIGLIST_DECLARED, sys_siglist):
23216         Don't define.
23217         (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
23219         * m/mips.h (WORDS_BIG_ENDIAN): Define conditionally.
23221 2002-11-25  Jason Rumney  <jasonr@gnu.org>
23223         * w32.c (sys_write): Avoid non-blocking mode, which is not fully
23224         supported.
23226 2002-11-25  Dave Love  <fx@gnu.org>
23228         * unexalpha.c (update_dynamic_symbols): Cast arg of fatal_unexec.
23230         * Makefile.in (TEMACS_LDFLAGS): Update last change.
23232 2002-11-25  Andreas Schwab  <schwab@suse.de>
23234         * m/ia64.h: Restore `#ifndef NOT_C_CODE' deleted by last change.
23236 2002-11-24  Steven Tamm  <steventamm@mac.com>
23238         * unexmacosx.c (unexec_realloc): Use malloc_default_zone to
23239         determine the size of pointers alloced in unexed space instead
23240         of using possibly invalid emacs_zone pointers.  This fixes the
23241         binary incompatibility problems caused by updates to libSystem.B.
23243 2002-11-24  Richard M. Stallman  <rms@gnu.org>
23245         * search.c (Fstring_match): Doc fix.
23247         * callint.c (Fcall_interactively): If a command fails because
23248         `*' detects a read-only buffer, but RECORD_FLAG is set,
23249         record it anyway if the args don't actually do tty input.
23251 2002-11-22  Dave Love  <fx@gnu.org>
23253         * sysdep.c (stuff_char) [PROTOTYPES]: Provide ISO C arglist.
23255         * keyboard.c (interrupt_signal): Provide forward declaration.
23256         (kbd_buffer_store_event): Don't declare interrupt_signal.
23258         * xdisp.c (store_frame_title_char) [PROTOTYPES]: Provide ISO C arglist.
23260 2002-11-21  Richard M. Stallman  <rms@gnu.org>
23262         * eval.c (interactive_p): Skip any number of bytecode
23263         and special form frames, in any order.
23265 2002-11-20  Jason Rumney  <jasonr@gnu.org>
23267         * w32fns.c (convert_mono_to_color_image): New function.
23268         (xbm_load, xbm_load_image): Use it when foreground or background
23269         is explicitly set.
23271 2002-11-19  Dave Love  <fx@gnu.org>
23273         * s/usg5-4.h, sco4.h (bcopy, bzero, bcmp): Don't define.
23275 2002-11-18  Jason Rumney  <jasonr@gnu.org>
23277         * w32fns.c (x_build_heuristic_mask): Filter palette info from color.
23278         (XPutPixel): Swap blue and red.
23279         (xpm_format, pbm_format, png_format, jpeg_format, tiff_format)
23280         (gif_format, gs_format): Use IMAGE_ASCENT_VALUE.
23281         (xpm_image_p, pbm_image_p, png_image_p, jpeg_image_p)
23282         (tiff_image_p, gif_image_p, gs_image_p): Don't check ascent.
23284 2002-11-18  Dave Love  <fx@gnu.org>
23286         * m/orion105.h (HAVE_ALLOCA): Don't define.
23288         * m/m68k.h, m/arm.h, mtekxd88.h, m/tower32v3.h: Don't define alloca.
23290         * m/intel386.h: Don't include alloca.h or define alloca.
23292         * m/ia64.h: Don't include alloca.h, stdlib.h.  Don't declare
23293         malloc, realloc, calloc.
23295         * m/hp800.h, m/sr2k.h, m/ns16000.h, m/wicat.h (bcopy, bzero)
23296         (bcmp): Don't define.
23298         * m/delta.h (bcopy, bzero, bcmp, alloca): Don't define.
23300         * m/amdahl.h: Don't define LIB_STANDARD.
23302         * m/alpha.h: Move OSF1 stuff from here to s/osf1.h.
23304         * s/osf1.h: Move OSF1 stuff from m/alpha.h to here.
23306         * s/irix4-0.h, s/irix5-0.h, m/powerpcle.h, m/sparc.h:
23307         Don't include alloca.h.
23309         * s/aix3-2.h (HAVE_FSYNC): Don't define.
23311         * regex.c (_GNU_SOURCE): Don't define.
23313         * process.c (_GNU_SOURCE): Don't define.
23315         * fileio.c (_GNU_SOURCE, HAVE_FSYNC): Don't define.
23317 2002-11-18  Markus Rost  <rost@math.ohio-state.edu>
23319         * s/sol2-8.h: Include sol2-6.h.
23321 2002-11-18  Miles Bader  <miles@gnu.org>
23323         * dispextern.h (struct face): Add `overstrike' field.
23324         * xterm.c (x_draw_glyph_string_foreground)
23325         (x_draw_composite_glyph_string_foreground): Implement overstriking.
23326         * xfaces.c (load_face_font): Set `face->overstrike' based on
23327         result from choose_face_font.
23328         (best_matching_font, choose_face_font): Add `needs_overstrike'
23329         argument, and use it to return whether overstriking is desirable
23330         for this face/font combo.
23331         (set_font_frame_param): Pass new argument to choose_face_font.
23333 2002-11-17  Ben Key  <BKey1@tampabay.rr.com>
23335         This change is my fix for the following entry in etc/PROBLEMS:
23336         "Emacs built on Windows 9x/ME crashes at startup on Windows XP,
23337         or Emacs builtpart of on XP crashes at startup on Windows 9x/ME."
23339         * w32.c: Added wrapper functions around the win32 API functions
23340         OpenProcessToken, GetTokenInformation, LookupAccountSid, and
23341         GetSidIdentifierAuthority.  These wrapper functions serve two
23342         purposes:
23343         1.  They ensure that the wrapped function can never be called
23344         when Emacs is running on an operating system on which they are
23345         not supported (Microsoft Windows 95 / 98 / ME).
23346         2.  They call the wrapped functions via function pointers rather
23347         than calling them directly.  This avoids taking advantage of the
23348         undocumented fact that although these functions are not supported
23349         in the 9x branch of Microsoft Windows, the functions do exist in
23350         the version of advapi32.dll that is found in the 9x branch of
23351         Microsoft Windows.
23353         * w32.c (init_user_info): Replace the calls to the win32 API
23354         functions OpenProcessToken, GetTokenInformation, LookupAccountSid,
23355         and GetSidIdentifierAuthority with calls to the newly added
23356         wrapper functions.
23358         * w32.h: Added extern declarations for the following functions:
23359         syms_of_w32term, syms_of_w32fns, syms_of_w32select,
23360         syms_of_w32menu, and void syms_of_fontset.
23362         * w32fns.c (w32_wnd_proc): Add code to reinitialize the
23363         function pointer track_mouse_event_fn in the handler for the
23364         WM_SETFOCUS message.
23366         * w32menu.c (initialize_frame_menubar): Add code to
23367         reinitialize the function pointers set_menu_item_info and
23368         get_menu_item_info.
23370 2002-11-17  Ben Key  <BKey1@tampabay.rr.com>
23372         * sound.c: Added a partial implementation of play-sound-internal
23373         for Microsoft Windows.  Added various #ifdef / #else / #endif
23374         code blocks to separate the code that will compile under
23375         Microsoft Windows from the code that is specific to GNU/Linux.
23376         Moved several blocks of code around to make this separation of code
23377         into Windows compatible and GNU/Linux compatible code blocks easier.
23379         * makefile.w32-in: Include sound.c and link with WinMM.lib.
23381         * s/ms-w32.h: Defined the symbol HAVE_SOUND so that the newly
23382         added support for play-sound-internal under Windows would be
23383         included in the build of Emacs.
23385 2002-11-16  Jason Rumney  <jasonr@gnu.org>
23387         * w32fns.c (w32_load_system_font): Don't disable Cleartype.
23389         * w32term.c (w32_get_glyph_string_clip_rect): Clip cursor tightly.
23391 2002-11-15  Stefan Monnier  <monnier@cs.yale.edu>
23393         * keyboard.c (command_loop_1): Fix int/Lisp_Object mixup.
23394         (adjust_point_for_property): Move out of display and invisible even if
23395         we were already inside before (in case a property was added while
23396         we weren't looking).  Be more careful when handling invisible props.
23397         Skip invisible text as if it really wasn't there at all.
23399 2002-11-15  Jason Rumney  <jasonr@gnu.org>
23401         * w32term.c (x_draw_image_foreground)
23402         (w32_draw_image_foreground_1): Use standard copy and invert
23403         operations to draw images.
23405         * w32fns.c (x_create_x_image_and_pixmap): Fill in palette for
23406         depth of 1.
23407         (xbm_read_bitmap_data): Invert bits as xbm is read in.
23408         (XPutPixel): Don't invert bits here.
23410 2002-11-15  Jason Rumney  <jasonr@gnu.org>
23412         * w32term.c (x_draw_image_foreground, x_draw_image_glyph_string)
23413         (w32_draw_image_foreground_1): Handle image masks.
23414         (x_draw_image_glyph_string): Don't BitBlt transparently.
23416         * w32fns.c (w32_defined_color): Adjust RGB values for Emacs.
23417         (x_from_xcolors): Adjust RGB values for W32.
23418         (image_background, image_background_transparent)
23419         (postprocess_image, x_to_xcolors, x_disable_image)
23420         (x_build_heuristic_mask): Adapt for W32 and enable.
23421         (x_create_x_image_and_pixmap): Mark images with palettes as such.
23422         (xbm_load): Remove unused variable.
23424 2002-11-14  Richard M. Stallman  <rms@gnu.org>
23426         * buffer.c (syms_of_buffer): Doc fix.
23428 2002-11-14  Dave Love  <fx@gnu.org>
23430         * alloc.c (SETJMP_WILL_NOT_WORK): Add note.
23432         * xterm.c (x_draw_relief_rect, x_draw_box_rect, x_update_cursor):
23433         * xmenu.c (unuse_menu_items, digest_single_submenu):
23434         * xfns.c (x_put_x_image):
23435         * xdisp.c (message2_nolog, set_message):
23436         * undo.c (record_point):
23437         * terminfo.c (tparam):
23438         * syntax.c (scan_sexps_forward):
23439         * scroll.c (calculate_scrolling, calculate_direct_scrolling):
23440         * composite.c (update_compositions):
23441         * cm.c (calccost, cmgoto):
23442         * charset.c (c_string_width): Declare all args (per C99).
23444         * frame.h (get_specified_cursor_type, get_window_cursor_type): Declare.
23446         * lisp.h (get_specified_cursor_type, get_window_cursor_type):
23447         Don't declare.
23449         * emacs.c (main) [!VMS]: Avoid third arg.
23451         * fns.c (Fcopy_sequence): Doc fix.
23452         (Fmap_char_table): Cast `call2'.
23454 2002-11-14  Francesco Potort\e,Al\e(B  <pot@gnu.org>
23456         * s/sol2-8.h: New file.
23458 2002-11-14  Kim F. Storm  <storm@cua.dk>
23460         * buffer.c (syms_of_buffer) <mode-line-format>: Document symbol
23461         dependency on `risky-local-variable' and the :propertize form.
23463 2002-11-12  Stefan Monnier  <monnier@cs.yale.edu>
23465         * fns.c (Fmap_char_table): Don't use map_char_table's function arg.
23467         * syntax.c (scan_sexps_forward): Undo last patch.
23468         Use a more obvious fix: check eob before updating the syntax table.
23470 2002-11-09  Stefan Monnier  <monnier@cs.yale.edu>
23472         * syntax.c (scan_sexps_forward): Update syntax table before reading
23473         a char rather than after so we don't update the table past eob.
23475 2002-11-09  Dave Love  <fx@gnu.org>
23477         * buffer.c (Fset_buffer_major_mode): Fix last change.
23479         * regex.c (regexec): Fix pmatch declaration.
23481         * cmds.c (Fself_insert_command): Apply Vtranslation_table_for_input.
23483         * keyboard.c (command_loop_1): Apply Vtranslation_table_for_input
23484         to self-inserting characters.
23485         (syms_of_keyboard) <keyboard-translate-table>: Doc fix.
23487         * coding.c (Vtranslation_table_for_input): New.
23488         (syms_of_coding): DEFVAR it.
23490 2002-11-08  Juanma Barranquero  <lektu@terra.es>
23492         * w32term.c (w32_draw_fringe_bitmap): Remove unused local variable
23493         window.
23495 2002-11-08  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
23497         * process.c (Fformat_network_address): Remove unused locals p,
23498         cp, and i.
23500 2002-11-06  Dave Love  <fx@gnu.org>
23502         * buffer.c (Qset_buffer_major_mode_hook): New.
23503         (Fset_buffer_major_mode): Use it.
23505 2002-11-06  Richard M. Stallman  <rms@gnu.org>
23507         * xterm.c (x_term_init): Use turn_on_atimers, not start_polling
23508         and stop_polling.
23510         * process.c (wait_reading_process_input):
23511         Test POLLING_PROBLEM_IN_SELECT, not hpux.
23512         Avoid initialization for auto Lisp_Object var.
23514         * s/hpux11.h (POLLING_PROBLEM_IN_SELECT): Add #undef.
23516         * s/hpux10.h (POLLING_PROBLEM_IN_SELECT): Defined.
23518 2002-11-05  Richard M. Stallman  <rms@gnu.org>
23520         * s/sol2-5.h (BROKEN_SIGIO): Turn off the #undef.
23522         * callint.c (Fcall_interactively): New local filter_specs.
23523         (Fcall_interactively): Check for progn as well as let.
23524         Add a gcpro.
23525         (Qprogn): New variable.
23526         (syms_of_callint): Staticpro and init Qprogn.
23528 2002-11-04  John Paul Wallington  <jpw@shootybangbang.com>
23530         * lread.c (Feval_buffer): Doc fix.
23532 2002-11-04  Dave Love  <fx@gnu.org>
23534         * keyboard.c (read_char): Always translate iff
23535         Vkeyboard_translate_table is a char table and c is valid.
23537         * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
23538         and fix C types.
23540 2002-11-03  Stefan Monnier  <monnier@cs.yale.edu>
23542         * xdisp.c (single_display_prop_intangible_p): Strings are intangible.
23544         * editfns.c (get_pos_property): Don't hardcode Qfield.
23546         * keyboard.c (adjust_point_for_property): Handle `display' prop on
23547         overlays.  Also handle `invisible' prop.
23549 2002-11-02  Stefan Monnier  <monnier@cs.yale.edu>
23551         * coding.c (decode_coding_emacs_mule, decode_coding_iso2022)
23552         (decode_coding_sjis_big5, decode_eol): Allow lone \r in DOS EOL.
23554 2002-11-01  Andreas Schwab  <schwab@suse.de>
23556         * editfns.c (Fmessage): Revert last change to properly handle %%.
23558 2002-11-01  Stefan Monnier  <monnier@cs.yale.edu>
23560         * xmenu.c (unuse_menu_items): New fun.
23561         (menu_items_inuse): New var.
23562         (syms_of_xmenu): Initialize it.
23563         (init_menu_items): Use it to detect re-entrance.
23564         (Fx_popup_menu, Fx_popup_dialog, set_frame_menubar): Reset when done.
23565         (Fx_popup_menu): Remove spurious XSETFRAME.
23567         * editfns.c (find_field): Make an exception for nil fields.
23569 2002-11-01  Dave Love  <fx@gnu.org>
23571         * m/gec63.h: Deleted.
23573 2002-10-31  Dave Love  <fx@gnu.org>
23575         * xterm.c (XTread_socket): Fix last change.
23576         (xaw_scroll_callback): Cast call_data to long to avoid warning.
23578 2002-10-31  Stefan Monnier  <monnier@cs.yale.edu>
23580         * process.c (Fformat_network_address): Fix int/Lisp_Object mixup.
23582 2002-10-30  Stefan Monnier  <monnier@cs.yale.edu>
23584         * editfns.c (overlays_around, get_pos_property): New funs.
23585         (find_field): Use them.
23586         Also be careful not to modify POS before its last use.
23587         (Fmessage): Don't Fformat if there's nothing to format.
23589 2002-10-30  Dave Love  <fx@gnu.org>
23591         * process.c [HAVE_SYS_WAIT]: Include sys/wait.h.
23592         [HAVE_PTY_H]; Include pty.h.
23594         * lread.c (Fload) <!load_dangerous_libraries>: Close fd.
23596         * xterm.c (Qeql): Declare.
23597         (Vx_keysym_table): New.
23598         (syms_of_xterm): Initialize it.
23599         (XTread_socket): Use it.  Deal with ASCII keysyms.
23600         (XSetIMValues) [HAVE_X11R6]: Prototype.
23602         * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extended.
23603         (lispy_kana_keys): Comment out.
23604         (make_lispy_event) [XK_kana_A]: Comment out.
23605         (modify_event_symbol) <sizeof (long) == sizeof (EMACS_INT)>:
23606         Fix sprintf call.
23608         * s/osf5-0.h (C_SWITCH_SYSTEM): Revert last change (fixed by
23609         regexp.h change).
23610         (TERMINFO, LIBS_TERMCAP): Define.
23612         * s/usg5-4.h (bcopy, bzero): Define conditional on HAVE_BCOPY.
23613         (bcmp): Define conditional on HAVE_BCMP.
23614         (NO_SIOCTL_H): Don't define.
23615         (TIOCSIGSEND): Don't make conditional on IRIX6.
23617         * s/sol2-5.h: Don't include strings.h.
23618         (bcopy, bzero, bcmp) [HAVE_BCOPY]: Don't undef.
23620         * s/irix6-0.h (IRIX6): Don't define.
23621         (bcopy, bcmp, bzero): Don't undef.
23623         * s/irix6-5.h: Don't include strings.h.
23624         (IRIX6): Don't define.
23625         (bcopy, bcmp, bzero): Don't undef.
23627         * syntax.c (Fforward_comment): Doc fix.
23629 2002-10-29  Kim F. Storm  <storm@cua.dk>
23631         * process.c (Fsignal_process): Allow PROCESS to be specified by
23632         name in addition to pid (as integer or string).
23634 2002-10-28  Harald Maier  <Harald.Maier.BW@t-online.de>  (tiny change)
23636         * w32heap.c: Don't redefine _heap_init and _heap_term on MSVC 7 build
23637         environments.
23639 2002-10-27  Kim F. Storm  <storm@cua.dk>
23641         * xterm.c (note_mouse_highlight): Don't use mouse-face if hidden.
23643         * w32term.c (note_mouse_highlight): Don't use mouse-face if hidden.
23645         * msdos.c (IT_note_mouse_highlight): Don't use mouse-face if hidden.
23647         * macterm.c (note_mouse_highlight): Don't use mouse-face if hidden.
23649 2002-10-26  Richard M. Stallman  <rms@gnu.org>
23651         * editfns.c (Fformat): Detect invalid format letters for floats.
23653 2002-10-25  Kenichi Handa  <handa@m17n.org>
23655         * xfns.c (x_set_name): Encode by Qcompound_text unconditionally.
23656         (x_set_title): Likewise.
23658 2002-10-25  Juanma Barranquero  <lektu@terra.es>
23660         * macgui.h:
23661         * w32gui.h: Remove definition of XColor.
23663         * dispextern.h [!HAVE_X_WINDOWS]: Define XColor.
23665 2002-10-24  Kim F. Storm  <storm@cua.dk>
23667         * xdisp.c (get_window_cursor_type): New arg ACTIVE_CURSOR.
23668         Callers changed (supply dummy arg).
23670         * lisp.h (get_window_cursor_type): Update prototype.
23672         * w32term.c (x_display_and_set_cursor): Get active_cursor from
23673         get_window_cursor_type to track system caret.
23675 2002-10-24  Kim F. Storm  <storm@cua.dk>
23677         * process.c (Fformat_network_address): New function.
23678         (syms_of_process): Defsubr it.
23679         (list_processes_1): Use it to format :local/:remote address if
23680         service/host is not set; before Emacs would crash in that case.
23681         (Fmake_network_process): Don't use Ffind_operation_coding_system
23682         to setup coding system if host or service is not set.
23684 2002-10-23  Juanma Barranquero  <lektu@terra.es>
23686         Patch suggested by Jay Finger <jay_finger@hotmail.com>.
23688         * w32term.c (w32_term_init): Pass XColor to w32_define_color, not
23689         COLORREF.
23691         * macgui.h:
23692         * w32gui.h: Add definition of XColor.
23694         * macfns.c:
23695         * w32fns.c:
23696         * xfaces.c: Remove definition of XColor.
23698 2002-10-22  Stefan Monnier  <monnier@cs.yale.edu>
23700         * xfns.c (x_set_name, x_set_title): `icon.value' has unsigned char.
23702         * window.c (window_loop): For GET_LRU_WINDOW and GET_LARGEST_WINDOW>,
23703         Only ignore truly dedicated windows.  For UNSHOW_BUFFER, delete the
23704         window if it is dedicated.
23705         (Fshrink_window): Add preserve_before as was done for enlarge_window.
23706         (Vspecial_display_function): Update docstring.
23708         * buffer.c (assoc_ignore_text_properties, Fother_buffer, Fkill_buffer)
23709         (call_overlay_mod_hooks): Use CONSP and XCAR/XCDR.
23710         (Fget_buffer_create, advance_to_char_boundary): Use BEG and BEG_BYTE.
23712 2002-10-21  Stefan Monnier  <monnier@cs.yale.edu>
23714         * casefiddle.c (casify_region): Don't treat a prefix char as part
23715         of a word when at the beginning.
23717 2002-10-17  Juanma Barranquero  <lektu@terra.es>
23719         * lread.c (syms_of_lread): Fix typos.
23721 2002-10-17  Dave Love  <fx@gnu.org>
23723         * Makefile.in (TEMACS_LDFLAGS): Add trailing comment.
23725 2002-10-16  Richard M. Stallman  <rms@gnu.org>
23727         * fileio.c (Fcopy_file): Fix backward test of KEEP_TIME.
23729 2002-10-14  Juanma Barranquero  <lektu@terra.es>
23731         * w16select.c (syms_of_win16select): Fix docstring for
23732         `selection-coding-system'.
23734         * w32select.c (syms_of_w32select): Likewise.
23736 2002-10-14  Stefan Monnier  <monnier@cs.yale.edu>
23738         * syntax.c (scan_lists): Don't get fooled by a symbol ending with
23739         a backslash-quoted char.
23740         (scan_lists, scan_sexps_forward): Pacify the compiler.
23742 2002-10-13  Richard M. Stallman  <rms@gnu.org>
23744         * window.c (window_scroll): Set immediate_quit.
23746         * print.c (print): When backquote form is the car of a list,
23747         output in old style.  Use old_backquote_output to output all
23748         comma forms inside it in old style too.
23750         * buffer.h (struct buffer): Move `undo_list' down below `name'.
23752 2002-10-11  Markus Rost  <rost@math.ohio-state.edu>
23754         * emacs.c (syms_of_emacs) <kill-emacs-hook>: Doc fix (not run in
23755         batch mode).
23757         * lread.c (Fload): Doc fix (load-suffixes).
23759 2002-10-10  Steven Tamm  <steventamm@mac.com>
23761         * macterm.c (syms_of_macterm, mac_get_mouse_btn):
23762         Reverse functionality of mac-wheel-button-is-mouse-2 to be correct.
23763         Also switch the default to Qnil from Qt.
23765 2002-10-08  Kenichi Handa  <handa@m17n.org>
23767         * coding.c (code_convert_region): When we need more GAP for
23768         conversion, pay attention to the case that coding->produced is not
23769         greater than coding->consumed.
23771 2002-10-07  Richard M. Stallman  <rms@gnu.org>
23773         * unexelf.c (unexec): Redo 9/16 change, but only if IRIX6_5.
23775 2002-10-06  Andrew Choi  <akochoi@shaw.ca>
23777         * macmenu.c (mac_menu_show): Add j to count menu items; match
23778         menu_item_selection to it to find selected item.
23780 2002-10-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
23782         * xterm.c (XTread_socket): Fix from 2002-10-03 didn't cover all
23783         cases.  The correct fix is to pass ReparentNotify to Xt.
23784         The shell widget interprets ConfigureNotify differently depending
23785         on if it has been reparented or not.
23787 2002-10-05  Markus Rost  <rost@math.ohio-state.edu>
23789         * editfns.c (Fformat_time_string): Doc fix.
23791 2002-10-05  John Paul Wallington  <jpw@shootybangbang.com>
23793         * fns.c (Flength): Doc fix.
23795 2002-10-04  Stefan Monnier  <monnier@cs.yale.edu>
23797         * keyboard.c (keyremap): New struct.
23798         (read_key_sequence): Use it: globally replace keytran_foo with
23799         keytran.foo and fkey_foo with fkey.foo.  Rename temp vars
23800         keytran_next and fkey_next to just `next'.
23802 2002-10-04  Steven Tamm  <steventamm@mac.com>
23804         * macterm.c (keycode_to_xkeysym_table): Change return to be
23805         treated like an X keysym.
23807 2002-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
23809         * xterm.c (XTread_socket): For ConfigureNotify, with x and y == 0,
23810         and USE_MOTIF, call XTranslateCoordinates to get the real x and y.
23811         This is to also handle x/y changes that occur because of a resize.
23813 2002-10-02  John Paul Wallington  <jpw@shootybangbang.com>
23815         * frame.c (Vdelete_frame_functions): New variable.
23816         (syms_of_frame): Initialize and defvar it.
23817         (Fdelete_frame): Use it instead of delete-frame-hook.  Don't run
23818         it when frame's `tooltip' parameter is non-nil.
23820         * xfns.c (x_create_tip_frame): Set `tooltip' frame parameter to t.
23822         * w32fns.c (x_create_tip_frame): Likewise.
23824         * macfns.c (x_create_tip_frame): Likewise.
23826 2002-09-30  Kenichi Handa  <handa@m17n.org>
23828         * xterm.c (x_encode_char): For DIM=1 charset, set ccl->reg[2] to
23829         -1 before calling ccl_driver.
23831         * coding.c (decode_coding_emacs_mule): Check coding->cmp_data.
23832         Only when it is non-nil, handle composition sequence.
23833         (setup_coding_system) <0>: Don't force composition handling.
23835         * Makefile.in (lisp, shortlisp): Add utf-16.elc.
23837 2002-09-29  Richard M. Stallman  <rms@gnu.org>
23839         * search.c (Freplace_match): Adjust match data for the substitution
23840         just made in the buffer.
23842         * xdisp.c (STOP_POLLING, RESUME_POLLING): New macros.
23843         (redisplay_internal): Use them.  Do RESUME_POLLING at end of function.
23845 2002-09-27  Richard M. Stallman  <rms@gnu.org>
23847         * keyboard.c (STOP_POLLING, RESUME_POLLING): New macros.
23848         (read_char): Use them.  Do all exits thru the end of the function.
23850 2002-09-27  Kenichi Handa  <handa@etl.go.jp>
23852         * xfaces.c (try_font_list): Pay attention to the case that FAMILY
23853         is nil.
23855 2002-09-26  Richard M. Stallman  <rms@gnu.org>
23857         * regex.h (__restrict_arr): Don't define if already defined.
23859         * coding.c (run_pre_post_conversion_on_str):
23860         Save and restore Vdeactivate_mark.
23862 2002-09-26  John Paul Wallington  <jpw@shootybangbang.com>
23864         * minibuf.c (Fminibufferp): Add an optional `buffer' argument.
23866 2002-09-26  Kenichi Handa  <handa@etl.go.jp>
23868         * xfaces.c (try_font_list): New arg PREFER_FACE_FAMILY.  If it is
23869         nonzero, try face's family at first.  Otherwise try FAMILY at first.
23870         (choose_face_font): If C is a single byte char or latin-1, call
23871         try_font_list with PREFER_FACE_FAMILY 1.
23873 2002-09-21  Richard M. Stallman  <rms@gnu.org>
23875         * window.c (select_window_1): Don't select frame.
23876         Set frame's selected window only when frame itself is selected.
23877         (Fselect_window): Doc fix.
23879 2002-09-18  Kim F. Storm  <storm@cua.dk>
23881         * process.c (make-network-process): Doc fix (there is no
23882         network-server-log-function hook).
23884 2002-09-18  Richard M. Stallman  <rms@gnu.org>
23886         * print.c (print): Clear out the unused parts of Vprint_number_table.
23887         (syms_of_print): Doc fix for `print-number-table'.
23889         * unexelf.c (unexec): Undo previous change.
23891 2002-09-17  Andreas Schwab  <schwab@suse.de>
23893         * m/alpha.h [LINUX]: Don't define DATA_START.
23895 2002-09-16  Dave Love  <fx@gnu.org>
23897         * unexelf.c (unexec): Deal with .got, reinstating change from
23898         25-08-1999.
23900 2002-09-13  Richard M. Stallman  <rms@gnu.org>
23902         * s/sol2-6.h (UNEXEC): Comment out definition.
23904         * unexsol.c (unexec): Don't downcase first letter of error msg.
23906         * xfaces.c (Fcolor_supported_p): Just one arg is required.
23908 2002-09-12  Markus Rost  <rost@math.ohio-state.edu>
23910         * unexsol.c: Include buffer.h, charset.h, coding.h.
23912 2002-09-11  Richard M. Stallman  <rms@gnu.org>
23914         * unexsol.c: Don't use report_file_error; do it by hand
23915         using dlerror.
23917         * process.c (wait_reading_process_input, both versions):
23918         Before calling turn_on_atimers, call stop_polling.
23920         * emacs.c (syms_of_emacs) <command-line-args>: Doc fix.
23922         * xdisp.c (try_scrolling): If after make_cursor_line_fully_visible
23923         we go to too_near_end, call clear_glyph_matrix.
23924         (redisplay_window): After make_cursor_line_fully_visible,
23925         call clear_glyph_matrix and bypass `goto done'.
23927         * xfns.c (x_report_frame_params): If FRAME_SCROLL_BAR_PIXEL_WIDTH is 0
23928         and we have non-toolkit scroll bars, return nil for scroll-bar-width.
23930 2002-09-10  Richard M. Stallman  <rms@gnu.org>
23932         * fileio.c (Fdo_auto_save): Catch error making directory.
23933         Only call push_message if we need to.
23934         At the same time, make an unwind-protect to pop it.
23935         Rename local message_p to old_message_p.
23936         (do_auto_save_make_dir, do_auto_save_eh): New functions.
23937         (do_auto_save_unwind): Don't call pop_message.
23939         * lisp.h (pop_message_unwind): Renamed from push_message_unwind.
23941         * keyboard.c (Fexecute_extended_command): Use pop_message_unwind.
23943         * alloc.c (Fgarbage_collect): Use pop_message_unwind.
23945         * xdisp.c (pop_message_unwind): Renamed from push_message_unwind.
23947 2002-09-10  Stefan Monnier  <monnier@cs.yale.edu>
23949         * regex.c (DISCARD_FAILURE_REG_OR_COUNT): Delete.
23950         (CHECK_INFINITE_LOOP): Don't pop anything: just set `cycle' to 1.
23951         (re_match_2_internal): Be more careful with infinite loops.
23953 2002-09-10  Kim F. Storm  <storm@cua.dk>
23955         * macros.c (end_kbd_macro): New function.
23956         (Fend_kbd_macro): Use it.
23958         * macros.h (end_kbd_macro): Declare extern.
23960         * keyboard.c (Fdiscard_input): If defining keyboard macro,
23961         end and save it instead of discarding it.
23963 2002-09-09  Markus Rost  <rost@math.ohio-state.edu>
23965         * s/sol2-6.h: Fix typo.  Add comment.
23967 2002-09-09  Richard M. Stallman  <rms@gnu.org>
23969         * regex.c (regnum_t): Use signed int, not unsigned int.
23971         * s/sol2-6.h: New file.
23973         * s/sol2-5.h (UNEXEC): Definition deleted.
23975 2002-09-08  Kim F. Storm  <storm@cua.dk>
23977         * macros.c (executing_macro_index): Change type to EMACS_INT.
23978         (syms_of_macros): DEFVAR_INT it (needed by kmacro).
23980         * macros.h (executing_macro_index): Change type to EMACS_INT.
23982 2002-09-06  Richard M. Stallman  <rms@gnu.org>
23984         * casetab.c (set_case_table): Make canon table point to eqv table.
23986 2002-09-06  Juanma Barranquero  <lektu@terra.es>
23988         * coding.c (syms_of_coding): Fix spacing.
23990         * composite.c (Fcompose_region_internal)
23991         (Fcompose_string_internal): Likewise.
23993         * data.c (Flsh): Likewise.
23995         * fontset.c (Fset_fontset_font): Likewise.
23997         * macfns.c (Fx_server_max_request_size): Likewise.
23999         * w16select.c (syms_of_win16select): Likewise.
24001         * w32select.c (syms_of_w32select): Likewise.
24003         * xselect.c (syms_of_xselect): Likewise.
24005 2002-09-05  Richard M. Stallman  <rms@gnu.org>
24007         * regex.c (set_image_of_range_1): In no-TRANSLATE case,
24008         call EXTEND_RANGE_TABLE and return a proper value.
24009         (set_image_of_range): Don't call set_image_of_range_1
24010         if no TRANSLATE or if range includes all of Latin-1.
24011         Only call it for the Latin-1 part of the range.
24012         For other cases, make two separate ranges,
24013         one for the original specified characters and one for
24014         their case-conversions.
24016 2002-09-04  Richard M. Stallman  <rms@gnu.org>
24018         * s/sol2-5.h (UNEXEC): Use unexsol.o.
24020         * window.c (displayed_window_lines): Correct for one-off bug
24021         in HEIGHT on non-window displays.
24023         * regex.c (set_image_of_range_1): New function.
24024         (set_image_of_range): Use set_image_of_range_1 for Latin-1.
24025         Return a value to indicate running out of memory.
24026         (SET_RANGE_TABLE_WORK_AREA): Check value from set_image_of_range.
24027         (extend_range_table_work_area): New subroutine.
24028         (EXTEND_RANGE_TABLE): Replaces EXTEND_RANGE_TABLE_WORK_AREA.
24029         Different calling conventions, and used from set_image_of_range{,_1}.
24030         (IMMEDIATE_QUIT_CHECK): Definitions moved.
24032 2002-09-04  Juanma Barranquero  <lektu@terra.es>
24034         * makefile.w32-in: All dependencies updated.
24036 2002-09-01  Richard M. Stallman  <rms@gnu.org>
24038         * unexsol.c: New file.
24040         * xfns.c (Qbox): Declare external, don't define.
24042         * xdisp.c (redisplay_window) <force-start case>:
24043         If point is on semi-visible last line, reposition
24044         it at previous line.
24046         * alloc.c (display_malloc_warning): Use display-warning.
24047         (malloc_warning_1): Function deleted.
24049         * alloc.c [ALLOC_DEBUG]: #undef INLINE.
24051         * lread.c (read1): Handle #! by skipping the line.
24053 2002-08-31  Richard M. Stallman  <rms@gnu.org>
24055         * Makefile.in (TEMACS_LDFLAGS): Renamed from ALL_LDFLAGS.
24056         Don't include LDFLAGS.
24057         (temacs): Pass LDFLAGS separately, and not via YMF_PASS_LDFLAGS.
24059 2002-08-31  Eli Zaretskii  <eliz@is.elta.co.il>
24061         * xdisp.c (get_window_cursor_type): Don't use x_highlight_frame
24062         member of x_display_info unless we compile for some window system.
24064 2002-08-31  Kim F. Storm  <storm@cua.dk>
24066         * xdisp.c (Valternate_cursor_type, Qalternate_cursor_type): Removed.
24067         (get_window_cursor_type): Don't use them.
24068         (syms_of_xdisp): Remove intern, staticpro, and defvar for them.
24070 2002-08-30  Kenichi Handa  <handa@etl.go.jp>
24072         * xdisp.c (get_next_display_element): Fix previous change.
24074 2002-08-30  Andrew Choi  <akochoi@shaw.ca>
24076         * macterm.c (expose_overlaps): New function (merge code from xterm.c).
24077         (expose_window): Use it to fix the display of overlapping
24078         rows (merge code from xterm.c).
24080         * macfns.c (Qbox): Add extern declaration.
24082 2002-08-30  Juanma Barranquero  <lektu@terra.es>
24084         * w32fns.c (Qbox): Make extern.
24085         (syms_of_w32fns): Remove initialization of Qbox.
24087 2002-08-30  Rune Kleveland  <runekl@viewpoint.no>  (tiny change)
24089         * xfns.c (Fx_open_connection): Fix error message.
24091 2002-08-30  Kim F. Storm  <storm@cua.dk>
24093         The following changes consolidates the handling of the cursor
24094         type in xdisp.c, moving duplicate code and functionality from
24095         xfns.c, xterm.c, w32fns.c, w32term.c, macfns.c, and macterm.c.
24097         * frame.h (enum text_cursor_kinds): Consolidated here.
24098         Added DEFAULT_CURSOR value.
24099         (struct frame) <desired_cursor, cursor_width>
24100         <blink_off_cursor, blink_off_cursor_width>: New fields.
24101         Consolidated from output_x, output_w32 and output_mac structs.
24102         (FRAME_DESIRED_CURSOR, FRAME_CURSOR_WIDTH, FRAME_BLINK_OFF_CURSOR)
24103         (FRAME_BLINK_OFF_CURSOR_WIDTH): Macros consolidated here.
24105         * xdisp.c (Qbar, Qhbar, Qbox, Qhollow, Vblink_cursor_alist):
24106         Variables consolidated here.
24107         (Valternate_cursor_type, Qalternate_cursor_type): New variables.
24108         (Vcursor_in_non_selected_windows): Renamed from
24109         cursor_in_non_selected_windows and changed to Lisp_Object.
24110         (syms_of_xdisp): Define and staticpro new and moved variables.
24111         (get_specified_cursor_type): Renamed from x_specified_cursor_type;
24112         consolidated here.  Recognize Qhollow setting.
24113         (set_frame_cursor_types): New function to set frame cursor types
24114         based on the frame parameters.
24115         (get_window_cursor_type): New function to calculate new cursor
24116         type and width for the specified window.  Based on duplicated
24117         code consolidated here.
24118         Enhancements: cursor-in-non-selected-windows may be a cursor type,
24119         check buffer-local alternate-cursor-type and blink-cursor-alist
24120         before using built-in blink off methods.
24122         * dispextern.h (cursor_in_non_selected_windows): Extern removed.
24124         * lisp.h (Qcursor_in_non_selected_windows): Extern removed.
24125         (get_specified_cursor_type, get_window_cursor_type)
24126         (set_frame_cursor_types): Added prototypes.
24128         * macfns.c (x_specified_cursor_type): Removed.
24129         (x_set_cursor_type): Use set_frame_cursor_types.
24130         (Qbar, Qbox): Removed.
24131         (syms_of_macfns): Don't intern or staticpro them.
24133         * macterm.c (x_specified_cursor_type): Remove prototype.
24134         (x_draw_bar_cursor): Use FRAME_CURSOR_WIDTH.
24135         (x_display_and_set_cursor): Use get_window_cursor_type.
24136         Remove unused local variables cursor_non_selected, active_cursor.
24137         Redraw cursor if hbar cursor width changes.
24138         (make_mac_frame): Set FRAME_DESIRED_CURSOR.
24140         * macterm.h (enum text_cursor_kinds): Removed.
24141         (struct output_mac) <current_cursor, desired_cursor, cursor_width>
24142         <blink_off_cursor, blink_off_cursor_width>: Members removed.
24143         (FRAME_DESIRED_CURSOR): Macro removed.
24145         * w32fns.c (Vblink_cursor_alist): Removed.
24146         (Qbar, Qhbar, Qbox, Qhollow): Removed.
24147         (syms_of_w32fns): Don't intern, staticpro, or define them.
24148         (x_specified_cursor_type): Removed.
24149         (x_set_cursor_type): Use set_frame_cursor_types.
24151         * w32term.c (x_specified_cursor_type): Remove prototype.
24152         (x_draw_bar_cursor): Use FRAME_CURSOR_WIDTH.
24153         (x_display_and_set_cursor): Use get_window_cursor_type.
24154         Remove unused local variables cursor_off_state.
24155         Redraw cursor if hbar cursor width changes.
24156         Changed all occurrences of w32_highlight_frame to x_highlight_frame.
24158         * w32term.h (enum text_cursor_kinds): Removed.
24159         (struct output_w32) <current_cursor, desired_cursor, cursor_width>
24160         <blink_off_cursor, blink_off_cursor_width>: Members removed.
24161         (FRAME_DESIRED_CURSOR, FRAME_CURSOR_WIDTH, FRAME_BLINK_OFF_CURSOR)
24162         (FRAME_BLINK_OFF_CURSOR_WIDTH): Macros removed.
24163         (struct w32_display_info) <x_highlight_frame>: Renamed member from
24164         w32_highlight_frame.
24166         * xfns.c (Vblink_cursor_alist): Removed.
24167         (Qbar, Qhbar, Qbox, Qhollow): Removed.
24168         (syms_of_xfns): Don't intern, staticpro, or define them.
24169         (x_specified_cursor_type): Removed.
24170         (x_set_cursor_type): Use set_frame_cursor_types.
24172         * xterm.c (x_specified_cursor_type): Remove prototype.
24173         (x_draw_bar_cursor): Use FRAME_CURSOR_WIDTH.
24174         (x_display_and_set_cursor): Use get_window_cursor_type.
24175         Remove unused local variables cursor_off_state.
24176         Redraw cursor if hbar cursor width changes.
24178         * xterm.h (enum text_cursor_kinds): Removed.
24179         (struct output_x) <current_cursor, desired_cursor, cursor_width>
24180         <blink_off_cursor, blink_off_cursor_width>: Members removed.
24181         (FRAME_DESIRED_CURSOR, FRAME_CURSOR_WIDTH, FRAME_BLINK_OFF_CURSOR)
24182         (FRAME_BLINK_OFF_CURSOR_WIDTH): Macros removed.
24183         (x_specified_cursor_type): Remove prototype.
24185 2002-08-28  Richard M. Stallman  <rms@gnu.org>
24187         * w32fns.c (x_set_cursor_type): Set FRAME_BLINK_OFF_CURSOR and
24188         FRAME_BLINK_OFF_CURSOR_WIDTH using defaults and Vblink_cursor_alist.
24189         (Vblink_cursor_alist): New variable.
24190         (syms_of_w32fns): Initialize and defvar it.
24191         (x_specified_cursor_type): Recognize Qbox for filled box.
24192         Exceptions are hollow boxes.
24193         (Qbox, Qhollow): New variables.
24194         (syms_of_w32fns): Initialize and staticpro them.
24196         * w32term.h (FRAME_BLINK_OFF_CURSOR, FRAME_BLINK_OFF_CURSOR_WIDTH):
24197         New macros.
24198         (struct w32_output): New fields blink_off_cursor,
24199         blink_off_cursor_width.
24200         (FRAME_CURSOR_WIDTH): New macro.
24202         * w32term.c (x_display_and_set_cursor): Use FRAME_BLINK_OFF_CURSOR
24203         and FRAME_BLINK_OFF_CURSOR_WIDTH for blinking cursor off.
24205         * w32term.c (x_display_and_set_cursor): Check FRAME_CURSOR_WIDTH
24206         for bar cursor.
24208         * w32term.c (expose_overlaps): New function.
24209         (expose_window): Use it to fix the display of overlapping rows.
24211 2002-08-28  Simon Josefsson  <jas@extundo.com>
24213         * xfns.c (Fx_open_connection): Improve help when X connection
24214         fails, xhost is insecure and xauth is better.
24216 2002-08-28  Juanma Barranquero  <lektu@terra.es>
24218         * makefile.w32-in: Add missing dependencies on w32term.h and
24219         composite.h.
24221         * emacs.c (USAGE1): Add missing newline.
24223 2002-08-27  Andrew Choi  <akochoi@shaw.ca>
24225         * s/darwin.h [HAVE_LIBNCURSES]: Define HAVE_TERMINFO.
24227 2002-08-27  Richard M. Stallman  <rms@gnu.org>
24229         * xfns.c (x_set_cursor_type): Set FRAME_BLINK_OFF_CURSOR and
24230         FRAME_BLINK_OFF_CURSOR_WIDTH using defaults and Vblink_cursor_alist.
24231         (Vblink_cursor_alist): New variable.
24232         (syms_of_xfns): Initialize and defvar it.
24233         (x_specified_cursor_type): Recognize Qbox for filled box.
24234         Exceptions are hollow boxes.
24235         (Qbox, Qhollow): New variables.
24236         (syms_of_xfns): Initialize and staticpro them.
24238         * xterm.h (FRAME_BLINK_OFF_CURSOR, FRAME_BLINK_OFF_CURSOR_WIDTH):
24239         New macros.
24240         (struct x_output): New fields blink_off_cursor, blink_off_cursor_width.
24242         * xterm.c (x_display_and_set_cursor): Use FRAME_BLINK_OFF_CURSOR
24243         and FRAME_BLINK_OFF_CURSOR_WIDTH for blinking cursor off.
24245         * emacs.c (main): Handle --script.
24246         (USAGE1): Mention --script.
24247         (standard_args): Define sort order for --script.
24249 2002-08-27  Gerd Moellmann  <gerd.moellmann@t-online.de>
24251         * xdisp.c (redisplay_updating_p): Variable removed.
24252         (inhibit_free_realized_faces, Qinhibit_free_realized_faces):
24253         New variables.
24254         (init_iterator): Don't free realized faces if
24255         inhibit_free_realized_faces is set.
24256         (redisplay_internal): Bind Qinhibit_free_realized_faces to nil.
24257         (syms_of_xdisp): DEFVAR_BOOL inhibit-free-realized-faces,
24258         initialize Qinhibit_free_realized_faces.
24260         * dispextern.h (PRODUCE_GLYPHS): Set inhibit_free_realized_faces
24261         when iterator is adding glyphs to a glyph matrix.
24263 2002-08-27  Kenichi Handa  <handa@etl.go.jp>
24265         * xdisp.c (get_next_display_element): In unibyte case, don't use
24266         octal form for such eight-bit characters that can be converted to
24267         multibyte char.
24269 2002-08-26  Kim F. Storm  <storm@cua.dk>
24271         * frame.c (make_terminal_frame) [CANNOT_DUMP]: Initialize
24272         foreground and background colors.  From Joe Buehler.
24274 2002-08-26  Miles Bader  <miles@gnu.org>
24276         * bytecode.c (Fbyte_code): Fsub1 can GC, so protect it.
24278 2002-08-25  Andrew Choi  <akochoi@shaw.ca>
24280         * emacs.c (main): Call init_mac_osx_environment if HAVE_CARBON is
24281         defined instead of MAC_OSX.
24283         * s/darwin.h (select): Define select to sys_select only if
24284         HAVE_CARBON is defined.
24285         (HAVE_WORKING_VFORK): #undef it.  Define vfork to fork.
24286         (DONT_REOPEN_PTY): #def it.
24288         * macterm.c (XTread_socket): Remove code to call
24289         SendEventToEventTarget for keys with command modifiers when
24290         mac_command_key_is_meta is nil.
24292 2002-08-24  Andreas Schwab  <schwab@suse.de>
24294         * eval.c (Fdefvar): Fix last change.
24296 2002-08-23  Richard M. Stallman  <rms@gnu.org>
24298         * eval.c (Fdefvar, Fdefconst, Fdefvaralias):
24299         Record variables in load history as (defvar . VAR).
24300         (Fdefvar): Don't record in load history if no initial value.
24301         (Qdefvar): New variable.
24302         (syms_of_eval): Init and staticpro it.
24304         * lread.c (syms_of_lread): Doc fix.
24305         (build_load_history): Use Fmember to see if a definition
24306         is already in the Vload_history element.
24308         * process.c (Fstart_process): Remove /: from program name.
24310         * emacs.c (decode_env_path): Don't add /: if file name handler
24311         has a `safe-magic' property.
24313         * callproc.c (Fcall_process): Remove /: from program name.
24315 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
24317         * regex.c (PATFETCH): Remove the translating fetch.
24318         (PATFETCH_RAW): Rename to PATFETCH.
24319         (set_image_of_range): New fun.
24320         (SET_RANGE_TABLE_WORK_AREA): Use it.
24321         (regex_compile): Don't translate the pattern chars so eagerly.
24322         Only do it when inserting an `exactn' bytecode or when handling
24323         a char-range.
24324         (mutually_exclusive_p): Avoid empty statement.
24326 2002-08-22  Kim F. Storm  <storm@cua.dk>
24328         * xdisp.c (redisplay_window): Do not `goto try_to_scroll' when we
24329         end up on a partially visible line; this reverts a specific part
24330         of the 2002-07-07 change by Richard M. Stallman to "fix" a nasty
24331         display error which has been reported several times now.
24332         However it introduces the problem that changes was supposed to fix.
24333         See my comments in the source if you want to debug this further.
24335 2002-08-20  Kenichi Handa  <handa@etl.go.jp>
24337         * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
24339 2002-08-19  Eli Zaretskii  <eliz@is.elta.co.il>
24341         * msdos.c (croak): Add `void' to definition.
24343         * sysdep.c (request_sigio, unrequest_sigio) [MSDOS]:
24344         Don't define them, they are defined in msdos.c.
24346         * mem-limits.h [MSDOS]: Declare etext.
24348         * fileio.c (Ffile_name_directory) [DOS_NT]: Don't declare `beg'
24349         `const' since CORRECT_DIR_SEPS modifies its target.
24351 2002-08-19  Kim F. Storm  <storm@cua.dk>
24353         * keyboard.c (Fclear_this_command_keys): Add optional arg
24354         KEEP-RECORD to avoid clearing lossage when we just want to clear
24355         the current key sequence (kmacro needs this).
24357 2002-08-19  Kenichi Handa  <handa@localhost>
24359         * composite.c (run_composition_function): Call FUNC if it is fboundp.
24361         * composite.h (COMPOSITION_MODIFICATION_FUNC): If PROP is not a
24362         cons, return Qnil.
24364 2002-08-17  Richard M. Stallman  <rms@gnu.org>
24366         * s/sol2-5.h (BROKEN_SIGIO): Add #undef.
24368         * sysdep.c [!VMS]: Include sys/files.h.
24370         * editfns.c (save_restriction_restore): Defend from unchained marker.
24372         * buffer.c (overlays_at): Handle extending vec uniformly.
24373         (overlays_in): Handle extending vec from length 0 as in overlays_at.
24375 2002-08-15  Andrew Choi  <akochoi@shaw.ca>
24377         * mac.c (init_mac_osx_environment): New function.
24379         * emacs.c (main) [MAC_OSX]: Call init_mac_osx_environment.
24381 2002-08-14  Kim F. Storm  <storm@cua.dk>
24383         * macros.c (Fstart_kbd_macro): Added NO-EXEC argument to inhibit
24384         executing macro before appending to it (when used from Lisp).
24385         (Fexecute_kbd_macro): Added LOOPFUNC argument to supply function
24386         which is called prior to each iteration of macro (for kmacro.el).
24387         (Fend_kbd_macro, Fcall_last_kbd_macro): Likewise.
24389         * lisp.h (Fexecute_kbd_macro): Update prototype.
24391         * keyboard.c (Fcommand_execute): Update call to Fexecute_kbd_macro.
24393 2002-08-14  Kenichi Handa  <handa@etl.go.jp>
24395         * xselect.c (QUTF8_STRING): New variable.
24396         (symbol_to_x_atom): Pay attention to QUTF8_STRING.
24397         (x_atom_to_symbol): Likewise.
24398         (x_get_local_selection): New argument local_request.  If it is
24399         nonzero, call handler_fn with the second arg nil.
24400         (x_handle_selection_request): Call x_get_local_selection with
24401         local_request 0.
24402         (lisp_data_to_selection_data): Don't encode the string here.
24403         (Fx_get_selection_internal): Call x_get_local_selection with
24404         local_request 1.
24405         (syms_of_xselect): Intern and staticpro QUTF8_STRING.
24407         * xterm.c (x_term_init): Initialize dpyinfo->Xatom_UTF8_STRING.
24409         * xterm.h (struct x_display_info): New member Xatom_UTF8_STRING.
24411 2002-08-13  Richard M. Stallman  <rms@gnu.org>
24413         * minibuf.c (Fminibufferp): New function.
24414         (syms_of_minibuf): Defsubr it.
24415         (Fminibuffer_prompt_end): Handle non-minibuffers specially.
24417 2002-08-13  Gerd Moellmann  <gerd.moellmann@t-online.de>
24419         * coding.c (Funencodable_char_position): Lisp_Object/int mixup.
24421 2002-08-12  Richard M. Stallman  <rms@gnu.org>
24423         * syswait.h: Only the include of sys/wait.h tests HAVE_SYS_WAIT_H.
24424         [!VMS] (WCOREDUMP, WEXITSTATUS, WIFEXITED, WIFSTOPPED, WIFSIGNALED)
24425         (WSTOPSIG, WTERMSIG): Define each one independently if not defined
24426         already.
24428         * buffer.c (syms_of_buffer) <fill-column>: Doc fix.
24430 2002-08-11  Andrew Choi  <akochoi@shaw.ca>
24432         * macterm.c (XTmouse_position): Check wp with is_emacs_window.
24433         (Vmac_pass_command_to_system): New variable.
24434         (Vmac_pass_control_to_system): New variable.
24435         (do_mouse_moved): Check wp with is_emacs_window.
24436         (XTread_socket): Check window_ptr with is_emacs_window.
24437         Call FrontNonFloatingWindow instead of FrontWindow.  Send keydown
24438         events back to Mac Toolbox for processing, depending on values of
24439         Vmac_pass_command_to_system and Vmac_pass_control_to_system.
24440         (syms_of_macterm): DEFVAR_LISP Vmac_pass_command_to_system and
24441         Vmac_pass_control_to_system.
24443 2002-08-10  Kenichi Handa  <handa@etl.go.jp>
24445         * coding.c (unencodable_char_position): New function.
24446         (Funencodable_char_position): New function.
24447         (syms_of_coding): Defsubr Funencodable_char_position.
24449 2002-08-10  Andrew Choi  <akochoi@shaw.ca>
24451         * mac.c (sys_select) [MAC_OSX]: New function.
24453         * macterm.c (MakeMeTheFrontProcess): New function.
24454         (mac_initialize): Call MakeMeTheFrontProcess.
24456         * s/darwin.h: Define select to sys_select.
24458 2002-08-09  Richard M. Stallman  <rms@gnu.org>
24460         * keyboard.c (make_lispy_event): Test WINDOWSNT, not WINDOWS_NT.
24462 2002-08-09  Gerd Moellmann  <gerd.moellmann@t-online.de>
24464         * xdisp.c (forward_to_next_line_start): Return 0 when reaching the
24465         end of the buffer.
24467 2002-08-08  Ken Raeburn  <raeburn@gnu.org>
24469         * coding.c (Ffind_operation_coding_system): Fix Lisp_Object/int mixup.
24471         * puresize.h (BASE_PURESIZE): Increase to 910000.
24473 2002-08-08  Kenichi Handa  <handa@etl.go.jp>
24475         * coding.c (Ffind_operation_coding_system): For write-region, if
24476         VISIT is a filename, make it the target.
24478 2002-08-07  Richard M. Stallman  <rms@gnu.org>
24480         * alloc.c (mark_object): Detect long lists for debugging.
24481         (mark_object_loop_halt): New variable.
24483         * s/hpux10.h (C_SWITCH_SYSTEM): #undef it.
24485         * data.c (Fmake_variable_frame_local): Doc fix.
24487 2002-08-01  David Ponce  <david@dponce.com>
24489         * w32menu.c (local_heap, local_alloc, local_free): New macros.
24490         (malloc_widget_value, free_widget_value)
24491         (w32_free_submenu_strings): Use them.
24493         (push_submenu_start, push_submenu_end, push_left_right_boundary)
24494         (push_menu_pane, push_menu_item, single_keymap_panes)
24495         (single_menu_item, Fx_popup_menu, menubar_selection_callback)
24496         (single_submenu, set_frame_menubar)
24497         (w32_menu_show, w32_dialog_show): Use AREF, ASET, ASIZE.
24499         (Fx_popup_menu): Don't show pop up menu until preceding one is
24500         actually cleaned up.  Moved UNGCPRO outside #ifdef HAVE_MENUS block.
24502         * w32menu.c: Changes adapted from xmenu.c
24503         (set_frame_menubar): First parse all submenus,
24504         then make widget_value trees from them.
24505         Don't allocate any widget_value objects
24506         until we are done with the parsing.
24507         (parse_single_submenu): New function.
24508         (digest_single_submenu): New function.
24509         (single_submenu): Function deleted, replaced by those two.
24511 2002-08-04  Andrew Choi  <akochoi@shaw.ca>
24513         * macterm.c (XTread_socket): Check that FrontNonFloatingWindow
24514         returns a valid window pointer before proceeding for keyDown and
24515         autoKey events.
24517 2002-08-03  Andrew Choi  <akochoi@shaw.ca>
24519         * macterm.c (USE_CARBON_EVENTS): New macro.
24520         (macCtrlKey, macShiftKey, macMetaKey, macAltKey): New macros.
24521         (x_iconify_frame): Call CollapseWindow.
24522         (Vmac_reverse_ctrl_meta): New variable.
24523         (Vmac_wheel_button_is_mouse_2): New variable.
24524         (init_mac_drag_n_drop): New function.
24525         (mac_do_receive_drag): New function.
24526         (mac_handle_service_event): New function.
24527         (init_service_handler): New function.
24528         (mac_to_emacs_modifiers): New function.
24529         (mac_event_to_emacs_modifiers): New function.
24530         (mac_get_mouse_btn): New function.
24531         (mac_convert_event_ref): New function.
24532         (XTread_socket) [USE_CARBON_EVENTS]: Call ReceiveNextEvent,
24533         SendEventToEventTarget, mac_event_to_emacs_modifiers, and
24534         mac_get_mouse_btn.
24535         (mac_initialize): Call init_mac_drag_n_drop and init_service_handler.
24537         * keyboard.c: Define Qmouse_wheel, mouse_wheel_syms, and
24538         lispy_mouse_wheel_names for MAC_OSX as well as for WINDOWS_NT.
24539         (kbd_buffer_get_event): Set used_mouse_menu for MENU_BAR_EVENT and
24540         TOOL_BAR_EVENT for MAC_OS as well.
24541         (make_lispy_event): Handle MOUSE_WHEEL_EVENT for MAC_OSX as well
24542         as for WINDOWS_NT.
24543         (syms_of_keyboard): Initialize Qmouse_wheel for MAC_OSX.
24545         * termhooks.h (event_kind): Define MOUSE_WHEEL_EVENT also for MAC_OSX.
24547 2002-08-03  Gerd Moellmann  <gerd.moellmann@t-online.de>
24549         * xdisp.c (forward_to_next_line_start): Fix a condition that
24550         lead to a newline being skipped.
24552 2002-08-02  Andrew Choi  <akochoi@shaw.ca>
24554         * mac.c (syms_of_mac): Defsubr Sx_selection_exists_p.
24556 2002-08-01  Richard M. Stallman  <rms@gnu.org>
24558         * Makefile.in (SOME_MACHINE_OBJECTS): Add fontset.o.
24560 2002-07-31  Andrew Choi  <akochoi@shaw.ca>
24562         * macfns.c: #undef init_process before #define-ing it.
24564         * s/darwin.h: Define MAC_OS, SYMS_SYSTEM, and OTHER_FILES only if
24565         HAVE_CARBON is defined.
24567 2002-07-31  Richard M. Stallman  <rms@gnu.org>
24569         * xmenu.c (set_frame_menubar): First parse all submenus,
24570         then make widget_value trees from them.
24571         Don't allocate any widget_value objects
24572         until we are done with the parsing.
24573         (parse_single_submenu): New function.
24574         (digest_single_submenu): New function.
24575         (single_submenu): Function deleted, replaced by those two.
24577 2002-07-30  Juanma Barranquero  <lektu@terra.es>
24579         * w32proc.c (syms_of_ntproc): Fix docstring of
24580         `w32-get-true-file-attributes'.
24582 2002-07-28  Richard M. Stallman  <rms@gnu.org>
24584         * s/hpux8.h (HPUX8): Define this before including hpux.h.
24585         (HAVE_SYS_WAIT_H): #define deleted; we let Autoconf decide.
24587         * s/hpux.h (HAVE_SYS_WAIT_H): The #undef is conditional on HPUX8.
24589         * keyboard.c (make_lispy_event):
24590         Use #ifdef to test USE_TOOLKIT_SCROLL_BARS.
24591         Explicitly clear up_modifier in event->modifiers.
24593 2002-07-27  Richard M. Stallman  <rms@gnu.org>
24595         * xterm.h (FRAME_CURSOR_WIDTH): New macro.
24597         * xterm.c (x_display_and_set_cursor): Check FRAME_CURSOR_WIDTH
24598         for bar cursor.
24600 2002-07-26  Kenichi Handa  <handa@etl.go.jp>
24602         * coding.c (detect_coding_iso2022): While checking a byte sequence
24603         for CODING_CATEGORY_MASK_ISO_8_2, if we read one extra byte, check
24604         it in the normal loop.
24606 2002-07-24  Gerd Moellmann  <gerd.moellmann@t-online.de>
24608         * xterm.c (expose_overlaps): New function.
24609         (expose_window): Use it to fix the display of overlapping rows.
24611         * xdisp.c (unwind_redisplay): Clear redisplay_updating_p.
24613 2002-07-23  Ken Raeburn  <raeburn@gnu.org>
24615         * lisp.h (XPNTR): Use NO_UNION_TYPE version for union as well,
24616         since it only depends on XUINT.
24618         * m/alpha.h (BITS_PER_LONG, BITS_PER_EMACS_INT, EMACS_INT,
24619         EMACS_UINT, SPECIAL_EMACS_INT, DATA_SEG_BITS,
24620         PNTR_COMPARISON_TYPE, VALBITS, MARKBIT, XINT, XUINT, XPNTR):
24621         Macros deleted.
24623         * mem-limits.h (start_of_data): If DATA_START is defined, prefer
24624         its value over other approaches.
24625         * sysdep.c (start_of_data): Don't define the function if a macro
24626         form has been defined.
24628 2002-07-23  Gerd Moellmann  <gerd.moellmann@t-online.de>
24630         * xdisp.c (redisplay_updating_p): New variable.
24631         (init_iterator): Don't free realized faces when
24632         redisplay_updating_p is set.
24633         (redisplay_internal): Set redisplay_updating_p while updating
24634         the display.
24636 2002-07-23  Richard M. Stallman  <rms@gnu.org>
24638         * editfns.c (Fmessage): Treat "" like nil.
24640 2002-07-23  Kenichi Handa  <handa@etl.go.jp>
24642         * xdisp.c (face_before_or_after_it_pos):
24643         Call FETCH_MULTIBYTE_CHAR with byte postion, not char position.
24645 2002-07-22  Juanma Barranquero  <lektu@terra.es>
24647         * callproc.c (init_callproc) [DOS_NT]:
24648         Initialize Vshared_game_score_directory to nil.
24649         (syms_of_callproc) [DOS_NT]: Likewise.
24651 2002-07-22  Gerd Moellmann  <gerd.moellmann@t-online.de>
24653         * xdisp.c (display_line): Replace an abort with xassert.
24655 2002-07-21  Richard M. Stallman  <rms@gnu.org>
24657         * xdisp.c (redisplay_window): Don't test BEG_UNCHANGED
24658         and END_UNCHANGED when setting buffer_unchanged_p.
24659         Use current_matrix_up_to_date_p to decide whether to use
24660         try_cursor_movement.
24662         * config.in (HAVE_SHARED_GAME_DIR): Undef deleted.
24664         * epaths.in (PATH_GAME): New macro, edited by ../Makefile.in.
24666         * callproc.c (init_callproc): Set up Vshared_game_score_directory.
24667         Set to nil if dir does not exist.
24668         (syms_of_callproc): Init unconditionally and simply.
24670         * buffer.c (Fbuffer_list): Doc fix.
24672 2002-07-21  Ken Raeburn  <raeburn@gnu.org>
24674         * sysdep.c (end_of_text, end_of_data): Unused functions deleted.
24676         * buffer.c (mmap_realloc): When shrinking, make sure number of
24677         pages to unmap is rounded towards zero.
24679         * m/mips-siemens.h (XSETUINT, XSETPNTR): Unused macros deleted.
24680         (XSETINT): Deleted.
24682         * m/att3b.h (XINT): Don't define.
24683         (VALBITS, VALMASK, XTYPE): Deleted.
24684         (DATA_SEG_BITS): Define.
24685         * m/gec63.h (VALBITS, VALAMASK, XTYPE, XSETTYPE, XPNTR, XSET,
24686         ARRAY_MARK_FLAG): Deleted.
24687         (DATA_SEG_BITS): Define.
24688         * m/pfa50.h (VALBITS, VALMASK, XTYPE): Deleted.
24689         (DATA_SEG_BITS): Define.
24691 2002-07-20  Richard M. Stallman  <rms@gnu.org>
24693         * print.c (print_error_message): New args CONTEXT and CALLER.
24694         Calls changed.
24696         * lisp.h (print_error_message): Declare new args.
24698         * keyboard.c (cmd_error_internal): Pass Vsignaling_function
24699         and CONTEXT to print_error_message, don't print them here.
24700         For a Quit, don't use Vsignaling_function.
24701         Call message_log_maybe_newline.
24703         * Makefile.in (xsmfns.o): Don't depend on lisp.h.
24705 2002-07-20  Kim F. Storm  <storm@cua.dk>
24707         * xdisp.c (redisplay_window): Test MODIFF to set buffer_unchanged_p.
24709 2002-07-19  Ken Raeburn  <raeburn@gnu.org>
24711         * bytecode.c (struct byte_stack): Pointers into byte string now
24712         point to const.
24713         * callproc.c (Fcall_process): Make NEW_ARGV array hold pointer to
24714         const.
24715         * charset.h (BCOPY_SHORT): Source pointer now points to const.
24716         * coding.c (encode_eol, detect_coding, detect_eol):
24717         (decode_coding, encode_coding, detect_coding_system):
24718         Source strings now treated as const.
24719         (decode_coding_string, encode_coding_string): Use STRING_COPYIN to
24720         modify Lisp string contents.
24721         * coding.h (decode_coding, encode_coding, detect_coding,
24722         detect_eol): Declarations updated.
24723         * composite.c (compose_chars_in_text): Treat Lisp string contents
24724         as const.
24725         * dispnew.c (safe_bcopy): Source pointer now points to const.
24726         * lisp.h (STRING_COPYIN): New macro.
24727         (detect_coding_system, safe_bcopy, temp_output_buffer_setup):
24728         (internal_with_output_to_temp_buffer): Declarations updated.
24729         * print.c (temp_output_buffer_setup):
24730         (internal_with_output_to_temp_buffer): Buffer name argument is now
24731         pointer to const.
24732         * sound.c (struct sound_device): Function pointer field "write"
24733         buffer argument now points to const.
24734         (vox_write): Buffer argument points to const.
24735         * syntax.c (Fstring_to_syntax, skip_chars): Treat Lisp string
24736         contents as const.
24737         * sysdep.c (emacs_write): Buffer pointer now const.
24738         * term.c (encode_terminal_code): Buffer pointer now const.
24739         * xfaces.c (may_use_scalable_font_p): Argument now points to const.
24740         (x_face_list_fonts, x_update_menu_appearance):
24741         (hash_string_case_insensitive): Treat Lisp string contents as const.
24743 2002-07-19  Juanma Barranquero  <lektu@terra.es>
24745         * xdisp.c (syms_of_xdisp): Remove redundant deprecation info.
24747         * fileio.c (syms_of_fileio): Likewise.
24748         (Ffile_name_as_directory): Fix argument name in docstring.
24749         (file_name_as_directory): Use literal '/' instead of DIRECTORY_SEP.
24751 2002-07-18  Richard M. Stallman  <rms@gnu.org>
24753         * data.c (Fdefalias): Doc fix.
24755 2002-07-17  Dave Love  <fx@gnu.org>
24757         * intervals.h (text_property_stickiness): Use P_.
24759         * ccl.c: Remove `emacs' conditionals.
24760         (ccl_backtrace_table): Fix size spec.
24761         (ccl_driver): Fix type errors.
24763 2002-07-16  Ken Raeburn  <raeburn@gnu.org>
24765         * alloc.c (xstrdup, make_string, make_unibyte_string)
24766         (make_multibyte_string, build_string): String pointer args now
24767         point to const.
24768         * charset.c (find_charset_in_text, c_string_width):
24769         (chars_in_text, multibyte_chars_in_text, parse_str_as_multibyte):
24770         * fileio.c (report_file_error):
24771         * insdel.c (copy_text, count_size_as_multibyte, insert_1):
24772         (count_combining_before, count_combining_after, insert_1_both):
24773         (insert, insert_and_inherit, insert_string):
24774         (insert_before_markers, insert_before_markers_and_inherit):
24775         * lread.c (intern, oblookup, hash_string):
24776         * minibuf.c (temp_echo_area_glyphs):
24777         * search.c (fast_c_string_match_ignore_case):
24778         * sysdep.c (emacs_open, set_file_times):
24779         * xfaces.c (xstricmp):
24780         * xdisp.c (store_frame_title, string_char_and_length):
24781         (message_dolog, message2, message2_nolog, set_message): Likewise.
24782         (set_message_1): Cast message string argument to const pointer.
24783         * editfns.c (general_insert_function): Insertion function now
24784         takes pointer to const for input data.
24785         * charset.h (find_charset_in_text, c_string_width):
24786         (parse_str_as_multibyte): Declarations updated.
24787         * dispextern.h (xstricmp): Declaration updated.
24788         * lisp.h (chars_in_text, multibyte_chars_in_text, copy_text):
24789         (count_size_as_multibyte, count_combining_before):
24790         (count_combining_after, insert_1, insert_1_both, message_dolog):
24791         (insert, insert_and_inherit, insert_before_markers)
24792         (insert_before_markers_and_inherit, set_message, message2):
24793         (message2_dolog, build_string, make_string, make_unibyte_string):
24794         (make_multibyte_string, intern, oblookup, report_file_error):
24795         (fast_c_string_match_ignore_case, temp_echo_area_glyphs):
24796         (emacs_open, xstrdup): Declarations updated.
24797         * systime.h (set_file_times): Declaration updated.
24799         * charset.c (find_charset_in_text, lisp_string_width): Use const
24800         for pointer to lisp string data.
24801         * charset.h (FETCH_STRING_CHAR_ADVANCE):
24802         (FETCH_STRING_CHAR_ADVANCE_NO_CHECK):
24803         * coding.c (Ffind_coding_systems_region_interval):
24804         * fileio.c (Ffile_name_directory, Ffile_name_nondirectory):
24805         (Fmake_directory_internal, Fdelete_directory):
24806         (Ffile_name_absolute_p, Fwrite_region, double_dollars):
24807         * fontset.c (font_family_registry, fs_query_fontset):
24808         (list_fontsets):
24809         * frame.c (Fframe_parameter):
24810         * keyboard.c (cmd_error_internal):
24811         * keymap.c (Fdescribe_buffer_bindings):
24812         * lread.c (complete_filename_p, openp):
24813         * minibuf.c (Fminibuffer_complete_word):
24814         * xdisp.c (string_pos_nchars_ahead, init_from_display_pos):
24815         (face_before_or_after_it_pos, next_element_from_string):
24816         (get_overlay_arrow_glyph_row, display_mode_element):
24817         (decode_mode_spec_coding):
24818         * xterm.c (same_x_server): Likewise.
24820         * buffer.c (reset_buffer_local_variables): Delete "#if 0"
24821         settings of non-existent fields.
24823         * editfns.c (Fstring_to_char): Don't use XSTRING/XSETSTRING to
24824         copy a lisp value.
24826         * lread.c (Fintern_soft): Use string macros instead of
24827         Lisp_String fields.
24828         * keyboard.c (echo_char, parse_modifiers_uncached):
24829         (parse_solitary_modifier, Fexecute_extended_command): Likewise.
24830         * textprop.c (validate_interval_range, interval_of): Likewise.
24832         * fontset.c (Fset_fontset_font): Use SDATA instead of XSTRING()->data.
24834         * charset.h (FETCH_STRING_CHAR_ADVANCE)
24835         (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SBYTES instead of
24836         XSTRING()->size_byte.
24838         * lisp.h (SDATA, SREF): Produce rvalue.
24839         (SSET): New macro.
24840         * alloc.c (make_event_array): Use SSET for storing into a string.
24841         * buffer.c (Fother_buffer): Use SREF when retrieving a byte from
24842         a string.
24843         * casefiddle.c (casify_object): Use SSET.
24844         * charset.h (FETCH_STRING_CHAR_ADVANCE)
24845         (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA when getting
24846         address of string contents.
24847         * data.c (Faref): Use SDATA.
24848         (Faset): Use SDATA, SSET.
24849         * dired.c (directory_files_internal): Use SSET.
24850         * fileio.c (Fmake_symbolic_link, Fexpand_file_name): Use SSET.
24851         (Fread_file_name): Use SREF, SSET.
24852         * fns.c (concat): Use SSET.
24853         (concat, Fdelete): Use SDATA.
24854         * insdel.c (insert_from_string_1): Use SDATA.
24855         * keyboard.c (Fevent_convert_list): Use SREF.
24856         * lread.c (Fload): Use SDATA, SSET.
24857         * macfns.c (validate_x_resource_name): Use SSET.
24858         * process.c (status_message): Use SSET.
24859         * search.c (wordify): Use SDATA.
24860         (Freplace_match): Use SREF.
24861         * w32fns.c (validate_x_resource_name): Use SSET.
24862         * xfns.c (validate_x_resource_name): Use SSET.
24863         * xterm.c (x_catch_errors, x_clear_errors): Use SSET.
24865 2002-07-16  Richard M. Stallman  <rms@gnu.org>
24867         * s/hpux11.h (USG_SUBTTY_WORKS): Defined.
24869         * xdisp.c (reconsider_clip_changes):
24870         Don't test prevent_redisplay_optimizations_p.
24871         (redisplay_internal): Test prevent_redisplay_optimizations_p
24872         along with clip_changed in some cases.
24873         (try_window_id): Likewise.
24874         (redisplay_window): New local var buffer_unchanged_p.
24876         * keyboard.c (cmd_error) [HAVE_X_WINDOWS]: Maybe call cancel_houglass.
24878         * process.c (create_process): Test USG_SUBTTY_WORKS.
24879         (process_send_signal): Clean up handling of GID.
24880         Detect errors in ioctls meant to set GID.
24882         * window.c (temp_output_buffer_show):
24883         Don't set prevent_redisplay_optimizations_p.
24885 2002-07-15  Juanma Barranquero  <lektu@terra.es>
24887         * eval.c (Fdefvaralias): Add docstring argument.
24889 2002-07-15  Ken Raeburn  <raeburn@gnu.org>
24891         * lisp.h (STRING_INTERVALS): Produce rvalue.
24892         (STRING_SET_INTERVALS): New macro.
24893         * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Use it.
24894         * fns.c (Fstring_as_multibyte): Likewise.
24895         * intervals.c (balance_possible_root_interval, delete_interval)
24896         (create_root_interval, copy_intervals_to_string): Likewise.
24897         * textprop.c (set_text_properties): Likewise.  Use NULL_INTERVAL
24898         instead of 0.
24900 2002-07-14  Ken Raeburn  <raeburn@gnu.org>
24902         * lisp.h (STRING_SET_CHARS): New macro.
24903         (SCHARS, SBYTES): Produce rvalues.
24904         * dired.c (directory_files_internal): Use STRING_SET_CHARS.
24905         * fns.c (concat): Likewise.
24906         * lread.c (read_vector): Likewise.
24908         * lisp.h (SMBP): Delete.  All uses changed to STRING_MULTIBYTE.
24909         (STRING_SET_UNIBYTE): New macro.
24910         (SET_STRING_BYTES): Delete.  Callers (all of which supplied a
24911         length of -1) changed to use STRING_SET_UNIBYTE.
24912         * abbrev.c, alloc.c, buffer.c, bytecode.c, callint.c, callproc.c,
24913         casefiddle.c, category.c, ccl.c, charset.c, charset.h, coding.c,
24914         composite.c, data.c, dired.c, dispnew.c, disptab.h, doc.c,
24915         dosfns.c, editfns.c, emacs.c, eval.c, fileio.c, filelock.c, fn.c,
24916         fontset.c, frame.c, indent.c, insdel.c, intervals.c, keyboard.c,
24917         keymap.c, lread.c, mac.c, macfns.c, macmenu.c, macterm.c,
24918         minibuf.c, msdos.c, print.c, process.c, search.c, sound.c,
24919         sunfns.c, syntax.c, syntax.h, sysdep.c, textprop.c, undo.c,
24920         w16select.c, w32.c, w32fns.c, w32menu.c, w32proc.c, w32select.c,
24921         w32term.c, window.c, xdisp.c, xfaces.c, xfns.c, xmenu.c,
24922         xselect.c, xsmfns.c, xterm.c: Most uses of XSTRING combined with
24923         STRING_BYTES or indirection changed to SCHARS, SBYTES,
24924         STRING_INTERVALS, SREF, SDATA; explicit size_byte references left
24925         unchanged for now.
24927 2002-07-13  Kim F. Storm  <storm@cua.dk>
24929         * keyboard.c (command_loop_1): Invert check on Vmemory_full.
24931 2002-07-12  Richard M. Stallman  <rms@gnu.org>
24933         * fileio.c (Fwrite_region): Doc fix.
24935         * print.c (print_error_message): Don't handle Vsignaling_function here.
24937         * keyboard.c (cmd_error_internal): Handle Vsignaling_function here.
24938         (command_loop_1): Avoid certain actions after memory-full error.
24940         * eval.c (Fsignal): Don't call cancel_hourglass.
24941         For a memory-full error, don't call Vsignal_hook_function
24942         and don't set Vsignaling_function.
24944         * process.c (process_send_signal): Add abort call.
24946 2002-07-11  Markus Rost  <rost@math.ohio-state.edu>
24948         * keymap.c (Fkey_binding): Fix typo.
24950 2002-07-11  Richard M. Stallman  <rms@gnu.org>
24952         * alloc.c (Vmemory_full): New variable.
24953         (Vmemory_signal_data): Rename from memory_signal_data.
24954         Uses changed.
24955         (syms_of_alloc): Defvar them.
24956         (memory_full, buffer_memory_full): Set Vmemory_full.
24958         * lisp.h (Vmemory_full): Add declaration.
24959         (current_column, indented_beyond_p): Change declaration.
24961         * indent.c (last_known_column): Declare as double, not float.
24962         (current_column, current_column_1, string_display_width)
24963         (position_indentation): Return `double'.
24964         (indented_beyond_p): Arg `column' is `double'.  Callers changed.
24966         * xdisp.c (message_dolog): Do nothing if Vmemory_full is non-nil.
24967         (back_to_previous_visible_line_start)
24968         (reseat_at_next_visible_line_start, next_element_from_buffer):
24969         Use `double', not `float', when calling indented_beyond_p.
24971         * s/hpux11.h (BROKEN_SA_RESTART): Define.
24973         * sysdep.c (sys_signal): Test BROKEN_SA_RESTART.
24975 2002-07-11  Juanma Barranquero  <lektu@terra.es>
24977         * alloc.c, buffer.c, bytecode.c, callint.c, callproc.c, coding.c,
24978         * composite.c, dired.c, dispnew.c, editfns.c, emacs.c, eval.c,
24979         * fileio.c, fns.c, insdel.c, keyboard.c, keymap.c, lread.c, macfns.c,
24980         * macmenu.c, macros.c, minibuf.c, print.c, process.c, sound.c,
24981         * textprop.c, w32fns.c, w32menu.c, window.c, xfaces.c, xfns.c,
24982         * xmenu.c, xselect.c, xterm.c: Use SPECPDL_INDEX wherever makes sense.
24984 2002-07-10  Juanma Barranquero  <lektu@terra.es>
24986         * lisp.h (SPECPDL_INDEX): Rename from BINDING_STACK_SIZE.
24987         All callers changed.
24989 2002-07-09  Stefan Monnier  <monnier@cs.yale.edu>
24991         * data.c (Fdefalias): Add an optional `docstring' argument.
24992         (set_internal, Fsetq_default): Use XCAR/XCDR.
24994         * composite.c (HASH_VALUE, HASH_KEY):
24995         * ccl.c (HASH_VALUE): Remove (it's in lisp.h now).
24997 2002-07-09  Kenichi Handa  <handa@etl.go.jp>
24999         * callproc.c (Fcall_process): Fix previous change.
25001 2002-07-07  Stefan Monnier  <monnier@cs.yale.edu>
25003         * minibuf.c (Ftry_completion, Fall_completions, Ftest_completion):
25004         Add support for hash-tables.
25005         (Ftry_completion): Return t even if the string appears multiple times.
25007         * fns.c (Fnconc): Use XCDR.
25008         (Fprovide): Use CONSP and XCDR.
25009         (HASH_KEY, HASH_VALUE, HASH_NEXT, HASH_HASH, HASH_INDEX)
25010         (HASH_TABLE_SIZE): Delete: moved to lisp.h.
25011         (Fmake_hash_table): Accept `:size nil'.
25012         (Fmakehash): Delete: moved to subr.el.
25013         (syms_of_fns): Don't defsubr makehash.
25015         * lisp.h (HASH_KEY, HASH_VALUE, HASH_NEXT, HASH_HASH, HASH_INDEX)
25016         (HASH_TABLE_SIZE): Move from fns.c.
25018 2002-07-07  Richard M. Stallman  <rms@gnu.org>
25020         * xdisp.c (make_cursor_line_fully_visible): Don't try short scrolls.
25021         Instead just return 0 when there is something to be done.
25022         (try_scrolling): If make_cursor_line_fully_visible returns 0,
25023         retry scrolling as if cursor were off the bottom.
25024         (try_cursor_movement): If make_cursor_line_fully_visible returns 0,
25025         return CURSOR_MOVEMENT_MUST_SCROLL.
25026         (redisplay_window): If make_cursor_line_fully_visible returns 0,
25027         go to try_to_scroll.
25029         * buffer.c (Fbuffer_local_value): Store current value into its binding
25030         so we get the up-to-date value for the binding that is loaded.
25032         * eval.c (Fdefmacro): Doc fix.
25034 2002-07-05  Dave Love  <fx@gnu.org>
25036         * keyboard.c (read_key_sequence): Set initial_idleness_start_time
25037         correctly.
25039         * ccl.c (Vtranslation_hash_table_vector, GET_HASH_TABLE)
25040         (HASH_VALUE, CCL_LookupIntConstTbl, CCL_LookupCharConstTbl): New.
25041         (ccl_driver): Add cases for CCL_LookupIntConstTbl,
25042         CCL_LookupCharConstTbl.
25043         (syms_of_ccl): Defvar translation-hash-table-vector.
25045 2002-07-05  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
25047         * xdisp.c: Remove unused variable `face'.
25049 2002-07-04  Juanma Barranquero  <lektu@terra.es>
25051         * keyboard.c (post_command_idle_hook): Remove redundant (and inexact)
25052         obsolescence information.
25054 2002-07-03  Andrew Choi  <akochoi@shaw.ca>
25056         * macterm.c (x_list_fonts): Fix comment.  Cache fonts matching
25057         pattern.  Search cache first.
25058         (init_font_name_table): Also add entry for jisx0201.1976-0 coding
25059         for Japanese font.
25060         (XLoadQueryFont): Use it.
25062 2002-07-02  Richard M. Stallman  <rms@gnu.org>
25064         * keymap.c (Fdefine_key): Doc fix.
25066         * xterm.c (x_term_init): Turn off polling around XtOpenDisplay.
25068 2002-07-02  Juanma Barranquero  <lektu@terra.es>
25070         * keymap.c (syms_of_keymap): Fix typo.
25072 2002-07-01  Andrew Choi  <akochoi@shaw.ca>
25074         * s/darwin.h: Define POSIX_SIGNALS.
25076         * macterm.c (do_ae_open_documents) [MAC_OSX]: Call FSpMakeFSRef
25077         and FSRefMakePath to convert FSSpec returned with Apple Event to
25078         Posix pathname.
25079         (mac_initialize) [TARGET_API_MAC_CARBON]:
25080         Call init_required_apple_events and disable the `Quit' menu item
25081         provided automatically by the Carbon Toolbox.
25083 2002-07-01  Dave Love  <fx@gnu.org>
25085         * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
25086         for K&R.
25088         * xterm.c: Fix prototype for K&R.
25090         * term.c (costs_set): Declare static, non-initialized for pcc.
25092 2002-07-01  Richard M. Stallman  <rms@gnu.org>
25094         * keyboard.c (timer_last_idleness_start_time): New variable.
25095         (timer_start_idle): Set that.
25096         (read_key_sequence): Use that to reset timer_idleness_start_time
25097         to previous value.
25099         * window.c (Frecenter): With arg, set optional_new_start.
25101         * xdisp.c (redisplay_internal): Make optional_new_start really work.
25103         * minibuf.c (Fminibuffer_complete_and_exit): Move to end of
25104         buffer for completion.
25106 2002-06-29  Ken Raeburn  <raeburn@gnu.org>
25108         * xdisp.c (store_mode_line_string): Lisp_Object/int mixup.
25110 2002-06-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
25112         * keyboard.c (readable_filtered_events): New function that filters
25113         FOCUS_IN_EVENT depending on parameter.
25114         (readable_events): Calls readable_filtered_events, not filtering
25115         FOCUS_IN_EVENT.
25116         (get_filtered_input_pending): New function, filtering parameter passed
25117         to readable_filtered_events.
25118         (get_input_pending): Calls get_filtered_input_pending, not filtering
25119         FOCUS_IN_EVENT.
25120         (Finput_pending_p): Calls get_filtered_input_pending, DO filter
25121         FOCUS_IN_EVENT.
25123         * xterm.h (struct x_output): Add focus_state.
25125         * xterm.c (x_focus_changed): New function.
25126         (x_detect_focus_change): New function.
25127         (XTread_socket): Call x_detect_focus_change for FocusIn/FocusOut
25128         EnterNotify and LeaveNotify to track X focus changes.
25130 2002-06-28  Andreas Schwab  <schwab@suse.de>
25132         * lisp.h: Remove duplicate declaration of code_convert_string_norecord.
25134 2002-06-27  Kim F. Storm  <storm@cua.dk>
25136         * xdisp.c (mode_line_string_list, mode_line_string_face)
25137         (mode_line_string_face_prop): New variables.
25138         (store_mode_line_string): New function.
25139         (display_mode_element): Use store_mode_line_string to
25140         add mode-line string elements to mode_line_string_list
25141         when mode_line_string_list is non-nil.
25142         (Fformat_mode_line): Now returns propertized string by
25143         default.  New arg NO-PROPS to ignore properties.
25144         (decode_mode_spec): Only add two dashes for %- in propertized
25145         mode-line string.
25146         (syms_of_xdisp): Init and staticpro mode_line_string_list.
25148 2002-06-27  Stefan Monnier  <monnier@cs.yale.edu>
25150         * minibuf.c (minibuffer_completion_contents): Add return type.
25152 2002-06-27  Juanma Barranquero  <lektu@terra.es>
25154         * charset.c (Fchar_bytes): Remove obsolescence info from docstring.
25156 2002-06-26  Juanma Barranquero  <lektu@terra.es>
25158         * fileio.c (read_file_name_cleanup): Add missing return.
25160 2002-06-26  Richard M. Stallman  <rms@gnu.org>
25162         * window.c (Frecenter): Don't set force_start flag.
25164         * minibuf.c (do_completion, Fminibuffer_complete_word)
25165         (Fminibuffer_completion_help): Complete just the text before point.
25166         (minibuffer_completion_contents): New function.
25168         * buffer.c (Fbury_buffer): Use frames_discard_buffer.
25170         * frame.c (frames_bury_buffer): Function deleted.
25172 2002-06-25  Miles Bader  <miles@gnu.org>
25174         * callint.c (Fcall_interactively): When checking to see if doprnt hit
25175         the end of callint_message, allow for a terminating '\0'.
25177 2002-06-24  Juanma Barranquero  <lektu@terra.es>
25179         * w32select.c: Include composite.h.
25181         * w16select.c: Likewise.
25183 2002-06-24  Kenichi Handa  <handa@etl.go.jp>
25185         * callproc.c (Fcall_process): If code detection is necessary,
25186         call detect_coding directly here.
25188         * coding.c (detect_eol): Preserve coding->cmp_data.
25190         * w16select.c (Fw16_get_clipboard_data):
25191         * w32fns.c (w32_to_x_font):
25192         * w32select.c (Fw32_get_clipboard_data):
25193         * xselect.c (selection_data_to_lisp_data):
25194         * xterm.c (XTread_socket): Disable composition handling.
25196 2002-06-24  Stefan Monnier  <monnier@cs.yale.edu>
25198         * print.c (temp_output_buffer_setup): Kill all local variables.
25200 2002-06-22  Stefan Monnier  <monnier@cs.yale.edu>
25202         * lread.c (Fread): Remove redundant and imprecise declaration.
25204         * xfns.c (check_x_display_info): Use check_x_frame.
25206         * .gdbinit (xprintsym): Use the new `xname' field.
25207         (xsymbol): Use it.
25209 2002-06-22  Jason Rumney  <jasonr@gnu.org>
25211         * w32fns.c (file_dialog_callback): New function.
25212         (Fx_file_dialog): Allow selecting directories as well as files.
25214 2002-06-21  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
25216         * m/pmax.h (START_FILES): Define START_FILES for NetBSD and
25217         OpenBSD.  Add support for mipseb-*-netbsd* machines.
25219 2002-06-17  Andrew Choi  <akochoi@shaw.ca>
25221         * macterm.c (mac_scroll_area): Set foreground and backcolor to
25222         black and white before scrolling.  Restore frame background and
25223         foreground color after scrolling.
25224         (do_window_update): Call XClearWindow before calling expose_frame.
25225         (make_mac_frame): Don't set FRAME_BACKGROUND_PIXEL and
25226         FRAME_FOREGROUND_PIXEL of frame.
25228         * macterm.c (XTread_socket): If Vmac_command_key_is_meta is nil,
25229         test Mac command key as <ALT> key.
25231 2002-06-17  Stefan Monnier  <monnier@cs.yale.edu>
25233         * window.c (Fset_window_configuration): Lisp_Object/int mixup.
25235         * keyboard.c (read_key_sequence): Be more careful with first_unbound.
25236         Lookup keys in function-key-map immediately so that key-translation-map
25237         can be applied earlier.
25238         Remove function_key_possible and key_translation_possible, replaced
25239         by checking `keytran_start < t'.
25241         * .gdbinit (xsymbol): Use the new `xname' field.
25243 2002-06-17  Andrew Choi  <akochoi@shaw.ca>
25245         * macterm.c (XTread_socket): If Vmac_command_key_is_meta is nil,
25246         test Mac command key as <ALT> key.
25248         * mac.c (do_applescript): Call initialize_applescript if necessary
25249         when first called.  Dispose of result_desc only when there is no error.
25250         (Fdo_applescript): Use %d format specifier instead of %ld.
25252 2002-06-16  Andrew Choi  <akochoi@shaw.ca>
25254         * macterm.c (XTread_socket): Call FrontNonFloatingWindow instead
25255         of FrontWindow for cases keyDown and autoKey.
25257         * fontset.c (syms_of_fontset) [MAC_OS]: Set ASCII font of
25258         Vdefault_fontset to Monaco with mac-roman coding.
25260         * mac.c, macfns.c, macmenu.c, macterm.c: Undefine and redefine
25261         init_process before and after inclusion of Carbon/Carbon.h, resp.
25263         * macterm.c (x_new_font): Set font for normal_gc, reverse_gc, and
25264         cursor_gc.
25265         (add_font_name_table_entry): New function.
25266         (init_font_name_table): Use add_font_name_table_entry; add italic,
25267         bold, and bold-italic entries for truetype fonts.
25269         * xfaces.c (init_frame_faces) [MAC_OS]: Call realize_basic_faces
25270         for Mac too.
25271         (try_font_list) [MAC_OS]: If no font matches given registry, try
25272         fonts with any registry matching face_family.
25273         (realize_x_face) [MAC_OS]: Remove old ad-hoc fix to load font here.
25275         * s/darwin.h: If autoconf detects the Ncurses library, define
25276         LIBS_TERMCAP to -lncurses to use it.
25278 2002-06-16  Eli Zaretskii  <eliz@is.elta.co.il>
25280         * strftime.c [__hpux]: Include sys/_mbstate_t.h.
25282 2002-06-15  Richard M. Stallman  <rms@gnu.org>
25284         * window.c (Fset_window_configuration): Explicitly preserve
25285         the point value that new_current_buffer had at the start.
25287 2002-06-14  Juanma Barranquero  <lektu@terra.es>
25289         * composite.c (Fcompose_region_internal, Fcompose_string_internal):
25290         Fix typos.
25292 2002-06-14  Kim F. Storm  <storm@cua.dk>
25294         * insdel.c (insert_1_both, insert_from_string_1)
25295         (insert_from_buffer_1): Recalculate END_UNCHANGED in case the
25296         insert happened in the end_unchanged region.  Otherwise, the
25297         redisplay may be confused and duplicate the last line in the
25298         buffer [seen after save-buffer when require-final-newline==t].
25300 2002-06-13  Jason Rumney  <jasonr@gnu.org>
25302         * w32.c (init_environment): Remove EMACSLOCKDIR.
25303         (stat): Swap _S_IFDIR and _S_IFREG.
25305 2002-06-13  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
25307         * keyboard.c, macterm.c, macmenu.c, msdos.c, sysdep.c
25308         * termhooks.h, xmenu.c, xsmfns.c, xterm.h, xterm.c, w32term.c,
25309         * w32menu.c, w32inevt.c: Rename enum event_kind as follows:
25310         ascii_keystroke to ASCII_KEYSTROKE_EVENT, multibyte_char_keystroke
25311         to MULTIBYTE_CHAR_KEYSTROKE_EVENT, non_ascii_keystroke to
25312         NON_ASCII_KEYSTROKE_EVENT, timer_event to TIMER_EVENT, mouse_click
25313         to MOUSE_CLICK_EVENT, mouse_wheel to MOUSE_WHEEL_EVENT,
25314         language_change_event to LANGUAGE_CHANGE_EVENT, scroll_bar_click
25315         to SCROLL_BAR_CLICK_EVENT, w32_scroll_bar_click to
25316         W32_SCROLL_BAR_CLICK_EVENT, selection_request_event to
25317         SELECTION_REQUEST_EVENT, selection_clear_event to
25318         SELECTION_CLEAR_EVENT, buffer_switch_event to BUFFER_SWITCH_EVENT,
25319         delete_window_event to DELETE_WINDOW_EVENT, iconify_event to
25320         ICONIFY_EVENT, deiconify_event to DEICONIFY_EVENT,
25321         menu_bar_activate_event to MENU_BAR_ACTIVATE_EVENT, drag_n_drop to
25322         DRAG_N_DROP_EVENT, save_session_event to SAVE_SESSION_EVENT and
25323         no_event to NO_EVENT.
25325 2002-06-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
25327         * macmenu.c: Remove declaration of Qmouse_click and Qevent_kind.
25329 2002-06-12  Stefan Monnier  <monnier@cs.yale.edu>
25331         * intervals.c (textget): Don't forget to `return'.
25332         (lookup_char_property): Use XCAR/XCDR.
25334 2002-06-12  Juanma Barranquero  <lektu@terra.es>
25336         * xdisp.c (Fformat_mode_line): Fix typo.
25338 2002-06-12  Kim F. Storm  <storm@cua.dk>
25340         * xdisp.c (Fformat_mode_line): New function.
25341         (frame_title_buf, frame_title_buf_end, frame_title_ptr)
25342         (store_frame_title_char, store_frame_title): Use unconditionally.
25343         (init_xdisp): Defsubr Fformat_mode_line.
25344         Initialize frame_title_buf etc. unconditionally.
25346 2002-06-11  Stefan Monnier  <monnier@cs.yale.edu>
25348         * keyboard.c (read_key_sequence):
25349         Remove prev_(fkey|keytran}_(map|start|end) since we don't want to pass
25350         things through those maps after downcasing events.
25351         Enforce that keytran_end <= fkey_start, i.e. that key-translation-map
25352         applies after function-key-map.
25353         Make sure that keytran can be done in the middle in the sequence.
25354         Be careful not to throw away events past the one we downcase.
25356         * lread.c (read_integer): Remove unused var `tem'.
25357         (read1): Fix int/Lisp_Object mixup.
25359         * xfaces.c (tty_lookup_color): Type bool/Lisp_Object mismatch fixed.
25361 2002-06-11  Richard M. Stallman  <rms@gnu.org>
25363         * keyboard.c (readable_events): Ignore any number of
25364         FOCUS_IN_EVENT events and return 0 if nothing else in buffer.
25366 2002-06-09  Miles Bader  <miles@gnu.org>
25368         * xfaces.c (Ftty_supports_face_attributes_p): New function.
25369         (parse_rgb_list, tty_lookup_color): New functions.
25370         (tty_defined_color): Use `tty_lookup_color' to do all the work.
25371         (color_distance, Fcolor_distance): New functions.
25372         (TTY_SAME_COLOR_THRESHOLD): New macro.
25373         (Qtty_color_standard_values): New variable.
25374         (syms_of_xfaces): Initialize new vars & functions.
25376 2002-06-08  Colin Walters  <walters@verbum.org>
25378         * textprop.c (Vchar_property_alias_alist): New variable.
25379         (syms_of_textprop) <Vchar_property_alias_alist>: DEFVAR_LISP.
25381         * intervals.c (lookup_char_property): New function for looking up
25382         overlay and text properties, created from textget.
25383         (textget): Use it.
25385         * intervals.h (lookup_char_property): Declare.
25386         (Vchar_property_alias_alist): Declare.
25388         * buffer.c (Foverlay_get): Use lookup_char_property.
25390 2002-06-07  Sam Steingold  <sds@gnu.org>
25392         * xselect.c (lisp_data_to_selection_data): Fix last change:
25393         *data_ret is not a Lisp string, while unibyte_string is.
25395 2002-06-07  Eli Zaretskii  <eliz@is.elta.co.il>
25397         * xselect.c (lisp_data_to_selection_data): Fix last change:
25398         set size_ret.
25400 2002-06-07  Andreas Schwab  <schwab@suse.de>
25402         * m/amdx86-64.h: New file.
25404 2002-06-05  Eli Zaretskii  <eliz@is.elta.co.il>
25406         * fns.c (Fstring_make_unibyte): Doc fix.
25408         * xselect.c (lisp_data_to_selection_data): If the requested type
25409         is STRING, call string_make_unibyte to encode the selected text
25410         as a string.
25412         * window.c (Fset_window_hscroll): Doc fix.
25414 2002-06-05  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
25416         * fileio.c (choose_write_coding_system):
25417         Call select-safe-coding-system properly.
25419 2002-06-03  Richard M. Stallman  <rms@gnu.org>
25421         * xdisp.c (message_with_string): Error if STRING is not a string.
25423         * fns.c (md5): Pass FILE arg to Vselect_safe_coding_system_function.
25425         * fileio.c (choose_write_coding_system): Pass FILE arg to
25426         Vselect_safe_coding_system_function.
25428 2002-06-03  Ken Raeburn  <raeburn@gnu.org>
25430         * buffer.c (fix_overlays_before): Fix list-walking bug in 05-19 change.
25432 2002-06-02  Thien-Thi Nguyen  <ttn@gnu.org>
25434         * bytecode.c (Fbyte_code): Cast `current_column' return value to int.
25435         * cmds.c (Fdelete_backward_char, internal_self_insert): Likewise.
25436         * keymap.c (describe_command): Likewise.
25437         * minibuf.c (read_minibuf): Likewise.
25439         * xdisp.c (redisplay_internal, redisplay_window, decode_mode_spec):
25440         Cast `current_column' return value to int.
25441         (back_to_previous_visible_line_start)
25442         (reseat_at_next_visible_line_start, next_element_from_buffer):
25443         Cast `indented_beyond_p' 3rd arg to float.
25445         * indent.c (last_known_column): Now a float.
25446         (current_column_1, position_indentation, current_column)
25447         (string_display_width): Return float.
25448         (Fcurrent_column): Cast `current_column' return value to int.
25449         (Fcurrent_indentation): Cast `position_indentation' retval to int.
25450         (indented_beyond_p): Third arg now a float.
25451         (compute_motion, vmotion): Cast `indented_beyond_p' 3rd arg to float.
25453         * lisp.h (current_column): Now returns float.
25454         (indented_beyond_p): 3rd arg now a float.
25456 2002-05-31  Eli Zaretskii  <eliz@is.elta.co.il>
25458         * xfns.c (x_encode_text): Return stringp non-NULL if coding_system
25459         is Qcompound_text_with_extensions.
25461         * xselect.c (lisp_data_to_selection_data): Always set selection
25462         type as string if x_encode_text returns streingp non-NULL.
25464         * s/netbsd.h: Include /usr/pkg in the run time shared library path.
25466 2002-05-30  Richard M. Stallman  <rms@gnu.org>
25468         * window.c (Fset_window_configuration): Correct the handling
25469         of point in current buffer, to work with multiple windows.
25471 2002-05-29  Colin Walters  <walters@verbum.org>
25473         * lread.c (Fread_from_string): Don't depend on order of evaluation
25474         for C function parameters.
25476 2002-05-28  Richard M. Stallman  <rms@gnu.org>
25478         * xterm.c (x_display_and_set_cursor): Change the cursor in the same
25479         way for blinked-off state and for a nonselected window.
25481         * window.c (window_scroll_pixel_based): Don't call Fbolp;
25482         instead, see if the new start pos is at beginning of line.
25484         * fileio.c (Fwrite_region): If START is a string, don't
25485         make any annotations.
25487         * eval.c (syms_of_eval): Doc fix.
25489 2002-05-28  Colin Walters  <walters@debian.org>
25491         * emacs.c (USAGE1): Add --no-splash.
25492         (standard_args): Ditto.
25494 2002-05-28  Colin Walters  <walters@gnu.org>
25496         * lread.c (readchar_count): New variable.
25497         (readchar): Increment it.
25498         (unreadchar): Decrement it.
25499         (read_multibyte): Decrement it.
25500         (Vread_with_symbol_positions): New variable.
25501         (Vread_symbol_positions_list): New variable.
25502         (read_internal_start): New function, created from Fread and
25503         Fread_from_string.  Handle Vread_symbol_positions_list and
25504         Vread_with_symbol_positions.
25505         (readevalloop, Fread, Fread_from_string): Use it.
25506         (read1): Use readchar_count to add symbol positions to
25507         Vread_symbol_positions_list if Vread_with_symbol_positions is non-nil.
25508         (syms_of_lread): DEFVAR_LISP and initialize them.
25510         * lread.c (read0, read1, read_list, read_vector, read_multibyte)
25511         (substitute_object_recurse, substitute_object_in_subtree)
25512         (substitute_in_interval): Prototype.
25513         (read_multibyte): Return c if it's less than zero.
25515 2002-05-28  Kim F. Storm  <storm@cua.dk>
25517         * fileio.c (Fread_file_name_internal): Added brute-force
25518         speed up for using predicate file-directory-p.
25520 2002-05-28  Kim F. Storm  <storm@cua.dk>
25522         * fileio.c (Vread_file_name_function, Vread_file_name_predicate):
25523         New variables.
25524         (syms_of_fileio): DEFVAR_LISP them.
25525         (read_file_name_cleanup): New unwind function.
25526         (Fread_file_name_internal): Only return completions satifying
25527         Vread_file_name_predicate.  Temporarily unwind protect and rebind
25528         default-directory while checking completions against the predicate.
25529         (Fread_file_name): Added PREDICATE argument.  Specbind it to
25530         Vread_file_name_predicate during completion.
25531         Call Vread_file_name_function to read the file name if non-nil.
25533         * lisp.h (Fread_file_name): Now has 6 args.
25535         * callint.c (Fcall_interactively) <"D">: Supply Qfile_directory_p
25536         predicate for Fread_file_name when reading directory name.
25537         Supply Qnil for predicate in other calls to Fread_file_name.
25539 2002-05-26  Miles Bader  <miles@gnu.org>
25541         * term.c (tty_capable_p): New function.
25542         * dispextern.h (tty_capable_p): New function declaration.
25543         (TTY_CAP_INVERSE, TTY_CAP_UNDERLINE, TTY_CAP_BOLD, TTY_CAP_DIM)
25544         (TTY_CAP_BLINK, TTY_CAP_ALT_CHARSET): New macros.
25546 2002-05-23  Stefan Monnier  <monnier@cs.yale.edu>
25548         * fileio.c (read_non_regular, Finsert_file_contents): Use BEG_BYTE.
25549         (Finsert_file_contents, build_annotations): Use XCAR, XCDR.
25550         (Vwrite_region_annotate_functions): Docstring fix.
25552 2002-05-23  Kim F. Storm  <storm@cua.dk>
25554         * xterm.c (x_write_glyphs): Clear phys_cursor_on_p if current
25555         phys_cursor's hpos is overwritten.  This is still not completely
25556         correct, as it doesn't really make sense to use hpos at all to
25557         get the cursor glyph (as that is relative to the width of the
25558         characters on the line, which may have changed during the update).
25560 2002-05-22  Jason Rumney  <jasonr@gnu.org>
25562         * w32fns.c (enumfont_t): Remove tail, make pattern a normal
25563         Lisp_Object.
25564         (enum_font_cb2, enum_font_maybe_add_to_list, w32_list_fonts):
25565         Use modified enumfont_t struct.
25567         * w32term.h (text_cursor_kinds): New enumeration member HBAR_CURSOR.
25569         * w32term.c (x_draw_bar_cursor): New argument KIND; callers changed.
25570         Handle the `hbar' cursor type.
25571         (x_display_and_set_cursor): Handle the HBAR_CURSOR case.
25573         * w32fns.c (Qhbar): New variable.
25574         (x_specified_cursor_type): Use it.
25576 2002-05-21  Ken Raeburn  <raeburn@gnu.org>
25578         * w32fns.c (enum_font_maybe_add_to_list): Use XCDR_AS_LVALUE for
25579         now, when the address is needed.
25581 2002-05-21  Colin Walters  <walters@gnu.org>
25583         * Makefile.in (shortlisp): Add font-core.el.
25585 2002-05-20  Richard M. Stallman  <rms@gnu.org>
25587         * buffer.c (syms_of_buffer) <cursor-type>: Doc fix.
25589         * keyboard.c (read_char_minibuf_menu_prompt): Don't list
25590         equivalent key bindings here.
25592 2002-05-20  Ken Raeburn  <raeburn@gnu.org>
25594         Change symbol structure to contain a lisp object for the symbol
25595         name:
25596         * lisp.h (struct Lisp_Symbol): Replace field "name" with a lisp
25597         object field named "xname".
25598         (SYMBOL_NAME): New macro.
25599         * abbrev.c (write_abbrev): Use SYMBOL_NAME instead of XSYMBOL and
25600         name field.
25601         * alloc.c (Fmake_symbol): Set symbol xname field instead of name.
25602         (mark_object, gc_sweep): Use symbol xname field and XSTRING
25603         instead of name field.
25604         * buffer.c (buffer_slot_type_mismatch): Use XSTRING and
25605         SYMBOL_NAME instead of XSYMBOL and name field.
25606         * callint.c (Fcall_interactively): Use XSTRING and SYMBOL_NAME
25607         instead of XSYMBOL and name field.
25608         * charset.c (Fdefine_charset, Fdeclare_equiv_charset): Use XSTRING
25609         and SYMBOL_NAME instead of XSYMBOL and name field.
25610         * coding.c (Fread_coding_system, code_convert_region1)
25611         (code_convert_string1, code_convert_string_norecord)
25612         (Ffind_operation_coding_system): Use SYMBOL_NAME instead of
25613         XSYMBOL and name field.
25614         * data.c (Fkeywordp, Fsymbol_name, store_symval_forwarding)
25615         (Fmake_variable_buffer_local, Fmake_local_variable)
25616         (Fmake_variable_frame_local): Use SYMBOL_NAME and XSTRING instead
25617         of XSYMBOL and name field.
25618         * editfns.c (Fformat): Use SYMBOL_NAME and XSTRING instead of
25619         XSYMBOL and name field.
25620         * emacs.c (shut_down_emacs) [#if 0]: Use SYMBOL_NAME and XSTRING
25621         instead of XSYMBOL and name field.
25622         * eval.c (do_autoload): Use SYMBOL_NAME and XSTRING instead of
25623         XSYMBOL and name field.
25624         * fns.c (Fstring_equal, Fstring_lessp, Frequire, sxhash):
25625         Use SYMBOL_NAME and XSTRING instead of XSYMBOL and name field.
25626         * fontset.c (Fset_fontset_font): Use SYMBOL_NAME and XSTRING
25627         instead of XSYMBOL and name field.
25628         * keyboard.c (echo_char, record_char, parse_modifiers_uncached)
25629         (parse_modifiers, apply_modifiers, Fevent_convert_list)
25630         (parse_solitary_modifier, Fexecute_extended_command):
25631         Use SYMBOL_NAME and XSTRING instead of XSYMBOL and name field.
25632         * keymap.c (silly_event_symbol_error, Fsingle_key_description)
25633         (Fdescribe_buffer_bindings): Use SYMBOL_NAME and XSTRING instead
25634         of XSYMBOL and name field.
25635         (describe_command, describe_translation): Use SYMBOL_NAME and
25636         assignment instead of XSYMBOL and name field and XSETSTRING.
25637         * lread.c (Fintern_soft, oblookup): Use SYMBOL_NAME and XSTRING
25638         instead of XSYMBOL and name field.
25639         (Funintern): Use SYMBOL_NAME and assignment instead of XSYMBOL and
25640         name field and XSETSTRING.
25641         * macfns.c (parse_image_spec): Use SYMBOL_NAME and XSTRING instead
25642         of XSYMBOL and name field.
25643         * minibuf.c (Fread_command, Fread_variable): Use SYMBOL_NAME and
25644         assignment instead of XSYMBOL and name field and XSETSTRING.
25645         * print.c (print_error_message, print_object): Use SYMBOL_NAME and
25646         XSTRING instead of XSYMBOL and name field.
25647         * process.c (set_socket_options, Fsignal_process): Use SYMBOL_NAME
25648         and XSTRING instead of XSYMBOL and name field.
25649         * w32fns.c (parse_image_spec, w32_parse_hot_key): Use SYMBOL_NAME
25650         and XSTRING instead of XSYMBOL and name field.
25651         * xfaces.c (merge_face_vector_with_property): Use SYMBOL_NAME and
25652         XSTRING instead of XSYMBOL and name field.
25653         * xfns.c (parse_image_spec): Use SYMBOL_NAME and XSTRING instead
25654         of XSYMBOL and name field.
25655         * xselect.c (symbol_to_x_atom, x_get_foreign_selection):
25656         Use SYMBOL_NAME and XSTRING instead of XSYMBOL and name field.
25658 2002-05-19  Ken Raeburn  <raeburn@gnu.org>
25660         * lisp.h (LISP_MAKE_RVALUE): Delete disabled version, making XCAR
25661         and XCDR real rvalues in most configurations.
25663         * buffer.c (fix_overlays_in_range, fix_overlays_before):
25664         Don't take the address of the cdr part of a cons cell; instead, track
25665         the parent cell and call XSETCDR, or set the variable for the head
25666         of the list if we haven't started down the list yet.
25668 2002-05-19  Richard M. Stallman  <rms@gnu.org>
25670         * doc.c (reread_doc_file): Don't ask for confirmation.
25672 2002-05-18  Jason Rumney  <jasonr@gnu.org>
25674         * w32fns.c (w32_create_pixmap_from_bitmap_data): New function.
25675         (xbm_load_image): Use it.
25676         (xbm_load): Ditto.
25677         (xbm_read_bitmap_data): Reverted to xfns.c version.
25678         From David Ponce <david@dponce.com>.
25680 2002-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
25682         * msdos.c (sig_suspender, sigprocmask): Don't define for DJGPP
25683         2.02 and later.
25685 2002-05-16  Juanma Barranquero  <lektu@terra.es>
25687         * keyboard.c (Fthis_command_keys, Fthis_command_keys_vector): Fix typo.
25689 2002-05-15  Stefan Monnier  <monnier@cs.yale.edu>
25691         * keyboard.c (read_char_x_menu_prompt): Use an equivalent but more
25692         meaningful test.
25693         (read_char_minibuf_menu_prompt): Fix typo.
25695 2002-05-15  Eli Zaretskii  <eliz@is.elta.co.il>
25697         * eval.c (Fcommandp): Doc fix.
25699 2002-05-13  Stefan Monnier  <monnier@cs.yale.edu>
25701         * keymap.c (keymap_parent): New fun, extracted from Fkeymap_parent.
25702         (Fkeymap_parent, keymap_memberp, fix_submap_inheritance): Use it.
25703         (Fset_keymap_parent): Gcpro a bit more.
25704         (access_keymap): Gcpro around meta_map call and around the main loop.
25705         (get_keyelt): Gcpro when following indirect references.
25706         (copy_keymap_item): New fun, extracted from Fcopy_keymap.
25707         (copy_keymap_1, Fcopy_keymap): Use it.  Don't copy the parent map.
25708         (Fdefine_key, Flookup_key): Gcpro before calling get_keymap.
25709         Remove useless ad-hoc remap code.
25711 2002-05-13  Richard M. Stallman  <rms@gnu.org>
25713         * search.c (search_buffer): Give up boyer moore search if inverse
25714         translation change charset_base.
25716 2002-05-12  Eli Zaretskii  <eliz@is.elta.co.il>
25718         * coding.c (decode_coding) <coding_type_ccl>: If a lone CR
25719         characters is carried over from the previous block of text, adjust
25720         coding->produced to account for the extra character.
25722 2002-05-11  Andreas Schwab  <schwab@suse.de>
25724         * coding.c (intersection): Keep the elements of the returned list
25725         in the same order as in the first list.
25727 2002-05-11  Kim F. Storm  <storm@cua.dk>
25729         * keymap.c (current_minor_maps): Fix resizing of cmm_maps;
25730         only update cmm_size if realloc actually succeeds.
25731         Testing with initial size of 2 elements revealed that using
25732         realloc on GNU/Linux would cause a random trap in xmalloc
25733         later on, so I rewrote the code to use malloc/bcopy/free instead
25734         of realloc.
25736 2002-05-10  Jason Rumney  <jasonr@gnu.org>
25738         * w32fns.c (enum_font_cb2): Avoid DBCS raster fonts.
25740 2002-05-10  Eli Zaretskii  <eliz@is.elta.co.il>
25742         * coding.c (encode_coding_sjis_big5): Enclose bitwise AND in
25743         parens, to ensure correct evaluation order.
25745 2002-05-10  Kim F. Storm  <storm@cua.dk>
25747         * keymap.c (Vemulation_mode_map_alists): New variable.
25748         (syms_of_keymap): DEFVAR_LISP it.
25749         (current_minor_maps): Process keymap alists in that list before
25750         minor-mode-overriding-map-alist and minor-mode-map-alist.
25752 2002-05-09  Richard M. Stallman  <rms@gnu.org>
25754         * search.c (Freplace_match): Doc fix.
25756 2002-05-09  Kim F. Storm  <storm@cua.dk>
25758         * macterm.c (x_draw_image_foreground, x_draw_image_foreground_1):
25759         Enlarge cursor rectangle drawn around image with non-zero relief.
25761         * w32term.c (x_draw_image_foreground, w32_draw_image_foreground_1):
25762         Enlarge cursor rectangle drawn around image with non-zero relief.
25764         * xterm.c (x_draw_image_foreground, x_draw_image_foreground_1):
25765         Enlarge cursor rectangle drawn around image with non-zero relief.
25767 2002-05-07  Eli Zaretskii  <eliz@is.elta.co.il>
25769         * xselect.c (lisp_data_to_selection_data): Don't set selection
25770         type if comes from the Lisp object's car.  If the selection
25771         contains a pure ASCII text, always return QSTRING as its type.
25773 2002-05-06  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
25775         * mac.c (mac-cut-function): Doc fix.
25777 2002-05-05  Richard M. Stallman  <rms@gnu.org>
25779         * s/gnu.h [DOUG_LEA_MALLOC] (REL_ALLOC): Undefine it.
25781 2002-05-04  Jason Rumney  <jasonr@gnu.org>
25783         * keyboard.c (make_lispy_event) <mouse-wheel>: Set count to 1
25784         for event-click-count.
25786         * process.c (init_process): Only add server subfeature if we can
25787         use non-blocking I/O.
25789 2002-05-04  Andrew Choi  <akochoi@shaw.ca>
25791         * macterm.c (XTread_socket): Call WaitNextEvent once instead of
25792         repeatedly.
25794 2002-05-03  Jason Rumney  <jasonr@gnu.org>
25796         * process.c (Fmake_network_process): Only support server sockets
25797         when we can make them non-blocking.
25799         * s/ms-w32.h (HAVE_SELECT): Define.
25801         * w32.h (FILE_NDELAY): New flag.
25803         * w32.c (sys_getpeername, fcntl): New functions.
25804         (_sys_read_ahead): Temporarily block on non-blocking sockets.
25806         * w32proc.c: Include sys/file.h.
25808 2002-05-03  Colin Walters  <walters@verbum.org>
25810         * callproc.c (Vgame_score_directory): Renamed to
25811         Vshared_game_score_directory.
25813 2002-04-30  Richard M. Stallman  <rms@gnu.org>
25815         * s/gnu.h [emacs]: Include stdio.h.
25816         (GNU_LIBRARY_PENDING_OUTPUT_COUNT): New definition, conditional.
25818         * eval.c (do_autoload): Error if called while preparing to dump.
25820         * fns.c (Frequire): Error if need to load while preparing to dump.
25822 2002-04-28  Colin Walters  <walters@verbum.org>
25824         * callproc.c (Vgame_score_directory) [!HAVE_SHARED_GAME_DIR]:
25825         Default to "~/.emacs.d/games".
25827 2002-04-29  Stefan Monnier  <monnier@cs.yale.edu>
25829         * lread.c (openp): Change arg exec_only to predicate.
25830         (build_load_history): Use XCAR/XCDR.
25831         (Flocate_file_internal): New fun.
25832         (syms_of_lread): Defsubr it.
25833         (Fload): Update call to openp.
25835         * lisp.h (openp): Update prototype.
25837         * xfns.c (x_create_bitmap_from_file, x_find_image_file):
25838         * w32proc.c (sys_spawnve):
25839         * w32fns.c (x_create_bitmap_from_file, x_find_image_file):
25840         * w32.c (check_windows_init_file):
25841         * sound.c (Fplay_sound_internal):
25842         * process.c (Fstart_process):
25843         * macfns.c (x_create_bitmap_from_file, x_find_image_file):
25844         * mac.c (run_mac_command):
25845         * emacs.c (init_cmdargs):
25846         * callproc.c (Fcall_process): Update call to openp.
25848         * textprop.c (remove_properties): Don't use XCAR without CONSP.
25850         * xterm.c (XTread_socket): Disable the Xutf8LookupString code.
25852 2002-04-29  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
25854         * dispextern.h (DEFAULT_TOOL_BAR_BUTTON_MARGIN)
25855         (DEFAULT_TOOL_BAR_BUTTON_RELIEF): Change default values.
25857 2002-04-28  Richard M. Stallman  <rms@gnu.org>
25859         * minibuf.c (Fall_completions, Ftry_completion): New arg to Fcommandp.
25861         * eval.c (Fcommandp): New arg for_call_interactively.
25862         * lisp.h (Fcommandp): Declare new arg.
25864 2002-04-28  Jason Rumney  <jasonr@gnu.org>
25866         * w32proc.c (syms_of_w32proc): Get true file attributes by default.
25868         * w32.c (stat, fstat): Use file index information to generate
25869         inodes for directories where available.
25871 2002-04-26  Andrew Choi  <akochoi@shaw.ca>
25873         * Makefile.in (C_SWITCH_SYSTEM_TEMACS): Add.
25874         [HAVE_CARBON]: Include Mac object files.
25876         * alloc.c, callproc.c, dispextern.h, dispnew.c, emacs.c,
25877         fontset.c, frame.c, frame.h, keyboard.c, sysdep.c, term.c,
25878         termcap.c, window.c, xdisp.c, xfaces.c: Use macros MAC_OS8,
25879         MAC_OSX, and MAC_OS instead of macintosh.
25881         * editfns.c [MAC_OS8]: Include stdio.h.
25883         * emacs.c [MAC_OS8]: Call mac_initialize instead of x_term_init.
25885         * fontset.c [MAC_OS]: Set Vdefault_fontset to ETL Fixed instead of
25886         Apple Monaco.
25888         * process.c (QCfamily, QCfilte): Declare extern.
25889         (wait_reading_process_input) [MAC_OSX]: Clear bit for stdin before
25890         calling select.
25892         * termcap.c [MAC_OSX]: Don't define tgetnum, PC, tputs, and tgetent.
25894         * tparam.c [MAC_OSX]: Don't define BC and UP.
25896         * config.in [HAVE_CARBON]: Add.
25898         * mac.c, macgui.h, macfns.c, macmenu.c, macterm.c, macterm.h:
25899         Move here from mac/src and mac/inc.
25901         * s/darwin.h, m/powermac.h, unexmacosx.c: New files.
25903 2002-04-26  Gerd Moellmann  <gerd@gnu.org>
25905         * xterm.c (x_draw_phys_cursor_glyph): Undo last change.
25906         Compute phys_cursor_width from the x position returned
25907         by x_draw_glyhs, which is cheaper.
25908         (x_display_and_set_cursor): Compute the buffer-local value
25909         of `cursor-in-non-selected-windows' only when needed.
25911 2002-04-25  Gerd Moellmann  <gerd@gnu.org>
25913         * xterm.c (x_draw_phys_cursor_glyph): Take into account that a box
25914         cursor on a stretch glyph has a width that depends on
25915         x_stretch_cursor_p.
25917 2002-04-25  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
25919         * abbrev.c (abbrev-start-location): Doc fix.
25921         * indent.c (Fvertical_motion): Fix last change.
25923 2002-04-25  Gerd Moellmann  <gerd@gnu.org>
25925         * indent.c (Fvertical_motion): Move to the start of the line
25926         containing PT before moving up or down.
25928 2002-04-24  Gerd Moellmann  <gerd@gnu.org>
25930         * dispnew.c (update_text_area): Set phys_cursor_on_p to 0 in the
25931         case of writing a whole row, more or less analogous to the case of
25932         writing only parts of a row.
25934         * xterm.c (x_display_and_set_cursor): Set phys_cursor_width to
25935         0 for NO_CURSOR.
25937         * xterm.c (notice_overwritten_cursor): Fix an off by 1 error.
25939 2002-04-23  Colin Walters  <walters@verbum.org>
25941         * buffer.c (syms_of_buffer): Doc fix.
25943 2002-04-23  Gerd Moellmann  <gerd@gnu.org>
25945         * xterm.c (notice_overwritten_cursor): Handle the special case
25946         of the cursor being in the first blank non-text line at the
25947         end of a window.
25949         * xterm.c (x_draw_hollow_cursor, x_draw_bar_cursor)
25950         (x_draw_phys_cursor_glyph): Set phys_cursor_width here.
25951         (x_display_and_set_cursor): Don't set phys_cursor_width here, for
25952         bar cursors only, to make phys_cursor_width contain what its name
25953         suggests.
25954         (notice_overwritten_cursor): Consider the cursor image erased if
25955         the output area intersects the cursor image in y-direction.
25957 2002-04-23  Simon Marshall  <simon@gnu.org>
25959         * xfns.c (x_set_mouse_color): Change default for cross_cursor
25960         to XC_hand2.
25962 2002-04-23  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
25964         * xdisp.c: Remove unused global variable `minibuf_prompt_pixel_width'.
25966 2002-04-22  Kim F. Storm  <storm@cua.dk>
25968         * textprop.c (remove_properties): Fixed trap for malformed plist.
25970 2002-04-22  Richard M. Stallman  <rms@gnu.org>
25972         * cmds.c (Fend_of_line): Handle intangible text in mid line.
25974         * window.c (make_window): Initialize height_fixed_p,
25975         last_cursor_off_p, and p->cursor_off_p slots.
25977 2002-04-20  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
25979         * fns.c (use-dialog-box): Doc fix.
25981 2002-04-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
25983         * xterm.c (note_mode_line_or_margin_highlight): Remove unused
25984         variables `row', `i' and `area'.
25985         (XTread_socket) <KeyPress>: Pass KeyPress events when in menu to
25986         toolkit library.
25988 2002-04-19  Stefan Monnier  <monnier@cs.yale.edu>
25990         * xfaces.c (clear_font_table): Don't free the default font of
25991         a frame even if it's on another display.
25992         (Finternal_set_lisp_face_attribute): Don't use XFRAME on something
25993         that could be Qt.
25995 2002-04-19  Juanma Barranquero  <lektu@terra.es>
25997         * indent.c (Fmove_to_column): Remove unused local variable
25998         `next_boundary_byte'.
25999         (current_column_1): Likewise.
26001 2002-04-19  Eli Zaretskii  <eliz@is.elta.co.il>
26003         * msdos.c (Qhbar): New variable.
26004         (syms_of_msdos): Intern and staticpro it.
26005         (IT_set_cursor_type, IT_set_frame_parameters): Handle the `hbar'
26006         cursor type.
26008 2002-04-19  Dave Lambert  <dlambert@acm.org>
26010         Theses change implement an underscore-like (`hbar') cursor.
26012         * xterm.h (text_cursor_kinds): New enumeration member HBAR_CURSOR.
26014         * xterm.c (x_draw_bar_cursor): New argument KIND; callers changed.
26015         Handle the `hbar' cursor type.
26016         (x_display_and_set_cursor): Handle the HBAR_CURSOR case.
26018         * xfns.c (Qhbar): New variable.
26019         (syms_of_xfns): Intern and staticpro it.
26020         (x_specified_cursor_type): Handle `hbar' cursor.
26022         * s/sol2-5.h (bcopy, bzero, bcmp): Define only if HAVE_BCOPY is
26023         not defined.
26025 2002-04-18  Richard M. Stallman  <rms@gnu.org>
26027         * textprop.c (remove_properties): New arg LIST allows scanning
26028         either a list or a plist.
26029         (interval_has_some_properties_list): New function, like
26030         interval_has_some_properties using list instead of plist.
26031         All callers changed.
26032         (Fremove_list_of_text_properties): New function.
26033         (syms_of_textprop): Defsubr it.
26035 2002-04-17  Eli Zaretskii  <eliz@is.elta.co.il>
26037         * s/sol2.h (HAVE_LIBKSTAT): Define only if not already defined.
26039 2002-04-17  Juanma Barranquero  <lektu@terra.es>
26041         * indent.c (Fmove_to_column): Remove unused local variable `end_byte'.
26043 2002-04-17  Eli Zaretskii  <eliz@is.elta.co.il>
26045         * window.c (coordinates_in_window): Don't report on margin area
26046         if its width is zero.
26048 2002-04-16  Jason Rumney  <jasonr@gnu.org>
26050         * w32fns.c (Fx_file_dialog): Decode file name before using.
26052         * w32term.c (construct_drag_n_drop): Likewise.
26054 2002-04-16  Eli Zaretskii  <eliz@is.elta.co.il>
26056         * puresize.h (BASE_PURESIZE): Increase to 830000, since we now
26057         store load-history in pure space.
26059         * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce to 50000.
26061 2002-04-16  Stefan Monnier  <monnier@cs.yale.edu>
26063         * xterm.c (Qlatin_1, Qutf_8): New vars.
26064         (syms_of_xterm): Initialize them.
26065         (XTread_socket): Eliminate incorrect optimization that tried to avoid
26066         decoding the output of X*LookupString.
26067         Always use latin-1 to decode the output of XLookupString.
26068         Try Xutf8LookupString if XmbLookupString failed.
26070         * region-cache.c (new_region_cache): Use BEG.
26072 2002-04-16  Gerd Moellmann  <gerd@gnu.org>
26074         * buffer.c (MMAP_ALLOCATED_P): New macro to be set from system
26075         configuration files.
26076         (mmap_enlarge): Enlarge mapped regions only if MMAP_ALLOCATED_P
26077         returns 0.
26079 2002-04-15  Andreas Schwab  <schwab@suse.de>
26081         * config.in: Regenerated using autoheader.
26083         * m/7300.h, m/acorn.h, m/alliant-2800.h, m/alliant.h, m/alpha.h,
26084         m/altos.h, m/amdahl.h, m/apollo.h, m/arm.h, m/att3b.h, m/aviion.h,
26085         m/celerity.h, m/clipper.h, m/cnvrgnt.h, m/convex.h, m/cydra5.h,
26086         m/delta.h, m/delta88k.h, m/dpx2.h, m/elxsi.h, m/gec63.h,
26087         m/gould.h, m/hp800.h, m/hp9000s300.h, m/i860.h, m/ia64.h,
26088         m/ibmps2-aix.h, m/ibmrs6000.h, m/ibmrt-aix.h, m/ibmrt.h,
26089         m/ibms390.h, m/intel386.h, m/iris4d.h, m/irist.h, m/isi-ov.h,
26090         m/m68k.h, m/macppc.h, m/masscomp.h, m/mg1.h, m/mips-siemens.h,
26091         m/mips.h, m/news-r6.h, m/news.h, m/next.h, m/nh3000.h, m/nh4000.h
26092         m/ns32000.h, m/orion.h, m/pfa50.h, m/plexus.h, m/pmax.h,
26093         m/powerpcle.h, m/pyrmips.h, m/sequent-ptx.h, m/sequent.h,
26094         m/sparc.h, m/sr2k.h, m/symmetry.h, m/tad68k.h, m/tahoe.h,
26095         m/targon31.h, m/tek4300.h, m/tekxd88.h, m/template.h, m/tower32.h,
26096         m/tower32v3.h, m/ustation.h, m/vax.h, m/wicat.h, m/windowsnt.h,
26097         m/xps100.h, s/aix3-2.h, s/aix4-2.h, s/irix4-0.h, s/irix5-0.h,
26098         s/sco5.h, s/unixware.h: Don't set HAVE_ALLOCA, C_ALLOCA and
26099         STACK_DIRECTION, now set by autoconf.
26101 2002-04-14  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
26103         * dispnew.c (marginal_area_string): Sort arguments.
26105         * dispextern.h (marginal_area_string): Add prototype.
26107 2002-04-13  Richard M. Stallman  <rms@gnu.org>
26109         * fileio.c (Finsert_file_contents):
26110         Don't call temp_output_buffer_setup--do just part, by hand.
26112         * coding.c (run_pre_post_conversion_on_str):
26113         Don't call temp_output_buffer_setup--do just part, by hand.
26115         * keyboard.c (command_loop_1): Don't call start_hourglass
26116         or cancel_hourglass when executing a macro.
26118         * marker.c (count_markers): New function.
26120         * xdisp.c (display_mode_element): Don't let mode_line_proptrans_alist
26121         grow without limit.  Move recently used elements to the front.
26123 2002-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
26125         * unexelf.c (unexec) [__sgi]: Undo the change from 2002-01-20.
26127 2002-04-12  Gerd Moellmann  <gerd@gnu.org>
26129         * xdisp.c (sync_frame_with_window_matrix_rows): Don't give frame
26130         rows marginal areas.
26131         (Fdump_frame_glyph_matrix) [GLYPH_DEBUG]: New function.
26132         (syms_of_xdisp) [GLYPH_DEBUG]: Defsubr it.
26134         * dispnew.c (marginal_area_string): Check that glyph row is enabled.
26136 2002-04-12  Dave Love  <fx@gnu.org>
26138         * dispnew.c (marginal_area_string): New.
26140         * window.c (window_part): Add ON_LEFT_MARGIN, ON_RIGHT_MARGIN.
26141         (Qleft_margin, Qright_margin): Declare.
26142         (coordinates_in_window, (Fcoordinates_in_window_p): Deal with margins.
26144         * xterm.c (note_mode_line_or_margin_highlight): Renamed from
26145         note_mode_line_highlight and extended.
26147         * keyboard.c (Qleft_margin, Qright_margin): Declare.
26148         (make_lispy_event): Deal with mouse events in margins.
26150 2002-04-12  Stefan Monnier  <monnier@cs.yale.edu>
26152         * msdos.c (dos_rawgetc): Use a single event for HELP_EVENT.
26154         * keyboard.c (command_loop_1): Turn off transient-mark-mode rather
26155         than deactivating the mark if tmm is set to `lambda'.
26156         (gen_help_event, kbd_buffer_store_help_event, kbd_buffer_get_event):
26157         Use a single event for HELP_EVENT.
26158         (Fexecute_extended_command): Save last_point_position.
26160 2002-04-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
26162         * lisp.h (Fpropertize): Add prototype.
26164         * fns.c (Fy_or_n_p): Use `minibuffer-prompt' face for prompt.
26166 2002-04-10  Colin Walters  <walters@verbum.org>
26168         * config.in: Add HAVE_SHARED_GAME_DIR.
26170         * callproc.c (Vgame_score_directory): New variable.
26171         (syms_of_callproc) <Vgame_score_directory>: DEFVAR_LISP.
26173 2002-04-10  Richard M. Stallman  <rms@gnu.org>
26175         * puresize.h (BASE_PURESIZE): Reduce again to avoid big excess.
26177 2002-04-09  Stefan Monnier  <monnier@cs.yale.edu>
26179         * minibuf.c (read_minibuf): Use empty_string.
26180         (Ftry_completion): Allow lambda forms and lists of strings for `alist'.
26181         Short-circuit the search as soon as it "failed".
26182         (Fall_completions): Allow lambda forms and lists of strings for alist.
26183         (Fcompleting_read): Set Qminibuffer_completion_confirm to nil
26184         when require_match is nil.
26185         (Ftest_completion): Rename from `test_completion' and export to elisp.
26186         Call the predicate also when alist is a list.
26187         Obey Vcompletion_regexp_list.
26188         (do_completion, Fminibuffer_complete_and_exit): Use it.
26189         (Fassoc_string): Rename from `assoc_for_completion'.
26190         Allow list of strings as well and export to elisp.
26192 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
26194         * puresize.h (BASE_PURESIZE): Increase to 900KB.
26196 2002-04-08  Juanma Barranquero  <lektu@terra.es>
26198         * w32.c (sys_accept): Don't hide variable `s'.
26200 2002-04-05  Gerd Moellmann  <gerd@gnu.org>
26202         * callint.c (Fcall_interactively): Use INTEGERP instead of
26203         NUMBERP for checking Vhistory_length.
26205 2002-04-05  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
26207         * sound.c (Fplay_sound_internal): Renamed from Fplay_sound.
26208         Doc fix to reflect it.
26210 2002-04-04  Richard M. Stallman  <rms@gnu.org>
26212         * xdisp.c (display_mode_element): New arg RISKY.
26213         Disregard text props found or specified within a variable
26214         that isn't marked risky-local-variable.
26215         (Qrisky_local_variable): New variable.
26216         (syms_of_xdisp): Init and staticpro it.
26218 2002-04-04  Stefan Monnier  <monnier@cs.yale.edu>
26220         * undo.c (record_point): New fun.
26221         (record_delete, record_insert): Use it.
26223 2002-04-03  Juanma Barranquero  <lektu@terra.es>
26225         * doc.c (Fdocumentation): Add missing parentheses.
26226         (Fdocumentation_property): Likewise.
26228 2002-04-03  Stefan Monnier  <monnier@cs.yale.edu>
26230         * doc.c (Fdocumentation, Fdocumentation_property): When the doc
26231         data is 0, just return nil.
26233 2002-04-03  Eli Zaretskii  <eliz@is.elta.co.il>
26235         * msdos.c (syms_of_msdos): Fix last change with
26236         mouse_autoselect_window.
26238 2002-04-03  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
26240         * w32term.c, xterm.c, msdos.c: Rename autoselect_window_p to
26241         mouse_autoselect_window.
26243 2002-04-02  Stefan Monnier  <monnier@cs.yale.edu>
26245         * keyboard.c (make_lispy_event): Handle unknown keysyms together
26246         with system-specific keysyms.  Use it also for unknown function keys.
26248         * doc.c (reread_doc_file): Return whether reload was attempted.
26249         (Fdocumentation, Fdocumentation_property): Don't try to reload
26250         if the doc is 0 and only ask once.
26252         * Makefile.in (lisp, shortlisp): Add ucs-tables.elc.
26254 2002-04-02  Eli Zaretskii  <eliz@is.elta.co.il>
26256         * keyboard.c (read_char): If the event was Qselect_window,
26257         restore timer_idleness_start_time to its previous value.
26259         * msdos.c (dos_rawgetc): Generate SELECT_WINDOW_EVENTs when required.
26261 2002-04-01  Stefan Monnier  <monnier@cs.yale.edu>
26263         * region-cache.c (new_region_cache): Use BEG.
26265         * marker.c (buf_charpos_to_bytepos, buf_bytepos_to_charpos):
26266         Use BEG and BEG_BYTE.
26268         * doc.c (get_doc_string): Return nil if the location is wrong.
26269         (reread_doc_file): New fun.
26270         (Fdocumentation, Fdocumentation_property):
26271         Call it if get_doc_string fails.
26272         (Fsnarf_documentation): Make it work for a dumped Emacs.
26274         * charset.h (DEC_POS, BUF_DEC_POS): Use BEG_BYTE.
26275         Bound the search with MAX_MULTIBYTE_LENGTH to avoid pathological case.
26277         * charset.c (Fstring): Allow 0 arguments.
26279         * xterm.c (XTread_socket): Fix int/Lisp_Object confusion.
26281         * process.c (DATAGRAM_CONN_P, list_processes_1)
26282         (Fprocess_datagram_address, Fset_process_datagram_address)
26283         (Fset_network_process_options, server_accept_connection):
26284         Fix some int/Lisp_Object confusions (thank you union types).
26286 2002-04-01  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
26288         * msdos.c: Rename x_autoselect_window_p to autoselect_window_p.
26290         * w32term.c: Likewise.
26291         (note_mouse_movement): Put code for x_autoselect_window_p in #if 0.
26293         * keyboard.c (Qselect_window): New symbol.
26294         (head_table): Use it.
26295         (keys_of_keyboard): Bound select-window event to handle-select-window.
26296         (kbd_buffer_get_event): Make a Lisp event from SELECT_WINDOW_EVENT.
26298         * xterm.c: Rename x_autoselect_window_p to autoselect_window_p.
26299         (last_window): New variable.
26300         (XTread_socket): Generate SELECT_WINDOW_EVENTs.
26301         (note_mouse_movement): Remove reimplemented code in #if 0.
26302         (XTread_socket): Generate SELECT_WINDOW_EVENTs only for
26303         Emacs windows.
26305         * termhooks.h (enum event_kind): New event type `SELECT_WINDOW_EVENT'.
26307 2002-03-31  Gerd Moellmann  <gerd@gnu.org>
26309         * xterm.c (x_get_char_face_and_encoding): Add parameter DISPLAY_P.
26310         Callers changed.
26312 2002-03-30  Richard M. Stallman  <rms@gnu.org>
26314         * window.c (window_scroll_pixel_based): Exit the move_it_by_lines
26315         loop whenever it stops making progress.
26317         * widget.c (set_frame_size): Don't call change_frame_size.
26319 2002-03-30  Gerd Moellmann  <gerd@gnu.org>
26321         * dispnew.c (direct_output_for_insert):
26322         Call mark_window_display_accurate.
26324 2002-03-29  Jason Rumney  <jasonr@gnu.org>
26326         * w32term.c (w32_draw_relief_rect): Fix calculations of line lengths.
26328 2002-03-29  Eli Zaretskii  <eliz@is.elta.co.il>
26330         * Makefile.in (lread.o): Depend on coding.h.
26332         * lread.c (openp, Fload): Encode the file name before passing it
26333         to `stat', `access', and `emacs_open'.
26334         (openp): GCPRO the encoded file name.  Don't recompute Lisp
26335         strings unnecessarily.
26337 2002-03-29  Kim F. Storm  <storm@cua.dk>
26339         * fns.c (Flax_plist_put): Doc fix.
26341 2002-03-28  Miles Bader  <miles@gnu.org>
26343         * process.c (DATAGRAM_CONN_P): Make sure PROC is really a process.
26345 2002-03-27  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
26347         * process.c (set-network-process-options): Add usage.
26348         (make-network-process): Doc fix.
26350 2002-03-26  Eli Zaretskii  <eliz@is.elta.co.il>
26352         * emacs.c (Fdump_emacs): Fix a typo in "command-line-processed".
26354 2002-03-26  Richard M. Stallman  <rms@gnu.org>
26356         * fns.c (Fsubstring_no_properties): New function.
26357         (Flax_plist_get, Flax_plist_put): New functions.
26358         (syms_of_fns): defsubr them.
26360         * xdisp.c (update_menu_bar): Test only update_mode_lines;
26361         don't test or alter w->update_mode_line.
26363         * window.c (Fdisplay_buffer): Doc fix.
26365 2002-03-24  Richard M. Stallman  <rms@gnu.org>
26367         * regex.c (GET_UNSIGNED_NUMBER): Give proper error for spaces.
26369 2002-03-24  Gerd Moellmann  <gerd@gnu.org>
26371         * eval.c (Qdeclare, Vmacro_declaration_function): New variables.
26372         (Fdefmacro): Handle `(declare ...)'.
26373         (syms_of_eval) <Qdeclare>: Initialize and staticpro.
26374         (syms_of_eval) <Vmacro_declaration_function>: DEFVAR_LISP.
26376 2002-03-24  Jason Rumney  <jasonr@gnu.org>
26378         * w32fns.c (xbm_scan, xbm_load_image, xbm_read_bitmap_data)
26379         (xbm_file_p): Add prototypes.
26380         (xbm_format, xbm_image_p): Sync with xfns.c.
26381         (reflect_byte): New function.
26382         (xbm_read_bitmap_data): Sync with xfns.c, adapt for Windows.
26383         (xbm_load_image): Create bitmaps with a depth of 1.
26384         (init_xfns): Enable XBM images.
26386 2002-03-23  Jason Rumney  <jasonr@gnu.org>
26388         * w32term.c (w32_handle_tool_bar_click): Detect up and down events
26389         correctly.  Do not pass up_modifier to keyboard buffer.
26391         * w32fns.c [HAVE_IMAGES, HAVE_PBM]: Remove conditionals.
26393 2002-03-22  Stefan Monnier  <monnier@cs.yale.edu>
26395         * Makefile.in (bootstrapclean): New target.
26396         (bootstrap-temacs, bootstrap-doc): Remove.
26397         (bootstrap-emacs): Use a bog-standard `temacs'.
26398         Don't bother to build a DOC file.
26400         * sysdep.c (wait_for_termination): Use sigsuspend rather than sigpause.
26402         * emacs.c (main): Handle --unibyte, --multibyte, and --no-loadup
26403         in temacs even if !CANNOT_DUMP.
26404         (standard_args): Keep --no-loadup even if !CANNOT_DUMP.
26406         * alloc.c (check_pure_size): Only output a warning.
26408 2002-03-22  Jason Rumney  <jasonr@gnu.org>
26410         * w32fns.c (Fx_create_frame): Enable tool-bar when images are
26411         supported.
26413         * w32term.c (zv_bits): Declare as short, for word alignment.
26414         (w32_read_socket) <WM_XBUTTONUP>: Fix last change.
26415         (syms_of_w32term): Define x-use-underline-position-properties.
26417         * w32fns.c (x_set_cursor_color): Set cursor_gc as well.
26418         (clear_image_cache): Block input, fix logic, clear matrices in
26419         all frames that share this cache.
26421 2002-03-22  Eli Zaretskii  <eliz@is.elta.co.il>
26423         * emacs.c (main): Update the Copyright year in the blurb printed
26424         by "emacs --version".
26426         * xdisp.c (message_with_string): Fix syntax of a call to GCPRO2.
26428         * xterm.c (XTread_socket): If XK_ISO_Lock and
26429         XK_ISO_Last_Group_Lock are defined, handle keysyms between
26430         XK_ISO_Lock and XK_ISO_Last_Group_Lock similarly to Mode_switch.
26432 2002-03-21  Kim F. Storm  <storm@cua.dk>
26434         * keyboard.c (menu_bar_items): Mostly undo 2002-02-20 patch, so
26435         menu-bar bindings in keymap and local-map properties _are_ used.
26436         But try keymap property first in accordance with 2002-01-03 patch.
26437         Added comment describing why this is not always reliable.
26438         (tool_bar_items): Ditto for tool-bar.
26440 2002-03-21  Jason Rumney  <jasonr@gnu.org>
26442         * w32fns.c (x_clear_image_1): Disable color table code.
26444 2002-03-21  Kim F. Storm  <storm@cua.dk>
26446         * lisp.h (DEFUN) [USE_NONANSI_DEFUN]: The 2001-10-17 patch
26447         removed the wrong version of the DEFUN macro; fixed it.
26449         * fns.c (Ffeaturep): Allow subfeature to be a list (test using
26450         Fmember rather than Fmemq).
26451         (Fprovide): Check that subfeatures is a list.
26453         * process.c (QCfeature, QCdatagram): Removed variables.
26454         (QCtype, Qdatagram): New variables.
26455         (network_process_featurep): Removed function.
26456         (Fmake_network_process): Removed :feature check.
26457         Use :type 'datagram instead of :datagram t to create a datagram
26458         socket.  This allows us to add other connection types (e.g. raw
26459         sockets) later in a consistent manner.
26460         (init_process) [subprocess, HAVE_SOCKETS]: Provide list of
26461         supported subfeatures for feature make-network-process.
26462         (syms_of_process) [subprocess]: Remove QCfeature and QCdatagram.
26463         Intern and staticpro QCtype and Qdatagram.
26464         (syms_of_process) [!subprocess]: Intern and staticpro QCtype.
26466         * xfns.c (QCtype): Remove duplicate declaration and
26467         initialization (is now declared in process.c).
26469         * w32fns.c (QCtype): Remove duplicate declaration and
26470         initialization (is now declared in process.c).
26472 2002-03-21  Richard M. Stallman  <rms@gnu.org>
26474         * regex.c (DISCARD_FAILURE_REG_OR_COUNT): New macro.
26475         (CHECK_INFINITE_LOOP): Use DISCARD_FAILURE_REG_OR_COUNT
26476         when jumping to `fail' to avoid undoing reg changes in the
26477         last iteration of the loop.
26478         (GET_UNSIGNED_NUMBER): Skip spaces around the number.
26480         * Makefile.in (dispnew.o, sysdep.o, xdisp.o, xselect.o, alloc.o):
26481         Depend on process.h.
26483 2002-03-20  Jason Rumney  <jasonr@gnu.org>
26485         Most of the following changes are still conditional on HAVE_IMAGES
26486         which is not set by default on Windows.
26488         * emacs.c (main) [WINDOWSNT]: Call init_xfns.
26490         * w32fns.c (x_set_cursor_color): Set foreground of cursor, not frame.
26491         (Fimage_size, Fimage_mask_p, XPutPixel): New functions.
26492         (four_corners_best, x_clear_image_1, x_clear_image)
26493         (x_alloc_image_color, postprocess_image)
26494         (x_create_x_image_and_pixmap, x_destroy_x_image, xbm_load_image)
26495         (x_from_x_colors, x_disable_image, pbm_load): Adapt for Windows.
26496         (init_xfns, syms_of_w32fns): Initialize image functions and constants.
26498         * w32gui.h (struct XImage): Define.
26500         * w32term.c (w32_read_socket) <WM_XBUTTONUP>: Use XFASTINT to
26501         extract mouse co-ordinates.
26503 2002-03-20  Jason Rumney  <jasonr@gnu.org>
26505         * w32.c (init_winsock): Dynamically load new server and UDP
26506         socket functions.
26507         (socket_to_fd): New function.
26508         (sys_socket): Use it.
26509         (sys_setsockopt, sys_listen, sys_getsockname, sys_accept)
26510         (sys_recvfrom, sys_sendto): New wrapper functions.
26512         * process.c (QCfamily, QCfilter): Remove duplicate declaration
26513         and initialization.
26515         * makefile.w32-in (LIBS): Remove $(WSOCK32).
26517 2002-03-20  Eli Zaretskii  <eliz@is.elta.co.il>
26519         * process.c (conv_sockaddr_to_lisp, conv_lisp_to_sockaddr):
26520         Don't use "sun" as a variable, it's a predefined constant on Sun
26521         machines.
26523 2002-03-20  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
26525         * bytecode.c (Fbyte_code): Revert last change.
26527 2002-03-19  Kim F. Storm  <storm@cua.dk>
26529         * makefile.w32-in (LIBS): Add $(WSOCK32).
26530         From David Ponce <dponce@voila.fr>.
26532 2002-03-18  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
26534         * process.c (wait_reading_process_input): Move variables `pname'
26535         and `pnamelen' down where they are used.
26537         * bytecode.c (Fbyte_code): Discard unused computed value to
26538         prevent gcc warning.
26540         * lisp.h (Fplist_member): Add prototype.
26542 2002-03-18  Kim F. Storm  <storm@cua.dk>
26544         * config.in: Add HAVE_SENDTO, HAVE_RECVFROM, HAVE_SETSOCKOPT,
26545         HAVE_GETSOCKOPT, HAVE_GETPEERNAME, HAVE_GETSOCKNAME, and HAVE_SYS_UN_H.
26547         * process.c: Define HAVE_LOCAL_SOCKETS based on HAVE_SYS_UN_H.
26548         Remove explicit GNU_LINUX settings for datagram support.
26550 2002-03-18  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
26552         * process.c (Fmake_network_process): Remove unused variable `sa'.
26553         Doc fix.  Add usage:.
26554         (set_socket_options): Remove unused variables `optnum' and `opttype'.
26556 2002-03-17  Richard M. Stallman  <rms@gnu.org>
26558         * xdisp.c (cursor_type_changed): New variable.
26559         (redisplay_internal): Redisplay all windows if cursor_type_changed.
26560         Clear it when clearing windows_or_buffers_changed.
26561         (try_cursor_movement, redisplay_window, try_window_id)
26562         (try_window_reusing_current_matrix): Test cursor_type_changed
26563         along with windows_or_buffers_changed.
26565         * window.h (cursor_type_changed): New variable.
26567         * xfns.c (x_set_cursor_type): Set cursor_type_changed,
26568         not update_mode_lines, and always set it to 1.
26570         * xdisp.c (clear_garbaged_frames): Don't set windows_or_buffers_changed
26571         if no frames needed redrawing.
26573 2002-03-17  Kim F. Storm  <storm@cua.dk>
26575         The following changes add support for network server processes,
26576         datagram connections, and local (unix) sockets.
26578         * process.h (struct Lisp_Process): New member log.
26579         Doc fix: Member command used to indicate stopped network process.
26580         Doc fix: Member childp contains plist for network process.
26581         Doc fix: Member kill_without_query is inverse of query-on-exit flag.
26583         * process.c (Qlocal, QCname, QCbuffer, QChost, QCservice, QCfamily)
26584         (QClocal, QCremote, QCserver, QCdatagram, QCnowait, QCnoquery, QCstop)
26585         (QCcoding, QCoptions, QCfilter, QCsentinel, QClog, QCfeature): New
26586         variables.
26587         (NETCONN1_P): New macro.
26588         (DATAGRAM_SOCKETS): New conditional symbol.
26589         (datagram_address): New array.
26590         (DATAGRAM_CONN_P, DATAGRAM_CHAN_P): New macros.
26591         (status_message): Use concat3.
26592         (Fprocess_status): Add `listen' status to doc string.  Return
26593         `stop' for a stopped network process.
26594         (Fset_process_buffer): Update contact plist for network process.
26595         (Fset_process_filter): Ditto.  Don't enable input for stopped
26596         network processes.  Server must listen, even if filter is t.
26597         (Fset_process_query_on_exit_flag, Fprocess_query_on_exit_flag):
26598         New functions.
26599         (Fprocess_kill_without_query): Removed.  Now defined in simple.el.
26600         (Fprocess_contact): Added KEY argument.  Handle datagrams.
26601         (list_processes_1): Optionally show only processes with the query
26602         on exit flag set.  Dynamically adjust column widths.  Omit tty
26603         column if not needed.  Report stopped network processes.  Identify
26604         server and datagram network processes.
26605         (Flist_processes): New optional arg `query-only'.
26606         (conv_sockaddr_to_lisp, get_lisp_to_sockaddr_size)
26607         (conv_lisp_to_sockaddr, set_socket_options)
26608         (network_process_featurep, unwind_request_sigio): New helper
26609         functions.
26610         (Fprocess_datagram_address, Fset_process_datagram_address):
26611         (Fset_network_process_options): New lisp functions.
26612         (Fopen_network_stream): Removed.  Now defined in simple.el.
26613         (Fmake_network_process): New lisp function.  Code is based on
26614         previous Fopen_network_stream, but heavily reworked with new
26615         property list based argument list, support for datagrams, server
26616         processes, and local sockets in addition to old client-only
26617         functionality.
26618         (server_accept_connection): New function.
26619         (wait_reading_process_input): Use it to handle incoming connects.
26620         Do not enable input on a new connection if process is stopped.
26621         (read_process_output): Handle datagram sockets.  Use 2k buffer for
26622         them.
26623         (send_process): Handle datagram sockets.
26624         (Fstop_process, Fcontinue_process): Apply to network processes.  A
26625         stopped network process is indicated by setting command field to t.
26626         (Fprocess_send_eof): No-op if datagram connection.
26627         (Fstatus_notify): Don't read input for a stream server socket or a
26628         stopped network process.
26629         (init_process): Initialize datagram_address array.
26630         (syms_of_process): Intern and staticpro new variables, defsubr new
26631         functions.
26633 2002-03-16  Jason Rumney  <jasonr@gnu.org>
26635         * w32fns.c (w32_to_all_x_charsets): Return correct type in
26636         startup case.
26638 2002-03-16  Richard M. Stallman  <rms@gnu.org>
26640         * xdisp.c (redisplay_internal, redisplay_windows):
26641         Use list_of_error to call internal_condition_case_1.
26642         (safe_eval, safe_call): Pass Qt to internal_condition_case_{1,2}
26643         so as to catch all errors with no possibility of debugger redisplay.
26644         (list_of_error): New variable.
26645         (syms_of_xdisp): Init and staticpro it.
26647         * print.c (print_object): Delete `\ ' from printed rep of frame.
26649 2002-03-15  Eli Zaretskii  <eliz@is.elta.co.il>
26651         * msdos.c (dos_rawgetc): Disable the x-autoselect-window feature,
26652         until its implementation is fixed.
26654 2002-03-14  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
26656         * xfns.c (png_load): Remove unused variable `gamma_str'.
26658 2002-03-14  Richard M. Stallman  <rms@gnu.org>
26660         * xfns.c (x_real_positions): Handle failure in XQueryTree.
26662 2002-03-14  Miles Bader  <miles@gnu.org>
26664         * intervals.c (adjust_for_invis_intang): New function.
26665         (set_point_both): Use `adjust_for_invis_intang' to do most of the
26666         work for dealing with invisible+intangible regions.  Do so before
26667         and after both forward and backward movements, to handle both
26668         front-sticky and rear-sticky cases.
26669         * textprop.c (text_property_stickiness): Function moved here from
26670         `editfns.c'.
26671         * intervals.h (text_property_stickiness): New declaration.
26672         * editfns.c (char_property_eq): Function removed.
26673         (text_property_stickiness): Function moved to `textprop.c'.
26675 2002-03-13  Jason Rumney  <jasonr@gnu.org>
26677         * config.in: Add STRFTIME_NO_POSIX2.
26679         * strftime.c (my_strftime) [STRFTIME_NO_POSIX2]: Handle %h, %EX
26680         and %OX when underlying strftime does not.
26682 2002-03-13  Stefan Monnier  <monnier@cs.yale.edu>
26684         * xterm.c (x_set_toolkit_scroll_bar_thumb) <USE_MOTIF>:
26685         Use a fixed-size thumb (based on an ad-hoc estimate of 30 chars per
26686         line) to avoid annoying flicker.
26687         (xm_scroll_callback): Get rid of the now unnecessary kludge.
26688         (XTread_socket): Mark it static.
26690         * xdisp.c (display_mode_element): Fix int/Lisp_Object mixup.
26692 2002-03-13  Kim F. Storm  <storm@cua.dk>
26694         * puresize.h (BASE_PURESIZE): Increase to 775000.
26696 2002-03-12  Juanma Barranquero  <lektu@terra.es>
26698         * editfns.c (syms_of_editfns): Fix typo.
26700 2002-03-12  Gerd Moellmann  <gerd@gnu.org>
26702         * xsmfns.c: Include stdio.h because termhooks.h needs it.
26703         Include termopt.h for interrupt_input.
26705 2002-03-11  Andreas Schwab  <schwab@suse.de>
26707         * coding.c (syms_of_coding) <file-coding-system-alist>: Doc fix.
26709 2002-03-11  Gerd Moellmann  <gerd@gnu.org>
26711         * xterm.c (note_mouse_movement): Put code for
26712         x_autoselect_window_p in #if 0.
26714         * lread.c (Fload): Don't assume that message_with_string uses the
26715         string it is given like a C string.
26717 2002-03-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
26719         * xterm.h (x_session_check_input, x_session_initialize): Declare.
26721         * xterm.c (XTread_socket): Add call to x_session_check_input and
26722         x_session_have_connection.
26723         (x_initialize): Add call to x_session_initialize.
26725         * termhooks.h (enum event_kind): Add save_session_event.
26727         * keyboard.c: Add Emacs event save_session_event.
26729         * emacs.c (main): Add call to syms_of_xsmfns.
26731         * lisp.h (syms_of_xsmfns): Declare extern.
26733         * config.in: Add HAVE_X_SM.
26735         * Makefile.in (LIBXT): Add -lSM -lICE
26736         if HAVE_X_SM and not USE_X_TOOLKIT.
26737         (XOBJ): New file xsmfns.c added.
26739         * xsmfns.c: New file for X session management.
26741 2002-03-09  Jason Rumney  <jasonr@gnu.org>
26743         * fileio.c (Fcopy_file) [WINDOWS_NT]: Ensure file is not
26744         read-only when setting modified time.
26746 2002-03-08  Gerd Moellmann  <gerd@gnu.org>
26748         * xdisp.c (move_it_vertically_backward): At the end of the function,
26749         when moving forward by lines, treat terminal frames specially.
26751         * keyboard.c (echo_char): Make sure to add a separator between
26752         keys even if echo_dash hasn't been called.
26754         * xdisp.c: Use new string macros.
26755         (update_echo_area): Pass number of bytes to message3 instead of
26756         number of chars.
26757         (set_message_1): Don't access a string's size_byte directly.
26758         (decode_mode_spec_coding): Use number of bytes of eoltype string
26759         instead number of chars.
26761         * lisp.h (SREF, SDATA, SCHARS, SBYTES, SMBP): New macros.
26763 2002-03-08  Juanma Barranquero  <lektu@terra.es>
26765         * w32fns.c (Fx_display_color_cells): Force 24+ bit color depths to
26766         24-bit.
26768 2002-03-06  Jason Rumney  <jasonr@gnu.org>
26770         * w32term.c (x_draw_hollow_cursor): Draw same size as block cursor.
26772 2002-03-06  Gerd Moellmann  <gerd@gnu.org>
26774         * keyboard.c (echo_prompt, echo_char, echo_dash, echo_now)
26775         (cancel_echoing, echo_length, echo_truncate): Changed to
26776         work with new kboard definition.
26777         (echo_now): Use message3_nolog instead of message2_nolog.
26779         * alloc.c (mark_kboards): Mark echo_string.
26781         * keyboard.h (ECHOBUFSIZE): Removed.
26782         (struct kboard): Member echoptr removed, member echobuf renamed
26783         to echo_string.
26785         * xdisp.c (message_with_string): Use Fformat instead of doprnt and
26786         message3 instead of message2 to display the message using STRING's
26787         text properties.
26789 2002-03-05  Andreas Schwab  <schwab@suse.de>
26791         * xdisp.c (hscroll_margin): Change to EMACS_INT.
26793 2002-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
26795         * frame.c (default-frame-alist): Explain that setting it doesn't
26796         affect existing frames.
26798 2002-03-05  Stefan Monnier  <monnier@cs.yale.edu>
26800         * indent.c (skip_invisible): Fix my brain fart.
26802         * dispnew.c (sit_for): Don't wait if executing a kbd macro.
26804 2002-03-04  Stefan Monnier  <monnier@cs.yale.edu>
26806         * dosfns.c, dosfns.h, dispnew.c, dispextern.h, commands.h, charset.c,
26807         * alloc.c, abbrev.c, emacs.c, eval.c, keyboard.c, keyboard.h,
26808         * lisp.h, lread.c, sysdep.c, termcap.c, termchar.h, w32term.c,
26809         * window.c, xdisp.c, xselect.c, xterm.c: Change defvar_int definition
26810         and variables to use EMACS_INT instead of just int.
26812         * buffer.c (syms_of_buffer): Allow non-string `mode-name'.
26814 2002-03-04  Eli Zaretskii  <eliz@is.elta.co.il>
26816         * sysdep.c (sys_subshell) [MSDOS]: If PWD is set in the
26817         environment, pass it down with corrected value.
26819 2002-03-04  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
26821         * lread.c (read_filtered_event): Do not call start_hourglass
26822         before returning.
26824 2002-03-04  Juanma Barranquero  <lektu@terra.es>
26826         * w32term.c (x_display_and_set_cursor): Fix typo.
26828 2002-03-03  Richard M. Stallman  <rms@gnu.org>
26830         * fileio.c (Fmake_temp_name): Doc fix.
26832 2002-03-03  Gary Wong  <gtw@gnu.org>
26834         * termcap.c [!emacs]: Replace ospeed for building standalone
26835         libtermcap, for binary compatibility.
26837         * tparam.c [!emacs]: Move #define of bcopy to after string.h.
26839 2002-03-03  Richard M. Stallman  <rms@gnu.org>
26841         * xrdb.c (file_p): Rename arg `path' to `filename'.
26843         * abbrev.c (Fexpand_abbrev): Increment plist as use count
26844         only if it is an integer.
26846         * xfns.c (png_load): Set screen_gamma based on f->gamma.
26847         If png_get_sRGB gives an answer, call png_set_gamma
26848         using the default image gamma value.
26850         * lread.c (read1): When reading from a file, default string to
26851         multibyte only if it has some multibyte characters.
26853         * print.c (print_object): Output multibyte chars 128...255
26854         using \x even if ! print_escape_multibyte.
26856         * xdisp.c (display_mode_element): Move the places where
26857         bytepos, charpos, this, and lisp_string are set.
26858         Use lisp_string to set bytepos.
26860         * xdisp.c (redisplay_internal):
26861         Call clear_image_cache only if HAVE_WINDOW_SYSTEM.
26863         * xdisp.c (display_mode_element): Merge properties specified with
26864         :propertize onto those that come with the string.
26866 2002-03-03  Eli Zaretskii  <eliz@is.elta.co.il>
26868         * xdisp.c (syms_of_xdisp) <auto-hscroll-mode>: Renamed from
26869         automatic-hscrolling.  Users changed.
26870         <hscroll-margin>: Renamed from automatic-hscroll-margin.
26871         Users changed.
26872         <hscroll-step>: Renamed from automatic-hscroll-step.  Users changed.
26874 2002-03-02  Eli Zaretskii  <eliz@is.elta.co.il>
26876         * buffer.c (syms_of_buffer) <buffer-file-coding-system>: Doc fix.
26878 2002-03-02  Kim F. Storm  <storm@cua.dk>
26880         * window.c (Fminibuffer_selected_window): New function.
26881         (syms_of_window): Defsubr it.
26883 2002-03-01  Kim F. Storm  <storm@cua.dk>
26885         * window.h (struct window): New member phys_cursor_width.
26887         * window.c (make_window, replace_window): Init phys_cursor_width.
26889         * xterm.c (x_display_and_set_cursor): Blink box cursor using
26890         hollow box cursor.  Blink bar cursor using 1 pixel wide bar.
26892         * w32term.c (x_display_and_set_cursor): Blink box cursor using
26893         hollow box cursor.  Blink bar cursor using 1 pixel wide bar.
26895         * lisp.h (GCPRO6): New macro.
26897         * process.c (Fopen_network_stream): Use GCPRO6.
26899 2002-03-01  Kim F. Storm  <storm@cua.dk>
26901         * process.c (Qconnect, Qfailed): New variables.
26902         (syms_of_process): Intern and staticpro them.
26903         (Fprocess_status): Document connect and failed return values.
26904         [NON_BLOCKING_CONNECT]: New conditional.
26905         (connect_wait_mask, num_pending_connects): New variables.
26906         (status_message): Convert Qfailed status.
26907         (Fopen_network_stream): Added support for non-blocking connect.
26908         New optional args: filter, sentinel, non_blocking.  Doc updated.
26909         [HAVE_GETADDRINFO, !HAVE_GETADDRINFO]: Merged common code.
26910         (deactivate_process): Handle pending non-blocking connect.
26911         (wait_reading_process_input): Poll for status of non-blocking
26912         connects.  Exec sentinel directly when connect succeeds.
26913         (status_notify): Don't read process output if not yet connected.
26915 2002-02-28  Kim F. Storm  <storm@cua.dk>
26917         * window.c (minibuf_selected_window): Renamed from
26918         Vminibuf_selected_window.  Users changed.
26919         (syms_of_window): Staticpro it.
26921 2002-02-26  Kim F. Storm  <storm@cua.dk>
26923         The following changes add a new Vminibuf_selected_window variable
26924         which is similar to Vminibuf_scroll_window, but which is only set
26925         on entry to the minibuffer (from a non-minibuffer window):
26927         * window.c (Vminibuf_selected_window): New variable.
26928         (struct save_window_data): New member minibuf_selected_window.
26929         (Fset_window_configuration): Restore Vminibuf_selected_window.
26930         (Fcurrent_window_configuration): Save Vminibuf_selected_window.
26931         Set minibuf_scroll_window member to nil if minibuf_level is 0.
26932         (compare_window_configurations): Compare minibuf_selected_window.
26934         * window.h (Vminibuf_selected_window): Declare extern.
26936         * minibuf.c (read_minibuf): Set Vminibuf_selected_window on first
26937         entry to minibuffer or on entry from a non-minibuffer window.
26939         * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3): Compare with
26940         Vminibuf_selected_window instead of Vminibuf_scroll_window.
26942         * xdisp.c (init_iterator): Compare with Vminibuf_selected_window
26943         instead of Vminibuf_scroll_window when deciding in which window
26944         the region should be highlighted.  Consequently, the region remains
26945         highlighteded even when a completion buffer is also displayed.
26947 2002-02-26  Eli Zaretskii  <eliz@is.elta.co.il>
26949         * fileio.c (Fsubstitute_in_file_name): Fix the change from 2002-02-08.
26951         * xselect.c (Qcompound_text_with_extensions): Renamed from
26952         Qcompound_text_no_extensions.
26953         (lisp_data_to_selection_data, syms_of_xselect): Use the new name.
26955 2002-02-26  Juanma Barranquero  <lektu@terra.es>
26957         * w32proc.c (syms_of_ntproc): Doc fix.
26959 2002-02-24  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
26961         * intervals.h: Include "dispextern.h" unconditionally.
26963 2002-02-24  Jason Rumney  <jasonr@gnu.org>
26965         * Makefile.in (WINNT_SUPPORT) [WINDOWSNT]: Add w32-vars.elc
26966         and disp-table.elc.
26967         (lisp): Add emacs-lisp/backquote.elc.
26969 2002-02-24  Kim F. Storm  <storm@cua.dk>
26971         * keymap.c (Flookup_key): Fix problem in 2001-12-28 patch:
26972         The validation of the event type was too strict as it didn't
26973         allow string events; buffer names are used in bindings for
26974         menu-bar-select-buffer (see `menu-bar-update-buffers').
26976 2002-02-23  Kim F. Storm  <storm@cua.dk>
26978         The following changes rework my patch of 2002-02-06 which
26979         added command remapping by entering the commands directly into
26980         the keymaps.  Now, command remapping uses an explicit `remap'
26981         prefix in the keymaps, i.e. [remap COMMAND].
26983         * keymap.c (Qremap, remap_command_vector): New variables.
26984         (is_command_symbol): Remove function.
26985         (Fdefine_key): No longer accept a symbol for KEY.
26986         Added validation of [remap COMMAND] argument for KEY.
26987         The DEF is no longer required to be a symbol when remapping a command.
26988         (Fremap_command): New function to remap command through keymaps.
26989         (Flookup_key): Perform command remapping initiated by
26990         Fremap_command directly for speed.
26991         (Fkey_binding): Use Fremap_command for command remapping.
26992         (where_is_internal): Handle new command remapping representation.
26993         (syms_of_keymap): Intern Qremap, initialize remap_command_vector,
26994         staticpro them.  Defsubr Fremap_command.
26996         * keymap.h (Fremap_command): Declare extern.
26997         (is_command_symbol): Remove extern.
26999         * keyboard.c (command_loop_1): Use Fremap_command for command
27000         remapping; now try command remapping for all symbols.
27002 2002-02-23  Eli Zaretskii  <eliz@is.elta.co.il>
27004         * coding.h (run_pre_post_conversion_on_str): Add prototype.
27006 2002-02-23  Jason Rumney  <jasonr@gnu.org>
27008         * w32select.c (Fw32_set_clipboard_data): Run pre-write-conversion
27009         on the string before encoding it.
27010         (Fw32_get_clipboard_data): Run post-read-conversion on the string
27011         after decoding it.
27013         * w32fns.c (w32_wnd_proc) <WM_TIMER>: Fix last change.
27015 2002-02-23  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
27017         * w32term.c (enter_timestamp): Remove unused static variable to
27018         prevent warning.
27020         * xterm.c (enter_timestamp): Put in #if 0 to prevent warning.
27022 2002-02-23  Eli Zaretskii  <eliz@is.elta.co.il>
27024         * w16select.c (Fw16_get_clipboard_data): Fix last change.
27026         * xselect.c (selection_data_to_lisp_data): Fix last change.
27028 2002-02-22  Jason Rumney  <jasonr@gnu.org>
27030         * w32term.h (struct w32_output): New member menu_command_in_progress.
27032         * w32menu.c (menubar_selection_callback): Free the menu and
27033         clear the menu_command_in_progress flag.
27035         * w32fns.c (mouse_move_timer, mouse_button_timer): Initialize.
27036         (menu_free_timer): New variable.
27037         (MENU_FREE_ID, MENU_FREE_DELAY): New constants.
27038         (w32_wnd_proc) <WM_TIMER>: Handle menu_free_timer.
27039         <WM_EXITMENULOOP>: Delay before freeing menu.  Do nothing if a
27040         menu command is in progress.
27041         <WM_COMMAND>: Set the menu_command_in_progress flag.
27042         Kill any menu_free_timer that is running.
27044         * w32term.c (w32_text_out): Renamed from W32_TEXTOUT.
27045         Call ExtTextOutA rather than ExtTextOut.
27047 2002-02-22  Eli Zaretskii  <eliz@gnu.org>
27049         * puresize.h (BASE_PURESIZE): Increase to 755000.
27051 2002-02-22  Eli Zaretskii  <eliz@is.elta.co.il>
27053         * w16select.c (Fw16_set_clipboard_data): Run pre-write-conversion
27054         on the string before encoding it.
27055         (Fw16_get_clipboard_data): Run post-read-conversion on the string
27056         after decoding it.
27058 2002-02-22  Eli Zaretskii  <eliz@is.elta.co.il>
27060         Support for ICCCM Extended Segments in X selections:
27062         * xselect.c <Qcompound_text_no_extensions>: New variable.
27063         (syms_of_xselect): Intern and staticpro it.
27064         (selection_data_to_lisp_data): Run post-read-conversion on decoded
27065         selection text.
27066         (lisp_data_to_selection_data): If next-selection-coding-system is
27067         compound-text-no-extensions, set the type of selection to be
27068         compound-text.
27070         * xterm.h (x_encode_text): Update prototype.
27072         * xfns.c (x_encode_text): Accept additional arg SELECTIONP; all
27073         callers changed.  If SELECTIONP is non-zero, run the
27074         pre-write-conversion function before encoding the selection text.
27076 2002-02-21  Kim F. Storm  <storm@cua.dk>
27078         * frame.c (syms_of_frame): Change mouse-highlight default to t.
27080         * keyboard.c (kbd_buffer_get_event) [WINDOWSNT]:
27081         Correct composing of language-change event.
27083 2002-02-20  Kim F. Storm  <storm@cua.dk>
27085         * keyboard.c (menu_bar_items): Don't include keymap or local-map
27086         bindings at PT when building menu (the menu is not updated often
27087         enough for this to work reliable).
27088         (tool_bar_items): Likewise.
27089         (current_active_maps): Removed unused (and buggy) function.
27091 2002-02-20  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
27093         * xfns.c (gif_load): Use correct width and height for GIF images.
27095 2002-02-19  Eli Zaretskii  <eliz@is.elta.co.il>
27097         * floatfns.c (Fatan): Accept an optional second arg and call
27098         atan2 if passed 2 args.
27100 2002-02-18  Jason Rumney  <jasonr@gnu.org>
27102         * w32term.c (glyph_rect): Determine the row and glyph more precisely.
27104 2002-02-17  Jason Rumney  <jasonr@gnu.org>
27106         * w32term.c (x_autoselect_window_p): New variable.
27107         (syms_of_w32term): DEFVAR_BOOL and initialize it.
27108         (note_mouse_movement): Use it.
27110         * w32fns.c (w32_load_system_font): Never set fonts_changed_p to zero.
27112         * w32bdf.c (w32_load_bdf_font): Maybe set fonts_changed_p.
27114         * w32fns.c (Qfullscreen, Qfullwidth, Qfullheight, Qfullboth):
27115         New variables.
27116         (syms_of_w32fns): Intern and staticpro them.
27117         (x_frame_parms) <"fullscreen">: New parameter.
27118         (x_fullscreen_move, x_set_fullscreen): New functions.
27119         (x_set_frame_parameters): Support Qfullscreen.
27120         (x_real_positions): Save x/y_pixels_diff frame params.
27121         (x_figure_window_size): Support full-screen frames.
27122         (Fx_create_frame): Default the fullscreen parameter.
27124         * w32term.c (x_check_fullscreen, x_check_fullscreen_move)
27125         (x_fullscreen_adjust): New functions.
27126         (w32_read_socket) <WM_WINDOWPOSCHANGED>: Don't resize to
27127         fullscreen.  Call x_check_fullscreen_move, and set the
27128         want_fullscreen member of output_data.w32
27129         <WM_ACTIVATE, WM_ACTIVATEAPP>: Call x_check_fullscreen.
27131         * w32term.h: New enum for FULLSCREEN_* constants.
27132         (struct w32_output): New members want_fullscreen, x_pixels_diff,
27133         y_pixels_diff, x_pixels_outer_diff, and y_pixels_outer_diff.
27134         (x-fullscreen-adjust): New prototype.
27136 2002-02-17  Kim F. Storm  <storm@cua.dk>
27138         * frame.c (Vmouse_highlight): New variable.
27139         (syms_of_frame): DEFVAR_LISP it.
27141         * frame.h (Vmouse_highlight): Declare extern.
27143         * xterm.h (struct x_display_info): Add mouse_face_hidden.
27145         * xterm.c (disable_mouse_highlight): Removed variable.
27146         (note_mouse_highlight): Don't highlight if Vmouse_highlight is nil.
27147         (show_mouse_face): Don't show highlight if mouse_face_hidden is set.
27148         (XTread_socket): Turn mouse_face_hidden off after mouse movement,
27149         and on after keyboard input.
27150         (x_term_init): Initialize mouse_face_hidden.
27152         * msdos.h (struct display_info): Add mouse_face_hidden.
27154         * msdos.c (disable_mouse_highlight): Removed variable.
27155         (show_mouse_face): Don't show highlight if mouse_face_hidden is set.
27156         (IT_note_mouse_highlight): Don't highlight if Vmouse_highlight is nil.
27157         (internal_terminal_init): Initialize mouse_face_hidden.
27158         (dos_rawgetc): Turn mouse_face_hidden off after mouse movement,
27159         and on after keyboard input.
27161         * w32term.h (struct w32_display_info): Add mouse_face_hidden.
27163         * w32term.c (disable_mouse_highlight): Removed variable.
27164         (note_mouse_highlight): Disable highlight if Vmouse_highlight is nil.
27165         (show_mouse_face): Don't show highlight if mouse_face_hidden is set.
27166         (w32_read_socket): Turn mouse_face_hidden off after mouse movement,
27167         and on after keyboard input.
27168         (w32_initialize_display_info): Initialize mouse_face_hidden.
27170 2002-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
27172         * msdos.c (last_mouse_window): New variable.
27173         (dos_rawgetc): Fix last change--if the mouse is in the same window
27174         as recorded in last_mouse_window, don't select this window.
27176         * Makefile.in (lisp, shortlisp): Use cus-start.elc, not cus-start.el.
27178         * msdos.c (x_autoselect_window_p): New variable.
27179         (syms_of_msdos): Defvar it.
27180         (dos_rawgetc): If x_autoselect_window_p is set, select the window in
27181         which the last mouse movement occured, unless it is already selected.
27183         * xdisp.c (automatic_hscroll_margin, Vautomatic_hscroll_step):
27184         New variables.
27185         (syms_of_xdisp): DEVFAR them.
27186         (hscroll_window_tree): Use automatic_hscroll_margin and
27187         Vautomatic_hscroll_step to compute the amount of window scrolling.
27189 2002-02-16  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
27191         * xterm.c (x-autoselect-window): New variable.
27192         (note_mouse_movement): Use it.
27194         * keyboard.c: Do not include "systime.h" twice.
27196 2002-02-15  Andreas Schwab  <schwab@suse.de>
27198         * puresize.h (PURESIZE_RATIO): Increase to 9/5.
27200         * alloc.c (NSTATICS): Increase to 1280.
27202 2002-02-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
27204         * alloc.c (NSTATICS): Bump to 1026.
27206         * xterm.c (Vx_alt_keysym, Vx_hyper_keysym, Vx_meta_keysym)
27207         (Vx_super_keysym): New variables.
27208         (syms_of_xterm): DEFVAR_LISP them.
27209         (x_x_to_emacs_modifiers, x_emacs_to_x_modifiers): Use the
27210         variables to determine which keys to use for the various modifiers.
27212 2002-02-13  Kim F. Storm  <storm@cua.dk>
27214         * window.c (Vmode_line_in_non_selected_windows): Removed.
27215         (mode_line_in_non_selected_windows): New variable.
27216         (syms_of_window): DEFVAR_BOOL it.
27218         * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3):
27219         Use mode_line_in_non_selected_windows.
27220         (mode_line_in_non_selected_windows): Declare extern.
27221         (Vmode_line_in_non_selected_windows): Removed extern.
27223 2002-02-13  Richard M. Stallman  <rms@gnu.org>
27225         * keyboard.c (Fthis_command_keys, Fthis_command_keys_vector)
27226         (Fthis_single_command_keys, Fthis_single_command_raw_keys)
27227         (Fclear_this_command_keys): Doc fixes.
27229         * xfaces.c (Finternal_make_lisp_face, Finternal_copy_lisp_face)
27230         (update_face_from_frame_parameter): Increment face_change_count
27231         and windows_or_buffers_changed to force redisplay using changed faces.
27233         * xdisp.c (QCpropertize): New variable.
27234         (mode_line_proptrans_alist): New variable.
27235         (display_mode_element): New arg PROPS; all calls changed.
27236         Implement this, for strings.
27237         Handle literal output of strings by sharing the
27238         main-line code for strings, using local var `literal'.
27239         Handle :propertize feature.
27240         (syms_of_xdisp): Initialze and staticpro QCpropertize and
27241         mode_line_proptrans_alist.
27243 2002-02-11  Kim F. Storm  <storm@cua.dk>
27245         * window.c (Vmode_line_in_non_selected_windows): New variable.
27246         (syms_of_window): DEFVAR_LISP it.
27248         * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3): New macro.
27249         (CURRENT_MODE_LINE_FACE_ID): Use it.
27250         (Vmode_line_in_non_selected_windows): Declare extern.
27252         * xdisp.c (display_mode_lines): Use CURRENT_MODE_LINE_FACE_ID_3
27253         to get mode line face.
27255 2002-02-11  Eli Zaretskii  <eliz@is.elta.co.il>
27257         * msdos.c (Vx_bitmap_file_path, x_stretch_cursor_p): Remove these
27258         variables; cus-start.el doesn't need them anymore.
27260 2002-02-09  Kim F. Storm  <storm@cua.dk>
27262         * insdel.c (make_gap_smaller): Preserve BEG_UNCHANGED during gap
27263         reduction.  This fixes a display problem where stray newlines were
27264         inserted in the window (corrected by C-l).  Clarified code (IMHO).
27266 2002-02-09  Eli Zaretskii  <eliz@is.elta.co.il>
27268         * dispextern.h (CURRENT_MODE_LINE_FACE_ID): Fix last change.
27270         * xdisp.c (display_mode_lines): Fix last change.
27272 2002-02-09  Jason Rumney  <jasonr@gnu.org>
27274         * w32fns.c (enum_font_cb2): Don't let charsets unknown to Windows
27275         match each other.
27276         (w32_load_system_font): Prevent Cleartype fonts from loading.
27277         (Fx_show_tip): Ensure tip frames are above other topmost windows.
27279 2002-02-09  Kim F. Storm  <storm@cua.dk>
27281         * dispextern.h (CURRENT_MODE_LINE_FACE_ID): New macro.
27282         (CURRENT_MODE_LINE_HEIGHT): Use it.
27283         (enum face_id): Add MODE_LINE_INACTIVE_FACE_ID.
27285         * xdisp.c (window_box_height): Use CURRENT_MODE_LINE_FACE_ID.
27286         (pos_visible_p, handle_face_prop): Likewise.
27287         (display_mode_lines): Likewise, but for the real selected window.
27288         (init_iterator) [row == NULL]: Handle MODE_LINE_INACTIVE_FACE_ID.
27290         * xfaces.c (Qmode_line_inactive): New face variable for mode-line
27291         in non-selected windows.
27292         (realize_basic_faces): Realize it.
27293         (syms_of_term): Intern and staticpro it.
27295 2002-02-08  Kim F. Storm  <storm@cua.dk>
27297         * alloc.c (SETJMP_WILL_LIKELY_WORK, SETJMP_WILL_NOT_WORK):
27298         Changed mail addresses to emacs-devel@gnu.org.
27300 2002-02-08  Eli Zaretskii  <eliz@is.elta.co.il>
27302         * fileio.c (Fsubstitute_in_file_name): If the file name includes
27303         ~user, and there's no such user, don't discard everything before ~user.
27305         * floatfns.c (Fround): Doc fix.
27307 2002-02-08  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
27309         * sysdep.c (init_system_name): Put unused variable `p' in #if 0.
27311 2002-02-07  Stefan Monnier  <monnier@cs.yale.edu>
27313         * lisp.h (Fx_file_dialog): Add extern decl (used in fileio.c).
27315 2002-02-07  Kim F. Storm  <storm@cua.dk>
27317         * keymap.c (where_is_internal): Only check whether definition is
27318         remapped if it fulfills is_command_symbol.
27320 2002-02-07  Andreas Schwab  <schwab@suse.de>
27322         * s/gnu-linux.h (GC_LISP_OBJECT_ALIGNMENT): Define to 2 for m68k.
27324         * alloc.c (mark_stack): Don't assume sizeof (Lisp_Object) is 4.
27326 2002-02-06  Kim F. Storm  <storm@cua.dk>
27328         * keymap.c (Fdefine_key): Allow symbol as KEY argument for
27329         defining command remapping.  Doc updated.
27330         (Flookup_key): Remap command through keymap if KEY is a symbol.
27331         (is_command_symbol): New function.
27332         (Fkey_binding): Use it.  New optional argument NO-REMAP.
27333         Doc updated.  Callers changed.  Perform command remapping via
27334         recursive call unless that arg is non-nil.
27335         (where_is_internal): New argument no_remap.  Callers changed.
27336         Call recursively to find original key bindings for a remapped
27337         comand unless that arg is non-nil.
27338         (Fwhere_is_internal): New optional argument NO-REMAP.
27339         Doc updated.  Callers changed.  Pass arg to where_is_internal.
27341         * keymap.h (Fkey_binding, Fwhere_is_internal): Update prototype.
27342         (is_command_symbol): Add prototype.
27344         * keyboard.c (Vthis_original_command): New variable.
27345         (syms_of_keyboard): DEFVAR_LISP it.
27346         (command_loop_1): Set it, and perform command remapping.
27348 2002-02-06  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
27350         * keyboard.c (recursive_edit_1): Call cancel_hourglass unconditionally.
27352 2002-02-06  Jason Rumney  <jasonr@gnu.org>
27354         * w32term.c (w32_native_per_char_metric): Disable 2002-01-20 change.
27356 2002-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
27358         * charset.c (get_charset_id): Use if-else instead of ?:.
27360 2002-02-06  Richard M. Stallman  <rms@gnu.org>
27362         * filelock.c (S_ISLNK): Define if not defined.
27364 2002-02-03  Richard M. Stallman  <rms@gnu.org>
27366         * fileio.c (Fdo_auto_save): Improve "auto save disabled" msg.
27368         * lread.c (read1): Redesign strategy for force_multibyte and
27369         force_singlebyte.  Now is_multibyte records whether read_buffer
27370         is multibyte.  Encountering any multibyte character makes it so.
27372 2002-02-02  Stefan Monnier  <monnier@cs.yale.edu>
27374         * term.c (term_get_fkeys_1): If `k0' and `k;' are both specified and
27375         with the same sequence, map that sequence to f10 rather than f0.
27377 2002-02-03  Andreas Schwab  <schwab@suse.de>
27379         * s/gnu-linux.h: Check for __mc68000__ instead of __m68k__, the
27380         latter never being defined on GNU/Linux.
27382 2002-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
27384         * xfaces.c (realize_default_face): Don't set the weight and slant of
27385         the default face to Qnormal, unless these attributes are unspecified.
27387 2002-02-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
27389         * keyboard.c (command_loop_1) [HAVE_X_WINDOWS]:
27390         Call cancel_hourglass unconditionally.
27392         * eval.c (Fsignal): Remove duplicated declaration of
27393         the variable `display_hourglass_p'.
27395 2002-01-31  Richard M. Stallman  <rms@gnu.org>
27397         * editfns.c (region_limit): Nicer error message.
27399         * coding.c (decode_composition_emacs_mule):
27400         Give up if NCOMPONENT gets too large to index `component'.
27402         * callint.c (check_mark): New arg to specify clearer error message.
27403         Callers changed.
27405 2002-01-27  Richard M. Stallman  <rms@gnu.org>
27407         * minibuf.c (Fcompleting_read): Doc fix.
27409 2002-01-27  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
27411         * minibuf.c (Fread_from_minibuffer, Fread_command, Fread_function)
27412         (Fread_variable, Fread_buffer, minibuffer-completion-confirm):
27413         Fix doc-strings.
27415 2002-01-26  Richard M. Stallman  <rms@gnu.org>
27417         * buffer.c (syms_of_buffer): Doc fixes for scroll-...-aggressively.
27419         * xdisp.c (try_scrolling): Exchange uses of scroll_down_aggressively
27420         and scroll_up_aggressively.
27422 2002-01-26  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
27424         * keyboard.c (parse_tool_bar_item): Remove duplicated prototypes.
27426 2002-01-25  Stefan Monnier  <monnier@cs.yale.edu>
27428         * textprop.c (Fnext_property_change, Fnext_single_property_change)
27429         (Fprevious_property_change, Fprevious_single_property_change):
27430         Stay within the narrowed-buffer boundaries.
27432 2002-01-25  Eli Zaretskii  <eliz@is.elta.co.il>
27434         * term.c (Ftty_display_color_cells): New function.
27435         (syms_of_term): Defsubr it.
27436         (Ftty_display_color_cells, Ftty_display_color_p): Change the
27437         argument name to DISPLAY.  Doc fix.
27439         * dispextern.h: Add prototype for set_tty_color_mode and
27440         tty_setup_colors.
27442 2002-01-24  Jason Rumney  <jasonr@gnu.org>
27444         * w32term.c (x_scroll_run): Use ScrollWindowEx in place of BitBlt.
27445         If region left to draw is not what was expected, mark the frame as
27446         garbaged.
27448         * w32fns.c (w32_wnd_proc) <WM_PAINT>: Initialize update_rect.
27449         Combine the regions returned by BeginPaint and GetUpdateRect.
27451 2002-01-23  Jason Rumney  <jasonr@gnu.org>
27453         * w32term.c (x_update_window_begin): Only hide caret if
27454         w32_use_visible_system_caret is set.
27455         (x_update_window_end): Only show caret if
27456         w32_use_visible_system_caret is set.
27457         (syms_of_w32term): Handle SystemParametersInfo call failing.
27459         * w32fns.c (syms_of_w32fns): Initialize w32_visible_system_caret_hwnd.
27461 2002-01-22  Richard M. Stallman  <rms@gnu.org>
27463         * unexelf.c (unexec): Define n so as to cause compilation error
27464         for the code where people have often written n instead of nn.
27466         * .gdbinit (hookpost-run): Defined.
27468 2002-01-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
27470         * xfns.c (x_set_frame_parameters): Typo in previous fix corrected.
27472 2002-01-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
27474         * xfns.c (x_set_frame_parameters): Just call x_fullscreen_adjust
27475         if fullscreen is being set.
27477 2002-01-21  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
27479         * minibuf.c (Fminibuffer_contents)
27480         (Fminibuffer_contents_no_properties, Fread_from_minibuffer)
27481         (Fread_string, Fread_no_blanks_input, Fcompleting_read): Doc fixes.
27483 2002-01-21  Richard M. Stallman  <rms@gnu.org>
27485         * window.c (check_frame_size): Fix minimum height calculation.
27487 2002-01-20  Ken Raeburn  <raeburn@gnu.org>
27489         * dispextern.h (WINDOW_WANTS_MODELINE_P): Use XFASTINT on window
27490         height before comparison.
27491         (WINDOW_WANTS_HEADER_LINE_P): Likewise.
27493 2002-01-20  Jason Rumney  <jasonr@gnu.org>
27495         * w32term.c (w32_system_caret_width): Remove.
27496         (w32_use_visible_system_caret): New user flag.
27497         (syms_of_w32term): DEFVAR_BOOL it.  Initialize based on whether
27498         Windows reports a screen reader running.
27499         (x_update_window_begin): Hide the system caret.
27500         (x_update_window_end): Show the system caret.
27501         (x_display_and_set_cursor): Don't draw a cursor when
27502         w32_use_visible_system_caret is set.  Do not adjust width.
27504         * w32fns.c (w32_visible_system_caret_hwnd): New static variable.
27505         (w32_wnd_proc) <WM_KILL_FOCUS, WM_EMACS_DESTROY_CARET>: Set it.
27506         <WM_EMACS_TRACK_CARET>: Arrange for system caret to be visible if
27507         the user requests it.  Use system default width when creating.
27508         <WM_EMACS_HIDE_CARET, WM_EMACS_SHOW_CARET>: Handle new messages.
27510         * w32term.h (WM_EMACS_SHOW_CARET, WM_EMACS_HIDE_CARET):
27511         New window messages.
27513 2002-01-20  Richard M. Stallman  <rms@gnu.org>
27515         * window.c (MIN_SAFE_WINDOW_HEIGHT): Value now 1.
27517 2002-01-20  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
27519         * doprnt.c (doprnt1): Fix typos in error call.
27521 2002-01-20  Eli Zaretskii  <eliz@is.elta.co.il>
27523         * unexelf.c (unexec) [__sgi]: Support the .got sections.
27525 2002-01-20  Jason Rumney  <jasonr@gnu.org>
27527         * w32term.c (w32_native_per_char_metric): Don't trust the metrics
27528         that Windows returns.  If a double check fails, try to guess how
27529         ExtTextOut is going to act.
27531         * w32fns.c (w32_load_system_font, w32_to_x_charset): Use strnicmp
27532         in place of stricmp.
27533         (w32_list_synthesized_fonts): Removed.
27534         (w32_to_all_x_charsets, enum_font_maybe_add_to_list): New functions.
27535         (struct enumfont_t): New element; list.
27536         (enum_font_cb2): List all style and charset variations of a font.
27537         (Fw32_select_font): New optional argument; include_proportional.
27538         Exclude vertical fonts.  Exclude proportional fonts unless
27539         include_proportional is non-nil.
27540         (w32_enable_synthesized_fonts): Change to a boolean.
27541         (Fw32_send_sys_command): Doc fix.
27543 2002-01-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
27545         * dispnew.c (update_frame): Move the variable `tem' to the block
27546         where it is used.
27548 2002-01-19  Jason Rumney  <jasonr@gnu.org>
27550         * w32fns.c (Fx_create_frame): Bind redisplay-dont-pause around
27551         call to face-set-after-frame-default.
27553 2002-01-18  Richard M. Stallman  <rms@gnu.org>
27555         * dispextern.h (WINDOW_WANTS_MODELINE_P): Check window height > 1.
27556         (WINDOW_WANTS_HEADER_LINE_P): Check window height provides room.
27558 2002-01-17  Richard M. Stallman  <rms@gnu.org>
27560         * window.c (enlarge_window): When exceeding size of parent,
27561         directly delete all the siblings instead of trying to resize it.
27563 2002-01-17  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
27565         * term.c (set_tty_color_mode): Remove unused variable `tem'.
27567 2002-01-16  Henrik Enberg  <henrik@enberg.org>
27569         * lread.c (init_lread): Move the installed-lisp dirs later in the path.
27571 2002-01-16  Kim F. Storm  <storm@cua.dk>
27573         * xterm.c (x_erase_phys_cursor): Don't erase cursor if cursor row
27574         is invisible.  This can happen if cursor is on top line of a
27575         window, and we switch to a buffer with a header line.
27577         * w32term.c (x_erase_phys_cursor): Ditto.
27579 2002-01-16  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
27581         * xterm.c (XTread_socket) [!USE_X_TOOLKIT]: Compute the value of
27582         `dont_resize' only when used.
27584         * xdisp.c: Remove forgotten extern declaration of `Qimage'.
27586 2002-01-15  Eli Zaretskii  <eliz@is.elta.co.il>
27588         * xdisp.c (display_mode_element): When computing charpos, depend
27589         on multibyteness of elt, not the text in field.
27591 2002-01-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
27593         * buffer.c (Fkill_all_local_variables):
27594         Increment `update_mode_lines' only once.
27596 2002-01-14  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
27598         * lisp.h (adjust_after_replace_noundo)
27599         (Fupdate_coding_systems_internal): Add prototypes.
27601         * sound.c (Fplay_sound): Initialize header_size also for :data case.
27603 2002-01-14  Eli Zaretskii  <eliz@is.elta.co.il>
27605         Support for the --color command-line argument and tty-color-mode
27606         frame parameter:
27608         * term.c (tty_default_color_capabilities, tty_setup_colors)
27609         (set_tty_color_mode): New functions.
27610         (term_init): Call tty_default_color_capabilities.
27611         (Qtty_color_mode_alist): New variable.
27612         (syms_of_term): Intern and staticpro it.
27614         * frame.c (store_frame_param): Call set_tty_color_mode for termcap
27615         frames.
27616         (do_switch_frame): For termcap frames, switch the tty
27617         color mode as specified by the frame's parameters.
27618         (Qtty_color_mode): New variable.
27619         (syms_of_frame): Intern and staticpro it.
27621         * emacs.c (USAGE2): Add the --color option.
27622         (standard_args): Ditto.
27624 2002-01-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
27626         * xterm.h (struct x_output): New members want_fullscreen,
27627         x_pixels_diff, y_pixels_diff, x_pixels_outer_diff, and
27628         y_pixels_outer_diff.
27629         New enum for FULLSCREEN_* constants.
27630         (FRAME_OUTER_WINDOW): Handle the case where output_data.x->widget
27631         is NULL.
27632         (x_fullscreen_adjust): Add prototype.
27634         * emacs.c (USAGE2): Add the new full-screen arguments.
27635         (standard_args): Ditto.
27637         * xfns.c (Qfullscreen, Qfullwidth, Qfullheight, Qfullboth):
27638         New variables.
27639         (syms_of_xfns): Intern and staticpro them.
27640         (x_frame_parms) <"fullscreen">: New parameter.
27641         (x_fullscreen_move, x_set_fullscreen): New functions.
27642         (x_set_frame_parameters): Support for Qfullscreen.
27643         (x_real_positions): More accurate computation of the frame position.
27644         (x_figure_window_size): Support full-screen frames.
27645         (Fx_create_frame): Default the fullscreen parameter.
27647         * xterm.c (x_check_fullscreen, x_fullscreen_adjust): New functions.
27648         (XTread_socket) <Expose>: Call x_check_fullscreen.
27649         <ConfigureNotify>: Don't resize to fullscreen.
27650         Call x_check_fullscreen_move, and set the want_fullscreen member of
27651         output_data.x.
27653 2002-01-13  Jason Rumney  <jasonr@gnu.org>
27655         * w32term.h (WM_XBUTTONDOWN, WM_XBUTTONUP): New window messages
27656         for mice with more than 3 buttons.
27658         * w32term.c (parse_button): New parameter xbutton.  Callers changed.
27659         (w32_read_socket): Handle new "XBUTTON" messages.
27661         * w32fns.c (w32_pass_extra_mouse_buttons_to_system): New user option.
27662         (syms_of_w32fns): DEFVAR_BOOL it.
27663         (w32_wnd_proc): Handle new "XBUTTON" messages.
27665 2002-01-13  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
27667         * keyboard.c (read_key_sequence): Remove unused variable `extra_maps'.
27669 2002-01-13  Andreas Schwab  <schwab@suse.de>
27671         * xterm.c (x_load_font): Never set fonts_changed_p to zero.
27673 2002-01-12  Andreas Schwab  <schwab@suse.de>
27675         * .gdbinit (xbuffer): Remove address operator since data is now a
27676         pointer.
27678 2002-01-11  Richard M. Stallman  <rms@gnu.org>
27680         * insdel.c (adjust_after_replace_noundo): New function.
27682         * coding.c (code_convert_region): Don't copy old text if undo disabled.
27684 2002-01-09  Jason Rumney  <jasonr@gnu.org>
27686         * xdisp.c (x_consider_frame_title): Don't count the tooltip frame
27687         when checking for multiple frames.
27689 2002-01-08  Richard M. Stallman  <rms@gnu.org>
27691         * window.c (delete_window): Rewrite the code for changing the
27692         selected window to handle the case where WINDOW is not a leaf.
27694 2002-01-07  Eli Zaretskii  <eliz@is.elta.co.il>
27696         * process.c (send_process): Set src_multibyte to 1 after the call
27697         top setup_coding_system, not before the call.
27699 2002-01-07  Jason Rumney  <jasonr@gnu.org>
27701         * xmenu.c (set_frame_menubar, xmenu_show):
27702         (xdialog_show): Initialize wv->help to Qnil.
27704         * w32menu.c (single_submenu, set_frame_menubar, w32_menu_show):
27705         (w32_dialog_show): Initialize wv->help to Qnil.
27707 2002-01-06  Jason Rumney  <jasonr@gnu.org>
27709         * xmenu.c (single_submenu): Initialize wv->help to Qnil.
27711         * w32menu.c (w32_menu_display_help): Revert last change.
27713         * xmenu.c (menu_highlight_callback): Revert last change.
27715 2002-01-06  Andreas Schwab  <schwab@suse.de>
27717         * insdel.c (make_gap_larger): Make sure buffer size does not
27718         overflow range of int.
27720 2002-01-05  Jason Rumney  <jasonr@gnu.org>
27722         * w32term.c (x_draw_glyphs): Don't call notice_overwritten_cursor if
27723         OVERLAPS_P.
27725         * w32menu.c (w32_menu_display_help): Hide any tooltip window.
27727         * w32fns.c (compute_tip_xy): If tooltip won't fit on the screen
27728         to the left or to the right of the pointer, put it against
27729         the left screen edge.
27730         (x_frame_parms): Add missing braces around initializer.
27732         * w32term.c (x_setup_relief_colors): Don't compute an image's
27733         background color if it doesn't have a Pixmap.
27734         (notice_overwritten_cursor): Don't depend on
27735         output_cursor and updated_area.  Compare pixel coordinates with
27736         window's cursor pixel coordinates.
27737         (x_draw_glyphs, x_clear_end_of_line, show_mouse_face):
27738         Call notice_overwritten_cursor with new arg list.
27739         (show_mouse_face): Fix bug setting a row's mouse_face_p flag
27740         unconditionally.
27741         (x_draw_image_relief): Use predefined macro instead of
27742         constant when the value of `tool_bar_button_relief' is negative.
27744         * w32term.c (x_display_and_set_cursor): Fix PostMessage arg types.
27746 2002-01-04  Richard M. Stallman  <rms@gnu.org>
27748         * xmenu.c (menu_highlight_callback): Hide any tooltip window.
27750 2002-01-03  Richard M. Stallman  <rms@gnu.org>
27752         * keymap.c (Fcurrent_active_maps): Put the `keymap' property map first.
27753         (Fkey_binding): Try the `keymap' property map first.
27754         (Fdescribe_buffer_bindings): Show `keymap' property bindings before
27755         minor mode bindings.
27757 2002-01-03  Kim F. Storm  <storm@cua.dk>
27759         * keyboard.c (read_key_sequence): Fix cast of submaps arg to bcopy.
27761 2002-01-02  Richard M. Stallman  <rms@gnu.org>
27763         * keyboard.c (read_key_sequence): Handle the keymap property
27764         before minor mode maps.
27766         * editfns.c (Fformat): Update thissize from field_width
27767         based on the actual width, in the string case.
27769 2002-01-01  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
27771         * charset.h (UNIBYTE_STR_AS_MULTIBYTE_P): Parenthesize assignment
27772         when used as truth value to prevent gcc warnings.
27774         * sysdep.c, unexapollo.c, w32.c, w32bdf.c, w32heap.c, w32inevt.c,
27775         * w32proc.c: Include <config.h>.
27777 2002-01-01  Andreas Schwab  <schwab@suse.de>
27779         * eval.c (max_specpdl_size, max_lisp_eval_depth): Define as int,
27780         not EMACS_INT, to make them compatible with DEFVAR_INT.
27781         * lisp.h (max_specpdl_size): Adjust declaration.
27783 2002-01-01  Richard M. Stallman  <rms@gnu.org>
27785         * print.c (print_object): Test print_escape_nonascii only for
27786         unibyte strings.
27787         (PRINTPREPARE): Once again bind Qprint_escape_nonascii
27788         when outputting to a multibyte buffer.
27790 2001-12-29  Richard M. Stallman  <rms@gnu.org>
27792         * print.c (print_object): In multibyte string, use hex escapes.
27793         Use octal only for unibyte strings.
27794         (PRINTPREPARE): Don't ever set Qprint_escape_nonascii.
27796         * lread.c (read_escape): New arg BYTEREP for reporting whether
27797         escape forces unibyte or multibyte.
27798         (read1): When reading a string, take note of that info.
27800 2001-12-29  Ken Raeburn  <raeburn@gnu.org>
27802         * abbrev.c (Fexpand_abbrev): Use NILP instead of implicit zero
27803         comparison to test lisp value returned by Fget.
27805 2001-12-29  Richard M. Stallman  <rms@gnu.org>
27807         * lisp.h (max_specpdl_size): Add declaration.
27809         * fileio.c (Fdo_auto_save): If NO_MESSAGE, don't call push_message.
27811         * keymap.c (silly_event_symbol_error): New subrtn, from Fdefine_key.
27812         Handle modifier bits.  Correct typo in error message.
27814 2001-12-28  Richard M. Stallman  <rms@gnu.org>
27816         * abbrev.c: Use the plist of an abbrev for multiple params if nec.
27817         (Fdefine_abbrev): New arg SYSTEM-FLAG for a system abbrev.
27818         (Fdefine_global_abbrev, Fdefine_mode_abbrev):
27819         Update calls to Fdefine_abbrev.
27820         (write_abbrev): Update for changed data format.
27821         Don't list "system" abbrevs.
27822         (Fexpand_abbrev): Update use count with new data format.
27823         (describe_abbrev): Update for changed data format.
27824         (Fdefine_abbrev_table): Handle the new SYSTEM-FLAG.
27826         * config.in (HAVE_MBSINIT): Add #undef.
27828         * strftime.c (mbsinit): Define as no-op if not available.
27830         * s/sco5.h (LIBX11_SYSTEM) [MOTIF]: Add -lgen.
27831         (sigprocmask_set): Conditionalize decl on ! NOT_C_CODE.
27833         * keymap.c (Flookup_key): Error message if key has wrong data type.
27834         (Fdefine_key): Add error message for trying to bind [DEL], [RET], etc.
27835         (exclude_key): New variable.
27837 2001-12-28  Gerd Moellmann  <gerd@gnu.org>
27839         * xterm.c (x_setup_relief_colors): Don't compute an image's
27840         background color if it doesn't have a Pixmap.
27842         * xterm.c (notice_overwritten_cursor): Don't depend on
27843         output_cursor and updated_area.  Compare pixel coordinates with
27844         window's cursor pixel coordinates.
27845         (x_draw_glyphs, x_clear_end_of_line, show_mouse_face):
27846         Call notice_overwritten_cursor with new arg list.
27847         (show_mouse_face): Fix bug setting a row's mouse_face_p flag
27848         unconditionally.
27850         * xdisp.c (try_scrolling) <PT below scroll margin>: Add the
27851         height of the cursor line to the amount to scroll.
27853 2001-12-27  Richard M. Stallman  <rms@gnu.org>
27855         * intervals.c (set_point_both): The position after an invisible,
27856         intangible character is not an acceptable stopping point.
27858 2001-12-27  Ken Raeburn  <raeburn@gnu.org>
27860         * window.c (enlarge_window): In new preserve_before code, convert
27861         CURBEG from lisp object to integer before doing arithmetic.
27863 2001-12-27  Richard M. Stallman  <rms@gnu.org>
27865         * bytecode.c (Fbyte_code): Undo previous change.
27867 2001-12-26  Kim F. Storm  <storm@cua.dk>
27869         * keyboard.c (record_char): Ignore duplicate help-echo events only
27870         separated by mouse-movement.  When tracking mouse, only record
27871         first and last mouse-movement event in same window.
27872         Don't record mouse-movement events in keyboard macros.
27874 2001-12-25  Richard M. Stallman  <rms@gnu.org>
27876         * window.c (enlarge_window): New arg PRESERVE_BEFORE.  Callers changed.
27877         (Fenlarge_window): New arg PRESERVE_BEFORE.
27879         * bytecode.c (Fbyte_code): Use Fstring_make_unibyte
27880         instead of Fstring_as_unibyte.
27882 2001-12-22  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
27884         The following changes remove mocklisp support:
27886         * mocklisp.h, mocklisp.c: Files removed.
27888         * lisp.h: Remove declarations of variables `Vmocklisp_arguments',
27889         `Qmocklisp' and `Qmocklisp_arguments'.
27890         Remove prototype of syms_of_mocklisp.
27892         * makefile.nt, makefile.w32-in, Makefile.in: Remove mocklisp files.
27894         * callint.c: Do not include mocklisp.h.
27895         (Fcall_interactively): Do not test for mocklisp case.
27897         * eval.c: Remove variables `Qmocklisp_arguments',
27898         `Vmocklisp_arguments' and `Qmocklisp'.  Remove prototype of ml_apply.
27899         (Fprogn, Fwhile, Fcommandp, Feval, Ffuncall, funcall_lambda):
27900         Do not test for mocklisp case.
27901         (Fwhile): Remove unused variable `tem'.
27902         (syms_of_eval): Remove variable `moclisp-arguments'.
27904         * data.c (wrong_type_argument): Remove mocklisp case.
27906         * doc.c (Fdocumentation): Remove mocklisp case.
27908         * emacs.c (main): Do not call syms_of_mocklisp.
27910 2001-12-21  Richard M. Stallman  <rms@gnu.org>
27912         * xfns.c (compute_tip_xy): If tooltip won't fit on the screen
27913         to the left or to the right of the pointer, put it against
27914         the left screen edge.
27916 2001-12-21  Eli Zaretskii  <eliz@is.elta.co.il>
27918         * Makefile.in (distclean): Remove .gdbinit if we are building
27919         outside the source tree.
27921 2001-12-19  Eli Zaretskii  <eliz@is.elta.co.il>
27923         * w32.c (emacs_root_dir): New function.
27925         * msdos.c (emacs_root_dir): New function.
27927         * fileio.c (Fexpand_file_name) [DOS_NT]: Use the root directory
27928         of the current drive as the fallback for default_directory.
27930         * dired.c (file_name_completion): Run the elements of
27931         completion-ignored-extensions through ENCODE_FILE.
27933         * lisp.h (scmp): Remove prototype, since it's now a static
27934         function private to dired.c.
27936 2001-12-18  Richard M. Stallman  <rms@gnu.org>
27938         * dired.c (scmp): Function moved from minibuf.c.
27939         Delete multibyte handling--used only on encoded strings.
27941         * minibuf.c (scmp): Function moved to dired.c.
27943         * fns.c (merge): Add QUIT call.
27945 2001-12-18  Dave Love  <fx@gnu.org>
27947         * Makefile.in (lisp, shortlisp): Add language/utf-8-lang.el,
27948         language/georgian.el.
27950 2001-12-18  Eli Zaretskii  <eliz@is.elta.co.il>
27952         * Makefile.in (lisp, shortlisp): Synchronize with changes to
27953         lisp/Makefile.in:DONTCOMPILE.
27955 2001-12-18  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
27957         * xdisp.c (window_box_height): Do not return negative values.
27958         From Gerd Moellmann <gerd@gnu.org>.
27960         * keyboard.c (head_table): Add missing braces around initializer.
27962         * term.c (keys): Likewise.
27964         * xfns.c (x_frame_parms, visual_classes): Likewise.
27966 2001-12-17  Sam Steingold  <sds@gnu.org>
27968         * coding.c (DECODE_COMPOSITION_END): Fixed a typo in the last
27969         patch (COMPOSING_P, not COMPOSING).
27971 2001-12-17  Richard M. Stallman  <rms@gnu.org>
27973         * editfns.c (Fcompare_buffer_substrings): Add QUIT to main loop.
27975         * coding.c (code_convert_region): Update coding->cmp_data->char_offset
27976         before calling decode_coding.
27978         * charset.c (Fdefine_charset): Call Fupdate_coding_systems_internal.
27980         * coding.c (DECODE_COMPOSITION_END): Check for ! COMPOSING_P (coding)
27981         instead of only for COMPOSITION_DISABLED.
27983 2001-12-16  Richard M. Stallman  <rms@gnu.org>
27985         * alloc.c (pure_alloc): After overflow, allocate just a small block.
27987         * Makefile.in (xmenu.o, xterm.o, fontset.o): Depend on buffer.h.
27989         * buffer.h (struct buffer): New field `display_error_modiff'.
27990         * buffer.c (reset_buffer): Initialize `display_error_modiff'.
27992         * window.c (Frecenter): Clear display_error_modiff field.
27994         * xdisp.c (redisplay_window_0, redisplay_window_1): New functions.
27995         Call redisplay_window, but not if display_error_modiff field says no.
27996         (redisplay_window_error): New function.
27997         (displayed_buffer): New variable.
27998         (redisplay_internal, redisplay_windows): Call the new functions
27999         instead of redisplay_window directly.
28001 2001-12-15  Richard M. Stallman  <rms@gnu.org>
28003         * keyboard.c (syms_of_keyboard) <double-click-fuzz>: Doc fix.
28005 2001-12-14  Andrew Innes  <andrewi@gnu.org>
28007         * makefile.w32-in (EMACSLOADPATH): Define.
28008         ($(EMACS)): Run `list-load-path-shadows' after dumping Emacs.
28009         (bootstrap-temacs): Remove dependency on bootstrap-clean.
28011 2001-12-13  Eli Zaretskii  <eliz@is.elta.co.il>
28013         * xfns.c (x_report_frame_params): Make the scroll-bar-width frame
28014         parameter have a numeric value all the time.
28016         * w32fns.c (x_report_frame_params): Likewise.
28018 2001-12-12  Richard M. Stallman  <rms@gnu.org>
28020         * fileio.c (Fwrite_region): Doc fix.
28022         * xdisp.c (CLEAR_FACE_CACHE_COUNT): Redefine as 500.
28023         (redisplay_internal): Call clear_image_cache only for window terminals.
28025 2001-12-12  Gerd Moellmann  <gerd@gnu.org>
28027         * xdisp.c (move_it_vertically_backward): Change heuristic
28028         for the case that we didn't move far enough initially.
28030         * window.c (Frecenter): Simplify computation in the case of window
28031         system frames and ARG < 0; use window_box_height.
28033 2001-12-11  Richard M. Stallman  <rms@gnu.org>
28035         * Makefile.in, mem-limits.h, dispnew.c, emacs.c, fileio.c:
28036         * process.c, sysdep.c, unexec.c: Test GNU_LINUX, not LINUX.
28038 2001-12-11  Andrew Innes  <andrewi@gnu.org>
28040         * insdel.c (make_gap) [DOUG_LEA_MALLOC]: Call make_gap_smaller if
28041         arg is negative.
28043 2001-12-11  Richard M. Stallman  <rms@gnu.org>
28045         * m/hp800.h: Split the __hpux conditional into the parts
28046         that are right for GNU/Linux too and the parts that are not.
28047         Use the former if GNU_LINUX.
28048         (HAVE_ALLOCA, LOAD_AVE_TYPE, LOAD_AVE_CVT): New defs for GNU/Linux.
28050         * s/gnu-linux.h (GNU_LINUX): Defined.
28052 2001-12-11  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
28054         * macros.c, msdos.c, w16select.c: Change doc-string comments to
28055         `new style' [w/`doc:' keyword].
28057 2001-12-10  Jason Rumney  <jasonr@gnu.org>
28059         * w32menu.c (w32_free_submenu_strings): Clear menu item struct
28060         before using.
28062 2001-12-09  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
28064         * dosfns.c: Change doc-string comments to `new style' [w/`doc:'
28065         keyword].
28067 2001-12-09  Eli Zaretskii  <eliz@is.elta.co.il>
28069         * dosfns.c (dos-display-scancodes, dos-decimal): Doc fix.
28071         * s/hpux10.h (srand48): Don't undefine.
28073 2001-12-09  Jason Rumney  <jasonr@gnu.org>
28075         * w32menu.c (_widget_value): Make `help' field a Lisp_Object.
28076         Add comment to explain where the struct came from.
28077         (single_submenu, w32_menu_show): Set `help' field as Lisp_Object.
28078         (add_menu_item): Process pop-up menus first to avoid memory leak.
28079         (add_menu_item, w32_menu_display_help): Use `help' field as
28080         Lisp_Object.
28081         (w32_free_submenu_strings): Only free owner-drawn strings.
28083 2001-12-09  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
28085         * COPYING: Moved back.
28087         * charset.c (char_to_string_1, translate_char, Fdefine_charset):
28088         Add parentheses around && within ||.
28090         * indent.c (compute_motion): Likewise.
28092         * intervals.c (merge_properties_sticky): Likewise.
28094         * coding.c (setup_coding_system, shrink_encoding_region)
28095         (Fdecode_sjis_char): Likewise.
28097 2001-12-07  Andreas Schwab  <schwab@suse.de>
28099         * xdisp.c (display_mode_element): Don't read past end of string if
28100         it ends with '%'.
28102         * alloc.c (inhibit_garbage_collection): Don't exceed value an int
28103         can hold.
28105         * data.c (Vmost_positive_fixnum, Vmost_negative_fixnum):
28106         Rename from most_positive_fixnum and most_negative_fixnum, resp., and
28107         type changed to Lisp_Object.
28108         (syms_of_data): DEFVAR_LISP them.
28110 2001-12-07  Richard M. Stallman  <rms@gnu.org>
28112         * callproc.c (init_callproc): Set Vdata_directory based on the source
28113         location whenever Emacs was run uninstalled.
28115 2001-12-06  Paul Eggert  <eggert@twinsun.com>
28117         * config.in (HAVE_WORKING_VFORK): New #undefs.
28118         * process.c (create_process):
28119         Use HAVE_WORKING_VFORK, not HAVE_VFORK.
28120         * m/cnvrgnt.h (HAVE_VFORK): Remove #define.
28121         * m/ibm370aix.h (HAVE_VFORK): Remove #undef.
28122         * m/ibmps2-aix.h (HAVE_VFORK): Remove #define.
28123         * m/intel386.h (HAVE_VFORK): Likewise.
28124         * m/mips-siemens.h (HAVE_VFORK): Likewise.
28125         * m/mips.h (HAVE_VFORK): Likewise.
28126         * s/freebsd.h (vfork): Remove #define.
28127         * s/lynxos.h (HAVE_VFORK): Remove #undef.
28128         * s/usg5-4-2.h: Fix comment about vfork.
28130 2001-12-06  Richard M. Stallman  <rms@gnu.org>
28132         * s/hpux10.h (random): Add undef.
28133         (HAVE_RANDOM): Define it just once.
28135 2001-12-06  Stefan Monnier  <monnier@cs.yale.edu>
28137         * eval.c: Undo last change: the standard syntax is not wanted.
28139 2001-12-06  Eli Zaretskii  <eliz@is.elta.co.il>
28141         * xterm.c (x_free_frame_resources) [USE_X_TOOLKIT]: Remove all the
28142         scroll bars of the frame before deleting the frame itself.  If the
28143         frame has a widget, delete the frame with XtDestroyWidget, and do
28144         not call XDestroyWindow before that.
28146 2001-12-06  Kim F. Storm  <storm@cua.dk>
28148         * xfns.c (x_report_frame_params): Return actual fringe widths.
28150         * w32fns.c (x_report_frame_params): Return actual fringe widths.
28152 2001-12-05  Andrew Innes  <andrewi@gnu.org>
28154         * alloc.c (Fgarbage_collect): Shrink buffer gaps that are
28155         excessively large.
28157         * insdel.c (make_gap_larger): New function.
28158         (make_gap_smaller): New function.
28159         (make_gap) [USE_MMAP_FOR_BUFFERS || REL_ALLOC]:
28160         Call make_gap_smaller if arg is negative.
28162 2001-12-04  Stefan Monnier  <monnier@cs.yale.edu>
28164         * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal prototype.
28165         Pass a dummy argument when calling interrupt_signal.
28166         (parse_menu_item): Mark disabled items before checking for empty def.
28167         (read_char_minibuf_menu_prompt): Make safety more visible.
28168         (read_key_sequence): Add a `first_unbound' variable.
28169         Use it to detect C-c ESC ESC ESC ESC ... cases and drop the
28170         unbound prefix as soon as we can detect it.
28172         * doc.c (Fsnarf_documentation): Add prototype.
28173         (get_doc_string): Handle negative arguments.
28174         (Fdocumentation): Use AREF and ASIZE.
28175         Move the calls to get_doc_string to a single place.
28176         Don't confuse an interactive-spec for a docstring reference.
28177         (Fdocumentation_property): Take advantage of the fact that
28178         get_doc_string now ignores the sign of the docstring position.
28180         * eval.c: Use standard syntax for usage in docstrings.
28182 2001-12-03  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
28184         * xdisp.c (syms_of_xdisp): Make `tool-bar-button-relief' an option.
28186 2001-12-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
28188         * xterm.c (x_draw_image_relief): Use predefined macro instead of
28189         constant when the value of `tool_bar_button_relief' is negative.
28191 2001-12-02  Richard M. Stallman  <rms@gnu.org>
28193         * xmenu.c (menu_highlight_callback): Use `help' field as Lisp_Object.
28194         (single_submenu, xmenu_show): Set `help' field as Lisp_Object.
28196         * fileio.c (read_non_regular): Delete Fsignal call.
28198 2001-12-01  Stefan Monnier  <monnier@cs.yale.edu>
28200         * lisp.h (run_hook_list_with_args): Undo last change.
28202 2001-12-01  Gerd Moellmann  <gerd@gnu.org>
28204         * xterm.c (x_draw_fringe_bitmap): Always undo clipping.
28206 2001-12-01  Jason Rumney  <jasonr@gnu.org>
28208         * window.c (Qleft_fringe, Qright_fringe): Remove.  Now in frame.c.
28210         * w32term.h (WM_MOUSELEAVE, TME_LEAVE, TRACKMOUSEEVENT)
28211         [!WM_MOUSELEAVE]: Define.
28213         * w32menu.c (current_popup_menu, get_menu_item_info):
28214         (set_menu_item_info): New vars.
28215         (set_frame_menubar): Doc fix clarifying GC interaction with menus.
28216         (w32_menu_show): Set current_popup_menu.
28217         (add_menu_item): Allocate new strings for owner-drawn menu items
28218         and help strings.
28219         Use owner-draw for disabled menu items again.
28220         (w32_menu_display_help): Ignore owner-drawn items and popup menus.
28221         (w32_free_submenu_strings, w32_free_menu_strings): New functions.
28223         * w32fns.c (trackmouse_window, track_mouse_event_fn): New vars.
28224         (w32_wnd_proc) <WM_MOUSEMOVE>: Notice when mouse enters frame.
28225         <WM_EXITMENULOOP>: Free menu strings.
28226         <WM_MOUSELEAVE>: Stop tracking mouse.
28227         (x_create_tip_frame): Specify no minibuffer, modeline or fringes.
28229         * w32term.c (w32_read_socket) <WM_MOUSELEAVE>: Cancel help echo
28230         and mouse face.
28232 2001-12-01  Kim F. Storm  <storm@cua.dk>
28234         The following changes add left-fringe and right-fringe
28235         frame parameters to adjust fringe widths, or remove one or
28236         both fringes.
28238         * frame.h (struct frame): Remove trunc_area_pixel_width and
28239         trunc_area_cols fields.
28240         (Qleft_fringe, Qright_fringe): Declare.
28241         (FRAME_RIGHT_FRINGE_WIDTH): New macro.
28243         * frame.c (Qleft_fringe, Qright_fringe): New vars.
28244         (syms_of_frame): Initialize them.
28246         * window.c (coordinates_in_window): Handle separate left and right
28247         fringe widths.
28249         * xterm.h (struct x_output): Add left_fringe_width, right_fringe_width,
28250         and fringe_cols fields.
28251         (FRAME_FRINGE_BITMAP_WIDTH, FRAME_FRINGE_BITMAP_HEIGHT): Remove macros.
28252         (FRAME_X_FRINGE_COLS): Use fringe_cols field.
28253         (FRAME_X_FRINGE_WIDTH): Use fringes_extra field.
28254         (FRAME_X_LEFT_FRINGE_WIDTH): Use left_fringe_width field.
28255         (FRAME_X_RIGHT_FRINGE_WIDTH): Use right_fringe_width field.
28256         (x_compute_fringe_widths): Add prototype.
28258         * xterm.c (zv_height, zv_bits, zv_period): Changed zv bitmap to
28259         fill fringe evenly with small dashes.
28260         (x_draw_fringe_bitmap): Clear background if necessary.  Align and
28261         clip the new ZV bitmap to avoid jitter between rows.
28262         (x_draw_row_fringe_bitmaps): Rely on x_draw_fringe_bitmap to clear
28263         background.  Don't draw fringe bitmaps if fringe width is zero.
28264         (x_compute_fringe_widths): New function.
28265         (x_new_font, x_set_window_size_1): Use it.
28267         * xfns.c (x_frame_parms): Add `left-fringe' and `right-fringe' parms.
28268         (x_set_frame_parameters): Process `font' parameter before other
28269         parameters as fringe widths depend on it.
28270         (x_set_fringe_width): New function.
28271         (x_figure_window_size): Use x_compute_fringe_widths.
28272         (Fx_create_frame): Process `left-fringe' and `right-fringe' frame
28273         parameters.
28275         * widget.c (set_frame_size): Use x_compute_fringe_widths.
28276         (EmacsFrameSetCharSize): Ditto.
28278         * w32term.h: Merged changes from xterm.h.
28279         * w32term.c: Merged changes from xterm.c.
28280         * w32fns.c: Merged changes from xfns.c.
28282 2001-11-29  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
28284         * COPYING: Removed.
28286 2001-11-29  Dave Love  <fx@gnu.org>
28288         * coding.c (syms_of_coding) <Qchar_coding_system>: Give it an
28289         extra extra slot.
28290         (detect_coding_mask): Fix call of detect_coding_iso2022.
28292 2001-11-29  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
28294         * fileio.c (file-name-coding-system)
28295         (default-file-name-coding-system): Doc fix (links to referenced
28296         variables added).
28298 2001-11-28  Stefan Monnier  <monnier@cs.yale.edu>
28300         * lisp.h (GCPRO1, GCPRO2, GCPRO3, GCPRO4, GCPRO5):
28301         Add dummy uses of gcproN variables.
28303         * category.c (describe_category, describe_category_1)
28304         (Fdescribe_categories): Remove.  (Moved to lisp/help-fns.el.)
28305         (syms_of_category): Don't defsubr Sdescribe_categories.
28307 2001-11-28  Richard M. Stallman  <rms@gnu.org>
28309         * fileio.c (Ffind_file_name_handler): Avoid initializer for `result'.
28311         * Makefile.in (lispdir): New variable, referring to build dir.
28312         (TAGS-LISP): Find Makefile in $(lispdir), not $(lispsource).
28314 2001-11-28  Andrew Innes  <andrewi@gnu.org>
28316         * w32menu.c (w32_menu_display_help): Actually add the new argument
28317         OWNER.
28319 2001-11-28  Jason Rumney  <jasonr@gnu.org>
28321         * w32menu.c (add_menu_item): Do not use owner-draw for disabled
28322         menu items.  From David Ponce <dponce@wanadoo.fr>.
28323         (w32_dialog_show) [HAVE_DIALOGS]: Compile whole function
28324         conditionally.
28325         (w32_menu_display_help): New argument OWNER.  Rewritten to store a
28326         help event in the owner frame's keyboard buffer.
28328         * w32fns.c (w32_wnd_proc) <WM_MENUSELECT>: Display help directly.
28329         (Fx_show_tip): Don't subtract last width from row width.
28331         * w32term.c (w32_read_socket) <WM_MENUSELECT>: Remove.
28332         (w32_read_socket): Use EQ to compare frames.
28334 2001-11-28  Gerd Moellmann  <gerd@gnu.org>
28336         * xterm.c (x_draw_glyphs): Don't call notice_overwritten_cursor if
28337         OVERLAPS_P.
28339 2001-11-28  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
28341         * xdisp.c (message_dolog): Remove unused variables `gcpro2',
28342         `gcpro3' and `gcpro4'.
28344         * coding.c (decode_coding_string): Remove unused variable `gcpro1'.
28346 2001-11-28  Stefan Monnier  <monnier@cs.yale.edu>
28348         * ccl.c: Use AREF and ASIZE.
28350 2001-11-27  Stefan Monnier  <monnier@cs.yale.edu>
28352         * lisp.h (run_hook_list_with_args): Remove.
28353         (LIST_END_P): Fix call to wrong_type_argument.
28354         (make_fixnum_or_float): Use EMACS_INT rather than int.
28356 2001-11-26  Stefan Monnier  <monnier@cs.yale.edu>
28358         * syntax.c (syms_of_syntax): Remove defsubr of Sdescribe_syntax.
28359         (describe_syntax, describe_syntax_1, Fdescribe_syntax): Remove.
28361         * eval.c: Use AREF and ASIZE.
28362         (Ffetch_bytecode): Add the file name to the error message.
28364         * fileio.c (Ffind_file_name_handler): Give precedence to handlers
28365         which match the end of the file-name.
28366         (Fsubstitute_in_file_name): Don't signal an error if $ENVVAR
28367         is not a valid env var, but leave it as is instead.
28369         * keymap.c (access_keymap): Handle t bindings like nil bindings.
28370         Make nil bindings in char-tables transparent.
28371         (store_in_keymap): Turn a nil binding into a t binding for char-tables.
28373 2001-11-26  Richard M. Stallman  <rms@gnu.org>
28375         * textprop.c (set_text_properties_1): Allow START, END in either order.
28376         Do nothing if range is empty.
28378         * Makefile.in (mallocobj): Simplify logic using auxiliary vars.
28380         * Makefile.in (mostlyclean): Delete bootstrap-emacs here.
28381         (clean): Not here.
28383 2001-11-25  Stefan Monnier  <monnier@cs.yale.edu>
28385         * textprop.c (set_text_properties_1): Clearly mark that the
28386         interval should not be empty.
28388         * intervals.c (graft_intervals_into_buffer):
28389         Don't call set_text_properties_1 on an empty interval.
28391 2001-11-25  Richard M. Stallman  <rms@gnu.org>
28393         * unexelf.c (unexec): Index by n, not nn, when checking for ".sbss".
28395         * callproc.c (Fcall_process): When we make a bigger buffer for bufptr,
28396         don't lose the data in it.
28398 2001-11-25  Juanma Barranquero  <lektu@terra.es>
28400         * abbrev.c (Fexpand_abbrev): Use Frun_hooks instead of Vrun_hooks.
28402         * buffer.c (Fkill_buffer): Likewise.
28404         * print.c (temp_output_buffer_setup): Likewise.
28406 2001-11-25  Stefan Monnier  <monnier@cs.yale.edu>
28408         * xfaces.c (merge_face_heights): Coerce back to int explicitly.
28410 2001-11-25  Eli Zaretskii  <eliz@is.elta.co.il>
28412         * window.c (Fset_window_vscroll): Doc fix.  From Kalle Olavi
28413         Niemitalo <kon@iki.fi>.
28415 2001-11-25  Jason Rumney  <jasonr@gnu.org>
28417         * w32term.h (FRAME_X_FRINGE_COLS): No fringe on tip frames.
28419         * w32fns.c (x_create_tip_frame): Set frame's fringes_extra to 0.
28420         (Fx_show_tip): Block input during frame creation.
28421         (Fx_show_tip, Fx_hide_tip): Enable.
28423 2001-11-24  Richard M. Stallman  <rms@gnu.org>
28425         * lread.c (Fload): Detect recursive load error for more than 3
28426         nestings of the same file.
28427         (Vrecursive_load_depth_limit): Variable deleted.
28428         (syms_of_lread) <recursive-load-depth-limit>: Variable deleted.
28430 2001-11-24  Jason Rumney  <jasonr@gnu.org>
28432         * xfns.c (compute_tip_xy): Initialize root_x and root_y from
28433         mouse position if either left or top is not specified.
28435         * w32fns.c (w32_wnd_proc) <WM_MENUSELECT>: Revert last change.
28436         <WM_WINDOWPOSCHANGING>: Let tip frames resize without restriction.
28437         (my_create_tip_window, Fx_show_tip): Adjust size for external border.
28438         (my_create_tip_window): Assign tip_window.
28439         (x_create_tip_frame): Use same defaults as X.
28440         (compute_tip_xy): Remove unused variable.  Use full screen width.
28441         (Fx_show_tip): Do not double height.  Call ShowWindow directly.
28443         * w32term.c (x_after_update_window_line): Doc fix.
28444         (w32_read_socket): Doc fix.  Avoid SET_FRAME_GARBAGED for tip
28445         frames.
28446         <WM_SHOWWINDOW>: Redo mouse highlight when hiding tip frame.
28448         * xdisp.c (prepare_menu_bars) [HAVE_WINDOW_SYSTEM]: Use tip_frame
28449         for all Windowed systems.
28451 2001-11-23  Eli Zaretskii  <eliz@is.elta.co.il>
28453         * msdos.c (IT_clear_screen): If the frame's faces are not yet
28454         realized, use the initial screen colors to clear the screen.
28456 2001-11-23  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
28458         * textprop.c (Fset_text_properties): Remove unused variables
28459         `unchanged', `prev_changed', `s' and `len'.
28461         * search.c (Freplace_match): Remove unused variable `inslen'.
28463         * keymap.c (access_keymap): Remove unused variables `c1' and `c2'.
28465 2001-11-22  Jason Rumney  <jasonr@gnu.org>
28467         * w32fns.c (x_window_to_frame): Remove irrelevant TODO comment.
28468         (w32_wnd_proc) <WM_MENUSELECT>: Show help echo directly.
28469         (my_create_tip_window): New function.
28470         (x_create_tip_frame, compute_tip_xy): Adapt for Windows.
28471         (Fx_show_tip, Fx_hide_tip) [TEST_TOOLTIPS]: Adapt for Windows.
28473 2001-11-20  Jason Rumney  <jasonr@gnu.org>
28475         * coding.h (Vw32_system_coding_system) [WINDOWSNT]: Remove.
28476         (ENCODE_SYSTEM, DECODE_SYSTEM) [WINDOWSNT]: Use Vlocale_coding_system.
28478         * w32fns.c (Vw32_system_coding_system): Remove.
28479         (w32_to_x_font, x_to_w32_font): Use Vlocale_coding_system.
28481 2001-11-19  Stefan Monnier  <monnier@cs.yale.edu>
28483         * fileio.c (Fwrite_region): Move choose_write_coding_system to
28484         after build_annotations.
28486         * syntax.c (describe_syntax): Add dummy arg.
28487         (describe_syntax_1): Update call to describe_vector.
28489         * category.c (describe_category): Add dummy arg.
28490         (describe_category_1): Update call to describe_vector.
28492         * keymap.c (Fdescribe_vector): Add `describer' parameter.
28493         (describe_command, describe_translation): Add dummy second param.
28494         (describe_map): Call elt_describer with two arguments.
28495         (describe_vector_princ): Add `fun' parameter.
28496         Call it instead of the hardcoded `princ'.
28497         (describe_vector): Add arg `args'.
28498         Pass it as a new second argument to elt_describer.
28500         * keymap.h (describe_vector): Update prototype.
28502         * frame.c: Don't include keymap.h any more.
28503         (keys_of_frame): Remove.
28505         * lisp.h (keys_of_frame): Remove declaration.
28507         * emacs.c (main): Don't call `keys_of_frame' any more.
28509 2001-11-14  Andreas Schwab  <schwab@suse.de>
28511         * unexelf.c [!defined MAP_ANON]: Define MAP_ANON to MAP_ANONYMOUS
28512         if defined, 0 otherwise.
28513         (MAP_FAILED): Define if not defined and use it to test mmap failure.
28514         (unexec) [!MAP_ANON]: Use /dev/zero as file to map.
28516 2001-11-19  Richard M. Stallman  <rms@gnu.org>
28518         * indent.c (current_column_1): Fix handling of scan_bytes for mb chars.
28520 2001-11-18  Jason Rumney  <jasonr@gnu.org>
28522         * w32term.c (note_mouse_highlight): Fix type of variable `ignore'.
28523         (x_draw_bar_cursor): If the background color of the glyph under
28524         the cursor equals the frame's cursor color, use the glyph's
28525         foreground color for drawing the bar cursor.
28526         (x_after_update_window_line): Clear internal border in different
28527         circumstances.
28528         (w32_set_vertical_scroll_bar): Check for width and height > 0.
28529         (w32_draw_relief_rect): Correct relief by 1 pixel.
28530         (x_set_glyph_string_background_width):
28531         Set extends_to_end_of_line_p if the row's fill_line_p is set and
28532         drawing the last glyph with DRAW_IMAGE_{RAISED,SUNKEN}.
28533         (x_display_and_set_cursor): If cursor_in_echo_area, use NO_CURSOR
28534         if cursor_in_non_selected_windows is false.
28535         (show_mouse_face): Clean up.  Recognize overwritten cursor differently.
28536         (x_draw_glyphs): Remove parameters REAL_START and REAL_END.
28537         Notice if cursor gets overwritten.
28538         (notice_overwritten_cursor): Renamed from
28539         note_overwritten_text_cursor.  Rewritten to take glyph widths
28540         into account, and to take X positions as parameters.
28541         (x_draw_phys_cursor_glyph): Save state of w->phys_cursor_on_p
28542         around call to x_draw_glyphs.
28543         (x_setup_relief_colors): Use `IMAGE_BACKGROUND' and
28544         `IMAGE_BACKGROUND_TRANSPARENT' to calculate the correct background
28545         color to use for image glyph reliefs.
28546         (x_draw_image_relief): Accept zero tool_bar_button_relief.
28547         (glyph_rect): Remove unused variable `area'.
28549         * w32fns.c (x_set_frame_parameters): Avoid infinite recursion for
28550         some items.
28551         (x_set_internal_border_width): Set frame garbaged when window
28552         doesn't exist yet.
28553         (Fx_create_frame): Accept zero tool_bar_button_relief.
28554         (x_clear_image_1, four_corners_best, image_background)
28555         (image_background_transparent): New functions.
28556         (xpm_format, png_format, jpeg_format, tiff_format, gif_format)
28557         (gs_format): Add `:background' entry.
28558         (lookup_image): Set IMG's background color if specified.
28559         (pbm_load, xbm_load_image, png_load): Set IMG's background field
28560         when appropriate.
28561         (x_clear_image_1): Reset `background_valid' and
28562         `background_transparent_valid' fields.
28563         (x_build_heuristic_mask): Use IMAGE_BACKGROUND instead of
28564         calculating it here.  Set IMG's background_transparent field.
28565         (enum xpm_keyword_index): Add XPM_BACKGROUND.
28566         (enum png_keyword_index): Add PNG_BACKGROUND.
28567         (enum jpeg_keyword_index): Add JPEG_BACKGROUND.
28568         (enum tiff_keyword_index): Add TIFF_BACKGROUND.
28569         (enum gif_keyword_index): Add GIF_BACKGROUND.
28570         (enum gs_keyword_index): Add GS_BACKGROUND.
28571         (pbm_load, png_load, jpeg_load, tiff_load, gif_load):
28572         Pre-calculate image background color where necessary.
28573         (x_create_x_image_and_pixmap, xbm_load, gs_load):
28574         Use display info's n_cbits entry for screen depth.
28575         (Fx_show_tip): Remove unused variables `buffer', `top',
28576         `left', `max_width' and `max_height'.
28578         * w32menu.c (w32_menu_show, push_menu_pane): Doc fixes.
28580 2001-11-18  Gerd Moellmann  <gerd@gnu.org>
28582         * puresize.h (BASE_PURESIZE): Increase to 750000.
28584 2001-11-18  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
28586         * frame.c (Fframe_live_p): Doc fix.
28588 2001-11-18  Richard M. Stallman  <rms@gnu.org>
28590         * xdisp.c (message_dolog_marker1, message_dolog_marker2)
28591         (message_dolog_marker3): New static variables hold three markers.
28592         (syms_of_xdisp): Initialize and staticpro them.
28593         (message_dolog): Use message_dolog_marker1..3 instead of
28594         allocating markers each time.  Unchain them when done.
28596 2001-11-17  Richard M. Stallman  <rms@gnu.org>
28598         * doc.c (Fsnarf_documentation): Doc fix.
28600 2001-11-17  Andreas Schwab  <schwab@suse.de>
28602         * xterm.c (note_mouse_highlight): Fix type of variable `ignore'.
28604 2001-11-17  Richard M. Stallman  <rms@gnu.org>
28606         * fileio.c (Fwrite_region): Avoid initializer for Lisp_Object.
28608 2001-11-17  Jason Rumney  <jasonr@gnu.org>
28610         * xterm.c (notice_overwritten_cursor): Take care of end < 0 case.
28612 2001-11-17  Gerd Moellmann  <gerd@gnu.org>
28614         * xdisp.c (tool_bar_item_info): Avoid calling Fget_text_property
28615         with invalid position.
28617 2001-11-16  Richard M. Stallman  <rms@gnu.org>
28619         * syswait.h: Delete conditionals for HPUX7, ISC 4.1, and convex.
28621         * s/isc4-1.h (HAVE_SYS_WAIT_H): Add #undef.
28622         * s/hpux.h (HAVE_SYS_WAIT_H): Add #undef.
28623         * s/hpux8.h (HAVE_SYS_WAIT_H): Define it.
28625         * m/convex.h (HAVE_SYS_WAIT_H): Add #undef.
28627 2001-11-16  Stefan Monnier  <monnier@cs.yale.edu>
28629         * fileio.c (build_annotations): Split off the tail.
28630         (build_annotations_2): New fun.  Extracted from build_annotations.
28631         (Fwrite_region): Split the call to build_annotations into two
28632         calls to build_annotations and build_annotations_2.
28634 2001-11-16  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
28636         * sysdep.c (wait_for_kbd_input) [VMS]: Do not call
28637         clear_waiting_for_input with argument.
28639         * xterm.h (x_update_cursor): Remove duplicated prototype.
28641         * keyboard.h (clear_waiting_for_input): Remove duplicated prototype.
28643         * xterm.c (waiting_for_input): Remove unnecessary declaration.
28645         * data.c (Ftimes, Fquo, Frem, Fmod): Doc fix.
28647 2001-11-16  Stefan Monnier  <monnier@cs.yale.edu>
28649         * fileio.c (choose_write_coding_system): New fun, extracted
28650         from Fwrite_region.
28651         (Fwrite_region): Use it.
28653         * eval.c (max_specpdl_size, max_lisp_eval_depth): Use EMACS_INT.
28654         (funcall_lambda, run_hook_with_args): Make static and add prototype.
28655         (ml_apply, find_handler_clause): Add prototype.
28657 2001-11-16  Eli Zaretskii  <eliz@gnu.org>
28659         * config.in: Add #undef HAVE_COFF_H.
28661         * unexec.c (coff.h): Don't include unless HAVE_COFF_H is defined.
28662         Required for ISC 4.1.
28664 2001-11-16  Eli Zaretskii  <eliz@is.elta.co.il>
28666         * syswait.h (HAVE_SYS_WAIT_H): Undef for ISC 4.1.  Reported by
28667         Andrew Wiseman <a.wiseman@btclick.com>.
28669 2001-11-16  Kim F. Storm  <storm@cua.dk>
28671         The following changes are made to clean up the various internal
28672         references to the fringes to actually use the term `fringe' for
28673         them.  Previously, they were called `flags areas', `bitmap areas',
28674         `left/right side of windows', or implicitly as `flags' or
28675         `bitmaps':
28677         * dispextern.h (FRINGE_FACE_ID): Renamed from BITMAP_AREA_FACE_ID.
28678         Comments fixed.  Use renamed symbols.
28680         * dispnew.c: Comment fix.  Use renamed symbols.
28682         * frame.h (FRAME_FRINGE_COLS): Renamed from FRAME_FLAGS_AREA_COLS.
28683         (FRAME_FRINGE_WIDTH): Renamed from FRAME_FLAGS_AREA_WIDTH.
28684         (FRAME_LEFT_FRINGE_WIDTH): Renamed from FRAME_LEFT_FLAGS_AREA_WIDTH.
28686         * msdos.c: Comment fix.
28688         * w32fns.c: Use renamed symbols.
28690         * w32term.c: Comment fixes.  Use renamed symbols.
28691         (fringe_bitmap_type): Renamed from bitmap_type.
28692         (NO_FRINGE_BITMAP): Renamed from NO_BITMAP.
28693         (w32_draw_fringe_bitmap): Renamed from w32_draw_bitmap.
28694         (x_draw_row_fringe_bitmaps): Renamed from x_draw_row_bitmaps.
28696         * w32term.h: Comment fixes.  Use renamed symbols.
28697         (fringes_extra): Renamed from flags_areas_extra.
28698         (FRAME_FRINGE_BITMAP_WIDTH): Renamed from FRAME_FLAGS_BITMAP_WIDTH.
28699         (FRAME_FRINGE_BITMAP_HEIGHT): Renamed from FRAME_FLAGS_BITMAP_HEIGHT.
28700         (FRAME_X_FRINGE_COLS): Renamed from FRAME_X_FLAGS_AREA_COLS.
28701         (FRAME_X_FRINGE_WIDTH): Renamed from FRAME_X_FLAGS_AREA_WIDTH.
28702         (FRAME_X_LEFT_FRINGE_WIDTH):
28703         Renamed from FRAME_X_LEFT_FLAGS_AREA_WIDTH.
28704         (FRAME_X_RIGHT_FRINGE_WIDTH):
28705         Renamed from FRAME_X_RIGHT_FLAGS_AREA_WIDTH.
28707         * widget.c: Use renamed symbols.
28709         * window.c: Comment fixes.  Use renamed symbols.
28710         (coordinates-in-window-p): Doc fix.
28712         * xdisp.c: Comment fixes.  Use renamed symbols.
28714         * xfaces.c (realize_basic_faces): Use FRINGE_FACE_ID.
28716         * xfns.c: Use renamed symbols.
28718         * xterm.c: Comment fixes.  Use renamed symbols.
28719         (fringe_bitmap_type): Renamed from bitmap_type.
28720         (NO_FRINGE_BITMAP): Renamed from NO_BITMAP.
28721         (x_draw_fringe_bitmap): Renamed from x_draw_bitmap.
28722         (x_draw_row_fringe_bitmaps): Renamed from x_draw_row_bitmaps.
28724         * xterm.h: Comment fixes.  Use renamed symbols.
28725         (fringes_extra): Renamed from flags_areas_extra.
28726         (FRAME_FRINGE_BITMAP_WIDTH): Renamed from FRAME_FLAGS_BITMAP_WIDTH.
28727         (FRAME_FRINGE_BITMAP_HEIGHT): Renamed from FRAME_FLAGS_BITMAP_HEIGHT.
28728         (FRAME_X_FRINGE_COLS): Renamed from FRAME_X_FLAGS_AREA_COLS.
28729         (FRAME_X_FRINGE_WIDTH): Renamed from FRAME_X_FLAGS_AREA_WIDTH.
28730         (FRAME_X_LEFT_FRINGE_WIDTH):
28731         Renamed from FRAME_X_LEFT_FLAGS_AREA_WIDTH.
28732         (FRAME_X_RIGHT_FRINGE_WIDTH):
28733         Renamed from FRAME_X_RIGHT_FLAGS_AREA_WIDTH.
28735 2001-11-15  Jason Rumney  <jasonr@gnu.org>
28737         * w32menu.c (add-menu-item): Make help_echo and radio buttons
28738         work for most menu items.  From David Ponce
28739         <david.ponce@wanadoo.fr>.
28741 2001-11-15  Gerd Moellmann  <gerd@gnu.org>
28743         * xfns.c (x_set_frame_parameters): Revert change of 2001-11-07.
28744         Some x_set_* function expect to be called even if old and new
28745         value are equal.
28747         * xdisp.c (build_desired_tool_bar_string): Accept zero
28748         tool_bar_button_relief.
28750         * xfns.c (Fx_create_frame): Accept zero tool_bar_button_relief.
28752         * xterm.c (x_draw_image_relief): Accept zero tool_bar_button_relief.
28754         * xterm.c (x_draw_bar_cursor): If the background color of the
28755         glyph under the cursor equals the frame's cursor color, use
28756         the glyph's foreground color for drawing the bar cursor.
28758         * dispnew.c (direct_output_forward_char): Fix character/byte
28759         position comparison.
28761 2001-11-15  Miles Bader  <miles@gnu.org>
28763         * editfns.c (find_field): Add BEG_LIMIT and END_LIMIT parameters.
28764         (Fdelete_field, Ffield_string, Ffield_string_no_properties):
28765         Update arguments to find_field.
28766         (Ffield_beginning, Ffield_end): Add LIMIT param, pass to find_field.
28767         (Fconstrain_to_field): Use LIMIT arg to shorten search time.
28768         * lisp.h (Ffield_beginning, Ffield_end): Update EXFUN decl.
28769         * minibuf.c (Fminibuffer_prompt_end): Update args to Ffield_end.
28771 2001-11-14  Richard M. Stallman  <rms@gnu.org>
28773         * editfns.c (Fpropertize): Allow call with 1 arg.
28775         * dispextern.h (image_background, image_background_transparent):
28776         Conditionalize on HAVE_X_WINDOWS.
28778 2001-11-13  Richard M. Stallman  <rms@gnu.org>
28780         * print.c (Fprin1_to_string): Doc fix.
28782         * sunfns.c (Fsun_change_cursor_icon): Doc fix.
28784         * floatfns.c (Fceiling, Ffloor): Doc fixes.
28786         * filelock.c (Funlock_buffer, Ffile_locked_p): Doc fixes.
28788         * fileio.c (Ffile_accessible_directory_p): Doc fix.
28790         * eval.c (syms_of_eval): Doc fix.
28792         * coding.c (syms_of_coding): Doc fix.
28794         * doc.c (Fsnarf_documentation): Doc fix.
28796         * dispnew.c (syms_of_display): Doc fix.
28798         * category.c (Fget_unused_category): Doc fix.
28800         * buffer.c (syms_of_buffer): Doc fixes.
28802 2001-11-14  Eli Zaretskii  <eliz@is.elta.co.il>
28804         * print.c (prin1, print): Doc fix.
28806 2001-11-14  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
28808         * fontset.h: Remove declarations of variables
28809         `Vhighlight_wrong_size_font' and `Vclip_large_size_font'.
28811         * fontset.c: Remove variables `Vhighlight_wrong_size_font' and
28812         `Vclip_large_size_font'.
28814 2001-11-13  Jason Rumney  <jasonr@gnu.org>
28816         * w32fns.c: Doc fix.
28818 2001-11-13  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
28820         * xfaces.c (Fface_attributes_as_vector): Doc fix.
28822         * fns.c: Doc fix.
28824         * emacs.c: Doc fix.
28826         * coding.c: Doc fix.
28828         * cmds.c, composite.c, dired.c, doc.c, filelock.c, floatfns.c,
28829         * fontset.c, insdel.c, keymap.c: Change doc-string comments to
28830         `new style' [w/`doc:' keyword].
28832 2001-11-12  Richard M. Stallman  <rms@gnu.org>
28834         * xterm.c (XTread_socket): Don't update focus for EnterNotify or
28835         LeaveNotify events.  Only FocusIn and FocusOut do that now.
28836         (x_display_and_set_cursor): Do display hollow cursors in active
28837         minibuffer windows when they are not selected.
28839 2001-11-12  Jason Rumney  <jasonr@gnu.org>
28841         * w32console.c, w32fns.c, w32menu.c, w32proc.c, w32select.c,
28842         * w32term.c: Change doc-string comments to `new style'
28843         [w/`doc:' keyword].  Doc fixes.
28845         * w32fns.c: Don't define max.
28846         (Fx_open_connection): Only execute once.
28848 2001-11-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
28850         * ccl.c: Change macros to use do-while block instead of if-else.
28851         Use braces to follow GNU Coding Standards.
28853 2001-11-11  Richard M. Stallman  <rms@gnu.org>
28855         * sysdep.c (child_setup_tty): Don't clear ICRNL or INLCR.
28857         * lread.c (read_escape): Use end_of_file_error for reporting eof.
28859         * insdel.c (replace_range): Use adjust_markers_for_replace
28860         instead of adjust_markers_for_delete and adjust_markers_for_insert.
28862         * intervals.h (set_text_properties, set_text_properties_1): Declare.
28864         * textprop.c (set_text_properties_1): New subroutine
28865         broken out of set_text_properties.
28866         (set_text_properties): Use set_text_properties_1.
28868         * intervals.c (graft_intervals_into_buffer):
28869         Use set_text_properties_1 to clear out properties.
28871         * search.c (Freplace_match): Use replace_range to insert
28872         and delete.  Don't request property inheritance from
28873         surrounding text.
28875 2001-11-10  Jason Rumney  <jasonr@gnu.org>
28877         * w32fns.c (enum_font_cb2): Use leading @ on face name to detect
28878         vertical fonts.  Allow them if face name is explicitly specified.
28879         Do not give up if we find a font that cannot be converted to an xlfd.
28881 2001-11-10  Gerd Moellmann  <gerd@gnu.org>
28883         * unexelf.c (unexec): Use mmap/munmap to allocate buffers
28884         instead of malloc/free.
28886 2001-11-09  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
28888         * xfaces.c (merge_face_vectors): Use braces to follow GNU
28889         Coding Standards.
28890         (Finternal_set_lisp_face_attribute): Likewise.
28892         * buffer.c (Fbury_buffer): Likewise.
28894         * indent.c (current_column_1): Remove unused variable `prev_col'.
28896         * coding.c (encode_coding): Use precomputed value of `src'.
28897         (encode_coding): Remove unused variable `src_end'.
28898         (code_convert_region): Remove unused variables `count'.
28900 2001-11-07  Jason Rumney  <jasonr@gnu.org>
28902         * w32term.c (x_display_and_set_cursor): Do not move system caret
28903         if cursor_glyph is NULL.
28905 2001-11-07  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
28907         * keymap.c (access_keymap): Fix compilation error.
28909 2001-11-07  Miles Bader  <miles@gnu.org>
28911         * xfns.c (x_set_frame_parameters): Avoid infinite recursion.
28913 2001-11-07  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
28915         * intervals.c (graft_intervals_into_buffer):
28916         Remove #ifdef'd-out code.
28917         (graft_intervals_into_buffer): Remove unused variable `middle'.
28919         * lread.c (Feval_region): Remove obsolete #ifdef'd-out
28920         code (eval-current-buffer).
28921         Change doc-string comments to `new style' [w/`doc:' keyword].
28923 2001-11-06  Richard M. Stallman  <rms@gnu.org>
28925         * keymap.c (access_keymap): Don't use initializers on Lisp_Object.
28927 2001-11-06  Stefan Monnier  <monnier@cs.yale.edu>
28929         * lread.c (read1): Fix behavior with nested backquoting.
28931         * keyboard.c (make_lispy_event): Check integerness and fix
28932         Lisp_Object/int mixup.
28934 2001-11-06  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
28936         * fns.c (copy_hash_table): Remove unused variable `v'.
28938         * fontset.c (fontset_font_pattern): Remove unused variable
28939         `family_registry'.
28941         * indent.c (current_column_1): Remove unused variable `prev_col'.
28943 2001-11-05  Richard M. Stallman  <rms@gnu.org>
28945         * m/news-risc.h (BROKEN_PROTOTYPES): Defined.
28947         * buffer.c (Fkill_buffer): Don't delete auto save file
28948         if buffer is modified.
28950 2001-11-05  Andrew Innes  <andrewi@gnu.org>
28952         * w32proc.c (Fw32_set_keyboard_layout): Use CHECK_NUMBER_CAR and
28953         CHECK_NUMBER_CDR.
28955 2001-11-05  Richard M. Stallman  <rms@gnu.org>
28957         * unexelf.c (unexec): Minor changes; clean up comments.
28959 2001-11-05  Sam Steingold  <sds@gnu.org>
28961         * w32term.c (x_display_and_set_cursor): Fix w32 compilation error.
28963 2001-11-05  Andreas Schwab  <schwab@suse.de>
28965         * sound.c (sound_perror): Save errno from being clobbered.
28967 2001-11-05  Dale Hagglund  <rdh@yottayotta.com>
28969         * unexelf.c (unexec): Don't use `mmap'.  Instead, read and write
28970         the program image directly.
28972 2001-11-05  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
28974         * buffer.h (Fbuffer_local_value): Add prototype.
28976 2001-11-04  Richard M. Stallman  <rms@gnu.org>
28978         * buffer.c (Fbuffer_local_value): Remove extra args from CHECK_SYMBOL
28979         and CHECK_BUFFER.
28981         * keyboard.c (read_char): Use Fcar and Fcdr, not Fnth.
28982         (record_char): Likewise.
28984         * keyboard.c (make_lispy_event): Don't insist a drag event must
28985         move to a different buffer position.  Instead, check for moving at
28986         least double_click_fuzz.
28988         * fns.c (Fmake_hash_table): Use XCAR and XCDR, not Fnth and Flength.
28990         * keyboard.c (echo-area-clear-hook): Undo Oct 29 change.
28992         * indent.c (current_column_1, Fmove_to_column): Separate the code
28993         for display-table glyphs from the code for buffer text, to fix
28994         bugs in the former.
28996 2001-11-04  Michael Welsh Duggan  <md5i@cs.cmu.edu>
28998         * buffer.c (Fbuffer_local_value): New function.
28999         (syms_of_buffer): Defsubr it.
29001         * xterm.c, w32term.c (x_display_and_set_cursor): Use buffer-local
29002         value of `cursor-in-non-selected-windows'.
29004         * lisp.h (Qcursor_in_non_selected_windows): New declaration.
29005         * xdisp.c (Qcursor_in_non_selected_windows): New variable.
29006         (syms_of_xdisp): Initialize it.
29008 2001-11-04  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
29010         * xfns.c (Fx_create_frame): Doc fix.
29012         * coding.c: Change doc-string comments to `new style' [w/`doc:'
29013         keyword].
29015         * eval.c (top_level_value, top_level_set): Remove commented and
29016         #ifdef'd-out code.
29017         (Fdefvar): Fix usage in doc-string.
29019 2001-11-03  Richard M. Stallman  <rms@gnu.org>
29021         * xfns.c: Include unistd.h, if it exists.
29023         * editfns.c: Move the include of ctype.h after unistd.h.
29025         * gmalloc.c: Test BROKEN_PROTOTYPES.
29027 2001-11-03  Ken Raeburn  <raeburn@gnu.org>
29029         * lisp.h (CHECK_STRING_CAR): New macro.
29030         * lread.c (Fload): Use XSETCARFASTINT, XSETCDRFASTINT instead of
29031         treating XCAR and XCDR as lvalues.
29032         (openp): Use CHECK_STRING_CAR.
29033         (read_list): Use XSETCDR instead of treating XCDR as lvalue.
29035 2001-11-03  Eli Zaretskii  <eliz@is.elta.co.il>
29037         * s/sco5.h (sigprocmask_set): Declare as extern SIGMASKTYPE.
29038         (SIGMASKTYPE): Define.
29040         * syssignal.h (sigunblock): Don't define if already defined.
29042 2001-11-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
29044         * eval.c (debugger_may_continue, Vdebug_ignored_errors)
29045         (call_debugger, Fcondition_case, skip_debugger, unbind_to):
29046         Fix typos in comments.
29048         * mocklisp.c (Fml_defun, Fml_while, Fml_substr): Remove commented
29049         and #ifdef'd-out code.
29050         Fix and reindent comments.
29052         * mocklisp.h: Remove comment which is a copy of comment in mocklisp.c.
29054         * category.h (CHECK_CATEGORY, CHECK_CATEGORY_SET): Remove unused
29055         argument `i' in macros.
29057         * frame.h (CHECK_FRAME, CHECK_LIVE_FRAME): Remove unused argument
29058         `i' in macros.
29060         * lisp.h (CHECK_STRING_OR_BUFFER, CHECK_HASH_TABLE, CHECK_LIST)
29061         (CHECK_STRING, CHECK_CONS, CHECK_SYMBOL, CHECK_CHAR_TABLE)
29062         (CHECK_VECTOR, CHECK_VECTOR_OR_CHAR_TABLE, CHECK_BUFFER)
29063         (CHECK_WINDOW, CHECK_LIVE_WINDOW, CHECK_PROCESS, CHECK_NUMBER)
29064         (CHECK_NATNUM, CHECK_MARKER, CHECK_NUMBER_COERCE_MARKER)
29065         (CHECK_FLOAT, CHECK_NUMBER_OR_FLOAT)
29066         (CHECK_NUMBER_OR_FLOAT_COERCE_MARKER, CHECK_OVERLAY)
29067         (CHECK_NUMBER_CAR, CHECK_NUMBER_CDR): Remove unused argument `i'
29068         in macros.
29070         * abbrev.c, alloc.c, buffer.c, bytecode.c, callint.c, callproc.c,
29071         * casefiddle.c, category.c, ccl.c, charset.c, cmds.c, coding.c,
29072         * composite.c, data.c, dired.c, dispnew.c, doc.c, dosfns.c, emacs.c,
29073         * eval.c, fileio.c, filelock.c, fns.c, fontset.c, frame.c, frame.h,
29074         * indent.c, keyboard.c, keymap.c, lread.c, macros.c, marker.c,
29075         * minibuf.c, mocklisp.c, msdos.c, print.c, process.c, search.c,
29076         * sunfns.c, syntax.c, textprop.c, undo.c, w16select.c, w32console.c,
29077         * w32fns.c, w32menu.c, w32proc.c, w32select.c, window.c, xdisp.c,
29078         * xfaces.c, xmenu.c, xselect.c: Update usage of CHECK_ macros
29079         (remove unused second argument).
29081 2001-11-02  Stefan Monnier  <monnier@cs.yale.edu>
29083         * syntax.c (describe_syntax): New wrapper.
29084         (Finternal_describe_syntax_value): Rename from describe_syntax.
29085         Don't insert space at front and \n at the end.
29086         (syms_of_syntax): Defsubr Sinternal_describe_syntax_value.
29088         * regex.c (re_wctype): Try to fix some warnings.
29089         (regcomp, regexec): Don't forget the __restrict.
29091 2001-11-02  Richard M. Stallman  <rms@gnu.org>
29093         * textprop.c (Fget_char_property): Doc fix.
29095 2001-11-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
29097         * process.c (Fstart_process): Add usage to doc-string.
29099         * data.c (Fsetq_default): Ditto.
29101         * callint.c (Finteractive): Ditto.
29103 2001-11-01  Stefan Monnier  <monnier@cs.yale.edu>
29105         * macros.c: Don't include keymap.h any more.
29107 2001-11-01  Richard M. Stallman  <rms@gnu.org>
29109         * data.c (Fmake_local_variable): Doc fix.
29111         * eval.c (Frun_hooks, Frun_hook_with_args_until_failure): Doc fix.
29112         (Frun_hook_with_args_until_success, Frun_hook_with_args): Doc fix.
29114         * keymap.c (Fdescribe_buffer_bindings): Print character property
29115         bindings along with or instead of the buffer local map.
29116         Make the overriding maps override what they should.
29118 2001-11-01  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
29120         * window.c (grow_mini_window): Fix typo in comment.
29122 2001-11-01  Gerd Moellmann  <gerd@gnu.org>
29124         * xterm.c (x_scroll_bar_create): Check for width and height > 0.
29125         (XTset_vertical_scroll_bar): Likewise.
29127         * xfns.c (x_build_heuristic_mask): Use four_corners_best
29128         instead of IMAGE_BACKGROUND.
29130         * xfns.c (four_corners_best): Reindent.
29132         * xfaces.c (Finternal_set_lisp_face_attribute_from_resource):
29133         Handle :box so that it is possible to specify sexprs.
29135 2001-10-31  Eli Zaretskii  <eliz@is.elta.co.il>
29137         * s/hpux11.h: New file.
29139 2001-10-31  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
29141         * emacs.c (USAGE1): Show command line option --no-window-system
29142         instead of --no-windows in usage.
29143         (standard_args): Rename --no-windows to --no-window-system.
29144         (bug_reporting_address): Follow Emacs coding conventions.
29146         * eval.c (Fcommandp): Doc fix.
29147         Change doc-string comments to `new style' [w/`doc:' keyword].
29149         * frame.c (Fframe_live_p): Doc fix.
29151         * buffer.c (selective-display-ellipses): Doc fix.
29153 2001-10-31  Gerd Moellmann  <gerd@gnu.org>
29155         * lread.c (to_multibyte): Fix computation of new read_buffer_size.
29157         * xfaces.c (realize_x_face): If C is not a single-byte character,
29158         set the face's colors_copied_bitwise_p instead of the defaulted_p
29159         members which have a different meaning.
29160         (free_face_colors): Do nothing for a face whose colors have been
29161         copied bitwise.
29163         * dispextern.h (struct face) <colors_copied_bitwise_p>: New member.
29165 2001-10-31  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
29167         * marker.c, mocklisp.c: Change doc-string comments to `new style'
29168         [w/`doc:' keyword].
29170 2001-10-31  Gerd Moellmann  <gerd@gnu.org>
29172         * fns.c (require_unwind): Return Lisp_Object.
29174 2001-10-31  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
29176         * keyboard.c (lucid-menu-bar-dirty-flag): Doc fix.
29177         (last-input-char): Revert doc-string to be the same as the
29178         doc-string of `last-input-event'.
29180         * xdisp.c: Fix typos in comments.
29182 2001-10-31  Gerd Moellmann  <gerd@gnu.org>
29184         * window.c (grow_mini_window): Handle case that the root
29185         window is already smaller than the nominal mininum height.
29187 2001-10-30  Stefan Monnier  <monnier@cs.yale.edu>
29189         * emacs.c (main): Don't call keys_of_macros any more.
29191         * lisp.h (keys_of_macros): Remove.
29193         * macros.c (keys_of_macros): Remove.
29195         * xfaces.c (Fface_attribute_relative_p): Declare args.
29197 2001-10-30  Jason Rumney  <jasonr@gnu.org>
29199         * w32fns.c (w32_to_x_charset): Increase size of XLFD charset buffer.
29200         (enum_font_cb2): Ignore fonts with vertical orientation.
29202 2001-10-30  Richard M. Stallman  <rms@gnu.org>
29204         * keyboard.c (Finput_pending_p): Doc fix.
29206 2001-10-30  Gerd Moellmann  <gerd@gnu.org>
29208         * xterm.c (x_after_update_window_line): Don't run the code
29209         clearing in borders for rows whose visible height is 0.
29211         * xdisp.c (clear_garbaged_frames): Redraw the frame only if its
29212         resized_p flag is set.  If not set, use the much less flickering
29213         method previously used.
29215         * dispnew.c (change_frame_size_1): Set frame's resized_p.
29217         * frame.h (struct frame) <resized_p>: New member.
29219         * lread.c (to_multibyte): Ensure read_buffer is at least twice
29220         as large as the number of bytes to convert.
29222         * lread.c (to_multibyte): New function.
29223         (read1): Use it.
29225 2001-10-30  Eli Zaretskii  <eliz@is.elta.co.il>
29227         * msdos.h (FRAME_LINE_HEIGHT): Define (it's used by xmenu.c).
29229 2001-10-30  Gerd Moellmann  <gerd@gnu.org>
29231         * xterm.c (x_draw_relief_rect): Correct bottom relief by 1 pixel.
29232         (x_set_glyph_string_background_width): Set extends_to_end_of_line_p
29233         if the row's fill_line_p is set and drawing the last glyph with
29234         DRAW_IMAGE_{RAISED,SUNKEN}.
29236         * xdisp.c (clear_garbaged_frames): Call Fredraw_frame.
29238 2001-10-29  Stefan Monnier  <monnier@cs.yale.edu>
29240         * xmenu.c: Include coding.h and charset.h.
29241         (Fx_popup_menu): Use FRAME_PTR and FRAME_FONT and FRAME_LINE_HEIGHT.
29242         (Fx_popup_dialog): Use FRAME_PTR and enum scroll_bar_part.
29243         (single_submenu, xmenu_show): Use ENCODE_SYSTEM.
29244         Explicitly set wv->help.  Use `TRUE' rather than `True'.
29245         (menu_help_callback): Use empty_string.
29247         * w32menu.c (Fx_popup_menu): Explicitly init f, xpos, and ypos.
29248         (Fx_popup_dialog): Explicitly init f.
29249         (w32_menu_display_help): Use empty_string.
29251 2001-10-29  Richard M. Stallman  <rms@gnu.org>
29253         * fns.c (Frequire): Detect recursive try to require the same
29254         feature 3 or more levels deep, and get error.
29255         (require_unwind): New subroutine.
29256         (require_nesting_list): New variable.
29257         (syms_of_fns): Init and staticpro it.
29259         * print.c (print_object): Clarify indication of insertion type.
29261 2001-10-29  Eli Zaretskii  <eliz@is.elta.co.il>
29263         * coding.c (syms_of_coding): Document that locale-coding-system is
29264         used for decoding input on X.
29266         * window.c (Fscroll_left, Fscroll_right): Doc fix.
29268 2001-10-29  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
29270         * keyboard.c (Finput_pending_p): Fix typo in doc-string.
29271         (echo-area-clear-hook): Properly DEFVAR_LISP and staticpro it.
29273 2001-10-29  Gerd Moellmann  <gerd@gnu.org>
29275         * xterm.c (x_display_and_set_cursor): If cursor_in_echo_area,
29276         use NO_CURSOR if cursor_in_non_selected_windows is false.
29278         * xfaces.c (Fface_font): Use UNSPECIFIEDP instead of NILP for
29279         the slant attribute if FRAME is t.
29281         * xfns.c (x_set_internal_border_width): Set frame garbaged
29282         when X window doesn't exist yet.
29284         * xterm.c (x_after_update_window_line): Clear internal border
29285         in different circumstances.
29287         * xterm.c (XTread_socket) <KeyPress>: Don't use
29288         STRING_CHAR_AND_LENGTH if nchars == nbytes.  From Kenichi Handa
29289         <handa@etl.go.jp>.
29291 2001-10-28  Eli Zaretskii  <eliz@is.elta.co.il>
29293         * m/ibms390.h: New file.  From Adam Thornton
29294         <athornton@sinenomine.net>.
29296 2001-10-28  Gerd Moellmann  <gerd@gnu.org>
29298         * xfns.c (x_build_heuristic_mask): Use x_alloc_image_color.
29300         * xfns.c (x_build_heuristic_mask): Fix a bug not incrementing
29301         a loop counter.
29303 2001-10-28  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
29305         * emacs.c: Use argv[0] instead of "emacs" when -t was specified.
29307         * keyboard.c: Change doc-string comments to `new style' [w/`doc:'
29308         keyword].
29309         Fix typos in comments.
29311         * emacs.c (bug_reporting_address): New function.
29312         Use it when displaying usage message.
29314         * minibuf.c (read_minibuf): Remove unused external declaration of
29315         variable `Qread_only'.
29317         * keymap.c (access_keymap): Remove unused variable `charset'.
29319 2001-10-28  Miles Bader  <miles@gnu.org>
29321         * xfaces.c (merge_face_heights): Handle TO being relative as well.
29322         Remove #ifdef'd-out code.
29323         (Fface_attribute_relative_p, Fmerge_face_attribute): New functions.
29324         (syms_of_xfaces): Initialize them.
29326 2001-10-27  Jason Rumney  <jasonr@gnu.org>
29328         * w32fns.c (w32_wnd_proc) <WM_KILLFOCUS>: Destroy the system caret.
29329         <WM_EMACS_DESTROY_CARET, WM_EMACS_TRACK_CARET>: Track cursor
29330         position using the system caret.
29332         * w32term.c (w32_system_caret_hwnd, w32_system_caret_width)
29333         (w32_system_caret_height, w32_system_caret_x)
29334         (w32_system_caret_y): New variables for tracking system caret.
29335         (w32_initialize): Initialize them.
29336         (x_display_and_set_cursor): Make system caret follow the active cursor.
29338         * w32term.h (WM_EMACS_TRACK_CARET, WM_EMACS_DESTROY_CARET):
29339         New messages types.
29341         * w32term.c (note_mouse_highlight): Clear old help_echo.
29343 2001-10-27  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
29345         * xterm.c: Fix typo in a comment.
29347         * emacs.c: Fix typos in comments.
29348         Remove unnecessary spaces.
29349         Change doc-string comments to `new style' [w/`doc:' keyword].
29350         (USAGE2): Fix typos in usage string.
29352         * xterm.c: Fix typo in a comment.
29354         * lisp.h (gdb_lisp_params): Remove code in #if 0 which is now in
29355         emacs.c.
29357 2001-10-27  Gerd Moellmann  <gerd@gnu.org>
29359         * xdisp.c (move_it_vertically_backward): Use 2/3 line_height
29360         instead of 1/2 line_height in the heuristic for skipping
29361         farther backward when target_y was not reached.
29363         * sound.c (sound_perror): Unblock SIGIO, turn on atimers.
29364         Display errno only if non-zero.
29365         (sound_warning): New function.
29366         (vox_configure): Don't treat failing to set sample rate as error.
29367         (various places): Improve error messages.
29369 2001-10-26  Eli Zaretskii  <eliz@is.elta.co.il>
29371         * fileio.c (Faccess_file): Run the argument filename through
29372         Fexpand_file_name, before using it.
29374         * dispnew.c (syms_of_display) <visible-bell>: Add a reference to
29375         ring-bell-function.  Suggested by Alf-Ivar Holm <alfh@ifi.uio.no>
29377 2001-10-26  Gerd Moellmann  <gerd@gnu.org>
29379         * insdel.c (insert_1_both): Do nothing if NCHARS == 0.
29381         * xterm.c (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
29382         Fix clearing in the case of scroll bars on the right.
29384 2001-10-26  Juanma Barranquero  <lektu@terra.es>
29386         * w32gui.h (XImage): Add a dummy typedef.
29388 2001-10-26  Gerd Moellmann  <gerd@gnu.org>
29390         * xfns.c (XScreenNumberOfScreen): Fix struct to pointer comparison.
29392 2001-10-25  Eli Zaretskii  <eliz@is.elta.co.il>
29394         * frame.c (Fframe_parameter): Fix last change.
29396         * fileio.c: Revert last change (which removed old commented-out
29397         version of expand-file-name).  Add a comment that explains why
29398         this old version should not be removed.
29400 2001-10-25  Gerd Moellmann  <gerd@gnu.org>
29402         * frame.c (Fframe_parameter): Fix a bug whereby some
29403         ``artificial'' frame parameters, like `minibuffer' were not
29404         obtained by calling Fframe_parameters.
29406         * xterm.c (show_mouse_face): Clean up.  Recognize overwritten
29407         cursor differently.
29409         * xdisp.c (move_it_vertically_backward): Compute line height
29410         differently.  Add heuristic to try to be more compatible to 20.x.
29412 2001-10-25  Stefan Monnier  <monnier@cs.yale.edu>
29414         * lisp.h (make_fixnum_or_float): Coerce double to int explicitly.
29416         * editfns.c (text_property_stickiness): Fix Lisp_Object used as
29417         boolean.
29419 2001-10-25  Miles Bader  <miles@gnu.org>
29421         * xfns.c (png_load): Make sure SPECIFIED_BG is a string.
29422         BG is a pointer to a structure, not a structure.
29423         (gif_format, png_format): Add missing commas.
29425 2001-10-24  Richard M. Stallman  <rms@gnu.org>
29427         * xfaces.c (Fface_attributes_as_vector): New function.
29428         (syms_of_xfaces): Defsubr it.
29430 2001-10-24  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
29432         * dispnew.c (sync_window_with_frame_matrix_rows): Remove unused
29433         variable `area'.
29435 2001-10-25  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
29437         * search.c (scan_newline): Remove unused variable `selective_display'.
29439 2001-10-25  Miles Bader  <miles@gnu.org>
29441         * dispextern.h (struct image): Add `background',
29442         `background_valid', and `background_transparent' fields.
29443         (image_background, image_background_transparent): New declarations.
29444         (IMAGE_BACKGROUND, IMAGE_BACKGROUND_TRANSPARENT): New macros.
29445         * xfns.c (image_background, image_background_transparent)
29446         (four_corners_best): New functions.
29447         (xpm_format, png_format, jpeg_format, tiff_format, gif_format)
29448         (gs_format): Add `:background' entry.
29449         (lookup_image): Set IMG's background color if specified.
29450         (pbm_load, xbm_load_image, png_load): Set IMG's background field
29451         when appropriate.
29452         (x_clear_image_1): Reset `background_valid' and
29453         `background_transparent_valid' fields.
29454         (x_build_heuristic_mask): Use IMAGE_BACKGROUND instead of
29455         calculating it here.  Set IMG's background_transparent field.
29456         (enum xpm_keyword_index): Add XPM_BACKGROUND.
29457         (enum png_keyword_index): Add PNG_BACKGROUND.
29458         (enum jpeg_keyword_index): Add JPEG_BACKGROUND.
29459         (enum tiff_keyword_index): Add TIFF_BACKGROUND.
29460         (enum gif_keyword_index): Add GIF_BACKGROUND.
29461         (enum gs_keyword_index): Add GS_BACKGROUND.
29462         (pbm_load, png_load, jpeg_load, tiff_load, gif_load):
29463         Pre-calculate image background color where necessary.
29464         * xterm.c (x_setup_relief_colors): Use `IMAGE_BACKGROUND' and
29465         `IMAGE_BACKGROUND_TRANSPARENT' to calculate the correct background
29466         color to use for image glyph reliefs.
29468 2001-10-24  Gerd Moellmann  <gerd@gnu.org>
29470         * xterm.c (x_draw_glyphs): Don't check for cursor overwriting
29471         in full-width rows.
29473         * xterm.c (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
29474         Fix clearing of area not covered by scroll bar.
29476 2001-10-24  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
29478         * xterm.c (x_insert_glyphs): Remove unused variables `real_end'
29479         and `real_start'.
29480         (x_draw_image_foreground): Remove unused variables `mask' and `xgcv'.
29481         (glyph_rect): Remove unused variable `area'.
29483 2001-10-24  Gerd Moellmann  <gerd@gnu.org>
29485         * xdisp.c: Change #ifdef GLYPH_DEBUG to #if.
29487         * xdisp.c (try_window_reusing_current_matrix): Use row_containing_pos.
29488         (row_containing_pos): Take additional argument DY.
29489         Treat rows ending in middle of char differently.
29490         (display_line): Handle tabs on window systems differently.
29492         * xterm.c, w32term.c (fast_find_position): Call row_containing_pos
29493         with additional argument.
29495         * dispextern.h (row_containing_pos): Adjust prototype.
29497         * xdisp.c (inhibit_try_window_id, inhibit_try_window_reusing)
29498         (inhibit_try_cursor_movement) [GLYPH_DEBUG]: New variables.
29499         (try_window_id, try_window_reusing_current_matrix)
29500         (try_cursor_movement) [GLYPH_DEBUG]: Don't run if inhibited.
29501         (syms_of_xdisp) [GLYPH_DEBUG]: DEFVAR_BOOL the variables.
29503 2001-10-24  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
29505         * xmenu.c: Spell the name of Emacs properly (GNU Emacs instead of
29506         gnuemacs).
29507         (HAVE_BOXES): Fix typo in comment.
29508         (push_menu_pane): Fix typo in comment.
29510         * xdisp.c (display_prop_string_p): Remove unused local declaration
29511         of `Qwhen'.
29512         (single_display_prop_string_p): Remove unused local declarations
29513         of `Qwhen' and `Qmargin'.
29514         (string_buffer_position): Remove unused variable `around'.
29515         (store_frame_title): Remove unused variable `width'.
29517         * window.c: Don't define max.
29518         (coordinates_in_window): Remove unused variable `uy'.
29520         * widget.c: Don't define max.
29522         * process.c: Don't define max.
29523         (create_process): Remove unused variable `buffer'.
29525 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
29527         * xfaces.c (Finternal_set_lisp_face_attribute): Fix compilation error.
29529 2001-10-23  Eli Zaretskii  <eliz@is.elta.co.il>
29531         * xfaces.c (Finternal_set_lisp_face_attribute)
29532         [HAVE_WINDOW_SYSTEM]: Don't do anything for QCfont unless the
29533         frame is on a windowed display.
29535 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
29537         * dispnew.c (sync_window_with_frame_matrix_rows):
29538         Fix handling of windows which aren't full-width, fix handling
29539         of marginal areas.
29541         * lread.c (syms_of_lread) <recursive-load-depth-limit>: Raise to 50.
29543 2001-10-23  Andreas Schwab  <schwab@suse.de>
29545         * m/macppc.h [LINUX]: Undef LD_SWITCH_SYSTEM_TEMACS and override
29546         LD_SWITCH_MACHINE_TEMACS with "-Xlinker -znocombreloc".
29548 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
29550         * xterm.c (x_draw_glyphs): Remove parameters READ_START and
29551         REAL_END.  Notice if cursor gets overwritten.
29552         (notice_overwritten_cursor): Take X positions as parameters.
29553         (x_draw_phys_cursor_glyph): Save state of w->phys_cursor_on_p
29554         around call to x_draw_glyphs.
29556 2001-10-23  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
29558         * syntax.c (modify-syntax-entry): Fix argument names (use CHAR
29559         instead of C) and usage.
29561         * editfns.c (char-to-string): Fix argument names (use CHAR instead
29562         of C) and usage.
29564         * xfns.c (Fx_show_tip): Remove unused variables `buffer', `top',
29565         `left', `max_width' and `max_height'.
29567 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
29569         * xdisp.c (display_line): For a tab continued to the next line,
29570         set row's ends_in_middle_of_char_p.
29572 2001-10-22  Gerd Moellmann  <gerd@gnu.org>
29574         * xdisp.c (display_line): Fix computation of continuation lines
29575         width for TABs.
29577 2001-10-22  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
29579         * xdisp.c (build_desired_tool_bar_string): Remove unused variable
29580         `Qlaplace'.
29582         * fileio.c: Remove unused code.
29584 2001-10-22  Miles Bader  <miles@gnu.org>
29586         * lisp.h (DEFVAR_LISP, DEFVAR_LISP_NOPRO, DEFVAR_BOOL)
29587         (DEFVAR_INT, DEFVAR_PER_BUFFER, DEFVAR_KBOARD):
29588         Remove `DOC_STRINGS_IN_COMMENTS' cases.
29590 2001-10-21  Jason Rumney  <jasonr@gnu.org>
29592         * w32term.c (x_erase_phys_cursor): Remove inverse_p again.
29594 2001-10-21  Eli Zaretskii  <eliz@is.elta.co.il>
29596         * mocklisp.c (Fml_if, Fml_provide_prefix_argument)
29597         (Finsert_string): Avoid the multi-line string literals warning.
29599 2001-10-22  Miles Bader  <miles@gnu.org>
29601         * doc.c (Vhelp_manyarg_func_alist): Variable removed.
29602         (Fdocumentation): Don't use it.
29603         (syms_of_doc): Don't initialize it.
29605         * keyboard.c (Ftrack_mouse): Add usage: string to doc string.
29606         * print.c (Fwith_output_to_temp_buffer): Likewise.
29607         * window.c (Fsave_window_excursion): Likewise.
29608         * editfns.c (Fsave_excursion, Fsave_current_buffer)
29609         (Fsave_restriction): Likewise.
29610         * eval.c (Frun_hooks, Frun_hook_with_args)
29611         (Frun_hook_with_args_until_failure)
29612         (Frun_hook_with_args_until_success, Ffuncall, For, Fand, Fif)
29613         (Fcond, Fprogn, Fprog1, Fprog2, Fsetq, Fquote, Ffunction, Fdefun)
29614         (Fdefmacro, Fdefvar, Fdefconst, FletX, Flet, Fwhile, Fcatch)
29615         (Funwind_protect, Fcondition_case): Likewise.
29616         * coding.c (Ffind_operation_coding_system): Likewise.
29617         * keyboard.c (Ftrack_mouse): Likewise.
29619 2001-10-21  Miles Bader  <miles@gnu.org>
29621         * fns.c (Fappend, Fconcat, Fvconcat, Fnconc, Fwidget_apply)
29622         (Fmake_hash_table): Add usage: string to doc string.
29623         * editfns.c (Finsert, Finsert_and_inherit, Finsert_before_markers)
29624         (Fmessage, Fmessage_box, Fmessage_or_box, Fpropertize, Fformat)
29625         (Fencode_time, Finsert_and_inherit_before_markers): Likewise.
29626         * mocklisp.c (Finsert_string, Fml_if, Fml_provide_prefix_argument)
29627         (Fml_prefix_argument_loop): Likewise.
29629 2001-10-21  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
29631         * fileio.c (Finsert_file_contents): Remove unused variable `gap_size'.
29633         * sysdep.c (init_sys_modes): Change doc-string comments to `new
29634         style' [w/`doc:' keyword].
29636         * data.c, fileio.c, indent.c, print.c, search.c, sound.c,
29637         * sunfns.c, textprop.c, undo.c, xselect.c: Change doc-string
29638         comments to `new style' [w/`doc:' keyword].
29640 2001-10-21  Jason Rumney  <jasonr@gnu.org>
29642         * w32fns.c (Fx_file_dialog): Pass a filter to GetOpenFileName.
29644         * w32term.c (remember_mouse_glyph): New function.
29645         (w32_mouse_position): Use it.
29646         (note_mouse_movement): If the mouse moved off the glyph, remember
29647         its new position.
29649         * w32term.h (struct w32_output): Correct spelling of x_compatible.
29650         (w32_display_info): Add mouse_face_overlay.
29652         * w32term.c (notice_overwritten_cursor): Renamed from
29653         note_overwritten_text_cursor.  Rewritten to take glyph widths into
29654         account.
29655         (x_y_to_hpos_vpos): Add parameter BUFFER_ONLY_P.
29656         (fast_find_string_pos): New function.
29657         (fast_find_position): Return the correct vpos.  Add parameter
29658         STOP.  In the final row, stop before glyphs having STOP as object.
29659         Don't consider glyphs that are not from a buffer.
29660         (fast_find_position) [0]: Add a presumably more correct version
29661         for after 21.1.
29662         (expose_window_tree, expose_frame): Don't compute intersections here.
29663         (expose_window): Do it here instead.
29664         (expose_window_tree, expose_window, expose_line): Return 1 when
29665         overwriting mouse-face.
29666         (expose_window): If W is the window currently being updated, mark
29667         the frame garbaged.
29668         (expose_frame): If mouse-face was overwritten, redo it.
29669         (x_use_underline_position_properties): New variable.
29670         (syms_of_xterm): DEFVAR_BOOL it.
29671         (x_draw_glyph_string): Add comment to use it in future.
29672         (x_draw_glyph_string): Restore clipping after drawing box.
29673         Fix a computation of the underline position.
29674         (w32_get_glyph_string_clip_rect): Minor cleanup.
29675         (x_fill_stretch_glyph_string): Remove an assertion.
29676         (x_produce_glyphs): Don't convert multibyte characters
29677         to unibyte characters in unibyte buffers.
29678         (cursor_in_mouse_face_p): New function.
29679         (x_draw_stretch_glyph_string): Use it to choose a different GC
29680         when drawing a cursor within highlighted text.  Don't draw
29681         background again if it has already been drawn.
29682         (x_draw_glyph_string_box): Don't draw a full-width
29683         box just because the glyph row's full_width_p flag is set.
29684         (x_draw_glyphs): Fix computation of rightmost x for
29685         full-width rows.
29686         (x_dump_glyph_string): Put in #if GLYPH_DEBUG.
29687         (w32_draw_relief_rect): Extend left shadow to the bottom and left;
29688         change bottom shadow accordingly.  Some cleanup.
29689         (x_update_window_end): Handle overwritten mouse face
29690         also for tool bar windows.
29691         (show_mouse_face): Set the glyph row's mouse_face_p flag also when
29692         DRAW is DRAW_IMAGE_RAISED.
29693         (clear_mouse_face): Return 1 if text with mouse face was
29694         actually redrawn.  Make the function static.
29695         Reset dpyinfo->mouse_face_overlay otherwise note_mouse_highlight might
29696         optimize away highlighting if we pass over that same overlay again.
29697         (note_mouse_highlight): Call mouse_face_overlay_overlaps
29698         to detect a case where we have to highlight a different region
29699         despite not having left the currently highlighted region.
29700         Set mouse_face_overlay in the x_display_info.  Avoid changing the
29701         mouse pointer shape when show_mouse_face has already done it, or
29702         there is no need.  Handle mouse-face and help-echo in strings.
29703         (glyph_rect): New function.
29704         (w32_mouse_position): Use it to raise the threshold for mouse
29705         movement event generation.
29706         (w32_initialize_display_info): Initialize the x_display_info's
29707         mouse_face_overlay.
29708         (w32_set_vertical_scroll_bar): Don't clear a zero height
29709         or width area.
29710         (w32_set_vertical_scroll_bar, x_scroll_bar_create): Don't configure
29711         a widget to zero height.
29713         * w32menu.c (single_submenu, w32_menu_show) [!HAVE_MULTILINGUAL_MENU]:
29714         Protect unibyte strings created by replacing their multibyte
29715         equivalents in menu_items.
29716         (w32_menu_show): Don't overwrite an item's name with its key
29717         description in case the description is a multibyte string.
29718         (single_submenu): Some cleanup.
29720         * w32fns.c (x_laplace_read_row, x_laplace_write_row): Removed.
29721         (postprocess_image): New function.
29722         (lookup_image): Call it for all image types except PostScript.
29723         (x_kill_gs_process): Call postprocess_image.
29724         (tiff_error_handler, tiff_warning_handler): New functions.
29725         (tiff_load): Install them as handlers.
29726         (x_kill_gs_process): Recognize if someone has cleared the image
29727         cache under us.
29728         (valid_image_p): Protect better against invalid image
29729         specifications.  Previous code could signal an error.
29730         (Fx_hide_tip, Fshow_tip): Doc fix.
29731         (Fv_max_tooltip_size): New variable.
29732         (syns_of_xfns): DEFVAR_LISP it.
29733         (Fx_show_tip): Add parameter TEXT.  Set the tip frame's root
29734         window buffer to *tip* right after creating the frame.  Set frame's
29735         window_width.  Use a maximum tooltip size specified by
29736         Vx_max_tooltip_size, if that has valid contents.
29737         (compute_tip_xy): Add parameters WIDTH and HEIGHT.
29738         Make sure the tooltip is completely visible.
29739         (x_create_tip_frame): Set tooltip buffer's truncate-lines to nil.
29740         (Fx_create_frame): Adjust the frame's height for presence
29741         of the tool bar before calling x_figure_window_size.
29742         (x_set_tool_bar_lines): Clear the tool bar window's current matrix
29743         when the window gets smaller.
29744         (x_set_foreground_color): Set frame's cursor_pixel.
29745         (x_set_foreground_color, x_set_background_color): Cleaned up.
29746         (x_set_font): Handle case of x_new_fontset returning the same name
29747         as before, although there was a change in fontsets.
29749 2001-10-21  Miles Bader  <miles@gnu.org>
29751         * data.c (Fplus, Fminus, Fmax, Ftimes, Fquo, Flogand, Flogior)
29752         (Flogxor): Add usage: string to doc string.
29753         * charset.c (Fstring): Likewise.
29754         * callproc.c (Fcall_process_region, Fcall_process): Likewise.
29755         * alloc.c (Fmake_byte_code, Fvector, Flist): Likewise.
29757 2001-10-21  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
29759         * buffer.c: Reindent DEFUNs and DEFVARs with doc: keywords.
29761         * alloc.c: Reindent DEFUNs with doc: keywords.
29763         * abbrev.c (Finsert_abbrev_table_description): Reindent.
29765         * frame.c: Change doc-string comments to `new style' [w/`doc:'
29766         keyword].
29768 See ChangeLog.9 for earlier changes.
29770 ;; Local Variables:
29771 ;; coding: iso-2022-7bit
29772 ;; add-log-time-zone-rule: t
29773 ;; End:
29775     Copyright (C) 2001, 2002, 2003, 2004, 2005,
29776         2006, 2007 Free Software Foundation, Inc.
29778   This file is part of GNU Emacs.
29780   GNU Emacs is free software; you can redistribute it and/or modify
29781   it under the terms of the GNU General Public License as published by
29782   the Free Software Foundation; either version 3, or (at your option)
29783   any later version.
29785   GNU Emacs is distributed in the hope that it will be useful,
29786   but WITHOUT ANY WARRANTY; without even the implied warranty of
29787   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
29788   GNU General Public License for more details.
29790   You should have received a copy of the GNU General Public License
29791   along with GNU Emacs; see the file COPYING.  If not, write to the
29792   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
29793   Boston, MA 02110-1301, USA.
29795 ;;; arch-tag: 5dcc435f-4038-4141-b3bf-5be51cd76bd4