(BASE_PURESIZE): Decrease to 1102000.
[emacs.git] / src / ChangeLog
blobd2e8162f38a14cb7000b337ac358f6a2453f08f0
1 2006-07-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3         * alloc.c (find_string_data_in_pure): New function.
4         (make_pure_string): Use it to reuse existing string data if possible.
6         * puresize.h (BASE_PURESIZE): Decrease to 1102000.
8 2006-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10         * keymap.c (Fdefine_key): If the key binding definition looks like an
11         XEmacs-style key sequence, convert it to Emacs's format.
13 2006-07-22  Ralf Angeli  <angeli@caeruleus.net>
15         * w32fns.c (w32_createwindow): If `left' and/or `top' frame
16         parameters are bound to some values, use that instead of
17         CW_USEDEFAULT.
19 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
21         * w32.c (convert_time): Use explicit long double constants to
22         ensure long double arithmetics is used throughout.
24 2006-07-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
26         * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): New vars.
27         (init_alloc_once): Initialize them.
28         (pure_alloc): Allocate non-Lisp objects from the end of pure storage
29         without alignment.
31         * puresize.h (BASE_PURESIZE): Decrease to 1141000.
33 2006-07-18  Francis Litterio  <franl@world.std.com>
35         * w32term.c (x_calc_absolute_position): Fix frame positioning
36         with negative X/Y coordinates.
38 2006-07-18  Dan Nicolaescu  <dann@ics.uci.edu>
40         * xterm.c (x_connection_closed, x_error_quitter): Mark as NO_RETURN.
42         * textprop.c (text_read_only): Likewise.
44         * lread.c (end_of_file_error): Likewise.
46         * lisp.h (circular_list_error, memory_full, buffer_memory_full):
47         Likewise.
49         * eval.c (unwind_to_catch): Likewise.
51         * buffer.h (buffer_slot_type_mismatch): Likewise.
53 2006-07-18  Kim F. Storm  <storm@cua.dk>
55         Cleanup Fsignal calls that never returns; now only use it for Qquit.
57         * eval.c (xsignal): New func.  Like Fsignal, but marked no-return.
58         (xsignal0, xsignal1, xsignal2, xsignal3): New no-return functions.
59         (signal_error): New no-return function (from xfaces.c).
60         (Fthrow): Use xsignal2 instead of Fsignal + abort.
61         (error): Use xsignal1 instead of Fsignal + abort.
62         (FletX, Flet, grow_specpdl): Use signal_error.
63         (Feval, Ffuncall, funcall_lambda): Use xsignal1, xsignal2.
65         * alloc.c (buffer_memory_full, memory_full): Use xsignal. Remove loop.
66         (list1): New function.
68         * lisp.h (list1): Add EXFUN.
69         (xsignal, xsignal0, xsignal1, xsignal2, xsignal3, signal_error):
70         Add prototypes.  Mark them as no-return.
72         * buffer.c (Fbuffer_local_value, Fbarf_if_buffer_read_only):
73         Use xsignal1.
75         * callint.c (check_mark): Use xsignal0.
77         * casefiddle.c (casify_object): wrong_type_argument is no-return.
79         * cmds.c (Fforward_char, Fdelete_char): Use xsignal0.
81         * coding.c (Fcheck_coding_system): Use xsignal1.  Remove loop.
82         (Fdefine_coding_system_internal): Use xsignal1.
84         * data.c (circular_list_error): Use xsignal.
85         (wrong_type_argument): Use xsignal2.  Don't care about return value.
86         (args_out_of_range, args_out_of_range_3): Use xsignal2, xsignal3.
87         Remove loop around Fsignal.
88         (indirect_variable, Fsymbol_value, set_internal, Fdefault_value)
89         (indirect_function, Findirect_function, Fstring_to_number)
90         (Fmakunbound, Ffmakunbound, Fsymbol_function, Ffset): Use xsignal1.
91         (arith_driver, float_arith_driver, Frem, Fmod, arith_error):
92         Use xsignal0.
94         * doc.c (Fdocumentation): Use xsignal1.
96         * editfns.c (region_limit, Fget_internal_run_time): Use xsignal0.
98         * fileio.c (report_file_error): Use xsignal.
99         (barf_or_query_if_file_exists, Fcopy_file, Fdelete_file)
100         (Finsert_file_contents): Use xsignal2.
101         (syms_of_fileio): Use list2, list3.
103         * floatfns.c (arith_error, range_error, domain_error): Use xsignal2.
104         (range_error2, domain_error2): Use xsignal3.
105         (rounding_driver, fmod_float): Use xsignal0.
106         (float_error): Use xsignal1.
107         (matherr): Use xsignal.
109         * fns.c (Flength): wrong_type_argument is no-return.
110         (hashfn_user_defined, Fmake_hash_table): Use signal_error.
111         (Fmd5): Use xsignal1.
113         * frame.c (x_set_line_spacing, x_set_screen_gamma): Use signal_error.
115         * keyboard.c (recursive_edit_1): Use xsignal1.
117         * keymap.c (Fmap_keymap): Use xsignal1.
119         * lread.c (Fload): Use xsignal2, signal_error.
120         (end_of_file_error): Use xsignal0, xsignal1.
121         (read0): Use xsignal1.
122         (invalid_syntax): New error function marked no-return.
123         (read_integer, read1, read_list): Use it.
125         * macselect.c (x_get_local_selection): Use signal_error.
127         * msdos.c (Fmsdos_set_mouse_buttons): Use xsignal2.
129         * search.c (compile_pattern_1): Use xsignal1.
130         (signal_failure): Remove (was only called once).
131         (search_command): Use xsignal1 instead of signal_failure.
133         * syntax.c (scan_lists): Use xsignal3.
135         * textprop.c (text_read_only): Use xsignal0, xsignal1.
137         * unexsol.c (unexec): Use xsignal.
139         * window.c (window_scroll_pixel_based, window_scroll_line_based):
140         Use xsignal0.
142         * xfaces.c (signal_error): Move to eval.c.
143         (resolve_face_name): Use xsignal1.
145         * xfns.c (x_decode_color): Use signal_error.
147         * xselect.c (x_get_local_selection, copy_multiple_data)
148         (x_get_window_property_as_lisp_data)
149         (lisp_data_to_selection_data, CHECK_CUT_BUFFER)
150         (Fx_get_cut_buffer_internal): Use signal_error.
152 2006-07-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
154         * macterm.c (XTread_socket): Undo previous change.
156 2006-07-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
158         * macterm.c (keycode_to_xkeysym): Remove function.  All uses now
159         directly lookup keycode_to_xkeysym_table.
160         [USE_MAC_TSM] (mac_handle_text_input_event): Don't construct
161         ASCII_KEYSTROKE_EVENT for non-zero keycode_to_xkeysym_table entries.
162         (XTread_socket): Use character codes to construct keypad key events.
163         (mac_initialize_display_info) [MAC_OSX]: Use CGDisplaySamplesPerPixel.
164         (x_delete_display): Apply 2006-07-04 change for xterm.c.
166 2006-07-17  Kim F. Storm  <storm@cua.dk>
168         * xdisp.c (handle_single_display_spec): Ensure the right value of
169         it->position is saved by push_it.
170         (pop_it): Restore it->object for GET_FROM_BUFFER and GET_FROM_STRING.
171         (reseat_1): Don't setup it->object twice.
172         (set_iterator_to_next): No need to set it->object after pop_it.
173         (move_it_to): Explicitly check to see if last move reached to_charpos.
175 2006-07-17  Thien-Thi Nguyen  <ttn@gnu.org>
177         * xdisp.c (display_mode_line): Preserve match data.
179 2006-07-14  Kim F. Storm  <storm@cua.dk>
181         * w32.c (pfn_WSACreateEvent, pfn_WSACloseEvent): New func ptrs.
182         (init_winsock): Load them.  Use ws2_32.dll.
183         (sys_listen): Undo last change.  Just set FILE_LISTEN flag.
184         (sys_accept): Undo last change.  Instead, set child status to
185         STATUS_READ_ACKNOWLEDGED and reset char_avail event so next
186         sys_select will wakeup the reader thread.
187         (_sys_wait_accept): New function used by reader thread to wait for
188         an incoming connection on a server socket.
190         * w32.h (_sys_read_ahead, _sys_wait_accept): Add prototypes.
192         * w32proc.c (reader_thread): Use _sys_wait_accept to wait on a
193         server socket (FILE_LISTEN flag).
195 2006-07-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
197         * sound.c (alsa_init): Call snd_pcm_close after successful snd_pcm_open.
199 2006-07-14  Kim F. Storm  <storm@cua.dk>
201         * w32.c: Fix high cpu load for server sockets.
202         (pfn_WSAEventSelect): New function ptr.
203         (init_winsock): Load it.
204         (sys_listen): Set FILE_LISTEN flag. Set event mask for socket's
205         char_avail event object to FD_ACCEPT.
206         (sys_accept): Check FILE_LISTEN flag.  Set event mask on new
207         socket's char_avail event object to FD_READ|FD_CLOSE.
209         * w32.h (FILE_LISTEN): New filedesc flag value.
211 2006-07-13  Kim F. Storm  <storm@cua.dk>
213         * bytecode.c (Fbyte_code): Use CAR, CDR for Bcar, Bcdr.
214         Use CAR_SAFE, CDR_SAFE for Bcar_safe, Bcdr_safe.
215         Simplify loops and use CAR for Bnth and Belt.
217         * data.c (Findirect_function): Optimize for no indirection.
219         * eval.c (Fthrow): Remove loop around Fsignal.
220         (Feval, Fapply, Ffuncall): Optimize for no function indirection.
221         Use original function name in all signaled errors.
222         Simplify Fsignal calls (no return).
223         (funcall_lambda): Simplify Fsignal calls (no return).
225 2006-07-13  Andreas Schwab  <schwab@suse.de>
227         * syntax.c (scan_sexps_forward): Use EMACS_INT for out_bytepos and
228         out_charpos.
230 2006-07-13  Kenichi Handa  <handa@m17n.org>
232         * editfns.c (Fformat): Fix calculation of text property positions
233         of format string.
235 2006-07-12  Kim F. Storm  <storm@cua.dk>
237         * lisp.h (CHECK_TYPE): New macro for generic type checking.
238         (CAR_SAFE, CDR_SAFE): New macros.
239         (ARRAYP, CHECK_ARRAY): New macros.
240         (CHECK_VECTOR_OR_STRING, CHECK_SUBR): New macros.
241         (CHECK_WINDOW_CONFIGURATION): New macro.
242         (CHECK_LIST_CONS, CHECK_LIST_END): New checks for list traversal.
243         (CHECK_STRING_OR_BUFFER, CHECK_HASH_TABLE, CHECK_LIST)
244         (CHECK_STRING, CHECK_STRING_CAR, CHECK_CONS, CHECK_SYMBOL)
245         (CHECK_CHAR_TABLE, CHECK_VECTOR, CHECK_VECTOR_OR_CHAR_TABLE)
246         (CHECK_BUFFER, CHECK_WINDOW, CHECK_LIVE_WINDOW, CHECK_PROCESS)
247         (CHECK_NUMBER, CHECK_NATNUM, CHECK_MARKER, CHECK_OVERLAY)
248         (CHECK_NUMBER_COERCE_MARKER, CHECK_FLOAT, CHECK_NUMBER_OR_FLOAT)
249         (CHECK_NUMBER_OR_FLOAT_COERCE_MARKER): Use CHECK_TYPE.
251         * category.h (CHECK_CATEGORY, CHECK_CATEGORY_SET):
252         * frame.h (CHECK_FRAME, CHECK_LIVE_FRAME): Use CHECK_TYPE.
254         * callint.c (Fcall_interactively):
255         * casefiddle.c (casify_object):
256         * editfns.c (general_insert_function):
257         * fns.c (Flength, Felt, Ffillarray):
258         * data.c (Fcar, Fcdr): Remove loop around wrong_type_argument.
260         * data.c (wrong_type_argument): Remove loop around Fsignal.
261         (Farrayp, Fsequencep): Use ARRAYP.
262         (Fcar): Use CAR.
263         (Fcar_safe): Use CAR_SAFE.
264         (Fcdr): Use CDR.
265         (Fcdr_safe): Use CDR_SAFE.
266         (Fsetcar, Fsetcdr): Use CHECK_CONS.
267         (Fsubr_arity, Fsubr_name): Use CHECK_SUBR.
268         (Faset): Use CHECK_ARRAY.
270         * fns.c (Felt): Use CHECK_ARRAY.
271         (concat): Use CHECK_NUMBER.
272         (Fsubstring, substring_both): Use CHECK_VECTOR_OR_STRING.
273         (Fmemq): Use CHECK_LIST.
274         (Fassq, Fassoc, Frassq, Frassoc): Use CAR.
275         (assq_no_quit): Use CAR_SAFE.
276         (Fnthcdr, Fmember, Fdelq, Fdelete, Fnreverse, Fnconc):
277         Use CHECK_LIST_CONS.
278         (Freverse, Fplist_get, Flax_plist_get): Use CHECK_LIST_END.
280         * bytecode.c (Fbyte_code): Use CHECK_VECTOR.
282         * casetab.c (check_case_table):
283         * category.c (check_category_table):
284         * marker.c (Fcopy_marker):
285         * syntax.c (check_syntax_table):
286         * xfaces.c (load_pixmap): Use CHECK_TYPE.
288         * fns.c (Fcopy_sequence, concat):
289         * fringe.c (Fdefine_fringe_bitmap):
290         * lread.c (check_obarray): Cleanup wrong_type_argument use.
292         * keyboard.c (access_keymap_keyremap): Use ARRAYP.
294         * keymap.c (Fdefine_key, Flookup_key):
295         * macros.c (Fstart_kbd_macro): Use CHECK_VECTOR_OR_STRING.
297         * mac.c (Fmac_get_preference): Use CHECK_LIST_END.
299         * search.c (Fset_match_data): Use CHECK_LIST.
301         * sunfns.c (sun_item_create): Use CHECK_LIST_CONS.
303         * window.c (Fwindow_configuration_frame, Fset_window_configuration):
304         (compare_window_configurations): Use CHECK_WINDOW_CONFIGURATION.
306 2006-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
308         * Makefile.in (dired.o, editfns.o, fileio.o): Depend on blockinput.h.
310         * dired.c: Include blockinput.h.
311         (Ffile_attributes): Add BLOCK_INPUT around getpwuid/getgrgid.
313         * editfns.c: Include blockinput.h.
314         (Fuser_login_name, Fuser_full_name): Add BLOCK_INPUT around
315         getpwuid/getpwnam.
317         * fileio.c: Include blockinput.h.
318         (Fexpand_file_name, search_embedded_absfilename): Add BLOCK_INPUT
319         around getpwnam.
320         (search_embedded_absfilename): Remove spurious xfree.
322 2006-07-11  Kim F. Storm  <storm@cua.dk>
324         * dispnew.c (sit_for): Reduce number of args from 5 to 3.
325         Now just one TIMEOUT arg that can be a Lisp float or Lisp int.
326         Combine args DISPLAY and INITIAL_DISPLAY into one arg DO_DISPLAY.
327         Signal error if TIMEOUT is not a number.
328         Undo 2006-06-14 change for non-preemptive display if TIMEOUT < 0.
329         The rework of sit_for args also fixes several incorrect Qt args
330         which should have been 1.
331         (Fredisplay): Pass 1 instead of Qt to swallow_events and
332         detect_input_pending_run_timers.
334         * lisp.h (sit_for): Update prototype.
335         (Fredisplay): Add EXFUN.
337         * dispextern.h (sit_for): Remove prototype.
339         * callint.c (Fcall_interactively):
340         * minibuf.c (temp_echo_area_glyphs):
341         * keyboard.c (command_loop_1, read_char, Fexecute_extended_command):
342         * fileio.c (Fdo_auto_save): Update/simplify sit_for calls.
344 2006-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
346         * syntax.c (forw_comment): Also use EMACS_INT for buffer positions.
348 2006-07-11  Kim F. Storm  <storm@cua.dk>
350         * dispnew.c (Fredisplay): Add FORCE argument to force redisplay when
351         input is available.  Fix test for redisplay_dont_pause non-nil.
352         Specbind redisplay-dont-pause to t if FORCE non-nil.
354 2006-07-10  Chong Yidong  <cyd@stupidchicken.com>
356         * puresize.h (BASE_PURESIZE): Increment to 1211000.
358         * dispnew.c (Fredisplay): New function, equivalent to (sit-for 0).
359         (Fsit_for): Function deleted.
361         * keyboard.c (command_loop_1, Fexecute_extended_command):
362         Call sit_for instead of Fsit_for.
364         * minibuf.c (temp_echo_area_glyphs): Likewise.
366 2006-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
368         * syntax.c (Fforward_comment): Revert the reversion.
369         (back_comment, scan_lists): Also use EMACS_INT for buffer positions.
371 2006-07-09  John Paul Wallington  <jpw@pobox.com>
373         * syntax.c (Fforward_comment): Revert previous change.
375 2006-07-09  Kim F. Storm  <storm@cua.dk>
377         * window.c (Fforce_window_update): Doc fix.
379 2006-07-08  Stephen Gildea  <gildea@stop.mail-abuse.org>
381         * fileio.c (do_auto_save_make_dir): Make the auto-save-list-file
382         directory unreadable for better user privacy.
384 2006-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
386         * syntax.c (Fforward_comment): Fix int-32 vs EMACS_INT-64 mixup.
388         * lread.c (read_filtered_event): Remove `register' qualifier because it
389         causes compilation problem with gcc-4.0.2-20051125 on amd64.
390         (readevalloop): Remove unused var `bpos'.
391         Yet another int/Lisp_Object mixup (YAILOM).
393 2006-07-07  Eli Zaretskii  <eliz@gnu.org>
395         * keyboard.c (Fexecute_extended_command): Mention the argument
396         PREFIXARG in the doc string.
398 2006-07-07  Kim F. Storm  <storm@cua.dk>
400         * fringe.c (Fdefine_fringe_bitmap): Doc fix.
402 2006-07-05  Chong Yidong  <cyd@stupidchicken.com>
404         * insdel.c (prepare_to_modify_buffer): For an indirect buffer, do
405         clash detection using the base buffer.
407         * puresize.h (BASE_PURESIZE): Increment to 1210500.
409 2006-07-04  Kim F. Storm  <storm@cua.dk>
411         * xterm.c (x_delete_display): Don't free or derefence NULL pointers.
413 2006-07-04  Kenichi Handa  <handa@m17n.org>
415         * fontset.c (Fset_overriding_fontspec_internal): Check if we need
416         to update Voverriding_fontspec_alist.
418 2006-07-03  Richard Stallman  <rms@gnu.org>
420         * xfns.c (Fx_create_frame): Move unwind_create_frame setup down.
422         * xfaces.c (Fface_attribute_relative_p): Doc fix.
424         * textprop.c (Fget_char_property_and_overlay): Doc fix.
426         * eval.c (Fdefvaralias): Doc fix.
428 2006-07-03  Kim F. Storm  <storm@cua.dk>
430         * dispnew.c (sit_for): Fix preempt condition.
432 2006-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
434         * lread.c (read_filtered_event): Treat select-window just like
435         switch-frame.
437 2006-07-02  Kim F. Storm  <storm@cua.dk>
439         * xdisp.c (display_tool_bar_line): Skip glyphs which are too big
440         to ever fit the tool-bar,
441         (MAX_FRAME_TOOL_BAR_HEIGHT): New macro.
442         (tool_bar_lines_needed): Use unused mode-line row as temp_row.
443         (redisplay_tool_bar): Only clear desired matrix if we actually
444         change the tool-bar window height.  Only try to make the tool-bar
445         window bigger if there is actually room for it.
447 2006-06-30  Ralf Angeli  <angeli@caeruleus.net>
449         * w32term.c (x_make_frame_visible): Use SystemParametersInfo with
450         SPI_GETWORKAREA to find the dimensions of the screen work area,
451         and adjust vertical position of the frame in order to avoid being
452         covered by the task bar.
454         * w32fns.c (w32_createwindow): Use CW_USEDEFAULT instead of
455         f->left_pos and SH_SHOW instead of f->top_pos in the call to
456         CreateWindow.  Record the actual position in f->left_pos and
457         f->top_pos.
459 2006-06-30  John Paul Wallington  <jpw@pobox.com>
461         * w32console.c (syms_of_ntterm) <w32-use-full-screen-buffer>:
462         Doc fix - default value has changed.
464 2006-06-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
466         * mac.c [!TARGET_API_MAC_CARBON]: Don't include FixMath.h or Scrap.h.
468         * macfns.c (Fx_create_frame): Apply 2006-06-24 change for xfns.c.
470         * macgui.h (USE_MAC_TSM) [TARGET_API_MAC_CARBON]: Set default to 1.
472         * macterm.c (Qeql): Add extern.
473         (x_set_mouse_pixel_position) [MAC_OSX]: Use CGWarpMouseCursorPosition.
474         (fm_style_face_attributes_alist) [USE_ATSUI]: New variable.
475         (syms_of_macterm) [USE_ATSUI]: Initialize and staticpro it.
476         Change keys of Vmac_atsu_font_table from strings to numbers.
477         (fm_style_to_face_attributes) [USE_ATSUI]: New function.
478         (init_font_name_table) [USE_ATSUI]: Use it.
479         (saved_ts_script_language_on_focus) [USE_MAC_TSM]: New variable.
480         (syms_of_macterm) [USE_MAC_TSM]: Initialize and staticpro it.
481         [USE_MAC_TSM] (mac_tsm_resume): Restore script and language codes
482         only when saved_ts_script_language_on_focus coincides with
483         Vmac_ts_script_language_on_focus.
484         [USE_MAC_TSM] (mac_tsm_suspend): Save value of
485         Vmac_ts_script_language_on_focus to saved_ts_script_language_on_focus.
486         (XTread_socket) [USE_MAC_TSM]: Add Mac OS Classic support.
487         [USE_MAC_TSM] (mac_handle_text_input_event, init_tsm): Likewise.
489 2006-06-27  Chong Yidong  <cyd@stupidchicken.com>
491         * editfns.c (Fdelete_field, Ffield_string, Ffield_beginning)
492         (Ffield_string_no_properties, Ffield_end): Mention
493         args-out-of-range error condition in docstring.
495 2006-06-27  Kim F. Storm  <storm@cua.dk>
497         * xdisp.c (handle_composition_prop): Set stop_charpos before push_it.
499 2006-06-25  Kim F. Storm  <storm@cua.dk>
501         * s/gnu-linux.h (SIGNALS_VIA_CHARACTERS): Define for Linux kernel
502         version 2.4 and later.
504 2006-06-24  Chong Yidong  <cyd@stupidchicken.com>
506         * xfns.c (Fx_create_frame): Set font parameter directly instead of
507         using x_default_parameter, since x_get_args clears the parm alist.
509 2006-06-24  Eli Zaretskii  <eliz@gnu.org>
511         * dired.c (directory_files_internal) [WINDOWSNT]: Find files
512         case-insensitively.
514 2006-06-24  Aidan Kehoe  <kehoea@parhasard.net>
516         * lread.c (read_escape): When an unknown Unicode code point is
517         encountered as a string or character escape, signal an error.
519 2006-06-23  Kim F. Storm  <storm@cua.dk>
521         * .gdbinit (pitx): Dump iterator stack.
523         * xdisp.c (handle_composition_prop): Push iterator on stack.
524         (set_iterator_to_next): Pop iterator at end of composition.
526 2006-06-23  Martin Rudalics  <rudalics@gmx.at>
528         * fileio.c (Frename_file) [DOS_NT]: Don't try to move directory to
529         itself on DOS_NT platforms, if the old and new names are identical
530         but for the letter-case.
532 2006-06-21  Kim F. Storm  <storm@cua.dk>
534         * dispextern.h (struct it): Add `position' member to iterator stack.
535         Rename `pos' member to `current'.  Rearrange and add comments.
537         * xdisp.c (handle_stop): Set it->ignore_overlay_strings_at_pos_p
538         if  we get any overlays.
539         (set_cursor_from_row): Don't clobber `end' if we rescan from
540         start_string.
541         (push_it, pop_it): Save it->position.
543 2006-06-19  Richard Stallman  <rms@gnu.org>
545         * window.c (size_window): New arg FIRST_ONLY.  All callers changed.
546         (adjust_window_trailing_edge): Specially compute FIRST_PARALLEL
547         for the case of a top-level window and the following minibuffer.
548         Don't exit because of no `next' when there is a parent.
549         Use the FIRST_ONLY feature when resizing following windows.
551         * syntax.c (init_syntax_once): Give most control chars' syntax Spunct.
553 2006-06-17  Kim F. Storm  <storm@cua.dk>
555         * dispnew.c (update_frame): Check for input pending on entry.
556         (update_window, update_frame_1): Break loop if input is detected.
558 2006-06-16  Francis Litterio  <flitterio@gmail.com>
560         * xterm.c (x_check_expected_move, handle_one_xevent)
561         (x_set_offset, x_check_fullscreen): Extensive changes to make
562         frame positioning deterministic under X.
564         * xterm.h (x_output): Added members left_before_move and
565         top_before_move.  Removed members expected_left and expected_top.
567 2006-06-16  Kim F. Storm  <storm@cua.dk>
569         * dispextern.h (struct it): Add union to iterator stack to save
570         image, composition, and stretch specific paramters.
572         * xdisp.c (next_overlay_string): Fix assert.
573         (push_it, pop_it): Handle composition and stretch specific values.
574         Only handle it->slice in image (for now).
575         (back_to_previous_visible_line_start): Continue search if newline is
576         part of a compisition.  Simplify.
577         (reseat_1): Set it->object to buffer.
578         (set_iterator_to_next): Set it->object to string or buffer, when
579         setting it->method to GET_FROM_STRING or GET_FROM_BUFFER.
580         (next_element_from_composition): Set it->object to buffer if not
581         from string.
582         (set_cursor_from_row): Only save start of string if not already
583         done to handle multiple strings in a row.
585         * .gdbinit (pitx): Show composition parameters.
586         (pgx, pg): New commands to print a glyph structure.
587         (pgi, pgn): New commands to print specific/next glyph.
588         (pgrowx, pgrow): New commands to print all glyphs in a row.
590 2006-06-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
592         * macfns.c (Fx_display_mm_height, Fx_display_mm_width)
593         [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Use CGDisplayScreenSize.
595         * macterm.c (do_app_resume, do_app_suspend): Remove functions.
596         (mac_tsm_resume, mac_tsm_suspend) [USE_MAC_TSM]: New functions.
597         (mac_handle_window_event, XTread_socket) [USE_MAC_TSM]: Use them.
598         (Vmac_ts_script_language_on_focus) [USE_MAC_TSM]: New variable.
599         (syms_of_macterm) [USE_MAC_TSM]: Defvar it.
600         (saved_ts_language, saved_ts_component) [USE_MAC_TSM]: New variables.
601         (mac_initialize_display_info) [MAC_OSX]: Use Quartz Display
602         Services functions to get size of main display in pixels.
604 2006-06-14  Chong Yidong  <cyd@stupidchicken.com>
606         * xdisp.c (back_to_previous_visible_line_start): Reset
607         it->continuation_lines_width.
609 2006-06-14  Richard Stallman  <rms@gnu.org>
611         * eval.c (Fdefconst): Mark variable as risky.
613         * callproc.c (Fcall_process): Doc fix.
615         * window.c (adjust_window_trailing_edge): Don't break out of the loop
616         because there's no next window, if there are parallel windows.
617         Do break out when WINDOW is nil.
619 2006-06-14  Kim F. Storm  <storm@cua.dk>
621         * dispextern.h (IT_STACK_SIZE): New macro specifying size of
622         iterator stack (instead of hardcoded number).  Increase from 2 to
623         4 to make room for propertized overlay strings before and after a
624         display string, image or composition.
625         (struct it): Add image_id and method members to iterator stack.
627         * xdisp.c (init_from_display_pos): Don't set it->method and
628         overlay_string_index after pop_it.  Add asserts.
629         (handle_stop): Look for overlay strings around a display string,
630         image, or composition.  Handle properties on those strings.
631         (next_overlay_string): Don't set string, pos or method after pop_it.
632         (get_overlay_strings_1): Split from get_overlay_strings; don't
633         modify it if no overlay strings are found.
634         (get_overlay_strings): Use get_overlay_strings_1.  Always set
635         it->string and it->method.
636         (push_it): Push it->image_id and it->method.  Push it->object
637         instead of it->string if method is GET_FROM_IMAGE.
638         (pop_it): Pop it->image_id and it->method.  Ppo it->object
639         instead of it->string if method is GET_FROM_IMAGE.
640         Reset it->current.string_pos if popped it->string is nil.
641         (reseat_1): Remove comment dated 19 May 2003.  It expressed doubt
642         whether a given change was correct; but the change is correct.
643         Clear it->string_from_display_prop_p.
644         (set_iterator_to_next): Rely on it->method and it->image_id from
645         iterator stack, instead of setting them explicitly after pop_it.
647         * dispnew.c (sit_for): Undo 2006-06-01 change.  Instead, a
648         negative time forces redisplay even when input is available.
649         (Fsit_for): Doc fix.
651 2006-06-13  Kim F. Storm  <storm@cua.dk>
653         * dispnew.c: Modify preemptive redisplay to be based on periodic
654         checks for input.
655         (PERIODIC_PREEMPTION_CHECKING): Define to 1 iff EMACS_HAS_USECS.
656         (Vredisplay_preemption_period): New variable.
657         (syms_of_display): DEFVAR_LISP and initialize it.
658         (preemption_period, preemption_next_check): New variables.
659         (update_frame, update_single_window): Initialize them based on
660         Vredisplay_preemption_period if !force_p.
661         (update_window, update_frame_1): Use them to determine when to
662         check for input.
664 2006-06-03  Aidan Kehoe  <kehoea@parhasard.net>
666         * lread.c (read_escape): Provide a Unicode character escape
667         syntax; \u followed by exactly four or \U followed by exactly
668         eight hex digits in a comment or string is read as a Unicode
669         character with that code point.
671 2006-06-09  Eli Zaretskii  <eliz@gnu.org>
673         * window.c (window_scroll_pixel_based): Signal "Beginning of
674         buffer" when scroll-down at the beginning of an empty buffer.
676 2006-06-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
678         * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event): Exclude
679         0x7f from ASCII range.
681 2006-06-05  Jason Rumney  <jasonr@gnu.org>
683         * w32term.c (w32_set_scroll_bar_thumb, x_scroll_bar_create)
684         (w32_set_vertical_scroll_bar, w32_scroll_bar_handle_click)
685         (x_scroll_bar_report_motion): Remove workarounds for
686         versions of Windows NT < 3.51.
687         [!SIF_ALL]: Remove.
688         (pfnSetScrollInfo, pfnGetScrollInfo): Remove.
689         (w32_initialize): Don't dynamically load Get/SetScrollInfo.
691 2006-06-04  David Kastrup  <dak@gnu.org>
693         * dispnew.c: Mention `redisplay-dont-pause' in doc string of
694         `sit-for'.
696 2006-06-03  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
698         * macfns.c (x_set_icon_name): Apply 2006-06-02 change for xfns.c.
700         * macgui.h (USE_MAC_TSM): Set default to 1 on Mac OS X.
702         * macterm.c (tsm_document_id) [USE_MAC_TSM]: New variable.
703         (Qtext_input, Qupdate_active_input_area, Qunicode_for_key_event)
704         [USE_MAC_TSM]: Likewise.
705         (syms_of_macterm) [USE_MAC_TSM]: Intern and staticpro them.
706         (Qbefore_string) [USE_MAC_TSM]: Add extern.
707         (do_app_resume, do_app_suspend) [USE_MAC_TSM]: Call
708         ActivateTSMDocument/DeactivateTSMDocument.
709         (mac_store_event_ref_as_apple_event): Call mac_post_mouse_moved_event.
710         (mac_handle_window_event) [USE_MAC_TSM]: Handle
711         kEventWindowFocusAcquired/kEventWindowFocusRelinquish.
712         (mac_handle_text_input_event) [USE_MAC_TSM]: New function.
713         (install_window_handler) [USE_MAC_TSM]: Install it.  Register
714         kEventWindowFocusAcquired/kEventWindowFocusRelinquish.
715         (keycode_to_xkeysym_table): Add entry for f16.
716         (XTread_socket) [USE_MAC_TSM]: Set/reset read_socket_inev
717         before/after passing keystroke event to toolbox dispatcher.
718         (init_tsm) [USE_MAC_TSM]: New function.
719         (mac_initialize) [USE_MAC_TSM]: Call it.
720         (Vmac_ts_active_input_overlay) [USE_MAC_TSM]: New defvar.
722         * macterm.h (EVENT_PARAM_TEXT_INPUT_SEQUENCE_NUMBER): New enumerator.
724 2006-06-02  John Paul Wallington  <jpw@gnu.org>
726         * xfns.c (x_set_name_internal): Set icon to `text', derived from
727         name, when frame's icon_name isn't a string rather than only when
728         it is nil.
730 2006-06-03  Eli Zaretskii  <eliz@gnu.org>
732         * w32fns.c (x_set_icon_name): Don't use arg if it's not a string
733         and not nil.
735 2006-06-02  Chong Yidong  <cyd@stupidchicken.com>
737         * xfns.c (x_set_icon_name): No-op if arg is non-nil and not a
738         string.
740 2006-06-02  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
742         * xdisp.c (next_element_from_composition): Set it->object to
743         it->string if composition is coming from string.
744         (set_cursor_from_row): Don't return 0 unless row displays a
745         continued line.
746         (dump_glyph): Dump composite glyph.
748 2006-06-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
750         * gtkutil.c (menu_nav_ended): Check that menubar_widget is not NULL.
752 2006-06-01  Richard Stallman  <rms@gnu.org>
754         * window.c (Fsplit_window): Doc fix.
756 2006-06-01  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
758         * process.c (deleted_pid_list): New variable to store the pids
759         of deleted processes.  Declare it only if SIGCHLD is defined.
760         (init_process): Initialize it.
761         (syms_of_process): Staticpro it.
762         (Fdelete_process): Add pid of the deleted process to it.  Check after
763         the addition and before the kill if the process is already stopped,
764         in which case it is deleted from the list and not killed.
765         (sigchld_handler): Define it only if SIGCHLD is.  Search the process
766         that signaled Emacs in `deleted_pid_list' before `Vprocess_alist'.
767         Original idea by Stefan Monnier.
769 2006-06-01  Kim F. Storm  <storm@cua.dk>
771         * dispnew.c (sit_for): Perform redisplay even if input is pending
772         when redisplay-dont-pause is non-nil.
774 2006-06-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
776         * macterm.c (mac_handle_visibility_change): Set buf.arg to Qnil.
777         (XTread_socket): Remove obsolete comment.
779 2006-06-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
781         * xmenu.c (syms_of_xmenu): Make accelerate-menu an alias for
782         menu-bar-open.
784 2006-06-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
786         * xmenu.c (Fmenu_bar_open, syms_of_xmenu): Change menu-bar-start to
787         menu-bar-open.
789         * gtkutil.c (menu_nav_ended): Change x-menu-bar-start to menu-bar-open.
791 2006-05-31  Juri Linkov  <juri@jurta.org>
793         * minibuf.c (Vhistory_add_new_input): New variable.
794         (read_minibuf): Use it.
795         (syms_of_minibuf) <history-add-new-input>: New Lisp variable.
796         (syms_of_minibuf) <history-delete-duplicates>: Doc fix.
798 2006-05-31  Kim F. Storm  <storm@cua.dk>
800         * process.c (select_wrapper): Add wrapper around select to work around
801         "incomplete backtrace" bug in gdb 5.3, when emacs is stopped inside
802         select called from wait_reading_process_output.
804 2006-05-30  Andreas Schwab  <schwab@suse.de>
806         * xmenu.c (Fmenu_bar_start): Return a value.
808 2006-05-30  Richard Stallman  <rms@gnu.org>
810         * coding.c (Ffind_operation_coding_system): Doc fix.
812 2006-05-30  Eli Zaretskii  <eliz@gnu.org>
814         * w32term.c (x_draw_hollow_cursor): Fix last change.
816 2006-05-29  Kim F. Storm  <storm@cua.dk>
818         * w32term.c (x_draw_stretch_glyph_string): Fix last change.
820 2006-05-29  Eli Zaretskii  <eliz@gnu.org>
822         * coding.c (Ffind_operation_coding_system): Doc fix.
824 2006-05-29  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
826         * macfns.c [USE_MAC_FONT_PANEL] (Fmac_set_font_panel_visibility):
827         Call mac_set_font_info_for_selection if font panel is made visible.
829         * macterm.c (font_panel_shown_p) [USE_MAC_FONT_PANEL]: New variable.
830         (mac_font_panel_visible_p, mac_show_hide_font_panel)
831         [USE_MAC_FONT_PANEL]: New functions.
832         [USE_MAC_FONT_PANEL] (mac_set_font_info_for_selection): Return
833         immediately if font panel is not visible.
835         * macterm.h (mac_font_panel_visible_p, mac_show_hide_font_panel):
836         Add externs.
838 2006-05-29  Dan Nicolaescu  <dann@ics.uci.edu>
840         * search.c (matcher_overflow): Mark as NO_RETURN.
842         * xterm.c (x_connection_closed): Likewise.
844         * sysdep.c (croak): Likewise.
846         * sound.c (sound_perror, alsa_sound_perror): Likewise.
848         * lisp.h (die, nsberror): Likewise.
850 2006-05-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
852         * sound.c (alsa_open, alsa_configure, alsa_write): Move
853         assignment to err out of if-statement.
855         * gtkutil.c (menu_nav_ended): New function.
856         (create_menus): Connect menu_nav_ended to "selection-done" to fix
857         grabs.
859         * xmenu.c (Fmenu_bar_start): New function for USE_GTK and USE_X_TOOLKIT.
861 2006-05-28  Dan Nicolaescu  <dann@ics.uci.edu>
863         * charset.h (invalid_character): Mark as NO_RETURN.
865 2006-05-29  Kenichi Handa  <handa@m17n.org>
867         * coding.c (Ffind_operation_coding_system): Call a function by
868         safe_call1 instead of call1.
870 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
872         * window.c (struct saved_window): Add `dedicated'.
873         (Fset_window_configuration, save_window_save): Save/restore the
874         `dedicated' flag.
876 2006-05-28  Kim F. Storm  <storm@cua.dk>
878         * xdisp.c (set_cursor_from_row): If cursor cannot be set in row,
879         don't update w->cursor and return 0.  Return 1 on success.
880         (try_cursor_movement): Repeat set_cursor_from_row on successive rows
881         until it succeeds.
883         * dispextern.h (set_cursor_from_row): Update prototype.
885 2006-05-28  Kim F. Storm  <storm@cua.dk>
887         * xdisp.c (get_phys_cursor_geometry): Return computed x and y through
888         parameters.  Adjust x and width in case cursor in on a partially
889         visible stretch glyph on the left edge.
890         (erase_phys_cursor): Don't erase into left fringe/margin in case
891         previous cursor glyph is a partially visible stretch glyph on left.
893         * dispextern.h (get_phys_cursor_geometry): Update prototype.
895         * xterm.c (x_draw_stretch_glyph_string): Fix problems with invisible
896         cursor and erasing cursor on partially visible stretch glyph on left.
897         (x_draw_hollow_cursor): Compute x via get_phys_cursor_geometry.
899         * macterm.c: Likewise.
901         * w32term.c: Likewise.
903 2006-05-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
905         * macselect.c (mac_handle_apple_event):
906         Return errAEEventNotHandled if key binding is not found.
908 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
910         * emacs.c (main) [PROFILING]: Enable also for __MINGW32__.
911         [__MINGW32__]: MinGW-specific declaration of `etext'.
913         * w32heap.c (etext, edata): Remove unused definitions.
915 2006-05-26  Chong Yidong  <cyd@stupidchicken.com>
917         * fileio.c (Fcopy_file): Delete argument MUSTBENEW.
918         Incorporate the exclusive file-opening functionality into the behavior
919         when OK-IF-ALREADY-EXISTS is nil.
920         (Frename_file): Call Fcopy_file without MUSTBENEW argument.
922 2006-05-26  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
924         * sound.c (alsa_configure): Move get period/buffer_size after
925         setting hwparams.
927 2006-05-26  Kenichi Handa  <handa@m17n.org>
929         * coding.c (Ffind_operation_coding_system): Allow (FILENAME
930         . BUFFER) in TARGET.
932 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
934         * image.c (png_load): Don't call fclose on NULL.
936 2006-05-25  Luc Teirlinck  <teirllm@auburn.edu>
938         * fns.c (Fyes_or_no_p):
939         * callint.c (Fcall_interactively): Fread_from_minibuffer now takes
940         only seven args.
942 2006-05-25  Juri Linkov  <juri@jurta.org>
944         * lisp.h (Fread_from_minibuffer): Decrement number of args.
946         * minibuf.c (read_minibuf): Remove arg KEEP_ALL.  Callers changed.
947         (Fread_from_minibuffer): Remove arg KEEP_ALL.  Callers changed.
949         * buffer.c (mode-line-format): Fix docstring.
951 2006-05-25  Richard Stallman  <rms@gnu.org>
953         * emacs.c (main, Fdump_emacs): Don't test __linux or __linux__.
955 2006-05-24  Luc Teirlinck  <teirllm@auburn.edu>
957         * puresize.h (BASE_PURESIZE): Increase to 1210000.
959 2006-05-24  Alan Mackenzie  <acm@muc.de>
961         * lread.c (Vload_history): Enhance doc-string to say that the file
962         is the absolute truename of the loaded file.
964         * lread.c (Vafter_load_alist): doc-string: state that an element
965         now has a regexp to match file names, not a file name as such.
967         * lread.c (readevalloop): Call file-truename on the name for
968         load-history, except at preloading time.
970         * lread.c (Fload): At preloading time, preserve the extension of
971         the filename which goes into load-history.  New var hist_file_name.
973         * lread.c (Fload): Do eval-after-load stuff by calling the lisp
974         function do-after-load-evaluation.
976 2006-05-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
978         * mac.c (ae_attr_table): New variable.
979         (syms_of_mac): Intern and staticpro its elements.
980         (mac_aelist_to_lisp): Also convert Apple event attributes.
981         (mac_ae_put_lisp): New function.
982         (create_apple_event_from_event_ref) [MAC_OSX]: Use typeUTF8Text.
984         * macfns.c (Fx_server_version): Use gestaltSystemVersionMajor etc.
986         * macselect.c (Qemacs_suspension_id): New variable.
987         (syms_of_macselect): Intern and staticpro it.
988         (struct suspended_ae_info): New struct.
989         (deferred_apple_events, defer_apple_events)
990         (Fmac_process_deferred_apple_events): Use it.
991         (suspended_apple_events): New variable.
992         (mac_handle_apple_event_1): New function.
993         (mac_handle_apple_event): Use it.  Don't process previously
994         suspended events.
995         (cleanup_suspended_apple_events, get_suspension_id)
996         (cleanup_all_suspended_apple_events): New functions.
997         (init_apple_event_handler): Call cleanup_all_suspended_apple_events
998         at exit.
999         (Fmac_cleanup_expired_apple_events, Fmac_ae_set_reply_parameter)
1000         (Fmac_resume_apple_event): New defuns.
1001         (syms_of_macselect): Defsubr them.
1003         * macterm.c (fn_keycode_to_keycode_table, XTread_socket) [MAC_OSX]:
1004         Fix last change.  Don't map `fn' modifier if pressed with F1 ... F12.
1006         * macterm.h (TYPE_FILE_NAME): Change from macro to enumerator.
1007         (KEY_EMACS_SUSPENSION_ID_ATTR): New enumerator.
1008         (keyReplyRequestedAttr) [MAC_OS_X_VERSION_MAX_ALLOWED < 1030]: Likewise.
1009         (gestaltSystemVersionMajor, gestaltSystemVersionMinor)
1010         (gestaltSystemVersionBugFix) [MAC_OS_X_VERSION_MAX_ALLOWED < 1040]:
1011         Likewise.
1012         (typeUTF8Text, kEventParamWindowMouseLocation)
1013         [MAC_OSX && MAC_OS_X_VERSION_MAX_ALLOWED < 1020]: Likewise.
1014         (x_get_focus_frame, mac_ae_put_lisp): Add externs.
1016 2006-05-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1018         * macterm.c (fn_keycode_to_xkeysym_table, convert_fn_keycode): Remove.
1019         (fn_keycode_to_keycode_table) [MAC_OSX]: New variable.
1020         (mac_set_unicode_keystroke_event) [TARGET_API_MAC_CARBON]: New function.
1021         (XTread_socket) [TARGET_API_MAC_CARBON]: Use it.
1022         (XTread_socket) [MAC_OSX]: Try 'uchr' Unicode keyboard-layout
1023         resource to backtranslate key with modifiers.
1024         (XTread_socket): Don't set read_socket_inev around AEProcessAppleEvent.
1026 2006-05-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1028         * xterm.c: Remove declarations already in xterm.h
1030         * xterm.h: Add extern declarations for x_clear_errors,
1031         x_fully_uncatch_errors, x_catching_errors and
1032         x_alloc_lighter_color_for_widget.  Remove duplicated declarations.
1034 2006-05-21  Richard Stallman  <rms@gnu.org>
1036         * xfaces.c (best_matching_font): Abort for best == NULL
1037         before we start to use it.
1039         * buffer.c (syms_of_buffer, Fmake_overlay): Doc fixes.
1041 2006-05-20  Kim F. Storm  <storm@cua.dk>
1043         * xfaces.c (best_matching_font): Fix crash in 2006-05-17 change.
1045 2006-05-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1047         * macterm.c (convert_fn_keycode): Fix last change.
1049 2006-05-19  Eli Zaretskii  <eliz@gnu.org>
1051         * w32.c (init_environment): Perform the processing of environment
1052         variables on a copy of default variables and their values, not on
1053         the original.  Simplify code that calls ExpandEnvironmentStrings
1054         and make buf1[] and buf2[] more visible for easier debugging.
1056 2006-05-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1058         * frame.c (x_set_border_width): Remove #ifndef MAC_OS.
1060         * image.c [MAC_OS] (gif_load): Allocate Lisp string first.
1062         * macfns.c (Fx_focus_frame): Don't check dpyinfo->x_focus_frame.
1064         * macterm.c (XTread_socket) [TARGET_API_MAC_CARBON && MAC_OSX]:
1065         Forward keyUp events to toolbox_dispatcher.
1067         * window.c (foreach_window): Check WINDOWP (FRAME_ROOT_WINDOW (f)).
1069 2006-05-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1071         * config.in: Regenerated (HAVE_ALSA).
1073         * sound.c (alsa_sound_perror, alsa_open, alsa_period_size)
1074         (alsa_configure, alsa_close, alsa_choose_format, alsa_write)
1075         (snd_error_quiet, alsa_init): New functions.
1076         (vox_init): Return 0 if unable to open device.
1077         (Fplay_sound_internal): Test for alsa first and use vox (oss) as
1078         a fallback.
1079         (struct sound_device): Add period_size.
1080         (wav_play, au_play): Use period_size if set.
1082         * Makefile.in (CFLAGS_SOUND): New flags for ALSA
1083         (ALL_CFLAGS): Add CFLAGS_SOUND
1085 2006-05-18  Kenichi Handa  <handa@m17n.org>
1087         * callproc.c (Fcall_process): Reject encoding arguments by
1088         ascii-incompatible coding systems (e.g. utf-16).
1090         * coding.c (Qascii_incompatible): New variable.
1091         (syms_of_coding): Setup Qascii_incompatible.
1092         (setup_coding_system): Be sure to initialize coding->common_flags.
1093         Check `ascii-incompatible' property of the coding system.
1095         * coding.h (CODING_ASCII_INCOMPATIBLE_MASK): New macro.
1097 2006-05-18  Kim F. Storm  <storm@cua.dk>
1099         * xdisp.c (display_tool_bar_line): Restore entire tool-bar geometry when
1100         backtracking in case last image doesn't fit on line.
1102 2006-05-18  MIYOSHI Masanori <miyoshi@meadowy.org>  (tiny change)
1104         * xdisp.c (display_tool_bar_line): Don't adjust tool-bar height by more than
1105         height of one frame default line.
1107 2006-05-17  Richard Stallman  <rms@gnu.org>
1109         * xfaces.c (better_font_p): Any font beats no font.
1110         (best_matching_font): Simplify based on above change.
1112         * buffer.c (Fprevious_overlay_change, Fnext_overlay_change): Doc fixes.
1114 2006-05-16  Kim F. Storm  <storm@cua.dk>
1116         * xterm.c (handle_one_xevent): Check that f is not NULL before
1117         calling x_kill_gs_process.
1119 2006-05-14  Richard Stallman  <rms@gnu.org>
1121         * textprop.c (Fnext_single_char_property_change)
1122         (Fprevious_single_char_property_change): Don't allow returning
1123         value beyond LIMIT in any cases.
1124         (Fnext_char_property_change, Fprevious_char_property_change): Doc fix.
1126         * intervals.c (get_local_map): Abort if POSITION outside BEGV, ZV.
1128 2006-05-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1130         * xterm.c (handle_one_xevent): Check that f is not NULL before
1131         calling _XEditResCheckMessages.
1133 2006-05-14  Kim F. Storm  <storm@cua.dk>
1135         * xterm.c (handle_one_xevent): Fix crash in 2006-03-24 change.
1137 2006-05-13  Eli Zaretskii  <eliz@gnu.org>
1139         * frame.c (x_set_border_width): Fix error message to say "frame",
1140         not "window".
1142         * Makefile.in (SOME_MACHINE_LISP): Add fringe.elc.
1144 2006-05-12  Chong Yidong  <cyd@stupidchicken.com>
1146         * intervals.c (set_point_both): Fix mixup before before and after
1147         in variable names.
1149         * editfns.c (Fline_beginning_position): Inhibit point-motion hooks
1150         while setting point temporarily.
1152 2006-05-11  Richard Stallman  <rms@gnu.org>
1154         * lread.c (readevalloop): Abort if START non-nil for non-buffer input.
1156 2006-05-11  Kim F. Storm  <storm@cua.dk>
1158         * xdisp.c (redisplay_tool_bar): Handle large tool-bar-border values.
1160 2006-05-11  Kenichi Handa  <handa@m17n.org>
1162         * fileio.c (Finsert_file_contents): Fix for the case of IO error
1163         while handling replace operation.
1165 2006-05-10  Kenichi Handa  <handa@m17n.org>
1167         * xfaces.c (realize_default_face) [HAVE_X_WINDOWS]: If the font
1168         chosen for the default face was different from the frame font,
1169         adjust the frame font.
1171 2006-05-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1173         * image.c (Qduration) [MAC_OS]: Undo previous change.
1174         (syms_of_image) [MAC_OS]: Likewise.
1175         [MAC_OS] (gif_load): Emulate Graphic Control Extension block.
1177         * macfns.c (x_to_mac_color): Fix shift amount change.
1178         (mac_set_font) [USE_MAC_FONT_PANEL]: Use x_get_focus_frame.
1179         [USE_MAC_FONT_PANEL] (Fmac_set_font_panel_visibility): Doc fix.
1181         * macselect.c (Vmac_service_selection) [MAC_OSX]: Rename from
1182         Vmac_services_selection.  All uses changed.
1183         (mac_store_service_event): Rename from mac_store_services_event in
1184         extern and calls.
1186         * macterm.c (Qservice) [MAC_OSX]: Rename from Qservices.  All uses
1187         changed.
1188         [MAC_OSX] (mac_store_service_event): Rename from
1189         mac_store_services_event.  All callers changed.
1190         [USE_MAC_FONT_PANEL] (mac_set_font_info_for_selection): Add args
1191         FACE_ID and C.  All callers changed.
1192         (x_free_frame_resources) [USE_MAC_FONT_PANEL]: Call
1193         mac_set_font_info_for_selection when focus frame is destroyed.
1194         (XTread_socket): Revert to FrontNonFloatingWindow/FrontWindow.
1196         * macterm.h (mac_set_font_info_for_selection): Add 2nd and 3rd
1197         args in extern.
1199 2006-05-09  Chong Yidong  <cyd@stupidchicken.com>
1201         * keymap.c (describe_map): Avoid generating duplicate entries if
1202         the shadowed binding has the same definition.
1204 2006-05-09  Kenichi Handa  <handa@m17n.org>
1206         * keymap.c (push_key_description): Handle invalid character key.
1208 2006-05-08  Kenichi Handa  <handa@m17n.org>
1210         * callproc.c (Fcall_process): Use system_eol_type for encoding
1211         arguments if eol_type is not yet decided.
1213         * coding.h (system_eol_type): Extern it.
1215         * coding.c (setup_coding_system): For invalid coding-system, set
1216         coding->eol_type to CODING_EOL_UNDECIDED.
1217         (encode_coding): Cancel previous change.
1218         (shrink_encoding_region): Likewise.
1219         (code_convert_region1): Likewise.
1220         (code_convert_string1): Likewise.
1221         (code_convert_string_norecord): Likewise.
1223         * fileio.c (choose_write_coding_system): Use system_eol_type for
1224         encoding if eol_type is not yet decided.
1226         * process.c (setup_process_coding_systems): Use system_eol_type
1227         for encoding if eol_type is not yet decided.
1228         (read_process_output): Likewise.
1229         (send_process): Likewise.
1231 2006-05-07  Juanma Barranquero  <lekktu@gmail.com>
1233         * minibuf.c (syms_of_minibuf) <history-length>: Fix typo in doc.
1235 2006-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1237         * mac.c (Fmac_clear_font_name_table): Move defun to macfns.c.
1238         (syms_of_mac): Likewise for defsubr.
1240         * macfns.c (mac_set_font): New function.
1241         (mac_frame_parm_handlers, syms_of_macfns): Replace x_set_font with it.
1242         (mac_window) [TARGET_API_MAC_CARBON && MAC_OSX]: Specify
1243         kWindowToolbarButtonAttribute when creating window.
1244         (Fmac_clear_font_name_table): Move from macfns.c.
1245         (syms_of_macfns): Likewise for defsubr.
1246         [USE_MAC_FONT_PANEL] (Fmac_set_font_panel_visibility): New defun.
1247         (syms_of_macfns) [USE_MAC_FONT_PANEL]: Defsubr it.
1249         * macgui.h (USE_MAC_FONT_PANEL): Define to 1 if USE_ATSUI is set
1250         and build is done on Mac OS X 10.2 and later.
1252         * macselect.c (mac_do_receive_drag): Remove unused variable `index'.
1253         (mac_store_services_event): Change return type in extern.
1255         * macterm.c (XLoadQueryFont) [USE_ATSUI]: Set font->mac_fontnum to
1256         FMFontFamily value.
1257         [USE_MAC_FONT_PANEL] (mac_set_font_info_for_selection): New function.
1258         (x_new_focus_frame) [USE_MAC_FONT_PANEL]: Use it.
1259         (QCfamily, QCweight, QCslant, Qnormal, Qbold, Qitalic): Add extern.
1260         (QWindow) [MAC_OSX]: Likewise.
1261         (Qfont) [USE_MAC_FONT_PANEL]: Likewise.
1262         (Vmac_atsu_font_table) [USE_ATSUI]: New variable.
1263         (syms_of_macterm) [USE_ATSUI]: Defvar it.
1264         (Qtoolbar_switch_mode) [MAC_OSX]: New variable.
1265         (Qpanel_closed, Qselection) [USE_MAC_FONT_PANEL]: Likewise.
1266         (syms_of_macterm): Intern and staticpro them.
1267         (init_font_name_table) [USE_ATSUI]: Add data to Vmac_atsu_font_table.
1268         [TARGET_API_MAC_CARBON] (mac_store_event_ref_as_apple_event): New
1269         function.
1270         [USE_CARBON_EVENTS] (mac_handle_command_event): Use it.
1271         [MAC_OSX] (mac_store_services_event): Likewise.
1272         [USE_CARBON_EVENTS] (mac_handle_window_event) [MAC_OSX]: Handle
1273         kEventWindowToolbarSwitchMode event.
1274         (install_window_handler) [USE_CARBON_EVENTS && MAC_OSX]: Register it.
1275         [MAC_OSX] (mac_store_services_event): Change return type to OSStatus.
1276         [USE_MAC_FONT_PANEL] (mac_handle_font_event): New function.
1277         (install_window_handler) [USE_MAC_FONT_PANEL]: Install it.
1278         (XTread_socket): Select window on mouse click if x_focus_frame is NULL.
1280         * macterm.h (mac_set_font_info_for_selection): Add extern.
1282 2006-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1284         * image.c (Qduration) [MAC_OS]: New variable.
1285         (syms_of_image) [MAC_OS]: Intern and staticpro it.
1286         [MAC_OS] (gif_load): Save image extension data in img->data.lisp_val.
1287         [MAC_OSX] (image_load_quartz2d): Use cfstring_create_with_utf8_cstring
1288         instead of cfstring_create_with_string.
1290 2006-05-06  Kim F. Storm  <storm@cua.dk>
1292         * .gdbinit (xframe): Print frame name.
1293         (xlist): New command to print a list (max 10 elements).
1294         (xpr): Print lisp object of any type.
1295         (pitx): Print it->pixel_width.
1297 2006-05-05  Kenichi Handa  <handa@m17n.org>
1299         * xdisp.c (handle_composition_prop): Fix for the case of empty
1300         composition component.
1302 2006-05-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1304         * keyboard.c (make_lispy_event) [MAC_OS]: Get Apple event info
1305         from event->arg.
1307         * termhooks.h (enum event_kind) [MAC_OS]: Update comment for
1308         MAC_APPLE_EVENT.
1310         * macterm.h (mac_make_lispy_event_code): Remove extern.
1311         (mac_post_mouse_moved_event): Add extern.
1312         (mac_aelist_to_lisp, mac_aedesc_to_lisp): Change arg 1 to
1313         `const AEDesc *' in externs.
1314         (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]: New extern.
1316         * mac.c (mac_aelist_to_lisp, mac_aedesc_to_lisp): Change arg 1 to
1317         `const AEDesc *'.
1318         [TARGET_API_MAC_CARBON] (create_apple_event): New function.
1319         [TARGET_API_MAC_CARBON] (create_apple_event_from_event_ref): Use it.
1320         Use xrealloc instead of repeated xmalloc/xfree.
1321         [TARGET_API_MAC_CARBON] (create_apple_event_from_drag_ref): New
1322         function.
1324         * macmenu.c (restore_menu_items, cleanup_popup_menu): Return a value.
1326         * macselect.c: Update copyright year.
1327         (mac_store_apple_event): Change return type to void in extern.
1328         (mac_handle_apple_event): Don't get return value from
1329         mac_store_apple_event.
1330         [TARGET_API_MAC_CARBON] (Vmac_dnd_known_types): New variable.
1331         (syms_of_macselect) [TARGET_API_MAC_CARBON]: Defvar it.
1332         [TARGET_API_MAC_CARBON] (mac_do_track_drag): Move function from
1333         macterm.c.  Use Vmac_dnd_known_types as acceptable flavors.
1334         [TARGET_API_MAC_CARBON] (mac_do_receive_drag): Likewise.  New
1335         implementation using create_apple_event_from_drag_ref.
1336         [TARGET_API_MAC_CARBON] (mac_do_track_dragUPP)
1337         (mac_do_receive_dragUPP): Move variables from macterm.c.
1338         (install_drag_handler, remove_drag_handler): New functions.
1340         * macterm.c (XTread_socket) [TARGET_API_MAC_CARBON]: Try window
1341         path select also for proxy icon click.
1342         [TARGET_API_MAC_CARBON] (mac_post_mouse_moved_event): New function.
1343         [USE_TOOLKIT_SCROLL_BARS] (scroll_bar_timer_callback): Use it.
1344         (xlfdpat_create): Remove unused label `error' and trailing sentences.
1345         (mac_do_track_drag, mac_do_receive_drag): Move functions to macselect.c.
1346         (mac_do_track_dragUPP, mac_do_receive_dragUPP): Move variables to
1347         macselect.c.
1348         (install_drag_handler, remove_drag_handler): Add extern.
1349         (mac_store_apple_event): Change return type to void.  All uses changed.
1350         Create Lisp object from Apple event and store it into input event.
1351         (mac_make_lispy_event_code): Remove function.
1352         [TARGET_API_MAC_CARBON] (mac_store_drag_event): New function.
1353         (install_window_handler): Call install_drag_handler.
1354         (remove_window_handler): Call remove_drag_handler.
1356 2006-05-03  Richard Stallman  <rms@gnu.org>
1358         * sound.c (Fplay_sound_internal): Dynamically allocate
1359         current_sound_device and current_sound.
1360         (sound_cleanup): Free them.
1362         * minibuf.c (read_minibuf): Don't use read_minibuf_noninteractive
1363         when inside a keyboard macro.
1365 2006-05-02  Andreas Schwab  <schwab@suse.de>
1367         * xmenu.c (restore_menu_items): Return a value.
1369 2006-05-01  Martin Rudalics  <rudalics@gmx.at>
1371         * syntax.c (Fforward_comment): Detect generic comment at beginning of
1372         buffer when moving backwards.
1374 2006-05-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1376         * dispnew.c (update_window): Don't set changed_p when mode/header
1377         line is updated.
1379         * xdisp.c (prepare_menu_bars) [MAC_OS]: Call mac_update_title_bar.
1380         (get_glyph_face_and_encoding, get_char_face_and_encoding):
1381         Don't distinguish known faces from others.
1383         * mac.c (mac_coerce_file_name_ptr): Try typeFSRef if coercion
1384         through typeFileURL failed.
1386         * macfns.c (mac_update_title_bar): New function.
1387         [TARGET_API_MAC_CARBON] (mac_update_proxy_icon): New function.
1388         (show_hourglass, hide_hourglass) [USE_CG_DRAWING]:
1389         Call mac_prepare_for_quickdraw.
1391         * macgui.h (USE_ATSUI): Set default to 1 if MAC_OSX is defined.
1392         (USE_CG_DRAWING): Don't define if compiled on Mac OS X 10.1.
1393         (enum pcm_status): New enum.
1394         (XCHARSTRUCTROW_CHAR_VALID_P, XCHARSTRUCTROW_SET_CHAR_VALID)
1395         (XCharStructRow): Remove.  Now validity is represented by
1396         non-negativeness of sum of ascent and descent.
1397         (struct MacFontStruct): Change type of member `rows'.
1398         (struct _XGC) [USE_CG_DRAWING]: Add member `clip_rects'.
1400         * macterm.c (mac_draw_line, mac_draw_line_to_pixmap):
1401         Adjust endpoints of strictly horizontal/vertical lines.
1402         (mac_set_clip_rectangles) [USE_CG_DRAWING]: Set clip_rects.
1403         (pcm_init, pcm_get_status): New functions.
1404         (x_per_char_metric, XLoadQueryFont): Use them instead of
1405         XCharStructRow and related macros.
1406         (x_draw_relief_rect): Don't adjust arguments of mac_draw_line.
1407         (x_free_frame_resources) [TARGET_API_MAC_CARBON]: Free FRAME_FILE_NAME.
1408         (XTread_socket) [TARGET_API_MAC_CARBON]: Handle proxy icon drag
1409         and window path pop-up menu on title bar.
1410         (mac_use_core_graphics) [USE_CG_DRAWING]: Set default to 1.
1412         * macterm.h (mac_update_title_bar): Add extern.
1413         (struct mac_output) [TARGET_API_MAC_CARBON]: New member `file_name'.
1414         (FRAME_FILE_NAME): New macro.
1416         * unexmacosx.c (unexec): Error if trying unexec from dumped executable.
1418 2006-04-30  Richard Stallman  <rms@gnu.org>
1420         * keymap.c (Fdefine_key): Improve error message
1421         when KEY begins with a non-prefix key.
1423 2006-04-30  Martin Rudalics  <rudalics@gmx.at>
1425         * syntax.c (Fforward_comment): Don't forget to break out of the loop
1426         when we skipped backward over a generic comment.
1428 2006-04-27  Nick Roberts  <nickrob@snap.net.nz>
1430         * .gdbinit (pp1, pv1): Only print value as expression is now
1431         printed out by gud-print.
1432         (pv1): Correct doc string.
1434 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1436         * keymap.c (store_in_keymap): Change `def' arg to not be `register'.
1437         Seems to trigger a bug in gcc-amd64 4.0.2 20051125 (Red Hat 4.0.2-8):
1438         keymap.c:895: error: address of register variable `def' requested.
1440 2006-04-26  Jason Rumney  <jasonr@gnu.org>
1442         * w32term.c (construct_mouse_wheel): Handle negative coordinates.
1444         * w32fns.c (w32_wnd_proc) <WM_LBUTTONDOWN, WM_RBUTTONDOWN>:
1445         <WM_LBUTTONUP, WM_RBUTTONUP>: Call signal_user_input in the cases
1446         where we preempt mouse_button_timer.
1448 2006-04-25  Miles Bader  <miles@gnu.org>
1450         * editfns.c (Ffield_beginning, find_field): Undo change of 2006-04-23.
1452 2006-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1454         * process.h: Include headers for pid_t.
1456 2006-04-24  Kim F. Storm  <storm@cua.dk>
1458         * xdisp.c (fill_stretch_glyph_string): Set s->nchars = 1 for code which
1459         does last_glyph=s->first_glyph+s->nchars-1, e.g. if stretch has relief.
1460         (produce_stretch_glyph): Assume that face box height and width is
1461         already included in stretch glyph size so caller doesn't have to
1462         consider the extra space otherwise added (fixes problem in ses.el).
1464         * frame.c (x_set_font): Clear f->n_tool_bar_rows and current frame
1465         matrices to force recalculation of tool-bar height after font change.
1467         * xdisp.c (tool_bar_lines_needed): New local `temp_row' for clarity.
1468         Clear it when done, so we don't accidentally draw a second copy of
1469         the tool-bar after resetting f->n_tool_bar_rows.
1470         (redisplay_tool_bar): Update tool-bar-lines frame parameter whenever
1471         we recalculate f->n_tool_bar_rows.
1473 2006-04-23  Lars Hansen  <larsh@soem.dk>
1475         * editfns.c (find_field): Fix comment.
1476         (Ffield_beginning): Fix bug when POS is at field beginning.
1478 2006-04-22  Eli Zaretskii  <eliz@gnu.org>
1480         * puresize.h (BASE_PURESIZE): Increase to 1205000.
1482 2006-04-21  Kim F. Storm  <storm@cua.dk>
1484         * xdisp.c (redisplay_window): Fix last change.  Don't recenter if
1485         window start is at BEGV.
1487         * dispextern.h (struct image): New member `corners'.
1488         (TOP_CORNER, LEFT_CORNER, BOT_CORNER, RIGHT_CORNER): New macros.
1490         * image.c (four_corners_best): New arg CORNERS specifies what pixels
1491         to look at in case image has margin.
1492         (x_create_bitmap_mask): Pass NULL for CORNERS to four_corners_best.
1493         (image_background, image_background_transparent)
1494         (x_build_heuristic_mask): Pass img->corners to four_corners_best.
1495         (gif_load): Set img->corners according to image's margin spec.
1496         Use img->corners values directly where applicable.
1497         Save image extension data in img->data.lisp_val.
1498         (gif_clear_image): New function to free img->data.lisp_val.
1499         (gif_type): Use it instead of generic x_clear_image.
1500         (Fimage_extension_data): New defun.
1501         (syms_of_image): Defsubr it.
1503 2006-04-21  John Sullivan  <john@wjsullivan.net>  (tiny change)
1505         * window.c (Fdisplay_buffer): Doc fix.
1507 2006-04-21  Eli Zaretskii  <eliz@gnu.org>
1509         * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Increase to 25000.
1511 2006-04-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1513         * image.c [MAC_OS] (xpm_load_image): Fill in background field
1514         while we have ximg handy.
1516         * macmenu.c (restore_menu_items, save_menu_items): New functions
1517         from xmenu.c.
1518         (set_frame_menubar, digest_single_submenu): Apply 2006-04-18
1519         changes for xmenu.c.
1521         * macterm.c (x_per_char_metric): Return NULL if glyph width is 0.
1522         (add_mac_font_name): New function.
1523         (init_font_name_table): Use it.  Adopt the first found font from
1524         those having the same family name.
1526 2006-04-21  Nick Roberts  <nickrob@snap.net.nz>
1528         * xdisp.c (note_mouse_highlight): Use build_string.
1530 2006-04-20  Lars Hansen  <larsh@soem.dk>
1532         * textprop.c (Fremove_list_of_text_properties):
1533         Ensure modify_region is called only when buffer is modified and that
1534         signal_after_change is allways called in that case.
1536         * print.c (PRINTFINISH): Call signal_after_change.
1538 2006-04-20  Kim F. Storm  <storm@cua.dk>
1540         * xdisp.c (redisplay_window): Fix last change.
1542         * xdisp.c (redisplay_window): If current window start is not at the
1543         beginning of a line, select a new window start if buffer is modified
1544         and window start is in the modified region, but the first change is
1545         before window start.
1547 2006-04-18  Richard Stallman  <rms@gnu.org>
1549         * xmenu.c (restore_menu_items, save_menu_items): New fns.
1550         (set_frame_menubar): Use save_menu_items.  Save updated vector in
1551         the frame before unwinding it.  Don't use unuse_menu_items.
1552         Don't use discard_menu_items.
1553         (digest_single_submenu): Abort if an item is not in a pane.
1554         (init_menu_items): Put the error check at the top.
1556         * keymap.c (describe_map): Make "shadowed" warning more verbose.
1558         * window.c (adjust_window_trailing_edge): Correctly distinguish
1559         series vs parallel cases, even when window has no parent.
1561         * abbrev.c (record_symbol): New function.
1562         (Finsert_abbrev_table_description): Sort the abbrevs alphabetically.
1564 2006-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1566         * image.c (x_create_bitmap_from_data) [MAC_OS]: Don't check return
1567         value of xmalloc.
1569         * mac.c (mac_coerce_file_name_ptr, mac_coerce_file_name_desc)
1570         (create_apple_event_from_event_ref, xrm_get_preference_database)
1571         (cfstring_create_normalized): Don't check return value of xmalloc.
1573         * macselect.c (get_scrap_target_type_list, defer_apple_events)
1574         (copy_scrap_flavor_data, mac_handle_service_event): Don't check
1575         return value of xmalloc/xrealloc.
1577         * macterm.c (XCreateGC, x_per_char_metric, xlfdpat_create)
1578         (init_font_name_table, init_font_name_table, mac_do_list_fonts)
1579         (XLoadQueryFont, mac_store_apple_event): Don't check return value
1580         of xmalloc.
1582 2006-04-17  Kim F. Storm  <storm@cua.dk>
1584         * window.c (coordinates_in_window): On the vertical border,
1585         calculate the row number measured from the top of the window, not
1586         the top of the frame.
1587         (window_loop): Test w->dedicated with !NILP instead of EQ Qt.
1588         (window_scroll_pixel_based): Fix off-by-one bug in 2002-12-23 change.
1590 2006-04-16  Eli Zaretskii  <eliz@gnu.org>
1592         * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Reduce to 24000.
1594 2006-04-16  Romain Francoise  <romain@orebokech.com>
1596         * puresize.h (BASE_PURESIZE): Decrement back to 1200000.
1598 2006-04-16  Andreas Schwab  <schwab@suse.de>
1600         * puresize.h (PURESIZE_RATIO): Reduce to 10/6.
1602 2006-04-15  Romain Francoise  <romain@orebokech.com>
1604         * puresize.h (BASE_PURESIZE): Increment to 1210000.
1606 2006-04-13  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
1608         * print.c (Fprin1_to_string): Mention in the `doc' that the
1609         behavior is modified by `print-level' and `print-length'.
1611 2006-04-13  Kenichi Handa  <handa@m17n.org>
1613         * coding.c (setup_coding_system): If eol-type is not yet decided
1614         and system_eol_type is not LF, set CODING_REQUIRE_ENCODING_MASK.
1615         If coding_system is nil, return 0.
1616         (code_convert_region1): Even if coding_system is nil, don't skip
1617         conversion if system_eol_type is not LF.
1618         (code_convert_string1): Likewise.
1619         (code_convert_string_norecord): Likewise.
1621 2006-04-13  Kenichi Handa  <handa@m17n.org>
1623         * coding.c (setup_coding_system): Fix previous change.
1624         (encode_coding): If eol_type is not yet decided, use system_eol_type.
1625         (shrink_encoding_region): If eol_type is not yet decided and
1626         system_eol_type is not LF, don't shrink.
1628 2006-04-13  Nick Roberts  <nickrob@snap.net.nz>
1630         * xdisp.c (note_mouse_highlight): Add help echo for dragging vertical
1631         line.
1633 2006-04-12  Richard Stallman  <rms@gnu.org>
1635         * keyboard.c (read_key_sequence): Explicitly avoid keybuf[-1].
1637         * process.c (conv_lisp_to_sockaddr): If FAMILY unknown, just return.
1638         (Fprocess_send_eof): Abort if fail to open null device.
1640 2006-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1642         * fns.c [HAVE_MENUS && MAC_OS]: Include macterm.h.
1644         * image.c [MAC_OS] (xpm_load_image): Add parentheses around
1645         assignment used as truth value.  Add explicit braces to avoid
1646         ambiguous `else'.
1647         [MAC_OS] (gif_load): Remove unused variable `gcpro1'.
1649         * lisp.h (syms_of_fontset, Fset_fontset_font): Put extern and
1650         EXFUN in #ifdef HAVE_WINDOW_SYSTEM.
1651         (syms_of_xfns, syms_of_xsmfns, syms_of_xselect, syms_of_xterm):
1652         Put externs in #ifdef HAVE_X_WINDOWS.
1653         (syms_of_macfns, syms_of_macselect, syms_of_macterm)
1654         (syms_of_macmenu, syms_of_mac) [MAC_OS]: Add externs.
1655         (init_mac_osx_environment) [MAC_OSX]: Add extern.
1657         * mac.c (init_process): Remove undef.
1658         (select) [MAC_OSX]: Undefine before including sysselect.h.
1659         (posix_pathname_to_fsspec, fsspec_to_posix_pathname) [MAC_OSX]:
1660         Remove functions and prototypes.
1661         (parse_value): Add parentheses around + inside shift.
1662         (path_from_vol_dir_name): Make static.
1663         (get_temp_dir_name): Remove unused variables `cpb' and `dir_name'.
1664         [!MAC_OSX] (get_path_to_system_folder): Likewise.
1665         (Fmac_get_file_creator, Fmac_get_file_type): Remove unused
1666         variable `cCode'.
1667         (Fmac_coerce_ae_data): Remove unused variables `fref' and `fs'.
1668         (Fmac_get_preference): Add explicit braces to avoid ambiguous `else'.
1670         * macfns.c (x_to_mac_color): Remove unused variable `tail'.
1671         (x_set_mouse_color): Remove unused variable `dpy'.
1672         (Fx_create_frame): Remove unused variable `x_frame_count'.
1673         (Fx_server_version): Add explicit braces to avoid ambiguous `else'.
1674         (x_sync): Move from macterm.c.
1675         (Fx_file_dialog): Remove unused variable `default_filter_index'.
1677         * macmenu.c (min_menu_id): Make element type explicit.
1679         * macselect.c (get_flavor_type_from_symbol): Remove unused
1680         variable `val'.
1681         (get_scrap_private_timestamp, x_get_foreign_selection)
1682         (copy_scrap_flavor_data): Add explicit braces to avoid ambiguous `else'.
1683         (Fmac_process_deferred_apple_events): Remove unused variables
1684         `keyword', `reply', `apple_event', `count', and `err'.
1686         * macterm.c: Don't include gnu.h.
1687         (x_io_error_quitter, x_draw_image_foreground_1): Remove prototypes.
1688         (x_sync): Move to macfns.c.
1689         [USE_CG_DRAWING] (mac_define_fringe_bitmap): Remove unused
1690         variable `mask_bits'.
1691         (mac_compute_glyph_string_overhangs): Avoid ambiguous `else'.
1692         (x_draw_image_glyph_string): Remove unused variable `pixmap'.
1693         (x_mac_to_emacs_modifiers): Remove function.
1694         (XTset_vertical_scroll_bar, mac_handle_visibility_change)
1695         (x_make_frame_visible, xlfdpat_create, mac_handle_command_event):
1696         Add explicit braces to avoid ambiguous `else'.
1697         (x_make_frame_visible): Remove unused variables `type',
1698         `original_top', and `original_left'.
1699         (mac_do_list_fonts, XTread_socket): Add parentheses around && within ||.
1700         (x_load_font): Remove unused variables `full_name', and `value'.
1701         (do_get_menus, do_init_managers, do_check_ram_size) [!MAC_OS8]:
1702         Remove functions.
1703         (do_zoom_window): Reorganize variables with respect to conditionals.
1704         (init_command_handler): Remove unused variable `err'.
1705         [MAC_OSX] (mac_check_bundle): Remove unused variable `child'.
1707         * macterm.h (x_set_mouse_position, x_set_mouse_pixel_position)
1708         (x_make_frame_invisible, x_iconify_frame, x_free_frame_resources)
1709         (x_destroy_window, x_wm_set_size_hint, x_delete_display, XFreeGC)
1710         (do_menu_choice, have_menus_p, x_real_positions)
1711         (x_set_menu_bar_lines, x_pixel_width, x_pixel_height, x_char_width)
1712         (x_char_height, x_sync, x_set_tool_bar_lines, x_activate_menubar)
1713         (free_frame_menubar): Add externs.
1715         * unexmacosx.c: Include config.h before using HAVE_MALLOC_MALLOC_H.
1716         (malloc, realloc, free): Add undefs.
1717         (read_load_commands): Remove unused variable `n' and `j'.
1718         (copy_data_segment): Remove unused variable `r'.
1720         * xdisp.c (get_glyph_string_clip_rects): Add parentheses around &&
1721         within ||.  Add explicit braces to avoid ambiguous `else'.
1722         (dump_glyph_row): Remove label for `inverse_p' from legend.
1724         * xfaces.c (Finternal_merge_in_global_face, try_font_list):
1725         Add explicit braces to avoid ambiguous `else'.
1727 2006-04-11  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
1729         * dispnew.c (init_display): Don't init X display if the user asked
1730         for a non-X display.
1732 2006-04-12  Kenichi Handa  <handa@m17n.org>
1734         * coding.c (setup_coding_system): Use system_eol_type for default
1735         coding->eol_type.
1737 2006-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
1739         * lisp.h (wrong_type_argument): Mark as NO_RETURN.
1741         * data.c (wrong_type_argument): Try to avoid compiler warnings due
1742         to the fact the function is now marked as NO_RETURN.
1744 2006-04-10  Eli Zaretskii  <eliz@gnu.org>
1746         * s/ms-w32.h (pid_t) [_MSC_VER]: New typedef.
1748 2006-04-10  Romain Francoise  <romain@orebokech.com>
1750         * xrdb.c (gethomedir): Use xstrdup.
1752 2006-04-10  Andreas Schwab  <schwab@suse.de>
1754         * xrdb.c (gethomedir): Make sure to always return a pointer that
1755         can be passed to free.
1757 2006-04-09  Richard Stallman  <rms@gnu.org>
1759         * lisp.h (Fkill_emacs): Undo previous change.
1761 2006-04-08  Richard Stallman  <rms@gnu.org>
1763         * search.c (boyer_moore): Test ch >= 0400, not >.
1765 2006-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
1767         * puresize.h (pure_write_error): Mark as NO_RETURN.
1769         * lisp.h (args_out_of_range, args_out_of_range_3)
1771 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
1773         * w32fns.c (w32_wnd_proc) <WM_MOUSEMOVE>: Ignore mouse movements
1774         if a menu is active on this frame.
1776 2006-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
1778         * lisp.h (report_file_error): Mark as NO_RETURN.
1780 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
1782         * alloc.c [STDC_HEADERS]: Include stddef.h.
1784         * lisp.h (PSEUDOVECSIZE): Fix last change.
1786 2006-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1788         * process.h (struct Lisp_Process): Replace Lisp_Objects `pid',
1789         `raw_status_high', and `raw_status_low' with plain integers, and move
1790         them to the end of the structure.
1792         * alloc.c (allocate_process): Use PSEUDOVECSIZE to initialize the
1793         pseudovector's size field so only the Lisp_Object fields get GC'd.
1795         * process.c (update_status, make_process, Fdelete_process)
1796         (Fprocess_status, list_processes_1, start_process_unwind)
1797         (create_process, Fmake_network_process, server_accept_connection)
1798         (wait_reading_process_output, send_process, Fprocess_running_child_p)
1799         (process_send_signal, proc_encode_coding_system, Fprocess_send_eof)
1800         (sigchld_handler, status_notify): Adjust to new non-Lisp fields for
1801         `pid' and `raw_status'.
1802         (Fprocess_id, Fsignal_process): Same, and additionally use floats when
1803         representing PIDs that are larger than most-positive-fixnum.
1805         * keymap.c (describe_map): Only use XINT if we checked INTEGERP.
1807         * lisp.h (OFFSETOF, PSEUDOVECSIZE): New macros.
1809 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
1811         * w32fns.c (Fx_show_tip): Add 3 to the 5th arg of SetWindowPos.
1813 2006-04-03  Paul Eggert  <eggert@cs.ucla.edu>
1815         * editfns.c (TM_YEAR_IN_ASCTIME_RANGE): New macro, identical to
1816         ../lib-src/b2m.c and ../lib-src/editfns.c.
1817         (Fcurrent_time_string): Use it.
1818         Document that the year might not consume 4 columns if it's outside
1819         the range 1000-9999.
1820         Check for asctime failure.
1821         Don't assume that the output string length is always exactly 24.
1823 2006-04-03  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1825         * macterm.c (XTread_socket): Initialize variable `f' before its use.
1827 2006-04-03  Kenichi Handa  <handa@m17n.org>
1829         * image.c: Include "charset.h" and "coding.h".
1830         (x_find_image_file): Return an encoded file name.
1832 2006-04-01  Eli Zaretskii  <eliz@gnu.org>
1834         * configure: Regenerated.
1836 2006-03-31  Kenichi Handa  <handa@m17n.org>
1838         * xfns.c (xg_set_icon): Delete superfluous UNGCPRO.
1840 2006-03-30  Dan Nicolaescu  <dann@ics.uci.edu>
1842         * xdisp.c (syms_of_xdisp): Fix variable name.
1844 2006-03-30  Kenichi Handa  <handa@m17n.org>
1846         * xterm.c (x_term_init): Delete superfluous UNGCPRO.
1848 2006-03-29  Juanma Barranquero  <lekktu@gmail.com>
1850         * keyboard.c (process_tool_bar_item): Reorder dummy args.
1852 2006-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1854         * keyboard.c (tool_bar_items): Use map_keymap.
1855         (process_tool_bar_item): Add dummy args to fit the required interface.
1857 2006-03-25  Eli Zaretskii  <eliz@gnu.org>
1859         * .gdbinit (pr, pp, pp1, pv, pv1): Force print_output_debug_flag
1860         to zero before calling debug_print or safe_debug_print.
1862         * print.c (print_output_debug_flag): New global variable.
1863         (Fexternal_debugging_output) [WINDOWSNT]: Don't call
1864         OutputDebugString if print_output_debug_flag is zero.
1866 2006-03-24  Paul Eggert  <eggert@cs.ucla.edu>
1868         * editfns.c (TM_YEAR_BASE): Move up, so the changes below can use it.
1869         (Fdecode_time, Fencode_time): Use TM_YEAR_BASE instead of 1900.
1870         (Fdecode_time): Cast tm_year to EMACS_INT.
1871         (Fcurrent_time_string): Report an invalid time specification if
1872         the argument is invalid.  Also, check for out-of-range time stamps.
1874 2006-03-24  Kim F. Storm  <storm@cua.dk>
1876         * xterm.c (handle_one_xevent):
1877         * w32term.c (w32_read_socket):
1878         * macterm.c (XTread_socket): Don't let key-press clear mouse face
1879         on in toolbar window if mouse-highlight is an integer.
1881         * fns.c (sxhash_list): Include last non-nil CDR in hash.
1883 2006-03-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1885         * macmenu.c (enum mac_menu_kind): New enum.
1886         (min_menu_id): New variable.
1887         (POPUP_SUBMENU_ID, MIN_POPUP_SUBMENU_ID, MIN_MENU_ID)
1888         (MIN_SUBMENU_ID): Remove defines.  All uses are replaced with
1889         min_menu_id and enumerators in enum mac_menu_kind.
1890         (fill_menu, dispose_menus, install_menu_quit_handler): New arg KIND.
1891         All uses changed.  Add range check for menu ID.
1892         (fill_menubar): Add range check for menu ID.
1893         [HAVE_CANCELMENUTRACKING] (menu_quit_handler): Check error code of
1894         GetEventParameter.
1895         (set_frame_menubar, mac_menu_show): Call install_menu_quit_handler
1896         for each menu kind.
1898 2006-03-22  Kim F. Storm  <storm@cua.dk>
1900         * xdisp.c: Undo 2006-03-21 change.
1902         * term.c: Define aliases for append_glyph and produce_stretch_glyph
1903         when `static' is defined to avoid name clash with those in xdisp.c.
1905         * process.c (Faccept_process_output): Fix to comply with lisp reference.
1906         Change arg "timeout" to "seconds" and allow both integer and float value.
1907         Change arg "timeout-msec" to "millisec" and interpret" as milliseconds
1908         rather than microseconds.  Fix doc string accordingly.
1910 2006-03-21  Ken Raeburn  <raeburn@raeburn.org>
1912         * xdisp.c (store_next_glyph): Rename from append_glyph.
1913         (generate_stretch_glyph): Rename from produce_stretch_glyph.
1914         All callers changed accordingly.
1916 2006-03-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1918         * xterm.c: x_session_initialized new variable.
1919         (x_term_init): Use x_session_initialized to check if
1920         x_session_initialize should be called.
1921         (x_initialize): Initialize x_session_initialized.
1923 2006-03-21  Kim F. Storm  <storm@cua.dk>
1925         * fringe.c (draw_fringe_bitmap): Don't calculate default overlay arrow
1926         bitmap here, but ...
1927         (update_window_fringes): ... here, so we can test if it has changed.
1929 2006-03-20  Andreas Schwab  <schwab@suse.de>
1931         * dispnew.c (init_display): Check DISPLAY here.
1933         * emacs.c (main): Don't check here.
1935         * xterm.c (x_display_ok): Don't use DISPLAY env var.
1937 2006-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1939         * window.c (window_scroll_pixel_based): Yet another int/Lisp_Object
1940         mixup (YAILOM).
1942 2006-03-20  Eli Zaretskii  <eliz@gnu.org>
1944         * emacs.c (main): Fix last change.
1946 2006-03-20  Kenichi Handa  <handa@m17n.org>
1948         * fileio.c (Fwrite_region): Set visit_file to Qnil before GCPRO it.
1950         * keymap.c (map_keymap): Set tail to Qnil before GCPRO it.
1952         * xfns.c (xg_set_icon): Remove unnecessary GCPRO.
1954         * xterm.c (x_term_init): Remove unnecessary GCPRO.
1956 2006-03-19  Kim F. Storm  <storm@cua.dk>
1958         * xdisp.c (set_cursor_from_row): Fix cursor property on overlay string,
1959         so it doesn't associate overlay string with following glyph by default.
1960         Allow integer property value to specify explicit number of buffer
1961         positions associate with overlay string.
1963 2006-03-18  Chong Yidong  <cyd@stupidchicken.com>
1965         * xterm.c (x_display_ok): Fix minor bug and compilation warnings.
1967 2006-03-18  Nozomu Ando  <nand@mac.com>
1969         * m/pmax.h (BROKEN_NOCOMBRELOC) [__NetBSD__]: Define.
1970         (LIB_STANDARD, START_FILES) [__NetBSD__]: Don't define.
1971         (START_FILES, RUN_TIME_REMAP, UNEXEC) [__NetBSD__, __OpenBSD__]:
1972         Don't redefine.
1974         * m/mips.h: Don't use unexmips on NetBSD.
1975         (LIBS_MACHINE): Move definition lower, so it doesn't use
1976         LD_SWITCH_MACHINE, START_FILES, LIB_STANDARD, LIBS_TERMCAP,
1977         C_SWITCH_MACHINE, and C_DEBUG_SWITCH.
1979         * unexelf.c [BROKEN_NOCOMBRELOC]: Include assert.h.
1980         (unexec) [BROKEN_NOCOMBRELOC]: Handle platforms whose nocombreloc
1981         option is broken (e.g., MIPS/NetBSD).
1983 2006-03-18  Craig McDaniel  <craigmcd@gmail.com>  (tiny change)
1985         * sheap.c (STATIC_HEAP_SIZE): Enlarge STATIC_HEAP_SIZE to 12MB.
1986         Remove the HAVE_X_WINDOWS conditional.
1988 2006-03-18  Vivek Dasmohapatra  <vivek@etla.org>  (tiny change)
1990         * emacs.c (main): If user asks for a display that is unavailable,
1991         simulate -nw.
1993         * xterm.c (x_display_ok): New function.
1995         * xterm.h: Add prototype for x_display_ok.
1997 2006-03-18  Eli Zaretskii  <eliz@gnu.org>
1999         * w32fns.c (Fw32_select_font): Doc fix.
2001 2006-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2003         * image.c [MAC_OS] (XPutPixel, XGetPixel)
2004         [!WORDS_BIG_ENDIAN && USE_CG_DRAWING]: Don't use specialized
2005         version when depth is 32.
2006         (mac_create_cg_image_from_image) [MAC_OS && USE_CG_DRAWING]:
2007         New function.
2008         (prepare_image_for_display) [MAC_OS && USE_CG_DRAWING]: Use it.
2009         (x_clear_image_1) [MAC_OS && USE_CG_DRAWING]: Release CGImage.
2011         * macterm.c (XCreatePixmap) [!WORDS_BIG_ENDIAN && USE_CG_DRAWING]:
2012         Create GWorld in ARGB pixel format.
2013         (mac_copy_area, mac_copy_area_with_mask) [USE_CG_DRAWING]:
2014         Remove functions.
2015         (x_draw_image_foreground) [USE_CG_DRAWING]: Use mac_draw_cg_image
2016         instead of mac_copy_area/mac_copy_area_with_mask.
2018 2006-03-15  Kim F. Storm  <storm@cua.dk>
2020         * xdisp.c (extend_face_to_end_of_line): Always add space glyph to
2021         empty row.  Fixes memory corruption revealed by 2006-03-02 change.
2022         (display_tool_bar_line): Skip empty tool-bar line if HEIGHT < 0.
2023         (tool_bar_lines_needed): Fix tool-bar display in case the tool-bar
2024         width is exactly the same as the window width.  Don't count a final
2025         empty tool-bar line (pass HEIGHT = -1 to display_tool_bar_line).
2027 2006-03-15  Juanma Barranquero  <lekktu@gmail.com>
2029         * fringe.c (w32_init_fringe, w32_reset_fringes): Revert to being
2030         conditional on HAVE_NTGUI, not WINDOWS_NT.
2032 2006-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2034         * dispextern.h (mac_init_fringe) [MAC_OS]: Add prototype.
2036         * fringe.c (mac_init_fringe) [MAC_OS]: New function.
2038         * macterm.c (mac_initialize) [USE_CG_DRAWING]: Call mac_init_fringe.
2039         (max_fringe_bmp, fringe_bmp) [USE_CG_DRAWING]: New variables.
2040         (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap)
2041         (mac_draw_cg_image) [USE_CG_DRAWING]: New functions.
2042         (mac_draw_bitmap) [USE_CG_DRAWING]: Remove function.
2043         (x_draw_fringe_bitmap) [USE_CG_DRAWING]: Use mac_draw_cg_image
2044         instead of mac_draw_bitmap.
2045         (x_redisplay_interface) [USE_CG_DRAWING]: Set handlers for
2046         define_fringe_bitmap and destroy_fringe_bitmap.
2048 2006-03-14  Chong Yidong  <cyd@stupidchicken.com>
2050         * xterm.c (x_uncatch_errors): Block input for entire function.
2052 2006-03-12  Jason Rumney  <jasonr@gnu.org>
2054         * w32fns.c (Fx_create_frame): Remove call to
2055         Qface_set_after_frame_default (from xfns.c 2003-05-26).
2057         * w32menu.c (Fx_popup_menu): Call w32_free_menu_strings when
2058         finished with the menu.
2060         * w32term.c: Sync 2005-10-24 xterm.c changes.
2061         (last_mouse_glyph_frame): New var.
2062         (note_mouse_movement): Say mouse moved if current frame differs
2063         from last_mouse_glyph_frame, and update last_mouse_glyph_frame.
2064         (w32_mouse_position): Set last_mouse_glyph_frame.
2065         Remove OLD_REDISPLAY_CODE block.
2067 2006-03-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2069         * macgui.h [USE_ATSUI && MAC_OSX]: Define USE_CG_TEXT_DRAWING to 1.
2071         * macterm.h (struct mac_output) [USE_CG_DRAWING]: New member cg_context.
2072         (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Add prototype.
2074         * mac.c (sys_select) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
2076         * macfns.c (x_create_tip_frame): Apply 2006-03-11 change for xfns.c.
2078         * macterm.c (mac_draw_rectangle, x_draw_glyph_string_foreground)
2079         (x_draw_composite_glyph_string_foreground)
2080         (x_draw_image_foreground): Undo previous changes.
2081         (x_draw_hollow_cursor): Likewise.  Subtract 1 from the last
2082         argument of mac_draw_rectangle.
2083         (CG_SET_FILL_COLOR, CG_SET_STROKE_COLOR): New macros.
2084         (mac_draw_string_common, mac_draw_image_string_cg): Use them.
2085         (FRAME_CG_CONTEXT) [USE_CG_DRAWING]: New macro.
2086         (mac_begin_cg_clip, mac_end_cg_clip, mac_prepare_for_quickdraw)
2087         [USE_CG_DRAWING]: New functions.
2088         (mac_draw_line, mac_erase_rectangle, mac_clear_window)
2089         (mac_fill_rectangle, mac_draw_rectangle, mac_draw_string_common)
2090         (mac_draw_image_string_cg) [USE_CG_DRAWING]: Add Quartz 2D drawing part.
2091         (mac_draw_bitmap, mac_invert_rectangle, mac_draw_string_common)
2092         (mac_copy_area, mac_scroll_area, x_scroll_bar_create)
2093         (x_scroll_bar_remove, XTset_vertical_scroll_bar, x_set_window_size)
2094         (XTread_socket) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
2096 2006-03-12  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
2098         * xfns.c (x_icon): Disable redundant call to `x_wm_set_window_state'.
2100 2006-03-11  Jason Rumney  <jasonr@gnu.org>
2102         * w32fns.c (signal_user_input): New function.
2103         (post_character_message): Use it for keyboard input.
2104         (w32_msg_pump): Use it for mouse input.
2106 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
2108         * window.c: Rename preserve_y to window_scroll_pixel_based_preserve_y.
2109         (window_scroll_pixel_based, syms_of_window): Adapt to above change.
2111 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
2113         * w32fns.c (w32_wnd_proc): Ignore middle and extra button events
2114         if a menu is already active (the menubar_active flag is on).
2116 2006-03-11  David Ponce  <david@dponce.com>
2118         * xfns.c (x_create_tip_frame): Preserve received parms by copying them.
2120 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
2122         * w32term.c: Add x_fully_uncatch_errors and x_catching_errors to
2123         the list of unused display error handling functions.
2125         * eval.c (unwind_to_catch): Call x_fully_uncatch_errors only if
2126         HAVE_X_WINDOWS.
2127         (internal_condition_case, internal_condition_case_1)
2128         (internal_condition_case_2): Call x_catching_errors only if
2129         HAVE_X_WINDOWS.
2131         * vm-limit.c [HAVE_GETRLIMIT]: Don't define unconditionally.
2132         Don't include sys/resource.h unless defined.
2134 2006-03-11  Richard Stallman  <rms@gnu.org>
2136         * keymap.c (describe_map): Shorten string to indicate shadowed binding.
2138         * vm-limit.c (get_lim_data, lim_data, data_space_start):
2139         Move from mem-limits.h.
2140         (enum warnlevel): New data type.
2141         (check_memory_limits): Rewrite the logic about warnings.
2142         Use standard `struct rlimit'.  Check return values for nonsense.
2143         (memory_warnings): Always clear lim_data.
2145         * mem-limits.h (get_lim_data, lim_data, data_space_start):
2146         Move to vm-limit.c.
2148         * xterm.c (x_fully_uncatch_errors, x_catching_errors): New functions.
2150         * eval.c (unwind_to_catch): Call x_fully_uncatch_errors.
2151         (internal_condition_case_1, internal_condition_case_2):
2152         Abort if within unclosed x_catch_errors.
2154 2006-03-11  Romain Francoise  <romain@orebokech.com>
2156         * process.c (Vprocess_adaptive_read_buffering): Doc fix.
2158 2006-03-11  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
2160         * lisp.h: Remove duplicate prototypes.  Make the prototype of
2161         getloadavg be conditioned on HAVE_GETLOADAVG being undefined.
2163 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
2165         * xterm.c (x_draw_hollow_cursor): Subtract 1 from the last
2166         argument of XDrawRectangle.
2168         * xdisp.c (get_phys_cursor_geometry): Don't decrease height by 1.
2170         * macterm.c (mac_draw_rectangle): Don't add 1 to width and height.
2171         (x_draw_glyph_string_foreground)
2172         (x_draw_composite_glyph_string_foreground)
2173         (x_draw_image_foreground): Don't subtract 1 from width and height
2174         arguments to mac_draw_rectangle.
2175         (x_draw_hollow_cursor): Add 1 to w->phys_cursor_width.
2177 2006-03-10  Kim F. Storm  <storm@cua.dk>
2179         * alloc.c (USE_POSIX_MEMALIGN): Fix last change.
2181 2006-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2183         * alloc.c (USE_POSIX_MEMALIGN): New macro.
2184         (ABLOCKS_BASE, lisp_align_malloc, lisp_align_free): Use it.
2186 2006-03-09  Kenichi Handa  <handa@m17n.org>
2188         * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Fix decoding
2189         ASCII component of a composition.
2191 2006-03-08  Luc Teirlinck  <teirllm@auburn.edu>
2193         * window.c: Declare preserve_y as a static global variable.
2194         (window_scroll_pixel_based): No longer declare preserve_y;
2195         it is global now.
2196         (syms_of_window): Set preserve_y to -1.
2198 2006-03-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2200         * image.c [MAC_OS] (XPutPixel): Set alpha channel bits if pixmap
2201         depth is 32.
2202         [MAC_OS] (XGetPixel): Strip off alpha channel bits if pixmap
2203         depth is 32.
2205 2006-03-06  Chong Yidong  <cyd@stupidchicken.com>
2207         * xdisp.c (handle_invisible_prop): Don't update it->position with
2208         a buffer position if we're in a display string.
2210 2006-03-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2212         * macterm.h (MAC_AQUA_VERTICAL_SCROLL_BAR_WIDTH)
2213         (MAC_AQUA_SMALL_VERTICAL_SCROLL_BAR_WIDTH): New defines.
2215         * macfns.c (x_default_scroll_bar_color_parameter)
2216         (x_set_scroll_bar_foreground, x_set_scroll_bar_background):
2217         Remove unnecessary prototypes.
2218         (x_set_scroll_bar_default_width):
2219         Use MAC_AQUA_VERTICAL_SCROLL_BAR_WIDTH.
2220         (mac_set_scroll_bar_width): New function.
2221         (mac_frame_parm_handlers): Set it as handler for scroll-bar-width.
2223         * macterm.c (get_control_part_bounds): Fix type of return value.
2224         (x_set_toolkit_scroll_bar_thumb, x_scroll_bar_create)
2225         (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]: Don't show
2226         scroll bar if it is not tall enough to display scroll bar thumb.
2227         [USE_CARBON_EVENTS] (mac_convert_event_ref)
2228         (mac_handle_command_event, mac_handle_window_event)
2229         (mac_handle_mouse_event): Check error code of GetEventParameter.
2230         (convert_fn_keycode) [MAC_OSX]: Likewise.
2232 2006-03-05  Andreas Schwab  <schwab@suse.de>
2234         * xselect.c (x_catch_errors_unwind): Fix missing return value.
2236 2006-03-02  Kim F. Storm  <storm@cua.dk>
2238         * frame.h (struct frame): New member n_tool_bar_rows.
2240         * xdisp.c: Minimize the unpleasent visual impact of the requirement
2241         that non-toolkit tool-bars must occupy an integral number of screen
2242         lines, by distributing the rows evenly over the tool-bar screen area.
2243         (Vtool_bar_border): New variable.
2244         (syms_of_xdisp): DEFVAR_LISP it.
2245         (display_tool_bar_line): Add HEIGHT arg for desired row height.
2246         Make tool-bar row the desired height.  Use default face for border
2247         below tool-bar.
2248         (tool_bar_lines_needed): Add N_ROWS arg.  Use it to return number of
2249         actual tool-bar rows.
2250         (redisplay_tool_bar): Calculate f->n_tool_bar_rows initially.
2251         Adjust the height of the tool-bar rows to fill tool-bar screen area.
2252         (redisplay_tool_bar): Calculate f->n_tool_bar_rows when tool-bar area
2253         is resized.
2255 2006-03-01  Luc Teirlinck  <teirllm@auburn.edu>
2257         * search.c (Fregexp_quote): Do not precede a literal `]' with two
2258         backslashes to try to make clear that it has a literal meaning; it
2259         does not do that.  (It could close a character alternative
2260         containing a backslash.)
2262 2006-02-28  Chong Yidong  <cyd@stupidchicken.com>
2264         * xselect.c (x_catch_errors_unwind): New function.
2265         (x_reply_selection_request): Put x_uncatch_errors in an unwind.
2266         (Fx_get_atom_name): Call x_uncatch_errors earlier.
2268         * window.c (Qscroll_up, Qscroll_down): New syms.
2269         (window_scroll_pixel_based): Make preserve_y static to avoid
2270         getting point stuck when scrolling 1 line.
2272 2006-02-26  Chong Yidong  <cyd@stupidchicken.com>
2274         * xterm.h, xterm.c (x_uncatch_errors): Delete unneccessary argument.
2276         * xterm.c (x_load_font, x_term_init, XTmouse_position)
2277         (handle_one_xevent, x_connection_closed, x_list_fonts):
2278         No arg for x_uncatch_errors.
2280         * xselect.c (x_own_selection, x_decline_selection_request)
2281         (x_reply_selection_request, x_get_foreign_selection)
2282         (Fx_get_atom_name, Fx_send_client_event): Likewise.
2284         * xfns.c (x_real_positions, x_set_mouse_color, Fx_focus_frame):
2285         Likewise.
2287 2006-02-26  Luc Teirlinck  <teirllm@auburn.edu>
2289         * lread.c: Declare Vload_file_rep_suffixes instead of
2290         deleted variable default_suffixes.
2291         (Fget_load_suffixes): New function.
2292         (Fload): Use Fget_load_suffixes and Vload_file_rep_suffixes.
2293         No longer use deleted variable default_suffixes.  Update docstring.
2294         (syms_of_lread): defsubr Sget_load_suffixes.
2295         Expand `load-suffixes' docstring.
2296         Delete default_suffixes and DEFVAR_LISP the new variable
2297         `load-file-rep-suffixes'.
2299         * w32.c (check_windows_init_file): Use Fget_load_suffixes instead
2300         of Vload_suffixes.
2302         * lisp.h: EXFUN Fget_load_suffixes.
2303         Extern Vload_file_rep_suffixes.
2305         * eval.c (specpdl_ptr): Remove volatile qualifier for consistency
2306         with lisp.h.
2308 2006-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2310         * lisp.h (struct specbinding, specpdl_ptr): Remove the volatile
2311         qualifier which was trying to avoid the bug that was fixed by
2312         yesterday's changes to xterm.c.
2314 2006-02-25  Chong Yidong  <cyd@stupidchicken.com>
2316         * xterm.h (x_catch_errors) Return value changed to void.
2317         (x_uncatch_errors): Delete unused count argument.
2319         * xterm.c (x_catch_errors): Don't use record_unwind_protect, since
2320         it can be called in a signal handler.
2321         (x_catch_errors_unwind): Function deleted.
2322         (x_uncatch_errors): Deallocate last x_error_message_stack struct.
2323         (x_check_errors): Call x_uncatch_errors before signalling error.
2325         (x_load_font, x_term_init, XTmouse_position, handle_one_xevent)
2326         (x_connection_closed, x_list_fonts): Use new versions of
2327         x_catch_errors and x_uncatch_errors.
2329         * xselect.c (x_own_selection, x_decline_selection_request)
2330         (x_reply_selection_request, x_get_foreign_selection)
2331         (Fx_get_atom_name, Fx_send_client_event): Likewise.
2333         * xfns.c (x_real_positions, x_set_mouse_color, Fx_focus_frame):
2334         Likewise.
2336         * eval.c (record_unwind_protect): Add an assertion.
2338 2006-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2340         * process.c (Fmake_network_process): Init the process's mark.
2342 2006-02-25  Kim F. Storm  <storm@cua.dk>
2344         * buffer.c (modify_overlay): Force redisplay if we modify an
2345         overlay at the end of the buffer.
2347 2006-02-24  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2349         * gtkutil.c (xg_get_image_for_pixmap): If x_find_image_file returns
2350         nil the image file has been removed, in that case use the (cached)
2351         pixmap.
2353 2006-02-24  Kenichi Handa  <handa@m17n.org>
2355         * fileio.c (Finsert_file_contents): When a text is replaced
2356         partially, be sure to set point before the inserted characters.
2358 2006-02-23  Zhang Wei  <id.brep@gmail.com>  (tiny change)
2360         * xfns.c (Fx_file_dialog): Return a decoded file name.
2362 2006-02-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2364         * dispnew.c (update_text_area): Avoid needless redraw of rightmost
2365         glyph whose face is extended to the text area end.
2367         * macterm.c (x_set_toolkit_scroll_bar_thumb): Don't set control
2368         values if control is not visible or values are not changed.
2370 2006-02-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2372         * window.c (Fwindow_list): Check `window' before doing XWINDOW.
2373         The default `window' should not be "on a different frame".
2375 2006-02-22  Kim F. Storm  <storm@cua.dk>
2377         * indent.c (Fvertical_motion): Only try to move back if we can.
2379 2006-02-22  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2381         * macgui.h (struct _XGC) [!MAC_OSX || !USE_ATSUI]: New member
2382         n_clip_rects.
2384         * macmenu.c (digest_single_submenu): Apply 2006-02-19 change for
2385         xmenu.c.
2387         * macterm.c (GC_CLIP_REGION): Remove macro.
2388         (mac_begin_clip, mac_end_clip): Take arg GC instead of REGION.
2389         All uses changed.  Don't do clipping if n_clip_rects is zero.
2390         (mac_set_clip_rectangles): Use xassert instead of abort.
2391         Set n_clip_rects.  Don't make clip_region empty when number of
2392         clipping rectangles is zero.
2393         (mac_reset_clip_rectangles): Set n_clip_rects directly instead of
2394         calling mac_set_clip_rectangles.
2395         (x_set_toolkit_scroll_bar_thumb): Temporarily hide scroll bar to
2396         avoid multiple redraws.
2398 2006-02-22  Kim F. Storm  <storm@cua.dk>
2400         * fringe.c (draw_fringe_bitmap): Fix overlay-arrow display.
2402 2006-02-21  Kim F. Storm  <storm@cua.dk>
2404         * fringe.c (syms_of_fringe) <fringe-bitmaps>: Doc fix.
2406 2006-02-21  Zhang Wei  <brep@newsmth.org>
2408         * xfns.c (Fx_file_dialog, Motif and GTK): DECODE_FILE before
2409         returning it.
2411 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
2413         * fringe.c (horizontal_bar_bits): Rename from `horisontal_bar_bits'.
2414         (standard_bitmaps): Use it.
2416 2006-02-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2418         * macterm.c (mac_draw_string_common): Remove arg MODE.  New arg
2419         BG_WIDTH.  All uses changed.  Draw background if BG_WIDTH is not zero.
2420         (mac_draw_image_string, mac_draw_image_string_16): New arg BG_WIDTH.
2421         [USE_CG_TEXT_DRAWING] (mac_draw_image_string_cg): Rename from
2422         mac_draw_string_cg.  New arg BG_WIDTH.  All uses changed.
2423         Draw background if BG_WIDTH is not zero.  Use float constants as
2424         divisors instead of double.  Use alloca instead of xmalloc/xfree.
2425         (x_draw_glyph_string_background, x_draw_glyph_string_foreground)
2426         [!MAC_OS8 || USE_ATSUI]: Background may be drawn using
2427         mac_draw_image_string* functions.
2428         (XLoadQueryFont) [MAC_OS8 && USE_ATSUI]: Don't adjust heights of
2429         some fonts when srcCopy text transfer mode might be used.
2430         (mac_begin_clip, mac_end_clip): Check if region is empty.
2431         (mac_set_clip_rectangles): When resetting clip region, make it
2432         empty instead of disposing of it.
2434 2006-02-20  Kim F. Storm  <storm@cua.dk>
2436         * Makefile.in: Add fringe.elc to WINDOW_SUPPORT.
2438         * buffer.h (struct buffer): New members fringe_indicator_alist and
2439         fringe_cursor_alist.
2441         * buffer.c (init_buffer_once): Set dummy default values for
2442         fringe-indicator-alist and fringe-cursor-alist.  The proper
2443         default values are set by pre-loading fringe.el.
2444         (syms_of_buffer): defvar_per_buffer new fringe-indicator-alist and
2445         fringe-cursor-alist buffer-local variables and defvar_lisp_nopro
2446         corresponding default- variables.
2448         * fringe.c (enum fringe_bitmap_type): Remove.  Change all uses
2449         to use `int'.
2450         (NO_FRINGE_BITMAP, UNDEF_FRINGE_BITMAP, MAX_STANDARD_FRINGE_BITMAPS):
2451         Define explicitly.
2452         (Qtruncation, Qcontinuation, Qempty_line, Qtop_bottom)
2453         (Qhollow_small): New variables.
2454         (syms_of_fringe): Intern and staticpro them.
2455         (question_mark_bits): Rename from unknown_bits.
2456         (left_curly_arrow_bits): Rename from continuation_bits.
2457         (right_curly_arrow_bits): Rename from continued_bits.
2458         (left_triangle_bits): Rename from ov_bits.
2459         (right_triangle_bits): Add.
2460         (filled_rectangle_bits): Rename from filled_box_cursor_bits.
2461         (hollow_rectangle_bits): Rename from hollow_box_cursor_bits.
2462         (filled_square_bits): Add.
2463         (vertical_bar_bits): Rename from bar_cursor_bits.
2464         (horizontal_bar_bits): Rename from hbar_cursor_bits.
2465         (empty_line_bits): Rename from zv_bits.
2466         (standard_bitmaps): Update to use new names.
2467         (draw_fringe_bitmap_1): Make static.
2468         (get_logical_cursor_bitmap, get_logical_fringe_bitmap): New functions
2469         to map from logical cursors and indicators to physical bitmaps.
2470         (draw_fringe_bitmap): Resolve fringe cursor and overlay-arrow
2471         bitmaps using symbol names instead of bitmap numbers.
2472         (update_window_fringes): Use logical indicator symbol names
2473         instead of bitmap numbers for logical.  Add bitmap cache.
2474         (LEFT_FRINGE, RIGHT_FRINGE): New helper macros.
2476 2006-02-20  Chong Yidong  <cyd@stupidchicken.com>
2478         * regex.c: Revert 2006-02-19 change.
2479         (xmalloc, xrealloc): Define these when not linked to Emacs.
2480         Redefine malloc -> xmalloc, realloc -> xrealloc as in Emacs case.
2482 2006-02-19  Luc Teirlinck  <teirllm@auburn.edu>
2484         * regex.c (extend_range_table_work_area): Fix typo.
2486 2006-02-19  Richard M. Stallman  <rms@gnu.org>
2488         * xterm.c (x_catch_errors): Use xmalloc.
2490         * regex.c (extend_range_table_work_area): Call xmalloc and xrealloc.
2491         (regex_compile): Likewise.
2492         (regcomp): Use xmalloc.
2494         * gtkutil.c (malloc_widget_value): Use xmalloc.
2496         * vm-limit.c [HAVE_GETRLIMIT]: Include sys/resource.h.
2497         (check_memory_limits) [HAVE_GETRLIMIT]: Use getrlimit.
2499         * xmenu.c (digest_single_submenu): When pane_string is empty,
2500         do initialize save_wv.
2502 2006-02-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2504         * xdisp.c (update_menu_bar) [MAC_OS]: Don't set
2505         w->update_mode_line if arg F is not the selected frame.
2507         * macmenu.c (popup_activated_flag, submenu_id)
2508         (next_menubar_widget_id): Remove variables.
2509         (initialize_frame_menubar): Remove function.
2510         (pop_down_menu, mac_menu_show): Simplify save value.
2511         (dispose_menus): New function.
2512         (pop_down_menu, fill_menubar): Use it.
2513         (fill_submenu): Remove function.  All uses changed to fill_menu.
2514         (add_menu_item): Remove args SUBMENU and FORCE_DISABLE.  New arg
2515         POS.  Don't call SetMenuItemHierarchicalID here.
2516         (fill_menu): Add arg SUBMENU_ID.  Return submenu_id that is to be
2517         used next.  Call SetMenuItemHierarchicalID here.
2518         (fill_menubar): Add arg DEEP_P.  All uses changed.  Clean up menu
2519         objects if needed.  Reuse existing menu bar titles if possible.
2520         (set_frame_menubar): Don't clean up menu objects here.
2522 2006-02-18  Chong Yidong  <cyd@stupidchicken.com>
2524         * window.c (window_min_size_1): Ensure room for the scroll bar and
2525         fringes.
2527 2006-02-17  Romain Francoise  <romain@orebokech.com>
2529         * puresize.h (BASE_PURESIZE): Increment to 1200000.
2531 2006-02-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2533         * alloc.c (Fmake_symbol): Comment-out left-over assert from before the
2534         addition of the BLOCK_INPUTs.
2536 2006-02-17  Juanma Barranquero  <lekktu@gmail.com>
2538         * window.c (Fset_window_scroll_bars): Doc fix.
2540 2006-02-17  Kenichi Handa  <handa@m17n.org>
2542         * xdisp.c (display_mode_element): Call display_string with correct
2543         PREC arg (which must be a number of characters, not column width).
2545 2006-02-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2547         * frame.c (x_get_arg): Clear out PARAM in ALIST also on Mac.
2549         * macfns.c (x_set_menu_bar_lines): Menu bar is always shown on Mac.
2551         * macmenu.c (set_frame_menubar): Don't call DrawMenuBar.
2553 2006-02-14  Richard M. Stallman  <rms@gnu.org>
2555         * frame.c (x_get_arg): Clear out all occurrences of PARAM in ALIST.
2557         * m/ibms390x.h: New file.
2559 2006-02-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2561         * gtkutil.c (xg_tool_bar_detach_callback): Set show-arrow to the
2562         value of x-gtk-whole-detached-tool-bar.
2563         (xg_tool_bar_attach_callback): Set show-arrow to TRUE.
2565         * xfns.c (syms_of_xfns): New variable: x-gtk-whole-detached-tool-bar.
2567 2006-02-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2569         * xterm.c (x_x_to_emacs_modifiers): Make non-static.
2571         * xterm.h: Declare x_x_to_emacs_modifiers.
2573         * gtkutil.c (xg_tool_bar_button_cb): New function.
2574         (xg_tool_bar_callback): Call x_x_to_emacs_modifiers to
2575         store modifiers in event.
2576         (update_frame_tool_bar): Connect button-release-event to
2577         xg_tool_bar_button_cb.
2579 2006-02-13  Richard M. Stallman  <rms@gnu.org>
2581         * .gdbinit (xwindow): Update the code to show the window box.
2583 2006-02-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2585         * xterm.c (note_mouse_movement): Check for NULL FRAME_X_OUTPUT (frame).
2587 2006-02-12  Richard M. Stallman  <rms@gnu.org>
2589         * cmds.c (internal_self_insert): Handle weird auto-fill-function.
2591 2006-02-11  Eli Zaretskii  <eliz@gnu.org>
2593         * keyboard.c (Venable_disabled_menus_and_buttons): New variable.
2594         (syms_of_keyboard): DEVFAR_LISP and initialize it.
2595         (parse_tool_bar_item, parse_menu_item): If that variable is
2596         non-nil, don't disable menu items and tool-bar buttons.
2598 2006-02-11  Juanma Barranquero  <lekktu@gmail.com>
2600         * doc.c (Fsubstitute_command_keys): Doc fix.
2602 2006-02-10  Thien-Thi Nguyen  <ttn@gnu.org>
2604         * data.c (Findirect_function): Rewrite docstring.
2605         Fix omission bug: Declare new arg NOERROR.
2607 2006-02-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2609         * macfns.c (x_set_mouse_color): Don't call rif->define_frame_cursor
2610         if window_desc is not set yet.
2611         (Fx_create_frame): Remove variable x_frame_name.  Apply 2005-12-07
2612         and 2006-01-26 changes for xfns.c.  Call x_iconify_frame if frame
2613         parameter `visibility' is `icon'.
2614         (Fx_create_frame, x_create_tip_frame): Use "fontset-standard"
2615         instead of "fontset-mac".
2616         (Fx_focus_frame): New defun.
2617         (syms_of_macfns): Defsubr it.
2619         * macterm.c (mac_define_frame_cursor): Don't change pointer shape
2620         for unfocused frame.
2621         (x_raise_frame): Call BringToFront instead of SelectWindow.
2622         (x_lower_frame): Use NULL instead of nil.
2623         (x_make_frame_visible): Don't call SelectWindow.
2624         (XTread_socket): Increment handling_signal at the start, decrement
2625         it at the end.
2626         [USE_CG_TEXT_DRAWING] (init_cg_text_anti_aliasing_threshold): Use
2627         CFPreferencesGetAppIntegerValue instead of Fmac_get_preference.
2629 2006-02-10  Kim F. Storm  <storm@cua.dk>
2631         * data.c (Findirect_function): Add NOERROR arg.  All callers changed
2632         to pass Qnil for NOERROR.
2634         * keymap.c (current_minor_maps_error): Remove.
2635         (current_minor_maps): Pass Qt for NOERROR to Findirect_function
2636         instead of using internal_condition_case_1+current_minor_maps_error.
2638 2006-02-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2640         * xterm.c (handle_one_xevent): Must note mouse movement even for nil
2641         frames for GTK, in that case it is the tool bar.  This is so that
2642         highlighted text get reset properly.
2644 2006-02-09  Juanma Barranquero  <lekktu@gmail.com>
2646         * alloc.c (Fmake_bool_vector, Fpurecopy): Doc fixes.
2648 2006-02-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2650         * window.c (adjust_window_trailing_edge): Check that shrinking
2651         does not set a window to size zero or less.
2653 2006-02-08  Miles Bader  <miles@gnu.org>
2655         * editfns.c (Fconstrain_to_field): Use Fget_char_property instead
2656         of Fget_text_property (other field functions work with overlays as
2657         well as text-properties).
2659 2006-02-07  Kenichi Handa  <handa@m17n.org>
2661         * dispextern.h (unibyte_display_via_language_environment): Extern it.
2663         * xterm.h (unibyte_display_via_language_environment):
2664         * w32term.h (unibyte_display_via_language_environment):
2665         * macterm.h (unibyte_display_via_language_environment): Delete extern.
2667 2006-02-07  Kenichi Handa  <handa@m17n.org>
2669         * term.c (append_glyph): Refer to it->char_to_display instead of it->c.
2670         (produce_glyphs): Set the character to print in
2671         it->char_to_display.  Handle unibyte-display-via-language-environment.
2672         (produce_stretch_glyph): Set character to print in it->char_to_display.
2674 2006-02-06  Kenichi Handa  <handa@m17n.org>
2676         * lread.c (openp): Initialize encoded_fn before GCPRO it.
2678 2006-02-05  Ken Raeburn  <raeburn@raeburn.org>
2680         * editfns.c (Fconstrain_to_field): Fix int/Lisp_Object mixup.
2682         * lisp.h (XPNTR) [!NO_UNION_TYPE && !HAVE_SHM && !DATA_SEG_BITS]:
2683         Cast bitfield value to EMACS_INT, to suppress gcc warning.
2685         * xrdb.c (malloc, realloc, free) [emacs]: Undefine macros before
2686         defining.
2688 2006-02-03  Kim F. Storm  <storm@cua.dk>
2690         * xdisp.c: Cache last merged escape glyph face.
2691         (last_escape_glyph_frame, last_escape_glyph_face_id)
2692         (last_escape_glyph_merged_face_id): New variables.
2693         (get_next_display_element): Use/update them.
2694         (redisplay_internal): Reset them before redisplay.
2696         * xdisp.c (set_iterator_to_next): Optimize 2004-12-13 fix.
2697         Only recheck faces after displaying ellipsis.
2699 2006-02-02  Kenichi Handa  <handa@m17n.org>
2701         * coding.c (decode_composition_emacs_mule): Fix handling of
2702         incorrect format data.
2704 2006-01-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2706         * gtkutil.c (update_frame_tool_bar): Use new tool bar functions
2707         (gtk_toolbar_insert) so we can have tool bars of different sizes.
2709 2006-01-30  Luc Teirlinck  <teirllm@auburn.edu>
2711         * data.c (Flistp): Doc fix.
2713 2006-01-30  Juanma Barranquero  <lekktu@gmail.com>
2715         * window.c (Fother_window, Fwindow_vscroll, Fset_window_vscroll):
2716         Fix typos in docstrings.
2718 2006-01-28  Luc Teirlinck  <teirllm@auburn.edu>
2720         * data.c (Fcar, Fcdr): Add links to Elisp manual to the docstrings.
2722 2006-01-27  Chong Yidong  <cyd@stupidchicken.com>
2724         * alloc.c (make_interval, allocate_string)
2725         (allocate_string_data, make_float, Fcons, allocate_vectorlike)
2726         (Fmake_symbol, allocate_misc): Use BLOCK_INPUT when accessing
2727         global variables.
2729 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
2731         * dired.c (DIRENTRY_NONEMPTY) [__CYGWIN__]: Don't use d_ino; use
2732         the MSDOS definition.
2734 2006-01-26  Richard M. Stallman  <rms@gnu.org>
2736         * alloc.c (check_pure_size): Make overflow message an "error message".
2738         * keymap.c (Fmap_keymap): Doc fix.
2740         * xfns.c (Fx_create_frame): Put all specified parms into f->param_alist
2741         unless they were cleared out.
2743         * frame.c (x_get_arg): "Clear out" the parm in ALIST if found there.
2745 2006-01-26  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
2747         * editfns.c (Fconstrain_to_field): Fix behaviour on field boundaries.
2748         (find_field): Set before_field to after_field when pos is at BEGV.
2749         (Fline_beginning_position, Fline_end_position):
2750         Clarify confusing doc string.
2752         * cmds.c (Fbeginning_of_line, Fend_of_line): Clarify confusing doc
2753         string.
2755 2006-01-26  Kenichi Handa  <handa@m17n.org>
2757         * callproc.c (Fcall_process): GCPRO error_file.  Encode infile,
2758         current_dir, and error_file.  On reporting an error, decode them
2759         back.
2761 2006-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2763         * regex.c (IMMEDIATE_QUIT_CHECK): Use it with SYNC_INPUT as well.
2764         (re_match_2_internal) <on_failure_jump, on_failure_jump_smart>:
2765         Don't check for quit, since any loop will go through fail or jump.
2767 2006-01-24  Chong Yidong  <cyd@stupidchicken.com>
2769         * alloc.c (allocate_string_data): Update next_free immediately, to
2770         reduce risk of memory clobberage.
2772 2006-01-24  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
2774         * xdisp.c (handle_invisible_prop): Set it->position to fix cursor
2775         display when point moves across an ellipsis.  If there are
2776         adjacent invisible texts, don't lose the second one's ellipsis.
2777         (x_produce_glyphs): Doc fix.
2779 2006-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2781         * xterm.c (x_catch_errors_unwind): Yet another int/Lisp_Object mixup.
2783 2006-01-23  Kim F. Storm  <storm@cua.dk>
2785         * xdisp.c (handle_single_display_spec): Fix handling of space
2786         property on char from string: set *position rather than
2787         it->current.pos.
2788         (produce_stretch_glyph): Reduce width of stretch glyphs so they
2789         don't get wider than the window (unless truncate-lines is on).
2791 2006-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2793         * xterm.c: Avoid allocating Lisp data from a signal handler.
2794         (x_error_message): New var to replace x_error_message_string.
2795         (x_error_catcher, x_catch_errors, x_catch_errors_unwind)
2796         (x_check_errors, x_had_errors_p, x_clear_errors, x_error_handler)
2797         (syms_of_xterm): Use it instead of x_error_message_string.
2799         * alloc.c (lisp_align_free): Add an assertion.
2800         (make_interval, allocate_string, make_float, Fcons, Fmake_symbol)
2801         (allocate_misc): If ENABLE_CHECKING is on, check we're not called from
2802         a signal handler.
2804 2006-01-21  Luc Teirlinck  <teirllm@auburn.edu>
2806         * dired.c (syms_of_dired) <completion-ignored-extensions>: Doc fix.
2808 2006-01-21  Romain Francoise  <romain@orebokech.com>
2810         * xdisp.c (get_window_cursor_type): Fix last change.
2811         Update copyright year.
2813 2006-01-20  Eli Zaretskii  <eliz@gnu.org>
2815         * lread.c (Fload): Don't leak the file descriptor returned by
2816         openp if we are going to signal an error.
2818         * w32.c (sys_close): If FD is outside [0..MAXDESC) limits, pass it
2819         directly to _close.
2820         (sys_dup): Protect against new_fd larger than fd_info[] can handle.
2821         (sys_read): If FD is outside [0..MAXDESC) limits, pass it directly
2822         to _read.
2823         (sys_write): If FD is outside [0..MAXDESC) limits, pass it
2824         directly to _write.
2826         * .gdbinit: Don't dereference Vsystem_type's Lisp_Symbol pointer
2827         if it is NULL.
2829 2006-01-20  Kenichi Handa  <handa@m17n.org>
2831         * puresize.h (BASE_PURESIZE): Increment to 1190000.
2833 2006-01-19  Chong Yidong  <cyd@stupidchicken.com>
2835         * xdisp.c (get_window_cursor_type): Use cursor type specified by
2836         the selected buffer for the echo area too.
2838 2006-01-19  Richard M. Stallman  <rms@gnu.org>
2840         * keymap.c (Fmap_keymap): Doc fix.
2842         * s/irix6-5.h (GC_SETJMP_WORKS, GC_MARK_STACK): New definitions.
2844         * keyboard.c (echo_char): Don't omit the space between first two
2845         echoed chars.
2847         * minibuf.c (read_minibuf): Fix previous change.
2849 2006-01-19  Kenichi Handa  <handa@m17n.org>
2851         * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
2853 2006-01-17  Richard M. Stallman  <rms@gnu.org>
2855         * frame.c (x_frame_get_and_record_arg): Don't record Qunbound
2856         value in f->param_alist.
2858 2006-01-15  Andreas Schwab  <schwab@suse.de>
2860         * search.c (Freplace_match): Use UPPERCASEP instead of !NOCASEP.
2862 2006-01-13  Richard M. Stallman  <rms@gnu.org>
2864         * Makefile.in: Define new macro WINDOW_SUPPORT.
2865         (lisp): Use it.
2866         (SOME_MACHINE_LISP): Add conditionally loaded files.
2868 2006-01-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2870         * macterm.c [USE_ATSUI] (atsu_get_text_layout_with_text_ptr)
2871         [MAC_OS_X_VERSION_MAX_ALLOWED >= 1020]: Specify kATSLineUseQDRendering.
2872         (XLoadQueryFont) [USE_ATSUI]: Display diacritical marks in
2873         decomposed form.
2875         * process.c [HAVE_INTTYPES_H]: Include inttypes.h.
2876         (ifflag_table): Fix typo (IFF_OACTIV -> IFF_OACTIVE).
2877         (Fnetwork_interface_info): Use HAVE_STRUCT_IFREQ_IFR_NETMASK
2878         macro.  Also try member ifr_addr when getting netmask.
2880 2006-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2882         * fileio.c (Fexpand_file_name): Remove redundant tests.
2883         Fix elimination of // so that it doesn't prevent elimination of an
2884         immediately following /. or /..
2886 2006-01-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2888         * gtkutil.c (xg_toggle_notify_cb): New function.
2889         (xg_toggle_visibility_cb): Move setting of x_gtk_show_hidden_files to
2890         xg_toggle_notify_cb.
2891         (xg_get_file_with_chooser): Add callback to xg_toggle_notify_cb when
2892         parameter value changes so the toggle button gets updated.
2894 2006-01-06  Nick Roberts  <nickrob@snap.net.nz>
2896         * .gdbinit: Fix typo.
2898 2006-01-05  Eli Zaretskii  <eliz@gnu.org>
2900         * .gdbinit: Fix last change.
2902 2006-01-05  Kim F. Storm  <storm@cua.dk>
2904         * process.c (Fmake_network_process): Use AF_INET instead of
2905         AF_UNSPEC when AF_INET6 is not defined.
2907 2006-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2909         * mac.c (mac_coerce_file_name_ptr, mac_coerce_file_name_desc):
2910         Don't check that the other type is known file-related one.
2912         * macfns.c (Fx_server_version): Use gestaltSystemVersionMajor,
2913         gestaltSystemVersionMinor, and gestaltSystemVersionBugFix on Mac
2914         OS X 10.4 and later.
2916 2006-01-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2918         * gtkutil.c (xg_get_image_for_pixmap): If the image is from a file,
2919         let GTK do all image processing.  Importing Emacs own pixmaps to GTK
2920         looks bad for inactive tool bar items with some Gnome themes.
2922 2006-01-04  Eli Zaretskii  <eliz@gnu.org>
2924         * .gdbinit: Avoid a warning message when x_error_quitter is not
2925         compiled in.
2927         * process.c [WINDOWSNT]: Undef AF_INET6 to disable IPv6 support
2928         for w32.
2930 2006-01-04  Kim F. Storm  <storm@cua.dk>
2932         * process.c: Add IPv6 support.
2933         (Qipv4, Qipv6): New vars.
2934         (syms_of_process): Intern and staticpro them.
2935         (Fformat_network_address): Handle 9 or 8 element vector as IPv6 address
2936         with or without port number.  Handle 4 element vector as IPv4 address
2937         without port number.
2938         (conv_sockaddr_to_lisp, get_lisp_to_sockaddr_size)
2939         (conv_lisp_to_sockaddr): Handle IPv6 addresses.
2940         (Fmake_network_process): Use :family 'ipv4 and 'ipv6 to explicitly
2941         request that address family only.  :family nil or omitted means to
2942         determine address family from the specified :host and :service.
2943         (ifflag_table): Add missing OpenBSD IFF_ flags.
2944         (server_accept_connection): Handle IPv6 addresses.
2945         (init_process): Add (:family ipv4) and (:family ipv6) sub-features.
2947         * .gdbinit: Undo last change.  Instead, look at Vsystem_type to
2948         determine which breakpoints to set.
2950 2006-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2952         * keymap.c (describe_map_compare): Yet another int/Lisp_Object mixup.
2954         * window.h (Fwindow_minibuffer_p): Declare (for use in minibuf.c).
2956 2006-01-03  Romain Francoise  <romain@orebokech.com>
2958         * emacs.c (main): Update copyright year.
2960 2006-01-03  Ken Raeburn  <raeburn@gnu.org>
2962         * callproc.c (delete_temp_file): Bind file-name-handler-alist to
2963         nil for the call to internal_delete_file.
2965 2006-01-01  Ken Raeburn  <raeburn@gnu.org>
2967         * callproc.c (Fcall_process_region): Bind file-name-handler-alist
2968         to nil for the call to Fwrite_region.
2970 2005-12-31  Richard M. Stallman  <rms@gnu.org>
2972         * minibuf.c (read_minibuf): Clear out all other minibuffer windows.
2974 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
2976         * emacs.c (gdb_pvec_type): A dummy variable for GDB's sake.
2978 2005-12-30  Luc Teirlinck  <teirllm@auburn.edu>
2980         * textprop.c (set_text_properties): Reword description of return value.
2981         Return Qnil if caller wants to remove all text properties from a
2982         string and the string already has no intervals.
2984 2005-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2986         * term.c (visible_cursor): New boolean var.
2987         (set_terminal_modes, tty_show_cursor): Use "vs" or "ve" depending on
2988         visible_cursor.
2989         (syms_of_term): Export the new var as "visible-cursor".
2991 2005-12-30  Eli Zaretskii  <eliz@gnu.org>
2993         * .gdbinit: Tell users not to worry about GDB warnings that some
2994         functions do not exist in the binary.
2996 2005-12-30  Andreas Schwab  <schwab@suse.de>
2998         * process.c (Fnetwork_interface_info): Correctly terminate the
2999         loop over ifflag_table.
3001 2005-12-29  Richard M. Stallman  <rms@gnu.org>
3003         * lread.c (readevalloop): Test for reading a whole buffer
3004         before actually reading anything.  Handle all cases, including
3005         START = END = nil and an already-narrowed buffer.
3006         Convert END to a marker if it is a number.
3008         * keymap.c (describe_map): Put sparse map elements into an array,
3009         sort them, then output a sequence of identical bindings on one line.
3010         (struct describe_map_elt): New data type.
3011         (describe_map_compare): New function.
3013 2005-12-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3015         * gtkutil.c (xg_get_file_with_chooser): Change message shown
3016         in file chooser.
3018 2005-12-27  Richard M. Stallman  <rms@gnu.org>
3020         * lread.c (readevalloop): Set PT and ZV in the proper buffer,
3021         not the current one.
3023         * minibuf.c (Fminibuffer_message): Doc fix.
3024         (read_minibuf): Set current_buffer->enable_multibyte_characters sooner.
3026         * eval.c (do_autoload): Ignore elements of Vautoload_queue
3027         where car is not symbol.
3029 2005-12-27  Kenichi Handa  <handa@m17n.org>
3031         * charset.c (lisp_string_width): Check multibyteness of STRING.
3033 2005-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3035         * xfns.c: x_show_hidden_files, new variable.
3036         (syms_of_xfns): Defvar it.
3038         * gtkutil.c (xg_toggle_visibility_cb): New function.
3039         (xg_get_file_with_chooser): Add toggle hidden files and a message
3040         to the new file chooser dialog.  Show hidden files if
3041         x_show_hidden_files is non-zero.
3043 2005-12-26  Richard M. Stallman  <rms@gnu.org>
3045         * keyboard.h: Undo previous change.
3047         * Makefile.in (undo.o): Undo previous change.
3049         * undo.c: Undo previous change.
3051 2005-12-26  Luc Teirlinck  <teirllm@auburn.edu>
3053         * keyboard.h: extern last_point_position_window.
3055         * undo.c: include keyboard.h.
3057         * Makefile.in (undo.o): Depend on keyboard.h.
3059 2005-12-26  Richard M. Stallman  <rms@gnu.org>
3061         * commands.h (last_point_position_window): Declare.
3063         * undo.c: Depend on window.h.
3064         (record_point): Save old point from the correct window.
3066         * keyboard.c (last_point_position_window): New variable.
3067         (command_loop_1): Set last_point_position_window.
3068         (syms_of_keyboard): Init it.
3070         * Makefile.in (undo.o): Depend on window.h.
3072 2005-12-25  Richard M. Stallman  <rms@gnu.org>
3074         * eval.c (un_autoload): Expect (0 . OFEATURES) in Vautoload_queue
3075         to undo a `provide'.
3077         * fns.c (Fprovide): Store (0 . OFEATURES) in Vautoload_queue.
3079 2005-12-25  Giorgos Keramidas  <keramida@ceid.upatras.gr>
3081         * m/amdx86-64.h [__FreeBSD__] (START_FILES, LIB_STANDARD):
3082         define for FreeBSD on this platform.
3084 2005-12-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3086         * macterm.h (TYPE_FILE_NAME): New define.
3087         (posix_pathname_to_fsspec, fsspec_to_posix_pathname): Remove externs.
3089         * mac.c (posix_pathname_to_fsspec, fsspec_to_posix_pathname):
3090         Add prototypes.  Make static.
3091         (mac_aedesc_to_lisp): Initialize err to noErr.
3092         (mac_coerce_file_name_ptr, mac_coerce_file_name_desc)
3093         (init_coercion_handler): New functions.
3094         (Fmac_coerce_ae_data): Use coercion of Apple event data for
3095         translation from/to file names.
3097         * macterm.c: Don't include sys/param.h.
3098         (init_coercion_handler): Add extern.
3099         [MAC_OS8] (main): Call init_coercion_handler.
3100         (mac_initialize) [MAC_OSX]: Likewise.
3101         [TARGET_API_MAC_CARBON] (mac_do_receive_drag): Use coercion of
3102         Apple event data for translation from/to file names.
3104         * macfns.c [TARGET_API_MAC_CARBON] (Fx_file_dialog): Likewise.
3106         * image.c [MAC_OS] (find_image_fsspec): Likewise.
3108 2005-12-23  Martin Rudalics  <rudalics@gmx.at>
3110         * insdel.c (insert, insert_and_inherit, insert_before_markers)
3111         (insert_before_markers_and_inherit): Make sure FROM is correct
3112         when `after-change-functions' are called.
3114 2005-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3116         * xfns.c (Fx_uses_old_gtk_dialog): New function.
3118         * gtkutil.c (xg_uses_old_file_dialog): New function.
3119         (xg_get_file_name): Use xg_uses_old_file_dialog.
3121         * gtkutil.h: Declare xg_uses_old_file_dialog.
3123 2005-12-22  Richard M. Stallman  <rms@gnu.org>
3125         * xmenu.c (xmenu_show): Call inhibit_garbage_collection.
3127 2005-12-22  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3129         * mac.c (Fmac_coerce_ae_data) [MAC_OSX]: Fix memory leak.
3131         * macgui.h (XCharStruct): Remove member `valid_p'.
3132         (STORE_XCHARSTRUCT): Don't set member `valid_p'.
3133         (XCharStructRow): New typedef.
3134         (XCHARSTRUCTROW_CHAR_VALID_P, XCHARSTRUCTROW_SET_CHAR_VALID):
3135         New macros.
3136         (struct MacFontStruct): Add member `bounds'.  Remove member
3137         `per_char'.  All uses for QuichDraw Text fonts are changed to
3138         `bounds.per_char'.  ATSUI font bounds are represented as an array
3139         `bounds.rows' of XCharStructRow's, each of which consists of a
3140         bitmap of valid entries and an array of char bounds.
3142         * macterm.c (mac_per_char_metric): Add prototype.
3143         (x_per_char_metric) [USE_CG_TEXT_DRAWING]: Remove prototype.
3144         (mac_query_char_extents): New function.
3145         (x_per_char_metric): Use it.
3146         (XLoadQueryFont): Likewise.  Consolidate min/max_bounds calculations.
3147         [USE_CG_TEXT_DRAWING] (mac_draw_string_cg):
3148         Use mac_per_char_metric instead of x_per_char_metric.
3149         (mac_text_extents_16): New function.
3150         (mac_compute_glyph_string_overhangs): Use it.
3151         (mac_unload_font): Free member `bounds' in struct MacFontStruct.
3153 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3155         * minibuf.c (Fdisplay_completion_list): Use XCAR/XCDR.
3156         (Fminibuffer_completion_help): Remove duplicates before display.
3158 2005-12-21  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
3160         * print.c (print_preprocess): Don't lose print_depth levels while
3161         iterating.
3163 2005-12-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3165         * macmenu.c (Qmac_apple_event): Add extern.
3166         (set_frame_menubar, mac_menu_show keymp_panes)
3167         (single_keymap_panes, list_of_panes, list_of_item)
3168         (single_menu_item): Add argument types to prototypes.
3169         (mac_dialog_show) [HAVE_DIALOGS]: Likewise.
3170         (struct skp): New struct (from xmenu.c).
3171         (single_keymap_panes, single_menu_item, list_of_panes)
3172         (list_of_item): Sync with xmenu.c.
3173         (Fx_popup_menu, Fx_popup_dialog): Likewise.  Don't get window from
3174         POSITION if it is mac-apple-event event.
3175         (menubar_selection_callback): Don't use menu_command_in_progress.
3176         (set_frame_menubar): First parse all submenus, then make
3177         widget_value trees from them.  Don't allocate any widget_value
3178         objects until we are done with the parsing.
3179         (parse_single_submenu, digest_single_submenu): New functions.
3180         (single_submenu): Function deleted, replaced by those two.
3181         (install_menu_quit_handler) [HAVE_CANCELMENUTRACKING]: Don't
3182         create or dispose of EventHandlerUPP.  Install hander to all submenus.
3183         (mac_menu_show) [!HAVE_MULTILINGUAL_MENU]: Use ENCODE_MENU_STRING
3184         instead of ENCODE_SYSTEM.
3185         (free_frame_menubar, fill_submenu, fill_menu): Don't use NULL for
3186         integer values.
3187         [HAVE_DIALOGS] (mac_dialog_show): Sync with xdialog_show (in xmenu.c).
3188         (add_menu_item) [TARGET_API_MAC_CARBON]: Use CFString functions to
3189         format menu item string.  Don't use NULL for integer value.
3191         * macterm.h (struct mac_output): Remove unused member
3192         menu_command_in_progress.
3194 2005-12-20  Juri Linkov  <juri@jurta.org>
3196         * xmenu.c (Fx_popup_menu): Set Vmenu_updating_frame to f if
3197         position is non-nil, else set it to nil.
3199         * macmenu.c (Fx_popup_menu): Add `else' to set
3200         Vmenu_updating_frame to nil only if position is nil.
3202         * w32menu.c (Fx_popup_menu): Add `else' to set
3203         Vmenu_updating_frame to nil only if position is nil.
3205 2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3207         * keyboard.c (make_lispy_event): Drag-and-drop items are now
3208         stored in member `args' of struct input_event.
3210         * termhooks.h (struct input_event): Fix comment for DRAG_N_DROP_EVENT.
3212         * xselect.c (x_handle_dnd_message): Drag-and-drop items are now
3213         stored in member `args' of struct input_event.
3215         * w32term.c (construct_drag_n_drop): Likewise.
3217         * macterm.c (mac_do_receive_drag): Likewise.
3218         (x_use_underline_position_properties): Undo 2005-07-13 change.
3219         (syms_of_macterm) <x-use-underline-position-properties>: Likewise.
3220         (mac_use_core_graphics, mac_wheel_button_is_mouse_2)
3221         (mac_pass_command_to_system, mac_pass_control_to_system):
3222         New boolean variables renamed from Lisp_Object ones
3223         Vmac_use_core_graphics, Vmac_wheel_button_is_mouse_2,
3224         Vmac_pass_command_to_system, and Vmac_pass_control_to_system.
3225         All uses changed.
3226         (syms_of_macterm): DEFVAR_BOOL them.  Remove previous DEFVAR_LISPs.
3227         Make them user options.
3228         (mac_handle_command_event, mac_store_services_event):
3229         Call create_apple_event_from_event_ref without 5th argument.
3230         (backtranslate_modified_keycode): Mask off modifier keys that are
3231         mapped to some Emacs modifiers before passing it to KeyTranslate.
3232         (syms_of_macterm): Make variables `mac-emulate-three-button-mouse',
3233         `mac-wheel-button-is-mouse-2', and `mac-*-modifier' user options.
3234         Fix docstrings of `mac-*-modifier'.
3236         * mac.c (create_apple_event_from_event_ref): Remove arg `types'.
3237         (do_applescript): Change argument types to Lisp_Object.
3238         All uses changed.
3240         * macterm.h (create_apple_event_from_event_ref): Remove 5th
3241         argument from extern.
3243 2005-12-18  Dan Nicolaescu  <dann@ics.uci.edu>
3245         * xfns.c (Fx_backspace_delete_keys_p): In case we cannot determine
3246         the answer, return `lambda', not nil.
3248 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
3250         * makefile.w32-in (bootstrap-temacs): Warn that parts of commands
3251         enclosed in $(ARGQUOTE)s should not be split between two lines, as
3252         that will break with GNU Make >3.80, when sh.exe is used and
3253         arg quoting is with '..'.
3255 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
3257         * print.c (print_preprocess): Just signal an error if print_depth
3258         is exceeded.
3260 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
3262         * .gdbinit: Set a breakpoint on w32_abort.
3264 2005-12-16  Juri Linkov  <juri@jurta.org>
3266         * minibuf.c (Fminibuffer_completion_contents): New Lisp function
3267         created from minibuffer_completion_contents.
3268         (minibuffer_completion_contents): Remove.
3269         (do_completion, Fminibuffer_complete_word)
3270         (Fminibuffer_completion_help): Replace minibuffer_completion_contents
3271         with Fminibuffer_completion_contents.
3272         (syms_of_minibuf): Add Sminibuffer_completion_contents.
3273         (Fdisplay_completion_list): Doc fix.
3274         (display_completion_list_1): Use `nil' for second arg of
3275         `Fdisplay_completion_list'.
3277 2005-12-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3279         * xfns.c (compute_tip_xy): Handle negative dx and dy.
3281         * w32fns.c (compute_tip_xy): Ditto.
3283         * macfns.c (compute_tip_xy): Ditto.
3285 2005-12-14  Chong Yidong  <cyd@stupidchicken.com>
3287         * print.c (print_preprocess): Go to a deeper print_depth to avoid
3288         print_object loop.
3290 2005-12-14  Kyotaro HORIGUCHI  <horiguti@meadowy.org>  (tiny change)
3292         * coding.c (code_convert_region_unwind): GCPRO arg.
3294 2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3296         * xfns.c (compute_tip_xy): Calculate root_y the same way as root_x,
3297         i.e. dy is offset from top of frame instead of bottom.
3299         * macfns.c (compute_tip_xy): Ditto.
3301         * w32fns.c (compute_tip_xy): Ditto.
3303         * gtkutil.c (SSDATA): New macro to remove compiler warnings.
3304         (xg_get_image_for_pixmap, xg_create_frame_widgets)
3305         (xg_get_file_with_chooser): Use SSDATA instead of SDATA.
3307         * xmenu.c (menubar_selection_callback): Do nothing if the callback
3308         is for an unselected radio menu item.
3310 2005-12-11  Richard M. Stallman  <rms@gnu.org>
3312         * xdisp.c (syms_of_xdisp) <blink-cursor-alist>: Doc fix.
3314         * lisp.h [! NO_UNION_TYPE] (EQ): Use == so args are computed just once.
3316         * keymap.c (Fset_keymap_parent, store_in_keymap): Use CHECK_IMPURE.
3317         (Flookup_key): Doc fix.
3318         (syms_of_keymap) <function-key-map>: Doc fix.
3320         * fns.c (Frequire): Treat evaluating from a source file
3321         like loading the file.
3323         * floatfns.c (Flog): Doc fix.
3325         * fileio.c (Finsert_file_contents): Set Vdeactivate_mark
3326         when we change the buffer.
3328 2005-12-11  Juri Linkov  <juri@jurta.org>
3330         * minibuf.c (display_completion_list_1):
3331         Call `minibuffer_completion_contents' instead of using `nil' as
3332         second arg of `Fdisplay_completion_list'.
3333         (keys_of_minibuf): Unbind SPC in
3334         Vminibuffer_local_filename_completion_map (see also related
3335         change on 2005-12-06).
3337 2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3339         * emacs.c (main) [MAC_OS8]: Undo previous change.
3341         * macselect.c (syms_of_macselect) <mac-apple-event-map>:
3342         Initialize to nil.  Keymap is now created in lisp/term/mac-win.el.
3344 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3346         * Makefile.in (macselect.o): Depend on keymap.h.
3348         * emacs.c (main) [MAC_OS8]: Call syms_of_keymap before
3349         syms_of_macselect.
3351         * image.c (init_image) [MAC_OS]: Don't call EnterMovies.
3352         [!HAVE_GIF && MAC_OS] (gif_load): Call EnterMovies.
3354         * keyboard.c (Qmac_apple_event) [MAC_OS]: New variable.
3355         (syms_of_keyboard) [MAC_OS]: Initialize it.
3356         (make_lispy_event) [MAC_OS]: Build lisp event for MAC_APPLE_EVENT.
3358         * mac.c (Qundecoded_file_name): New variable.
3359         (syms_of_mac): Initialize it.
3360         (mac_aelist_to_lisp, mac_aedesc_to_lisp): New functions.
3361         [TARGET_API_MAC_CARBON] (create_apple_event_from_event_ref): New fun.
3362         (Fmac_coerce_ae_data): New defun.
3363         (syms_of_mac): Defsubr it.
3365         * macselect.c: Include keymap.h.
3366         (mac_ready_for_apple_events): New variable.
3367         (Vmac_apple_event_map, Qmac_apple_event_class)
3368         (Qmac_apple_event_id): New variables.
3369         (syms_of_macselect): Initialize them.
3370         (Qundefined, mac_store_apple_event): Add externs.
3371         (struct apple_event_binding): New struct.
3372         (find_event_binding_fun, find_event_binding)
3373         (mac_find_apple_event_spec, defer_apple_events)
3374         (mac_handle_apple_event, init_apple_event_handler)
3375         (copy_scrap_flavor_data): New functions.
3376         (Fmac_process_deferred_apple_events): New defun.
3377         (syms_of_macselect): Defsubr it.
3378         (mac_store_services_event): Fix extern.
3379         (mac_handle_service_event): Don't allocate Lisp objects during
3380         asynchronous input processing.  Use mac_store_services_event
3381         instead of mac_store_application_menu_event.
3383         * macterm.c (Qmac_ready_for_drag_n_drop, Qapplication, Qabout)
3384         (Qpreferences): Remove variables.
3385         (syms_of_macterm) : Don't initialize them.
3386         (Qhicommand) [USE_CARBON_EVENTS]: New variable.
3387         (syms_of_macterm) [USE_CARBON_EVENTS]: Initialize it.
3388         (init_required_apple_events, do_ae_open_application)
3389         (do_ae_print_documents, do_ae_open_documents)
3390         (do_ae_quit_application): Remove functions and prototypes.
3391         (mac_ready_for_apple_events, Qundefined, init_apple_event_handler)
3392         (mac_find_apple_event_spec): Add externs.
3393         (mac_store_application_menu_event): Remove function.
3394         (mac_store_apple_event, mac_make_lispy_event_code): New functions.
3395         (mac_handle_command_event): Create Apple event from Carbon event.
3396         Use mac_store_apple_event instead of mac_store_application_menu_event.
3397         [MAC_OSX] (mac_store_services_event): Likewise.
3398         (struct SelectionRange, SelectionRange): Remove struct and typedef.
3399         [MAC_OS8] (main): Call init_apple_event_handler instead of
3400         init_required_apple_events.
3401         (mac_initialize) [MAC_OSX]: Likewise.
3402         [!USE_CARBON_EVENTS] (mac_wait_next_event):
3403         Use mac_ready_for_apple_events instead of Qmac_ready_for_drag_n_drop.
3405         * macterm.h (mac_make_lispy_event_code, mac_aedesc_to_lisp):
3406         Add externs.
3407         (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]: Likewise.
3408         (Fmac_get_preference): Add EXFUN.
3410         * termhooks.h (enum event_kind) [MAC_OS]: Add new MAC_APPLE_EVENT
3411         event.
3413 2005-12-09  Richard M. Stallman  <rms@gnu.org>
3415         * xfns.c (Fx_create_frame): Reinstate previous change.
3417 2005-12-09  Eli Zaretskii  <eliz@gnu.org>
3419         * w32fns.c (w32_abort) [__GNUC__]: Add instructions for attaching
3420         GDB to the abort dialog.
3422 2005-12-09  Kyotaro HORIGUCHI  <horiguti@meadowy.org>  (tiny change)
3424         * indent.c (Fvertical_motion): Force move if starting on
3425         stretch glyph.
3427 2005-12-08  Richard M. Stallman  <rms@gnu.org>
3429         * lread.c (read_escape) <\s>: Don't treat strings specially.
3431         * xfns.c (Fx_create_frame): Comment out previous change.
3433 2005-12-07  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
3435         * xfns.c (Fx_create_frame): Initialize Vdefault_minibuffer_frame,
3436         when needed.
3438 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3440         * minibuf.c (keys_of_minibuf): Just unbind SPC in
3441         Vminibuffer_local_filename_completion_map rather than forcing it
3442         explicitly to the same binding as the global map.
3444 2005-12-06  Ken Raeburn  <raeburn@gnu.org>
3446         * buffer.c (Fkill_buffer): Avoid dangerous side effects in NILP args.
3447         * bytecode.c (Fbyte_code): Likewise.
3448         * fileio.c (internal_delete_file, Fread_file_name_internal): Likewise.
3449         * minibuf.c (Fminibuffer_complete_and_exit): Likewise.
3450         * undo.c (truncate_undo_list): Likewise.
3452 2005-12-05  Richard M. Stallman  <rms@gnu.org>
3454         * window.c (enlarge_window): Eliminate arg preserve_before.
3455         Assume it is 0.  All callers changed.
3456         (Fenlarge_window, Fshrink_window): Likewise.
3458 2005-12-02  Eli Zaretskii  <eliz@gnu.org>
3460         * w32fns.c (compute_tip_xy): Put tip above pointer if it doesn't
3461         fit below.
3463 2005-12-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3465         * xterm.h: Add prototype for xg_set_icon_from_xpm_data.
3467         * xfns.c (x_real_positions): int ign => unsigned int.
3468         (xg_set_icon_from_xpm_data): Remove unused variable err.
3469         (x_set_name_internal, Fx_create_frame, xg_set_icon): Add cast
3470         to remove compiler warning.
3471         (compute_tip_xy): Put tip above pointer if it doesn't fit below.
3473 2005-12-02  David Reitter  <david.reitter@gmail.com>
3475         * minibuf.c (Fcompleting_read): If Vminibuffer_completing_file_name is
3476         non-nil, use the new keymaps Vminibuffer_local_filename_completion_map
3477         and Vminibuffer_local_must_match_filename_map keymaps.
3478         (keys_of_minibuf): Bind SPC in the new file-name completion keymaps.
3480         * keymap.c (Vminibuffer_local_filename_completion_map)
3481         (Vminibuffer_local_must_match_filename_map): New variables.
3482         (syms_of_keymap): DEFVAR_LISP them, initialize them, and set their
3483         parent to be Vminibuffer_local_completion_map and
3484         Vminibuffer_local_must_match_map, respectively.
3486         * commands.h (Vminibuffer_local_filename_completion_map)
3487         (Vminibuffer_local_must_match_filename_map): Declare the new keymaps.
3489 2005-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3491         * window.c (Fset_window_configuration): Don't accidentally copy the
3492         window-point of one window to another.
3494 2005-11-30  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
3496         * buffer.c (Fpop_to_buffer): Remove superfluous call to record_buffer.
3498 2005-11-30  Kim F. Storm  <storm@cua.dk>
3500         * alloc.c: Include fcntl.h.  Define O_WRONLY if not defined.
3501         (valid_lisp_object_p) [!GC_MARK_STACK]: Validate pointer by
3502         passing it to `emacs_write'.
3504 2005-11-29  Ari Roponen  <arjuropo@cc.jyu.fi>  (tiny change)
3506         * atimer.c (stop_other_atimers): Fix loop to correctly compute `prev'.
3508 2005-11-27  Richard M. Stallman  <rms@gnu.org>
3510         * window.c (adjust_window_trailing_edge): New function.
3511         (Fadjust_window_trailing_edge): New function.
3512         (syms_of_window): Defsubr it.
3513         (window_deletion_count): New variable.
3514         (delete_window): Update window_deletion_count.
3516 2005-11-26  Eli Zaretskii  <eliz@gnu.org>
3518         * minibuf.c (syms_of_minibuf): Mention the extension of
3519         `completion-auto-help's meaning by complete.el.
3521 2005-11-26  Henrik Enberg  <henrik.enberg@telia.com>
3523         * xfaces.c (Finternal_set_lisp_face_attribute_from_resource):
3524         Handle :inherit property as a lisp expression.
3526 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3528         * macterm.c (Qcontrol): Rename from Qctrl.  All uses changed.
3529         (syms_of_macterm): Staticpro Qcontrol, Qmeta, Qalt, Qhyper,
3530         Qsuper, and Qmodifier_value.
3531         (Vmac_control_modifier, Vmac_option_modifier)
3532         (Vmac_command_modifier, Vmac_function_modifier)
3533         (Vmac_emulate_three_button_mouse, Vmac_wheel_button_is_mouse_2)
3534         (Vmac_pass_command_to_system, Vmac_pass_control_to_system)
3535         (Vmac_charset_info_alist): Doc fixes.
3537 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3539         * emacs.c (main) [MAC_OSX]: Change working directory to home
3540         directory if `-psn_*' option is specified.
3542         * mac.c (DECODE_UTF_8): Remove macro.
3543         [TARGET_API_MAC_CARBON] (cfstring_to_lisp_nodecode): New function
3544         created from cfstring_to_lisp.
3545         [TARGET_API_MAC_CARBON] (cfstring_to_lisp): Use it.
3546         (xrm_get_preference_database) [TARGET_API_MAC_CARBON]: Likewise.
3548         * macterm.h (cfstring_to_lisp_nodecode) [TARGET_API_MAC_CARBON]:
3549         Add prototype.
3551 2005-11-21  Ken Raeburn  <raeburn@gnu.org>
3553         * keymap.c (shadow_lookup): Use make_number to pass a number to
3554         Fsubstring.
3556 2005-11-21  Juri Linkov  <juri@jurta.org>
3558         * puresize.h (BASE_PURESIZE): Increment to 1180000.
3560 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
3562         * xfaces.c (Finternal_set_lisp_face_attribute):
3563         Use :ignore-defface for new frame defaults when `unspecified' is
3564         supplied.
3565         (Finternal_get_lisp_face_attribute): Hide :ignore-defface.
3566         (merge_face_vectors): Don't do :ignore-defface overwriting here.
3567         (Finternal_merge_in_global_face): Do it here.
3569 2005-11-20  Juri Linkov  <juri@jurta.org>
3571         * charset.c (invalid_character): Use Lisp-readable syntax
3572         for octal and hex.  Reorder decimal, octal and hex values.
3574 2005-11-20  Nick Roberts  <nickrob@snap.net.nz>
3576         * lisp.h: Use typedef when Lisp_Object is EMACS_INT so that
3577         this type is recognised when debugging.
3579 2005-11-19  Andreas Schwab  <schwab@suse.de>
3581         * .gdbinit (nextcons, xcdr, xfloat): Update for changes in
3582         Lisp_Cons and Lisp_Float.
3584 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3586         * macterm.c [USE_CG_TEXT_DRAWING] (cg_text_anti_aliasing_threshold):
3587         New variable.
3588         [USE_CG_TEXT_DRAWING] (init_cg_text_anti_aliasing_threshold): New fun.
3589         (init_font_name_table) [USE_ATSUI && USE_CG_TEXT_DRAWING]: Use it.
3590         [USE_CG_TEXT_DRAWING] (mac_draw_string_cg): Don't do antialiasing if
3591         font size is smaller than or equal to cg_text_anti_aliasing_threshold.
3593 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
3595         * image.c (x_create_bitmap_from_xpm_data): Free attributes on fail.
3597         * xfaces.c (Qignore_defface): New variable.
3598         (syms_of_xfaces): Provide `:ignore-defface'.
3599         (IGNORE_DEFFACE_P): New macro.
3600         (check_lface_attrs, lface_fully_specified_p)
3601         (Finternal_set_lisp_face_attribute)
3602         (Fface_attribute_relative_p, Fmerge_face_attribute):
3603         Handle Qignore_defface as a possible value.
3604         (merge_face_vectors): The merged face is `unspecified' if the
3605         mergee specifies `:ignore-defface'.
3607 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3609         * lread.c (readevalloop): Add missing GCPROs.
3611 2005-11-16  Chong Yidong  <cyd@stupidchicken.com>
3613         * xfns.c (xg_set_icon_from_xpm_data): New function.
3615         * gnu.h (gnu_xpm_bits): Rename from gnu_bits.
3616         (gnu_xbm_bits): Rename from gnu_bits (xbm version).
3618         * xterm.c (x_bitmap_icon): Use the xpm if available.
3620         * image.c (x_create_bitmap_from_xpm_data): New function.
3621         (x_create_bitmap_from_xpm_data): Initialize XpmAttributes.
3623 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
3625         * Makefile.in (lisp, shortlisp): Add rfn-eshadow.
3627 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
3629         * .gdbinit: Make SIGTSTP work like SIGINT normally does.
3631 2005-11-15  Andreas Schwab  <schwab@suse.de>
3633         * lisp.h (struct Lisp_Cons): Make cdr a union.
3634         (XCDR_AS_LVALUE): Adjust.
3635         (struct Lisp_Float): Make data a union.
3636         (XFLOAT_DATA): Adjust.
3638         * alloc.c (free_float): Make free list chaining aliasing-safe.
3639         (make_float): Likewise.
3640         (free_cons): Likewise.
3641         (Fcons): Likewise.
3642         (check_cons_list): Likewise.
3643         (Fmake_symbol): Likewise.
3644         (allocate_misc): Likewise.
3645         (free_misc): Likewise.
3646         (gc_sweep): Likewise.
3648 2005-11-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3650         * mac.c (HASHKEY_QUERY_CACHE): New define.
3651         (xrm_create_database, xrm_q_put_resource): Empty query cache.
3652         (xrm_get_resource): Use query cache.
3654         * image.c (init_image) [MAC_OS]: Don't call EnterMovies if
3655         inhibit_window_system is set.
3657 2005-11-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3659         * macgui.h (USE_CG_TEXT_DRAWING): New define.
3660         (struct MacFontStruct) [USE_CG_TEXT_DRAWING]: New members cg_font
3661         and cg_glyphs.
3663         * macterm.c [USE_CG_TEXT_DRAWING] (mac_draw_string_cg): New function.
3664         (x_draw_glyph_string_foreground) [USE_CG_TEXT_DRAWING]: Use it.
3665         (XLoadQueryFont) [USE_CG_TEXT_DRAWING]: Set members cg_font and
3666         cg_glyphs in struct MacFontStruct if synthesized bold or italic is
3667         not used and font substitution never occurs for ASCII and Latin-1
3668         characters.
3669         (XLoadQueryFont): Maximum and minimum metrics are now those among
3670         ASCII characters.
3671         (XLoadQueryFont) [!MAC_OS8 || USE_ATSUI]: Apply WebKit-style
3672         height adjustments for Courier, Helvetica, and Times.
3674         * s/darwin.h (LIBS_CARBON) [!HAVE_CARBON]: Remove `-framework Carbon'.
3676 2005-11-11  David Reitter  <david.reitter@gmail.com>
3678         * macterm.c (syms_of_macterm): Remove macCtrlKey, macShiftKey,
3679         macMetaKey, macAltKey.  Introduce Qctrl, Qmeta,
3680         Vmac_control_modifier / mac-control-modifier,
3681         Vmac_option_modifier / mac-option-modifier,
3682         Vmac_command_modifier / mac-command-modifier.
3683         (mac_to_emacs_modifiers): Use the new style modifier
3684         variables.  Return UInt32 (modifiers are longs now.)
3685         (backtranslate_modified_keycode): New function (refactoring).
3686         (XTread_socket): Use new modifier variables and refactored function.
3687         (mac_determine_quit_char_modifiers): Remove macMetaKey (there is
3688         no dedicated meta key.  Not in use anyway.)
3689         (convert_fn_keycode): Map Fn-keys to their original keycode
3690         using a table (english keyboard only).
3692 2005-11-11  Kim F. Storm  <storm@cua.dk>
3694         * .gdbinit (pitx): Fix output format if n_overlay_strings > 0.
3695         Add post hook to "backtrace" to always dump lisp call stack to
3696         increase chance of people sending it to us when reporting bugs.
3698         * doc.c (Fsubstitute_command_keys): Doc fix.
3700         * dispextern.h (struct it): New member ignore_overlay_strings_at_pos_p.
3702         * xdisp.c (handle_stop): Skip overlay string handling if
3703         ignore_overlay_strings_at_pos_p is set.
3704         (set_iterator_to_next): At end of display vector, set
3705         ignore_overlay_strings_at_pos_p if dpvec came from an overlay
3706         string, so we skip those overlay strings at current pos.
3708 2005-11-10  Lars Hansen  <larsh@soem.dk>
3710         * fileio.c (file-regular-p): Doc fix.
3712 2005-11-10  Kim F. Storm  <storm@cua.dk>
3714         * alloc.c (valid_lisp_object_p): New function to validate that
3715         an object is really a valid Lisp_Object.
3717         * lisp.h (valid_lisp_object_p): Add prototype.
3719         * print.c (safe_debug_print): New function to be called from gdb
3720         to print Lisp objects; use valid_lisp_object_p to avoid crashing
3721         if user tries to print something which is not a Lisp object.
3723         * .gdbinit (pp, pp1): Use safe_debug_print.
3724         (pv, pv1): New commands to print value of a lisp variable.
3726 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
3728         * .gdbinit (pp1): New user-defined function.
3730 2005-11-09  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3732         * image.c [MAC_OSX] (image_load_quartz2d): Fix memory leak.
3734         * mac.c [MAC_OSX] (init_mac_osx_environment): Reinitialize locale
3735         related variables for dumped executable.
3737         * unexmacosx.c (unexec_write_zero): New function.
3738         (copy_data_segment): Clear uninitialized local variables in
3739         statically linked libraries.
3741         * s/darwin.h (C_SWITCH_SYSTEM): Remove -fno-common.
3743 2005-11-09  Juri Linkov  <juri@jurta.org>
3745         * keymap.c (shadow_lookup): If Flookup_key returns a number,
3746         call it again with a sub-key-sequence, and if its return value
3747         is non-nil (sub-key is bound), return nil.
3749 2005-11-08  Kim F. Storm  <storm@cua.dk>
3751         * process.c (Fsignal_process): Recognize signal names with and
3752         without SIG prefix, e.g. SIGHUP and HUP.
3754         * search.c (search_buffer): No need to initialize base_pat.
3756 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3758         * window.c (Fget_lru_window, Fget_largest_window, window_loop):
3759         Don't abuse the `mini' arg.  Use the `obj' arg instead.
3761 2005-11-04  Kim F. Storm  <storm@cua.dk>
3763         * xdisp.c (show_mouse_face): Clear mouse face to eol.
3765 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
3767         * Makefile.in (lisp, shortlisp): Add emacs-lisp/syntax.elc,
3768         font-lock.elc and jit-lock.elc.
3770 2005-11-03  Richard M. Stallman  <rms@gnu.org>
3772         * window.c (Fenlarge_window): Rename SIDE to HORIZONTAL.
3773         (enlarge_window): Rename WIDTHFLAG to HORIZ_FLAG.
3774         (CURBEG, CURSIZE): Use HORIZ_FLAG instead of WIDTHFLAG.
3776         * sheap.c (STATIC_HEAP_SIZE): Increment both definitions.
3778         * alloc.c (refill_memory_reserve): Move decl out of conditionals.
3780 2005-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3782         * window.c (Fdisplay_buffer): Fix last change to not use
3783         a dedicated window.
3785 2005-11-01  Kim F. Storm  <storm@cua.dk>
3787         * fringe.c (update_window_fringes): Undo 2005-10-27 change.
3788         Instead, rotate the bottom angle bitmap 180 degrees to indicate
3789         that the bottom row does not end in a newline.
3791 2005-11-01  Andreas Schwab  <schwab@suse.de>
3793         * unexelf.c (unexec): Handle .plt section in BSS segment.
3795 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3797         * lread.c (readevalloop): Yet another int/Lisp_Object mixup (YAILOM).
3799         * window.c (window_loop): For LRU and LARGEST, let the `mini' argument
3800         determine whether to consider dedicated windows as well.
3801         (Fget_lru_window, Fget_largest_window): Add `dedicated' argument.
3802         (Fdisplay_buffer): Do consider dedicated windows in those cases where
3803         we will split the window rather than reuse it.
3804         Don't try to use windows on other displays.
3806 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
3808         * puresize.h (BASE_PURESIZE): Increment to 1170000.
3810 2005-10-31  Romain Francoise  <romain@orebokech.com>
3812         * macfns.c: Update copyright year.
3813         * m/gould.h: Likewise.
3815 2005-10-30  Kim F. Storm  <storm@cua.dk>
3817         * xdisp.c (display_line): Restore it->current_x and call
3818         extend_face_to_end_of_line when last glyph doesn't fit on line.
3819         (set_glyph_string_background_width): Remove specific tests here
3820         to see if face background should extend to end of line.  Simplify.
3822 2005-10-30  Richard M. Stallman  <rms@gnu.org>
3824         * alloc.c (BYTES_USED): Use uordblks, not arena.
3825         (bytes_used_when_reconsidered): New variable.
3826         (emacs_blocked_free): Set that.
3828 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
3830         * alloc.c (emacs_blocked_free): Fix typo.
3832 2005-10-29  Richard M. Stallman  <rms@gnu.org>
3834         * data.c (Fmake_variable_frame_local): Doc fix.
3836         * xdisp.c (handle_fontified_prop): Do nothing if memory full.
3837         (format_mode_line_unwind_data): New arg SAVE_PROPTRANS
3838         controls whether to save and restore mode_line_proptrans_alist.
3839         Callers changed.
3840         (unwind_format_mode_line): Work with that feature.
3841         (redisplay_internal): Don't call prepare_menu_bars if memory full.
3842         (move_elt_to_front): New function.
3843         (display_mode_element): Use move_elt_to_front.
3844         Don't bother munging text props on a null string.
3845         Delete obsolete elts from mode_line_proptrans_alist.
3846         (decode_mode_spec): Test Vmemory_full, not spare_memory.
3847         (Fformat_mode_line): Clear mode_line_proptrans_alist after saving.
3849         * lisp.h (memory_full_cons_threshold): Declare.
3850         (internal_lisp_condition_case): Declare.
3852         * alloc.c (syms_of_alloc) <memory-full>: Doc fix.
3853         (Fmemory_full_p): Function deleted.
3854         (syms_of_alloc): Don't defsubr it.
3855         (memory_full_cons_threshold): New variable.
3856         (spare_memory): Now a vector of 7 elts.
3857         (buffer_memory_full): Don't set Vmemory_full here.
3858         (xfree): Don't try to refill here.
3859         (emacs_blocked_free): Record BYTES_USED in local var.
3860         (memory_full): Now free all the slots in spare_memory.
3861         (refill_memory_reserve): Allocate each slot in spare_memory.
3862         (init_alloc_once): Call refill_memory_reserve.
3864         * keyboard.c (command_loop_1): Don't set Vmemory_full here.
3866         * eval.c (internal_lisp_condition_case): New function.
3867         (Fcondition_case): Use internal_lisp_condition_case.
3868         (Feval): Test Vmemory_full and memory_full_cons_threshold.
3869         (Ffuncall): Likewise.
3871         * bytecode.c (Fbyte_code): Use internal_lisp_condition_case.
3873 2005-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3875         * syntax.c (Fparse_partial_sexp): Fix docstring.
3877 2005-10-28  Romain Francoise  <romain@orebokech.com>
3879         * puresize.h (BASE_PURESIZE): Increment to 1130000.
3881 2005-10-28  Richard M. Stallman  <rms@gnu.org>
3883         * xfns.c (syms_of_xfns): Provide `x' as feature.
3885         * xdisp.c (decode_mode_spec): Define %e to indicate memory full.
3887         * editfns.c (Fformat): Don't include string padding
3888         between info[n].start and info[n].end.
3890         * alloc.c (spare_memory): No longer static.
3891         (xfree) [!SYSTEM_MALLOC]: Call refill_memory_reserve.
3893         * puresize.h (BASE_PURESIZE): Increment to 1120000.
3895 2005-10-27  Chong Yidong  <cyd@stupidchicken.com>
3897         * data.c (Fmake_variable_frame_local): Add clarification to docstring.
3899         * fringe.c (update_window_fringes): Handle case where buffer ends
3900         with a newline.
3902 2005-10-27  Kenichi Handa  <handa@m17n.org>
3904         * coding.h (DECODE_SYSTEM): Fix argument name; name->str.
3906 2005-10-24  Kenichi Handa  <handa@m17n.org>
3908         * charset.h (charset_mule_unicode_0100_24ff)
3909         (charset_mule_unicode_2500_33ff, charset_mule_unicode_e000_ffff):
3910         Extern them.
3912         * charset.c (charset_mule_unicode_0100_24ff)
3913         (charset_mule_unicode_2500_33ff, charset_mule_unicode_e000_ffff):
3914         New variables.
3915         (Fsetup_special_charsets): Initialize them.
3917         * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
3918         supported Unicode characters.
3920 2005-10-25  Jason Rumney  <jasonr@gnu.org>
3922         * w32fns.c (w32_to_x_font): Avoid forcing font widths.
3924 2005-10-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3926         * image.c [MAC_OS] (image_load_qt_1): Check image size.
3927         Use GraphicsImportGetImageDescription instead of
3928         GraphicsImportGetNaturalBounds.
3929         [MAC_OSX] (image_load_quartz2d): Check image size.
3930         [MAC_OS] (xpm_load_image): Likewise.
3932         * macterm.c (last_mouse_glyph_frame): New var.
3933         (note_mouse_movement): Say mouse moved if current frame differs
3934         from last_mouse_glyph_frame, and update last_mouse_glyph_frame.
3935         (XTmouse_position): Set last_mouse_glyph_frame.
3936         (XTread_socket): Clear last_mouse_glyph_frame on mouse up/down event.
3937         (mac_draw_string_common) [USE_ATSUI && WORDS_BIG_ENDIAN]: Fix typo.
3938         Use EndianU16_BtoN.
3939         (mac_draw_string_common) [MAC_OSX]: Don't use ATSUClearLayoutControls.
3940         (x_per_char_metric, XLoadQueryFont)
3941         [MAC_OS_X_VERSION_MAX_ALLOWED < 1020]: Use device origins to get
3942         glyph bounds.
3943         (mac_to_x_fontname, mac_do_list_fonts)
3944         (mac_initialize_display_info): Change screen resolutions to 72dpi.
3946 2005-10-25  Masatake YAMATO  <jet@gyve.org>
3948         * minibuf.c (Fdisplay_completion_list): Small doc fix.
3950 2005-10-24  Kim F. Storm  <storm@cua.dk>
3952         * xterm.c: Undo 2005-10-23 change.
3953         (last_mouse_glyph_frame): New var.
3954         (note_mouse_movement): Say mouse moved if current frame differs
3955         from last_mouse_glyph_frame, and update last_mouse_glyph_frame.
3956         (XTmouse_position): Set last_mouse_glyph_frame.
3957         (handle_one_xevent): Clear last_mouse_glyph_frame [instead of
3958         last_mouse_glyph] on mouse up/down event.
3960         * editfns.c (Fcompare_buffer_substrings): Fix last change.
3962 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3964         * editfns.c (Fcompare_buffer_substrings): Handle multibyte chars.
3966 2005-10-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3968         * xterm.c (note_mouse_movement): Always call note_mouse_highlight
3969         so tool tips don't interfere with press on tool bar button.
3971 2005-10-23  Richard M. Stallman  <rms@gnu.org>
3973         * casetab.c (Fset_case_table): Doc fix.
3975         * lread.c (build_load_history): Replace STREAM arg with ENTIRE.
3976         (readevalloop): Compute ENTIRE properly.
3977         (syms_of_lread) <load-history>: Doc fix.
3979 2005-10-21  Richard M. Stallman  <rms@gnu.org>
3981         * lread.c (Fload): Simplify gcpro structure.
3982         Gcpro FOUND as well as FILE, but not EFOUND.
3983         Unless preloading, record FOUND instead of FILE in Vload_history.
3984         Rename repeat local FILE to MSG_FILE.
3985         (syms_of_lread) <load-history>: Doc fix.
3987 2005-10-21  Kenichi Handa  <handa@m17n.org>
3989         * search.c (boyer_moore): Add parens to fix and/or precedence bug.
3991 2005-10-20  Kim F. Storm  <storm@cua.dk>
3993         * buffer.c (clone_per_buffer_values): Remove unused var tem.
3994         (init_buffer): Remove unused vars dotstat, pwdstat.
3996         * ccl.c (check_ccl_update): Remove unused var vp.
3998         * fileio.c (auto_save_error): Call SAFE_FREE.
4000         * fns.c (Fchar_table_range): Remove unused var i.
4002         * minibuf.c (display_completion_list_1): New wrapper function
4003         for Fdisplay_completion_list.
4004         (Fminibuffer_completion_help): Use it.
4006         * term.c (encode_terminal_code): Remove unused var src_start.
4008         * window.c (Fwindow_tree): Remove unused var alist.
4010         * xterm.c (x_calc_absolute_position): Remove unused vars win_x, win_y.
4012 2005-10-20  Aubrey Jaffer  <agj@alum.mit.edu>  (tiny change)
4014         * unexelf.c (unexec): Fix calls to `fatal' with less than 3 arguments.
4016 2005-10-20  Olli Savia  <ops@iki.fi>  (tiny change)
4018         * syssignal.h [__Lynx__]: Undef SIGPOLL along with SIGIO.
4020 2005-10-20  Andreas Schwab  <schwab@suse.de>
4022         * minibuf.c (Fdisplay_completion_list): Doc fix.
4024 2005-10-19  Kim F. Storm  <storm@cua.dk>
4026         * image.c (check_image_size): Handle integer Vmax_image_size value
4027         directly as max pixel value.  Use default frame size for null frame.
4028         (syms_of_image) <max-image-size>: Describe integer value.
4030 2005-10-19  Romain Francoise  <romain@orebokech.com>
4032         * emacs.c (main): Update copyright year.
4034 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
4036         * image.c (Vmax_image_size): New variable.
4037         (check_image_size): New function.
4038         (xbm_read_bitmap_data, pbm_load, png_load, jpeg_load, tiff_load)
4039         (gif_load, gs_load): Use it.
4040         (lookup_image): Try loading again if previous load failed.
4041         (xbm_read_bitmap_data): Add a new argument, a pointer to the frame
4042         to display in, NULL if none.
4043         (xbm_load_image, xbm_file_p): Pass xbm_read_bitmap_data the new
4044         argument.
4046 2005-10-18  Richard M. Stallman  <rms@gnu.org>
4048         * search.c (Fstring_match): Doc fix.
4050 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4052         * macterm.c (note_mouse_movement): Use PtInRect.
4053         (XTread_socket): Also ignore mouse motion just before a button
4054         release event.  Don't process button release event when mouse is
4055         not grabbed.
4057 2005-10-16  Masatake YAMATO  <jet@gyve.org>
4059         * minibuf.c (Fdisplay_completion_list): Add new optional
4060         argument COMMON_SUBSTRING.  Bind `completion-common-substring'
4061         to the optional argument during running `completion-setup-hook'.
4063 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4065         * mac.c [TARGET_API_MAC_CARBON] (get_cfstring_encoding_from_lisp):
4066         Allow nil as argument.
4067          [TARGET_API_MAC_CARBON] (Fmac_code_convert_string): Regard nil
4068         for encoding arguments as UTF-16 in native byte order, no BOM.
4070         * macfns.c (Fx_create_frame): Add debugging code.
4071         (Fx_show_tip): Set frame pixel width and height.
4073         * macterm.c (MAC_WINDOW_NORMAL_GC): Remove macro.
4074         (FRAME_NORMAL_GC): New macro.
4075         (mac_draw_line, mac_clear_area, mac_clear_window)
4076         (mac_fill_rectangle, mac_draw_string, mac_draw_string_16)
4077         (mac_draw_image_string, mac_draw_image_string_16): Rename from
4078         XDrawLine, XClearArea, XClearWindow, XFillRectangle, XDrawString,
4079         XDrawString16, XDrawImageString, and XDrawImageString16, respectively.
4080         All uses changed.
4081         (mac_draw_line, mac_erase_rectangle, mac_clear_area)
4082         (mac_clear_window, mac_draw_bitmap, mac_draw_rectangle)
4083         (mac_invert_rectangle, mac_draw_string_common, mac_draw_string)
4084         (mac_draw_string_16, mac_draw_image_string)
4085         (mac_draw_image_string_16, mac_copy_area, mac_copy_area_with_mask)
4086         (mac_scroll_area): Drawing functions now take frame as destination.
4087         All uses changed.
4088         (mac_draw_string_common): Get port height with FRAME_PIXEL_HEIGHT.
4089         (x_draw_fringe_bitmap): Set clipping area in face->gc.
4091         * macterm.h (mac_clear_area): Add extern.
4093 2005-10-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4095         * macterm.c (note_mouse_movement, XTread_socket): Apply 2005-10-14
4096         changes for xterm.c.
4098         * w32term.c (note_mouse_movement, w32_read_socket): Likewise.
4100 2005-10-14  Kenichi Handa  <handa@m17n.org>
4102         * search.c (search_buffer): Give up BM search on case-fold-search
4103         if one of a target character has a case-equivalence of different
4104         charset even if that target charcter is an ASCII.
4106         * casefiddle.c (casify_object): Fix for the case that case
4107         conversion change the byte length.
4109 2005-10-14  Kim F. Storm  <storm@cua.dk>
4111         * xterm.c (note_mouse_movement): Return 1 if mouse moved; 0 otherwise.
4112         (handle_one_xevent): Only clear help_echo_string; restore it if
4113         note_mouse_movement didn't record any mouse movement.
4115         * xdisp.c (pos_visible_p): Convert w->hscroll to pixels before use.
4116         (remember_mouse_glyph): Clear RECT if mouse is over an image glyph.
4118         * keyboard.c (make_lispy_position): Adjust wx for left margin if ON_TEXT.
4119         (Fposn_at_x_y): Fix calculation of x coordinate.
4120         (Fposn_at_point): Return nil if point is hscrolled out of view.
4122 2005-10-13  Andreas Schwab  <schwab@suse.de>
4124         * sysdep.c (request_sigio, unrequest_sigio): Do nothing in
4125         non-interactive mode.
4127 2005-10-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4129         * xterm.c, w32term.c, macterm.c (note_mouse_movement): Undo last change.
4131 2005-10-12  Kim F. Storm  <storm@cua.dk>
4133         * xterm.c (handle_one_xevent): Clear last_mouse_glyph on mouse up/down.
4135 2005-10-12  Romain Francoise  <romain@orebokech.com>
4137         * buffer.c (init_buffer): Rename `rc' to `len' for clarity.
4139 2005-10-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4141         * xdisp.c (remember_mouse_glyph): Use MATRIX_BOTTOM_TEXT_ROW to
4142         get end of text rows.  Obtain header-line/mode-line rows directly.
4144         * xterm.c, w32term.c, macterm.c (note_mouse_movement):
4145         Restore help_echo_string if mouse is moved inside last_mouse_glyph.
4147 2005-10-12  Kim F. Storm  <storm@cua.dk>
4149         * xdisp.c (remember_mouse_glyph): New generic version based on
4150         glyph_rect and remember_mouse_glyph from xterm.c enhanced to
4151         properly handle all different window areas.
4153         * dispextern.h (remember_mouse_glyph): Add prototype.
4155         * xterm.c (glyph_rect, remember_mouse_glyph): Remove X versions.
4156         (note_mouse_movement, XTmouse_position): Use generic
4157         remember_mouse_glyph, add last_mouse_glyph arg.
4159         * w32term.c (note_mouse_movement): Fix last_mouse_glyph check.
4160         (glyph_rect, remember_mouse_glyph): Remove w32 specific versions.
4161         (note_mouse_movement, w32_mouse_position): Use generic
4162         remember_mouse_glyph, add last_mouse_glyph arg.
4164         * macterm.c (note_mouse_movement): Add call to remember_mouse_glyph.
4165         (glyph_rect, remember_mouse_glyph): Remove mac specific versions.
4166         (XTmouse_position): Adapt to use generic remember_mouse_glyph
4167         instead of pixel_to_glyph_coords.
4169         * window.c (coordinates_in_window): Fix x position for ON_RIGHT_MARGIN.
4170         Fix x position for ON_TEXT when left margin width > 0.
4172 2005-10-11  Kim F. Storm  <storm@cua.dk>
4174         * window.c (coordinates_in_window): Fix y position for ON_SCROLL_BAR.
4176         * keyboard.c (make_lispy_position): Fix buffer calculations for
4177         mouse click or movement in right fringe and the margins.
4179 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
4181         * image.c (fn_jpeg_stdio_src): Don't define it.
4182         (init_jpeg_functions): Don't initialize `fn_jpeg_stdio_src'.
4183         (our_common_init_source): Rename from `our_init_source'.
4184         (our_common_term_source): Rename from `our_term_source'.
4185         (our_memory_fill_input_buffer): Rename from
4186         `our_fill_input_buffer'.
4187         (our_memory_skip_input_data): Rename from `our_skip_input_data'.
4188         (jpeg_memory_src): Use the new names.
4189         (struct jpeg_stdio_mgr): New struct.
4190         (JPEG_STDIO_BUFFER_SIZE): New constant.
4191         (our_stdio_fill_input_buffer, our_stdio_skip_input_data)
4192         (jpeg_file_src): New functions.
4193         (jpeg_load): Use `jpeg_file_src' instead of `fn_jpeg_stdio_src'.
4195 2005-10-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4197         * macterm.c (PER_CHAR_METRIC): Remove unused macro.
4198         (fm_font_family_alist): New variable.
4199         (syms_of_macterm): Initialize and staticpro it.
4200         (decode_mac_font_name): Replace '-' in family name with '_' if it
4201         occurs just once.  Lower family name.
4202         (parse_x_font_name): Rename from x_font_name_to_mac_font_name.
4203         All uses changed.  Remove argument MF and code conversion for it.
4204         Add argument SIZE.  Rename argument MF_DECODED to FAMILY, and CS
4205         to CHARSET.  Parse font size.  Lower family name.  Return integer
4206         value for status of parsing.
4207         (init_font_name_table) [USE_ATSUI]: Use decode_mac_font_name.
4208         Don't use Fdowncase because family name is already lowered by
4209         decode_mac_font_name.
4210         (init_font_name_table): Always call decode_mac_font_name.
4211         Add pair of family name and its reference to fm_font_family_alist.
4212         (mac_clear_font_name_table): Clear fm_font_family_alist.
4213         (XLoadQueryFont): Move font size parsing part to parse_x_font_name.
4214         Lookup fm_font_family_alist to get font family reference.
4215         (XLoadQueryFont) [USE_ATSUI]: Don't use Fdowncase because family
4216         name is already lowered by parse_x_font_name.
4218 2005-10-11  Kim F. Storm  <storm@cua.dk>
4220         * xterm.c (glyph_rect): Return 0 if position is outside text area.
4222         * keyboard.c (make_lispy_position): Fix buffer position calculation for
4223         mouse click or movement in fringe.
4225 2005-10-10  Jason Rumney  <jasonr@gnu.org>
4227         * xterm.c (remember_mouse_glyph): New function.
4228         (note_mouse_movement): Use it to remember the current glyph if changed.
4229         (XTmouse_position): Fix calculation of fake glyph under mouse.
4230         Move code to calculate glyph under mouse into remember_mouse_glyph.
4232 2005-10-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4234         * emacs.c (USAGE3, standard_args): -nb => -nbi.
4236 2005-10-10  Juanma Barranquero  <lekktu@gmail.com>
4238         * frame.c (Fredirect_frame_focus): Fix typos in docstring.
4239         (next_frame, prev_frame, set_term_frame_name): Make static.
4241         * window.c (Fwindow_tree): Fix spelling.
4243 2005-10-09  Romain Francoise  <romain@orebokech.com>
4245         * window.c (Fwindow_end): Don't try to redisplay if non-interactive.
4247 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4249         * emacs.c (standard_args): Remove options -i, -itype, --icon-type.
4250         Add options -nb, --no-bitmap-icon.
4252         * xfns.c (Fx_create_frame): Make bitmapIcon have default on.
4254 2005-10-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4256         * macgui.h (MAX_CLIP_RECTS): New define.
4257         (struct _XGC): New member clip_region.
4258         (struct _XGC) [MAC_OSX && USE_ATSUI]: New members n_clip_rects and
4259         clip_rects.
4261         * macterm.c (GC_CLIP_REGION): New macro.
4262         (saved_port_clip_region): New variable.
4263         (mac_begin_clip, mac_end_clip): New functions.
4264         (XDrawLine, mac_erase_rectangle, mac_draw_bitmap, XFillRectangle)
4265         (mac_draw_rectangle, mac_draw_string_common, mac_copy_area)
4266         (mac_copy_area_with_mask, mac_scroll_area): Use them.
4267         (mac_set_clip_rectangle, mac_reset_clipping): Remove functions.
4268         [USE_ATSUI] (atsu_get_text_layout_with_text_ptr)
4269         [MAC_OS_X_VERSION_MAX_ALLOWED < 1020]: Specify kATSLineFractDisable.
4270         (mac_draw_string_common) [MAC_OSX && USE_ATSUI]: Clip to clipping
4271         rectangles stored in gc.
4272         (XFreeGC): Dispose of clipping region.
4273         (mac_set_clip_rectangles, mac_reset_clip_rectangles): New functions.
4274         (x_draw_fringe_bitmap, x_set_glyph_string_clipping)
4275         (x_draw_relief_rect, x_draw_box_rect, x_draw_stretch_glyph_string)
4276         (x_draw_glyph_string, x_clip_to_row, x_draw_hollow_cursor)
4277         (x_draw_bar_cursor): Use them.
4278         (x_set_glyph_string_clipping): Use get_glyph_string_clip_rects to
4279         get multiple clipping rectangles.
4281         * macterm.h (mac_term_init): Add types to extern.
4282         (struct mac_output): Remove members mWP and pending_menu_activation.
4283         Put members scroll_bar_foreground_pixel and
4284         scroll_bar_background_pixel in #if 0.
4285         (FRAME_MAC_WINDOW, FRAME_X_WINDOW): Use window_desc.
4287         * xfaces.c (x_create_gc, x_free_gc) [MAC_OS]: Add BLOCK_INPUT.
4288         Add debugging code.
4290 2005-10-08  Kim F. Storm  <storm@cua.dk>
4292         * window.c (window_tree, Fwindow_tree): Rename fns added 2005-10-04.
4294 2005-10-07  Kim F. Storm  <storm@cua.dk>
4296         * dispnew.c (redraw_overlapped_rows, redraw_overlapping_rows)
4297         [!HAVE_WINDOW_SYSTEM]: Don't declare them...
4298         (update_window) [!HAVE_WINDOW_SYSTEM]: ...and don't call them.
4300 2005-10-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4302         * dispextern.h (struct glyph_string): Rename member for_overlaps_p
4303         to for_overlaps.  Now occupy 3 bits.
4304         (OVERLAPS_PRED, OVERLAPS_SUCC, OVERLAPS_BOTH)
4305         (OVERLAPS_ERASED_CURSOR): New defines.
4306         (struct redisplay_interface): Add new OVERLAPS arg to member
4307         fix_overlapping_area.
4308         (x_fix_overlapping_area): Add new OVERLAPS arg.
4309         (get_glyph_string_clip_rects): Add extern.
4311         * dispnew.c (redraw_overlapping_rows):
4312         Call rif->fix_overlapping_area with new OVERLAPS arg as redrawn part.
4314         * xdisp.c: Rename member for_overlaps_p in struct glyph_string to
4315         for_overlaps.
4316         (get_glyph_string_clip_rects): New function created from
4317         get_glyph_string_clip_rect.  Set clipping rectangles according to the
4318         value of for_overlaps.  Enable to store multiple clipping rectangles.
4319         (get_glyph_string_clip_rect): Use get_glyph_string_clip_rects.
4320         (fill_composite_glyph_string, fill_glyph_string, draw_glyphs):
4321         Rename argument OVERLAPS_P to OVERLAPS.  All uses in macros changed.
4322         (x_fix_overlapping_area): Add OVERLAPS arg.  Pass it to draw_glyphs.
4323         (draw_phys_cursor_glyph): Set width of erased cursor to use it for
4324         calculating clipping rectangles later.  Call x_fix_overlapping_area
4325         with new OVERLAPS arg to draw only erased cursor area.
4326         (expose_overlaps): Call x_fix_overlapping_area with new OVERLAPS arg
4327         to draw overlaps in both preceding and succeeding rows.
4329         * xterm.c, w32term.c, macterm.c: Rename member for_overlaps_p in
4330         struct glyph_string to for_overlaps.
4332 2005-10-04  Richard M. Stallman  <rms@gnu.org>
4334         * alloc.c (refill_memory_reserve): Conditionalize the body,
4335         not the function's existence.
4337 2005-10-04  Kim F. Storm  <storm@cua.dk>
4339         * window.c (window_split_tree): New function.
4340         (Fwindow_split_tree): New defun.
4341         (syms_of_window): Defsubr it.
4343 2005-10-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4345         * macterm.c (mac_invert_rectangle): New function.
4346         (XTflash): Use it.
4348 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4350         * regex.h (re_char): Don't expose it in the interface.
4351         (re_set_whitespace_regexp): Adjust the arg's type to not use it.
4353         * regex.c (re_char): Move it back here.
4354         (re_set_whitespace_regexp): Change the arg's type to not use it.
4356         * keyboard.c (make_lispy_event): If point has moved between down and up
4357         event, make it a drag, not a click, to mirror what
4358         mouse-drag-region expects.
4360 2005-10-02  Dan Nicolaescu  <dann@ics.uci.edu>
4362         * lisp.h (fatal): Undo previous change.
4363         * term.c (fatal): Undo previous change.
4365 2005-10-01  Richard M. Stallman  <rms@gnu.org>
4367         * xfaces.c (face_color_gray_p): Colors close to black count as gray.
4369 2005-10-01  Kim F. Storm  <storm@cua.dk>
4371         * xdisp.c (try_window): Skip scroll-margin check if ZV is visible.
4373 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4375         * keyboard.c (init_keyboard) [MAC_OSX]: Don't install SIGINT handler.
4377         * macfns.c (start_hourglass): Apply 2005-05-07 change for xfns.c.
4378         (x_create_tip_frame) [GLYPH_DEBUG]: Uncomment debugging code.
4379         (Fx_create_frame, x_create_tip_frame) [USE_ATSUI]:
4380         Try ATSUI-compatible 12pt Monaco font first.
4382         * macgui.h (struct _XCharStruct): New member valid_p.
4383         (STORE_XCHARSTRUCT): Set valid_p.
4384         (struct MacFontStruct) [USE_ATSUI]: New member mac_style.
4386         * macterm.c (mac_draw_string_common, x_per_char_metric)
4387         (mac_compute_glyph_string_overhangs, init_font_name_table)
4388         (XLoadQueryFont, mac_unload_font) [USE_ATSUI]: Add ATSUI support.
4389         (atsu_get_text_layout_with_text_ptr) [USE_ATSUI]: New function.
4390         (x_draw_glyph_string_background)
4391         (x_draw_glyph_string_foreground) [MAC_OS8 && USE_ATSUI]: Don't use
4392         XDrawImageString.  Always draw background and foreground separately.
4393         (x_draw_glyph_string_foreground) [USE_ATSUI]: Don't use 8-bit
4394         functions for one-byte chars when using ATSUI-compatible fonts.
4395         (atsu_font_id_hash) [USE_ATSUI]: New variable.
4396         (syms_of_macterm) [USE_ATSUI]: Initialize and staticpro it.
4397         (XLoadQueryFont): Set min_byte1, max_byte1, min_char_or_byte2, and
4398         max_char_or_byte2 more in detail.
4399         (quit_char_comp, mac_check_for_quit_char) [MAC_OSX]: Remove functions.
4401 2005-09-30  Dan Nicolaescu  <dann@ics.uci.edu>
4403         * image.c (slurp_file, xbm_read_bitmap_data): Cast to the correct type.
4404         * xterm.c (handle_one_xevent, handle_one_xevent): Likewise.
4406         * unexelf.c (fatal): Fix prototype.
4408         * term.c (fatal): Implement using varargs.
4410         * regex.c (re_char): Move typedef ...
4411         * regex.h (re_char): ... here.
4412         (re_iswctype, re_wctype, re_set_whitespace_regexp): New prototypes.
4414         * emacs.c (malloc_set_state): Fix return type.
4415         (endif): Fix type.
4417         * lisp.h (fatal): Add argument types.
4419         * dispextern.h (fatal): Delete prototype.
4421         * systime.h (make_time): Prototype moved from ...
4422         * editfns.c (make_time): ... here.
4424         * editfns.c: Move systime.h include after lisp.h.
4425         * dired.c:
4426         * xsmfns.c:
4427         * process.c: Likewise.
4429         * alloc.c (old_malloc_hook, old_realloc_hook, old_realloc_hook):
4430         Add parameter types.
4431         (__malloc_hook, __realloc_hook, __free_hook): Fix prototypes.
4432         (emacs_blocked_free): Change definition to match __free_hook.
4433         (emacs_blocked_malloc): Change definition to match __malloc_hook.
4434         (emacs_blocked_realloc): Change definition to match __realloc_hook.
4436 2005-09-30  Romain Francoise  <romain@orebokech.com>
4438         * minibuf.c (Fread_buffer): Follow convention for reading from the
4439         minibuffer with a default value.  Doc fix.
4441 2005-09-29  Juri Linkov  <juri@jurta.org>
4443         * editfns.c (Fmessage, Fmessage_box, Fmessage_or_box):
4444         Rename argument name `string' to `format-string'.
4445         (Fformat): Doc fix.
4447 2005-09-28  Kim F. Storm  <storm@cua.dk>
4449         * image.c (gif_load): Fix size of allocated image buffer
4450         for images where a sub-image may be larger than the image's
4451         total height/width specifications.
4453 2005-09-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4455         * macgui.h (struct _XCharStruct): Each member now takes short value.
4457 2005-09-27  Dan Nicolaescu  <dann@ics.uci.edu>
4459         * xfaces.c (lookup_derived_face): Add parameter type.
4461         * xdisp.c (cursor_row_fully_visible_p): Add parameter type.
4463         * marker.c (verify_bytepos): Add parameter type.
4465         * process.c (get_operating_system_release): Move prototype ...
4467         * systime.h (get_operating_system_release): ... here.
4469         * xterm.c (handle_one_xevent): Refer to union field to match the
4470         type required by the function definition.
4471         (set_vertical_scroll_bar): Move prototype ...
4473         * xterm.h: ... here.
4475         * fns.c (internal_equal, seed_random): Fix prototypes.
4476         (internal_equal): Add missing parameter.
4478 2005-09-25  Richard M. Stallman  <rms@gnu.org>
4480         * keyboard.c (update_menu_bindings): Variable deleted.
4481         (syms_of_keyboard): Don't defvar it.
4482         (parse_menu_item): Don't test it.
4484 2005-09-23  Richard M. Stallman  <rms@gnu.org>
4486         * editfns.c (Fformat): Explicitly test for end of format string
4487         and don't use `index'.
4489 2005-09-23  Dan Nicolaescu  <dann@ics.uci.edu>
4491         * s/aix4-2.h (BROKEN_GET_CURRENT_DIR_NAME):
4492         Define BROKEN_GET_CURRENT_DIR_NAME.
4494         * sysdep.c (get_current_dir_name): Also define if
4495         BROKEN_GET_CURRENT_DIR_NAME.
4497         * m/ibmrs6000.h: Test for USG5, not USG5_4.
4499 2005-09-22  Kim F. Storm  <storm@cua.dk>
4501         * xdisp.c (message_dolog): Add warning about GC and Lisp strings.
4502         (message2): Fix commentary.  Ok to use alloca'ed memory.
4503         Still not ok to use Lisp string data (because of GC).
4504         (set_message): Add comment why GC cannot happen.
4506 2005-09-22  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4508         * macterm.c (xlfdpat_block_match_1): Fix assertion.
4509         (init_font_name_table) [TARGET_API_MAC_CARBON]: Don't add style
4510         variants for a scalable font multiple times.
4512 2005-09-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4514         * process.c (create_process) [RTU || UNIPLUS || DONT_REOPEN_PTY]:
4515         Setup slave tty options before forking.
4517 2005-09-20  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4519         * gtkutil.c (xg_set_geometry): Do a gtk_window_move if program
4520         positions have been set for the frame (as is done for frames in
4521         special-display-buffer-names).
4523 2005-09-19  Kim F. Storm  <storm@cua.dk>
4525         * editfns.c (Fformat): Don't scan past end of format string that
4526         ends in %.  Reported by: Johan Bockg\e,Ae\e(Brd.
4528 2005-09-18  Andreas Schwab  <schwab@suse.de>
4530         * window.h (struct window): Remove height_fixed_p, no longer set.
4532         * window.c (make_window): Don't initialize height_fixed_p.
4533         (window_fixed_size_p): Don't use it.
4535 2005-09-18  John Paul Wallington  <jpw@pobox.com>
4537         * data.c (Fdefalias): Signal an error if SYMBOL is not a symbol.
4539 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4541         * Makefile.in (SOME_MACHINE_OBJECTS): Undo previous change.
4543         * macfns.c (image_cache_refcount, dpyinfo_refcount) [GLYPH_DEBUG]:
4544         New variables.
4545         [TARGET_API_MAC_CARBON] (Fx_file_dialog): Don't allow multiple
4546         file selection.
4548         * sysdep.c [MAC_OS8]: Don't include stdlib.h.  Include sys/param.h.
4550 2005-09-17  Eli Zaretskii  <eliz@gnu.org>
4552         * Makefile.in (XMENU_OBJ) [!HAVE_CARBON]: Reinstate variable.
4553         (obj): Use XMENU_OBJ, not a literal xmenu.o.
4555 2005-09-16  Romain Francoise  <romain@orebokech.com>
4557         * fileio.c (syms_of_fileio) <write-region-inhibit-fsync>: Doc fix.
4559 2005-09-15  Richard M. Stallman  <rms@gnu.org>
4561         * xdisp.c (overlay_arrow_at_row): Add HAVE_WINDOW_SYSTEM conditional.
4562         (display_mode_element): Instead of `lisp_string' and `this',
4563         record `offset' and increment that.
4564         `last_offset' replaces `last'.
4566         * Makefile.in (XMENU_OBJ): Variable deleted.
4567         (obj): Use xmenu.o unconditionally.
4568         (SOME_MACHINE_OBJECTS): Delete xmenu.o.
4570         * emacs.c (main): Don't conditionalize syms_of_xmenu on HAVE_XMENU.
4572 2005-09-15  Kim F. Storm  <storm@cua.dk>
4574         * xdisp.c (move_it_vertically): Don't try to fetch byte BEGV-1.
4575         (reseat_at_next_visible_line_start): Likewise (in xassert).
4577 2005-09-14  Romain Francoise  <romain@orebokech.com>
4579         * fileio.c (write_region_inhibit_fsync): New variable.
4580         (Fwrite_region): Use it to skip call to fsync.
4581         (syms_of_fileio): Initialize it.
4583 2005-09-14  Kenichi Handa  <handa@m17n.org>
4585         * coding.c (code_convert_region_unwind): Argument format changed.
4586         (run_pre_post_conversion_on_str): If pre-write-conversion function
4587         changed the current buffer, delete the new buffer.
4588         (run_pre_write_conversin_on_c_str): Likewise.
4590         * fileio.c (Fexpand_file_name): Check multibyteness of
4591         default_directory.
4593 2005-09-13  Kenichi Handa  <handa@m17n.org>
4595         * composite.c (compose_chars_in_text): Delete it.
4597         * composite.h (compose_chars_in_text): Delete extern.
4599 2005-09-13  Kim F. Storm  <storm@cua.dk>
4601         * print.c (print_error_message): Fix last change.
4603 2005-09-12  Kim F. Storm  <storm@cua.dk>
4605         * composite.c (compose_chars_in_text): Fix setup of `pend'.
4606         Unconditionally reload `ptr' and `pend' after eval.
4608         * xdisp.c (message3): Pass copy of lisp string to message_dolog.
4610         * print.c (print_error_message): Pass copy of caller name to
4611         message_dolog.
4613         * fileio.c (auto_save_error): Pass copy of lisp string to message2.
4615 2005-09-12  Kenichi Handa  <handa@m17n.org>
4617         * xdisp.c (display_mode_element): Be sure to make variables THIS
4618         and LISP_STRING point into a string data of ELT.
4620 2005-09-12  Kim F. Storm  <storm@cua.dk>
4622         * editfns.c (Ftranslate_region_internal): Reload `tt' after
4623         signal_after_change that may have GC'ed.
4624         (Fmessage, Fmessage_box, Fmessage_or_box): Doc fix.
4626         * keymap.c (Fdescribe_buffer_bindings): Reload `translate'
4627         after insert while runs signal_after_change.
4629         * minibuf.c (Fminibuffer_complete_word): Move `completion_string'
4630         declaration to where it is used.
4632         * w32.c (check_windows_init_file): Fix allocation of error buffer.
4634         * xfns.c (x_encode_text): Declare static.  Add FREEP arg.
4635         (x_set_name_internal): Call x_encode_text with new FREEP arg to
4636         know if xfree is needed instead of guessing.
4638         * xterm.h (x_encode_text): Remove prototype.
4640 2005-09-11  Chris Prince  <cprince@gmail.com>  (tiny change)
4642         * w32term.c (x_bitmap_icon): Load small icons too.
4644 2005-09-10  Romain Francoise  <romain@orebokech.com>
4646         * buffer.c (init_buffer): Grow buffer to add directory separator
4647         and terminal zero.  Fix typos.
4649 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
4651         * buffer.c (init_buffer): Fix error message for failed call to
4652         get_current_dir_name.
4653         (get_current_dir_name): Remove prototype.
4655         * xsmfns.c (get_current_dir_name): Remove prototype.
4657         * lisp.h (get_current_dir_name) [!HAVE_GET_CURRENT_DIR_NAME]:
4658         Add prototype.
4660         * sysdep.c [WINDOWSNT]: Add prototype for getwd.
4661         Don't #undef NULL after including blockinput.h.
4663         * config.in: Regenerated.
4665 2005-09-10  Giuseppe Scrivano  <gscrivano@gmail.com>
4667         Remove the MAXPATHLEN limitations:
4669         * sysdep.c (get_current_dir_name) [!HAVE_GET_CURRENT_DIR_NAME]:
4670         New function.
4672         * buffer.c (init_buffer): Use it.
4674         * xsmfns.c (smc_save_yourself_CB): Ditto.
4676 2005-09-09  Kim F. Storm  <storm@cua.dk>
4678         * doc.c (Fsubstitute_command_keys): Lookup key binding for
4679         commands that are remapped from some other command.
4681         * xdisp.c (try_window_reusing_current_matrix): Clear mode_line_p
4682         flag in disabled rows below the window.
4684         * frame.h (struct frame): New member updated_p.
4686         * xdisp.c (redisplay_internal): Mark updated frames in new updated_p
4687         member.  Remove local `updated' array and associated variables.
4689 2005-09-07  Kim F. Storm  <storm@cua.dk>
4691         * xdisp.c (handle_display_prop): Respect overlay window property.
4693         * xdisp.c (try_window): Remove superfluous cursor_height calculation.
4694         Fixes crash reported by YAMAMOTO Mitsuharu.
4696 2005-09-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4698         * macterm.c (struct xlfdpat_block, struct xlfdpat): New structs.
4699         (xlfdpat_destroy, xlfdpat_create, xlfdpat_exact_p)
4700         (xlfdpat_block_match_1, xlfdpat_match): New functions.
4701         (xlfdpat_block_match): New macro.
4702         (mac_to_x_fontname): Don't use tolower for non-ASCII characters.
4703         (x_font_name_to_mac_font_name): Set coding.dst_multibyte to 0.
4704         (add_font_name_table_entry): Increase font_name_table_size more
4705         rapidly.
4706         (mac_c_string_match): Remove function.
4707         (mac_do_list_fonts): Use XLFD pattern match instead of regular
4708         expression match.
4710         * xfaces.c (xstrlwr): Don't use tolower for non-ASCII characters.
4712 2005-09-03  Richard M. Stallman  <rms@gnu.org>
4714         * xdisp.c (redisplay_internal): Make UPDATED as long as needed.
4715         (move_it_in_display_line_to): Stop after last char on line even
4716         on a windowing terminal, if that's the specified stop position.
4718         * fns.c (Fsort): Doc fix.
4720         * editfns.c (Fpropertize): Don't insist that properties be symbols.
4722 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4724         * dired.c (directory_files_internal_unwind, directory_files_internal)
4725         (file_name_completion): Use a Save_Value object rather than a cons of
4726         two 16bit ints to store the DIR*.
4727         (directory_files_internal, file_name_completion): Handle both EINTR and
4728         EAGAIN consistently after `readdir'.
4730 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4732         * intervals.c (update_interval): Add position info in error.
4734         * dispnew.c (window_to_frame_hpos, update_window):
4735         Avoid gcc warning about unused variable `f'.
4737 2005-08-31  Jason Rumney  <jasonr@gnu.org>
4739         * w32menu.c (add_menu_item): If unicode_append_menu returns an
4740         error, revert to using AppendMenu.
4742 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4744         * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN): Remove argument.
4745         All uses changed.
4746         [MAC_OS] (XPutPixel, XGetPixel): Add efficient versions for common
4747         cases.
4748         (x_create_x_image_and_pixmap) [MAC_OS]: Don't call x_destroy_x_image.
4749         [MAC_OS] (find_image_fsspec) [!MAC_OSX]: Don't use FSRef.
4750         Use posix_pathname_to_fsspec.
4751         [MAC_OS] (xpm_load_image): Fill in background_transparent field
4752         while we have mask.
4754         * macgui.h [!TARGET_API_MAC_CARBON] (GetPixDepth): New define.
4756         * macterm.h (PIX_MASK_DRAW, PIX_MASK_RETAIN): Move defines to image.c.
4758 2005-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4760         * syntax.c (update_syntax_table): Properly reproduce the special +1
4761         setting of e_property at the end of the buffer when bumping into the
4762         INTERVALS_AT_ONCE limit.
4764 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
4766         * emacs.c (USAGE1): Fix the description of the -Q option.
4768 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4770         * xdisp.c (pos_visible_p): Yet another int/Lisp_Object mixup (YAILOM).
4772 2005-08-26  Kim F. Storm  <storm@cua.dk>
4774         * xdisp.c (resize_mini_window): Fix 2005-08-20 change.
4775         Don't move PT to new window start.
4777 2005-08-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4779         * keyboard.c (kbd_buffer_get_event) [MAC_OS]: Make events for
4780         ICONIFY/DEICONIFY_EVENT.
4782         * macterm.c (mac_copy_area, mac_copy_area_with_mask):
4783         Restore background color.
4784         (mac_handle_visibility_change): New function.
4785         (x_make_frame_invisible, x_iconify_frame)
4786         (XTread_socket) [!USE_CARBON_EVENTS]: Use it.
4787         [USE_CARBON_EVENTS] (mac_handle_window_event)
4788         (install_window_handler): Handle visibility change events.
4789         (x_make_frame_visible): Don't reposition window if it is iconified
4790         or asked for visible before.  Select and uncollapse window when it
4791         is made visible.
4792         (x_make_frame_invisible): Don't reset x_highlight_frame.
4793         (x_iconify_frame): Likewise.  Make invisible frame visible before
4794         it is iconified.
4795         (read_socket_inev): Move variable outside #if USE_CARBON_EVENTS.
4796         (do_window_update): Don't change visibility of invisible frame.
4798 2005-08-22  Juri Linkov  <juri@jurta.org>
4800         * term.c (turn_on_face): Check for TS_set_foreground and
4801         TS_set_background depending on standout_mode.  Simplify.
4803 2005-08-21  Kim F. Storm  <storm@cua.dk>
4805         * fringe.c (update_window_fringes): Only put TOP and BOTTOM
4806         bitmaps on fully visible rows.
4808         * fringe.c (update_window_fringes): Replace FORCE_P arg with
4809         KEEP_CURRENT_P arg; if non-zero, don't update current row fringes,
4810         and return 0.
4812         * xdisp.c (redisplay_window): Call update_window_fringes with
4813         KEEP_CURRENT_P non-0 if we are going to refresh fringes later.
4815 2005-08-20  Richard M. Stallman  <rms@gnu.org>
4817         * xdisp.c (display_echo_area_1): Get display start pos from w->start.
4818         (resize_mini_window): Set w->start, and PT, so as to display the tail
4819         end of the buffer, if it doesn't all fit.
4821 2005-08-18  Kim F. Storm  <storm@cua.dk>
4823         * xdisp.c (calc_pixel_width_or_height): Use actual display
4824         resolution when available instead of Vdisplay_pixels_per_inch.
4826 2005-08-17  Kim F. Storm  <storm@cua.dk>
4828         * xdisp.c (pos_visible_p): Adjust X value if window is hscrolled.
4830         * dispnew.c (buffer_posn_from_coords): Check that target row is
4831         within matrix.
4833 2005-08-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4835         * xterm.c (x_wm_set_icon_pixmap): Move GTK specific code to
4836         xg_set_frame_icon and call it.
4838         * gtkutil.c (xg_set_frame_icon): New function.
4840         * gtkutil.h (xg_set_frame_icon): Declare it.
4842 2005-08-16  Kim F. Storm  <storm@cua.dk>
4844         * dispnew.c (increment_row_positions): Skip non-enabled rows.
4846         * window.c (SAVED_WINDOW_VECTOR_SIZE): Remove dangerous define.
4847         (Fcurrent_window_configuration): Use VECSIZE macro instead.
4849 2005-08-15  Richard M. Stallman  <rms@gnu.org>
4851         * xdisp.c (message3_nolog): Clear echo_message_buffer.
4853 2005-08-15  Kim F. Storm  <storm@cua.dk>
4855         * lisp.h (QUIT) [!SYNC_INPUT]: Throw t to Vthrow_on_input.
4857         * process.c (deactivate_process, status_notify, read_process_output)
4858         (update_status, status_convert, decode_status, allocate_pty)
4859         (make_process, remove_process, list_processes_1)
4860         (create_process_1, unwind_request_sigio, read_process_output)
4861         (send_process, keyboard_bit_set): Declare static.
4862         (Fdelete_process): Simplify.  Pass process to status_notify, so we
4863         don't try to read output from it.
4864         (status_notify): New arg deleting_process--don't try to read
4865         output from that process.
4867         * lisp.h (deactivate_process, status_notify, read_process_output):
4868         Remove prototypes.
4870 2005-08-14  Richard M. Stallman  <rms@gnu.org>
4872         * image.c (syms_of_image): Init Qxbm, Qpbm before calling
4873         define_image_type.
4875 2005-08-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4877         * gtkutil.c (xg_get_pixbuf_from_pix_and_mask): New function.
4878         (xg_get_image_for_pixmap): Move some code to
4879         xg_get_pixbuf_from_pix_and_mask, and call it.
4881         * gtkutil.h (xg_get_pixbuf_from_pix_and_mask): Declare.
4883         * xterm.c (x_wm_set_icon_pixmap): Call xg_get_pixbuf_from_pix_and_mask
4884         to get an GTK icon and set it with GTK functions to avoid having GTK
4885         override an icon set with just X functions.
4887 2005-08-11  Richard M. Stallman  <rms@gnu.org>
4889         * image.c (syms_of_image): Init image_types here, and call
4890         define_image_type.
4891         (init_image): Not here.
4893 2005-08-09  Richard M. Stallman  <rms@gnu.org>
4895         * bytecode.c (BYTE_CODE_QUIT): Throw t to Vthrow_on_input.
4897         * lisp.h (QUIT): Throw t to Vthrow_on_input.
4899 2005-08-09  Thien-Thi Nguyen  <ttn@gnu.org>
4901         * floatfns.c (Fexpt): Use floats for negative exponent.
4903 2005-08-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4905         * gtkutil.c (xg_modify_menubar_widgets): Remove semicolon that
4906         should not be there, causing menu display errors with GTK 2.6.9.
4908 2005-08-07  Richard M. Stallman  <rms@gnu.org>
4910         * floatfns.c (Fexpt): Undo previous change.
4912         * dispnew.c (Fframe_or_buffer_changed_p): Take an arg
4913         so it can be used with various state vectors.
4915         * emacs.c (endif): Convert -script into -scriptload.
4916         (standard_args): Add -scriptload.  Allow -basic-display with one dash.
4918         * fns.c (syms_of_fns): Add `emacs' to features.
4920         * term.c (set_terminal_modes): If no TS_termcap_modes string,
4921         output newlines to scroll the old screen contents off the screen.
4923 2005-08-06  Thien-Thi Nguyen  <ttn@gnu.org>
4925         * floatfns.c (Fexpt): Use floats for negative exponent.
4926         Reported by D Goel.
4928 2005-08-02  Richard M. Stallman  <rms@gnu.org>
4930         * frame.c (Fframe_char_width): Doc fix.
4932 2005-07-30  Juanma Barranquero  <lekktu@gmail.com>
4934         * xdisp.c (syms_of_xdisp) <redisplay-end-trigger-functions>:
4935         Defvar it.
4937 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
4939         * w32fns.c (my_set_window_pos, my_show_window): Don't declare.
4940         (my_create_window, my_create_tip_window): Make static.
4942         * w32term.c (my_show_window, my_set_window_pos, my_set_focus)
4943         (my_set_foreground_window, my_destroy_window): Make static.
4945 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
4947         Merge gnulib getopt implementation into Emacs.
4949         * s/cygwin.h (C_SWITCH_SYSTEM): Remove, since gettext.h is
4950         now part of lib-src.
4952 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4954         * eval.c (Fdefvar): Allow (defvar enable-multibyte-characters).
4956 2005-07-25  Jason Rumney  <jasonr@gnu.org>
4958         * w32menu.c (w32_menu_display_help): Suppress tooltip when
4959         navigating menus with the keyboard.
4961 2005-07-23  Richard M. Stallman  <rms@gnu.org>
4963         * insdel.c (syms_of_insdel): staticpro combine_after_change_buffer.
4965         * bytecode.c (MAYBE_GC): Test gc_cons_threshold and
4966         gc_relative_threshold, one by one.
4968         * keyboard.c (read_char): Test gc_cons_threshold.
4969         (syms_of_keyboard): staticpro Qecho_area_clear_hook.
4971         * eval.c (Feval, Ffuncall): Test gc_cons_threshold and
4972         gc_relative_threshold, one by one.
4974         * alloc.c (gc_cons_threshold): Not static.
4975         (gc_cons_combined_threshold): Var deleted.
4976         (gc_relative_threshold): New variable.
4977         (Fgarbage_collect, init_alloc_once): Compute gc_relative_threshold
4978         instead of gc_cons_combined_threshold.
4980         * lisp.h (gc_cons_threshold, gc_relative_threshold): Declare.
4981         (gc_cons_combined_threshold): Declaration deleted.
4983 2005-07-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4985         * mac.c: Don't include stdlib.h or string.h.
4986         (Fdo_applescript, Fmac_file_name_to_posix)
4987         (Fmac_file_name_to_posix): Doc fixes.
4988         [TARGET_API_MAC_CARBON] (Fmac_get_preference)
4989         (Fmac_code_convert_string): Likewise.
4990         [MAC_OSX] (init_mac_osx_environment): Fall back on terminal mode
4991         if the executable is not contained in a bundle.
4993         * macfns.c: Don't include stdlib.h or string.h.  Include atimer.h.
4994         (gray_width, gray_height): Remove defines.
4995         (gray_bits, gray_bitmap_width, gray_bitmap_height)
4996         (gray_bitmap_bits): Remove variables.
4997         (lispy_function_keys): Remove extern.
4998         (free_frame_menubar): Add extern.
4999         (x_window_to_frame): Remove function.
5000         (unwind_create_tip_frame): Add declaration.
5001         (x_set_name_internal): New function.
5002         (x_set_name, x_set_title): Use it.
5003         (Fx_create_frame, Fx_display_grayscale_p, Fx_display_pixel_width)
5004         (Fx_display_pixel_height, Fx_display_planes)
5005         (Fx_display_color_cells, Fx_server_max_request_size)
5006         (Fx_server_vendor, Fx_server_version, Fx_display_screens)
5007         (Fx_display_mm_height, Fx_display_mm_width)
5008         (Fx_display_backing_store, Fx_display_visual_class)
5009         (Fx_display_save_under, Fx_synchronize, Fx_show_tip): Doc fixes.
5011         * macmenu.c (Fx_popup_menu, Fx_popup_dialog): Doc fixes.
5013         * macselect.c (Fx_own_selection_internal): Follow error conventions.
5014         (Fx_get_selection_internal, Fx_selection_owner_p)
5015         (Fx_selection_exists_p): Doc fixes.
5016         (syms_of_macselect) <selection-converter-alist>: Likewise.
5018 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
5020         * buffer.c (syms_of_buffer) <cursor-type>: Doc fix.
5022         * ccl.c (Fregister_ccl_program): Fix typos in docstring.
5023         (Fccl_execute_on_string): Likewise; add usage info.
5025         * composite.c (Fcompose_region_internal)
5026         (Fcompose_string_internal):
5027         Improve argument/docstring consistency.
5029         * minibuf.c (Fminibuffer_prompt_end, Feval_minibuffer):
5030         Fix typos in docstrings.
5032         * textprop.c (Fnext_char_property_change)
5033         (Fprevious_char_property_change): Doc fixes.
5035         * window.c (Fset_window_margins, Fset_window_fringes):
5036         Improve argument/docstring consistency.
5038         * xfaces.c (Finternal_lisp_face_p): Doc fix.
5040 2005-07-21  Andreas Schwab  <schwab@suse.de>
5042         * eval.c (restore_stack_limits): Return a value.
5044 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
5046         * eval.c (Fdefvar): Doc fix.
5048 2005-07-20  Kim F. Storm  <storm@cua.dk>
5050         * fileio.c (Fdo_auto_save, do_auto_save_unwind):
5051         Use make_save_value to unwind protect stream.
5053         * lread.c (Fload, load_unwind):
5054         Use make_save_value to unwind protect stream.
5056 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
5058         * eval.c (Fprog2, Fcalled_interactively_p),
5059         (syms_of_eval) <debug-on-quit>: Doc fixes.
5060         (syms_of_eval) <max-specpdl-size>:
5061         (Finteractive_p): Fix typos in docstrings.
5063 2005-07-19  Kim F. Storm  <storm@cua.dk>
5065         * w32fns.c (Vx_hand_shape): Variable removed.
5066         (syms_of_w32fns): Intern and staticpro Qw32_charset_default.
5068 2005-07-19  Kenichi Handa  <handa@m17n.org>
5070         * fns.c (Fstring_as_multibyte): Escape backslashes in the docstring.
5072 2005-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5074         * buffer.h (Fgenerate_new_buffer_name): Declare (for use in coding.c).
5076 2005-07-18  Kim F. Storm  <storm@cua.dk>
5078         * frame.h (struct frame): New member already_hscrolled_p.
5080         * xdisp.c (redisplay_internal): Only try to hscroll each frame once
5081         to avoid redisplay looping hscrolling back and forth ad infinitum.
5083 2005-07-18  Juri Linkov  <juri@jurta.org>
5085         * buffer.c (scroll-up-aggressively, scroll-down-aggressively):
5086         * keymap.c (Fminor_mode_key_binding):
5087         * macterm.c (mac-emulate-three-button-mouse):
5088         Delete duplicate duplicate words.
5090 2005-07-18  Ken Raeburn  <raeburn@gnu.org>
5092         * minibuf.c (Ftest_completion): Fix odd syntax in test.
5094 2005-07-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5096         * macfns.c (x_set_cursor_color): Use XSetBackground and XSetForeground.
5098         * macgui.h (struct _XGC): New struct.
5099         (GC): Use it.
5100         (GCForeground, GCBackground, GCFont): Use X11 mask values.
5101         (XCreateGC, XParseGeometry): Move externs to macterm.h.
5103         * macterm.c (x_bitmap_icon, x_make_frame_visible): Remove declarations.
5104         (XSetFont): Add declaration.
5105         (mac_set_forecolor, mac_set_backcolor, mac_set_colors):
5106         Remove functions.
5107         (GC_FORE_COLOR, GC_BACK_COLOR, GC_FONT, MAC_WINDOW_NORMAL_GC):
5108         New defines.
5109         (XDrawLine, mac_draw_line_to_pixmap, XClearWindow)
5110         (mac_draw_bitmap, XCreatePixmapFromBitmapData, XFillRectangle)
5111         (mac_draw_rectangle, mac_draw_string_common, mac_scroll_area):
5112         Use them.
5113         (mac_erase_rectangle): New function.
5114         (XClearArea, x_draw_fringe_bitmap, x_clear_glyph_string_rect)
5115         (x_draw_stretch_glyph_string): Use it.
5116         (XChangeGC, XCreateGC, XGetGCValues, XSetForeground)
5117         (XSetBackground, XSetFont): Adjust for new GC implementation.
5118         (x_draw_fringe_bitmap, x_draw_box_rect): Use GC to set colors.
5119         (XTset_vertical_scroll_bar): Clear area under scroll bar.
5121         * macterm.h (struct mac_display_info): Change types of
5122         scratch_cursor_gc black_relief.gc, and white_relief.gc to GC.
5123         (XCreateGC, XParseGeometry): Move externs from macgui.h.
5125         * xfaces.c [MAC_OS] (XCreateGC): Remove extern.
5127 2005-07-16  Richard M. Stallman  <rms@gnu.org>
5129         * buffer.c (Fmake_overlay): Doc fix.
5131 2005-07-16  Eli Zaretskii  <eliz@gnu.org>
5133         * w32proc.c (syms_of_ntproc): staticpro Qhigh, Qlow,
5134         Vw32_valid_locale_ids, and Vw32_valid_codepages.
5136 2005-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5138         * mac.c [TARGET_API_MAC_CARBON] (Fmac_code_convert_string):
5139         Use Fstring_as_unibyte instead of string_make_unibyte.
5141 2005-07-15  Richard M. Stallman  <rms@gnu.org>
5143         * xdisp.c (select_frame_for_redisplay): Use find_symbol_value.
5145 2005-07-15  Kim F. Storm  <storm@cua.dk>
5147         * xdisp.c: Fix redisplay loop in last change.
5148         (IT_POS_VALID_AFTER_MOVE_P): New macro.
5149         (move_it_vertically_backward, move_it_by_lines): Use it.
5151 2005-07-14  Jason Rumney  <jasonr@gnu.org>
5153         * w32.c (init_environment): Default HOME directory to user's
5154         appdata directory if possible.
5156 2005-07-14  Kim F. Storm  <storm@cua.dk>
5158         * .gdbinit (pitx): Fix output format.  Print string charpos.
5160         * lread.c (syms_of_lread): Initialize seen_list.
5162         * search.c (syms_of_search): Staticpro searchbuf.whitespace_regexp.
5164         * syntax.c (syms_of_syntax): Staticpro lisp objects in gl_state.
5165         Staticpro re_match_object.
5167 2005-07-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5169         * macselect.c (get_scrap_target_type_list): Avoid NULL pointer
5170         dereference.
5172         * macterm.c (mac_window_to_frame): Remove duplicate define.
5174 2005-07-14  Kenichi Handa  <handa@m17n.org>
5176         * coding.c (code_convert_region_unwind): ARG is changed to a cons.
5177         (code_convert_region): Adjust for the above change.
5178         (set_conversion_work_buffer): If the work buffer is already in
5179         use, generate a new buffer and return it.  Otherwise return Qnil.
5180         (run_pre_post_conversion_on_str): Adjust for the above change.
5181         (run_pre_write_conversin_on_c_str): Likewise.
5183 2005-07-13  Kim F. Storm  <storm@cua.dk>
5185         * xdisp.c (start_display): Don't reseat to next visible line start
5186         if current start position is in a string or image.
5187         (move_it_vertically_backward): Be sure to move out of strings and
5188         images when moving it2 forward.
5189         (move_it_by_lines): When moving forward, move to next buffer
5190         position if we end up in a string or image.  When moving backward,
5191         count rows moved over when moving to start of current row in case
5192         row starts in middle of a string or image.  Also move further
5193         backward if we end up in a string or image.
5194         (try_cursor_movement): If overlay string spans multiple lines,
5195         move backward to set cursor on start of an overlay string.
5196         (cursor_row_p): Row is ok if cursor is at newline from string, but
5197         string starts on this line (so we always position cursor at start
5198         of string).
5200         * indent.c (Fvertical_motion): If start position is on an image,
5201         don't move back if we move too far (that's almost certain to happen).
5203         * xdisp.c (cursor_row_fully_visible_p): Allow partially visible
5204         row in minibuffer windows.
5205         (try_window): Don't check margins in minibuffer windows.
5207 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5209         * macterm.c: Don't include stdlib.h or composite.h.
5210         (x_use_underline_position_properties, last_mouse_press_frame)
5211         (x_noop_count, Qvendor_specific_keysyms): Remove unused variables.
5212         (syms_of_macterm, mac_initialize): Don't initialize them.
5213         (waiting_for_input, initial_argv, initial_argc)
5214         (Vcommand_line_args, Vx_no_window_manager, errno, window_scroll)
5215         (set_frame_menubar, path_from_vol_dir_name): Remove externs.
5216         (extra_keyboard_modifiers): Fix type in extern.
5217         (x_window_to_frame, x_window_to_scroll_bar): Remove declarations.
5218         (x_scroll_bar_report_motion): Add argument types to declaration.
5219         (mac_compute_glyph_string_overhangs): Add declaration.
5220         (disable_mouse_highlight): Remove unused variable.
5221         [USE_TOOLKIT_SCROLL_BARS] (construct_scroll_bar_click)
5222         (x_scroll_bar_handle_press, x_scroll_bar_handle_release)
5223         (x_scroll_bar_handle_drag): Remove argument `timestamp'.
5224         All callers changed.
5225         [USE_TOOLKIT_SCROLL_BARS] (construct_scroll_bar_click): Don't set
5226         timestamp.
5227         [USE_CARBON_EVENTS] (mac_handle_mouse_event): Likewise.
5228         (x_scroll_bar_create, XTset_vertical_scroll_bar): Show scroll bar
5229         only when its width is less than the height.
5230         (XTredeem_scroll_bar): Sync with xterm.c.
5231         (font_name_table, font_name_table_size, font_name_count):
5232         Make static.
5233         (drag_and_drop_file_list): Remove variable.  Previous use is now
5234         local to function.
5235         (do_ae_open_documents): Move DRAG_N_DROP event construction part
5236         from XTread_socket.
5237         (XTread_socket): Consolidate setting of event timestamp.
5238         Move DRAG_N_DROP event construction part to do_ae_open_documents.
5239         Support extra_keyboard_modifiers.
5241         * xfaces.c (try_font_list) [MAC_OS]: Try font family name
5242         beginning with that for ASCII.
5244 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5246         * alloc.c (gc_cons_combined_threshold, Vgc_cons_percentage): New vars.
5247         (Fgarbage_collect, init_alloc_once): Set gc_cons_combined_threshold.
5248         (syms_of_alloc): Declare gc-cons-percentage.
5250         * eval.c (Feval, Ffuncall):
5251         * keyboard.c (read_char):
5252         * bytecode.c (MAYBE_GC): Use gc_cons_combined_threshold.
5254         * lisp.h (gc_cons_combined_threshold): Declare.
5256 2005-07-12  Kim F. Storm  <storm@cua.dk>
5258         * coding.c (Qprocess_argument):
5259         * coding.h (Qprocess_argument): Remove unused var.
5261         * xselect.c (intern): Remove dup. intern and staticpro for QTIMESTAMP.
5263 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5265         * mac.c [!TARGET_API_MAC_CARBON]: Include charset.h, coding.h, and
5266         Endian.h.
5267         [!MAC_OSX] (fchmod, fchown): New functions.
5268         (mac_get_code_from_arg): Don't accept Lisp integer as argument.
5269         Use SBYTES and EndianU32_BtoN.
5270         (mac_get_object_from_code): Return 4 byte string even if argument
5271         is 0.  Use make_unibyte_string and EndianU32_NtoB.
5272         (Fmac_get_file_creator, Fmac_get_file_type, Fmac_set_file_creator)
5273         (Fmac_set_file_type): Fix documents and argument declarations.
5274         Don't specify kFSCatInfoNodeFlags.  Support Mac OS Classic.
5276 2005-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5278         * window.c (Frecenter): Yet another int/Lisp_Object mixup (YAILOM).
5280 2005-07-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5282         * xfaces.c (x_update_menu_appearance): Use fontSet resource for
5283         Lucid if X_I18N, font otherwise.
5285 2005-07-10  Steven Tamm  <steventamm@mac.com>
5287         * mac.c (Fmac_get_file_type, Fmac_get_file_creator): Add.
5288         (Fmac_set_file_type, Fmac_set_file_creator): Add.
5289         (mac_get_object_from_code, mac_get_code_from_arg): Add.
5291 2005-07-10  Richard M. Stallman  <rms@gnu.org>
5293         * lread.c (Qeval_buffer_list, Veval_buffer_list): New vars.
5294         (syms_of_lread): Set up eval-buffer-list.
5295         (Feval_buffer, Feval_region): Bind eval-buffer-list.
5297 2005-07-08  Richard M. Stallman  <rms@gnu.org>
5299         * eval.c (Fdefvar): Allow defvaring a constant to itself quoted.
5301 2005-07-08  Kim F. Storm  <storm@cua.dk>
5303         * keyboard.c (menu_bar_items): Don't GCPRO menu_bar_items_vector here.
5304         (syms_of_keyboard): Initialize and staticpro menu_bar_items_vector.
5306 2005-07-07  Kim F. Storm  <storm@cua.dk>
5308         * window.c (Frecenter): Fix last change (set iarg before use).
5310 2005-07-06  Richard M. Stallman  <rms@gnu.org>
5312         * window.c (Frecenter): When arg is inside the scroll margin,
5313         move it out of the margin.
5315 2005-07-06  Jason Rumney  <jasonr@gnu.org>
5317         * w32console.c (initialize_w32_display): Detect when the console
5318         dimensions are insane, and default to 80x25 instead.
5319         (w32_use_full_screen_buffer): Default to NIL.
5321 2005-07-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5323         * macterm.c (mac_draw_vertical_window_border): Use foreground of
5324         VERTICAL_BORDER_FACE_ID for vertical border line.
5325         (mac_encode_char): Call check_ccl_update in advance.
5326         (mac_to_x_fontname, x_font_name_to_mac_font_name)
5327         (init_font_name_table, mac_do_list_fonts, XLoadQueryFont):
5328         Don't assume that font family length is less than 32.
5329         (x_compute_min_glyph_bounds): Make static.
5330         (x_load_font): Never set fonts_changed_p to zero.
5332 2005-07-04  Lute Kamstra  <lute@gnu.org>
5334         * Update FSF's address in GPL notices.
5336 2005-07-03  Richard M. Stallman  <rms@gnu.org>
5338         * xdisp.c (try_window): Fix previous change in how it handles
5339         a partially-visible line or one only partly past the margin.
5341         * window.c (window_scroll_pixel_based): Take account
5342         of this_scroll_margin when finding point when scrolling up.
5344 2005-06-29  Ralf Angeli  <angeli@iwi.uni-sb.de>
5346         * window.c (window_scroll_pixel_based, window_scroll_line_based):
5347         Handle `scroll-preserve-screen-position' non-nil, non-t specially.
5348         (syms_of_window) <scroll-preserve-screen-position>: Doc fix.
5350 2005-07-02  Juri Linkov  <juri@jurta.org>
5352         * w32term.c (w32_draw_vertical_window_border): Use foreground of
5353         VERTICAL_BORDER_FACE_ID for vertical border line.
5355 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
5357         * fileio.c (Fcopy_file): Rearrange the code that calls fchown and
5358         fchmod so that chmod doesn't get called on MSDOS before the file
5359         is closed.
5361 2005-07-01  Jason Rumney  <jasonr@gnu.org>
5363         * w32term.c (cleartype_active): New flag for enabling sub-pixel
5364         workaround.
5365         (w32_initialize): Initialize it.
5366         (w32_native_per_char_metric): Allow a couple of extra pixels when
5367         Cleartype is active.
5369         * w32term.c (w32_initialize): Move check for screen reader here
5370         from syms_of_w32term.
5372 2005-06-30  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5374         * xterm.c (handle_one_xevent): bzero compose_status when nbytes
5375         is not zero.
5377 2005-07-01  Masatake YAMATO  <jet@gyve.org>
5379         * emacs.c (main): Passing ADD_NO_RANDOMIZE to `personality'.
5381 2005-06-30  Juri Linkov  <juri@jurta.org>
5383         * xdisp.c (x_draw_vertical_border): If left fringe is not present
5384         decrease x coord of vertical border by 1 pixel to not occupy text
5385         area of the right window.
5387         * xterm.c (x_draw_vertical_window_border): Use foreground of
5388         VERTICAL_BORDER_FACE_ID for vertical border line.
5390         * term.c (turn_on_face): In standout mode apply specified
5391         fg to bg, and specified bg to fg (this makes the logic of
5392         inversion on terminal consistent with X).
5394 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
5396         * eval.c (user_variable_p_eh): New function.
5397         (Fuser_variable_p): Use it.  Clarify docstring.
5398         Return t for aliases of user options, nil for alias loops.
5400 2005-06-27  Richard M. Stallman  <rms@gnu.org>
5402         * eval.c (Fdefvar): Improve error message.
5404 2005-06-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5406         * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Fix last
5407         change.
5409 2005-06-27  Juanma Barranquero  <lekktu@gmail.com>
5411         * eval.c (Fdefvar): Don't try to set constant symbols.
5413 2005-06-25  Richard M. Stallman  <rms@gnu.org>
5415         * macfns.c (Fx_show_tip): Pass new arg to try_window.
5417         * w32fns.c (Fx_show_tip): Pass new arg to try_window.
5419         * xfns.c (Fx_show_tip): Pass new arg to try_window.
5421         * xdisp.c (try_window): New arg CHECK_MARGINS.  Calls changed.
5422         (redisplay_window): Handle try_window reporting point in scroll margin.
5424         * dispextern.h (try_window): Declare new arg.
5426         * fileio.c (Fcopy_file): New arg PRESERVE_UID_GID.
5427         Use fchmod to copy the file modes.
5428         (Frename_file): Don't copy UID and GID here;
5429         instead, specify t for PRESERVE_UID_GID when calling Fcopy_file.
5431         * eval.c (call_debugger): Take full care of extending stack limits
5432         to make space for the debugger, and restore the change afterward.
5433         Bind debug-on-error to nil.
5434         (restore_stack_limits): New subroutine.
5435         (Fsignal): Extend specpdl bound along with eval depth bound,
5436         for calling edebug.  Don't do either one, for calling debugger.
5437         (find_handler_clause): Don't bind debug-on-error here.
5438         Don't unbind anything either.
5439         Temporarily advance max_specpdl_size for calling
5440         internal_with_output_to_temp_buffer.
5441         (grow_specpdl): Don't alter max_specpdl_size before signaling
5442         an error.
5443         (syms_of_eval) <max-specpdl-size>: Doc fix.
5445         * lread.c (read1): 0.0e+NaN should make a "positive" NaN.
5447 2005-06-24  Eli Zaretskii  <eliz@gnu.org>
5449         * fileio.c (Frename_file): Undo last change: no need to ifdef away
5450         chown on DOS_NT platforms.
5452         * w32.c (sys_chown): New function.
5454         * s/ms-w32.h (chown): New; define to sys_chown.
5456 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
5458         * xdisp.c (syms_of_xdisp) <nobreak-char-display>: Doc fix.
5459         (syms_of_xdisp) <void-text-area-pointer>: Doc fix.
5461         * fileio.c (Frename_file)[!DOS_NT]: Don't call chown on MSDOS/Windows.
5463 2005-06-23  Richard M. Stallman  <rms@gnu.org>
5465         * xdisp.c (get_next_display_element): Finish reversing the tests of
5466         Vnobreak_char_display.
5468         * xdisp.c (Vnobreak_char_display): Rename from Vshow_nonbreak_escape.
5469         All uses changed.
5470         (Qnobreak_space): Rename from Qno_break_space.  All uses changed.
5471         (syms_of_xdisp): Define nobreak-char-display and nobreak-space.
5473         * fileio.c (Frename_file): Preserve owner and group, if possible,
5474         when copying.
5476 2005-06-23  Juanma Barranquero  <lekktu@gmail.com>
5478         * abbrev.c (Funexpand_abbrev):
5479         * category.c (Fmake_category_set):
5480         * dispnew.c (Fsleep_for, Fsit_for):
5481         * editfns.c (Fsubst_char_in_region):
5482         * eval.c (Fdefvar, Fdefconst, Feval, Ffuncall):
5483         * frame.c (make_frame_without_minibuffer):
5484         * lread.c (read_vector):
5485         * macfns.c (check_x_frame):
5486         * process.c (Fstop_process, Fcontinue_process):
5487         * search.c (Freplace_match):
5488         * syntax.c (Fstring_to_syntax):
5489         * w32fns.c (check_x_frame, check_x_display_info):
5490         * xfaces.c (x_supports_face_attributes_p):
5491         * xselect.c (Fx_own_selection_internal): Follow error conventions.
5493         * image.c (fn_png_init_io): Don't define it.
5494         (init_png_functions) [HAVE_NTGUI]: Don't initialize fn_png_init_io.
5495         (png_read_from_file): New function, based on png_read_from_memory.
5496         (png_load): Use it, instead of fn_png_init_io.
5498 2005-06-23  Kim F. Storm  <storm@cua.dk>
5500         * search.c (Fmatch_data): Remove evaporate option.
5501         (Fset_match_data): Do not mention evaporate option in doc string.
5502         Add commentary explaining evaporate arg (for internal use only).
5503         (unwind_set_match_data): Add comment on evaporate use.
5505 2005-06-22  Miles Bader  <miles@gnu.org>
5507         * xfaces.c (Qvertical_border): Rename from `Qvertical_divider'.
5508         (realize_basic_faces, syms_of_xfaces): Update references to it.
5509         * dispextern.h (enum face_id): Rename `VERTICAL_DIVIDER_FACE_ID'
5510         to `VERTICAL_BORDER_FACE_ID'.
5511         * dispnew.c (build_frame_matrix_from_leaf_window): Update references.
5513 2005-06-21  Juri Linkov  <juri@jurta.org>
5515         * dispextern.h: Add extern Qframe_set_background_mode.
5517         * xfaces.c: Rename obsolete function Qframe_update_face_colors to
5518         Qframe_set_background_mode.
5520         * frame.c (Fmodify_frame_parameters):
5521         Call frame-set-background-mode after changing the background color
5522         on non-window non-dos branch.
5524 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
5526         * fns.c (Fchar_table_range):
5527         * process.c (Fmake_network_process): Fix spellings.
5529 2005-06-20  Kim F. Storm  <storm@cua.dk>
5531         * fns.c (Fsort): Doc fix.
5533 2005-06-20  Miles Bader  <miles@gnu.org>
5535         * xfaces.c (Qvertical_divider): New variable.
5536         (realize_basic_faces): Realize its face.
5537         (syms_of_xfaces): Initialize it.
5539         * dispextern.h (enum face_id): Add `VERTICAL_DIVIDER_FACE_ID'.
5541         * dispnew.c (build_frame_matrix_from_leaf_window): Display vertical
5542         window-separator on ttys using `vertical-divider' face by default.
5544 2005-06-17  Richard M. Stallman  <rms@gnu.org>
5546         * xdisp.c (get_next_display_element):
5547         Reverse test of Vshow_nonbreak_escape.
5549         * term.c (produce_special_glyphs): Use spec_glyph_lookup_face.
5550         (Ftty_no_underline): New function.
5551         (syms_of_term): defsubr it.
5553         * keyboard.c (read_char): Call restore_getcjmp after jump occurs.
5555         * dispnew.c (spec_glyph_lookup_face): New function.
5556         (build_frame_matrix_from_leaf_window): Use it.
5558         * dispextern.h (spec_glyph_lookup_face): Add declaration.
5560         * buffer.c (syms_of_buffer) <cursor-type>: Doc fix.
5562 2005-06-12  Richard M. Stallman  <rms@gnu.org>
5564         * keyboard.c (read_char): After catching a longjmp,
5565         call restore_getcjmp.
5567 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
5569         * xselect.c (lisp_data_to_selection_data): Fix spelling.
5571 2005-06-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5573         * macterm.c (mac_compute_glyph_string_overhangs): Don't set
5574         overhangs unless the given glyph type is noncomposite CHAR_GLYPH.
5575         [USE_CARBON_EVENTS] (mac_convert_event_ref): Convert dead key down
5576         events.
5577         (XTread_socket): Don't pass keyboard events with the option
5578         modifier to the system when Vmac_command_key_is_meta is nil or
5579         Vmac_option_modifier is non-nil.
5580         [USE_CARBON_EVENTS] (read_socket_inev): New variable.
5581         [USE_CARBON_EVENTS] (init_command_handler): Fix argument.
5582         [USE_CARBON_EVENTS] (mac_handle_mouse_event): New Carbon event
5583         handler function.
5584         (install_window_handler) [USE_CARBON_EVENTS]: Install it.
5585         (XTread_socket) [USE_CARBON_EVENTS]: Move mouse wheel event
5586         handler part to mac_handle_mouse_event.
5588 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
5590         * eval.c (Fdefvaralias): Rename arguments SYMBOL and ALIASED to
5591         NEW-ALIAS and BASE-VARIABLE, respectively.
5593 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5595         * xdisp.c (note_mode_line_or_margin_highlight): Lisp_Object/int mixup.
5596         (get_phys_cursor_geometry, format_mode_line_unwind_data)
5597         (get_line_height_property, x_produce_glyphs): Remove unused vars.
5599         * coding.c (run_pre_post_conversion_on_str): Remove unused var `buf'.
5601 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
5603         * w32term.c (x_use_underline_position_properties): New variable.
5604         (x_draw_glyph_string): Remind in a comment to change doc string of
5605         x-use-underline-position-properties if/when underline positioning
5606         is implemented.
5607         (syms_of_w32term): DEFVAR_BOOL x-use-underline-position-properties,
5608         and initialize it to nil.
5610 2005-06-12  Jason Rumney  <jasonr@gnu.org>
5612         * w32fns.c (NEWOPENFILENAME): New struct.
5613         (Fx_file_dialog): Use it to trick the system into giving us up to
5614         date dialogs on systems that are documented to support it.
5615         Do not set OFN_FILEMUSTEXIST flag if looking for a directory.
5617 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
5619         * w32fns.c (w32_abort): Use the MB_YESNO dialog instead of
5620         MB_ABORTRETRYIGNORE.  Never return, even if DebugBreak does.
5622 2005-06-11  Eli Zaretskii  <eliz@gnu.org>
5624         * image.c (x_create_x_image_and_pixmap) [HAVE_NTGUI]: Cast 4th arg
5625         to CreateDIBSection to avoid a compiler warning.
5626         (pbm_load): Cast 3rd arg to IMAGE_BACKGROUND to avoid a compiler
5627         warning.
5628         (png_load): Cast return values of fn_png_create_read_struct and
5629         fn_png_create_info_struct, to avoid compiler warnings on W32.
5630         Cast 3rd arg to IMAGE_BACKGROUND and image_background_transparent
5631         to avoid compiler warnings.
5632         (jpeg_load): Cast return value of fn_jpeg_std_error to avoid a
5633         compiler warning on W32.  Cast 3rd arg to IMAGE_BACKGROUND to
5634         avoid a compiler warning.
5635         (tiff_load): Cast return values of fn_TIFFOpen and
5636         fn_TIFFClientOpen to avoid compiler warning on W32.  Cast 3rd arg
5637         to IMAGE_BACKGROUND to avoid a compiler warning.
5638         (gif_load): Cast return values of fn_DGifOpenFileName and
5639         fn_DGifOpen to avoid compiler warnings on W32.  Cast 3rd arg to
5640         IMAGE_BACKGROUND to avoid a compiler warning.
5641         (DrawText) [HAVE_NTGUI || MAC_OS]: If already defined, undef
5642         before redefining.
5644         * w32bdf.c (create_offscreen_bitmap): Cast `bitsp' to `void **' in
5645         the call to CreateDIBSection, to avoid a compiler warning.
5647 2005-06-11  Jason Rumney  <jasonr@gnu.org>
5649         * w32fns.c (Fx_file_dialog): Unblock input before falling back to
5650         minibuffer.
5651         * macfns.c (Fx_file_dialog): Likewise.
5653 2005-06-10  Eli Zaretskii  <eliz@gnu.org>
5655         * makefile.w32-in ($(TEMACS)): Depend on addsection.exe.
5657 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
5659         * process.c (syms_of_process) [ADAPTIVE_READ_BUFFERING]:
5660         * w32fns.c (syms_of_w32fns): Fix spellings.
5662 2005-06-10  Eli Zaretskii  <eliz@gnu.org>
5664         * unexw32.c (COPY_CHUNK, COPY_PROC_CHUNK): Add a new argument
5665         `verbose'; print diagnostic messages only if it is non-zero.
5666         All callers changed to pass a zero value unless DEBUG_DUMP is defined
5667         in the environment.
5668         (copy_executable_and_dump_data): Print section names with %.8s.
5670 2005-06-10  Masatake YAMATO  <jet@gyve.org>
5672         * xdisp.c (note_mode_line_or_margin_highlight): Call clear_mouse_face
5673         when mouse_face is not given.
5675 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
5677         * window.c (Fselect_window): Adapt call to Fselect_frame.
5679         * lisp.h: Update EXFUN of Fselect_frame.
5681         * keyboard.c (command_loop_1): Adapt call to Fselect_frame.
5683         * frame.c (Fhandle_switch_frame, Fselect_frame): Delete unused arg
5684         no_enter.
5685         (Fset_mouse_position, Fset_mouse_pixel_position, Ficonify_frame):
5686         Adapt to above change.
5688 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
5690         * fns.c (Fmemq, Fmaphash): Doc fixes.
5692 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
5694         * xfaces.c (Fdisplay_supports_face_attributes_p):
5695         Fix typo in docstring.
5697 2005-06-08  Steven Tamm  <steventamm@mac.com>
5699         * unexmacosx.c (copy_data_segment): Copy __la_sym_ptr2 section
5700         used by gcc4 on intel mac.
5702 2005-06-09  Kim F. Storm  <storm@cua.dk>
5704         * search.c (Fmatch_data): Add optional RESEAT arg.  Unchain markers
5705         in REUSE list if non-nil; free them if equal to evaporate.
5706         (Fset_match_data): Add optional RESEAT arg.  Unchain markers in LIST
5707         if non-nil; free them if equal to evaporate.  Use XCAR/XCDR.
5708         (restore_search_regs): Rename from restore_match_data.  Uses changed.
5709         (unwind_set_match_data): New function.
5710         (record_unwind_save_match_data): New function like save-match-data.
5712         * lisp.h (Fmatch_data, Fset_match_data): Fix EXFUN.
5713         (record_unwind_save_match_data): Add prototype.
5714         (restore_search_regs): Rename from restore_match_data.
5716         * composite.c (compose_chars_in_text):
5717         * eval.c (do_autoload):
5718         * macmenu.c (set_frame_menubar):
5719         * process.c (read_process_output, exec_sentinel):
5720         * xmenu.c (set_frame_menubar):
5721         * xdisp.c (prepare_menu_bars, update_menu_bar, update_tool_bar):
5722         * w32menu.c (set_frame_menubar):
5723         Use record_unwind_save_match_data.
5725 2005-06-08  Richard M. Stallman  <rms@gnu.org>
5727         * xdisp.c (get_next_display_element): Alter previous change:
5728         Distinguish Vshow_nonbreak_escape = t or not t.
5729         For t, use escape_glyph once again, as before previous change.
5730         Use space or hyphen for display, instead of the non-ASCII char.
5731         (syms_of_xdisp) <show-nonbreak-escape>: Doc fix.
5733         * process.c (Fstart_process): Don't touch command_channel_p slot.
5735         * process.h (struct process): Delete command_channel_p.
5737 2005-06-07  Masatake YAMATO  <jet@gyve.org>
5739         * xdisp.c (note_mode_line_or_margin_highlight):
5740         Check the overlapping of re-rendering area to avoid flickering.
5741         (note_mouse_highlight): Call clear_mouse_face if PART
5742         is not ON_MODE_LINE nor ON_HEADER_LINE.
5744 2005-06-07  Kim F. Storm  <storm@cua.dk>
5746         * process.c: Improve commentary for adaptive read buffering.
5748 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5750         * xterm.c (x_create_toolkit_scroll_bar): Use XtNarrowScrollbars
5751         if available.
5753 2005-06-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5755         * macmenu.c (menu_quit_handler, install_menu_quit_handler):
5756         New functions for popping down menus on C-g.
5757         (set_frame_menubar, mac_menu_show): Call install_menu_quit_handler.
5759         * macterm.c: Make mac_quit_char_modifiers and mac_quit_char_keycode
5760         non-static.
5762         * config.in: Add HAVE_CANCELMENUTRACKING.
5764 2005-06-06  Eli Zaretskii  <eliz@gnu.org>
5766         * w32heap.h (OFFSET_TO_RVA, RVA_TO_OFFSET, RVA_TO_PTR): Remove macros.
5768         * unexw32.c (RVA_TO_PTR): Move here from w32heap.h.
5770         * w32proc.c (RVA_TO_PTR): New macro.
5772         * w32heap.c (RVA_TO_PTR): No need to #undef now.
5774         * makefile.w32-in ($(BLD)/emacs.$(O), $(BLD)/w32select.$(O)):
5775         Depend on w32heap.h.
5777 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
5779         * keyboard.c (command_loop_1): Update Vthis_original_command.
5781 2005-06-06  Richard M. Stallman  <rms@gnu.org>
5783         * xmenu.c (popup_get_selection): Undo previous change.
5785 2005-06-06  Juri Linkov  <juri@jurta.org>
5787         * xdisp.c (Qno_break_space): New variable.
5788         (syms_of_xdisp): Initialize it.
5789         (get_next_display_element): Add no-break space and soft hypen
5790         codes for iso8859-2 and iso8859-5.  Don't add `\' for them.
5791         Use `no-break-space' face for no-break spaces.
5793 2005-06-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5795         * window.c (delete_window): Handle the case where a h/vchild has
5796         a h/vchild.
5798 2005-06-05  Eli Zaretskii  <eliz@gnu.org>
5800         * w32.c (sys_setsockopt): Change arg 4 to `const void *'.  In the
5801         call to pfn_setsockopt, cast optval to `const char *'.
5803 2005-06-04  Eli Zaretskii  <eliz@gnu.org>
5805         * w32.c (gettimeofday): Use struct _timeb, not struct timeb.
5806         (open_unc_volume): Cast return value of map_w32_filename, to avoid
5807         compiler warnings.
5809         * s/ms-w32.h (fileno): Don't define if already defined.
5811         * emacs.c: Include w32heap.h, to avoid compiler warning about sbrk.
5813         * makefile.w32-in (DOC): Define to point to the generated DOC-X.
5815 2005-06-04  Richard M. Stallman  <rms@gnu.org>
5817         * xmenu.c (popup_get_selection): Click not in menu deactivates menu.
5819 2005-06-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5821         * macmenu.c (cleanup_popup_menu): New function.
5822         (Fx_popup_menu): Unwind protect cleanup_popup_menu in case
5823         mac_menu_show Quit:s.
5824         (mac_menu_show): Quit on cancel if not popped up on click (i.e.
5825         a dialog).
5827 2005-06-04  Kim F. Storm  <storm@cua.dk>
5829         * coding.c (decode_coding_string): Handle CODING_FINISH_INTERRUPT.
5831         * callproc.c (Fcall_process): Don't use alloca to gradually
5832         increase size of buf, as it effectively uses twice the necessary
5833         space on the stack.  Instead, pre-allocate buf of full size, and
5834         gradually increase the read size.
5836         * bytecode.c (BYTE_CODE_QUIT): Check Vthrow_on_input.
5838         * eval.c (unbind_to): Preserve value of Vquit_flag.
5840         * xterm.c (handle_one_xevent): Also ignore mouse motion just
5841         before a button release event.
5843 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
5845         * xfaces.c (Finternal_lisp_face_equal_p): Really report
5846         on faces in a frame, if the argument FRAME is non-nil.
5847         Improve argument/docstring consistency.
5849 2005-06-02  Kim F. Storm  <storm@cua.dk>
5851         * xdisp.c (MODE_LINE_NOPROP_LEN): New macro.
5852         (x_consider_frame_title, Fformat_mode_line): Save offset into
5853         mode_line_noprop_buf rather than pointer, in case buffer is relocated.
5855 2005-06-01  Kim F. Storm  <storm@cua.dk>
5857         * fns.c (mapcar1): Maybe exit loop if original sequence was modified.
5859 2005-06-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5861         * macterm.c (mac_to_x_fontname, mac_do_list_fonts): Set XLFD
5862         resolution fields for scalable fonts to 0.
5864         * xfaces.c (build_scalable_font_name): Round pixel size to the
5865         nearest integer.
5867 2005-06-01  Kim F. Storm  <storm@cua.dk>
5869         * xdisp.c (display_mode_line): Support nested calls to redisplay
5870         and format-mode-line.  Set mode_line_target to MODE_LINE_DISPLAY.
5872 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5874         * fileio.c (Finsert_file_contents):
5875         * xdisp.c (note_mode_line_or_margin_highlight): Lisp_Object/int mixup.
5877 2005-05-31  Kim F. Storm  <storm@cua.dk>
5879         * xdisp.c (mode_line_noprop_buf, mode_line_noprop_buf_end)
5880         (mode_line_noprop_ptr): Rename from frame_title_*.
5881         (store_mode_line_noprop_char): Rename from store_frame_title_char.
5882         (store_mode_line_noprop): Rename from store_frame_title.
5883         (mode_line_target): New enum to specify current output target
5884         for mode line formatting.
5885         (display_mode_element): Test it rather than frame_title_ptr and
5886         mode_line_string_list to determine where output should go.
5887         (mode_line_proptrans_alist, mode_line_string_alist): Make static.
5888         (Vmode_line_unwind_vector): New variable.
5889         (format_mode_line_unwind_data, unwind_format_mode_line):
5890         New functions for unwind protection in mode line formatting.
5891         (x_consider_frame_title): Use them and new local var 'title_start'
5892         to support nested calls to format-mode-line and redisplay.
5893         Set mode_line_target to MODE_LINE_TITLE.
5894         (Fformat_mode_line): Use them and new local var 'string_start' to
5895         support nested calls to format-mode-line and redisplay.
5896         Set mode_line_target to MODE_LINE_NOPROP or MODE_LINE_STRING.
5897         Don't trim trailing dashes.
5898         (decode_mode_spec): Don't make infinite number of trailing dashes
5899         for MODE_LINE_NOPROP and MODE_LINE_STRING targets.
5900         (syms_of_xdisp): Initialize and staticpro mode_line_string_face,
5901         mode_line_string_face_prop, and Vmode_line_unwind_vector.
5902         (init_xdisp): Initialize mode_line_noprop_ptr to start of _buf.
5903         Initialize mode_line_target to MODE_LINE_DISPLAY.
5905 2005-05-29  Richard M. Stallman  <rms@gnu.org>
5907         * buffer.c (Fbuffer_local_value): Call indirect_variable.
5909 2005-05-28  Masatake YAMATO  <jet@gyve.org>
5911         * xdisp.c (note_mode_line_or_margin_highlight): Change the
5912         pointer to a hand cursor when hoovering over a mouse-face.
5914 2005-05-27  Kenichi Handa  <handa@m17n.org>
5916         * xterm.c (x_encode_char): Call check_ccl_update in advance.
5918         * ccl.c: Now an element of Vccl_program_table is a vector of
5919         length 4, not 3.
5920         (ccl_get_compiled_code): New arg idx.  Caller changed.
5921         Adjust for the change of Vccl_program_table.
5922         (setup_ccl_program): Adjust for the change of Vccl_program_table.
5923         (check_ccl_update): New function.
5924         (Fregister_ccl_program): Use ASET to set an element of a vector.
5925         Adjusted for the change of Vccl_program_table.
5927         * ccl.h (struct ccl_program): New member idx.
5928         (check_ccl_update): Extern it.
5930 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
5932         * image.c (Vimage_library_alist): Move from image.el.
5933         (syms_of_image): Defvar it.
5934         (lookup_image_type): Use it.
5936         * buffer.c (Fbuffer_local_value): Make argument name match its use
5937         in docstring.
5939 2005-05-26  Juanma Barranquero  <lekktu@gmail.com>
5941         * keyboard.c (Frecursive_edit): Fix typo in docstring.
5942         (Fposn_at_x_y): Make argument name match its use in docstring.
5944 2005-05-26  Lute Kamstra  <lute@gnu.org>
5946         * eval.c (Frun_hooks): Mention run-mode-hooks in docstring.
5948 2005-05-24  Masatake YAMATO  <jet@gyve.org>
5950         * xdisp.c (note_mode_line_or_margin_highlight): Use b and e
5951         as loop sentinels.
5953 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
5955         * xmenu.c (Fx_popup_dialog): Add a third boolean argument to
5956         select frame title ("Question"/"Information").
5957         (xdialog_show): Use it.
5959         * macmenu.c (Fx_popup_dialog, mac_dialog_show): As for xmenu.c.
5961         * w32menu.c (Fx_popup_dialog, w32_dialog_show): As for xmenu.c.
5963         * fns.c (Fyes_or_no_p, Fy_or_n_p): Call Fx_popup_dialog with
5964         a third argument (Qnil).
5966         * lisp.h: x-popup-dialog can have three arguments.
5968         * editfns.c (Fmessage_box): Use "Information" for frame title.
5970 2005-05-23  Thien-Thi Nguyen  <ttn@gnu.org>
5972         * termcap.c [VMS]: Include <starlet.h>.
5974 2005-05-23  Masatake YAMATO  <jet@gyve.org>
5976         * xdisp.c (note_mode_line_or_margin_highlight): Add code
5977         for mouse-face.  Change the type of the first argument from `window'
5978         to `Lisp_Object'.
5979         (note_mouse_highlight): Call note_mode_line_or_margin_highlight with
5980         window instead of w.
5982 2005-05-22  Andreas Schwab  <schwab@suse.de>
5984         * process.c (send_process): Move misplaced volatile.
5986 2005-05-21  Richard M. Stallman  <rms@gnu.org>
5988         * xdisp.c (display_mode_element): If we're processing a list and
5989         padding is specified, put it after the last element.
5991 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
5993         * fileio.c (Fexpand_file_name) [DOS_NT]: Don't try to support
5994         "superroot" on DOS_NT systems.
5996 2005-05-21  David Hunter  <hunterd42@comcast.net>  (tiny change)
5998         * process.c (send_process): Restore the SIGPIPE handler if we
5999         catch a SIGPIPE.
6001 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
6003         * image.c (lookup_image, png_read_from_memory): Remove hacks (and
6004         misleading comments).
6005         (DEF_IMGLIB_FN): Use C calling convention for image libraries.
6007 2005-05-20  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>
6009         * window.c (Fwindow_inside_edges, Fwindow_inside_pixel_edges):
6010         Correct the right value.
6012 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
6014         * keyboard.c (syms_of_keyboard): Remove Lisp variables
6015         post-command-idle-hook and post-command-idle-delay.
6016         (command_loop_1): Don't try to execute post-command-idle-hook.
6018 2005-05-16  Kim F. Storm  <storm@cua.dk>
6020         * xdisp.c (handle_display_prop): Handle empty replacement.
6021         (handle_single_display_spec): Return -1 for empty replacement.
6023         * keyboard.c (adjust_point_for_property): Skip empty overlay string.
6025         * .gdbinit (pitx): Print more info about iterator.
6027 2005-05-16  Andreas Schwab  <schwab@suse.de>
6029         * unexmacosx.c (unexec_realloc): Move declarations before statements.
6031 2005-05-14  Richard M. Stallman  <rms@gnu.org>
6033         * xdisp.c (message3): Call cancel_echoing.
6035         * alloc.c (Fmemory_full_p): New function.
6036         (syms_of_alloc): defsubr it.
6038         * process.c (send_process_trap): Unblock SIGPIPE.
6039         (send_process): Reset SIGPIPE handler before reporting error.
6041 2005-05-14  Nick Roberts  <nickrob@snap.net.nz>
6043         * emacs.c (syms_of_emacs): Fix doc string for system-type.
6045 2005-05-13  Richard M. Stallman  <rms@gnu.org>
6047         * fileio.c (Ffind_file_name_handler): Handle lambda-exp as handler.
6048         (Finsert_file_contents): If we read 0 bytes from a special file,
6049         unlock the visited file if we locked it.
6050         (Fmake_symbolic_link, Frecent_auto_save_p): Doc fixes.
6051         (Ffile_exists_p, Ffile_symlink_p): Doc fixes.
6053 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6055         * emacs.c (main) [MAC_OS8]: Call init_atimer before mac_term_init.
6057         * keyboard.c (readable_events) [USE_TOOLKIT_SCROLL_BARS]:
6058         Regard toolkit scroll bar thumb drag events as squeezable and prevent
6059         redisplay from being paused by them.
6061         * mac.c [!MAC_OSX]: Include keyboard.h and syssignal.h.
6062         [!MAC_OSX] (target_ticks): Remove variable.
6063         [!MAC_OSX] (check_alarm, pause, index): Remove functions.
6064         [!MAC_OSX && __MRC__] (sys_strftime): Likewise.
6065         [!MAC_OSX] (select): If fd 0 is not set in rfds and some input
6066         event occurs before timeout, behave as if the function were interrupted.
6067         [!MAC_OSX] (sigblock, sigsetmask, alarm): Simulate SIGALRM
6068         handling using Time Manager routines.
6069         [!MAC_OSX] (mac_atimer_task, mac_atimer_qlink, signal_mask):
6070         New variables.
6071         [!MAC_OSX] (mac_atimer_handler, set_mac_atimer, remove_mac_atimer)
6072         (setitimer): New functions.
6074         * macfns.c, macmenu.c: Don't include signal.h.
6076         * macterm.c [USE_TOOLKIT_SCROLL_BARS] (get_control_part_bounds):
6077         Rename from get_control_part_bound.  All callers changed.
6078         (x_scroll_bar_clear): New function.
6079         (x_clear_frame): Use it.
6080         (XTset_vertical_scroll_bar): Don't call Draw1Control.
6081         (x_scroll_bar_handle_click): Change type of second argument from
6082         int to ControlPartCode.
6083         (check_alarm): Remove declaration.
6084         (XTread_socket) [!TARGET_API_MAC_CARBON]: Don't call it.
6085         (XTread_socket): Use ControlPartCode instead of SInt16.
6087 2005-05-13  Nozomu Ando  <nand@mac.com>
6089         * unexmacosx.c: Include assert.h.
6090         (MACOSX_MALLOC_MULT16): New define.
6091         [MACOSX_MALLOC_MULT16] (ptr_in_unexec_regions): Determine whether
6092         ptr is in unexec regions by checking it is multiple of 16.
6093         (unexec_malloc_header_t): New typedef.
6094         (unexec_malloc, unexec_realloc, unexec_free): Store and use
6095         allocated size information in unexec_malloc_header.
6097 2005-05-10  Richard M. Stallman  <rms@gnu.org>
6099         * xterm.c (noinclude): Add #undef.
6101         * image.c, xfns.c, xmenu.c: Don't include signal.h.
6103 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
6105         * fileio.c (Fexpand_file_name, Frename_file, Fadd_name_to_file)
6106         (Fmake_symbolic_link, Faccess_file, Frecent_auto_save_p):
6107         Doc fixes.
6109         * dired.c (Ffile_name_completion): Make argument name
6110         match its use in docstring.
6112 2005-05-08  Luc Teirlinck  <teirllm@auburn.edu>
6114         * eval.c (Fdefvaralias): Remove any pre-existing
6115         variable-documentation property of the alias.
6117 2005-05-07  Thien-Thi Nguyen  <ttn@gnu.org>
6119         * xfns.c (start_hourglass): Do nothing when running on a tty.
6121 2005-05-07  Juanma Barranquero  <lekktu@gmail.com>
6123         * fns.c (Fchar_table_range): Fix typos in docstring.
6125 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6127         * fns.c (Fchar_table_range): Yet Another Int/Lisp_Object Mixup.
6129 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
6131         * lread.c (Flocate_file_internal): Doc fix.
6133         * Makefile.in (lisp, shortlisp): Add jka-cmpr-hook.elc.
6135 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6137         * macselect.c (x_own_selection): Accept Lisp string as result of
6138         selection converter function.
6139         (x_clear_frame_selections): Don't call x-lost-selection-functions
6140         if Emacs is not owner of the selection.
6141         (Vmac_services_selection): Put variable and initialization in
6142         #ifdef MAC_OSX.
6143         (syms_of_macselect) [MAC_OSX]: Set default value of
6144         Vmac_services_selection to PRIMARY.
6146         * macterm.c (toolkit_scroll_bar_interaction): Remove unused variable.
6147         (mac_handle_tool_bar_click): Remove unused function and declaration.
6148         [USE_TOOLKIT_SCROLL_BARS] (scroll_bar_timer_callback)
6149         (install_scroll_bar_timer, set_scroll_bar_timer)
6150         (control_part_code_to_scroll_bar_part, construct_scroll_bar_click)
6151         (get_control_part_bound, x_scroll_bar_handle_press)
6152         (x_scroll_bar_handle_release, x_scroll_bar_handle_drag)
6153         (x_set_toolkit_scroll_bar_thumb): New functions and declarations.
6154         [USE_TOOLKIT_SCROLL_BARS] (last_scroll_bar_part, scroll_bar_timer)
6155         (scroll_bar_timer_event_posted_p): New variables.
6156         [USE_TOOLKIT_SCROLL_BARS] (SCROLL_BAR_FIRST_DELAY)
6157         (SCROLL_BAR_CONTINUOUS_DELAY): New macros.
6158         (x_scroll_bar_create): Set control reference with NewControl.
6159         (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
6160         Initialize track_top and track_height to nil.
6161         (x_scroll_bar_set_handle, x_scroll_bar_note_movement):
6162         Put functions in #ifndef USE_TOOLKIT_SCROLL_BARS.
6163         (XTset_vertical_scroll_bar): Don't make space between scroll bar
6164         and associated window.
6165         (XTset_vertical_scroll_bar) [MAC_OSX]: Get scroll bar area width
6166         from window config.
6167         (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
6168         Set track_top and track_height to nil when scroll bar size is changed.
6169         Recalculate them if they are nil.
6170         (XTread_socket) [MAC_OSX]: Use control kind to determine if the
6171         clicked control is a scroll bar.
6172         (XTread_socket) [USE_TOOLKIT_SCROLL_BARS]: Use toolkit scroll bar
6173         event handler functions.  Don't add modifiers to scroll bar click
6174         events.  Call scroll bar release handler when window is deactivated.
6175         (mac_initialize): Remove unused code for X toolkit.
6176         (syms_of_macterm) [!USE_TOOLKIT_SCROLL_BARS]:
6177         Initialize Vx_toolkit_scroll_bars to nil.
6179         * macterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
6180         New members track_top and track_height.
6182         * sysselect.h [DARWIN || MAC_OSX]: Temporarily undefine
6183         init_process when including sys/select.h.
6185 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
6187         * eval.c (Fdefvaralias): Doc fix.
6189         * xmenu.c (Fx_popup_menu, Fx_popup_dialog): Doc fixes.
6191 2005-05-05  Kim F. Storm  <storm@cua.dk>
6193         * buffer.c (init_buffer_once): Set cursor_in_non_selected_windows
6194         default value.
6195         (syms_of_buffer): Add default-cursor-in-non-selected-windows.
6196         Fix type of cursor-in-non-selected-windows.
6198 2005-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6200         * mac.c: #undef init_process so not to conflict with system headers.
6202 2005-05-02  Richard M. Stallman  <rms@gnu.org>
6204         * buffer.c (syms_of_buffer): Define cursor-in-non-selected-windows.
6206         * buffer.h (struct buffer): Add cursor_in_non_selected_windows slot.
6208         * xdisp.c (Vcursor_in_non_selected_windows)
6209         (Qcursor_in_non_selected_windows): Vars deleted.
6210         (syms_of_xdisp): Don't initialize them.
6211         (get_window_cursor_type): Use cursor_in_non_selected_windows
6212         buffer slot.
6214 2005-05-02  Kim F. Storm  <storm@cua.dk>
6216         * macros.c (executing_kbd_macro_index): Rename from
6217         executing_macro_index.  All uses changed.
6218         (executing_kbd_macro_iterations): Rename from
6219         executing_macro_iterations.  All uses changed.
6220         (executing_kbd_macro): Rename from executing_macro.
6221         All uses changed.
6222         (syms_of_macros): Rename Lisp var executing-macro-index to
6223         executing-kbd-macro-index.
6225         * xdisp.c (move_it_in_display_line_to): Fix last change.
6227 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
6229         * xmenu.c (Fx_popup_menu): Doc fix.
6231         * charset.c (syms_of_charset): Delete defsubr for Schars_in_region.
6233 2005-05-02  Jason Rumney  <jasonr@gnu.org>
6235         * emacs.c (USAGE3, USAGE4): Keep strings below 2048 bytes.
6237 2005-05-02  Nozomu Ando  <nand@mac.com>
6239         * sysselect.h: Fix typo.
6241 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
6243         * charset.c (Fchars_in_region): Remove as obsolete.
6245 2005-05-01  Kim F. Storm  <storm@cua.dk>
6247         * xdisp.c (move_it_in_display_line_to): Stop if we move beyond
6248         TO_CHARPOS.  This may happen if last glyphs was an image or stretch
6249         glyph.
6251 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
6253         * dispnew.c (sit_for): Vexecuting_macro -> Vexecuting_kbd_macro.
6255 2005-05-01  Richard M. Stallman  <rms@gnu.org>
6257         * xmenu.c [not HAVE_X_TOOLKIT] (xmenu_show):
6258         If user cancels the menu, quit unless FOR_CLICK.
6260         * macros.c (Vexecuting_kbd_macro): Rename from Vexecuting_macro.
6261         All uses changed.
6262         (syms_of_macros): Define only executing-kbd-macro, not executing-macro.
6263         * keyboard.c: Change Vexecuting_macro to Vexecuting_kbd_macro.
6264         * macros.h (Vexecuting_kbd_macro): Declare instead of Vexecuting_macro.
6265         * commands.h (Vexecuting_kbd_macro): Likewise.
6267 2005-05-01  Thien-Thi Nguyen  <ttn@gnu.org>
6269         * sysdep.c (get_frame_size) [VMS]: Use a fresh i/o channel.
6271 2005-04-30  Richard M. Stallman  <rms@gnu.org>
6273         * fileio.c (Ffind_file_name_handler): Handle the `operations'
6274         property of the file name handler.
6275         (Qoperations): New variable.
6276         (syms_of_fileio): Initialize and staticpro it.
6278         * xdisp.c (set_message_1): Delete xassert.
6280 2005-04-29  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6282         * mac.c: Don't include time.h.  Include sysselect.h after systime.h.
6284         * macfns.c (Fx_server_version): Add BLOCK_INPUT around Gestalt.
6286         * macgui.h [HAVE_CARBON && MAC_OSX]: Don't undefine/define mktime
6287         before/after including Carbon.h if there is a working mktime.
6289 2005-04-28  Kim F. Storm  <storm@cua.dk>
6291         * xfaces.c (resolve_face_name): Add arg SIGNAL_P.  Calls changed.
6292         Fix cyclic alias check.  If alias loop is detected, signal
6293         circular-list error if SIGNAL_P, and return Qdefault if !SIGNAL_P.
6295 2005-04-28  Lute Kamstra  <lute@gnu.org>
6297         * eval.c (do_autoload): Record only autoloads in the autoload
6298         property of symbols.
6300 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
6302         * emacs.c (USAGE1): Add --basic-display and --quick options.
6304 2005-04-27  Kim F. Storm  <storm@cua.dk>
6306         * data.c (syms_of_data) Staticpro Qcyclic_variable_indirection.
6308 2005-04-26  Richard M. Stallman  <rms@gnu.org>
6310         * window.c (Fsame_window_p, Fspecial_display_p): Doc fixes.
6311         (syms_of_window): Doc fixes.
6313         * indent.c (Fvertical_motion): Undo previous change.
6315 2005-04-26  Kenichi Handa  <handa@m17n.org>
6317         * fns.c (char_table_range): New function.
6318         (Fchar_table_range): Signal an error if characters in the range
6319         have inconsistent values.  Don't check the parent.
6321 2005-04-25  Kenichi Handa  <handa@m17n.org>
6323         * fontset.c (fontset_set): Fix previous change.
6325 2005-04-24  Richard M. Stallman  <rms@gnu.org>
6327         * indent.c (Fvertical_motion): Bind fontification-functions to nil.
6329 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
6331         * regex.c (re_search_2, re_match_2_internal): Convert second arg
6332         of RE_TRANSLATE to int, to shut up GCC warnings.
6334         * fileio.c (Fcopy_file): Doc fix.
6335         [MSDOS]: Fix call to emacs_open: buffer_file_type not defined and
6336         not needed.
6338 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6340         * Makefile.in [HAVE_CARBON] (MAC_OBJ): Add macselect.o.
6341         (SOME_MACHINE_OBJECTS): Likewise.
6342         (mac.o): Depend on ccl.h.
6343         (macselect.o): New target.
6345         * emacs.c (main) [MAC_OS8 || MAC_OSX && HAVE_CARBON]:
6346         Call syms_of_macselect.
6348         * frame.c (Fdelete_frame) [MAC_OS]: Call x_clear_frame_selections.
6350         * mac.c [!TARGET_API_MAC_CARBON]: Don't include charset.h or coding.h.
6351         (QCLIPBOARD): Remove variable.
6352         (syms_of_mac): Don't initialize it.
6353         (Fmac_paste_function, Fmac_cut_function, Fx_selection_exists_p):
6354         Remove functions.
6355         (syms_of_mac): Don't defsubr them.
6356         [TARGET_API_MAC_CARBON] (Qmime_charset, QNFD, QNFKD, QNFC, QNFKC)
6357         (QHFS_plus_D, QHFS_plus_C): New variables.
6358         (syms_of_mac) [TARGET_API_MAC_CARBON]: Initialize them.
6359         [TARGET_API_MAC_CARBON] (get_cfstring_encoding_from_lisp)
6360         (cfstring_create_normalized): New functions.
6361         [TARGET_API_MAC_CARBON] (Fmac_code_convert_string): Likewise.
6362         (syms_of_mac) [TARGET_API_MAC_CARBON]: Defsubr it.
6364         * macterm.c (handling_window_update, terminate_flag):
6365         Remove variables.
6366         (do_window_update, do_ae_quit_application, XTread_socket):
6367         Don't use them.
6368         (WNE_SLEEP_AT_SUSPEND, WNE_SLEEP_AT_RESUME): Don't define.
6369         [USE_CARBON_EVENTS && MAC_OSX] (mac_handle_service_event)
6370         (init_service_handler): Move to macselect.c.  Remove declarations.
6371         [USE_CARBON_EVENTS && MAC_OSX] (init_service_handler): Add extern.
6372         (Qapplication, Qabout): New variables.
6373         (syms_of_mac): Initialize them.
6374         [USE_CARBON_EVENTS && MAC_OSX] (Qpreferences, Qservices, Qpaste)
6375         (Qperform): New variables.
6376         (syms_of_mac) [USE_CARBON_EVENTS && MAC_OSX]: Initialize them.
6377         (do_get_menus) [TARGET_API_MAC_CARBON]: Don't call AppendResMenu.
6378         (do_menu_choice): Unhighlight menu bar also when menu_id is 0.
6379         (mac_store_application_menu_event, init_menu_bar): New functions.
6380         [USE_CARBON_EVENTS] (mac_handle_command_event)
6381         (init_command_handler): New functions.
6382         (mac_handle_window_event): Return noErr on window update event.
6383         (do_ae_quit_application): Call mac_store_application_menu_event.
6384         (mac_initialize) [USE_CARBON_EVENTS]: Call init_command_handler
6385         and init_menu_bar.
6387         * macterm.h (x_clear_frame_selections): Add extern.
6389         * macselect.c: New file for selection processing on Mac OS.
6391 2005-04-23  Richard M. Stallman  <rms@gnu.org>
6393         * fileio.c (Fcopy_file): New arg MUSTBENEW.
6394         (Frename_file): Pass new arg to Fcopy_file.
6396         * window.c (window_size_fixed): Variable deleted.
6397         (syms_of_window): Initialize window-size-fixed to nil.
6398         But don't DEFVAR window_size_fixed.
6400 2005-04-23  Andreas Schwab  <schwab@suse.de>
6402         * m/macppc.h (LD_SWITCH_MACHINE) [LINUX]: Don't define.
6403         (START_FILES, LIB_STANDARD) [LINUX && _ARCH_PPC64]: Override to
6404         use lib64 instead of lib.
6405         (_LP64) [_ARCH_PPC64]: Define if not defined.
6407 2005-04-23  David Hunter  <hunterd42@comcast.net>  (tiny change)
6409         * s/ms-w32.h (HAVE_PWD_H): Define.
6411 2005-04-22  Kenichi Handa  <handa@m17n.org>
6413         * fns.c (copy_sub_char_table): Explicitly copy the default value
6414         of the sub-chartable.
6416         * fontset.c (fontset_set): When a sub-chartable is created,
6417         explicitly sets the defalt value.
6419 2005-04-22  Kim F. Storm  <storm@cua.dk>
6421         * fns.c (Fplist_get): Replace by Fsafe_plist_get.
6422         (Fsafe_plist_get): Rename to Fplist_get.
6423         (Fsafe_get): Remove, as Fget now uses safe Fplist_get.
6424         (defsubr): Remove defsubr for Fsafe_plist_get and Fsafe_get.
6426         * lisp.h (Fsafe_plist_get, Fsafe_get): Remove EXFUN.
6428         * xdisp.c (store_mode_line_string, produce_stretch_glyph)
6429         (note_mode_line_or_margin_highlight, note_mouse_highlight):
6430         Use Fplist_get instead of Fsafe_plist_get.
6432         * xfaces.c (resolve_face_name): Use Fget instead of Fsafe_get.
6434 2005-04-21  Miles Bader  <miles@gnu.org>
6436         * xdisp.c (dump_glyph_row): Don't display overlay_arrow_p field.
6438 2005-04-20  Thien-Thi Nguyen  <ttn@gnu.org>
6440         * sysdep.c: Remove reference to defunct vms-pwd.h.
6441         * dired.c: Likewise.  Also, for pwd.h, use HAVE_PWD_H, not !VMS.
6442         * editfns.c, fileio.c, filelock.c, sysdep.c, xrdb.c: Likewise.
6444         * config.in: Regenerate.
6446 2005-04-20  Kenichi Handa  <handa@m17n.org>
6448         * lisp.h (CHAR_TABLE_DEFAULT_SLOT_ASCII): New macro.
6449         (CHAR_TABLE_DEFAULT_SLOT_8_BIT_CONTROL): New macro.
6450         (CHAR_TABLE_DEFAULT_SLOT_8_BIT_GRAPHIC): New macro.
6452         * alloc.c (make_sub_char_table): Argument changed to initial
6453         value of the slots.
6455         * data.c (Faref): Handle special slots used as default values of
6456         ascii, eight-bit-control, eight-bit-control.  Don't ignore a
6457         default value set for a group of characters.
6458         (Faset): Signal an error if IDXVAL is not a valid character code.
6459         Make a sub-chartable with correct initial value.
6461         * fns.c (Fset_char_table_range): Don't set slots used as default
6462         values for ascii, eight-bit-control, eight-bit-graphic.
6463         Don't call Faref with charset-id.
6464         (Fset_char_table_default): Document how to treat normal character
6465         argument.  Handle special slots used as default values of ascii,
6466         eight-bit-control, eight-bit-control.  Make a sub chartable if
6467         necessary.
6469 2005-04-20  Kenichi Handa  <handa@m17n.org>
6471         * search.c (boyer_moore): Fix previous change.
6473 2005-04-19  Kim F. Storm  <storm@cua.dk>
6475         * xdisp.c (setup_for_ellipsis): Reset saved_face_id to use default
6476         face unless last visible char and first invisible char have the
6477         same face.  Also use default face if saved_face_id is undefined.
6479 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6481         * macgui.h (MacFontStruct): Remove member `fontname'.  Add member
6482         `full_name'.
6483         [TARGET_API_MAC_CARBON] (MacFontStruct): Use type int for
6484         mac_scriptcode member.
6486         * macterm.c (Qbig5, Qcn_gb, Qsjis, Qeuc_kr): Remove variables.
6487         (syms_of_mac): Don't initialize them.
6488         (Vmac_charset_info_alist): New variable.
6489         (syms_of_mac): Defvar it.
6490         (create_text_encoding_info_alist): New function.
6491         (decode_mac_font_name, mac_to_x_fontname)
6492         (x_font_name_to_mac_font_name, init_font_name_table): Don't hard
6493         code the correspondence among XLFD charsets, Mac script codes, and
6494         Emacs coding systems.  Use Vmac_charset_info_alist and result of
6495         create_text_encoding_info_alist instead.
6496         (init_font_name_table) [TARGET_API_MAC_CARBON]: Use Font Manager
6497         routines also on Mac OS Classic.
6498         (init_font_name_table) [!TARGET_API_MAC_CARBON]:
6499         Use add_font_name_table_entry.
6500         (mac_do_list_fonts): Regard 0 in XLFD scaleble fields as
6501         specified.  Derive unspecified scalable fields from specified one.
6502         (x_list_fonts): Consider Valternate_fontname_alist.
6503         (kDefaultFontSize): Change value from 9 to 12.
6504         (XLoadQueryFont): Get decoded font family, font face, and charset
6505         from x_font_name_to_mac_font_name.  Set full name of loaded font.
6506         (mac_unload_font): Free `full_name' member.
6507         (x_load_font): Don't try XLoadQueryFont if x_list_fonts returns
6508         NULL.  Copy full_name member of struct MacFontStruct to that of
6509         struct font_info.
6511 2005-04-19  Kim F. Storm  <storm@cua.dk>
6513         * xdisp.c (handle_stop): Set saved_face_id to current face if
6514         selective_display_ellipsis_p so ellipsis will be shown in same
6515         face as preceding text.
6516         (setup_for_ellipsis): Don't set saved_face_id here.
6517         (next_element_from_display_vector): Default to saved_face_id.
6519         * fns.c (Fsafe_get): New function.
6520         (syms_of_fns): Defsubr it.
6522         * lisp.h (Fsafe_get): EXFUN it.
6524         * xfaces.c (resolve_face_name): Use Fsafe_get to avoid redisplay
6525         loops in case of bad face property lists.  Limit number of face
6526         alias lookups to 10 (in case of face alias loops).
6528 2005-04-18  Kim F. Storm  <storm@cua.dk>
6530         * dispextern.h (struct glyph_row): New member overlay_arrow_bitmap.
6531         It replaces the corresponding member from struct window, as a
6532         window may now show multiple overlay arrows.
6533         Remove member overlay_arrow_p, superseeded by overlay_arrow_bitmap.
6535         * dispnew.c (row_equal_p, update_window_line, scrolling_window):
6536         Compare overlay_arrow_bitmap than overlay_arrow_p members.
6538         * fringe.c (draw_fringe_bitmap): Use overlay_arrow_bitmap from row
6539         rather than from window.
6540         (update_window_fringes): Compare overlay_arrow_bitmap rather than
6541         overlay_arrow_p members.
6542         (Ffringe_bitmaps_at_pos): Return fringe overlay_arrow_bitmap name
6543         if not default.
6545         * window.h (struct window): Remove member overlay_arrow_bitmap.
6547         * window.c (make_window): Don't initialize overlay_arrow_bitmap.
6549         * xdisp.c (overlay_arrow_string_or_property): Remove PBITMAP arg.
6550         Calls changed.  Don't check for overlay-arrow-bitmap property here.
6551         (overlay_arrow_at_row): Remove PBITMAP arg.  Instead, if left
6552         fringe is present, return Lisp integer for bitmap (or -1 for default).
6553         Fix value of overlay-arrow-bitmap property to be a symbol, use
6554         lookup_fringe_bitmap to parse it.
6555         (display_line): Change call to overlay_arrow_at_row.  Store integer
6556         return value as overlay bitmap in row rather than window.
6557         Only show overlay arrow if row displays text, or if no other overlay
6558         arrow is seen in window (if overlay marker is at point-max).
6560 2005-04-18  Thien-Thi Nguyen  <ttn@gnu.org>
6562         * xfaces.c (realize_x_face) [!HAVE_WINDOW_SYSTEM]: Return NULL.
6564 2005-04-18  Lute Kamstra  <lute@gnu.org>
6566         * lread.c (Vloads_in_progress): Static.
6567         * fns.c (Vloads_in_progress): Remove extern.
6568         (load_in_progress): Add extern.
6569         (Frequire): Use load_in_progress instead of Vloads_in_progress.
6571 2005-04-18  Thien-Thi Nguyen  <ttn@gnu.org>
6573         * xmenu.c (Fx_popup_menu): Initialize error_name to NULL.
6575 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6577         * macterm.c (XTread_socket): Don't beep on keyboard input even if
6578         no frame is visible.
6580 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
6582         * term.c (struct keys): Add support for shifted keys.
6584 2005-04-16  Richard M. Stallman  <rms@gnu.org>
6586         * xdisp.c (with_echo_area_buffer): Delete WHICH < 0 case.
6587         (set_message): Call with_echo_area_buffer with WHICH = 0.
6588         (set_message_1): Erase the echo area buffer first thing.
6589         (echo_area_display): Don't clear echo_message_buffer.
6591 2005-04-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6593         * Makefile.in (mac.o): Depend on charset.h and coding.h.
6595         * mac.c: Include charset.h and coding.h.
6596         [TARGET_API_MAC_CARBON] (Qutf_8): Remove extern.
6597         [TARGET_API_MAC_CARBON] (cfstring_create_with_string): New function.
6598         [TARGET_API_MAC_CARBON] (Fmac_get_preference): Use it.
6600         * macfns.c [TARGET_API_MAC_CARBON] (Fx_file_dialog): Likewise.
6602         * image.c [MAC_OSX] (image_load_quartz2d): Likewise.
6604         * macterm.c (x_autoselect_window_p): Remove variable.
6605         (last_window): New variable.
6606         (XTreassert_line_highlight, x_change_line_highlight):
6607         Remove declarations.
6608         (mac_focus_changed, x_detect_focus_change): New functions and
6609         declarations.
6610         (XTextExtents16, front_emacs_window): Remove function.
6611         (mac_focus_frame): New function.
6612         (XTmouse_position, do_menu_choice, do_zoom_window, XTread_socket)
6613         (mac_check_for_quit_char): Use it instead of front_emacs_window.
6614         (x_scroll_bar_report_motion): Obtain window from control owner.
6615         (x_make_frame_invisible): Set window manager size hint.
6616         (do_mouse_moved): Remove function.
6617         (XTread_socket): Move its contents here.  Generate select-window
6618         event on mouse movement if needed.  Use x_detect_focus_change on
6619         activate/deactivate events.  Don't deiconify frame or invalidate
6620         window rectangle when dnd items are dropped.
6621         Don't activate/deactivate root control.
6622         (frame_highlight, frame_unhighlight): Activate/deactivate root
6623         control here.
6624         (syms_of_macterm): Delete DEFVAR_BOOL for x_autoselect_window_p.
6626         * macterm.h (cfstring_create_with_string) [TARGET_API_MAC_CARBON]:
6627         New extern.
6629 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
6631         * Makefile.in: Define new macro TOOLTIP_SUPPORT.
6632         (lisp): Use it.
6633         (SOME_MACHINE_LISP): Add tooltip.
6635 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6637         * mac.c [!TARGET_API_MAC_CARBON]: Include MacLocales.h.
6638         Don't include TextEncodingConverter.h.
6639         (mac_system_script_code, Vmac_system_locale): New variables.
6640         (syms_of_mac): Defvar them.
6641         (mac_get_system_locale): New function.
6643         * macfns.c (x_set_name, x_set_title) [!TARGET_API_MAC_CARBON]:
6644         Use ENCODE_SYSTEM to encode title bar string.
6645         (x_create_tip_frame): Apply 2005-03-18 change for xfns.c.
6646         (Fx_file_dialog) [TARGET_API_MAC_CARBON && !MAC_OSX]:
6647         Use CFStringGetSystemEncoding to get system default string encoding.
6649         * macterm.c [!TARGET_API_MAC_CARBON]: Don't include
6650         TextEncodingConverter.h.
6652 2005-04-13  Steven Tamm  <steventamm@mac.com>
6654         * macterm.c (syms_of_macterm): Remove redundant definition of
6655         mac-pass-control-to-system.
6657 2005-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6659         * window.c (Fset_window_configuration): Be careful when you choose
6660         among several possible points for the new_current_buffer.
6662 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6664         * keyboard.c (poll_for_input) [SYNC_INPUT]: Don't call
6665         poll_for_input_1.  Set interrupt_input_pending to 1 instead.
6666         (Qlanguage_change) [MAC_OS]: New variable.
6667         (syms_of_keyboard) [MAC_OS]: Intern and staticpro it.
6668         (kbd_buffer_get_event) [MAC_OS]: Make event for LANGUAGE_CHANGE_EVENT.
6670         * macterm.c (mac_keyboard_text_encoding)
6671         (current_mac_keyboard_text_encoding): Remove variables.
6672         (XTread_socket): Store language-change event if keyboard script change
6673         is detected.  Don't convert input to `mac_keyboard_text_encoding'.
6674         (syms_of_macterm): Delete DEFVAR_INT for mac-keyboard-text-encoding.
6676         * termhooks.h (enum event_kind) [MAC_OS]: Add LANGUAGE_CHANGE_EVENT.
6678 2005-04-10  Richard M. Stallman  <rms@gnu.org>
6680         * emacs.c (standard_args): Rename --bare-bones to --quick.
6681         Add -D aka --basic-display.
6683         * buffer.c (Fmake_indirect_buffer): Clear out some local variables.
6685 2005-04-09  Richard M. Stallman  <rms@gnu.org>
6687         * keymap.c (where_is_internal): Convert a string used as event type
6688         into "(any string)".
6690         * lread.c (Vloads_in_progress): Not static.
6691         * fns.c (Vloads_in_progress): Add extern.
6692         (Frequire): Don't do LOADHIST_ATTACH if Vloads_in_progress is nil.
6694 2005-04-09  Thien-Thi Nguyen  <ttn@surf.glug.org>
6696         * dispnew.c (mirror_line_dance): Avoid crash if W2 is null.
6698 2005-04-09  Lute Kamstra  <lute@gnu.org>
6700         * print.c (PRINTPREPARE): Check if the marker PRINTCHARFUN is
6701         within the accessible part of the buffer.
6703 2005-04-09  Kim F. Storm  <storm@cua.dk>
6705         * lread.c (readevalloop): Add args START and END as region in
6706         current buffer to read.  Callers changed.
6707         When specified, narrow to this region only when reading,
6708         not during eval.  Track next point to read from during eval.
6709         Also restore point to "real" buffer position before eval.
6710         (Feval_region): Don't save excursion and restriction here, and
6711         don't narrow to region.  Just pass region to readevalloop.
6712         Note: Point is now preserved even when PRINTFLAG is nil.
6714 2005-04-08  Kim F. Storm  <storm@cua.dk>
6716         * xdisp.c (syms_of_xdisp): Init overlay-arrow-string to "=>".
6718 2005-04-06  Kim F. Storm  <storm@cua.dk>
6720         * emacs.c (standard_args): Add -Q, --bare-bones, -bare-bones.
6722 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6724         * mac.c (cfdate_to_lisp): Add `const' for variable `epoch_gdate'.
6725         (Fmac_get_preference): Doc fix.
6727         * macfns.c (Fx_create_frame, x_create_tip_frame):
6728         Add "fontset-mac" to fallback font/fontsets.
6730 2005-04-04  Kim F. Storm  <storm@cua.dk>
6732         * alloc.c (Fgarbage_collect): Call CHECK_CONS_LIST before and after gc.
6734         * eval.c (Ffuncall): Always call CHECK_CONS_LIST on entry.
6735         Call it again after autoload.
6737 2005-04-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6739         * alloc.c (allocate_string_data): Call BLOCK_INPUT before calling
6740         mallopt.
6742         * ralloc.c (r_alloc_init): Ditto.
6744 2005-04-01  Kenichi Handa  <handa@m17n.org>
6746         * lisp.h (Vascii_upcase_table, Vascii_canon_table)
6747         (Vascii_eqv_table): Extern them.
6749         * casetab.c (set_case_table): If standard is nonzero, setup
6750         Vascii_upcase_table, Vascii_canon_table, and Vascii_eqv_table.
6752         * search.c (looking_at_1): Use current_buffer->case_canon_table,
6753         not DOWNCASE_TABLE.
6754         (string_match_1): Likewise.
6755         (fast_c_string_match_ignore_case): Use Vascii_canon_table, not
6756         Vascii_downcase_table.
6757         (fast_string_match_ignore_case): Likewise.
6758         (search_buffer): Fix checking of boyer-moore usability.
6759         (boyer_moore): Calculate translate_prev_byte1/2/3 in advance.
6760         No need of tranlating characters in PAT.  Fix calculation of
6761         simple_translate.
6763 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6765         * xterm.c [HAVE_XAW3D]: Include ThreeD.h for XtNbeNiceToColormap.
6766         (x_create_toolkit_scroll_bar): Test XtNbeNiceToColormap before using it.
6767         Use XtNtopShadowPixel and XtNbottomShadowPixel.
6768         (x_set_toolkit_scroll_bar_thumb): Remove ugly old hack that didn't
6769         really work and that breaks with some versions of Xaw3d.
6771 2005-03-31  Kenichi Handa  <handa@m17n.org>
6773         * coding.c (syms_of_coding): Fix previous change.
6775 2005-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6777         * fileio.c (search_embedded_absfilename): Fix last change.
6779 2005-03-25  Kenichi Handa  <handa@m17n.org>
6781         * coding.c (syms_of_coding): Suggest to use set-coding-category in
6782         the docstring of coding-category-list.
6784 2005-03-31  Kim F. Storm  <storm@cua.dk>
6786         * keyboard.c (Qmouse_fixup_help_message): New var.
6787         (syms_of_keyboard): Intern and staticpro it.
6788         (show_help_echo): Apply mouse-fixup-help-message to help string.
6790 2005-03-30  Kim F. Storm  <storm@cua.dk>
6792         * xdisp.c (display_line): Allow multiple overlay arrows in window.
6794 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6796         * fileio.c (Fexpand_file_name): Use IS_DEVICE_SEP.
6797         (file_name_absolute_p): New fun, extracted from Ffile_name_absolute_p.
6798         (Ffile_name_absolute_p): Use it.
6799         (search_embedded_absfilename): New fun, extracted from
6800         Fsubstitute_in_file_name.  Use file_name_absolute_p.
6801         Free the pw data after use.
6802         (Fsubstitute_in_file_name): Use it.
6803         After cutting a prefix, re-check file-name-handler.
6805 2005-03-26  Lennart Borgman  <lennart.borgman.073@student.lu.se>
6807         * w32term.h (x_output): Add focus_state.
6809         * w32term.c (x_focus_changed, w32_detect_focus_change): New functions.
6810         (w32_read_socket) [WM_SETFOCUS]: Call w32_detect_focus_change.
6812 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6814         * minibuf.c (Fminibuffer_complete_and_exit, Fself_insert_and_exit):
6815         Use Fexit_minibuffer.
6816         (Fexit_minibuffer): Mark it as no-return, deactivate the mark.
6818 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6820         * dired.c (Ffile_attributes): Add a missing gcpro.
6822         * alloc.c (make_number): The arg can be bigger than `int'.
6823         * lisp.h (make_number): Make prototype more precise.
6825         * process.c, dired.c (Vfile_name_coding_system)
6826         (Vdefault_file_name_coding_system):
6827         * callproc.c (Vdoc_file_name, Vfile_name_coding_system)
6828         (Vdefault_file_name_coding_system): Remove unused declarations.
6830 2005-03-24  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6832         * xmenu.c (create_and_show_popup_menu): Just remove menu and return
6833         if it failed to pop up (Gnome "show pointer on ctrl" option makes
6834         menus fail to pop up).
6836 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6838         * xdisp.c (get_next_display_element): Also use `\ ' & `\-' for latin-9.
6839         Just prepend a backslash without replacing the NBSP by an SPC.
6841 2005-03-22  Kim F. Storm  <storm@cua.dk>
6843         * xfaces.c (lookup_derived_face): Add arg SIGNAL_P.
6844         * dispextern.h (lookup_derived_face): Fix prototype.
6845         * msdos.c (XMenuActivate): Fix call to lookup_derived_face.
6847         * xdisp.c (handle_single_display_spec): Derive left-fringe and
6848         right-fringe face from fringe face.
6850         * fringe.c (draw_fringe_bitmap_1, Fset_fringe_bitmap_face):
6851         Derive face from fringe face.
6853 2005-03-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6855         * xrdb.c (x_load_resources): Undo previous change (2005-03-18).
6857 2005-03-22  David Kastrup  <dak@gnu.org>
6859         * textprop.c (Fnext_char_property_change)
6860         (Fprevious_char_property_change): Allow marker as limit.
6861         (Fnext_single_char_property_change)
6862         (Fprevious_single_char_property_change): Check that limit is a
6863         number in strings.
6864         (Fnext_single_char_property_change): Coerce position to integer.
6865         (Fprevious_single_char_property_change): Same here.
6867 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
6869         * s/openbsd.h (LD_SWITCH_SYSTEM_tmp): Define if undefined.
6871 2005-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6873         * frame.c (Fignore_event): Remove.
6874         (syms_of_frame): Don't defsubr it.
6876         * keyboard.c (keys_of_keyboard): Just use `ignore' instead of the
6877         redundant `ignore-event'.
6879 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
6881         * unexec.c (write_segment, unexec): Move these functions to avoid
6882         forward references (which cause errors with "gcc -gcoff").
6884 2005-03-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6886         * xfns.c (x_create_tip_frame): Remove setting of Vx_resource_name so
6887         that it doesn't become "tooltip".  The specbind is enough.
6889         * xrdb.c (x_load_resources): Use different char *helv when I18N
6890         is present.
6892 2005-03-17  Kenichi Handa  <handa@m17n.org>
6894         * coding.c (syms_of_coding): Docstring of coding-category-list fixed.
6896 2005-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6898         * xfaces.c (x_update_menu_appearance) [HAVE_X_I18N]:
6899         Use xic_create_fontsetname even for non-Motif menus.
6900         Don't forget to free the fontsetname.
6902         * xfns.c (xic_create_fontsetname): Add a final catch-all font pattern.
6904 2005-03-17  Richard M. Stallman  <rms@gnu.org>
6906         * dispnew.c (mirror_line_dance): Set W2 according to FRAME_FROM.
6908         * fileio.c (Fcopy_file, Frename_file, Fadd_name_to_file)
6909         (Fmake_symbolic_link): Use G to read the new file name.
6911         * callint.c (Finteractive): Document G option.
6912         (Fcall_interactively): Implement G option.
6914         * buffer.c (buffer_lisp_local_variables): New function,
6915         broken out from Fbuffer_local_variables.
6916         (clone_per_buffer_values): Use buffer_lisp_local_variables.
6918 2005-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6920         * xfns.c (xic_create_fontsetname): Add `motif' argument.
6921         Always return a freshly allocated string.
6922         (xic_create_xfontset): Adjust call.
6924         * xfaces.c (x_update_menu_appearance) [USE_MOTIF]:
6925         Use xic_create_fontsetname to create a fontset so utf-8 locales work.
6926         (dump_realized_face): Fix warning.
6928         * emacs.c (Fkill_emacs): YAILOM.
6930         * frame.c (Fignore_event): Fix ancient obscure C-u handling bug.
6932 2005-03-17  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6934         * mac.c (HASHKEY_TERMINAL): Remove.
6935         (HASHKEY_MAX_NID): New macro.
6936         (xrm_q_get_resource_1): Rename from xrm_q_get_resource.  Add extra
6937         argument.
6938         (xrm_q_get_resource): Call xrm_q_get_resource_1 with extra argument.
6939         (xrm_create_database, xrm_q_put_resource)
6940         (xrm_merge_string_database, xrm_q_get_resource_1)
6941         (xrm_q_get_resource): Change resource database representation so
6942         that it may not use multiple hash tables for a single database.
6943         [TARGET_API_MAC_CARBON] (xrm_cfproperty_list_to_value): YAILOM.
6945 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6947         * xmenu.c (ENCODE_MENU_STRING) [HAVE_X_I18N]: Use ENCODE_SYSTEM.
6949         * coding.h (ENCODE_SYSTEM, DECODE_SYSTEM) [!WINDOWSNT]: Use the
6950         locale-coding-system, as was already done for WINDOWSNT.
6952         * keyboard.c (read_char): Only do the 7-bit-meta -> 27-bit-meta
6953         translation for chars in the 0-255 range.
6955 2005-03-16  Lute Kamstra  <lute@gnu.org>
6957         * floatfns.c (Ffloor): Doc fix.
6959 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6961         * mac.c: Include macterm.h instead of directly including Carbon.h.
6962         [TARGET_API_MAC_CARBON] (Qstring, Qnumber, Qboolean, Qdate, Qdata)
6963         (Qarray, Qdictionary): New variables.
6964         (syms_of_mac) [TARGET_API_MAC_CARBON]: Initialize them.
6965         [TARGET_API_MAC_CARBON] (Qutf_8): Add extern.
6966         [TARGET_API_MAC_CARBON] (DECODE_UTF_8): New macro.
6967         [TARGET_API_MAC_CARBON] (struct cfdict_context): New struct used
6968         in callback for CFDictionaryApplyFunction.
6969         [TARGET_API_MAC_CARBON] (cfdata_to_lisp, cfstring_to_lisp)
6970         (cfnumber_to_lisp, cfdate_to_lisp, cfboolean_to_lisp)
6971         (cfobject_desc_to_lisp, cfdictionary_add_to_list)
6972         (cfdictionary_puthash, cfproperty_list_to_lisp): New functions.
6973         [TARGET_API_MAC_CARBON] (Fmac_get_preference): New function.
6974         (syms_of_mac) [TARGET_API_MAC_CARBON]: Defsubr it.
6975         (P, LOOSE_BINDING, SINGLE_COMPONENT, HASHKEY_TERMINAL): New macro.
6976         (skip_white_space, parse_comment, parse_include_file)
6977         (parse_binding, parse_component, parse_resource_name, parse_value)
6978         (parse_resource_line, xrm_create_database, xrm_q_put_resource)
6979         (xrm_merge_string_database, xrm_q_get_resource, xrm_get_resource)
6980         (xrm_cfproperty_list_to_value, xrm_get_preference_database):
6981         New functions.
6983         * macfns.c (mac_get_rdb_resource): Remove function.
6984         (x_get_string_resource): Use xrm_get_resource.
6986         * macgui.h (XrmDatabase): Typedef to Lisp_Object.
6988         * macterm.c (x_list_fonts): FONT-LIST-CACHE is now cadr part of
6989         name_list_element.
6990         (mac_make_rdb): Create resource database from preferences and
6991         argument string.
6992         (mac_term_init): Save resource database to cddr part of
6993         name_list_element.
6995         * macterm.h (xrm_merge_string_database, xrm_get_resource)
6996         (xrm_get_preference_database): Add externs.
6997         [TARGET_API_MAC_CARBON] (cfdata_to_lisp, cfstring_to_lisp)
6998         (cfnumber_to_lisp, cfdate_to_lisp, cfboolean_to_lisp)
6999         (cfobject_desc_to_lisp, cfproperty_list_to_lisp): Likewise.
7001         * process.c (init_process): Change `#ifdef DARWIN' to `#if
7002         defined (DARWIN) || defined (MAC_OSX)'
7004         * s/darwin.h (DARWIN): Don't define.
7006 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7008         * macfns.c (Qhyper, Qsuper, Qmeta, Qalt, Qctrl, Qcontrol, Qshift):
7009         Remove unused variables.
7010         (syms_of_macfns): Don't initialize them.  Likewise for
7011         Qface_set_after_frame_default.  Defvar and initialize
7012         Vx_window_horizontal_drag_shape.
7013         (x_set_mouse_color): Change mouse pointer shape.
7014         (mac_window) [!MAC_OSX]: Create root control.
7015         (Fx_create_frame): Remove initializations of mouse pointer shapes.
7016         (hourglass_started): New function (from xfns.c).
7017         (start_hourglass, cancel_hourglass): Put function body in #ifdef
7018         MAC_OSX.
7019         (show_hourglass) [TARGET_API_MAC_CARBON]: Create progress
7020         indicator for each non-tooltip frame if needed, and show it.
7021         (hide_hourglass) [TARGET_API_MAC_CARBON]: Hide progress indicators.
7023         * macgui.h [!TARGET_API_MAC_CARBON]: Include Appearance.h and
7024         Controls.h.  Use ThemeCursor instead of CursHandle.
7026         * macterm.c (activate_scroll_bars, deactivate_scroll_bars):
7027         Remove functions and declarations.
7028         (mac_set_colors): Take argument for saving background color.
7029         All callers changed.
7030         (XDrawLine, XClearArea, mac_draw_bitmap, XFillRectangle)
7031         (mac_draw_rectangle, mac_draw_string_common): Save and Restore
7032         background color.
7033         (x_update_end, mac_do_track_drag): Don't reset background color.
7034         (mac_define_frame_cursor) [!TARGET_API_MAC_CARBON]:
7035         Use SetThemeCursor.
7036         (x_set_window_size) [TARGET_API_MAC_CARBON]: Move progress
7037         indicator control to the upper-right corner of the window.
7038         (arrow_cursor) [!TARGET_API_MAC_CARBON]: Remove variable.
7039         (do_init_managers) [!TARGET_API_MAC_CARBON]: Don't initialize it.
7040         (do_window_update): Update controls after updating content area.
7041         (mac_handle_window_event): Remove unused extern.
7042         (XTread_socket): Check both control handle and control part code
7043         to determine whether a scroll bar is clicked.  Activate/deactivate
7044         root control instead of contained scroll bar controls.
7045         (make_mac_terminal_frame): Use ThemeCursor constants.
7047         * macterm.h (struct mac_output) [TARGET_API_MAC_CARBON]:
7048         New member hourglass_control.
7049         (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): New defines.
7050         (activate_scroll_bars, deactivate_scroll_bars): Remove declarations.
7052 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7054         * macterm.c (keycode_to_xkeysym_table): Change mapping so that it
7055         coincides with that in Apple X11 except `clear', `enter' on
7056         laptops, and fn + `enter' on laptops.
7058 2005-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7060         * xmenu.c (ENCODE_MENU_STRING): Explicitly use string_make_unibyte.
7061         (list_of_panes, list_of_items, Fx_popup_menu): Use XCAR/XCDR.
7062         (digest_single_submenu, xmenu_show): Use ENCODE_MENU_STRING.
7064         * xfns.c (xic_defaut_fontset): New constant.
7065         (xic_create_fontsetname): New function.
7066         Extracted from create_frame_xic.  Try to generate a slightly
7067         better fontset.
7068         (xic_create_xfontset): Use it.
7069         (create_frame_xic): Simplify.
7071 2005-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7073         * fileio.c (Fmake_symbolic_link): Fix last change.
7075 2005-03-11  Richard M. Stallman  <rms@gnu.org>
7077         * fileio.c (Frename_file, Fadd_name_to_file)
7078         (Fmake_symbolic_link): If NEWNAME or LINKNAME is a directory,
7079         expand the basename of FILE relative to it.
7081 2005-03-11  Kenichi Handa  <handa@m17n.org>
7083         * fileio.c (Finsert_file_contents): Call Fcheck_coding_system
7084         before calling setup_coding_system so that autoloading of a coding
7085         system work.
7087 2005-03-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7089         * xfns.c (hourglass_started): New function.
7091         * dispextern.h: Declare hourglass_started.
7093         * keyboard.c (Fexecute_extended_command): Restart hourglass
7094         after call to Fcompleting_read if already started.
7096         * gtkutil.c (xg_update_scrollbar_pos): Call x_sync so that the
7097         GTK main loop is entered in xterm.c, thus doing the redraw.
7099 2005-03-10  Kim F. Storm  <storm@cua.dk>
7101         * xdisp.c (pos_visible_p): Fix X value in last line of buffer.
7103 2005-03-08  Kenichi Handa  <handa@m17n.org>
7105         * frame.c (x_set_font): Call set_default_ascii_font if an
7106         available font is found.
7108         * fontset.c (set_default_ascii_font): New function.
7109         (syms_of_fontset): Don't set FONTSET_ASCII (Vdefault_fontset) here.
7111         * fontset.h (set_default_ascii_font): Extern it.
7113 2005-03-07  Kim F. Storm  <storm@cua.dk>
7115         * xdisp.c (CLEAR_IMAGE_CACHE_COUNT): New const.
7116         (clear_image_cache_count): New var.
7117         (redisplay_internal): Don't clear face and image caches in the
7118         middle of redisplay; do it afterwards.
7120         * blockinput.h (TOTALLY_UNBLOCK_INPUT): Avoid dangling else.
7122         * xdisp.c (notice_overwritten_cursor): Check that phys_cursor.vpos
7123         is valid.  If not, clear phys_cursor_on_p and return.
7125 2005-03-07  Andreas Schwab  <schwab@suse.de>
7127         * blockinput.h (UNBLOCK_INPUT_TO): Always call UNBLOCK_INPUT.
7129 2005-03-06  Richard M. Stallman  <rms@gnu.org>
7131         * keyboard.c (Ftop_level): Let Fthrow deal with UNBLOCK_INPUT.
7133         * eval.c (unwind_to_catch): Use UNBLOCK_INPUT_TO.
7134         (Feval, Ffuncall): Use CHECK_CONS_LIST.
7136         * lisp.h (CHECK_CONS_LIST): New macro (two definitions).
7138         * blockinput.h (UNBLOCK_INPUT_TO): New macro.
7139         (TOTALLY_UNBLOCK_INPUT): Handle a pending signal if any.
7141 2005-03-05  Juri Linkov  <juri@jurta.org>
7143         * emacs.c (USAGE1): Replace Info node name "command arguments"
7144         with "emacs invocation".
7145         (USAGE3): Fix usage of `--color=MODE' which actually doesn't
7146         allow arguments `--color' and `MODE' to be separated by space.
7147         Add --no-blinking-cursor, -nbc.
7148         (standard_args): Add -nbc, --no-blinking-cursor.
7150 2005-03-04  Thien-Thi Nguyen  <ttn@gnu.org>
7152         * s/vms.h: Define NO_HYPHENS_IN_FILENAMES.
7153         * s/vms4-4.h, s/vms5-5.h: Undefine NO_HYPHENS_IN_FILENAMES.
7154         * fileio.c (Fexpand_file_name) [VMS]:
7155         Use NO_HYPHENS_IN_FILENAMES, not VMS4_4.
7156         * doc.c (munge_doc_file_name) [VMS]: Likewise.
7157         (Fsnarf_documentation): Call munge_doc_file_name.
7159 2005-03-04  Thien-Thi Nguyen  <ttn@gnu.org>
7161         * s/vms.h (FILE_SYSTEM_CASE): New macro.
7162         * fileio.c (Fexpand_file_name) [VMS]: Don't upcase the name
7163         "manually"; this is now handled generally via FILE_SYSTEM_CASE.
7165 2005-03-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7167         * emacs.c (main): Change `#ifdef HAVE_CARBON' to `#if
7168         defined (MAC_OSX) && defined (HAVE_CARBON)'.
7170         * image.c [!MAC_OSX && TARGET_API_MAC_CARBON]: Include QuickTime.h.
7172         * mac.c [!MAC_OSX && HAVE_CARBON]: Include Carbon.h.
7173         [!MAC_OSX] (select) [TARGET_API_MAC_CARBON]: Use ReceiveNextEvent.
7174         (posix_pathname_to_fsspec, fsspec_to_posix_pathname): New functions.
7175         (mac_clear_font_name_table): Move extern to macterm.h.
7177         * macfns.c (install_window_handler): Move extern to macterm.h.
7178         (Fx_file_dialog): Check STRINGP (default_filename) to see it is
7179         valid.  Don't check !NILP (dir) because it is already checked with
7180         CHECK_STRING.
7181         (Fx_file_dialog) [!MAC_OSX]: Use FSSpec instead of FSRef for
7182         specifying the default location and obtaining the selected filename.
7184         * macgui.h [!MAC_OSX && HAVE_CARBON]: Include Carbon.h.
7186         * macmenu.c [TARGET_API_MAC_CARBON]: Don't include headers that
7187         are included via Carbon.h.
7189         * macterm.c [TARGET_API_MAC_CARBON && !MAC_OSX]:
7190         Define USE_CARBON_EVENTS to 1.
7191         (qd) [__MRC__ && TARGET_API_MAC_CARBON]: Don't declare.
7192         (x_free_frame_resources): Call remove_window_handler for
7193         non-tooltip windows.
7194         [TARGET_API_MAC_CARBON]: Don't include headers that are included
7195         via Carbon.h.
7196         [TARGET_API_MAC_CARBON] (mac_do_track_dragUPP)
7197         (mac_do_receive_dragUPP): New variables.
7198         (mac_handle_service_event, init_service_handler): Put declarations
7199         and definitions in #ifdef MAC_OSX.
7200         (install_window_handler) [TARGET_API_MAC_CARBON]: Create UPPs for
7201         drag-and-drop handler functions and register them.
7202         (remove_window_handler): New function.
7203         (do_ae_open_documents, mac_do_receive_drag) [!MAC_OSX]:
7204         Use fsspec_to_posix_pathname.
7205         (main): Change #if !TARGET_API_MAC_CARBON to #ifdef MAC_OS8.
7206         (XTread_socket) [!MAC_OSX]: Don't pass keyboard events to TSM.
7207         [MAC_OS8] (make_mac_terminal_frame) [TARGET_API_MAC_CARBON]:
7208         Set default cursors.
7209         (mac_initialize) [USE_CARBON_EVENTS && !MAC_OSX] : Don't call
7210         init_service_handler or init_quit_char_handler.
7211         (mac_initialize) [!MAC_OSX]: Don't call MakeMeTheFrontProcess.
7213         * macterm.h (install_window_handler, remove_window_handler)
7214         (posix_pathname_to_fsspec, fsspec_to_posix_pathname)
7215         (mac_clear_font_name_table): New externs.
7217 2005-03-03  Thien-Thi Nguyen  <ttn@gnu.org>
7219         * fileio.c (FILE_SYSTEM_CASE): Define macro if not already defined.
7220         (Ffile_name_directory): Use FILE_SYSTEM_CASE unconditionally.
7221         (Fexpand_file_name): Likewise.
7223 2005-03-03  Thien-Thi Nguyen  <ttn@gnu.org>
7225         * emacs.c (Fkill_emacs): Use EXIT_SUCCESS;
7226         no longer special-case VMS.  Add bogus return value.
7228 2005-03-02  Kim F. Storm  <storm@cua.dk>
7230         * dispextern.h (XASSERTS): Define to 0 if not already defined.
7231         (xassert) [!XASSERTS]: Define dummy version.
7233 2005-03-02  Kim F. Storm  <storm@cua.dk>
7235         * xdisp.c (redisplay_window): YABX (yet another bogus xassert).
7236         Reported by David Kastrup.
7238 2005-03-01  Ehud Karni  <ehud@unix.mvs.co.il>
7240         * xdisp.c (get_next_display_element): Fix control and escape
7241         glyph from display vector.
7243 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7245         * keyboard.c (Fposn_at_x_y): Check integerness of X and Y.
7247 2005-02-27  Richard M. Stallman  <rms@gnu.org>
7249         * xdisp.c (fast_find_position): Rename END to BEG.
7250         (syms_of_xdisp) <menu-bar-update-hook>: Doc fix.
7252 2005-02-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7254         * gtkutil.c (xg_resize_outer_widget): Remove unneeded call to
7255         gtk_window_resize and x_wm_set_size_hint.
7257 2005-02-25  Kim F. Storm  <storm@cua.dk>
7259         * dispextern.h (OVERLAY_STRING_CHUNK_SIZE): Increase from 3 to 16.
7261         * xdisp.c (init_from_display_pos): Don't read past end of
7262         it->overlay_strings array.
7264 2005-02-25  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
7266         * buffer.c (syms_of_buffer): Fix typo.
7268 2005-02-23  Lute Kamstra  <lute@gnu.org>
7270         * buffer.c (Foverlay_buffer): Doc fix.
7272 2005-02-22  Kim F. Storm  <storm@cua.dk>
7274         * minibuf.c (Ftry_completion, Fall_completions): Allow both string
7275         and symbol keys in alists and hash tables.
7277         * xdisp.c (fast_find_position): Fix search for start of overlay.
7279 2005-02-21  Kim F. Storm  <storm@cua.dk>
7281         * window.c (window_scroll_pixel_based): When scrolling backwards,
7282         handle partial visible line at end of window even when we hit PT.
7284 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7286         * keymap.h: Declare Fcurrent_active_maps, used in doc.c.
7288 2005-02-21  Kim F. Storm  <storm@cua.dk>
7290         * xdisp.c (move_it_vertically_backward): Eliminate two xasserts.
7291         I think those asserts are bogus if buffer contains invisible text
7292         or images.
7294 2005-02-21  David Kastrup  <dak@gnu.org>
7296         * gtkutil.c (xg_create_frame_widgets): UNBLOCK_INPUT on error.
7298 2005-02-20  Kim F. Storm  <storm@cua.dk>
7300         * xdisp.c (pos_visible_p): Be sure to move to the specified
7301         position.  Always get the full ascent / descent of the
7302         corresponding row, to return reliable rtop and rbot values.
7303         (back_to_previous_visible_line_start): Fix 2005-01-18 change.
7304         Must look one character back, as back_to_previous_line_start
7305         returns position after the newline.
7306         (move_it_vertically_backward): Fix heuristic for when to move further
7307         back in case line_height * 2/3 is larger than window height.
7308         (cursor_row_fully_visible_p): Rename make_cursor_line_fully_visible_p
7309         as it does not do anything anymore.  Add arg current_matrix_p to
7310         use current matrix rather than desired matrix when set.
7311         (try_cursor_movement): Don't scroll to make cursor row fully
7312         visible if cursor didn't move.  This avoids unexpected recentering
7313         in case of blinking cursor or accepting process output.
7314         Use current matrix to check cursor row visibility.
7315         (redisplay_window): Fix whether to recenter or move to top in case
7316         cursor line is taller than window height.
7317         (find_first_unchanged_at_end_row): Stop search if we reach a row
7318         which not enabled (instead of abort).
7320 2005-02-18  Kim F. Storm  <storm@cua.dk>
7322         * xfaces.c (Finternal_set_lisp_face_attribute): Allow :color property
7323         to be nil in a :box attribute value list; customize prints that
7324         as lisp value when no box color is specified.
7326         * .gdbinit (pitx, pit): Pretty print display iterator.
7327         (prowx, prow): Pretty print glyph row.
7328         (pcursorx, pcursor): Pretty print a window cursor.
7329         (pwinx, pwin): Pretty print struct window.
7331 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7333         * alloc.c (BLOCK_BYTES): Harmless typo.
7335 2005-02-17  Andreas Schwab  <schwab@suse.de>
7337         * xfns.c (hack_wm_protocols): Use correct type for last parameter
7338         of XGetWindowProperty to avoid aliasing issues.
7339         (Fx_window_property): Likewise.
7341         * xselect.c (Fx_disown_selection_internal): Use union of struct
7342         input_event and struct selection_input_event to avoid aliasing issues.
7344         * xterm.c (handle_one_xevent): Use union of struct input_event and
7345         struct selection_input_event to avoid aliasing issues.
7346         (SET_SAVED_MENU_EVENT): Adapt reference to inev.
7348 2005-02-17  Kim F. Storm  <storm@cua.dk>
7350         * dispextern.h (enum it_method): New enum.
7351         (GET_FROM_*): Its members.
7352         (struct it): Change member method from function pointer to enum.
7354         * xdisp.c (check_it, init_from_display_pos, handle_stop)
7355         (setup_for_ellipsis, handle_single_display_spec)
7356         (handle_composition_prop, next_overlay_string)
7357         (get_overlay_strings, reseat_1, reseat_to_string)
7358         (next_element_from_ellipsis, BUFFER_POS_REACHED_P)
7359         (in_display_vector_p, display_line, get_next_display_element):
7360         Change it->method from function pointer to enum.
7361         (get_next_element): New array to map it->method to function.
7362         (get_next_display_element): Use it.
7363         (set_iterator_to_next): Use switch instead of if/else chain.
7365 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
7367         * w32select.c: Summary: Thorough rework to implement Unicode
7368         clipboard operations and delayed rendering.
7370         Drop last_clipboard_text and related code, keep track of
7371         ownership via clipboard_owner instead.  Drop old #if0 sections.
7373         (DEFAULT_LCID, ANSICP, OEMCP, QUNICODE, QANSICP, QOEMCP)
7374         (clipboard_owner, modifying_clipboard, cfg_coding_system)
7375         (cfg_codepage, cfg_lcid, cfg_clipboard_type, current_text)
7376         (current_coding_system, current_requires_encoding)
7377         (current_num_nls, current_clipboard_type, current_lcid):
7378         New static variables.
7380         (convert_to_handle_as_ascii, convert_to_handle_as_coded)
7381         (render, render_all, run_protected, lisp_error_handler)
7382         (owner_callback, create_owner, setup_config)
7383         (enum_locale_callback, cp_from_locale, coding_from_cp):
7384         New local functions.
7386         (term_w32select, globals_of_w32select): New global functions.
7388         (Fw32_set_clipboard_data): Ignore parameter FRAME, use
7389         clipboard_owner instead.  Use delayed rendering and provide
7390         all text formats.  Provide CF_LOCALE if necessary.
7392         (Fw32_get_clipboard_data): Handle CF_UNICODETEXT and
7393         CF_LOCALE.  Fall back to CF_TEXT, if CF_UNICODETEXT is not
7394         available.  Force DOS line-ends for decoding.
7396         (Fx_selection_exists_p): Handle CF_UNICODETEXT.
7398         (syms_of_w32select): Init and register new variables.
7400         * w32.h: Add prototypes for globals_of_w32select and
7401         term_w32select.  Make the neighboring K&R declarations into
7402         prototypes, too.
7404         * emacs.c: Include w32.h to get function prototypes.
7405         (main): Call globals_of_w32select.
7407         * w32.c (term_ntproc): Call term_w32select.
7409         * s/ms-w32.h: Guard MSC-specific #pragmas with an #ifdef.
7411 2005-02-16  Kim F. Storm  <storm@cua.dk>
7413         * xdisp.c (BUFFER_POS_REACHED_P): Return true if pos reached and
7414         at end of display vector.
7416 2005-02-15  Richard M. Stallman  <rms@gnu.org>
7418         * xdisp.c (get_next_display_element): Fix escape-glyph criterion
7419         for mode and header lines.
7421         * lread.c (syms_of_lread) <user-init-file>: Doc fix.
7423         * keymap.h (describe_map_tree): Change decl.
7425         * keyboard.c (command_loop_1): Always use safe_run_hooks
7426         to run Qdeferred_action_function.
7428         * keymap.c (describe_map_tree): New arg MENTION_SHADOW.  Calls changed.
7429         (describe_map, describe_vector): Likewise.  When it's 1,
7430         don't omit shadowed bindings, instead mark them as shadowed.
7432         * doc.c (Fsubstitute_command_keys): Compute list of shadowing maps
7433         for describe_map_tree.  Pass 1 for MENTION_SHADOW.
7435         * data.c (Fsetq_default): Allow no arg case.
7437 2005-02-14  Kenichi Handa  <handa@m17n.org>
7439         * coding.c (encode_coding_string): Always return a unibyte string.
7440         If NOCOPY is nonzero and there's no need of encoding, make STR
7441         unibyte directly.
7443         * xselect.c (lisp_data_to_selection_data): If OBJ is a non-ASCII
7444         multibyte string, signal an error instead of aborting.
7446 2005-02-12  Dan Nicolaescu  <dann@ics.uci.edu>
7448         * keyboard.c: If HAVE_FCNTL_H include fcntl.h.
7450 2005-02-12  Kim F. Storm  <storm@cua.dk>
7452         * xdisp.c (expose_window): Don't fix overlaps for mode lines.
7454 2005-02-10  Kim F. Storm  <storm@cua.dk>
7456         * xdisp.c (try_window_id): Set first_unchanged_at_end_row to NULL
7457         if it moves outside window or it doesn't display text.
7459 2005-02-09  Kim F. Storm  <storm@cua.dk>
7461         * undo.c (Fprimitive_undo): Check that undo function does not
7462         switch buffer.
7464 2005-02-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7466         * xselect.c (selection_data_to_lisp_data): For the special case
7467         type == XA_ATOM, data contains array of int, not array of Atom.
7468         (x_property_data_to_lisp, selection_data_to_lisp_data):
7469         Comment update: data must be array of int for format == 32.
7471 2005-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7473         * undo.c (Fprimitive_undo): Check veracity of delta,start,end.
7475 2005-02-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7477         * xfns.c (Fx_change_window_property): Use long array when format is 32.
7478         (Fx_window_property): If format is 32 and long is bigger than 32 bits,
7479         convert long array returned from XGetWindowProperty to an int array.
7480         (x_set_tool_bar_lines): Check that width and height is greater than
7481         zero before clearing area.
7483         * xselect.c (x_reply_selection_request): Pass long array to
7484         XChangeProperty so that 64 bit longs are handeled correctly.
7485         (x_get_window_property): If format is 32 and long is bigger than 32
7486         bits convert data from XGetWindowProperty from long array to int array.
7487         (lisp_data_to_selection_data): When the input is a vector and the
7488         format is 32, allocate a long array even if long is bigger than 32 bits.
7489         (x_fill_property_data): Use char, short and long as the man page
7490         for XChangeProperty specifies.  This way the data returned is OK for
7491         both 32 and 64 bit machines.
7492         (x_handle_dnd_message): Calculate size correctly even for 64 bit
7493         machines.
7494         (Fx_send_client_event): Undo change from 2005-02-05,
7495         x_fill_property_data now handles that case.
7497         * xfns.c (Fx_backspace_delete_keys_p): Add comment about the
7498         reason for the approach in the code.
7500 2005-02-07  Kim F. Storm  <storm@cua.dk>
7502         * undo.c (Fprimitive_undo): Record max one dummmy apply element.
7504 2005-02-06  Richard M. Stallman  <rms@gnu.org>
7506         * eval.c (Frun_hook_with_args)
7507         (Frun_hook_with_args_until_success)
7508         (Frun_hook_with_args_until_failure): Doc fixes.
7510 2005-02-05  Andreas Schwab  <schwab@suse.de>
7512         * sysdep.c (sys_subshell): Properly terminate execlp argument list.
7514 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7516         * xselect.c (Fx_send_client_event, x_handle_dnd_message): Handle
7517         the longs in a XClientMessageEvent correctly when long is 64 bits.
7519 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
7521         * xfaces.c (face_color_supported_p): Use HAVE_WINDOW_SYSTEM
7522         instead of HAVE_X_WINDOWS, for non-X windowed sessions.
7524 2005-02-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7526         * xmenu.c (menubar_selection_callback): Force out GTK buffered
7527         events so the menu event comes after them.  This is to prevent sit-for
7528         from exiting on buffered events directly after a menu selection,
7529         lisp code for Help => About Emacs uses sit-for.
7531         * gtkutil.c (create_menus): Connect selection-done event instead of
7532         the deactivate event to deactivate_cb.  This will make the last
7533         leave event come before the call to deactivate_cb, so the leave
7534         event does not make sit-for exit after a menu selection.
7536 2005-02-03  Kim F. Storm  <storm@cua.dk>
7538         * dispnew.c (build_frame_matrix_from_leaf_window)
7539          [!GLYPH_DEBUG]: Fix xassert.
7541         * xfaces.c (x_free_gc) [!GLYPH_DEBUG]: Fix xassert.
7543         * xfns.c (unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert.
7545 2005-02-03  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7547         * mac.c: Use MAC_OS_X_VERSION_MAX_ALLOWED to conditionalize by
7548         the compiling OS version.
7550         * macfns.c (x_create_tip_frame): Likewise.
7552         * macterm.c (mac_draw_string_common, x_make_frame_visible): Likewise.
7554 2005-02-03  Richard M. Stallman  <rms@gnu.org>
7556         * xterm.c (x_error_quitter): On GCC 3 and up, specify noinline.
7558         * xdisp.c (echo_area_display): Clear echo_message_buffer.
7560         * buffer.c (Fbury_buffer): Doc fix.
7562 2005-02-02  Steven Tamm  <steventamm@mac.com>
7564         * macfns.c (unwind_create_frame): Fix compile error due to
7565         xassert being uncondition, but predicate is.
7566         * dispnew.c (update_window): Fix compile error due to
7567         xassert being uncondition, but predicate is.
7569 2005-02-02  Miles Bader  <miles@gnu.org>
7571         * dispextern.h (xassert): Enable unconditionally.
7573 2005-02-02  Kim F. Storm  <storm@cua.dk>
7575         * undo.c (Fprimitive_undo): Fix dummy apply undo entry.
7577 2005-02-02  Kenichi Handa  <handa@m17n.org>
7579         * casefiddle.c (casify_object): Enable changing characters of
7580         different byte length.
7581         (casify_region): Fix loop condition, args to replace_range_2, and
7582         update opoint_byte.
7584         * insdel.c (replace_range_2): Fix bugs in adjusting markers and point.
7586 2005-02-01  Kim F. Storm  <storm@cua.dk>
7588         * xdisp.c (back_to_previous_visible_line_start): Reset iterator
7589         stack before calling handle_display_prop.
7591 2005-01-31  Kim F. Storm  <storm@cua.dk>
7593         * undo.c (Qapply): New lisp var.
7594         (syms_of_undo): Intern and staticpro it.
7595         (Fprimitive_undo): Support formats (apply FUNNAME . ARGS) and
7596         (apply DELTA BEG END FUNNAME . ARGS) instead of (FUNNAME . ARGS).
7598         * buffer.c (syms_of_buffer) <buffer-undo-list>: Doc fix.
7600 2005-01-30  Jesper Harder  <harder@phys.au.dk>
7602         * macterm.c (syms_of_macterm) <mac-reverse-ctrl-meta>
7603         <mac-emulate-three-button-mouse>: Fix docstring indentation.
7605 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
7607         * undo.c (syms_of_undo) <undo-outer-limit>: Doc update.
7608         Increase value to 3 Meg.
7610 2005-01-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7612         * xfns.c (show_hourglass): Use FRAME_X_WINDOW as parent for GTK,
7613         button events are not received otherwise.
7615 2005-01-29  Richard M. Stallman  <rms@gnu.org>
7617         * buffer.c (syms_of_buffer) <buffer-undo-list>: Doc fix.
7619         * undo.c (Fprimitive_undo): Handle (FUNNAME . ARGS) by calling FUNNAME.
7621 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7623         * keymap.c (access_keymap): YAILOM.
7625 2005-01-27  Kim F. Storm  <storm@cua.dk>
7627         * xdisp.c (get_phys_cursor_geometry): New function to calculate
7628         phys cursor position and size for hollow cursor.  Position is
7629         aligned with get_glyph_string_clip_rect and ensures that a hollow
7630         cursor is shown, even when the actual glyph is not visible.
7632         * dispextern.h (get_phys_cursor_geometry): Add prototype.
7634         * xterm.c (x_clip_to_row): Ensure y >= 0.
7635         (x_draw_hollow_cursor): Use get_phys_cursor_geometry.
7637         * w32term.c (x_draw_hollow_cursor): Use get_phys_cursor_geometry.
7639         * macterm.c (x_draw_hollow_cursor): Use get_phys_cursor_geometry.
7641 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7643         * xterm.c (x_error_quitter): Add a prototype.  Make it static again.
7645 2005-01-27  Kim F. Storm  <storm@cua.dk>
7647         * xdisp.c (get_glyph_string_clip_rect): Always show a cursor
7648         glyph, even when row is only partially visible and actual cursor
7649         position is not visible.
7651 2005-01-24  Richard M. Stallman  <rms@gnu.org>
7653         * xterm.c (x_error_quitter): No longer static, and moved after
7654         x_error_handler.
7656 2005-01-24  Kim F. Storm  <storm@cua.dk>
7658         * xdisp.c (move_it_by_lines): If we move forward after going too
7659         far back, cancel move if end position is same as start position.
7661 2005-01-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7663         * dispextern.h (struct glyph_string): New members clip_head and
7664         clip_tail.
7666         * xdisp.c (get_glyph_string_clip_rect): Restrict horizontal clip
7667         region to the area between clip_head and clip_tail.
7668         (draw_glyphs): Record the area that need to be actually redrawn to
7669         the new variables clip_head and clip_tail when there are
7670         overhangs.  Set values of these variables to the corresponding
7671         members in struct glyph_string.  Refine x coordinates for
7672         notice_overwritten_cursor using clip_head and clip_tail.
7674         * macgui.h (STORE_XCHARSETSTRUCT): New macro.
7676         * macterm.c (mac_compute_glyph_string_overhangs): Implement with
7677         QDTextBounds.
7678         (x_draw_glyph_string): Don't fill the background of the successor
7679         of a glyph with a right overhang if the successor will draw a cursor.
7680         (XLoadQueryFont): Obtain font metrics using QDTextBounds.
7681         (x_redisplay_interface): Add entry for compute_glyph_string_overhangs.
7683 2005-01-24  Kim F. Storm  <storm@cua.dk>
7685         * window.c (window_scroll_pixel_based): Fix scrolling in the wrong
7686         direction if window height was smaller than next-screen-context-lines.
7687         Now always scroll at least one line in the requested direction.
7688         Ensure that we actually do scroll backwards when requested to do so.
7690         * xdisp.c (redisplay_window): Only try to make cursor line fully
7691         visible once (to avoid redisplay loop).
7693 2005-01-23  Kim F. Storm  <storm@cua.dk>
7695         * window.c (Fpos_visible_in_window_p): Simplify return value for
7696         partially visible rows.
7697         (window_scroll_pixel_based): Adapt to that change.
7699         * window.c (window_scroll_pixel_based): Force moving to next line
7700         if scrolling doesn't move start point, e.g. if looking at tall image.
7702         * xdisp.c (pos_visible_p): Return 0 if non-interactive.
7703         Clear last_height before calling line_bottom_y to get real height.
7704         Fix calculation of y.
7706 2005-01-22  Steven Tamm  <steventamm@mac.com>
7708         * s/darwin.h: Removed PTY_ITERATION from here.
7709         (DARWIN): Define.
7711         * process.c (init_process): Default process-connection-type to
7712         nil on darwin 6 or less, t if it is 7 or higher.  This way the
7713         broken pty behavior is still allowed on darwin 6 for interactive
7714         processes for people that know what they are doing.
7716 2005-01-22  Kim F. Storm  <storm@cua.dk>
7718         * window.c (auto_window_vscroll_p): New boolean.
7719         (syms_of_window): DEFVAR_BOOL it.
7720         (Fpos_visible_in_window_p): Extend return value to include RTOP
7721         and RBOT values if FULLY is nil.
7722         (window_scroll_pixel_based): Adjust vscroll for partially visible
7723         rows if auto_window_vscroll_p is set.
7724         (Fset_window_vscroll): Do nothing if vscroll is not modified.
7726         * xdisp.c (pos_visible_p): Replace FULLY arg by RTOP and RBOT args
7727         to return number of partially invisible pixels at top and bottom
7728         of the dislay row at POS.
7730         * lisp.h (pos_visible_p): Fix prototype.
7732 2005-01-21  Richard M. Stallman  <rms@gnu.org>
7734         * fileio.c (Fcopy_file): Doc fix.
7736 2005-01-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7738         * gtkutil.c (xg_tool_bar_detach_callback): Remove unused variable bw.
7739         (xg_get_file_name): Move declaration ofx_use_old_gtk_file_dialog to
7740         start of function for older compilers.
7742 2005-01-20  Richard M. Stallman  <rms@gnu.org>
7744         * editfns.c (Fmessage): If arg is "", return "" (as before).
7746         * keymap.c (access_keymap): Protect from bad value of meta_prefix_char.
7748         * .gdbinit (xgetptr, xgetint, xgettype): Copy $arg0 into a temp
7749         variable.
7751 2005-01-20  Steven Tamm  <steventamm@mac.com>
7753         * editfns.c (Voperating_system_release): Add.
7754         (init_editfns): Assign new variable operating-system-release
7755         based on call to uname if available.
7756         (get_operating_system_release): Add function to
7757         allow c-level access to operating system release.
7759         * config.h: Regenerated.
7761         * s/darwin.h (PTY_ITERATION): Don't allow PTYs on darwin 6 or less.
7762         (MIN_PTY_KERNEL_VERSION): Define minimum kernel version for
7763         using ptys as '7'.
7765 2005-01-20  Kim F. Storm  <storm@cua.dk>
7767         * alloc.c (STRING_MARKED_P, VECTOR_MARKED_P): Return boolean.
7769         * xterm.c (x_draw_glyph_string_box): Fix last_x for full width rows.
7770         Thanks to Chong Yidong <cyd@stupidchicken.com> for debugging this.
7772         * macterm.c (x_draw_glyph_string_box): Likewise.
7774         * w32term.c (x_draw_glyph_string_box): Likewise.
7776         * indent.c (Fvertical_motion): Temporarily disable selective display.
7778 2005-01-19  Kim F. Storm  <storm@cua.dk>
7780         * xdisp.c (note_mode_line_or_margin_highlight): Fix :pointer
7781         image property.
7783         * fns.c (sweep_weak_table): Advance prev pointer when we keep a pair.
7785 2005-01-18  Kim F. Storm  <storm@cua.dk>
7787         * xdisp.c (fast_find_position): Backtrack to find first row if
7788         charpos is inside a display overlay that spans multiple lines.
7790 2005-01-18  Kenichi Handa  <handa@m17n.org>
7792         * coding.c (decode_coding_iso2022): Translate invalid codes if
7793         translation-table is specified.
7795 2005-01-18  Kim F. Storm  <storm@cua.dk>
7797         * xdisp.c (back_to_previous_visible_line_start): Undo 2004-12-28
7798         change.  If handle_display_prop indicates newline is replaced by
7799         image or text, move back to start of relevant overlay or interval
7800         and continue scan from there.  Simplify.
7802 2005-01-17  Kim F. Storm  <storm@cua.dk>
7804         * dispnew.c (mode_line_string, marginal_area_string):
7805         Fix off-by-one error in search for glyph.
7807 2005-01-16  Kim F. Storm  <storm@cua.dk>
7809         * macterm.c (syms_of_macterm) <mac-allow-anti-aliasing>: Doc fix.
7811 2005-01-16  Steven Tamm  <steventamm@mac.com>
7813         * macterm.c (mac_to_x_fontname): Remove spurious argument.
7815 2005-01-16  Andreas Schwab  <schwab@suse.de>
7817         * macterm.c (mac_draw_string_common): Fix compilation on OSX 10.1.
7819 2005-01-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7821         * fringe.c (Fdefine_fringe_bitmap, init_fringe): When assigning
7822         fringe_faces, cast result from xmalloc/xrealloc to Lisp_Object *.
7824 2005-01-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7826         * keyboard.c (READABLE_EVENTS_DO_TIMERS_NOW)
7827         (READABLE_EVENTS_FILTER_EVENTS, READABLE_EVENTS_IGNORE_SQUEEZABLES):
7828         New flags for readable_events.
7829         (get_filtered_input_pending, readable_filtered_events): Remove.
7830         (tracking_off): Call readable_events and get_input_pending with
7831         flag READABLE_EVENTS_DO_TIMERS_NOW.
7832         (readable_events): Move code from old readable_filtered_events here,
7833         but check new READABLE_EVENTS_* in argument flags instead of previous
7834         two boolean arguments do_timers_now and filter_events.
7835         If we are doing mouse tracking and the mouse moved, return only if
7836         READABLE_EVENTS_IGNORE_SQUEEZABLES is not set in flags.
7837         (swallow_events): Call get_input_pending with flag
7838         READABLE_EVENTS_DO_TIMERS_NOW.
7839         (get_input_pending): Move code from old get_filtered_input_pending
7840         here.  Replace boolean arguments do_timers_now, filter_events with
7841         flags, and pass flags to readable_events.  Document new
7842         READABLE_EVENTS_* flags.
7843         (detect_input_pending_ignore_squeezables): New function.
7844         (detect_input_pending_run_timers): Call get_input_pending with flag
7845         READABLE_EVENTS_DO_TIMERS_NOW.
7846         (Finput_pending_p): Call get_input_pending with flags
7847         READABLE_EVENTS_DO_TIMERS_NOW and READABLE_EVENTS_FILTER_EVENTS.
7849         * dispnew.c (update_window, update_frame_1): Replace calls to
7850         detect_input_pending with detect_input_pending_ignore_squeezables
7851         so that redisplay is not paused if the event queue contains only
7852         mouse movements.
7854         * lisp.h: Declare detect_input_pending_ignore_squeezables.
7856 2005-01-15  Steven Tamm  <steventamm@mac.com>
7858         * macterm.c (Vmac_use_core_graphics): Declare variable for
7859         mac-allow-anti-aliasing.
7860         (syms_of_macterm): DEFVAR_LISP and initialize it.
7861         (mac_draw_string_common): Use core graphics text rendering if
7862         mac-allow-anti-aliasing is enabled.
7864         * macfns.c (Fx_file_dialog): Save As dialog includes only the
7865         file name in the text box.
7867 2005-01-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7869         * macfns.c (x_set_foreground_color, x_set_background_color):
7870         Sync with xfns.c.
7871         (mac_window, x_create_tip_frame): Use XSetWindowBackground.
7872         * macterm.c (XSetBackground, XSetWindowBackground): New functions.
7873         * macterm.h (XSetBackground, XSetWindowBackground): Add externs.
7875 2005-01-14  Kim F. Storm  <storm@cua.dk>
7877         * keyboard.c (Fposn_at_x_y): Add optional arg WHOLE.
7879 2005-01-13  Richard M. Stallman  <rms@gnu.org>
7881         * keymap.c (Fcurrent_active_maps): Ignore Voverriding_local_map
7882         if Voverriding_terminal_local_map is non-nil.
7884         * keyboard.c (syms_of_keyboard): Doc fix.
7886 2005-01-13  Kim F. Storm  <storm@cua.dk>
7888         * xdisp.c (Fformat_mode_line): Fix last change.  Remove NO_PROPS arg
7889         (specify 0 for FACE instead).  Reorder arg list.  Doc fix.
7891 2005-01-12  Richard M. Stallman  <rms@gnu.org>
7893         * xdisp.c (Fformat_mode_line): New arg FACE specifies a default
7894         face property for characters that don't specify one.
7896         * fns.c (Frequire): Record in load-history unconditionally.
7898 2005-01-10  Kim F. Storm  <storm@cua.dk>
7900         * dispextern.h (merge_faces): Rename from merge_into_realized_face.
7902         * xfaces.c (merge_faces): Rename from merge_into_realized_face.
7903         Callers changed.
7904         Add support to merge with lisp face id too (if face_name is t).
7906         * xdisp.c (get_next_display_element, next_element_from_display_vector):
7907         Don't lookup lface_id from display table glyphs here; instead use
7908         merge_faces to merge the lisp face id into current face.
7910 2005-01-09  Kim F. Storm  <storm@cua.dk>
7912         * dispextern.h (struct it): New member dpvec_face_id.
7913         (merge_into_realized_face): Add prototype.
7915         * xfaces.c (merge_into_realized_face): New function.  Used to
7916         merge escape-glyph face or face from display table into current face.
7918         * xdisp.c (Vshow_nonbreak_escape): New lisp var.
7919         (syms_of_xdisp): DEFVAR_LISP it.
7920         (escape_glyph_face): Remove var.
7921         (redisplay_window): Don't initialize it.
7922         (setup_for_ellipsis, get_next_display_element):
7923         Set it->dpvec_face_id to -1.
7924         (get_next_display_element): Test Vshow_nonbreak_escape.
7925         Do not setup escape_glyph_face.
7926         Properly merge escape-glyph face or face from display table with
7927         current face for escape and control characters.
7928         Set it->dpvec_face_id to relevant face id instead of adding it to each
7929         element of display vector.
7930         (next_element_from_display_vector): If it->dpvec_face_id is set,
7931         use that instead of lface_id from glyph itself.
7933 2005-01-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7935         * xterm.h (struct x_output): New member, toolbar_detached.
7937         * gtkutil.c (xg_create_frame_widgets): Set initial tool bar height to
7938         38.
7939         (xg_tool_bar_detach_callback): Set toolbar_detached to 1.
7940         (xg_tool_bar_attach_callback): Set toolbar_detached to 0.
7941         (xg_create_tool_bar): Initialize toolbar_detached.
7942         (update_frame_tool_bar): Only set FRAME_TOOLBAR_HEIGHT (f) if
7943         toolbar_detached is zero.
7945 2005-01-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7947         * xmenu.c (create_and_show_popup_menu): Pass zero as button to
7948         gtk_menu_popup if not for_click, so callbacks for the menu are called.
7950         * gtkutil.c (xg_gtk_scroll_destroy, xg_create_scroll_bar)
7951         (xg_tool_bar_callback, xg_tool_bar_help_callback)
7952         (update_frame_tool_bar): Cast to EMACS_INT to avoid compiler warning.
7954         * xselect.c (x_get_foreign_selection, x_fill_property_data)
7955         (Fx_get_atom_name, Fx_send_client_event): Replace XFLOAT with
7956         XFLOAT_DATA to get extract number from Lisp object.
7958 2005-01-07  Kim F. Storm  <storm@cua.dk>
7960         * xdisp.c (set_iterator_to_next): Fix 2004-12-13 change.
7961         Set stop_charpos to current charpos instead of 0.
7963 2005-01-06  Nick Roberts  <nickrob@snap.net.nz>
7965         * xdisp.c (Fformat_mode_line): First arg now required.
7967 2005-01-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7969         * macterm.c (XLoadQueryFont): Correctly handle 0 size
7970         font widths that are returned from some Japanese fonts.
7972 2005-01-06  Kim F. Storm  <storm@cua.dk>
7974         * fringe.c (fringe_faces): Change to Lisp_Object pointer.
7975         (draw_fringe_bitmap_1): Lookup user defined fringe faces here.
7976         (destroy_fringe_bitmap): Set fringe_faces element to nil.
7977         (Fdefine_fringe_bitmap, init_fringe): Change allocation of
7978         fringe_faces array and init elements to nil.
7979         (Fset_fringe_bitmap_face): Set fringe_faces to face name instead of
7980         non-persistent face id.
7981         (mark_fringe_data): New function for GC.
7983         * alloc.c (mark_fringe_data): Declare extern.
7984         (Fgarbage_collect): Call mark_fringe_data.
7986         * alloc.c (overrun_check_free): Invalidate freed memory if
7987         XMALLOC_CLEAR_FREE_MEMORY is defined.
7989 2005-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7991         * macfns.c: Include sys/param.h.
7992         [TARGET_API_MAC_CARBON] (mac_nav_event_callback): New declaration
7993         and function.
7994         [TARGET_API_MAC_CARBON] (Fx_file_dialog): Use MAXPATHLEN for size
7995         of filename string.  Set event callback function when creating
7996         dialog boxes.  Add code conversions for filenames.  Don't dispose
7997         of apple event descriptor record if failed to create it.
7999         * macterm.c: Include sys/param.h.
8000         [USE_CARBON_EVENTS] (mac_handle_window_event): Add handler for
8001         kEventWindowUpdate.
8002         (install_window_handler) [USE_CARBON_EVENTS]: Register it.
8003         (do_ae_open_documents) [TARGET_API_MAC_CARBON]: Get FSRef instead
8004         of FSSpec from apple event descriptor record.
8005         (do_ae_open_documents) [TARGET_API_MAC_CARBON]: Use MAXPATHLEN for
8006         size of filename string.
8007         [TARGET_API_MAC_CARBON] (mac_do_receive_drag): Likewise.
8008         [TARGET_API_MAC_CARBON] (mac_do_receive_drag): Return error when a
8009         file dialog is in action.
8010         [TARGET_API_MAC_CARBON] (mac_do_track_drag): Likewise.
8011         Reject only when there are no filename items.  Set background color
8012         before (un)highlighting the window below the dragged items.
8013         (XTread_socket) [USE_CARBON_EVENTS]: Don't call do_window_update.
8015 2005-01-05  Romain Francoise  <romain@orebokech.com>
8017         * term.c (encode_terminal_code): Fix buffer size computation.
8019 2005-01-04  Richard M. Stallman  <rms@gnu.org>
8021         * xdisp.c (Fformat_mode_line): Doc fix.
8023 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8025         * alloc.c (refill_memory_reserve): Move.
8026         (emacs_blocked_free, emacs_blocked_malloc, emacs_blocked_realloc)
8027         (reset_malloc_hooks, uninterrupt_malloc) [SYNC_INPUT]: Don't define.
8029 2005-01-03  Richard M. Stallman  <rms@gnu.org>
8031         * window.c (window_scroll_pixel_based): Don't correct preserve_y
8032         for CURRENT_HEADER_LINE_HEIGHT when moving backwards.
8034 2005-01-03  Jason Rumney  <jasonr@gnu.org>
8036         * w32bdf.c (w32_load_bdf_font): Set fontp->average_width and
8037         fontp->space_width to FONT_WIDTH so they are valid.
8039         * w32fns.c (w32_load_system_font): Set FONT_WIDTH to maximum, not
8040         average width.  Set fontp->average_width and fontp->space_width to
8041         their appropriate values.
8043         * w32term.c (x_new_font): Set FRAME_COLUMN_WIDTH to
8044         fontp->average_width, not FONT_WIDTH.  Set FRAME_SPACE_WIDTH to
8045         fontp->space_width.
8047 2005-01-03  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8049         * macterm.c (x_new_font): Set FRAME_SPACE_WIDTH.
8050         (x_font_min_bounds, XLoadQueryFont): Use the correct font width
8051         metrics for max and min bounds.
8052         (x_load_font): Correctly calculate average font width metrics.
8054 2005-01-02  Richard M. Stallman  <rms@gnu.org>
8056         * alloc.c (Fgarbage_collect): Don't truncate_undo_list on dead buffers.
8058 2004-12-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8060         * xterm.c (handle_one_xevent): Clear area in expose event for GTK.
8062 2004-12-31  Richard M. Stallman  <rms@gnu.org>
8064         * xdisp.c (setup_for_ellipsis, get_next_display_element):
8065         Set it->ellipsis_p to 1 or 0.
8066         (display_line): Record whether row ends in mid-ellipsis.
8067         (set_cursor_from_row): If ends in ellipsis, find start of it.
8068         (cursor_row_p): If PT's at the end of the ellipsis the row
8069         ends within, don't display cursor on this row.
8071         * dispextern.h (struct it): New element ellipsis_p.
8072         (struct glyph_row): New element ends_in_ellipsis_p.
8074         * xdisp.c (BUFFER_POS_REACHED_P): We haven't reached the specified
8075         position if we're reading from something other than the buffer.
8077         * window.c (window_scroll_pixel_based): Only look at
8078         Vscroll_preserve_screen_position if the old PT can't be kept.
8079         (syms_of_window) <scroll-preserve-screen-position>: Doc fix.
8081 2004-12-30  Kim F. Storm  <storm@cua.dk>
8083         * xdisp.c (get_line_height_property): New function extracted from
8084         original calc_line_height_property.
8085         (calc_line_height_property): Rework.  Handle t and (nil . ratio).
8086         (x_produce_glyphs): Use them to handle line-height and
8087         line-spacing according to new height spec.
8088         (Qtotal): Remove.
8089         (syms_of_xdisp): Remove intern and staticpro for Qtotal.
8091 2004-12-30  Kenichi Handa  <handa@m17n.org>
8093         * fileio.c (Finsert_file_contents): Don't use
8094         current_buffer->buffer_file_coding_system even if REPLACE is
8095         non-nil.  Call Qafter_insert_file_set_coding with the second arg VISIT.
8097         * fontset.h (struct font_info): New members space_width and
8098         average_width.
8100         * frame.h (struct frame): New member space_width.
8101         (FRAME_SPACE_WIDTH): New macro.
8103         * xterm.h (struct x_display_info): New member Xatom_AVERAGE_WIDTH.
8105         * xterm.c (x_new_font): Set FRAME_COLUMN_WIDTH to
8106         fontp->average_width, not FONT_WIDTH.  Set FRAME_SPACE_WIDTH to
8107         fontp->space_width.
8108         (x_load_font): Calculate fontp->space_width and fontp->average_width.
8109         (x_term_init): Initialize dpyinfo->Xatom_AVERAGE_WIDTH.
8111         * xdisp.c (x_produce_glyphs): Calculate tab width by
8112         FRAME_SPACE_WIDTH, not FRAME_COLUMN_WIDTH.
8114 2004-12-29  Sanghyuk Suh  <han9kin@mac.com>
8116         * macterm.c (SelectionRange): Add Xcode position apple event struct.
8117         (do_ae_open_documents): Handle Xcode-style file position open events.
8119 2004-12-29  Luc Teirlinck  <teirllm@auburn.edu>
8121         * buffer.c (syms_of_buffer) <vertical-scroll-bar>: Correct typo.
8123 2004-12-29  Richard M. Stallman  <rms@gnu.org>
8125         * buffer.c (syms_of_buffer) <vertical-scroll-bar>: Doc fix.
8127 2004-12-29  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8129         * macfns.c (install_window_handler): Modify extern to return OSErr
8130         value.
8131         (mac_window): Handle return value of install_window_handler.
8133         * macterm.c (reflect_byte): Remove function.
8134         (mac_create_bitmap_from_bitmap_data): Don't call reflect_byte.
8135         Lookup table instead.
8136         (mac_do_font_lists): Simplify calculation of the longest
8137         nonspecial string.
8138         (init_mac_drag_n_drop): Remove function and declaration.
8139         (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
8140         init_mac_drag_n_drop.
8141         (mac_do_track_drag): New function and declaration.
8142         (install_window_handler): Return OSErr value.
8143         (install_window_handler) [TARGET_API_MAC_CARBON]:
8144         Register handlers for tracking/receiving drag-and-drop items.
8145         (do_ae_open_documents): Generate unibyte strings for filenames.
8146         (mac_do_receive_drag) [TARGET_API_MAC_CARBON] : Likewise.
8147         Reject only non-filename items.  Set event modifiers, and return value.
8149 2004-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
8151         * coding.c (decode_coding): Fix previous change.
8153 2004-12-28  Richard M. Stallman  <rms@gnu.org>
8155         * xdisp.c (back_to_previous_visible_line_start):
8156         Don't call handle_display_prop.
8158 2004-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
8160         * coding.c (decode_coding_XXX, decode_composition_emacs_mule)
8161         (decode_coding_emacs_mule, encode_coding_emacs_mule)
8162         (decode_coding_iso2022, encode_designation_at_bol)
8163         (encode_coding_iso2022, decode_coding_sjis_big5, decode_eol)
8164         (decode_coding): Constify arguments and local vars.
8166 2004-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8168         * xmenu.c (popup_get_selection): Only pop down dialogs
8169         on C-g and Escape.
8170         (popup_get_selection): Remove parameter down_on_keypress.
8171         (create_and_show_popup_menu, create_and_show_dialog):
8172         Remove parameter down_on_keypress to popup_get_selection.
8174 2004-12-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8176         * dispextern.h: Change HAVE_CARBON to MAC_OS.
8177         (struct glyph_string): Likewise.
8179         * emacs.c (main) [MAC_OS8]: Call mac_term_init instead of
8180         mac_initialize.
8182         * fileio.c (Fnext_read_file_uses_dialog_p, Fread_file_name):
8183         Change TARGET_API_MAC_CARBON to HAVE_CARBON.
8185         * fns.c (vector): Change MAC_OSX to MAC_OS.
8187         * frame.c (x_set_frame_parameters, x_report_frame_params)
8188         (x_set_fullscreen): Remove #ifndef HAVE_CARBON.
8189         (x_set_border_width, Vdefault_frame_scroll_bars):
8190         Change HAVE_CARBON to MAC_OS.
8192         * image.c [MAC_OS]: Include sys/stat.h.
8193         [MAC_OS && !MAC_OSX]: Include sys/param.h, ImageCompression.h, and
8194         QuickTimeComponents.h.
8196         * mac.c [!MAC_OSX] (mac_wait_next_event): Add extern.
8197         [!MAC_OSX] (select): Use mac_wait_next_event.
8198         [!MAC_OSX] (run_mac_command): Change EXEC_SUFFIXES to Vexec_suffixes.
8199         [!MAC_OSX] (select, run_mac_command): Change `#ifdef
8200         TARGET_API_MAC_CARBON' to `#if TARGET_API_MAC_CARBON'.
8201         (mac_clear_font_name_table): Add extern.
8202         (Fmac_clear_font_name_table): New defun.
8203         (syms_of_mac): Defsubr it.
8204         [MAC_OSX] (SELECT_POLLING_PERIOD_USEC): New define.
8205         [MAC_OSX] (select_and_poll_event): New function.
8206         [MAC_OSX] (sys_select): Use it.
8207         [MAC_OSX && SELECT_USE_CFSOCKET] (socket_callback): New function.
8208         [MAC_OSX && SELECT_USE_CFSOCKET]
8209         (SELECT_TIMEOUT_THRESHOLD_RUNLOOP, EVENT_CLASS_SOCK): New defines.
8210         [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]: Use CFSocket and
8211         RunLoop for simultaneously monitoring two kinds of inputs, window
8212         events and process outputs, without periodically polling.
8214         * macfns.c (mac_initialized): Remove extern.
8215         (stricmp): Put in #if 0.  All callers changed to use xstricmp in
8216         xfaces.c.
8217         (strnicmp): Decrement `n' at the end of each loop, not the beginning.
8218         (check_mac): Use the term "Mac native windows" instead of "Mac OS".
8219         (check_x_display_info, x_display_info_for_name): Sync with xfns.c.
8220         (mac_get_rdb_resource): New function (from w32reg.c).
8221         (x_get_string_resource): Use it.
8222         (install_window_handler): Add extern.
8223         (mac_window): New function.
8224         (Fx_create_frame): Use it instead of make_mac_frame.
8225         Set parameter for Qfullscreen.  Call x_wm_set_size_hint.
8226         (Fx_open_connection, Fx_close_connection): New defuns.
8227         (syms_of_macfns): Defsubr them.
8228         (x_create_tip_frame) [TARGET_API_MAC_CARBON]:
8229         Add kWindowNoUpdatesAttribute to the window attribute.
8230         (x_create_tip_frame) [!TARGET_API_MAC_CARBON]: Use NewCWindow.
8231         (x_create_tip_frame): Don't call ShowWindow.
8232         (Fx_show_tip): Call ShowWindow.
8233         (Fx_file_dialog): Change `#ifdef TARGET_API_MAC_CARBON' to `#if
8234         TARGET_API_MAC_CARBON'.
8235         (mac_frame_parm_handlers): Set handlers for Qfullscreen.
8236         (syms_of_macfns) [MAC_OSX]: Initialize mac_in_use to 0.
8238         * macgui.h [!MAC_OSX]: Don't include Controls.h.  Include Windows.h.
8239         (Window): Typedef to WindowPtr and move outside `#if
8240         TARGET_API_MAC_CARBON'.
8241         (XSizeHints): New struct.
8243         * macterm.c (x_update_begin, x_update_end)
8244         [TARGET_API_MAC_CARBON]: Disable screen updates during update of a
8245         frame.
8246         (x_draw_glyph_string_background, x_draw_glyph_string_foreground)
8247         [MAC_OS8]: Use XDrawImageString/XDrawImageString16.
8248         (construct_mouse_click): Put in #if 0.
8249         (x_check_fullscreen, x_check_fullscreen_move): Remove decls.
8250         (x_scroll_bar_create, x_scroll_bar_handle_click): Change `#ifdef
8251         TARGET_API_MAC_CARBON' to `#if TARGET_API_MAC_CARBON'.
8252         (activate_scroll_bars, deactivate_scroll_bars)
8253         [!TARGET_API_MAC_CARBON]: Use ActivateControl/DeactivateControl.
8254         (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Reposition window
8255         if the position is neither user-specified nor program-specified.
8256         (x_free_frame_resources): Free size_hints.
8257         (x_wm_set_size_hint): Allocate size_hints if needed.  Set size_hints.
8258         (mac_clear_font_name_table): New function.
8259         (mac_do_list_fonts): Initialize font_name_table if needed.
8260         (x_list_fonts): Don't initialize font_name_table.  Add BLOCK_INPUT
8261         around mac_do_list_fonts.
8262         (mac_unload_font): New function.
8263         (x_load_font): Add BLOCK_INPUT around XLoadQueryFont.
8264         (init_mac_drag_n_drop, mac_do_receive_drag): Enclose declarations
8265         and definitions with #if TARGET_API_MAC_CARBON.
8266         [USE_CARBON_EVENTS] (mac_handle_window_event): Add decl.
8267         (install_window_handler): Add decl.
8268         (do_window_update): Add BeginUpdate/EndUpdate for the tooltip
8269         window.  Use UpdateControls.  Get the rectangle that should be
8270         updated and restrict the target of expose_frame to it.
8271         (do_grow_window): Set minimum height/width according to size_hints.
8272         (do_grow_window) [TARGET_API_MAC_CARBON]: Use ResizeWindow.
8273         (do_zoom_window): Don't use x_set_window_size.
8274         [USE_CARBON_EVENTS] (mac_handle_window_event): New function.
8275         (install_window_handler): New function.
8276         [!USE_CARBON_EVENTS] (mouse_region): New variable.
8277         [!USE_CARBON_EVENTS] (mac_wait_next_event): New function.
8278         (XTread_socket) [USE_CARBON_EVENTS]: Move call to
8279         GetEventDispatcherTarget inside BLOCK_INPUT.
8280         (XTread_socket) [!USE_CARBON_EVENTS]: Use mac_wait_next_event.
8281         Update mouse_region when mouse is moved.
8282         (make_mac_frame): Remove.
8283         (make_mac_terminal_frame): Put in #ifdef MAC_OS8.
8284         Initialize mouse pointer shapes.  Change values of f->left_pos and
8285         f->top_pos.  Don't use make_mac_frame.  Use NewCWindow.
8286         Don't call ShowWindow.
8287         (mac_initialize_display_info) [MAC_OSX]: Create mac_id_name from
8288         Vinvocation_name and Vsystem_name.
8289         (mac_make_rdb): New function (from w32term.c).
8290         (mac_term_init): Use it.  Add BLOCK_INPUT.  Error if display has
8291         already been opened.  Don't pass argument to
8292         mac_initialize_display_info.  Don't set dpyinfo->height/width.
8293         Add entries to x_display_list and x_display_name_list.
8294         (x_delete_display): New function.
8295         (mac_initialize): Don't call mac_initialize_display_info.
8296         (syms_of_macterm) [!MAC_OSX]: Don't call Fprovide.
8298         * macterm.h (check_mac): Add extern.
8299         (struct mac_output): New member size_hints.
8300         (FRAME_SIZE_HINTS): New macro.
8301         (mac_unload_font): Add extern.
8303         * xdisp.c (expose_window, expose_frame): Remove kludges for Mac.
8305         * xfaces.c (clear_font_table) [MAC_OS]: Call mac_unload_font.
8307 2004-12-27  Richard M. Stallman  <rms@gnu.org>
8309         * buffer.c (Fbuffer_disable_undo): Delete (move to simple.el).
8310         (syms_of_buffer): Don't defsubr it.
8312         * process.c (list_processes_1): Set undo_list instead
8313         of calling Fbuffer_disable_undo.
8315         * xdisp.c (single_display_spec_string_p): Rename from
8316         single_display_prop_string_p.
8317         (single_display_spec_intangible_p): Rename from
8318         single_display_prop_intangible_p.
8319         (handle_single_display_spec): Rename from handle_single_display_prop.
8320         Rewritten to be easier to understand.
8322         Change in load-history format.  Functions now get (defun . NAME),
8323         and variables get just NAME.
8325         * data.c (Fdefalias): Use (defun . FN_NAME) in LOADHIST_ATTACH.
8327         * eval.c (Fdefun, Fdefmacro): Use (defun . FN_NAME) in LOADHIST_ATTACH.
8328         (Fdefvaralias, Fdefvar, Fdefconst): Use just SYM in LOADHIST_ATTACH.
8329         (Qdefvar): Var deleted.
8330         (syms_of_eval): Don't initialze it.
8332         * lread.c (syms_of_lread) <load-history>: Doc fix.
8334 2004-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8336         * xmenu.c (popup_get_selection): Pop down on C-g.
8337         (set_frame_menubar): Install translations for Lucid/Motif/Lesstif that
8338         pops down menu on C-g.
8339         (xdialog_show): If dialog popped down and no button in the dialog was
8340         pushed, call Fsignal to quit.
8341         (xmenu_show): In no toolkit version, if menu returns NO_SELECT call
8342         Fsignal to quit.
8344         * xfns.c (Fx_file_dialog): Motif/Lesstif version: Pop down on C-g.
8346         * gtkutil.c (xg_initialize): Install bindings for C-g so that
8347         dialogs and menus pop down.
8349 2004-12-27  Kenichi Handa  <handa@m17n.org>
8351         * coding.c (code_convert_region): Fix calculation of `ratio'.
8353 2004-12-25  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8355         * gtkutil.c (update_frame_tool_bar): Make the value of
8356         tool-bar-button-margin control margins of images in tool bar.
8358         * alloc.c (check_depth): New variable.
8359         (overrun_check_malloc, overrun_check_realloc): Only add
8360         overhead and write check pattern if check_depth is 1 (to handle
8361         recursive calls).  Increase/decrease check_depth in entry/exit.
8362         (overrun_check_free): Only check for overhead if check_depth is 1.
8363         Increase/decrease check_depth in entry/exit.
8365 2004-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8367         * keyboard.c (input_available_signal): Call SIGNAL_THREAD_CHECK
8368         before touching input_available_clear_time, to avoid accessing it
8369         from multiple threads.
8371 2004-12-23  Jason Rumney  <jasonr@gnu.org>
8373         * image.c (__WIN32__) [HAVE_NTGUI]: Define for correct behaviour
8374         of JPEG library.
8376 2004-12-22  Richard M. Stallman  <rms@gnu.org>
8378         * emacs.c (main): If batch mode, set Vundo_outer_limit to nil.
8380         * lisp.h (Vundo_outer_limit): Fix decl.
8382         * undo.c (Vundo_outer_limit): Replaces undo_outer_limit.
8383         Uses changed.
8384         (syms_of_undo): Initialize appropriately.
8385         (truncate_undo_list): If it's nil, there's no limit.
8387 2004-12-22  Kenichi Handa  <handa@m17n.org>
8389         * xselect.c (Fx_get_cut_buffer_internal): Return a unibyte string.
8391 2004-12-21  Richard M. Stallman  <rms@gnu.org>
8393         * eval.c (unwind_to_catch): Clear immediate_quit.
8395         * xdisp.c (get_next_display_element): Display codes 8a0 and 8ad
8396         specially as `\ ' and `\-'.
8398         * keyboard.c (kbd_buffer_store_event_hold):
8399         In the code for while-no-input, handle immediate_quit.
8401         * alloc.c (Fgarbage_collect): Update call to truncate_undo_list.
8402         Call that at the very start.
8403         (undo_limit, undo_strong_limit, undo_outer_limit): Move to undo.c.
8404         (syms_of_alloc): Don't define undo-limit,
8405         undo-strong-limit and undo-outer-limit here.
8407         * undo.c (truncate_undo_list): Return void.
8408         Take just one argument, the buffer.
8409         Make it current, and inhibit recursive GC.
8410         Access and update the undo list directly; return void.
8411         Refer to the undo...limit variables directly.
8412         Test undo_outer_limit only after counting the whole current command.
8413         When it's exceeded, call the function in undo-outer-limit-function.
8414         (undo_limit, undo_strong_limit, undo_outer_limit): From alloc.c.
8415         (Vundo_outer_limit_function): New variable.
8416         (syms_of_undo): Define undo-limit, undo-strong-limit
8417         and undo-outer-limit here, and undo-outer-limit-function.
8418         Doc fixes.
8420         * lisp.h (truncate_undo_list): Update decl.
8422 2004-12-21  Piet van Oostrum  <piet@cs.uu.nl>
8424         * fileio.c (Fread_file_name): Delete duplicates in
8425         file-name-history when history_delete_duplicates is true.
8427 2004-12-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8429         * macterm.c (mac_do_list_fonts): Fix memory leak
8431 2004-12-20  Richard M. Stallman  <rms@gnu.org>
8433         * regex.c (re_match_2_internal) <symend, wordend>:
8434         Fix calls to UPDATE_SYNTAX_TABLE_FORWARD.
8436 2004-12-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8438         * macterm.c (endif, x_font_name_to_mac_font_name):
8439         Use maccentraleurroman instead of maccentraleuropean
8440         (mac_c_string_match, mac_do_list_fonts): Speed up font search by
8441         quickly finding a specific font without needing regexps.
8443 2004-12-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8445         * syssignal.h: Declare main_thread.
8446         (SIGNAL_THREAD_CHECK): New macro.
8448         * keyboard.c (input_available_signal): Move thread checking code
8449         to macro SIGNAL_THREAD_CHECK and call that macro.
8450         (interrupt_signal): Call SIGNAL_THREAD_CHECK.
8452         * alloc.c (uninterrupt_malloc): Move main_thread to emacs.c.
8454         * emacs.c: Define main_thread.
8455         (main): Initialize main_thread.
8456         (handle_USR1_signal, handle_USR2_signal, fatal_error_signal)
8457         (memory_warning_signal): Call SIGNAL_THREAD_CHECK.
8459         * floatfns.c (float_error): Call SIGNAL_THREAD_CHECK.
8461         * dispnew.c (window_change_signal): Call SIGNAL_THREAD_CHECK.
8463         * sysdep.c (select_alarm): Call SIGNAL_THREAD_CHECK.
8465         * process.c (send_process_trap, sigchld_handler):
8466         Call SIGNAL_THREAD_CHECK.
8468         * data.c (arith_error): Call SIGNAL_THREAD_CHECK.
8470         * atimer.c (alarm_signal_handler): Call SIGNAL_THREAD_CHECK.
8472         * xterm.c (xg_scroll_callback): Update XG_LAST_SB_DATA before
8473         returning when xg_ignore_gtk_scrollbar is true.
8475 2004-12-14  Kim F. Storm  <storm@cua.dk>
8477         * keyboard.c (read_char): Save and restore echo_string when
8478         handling input method.
8480 2004-12-13  Richard M. Stallman  <rms@gnu.org>
8482         * eval.c (syms_of_eval) <quit-flag>: Doc fix.
8484         * keyboard.c (Vthrow_on_input): New variable.
8485         (syms_of_keyboard): Defvar and initialize it.
8486         (kbd_buffer_store_event_hold): Handle Vthrow_on_input.
8488         * lisp.h (QUIT): Check for Vthrow_on_input.
8489         (Vthrow_on_input): Declare it.
8491 2004-12-13  Kim F. Storm  <storm@cua.dk>
8493         * xdisp.c (set_iterator_to_next): Reset stop_charpos after display
8494         vector.
8496 2004-12-12  Richard M. Stallman  <rms@gnu.org>
8498         * indent.c (Fvertical_motion): Call move_it_by_lines even if LINES = 0.
8500         * minibuf.c (Fall_completions): Add var `zero' and use it in loop.
8501         (Ftry_completion): Really use outer `zero'; eliminate inner one.
8503 2004-12-12  Kenichi Handa  <handa@m17n.org>
8505         * term.c (encode_terminal_code): Fix previous change.
8507 2004-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8509         * keyboard.c (handle_async_input): Remove pthread mutex handling.
8510         (input_available_signal): Move pthread thingy to !SYNC_INPUT branch.
8512         * syntax.c (Fforward_word): Avoid non-idempotent side-effects
8513         in macro arguments.
8515         * minibuf.c (Ftry_completion, Fall_completions): Don't use
8516         XFASTINT blindly.
8518         * emacs.c (main, Fdump_emacs): Don't touch malloc hooks if SYNC_INPUT.
8520 2004-12-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8522         * w32term.c (x_calc_absolute_position): Remove calculation of
8523         difference between inner and outer window.  Don't subtract difference
8524         for left and top calculations.
8526         * xterm.c (x_calc_absolute_position): Don't subtract outer_pixel_diff
8527         for left and top calculations.  Remove call to x_real_positions.
8528         [Bug report by Drew Adams in November]
8529         (x_check_expected_move): Do not set change_gravity to 1 when calling
8530         x_set_offset.
8532 2004-12-08  Richard M. Stallman  <rms@gnu.org>
8534         * xdisp.c (get_next_display_element): Use `escape-glyph' for
8535         control chars and escaped octal codes.
8536         (Qescape_glyph): New variable.
8537         (syms_of_xdisp): Initialize it.
8538         (escape_glyph_face): New variable.
8539         (redisplay_window): Initialize it.
8541 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
8543         * image.c (our_fill_input_buffer, jpeg_load, CHECK_LIB_AVAILABLE)
8544         (init_image): Use 1 rather than TRUE.  TRUE's not always defined.
8546 2004-12-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8548         * emacs.c (Fdump_emacs): Add ! defined (SYSTEM_MALLOC) around
8549         reset_malloc_hooks.
8551         * keyboard.c (handle_async_input, input_available_signal):
8552         Add ! defined (SYSTEM_MALLOC) around thread code.
8554         * alloc.c: Add comment about the reason for (UN)BLOCK_INPUT_ALLOC.
8556 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8558         * eval.c (init_eval_once): Increase max_specpdl_size to 1000.
8560         * config.in: Regenerate.
8562 2004-12-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8564         * xmenu.c (Fx_popup_menu): Correct documentation about position.
8565         (xmenu_show): Do not call XTranslateCoordinates.  Adjust position
8566         if not given by a mouse click to correspond with x-popup-menu
8567         documentation.
8569         * config.in: Regenerate.
8571         * gtkutil.c: Include signal.h and syssignal.h.
8572         (xg_get_file_name): Block and unblock __SIGRTMIN if defined.
8574         * alloc.c: If HAVE_GTK_AND_PTHREAD, include pthread.h,
8575         new variables main_thread and alloc_mutex,
8576         define (UN)BLOCK_INPUT_ALLOC to use alloc_mutex to protect
8577         emacs_blocked_* calls and only do (UN)BLOCK_INPUT in the main thread.
8578         If not HAVE_GTK_AND_PTHREAD, (UN)BLOCK_INPUT_ALLOC is the same as
8579         (UN)BLOCK_INPUT.
8580         (emacs_blocked_free, emacs_blocked_malloc)
8581         (emacs_blocked_realloc): Use (UN)BLOCK_INPUT_ALLOC.
8582         (uninterrupt_malloc): Initialize main_thread and alloc_mutex.
8583         (reset_malloc_hooks): New function.
8585         * lisp.h: Declare reset_malloc_hooks.
8587         * emacs.c (Fdump_emacs): Call reset_malloc_hooks.
8589         * keyboard.c: Conditionally include pthread.h
8590         (handle_async_input, input_available_signalt): If not in the main
8591         thread, block signal, send signal to main thread and return.
8593         * gtkutil.c (xg_get_file_with_chooser): Handle local files only.
8594         Set current folder in file chooser if default_filename is a directory.
8596 2004-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8598         * regex.c (GET_UNSIGNED_NUMBER): Signal an error when reaching the end.
8599         Remove redundant correctness checks.
8600         (regex_compile): Fix up error codes for \{..\} expressions.
8602 2004-12-05  Richard M. Stallman  <rms@gnu.org>
8604         * regex.c (regex_compile): Fix end-of-pattern case for space.
8606 2004-12-03  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8608         * macterm.h (cfstring_create_with_utf8_cstring): Add prototype.
8609         * mac.c (cfstring_create_with_utf8_cstring): Add to prevent
8610         crashes with invalid characters.
8611         * macmenu.c (add_menu_item): Use it.
8612         * image.c (image_load_quartz2d): Likewise.
8613         * macfns.c (x_set_name, x_set_title): Likewise.
8614         (Fx_file_dialog): Likewise.  Use constant CFRefs instead of
8615         creating them each time for labels.
8617 2004-12-02  Richard M. Stallman  <rms@gnu.org>
8619         * config.in (RE_TRANSLATE_P): If make_number is not a macro,
8620         don't use it here.
8622         * eval.c (Fcalled_interactively_p): Don't check INTERACTIVE.
8623         (interactive_p): Skip Scalled_interactively_p frames
8624         like Sinteractive_p frames.
8625         (unwind_to_catch): Clear handling_signal.
8627         * data.c (Fmake_variable_buffer_local): Doc fix.
8628         (Fmake_local_variable): Doc fix.
8630         * insdel.c (insert_from_string_before_markers)
8631         (insert_from_string): Don't modify buffer on empty insertion.
8633         * window.c (Fget_lru_window, Fget_largest_window): Doc fixes.
8635 2004-12-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8637         * macmenu.c (add_menu_item): Fallback on MacRoman if encoding
8638         menu text as UTF8 fails.
8640 2004-12-01  Kim F. Storm  <storm@cua.dk>
8642         * alloc.c: Add commentary for last change.
8643         (XMALLOC_PUT_SIZE, XMALLOC_GET_SIZE): New macros to handle
8644         sizeof(size_t) != 4.
8645         (overrun_check_malloc, overrun_check_realloc, overrun_check_free):
8646         Use them.  Also clear header and trailer of freed memory.
8647         (GC_STRING_OVERRUN_COOKIE_SIZE): Rename from GC_STRING_EXTRA.
8648         (string_overrun_cookie): Rename from string_overrun_pattern.
8649         (GC_STRING_EXTRA): Define from GC_STRING_OVERRUN_COOKIE_SIZE.
8651 2004-12-01  Andreas Schwab  <schwab@suse.de>
8653         * lisp.h: Declare string_to_multibyte.
8655 2004-12-01  Kenichi Handa  <handa@m17n.org>
8657         * w32console.c (w32con_write_glyphs): Decide coding here.
8658         Adjusted for the change of encode_terminal_code.
8660         * term.c (encode_terminal_code): Don't make it "static".
8662 2004-11-30  Kenichi Handa  <handa@m17n.org>
8664         * term.c (encode_terminal_buf, encode_terminal_bufsize): New variables.
8665         (encode_terminal_code): Argument changed.  Encode all
8666         characters at once, and return a pointer to the result of encoding.
8667         (write_glyphs): Decide coding here.  Adjusted for the above change.
8668         (insert_glyphs): Likewise.
8669         (term_init): Initialize encode_terminal_bufsize to 0.
8671         * coding.c (Vcode_conversion_workbuf_name): New variable.
8672         (syms_of_coding): Initialize and staticpro it.
8673         (set_conversion_work_buffer): New function.
8674         (run_pre_post_conversion_on_str): Use it.
8675         (run_pre_write_conversin_on_c_str): New function.
8677         * coding.h (run_pre_write_conversin_on_c_str): Extern it.
8679 2004-11-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8681         * keyboard.c: Don't undef SIGIO
8682         * s/darwin.h (NO_SOCK_SIGIO): Define NO_SOCK_SIGIO on carbon
8683         * Makefile.in (mac.o): Depend on blockinput.h and atimer.h.
8684         (macfns.o): Don't depend on ccl.h.
8685         * macfns.c (mac_frame_parm_handlers): Set handlers for
8686         Qleft_fringe and Qright_fringe.
8687         * macterm.c (mac_fill_rectangle_to_pixmap)
8688         (mac_draw_rectangle_to_pixmap, mac_copy_area_to_pixmap)
8689         (mac_copy_area_with_mask_to_pixmap, x_draw_image_foreground_1):
8690         Put in #if 0.
8691         (mac_scroll_area) [TARGET_API_MAC_CARBON]: Use ScrollWindowRect.
8692         (x_flush) [TARGET_API_MAC_CARBON]: Don't traverse frames.
8693         (XFlush) [TARGET_API_MAC_CARBON]: Define to an empty replacement.
8694         (x_draw_glyph_string_background, x_draw_glyph_string_foreground)
8695         [!MAC_OS8]: Added ifdef'd out code for os8.  Don't use
8696         XDrawImageString.  Always draw background and foreground separately.
8697         (x_draw_image_foreground): Use clipping instead of computing the
8698         intersection rectangle.
8699         (x_draw_image_glyph_string): Don't draw an image with mask to a
8700         pixmap.
8701         (x_redisplay_interface): Set flush_display_optional member to 0.
8702         (XTread_socket): Correctly reset the TEConverter
8703         object.
8705 2004-11-30  Kim F. Storm  <storm@cua.dk>
8707         * lisp.h: New defines to enable buffer overrun checking.
8708         (GC_CHECK_STRING_OVERRUN, GC_CHECK_STRING_FREE_LIST)
8709         (XMALLOC_OVERRUN_CHECK, GC_CHECK_CONS_LIST): Add.
8711         * alloc.c: Add more checks for buffer overruns.
8712         (XMALLOC_OVERRUN_CHECK_SIZE, xmalloc_overrun_check_header)
8713         xmalloc_overrun_check_trailer, overrun_check_malloc)
8714         overrun_check_realloc, overrun_check_free): Add.
8715         (GC_STRING_EXTRA, string_overrun_pattern): Add.
8716         (check_sblock, allocate_string_data, compact_small_strings):
8717         Set and check string_overrun_pattern if GC_CHECK_STRING_OVERRUN.
8718         (check_cons_list): Condition on GC_CHECK_CONS_LIST.
8719         (check_string_free_list): Add.
8720         (allocate_string, sweep_strings): Call check_string_free_list.
8722         * emacs.c (malloc_initialize_hook): Don't free malloc_state_ptr if
8723         XMALLOC_OVERRUN_CHECK to avoid crash during load.
8725 2004-11-29  Kim F. Storm  <storm@cua.dk>
8727         * fns.c (concat): Use SAFE_ALLOCA.
8729 2004-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8731         * sysdep.c (emacs_write): Don't use QUIT.
8733 2004-11-29  Kenichi Handa  <handa@m17n.org>
8735         * buffer.c (init_buffer): Set current_buffer->directory to a
8736         multibyte string made by string_to_multibyte.
8738         * emacs.c (init_cmdargs): Set unibyte strings in Vcommand_line_args.
8740 2004-11-27  Andreas Schwab  <schwab@suse.de>
8742         * alloc.c (mark_stack): Call GC_MARK_SECONDARY_STACK if defined.
8744         * s/gnu-linux.h: Enable no-op gcpros on ia64.
8745         (GC_MARK_SECONDARY_STACK) [__ia64__]: Define.
8747         * filelock.c (lock_file_1): Call get_boot_time early.
8748         Increase buffer size.
8750 2004-11-27  Eli Zaretskii  <eliz@gnu.org>
8752         * lisp.h (DECL_ALIGN): Define non-trivially only if NO_DECL_ALIGN
8753         is not defined.
8755 2004-11-27  Kim F. Storm  <storm@cua.dk>
8757         * search.c (syms_of_search) <search-spaces-regexp>: Move 'doc:'
8758         marker out of doc string.
8760 2004-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8762         * s/darwin.h (POSIX_SIGNALS): Undo the removal of 2002-08-25,
8763         which was not mentioned in the log.
8765 2004-11-26  Kim F. Storm  <storm@cua.dk>
8767         * fringe.c (update_window_fringes): Prefer truncation bitmaps over
8768         angle bitmaps at top/bottom line.
8770         * xdisp.c: Undo recent changes for restoring saved_face_id.  Instead,
8771         set it when it->method is set to next_element_from_display_vector.
8772         (setup_for_ellipsis): Add LEN argument.  Callers changed.
8773         Set it->saved_face_id.
8774         (get_next_display_element): Use loop instead of recursion.
8775         Set it->saved_face_id.  Combine duplicate code for ctr chars.
8776         (next_element_from_display_vector): Do not set it->saved_face_id.
8777         (next_element_from_ellipsis): Use setup_for_ellipsis.
8779 2004-11-26  Eli Zaretskii  <eliz@gnu.org>
8781         * eval.c (Fdefvar): Declare pdl from last change as `volatile' to
8782         prevent compiler warnings.
8784 2004-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8786         * keyboard.c (command_loop_1): Print a message describing the key
8787         the user just pressed when this key has no binding.
8789         * sysdep.c (sys_signal): Don't use SA_RESTART if SYNC_INPUT is set.
8790         (emacs_open, emacs_read, emacs_write): Check QUIT when interrupted.
8792         * lread.c (readchar): Check QUIT when `getc' is interrupted.
8794 2004-11-24  Richard M. Stallman  <rms@gnu.org>
8796         * coding.c (run_pre_post_conversion_on_str): Bind Qinhibit_read_only.
8798         * buffer.c (syms_of_buffer) <indicate-buffer-boundaries>: Doc fix.
8800 2004-11-24  Kim F. Storm  <storm@cua.dk>
8802         * xdisp.c (move_it_in_display_line_to, display_line):
8803         Restore saved_face_id also when truncate-lines or hscrolled.
8805 2004-11-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8807         * gtkutil.c (xg_get_file_name): Rename use-old-gtk-file-dialog to
8808         x-use-old-gtk-file-dialog.
8810         * xfns.c: Define x_use_old_gtk_file_dialog.
8811         (syms_of_xfns): Rename use-old-gtk-file-dialog to x-...  Move it
8812         outside ifdef USE_GTK.
8814 2004-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8816         * coding.h (ENCODE_FILE, DECODE_FILE, ENCODE_SYSTEM, DECODE_SYSTEM):
8817         Don't use XFASTINT blindly.
8819         * config.in (RE_TRANSLATE_P): Don't use XFASTINT blindly.
8821         * indent.c (skip_invisible): Avoid non-idempotent side-effects
8822         in macro arguments.
8824         * keymap.c (Flookup_key): Check INTEGERP before XINT.
8826         * lread.c (oblookup): Don't use XFASTINT blindly.
8828         * window.c (Fset_window_scroll_bars): Don't use XINT if it isn't int.
8829         (decode_next_window_args, window_loop): Don't use XFASTINT blindly.
8831 2004-11-23  Kim F. Storm  <storm@cua.dk>
8833         * dispextern.h (MATRIX_ROW_ENDS_IN_MIDDLE_OF_CHAR_P)
8834         (MATRIX_ROW_STARTS_IN_MIDDLE_OF_CHAR_P): Not if dpvec_index is zero.
8836         * xfaces.c (lookup_named_face): Add signal_p arg.  Return -1 if
8837         signal_p is zero and face name is unknown.
8838         (Fx_list_fonts): Don't signal error in lookup_named_face.
8839         (Fface_font): Signal error in lookup_named_face.
8840         (ascii_face_of_lisp_face): Likewise.
8842         * dispextern.h (lookup_named_face): Fix prototype.
8844         * xdisp.c (handle_single_display_prop): Don't signal error in
8845         lookup_named_face for unknown fringe face name.
8846         (highlight_trailing_whitespace): Don't signal error in
8847         lookup_named_face if trailing-whitespace face unknown.
8848         (calc_line_height_property): Don't signal error in
8849         lookup_named_face if specified face name is unknown.
8851         * fringe.c (update_window_fringes): Show top row indicator if
8852         window has header-line.  Don't show arrow at bob and eob
8853         if the boundary indicators are not used.
8854         (Fset_fringe_bitmap_face): Signal error in lookup_named_face.
8856         * window.c (set_window_buffer): Clear display_error_modiff.
8858 2004-11-22  Kim F. Storm  <storm@cua.dk>
8860         * fringe.c (update_window_fringes): Provide sensible fall-back
8861         value for non-nil indicate-buffer-boundaries setting.
8863 2004-11-22  Markus Rost  <rost@ias.edu>
8865         * minibuf.c (Fminibuffer_complete_and_exit): Fix previous change.
8867 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8869         * eval.c (Fdefvar): Warn when var is let-bound but globally void.
8871 2004-11-21  Kim F. Storm  <storm@cua.dk>
8873         * xdisp.c (erase_phys_cursor): Clear hollow cursor inside TEXT_AREA.
8875         * xterm.c (x_clip_to_row): Add area arg.  Callers changed.
8876         (x_draw_hollow_cursor, x_draw_bar_cursor): Clip to TEXT_AREA.
8878         * w32term.c (w32_clip_to_row): Add area arg.  Callers changed.
8879         (x_draw_hollow_cursor, x_draw_bar_cursor): Clip to TEXT_AREA.
8881         * macterm.c (x_clip_to_row): Add area arg.  Callers changed.
8882         (x_draw_hollow_cursor, x_draw_bar_cursor): Clip to TEXT_AREA.
8884         * xdisp.c (move_it_in_display_line_to, display_line):
8885         Restore saved_face_id if overflow-newline-into-fringe is enabled and
8886         line is continued before or in middle of element from display vector.
8888         * indent.c (Fvertical_motion): Fix last change.  Use another
8889         method to detect if iterator moved too far ahead after reseat.
8891         * xdisp.c (IT_EXPAND_MATRIX_WIDTH): New macro.  Do not
8892         expand matrix width for overflow in zero-width area.
8893         (append_glyph, append_composite_glyph, produce_image_glyph)
8894         (append_stretch_glyph): Use it to avoid loop in redisplay.
8895         (note_mode_line_or_margin_highlight): Don't let help-echo from
8896         string override help-echo from image map.
8898 2004-11-20  Luc Teirlinck  <teirllm@auburn.edu>
8900         * fns.c (Fyes_or_no_p): Call Fread_from_minibuffer with extra argument.
8901         * callint.c (Fcall_interactively): Ditto.
8903 2004-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8905         * minibuf.c (Fminibuffer_complete_and_exit):
8906         Fixup the case of the completed value, for case-indep completion.
8908 2004-11-20  Richard M. Stallman  <rms@gnu.org>
8910         * lisp.h (Fread_from_minibuffer): Add arg in decl.
8912         * minibuf.c (read_minibuf): New arg KEEP_ALL.  Callers changed.
8913         (Fread_from_minibuffer): New arg KEEP_ALL.  Callers changed.
8915         * search.c (Vsearch_spaces_regexp):
8916         Rename from Vsearch_whitespace_regexp.  All uses changed.
8918 2004-11-20  Thien-Thi Nguyen  <ttn@gnu.org>
8920         * eval.c (init_eval_once): Increase `max_specpdl_size' to 650.
8922 2004-11-19  Richard M. Stallman  <rms@gnu.org>
8924         * search.c (Vsearch_whitespace_regexp): New variable.
8925         (syms_of_search): Defvar it.
8926         (compile_pattern_1): Call re_set_whitespace_regexp with it.
8927         (search_buffer): No regexp is trivial if Vsearch_whitespace_regexp
8928         is non-nil.
8929         (struct regexp_cache): New element whitespace_regexp.
8930         (syms_of_search): Initialize whitespace_regexp elements.
8931         (compile_pattern): Compare whitespace_regexp elements.
8932         (compile_pattern_1): Set whitespace_regexp elements.
8934         * regex.c (regex_compile): Substitute whitespace_regexp
8935         for spaces, if it is nonzero.
8936         (whitespace_regexp): New variable.
8937         (re_set_whitespace_regexp): New function.
8939 2004-11-19  Kim F. Storm  <storm@cua.dk>
8941         * indent.c (Fvertical_motion): Fix last change.
8943 2004-11-18  Kim F. Storm  <storm@cua.dk>
8945         * indent.c (Fvertical_motion): Undo 2004-11-16 change.
8946         Instead, move back again if reseating moves too far ahead.
8948 2004-11-17  Luc Teirlinck  <teirllm@auburn.edu>
8950         * xdisp.c (message3): Call clear_message.
8952 2004-11-17  Kim F. Storm  <storm@cua.dk>
8954         * xdisp.c (erase_phys_cursor): Adjust cursor row visible height.
8956 2004-11-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8958         * gtkutil.c (xg_get_file_name): Typo in HAVE_GTK_FILE_SELECTION_NEW.
8960         * xmenu.c (x_menu_in_use): Remove.
8961         (x_menu_set_in_use): Also set popup_activated_flag.
8963         * xfns.c (Fx_file_dialog): Call popup_activated instead of
8964         x_menu_in_use.  Call x_menu_set_in_use in Motif version also.
8966         * xterm.h (x_menu_in_use): Remove.
8968 2004-11-16  Richard M. Stallman  <rms@gnu.org>
8970         * keymap.c (Fmap_keymap): New arg SORT-FIRST.
8971         Use map-keymap-internal to implement that.
8973         * indent.c (Fvertical_motion): In batch mode, use vmotion directly.
8975 2004-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8977         * xdisp.c (get_glyph_string_clip_rect, init_glyph_string): Check it's
8978         a window before using XWINDOW.
8980         * window.c (make_window, Fselect_window, make_dummy_parent)
8981         (save_window_save):
8982         * frame.c (make_frame):
8983         * fns.c (concat): Avoid side-effects inside XSETFASTINT's arguments.
8985         * lisp.h (NILP): Use EQ rather than XFASTINT.
8987 2004-11-16  Kim F. Storm  <storm@cua.dk>
8989         * fringe.c (Fdefine_fringe_bitmap): Always set 'h'.  Simplify.
8991         * indent.c (Fvertical_motion): Fix last change.  Only reseat when
8992         moving backwards.
8994 2004-11-16  Luc Teirlinck  <teirllm@auburn.edu>
8996         * dispextern.h: Extern reseat_at_previous_visible_line_start.
8998 2004-11-16  Kenichi Handa  <handa@m17n.org>
9000         * xdisp.c (display_mode_element): Fix previous change (calculate
9001         end position of substring to display correctly).
9003 2004-11-16  Kim F. Storm  <storm@cua.dk>
9005         * keyboard.c (Fposn_at_point): Remove extra */ after doc string.
9006         Reported by Andrew M. Scott.
9008 2004-11-15  Kim F. Storm  <storm@cua.dk>
9010         * fns.c (Fsafe_plist_get): New defun.
9011         (syms_of_fns): Defsubr it.
9013         * lisp.h (Fsafe_plist_get): Add EXFUN.
9015         * xdisp.c (store_mode_line_string, produce_stretch_glyph):
9016         Use Fsafe_plist_get.
9017         (note_mode_line_or_margin_highlight, note_mouse_highlight):
9018         Fix image map element parsing.  Use Fsafe_plist_get.
9020 2004-11-15  Richard M. Stallman  <rms@gnu.org>
9022         * xdisp.c (get_next_display_element): Fix previous change.
9024 2004-11-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9026         * window.c (shrink_windows): Handle special case of one window left
9027         when trying to shrink the final reminder.  Grow windows if
9028         total_removed is less than total_shrink.
9030         * xmenu.c (pop_down_menu): Remove global variable current_menu,
9031         extract pointer from arg with XSAVE_VALUE.
9032         (create_and_show_popup_menu, create_and_show_dialog, xmenu_show):
9033         Construct arg to record_unwind_protect with make_save_value.
9035 2004-11-13  Richard M. Stallman  <rms@gnu.org>
9037         * xdisp.c (reseat_at_previous_visible_line_start): No longer static.
9038         (get_next_display_element): Fix previous change to apply only to \n.
9040         * indent.c (Fvertical_motion): Scan to PT from start of line to
9041         make iterator consistent.
9043         * minibuf.c (syms_of_minibuf) <completion-ignore-case>: Doc fix.
9045 2004-11-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9047         * gtkutil.c (pop_down_file_dialog): Add BLOCK_INPUT.
9049         * xfns.c (Fx_file_dialog): Call x_menu_in_use and x_menu_set_in_use.
9050         Record unwind with clean_up_file_dialog.
9052         * xterm.h (x_menu_in_use, x_menu_set_in_use, x_menu_wait_for_event):
9053         Declare.
9055         * xmenu.c (x_menu_in_use, x_menu_set_in_use): New functions.
9057 2004-11-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9059         * gtkutil.c (xg_file_sel_ok, xg_file_sel_cancel)
9060         (xg_file_sel_destroy): Remove.
9061         (xg_file_response_cb, pop_down_file_dialog)
9062         (xg_get_file_name_from_chooser, xg_get_file_name_from_selector):
9063         New functions.
9064         (xg_get_file_with_chooser, xg_get_file_with_selection):
9065         Take new arg func, set it to xg_get_file_name_from_chooser/selector.
9066         Move common code to xg_get_file_name.  Return widget created.
9067         (xg_get_file_name): Set name, transient for, modal and destroy
9068         with parent here.  Connect response signal to xg_file_response_cb,
9069         connect delete-event to gtk_true.  Record pop_down_file_dialog
9070         for unwind.  Do event loop and call x_menu_wait_for_event in loop.
9071         (xg_create_widget): Make dialogs modal.
9073         * xmenu.c (unuse_menu_items, pop_down_menu): Arg is of type
9074         Lisp_Object.
9075         (popup_get_selection): Move unwind protect ...
9076         (create_and_show_popup_menu, create_and_show_dialog): ... to here.
9077         Move destroy of widget to pop_down_menu.
9078         (popup_widget_loop): Move unwind protect ...
9079         (create_and_show_popup_menu, create_and_show_dialog): ... to here.
9080         Move destroy of widget to pop_down_menu.
9081         (pop_down_menu): BLOCK_INPUT and destroy widget/window.
9082         (xmenu_show): Record unwind pop_down_menu.  Move XMenuDestroy,
9083         x_mouse_leave and grabbed = 0 to pop_down_menu.
9085 2004-11-13  Kim F. Storm  <storm@cua.dk>
9087         * xdisp.c (make_cursor_line_fully_visible_p): New variable.
9088         (syms_of_xdisp): DEFVAR_BOOL it.
9089         (make_cursor_line_fully_visible, try_cursor_movement)
9090         (try_window_id): Use it.
9092 2004-11-12  Kim F. Storm  <storm@cua.dk>
9094         * dispextern.h (struct glyph_row): New member extra_line_spacing.
9095         (struct it): New member max_extra_line_spacing.
9096         (MR_PARTIALLY_VISIBLE, MR_PARTIALLY_VISIBLE_AT_TOP)
9097         (MR_PARTIALLY_VISIBLE_AT_BOTTOM): New helper macros.
9098         (MATRIX_ROW_PARTIALLY_VISIBLE_P): Fix to return false if invisible
9099         part of last line is only extra line spacing (so the text on the
9100         line is fully visible).  Use helper macros.
9101         Add W arg (to use them).  All callers changed.
9102         (MATRIX_ROW_PARTIALLY_VISIBLE_AT_TOP_P)
9103         (MATRIX_ROW_PARTIALLY_VISIBLE_AT_BOTTOM_P): Use helper macros.
9105         * window.c (window_scroll_pixel_based, Frecenter):
9106         Use move_it_vertically_backward directly.
9107         (Frecenter): Fix calculation of new start pos for negative arg.
9108         Before, the new start pos was sometimes chosen too far back, so
9109         the last line became only partially visible, and thus would be
9110         either only semi-visible or automatically scrolled to the middle
9111         of the window by redisplay.
9113         * xdisp.c (init_iterator): Clear it.max_extra_line_spacing.
9114         (move_it_vertically_backward): Don't recure to move further back.
9115         (move_it_vertically): Remove superfluous condition.
9116         (move_it_by_lines): Clear last_height when moved 0 lines.
9117         (resize_mini_window): Use it.max_extra_line_spacing.
9118         (display_tool_bar_line): Clear row->extra_line_spacing.
9119         (try_scrolling): Use move_it_vertically_backward directly.
9120         (redisplay_window): Likewise.
9121         (compute_line_metrics): Set row->extra_line_spacing.
9122         (display_line, display_string): Likewise.
9123         (x_produce_glyphs): Update it->max_extra_line_spacing.
9125         * xmenu.c (pop_down_menu): Return nil.
9127 2004-11-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9129         * xmenu.c (x_menu_wait_for_event): New function.
9130         (popup_get_selection, popup_widget_loop): Call x_menu_wait_for_event
9131         to handle timers.
9132         (popup_widget_loop): Add argument do_timers.
9133         (create_and_show_popup_menu, create_and_show_dialog): Pass 1 for
9134         do_timers to popup_widget_loop.
9135         (xmenu_show): Call XMenuActivateSetWaitFunction so that
9136         x_menu_wait_for_event is called by XMenuActivate.
9137         (create_and_show_popup_menu): Pass 1 for do_timers to
9138         popup_get_selection.
9139         (pop_down_menu): New function.
9140         (popup_get_selection, popup_widget_loop): Unwind protect to
9141         pop_down_menu.
9142         (popup_widget_loop): Add argument widget.
9143         (create_and_show_popup_menu, create_and_show_dialog): Pass new
9144         argument widget to popup_widget_loop.
9146 2004-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9148         * keymap.c (Fkeymap_prompt): Accept symbol keymaps.
9150 2004-11-09  Kim F. Storm  <storm@cua.dk>
9152         * xselect.c: Include <sys/types.h> and <unistd.h> (for getpid).
9153         Fix various comments referring to XEvents instead of input events.
9154         (x_queue_event): Fix format strings.
9155         (x_stop_queuing_selection_requests): Likewise.
9157         * xdisp.c (produce_image_glyph): Remove unused variable 'face_ascent'.
9158         (pint2hrstr): Add extra braces to silence compiler.
9160         * print.c (print_object): Fix format string.
9162         * lread.c (read1): Fix next_char matching.
9164         * lisp.h (Fdelete): Add EXFUN.
9165         (replace_range_2): Add prototype.
9167         * keyboard.c (read_avail_input): Remove unused variable 'discard'.
9169         * intervals.h (NULL_INTERVAL_P): Add separate version when
9170         ENABLE_CHECKING is not defined to silence compiler.
9171         (compare_string_intervals): Add prototype.
9173         * fringe.c (destroy_fringe_bitmap): Fix return type.
9174         (Ffringe_bitmaps_at_pos): Remove unused var 'old_buffer'.
9176         * emacs.c (Fdump_emacs): Fix format string.
9178         * doc.c: Include <ctype.h>.
9179         (Fsubstitute_command_keys): Remove unused variable 'firstkey'.
9181         * data.c (store_symval_forwarding): Remove unused variables.
9183         * callint.c (Fcall_interactively): Remove unused variable 'funcar'.
9185 2004-11-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9187         * Makefile.in (stamp-oldxmenu): If HAVE_GTK, don't add dependencies
9188         to ${OLDXMENU}.
9190 2004-11-09  Kim F. Storm  <storm@cua.dk>
9192         * process.c (Fmake_network_process): Remove kludge for interrupted
9193         connects on BSD.  If connect is interrupted, just close socket and
9194         start over rather than sleeping and retry with same socket.
9196 2004-11-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9198         * .cvsignore: Add buildobj.lst.
9200         * doc.c: New variable Vbuild_files.
9201         (Fsnarf_documentation): If Vbuild_files is nil, populate it with
9202         file names from buildobj.lst.  Only attach docstrings from files
9203         that are in Vbuild_files.
9204         (syms_of_doc): Defvar Vbuild_files.
9206         * Makefile.in (SOME_MACHINE_OBJECTS): Add fringe.o, image.o
9207         and w32*.o.
9208         (temacs${EXEEXT}): Generate buildobj.lst when temacs is linked.
9209         (mostlyclean): Rm buildobj.lst
9211         * makefile.w32-in ($(TEMACS)): Generate buildobj.lst when temacs
9212         is linked.
9214 2004-11-09  Kim F. Storm  <storm@cua.dk>
9216         * fringe.c (update_window_fringes): Update fringe bitmaps if
9217         cur and row ends_at_zv_p differs.  If bitmaps of a row is updated,
9218         also update previous row to get rid of misc. artifacts.
9220 2004-11-08  Kim F. Storm  <storm@cua.dk>
9222         * xdisp.c (fast_find_position): Fix start pos if header line present.
9223         (note_mouse_highlight): Clear mouse face if we move out of text area.
9225 2004-11-08  Eli Zaretskii  <eliz@gnu.org>
9227         * editfns.c: Move #include "systime.h" before <sys/resource.h>.
9228         Don't include <sys/time.h> explicitly.
9229         Include <stdio.h> unconditionally, not just on MacOS.
9231 2004-11-08  Kenichi Handa  <handa@m17n.org>
9233         * fontset.c (fontset_pattern_regexp): Cancel my previous change;
9234         don't pay attention to '\' before '*'.
9235         (fontset_pattern_regexp): Change the meaning of the second arg.
9236         (Fnew_fontset): Call fs_query_fontset, not Fquery_fontset.
9237         (check_fontset_name): Try NAME as literal at first, and if it
9238         failes, try NAME as pattern.
9240 2004-11-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9242         * emacs.c (Fdump_emacs): Only output warning on GNU/Linux.
9244 2004-11-07  Andreas Schwab  <schwab@suse.de>
9246         * lisp.h (Fmsdos_downcase_filename): Declare.
9247         * dired.c (Fmsdos_downcase_filename): Don't declare here.
9248         * fileio.c: Likewise.
9250 2004-11-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9252         * dosfns.c (Fdos_memget, Fdos_memput): Use integer variable offs in
9253         comparisons with integers instead of Lisp_Object address.
9254         (Fmsdos_set_keyboard): Declare argument allkeys.
9256         * msdos.c (IT_set_frame_parameters): Use EQ, not ==, for Lisp_Object:s.
9258         * dired.c (Fmsdos_downcase_filename): Declare extern on MSDOS to avoid
9259         int/Lisp_Object mixup.
9261         * fileio.c: Ditto.
9263 2004-11-06  Steven Tamm  <steventamm@mac.com>
9265         * editfns.c: Need to include sys/time.h before resource.h on darwin.
9267 2004-11-06  Richard M. Stallman  <rms@gnu.org>
9269         * callint.c (Fcall_interactively): Avoid reusing EVENT for other data.
9271         * xfaces.c (merge_named_face): GCPRO the face_name in the
9272         named_merge_point struct that we make.
9273         (merge_face_heights): Eliminate GCPRO arg.  All callers changed.
9275         * keyboard.c (command_loop_1): Change Vtransient_mark_mode
9276         before deciding whether to inactivate mark.
9278 2004-11-06  Lars Brinkhoff  <lars@nocrew.org>
9280         * config.in: Regenerate (add HAVE_GETRUSAGE).
9281         * editfns.c (Fget_internal_run_time): New function.
9282         (syms_of_data): Defsubr it.
9283         * fns.c (sxhash): As far as possible, merge calculation of
9284         hash code for symbols and strings.
9286 2004-11-06  Eli Zaretskii  <eliz@gnu.org>
9288         * frame.c (syms_of_frame): Fix the example in the doc string.
9290 2004-11-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9292         * eval.c (Feval): Remove check for INPUT_BLOCKED_P.
9294         * xmenu.c (popup_get_selection, create_and_show_popup_menu)
9295         (create_and_show_dialog): Revert change from 2004-10-31.
9297 2004-11-05  Luc Teirlinck  <teirllm@auburn.edu>
9299         * macros.c (syms_of_macros) <defining-kbd-macro>: Doc fix.
9301 2004-11-05  Kim F. Storm  <storm@cua.dk>
9303         * print.c (print_object): Print Lisp_Misc_Save_Value objects.
9305         * fileio.c (Ffile_modes): Doc fix.
9306         (auto_save_1): Check for Ffile_modes nil value.
9308 2004-11-05  Kim F. Storm  <storm@cua.dk>
9310         * xselect.c (struct selection_event_queue, selection_queue)
9311         (x_queue_selection_requests, x_queue_event)
9312         (x_start_queuing_selection_requests)
9313         (x_stop_queuing_selection_requests): Add new queue for selection
9314         input events to replace previous XEvent queue in xterm.c.
9315         (queue_selection_requests_unwind): Adapt to new queue.
9316         (x_reply_selection_request): Adapt to new queue.
9317         Unexpect wait_object in case of x errors (memory leak).
9318         (x_handle_selection_request, x_handle_selection_clear): Make static.
9319         (x_handle_selection_event): New function.  May queue selection events.
9320         (wait_for_property_change_unwind): Use save_value instead of cons.
9321         Clear property_change_reply_object.
9322         (wait_for_property_change): Abort if already waiting.
9323         Use save_value instead of cons for unwind data.
9324         (x_handle_property_notify): Skip events already arrived, but don't
9325         free them, as "arrived" field is checked by wait_for_property_change,
9326         and it will be freed by unwind or explicit unexpect_property_change.
9327         (x_get_foreign_selection): Add to new queue.
9328         (receive_incremental_selection): Don't unexpect wait_object when done
9329         as it has already been freed by previous wait_for_property_change.
9331         * xterm.h (x_start_queuing_selection_requests)
9332         (x_stop_queuing_selection_requests, x_handle_selection_request)
9333         (x_handle_selection_clear): Remove prototypes.
9334         (x_handle_selection_event): Add prototype.
9336         * xterm.c (handle_one_xevent): Don't queue X selection events
9337         here, it may be too late if we start queuing after we have already
9338         stored some selection events into the kbd buffer.
9339         (struct selection_event_queue, queue, x_queue_selection_requests)
9340         (x_queue_event, x_unqueue_events, x_start_queuing_selection_requests)
9341         (x_stop_queuing_selection_requests): Remove/move to xselect.c.
9342         (x_catch_errors_unwind): Block input around final XSync.
9344         * keyboard.h (kbd_buffer_unget_event): Add prototype.
9346         * keyboard.c (kbd_buffer_store_event_hold): Remove obsolete code.
9347         (kbd_buffer_unget_event): New function.
9348         (kbd_buffer_get_event, swallow_events): Combine SELECTION events
9349         and use x_handle_selection_event.
9350         (mark_kboards): Don't mark x and y of SELECTION_CLEAR_EVENT.
9352 2004-11-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9354         * xselect.c (TRACE3): New debug macro.
9355         (x_reply_selection_request): Use it.
9356         (receive_incremental_selection): In call to TRACE0, the name of
9357         a symbol is in xname.
9359 2004-11-05  Kim F. Storm  <storm@cua.dk>
9361         * fontset.c (fontset_pattern_regexp): Use unsigned char.
9363 2004-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9365         * fileio.c (Fnext_read_file_uses_dialog_p): New function.
9367         * gtkutil.h (use_old_gtk_file_dialog): Declare.
9369         * gtkutil.c: Make use_old_gtk_file_dialog non-static.
9370         (xg_initialize): Move DEFVAR_BOOL for use_old_gtk_file_dialog ...
9371         * xfns.c (syms_of_xfns): ... to here.
9373         * gtkutil.c (xg_get_file_with_chooser): Expand DEFAULT_FILENAME if
9374         it doesn't start with /.
9376 2004-11-04  Kenichi Handa  <handa@m17n.org>
9378         * fontset.c (fontset_pattern_regexp): If '*' is preceded by '\',
9379         treat it as a literal character.
9381 2004-11-03  Kim F. Storm  <storm@cua.dk>
9383         * .gdbinit (ppt): New function.
9385 2004-11-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9387         * xterm.c (x_window_to_scroll_bar): Only call
9388         xg_get_scroll_id_for_window if toolkit scroll bars are used.
9390         * gtkutil.c (xg_get_file_with_chooser): Use GTK_STOCK_OK instead
9391         of save.
9393 2004-11-02  Andreas Schwab  <schwab@suse.de>
9395         * window.c (Fscroll_right): Fix last change.
9397 2004-11-02  Kim F. Storm  <storm@cua.dk>
9399         * Makefile.in (callproc.o): Depend on blockinput.h atimer.h systime.h.
9401 2004-11-02  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9403         * callproc.c (Fcall_process): Block input around vfork.
9405 2004-11-02  Kim F. Storm  <storm@cua.dk>
9407         * eval.c (Fcalled_interactively_p): Rename from Fcall_interactive_p.
9408         (syms_of_eval): Defsubr it.
9410 2004-11-02  Richard M. Stallman  <rms@gnu.org>
9412         * insdel.c (replace_range_2): New function.
9414         * casefiddle.c (casify_region): Handle changes in byte-length
9415         using replace_range_2.
9417         * emacs.c (USAGE3): Delete --horizontal-scroll-bars, -hb.
9419         * xdisp.c (back_to_previous_visible_line_start):
9420         Subtract 1 from pos when checking previous newline for invisibility.
9422         * window.c (window_scroll_pixel_based): Update preserve_y
9423         for header line if any.
9424         (Fscroll_left, Fscroll_right): Don't call interactive_p;
9425         use a new second argument instead.
9427         * eval.c (Fcall_interactive_p): New function.
9428         (interactive_p): Don't test INTERACTIVE here.
9429         (Finteractive_p): Doc fix.
9431         * eval.c (Feval): Abort if INPUT_BLOCKED_P.
9433 2004-11-02  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>
9435         * w32fns.c (w32_font_match): Use fast_string_match_ignore_case for
9436         comparing font names.
9438 2004-11-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9440         * fileio.c (Fread_file_name): Pass Qt as fifth parameter to
9441         Fx_file_dialog if only directories should be read.
9443         * lisp.h: Fx_file_dialog takes 5 parameters.
9445         * xfns.c (Fx_file_dialog): Both Motif and GTK version:
9446         Add parameter only_dir_p.
9447         In Motif version, don't put DEFAULT_FILENAME in filter part of the
9448         dialog, just text field part.  Do not add DEFAULT_FILENAME
9449         to list of files if it isn't there.
9450         In GTK version, pass only_dir_p parameter to xg_get_file_name.
9452         * macfns.c (Fx_file_dialog): Add parameter only_dir_p.
9453         Check only_dir_p instead of comparing prompt to "Dired".  When using
9454         a save dialog, add option kNavDontConfirmReplacement, change title
9455         to "Enter name", change text for save button to "Ok".
9457         * w32fns.c (Fx_file_dialog): Add parameter only_dir_p.
9458         Check only_dir_p instead of comparing prompt to "Dired".
9460         * gtkutil.c (xg_get_file_with_chooser)
9461         (xg_get_file_with_selection): New functions, only defined ifdef
9462         HAVE_GTK_FILE_CHOOSER_DIALOG_NEW and HAVE_GTK_FILE_SELECTION_NEW
9463         respectively.
9464         (xg_get_file_name): Add parameter only_dir_p.
9465         Call xg_get_file_with_chooser or xg_get_file_with_selection
9466         depending on HAVE_GTK_FILE* and the value of use_old_gtk_file_dialog.
9467         (xg_initialize): New DEFVAR_BOOL use_old_gtk_file_dialog.
9469         * gtkutil.h (xg_get_file_name): Add parameter only_dir_p.
9471         * config.in: Rebuild (added HAVE_GTK_FILE_*).
9473 2004-11-01  Kim F. Storm  <storm@cua.dk>
9475         * process.c (connect_wait_mask, num_pending_connects):
9476         Only declare and use them if NON_BLOCKING_CONNECT is defined.
9477         (init_process): Initialize them if NON_BLOCKING_CONNECT defined.
9478         (IF_NON_BLOCKING_CONNECT): New helper macro.
9479         (wait_reading_process_output): Only declare and use local vars
9480         Connecting and check_connect when NON_BLOCKING_CONNECT is defined.
9482 2004-11-01  Andy Petrusenco  <Igrek@star-sw.com>  (tiny change)
9484         * w32term.c (x_scroll_run): Delete region objects after use.
9486 2004-10-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9488         * xmenu.c: Add prototypes for forward function declarations.
9489         (popup_get_selection): Remove parameter do_timers, remove call to
9490         timer_check.
9491         (create_and_show_popup_menu, create_and_show_dialog):
9492         Remove parameter do_timers from call to popup_get_selection.
9494         * xdisp.c (update_tool_bar): Pass a copy of f->tool_bar_items to
9495         tool_bar_items and assign the result to f->tool_bar_items if
9496         not equal.  Move BLOCK/UNBLOCK_INPUT from around call to
9497         tool_bar_items to assignment of result.
9499         * atimer.c (alarm_signal_handler): Do not call set_alarm if
9500         pending_atmers is non-zero.
9502 2004-10-31  Kim F. Storm  <storm@cua.dk>
9504         * dispnew.c (margin_glyphs_to_reserve): Don't use ncols_scale_factor.
9506 2004-10-28  Will  <will@glozer.net>
9508         * macterm.c: Allow user to assign key modifiers to the Mac Option
9509         key via a 'mac-option-modifier' variable.
9511 2004-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9513         * xselect.c (Vx_lost_selection_functions, Vx_sent_selection_functions):
9514         Rename from Vx_lost_selection_hooks and Vx_sent_selection_hooks.
9515         (x_handle_selection_request, x_handle_selection_clear)
9516         (x_clear_frame_selections, syms_of_xselect): Adjust accordingly.
9518 2004-10-28  Richard M. Stallman  <rms@gnu.org>
9520         * w32fns.c (Fx_server_vendor, Fx_server_version): Doc fixes.
9522         * xfns.c (Fx_server_vendor, Fx_server_version): Doc fixes.
9524 2004-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9526         * syntax.c (scan_sexps_forward): Give precedence to a 2-char
9527         comment-starter over a 1-char one.
9529 2004-10-27  Richard M. Stallman  <rms@gnu.org>
9531         * xdisp.c (get_next_display_element): In mode lines,
9532         treat newline and tab like other control characters.
9534         * editfns.c (Fmessage): Doc fix.
9536         * indent.c (vmotion): When moving up, check the newline before.
9537         Make prevline an int, not a Lisp_Object.
9539 2004-10-27  Kim F. Storm  <storm@cua.dk>
9541         * editfns.c (Fformat): Allocate discarded table with SAFE_ALLOCA.
9542         Only allocate info and discarded tables once.
9544         * lisp.h (USE_SAFE_ALLOCA): Add and init sa_must_free integer.
9545         (SAFE_ALLOCA, SAFE_ALLOCA_LISP): Increment it when malloc is used.
9546         (SAFE_FREE): Test it to determine if we need to unwind to free.
9547         Remove size arg.  All users changed.
9548         (SAFE_FREE_LISP) Remove.  All users changed to use SAFE_FREE.
9550 2004-10-26  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9552         * gtkutil.c: Put empty line between comment and function body.
9553         (xg_destroy_widgets): Rename from remove_from_container.
9554         Just destroy all widgets in list.  Argument wcont removed.
9555         (xg_update_menubar, xg_update_submenu): Call xg_destroy_widgets
9556         instead of remove_from_container.
9557         (xg_display_close, xg_create_tool_bar, update_frame_tool_bar)
9558         (free_frame_tool_bar): Add comment.
9560         * xfns.c (xic_create_xfontset): Check that FRAME_XIC_BASE_FONTNAME
9561         is not NULL before strcmp.
9563 2004-10-26  Kim F. Storm  <storm@cua.dk>
9565         * callint.c (Fcall_interactively): Add 'U' code to get the
9566         up-event discarded by a previous 'k' or 'K' argument.
9568 2004-10-26  David Kastrup  <dak@gnu.org>
9570         * buffer.c (syms_of_buffer): Fix a few typos.
9572 2004-10-26  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9574         * xsmfns.c: Put empty line between comment and function body.
9575         Use two spaces before comment end.
9577 2004-10-25  Kenichi Handa  <handa@m17n.org>
9579         * fontset.c (fontset_pattern_regexp): Optimize for the case that
9580         PATTERN is full XLFD.
9582 2004-10-24  Kenichi Handa  <handa@m17n.org>
9584         * regex.h (enum reg_errcode_t): New value REG_ERANGEX.
9586         * regex.c (re_error_msgid): Add an entry for REG_ERANGEX.
9587         (regex_compile): Return REG_ERANGEX if appropriate.
9589 2004-10-22  Kenichi Handa  <handa@m17n.org>
9591         * editfns.c (Ftranslate_region_internal): New function.
9592         (syms_of_editfns): Defsubr it.
9594 2004-10-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9596         * xfns.c (xic_create_xfontset): Initialize missing_list to NULL.
9598 2004-10-21  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
9600         * xterm.h (x_output): New member `xic_base_fontname'.
9601         (FRAME_XIC_BASE_FONTNAME): New macro.
9602         (xic_free_xfontset): Declare.
9604         * xfns.c (xic_create_xfontset): Share fontsets between frames
9605         based on base_fontname.
9606         (xic_free_xfontset): New function.
9607         (free_frame_xic): Use it.
9608         (xic_set_xfontset): Ditto.
9610         * xterm.c (xim_destroy_callback): Ditto.
9613 2004-10-20  B. Anyos  <banyos@freemail.hu>  (tiny change)
9615         * w32term.c (x_draw_glyph_string): Use overline_color for overlines.
9617 2004-10-20  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9619         * xterm.h (XSync): If USE_GTK, define XSync as process_all and then
9620         XSync.
9622         * emacs.c (my_heap_start, heap_bss_diff, MAX_HEAP_BSS_DIFF):
9623         New variables and constant.
9624         (main): Calculate heap_bss_diff.  If we are dumping and the
9625         heap_bss_diff is greater than MAX_HEAP_BSS_DIFF, set PER_LINUX32
9626         and exec ourself again.
9627         (Fdump_emacs): If heap_bss_diff is greater than MAX_HEAP_BSS_DIFF
9628         print a warning.
9630         * lastfile.c: Make my_endbss and my_endbss_static available on all
9631         platforms.
9633         * Makefile.in (RUN_TEMACS): Remove @SETARCH@.
9634         * config.in (HAVE_PERSONALITY_LINUX32): Regenerate.
9636 2004-10-19  Luc Teirlinck  <teirllm@auburn.edu>
9638         * data.c (Flocal_variable_if_set_p): Doc fix.
9640 2004-10-19  Jason Rumney  <jasonr@gnu.org>
9642         * w32.c (init_environment): Set emacs_dir correctly when running
9643         emacs from the build directory.
9645 2004-10-19  Richard M. Stallman  <rms@gnu.org>
9647         * editfns.c (Fdelete_and_extract_region):
9648         If region is empty, return null string.
9650 2004-10-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9652         * gtkutil.h (xg_update_scrollbar_pos): Remove arguments real_left
9653         and canon_width.
9654         (xg_frame_cleared): Remove.
9656         * gtkutil.c (xg_frame_cleared, xg_fixed_handle_expose)
9657         (xg_find_top_left_in_fixed): Remove.
9658         (xg_create_scroll_bar): Put an event box widget between
9659         the scroll bar widget and the edit widget.
9660         (xg_show_scroll_bar): Show the parent widget (the event box).
9661         (xg_remove_scroll_bar): Destroy parent (the event box) also.
9662         (xg_update_scrollbar_pos): Remove arguments real_left and canon_width.
9663         Move the parent (the event box) widget inside the fixed widget.
9664         Move window clear to xterm.c.
9666         * gtkutil.h (xg_frame_cleared): Remove.
9668         * xterm.c (x_clear_frame): Remove call to xg_frame_cleared
9669         (x_scroll_bar_create, XTset_vertical_scroll_bar):
9670         Remove arguments left and width to xg_update_scrollbar_pos.
9671         (XTset_vertical_scroll_bar): Do x_clear_area for USE_GTK also.
9673 2004-10-19  Kenichi Handa  <handa@m17n.org>
9675         * xdisp.c (display_mode_element): Fix display of wide chars.
9677 2004-10-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9679         * gtkutil.c (xg_update_scrollbar_pos): Change XClearWindow to
9680         gdk_window_clear and move gdk_window_process_all_updates after
9681         clear so events are sent to the X server in correct order.
9683 2004-10-18  Kenichi Handa  <handa@m17n.org>
9685         * fontset.c (fs_load_font): Use fast_string_match_ignore_case for
9686         comparing font names.
9687         (fs_query_fontset): Use fast_string_match for comparing fontset names.
9688         (list_fontsets): Likewise.
9690         * search.c (fast_string_match_ignore_case): New function.
9692         * lisp.h (fast_string_match_ignore_case): Extern it.
9694 2004-10-17  Kim F. Storm  <storm@cua.dk>
9696         * xdisp.c (overlay_arrow_at_row): Return overlay string rather
9697         than bitmap if there is not left fringe.
9698         (get_overlay_arrow_glyph_row): Also used on windows system.
9699         (display_line): Display overlay string if no left fringe.
9701 2004-10-16  Jason Rumney  <jasonr@gnu.org>
9703         * w32fns.c (w32_font_match): Encode font name being matched.
9705 2004-10-16  Richard M. Stallman  <rms@gnu.org>
9707         * window.c (Fspecial_display_p): Doc fix.
9709 2004-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9711         * doc.c (Fsubstitute_command_keys): Fix remap-handling.
9712         Don't ignore menus, because where-is-internal already does it for us.
9714 2004-10-15  Kim F. Storm  <storm@cua.dk>
9716         * xdisp.c (redisplay_window): Only update fringes and vertical
9717         border on window frames.
9719 2004-10-14  Andreas Schwab  <schwab@suse.de>
9721         * m/ia64.h (DATA_SEG_BITS): Don't define.
9723 2004-10-14  Kim F. Storm  <storm@cua.dk>
9725         * xterm.h: Include Xutil.h after keysym.h to work around bug
9726         in some X versions.
9728 2004-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9730         * fns.c (map_char_table): Add missing gcpros.
9732 2004-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9734         * keymap.c (get_keymap): An autoload form is not a keymap.
9736         * textprop.c (syms_of_textprop): Make `syntax-table' nonsticky.
9738 2004-10-13  Kim F. Storm  <storm@cua.dk>
9740         * callproc.c (Fcall_process): Simplify handling of display arg.
9741         Resume `display_on_the_fly' once a coding system is determined.
9743         * xdisp.c (redisplay_preserve_echo_area): Fix last change.
9745 2004-10-12  Kim F. Storm  <storm@cua.dk>
9747         * xdisp.c (redisplay_preserve_echo_area): Flush display in case
9748         caller, such as call-process, is not going to poll for input.
9749         (calc_line_height_property): Handle case where it->object is nil.
9751         * xterm.c (x_redisplay_interface): Fix flush_display_optional.
9753 2004-10-12  Kenichi Handa  <handa@m17n.org>
9755         * xdisp.c (get_next_display_element):
9756         If unibyte_display_via_language_environment is zero, display 8-bit
9757         chars in octal in unibyte buffer.
9759 2004-10-12  Kim F. Storm  <storm@cua.dk>
9761         * doc.c (Fsubstitute_command_keys): Ignore remappings unless there
9762         are no ordinary bindings.
9764 2004-10-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9766         * xfns.c (syms_of_xfns): Defsubr x-file-dialog for GTK also.
9768 2004-10-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9770         * macterm.c (x_raise_frame): Add BLOCK_INPUT around SelectWindow.
9771         (x_lower_frame): Add BLOCK_INPUT around SendBehind.
9772         (make_mac_frame): Add BLOCK_INPUT around the making of a
9773         terminal frame.
9774         (mac_initialize): Add BLOCK_INPUT around carbon initialization.
9775         * macgui.h (mktime): Use emacs_mktime.
9776         * macfns.c (Fx_file_dialog): Add BLOCK_INPUT around more code.
9777         Make a cancel file-open dialog be like C-g.
9778         * mac.c (mktime): Use emacs_mktime.
9779         (Fdo_applescript): Add BLOCK_INPUT around do_applescript.
9780         (Fmac_paste_function): Add better error handling for carbon cut/paste.
9782 2004-10-10  Kim F. Storm  <storm@cua.dk>
9784         * keyboard.c (timer_resume_idle): New function to resume idle
9785         timer without resetting timers on the idle list.
9786         (read_char): Use timer_resume_idle.  Remove local var last_idle_start.
9787         (timer_start_idle, timer_stop_idle): Declare static.
9788         (read_key_sequence): Use timer_resume_idle instead of timer_start_idle.
9790         * keyboard.h (timer_start_idle, timer_stop_idle): Remove prototypes.
9792 2004-10-08  Steven Tamm  <steventamm@mac.com>
9794         * config.in (HAVE_MALLOC_MALLOC_H): Regenerate.
9795         * macterm.c (mac_check_for_quit_char): Remove warning for using
9796         NULL where 0 should be used.
9797         * unexmacosx.c: Use malloc/malloc.h on Tiger instead of
9798         objc/malloc.h
9799         * mac.c: Include time.h for Tiger compatibility.
9801 2004-10-07  Kim F. Storm  <storm@cua.dk>
9803         * xdisp.c (redisplay_window): Fix flicker on vertical line between
9804         windows.  Update vertical line after drawing window fringes, but
9805         only if actually drawing any bitmaps--or there is no fringe.
9807         * xterm.c (x_update_window_end): Likewise.
9808         * macterm.c (x_update_window_end): Likewise.
9809         * w32term.c (x_update_window_end): Likewise.
9811         * fringe.c (draw_window_fringes): Return value now indicates if
9812         any fringe bitmaps were redrawn (or there are no fringes).
9814         * dispextern.h (draw_window_fringes): Update prototype.
9816 2004-10-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9818         * macfns.c (mac_get_window_bounds): Add extern.
9819         (x_real_positions): Use mac_get_window_bounds.
9821         * macmenu.c (update_submenu_strings): Apply 2004-09-07 change for
9822         xmenu.c (YAILOM).
9824         * macterm.c [!MAC_OSX]: Include Windows.h.
9825         (front_emacs_window): Rename from mac_front_window.  All uses
9826         changed.  Return the frontmost non-tooltip emacs window.
9827         (mac_get_window_bounds): New function.
9828         (x_calc_absolute_position): Use the difference of width and height
9829         between the inner and outer window.
9830         (x_set_offset): Specify window position by the coordinae of the
9831         outer window.  Adjust the position if the title bar is completely
9832         outside the screen.
9833         (app_is_suspended, app_sleep_time): Remove unused variables.
9834         (do_app_resume, do_app_suspend): Remove their contents because
9835         window-activate/deactivate events will do the job.
9836         (do_zoom_window): Remove unused variables.  Make compliant to the
9837         standard way of zooming.  Set f->left_pos and f->top_pos.
9838         (XTread_socket): Don't use argument `expected'.  Don't use
9839         FrontWindow to determine the clicked window.  Exclude unprocessed
9840         mouseUp cases in the early stage.  Add parentheses to fix operator
9841         precedence.
9842         (XTread_socket) [TARGET_API_MAC_CARBON]: Don't specify drag area.
9844 2004-10-05  Jan Dj\e,Ad\e(Brv.  <jan.h.d@swipnet.se>
9846         * config.in: Regenerate.
9848         * Makefile.in (RUN_TEMACS): Check HAVE_RANDOM_HEAPSTART instead of
9849         HAVE_EXECSHIELD.
9851 2004-10-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9853         * xterm.c (x_find_modifier_meanings): Ignore any Super or Hyper for
9854         a row if Alt or Meta has been found for that row.  Also stop scanning
9855         for Keysyms for that row.
9857 2004-10-04  Kim F. Storm  <storm@cua.dk>
9859         * fringe.c (Ffringe_bitmaps_at_pos): Change return value from cons
9860         to list.  Include overlay arrow bitmap in return value.
9862         * xterm.c (XTset_vertical_scroll_bar): Improve handling of scroll
9863         bars with fractional column width.  If scroll bar separates two
9864         windows, move it towards the window it belongs to.  Only update
9865         the padding area below the scroll bar widget when necessary,
9866         i.e. when scroll bar widget is created, moved, or resized.
9868         * xdisp.c (define_frame_cursor1): Do not change frame cursor
9869         while tracking/dragging mouse.
9870         (x_draw_vertical_border): Do not draw line if frame has scroll bars.
9872         * window.c (coordinates_in_window): Relax check for cursor
9873         on vertial border between mode lines.
9874         (Fset_window_fringes): Do not allow negative widths.
9875         (Fset_window_scroll_bars): Likewise.
9877         * .gdbinit (pp): Shorthand for p ARG + pr.
9878         (ff): New command: flush frame updates (X only).
9880 2004-10-03  Michael Albinus  <michael.albinus@gmx.de>
9882         * fileio.c (auto_save_1) Call Ffile_modes for remote files.
9884 2004-09-30  Kenichi Handa  <handa@m17n.org>
9886         * process.c (send_process): Free composition data.
9888         * fileio.c (Finsert_file_contents): Free composition data.
9890         * coding.c (code_convert_region): Don't skip ASCIIs if there are
9891         compositions to encode.
9892         (encode_coding_string): Likewise.  Free composition data.
9894 2004-09-30  Florian Weimer  <fw@deneb.enyo.de>
9896         * coding.c (code_convert_region): Free composition data.
9898 2004-09-29  Kim F. Storm  <storm@cua.dk>
9900         * fringe.c: Remove limit on number of bitmaps.
9901         (fringe_bitmaps, fringe_faces): Change to pointers.
9902         (max_fringe_bitmaps): New var.
9903         (Fdefine_fringe_bitmap): Expand fringe_bitmaps and fringe_faces.
9904         (init_fringe): Allocate fringe_bitmaps and fringe_faces.
9906         * dispextern.h (FRINGE_ID_BITS): Increase to 16 bits (64K bitmaps).
9907         (struct glyph_row): Reorder fringe_bitmap related fields.
9908         (struct it): Likewise.
9910         * w32term.c (fringe_bmp): Change to pointer.
9911         (max_fringe_bmp): New var.
9912         (w32_define_fringe_bitmap): Expand fringe_bmp.
9913         (w32_draw_fringe_bitmap): Check max_fringe_bmp.
9914         (w32_destroy_fringe_bitmap): Likewise.
9916 2004-09-29  Kim F. Storm  <storm@cua.dk>
9918         * fringe.c: Simplify last change.
9919         (lookup_fringe_bitmap): New function.
9920         (valid_fringe_bitmap_p, resolve_fringe_bitmap): Remove.
9921         (Fdestroy_fringe_bitmap): Use lookup_fringe_bitmap.
9922         Keep standard bitmaps in Vfringe_bitmaps.
9923         (Fdefine_fringe_bitmap): Use lookup_fringe_bitmap.
9924         (Fset_fringe_bitmap_face): Likewise.
9926         * dispextern.h (lookup_fringe_bitmap): Add prototype.
9927         (valid_fringe_bitmap_p): Remove prototype.
9929         * xdisp.c (handle_single_display_prop): Use lookup_fringe_bitmap.
9931 2004-09-29  Kim F. Storm  <storm@cua.dk>
9933         * fringe.c (destroy_fringe_bitmap, init_fringe_bitmap)
9934         (w32_init_fringe, w32_reset_fringes): Fix bootstrap (NULL rif).
9936         * dispextern.h (valid_fringe_bitmap_p): Fix prototype.
9938         * fringe.c (Vfringe_bitmaps): New variable.
9939         (syms_of_fringe): DEFVAR_LISP it.
9940         (valid_fringe_bitmap_p): Rename from valid_fringe_bitmap_id_p.
9941         Change arg to Lisp_Object and fail if not an integer.
9942         (get_fringe_bitmap_name, resolve_fringe_bitmap)
9943         (destroy_fringe_bitmap): New functions.
9944         (Fdestroy_fringe_bitmap): Change arg to bitmap symbol.
9945         Use destroy_fringe_bitmap.  Remove symbol from Vfringe_bitmaps and
9946         clear its fringe property.
9947         (init_fringe_bitmap): Use destroy_fringe_bitmap instead of
9948         Fdestroy_fringe_bitmap.
9949         (Fdefine_fringe_bitmap): Add BITMAP arg specifying new or existing
9950         bitmap symbol; remove WHICH arg.  Add symbol to Vfringe_bitmaps
9951         and set fringe property.  Signal error if no free slots.
9952         (Fset_fringe_bitmap_face): Change arg to bitmap symbol.
9953         (Ffringe_bitmaps_at_pos): Return bitmap symbols instead of numbers.
9955         * xdisp.c (handle_single_display_prop): Fringe bitmaps are now
9956         symbols with a fringe property.
9958 2004-09-27  Kim F. Storm  <storm@cua.dk>
9960         * buffer.c (syms_of_buffer) <indicate-buffer-boundaries>:
9961         Doc fix.  Format may now be a symbol or alist, not a cons.
9963         * fringe.c (update_window_fringes): Handle new formats of
9964         indicate-buffer-boundaries (symbol or alist).  No longer
9965         allow a simple cons.
9966         (Ffringe_bitmaps_at_pos): Use nil value for no bitmap.
9968 2004-09-25  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9970         * config.in: Rebuild.
9972 2004-09-24  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9974         * config.in: Rebuild.
9976         * Makefile.in: Run setarch i386 ./temacs if exec-shield is present.
9978 2004-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9980         * xterm.c (x_term_init): Work around a bug in some X servers.
9982 2004-09-18  Richard M. Stallman  <rms@gnu.org>
9984         * buffer.c (syms_of_buffer) <default-major-mode>: Doc fix.
9986         * xdisp.c (try_window_reusing_current_matrix):
9987         Handle the case where we reach the old displayed text,
9988         out of sync with the old line boundary.
9990 2004-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9992         * fileio.c (Finsert_file_contents): Fix case of replacement in a
9993         narrowed buffer.
9995 2004-09-14  Kim F. Storm  <storm@cua.dk>
9997         * puresize.h (PURESIZE_RATIO): Define based on BITS_PER_EMACS_INT.
9999         * xfaces.c (Qface_no_inherit): New var.
10000         (syms_of_xfaces): Intern and staticpro it.
10001         (Finternal_make_lisp_face, Finternal_set_lisp_face_attribute)
10002         (Finternal_copy_lisp_face, update_face_from_frame_parameter):
10003         Don't increment face_change_count when face has non-nil
10004         face-no-inherit property.
10006 2004-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10008         * bytecode.c (BYTE_CODE_QUIT): Add missing AFTER_POTENTIAL_GC.
10009         (Fbyte_code): Remove dead code after `wrong_type_argument'.
10011         * alloc.c (Fgarbage_collect): Mark keyboards, gtk data, and specpdl
10012         before doing the mark_stack_check_gcpros since they're not on the stack.
10014 2004-09-12  Kim F. Storm  <storm@cua.dk>
10016         * editfns.c (Fformat): Handle format strings with multiple text
10017         properties.  Reverse text property list from the format string,
10018         so the positions are in increasing order.
10020 2004-09-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10022         * xselect.c (x_reply_selection_request): XSync and UNBLOCK before
10023         x_uncatch_errors so that possible protocol errors are delivered.
10025 2004-09-10  Eli Zaretskii  <eliz@gnu.org>
10027         * Makefile.in (msdos.o): Depend on buffer.h, commands.h, and
10028         blockinput.h.
10029         (dosfns.o): Depend on blockinput.h, window.h, dispextern.h,
10030         charset.h, and coding.h
10031         (w16select.o): Depend on buffer.h, charset.h, coding.h, and composite.h.
10032         (term.o): Depend on window.h and keymap.h.
10033         (abbrev.o): Depend on syntax.h.
10034         (callint.o): Depend on keymap.h.
10035         (casefiddle.o): Depend on charset.h and keymap.h.
10036         (category.o): Depend on keymap.h.
10037         (coding.o): Depend on dispextern.h.
10038         (cmds.o): Depend on keyboard.h and keymap.h.
10039         (dispnew.o): Depend on indent.h and intervals.h.
10040         (doc.o): Depend on keymap.h.
10041         (editfns.o): Depend on frame.h.
10042         (emacs.o): Depend on dispextern.h.
10043         (fileio.o): Don't depend on ccl.h.
10044         (filelock.o): Depend on charset.h and coding.h.
10045         (frame.o): Depend on w32term.h and macterm.h.
10046         (insdel.o): Depend on region-cache.h.
10047         (keyboard.o): Depend on keymap.h, w32term.h, and macterm.h.
10048         (minibuf.o): Depend on $(INTERVALS_SRC) and keymap.h.
10049         (search.o): Depend on $(INTERVALS_SRC).
10050         (syntax.o): Depend on keymap.h, regex.h, and $(INTERVALS_SRC).
10051         (window.o): Depend on keymap.h, blockinput.h, $(INTERVALS_SRC),
10052         xterm.h, w32term.h, and macterm.h.
10053         (xdisp.o): Depend on keyboard.h, $(INTERVALS_SRC), xterm.h,
10054         w32term.h, and macterm.h.
10055         (xfaces.o): Depend on keyboard.h, $(INTERVALS_SRC),
10056         region-cache.h, xterm.h, w32term.h, and macterm.h.
10057         (bytecode.o): Depend on dispextern.h, frame.h, and xterm.h.
10058         (data.o): Depend on frame.h.
10059         (fns.o): Depend on keymap.h, xterm.h, and blockinput.h.
10060         (print.o): Depend on termchar.h and $(INTERVALS_SRC).
10061         (lread.o): Depend on $(INTERVALS_SRC), termhooks.h, and coding.h.
10062         (intervals.o): Depend on keymap.h.
10064         * msdos.c (msdos_set_cursor_shape, IT_display_cursor):
10065         Add debugging print-out to termscript.
10067 2004-09-09  Richard M. Stallman  <rms@gnu.org>
10069         * xdisp.c (decode_mode_spec): Use current buffer for most purposes.
10071 2004-09-08  Richard M. Stallman  <rms@gnu.org>
10073         * window.c (Fset_window_buffer): Doc fix.
10075         * xdisp.c (Fformat_mode_line): New arg BUFFER says which buffer to use.
10077 2004-09-08  Dan Nicolaescu  <dann@ics.uci.edu>
10079         * minibuf.c (history_delete_duplicates): New variable.
10080         (read_minibuf): Use it.
10081         (syms_of_minibuf): Create the corresponding lisp variable.
10083 2004-09-08  Kim F. Storm  <storm@cua.dk>
10085         * xdisp.c (set_cursor_from_row): Also look at 'cursor' property in
10086         overlay just before point.
10088 2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
10090         * buffer.h (struct buffer): Add auto_save_file_format field.
10091         * buffer.c (reset_buffer, init_buffer_once):
10092         Handle auto_save_file_format field.
10093         (syms_of_buffer): Add DEFVAR_PER_BUFFER for
10094         `buffer-auto-save-file-format'.
10095         * fileio.c: Delete declaration for removed Vauto_save_file_format.
10096         (build_annotations): Adapt to replacement of
10097         `auto-save-file-format' with the new buffer-local variable
10098         `buffer-auto-save-file-format'.
10099         (syms_of_fileio): Delete DEFVAR_LISP for auto-save-file-format.
10101 2004-09-07  Jason Rumney  <jasonr@gnu.org>
10103         * w32term.h (AppendMenuW_Proc): Move declaration from w32menu.c.
10105         * w32fns.c (w32_wnd_proc) [WM_MEASUREITEM, WM_DRAWITEM]:
10106         Handle Unicode menu titles.
10108 2004-09-07  Kim F. Storm  <storm@cua.dk>
10110         * xdisp.c (set_cursor_from_row): Fix last change.  Only use 'cursor'
10111         property from text property or overlay strings at point.
10113 2004-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10115         * xmenu.c (update_submenu_strings): YAILOM.
10116         (set_frame_menubar): Make sure last_i is initialized.
10118 2004-09-03  Jason Rumney  <jasonr@gnu.org>
10120         * w32menu.c (_widget_value): Add lname and lkey.
10121         (digest_single_submenu): Set lname and lkey in widget_value
10122         instead of name and key.
10123         (update_submenu_strings): New function.
10124         (set_frame_menubar): Remove call to inhibit_garbage_collection,
10125         call update_submenu_strings.
10127         * w32menu.c (globals_of_w32menu): Check for Unicode API.
10128         (digest_single_submenu, w32_menu_show): Encode menu strings as
10129         UTF-8 if Unicode API is available.
10130         (utf8to16): New function.
10131         (add_menu_item): Use it when calling Unicode API.
10133 2004-09-03  Kim F. Storm  <storm@cua.dk>
10135         * xdisp.c (set_cursor_from_row): Look for non-nil `cursor' property
10136         in overlay or text-property strings; set cursor on corresponding
10137         glyph rather than at end of the string.
10139 2004-09-02  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10141         * macfns.c (x_real_positions): Save the current window port and
10142         set a new one before obtaining the global coordinate.
10143         Use FRAME_MAC_WINDOW.
10144         (x_set_name, x_set_title): Encode title to UTF8.
10145         Use SetWindowTitleWithCFString.
10146         (Fx_server_version): Get correct OS version.
10148         * macmenu.c (add_menu_item): Remove unused variable `i'.
10149         Don't let separator items destroy refence constants of other menu items.
10151         * macterm.c (x_update_end): Move SetPortWindowPort to inside
10152         BLOCK_INPUT.
10153         (x_set_offset): Use FRAME_MAC_WINDOW.
10155         * xdisp.c (note_mouse_highlight): Set the mouse pointer shape to
10156         nontext_cursor if it is on a scroll bar.
10158         * s/darwin.h (LIBS_CARBON): New define to specify libraries for
10159         Carbon support.
10160         (LD_SWITCH_SYSTEM_TEMACS): Don't link with unused libstdc++.
10161         Use LIBS_CARBON.
10163 2004-09-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10165         * xfns.c (x_set_name_internal): New function.  Check if we shall call
10166         xfree before ENCODE_UTF_8.
10167         (x_set_name, x_set_title): Call x_set_name_internal.
10169 2004-08-31  NAKAMURA Toshikazu  <nr-tkz@nifty.com>  (tiny change)
10171         * w32fns.c (w32_load_font): If a BDF font is already loaded, do not
10172         reload it.
10174 2004-08-30  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10176         * macmenu.c (_widget_value): Add lname and lkey.
10177         (single_submenu): Set lname and lkey in widget_value
10178         instead of name and key.
10179         (update_submenu_strings): New function.
10180         (set_frame_menubar): Remove call to inhibit_garbage_collection,
10181         call update_submenu_strings.
10183         * xmenu.c (digest_single_submenu): Set lname and lkey in widget_value
10184         instead of name and key.
10185         (update_submenu_strings): New function.
10186         (set_frame_menubar): Remove call to inhibit_garbage_collection,
10187         call update_submenu_strings.
10189         * gtkutil.h (_widget_value): Added lname and lkey.
10191 2004-08-30  Steven Tamm  <steventamm@mac.com>
10193         * macmenu.c (mac_menu_show): Remove shadowing of menu variable
10194         by using different names for inner loop variables.
10196 2004-08-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10198         * xmenu.c (set_frame_menubar): Reintroduce inhibit_garbage_collection
10199         from 2002-07-15T00:01:34Z!raeburn@raeburn.org so that strings from ENCODE_UTF_8 isn't GC:ed before used.
10201         * gtkutil.c (xg_create_frame_widgets): Compensate for tool bar when
10202         tool bar items is 0.
10204 2004-08-26  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10206         * macmenu.c (ENCODE_MENU_STRING): Added to handle multibyte
10207         strings in menu items.
10208         (single_submenu): Use ENCODE_MENU_STRING
10209         (mac_menu_show): Use ENCODE_MENU_STRING.  Reset grabbed because
10210         button release isn't passed to event loop
10211         (add_menu_item): Use SetMenuItemWithCFString
10213 2004-08-26  Steven Tamm  <steventamm@mac.com>
10215         * fileio.c (Fread_file_name): Call x_file_dialog on carbon on
10216         tool-bar/menu click.
10217         * macfns.c (Fx_file_dialog): Implement using NavServices.
10219 2004-08-24  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10221         * xterm.c (x_catch_errors_unwind): Do not XSync if display has closed.
10223         * xfns.c (x_window_to_frame, x_any_window_to_frame)
10224         (x_non_menubar_window_to_frame, x_menubar_window_to_frame)
10225         (x_top_window_to_frame): Return 0 if wdesc is None.
10227 2004-08-22  Richard M. Stallman  <rms@gnu.org>
10229         * process.c (process_send_signal) [SIGNALS_VIA_CHARACTERS,
10230         HAVE_TERMIOS]: If there's no char for this signal, drop through
10231         and use system calls.
10233         * bytecode.c (Fbyte_code) <unwind-protect>: Cannot GC.
10235 2004-08-20  Kim F. Storm  <storm@cua.dk>
10237         * process.c (wait_reading_process_output): Rename from
10238         wait_reading_process_input.  All uses changed.
10239         (wait_reading_process_output_1): Rename from
10240         wait_reading_process_input_1.  All uses changed.
10242         * dispnew.c (Fsleep_for): Remove obsolete code.
10244 2004-08-20  Kenichi Handa  <handa@m17n.org>
10246         * syntax.c (skip_chars): Fix for unibyte case.
10248 2004-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10250         * syntax.c (char_quoted): Mixup byte/char pos.
10251         (back_comment): Fixup globals in all cases.
10253 2004-08-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10255         * xfns.c (x_set_name, x_set_title): Encode title to UTF8 before
10256         passing it to gtk_window_set_title.
10258 2004-08-19  Kim F. Storm  <storm@cua.dk>
10260         * process.c (wait_reading_process_input): Clean up.
10261         Add wait_for_cell, wait_proc, and just_wait_proc args
10262         to avoid overloading `read_kbd' and `do_display' args.
10263         Change read_kbd arg to int.  All callers changed.
10265         * process.c (process_send_signal): Use CDISABLE.
10267         * sysdep.c (child_setup_tty, init_sys_modes): Use CDISABLE.
10269 2004-08-18  Kim F. Storm  <storm@cua.dk>
10271         * process.c (Faccept_process_output): Add arg JUST-THIS-ONE;
10272         forward to wait_reading_process_input via DO_DISPLAY arg.
10273         (wait_reading_process_input): If DO_DISPLAY < 0 for a process
10274         object, only process output from that process; also inhibit
10275         running timers if DO_DISPLAY==-2.
10277 2004-08-17  Kim F. Storm  <storm@cua.dk>
10279         * process.c (process_send_signal): Fix last change--use
10280         _POSIX_VDISABLE instead of CVDISABLE when available.
10282 2004-08-16  Richard M. Stallman  <rms@gnu.org>
10284         * sysdep.c (child_setup_tty) [SIGNALS_VIA_CHARACTERS]:
10285         Set VQUIT and VINTR chars to the standard ones if they are unset.
10286         [AIX]: Don't do that here.  And don't force VINTR to standard
10287         when SIGNALS_VIA_CHARACTERS.
10289         * process.c (process_send_signal)
10290         [SIGNALS_VIA_CHARACTERS, HAVE_TERMIOS]: Clean up.
10291         Do nothing if the character is CVDISABLE.
10293         * xfaces.c (merge_face_ref): Specifying `unspecified' is a no-op.
10295         * intervals.c (move_if_not_intangible):
10296         Force POSITION to be between BEGV and ZV.
10298 2004-08-14  John Paul Wallington  <jpw@gnu.org>
10300         * buffer.c (Frestore_buffer_modified_p): Doc fix.
10302         * fileio.c (Fread_file_name): Doc fix.
10304         * minibuf.c (syms_of_minibuf) <completion-ignore-case>: Doc fix.
10306 2004-08-09  Luc Teirlinck  <teirllm@auburn.edu>
10308         * keymap.c (Fmake_keymap, Fmap_keymap, Fwhere_is_internal): Doc fixes.
10310 2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
10312         * keyboard.c: Declare Qdisabled_command_function instead of
10313         Qdisabled_command_hook.
10314         (Fcommand_execute): Use Qdisabled_command_function instead of
10315         Qdisabled_command_hook.
10316         (syms_of_keyboard): Ditto.
10318 2004-08-07  Luc Teirlinck  <teirllm@auburn.edu>
10320         * keymap.c (Flocal_key_binding, Fglobal_key_binding)
10321         (syms_of_keymap) <key-translation-map>: Doc fixes.
10323 2004-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10325         * window.c (window_list_1): YAILOM.
10327         * fileio.c (make_temp_name): Handle multibyte prefixes.
10329 2004-08-06  Luc Teirlinck  <teirllm@auburn.edu>
10331         * keyboard.c (syms_of_keyboard) <overriding-terminal-local-map>:
10332         Doc fix.
10334 2004-08-03  Kenichi Handa  <handa@m17n.org>
10336         * coding.c (decode_coding_string): Adjust coding->consumed, and
10337         etc. with shrinked_bytes.
10339 2004-08-03  Kim F. Storm  <storm@cua.dk>
10341         * indent.c (compute_motion): Fix check for full width window
10342         in non-window case.  Do not count left truncation glyph on
10343         window systems.
10345 2004-08-02  Luc Teirlinck  <teirllm@auburn.edu>
10347         * data.c (Finteractive_form): Doc fix.
10349 2004-08-02  Kim F. Storm  <storm@cua.dk>
10351         * indent.c (compute_motion): Use actual window width if WIDTH is -1,
10352         properly accounting for continuation glyph on non-window systems.
10353         (Fcompute_motion): Use actual window width if WIDTH is nil, and
10354         actual window width/height if TOPOS is nil, properly accounting for
10355         continuation glyphs on non-window systems, and optional header lines.
10356         (vmotion): Let compute_motion calculate actual window width.
10358         * window.c (window_scroll_line_based): Let compute_motion
10359         calculate actual window width.
10361 2004-08-02  Kim F. Storm  <storm@cua.dk>
10363         * process.c (read_process_output): Use whole read buffer.
10364         Don't trigger adaptive read buffering on errors.
10366 2004-07-31  Luc Teirlinck  <teirllm@auburn.edu>
10368         * keymap.c (Fset_keymap_parent, Fdefine_prefix_command): Doc fixes.
10370         * keyboard.c (syms_of_keyboard) <disable-point-adjustment>: Doc fix.
10372         * callint.c (Fcall_interactively): Doc fix.
10374 2004-07-30  Richard M. Stallman  <rms@gnu.org>
10376         * abbrev.c (Fexpand_abbrev): Undo previous change.
10378 2004-07-30  Kim F. Storm  <storm@cua.dk>
10380         * editfns.c (Fformat): Allocate extra (dummy) element in info.
10382 2004-07-28  Luc Teirlinck  <teirllm@auburn.edu>
10384         * eval.c (Fdefvar, Fdefconst): Doc fixes.
10386 2004-07-27  Kim F. Storm  <storm@cua.dk>
10388         * xdisp.c (move_it_in_display_line_to): Check BUFFER_POS_REACHED_P after
10389         we have ensured that the glyph fits on the current line (or returned
10390         MOVE_LINE_CONTINUED otherwise).
10392 2004-07-26  Kim F. Storm  <storm@cua.dk>
10394         * xdisp.c (move_it_in_display_line_to): If overflow-newline-into-fringe
10395         is enabled, return MOVE_LINE_CONTINUED rather than MOVE_POS_MATCH_OR_ZV
10396         if target position is at end of display line but char is not a newline.
10398 2004-07-25  Richard M. Stallman  <rms@gnu.org>
10400         * window.c (coordinates_in_window): Return ON_SCROLL_BAR
10401         instead of ON_VERTICAL_BORDER, when on scroll bar.
10402         (Fcoordinates_in_window_p): Handle ON_SCROLL_BAR--return nil.
10404         * dispextern.h (enum window_part): Add ON_SCROLL_BAR.
10406         * window.c (Fcoordinates_in_window_p):
10407         Take account of FRAME_INTERNAL_BORDER_WIDTH.
10409         * alloc.c (check_cons_list): New function (contents commented out).
10411 2004-07-24  Luc Teirlinck  <teirllm@auburn.edu>
10413         * xfaces.c (Fcolor_supported_p): Doc fix.
10415         * frame.c (Fselect_frame, Fset_frame_selected_window)
10416         (Fframe_visible_p, Fraise_frame): Doc fixes.
10418 2004-07-24  Richard M. Stallman  <rms@gnu.org>
10420         * keyboard.h (not_single_kboard_state): Declare.
10422         * fileio.c (Fwrite_region): Doc fix.
10424         * window.c (Fwindow_at): Take account of FRAME_INTERNAL_BORDER_WIDTH.
10426         * abbrev.c (Fexpand_abbrev): Run Qpre_abbrev_expand_hook
10427         only when a real abbrev is present.
10429         * xfns.c (x_icon_verify): New function.
10430         (Fx_create_frame): Use it.
10432 2004-07-22  Barry Fishman  <barry_fishman@att.net>  (tiny change)
10434         * s/gnu-linux.h: Use GC_MARK_STACK if __amd64__ is defined.
10436 2004-07-21  Kim F. Storm  <storm@cua.dk>
10438         * window.h (struct glyph_matrix): New members nrows_scale_factor
10439         and ncols_scale_factor.
10441         * window.c (make_window): Initialize nrows_scale_factor and
10442         ncols_scale_factor members.
10444         * dispnew.c (margin_glyphs_to_reserve): Apply ncols_scale_factor.
10445         (allocate_matrices_for_frame_redisplay): Fix left/right margin mix-up.
10446         (required_matrix_height): Apply nrows_scale_factor.
10447         (required_matrix_width): Apply ncols_scale_factor.
10449         * xdisp.c (display_line): Increment nrows_scale_factor and set
10450         fonts_changed_p if past last allocated row.
10451         (append_glyph, append_composite_glyph, produce_image_glyph)
10452         (append_stretch_glyph): Increment ncols_scale_factor and set
10453         fonts_changed_p if current area is full.
10455 2004-07-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10457         * widget.c (EmacsFrameDestroy): Don't abort if normal_gc is 0.
10459 2004-07-19  Luc Teirlinck  <teirllm@auburn.edu>
10461         * window.c (Fpos_visible_in_window_p, Fset_window_hscroll)
10462         (Fwindow_inside_pixel_edges, Fwindow_end, Fset_window_point)
10463         (Fset_window_start, Fscroll_up, Fscroll_down)
10464         (Fother_window_for_scrolling, Fscroll_other_window)
10465         (Fsave_window_excursion, Fset_window_vscroll)
10466         (syms_of_window) <window-size-fixed>: Doc fixes.
10468 2004-07-19  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>
10470         * w32fns.c (Fx_file_dialog): Use ENCODE_FILE instead of
10471         ENCODE_SYSTEM for filenames.
10473 2004-07-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10475         * mac.c (sys_select): Block input around call to
10476         ReceiveNextEvent to prevent breakage.  Correctly handle
10477         blocking on event queue only by calling ReceiveNextEvent
10478         instead of select (since GUI events aren't on an fd).
10479         (sys_read): Remove function
10480         * sysdep.c: Remove redefine of read to sys_read if HAVE_CARBON
10482 2004-07-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10484         * mac.c (sys_select): Redo sys_select to use alarm-based
10485         polling instead of 1 sec timeouts (like solaris).
10487         * macterm.c (x_make_frame_visible): Comment in polling on
10488         frame creation.
10490         * keyboard.c: Undef SIGIO on Carbon
10492         * atimer.c (alarm_signal_handler): Call alarm handlers after
10493         scheduling.
10495         * eval.c (Feval): Remove quit_char test
10497         * process.c (wait_reading_process_input): Remove clearing
10498         stdin for select call on process input.
10500 2004-07-18  Luc Teirlinck  <teirllm@auburn.edu>
10502         * xdisp.c (syms_of_xdisp) <window-scroll-functions>: Correct
10503         capitalization error in docstring.
10505 2004-07-17  Juanma Barranquero  <lektu@terra.es>
10507         * keyboard.c (not_single_kboard_state): Do nothing unless
10508         MULTI_KBOARD is defined.
10510 2004-07-17  Richard M. Stallman  <rms@gnu.org>
10512         * window.c (coordinates_in_window): Inside the window but outside
10513         its box to the L or R, return ON_VERTICAL_BORDER.
10514         (window_list_1): Rotate the list to start with WINDOW.
10516         * print.c (print_preprocess): Test for print_depth at limit
10517         before entering in being_printed.
10519         * keyboard.c (not_single_kboard_state): New function.
10520         (stuff_buffered_input): Now no-op only if no SIGTSTP.
10522         * frame.c (Fdelete_frame): If we're in single_bboard_state on
10523         this kboard, and we delete its last frame, go to any_kboard_state.
10525         * buffer.c (syms_of_buffer) <transient-mark-mode>: Doc fix.
10527 2004-07-15  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>
10529         * w32fns.c (Fx_file_dialog): Encode strings in system coding
10530         system before passing them to OS functions for display.
10532 2004-07-15  David Kastrup  <dak@gnu.org>
10534         * search.c (syms_of_search): Staticpro `saved_last_thing_searched'.
10535         Apparently fixes an abort condition.
10537 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
10539         * fileio.c (Fvisited_file_modtime): Return a list of two integers,
10540         instead of a cons.
10542 2004-07-14  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
10544         * keyboard.c (echo_dash): Do nothing if there already is a dash
10545         at the end of the echo string.
10547 2004-07-12  Kim F. Storm  <storm@cua.dk>
10549         * alloc.c (mark_object): Only look at Lisp_Misc_Save_Value
10550         if GC_MARK_STACK.
10552 2004-07-10  Luc Teirlinck  <teirllm@auburn.edu>
10554         * buffer.c (Fswitch_to_buffer, Fpop_to_buffer): Doc fixes.
10556         * window.c (Fwindow_buffer, Fother_window, Fget_lru_window)
10557         (Fget_largest_window, Fget_buffer_window, Fdelete_windows_on)
10558         (Freplace_buffer_in_windows, Fset_window_buffer)
10559         (Fselect-window, Fdisplay-buffer, Fsplit_window): Doc fixes.
10560         (syms_of_window): Expand docstring of `display-buffer-function'.
10562 2004-07-09  Luc Teirlinck  <teirllm@auburn.edu>
10564         * editfns.c (Ffloat_time, Fformat_time_string, Fdecode_time)
10565         (Fcurrent_time_string, Fcurrent_time_zone): Mention in docstrings
10566         that time values of the type (HIGH . LOW) are considered obsolete.
10568 2004-07-06  Luc Teirlinck  <teirllm@auburn.edu>
10570         * keyboard.c (syms_of_keyboard): Fix `keyboard-translate-table'
10571         docstring.
10573         * fns.c (Fclear_string): Declare `len' before call to CHECK_STRING.
10575 2004-07-06  John Paul Wallington  <jpw@gnu.org>
10577         * eval.c (Fdefmacro): Signal an error if NAME is not a symbol.
10579         * fns.c (Fclear_string): Signal an error if STRING is not a string.
10581 2004-07-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10583         * macterm.c (mac_initialize_display_info): Use CGGetActiveDisplayList
10584         instead of CGMainDisplayID (only in OSX 10.2 and later).
10586 2004-07-04  John Paul Wallington  <jpw@gnu.org>
10588         * fileio.c (read_file_name_completion_ignore_case): New variable.
10589         (syms_of_fileio): Declare and initialise it.
10590         (Fread_file_name): Bind `completion-ignore-case' to respect it.
10592 2004-07-03  Eli Zaretskii  <eliz@gnu.org>
10594         * msdos.c (dos_rawgetc): Use make_number to produce Lisp objects
10595         for event.x and event.y.
10597 2004-07-01  Kenichi Handa  <handa@m17n.org>
10599         * w32select.c (Fw32_set_clipboard_data): Update `nbytes' correctly
10600         after getting a new string by pre-write-conversion.
10602 2004-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10604         * xterm.c (x_detect_focus_change): Remove unused var `nr_events'.
10605         (x_calc_absolute_position): Remove unused var `child'.
10607         * xfaces.c (x_supports_face_attributes_p)
10608         (Fdisplay_supports_face_attributes_p): YAILOM.
10609         (tty_supports_face_attributes_p): Remove unused var `i'.
10611         * syntax.c (skip_chars): Remove unused labels fwd_unibyte_ok and
10612         back_unibyte_ok.
10614         * search.c (match_limit, Fmatch_data, Fset_match_data): YAILOM.
10616         * fontset.c (Fset_fontset_font): Remove unused vars `family' and `registry'.
10618         * Makefile.in (${etc}DOC): Fix file name of make-docfile.
10620 2004-06-30  Andreas Schwab  <schwab@suse.de>
10622         * image.c (CHECK_LIB_AVAILABLE): Add third parameter LIBRARIES.
10623         (Finit_image_library): Pass LIBRARIES through to
10624         CHECK_LIB_AVAILABLE.  Declare parameters.  Doc fix.
10625         (lookup_image_type): Pass Qnil as second argument to
10626         Finit_image_library.
10628         * lisp.h (Finit_image_library): Declare.
10630 2004-06-29  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10632         * macterm.c (do_window_activate, do_window_deactivate): Remove.
10633         (XTread_socket): Send mouse button events to the toolbox
10634         dispatcher even when the mouse is grabbed.  Don't process window
10635         activate events for non-Emacs windows.  Replace function calls to
10636         do_window_activate and do_window_deactivate with their contents.
10637         Reset mouse grabbing status when a window is deactivated.
10639 2004-06-29  Steven Tamm  <steventamm@mac.com>
10641         * macterm.c (mac_get_emulated_btn)
10642         (mac_event_to_emacs_modifiers): Fix emulated mouse button
10643         support to correctly mask out modifiers.
10645 2004-06-29  David Kastrup  <dak@gnu.org>
10647         * search.c (Fset_match_data): Allow buffer before end of list
10648         which can happen if set-match-data is using a pre-consed list.
10650 2004-06-28  Steven Tamm  <steventamm@mac.com>
10652         * macterm.c (XTread_socket): Correctly set the frame position
10653         after the window is moved.
10655 2004-06-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10657         * gtkutil.c (xg_get_image_for_pixmap): Call g_object_unref on
10658         gpix and gmask just before return to avoid memory leak.
10659         (xg_get_image_for_pixmap): Add workaround for monochrome displays
10660         so insensitive and activated icons look ok.
10662 2004-06-27  Jason Rumney  <jasonr@gnu.org>
10664         * w32fns.c (file_dialog_callback): Disable edit control if set
10665         to directories only on CDN_INITDONE message.
10666         (Fx_file_dialog): Default to directories only when prompt starts
10667         with "Dired".
10669 2004-06-25  Kim F. Storm  <storm@cua.dk>
10671         * alloc.c (allocate_misc): Update total_free_markers.
10672         (free_misc): New function.
10673         (safe_alloca_unwind, free_marker): Use it.
10675         * lisp.h (free_misc): Add prototype.
10677         * fns.c (Fmapconcat, Fmapcar): Remove superfluous GCPROs.
10679 2004-06-24  Richard M. Stallman  <rms@gnu.org>
10681         * emacs.c (Vsignal_USR1_hook, Vsignal_USR2_hook): Definitions deleted.
10682         (syms_of_emacs): Lisp variables deleted.
10684 2004-06-23  David Kastrup  <dak@gnu.org>
10686         * search.c (Freplace_match): Adjust the match-data more thoroughly
10687         when replacing strings in the buffer.
10688         (Fmatch_data): When INTEGERS is non-nil and the last match was in
10689         a buffer, add the buffer as last element to the match data.
10690         (Fset_match_data): If an additional element of the match-data is a
10691         buffer, restore it to last_thing_searched.
10692         (save_search_regs): Save last_thing_searched as part of the match data.
10693         (restore_match_data): Restore it again.
10695 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
10697         * keymap.c (Ftext_char_description): Doc fix.
10698         * doc.c (Fsnarf_documentation): Doc fix.
10700 2004-06-22  Kim F. Storm  <storm@cua.dk>
10702         * fns.c (Fmapcar, Fmapconcat): GCPRO the args array.
10704         * lisp.h (struct Lisp_Save_Value): New member dogc.
10705         (SAFE_ALLOCA_LISP): Change second arg to number of elements.
10706         Set dogc member in Lisp_Save_Value object so it will be GC'ed.
10707         (SAFE_FREE_LISP): New macro.
10709         * alloc.c (safe_alloca_unwind): Clear dogc and pointer members.
10710         (make_save_value): Init new dogc member.
10711         (mark_object): Mark Lisp_Save_Value pointer array if dogc is set.
10713         * fns.c (Fmapconcat, Fmapcar): Use new SAFE_ALLOCA_LISP and
10714         SAFE_FREE_LISP macros.
10716 2004-06-22  Kim F. Storm  <storm@cua.dk>
10718         * lisp.h (SAFE_ALLOCA_LISP): New macro to allocate Lisp_Objects.
10719         Temporarily inhibits GC if memory is xmalloc'ed, as the Lisp_Objects
10720         in that memory area are unknown to GC.  Add comments.
10722         * fns.c (Fmapconcat, Fmapcar): Use SAFE_ALLOCA_LISP.
10724 2004-06-21  Kim F. Storm  <storm@cua.dk>
10726         * lisp.h (MAX_ALLOCA): Define here.
10727         (safe_alloca_unwind): Add prototype.
10728         (USE_SAFE_ALLOCA, SAFE_ALLOCA, SAFE_FREE): New macros.
10730         * alloc.c (safe_alloca_unwind): New function.
10732         * casefiddle.c (casify_object): Use SAFE_ALLOCA.
10734         * charset.c (Fstring): Use SAFE_ALLOCA.
10736         * coding.c (MAX_ALLOCA): Remove define.
10738         * data.c (MAX_ALLOCA): Remove define.
10739         (Faset): Use SAFE_ALLOCA.
10741         * editfns.c (Fformat, Ftranspose_regions): Use SAFE_ALLOCA.
10743         * fns.c (string_make_multibyte, string_to_multibyte)
10744         (string_make_unibyte, Fmapconcat, Fmapcar): Use SAFE_ALLOCA.
10745         (MAX_ALLOCA): Remove define.
10746         (Fbase64_encode_region, Fbase64_encode_string)
10747         (Fbase64_decode_region, Fbase64_decode_string): Use SAFE_ALLOCA.
10748         (Fbase64_encode_region, Fbase64_encode_string): Fix potential
10749         memory leak if encoding fails.
10751         * xdisp.c (add_to_log): Use SAFE_ALLOCA.
10753 2004-06-21  Eli Zaretskii  <eliz@gnu.org>
10755         * print.c (Fwith_output_to_temp_buffer): Doc fix.
10757 2004-06-20  Richard M. Stallman  <rms@gnu.org>
10759         * xfaces.c (Finternal_copy_lisp_face): Small cleanup; doc fix.
10761         * search.c (match_limit): Cleaner err msg when no match data available.
10763         * window.c (syms_of_window): Doc fix.
10765         * keyboard.c (command_loop_1): Handle values `only' and `identity'
10766         for Vtransient_mark_mode.
10768         * buffer.c (syms_of_buffer): Doc fix.
10770 2004-06-21  David Kastrup  <dak@gnu.org>
10772         * minibuf.c (Ftry_completion, Fall_completions): Do lazy binding
10773         and unbinding of `case-fold-search' according to
10774         `completion-ignore-case' around calls of string-match and
10775         predicates, respectively.  Should give satisfactory performance
10776         in all relevant cases.
10778 2004-06-17  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10780         * xterm.c (x_draw_image_foreground_1): Subtract slice.x/y from
10781         clip_x/y_origin.
10783         * fns.c (string_to_multibyte): Use xmalloc/xfree instead of alloca.
10785         * macfns.c (Fx_display_color_cells): Do not limit return value to 256.
10787         * macterm.c (mac_initialize_display_info): Initialize n_planes correctly
10788         on Mac OSX.
10790 2004-06-16  Luc Teirlinck  <teirllm@auburn.edu>
10792         * buffer.c (syms_of_buffer): Clarify `fill-column' docstring.
10794 2004-06-16  Kim F. Storm  <storm@cua.dk>
10796         * dispextern.h (Vimage_types): Remove extern.
10798 2004-06-16  Miles Bader  <miles@gnu.org>
10800         * image.c (lookup_image_type): Initialize image type if necessary.
10802 2004-06-15  Kim F. Storm  <storm@cua.dk>
10804         * xdisp.c (try_cursor_movement): Exclude header line from scroll
10805         margin at top of window.
10806         (try_window_reusing_current_matrix): Calculate proper cursor position
10807         after scrolling up with non-zero scroll margin, as the old cursor
10808         position corresponds to value of PT before executing this command.
10809         (try_window_id): Consider scroll margin at bottom of window too;
10810         otherwise we fail to scroll when hl-line-mode is enabled.
10812         * syntax.c (skip_chars): Only recognize [:class:] when it has the
10813         proper format and class is a lower-case word.
10815 2004-06-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10817         * gtkutil.c (xg_get_image_for_pixmap): New function.
10818         (xg_get_gdk_pixmap_and_mask): Remove.
10819         (update_frame_tool_bar): Call xg_get_image_for_pixmap instead of
10820         xg_get_gdk_pixmap_and_mask.
10822         * xterm.h (struct x_display_info): Typo in comment fixed.
10824 2004-06-14  Juanma Barranquero  <lektu@terra.es>
10826         * dispextern.h (Vimage_types): Make it conditional on
10827         HAVE_WINDOW_SYSTEM.
10829         * image.c (Vimage_types): Move from xdisp.c.
10830         (Vimage_type_cache): New variable.
10831         (define_image_type): New argument indicating whether an image
10832         library was loaded; cache loaded status and return t on success,
10833         nil otherwise.
10834         (CACHE_IMAGE_TYPE, ADD_IMAGE_TYPE): New macros.
10835         (w32_delayed_load): New function to load an image library from a
10836         list of possible filenames.
10837         (init_xpm_functions, init_png_functions, init_jpeg_functions)
10838         (init_tiff_functions, init_gif_functions): Use `w32_delayed_load'.
10839         (CHECK_LIB_AVAILABLE): Call `define_image_library' with new argument.
10840         (Finit_image_library): New function, extracted from `init_image'.
10841         Try to initialize an image library on demand and cache whether we
10842         were successful or not.
10843         (syms_of_image): Initialize `Vimage_types' and
10844         `Vimage_type_cache'.  Add recognized image types to Vimage_types.
10845         Export `init-image-library'.
10846         (init_image): Remove initialization of all image types, except xbm
10847         and pbm.
10849         * xdisp.c (Vimage_types): Delete (moved to image.c).
10851 2004-06-14  Andreas Schwab  <schwab@suse.de>
10853         * minibuf.c (Ftry_completion, Fall_completions, Ftest_completion):
10854         Avoid calling specbind when completion-regexp-list is empty.
10856 2004-06-13  Richard M. Stallman  <rms@gnu.org>
10858         * regex.h (CHAR_CLASS_MAX_LENGTH, re_wctype_t, re_wchar_t)
10859         (re_wctype, re_iswctype, re_wctype_to_bit):
10860         Non-function definitions moved here from regex.c.
10862         * regex.c (re_wctype, re_iswctype): Function defs longer static.
10863         (CHAR_CLASS_MAX_LENGTH, re_wctype_t, re_wchar_t)
10864         (re_wctype, re_iswctype, re_wctype_to_bit):
10865         Non-function definitions moved to regex.h.
10867         * window.c (Fselect_window): Doc fix.
10869         * syntax.c: Include regex.h.
10870         (skip_chars): New arg HANDLE_ISO_CLASSES.  Callers changed.
10871         If requested, make a list of classes, then check the scanned
10872         chars for membership in them.
10873         (in_classes): New function.
10874         Doc fix.
10876         * keyboard.c (cmd_error): Don't call any_kboard_state
10877         if inside a recursive edit level.
10879 2004-06-13  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
10881         * keyboard.c (command_loop): Call any_kboard_state before
10882         command_loop_2 when at top level.
10884 2004-06-13  Andreas Schwab  <schwab@suse.de>
10886         * print.c (print_object): Always use %ld for printing EMACS_INT.
10888         * keyboard.c (cancel_hourglass_unwind): Return a value.
10889         (modify_event_symbol): Always use %ld for printing EMACS_INT.
10890         (Fexecute_extended_command): Likewise.
10892         * syntax.h (SYNTAX_ENTRY_FOLLOW_PARENT): Rename local variable to
10893         avoid clashes.
10894         (SYNTAX): Likewise.
10895         (SYNTAX_WITH_FLAGS): Likewise.
10896         (SYNTAX_MATCH): Likewise.
10898         * syntax.c (char_quoted): Avoid warning about undefined operation.
10899         (find_defun_start): Likewise.
10900         (scan_lists): Likewise.
10901         (INC_FROM): Likewise.
10902         (scan_sexps_forward): Likewise.
10904         * image.c: Include <ctype.h>.
10906         * xfaces.c (face_attr_equal_p): Declare parameters.
10908 2004-06-13  Kenichi Handa  <handa@m17n.org>
10910         * ccl.c (CCL_READ_CHAR): If hit EOF, set REG to -1.
10912 2004-06-12  Matthew Mundell  <matt@mundell.ukfsn.org>
10914         * eval.c (Fdefun): Signal an error if NAME is not a symbol.
10916 2004-06-12  Kenichi Handa  <handa@m17n.org>
10918         * ccl.c (CCL_CALL_FOR_MAP_INSTRUCTION): Save eof_ic in
10919         ccl_prog_stack_struct and update it.
10920         (CCL_INVALID_CMD): If CCL_DEBUG is defined, call ccl_debug_hook.
10921         (CCL_READ_CHAR): Get instruction counter from eof_ic, not from
10922         ccl->eof_ic on EOF.
10923         (ccl_debug_hook): New function.
10924         (struct ccl_prog_stack): New member eof_ic.
10925         (ccl_driver): Handle EOF in subrountine call correctly.
10927 2004-06-11  Kenichi Handa  <handa@m17n.org>
10929         * coding.c (encode_coding_string): Check CODING_FINISH_INTERRUPT.
10931 2004-06-11  Kim F. Storm  <storm@cua.dk>
10933         * emacs.c (shut_down_emacs): Inhibit redisplay during shutdown.
10935 2004-06-11  Juanma Barranquero  <lektu@terra.es>
10937         * keyboard.c (Fposn_at_point): Doc fix.
10939 2004-06-11  David Kastrup  <dak@gnu.org>
10941         * search.c (match_limit): Don't flag an error if match-data
10942         exceeding the allocated search_regs.num_regs gets requested, just
10943         return Qnil.
10945 2004-06-08  Miles Bader  <miles@gnu.org>
10947         * xfaces.c (push_named_merge_point): Return 0 when a cycle is detected.
10949 2004-06-07  Juanma Barranquero  <lektu@terra.es>
10951         * editfns.c (Fuser_login_name, Ffloat_time, Fencode_time)
10952         (Fcurrent_time_string, Fcurrent_time_zone)
10953         (Finsert_buffer_substring, Ftranspose_regions): Doc fixes.
10955 2004-06-07  Miles Bader  <miles@gnu.org>
10957         * xfaces.c (struct named_merge_point): New type.
10958         (push_named_merge_point): New function.
10959         (merge_named_face): New function.
10960         (merge_face_ref, face_at_buffer_position, face_at_string_position):
10961         Use `merge_named_face'.
10962         (merge_face_inheritance): Function removed.
10963         (merge_face_ref): Rename from `merge_face_vector_with_property'.
10964         Add new `err_msgs' and `named_merge_points' args.  Return error
10965         status.  Only print error messages if ERR_MSGS is true.  Don't try to
10966         do :inherit attribute validation.
10967         (merge_face_heights): Handle `unspecified' in both directions.
10968         (merge_face_vectors): Rename `cycle_check' arg to `named_merge_points'.
10969         Call `merge_face_ref' instead of `merge_face_inheritance'.
10970         (Fdisplay_supports_face_attributes_p, Fface_attributes_as_vector)
10971         (compute_char_face, face_at_buffer_position)
10972         (face_at_string_position): Call `merge_face_ref' instead of
10973         `merge_face_vector_with_property'.
10975 2004-06-07  Kenichi Handa  <handa@m17n.org>
10977         * coding.c (find_safe_codings): Check NILP (safe_codings) only at
10978         the necessary places.
10980 2004-06-07  Kim F. Storm  <storm@cua.dk>
10982         * process.c (Fdelete_process): Undo 2004-05-28 change.
10983         Instead, call status_notify also for network process.
10984         (status_message): Use process instead of status as arg.
10985         Give messages "deleted" or "connection broken by remote peer" for
10986         an exited network process.
10987         (status_notify): Change call to status_message.
10988         (read_process_output): Increase readmax to 4096.  Do not increase
10989         buffer size for datagram channels (default is now large enough).
10991 2004-06-06  Steven Tamm  <tamm@Steven-Tamms-Computer.local>
10993         * macfns.c (x_create_tip_frame): Fix Mac OS X 10.1 compilation
10994         problem due to newly defined variable.
10996 2004-06-06  Miles Bader  <miles@gnu.org>
10998         * xfaces.c (Fdisplay_supports_face_attributes_p): Give up
10999         immediately if non-interactive or not initialized.
11001 2004-06-05  Richard M. Stallman  <rms@gnu.org>
11003         * minibuf.c (Fcompleting_read): Doc fix.
11005 2004-06-05  Andreas Schwab  <schwab@suse.de>
11007         * macfns.c (x_create_tip_frame): Fix declaration after statement.
11009 2004-06-05  Juanma Barranquero  <lektu@terra.es>
11011         * keymap.c (Fdescribe_vector): Fix docstring.
11012         (Fkey_description, Fglobal_key_binding): Fix typo in docstring.
11014 2004-06-05  Miles Bader  <miles@gnu.org>
11016         * xfaces.c (tty_supports_face_attributes_p): Make sure the specified
11017         attributes have different values than the default face.
11019 2004-06-04  Eli Zaretskii  <eliz@gnu.org>
11021         * xfaces.c (x_supports_face_attributes_p): Make this function
11022         conditional on HAVE_WINDOW_SYSTEM.
11023         (Fdisplay_supports_face_attributes_p) [HAVE_WINDOW_SYSTEM]:
11024         Don't call x_supports_face_attributes_p if it was not compiled in.
11026 2004-06-04  Miles Bader  <miles@gnu.org>
11028         * xfaces.c (tty_supports_face_attributes_p): New function, mostly
11029         from Ftty_supports_face_attributes_p.
11030         (x_supports_face_attributes_p): New function.
11031         (Ftty_supports_face_attributes_p): Function deleted.
11032         (Fdisplay_supports_face_attributes_p): New function.
11033         (syms_of_xfaces): Initialize Sdisplay_supports_face_attributes_p.
11034         (face_attr_equal_p): New function.
11035         (lface_equal_p): Use it.
11037 2004-06-03  Juanma Barranquero  <lektu@terra.es>
11039         * w32fns.c (Fx_display_grayscale_p, Fw32_send_sys_command)
11040         (Vw32_color_map): Fix typo in docstring.
11041         (Fx_create_frame, Fw32_find_bdf_fonts, Fx_show_tip)
11042         (Fw32_unregister_hot_key, Fw32_reconstruct_hot_key):
11043         Make argument names match their use in docstring.
11045 2004-06-02  Juanma Barranquero  <lektu@terra.es>
11047         Work around bugs/problems with MinGW builds of graphics libraries
11048         called from MSVC builds of Emacs.
11050         * image.c (lookup_image): Make pointer to img static.
11051         (png_read_from_memory): Disable "global" optimization.
11053 2004-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11055         * eval.c (Fcondition_case): Fix usage.  Simplify.
11057         * mem-limits.h (EXCEEDS_LISP_PTR) [USE_LSB_TAG]: Never true.
11059 2004-05-29  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11061         * macfns.c: Don't include ccl.h.
11062         [MAC_OSX]: Don't include QuickTime/QuickTime.h.
11063         [!MAC_OSX]: Don't include alloca.h, Windows.h, Gestalt.h, or
11064         TextUtils.h.
11065         (Fx_create_frame): Sync with xfns.c.  Initialize cursor descriptors.
11066         (Fx_display_mm_height, Fx_display_mm_width): Calculate length from
11067         display height/width.
11068         (compute_tip_xy, Vx_max_tooltip_size): Declare.
11069         (unwind_create_tip_frame, compute_tip_xy): New functions.
11070         (x_create_tip_frame, Fx_show_tip, Fx_hide_tip): Sync with xfns.c.
11071         (syms_of_macfns): Initialize Qcancel_timer, Vx_max_tooltip_size,
11072         and last_show_tip_args.
11074         * macgui.h [!MAC_OSX]: Include Gestalt.h.
11075         (Cursor, No_Cursor): New defines.
11076         [!TARGET_API_MAC_CARBON] (SetPortWindowPort): New compatibility macro.
11077         [!TARGET_API_MAC_CARBON] (arrow_cursor): Declare.
11079         * macmenu.c (mac_menu_show, mac_dialog): Use SetPortWindowPort.
11081         * macterm.c: Don't include Gestalt.h.
11082         (enum mouse_tracking_type, mouse_tracking_in_progress): Remove.
11083         (XDrawLine, XClearArea, XClearWindow, mac_draw_bitmap)
11084         (mac_set_clip_rectangle, mac_reset_clipping, XCreatePixmap)
11085         (XFillRectangle, mac_draw_rectangle, mac_draw_string_common)
11086         (mac_copy_area, mac_copy_area_with_mask, x_update_end)
11087         (construct_mouse_click, XTmouse_position)
11088         (x_scroll_bar_report_motion, x_calc_absolute_position)
11089         (do_mouse_moved, do_zoom_window, mac_do_receive_drag)
11090         (XTread_socket, make_mac_frame): Use SetPortWindowPort.
11091         (note_mouse_movement): Clear the mouse face and reset the pointer
11092         shape when the pointer goes outside the frame without grabbing.
11093         (mac_front_window): New function.
11094         (mac_window_to_frame): New macro.
11095         (XTmouse_position, x_scroll_bar_report_motion, do_window_update)
11096         (do_window_activate, do_window_deactivate, do_app_resume)
11097         (do_app_suspend, do_mouse_moved, do_menu_choice, do_grow_window)
11098         (do_zoom_window, mac_do_receive_drag, XTread_socket)
11099         (mac_check_for_quit_char): Use mac_front_window and/or
11100         mac_window_to_frame.
11101         (x_scroll_bar_handle_click): Set `(PORTION . WHOLE)' part in a
11102         scroll-bar click event.
11103         (mac_define_frame_cursor): Change the pointer shape.
11104         (x_free_frame_resources): Reset tip_window to NULL when it is
11105         disposed of.
11106         [!TARGET_API_MAC_CARBON] (arrow_cursor): New variable.
11107         [!TARGET_API_MAC_CARBON] (do_init_managers): Initialize arrow_cursor.
11108         (do_window_update): Don't do anything if the updated window is the
11109         tooltip window.
11110         (do_mouse_moved): Handle mouse movement events here (previously in
11111         XTread_socket).  Clear the mouse face if
11112         dpyinfo->mouse_face_hidden is set.
11113         (do_os_event, do_events): Remove (now in XTread_socket).
11114         (XTread_socket): Immediately return if interrupt_input_blocked.
11115         Loop until all the events in the queue are processed.
11116         Rearrange codes for mouse grabbing.  Add tooltip support.  Include the
11117         contents of do_os_event and do_events.  Remove mouse movement
11118         handling (now in do_mouse_moved).  Add the case where
11119         Vmouse_highlight has an integer value.
11120         (NewMacWindow): Remove.
11121         (make_mac_frame): Do what NewMacWindow previously did.  Don't do
11122         excess initializations.
11123         (make_mac_terminal_frame): Previous initializations in
11124         make_mac_frame are moved here.
11125         (mac_initialize_display_info):
11126         Initialize dpyinfo->mouse_face_overlay and dpyinfo->mouse_face_hidden.
11128         * xdisp.c [MAC_OS] (No_Cursor): Remove variable.
11129         (define_frame_cursor1): Don't treat HAVE_CARBON as a special case.
11131 2004-05-29  Richard M. Stallman  <rms@gnu.org>
11133         * lisp.h (truncate_undo_list): Update decl.
11135         * alloc.c (undo_outer_limit): New variable.
11136         (syms_of_alloc): Defvar it.
11137         (Fgarbage_collect): Pass undo_outer_limit to truncate_undo_list.
11139         * undo.c (truncate_undo_list): New arg LIMITSIZE.
11141         * alloc.c (lisp_align_malloc): Check for base == 0
11142         regardless of HAVE_POSIX_MEMALIGN.
11143         Clean up HAVE_POSIX_MEMALIGN handling of `err'.
11145 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11147         * alloc.c: Undo Kim's recent changes and fix the same bug differently.
11148         (marker_blocks_pending_free): Remove.
11149         (Fgarbage_collect): Sweep after cleaning up undo-lists.
11150         Mark the undo lists after claning them up.
11151         Don't free block in marker_blocks_pending_free.
11152         (mark_buffer): Don't mark undo_list.
11153         (gc_sweep): Sweep hash-tables and strings first.
11154         Do free marker blocks that are empty.
11156 2004-05-28  Jim Blandy  <jimb@redhat.com>
11158         * regex.c (print_partial_compiled_pattern): Add missing 'break'
11159         after 'case wordend'.  For symbeg and symend, print to stderr,
11160         like the other cases.
11162 2004-05-28  Noah Friedman  <friedman@splode.com>
11164         * process.c (Fdelete_process): Do not call remove_process.
11166 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11168         * alloc.c (struct backtrace): Remove.
11169         (Fgarbage_collect): Use the new mark_backtrace.
11171         * eval.c (mark_backtrace): New function.
11173         * minibuf.c (run_exit_minibuf_hook): New function.
11174         (read_minibuf_unwind): Don't run exit-minibuffer-hook any more.
11175         (read_minibuf): Use separate unwind handler to run exit-minibuf-hook.
11177 2004-05-27  Kim F. Storm  <storm@cua.dk>
11179         * xdisp.c (back_to_previous_visible_line_start): Skip backwards
11180         over display properties, e.g. images, that replace buffer text.
11182 2004-05-25  Kim F. Storm  <storm@cua.dk>
11184         * alloc.c (marker_blocks_pending_free): New var.
11185         (gc_sweep): Store free marker blocks on that list.
11186         (Fgarbage_collect): Free them after undo-list cleanup.
11188         * process.c (wait_reading_process_input): Check connect_wait_mask
11189         before actually accepting connection in case it has already been
11190         accepted due to recursion.
11192 2004-05-23  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
11194         * coding.c (Fset_safe_terminal_coding_system_internal):
11195         Set suppress_error in safe_terminal_coding, not terminal_coding.
11197 2004-05-22  Richard M. Stallman  <rms@gnu.org>
11199         * alloc.c (Fmake_string): Doc fix.
11201         * buffer.c (clone_per_buffer_values): Copy the alist of local vars,
11202         and the alist pairs too.
11204         * casefiddle.c (casify_object): Return OBJ unchanged if not real char.
11206         * emacs.c (main): Update copyright year.
11208         * fileio.c (Fread_file_name): Expand DIR if not absolute.
11210         * insdel.c (del_range_2, replace_range): Don't write an anchor
11211         if the gap is empty.
11213         * xdisp.c (try_scrolling): If scroll-up-aggressively or
11214         scroll-down-aggressively is small but positive, put point
11215         near the screen edge.
11217 2004-05-22  Juanma Barranquero  <lektu@terra.es>
11219         * keymap.c (Fdefine_key): Doc fix.
11221 2004-05-22  Kim F. Storm  <storm@cua.dk>
11223         * alloc.c (struct backtrace): Add debug_on_exit member.
11224         (Fgarbage_collect): Clear out buffer undo_list markers after gc_sweep.
11225         Identify those markers as Lisp_Misc_Free objects.  Clear car and cdr of
11226         the removed cons cells.
11227         (mark_object): Undo previous change - disallow Lisp_Misc_Free objects.
11228         (gc_sweep): Clear cons_blocks before sweeping strings, so we don't have
11229         any cons cells pointing to unallocated stings.
11230         Do not lisp_free any marker blocks, as there may still be pointers
11231         to them from buffer undo lists at this stage of GC.
11233         * keyboard.c (struct backtrace): Add debug_on_exit member.
11234         (Fcommand_execute): Clear it.
11236 2004-05-20  Luc Teirlinck  <teirllm@auburn.edu>
11238         * intervals.c (lookup_char_property): Do not prematurely return nil.
11240 2004-05-19  Jim Blandy  <jimb@redhat.com>
11242         Add support for new '\_<' and '\_>' regexp operators, matching the
11243         beginning and end of symbols.
11245         * regex.c (enum syntaxcode): Add Ssymbol.
11246         (init_syntax_once): Set the syntax for '_' to Ssymbol, not Sword.
11247         (re_opcode_t): New opcodes `symbeg' and `symend'.
11248         (print_partial_compiled_pattern): Print the new opcodes properly.
11249         (regex_compile): Parse the new operators.
11250         (analyse_first): Skip sym(beg|end) (they match only the empty string).
11251         (mutually_exclusive_p): `symend' is mutually exclusive with \s_ and
11252         \sw; `symbeg' is mutually exclusive with \S_ and \Sw.
11253         (re_match_2_internal): Match symbeg and symend.
11255         * search.c (trivial_regexp_p): \_ is no longer a trivial regexp.
11257 2004-05-19  Kim F. Storm  <storm@cua.dk>
11259         * .gdbinit (xsymbol): Fix last change.
11261 2004-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11263         * .gdbinit (xprintstr): New fun.
11264         (xstring, xprintsym): Use it.
11266         * w32proc.c (create_child): Use INTMASK.
11268         * alloc.c (Fgarbage_collect): Do all the marking before flushing
11269         unmarked elements of the undo list.
11271 2004-05-18  David Ponce  <david@dponce.com>
11273         * print.c (print): Reset print_depth before to call print_object.
11275 2004-05-18  Jason Rumney  <jasonr@gnu.org>
11277         * w32console.c: Prefix RIF functions with w32con_ to avoid
11278         namespace clash with functions in term.c and w32term.c.
11280         * w32menu.c (add_menu_item, w32_menu_display_help)
11281         [USE_LISP_UNION_TYPE]: Cast from Lisp_Object using i member.
11283         * w32term.h (display_x_get_resource, vga_stdcolor_name): Add prototype.
11285 2004-05-18  Eli Zaretskii  <eliz@gnu.org>
11287         * lisp.h (DECL_ALIGN): Remove restriction on MS-DOS systems.
11289         * msdos.c (syms_of_msdos): Initialize dos-unsupported-char-glyph
11290         with make_number.
11291         (IT_write_glyphs): Extract glyph from dos-unsupported-char-glyph
11292         with XINT.
11294 2004-05-18  Kim F. Storm  <storm@cua.dk>
11296         * blockinput.h (INPUT_BLOCKED_P): New macros.
11298         * keyboard.c (Frecursive_edit): Return immediately if input blocked.
11299         (Ftop_level): Unblock input if blocked.
11301         * buffer.h (GET_OVERLAYS_AT): New macro.
11302         * msdos.c (IT_note_mouse_highlight): Use it.
11303         * textprop.c (get_char_property_and_overlay): Use it.
11304         * xdisp.c (next_overlay_change, note_mouse_highlight): Use it.
11305         * xfaces.c (face_at_buffer_position): Use it.
11307         * print.c (print_object): Increase buf size.
11309 2004-05-17  Jason Rumney  <jasonr@gnu.org>
11311         * w32fns.c (Fw32_register_hot_key, Fw32_unregister_hot_key)
11312         (Fw32_toggle_lock_key) [USE_LISP_UNION_TYPE]: Cast from
11313         Lisp_Object using i member.
11314         (w32_quit_key): Rename from Vw32_quit_key, and make an int.
11315         (syms_of_w32fns, globals_of_w32fns): Use Lisp_Object and int
11316         consistently.
11318         * w32proc.c (create_child): Use make_number instead of masking pid.
11320         * w32fns.c (w32_color_map_lookup): Return a Lisp_Object.
11321         (x_to_w32_charset, w32_to_x_charset, w32_to_all_x_charsets):
11322         Use EQ to compare Lisp_Objects.
11323         (w32_parse_hot_key): Use int for lisp_modifiers consistently.
11325         * w32term.c (w32_num_mouse_buttons): Rename from
11326         Vw32_num_mouse_buttons and make it an int.
11328         * w32.c (init_environment): Use it.
11330         * w32fns.c (w32_wnd_proc): Likewise.
11332         * w32proc.c (w32_pipe_read_delay): Rename from
11333         Vw32_pipe_read_delay and make it an int.
11335         * w32.c (_sys_read_ahead): Use it.
11337         * lisp.h (egetenv) [USE_CRT_DLL]: Remove condition.
11339         * w32proc.c (create_child) [USE_LSB_TAG]: Don't try to mask pid.
11341         * w32inevt.c (w32_console_mouse_position, do_mouse_event)
11342         (key_event): Don't mix Lisp_Object and int.
11344         * w32heap.c (init_heap) [USE_LSB_TAG]: Don't check heap location.
11346         * keyboard.c (kbd_buffer_get_event): Don't use event->code and
11347         modifiers in language change event.
11349 2004-05-17  Kim F. Storm  <storm@cua.dk>
11351         * alloc.c (mark_object): Ignore Lisp_Misc_Free objects.
11352         Such objects may be freed markers which still exist on an undo list.
11354 2004-05-16  Juanma Barranquero  <lektu@terra.es>
11356         * data.c (Fset_default): Make argument names match their use in
11357         docstring.
11359 2004-05-15  Andreas Schwab  <schwab@suse.de>
11361         * emacs.c (gdb_array_mark_flag): Define.
11362         * .gdbinit: Mask off gdb_array_mark_flag from vector sizes.
11364 2004-05-15  Eli Zaretskii  <eliz@gnu.org>
11366         * lisp.h (DECL_ALIGN) [MSDOS]: Don't define DECL_ALIGN to use
11367         __attribute__((__aligned__)), so that USE_LSB_TAG would not become
11368         defined for the MS-DOS build.
11370 2004-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11372         * w32fns.c (Fw32_define_rgb_color): Avoid XSET.
11374 2004-05-14  Kenichi Handa  <handa@m17n.org>
11376         * ccl.c (Fccl_execute_on_string): Fix setting elements of STATUS.
11378 2004-05-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11380         * lisp.h (Vx_resource_name, Vx_resource_class): Move from xfns.c
11381         section to frame.c section.
11382         (Fxw_display_color_p, Fx_file_dialog): Declare if
11383         HAVE_WINDOW_SYSTEM defined.
11385         * macfns.c (Fx_create_frame): Fix int/Lisp_Object mixup.
11387         * macmenu.c (set_frame_menubar): Use NILP to test a lisp value.
11389         * macterm.c (mac_get_emulated_btn, mac_event_to_emacs_modifiers)
11390         (mac_get_mouse_btn): Use NILP and EQ to test/compare lisp values.
11391         (XTread_socket): Fix int/Lisp_Object mixup.
11392         (mac_check_for_quit_char): Fix pointer/Lisp_Object mixup.
11394         * macterm.h (struct frame, struct face, struct image)
11395         (display_x_get_resource, Fx_display_color_p)
11396         (Fx_display_grayscale_p, Fx_display_planes, x_free_gcs):
11397         Add prototypes.
11399 2004-05-14  Kim F. Storm  <storm@cua.dk>
11401         * process.c (wait_reading_process_input): Make reentrant.
11402         Make Available and Connecting non-static.  Save and restore value
11403         of waiting_for_user_input_p.
11405 2004-05-13  Kim F. Storm  <storm@cua.dk>
11407         * keyboard.c (mark_kboards): Don't mark x and y members
11408         that are overloaded in selection request events.
11410 2004-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11412         * lisp.h (USE_LSB_TAG): Make it the default when it is known to work.
11414 2004-05-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
11416         * window.c (Fdisplay_buffer, Fsplit_window)
11417         (split-height-threshold): Doc fix.
11419 2004-05-13  Juanma Barranquero  <lektu@terra.es>
11421         * xfaces.c (Ftty_supports_face_attributes_p)
11422         (Finternal_copy_lisp_face): Fix typo in docstring.
11423         (Finternal_get_lisp_face_attribute): Fix docstring.
11425 2004-05-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11427         * xfns.c (syms_of_xfns): Provide x-toolkit also for GTK.
11429 2004-05-11  Steven Tamm  <steventamm@mac.com>
11431         * macfns.c (Fx_create_frame): Default to using tool-bar by
11432         setting tool-bar-lines to 1 in default-frame-alist.
11434 2004-05-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11436         * image.c (xpm_scan, xpm_make_color_table_v, xpm_put_color_table_v)
11437         (xpm_get_color_table_v, xpm_make_color_table_h)
11438         (xpm_put_color_table_h, xpm_get_color_table_h)
11439         (xpm_str_to_color_key, xpm_load_image, xpm_load)
11440         (syms_of_image): Support XPM on Carbon Emacs.  Does not
11441         depend on libXpm, but only supports XPM version 3 without extensions.
11443 2004-05-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11445         * macterm.c (x_flush, XTframe_up_to_date): Use FRAME_MAC_P
11446         instead of FRAME_X_P
11448 2004-05-11  Kim F. Storm  <storm@cua.dk>
11450         * process.c (read_process_output): Grow decoding_buf when needed;
11451         this could cause a crash in allocate_string and compact_small_strings.
11453 2004-04-29  Jim Blandy  <jimb@redhat.com>
11455         * regex.c (mutually_exclusive_p): In 'case wordbeg', compare op2
11456         against proper opcode.
11458 2004-05-10  Juanma Barranquero  <lektu@terra.es>
11460         * process.c (Fstart_process): Fix docstring.
11462         * charset.c (Fget_unused_iso_final_char): Fix typos in docstring.
11463         (Fchar_bytes, Fchar_width, Fstring_width, Fchar_direction)
11464         (Fsplit_char, Fchar_charset): Make argument names match their use
11465         in docstring.
11467 2004-05-10  Richard M. Stallman  <rms@gnu.org>
11469         * print.c (print_preprocess): Use being_printed, loop_count and
11470         halftail to detect overdeep nesting and cyclic cdr chains.
11472 2004-05-10  Andreas Schwab  <schwab@suse.de>
11474         * lisp.h (Fmake_symbolic_link): Declare.
11476         * fileio.c (Frename_file): Remove extra argument in call to
11477         Fmake_symbolic_link.
11479 2004-05-10  Kim F. Storm  <storm@cua.dk>
11481         * xdisp.c (calc_line_height_property): Use string position when
11482         object is a string.
11484 2004-05-10  Kenichi Handa  <handa@m17n.org>
11486         * print.c (temp_output_buffer_setup): Bind inhibit-read-only and
11487         inhibit-modification-hooks to t temporarily before calling
11488         Ferase_buffer.
11490         * xfns.c (x_create_tip_frame): Bind inhibit-read-only and
11491         inhibit-modification-hooks to t temporarily before calling
11492         Ferase_buffer.
11494         * w32fns.c (x_create_tip_frame): Bind inhibit-read-only and
11495         inhibit-modification-hooks to t temporarily before calling
11496         Ferase_buffer.
11498         * fns.c (count_combining): Delete it.
11499         (concat): Don't check combining bytes.
11501 2004-05-09  Jason Rumney  <jasonr@gnu.org>
11503         * w32fns.c (Vw32_ansi_code_page): New Lisp variable.
11504         (globals_of_w32fns): Set it.
11506 2004-05-09  Piet van Oostrum  <piet@cs.uu.nl>
11508         * data.c (Fquo): Simplify.
11510 2004-05-08  Peter Whaite  <emacs@whaite.ca>  (tiny change)
11512         * data.c (Fquo): If any argument is float, do the computation in
11513         floating point.
11515 2004-05-08  Juanma Barranquero  <lektu@terra.es>
11517         * process.c (Fwaiting_for_user_input_p, Fmake_network_process)
11518         (Fset_process_query_on_exit_flag, Vprocess_adaptive_read_buffering):
11519         Fix spelling of Emacs on docstring.
11520         (Fset_process_coding_system, Fprocess_coding_system)
11521         (Fset_process_filter_multibyte, Fprocess_filter_multibyte_p):
11522         Make argument names match their use in docstring.
11523         (Fprocess_id, Fprocess_query_on_exit_flag, Finterrupt_process):
11524         Fix docstring.
11526         * editfns.c (Finsert_buffer_substring): Make argument names match their
11527         use in docstring.
11529         * syntax.c (Fmodify_syntax_entry): Fix docstring.
11531 2004-05-07  Steven Tamm  <steventamm@mac.com>
11533         * macterm.c (mac_check_for_quit_char): Adding BLOCK_INPUT
11534         around call to ReceiveEvent to avoid certain crashes.
11536 2004-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11538         * macterm.c (mac_draw_line_to_pixmap, XCreatePixmapFromBitmapData)
11539         (mac_fill_rectangle_to_pixmap, mac_draw_rectangle_to_pixmap)
11540         (mac_copy_area_to_pixmap, mac_copy_area_with_mask_to_pixmap):
11541         Save/restore the current graphics port and device handle when
11542         drawing into an offscreen graphics world.
11544         * image.c [MAC_OS] (XPutPixel, XGetPixel, image_load_qt_1)
11545         (gif_load): Likewise.
11547 2004-05-07  Juanma Barranquero  <lektu@terra.es>
11549         * window.c (Fset_window_buffer): Fix docstring.
11551 2004-05-06  Thien-Thi Nguyen  <ttn@gnu.org>
11553         * emacs.c (main) [VMS]: Fix var ref.
11555 2004-05-06  Romain Francoise  <romain@orebokech.com>
11557         * data.c (Fsetq_default): Fix docstring.
11559 2004-05-06  Jason Rumney  <jasonr@gnu.org>
11561         * image.c (Display) [HAVE_NTGUI]: Redefine while loading xpm.h
11562         to avoid name clash.
11564 2004-05-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11566         * fileio.c (barf_or_query_if_file_exists): Use lstat.
11567         (Frename_file): Handle renaming of symlinks across file systems.
11568         (Frename_file): Put symlink handling inside #ifdef S_IFLNK.
11570 2004-05-04  Kim F. Storm  <storm@cua.dk>
11572         * xdisp.c (Qtotal): New var.
11573         (syms_of_xdisp): Intern and staticpro it.
11574         (calc_line_height_property): New arg total.  Set it if
11575         line-spacing property has format (total . VALUE).
11576         (x_produce_glyphs): Ignore line-spacing if line-height is 0.
11577         Handle total line-spacing property.
11579 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11581         * gtkutil.c (xg_update_scrollbar_pos): Call XClearWindow to clear
11582         "under" scroll bar when size/position changes.
11584 2004-05-03  Jason Rumney  <jasonr@gnu.org>
11586         * makefile.nt: Remove.
11588 2004-05-02  Eli Zaretskii  <eliz@gnu.org>
11590         * syntax.h (SET_RAW_SYNTAX_ENTRY, SYNTAX_ENTRY_INT):
11591         Avoid compiler warnings.
11593         * Makefile.in (region-cache.o): Depend on config.h.
11595 2004-05-02  Romain Francoise  <romain@orebokech.com>
11597         * indent.c (compute_motion): Save vpos in prev_vpos when dealing
11598         with continuation lines, too.
11600 2004-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
11602         * syssignal.h (init_signals): Move decl outside `#ifdef POSIX_SIGNALS'.
11604 2004-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11606         * xdisp.c (calc_line_height_property): YAILOM (yet another
11607         int/Lisp_Object mixup).
11609 2004-05-01  Eli Zaretskii  <eliz@gnu.org>
11611         * msdos.c (top-level): Add "#pragma pack(0)" after <dir.h>, to
11612         undo bad effect of pack(4) in some versions of system headers.
11614 2004-05-01  Jason Rumney  <jasonr@gnu.org>
11616         * w32term.c (x_draw_hollow_cursor): Sync with xterm.c
11618 2004-04-30  Kim F. Storm  <storm@cua.dk>
11620         * buffer.c (syms_of_buffer) <line-spacing>: Allow float value.
11621         (syms_of_buffer) <cursor-type>: Doc fix.
11623         * dispextern.h (struct it): Remove member use_default_face.
11624         Add members override_ascent, override_descent, override_boff.
11626         * xdisp.c (init_iterator): Handle line-spacing float value.
11627         Initialize override_ascent member.
11628         (append_space_for_newline): Reset override_ascent.
11629         Remove use_default_face.
11630         (calc_line_height_property): New function to calculate value of
11631         line-height and line-spacing properties.  Look at overlays, too.
11632         Set override_ascent, override_descent, override_boff members when
11633         using another face than the current face.  Float values are now
11634         relative to the frame default font, by default; accept a cons
11635         of ratio and face name to specify value relative to a specific face.
11636         (x_produce_glyphs): Use calc_line_height_property.
11637         Use override_ascent etc. when set to handle different face heights.
11638         A negative line-spacing property value is interpreted as a total
11639         line height, rather than inter-line spacing.
11640         (note_mouse_highlight): Allocate room for 40 overlays initially.
11642 2004-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11644         * data.c (Fsubr_name): New fun.
11645         (syms_of_data): Defsubr it.
11647 2004-04-29  Kim F. Storm  <storm@cua.dk>
11649         * xdisp.c (null_glyph_slice): New var.
11650         (append_glyph, append_composite_glyph, append_stretch_glyph):
11651         Use it to initialize glyph slice.
11653 2004-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11655         * xdisp.c (x_produce_glyphs): Fix the proverbial int/Lisp_Object mixup.
11656         (on_hot_spot_p): Make sure we always return a value.
11657         (Flookup_image_map): Remove unused var ix and iy.
11658         (note_mode_line_or_margin_highlight): Remove unused var `image'.
11660 2004-04-27  Eli Zaretskii  <eliz@gnu.org>
11662         * msdos.c (init_environment): If one of the TMP... environment
11663         variables is set to a drive letter without a trailing slash,
11664         append a slash.
11666 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
11668         * editfns.c (lisp_time_argument): Provide externally.
11670         * fileio.c (Fset_file_times): New function.
11671         (syms_of_fileio): Intern and staticpro it.
11673 2004-04-27  Kim F. Storm  <storm@cua.dk>
11675         * xdisp.c (x_produce_glyphs): Fix last change; handle newline in
11676         header line strings.
11678         * dispextern.h (struct it): New member use_default_face.
11680         * xdisp.c (Qline_height): New variable.
11681         (syms_of_xdisp): Intern and staticpro it.
11682         (append_space_for_newline): Partially undo 2004-04-25 change;
11683         add default_face_p arg, and restore callers.
11684         Clear it->use_default_face after use.
11685         (x_produce_glyphs): Set default font for ascii char if
11686         it->use_default_font is set.  Change line-spacing property to set
11687         just extra line spacing.  Handle new line-height property.
11689 2004-04-26  Andreas Schwab  <schwab@suse.de>
11691         * print.c (print_object): Print non-ascii characters in bool
11692         vector representation as octal escapes.
11694         * lisp.h (BOOL_VECTOR_BITS_PER_CHAR): Define.
11695         * print.c (print_object): Use it instead of BITS_PER_CHAR for
11696         bool vectors.
11697         * lread.c (read1): Likewise.
11698         * alloc.c (Fmake_bool_vector): Likewise.
11699         * data.c (Faref, Faset): Likewise.
11700         * fns.c (Fcopy_sequence, concat, internal_equal, Ffillarray)
11701         (mapcar1): Likewise.
11703 2004-04-26  Steven Tamm  <tamm@Steven-Tamms-Computer.local>
11705         * lread.c (init_lread): Fix typo in HAVE_CARBON test logic.
11707 2004-04-26  Miles Bader  <miles@gnu.org>
11709         * lisp.h (CYCLE_CHECK): Macro moved from xfaces.c.
11711 2004-04-26  Juanma Barranquero  <lektu@terra.es>
11713         * buffer.c (Fpop_to_buffer): Fix docstring.
11715 2004-04-26  Steven Tamm  <steventamm@mac.com>
11717         * lread.c (init_lread): Don't display missing lisp directory
11718         warnings with Carbon Emacs because self-contained bundled Emacs
11719         may be built without correct installation path.
11721 2004-04-25  Kim F. Storm  <storm@cua.dk>
11723         * macterm.c (x_draw_hollow_cursor): Fix height of box for narrow lines.
11725         * xterm.c (x_draw_hollow_cursor): Fix height of box for narrow lines.
11727         * xdisp.c (append_space_for_newline): Rename from append_space.
11728         Remove DEFAULT_FACE_P arg; always use current face.  Callers changed.
11729         (x_produce_glyphs): Handle line-spacing property on newline char.
11730         If value is t, adjust ascent and descent to fit current row height.
11731         If value is an integer or float, set extra_line_spacing to integer
11732         value, or to float value x current line height.
11734 2004-04-23  Kenichi Handa  <handa@m17n.org>
11736         * fontset.c (Finternal_char_font): If POSITION is nil, return
11737         font for displaying CH with the default face.
11739 2004-04-23  Juanma Barranquero  <lektu@terra.es>
11741         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
11743 2004-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11745         * lisp.h (XINT) [EXPLICIT_SIGN_EXTEND && !NO_UNION_TYPE]:
11746         Don't make assumptions about the relative place of i and val.
11747         (EQ) [!NO_UNION_TYPE]: Don't forget to check the type match as well.
11749 2004-04-21  Kim F. Storm  <storm@cua.dk>
11751         * dispextern.h (struct glyph_slice): New struct.
11752         (struct glyph): New member slice.
11753         (GLYPH_SLICE_EQUAL_P): New macro.
11754         (GLYPH_EQUAL_P): Use it.
11755         (struct glyph_string): New member slice.
11756         (struct it_slice): New struct.
11757         (struct it): New member slice, add member to stack too.
11758         New member constrain_row_ascent_descent_p.
11759         (image_ascent): Add prototype.
11761         * dispnew.c (buffer_posn_from_coords): Return full image width
11762         and height even for image slices (posn is relative to full image).
11763         (marginal_area_string): Adjust x0,y0 for image slice.
11765         * image.c (image_ascent): Add slice arg; calculate ascent for
11766         image slice (or full image).
11768         * keyboard.c (Fposn_at_x_y, Fposn_at_point): New defuns.
11769         (syms_of_keyboard): Defsubr them.
11771         * lisp.h (pos_visible_p): Fix prototype.
11773         * macterm.c (x_draw_relief_rect): Add top_p and bot_p args.
11774         (x_draw_glyph_string_box): Fix call to x_draw_relief_rect.
11775         (x_draw_image_foreground, x_draw_image_relief)
11776         (x_draw_image_foreground_1, x_draw_image_glyph_string):
11777         Draw sliced images.
11779         * w32term.c (w32_draw_relief_rect): Add top_p and bot_p args.
11780         (x_draw_glyph_string_box): Fix call to x_draw_relief_rect.
11781         (x_draw_image_foreground, x_draw_image_relief)
11782         (w32_draw_image_foreground_1, x_draw_image_glyph_string):
11783         Draw sliced images.
11785         * w32term.h (image_ascent): Remove prototype.
11787         * window.c (Fpos_visible_in_window_p): Return pixel position if
11788         PARTIALLY arg is non-nil.  Simplify.  Doc fix.
11789         (Fwindow_vscroll, Fset_window_vscroll): Add optional PIXEL_P arg
11790         to return/set vscroll in pixels.
11792         * window.h (Fwindow_vscroll, Fset_window_vscroll): Fix EXFUN.
11794         * xdisp.c (Qslice): New variable.
11795         (syms_of_xdisp): Intern and staticpro it.
11796         (pos_visible_p): Return pixel position in new x and y args.
11797         (init_iterator): Reset it->slice info.
11798         (handle_display_prop): Parse (slice ...) property.
11799         (push_it, pop_it): Save/restore slice info.
11800         (make_cursor_line_fully_visible): Fix 2004-04-14 change.  Do not
11801         force repositioning of tall row if window is vscrolled, as that
11802         would reset vscroll.
11803         (append_space): Set it->constrain_row_ascent_descent_p to avoid
11804         increasing row height if row is non-empty.
11805         (fill_image_glyph_string): Copy slice info.
11806         (take_vertical_position_into_account): Simplify.
11807         (produce_image_glyph): Handle iterator slice info, setup glyph
11808         slice info.  Do not force minimum line height.
11809         (x_produce_glyphs): If it->constrain_row_ascent_descent_p is set,
11810         do not increase height (ascent/descent) of non-empty row when
11811         adding normal character glyph; instead reduce glyph ascent/descent
11812         appropriately; if row is higher than current glyph, adjust glyph
11813         descent/ascent to reposition glyph within the existing row.
11814         Likewise, when char is newline, only set ascent/descent if row is
11815         currently empty.
11816         (note_mouse_highlight): Handle hotspots with sliced image.
11818         * xterm.c (x_draw_relief_rect): Add top_p and bot_p args.
11819         (x_draw_glyph_string_box): Fix call to x_draw_relief_rect.
11820         (x_draw_image_foreground, x_draw_image_relief)
11821         (x_draw_image_foreground_1, x_draw_image_glyph_string):
11822         Draw sliced images.
11824         * xterm.h (image_ascent): Remove prototype.
11826 2004-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11828         * keymap.c (Fkey_description): Fix the usual int/Lisp_Object mixup.
11830 2004-04-20  John Paul Wallington  <jpw@gnu.org>
11832         * fns.c (Fassoc, Feql): Fix indentation.
11834         * fontset.c (regularize_fontname): Rename from regulalize_fontname.
11836 2004-04-19  John Paul Wallington  <jpw@gnu.org>
11838         * fns.c (Feql): New function.
11839         (syms_of_fns): Defsubr it.
11841 2004-04-18  Jason Rumney  <jasonr@gnu.org>
11843         * w32select.c (Fw32_set_clipboard_data): Get sequence number
11844         after closing the clipboard.
11846 2004-04-16  Luc Teirlinck  <teirllm@auburn.edu>
11848         * buffer.c (Fbuffer_base_buffer): Doc fix.
11850 2004-04-17  Kim F. Storm  <storm@cua.dk>
11852         * keymap.c (Fkey_description): Add optional PREFIX arg.
11853         Combine prefix with KEYS to make up the full key sequence to describe.
11854         Correlate meta_prefix_char and following (simple) key to describe
11855         as meta modifier.  All callers changed.
11856         (describe_map): Rename arg `keys' to `prefix'.  Remove local
11857         `elt_prefix' var.  Use Fkey_description with prefix instead of
11858         elt_prefix combined with Fsingle_key_description.
11859         (describe_vector): Declare static.  Replace arg `elt_prefix' with
11860         `prefix'.  Add KEYMAP_P arg.  Add local var `elt_prefix'; use it
11861         if !KEYMAP_P.  Use Fkey_description with prefix instead of
11862         Fsingle_key_description.
11864         * keymap.h (Fkey_description): Fix prototype.
11865         (describe_vector): Remove prototype.
11867         * xdisp.c (update_overlay_arrows): Fix handling of up_to_date < 0.
11869         * image.c (PNG_BG_COLOR_SHIFT): Remove.
11870         (png_load): Fix calculation of transparent background color on X
11871         and W32 platforms.
11873 2004-04-16  Juanma Barranquero  <lektu@terra.es>
11875         * xdisp.c (try_scrolling): Make sure `scroll-conservatively' is
11876         not too large before computing how much to scroll.
11878 2004-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11880         * dired.c (Ffile_attributes): Don't pass extra nil arg to file-handler.
11882 2004-04-14  Luc Teirlinck  <teirllm@auburn.edu>
11884         * fileio.c (Fverify_visited_file_modtime, Fvisited_file_modtime):
11885         Add hyperlink to Elisp manual to the docstring.
11887 2004-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11889         * callint.c (fix_command): Use XDCR.
11891 2004-04-14  Nick Roberts  <nick@nick.uklinux.net>
11893         * window.c (Fget_lru_window): Doc fix.
11895 2004-04-14  Kim F. Storm  <storm@cua.dk>
11897         * editfns.c (Fformat): Fix allocation size of precision array.
11899         * dispnew.c (update_window): Only set changed_p if
11900         scrolling_window actually did scroll.
11901         (scrolling_window): Only return 1 if we actually did scroll.
11903         * xdisp.c (get_glyph_string_clip_rect): Fix reduction of cursor
11904         height to glyph height when cursor row is not fully visible.
11905         (make_cursor_line_fully_visible): Add FORCE_P arg to return
11906         failure in case row is higher than window.  Callers changed.
11907         (try_scrolling): Fix loop in scrolling if last_line_misfit (from Gerd).
11908         Try to scroll partially visible, higher-than-window cursor row.
11909         (redisplay_window): Always try to scroll partially visible,
11910         higher-than-window cursor row - both initially and again with
11911         centering_position = 0.
11912         Clear desired matrix before retrying with centering_position = 0.
11914 2004-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11916         * syntax.c (scan_lists): Simplify backward string scan.
11917         Fix off-by-one boundary check for string and comment fences.
11919 2004-04-13  Joe Buehler  <jbuehler@hekimian.com>
11921         * sheap.c, unexcw.c: New files.
11923 2004-04-12  Luc Teirlinck  <teirllm@auburn.edu>
11925         * buffer.c (Fmake_indirect_buffer): Throw an error if the intended
11926         base buffer has been killed.  Correct the error message if the
11927         base buffer does not exist.
11929 2004-04-12  Joe Buehler  <jbuehler@hekimian.com>
11931         * s/cygwin.h: Changes for Cygwin unexec() support, changes in
11932         Cygwin itself.  Add support for Xaw3d scrollbars.
11934         * puresize.h: Set up PURE_P() for Cygwin unexec() support.
11936         * lastfile.c: Define my_endbss[] for Cygwin unexec() support.
11938         * gmalloc.c (__default_morecore): Use bss_sbrk(), not __sbrk(),
11939         before Cygwin unexec.
11941         * Makefile.in: Link changes for Cygwin unexec() support.
11943 2004-04-12  Andreas Schwab  <schwab@suse.de>
11945         * buffer.c (Fmake_indirect_buffer): Check that NAME is a string.
11947 2004-04-11  Luc Teirlinck  <teirllm@auburn.edu>
11949         * buffer.c (Fgenerate_new_buffer_name): Return NAME argument if
11950         IGNORE argument equals NAME.  Doc fix.
11952 2004-04-11  Masatake YAMATO  <jet@gyve.org>
11954         * buffer.c (fix_start_end_in_overlays): Make overlays
11955         empty if they are backwards.
11957 2004-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11959         * xfaces.c (face_color_supported_p): Fix compilation without X11.
11961 2004-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11963         * doc.c (Fsnarf_documentation): Ignore new file name entries.
11965 2004-04-06  Kim F. Storm  <storm@cua.dk>
11967         * msdos.c (clear_mouse_face): Only clear mouse highlight if not hidden.
11968         (dos_rawgetc): Set mouse_face_hidden after clearing highlight.
11970         * w32term.c (w32_read_socket): Set mouse_face_hidden after
11971         clearing highlight.
11973         * xdisp.c (clear_mouse_face): Only clear mouse highlight if not hidden.
11975         * xterm.c (handle_one_xevent): Set mouse_face_hidden after
11976         clearing highlight.
11978         * indent.c (vmotion): Do not reserve one column for continuation
11979         marks on window frames.
11981 2004-04-04  Eli Zaretskii  <eliz@gnu.org>
11983         * charset.h (SINGLE_BYTE_CHAR_P): Fix macro to avoid warnings
11984         from GCC.
11986 2004-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11988         * .gdbinit-union: Remove.
11990         * .gdbinit: Make it work for USE_LSB_TAG and !NO_LISP_UNION.
11991         (xgetptr, xgetint, xgettype): New funs.  Use them everywhere.
11992         ($nonvalbits): Remove.
11993         ($valmask): Set it by calling xreload to avoid redundancy.
11995         * emacs.c (gdb_use_union, gdb_use_lsb): New vars.
11996         (gdb_emacs_intbits): Remove.
11998 2004-03-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12000         * data.c (Fbyteorder): Make test work even if unsigned is not 4 bytes.
12002 2004-03-30  Kenichi Handa  <handa@m17n.org>
12004         * editfns.c (Fformat): Fix initialization of the array info.
12006 2004-03-30  Kim F. Storm  <storm@cua.dk>
12008         * xterm.c (x_mouse_click_focus_ignore_position): New var.
12009         (syms_of_xterm): DEFVAR_BOOL it.
12010         (ignore_next_mouse_click_timeout): New var.
12011         (handle_one_xevent): Clear it on KeyPress, set it on EnterNotify.
12012         Use it to filter mouse clicks following focus event.
12014 2004-03-29  David Ponce  <david@dponce.com>
12016         * callint.c (Fcall_interactively): Fix last change.
12018 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12020         * eval.c (Fcommandp): Simplify.
12022         * data.c (Finteractive_form): Rename from Fsubr_interactive_form.
12023         Extend to handle all kinds of functions.
12025         * lisp.h (Finteractive_form): Declare.
12027         * callint.c (Fcall_interactively): Use it.
12029 2004-03-26  Kim F. Storm  <storm@cua.dk>
12031         * xdisp.c (syms_of_xdisp): Include `void-variable' in list_of_error
12032         to catch errors in calc_pixel_width_or_height during redisplay.
12034 2004-03-26  Masatake YAMATO  <jet@gyve.org>
12036         * buffer.c (fix_start_end_in_overlays): Rename fix_overlays_in_range.
12038         * lisp.h (fix_start_end_in_overlays): Likewise.
12040         * insdel.c (adjust_markers_for_insert): Call fix_start_end_in_overlays.
12042         * editfns.c (Ftranspose_regions): Likewise.
12044 2004-03-20  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12046         * xterm.c (handle_one_xevent): Do not pass key press events to GTK.
12048 2004-03-19  Richard M. Stallman  <rms@gnu.org>
12050         * s/sol2-6.h: Delete previous change.
12052 2004-03-19  Kim F. Storm  <storm@cua.dk>
12054         * xdisp.c (move_it_in_display_line_to): Fix MOVE_TO_POS case when
12055         to_charpos corresponds to newline in right fringe.  Use local
12056         BUFFER_POS_REACHED_P macro.
12058 2004-03-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12060         * xdisp.c (calc_pixel_width_or_height): Add ifdef HAVE_WINDOW_SYSTEM
12061         to compile on non-window system.
12063 2004-03-19  Kim F. Storm  <storm@cua.dk>
12065         * dispextern.h (calc_pixel_width_or_height): Add prototype.
12067         * image.c (Qcenter): Move to xdisp.c.
12069         * xdisp.c (Qcenter): Declare here.
12070         (syms_of_xdisp): Intern and staticpro it.
12071         (handle_single_display_prop): Allow space display property on all
12072         platforms.
12073         (display_mode_line): Set mode_line_p before displaying line.
12074         (calc_pixel_width_or_height): Declare extern.  Add separate :align-to
12075         handling.  Remove complex cases for fringes and scroll-bars.
12076         Add left, right, and center alignment positions.  Add text (area)
12077         width/height.  Return width or height for image specs.
12078         (produce_stretch_glyph): Improve handling of :align-to.  Is now
12079         relative to left of text area by default, but other base offsets
12080         can be specified -- also for text lines.
12082         * term.c (produce_glyphs): Handle IT_STRETCH.
12083         (produce_stretch_glyph): New function to handle space width and
12084         align-to display properties on non-window systems.
12086 2004-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12088         * fileio.c (Fread_file_name): Set completion-ignore-case for
12089         case-insensitive systems.
12091 2004-03-14  Masatake YAMATO  <jet@gyve.org>
12093         * xdisp.c (note_mode_line_or_margin_highlight): Accept HEADER_LINE
12094         when keymap and cursor are setup.
12096 2004-03-14  Steven Tamm  <steventamm@mac.com>
12098         * Makefile.in (XMENU_OBJ) [HAVE_CARBON]: Do not include xmenu.o.
12100 2004-03-14  Kim F. Storm  <storm@cua.dk>
12102         * dispextern.h (x_find_image_file): Add prototype.
12104         * image.c (x_find_image_file): Make extern.
12106         * xfns.c (x_find_image_file): Remove prototype.
12108 2004-03-13  Eli Zaretskii  <eliz@gnu.org>
12110         * Makefile.in (XMENU_OBJ): Include xmenu.o if HAVE_MENUS is defined.
12112         * emacs.c (main): Call syms_of_xmenu only if HAVE_MENUS is defined.
12114 2004-03-12  Richard M. Stallman  <rms@gnu.org>
12116         * fns.c (internal_equal): New arg PROPS controls comparing
12117         text properties.  All callers changed.
12118         (Fequal_including_properties): New function.
12119         (syms_of_fns): defsubr it.
12121 2004-03-12  Kim F. Storm  <storm@cua.dk>
12123         Fix image support on MAC.  From YAMAMOTO Mitsuharu.
12125         * dispextern.h (XImagePtr, XImagePtr_or_DC): Add typedefs.
12126         (image_background, image_background_transparent): Fix prototypes.
12128         * image.c (XImagePtr, XImagePtr_or_DC): Move typedefs to dispextern.h.
12130         * macfns.c (x_list_fonts, x_get_font_info, x_load_font)
12131         (x_query_font, x_find_ccl_program, x_set_window_size)
12132         (x_make_frame_visible, mac_initialize, XCreatePixmap)
12133         (XCreatePixmapFromBitmapData, XFreePixmap, XSetForeground)
12134         (mac_draw_line_to_pixmap): Move prototypes to macterm.h.
12136         * macterm.h (x_list_fonts, x_get_font_info, x_load_font)
12137         (x_query_font, x_find_ccl_program, x_set_window_size)
12138         (x_make_frame_visible, mac_initialize, XCreatePixmap)
12139         (XCreatePixmapFromBitmapData, XFreePixmap, XSetForeground)
12140         (mac_draw_line_to_pixmap): Add prototypes.
12142 2004-03-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12144         * macterm.c (XTread_socket): Fix mouse click on tool bar.
12146 2004-03-11  Kim F. Storm  <storm@cua.dk>
12148         * dispextern.h: Move image related prototypes from xfns.c section
12149         to image.c.  Condition them by HAVE_WINDOW_SYSTEM rather than
12150         HAVE_X_WINDOWS.
12152         * Makefile.in (XOBJ): Consolidate into one list.  Add image.o.
12153         Move gtkutil.o to new GTK_OBJ list.
12154         (XMENU_OBJ) [HAVE_MENUS]: Move declaration to proper place.
12155         (GTK_OBJ) [USE_GTK]: New declaration.
12156         (obj): Add $(GTK_OBJ) to list.
12158 2004-03-11  Steven Tamm  <steventamm@mac.com>
12160         * image.c [MAC_OSX]: Include sys/stat.h.
12162         * macfns.c (syms_of_macfns): Remove definitions of things now
12163         defined in image.c.
12165 2004-03-11  Kim F. Storm  <storm@cua.dk>
12167         The following changes consolidates the identical/similar image
12168         support code previously found in xfns.c, w32fns.c, and macfns.c
12169         into a new file image.c.
12171         * makefile.w32-in (OBJ1): Add image.o.
12172         ($(BLD)/image.$(O)): Add dependencies.
12174         * Makefile.in (XOBJ, MAC_OBJ): Add image.o.
12175         (image.o): Add dependencies.
12177         * image.c: New file with consolidated image support code.
12178         (COLOR_TABLE_SUPPORT): New define to control whether
12179         color table support is available (X only).
12180         (Bitmap_Record): Common name for x_bitmap_record,
12181         w32_bitmap_record, and mac_bitmap_record.
12182         (XImagePtr): Common name for pointer to XImage or equivalent.
12183         (XImagePtr_or_DC): New type to simplify code sharing; equivalent
12184         to XImagePtr on X+MAC, and to HDC on W32.
12185         (GET_PIXEL): Wrapper for XGetPixel or equivalent.
12186         (NO_PIXMAP): Common name for "None" or equivalent.
12187         (PNG_BG_COLOR_SHIFT): Bits to shift PNG background colors.
12188         (RGB_PIXEL_COLOR): Common type for an integer "pixel color" value.
12189         (PIX_MASK_RETAIN, PIX_MASK_DRAW): Portability macros (from macfns.c).
12190         (FRAME_X_VISUAL, x_defined_color, DefaultDepthOfScreen):
12191         Define with suitable equivalents on W32 and MAC for code sharing.
12192         (XDrawLine): Define on MAC for code sharing.
12193         (Destroy_Image, Free_Pixmap): Wrappers for code sharing.
12194         (IF_LIB_AVAILABLE): Macro to simplify code sharing.
12195         (Vx_bitmap_file_path, Vimage_cache_eviction_delay)
12196         (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
12197         (x_reference_bitmap, x_create_bitmap_from_data)
12198         (x_create_bitmap_from_file, x_destroy_bitmap)
12199         (x_destroy_all_bitmaps, x_create_bitmap_mask)
12200         (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
12201         (QCascent, QCmargin, QCrelief, QCconversion, QCcolor_symbols)
12202         (QCheuristic_mask, QCindex, QCmatrix, QCcolor_adjustment, QCmask)
12203         (Qlaplace, Qemboss, Qedge_detection, Qheuristic, Qcenter)
12204         (define_image_type, lookup_image_type, valid_image_p)
12205         (image_error, enum image_value_type, struct image_keyword)
12206         (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
12207         (make_image, free_image, prepare_image_for_display, image_ascent)
12208         (four_corners_best, image_background, image_background_transparent)
12209         (x_clear_image_1, x_clear_image, x_alloc_image_color)
12210         (make_image_cache, free_image_cache, clear_image_cache)
12211         (Fclear_image_cache, postprocess_image, lookup_image, cache_image)
12212         (forall_images_in_image_cache, x_create_x_image_and_pixmap)
12213         (x_destroy_x_image, x_put_x_image, x_find_image_file, slurp_file)
12214         (find_image_fsspec, image_load_qt_1, image_load_quicktime)
12215         (init_image_func_pointer, image_load_quartz2d)
12216         (struct ct_color, init_color_table, free_color_table)
12217         (lookup_rgb_color, lookup_pixel_color, colors_in_color_table)
12218         (cross_disabled_images, x_to_xcolors, x_from_xcolors)
12219         (x_detect_edges, x_emboss, x_laplace, x_edge_detection)
12220         (x_disable_image, x_build_heuristic_mask)
12221         (XBM support, XPM support, PBM support, PNG support, JPEG support)
12222         (TIFF support, GIF support, Ghostscript support): Consolidate image
12223         code from xfns.c, w32fns.c, and macfns.c.
12224         (syms_of_image): Consolidate image related symbol setup here.
12225         (init_image): Consolidate image related initializations here.
12227         * emacs.c (main) [HAVE_WINDOW_SYSTEM]: Add calls to syms_of_image
12228         and init_image.  Remove call to init_xfns.
12230         * macterm.h (struct mac_bitmap_record): Add file member.
12231         Not currently used, but simplifies code sharing.
12233         * macfns.c (Vx_bitmap_file_path, Vimage_cache_eviction_delay)
12234         (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
12235         (x_reference_bitmap, x_create_bitmap_from_data)
12236         (x_create_bitmap_from_file, x_destroy_bitmap)
12237         (x_destroy_all_bitmaps, x_create_bitmap_mask)
12238         (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
12239         (QCascent, QCmargin, QCrelief, QCconversion, QCcolor_symbols)
12240         (QCheuristic_mask, QCindex, QCmatrix, QCcolor_adjustment, QCmask)
12241         (Qlaplace, Qemboss, Qedge_detection, Qheuristic, Qcenter)
12242         (define_image_type, lookup_image_type, valid_image_p)
12243         (image_error, enum image_value_type, struct image_keyword)
12244         (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
12245         (make_image, free_image, prepare_image_for_display, image_ascent)
12246         (four_corners_best, image_background, image_background_transparent)
12247         (x_clear_image_1, x_clear_image, x_alloc_image_color)
12248         (make_image_cache, free_image_cache, clear_image_cache)
12249         (Fclear_image_cache, postprocess_image, lookup_image, cache_image)
12250         (forall_images_in_image_cache, x_create_x_image_and_pixmap)
12251         (x_destroy_x_image, x_put_x_image, x_find_image_file, slurp_file)
12252         (find_image_fsspec, image_load_qt_1, image_load_quicktime)
12253         (init_image_func_pointer, image_load_quartz2d)
12254         (struct ct_color, init_color_table, free_color_table)
12255         (lookup_rgb_color, lookup_pixel_color, colors_in_color_table)
12256         (cross_disabled_images, x_to_xcolors, x_from_xcolors)
12257         (x_detect_edges, x_emboss, x_laplace, x_edge_detection)
12258         (x_disable_image, x_build_heuristic_mask)
12259         (XBM support, XPM support, PBM support, PNG support, JPEG support)
12260         (TIFF support, GIF support, Ghostscript support): Merge with image
12261         code from xfns.c and macfns.c into image.c.
12262         (syms_of_xfns): Move image related symbols to image.c.
12263         (init_external_image_libraries, init_xfns): Remove; initialization
12264         moved to init_image in image.c.
12266         * w32fns.c (Vx_bitmap_file_path, Vimage_cache_eviction_delay)
12267         (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
12268         (x_reference_bitmap, x_create_bitmap_from_data)
12269         (x_create_bitmap_from_file, x_destroy_bitmap)
12270         (x_destroy_all_bitmaps, x_create_bitmap_mask)
12271         (QCascent, QCmargin, QCrelief, QCconversion, QCcolor_symbols)
12272         (QCheuristic_mask, QCindex, QCmatrix, QCcolor_adjustment, QCmask)
12273         (Qlaplace, Qemboss, Qedge_detection, Qheuristic, Qcenter)
12274         (define_image_type, lookup_image_type, valid_image_p)
12275         (image_error, enum image_value_type, struct image_keyword)
12276         (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
12277         (make_image, free_image, prepare_image_for_display, image_ascent)
12278         (four_corners_best, image_background, image_background_transparent)
12279         (x_clear_image_1, x_clear_image, x_alloc_image_color)
12280         (make_image_cache, free_image_cache, clear_image_cache)
12281         (Fclear_image_cache, postprocess_image, lookup_image, cache_image)
12282         (forall_images_in_image_cache, x_create_x_image_and_pixmap)
12283         (x_destroy_x_image, x_put_x_image, x_find_image_file, slurp_file)
12284         (struct ct_color, init_color_table, free_color_table)
12285         (lookup_rgb_color, lookup_pixel_color, colors_in_color_table)
12286         (cross_disabled_images, x_to_xcolors, x_from_xcolors)
12287         (x_detect_edges, x_emboss, x_laplace, x_edge_detection)
12288         (x_disable_image, x_build_heuristic_mask)
12289         (XBM support, XPM support, PBM support, PNG support, JPEG support)
12290         (TIFF support, GIF support, Ghostscript support): Merge with image
12291         code from xfns.c and macfns.c into image.c.
12292         (syms_of_xfns): Move image related symbols to image.c.
12293         (init_external_image_libraries, init_xfns): Remove; initialization
12294         moved to init_image in image.c.
12296         * xfns.c (Vx_bitmap_file_path, Vimage_cache_eviction_delay)
12297         (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
12298         (x_reference_bitmap, x_create_bitmap_from_data)
12299         (x_create_bitmap_from_file, x_destroy_bitmap)
12300         (x_destroy_all_bitmaps, x_create_bitmap_mask)
12301         (QCascent, QCmargin, QCrelief, QCconversion, QCcolor_symbols)
12302         (QCheuristic_mask, QCindex, QCmatrix, QCcolor_adjustment, QCmask)
12303         (Qlaplace, Qemboss, Qedge_detection, Qheuristic, Qcenter)
12304         (define_image_type, lookup_image_type, valid_image_p)
12305         (image_error, enum image_value_type, struct image_keyword)
12306         (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
12307         (make_image, free_image, prepare_image_for_display, image_ascent)
12308         (four_corners_best, image_background, image_background_transparent)
12309         (x_clear_image_1, x_clear_image, x_alloc_image_color)
12310         (make_image_cache, free_image_cache, clear_image_cache)
12311         (Fclear_image_cache, postprocess_image, lookup_image, cache_image)
12312         (forall_images_in_image_cache, x_create_x_image_and_pixmap)
12313         (x_destroy_x_image, x_put_x_image, x_find_image_file, slurp_file)
12314         (struct ct_color, init_color_table, free_color_table)
12315         (lookup_rgb_color, lookup_pixel_color, colors_in_color_table)
12316         (cross_disabled_images, x_to_xcolors, x_from_xcolors)
12317         (x_detect_edges, x_emboss, x_laplace, x_edge_detection)
12318         (x_disable_image, x_build_heuristic_mask)
12319         (XBM support, XPM support, PBM support, PNG support, JPEG support)
12320         (TIFF support, GIF support, Ghostscript support): Merge with
12321         w32fns.c and macfns.c image code into image.c.
12322         (syms_of_xfns): Move image related symbols to image.c.
12323         (init_xfns): Remove; initialization moved to init_image in image.c.
12325         * lisp.h (syms_of_image, init_image): Add protoypes.
12326         (init_xfns): Remove prototype.
12328         * dispextern.h (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
12329         (x_reference_bitmap, x_create_bitmap_from_data)
12330         (x_create_bitmap_from_file, x_destroy_bitmap)
12331         (x_create_bitmap_mask): Move prototypes from dispextern.h.
12332         (gamma_correct) [MAC_OS]: Add prototype.
12334         * xterm.h (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
12335         (x_reference_bitmap, x_create_bitmap_from_data)
12336         (x_create_bitmap_from_file, x_destroy_bitmap)
12337         (x_create_bitmap_mask): Move prototypes to dispextern.h.
12339 2004-03-09  Kenichi Handa  <handa@etlken2>
12341         * coding.c (decode_coding_emacs_mule): Handle insufficent source
12342         correctly.
12344 2004-03-04  Richard M. Stallman  <rms@gnu.org>
12346         * s/sol2-6.h (LD_SWITCH_SYSTEM_TEMACS): New definition.
12348         * window.c (Fdisplay_buffer): Doc fix.
12350         * buffer.c (Fpop_to_buffer): Doc fix.
12352 2004-03-03  Kim F. Storm  <storm@cua.dk>
12354         * xdisp.c (display_line): Fix call to get_overlay_arrow_glyph_row.
12356 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12358         * editfns.c (Ftranslate_region): Lisp_Object/int mixup.
12360 2004-03-02  Richard M. Stallman  <rms@gnu.org>
12362         * indent.c (compute_motion): Save vpos in prev_vpos, like hpos etc.
12364 2004-03-02  Kenichi Handa  <handa@m17n.org>
12366         * doc.c (Fsubstitute_command_keys): Fix counding bytes.
12368 2004-03-02  Kim F. Storm  <storm@cua.dk>
12370         * window.h (struct window): New member overlay_arrow_bitmap.
12372         * window.c (make_window): Initialize overlay_arrow_bitmap.
12374         * xdisp.c (Voverlay_arrow_variable_list): New variable to properly
12375         implement and integrate multiple overlay arrows with redisplay.
12376         (syms_of_xdisp): DEFVAR_LISP and initialize it.
12377         (last_arrow_position, last_arrow_string): Replace by properties.
12378         (Qlast_arrow_position, Qlast_arrow_string)
12379         (Qoverlay_arrow_string, Qoverlay_arrow_bitmap): New variables.
12380         (syms_of_xdisp): Intern and staticpro them.
12381         (overlay_arrow_string_or_property, update_overlay_arrows)
12382         (overlay_arrow_in_current_buffer_p, overlay_arrows_changed_p)
12383         (overlay_arrow_at_row): New functions for multiple overlay arrows.
12384         (redisplay_internal): Use them instead of directly accessing
12385         Voverlay_arrow_position etc. for multiple overlay arrows.
12386         (mark_window_display_accurate): Use update_overlay_arrows.
12387         (try_cursor_movement): Use overlay_arrow_in_current_buffer_p.
12388         (try_window_id): Use overlay_arrows_changed_p.
12389         (get_overlay_arrow_glyph_row): Add overlay_arrow_string arg.
12390         (display_line): Use overlay_arrow_at_row to check multiple
12391         overlay arrows, and get relevant overlay-arrow-string and
12392         overlay-arrow-bitmap.  Set w->overlay_arrow_bitmap accordingly.
12393         (produce_image_glyph): Set pixel_width = 0 for fringe bitmap.
12394         (syms_of_xdisp): Remove last_arrow_position and last_arrow_string.
12396         * fringe.c (draw_fringe_bitmap): Use w->overlay_arrow_bitmap if set.
12397         (update_window_fringes): Remove unused code.
12399 2004-03-01  Jason Rumney  <jasonr@gnu.org>
12401         * w32term.c (w32_read_socket): Fix last change to ButtonPress handling.
12403 2004-03-01  Juanma Barranquero  <lektu@terra.es>
12405         * fringe.c (Fdefine_fringe_bitmap): Fix typo in docstring.
12407         * makefile.w32-in ($(BLD)/fringe.$(O)): Add dependencies.
12409 2004-03-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12411         * xfns.c (Fx_display_color_cells): Use number of planes to calculate
12412         how many colors can be displayed.
12414 2004-03-01  Kenichi Handa  <handa@m17n.org>
12416         * editfns.c (Ftranslate_region): Handle multibyte chars in TABLE
12417         correctly.
12419 2004-02-28  Kim F. Storm  <storm@cua.dk>
12421         * dispnew.c (update_window): Update header line also if there are
12422         no other changes in window (move code after set_cursor label).
12424         * lisp.h (mark_window_display_accurate): Remove prototype.
12426         * window.c (window_loop, Fforce_window_update): Force mode line
12427         updates by setting prevent_redisplay_optimizations_p and
12428         update_mode_lines.
12430 2004-02-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12432         * xfns.c (x_window): Fix indentation.
12434         * xterm.c (x_calc_absolute_position): Call x_real_positions
12435         to get WM window sizes and use those to calculate position.
12436         (x_set_offset): Remove code commented out.
12438 2004-02-28  Miles Bader  <miles@gnu.org>
12440         * keyboard.c (adjust_point_for_property): #ifdef-out dodgy xassert.
12442 2004-02-28  Kim F. Storm  <storm@cua.dk>
12444         * keyboard.c (kbd_buffer_store_event_hold): New function to store
12445         an event into kbd fifo, but with special handling of quit event;
12446         a quit event is saved for later, and further events are discarded
12447         until the saved quit event has been processed.
12448         (kbd_buffer_store_event): Use kbd_buffer_store_event_hold.
12449         (gen_help_event): Store help event in kbd fifo.
12450         (NREAD_INPUT_EVENTS): Remove.
12451         (read_avail_input): Adapt to new read_socket_hook interface.
12452         Remove allocation and initialization of local input_event buffer,
12453         as read_socket_hook stores events directly in fifo.  Allocate and
12454         initialize local hold_quit event to handle postponed quit event
12455         (and store it if set by kbd_buffer_store_event_hold).
12457         * keyboard.h (kbd_buffer_store_event_hold): Add prototype.
12458         (gen_help_event): Fix prototype.
12460         * macterm.c (XTread_socket): Remove bufp_r and
12461         numcharsp args.  Add hold_quit arg.
12462         Rework to use just one, local, inev input_event.  Store inev
12463         directly in fifo using kbd_buffer_store_event_hold.
12465         * sysdep.c (BUFFER_SIZE_FACTOR): Remove.
12466         (read_input_waiting): Adapt to new read_socket_hook interface.
12467         Remove allocation and initialization of local input_event buffer,
12468         as read_socket_hook stores events directly in fifo.  Allocate and
12469         initialize local hold_quit event to handle postponed quit event
12470         (and store it if set by kbd_buffer_store_event_hold).
12472         * term.c (read_socket_hook): Fix arg list.
12474         * termhooks.h (read_socket_hook): Fix prototype.
12476         * w32inevt.c (w32_console_read_socket): Remove bufp_r and
12477         numcharsp args.  Add hold_quit arg.
12478         Rework to use just one, local, inev input_event.  Store inev
12479         directly in fifo using kbd_buffer_store_event_hold.
12481         * w32inevt.h (w32_console_mouse_position): Fix prototype.
12483         * w32term.c (w32_read_socket): Remove bufp_r and numcharsp args.
12484         Add hold_quit arg.  Rework to use just one, local, inev
12485         input_event.  Store inev directly in fifo using
12486         kbd_buffer_store_event_hold.  Update count in one place.
12487         Postpone call to gen_help_event until inev is stored; use new
12488         local do_help for this.
12489         Remove local emacs_event in handing of ButtonPress event; just use
12490         inev instead (so no reason to copy it later).
12492         * xsmfns.c (x_session_check_input): Remove numchars arg.
12494         * xterm.c (x_focus_changed, x_detect_focus_change):
12495         Remove numchars arg.  Always store event into bufp arg.
12496         Return nothing.  Callers changed accordingly.
12497         (glyph_rect): Simplify.
12498         (STORE_KEYSYM_FOR_DEBUG): New macro.
12499         (SET_SAVED_MENU_EVENT): Use inev instead of bufp, etc.
12500         (current_bufp, current_numcharsp) [USE_GTK]: Remove.
12501         (current_hold_quit) [USE_GTK]: Add.
12502         (event_handler_gdk): Adapt to new handle_one_xevent.
12503         (handle_one_xevent): Remove bufp_r and numcharsp args.
12504         Add hold_quit arg.  Rework to use just one, local, inev
12505         input_event.  Store inev directly in fifo using
12506         kbd_buffer_store_event_hold.  Update count in one place.
12507         Postpone call to gen_help_event until inev is stored; use new
12508         local do_help for this.
12509         Simplify handling of keysyms (consolidate common code).  Fix bug
12510         where count was updated with nchars instead of nbytes.
12511         Remove local emacs_event in handing of ButtonPress event; just use
12512         inev instead (so no reason to copy it later).
12513         Remove `out' label.  Rename label `ret' to `done'; add various
12514         `goto done' to clarify code flow in deeply nested blocks.
12515         (x_dispatch_event): Simplify as handle_one_xevent now calls
12516         kbd_buffer_store_event itself.
12517         (XTread_socket): Remove bufp_r and numcharsp args.  Add hold_quit
12518         arg.  Call handle_one_xevent with new arglist.  Store event from
12519         x_session_check_input in fifo.
12520         [USE_GTK]: Setup current_hold_quit.
12521         Decrement handling_signal before unblocking input.
12522         (x_initialize) [USE_GTK]: Initialize current_count.
12524         * xterm.h (x_session_check_input): Fix prototype.
12526 2004-02-26  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12528         * s/darwin.h (LD_SWITCH_SYSTEM_TEMACS): Add `-framework QuickTime'.
12530         * dispextern.h [MAC_OSX]: Do not include Carbon/Carbon.h (now in
12531         macgui.h).
12533         * emacs.c (main) [HAVE_CARBON]: Call init_xfns.
12535         * macgui.h [MAC_OSX]: Include Carbon/Carbon.h.
12536         (mktime, DEBUG, Z, free, malloc, realloc, max, min)
12537         (init_process) [MAC_OSX] : Avoid conflicts with Carbon/Carbon.h.
12538         [!MAC_OSX]: Include QDOffscreen.h and Controls.h.
12539         (INFINITY) [MAC_OSX]: Avoid conflict with definition in math.h.
12540         (Bitmap): Remove typedef.
12541         (Pixmap): Change int to GWorldPtr.
12543         * macmenu.c [MAC_OSX]: Don't include Carbon/Carbon.h (now in macgui.h).
12545         * macterm.h [MAC_OSX]: Don't include Carbon/Carbon.h (now in macgui.h).
12546         (RED16_FROM_ULONG, GREEN16_FROM_ULONG, BLUE16_FROM_ULONG):
12547         New #define to extract 16-bit depth color components from unsigned
12548         long representation.
12549         (PIX_MASK_DRAW, PIX_MASK_RETAIN): New #define to represent pixel
12550         colors used for masks.
12551         (struct mac_display_info): Add color_p.  Remove n_cbits.
12553         * macfns.c: Include sys/types.h and sys/stat.h.
12554         [MAC_OSX]: Do not include Carbon/Carbon.h (now in macgui.h).
12555         Include QuickTime/QuickTime.h.
12556         (XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
12557         (XSetForeground, mac_draw_line_to_pixmap): Add externs for
12558         functions defined in macterm.c.
12559         (XImagePtr): New typedef.  Corresponds to XImage * in xfns.c.
12560         (ZPixmap): New #define for compatibility with xfns.c.
12561         (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
12562         (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
12563         (find_image_fsspec, image_load_qt_1, image_load_quicktime):
12564         New functions.
12565         (four_corners_best, x_create_x_image_and_pixmap)
12566         (x_destroy_x_image, unwind_create_frame, x_disable_image)
12567         (x_edge_detection, init_color_table, colors_in_color_table)
12568         (lookup_rgb_color, lookup_pixel_color, postprocess_image)
12569         (x_put_x_image, slurp_file, xbm_scan, xbm_load, xbm_load_image)
12570         (xbm_image_p, xbm_read_bitmap_data, xbm_file_p, x_to_xcolors)
12571         (x_from_xcolors, x_detect_edges): New declarations (from xfns.c).
12572         (mac_color_map_lookup, x_to_mac_color): Fix Lisp_Object/unsigned
12573         long mixup.
12574         (mac_defined_color, x_to_x_colors): Use RED16_FROM_ULONG etc.
12575         (x_decode_color): Don't use n_cbits (in struct mac_display_info).
12576         (x_set_foreground_color, x_set_cursor_color): Sync with w32fns.c.
12577         (x_set_cursor_type, Fxw_color_values, valid_image_p)
12578         (image_value_type, parse_image_spec, image_ascent, x_clear_image)
12579         (x_alloc_image_color, clear_image_cache, lookup_image)
12580         (x_find_image_file, xbm_read_bitmap_file_data)
12581         (enum xbm_keyword_index, xbm_format, xbm_image_p, xbm_scan)
12582         (xbm_read_bitmap_data, xbm_load, pbm_image_p, pbm_scan_number)
12583         (enum pbm_keyword_index, pbm_format, enum png_keyword_index)
12584         (png_format, png_image_p, enum jpeg_keyword_index, jpeg_format)
12585         (jpeg_image_p, enum tiff_keyword_index, tiff_format, tiff_image_p)
12586         (enum gif_keyword_index, gif_format, gif_image_p): Sync with xfns.c.
12587         (x_make_gc): Sync with xfns.c.  Enclose unused `border_tile' with
12588         #if 0.
12589         (x_free_gcs): Sync with xfns.c.  Enclose unused `border_tile' with
12590         #if 0.  Free white_relief.gc and black_relief.gc.
12591         (unwind_create_frame, x_emboss, x_laplace, x_edge_detection):
12592         New functions (from xfns.c).
12593         (Fx_create_frame): Record unwind_create_frame.
12594         (Fxw_display_color_p): Use dpyinfo->color_p.
12595         (Fx_display_grayscale_p, Fx_display_planes): Don't use
12596         dpyinfo->n_cbits.
12597         (Fx_display_color_cells): Use dpyinfo->n_planes;
12598         (QCmatrix, QCcolor_adjustment, QCmask, Qemboss, Qedge_detection)
12599         (Qheuristic, cross_disabled_images, emboss_matrix)
12600         (laplace_matrix): New variables (from xfns.c).
12601         (Fimage_size, Fimage_mask_p, four_corners_best, image_background)
12602         (x_clear_image_1, postprocess_image, slurp_file, xbm_load_image)
12603         (xbm_file_p, x_to_xcolors, x_from_xcolors, x_detect_edges)
12604         (image_background_transparent): New function (from xfns.c).
12605         Use PIX_MASK_DRAW/PIX_MASK_RETAIN.
12606         (image_load_quicktime): Add declaration.
12607         [MAC_OSX] (image_load_quartz2d): Likewise.
12608         [MAC_OSX] (CGImageCreateWithPNGDataProviderProcType): New typedef.
12609         [MAC_OSX] (MyCGImageCreateWithPNGDataProvider): New variable.
12610         [MAC_OSX] (init_image_func_pointer, image_load_quartz2d): New funs.
12611         (xbm_load_image_from_file, x_laplace_read_row)
12612         (x_laplace_write_row, pbm_read_file): Remove functions.
12613         [HAVE_XPM] (enum xpm_keyword_index, xpm_format, xpm_image_p)
12614         (xpm_load): Sync with xfns.c (although XPM is not supported yet).
12615         (colors_in_color_table): Sync with xfns.c (although not used).
12616         (lookup_rgb_color): Don't lookup color table.  Just do gamma
12617         correction.
12618         (COLOR_INTENSITY): New #define (from xfns.c).
12619         (x_disable_image): New function (from xfns.c).
12620         Use PIX_MASK_DRAW/PIX_MASK_RETAIN.
12621         (x_build_heuristic_mask): Sync with xfns.c.
12622         Use PIX_MASK_DRAW/PIX_MASK_RETAIN.
12623         (HAVE_PBM): Remove #ifdef.
12624         (pbm_load): Sync with xfns.c.  Set img->width and img->height
12625         before IMAGE_BACKGROUND.
12626         (png_image_p, png_load): Don't enclose declarations with #if HAVE_PNG.
12627         (Qpng, enum png_keyword_index, png_format, png_type, png_image_p):
12628         Don't enclose with #if HAVE_PNG.
12629         [!HAVE_PNG] (png_load) [MAC_OSX]: Use image_load_quartz2d if a
12630         symbol _CGImageCreateWithPNGDataProvider is defined.
12631         Otherwise use image_load_quicktime.
12632         [!HAVE_PNG] (png_load) [!MAC_OSX]: Use image_load_quicktime.
12633         [HAVE_PNG] (png_load): Sync with xfns.c.
12634         Use PIX_MASK_DRAW/PIX_MASK_RETAIN.
12635         (jpeg_image_p, jpeg_load): Don't enclose declarations with #if
12636         HAVE_JPEG.
12637         (Qjpeg, enum jpeg_keyword_index, jpeg_format, jpeg_type)
12638         (jpeg_image_p): Don't enclose with #if HAVE_JPEG.
12639         [!HAVE_JPEG] (jpeg_load) [MAC_OSX]: Use image_load_quartz2d.
12640         [!HAVE_JPEG] (jpeg_load) [!MAC_OSX]: Use image_load_quicktime.
12641         [HAVE_JPEG] (jpeg_load): Sync with xfns.c.
12642         (tiff_image_p, tiff_load): Don't enclose declarations with #if
12643         HAVE_TIFF.
12644         (Qtiff, enum tiff_keyword_index, tiff_format, tiff_type)
12645         (tiff_image_p): Don't enclose with #if HAVE_TIFF.
12646         [!HAVE_TIFF] (tiff_load): Use image_load_quicktime.
12647         [HAVE_TIFF] (tiff_error_handler, tiff_warning_handler):
12648         New functions (from xfns.c).
12649         [HAVE_TIFF] (tiff_load): Sync with xfns.c.
12650         (gif_image_p, gif_load): Don't enclose declarations with #if HAVE_GIF.
12651         (Qgif, enum gif_keyword_index, gif_format, gif_type, gif_image_p):
12652         Don't enclose with #if HAVE_GIF.
12653         [!HAVE_GIF] (gif_load): Use Quicktime Movie Toolbox if it is
12654         animated gif.  Otherwise use image_load_quicktime.
12655         [HAVE_GIF] (gif_lib.h): Temporarily define DrawText as
12656         gif_DrawText to avoid conflict with QuickdrawText.h.
12657         [HAVE_GIF] (gif_load): Sync with xfns.c.
12658         (enum gs_keyword_index, gs_format, gs_image_p, gs_load)
12659         [HAVE_GHOSTSCRIPT] (x_kill_gs_process): Sync with xfns.c (although
12660         Ghostscript is not supported yet).
12661         (syms_of_macfns): Initialize Qemboss, Qedge_detection, Qheuristic,
12662         QCmatrix, QCcolor_adjustment, and QCmask.  Add DEFVAR_BOOL
12663         cross_disabled_images (from xfns.c).  Remove #if 0 for supported
12664         image types.  Remove #if HAVE_JPEG, HAVE_TIFF, HAVE_GIF, and
12665         HAVE_PNG.  Add defsubr for Simage_size and Simage_mask_p.
12666         (init_xfns): Remove #if HAVE_JPEG, HAVE_TIFF, HAVE_GIF, and
12667         HAVE_PNG.  Call EnterMovies to support animated gifs.
12668         Call init_image_func_pointer to bind a symbol
12669         _CGImageCreateWithPNGDataProvider if it is defined.
12671         * macterm.c [MAC_OSX]: Don't include Carbon/Carbon.h (now in macgui.h).
12672         (x_draw_bar_cursor): Sync declaration with xterm.c.
12673         (XFreePixmap, mac_draw_rectangle_to_pixmap, mac_copy_area)
12674         (mac_copy_area_to_pixmap): Implementation with GWorld (offscreen
12675         graphics).
12676         (mac_set_forecolor, mac_set_backcolor): Use RED16_FROM_ULONG etc.
12677         (mac_draw_line_to_pixmap, XCreatePixmap)
12678         (XCreatePixmapFromBitmapData, mac_fill_rectangle_to_pixmap)
12679         (mac_copy_area_with_mask, mac_copy_area_with_mask_to_pixmap):
12680         New functions.
12681         (mac_draw_bitmap) [TARGET_API_MAC_CARBON]:
12682         Use GetPortBitMapForCopyBits instead of the cast to Bitmap *.
12683         Cast bits to char *.
12684         (reflect_byte): New function (from w32fns.c).
12685         (mac_create_bitmap_from_bitmap_data): Use it and don't stuff bits
12686         due to byte alignment.
12687         (mac_scroll_area) [TARGET_API_MAC_CARBON]:
12688         Use GetPortBitMapForCopyBits instead of the cast to Bitmap *.
12689         (XSetForeground): Remove static (now used in macfns.c).
12690         (HIGHLIGHT_COLOR_DARK_BOOST_LIMIT): New #define (from w32term.c).
12691         (mac_alloc_lighter_color, x_destroy_window): Sync with w32term.c.
12692         (x_setup_relief_color, x_setup_relief_colors, x_draw_box_rect)
12693         (x_draw_glyph_string_box, x_draw_image_foreground)
12694         (x_draw_image_foreground_1, x_draw_image_glyph_string)
12695         (x_draw_stretch_glyph_string, x_draw_glyph_string)
12696         (x_draw_hollow_cursor, x_draw_bar_cursor, mac_draw_window_cursor):
12697         Sync with xterm.c.
12698         (x_draw_relief_rect): Sync with xterm.c.  Make 1 pixel shorter
12699         than the xterm.c version when a strictly horizontal or vertical
12700         line is drawn.
12701         (XTset_terminal_window): Add static.
12702         (x_make_frame_visible): Add UNBLOCK_INPUT.
12703         (x_free_frame_resources): New funcion (from xterm.c).
12704         (XTread_socket): Call handle_tool_bar_click if mouse up/down event
12705         occurs in tool bar area.
12706         (mac_initialize_display_info): Remove dpyinfo->n_cbits.
12707         Set dpyinfo->color_p.  Determine dpyinfo->n_planes using HasDepth.
12708         Initialize image cache.
12709         (stricmp, wildstrieq, mac_font_pattern_match, mac_font_match):
12710         Enclose unused functions with #if 0.
12711         (Qbig5, Qcn_gb, Qsjis, Qeuc_kr): New variables.
12712         (decode_mac_font_name): New function to apply code conversions
12713         from a mac font name to an XLFD font name according to its script code.
12714         (x_font_name_to_mac_font_name): Apply code conversion from an XLFD
12715         font name to a mac font name according to REGISTRY and ENCODING fields.
12716         (init_font_name_table) [TARGET_API_MAC_CARBON]: Don't use a font
12717         whose name starts with `.'.
12718         (init_font_name_table): Use decode_mac_font_name.  Add both
12719         jisx0208.1983-sjis and jisx0201.1976-0 entries if the script code
12720         of a font is smJapanese.
12721         (mac_do_list_fonts): New function to list fonts that match a given
12722         pattern.
12723         (x_list_fonts, XLoadQueryFont): Use it.
12724         (XLoadQueryFont): Set rbearing field for each variable width
12725         character to avoid needless redraw.
12726         (syms_of_macterm): Initialize Qbig5, Qcn_gb, Qsjis, and Qeuc_kr.
12728 2004-02-26  Kim F. Storm  <storm@cua.dk>
12730         * keyboard.c (NREAD_INPUT_EVENTS): Temporarily increase to 512
12731         as read_socket_hook handler on X aborts if buffer is too small
12732         and W32 handler doesn't always check buffer limit.
12734         * xdisp.c (handle_single_display_prop): Handle left-fringe and
12735         right-fringe similar to a display margin image.  Specifically,
12736         the characters having the fringe prop are no longer shown, and
12737         we use IT_IMAGE/next_element_from_image with image_id = -1 to
12738         do this.  Set fringe bitmap face_id in it->face_id.
12739         (produce_image_glyph): Handle image_id < 0 as "no image" case, but
12740         still realize it->face (i.e. the fringe bitmap face).
12742 2004-02-25  Miles Bader  <miles@gnu.org>
12744         * xdisp.c (check_it): Check string/string_pos consistency.
12745         (init_iterator): Initialize string-related fields properly.
12747 2004-02-11  Miles Bader  <miles@gnu.org>
12749         * xdisp.c (produce_image_glyph): Force negative descents to zero.
12751 2004-02-10  Miles Bader  <miles@gnu.org>
12753         * xfns.c (lookup_image): Remove xassert(!interrupt_input_blocked);
12754         BLOCK_INPUT can be nested, so it doesn't make much sense.
12756 2004-02-24  Michael Mauger  <mmaug@yahoo.com>
12758         * w32fns.c (slurp_file, xbm_scan, xbm_load_image)
12759         (xbm_read_bitmap_data): Use unsigned char for image data.
12761 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
12763         * abbrev.c (Finsert_abbrev_table_description): Doc fix.
12765 2004-02-22  Jason Rumney  <jasonr@gnu.org>
12767         * w32term.c (w32_draw_fringe_bitmap): Draw overlaid bitmaps
12768         correctly over other bitmaps.
12770 2004-02-21  Eli Zaretskii  <eliz@gnu.org>
12772         * emacs.c (USAGE1): Split into two halves.
12773         (USAGE2): Second half of the old USAGE1.
12774         (USAGE3): Rename from USAGE2.
12775         (USAGE4): Rename from USAGE3.
12777 2004-02-21  Juri Linkov  <juri@jurta.org>
12779         * emacs.c (USAGE1): Add --no-desktop.  Move --display from USAGE2.
12780         Fix --multibyte.  Move --help, --version to USAGE2.  Add alias
12781         --file.  Fix -f, -l.  Sort options.  Untabify.
12782         (USAGE2): Add -hb.  Fix --name, --title.  Sort options.  Untabify.
12784 2004-02-19  Luc Teirlinck  <teirllm@auburn.edu>
12786         * category.c (Fdefine_category, Fcategory_docstring)
12787         (Fget_unused_category, Fset_category_table)
12788         (Fcategory_set_mnemonics): Doc fixes.
12790 2004-02-20  Kim F. Storm  <storm@cua.dk>
12792         * keyboard.c: Undo 2004-02-16 and 2004-02-17 changes.
12793         The following changes are relative to the 2004-01-21 revision.
12794         (NREAD_INPUT_EVENTS): Define as max number of input events to read
12795         in one call to read_socket_hook.  Value is 8.
12796         (read_avail_input): Separate and rework handling of read_socket_hook
12797         and non-read_socket_hook cases.  Use smaller input_event buffer
12798         in read_socket_hook case, and repeat if full buffer is read.
12799         Use new local variable 'discard' to skip input after C-g.
12800         In non-read_socket_hook case, just use a single input_event, and
12801         call kbd_buffer_store_event on the fly for each character.
12803 2004-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12805         * lisp.h (union Lisp_Object): Give a more precise type for `type'.
12806         Remove unused `gu' alternative.
12808 2004-02-19  Andreas Schwab  <schwab@suse.de>
12810         * fringe.c (Fdefine_fringe_bitmap): Use && instead of & to avoid
12811         warning.
12813 2004-02-18  Kim F. Storm  <storm@cua.dk>
12815         * xdisp.c (get_window_cursor_type, display_and_set_cursor):
12816         Fix last change.
12818 2004-02-17  Kim F. Storm  <storm@cua.dk>
12820         * xdisp.c (fast_find_position): Fix return value of new version;
12821         it was inverted compared to the 21.1 version.
12822         (get_window_cursor_type): Don't look at glyph if NULL.
12823         (display_and_set_cursor): Set glyph to NULL if cursor in fringe.
12825         * keyboard.c: Rework previous change; it didn't consider that the
12826         buf array was allocated on the stack.
12827         (prev_read): Remove variable.
12828         (read_avail_input_buf): New static event buffer array.
12829         (in_read_avail_input): New static variable to handle re-entrancy.
12830         (read_avail_input): Change buf to pinter to read_avail_input_buf.
12831         Use in_read_avail_input to handle re-entrance; when re-entered,
12832         fully initialize and use tmp_buf array instead of read_avail_input_buf.
12833         Do not initialize read_avail_input_buf in full here; instead assume it
12834         is always cleared on entry.  To ensure that, we clear (just) the
12835         entries that were used before we return.
12836         (init_keyboard): Initialize read_avail_input_buf here.
12838 2004-02-16  Jesper Harder  <harder@ifa.au.dk>
12840         * cmds.c (Fend_of_line): Doc fix.
12842 2004-02-16  Dmitry Antipov  <dmitry.antipov@mail.ru>  (tiny change)
12844         * keyboard.c (prev_read): New static variable.
12845         (read_avail_input): Use it to zero out only those slots in buf[]
12846         that were used last time we were called.
12848 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
12850         * Makefile.in (obj): Move fringe.o from here...
12851         (XOBJ, MAC_OBJ): ...to here.
12853 2004-02-16  Stephen Eglen  <stephen@gnu.org>
12855         * fringe.c (init_fringe_bitmap): Define j in MAC_OS code.
12857 2004-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12859         * data.c (Fbyteorder):
12860         * fringe.c (Fdefine_fringe_bitmap):
12861         * xdisp.c (handle_single_display_prop):
12862         * xselect.c (x_handle_dnd_message): Lisp_Object/int mixup.
12864 2004-02-16  Jason Rumney  <jasonr@gnu.org>
12866         * w32term.c (w32_draw_fringe_bitmap): Handle overlay fringe bitmaps.
12868 2004-02-15  Steven Tamm  <steventamm@mac.com>
12870         * macterm.c (Vmac_emulate_three_button_mouse): New variable for
12871         controlling emulation of a three button mouse with option and
12872         command keys.
12873         (Qreverse, mac_get_enumlated_btn): Handle the emulation.
12874         (mac_event_to_emacs_modifiers, XTread_socket): Ditto.
12876 2004-02-15  Kim F. Storm  <storm@cua.dk>
12878         * buffer.c (syms_of_buffer): Doc fix for indicate-buffer-boundaries.
12880         * fringe.c (init_fringe_bitmap) [MAC_OS, WORDS_BIG_ENDIAN]:
12881         Perform byte-swapping.
12883 2004-02-14  Kim F. Storm  <storm@cua.dk>
12885         * dispextern.h (struct draw_fringe_bitmap_params): Change member
12886         bits from char to short to facilitate wider bitmaps.
12887         (struct redisplay_interface): Fix prototype of define_fringe_bitmap
12888         member.
12890         * fringe.c (struct fringe_bitmap): Change member bits from char to
12891         short to facilitate 16 bits wide bitmaps.  Modify all standard
12892         bitmaps accordingly.
12893         (BYTES_PER_BITMAP_ROW, STANDARD_BITMAP_HEIGHT): New macros.
12894         (FRBITS): Use STANDARD_BITMAP_HEIGHT instead of just sizeof.
12895         (draw_fringe_bitmap): Ditto.
12896         (init_fringe_bitmap) [MAC_OS]: Don't bitswap.
12897         (init_fringe_bitmap) [HAVE_X_WINDOWS]: Enhance bitswapping to
12898         handle up to 16 bits wide bitmaps.
12899         (Fdefine_fringe_bitmap): Doc fix.  Handle wider bitmaps.
12900         (Ffringe_bitmaps_at_pos): Add missing arg declarations.
12902         * macterm.c (mac_draw_bitmap): Handle 16 bits wide bitmaps directly.
12903         (x_draw_fringe_bitmap): Use enhanced mac_draw_bitmap, so we no longer
12904         need to call mac_create_bitmap_from_bitmap_data and mac_free_bitmap.
12906         * w32term.c (w32_define_fringe_bitmap): Bitmaps are now 16 bits wide,
12907         so it is no longer necessary to expand them here.
12909         * xterm.c (x_draw_fringe_bitmap): Handle wider bitmaps (max 16 bits).
12911 2004-02-12  Kim F. Storm  <storm@cua.dk>
12913         * window.c (Fwindow_fringes): Doc fix.
12915 2004-02-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12917         * xselect.c (x_get_foreign_selection): Add new optional parameter
12918         time_stamp.
12919         (Fx_get_selection_internal): Ditto, pass time_stamp to
12920         x_get_foreign_selection.
12922         * data.c (Fbyteorder): New function.
12924 2004-02-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12926         * atimer.c: Move include stdio.h to same place as in other files.
12928         * region-cache.c: Ditto.
12930         * sysdep.c: Ditto.
12932         * xfaces.c: Ditto.
12934 2004-02-09  Sam Steingold  <sds@gnu.org>
12936         * w32term.c (w32_draw_fringe_bitmap): Fix a typo in the last patch.
12938 2004-02-09  Kim F. Storm  <storm@cua.dk>
12940         * fringe.c: New file.  Move original fringe related declarations
12941         and code from dispextern.h and xdisp.c here.
12942         Rework code to support user defined fringe bitmaps, redefining
12943         standard bitmaps, ability to overlay user defined bitmap with
12944         overlay arrow bitmap, and add faces to bitmaps.
12945         (Voverflow_newline_into_fringe): Declare here.
12946         (enum fringe_bitmap_align): New enum.
12947         (..._bits): All bitmaps are now defined without bitswapping; that
12948         is now done in init_fringe_once (if necessary).
12949         (standard_bitmaps): New array with specifications for the
12950         standard fringe bitmaps.
12951         (fringe_faces): New array.
12952         (valid_fringe_bitmap_id_p): New function.
12953         (draw_fringe_bitmap_1): Rename from draw_fringe_bitmap.
12954         (draw_fringe_bitmap): New function which draws fringe bitmap,
12955         possibly overlaying bitmap with cursor in right fringe or the
12956         overlay arrow in the left fringe.
12957         (update_window_fringes): Do not handle overlay arrow here.
12958         Compare and copy fringe bitmap faces.
12959         (init_fringe_bitmap): New function.
12960         (Fdefine_fringe_bitmap, Fdestroy_fringe_bitmap): New DEFUNs to
12961         define and destroy user defined fringe bitmaps.
12962         (Fset_fringe_bitmap_face): New DEFUN to set face for a fringe bitmap.
12963         (Ffringe_bitmaps_at_pos): New DEFUN to read current fringe bitmaps.
12964         (syms_of_fringe): New function.  Defsubr new DEFUNs.
12965         DEFVAR_LISP Voverflow_newline_into_fringe.
12966         (init_fringe_once, init_fringe): New functions.
12967         (w32_init_fringe, w32_reset_fringes) [WINDOWS_NT]: New functions.
12969         * Makefile.in (obj): Add fringe.o.
12970         (fringe.o): New dependencies.
12972         * dispextern.h (FRINGE_ID_BITS): New definition for number of
12973         bits allocated to hold a fringe number.  Increase number of bits
12974         from 4 to 8 to allow user defined fringe bitmaps.
12975         (struct glyph_row, struct it): New members left_user_fringe_bitmap,
12976         left_user_fringe_face_id, right_user_fringe_bitmap,
12977         right_user_fringe_face_id.
12978         (enum fringe_bitmap_type, struct fringe_bitmap, fringe_bitmaps):
12979         Move to new file fringe.c.
12980         (MAX_FRINGE_BITMAPS): Define here.
12981         (struct draw_fringe_bitmap_params): New members bits, cursor_p,
12982         and overlay_p.  Change member which to int.
12983         (struct redisplay_interface): New members define_fringe_bitmap
12984         and destroy_fringe_bitmap.
12985         (valid_fringe_bitmap_id_p): Add prototype.
12986         (w32_init_fringe, w32_reset_fringes) [WINDOWS_NT]: Add prototypes.
12988         * dispnew.c (row_equal_p): Compare fringe bitmap faces and overlay
12989         arrows.
12990         (update_frame): Do flush_display if force_flush_display_p to
12991         ensure display (specifically fringes) are updated in a timely
12992         manner when resizing the frame by dragging the mouse.
12993         (update_window_line): Update row if overlay arrow changed.
12994         (scrolling_window): Redraw fringe bitmaps if fringe bitmap faces
12995         or overlay arrow changed.
12997         * emacs.c (main) [HAVE_WINDOW_SYSTEM]: Call init_fringe_once,
12998         syms_of_fringe, and init_fringe.
13000         * frame.h (struct frame): New member force_flush_display_p.
13002         * lisp.h (syms_of_fringe, init_fringe, init_fringe_once):
13003         Add prototypes.
13005         * macterm.c (mac_draw_bitmap): Add overlay_p arg.
13006         (x_draw_fringe_bitmap): Handle overlayed fringe bitmaps;
13007         thanks to YAMAMOTO Mitsuharu for advice on how to do this.
13008         Use cursor color for displaying cursor in fringe.
13009         (x_redisplay_interface): Add null handlers for
13010         define_fringe_bitmap and destroy_fringe_bitmap functions.
13012         * w32term.c (w32_draw_fringe_bitmap): Copy unadapted code from
13013         xterm.c to handle overlayed fringe bitmaps and to use cursor color
13014         for displaying cursor in fringe.
13015         (w32_define_fringe_bitmap, w32_destroy_fringe_bitmap): New W32
13016         specific functions to define and destroy fringe bitmaps in fringe_bmp.
13017         (w32_redisplay_interface): Add them to redisplay_interface.
13018         (w32_term_init): Call w32_init_fringe instead of explicitly
13019         defining fringe bitmaps in fringe_bmp array.
13020         (x_delete_display): Call w32_reset_fringes instead of explicitly
13021         destroying fringe bitmaps in fringe_bmp array.
13023         * xdisp.c (Voverflow_newline_into_fringe, syms_of_xdisp)
13024         (left_bits, right_bits, up_arrow_bits, down_arrow_bits)
13025         (continued_bits, continuation_bits, ov_bits, first_line_bits)
13026         (last_line_bits, filled_box_cursor_bits, hollow_box_cursor_bits)
13027         (bar_cursor_bits, hbar_cursor_bits, zv_bits, hollow_square_bits)
13028         (fringe_bitmaps, draw_fringe_bitmap, draw_row_fringe_bitmaps)
13029         (draw_window_fringes, compute_fringe_widths, update_window_fringes):
13030         Move fringe handling vars and code to new file fringe.c.
13031         (handle_display_prop): Handle left-fringe and right-fringe
13032         display properties; store user fringe bitmaps in iterator.
13033         (move_it_in_display_line_to): Handle cursor in fringe at eob.
13034         (clear_garbaged_frames): Set force_flush_display_p if resized.
13035         (redisplay_window): Redraw fringe bitmaps if not just_this_one_p.
13036         (display_line): Handle cursor in fringe at eob.
13037         (display_line): Set row user fringe bitmaps from iterator.
13039         * xterm.c (x_draw_fringe_bitmap): Handle overlayed fringe bitmaps.
13040         Use cursor color for displaying cursor in fringe.
13041         (x_redisplay_interface): Add null handlers for
13042         define_fringe_bitmap and destroy_fringe_bitmap functions.
13044 2004-02-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13046         * macfns.c (Fx_change_window_property): Make doc string and
13047         parameters same as for X version.
13049         * w32fns.c (Fx_change_window_property): Ditto.
13051 2004-02-07  Kim F. Storm  <storm@cua.dk>
13053         * xdisp.c (hscroll_window_tree): Position cursor near to right
13054         margin in hscrolled window when jumping to end of line (rather
13055         than centering cursor).
13057         * process.c (wait_reading_process_input): Don't do adaptive read
13058         buffering if waiting for a specific process.
13060 2004-02-05  Luc Teirlinck  <teirllm@auburn.edu>
13062         * minibuf.c (Fminibufferp, Fread_from_minibuffer)
13063         (Fread_minibuffer, Feval_minibuffer)
13064         (Fread_string, Fread_no_blanks_input)
13065         (Fcompleting_read): Doc fixes.
13066         (syms_of_minibuf): Doc fixes for minibuffer-completion-table and
13067         completion-regexp-list.  Define Qcase_fold_search and staticpro it.
13068         (read_minibuf): Fix initial comment.
13069         (Ftry_completion, Fall_completions, Ftest_completion): Bind
13070         case-fold-search to the value of completion-ignore-case when
13071         checking completion-regexp-list.
13072         (Fdisplay_completion_list): Make it handle arguments that are
13073         symbols.  Doc fix.
13075 2004-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13077         * xterm.h: Add declaration of free_frame_menubar.
13079         * xfns.c (x_create_bitmap_mask): Removed unused variable depth.
13080         (x_set_menu_bar_lines): Added ! defined USE_GTK for olines.
13081         (Fx_change_window_property): Add declaration of parameters type and
13082         format.  Remove unused variable cons.
13084         * xselect.c: Include stdio.h.
13086 2004-02-05  Kenichi Handa  <handa@m17n.org>
13088         * fns.c (Fset_char_table_range): Fix previous change.
13090         * buffer.c (Fset_buffer_multibyte): Fix docstring.
13092 2004-02-04  Luc Teirlinck  <teirllm@auburn.edu>
13094         * editfns.c (Fchar_after, Fchar_before): Doc fixes.
13096 2004-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13098         * keymap.c (Vmouse_events): Rename from Vmenu_events.
13099         (syms_of_keymap): Add mouse-[45], header-line, and mode-line to it.
13101 2004-02-04  Kenichi Handa  <handa@m17n.org>
13103         * fns.c (Fset_char_table_range): Handle charsets ascii,
13104         eight-bit-control, and eight-bit-graphic correctly.
13106 2004-02-03  Jason Rumney  <jasonr@gnu.org>
13108         * w32select.c (Fw32_set_clipboard_data): Make coding iso2022 safe.
13110         * w32fns.c (x_to_w32_font): Likewise.
13112 2004-02-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13114         * xterm.h: Add x_handle_dnd_message, x_check_property_data,
13115         x_fill_property_data, x_property_data_to_lisp and check_x_display_info.
13117         * xterm.c (handle_one_xevent): Call x_handle_dnd_message for
13118         ClientMessages.
13120         * xselect.c: Include termhooks.h and X11/Xproto.h
13121         (x_check_property_data, x_fill_property_data)
13122         (x_property_data_to_lisp, mouse_position_for_drop)
13123         (Fx_get_atom_name, x_handle_dnd_message): New functions for DND support.
13124         (Fx_send_client_event): Move here from xfns.c.
13125         (syms_of_xselect): Add Sx_get_atom_name and Sx_send_client_message.
13127         * xfns.c (x-send-client-message): Move to xselect.c
13128         (Fx_change_window_property): Add optional arguments TYPE, FORMAT and
13129         OUTER_P.
13130         (Fx_window_property): Add optional arguments TYPE, SOURCE, DELETE_P,
13131         VECTOR_RET_P.  Handle AnyPropertyType.  Call x_property_data_to_lisp
13132         if vector_ret_p is true.
13133         (syms_of_xfns): Sx_send_client_message moved to xselect.c.
13135 2004-02-02  Eli Zaretskii  <eliz@gnu.org>
13137         * fileio.c (Fcopy_file): If NEWNAME is a directory, expand the
13138         basename of FILE relative to it, not FILE itself.
13140 2004-02-02  Kenichi Handa  <handa@m17n.org>
13142         * coding.c (coding_restore_composition): Check invalid
13143         composition data more rigidly.
13145 2004-01-30  Luc Teirlinck  <teirllm@auburn.edu>
13147         * fileio.c (Fread_file_name_internal): Correctly handle the case
13148         where insert-default-directory is nil.
13149         (Fread_file_name): Always return an empty string if the user exits
13150         with an empty minibuffer.  Adapt the docstring accordingly.
13151         (syms_of_fileio): Adapt the docstring of insert-default-directory
13152         to the change in Fread_file_name.
13154 2004-01-29  Eli Zaretskii  <eliz@gnu.org>
13156         * alloca.c [!alloca]: Fix the prototype for xfree.
13158 2004-01-29  Kenichi Handa  <handa@m17n.org>
13160         * fns.c (string_char_to_byte): Optimize for ASCII only string.
13161         (string_byte_to_char): Likewise.
13163 2004-01-28  Peter Runestig  <peter@runestig.com>
13165         * makefile.w32-in, w32fns.c: Add `default-printer-name' function.
13167 2004-01-27  Steven Tamm  <steventamm@mac.com>
13169         * unexmacosx.c (unexec_copy): Do not copy more than was
13170         requested to prevent overwriting during unexec.
13172 2004-01-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13174         * process.c (sigchld_handler): Add comment about not calling malloc.
13176         * process.h: Add extern to synch_process_termsig.
13178 2004-01-27  Steven Tamm  <steventamm@mac.com>
13180         * macterm.c (make_mac_frame, make_mac_terminal_frame):
13181         Move setting of scroll bars from make_mac_frame to
13182         make_mac_terminal_frame to prevent clobbering of scroll-bar-mode.
13184 2004-01-26  Richard M. Stallman  <rms@gnu.org>
13186         * search.c (Freplace_match): Handle nonexistent
13187         back-references properly.
13189 2004-01-03  Richard M. Stallman  <rms@gnu.org>
13191         * window.c (decode_any_window): New function.
13192         (Fwindow_height, Fwindow_width, Fwindow_edges)
13193         (Fwindow_pixel_edges, Fwindow_inside_edges)
13194         (Fwindow_inside_pixel_edges): Use decode_any_window.
13196 2004-01-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13198         * process.h: synch_process_termsig new variable.
13200         * callproc.c: Define synch_process_termsig.
13201         (Fcall_process): Initiate synch_process_termsig to zero and
13202         check if non-zero and get signal name after subprocess has ended.
13204         * process.c (sigchld_handler): Set synch_process_termsig
13205         if terminated by a signal.  synch_process_death setting removed.
13207         * sysdep.c (mkdir, rmdir): Also check synch_process_termsig.
13209 2004-01-26  Andreas Schwab  <schwab@suse.de>
13211         * print.c (print_preprocess): Declare size as EMACS_INT to not
13212         lose bits.
13213         (print_object): Likewise.
13214         * alloc.c (Fpurecopy): Likewise.
13216 2004-01-25  Luc Teirlinck  <teirllm@auburn.edu>
13218         * window.c (Fwindow_minibuffer_p): Doc fix.
13220 2004-01-24  Jonathan Yavner  <jyavner@member.fsf.org>
13222         * editfns.c (Fformat): Make both passes accept the same set of flags.
13224 2004-01-23  Kenichi Handa  <handa@m17n.org>
13226         * fns.c (Fmd5): If OBJECT is a buffer different from the current
13227         one, set buffer to OBJECT temporarily.
13229 2004-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13231         * keyboard.c (kbd_buffer_gcpro): Remove.
13232         (kbd_buffer_store_event, clear_event, Fdiscard_input)
13233         (stuff_buffered_input, init_keyboard, syms_of_keyboard):
13234         Don't initialize and/or maintain the variable any more.  It was made
13235         redundant by my commit of 2003-06-15.
13237         * lisp.h [USE_LSB_TAG && !DECL_ALIGN]: Signal an error.
13239 2004-01-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13241         * lisp.h: Add undef DECL_ALIGN.
13243 2004-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13245         * process.c (wait_reading_process_input) [SYNC_INPUT]:
13246         Check interrupt_input_pending explicitly.
13248         * lisp.h (QUIT) [SYNC_INPUT]: Check interrupt_input_pending as well.
13250         * keyboard.c (handle_async_input): New fun,
13251         extracted from input_available_signal.
13252         (input_available_signal, reinvoke_input_signal): Use it.
13254 2004-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13256         * buffer.c (buffer_defaults, buffer_local_symbols): Use DECL_ALIGN.
13258         * lisp.h [USE_LSB_TAG]: Add definitions for Lisp_Object value
13259         manipulation macros for when tags are in the lower bits.
13260         (struct Lisp_Free) [USE_LSB_TAG]: Add padding.
13261         (DECL_ALIGN): New macro.
13262         (DEFUN): Use it.
13264         * lisp.h [ENABLE_CHECKING]: Don't force union type.
13266         * s/darwin.h (__attribute__): Remove outdated workaround.
13268         * macterm.c (main) [USE_LSB_TAG]: Don't range check the ram.
13270         * alloc.c (lisp_malloc, lisp_align_malloc) [USE_LSB_TAG]:
13271         Don't check range of malloc address.
13272         (pure_alloc) [USE_LSB_TAG]: Enforce alignment.
13274         * process.c (wait_reading_process_input): Lisp_Object/int mixup.
13276         * dired.c (Ffile_attributes): Lisp_Object/int mixup.
13278 2004-01-19  Kenichi Handa  <handa@m17n.org>
13280         * fontset.c (fontset_font_pattern): Fix previous change.
13282 2004-01-16  Miles Bader  <miles@gnu.ai.mit.edu>
13284         * xdisp.c (Voverflow_newline_into_fringe)
13285         (move_it_in_display_line_to, redisplay_internal)
13286         (update_window_fringes, redisplay_window, display_line, window):
13287         Add `#ifdef HAVE_WINDOW_SYSTEM' around fringe-drawing stuff, so
13288         that it compiles without a window-system.
13289         * dispnew.c (direct_output_for_insert, update_window): Likewise.
13291 2004-01-16  Kim F. Storm  <storm@cua.dk>
13293         * buffer.h (struct buffer): New member indicate_buffer_boundaries.
13295         * buffer.c (init_buffer_once): Set buffer_defaults and
13296         buffer_local_flags for indicate_buffer_boundaries.
13297         (syms_of_buffer): Defvar_per_buffer it, and defvar_lisp_nopro
13298         default- variable for it.
13300         * dispextern.h (struct glyph_row): New members left_fringe_bitmap,
13301         right_fringe_bitmap, redraw_fringe_bitmaps_p for new fringe handling.
13302         New members exact_window_width_line_p and cursor_in_fringe_p for
13303         overflowing newlines into right fringe.
13304         New members indicate_bob_p, indicate_top_line_p, indicate_eob_p,
13305         and indicate_bottom_line_p for buffer boundaries and scrolling.
13306         (enum fringe_bitmap_type): Add UP_ARROW_BITMAP, DOWN_ARROW_BITMAP,
13307         FIRST_LINE_BITMAP, LAST_LINE_BITMAP, FILLED_BOX_CURSOR_BITMAP,
13308         HOLLOW_BOX_CURSOR_BITMAP, BAR_CURSOR_BITMAP, HBAR_CURSOR_BITMAP,
13309         and HOLLOW_SQUARE_BITMAP.
13310         (draw_fringe_bitmap, draw_window_fringes, update_window_fringes):
13311         Add prototypes.
13313         * dispnew.c (row_equal_p, update_window_line): Compare fringe bitmaps
13314         instead of related indicator fields.
13315         Compare exact_window_width_line_p and cursor_in_mouse_face_p indicators.
13316         (direct_output_for_insert): Handle exact width lines like
13317         contined lines.  Call update_window_fringes.
13318         (update_window): Call update_window_fringes.
13319         (scrolling_window): Don't skip desired rows with changed bitmaps.
13320         Check if fringe bitmaps changes when assigning scrolled rows.
13322         * xdisp.c (Voverflow_newline_into_fringe): New variable.
13323         (IT_OVERFLOW_NEWLINE_INTO_FRINGE): New macro.
13324         (move_it_in_display_line_to): Overflow newline into fringe for
13325         rows that are exactly as wide as the window.
13326         (up_arrow_bits, down_arrow_bits, first_line_bits, last_line_bits)
13327         (filled_box_cursor_bits, hollow_box_cursor_bits, bar_cursor_bits)
13328         (hbar_cursor_bits, hollow_square_bits): New fringe bitmaps.
13329         (fringe_bitmaps): Add new bitmaps.
13330         (draw_fringe_bitmap): Make extern.  Remove WHICH arg.
13331         Select proper bitmap for cursor in fringe when appropriate.
13332         Handle alignment of bitmap to top or bottom of row.
13333         (draw_row_fringe_bitmaps): Don't select bitmaps here; that is now
13334         done by update_window_fringes.
13335         (update_window_fringes, draw_window_fringes): New functions.
13336         (redisplay_internal): Call update_window_fringes in case only
13337         cursor row is updated.
13338         (redisplay_window): Call update_window_fringes.
13339         Explicitly call draw_window_fringes if redisplay was done using
13340         the current matrix or the overlay arrow is in the window.
13341         (try_window_reusing_current_matrix): Mark scrolled rows for
13342         fringe update (to update buffer-boundaries / scrolling icons).
13343         (find_last_unchanged_at_beg_row): Handle exact width lines line
13344         continued lines.
13345         (display_line): Overflow newline into fringe for rows that are
13346         exactly as wide as the window.  Don't append space for newline
13347         in this case.
13348         (notice_overwritten_cursor): Explicitly clear cursor bitmap
13349         in fringe as if it had been overwritten.
13350         (erase_phys_cursor): Erase cursor bitmap in fringe.
13351         (syms_of_xdisp): Mark show-trailing-whitespace and
13352         void-text-area-pointer as user options.
13353         DEFVAR_LISP Voverflow_newline_into_fringe.  Enable by default.
13355         * xterm.c (x_update_window_end): Call draw_window_fringes.
13356         (x_after_update_window_line): Just set redraw_fringe_bitmaps_p
13357         in row instead of actually drawing fringe bitmaps.
13358         (x_draw_fringe_bitmap): Handle bottom aligned bitmaps.
13359         (x_draw_window_cursor): Draw cursor in fringe.
13361         * w32term.c (x_update_window_end): Call draw_window_fringes.
13362         (x_after_update_window_line): Just set redraw_fringe_bitmaps_p
13363         in row instead of actually drawing fringe bitmaps.
13364         (w32_draw_fringe_bitmap): Handle bottom aligned bitmaps.
13365         (w32_draw_window_cursor): Draw cursor in fringe.
13367         * macterm.c (x_update_window_end): Call draw_window_fringes.
13368         (x_after_update_window_line): Just set redraw_fringe_bitmaps_p
13369         in row instead of actually drawing fringe bitmaps.
13370         (x_draw_fringe_bitmap): Handle bottom aligned bitmaps.
13371         (mac_draw_window_cursor): Draw cursor in fringe.
13373 2004-01-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13375         * xterm.c (handle_one_xevent): Don't handle characters that are part
13376         of an old style (XLookupString) compose sequence.
13378 2004-01-15  Kenichi Handa  <handa@m17n.org>
13380         * search.c (Freplace_match): Use make_multibyte_string or
13381         make_unibyte_string according to the buffer multibyteness.
13383 2004-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13385         * alloc.c (struct interval_block, struct string_block)
13386         (struct symbol_block, struct marker_block, live_string_p)
13387         (live_cons_p, live_symbol_p, live_float_p, live_misc_p):
13388         Better preserve alignment for objects in blocks.
13389         (FLOAT_BLOCK_SIZE): Adjust for possible alignment padding.
13391         * lread.c (defvar_per_buffer): Remove dead declaration.
13393         * macterm.c (do_check_ram_size): Don't hardcode the lisp address
13394         space size.
13396 2004-01-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13398         * xmenu.c (popup_get_selection): Check new parameter down_on_keypress
13399         if a key press should pop down.  Only pop down if a key is pressed
13400         outside the menu/dialog.
13401         (create_and_show_popup_menu): Pass 0 for down_on_keypress to
13402         popup_get_selection.
13403         (create_and_show_dialog): Pass 1 for down_on_keypress to
13404         popup_get_selection.
13406 2004-01-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13408         * alloc.c (allocate_vectorlike): Surround calls to mallopt with
13409         BLOCK/UNBLOCK_INPUT.
13411 2004-01-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13413         * xmenu.c (Fx_popup_dialog): Add an Ok button if no buttons are
13414         specified.
13416 2004-01-08  Kenichi Handa  <handa@m17n.org>
13418         * editfns.c (Fformat): Fix '&' to '&&'.
13420 2004-01-08  Andreas Schwab  <schwab@suse.de>
13422         * print.c (print_preprocess) <case Lisp_Vectorlike>: Only mask
13423         size if PSEUDOVECTOR_FLAG is set.
13425 2004-01-07  Kenichi Handa  <handa@m17n.org>
13427         * charset.c (Fdeclare_equiv_charset): Fix docstring.
13429         * fontset.c (fontset_ref_via_base): Fix previous change.
13431 2004-01-07  Kim F. Storm  <storm@cua.dk>
13433         * process.c (read_process_output): Only activate adaptive
13434         buffering if we read less than 256 bytes at a time.
13436 2004-01-06  Kim F. Storm  <storm@cua.dk>
13438         * dispnew.c (buffer_posn_from_coords): Return both buffer/string
13439         object and image object.  Return glyph width and height.
13440         (mode_line_string, marginal_area_string): Ditto.
13442         * dispextern.h (buffer_posn_from_coords, mode_line_string)
13443         (marginal_area_string): Fix prototypes.
13445         * keyboard.h (POSN_POSN, POSN_SET_POSN): Rename macros from
13446         POSN_BUFFER_POSN and POSN_SET_BUFFER_POSN.  All uses changed.
13447         (POSN_INBUFFER_P, POSN_BUFFER_POSN): New macros.
13449         * keyboard.c (make_lispy_position): Use modified mode_line_string,
13450         buffer_posn_from_coords, and marginal_area_string functions to
13451         include both string object and image object in the lispy position.
13452         Also add actual glyph width and height to position.
13453         (read_key_sequence): Use real buffer position from mouse
13454         event to find keymap property even when click is in marginal area.
13456         * xdisp.c (note_mode_line_or_margin_highlight): Use modified
13457         mode_line_string and marginal_area_string functions to handle
13458         both string object and image object properties.
13460 2004-01-06  Andreas Schwab  <schwab@suse.de>
13462         * syntax.c (skip_chars): Treat '-' at end of string as ordinary
13463         character.
13465 2004-01-02  Andreas Schwab  <schwab@suse.de>
13467         * macterm.c (emacs_options, x_initialized, same_x_server):
13468         Remove unused (and duplicated) definitions.
13470 2004-01-02  Kim F. Storm  <storm@cua.dk>
13472         * process.h (struct Lisp_Process): New members for adaptive read
13473         buffering: adaptive_read_buffering, read_output_delay, and
13474         read_output_skip.
13476         * process.c (ADAPTIVE_READ_BUFFERING): New conditional.
13477         (READ_OUTPUT_DELAY_INCREMENT, READ_OUTPUT_DELAY_MAX)
13478         (READ_OUTPUT_DELAY_MAX_MAX): New constants.
13479         (process_output_delay_count, process_output_skip): New vars.
13480         (Vprocess_adaptive_read_buffering): New variable.
13481         (make_process): Initialize adaptive read buffering members.
13482         (Fstart_process): Set adaptive_read_buffering member.
13483         (deactivate_process): Cleanup adaptive read buffering.
13484         (wait_reading_process_input): Temporarily omit delayed
13485         subprocesses from the set of file descriptors to read from;
13486         adjust the select timeout if we skipped any subprocesses.
13487         (read_process_output): Increase adaptive read buffering delay if
13488         we read less than a full buffer; reduce delay when we read a
13489         full buffer.
13490         (send_process): Simplify using local Lisp_Process var.
13491         Reset adaptive read buffering delay after write.
13492         (init_process): Initialize process_output_delay_count and
13493         process_output_skip.
13494         (syms_of_process): DEFVAR_LISP Vprocess_adaptive_read_buffering.
13496 2004-01-01  Jason Rumney  <jasonr@gnu.org>
13498         * w32term.c (w32_text_out): Use s->font, for consistency with callers.
13500 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
13502         * print.c (Ferror_message_string): Add hyperlink in the docstring
13503         to the definition of `signal' in the Elisp manual.
13504         * eval.c (Fsignal): Ditto.
13506 2003-12-29  James Clark  <jjc@jclark.com>
13508         * fns.c (internal_equal): Return t for two NaN arguments.
13510 2003-12-29  Richard M. Stallman  <rms@gnu.org>
13512         * data.c (store_symval_forwarding): Handle setting
13513         default-fill-column, etc., by changing the value in
13514         buffers that use the default.
13516         * minibuf.c (Fset_minibuffer_window): Doc fix.
13518         * fileio.c (choose_write_coding_system): Ignore auto_saving
13519         if using the visited file for auto saves.
13520         (Fwrite_region): Don't update SAVE_MODIFF
13521         if auto-saving in visited file.
13523 2003-12-29  Kenichi Handa  <handa@m17n.org>
13525         * dispextern.h (face_font_available_p): Extern it.
13527         * fontset.c (Voverriding_fontspec_alist): New variable.
13528         (lookup_overriding_fontspec): New function.
13529         (fontset_ref_via_base): Call lookup_overriding_fontspec if necessary.
13530         (fontset_font_pattern): Likewise.
13531         (regulalize_fontname): New function.
13532         (Fset_fontset_font): Call regulalize_fontname.
13533         (Fset_overriding_fontspec_internal): New function.
13534         (syms_of_fontset): Initialize and staticpro Voverriding_fontspec_alist.
13535         Defsubr Sset_overriding_fontspec_internal.
13537         * xfaces.c (face_font_available_p): New function.
13539 2003-12-28  Richard M. Stallman  <rms@gnu.org>
13541         * buffer.c (Fother_buffer): Don't crash if BUF is nil
13542         or if its name is nil.
13544         * buffer.c (Fkill_buffer): Don't delete auto-save file
13545         if it's the same as the visited file.
13547 2003-12-28  Luc Teirlinck  <teirllm@auburn.edu>
13549         * coding.c (Fcheck_coding_system): Doc fix.
13551 2003-12-28  Kim F. Storm  <storm@cua.dk>
13553         * Makefile.in (eval.o): Depend on dispextern.h.
13555         * dispnew.c (buffer_posn_from_coords): Fix calculation of dy for
13556         image glyph using image's ascent.
13557         (mode_line_string): Return image glyph as object clicked on.
13558         Adjust y0 for image glyph using image's ascent.
13560         * dispextern.h (FACE_ID_BITS, MAX_FACE_ID): New defines.
13561         (struct glyph): New members, ascent and descent.  Used to save
13562         this glyph's ascent and descent, instead of having.
13563         (struct glyph): Declare member face_id using FACE_ID_BITS.
13564         (find_hot_spot): Add prototype.
13566         * keyboard.c (Qimage): Remove extern (now in lisp.h).
13567         (QCmap): Declare extern.
13568         (make_lispy_position): When position is inside image hot-spot,
13569         use hot-spot element's id as posn element.
13571         * lisp.h (IMAGEP): New macro to test for image object type.
13572         (Qimage): Declare extern.
13574         * macfns.c (Qimage): Remove extern (now in lisp.h).
13575         (valid_image_p, parse_image_spec): Use IMAGEP macro.
13577         * macterm.c (Qface, Qmouse_face): Remove unused externs.
13579         * w32fns.c (Qimage): Remove extern (now in lisp.h).
13580         (valid_image_p, parse_image_spec): Use IMAGEP macro.
13582         * w32menu.c (Qmouse_click, Qevent_kind): Remove unused externs.
13584         * w32term.c (Qface, Qmouse_face): Remove unused externs.
13586         * xdisp.c (Qarrow, Qhand, Qtext, Qpointer): New variables for
13587         pointer types.
13588         (Qrelative_width, Qalign_to): Remove unused variables.
13589         (Vvoid_text_area_pointer): Replace Vshow_text_cursor_in_void.
13590         (QCmap, QCpointer, Qrect, Qcircle, Qpoly): New variables for
13591         image maps.
13592         (x_y_to_hpos_vpos): Return glyph relative coordinates through
13593         new dx and dy args.
13594         Remove buffer_only_p arg (always 0).  Simplify code accordingly.
13595         (get_glyph_string_clip_rect): Draw cursor using glyph's rather
13596         than row's ascent and height, to get sensible height on tall rows.
13597         (build_desired_tool_bar_string): Remove Qimage extern.
13598         (get_tool_bar_item): Fix call to x_y_to_hpos_vpos.
13599         (produce_image_glyph): Adjust it.ascent to minimum row ascent if
13600         image glyph is alone on the last line.
13601         (append_glyph, append_composite_glyph, produce_image_glyph)
13602         (append_stretch_glyph): Set glyph's ascent and descent.
13603         (on_hot_spot_p): New function to check if position is inside an
13604         rectangular, circular, or polygon-shaped image hot-spot,
13605         (find_hot_spot): New function to search for image hot-spot.
13606         (Flookup_image_map): New defun to search for image hot-spot.
13607         (define_frame_cursor1): New aux function to determine frame pointer.
13608         (note_mode_line_or_margin_highlight, note_mouse_highlight):
13609         Handle `pointer' text property and :pointer image property to
13610         control frame pointer shape.  Detect image hot-spots for pointer
13611         and help_echo properties.  Use define_frame_cursor1.
13612         (note_mouse_highlight): Use Vvoid_text_area_pointer.
13613         (syms_of_xdisp): Defsubr new defun.  Intern and staticpro new variables.
13614         DEFVAR_LISP Vvoid_text_area_pointer instead of Vshow_text_cursor_in_void.
13616         * xfaces.c (cache_face): Abort if c->size exceeds MAX_FACE_ID.
13618         * xfns.c (x_set_mouse_color): Remove bogus x_check_errors call.
13619         (Qimage): Remove extern (now in lisp.h).
13620         (valid_image_p, parse_image_spec): Use IMAGEP macro.
13622         * xmenu.c (show_help_event): Remove unused code.
13624         * xterm.c (Qface, Qmouse_face): Remove unused externs.
13625         (x_draw_hollow_cursor): Draw cursor using glyph's rather than
13626         row's ascent and descent, to get a sensible height on tall rows.
13628 2003-12-25  Luc Teirlinck  <teirllm@auburn.edu>
13630         * minibuf.c (Fcompleting_read): Undo previous change.
13632 2003-12-25  Lars Hansen  <larsh@math.ku.dk>
13634         * dired.c (Fdirectory_files, Fdirectory_files_and_attributes):
13635         Arguments GCPRO'ed in call to file name handler.
13637 2003-12-25  Thien-Thi Nguyen  <ttn@gnu.org>
13639         * termcap.c (tgetst1): Scan for "%pN"; if all
13640         N are continuous in [1,9], remove all "%pN".
13642 2003-12-24  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13644         * gtkutil.c (xg_frame_set_char_size): Call x_wm_set_size_hint.
13646         * xfaces.c (lface_fully_specified_p): Take into account that
13647         MAC OS always have unspecified stipple.
13649 2003-12-24  Thien-Thi Nguyen  <ttn@gnu.org>
13651         * tparam.c (tparam1): Add handling for `%pN', which
13652         means use param N for the next substitution.
13654 2003-12-24  Thien-Thi Nguyen  <ttn@gnu.org>
13656         * xfaces.c (Fcolor_gray_p): Fix omission bug:
13657         In case `frame' is nil, consult the selected frame.
13658         (Fcolor_supported_p): Likewise.
13660 2003-12-23  Luc Teirlinck  <teirllm@auburn.edu>
13662         * fns.c (Frandom, Fstring_make_multibyte, Fset_char_table_range):
13663         Doc fixes.
13665         * minibuf.c (read_minibuf): Allow INITIAL to be a cons of a string
13666         and an integer.  Adapt the introductory comment accordingly.
13667         (Fread_from_minibuffer): Delete code moved into read_minibuf.
13668         Doc fix.
13669         (Fread_minibuffer, Fread_no_blanks_input): Adapt to changes in
13670         read_minibuf.
13671         (Fcompleting_read): Delete code moved into read_minibuf.
13672         (Ftest_completion): Make it handle obarrays and hash tables correctly.
13674 2003-12-03  Kenichi Handa  <handa@m17n.org>
13676         * coding.c (decode_coding_iso2022): Fix for preserving UTF-8
13677         encoding sequence.
13679 2003-12-01  Kenichi Handa  <handa@m17n.org>
13681         * composite.c (syms_of_composite): Don't make the compostion hash
13682         table week.
13684 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
13686         * intervals.h: Add EXFUN for Fget_char_property_and_overlay.
13687         * textprop.c (Fget_char_property_and_overlay): New function.
13688         (syms_of_textprop): Defsubr it.
13690 2003-11-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13692         * dispnew.c (buffer_posn_from_coords): Add ifdef HAVE_WINDOW_SYSTEM
13693         to compile on terminal configuration.
13695         * fileio.c (Fread_file_name): Check use_file_dialog also before
13696         calling Fx_file_dialog.
13698         * fns.c (use_file_dialog): New variable.
13699         (syms_of_fns): DEFVAR_BOOL use-file-dialog.
13701 2003-11-29  Kim F. Storm  <storm@cua.dk>
13703         * msdos.c (Qcursor_type, Qbar, Qhbar): Declare extern.
13704         (syms_of_msdos): Don't intern and staticpro them.
13706 2003-11-27  Kim F. Storm  <storm@cua.dk>
13708         * dispnew.c (buffer_posn_from_coords): Calculate and return pixel
13709         coordinates relative to glyph at posn.  If glyph is an image,
13710         return that as object at posn.  Callers changed.
13711         (mode_line_string, marginal_area_string): Calculate and return
13712         pixel coordinates relative to glyph.  Callers changed.
13714         * dispextern.h (buffer_posn_from_coords, mode_line_string)
13715         (marginal_area_string): Fix prototypes.
13716         (window_box_left_offset, window_box_right_offset): Add prototypes.
13718         * frame.h (get_specified_cursor_type, get_window_cursor_type):
13719         Remove prototypes.
13721         * keyboard.h (EVENT_CLICK_COUNT, POSN_SCROLLBAR_PART): Fix defines.
13723         * keyboard.c (make_lispy_position): Add x and y coordinates
13724         relative to the current glyph as 7th element of position.
13725         If glyph is an image, return it in the object element.
13726         (read_key_sequence): Skip checks for keymap property in cases
13727         where POSN_STRING is not a string (e.g. an image).
13729         * xdisp.c (Vdisplay_pixels_per_inch): New variable.
13730         (Vshow_text_cursor_in_void): New variable.
13731         (glyph_to_pixel_coords): Don't use negative hpos.
13732         (x_y_to_hpos_vpos): Fix for partially visible first glyph.
13733         (append_stretch_glyph): Change ascent arg to be actual value
13734         in pixels rather than ratio to height.  Callers changed.
13735         (calc_pixel_width_or_height): New aux function, implementing
13736         pixel based artihmetic for glyph widths and heights.
13737         (produce_stretch_glyph): Use calc_pixel_width_or_height for
13738         :width, :height, :align-to, and :ascent, thus allowing these to
13739         be specified in pixels as well as multiples of characters.
13740         Don't produce stretch glyphs with zero width or height.
13741         (get_specified_cursor_type): Declare static.
13742         (get_window_cursor_type): Declare static.  Add glyph arg to be
13743         able to know when cursor is on an image; always substitute
13744         hollow-box cursor for filled-box cursor on images, to avoid
13745         negative images and flicker when blinking the cursor.
13746         (display_and_set_cursor): Pass glyph to get_window_cursor_type.
13747         (note_mode_line_or_margin_highlight): Use non-text cursor rather
13748         than vertical scroll-bar cursor in display margins.
13749         (note_mouse_highlight): Use non-text cursor rather than text
13750         cursor in fringes and over images in the text area.
13751         Use non-text cursor when mouse pointer is outside editable text,
13752         i.e. in the void after end-of-line or end-of-buffer; this was
13753         already done for W32, but is now standard for all systems --
13754         user can toggle show-text-cursor-in-void to get old behaviour.
13755         (syms_of_xdisp): DEFVAR_LISP Vshow_text_cursor_in_void and
13756         Vdisplay_pixels_per_inch.
13758 2003-11-25  Andreas Schwab  <schwab@suse.de>
13760         * fns.c (internal_equal) <case Lisp_Vectorlike>: Declare size as
13761         EMACS_INT to not lose bits.
13762         (Ffillarray): Don't set bits beyond the size of a bool vector.
13764 2003-11-25  Kim F. Storm  <storm@cua.dk>
13766         * print.c (Fredirect_debugging_output) [!GNU_LINUX]: Do not
13767         define this defun on systems that cannot use stderr as lvalue.
13769 2003-11-24  Gerd Moellmann  <gerd@gnu.org>
13771         * s/freebsd.h (LD_SWITCH_SYSTEM_TEMACS)
13772         [__FreeBSD_version >= 500042]: Define as -znocombreloc because
13773         ld's default is incompatible with unexec.
13775 2003-11-23  Kim F. Storm  <storm@cua.dk>
13777         * window.c (enum window_loop): Add REDISPLAY_BUFFER_WINDOWS.
13778         (window_loop): Handle REDISPLAY_BUFFER_WINDOWS.
13779         (Fforce_window_update): New defun.
13780         (syms_of_window): Defsubr it.
13781         (Fset_window_margins, Fset_window_fringes): Doc fix.
13783         * print.c (Fredirect_debugging_output): New defun.
13784         (syms_of_print): Defsubr it.
13786 2003-11-22  Luc Teirlinck  <teirllm@auburn.edu>
13788         * fns.c (Fset_char_table_parent): Doc fix.
13790 2003-11-22  Kim F. Storm  <storm@cua.dk>
13792         * dispnew.c (buffer_posn_from_coords): Return actual row/column
13793         for glyph clicked on, rather than (unused) pixel positions.
13794         (mode_line_string, marginal_area_string): Change X and Y args to
13795         pointers for returning actual row/column for glyph clicked on.
13796         Simplify and optimize loops.
13798         * dispextern.h (mode_line_string, marginal_area_string):
13799         Update prototypes.
13801         * keyboard.c (make_lispy_position): New function for generating
13802         mouse click positions from frame and pixel coordinates.
13803         Enhanced to return buffer position and actual row/column for
13804         events outside the text area using updated mode_line_string and
13805         marginal_area_string functions.
13806         Return left-fringe and right-fringe clicks as such, rather than
13807         clicks in text area.
13808         (make_lispy_event) [USE_X_TOOLKIT, USE_GTK]: Don't call
13809         pixel_to_glyph_coords, as we never use the results.
13810         (make_lispy_event): Use make_lispy_position for MOUSE_CLICK_EVENT,
13811         WHEEL_EVENT, and DRAG_N_DROP_EVENT to replace redundant code.
13812         Eliminate unused code in WHEEL_EVENT handling.
13813         (make_lispy_movement): Use make_lispy_position.
13815         * window.c (coordinates_in_window): Remove redundant tests.
13816         Fix returned X pixel value for left-margin.
13818         * xdisp.c (note_mode_line_or_margin_highlight): Adapt to new
13819         mode_line_string and marginal_area_string parameters.
13821 2003-11-22  Lars Hansen  <larsh@math.ku.dk>
13823         * w32.c (struct the_group, getgrgid): Add.
13824         * mac.c (struct my_group, getgrgid): Add.
13826 2003-11-21  Luc Teirlinck  <teirllm@auburn.edu>
13828         * fns.c (Fassq, Fassoc, Frassq, Frassoc): Doc fixes.
13830 2003-11-21  Lars Hansen  <larsh@math.ku.dk>
13832         * dired.c (Ffile_attributes): Add parameter ID-FORMAT and
13833         include in call to file name handler.  Optionally translate numeric
13834         UID and GID to strings.  Update docstring.
13835         (directory_files_internal): Add parameter ID-FORMAT.
13836         (Fdirectory_files_and_attributes): Add parameter ID-FORMAT and
13837         include in call to file name handler and call to
13838         directory_files_internal.  Update Docstring.
13839         (Fdirectory_files): Add dummy parameter in call to
13840         directory_files_internal.
13841         * lisp.h (Qinteger): Add.
13842         (Qinteger_or_floatp, Qinteger_or_float_or_marker_p): Remove.
13843         (Ffile_attributes): Add parameter.
13844         * data.c (Qinteger): Export.
13846 2003-11-21  Luc Teirlinck  <teirllm@auburn.edu>
13848         * fns.c (Freverse, Fnreverse): Doc fixes.
13850 2003-11-19  Kim F. Storm  <storm@cua.dk>
13852         * xdisp.c (init_iterator): Initialize it->start to position
13853         before reseating (in case start position is invisible).
13854         (init_to_row_start): Set it->start to row-start.
13855         (redisplay_window): Accept optional_new_start if start position
13856         is invisible (in which case IT_CHARPOS overshoots PT).
13857         (display_line): Setup row->start from it->start (rather than
13858         it->current which is wrong if first char on line is invisible).
13859         When done, reseat it->start to it->current (= start of next row).
13860         (expose_area): Fix exposure of text area when first char (e.g. TAB)
13861         is only partially visible.
13863         * dispextern.h (struct it): New member start.
13865 2003-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13867         * alloc.c (make_float, Fcons): Clear the markbit at init time.
13868         (make_float, Fcons, Fmake_symbol, allocate_misc): Move the increment
13869         of block_index outside of the macro call.
13870         (Fgarbage_collect): Remove null code.
13872         * m/amdx86-64.h: Don't redefine XPNTR.
13874         * keyboard.c (parse_modifiers, apply_modifiers): Use INTMASK instead
13875         of VALMASK.
13877         * fns.c (hashfn_eq, hashfn_eql, hashfn_equal, hash_put)
13878         (sxhash_string, sxhash): Use INTMASK instead of VALMASK.
13879         (maybe_resize_hash_table): Use MOST_POSITIVE_FIXNUM.
13881         * lisp.h (VALMASK): Only define for non-union type.
13882         (MARKBIT): Remove.
13883         (ARRAY_MARK_FLAG): Use previous value of MARKBIT.
13884         (XTYPE): Define unconditionally.
13885         (XSETTYPE): Remove one more remnant.
13886         (EQ): Define differently for the union and non-union cases.
13887         (INTMASK): New bit mask.
13888         (struct Lisp_Marker): Move down to prepare for upcoming patch.
13889         (GC_EQ): Delegate to EQ.
13891         * coding.c (coding_restore_composition): Lisp_Object/int mixup.
13893 2003-11-17  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13895         * xterm.c (x_window_to_scroll_bar): Move check of display to
13896         where window_id is compared.
13898 2003-11-17  Kim F. Storm  <storm@cua.dk>
13900         * dispextern.h (struct it): New member first_vpos.
13902         * xdisp.c (start_display): Set it->first_vpos.
13903         (try_window_id): Use first_vpos to start display in first _text_
13904         line if no reusable lines at start of window with header line.
13906 2003-11-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13908         * w32fns.c (XPutPixel):
13909         * w32bdf.c (w32_init_bdf_font):
13910         * sunfns.c (sel_read):
13911         * process.c (Fmake_network_process):
13912         * frame.c (store_frame_param):
13913         * fontset.c (Fset_fontset_font):
13914         * emacs.c (shut_down_emacs):
13915         * ccl.c (ccl_driver): Remove period at end of error message.
13917         * config.in: Regenerate.
13919         * xfns.c (x_window_to_frame, x_any_window_to_frame)
13920         (x_non_menubar_window_to_frame, x_menubar_window_to_frame)
13921         (x_top_window_to_frame): Add Display* argument to xg_win_to_widget.
13922         (x_create_bitmap_mask, xg_set_icon, create_frame_xic)
13923         (xic_set_statusarea, x_window, gif_load): Formatting adjustments.
13925         * xterm.h (struct x_display_info): New field xg_cursor for GTK.
13927         * xterm.c: Add Display * to x_window_to_scroll_bar declaration.
13928         (XTmouse_position, handle_one_xevent): Pass Display* to
13929         x_window_to_scroll_bar.
13930         (x_window_to_scroll_bar): Take a Display* argument.
13931         Check that display for frame is equal to Display* argument.
13932         (event_handler_gdk): Remove current_dpyinfo.  Get dpyinfo from
13933         x_display_info_for_display instead.  Use Display in xev instead
13934         of GDK_DISPLAY.
13935         (x_dispatch_event): Call x_display_info_for_display.
13936         (XTread_socket): Move GTK part out of loop.  current_dpyinfo removed.
13937         (x_connection_closed): Call xg_display_close for GTK.
13938         (x_term_init): Call xg_display_open for additional displays.
13939         Initiate dpyinfo->xg_cursor with call to xg_create_default_cursor
13940         for GTK.
13942         * xmenu.c (single_menu_item, mouse_position_for_popup)
13943         (x_activate_menubar): Formatting adjustments.
13945         * xdisp.c (update_tool_bar, redisplay_tool_bar): Formatting
13946         adjustments.
13948         * gtkutil.c (xg_get_gdk_display, xg_set_screen, xg_display_open)
13949         (xg_display_close, xg_create_default_cursor)
13950         (xg_get_gdk_pixmap_and_mask): New functions for multiple display
13951         handling.
13952         (xg_left_ptr_cursor): Remove.
13953         (xg_set_cursor): Change cursor to GdkCursor*.  Do not create
13954         cursor here.
13955         (xg_win_to_widget): Take Display* argument, call
13956         gdk_xid_table_lookup_for_display.
13957         (xg_create_frame_widgets, xg_get_file_name, create_menus)
13958         (xg_create_widget, xg_modify_menubar_widgets): Call xg_set_screen.
13959         (xg_create_widget, xg_create_scroll_bar): Use xg_cursor
13960         in FRAME_X_DISPLAY_INFO.
13961         (xg_get_scroll_id_for_window): Take Display* argument.
13962         (update_frame_tool_bar): Call xg_get_gdk_pixmap_and_mask.
13963         (xg_initialize): Remove xg_left_ptr_cursor.
13965         * gtkutil.h (xg_get_scroll_id_for_window, xg_win_to_widget): Add
13966         Display* argument.
13967         (xg_display_open, xg_display_close, xg_create_default_cursor): Declare.
13969 2003-11-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13971         * xterm.c (x_detect_focus_change): Do not change focus frame for
13972         Enter/LeaveNotify if the current focus frame has explicit focus.
13974 2003-11-14  Kim F. Storm  <storm@cua.dk>
13976         * dispnew.c (update_text_area): Fix redisplay error when hscroll
13977         is active and first glyph is only partially visible.
13979 2003-11-13  Kenichi Handa  <handa@m17n.org>
13981         * xdisp.c (select_frame_for_redisplay): New function.
13982         (redisplay_internal): Record also selected_frame for
13983         unwind_redisplay.  Call select_frame_for_redisplay before
13984         redrawing each frame.
13985         (unwind_redisplay): Argument changed to a cons.
13987 2003-11-12  Luc Teirlinck  <teirllm@auburn.edu>
13989         * fns.c (Fstring_to_multibyte): Doc fix.
13991 2003-11-11  Kenichi Handa  <handa@m17n.org>
13993         * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
13995 2003-11-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13997         * xfns.c (x_window): Set XtNx and XtNy in shell widget for
13998         program specified positions.
14000 2003-11-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14002         * xterm.c (XAW_ARROW_SCROLLBARS): Define it for Xaw 1.5E.
14004 2003-11-08  Kenichi Handa  <handa@m17n.org>
14006         * Makefile.in (lisp): Add kannada.el.
14007         (shortlisp): Likewise.
14009 2003-11-07  Kenichi Handa  <handa@m17n.org>
14011         * coding.c (coding_allocate_composition_data):
14012         Reset coding->composing to COMPOSITION_NO.
14013         (coding_restore_composition): Detect invalid composition data.
14014         Give Fstring and Fvector a Lispy integer, not C int.
14016 2003-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14018         * floatfns.c (Flogb): Don't use VALMASK.
14020         * m/amdx86-64.h (VALBITS, XINT, XUINT): Remove.
14021         * m/ia64.h (VALBITS, XINT, XUINT): Remove.
14023         * lisp.h (XINT): Move the cast to clarify what is going on.
14024         (GCTYPEMASK, XSETTYPE): Remove.
14025         (XGCTYPE): Make it an alias of XTYPE.
14027 2003-11-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14029         * xterm.c (x_term_init): Fix formatting.
14031 2003-11-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14033         * gtkutil.h (xg_have_tear_offs): Declare.
14034         (xg_keep_popup, xg_did_tearoff): Remove.
14036         * gtkutil.c: Remove variable xg_did_tearoff.
14037         (xg_have_tear_offs): New function.
14038         (tearoff_remove): Just decrease xg_detached_menus.
14039         (tearoff_activate): Increase xg_detached_menus and call
14040         tearoff_remove when tearoff is removed.
14041         (xg_keep_popup): Remove function.
14042         (create_menus): Give add_tearoff_p as argument to recursive
14043         call to create_menus.
14044         (xg_create_widget): Use variables instead of multiple
14045         strcmp.  Tell create_menus to create tear off only for
14046         menu bar menus.
14047         (xg_update_menubar): Change title for a detached menu also.
14048         (xg_modify_menubar_widgets): Always call xg_update_menubar, regardless
14049         of deep_p.
14050         (xg_initialize): Initialize xg_detached_menus, remove
14051         initialization of xg_did_tearoff.
14053         * xmenu.c (set_frame_menubar): For GTK, set deep_p if
14054         xg_have_tear_offs returns non-zero.
14055         (create_and_show_popup_menu): Remove setting of xg_did_tearoff and
14056         call to xg_keep_popup.
14058 2003-11-01  Andrew Choi  <akochoi@shaw.ca>
14060         * macterm.c (XTread_socket): Handle menubar selection and grow
14061         window only for mouseDown events.
14063 2003-10-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14065         * xterm.c (x_term_init): For GTK part, increase x_initialized
14066         to check for more than one display.  Use error instead of return 0.
14068 2003-10-31  Andrew Choi  <akochoi@shaw.ca>
14070         * unexmacosx.c (unrelocate): New function (contributed by Nozomu Ando).
14071         (copy_dysymtab): Call it.
14073 2003-10-31  Luc Teirlinck  <teirllm@auburn.edu>
14075         * eval.c (Fdefvaralias): Doc fix.
14077 2003-10-26  Luc Teirlinck  <teirllm@auburn.edu>
14079         * data.c (Fsetplist): Doc fix.
14081 2003-10-14  Lute Kamstra  <lute@gnu.org>
14083         * window.c (Fset_window_fringes): Clarify docstring.
14085 2003-10-14  Kim F. Storm  <storm@cua.dk>
14087         * window.c (Fset_window_margins): Simplify arg checking.
14089 2003-10-13  Richard M. Stallman  <rms@gnu.org>
14091         * regex.c (MAX_BUF_SIZE): Reduce to 2**15.
14092         (print_partial_compiled_pattern): Replace assert with a printout.
14093         (skip_noops, mutually_exclusive_p): Change args, values to re_char *.
14095         * alloc.c (lisp_align_malloc): If BASE is 0, call memory_full.
14097         * window.c (Fset_window_margins): Allow only integers as args.
14098         (syms_of_window) <special-display-buffer-names, special-display-regexps>:
14099         Doc fixes.
14101 2003-10-13  Lute Kamstra  <lute@gnu.org>
14103         * window.c (Fset_window_fringes): Elaborate docstring.
14105 2003-10-12  Andrew Choi  <akochoi@shaw.ca>
14107         * macterm.c (XTread_socket): Call DragWindow only for mouseDown events.
14109         * s/darwin.h (GC_MARK_STACK): Define.
14111 2003-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14113         * window.c (shrink_windows): New function.
14114         (size_window): Call shrink_windows to calculate window sizes when
14115         shrinking frame with more than one window.
14117 2003-10-12  Kim F. Storm  <storm@cua.dk>
14119         * xdisp.c (compute_fringe_widths): Doc fix.
14121 2003-10-08  Kenichi Handa  <handa@m17n.org>
14123         * coding.c (Fcoding_system_p): Return t for auto-loading coding system.
14125 2003-10-07  Kenichi Handa  <handa@m17n.org>
14127         * coding.c (Qcoding_system_define_form): New variable.
14128         (syms_of_coding): Intern and staticpro it.
14129         (Fcheck_coding_system): Try to autoload the definition of
14130         CODING-SYSTEM.
14132 2003-10-05  Luc Teirlinck  <teirllm@auburn.edu>
14134         * fns.c (Frequire): Doc fix.
14136 2003-10-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14138         * xfns.c (Fx_send_client_event): New function as a base for
14139         manipulating extended window manager hints.
14140         (Fx_send_client_event): Remove unused variable s.
14142         * w32term.c (w32_read_socket): Remove call to x_check_fullscreen_move,
14143         that function is removed.
14145         * xterm.c (x_set_offset): Use move_offset_left/top instead of
14146         x/y_pixels_outer_diff.
14147         (x_check_expected_move): Calculate move_offset_left/top.
14149         * xterm.h (struct x_output): New members: move_offset_top/left.
14151         * frame.c (x_set_frame_parameters): Remove x_fullscreen_move,
14152         call x_set_offset directly.
14154         * frame.h (enum): FULLSCREEN_MOVE_WAIT removed.
14156         * frame.c (Fdelete_frame): Free decode_mode_spec_buffer.
14158         * xterm.c (x_delete_display): Free font names and font_encoder
14159         in dpyinfo->font_table.
14161         * xfns.c (Fx_close_connection): Only call XFreeFont here.
14162         Move xfree of font names to x_delete_display.
14164         * xterm.h (struct x_display_info): New member, wm_type.
14165         (struct x_output): New members, expected_top/left and
14166         check_expected_move.
14168         * xterm.c (handle_one_xevent): Reset wm_type when ReparentNotify
14169         is received.
14170         (handle_one_xevent): Rename x_check_expected_move from
14171         x_check_fullscreen_move.
14172         (x_set_offset): Only add WM decoration sizes to modified_top/left
14173         for X_WMTYPE_A.  Set check_expected_move when WM type is unknown.
14174         (x_check_expected_move): Rename from x_check_fullscreen_move.
14175         Removed fullscreen specific code.  Use check_expected_move,
14176         expected_left/top instead.  Also, set wm_type.
14177         (x_term_init): Initialize wm_type to unknown.
14179         * frame.c (x_fullscreen_move): Remove addition of WM decoration
14180         sizes to move_x/y.
14182 2003-10-03  Kenichi Handa  <handa@m17n.org>
14184         * macterm.c (x_load_font): Clear all members of FONTP before start
14185         filling them.
14187 2003-10-02  Kenichi Handa  <handa@m17n.org>
14189         * fontset.c (fs_load_font): Don't set fontp->font_encoder to NULL
14190         before calling find_ccl_program_func.  Call find_ccl_program_func
14191         only when fontp->font_encoder is not NULL.
14193         * xterm.c (x_load_font): Clear all members of FONTP before start
14194         filling them.
14196 2003-10-03  John Paul Wallington  <jpw@gnu.org>
14198         * keymap.c (map_keymap): Don't abort when binding is a vector.
14200 2003-10-02  Jason Rumney  <jasonr@gnu.org>
14202         * makefile.w32-in (emacs.o, coding.o, bytecode.o):
14203         Sync dependencies with Makefile.in.
14204         (alloca.o): Remove.
14206         * w32fns.c (w32_load_system_font): Clear all members of FONTP before
14207         filling them.
14209         * w32bdf.c (w32_load_bdf_font): Likewise.
14211 2003-09-30  Richard M. Stallman  <rms@gnu.org>
14213         * term.c (set_tty_color_mode): Calculate current_mode_spec
14214         regardless of value of VAL.
14216         * intervals.c (graft_intervals_into_buffer):
14217         Set BUF_INTERVALS (buffer)->up_obj when appropriate.
14218         Handle over_used when splitting UNDER.
14220 2003-09-30  YAMAMOTO  Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14222         * regex.c (regex_compile): Free the stack when returning from function.
14224 2003-09-28  Kenichi Handa  <handa@m17n.org>
14226         * fontset.c (Finternal_char_font): Change return value to
14227         cons (FONT-NAME . GLYPH-CODE).
14229 2003-09-28  Eli Zaretskii  <eliz@gnu.org>
14231         * term.c (tty_setup_colors): Treat any negative argument as -1.
14233 2003-09-27  Gaute B Strokkenes  <biggaute@uwc.net>  (tiny change)
14235         * process.c (send_process): Delete unused temp_buf.
14237 2003-09-26  Dave Love  <fx@gnu.org>
14239         * xterm.c (x_bitmap_mask): Declare.
14241 2003-09-25  Dave Love  <fx@gnu.org>
14243         * Makefile.in (fns.o): Depend on md5.h.
14245 2003-09-25  Kim F. Storm  <storm@cua.dk>
14247         * window.c (set_window_buffer): Fix redisplay problems when
14248         switching between buffers with different display margin widths.
14250 2003-09-23  Kim F. Storm  <storm@cua.dk>
14252         * process.c (set_socket_option): Fix :bindtodevice option.
14253         (Fset_network_process_option): Update process contact list when
14254         setting option succeeds.
14255         (Fmake_network_process): Doc fix.
14257 2003-09-23  Dave Love  <fx@gnu.org>
14259         * process.c (Fnetwork_interface_info): Use HAVE_STRUCT_IFREQ... macros.
14261 2003-09-22  Eli Zaretskii  <eliz@gnu.org>
14263         * term.c (set_tty_color_mode): Use INTEGERP to test whether a
14264         color mode is an integer number (it could be -1).
14266 2003-09-22  Richard M. Stallman  <rms@gnu.org>
14268         * intervals.c (graft_intervals_into_buffer): Correct the main loop
14269         in the case where OVER is longer than UNDER.
14271 2003-09-22  Masatake YAMATO  <jet@gyve.org>
14273         * window.c (Fset_window_scroll_bars): Validate the value of
14274         `vertical_type'.
14276 2003-09-21  Kim F. Storm  <storm@cua.dk>
14278         * frame.c (Vdefault_frame_scroll_bars): New variable.
14279         (x_set_vertical_scroll_bars): Use it instead of hardcoded values.
14280         (syms_of_frame): DEFVAR_LISP it, and initialize according to
14281         window-system default scroll bar position.
14283         * window.c (Fwindow_scroll_bars): Doc fix.
14285 2003-09-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14287         * xterm.c (x_set_offset): Take window manager decorations into account.
14289 2003-09-19  Richard M. Stallman  <rms@gnu.org>
14291         * atimer.h: Don't include lisp.h.
14292         (P_): Define it here (as well as elsewhere).
14294         * print.c (Fprin1_to_string): Move the PRINTPREPARE
14295         later, so that PRINTFINISH won't unbind Qinhibit_modification_hooks.
14297         * data.c (Fvariable_binding_locus): New function.
14298         (syms_of_data): defsubr it.
14299         (Flocal_variable_p): Delete duplicate call to indirect_variable.
14301 2003-09-18  Dave Love  <fx@gnu.org>
14303         * alloc.c (GC_MALLOC_CHECK): Move conditional undef after lisp.h.
14305         * process.c (Fnetwork_interface_info): Fix type error.
14306         (Fnetwork_interface_list): Doc fix.
14307         (read_process_output, read_process_output): Delete unused var.
14309 2003-09-17  Kim F. Storm  <storm@cua.dk>
14311         * process.c (Fnetwork_interface_list, Fnetwork_interface_info):
14312         Require HAVE_NET_IF_H and HAVE_SYS_IOCTL_H to include these fns.
14313         (Fnetwork_interface_info): Check that ifreq struct has required
14314         fields before accessing them; this requires that those fields are
14315         defined as macros, which may be too restrictive on some platforms,
14316         but it is better than failing on other platforms.
14317         (syms_of_process): Only defsubr above fns when included.
14319 2003-09-17  Dave Love  <fx@gnu.org>
14321         * unexalpha.c: Don't include varargs.h.
14323 2003-09-17  Kim F. Storm  <storm@cua.dk>
14325         * process.c (Fset_process_sentinel): Add sentinel to childp plist
14326         for network process.
14327         (socket_options): Add `:' prefix to option names.  Add optbit field.
14328         (set_socket_option): Remove no_error arg and special handling of s < 0.
14329         Return 1<<optbit for known option, 0 for unknown.
14330         Do not interpret 0 as false for boolean option (only nil).
14331         Pass failed option and value to report_file_error.
14332         (Fset_network_process_options): Replace by Fset_network_process_option.
14333         (Fset_network_process_option): New function to set just one option.
14334         (Fmake_network_process): Allow :coding arg to be a cons.
14335         Allow :server arg to be an integer specifying backlog size.
14336         Remove :options arg, and allow options to be specified directly
14337         as :KEY, VALUE pairs.  Parse these options before binding socket.
14338         As before, :reuseaddr t is default for a server process, but this
14339         can now be disabled by specifying :reuseaddr nil.
14340         (Fnetwork_interface_info): Rename from Fget_network_interface_info.
14341         (init_process): Availability of network options is now checked with
14342         simpler syntax (featurep 'make-network-process :OPTION); use loop to
14343         setup features.
14344         (syms_of_process): Fix defsubr's for the replaced functions.
14346 2003-09-16  Dave Love  <fx@gnu.org>
14348         * Makefile.in: Depend on coding.h.
14350 2003-09-14  Kim F. Storm  <storm@cua.dk>
14352         * process.c [HAVE_SOCKETS]: Include sys/ioctl.h and net/if.h.
14353         (Fnetwork_interface_list, Fget_network_interface_info): New defuns.
14354         (syms_of_process): Defsubr them.
14356         * config.in: Regenerate.
14358 2003-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14360         * m/sr2k.h (XMARKBIT, XUNMARK): Remove.
14361         * m/news-r6.h (XUNMARK): Remove.
14362         * m/mips.h (XUNMARK): Remove.
14363         * m/mips-siemens.h (XUNMARK): Remove.
14364         * m/iris4d.h (XUNMARK): Remove.
14365         * m/hp800.h (XMARKBIT, XUNMARK): Remove.
14367 2003-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14369         * lisp.h (VALBITS): Don't remove 1 for the markbit.
14370         (union Lisp_Object): Use unsigned int for types.  Remove markbit.
14371         (MARKBIT): Remove 1 from VALBITS so we still use same old val.
14372         (XTYPE): Use unsigned right-shift.
14373         (XMARKBIT, XMARK, XUNMARK): Remove.
14375         * alloc.c (init_intervals, init_symbol, init_marker):
14376         Don't preallocate anything.
14377         (Fgarbage_collect, mark_object): Ignore the markbit.
14379         * bytecode.c (mark_byte_stack, unmark_byte_stack): Ignore the markbit.
14381 2003-09-08  Lute Kamstra  <lute@gnu.org>
14383         * xdisp.c (pint2hrstr): New function.
14384         (decode_mode_spec): Add `%i' and `%I' specs.
14385         * buffer.c (syms_of_buffer): Document `%i' and `%I' constructs
14386         for `mode-line-format'.
14388 2003-09-07  Andreas Schwab  <schwab@suse.de>
14390         * alloc.c: Use long instead of int when casting ABLOCKS_BUSY to
14391         avoid warning.
14393 2003-09-07  Eli Zaretskii  <eliz@gnu.org>
14395         * editfns.c (region_limit): Support any non-zero value of BEGINNINGP.
14397 2003-09-03  Kim F. Storm  <storm@cua.dk>
14399         * xdisp.c (get_window_cursor_type): Partially undo 2002-03-01
14400         change (superseded by 2002-08-30 change); the default blink-off
14401         cursor is now again "no cursor".
14403 2003-09-01  Jason Rumney  <jasonr@gnu.org>
14405         * makefile.w32-in (alloca.o): Remove.
14406         (coding.o): Depend on intervals.h
14407         (emacs.o, bytecode.o): Depend on window.h
14409 2003-09-01  Dave Love  <fx@gnu.org>
14411         * Makefile.in (alloca.o): Remove commands.
14412         (coding.o): Depend on intervals.h composite.h window.h.
14413         (emacs.o): Depend on window.h keyboard.h keymap.h.
14414         (gtkutil.o): Depend on keyboard.h charset.h coding.h.
14415         (bytecode.o): Depend on window.h.
14417 2003-08-31  Jason Rumney  <jasonr@gnu.org>
14419         * w32term.c (w32_per_char_metric): Allow cached metrics to be
14420         returned even when font_type is unknown.
14422         * xdisp.c (init_iterator): Remove old WINDOWSNT conditional.
14424 2003-08-30  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14426         * xterm.c (x_term_init): Initialize new fields in x_display_info.
14428         * xterm.h (struct x_display_info): Add red/green/blue_bits and
14429         *_offset.
14431         * xfns.c (lookup_rgb_color): Use new fields in x_display_info to
14432         calculate pixel value.
14434 2003-08-29  Gerd Moellmann  <gerd.moellmann@t-online.de>
14436         * xdisp.c (redisplay_internal): Fix change of 2003-04-30.
14437         Don't tell redisplay display is accurate when it's actually been
14438         paused for pending input.
14440 2003-08-29  Richard M. Stallman  <rms@gnu.org>
14442         * dispnew.c (adjust_glyph_matrix): Call window_box
14443         whenever W is nonzero.
14445         * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
14446         (Fkill_local_variable, Fmake_variable_frame_local)
14447         (Flocal_variable_p, Flocal_variable_if_set_p):
14448         Use indirect_variable to trace thru variable aliases.
14450         * config.in: Updated.
14452         * callint.c (Fcall_interactively): Save and restore
14453         Vthis_command, Vthis_original_command, real_this_command,
14454         and current_kboard->Vlast_command.
14456         * abbrev.c (Fexpand_abbrev): Insert before deleting.
14458 2003-08-29  Gerd Moellmann  <gerd@gnu.org>
14460         * xfns.c (lookup_rgb_color): Handle TrueColor visuals specially.
14462 2003-08-28  David Abrahams  <dave@boost-consulting.com>  (tiny change)
14464         * coding.c (decode_coding_iso2022): Initialize local variable c2.
14465         (decode_coding_sjis_big5): Likewise.
14467 2003-08-27  Jason Rumney  <jasonr@gnu.org>
14469         * w32.c (sys_pipe): Protect against file descriptor overflow.
14471         * w32fns.c (syms_of_w32fns): Remove non-existent functions.
14473         * w32term.c (w32_read_socket): Fix WM_MOUSEWHEEL assignment.
14475 2003-08-26  Terje Rosten  <terjeros@phys.ntnu.no>
14477         * xfns.c (Vgtk_version_string): New variable.
14478         (syms_of_xfns): DEFVAR_LISP it.  Provide gtk.
14480 2003-08-24  Eli Zaretskii  <eliz@gnu.org>
14482         * term.c (term_init): Remove `const' from buffer_size's declaration.
14484         * Makefile.in (msdos.o): Depend on intervals.h.
14486         * msdos.c: Include intervals.h, since STRING_INTERVALS requires that.
14488 2003-08-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14490         * xterm.h (struct x_display_info): New fields: client_leader_window
14491         and Xatom_wm_client_leader.
14493         * xterm.c (x_initialize): Move call to x_session_initialize to ...
14494         (x_term_init): ... here.  Initialize client_leader fields in dpyinfo.
14496         * xsmfns.c (create_client_leader_window): New function.
14497         (x_session_initialize): Call create_client_leader_window, take
14498         dpyinfo as argument.
14500         * xfns.c (Fx_create_frame): Set property WM_CLIENT_LEADER.
14502         * Makefile.in (xsmfns.o): Add more depenedencies.
14504 2003-08-21  Dave Love  <fx@gnu.org>
14506         * m/iris4d.h: Use _MIPS_SZLONG, not _LP64.
14508 2003-08-21  Kenichi Handa  <handa@m17n.org>
14510         * term.c (term_init): Fix previous change; don't rely on the
14511         length of `buffer' if TERMINFO is defined.
14513 2003-08-20  Dave Love  <fx@gnu.org>
14515         * atimer.h: Include lisp.h.
14517         * lisp.h (EMACS_LISP_H): New.
14518         (popup_activated_flag): Don't declare.
14520         * alloca.c: Some merging with gnulib.  Change logic and doc
14521         concerning (x)malloc/(x)free -- no longer Emacs-specific.
14522         [DO_BLOCK_INPUT]: Don't include lisp.h.
14523         (xmalloc, xfree): Declare.
14524         (malloc): Don't declare.
14526         * Makefile.in (LWLIB_OPTIONS): Remove (unused).
14527         (alloca.o): Remove obsolete stuff concerning alloca.s.  Depend on
14528         atimer.h, blockinput.h.
14530         * alloc.c (lisp_align_malloc): Change type of `aligned'.
14532         * alloca.s: Remove.
14534 2003-08-19  Gerd Moellmann  <gerd@gnu.org>
14536         * s/freebsd.h [__FreeBSD_version >= 400000]: Define TERMINFO,
14537         use -lncurses.
14539         * term.c (term_init): Use a buffer of size 4096 for tgetent since
14540         FreeBSD returns something longer than 2044.  Abort if the end of
14541         the buffer is overwritten.
14543 2003-08-19  Miles Bader  <miles@gnu.org>
14545         * xterm.c (x_term_init): Correctly use result of Ffile_readable_p.
14547 2003-08-19  Gerd Moellmann  <gerd@gnu.org>
14549         * alloc.c (lisp_align_malloc): Check for memory full when
14550         allocating ablocks, which also avoids freeing a pointer into an
14551         ablocks structure.
14553         * puresize.h (BASE_PURESIZE): Increase to 1100000.
14555         * buffer.c (Fmove_overlay): Set overlay's next pointer unconditionally.
14557 2003-08-16  Richard M. Stallman  <rms@gnu.org>
14559         * editfns.c (Fencode_time): Doc fix.
14561 2003-08-16  David Ponce  <david@dponce.com>
14563         * fileio.c (Fwrite_region): Fix conditional expression to issue
14564         the right message.
14566 2003-08-16  Juri Linkov  <juri@jurta.org>
14568         * syntax.c (Fforward_word): Argument changed to optional.
14569         Set default value to 1.
14571 2003-08-15  Kenichi Handa  <handa@m17n.org>
14573         * xfaces.c (better_font_p): Prefer a real scalable font; i.e. not
14574         what autoscaled.
14575         (best_matching_font): Once we find a better scalable font, set
14576         non_scalable_has_exact_height_p to 1.
14577         (try_font_list): Call try_alternative_families to try any family
14578         with the given registry.
14580 2003-08-09  Andreas Schwab  <schwab@suse.de>
14582         * alloc.c (mark_object): Handle Lisp_Misc_Save_Value.
14584         * print.c (print_string): Fix printing of multibyte string with
14585         nontrivial printcharfun.
14587 2003-07-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14589         * xfns.c (xg_set_icon): Rewrite to compile with GTK 2.0 and 2.2.
14591         * xterm.c (x_bitmap_icon): Return if xg_set_icon succeeds.
14593 2003-07-31  Kenichi Handa  <handa@m17n.org>
14595         * process.c (read_process_output): Return the actually read bytes
14596         instead of the result of decoding.
14598 2003-07-31  Kenichi Handa  <handa@m17n.org>
14600         * xterm.h (struct x_bitmap_record): New member have_mask.
14602         * xfns.c (x_create_bitmap_from_data): Initialize have_mask member
14603         to 0.
14604         (x_create_bitmap_from_file): Likewise.
14605         (x_destroy_bitmap): Check have_mask member before freeing a mask.
14606         (x_destroy_all_bitmaps): Likewise.
14607         (x_create_bitmap_mask): Set have_mask member to 1.
14609 2003-07-30  Richard M. Stallman  <rms@gnu.org>
14611         * Makefile.in (CFLAGS) [!OPTIMIZE]: Undo previous change.
14613 2003-07-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14615         * gtkutil.c (xg_mark_data): Update calls to mark_object.
14617 2003-07-29  Richard M. Stallman  <rms@gnu.org>
14619         * xterm.c (xim_open_dpy, xim_initialize, xim_close_dpy):
14620         Conditionalize XIM code on HAVE_XIM.
14622         * fns.c (Fclear_string): New function.
14623         (syms_of_fns): defsubr it.
14625 2003-07-28  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>
14627         * xfns.c (xic_set_preeditarea): Add the left fringe width to spot.x.
14629 2003-07-22  Stefan Monnier  <monnier@cs.yale.edu>
14631         * xfns.c: Don't check HAVE_PNG_H: autoconf doesn't seem to find it.
14633         * buffer.c (delete_all_overlays): New function.
14634         * buffer.h (delete_all_overlays): Declare.
14635         * coding.c (run_pre_post_conversion_on_str):
14636         * print.c (temp_output_buffer_setup):
14637         * fileio.c (Finsert_file_contents):
14638         * minibuf.c (get_minibuffer): Use it.
14640 2003-07-22  Andrew Choi  <akochoi@shaw.ca>
14642         * unexmacosx.c (unexec_regions_sort_compare):
14643         (unexec_regions_merge): New functions.  Sort and merge unexec
14644         regions before dumping them.
14646 2003-07-22  Dave Love  <fx@gnu.org>
14648         * xfns.c [HAVE_PNG]: Consider both png.h and libpng/png.h.
14650 2003-07-21  Stefan Monnier  <monnier@cs.yale.edu>
14652         * alloc.c (MARK_STRING, UNMARK_STRING, STRING_MARKED_P)
14653         (GC_STRING_CHARS, string_bytes): Use ARRAY_MARK_FLAG rather than
14654         MARKBIT as the gcmarkbit for strings.
14656 2003-07-21  Richard M. Stallman  <rms@gnu.org>
14658         * s/openbsd.h (LD_SWITCH_SYSTEM_TEMACS): Add undef.
14660         * fns.c (Flocale_info): Rename from Flanginfo.  Doc fixes.
14661         (syms_of_fns): Corresponding change.
14663         * alloc.c (syms_of_alloc): Doc fixes.
14665 2003-07-20  Han Boetes  <han@mijncomputer.nl>  (tiny change)
14667         * s/netbsd.h: Use -Wl syntax.
14669 2003-07-17  Richard M. Stallman  <rms@gnu.org>
14671         * xterm.c (xim_initialize): Redo 6/24 change.
14673 2003-07-15  Stefan Monnier  <monnier@cs.yale.edu>
14675         * buffer.c (copy_overlays): Use EMACS_INT for positions.
14676         (Fswitch_to_buffer): Don't signal an error when switching to the same
14677         buffer in a dedicated window.
14679         * alloc.c: Use bitmaps for cons, as was done for floats.
14680         (init_float, init_cons): Let the normal code allocate the first block.
14681         (CONS_BLOCK_SIZE): Redefine based on BLOCK_BYTES and bitmap size.
14682         (CONS_BLOCK, CONS_INDEX, CONS_MARKED_P, CONS_MARK, CONS_UNMARK):
14683         New macros.
14684         (struct cons_block): Move conses to the beginning.  Add gcmarkbits.
14685         (Fcons): Use lisp_align_malloc and CONS_UNMARK.
14686         (live_cons_p): Check the pointer is not past the `conses' array.
14687         (mark_maybe_object, mark_maybe_pointer): Use CONS_MARKED_P.
14688         (mark_object, mark_buffer): Use CONS_MARKED_P and CONS_MARK.
14689         (survives_gc_p): Use CONS_MARKED_P and simplify.
14690         (gc_sweep): Use CONS_MARKED_P, CONS_UNMARK, and lisp_align_free.
14692 2003-07-13  Paul Eggert  <eggert@twinsun.com>
14694         GCC 3.3 (sparc) no longer puts "int foo = 0;" into data; it
14695         puts it into BSS instead, at least on Solaris 8 and 9.
14696         This is a valid optimization, and it may occur on other platforms,
14697         so Emacs should not assume that initializing a static variable to
14698         zero puts it into data.
14699         * alloc.c (pure, staticvec):
14700         Initialize these arrays to nonzero, so that they're not
14701         put into BSS by that optimization.
14703 2003-07-13  Stefan Monnier  <monnier@cs.yale.edu>
14705         * alloc.c (BLOCK_PADDING): Rename from ABLOCKS_PADDING.  Update users.
14706         (lisp_align_malloc): Use posix_memalign is available.
14707         (ABLOCKS_BASE): Use HAVE_POSIX_MEMALIGN as an optimization.
14708         (STRING_BLOCK_SIZE): Rename from STRINGS_IN_STRING_BLOCK
14709         for consistency.  Update users.
14711 2003-07-13  Richard M. Stallman  <rms@gnu.org>
14713         * s/netbsd.h (START_FILES_1, END_FILES_1): Always define them.
14715 2003-07-13  Terje Rosten  <terjeros@phys.ntnu.no>
14717         * xterm.c (x_bitmap_icon, x_wm_set_icon_pixmap): Modify to add mask,
14718         and use the Gtk+ function gtk_window_icon_from_file if available.
14720         * xfns.c (x_bitmap_mask, x_create_bitmap_mask): New functions to
14721         handle mask of bitmaps.
14722         (x_allocate_bitmap_record, x_destroy_bitmap): Modify to handle the
14723         mask property.
14724         (xg_set_icon): New function, wrapper for gtk_window_icon_from_file.
14726         * xterm.h (xg_set_icon): New function.
14728 2003-07-12  Paul Eggert  <eggert@twinsun.com>
14730         * unexelf.c (unexec): Consider a section to precede the .bss
14731         section if its addresses overlap that of .bss.
14733 2003-07-12  Richard M. Stallman  <rms@gnu.org>
14735         * Makefile.in (CFLAGS) [!OPTIMIZE]: Set CFLAGS to -g.
14737         * config.in (HAVE_CRTIN): Add #undef.
14738         (INLINE): Really inline only if OPTIMIZE is defined.
14740         * s/netbsd.h (START_FILES, LIB_STANDARD): Use START_FILES_1,
14741         END_FILES_1.
14742         (START_FILES_1, END_FILES_1): New macros (conditional).
14743         (LD_SWITCH_SYSTEM_TEMACS): Define.
14745         * s/openbsd.h: Don't include bsd4-3.h.
14746         (TERMINFO): Define.
14747         (LIBS_TERMCAP): Define.
14748         (LD_SWITCH_SYSTEM): Define (two definitions).
14750         * xfns.c: Include libpng/png.h instead of png.h.
14752 2003-07-11  Andreas Schwab  <schwab@suse.de>
14754         * buffer.c (modify_overlay): Update prototype.
14755         * lisp.h (adjust_overlays_for_insert, adjust_overlays_for_delete):
14756         Likewise.
14758 2003-07-09  Stefan Monnier  <monnier@cs.yale.edu>
14760         * lisp.h (VALBITS): Define in terms of GCTYPEBITS.
14761         (struct interval): Move to intervals.h.
14762         (struct Lisp_Marker): Use EMACS_INT for position info.
14763         (forward_point): Remove prototype of defunct function.
14764         (Qmodification_hooks, Qrear_nonsticky, Fnext_property_change)
14765         (Fget_text_property, Fset_text_properties, Ftext_propertes_not_all)
14766         (syms_of_textprop, set_text_properties): Remove prototypes that are
14767         already in intervals.h.
14769         * intervals.h (struct interval): Move from lisp.h.
14770         Use EMACS_INT for position and size info.
14772         * coding.c: Include intervals.h for Fset_text_properties.
14774         * buffer.h (struct buffer_text, struct buffer): Use EMACS_INT for
14775         position and length information.
14777 2003-07-09  Stefan Monnier  <monnier@cs.yale.edu>
14779         * buffer.h (struct buffer_text, struct buffer): Use EMACS_INT for
14780         position and length information.
14782 2003-07-09  Stefan Monnier  <monnier@cs.yale.edu>
14784         Change overlays_after and overlays_before so the overlays themselves
14785         are linked into lists, rather than using cons cells.  After all each
14786         Lisp_Misc already occupies 5 words, so we can add a `next' field to
14787         Lisp_Overlay for free and save up one cons cell per overlay (not
14788         to mention one indirection when traversing the list of overlay).
14790         * lisp.h (struct Lisp_Overlay): New field `next'.
14792         * buffer.h (struct buffer): Change overlays_before and overlays_after
14793         from Lisp lists of overlays to pointers to overlays.
14795         * buffer.c (overlay_strings, recenter_overlay_lists):
14796         Fix typo in eassert in last commit.
14797         (unchain_overlay): New function.
14798         (add_overlay_mod_hooklist): Use AREF.
14799         (copy_overlays, reset_buffer, overlays_at, overlays_in)
14800         (overlay_touches_p, overlay_strings, recenter_overlay_lists)
14801         (fix_overlays_in_range, fix_overlays_before, Fmake_overlay)
14802         (Fmove_overlay, Fdelete_overlay, Foverlay_lists)
14803         (report_overlay_modification, evaporate_overlays, init_buffer_once):
14804         Adjust to new type of overlays_(before|after).
14806         * alloc.c (mark_object): Mark the new `next' field of overlays.
14807         (mark_buffer): Manually mark the overlays_(after|before) fields.
14809         * coding.c (run_pre_post_conversion_on_str):
14810         * editfns.c (overlays_around):
14811         * xdisp.c (load_overlay_strings):
14812         * fileio.c (Finsert_file_contents):
14813         * indent.c (current_column):
14814         * insdel.c (signal_before_change, signal_after_change):
14815         * intervals.c (set_point_both):
14816         * print.c (temp_output_buffer_setup): Use new type for
14817         overlays_(before|after).
14819 2003-07-08  Stefan Monnier  <monnier@cs.yale.edu>
14821         * buffer.c (report_overlay_modification): Don't run hooks while
14822         traversing the list of overlays.
14824         * buffer.h (struct buffer): Use an int for overlay_center.
14825         (overlays_at, evaporate_overlays, recenter_overlay_lists)
14826         (overlay_strings, fix_overlays_before): Use EMACS_INT for positions.
14828         * buffer.c (reset_buffer, recenter_overlay_lists)
14829         (adjust_overlays_for_insert, adjust_overlays_for_delete)
14830         (fix_overlays_in_range, Fmake_overlay, Fmove_overlay)
14831         (evaporate_overlays, init_buffer_once): Update use of overlay_center.
14832         (overlays_at, evaporate_overlays, recenter_overlay_lists)
14833         (overlay_strings, fix_overlays_before): Use EMACS_INT for positions.
14835         * xdisp.c (fast_find_position): Remove unused var.
14837         * cmds.c (Qexpand_abbrev): New sym.
14838         (syms_of_cmds): Initialize it.
14839         (internal_self_insert): Use it to call expand-abbrev.
14841 2003-07-09  Kim F. Storm  <storm@cua.dk>
14843         * xterm.c (use_xim) [!USE_XIM]: Default to disable XIM if Emacs
14844         was configured with --without-xim.
14845         (x_term_init) [!USE_XIM]: Use `useXIM' resource to turn on XIM.
14847 2003-07-07  Richard M. Stallman  <rms@gnu.org>
14849         * xdisp.c (reseat_1): Set it->area to TEXT_AREA.
14851         * alloc.c (Fgarbage_collect): Doc fix.
14853 2003-07-07  Nozomu Ando  <nand@mac.com>
14855         * buffer.c (Fkill_buffer): Clear charpos cache if necessary.
14857 2003-07-06  Stefan Monnier  <monnier@cs.yale.edu>
14859         * minibuf.c (read_minibuf): UNGCPRO before returning.
14860         (Ftry_completion, Fall_completions): Doc fix.
14862         * alloc.c (live_float_p): Check that p is not past the `floats' array,
14863         now that `floats' is not the last element of the struct any more.
14865 2003-07-06  Jason Rumney  <jasonr@gnu.org>
14867         * w32term.h (ClipboardSequence_Proc): New type.
14869         * w32fns.c (clipboard_sequence_fn): New variable.
14870         (globals_of_w32fns): Initialize it.
14872         * w32select.c (last_clipboard_sequence_number): New variable.
14873         (Fw32_set_clipboard_data, Fw32_get_clipboard_data): Use sequence
14874         number if possible.
14876 2003-07-06  Stefan Monnier  <monnier@cs.yale.edu>
14878         * m/amdx86-64.h (MARKBIT):
14879         * m/ia64.h (MARKBIT): Remove definition since lisp.h does not compare
14880         MARKBIT and ARRAY_MARK_FLAG any more.
14882         * m/hp800.h (XSETMARKBIT):
14883         * m/sr2k.h (XSETMARKBIT):
14884         * lisp.h (XSETMARKBIT): Remove unused macro.
14886         * lisp.h (mark_object): Change prototype.
14888         * alloc.c (mark_object): Change arg *Lisp_Object -> Lisp_Object.
14889         (last_marked): Change accordingly.
14890         (mark_interval, mark_maybe_object, mark_maybe_pointer)
14891         (Fgarbage_collect, mark_glyph_matrix, mark_face_cache, mark_image)
14892         (mark_buffer): Update calls to mark_object.
14894         * bytecode.c (mark_byte_stack):
14895         * fns.c (sweep_weak_table):
14896         * keyboard.c (mark_kboards): Update calls to mark_object.
14898 2003-07-06  Jason Rumney  <jasonr@gnu.org>
14900         * alloc.c (struct ablock): Only include padding when there is some.
14902 2003-07-04  Stefan Monnier  <monnier@cs.yale.edu>
14904         * alloc.c (ALIGN): Add casts to simplify usage.
14905         (BLOCK_ALIGN, BLOCK_BYTES, ABLOCKS_PADDING, ABLOCKS_SIZE)
14906         (ABLOCKS_BYTES, ABLOCK_ABASE, ABLOCKS_BUSY, ABLOCKS_BASE): New macros.
14907         (struct ablock, struct ablocks): New types.
14908         (free_ablock): New global var.
14909         (lisp_align_malloc, lisp_align_free): New functions.
14910         (FLOAT_BLOCK_SIZE): Redefine in terms of BLOCK_BYTES.
14911         (struct float_block): Reorder and add gcmarkbits.
14912         (GETMARKBIT, SETMARKBIT, UNSETMARKBIT, FLOAT_BLOCK, FLOAT_INDEX)
14913         (FLOAT_MARKED_P, FLOAT_MARK, FLOAT_UNMARK): New macros.
14914         (init_float, make_float): Use lisp_align_malloc.
14915         (free_float, live_float_p): Don't use `type' any more.
14916         (make_float): Use FLOAT_UNMARK to access to mark bit.
14917         (mark_maybe_object, mark_maybe_pointer, survives_gc_p):
14918         Use FLOAT_MARKED_P to access the mark bit.
14919         (pure_alloc): Simplify use of ALIGN.
14920         (mark_object): Use FLOAT_MARK to access the mark bit.
14921         (gc_sweep): Use new macros to access the float's mark bit.
14922         (init_alloc_once): Init free_ablock.
14924         * lisp.h (struct Lisp_Float): Remove unused field `type'.
14926 2003-06-27  Stefan Monnier  <monnier@cs.yale.edu>
14928         * alloc.c (VECTOR_MARK, VECTOR_UNMARK, VECTOR_MARKED_P): New macros.
14929         (GC_STRING_BYTES): Don't mask markbit (it's only used on `size').
14930         (allocate_buffer): Move.
14931         (string_bytes): Don't mask markbit of `size_byte'.
14932         (mark_maybe_object, mark_maybe_pointer, Fgarbage_collect)
14933         (mark_object, mark_buffer, survives_gc_p, gc_sweep):
14934         Use the `size' field of buffers (rather than the `name' field) for
14935         the mark bit, as is done for all other vectorlike objects.
14936         Use the new macros to access the mark bit of vectorlike objects.
14938 2003-06-26  Richard M. Stallman  <rms@gnu.org>
14940         * puresize.h (BASE_PURESIZE): Increment base size.
14942         * xdisp.c (fast_find_position): Enable Gerd's new definition.
14944         * xterm.c (xim_initialize): Undo previous change.
14946 2003-06-26  Stefan Monnier  <monnier@cs.yale.edu>
14948         * alloc.c (survives_gc_p): Simplify.
14950         * buffer.c (set_buffer_internal_1): Test CONSP for lists.
14952         * window.c (Fset_window_dedicated_p): Simplify.
14953         (display_buffer_1): Don't raise the win from which minibuf was entered.
14954         (temp_output_buffer_show): Don't assume BEG == 1.  Simplify.
14955         (Fminibuffer_selected_window): Simplify.
14957         * buffer.h (struct buffer_text): Lisp_Object `markers' => Lisp_Marker.
14959         * lisp.h (unchain_marker): Lisp_Object arg => Lisp_Marker.
14960         (struct Lisp_Marker): Lisp_Object `chain' => Lisp_Marker `next'.
14962         * insdel.c (check_markers, adjust_markers_for_delete)
14963         (adjust_markers_for_insert, adjust_markers_for_replace)
14964         (prepare_to_modify_buffer, RESTORE_VALUE):
14965         * marker.c (buf_charpos_to_bytepos, buf_bytepos_to_charpos)
14966         (Fset_marker, set_marker_restricted, set_marker_both, unchain_marker)
14967         (set_marker_restricted_both, Fbuffer_has_markers_at, count_markers):
14968         * alloc.c (Fmake_marker, free_marker, gc_sweep):
14969         * buffer.c (Fget_buffer_create, Fkill_buffer, Fset_buffer_multibyte):
14970         * editfns.c (save_excursion_restore, transpose_markers):
14971         * window.c (delete_window):
14972         * xdisp.c (message_dolog): Update for new types.
14974 2003-06-26  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14976         * xfaces.c (set_font_frame_param): Set default_face_done_p to zero.
14977         (realize_default_face): Use default_face_done_p for the force_p
14978         argument to set_lface_from_font_name.  Set default_face_done_p to one.
14980         * frame.c (make_frame): Initialize default_face_done_p.
14982         * frame.h (struct frame): Add default_face_done_p.
14984         * config.in: Add XRegisterIMInstantiateCallback_arg6 so it
14985         will be defined.
14987 2003-06-25  Stefan Monnier  <monnier@cs.yale.edu>
14989         * alloc.c (make_interval, Fmake_symbol, allocate_misc):
14990         Initialize the new field `gcmarkbit'.
14991         (mark_interval, MARK_INTERVAL_TREE): Use the new `gcmarkbit' field.
14992         (mark_interval_tree): Don't mark the tree separately from the nodes.
14993         (UNMARK_BALANCE_INTERVALS): Don't unmark the tree.
14994         (mark_maybe_object, mark_maybe_pointer, Fgarbage_collect)
14995         (mark_object, survives_gc_p, gc_sweep): Use new `gcmarkbit' fields.
14997         * lisp.h (struct interval, struct Lisp_Symbol, struct Lisp_Free)
14998         (struct Lisp_Marker, struct Lisp_Intfwd, struct Lisp_Boolfwd)
14999         (struct Lisp_Kboard_Objfwd, struct Lisp_Save_Value)
15000         (struct Lisp_Buffer_Local_Value, struct Lisp_Overlay)
15001         (struct Lisp_Objfwd, struct Lisp_Buffer_Objfwd): Add `gcmarkbit' field.
15003 2003-06-24  Dave Love  <fx@gnu.org>
15005         * xterm.c (xim_initialize): Use XRegisterIMInstantiateCallback_arg6.
15007         * strftime.c: Test HAVE_SYS__MBSTATE_H, not __hpux.  Merge changes
15008         from gnulib.
15010 2003-06-21  Richard M. Stallman  <rms@gnu.org>
15012         * fileio.c (Fwrite_region): Alternate messages
15013         for append and partial write.
15015         * keyboard.c (read_key_sequence): When converting upcase fn key to
15016         downcase, update fkey and keytran so `backspace' gets translated.
15018         * keyboard.c (read_avail_input): Don't signal SIGHUP in batch mode.
15020         * process.c (wait_reading_process_input): Don't signal SIGIO
15021         in batch mode.
15023 2003-06-17  Kenichi Handa  <handa@m17n.org>
15025         * Makefile.in (xselect.o): Don't depend on charset.h, coding.h,
15026         composite.h.
15028         * xselect.c: Don't include charset.h, coding.h, composite.h.
15029         (Qforeign_selection): New variable.
15030         (syms_of_xselect): Intern and static it.
15031         (selection_data_to_lisp_data): Return a unibyte string made from
15032         data with `foreign-selection' text property.
15034 2003-06-15  Stefan Monnier  <monnier@cs.yale.edu>
15036         * termhooks.h (EVENT_INIT): New macro.
15038         * keyboard.c (mark_kboards): Move from alloc.c.  Mark kbd_buffer.
15040         * alloc.c (mark_kboards): Move to keyboard.c.
15042         * keyboard.c (record_asynch_buffer_change, read_avail_input):
15043         * xterm.c (x_dispatch_event):
15044         * xmenu.c (find_and_call_menu_selection):
15045         * xdisp.c (handle_tool_bar_click):
15046         * w32menu.c (menubar_selection_callback):
15047         * sysdep.c (kbd_input_ast, read_input_waiting):
15048         * msdos.c (dos_rawgetc):
15049         * macterm.c (mac_check_for_quit_char):
15050         * macmenu.c (menubar_selection_callback):
15051         * gtkutil.c (xg_tool_bar_callback): Don't pass uninitialized
15052         data to kbd_buffer_store_event.
15054 2003-06-15  Kim F. Storm  <storm@cua.dk>
15056         * xdisp.c (x_fix_overlapping_area): Always use area relative X
15057         to fix redisplay problem with tall characters (such as \e,AC\e(B).
15059 2003-06-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
15061         * fileio.c (Fcopy_file): Doc fix: copies file modes, too.
15063 2003-06-12  Kenichi Handa  <handa@m17n.org>
15065         * fileio.c (Fwrite_region): Save and restore restriction.
15067 2003-06-12  Dave Love  <fx@gnu.org>
15069         * alloca.c (alloca): Declare arg as size_t.
15071         * sysdep.c: Remove redundant include of unistd.h, stdlib.h.
15072         Use HAVE_DECL_SYS_SIGLIST, not SYS_SIGLIST_DECLARED.
15074 2003-06-11  Dave Love  <fx@gnu.org>
15076         * search.c (shrink_regexp_cache): Use xrealloc.
15077         (syms_of_search): Use xmalloc.
15079 2003-06-10  Kim F. Storm  <storm@cua.dk>
15081         * xdisp.c (phys_cursor_in_rect_p): Fix 2003-05-24 change.
15082         Adjust phys_cursor.x to be relative to window box, rather than
15083         text area before checking -- to ensure cursor is redrawn when
15084         exposing window.
15085         Note: This also fixes a similar (older) bug if display margins
15086         are present.
15088 2003-06-06  Kenichi Handa  <handa@m17n.org>
15090         * coding.c (encoding_buffer_size): If coding->type is
15091         coding_type_ccl, double magnification on CRLF encoding.
15093 2003-06-06  Jason Rumney  <jasonr@gnu.org>
15095         * w32reg.c (SYSTEM_DEFAULT_RESOURCES): New constant.
15096         (w32_get_string_resource): Try SYSTEM_DEFAULT_RESOURCES last.
15098         * xfaces.c (Finternal_face_x_get_resource): Do it on Windows and
15099         Mac too.
15101 2003-06-05  Dave Love  <fx@gnu.org>
15103         * strftime.c: Merge changes from gnulib.
15105         * mktime.c (__mktime_internal): Merge changes from gnulib
15106         involving year 69 and dst2.
15108         Changes to merge with gnulib version and be consistent with the
15109         autoconf test:
15111         * getloadavg.c: Set NLIST_STRUCT from HAVE_NLIST_H.
15112         Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not NLIST_NAME_UNION.
15113         [HAVE_LOCALE_H]: Include locale.h.
15114         (getloadavg) [HAVE_SETLOCALE]: Run sscanf in C locale.
15116 2003-06-05  Kim F. Storm  <storm@cua.dk>
15118         * window.c (coordinates_in_window): Convert X and Y to window
15119         relative coordinates inside mode-line and header-line parts.
15120         Convert X and Y to margin area relative coordinates inside left
15121         and right display margin parts.
15123 2003-06-05  Jason Rumney  <jasonr@gnu.org>
15125         * w32fns.c (add_system_logical_colors_to_map): New function.
15126         (Fx_open_connection): Use it.
15128 2003-06-04  Stefan Monnier  <monnier@cs.yale.edu>
15130         * process.c (allocate_pty): Revert part of the previous patch.
15131         (Faccept_process_output): Simplify.
15133 2003-06-04  Jason Rumney  <jasonr@gnu.org>
15135         * termhooks.h (enum event_kind): Remove MOUSE_WHEEL_EVENT.
15137         * keyboard.c (Qmouse_wheel, mouse_wheel_syms)
15138         (lispy_mouse_wheel_names): Remove.
15139         (syms_of_keyboard): Remove Qmouse_wheel and mouse_wheel_syms.
15140         Always define drag_and_drop_syms.
15142         * macterm.c (XTread_socket): Map mouse wheel events to Emacs
15143         WHEEL_EVENT events.
15145 2003-06-03  Stefan Monnier  <monnier@cs.yale.edu>
15147         * xdisp.c (update_tool_bar): Add missing UNGCPRO.
15149         * buffer.c (init_buffer_once): Make kill-buffer-hook permanent-local.
15151 2003-06-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15153         * gtkutil.c (make_menu_item): Make sure we don't crash on a NULL
15154         menu item label.
15156 2003-06-03  Richard M. Stallman  <rms@gnu.org>
15158         * window.c (Fwindow_edges): Doc fix.
15159         (Fwindow_pixel_edges, Fwindow_inside_edges)
15160         (Fwindow_inside_pixel_edges): New functions.
15161         (syms_of_window): defsubr them.
15163         * window.h (WINDOW_LEFT_FRINGE_COLS, WINDOW_RIGHT_FRINGE_COLS)
15164         (WINDOW_MODE_LINE_LINES, WINDOW_HEADER_LINE_LINES): New macros.
15166 2003-06-02  Stefan Monnier  <monnier@cs.yale.edu>
15168         * dispnew.c (Fsit_for): Don't lie about the number of args.
15170 2003-06-02  Dave Love  <fx@gnu.org>
15172         * callproc.c: Use HAVE_FCNTL_H, not USG5.
15173         (syms_of_callproc) <process-environment>: Doc fix.
15175         * doc.c: Use HAVE_FCNTL_H, not USG5.
15177         * xfaces.c (font_rescale_ratio): Fix for K&R.
15179         * termcap.c: Use HAVE_FCNTL_H, not _POSIX_VERSION.
15181         * mem-limits.h: Use HAVE_SYS_RESOURCE_H, HAVE_SYS_VLIMIT_H.
15183         * lread.c [HAVE_FCNTL_H]: Include fcntl.h.
15185         * gtkutil.c: Include keyboard.h, charset.h, coding.h.
15186         (xg_create_frame_widgets): Use ENCODE_UTF_8.
15188         * xterm.c (Qutf_8): Move to coding.c
15190         * xmenu.c (ENCODE_MENU_STRING): New.
15191         (list_of_panes, list_of_items, digest_single_submenu, xmenu_show):
15192         Use it.
15194         * coding.h (ENCODE_UTF_8): New.
15195         (Qutf_8): Declare.
15197         * coding.c (Qutf_8): New.
15198         (syms_of_coding): Intern it.
15200         * fns.c: Doc fixes.
15202 2003-06-02  Kenichi Handa  <handa@m17n.org>
15204         * buffer.c (Fset_buffer_multibyte): Fix previous change.
15206 2003-06-01  Stefan Monnier  <monnier@cs.yale.edu>
15208         * lread.c (openp): Make sure STR is a string.
15210 2003-06-01  David Ponce  <david@dponce.com>
15212         * termhooks.h (enum event_kind): Add new WHEEL_EVENT event.
15213         Declare MOUSE_WHEEL_EVENT only if MAC_OSX defined.
15215         * keyboard.c (Qmouse_wheel): Declare only if MAC_OSX defined.
15216         (mouse_wheel_syms, lispy_mouse_wheel_names): Likewise.
15217         (discard_mouse_events): Discard WHEEL_EVENT events too.
15218         (lispy_wheel_names, wheel_syms): New.
15219         (syms_of_keyboard): Init and staticpro `wheel_syms'.  Init and
15220         staticpro `Qmouse_wheel' and `mouse_wheel_syms' only if MAC_OSX defined.
15221         (make_lispy_event): Add WHEEL_EVENT handler.
15223         * w32term.c (construct_mouse_wheel): Construct WHEEL_EVENT.
15224         (w32_read_socket): Map w32 WM_MOUSEWHEEL events to Emacs
15225         WHEEL_EVENT events.
15227 2003-05-31  John Paul Wallington  <jpw@gnu.org>
15229         * Makefile.in (lisp, shortlisp): byte-run, float-sup, map-ynp, and
15230         timer are in lisp/emacs-lisp.
15232 2003-05-31  Kenichi Handa  <handa@m17n.org>
15234         * buffer.c (Fset_buffer_multibyte): Correctly recover a narrowed
15235         region when a buffer is changed to unibyte.
15237         * charset.h (VALID_LEADING_CODE_P): New macro.
15238         (UNIBYTE_STR_AS_MULTIBYTE_P): Check more rigidly.
15240         * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): If coding->flags
15241         is nonzero, accept multibyte form of eight-bit-control chars.
15242         (decode_composition_emacs_mule): Likewise.
15243         (decode_coding_emacs_mule): Likewise.
15244         (encode_coding_emacs_mule): If coding->flags is nonzero, produce
15245         multibyte form of eight-bit-control chars.
15247         * fileio.c (Qauto_save_coding, auto_save_coding): New variables.
15248         (Finsert_file_contents): If coding-system-for-read is bound to
15249         Qauto_save_coding, use the coding system emacs-mule with special
15250         setting for recovering a file.
15251         (choose_write_coding_system): On auto saving, use the coding
15252         system emacs-mule with special setting for auto saving.
15253         (syms_of_fileio) <Qauto_save_coding>: Intern and staticpro it.
15255 2003-05-30  Kenichi Handa  <handa@m17n.org>
15257         * coding.c (ccl_coding_driver): Set ccl->eight_bit_control
15258         properly before calling ccl_driver.
15260         * ccl.h (struct ccl_program) <eight_bit_control>: Comment fixed.
15262         * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when it is nonzero.
15263         (ccl_driver): Initialize extra_bytes to ccl->eight_bit_control.
15264         (setup_ccl_program): Initialize ccl->eight_bit_control to zero.
15266 2003-05-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
15268         * xfaces.c (realize_default_face): Do not abort if lface is
15269         non-existent - reverts change from 2003-05-19.
15271 2003-05-29  Kenichi Handa  <handa@m17n.org>
15273         * coding.c (decode_coding_iso2022): Pay attention to the byte
15274         sequence of CTEXT extended segment, and retain those bytes as is.
15276 2003-05-28  Kenichi Handa  <handa@m17n.org>
15278         * coding.c (ENCODE_UNSAFE_CHARACTER): Adjust for the name change
15279         of CODING_REPLACEMENT_CHARACTER.
15280         (decode_coding_iso2022): If CODING_FLAG_ISO_SAFE, set
15281         CODING_MODE_INHIBIT_UNENCODABLE_CHAR flag in coding->mode, and
15282         check this flag on encoding.
15283         (encode_coding_sjis_big5):
15284         Check CODING_MODE_INHIBIT_UNENCODABLE_CHAR flag of coding->mode.
15285         (Fset_terminal_coding_system_internal):
15286         Set CODING_MODE_INHIBIT_UNENCODABLE_CHAR flag in terminal_coding.mode
15287         instead of setting CODING_FLAG_ISO_SAFE flag in terminal_coding.flags.
15289         * coding.h (CODING_REPLACEMENT_CHARACTER): Rename from
15290         CODING_INHIBIT_CHARACTER_SUBSTITUTION.
15291         (CODING_MODE_INHIBIT_UNENCODABLE_CHAR): New macro.
15293 2003-05-28  Richard M. Stallman  <rms@gnu.org>
15295         * print.c (syms_of_print) <print-escape-nonascii>: Doc fix.
15297         * eval.c (unbind_to): Move init of this_binding to separate statement.
15299 2003-05-28  Kim F. Storm  <storm@cua.dk>
15301         * xdisp.c (expose_window): Fix error in calculation of
15302         window relative coordinates of area to redisplay.
15304 2003-05-27  Jason Rumney  <jasonr@gnu.org>
15306         * w32term.c (GET_WHEEL_DELTA_WPARAM): New macro.
15308 2003-05-27  David Ponce  <david@dponce.com>
15310         Handle W32 mouse wheel events as mouse click events, like in X.
15312         * keyboard.c (make_lispy_event) [WINDOWSNT]: Don't handle
15313         MOUSE_WHEEL_EVENT anymore.
15315         * w32term.c (construct_mouse_wheel): Result is a MOUSE_CLICK_EVENT.
15316         Scrolling down/up the mouse wheel is respectively mapped to mouse
15317         button 4 and 5.
15318         (w32_read_socket): Map w32 WM_MOUSEWHEEL events to Emacs
15319         MOUSE_CLICK_EVENT events.  Forward w32 MSH_MOUSEWHEEL events as
15320         WM_MOUSEWHEEL events.
15322 2003-05-27  Andreas Schwab  <schwab@suse.de>
15324         * buffer.c (syms_of_buffer) <default-direction-reversed>: Doc fix.
15326         * xdisp.c (try_window_id): Avoid aborting if PT is inside a
15327         partially visible line.
15329         * alloc.c (Fgarbage_collect): Fix last change.
15331 2003-05-26  John Paul Wallington  <jpw@gnu.org>
15333         * xfns.c (Fx_create_frame): Don't call Qface_set_after_frame_default.
15335 2003-05-25  Stefan Monnier  <monnier@cs.yale.edu>
15337         * window.c (Fset_window_buffer): Add type of `keep_margins'.
15338         (Fset_window_fringes, Fset_window_scroll_bars): Declare before use.
15340         * window.h (window_box_text_cols): Declare.
15342         * xdisp.c (window_text_bottom_y, draw_row_fringe_bitmaps)
15343         (x_draw_vertical_border): Remove unused var `f'.
15345         * xfaces.c (build_scalable_font_name): Remove `unused var
15346         pixel_size' warning.
15348         * xfns.c (png_load): Remove `unused vars intent, image_gamma' warning.
15350         * unexelf.c (unexec): Remove `unused var n' warning.
15352         * strftime.c (my_strftime_localtime_r): Remove `defined but
15353         unused' warning.
15355         * process.c (allocate_pty): Remove `unused var stb' and
15356         `cp might be used uninitialized' warnings.
15358         * dispnew.c (mode_line_string): Remove unused var `f'.
15360         * coding.c (find_safe_codings): Remove unused var `i'.
15362         * bytecode.c (Fbyte_code): Remove `unused val' warning.
15364         * buffer.c (Fkill_buffer): Remove unused var `list'.
15366         * alloc.c (Fgarbage_collect): Remove `unused var tail' warning.
15368 2003-05-25  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15370         * frame.c (make_frame): Condition want_fullscreen with
15371         HAVE_WINDOW_SYSTEM.
15373 2003-05-25  Juanma Barranquero  <lektu@terra.es>
15375         * window.c (Fset_window_scroll_bars): Fix typo in argument name.
15376         (Fwindow_scroll_bars): Fix typo in docstring.
15378 2003-05-24  Kim F. Storm  <storm@cua.dk>
15380         The following changes serve several purposes:
15382         1) Swap the position of fringes and display margins in windows, i.e.
15383         the fringes are now displayed between the margins and the text area
15384         (by default).
15386         2) Allow fringe and scroll bar parameters to be set per-buffer and
15387         per-window (like display margins).  Such settings are now stored
15388         in window configurations, preserved when frames are resized, and
15389         copied when windows are split vertically or horizontally.
15390         Several bugs related to display margins have been fixed.
15392         3) Consistently use FRAME_FONT and FRAME_FONTSET macros.
15394         4) Use FRAME_COLUMN_WIDTH (f) consistently throughout the code
15395         rather than FRAME_WIDTH (FRAME_FONT (f)).
15397         5) Introduce a consistent naming of variables, members and macros
15398         depending on whether their value is measured in pixels or in
15399         canonical columns/lines.  Pixel dimensions are named *_width and
15400         *_height, while canonical columns/lines are named *_cols and
15401         *_lines.  Pixel positions are named *_x and *_y, while column/line
15402         positions are named *_col and *_line.
15404         6) Consolidate more of the X, W32, and MAC gui code by moving
15405         common data into struct frame, and generalize it for the non-gui
15406         case by using suitable defaults.
15408         7) Cleanup and consolidate the macros controlling frame and window
15409         layout into frame.h and window.h, and generalize the use of the
15410         various window_box_* functions (enhanced to handle the new fringe
15411         position and the per-window fringe and scroll bar settings).
15413         * frame.h (struct frame): Rename members height to text_lines,
15414         width to text_cols, window_height to total_lines, window_width to
15415         total_cols, new_height to new_text_lines, new_width to
15416         new_text_cols.  All uses changed.
15417         (struct frame): New members which consolidate common members of
15418         x_output, w32_output, and mac_output structures: left_pos,
15419         top_pos, pixel_height, pixel_width, x_pixels_diff, y_pixels_diff,
15420         win_gravity, size_hint_flags, border_width, internal_border_width,
15421         line_height, fringe_cols, left_fringe_width, right_fringe_width,
15422         want_fullscreen.  All uses changed.
15423         (struct frame): New member column_width contaning the canonical
15424         column width, analogue to line_height.  All uses changed.
15425         (struct frame): Rename members scroll_bar_pixel_width to
15426         config_scroll_bar_width, and scroll_bar_cols to
15427         config_scroll_bar_cols.  All uses changed.
15428         (struct frame): New member scroll_bar_actual_width which
15429         consolidates and renames the vertical_scroll_bar_extra member of
15430         x_output, w32_output, and mac_output structures.  All uses changed.
15431         (FRAME_PIXEL_HEIGHT): Rename from PIXEL_HEIGHT and moved
15432         from x/w32/macterm.h files.  All uses changed.  Also change code
15433         which referred to f->output_data...->pixel_height.
15434         (FRAME_PIXEL_WIDTH): Rename from PIXEL_WIDTH and moved
15435         from x/w32/macterm.h files.  All uses changed.  Also change code
15436         which referred to f->output_data...->pixel_width.
15437         (FRAME_LINES): Rename from FRAME_HEIGHT.  All uses changed.
15438         Also change code which referred to f->height.
15439         (FRAME_COLS): Rename from FRAME_WIDTH.  All uses changed.
15440         Also change code which referred to f->width.
15441         (FRAME_NEW_HEIGHT, FRAME_NEW_WIDTH): Remove macros; change uses
15442         to update new_text_lines and new_text_cols members directly.
15443         (FRAME_CONFIG_SCROLL_BAR_WIDTH): Rename from
15444         FRAME_SCROLL_BAR_PIXEL_WIDTH.  All uses changed.
15445         (FRAME_CONFIG_SCROLL_BAR_COLS): Rename from
15446         FRAME_SCROLL_BAR_COLS.  All uses changed.
15447         (FRAME_LEFT_SCROLL_BAR_COLS, FRAME_RIGHT_SCROLL_BAR_COLS):
15448         Rename from FRAME_LEFT_SCROLL_BAR_WIDTH and
15449         FRAME_RIGHT_SCROLL_BAR_WIDTH, resp.  All uses changed.
15450         (FRAME_SCROLL_BAR_AREA_WIDTH, FRAME_LEFT_SCROLL_BAR_AREA_WIDTH)
15451         (FRAME_RIGHT_SCROLL_BAR_AREA_WIDTH): New macros.
15452         (FRAME_TOTAL_COLS): Rename from FRAME_WINDOW_WIDTH.
15453         (SET_FRAME_COLS): Rename from SET_FRAME_WIDTH.
15454         (FRAME_TOTAL_COLS_ARG): Rename from FRAME_WINDOW_WIDTH_ARG.
15455         (WINDOW_VERTICAL_SCROLL_BAR_COLUMN): Remove unused macro.
15456         (WINDOW_VERTICAL_SCROLL_BAR_HEIGHT): Remove unused macro.
15457         (FRAME_LINE_HEIGHT): Rename from CANON_Y_UNIT.
15458         Unconditionally return line_height member (it now has proper value
15459         also for non-window frames).
15460         (FRAME_COLUMN_WIDTH): Rename from CANON_X_UNIT.  Unconditionally
15461         return new column_width member (rather than the default font width).
15462         (FRAME_FRINGE_COLS, FRAME_LEFT_FRINGE_WIDTH)
15463         (FRAME_RIGHT_FRINGE_WIDTH): Rename from FRAME_X_... and moved
15464         from x/w32/macterm.h files.  Unconditionally return corresponding
15465         member of frame structure (they now have proper values also for
15466         non-window frames).
15467         (FRAME_TOTAL_FRINGE_WIDTH): Rename from FRAME_FRINGE_WIDTH.
15468         Calculate return value from left and right widths.
15469         (FRAME_INTERNAL_BORDER_WIDTH): Unconditionally return
15470         internal_border_width member (has proper value for non-window frame).
15471         (FRAME_PIXEL_X_FROM_CANON_X): Rename from PIXEL_X_FROM_CANON_X.
15472         (FRAME_PIXEL_Y_FROM_CANON_Y): Rename from PIXEL_Y_FROM_CANON_Y.
15473         (FRAME_CANON_X_FROM_PIXEL_X): Rename from CANON_X_FROM_PIXEL_X.
15474         (FRAME_CANON_Y_FROM_PIXEL_Y): Rename from CANON_Y_FROM_PIXEL_Y.
15475         (FRAME_LINE_TO_PIXEL_Y): Rename from CHAR_TO_PIXEL_ROW,
15476         consolidated from xterm.h, macterm.h, and w32term.h.
15477         (FRAME_COL_TO_PIXEL_X): Rename from CHAR_TO_PIXEL_COL,
15478         consolidated from xterm.h, macterm.h, and w32term.h.
15479         (FRAME_TEXT_COLS_TO_PIXEL_WIDTH): Rename from
15480         CHAR_TO_PIXEL_WIDTH consolidated from x/mac/w32term.h.
15481         (FRAME_TEXT_LINES_TO_PIXEL_HEIGHT): Rename from
15482         CHAR_TO_PIXEL_HEIGHT consolidated from x/mac/w32term.h.
15483         (FRAME_PIXEL_Y_TO_LINE): Rename from PIXEL_TO_CHAR_ROW
15484         consolidated from x/mac/w32term.h.
15485         (FRAME_PIXEL_X_TO_COL): Rename from PIXEL_TO_CHAR_COL
15486         consolidated from x/mac/w32term.h.
15487         (FRAME_PIXEL_WIDTH_TO_TEXT_COLS): Rename from
15488         PIXEL_TO_CHAR_WIDTH consolidated from x/mac/w32term.h.
15489         (FRAME_PIXEL_HEIGHT_TO_TEXT_LINES): Rename from
15490         PIXEL_TO_CHAR_HEIGHT consolidated from x/mac/w32term.h.
15492         * window.h (struct window): Rename members left to left_col,
15493         top to top_line, height to total_lines, width to total_cols,
15494         left_margin_width to left_margin_cols, right_margin_width to
15495         right_margin_cols, orig_height to orig_total_lines, orig_top to
15496         orig_top_line.  All uses changed.
15497         (struct window): New members left_fringe_width, right_fringe_width,
15498         fringes_outside_margins, scroll_bar_width, vertical_scroll_bar_type.
15499         (WINDOW_XFRAME, WINDOW_FRAME_COLUMN_WIDTH, WINDOW_FRAME_LINE_HEIGHT):
15500         New macros primarily used to simplify other macros.
15501         (WINDOW_TOTAL_COLS): New macro.  Change relevant code that
15502         referred to XINT (w->width).
15503         (WINDOW_TOTAL_LINES): New macro.  Change relevant code that
15504         referred to XINT (w->height).
15505         (WINDOW_TOTAL_WIDTH): New macro.  Change relevant code that
15506         referred to XINT (w->width) * canon_x_unit.
15507         (WINDOW_TOTAL_HEIGHT): New macro.  Change relevant code that
15508         referred to XINT (w->height) * canon_y_unit.
15509         (WINDOW_LEFT_EDGE_COL): New macro.  Change relevant code that
15510         referred to XINT (w->left).
15511         (WINDOW_RIGHT_EDGE_COL): Rename from WINDOW_RIGHT_EDGE.  Change
15512         all uses and code that referred to XINT (w->left) + XINT (w->width).
15513         (WINDOW_TOP_EDGE_LINE): New macro.  Change relevant code that
15514         referred to XINT (w->top).
15515         (WINDOW_BOTTOM_EDGE_LINE): New macro.  Change relevant code that
15516         referred to XINT (w->top) + XINT (w->height).
15517         (WINDOW_LEFT_EDGE_X): New macro.  Change relevant code that
15518         referred to XINT (w->left) * canon_x_unit.
15519         (WINDOW_RIGHT_EDGE_X): New macro.  Change relevant code that
15520         referred to (XINT (w->left) + XINT (w->width)) * canon_x_unit.
15521         (WINDOW_TOP_EDGE_Y): New macro.  Change relevant code that
15522         referred to XINT (w->top) * canon_y_unit.
15523         (WINDOW_BOTTOM_EDGE_Y): New macro.  Change relevant code that
15524         referred to (XINT (w->top) + XINT (w->height)) * canon_y_unit.
15525         (WINDOW_LEFTMOST_P): New macro.
15526         (WINDOW_BOX_LEFT_EDGE_COL): Rename from WINDOW_LEFT_MARGIN.
15527         All uses changed.
15528         (WINDOW_BOX_RIGHT_EDGE_COL): Rename from WINDOW_RIGHT_MARGIN.
15529         All uses changed.
15530         (WINDOW_BOX_LEFT_EDGE_X): Rename from
15531         WINDOW_DISPLAY_LEFT_EDGE_PIXEL_X, moved from dispextern.h.
15532         Do not exclude left fringe width.
15533         (WINDOW_BOX_RIGHT_EDGE_X): Rename from
15534         WINDOW_DISPLAY_RIGHT_EDGE_PIXEL_X, moved from dispextern.h.
15535         Do not exclude fringe widths.
15536         (WINDOW_LEFT_FRINGE_WIDTH, WINDOW_RIGHT_FRINGE_WIDTH)
15537         (WINDOW_FRINGE_COLS, WINDOW_TOTAL_FRINGE_WIDTH): New macros.
15538         Change relevant code that referred to FRAME_LEFT_FRINGE_WIDTH,
15539         FRAME_RIGHT_FRINGE_WIDTH, FRAME_FRINGE_COLS, and
15540         FRAME_TOTAL_FRINGE_WIDTH to allow per-window fringe settings.
15541         (WINDOW_HAS_FRINGES_OUTSIDE_MARGINS): New macro.
15542         (WINDOW_VERTICAL_SCROLL_BAR_TYPE, WINDOW_HAS_VERTICAL_SCROLL_BAR)
15543         (WINDOW_HAS_VERTICAL_SCROLL_BAR_ON_LEFT)
15544         (WINDOW_HAS_VERTICAL_SCROLL_BAR_ON_RIGHT)
15545         (WINDOW_CONFIG_SCROLL_BAR_WIDTH, WINDOW_CONFIG_SCROLL_BAR_COLS):
15546         New macros.  Change code which referenced corresponding
15547         FRAME_VERTICAL_SCROLL_BAR_TYPE, FRAME_HAS_VERTICAL_SCROLL_BARS,
15548         FRAME_HAS_VERTICAL_SCROLL_BARS_ON_LEFT,
15549         FRAME_HAS_VERTICAL_SCROLL_BARS_ON_RIGHT,
15550         FRAME_SCROLL_BAR_PIXEL_WIDTH, and FRAME_SCROLL_BAR_COLS macros to
15551         allow per-window scroll-bar settings.
15552         (WINDOW_LEFT_SCROLL_BAR_COLS, WINDOW_RIGHT_SCROLL_BAR_COLS): New macros.
15553         (WINDOW_LEFT_SCROLL_BAR_AREA_WIDTH): New macro.  Change code that
15554         referred to FRAME_LEFT_SCROLL_BAR_WIDTH.
15555         (WINDOW_RIGHT_SCROLL_BAR_AREA_WIDTH): New macro.  Change code
15556         that referred to FRAME_HAS_VERTICAL_SCROLL_BARS_ON_RIGHT and
15557         FRAME_SCROLL_BAR_WIDTH.
15558         (WINDOW_SCROLL_BAR_COLS, WINDOW_SCROLL_BAR_AREA_WIDTH)
15559         (WINDOW_SCROLL_BAR_AREA_X): New macros.
15560         (WINDOW_HEADER_LINE_HEIGHT): Rename from
15561         WINDOW_DISPLAY_HEADER_LINE_HEIGHT, moved from dispextern.h.
15562         (WINDOW_BOX_HEIGHT_NO_MODE_LINE): Rename from
15563         WINDOW_DISPLAY_HEIGHT_NO_MODE_LINE, moved from dispextern.h.
15564         (WINDOW_BOX_TEXT_HEIGHT): Rename from
15565         WINDOW_DISPLAY_PIXEL_WIDTH, moved from dispextern.h.
15566         (WINDOW_TO_FRAME_PIXEL_X, WINDOW_TO_FRAME_PIXEL_Y)
15567         (FRAME_TO_WINDOW_PIXEL_X, FRAME_TO_WINDOW_PIXEL_Y)
15568         (WINDOW_TEXT_TO_FRAME_PIXEL_X): Move here from dispextern.h.
15569         (WINDOW_LEFT_MARGIN_WIDTH): Rename from
15570         WINDOW_DISPLAY_LEFT_AREA_PIXEL_WIDTH, moved from dispextern.h.
15571         (WINDOW_RIGHT_MARGIN_WIDTH): Rename from
15572         WINDOW_DISPLAY_RIGHT_AREA_PIXEL_WIDTH, moved from dispextern.h.
15573         (window_from_coordinates): Update prototype.
15574         (Fset_window_buffer): Update EXFUN.
15575         (set_window_buffer): Update prototype.
15577         * dispextern.h (struct glyph_matrix): Rename members window_left_x
15578         to window_left_col, window_top_y to window_top_line.  All uses
15579         changed.
15580         (FRAME_INTERNAL_BORDER_WIDTH_SAFE): Remove macro; can now safely
15581         use FRAME_INTERNAL_BORDER_WIDTH macro instead as
15582         internal_border_width is now set to 0 for non-window frames.
15583         (WINDOW_DISPLAY_PIXEL_WIDTH, WINDOW_DISPLAY_PIXEL_HEIGHT)
15584         (WINDOW_DISPLAY_MODE_LINE_HEIGHT, WINDOW_DISPLAY_HEADER_LINE_HEIGHT)
15585         (WINDOW_DISPLAY_HEIGHT_NO_MODE_LINE, WINDOW_DISPLAY_TEXT_HEIGHT)
15586         (WINDOW_DISPLAY_LEFT_EDGE_PIXEL_X, WINDOW_DISPLAY_RIGHT_EDGE_PIXEL_X)
15587         (WINDOW_DISPLAY_TOP_EDGE_PIXEL_Y, WINDOW_DISPLAY_BOTTOM_EDGE_PIXEL_Y)
15588         (WINDOW_TO_FRAME_PIXEL_X, WINDOW_TO_FRAME_PIXEL_Y)
15589         (FRAME_TO_WINDOW_PIXEL_X, FRAME_TO_WINDOW_PIXEL_Y)
15590         (WINDOW_DISPLAY_LEFT_AREA_PIXEL_WIDTH)
15591         (WINDOW_DISPLAY_RIGHT_AREA_PIXEL_WIDTH, WINDOW_WANTS_MODELINE_P):
15592         Move to window.h and renamed [see window.h changes].
15593         (WINDOW_AREA_TO_FRAME_PIXEL_X, WINDOW_AREA_PIXEL_WIDTH)
15594         (WINDOW_DISPLAY_TEXT_AREA_PIXEL_WIDTH): Remove macros.
15595         (WINDOW_WANTS_MODELINE_P, WINDOW_WANTS_HEADER_LINE_P):
15596         Use WINDOW_TOTAL_LINES.
15597         (frame_update_line_height): Remove prototype.
15599         * buffer.h (struct buffer): Rename members measured in columns:
15600         left_margin_width to left_margin_cols, right_margin_width to
15601         right_margin_cols.  All uses changed.
15602         New members left_fringe_width, right_fringe_width,
15603         fringes_outside_margins for per-buffer fringe settings.
15604         New members scroll_bar_width and vertical_scroll_bar_type for
15605         per-buffer scroll bar settings.
15607         * buffer.c (init_buffer_once): Set buffer_defaults and
15608         buffer_local_flags for new buffer-local variables
15609         left_fringe_width, right_fringe_width, fringes_outside_margins,
15610         scroll_bar_width, and vertical_scroll_bar_type.
15611         (syms_of_buffer): Defvar_per_buffer them, and defvar_lisp_nopro
15612         default-* variables for them.
15614         * dispnew.c: Make (many) trivial substitutions for renamed and
15615         new macros in dispextern.h, frame.h and window.h.
15616         (mode_line_string): No need to adjust width for mode lines, as it
15617         is already adjusted by the caller.
15618         (marginal_area_string): Handle fringes inside/outside margins.
15620         * frame.c: Make (many) trivial substitutions for renamed and
15621         new macros in dispextern.h, frame.h and window.h.
15622         (make_frame): Initialize left_fringe_width, right_fringe_width,
15623         fringe_cols, scroll_bar_actual_width, border_width,
15624         internal_border_width, column_width, line_height, x_pixels_diff,
15625         y_pixels_diff, want_fullscreen, size_hint_flags, and win_gravity
15626         members with values suitable for a non-window frames.
15628         * gtkutil.c: Make (many) trivial substitutions for renamed and
15629         new macros in dispextern.h, frame.h and window.h.
15631         * indent.c: Make (few) trivial substitutions for renamed and
15632         new macros in dispextern.h, frame.h and window.h.
15634         * keyboard.c: Make (many) trivial substitutions for renamed and
15635         new macros in dispextern.h, frame.h and window.h.
15636         (make_lispy_event): Use window positions returned from
15637         window_from_coordinates when constructing the lisp event for
15638         MOUSE_CLICK_EVENT and DRAG_N_DROP_EVENT, rather than calculating
15639         (incorrect) values locally.
15640         (make_lispy_movement): Use window positions returned from
15641         window_from_coordinates when constructing the lisp event, rather
15642         than calculating (incorrect) values locally.
15644         * scroll.c: Make (some) trivial substitutions for renamed and
15645         new macros in dispextern.h, frame.h and window.h.
15647         * sunfns.c (Fsun_menu_internal): Adapt to per-window fringes and
15648         scroll-bars.
15650         * sysdep.c: Make (few) trivial substitutions for renamed and
15651         new macros in dispextern.h, frame.h and window.h.
15653         * term.c: Make (some) trivial substitutions for renamed and
15654         new macros in dispextern.h, frame.h and window.h.
15656         * widget.c: Make (few) trivial substitutions for renamed and
15657         new macros in dispextern.h, frame.h and window.h.
15659         * window.c: Make (many) trivial substitutions for renamed and
15660         new macros in dispextern.h, frame.h and window.h.
15661         (make_window): Initialize new members
15662         left_margin_cols, right_margin_cols, left_fringe_width,
15663         right_fringe_width, fringes_outside_margins, scroll_bar_width,
15664         and vertical_scroll_bar_type.
15665         (coordinates_in_window): Adapt to new fringe/margin positions
15666         and per-window fringes and scroll-bars.
15667         Fix bug related to incorrectly adjusting coordinates by
15668         frame's internal_border_width (the effect normally negible since
15669         the internal_border_width is typically 0 or 1 pixel, but very
15670         noticeable for an internal_border_width of e.g. 25 pixels).
15671         Upon successful return (other than ON_NOTHING), the coordinates
15672         are now always properly converted to window relative for the
15673         given display element.
15674         (window_from_coordinates): Add new parameters wx and wy to
15675         return the window relative x and y position in the returned
15676         window and part.  A null arg means, don't return the position.
15677         All callers changed.
15678         (adjust_window_margins): New function which may reduce the width
15679         of the display margins if a window's text area is too small after
15680         resizing or splitting windows.
15681         (size_window): Fix bug that did not account for display margin
15682         widths when checking the minimum width of a window; use
15683         adjust_window_margins.
15684         (set_window_buffer): Call Fset_window_fringes and
15685         Fset_window_scroll_bars to setup per-window elements.
15686         Add new arg KEEP_MARGINS_P.  Non-nil means to keep window's
15687         existing display margin, fringe widths, and scroll bar settings
15688         (e.g. after splitting a window or resizing the frame).
15689         All callers changed.
15690         (Fset_window_buffer): New arg KEEP_MARGINS.  All callers changed.
15691         (Fsplit_window): Duplicate original window's display margin,
15692         fringe, and scroll-bar settings; then call Fset_window_buffer with
15693         KEEP_MARGINS non-nil.  This fixes a bug which caused a split
15694         window to only preserve the display margins in one of the windows.
15695         When splitting horizontally, call adjust_window_margins on both
15696         windows to ensure that the text area of the new windows is non too
15697         narrow.  This fixes a bug which could cause Emacs to trap if the
15698         width of the split window was less than the width of the display
15699         margins.
15700         (window_box_text_cols): Rename from window_internal_width.
15701         All uses changed.  Adapt to per-window fringes and scroll bars.
15702         Fix bug that caused vertical separator to be subtracted also on
15703         window frames.  Fix another bug that did not reduce the returned
15704         value by the columns used for display margins.
15705         (window_scroll_line_based): Fix bug related to scrolling too much
15706         when display margins are present (implicitly fixed by the fix to
15707         window_box_text_cols).
15708         (scroll_left, scroll_right): Fix bug related to scrolling too far
15709         by default when display margins are present (implicitly fixed by
15710         the fix to window_box_text_cols).
15711         (struct saved_window): Rename members left to left_col, top to
15712         top_line, width to total_cols, height to total_lines, orig_top to
15713         orig_top_line, orig_height to orig_total_lines.  All uses changed.
15714         New members left_margin_cols, right_margin_cols,
15715         left_fringe_width, right_fringe_width, fringes_outside_margins,
15716         scroll_bar_width, and vertical_scroll_bar_type for saving
15717         per-window display elements.
15718         (Fset_window_configuration): Restore display margins, fringes,
15719         and scroll bar settings.  This fixes a bug which caused display
15720         margins to be discarded when saving and restoring a window
15721         configuration.
15722         (save_window_save): Save display margins, fringes, and scroll bar
15723         settings.  This fixes a bug which caused display margins to be
15724         discarded when saving and restoring a window configuration.
15725         (Fset_window_margins): Do nothing if display margins are not
15726         really changed.  Otherwise, call adjust_window_margins to ensure
15727         the text area doesn't get too narrow.  This fixes a bug which
15728         could cause Emacs to trap if setting display margins wider than
15729         the width of the window.
15730         (Fset_window_fringes): New defun to allow user to specifically set
15731         this window's fringe widths and position vs. display margins.
15732         (Fwindow_fringes): New defun to return window's actual fringe settings.
15733         (Fset_window_scroll_bars): New defun to allow user to specifically
15734         set this window's scroll bar width and position.
15735         (Fwindow_scroll_bars): New defun to return window's actual scroll
15736         bar settings.
15737         (compare_window_configurations): Also compare display margins,
15738         fringes, and scroll bar settings.
15739         (syms_of_window): Defsubr new defuns for fringe and scroll bars.
15741         * xdisp.c: Make (many) trivial substitutions for renamed and
15742         new macros in dispextern.h, frame.h and window.h.
15743         (window_box_width): Adapt to per-window fringes and scroll bars,
15744         and new fringe vs. display margin position.  Note that returned
15745         value is no longer guaranteed to be a whole multiple of the frame
15746         column width, since per-window fringes may now be any width.
15747         (window_box_left_offset): New function like window_box_left, but
15748         value is relative to left border of window (rather than frame).
15749         (window_box_right_offset): New function like window_box_right,
15750         but value is relative to left border of window.
15751         (window_box_left): Adapt to per-window fringes and scroll bars,
15752         and new fringe vs. display margin position.  Simplify by using
15753         WINDOW_LEFT_EDGE_X and window_box_left_offset.
15754         (window_box): Allow null args for unnecessary return values;
15755         change/simplify relevant callers.
15756         (x_y_to_hpos_vpos): Adapt to per-window fringes and scroll bars,
15757         and new fringe vs. display margin position.
15758         Use window_box_left_offset and window_box_right_offset
15759         (get_glyph_string_clip_rect): Adapt to per-window fringes and
15760         scroll bars, and new fringe vs. display margin position.
15761         Use WINDOW_LEFT_EDGE_X and WINDOW_TOTAL_WIDTH.
15762         (draw_fringe_bitmap): Rework to handle per-window fringes and new
15763         fringe vs. display margin position.
15764         (hscroll_window_tree): Use window_box_width instead of window_box.
15765         (redisplay_window): Adapt to per-window scroll bars.
15766         (draw_glyphs): Rework to handle per-window fringes and scroll
15767         bars, and new fringe vs. display margin position.
15768         Use WINDOW_LEFT_EDGE_X, WINDOW_TOTAL_WIDTH, and window_box_left.
15769         (x_clear_end_of_line): Adapt to per-window fringes and scroll
15770         bars, and new fringe vs. display margin position.  Fix bug which
15771         increased total width of full_width rows by width of scroll bars
15772         although window's total width already includes that.
15773         (x_fix_overlapping_area): Simplify using window_box_left_offset.
15774         (expose_area): Simplify using window_box_left_offset.
15775         (x_draw_vertical_border): Handle per-window scroll bar settings,
15776         mixing windows with left, right and no scroll bars.
15778         * xfaces.c [WINDOWSNT]: Move redefinition of FONT_WIDTH macro to
15779         where it's used in x_list_fonts (for clarity).
15780         (frame_update_line_height): Remove unused function; functionality
15781         is now done directly when setting the default font in x_set_font.
15783         * xfns.c: Make (many) trivial substitutions for renamed and
15784         new macros in dispextern.h, frame.h and window.h.
15786         * xmenu.c: Make (some) trivial substitutions for renamed and
15787         new macros in dispextern.h, frame.h and window.h.
15789         * xterm.h (struct x_output): Move members left_pos, top_pos,
15790         border_width, pixel_height, pixel_width, line_height,
15791         internal_border_width, vertical_scroll_bar_extra,
15792         left_fringe_width, right_fringe_width, fringe_cols,
15793         fringes_extra, win_gravity, size_hint_flags, want_fullscreen,
15794         x_pixels_diff, and y_pixels_diff to struct frame (frame.h).
15795         (FRAME_INTERNAL_BORDER_WIDTH, FRAME_LINE_HEIGHT): Move to frame.h.
15796         (FRAME_DEFAULT_FONT_WIDTH): Remove macro.
15797         (PIXEL_WIDTH, PIXEL_HEIGHT)
15798         (FRAME_X_FRINGE_COLS, FRAME_X_FRINGE_WIDTH)
15799         (FRAME_X_LEFT_FRINGE_WIDTH, FRAME_X_RIGHT_FRINGE_WIDTH): Move to
15800         frame.h and renamed [see frame.h changes].
15801         (CHAR_TO_PIXEL_ROW, CHAR_TO_PIXEL_COL, CHAR_TO_PIXEL_WIDTH)
15802         (CHAR_TO_PIXEL_HEIGHT, PIXEL_TO_CHAR_ROW, PIXEL_TO_CHAR_COL)
15803         (PIXEL_TO_CHAR_WIDTH, PIXEL_TO_CHAR_HEIGHT): Move to frame.h
15804         and renamed [see frame.h changes].
15806         * xterm.c: Make (several) trivial substitutions for renamed and
15807         new macros in dispextern.h, frame.h and window.h.
15808         (x_draw_glyph_string_box): Adapt to per-window fringes and scroll-bars.
15809         (scroll_run): Adapt to new fringe position.
15810         (glyph_rect): Use window coordinates returned from
15811         window_from_coordinates rather than frame_to_window_pixel_xy.
15812         (XTset_vertical_scroll_bar): Adapt to per-window fringes and
15813         scroll-bars.
15814         (handle_one_xevent): Simplify a USE_GTK conditional.
15815         (x_clip_to_row): Remove superfluous whole_line_p arg and code
15816         (fringes are now inside margins, i.e. always in the clipping area).
15817         All callers changed.
15818         (x_new_font): Set FRAME_COLUMN_WIDTH and FRAME_LINE_HEIGHT
15819         directly, then call compute_fringe_widths.  Don't call
15820         frame_update_line_height.
15822         * w32term.h (struct w32_output): Move members left_pos, top_pos,
15823         border_width, pixel_height, pixel_width, line_height,
15824         internal_border_width, vertical_scroll_bar_extra,
15825         left_fringe_width, right_fringe_width, fringe_cols,
15826         fringes_extra, win_gravity, size_hint_flags, want_fullscreen,
15827         x_pixels_diff, and y_pixels_diff to struct frame (frame.h).
15828         (FRAME_INTERNAL_BORDER_WIDTH, FRAME_LINE_HEIGHT): Move to frame.h.
15829         (FRAME_DEFAULT_FONT_WIDTH): Remove macro.
15830         (PIXEL_WIDTH, PIXEL_HEIGHT)
15831         (FRAME_X_FRINGE_COLS, FRAME_X_FRINGE_WIDTH)
15832         (FRAME_X_LEFT_FRINGE_WIDTH, FRAME_X_RIGHT_FRINGE_WIDTH): Move to
15833         frame.h and renamed [see frame.h changes].
15834         (CHAR_TO_PIXEL_ROW, CHAR_TO_PIXEL_COL, CHAR_TO_PIXEL_WIDTH)
15835         (CHAR_TO_PIXEL_HEIGHT, PIXEL_TO_CHAR_ROW, PIXEL_TO_CHAR_COL)
15836         (PIXEL_TO_CHAR_WIDTH, PIXEL_TO_CHAR_HEIGHT): Move to frame.h
15837         and renamed [see frame.h changes].
15839         * w32term.c: Make (several) trivial substitutions for renamed and
15840         new macros in dispextern.h, frame.h and window.h.
15841         (x_draw_glyph_string_box): Adapt to per-window fringes and scroll-bars.
15842         (glyph_rect): Use window coordinates returned from
15843         window_from_coordinates rather than frame_to_window_pixel_xy.
15844         (XTset_vertical_scroll_bar): Adapt to per-window fringes and
15845         scroll-bars.
15846         (w32_clip_to_row): Remove superfluous whole_line_p arg and code
15847         (fringes are now inside margins, i.e. always in the clipping area).
15848         All callers changed.
15849         (x_new_font): Set FRAME_COLUMN_WIDTH and FRAME_LINE_HEIGHT
15850         directly, then call compute_fringe_widths.  Don't call
15851         frame_update_line_height.
15853         * w32console.c: Make (few) trivial substitutions for renamed and
15854         new macros in dispextern.h, frame.h and window.h.
15856         * w32fns.c: Make (many) trivial substitutions for renamed and
15857         new macros in dispextern.h, frame.h and window.h.
15859         * w32menu.c: Make (few) trivial substitutions for renamed and
15860         new macros in dispextern.h, frame.h and window.h.
15862         * macterm.h (struct mac_output): Move members left_pos, top_pos,
15863         border_width, pixel_height, pixel_width, line_height,
15864         internal_border_width, vertical_scroll_bar_extra,
15865         left_fringe_width, right_fringe_width, fringe_cols,
15866         fringes_extra, win_gravity, size_hint_flags, want_fullscreen,
15867         x_pixels_diff, y_pixels_diff to struct frame (frame.h).
15868         (FRAME_INTERNAL_BORDER_WIDTH, FRAME_LINE_HEIGHT): Move to frame.h.
15869         (FRAME_DEFAULT_FONT_WIDTH): Remove macro.
15870         (PIXEL_WIDTH, PIXEL_HEIGHT)
15871         (FRAME_X_FRINGE_COLS, FRAME_X_FRINGE_WIDTH)
15872         (FRAME_X_LEFT_FRINGE_WIDTH, FRAME_X_RIGHT_FRINGE_WIDTH): Move to
15873         frame.h and renamed [see frame.h changes].
15874         (CHAR_TO_PIXEL_ROW, CHAR_TO_PIXEL_COL, CHAR_TO_PIXEL_WIDTH)
15875         (CHAR_TO_PIXEL_HEIGHT, PIXEL_TO_CHAR_ROW, PIXEL_TO_CHAR_COL)
15876         (PIXEL_TO_CHAR_WIDTH, PIXEL_TO_CHAR_HEIGHT): Move to frame.h
15877         and renamed [see frame.h changes].
15879         * macterm.c: Make (several) trivial substitutions for renamed and
15880         new macros in dispextern.h, frame.h and window.h.
15881         (x_draw_glyph_string_box): Adapt to per-window fringes and scroll-bars.
15882         (glyph_rect): Use window coordinates returned from
15883         window_from_coordinates rather than frame_to_window_pixel_xy.
15884         (XTset_vertical_scroll_bar): Adapt to per-window fringes and
15885         scroll-bars.
15886         (x_clip_to_row): Remove superfluous whole_line_p arg and code
15887         (fringes are now inside margins, i.e. always in the clipping area).
15888         All callers changed.
15889         (x_new_font): Set FRAME_COLUMN_WIDTH and FRAME_LINE_HEIGHT
15890         directly, then call compute_fringe_widths.  Don't call
15891         frame_update_line_height.
15893         * macfns.c: Make (several) trivial substitutions for renamed and
15894         new macros in dispextern.h, frame.h and window.h.
15895         (x_real_positions): Set f->x_pixels_diff and f->y_pixels_diff to 0.
15897         * macmenu.c: Make (few) trivial substitutions for renamed and
15898         new macros in dispextern.h, frame.h and window.h.
15900         * msdos.h (struct x_output): Remove members left_pos, top_pos,
15901         and line_height, and use corresponding new members in struct
15902         frame.  All uses changed.
15903         (FRAME_LINE_HEIGHT, FRAME_INTERNAL_BORDER_WIDTH): Remove macros;
15904         superseeded by corresponding macros in frame.h.
15906         * msdos.c: Make (several) trivial substitutions for renamed and
15907         new macros in dispextern.h, frame.h and window.h.
15908         (IT_note_mouse_highlight): Use updated window coordinates returned
15909         by window_from_coordinates, rather than adjusting them locally.
15910         (internal_terminal_init): No need to initialize line_height here;
15911         it now defaults to 1.
15913 2003-05-24  Stefan Monnier  <monnier@cs.yale.edu>
15915         * keyboard.c (read_key_sequence): Adjust fkey and keytran when
15916         dropping `down' events.
15918 2003-05-24  Andreas Schwab  <schwab@suse.de>
15920         * coding.c (find_safe_codings): Fix last change.
15922 2003-05-24  Istvan Marko  <mi@imarko.dhs.org>  (tiny change)
15924         * xfns.c (x_window): Fix typo from 2003-05-21 change.
15926 2003-05-23  Stefan Monnier  <monnier@cs.yale.edu>
15928         * xdisp.c (display_mode_element): Increase max depth.
15929         Simplify the error handling code.  Use a different error string
15930         for the case where we hit the depth limit.
15932         * lisp.h (Vfundamental_mode_abbrev_table): Don't declare.
15934         * buffer.c (reset_buffer_local_variables): Remove redundant setting.
15936 2003-05-21  Stefan Monnier  <monnier@cs.yale.edu>
15938         * intervals.c (get_local_map): Don't get char-property of previous
15939         point any more: get_pos_property already does it and better.
15941 2003-05-21  Dave Love  <fx@gnu.org>
15943         [Merged from unicode branch.]
15945         * xfns.c (x_window, x_window): Use use_xim.
15947         * xterm.c (use_xim): Initialize.
15948         (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
15949         (x_term_init): Maybe set use_xim.
15951         * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
15953 2003-05-21  Jason Rumney  <jasonr@gnu.org>
15955         * unexw32.c (_start): Remove _fmode initialization.
15957         * emacs.c (main) [WINDOWSNT]: Move it here.
15959 2003-05-20  Dave Love  <fx@gnu.org>
15961         * s/gnu-linux.h (MAIL_USE_FLOCK): Make it conditional.
15963 2003-05-19  Richard M. Stallman  <rms@gnu.org>
15965         * xfaces.c (Finternal_set_lisp_face_attribute): Handle Qunspecified
15966         as value for QCfont attribute.
15967         (realize_default_face): lface should already exist; crash if not.
15968         Specify 0 for FORCE_P when calling set_lface_from_font_name.
15970         * frame.c (Fignore_event): Doc fix.
15972 2003-05-19  Kenichi Handa  <handa@m17n.org>
15974         * coding.c (decode_coding_string): Handle post-read-conversion
15975         even if the coding doesn't require decoding.
15977 2003-05-18  Richard M. Stallman  <rms@gnu.org>
15979         * callproc.c (Fcall_process_region): Doc fix.
15981 2003-05-17  Stefan Monnier  <monnier@cs.yale.edu>
15983         * lread.c (Fload): Print a message if package is obsolete.
15985         * window.c (Fselect_window): Add optional `norecord' arg.
15986         (select_window_1): Fold into Fselect_window.
15987         (select_window_norecord): New function.
15988         (temp_output_buffer_show): Use it.  Preserve current buffer.
15990         * window.h (Fselect_window): Update declaration.
15992         * window.c (delete_window, Fother_window, Fset_window_configuration):
15993         * minibuf.c (read_minibuf):
15994         * macterm.c (x_new_focus_frame):
15995         * frame.c (do_switch_frame, Fset_frame_selected_window, Fdelete_frame):
15996         * callint.c (Fcall_interactively):
15997         * xterm.c (x_new_focus_frame): Pass nil as new arg to Fselect_window.
15999         * buffer.c (Fpop_to_buffer): Pass norecord to Fselect_window.
16001 2003-05-17  David Kastrup  <dak@gnu.org>
16003         * process.c (read_process_output): Back out change from 2003-03-09.
16005 2003-05-17  Stefan Monnier  <monnier@cs.yale.edu>
16007         * editfns.c (get_pos_property): Don't assume that `object' = nil.
16009         * textprop.c (text_property_stickiness): New arg `buffer'.
16011         * intervals.h (text_property_stickiness): New arg `buffer'.
16012         (get_pos_property): Declare.
16014         * intervals.c (get_local_map): Use get_pos_property, to obey
16015         stickiness and empty overlays.
16016         (create_root_interval, graft_intervals_into_buffer): Use BEG.
16017         (merge_properties, intervals_equal, merge_properties_sticky):
16018         Use XCAR, XCDR.
16019         (adjust_for_invis_intang): Pass new arg to text_property_stickiness.
16021 2003-05-17  Richard M. Stallman  <rms@gnu.org>
16023         * minibuf.c (read_minibuf): If buffer is empty, record the default
16024         in the history.
16025         (Fminibuffer_complete_word): When deleting the overlap, take account
16026         of its real position.
16028         * fns.c (map_char_table): Fix previous change.
16030         * syntax.c (find_defun_start):
16031         When open_paren_in_column_0_is_defun_start,
16032         return beginning of buffer.
16034         * lisp.h (map_char_table): Declare added arg.
16036         * fns.c (map_char_table): New arg TABLE gets the master table.
16037         All calls changed.
16038         Process default and inheritance, resorting to Faref if necessary.
16040         * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
16041         (Faccessible_keymaps): Pass new arg to map_char_table.
16043         * fontset.c (Ffontset_info): Pass new arg to map_char_table.
16045         * casetab.c (set_case_table): Pass new arg to map_char_table.
16047         * data.c (let_shadows_buffer_binding_p): Make target of p volatile.
16049         * lisp.h (specbinding_func): New typedef.
16050         (struct specbinding): Use specbinding_func, to put the `volatile'
16051         in the right place.
16053         * alloc.c (Fgarbage_collect): Cast pointers into specpdl
16054         to avoid GCC warning.
16056 2003-05-16  Ralph Schleicher  <rs@nunatak.allgaeu.org>
16058         * fileio.c (Fdelete_file): Handle symlinks pointing to directories.
16060 2003-05-15  Stefan Monnier  <monnier@cs.yale.edu>
16062         * keyboard.c (apply_modifiers): Don't fill the other cache.
16064 2003-05-14  Stefan Monnier  <monnier@cs.yale.edu>
16066         * .gdbinit-union: New file, for USE_LISP_UNION_TYPE users.
16068         * window.h (Qwindowp, Qwindow_live_p, Vwindow_list)
16069         (Fwindow_end, Fselected_window, Fdelete_window, Fwindow_buffer)
16070         (Fget_buffer_window, Fsave_window_excursion, Fsplit_window)
16071         (Fset_window_configuration, Fcurrent_window_configuration)
16072         (compare_window_configurations, Fcoordinates_in_window_p, Fwindow_at)
16073         (Fpos_visible_in_window_p, mark_window_cursors_off)
16074         (window_internal_height, window_internal_width, Frecenter)
16075         (Fscroll_other_window, Fset_window_start, temp_output_buffer_show)
16076         (replace_buffer_in_all_windows, init_window_once, init_window)
16077         (syms_of_window, keys_of_window): Move from lisp.h.
16078         * lisp.h: Move window.c declarations to window.h.
16080         * bytecode.c: Include window.h.
16081         * emacs.c: Include window.h.
16083         * keyboard.c (make_lispy_event): Apply modifiers to multibyte-char key.
16084         (keyremap): Add `parent' field.
16085         (keyremap_step): Use it.  Remove `parent' argument.
16086         (read_key_sequence): Setup and use the new `parent' field.
16088 2003-05-11  Stefan Monnier  <monnier@cs.yale.edu>
16090         * keyboard.c (adjust_point_for_property): Ensure termination.
16092 2003-05-10  Stefan Monnier  <monnier@cs.yale.edu>
16094         * keyboard.c (follow_key): Remove dead variable `did_meta'.
16095         (access_keymap_keyremap, keyremap_step): New funs, extracted from the
16096         duplicated handling of function-key-map and key-translation-map
16097         in read_key_sequence.
16098         (read_key_sequence): Use them.
16100         * keyboard.c (adjust_point_for_property): Try harder to move point
16101         to the non-sticky end of an invisible property.
16103         * xdisp.c (single_display_prop_intangible_p): Make `space' display
16104         property intangible as well.
16106 2003-05-10  Andreas Schwab  <schwab@suse.de>
16108         * xmenu.c (single_menu_item): Change last parameter to void* to
16109         avoid warning.
16111 2003-05-09  Richard M. Stallman  <rms@gnu.org>
16113         * print.c (Fprin1_to_string): Instead of gcpro, set abort_on_gc.
16114         Bind Qinhibit_modification_hooks to t so there will be no GC.
16115         Rename local `tem' to `save_deactivate_mark'.
16117         * eval.c (specpdl_ptr): Declare volatile.
16118         (unbind_to): Copy the whole binding and decrement specpdl_ptr
16119         before doing the work of unbinding it.
16121         * lisp.h (struct specbinding): Declare elements volatile.
16122         (specpdl_ptr): Declare volatile.
16124         * Makefile.in (alloca.o): Specify -DDO_BLOCK_INPUT in compiling.
16126         * alloca.c: Test DO_BLOCK_INPUT rather than `emacs'
16127         for use of BLOCK_INPUT and inclusion of lisp.h and blockinput.h.
16129 2003-05-08  Dave Love  <fx@gnu.org>
16131         * coding.c (Vlast_coding_system_used): Doc fix.
16133 2003-05-07  Jason Rumney  <jasonr@gnu.org>
16135         * fileio.c (Ffile_symlink_p): Let handlers handle symlinks even
16136         when system does not support them.
16138 2003-05-05  Stefan Monnier  <monnier@cs.yale.edu>
16140         * fileio.c (Qwrite_region_annotate_functions): New var.
16141         (build_annotations): Use it to process the global part of the hook.
16142         (syms_of_fileio): Init and staticpro it.
16144         * keyboard.c (safe_run_hooks_error): Display a message instead of
16145         silently ignoring the error.
16147 2003-05-03  Stefan Monnier  <monnier@cs.yale.edu>
16149         * keyboard.c (input_available_signal): Mark static.
16150         (menu_bar_items): Use map_keymap.
16151         (menu_bar_one_keymap): Remove.
16152         (menu_bar_item): Adjust arglist (for use in map_keymap).
16153         Properly hide a second binding when not both are keymaps.
16155         * xmenu.c (struct skp): New struct, to pass args through map_keymap.
16156         (single_keymap_panes): Use it and map_keymap.
16157         (single_menu_item): Use skp as well.
16159         * keymap.h (map_keymap_function_t): New type.
16160         (map_keymap): Declare.
16162         * keymap.c (map_keymap_item, map_keymap_char_table_item, map_keymap)
16163         (map_keymap_call, Fmap_keymap): New functions.
16164         (syms_of_keymap): Defsubr map-keymap.
16166 2003-05-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16168         * gtkutil.c (create_dialog, make_widget_for_menu_item)
16169         (make_menu_item, create_menus, xg_update_menu_item): Don't call
16170         ..._with_mnemonic functions for menu items.
16172 2003-05-01  Kenichi Handa  <handa@m17n.org>
16174         * coding.c (coding_system_accept_latin_extra_p): Delete this
16175         function.
16176         (find_safe_codings): Pay attention to
16177         the property tranlsation-table-for-encode of each codings.
16178         (syms_of_coding): Give Qtranslation_table the extra slot number 2.
16180 2003-05-01  Stefan Monnier  <monnier@cs.yale.edu>
16182         * eval.c (Funwind_protect): Use func=Fprogn rather than symbol=Qnil.
16184 2003-04-30  Stefan Monnier  <monnier@cs.yale.edu>
16186         * eval.c (unbind_to): Don't handle symbol = Qnil any more.
16188         * lisp.h (CHECK): Wrap args in parenthesis.
16189         (specbind): Fix doc: symbol = Qnil is not supported any more.
16191         * bytecode.c (Fbyte_code) <unwind-protect>:
16192         Use Fprogn rather than 0 and Qnil.
16194         * keyboard.c (parse_modifiers_uncached): Parse `down', `drag',
16195         `double', and `triple' modifiers as well.
16197 2003-04-30  Richard M. Stallman  <rms@gnu.org>
16199         * keyboard.c (echo_char): Don't clear out a dash that follows a space.
16201         * alloc.c (abort_on_gc): New variable.
16202         (Fgarbage_collect): Abort if abort_on_gc is set.
16204         * lisp.h (abort_on_gc): Add decl.
16206         * eval.c (Fsignal): Clear abort_on_gc.
16208         * editfns.c (Fformat): Set abort_on_gc during first scan of format.
16209         Reinit FORMAT_START and END before second scan.
16211         * xdisp.c (move_it_vertically_backward): Do the final big else
16212         even if nlines is 0.
16214         * xdisp.c (redisplay_internal): Finish the per-frame loop
16215         even if redisplay is suspended by input.
16217 2003-04-24  Andrew Choi  <akochoi@shaw.ca>
16219         * macterm.c (x_list_fonts): Return all fonts that match if
16220         maxnames = -1.
16222 2003-04-25  Kenichi Handa  <handa@m17n.org>
16224         * syntax.c (skip_chars): Fix previous change.
16226 2003-04-24  Kenichi Handa  <handa@m17n.org>
16228         * syntax.c (skip_chars): Make the code faster by using the common
16229         technique of *p, *stop, and *endp.
16231 2003-04-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16233         * xdisp.c (update_tool_bar): BLOCK_INPUT before calling
16234         tool_bar_items so GTK tool bar expose callback does not access items
16235         being updated.
16237 2003-04-19  Stefan Monnier  <monnier@cs.yale.edu>
16239         * eval.c (Fapply): Undo last change and add a comment about why.
16241 2003-04-18  Miles Bader  <miles@gnu.org>
16243         * data.c (Faset): Calculate nbytes earlier, to satisfy the now
16244         pickier PARSE_MULTIBYTE_SEQ.
16246 2003-04-17  Stefan Monnier  <monnier@cs.yale.edu>
16248         * eval.c (For, Fand, Fprogn, un_autoload, do_autoload):
16249         Use XCDR, XCAR, CONSP.
16250         (Fdefmacro): Fix docstring.  Use XCAR, XCDR.
16251         (Fapply): Remove unnecessary GCPRO.
16253         * doc.c (Fsubstitute_command_keys): Remove spurious casts.
16255         * charset.h (PARSE_MULTIBYTE_SEQ): Pretend `length' is used.
16257         * buffer.h: Don't hardcode BEG==1.
16259         * abbrev.c (Fdefine_abbrev_table): Use XCAR, XCDR.
16261 2003-04-16  Richard M. Stallman  <rms@gnu.org>
16263         * xdisp.c (try_window, try_window_reusing_current_matrix):
16264         When at end of window, set window_end_pos to Z-ZV.
16266         * buffer.c (Foverlay_recenter): Doc fix.
16268 2003-04-14  Stefan Monnier  <monnier@cs.yale.edu>
16270         * dispnew.c (Fsit_For): Support XEmacs-style arg list.
16272 2003-04-14  Andrew Choi  <akochoi@shaw.ca>
16274         * macterm.c (mac_check_for_quit_char): Don't check more often than
16275         once a second.
16277 2003-04-11  Stefan Monnier  <monnier@cs.yale.edu>
16279         * keyboard.c (kbd_buffer_get_event): Don't handle SELECT_WINDOW_EVENT
16280         specially, so that they can't hide an implicit switch-frame event.
16281         (make_lispy_event): Handle SELECT_WINDOW_EVENT.
16282         (head_table): Use switch-frame as event_kind for select-window.
16283         (keys_of_keyboard): Don't bind [select-window] in special-event-map.
16285         * editfns.c (Fformat): Lisp_Object/int mixup.
16286         (format2): Remove unused var numargs.
16288 2003-04-11  Kenichi Handa  <handa@m17n.org>
16290         * fileio.c (Vafter_insert_file_adjust_coding_function): Delete.
16291         (Qafter_insert_file_set_coding): New variable.
16292         (syms_of_fileio): Initialize and staticpro it.  Delete declaration
16293         for after-insert-file-adjust-coding-function.
16294         (Finsert_file_contents): Call Qafter_insert_file_set_coding
16295         instead of Vafter_insert_file_adjust_coding_function.
16297 2003-04-11  Kenichi Handa  <handa@m17n.org>
16299         * lisp.h (temp_echo_area_glyphs): Adjust prototype.
16301         * minibuf.c (temp_echo_area_glyphs): Change the arg to Lisp
16302         string.  Callers changed.
16304 2003-04-10  Kenichi Handa  <handa@m17n.org>
16306         * fileio.c (Vafter_insert_file_adjust_coding_function): New variable.
16307         (syms_of_fileio): Declare it as a lisp variable.
16308         (Finsert_file_contents):
16309         Call Vafter_insert_file_adjust_coding_function before calling
16310         decode-format.
16312 2003-04-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16314         * xterm.c (xg_scroll_callback): Call gtk_range_get_adjustment to
16315         get GtkAdjustment as widget now is a GtkRange.
16317         * gtkutil.c (xg_create_scroll_bar): Connect to value-changed on
16318         GtkRange to avoid memory leak.
16320 2003-04-09  Kenichi Handa  <handa@m17n.org>
16322         * xfaces.c (Vface_font_rescale_alist): New variable.
16323         (struct font_name): New member rescale_ratio.
16324         (font_rescale_ratio): New function.
16325         (split_font_name): If NUMERIC_P is nonzero, set font->rescale_ratio.
16326         (better_font_p): On comparing point sized, pay attention to
16327         recale_ratio member of fonts.
16328         (build_scalable_font_name): Reflect font->rescale_ratio in the
16329         font name.
16330         (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
16332         * lread.c (read1): Before calling index, check if the 2nd
16333         arguemnt is in ASCII range.
16335 2003-04-08  Richard M. Stallman  <rms@gnu.org>
16337         * fileio.c (Ffile_symlink_p): Doc fix.
16339         * editfns.c (Fformat): Translate positions of text properties
16340         in the format string to apply them to the result.
16342         * fileio.c (Finsert_file_contents): Doc fix.
16343         (syms_of_fileio) <after-insert-file-functions>: Doc fix.
16345 2003-04-08  Ivan Zakharyaschev  <imz@altlinux.org>  (tiny change)
16347         * lread.c (openp): Get the Qfile_exists_p handler for STRING, not FN.
16349 2003-04-08  Steven Tamm  <steventamm@mac.com>
16351         * mac.c (init_mac_osx_environment): Switch libexec and bin so
16352         that self-contained application finds libexec files.
16354 2003-04-08  Kenichi Handa  <handa@m17n.org>
16356         * coding.c (code_convert_region_unwind):
16357         Set Vlast_coding_system_used to the argument.
16358         (code_convert_region): If post-read-conversion function changed
16359         the value of last-coding-sytem, keep the new value in
16360         coding->symbol so that it won't be overridden.
16361         (run_pre_post_conversion_on_str): Likewise.
16362         (coding_system_accept_latin_extra_p): New function.
16363         (find_safe_codings): Pay attention to characters registered in
16364         latin-extra-code-table.
16366 2003-04-07  Thien-Thi Nguyen  <ttn@gnu.org>
16368         * Makefile.in (md5.o): Add missing dependency info.
16370 2003-04-06  Richard M. Stallman  <rms@gnu.org>
16372         * xselect.c (x_handle_selection_request): Move UNGCPRO to very end.
16374         * marker.c (verify_bytepos): New function.
16376         * intervals.c (set_intervals_multibyte_1): When becoming
16377         multibyte, adjust right and left child sizes to a whole set of
16378         characters.  If an interval gets zero total-length, delete it.
16379         If an interval consists of just its children, delete one of them.
16381         * intervals.h (CHECK_TOTAL_LENGTH): New macro.
16382         * intervals.c: Add many calls to CHECK_TOTAL_LENGTH.
16384         * alloc.c (VALIDATE_LISP_STORAGE): Macro deleted.
16385         All calls deleted.
16386         (lisp_malloc): Do the work here directly.
16388 2003-04-06  Gareth Jones  <emacs@referential.org.uk>  (tiny change)
16390         * fns.c (Flength): Return SUB_CHAR_TABLE_ORDINARY_SLOTS for sub
16391         char tables.
16393 2003-04-04  Kenichi Handa  <handa@m17n.org>
16395         * editfns.c (Fformat): Use a copy of FORMAT string so that we can
16396         destructively change "%S" to "%s".
16398 2003-04-03  Miles Bader  <miles@gnu.org>
16400         * xfaces.c (choose_face_font): Make sure *NEEDS_OVERSTRIKE is
16401         always set.
16403 2003-04-01  Dave Love  <fx@gnu.org>
16405         * xfns.c (xpm_lookup_color): Grok "opaque".
16407 2003-03-31  Andrew Choi  <akochoi@shaw.ca>
16409         * frame.c (x_report_frame_params) [HAVE_CARBON]: Do not report
16410         parent window ID.
16412         * macfns.c (syms_of_macfns): Remove call to init_x_parm_symbols.
16414         * macterm.h (struct mac_output): Define x_pixels_diff and
16415         y_pixels_diff.
16417 2003-03-31  Juanma Barranquero  <lektu@terra.es>
16419         * makefile.w32-in ($(BLD)/frame.$(O)): Add dependency on
16420         blockinput.h and files included from it.
16422 2003-03-31  Kim F. Storm  <storm@cua.dk>
16424         The following changes consolidates the common code related to
16425         frame-parameter handling from the xfns.c, w32fns.c, and macfns.c
16426         files into frame.c.
16428         * frame.c: Include blockinput.h.
16429         (Vx_resource_name, Vx_resource_class, Qx_frame_parameter)
16430         (Qx_resource_name, Qface_set_after_frame_default): Define vars here.
16431         (Qauto_raise, Qauto_lower, ...): Define all frame parameter
16432         related vars here.
16433         (struct frame_parm_table, frame_parms): New table for describing
16434         frame parameters and their associated Q-variable.
16435         The order of the parameters corresponds to the sequence of the
16436         frame_parm_handlers table in redisplay_interface.
16437         (x_fullscreen_move, x_set_frame_parameters)
16438         (x_report_frame_params, x_set_fullscreen, x_set_line_spacing)
16439         (x_set_screen_gamma, x_set_font, x_set_fringe_width)
16440         (x_set_border_width, x_set_internal_border_width, x_set_visibility)
16441         (x_set_autoraise, x_set_autolower, x_set_unsplittable)
16442         (x_set_vertical_scroll_bars, x_set_scroll_bar_width, x_icon_type):
16443         Generic functions for processing of frame parameters.
16444         (validate_x_resource_name, xrdb_get_resource, Fx_get_resource)
16445         (display_x_get_resource, x_get_resource_string): Functions for
16446         generic access to X resources.
16447         (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg)
16448         (x_default_parameter, Fx_parse_geometry): Functions for generic
16449         access to frame parameters.
16450         (x_figure_window_size): Generic calculation of frame size.
16451         Fixed to add space needed for tool bar.  Also setup size_hint_flags.
16452         (syms_of_frame): Intern and staticpro frame parameter variables.
16453         Defvar_lisp Vx_resource_class and Vx_resource_name here.
16454         Defsubr Sx_get_resource and Sx_parse_geometry.
16456         * frame.h (Qauto_raise, Qauto_lower, ...): Declare extern all frame
16457         parameter related vars defined in frame.c.
16458         (EMACS_CLASS): Define here.
16459         (enum FULLSCREEN_*): Define here.
16460         (x_set_scroll_bar_default_width, x_wm_set_icon_position)
16461         (x_set_offset, x_new_font, x_new_fontset): Add prototypes.
16462         (x_fullscreen_adjust, x_set_frame_parameters, x_report_frame_params)
16463         (x_set_fullscreen, x_set_line_spacing, x_set_screen_gamma, x_set_font)
16464         (x_set_fringe_width, x_set_border_width, x_set_internal_border_width)
16465         (x_set_visibility, x_set_autoraise, x_set_autolower)
16466         (x_set_unsplittable, x_set_vertical_scroll_bars)
16467         (x_set_scroll_bar_width, x_icon_type, validate_x_resource_name)
16468         (x_figure_window_size): Add prototypes.
16470         * dispextern.h (frame_parm_handler): New typedef.
16471         (struct redisplay_interface): New member frame_parm_handlers.
16472         (enum resource_types): Move declaration here.
16473         (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg)
16474         (x_default_parameter): Add prototypes.
16476         * window.c: Remove extern decl for frame parameter vars.
16477         (change_window_heights): New generic function;
16478         replaces x_change_window_heights.  All users changed.
16480         * window.h (change_window_heights): Add prototype.
16482         * xfaces.c: Remove extern decl for frame parameter vars.
16484         * xterm.h (EMACS_CLASS): Remove.  Use generic define.
16485         (struct w32_display_info): Fix type of xrdb member.
16486         (enum FULLSCREEN_*): Remove.
16487         Remove prototypes for generic functions (in frame.h).
16489         * xfns.c (Qauto_raise, Qauto_lower, ...): Remove vars for frame
16490         parameters now defined in frame.h and frame.c.
16491         (Vx_resource_name): Remove.  Use generic var.
16492         (enum x_frame_parms): Remove (bogus, unused enum).
16493         (check_x_display_info): Make non-static (for frame.c).
16494         (struct x_frame_parm_table, x_frame_parms): Remove.
16495         (init_x_parm_symbols, x_set_frame_parameters, x_report_frame_params)
16496         (x_set_line_spacing, x_set_screen_gamma, x_icon_type, x_set_font)
16497         (x_set_border_width, x_set_internal_border_width, x_set_visibility)
16498         (x_change_window_heights, x_set_autoraise, x_set_autolower)
16499         (x_set_vertical_scroll_bars, x_set_scroll_bar_width)
16500         (validate_x_resource_name, Fx_get_resource, x_get_resource_string)
16501         (x_default_parameter, Fx_parse_geometry, x_figure_window_size):
16502         Remove.  Use generic functions instead.
16503         (enum resource_types): Remove.
16504         (x_set_scroll_bar_default_width): New global function (for frame.c).
16505         (Fx_create_frame): Depend on x_figure_window_size to add space for
16506         toolbar and setup size_hint_flags.
16507         (x_frame_parm_handlers): New table for redisplay_interface.
16508         (syms_of_xfns): Don't intern/staticpro removed vars.
16510         * xterm.c: Remove unnecessary extern declarations.
16511         (x_fullscreen_adjust): Remove.  Use generic instead.
16512         (x_redisplay_interface): Add x_frame_parm_handlers member.
16514         * w32gui.h (XrmDatabase): New (dummy) typedef.
16516         * w32term.h (EMACS_CLASS): Remove.  Use generic define.
16517         (struct w32_display_info): Fix type of xrdb member.
16518         (enum FULLSCREEN_*): Remove.
16519         (x_fullscreen_adjust): Remove prototype.
16521         * w32fns.c (Qauto_raise, Qauto_lower, ...): Remove vars for frame
16522         parameters now defined in frame.h and frame.c.
16523         (Vx_resource_name): Remove.  Use generic var.
16524         (enum x_frame_parms): Remove (bogus, unused enum).
16525         (check_x_display_info): Make non-static (for frame.c).
16526         (struct x_frame_parm_table, x_frame_parms): Remove.
16527         (init_x_parm_symbols, x_set_frame_parameters, x_report_frame_params)
16528         (x_set_line_spacing, x_set_screen_gamma, x_icon_type, x_set_font)
16529         (x_set_border_width, x_set_internal_border_width, x_set_visibility)
16530         (x_change_window_heights, x_set_autoraise, x_set_autolower)
16531         (x_set_vertical_scroll_bars, x_set_scroll_bar_width)
16532         (validate_x_resource_name, Fx_get_resource, x_get_resource_string)
16533         (x_default_parameter, Fx_parse_geometry, x_figure_window_size):
16534         Remove.  Use generic functions instead.
16535         (enum resource_types): Remove.
16536         (x_set_scroll_bar_default_width): New global function (for frame.c).
16537         (Fx_create_frame): Depend on x_figure_window_size to add space for
16538         toolbar and setup size_hint_flags.
16539         (w32_frame_parm_handlers): New table for redisplay_interface.
16540         (syms_of_w32fns): Don't intern/staticpro removed vars.
16542         * w32term.c: Remove unnecessary extern declarations.
16543         (x_fullscreen_adjust): Remove.  Use generic instead.
16544         (x_redisplay_interface): Add w32_frame_parm_handlers member.
16546         * w32reg.c (x_get_string_resource): Use XrmDatabase.
16548         * macgui.h (XrmDatabase): New (dummy) typedef.
16550         * macterm.h (EMACS_CLASS): Remove.
16551         (struct mac_display_info): Add xrdb member.
16552         (struct mac_output): Add want_fullscreen member.
16554         * macfns.c (Qauto_raise, Qauto_lower, ...): Remove vars for frame
16555         parameters now defined in frame.h and frame.c.
16556         (Vx_resource_name): Remove.  Use generic var.
16557         (check_x_display_info): Make non-static (for frame.c).
16558         (struct x_frame_parm_table, x_frame_parms): Remove.
16559         (init_x_parm_symbols, x_set_frame_parameters, x_report_frame_params)
16560         (x_set_line_spacing, x_set_screen_gamma, x_icon_type, x_set_font)
16561         (x_set_border_width, x_set_internal_border_width, x_set_visibility)
16562         (x_change_window_heights, x_set_autoraise, x_set_autolower)
16563         (x_set_vertical_scroll_bars, x_set_scroll_bar_width)
16564         (validate_x_resource_name, Fx_get_resource, x_get_resource_string)
16565         (x_default_parameter, Fx_parse_geometry, x_figure_window_size):
16566         Remove.  Use generic functions instead.
16567         (enum resource_types): Remove.
16568         (x_set_scroll_bar_default_width): New global function (for frame.c).
16569         (mac_frame_parm_handlers): New table for redisplay_interface.
16570         (syms_of_macfns): Don't intern/staticpro removed vars.
16572         * macterm.c: Remove unnecessary extern declarations.
16573         (x_redisplay_interface): Add mac_frame_parm_handlers member.
16575         * Makefile.in (frame.o): Add dependency on blockinput.h and files
16576         included from it (atimer.h and systime.h).
16578 2003-03-30  Andreas Schwab  <schwab@suse.de>
16580         * xdisp.c (x_insert_glyphs): Fix swapped width and height
16581         parameters for shift_glyphs_for_insert.
16583         * macterm.c (x_redisplay_interface): Add missing entry for
16584         draw_vertical_window_border.
16586 2003-03-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
16588         * fileio.c (Fexpand_file_name): In the no-handler case, after
16589         expanding, look again for a handler and invoke it.  This is needed
16590         for filenames like "/foo/../user@host:/bar/../baz" -- the first
16591         expansion produces "/user@host:/bar/../baz" which needs to be
16592         expanded again for the finame result "/user@host:/baz".
16594 2003-03-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16596         * gtkutil.c (xg_tool_bar_item_expose_callback): Reduce size
16597         of area to be redrawn for better performance.
16599 2003-03-28  Stefan Monnier  <monnier@cs.yale.edu>
16601         * xterm.c (take_vertical_position_into_account): Remove.
16602         (xt_action_hook): Call set_vertical_scroll_bar if needed.
16603         (XM_SB_MIN, XM_SB_RANGE): Remove (min is now set to 0).
16604         (xm_scroll_callback, x_create_toolkit_scroll_bar)
16605         (x_set_toolkit_scroll_bar_thumb): Simplify.
16606         (x_scroll_bar_expose): Only compile if !USE_TOOLKIT_SCROLL_BARS.
16607         (XTread_socket): Remove unused var.
16608         (x_make_frame_invisible): Replace goto with else.
16610         * xdisp.c (set_vertical_scroll_bar): New fun.
16611         (redisplay_window): Use it.
16613 2003-03-26  Richard M. Stallman  <rms@gnu.org>
16615         * xdisp.c (update_tool_bar): Recompute tool bar if
16616         update_mode_lines is set.  Set w->update_mode_line
16617         only if the tool bar contents actually change.
16618         (update_menu_bar): Undo previous change.
16620 2003-03-26  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16622         * gtkutil.c (xg_resize_widgets): Don't call xg_frame_cleared.
16623         (xg_frame_set_char_size): Calculate scroll bar width before frame
16624         width.  Call SET_FRAME_GARBAGED and cancel_mouse_face.
16625         (xg_separator_p): Check for all documented separator types.
16626         (xg_update_scrollbar_pos): Variable gheight not needed, use height.
16627         (update_frame_tool_bar): Don't call gdk_window_process_all_updates.
16629         * xdisp.c (update_menu_bar): Set w->update_mode_line to Qt
16630         so tool bar gets updated.
16632 2003-03-26  Stefan Monnier  <monnier@cs.yale.edu>
16634         * data.c (store_symval_forwarding): Re-instate part of the code
16635         that was deleted with too much enthusiasm.
16637 2003-03-25  Stefan Monnier  <monnier@cs.yale.edu>
16639         * data.c (store_symval_forwarding): Delete special read-only
16640         hack for type == -1, since we now use ->constant instead.
16641         (Fkill_local_variable): Don't use XBUFFER if it can be nil.
16643         * buffer.c (overlays_in): Declare static.
16644         (syms_of_buffer) <enable-multibyte-characters>: Use the symbol's
16645         `constant' field rather than the variable's `type' field.
16647 2003-03-24  Andrew Choi  <akochoi@shaw.ca>
16649         * config.in [MAC_OSX]: Do not redefine bcopy, bzero, and bcmp.
16651         * dispextern.h [HAVE_CARBON]: Include Carbon.h.
16653         * fns.c [MAC_OSX]: Do not redefine vector.
16655         * keyboard.c [MAC_OSX]: Handle SIGINT with interrupt_signal.
16657         * macgui.h: Remove definition of No_Cursor.
16659         * macterm.h: Include Carbon.h.  Replace (struct Cursor *) by Cursor.
16661         * xdisp.c: Define No_Cursor.
16662         (x_write_glyphs, notice_overwritten_cursor)
16663         (draw_phys_cursor_glyph, note_mode_line_or_margin_highlight)
16664         (note_mouse_highlight): Remove Mac-specific code.
16665         (note_mouse_highlight): Use bcmp instead of == to compare Cursors.
16667 2003-03-24  John Paul Wallington  <jpw@gnu.org>
16669         * xdisp.c (redisplay_window): If mini window's buffer is not
16670         empty, then redisplay it like other windows.
16672 2003-03-23  Kim F. Storm  <storm@cua.dk>
16674         * w32term.c (w32_draw_window_cursor): Fix last change.
16676 2003-03-23  Kenichi Handa  <handa@m17n.org>
16678         * alloc.c (make_string_from_bytes, make_specified_string):
16679         Add `const' for the arg CONTENTS.
16681         * lisp.h (make_string_from_bytes, make_specified_string):
16682         Prototypes adjusted.
16684 2003-03-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16686         * xdisp.c (get_glyph_string_clip_rect): Remove ; at end of #endif
16688         * gtkutil.h: Take two more arguments to xg_update_scrollbar_pos.
16689         (XG_SB_RANGE): New define.
16691         * gtkutil.c (xg_fixed_handle_expose): New function.
16692         (xg_create_frame_widgets): Call xg_fixed_handle_expose for
16693         expose events.
16694         (xg_update_scrollbar_pos): Take two more arguments, left and width
16695         of scroll bar including borders.
16696         Clear left and right part outside scroll bar separately as some
16697         themes have bars that are not an even number of pixels.
16698         Don't set reallocate_redraws, don't call
16699         gdk_window_process_all_updates.
16700         (xg_set_toolkit_scroll_bar_thumb): Upper value is fixed,
16701         so no need to change it.  Calculate size and value with XG_SB_RANGE.
16703         * xterm.c (x_scroll_bar_create, XTset_vertical_scroll_bar):
16704         Pass left and width of scroll bar including borders to
16705         xg_update_scrollbar_pos.
16707 2003-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
16709         * Makefile.in: Make sure space precedes end-of-line backslashes.
16711 2003-03-22  Kim F. Storm  <storm@cua.dk>
16713         * xdisp.c (pixel_to_glyph_coords, glyph_to_pixel_coords):
16714         Add generic versions here.  Remove system specific versions
16715         defined elsewhere.
16717         * dispextern.h (pixel_to_glyph_coords, glyph_to_pixel_coords):
16718         Add prototypes.
16720         * xterm.h (STORE_NATIVE_RECT): New macro.
16722 2003-03-21  Kim F. Storm  <storm@cua.dk>
16724         * xdisp.c (get_glyph_string_clip_rect):
16725         Use FRAME_INTERNAL_BORDER_WIDTH.
16727         * dispextern.h (struct redisplay_interface): Add active_p
16728         argument to draw_window_cursor member.  All uses changed.
16730 2003-03-21  Kim F. Storm  <storm@cua.dk>
16732         The following changes consolidate code related to writing and
16733         inserting glyphs, exposing frame, the tool bar, the mouse face,
16734         the output cursor, and help echo from xterm.c, w32term.c and
16735         macterm.c into xdisp.c.  It also generalizes the use of the
16736         window_part enum instead of using numeric values throughout.
16738         * xdisp.c: Consolidate gui-independent code here.
16739         Include keymap.h.
16740         (Qhelp_echo): Import.
16741         (mouse_autoselect_window, x_stretch_cursor_p): Declare here.
16742         (help_echo_string, help_echo_window, help_echo_object)
16743         (previous_help_echo_string, help_echo_pos): Declare here.
16744         (output_cursor, last_mouse_frame, last_tool_bar_item): Declare here.
16745         (estimate_mode_line_height): Define here.  Handle windowing
16746         systems directly (without using estimate_mode_line_height_hook).
16747         (x_y_to_hpos_vpos, get_tool_bar_item, note_tool_bar_highlight):
16748         (update_window_cursor, update_cursor_in_window_tree)
16749         (fast_find_position, fast_find_string_pos)
16750         (note_mode_line_highlight, note_mode_line_or_margin_highlight)
16751         (expose_area, expose_line, expose_overlaps, expose_window)
16752         (expose_window_tree, phys_cursor_in_rect_p): New generic versions;
16753         declared static as they are only used locally in xdisp.c.
16754         (draw_glyphs): Rename from x_draw_glyphs and make static.
16755         (tool_bar_item_info, notice_overwritten_cursor): Make static.
16756         (frame_to_window_pixel_xy, get_glyph_string_clip_rect)
16757         (set_output_cursor, x_cursor_to, handle_tool_bar_click)
16758         (x_write_glyphs, x_insert_glyphs, x_clear_end_of_line):
16759         (x_fix_overlapping_area, draw_phys_cursor_glyph, erase_phys_cursor)
16760         (display_and_set_cursor, x_update_cursor, x_clear_cursor)
16761         (show_mouse_face, clear_mouse_face, cursor_in_mouse_face_p)
16762         (note_mouse_highlight, x_clear_window_mouse_face)
16763         (cancel_mouse_face, x_draw_vertical_border, expose_frame)
16764         (x_intersect_rectangles): New generic functions for use by xdisp.c
16765         and GUI front-ends.
16766         (syms_of_xdisp): Initialize and staticpro help_echo* variables.
16767         Defvar_bool "x-streach-cursor" and "mouse-autoselect-window" here.
16769         * dispextern.h (Display_Info): Generic typedef for *_display_info.
16770         (NativeRectangle): Generic typedef for rectangle type.
16771         (enum window_part): Move here from window.c.
16772         (struct redisplay_interface): New members flush_display_optional,
16773         define_frame_cursor, clear_frame_area, draw_window_cursor,
16774         draw_vertical_window_border, shift_glyphs_for_insert.
16775         Rename member clear_mouse_face to clear_window_mouse_face.
16776         (estimate_mode_line_height_hook): Remove hook.
16777         (auto_raise_tool_bar_buttons_p): Don't declare extern.
16778         (tool_bar_item_info): Remove prototype.
16779         (help_echo_string, help_echo_window, help_echo_object)
16780         (previous_help_echo_string, help_echo_pos)
16781         (last_mouse_frame, last_tool_bar_item, mouse_autoselect_window):
16782         (x_stretch_cursor_p, output_cursor): Declare extern.
16783         (x_draw_glyphs, notice_overwritten_cursor): Remove prototypes.
16784         (x_write_glyphs), x_insert_glyphs, x_clear_end_of_line)
16785         (x_fix_overlapping_area, draw_phys_cursor_glyph, erase_phys_cursor)
16786         (display_and_set_cursor, set_output_cursor, x_cursor_to)
16787         (x_update_cursor, x_clear_cursor, x_draw_vertical_border)
16788         (frame_to_window_pixel_xy, get_glyph_string_clip_rect)
16789         (note_mouse_highlight, x_clear_window_mouse_face, cancel_mouse_face)
16790         (handle_tool_bar_click, clear_mouse_face, show_mouse_face)
16791         (cursor_in_mouse_face_p, expose_frame, x_intersect_rectangles):
16792         Add prototypes.
16793         (mode_line_string, marginal_area_string): Fix prototypes.
16795         * window.c (enum window_part): Move to dispextern.h.
16796         (coordinates_in_window): Use enum window_part member names
16797         instead of numbers to describe return value.
16798         (struct check_window_data): Change part member to window_part.
16799         (check_window_containing): Return window_part unaltered.
16800         (window_from_coordinates): Change part arg from int to enum
16801         window_part.  Allow part arg to be null.  All users changed.
16803         * window.h (window_from_coordinates): Fix prototype.
16805         * term.c (estimate_mode_line_height): Move to xdisp.c.
16807         * keyboard.c (make_lispy_event): Use enum window_part.
16809         * dispnew.c (mode_line_string, marginal_area_string): Use enum
16810         window_part instead of int in arg list.  Users changed.
16812         * xterm.h (No_Cursor): Declare as None for X.
16813         (struct mac_output): Replace member cross_cursor by hand_cursor.
16815         * xterm.c: Remove consolidated defines and code.
16816         (BETWEEN): Remove unused macro.
16817         (x_draw_vertical_window_border, x_shift_glyphs_for_insert)
16818         (x_define_frame_cursor, x_clear_frame_area)
16819         (x_draw_window_cursor): New X-specific functions for RIF.
16820         (x_redisplay_interface): Add new members.
16822         * xfns.c: Setup and use hand_cursor instead of cross_cursor.
16824         * w32term.h (struct w32_output): Remove cross_cursor member.
16826         * w32term.c: Remove consolidated defines and code.
16827         (BETWEEN): Remove unused macro.
16828         (w32_draw_vertical_window_border, w32_shift_glyphs_for_insert)
16829         (w32_define_frame_cursor, w32_clear_frame_area)
16830         (w32_draw_window_cursor): New W32-specific functions for RIF.
16831         (w32_redisplay_interface): Add new members.
16833         * w32gui.h (No_Cursor): Define as 0 for W32.
16834         (XRectangle): Add X compatible rectangle type.
16835         (NativeRectangle): Declare as RECT for W32.
16836         (CONVERT_TO_XRECT, CONVERT_FROM_XRECT, STORE_NATIVE_RECT): New macros.
16838         * w32fns.c: Remove setup of cross_cursor (already has hand_cursor).
16840         * w32console.c: Remove consolidated defines and code.
16842         * msdos.h (Display_Info): Add generic typedef.
16844         * msdos.c: Remove consolidated defines and code.
16845         (IT_note_mouse_highlight, dos_rawgetc): Use enum window_part.
16847         * macterm.h (struct mac_output): Replace member cross_cursor by
16848         hand_cursor.
16849         (activate_scroll_bars, deactivate_scroll_bars): Add prototypes.
16851         * macterm.c: Remove consolidated defines and code.
16852         (BETWEEN): Remove unused macro.
16853         (mac_draw_vertical_window_border, mac_shift_glyphs_for_insert)
16854         (mac_define_frame_cursor, mac_clear_frame_area)
16855         (mac_draw_window_cursor): New Mac-specific functions for RIF.
16856         (x_redisplay_interface): Add new members.
16858         * macgui.h (No_Cursor): Define as 0 for Mac.
16859         (XRectangle): Add X compatible rectangle type.
16860         (NativeRectangle): Declare as Rect for Mac.
16861         (CONVERT_TO_XRECT, CONVERT_FROM_XRECT, STORE_NATIVE_RECT): New macros.
16863         * macfns.c (x_set_mouse_color): Setup hand_cursor.
16864         (x_set_cursor_color): Use x_display_and_set_cursor.
16866         * Makefile.in (xdisp.o): Add dependency on blockinput.h and files
16867         included from it.  Add dependency on keymap.h.
16869         * makefile.w32-in (xdisp.o): Add dependency on keymap.h.
16871 2003-03-21  Kenichi Handa  <handa@m17n.org>
16873         * fileio.c (Fexpand_file_name): Fix previous change.
16875 2003-03-19  Kenichi Handa  <handa@m17n.org>
16877         * fileio.c (Ffile_name_directory): Reconstruct file name by
16878         make_specified_string.
16879         (Ffile_name_nondirectory, Ffile_name_as_directory)
16880         (Fdirectory_file_name, Fexpand_file_name)
16881         (Fsubstitute_in_file_name): Likewise.
16882         (Fread_file_name): Compare decoded homedir with DIR and
16883         DEFAULT_FILENAME.
16885         * alloc.c (make_specified_string): If NCHARS is negative, count
16886         the number of characters.
16888 2003-03-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16890         * gtkutil.c (xg_frame_cleared): Call gtk_widget_queue_draw for
16891         all widgets.
16893         * gtkutil.h: Removed xg_ignore_next_thumb.
16895 2003-03-18  Kenichi Handa  <handa@m17n.org>
16897         * coding.c (Vchar_coding_system_table): Remove this variable.
16898         (Vcoding_system_safe_chars): New variable.
16899         (intersection): Remove this function.
16900         (find_safe_codings): Don't use Vchar_coding_system_table, but try
16901         all codings in SAFE_CODINGS.
16902         (Ffind_coding_systems_region_internal): Adjust for the change of
16903         find_safe_codings.  Get generic coding systems from
16904         Vcoding_system_safe_chars.
16905         (Fdefine_coding_system_internal): New function.
16906         (syms_of_coding): Defsubr Sdefine_coding_system_internal.
16907         Initialize and staticpro Vcoding_system_safe_chars.
16909 2003-03-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16911         * gtkutil.c (xg_set_toolkit_scroll_bar_thumb): Check if new values
16912         equal old values before updating.
16914         * xterm.c (xg_scroll_callback): Remove xg_ignore_next_thumb.
16916         * gtkutil.c (xg_initialize): Remove xg_ignore_next_thumb.
16918 2003-03-17  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16920         * gtkutil.c: Removed handle_fixed_child, struct xg_last_sb_pos.
16921         (xg_resize_widgets): Don't call foreach(handle_fixed_child).
16922         (xg_gtk_scroll_destroy): Remove free of struct xg_last_sb_pos.
16923         (scroll_bar_button_cb): Set bar->dragging to NIL on button release.
16924         (xg_create_scroll_bar): Pass bar to button event callback.
16925         (xg_find_top_left_in_fixed): New function.
16926         (xg_update_scrollbar_pos): Don't call gdk_window_clear on
16927         whole scroll bar area.  Get old position with
16928         xg_find_top_left_in_fixed, calculate and only clear needed areas.
16929         (xg_set_toolkit_scroll_bar_thumb): Do not adjust scroll bar if
16930         dragging is in progress.  Calculate whole as for Motif.
16931         Remove code that saved last values.  Call gtk_range functions to
16932         set scroll bar sizes.
16934         * gtkutil.h: Removed xg_ignore_next_thumb.
16936 2003-03-17  Juanma Barranquero  <lektu@terra.es>
16938         * makefile.w32-in ($(BLD)/xdisp.$(O)): Add dependency on blockinput.h
16939         and files included from it.
16941 2003-03-18  Stefan Monnier  <monnier@cs.yale.edu>
16943         * keymap.c (accessible_keymaps_1): Break cycles but without preventing
16944         multiple occurrences of the same keymap under different prefixes.
16945         (Faccessible_keymaps): Remove code redundant since 1994-08-03T07:39:00Z!rms@gnu.org.
16947 2003-03-16  Jason Rumney  <jasonr@gnu.org>
16949         * w32gui.h: Use HDC for Display.
16951         * w32term.c (w32_encode_char): Prevent double-byte chars from
16952         crashing Emacs.
16954         * w32fns.c (jpeg_load, png_load, slurp_file): Read image files
16955         as binary.
16957 2003-03-16  Juanma Barranquero  <lektu@terra.es>
16959         * xdisp.c (x_produce_glyphs): Use FRAME_BASELINE_OFFSET.
16961 2003-03-16  Kim F. Storm  <storm@cua.dk>
16963         The following changes consolidate some of the gui-independent
16964         parts of the processing and drawing of "glyph strings" from
16965         xterm.c, w32term.c, and macterm.c into xdisp.c.
16967         * dispextern.h (struct glyph): Reduce face_id member from 22 to
16968         21 bits (this reduces number of faces from 4M to 2M).
16969         Replace W32 specific w32_font_type member (2 bits) by generic
16970         font_type member (3 bits) for portability.
16971         (FONT_TYPE_UNKNOWN): New define, default for font_type member.
16972         (enum draw_glyphs_face): Define here.
16973         (struct glyph_string): Define here.  Merge W32 and X versions.
16974         (struct redisplay_interface): New members per_char_metric,
16975         encode_char, compute_glyph_string_overhangs, draw_glyph_string.
16976         (VCENTER_BASELINE_OFFSET): Define here.
16977         (dump_glyph_string, x_get_glyph_overhangs, x_produce_glyphs)
16978         (x_draw_glyphs, notice_overwritten_cursor): Declare prototypes here.
16980         * xdisp.c: Consolidate gui-independent "glyph string" code here.
16981         (dump_glyph_string): Moved here.
16982         (init_glyph_string, append_glyph_string_lists, append_glyph_string)
16983         (prepend_glyph_string_lists, get_glyph_face_and_encoding)
16984         (fill_composite_glyph_string, fill_glyph_string)
16985         (fill_image_glyph_string, fill_stretch_glyph_string)
16986         (left_overwritten, left_overwriting, right_overwritten)
16987         (right_overwriting, get_char_face_and_encoding)
16988         (set_glyph_string_background_width, compute_overhangs_and_x)
16989         (append_glyph, append_composite_glyph, produce_image_glyph)
16990         (take_vertical_position_into_account, append_stretch_glyph)
16991         (produce_stretch_glyph): New generic functions (based on X version).
16992         Call platform specific functions through rif.
16993         (INIT_GLYPH_STRING): New macro, hides W32 details.
16994         (BUILD_STRETCH_GLYPH_STRING, BUILD_IMAGE_GLYPH_STRING)
16995         (BUILD_CHAR_GLYPH_STRINGS, BUILD_COMPOSITE_GLYPH_STRING)
16996         (BUILD_GLYPH_STRINGS): Generic macros (based on X version).
16997         (x_draw_glyphs, x_get_glyph_overhangs, x_produce_glyphs)
16998         (notice_overwritten_cursor):
16999         Generic functions exported to platform modules.  Users changed.
17001         * xterm.h (FONT_DESCENT, FRAME_X_OUTPUT, FRAME_BASELINE_OFFSET)
17002         (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE)
17003         (STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2):
17004         New macros for consolidated code.
17006         * xterm.c: Remove consolidated defines and code.
17007         (x_per_char_metric, x_encode_char)
17008         (x_compute_glyph_string_overhangs): Adapt to RIF requirements.
17009         (x_redisplay_interface): Add new members.
17011         * w32gui.h (Display): Add dummy typedef for consolidation.
17012         (XChar2b): Define alias for wchar_t for consolidation.
17013         (STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2): New macros.
17015         * w32term.h (FRAME_X_OUTPUT, FRAME_X_WINDOW, FRAME_X_DISPLAY)
17016         (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE):
17017         New macros for consolidation.
17019         * w32term.c: Remove consolidated defines and code.
17020         (BUILD_WCHAR_T, BYTE1, BYTE2): Macros removed; callers changed
17021         to use STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2 instead.
17022         (w32_per_char_metric): Change font_type arg to int for RIF.
17023         (w32_encode_char): Return int according to RIF requirements.
17024         (w32_compute_glyph_string_overhangs): Adapt to RIF.
17025         (w32_get_glyph_overhangs): New function for RIF.  Uses generic
17026         x_get_glyph_overhangs.
17027         (w32_redisplay_interface): Add new members.
17029         * macgui.h (XChar2b): Move typedef here for consolidation.
17030         (STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2): New macros.
17032         * macterm.h (FRAME_X_OUTPUT, FRAME_X_WINDOW, FRAME_X_DISPLAY):
17033         (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): New macros for
17034         consolidation.
17036         * macterm.c: Remove consolidated defines and code.
17037         (mac_per_char_metric): New function for RIF.
17038         (mac_encode_char): Adapt to new RIF requirements.
17039         (mac_compute_glyph_string_overhangs): Adapt for RIF.
17040         (x_redisplay_interface): Add new members.
17042 2003-03-15  Stefan Monnier  <monnier@cs.yale.edu>
17044         * keymap.c (Vmenu_events): New var.
17045         (syms_of_keymap): Initialize it.
17046         (where_is_internal): Check more carefully what is a menu event.
17048 2003-03-14  Richard M. Stallman  <rms@gnu.org>
17050         * lread.c (read1): After #!, exit loop on eof.
17052 2003-03-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17054         * gtkutil.h: Add declaration for xg_frame_cleared.
17056         * xterm.c (x_clear_frame): Call xg_frame_cleared for GTK.
17058         * gtkutil.c (struct xg_last_sb_pos): New structure.
17059         (handle_fixed_child): New function.
17060         (xg_resize_widgets): Call handle_fixed_child on all scroll bar widgets
17061         and force a redraw on them.
17062         (xg_gtk_scroll_destroy): Free struct xg_last_sb_pos also.
17063         (xg_create_scroll_bar): Add struct xg_last_sb_pos to scroll bar
17064         so we can avoid unneeded redraws.
17065         (xg_update_scrollbar_pos): Invalidate data in xg_last_sb_pos
17066         and force a redraw on the scroll bar.
17067         (xg_set_toolkit_scroll_bar_thumb): Do not change/redraw scroll bar
17068         if xg_last_sb_pos shows the positions are up to date.
17069         (xg_frame_cleared): New function.
17071 2003-03-13  Kenichi Handa  <handa@m17n.org>
17073         * coding.c (Fdetect_coding_region): Fix docstring.
17074         (Fdetect_coding_string): Fix docstring.
17076 2003-03-13  Andreas Schwab  <schwab@suse.de>
17078         * gtkutil.c: Add prototype for create_menus.
17080         * data.c (long_to_cons): Fix type of top.
17082         * xselect.c (selection_data_to_lisp_data): Use int instead of
17083         long for an integer of size 4.
17085         * gtkutil.c (xg_update_frame_menubar): Add missing return value.
17086         (xg_tool_bar_help_callback): Likewise.
17088 2003-03-12  Andreas Schwab  <schwab@suse.de>
17090         * xterm.c (x_term_init) [USE_GTK]: Fix typo.
17092 2003-03-12  Kim F. Storm  <storm@cua.dk>
17094         The following changes consolidate the fringe handling from
17095         xterm.c, w32term.c, and macterm.c into xdisp.c.
17097         * xdisp.c: Consolidate fringe handling code here.
17098         (left_bits, right_bits, continued_bits, continuation_bits)
17099         (ov_bits, zv_bits): Define fringe bitmaps.
17100         (fringe_bitmaps): New array holding fringe bitmaps.
17101         (draw_fringe_bitmap): Draw a specific bitmap; call display
17102         specific drawing routine via rif->draw_fringe_bitmap.
17103         (draw_row_fringe_bitmaps): Generic replacement for
17104         x_draw_row_fringe_bitmaps; all callers changed.
17105         (compute_fringe_widths): Generic replacement for
17106         x_compute_fringe_widths; all callers changed.
17108         * dispextern.h (enum fringe_bitmap_type): Define here.
17109         (struct fringe_bitmap, struct draw_fringe_bitmap_params): New.
17110         (fringe_bitmaps): Declare extern.
17111         (struct redisplay_interface): New member draw_fringe_bitmap.
17112         (draw_row_fringe_bitmaps, compute_fringe_widths): Declare extern.
17114         * xterm.c: Remove generic fringe code.
17115         (x_draw_fringe_bitmap): Only perform actual fringe drawing.
17116         (x_redisplay_interface): Add x_draw_fringe_bitmap member.
17118         * w32term.c: Remove generic fringe code.
17119         (w32_draw_fringe_bitmap): Only perform actual fringe drawing.
17120         (w32_redisplay_interface): Add w32_draw_fringe_bitmap member.
17122         * macterm.c: Remove generic fringe code.
17123         (x_draw_fringe_bitmap): Only perform actual fringe drawing.
17124         (x_redisplay_interface): Add x_draw_fringe_bitmap member.
17126 2003-03-11  Stefan Monnier  <monnier@cs.yale.edu>
17128         * print.c (Fprin1_to_string): Return unibyte string if possible.
17130 2003-03-09  David Kastrup  <dak@gnu.org>
17132         * process.c (read_process_output): We have allocated enough space
17133         for readmax and carryover, so actually use the alloted space.
17135 2003-03-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17137         * keyboard.c (make_lispy_event): Extend mouse_syms if needed for
17138         toolkit scrollbar click.
17140         * xterm.c (x_window_to_scroll_bar): Call xg_get_scroll_id_for_window
17141         for USE_GTK.
17142         (x_scroll_bar_handle_click): Use this function for toolkit scrollbars
17143         also.
17144         (handle_one_xevent): ButtonPress/Release: If event is for a toolkit
17145         scrollbar and control is pressed, call x_scroll_bar_handle_click.
17147         * gtkutil.h (xg_get_scroll_id_for_window): Declare.
17149         * gtkutil.c (xg_get_scroll_id_for_window): New function.
17150         (xg_tool_bar_item_expose_callback): New function.
17151         (xg_tool_bar_expose_callback): Call update_frame_tool_bar.
17152         (xg_create_tool_bar): Connect xg_tool_bar_expose_callback to expose
17153         on the tool bar widget.
17154         (update_frame_tool_bar): Connect xg_tool_bar_item_expose_callback
17155         to expose on the tool bar item widgets.
17157 2003-03-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17159         * gtkutil.c (update_frame_tool_bar): Compare pixmap ID instead of
17160         struct image* when deciding to update (struct image* may have been
17161         deleted from the image cache).
17163         * xterm.c (handle_one_xevent): Pass ReparentNotify to Xt even if
17164         the event isn't for a frame (i.e. for dialogs).
17166 2003-03-07  Kenichi Handa  <handa@m17n.org>
17168         * coding.c (CODING_ADD_COMPOSITION_COMPONENT): If the number of
17169         composition components reaches the limit, terminate composing.
17170         (COMPOSITION_OK): New macro.
17171         (detect_coding_iso2022): Use it if an escape sequence for
17172         composition is found.
17173         (coding_restore_composition): Adjust the number of composition
17174         components if it is not sane.
17176 2003-03-06  Juanma Barranquero  <lektu@terra.es>
17178         * w32term.h (struct w32_display_info): Add xrdb member to support
17179         passing resources via -xrm on Windows.
17181         * w32term.c (w32_make_rdb): New function.
17182         (w32_term_init): Use it to initialize xrdb member of w32_display_info
17183         struct.  Delete leftover code.
17185         * w32fns.c (Fx_get_resource, x_get_resource_string): Pass xrdb to check
17186         for resources passed on the command line.
17188         * w32reg.c (w32_get_rdb_resource): New function.
17189         (x_get_string_resource): Use it, so resources passed with -xrm
17190         supercede the ones in the registry.
17192 2003-03-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17194         * xterm.c (x_detect_focus_change): Call x_any_window_to_frame
17195         instead of x_top_window_to_frame.
17197 2003-03-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17199         * xsmfns.c (smc_save_yourself_CB): Add --no-splash to options
17200         when restarting Emacs.
17202 2003-03-03  Richard M. Stallman  <rms@gnu.org>
17204         * buffer.c (Fkill_buffer): Use Frun_hook_with_args_until_failure
17205         to run kill-buffer-query-functions.
17206         (Qkill_buffer_query_functions): New var.
17207         (syms_of_buffer): Init and staticpro it.
17209 2003-03-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17211         * xterm.h (XSync): Define as gdk_window_process_all_updates for GTK.
17213 2003-02-25  Kim F. Storm  <storm@cua.dk>
17215         * xdisp.c (redisplay_window): Fix infinite loop in redisplay.
17216         If centering point failed to make whole line visible and vscroll
17217         is non-zero, disable vscroll and try centering point again.
17219         * lread.c (read1): Accept `single space' syntax like (? x).
17221 2003-02-25  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17223         * keyboard.c (cancel_hourglass_unwind): Surround with
17224         #ifdef HAVE_X_WINDOWS
17226 2003-02-25  Kenichi Handa  <handa@m17n.org>
17228         * buffer.c (Fset_buffer_multibyte): Pay attention to the buffer
17229         process only when "subprocesses" is defined.
17231 2003-02-24  Stefan Monnier  <monnier@cs.yale.edu>
17233         * syntax.c (back_comment): Only check nestedness of 2nd char if needed.
17235 2003-02-24  Juanma Barranquero  <lektu@terra.es>
17237         * callint.c (fix_command): Declare as static void and move before
17238         Fcall_interactively.
17240         * xdisp.c (Qwhen): Declare external; it's now defined in callint.c.
17241         (syms_of_xdisp): Don't initialize Qwhen.
17243 2003-02-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17245         * keyboard.c (cancel_hourglass_unwind): New function.
17246         (command_loop_1): Cancel hourglass with unwind-protect.
17248 2003-02-23  Richard M. Stallman  <rms@gnu.org>
17250         * callint.c (fix_command): New subroutine, from Fcall_interactively.
17251         Detect (when ... (region-beginning)) etc.
17252         (Fcall_interactively): Call fix_command.
17253         (Qif, Qwhen): New variables.
17254         (syms_of_callint): Init and staticpro them.
17256         * regex.c (print_partial_compiled_pattern): Output to stderr.
17258 2003-02-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
17260         * dired.c (directory_files_internal): Don't expand directory.
17261         (Fdirectory_files, Fdirectory_files_and_attributes): Do it here
17262         instead.  From Lars Hansen <larsh@math.ku.dk>.
17264 2003-02-22  Stefan Monnier  <monnier@cs.yale.edu>
17266         * fns.c (string_to_multibyte): Remove unused var i.
17267         (Flanginfo): Fix int/Lisp_Object mixup.
17268         (void_call2): New fun.
17269         (Fmap_char_table): Use it in place of call2.
17271         * xfaces.c (x_face_list_fonts): Fix int/Lisp_Object mixup.
17273         * macros.c (Fstart_kbd_macro): Remove redundant assignment.
17275         * keymap.c (copy_keymap_1): Make it static.
17277         * alloc.c (Fgarbage_collect): Don't use XSETFLOAT.
17279 2003-02-22  David Ponce  <david@dponce.com>
17281         * lread.c (Fload): Don't check STRING_MULTIBYTE.
17283 2003-02-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17285         * process.h: Removed subtty field from struct Lisp_Process.
17287         * process.c (create_process): Remove setting of subtty.
17288         (emacs_get_tty_pgrp): New function.
17289         (Fprocess_running_child_p, process_send_signal):
17290         Call emacs_get_tty_pgrp instead of ioctl.
17291         (process_send_signal): Call EMACS_KILLPG if ioctl TIOCSIGSEND fails.
17293 2003-02-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
17295         * keymap.c (Fdefine_key): Doc fix.
17297 2003-02-21  Juanma Barranquero  <lektu@terra.es>
17299         Port of patch for RC by Klaus Zeitler <kzeitler@lucent.com>.
17301         * s/hpux10.h: Define POLL_INTERRUPTED_SYS_CALL, not
17302         POLLING_PROBLEM_IN_SELECT.
17304         * s/hpux11.h: Include hpux10-20.h instead of hpux10.h.
17305         Delete #undef of POLLING_PROBLEM_IN_SELECT.
17307         * s/hpux10-20.h: New file.
17309         * process.c (wait_reading_process_input):
17310         Use POLL_INTERRUPTED_SYS_CALL, not POLLING_PROBLEM_IN_SELECT.
17312 2003-02-20  Kenichi Handa  <handa@m17n.org>
17314         * fontset.c (check_fontset_name): If NAME is nil, return the
17315         default fontset.
17316         (override_font_info): New function.
17317         (Fset_fontset_font): Document that NAME nil means the default fontset.
17318         (Ffontset_info): If FONTSET is not the default fontset, merge
17319         FONTSET onto the copy of the default fontset, and work on that
17320         copy.  Document that NAME nil means the default fontset.
17321         (Ffontset_font): Document that NAME nil means the default fontset.
17323         * process.c (setup_process_coding_systems): If the process's
17324         in/out descriptor is -1, do nothing.
17326 2003-02-19  Andreas Schwab  <schwab@suse.de>
17328         * lisp.h (Fcancel_kbd_macro_events, Fstring_to_multibyte):
17329         Add prototypes.
17331 2003-02-19  Kenichi Handa  <handa@m17n.org>
17333         * xfaces.c (try_alternative_families): Try all scalable fonts if
17334         Vscalable_fonts_allowed is not Qt.
17336 2003-02-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17338         * xfaces.c (x_face_list_fonts): Set *pfonts to 0 if no fonts found.
17340 2003-02-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17342         * xterm.c (x_list_fonts): If maxnames is less than 0, get all font
17343         names.
17345         * xfaces.c (x_face_list_fonts): Allocate struct font_name here.
17346         (sorted_font_list): Move allocation of struct font_name to
17347         x_face_list_fonts.
17348         (Fx_font_family_list): Set font-list-limit to -1 to get all font names.
17349         (Fx_list_fonts): Set maxnames to -1 to get all font names.
17351 2003-02-18  Kim F. Storm  <storm@cua.dk>
17353         * lread.c (read1): Fix last change.
17354         "`" is not always special.  Allow "?" after a character constant.
17356 2003-02-18  Andrew Choi  <akochoi@shaw.ca>
17358         * unexmacosx.c (copy_data_segment): Also copy __cfstring section.
17360 2003-02-18  Andreas Schwab  <schwab@suse.de>
17362         * window.c (window_scroll_pixel_based): Move outside a
17363         multi-glyph character before setting new window start.
17365         * xdisp.c (in_display_vector_p): New function.
17366         * dispextern.h (in_display_vector_p): Declare.
17368 2003-02-18  Kim F. Storm  <storm@cua.dk>
17370         * lread.c (read1): Fix and relax read syntax.
17371         Recognize "[", ";", "#", and "?" after a dotted-pair dot.
17372         Only recognize "," after dotted-pair dot if inside backquote.
17373         Never include "`" or "," (inside backquote) in a symbol.
17374         Allow dotted-pair dot after a character constant.
17375         Allow "`" and "," (inside backquote) after a character constant.
17377 2003-02-17  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17379         * gtkutil.c (xg_tool_bar_expose_callback): New function.
17380         (xg_create_tool_bar): Force style of tool bar to be horizontal with
17381         icons.  Set name of tool bar to emacs-toolbar.
17382         (update_frame_tool_bar): Connect expose event to
17383         xg_tool_bar_expose_callback.
17385 2003-02-17  Richard M. Stallman  <rms@gnu.org>
17387         * keyboard.c (this_command_key_count_reset): New variable.
17388         Initiatize to 0 where this_command_key_count is set.
17389         (read_char): Save and restore this_command_key_count_reset
17390         around input method code.
17391         (read_char): If this_command_key_count_reset, echo reread commands.
17392         (Freset_this_command_lengths): Set this_command_key_count_reset to 1.
17394 2003-02-17  Kenichi Handa  <handa@m17n.org>
17396         * fns.c (string_to_multibyte): Always return a multibyte string.
17398 2003-02-16  Jason Rumney  <jasonr@gnu.org>
17400         * w32fns.c (w32_list_bdf_fonts, w32_list_fonts):
17401         Negative max_fonts parameter means list all.
17403 2003-02-14  Dave Love  <fx@gnu.org>
17405         * fns.c (Flanginfo): Doc fix.
17407 2003-02-13  Kim F. Storm  <storm@cua.dk>
17409         * lread.c (read_escape): Interpret \s as a SPACE character, except
17410         for \s-X in a character constant which still is the super modifier.
17411         (read1): Signal an `invalid read syntax' error if a character
17412         constant is immediately followed by a digit or symbol character.
17414         * search.c (Fmatch_data): Doc fix.  Explicitly state that
17415         match-data is undefined if last search failed.
17417         * keymap.c (Fcommand_remapping): Rename from Fremap_command.
17418         All uses changed.
17420 2003-02-12  Juanma Barranquero  <lektu@terra.es>
17422         * eval.c (Fdefmacro): Fix typo.
17424 2003-02-12  Kim F. Storm  <storm@cua.dk>
17426         * macros.c (Fstart_kbd_macro): If appending, and last keyboard
17427         macro is a string, convert meta modifiers in string when copying
17428         the string into a vector.
17430 2003-02-11  Kim F. Storm  <storm@cua.dk>
17432         * keymap.c (Fremap_command): Return nil if arg is not a symbol.
17434 2003-02-11  Kenichi Handa  <handa@m17n.org>
17436         * Makefile.in (lisp, shortlisp): Add malayalam.el and tamil.el.
17438 2003-02-10  Kim F. Storm  <storm@cua.dk>
17440         * process.c: Doc fixes.
17441         (syms_of_process): Add `:' prefix to QCfilter_multibyte.
17443 2003-02-10  Kenichi Handa  <handa@m17n.org>
17445         * fns.c (Fstring_to_multibyte): Fix typo in the docstring.
17447         * process.c (QCfilter_multibyte): New variable.
17448         (setup_process_coding_systems): New function.
17449         (Fset_process_buffer, Fset_process_filter):
17450         Call setup_process_coding_systems.
17451         (Fstart_process): Initialize the member `filter_multibyte' of
17452         struct Lisp_Process.
17453         (create_process): Call setup_process_coding_systems.
17454         (Fmake_network_process): New keyward `:filter-multibyte'.
17455         Initialize the member `filter_multibyte' of struct Lisp_Process.
17456         Call setup_process_coding_systems.
17457         (server_accept_connection): Call setup_process_coding_systems.
17458         (read_process_output): If the process has a filter, decide the
17459         multibyteness of a string to given to the filter by
17460         `filter_multibyte' member of the process.  If the process doesn't
17461         have a filter and the result of conversion is unibyte, use
17462         Fstring_to_multibyte (not Fstring_make_multibyte) to get the
17463         multibyte form.
17464         (Fset_process_coding_system): Call setup_process_coding_systems.
17465         (Fset_process_filter_multibyte): New function.
17466         (Fprocess_filter_multibyte_p): New function.
17467         (syms_of_process): Intern and staticpro QCfilter_multibyte.
17468         Defsubr Sset_process_filter_multibyte and
17469         Sprocess_filter_multibyte_p.
17471         * process.h (struct Lisp_Process): New member filter_multibyte.
17473         * lisp.h (setup_process_coding_systems): Add prototype.
17475         * buffer.c (Fset_buffer_multibyte): If the current buffer has a
17476         process, update coding systems for the process.
17478 2003-02-09  Kenichi Handa  <handa@m17n.org>
17480         * fns.c (string_to_multibyte): New function.
17481         (Fstring_to_multibyte): New function.
17482         (syms_of_fns): Defsubr it.
17484 2003-02-08  Andreas Schwab  <schwab@suse.de>
17486         * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable
17487         instead of the substitution.
17489 2003-02-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17491         * xterm.c (x_make_frame_visible): Call gtk_window_deiconify.
17493         * xmenu.c (menu_position_func): Adjust menu popup position so that
17494         the menu is fully visible.
17496 2003-02-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17498         * xterm.c (x_text_icon, x_raise_frame, x_lower_frame)
17499         (x_make_frame_invisible, x_wm_set_icon_position):
17500         Use FRAME_OUTER_WINDOW instead of ifdef X_TOOLKIT/else/endif.
17502         * xfns.c (x_set_name, x_set_title): Ditto.
17504 2003-02-04  Richard M. Stallman  <rms@gnu.org>
17506         * keyboard.c (echo_now): Update before_command_echo_length.
17507         (Freset_this_command_lengths): Reset this_command_key_count etc.
17508         immediately rather than arranging to do it later.
17509         (before_command_key_count_1, before_command_echo_length_1)
17510         (before_command_restore_flag): Vars deleted.
17511         (add_command_key): Don't handle before_command_restore_flag.
17512         (read_char, record_menu_key): Don't update before_command_key_count or
17513         before_command_echo_length.
17514         (read_char): Don't handle before_command_restore_flag.
17516         * keyboard.c (command_loop_1): Don't call adjust_point_for_property
17517         in direct-output clauses if it wouldn't be called in the ordinary case.
17519 2003-02-04  Kim F. Storm  <storm@cua.dk>
17521         * keyboard.c (syms_of_keyboard) <this-original-command>: Doc fix.
17523 2003-02-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17525         * gtkutil.c (remove_from_container): Copying list is not needed.
17526         (xg_update_menubar, xg_update_menu_item, xg_update_submenu)
17527         (xg_modify_menubar_widgets, update_frame_tool_bar): Call g_list_free
17528         on list returned from gtk_container_get_children to avoid memory leak.
17530 2003-02-01  Jason Rumney  <jasonr@gnu.org>
17532         * w32fns.c (w32_create_pixmap_from_bitmap_data): Use alloca for
17533         local malloc.
17534         [HAVE_XPM]: Avoid clashes with XColor, XImage and Pixel
17535         definitions in xpm.h.
17536         (init_xpm_functions): New function.
17537         (xpm_load): Sync with xfns.c.  Adapt for Windows version of libXpm.
17538         (init_external_image_libraries): Try to load libXpm.dll.
17540         * fileio.c (Fcopy_file) [WINDOWSNT]: Reverse logic for setting
17541         timestamp.
17543 2003-01-31  Dave Love  <fx@gnu.org>
17545         * syntax.c (Fskip_chars_forward)
17546         (open-paren-in-column-0-is-defun-start): Doc fix.
17548 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
17550         * fileio.c: Support // at start of name for Cygwin (just added proper
17551         preprocessor tests).
17553         * keyboard.c: Port to Cygwin (just added proper preprocessor tests).
17555         * Makefile.in: Use @EXEEXT@ for Cygwin.
17557         * mem-limits.h: Added ifdef to define BSD4_2 for Cygwin.
17559         * s/cygwin.h: Added for Cygwin port.
17561 2003-01-31  Juanma Barranquero  <lektu@terra.es>
17563         * w32fns.c (DrawText): Kludge to avoid a redefinition on Windows
17564         when including gif_lib.h.
17565         (init_gif_functions, init_tiff_functions): New functions.
17566         (gif_load, tiff_load): Sync with xfns.c version.  Adjust colors for
17567         Windows.  Disable color table lookups.  Call library functions
17568         through pointers determined at runtime.
17569         (init_external_image_libraries): Try to load libungif.dll and
17570         libtiff.dll.
17572 2003-01-31  Kenichi Handa  <handa@m17n.org>
17574         * xdisp.c (SKIP_GLYPHS): New macro.
17575         (set_cursor_from_row): Skip all glyphs that comes from overlay string.
17577 2003-01-30  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17579         * gtkutil.c (free_frame_tool_bar): Remove debug printf.
17581 2003-01-30  Dave Love  <fx@gnu.org>
17583         * alloc.c (Vgc_elapsed, gcs_done): New variables.
17584         (Fgarbage_collect): Use them.
17585         (init_alloc, syms_of_alloc): Set them up.
17587 2003-01-30  Juanma Barranquero  <lektu@terra.es>
17589         * w32fns.c (init_external_image_libraries): Add missing operator.
17591 2003-01-29  Jason Rumney  <jasonr@gnu.org>
17593         * w32fns.c (init_external_image_libraries): Allow jpeg-62.dll as
17594         an alternative name for jpeg.dll.
17596 2003-01-29  Kenichi Handa  <handa@m17n.org>
17598         * xdisp.c (set_cursor_from_row): Pay attention to string display
17599         properties.
17601 2003-01-28  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
17603         * macterm.c (keycode_to_xkeysym_table): Add <tab>, <backspace>,
17604         <escape>.
17605         (keycode_to_xkeysym_table): Reformat and add more comments.
17606         (XTread_socket): Drop special case for backspace.
17608 2003-01-28  Andrew Choi  <akochoi@shaw.ca>
17610         * macfns.c (x_to_mac_color): Correct the order for parsing the RGB
17611         values in old-style RGB specs.
17613 2003-01-27  Juanma Barranquero  <lektu@terra.es>
17615         * w32fns.c (init_external_image_libraries): Try alternate names for the
17616         jpeg dll.
17618 2003-01-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17620         * gtkutil.c (create_dialog, xg_separator_p)
17621         (xg_item_label_same_p, xg_update_menu_item): Check for NULL string
17622         before calling strcmp or strlen.
17624 2003-01-26  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17626         * gtkutil.c (update_frame_tool_bar): Call prepare_image_for_display
17627         and handle image load failure.
17629 2003-01-26  Jason Rumney  <jasonr@gnu.org>
17631         * w32fns.c (init_jpeg_functions, jpeg_resync_to_restart_wrapper):
17632         New functions.
17633         (jpeg_load): Sync with xfns.c version.  Adjust colors for Windows.
17634         Disable color table lookups.  Call jpeg library functions
17635         through pointers determined at runtime.
17636         (init_external_image_libraries): Try to load jpeg.dll.
17638 2003-01-25  Richard M. Stallman  <rms@gnu.org>
17640         * lisp.h: Declare format2 instead of format1.
17642         * fileio.c (barf_or_query_if_file_exists):
17643         Call format2 instead of format1.
17645         * editfns.c (format2): New function, replaces format1
17646         but takes exactly two Lisp Objects as format args.
17648         * buffer.c (Fkill_buffer): Call format2 instead of format1.
17650 2003-01-25  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17652         * xterm.h: Change to return value of x_dispatch_event to int.
17654         * xterm.c (x_filter_event): New function.
17655         (event_handler_gdk, XTread_socket): Call x_filter_event.
17656         (x_dispatch_event): Change to return value of finish.
17657         (event_handler_gdk): Use return value from x_dispatch_event.
17659         * xfns.c (x_window): Call create_frame_xic for GTK version to
17660         initialize input methods.
17662         * gtkutil.h: Add (void) prototypes.
17664         * gtkutil.c (create_menus): Remove code that puts the help menu to
17665         the right.
17667 2003-01-25  Jason Rumney  <jasonr@gnu.org>
17669         * w32fns.c (XPutPixel): Handle monochrome images; used for masks.
17670         [HAVE_PNG]: Sync with xfns.c version.
17671         (png_load): Adjust colors for Windows.  Use Windows
17672         bitmaps.  Disable color table lookups.
17673         (DEF_IMGLIB_FN, LOAD_IMGLIB_FN): New macros.
17674         (init_png_functions): New function.
17675         (png_read_from_memory, png_load): Call png library functions
17676         through pointers determined at runtime.
17677         (QCloader, QCbounding_box, QCpt_width, QCpt_height): Declare.
17678         (init_external_image_libraries): New function.
17679         (init_xfns): Call it.
17681 2003-01-24  Andreas Schwab  <schwab@suse.de>
17683         * minibuf.c (Fminibuffer_message): Verify type of parameter.
17685 2003-01-24  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17687         * gtkutil.c (xg_initialize): Initialize id_to_widget here instead
17688         of static initializer.
17690 2003-01-24  Dave Love  <fx@gnu.org>
17692         * s/gnu-linux.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define for more
17693         architectures.
17695         * alloc.c (mark_stack) [!GC_LISP_OBJECT_ALIGNMENT && __GNUC__]:
17696         Use __alignof__.
17698 2003-01-24  Kenichi Handa  <handa@m17n.org>
17700         * keyboard.c (adjust_point_for_property): New second arg MODIFIED.
17701         It it is nonzero, don't pretend that an invisible area doesn't exist.
17702         (command_loop_1): Call adjust_point_for_property with proper
17703         second arg.
17705 2003-01-22  Jason Rumney  <jasonr@gnu.org>
17707         Sync changes with xterm.c and xfns.c.
17709         * w32term.c (x_draw_glyph_string_foreground)
17710         (x_draw_composite_glyph_string_foreground): Implement overstriking.
17712         * w32term.c (x_write_glyphs): Clear phys_cursor_on_p if current
17713         phys_cursor's hpos is overwritten.  This is still not completely
17714         correct, as it doesn't really make sense to use hpos at all to
17715         get the cursor glyph (as that is relative to the width of the
17716         characters on the line, which may have changed during the update).
17718         * w32term.c (notice_overwritten_cursor): Handle the special case
17719         of the cursor being in the first blank non-text line at the
17720         end of a window.
17722         * w32term.c (x_draw_hollow_cursor, x_draw_bar_cursor)
17723         (x_draw_phys_cursor_glyph): Set phys_cursor_width here.
17724         Compute from the x position returned by x_draw_glyphs.
17726         (x_display_and_set_cursor): Don't set phys_cursor_width here,
17727         except for NO_CURSOR and system caret, to make phys_cursor_width
17728         contain what its name suggests.
17729         (notice_overwritten_cursor): Consider the cursor image erased if
17730         the output area intersects the cursor image in y-direction.
17732         * w32term.c (note_mode_line_or_margin_highlight): Rename from
17733         note_mode_line_highlight and extend.
17735         * w32term.c (last_window): New variable.
17736         (w32_read_socket) <WM_MOUSEMOVE>: Generate SELECT_WINDOW_EVENTs.
17737         (note_mouse_movement): Remove reimplemented code in #if 0.
17739         * w32fns.c (x_set_cursor_type): Set cursor_type_changed,
17740         not update_mode_lines, and always set it to 1.
17742 2003-01-21  Jason Rumney  <jasonr@gnu.org>
17744         * w32fns.c (IDC_HAND): Define it if system headers don't.
17746 2003-01-21  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>
17748         * w32term.h (struct w32_output): New member hand_cursor.
17749         (WM_EMACS_SETCURSOR): New message definition.
17751         * w32term.c (note_mode_line_highlight): Delete #if 0 to enable
17752         function w32_define_cursor.
17753         (note_mouse_highlight): Initialize, setup cursor accoding to mouse
17754         position, change member name output_data.x to output_data.w32 and
17755         add function w32_define_cursor.
17756         (show_mouse_face): Delete #if 0 to enable function w32_define_cursor
17757         and change member name output_data.x to output_data.w32.
17758         (w32_initialize_display_info):
17759         Setup dpyinfo->vertical_scroll_bar_cursor.
17761         * w32fns.c (Vx_hand_shape): New variable.
17762         (w32_wnd_proc): Add message entries for WM_SETCURSOR and
17763         WM_EMACS_SETCURSOR.
17764         (x-create-frame): Setup Cursor types.
17766 2003-01-21  David Ponce  <david@dponce.com>
17768         * w32term.c (w32_encode_char): For DIM=1 charset, set
17769         ccl->reg[2] to -1 before calling ccl_driver.
17770         (Sync. with xterm.c x_encode_char change by Kenichi Handa
17771         <handa@m17n.org> on 2002-09-30.)
17772         (w32_draw_relief_rect): Declare all args.
17773         (w32_define_cursor): New.
17775         * w32fns.c (w32_load_cursor): New function.
17776         (w32_init_class): Use it.
17777         (x_put_x_image): Declare all args.
17779 2003-01-21  Richard Dawe  <rich@phekda.freeserve.co.uk>
17781         * Makefile.in (ALL_CFLAGS): Include MYCPPFLAGS, not MYCPPFLAG.
17783 2003-01-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17785         * gtkutil.c: Must include stdio.h before termhooks.h
17787 2003-01-21  Dave Love  <fx@gnu.org>
17789         * alloc.c (Fgc_status): Print zombie list.
17790         (mark_maybe_object) [GC_MARK_STACK==GC_USE_GCPROS_CHECK_ZOMBIES]:
17791         Fix assignment of zombies.
17792         (Fgarbage_collect) [GC_MARK_STACK==GC_USE_GCPROS_CHECK_ZOMBIES]:
17793         Don't take car of non-cons.
17795         * s/sol2-5.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
17797         * s/sunos4-0.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
17799 2003-01-20  David Ponce  <david@dponce.com>
17801         * w32menu.c (digest_single_submenu): Declare all args.
17803         Sync with 2002-12-23  Richard M. Stallman  <rms@gnu.org>
17804         changes in xmenu.c:
17806         (parse_single_submenu): Use individual keymap's prompt
17807         string as pane name, if there is one.
17808         (set_frame_menubar): Save menu_items_n_panes from each call to
17809         parse_single_submenu and use it when calling digest_single_submenu.
17811 2003-01-20  Steven Tamm  <steventamm@mac.com>
17813         * macterm.c (XTread_socket): Check for valid, visible window
17814         before sending a scroll-wheel event.
17816 2003-01-20  Richard M. Stallman  <rms@gnu.org>
17818         * xdisp.c (redisplay_window): If mini window's buffer is not
17819         a minibuffer, then redisplay it like other windows.
17821 2003-01-20  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17823         * gtkutil.c (xg_create_frame_widgets): Check if there is an
17824         external tool bar before setting tool bar height.
17826 2003-01-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17828         * xterm.c (handle_one_xevent): Surround popup_activated
17829         with #ifdef:s for non-toolkit version.
17831         * Makefile.in (XOBJ): Add gtkutil.o if USE_GTK
17832         (gtkutil.o): New file.
17833         (TOOLKIT_DEFINES): Set to -DUSE_GTK if HAVE_GTK.
17834         (LIBW): Set to @GTK_LIBS@ if USE_GTK.
17836         * gtkutil.c: New file for GTK version.
17838         * gtkutil.h: New file for GTK version.
17840         * xterm.h: Add xt_or_gtk_widget.
17841         Include gtk files for USE_GTK.
17842         (struct x_output): Add toolbar_height.
17843         (struct x_output): Add GTK widgets and Gdk size_hints.
17844         (GTK_WIDGET_TO_X_WIN, FRAME_GTK_OUTER_WIDGET, FRAME_GTK_WIDGET)
17845         (FRAME_OUTER_WINDOW): New macros for USE_GTK.
17846         (FRAME_OUTER_TO_INNER_DIFF_Y): Add FRAME_TOOLBAR_HEIGHT to calculation.
17848         * xterm.c: Include gtkutil.h for USE_GTK.
17849         (free_frame_menubar): Declare extern void for USE_GTK.
17850         (note_mouse_highlight): Check popup_activated for USE_GTK.
17851         (xt_action_hook): Don't compile if USE_GTK.
17852         (x_scroll_bar_to_input_event): Use CurrentTime for USE_GTK.
17853         (xg_scroll_callback): New function.
17854         (x_create_toolkit_scroll_bar): Call xg_create_scroll_bar for USE_GTK.
17855         (x_set_toolkit_scroll_bar_thumb): Call xg_set_toolkit_scroll_bar_thumb
17856         for USE_GTK.
17857         (x_scroll_bar_create): Call xg_update_scrollbar_pos and
17858         xg_show_scroll_bar for USE_GTK.
17859         (x_scroll_bar_remove): Call xg_remove_scroll_bar for USE_GTK.
17860         (XTset_vertical_scroll_bar): Call xg_update_scrollbar_pos for USE_GTK.
17861         (event_handler_gdk): New function for USE_GTK.
17862         (handle_one_xevent): Call xg_resize_widgets for USE_GTK.
17863         (handle_one_xevent): Make sure widget is mapped before
17864         calling x_real_positions for USE_GTK.
17865         (XTread_socket): Add GTK event loop for USE_GTK.
17866         (x_set_window_size): Call xg_frame_set_char_size for USE_GTK.
17867         (x_make_frame_visible): Call gtk_widget_show_all for USE_GTK.
17868         (x_make_frame_invisible): Call gtk_widget_hide for USE_GTK.
17869         (x_iconify_frame): Add code for USE_GTK.
17870         (x_free_frame_resources): Call gtk_widget_destroy for USE_GTK.
17871         (x_wm_set_size_hint): Only compile if not USE_GTK.  GTK version
17872         is in gtkutil.c.
17873         (x_term_init): Add initialization for GTK.
17874         (syms_of_xterm): Set Vx_toolkit_scroll_bars for USE_GTK.
17876         * xmenu.c: Include gtkutil.h for USE_GTK.
17877         (Fx_popup_menu): Use current position if x and y is NIL.
17878         (single_menu_item, single_menu_item, Fx_popup_dialog):
17879         Check for USE_GTK.
17880         (popup_widget_loop): New function for USE_GTK.
17881         (x_activate_menubar): Add code for USE_GTK.
17882         (popup_activate_callback, popup_deactivate_callback)
17883         (menu_highlight_callback, menubar_selection_callback):
17884         Add USE_GTK versions.
17885         (update_frame_menubar): Call xg_update_frame_menubar for USE_GTK.
17886         (set_frame_menubar): Call xg_modify_menubar_widgets for USE_GTK.
17887         (free_frame_menubar): Only compile if not USE_GTK.  GTK version
17888         is in gtkutil.c.
17889         (popup_selection_callback): New version for USE_GTK.
17890         (create_and_show_popup_menu): New fuction, one USE_GTK version and
17891         one USE_X_TOOLKIT version.
17892         (xmenu_show): Call create_and_show_popup_menu.
17893         (dialog_selection_callback): New version for USE_GTK.
17894         (create_and_show_dialog): New fuction, one USE_GTK version and
17895         one USE_X_TOOLKIT version.
17896         (xdialog_show): Call create_and_show_dialog.
17898         * xfns.c: Include gtkutil for USE_GTK.
17899         (x_window_to_frame, x_any_window_to_frame)
17900         (x_non_menubar_window_to_frame, x_menubar_window_to_frame)
17901         (x_top_window_to_frame): Add code for USE_GTK.
17902         (x_set_background_color): Call xg_set_background_color for GTK.
17903         (x_set_menu_bar_lines): Check for USE_GTK.
17904         (x_set_tool_bar_lines): Call update_frame_tool_bar for USE_GTK.
17905         (x_set_name, x_set_title): Call gtk_window_set_title for USE_GTK.
17906         (x_window): Call xg_create_frame_widgets for USE_GTK.
17907         (Fx_create_frame): Check for USE_GTK
17908         (Fx_file_dialog): New implementation for USE_GTK.
17910         * xdisp.c: Add check for USE_GTK for extern void set_frame_menubar.
17911         (update_menu_bar): Add check for USE_GTK.
17912         (update_tool_bar): Add check for USE_GTK and external tool bar.
17913         (redisplay_tool_bar): Add check for USE_GTK and external tool bar.
17914         (redisplay_internal): Add check for USE_GTK and popup_activated.
17915         (redisplay_window): Add check for USE_GTK and FRAME_EXTERNAL_MENU_BAR.
17916         (redisplay_window): Add check for USE_GTK and FRAME_EXTERNAL_TOOL_BAR.
17917         (display_menu_bar): Add check for USE_GTK
17919         * lisp.h (Vx_resource_name): Declare extern.
17921         * keyboard.c (kbd_buffer_get_event): Check MENU_BAR_ACTIVATE_EVENT
17922         for USE_GTK.
17923         (make_lispy_event): Check MENU_BAR_EVENT for USE_GTK.
17925         * frame.h (struct frame): Add external_tool_bar.  Check for USE_GTK.
17926         (FRAME_EXTERNAL_TOOL_BAR): New macro.
17927         (FRAME_EXTERNAL_MENU_BAR): Check for USE_GTK.
17929         * fileio.c (Fread_file_name): Add check for USE_GTK.
17931         * dispnew.c (adjust_frame_glyphs_for_window_redisplay):
17932         Add check for USE_GTK.
17934         * config.in: Added HAVE_GTK
17936         * alloc.c (Fgarbage_collect): Call xg_mark_data for GTK.
17938 2003-01-18  Stefan Monnier  <monnier@cs.yale.edu>
17940         * charset.h (Funibyte_char_to_multibyte): Export.
17942 2003-01-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17944         * xmenu.c (mouse_position_for_popup): New function.
17945         (Fx_popup_menu): Call mouse_position_for_popup for X and
17946         mouse_position_hook for others.
17948 2003-01-17  Kim F. Storm  <storm@cua.dk>
17950         * editfns.c (Finsert): Mention `string-make-multibyte' and
17951         `string-as-multibyte' in doc string.
17953 2003-01-17  Kenichi Handa  <handa@m17n.org>
17955         * fontset.c (syms_of_fontset): Setup Vfont_encoding_alist here.
17957         * editfns.c (Fformat): Convert an unibyte char argument that is
17958         formatted by "%c" to multibyte if the total result must be a
17959         multibyte string.
17961 2003-01-16  Kim F. Storm  <storm@cua.dk>
17963         * process.c (set-process-filter): Document unibyte/multibyte-ness
17964         of string argument.
17966 2003-01-16  Kenichi Handa  <handa@m17n.org>
17968         * charset.h (NEXT_CHAR_BOUNDARY, PREV_CHAR_BOUNDARY): New macros.
17970         * regex.c (GET_CHAR_BEFORE_2): Use PREV_CHAR_BOUNDARY.
17971         (re_search_2): Likewise.
17973 2003-01-15  Kenichi Handa  <handa@m17n.org>
17975         * xdisp.c (message_dolog): Fix bug of the case that *Message*
17976         buffer is unibyte.
17978 2003-01-15  Francesco Potort\e,Al\e(B  <pot@gnu.org>
17980         * fns.c (Fsubstring): Clarify doc string.
17982         * textprop.c (Ftext_properties_at, Fnext_char_property_change)
17983         (Fprevious_char_property_change)
17984         (Fnext_single_char_property_change)
17985         (Fprevious_single_char_property_change, Fnext_property_change)
17986         (Fnext_single_property_change, Fprevious_property_change)
17987         (Fprevious_single_property_change, Fadd_text_properties)
17988         (Fput_text_property, Fset_text_properties)
17989         (Fremove_text_properties, Fremove_list_of_text_properties)
17990         (Ftext_property_any, Ftext_property_not_all): Clarify doc strings.
17992 2003-01-14  Kim F. Storm  <storm@cua.dk>
17994         * process.h (struct Lisp_Process): New member plist replaces old
17995         member private_vars.  All uses changed.
17997         * process.c: Reworked 2003-01-12 change -- call a plist a plist!
17998         (QCplist): Rename from QCvars.  Change all uses.
17999         (Fprocess_plist): Replaces Fprocess_variable.  Simplified.
18000         (Fset_process_plist): Replaces Fset_process_variable.  Simplify.
18001         (syms_of_process): Intern, staticpro, defsubr these.
18002         (Fmake_network_process): Describe :plist arg.  Remove :vars arg.
18004 2003-01-14  Francesco Potort\e,Al\e(B  <pot@gnu.org>
18006         * m/delta.h: Remove (obsolete).
18008 2003-01-13  Francesco Potort\e,Al\e(B  <pot@gnu.org>
18010         * fileio.c (Fdelete_directory, Fdelete_file): Document the
18011         behaviour in front of symlinks.
18012         (Fdelete_file): Raise an error on directories.
18014 2003-01-13  Dave Love  <fx@gnu.org>
18016         * fns.c (Freverse): Use QUIT.
18018 2003-01-13  Richard M. Stallman  <rms@gnu.org>
18020         * minibuf.c (minibuffer_completion_contents):
18021         Error if point is inside prompt.
18023         * keyboard.c (command_loop_1): Don't redisplay directly
18024         if there's a post-command-hook.
18026         * fileio.c (syms_of_fileio) <directory-sep-char>: Doc fix.
18027         (Fdo_auto_save): Add gcpros around Ffile_name_directory.
18029 2003-01-12  Kim F. Storm  <storm@cua.dk>
18031         * process.h (struct Lisp_Process): New member private_vars.
18033         * process.c (QCvars): New variable.
18034         (syms_of_process): Intern and staticpro it.
18035         (Fset_process_contact): Removed function.
18036         (Fprocess_variable, Fset_process_variable): New functions.
18037         (syms_of_process): Defsubr them.
18038         (Fstart_process): Initialize private_vars plist to nil.
18039         (Fmake_network_process): New arg :vars to setup the private
18040         variables for new network process.
18041         (server_accept_connection): Copy server's private variables to
18042         client process.
18044         * alloc.c (pure_alloc): Fixed 2003-01-10 changed (caused spurious
18045         crashes).  Code rewritten and simplified.  Now directly aligns the
18046         pointer and recalculates pure_bytes_used, rather than aligning the
18047         size and adjusting the pointer.
18049 2003-01-11  Kim F. Storm  <storm@cua.dk>
18051         * process.c (Fset_process_contact): New function.
18052         (syms_of_process): defsubr it.
18053         (make-network-process): Update doc.
18055 2003-01-10  Andreas Schwab  <schwab@suse.de>
18057         * alloc.c (pure_alloc): Correct alignment for Lisp_Floats.
18058         Reported by Berthold Gunreben <b.gunreben@web.de>.
18060 2003-01-10  Dave Love  <fx@gnu.org>
18062         * composite.c (syms_of_composite): Make composition_hash_table weak.
18064 2003-01-09  Kim F. Storm  <storm@cua.dk>
18066         * process.c (Fmake_network_process): Convert new port number
18067         to host byte order for `:service t' case.  From Mario Lang.
18069 2003-01-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18071         * xfns.c (Fx_file_dialog): Call XtAppNextEvent and x_dispatch_event
18072         instead of XtAppProcessEvent.
18074         * xterm.c (handle_one_xevent): New function.
18075         (x_dispatch_event): New function.
18076         (XTread_socket): Call handle_one_xevent.
18078         * xterm.h (FRAME_OUTER_TO_INNER_DIFF_X/Y): New.
18080         * xmenu.c (Fx_popup_menu): If popping up at mouse position,
18081         call XQueryPointer to get coordinates.
18082         (popup_get_selection): Do not set popup_activated_flag to zero,
18083         let popup_deactivate_callback do that.  Needed for Motif.
18084         Call x_dispatch_event instead of XtDispatchEvent.
18085         (xmenu_show): Calculate root coordinate from frame top/left position.
18087 2003-01-08  Kim F. Storm  <storm@cua.dk>
18089         * process.c (server_accept_connection): Fix recording of new
18090         connection's local address in :local property of contact info.
18091         (Fmake_network_process): Record local network address for new
18092         client processes in :local property of contact info.
18093         (format-network-address): Add arg OMIT-PORT.  Change callers.
18095 2003-01-07  Dave Love  <fx@gnu.org>
18097         * Makefile.in (fns.o): Depend on coding.h.
18099 2003-01-07  Markus Rost  <rost@math.ohio-state.edu>
18101         * minibuf.c (Fread_variable): Doc fix.
18103         * eval.c (Fuser_variable_p): Doc change.  For custom variables,
18104         use the same test as for custom-variable-p.
18106 2003-01-05  Richard M. Stallman  <rms@gnu.org>
18108         * xdisp.c (try_scrolling): New arg LAST_LINE_MISFIT.
18109         Count LAST_LINE_MISFIT in scroll margin for end of window.
18110         Move label too_near_end before setting SCROLL_MARGIN_POS.
18111         Set LAST_LINE_MISFIT before jumping there.
18113         * xdisp.c (try_scrolling): Calculate amount_to_scroll better in
18114         scroll_conservatively case.  If scrolling that much doesn't change
18115         STARTP, move it down one line.
18117         * xdisp.c (redisplay_window): Pass last_line_misfit arg to
18118         try_scrolling.  Make it 1 after make_cursor_line_fully_visible fails.
18120         * xdisp.c (setup_echo_area_for_printing): Kill Emacs if no
18121         selected frame.
18123         * keymap.c (apropos_predicate, apropos_accumulate): Make them static.
18124         (syms_of_keymap): Staticpro them.
18125         (Fapropos_internal): Initialize them and clear them out.
18126         Don't GCPRO them.
18128         * buffer.c (syms_of_buffer) <scroll-up|down-aggressively>: Doc fixes.
18130         * lisp.h: New misc type Lisp_Save_Value.
18131         (enum Lisp_Misc_Type): Add Lisp_Misc_Save_Value.
18132         (XSAVE_VALUE): New macro.
18133         (struct Lisp_Save_Value): New data type.
18134         (union Lisp_Misc): Add u_save_value alternative.
18135         (make_save_value): Declare.
18137         * alloc.c (make_save_value): New function.
18139         * xterm.c (x_catch_errors): Save dpy using make_save_value.
18140         (x_catch_errors_unwind): Call XSync.
18142 2003-01-01  Richard M. Stallman  <rms@gnu.org>
18144         * window.c (window_scroll_pixel_based): Partially undo last change.
18146         * keyboard.c (command_loop_1): Call adjust_point_for_property
18147         in direct action cases for Qforward_char and Qbackward_char.
18148         Set already_adjusted so it won't be done twice.
18150 2002-12-30  Richard Dawe  <rich@phekda.freeserve.co.uk>
18152         * src/config.in (!HAVE_SIZE_T): Fix order of arguments in
18153         type definition of size_t.
18155 2003-01-02  Steven Tamm  <steventamm@mac.com>
18157         * macterm.c (syms_of_macterm): Provide the feature "mac-carbon" to
18158         distinguish Carbon GUI builds from X11 builds on darwin.
18160 2002-12-30  Steven Tamm  <steventamm@mac.com>
18162         * macterm.c (syms_of_macterm): Set mac-wheel-button-is-mouse-2
18163         to default to t.
18165 2002-12-29  Francesco Potort\e,Al\e(B  <pot@gnu.org>
18167         * data.c (Fstring_to_number, Fminus): Better English in doc strings.
18169 2002-12-28  Steven Tamm  <steventamm@mac.com>
18171         * Makefile.in (macosx-bundle): Fix Mac OS X/Carbon port to
18172         allow building in a different directory than source.  Uses some
18173         GNU Make extensions, but there is no other make on Mac OS X.
18175 2002-12-26  Francesco Potort\e,Al\e(B  <pot@gnu.org>
18177         * data.c (Fmakunbound, Ffmakunbound, Fmake_variable_buffer_local)
18178         (Fsetq_default, Fmake_local_variable, Fkill_local_variable)
18179         (Fmake_variable_frame_local, Faset, Fnumber_to_string, Fminus)
18180         (Fstring_to_number): Mention the returned value in the doc strings.
18182 2002-12-23  Richard M. Stallman  <rms@gnu.org>
18184         * buffer.c (syms_of_buffer) <scroll-up-aggressively>
18185         <scroll-down-aggressively>: Doc fix.
18187         * xmenu.c (parse_single_submenu): Use individual keymap's prompt
18188         string as pane name, if there is one.
18189         (set_frame_menubar): Save menu_items_n_panes from each call to
18190         parse_single_submenu and use it when calling digest_single_submenu.
18192         * window.c (window_scroll_pixel_based): Fix check for reaching BEGV.
18193         Don't try to make last line fully visible if it is past end of window.
18195 2002-12-22  Steven Tamm  <steventamm@mac.com>
18197         * macmenu.c (MIN_POPUP_SUBMENU_ID): Add.
18198         (mac_menu_show): Add support for hierarchical popup menus.
18199         (add_menu_item): Remove indentation support.
18200         (fill_submenu, fill_menu): Create hierarchical menus
18201         instead of using indentation.
18203 2002-12-22  Richard M. Stallman  <rms@gnu.org>
18205         * xdisp.c (try_cursor_movement): Don't call try_window here.
18206         (redisplay_window): Never redisplay minibuffer when inactive.
18208         * window.c (select_window_1): Undo 9/21 change.
18210 2002-12-22  Steven Tamm  <steventamm@mac.com>
18212         * macterm.c (XTread_socket): Call KeyTranslate for control and
18213         meta to deal correctly shifted non-alpha characters, like C-S-5
18214         being treated like C-%.  Do not look for shift key to deal
18215         with masking off control-key with mac-reverse-ctrl-meta.
18217 2002-12-21  Richard M. Stallman  <rms@gnu.org>
18219         * xmenu.c (popup_get_selection): Now static.  New arg DO_TIMERS.
18220         If it is non-nil, run timers.  Use an unwind-protect to requeue
18221         the events that were read ahead.
18222         (popup_get_selection_unwind): New subroutine.
18223         (popup_get_selection_queue): File-scope variable now holds that queue.
18224         (xmenu_show): Pass 0 for DO_TIMERS to popup_get_selection.
18225         (xdialog_show): Pass 1 for DO_TIMERS to popup_get_selection.
18226         Use an unwind-protect to pop down the dialog box.
18227         (xdialog_show_unwind): New subroutine implements that.
18229         * xdisp.c (row_containing_pos): Change exit test using last_y.
18230         (try_window_id): Abort if row_containing_pos returns null.
18232         * lread.c (load_error_handler): New function.
18233         (Fload): Handle errors in Fsubstitute_in_file_name.
18234         Don't expect Fsignal to return.
18236         * eval.c: Errors and throws work right with interrupt blocking.
18237         (struct catchtag): New elt interrupt_input_blocked.
18238         (unwind_to_catch): Restore interrupt_input_blocked from saved value.
18239         (internal_catch, Fcondition_case, internal_condition_case)
18240         (internal_condition_case_1, internal_condition_case_2): Save it.
18241         (Fsignal): Don't do TOTALLY_UNBLOCK_INPUT.
18243         * editfns.c (Fformat): Add parens.
18245         * dired.c (file_name_completion): Fix that change.
18246         Delete special quit-handling code; just use QUIT.
18248 2002-12-21  Tak Ota  <Takaaki.Ota@am.sony.com>
18250         * dired.c (file_name_completion): Close directory on error
18251         just as in directory_files_internal.
18253 2002-12-19  David Kastrup  <David.Kastrup@t-online.de>
18255         * window.c (Fset_window_configuration): Set old_point to correct
18256         value when new_current_buffer == current_buffer.
18258 2002-12-17  Ben Key  <bkey1@tampabay.rr.com>
18260         Revisited my earlier fix for the following entry in etc/PROBLEMS:
18261         "Emacs built on Windows 9x/ME crashes at startup on Windows XP,
18262         or Emacs builtpart of on XP crashes at startup on Windows 9x/ME."
18264         These changes were in part based upon suggestions made by Peter
18265         'Luna' Runestig [peter@runestig.com].
18267         * w32.c (g_b_init_is_windows_9x, g_b_init_open_process_token)
18268         (g_b_init_get_token_information, g_b_init_lookup_account_sid)
18269         (g_b_init_get_sid_identifier_authority ): Add several static
18270         global variables.
18272         * w32.c (globals_of_w32): New function.  Used to initialize those
18273         global variables that must always be initialized on startup even
18274         when the global variable initialized is non zero.  Its primary
18275         purpose at this time is to set the global variables
18276         g_b_init_is_windows_9x, g_b_init_open_process_token,
18277         g_b_init_get_token_information, g_b_init_lookup_account_sid, and
18278         g_b_init_get_sid_identifier_authority to 0 on startup.
18279         Called from main.
18281         * w32.c (is_windows_9x): Perform initialization only if
18282         g_b_init_is_windows_9x is equal to 0.  On initialization set
18283         g_b_init_is_windows_9x equal to 1.
18285         * w32.c (open_process_token): Perform initialization only if
18286         g_b_init_open_process_token is equal to 0.  On initialization set
18287         g_b_init_open_process_token equal to 1.
18289         * w32.c (get_token_information): Perform initialization only if
18290         g_b_init_get_token_information is equal to 0.  On initialization
18291         set g_b_init_get_token_information equal to 1.
18293         * w32.c (lookup_account_sid): Perform initialization only if
18294         g_b_init_lookup_account_sid is equal to 0.  On initialization
18295         set g_b_init_lookup_account_sid equal to 1.
18297         * w32.c (get_sid_identifier_authority): Perform initialization
18298         only if g_b_init_get_sid_identifier_authority is equal to 0.
18299         On initialization set g_b_init_get_sid_identifier_authority equal to 1.
18301         * w32fns.c (globals_of_w32fns): New function.  Used to initialize
18302         those global variables that must always be initialized on startup
18303         even when the global variable initialized is non zero.
18304         Its primary purpose at this time is to initialize the global variable
18305         track_mouse_event_fn.
18307         * w32fns.c (w32_wnd_proc): Remove initialization of
18308         track_mouse_event_fn from the handler for the WM_SETFOCUS message.
18310         * w32fns.c (syms_of_w32fns): Call globals_of_w32fns.
18312         * w32menu.c (globals_of_w32menu): New function.  Used to
18313         initialize those global variables that must always be initialized
18314         on startup even when the global variable initialized is non zero.
18315         Its primary purpose at this time is to initialize the global
18316         variables get_menu_item_info and set_menu_item_info.
18318         * w32menu.c (initialize_frame_menubar): Remove initialization of
18319         get_menu_item_info and set_menu_item_info.
18321         * w32menu.c (syms_of_w32menu): Call globals_of_w32menu.
18323         * w32.h (globals_of_w32, globals_of_w32fns, globals_of_w32menu):
18324         Declare them.
18326         * emacs.c (main): Call globals_of_w32 prior to calling
18327         init_environment if WINDOWSNT is defined.  Call globals_of_w32fns
18328         and globals_of_w32menu if initialized is non zero and HAVE_NTGUI
18329         is defined.
18331         * w32term.c (x_update_window_begin): Fix Windows API error
18332         detected by BoundsChecker.  Test to determine if
18333         w32_system_caret_hwnd is NULL prior to attempting to use
18334         SendMessage to send the WM_EMACS_HIDE_CARET message to it.
18336         * w32term.c (x_update_window_end): Fix Windows API error
18337         detected by BoundsChecker.  Test to determine if
18338         w32_system_caret_hwnd is NULL prior to attempting to use
18339         SendMessage to send the WM_EMACS_SHOW_CARET message to it.
18341 2002-12-17  Kenichi Handa  <handa@m17n.org>
18343         * coding.c (coding_system_require_warning): New variable.
18344         (syms_of_coding): DEFVAR it.
18346         * coding.h (coding_system_require_warning): Extern it.
18348         * fileio.c (choose_write_coding_system): Even if
18349         Vcoding_system_for_write is non-nil, if
18350         coding_system_require_warning is nonzero, call
18351         Vselect_safe_coding_system_function.
18353 2002-12-17  Markus Rost  <rost@math.ohio-state.edu>
18355         * Makefile.in (lisp, shortlisp): Add cus-face and timer.
18356         (lisp): Add font-core.
18358 2002-12-13  Stefan Monnier  <monnier@cs.yale.edu>
18360         * textprop.c (text_read_only): New arg `propval'.
18361         (get_char_property_and_overlay): Remove unused var `next_overlay'.
18362         (verify_interval_modification): Use text_read_only's new arg.
18364 2002-12-13  Kenichi Handa  <handa@m17n.org>
18366         * coding.c (Funencodable_char_position): Set pend correctly.
18368 2002-12-12  Jason Rumney  <jasonr@gnu.org>
18370         * w32term.c (last_mousemove_x, last_mousemove_y): New variables.
18371         (w32_read_socket) <WM_MOUSEMOVE>: Use them to detect non-movement.
18372         Be more careful about when help_events are generated.
18374 2002-12-12  Steven Tamm  <steventamm@mac.com>
18376         * macterm.c (mac_check_for_quit_char): Correctly set the
18377         modifiers of the event to 0.
18378         * mac.c (sys_select): Duplicate rfds before calling select to
18379         ensure that rfds survive the while loop.
18381 2002-12-11  Kim F. Storm  <storm@cua.dk>
18383         * xdisp.c (try_window_id): Don't call set_cursor_from_row if
18384         row_containing_pos returned NULL.
18386 2002-12-10  Steven Tamm  <steventamm@mac.com>
18388         * mac.c (sys_read): Fix sys_read to not call select if IO is
18389         non-blocking.
18390         (sys_select): Fix sys_select to not use a timeout larger than
18391         the one given.
18393 2002-12-10  Juanma Barranquero  <lektu@terra.es>
18395         * editfns.c (Fformat): Use alloca, not _alloca.
18397 2002-12-09  Richard M. Stallman  <rms@gnu.org>
18399         * buffer.c (Fget_buffer_create): Call Qucs_set_table_for_input
18400         as the last thing.
18402 2002-12-09  Dave Love  <fx@gnu.org>
18404         * s/sol2-8.h: Removed.  (Not necessary.)
18406 2002-12-09  Matthew Swift  <swift@alum.mit.edu>
18408         * editfns.c (Fformat): Handle precision in string conversion
18409         specifiers like libc functions do (ie, print at most that many
18410         characters).
18412 2002-12-08  Richard M. Stallman  <rms@gnu.org>
18414         * xdisp.c (row_containing_pos): Check more carefully
18415         whether charpos is really in the row before returning it.
18417 2002-12-07  Steven Tamm  <steventamm@mac.com>
18419         * sysdep.c (emacs_read) [HAVE_CARBON]: Have emacs_read use sys_read.
18421         * eval.c (Feval) [HAVE_CARBON]: Calls mac_check_for_quit_char at
18422         each stack frame.  This may change as it could be time consuming.
18424         * macterm.c (mac_check_for_quit_char, quit_char_comp)
18425         (init_quit_char_handler, mac_determine_quit_char_modifiers)
18426         (mac_initialize): Add code to check for pressing of quit_char
18427         in the OS event queue.
18429         * mac.c (sys_select): Call mac_check_for_quit_char every second
18430         while blocking on select.
18432         * mac.c (sys_read): Use sys_select to test for input first
18433         before calling read, to allow C-g to break.
18435 2002-12-07  Richard M. Stallman  <rms@gnu.org>
18437         * minibuf.c (Fcompleting_read): Doc fix.
18439         * lread.c (syms_of_lread) <load-history>: Doc fix.
18441         * fileio.c (Fcopy_file): Set immediate_quit around emacs_open call.
18443         * eval.c (Fdefun, Fdefmacro): Record in load-history redefining an
18444         autoload.
18446         * data.c (Fdefalias): Record in load-history redefining an autoload.
18448         * alloca.c: Undo ifdef change accidentally made on 12-04.
18450 2002-12-06  Francesco Potorti`  <pot@gnu.org>
18452         * xfns.c (png_load): Avoid double gamma correction for PNG images.
18454 2002-12-04  Richard M. Stallman  <rms@gnu.org>
18456         * sysdep.c (fcntl.h): Test only HAVE_FCNTL_H.
18458         * fileio.c (fcntl.h): Test only HAVE_FCNTL_H.
18460         * alloca.c: Don't use #error.
18462 2002-12-03  Dave Love  <fx@gnu.org>
18464         * buffer.c (Qucs_set_table_for_input): New.
18465         (Fget_buffer_create): Use it.
18466         (Qset_buffer_major_mode_hook): Deleted.
18467         (Fset_buffer_major_mode): Revert previous change.
18468         (init_buffer_once): Intern ucs-set-table-for-input.
18469         (syms_of_buffer): Delete Qset_buffer_major_mode_hook.
18470         Add &Qucs_set_table_for_input.
18472 2002-12-03  Andreas Schwab  <schwab@suse.de>
18474         * callint.c (Fcall_interactively): Use next_event only if less
18475         than key_count.
18477 2002-12-02  Andrew Choi  <akochoi@shaw.ca>
18479         * macmenu.c (add_menu_item, fill_menubar): Truncate menu item
18480         names to 255 characters.
18482         * macterm.c (XTread_socket): If all frames have been collapsed,
18483         expand the first one before handling drag-and-drop events.
18485         * s/darwin.h (GETPGRP_NO_ARG): Delete.  Replaced by GETPGRP_VOID,
18486         which is detected by autoconf.
18488 2002-12-01  Steven Tamm  <steventamm@mac.com>
18490         * unexmacosx.c (copy_twolevelhints, dump_it): Now corrects the
18491         offset in two hints table to allow prebinding to be redone and
18492         allow the executable to be stripped.
18494 2002-11-29  Dave Love  <fx@gnu.org>
18496         * fns.c (Frequire): Don't call LOADHIST_ATTACH if feature was
18497         already provided.
18499 2002-11-29  Richard M. Stallman  <rms@gnu.org>
18501         * xdisp.c (start_display): Check more intelligently for
18502         whether the line is continued.
18503         (move_it_vertically_backward): Clear it->continuation_lines_width.
18505 2002-11-28  Dave Love  <fx@gnu.org>
18507         * s/amdahl.h, s/unipl5-0.h, m/sgi3000.h, s/3700.h, s/alliant-2800.h:
18508         * s/alliant.h, s/altos.h: Deleted.  (Unused/empty.)
18510 2002-11-27  Steven Tamm  <steventamm@mac.com>
18512         * fns.c (Frequire): Change nesting allowance from 2 to 3 to cause
18513         more descriptive error output from lread.c:Fload upon most require
18514         cycles during boostrapping.
18516 2002-11-27  Jason Rumney  <jasonr@gnu.org>
18518         * fileio.c (Finsert_file_contents): Give a more appropriate error
18519         for files bigger than 2Gb when off_t is 32 bit.
18521         * dired.c (Ffile_attributes): Don't return negative file sizes for
18522         files bigger than 2Gb when off_t is 32 bit.
18524 2002-11-27  Dave Love  <fx@gnu.org>
18526         * s/irix6-0.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
18528         * systty.h: Don't conditionally define GETPGRP_NO_ARG.
18529         Test GETPGRP_VOID instead.
18530         [BSD_TERMIOS]: Remove definitions (never used).
18532         * s/osf5-0.h (WAIT_USE_INT, SYS_SIGLIST_DECLARED, sys_siglist):
18533         Don't define.
18534         (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
18536         * m/mips.h (WORDS_BIG_ENDIAN): Define conditionally.
18538 2002-11-25  Jason Rumney  <jasonr@gnu.org>
18540         * w32.c (sys_write): Avoid non-blocking mode, which is not fully
18541         supported.
18543 2002-11-25  Dave Love  <fx@gnu.org>
18545         * unexalpha.c (update_dynamic_symbols): Cast arg of fatal_unexec.
18547         * Makefile.in (TEMACS_LDFLAGS): Update last change.
18549 2002-11-25  Andreas Schwab  <schwab@suse.de>
18551         * m/ia64.h: Restore `#ifndef NOT_C_CODE' deleted by last change.
18553 2002-11-24  Steven Tamm  <steventamm@mac.com>
18555         * unexmacosx.c (unexec_realloc): Use malloc_default_zone to
18556         determine the size of pointers alloced in unexed space instead
18557         of using possibly invalid emacs_zone pointers.  This fixes the
18558         binary incompatibility problems caused by updates to libSystem.B.
18560 2002-11-24  Richard M. Stallman  <rms@gnu.org>
18562         * search.c (Fstring_match): Doc fix.
18564         * callint.c (Fcall_interactively): If a command fails because
18565         `*' detects a read-only buffer, but RECORD_FLAG is set,
18566         record it anyway if the args don't actually do tty input.
18568 2002-11-22  Dave Love  <fx@gnu.org>
18570         * sysdep.c (stuff_char) [PROTOTYPES]: Provide ISO C arglist.
18572         * keyboard.c (interrupt_signal): Provide forward declaration.
18573         (kbd_buffer_store_event): Don't declare interrupt_signal.
18575         * xdisp.c (store_frame_title_char) [PROTOTYPES]: Provide ISO C arglist.
18577 2002-11-21  Richard M. Stallman  <rms@gnu.org>
18579         * eval.c (interactive_p): Skip any number of bytecode
18580         and special form frames, in any order.
18582 2002-11-20  Jason Rumney  <jasonr@gnu.org>
18584         * w32fns.c (convert_mono_to_color_image): New function.
18585         (xbm_load, xbm_load_image): Use it when foreground or background
18586         is explicitly set.
18588 2002-11-19  Dave Love  <fx@gnu.org>
18590         * s/usg5-4.h, sco4.h (bcopy, bzero, bcmp): Don't define.
18592 2002-11-18  Jason Rumney  <jasonr@gnu.org>
18594         * w32fns.c (x_build_heuristic_mask): Filter palette info from color.
18595         (XPutPixel): Swap blue and red.
18596         (xpm_format, pbm_format, png_format, jpeg_format, tiff_format)
18597         (gif_format, gs_format): Use IMAGE_ASCENT_VALUE.
18598         (xpm_image_p, pbm_image_p, png_image_p, jpeg_image_p)
18599         (tiff_image_p, gif_image_p, gs_image_p): Don't check ascent.
18601 2002-11-18  Dave Love  <fx@gnu.org>
18603         * m/orion105.h (HAVE_ALLOCA): Don't define.
18605         * m/m68k.h, m/arm.h, mtekxd88.h, m/tower32v3.h: Don't define alloca.
18607         * m/intel386.h: Don't include alloca.h or define alloca.
18609         * m/ia64.h: Don't include alloca.h, stdlib.h.  Don't declare
18610         malloc, realloc, calloc.
18612         * m/hp800.h, m/sr2k.h, m/ns16000.h, m/wicat.h (bcopy, bzero)
18613         (bcmp): Don't define.
18615         * m/delta.h (bcopy, bzero, bcmp, alloca): Don't define.
18617         * m/amdahl.h: Don't define LIB_STANDARD.
18619         * m/alpha.h: Move OSF1 stuff from here to s/osf1.h.
18621         * s/osf1.h: Move OSF1 stuff from m/alpha.h to here.
18623         * s/irix4-0.h, s/irix5-0.h, m/powerpcle.h, m/sparc.h:
18624         Don't include alloca.h.
18626         * s/aix3-2.h (HAVE_FSYNC): Don't define.
18628         * regex.c (_GNU_SOURCE): Don't define.
18630         * process.c (_GNU_SOURCE): Don't define.
18632         * fileio.c (_GNU_SOURCE, HAVE_FSYNC): Don't define.
18634 2002-11-18  Markus Rost  <rost@math.ohio-state.edu>
18636         * s/sol2-8.h: Include sol2-6.h.
18638 2002-11-18  Miles Bader  <miles@gnu.org>
18640         * dispextern.h (struct face): Add `overstrike' field.
18641         * xterm.c (x_draw_glyph_string_foreground)
18642         (x_draw_composite_glyph_string_foreground): Implement overstriking.
18643         * xfaces.c (load_face_font): Set `face->overstrike' based on
18644         result from choose_face_font.
18645         (best_matching_font, choose_face_font): Add `needs_overstrike'
18646         argument, and use it to return whether overstriking is desirable
18647         for this face/font combo.
18648         (set_font_frame_param: Pass new argument to choose_face_font.
18650 2002-11-17  Ben Key  <BKey1@tampabay.rr.com>
18652         This change is my fix for the following entry in etc/PROBLEMS:
18653         "Emacs built on Windows 9x/ME crashes at startup on Windows XP,
18654         or Emacs builtpart of on XP crashes at startup on Windows 9x/ME."
18656         * w32.c: Added wrapper functions around the win32 API functions
18657         OpenProcessToken, GetTokenInformation, LookupAccountSid, and
18658         GetSidIdentifierAuthority.  These wrapper functions serve two
18659         purposes:
18660         1.  They ensure that the wrapped function can never be called
18661         when Emacs is running on an operating system on which they are
18662         not supported (Microsoft Windows 95 / 98 / ME).
18663         2.  They call the wrapped functions via function pointers rather
18664         than calling them directly.  This avoids taking advantage of the
18665         undocumented fact that although these functions are not supported
18666         in the 9x branch of Microsoft Windows, the functions do exist in
18667         the version of advapi32.dll that is found in the 9x branch of
18668         Microsoft Windows.
18670         * w32.c (init_user_info): Replace the calls to the win32 API
18671         functions OpenProcessToken, GetTokenInformation, LookupAccountSid,
18672         and GetSidIdentifierAuthority with calls to the newly added
18673         wrapper functions.
18675         * w32.h: Added extern declarations for the following functions:
18676         syms_of_w32term, syms_of_w32fns, syms_of_w32select,
18677         syms_of_w32menu, and void syms_of_fontset.
18679         * w32fns.c (w32_wnd_proc): Add code to reinitialize the
18680         function pointer track_mouse_event_fn in the handler for the
18681         WM_SETFOCUS message.
18683         * w32menu.c (initialize_frame_menubar): Add code to
18684         reinitialize the function pointers set_menu_item_info and
18685         get_menu_item_info.
18687 2002-11-17  Ben Key  <BKey1@tampabay.rr.com>
18689         * sound.c: Added a partial implementation of play-sound-internal
18690         for Microsoft Windows.  Added various #ifdef / #else / #endif
18691         code blocks to separate the code that will compile under
18692         Microsoft Windows from the code that is specific to GNU/Linux.
18693         Moved several blocks of code around to make this separation of code
18694         into Windows compatible and GNU/Linux compatible code blocks easier.
18696         * makefile.w32-in: Include sound.c and link with WinMM.lib.
18698         * s/ms-w32.h: Defined the symbol HAVE_SOUND so that the newly
18699         added support for play-sound-internal under Windows would be
18700         included in the build of Emacs.
18702 2002-11-16  Jason Rumney  <jasonr@gnu.org>
18704         * w32fns.c (w32_load_system_font): Don't disable Cleartype.
18706         * w32term.c (w32_get_glyph_string_clip_rect): Clip cursor tightly.
18708 2002-11-15  Stefan Monnier  <monnier@cs.yale.edu>
18710         * keyboard.c (command_loop_1): Fix int/Lisp_Object mixup.
18711         (adjust_point_for_property): Move out of display and invisible even if
18712         we were already inside before (in case a property was added while
18713         we weren't looking).  Be more careful when handling invisible props.
18714         Skip invisible text as if it really wasn't there at all.
18716 2002-11-15  Jason Rumney  <jasonr@gnu.org>
18718         * w32term.c (x_draw_image_foreground)
18719         (w32_draw_image_foreground_1): Use standard copy and invert
18720         operations to draw images.
18722         * w32fns.c (x_create_x_image_and_pixmap): Fill in palette for
18723         depth of 1.
18724         (xbm_read_bitmap_data): Invert bits as xbm is read in.
18725         (XPutPixel): Don't invert bits here.
18727 2002-11-15  Jason Rumney  <jasonr@gnu.org>
18729         * w32term.c (x_draw_image_foreground, x_draw_image_glyph_string)
18730         (w32_draw_image_foreground_1): Handle image masks.
18731         (x_draw_image_glyph_string): Don't BitBlt transparently.
18733         * w32fns.c (w32_defined_color): Adjust RGB values for Emacs.
18734         (x_from_xcolors): Adjust RGB values for W32.
18735         (image_background, image_background_transparent)
18736         (postprocess_image, x_to_xcolors, x_disable_image)
18737         (x_build_heuristic_mask): Adapt for W32 and enable.
18738         (x_create_x_image_and_pixmap): Mark images with palettes as such.
18739         (xbm_load): Remove unused variable.
18741 2002-11-14  Richard M. Stallman  <rms@gnu.org>
18743         * buffer.c (syms_of_buffer): Doc fix.
18745 2002-11-14  Dave Love  <fx@gnu.org>
18747         * alloc.c (SETJMP_WILL_NOT_WORK): Add note.
18749         * xterm.c (x_draw_relief_rect, x_draw_box_rect, x_update_cursor):
18750         * xmenu.c (unuse_menu_items, digest_single_submenu):
18751         * xfns.c (x_put_x_image):
18752         * xdisp.c (message2_nolog, set_message):
18753         * undo.c (record_point):
18754         * terminfo.c (tparam):
18755         * syntax.c (scan_sexps_forward):
18756         * scroll.c (calculate_scrolling, calculate_direct_scrolling):
18757         * composite.c (update_compositions):
18758         * cm.c (calccost, cmgoto):
18759         * charset.c (c_string_width): Declare all args (per C99).
18761         * frame.h (get_specified_cursor_type, get_window_cursor_type): Declare.
18763         * lisp.h (get_specified_cursor_type, get_window_cursor_type):
18764         Don't declare.
18766         * emacs.c (main) [!VMS]: Avoid third arg.
18768         * fns.c (Fcopy_sequence): Doc fix.
18769         (Fmap_char_table): Cast `call2'.
18771 2002-11-14  Francesco Potorti`  <pot@gnu.org>
18773         * s/sol2-8.h: New file.
18775 2002-11-14  Kim F. Storm  <storm@cua.dk>
18777         * buffer.c (syms_of_buffer) <mode-line-format>: Document symbol
18778         dependency on `risky-local-variable' and the :propertize form.
18780 2002-11-12  Stefan Monnier  <monnier@cs.yale.edu>
18782         * fns.c (Fmap_char_table): Don't use map_char_table's function arg.
18784         * syntax.c (scan_sexps_forward): Undo last patch.
18785         Use a more obvious fix: check eob before updating the syntax table.
18787 2002-11-09  Stefan Monnier  <monnier@cs.yale.edu>
18789         * syntax.c (scan_sexps_forward): Update syntax table before reading
18790         a char rather than after so we don't update the table past eob.
18792 2002-11-09  Dave Love  <fx@gnu.org>
18794         * buffer.c (Fset_buffer_major_mode): Fix last change.
18796         * regex.c (regexec): Fix pmatch declaration.
18798         * cmds.c (Fself_insert_command): Apply Vtranslation_table_for_input.
18800         * keyboard.c (command_loop_1): Apply Vtranslation_table_for_input
18801         to self-inserting characters.
18802         (syms_of_keyboard) <keyboard-translate-table>: Doc fix.
18804         * coding.c (Vtranslation_table_for_input): New.
18805         (syms_of_coding): DEFVAR it.
18807 2002-11-08  Juanma Barranquero  <lektu@terra.es>
18809         * w32term.c (w32_draw_fringe_bitmap): Remove unused local variable
18810         window.
18812 2002-11-08  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
18814         * process.c (Fformat_network_address): Remove unused locals p,
18815         cp, and i.
18817 2002-11-06  Dave Love  <fx@gnu.org>
18819         * buffer.c (Qset_buffer_major_mode_hook): New.
18820         (Fset_buffer_major_mode): Use it.
18822 2002-11-06  Richard M. Stallman  <rms@gnu.org>
18824         * xterm.c (x_term_init): Use turn_on_atimers, not start_polling
18825         and stop_polling.
18827         * process.c (wait_reading_process_input):
18828         Test POLLING_PROBLEM_IN_SELECT, not hpux.
18829         Avoid initialization for auto Lisp_Object var.
18831         * s/hpux11.h (POLLING_PROBLEM_IN_SELECT): Add #undef.
18833         * s/hpux10.h (POLLING_PROBLEM_IN_SELECT): Defined.
18835 2002-11-05  Richard M. Stallman  <rms@gnu.org>
18837         * s/sol2-5.h (BROKEN_SIGIO): Turn off the #undef.
18839         * callint.c (Fcall_interactively): New local filter_specs.
18840         (Fcall_interactively): Check for progn as well as let.
18841         Add a gcpro.
18842         (Qprogn): New variable.
18843         (syms_of_callint): Staticpro and init Qprogn.
18845 2002-11-04  John Paul Wallington  <jpw@shootybangbang.com>
18847         * lread.c (Feval_buffer): Doc fix.
18849 2002-11-04  Dave Love  <fx@gnu.org>
18851         * keyboard.c (read_char): Always translate iff
18852         Vkeyboard_translate_table is a char table and c is valid.
18854         * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
18855         and fix C types.
18857 2002-11-03  Stefan Monnier  <monnier@cs.yale.edu>
18859         * xdisp.c (single_display_prop_intangible_p): Strings are intangible.
18861         * editfns.c (get_pos_property): Don't hardcode Qfield.
18863         * keyboard.c (adjust_point_for_property): Handle `display' prop on
18864         overlays.  Also handle `invisible' prop.
18866 2002-11-02  Stefan Monnier  <monnier@cs.yale.edu>
18868         * coding.c (decode_coding_emacs_mule, decode_coding_iso2022)
18869         (decode_coding_sjis_big5, decode_eol): Allow lone \r in DOS EOL.
18871 2002-11-01  Andreas Schwab  <schwab@suse.de>
18873         * editfns.c (Fmessage): Revert last change to properly handle %%.
18875 2002-11-01  Stefan Monnier  <monnier@cs.yale.edu>
18877         * xmenu.c (unuse_menu_items): New fun.
18878         (menu_items_inuse): New var.
18879         (syms_of_xmenu): Initialize it.
18880         (init_menu_items): Use it to detect re-entrance.
18881         (Fx_popup_menu, Fx_popup_dialog, set_frame_menubar): Reset when done.
18882         (Fx_popup_menu): Remove spurious XSETFRAME.
18884         * editfns.c (find_field): Make an exception for nil fields.
18886 2002-11-01  Dave Love  <fx@gnu.org>
18888         * m/gec63.h: Deleted.
18890 2002-10-31  Dave Love  <fx@gnu.org>
18892         * xterm.c (XTread_socket): Fix last change.
18893         (xaw_scroll_callback): Cast call_data to long to avoid warning.
18895 2002-10-31  Stefan Monnier  <monnier@cs.yale.edu>
18897         * process.c (Fformat_network_address): Fix int/Lisp_Object mixup.
18899 2002-10-30  Stefan Monnier  <monnier@cs.yale.edu>
18901         * editfns.c (overlays_around, get_pos_property): New funs.
18902         (find_field): Use them.
18903         Also be careful not to modify POS before its last use.
18904         (Fmessage): Don't Fformat if there's nothing to format.
18906 2002-10-30  Dave Love  <fx@gnu.org>
18908         * process.c [HAVE_SYS_WAIT]: Include sys/wait.h.
18909         [HAVE_PTY_H]; Include pty.h.
18911         * lread.c (Fload) <!load_dangerous_libraries>: Close fd.
18913         * xterm.c (Qeql): Declare.
18914         (Vx_keysym_table): New.
18915         (syms_of_xterm): Initialize it.
18916         (XTread_socket): Use it.  Deal with ASCII keysyms.
18917         (XSetIMValues) [HAVE_X11R6]: Prototype.
18919         * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extended.
18920         (lispy_kana_keys): Comment out.
18921         (make_lispy_event) [XK_kana_A]: Comment out.
18922         (modify_event_symbol) <sizeof (long) == sizeof (EMACS_INT)>:
18923         Fix sprintf call.
18925         * s/osf5-0.h (C_SWITCH_SYSTEM): Revert last change (fixed by
18926         regexp.h change).
18927         (TERMINFO, LIBS_TERMCAP): Define.
18929         * s/usg5-4.h (bcopy, bzero): Define conditional on HAVE_BCOPY.
18930         (bcmp): Define conditional on HAVE_BCMP.
18931         (NO_SIOCTL_H): Don't define.
18932         (TIOCSIGSEND): Don't make conditional on IRIX6.
18934         * s/sol2-5.h: Don't include strings.h.
18935         (bcopy, bzero, bcmp) [HAVE_BCOPY]: Don't undef.
18937         * s/irix6-0.h (IRIX6): Don't define.
18938         (bcopy, bcmp, bzero): Don't undef.
18940         * s/irix6-5.h: Don't include strings.h.
18941         (IRIX6): Don't define.
18942         (bcopy, bcmp, bzero): Don't undef.
18944         * syntax.c (Fforward_comment): Doc fix.
18946 2002-10-29  Kim F. Storm  <storm@cua.dk>
18948         * process.c (Fsignal_process): Allow PROCESS to be specified by
18949         name in addition to pid (as integer or string).
18951 2002-10-28  Harald Maier  <Harald.Maier.BW@t-online.de>  (tiny change)
18953         * w32heap.c: Don't redefine _heap_init and _heap_term on MSVC 7 build
18954         environments.
18956 2002-10-27  Kim F. Storm  <storm@cua.dk>
18958         * xterm.c (note_mouse_highlight): Don't use mouse-face if hidden.
18960         * w32term.c (note_mouse_highlight): Don't use mouse-face if hidden.
18962         * msdos.c (IT_note_mouse_highlight): Don't use mouse-face if hidden.
18964         * macterm.c (note_mouse_highlight): Don't use mouse-face if hidden.
18966 2002-10-26  Richard M. Stallman  <rms@gnu.org>
18968         * editfns.c (Fformat): Detect invalid format letters for floats.
18970 2002-10-25  Kenichi Handa  <handa@m17n.org>
18972         * xfns.c (x_set_name): Encode by Qcompound_text unconditionally.
18973         (x_set_title): Likewise.
18975 2002-10-25  Juanma Barranquero  <lektu@terra.es>
18977         * macgui.h:
18978         * w32gui.h: Remove definition of XColor.
18980         * dispextern.h [!HAVE_X_WINDOWS]: Define XColor.
18982 2002-10-24  Kim F. Storm  <storm@cua.dk>
18984         * xdisp.c (get_window_cursor_type): New arg ACTIVE_CURSOR.
18985         Callers changed (supply dummy arg).
18987         * lisp.h (get_window_cursor_type): Update prototype.
18989         * w32term.c (x_display_and_set_cursor): Get active_cursor from
18990         get_window_cursor_type to track system caret.
18992 2002-10-24  Kim F. Storm  <storm@cua.dk>
18994         * process.c (Fformat_network_address): New function.
18995         (syms_of_process): Defsubr it.
18996         (list_processes_1): Use it to format :local/:remote address if
18997         service/host is not set; before Emacs would crash in that case.
18998         (Fmake_network_process): Don't use Ffind_operation_coding_system
18999         to setup coding system if host or service is not set.
19001 2002-10-23  Juanma Barranquero  <lektu@terra.es>
19003         Patch suggested by Jay Finger <jay_finger@hotmail.com>.
19005         * w32term.c (w32_term_init): Pass XColor to w32_define_color, not
19006         COLORREF.
19008         * macgui.h:
19009         * w32gui.h: Add definition of XColor.
19011         * macfns.c:
19012         * w32fns.c:
19013         * xfaces.c: Remove definition of XColor.
19015 2002-10-22  Stefan Monnier  <monnier@cs.yale.edu>
19017         * xfns.c (x_set_name, x_set_title): `icon.value' has unsigned char.
19019         * window.c (window_loop): For GET_LRU_WINDOW and GET_LARGEST_WINDOW>,
19020         Only ignore truly dedicated windows.  For UNSHOW_BUFFER, delete the
19021         window if it is dedicated.
19022         (Fshrink_window): Add preserve_before as was done for enlarge_window.
19023         (Vspecial_display_function): Update docstring.
19025         * buffer.c (assoc_ignore_text_properties, Fother_buffer, Fkill_buffer)
19026         (call_overlay_mod_hooks): Use CONSP and XCAR/XCDR.
19027         (Fget_buffer_create, advance_to_char_boundary): Use BEG and BEG_BYTE;
19029 2002-10-21  Stefan Monnier  <monnier@cs.yale.edu>
19031         * casefiddle.c (casify_region): Don't treat a prefix char as part
19032         of a word when at the beginning.
19034 2002-10-17  Juanma Barranquero  <lektu@terra.es>
19036         * lread.c (syms_of_lread): Fix typos.
19038 2002-10-17  Dave Love  <fx@gnu.org>
19040         * Makefile.in (TEMACS_LDFLAGS): Add trailing comment.
19042 2002-10-16  Richard M. Stallman  <rms@gnu.org>
19044         * fileio.c (Fcopy_file): Fix backward test of KEEP_TIME.
19046 2002-10-14  Juanma Barranquero  <lektu@terra.es>
19048         * w16select.c (syms_of_win16select): Fix docstring for
19049         `selection-coding-system'.
19051         * w32select.c (syms_of_w32select): Likewise.
19053 2002-10-14  Stefan Monnier  <monnier@cs.yale.edu>
19055         * syntax.c (scan_lists): Don't get fooled by a symbol ending with
19056         a backslash-quoted char.
19057         (scan_lists, scan_sexps_forward): Pacify the compiler.
19059 2002-10-13  Richard M. Stallman  <rms@gnu.org>
19061         * window.c (window_scroll): Set immediate_quit.
19063         * print.c (print): When backquote form is the car of a list,
19064         output in old style.  Use old_backquote_output to output all
19065         comma forms inside it in old style too.
19067         * buffer.h (struct buffer): Move `undo_list' down below `name'.
19069 2002-10-11  Markus Rost  <rost@math.ohio-state.edu>
19071         * emacs.c (syms_of_emacs) <kill-emacs-hook>: Doc fix (not run in
19072         batch mode).
19074         * lread.c (Fload): Doc fix (load-suffixes).
19076 2002-10-10  Steven Tamm  <steventamm@mac.com>
19078         * macterm.c (syms_of_macterm, mac_get_mouse_btn):
19079         Reverse functionality of mac-wheel-button-is-mouse-2 to be correct.
19080         Also switch the default to Qnil from Qt.
19082 2002-10-08  Kenichi Handa  <handa@m17n.org>
19084         * coding.c (code_convert_region): When we need more GAP for
19085         conversion, pay attention to the case that coding->produced is not
19086         greater than coding->consumed.
19088 2002-10-07  Richard M. Stallman  <rms@gnu.org>
19090         * unexelf.c (unexec): Redo 9/16 change, but only if IRIX6_5.
19092 2002-10-06  Andrew Choi  <akochoi@shaw.ca>
19094         * macmenu.c (mac_menu_show): Add j to count menu items; match
19095         menu_item_selection to it to find selected item.
19097 2002-10-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19099         * xterm.c (XTread_socket): Fix from 2002-10-03 didn't cover all
19100         cases.  The correct fix is to pass ReparentNotify to Xt.
19101         The shell widget interprets ConfigureNotify differently depending
19102         on if it has been reparented or not.
19104 2002-10-05  Markus Rost  <rost@math.ohio-state.edu>
19106         * editfns.c (Fformat_time_string): Doc fix.
19108 2002-10-05  John Paul Wallington  <jpw@shootybangbang.com>
19110         * fns.c (Flength): Doc fix.
19112 2002-10-04  Stefan Monnier  <monnier@cs.yale.edu>
19114         * keyboard.c (keyremap): New struct.
19115         (read_key_sequence): Use it: globally replace keytran_foo with
19116         keytran.foo and fkey_foo with fkey.foo.  Rename temp vars
19117         keytran_next and fkey_next to just `next'.
19119 2002-10-04  Steven Tamm  <steventamm@mac.com>
19121         * macterm.c (keycode_to_xkeysym_table): Change return to be
19122         treated like an X keysym.
19124 2002-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19126         * xterm.c (XTread_socket): For ConfigureNotify, with x and y == 0,
19127         and USE_MOTIF, call XTranslateCoordinates to get the real x and y.
19128         This is to also handle x/y changes that occur because of a resize.
19130 2002-10-02  John Paul Wallington  <jpw@shootybangbang.com>
19132         * frame.c (Vdelete_frame_functions): New variable.
19133         (syms_of_frame): Initialize and defvar it.
19134         (Fdelete_frame): Use it instead of delete-frame-hook.  Don't run
19135         it when frame's `tooltip' parameter is non-nil.
19137         * xfns.c (x_create_tip_frame): Set `tooltip' frame parameter to t.
19139         * w32fns.c (x_create_tip_frame): Likewise.
19141         * macfns.c (x_create_tip_frame): Likewise.
19143 2002-09-30  Kenichi Handa  <handa@m17n.org>
19145         * xterm.c (x_encode_char): For DIM=1 charset, set ccl->reg[2] to
19146         -1 before calling ccl_driver.
19148         * coding.c (decode_coding_emacs_mule): Check coding->cmp_data.
19149         Only when it is non-nil, handle composition sequence.
19150         (setup_coding_system) <0>: Don't force composition handling.
19152         * Makefile.in (lisp, shortlisp): Add utf-16.elc
19154 2002-09-29  Richard M. Stallman  <rms@gnu.org>
19156         * search.c (Freplace_match): Adjust match data for the substitution
19157         just made in the buffer.
19159         * xdisp.c (STOP_POLLING, RESUME_POLLING): New macros.
19160         (redisplay_internal): Use them.  Do RESUME_POLLING at end of function.
19162 2002-09-27  Richard M. Stallman  <rms@gnu.org>
19164         * keyboard.c (STOP_POLLING, RESUME_POLLING): New macros.
19165         (read_char): Use them.  Do all exits thru the end of the function.
19167 2002-09-27  Kenichi Handa  <handa@etl.go.jp>
19169         * xfaces.c (try_font_list): Pay attention to the case that FAMILY
19170         is nil.
19172 2002-09-26  Richard M. Stallman  <rms@gnu.org>
19174         * regex.h (__restrict_arr): Don't define if already defined.
19176         * coding.c (run_pre_post_conversion_on_str):
19177         Save and restore Vdeactivate_mark.
19179 2002-09-26  John Paul Wallington  <jpw@shootybangbang.com>
19181         * minibuf.c (Fminibufferp): Add an optional `buffer' argument.
19183 2002-09-26  Kenichi Handa  <handa@etl.go.jp>
19185         * xfaces.c (try_font_list): New arg PREFER_FACE_FAMILY.  If it is
19186         nonzero, try face's family at first.  Otherwise try FAMILY at first.
19187         (choose_face_font): If C is a single byte char or latin-1, call
19188         try_font_list with PREFER_FACE_FAMILY 1.
19190 2002-09-21  Richard M. Stallman  <rms@gnu.org>
19192         * window.c (select_window_1): Don't select frame.
19193         Set frame's selected window only when frame itself is selected.
19194         (Fselect_window): Doc fix.
19196 2002-09-18  Kim F. Storm  <storm@cua.dk>
19198         * process.c (make-network-process): Doc fix (there is no
19199         network-server-log-function hook).
19201 2002-09-18  Richard M. Stallman  <rms@gnu.org>
19203         * print.c (print): Clear out the unused parts of Vprint_number_table.
19204         (syms_of_print): Doc fix for `print-number-table'.
19206         * unexelf.c (unexec): Undo previous change.
19208 2002-09-17  Andreas Schwab  <schwab@suse.de>
19210         * m/alpha.h [LINUX]: Don't define DATA_START.
19212 2002-09-16  Dave Love  <fx@gnu.org>
19214         * unexelf.c (unexec): Deal with .got, reinstating change from
19215         25-08-1999.
19217 2002-09-13  Richard M. Stallman  <rms@gnu.org>
19219         * s/sol2-6.h (UNEXEC): Comment out definition.
19221         * unexsol.c (unexec): Don't downcase first letter of error msg.
19223         * xfaces.c (Fcolor_supported_p): Just one arg is required.
19225 2002-09-12  Markus Rost  <rost@math.ohio-state.edu>
19227         * unexsol.c: Include buffer.h, charset.h, coding.h.
19229 2002-09-11  Richard M. Stallman  <rms@gnu.org>
19231         * unexsol.c: Don't use report_file_error; do it by hand
19232         using dlerror.
19234         * process.c (wait_reading_process_input, both versions):
19235         Before calling turn_on_atimers, call stop_polling.
19237         * emacs.c (syms_of_emacs) <command-line-args>: Doc fix.
19239         * xdisp.c (try_scrolling): If after make_cursor_line_fully_visible
19240         we go to too_near_end, call clear_glyph_matrix.
19241         (redisplay_window): After make_cursor_line_fully_visible,
19242         call clear_glyph_matrix and bypass `goto done'.
19244         * xfns.c (x_report_frame_params): If FRAME_SCROLL_BAR_PIXEL_WIDTH is 0
19245         and we have non-toolkit scroll bars, return nil for scroll-bar-width.
19247 2002-09-10  Richard M. Stallman  <rms@gnu.org>
19249         * fileio.c (Fdo_auto_save): Catch error making directory.
19250         Only call push_message if we need to.
19251         At the same time, make an unwind-protect to pop it.
19252         Rename local message_p to old_message_p.
19253         (do_auto_save_make_dir, do_auto_save_eh): New functions.
19254         (do_auto_save_unwind): Don't call pop_message.
19256         * lisp.h (pop_message_unwind): Renamed from push_message_unwind.
19258         * keyboard.c (Fexecute_extended_command): Use pop_message_unwind.
19260         * alloc.c (Fgarbage_collect): Use pop_message_unwind.
19262         * xdisp.c (pop_message_unwind): Renamed from push_message_unwind.
19264 2002-09-10  Stefan Monnier  <monnier@cs.yale.edu>
19266         * regex.c (DISCARD_FAILURE_REG_OR_COUNT): Delete.
19267         (CHECK_INFINITE_LOOP): Don't pop anything: just set `cycle' to 1.
19268         (re_match_2_internal): Be more careful with infinite loops.
19270 2002-09-10  Kim F. Storm  <storm@cua.dk>
19272         * macros.c (end_kbd_macro): New function.
19273         (Fend_kbd_macro): Use it.
19275         * macros.h (end_kbd_macro): Declare extern.
19277         * keyboard.c (Fdiscard_input): If defining keyboard macro,
19278         end and save it instead of discarding it.
19280 2002-09-09  Markus Rost  <rost@math.ohio-state.edu>
19282         * s/sol2-6.h: Fix typo.  Add comment.
19284 2002-09-09  Richard M. Stallman  <rms@gnu.org>
19286         * regex.c (regnum_t): Use signed int, not unsigned int.
19288         * s/sol2-6.h: New file.
19290         * s/sol2-5.h (UNEXEC): Definition deleted.
19292 2002-09-08  Kim F. Storm  <storm@cua.dk>
19294         * macros.c (executing_macro_index): Change type to EMACS_INT.
19295         (syms_of_macros): DEFVAR_INT it (needed by kmacro).
19297         * macros.h (executing_macro_index): Change type to EMACS_INT.
19299 2002-09-06  Richard M. Stallman  <rms@gnu.org>
19301         * casetab.c (set_case_table): Make canon table point to eqv table.
19303 2002-09-06  Juanma Barranquero  <lektu@terra.es>
19305         * coding.c (syms_of_coding): Fix spacing.
19307         * composite.c (Fcompose_region_internal)
19308         (Fcompose_string_internal): Likewise.
19310         * data.c (Flsh): Likewise.
19312         * fontset.c (Fset_fontset_font): Likewise.
19314         * macfns.c (Fx_server_max_request_size): Likewise.
19316         * w16select.c (syms_of_win16select): Likewise.
19318         * w32select.c (syms_of_w32select): Likewise.
19320         * xselect.c (syms_of_xselect): Likewise.
19322 2002-09-05  Richard M. Stallman  <rms@gnu.org>
19324         * regex.c (set_image_of_range_1): In no-TRANSLATE case,
19325         call EXTEND_RANGE_TABLE and return a proper value.
19326         (set_image_of_range): Don't call set_image_of_range_1
19327         if no TRANSLATE or if range includes all of Latin-1.
19328         Only call it for the Latin-1 part of the range.
19329         For other cases, make two separate ranges,
19330         one for the original specified characters and one for
19331         their case-conversions.
19333 2002-09-04  Richard M. Stallman  <rms@gnu.org>
19335         * s/sol2-5.h (UNEXEC): Use unexsol.o.
19337         * window.c (displayed_window_lines): Correct for one-off bug
19338         in HEIGHT on non-window displays.
19340         * regex.c (set_image_of_range_1): New function.
19341         (set_image_of_range): Use set_image_of_range_1 for Latin-1.
19342         Return a value to indicate running out of memory.
19343         (SET_RANGE_TABLE_WORK_AREA): Check value from set_image_of_range.
19344         (extend_range_table_work_area): New subroutine.
19345         (EXTEND_RANGE_TABLE): Replaces EXTEND_RANGE_TABLE_WORK_AREA.
19346         Different calling conventions, and used from set_image_of_range{,_1}.
19347         (IMMEDIATE_QUIT_CHECK): Definitions moved.
19349 2002-09-04  Juanma Barranquero  <lektu@terra.es>
19351         * makefile.w32-in: All dependencies updated.
19353 2002-09-01  Richard M. Stallman  <rms@gnu.org>
19355         * unexsol.c: New file.
19357         * xfns.c (Qbox): Declare external, don't define.
19359         * xdisp.c (redisplay_window) <force-start case>:
19360         If point is on semi-visible last line, reposition
19361         it at previous line.
19363         * alloc.c (display_malloc_warning): Use display-warning.
19364         (malloc_warning_1): Function deleted.
19366         * alloc.c [ALLOC_DEBUG]: #undef INLINE.
19368         * lread.c (read1): Handle #! by skipping the line.
19370 2002-08-31  Richard M. Stallman  <rms@gnu.org>
19372         * Makefile.in (TEMACS_LDFLAGS): Renamed from ALL_LDFLAGS.
19373         Don't include LDFLAGS.
19374         (temacs): Pass LDFLAGS separately, and not via YMF_PASS_LDFLAGS.
19376 2002-08-31  Eli Zaretskii  <eliz@is.elta.co.il>
19378         * xdisp.c (get_window_cursor_type): Don't use x_highlight_frame
19379         member of x_display_info unless we compile for some window system.
19381 2002-08-31  Kim F. Storm  <storm@cua.dk>
19383         * xdisp.c (Valternate_cursor_type, Qalternate_cursor_type): Removed.
19384         (get_window_cursor_type): Don't use them.
19385         (syms_of_xdisp): Remove intern, staticpro, and defvar for them.
19387 2002-08-30  Kenichi Handa  <handa@etl.go.jp>
19389         * xdisp.c (get_next_display_element): Fix previous change.
19391 2002-08-30  Andrew Choi  <akochoi@shaw.ca>
19393         * macterm.c (expose_overlaps): New function (merge code from xterm.c).
19394         (expose_window): Use it to fix the display of overlapping
19395         rows (merge code from xterm.c).
19397         * macfns.c (Qbox): Add extern declaration.
19399 2002-08-30  Juanma Barranquero  <lektu@terra.es>
19401         * w32fns.c (Qbox): Make extern.
19402         (syms_of_w32fns): Remove initialization of Qbox.
19404 2002-08-30  Rune Kleveland  <runekl@viewpoint.no>  (tiny change)
19406         * xfns.c (Fx_open_connection): Fix error message.
19408 2002-08-30  Kim F. Storm  <storm@cua.dk>
19410         The following changes consolidates the handling of the cursor
19411         type in xdisp.c, moving duplicate code and functionality from
19412         xfns.c, xterm.c, w32fns.c, w32term.c, macfns.c, and macterm.c.
19414         * frame.h (enum text_cursor_kinds): Consolidated here.
19415         Added DEFAULT_CURSOR value.
19416         (struct frame) <desired_cursor, cursor_width>
19417         <blink_off_cursor, blink_off_cursor_width>: New fields.
19418         Consolidated from output_x, output_w32 and output_mac structs.
19419         (FRAME_DESIRED_CURSOR, FRAME_CURSOR_WIDTH, FRAME_BLINK_OFF_CURSOR)
19420         (FRAME_BLINK_OFF_CURSOR_WIDTH): Macros consolidated here.
19422         * xdisp.c (Qbar, Qhbar, Qbox, Qhollow, Vblink_cursor_alist):
19423         Variables consolidated here.
19424         (Valternate_cursor_type, Qalternate_cursor_type): New variables.
19425         (Vcursor_in_non_selected_windows): Renamed from
19426         cursor_in_non_selected_windows and changed to Lisp_Object.
19427         (syms_of_xdisp): Define and staticpro new and moved variables.
19428         (get_specified_cursor_type): Renamed from x_specified_cursor_type;
19429         consolidated here.  Recognize Qhollow setting.
19430         (set_frame_cursor_types): New function to set frame cursor types
19431         based on the frame parameters.
19432         (get_window_cursor_type): New function to calculate new cursor
19433         type and width for the specified window.  Based on duplicated
19434         code consolidated here.
19435         Enhancements: cursor-in-non-selected-windows may be a cursor type,
19436         check buffer-local alternate-cursor-type and blink-cursor-alist
19437         before using built-in blink off methods.
19439         * dispextern.h (cursor_in_non_selected_windows): Extern removed.
19441         * lisp.h (Qcursor_in_non_selected_windows): Extern removed.
19442         (get_specified_cursor_type, get_window_cursor_type)
19443         (set_frame_cursor_types): Added prototypes.
19445         * macfns.c (x_specified_cursor_type): Removed.
19446         (x_set_cursor_type): Use set_frame_cursor_types.
19447         (Qbar, Qbox): Removed.
19448         (syms_of_macfns): Don't intern or staticpro them.
19450         * macterm.c (x_specified_cursor_type): Remove prototype.
19451         (x_draw_bar_cursor): Use FRAME_CURSOR_WIDTH.
19452         (x_display_and_set_cursor): Use get_window_cursor_type.
19453         Remove unused local variables cursor_non_selected, active_cursor.
19454         Redraw cursor if hbar cursor width changes.
19455         (make_mac_frame): Set FRAME_DESIRED_CURSOR.
19457         * macterm.h (enum text_cursor_kinds): Removed.
19458         (struct output_mac) <current_cursor, desired_cursor, cursor_width>
19459         <blink_off_cursor, blink_off_cursor_width>: Members removed.
19460         (FRAME_DESIRED_CURSOR): Macro removed.
19462         * w32fns.c (Vblink_cursor_alist): Removed.
19463         (Qbar, Qhbar, Qbox, Qhollow): Removed.
19464         (syms_of_w32fns): Don't intern, staticpro, or define them.
19465         (x_specified_cursor_type): Removed.
19466         (x_set_cursor_type): Use set_frame_cursor_types.
19468         * w32term.c (x_specified_cursor_type): Remove prototype.
19469         (x_draw_bar_cursor): Use FRAME_CURSOR_WIDTH.
19470         (x_display_and_set_cursor): Use get_window_cursor_type.
19471         Remove unused local variables cursor_off_state.
19472         Redraw cursor if hbar cursor width changes.
19473         Changed all occurrences of w32_highlight_frame to x_highlight_frame.
19475         * w32term.h (enum text_cursor_kinds): Removed.
19476         (struct output_w32) <current_cursor, desired_cursor, cursor_width>
19477         <blink_off_cursor, blink_off_cursor_width>: Members removed.
19478         (FRAME_DESIRED_CURSOR, FRAME_CURSOR_WIDTH, FRAME_BLINK_OFF_CURSOR)
19479         (FRAME_BLINK_OFF_CURSOR_WIDTH): Macros removed.
19480         (struct w32_display_info) <x_highlight_frame>: Renamed member from
19481         w32_highlight_frame.
19483         * xfns.c (Vblink_cursor_alist): Removed.
19484         (Qbar, Qhbar, Qbox, Qhollow): Removed.
19485         (syms_of_xfns): Don't intern, staticpro, or define them.
19486         (x_specified_cursor_type): Removed.
19487         (x_set_cursor_type): Use set_frame_cursor_types.
19489         * xterm.c (x_specified_cursor_type): Remove prototype.
19490         (x_draw_bar_cursor): Use FRAME_CURSOR_WIDTH.
19491         (x_display_and_set_cursor): Use get_window_cursor_type.
19492         Remove unused local variables cursor_off_state.
19493         Redraw cursor if hbar cursor width changes.
19495         * xterm.h (enum text_cursor_kinds): Removed.
19496         (struct output_x) <current_cursor, desired_cursor, cursor_width>
19497         <blink_off_cursor, blink_off_cursor_width>: Members removed.
19498         (FRAME_DESIRED_CURSOR, FRAME_CURSOR_WIDTH, FRAME_BLINK_OFF_CURSOR)
19499         (FRAME_BLINK_OFF_CURSOR_WIDTH): Macros removed.
19500         (x_specified_cursor_type): Remove prototype.
19502 2002-08-28  Richard M. Stallman  <rms@gnu.org>
19504         * w32fns.c (x_set_cursor_type): Set FRAME_BLINK_OFF_CURSOR and
19505         FRAME_BLINK_OFF_CURSOR_WIDTH using defaults and Vblink_cursor_alist.
19506         (Vblink_cursor_alist): New variable.
19507         (syms_of_w32fns): Initialize and defvar it.
19508         (x_specified_cursor_type): Recognize Qbox for filled box.
19509         Exceptions are hollow boxes.
19510         (Qbox, Qhollow): New variables.
19511         (syms_of_w32fns): Initialize and staticpro them.
19513         * w32term.h (FRAME_BLINK_OFF_CURSOR, FRAME_BLINK_OFF_CURSOR_WIDTH):
19514         New macros.
19515         (struct w32_output): New fields blink_off_cursor,
19516         blink_off_cursor_width.
19517         (FRAME_CURSOR_WIDTH): New macro.
19519         * w32term.c (x_display_and_set_cursor): Use FRAME_BLINK_OFF_CURSOR
19520         and FRAME_BLINK_OFF_CURSOR_WIDTH for blinking cursor off.
19522         * w32term.c (x_display_and_set_cursor): Check FRAME_CURSOR_WIDTH
19523         for bar cursor.
19525         * w32term.c (expose_overlaps): New function.
19526         (expose_window): Use it to fix the display of overlapping rows.
19528 2002-08-28  Simon Josefsson  <jas@extundo.com>
19530         * xfns.c (Fx_open_connection): Improve help when X connection
19531         fails, xhost is insecure and xauth is better.
19533 2002-08-28  Juanma Barranquero  <lektu@terra.es>
19535         * makefile.w32-in: Add missing dependencies on w32term.h and
19536         composite.h.
19538         * emacs.c (USAGE1): Add missing newline.
19540 2002-08-27  Andrew Choi  <akochoi@shaw.ca>
19542         * s/darwin.h [HAVE_LIBNCURSES]: Define HAVE_TERMINFO.
19544 2002-08-27  Richard M. Stallman  <rms@gnu.org>
19546         * xfns.c (x_set_cursor_type): Set FRAME_BLINK_OFF_CURSOR and
19547         FRAME_BLINK_OFF_CURSOR_WIDTH using defaults and Vblink_cursor_alist.
19548         (Vblink_cursor_alist): New variable.
19549         (syms_of_xfns): Initialize and defvar it.
19550         (x_specified_cursor_type): Recognize Qbox for filled box.
19551         Exceptions are hollow boxes.
19552         (Qbox, Qhollow): New variables.
19553         (syms_of_xfns): Initialize and staticpro them.
19555         * xterm.h (FRAME_BLINK_OFF_CURSOR, FRAME_BLINK_OFF_CURSOR_WIDTH):
19556         New macros.
19557         (struct x_output): New fields blink_off_cursor, blink_off_cursor_width.
19559         * xterm.c (x_display_and_set_cursor): Use FRAME_BLINK_OFF_CURSOR
19560         and FRAME_BLINK_OFF_CURSOR_WIDTH for blinking cursor off.
19562         * emacs.c (main): Handle --script.
19563         (USAGE1): Mention --script.
19564         (standard_args): Define sort order for --script.
19566 2002-08-27  Gerd Moellmann  <gerd.moellmann@t-online.de>
19568         * xdisp.c (redisplay_updating_p): Variable removed.
19569         (inhibit_free_realized_faces, Qinhibit_free_realized_faces):
19570         New variables.
19571         (init_iterator): Don't free realized faces if
19572         inhibit_free_realized_faces is set.
19573         (redisplay_internal): Bind Qinhibit_free_realized_faces to nil.
19574         (syms_of_xdisp): DEFVAR_BOOL inhibit-free-realized-faces,
19575         initialize Qinhibit_free_realized_faces.
19577         * dispextern.h (PRODUCE_GLYPHS): Set inhibit_free_realized_faces
19578         when iterator is adding glyphs to a glyph matrix.
19580 2002-08-27  Kenichi Handa  <handa@etl.go.jp>
19582         * xdisp.c (get_next_display_element): In unibyte case, don't use
19583         octal form for such eight-bit characters that can be converted to
19584         multibyte char.
19586 2002-08-26  Kim F. Storm  <storm@cua.dk>
19588         * frame.c (make_terminal_frame) [CANNOT_DUMP]: Initialize
19589         foreground and background colors.  From Joe Buehler.
19591 2002-08-26  Miles Bader  <miles@gnu.org>
19593         * bytecode.c (Fbyte_code): Fsub1 can GC, so protect it.
19595 2002-08-25  Andrew Choi  <akochoi@shaw.ca>
19597         * emacs.c (main): Call init_mac_osx_environment if HAVE_CARBON is
19598         defined instead of MAC_OSX.
19600         * s/darwin.h (select): Define select to sys_select only if
19601         HAVE_CARBON is defined.
19602         (HAVE_WORKING_VFORK): #undef it.  Define vfork to fork.
19603         (DONT_REOPEN_PTY): #def it.
19605         * macterm.c (XTread_socket): Remove code to call
19606         SendEventToEventTarget for keys with command modifiers when
19607         mac_command_key_is_meta is nil.
19609 2002-08-24  Andreas Schwab  <schwab@suse.de>
19611         * eval.c (Fdefvar): Fix last change.
19613 2002-08-23  Richard M. Stallman  <rms@gnu.org>
19615         * eval.c (Fdefvar, Fdefconst, Fdefvaralias):
19616         Record variables in load history as (defvar . VAR).
19617         (Fdefvar): Don't record in load history if no initial value.
19618         (Qdefvar): New variable.
19619         (syms_of_eval): Init and staticpro it.
19621         * lread.c (syms_of_lread): Doc fix.
19622         (build_load_history): Use Fmember to see if a definition
19623         is already in the Vload_history element.
19625         * process.c (Fstart_process): Remove /: from program name.
19627         * emacs.c (decode_env_path): Don't add /: if file name handler
19628         has a `safe-magic' property.
19630         * callproc.c (Fcall_process): Remove /: from program name.
19632 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
19634         * regex.c (PATFETCH): Remove the translating fetch.
19635         (PATFETCH_RAW): Rename to PATFETCH.
19636         (set_image_of_range): New fun.
19637         (SET_RANGE_TABLE_WORK_AREA): Use it.
19638         (regex_compile): Don't translate the pattern chars so eagerly.
19639         Only do it when inserting an `exactn' bytecode or when handling
19640         a char-range.
19641         (mutually_exclusive_p): Avoid empty statement.
19643 2002-08-22  Kim F. Storm  <storm@cua.dk>
19645         * xdisp.c (redisplay_window): Do not `goto try_to_scroll' when we
19646         end up on a partially visible line; this reverts a specific part
19647         of the 2002-07-07 change by Richard M. Stallman to "fix" a nasty
19648         display error which has been reported several times now.
19649         However it introduces the problem that changes was supposed to fix.
19650         See my comments in the source if you want to debug this further.
19652 2002-08-20  Kenichi Handa  <handa@etl.go.jp>
19654         * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
19656 2002-08-19  Eli Zaretskii  <eliz@is.elta.co.il>
19658         * msdos.c (croak): Add `void' to definition.
19660         * sysdep.c (request_sigio, unrequest_sigio) [MSDOS]:
19661         Don't define them, they are defined in msdos.c.
19663         * mem-limits.h [MSDOS]: Declare etext.
19665         * fileio.c (Ffile_name_directory) [DOS_NT]: Don't declare `beg'
19666         `const' since CORRECT_DIR_SEPS modifies its target.
19668 2002-08-19  Kim F. Storm  <storm@cua.dk>
19670         * keyboard.c (Fclear_this_command_keys): Add optional arg
19671         KEEP-RECORD to avoid clearing lossage when we just want to clear
19672         the current key sequence (kmacro needs this).
19674 2002-08-19  Kenichi Handa  <handa@localhost>
19676         * composite.c (run_composition_function): Call FUNC if it is fboundp.
19678         * composite.h (COMPOSITION_MODIFICATION_FUNC): If PROP is not a
19679         cons, return Qnil.
19681 2002-08-17  Richard M. Stallman  <rms@gnu.org>
19683         * s/sol2-5.h (BROKEN_SIGIO): Add #undef.
19685         * sysdep.c [!VMS]: Include sys/files.h.
19687         * editfns.c (save_restriction_restore): Defend from unchained marker.
19689         * buffer.c (overlays_at): Handle extending vec uniformly.
19690         (overlays_in): Handle extending vec from length 0 as in overlays_at.
19692 2002-08-15  Andrew Choi  <akochoi@shaw.ca>
19694         * mac.c (init_mac_osx_environment): New function.
19696         * emacs.c (main) [MAC_OSX]: Call init_mac_osx_environment.
19698 2002-08-14  Kim F. Storm  <storm@cua.dk>
19700         * macros.c (Fstart_kbd_macro): Added NO-EXEC argument to inhibit
19701         executing macro before appending to it (when used from Lisp).
19702         (Fexecute_kbd_macro): Added LOOPFUNC argument to supply function
19703         which is called prior to each iteration of macro (for kmacro.el).
19704         (Fend_kbd_macro, Fcall_last_kbd_macro): Likewise.
19706         * lisp.h (Fexecute_kbd_macro): Update prototype.
19708         * keyboard.c (Fcommand_execute): Update call to Fexecute_kbd_macro.
19710 2002-08-14  Kenichi Handa  <handa@etl.go.jp>
19712         * xselect.c (QUTF8_STRING): New variable.
19713         (symbol_to_x_atom): Pay attention to QUTF8_STRING.
19714         (x_atom_to_symbol): Likewise.
19715         (x_get_local_selection): New argument local_request.  If it is
19716         nonzero, call handler_fn with the second arg nil.
19717         (x_handle_selection_request): Call x_get_local_selection with
19718         local_request 0.
19719         (lisp_data_to_selection_data): Don't encode the string here.
19720         (Fx_get_selection_internal): Call x_get_local_selection with
19721         local_request 1.
19722         (syms_of_xselect): Intern and staticpro QUTF8_STRING.
19724         * xterm.c (x_term_init): Initialize dpyinfo->Xatom_UTF8_STRING.
19726         * xterm.h (struct x_display_info): New member Xatom_UTF8_STRING.
19728 2002-08-13  Richard M. Stallman  <rms@gnu.org>
19730         * minibuf.c (Fminibufferp): New function.
19731         (syms_of_minibuf): Defsubr it.
19732         (Fminibuffer_prompt_end): Handle non-minibuffers specially.
19734 2002-08-13  Gerd Moellmann  <gerd.moellmann@t-online.de>
19736         * coding.c (Funencodable_char_position): Lisp_Object/int mixup.
19738 2002-08-12  Richard M. Stallman  <rms@gnu.org>
19740         * syswait.h: Only the include of sys/wait.h tests HAVE_SYS_WAIT_H.
19741         [!VMS] (WCOREDUMP, WEXITSTATUS, WIFEXITED, WIFSTOPPED, WIFSIGNALED)
19742         (WSTOPSIG, WTERMSIG): Define each one independently if not defined
19743         already.
19745         * buffer.c (syms_of_buffer) <fill-column>: Doc fix.
19747 2002-08-11  Andrew Choi  <akochoi@shaw.ca>
19749         * macterm.c (XTmouse_position): Check wp with is_emacs_window.
19750         (Vmac_pass_command_to_system): New variable.
19751         (Vmac_pass_control_to_system): New variable.
19752         (do_mouse_moved): Check wp with is_emacs_window.
19753         (XTread_socket): Check window_ptr with is_emacs_window.
19754         Call FrontNonFloatingWindow instead of FrontWindow.  Send keydown
19755         events back to Mac Toolbox for processing, depending on values of
19756         Vmac_pass_command_to_system and Vmac_pass_control_to_system.
19757         (syms_of_macterm): DEFVAR_LISP Vmac_pass_command_to_system and
19758         Vmac_pass_control_to_system.
19760 2002-08-10  Kenichi Handa  <handa@etl.go.jp>
19762         * coding.c (unencodable_char_position): New function.
19763         (Funencodable_char_position): New function.
19764         (syms_of_coding): Defsubr Funencodable_char_position.
19766 2002-08-10  Andrew Choi  <akochoi@shaw.ca>
19768         * mac.c (sys_select) [MAC_OSX]: New function.
19770         * macterm.c (MakeMeTheFrontProcess): New function.
19771         (mac_initialize): Call MakeMeTheFrontProcess.
19773         * s/darwin.h: Define select to sys_select.
19775 2002-08-09  Richard M. Stallman  <rms@gnu.org>
19777         * keyboard.c (make_lispy_event): Test WINDOWSNT, not WINDOWS_NT.
19779 2002-08-09  Gerd Moellmann  <gerd.moellmann@t-online.de>
19781         * xdisp.c (forward_to_next_line_start): Return 0 when reaching the
19782         end of the buffer.
19784 2002-08-08  Ken Raeburn  <raeburn@gnu.org>
19786         * coding.c (Ffind_operation_coding_system): Fix Lisp_Object/int mixup.
19788         * puresize.h (BASE_PURESIZE): Increase to 910000.
19790 2002-08-08  Kenichi Handa  <handa@etl.go.jp>
19792         * coding.c (Ffind_operation_coding_system): For write-region, if
19793         VISIT is a filename, make it the target.
19795 2002-08-07  Richard M. Stallman  <rms@gnu.org>
19797         * alloc.c (mark_object): Detect long lists for debugging.
19798         (mark_object_loop_halt): New variable.
19800         * s/hpux10.h (C_SWITCH_SYSTEM): #undef it.
19802         * data.c (Fmake_variable_frame_local): Doc fix.
19804 2002-08-01  David Ponce  <david@dponce.com>
19806         * w32menu.c (local_heap, local_alloc, local_free): New macros.
19807         (malloc_widget_value, free_widget_value)
19808         (w32_free_submenu_strings): Use them.
19810         (push_submenu_start, push_submenu_end, push_left_right_boundary)
19811         (push_menu_pane, push_menu_item, single_keymap_panes)
19812         (single_menu_item, Fx_popup_menu, menubar_selection_callback)
19813         (single_submenu, set_frame_menubar)
19814         (w32_menu_show, w32_dialog_show): Use AREF, ASET, ASIZE.
19816         (Fx_popup_menu): Don't show pop up menu until preceding one is
19817         actually cleaned up.  Moved UNGCPRO outside #ifdef HAVE_MENUS block.
19819         * w32menu.c: Changes adapted from xmenu.c
19820         (set_frame_menubar): First parse all submenus,
19821         then make widget_value trees from them.
19822         Don't allocate any widget_value objects
19823         until we are done with the parsing.
19824         (parse_single_submenu): New function.
19825         (digest_single_submenu): New function.
19826         (single_submenu): Function deleted, replaced by those two.
19828 2002-08-04  Andrew Choi  <akochoi@shaw.ca>
19830         * macterm.c (XTread_socket): Check that FrontNonFloatingWindow
19831         returns a valid window pointer before proceeding for keyDown and
19832         autoKey events.
19834 2002-08-03  Andrew Choi  <akochoi@shaw.ca>
19836         * macterm.c (USE_CARBON_EVENTS): New macro.
19837         (macCtrlKey, macShiftKey, macMetaKey, macAltKey): New macros.
19838         (x_iconify_frame): Call CollapseWindow.
19839         (Vmac_reverse_ctrl_meta): New variable.
19840         (Vmac_wheel_button_is_mouse_2): New variable.
19841         (init_mac_drag_n_drop): New function.
19842         (mac_do_receive_drag): New function.
19843         (mac_handle_service_event): New function.
19844         (init_service_handler): New function.
19845         (mac_to_emacs_modifiers): New function.
19846         (mac_event_to_emacs_modifiers): New function.
19847         (mac_get_mouse_btn): New function.
19848         (mac_convert_event_ref): New function.
19849         (XTread_socket) [USE_CARBON_EVENTS]: Call ReceiveNextEvent,
19850         SendEventToEventTarget, mac_event_to_emacs_modifiers, and
19851         mac_get_mouse_btn.
19852         (mac_initialize): Call init_mac_drag_n_drop and init_service_handler.
19854         * keyboard.c: Define Qmouse_wheel, mouse_wheel_syms, and
19855         lispy_mouse_wheel_names for MAC_OSX as well as for WINDOWS_NT.
19856         (kbd_buffer_get_event): Set used_mouse_menu for MENU_BAR_EVENT and
19857         TOOL_BAR_EVENT for MAC_OS as well.
19858         (make_lispy_event): Handle MOUSE_WHEEL_EVENT for MAC_OSX as well
19859         as for WINDOWS_NT.
19860         (syms_of_keyboard): Initialize Qmouse_wheel for MAC_OSX.
19862         * termhooks.h (event_kind): Define MOUSE_WHEEL_EVENT also for MAC_OSX.
19864 2002-08-03  Gerd Moellmann  <gerd.moellmann@t-online.de>
19866         * xdisp.c (forward_to_next_line_start): Fix a condition that
19867         lead to a newline being skipped.
19869 2002-08-02  Andrew Choi  <akochoi@shaw.ca>
19871         * mac.c (syms_of_mac): Defsubr Sx_selection_exists_p.
19873 2002-08-01  Richard M. Stallman  <rms@gnu.org>
19875         * Makefile.in (SOME_MACHINE_OBJECTS): Add fontset.o.
19877 2002-07-31  Andrew Choi  <akochoi@shaw.ca>
19879         * macfns.c: #undef init_process before #define-ing it.
19881         * s/darwin.h: Define MAC_OS, SYMS_SYSTEM, and OTHER_FILES only if
19882         HAVE_CARBON is defined.
19884 2002-07-31  Richard M. Stallman  <rms@gnu.org>
19886         * xmenu.c (set_frame_menubar): First parse all submenus,
19887         then make widget_value trees from them.
19888         Don't allocate any widget_value objects
19889         until we are done with the parsing.
19890         (parse_single_submenu): New function.
19891         (digest_single_submenu): New function.
19892         (single_submenu): Function deleted, replaced by those two.
19894 2002-07-30  Juanma Barranquero  <lektu@terra.es>
19896         * w32proc.c (syms_of_ntproc): Fix docstring of
19897         `w32-get-true-file-attributes'.
19899 2002-07-28  Richard M. Stallman  <rms@gnu.org>
19901         * s/hpux8.h (HPUX8): Define this before including hpux.h.
19902         (HAVE_SYS_WAIT_H): #define deleted; we let Autoconf decide.
19904         * s/hpux.h (HAVE_SYS_WAIT_H): The #undef is conditional on HPUX8.
19906         * keyboard.c (make_lispy_event):
19907         Use #ifdef to test USE_TOOLKIT_SCROLL_BARS.
19908         Explicitly clear up_modifier in event->modifiers.
19910 2002-07-27  Richard M. Stallman  <rms@gnu.org>
19912         * xterm.h (FRAME_CURSOR_WIDTH): New macro.
19914         * xterm.c (x_display_and_set_cursor): Check FRAME_CURSOR_WIDTH
19915         for bar cursor.
19917 2002-07-26  Kenichi Handa  <handa@etl.go.jp>
19919         * coding.c (detect_coding_iso2022): While checking a byte sequence
19920         for CODING_CATEGORY_MASK_ISO_8_2, if we read one extra byte, check
19921         it in the normal loop.
19923 2002-07-24  Gerd Moellmann  <gerd.moellmann@t-online.de>
19925         * xterm.c (expose_overlaps): New function.
19926         (expose_window): Use it to fix the display of overlapping rows.
19928         * xdisp.c (unwind_redisplay): Clear redisplay_updating_p.
19930 2002-07-23  Ken Raeburn  <raeburn@gnu.org>
19932         * lisp.h (XPNTR): Use NO_UNION_TYPE version for union as well,
19933         since it only depends on XUINT.
19935         * m/alpha.h (BITS_PER_LONG, BITS_PER_EMACS_INT, EMACS_INT,
19936         EMACS_UINT, SPECIAL_EMACS_INT, DATA_SEG_BITS,
19937         PNTR_COMPARISON_TYPE, VALBITS, MARKBIT, XINT, XUINT, XPNTR):
19938         Macros deleted.
19940         * mem-limits.h (start_of_data): If DATA_START is defined, prefer
19941         its value over other approaches.
19942         * sysdep.c (start_of_data): Don't define the function if a macro
19943         form has been defined.
19945 2002-07-23  Gerd Moellmann  <gerd.moellmann@t-online.de>
19947         * xdisp.c (redisplay_updating_p): New variable.
19948         (init_iterator): Don't free realized faces when
19949         redisplay_updating_p is set.
19950         (redisplay_internal): Set redisplay_updating_p while updating
19951         the display.
19953 2002-07-23  Richard M. Stallman  <rms@gnu.org>
19955         * editfns.c (Fmessage): Treat "" like nil.
19957 2002-07-23  Kenichi Handa  <handa@etl.go.jp>
19959         * xdisp.c (face_before_or_after_it_pos):
19960         Call FETCH_MULTIBYTE_CHAR with byte postion, not char position.
19962 2002-07-22  Juanma Barranquero  <lektu@terra.es>
19964         * callproc.c (init_callproc) [DOS_NT]:
19965         Initialize Vshared_game_score_directory to nil.
19966         (syms_of_callproc) [DOS_NT]: Likewise.
19968 2002-07-22  Gerd Moellmann  <gerd.moellmann@t-online.de>
19970         * xdisp.c (display_line): Replace an abort with xassert.
19972 2002-07-21  Richard M. Stallman  <rms@gnu.org>
19974         * xdisp.c (redisplay_window): Don't test BEG_UNCHANGED
19975         and END_UNCHANGED when setting buffer_unchanged_p.
19976         Use current_matrix_up_to_date_p to decide whether to use
19977         try_cursor_movement.
19979         * config.in (HAVE_SHARED_GAME_DIR): Undef deleted.
19981         * epaths.in (PATH_GAME): New macro, edited by ../Makefile.in.
19983         * callproc.c (init_callproc): Set up Vshared_game_score_directory.
19984         Set to nil if dir does not exist.
19985         (syms_of_callproc): Init unconditionally and simply.
19987         * buffer.c (Fbuffer_list): Doc fix.
19989 2002-07-21  Ken Raeburn  <raeburn@gnu.org>
19991         * sysdep.c (end_of_text, end_of_data): Unused functions deleted.
19993         * buffer.c (mmap_realloc): When shrinking, make sure number of
19994         pages to unmap is rounded towards zero.
19996         * m/mips-siemens.h (XSETUINT, XSETPNTR): Unused macros deleted.
19997         (XSETINT): Deleted.
19999         * m/att3b.h (XINT): Don't define.
20000         (VALBITS, VALMASK, XTYPE): Deleted.
20001         (DATA_SEG_BITS): Define.
20002         * m/gec63.h (VALBITS, VALAMASK, XTYPE, XSETTYPE, XPNTR, XSET,
20003         ARRAY_MARK_FLAG): Deleted.
20004         (DATA_SEG_BITS): Define.
20005         * m/pfa50.h (VALBITS, VALMASK, XTYPE): Deleted.
20006         (DATA_SEG_BITS): Define.
20008 2002-07-20  Richard M. Stallman  <rms@gnu.org>
20010         * print.c (print_error_message): New args CONTEXT and CALLER.
20011         Calls changed.
20013         * lisp.h (print_error_message): Declare new args.
20015         * keyboard.c (cmd_error_internal): Pass Vsignaling_function
20016         and CONTEXT to print_error_message, don't print them here.
20017         For a Quit, don't use Vsignaling_function.
20018         Call message_log_maybe_newline.
20020         * Makefile.in (xsmfns.o): Don't depend on lisp.h.
20022 2002-07-20  Kim F. Storm  <storm@cua.dk>
20024         * xdisp.c (redisplay_window): Test MODIFF to set buffer_unchanged_p.
20026 2002-07-19  Ken Raeburn  <raeburn@gnu.org>
20028         * bytecode.c (struct byte_stack): Pointers into byte string now
20029         point to const.
20030         * callproc.c (Fcall_process): Make NEW_ARGV array hold pointer to
20031         const.
20032         * charset.h (BCOPY_SHORT): Source pointer now points to const.
20033         * coding.c (encode_eol, detect_coding, detect_eol):
20034         (decode_coding, encode_coding, detect_coding_system):
20035         Source strings now treated as const.
20036         (decode_coding_string, encode_coding_string): Use STRING_COPYIN to
20037         modify Lisp string contents.
20038         * coding.h (decode_coding, encode_coding, detect_coding,
20039         detect_eol): Declarations updated.
20040         * composite.c (compose_chars_in_text): Treat Lisp string contents
20041         as const.
20042         * dispnew.c (safe_bcopy): Source pointer now points to const.
20043         * lisp.h (STRING_COPYIN): New macro.
20044         (detect_coding_system, safe_bcopy, temp_output_buffer_setup):
20045         (internal_with_output_to_temp_buffer): Declarations updated.
20046         * print.c (temp_output_buffer_setup):
20047         (internal_with_output_to_temp_buffer): Buffer name argument is now
20048         pointer to const.
20049         * sound.c (struct sound_device): Function pointer field "write"
20050         buffer argument now points to const.
20051         (vox_write): Buffer argument points to const.
20052         * syntax.c (Fstring_to_syntax, skip_chars): Treat Lisp string
20053         contents as const.
20054         * sysdep.c (emacs_write): Buffer pointer now const.
20055         * term.c (encode_terminal_code): Buffer pointer now const.
20056         * xfaces.c (may_use_scalable_font_p): Argument now points to const.
20057         (x_face_list_fonts, x_update_menu_appearance):
20058         (hash_string_case_insensitive): Treat Lisp string contents as const.
20060 2002-07-19  Juanma Barranquero  <lektu@terra.es>
20062         * xdisp.c (syms_of_xdisp): Remove redundant deprecation info.
20064         * fileio.c (syms_of_fileio): Likewise.
20065         (Ffile_name_as_directory): Fix argument name in docstring.
20066         (file_name_as_directory): Use literal '/' instead of DIRECTORY_SEP.
20068 2002-07-18  Richard M. Stallman  <rms@gnu.org>
20070         * data.c (Fdefalias): Doc fix.
20072 2002-07-17  Dave Love  <fx@gnu.org>
20074         * intervals.h (text_property_stickiness): Use P_.
20076         * ccl.c: Remove `emacs' conditionals.
20077         (ccl_backtrace_table): Fix size spec.
20078         (ccl_driver): Fix type errors.
20080 2002-07-16  Ken Raeburn  <raeburn@gnu.org>
20082         * alloc.c (xstrdup, make_string, make_unibyte_string)
20083         (make_multibyte_string, build_string): String pointer args now
20084         point to const.
20085         * charset.c (find_charset_in_text, c_string_width):
20086         (chars_in_text, multibyte_chars_in_text, parse_str_as_multibyte):
20087         * fileio.c (report_file_error):
20088         * insdel.c (copy_text, count_size_as_multibyte, insert_1):
20089         (count_combining_before, count_combining_after, insert_1_both):
20090         (insert, insert_and_inherit, insert_string):
20091         (insert_before_markers, insert_before_markers_and_inherit):
20092         * lread.c (intern, oblookup, hash_string):
20093         * minibuf.c (temp_echo_area_glyphs):
20094         * search.c (fast_c_string_match_ignore_case):
20095         * sysdep.c (emacs_open, set_file_times):
20096         * xfaces.c (xstricmp):
20097         * xdisp.c (store_frame_title, string_char_and_length):
20098         (message_dolog, message2, message2_nolog, set_message): Likewise.
20099         (set_message_1): Cast message string argument to const pointer.
20100         * editfns.c (general_insert_function): Insertion function now
20101         takes pointer to const for input data.
20102         * charset.h (find_charset_in_text, c_string_width):
20103         (parse_str_as_multibyte): Declarations updated.
20104         * dispextern.h (xstricmp): Declaration updated.
20105         * lisp.h (chars_in_text, multibyte_chars_in_text, copy_text):
20106         (count_size_as_multibyte, count_combining_before):
20107         (count_combining_after, insert_1, insert_1_both, message_dolog):
20108         (insert, insert_and_inherit, insert_before_markers)
20109         (insert_before_markers_and_inherit, set_message, message2):
20110         (message2_dolog, build_string, make_string, make_unibyte_string):
20111         (make_multibyte_string, intern, oblookup, report_file_error):
20112         (fast_c_string_match_ignore_case, temp_echo_area_glyphs):
20113         (emacs_open, xstrdup): Declarations updated.
20114         * systime.h (set_file_times): Declaration updated.
20116         * charset.c (find_charset_in_text, lisp_string_width): Use const
20117         for pointer to lisp string data.
20118         * charset.h (FETCH_STRING_CHAR_ADVANCE):
20119         (FETCH_STRING_CHAR_ADVANCE_NO_CHECK):
20120         * coding.c (Ffind_coding_systems_region_interval):
20121         * fileio.c (Ffile_name_directory, Ffile_name_nondirectory):
20122         (Fmake_directory_internal, Fdelete_directory):
20123         (Ffile_name_absolute_p, Fwrite_region, double_dollars):
20124         * fontset.c (font_family_registry, fs_query_fontset):
20125         (list_fontsets):
20126         * frame.c (Fframe_parameter):
20127         * keyboard.c (cmd_error_internal):
20128         * keymap.c (Fdescribe_buffer_bindings):
20129         * lread.c (complete_filename_p, openp):
20130         * minibuf.c (Fminibuffer_complete_word):
20131         * xdisp.c (string_pos_nchars_ahead, init_from_display_pos):
20132         (face_before_or_after_it_pos, next_element_from_string):
20133         (get_overlay_arrow_glyph_row, display_mode_element):
20134         (decode_mode_spec_coding):
20135         * xterm.c (same_x_server): Likewise.
20137         * buffer.c (reset_buffer_local_variables): Delete "#if 0"
20138         settings of non-existent fields.
20140         * editfns.c (Fstring_to_char): Don't use XSTRING/XSETSTRING to
20141         copy a lisp value.
20143         * lread.c (Fintern_soft): Use string macros instead of
20144         Lisp_String fields.
20145         * keyboard.c (echo_char, parse_modifiers_uncached):
20146         (parse_solitary_modifier, Fexecute_extended_command): Likewise.
20147         * textprop.c (validate_interval_range, interval_of): Likewise.
20149         * fontset.c (Fset_fontset_font): Use SDATA instead of XSTRING()->data.
20151         * charset.h (FETCH_STRING_CHAR_ADVANCE)
20152         (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SBYTES instead of
20153         XSTRING()->size_byte.
20155         * lisp.h (SDATA, SREF): Produce rvalue.
20156         (SSET): New macro.
20157         * alloc.c (make_event_array): Use SSET for storing into a string.
20158         * buffer.c (Fother_buffer): Use SREF when retrieving a byte from
20159         a string.
20160         * casefiddle.c (casify_object): Use SSET.
20161         * charset.h (FETCH_STRING_CHAR_ADVANCE)
20162         (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA when getting
20163         address of string contents.
20164         * data.c (Faref): Use SDATA.
20165         (Faset): Use SDATA, SSET.
20166         * dired.c (directory_files_internal): Use SSET.
20167         * fileio.c (Fmake_symbolic_link, Fexpand_file_name): Use SSET.
20168         (Fread_file_name): Use SREF, SSET.
20169         * fns.c (concat): Use SSET.
20170         (concat, Fdelete): Use SDATA.
20171         * insdel.c (insert_from_string_1): Use SDATA.
20172         * keyboard.c (Fevent_convert_list): Use SREF.
20173         * lread.c (Fload): Use SDATA, SSET.
20174         * macfns.c (validate_x_resource_name): Use SSET.
20175         * process.c (status_message): Use SSET.
20176         * search.c (wordify): Use SDATA.
20177         (Freplace_match): Use SREF.
20178         * w32fns.c (validate_x_resource_name): Use SSET.
20179         * xfns.c (validate_x_resource_name): Use SSET.
20180         * xterm.c (x_catch_errors, x_clear_errors): Use SSET.
20182 2002-07-16  Richard M. Stallman  <rms@gnu.org>
20184         * s/hpux11.h (USG_SUBTTY_WORKS): Defined.
20186         * xdisp.c (reconsider_clip_changes):
20187         Don't test prevent_redisplay_optimizations_p.
20188         (redisplay_internal): Test prevent_redisplay_optimizations_p
20189         along with clip_changed in some cases.
20190         (try_window_id): Likewise.
20191         (redisplay_window): New local var buffer_unchanged_p.
20193         * keyboard.c (cmd_error) [HAVE_X_WINDOWS]: Maybe call cancel_houglass.
20195         * process.c (create_process): Test USG_SUBTTY_WORKS.
20196         (process_send_signal): Clean up handling of GID.
20197         Detect errors in ioctls meant to set GID.
20199         * window.c (temp_output_buffer_show):
20200         Don't set prevent_redisplay_optimizations_p.
20202 2002-07-15  Juanma Barranquero  <lektu@terra.es>
20204         * eval.c (Fdefvaralias): Add docstring argument.
20206 2002-07-15  Ken Raeburn  <raeburn@gnu.org>
20208         * lisp.h (STRING_INTERVALS): Produce rvalue.
20209         (STRING_SET_INTERVALS): New macro.
20210         * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Use it.
20211         * fns.c (Fstring_as_multibyte): Likewise.
20212         * intervals.c (balance_possible_root_interval, delete_interval)
20213         (create_root_interval, copy_intervals_to_string): Likewise.
20214         * textprop.c (set_text_properties): Likewise.  Use NULL_INTERVAL
20215         instead of 0.
20217 2002-07-14  Ken Raeburn  <raeburn@gnu.org>
20219         * lisp.h (STRING_SET_CHARS): New macro.
20220         (SCHARS, SBYTES): Produce rvalues.
20221         * dired.c (directory_files_internal): Use STRING_SET_CHARS.
20222         * fns.c (concat): Likewise.
20223         * lread.c (read_vector): Likewise.
20225         * lisp.h (SMBP): Delete.  All uses changed to STRING_MULTIBYTE.
20226         (STRING_SET_UNIBYTE): New macro.
20227         (SET_STRING_BYTES): Delete.  Callers (all of which supplied a
20228         length of -1) changed to use STRING_SET_UNIBYTE.
20229         * abbrev.c, alloc.c, buffer.c, bytecode.c, callint.c, callproc.c,
20230         casefiddle.c, category.c, ccl.c, charset.c, charset.h, coding.c,
20231         composite.c, data.c, dired.c, dispnew.c, disptab.h, doc.c,
20232         dosfns.c, editfns.c, emacs.c, eval.c, fileio.c, filelock.c, fn.c,
20233         fontset.c, frame.c, indent.c, insdel.c, intervals.c, keyboard.c,
20234         keymap.c, lread.c, mac.c, macfns.c, macmenu.c, macterm.c,
20235         minibuf.c, msdos.c, print.c, process.c, search.c, sound.c,
20236         sunfns.c, syntax.c, syntax.h, sysdep.c, textprop.c, undo.c,
20237         w16select.c, w32.c, w32fns.c, w32menu.c, w32proc.c, w32select.c,
20238         w32term.c, window.c, xdisp.c, xfaces.c, xfns.c, xmenu.c,
20239         xselect.c, xsmfns.c, xterm.c: Most uses of XSTRING combined with
20240         STRING_BYTES or indirection changed to SCHARS, SBYTES,
20241         STRING_INTERVALS, SREF, SDATA; explicit size_byte references left
20242         unchanged for now.
20244 2002-07-13  Kim F. Storm  <storm@cua.dk>
20246         * keyboard.c (command_loop_1): Invert check on Vmemory_full.
20248 2002-07-12  Richard M. Stallman  <rms@gnu.org>
20250         * fileio.c (Fwrite_region): Doc fix.
20252         * print.c (print_error_message): Don't handle Vsignaling_function here.
20254         * keyboard.c (cmd_error_internal): Handle Vsignaling_function here.
20255         (command_loop_1): Avoid certain actions after memory-full error.
20257         * eval.c (Fsignal): Don't call cancel_hourglass.
20258         For a memory-full error, don't call Vsignal_hook_function
20259         and don't set Vsignaling_function.
20261         * process.c (process_send_signal): Add abort call.
20263 2002-07-11  Markus Rost  <rost@math.ohio-state.edu>
20265         * keymap.c (Fkey_binding): Fix typo.
20267 2002-07-11  Richard M. Stallman  <rms@gnu.org>
20269         * alloc.c (Vmemory_full): New variable.
20270         (Vmemory_signal_data): Rename from memory_signal_data.
20271         Uses changed.
20272         (syms_of_alloc): Defvar them.
20273         (memory_full, buffer_memory_full): Set Vmemory_full.
20275         * lisp.h (Vmemory_full): Add declaration.
20276         (current_column, indented_beyond_p): Change declaration.
20278         * indent.c (last_known_column): Declare as double, not float.
20279         (current_column, current_column_1, string_display_width)
20280         (position_indentation): Return `double'.
20281         (indented_beyond_p): Arg `column' is `double'.  Callers changed.
20283         * xdisp.c (message_dolog): Do nothing if Vmemory_full is non-nil.
20284         (back_to_previous_visible_line_start)
20285         (reseat_at_next_visible_line_start, next_element_from_buffer):
20286         Use `double', not `float', when calling indented_beyond_p.
20288         * s/hpux11.h (BROKEN_SA_RESTART): Define.
20290         * sysdep.c (sys_signal): Test BROKEN_SA_RESTART.
20292 2002-07-11  Juanma Barranquero  <lektu@terra.es>
20294         * alloc.c, buffer.c, bytecode.c, callint.c, callproc.c, coding.c,
20295         * composite.c, dired.c, dispnew.c, editfns.c, emacs.c, eval.c,
20296         * fileio.c, fns.c, insdel.c, keyboard.c, keymap.c, lread.c, macfns.c,
20297         * macmenu.c, macros.c, minibuf.c, print.c, process.c, sound.c,
20298         * textprop.c, w32fns.c, w32menu.c, window.c, xfaces.c, xfns.c,
20299         * xmenu.c, xselect.c, xterm.c: Use SPECPDL_INDEX wherever makes sense.
20301 2002-07-10  Juanma Barranquero  <lektu@terra.es>
20303         * lisp.h (SPECPDL_INDEX): Rename from BINDING_STACK_SIZE.
20304         All callers changed.
20306 2002-07-09  Stefan Monnier  <monnier@cs.yale.edu>
20308         * data.c (Fdefalias): Add an optional `docstring' argument.
20309         (set_internal, Fsetq_default): Use XCAR/XCDR.
20311         * composite.c (HASH_VALUE, HASH_KEY):
20312         * ccl.c (HASH_VALUE): Remove (it's in lisp.h now).
20314 2002-07-09  Kenichi Handa  <handa@etl.go.jp>
20316         * callproc.c (Fcall_process): Fix previous change.
20318 2002-07-07  Stefan Monnier  <monnier@cs.yale.edu>
20320         * minibuf.c (Ftry_completion, Fall_completions, Ftest_completion):
20321         Add support for hash-tables.
20322         (Ftry_completion): Return t even if the string appears multiple times.
20324         * fns.c (Fnconc): Use XCDR.
20325         (Fprovide): Use CONSP and XCDR.
20326         (HASH_KEY, HASH_VALUE, HASH_NEXT, HASH_HASH, HASH_INDEX)
20327         (HASH_TABLE_SIZE): Delete: moved to lisp.h.
20328         (Fmake_hash_table): Accept `:size nil'.
20329         (Fmakehash): Delete: moved to subr.el.
20330         (syms_of_fns): Don't defsubr makehash.
20332         * lisp.h (HASH_KEY, HASH_VALUE, HASH_NEXT, HASH_HASH, HASH_INDEX)
20333         (HASH_TABLE_SIZE): Move from fns.c.
20335 2002-07-07  Richard M. Stallman  <rms@gnu.org>
20337         * xdisp.c (make_cursor_line_fully_visible): Don't try short scrolls.
20338         Instead just return 0 when there is something to be done.
20339         (try_scrolling): If make_cursor_line_fully_visible returns 0,
20340         retry scrolling as if cursor were off the bottom.
20341         (try_cursor_movement): If make_cursor_line_fully_visible returns 0,
20342         return CURSOR_MOVEMENT_MUST_SCROLL.
20343         (redisplay_window): If make_cursor_line_fully_visible returns 0,
20344         go to try_to_scroll.
20346         * buffer.c (Fbuffer_local_value): Store current value into its binding
20347         so we get the up-to-date value for the binding that is loaded.
20349         * eval.c (Fdefmacro): Doc fix.
20351 2002-07-05  Dave Love  <fx@gnu.org>
20353         * keyboard.c (read_key_sequence): Set initial_idleness_start_time
20354         correctly.
20356         * ccl.c (Vtranslation_hash_table_vector, GET_HASH_TABLE)
20357         (HASH_VALUE, CCL_LookupIntConstTbl, CCL_LookupCharConstTbl): New.
20358         (ccl_driver): Add cases for CCL_LookupIntConstTbl,
20359         CCL_LookupCharConstTbl.
20360         (syms_of_ccl): Defvar translation-hash-table-vector.
20362 2002-07-05  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
20364         * xdisp.c: Remove unused variable `face'.
20366 2002-07-04  Juanma Barranquero  <lektu@terra.es>
20368         * keyboard.c (post_command_idle_hook): Remove redundant (and inexact)
20369         obsolescence information.
20371 2002-07-03  Andrew Choi  <akochoi@shaw.ca>
20373         * macterm.c (x_list_fonts): Fix comment.  Cache fonts matching
20374         pattern.  Search cache first.
20375         (init_font_name_table): Also add entry for jisx0201.1976-0 coding
20376         for Japanese font.
20377         (XLoadQueryFont): Use it.
20379 2002-07-02  Richard M. Stallman  <rms@gnu.org>
20381         * keymap.c (Fdefine_key): Doc fix.
20383         * xterm.c (x_term_init): Turn off polling around XtOpenDisplay.
20385 2002-07-02  Juanma Barranquero  <lektu@terra.es>
20387         * keymap.c (syms_of_keymap): Fix typo.
20389 2002-07-01  Andrew Choi  <akochoi@shaw.ca>
20391         * s/darwin.h: Define POSIX_SIGNALS.
20393         * macterm.c (do_ae_open_documents) [MAC_OSX]: Call FSpMakeFSRef
20394         and FSRefMakePath to convert FSSpec returned with Apple Event to
20395         Posix pathname.
20396         (mac_initialize) [TARGET_API_MAC_CARBON]:
20397         Call init_required_apple_events and disable the `Quit' menu item
20398         provided automatically by the Carbon Toolbox.
20400 2002-07-01  Dave Love  <fx@gnu.org>
20402         * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
20403         for K&R.
20405         * xterm.c: Fix prototype for K&R.
20407         * term.c (costs_set): Declare static, non-initialized for pcc.
20409 2002-07-01  Richard M. Stallman  <rms@gnu.org>
20411         * keyboard.c (timer_last_idleness_start_time): New variable.
20412         (timer_start_idle): Set that.
20413         (read_key_sequence): Use that to reset timer_idleness_start_time
20414         to previous value.
20416         * window.c (Frecenter): With arg, set optional_new_start.
20418         * xdisp.c (redisplay_internal): Make optional_new_start really work.
20420         * minibuf.c (Fminibuffer_complete_and_exit): Move to end of
20421         buffer for completion.
20423 2002-06-29  Ken Raeburn  <raeburn@gnu.org>
20425         * xdisp.c (store_mode_line_string): Lisp_Object/int mixup.
20427 2002-06-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20429         * keyboard.c (readable_filtered_events): New function that filters
20430         FOCUS_IN_EVENT depending on parameter.
20431         (readable_events): Calls readable_filtered_events, not filtering
20432         FOCUS_IN_EVENT.
20433         (get_filtered_input_pending): New function, filtering parameter passed
20434         to readable_filtered_events.
20435         (get_input_pending): Calls get_filtered_input_pending, not filtering
20436         FOCUS_IN_EVENT.
20437         (Finput_pending_p): Calls get_filtered_input_pending, DO filter
20438         FOCUS_IN_EVENT.
20440         * xterm.h (struct x_output): Add focus_state.
20442         * xterm.c (x_focus_changed): New function.
20443         (x_detect_focus_change): New function.
20444         (XTread_socket): Call x_detect_focus_change for FocusIn/FocusOut
20445         EnterNotify and LeaveNotify to track X focus changes.
20447 2002-06-28  Andreas Schwab  <schwab@suse.de>
20449         * lisp.h: Remove duplicate declaration of code_convert_string_norecord.
20451 2002-06-27  Kim F. Storm  <storm@cua.dk>
20453         * xdisp.c (mode_line_string_list, mode_line_string_face)
20454         (mode_line_string_face_prop): New variables.
20455         (store_mode_line_string): New function.
20456         (display_mode_element): Use store_mode_line_string to
20457         add mode-line string elements to mode_line_string_list
20458         when mode_line_string_list is non-nil.
20459         (Fformat_mode_line): Now returns propertized string by
20460         default.  New arg NO-PROPS to ignore properties.
20461         (decode_mode_spec): Only add two dashes for %- in propertized
20462         mode-line string.
20463         (syms_of_xdisp): Init and staticpro mode_line_string_list.
20465 2002-06-27  Stefan Monnier  <monnier@cs.yale.edu>
20467         * minibuf.c (minibuffer_completion_contents): Add return type.
20469 2002-06-27  Juanma Barranquero  <lektu@terra.es>
20471         * charset.c (Fchar_bytes): Remove obsolescence info from docstring.
20473 2002-06-26  Juanma Barranquero  <lektu@terra.es>
20475         * fileio.c (read_file_name_cleanup): Add missing return.
20477 2002-06-26  Richard M. Stallman  <rms@gnu.org>
20479         * window.c (Frecenter): Don't set force_start flag.
20481         * minibuf.c (do_completion, Fminibuffer_complete_word)
20482         (Fminibuffer_completion_help): Complete just the text before point.
20483         (minibuffer_completion_contents): New function.
20485         * buffer.c (Fbury_buffer): Use frames_discard_buffer.
20487         * frame.c (frames_bury_buffer): Function deleted.
20489 2002-06-25  Miles Bader  <miles@gnu.org>
20491         * callint.c (Fcall_interactively): When checking to see if doprnt hit
20492         the end of callint_message, allow for a terminating '\0'.
20494 2002-06-24  Juanma Barranquero  <lektu@terra.es>
20496         * w32select.c: Include composite.h.
20498         * w16select.c: Likewise.
20500 2002-06-24  Kenichi Handa  <handa@etl.go.jp>
20502         * callproc.c (Fcall_process): If code detection is necessary,
20503         call detect_coding directly here.
20505         * coding.c (detect_eol): Preserve coding->cmp_data.
20507         * w16select.c (Fw16_get_clipboard_data):
20508         * w32fns.c (w32_to_x_font):
20509         * w32select.c (Fw32_get_clipboard_data):
20510         * xselect.c (selection_data_to_lisp_data):
20511         * xterm.c (XTread_socket): Disable composition handling.
20513 2002-06-24  Stefan Monnier  <monnier@cs.yale.edu>
20515         * print.c (temp_output_buffer_setup): Kill all local variables.
20517 2002-06-22  Stefan Monnier  <monnier@cs.yale.edu>
20519         * lread.c (Fread): Remove redundant and imprecise declaration.
20521         * xfns.c (check_x_display_info): Use check_x_frame.
20523         * .gdbinit (xprintsym): Use the new `xname' field.
20524         (xsymbol): Use it.
20526 2002-06-22  Jason Rumney  <jasonr@gnu.org>
20528         * w32fns.c (file_dialog_callback): New function.
20529         (Fx_file_dialog): Allow selecting directories as well as files.
20531 2002-06-21  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
20533         * m/pmax.h (START_FILES): Define START_FILES for NetBSD and
20534         OpenBSD.  Add support for mipseb-*-netbsd* machines.
20536 2002-06-17  Andrew Choi  <akochoi@shaw.ca>
20538         * macterm.c (mac_scroll_area): Set foreground and backcolor to
20539         black and white before scrolling.  Restore frame background and
20540         foreground color after scrolling.
20541         (do_window_update): Call XClearWindow before calling expose_frame.
20542         (make_mac_frame): Don't set FRAME_BACKGROUND_PIXEL and
20543         FRAME_FOREGROUND_PIXEL of frame.
20545         * macterm.c (XTread_socket): If Vmac_command_key_is_meta is nil,
20546         test Mac command key as <ALT> key.
20548 2002-06-17  Stefan Monnier  <monnier@cs.yale.edu>
20550         * window.c (Fset_window_configuration): Lisp_Object/int mixup.
20552         * keyboard.c (read_key_sequence): Be more careful with first_unbound.
20553         Lookup keys in function-key-map immediately so that key-translation-map
20554         can be applied earlier.
20555         Remove function_key_possible and key_translation_possible, replaced
20556         by checking `keytran_start < t'.
20558         * .gdbinit (xsymbol): Use the new `xname' field.
20560 2002-06-17  Andrew Choi  <akochoi@shaw.ca>
20562         * macterm.c (XTread_socket): If Vmac_command_key_is_meta is nil,
20563         test Mac command key as <ALT> key.
20565         * mac.c (do_applescript): Call initialize_applescript if necessary
20566         when first called.  Dispose of result_desc only when there is no error.
20567         (Fdo_applescript): Use %d format specifier instead of %ld.
20569 2002-06-16  Andrew Choi  <akochoi@shaw.ca>
20571         * macterm.c (XTread_socket): Call FrontNonFloatingWindow instead
20572         of FrontWindow for cases keyDown and autoKey.
20574         * fontset.c (syms_of_fontset) [MAC_OS]: Set ASCII font of
20575         Vdefault_fontset to Monaco with mac-roman coding.
20577         * mac.c, macfns.c, macmenu.c, macterm.c: Undefine and redefine
20578         init_process before and after inclusion of Carbon/Carbon.h, resp.
20580         * macterm.c (x_new_font): Set font for normal_gc, reverse_gc, and
20581         cursor_gc.
20582         (add_font_name_table_entry): New function.
20583         (init_font_name_table): Use add_font_name_table_entry; add italic,
20584         bold, and bold-italic entries for truetype fonts.
20586         * xfaces.c (init_frame_faces) [MAC_OS]: Call realize_basic_faces
20587         for Mac too.
20588         (try_font_list) [MAC_OS]: If no font matches given registry, try
20589         fonts with any registry matching face_family.
20590         (realize_x_face) [MAC_OS]: Remove old ad-hoc fix to load font here.
20592         * s/darwin.h: If autoconf detects the Ncurses library, define
20593         LIBS_TERMCAP to -lncurses to use it.
20595 2002-06-16  Eli Zaretskii  <eliz@is.elta.co.il>
20597         * strftime.c [__hpux]: Include sys/_mbstate_t.h.
20599 2002-06-15  Richard M. Stallman  <rms@gnu.org>
20601         * window.c (Fset_window_configuration): Explicitly preserve
20602         the point value that new_current_buffer had at the start.
20604 2002-06-14  Juanma Barranquero  <lektu@terra.es>
20606         * composite.c (Fcompose_region_internal, Fcompose_string_internal):
20607         Fix typos.
20609 2002-06-14  Kim F. Storm  <storm@cua.dk>
20611         * insdel.c (insert_1_both, insert_from_string_1)
20612         (insert_from_buffer_1): Recalculate END_UNCHANGED in case the
20613         insert happened in the end_unchanged region.  Otherwise, the
20614         redisplay may be confused and duplicate the last line in the
20615         buffer [seen after save-buffer when require-final-newline==t].
20617 2002-06-13  Jason Rumney  <jasonr@gnu.org>
20619         * w32.c (init_environment): Remove EMACSLOCKDIR.
20620         (stat): Swap _S_IFDIR and _S_IFREG.
20622 2002-06-13  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
20624         * keyboard.c, macterm.c, macmenu.c, msdos.c, sysdep.c
20625         * termhooks.h, xmenu.c, xsmfns.c, xterm.h, xterm.c, w32term.c,
20626         * w32menu.c, w32inevt.c: Rename enum event_kind as follows:
20627         ascii_keystroke to ASCII_KEYSTROKE_EVENT, multibyte_char_keystroke
20628         to MULTIBYTE_CHAR_KEYSTROKE_EVENT, non_ascii_keystroke to
20629         NON_ASCII_KEYSTROKE_EVENT, timer_event to TIMER_EVENT, mouse_click
20630         to MOUSE_CLICK_EVENT, mouse_wheel to MOUSE_WHEEL_EVENT,
20631         language_change_event to LANGUAGE_CHANGE_EVENT, scroll_bar_click
20632         to SCROLL_BAR_CLICK_EVENT, w32_scroll_bar_click to
20633         W32_SCROLL_BAR_CLICK_EVENT, selection_request_event to
20634         SELECTION_REQUEST_EVENT, selection_clear_event to
20635         SELECTION_CLEAR_EVENT, buffer_switch_event to BUFFER_SWITCH_EVENT,
20636         delete_window_event to DELETE_WINDOW_EVENT, iconify_event to
20637         ICONIFY_EVENT, deiconify_event to DEICONIFY_EVENT,
20638         menu_bar_activate_event to MENU_BAR_ACTIVATE_EVENT, drag_n_drop to
20639         DRAG_N_DROP_EVENT, save_session_event to SAVE_SESSION_EVENT and
20640         no_event to NO_EVENT.
20642 2002-06-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
20644         * macmenu.c: Remove declaration of Qmouse_click and Qevent_kind.
20646 2002-06-12  Stefan Monnier  <monnier@cs.yale.edu>
20648         * intervals.c (textget): Don't forget to `return'.
20649         (lookup_char_property): Use XCAR/XCDR.
20651 2002-06-12  Juanma Barranquero  <lektu@terra.es>
20653         * xdisp.c (Fformat_mode_line): Fix typo.
20655 2002-06-12  Kim F. Storm  <storm@cua.dk>
20657         * xdisp.c (Fformat_mode_line): New function.
20658         (frame_title_buf, frame_title_buf_end, frame_title_ptr)
20659         (store_frame_title_char, store_frame_title): Use unconditionally.
20660         (init_xdisp): Defsubr Fformat_mode_line.
20661         Initialize frame_title_buf etc. unconditionally.
20663 2002-06-11  Stefan Monnier  <monnier@cs.yale.edu>
20665         * keyboard.c (read_key_sequence):
20666         Remove prev_(fkey|keytran}_(map|start|end) since we don't want to pass
20667         things through those maps after downcasing events.
20668         Enforce that keytran_end <= fkey_start, i.e. that key-translation-map
20669         applies after function-key-map.
20670         Make sure that keytran can be done in the middle in the sequence.
20671         Be careful not to throw away events past the one we downcase.
20673         * lread.c (read_integer): Remove unused var `tem'.
20674         (read1): Fix int/Lisp_Object mixup.
20676         * xfaces.c (tty_lookup_color): Type bool/Lisp_Object mismatch fixed.
20678 2002-06-11  Richard M. Stallman  <rms@gnu.org>
20680         * keyboard.c (readable_events): Ignore any number of
20681         FOCUS_IN_EVENT events and return 0 if nothing else in buffer.
20683 2002-06-09  Miles Bader  <miles@gnu.org>
20685         * xfaces.c (Ftty_supports_face_attributes_p): New function.
20686         (parse_rgb_list, tty_lookup_color): New functions.
20687         (tty_defined_color): Use `tty_lookup_color' to do all the work.
20688         (color_distance, Fcolor_distance): New functions.
20689         (TTY_SAME_COLOR_THRESHOLD): New macro.
20690         (Qtty_color_standard_values): New variable.
20691         (syms_of_xfaces): Initialize new vars & functions.
20693 2002-06-08  Colin Walters  <walters@verbum.org>
20695         * textprop.c (Vchar_property_alias_alist): New variable.
20696         (syms_of_textprop) <Vchar_property_alias_alist>: DEFVAR_LISP.
20698         * intervals.c (lookup_char_property): New function for looking up
20699         overlay and text properties, created from textget.
20700         (textget): Use it.
20702         * intervals.h (lookup_char_property): Declare.
20703         (Vchar_property_alias_alist): Declare.
20705         * buffer.c (Foverlay_get): Use lookup_char_property.
20707 2002-06-07  Sam Steingold  <sds@gnu.org>
20709         * xselect.c (lisp_data_to_selection_data): Fix last change:
20710         *data_ret is not a Lisp string, while unibyte_string is.
20712 2002-06-07  Eli Zaretskii  <eliz@is.elta.co.il>
20714         * xselect.c (lisp_data_to_selection_data): Fix last change:
20715         set size_ret.
20717 2002-06-07  Andreas Schwab  <schwab@suse.de>
20719         * m/amdx86-64.h: New file.
20721 2002-06-05  Eli Zaretskii  <eliz@is.elta.co.il>
20723         * fns.c (Fstring_make_unibyte): Doc fix.
20725         * xselect.c (lisp_data_to_selection_data): If the requested type
20726          is STRING, call string_make_unibyte to encode the selected text
20727          as a string.
20729         * window.c (Fset_window_hscroll): Doc fix.
20731 2002-06-05  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
20733         * fileio.c (choose_write_coding_system):
20734         Call select-safe-coding-system properly.
20736 2002-06-03  Richard M. Stallman  <rms@gnu.org>
20738         * xdisp.c (message_with_string): Error if STRING is not a string.
20740         * fns.c (md5): Pass FILE arg to Vselect_safe_coding_system_function.
20742         * fileio.c (choose_write_coding_system): Pass FILE arg to
20743         Vselect_safe_coding_system_function.
20745 2002-06-03  Ken Raeburn  <raeburn@gnu.org>
20747         * buffer.c (fix_overlays_before): Fix list-walking bug in 05-19 change.
20749 2002-06-02  Thien-Thi Nguyen  <ttn@gnu.org>
20751         * bytecode.c (Fbyte_code): Cast `current_column' return value to int.
20752         * cmds.c (Fdelete_backward_char, internal_self_insert): Likewise.
20753         * keymap.c (describe_command): Likewise.
20754         * minibuf.c (read_minibuf): Likewise.
20756         * xdisp.c (redisplay_internal, redisplay_window, decode_mode_spec):
20757         Cast `current_column' return value to int.
20758         (back_to_previous_visible_line_start)
20759         (reseat_at_next_visible_line_start, next_element_from_buffer):
20760         Cast `indented_beyond_p' 3rd arg to float.
20762         * indent.c (last_known_column): Now a float.
20763         (current_column_1, position_indentation, current_column)
20764         (string_display_width): Return float.
20765         (Fcurrent_column): Cast `current_column' return value to int.
20766         (Fcurrent_indentation): Cast `position_indentation' retval to int.
20767         (indented_beyond_p): Third arg now a float.
20768         (compute_motion, vmotion): Cast `indented_beyond_p' 3rd arg to float.
20770         * lisp.h (current_column): Now returns float.
20771         (indented_beyond_p): 3rd arg now a float.
20773 2002-05-31  Eli Zaretskii  <eliz@is.elta.co.il>
20775         * xfns.c (x_encode_text): Return stringp non-NULL if coding_system
20776         is Qcompound_text_with_extensions.
20778         * xselect.c (lisp_data_to_selection_data): Always set selection
20779         type as string if x_encode_text returns streingp non-NULL.
20781         * s/netbsd.h: Include /usr/pkg in the run time shared library path.
20783 2002-05-30  Richard M. Stallman  <rms@gnu.org>
20785         * window.c (Fset_window_configuration): Correct the handling
20786         of point in current buffer, to work with multiple windows.
20788 2002-05-29  Colin Walters  <walters@verbum.org>
20790         * lread.c (Fread_from_string): Don't depend on order of evaluation
20791         for C function parameters.
20793 2002-05-28  Richard M. Stallman  <rms@gnu.org>
20795         * xterm.c (x_display_and_set_cursor): Change the cursor in the same
20796         way for blinked-off state and for a nonselected window.
20798         * window.c (window_scroll_pixel_based): Don't call Fbolp;
20799         instead, see if the new start pos is at beginning of line.
20801         * fileio.c (Fwrite_region): If START is a string, don't
20802         make any annotations.
20804         * eval.c (syms_of_eval): Doc fix.
20806 2002-05-28  Colin Walters  <walters@debian.org>
20808         * emacs.c (USAGE1): Add --no-splash.
20809         (standard_args): Ditto.
20811 2002-05-28  Colin Walters  <walters@gnu.org>
20813         * lread.c (readchar_count): New variable.
20814         (readchar): Increment it.
20815         (unreadchar): Decrement it.
20816         (read_multibyte): Decrement it.
20817         (Vread_with_symbol_positions): New variable.
20818         (Vread_symbol_positions_list): New variable.
20819         (read_internal_start): New function, created from Fread and
20820         Fread_from_string.  Handle Vread_symbol_positions_list and
20821         Vread_with_symbol_positions.
20822         (readevalloop, Fread, Fread_from_string): Use it.
20823         (read1): Use readchar_count to add symbol positions to
20824         Vread_symbol_positions_list if Vread_with_symbol_positions is non-nil.
20825         (syms_of_lread): DEFVAR_LISP and initialize them.
20827         * lread.c (read0, read1, read_list, read_vector, read_multibyte)
20828         (substitute_object_recurse, substitute_object_in_subtree)
20829         (substitute_in_interval): Prototype.
20830         (read_multibyte): Return c if it's less than zero.
20832 2002-05-28  Kim F. Storm  <storm@cua.dk>
20834         * fileio.c (Fread_file_name_internal): Added brute-force
20835         speed up for using predicate file-directory-p.
20837 2002-05-28  Kim F. Storm  <storm@cua.dk>
20839         * fileio.c (Vread_file_name_function, Vread_file_name_predicate):
20840         New variables.
20841         (syms_of_fileio): DEFVAR_LISP them.
20842         (read_file_name_cleanup): New unwind function.
20843         (Fread_file_name_internal): Only return completions satifying
20844         Vread_file_name_predicate.  Temporarily unwind protect and rebind
20845         default-directory while checking completions against the predicate.
20846         (Fread_file_name): Added PREDICATE argument.  Specbind it to
20847         Vread_file_name_predicate during completion.
20848         Call Vread_file_name_function to read the file name if non-nil.
20850         * lisp.h (Fread_file_name): Now has 6 args.
20852         * callint.c (Fcall_interactively) <"D">: Supply Qfile_directory_p
20853         predicate for Fread_file_name when reading directory name.
20854         Supply Qnil for predicate in other calls to Fread_file_name.
20856 2002-05-26  Miles Bader  <miles@gnu.org>
20858         * term.c (tty_capable_p): New function.
20859         * dispextern.h (tty_capable_p): New function declaration.
20860         (TTY_CAP_INVERSE, TTY_CAP_UNDERLINE, TTY_CAP_BOLD, TTY_CAP_DIM)
20861         (TTY_CAP_BLINK, TTY_CAP_ALT_CHARSET): New macros.
20863 2002-05-23  Stefan Monnier  <monnier@cs.yale.edu>
20865         * fileio.c (read_non_regular, Finsert_file_contents): Use BEG_BYTE.
20866         (Finsert_file_contents, build_annotations): Use XCAR, XCDR.
20867         (Vwrite_region_annotate_functions): Docstring fix.
20869 2002-05-23  Kim F. Storm  <storm@cua.dk>
20871         * xterm.c (x_write_glyphs): Clear phys_cursor_on_p if current
20872         phys_cursor's hpos is overwritten.  This is still not completely
20873         correct, as it doesn't really make sense to use hpos at all to
20874         get the cursor glyph (as that is relative to the width of the
20875         characters on the line, which may have changed during the update).
20877 2002-05-22  Jason Rumney  <jasonr@gnu.org>
20879         * w32fns.c (enumfont_t): Remove tail, make pattern a normal
20880         Lisp_Object.
20881         (enum_font_cb2, enum_font_maybe_add_to_list, w32_list_fonts):
20882         Use modified enumfont_t struct.
20884         * w32term.h (text_cursor_kinds): New enumeration member HBAR_CURSOR.
20886         * w32term.c (x_draw_bar_cursor): New argument KIND; callers changed.
20887         Handle the `hbar' cursor type.
20888         (x_display_and_set_cursor): Handle the HBAR_CURSOR case.
20890         * w32fns.c (Qhbar): New variable.
20891         (x_specified_cursor_type): Use it.
20893 2002-05-21  Ken Raeburn  <raeburn@gnu.org>
20895         * w32fns.c (enum_font_maybe_add_to_list): Use XCDR_AS_LVALUE for
20896         now, when the address is needed.
20898 2002-05-21  Colin Walters  <walters@gnu.org>
20900         * Makefile.in (shortlisp): Add font-core.el.
20902 2002-05-20  Richard M. Stallman  <rms@gnu.org>
20904         * buffer.c (syms_of_buffer) <cursor-type>: Doc fix.
20906         * keyboard.c (read_char_minibuf_menu_prompt): Don't list
20907         equivalent key bindings here.
20909 2002-05-20  Ken Raeburn  <raeburn@gnu.org>
20911         Change symbol structure to contain a lisp object for the symbol
20912         name:
20913         * lisp.h (struct Lisp_Symbol): Replace field "name" with a lisp
20914         object field named "xname".
20915         (SYMBOL_NAME): New macro.
20916         * abbrev.c (write_abbrev): Use SYMBOL_NAME instead of XSYMBOL and
20917         name field.
20918         * alloc.c (Fmake_symbol): Set symbol xname field instead of name.
20919         (mark_object, gc_sweep): Use symbol xname field and XSTRING
20920         instead of name field.
20921         * buffer.c (buffer_slot_type_mismatch): Use XSTRING and
20922         SYMBOL_NAME instead of XSYMBOL and name field.
20923         * callint.c (Fcall_interactively): Use XSTRING and SYMBOL_NAME
20924         instead of XSYMBOL and name field.
20925         * charset.c (Fdefine_charset, Fdeclare_equiv_charset): Use XSTRING
20926         and SYMBOL_NAME instead of XSYMBOL and name field.
20927         * coding.c (Fread_coding_system, code_convert_region1)
20928         (code_convert_string1, code_convert_string_norecord)
20929         (Ffind_operation_coding_system): Use SYMBOL_NAME instead of
20930         XSYMBOL and name field.
20931         * data.c (Fkeywordp, Fsymbol_name, store_symval_forwarding)
20932         (Fmake_variable_buffer_local, Fmake_local_variable)
20933         (Fmake_variable_frame_local): Use SYMBOL_NAME and XSTRING instead
20934         of XSYMBOL and name field.
20935         * editfns.c (Fformat): Use SYMBOL_NAME and XSTRING instead of
20936         XSYMBOL and name field.
20937         * emacs.c (shut_down_emacs) [#if 0]: Use SYMBOL_NAME and XSTRING
20938         instead of XSYMBOL and name field.
20939         * eval.c (do_autoload): Use SYMBOL_NAME and XSTRING instead of
20940         XSYMBOL and name field.
20941         * fns.c (Fstring_equal, Fstring_lessp, Frequire, sxhash):
20942         Use SYMBOL_NAME and XSTRING instead of XSYMBOL and name field.
20943         * fontset.c (Fset_fontset_font): Use SYMBOL_NAME and XSTRING
20944         instead of XSYMBOL and name field.
20945         * keyboard.c (echo_char, record_char, parse_modifiers_uncached)
20946         (parse_modifiers, apply_modifiers, Fevent_convert_list)
20947         (parse_solitary_modifier, Fexecute_extended_command):
20948         Use SYMBOL_NAME and XSTRING instead of XSYMBOL and name field.
20949         * keymap.c (silly_event_symbol_error, Fsingle_key_description)
20950         (Fdescribe_buffer_bindings): Use SYMBOL_NAME and XSTRING instead
20951         of XSYMBOL and name field.
20952         (describe_command, describe_translation): Use SYMBOL_NAME and
20953         assignment instead of XSYMBOL and name field and XSETSTRING.
20954         * lread.c (Fintern_soft, oblookup): Use SYMBOL_NAME and XSTRING
20955         instead of XSYMBOL and name field.
20956         (Funintern): Use SYMBOL_NAME and assignment instead of XSYMBOL and
20957         name field and XSETSTRING.
20958         * macfns.c (parse_image_spec): Use SYMBOL_NAME and XSTRING instead
20959         of XSYMBOL and name field.
20960         * minibuf.c (Fread_command, Fread_variable): Use SYMBOL_NAME and
20961         assignment instead of XSYMBOL and name field and XSETSTRING.
20962         * print.c (print_error_message, print_object): Use SYMBOL_NAME and
20963         XSTRING instead of XSYMBOL and name field.
20964         * process.c (set_socket_options, Fsignal_process): Use SYMBOL_NAME
20965         and XSTRING instead of XSYMBOL and name field.
20966         * w32fns.c (parse_image_spec, w32_parse_hot_key): Use SYMBOL_NAME
20967         and XSTRING instead of XSYMBOL and name field.
20968         * xfaces.c (merge_face_vector_with_property): Use SYMBOL_NAME and
20969         XSTRING instead of XSYMBOL and name field.
20970         * xfns.c (parse_image_spec): Use SYMBOL_NAME and XSTRING instead
20971         of XSYMBOL and name field.
20972         * xselect.c (symbol_to_x_atom, x_get_foreign_selection):
20973         Use SYMBOL_NAME and XSTRING instead of XSYMBOL and name field.
20975 2002-05-19  Ken Raeburn  <raeburn@gnu.org>
20977         * lisp.h (LISP_MAKE_RVALUE): Delete disabled version, making XCAR
20978         and XCDR real rvalues in most configurations.
20980         * buffer.c (fix_overlays_in_range, fix_overlays_before):
20981         Don't take the address of the cdr part of a cons cell; instead, track
20982         the parent cell and call XSETCDR, or set the variable for the head
20983         of the list if we haven't started down the list yet.
20985 2002-05-19  Richard M. Stallman  <rms@gnu.org>
20987         * doc.c (reread_doc_file): Don't ask for confirmation.
20989 2002-05-18  Jason Rumney  <jasonr@gnu.org>
20991         * w32fns.c (w32_create_pixmap_from_bitmap_data): New function.
20992         (xbm_load_image): Use it.
20993         (xbm_load): Ditto.
20994         (xbm_read_bitmap_data): Reverted to xfns.c version.
20995         From David Ponce <david@dponce.com>.
20997 2002-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
20999         * msdos.c (sig_suspender, sigprocmask): Don't define for DJGPP
21000         2.02 and later.
21002 2002-05-16  Juanma Barranquero  <lektu@terra.es>
21004         * keyboard.c (Fthis_command_keys, Fthis_command_keys_vector): Fix typo.
21006 2002-05-15  Stefan Monnier  <monnier@cs.yale.edu>
21008         * keyboard.c (read_char_x_menu_prompt): Use an equivalent but more
21009         meaningful test.
21010         (read_char_minibuf_menu_prompt): Fix typo.
21012 2002-05-15  Eli Zaretskii  <eliz@is.elta.co.il>
21014         * eval.c (Fcommandp): Doc fix.
21016 2002-05-13  Stefan Monnier  <monnier@cs.yale.edu>
21018         * keymap.c (keymap_parent): New fun, extracted from Fkeymap_parent.
21019         (Fkeymap_parent, keymap_memberp, fix_submap_inheritance): Use it.
21020         (Fset_keymap_parent): Gcpro a bit more.
21021         (access_keymap): Gcpro around meta_map call and around the main loop.
21022         (get_keyelt): Gcpro when following indirect references.
21023         (copy_keymap_item): New fun, extracted from Fcopy_keymap.
21024         (copy_keymap_1, Fcopy_keymap): Use it.  Don't copy the parent map.
21025         (Fdefine_key, Flookup_key): Gcpro before calling get_keymap.
21026         Remove useless ad-hoc remap code.
21028 2002-05-13  Richard M. Stallman  <rms@gnu.org>
21030         * search.c (search_buffer): Give up boyer moore search if inverse
21031         translation change charset_base.
21033 2002-05-12  Eli Zaretskii  <eliz@is.elta.co.il>
21035         * coding.c (decode_coding) <coding_type_ccl>: If a lone CR
21036         characters is carried over from the previous block of text, adjust
21037         coding->produced to account for the extra character.
21039 2002-05-11  Andreas Schwab  <schwab@suse.de>
21041         * coding.c (intersection): Keep the elements of the returned list
21042         in the same order as in the first list.
21044 2002-05-11  Kim F. Storm  <storm@cua.dk>
21046         * keymap.c (current_minor_maps): Fix resizing of cmm_maps;
21047         only update cmm_size if realloc actually succeeds.
21048         Testing with initial size of 2 elements revealed that using
21049         realloc on GNU/Linux would cause a random trap in xmalloc
21050         later on, so I rewrote the code to use malloc/bcopy/free instead
21051         of realloc.
21053 2002-05-10  Jason Rumney  <jasonr@gnu.org>
21055         * w32fns.c (enum_font_cb2): Avoid DBCS raster fonts.
21057 2002-05-10  Eli Zaretskii  <eliz@is.elta.co.il>
21059         * coding.c (encode_coding_sjis_big5): Enclose bitwise AND in
21060         parens, to ensure correct evaluation order.
21062 2002-05-10  Kim F. Storm  <storm@cua.dk>
21064         * keymap.c (Vemulation_mode_map_alists): New variable.
21065         (syms_of_keymap): DEFVAR_LISP it.
21066         (current_minor_maps): Process keymap alists in that list before
21067         minor-mode-overriding-map-alist and minor-mode-map-alist.
21069 2002-05-09  Richard M. Stallman  <rms@gnu.org>
21071         * search.c (Freplace_match): Doc fix.
21073 2002-05-09  Kim F. Storm  <storm@cua.dk>
21075         * macterm.c (x_draw_image_foreground, x_draw_image_foreground_1):
21076         Enlarge cursor rectangle drawn around image with non-zero relief.
21078         * w32term.c (x_draw_image_foreground, w32_draw_image_foreground_1):
21079         Enlarge cursor rectangle drawn around image with non-zero relief.
21081         * xterm.c (x_draw_image_foreground, x_draw_image_foreground_1):
21082         Enlarge cursor rectangle drawn around image with non-zero relief.
21084 2002-05-07  Eli Zaretskii  <eliz@is.elta.co.il>
21086         * xselect.c (lisp_data_to_selection_data): Don't set selection
21087         type if comes from the Lisp object's car.  If the selection
21088         contains a pure ASCII text, always return QSTRING as its type.
21090 2002-05-06  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
21092         * mac.c (mac-cut-function): Doc fix.
21094 2002-05-05  Richard M. Stallman  <rms@gnu.org>
21096         * s/gnu.h [DOUG_LEA_MALLOC] (REL_ALLOC): Undefine it.
21098 2002-05-04  Jason Rumney  <jasonr@gnu.org>
21100         * keyboard.c (make_lispy_event) <mouse-wheel>: Set count to 1
21101         for event-click-count.
21103         * process.c (init_process): Only add server subfeature if we can
21104         use non-blocking I/O.
21106 2002-05-04  Andrew Choi  <akochoi@shaw.ca>
21108         * macterm.c (XTread_socket): Call WaitNextEvent once instead of
21109         repeatedly.
21111 2002-05-03  Jason Rumney  <jasonr@gnu.org>
21113         * process.c (Fmake_network_process): Only support server sockets
21114         when we can make them non-blocking.
21116         * s/ms-w32.h (HAVE_SELECT): Define.
21118         * w32.h (FILE_NDELAY): New flag.
21120         * w32.c (sys_getpeername, fcntl): New functions.
21121         (_sys_read_ahead): Temporarily block on non-blocking sockets.
21123         * w32proc.c: Include sys/file.h.
21125 2002-05-03  Colin Walters  <walters@verbum.org>
21127         * callproc.c (Vgame_score_directory): Renamed to
21128         Vshared_game_score_directory.
21130 2002-04-30  Richard M. Stallman  <rms@gnu.org>
21132         * s/gnu.h [emacs]: Include stdio.h.
21133         (GNU_LIBRARY_PENDING_OUTPUT_COUNT): New definition, conditional.
21135         * eval.c (do_autoload): Error if called while preparing to dump.
21137         * fns.c (Frequire): Error if need to load while preparing to dump.
21139 2002-04-28  Colin Walters  <walters@verbum.org>
21141         * callproc.c (Vgame_score_directory) [!HAVE_SHARED_GAME_DIR]:
21142         Default to "~/.emacs.d/games".
21144 2002-04-29  Stefan Monnier  <monnier@cs.yale.edu>
21146         * lread.c (openp): Change arg exec_only to predicate.
21147         (build_load_history): Use XCAR/XCDR.
21148         (Flocate_file_internal): New fun.
21149         (syms_of_lread): Defsubr it.
21150         (Fload): Update call to openp.
21152         * lisp.h (openp): Update prototype.
21154         * xfns.c (x_create_bitmap_from_file, x_find_image_file):
21155         * w32proc.c (sys_spawnve):
21156         * w32fns.c (x_create_bitmap_from_file, x_find_image_file):
21157         * w32.c (check_windows_init_file):
21158         * sound.c (Fplay_sound_internal):
21159         * process.c (Fstart_process):
21160         * macfns.c (x_create_bitmap_from_file, x_find_image_file):
21161         * mac.c (run_mac_command):
21162         * emacs.c (init_cmdargs):
21163         * callproc.c (Fcall_process): Update call to openp.
21165         * textprop.c (remove_properties): Don't use XCAR without CONSP.
21167         * xterm.c (XTread_socket): Disable the Xutf8LookupString code.
21169 2002-04-29  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
21171         * dispextern.h (DEFAULT_TOOL_BAR_BUTTON_MARGIN)
21172         (DEFAULT_TOOL_BAR_BUTTON_RELIEF): Change default values.
21174 2002-04-28  Richard M. Stallman  <rms@gnu.org>
21176         * minibuf.c (Fall_completions, Ftry_completion): New arg to Fcommandp.
21178         * eval.c (Fcommandp): New arg for_call_interactively.
21179         * lisp.h (Fcommandp): Declare new arg.
21181 2002-04-28  Jason Rumney  <jasonr@gnu.org>
21183         * w32proc.c (syms_of_w32proc): Get true file attributes by default.
21185         * w32.c (stat, fstat): Use file index information to generate
21186         inodes for directories where available.
21188 2002-04-26  Andrew Choi  <akochoi@shaw.ca>
21190         * Makefile.in (C_SWITCH_SYSTEM_TEMACS): Add.
21191         [HAVE_CARBON]: Include Mac object files.
21193         * alloc.c, callproc.c, dispextern.h, dispnew.c, emacs.c,
21194         fontset.c, frame.c, frame.h, keyboard.c, sysdep.c, term.c,
21195         termcap.c, window.c, xdisp.c, xfaces.c: Use macros MAC_OS8,
21196         MAC_OSX, and MAC_OS instead of macintosh.
21198         * editfns.c [MAC_OS8]: Include stdio.h.
21200         * emacs.c [MAC_OS8]: Call mac_initialize instead of x_term_init.
21202         * fontset.c [MAC_OS]: Set Vdefault_fontset to ETL Fixed instead of
21203         Apple Monaco.
21205         * process.c (QCfamily, QCfilte): Declare extern.
21206         (wait_reading_process_input) [MAC_OSX]: Clear bit for stdin before
21207         calling select.
21209         * termcap.c [MAC_OSX]: Don't define tgetnum, PC, tputs, and tgetent.
21211         * tparam.c [MAC_OSX]: Don't define BC and UP.
21213         * config.in [HAVE_CARBON]: Add.
21215         * mac.c, macgui.h, macfns.c, macmenu.c, macterm.c, macterm.h:
21216         Move here from mac/src and mac/inc.
21218         * s/darwin.h, m/powermac.h, unexmacosx.c: New files.
21220 2002-04-26  Gerd Moellmann  <gerd@gnu.org>
21222         * xterm.c (x_draw_phys_cursor_glyph): Undo last change.
21223         Compute phys_cursor_width from the x position returned
21224         by x_draw_glyhs, which is cheaper.
21225         (x_display_and_set_cursor): Compute the buffer-local value
21226         of `cursor-in-non-selected-windows' only when needed.
21228 2002-04-25  Gerd Moellmann  <gerd@gnu.org>
21230         * xterm.c (x_draw_phys_cursor_glyph): Take into account that a box
21231         cursor on a stretch glyph has a width that depends on
21232         x_stretch_cursor_p.
21234 2002-04-25  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
21236         * abbrev.c (abbrev-start-location): Doc fix.
21238         * indent.c (Fvertical_motion): Fix last change.
21240 2002-04-25  Gerd Moellmann  <gerd@gnu.org>
21242         * indent.c (Fvertical_motion): Move to the start of the line
21243         containing PT before moving up or down.
21245 2002-04-24  Gerd Moellmann  <gerd@gnu.org>
21247         * dispnew.c (update_text_area): Set phys_cursor_on_p to 0 in the
21248         case of writing a whole row, more or less analogous to the case of
21249         writing only parts of a row.
21251         * xterm.c (x_display_and_set_cursor): Set phys_cursor_width to
21252         0 for NO_CURSOR.
21254         * xterm.c (notice_overwritten_cursor): Fix an off by 1 error.
21256 2002-04-23  Colin Walters  <walters@verbum.org>
21258         * buffer.c (syms_of_buffer): Doc fix.
21260 2002-04-23  Gerd Moellmann  <gerd@gnu.org>
21262         * xterm.c (notice_overwritten_cursor): Handle the special case
21263         of the cursor being in the first blank non-text line at the
21264         end of a window.
21266         * xterm.c (x_draw_hollow_cursor, x_draw_bar_cursor)
21267         (x_draw_phys_cursor_glyph): Set phys_cursor_width here.
21268         (x_display_and_set_cursor): Don't set phys_cursor_width here, for
21269         bar cursors only, to make phys_cursor_width contain what its name
21270         suggests.
21271         (notice_overwritten_cursor): Consider the cursor image erased if
21272         the output area intersects the cursor image in y-direction.
21274 2002-04-23  Simon Marshall  <simon@gnu.org>
21276         * xfns.c (x_set_mouse_color): Change default for cross_cursor
21277         to XC_hand2.
21279 2002-04-23  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
21281         * xdisp.c: Remove unused global variable `minibuf_prompt_pixel_width'.
21283 2002-04-22  Kim F. Storm  <storm@cua.dk>
21285         * textprop.c (remove_properties): Fixed trap for malformed plist.
21287 2002-04-22  Richard M. Stallman  <rms@gnu.org>
21289         * cmds.c (Fend_of_line): Handle intangible text in mid line.
21291         * window.c (make_window): Initialize height_fixed_p,
21292         last_cursor_off_p, and p->cursor_off_p slots.
21294 2002-04-20  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
21296         * fns.c (use-dialog-box): Doc fix.
21298 2002-04-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
21300         * xterm.c (note_mode_line_or_margin_highlight): Remove unused
21301         variables `row', `i' and `area'.
21302         (XTread_socket) <KeyPress>: Pass KeyPress events when in menu to
21303         toolkit library.
21305 2002-04-19  Stefan Monnier  <monnier@cs.yale.edu>
21307         * xfaces.c (clear_font_table): Don't free the default font of
21308         a frame even if it's on another display.
21309         (Finternal_set_lisp_face_attribute): Don't use XFRAME on something
21310         that could be Qt.
21312 2002-04-19  Juanma Barranquero  <lektu@terra.es>
21314         * indent.c (Fmove_to_column): Remove unused local variable
21315         `next_boundary_byte'.
21316         (current_column_1): Likewise.
21318 2002-04-19  Eli Zaretskii  <eliz@is.elta.co.il>
21320         * msdos.c (Qhbar): New variable.
21321         (syms_of_msdos): Intern and staticpro it.
21322         (IT_set_cursor_type, IT_set_frame_parameters): Handle the `hbar'
21323         cursor type.
21325 2002-04-19  Dave Lambert  <dlambert@acm.org>
21327         Theses change implement an underscore-like (`hbar') cursor.
21329         * xterm.h (text_cursor_kinds): New enumeration member HBAR_CURSOR.
21331         * xterm.c (x_draw_bar_cursor): New argument KIND; callers changed.
21332         Handle the `hbar' cursor type.
21333         (x_display_and_set_cursor): Handle the HBAR_CURSOR case.
21335         * xfns.c (Qhbar): New variable.
21336         (syms_of_xfns): Intern and staticpro it.
21337         (x_specified_cursor_type): Handle `hbar' cursor.
21339         * s/sol2-5.h (bcopy, bzero, bcmp): Define only if HAVE_BCOPY is
21340         not defined.
21342 2002-04-18  Richard M. Stallman  <rms@gnu.org>
21344         * textprop.c (remove_properties): New arg LIST allows scanning
21345         either a list or a plist.
21346         (interval_has_some_properties_list): New function, like
21347         interval_has_some_properties using list instead of plist.
21348         All callers changed.
21349         (Fremove_list_of_text_properties): New function.
21350         (syms_of_textprop): Defsubr it.
21352 2002-04-17  Eli Zaretskii  <eliz@is.elta.co.il>
21354         * s/sol2.h (HAVE_LIBKSTAT): Define only if not already defined.
21356 2002-04-17  Juanma Barranquero  <lektu@terra.es>
21358         * indent.c (Fmove_to_column): Remove unused local variable `end_byte'.
21360 2002-04-17  Eli Zaretskii  <eliz@is.elta.co.il>
21362         * window.c (coordinates_in_window): Don't report on margin area
21363         if its width is zero.
21365 2002-04-16  Jason Rumney  <jasonr@gnu.org>
21367         * w32fns.c (Fx_file_dialog): Decode file name before using.
21369         * w32term.c (construct_drag_n_drop): Likewise.
21371 2002-04-16  Eli Zaretskii  <eliz@is.elta.co.il>
21373         * puresize.h (BASE_PURESIZE): Increase to 830000, since we now
21374         store load-history in pure space.
21376         * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce to 50000.
21378 2002-04-16  Stefan Monnier  <monnier@cs.yale.edu>
21380         * xterm.c (Qlatin_1, Qutf_8): New vars.
21381         (syms_of_xterm): Initialize them.
21382         (XTread_socket): Eliminate incorrect optimization that tried to avoid
21383         decoding the output of X*LookupString.
21384         Always use latin-1 to decode the output of XLookupString.
21385         Try Xutf8LookupString if XmbLookupString failed.
21387         * region-cache.c (new_region_cache): Use BEG.
21389 2002-04-16  Gerd Moellmann  <gerd@gnu.org>
21391         * buffer.c (MMAP_ALLOCATED_P): New macro to be set from system
21392         configuration files.
21393         (mmap_enlarge): Enlarge mapped regions only if MMAP_ALLOCATED_P
21394         returns 0.
21396 2002-04-15  Andreas Schwab  <schwab@suse.de>
21398         * config.in: Regenerated using autoheader.
21400         * m/7300.h, m/acorn.h, m/alliant-2800.h, m/alliant.h, m/alpha.h,
21401         m/altos.h, m/amdahl.h, m/apollo.h, m/arm.h, m/att3b.h, m/aviion.h,
21402         m/celerity.h, m/clipper.h, m/cnvrgnt.h, m/convex.h, m/cydra5.h,
21403         m/delta.h, m/delta88k.h, m/dpx2.h, m/elxsi.h, m/gec63.h,
21404         m/gould.h, m/hp800.h, m/hp9000s300.h, m/i860.h, m/ia64.h,
21405         m/ibmps2-aix.h, m/ibmrs6000.h, m/ibmrt-aix.h, m/ibmrt.h,
21406         m/ibms390.h, m/intel386.h, m/iris4d.h, m/irist.h, m/isi-ov.h,
21407         m/m68k.h, m/macppc.h, m/masscomp.h, m/mg1.h, m/mips-siemens.h,
21408         m/mips.h, m/news-r6.h, m/news.h, m/next.h, m/nh3000.h, m/nh4000.h
21409         m/ns32000.h, m/orion.h, m/pfa50.h, m/plexus.h, m/pmax.h,
21410         m/powerpcle.h, m/pyrmips.h, m/sequent-ptx.h, m/sequent.h,
21411         m/sparc.h, m/sr2k.h, m/symmetry.h, m/tad68k.h, m/tahoe.h,
21412         m/targon31.h, m/tek4300.h, m/tekxd88.h, m/template.h, m/tower32.h,
21413         m/tower32v3.h, m/ustation.h, m/vax.h, m/wicat.h, m/windowsnt.h,
21414         m/xps100.h, s/aix3-2.h, s/aix4-2.h, s/irix4-0.h, s/irix5-0.h,
21415         s/sco5.h, s/unixware.h: Don't set HAVE_ALLOCA, C_ALLOCA and
21416         STACK_DIRECTION, now set by autoconf.
21418 2002-04-14  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
21420         * dispnew.c (marginal_area_string): Sort arguments.
21422         * dispextern.h (marginal_area_string): Add prototype.
21424 2002-04-13  Richard M. Stallman  <rms@gnu.org>
21426         * fileio.c (Finsert_file_contents):
21427         Don't call temp_output_buffer_setup--do just part, by hand.
21429         * coding.c (run_pre_post_conversion_on_str):
21430         Don't call temp_output_buffer_setup--do just part, by hand.
21432         * keyboard.c (command_loop_1): Don't call start_hourglass
21433         or cancel_hourglass when executing a macro.
21435         * marker.c (count_markers): New function.
21437         * xdisp.c (display_mode_element): Don't let mode_line_proptrans_alist
21438         grow without limit.  Move recently used elements to the front.
21440 2002-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
21442         * unexelf.c (unexec) [__sgi]: Undo the change from 2002-01-20.
21444 2002-04-12  Gerd Moellmann  <gerd@gnu.org>
21446         * xdisp.c (sync_frame_with_window_matrix_rows): Don't give frame
21447         rows marginal areas.
21448         (Fdump_frame_glyph_matrix) [GLYPH_DEBUG]: New function.
21449         (syms_of_xdisp) [GLYPH_DEBUG]: Defsubr it.
21451         * dispnew.c (marginal_area_string): Check that glyph row is enabled.
21453 2002-04-12  Dave Love  <fx@gnu.org>
21455         * dispnew.c (marginal_area_string): New.
21457         * window.c (window_part): Add ON_LEFT_MARGIN, ON_RIGHT_MARGIN.
21458         (Qleft_margin, Qright_margin): Declare.
21459         (coordinates_in_window, (Fcoordinates_in_window_p): Deal with margins.
21461         * xterm.c (note_mode_line_or_margin_highlight): Renamed from
21462         note_mode_line_highlight and extended.
21464         * keyboard.c (Qleft_margin, Qright_margin): Declare.
21465         (make_lispy_event): Deal with mouse events in margins.
21467 2002-04-12  Stefan Monnier  <monnier@cs.yale.edu>
21469         * msdos.c (dos_rawgetc): Use a single event for HELP_EVENT.
21471         * keyboard.c (command_loop_1): Turn off transient-mark-mode rather
21472         than deactivating the mark if tmm is set to `lambda'.
21473         (gen_help_event, kbd_buffer_store_help_event, kbd_buffer_get_event):
21474         Use a single event for HELP_EVENT.
21475         (Fexecute_extended_command): Save last_point_position.
21477 2002-04-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
21479         * lisp.h (Fpropertize): Add prototype.
21481         * fns.c (Fy_or_n_p): Use `minibuffer-prompt' face for prompt.
21483 2002-04-10  Colin Walters  <walters@verbum.org>
21485         * config.in: Add HAVE_SHARED_GAME_DIR.
21487         * callproc.c (Vgame_score_directory): New variable.
21488         (syms_of_callproc) <Vgame_score_directory>: DEFVAR_LISP.
21490 2002-04-10  Richard M. Stallman  <rms@gnu.org>
21492         * puresize.h (BASE_PURESIZE): Reduce again to avoid big excess.
21494 2002-04-09  Stefan Monnier  <monnier@cs.yale.edu>
21496         * minibuf.c (read_minibuf): Use empty_string.
21497         (Ftry_completion): Allow lambda forms and lists of strings for `alist'.
21498         Short-circuit the search as soon as it "failed".
21499         (Fall_completions): Allow lambda forms and lists of strings for alist.
21500         (Fcompleting_read): Set Qminibuffer_completion_confirm to nil
21501         when require_match is nil.
21502         (Ftest_completion): Rename from `test_completion' and export to elisp.
21503         Call the predicate also when alist is a list.
21504         Obey Vcompletion_regexp_list.
21505         (do_completion, Fminibuffer_complete_and_exit): Use it.
21506         (Fassoc_string): Rename from `assoc_for_completion'.
21507         Allow list of strings as well and export to elisp.
21509 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
21511         * puresize.h (BASE_PURESIZE): Increase to 900KB.
21513 2002-04-08  Juanma Barranquero  <lektu@terra.es>
21515         * w32.c (sys_accept): Don't hide variable `s'.
21517 2002-04-05  Gerd Moellmann  <gerd@gnu.org>
21519         * callint.c (Fcall_interactively): Use INTEGERP instead of
21520         NUMBERP for checking Vhistory_length.
21522 2002-04-05  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
21524         * sound.c (Fplay_sound_internal): Renamed from Fplay_sound.
21525         Doc fix to reflect it.
21527 2002-04-04  Richard M. Stallman  <rms@gnu.org>
21529         * xdisp.c (display_mode_element): New arg RISKY.
21530         Disregard text props found or specified within a variable
21531         that isn't marked risky-local-variable.
21532         (Qrisky_local_variable): New variable.
21533         (syms_of_xdisp): Init and staticpro it.
21535 2002-04-04  Stefan Monnier  <monnier@cs.yale.edu>
21537         * undo.c (record_point): New fun.
21538         (record_delete, record_insert): Use it.
21540 2002-04-03  Juanma Barranquero  <lektu@terra.es>
21542         * doc.c (Fdocumentation): Add missing parentheses.
21543         (Fdocumentation_property): Likewise.
21545 2002-04-03  Stefan Monnier  <monnier@cs.yale.edu>
21547         * doc.c (Fdocumentation, Fdocumentation_property): When the doc
21548         data is 0, just return nil.
21550 2002-04-03  Eli Zaretskii  <eliz@is.elta.co.il>
21552         * msdos.c (syms_of_msdos): Fix last change with
21553         mouse_autoselect_window.
21555 2002-04-03  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
21557         * w32term.c, xterm.c, msdos.c: Rename autoselect_window_p to
21558         mouse_autoselect_window.
21560 2002-04-02  Stefan Monnier  <monnier@cs.yale.edu>
21562         * keyboard.c (make_lispy_event): Handle unknown keysyms together
21563         with system-specific keysyms.  Use it also for unknown function keys.
21565         * doc.c (reread_doc_file): Return whether reload was attempted.
21566         (Fdocumentation, Fdocumentation_property): Don't try to reload
21567         if the doc is 0 and only ask once.
21569         * Makefile.in (lisp, shortlisp): Add ucs-tables.elc.
21571 2002-04-02  Eli Zaretskii  <eliz@is.elta.co.il>
21573         * keyboard.c (read_char): If the event was Qselect_window,
21574         restore timer_idleness_start_time to its previous value.
21576         * msdos.c (dos_rawgetc): Generate SELECT_WINDOW_EVENTs when required.
21578 2002-04-01  Stefan Monnier  <monnier@cs.yale.edu>
21580         * region-cache.c (new_region_cache): Use BEG.
21582         * marker.c (buf_charpos_to_bytepos, buf_bytepos_to_charpos):
21583         Use BEG and BEG_BYTE.
21585         * doc.c (get_doc_string): Return nil if the location is wrong.
21586         (reread_doc_file): New fun.
21587         (Fdocumentation, Fdocumentation_property):
21588         Call it if get_doc_string fails.
21589         (Fsnarf_documentation): Make it work for a dumped Emacs.
21591         * charset.h (DEC_POS, BUF_DEC_POS): Use BEG_BYTE.
21592         Bound the search with MAX_MULTIBYTE_LENGTH to avoid pathological case.
21594         * charset.c (Fstring): Allow 0 arguments.
21596         * xterm.c (XTread_socket): Fix int/Lisp_Object confusion.
21598         * process.c (DATAGRAM_CONN_P, list_processes_1)
21599         (Fprocess_datagram_address, Fset_process_datagram_address)
21600         (Fset_network_process_options, server_accept_connection):
21601         Fix some int/Lisp_Object confusions (thank you union types).
21603 2002-04-01  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
21605         * msdos.c: Rename x_autoselect_window_p to autoselect_window_p.
21607         * w32term.c: Likewise.
21608         (note_mouse_movement): Put code for x_autoselect_window_p in #if 0.
21610         * keyboard.c (Qselect_window): New symbol.
21611         (head_table): Use it.
21612         (keys_of_keyboard): Bound select-window event to handle-select-window.
21613         (kbd_buffer_get_event): Make a Lisp event from SELECT_WINDOW_EVENT.
21615         * xterm.c: Rename x_autoselect_window_p to autoselect_window_p.
21616         (last_window): New variable.
21617         (XTread_socket): Generate SELECT_WINDOW_EVENTs.
21618         (note_mouse_movement): Remove reimplemented code in #if 0.
21619         (XTread_socket): Generate SELECT_WINDOW_EVENTs only for
21620         Emacs windows.
21622         * termhooks.h (enum event_kind): New event type `SELECT_WINDOW_EVENT'.
21624 2002-03-31  Gerd Moellmann  <gerd@gnu.org>
21626         * xterm.c (x_get_char_face_and_encoding): Add parameter DISPLAY_P.
21627         Callers changed.
21629 2002-03-30  Richard M. Stallman  <rms@gnu.org>
21631         * window.c (window_scroll_pixel_based): Exit the move_it_by_lines
21632         loop whenever it stops making progress.
21634         * widget.c (set_frame_size): Don't call change_frame_size.
21636 2002-03-30  Gerd Moellmann  <gerd@gnu.org>
21638         * dispnew.c (direct_output_for_insert):
21639         Call mark_window_display_accurate.
21641 2002-03-29  Jason Rumney  <jasonr@gnu.org>
21643         * w32term.c (w32_draw_relief_rect): Fix calculations of line lengths.
21645 2002-03-29  Eli Zaretskii  <eliz@is.elta.co.il>
21647         * Makefile.in (lread.o): Depend on coding.h.
21649         * lread.c (openp, Fload): Encode the file name before passing it
21650         to `stat', `access', and `emacs_open'.
21651         (openp): GCPRO the encoded file name.  Don't recompute Lisp
21652         strings unnecessarily.
21654 2002-03-29  Kim F. Storm  <storm@cua.dk>
21656         * fns.c (Flax_plist_put): Doc fix.
21658 2002-03-28  Miles Bader  <miles@gnu.org>
21660         * process.c (DATAGRAM_CONN_P): Make sure PROC is really a process.
21662 2002-03-27  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
21664         * process.c (set-network-process-options): Add usage.
21665         (make-network-process): Doc fix.
21667 2002-03-26  Eli Zaretskii  <eliz@is.elta.co.il>
21669         * emacs.c (Fdump_emacs): Fix a typo in "command-line-processed".
21671 2002-03-26  Richard M. Stallman  <rms@gnu.org>
21673         * fns.c (Fsubstring_no_properties): New function.
21674         (Flax_plist_get, Flax_plist_put): New functions.
21675         (syms_of_fns): defsubr them.
21677         * xdisp.c (update_menu_bar): Test only update_mode_lines;
21678         don't test or alter w->update_mode_line.
21680         * window.c (Fdisplay_buffer): Doc fix.
21682 2002-03-24  Richard M. Stallman  <rms@gnu.org>
21684         * regex.c (GET_UNSIGNED_NUMBER): Give proper error for spaces.
21686 2002-03-24  Gerd Moellmann  <gerd@gnu.org>
21688         * eval.c (Qdeclare, Vmacro_declaration_function): New variables.
21689         (Fdefmacro): Handle `(declare ...)'.
21690         (syms_of_eval) <Qdeclare>: Initialize and staticpro.
21691         (syms_of_eval) <Vmacro_declaration_function>: DEFVAR_LISP.
21693 2002-03-24  Jason Rumney  <jasonr@gnu.org>
21695         * w32fns.c (xbm_scan, xbm_load_image, xbm_read_bitmap_data)
21696         (xbm_file_p): Add prototypes.
21697         (xbm_format, xbm_image_p): Sync with xfns.c.
21698         (reflect_byte): New function.
21699         (xbm_read_bitmap_data): Sync with xfns.c, adapt for Windows.
21700         (xbm_load_image): Create bitmaps with a depth of 1.
21701         (init_xfns): Enable XBM images.
21703 2002-03-23  Jason Rumney  <jasonr@gnu.org>
21705         * w32term.c (w32_handle_tool_bar_click): Detect up and down events
21706         correctly.  Do not pass up_modifier to keyboard buffer.
21708         * w32fns.c [HAVE_IMAGES, HAVE_PBM]: Remove conditionals.
21710 2002-03-22  Stefan Monnier  <monnier@cs.yale.edu>
21712         * Makefile.in (bootstrapclean): New target.
21713         (bootstrap-temacs, bootstrap-doc): Remove.
21714         (bootstrap-emacs): Use a bog-standard `temacs'.
21715         Don't bother to build a DOC file.
21717         * sysdep.c (wait_for_termination): Use sigsuspend rather than sigpause.
21719         * emacs.c (main): Handle --unibyte, --multibyte, and --no-loadup
21720         in temacs even if !CANNOT_DUMP.
21721         (standard_args): Keep --no-loadup even if !CANNOT_DUMP.
21723         * alloc.c (check_pure_size): Only output a warning.
21725 2002-03-22  Jason Rumney  <jasonr@gnu.org>
21727         * w32fns.c (Fx_create_frame): Enable tool-bar when images are
21728         supported.
21730         * w32term.c (zv_bits): Declare as short, for word alignment.
21731         (w32_read_socket) <WM_XBUTTONUP>: Fix last change.
21732         (syms_of_w32term): Define x-use-underline-position-properties.
21734         * w32fns.c (x_set_cursor_color): Set cursor_gc as well.
21735         (clear_image_cache): Block input, fix logic, clear matrices in
21736         all frames that share this cache.
21738 2002-03-22  Eli Zaretskii  <eliz@is.elta.co.il>
21740         * emacs.c (main): Update the Copyright year in the blurb printed
21741         by "emacs --version".
21743         * xdisp.c (message_with_string): Fix syntax of a call to GCPRO2.
21745         * xterm.c (XTread_socket): If XK_ISO_Lock and
21746         XK_ISO_Last_Group_Lock are defined, handle keysyms between
21747         XK_ISO_Lock and XK_ISO_Last_Group_Lock similarly to Mode_switch.
21749 2002-03-21  Kim F. Storm  <storm@cua.dk>
21751         * keyboard.c (menu_bar_items): Mostly undo 2002-02-20 patch, so
21752         menu-bar bindings in keymap and local-map properties _are_ used.
21753         But try keymap property first in accordance with 2002-01-03 patch.
21754         Added comment describing why this is not always reliable.
21755         (tool_bar_items): Ditto for tool-bar.
21757 2002-03-21  Jason Rumney  <jasonr@gnu.org>
21759         * w32fns.c (x_clear_image_1): Disable color table code.
21761 2002-03-21  Kim F. Storm  <storm@cua.dk>
21763         * lisp.h (DEFUN) [USE_NONANSI_DEFUN]: The 2001-10-17 patch
21764         removed the wrong version of the DEFUN macro; fixed it.
21766         * fns.c (Ffeaturep): Allow subfeature to be a list (test using
21767         Fmember rather than Fmemq).
21768         (Fprovide): Check that subfeatures is a list.
21770         * process.c (QCfeature, QCdatagram): Removed variables.
21771         (QCtype, Qdatagram): New variables.
21772         (network_process_featurep): Removed function.
21773         (Fmake_network_process): Removed :feature check.
21774         Use :type 'datagram instead of :datagram t to create a datagram
21775         socket.  This allows us to add other connection types (e.g. raw
21776         sockets) later in a consistent manner.
21777         (init_process) [subprocess, HAVE_SOCKETS]: Provide list of
21778         supported subfeatures for feature make-network-process.
21779         (syms_of_process) [subprocess]: Remove QCfeature and QCdatagram.
21780         Intern and staticpro QCtype and Qdatagram.
21781         (syms_of_process) [!subprocess]: Intern and staticpro QCtype.
21783         * xfns.c (QCtype): Remove duplicate declaration and
21784         initialization (is now declared in process.c).
21786         * w32fns.c (QCtype): Remove duplicate declaration and
21787         initialization (is now declared in process.c).
21789 2002-03-21  Richard M. Stallman  <rms@gnu.org>
21791         * regex.c (DISCARD_FAILURE_REG_OR_COUNT): New macro.
21792         (CHECK_INFINITE_LOOP): Use DISCARD_FAILURE_REG_OR_COUNT
21793         when jumping to `fail' to avoid undoing reg changes in the
21794         last iteration of the loop.
21795         (GET_UNSIGNED_NUMBER): Skip spaces around the number.
21797         * Makefile.in (dispnew.o, sysdep.o, xdisp.o, xselect.o, alloc.o):
21798         Depend on process.h.
21800 2002-03-20  Jason Rumney  <jasonr@gnu.org>
21802         Most of the following changes are still conditional on HAVE_IMAGES
21803         which is not set by default on Windows.
21805         * emacs.c (main) [WINDOWSNT]: Call init_xfns.
21807         * w32fns.c (x_set_cursor_color): Set foreground of cursor, not frame.
21808         (Fimage_size, Fimage_mask_p, XPutPixel): New functions.
21809         (four_corners_best, x_clear_image_1, x_clear_image)
21810         (x_alloc_image_color, postprocess_image)
21811         (x_create_x_image_and_pixmap, x_destroy_x_image, xbm_load_image)
21812         (x_from_x_colors, x_disable_image, pbm_load): Adapt for Windows.
21813         (init_xfns, syms_of_w32fns): Initialize image functions and constants.
21815         * w32gui.h (struct XImage): Define.
21817         * w32term.c (w32_read_socket) <WM_XBUTTONUP>: Use XFASTINT to
21818         extract mouse co-ordinates.
21820 2002-03-20  Jason Rumney  <jasonr@gnu.org>
21822         * w32.c (init_winsock): Dynamically load new server and UDP
21823         socket functions.
21824         (socket_to_fd): New function.
21825         (sys_socket): Use it.
21826         (sys_setsockopt, sys_listen, sys_getsockname, sys_accept)
21827         (sys_recvfrom, sys_sendto): New wrapper functions.
21829         * process.c (QCfamily, QCfilter): Remove duplicate declaration
21830         and initialization.
21832         * makefile.w32-in (LIBS): Remove $(WSOCK32).
21834 2002-03-20  Eli Zaretskii  <eliz@is.elta.co.il>
21836         * process.c (conv_sockaddr_to_lisp, conv_lisp_to_sockaddr):
21837         Don't use "sun" as a variable, it's a predefined constant on Sun
21838         machines.
21840 2002-03-20  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
21842         * bytecode.c (Fbyte_code): Revert last change.
21844 2002-03-19  Kim F. Storm  <storm@cua.dk>
21846         * makefile.w32-in (LIBS): Add $(WSOCK32).
21847         From David Ponce <dponce@voila.fr>.
21849 2002-03-18  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
21851         * process.c (wait_reading_process_input): Move variables `pname'
21852         and `pnamelen' down where they are used.
21854         * bytecode.c (Fbyte_code): Discard unused computed value to
21855         prevent gcc warning.
21857         * lisp.h (Fplist_member): Add prototype.
21859 2002-03-18  Kim F. Storm  <storm@cua.dk>
21861         * config.in: Add HAVE_SENDTO, HAVE_RECVFROM, HAVE_SETSOCKOPT,
21862         HAVE_GETSOCKOPT, HAVE_GETPEERNAME, HAVE_GETSOCKNAME, and HAVE_SYS_UN_H.
21864         * process.c: Define HAVE_LOCAL_SOCKETS based on HAVE_SYS_UN_H.
21865         Remove explicit GNU_LINUX settings for datagram support.
21867 2002-03-18  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
21869         * process.c (Fmake_network_process): Remove unused variable `sa'.
21870         Doc fix.  Add usage:.
21871         (set_socket_options): Remove unused variables `optnum' and `opttype'.
21873 2002-03-17  Richard M. Stallman  <rms@gnu.org>
21875         * xdisp.c (cursor_type_changed): New variable.
21876         (redisplay_internal): Redisplay all windows if cursor_type_changed.
21877         Clear it when clearing windows_or_buffers_changed.
21878         (try_cursor_movement, redisplay_window, try_window_id)
21879         (try_window_reusing_current_matrix): Test cursor_type_changed
21880         along with windows_or_buffers_changed.
21882         * window.h (cursor_type_changed): New variable.
21884         * xfns.c (x_set_cursor_type): Set cursor_type_changed,
21885         not update_mode_lines, and always set it to 1.
21887         * xdisp.c (clear_garbaged_frames): Don't set windows_or_buffers_changed
21888         if no frames needed redrawing.
21890 2002-03-17  Kim F. Storm  <storm@cua.dk>
21892         The following changes add support for network server processes,
21893         datagram connections, and local (unix) sockets.
21895         * process.h (struct Lisp_Process): New member log.
21896         Doc fix: Member command used to indicate stopped network process.
21897         Doc fix: Member childp contains plist for network process.
21898         Doc fix: Member kill_without_query is inverse of query-on-exit flag.
21900         * process.c (Qlocal, QCname, QCbuffer, QChost, QCservice, QCfamily)
21901         (QClocal, QCremote, QCserver, QCdatagram, QCnowait, QCnoquery, QCstop)
21902         (QCcoding, QCoptions, QCfilter, QCsentinel, QClog, QCfeature):
21903         New variables.
21904         (NETCONN1_P): New macro.
21905         (DATAGRAM_SOCKETS): New conditional symbol.
21906         (datagram_address): New array.
21907         (DATAGRAM_CONN_P, DATAGRAM_CHAN_P): New macros.
21908         (status_message): Use concat3.
21909         (Fprocess_status): Add `listen' status to doc string.  Return `stop'
21910         for a stopped network process.
21911         (Fset_process_buffer): Update contact plist for network process.
21912         (Fset_process_filter): Ditto.  Don't enable input for stopped
21913         network processes.  Server must listen, even if filter is t.
21914         (Fset_process_query_on_exit_flag, Fprocess_query_on_exit_flag):
21915         New functions.
21916         (Fprocess_kill_without_query): Removed.  Now defined in simple.el.
21917         (Fprocess_contact): Added KEY argument.  Handle datagrams.
21918         (list_processes_1): Optionally show only processes with the query
21919         on exit flag set.  Dynamically adjust column widths.  Omit tty
21920         column if not needed.  Report stopped network processes.
21921         Identify server and datagram network processes.
21922         (Flist_processes): New optional arg `query-only'.
21923         (conv_sockaddr_to_lisp, get_lisp_to_sockaddr_size)
21924         (conv_lisp_to_sockaddr, set_socket_options)
21925         (network_process_featurep, unwind_request_sigio): New helper functions.
21926         (Fprocess_datagram_address, Fset_process_datagram_address):
21927         (Fset_network_process_options): New lisp functions.
21928         (Fopen_network_stream): Removed.  Now defined in simple.el.
21929         (Fmake_network_process): New lisp function.  Code is based on previous
21930         Fopen_network_stream, but heavily reworked with new property list based
21931         argument list, support for datagrams, server processes, and local
21932         sockets in addition to old client-only functionality.
21933         (server_accept_connection): New function.
21934         (wait_reading_process_input): Use it to handle incoming connects.
21935         Do not enable input on a new connection if process is stopped.
21936         (read_process_output): Handle datagram sockets.  Use 2k buffer for them.
21937         (send_process): Handle datagram sockets.
21938         (Fstop_process, Fcontinue_process): Apply to network processes.  A stopped
21939         network process is indicated by setting command field to t .
21940         (Fprocess_send_eof): No-op if datagram connection.
21941         (Fstatus_notify): Don't read input for a stream server socket or a
21942         stopped network process.
21943         (init_process): Initialize datagram_address array.
21944         (syms_of_process): Intern and staticpro new variables, defsubr new
21945         functions.
21947 2002-03-16  Jason Rumney  <jasonr@gnu.org>
21949         * w32fns.c (w32_to_all_x_charsets): Return correct type in
21950         startup case.
21952 2002-03-16  Richard M. Stallman  <rms@gnu.org>
21954         * xdisp.c (redisplay_internal, redisplay_windows):
21955         Use list_of_error to call internal_condition_case_1.
21956         (safe_eval, safe_call): Pass Qt to internal_condition_case_{1,2}
21957         so as to catch all errors with no possibility of debugger redisplay.
21958         (list_of_error): New variable.
21959         (syms_of_xdisp): Init and staticpro it.
21961         * print.c (print_object): Delete `\ ' from printed rep of frame.
21963 2002-03-15  Eli Zaretskii  <eliz@is.elta.co.il>
21965         * msdos.c (dos_rawgetc): Disable the x-autoselect-window feature,
21966         until its implementation is fixed.
21968 2002-03-14  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
21970         * xfns.c (png_load): Remove unused variable `gamma_str'.
21972 2002-03-14  Richard M. Stallman  <rms@gnu.org>
21974         * xfns.c (x_real_positions): Handle failure in XQueryTree.
21976 2002-03-14  Miles Bader  <miles@gnu.org>
21978         * intervals.c (adjust_for_invis_intang): New function.
21979         (set_point_both): Use `adjust_for_invis_intang' to do most of the
21980         work for dealing with invisible+intangible regions.  Do so before
21981         and after both forward and backward movements, to handle both
21982         front-sticky and rear-sticky cases.
21983         * textprop.c (text_property_stickiness): Function moved here from
21984         `editfns.c'.
21985         * intervals.h (text_property_stickiness): New declaration.
21986         * editfns.c (char_property_eq): Function removed.
21987         (text_property_stickiness): Function moved to `textprop.c'.
21989 2002-03-13  Jason Rumney  <jasonr@gnu.org>
21991         * config.in: Add STRFTIME_NO_POSIX2.
21993         * strftime.c (my_strftime) [STRFTIME_NO_POSIX2]: Handle %h, %EX
21994         and %OX when underlying strftime does not.
21996 2002-03-13  Stefan Monnier  <monnier@cs.yale.edu>
21998         * xterm.c (x_set_toolkit_scroll_bar_thumb) <USE_MOTIF>:
21999         Use a fixed-size thumb (based on an ad-hoc estimate of 30 chars per
22000         line) to avoid annoying flicker.
22001         (xm_scroll_callback): Get rid of the now unnecessary kludge.
22002         (XTread_socket): Mark it static.
22004         * xdisp.c (display_mode_element): Fix int/Lisp_Object mixup.
22006 2002-03-13  Kim F. Storm  <storm@cua.dk>
22008         * puresize.h (BASE_PURESIZE): Increase to 775000.
22010 2002-03-12  Juanma Barranquero  <lektu@terra.es>
22012         * editfns.c (syms_of_editfns): Fix typo.
22014 2002-03-12  Gerd Moellmann  <gerd@gnu.org>
22016         * xsmfns.c: Include stdio.h because termhooks.h needs it.
22017         Include termopt.h for interrupt_input.
22019 2002-03-11  Andreas Schwab  <schwab@suse.de>
22021         * coding.c (syms_of_coding) <file-coding-system-alist>: Doc fix.
22023 2002-03-11  Gerd Moellmann  <gerd@gnu.org>
22025         * xterm.c (note_mouse_movement): Put code for
22026         x_autoselect_window_p in #if 0.
22028         * lread.c (Fload): Don't assume that message_with_string uses the
22029         string it is given like a C string.
22031 2002-03-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
22033         * xterm.h (x_session_check_input, x_session_initialize): Declare.
22035         * xterm.c (XTread_socket): Add call to x_session_check_input and
22036         x_session_have_connection.
22037         (x_initialize): Add call to x_session_initialize.
22039         * termhooks.h (enum event_kind): Add save_session_event.
22041         * keyboard.c: Add Emacs event save_session_event.
22043         * emacs.c (main): Add call to syms_of_xsmfns.
22045         * lisp.h (syms_of_xsmfns): Declare extern.
22047         * config.in: Add HAVE_X_SM.
22049         * Makefile.in (LIBXT): Add -lSM -lICE
22050         if HAVE_X_SM and not USE_X_TOOLKIT.
22051         (XOBJ): New file xsmfns.c added.
22053         * xsmfns.c: New file for X session management.
22055 2002-03-09  Jason Rumney  <jasonr@gnu.org>
22057         * fileio.c (Fcopy_file) [WINDOWS_NT]: Ensure file is not
22058         read-only when setting modified time.
22060 2002-03-08  Gerd Moellmann  <gerd@gnu.org>
22062         * xdisp.c (move_it_vertically_backward): At the end of the function,
22063         when moving forward by lines, treat terminal frames specially.
22065         * keyboard.c (echo_char): Make sure to add a separator between
22066         keys even if echo_dash hasn't been called.
22068         * xdisp.c: Use new string macros.
22069         (update_echo_area): Pass number of bytes to message3 instead of
22070         number of chars.
22071         (set_message_1): Don't access a string's size_byte directly.
22072         (decode_mode_spec_coding): Use number of bytes of eoltype string
22073         instead number of chars.
22075         * lisp.h (SREF, SDATA, SCHARS, SBYTES, SMBP): New macros.
22077 2002-03-08  Juanma Barranquero  <lektu@terra.es>
22079         * w32fns.c (Fx_display_color_cells): Force 24+ bit color depths to
22080         24-bit.
22082 2002-03-06  Jason Rumney  <jasonr@gnu.org>
22084         * w32term.c (x_draw_hollow_cursor): Draw same size as block cursor.
22086 2002-03-06  Gerd Moellmann  <gerd@gnu.org>
22088         * keyboard.c (echo_prompt, echo_char, echo_dash, echo_now)
22089         (cancel_echoing, echo_length, echo_truncate): Changed to
22090         work with new kboard definition.
22091         (echo_now): Use message3_nolog instead of message2_nolog.
22093         * alloc.c (mark_kboards): Mark echo_string.
22095         * keyboard.h (ECHOBUFSIZE): Removed.
22096         (struct kboard): Member echoptr removed, member echobuf renamed
22097         to echo_string.
22099         * xdisp.c (message_with_string): Use Fformat instead of doprnt and
22100         message3 instead of message2 to display the message using STRING's
22101         text properties.
22103 2002-03-05  Andreas Schwab  <schwab@suse.de>
22105         * xdisp.c (hscroll_margin): Change to EMACS_INT.
22107 2002-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
22109         * frame.c (default-frame-alist): Explain that setting it doesn't
22110         affect existing frames.
22112 2002-03-05  Stefan Monnier  <monnier@cs.yale.edu>
22114         * indent.c (skip_invisible): Fix my brain fart.
22116         * dispnew.c (sit_for): Don't wait if executing a kbd macro.
22118 2002-03-04  Stefan Monnier  <monnier@cs.yale.edu>
22120         * dosfns.c, dosfns.h, dispnew.c, dispextern.h, commands.h, charset.c,
22121         * alloc.c, abbrev.c, emacs.c, eval.c, keyboard.c, keyboard.h,
22122         * lisp.h, lread.c, sysdep.c, termcap.c, termchar.h, w32term.c,
22123         * window.c, xdisp.c, xselect.c, xterm.c: Change defvar_int definition
22124         and variables to use EMACS_INT instead of just int.
22126         * buffer.c (syms_of_buffer): Allow non-string `mode-name'.
22128 2002-03-04  Eli Zaretskii  <eliz@is.elta.co.il>
22130         * sysdep.c (sys_subshell) [MSDOS]: If PWD is set in the
22131         environment, pass it down with corrected value.
22133 2002-03-04  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
22135         * lread.c (read_filtered_event): Do not call start_hourglass
22136         before returning.
22138 2002-03-04  Juanma Barranquero  <lektu@terra.es>
22140         * w32term.c (x_display_and_set_cursor): Fix typo.
22142 2002-03-03  Richard M. Stallman  <rms@gnu.org>
22144         * fileio.c (Fmake_temp_name): Doc fix.
22146 2002-03-03  Gary Wong  <gtw@gnu.org>
22148         * termcap.c [!emacs]: Replace ospeed for building standalone
22149         libtermcap, for binary compatibility.
22151         * tparam.c [!emacs]: Move #define of bcopy to after string.h.
22153 2002-03-03  Richard M. Stallman  <rms@gnu.org>
22155         * xrdb.c (file_p): Rename arg `path' to `filename'.
22157         * abbrev.c (Fexpand_abbrev): Increment plist as use count
22158         only if it is an integer.
22160         * xfns.c (png_load): Set screen_gamma based on f->gamma.
22161         If png_get_sRGB gives an answer, call png_set_gamma
22162         using the default image gamma value.
22164         * lread.c (read1): When reading from a file, default string to
22165         multibyte only if it has some multibyte characters.
22167         * print.c (print_object): Output multibyte chars 128...255
22168         using \x even if ! print_escape_multibyte.
22170         * xdisp.c (display_mode_element): Move the places where
22171         bytepos, charpos, this, and lisp_string are set.
22172         Use lisp_string to set bytepos.
22174         * xdisp.c (redisplay_internal):
22175         Call clear_image_cache only if HAVE_WINDOW_SYSTEM.
22177         * xdisp.c (display_mode_element): Merge properties specified with
22178         :propertize onto those that come with the string.
22180 2002-03-03  Eli Zaretskii  <eliz@is.elta.co.il>
22182         * xdisp.c (syms_of_xdisp) <auto-hscroll-mode>: Renamed from
22183         automatic-hscrolling.  Users changed.
22184         <hscroll-margin>: Renamed from automatic-hscroll-margin.
22185         Users changed.
22186         <hscroll-step>: Renamed from automatic-hscroll-step.  Users changed.
22188 2002-03-02  Eli Zaretskii  <eliz@is.elta.co.il>
22190         * buffer.c (syms_of_buffer) <buffer-file-coding-system>: Doc fix.
22192 2002-03-02  Kim F. Storm  <storm@cua.dk>
22194         * window.c (Fminibuffer_selected_window): New function.
22195         (syms_of_window): Defsubr it.
22197 2002-03-01  Kim F. Storm  <storm@cua.dk>
22199         * window.h (struct window): New member phys_cursor_width.
22201         * window.c (make_window, replace_window): Init phys_cursor_width.
22203         * xterm.c (x_display_and_set_cursor): Blink box cursor using
22204         hollow box cursor.  Blink bar cursor using 1 pixel wide bar.
22206         * w32term.c (x_display_and_set_cursor): Blink box cursor using
22207         hollow box cursor.  Blink bar cursor using 1 pixel wide bar.
22209         * lisp.h (GCPRO6): New macro.
22211         * process.c (Fopen_network_stream): Use GCPRO6.
22213 2002-03-01  Kim F. Storm  <storm@cua.dk>
22215         * process.c (Qconnect, Qfailed): New variables.
22216         (syms_of_process): Intern and staticpro them.
22217         (Fprocess_status): Document connect and failed return values.
22218         [NON_BLOCKING_CONNECT]: New conditional.
22219         (connect_wait_mask, num_pending_connects): New variables.
22220         (status_message): Convert Qfailed status.
22221         (Fopen_network_stream): Added support for non-blocking connect.
22222         New optional args: filter, sentinel, non_blocking.  Doc updated.
22223         [HAVE_GETADDRINFO, !HAVE_GETADDRINFO]: Merged common code.
22224         (deactivate_process): Handle pending non-blocking connect.
22225         (wait_reading_process_input): Poll for status of non-blocking
22226         connects.  Exec sentinel directly when connect succeeds.
22227         (status_notify): Don't read process output if not yet connected.
22229 2002-02-28  Kim F. Storm  <storm@cua.dk>
22231         * window.c (minibuf_selected_window): Renamed from
22232         Vminibuf_selected_window.  Users changed.
22233         (syms_of_window): Staticpro it.
22235 2002-02-26  Kim F. Storm  <storm@cua.dk>
22237         The following changes add a new Vminibuf_selected_window variable
22238         which is similar to Vminibuf_scroll_window, but which is only set
22239         on entry to the minibuffer (from a non-minibuffer window):
22241         * window.c (Vminibuf_selected_window): New variable.
22242         (struct save_window_data): New member minibuf_selected_window.
22243         (Fset_window_configuration): Restore Vminibuf_selected_window.
22244         (Fcurrent_window_configuration): Save Vminibuf_selected_window.
22245         Set minibuf_scroll_window member to nil if minibuf_level is 0.
22246         (compare_window_configurations): Compare minibuf_selected_window.
22248         * window.h (Vminibuf_selected_window): Declare extern.
22250         * minibuf.c (read_minibuf): Set Vminibuf_selected_window on first
22251         entry to minibuffer or on entry from a non-minibuffer window.
22253         * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3): Compare with
22254         Vminibuf_selected_window instead of Vminibuf_scroll_window.
22256         * xdisp.c (init_iterator): Compare with Vminibuf_selected_window
22257         instead of Vminibuf_scroll_window when deciding in which window
22258         the region should be highlighted.  Consequently, the region remains
22259         highlighteded even when a completion buffer is also displayed.
22261 2002-02-26  Eli Zaretskii  <eliz@is.elta.co.il>
22263         * fileio.c (Fsubstitute_in_file_name): Fix the change from 2002-02-08.
22265         * xselect.c (Qcompound_text_with_extensions): Renamed from
22266         Qcompound_text_no_extensions.
22267         (lisp_data_to_selection_data, syms_of_xselect): Use the new name.
22269 2002-02-26  Juanma Barranquero  <lektu@terra.es>
22271         * w32proc.c (syms_of_ntproc): Doc fix.
22273 2002-02-24  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
22275         * intervals.h: Include "dispextern.h" unconditionally.
22277 2002-02-24  Jason Rumney  <jasonr@gnu.org>
22279         * Makefile.in (WINNT_SUPPORT) [WINDOWSNT]: Add w32-vars.elc
22280         and disp-table.elc.
22281         (lisp): Add emacs-lisp/backquote.elc.
22283 2002-02-24  Kim F. Storm  <storm@cua.dk>
22285         * keymap.c (Flookup_key): Fix problem in 2001-12-28 patch:
22286         The validation of the event type was too strict as it didn't
22287         allow string events; buffer names are used in bindings for
22288         menu-bar-select-buffer (see `menu-bar-update-buffers').
22290 2002-02-23  Kim F. Storm  <storm@cua.dk>
22292         The following changes rework my patch of 2002-02-06 which
22293         added command remapping by entering the commands directly into
22294         the keymaps.  Now, command remapping uses an explicit `remap'
22295         prefix in the keymaps, i.e. [remap COMMAND].
22297         * keymap.c (Qremap, remap_command_vector): New variables.
22298         (is_command_symbol): Remove function.
22299         (Fdefine_key): No longer accept a symbol for KEY.
22300         Added validation of [remap COMMAND] argument for KEY.
22301         The DEF is no longer required to be a symbol when remapping a command.
22302         (Fremap_command): New function to remap command through keymaps.
22303         (Flookup_key): Perform command remapping initiated by
22304         Fremap_command directly for speed.
22305         (Fkey_binding): Use Fremap_command for command remapping.
22306         (where_is_internal): Handle new command remapping representation.
22307         (syms_of_keymap): Intern Qremap, initialize remap_command_vector,
22308         staticpro them.  Defsubr Fremap_command.
22310         * keymap.h (Fremap_command): Declare extern.
22311         (is_command_symbol): Remove extern.
22313         * keyboard.c (command_loop_1): Use Fremap_command for command
22314         remapping; now try command remapping for all symbols.
22316 2002-02-23  Eli Zaretskii  <eliz@is.elta.co.il>
22318         * coding.h (run_pre_post_conversion_on_str): Add prototype.
22320 2002-02-23  Jason Rumney  <jasonr@gnu.org>
22322         * w32select.c (Fw32_set_clipboard_data): Run pre-write-conversion
22323         on the string before encoding it.
22324         (Fw32_get_clipboard_data): Run post-read-conversion on the string
22325         after decoding it.
22327         * w32fns.c (w32_wnd_proc) <WM_TIMER>: Fix last change.
22329 2002-02-23  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
22331         * w32term.c (enter_timestamp): Remove unused static variable to
22332         prevent warning.
22334         * xterm.c (enter_timestamp): Put in #if 0 to prevent warning.
22336 2002-02-23  Eli Zaretskii  <eliz@is.elta.co.il>
22338         * w16select.c (Fw16_get_clipboard_data): Fix last change.
22340         * xselect.c (selection_data_to_lisp_data): Fix last change.
22342 2002-02-22  Jason Rumney  <jasonr@gnu.org>
22344         * w32term.h (struct w32_output): New member menu_command_in_progress.
22346         * w32menu.c (menubar_selection_callback): Free the menu and
22347         clear the menu_command_in_progress flag.
22349         * w32fns.c (mouse_move_timer, mouse_button_timer): Initialize.
22350         (menu_free_timer): New variable.
22351         (MENU_FREE_ID, MENU_FREE_DELAY): New constants.
22352         (w32_wnd_proc) <WM_TIMER>: Handle menu_free_timer.
22353         <WM_EXITMENULOOP>: Delay before freeing menu.  Do nothing if a
22354         menu command is in progress.
22355         <WM_COMMAND>: Set the menu_command_in_progress flag.
22356         Kill any menu_free_timer that is running.
22358         * w32term.c (w32_text_out): Renamed from W32_TEXTOUT.
22359         Call ExtTextOutA rather than ExtTextOut.
22361 2002-02-22  Eli Zaretskii  <eliz@gnu.org>
22363         * puresize.h (BASE_PURESIZE): Increase to 755000.
22365 2002-02-22  Eli Zaretskii  <eliz@is.elta.co.il>
22367         * w16select.c (Fw16_set_clipboard_data): Run pre-write-conversion
22368         on the string before encoding it.
22369         (Fw16_get_clipboard_data): Run post-read-conversion on the string
22370         after decoding it.
22372 2002-02-22  Eli Zaretskii  <eliz@is.elta.co.il>
22374         Support for ICCCM Extended Segments in X selections:
22376         * xselect.c <Qcompound_text_no_extensions>: New variable.
22377         (syms_of_xselect): Intern and staticpro it.
22378         (selection_data_to_lisp_data): Run post-read-conversion on decoded
22379         selection text.
22380         (lisp_data_to_selection_data): If next-selection-coding-system is
22381         compound-text-no-extensions, set the type of selection to be
22382         compound-text.
22384         * xterm.h (x_encode_text): Update prototype.
22386         * xfns.c (x_encode_text): Accept additional arg SELECTIONP; all
22387         callers changed.  If SELECTIONP is non-zero, run the
22388         pre-write-conversion function before encoding the selection text.
22390 2002-02-21  Kim F. Storm  <storm@cua.dk>
22392         * frame.c (syms_of_frame): Change mouse-highlight default to t.
22394         * keyboard.c (kbd_buffer_get_event) [WINDOWSNT]:
22395         Correct composing of language-change event.
22397 2002-02-20  Kim F. Storm  <storm@cua.dk>
22399         * keyboard.c (menu_bar_items): Don't include keymap or local-map
22400         bindings at PT when building menu (the menu is not updated often
22401         enough for this to work reliable).
22402         (tool_bar_items): Likewise.
22403         (current_active_maps): Removed unused (and buggy) function.
22405 2002-02-20  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
22407         * xfns.c (gif_load): Use correct width and height for GIF images.
22409 2002-02-19  Eli Zaretskii  <eliz@is.elta.co.il>
22411         * floatfns.c (Fatan): Accept an optional second arg and call
22412         atan2 if passed 2 args.
22414 2002-02-18  Jason Rumney  <jasonr@gnu.org>
22416         * w32term.c (glyph_rect): Determine the row and glyph more precisely.
22418 2002-02-17  Jason Rumney  <jasonr@gnu.org>
22420         * w32term.c (x_autoselect_window_p): New variable.
22421         (syms_of_w32term): DEFVAR_BOOL and initialize it.
22422         (note_mouse_movement): Use it.
22424         * w32fns.c (w32_load_system_font): Never set fonts_changed_p to zero.
22426         * w32bdf.c (w32_load_bdf_font): Maybe set fonts_changed_p.
22428         * w32fns.c (Qfullscreen, Qfullwidth, Qfullheight, Qfullboth):
22429         New variables.
22430         (syms_of_w32fns): Intern and staticpro them.
22431         (x_frame_parms) <"fullscreen">: New parameter.
22432         (x_fullscreen_move, x_set_fullscreen): New functions.
22433         (x_set_frame_parameters): Support Qfullscreen.
22434         (x_real_positions): Save x/y_pixels_diff frame params.
22435         (x_figure_window_size): Support full-screen frames.
22436         (Fx_create_frame): Default the fullscreen parameter.
22438         * w32term.c (x_check_fullscreen, x_check_fullscreen_move)
22439         (x_fullscreen_adjust): New functions.
22440         (w32_read_socket) <WM_WINDOWPOSCHANGED>: Don't  resize to
22441         fullscreen.  Call x_check_fullscreen_move, and set the
22442         want_fullscreen member of output_data.w32
22443         <WM_ACTIVATE, WM_ACTIVATEAPP>: Call x_check_fullscreen.
22445         * w32term.h: New enum for FULLSCREEN_* constants.
22446         (struct w32_output): New members want_fullscreen, x_pixels_diff,
22447         y_pixels_diff, x_pixels_outer_diff, and y_pixels_outer_diff.
22448         (x-fullscreen-adjust): New prototype.
22450 2002-02-17  Kim F. Storm  <storm@cua.dk>
22452         * frame.c (Vmouse_highlight): New variable.
22453         (syms_of_frame): DEFVAR_LISP it.
22455         * frame.h (Vmouse_highlight): Declare extern.
22457         * xterm.h (struct x_display_info): Add mouse_face_hidden.
22459         * xterm.c (disable_mouse_highlight): Removed variable.
22460         (note_mouse_highlight): Don't highlight if Vmouse_highlight is nil.
22461         (show_mouse_face): Don't show highlight if mouse_face_hidden is set.
22462         (XTread_socket): Turn mouse_face_hidden off after mouse movement,
22463         and on after keyboard input.
22464         (x_term_init): Initialize mouse_face_hidden.
22466         * msdos.h (struct display_info): Add mouse_face_hidden.
22468         * msdos.c (disable_mouse_highlight): Removed variable.
22469         (show_mouse_face): Don't show highlight if mouse_face_hidden is set.
22470         (IT_note_mouse_highlight): Don't highlight if Vmouse_highlight is nil.
22471         (internal_terminal_init): Initialize mouse_face_hidden.
22472         (dos_rawgetc): Turn mouse_face_hidden off after mouse movement,
22473         and on after keyboard input.
22475         * w32term.h (struct w32_display_info): Add mouse_face_hidden.
22477         * w32term.c (disable_mouse_highlight): Removed variable.
22478         (note_mouse_highlight): Disable highlight if Vmouse_highlight is nil.
22479         (show_mouse_face): Don't show highlight if mouse_face_hidden is set.
22480         (w32_read_socket): Turn mouse_face_hidden off after mouse movement,
22481         and on after keyboard input.
22482         (w32_initialize_display_info): Initialize mouse_face_hidden.
22484 2002-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
22486         * msdos.c (last_mouse_window): New variable.
22487         (dos_rawgetc): Fix last change--if the mouse is in the same window
22488         as recorded in last_mouse_window, don't select this window.
22490         * Makefile.in (lisp, shortlisp): Use cus-start.elc, not cus-start.el.
22492         * msdos.c (x_autoselect_window_p): New variable.
22493         (syms_of_msdos): Defvar it.
22494         (dos_rawgetc): If x_autoselect_window_p is set, select the window in
22495         which the last mouse movement occured, unless it is already selected.
22497         * xdisp.c (automatic_hscroll_margin, Vautomatic_hscroll_step):
22498         New variables.
22499         (syms_of_xdisp): DEVFAR them.
22500         (hscroll_window_tree): Use automatic_hscroll_margin and
22501         Vautomatic_hscroll_step to compute the amount of window scrolling.
22503 2002-02-16  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
22505         * xterm.c (x-autoselect-window): New variable.
22506         (note_mouse_movement): Use it.
22508         * keyboard.c: Do not include "systime.h" twice.
22510 2002-02-15  Andreas Schwab  <schwab@suse.de>
22512         * puresize.h (PURESIZE_RATIO): Increase to 9/5.
22514         * alloc.c (NSTATICS): Increase to 1280.
22516 2002-02-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
22518         * alloc.c (NSTATICS): Bump to 1026.
22520         * xterm.c (Vx_alt_keysym, Vx_hyper_keysym, Vx_meta_keysym)
22521         (Vx_super_keysym): New variables.
22522         (syms_of_xterm): DEFVAR_LISP them.
22523         (x_x_to_emacs_modifiers, x_emacs_to_x_modifiers): Use the
22524         variables to determine which keys to use for the various modifiers.
22526 2002-02-13  Kim F. Storm  <storm@cua.dk>
22528         * window.c (Vmode_line_in_non_selected_windows): Removed.
22529         (mode_line_in_non_selected_windows): New variable.
22530         (syms_of_window): DEFVAR_BOOL it.
22532         * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3):
22533         Use mode_line_in_non_selected_windows.
22534         (mode_line_in_non_selected_windows): Declare extern.
22535         (Vmode_line_in_non_selected_windows): Removed extern.
22537 2002-02-13  Richard M. Stallman  <rms@gnu.org>
22539         * keyboard.c (Fthis_command_keys, Fthis_command_keys_vector)
22540         (Fthis_single_command_keys, Fthis_single_command_raw_keys)
22541         (Fclear_this_command_keys): Doc fixes.
22543         * xfaces.c (Finternal_make_lisp_face, Finternal_copy_lisp_face)
22544         (update_face_from_frame_parameter): Increment face_change_count
22545         and windows_or_buffers_changed to force redisplay using changed faces.
22547         * xdisp.c (QCpropertize): New variable.
22548         (mode_line_proptrans_alist): New variable.
22549         (display_mode_element): New arg PROPS; all calls changed.
22550         Implement this, for strings.
22551         Handle literal output of strings by sharing the
22552         main-line code for strings, using local var `literal'.
22553         Handle :propertize feature.
22554         (syms_of_xdisp): Initialze and staticpro QCpropertize and
22555         mode_line_proptrans_alist.
22557 2002-02-11  Kim F. Storm  <storm@cua.dk>
22559         * window.c (Vmode_line_in_non_selected_windows): New variable.
22560         (syms_of_window): DEFVAR_LISP it.
22562         * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3): New macro.
22563         (CURRENT_MODE_LINE_FACE_ID): Use it.
22564         (Vmode_line_in_non_selected_windows): Declare extern.
22566         * xdisp.c (display_mode_lines): Use CURRENT_MODE_LINE_FACE_ID_3
22567         to get mode line face.
22569 2002-02-11  Eli Zaretskii  <eliz@is.elta.co.il>
22571         * msdos.c (Vx_bitmap_file_path, x_stretch_cursor_p): Remove these
22572         variables; cus-start.el doesn't need them anymore.
22574 2002-02-09  Kim F. Storm  <storm@cua.dk>
22576         * insdel.c (make_gap_smaller): Preserve BEG_UNCHANGED during gap
22577         reduction.  This fixes a display problem where stray newlines were
22578         inserted in the window (corrected by C-l).  Clarified code (IMHO).
22580 2002-02-09  Eli Zaretskii  <eliz@is.elta.co.il>
22582         * dispextern.h (CURRENT_MODE_LINE_FACE_ID): Fix last change.
22584         * xdisp.c (display_mode_lines): Fix last change.
22586 2002-02-09  Jason Rumney  <jasonr@gnu.org>
22588         * w32fns.c (enum_font_cb2): Don't let charsets unknown to Windows
22589         match each other.
22590         (w32_load_system_font): Prevent Cleartype fonts from loading.
22591         (Fx_show_tip): Ensure tip frames are above other topmost windows.
22593 2002-02-09  Kim F. Storm  <storm@cua.dk>
22595         * dispextern.h (CURRENT_MODE_LINE_FACE_ID): New macro.
22596         (CURRENT_MODE_LINE_HEIGHT): Use it.
22597         (enum face_id): Add MODE_LINE_INACTIVE_FACE_ID.
22599         * xdisp.c (window_box_height): Use CURRENT_MODE_LINE_FACE_ID.
22600         (pos_visible_p, handle_face_prop): Likewise.
22601         (display_mode_lines): Likewise, but for the real selected window.
22602         (init_iterator) [row == NULL]: Handle MODE_LINE_INACTIVE_FACE_ID.
22604         * xfaces.c (Qmode_line_inactive): New face variable for mode-line
22605         in non-selected windows.
22606         (realize_basic_faces): Realize it.
22607         (syms_of_term): Intern and staticpro it.
22609 2002-02-08  Kim F. Storm  <storm@cua.dk>
22611         * alloc.c (SETJMP_WILL_LIKELY_WORK, SETJMP_WILL_NOT_WORK):
22612         Changed mail addresses to emacs-devel@gnu.org.
22614 2002-02-08  Eli Zaretskii  <eliz@is.elta.co.il>
22616         * fileio.c (Fsubstitute_in_file_name): If the file name includes
22617         ~user, and there's no such user, don't discard everything before ~user.
22619         * floatfns.c (Fround): Doc fix.
22621 2002-02-08  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
22623         * sysdep.c (init_system_name): Put unused variable `p' in #if 0.
22625 2002-02-07  Stefan Monnier  <monnier@cs.yale.edu>
22627         * lisp.h (Fx_file_dialog): Add extern decl (used in fileio.c).
22629 2002-02-07  Kim F. Storm  <storm@cua.dk>
22631         * keymap.c (where_is_internal): Only check whether definition is
22632         remapped if it fulfills is_command_symbol.
22634 2002-02-07  Andreas Schwab  <schwab@suse.de>
22636         * s/gnu-linux.h (GC_LISP_OBJECT_ALIGNMENT): Define to 2 for m68k.
22638         * alloc.c (mark_stack): Don't assume sizeof (Lisp_Object) is 4.
22640 2002-02-06  Kim F. Storm  <storm@cua.dk>
22642         * keymap.c (Fdefine_key): Allow symbol as KEY argument for
22643         defining command remapping.  Doc updated.
22644         (Flookup_key): Remap command through keymap if KEY is a symbol.
22645         (is_command_symbol): New function.
22646         (Fkey_binding): Use it.  New optional argument NO-REMAP.
22647         Doc updated.  Callers changed.  Perform command remapping via
22648         recursive call unless that arg is non-nil.
22649         (where_is_internal): New argument no_remap.  Callers changed.
22650         Call recursively to find original key bindings for a remapped
22651         comand unless that arg is non-nil.
22652         (Fwhere_is_internal): New optional argument NO-REMAP.
22653         Doc updated.  Callers changed.  Pass arg to where_is_internal.
22655         * keymap.h (Fkey_binding, Fwhere_is_internal): Update prototype.
22656         (is_command_symbol): Add prototype.
22658         * keyboard.c (Vthis_original_command): New variable.
22659         (syms_of_keyboard): DEFVAR_LISP it.
22660         (command_loop_1): Set it, and perform command remapping.
22662 2002-02-06  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
22664         * keyboard.c (recursive_edit_1): Call cancel_hourglass unconditionally.
22666 2002-02-06  Jason Rumney  <jasonr@gnu.org>
22668         * w32term.c (w32_native_per_char_metric): Disable 2002-01-20 change.
22670 2002-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
22672         * charset.c (get_charset_id): Use if-else instead of ?:.
22674 2002-02-06  Richard M. Stallman  <rms@gnu.org>
22676         * filelock.c (S_ISLNK): Define if not defined.
22678 2002-02-03  Richard M. Stallman  <rms@gnu.org>
22680         * fileio.c (Fdo_auto_save): Improve "auto save disabled" msg.
22682         * lread.c (read1): Redesign strategy for force_multibyte and
22683         force_singlebyte.  Now is_multibyte records whether read_buffer
22684         is multibyte.  Encountering any multibyte character makes it so.
22686 2002-02-02  Stefan Monnier  <monnier@cs.yale.edu>
22688         * term.c (term_get_fkeys_1): If `k0' and `k;' are both specified and
22689         with the same sequence, map that sequence to f10 rather than f0.
22691 2002-02-03  Andreas Schwab  <schwab@suse.de>
22693         * s/gnu-linux.h: Check for __mc68000__ instead of __m68k__, the
22694         latter never being defined on GNU/Linux.
22696 2002-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
22698         * xfaces.c (realize_default_face): Don't set the weight and slant of
22699         the default face to Qnormal, unless these attributes are unspecified.
22701 2002-02-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
22703         * keyboard.c (command_loop_1) [HAVE_X_WINDOWS]:
22704         Call cancel_hourglass unconditionally.
22706         * eval.c (Fsignal): Remove duplicated declaration of
22707         the variable `display_hourglass_p'.
22709 2002-01-31  Richard M. Stallman  <rms@gnu.org>
22711         * editfns.c (region_limit): Nicer error message.
22713         * coding.c (decode_composition_emacs_mule):
22714         Give up if NCOMPONENT gets too large to index `component'.
22716         * callint.c (check_mark): New arg to specify clearer error message.
22717         Callers changed.
22719 2002-01-27  Richard M. Stallman  <rms@gnu.org>
22721         * minibuf.c (Fcompleting_read): Doc fix.
22723 2002-01-27  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
22725         * minibuf.c (Fread_from_minibuffer, Fread_command, Fread_function)
22726         (Fread_variable, Fread_buffer, minibuffer-completion-confirm):
22727         Fix doc-strings.
22729 2002-01-26  Richard M. Stallman  <rms@gnu.org>
22731         * buffer.c (syms_of_buffer): Doc fixes for scroll-...-aggressively.
22733         * xdisp.c (try_scrolling): Exchange uses of scroll_down_aggressively
22734         and scroll_up_aggressively.
22736 2002-01-26  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
22738         * keyboard.c (parse_tool_bar_item): Remove duplicated prototypes.
22740 2002-01-25  Stefan Monnier  <monnier@cs.yale.edu>
22742         * textprop.c (Fnext_property_change, Fnext_single_property_change)
22743         (Fprevious_property_change, Fprevious_single_property_change):
22744         Stay within the narrowed-buffer boundaries.
22746 2002-01-25  Eli Zaretskii  <eliz@is.elta.co.il>
22748         * term.c (Ftty_display_color_cells): New function.
22749         (syms_of_term): Defsubr it.
22750         (Ftty_display_color_cells, Ftty_display_color_p): Change the
22751         argument name to DISPLAY.  Doc fix.
22753         * dispextern.h: Add prototype for set_tty_color_mode and
22754         tty_setup_colors.
22756 2002-01-24  Jason Rumney  <jasonr@gnu.org>
22758         * w32term.c (x_scroll_run): Use ScrollWindowEx in place of BitBlt.
22759         If region left to draw is not what was expected, mark the frame as
22760         garbaged.
22762         * w32fns.c (w32_wnd_proc) <WM_PAINT>: Initialize update_rect.
22763         Combine the regions returned by BeginPaint and GetUpdateRect.
22765 2002-01-23  Jason Rumney  <jasonr@gnu.org>
22767         * w32term.c (x_update_window_begin): Only hide caret if
22768         w32_use_visible_system_caret is set.
22769         (x_update_window_end): Only show caret if
22770         w32_use_visible_system_caret is set.
22771         (syms_of_w32term): Handle SystemParametersInfo call failing.
22773         * w32fns.c (syms_of_w32fns): Initialize w32_visible_system_caret_hwnd.
22775 2002-01-22  Richard M. Stallman  <rms@gnu.org>
22777         * unexelf.c (unexec): Define n so as to cause compilation error
22778         for the code where people have often written n instead of nn.
22780         * .gdbinit (hookpost-run): Defined.
22782 2002-01-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
22784         * xfns.c (x_set_frame_parameters): Typo in previous fix corrected.
22786 2002-01-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
22788         * xfns.c (x_set_frame_parameters): Just call x_fullscreen_adjust
22789         if fullscreen is being set.
22791 2002-01-21  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
22793         * minibuf.c (Fminibuffer_contents)
22794         (Fminibuffer_contents_no_properties, Fread_from_minibuffer)
22795         (Fread_string, Fread_no_blanks_input, Fcompleting_read): Doc fixes.
22797 2002-01-21  Richard M. Stallman  <rms@gnu.org>
22799         * window.c (check_frame_size): Fix minimum height calculation.
22801 2002-01-20  Ken Raeburn  <raeburn@gnu.org>
22803         * dispextern.h (WINDOW_WANTS_MODELINE_P): Use XFASTINT on window
22804         height before comparison.
22805         (WINDOW_WANTS_HEADER_LINE_P): Likewise.
22807 2002-01-20  Jason Rumney  <jasonr@gnu.org>
22809         * w32term.c (w32_system_caret_width): Remove.
22810         (w32_use_visible_system_caret): New user flag.
22811         (syms_of_w32term): DEFVAR_BOOL it.  Initialize based on whether
22812         Windows reports a screen reader running.
22813         (x_update_window_begin): Hide the system caret.
22814         (x_update_window_end): Show the system caret.
22815         (x_display_and_set_cursor): Don't draw a cursor when
22816         w32_use_visible_system_caret is set.  Do not adjust width.
22818         * w32fns.c (w32_visible_system_caret_hwnd): New static variable.
22819         (w32_wnd_proc) <WM_KILL_FOCUS, WM_EMACS_DESTROY_CARET>: Set it.
22820         <WM_EMACS_TRACK_CARET>: Arrange for system caret to be visible if
22821         the user requests it.  Use system default width when creating.
22822         <WM_EMACS_HIDE_CARET, WM_EMACS_SHOW_CARET>: Handle new messages.
22824         * w32term.h (WM_EMACS_SHOW_CARET, WM_EMACS_HIDE_CARET):
22825         New window messages.
22827 2002-01-20  Richard M. Stallman  <rms@gnu.org>
22829         * window.c (MIN_SAFE_WINDOW_HEIGHT): Value now 1.
22831 2002-01-20  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
22833         * doprnt.c (doprnt1): Fix typos in error call.
22835 2002-01-20  Eli Zaretskii  <eliz@is.elta.co.il>
22837         * unexelf.c (unexec) [__sgi]: Support the .got sections.
22839 2002-01-20  Jason Rumney  <jasonr@gnu.org>
22841         * w32term.c (w32_native_per_char_metric): Don't trust the metrics
22842         that Windows returns.  If a double check fails, try to guess how
22843         ExtTextOut is going to act.
22845         * w32fns.c (w32_load_system_font, w32_to_x_charset): Use strnicmp
22846         in place of stricmp.
22847         (w32_list_synthesized_fonts): Removed.
22848         (w32_to_all_x_charsets, enum_font_maybe_add_to_list): New functions.
22849         (struct enumfont_t): New element; list.
22850         (enum_font_cb2): List all style and charset variations of a font.
22851         (Fw32_select_font): New optional argument; include_proportional.
22852         Exclude vertical fonts.  Exclude proportional fonts unless
22853         include_proportional is non-nil.
22854         (w32_enable_synthesized_fonts): Change to a boolean.
22855         (Fw32_send_sys_command): Doc fix.
22857 2002-01-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
22859         * dispnew.c (update_frame): Move the variable `tem' to the block
22860         where it is used.
22862 2002-01-19  Jason Rumney  <jasonr@gnu.org>
22864         * w32fns.c (Fx_create_frame): Bind redisplay-dont-pause around
22865         call to face-set-after-frame-default.
22867 2002-01-18  Richard M. Stallman  <rms@gnu.org>
22869         * dispextern.h (WINDOW_WANTS_MODELINE_P): Check window height > 1.
22870         (WINDOW_WANTS_HEADER_LINE_P): Check window height provides room.
22872 2002-01-17  Richard M. Stallman  <rms@gnu.org>
22874         * window.c (enlarge_window): When exceeding size of parent,
22875         directly delete all the siblings instead of trying to resize it.
22877 2002-01-17  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
22879         * term.c (set_tty_color_mode): Remove unused variable `tem'.
22881 2002-01-16  Henrik Enberg  <henrik@enberg.org>
22883         * lread.c (init_lread): Move the installed-lisp dirs later in the path.
22885 2002-01-16  Kim F. Storm  <storm@cua.dk>
22887         * xterm.c (x_erase_phys_cursor): Don't erase cursor if cursor row
22888         is invisible.  This can happen if cursor is on top line of a
22889         window, and we switch to a buffer with a header line.
22891         * w32term.c (x_erase_phys_cursor): Ditto.
22893 2002-01-16  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
22895         * xterm.c (XTread_socket) [!USE_X_TOOLKIT]: Compute the value of
22896         `dont_resize' only when used.
22898         * xdisp.c: Remove forgotten extern declaration of `Qimage'.
22900 2002-01-15  Eli Zaretskii  <eliz@is.elta.co.il>
22902         * xdisp.c (display_mode_element): When computing charpos, depend
22903         on multibyteness of elt, not the text in field.
22905 2002-01-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
22907         * buffer.c (Fkill_all_local_variables):
22908         Increment `update_mode_lines' only once.
22910 2002-01-14  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
22912         * lisp.h (adjust_after_replace_noundo)
22913         (Fupdate_coding_systems_internal): Add prototypes.
22915         * sound.c (Fplay_sound): Initialize header_size also for :data case.
22917 2002-01-14  Eli Zaretskii  <eliz@is.elta.co.il>
22919         Support for the --color command-line argument and tty-color-mode
22920         frame parameter:
22922         * term.c (tty_default_color_capabilities, tty_setup_colors)
22923         (set_tty_color_mode): New functions.
22924         (term_init): Call tty_default_color_capabilities.
22925         (Qtty_color_mode_alist): New variable.
22926         (syms_of_term): Intern and staticpro it.
22928         * frame.c (store_frame_param): Call set_tty_color_mode for termcap
22929         frames.
22930         (do_switch_frame): For termcap frames, switch the tty
22931         color mode as specified by the frame's parameters.
22932         (Qtty_color_mode): New variable.
22933         (syms_of_frame): Intern and staticpro it.
22935         * emacs.c (USAGE2): Add the --color option.
22936         (standard_args): Ditto.
22938 2002-01-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
22940         * xterm.h (struct x_output): New members want_fullscreen,
22941         x_pixels_diff, y_pixels_diff, x_pixels_outer_diff, and
22942         y_pixels_outer_diff.
22943         New enum for FULLSCREEN_* constants.
22944         (FRAME_OUTER_WINDOW): Handle the case where output_data.x->widget
22945         is NULL.
22946         (x_fullscreen_adjust): Add prototype.
22948         * emacs.c (USAGE2): Add the new full-screen arguments.
22949         (standard_args): Ditto.
22951         * xfns.c (Qfullscreen, Qfullwidth, Qfullheight, Qfullboth):
22952         New variables.
22953         (syms_of_xfns): Intern and staticpro them.
22954         (x_frame_parms) <"fullscreen">: New parameter.
22955         (x_fullscreen_move, x_set_fullscreen): New functions.
22956         (x_set_frame_parameters): Support for Qfullscreen.
22957         (x_real_positions): More accurate computation of the frame position.
22958         (x_figure_window_size): Support full-screen frames.
22959         (Fx_create_frame): Default the fullscreen parameter.
22961         * xterm.c (x_check_fullscreen, x_fullscreen_adjust): New functions.
22962         (XTread_socket) <Expose>: Call x_check_fullscreen.
22963         <ConfigureNotify>: Don't resize to fullscreen.
22964         Call x_check_fullscreen_move, and set the want_fullscreen member of
22965         output_data.x.
22967 2002-01-13  Jason Rumney  <jasonr@gnu.org>
22969         * w32term.h (WM_XBUTTONDOWN, WM_XBUTTONUP): New window messages
22970         for mice with more than 3 buttons.
22972         * w32term.c (parse_button): New parameter xbutton.  Callers changed.
22973         (w32_read_socket): Handle new "XBUTTON" messages.
22975         * w32fns.c (w32_pass_extra_mouse_buttons_to_system): New user option.
22976         (syms_of_w32fns): DEFVAR_BOOL it.
22977         (w32_wnd_proc): Handle new "XBUTTON" messages.
22979 2002-01-13  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
22981         * keyboard.c (read_key_sequence): Remove unused variable `extra_maps'.
22983 2002-01-13  Andreas Schwab  <schwab@suse.de>
22985         * xterm.c (x_load_font): Never set fonts_changed_p to zero.
22987 2002-01-12  Andreas Schwab  <schwab@suse.de>
22989         * .gdbinit (xbuffer): Remove address operator since data is now a
22990         pointer.
22992 2002-01-11  Richard M. Stallman  <rms@gnu.org>
22994         * insdel.c (adjust_after_replace_noundo): New function.
22996         * coding.c (code_convert_region): Don't copy old text if undo disabled.
22998 2002-01-09  Jason Rumney  <jasonr@gnu.org>
23000         * xdisp.c (x_consider_frame_title): Don't count the tooltip frame
23001         when checking for multiple frames.
23003 2002-01-08  Richard M. Stallman  <rms@gnu.org>
23005         * window.c (delete_window): Rewrite the code for changing the
23006         selected window to handle the case where WINDOW is not a leaf.
23008 2002-01-07  Eli Zaretskii  <eliz@is.elta.co.il>
23010         * process.c (send_process): Set src_multibyte to 1 after the call
23011         top setup_coding_system, not before the call.
23013 2002-01-07  Jason Rumney  <jasonr@gnu.org>
23015         * xmenu.c (set_frame_menubar, xmenu_show):
23016         (xdialog_show): Initialize wv->help to Qnil.
23018         * w32menu.c (single_submenu, set_frame_menubar, w32_menu_show):
23019         (w32_dialog_show): Initialize wv->help to Qnil.
23021 2002-01-06  Jason Rumney  <jasonr@gnu.org>
23023         * xmenu.c (single_submenu): Initialize wv->help to Qnil.
23025         * w32menu.c (w32_menu_display_help): Revert last change.
23027         * xmenu.c (menu_highlight_callback): Revert last change.
23029 2002-01-06  Andreas Schwab  <schwab@suse.de>
23031         * insdel.c (make_gap_larger): Make sure buffer size does not
23032         overflow range of int.
23034 2002-01-05  Jason Rumney  <jasonr@gnu.org>
23036         * w32term.c (x_draw_glyphs): Don't call notice_overwritten_cursor if
23037         OVERLAPS_P.
23039         * w32menu.c (w32_menu_display_help): Hide any tooltip window.
23041         * w32fns.c (compute_tip_xy): If tooltip won't fit on the screen
23042         to the left or to the right of the pointer, put it against
23043         the left screen edge.
23044         (x_frame_parms): Add missing braces around initializer.
23046         * w32term.c (x_setup_relief_colors): Don't compute an image's
23047         background color if it doesn't have a Pixmap.
23048         (notice_overwritten_cursor): Don't depend on
23049         output_cursor and updated_area.  Compare pixel coordinates with
23050         window's cursor pixel coordinates.
23051         (x_draw_glyphs, x_clear_end_of_line, show_mouse_face):
23052         Call notice_overwritten_cursor with new arg list.
23053         (show_mouse_face): Fix bug setting a row's mouse_face_p flag
23054         unconditionally.
23055         (x_draw_image_relief): Use predefined macro instead of
23056         constant when the value of `tool_bar_button_relief' is negative.
23058         * w32term.c (x_display_and_set_cursor): Fix PostMessage arg types.
23060 2002-01-04  Richard M. Stallman  <rms@gnu.org>
23062         * xmenu.c (menu_highlight_callback): Hide any tooltip window.
23064 2002-01-03  Richard M. Stallman  <rms@gnu.org>
23066         * keymap.c (Fcurrent_active_maps): Put the `keymap' property map first.
23067         (Fkey_binding): Try the `keymap' property map first.
23068         (Fdescribe_buffer_bindings): Show `keymap' property bindings before
23069         minor mode bindings.
23071 2002-01-03  Kim F. Storm  <storm@cua.dk>
23073         * keyboard.c (read_key_sequence): Fix cast of submaps arg to bcopy.
23075 2002-01-02  Richard M. Stallman  <rms@gnu.org>
23077         * keyboard.c (read_key_sequence): Handle the keymap property
23078         before minor mode maps.
23080         * editfns.c (Fformat): Update thissize from field_width
23081         based on the actual width, in the string case.
23083 2002-01-01  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
23085         * charset.h (UNIBYTE_STR_AS_MULTIBYTE_P): Parenthesize assignment
23086         when used as truth value to prevent gcc warnings.
23088         * sysdep.c, unexapollo.c, w32.c, w32bdf.c, w32heap.c, w32inevt.c,
23089         * w32proc.c: Include <config.h>.
23091 2002-01-01  Andreas Schwab  <schwab@suse.de>
23093         * eval.c (max_specpdl_size, max_lisp_eval_depth): Define as int,
23094         not EMACS_INT, to make them compatible with DEFVAR_INT.
23095         * lisp.h (max_specpdl_size): Adjust declaration.
23097 2002-01-01  Richard M. Stallman  <rms@gnu.org>
23099         * print.c (print_object): Test print_escape_nonascii only for
23100         unibyte strings.
23101         (PRINTPREPARE): Once again bind Qprint_escape_nonascii
23102         when outputting to a multibyte buffer.
23104 2001-12-29  Richard M. Stallman  <rms@gnu.org>
23106         * print.c (print_object): In multibyte string, use hex escapes.
23107         Use octal only for unibyte strings.
23108         (PRINTPREPARE): Don't ever set Qprint_escape_nonascii.
23110         * lread.c (read_escape): New arg BYTEREP for reporting whether
23111         escape forces unibyte or multibyte.
23112         (read1): When reading a string, take note of that info.
23114 2001-12-29  Ken Raeburn  <raeburn@gnu.org>
23116         * abbrev.c (Fexpand_abbrev): Use NILP instead of implicit zero
23117         comparison to test lisp value returned by Fget.
23119 2001-12-29  Richard M. Stallman  <rms@gnu.org>
23121         * lisp.h (max_specpdl_size): Add declaration.
23123         * fileio.c (Fdo_auto_save): If NO_MESSAGE, don't call push_message.
23125         * keymap.c (silly_event_symbol_error): New subrtn, from Fdefine_key.
23126         Handle modifier bits.  Correct typo in error message.
23128 2001-12-28  Richard M. Stallman  <rms@gnu.org>
23130         * abbrev.c: Use the plist of an abbrev for multiple params if nec.
23131         (Fdefine_abbrev): New arg SYSTEM-FLAG for a system abbrev.
23132         (Fdefine_global_abbrev, Fdefine_mode_abbrev):
23133         Update calls to Fdefine_abbrev.
23134         (write_abbrev): Update for changed data format.
23135         Don't list "system" abbrevs.
23136         (Fexpand_abbrev): Update use count with new data format.
23137         (describe_abbrev): Update for changed data format.
23138         (Fdefine_abbrev_table): Handle the new SYSTEM-FLAG.
23140         * config.in (HAVE_MBSINIT): Add #undef.
23142         * strftime.c (mbsinit): Define as no-op if not available.
23144         * s/sco5.h (LIBX11_SYSTEM) [MOTIF]: Add -lgen.
23145         (sigprocmask_set): Conditionalize decl on ! NOT_C_CODE.
23147         * keymap.c (Flookup_key): Error message if key has wrong data type.
23148         (Fdefine_key): Add error message for trying to bind [DEL], [RET], etc.
23149         (exclude_key): New variable.
23151 2001-12-28  Gerd Moellmann  <gerd@gnu.org>
23153         * xterm.c (x_setup_relief_colors): Don't compute an image's
23154         background color if it doesn't have a Pixmap.
23156         * xterm.c (notice_overwritten_cursor): Don't depend on
23157         output_cursor and updated_area.  Compare pixel coordinates with
23158         window's cursor pixel coordinates.
23159         (x_draw_glyphs, x_clear_end_of_line, show_mouse_face):
23160         Call notice_overwritten_cursor with new arg list.
23161         (show_mouse_face): Fix bug setting a row's mouse_face_p flag
23162         unconditionally.
23164         * xdisp.c (try_scrolling) <PT below scroll margin>: Add the
23165         height of the cursor line to the amount to scroll.
23167 2001-12-27  Richard M. Stallman  <rms@gnu.org>
23169         * intervals.c (set_point_both): The position after an invisible,
23170         intangible character is not an acceptable stopping point.
23172 2001-12-27  Ken Raeburn  <raeburn@gnu.org>
23174         * window.c (enlarge_window): In new preserve_before code, convert
23175         CURBEG from lisp object to integer before doing arithmetic.
23177 2001-12-27  Richard M. Stallman  <rms@gnu.org>
23179         * bytecode.c (Fbyte_code): Undo previous change.
23181 2001-12-26  Kim F. Storm  <storm@cua.dk>
23183         * keyboard.c (record_char): Ignore duplicate help-echo events only
23184         separated by mouse-movement.  When tracking mouse, only record
23185         first and last mouse-movement event in same window.
23186         Don't record mouse-movement events in keyboard macros.
23188 2001-12-25  Richard M. Stallman  <rms@gnu.org>
23190         * window.c (enlarge_window): New arg PRESERVE_BEFORE.  Callers changed.
23191         (Fenlarge_window): New arg PRESERVE_BEFORE.
23193         * bytecode.c (Fbyte_code): Use Fstring_make_unibyte
23194         instead of Fstring_as_unibyte.
23196 2001-12-22  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
23198         The following changes remove mocklisp support:
23200         * mocklisp.h, mocklisp.c: Files removed.
23202         * lisp.h: Remove declarations of variables `Vmocklisp_arguments',
23203         `Qmocklisp' and `Qmocklisp_arguments'.
23204         Remove prototype of syms_of_mocklisp.
23206         * makefile.nt, makefile.w32-in, Makefile.in: Remove mocklisp files.
23208         * callint.c: Do not include mocklisp.h.
23209         (Fcall_interactively): Do not test for mocklisp case.
23211         * eval.c: Remove variables `Qmocklisp_arguments',
23212         `Vmocklisp_arguments' and `Qmocklisp'.  Remove prototype of ml_apply.
23213         (Fprogn, Fwhile, Fcommandp, Feval, Ffuncall, funcall_lambda):
23214         Do not test for mocklisp case.
23215         (Fwhile): Remove unused variable `tem'.
23216         (syms_of_eval): Remove variable `moclisp-arguments'.
23218         * data.c (wrong_type_argument): Remove mocklisp case.
23220         * doc.c (Fdocumentation): Remove mocklisp case.
23222         * emacs.c (main): Do not call syms_of_mocklisp.
23224 2001-12-21  Richard M. Stallman  <rms@gnu.org>
23226         * xfns.c (compute_tip_xy): If tooltip won't fit on the screen
23227         to the left or to the right of the pointer, put it against
23228         the left screen edge.
23230 2001-12-21  Eli Zaretskii  <eliz@is.elta.co.il>
23232         * Makefile.in (distclean): Remove .gdbinit if we are building
23233         outside the source tree.
23235 2001-12-19  Eli Zaretskii  <eliz@is.elta.co.il>
23237         * w32.c (emacs_root_dir): New function.
23239         * msdos.c (emacs_root_dir): New function.
23241         * fileio.c (Fexpand_file_name) [DOS_NT]: Use the root directory
23242         of the current drive as the fallback for default_directory.
23244         * dired.c (file_name_completion): Run the elements of
23245         completion-ignored-extensions through ENCODE_FILE.
23247         * lisp.h (scmp): Remove prototype, since it's now a static
23248         function private to dired.c.
23250 2001-12-18  Richard M. Stallman  <rms@gnu.org>
23252         * dired.c (scmp): Function moved from minibuf.c.
23253         Delete multibyte handling--used only on encoded strings.
23255         * minibuf.c (scmp): Function moved to dired.c.
23257         * fns.c (merge): Add QUIT call.
23259 2001-12-18  Dave Love  <fx@gnu.org>
23261         * Makefile.in (lisp, shortlisp): Add language/utf-8-lang.el,
23262         language/georgian.el.
23264 2001-12-18  Eli Zaretskii  <eliz@is.elta.co.il>
23266         * Makefile.in (lisp, shortlisp): Synchronize with changes to
23267         lisp/Makefile.in:DONTCOMPILE.
23269 2001-12-18  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
23271         * xdisp.c (window_box_height): Do not return negative values.
23272         From Gerd Moellmann <gerd@gnu.org>.
23274         * keyboard.c (head_table): Add missing braces around initializer.
23276         * term.c (keys): Likewise.
23278         * xfns.c (x_frame_parms, visual_classes): Likewise.
23280 2001-12-17  Sam Steingold  <sds@gnu.org>
23282         * coding.c (DECODE_COMPOSITION_END): Fixed a typo in the last
23283         patch (COMPOSING_P, not COMPOSING).
23285 2001-12-17  Richard M. Stallman  <rms@gnu.org>
23287         * editfns.c (Fcompare_buffer_substrings): Add QUIT to main loop.
23289         * coding.c (code_convert_region): Update coding->cmp_data->char_offset
23290         before calling decode_coding.
23292         * charset.c (Fdefine_charset): Call Fupdate_coding_systems_internal.
23294         * coding.c (DECODE_COMPOSITION_END): Check for ! COMPOSING_P (coding)
23295         instead of only for COMPOSITION_DISABLED.
23297 2001-12-16  Richard M. Stallman  <rms@gnu.org>
23299         * alloc.c (pure_alloc): After overflow, allocate just a small block.
23301         * Makefile.in (xmenu.o, xterm.o, fontset.o): Depend on buffer.h.
23303         * buffer.h (struct buffer): New field `display_error_modiff'.
23304         * buffer.c (reset_buffer): Initialize `display_error_modiff'.
23306         * window.c (Frecenter): Clear display_error_modiff field.
23308         * xdisp.c (redisplay_window_0, redisplay_window_1): New functions.
23309         Call redisplay_window, but not if display_error_modiff field says no.
23310         (redisplay_window_error): New function.
23311         (displayed_buffer): New variable.
23312         (redisplay_internal, redisplay_windows): Call the new functions
23313         instead of redisplay_window directly.
23315 2001-12-15  Richard M. Stallman  <rms@gnu.org>
23317         * keyboard.c (syms_of_keyboard) <double-click-fuzz>: Doc fix.
23319 2001-12-14  Andrew Innes  <andrewi@gnu.org>
23321         * makefile.w32-in (EMACSLOADPATH): Define.
23322         ($(EMACS)): Run `list-load-path-shadows' after dumping Emacs.
23323         (bootstrap-temacs): Remove dependency on bootstrap-clean.
23325 2001-12-13  Eli Zaretskii  <eliz@is.elta.co.il>
23327         * xfns.c (x_report_frame_params): Make the scroll-bar-width frame
23328         parameter have a numeric value all the time.
23330         * w32fns.c (x_report_frame_params): Likewise.
23332 2001-12-12  Richard M. Stallman  <rms@gnu.org>
23334         * fileio.c (Fwrite_region): Doc fix.
23336         * xdisp.c (CLEAR_FACE_CACHE_COUNT): Redefine as 500.
23337         (redisplay_internal): Call clear_image_cache only for window terminals.
23339 2001-12-12  Gerd Moellmann  <gerd@gnu.org>
23341         * xdisp.c (move_it_vertically_backward): Change heuristic
23342         for the case that we didn't move far enough initially.
23344         * window.c (Frecenter): Simplify computation in the case of window
23345         system frames and ARG < 0; use window_box_height.
23347 2001-12-11  Richard M. Stallman  <rms@gnu.org>
23349         * Makefile.in, mem-limits.h, dispnew.c, emacs.c, fileio.c:
23350         * process.c, sysdep.c, unexec.c: Test GNU_LINUX, not LINUX.
23352 2001-12-11  Andrew Innes  <andrewi@gnu.org>
23354         * insdel.c (make_gap) [DOUG_LEA_MALLOC]: Call make_gap_smaller if
23355         arg is negative.
23357 2001-12-11  Richard M. Stallman  <rms@gnu.org>
23359         * m/hp800.h: Split the __hpux conditional into the parts
23360         that are right for GNU/Linux too and the parts that are not.
23361         Use the former if GNU_LINUX.
23362         (HAVE_ALLOCA, LOAD_AVE_TYPE, LOAD_AVE_CVT): New defs for GNU/Linux.
23364         * s/gnu-linux.h (GNU_LINUX): Defined.
23366 2001-12-11  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
23368         * macros.c, msdos.c, w16select.c: Change doc-string comments to
23369         `new style' [w/`doc:' keyword].
23371 2001-12-10  Jason Rumney  <jasonr@gnu.org>
23373         * w32menu.c (w32_free_submenu_strings): Clear menu item struct
23374         before using.
23376 2001-12-09  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
23378         * dosfns.c: Change doc-string comments to `new style' [w/`doc:'
23379         keyword].
23381 2001-12-09  Eli Zaretskii  <eliz@is.elta.co.il>
23383         * dosfns.c (dos-display-scancodes, dos-decimal): Doc fix.
23385         * s/hpux10.h (srand48): Don't undefine.
23387 2001-12-09  Jason Rumney  <jasonr@gnu.org>
23389         * w32menu.c (_widget_value): Make `help' field a Lisp_Object.
23390         Add comment to explain where the struct came from.
23391         (single_submenu, w32_menu_show): Set `help' field as Lisp_Object.
23392         (add_menu_item): Process pop-up menus first to avoid memory leak.
23393         (add_menu_item, w32_menu_display_help): Use `help' field as
23394         Lisp_Object.
23395         (w32_free_submenu_strings): Only free owner-drawn strings.
23397 2001-12-09  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
23399         * COPYING: Moved back.
23401         * charset.c (char_to_string_1, translate_char, Fdefine_charset):
23402         Add parentheses around && within ||.
23404         * indent.c (compute_motion): Likewise.
23406         * intervals.c (merge_properties_sticky): Likewise.
23408         * coding.c (setup_coding_system, shrink_encoding_region)
23409         (Fdecode_sjis_char): Likewise.
23411 2001-12-07  Andreas Schwab  <schwab@suse.de>
23413         * xdisp.c (display_mode_element): Don't read past end of string if
23414         it ends with '%'.
23416         * alloc.c (inhibit_garbage_collection): Don't exceed value an int
23417         can hold.
23419         * data.c (Vmost_positive_fixnum, Vmost_negative_fixnum):
23420         Rename from most_positive_fixnum and most_negative_fixnum, resp., and
23421         type changed to Lisp_Object.
23422         (syms_of_data): DEFVAR_LISP them.
23424 2001-12-07  Richard M. Stallman  <rms@gnu.org>
23426         * callproc.c (init_callproc): Set Vdata_directory based on the source
23427         location whenever Emacs was run uninstalled.
23429 2001-12-06  Paul Eggert  <eggert@twinsun.com>
23431         * config.in (HAVE_WORKING_VFORK): New #undefs.
23432         * process.c (create_process):
23433         Use HAVE_WORKING_VFORK, not HAVE_VFORK.
23434         * m/cnvrgnt.h (HAVE_VFORK): Remove #define.
23435         * m/ibm370aix.h (HAVE_VFORK): Remove #undef.
23436         * m/ibmps2-aix.h (HAVE_VFORK): Remove #define.
23437         * m/intel386.h (HAVE_VFORK): Likewise.
23438         * m/mips-siemens.h (HAVE_VFORK): Likewise.
23439         * m/mips.h (HAVE_VFORK): Likewise.
23440         * s/freebsd.h (vfork): Remove #define.
23441         * s/lynxos.h (HAVE_VFORK): Remove #undef.
23442         * s/usg5-4-2.h: Fix comment about vfork.
23444 2001-12-06  Richard M. Stallman  <rms@gnu.org>
23446         * s/hpux10.h (random): Add undef.
23447         (HAVE_RANDOM): Define it just once.
23449 2001-12-06  Stefan Monnier  <monnier@cs.yale.edu>
23451         * eval.c: Undo last change: the standard syntax is not wanted.
23453 2001-12-06  Eli Zaretskii  <eliz@is.elta.co.il>
23455         * xterm.c (x_free_frame_resources) [USE_X_TOOLKIT]: Remove all the
23456         scroll bars of the frame before deleting the frame itself.  If the
23457         frame has a widget, delete the frame with XtDestroyWidget, and do
23458         not call XDestroyWindow before that.
23460 2001-12-06  Kim F. Storm  <storm@cua.dk>
23462         * xfns.c (x_report_frame_params): Return actual fringe widths.
23464         * w32fns.c (x_report_frame_params): Return actual fringe widths.
23466 2001-12-05  Andrew Innes  <andrewi@gnu.org>
23468         * alloc.c (Fgarbage_collect): Shrink buffer gaps that are
23469         excessively large.
23471         * insdel.c (make_gap_larger): New function.
23472         (make_gap_smaller): New function.
23473         (make_gap) [USE_MMAP_FOR_BUFFERS || REL_ALLOC]:
23474         Call make_gap_smaller if arg is negative.
23476 2001-12-04  Stefan Monnier  <monnier@cs.yale.edu>
23478         * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal prototype.
23479         Pass a dummy argument when calling interrupt_signal.
23480         (parse_menu_item): Mark disabled items before checking for empty def.
23481         (read_char_minibuf_menu_prompt): Make safety more visible.
23482         (read_key_sequence): Add a `first_unbound' variable.
23483         Use it to detect C-c ESC ESC ESC ESC ... cases and drop the
23484         unbound prefix as soon as we can detect it.
23486         * doc.c (Fsnarf_documentation): Add prototype.
23487         (get_doc_string): Handle negative arguments.
23488         (Fdocumentation): Use AREF and ASIZE.
23489         Move the calls to get_doc_string to a single place.
23490         Don't confuse an interactive-spec for a docstring reference.
23491         (Fdocumentation_property): Take advantage of the fact that
23492         get_doc_string now ignores the sign of the docstring position.
23494         * eval.c: Use standard syntax for usage in docstrings.
23496 2001-12-03  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
23498         * xdisp.c (syms_of_xdisp): Make `tool-bar-button-relief' an option.
23500 2001-12-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
23502         * xterm.c (x_draw_image_relief): Use predefined macro instead of
23503         constant when the value of `tool_bar_button_relief' is negative.
23505 2001-12-02  Richard M. Stallman  <rms@gnu.org>
23507         * xmenu.c (menu_highlight_callback): Use `help' field as Lisp_Object.
23508         (single_submenu, xmenu_show): Set `help' field as Lisp_Object.
23510         * fileio.c (read_non_regular): Delete Fsignal call.
23512 2001-12-01  Stefan Monnier  <monnier@cs.yale.edu>
23514         * lisp.h (run_hook_list_with_args): Undo last change.
23516 2001-12-01  Gerd Moellmann  <gerd@gnu.org>
23518         * xterm.c (x_draw_fringe_bitmap): Always undo clipping.
23520 2001-12-01  Jason Rumney  <jasonr@gnu.org>
23522         * window.c (Qleft_fringe, Qright_fringe): Remove.  Now in frame.c.
23524         * w32term.h (WM_MOUSELEAVE, TME_LEAVE, TRACKMOUSEEVENT)
23525         [!WM_MOUSELEAVE]: Define.
23527         * w32menu.c (current_popup_menu, get_menu_item_info):
23528         (set_menu_item_info): New vars.
23529         (set_frame_menubar): Doc fix clarifying GC interaction with menus.
23530         (w32_menu_show): Set current_popup_menu.
23531         (add_menu_item): Allocate new strings for owner-drawn menu items
23532         and help strings.
23533         Use owner-draw for disabled menu items again.
23534         (w32_menu_display_help): Ignore owner-drawn items and popup menus.
23535         (w32_free_submenu_strings, w32_free_menu_strings): New functions.
23537         * w32fns.c (trackmouse_window, track_mouse_event_fn): New vars.
23538         (w32_wnd_proc) <WM_MOUSEMOVE>: Notice when mouse enters frame.
23539         <WM_EXITMENULOOP>: Free menu strings.
23540         <WM_MOUSELEAVE>: Stop tracking mouse.
23541         (x_create_tip_frame): Specify no minibuffer, modeline or fringes.
23543         * w32term.c (w32_read_socket) <WM_MOUSELEAVE>: Cancel help echo
23544         and mouse face.
23546 2001-12-01  Kim F. Storm  <storm@cua.dk>
23548         The following changes add left-fringe and right-fringe
23549         frame parameters to adjust fringe widths, or remove one or
23550         both fringes.
23552         * frame.h (struct frame): Remove trunc_area_pixel_width and
23553         trunc_area_cols fields.
23554         (Qleft_fringe, Qright_fringe): Declare.
23555         (FRAME_RIGHT_FRINGE_WIDTH): New macro.
23557         * frame.c (Qleft_fringe, Qright_fringe): New vars.
23558         (syms_of_frame): Initialize them.
23560         * window.c (coordinates_in_window): Handle separate left and right
23561         fringe widths.
23563         * xterm.h (struct x_output): Add left_fringe_width, right_fringe_width,
23564         and fringe_cols fields.
23565         (FRAME_FRINGE_BITMAP_WIDTH, FRAME_FRINGE_BITMAP_HEIGHT): Remove macros.
23566         (FRAME_X_FRINGE_COLS): Use fringe_cols field.
23567         (FRAME_X_FRINGE_WIDTH): Use fringes_extra field.
23568         (FRAME_X_LEFT_FRINGE_WIDTH): Use left_fringe_width field.
23569         (FRAME_X_RIGHT_FRINGE_WIDTH): Use right_fringe_width field.
23570         (x_compute_fringe_widths): Add prototype.
23572         * xterm.c (zv_height, zv_bits, zv_period): Changed zv bitmap to
23573         fill fringe evenly with small dashes.
23574         (x_draw_fringe_bitmap): Clear background if necessary.  Align and
23575         clip the new ZV bitmap to avoid jitter between rows.
23576         (x_draw_row_fringe_bitmaps): Rely on x_draw_fringe_bitmap to clear
23577         background.  Don't draw fringe bitmaps if fringe width is zero.
23578         (x_compute_fringe_widths): New function.
23579         (x_new_font, x_set_window_size_1): Use it.
23581         * xfns.c (x_frame_parms): Add `left-fringe' and `right-fringe' parms.
23582         (x_set_frame_parameters): Process `font' parameter before other
23583         parameters as fringe widths depend on it.
23584         (x_set_fringe_width): New function.
23585         (x_figure_window_size): Use x_compute_fringe_widths.
23586         (Fx_create_frame): Process `left-fringe' and `right-fringe' frame
23587         parameters.
23589         * widget.c (set_frame_size): Use x_compute_fringe_widths.
23590         (EmacsFrameSetCharSize): Ditto.
23592         * w32term.h: Merged changes from xterm.h.
23593         * w32term.c: Merged changes from xterm.c.
23594         * w32fns.c: Merged changes from xfns.c.
23596 2001-11-29  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
23598         * COPYING: Removed.
23600 2001-11-29  Dave Love  <fx@gnu.org>
23602         * coding.c (syms_of_coding) <Qchar_coding_system>: Give it an
23603         extra extra slot.
23604         (detect_coding_mask): Fix call of detect_coding_iso2022.
23606 2001-11-29  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
23608         * fileio.c (file-name-coding-system)
23609         (default-file-name-coding-system): Doc fix (links to referenced
23610         variables added).
23612 2001-11-28  Stefan Monnier  <monnier@cs.yale.edu>
23614         * lisp.h (GCPRO1, GCPRO2, GCPRO3, GCPRO4, GCPRO5):
23615         Add dummy uses of gcproN variables.
23617         * category.c (describe_category, describe_category_1)
23618         (Fdescribe_categories): Remove.  (Moved to lisp/help-fns.el.)
23619         (syms_of_category): Don't defsubr Sdescribe_categories.
23621 2001-11-28  Richard M. Stallman  <rms@gnu.org>
23623         * fileio.c (Ffind_file_name_handler): Avoid initializer for `result'.
23625         * Makefile.in (lispdir): New variable, referring to build dir.
23626         (TAGS-LISP): Find Makefile in $(lispdir), not $(lispsource).
23628 2001-11-28  Andrew Innes  <andrewi@gnu.org>
23630         * w32menu.c (w32_menu_display_help): Actually add the new argument
23631         OWNER.
23633 2001-11-28  Jason Rumney  <jasonr@gnu.org>
23635         * w32menu.c (add_menu_item): Do not use owner-draw for disabled
23636         menu items.  From David Ponce <dponce@wanadoo.fr>.
23637         (w32_dialog_show) [HAVE_DIALOGS]: Compile whole function
23638         conditionally.
23639         (w32_menu_display_help): New argument OWNER.  Rewritten to store a
23640         help event in the owner frame's keyboard buffer.
23642         * w32fns.c (w32_wnd_proc) <WM_MENUSELECT>: Display help directly.
23643         (Fx_show_tip): Don't subtract last width from row width.
23645         * w32term.c (w32_read_socket) <WM_MENUSELECT>: Remove.
23646         (w32_read_socket): Use EQ to compare frames.
23648 2001-11-28  Gerd Moellmann  <gerd@gnu.org>
23650         * xterm.c (x_draw_glyphs): Don't call notice_overwritten_cursor if
23651         OVERLAPS_P.
23653 2001-11-28  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
23655         * xdisp.c (message_dolog): Remove unused variables `gcpro2',
23656         `gcpro3' and `gcpro4'.
23658         * coding.c (decode_coding_string): Remove unused variable `gcpro1'.
23660 2001-11-28  Stefan Monnier  <monnier@cs.yale.edu>
23662         * ccl.c: Use AREF and ASIZE.
23664 2001-11-27  Stefan Monnier  <monnier@cs.yale.edu>
23666         * lisp.h (run_hook_list_with_args): Remove.
23667         (LIST_END_P): Fix call to wrong_type_argument.
23668         (make_fixnum_or_float): Use EMACS_INT rather than int.
23670 2001-11-26  Stefan Monnier  <monnier@cs.yale.edu>
23672         * syntax.c (syms_of_syntax): Remove defsubr of Sdescribe_syntax.
23673         (describe_syntax, describe_syntax_1, Fdescribe_syntax): Remove.
23675         * eval.c: Use AREF and ASIZE.
23676         (Ffetch_bytecode): Add the file name to the error message.
23678         * fileio.c (Ffind_file_name_handler): Give precedence to handlers
23679         which match the end of the file-name.
23680         (Fsubstitute_in_file_name): Don't signal an error if $ENVVAR
23681         is not a valid env var, but leave it as is instead.
23683         * keymap.c (access_keymap): Handle t bindings like nil bindings.
23684         Make nil bindings in char-tables transparent.
23685         (store_in_keymap): Turn a nil binding into a t binding for char-tables.
23687 2001-11-26  Richard M. Stallman  <rms@gnu.org>
23689         * textprop.c (set_text_properties_1): Allow START, END in either order.
23690         Do nothing if range is empty.
23692         * Makefile.in (mallocobj): Simplify logic using auxiliary vars.
23694         * Makefile.in (mostlyclean): Delete bootstrap-emacs here.
23695         (clean): Not here.
23697 2001-11-25  Stefan Monnier  <monnier@cs.yale.edu>
23699         * textprop.c (set_text_properties_1): Clearly mark that the
23700         interval should not be empty.
23702         * intervals.c (graft_intervals_into_buffer):
23703         Don't call set_text_properties_1 on an empty interval.
23705 2001-11-25  Richard M. Stallman  <rms@gnu.org>
23707         * unexelf.c (unexec): Index by n, not nn, when checking for ".sbss".
23709         * callproc.c (Fcall_process): When we make a bigger buffer for bufptr,
23710         don't lose the data in it.
23712 2001-11-25  Juanma Barranquero  <lektu@terra.es>
23714         * abbrev.c (Fexpand_abbrev): Use Frun_hooks instead of Vrun_hooks.
23716         * buffer.c (Fkill_buffer): Likewise.
23718         * print.c (temp_output_buffer_setup): Likewise.
23720 2001-11-25  Stefan Monnier  <monnier@cs.yale.edu>
23722         * xfaces.c (merge_face_heights): Coerce back to int explicitly.
23724 2001-11-25  Eli Zaretskii  <eliz@is.elta.co.il>
23726         * window.c (Fset_window_vscroll): Doc fix.  From Kalle Olavi
23727         Niemitalo <kon@iki.fi>.
23729 2001-11-25  Jason Rumney  <jasonr@gnu.org>
23731         * w32term.h (FRAME_X_FRINGE_COLS): No fringe on tip frames.
23733         * w32fns.c (x_create_tip_frame): Set frame's fringes_extra to 0.
23734         (Fx_show_tip): Block input during frame creation.
23735         (Fx_show_tip, Fx_hide_tip): Enable.
23737 2001-11-24  Richard M. Stallman  <rms@gnu.org>
23739         * lread.c (Fload): Detect recursive load error for more than 3
23740         nestings of the same file.
23741         (Vrecursive_load_depth_limit): Variable deleted.
23742         (syms_of_lread) <recursive-load-depth-limit>: Variable deleted.
23744 2001-11-24  Jason Rumney  <jasonr@gnu.org>
23746         * xfns.c (compute_tip_xy): Initialize root_x and root_y from
23747         mouse position if either left or top is not specified.
23749         * w32fns.c (w32_wnd_proc) <WM_MENUSELECT>: Revert last change.
23750         <WM_WINDOWPOSCHANGING>: Let tip frames resize without restriction.
23751         (my_create_tip_window, Fx_show_tip): Adjust size for external border.
23752         (my_create_tip_window): Assign tip_window.
23753         (x_create_tip_frame): Use same defaults as X.
23754         (compute_tip_xy): Remove unused variable.  Use full screen width.
23755         (Fx_show_tip): Do not double height.  Call ShowWindow directly.
23757         * w32term.c (x_after_update_window_line): Doc fix.
23758         (w32_read_socket): Doc fix.  Avoid SET_FRAME_GARBAGED for tip
23759         frames.
23760         <WM_SHOWWINDOW>: Redo mouse highlight when hiding tip frame.
23762         * xdisp.c (prepare_menu_bars) [HAVE_WINDOW_SYSTEM]: Use tip_frame
23763         for all Windowed systems.
23765 2001-11-23  Eli Zaretskii  <eliz@is.elta.co.il>
23767         * msdos.c (IT_clear_screen): If the frame's faces are not yet
23768         realized, use the initial screen colors to clear the screen.
23770 2001-11-23  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
23772         * textprop.c (Fset_text_properties): Remove unused variables
23773         `unchanged', `prev_changed', `s' and `len'.
23775         * search.c (Freplace_match): Remove unused variable `inslen'.
23777         * keymap.c (access_keymap): Remove unused variables `c1' and `c2'.
23779 2001-11-22  Jason Rumney  <jasonr@gnu.org>
23781         * w32fns.c (x_window_to_frame): Remove irrelevant TODO comment.
23782         (w32_wnd_proc) <WM_MENUSELECT>: Show help echo directly.
23783         (my_create_tip_window): New function.
23784         (x_create_tip_frame, compute_tip_xy): Adapt for Windows.
23785         (Fx_show_tip, Fx_hide_tip) [TEST_TOOLTIPS]: Adapt for Windows.
23787 2001-11-20  Jason Rumney  <jasonr@gnu.org>
23789         * coding.h (Vw32_system_coding_system) [WINDOWSNT]: Remove.
23790         (ENCODE_SYSTEM, DECODE_SYSTEM) [WINDOWSNT]: Use Vlocale_coding_system.
23792         * w32fns.c (Vw32_system_coding_system): Remove.
23793         (w32_to_x_font, x_to_w32_font): Use Vlocale_coding_system.
23795 2001-11-19  Stefan Monnier  <monnier@cs.yale.edu>
23797         * fileio.c (Fwrite_region): Move choose_write_coding_system to
23798         after build_annotations.
23800         * syntax.c (describe_syntax): Add dummy arg.
23801         (describe_syntax_1): Update call to describe_vector.
23803         * category.c (describe_category): Add dummy arg.
23804         (describe_category_1): Update call to describe_vector.
23806         * keymap.c (Fdescribe_vector): Add `describer' parameter.
23807         (describe_command, describe_translation): Add dummy second param.
23808         (describe_map): Call elt_describer with two arguments.
23809         (describe_vector_princ): Add `fun' parameter.
23810         Call it instead of the hardcoded `princ'.
23811         (describe_vector): Add arg `args'.
23812         Pass it as a new second argument to elt_describer.
23814         * keymap.h (describe_vector): Update prototype.
23816         * frame.c: Don't include keymap.h any more.
23817         (keys_of_frame): Remove.
23819         * lisp.h (keys_of_frame): Remove declaration.
23821         * emacs.c (main): Don't call `keys_of_frame' any more.
23823 2001-11-14  Andreas Schwab  <schwab@suse.de>
23825         * unexelf.c [!defined MAP_ANON]: Define MAP_ANON to MAP_ANONYMOUS
23826         if defined, 0 otherwise.
23827         (MAP_FAILED): Define if not defined and use it to test mmap failure.
23828         (unexec) [!MAP_ANON]: Use /dev/zero as file to map.
23830 2001-11-19  Richard M. Stallman  <rms@gnu.org>
23832         * indent.c (current_column_1): Fix handling of scan_bytes for mb chars.
23834 2001-11-18  Jason Rumney  <jasonr@gnu.org>
23836         * w32term.c (note_mouse_highlight): Fix type of variable `ignore'.
23837         (x_draw_bar_cursor): If the background color of the glyph under
23838         the cursor equals the frame's cursor color, use the glyph's
23839         foreground color for drawing the bar cursor.
23840         (x_after_update_window_line): Clear internal border in different
23841         circumstances.
23842         (w32_set_vertical_scroll_bar): Check for width and height > 0.
23843         (w32_draw_relief_rect): Correct relief by 1 pixel.
23844         (x_set_glyph_string_background_width):
23845         Set extends_to_end_of_line_p if the row's fill_line_p is set and
23846         drawing the last glyph with DRAW_IMAGE_{RAISED,SUNKEN}.
23847         (x_display_and_set_cursor): If cursor_in_echo_area, use NO_CURSOR
23848         if cursor_in_non_selected_windows is false.
23849         (show_mouse_face): Clean up.  Recognize overwritten cursor differently.
23850         (x_draw_glyphs): Remove parameters REAL_START and REAL_END.
23851         Notice if cursor gets overwritten.
23852         (notice_overwritten_cursor): Renamed from
23853         note_overwritten_text_cursor.  Rewritten to take glyph widths
23854         into account, and to take X positions as parameters.
23855         (x_draw_phys_cursor_glyph): Save state of w->phys_cursor_on_p
23856         around call to x_draw_glyphs.
23857         (x_setup_relief_colors): Use `IMAGE_BACKGROUND' and
23858         `IMAGE_BACKGROUND_TRANSPARENT' to calculate the correct background
23859         color to use for image glyph reliefs.
23860         (x_draw_image_relief): Accept zero tool_bar_button_relief.
23861         (glyph_rect): Remove unused variable `area'.
23863         * w32fns.c (x_set_frame_parameters): Avoid infinite recursion for
23864         some items.
23865         (x_set_internal_border_width): Set frame garbaged when window
23866         doesn't exist yet.
23867         (Fx_create_frame): Accept zero tool_bar_button_relief.
23868         (x_clear_image_1, four_corners_best, image_background)
23869         (image_background_transparent): New functions.
23870         (xpm_format, png_format, jpeg_format, tiff_format, gif_format)
23871         (gs_format): Add `:background' entry.
23872         (lookup_image): Set IMG's background color if specified.
23873         (pbm_load, xbm_load_image, png_load): Set IMG's background field
23874         when appropriate.
23875         (x_clear_image_1): Reset `background_valid' and
23876         `background_transparent_valid' fields.
23877         (x_build_heuristic_mask): Use IMAGE_BACKGROUND instead of
23878         calculating it here.  Set IMG's background_transparent field.
23879         (enum xpm_keyword_index): Add XPM_BACKGROUND.
23880         (enum png_keyword_index): Add PNG_BACKGROUND.
23881         (enum jpeg_keyword_index): Add JPEG_BACKGROUND.
23882         (enum tiff_keyword_index): Add TIFF_BACKGROUND.
23883         (enum gif_keyword_index): Add GIF_BACKGROUND.
23884         (enum gs_keyword_index): Add GS_BACKGROUND.
23885         (pbm_load, png_load, jpeg_load, tiff_load, gif_load):
23886         Pre-calculate image background color where necessary.
23887         (x_create_x_image_and_pixmap, xbm_load, gs_load):
23888         Use display info's n_cbits entry for screen depth.
23889         (Fx_show_tip): Remove unused variables `buffer', `top',
23890         `left', `max_width' and `max_height'.
23892         * w32menu.c (w32_menu_show, push_menu_pane): Doc fixes.
23894 2001-11-18  Gerd Moellmann  <gerd@gnu.org>
23896         * puresize.h (BASE_PURESIZE): Increase to 750000.
23898 2001-11-18  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
23900         * frame.c (Fframe_live_p): Doc fix.
23902 2001-11-18  Richard M. Stallman  <rms@gnu.org>
23904         * xdisp.c (message_dolog_marker1, message_dolog_marker2)
23905         (message_dolog_marker3): New static variables hold three markers.
23906         (syms_of_xdisp): Initialize and staticpro them.
23907         (message_dolog): Use message_dolog_marker1..3 instead of
23908         allocating markers each time.  Unchain them when done.
23910 2001-11-17  Richard M. Stallman  <rms@gnu.org>
23912         * doc.c (Fsnarf_documentation): Doc fix.
23914 2001-11-17  Andreas Schwab  <schwab@suse.de>
23916         * xterm.c (note_mouse_highlight): Fix type of variable `ignore'.
23918 2001-11-17  Richard M. Stallman  <rms@gnu.org>
23920         * fileio.c (Fwrite_region): Avoid initializer for Lisp_Object.
23922 2001-11-17  Jason Rumney  <jasonr@gnu.org>
23924         * xterm.c (notice_overwritten_cursor): Take care of end < 0 case.
23926 2001-11-17  Gerd Moellmann  <gerd@gnu.org>
23928         * xdisp.c (tool_bar_item_info): Avoid calling Fget_text_property
23929         with invalid position.
23931 2001-11-16  Richard M. Stallman  <rms@gnu.org>
23933         * syswait.h: Delete conditionals for HPUX7, ISC 4.1, and convex.
23935         * s/isc4-1.h (HAVE_SYS_WAIT_H): Add #undef.
23936         * s/hpux.h (HAVE_SYS_WAIT_H): Add #undef.
23937         * s/hpux8.h (HAVE_SYS_WAIT_H): Define it.
23939         * m/convex.h (HAVE_SYS_WAIT_H): Add #undef.
23941 2001-11-16  Stefan Monnier  <monnier@cs.yale.edu>
23943         * fileio.c (build_annotations): Split off the tail.
23944         (build_annotations_2): New fun.  Extracted from build_annotations.
23945         (Fwrite_region): Split the call to build_annotations into two
23946         calls to build_annotations and build_annotations_2.
23948 2001-11-16  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
23950         * sysdep.c (wait_for_kbd_input) [VMS]: Do not call
23951         clear_waiting_for_input with argument.
23953         * xterm.h (x_update_cursor): Remove duplicated prototype.
23955         * keyboard.h (clear_waiting_for_input): Remove duplicated prototype.
23957         * xterm.c (waiting_for_input): Remove unnecessary declaration.
23959         * data.c (Ftimes, Fquo, Frem, Fmod): Doc fix.
23961 2001-11-16  Stefan Monnier  <monnier@cs.yale.edu>
23963         * fileio.c (choose_write_coding_system): New fun, extracted
23964         from Fwrite_region.
23965         (Fwrite_region): Use it.
23967         * eval.c (max_specpdl_size, max_lisp_eval_depth): Use EMACS_INT.
23968         (funcall_lambda, run_hook_with_args): Make static and add prototype.
23969         (ml_apply, find_handler_clause): Add prototype.
23971 2001-11-16  Eli Zaretskii  <eliz@gnu.org>
23973         * config.in: Add #undef HAVE_COFF_H.
23975         * unexec.c (coff.h): Don't include unless HAVE_COFF_H is defined.
23976         Required for ISC 4.1.
23978 2001-11-16  Eli Zaretskii  <eliz@is.elta.co.il>
23980         * syswait.h (HAVE_SYS_WAIT_H): Undef for ISC 4.1.  Reported by
23981         Andrew Wiseman <a.wiseman@btclick.com>.
23983 2001-11-16  Kim F. Storm  <storm@cua.dk>
23985         The following changes are made to clean up the various internal
23986         references to the fringes to actually use the term `fringe' for
23987         them.  Previously, they were called `flags areas', `bitmap areas',
23988         `left/right side of windows', or implicitly as `flags' or
23989         `bitmaps':
23991         * dispextern.h (FRINGE_FACE_ID): Renamed from BITMAP_AREA_FACE_ID.
23992         Comments fixed.  Use renamed symbols.
23994         * dispnew.c: Comment fix.  Use renamed symbols.
23996         * frame.h (FRAME_FRINGE_COLS): Renamed from FRAME_FLAGS_AREA_COLS.
23997         (FRAME_FRINGE_WIDTH): Renamed from FRAME_FLAGS_AREA_WIDTH.
23998         (FRAME_LEFT_FRINGE_WIDTH): Renamed from FRAME_LEFT_FLAGS_AREA_WIDTH.
24000         * msdos.c: Comment fix.
24002         * w32fns.c: Use renamed symbols.
24004         * w32term.c: Comment fixes.  Use renamed symbols.
24005         (fringe_bitmap_type): Renamed from bitmap_type.
24006         (NO_FRINGE_BITMAP): Renamed from NO_BITMAP.
24007         (w32_draw_fringe_bitmap): Renamed from w32_draw_bitmap.
24008         (x_draw_row_fringe_bitmaps): Renamed from x_draw_row_bitmaps.
24010         * w32term.h: Comment fixes.  Use renamed symbols.
24011         (fringes_extra): Renamed from flags_areas_extra.
24012         (FRAME_FRINGE_BITMAP_WIDTH): Renamed from FRAME_FLAGS_BITMAP_WIDTH.
24013         (FRAME_FRINGE_BITMAP_HEIGHT): Renamed from FRAME_FLAGS_BITMAP_HEIGHT.
24014         (FRAME_X_FRINGE_COLS): Renamed from FRAME_X_FLAGS_AREA_COLS.
24015         (FRAME_X_FRINGE_WIDTH): Renamed from FRAME_X_FLAGS_AREA_WIDTH.
24016         (FRAME_X_LEFT_FRINGE_WIDTH):
24017         Renamed from FRAME_X_LEFT_FLAGS_AREA_WIDTH.
24018         (FRAME_X_RIGHT_FRINGE_WIDTH):
24019         Renamed from FRAME_X_RIGHT_FLAGS_AREA_WIDTH.
24021         * widget.c: Use renamed symbols.
24023         * window.c: Comment fixes.  Use renamed symbols.
24024         (coordinates-in-window-p): Doc fix.
24026         * xdisp.c: Comment fixes.  Use renamed symbols.
24028         * xfaces.c (realize_basic_faces): Use FRINGE_FACE_ID.
24030         * xfns.c: Use renamed symbols.
24032         * xterm.c: Comment fixes.  Use renamed symbols.
24033         (fringe_bitmap_type): Renamed from bitmap_type.
24034         (NO_FRINGE_BITMAP): Renamed from NO_BITMAP.
24035         (x_draw_fringe_bitmap): Renamed from x_draw_bitmap.
24036         (x_draw_row_fringe_bitmaps): Renamed from x_draw_row_bitmaps.
24038         * xterm.h: Comment fixes.  Use renamed symbols.
24039         (fringes_extra): Renamed from flags_areas_extra.
24040         (FRAME_FRINGE_BITMAP_WIDTH): Renamed from FRAME_FLAGS_BITMAP_WIDTH.
24041         (FRAME_FRINGE_BITMAP_HEIGHT): Renamed from FRAME_FLAGS_BITMAP_HEIGHT.
24042         (FRAME_X_FRINGE_COLS): Renamed from FRAME_X_FLAGS_AREA_COLS.
24043         (FRAME_X_FRINGE_WIDTH): Renamed from FRAME_X_FLAGS_AREA_WIDTH.
24044         (FRAME_X_LEFT_FRINGE_WIDTH):
24045         Renamed from FRAME_X_LEFT_FLAGS_AREA_WIDTH.
24046         (FRAME_X_RIGHT_FRINGE_WIDTH):
24047         Renamed from FRAME_X_RIGHT_FLAGS_AREA_WIDTH.
24049 2001-11-15  Jason Rumney  <jasonr@gnu.org>
24051         * w32menu.c (add-menu-item): Make help_echo and radio buttons
24052         work for most menu items.  From David Ponce
24053         <david.ponce@wanadoo.fr>.
24055 2001-11-15  Gerd Moellmann  <gerd@gnu.org>
24057         * xfns.c (x_set_frame_parameters): Revert change of 2001-11-07.
24058         Some x_set_* function expect to be called even if old and new
24059         value are equal.
24061         * xdisp.c (build_desired_tool_bar_string): Accept zero
24062         tool_bar_button_relief.
24064         * xfns.c (Fx_create_frame): Accept zero tool_bar_button_relief.
24066         * xterm.c (x_draw_image_relief): Accept zero tool_bar_button_relief.
24068         * xterm.c (x_draw_bar_cursor): If the background color of the
24069         glyph under the cursor equals the frame's cursor color, use
24070         the glyph's foreground color for drawing the bar cursor.
24072         * dispnew.c (direct_output_forward_char): Fix character/byte
24073         position comparison.
24075 2001-11-15  Miles Bader  <miles@gnu.org>
24077         * editfns.c (find_field): Add BEG_LIMIT and END_LIMIT parameters.
24078         (Fdelete_field, Ffield_string, Ffield_string_no_properties):
24079         Update arguments to find_field.
24080         (Ffield_beginning, Ffield_end): Add LIMIT param, pass to find_field.
24081         (Fconstrain_to_field): Use LIMIT arg to shorten search time.
24082         * lisp.h (Ffield_beginning, Ffield_end): Update EXFUN decl.
24083         * minibuf.c (Fminibuffer_prompt_end): Update args to Ffield_end.
24085 2001-11-14  Richard M. Stallman  <rms@gnu.org>
24087         * editfns.c (Fpropertize): Allow call with 1 arg.
24089         * dispextern.h (image_background, image_background_transparent):
24090         Conditionalize on HAVE_X_WINDOWS.
24092 2001-11-13  Richard M. Stallman  <rms@gnu.org>
24094         * print.c (Fprin1_to_string): Doc fix.
24096         * sunfns.c (Fsun_change_cursor_icon): Doc fix.
24098         * floatfns.c (Fceiling, Ffloor): Doc fixes.
24100         * filelock.c (Funlock_buffer, Ffile_locked_p): Doc fixes.
24102         * fileio.c (Ffile_accessible_directory_p): Doc fix.
24104         * eval.c (syms_of_eval): Doc fix.
24106         * coding.c (syms_of_coding): Doc fix.
24108         * doc.c (Fsnarf_documentation): Doc fix.
24110         * dispnew.c (syms_of_display): Doc fix.
24112         * category.c (Fget_unused_category): Doc fix.
24114         * buffer.c (syms_of_buffer): Doc fixes.
24116 2001-11-14  Eli Zaretskii  <eliz@is.elta.co.il>
24118         * print.c (prin1, print): Doc fix.
24120 2001-11-14  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
24122         * fontset.h: Remove declarations of variables
24123         `Vhighlight_wrong_size_font' and `Vclip_large_size_font'.
24125         * fontset.c: Remove variables `Vhighlight_wrong_size_font' and
24126         `Vclip_large_size_font'.
24128 2001-11-13  Jason Rumney  <jasonr@gnu.org>
24130         * w32fns.c: Doc fix.
24132 2001-11-13  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
24134         * xfaces.c (Fface_attributes_as_vector): Doc fix.
24136         * fns.c: Doc fix.
24138         * emacs.c: Doc fix.
24140         * coding.c: Doc fix.
24142         * cmds.c, composite.c, dired.c, doc.c, filelock.c, floatfns.c,
24143         * fontset.c, insdel.c, keymap.c: Change doc-string comments to
24144         `new style' [w/`doc:' keyword].
24146 2001-11-12  Richard M. Stallman  <rms@gnu.org>
24148         * xterm.c (XTread_socket): Don't update focus for EnterNotify or
24149         LeaveNotify events.  Only FocusIn and FocusOut do that now.
24150         (x_display_and_set_cursor): Do display hollow cursors in active
24151         minibuffer windows when they are not selected.
24153 2001-11-12  Jason Rumney  <jasonr@gnu.org>
24155         * w32console.c, w32fns.c, w32menu.c, w32proc.c, w32select.c,
24156         * w32term.c: Change doc-string comments to `new style'
24157         [w/`doc:' keyword].  Doc fixes.
24159         * w32fns.c: Don't define max.
24160         (Fx_open_connection): Only execute once.
24162 2001-11-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
24164         * ccl.c: Change macros to use do-while block instead of if-else.
24165         Use braces to follow GNU Coding Standards.
24167 2001-11-11  Richard M. Stallman  <rms@gnu.org>
24169         * sysdep.c (child_setup_tty): Don't clear ICRNL or INLCR.
24171         * lread.c (read_escape): Use end_of_file_error for reporting eof.
24173         * insdel.c (replace_range): Use adjust_markers_for_replace
24174         instead of adjust_markers_for_delete and adjust_markers_for_insert.
24176         * intervals.h (set_text_properties, set_text_properties_1): Declare.
24178         * textprop.c (set_text_properties_1): New subroutine
24179         broken out of set_text_properties.
24180         (set_text_properties): Use set_text_properties_1.
24182         * intervals.c (graft_intervals_into_buffer):
24183         Use set_text_properties_1 to clear out properties.
24185         * search.c (Freplace_match): Use replace_range to insert
24186         and delete.  Don't request property inheritance from
24187         surrounding text.
24189 2001-11-10  Jason Rumney  <jasonr@gnu.org>
24191         * w32fns.c (enum_font_cb2): Use leading @ on face name to detect
24192         vertical fonts.  Allow them if face name is explicitly specified.
24193         Do not give up if we find a font that cannot be converted to an xlfd.
24195 2001-11-10  Gerd Moellmann  <gerd@gnu.org>
24197         * unexelf.c (unexec): Use mmap/munmap to allocate buffers
24198         instead of malloc/free.
24200 2001-11-09  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
24202         * xfaces.c (merge_face_vectors): Use braces to follow GNU
24203         Coding Standards.
24204         (Finternal_set_lisp_face_attribute): Likewise.
24206         * buffer.c (Fbury_buffer): Likewise.
24208         * indent.c (current_column_1): Remove unused variable `prev_col'.
24210         * coding.c (encode_coding): Use precomputed value of `src'.
24211         (encode_coding): Remove unused variable `src_end'.
24212         (code_convert_region): Remove unused variables `count'.
24214 2001-11-07  Jason Rumney  <jasonr@gnu.org>
24216         * w32term.c (x_display_and_set_cursor): Do not move system caret
24217         if cursor_glyph is NULL.
24219 2001-11-07  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
24221         * keymap.c (access_keymap): Fix compilation error.
24223 2001-11-07  Miles Bader  <miles@gnu.org>
24225         * xfns.c (x_set_frame_parameters): Avoid infinite recursion.
24227 2001-11-07  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
24229         * intervals.c (graft_intervals_into_buffer):
24230         Remove #ifdef'd-out code.
24231         (graft_intervals_into_buffer): Remove unused variable `middle'.
24233         * lread.c (Feval_region): Remove obsolete #ifdef'd-out
24234         code (eval-current-buffer).
24235         Change doc-string comments to `new style' [w/`doc:' keyword].
24237 2001-11-06  Richard M. Stallman  <rms@gnu.org>
24239         * keymap.c (access_keymap): Don't use initializers on Lisp_Object.
24241 2001-11-06  Stefan Monnier  <monnier@cs.yale.edu>
24243         * lread.c (read1): Fix behavior with nested backquoting.
24245         * keyboard.c (make_lispy_event): Check integerness and fix
24246         Lisp_Object/int mixup.
24248 2001-11-06  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
24250         * fns.c (copy_hash_table): Remove unused variable `v'.
24252         * fontset.c (fontset_font_pattern): Remove unused variable
24253         `family_registry'.
24255         * indent.c (current_column_1): Remove unused variable `prev_col'.
24257 2001-11-05  Richard M. Stallman  <rms@gnu.org>
24259         * m/news-risc.h (BROKEN_PROTOTYPES): Defined.
24261         * buffer.c (Fkill_buffer): Don't delete auto save file
24262         if buffer is modified.
24264 2001-11-05  Andrew Innes  <andrewi@gnu.org>
24266         * w32proc.c (Fw32_set_keyboard_layout): Use CHECK_NUMBER_CAR and
24267         CHECK_NUMBER_CDR.
24269 2001-11-05  Richard M. Stallman  <rms@gnu.org>
24271         * unexelf.c (unexec): Minor changes; clean up comments.
24273 2001-11-05  Sam Steingold  <sds@gnu.org>
24275         * w32term.c (x_display_and_set_cursor): Fix w32 compilation error.
24277 2001-11-05  Andreas Schwab  <schwab@suse.de>
24279         * sound.c (sound_perror): Save errno from being clobbered.
24281 2001-11-05  Dale Hagglund  <rdh@yottayotta.com>
24283         * unexelf.c (unexec): Don't use `mmap'.  Instead, read and write
24284         the program image directly.
24286 2001-11-05  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
24288         * buffer.h (Fbuffer_local_value): Add prototype.
24290 2001-11-04  Richard M. Stallman  <rms@gnu.org>
24292         * buffer.c (Fbuffer_local_value): Remove extra args from CHECK_SYMBOL
24293         and CHECK_BUFFER.
24295         * keyboard.c (read_char): Use Fcar and Fcdr, not Fnth.
24296         (record_char): Likewise.
24298         * keyboard.c (make_lispy_event): Don't insist a drag event must
24299         move to a different buffer position.  Instead, check for moving at
24300         least double_click_fuzz.
24302         * fns.c (Fmake_hash_table): Use XCAR and XCDR, not Fnth and Flength.
24304         * keyboard.c (echo-area-clear-hook): Undo Oct 29 change.
24306         * indent.c (current_column_1, Fmove_to_column): Separate the code
24307         for display-table glyphs from the code for buffer text, to fix
24308         bugs in the former.
24310 2001-11-04  Michael Welsh Duggan  <md5i@cs.cmu.edu>
24312         * buffer.c (Fbuffer_local_value): New function.
24313         (syms_of_buffer): Defsubr it.
24315         * xterm.c, w32term.c (x_display_and_set_cursor): Use buffer-local
24316         value of `cursor-in-non-selected-windows'.
24318         * lisp.h (Qcursor_in_non_selected_windows): New declaration.
24319         * xdisp.c (Qcursor_in_non_selected_windows): New variable.
24320         (syms_of_xdisp): Initialize it.
24322 2001-11-04  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
24324         * xfns.c (Fx_create_frame): Doc fix.
24326         * coding.c: Change doc-string comments to `new style' [w/`doc:'
24327         keyword].
24329         * eval.c (top_level_value, top_level_set): Remove commented and
24330         #ifdef'd-out code.
24331         (Fdefvar): Fix usage in doc-string.
24333 2001-11-03  Richard M. Stallman  <rms@gnu.org>
24335         * xfns.c: Include unistd.h, if it exists.
24337         * editfns.c: Move the include of ctype.h after unistd.h.
24339         * gmalloc.c: Test BROKEN_PROTOTYPES.
24341 2001-11-03  Ken Raeburn  <raeburn@gnu.org>
24343         * lisp.h (CHECK_STRING_CAR): New macro.
24344         * lread.c (Fload): Use XSETCARFASTINT, XSETCDRFASTINT instead of
24345         treating XCAR and XCDR as lvalues.
24346         (openp): Use CHECK_STRING_CAR.
24347         (read_list): Use XSETCDR instead of treating XCDR as lvalue.
24349 2001-11-03  Eli Zaretskii  <eliz@is.elta.co.il>
24351         * s/sco5.h (sigprocmask_set): Declare as extern SIGMASKTYPE.
24352         (SIGMASKTYPE): Define.
24354         * syssignal.h (sigunblock): Don't define if already defined.
24356 2001-11-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
24358         * eval.c (debugger_may_continue, Vdebug_ignored_errors)
24359         (call_debugger, Fcondition_case, skip_debugger, unbind_to):
24360         Fix typos in comments.
24362         * mocklisp.c (Fml_defun, Fml_while, Fml_substr): Remove commented
24363         and #ifdef'd-out code.
24364         Fix and reindent comments.
24366         * mocklisp.h: Remove comment which is a copy of comment in mocklisp.c.
24368         * category.h (CHECK_CATEGORY, CHECK_CATEGORY_SET): Remove unused
24369         argument `i' in macros.
24371         * frame.h (CHECK_FRAME, CHECK_LIVE_FRAME): Remove unused argument
24372         `i' in macros.
24374         * lisp.h (CHECK_STRING_OR_BUFFER, CHECK_HASH_TABLE, CHECK_LIST)
24375         (CHECK_STRING, CHECK_CONS, CHECK_SYMBOL, CHECK_CHAR_TABLE)
24376         (CHECK_VECTOR, CHECK_VECTOR_OR_CHAR_TABLE, CHECK_BUFFER)
24377         (CHECK_WINDOW, CHECK_LIVE_WINDOW, CHECK_PROCESS, CHECK_NUMBER)
24378         (CHECK_NATNUM, CHECK_MARKER, CHECK_NUMBER_COERCE_MARKER)
24379         (CHECK_FLOAT, CHECK_NUMBER_OR_FLOAT)
24380         (CHECK_NUMBER_OR_FLOAT_COERCE_MARKER, CHECK_OVERLAY)
24381         (CHECK_NUMBER_CAR, CHECK_NUMBER_CDR): Remove unused argument `i'
24382         in macros.
24384         * abbrev.c, alloc.c, buffer.c, bytecode.c, callint.c, callproc.c,
24385         * casefiddle.c, category.c, ccl.c, charset.c, cmds.c, coding.c,
24386         * composite.c, data.c, dired.c, dispnew.c, doc.c, dosfns.c, emacs.c,
24387         * eval.c, fileio.c, filelock.c, fns.c, fontset.c, frame.c, frame.h,
24388         * indent.c, keyboard.c, keymap.c, lread.c, macros.c, marker.c,
24389         * minibuf.c, mocklisp.c, msdos.c, print.c, process.c, search.c,
24390         * sunfns.c, syntax.c, textprop.c, undo.c, w16select.c, w32console.c,
24391         * w32fns.c, w32menu.c, w32proc.c, w32select.c, window.c, xdisp.c,
24392         * xfaces.c, xmenu.c, xselect.c: Update usage of CHECK_ macros
24393         (remove unused second argument).
24395 2001-11-02  Stefan Monnier  <monnier@cs.yale.edu>
24397         * syntax.c (describe_syntax): New wrapper.
24398         (Finternal_describe_syntax_value): Rename from describe_syntax.
24399         Don't insert space at front and \n at the end.
24400         (syms_of_syntax): Defsubr Sinternal_describe_syntax_value.
24402         * regex.c (re_wctype): Try to fix some warnings.
24403         (regcomp, regexec): Don't forget the __restrict.
24405 2001-11-02  Richard M. Stallman  <rms@gnu.org>
24407         * textprop.c (Fget_char_property): Doc fix.
24409 2001-11-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
24411         * process.c (Fstart_process): Add usage to doc-string.
24413         * data.c (Fsetq_default): Ditto.
24415         * callint.c (Finteractive): Ditto.
24417 2001-11-01  Stefan Monnier  <monnier@cs.yale.edu>
24419         * macros.c: Don't include keymap.h any more.
24421 2001-11-01  Richard M. Stallman  <rms@gnu.org>
24423         * data.c (Fmake_local_variable): Doc fix.
24425         * eval.c (Frun_hooks, Frun_hook_with_args_until_failure): Doc fix.
24426         (Frun_hook_with_args_until_success, Frun_hook_with_args): Doc fix.
24428         * keymap.c (Fdescribe_buffer_bindings): Print character property
24429         bindings along with or instead of the buffer local map.
24430         Make the overriding maps override what they should.
24432 2001-11-01  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
24434         * window.c (grow_mini_window): Fix typo in comment.
24436 2001-11-01  Gerd Moellmann  <gerd@gnu.org>
24438         * xterm.c (x_scroll_bar_create): Check for width and height > 0.
24439         (XTset_vertical_scroll_bar): Likewise.
24441         * xfns.c (x_build_heuristic_mask): Use four_corners_best
24442         instead of IMAGE_BACKGROUND.
24444         * xfns.c (four_corners_best): Reindent.
24446         * xfaces.c (Finternal_set_lisp_face_attribute_from_resource):
24447         Handle :box so that it is possible to specify sexprs.
24449 2001-10-31  Eli Zaretskii  <eliz@is.elta.co.il>
24451         * s/hpux11.h: New file.
24453 2001-10-31  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
24455         * emacs.c (USAGE1): Show command line option --no-window-system
24456         instead of --no-windows in usage.
24457         (standard_args): Rename --no-windows to --no-window-system.
24458         (bug_reporting_address): Follow Emacs coding conventions.
24460         * eval.c (Fcommandp): Doc fix.
24461         Change doc-string comments to `new style' [w/`doc:' keyword].
24463         * frame.c (Fframe_live_p): Doc fix.
24465         * buffer.c (selective-display-ellipses): Doc fix.
24467 2001-10-31  Gerd Moellmann  <gerd@gnu.org>
24469         * lread.c (to_multibyte): Fix computation of new read_buffer_size.
24471         * xfaces.c (realize_x_face): If C is not a single-byte character,
24472         set the face's colors_copied_bitwise_p instead of the defaulted_p
24473         members which have a different meaning.
24474         (free_face_colors): Do nothing for a face whose colors have been
24475         copied bitwise.
24477         * dispextern.h (struct face) <colors_copied_bitwise_p>: New member.
24479 2001-10-31  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
24481         * marker.c, mocklisp.c: Change doc-string comments to `new style'
24482         [w/`doc:' keyword].
24484 2001-10-31  Gerd Moellmann  <gerd@gnu.org>
24486         * fns.c (require_unwind): Return Lisp_Object.
24488 2001-10-31  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
24490         * keyboard.c (lucid-menu-bar-dirty-flag): Doc fix.
24491         (last-input-char): Revert doc-string to be the same as the
24492         doc-string of `last-input-event'.
24494         * xdisp.c: Fix typos in comments.
24496 2001-10-31  Gerd Moellmann  <gerd@gnu.org>
24498         * window.c (grow_mini_window): Handle case that the root
24499         window is already smaller than the nominal mininum height.
24501 2001-10-30  Stefan Monnier  <monnier@cs.yale.edu>
24503         * emacs.c (main): Don't call keys_of_macros any more.
24505         * lisp.h (keys_of_macros): Remove.
24507         * macros.c (keys_of_macros): Remove.
24509         * xfaces.c (Fface_attribute_relative_p): Declare args.
24511 2001-10-30  Jason Rumney  <jasonr@gnu.org>
24513         * w32fns.c (w32_to_x_charset): Increase size of XLFD charset buffer.
24514         (enum_font_cb2): Ignore fonts with vertical orientation.
24516 2001-10-30  Richard M. Stallman  <rms@gnu.org>
24518         * keyboard.c (Finput_pending_p): Doc fix.
24520 2001-10-30  Gerd Moellmann  <gerd@gnu.org>
24522         * xterm.c (x_after_update_window_line): Don't run the code
24523         clearing in borders for rows whose visible height is 0.
24525         * xdisp.c (clear_garbaged_frames): Redraw the frame only if its
24526         resized_p flag is set.  If not set, use the much less flickering
24527         method previously used.
24529         * dispnew.c (change_frame_size_1): Set frame's resized_p.
24531         * frame.h (struct frame) <resized_p>: New member.
24533         * lread.c (to_multibyte): Ensure read_buffer is at least twice
24534         as large as the number of bytes to convert.
24536         * lread.c (to_multibyte): New function.
24537         (read1): Use it.
24539 2001-10-30  Eli Zaretskii  <eliz@is.elta.co.il>
24541         * msdos.h (FRAME_LINE_HEIGHT): Define (it's used by xmenu.c).
24543 2001-10-30  Gerd Moellmann  <gerd@gnu.org>
24545         * xterm.c (x_draw_relief_rect): Correct bottom relief by 1 pixel.
24546         (x_set_glyph_string_background_width): Set extends_to_end_of_line_p
24547         if the row's fill_line_p is set and drawing the last glyph with
24548         DRAW_IMAGE_{RAISED,SUNKEN}.
24550         * xdisp.c (clear_garbaged_frames): Call Fredraw_frame.
24552 2001-10-29  Stefan Monnier  <monnier@cs.yale.edu>
24554         * xmenu.c: Include coding.h and charset.h.
24555         (Fx_popup_menu): Use FRAME_PTR and FRAME_FONT and FRAME_LINE_HEIGHT.
24556         (Fx_popup_dialog): Use FRAME_PTR and enum scroll_bar_part.
24557         (single_submenu, xmenu_show): Use ENCODE_SYSTEM.
24558         Explicitly set wv->help.  Use `TRUE' rather than `True'.
24559         (menu_help_callback): Use empty_string.
24561         * w32menu.c (Fx_popup_menu): Explicitly init f, xpos, and ypos.
24562         (Fx_popup_dialog): Explicitly init f.
24563         (w32_menu_display_help): Use empty_string.
24565 2001-10-29  Richard M. Stallman  <rms@gnu.org>
24567         * fns.c (Frequire): Detect recursive try to require the same
24568         feature 3 or more levels deep, and get error.
24569         (require_unwind): New subroutine.
24570         (require_nesting_list): New variable.
24571         (syms_of_fns): Init and staticpro it.
24573         * print.c (print_object): Clarify indication of insertion type.
24575 2001-10-29  Eli Zaretskii  <eliz@is.elta.co.il>
24577         * coding.c (syms_of_coding): Document that locale-coding-system is
24578         used for decoding input on X.
24580         * window.c (Fscroll_left, Fscroll_right): Doc fix.
24582 2001-10-29  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
24584         * keyboard.c (Finput_pending_p): Fix typo in doc-string.
24585         (echo-area-clear-hook): Properly DEFVAR_LISP and staticpro it.
24587 2001-10-29  Gerd Moellmann  <gerd@gnu.org>
24589         * xterm.c (x_display_and_set_cursor): If cursor_in_echo_area,
24590         use NO_CURSOR if cursor_in_non_selected_windows is false.
24592         * xfaces.c (Fface_font): Use UNSPECIFIEDP instead of NILP for
24593         the slant attribute if FRAME is t.
24595         * xfns.c (x_set_internal_border_width): Set frame garbaged
24596         when X window doesn't exist yet.
24598         * xterm.c (x_after_update_window_line): Clear internal border
24599         in different circumstances.
24601         * xterm.c (XTread_socket) <KeyPress>: Don't use
24602         STRING_CHAR_AND_LENGTH if nchars == nbytes.  From Kenichi Handa
24603         <handa@etl.go.jp>.
24605 2001-10-28  Eli Zaretskii  <eliz@is.elta.co.il>
24607         * m/ibms390.h: New file.  From Adam Thornton
24608         <athornton@sinenomine.net>.
24610 2001-10-28  Gerd Moellmann  <gerd@gnu.org>
24612         * xfns.c (x_build_heuristic_mask): Use x_alloc_image_color.
24614         * xfns.c (x_build_heuristic_mask): Fix a bug not incrementing
24615         a loop counter.
24617 2001-10-28  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
24619         * emacs.c: Use argv[0] instead of "emacs" when -t was specified.
24621         * keyboard.c: Change doc-string comments to `new style' [w/`doc:'
24622         keyword].
24623         Fix typos in comments.
24625         * emacs.c (bug_reporting_address): New function.
24626         Use it when displaying usage message.
24628         * minibuf.c (read_minibuf): Remove unused external declaration of
24629         variable `Qread_only'.
24631         * keymap.c (access_keymap): Remove unused variable `charset'.
24633 2001-10-28  Miles Bader  <miles@gnu.org>
24635         * xfaces.c (merge_face_heights): Handle TO being relative as well.
24636         Remove #ifdef'd-out code.
24637         (Fface_attribute_relative_p, Fmerge_face_attribute): New functions.
24638         (syms_of_xfaces): Initialize them.
24640 2001-10-27  Jason Rumney  <jasonr@gnu.org>
24642         * w32fns.c (w32_wnd_proc) <WM_KILLFOCUS>: Destroy the system caret.
24643         <WM_EMACS_DESTROY_CARET, WM_EMACS_TRACK_CARET>: Track cursor
24644         position using the system caret.
24646         * w32term.c (w32_system_caret_hwnd, w32_system_caret_width)
24647         (w32_system_caret_height, w32_system_caret_x)
24648         (w32_system_caret_y): New variables for tracking system caret.
24649         (w32_initialize): Initialize them.
24650         (x_display_and_set_cursor): Make system caret follow the active cursor.
24652         * w32term.h (WM_EMACS_TRACK_CARET, WM_EMACS_DESTROY_CARET):
24653         New messages types.
24655         * w32term.c (note_mouse_highlight): Clear old help_echo.
24657 2001-10-27  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
24659         * xterm.c: Fix typo in a comment.
24661         * emacs.c: Fix typos in comments.
24662         Remove unnecessary spaces.
24663         Change doc-string comments to `new style' [w/`doc:' keyword].
24664         (USAGE2): Fix typos in usage string.
24666         * xterm.c: Fix typo in a comment.
24668         * lisp.h (gdb_lisp_params): Remove code in #if 0 which is now in
24669         emacs.c.
24671 2001-10-27  Gerd Moellmann  <gerd@gnu.org>
24673         * xdisp.c (move_it_vertically_backward): Use 2/3 line_height
24674         instead of 1/2 line_height in the heuristic for skipping
24675         farther backward when target_y was not reached.
24677         * sound.c (sound_perror): Unblock SIGIO, turn on atimers.
24678         Display errno only if non-zero.
24679         (sound_warning): New function.
24680         (vox_configure): Don't treat failing to set sample rate as error.
24681         (various places): Improve error messages.
24683 2001-10-26  Eli Zaretskii  <eliz@is.elta.co.il>
24685         * fileio.c (Faccess_file): Run the argument filename through
24686         Fexpand_file_name, before using it.
24688         * dispnew.c (syms_of_display) <visible-bell>: Add a reference to
24689         ring-bell-function.  Suggested by Alf-Ivar Holm <alfh@ifi.uio.no>
24691 2001-10-26  Gerd Moellmann  <gerd@gnu.org>
24693         * insdel.c (insert_1_both): Do nothing if NCHARS == 0.
24695         * xterm.c (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
24696         Fix clearing in the case of scroll bars on the right.
24698 2001-10-26  Juanma Barranquero  <lektu@terra.es>
24700         * w32gui.h (XImage): Add a dummy typedef.
24702 2001-10-26  Gerd Moellmann  <gerd@gnu.org>
24704         * xfns.c (XScreenNumberOfScreen): Fix struct to pointer comparison.
24706 2001-10-25  Eli Zaretskii  <eliz@is.elta.co.il>
24708         * frame.c (Fframe_parameter): Fix last change.
24710         * fileio.c: Revert last change (which removed old commented-out
24711         version of expand-file-name).  Add a comment that explains why
24712         this old version should not be removed.
24714 2001-10-25  Gerd Moellmann  <gerd@gnu.org>
24716         * frame.c (Fframe_parameter): Fix a bug whereby some
24717         ``artificial'' frame parameters, like `minibuffer' were not
24718         obtained by calling Fframe_parameters.
24720         * xterm.c (show_mouse_face): Clean up.  Recognize overwritten
24721         cursor differently.
24723         * xdisp.c (move_it_vertically_backward): Compute line height
24724         differently.  Add heuristic to try to be more compatible to 20.x.
24726 2001-10-25  Stefan Monnier  <monnier@cs.yale.edu>
24728         * lisp.h (make_fixnum_or_float): Coerce double to int explicitly.
24730         * editfns.c (text_property_stickiness): Fix Lisp_Object used as
24731         boolean.
24733 2001-10-25  Miles Bader  <miles@gnu.org>
24735         * xfns.c (png_load): Make sure SPECIFIED_BG is a string.
24736         BG is a pointer to a structure, not a structure.
24737         (gif_format, png_format): Add missing commas.
24739 2001-10-24  Richard M. Stallman  <rms@gnu.org>
24741         * xfaces.c (Fface_attributes_as_vector): New function.
24742         (syms_of_xfaces): Defsubr it.
24744 2001-10-24  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
24746         * dispnew.c (sync_window_with_frame_matrix_rows): Remove unused
24747         variable `area'.
24749 2001-10-25  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
24751         * search.c (scan_newline): Remove unused variable `selective_display'.
24753 2001-10-25  Miles Bader  <miles@gnu.org>
24755         * dispextern.h (struct image): Add `background',
24756         `background_valid', and `background_transparent' fields.
24757         (image_background, image_background_transparent): New declarations.
24758         (IMAGE_BACKGROUND, IMAGE_BACKGROUND_TRANSPARENT): New macros.
24759         * xfns.c (image_background, image_background_transparent)
24760         (four_corners_best): New functions.
24761         (xpm_format, png_format, jpeg_format, tiff_format, gif_format)
24762         (gs_format): Add `:background' entry.
24763         (lookup_image): Set IMG's background color if specified.
24764         (pbm_load, xbm_load_image, png_load): Set IMG's background field
24765         when appropriate.
24766         (x_clear_image_1): Reset `background_valid' and
24767         `background_transparent_valid' fields.
24768         (x_build_heuristic_mask): Use IMAGE_BACKGROUND instead of
24769         calculating it here.  Set IMG's background_transparent field.
24770         (enum xpm_keyword_index): Add XPM_BACKGROUND.
24771         (enum png_keyword_index): Add PNG_BACKGROUND.
24772         (enum jpeg_keyword_index): Add JPEG_BACKGROUND.
24773         (enum tiff_keyword_index): Add TIFF_BACKGROUND.
24774         (enum gif_keyword_index): Add GIF_BACKGROUND.
24775         (enum gs_keyword_index): Add GS_BACKGROUND.
24776         (pbm_load, png_load, jpeg_load, tiff_load, gif_load):
24777         Pre-calculate image background color where necessary.
24778         * xterm.c (x_setup_relief_colors): Use `IMAGE_BACKGROUND' and
24779         `IMAGE_BACKGROUND_TRANSPARENT' to calculate the correct background
24780         color to use for image glyph reliefs.
24782 2001-10-24  Gerd Moellmann  <gerd@gnu.org>
24784         * xterm.c (x_draw_glyphs): Don't check for cursor overwriting
24785         in full-width rows.
24787         * xterm.c (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
24788         Fix clearing of area not covered by scroll bar.
24790 2001-10-24  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
24792         * xterm.c (x_insert_glyphs): Remove unused variables `real_end'
24793         and `real_start'.
24794         (x_draw_image_foreground): Remove unused variables `mask' and `xgcv'.
24795         (glyph_rect): Remove unused variable `area'.
24797 2001-10-24  Gerd Moellmann  <gerd@gnu.org>
24799         * xdisp.c: Change #ifdef GLYPH_DEBUG to #if.
24801         * xdisp.c (try_window_reusing_current_matrix): Use row_containing_pos.
24802         (row_containing_pos): Take additional argument DY.
24803         Treat rows ending in middle of char differently.
24804         (display_line): Handle tabs on window systems differently.
24806         * xterm.c, w32term.c (fast_find_position): Call row_containing_pos
24807         with additional argument.
24809         * dispextern.h (row_containing_pos): Adjust prototype.
24811         * xdisp.c (inhibit_try_window_id, inhibit_try_window_reusing)
24812         (inhibit_try_cursor_movement) [GLYPH_DEBUG]: New variables.
24813         (try_window_id, try_window_reusing_current_matrix)
24814         (try_cursor_movement) [GLYPH_DEBUG]: Don't run if inhibited.
24815         (syms_of_xdisp) [GLYPH_DEBUG]: DEFVAR_BOOL the variables.
24817 2001-10-24  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
24819         * xmenu.c: Spell the name of Emacs properly (GNU Emacs instead of
24820         gnuemacs).
24821         (HAVE_BOXES): Fix typo in comment.
24822         (push_menu_pane): Fix typo in comment.
24824         * xdisp.c (display_prop_string_p): Remove unused local declaration
24825         of `Qwhen'.
24826         (single_display_prop_string_p): Remove unused local declarations
24827         of `Qwhen' and `Qmargin'.
24828         (string_buffer_position): Remove unused variable `around'.
24829         (store_frame_title): Remove unused variable `width'.
24831         * window.c: Don't define max.
24832         (coordinates_in_window): Remove unused variable `uy'.
24834         * widget.c: Don't define max.
24836         * process.c: Don't define max.
24837         (create_process): Remove unused variable `buffer'.
24839 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
24841         * xfaces.c (Finternal_set_lisp_face_attribute): Fix compilation error.
24843 2001-10-23  Eli Zaretskii  <eliz@is.elta.co.il>
24845         * xfaces.c (Finternal_set_lisp_face_attribute)
24846         [HAVE_WINDOW_SYSTEM]: Don't do anything for QCfont unless the
24847         frame is on a windowed display.
24849 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
24851         * dispnew.c (sync_window_with_frame_matrix_rows):
24852         Fix handling of windows which aren't full-width, fix handling
24853         of marginal areas.
24855         * lread.c (syms_of_lread) <recursive-load-depth-limit>: Raise to 50.
24857 2001-10-23  Andreas Schwab  <schwab@suse.de>
24859         * m/macppc.h [LINUX]: Undef LD_SWITCH_SYSTEM_TEMACS and override
24860         LD_SWITCH_MACHINE_TEMACS with "-Xlinker -znocombreloc".
24862 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
24864         * xterm.c (x_draw_glyphs): Remove parameters READ_START and
24865         REAL_END.  Notice if cursor gets overwritten.
24866         (notice_overwritten_cursor): Take X positions as parameters.
24867         (x_draw_phys_cursor_glyph): Save state of w->phys_cursor_on_p
24868         around call to x_draw_glyphs.
24870 2001-10-23  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
24872         * syntax.c (modify-syntax-entry): Fix argument names (use CHAR
24873         instead of C) and usage.
24875         * editfns.c (char-to-string): Fix argument names (use CHAR instead
24876         of C) and usage.
24878         * xfns.c (Fx_show_tip): Remove unused variables `buffer', `top',
24879         `left', `max_width' and `max_height'.
24881 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
24883         * xdisp.c (display_line): For a tab continued to the next line,
24884         set row's ends_in_middle_of_char_p.
24886 2001-10-22  Gerd Moellmann  <gerd@gnu.org>
24888         * xdisp.c (display_line): Fix computation of continuation lines
24889         width for TABs.
24891 2001-10-22  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
24893         * xdisp.c (build_desired_tool_bar_string): Remove unused variable
24894         `Qlaplace'.
24896         * fileio.c: Remove unused code.
24898 2001-10-22  Miles Bader  <miles@gnu.org>
24900         * lisp.h (DEFVAR_LISP, DEFVAR_LISP_NOPRO, DEFVAR_BOOL)
24901         (DEFVAR_INT, DEFVAR_PER_BUFFER, DEFVAR_KBOARD):
24902         Remove `DOC_STRINGS_IN_COMMENTS' cases.
24904 2001-10-21  Jason Rumney  <jasonr@gnu.org>
24906         * w32term.c (x_erase_phys_cursor): Remove inverse_p again.
24908 2001-10-21  Eli Zaretskii  <eliz@is.elta.co.il>
24910         * mocklisp.c (Fml_if, Fml_provide_prefix_argument)
24911         (Finsert_string): Avoid the multi-line string literals warning.
24913 2001-10-22  Miles Bader  <miles@gnu.org>
24915         * doc.c (Vhelp_manyarg_func_alist): Variable removed.
24916         (Fdocumentation): Don't use it.
24917         (syms_of_doc): Don't initialize it.
24919         * keyboard.c (Ftrack_mouse): Add usage: string to doc string.
24920         * print.c (Fwith_output_to_temp_buffer): Likewise.
24921         * window.c (Fsave_window_excursion): Likewise.
24922         * editfns.c (Fsave_excursion, Fsave_current_buffer)
24923         (Fsave_restriction): Likewise.
24924         * eval.c (Frun_hooks, Frun_hook_with_args)
24925         (Frun_hook_with_args_until_failure)
24926         (Frun_hook_with_args_until_success, Ffuncall, For, Fand, Fif)
24927         (Fcond, Fprogn, Fprog1, Fprog2, Fsetq, Fquote, Ffunction, Fdefun)
24928         (Fdefmacro, Fdefvar, Fdefconst, FletX, Flet, Fwhile, Fcatch)
24929         (Funwind_protect, Fcondition_case): Likewise.
24930         * coding.c (Ffind_operation_coding_system): Likewise.
24931         * keyboard.c (Ftrack_mouse): Likewise.
24933 2001-10-21  Miles Bader  <miles@gnu.org>
24935         * fns.c (Fappend, Fconcat, Fvconcat, Fnconc, Fwidget_apply)
24936         (Fmake_hash_table): Add usage: string to doc string.
24937         * editfns.c (Finsert, Finsert_and_inherit, Finsert_before_markers)
24938         (Fmessage, Fmessage_box, Fmessage_or_box, Fpropertize, Fformat)
24939         (Fencode_time, Finsert_and_inherit_before_markers): Likewise.
24940         * mocklisp.c (Finsert_string, Fml_if, Fml_provide_prefix_argument)
24941         (Fml_prefix_argument_loop): Likewise.
24943 2001-10-21  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
24945         * fileio.c (Finsert_file_contents): Remove unused variable `gap_size'.
24947         * sysdep.c (init_sys_modes): Change doc-string comments to `new
24948         style' [w/`doc:' keyword].
24950         * data.c, fileio.c, indent.c, print.c, search.c, sound.c,
24951         * sunfns.c, textprop.c, undo.c, xselect.c: Change doc-string
24952         comments to `new style' [w/`doc:' keyword].
24954 2001-10-21  Jason Rumney  <jasonr@gnu.org>
24956         * w32fns.c (Fx_file_dialog): Pass a filter to GetOpenFileName.
24958         * w32term.c (remember_mouse_glyph): New function.
24959         (w32_mouse_position): Use it.
24960         (note_mouse_movement): If the mouse moved off the glyph, remember
24961         its new position.
24963         * w32term.h (struct w32_output): Correct spelling of x_compatible.
24964         (w32_display_info): Add mouse_face_overlay.
24966         * w32term.c (notice_overwritten_cursor): Renamed from
24967         note_overwritten_text_cursor.  Rewritten to take glyph widths into
24968         account.
24969         (x_y_to_hpos_vpos): Add parameter BUFFER_ONLY_P.
24970         (fast_find_string_pos): New function.
24971         (fast_find_position): Return the correct vpos.  Add parameter
24972         STOP.  In the final row, stop before glyphs having STOP as object.
24973         Don't consider glyphs that are not from a buffer.
24974         (fast_find_position) [0]: Add a presumably more correct version
24975         for after 21.1.
24976         (expose_window_tree, expose_frame): Don't compute intersections here.
24977         (expose_window): Do it here instead.
24978         (expose_window_tree, expose_window, expose_line): Return 1 when
24979         overwriting mouse-face.
24980         (expose_window): If W is the window currently being updated, mark
24981         the frame garbaged.
24982         (expose_frame): If mouse-face was overwritten, redo it.
24983         (x_use_underline_position_properties): New variable.
24984         (syms_of_xterm): DEFVAR_BOOL it.
24985         (x_draw_glyph_string): Add comment to use it in future.
24986         (x_draw_glyph_string): Restore clipping after drawing box.
24987         Fix a computation of the underline position.
24988         (w32_get_glyph_string_clip_rect): Minor cleanup.
24989         (x_fill_stretch_glyph_string): Remove an assertion.
24990         (x_produce_glyphs): Don't convert multibyte characters
24991         to unibyte characters in unibyte buffers.
24992         (cursor_in_mouse_face_p): New function.
24993         (x_draw_stretch_glyph_string): Use it to choose a different GC
24994         when drawing a cursor within highlighted text.  Don't draw
24995         background again if it has already been drawn.
24996         (x_draw_glyph_string_box): Don't draw a full-width
24997         box just because the glyph row's full_width_p flag is set.
24998         (x_draw_glyphs): Fix computation of rightmost x for
24999         full-width rows.
25000         (x_dump_glyph_string): Put in #if GLYPH_DEBUG.
25001         (w32_draw_relief_rect): Extend left shadow to the bottom and left;
25002         change bottom shadow accordingly.  Some cleanup.
25003         (x_update_window_end): Handle overwritten mouse face
25004         also for tool bar windows.
25005         (show_mouse_face): Set the glyph row's mouse_face_p flag also when
25006         DRAW is DRAW_IMAGE_RAISED.
25007         (clear_mouse_face): Return 1 if text with mouse face was
25008         actually redrawn.  Make the function static.
25009         Reset dpyinfo->mouse_face_overlay otherwise note_mouse_highlight might
25010         optimize away highlighting if we pass over that same overlay again.
25011         (note_mouse_highlight): Call mouse_face_overlay_overlaps
25012         to detect a case where we have to highlight a different region
25013         despite not having left the currently highlighted region.
25014         Set mouse_face_overlay in the x_display_info.  Avoid changing the
25015         mouse pointer shape when show_mouse_face has already done it, or
25016         there is no need.  Handle mouse-face and help-echo in strings.
25017         (glyph_rect): New function.
25018         (w32_mouse_position): Use it to raise the threshold for mouse
25019         movement event generation.
25020         (w32_initialize_display_info): Initialize the x_display_info's
25021         mouse_face_overlay.
25022         (w32_set_vertical_scroll_bar): Don't clear a zero height
25023         or width area.
25024         (w32_set_vertical_scroll_bar, x_scroll_bar_create): Don't configure
25025         a widget to zero height.
25027         * w32menu.c (single_submenu, w32_menu_show) [!HAVE_MULTILINGUAL_MENU]:
25028         Protect unibyte strings created by replacing their multibyte
25029         equivalents in menu_items.
25030         (w32_menu_show): Don't overwrite an item's name with its key
25031         description in case the description is a multibyte string.
25032         (single_submenu): Some cleanup.
25034         * w32fns.c (x_laplace_read_row, x_laplace_write_row): Removed.
25035         (postprocess_image): New function.
25036         (lookup_image): Call it for all image types except PostScript.
25037         (x_kill_gs_process): Call postprocess_image.
25038         (tiff_error_handler, tiff_warning_handler): New functions.
25039         (tiff_load): Install them as handlers.
25040         (x_kill_gs_process): Recognize if someone has cleared the image
25041         cache under us.
25042         (valid_image_p): Protect better against invalid image
25043         specifications.  Previous code could signal an error.
25044         (Fx_hide_tip, Fshow_tip): Doc fix.
25045         (Fv_max_tooltip_size): New variable.
25046         (syns_of_xfns): DEFVAR_LISP it.
25047         (Fx_show_tip): Add parameter TEXT.  Set the tip frame's root
25048         window buffer to *tip* right after creating the frame.  Set frame's
25049         window_width.  Use a maximum tooltip size specified by
25050         Vx_max_tooltip_size, if that has valid contents.
25051         (compute_tip_xy): Add parameters WIDTH and HEIGHT.
25052         Make sure the tooltip is completely visible.
25053         (x_create_tip_frame): Set tooltip buffer's truncate-lines to nil.
25054         (Fx_create_frame): Adjust the frame's height for presence
25055         of the tool bar before calling x_figure_window_size.
25056         (x_set_tool_bar_lines): Clear the tool bar window's current matrix
25057         when the window gets smaller.
25058         (x_set_foreground_color): Set frame's cursor_pixel.
25059         (x_set_foreground_color, x_set_background_color): Cleaned up.
25060         (x_set_font): Handle case of x_new_fontset returning the same name
25061         as before, although there was a change in fontsets.
25063 2001-10-21  Miles Bader  <miles@gnu.org>
25065         * data.c (Fplus, Fminus, Fmax, Ftimes, Fquo, Flogand, Flogior)
25066         (Flogxor): Add usage: string to doc string.
25067         * charset.c (Fstring): Likewise.
25068         * callproc.c (Fcall_process_region, Fcall_process): Likewise.
25069         * alloc.c (Fmake_byte_code, Fvector, Flist): Likewise.
25071 2001-10-21  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
25073         * buffer.c: Reindent DEFUNs and DEFVARs with doc: keywords.
25075         * alloc.c: Reindent DEFUNs with doc: keywords.
25077         * abbrev.c (Finsert_abbrev_table_description): Reindent.
25079         * frame.c: Change doc-string comments to `new style' [w/`doc:'
25080         keyword].
25082 See ChangeLog.9 for earlier changes.
25084 ;; Local Variables:
25085 ;; coding: iso-2022-7bit
25086 ;; End:
25088     Copyright (C) 2001, 2002, 2003, 2004, 2005,
25089         2006 Free Software Foundation, Inc.
25090   Copying and distribution of this file, with or without modification,
25091   are permitted provided the copyright notice and this notice are preserved.
25093 ;;; arch-tag: 5dcc435f-4038-4141-b3bf-5be51cd76bd4