(occur-rename-buffer): New command.
[emacs.git] / src / ChangeLog
blobcc91ec92a9e7cc64066540714ae1074f52cafdfa
1 2002-07-24  Gerd Moellmann  <gerd.moellmann@t-online.de>
3         * xterm.c (expose_overlaps): New function.
4         (expose_window): Use it to fix the display of overlapping rows.
6         * xdisp.c (unwind_redisplay): Clear redisplay_updating_p.
8 2002-07-23  Ken Raeburn  <raeburn@gnu.org>
10         * lisp.h (XPNTR): Use NO_UNION_TYPE version for union as well,
11         since it only depends on XUINT.
13         * m/alpha.h (BITS_PER_LONG, BITS_PER_EMACS_INT, EMACS_INT,
14         EMACS_UINT, SPECIAL_EMACS_INT, DATA_SEG_BITS,
15         PNTR_COMPARISON_TYPE, VALBITS, MARKBIT, XINT, XUINT, XPNTR):
16         Macros deleted.
18         * mem-limits.h (start_of_data): If DATA_START is defined, prefer
19         its value over other approaches.
20         * sysdep.c (start_of_data): Don't define the function if a macro
21         form has been defined.
23 2002-07-23  Gerd Moellmann  <gerd.moellmann@t-online.de>
25         * xdisp.c (redisplay_updating_p): New variable.
26         (init_iterator): Don't free realized faces when
27         redisplay_updating_p is set.
28         (redisplay_internal): Set redisplay_updating_p while updating
29         the display.
31 2002-07-23  Richard M. Stallman  <rms@gnu.org>
33         * editfns.c (Fmessage): Treat "" like nil.
35 2002-07-23  Kenichi Handa  <handa@etl.go.jp>
37         * xdisp.c (face_before_or_after_it_pos): Call
38         FETCH_MULTIBYTE_CHAR with byte postion, not char position.
40 2002-07-22  Juanma Barranquero  <lektu@terra.es>
42         * callproc.c (init_callproc) [DOS_NT]: Initialize
43         Vshared_game_score_directory to nil.
44         (syms_of_callproc) [DOS_NT]: Likewise.
46 2002-07-22  Gerd Moellmann  <gerd.moellmann@t-online.de>
48         * xdisp.c (display_line): Replace an abort with xassert.
50 2002-07-21  Richard M. Stallman  <rms@gnu.org>
52         * xdisp.c (redisplay_window): Don't test BEG_UNCHANGED
53         and END_UNCHANGED when setting buffer_unchanged_p.
54         Use current_matrix_up_to_date_p to decide whether to use
55         try_cursor_movement.
57         * config.in (HAVE_SHARED_GAME_DIR): Undef deleted.
59         * epaths.in (PATH_GAME): New macro, edited by ../Makefile.in.
61         * callproc.c (init_callproc): Set up Vshared_game_score_directory.
62         Set to nil if dir does not exist.
63         (syms_of_callproc): Init unconditionally and simply.
65         * buffer.c (Fbuffer_list): Doc fix.
67 2002-07-21  Ken Raeburn  <raeburn@gnu.org>
69         * sysdep.c (end_of_text, end_of_data): Unused functions deleted.
71         * buffer.c (mmap_realloc): When shrinking, make sure number of
72         pages to unmap is rounded towards zero.
74         * m/mips-siemens.h (XSETUINT, XSETPNTR): Unused macros deleted.
75         (XSETINT): Deleted.
77         * m/att3b.h (XINT): Don't define.
78         (VALBITS, VALMASK, XTYPE): Deleted.
79         (DATA_SEG_BITS): Define.
80         * m/gec63.h (VALBITS, VALAMASK, XTYPE, XSETTYPE, XPNTR, XSET,
81         ARRAY_MARK_FLAG): Deleted.
82         (DATA_SEG_BITS): Define.
83         * m/pfa50.h (VALBITS, VALMASK, XTYPE): Deleted.
84         (DATA_SEG_BITS): Define.
86 2002-07-20  Richard M. Stallman  <rms@gnu.org>
88         * print.c (print_error_message): New args CONTEXT and CALLER.
89         Calls changed.
90         
91         * lisp.h (print_error_message): Declare new args.
93         * keyboard.c (cmd_error_internal): Pass Vsignaling_function
94         and CONTEXT to print_error_message, don't print them here.
95         For a Quit, don't use Vsignaling_function.
96         Call message_log_maybe_newline.
97         
98         * Makefile.in (xsmfns.o): Don't depend on lisp.h.
100 2002-07-20  Kim F. Storm  <storm@cua.dk>
102         * xdisp.c (redisplay_window): Test MODIFF to set buffer_unchanged_p.
104 2002-07-19  Ken Raeburn  <raeburn@gnu.org>
106         * bytecode.c (struct byte_stack): Pointers into byte string now
107         point to const.
108         * callproc.c (Fcall_process): Make NEW_ARGV array hold pointer to
109         const.
110         * charset.h (BCOPY_SHORT): Source pointer now points to const.
111         * coding.c (encode_eol, detect_coding, detect_eol):
112         (decode_coding, encode_coding, detect_coding_system): Source
113         strings now treated as const.
114         (decode_coding_string, encode_coding_string): Use STRING_COPYIN to
115         modify Lisp string contents.
116         * coding.h (decode_coding, encode_coding, detect_coding,
117         detect_eol): Declarations updated.
118         * composite.c (compose_chars_in_text): Treat Lisp string contents
119         as const.
120         * dispnew.c (safe_bcopy): Source pointer now points to const.
121         * lisp.h (STRING_COPYIN): New macro.
122         (detect_coding_system, safe_bcopy, temp_output_buffer_setup):
123         (internal_with_output_to_temp_buffer): Declarations updated.
124         * print.c (temp_output_buffer_setup):
125         (internal_with_output_to_temp_buffer): Buffer name argument is now
126         pointer to const.
127         * sound.c (struct sound_device): Function pointer field "write"
128         buffer argument now points to const.
129         (vox_write): Buffer argument points to const.
130         * syntax.c (Fstring_to_syntax, skip_chars): Treat Lisp string
131         contents as const.
132         * sysdep.c (emacs_write): Buffer pointer now const.
133         * term.c (encode_terminal_code): Buffer pointer now const.
134         * xfaces.c (may_use_scalable_font_p): Argument now points to
135         const.
136         (x_face_list_fonts, x_update_menu_appearance):
137         (hash_string_case_insensitive): Treat Lisp string contents as
138         const.
140 2002-07-19  Juanma Barranquero  <lektu@terra.es>
142         * fileio.c (Ffile_name_as_directory): Fix argument name in docstring.
143         (file_name_as_directory): Use literal '/' instead of DIRECTORY_SEP.
145         * xdisp.c (syms_of_xdisp): Remove redundant deprecation info.
147         * fileio.c (syms_of_fileio): Likewise.
149 2002-07-18  Richard M. Stallman  <rms@gnu.org>
151         * data.c (Fdefalias): Doc fix.
153 2002-07-17  Dave Love  <fx@gnu.org>
155         * intervals.h (text_property_stickiness): Use P_.
157         * ccl.c: Remove `emacs' conditionals.
158         (ccl_backtrace_table): Fix size spec.
159         (ccl_driver): Fix type errors.
161 2002-07-16  Ken Raeburn  <raeburn@gnu.org>
163         * alloc.c (xstrdup, make_string, make_unibyte_string)
164         (make_multibyte_string, build_string): String pointer args now
165         point to const.
166         * charset.c (find_charset_in_text, c_string_width):
167         (chars_in_text, multibyte_chars_in_text, parse_str_as_multibyte):
168         * fileio.c (report_file_error):
169         * insdel.c (copy_text, count_size_as_multibyte, insert_1):
170         (count_combining_before, count_combining_after, insert_1_both):
171         (insert, insert_and_inherit, insert_string):
172         (insert_before_markers, insert_before_markers_and_inherit):
173         * lread.c (intern, oblookup, hash_string):
174         * minibuf.c (temp_echo_area_glyphs):
175         * search.c (fast_c_string_match_ignore_case):
176         * sysdep.c (emacs_open, set_file_times):
177         * xfaces.c (xstricmp):
178         * xdisp.c (store_frame_title, string_char_and_length):
179         (message_dolog, message2, message2_nolog, set_message): Likewise.
180         (set_message_1): Cast message string argument to const pointer.
181         * editfns.c (general_insert_function): Insertion function now
182         takes pointer to const for input data.
183         * charset.h (find_charset_in_text, c_string_width):
184         (parse_str_as_multibyte): Declarations updated.
185         * dispextern.h (xstricmp): Declaration updated.
186         * lisp.h (chars_in_text, multibyte_chars_in_text, copy_text):
187         (count_size_as_multibyte, count_combining_before):
188         (count_combining_after, insert_1, insert_1_both, message_dolog):
189         (insert, insert_and_inherit, insert_before_markers)
190         (insert_before_markers_and_inherit, set_message, message2):
191         (message2_dolog, build_string, make_string, make_unibyte_string):
192         (make_multibyte_string, intern, oblookup, report_file_error):
193         (fast_c_string_match_ignore_case, temp_echo_area_glyphs):
194         (emacs_open, xstrdup): Declarations updated.
195         * systime.h (set_file_times): Declaration updated.
197         * charset.c (find_charset_in_text, lisp_string_width): Use const
198         for pointer to lisp string data.
199         * charset.h (FETCH_STRING_CHAR_ADVANCE):
200         (FETCH_STRING_CHAR_ADVANCE_NO_CHECK):
201         * coding.c (Ffind_coding_systems_region_interval):
202         * fileio.c (Ffile_name_directory, Ffile_name_nondirectory):
203         (Fmake_directory_internal, Fdelete_directory):
204         (Ffile_name_absolute_p, Fwrite_region, double_dollars):
205         * fontset.c (font_family_registry, fs_query_fontset):
206         (list_fontsets):
207         * frame.c (Fframe_parameter):
208         * keyboard.c (cmd_error_internal):
209         * keymap.c (Fdescribe_buffer_bindings):
210         * lread.c (complete_filename_p, openp):
211         * minibuf.c (Fminibuffer_complete_word):
212         * xdisp.c (string_pos_nchars_ahead, init_from_display_pos):
213         (face_before_or_after_it_pos, next_element_from_string):
214         (get_overlay_arrow_glyph_row, display_mode_element):
215         (decode_mode_spec_coding):
216         * xterm.c (same_x_server): Likewise.
218         * buffer.c (reset_buffer_local_variables): Delete "#if 0"
219         settings of non-existent fields.
221         * editfns.c (Fstring_to_char): Don't use XSTRING/XSETSTRING to
222         copy a lisp value.
224         * lread.c (Fintern_soft): Use string macros instead of
225         Lisp_String fields.
226         * keyboard.c (echo_char, parse_modifiers_uncached):
227         (parse_solitary_modifier, Fexecute_extended_command): Likewise.
228         * textprop.c (validate_interval_range, interval_of): Likewise.
230         * fontset.c (Fset_fontset_font): Use SDATA instead of
231         XSTRING()->data.
233         * charset.h (FETCH_STRING_CHAR_ADVANCE,
234         FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SBYTES instead of
235         XSTRING()->size_byte.
237         * lisp.h (SDATA, SREF): Produce rvalue.
238         (SSET): New macro.
239         * alloc.c (make_event_array): Use SSET for storing into a string.
240         * buffer.c (Fother_buffer): Use SREF when retrieving a byte from
241         a string.
242         * casefiddle.c (casify_object): Use SSET.
243         * charset.h (FETCH_STRING_CHAR_ADVANCE,
244         FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA when getting
245         address of string contents.
246         * data.c (Faref): Use SDATA.
247         (Faset): Use SDATA, SSET.
248         * dired.c (directory_files_internal): Use SSET.
249         * fileio.c (Fmake_symbolic_link, Fexpand_file_name): Use SSET.
250         (Fread_file_name): Use SREF, SSET.
251         * fns.c (concat): Use SSET.
252         (concat, Fdelete): Use SDATA.
253         * insdel.c (insert_from_string_1): Use SDATA.
254         * keyboard.c (Fevent_convert_list): Use SREF.
255         * lread.c (Fload): Use SDATA, SSET.
256         * macfns.c (validate_x_resource_name): Use SSET.
257         * process.c (status_message): Use SSET.
258         * search.c (wordify): Use SDATA.
259         (Freplace_match): Use SREF.
260         * w32fns.c (validate_x_resource_name): Use SSET.
261         * xfns.c (validate_x_resource_name): Use SSET.
262         * xterm.c (x_catch_errors, x_clear_errors): Use SSET.
264 2002-07-16  Richard M. Stallman  <rms@gnu.org>
266         * s/hpux11.h (USG_SUBTTY_WORKS): Defined.
268         * xdisp.c (reconsider_clip_changes):
269         Don't test prevent_redisplay_optimizations_p.
270         (redisplay_internal): Test prevent_redisplay_optimizations_p
271         along with clip_changed in some cases.
272         (try_window_id): Likewise.
273         (redisplay_window): New local var buffer_unchanged_p.
275         * keyboard.c (cmd_error) [HAVE_X_WINDOWS]: Maybe call cancel_houglass.
277         * process.c (create_process): Test USG_SUBTTY_WORKS.
278         (process_send_signal): Clean up handling of GID.
279         Detect errors in ioctls meant to set GID.
281         * window.c (temp_output_buffer_show):
282         Don't set prevent_redisplay_optimizations_p.
284 2002-07-15  Juanma Barranquero  <lektu@terra.es>
286         * eval.c (Fdefvaralias): Add docstring argument.
288 2002-07-15  Ken Raeburn  <raeburn@gnu.org>
290         * lisp.h (STRING_INTERVALS): Produce rvalue.
291         (STRING_SET_INTERVALS): New macro.
292         * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Use it.
293         * fns.c (Fstring_as_multibyte): Likewise.
294         * intervals.c (balance_possible_root_interval, delete_interval)
295         (create_root_interval, copy_intervals_to_string): Likewise.
296         * textprop.c (set_text_properties): Likewise.  Use NULL_INTERVAL
297         instead of 0.
299 2002-07-14  Ken Raeburn  <raeburn@gnu.org>
301         * lisp.h (STRING_SET_CHARS): New macro.
302         (SCHARS, SBYTES): Produce rvalues.
303         * dired.c (directory_files_internal): Use STRING_SET_CHARS.
304         * fns.c (concat): Likewise.
305         * lread.c (read_vector): Likewise.
307         * lisp.h (SMBP): Deleted.  All uses changed to STRING_MULTIBYTE.
308         (STRING_SET_UNIBYTE): New macro.
309         (SET_STRING_BYTES): Deleted.  Callers (all of which supplied a
310         length of -1) changed to use STRING_SET_UNIBYTE.
311         * abbrev.c, alloc.c, buffer.c, bytecode.c, callint.c, callproc.c,
312         casefiddle.c, category.c, ccl.c, charset.c, charset.h, coding.c,
313         composite.c, data.c, dired.c, dispnew.c, disptab.h, doc.c,
314         dosfns.c, editfns.c, emacs.c, eval.c, fileio.c, filelock.c, fn.c,
315         fontset.c, frame.c, indent.c, insdel.c, intervals.c, keyboard.c,
316         keymap.c, lread.c, mac.c, macfns.c, macmenu.c, macterm.c,
317         minibuf.c, msdos.c, print.c, process.c, search.c, sound.c,
318         sunfns.c, syntax.c, syntax.h, sysdep.c, textprop.c, undo.c,
319         w16select.c, w32.c, w32fns.c, w32menu.c, w32proc.c, w32select.c,
320         w32term.c, window.c, xdisp.c, xfaces.c, xfns.c, xmenu.c,
321         xselect.c, xsmfns.c, xterm.c: Most uses of XSTRING combined with
322         STRING_BYTES or indirection changed to SCHARS, SBYTES,
323         STRING_INTERVALS, SREF, SDATA; explicit size_byte references left
324         unchanged for now.
326 2002-07-13  Kim F. Storm  <storm@cua.dk>
328         * keyboard.c (command_loop_1): Invert check on Vmemory_full.
330 2002-07-12  Richard M. Stallman  <rms@gnu.org>
332         * fileio.c (Fwrite_region): Doc fix.
334         * print.c (print_error_message): Don't handle Vsignaling_function here.
336         * keyboard.c (cmd_error_internal): Handle Vsignaling_function here.
337         (command_loop_1): Avoid certain actions after memory-full error.
339         * eval.c (Fsignal): Don't call cancel_hourglass.
340         For a memory-full error, don't call Vsignal_hook_function
341         and don't set Vsignaling_function.
343         * process.c (process_send_signal): Add abort call.
345 2002-07-11  Markus Rost  <rost@math.ohio-state.edu>
347         * keymap.c (Fkey_binding): Fix typo.
349 2002-07-11  Richard M. Stallman  <rms@gnu.org>
351         * alloc.c (Vmemory_full): New variable.
352         (Vmemory_signal_data): Renamed from memory_signal_data.
353         Uses changed.
354         (syms_of_alloc): Defvar them.
355         (memory_full, buffer_memory_full): Set Vmemory_full.
357         * lisp.h (Vmemory_full): Add declaration.
358         (current_column, indented_beyond_p): Change declaration.
360         * indent.c (last_known_column): Declare as double, not float.
361         (current_column, current_column_1, string_display_width)
362         (position_indentation): Return `double'.
363         (indented_beyond_p): Arg `column' is `double'.  Callers changed.
365         * xdisp.c (message_dolog): Do nothing if Vmemory_full is non-nil.
366         (back_to_previous_visible_line_start)
367         (reseat_at_next_visible_line_start, next_element_from_buffer):
368         Use `double', not `float', when calling indented_beyond_p.
370         * s/hpux11.h (BROKEN_SA_RESTART): Defined.
372         * sysdep.c (sys_signal): Test BROKEN_SA_RESTART.
374 2002-07-11  Juanma Barranquero  <lektu@terra.es>
376         * alloc.c, buffer.c, bytecode.c, callint.c, callproc.c, coding.c,
377         * composite.c, dired.c, dispnew.c, editfns.c, emacs.c, eval.c,
378         * fileio.c, fns.c, insdel.c, keyboard.c, keymap.c, lread.c, macfns.c,
379         * macmenu.c, macros.c, minibuf.c, print.c, process.c, sound.c,
380         * textprop.c, w32fns.c, w32menu.c, window.c, xfaces.c, xfns.c,
381         * xmenu.c, xselect.c, xterm.c: Use SPECPDL_INDEX wherever makes sense.
383 2002-07-10  Juanma Barranquero  <lektu@terra.es>
385         * lisp.h (SPECPDL_INDEX): Rename from BINDING_STACK_SIZE. All callers
386         changed.
388 2002-07-09  Stefan Monnier  <monnier@cs.yale.edu>
390         * data.c (Fdefalias): Add an optional `docstring' argument.
391         (set_internal, Fsetq_default): Use XCAR/XCDR.
393         * composite.c (HASH_VALUE, HASH_KEY):
394         * ccl.c (HASH_VALUE): Remove (it's in lisp.h now).
396 2002-07-09  Kenichi Handa  <handa@etl.go.jp>
398         * callproc.c (Fcall_process): Fix previous change.
400 2002-07-07  Stefan Monnier  <monnier@cs.yale.edu>
402         * minibuf.c (Ftry_completion, Fall_completions, Ftest_completion):
403         Add support for hash-tables.
404         (Ftry_completion): Return t even if the string appears multiple times.
406         * fns.c (Fnconc): Use XCDR.
407         (Fprovide): Use CONSP and XCDR.
408         (HASH_KEY, HASH_VALUE, HASH_NEXT, HASH_HASH, HASH_INDEX)
409         (HASH_TABLE_SIZE): Delete: moved to lisp.h.
410         (Fmake_hash_table): Accept `:size nil'.
411         (Fmakehash): Delete: moved to subr.el.
412         (syms_of_fns): Don't defsubr makehash.
414         * lisp.h (HASH_KEY, HASH_VALUE, HASH_NEXT, HASH_HASH, HASH_INDEX)
415         (HASH_TABLE_SIZE): Move from fns.c.
417 2002-07-07  Richard M. Stallman  <rms@gnu.org>
419         * xdisp.c (make_cursor_line_fully_visible): Don't try short scrolls.
420         Instead just return 0 when there is something to be done.
421         (try_scrolling): If make_cursor_line_fully_visible returns 0,
422         retry scrolling as if cursor were off the bottom.
423         (try_cursor_movement): If make_cursor_line_fully_visible returns 0,
424         return CURSOR_MOVEMENT_MUST_SCROLL.
425         (redisplay_window): If make_cursor_line_fully_visible returns 0,
426         go to try_to_scroll.
428         * buffer.c (Fbuffer_local_value): Store current value into its binding
429         so we get the up-to-date value for the binding that is loaded.
431         * eval.c (Fdefmacro): Doc fix.
433 2002-07-05  Dave Love  <fx@gnu.org>
435         * keyboard.c (read_key_sequence): Set initial_idleness_start_time
436         correctly.
438         * ccl.c (Vtranslation_hash_table_vector, GET_HASH_TABLE)
439         (HASH_VALUE, CCL_LookupIntConstTbl, CCL_LookupCharConstTbl): New.
440         (ccl_driver): Add cases for CCL_LookupIntConstTbl,
441         CCL_LookupCharConstTbl.
442         (syms_of_ccl): Defvar translation-hash-table-vector.
444 2002-07-05  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
446         * xdisp.c: Remove unused variable `face'.
448 2002-07-04  Juanma Barranquero  <lektu@terra.es>
450         * keyboard.c (post_command_idle_hook): Remove redundant (and inexact)
451         obsolescence information.
453 2002-07-03  Andrew Choi  <akochoi@shaw.ca>
455         * macterm.c (x_list_fonts): Fix comment.  Cache fonts matching
456         pattern.  Search cache first.
457         (init_font_name_table): Also add entry for jisx0201.1976-0 coding
458         for Japanese font.
459         (XLoadQueryFont): Use it.
461 2002-07-02  Richard M. Stallman  <rms@gnu.org>
463         * keymap.c (Fdefine_key): Doc fix.
465         * xterm.c (x_term_init): Turn off polling around XtOpenDisplay.
467 2002-07-02  Juanma Barranquero  <lektu@terra.es>
469         * keymap.c (syms_of_keymap): Fix typo.
471 2002-07-01  Andrew Choi  <akochoi@shaw.ca>
473         * s/darwin.h: Define POSIX_SIGNALS.
475         * macterm.c (do_ae_open_documents) [MAC_OSX]: Call FSpMakeFSRef
476         and FSRefMakePath to convert FSSpec returned with Apple Event to
477         Posix pathname.
478         (mac_initialize) [TARGET_API_MAC_CARBON]:
479         Call init_required_apple_events and disable the `Quit' menu item
480         provided automatically by the Carbon Toolbox.
482 2002-07-01  Dave Love  <fx@gnu.org>
484         * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
485         for K&R.
487         * xterm.c: Fix prototype for K&R.
489         * term.c (costs_set): Declare static, non-initialized for pcc.
491 2002-07-01  Richard M. Stallman  <rms@gnu.org>
493         * keyboard.c (timer_last_idleness_start_time): New variable.
494         (timer_start_idle): Set that.
495         (read_key_sequence): Use that to reset timer_idleness_start_time
496         to previous value.
498         * window.c (Frecenter): With arg, set optional_new_start.
500         * xdisp.c (redisplay_internal): Make optional_new_start really work.
502         * minibuf.c (Fminibuffer_complete_and_exit): Move to end of
503         buffer for completion.
505 2002-06-29  Ken Raeburn  <raeburn@gnu.org>
507         * xdisp.c (store_mode_line_string): Lisp_Object/int mixup.
509 2002-06-28  Jan D.  <jan.h.d@swipnet.se>
511         * keyboard.c (readable_filtered_events): New function that filters
512         FOCUS_IN_EVENT depending on parameter.
513         (readable_events): Calls readable_filtered_events, not filtering
514         FOCUS_IN_EVENT.
515         (get_filtered_input_pending): New function, filtering parameter passed
516         to readable_filtered_events.
517         (get_input_pending): Calls get_filtered_input_pending, not filtering
518         FOCUS_IN_EVENT.
519         (Finput_pending_p): Calls get_filtered_input_pending, DO filter
520         FOCUS_IN_EVENT.
522         * xterm.h (struct x_output): Add focus_state.
524         * xterm.c (x_focus_changed): New function.
525         (x_detect_focus_change): New function.
526         (XTread_socket): Call x_detect_focus_change for FocusIn/FocusOut
527         EnterNotify and LeaveNotify to track X focus changes.
529 2002-06-28  Andreas Schwab  <schwab@suse.de>
531         * lisp.h: Remove duplicate declaration of
532         code_convert_string_norecord.
534 2002-06-27  Kim F. Storm  <storm@cua.dk>
536         * xdisp.c: (mode_line_string_list, mode_line_string_face)
537         (mode_line_string_face_prop): New variables.
538         (store_mode_line_string): New function.
539         (display_mode_element): Use store_mode_line_string to
540         add mode-line string elements to mode_line_string_list
541         when mode_line_string_list is non-nil.
542         (Fformat_mode_line): Now returns propertized string by
543         default.  New arg NO-PROPS to ignore properties.
544         (decode_mode_spec): Only add two dashes for %- in propertized
545         mode-line string.
546         (syms_of_xdisp): Init and staticpro mode_line_string_list.
548 2002-06-27  Stefan Monnier  <monnier@cs.yale.edu>
550         * minibuf.c (minibuffer_completion_contents): Add return type.
552 2002-06-27  Juanma Barranquero  <lektu@terra.es>
554         * charset.c (Fchar_bytes): Remove obsolescence info from docstring.
556 2002-06-26  Juanma Barranquero  <lektu@terra.es>
558         * fileio.c (read_file_name_cleanup): Add missing return.
560 2002-06-26  Richard M. Stallman  <rms@gnu.org>
562         * window.c (Frecenter): Don't set force_start flag.
564         * minibuf.c (do_completion, Fminibuffer_complete_word)
565         (Fminibuffer_completion_help): Complete just the text before point.
566         (minibuffer_completion_contents): New function.
568         * buffer.c (Fbury_buffer): Use frames_discard_buffer.
570         * frame.c (frames_bury_buffer): Function deleted.
572 2002-06-25  Miles Bader  <miles@gnu.org>
574         * callint.c (Fcall_interactively): When checking to see if doprnt hit
575         the end of callint_message, allow for a terminating '\0'.
577 2002-06-24  Juanma Barranquero  <lektu@terra.es>
579         * w32select.c: Include composite.h
581         * w16select.c: Likewise.
583 2002-06-24  Kenichi Handa  <handa@etl.go.jp>
585         * callproc.c (Fcall_process): If code detection is necessary,
586         call detect_coding directly here.
588         * coding.c (detect_eol): Preserve coding->cmp_data.
590         * w16select.c (Fw16_get_clipboard_data): Disable composition handling.
592         * w32fns.c (w32_to_x_font): Disable composition handling.
594         * w32select.c (Fw32_get_clipboard_data): Disable composition handling.
596         * xselect.c (selection_data_to_lisp_data): Disable composition
597         handling.
599         * xterm.c (XTread_socket): Disable composition handling.
601 2002-06-24  Stefan Monnier  <monnier@cs.yale.edu>
603         * print.c (temp_output_buffer_setup): Kill all local variables.
605 2002-06-22  Stefan Monnier  <monnier@cs.yale.edu>
607         * lread.c (Fread): Remove redundant and imprecise declaration.
609         * xfns.c (check_x_display_info): Use check_x_frame.
611         * .gdbinit (xprintsym): Use the new `xname' field.
612         (xsymbol): Use it.
614 2002-06-22  Jason Rumney  <jasonr@gnu.org>
616         * w32fns.c (file_dialog_callback): New function.
617         (Fx_file_dialog): Allow selecting directories as well as files.
619 2002-06-21  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
621         * m/pmax.h (START_FILES): Define START_FILES for NetBSD and
622         OpenBSD. Add support for mipseb-*-netbsd* machines.
624 2002-06-17  Andrew Choi  <akochoi@shaw.ca>
626         * macterm.c (mac_scroll_area): Set foreground and backcolor to
627         black and white before scrolling.  Restore frame background and
628         foreground color after scrolling.
629         (do_window_update): Call XClearWindow before calling expose_frame.
630         (make_mac_frame): Don't set FRAME_BACKGROUND_PIXEL and
631         FRAME_FOREGROUND_PIXEL of frame.
633         * macterm.c (XTread_socket): If Vmac_command_key_is_meta is nil,
634         test Mac command key as <ALT> key.
636 2002-06-17  Stefan Monnier  <monnier@cs.yale.edu>
638         * window.c (Fset_window_configuration): Lisp_Object/int mixup.
640         * keyboard.c (read_key_sequence): Be more careful with first_unbound.
641         Lookup keys in function-key-map immediately so that key-translation-map
642         can be applied earlier.
643         Remove function_key_possible and key_translation_possible, replaced
644         by checking `keytran_start < t'.
646         * .gdbinit (xsymbol): Use the new `xname' field.
648 2002-06-17  Andrew Choi  <akochoi@shaw.ca>
650         * macterm.c (XTread_socket): If Vmac_command_key_is_meta is nil,
651         test Mac command key as <ALT> key.
653         * mac.c (do_applescript): Call initialize_applescript if necessary
654         when first called.  Dispose of result_desc only when there is no error.
655         (Fdo_applescript): Use %d format specifier instead of %ld.
657 2002-06-16  Andrew Choi  <akochoi@shaw.ca>
659         * macterm.c (XTread_socket): Call FrontNonFloatingWindow instead
660         of FrontWindow for cases keyDown and autoKey.
662         * fontset.c (syms_of_fontset) [MAC_OS]: Set ASCII font of
663         Vdefault_fontset to Monaco with mac-roman coding.
665         * mac.c, macfns.c, macmenu.c, macterm.c: Undefine and redefine
666         init_process before and after inclusion of Carbon/Carbon.h, resp.
668         * macterm.c (x_new_font): Set font for normal_gc, reverse_gc, and
669         cursor_gc.
670         (add_font_name_table_entry): New function.
671         (init_font_name_table): Use add_font_name_table_entry; add italic,
672         bold, and bold-italic entries for truetype fonts.
674         * xfaces.c (init_frame_faces) [MAC_OS]: Call realize_basic_faces
675         for Mac too.
676         (try_font_list) [MAC_OS]: If no font matches given registry, try
677         fonts with any registry matching face_family.
678         (realize_x_face) [MAC_OS]: Remove old ad-hoc fix to load font here.
680         * s/darwin.h: If autoconf detects the Ncurses library, define
681         LIBS_TERMCAP to -lncurses to use it.
683 2002-06-16  Eli Zaretskii  <eliz@is.elta.co.il>
685         * strftime.c [__hpux]: Include sys/_mbstate_t.h.
687 2002-06-15  Richard M. Stallman  <rms@gnu.org>
689         * window.c (Fset_window_configuration): Explicitly preserve
690         the point value that new_current_buffer had at the start.
692 2002-06-14  Juanma Barranquero  <lektu@terra.es>
694         * composite.c (Fcompose_region_internal, Fcompose_string_internal):
695         Fix typos.
697 2002-06-14  Kim F. Storm  <storm@cua.dk>
699         * insdel.c (insert_1_both, insert_from_string_1)
700         (insert_from_buffer_1): Recalculate END_UNCHANGED in case the
701         insert happened in the end_unchanged region.  Otherwise, the
702         redisplay may be confused and duplicate the last line in the
703         buffer [seen after save-buffer when require-final-newline==t].
705 2002-06-13  Jason Rumney  <jasonr@gnu.org>
707         * w32.c (init_environment): Remove EMACSLOCKDIR.
708         (stat): Swap _S_IFDIR and _S_IFREG.
710 2002-06-13  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
712         * keyboard.c, macterm.c, macmenu.c, msdos.c, sysdep.c
713         * termhooks.h, xmenu.c, xsmfns.c, xterm.h, xterm.c, w32term.c,
714         * w32menu.c, w32inevt.c: Rename enum event_kind as follows:
715         ascii_keystroke to ASCII_KEYSTROKE_EVENT, multibyte_char_keystroke
716         to MULTIBYTE_CHAR_KEYSTROKE_EVENT, non_ascii_keystroke to
717         NON_ASCII_KEYSTROKE_EVENT, timer_event to TIMER_EVENT, mouse_click
718         to MOUSE_CLICK_EVENT, mouse_wheel to MOUSE_WHEEL_EVENT,
719         language_change_event to LANGUAGE_CHANGE_EVENT, scroll_bar_click
720         to SCROLL_BAR_CLICK_EVENT, w32_scroll_bar_click to
721         W32_SCROLL_BAR_CLICK_EVENT, selection_request_event to
722         SELECTION_REQUEST_EVENT, selection_clear_event to
723         SELECTION_CLEAR_EVENT, buffer_switch_event to BUFFER_SWITCH_EVENT,
724         delete_window_event to DELETE_WINDOW_EVENT, iconify_event to
725         ICONIFY_EVENT, deiconify_event to DEICONIFY_EVENT,
726         menu_bar_activate_event to MENU_BAR_ACTIVATE_EVENT, drag_n_drop to
727         DRAG_N_DROP_EVENT, save_session_event to SAVE_SESSION_EVENT and
728         no_event to NO_EVENT.
730 2002-06-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
732         * macmenu.c: Remove declaration of Qmouse_click and Qevent_kind.
734 2002-06-12  Stefan Monnier  <monnier@cs.yale.edu>
736         * intervals.c (textget): Don't forget to `return'.
737         (lookup_char_property): Use XCAR/XCDR.
739 2002-06-12  Juanma Barranquero  <lektu@terra.es>
741         * xdisp.c (Fformat_mode_line): Fix typo.
743 2002-06-12  Kim F. Storm  <storm@cua.dk>
745         * xdisp.c (Fformat_mode_line): New function.
746         (frame_title_buf, frame_title_buf_end, frame_title_ptr)
747         (store_frame_title_char, store_frame_title): Use unconditionally.
748         (init_xdisp): Defsubr Fformat_mode_line.
749         Initialize frame_title_buf etc. unconditionally.
751 2002-06-11  Stefan Monnier  <monnier@cs.yale.edu>
753         * keyboard.c (read_key_sequence):
754         Remove prev_(fkey|keytran}_(map|start|end) since we don't want to pass
755         things through those maps after downcasing events.
756         Enforce that keytran_end <= fkey_start, i.e. that key-translation-map
757         applies after function-key-map.
758         Make sure that keytran can be done in the middle in the sequence.
759         Be careful not to throw away events past the one we downcase.
761         * lread.c (read_integer): Remove unused var `tem'.
762         (read1): Fix int/Lisp_Object mixup.
764         * xfaces.c (tty_lookup_color): Type bool/Lisp_Object mismatch fixed.
766 2002-06-11  Richard M. Stallman  <rms@gnu.org>
768         * keyboard.c (readable_events): Ignore any number of
769         FOCUS_IN_EVENT events and return 0 if nothing else in buffer.
771 2002-06-09  Miles Bader  <miles@gnu.org>
773         * xfaces.c (Ftty_supports_face_attributes_p): New function.
774         (parse_rgb_list, tty_lookup_color): New functions.
775         (tty_defined_color): Use `tty_lookup_color' to do all the work.
776         (color_distance, Fcolor_distance): New functions.
777         (TTY_SAME_COLOR_THRESHOLD): New macro.
778         (Qtty_color_standard_values): New variable.
779         (syms_of_xfaces): Initialize new vars & functions.
781 2002-06-08  Colin Walters  <walters@verbum.org>
783         * textprop.c (Vchar_property_alias_alist): New variable.
784         (syms_of_textprop) <Vchar_property_alias_alist>: DEFVAR_LISP.
786         * intervals.c (lookup_char_property): New function for looking up
787         overlay and text properties, created from textget.
788         (textget): Use it.
790         * intervals.h (lookup_char_property): Declare.
791         (Vchar_property_alias_alist): Declare.
793         * buffer.c (Foverlay_get): Use lookup_char_property.
795 2002-06-07  Sam Steingold  <sds@gnu.org>
797         * xselect.c (lisp_data_to_selection_data): Fix last change:
798         *data_ret is not a Lisp string, while unibyte_string is.
800 2002-06-07  Eli Zaretskii  <eliz@is.elta.co.il>
802         * xselect.c (lisp_data_to_selection_data): Fix last change:
803         set size_ret.
805 2002-06-07  Andreas Schwab  <schwab@suse.de>
807         * m/amdx86-64.h: New file.
809 2002-06-05  Eli Zaretskii  <eliz@is.elta.co.il>
811         * fns.c (Fstring_make_unibyte): Doc fix.
813         * xselect.c (lisp_data_to_selection_data): If the requested type
814          is STRING, call string_make_unibyte to encode the selected text
815          as a string.
817         * window.c (Fset_window_hscroll): Doc fix.
819 2002-06-05  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
821         * fileio.c (choose_write_coding_system):
822         Call select-safe-coding-system properly.
824 2002-06-03  Richard M. Stallman  <rms@gnu.org>
826         * xdisp.c (message_with_string): Error if STRING is not a string.
828         * fns.c (md5): Pass FILE arg to Vselect_safe_coding_system_function.
830         * fileio.c (choose_write_coding_system): Pass FILE arg to
831         Vselect_safe_coding_system_function.
833 2002-06-03  Ken Raeburn  <raeburn@gnu.org>
835         * buffer.c (fix_overlays_before): Fix list-walking bug in 05-19 change.
837 2002-06-02  Thien-Thi Nguyen  <ttn@gnu.org>
839         * bytecode.c (Fbyte_code): Cast `current_column' return value to int.
840         * cmds.c (Fdelete_backward_char, internal_self_insert): Likewise.
841         * keymap.c (describe_command): Likewise.
842         * minibuf.c (read_minibuf): Likewise.
844         * xdisp.c (redisplay_internal, redisplay_window, decode_mode_spec):
845         Cast `current_column' return value to int.
846         (back_to_previous_visible_line_start)
847         (reseat_at_next_visible_line_start, next_element_from_buffer):
848         Cast `indented_beyond_p' 3rd arg to float.
850         * indent.c (last_known_column): Now a float.
851         (current_column_1, position_indentation, current_column)
852         (string_display_width): Return float.
853         (Fcurrent_column): Cast `current_column' return value to int.
854         (Fcurrent_indentation): Cast `position_indentation' retval to int.
855         (indented_beyond_p): Third arg now a float.
856         (compute_motion, vmotion): Cast `indented_beyond_p' 3rd arg to float.
858         * lisp.h (current_column): Now returns float.
859         (indented_beyond_p): 3rd arg now a float.
861 2002-05-31  Eli Zaretskii  <eliz@is.elta.co.il>
863         * xfns.c (x_encode_text): Return stringp non-NULL if coding_system
864         is Qcompound_text_with_extensions.
866         * xselect.c (lisp_data_to_selection_data): Always set selection
867         type as string if x_encode_text returns streingp non-NULL.
869         * s/netbsd.h: Include /usr/pkg in the run time shared library path.
871 2002-05-30  Richard M. Stallman  <rms@gnu.org>
873         * window.c (Fset_window_configuration): Correct the handling
874         of point in current buffer, to work with multiple windows.
876 2002-05-29  Colin Walters  <walters@verbum.org>
878         * lread.c (Fread_from_string): Don't depend on order of evaluation
879         for C function parameters.
881 2002-05-28  Richard M. Stallman  <rms@gnu.org>
883         * xterm.c (x_display_and_set_cursor): Change the cursor in the same
884         way for blinked-off state and for a nonselected window.
886         * window.c (window_scroll_pixel_based): Don't call Fbolp;
887         instead, see if the new start pos is at beginning of line.
889         * fileio.c (Fwrite_region): If START is a string, don't
890         make any annotations.
892         * eval.c (syms_of_eval): Doc fix.
894 2002-05-28  Colin Walters  <walters@debian.org>
896         * emacs.c (USAGE1): Add --no-splash.
897         (standard_args): Ditto.
899 2002-05-28  Colin Walters  <walters@gnu.org>
901         * lread.c (readchar_count): New variable.
902         (readchar): Increment it.
903         (unreadchar): Decrement it.
904         (read_multibyte): Decrement it.
905         (Vread_with_symbol_positions): New variable.
906         (Vread_symbol_positions_list): New variable.
907         (read_internal_start): New function, created from Fread and
908         Fread_from_string.  Handle Vread_symbol_positions_list and
909         Vread_with_symbol_positions.
910         (readevalloop, Fread, Fread_from_string): Use it.
911         (read1): Use readchar_count to add symbol positions to
912         Vread_symbol_positions_list if Vread_with_symbol_positions is non-nil.
913         (syms_of_lread): DEFVAR_LISP and initialize them.
915         * lread.c (read0, read1, read_list, read_vector, read_multibyte)
916         (substitute_object_recurse, substitute_object_in_subtree)
917         (substitute_in_interval): Prototype.
918         (read_multibyte): Return c if it's less than zero.
920 2002-05-28  Kim F. Storm  <storm@cua.dk>
922         * fileio.c (Fread_file_name_internal): Added brute-force
923         speed up for using predicate file-directory-p.
925 2002-05-28  Kim F. Storm  <storm@cua.dk>
927         * fileio.c (Vread_file_name_function, Vread_file_name_predicate):
928         New variables.
929         (syms_of_fileio): DEFVAR_LISP them.
930         (read_file_name_cleanup): New unwind function.
931         (Fread_file_name_internal): Only return completions satifying
932         Vread_file_name_predicate.  Temporarily unwind protect and rebind
933         default-directory while checking completions against the predicate.
934         (Fread_file_name): Added PREDICATE argument.  Specbind it to
935         Vread_file_name_predicate during completion.
936         Call Vread_file_name_function to read the file name if non-nil.
938         * lisp.h (Fread_file_name): Now has 6 args.
940         * callint.c (Fcall_interactively) <"D">: Supply Qfile_directory_p
941         predicate for Fread_file_name when reading directory name.
942         Supply Qnil for predicate in other calls to Fread_file_name.
944 2002-05-26  Miles Bader  <miles@gnu.org>
946         * term.c (tty_capable_p): New function.
947         * dispextern.h (tty_capable_p): New function declaration.
948         (TTY_CAP_INVERSE, TTY_CAP_UNDERLINE, TTY_CAP_BOLD, TTY_CAP_DIM)
949         (TTY_CAP_BLINK, TTY_CAP_ALT_CHARSET): New macros.
951 2002-05-23  Stefan Monnier  <monnier@cs.yale.edu>
953         * fileio.c (read_non_regular, Finsert_file_contents): Use BEG_BYTE.
954         (Finsert_file_contents, build_annotations): Use XCAR, XCDR.
955         (Vwrite_region_annotate_functions): Docstring fix.
957 2002-05-23  Kim F. Storm  <storm@cua.dk>
959         * xterm.c (x_write_glyphs): Clear phys_cursor_on_p if current
960         phys_cursor's hpos is overwritten.  This is still not completely
961         correct, as it doesn't really make sense to use hpos at all to
962         get the cursor glyph (as that is relative to the width of the
963         characters on the line, which may have changed during the update).
965 2002-05-22  Jason Rumney  <jasonr@gnu.org>
967         * w32fns.c (enumfont_t): Remove tail, make pattern a normal
968         Lisp_Object.
969         (enum_font_cb2, enum_font_maybe_add_to_list, w32_list_fonts):
970         Use modified enumfont_t struct.
972         * w32term.h (text_cursor_kinds): New enumeration member HBAR_CURSOR.
974         * w32term.c (x_draw_bar_cursor): New argument KIND; callers changed.
975         Handle the `hbar' cursor type.
976         (x_display_and_set_cursor): Handle the HBAR_CURSOR case.
978         * w32fns.c (Qhbar): New variable.
979         (x_specified_cursor_type): Use it.
981 2002-05-21  Ken Raeburn  <raeburn@gnu.org>
983         * w32fns.c (enum_font_maybe_add_to_list): Use XCDR_AS_LVALUE for
984         now, when the address is needed.
986 2002-05-21  Colin Walters  <walters@gnu.org>
988         * Makefile.in (shortlisp): Add font-core.el.
990 2002-05-20  Richard M. Stallman  <rms@gnu.org>
992         * buffer.c (syms_of_buffer) <cursor-type>: Doc fix.
994         * keyboard.c (read_char_minibuf_menu_prompt): Don't list
995         equivalent key bindings here.
997 2002-05-20  Ken Raeburn  <raeburn@gnu.org>
999         Change symbol structure to contain a lisp object for the symbol
1000         name:
1001         * lisp.h (struct Lisp_Symbol): Replace field "name" with a lisp
1002         object field named "xname".
1003         (SYMBOL_NAME): New macro.
1004         * abbrev.c (write_abbrev): Use SYMBOL_NAME instead of XSYMBOL and
1005         name field.
1006         * alloc.c (Fmake_symbol): Set symbol xname field instead of name.
1007         (mark_object, gc_sweep): Use symbol xname field and XSTRING
1008         instead of name field.
1009         * buffer.c (buffer_slot_type_mismatch): Use XSTRING and
1010         SYMBOL_NAME instead of XSYMBOL and name field.
1011         * callint.c (Fcall_interactively): Use XSTRING and SYMBOL_NAME
1012         instead of XSYMBOL and name field.
1013         * charset.c (Fdefine_charset, Fdeclare_equiv_charset): Use XSTRING
1014         and SYMBOL_NAME instead of XSYMBOL and name field.
1015         * coding.c (Fread_coding_system, code_convert_region1)
1016         (code_convert_string1, code_convert_string_norecord)
1017         (Ffind_operation_coding_system): Use SYMBOL_NAME instead of
1018         XSYMBOL and name field.
1019         * data.c (Fkeywordp, Fsymbol_name, store_symval_forwarding)
1020         (Fmake_variable_buffer_local, Fmake_local_variable)
1021         (Fmake_variable_frame_local): Use SYMBOL_NAME and XSTRING instead
1022         of XSYMBOL and name field.
1023         * editfns.c (Fformat): Use SYMBOL_NAME and XSTRING instead of
1024         XSYMBOL and name field.
1025         * emacs.c (shut_down_emacs) [#if 0]: Use SYMBOL_NAME and XSTRING
1026         instead of XSYMBOL and name field.
1027         * eval.c (do_autoload): Use SYMBOL_NAME and XSTRING instead of
1028         XSYMBOL and name field.
1029         * fns.c (Fstring_equal, Fstring_lessp, Frequire, sxhash):
1030         Use SYMBOL_NAME and XSTRING instead of XSYMBOL and name field.
1031         * fontset.c (Fset_fontset_font): Use SYMBOL_NAME and XSTRING
1032         instead of XSYMBOL and name field.
1033         * keyboard.c (echo_char, record_char, parse_modifiers_uncached)
1034         (parse_modifiers, apply_modifiers, Fevent_convert_list)
1035         (parse_solitary_modifier, Fexecute_extended_command):
1036         Use SYMBOL_NAME and XSTRING instead of XSYMBOL and name field.
1037         * keymap.c (silly_event_symbol_error, Fsingle_key_description)
1038         (Fdescribe_buffer_bindings): Use SYMBOL_NAME and XSTRING instead
1039         of XSYMBOL and name field.
1040         (describe_command, describe_translation): Use SYMBOL_NAME and
1041         assignment instead of XSYMBOL and name field and XSETSTRING.
1042         * lread.c (Fintern_soft, oblookup): Use SYMBOL_NAME and XSTRING
1043         instead of XSYMBOL and name field.
1044         (Funintern): Use SYMBOL_NAME and assignment instead of XSYMBOL and
1045         name field and XSETSTRING.
1046         * macfns.c (parse_image_spec): Use SYMBOL_NAME and XSTRING instead
1047         of XSYMBOL and name field.
1048         * minibuf.c (Fread_command, Fread_variable): Use SYMBOL_NAME and
1049         assignment instead of XSYMBOL and name field and XSETSTRING.
1050         * print.c (print_error_message, print_object): Use SYMBOL_NAME and
1051         XSTRING instead of XSYMBOL and name field.
1052         * process.c (set_socket_options, Fsignal_process): Use SYMBOL_NAME
1053         and XSTRING instead of XSYMBOL and name field.
1054         * w32fns.c (parse_image_spec, w32_parse_hot_key): Use SYMBOL_NAME
1055         and XSTRING instead of XSYMBOL and name field.
1056         * xfaces.c (merge_face_vector_with_property): Use SYMBOL_NAME and
1057         XSTRING instead of XSYMBOL and name field.
1058         * xfns.c (parse_image_spec): Use SYMBOL_NAME and XSTRING instead
1059         of XSYMBOL and name field.
1060         * xselect.c (symbol_to_x_atom, x_get_foreign_selection):
1061         Use SYMBOL_NAME and XSTRING instead of XSYMBOL and name field.
1063 2002-05-19  Ken Raeburn  <raeburn@gnu.org>
1065         * lisp.h (LISP_MAKE_RVALUE): Delete disabled version, making XCAR
1066         and XCDR real rvalues in most configurations.
1068         * buffer.c (fix_overlays_in_range, fix_overlays_before):
1069         Don't take the address of the cdr part of a cons cell; instead, track
1070         the parent cell and call XSETCDR, or set the variable for the head
1071         of the list if we haven't started down the list yet.
1073 2002-05-19  Richard M. Stallman  <rms@gnu.org>
1075         * doc.c (reread_doc_file): Don't ask for confirmation.
1077 2002-05-18  Jason Rumney  <jasonr@gnu.org>
1079         * w32fns.c (w32_create_pixmap_from_bitmap_data): New function.
1080         (xbm_load_image): Use it.
1081         (xbm_load): Ditto.
1082         (xbm_read_bitmap_data): Reverted to xfns.c version.
1083         From David Ponce <david@dponce.com>.
1085 2002-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
1087         * msdos.c (sig_suspender, sigprocmask): Don't define for DJGPP
1088         2.02 and later.
1090 2002-05-16  Juanma Barranquero  <lektu@terra.es>
1092         * keyboard.c (Fthis_command_keys, Fthis_command_keys_vector): Fix typo.
1094 2002-05-15  Stefan Monnier  <monnier@cs.yale.edu>
1096         * keyboard.c (read_char_x_menu_prompt): Use an equivalent but more
1097         meaningful test.
1098         (read_char_minibuf_menu_prompt): Fix typo.
1100 2002-05-15  Eli Zaretskii  <eliz@is.elta.co.il>
1102         * eval.c (Fcommandp): Doc fix.
1104 2002-05-13  Stefan Monnier  <monnier@cs.yale.edu>
1106         * keymap.c (keymap_parent): New fun, extracted from Fkeymap_parent.
1107         (Fkeymap_parent, keymap_memberp, fix_submap_inheritance): Use it.
1108         (Fset_keymap_parent): Gcpro a bit more.
1109         (access_keymap): Gcpro around meta_map call and around the main loop.
1110         (get_keyelt): Gcpro when following indirect references.
1111         (copy_keymap_item): New fun, extracted from Fcopy_keymap.
1112         (copy_keymap_1, Fcopy_keymap): Use it.  Don't copy the parent map.
1113         (Fdefine_key, Flookup_key): Gcpro before calling get_keymap.
1114         Remove useless ad-hoc remap code.
1116 2002-05-13  Richard M. Stallman  <rms@gnu.org>
1118         * search.c (search_buffer): Give up boyer moore search if inverse
1119         translation change charset_base.
1121 2002-05-12  Eli Zaretskii  <eliz@is.elta.co.il>
1123         * coding.c (decode_coding) <coding_type_ccl>: If a lone CR
1124         characters is carried over from the previous block of text, adjust
1125         coding->produced to account for the extra character.
1127 2002-05-11  Andreas Schwab  <schwab@suse.de>
1129         * coding.c (intersection): Keep the elements of the returned list
1130         in the same order as in the first list.
1132 2002-05-11  Kim F. Storm  <storm@cua.dk>
1134         * keymap.c (current_minor_maps): Fixed resizing of cmm_maps;
1135         only update cmm_size if realloc actually succeeds.
1136         Testing with initial size of 2 elements revealed that using
1137         realloc on GNU/Linux would cause a random trap in xmalloc
1138         later on, so I rewrote the code to use malloc/bcopy/free instead
1139         of realloc.
1141 2002-05-10  Jason Rumney  <jasonr@gnu.org>
1143         * w32fns.c (enum_font_cb2): Avoid DBCS raster fonts.
1145 2002-05-10  Eli Zaretskii  <eliz@is.elta.co.il>
1147         * coding.c (encode_coding_sjis_big5): Enclose bitwise AND in
1148         parens, to ensure correct evaluation order.
1150 2002-05-10  Kim F. Storm  <storm@cua.dk>
1152         * keymap.c (Vemulation_mode_map_alists): New variable.
1153         (syms_of_keymap): DEFVAR_LISP it.
1154         (current_minor_maps): Process keymap alists in that list before
1155         minor-mode-overriding-map-alist and minor-mode-map-alist.
1157 2002-05-09  Richard M. Stallman  <rms@gnu.org>
1159         * search.c (Freplace_match): Doc fix.
1161 2002-05-09  Kim F. Storm  <storm@cua.dk>
1163         * macterm.c (x_draw_image_foreground, x_draw_image_foreground_1):
1164         Enlarge cursor rectangle drawn around image with non-zero relief.
1166         * w32term.c (x_draw_image_foreground, w32_draw_image_foreground_1):
1167         Enlarge cursor rectangle drawn around image with non-zero relief.
1169         * xterm.c (x_draw_image_foreground, x_draw_image_foreground_1):
1170         Enlarge cursor rectangle drawn around image with non-zero relief.
1172 2002-05-07  Eli Zaretskii  <eliz@is.elta.co.il>
1174         * xselect.c (lisp_data_to_selection_data): Don't set selection
1175         type if comes from the Lisp object's car.  If the selection
1176         contains a pure ASCII text, always return QSTRING as its type.
1178 2002-05-06  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
1180         * mac.c (mac-cut-function): Doc fix.
1182 2002-05-05  Richard M. Stallman  <rms@gnu.org>
1184         * s/gnu.h [DOUG_LEA_MALLOC] (REL_ALLOC): Undefine it.
1186 2002-05-04  Jason Rumney  <jasonr@gnu.org>
1188         * keyboard.c (make_lispy_event) <mouse-wheel>: Set count to 1
1189         for event-click-count.
1191         * process.c (init_process): Only add server subfeature if we can
1192         use non-blocking I/O.
1194 2002-05-04  Andrew Choi  <akochoi@shaw.ca>
1196         * macterm.c (XTread_socket): Call WaitNextEvent once instead of
1197         repeatedly.
1199 2002-05-03  Jason Rumney  <jasonr@gnu.org>
1201         * process.c (Fmake_network_process): Only support server sockets
1202         when we can make them non-blocking.
1204         * s/ms-w32.h (HAVE_SELECT): Define.
1206         * w32.h (FILE_NDELAY): New flag.
1208         * w32.c (sys_getpeername, fcntl): New functions.
1209         (_sys_read_ahead): Temporarily block on non-blocking sockets.
1211         * w32proc.c: include sys/file.h.
1213 2002-05-03  Colin Walters  <walters@verbum.org>
1215         * callproc.c (Vgame_score_directory): Renamed to
1216         Vshared_game_score_directory.
1218 2002-04-30  Richard M. Stallman  <rms@gnu.org>
1220         * s/gnu.h [emacs]: Include stdio.h.
1221         (GNU_LIBRARY_PENDING_OUTPUT_COUNT): New definition, conditional.
1223         * eval.c (do_autoload): Error if called while preparing to dump.
1225         * fns.c (Frequire): Error if need to load while preparing to dump.
1227 2002-04-28  Colin Walters  <walters@verbum.org>
1229         * callproc.c (Vgame_score_directory) [!HAVE_SHARED_GAME_DIR]:
1230         Default to "~/.emacs.d/games".
1232 2002-04-29  Stefan Monnier  <monnier@cs.yale.edu>
1234         * lread.c (openp): Change arg exec_only to predicate.
1235         (build_load_history): Use XCAR/XCDR.
1236         (Flocate_file_internal): New fun.
1237         (syms_of_lread): Defsubr it.
1238         (Fload): Update call to openp.
1240         * lisp.h (openp): Update prototype.
1242         * xfns.c (x_create_bitmap_from_file, x_find_image_file):
1243         * w32proc.c (sys_spawnve):
1244         * w32fns.c (x_create_bitmap_from_file, x_find_image_file):
1245         * w32.c (check_windows_init_file):
1246         * sound.c (Fplay_sound_internal):
1247         * process.c (Fstart_process):
1248         * macfns.c (x_create_bitmap_from_file, x_find_image_file):
1249         * mac.c (run_mac_command):
1250         * emacs.c (init_cmdargs):
1251         * callproc.c (Fcall_process): Update call to openp.
1253         * textprop.c (remove_properties): Don't use XCAR without CONSP.
1255         * xterm.c (XTread_socket): Disable the Xutf8LookupString code.
1257 2002-04-29  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
1259         * dispextern.h (DEFAULT_TOOL_BAR_BUTTON_MARGIN)
1260         (DEFAULT_TOOL_BAR_BUTTON_RELIEF): Change default values.
1262 2002-04-28  Richard M. Stallman  <rms@gnu.org>
1264         * minibuf.c (Fall_completions, Ftry_completion): New arg to Fcommandp.
1266         * eval.c (Fcommandp): New arg for_call_interactively.
1267         * lisp.h (Fcommandp): Declare new arg.
1269 2002-04-28  Jason Rumney  <jasonr@gnu.org>
1271         * w32proc.c (syms_of_w32proc): Get true file attributes by default.
1273         * w32.c (stat, fstat): Use file index information to generate
1274         inodes for directories where available.
1276 2002-04-26  Andrew Choi  <akochoi@shaw.ca>
1278         * Makefile.in (C_SWITCH_SYSTEM_TEMACS): Add.
1279         [HAVE_CARBON]: Include Mac object files.
1281         * alloc.c, callproc.c, dispextern.h, dispnew.c, emacs.c,
1282         fontset.c, frame.c, frame.h, keyboard.c, sysdep.c, term.c,
1283         termcap.c, window.c, xdisp.c, xfaces.c: Use macros MAC_OS8,
1284         MAC_OSX, and MAC_OS instead of macintosh.
1286         * editfns.c [MAC_OS8]: Include stdio.h.
1288         * emacs.c [MAC_OS8]: Call mac_initialize instead of x_term_init.
1290         * fontset.c [MAC_OS]: Set Vdefault_fontset to ETL Fixed instead of
1291         Apple Monaco.
1293         * process.c: Declare QCfamily and QCfilter as extern.
1294         (wait_reading_process_input) [MAC_OSX]: Clear bit for stdin before
1295         calling select.
1297         * termcap.c [MAC_OSX]: Don't define tgetnum, PC, tputs, and tgetent.
1299         * tparam.c [MAC_OSX]: Don't define BC and UP.
1301         * config.in [HAVE_CARBON]: Add.
1303         * mac.c, macgui.h, macfns.c, macmenu.c, macterm.c, macterm.h:
1304         Move here from mac/src and mac/inc.
1306         * s/darwin.h, m/powermac.h, unexmacosx.c: New files.
1308 2002-04-26  Gerd Moellmann  <gerd@gnu.org>
1310         * xterm.c (x_draw_phys_cursor_glyph): Undo last change.
1311         Compute phys_cursor_width from the x position returned
1312         by x_draw_glyhs, which is cheaper.
1313         (x_display_and_set_cursor): Compute the buffer-local value
1314         of `cursor-in-non-selected-windows' only when needed.
1316 2002-04-25  Gerd Moellmann  <gerd@gnu.org>
1318         * xterm.c (x_draw_phys_cursor_glyph): Take into account that a box
1319         cursor on a stretch glyph has a width that depends on
1320         x_stretch_cursor_p.
1322 2002-04-25  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
1324         * abbrev.c (abbrev-start-location): Doc fix.
1326         * indent.c (Fvertical_motion): Fix last change.
1328 2002-04-25  Gerd Moellmann  <gerd@gnu.org>
1330         * indent.c (Fvertical_motion): Move to the start of the line
1331         containing PT before moving up or down.
1333 2002-04-24  Gerd Moellmann  <gerd@gnu.org>
1335         * dispnew.c (update_text_area): Set phys_cursor_on_p to 0 in the
1336         case of writing a whole row, more or less analogous to the case of
1337         writing only parts of a row.
1339         * xterm.c (x_display_and_set_cursor): Set phys_cursor_width to
1340         0 for NO_CURSOR.
1342         * xterm.c (notice_overwritten_cursor): Fix an off by 1 error.
1344 2002-04-23  Colin Walters  <walters@verbum.org>
1346         * buffer.c (syms_of_buffer): Doc fix.
1348 2002-04-23  Gerd Moellmann  <gerd@gnu.org>
1350         * xterm.c (notice_overwritten_cursor): Handle the special case
1351         of the cursor being in the first blank non-text line at the
1352         end of a window.
1354         * xterm.c (x_draw_hollow_cursor, x_draw_bar_cursor)
1355         (x_draw_phys_cursor_glyph): Set phys_cursor_width here.
1356         (x_display_and_set_cursor): Don't set phys_cursor_width here, for
1357         bar cursors only, to make phys_cursor_width contain what its name
1358         suggests.
1359         (notice_overwritten_cursor): Consider the cursor image erased if
1360         the output area intersects the cursor image in y-direction.
1362 2002-04-23  Simon Marshall  <simon@gnu.org>
1364         * xfns.c (x_set_mouse_color): Change default for cross_cursor
1365         to XC_hand2.
1367 2002-04-23  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
1369         * xdisp.c: Remove unused global variable `minibuf_prompt_pixel_width'.
1371 2002-04-22  Kim F. Storm  <storm@cua.dk>
1373         * textprop.c (remove_properties): Fixed trap for malformed plist.
1375 2002-04-22  Richard M. Stallman  <rms@gnu.org>
1377         * cmds.c (Fend_of_line): Handle intangible text in mid line.
1379         * window.c (make_window): Initialize height_fixed_p,
1380         last_cursor_off_p, and p->cursor_off_p slots.
1382 2002-04-20  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
1384         * fns.c (use-dialog-box): Doc fix.
1386 2002-04-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
1388         * xterm.c (note_mode_line_or_margin_highlight): Remove unused
1389         variables `row', `i' and `area'.
1390         (XTread_socket) <KeyPress>: Pass KeyPress events when in menu to
1391         toolkit library.
1393 2002-04-19  Stefan Monnier  <monnier@cs.yale.edu>
1395         * xfaces.c (clear_font_table): Don't free the default font of
1396         a frame even if it's on another display.
1397         (Finternal_set_lisp_face_attribute): Don't use XFRAME on something
1398         that could be Qt.
1400 2002-04-19  Juanma Barranquero  <lektu@terra.es>
1402         * indent.c (Fmove_to_column): Remove unused local variable
1403         `next_boundary_byte'.
1404         (current_column_1): Likewise.
1406 2002-04-19  Eli Zaretskii  <eliz@is.elta.co.il>
1408         * msdos.c (Qhbar): New variable.
1409         (syms_of_msdos): Intern and staticpro it.
1410         (IT_set_cursor_type, IT_set_frame_parameters): Handle the `hbar'
1411         cursor type.
1413 2002-04-19  Dave Lambert <dlambert@acm.org>
1415         Theses change implement an underscore-like (`hbar') cursor.
1417         * xterm.h (text_cursor_kinds): New enumeration member HBAR_CURSOR.
1419         * xterm.c (x_draw_bar_cursor): New argument KIND; callers changed.
1420         Handle the `hbar' cursor type.
1421         (x_display_and_set_cursor): Handle the HBAR_CURSOR case.
1423         * xfns.c (Qhbar): New variable.
1424         (syms_of_xfns): Intern and staticpro it.
1425         (x_specified_cursor_type): Handle `hbar' cursor.
1427         * s/sol2-5.h (bcopy, bzero, bcmp): Define only if HAVE_BCOPY is
1428         not defined.
1430 2002-04-18  Richard M. Stallman  <rms@gnu.org>
1432         * textprop.c (remove_properties): New arg LIST allows scanning
1433         either a list or a plist.
1434         (interval_has_some_properties_list): New function, like
1435         interval_has_some_properties using list instead of plist.
1436         All callers changed.
1437         (Fremove_list_of_text_properties): New function.
1438         (syms_of_textprop): Defsubr it.
1440 2002-04-17  Eli Zaretskii  <eliz@is.elta.co.il>
1442         * s/sol2.h (HAVE_LIBKSTAT): Define only if not already defined.
1444 2002-04-17  Juanma Barranquero  <lektu@terra.es>
1446         * indent.c (Fmove_to_column): Remove unused local variable `end_byte'.
1448 2002-04-17  Eli Zaretskii  <eliz@is.elta.co.il>
1450         * window.c (coordinates_in_window): Don't report on margin area
1451         if its width is zero.
1453 2002-04-16  Jason Rumney  <jasonr@gnu.org>
1455         * w32fns.c (Fx_file_dialog): Decode file name before using.
1457         * w32term.c (construct_drag_n_drop): Likewise.
1459 2002-04-16  Eli Zaretskii  <eliz@is.elta.co.il>
1461         * puresize.h (BASE_PURESIZE): Increase to 830000, since we now
1462         store load-history in pure space.
1464         * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce to 50000.
1466 2002-04-16  Stefan Monnier  <monnier@cs.yale.edu>
1468         * xterm.c (Qlatin_1, Qutf_8): New vars.
1469         (syms_of_xterm): Initialize them.
1470         (XTread_socket): Eliminate incorrect optimization that tried to avoid
1471         decoding the output of X*LookupString.
1472         Always use latin-1 to decode the output of XLookupString.
1473         Try Xutf8LookupString if XmbLookupString failed.
1475         * region-cache.c (new_region_cache): Use BEG.
1477 2002-04-16  Gerd Moellmann  <gerd@gnu.org>
1479         * buffer.c (MMAP_ALLOCATED_P): New macro to be set from system
1480         configuration files.
1481         (mmap_enlarge): Enlarge mapped regions only if MMAP_ALLOCATED_P
1482         returns 0.
1484 2002-04-15  Andreas Schwab  <schwab@suse.de>
1486         * config.in: Regenerated using autoheader.
1488         * m/7300.h, m/acorn.h, m/alliant-2800.h, m/alliant.h, m/alpha.h,
1489         m/altos.h, m/amdahl.h, m/apollo.h, m/arm.h, m/att3b.h, m/aviion.h,
1490         m/celerity.h, m/clipper.h, m/cnvrgnt.h, m/convex.h, m/cydra5.h,
1491         m/delta.h, m/delta88k.h, m/dpx2.h, m/elxsi.h, m/gec63.h,
1492         m/gould.h, m/hp800.h, m/hp9000s300.h, m/i860.h, m/ia64.h,
1493         m/ibmps2-aix.h, m/ibmrs6000.h, m/ibmrt-aix.h, m/ibmrt.h,
1494         m/ibms390.h, m/intel386.h, m/iris4d.h, m/irist.h, m/isi-ov.h,
1495         m/m68k.h, m/macppc.h, m/masscomp.h, m/mg1.h, m/mips-siemens.h,
1496         m/mips.h, m/news-r6.h, m/news.h, m/next.h, m/nh3000.h, m/nh4000.h
1497         m/ns32000.h, m/orion.h, m/pfa50.h, m/plexus.h, m/pmax.h,
1498         m/powerpcle.h, m/pyrmips.h, m/sequent-ptx.h, m/sequent.h,
1499         m/sparc.h, m/sr2k.h, m/symmetry.h, m/tad68k.h, m/tahoe.h,
1500         m/targon31.h, m/tek4300.h, m/tekxd88.h, m/template.h, m/tower32.h,
1501         m/tower32v3.h, m/ustation.h, m/vax.h, m/wicat.h, m/windowsnt.h,
1502         m/xps100.h, s/aix3-2.h, s/aix4-2.h, s/irix4-0.h, s/irix5-0.h,
1503         s/sco5.h, s/unixware.h: Don't set HAVE_ALLOCA, C_ALLOCA and
1504         STACK_DIRECTION, now set by autoconf.
1506 2002-04-14  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
1508         * dispnew.c (marginal_area_string): Sort arguments.
1510         * dispextern.h (marginal_area_string): Add prototype.
1512 2002-04-13  Richard M. Stallman  <rms@gnu.org>
1514         * fileio.c (Finsert_file_contents):
1515         Don't call temp_output_buffer_setup--do just part, by hand.
1517         * coding.c (run_pre_post_conversion_on_str):
1518         Don't call temp_output_buffer_setup--do just part, by hand.
1520         * keyboard.c (command_loop_1): Don't call start_hourglass
1521         or cancel_hourglass when executing a macro.
1523         * marker.c (count_markers): New function.
1525         * xdisp.c (display_mode_element): Don't let mode_line_proptrans_alist
1526         grow without limit.  Move recently used elements to the front.
1528 2002-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
1530         * unexelf.c (unexec) [__sgi]: Undo the change from 2002-01-20.
1532 2002-04-12  Gerd Moellmann  <gerd@gnu.org>
1534         * xdisp.c (sync_frame_with_window_matrix_rows): Don't give frame
1535         rows marginal areas.
1536         (Fdump_frame_glyph_matrix) [GLYPH_DEBUG]: New function.
1537         (syms_of_xdisp) [GLYPH_DEBUG]: Defsubr it.
1539         * dispnew.c (marginal_area_string): Check that glyph row is enabled.
1541 2002-04-12  Dave Love  <fx@gnu.org>
1543         * dispnew.c (marginal_area_string): New.
1545         * window.c (window_part): Add ON_LEFT_MARGIN, ON_RIGHT_MARGIN.
1546         (Qleft_margin, Qright_margin): Declare.
1547         (coordinates_in_window, (Fcoordinates_in_window_p): Deal with margins.
1549         * xterm.c (note_mode_line_or_margin_highlight): Renamed from
1550         note_mode_line_highlight and extended.
1552         * keyboard.c (Qleft_margin, Qright_margin): Declare.
1553         (make_lispy_event): Deal with mouse events in margins.
1555 2002-04-12  Stefan Monnier  <monnier@cs.yale.edu>
1557         * msdos.c (dos_rawgetc): Use a single event for HELP_EVENT.
1559         * keyboard.c (command_loop_1): Turn off transient-mark-mode rather
1560         than deactivating the mark if tmm is set to `lambda'.
1561         (gen_help_event, kbd_buffer_store_help_event, kbd_buffer_get_event):
1562         Use a single event for HELP_EVENT.
1563         (Fexecute_extended_command): Save last_point_position.
1565 2002-04-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
1567         * lisp.h (Fpropertize): Add prototype.
1569         * fns.c (Fy_or_n_p): Use `minibuffer-prompt' face for prompt.
1571 2002-04-10  Colin Walters  <walters@verbum.org>
1573         * config.in: Add HAVE_SHARED_GAME_DIR.
1575         * callproc.c: (Vgame_score_directory): New variable.
1576         (syms_of_callproc) <Vgame_score_directory>: DEFVAR_LISP.
1578 2002-04-10  Richard M. Stallman  <rms@gnu.org>
1580         * puresize.h (BASE_PURESIZE): Reduce again to avoid big excess.
1582 2002-04-09  Stefan Monnier  <monnier@cs.yale.edu>
1584         * minibuf.c (read_minibuf): Use empty_string.
1585         (Ftry_completion): Allow lambda forms and lists of strings for `alist'.
1586         Short-circuit the search as soon as it "failed".
1587         (Fall_completions): Allow lambda forms and lists of strings for alist.
1588         (Fcompleting_read): Set Qminibuffer_completion_confirm to nil
1589         when require_match is nil.
1590         (Ftest_completion): Rename from `test_completion' and export to elisp.
1591         Call the predicate also when alist is a list.
1592         Obey Vcompletion_regexp_list.
1593         (do_completion, Fminibuffer_complete_and_exit): Use it.
1594         (Fassoc_string): Rename from `assoc_for_completion'.
1595         Allow list of strings as well and export to elisp.
1597 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
1599         * puresize.h (BASE_PURESIZE): Increase to 900KB.
1601 2002-04-08  Juanma Barranquero  <lektu@terra.es>
1603         * w32.c (sys_accept): Don't hide variable `s'.
1605 2002-04-05  Gerd Moellmann  <gerd@gnu.org>
1607         * callint.c (Fcall_interactively): Use INTEGERP instead of
1608         NUMBERP for checking Vhistory_length.
1610 2002-04-05  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
1612         * sound.c (Fplay_sound_internal): Renamed from Fplay_sound.
1613         Doc fix to reflect it.
1615 2002-04-04  Richard M. Stallman  <rms@gnu.org>
1617         * xdisp.c (display_mode_element): New arg RISKY.
1618         Disregard text props found or specified within a variable
1619         that isn't marked risky-local-variable.
1620         (Qrisky_local_variable): New variable.
1621         (syms_of_xdisp): Init and staticpro it.
1623 2002-04-04  Stefan Monnier  <monnier@cs.yale.edu>
1625         * undo.c (record_point): New fun.
1626         (record_delete, record_insert): Use it.
1628 2002-04-03  Juanma Barranquero  <lektu@terra.es>
1630         * doc.c (Fdocumentation): Add missing parentheses.
1631         (Fdocumentation_property): Likewise.
1633 2002-04-03  Stefan Monnier  <monnier@cs.yale.edu>
1635         * doc.c (Fdocumentation, Fdocumentation_property): When the doc
1636         data is 0, just return nil.
1638 2002-04-03  Eli Zaretskii  <eliz@is.elta.co.il>
1640         * msdos.c (syms_of_msdos): Fix last change with
1641         mouse_autoselect_window.
1643 2002-04-03  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
1645         * w32term.c, xterm.c, msdos.c: Rename autoselect_window_p to
1646         mouse_autoselect_window.
1648 2002-04-02  Stefan Monnier  <monnier@cs.yale.edu>
1650         * keyboard.c (make_lispy_event): Handle unknown keysyms together
1651         with system-specific keysyms.  Use it also for unknown function keys.
1653         * doc.c (reread_doc_file): Return whether reload was attempted.
1654         (Fdocumentation, Fdocumentation_property): Don't try to reload
1655         if the doc is 0 and only ask once.
1657         * Makefile.in (lisp, shortlisp): Add ucs-tables.elc.
1659 2002-04-02  Eli Zaretskii  <eliz@is.elta.co.il>
1661         * keyboard.c (read_char): If the event was Qselect_window,
1662         restore timer_idleness_start_time to its previous value.
1664         * msdos.c (dos_rawgetc): Generate SELECT_WINDOW_EVENTs when required.
1666 2002-04-01  Stefan Monnier  <monnier@cs.yale.edu>
1668         * region-cache.c (new_region_cache): Use BEG.
1670         * marker.c (buf_charpos_to_bytepos, buf_bytepos_to_charpos):
1671         Use BEG and BEG_BYTE.
1673         * doc.c (get_doc_string): Return nil if the location is wrong.
1674         (reread_doc_file): New fun.
1675         (Fdocumentation, Fdocumentation_property):
1676         Call it if get_doc_string fails.
1677         (Fsnarf_documentation): Make it work for a dumped Emacs.
1679         * charset.h (DEC_POS, BUF_DEC_POS): Use BEG_BYTE.
1680         Bound the search with MAX_MULTIBYTE_LENGTH to avoid pathological case.
1682         * charset.c (Fstring): Allow 0 arguments.
1684         * xterm.c (XTread_socket): Fix int/Lisp_Object confusion.
1686         * process.c (DATAGRAM_CONN_P, list_processes_1)
1687         (Fprocess_datagram_address, Fset_process_datagram_address)
1688         (Fset_network_process_options, server_accept_connection):
1689         Fix some int/Lisp_Object confusions (thank you union types).
1691 2002-04-01  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
1693         * msdos.c: Rename x_autoselect_window_p to autoselect_window_p.
1695         * w32term.c: Likewise.
1696         (note_mouse_movement): Put code for x_autoselect_window_p in #if 0.
1698         * keyboard.c (Qselect_window): New symbol.
1699         (head_table): Use it.
1700         (keys_of_keyboard): Bound select-window event to handle-select-window.
1701         (kbd_buffer_get_event): Make a Lisp event from SELECT_WINDOW_EVENT.
1703         * xterm.c: Rename x_autoselect_window_p to autoselect_window_p.
1704         (last_window): New variable.
1705         (XTread_socket): Generate SELECT_WINDOW_EVENTs.
1706         (note_mouse_movement): Remove reimplemented code in #if 0.
1707         (XTread_socket): Generate SELECT_WINDOW_EVENTs only for
1708         Emacs windows.
1710         * termhooks.h (enum event_kind): New event type `SELECT_WINDOW_EVENT'.
1712 2002-03-31  Gerd Moellmann  <gerd@gnu.org>
1714         * xterm.c (x_get_char_face_and_encoding): Add parameter DISPLAY_P.
1715         Callers changed.
1717 2002-03-30  Richard M. Stallman  <rms@gnu.org>
1719         * window.c (window_scroll_pixel_based): Exit the move_it_by_lines
1720         loop whenever it stops making progress.
1722         * widget.c (set_frame_size): Don't call change_frame_size.
1724 2002-03-30  Gerd Moellmann  <gerd@gnu.org>
1726         * dispnew.c (direct_output_for_insert):
1727         Call mark_window_display_accurate.
1729 2002-03-29  Jason Rumney  <jasonr@gnu.org>
1731         * w32term.c (w32_draw_relief_rect): Fix calculations of line lengths.
1733 2002-03-29  Eli Zaretskii  <eliz@is.elta.co.il>
1735         * Makefile.in (lread.o): Depend on coding.h.
1737         * lread.c (openp, Fload): Encode the file name before passing it
1738         to `stat', `access', and `emacs_open'.
1739         (openp): GCPRO the encoded file name.  Don't recompute Lisp
1740         strings unnecessarily.
1742 2002-03-29  Kim F. Storm  <storm@cua.dk>
1744         * fns.c (Flax_plist_put): Doc fix.
1746 2002-03-28  Miles Bader  <miles@gnu.org>
1748         * process.c (DATAGRAM_CONN_P): Make sure PROC is really a process.
1750 2002-03-27  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
1752         * process.c (set-network-process-options): Add usage.
1753         (make-network-process): Doc fix.
1755 2002-03-26  Eli Zaretskii  <eliz@is.elta.co.il>
1757         * emacs.c (Fdump_emacs): Fix a typo in "command-line-processed".
1759 2002-03-26  Richard M. Stallman  <rms@gnu.org>
1761         * fns.c (Fsubstring_no_properties): New function.
1762         (Flax_plist_get, Flax_plist_put): New functions.
1763         (syms_of_fns): defsubr them.
1765         * xdisp.c (update_menu_bar): Test only update_mode_lines;
1766         don't test or alter w->update_mode_line.
1768         * window.c (Fdisplay_buffer): Doc fix.
1770 2002-03-24  Richard M. Stallman  <rms@gnu.org>
1772         * regex.c (GET_UNSIGNED_NUMBER): Give proper error for spaces.
1774 2002-03-24  Gerd Moellmann  <gerd@gnu.org>
1776         * eval.c (Qdeclare, Vmacro_declaration_function): New variables.
1777         (Fdefmacro): Handle `(declare ...)'.
1778         (syms_of_eval) <Qdeclare>: Initialize and staticpro.
1779         (syms_of_eval) <Vmacro_declaration_function>: DEFVAR_LISP.
1781 2002-03-24  Jason Rumney  <jasonr@gnu.org>
1783         * w32fns.c (xbm_scan, xbm_load_image, xbm_read_bitmap_data)
1784         (xbm_file_p): Add prototypes.
1785         (xbm_format, xbm_image_p): Sync with xfns.c.
1786         (reflect_byte): New function.
1787         (xbm_read_bitmap_data): Sync with xfns.c, adapt for Windows.
1788         (xbm_load_image): Create bitmaps with a depth of 1.
1789         (init_xfns): Enable XBM images.
1791 2002-03-23  Jason Rumney  <jasonr@gnu.org>
1793         * w32term.c (w32_handle_tool_bar_click): Detect up and down events
1794         correctly.  Do not pass up_modifier to keyboard buffer.
1796         * w32fns.c [HAVE_IMAGES, HAVE_PBM]: Remove conditionals.
1798 2002-03-22  Stefan Monnier  <monnier@cs.yale.edu>
1800         * Makefile.in (bootstrapclean): New target.
1801         (bootstrap-temacs, bootstrap-doc): Remove.
1802         (bootstrap-emacs): Use a bog-standard `temacs'.
1803         Don't bother to build a DOC file.
1805         * sysdep.c (wait_for_termination): Use sigsuspend rather than sigpause.
1807         * emacs.c (main): Handle --unibyte, --multibyte, and --no-loadup
1808         in temacs even if !CANNOT_DUMP.
1809         (standard_args): Keep --no-loadup even if !CANNOT_DUMP.
1811         * alloc.c (check_pure_size): Only output a warning.
1813 2002-03-22  Jason Rumney  <jasonr@gnu.org>
1815         * w32fns.c (Fx_create_frame): Enable tool-bar when images are
1816         supported.
1818         * w32term.c (zv_bits): Declare as short, for word alignment.
1819         (w32_read_socket) <WM_XBUTTONUP>: Fix last change.
1820         (syms_of_w32term): Define x-use-underline-position-properties.
1822         * w32fns.c (x_set_cursor_color): Set cursor_gc as well.
1823         (clear_image_cache): Block input, fix logic, clear matrices in
1824         all frames that share this cache.
1826 2002-03-22  Eli Zaretskii  <eliz@is.elta.co.il>
1828         * emacs.c (main): Update the Copyright year in the blurb printed
1829         by "emacs --version".
1831         * xdisp.c (message_with_string): Fix syntax of a call to GCPRO2.
1833         * xterm.c (XTread_socket): If XK_ISO_Lock and
1834         XK_ISO_Last_Group_Lock are defined, handle keysyms between
1835         XK_ISO_Lock and XK_ISO_Last_Group_Lock similarly to Mode_switch.
1837 2002-03-21  Kim F. Storm  <storm@cua.dk>
1839         * keyboard.c (menu_bar_items): Mostly undo 2002-02-20 patch, so
1840         menu-bar bindings in keymap and local-map properties _are_ used.
1841         But try keymap property first in accordance with 2002-01-03 patch.
1842         Added comment describing why this is not always reliable.
1843         (tool_bar_items): Ditto for tool-bar.
1845 2002-03-21  Jason Rumney  <jasonr@gnu.org>
1847         * w32fns.c (x_clear_image_1): Disable color table code.
1849 2002-03-21  Kim F. Storm  <storm@cua.dk>
1851         * lisp.h (DEFUN) [USE_NONANSI_DEFUN]: The 2001-10-17 patch
1852         removed the wrong version of the DEFUN macro; fixed it.
1854         * fns.c (Ffeaturep): Allow subfeature to be a list (test using
1855         Fmember rather than Fmemq).
1856         (Fprovide): Check that subfeatures is a list.
1858         * process.c (QCfeature, QCdatagram): Removed variables.
1859         (QCtype, Qdatagram): New variables.
1860         (network_process_featurep): Removed function.
1861         (Fmake_network_process): Removed :feature check.
1862         Use :type 'datagram instead of :datagram t to create a datagram
1863         socket.  This allows us to add other connection types (e.g. raw
1864         sockets) later in a consistent manner.
1865         (init_process) [subprocess, HAVE_SOCKETS]: Provide list of
1866         supported subfeatures for feature make-network-process.
1867         (syms_of_process) [subprocess]: Remove QCfeature and QCdatagram.
1868         Intern and staticpro QCtype and Qdatagram.
1869         (syms_of_process) [!subprocess]: Intern and staticpro QCtype.
1871         * xfns.c: (QCtype): Remove duplicate declaration and
1872         initialization (is now declared in process.c).
1874         * w32fns.c: (QCtype): Remove duplicate declaration and
1875         initialization (is now declared in process.c).
1877 2002-03-21  Richard M. Stallman  <rms@gnu.org>
1879         * regex.c (DISCARD_FAILURE_REG_OR_COUNT): New macro.
1880         (CHECK_INFINITE_LOOP): Use DISCARD_FAILURE_REG_OR_COUNT
1881         when jumping to `fail' to avoid undoing reg changes in the
1882         last iteration of the loop.
1883         (GET_UNSIGNED_NUMBER): Skip spaces around the number.
1885         * Makefile.in (dispnew.o, sysdep.o, xdisp.o, xselect.o, alloc.o):
1886         Depend on process.h.
1888 2002-03-20  Jason Rumney  <jasonr@gnu.org>
1890         Most of the following changes are still conditional on HAVE_IMAGES
1891         which is not set by default on Windows.
1893         * emacs.c (main) [WINDOWSNT]: Call init_xfns.
1895         * w32fns.c (x_set_cursor_color): Set foreground of cursor, not frame.
1896         (Fimage_size, Fimage_mask_p, XPutPixel): New functions.
1897         (four_corners_best, x_clear_image_1, x_clear_image)
1898         (x_alloc_image_color, postprocess_image)
1899         (x_create_x_image_and_pixmap, x_destroy_x_image, xbm_load_image)
1900         (x_from_x_colors, x_disable_image, pbm_load): Adapt for Windows.
1901         (init_xfns, syms_of_w32fns): Initialize image functions and constants.
1903         * w32gui.h (struct XImage): Define.
1905         * w32term.c (w32_read_socket) <WM_XBUTTONUP>: Use XFASTINT to
1906         extract mouse co-ordinates.
1908 2002-03-20  Jason Rumney  <jasonr@gnu.org>
1910         * w32.c (init_winsock): Dynamically load new server and UDP
1911         socket functions.
1912         (socket_to_fd): New function.
1913         (sys_socket): Use it.
1914         (sys_setsockopt, sys_listen, sys_getsockname, sys_accept)
1915         (sys_recvfrom, sys_sendto): New wrapper functions.
1917         * process.c (QCfamily, QCfilter): Remove duplicate declaration
1918         and initialization.
1920         * makefile.w32-in (LIBS): Remove $(WSOCK32).
1922 2002-03-20  Eli Zaretskii  <eliz@is.elta.co.il>
1924         * process.c (conv_sockaddr_to_lisp, conv_lisp_to_sockaddr): Don't
1925         use "sun" as a variable, it's a predefined constant on Sun
1926         machines.
1928 2002-03-20  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
1930         * bytecode.c (Fbyte_code): Revert last change.
1932 2002-03-19  Kim F. Storm  <storm@cua.dk>
1934         * makefile.w32-in (LIBS): Add $(WSOCK32).
1935         From David Ponce <dponce@voila.fr>.
1937 2002-03-18  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
1939         * process.c (wait_reading_process_input): Move variables `pname'
1940         and `pnamelen' down where they are used.
1942         * bytecode.c (Fbyte_code): Discard unused computed value to
1943         prevent gcc warning.
1945         * lisp.h (Fplist_member): Add prototype.
1947 2002-03-18  Kim F. Storm  <storm@cua.dk>
1949         * config.in: Add HAVE_SENDTO, HAVE_RECVFROM, HAVE_SETSOCKOPT,
1950         HAVE_GETSOCKOPT, HAVE_GETPEERNAME, HAVE_GETSOCKNAME, and
1951         HAVE_SYS_UN_H.
1953         * process.c: Define HAVE_LOCAL_SOCKETS based on HAVE_SYS_UN_H.
1954         Remove explicit GNU_LINUX settings for datagram support.
1956 2002-03-18  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
1958         * process.c (Fmake_network_process): Remove unused variable `sa'.
1959         Doc fix.  Add usage:.
1960         (set_socket_options): Remove unused variables `optnum' and
1961         `opttype'.
1963 2002-03-17  Richard M. Stallman  <rms@gnu.org>
1965         * xdisp.c (cursor_type_changed): New variable.
1966         (redisplay_internal): Redisplay all windows if cursor_type_changed.
1967         Clear it when clearing windows_or_buffers_changed.
1968         (try_cursor_movement, redisplay_window, try_window_id)
1969         (try_window_reusing_current_matrix): Test cursor_type_changed
1970         along with windows_or_buffers_changed.
1972         * window.h (cursor_type_changed): New variable.
1974         * xfns.c (x_set_cursor_type): Set cursor_type_changed,
1975         not update_mode_lines, and always set it to 1.
1977         * xdisp.c (clear_garbaged_frames): Don't set windows_or_buffers_changed
1978         if no frames needed redrawing.
1980 2002-03-17  Kim F. Storm  <storm@cua.dk>
1982         The following changes add support for network server processes,
1983         datagram connections, and local (unix) sockets.
1985         * process.h (struct Lisp_Process): New member log.
1986         Doc fix: Member command used to indicate stopped network process.
1987         Doc fix: Member childp contains plist for network process.
1988         Doc fix: Member kill_without_query is inverse of query-on-exit flag.
1990         * process.c (Qlocal, QCname, QCbuffer, QChost, QCservice, QCfamily)
1991         (QClocal, QCremote, QCserver, QCdatagram, QCnowait, QCnoquery,QCstop)
1992         (QCcoding, QCoptions, QCfilter, QCsentinel, QClog, QCfeature):
1993         New variables.
1994         (NETCONN1_P): New macro.
1995         (DATAGRAM_SOCKETS): New conditional symbol.
1996         (datagram_address): New array.
1997         (DATAGRAM_CONN_P, DATAGRAM_CHAN_P): New macros.
1998         (status_message): Use concat3.
1999         (Fprocess_status): Add `listen' status to doc string.  Return `stop'
2000         for a stopped network process.
2001         (Fset_process_buffer): Update contact plist for network process.
2002         (Fset_process_filter): Ditto.  Don't enable input for stopped
2003         network processes.  Server must listen, even if filter is t.
2004         (Fset_process_query_on_exit_flag, Fprocess_query_on_exit_flag):
2005         New functions.
2006         (Fprocess_kill_without_query): Removed.  Now defined in simple.el.
2007         (Fprocess_contact): Added KEY argument.  Handle datagrams.
2008         (list_processes_1): Optionally show only processes with the query
2009         on exit flag set.  Dynamically adjust column widths.  Omit tty
2010         column if not needed.  Report stopped network processes.
2011         Identify server and datagram network processes.
2012         (Flist_processes): New optional arg `query-only'.
2013         (conv_sockaddr_to_lisp, get_lisp_to_sockaddr_size)
2014         (conv_lisp_to_sockaddr, set_socket_options)
2015         (network_process_featurep, unwind_request_sigio): New helper functions.
2016         (Fprocess_datagram_address, Fset_process_datagram_address):
2017         (Fset_network_process_options): New lisp functions.
2018         (Fopen_network_stream): Removed.  Now defined in simple.el.
2019         (Fmake_network_process): New lisp function.  Code is based on previous
2020         Fopen_network_stream, but heavily reworked with new property list based
2021         argument list, support for datagrams, server processes, and local
2022         sockets in addition to old client-only functionality.
2023         (server_accept_connection): New function.
2024         (wait_reading_process_input): Use it to handle incoming connects.
2025         Do not enable input on a new connection if process is stopped.
2026         (read_process_output): Handle datagram sockets. Use 2k buffer for them.
2027         (send_process): Handle datagram sockets.
2028         (Fstop_process, Fcontinue_process): Apply to network processes.  A stopped
2029         network process is indicated by setting command field to t .
2030         (Fprocess_send_eof): No-op if datagram connection.
2031         (Fstatus_notify): Don't read input for a stream server socket or a
2032         stopped network process.
2033         (init_process): Initialize datagram_address array.
2034         (syms_of_process): Intern and staticpro new variables, defsubr new
2035         functions.
2037 2002-03-16  Jason Rumney  <jasonr@gnu.org>
2039         * w32fns.c (w32_to_all_x_charsets): Return correct type in
2040         startup case.
2042 2002-03-16  Richard M. Stallman  <rms@gnu.org>
2044         * xdisp.c (redisplay_internal, redisplay_windows):
2045         Use list_of_error to call internal_condition_case_1.
2046         (safe_eval, safe_call): Pass Qt to internal_condition_case_{1,2}
2047         so as to catch all errors with no possibility of debugger redisplay.
2048         (list_of_error): New variable.
2049         (syms_of_xdisp): Init and staticpro it.
2051         * print.c (print_object): Delete `\ ' from printed rep of frame.
2053 2002-03-15  Eli Zaretskii  <eliz@is.elta.co.il>
2055         * msdos.c (dos_rawgetc): Disable the x-autoselect-window feature,
2056         until its implementation is fixed.
2058 2002-03-14  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
2060         * xfns.c (png_load): Remove unused variable `gamma_str'.
2062 2002-03-14  Richard M. Stallman  <rms@gnu.org>
2064         * xfns.c (x_real_positions): Handle failure in XQueryTree.
2066 2002-03-14  Miles Bader  <miles@gnu.org>
2068         * intervals.c (adjust_for_invis_intang): New function.
2069         (set_point_both): Use `adjust_for_invis_intang' to do most of the
2070         work for dealing with invisible+intangible regions.  Do so before
2071         and after both forward and backward movements, to handle both
2072         front-sticky and rear-sticky cases.
2073         * textprop.c (text_property_stickiness): Function moved here from
2074         `editfns.c'.
2075         * intervals.h (text_property_stickiness): New declaration.
2076         * editfns.c (char_property_eq): Function removed.
2077         (text_property_stickiness): Function moved to `textprop.c'.
2079 2002-03-13  Jason Rumney  <jasonr@gnu.org>
2081         * config.in: Add STRFTIME_NO_POSIX2.
2083         * strftime.c (my_strftime) [STRFTIME_NO_POSIX2]: Handle %h, %EX
2084         and %OX when underlying strftime does not.
2086 2002-03-13  Stefan Monnier  <monnier@cs.yale.edu>
2088         * xterm.c (x_set_toolkit_scroll_bar_thumb) <USE_MOTIF>:
2089         Use a fixed-size thumb (based on an ad-hoc estimate of 30 chars per
2090         line) to avoid annoying flicker.
2091         (xm_scroll_callback): Get rid of the now unnecessary kludge.
2092         (XTread_socket): Mark it static.
2094         * xdisp.c (display_mode_element): Fix int/Lisp_Object mixup.
2096 2002-03-13  Kim F. Storm  <storm@cua.dk>
2098         * puresize.h (BASE_PURESIZE): Increase to 775000.
2100 2002-03-12  Juanma Barranquero  <lektu@terra.es>
2102         * editfns.c (syms_of_editfns): Fix typo.
2104 2002-03-12  Gerd Moellmann  <gerd@gnu.org>
2106         * xsmfns.c: Include stdio.h because termhooks.h needs it.
2107         Include termopt.h for interrupt_input.
2109 2002-03-11  Andreas Schwab  <schwab@suse.de>
2111         * coding.c (syms_of_coding) <file-coding-system-alist>: Doc fix.
2113 2002-03-11  Gerd Moellmann  <gerd@gnu.org>
2115         * xterm.c (note_mouse_movement): Put code for
2116         x_autoselect_window_p in #if 0.
2118         * lread.c (Fload): Don't assume that message_with_string uses the
2119         string it is given like a C string.
2121 2002-03-10  Jan D.  <Jan.Djarv@mbox200.swipnet.se>
2123         * xterm.h (x_session_check_input, x_session_initialize): Declared.
2125         * xterm.c: (XTread_socket): Add call to x_session_check_input and
2126         x_session_have_connection.
2127         (x_initialize): Add call to x_session_initialize.
2129         * termhooks.h (enum event_kind): Add save_session_event.
2131         * keyboard.c: Add Emacs event save_session_event.
2133         * emacs.c (main): Add call to syms_of_xsmfns.
2135         * lisp.h: Declare syms_of_xsmfns as extern.
2137         * config.in: Add HAVE_X_SM.
2139         * Makefile.in (LIBXT): Add -lSM -lICE
2140         if HAVE_X_SM and not USE_X_TOOLKIT.
2141         (XOBJ): New file xsmfns.c added.
2143         * xsmfns.c: New file for X session management.
2145 2002-03-09  Jason Rumney  <jasonr@gnu.org>
2147         * fileio.c (Fcopy_file) [WINDOWS_NT]: Ensure file is not
2148         read-only when setting modified time.
2150 2002-03-08  Gerd Moellmann  <gerd@gnu.org>
2152         * xdisp.c (move_it_vertically_backward): At the end of the
2153         function, when moving forward by lines, treat terminal frames
2154         specially.
2156         * keyboard.c (echo_char): Make sure to add a separator between
2157         keys even if echo_dash hasn't been called.
2159         * xdisp.c: Use new string macros.
2160         (update_echo_area): Pass number of bytes to message3 instead of
2161         number of chars.
2162         (set_message_1): Don't access a string's size_byte directly.
2163         (decode_mode_spec_coding): Use number of bytes of eoltype string
2164         instead number of chars.
2166         * lisp.h (SREF, SDATA, SCHARS, SBYTES, SMBP): New macros.
2168 2002-03-08  Juanma Barranquero  <lektu@terra.es>
2170         * w32fns.c (Fx_display_color_cells): Force 24+ bit color depths to
2171         24-bit.
2173 2002-03-06  Jason Rumney  <jasonr@gnu.org>
2175         * w32term.c (x_draw_hollow_cursor): Draw same size as block cursor.
2177 2002-03-06  Gerd Moellmann  <gerd@gnu.org>
2179         * keyboard.c (echo_prompt, echo_char, echo_dash, echo_now)
2180         (cancel_echoing, echo_length, echo_truncate): Changed to
2181         work with new kboard definition.
2182         (echo_now): Use message3_nolog instead of message2_nolog.
2184         * alloc.c (mark_kboards): Mark echo_string.
2186         * keyboard.h (ECHOBUFSIZE): Removed.
2187         (struct kboard): Member echoptr removed, member echobuf renamed
2188         to echo_string.
2190         * xdisp.c (message_with_string): Use Fformat instead of doprnt and
2191         message3 instead of message2 to display the message using STRING's
2192         text properties.
2194 2002-03-05  Andreas Schwab  <schwab@suse.de>
2196         * xdisp.c (hscroll_margin): Change to EMACS_INT.
2198 2002-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
2200         * frame.c (default-frame-alist): Explain that setting it doesn't
2201         affect existing frames.
2203 2002-03-05  Stefan Monnier  <monnier@cs.yale.edu>
2205         * indent.c (skip_invisible): Fix my brain fart.
2207         * dispnew.c (sit_for): Don't wait if executing a kbd macro.
2209 2002-03-04  Stefan Monnier  <monnier@cs.yale.edu>
2211         * dosfns.c, dosfns.h, dispnew.c, dispextern.h, commands.h, charset.c,
2212         * alloc.c, abbrev.c, emacs.c, eval.c, keyboard.c, keyboard.h,
2213         * lisp.h, lread.c, sysdep.c, termcap.c, termchar.h, w32term.c,
2214         * window.c, xdisp.c, xselect.c, xterm.c: Change defvar_int definition
2215         and variables to use EMACS_INT instead of just int.
2217         * buffer.c (syms_of_buffer): Allow non-string `mode-name'.
2219 2002-03-04  Eli Zaretskii  <eliz@is.elta.co.il>
2221         * sysdep.c (sys_subshell) [MSDOS]: If PWD is set in the
2222         environment, pass it down with corrected value.
2224 2002-03-04  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
2226         * lread.c (read_filtered_event): Do not call start_hourglass
2227         before returning.
2229 2002-03-04  Juanma Barranquero  <lektu@terra.es>
2231         * w32term.c (x_display_and_set_cursor): Fix typo.
2233 2002-03-03  Richard M. Stallman  <rms@gnu.org>
2235         * fileio.c (Fmake_temp_name): Doc fix.
2237 2002-03-03  Gary Wong  <gtw@gnu.org>
2239         * termcap.c [!emacs]: Replace ospeed for building standalone
2240         libtermcap, for binary compatibility.
2242         * tparam.c [!emacs]: Move #define of bcopy to after string.h.
2244 2002-03-03  Richard M. Stallman  <rms@gnu.org>
2246         * xrdb.c (file_p): Rename arg `path' to `filename'.
2248         * abbrev.c (Fexpand_abbrev): Increment plist as use count
2249         only if it is an integer.
2251         * xfns.c (png_load): Set screen_gamma based on f->gamma.
2252         If png_get_sRGB gives an answer, call png_set_gamma
2253         using the default image gamma value.
2255         * lread.c (read1): When reading from a file, default string to
2256         multibyte only if it has some multibyte characters.
2258         * print.c (print_object): Output multibyte chars 128...255
2259         using \x even if ! print_escape_multibyte.
2261         * xdisp.c (display_mode_element): Move the places where
2262         bytepos, charpos, this, and lisp_string are set.
2263         Use lisp_string to set bytepos.
2265         * xdisp.c (redisplay_internal):
2266         Call clear_image_cache only if HAVE_WINDOW_SYSTEM.
2268         * xdisp.c (display_mode_element): Merge properties specified with
2269         :propertize onto those that come with the string.
2271 2002-03-03  Eli Zaretskii  <eliz@is.elta.co.il>
2273         * xdisp.c (syms_of_xdisp) <auto-hscroll-mode>: Renamed from
2274         automatic-hscrolling.  Users changed.
2275         <hscroll-margin>: Renamed from automatic-hscroll-margin.
2276         Users changed.
2277         <hscroll-step>: Renamed from automatic-hscroll-step.  Users changed.
2279 2002-03-02  Eli Zaretskii  <eliz@is.elta.co.il>
2281         * buffer.c (syms_of_buffer) <buffer-file-coding-system>: Doc fix.
2283 2002-03-02  Kim F. Storm  <storm@cua.dk>
2285         * window.c (Fminibuffer_selected_window): New function.
2286         (syms_of_window): Defsubr it.
2288 2002-03-01  Kim F. Storm  <storm@cua.dk>
2290         * window.h (struct window): New member phys_cursor_width.
2292         * window.c (make_window, replace_window): Init phys_cursor_width.
2294         * xterm.c (x_display_and_set_cursor): Blink box cursor using
2295         hollow box cursor.  Blink bar cursor using 1 pixel wide bar.
2297         * w32term.c (x_display_and_set_cursor): Blink box cursor using
2298         hollow box cursor.  Blink bar cursor using 1 pixel wide bar.
2300         * lisp.h (GCPRO6): New macro.
2302         * process.c (Fopen_network_stream): Use GCPRO6.
2304 2002-03-01  Kim F. Storm  <storm@cua.dk>
2306         * process.c (Qconnect, Qfailed): New variables.
2307         (syms_of_process): Intern and staticpro them.
2308         (Fprocess_status): Document connect and failed return values.
2309         [NON_BLOCKING_CONNECT]: New conditional.
2310         (connect_wait_mask, num_pending_connects): New variables.
2311         (status_message): Convert Qfailed status.
2312         (Fopen_network_stream): Added support for non-blocking connect.
2313         New optional args: filter, sentinel, non_blocking.  Doc updated.
2314         [HAVE_GETADDRINFO, !HAVE_GETADDRINFO]:  Merged common code.
2315         (deactivate_process): Handle pending non-blocking connect.
2316         (wait_reading_process_input): Poll for status of non-blocking
2317         connects.  Exec sentinel directly when connect succeeds.
2318         (status_notify): Don't read process output if not yet connected.
2320 2002-02-28  Kim F. Storm  <storm@cua.dk>
2322         * window.c: (minibuf_selected_window): Renamed from
2323         Vminibuf_selected_window.  Users changed.
2324         (syms_of_window): Staticpro it.
2326 2002-02-26  Kim F. Storm  <storm@cua.dk>
2328         The following changes add a new Vminibuf_selected_window variable
2329         which is similar to Vminibuf_scroll_window, but which is only set
2330         on entry to the minibuffer (from a non-minibuffer window):
2332         * window.c: (Vminibuf_selected_window): New variable.
2333         (struct save_window_data): New member minibuf_selected_window.
2334         (Fset_window_configuration): Restore Vminibuf_selected_window.
2335         (Fcurrent_window_configuration): Save Vminibuf_selected_window.
2336         Set minibuf_scroll_window member to nil if minibuf_level is 0.
2337         (compare_window_configurations): Compare minibuf_selected_window.
2339         * window.h: (Vminibuf_selected_window): Declare extern.
2341         * minibuf.c (read_minibuf): Set Vminibuf_selected_window on first
2342         entry to minibuffer or on entry from a non-minibuffer window.
2344         * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3): Compare with
2345         Vminibuf_selected_window instead of Vminibuf_scroll_window.
2347         * xdisp.c (init_iterator): Compare with Vminibuf_selected_window
2348         instead of Vminibuf_scroll_window when deciding in which window
2349         the region should be highlighted.  Consequently, the region remains
2350         highlighteded even when a completion buffer is also displayed.
2352 2002-02-26  Eli Zaretskii  <eliz@is.elta.co.il>
2354         * fileio.c (Fsubstitute_in_file_name): Fix the change from
2355         2002-02-08.
2357         * xselect.c (Qcompound_text_with_extensions): Renamed from
2358         Qcompound_text_no_extensions.
2359         (lisp_data_to_selection_data, syms_of_xselect): Use the new name.
2361 2002-02-26  Juanma Barranquero  <lektu@terra.es>
2363         * w32proc.c (syms_of_ntproc): Doc fix.
2365 2002-02-24  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
2367         * intervals.h: Include "dispextern.h" unconditionally.
2369 2002-02-24  Jason Rumney  <jasonr@gnu.org>
2371         * Makefile.in (WINNT_SUPPORT) [WINDOWSNT]: Add w32-vars.elc
2372         and disp-table.elc.
2373         (lisp): Add emacs-lisp/backquote.elc.
2375 2002-02-24  Kim F. Storm  <storm@cua.dk>
2377         * keymap.c (Flookup_key): Fixed problem in 2001-12-28 patch:
2378         The validation of the event type was too strict as it didn't
2379         allow string events; buffer names are used in bindings for
2380         menu-bar-select-buffer (see `menu-bar-update-buffers').
2382 2002-02-23  Kim F. Storm  <storm@cua.dk>
2384         The following changes rework my patch of 2002-02-06 which
2385         added command remapping by entering the commands directly into
2386         the keymaps.  Now, command remapping uses an explicit `remap'
2387         prefix in the keymaps, i.e. [remap COMMAND].
2389         * keymap.c (Qremap, remap_command_vector): New variables.
2390         (is_command_symbol): Removed function.
2391         (Fdefine_key): No longer accept a symbol for KEY.
2392         Added validation of [remap COMMAND] argument for KEY.
2393         The DEF is no longer required to be a symbol when remapping a command.
2394         (Fremap_command): New function to remap command through keymaps.
2395         (Flookup_key): Perform command remapping initiated by
2396         Fremap_command directly for speed.
2397         (Fkey_binding): Use Fremap_command for command remapping.
2398         (where_is_internal): Handle new command remapping representation.
2399         (syms_of_keymap): Intern Qremap, initialize remap_command_vector,
2400         staticpro them.  Defsubr Fremap_command.
2402         * keymap.h (Fremap_command): Declare extern.
2403         (is_command_symbol): Remove extern.
2405         * keyboard.c (command_loop_1): Use Fremap_command for command
2406         remapping; now try command remapping for all symbols.
2408 2002-02-23  Eli Zaretskii  <eliz@is.elta.co.il>
2410         * coding.h (run_pre_post_conversion_on_str): Add prototype.
2412 2002-02-23  Jason Rumney  <jasonr@gnu.org>
2414         * w32select.c (Fw32_set_clipboard_data): Run pre-write-conversion
2415         on the string before encoding it.
2416         (Fw32_get_clipboard_data): Run post-read-conversion on the string
2417         after decoding it.
2419         * w32fns.c (w32_wnd_proc) <WM_TIMER>: Fix last change.
2421 2002-02-23  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
2423         * w32term.c (enter_timestamp): Remove unused static variable to
2424         prevent warning.
2426         * xterm.c (enter_timestamp): Put in #if 0 to prevent warning.
2428 2002-02-23  Eli Zaretskii  <eliz@is.elta.co.il>
2430         * w16select.c (Fw16_get_clipboard_data): Fix last change.
2432         * xselect.c (selection_data_to_lisp_data): Fix last change.
2434 2002-02-22  Jason Rumney  <jasonr@gnu.org>
2436         * w32term.h (struct w32_output): New member menu_command_in_progress.
2438         * w32menu.c (menubar_selection_callback): Free the menu and
2439         clear the menu_command_in_progress flag.
2441         * w32fns.c (mouse_move_timer, mouse_button_timer): Initialize.
2442         (menu_free_timer): New variable.
2443         (MENU_FREE_ID, MENU_FREE_DELAY): New constants.
2444         (w32_wnd_proc) <WM_TIMER>: Handle menu_free_timer.
2445         <WM_EXITMENULOOP>: Delay before freeing menu.  Do nothing if a
2446         menu command is in progress.
2447         <WM_COMMAND>: Set the menu_command_in_progress flag.
2448         Kill any menu_free_timer that is running.
2450         * w32term.c (w32_text_out): Renamed from W32_TEXTOUT.
2451         Call ExtTextOutA rather than ExtTextOut.
2453 2002-02-22  Eli Zaretskii  <eliz@gnu.org>
2455         * puresize.h (BASE_PURESIZE): Increase to 755000.
2457 2002-02-22  Eli Zaretskii  <eliz@is.elta.co.il>
2459         * w16select.c (Fw16_set_clipboard_data): Run pre-write-conversion
2460         on the string before encoding it.
2461         (Fw16_get_clipboard_data): Run post-read-conversion on the string
2462         after decoding it.
2464 2002-02-22  Eli Zaretskii  <eliz@is.elta.co.il>
2466         Support for ICCCM  Extended Segments in X selections:
2468         * xselect.c <Qcompound_text_no_extensions>: New variable.
2469         (syms_of_xselect): Intern and staticpro it.
2470         (selection_data_to_lisp_data): Run post-read-conversion on decoded
2471         selection text.
2472         (lisp_data_to_selection_data): If next-selection-coding-system is
2473         compound-text-no-extensions, set the type of selection to be
2474         compound-text.
2476         * xterm.h (x_encode_text): Update prototype.
2478         * xfns.c (x_encode_text): Accept additional arg SELECTIONP; all
2479         callers changed.  If SELECTIONP is non-zero, run the
2480         pre-write-conversion function before encoding the selection text.
2482 2002-02-21  Kim F. Storm  <storm@cua.dk>
2484         * frame.c (syms_of_frame): Change mouse-highlight default to t.
2486         * keyboard.c (kbd_buffer_get_event) [WINDOWSNT]:
2487         Correct composing of language-change event.
2489 2002-02-20  Kim F. Storm  <storm@cua.dk>
2491         * keyboard.c (menu_bar_items): Don't include keymap or local-map
2492         bindings at PT when building menu (the menu is not updated often
2493         enough for this to work reliable).
2494         (tool_bar_items): Likewise.
2495         (current_active_maps): Removed unused (and buggy) function.
2497 2002-02-20  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
2499         * xfns.c (gif_load): Use correct width and height for GIF images.
2501 2002-02-19  Eli Zaretskii  <eliz@is.elta.co.il>
2503         * floatfns.c (Fatan): Accept an optional second arg and call
2504         atan2 if passed 2 args.
2506 2002-02-18  Jason Rumney  <jasonr@gnu.org>
2508         * w32term.c (glyph_rect): Determine the row and glyph more precisely.
2510 2002-02-17  Jason Rumney  <jasonr@gnu.org>
2512         * w32term.c (x_autoselect_window_p): New variable.
2513         (syms_of_w32term): DEFVAR_BOOL and initialize it.
2514         (note_mouse_movement): Use it.
2516         * w32fns.c (w32_load_system_font): Never set fonts_changed_p to zero.
2518         * w32bdf.c (w32_load_bdf_font): Maybe set fonts_changed_p.
2520         * w32fns.c (Qfullscreen, Qfullwidth, Qfullheight, Qfullboth):
2521         New variables.
2522         (syms_of_w32fns): Intern and staticpro them.
2523         (x_frame_parms) <"fullscreen">: New parameter.
2524         (x_fullscreen_move, x_set_fullscreen): New functions.
2525         (x_set_frame_parameters): Support Qfullscreen.
2526         (x_real_positions): Save x/y_pixels_diff frame params.
2527         (x_figure_window_size): Support full-screen frames.
2528         (Fx_create_frame): Default the fullscreen parameter.
2530         * w32term.c (x_check_fullscreen, x_check_fullscreen_move)
2531         (x_fullscreen_adjust): New functions.
2532         (w32_read_socket) <WM_WINDOWPOSCHANGED>:  Don't resize to
2533         fullscreen.  Call x_check_fullscreen_move, and set the
2534         want_fullscreen member of output_data.w32
2535         <WM_ACTIVATE, WM_ACTIVATEAPP>: Call x_check_fullscreen.
2537         * w32term.h: New enum for FULLSCREEN_* constants.
2538         (struct w32_output): New members want_fullscreen, x_pixels_diff,
2539         y_pixels_diff, x_pixels_outer_diff, and y_pixels_outer_diff.
2540         (x-fullscreen-adjust): New prototype.
2542 2002-02-17  Kim F. Storm  <storm@cua.dk>
2544         * frame.c: (Vmouse_highlight): New variable.
2545         (syms_of_frame): DEFVAR_LISP it.
2547         * frame.h: (Vmouse_highlight): Declare extern.
2549         * xterm.h (struct x_display_info): Add mouse_face_hidden.
2551         * xterm.c (disable_mouse_highlight): Removed variable.
2552         (note_mouse_highlight): Don't highlight if Vmouse_highlight is nil.
2553         (show_mouse_face): Don't show highlight if mouse_face_hidden is set.
2554         (XTread_socket): Turn mouse_face_hidden off after mouse movement,
2555         and on after keyboard input.
2556         (x_term_init): Initialize mouse_face_hidden.
2558         * msdos.h (struct display_info): Add mouse_face_hidden.
2560         * msdos.c (disable_mouse_highlight): Removed variable.
2561         (show_mouse_face): Don't show highlight if mouse_face_hidden is set.
2562         (IT_note_mouse_highlight): Don't highlight if Vmouse_highlight is nil.
2563         (internal_terminal_init): Initialize mouse_face_hidden.
2564         (dos_rawgetc): Turn mouse_face_hidden off after mouse movement,
2565         and on after keyboard input.
2567         * w32term.h (struct w32_display_info): Add mouse_face_hidden.
2569         * w32term.c (disable_mouse_highlight): Removed variable.
2570         (note_mouse_highlight): Disable highlight if Vmouse_highlight is nil.
2571         (show_mouse_face): Don't show highlight if mouse_face_hidden is set.
2572         (w32_read_socket): Turn mouse_face_hidden off after mouse movement,
2573         and on after keyboard input.
2574         (w32_initialize_display_info): Initialize mouse_face_hidden.
2576 2002-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
2578         * msdos.c (last_mouse_window): New variable.
2579         (dos_rawgetc): Fix last change--if the mouse is in the same window
2580         as recorded in last_mouse_window, don't select this window.
2582         * Makefile.in (lisp, shortlisp): Use cus-start.elc, not cus-start.el.
2584         * msdos.c (x_autoselect_window_p): New variable.
2585         (syms_of_msdos): Defvar it.
2586         (dos_rawgetc): If x_autoselect_window_p is set, select the window
2587         in which the last mouse movement occured, unless it is already
2588         selected.
2590         * xdisp.c (automatic_hscroll_margin, Vautomatic_hscroll_step):
2591         New variables.
2592         (syms_of_xdisp): DEVFAR them.
2593         (hscroll_window_tree): Use automatic_hscroll_margin and
2594         Vautomatic_hscroll_step to compute the amount of window scrolling.
2596 2002-02-16  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
2598         * xterm.c (x-autoselect-window): New variable.
2599         (note_mouse_movement): Use it.
2601         * keyboard.c: Do not include "systime.h" twice.
2603 2002-02-15  Andreas Schwab  <schwab@suse.de>
2605         * puresize.h (BASE_PURESIZE): Increase to 9/5.
2607         * alloc.c (NSTATICS): Increase to 1280.
2609 2002-02-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2611         * alloc.c (NSTATICS): Bump to 1026.
2613         * xterm.c (Vx_alt_keysym, Vx_hyper_keysym, Vx_meta_keysym)
2614         (Vx_super_keysym): New variables.
2615         (syms_of_xterm): DEFVAR_LISP them.
2616         (x_x_to_emacs_modifiers, x_emacs_to_x_modifiers): Use the
2617         variables to determine which keys to use for the various modifiers.
2619 2002-02-13  Kim F. Storm  <storm@cua.dk>
2621         * window.c: (Vmode_line_in_non_selected_windows): Removed.
2622         (mode_line_in_non_selected_windows): New variable.
2623         (syms_of_window): DEFVAR_BOOL it.
2625         * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3):
2626         Use mode_line_in_non_selected_windows.
2627         (mode_line_in_non_selected_windows): Declare extern.
2628         (Vmode_line_in_non_selected_windows): Removed extern.
2630 2002-02-13  Richard M. Stallman  <rms@gnu.org>
2632         * keyboard.c (Fthis_command_keys, Fthis_command_keys_vector)
2633         (Fthis_single_command_keys, Fthis_single_command_raw_keys)
2634         (Fclear_this_command_keys): Doc fixes.
2636         * xfaces.c (Finternal_make_lisp_face, Finternal_copy_lisp_face)
2637         (update_face_from_frame_parameter): Increment face_change_count
2638         and windows_or_buffers_changed to force redisplay using changed faces.
2640         * xdisp.c (QCpropertize): New variable.
2641         (mode_line_proptrans_alist): New variable.
2642         (display_mode_element): New arg PROPS; all calls changed.
2643         Implement this, for strings.
2644         Handle literal output of strings by sharing the
2645         main-line code for strings, using local var `literal'.
2646         Handle :propertize feature.
2647         (syms_of_xdisp): Initialze and staticpro QCpropertize and
2648         mode_line_proptrans_alist.
2650 2002-02-11  Kim F. Storm  <storm@cua.dk>
2652         * window.c: (Vmode_line_in_non_selected_windows): New variable.
2653         (syms_of_window): DEFVAR_LISP it.
2655         * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3): New macro.
2656         (CURRENT_MODE_LINE_FACE_ID): Use it.
2657         (Vmode_line_in_non_selected_windows): Declare extern.
2659         * xdisp.c (display_mode_lines): Use CURRENT_MODE_LINE_FACE_ID_3
2660         to get mode line face.
2662 2002-02-11  Eli Zaretskii  <eliz@is.elta.co.il>
2664         * msdos.c (Vx_bitmap_file_path, x_stretch_cursor_p): Remove these
2665         variables; cus-start.el doesn't need them anymore.
2667 2002-02-09  Kim F. Storm  <storm@cua.dk>
2669         * insdel.c (make_gap_smaller): Preserve BEG_UNCHANGED during gap
2670         reduction.  This fixes a display problem where stray newlines were
2671         inserted in the window (corrected by C-l).  Clarified code (IMHO).
2673 2002-02-09  Eli Zaretskii  <eliz@is.elta.co.il>
2675         * dispextern.h (CURRENT_MODE_LINE_FACE_ID): Fix last change.
2677         * xdisp.c (display_mode_lines): Fix last change.
2679 2002-02-09  Jason Rumney  <jasonr@gnu.org>
2681         * w32fns.c (enum_font_cb2): Don't let charsets unknown to Windows
2682         match each other.
2683         (w32_load_system_font): Prevent Cleartype fonts from loading.
2684         (Fx_show_tip): Ensure tip frames are above other topmost windows.
2686 2002-02-09  Kim F. Storm  <storm@cua.dk>
2688         * dispextern.h (CURRENT_MODE_LINE_FACE_ID): New macro.
2689         (CURRENT_MODE_LINE_HEIGHT): Use it.
2690         (enum face_id): Add MODE_LINE_INACTIVE_FACE_ID.
2692         * xdisp.c (window_box_height): Use CURRENT_MODE_LINE_FACE_ID.
2693         (pos_visible_p, handle_face_prop): Likewise.
2694         (display_mode_lines): Likewise, but for the real selected window.
2695         (init_iterator) [row == NULL]: Handle MODE_LINE_INACTIVE_FACE_ID.
2697         * xfaces.c (Qmode_line_inactive): New face variable for mode-line
2698         in non-selected windows.
2699         (realize_basic_faces): Realize it.
2700         (syms_of_term): Intern and staticpro it.
2702 2002-02-08  Kim F. Storm  <storm@cua.dk>
2704         * alloc.c (SETJMP_WILL_LIKELY_WORK, SETJMP_WILL_NOT_WORK):
2705         Changed mail addresses to emacs-devel@gnu.org.
2707 2002-02-08  Eli Zaretskii  <eliz@is.elta.co.il>
2709         * fileio.c (Fsubstitute_in_file_name): If the file name includes
2710         ~user, and there's no such user, don't discard everything before ~user.
2712         * floatfns.c (Fround): Doc fix.
2714 2002-02-08  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
2716         * sysdep.c (init_system_name): Put unused variable `p' in #if 0.
2718 2002-02-07  Stefan Monnier  <monnier@cs.yale.edu>
2720         * lisp.h (Fx_file_dialog): Add extern decl (used in fileio.c).
2722 2002-02-07  Kim F. Storm  <storm@cua.dk>
2724         * keymap.c (where_is_internal): Only check whether definition is
2725         remapped if it fulfills is_command_symbol.
2727 2002-02-07  Andreas Schwab  <schwab@suse.de>
2729         * s/gnu-linux.h (GC_LISP_OBJECT_ALIGNMENT): Define to 2 for m68k.
2731         * alloc.c (mark_stack): Don't assume sizeof (Lisp_Object) is 4.
2733 2002-02-06  Kim F. Storm  <storm@cua.dk>
2735         * keymap.c (Fdefine_key): Allow symbol as KEY argument for
2736         defining command remapping.  Doc updated.
2737         (Flookup_key): Remap command through keymap if KEY is a symbol.
2738         (is_command_symbol): New function.
2739         (Fkey_binding): Use it.  New optional argument NO-REMAP.
2740         Doc updated.  Callers changed.  Perform command remapping via
2741         recursive call unless that arg is non-nil.
2742         (where_is_internal): New argument no_remap.  Callers changed.
2743         Call recursively to find original key bindings for a remapped
2744         comand unless that arg is non-nil.
2745         (Fwhere_is_internal): New optional argument NO-REMAP.
2746         Doc updated.  Callers changed.  Pass arg to where_is_internal.
2748         * keymap.h (Fkey_binding, Fwhere_is_internal): Update prototype.
2749         (is_command_symbol): Added prototype.
2751         * keyboard.c (Vthis_original_command): New variable.
2752         (syms_of_keyboard): DEFVAR_LISP it.
2753         (command_loop_1): Set it, and perform command remapping.
2755 2002-02-06  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
2757         * keyboard.c (recursive_edit_1): Call cancel_hourglass unconditionally.
2759 2002-02-06  Jason Rumney  <jasonr@gnu.org>
2761         * w32term.c (w32_native_per_char_metric): Disable 2002-01-20 change.
2763 2002-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
2765         * charset.c (get_charset_id): Use if-else instead of ?:.
2767 2002-02-06  Richard M. Stallman  <rms@gnu.org>
2769         * filelock.c (S_ISLNK): Define if not defined.
2771 2002-02-03  Richard M. Stallman  <rms@gnu.org>
2773         * fileio.c (Fdo_auto_save): Improve "auto save disabled" msg.
2775         * lread.c (read1): Redesign strategy for force_multibyte and
2776         force_singlebyte.  Now is_multibyte records whether read_buffer
2777         is multibyte.  Encountering any multibyte character makes it so.
2779 2002-02-02  Stefan Monnier  <monnier@cs.yale.edu>
2781         * term.c (term_get_fkeys_1): If `k0' and `k;' are both specified and
2782         with the same sequence, map that sequence to f10 rather than f0.
2784 2002-02-03  Andreas Schwab  <schwab@suse.de>
2786         * s/gnu-linux.h: Check for __mc68000__ instead of __m68k__, the
2787         latter never being defined on GNU/Linux.
2789 2002-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
2791         * xfaces.c (realize_default_face): Don't set the weight and slant
2792         of the default face to Qnormal, unless these attributes are
2793         unspecified.
2795 2002-02-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
2797         * keyboard.c (command_loop_1) [HAVE_X_WINDOWS]:
2798         Call cancel_hourglass unconditionally.
2800         * eval.c (Fsignal): Remove duplicated declaration of
2801         the variable `display_hourglass_p'.
2803 2002-01-31  Richard M. Stallman  <rms@gnu.org>
2805         * editfns.c (region_limit): Nicer error message.
2807         * coding.c (decode_composition_emacs_mule):
2808         Give up if NCOMPONENT gets too large to index `component'.
2810         * callint.c (check_mark): New arg to specify clearer error message.
2811         Callers changed.
2813 2002-01-27  Richard M. Stallman  <rms@gnu.org>
2815         * minibuf.c (Fcompleting_read): Doc fix.
2817 2002-01-27  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
2819         * minibuf.c (Fread_from_minibuffer, Fread_command, Fread_function)
2820         (Fread_variable, Fread_buffer, minibuffer-completion-confirm):
2821         Fix doc-strings.
2823 2002-01-26  Richard M. Stallman  <rms@gnu.org>
2825         * buffer.c (syms_of_buffer): Doc fixes for scroll-...-aggressively.
2827         * xdisp.c (try_scrolling): Exchange uses of scroll_down_aggressively
2828         and scroll_up_aggressively.
2830 2002-01-26  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
2832         * keyboard.c (parse_tool_bar_item): Remove duplicated prototypes.
2834 2002-01-25  Stefan Monnier  <monnier@cs.yale.edu>
2836         * textprop.c (Fnext_property_change, Fnext_single_property_change)
2837         (Fprevious_property_change, Fprevious_single_property_change):
2838         Stay within the narrowed-buffer boundaries.
2840 2002-01-25  Eli Zaretskii  <eliz@is.elta.co.il>
2842         * term.c (Ftty_display_color_cells): New function.
2843         (syms_of_term): Defsubr it.
2844         (Ftty_display_color_cells, Ftty_display_color_p): Change the
2845         argument name to DISPLAY.  Doc fix.
2847         * dispextern.h: Add prototype for set_tty_color_mode and
2848         tty_setup_colors.
2850 2002-01-24  Jason Rumney  <jasonr@gnu.org>
2852         * w32term.c (x_scroll_run): Use ScrollWindowEx in place of BitBlt.
2853         If region left to draw is not what was expected, mark the frame as
2854         garbaged.
2856         * w32fns.c (w32_wnd_proc) <WM_PAINT>: Initialize update_rect.
2857         Combine the regions returned by BeginPaint and GetUpdateRect.
2859 2002-01-23  Jason Rumney  <jasonr@gnu.org>
2861         * w32term.c (x_update_window_begin): Only hide caret if
2862         w32_use_visible_system_caret is set.
2863         (x_update_window_end): Only show caret if
2864         w32_use_visible_system_caret is set.
2865         (syms_of_w32term): Handle SystemParametersInfo call failing.
2867         * w32fns.c (syms_of_w32fns): Initialize w32_visible_system_caret_hwnd.
2869 2002-01-22  Richard M. Stallman  <rms@gnu.org>
2871         * unexelf.c (unexec): Define n so as to cause compilation error
2872         for the code where people have often written n instead of nn.
2874         * .gdbinit (hookpost-run): Defined.
2876 2002-01-22  Jan D.  <Jan.Djarv@mbox200.swipnet.se>
2878         * xfns.c (x_set_frame_parameters): Typo in previous fix corrected.
2880 2002-01-21  Jan D.  <Jan.Djarv@mbox200.swipnet.se>
2882         * xfns.c (x_set_frame_parameters): Just call x_fullscreen_adjust
2883         if fullscreen is being set.
2885 2002-01-21  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
2887         * minibuf.c (Fminibuffer_contents)
2888         (Fminibuffer_contents_no_properties, Fread_from_minibuffer)
2889         (Fread_string, Fread_no_blanks_input, Fcompleting_read): Doc fixes.
2891 2002-01-21  Richard M. Stallman  <rms@gnu.org>
2893         * window.c (check_frame_size): Fix minimum height calculation.
2895 2002-01-20  Ken Raeburn  <raeburn@gnu.org>
2897         * dispextern.h (WINDOW_WANTS_MODELINE_P): Use XFASTINT on window
2898         height before comparison.
2899         (WINDOW_WANTS_HEADER_LINE_P): Likewise.
2901 2002-01-20  Jason Rumney  <jasonr@gnu.org>
2903         * w32term.c (w32_system_caret_width): Remove.
2904         (w32_use_visible_system_caret): New user flag.
2905         (syms_of_w32term): DEFVAR_BOOL it.  Initialize based on whether
2906         Windows reports a screen reader running.
2907         (x_update_window_begin): Hide the system caret.
2908         (x_update_window_end): Show the system caret.
2909         (x_display_and_set_cursor): Don't draw a cursor when
2910         w32_use_visible_system_caret is set.  Do not adjust width.
2912         * w32fns.c (w32_visible_system_caret_hwnd): New static variable.
2913         (w32_wnd_proc) <WM_KILL_FOCUS, WM_EMACS_DESTROY_CARET>: Set it.
2914         <WM_EMACS_TRACK_CARET>: Arrange for system caret to be visible if
2915         the user requests it.  Use system default width when creating.
2916         <WM_EMACS_HIDE_CARET, WM_EMACS_SHOW_CARET>: Handle new messages.
2918         * w32term.h (WM_EMACS_SHOW_CARET, WM_EMACS_HIDE_CARET):
2919         New window messages.
2921 2002-01-20  Richard M. Stallman  <rms@gnu.org>
2923         * window.c (MIN_SAFE_WINDOW_HEIGHT): Value now 1.
2925 2002-01-20  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
2927         * doprnt.c (doprnt1): Fix typos in error call.
2929 2002-01-20  Eli Zaretskii  <eliz@is.elta.co.il>
2931         * unexelf.c (unexec) [__sgi]: Support the .got sections.
2933 2002-01-20  Jason Rumney  <jasonr@gnu.org>
2935         * w32term.c (w32_native_per_char_metric): Don't trust the metrics
2936         that Windows returns.  If a double check fails, try to guess how
2937         ExtTextOut is going to act.
2939         * w32fns.c (w32_load_system_font, w32_to_x_charset): Use strnicmp
2940         in place of stricmp.
2941         (w32_list_synthesized_fonts): Removed.
2942         (w32_to_all_x_charsets, enum_font_maybe_add_to_list): New functions.
2943         (struct enumfont_t): New element; list.
2944         (enum_font_cb2): List all style and charset variations of a font.
2945         (Fw32_select_font): New optional argument; include_proportional.
2946         Exclude vertical fonts.  Exclude proportional fonts unless
2947         include_proportional is non-nil.
2948         (w32_enable_synthesized_fonts): Change to a boolean.
2949         (Fw32_send_sys_command): Doc fix.
2951 2002-01-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
2953         * dispnew.c (update_frame): Move the variable `tem' to the block
2954         where it is used.
2956 2002-01-19  Jason Rumney  <jasonr@gnu.org>
2958         * w32fns.c (Fx_create_frame): Bind redisplay-dont-pause around
2959         call to face-set-after-frame-default.
2961 2002-01-18  Richard M. Stallman  <rms@gnu.org>
2963         * dispextern.h (WINDOW_WANTS_MODELINE_P): Check window height > 1.
2964         (WINDOW_WANTS_HEADER_LINE_P): Check window height provides room.
2966 2002-01-17  Richard M. Stallman  <rms@gnu.org>
2968         * window.c (enlarge_window): When exceeding size of parent,
2969         directly delete all the siblings instead of trying to resize it.
2971 2002-01-17  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
2973         * term.c (set_tty_color_mode): Remove unused variable `tem'.
2975 2002-01-16  Henrik Enberg  <henrik@enberg.org>
2977         * lread.c (init_lread): Move the installed-lisp dirs later in the path.
2979 2002-01-16  Kim F. Storm  <storm@cua.dk>
2981         * xterm.c (x_erase_phys_cursor): Don't erase cursor if cursor row
2982         is invisible.  This can happen if cursor is on top line of a
2983         window, and we switch to a buffer with a header line.
2985         * w32term.c (x_erase_phys_cursor): Ditto.
2987 2002-01-16  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
2989         * xterm.c (XTread_socket) [!USE_X_TOOLKIT]: Compute the value of
2990         `dont_resize' only when used.
2992         * xdisp.c: Remove forgotten extern declaration of `Qimage'.
2994 2002-01-15  Eli Zaretskii  <eliz@is.elta.co.il>
2996         * xdisp.c (display_mode_element): When computing charpos, depend
2997         on multibyteness of elt, not the text in field.
2999 2002-01-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
3001         * buffer.c (Fkill_all_local_variables):
3002         Increment `update_mode_lines' only once.
3004 2002-01-14  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
3006         * lisp.h (adjust_after_replace_noundo)
3007         (Fupdate_coding_systems_internal): Add prototypes.
3009         * sound.c (Fplay_sound): Initialize header_size also for :data case.
3011 2002-01-14  Eli Zaretskii  <eliz@is.elta.co.il>
3013         Support for the --color command-line argument and tty-color-mode
3014         frame parameter:
3016         * term.c (tty_default_color_capabilities, tty_setup_colors)
3017         (set_tty_color_mode): New functions.
3018         (term_init): Call tty_default_color_capabilities.
3019         (Qtty_color_mode_alist): New variable.
3020         (syms_of_term): Intern and staticpro it.
3022         * frame.c (store_frame_param): Call set_tty_color_mode for termcap
3023         frames.
3024         (do_switch_frame): For termcap frames, switch the tty
3025         color mode as specified by the frame's parameters.
3026         (Qtty_color_mode): New variable.
3027         (syms_of_frame): Intern and staticpro it.
3029         * emacs.c (USAGE2): Add the --color option.
3030         (standard_args): Ditto.
3032 2002-01-13  Jan Djarv  <Jan.Djarv@mbox200.swipnet.se>
3034         * xterm.h (struct x_output): New members want_fullscreen,
3035         x_pixels_diff, y_pixels_diff, x_pixels_outer_diff, and
3036         y_pixels_outer_diff.
3037         New enum for FULLSCREEN_* constants.
3038         (FRAME_OUTER_WINDOW): Handle the case where output_data.x->widget
3039         is NULL.
3040         (x_fullscreen_adjust): Add prototype.
3042         * emacs.c (USAGE2): Add the new full-screen arguments.
3043         (standard_args): Ditto.
3045         * xfns.c (Qfullscreen, Qfullwidth, Qfullheight, Qfullboth):
3046         New variables.
3047         (syms_of_xfns): Intern and staticpro them.
3048         (x_frame_parms) <"fullscreen">: New parameter.
3049         (x_fullscreen_move, x_set_fullscreen): New functions.
3050         (x_set_frame_parameters): Support for Qfullscreen.
3051         (x_real_positions): More accurate computation of the frame position.
3052         (x_figure_window_size): Support full-screen frames.
3053         (Fx_create_frame): Default the fullscreen parameter.
3055         * xterm.c (x_check_fullscreen, x_fullscreen_adjust): New functions.
3056         (XTread_socket) <Expose>: Call x_check_fullscreen.
3057         <ConfigureNotify>: Don't resize to fullscreen.
3058         Call x_check_fullscreen_move, and set the want_fullscreen member of
3059         output_data.x.
3061 2002-01-13  Jason Rumney  <jasonr@gnu.org>
3063         * w32term.h (WM_XBUTTONDOWN, WM_XBUTTONUP): New window messages
3064         for mice with more than 3 buttons.
3066         * w32term.c (parse_button): New parameter xbutton.  Callers changed.
3067         (w32_read_socket): Handle new "XBUTTON" messages.
3069         * w32fns.c (w32_pass_extra_mouse_buttons_to_system): New user option.
3070         (syms_of_w32fns): DEFVAR_BOOL it.
3071         (w32_wnd_proc): Handle new "XBUTTON" messages.
3073 2002-01-13  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
3075         * keyboard.c (read_key_sequence): Remove unused variable `extra_maps'.
3077 2002-01-13  Andreas Schwab  <schwab@suse.de>
3079         * xterm.c (x_load_font): Never set fonts_changed_p to zero.
3081 2002-01-12  Andreas Schwab  <schwab@suse.de>
3083         * .gdbinit (xbuffer): Remove address operator since data is now a
3084         pointer.
3086 2002-01-11  Richard M. Stallman  <rms@gnu.org>
3088         * insdel.c (adjust_after_replace_noundo): New function.
3090         * coding.c (code_convert_region): Don't copy old text if undo disabled.
3092 2002-01-09  Jason Rumney  <jasonr@gnu.org>
3094         * xdisp.c (x_consider_frame_title): Don't count the tooltip frame
3095         when checking for multiple frames.
3097 2002-01-08  Richard M. Stallman  <rms@gnu.org>
3099         * window.c (delete_window): Rewrite the code for changing the
3100         selected window to handle the case where WINDOW is not a leaf.
3102 2002-01-07  Eli Zaretskii  <eliz@is.elta.co.il>
3104         * process.c (send_process): Set src_multibyte to 1 after the call
3105         top setup_coding_system, not before the call.
3107 2002-01-07  Jason Rumney  <jasonr@gnu.org>
3109         * xmenu.c (set_frame_menubar, xmenu_show):
3110         (xdialog_show): Initialize wv->help to Qnil.
3112         * w32menu.c (single_submenu, set_frame_menubar, w32_menu_show):
3113         (w32_dialog_show): Initialize wv->help to Qnil.
3115 2002-01-06  Jason Rumney  <jasonr@gnu.org>
3117         * xmenu.c (single_submenu): Initialize wv->help to Qnil.
3119         * w32menu.c (w32_menu_display_help): Revert last change.
3121         * xmenu.c (menu_highlight_callback): Revert last change.
3123 2002-01-06  Andreas Schwab  <schwab@suse.de>
3125         * insdel.c (make_gap_larger): Make sure buffer size does not
3126         overflow range of int.
3128 2002-01-05  Jason Rumney  <jasonr@gnu.org>
3130         * w32term.c (x_draw_glyphs): Don't call notice_overwritten_cursor if
3131         OVERLAPS_P.
3133         * w32menu.c (w32_menu_display_help): Hide any tooltip window.
3135         * w32fns.c (compute_tip_xy): If tooltip won't fit on the screen
3136         to the left or to the right of the pointer, put it against
3137         the left screen edge.
3138         (x_frame_parms): Add missing braces around initializer.
3140         * w32term.c (x_setup_relief_colors): Don't compute an image's
3141         background color if it doesn't have a Pixmap.
3142         (notice_overwritten_cursor): Don't depend on
3143         output_cursor and updated_area.  Compare pixel coordinates with
3144         window's cursor pixel coordinates.
3145         (x_draw_glyphs, x_clear_end_of_line, show_mouse_face):
3146         Call notice_overwritten_cursor with new arg list.
3147         (show_mouse_face): Fix bug setting a row's mouse_face_p flag
3148         unconditionally.
3149         (x_draw_image_relief): Use predefined macro instead of
3150         constant when the value of `tool_bar_button_relief' is negative.
3152         * w32term.c (x_display_and_set_cursor): Fix PostMessage arg types.
3154 2002-01-04  Richard M. Stallman  <rms@gnu.org>
3156         * xmenu.c (menu_highlight_callback): Hide any tooltip window.
3158 2002-01-03  Richard M. Stallman  <rms@gnu.org>
3160         * keymap.c (Fcurrent_active_maps): Put the `keymap' property map first.
3161         (Fkey_binding): Try the `keymap' property map first.
3162         (Fdescribe_buffer_bindings): Show `keymap' property bindings before
3163         minor mode bindings.
3165 2002-01-03  Kim F. Storm  <storm@cua.dk>
3167         * keyboard.c (read_key_sequence): Fixed cast of submaps arg to bcopy.
3169 2002-01-02  Richard M. Stallman  <rms@gnu.org>
3171         * keyboard.c (read_key_sequence): Handle the keymap property
3172         before minor mode maps.
3174         * editfns.c (Fformat): Update thissize from field_width
3175         based on the actual width, in the string case.
3177 2002-01-01  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
3179         * charset.h (UNIBYTE_STR_AS_MULTIBYTE_P): Parenthesize assignment
3180         when used as truth value to prevent gcc warnings.
3182         * sysdep.c, unexapollo.c, w32.c, w32bdf.c, w32heap.c, w32inevt.c,
3183         * w32proc.c: Include <config.h>.
3185 2002-01-01  Andreas Schwab  <schwab@suse.de>
3187         * eval.c (max_specpdl_size, max_lisp_eval_depth): Define as int,
3188         not EMACS_INT, to make them compatible with DEFVAR_INT.
3189         * lisp.h (max_specpdl_size): Adjust declaration.
3191 2002-01-01  Richard M. Stallman  <rms@gnu.org>
3193         * print.c (print_object): Test print_escape_nonascii only for
3194         unibyte strings.
3195         (PRINTPREPARE): Once again bind Qprint_escape_nonascii
3196         when outputting to a multibyte buffer.
3198 2001-12-29  Richard M. Stallman  <rms@gnu.org>
3200         * print.c (print_object): In multibyte string, use hex escapes.
3201         Use octal only for unibyte strings.
3202         (PRINTPREPARE): Don't ever set Qprint_escape_nonascii.
3204         * lread.c (read_escape): New arg BYTEREP for reporting whether
3205         escape forces unibyte or multibyte.
3206         (read1): When reading a string, take note of that info.
3208 2001-12-29  Ken Raeburn  <raeburn@gnu.org>
3210         * abbrev.c (Fexpand_abbrev): Use NILP instead of implicit zero
3211         comparison to test lisp value returned by Fget.
3213 2001-12-29  Richard M. Stallman  <rms@gnu.org>
3215         * lisp.h (max_specpdl_size): Add declaration.
3217         * fileio.c (Fdo_auto_save): If NO_MESSAGE, don't call push_message.
3219         * keymap.c (silly_event_symbol_error): New subrtn, from Fdefine_key.
3220         Handle modifier bits.  Correct typo in error message.
3222 2001-12-28  Richard M. Stallman  <rms@gnu.org>
3224         * abbrev.c: Use the plist of an abbrev for multiple params if nec.
3225         (Fdefine_abbrev): New arg SYSTEM-FLAG for a system abbrev.
3226         (Fdefine_global_abbrev, Fdefine_mode_abbrev):
3227         Update calls to Fdefine_abbrev.
3228         (write_abbrev): Update for changed data format.
3229         Don't list "system" abbrevs.
3230         (Fexpand_abbrev): Update use count with new data format.
3231         (describe_abbrev): Update for changed data format.
3232         (Fdefine_abbrev_table): Handle the new SYSTEM-FLAG.
3234         * config.in (HAVE_MBSINIT): Add #undef.
3236         * strftime.c (mbsinit): Define as no-op if not available.
3238         * s/sco5.h (LIBX11_SYSTEM) [MOTIF]: Add -lgen.
3239         (sigprocmask_set): Conditionalize decl on ! NOT_C_CODE.
3241         * keymap.c (Flookup_key): Error message if key has wrong data type.
3242         (Fdefine_key): Add error message for trying to bind [DEL], [RET], etc.
3243         (exclude_key): New variable.
3245 2001-12-28  Gerd Moellmann  <gerd@gnu.org>
3247         * xterm.c (x_setup_relief_colors): Don't compute an image's
3248         background color if it doesn't have a Pixmap.
3250         * xterm.c (notice_overwritten_cursor): Don't depend on
3251         output_cursor and updated_area.  Compare pixel coordinates with
3252         window's cursor pixel coordinates.
3253         (x_draw_glyphs, x_clear_end_of_line, show_mouse_face):
3254         Call notice_overwritten_cursor with new arg list.
3255         (show_mouse_face): Fix bug setting a row's mouse_face_p flag
3256         unconditionally.
3258         * xdisp.c (try_scrolling) <PT below scroll margin>: Add the
3259         height of the cursor line to the amount to scroll.
3261 2001-12-27  Richard M. Stallman  <rms@gnu.org>
3263         * intervals.c (set_point_both): The position after an invisible,
3264         intangible character is not an acceptable stopping point.
3266 2001-12-27  Ken Raeburn  <raeburn@gnu.org>
3268         * window.c (enlarge_window): In new preserve_before code, convert
3269         CURBEG from lisp object to integer before doing arithmetic.
3271 2001-12-27  Richard M. Stallman  <rms@gnu.org>
3273         * bytecode.c (Fbyte_code): Undo previous change.
3275 2001-12-26  Kim F. Storm  <storm@cua.dk>
3277         * keyboard.c (record_char): Ignore duplicate help-echo events only
3278         separated by mouse-movement.  When tracking mouse, only record
3279         first and last mouse-movement event in same window.
3280         Don't record mouse-movement events in keyboard macros.
3282 2001-12-25  Richard M. Stallman  <rms@gnu.org>
3284         * window.c (enlarge_window): New arg PRESERVE_BEFORE.  Callers changed.
3285         (Fenlarge_window): New arg PRESERVE_BEFORE.
3287         * bytecode.c (Fbyte_code): Use Fstring_make_unibyte
3288         instead of Fstring_as_unibyte.
3290 2001-12-22  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
3292         The following changes remove mocklisp support:
3294         * mocklisp.h, mocklisp.c: Files removed.
3296         * lisp.h: Remove declarations of variables `Vmocklisp_arguments',
3297         `Qmocklisp' and `Qmocklisp_arguments'.
3298         Remove prototype of syms_of_mocklisp.
3300         * makefile.nt, makefile.w32-in, Makefile.in: Remove mocklisp files.
3302         * callint.c: Do not include mocklisp.h.
3303         (Fcall_interactively): Do not test for mocklisp case.
3305         * eval.c: Remove variables `Qmocklisp_arguments',
3306         `Vmocklisp_arguments' and `Qmocklisp'.  Remove prototype of ml_apply.
3307         (Fprogn, Fwhile, Fcommandp, Feval, Ffuncall, funcall_lambda):
3308         Do not test for mocklisp case.
3309         (Fwhile): Remove unused variable `tem'.
3310         (syms_of_eval): Remove variable `moclisp-arguments'.
3312         * data.c (wrong_type_argument): Remove mocklisp case.
3314         * doc.c (Fdocumentation): Remove mocklisp case.
3316         * emacs.c (main): Do not call syms_of_mocklisp.
3318 2001-12-21  Richard M. Stallman  <rms@gnu.org>
3320         * xfns.c (compute_tip_xy): If tooltip won't fit on the screen
3321         to the left or to the right of the pointer, put it against
3322         the left screen edge.
3324 2001-12-21  Eli Zaretskii  <eliz@is.elta.co.il>
3326         * Makefile.in (distclean): Remove .gdbinit if we are building
3327         outside the source tree.
3329 2001-12-19  Eli Zaretskii  <eliz@is.elta.co.il>
3331         * w32.c (emacs_root_dir): New function.
3333         * msdos.c (emacs_root_dir): New function.
3335         * fileio.c (Fexpand_file_name) [DOS_NT]: Use the root directory
3336         of the current drive as the fallback for default_directory.
3338         * dired.c (file_name_completion): Run the elements of
3339         completion-ignored-extensions through ENCODE_FILE.
3341         * lisp.h (scmp): Remove prototype, since it's now a static
3342         function private to dired.c.
3344 2001-12-18  Richard M. Stallman  <rms@gnu.org>
3346         * dired.c (scmp): Function moved from minibuf.c.
3347         Delete multibyte handling--used only on encoded strings.
3349         * minibuf.c (scmp): Function moved to dired.c.
3351         * fns.c (merge): Add QUIT call.
3353 2001-12-18  Dave Love  <fx@gnu.org>
3355         * Makefile.in (lisp, shortlisp): Add language/utf-8-lang.el,
3356         language/georgian.el.
3358 2001-12-18  Eli Zaretskii  <eliz@is.elta.co.il>
3360         * Makefile.in (lisp, shortlisp): Synchronize with changes to
3361         lisp/Makefile.in:DONTCOMPILE.
3363 2001-12-18  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
3365         * xdisp.c (window_box_height): Do not return negative values.
3366         From Gerd Moellmann <gerd@gnu.org>.
3368         * keyboard.c (head_table): Add missing braces around initializer.
3370         * term.c (keys): Likewise.
3372         * xfns.c (x_frame_parms, visual_classes): Likewise.
3374 2001-12-17  Sam Steingold  <sds@gnu.org>
3376         * coding.c (DECODE_COMPOSITION_END): Fixed a typo in the last
3377         patch (COMPOSING_P, not COMPOSING).
3379 2001-12-17  Richard M. Stallman  <rms@gnu.org>
3381         * editfns.c (Fcompare_buffer_substrings): Add QUIT to main loop.
3383         * coding.c (code_convert_region): Update coding->cmp_data->char_offset
3384         before calling decode_coding.
3386         * charset.c (Fdefine_charset): Call Fupdate_coding_systems_internal.
3388         * coding.c (DECODE_COMPOSITION_END): Check for ! COMPOSING_P (coding)
3389         instead of only for COMPOSITION_DISABLED.
3391 2001-12-16  Richard M. Stallman  <rms@gnu.org>
3393         * alloc.c (pure_alloc): After overflow, allocate just a small block.
3395         * Makefile.in (xmenu.o, xterm.o, fontset.o): Depend on buffer.h.
3397         * buffer.h (struct buffer): New field `display_error_modiff'.
3398         * buffer.c (reset_buffer): Initialize `display_error_modiff'.
3400         * window.c (Frecenter): Clear display_error_modiff field.
3402         * xdisp.c (redisplay_window_0, redisplay_window_1): New functions.
3403         Call redisplay_window, but not if display_error_modiff field says no.
3404         (redisplay_window_error): New function.
3405         (displayed_buffer): New variable.
3406         (redisplay_internal, redisplay_windows): Call the new functions
3407         instead of redisplay_window directly.
3409 2001-12-15  Richard M. Stallman  <rms@gnu.org>
3411         * keyboard.c (syms_of_keyboard) <double-click-fuzz>: Doc fix.
3413 2001-12-14  Andrew Innes  <andrewi@gnu.org>
3415         * makefile.w32-in (EMACSLOADPATH): Define.
3416         ($(EMACS)): Run `list-load-path-shadows' after dumping emacs.
3417         (bootstrap-temacs): Remove dependency on bootstrap-clean.
3419 2001-12-13  Eli Zaretskii  <eliz@is.elta.co.il>
3421         * xfns.c (x_report_frame_params): Make the scroll-bar-width frame
3422         parameter have a numeric value all the time.
3424         * w32fns.c (x_report_frame_params): Likewise.
3426 2001-12-12  Richard M. Stallman  <rms@gnu.org>
3428         * fileio.c (Fwrite_region): Doc fix.
3430         * xdisp.c (CLEAR_FACE_CACHE_COUNT): Redefine as 500.
3431         (redisplay_internal): Call clear_image_cache only for window terminals.
3433 2001-12-12  Gerd Moellmann  <gerd@gnu.org>
3435         * xdisp.c (move_it_vertically_backward): Change heuristic
3436         for the case that we didn't move far enough initially.
3438         * window.c (Frecenter): Simplify computation in the case of window
3439         system frames and ARG < 0; use window_box_height.
3441 2001-12-11  Richard M. Stallman  <rms@gnu.org>
3443         * Makefile.in, mem-limits.h, dispnew.c, emacs.c, fileio.c:
3444         * process.c, sysdep.c, unexec.c: Test GNU_LINUX, not LINUX.
3446 2001-12-11  Andrew Innes  <andrewi@gnu.org>
3448         * insdel.c (make_gap) [DOUG_LEA_MALLOC]: Call make_gap_smaller if
3449         arg is negative.
3451 2001-12-11  Richard M. Stallman  <rms@gnu.org>
3453         * m/hp800.h: Split the __hpux conditional into the parts
3454         that are right for GNU/Linux too and the parts that are not.
3455         Use the former if GNU_LINUX.
3456         (HAVE_ALLOCA, LOAD_AVE_TYPE, LOAD_AVE_CVT): New defs for GNU/Linux.
3458         * s/gnu-linux.h (GNU_LINUX): Defined.
3460 2001-12-11  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
3462         * macros.c, msdos.c, w16select.c: Change doc-string comments to
3463         `new style' [w/`doc:' keyword].
3465 2001-12-10  Jason Rumney  <jasonr@gnu.org>
3467         * w32menu.c (w32_free_submenu_strings): Clear menu item struct
3468         before using.
3470 2001-12-09  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
3472         * dosfns.c: Change doc-string comments to `new style' [w/`doc:'
3473         keyword].
3475 2001-12-09  Eli Zaretskii  <eliz@is.elta.co.il>
3477         * dosfns.c (dos-display-scancodes, dos-decimal): Doc fix.
3479         * s/hpux10.h (srand48): Don't undefine.
3481 2001-12-09  Jason Rumney  <jasonr@gnu.org>
3483         * w32menu.c (_widget_value): Make `help' field a Lisp_Object.
3484         Add     comment to explain where the struct came from.
3485         (single_submenu, w32_menu_show): Set `help' field as Lisp_Object.
3486         (add_menu_item): Process pop-up menus first to avoid memory leak.
3487         (add_menu_item, w32_menu_display_help): Use `help' field as
3488         Lisp_Object.
3489         (w32_free_submenu_strings): Only free owner-drawn strings.
3491 2001-12-09  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
3493         * COPYING: Moved back.
3495         * charset.c (char_to_string_1, translate_char, Fdefine_charset):
3496         Add parentheses around && within ||.
3498         * indent.c (compute_motion): Likewise.
3500         * intervals.c (merge_properties_sticky): Likewise.
3502         * coding.c (setup_coding_system, shrink_encoding_region)
3503         (Fdecode_sjis_char): Likewise.
3505 2001-12-07  Andreas Schwab  <schwab@suse.de>
3507         * xdisp.c (display_mode_element): Don't read past end of string if
3508         it ends with '%'.
3510         * alloc.c (inhibit_garbage_collection): Don't exceed value an int
3511         can hold.
3513         * data.c (Vmost_positive_fixnum, Vmost_negative_fixnum): Rename
3514         from most_positive_fixnum and most_negative_fixnum, resp., and
3515         type changed to Lisp_Object.
3516         (syms_of_data): DEFVAR_LISP them.
3518 2001-12-07  Richard M. Stallman  <rms@gnu.org>
3520         * callproc.c (init_callproc): Set Vdata_directory based on the source
3521         location whenever Emacs was run uninstalled.
3523 2001-12-06  Paul Eggert  <eggert@twinsun.com>
3525         * config.in (HAVE_WORKING_VFORK): New #undefs.
3526         * process.c (create_process):
3527         Use HAVE_WORKING_VFORK, not HAVE_VFORK.
3528         * m/cnvrgnt.h (HAVE_VFORK): Remove #define.
3529         * m/ibm370aix.h (HAVE_VFORK): Remove #undef.
3530         * m/ibmps2-aix.h (HAVE_VFORK): Remove #define.
3531         * m/intel386.h (HAVE_VFORK): Likewise.
3532         * m/mips-siemens.h (HAVE_VFORK): Likewise.
3533         * m/mips.h (HAVE_VFORK): Likewise.
3534         * s/freebsd.h (vfork): Remove #define.
3535         * s/lynxos.h (HAVE_VFORK): Remove #undef.
3536         * s/usg5-4-2.h: Fix comment about vfork.
3538 2001-12-06  Richard M. Stallman  <rms@gnu.org>
3540         * s/hpux10.h (random): Add undef.
3541         (HAVE_RANDOM): Define it just once.
3543 2001-12-06  Stefan Monnier  <monnier@cs.yale.edu>
3545         * eval.c: Undo last change: the standard syntax is not wanted.
3547 2001-12-06  Eli Zaretskii  <eliz@is.elta.co.il>
3549         * xterm.c (x_free_frame_resources) [USE_X_TOOLKIT]: Remove all the
3550         scroll bars of the frame before deleting the frame itself.  If the
3551         frame has a widget, delete the frame with XtDestroyWidget, and do
3552         not call XDestroyWindow before that.
3554 2001-12-06  Kim F. Storm  <storm@cua.dk>
3556         * xfns.c (x_report_frame_params): Return actual fringe widths.
3558         * w32fns.c (x_report_frame_params): Return actual fringe widths.
3560 2001-12-05  Andrew Innes  <andrewi@gnu.org>
3562         * alloc.c (Fgarbage_collect): Shrink buffer gaps that are
3563         excessively large.
3565         * insdel.c (make_gap_larger): New function.
3566         (make_gap_smaller): New function.
3567         (make_gap) [USE_MMAP_FOR_BUFFERS || REL_ALLOC]: Call
3568         make_gap_smaller if arg is negative.
3570 2001-12-04  Stefan Monnier  <monnier@cs.yale.edu>
3572         * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal prototype.
3573         Pass a dummy argument when calling interrupt_signal.
3574         (parse_menu_item): Mark disabled items before checking for empty def.
3575         (read_char_minibuf_menu_prompt): Make safety more visible.
3576         (read_key_sequence): Add a `first_unbound' variable.
3577         Use it to detect C-c ESC ESC ESC ESC ... cases and drop the
3578         unbound prefix as soon as we can detect it.
3580         * doc.c (Fsnarf_documentation): Add prototype.
3581         (get_doc_string): Handle negative arguments.
3582         (Fdocumentation): Use AREF and ASIZE.
3583         Move the calls to get_doc_string to a single place.
3584         Don't confuse an interactive-spec for a docstring reference.
3585         (Fdocumentation_property): Take advantage of the fact that
3586         get_doc_string now ignores the sign of the docstring position.
3588         * eval.c: Use standard syntax for usage in docstrings.
3590 2001-12-03  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
3592         * xdisp.c (syms_of_xdisp): Make `tool-bar-button-relief` an option.
3594 2001-12-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
3596         * xterm.c (x_draw_image_relief): Use predefined macro instead of
3597         constant when the value of `tool_bar_button_relief' is negative.
3599 2001-12-02  Richard M. Stallman  <rms@gnu.org>
3601         * xmenu.c (menu_highlight_callback): Use `help' field as Lisp_Object.
3602         (single_submenu, xmenu_show): Set `help' field as Lisp_Object.
3604         * fileio.c (read_non_regular): Delete Fsignal call.
3606 2001-12-01  Stefan Monnier  <monnier@cs.yale.edu>
3608         * lisp.h (run_hook_list_with_args): Undo last change.
3610 2001-12-01  Gerd Moellmann  <gerd@gnu.org>
3612         * xterm.c (x_draw_fringe_bitmap): Always undo clipping.
3614 2001-12-01  Jason Rumney  <jasonr@gnu.org>
3616         * window.c (Qleft_fringe, Qright_fringe): Remove. Now in frame.c.
3618         * w32term.h (WM_MOUSELEAVE, TME_LEAVE, TRACKMOUSEEVENT)
3619         [!WM_MOUSELEAVE]: Define.
3621         * w32menu.c (current_popup_menu, get_menu_item_info):
3622         (set_menu_item_info): New vars.
3623         (set_frame_menubar): Doc fix clarifying GC interaction with menus.
3624         (w32_menu_show): Set current_popup_menu.
3625         (add_menu_item): Allocate new strings for owner-drawn menu items
3626         and help strings.
3627         Use owner-draw for disabled menu items again.
3628         (w32_menu_display_help): Ignore owner-drawn items and popup menus.
3629         (w32_free_submenu_strings, w32_free_menu_strings): New functions.
3631         * w32fns.c (trackmouse_window, track_mouse_event_fn): New vars.
3632         (w32_wnd_proc) <WM_MOUSEMOVE>: Notice when mouse enters frame.
3633         <WM_EXITMENULOOP>: Free menu strings.
3634         <WM_MOUSELEAVE>: Stop tracking mouse.
3635         (x_create_tip_frame): Specify no minibuffer, modeline or fringes.
3637         * w32term.c (w32_read_socket) <WM_MOUSELEAVE>: Cancel help echo
3638         and mouse face.
3640 2001-12-01  Kim F. Storm  <storm@cua.dk>
3642         The following changes add left-fringe and right-fringe
3643         frame parameters to adjust fringe widths, or remove one or
3644         both fringes.
3646         * frame.h (struct frame): Remove trunc_area_pixel_width and
3647         trunc_area_cols fields.
3648         (Qleft_fringe, Qright_fringe): Declare.
3649         (FRAME_RIGHT_FRINGE_WIDTH): New macro.
3651         * frame.c (Qleft_fringe, Qright_fringe): New vars.
3652         (syms_of_frame): Initialize them.
3654         * window.c (coordinates_in_window): Handle separate left and right
3655         fringe widths.
3657         * xterm.h (struct x_output): Add left_fringe_width, right_fringe_width,
3658         and fringe_cols fields.
3659         (FRAME_FRINGE_BITMAP_WIDTH, FRAME_FRINGE_BITMAP_HEIGHT): Remove macros.
3660         (FRAME_X_FRINGE_COLS): Use fringe_cols field.
3661         (FRAME_X_FRINGE_WIDTH): Use fringes_extra field.
3662         (FRAME_X_LEFT_FRINGE_WIDTH): Use left_fringe_width field.
3663         (FRAME_X_RIGHT_FRINGE_WIDTH): Use right_fringe_width field.
3664         (x_compute_fringe_widths): Add prototype.
3666         * xterm.c (zv_height, zv_bits, zv_period): Changed zv bitmap to
3667         fill fringe evenly with small dashes.
3668         (x_draw_fringe_bitmap): Clear background if necessary. Align and
3669         clip the new ZV bitmap to avoid jitter between rows.
3670         (x_draw_row_fringe_bitmaps): Rely on x_draw_fringe_bitmap to clear
3671         background.  Don't draw fringe bitmaps if fringe width is zero.
3672         (x_compute_fringe_widths): New function.
3673         (x_new_font, x_set_window_size_1): Use it.
3675         * xfns.c (x_frame_parms): Add `left-fringe' and `right-fringe' parms.
3676         (x_set_frame_parameters): Process `font' parameter before other
3677         parameters as fringe widths depend on it.
3678         (x_set_fringe_width): New function.
3679         (x_figure_window_size): Use x_compute_fringe_widths.
3680         (Fx_create_frame): Process `left-fringe' and `right-fringe' frame
3681         parameters.
3683         * widget.c (set_frame_size): Use x_compute_fringe_widths.
3684         (EmacsFrameSetCharSize): Ditto.
3686         * w32term.h: Merged changes from xterm.h.
3687         * w32term.c: Merged changes from xterm.c.
3688         * w32fns.c: Merged changes from xfns.c.
3690 2001-11-29  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
3692         * COPYING: Removed.
3694 2001-11-29  Dave Love  <fx@gnu.org>
3696         * coding.c (syms_of_coding) <Qchar_coding_system>: Give it an
3697         extra extra slot.
3698         (detect_coding_mask): Fix call of detect_coding_iso2022.
3700 2001-11-29  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
3702         * fileio.c (file-name-coding-system)
3703         (default-file-name-coding-system): Doc fix (links to referenced
3704         variables added).
3706 2001-11-28  Stefan Monnier  <monnier@cs.yale.edu>
3708         * lisp.h (GCPRO1, GCPRO2, GCPRO3, GCPRO4, GCPRO5):
3709         Add dummy uses of gcproN variables.
3711         * category.c (describe_category, describe_category_1)
3712         (Fdescribe_categories): Remove.  (Moved to lisp/help-fns.el.)
3713         (syms_of_category): Don't defsubr Sdescribe_categories.
3715 2001-11-28  Richard M. Stallman  <rms@gnu.org>
3717         * fileio.c (Ffind_file_name_handler): Avoid initializer for `result'.
3719         * Makefile.in (lispdir): New variable, referring to build dir.
3720         (TAGS-LISP): Find Makefile in $(lispdir), not $(lispsource).
3722 2001-11-28  Andrew Innes  <andrewi@gnu.org>
3724         * w32menu.c (w32_menu_display_help): Actually add the new argument
3725         OWNER.
3727 2001-11-28  Jason Rumney  <jasonr@gnu.org>
3729         * w32menu.c (add_menu_item): Do not use owner-draw for disabled
3730         menu items.  From David Ponce <dponce@wanadoo.fr>.
3731         (w32_dialog_show) [HAVE_DIALOGS]: Compile whole function
3732         conditionally.
3733         (w32_menu_display_help): New argument OWNER. Rewritten to store a
3734         help event in the owner frame's keyboard buffer.
3736         * w32fns.c (w32_wnd_proc) <WM_MENUSELECT>: Display help directly.
3737         (Fx_show_tip): Don't subtract last width from row width.
3739         * w32term.c (w32_read_socket) <WM_MENUSELECT>: Remove.
3740         (w32_read_socket): Use EQ to compare frames.
3742 2001-11-28  Gerd Moellmann  <gerd@gnu.org>
3744         * xterm.c (x_draw_glyphs): Don't call notice_overwritten_cursor if
3745         OVERLAPS_P.
3747 2001-11-28  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
3749         * xdisp.c (message_dolog): Remove unused variables `gcpro2',
3750         `gcpro3' and `gcpro4'.
3752         * coding.c (decode_coding_string): Remove unused variable `gcpro1'.
3754 2001-11-28  Stefan Monnier  <monnier@cs.yale.edu>
3756         * ccl.c: Use AREF and ASIZE.
3758 2001-11-27  Stefan Monnier  <monnier@cs.yale.edu>
3760         * lisp.h (run_hook_list_with_args): Remove.
3761         (LIST_END_P): Fix call to wrong_type_argument.
3762         (make_fixnum_or_float): Use EMACS_INT rather than int.
3764 2001-11-26  Stefan Monnier  <monnier@cs.yale.edu>
3766         * syntax.c (syms_of_syntax): Remove defsubr of Sdescribe_syntax.
3767         (describe_syntax, describe_syntax_1, Fdescribe_syntax): Remove.
3769         * eval.c: Use AREF and ASIZE.
3770         (Ffetch_bytecode): Add the file name to the error message.
3772         * fileio.c (Ffind_file_name_handler): Give precedence to handlers
3773         which match the end of the file-name.
3774         (Fsubstitute_in_file_name): Don't signal an error if $ENVVAR
3775         is not a valid env var, but leave it as is instead.
3777         * keymap.c (access_keymap): Handle t bindings like nil bindings.
3778         Make nil bindings in char-tables transparent.
3779         (store_in_keymap): Turn a nil binding into a t binding for char-tables.
3781 2001-11-26  Richard M. Stallman  <rms@gnu.org>
3783         * textprop.c (set_text_properties_1): Allow START, END in either order.
3784         Do nothing if range is empty.
3786         * Makefile.in (mallocobj): Simplify logic using auxiliary vars.
3788         * Makefile.in (mostlyclean): Delete bootstrap-emacs here.
3789         (clean): Not here.
3791 2001-11-25  Stefan Monnier  <monnier@cs.yale.edu>
3793         * textprop.c (set_text_properties_1): Clearly mark that the
3794         interval should not be empty.
3796         * intervals.c (graft_intervals_into_buffer):
3797         Don't call set_text_properties_1 on an empty interval.
3799 2001-11-25  Richard M. Stallman  <rms@gnu.org>
3801         * unexelf.c (unexec): Index by n, not nn, when checking for ".sbss".
3803         * callproc.c (Fcall_process): When we make a bigger buffer for bufptr,
3804         don't lose the data in it.
3806 2001-11-25  Juanma Barranquero  <lektu@terra.es>
3808         * abbrev.c (Fexpand_abbrev): Use Frun_hooks instead of Vrun_hooks.
3810         * buffer.c (Fkill_buffer): Use Frun_hooks, not Vrun_hooks.
3812         * print.c (temp_output_buffer_setup): Use Frun_hooks, not Vrun_hooks.
3814 2001-11-25  Stefan Monnier  <monnier@cs.yale.edu>
3816         * xfaces.c (merge_face_heights): Coerce back to int explicitly.
3818 2001-11-25  Eli Zaretskii  <eliz@is.elta.co.il>
3820         * window.c (Fset_window_vscroll): Doc fix.  From Kalle Olavi
3821         Niemitalo <kon@iki.fi>.
3823 2001-11-25  Jason Rumney  <jasonr@gnu.org>
3825         * w32term.h (FRAME_X_FRINGE_COLS): No fringe on tip frames.
3827         * w32fns.c (x_create_tip_frame): Set frame's fringes_extra to 0.
3828         (Fx_show_tip): Block input during frame creation.
3829         (Fx_show_tip, Fx_hide_tip): Enable.
3831 2001-11-24  Richard M. Stallman  <rms@gnu.org>
3833         * lread.c (Fload): Detect recursive load error for more than 3
3834         nestings of the same file.
3835         (Vrecursive_load_depth_limit): Variable deleted.
3836         (syms_of_lread) <recursive-load-depth-limit>: Variable deleted.
3838 2001-11-24  Jason Rumney  <jasonr@gnu.org>
3840         * xfns.c (compute_tip_xy): Initialize root_x and root_y from
3841         mouse position if either left or top is not specified.
3843         * w32fns.c (w32_wnd_proc) <WM_MENUSELECT>: Revert last change.
3844         <WM_WINDOWPOSCHANGING>: Let tip frames resize without restriction.
3845         (my_create_tip_window, Fx_show_tip): Adjust size for external border.
3846         (my_create_tip_window): Assign tip_window.
3847         (x_create_tip_frame): Use same defaults as X.
3848         (compute_tip_xy): Remove unused variable.  Use full screen width.
3849         (Fx_show_tip): Do not double height. Call ShowWindow directly.
3851         * w32term.c (x_after_update_window_line): Doc fix.
3852         (w32_read_socket): Doc fix.  Avoid SET_FRAME_GARBAGED for tip
3853         frames.
3854         <WM_SHOWWINDOW>: Redo mouse highlight when hiding tip frame.
3856         * xdisp.c (prepare_menu_bars) [HAVE_WINDOW_SYSTEM]: Use tip_frame
3857         for all Windowed systems.
3859 2001-11-23  Eli Zaretskii  <eliz@is.elta.co.il>
3861         * msdos.c (IT_clear_screen): If the frame's faces are not yet
3862         realized, use the initial screen colors to clear the screen.
3864 2001-11-23  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
3866         * textprop.c (Fset_text_properties): Remove unused variables
3867         `unchanged', `prev_changed', `s' and `len'.
3869         * search.c (Freplace_match): Remove unused variable `inslen'.
3871         * keymap.c (access_keymap): Remove unused variables `c1' and `c2'.
3873 2001-11-22  Jason Rumney  <jasonr@gnu.org>
3875         * w32fns.c (x_window_to_frame): Remove irrelevant TODO comment.
3876         (w32_wnd_proc) <WM_MENUSELECT>: Show help echo directly.
3877         (my_create_tip_window): New function.
3878         (x_create_tip_frame, compute_tip_xy): Adapt for Windows.
3879         (Fx_show_tip, Fx_hide_tip) [TEST_TOOLTIPS]: Adapt for Windows.
3881 2001-11-20  Jason Rumney  <jasonr@gnu.org>
3883         * coding.h (Vw32_system_coding_system) [WINDOWSNT]: Remove.
3884         (ENCODE_SYSTEM, DECODE_SYSTEM) [WINDOWSNT]: Use Vlocale_coding_system.
3886         * w32fns.c (Vw32_system_coding_system): Remove.
3887         (w32_to_x_font, x_to_w32_font): Use Vlocale_coding_system.
3889 2001-11-19  Stefan Monnier  <monnier@cs.yale.edu>
3891         * fileio.c (Fwrite_region): Move choose_write_coding_system to
3892         after build_annotations.
3894         * syntax.c (describe_syntax): Add dummy arg.
3895         (describe_syntax_1): Update call to describe_vector.
3897         * category.c (describe_category): Add dummy arg.
3898         (describe_category_1): Update call to describe_vector.
3900         * keymap.c (Fdescribe_vector): Add `describer' parameter.
3901         (describe_command, describe_translation): Add dummy second param.
3902         (describe_map): Call elt_describer with two arguments.
3903         (describe_vector_princ): Add `fun' parameter.
3904         Call it instead of the hardcoded `princ'.
3905         (describe_vector): Add arg `args'.
3906         Pass it as a new second argument to elt_describer.
3908         * keymap.h (describe_vector): Update prototype.
3910         * frame.c: Don't include keymap.h any more.
3911         (keys_of_frame): Remove.
3913         * lisp.h (keys_of_frame): Remove declaration.
3915         * emacs.c (main): Don't call `keys_of_frame' any more.
3917 2001-11-14  Andreas Schwab  <schwab@suse.de>
3919         * unexelf.c [!defined MAP_ANON]: Define MAP_ANON to MAP_ANONYMOUS
3920         if defined, 0 otherwise.
3921         (MAP_FAILED): Define if not defined and use it to test mmap failure.
3922         (unexec) [!MAP_ANON]: Use /dev/zero as file to map.
3924 2001-11-19  Richard M. Stallman  <rms@gnu.org>
3926         * indent.c (current_column_1): Fix handling of scan_bytes for mb chars.
3928 2001-11-18  Jason Rumney  <jasonr@gnu.org>
3930         * w32term.c (note_mouse_highlight): Fix type of variable `ignore'.
3931         (x_draw_bar_cursor): If the background color of the glyph under
3932         the cursor equals the frame's cursor color, use the glyph's
3933         foreground color for drawing the bar cursor.
3934         (x_after_update_window_line): Clear internal border in different
3935         circumstances.
3936         (w32_set_vertical_scroll_bar): Check for width and height > 0.
3937         (w32_draw_relief_rect): Correct relief by 1 pixel.
3938         (x_set_glyph_string_background_width):
3939         Set extends_to_end_of_line_p if the row's fill_line_p is set and
3940         drawing the last glyph with DRAW_IMAGE_{RAISED,SUNKEN}.
3941         (x_display_and_set_cursor): If cursor_in_echo_area, use NO_CURSOR
3942         if cursor_in_non_selected_windows is false.
3943         (show_mouse_face): Clean up.  Recognize overwritten cursor differently.
3944         (x_draw_glyphs): Remove parameters REAL_START and REAL_END.
3945         Notice if cursor gets overwritten.
3946         (notice_overwritten_cursor): Renamed from
3947         note_overwritten_text_cursor.  Rewritten to take glyph widths
3948         into account, and to take X positions as parameters.
3949         (x_draw_phys_cursor_glyph): Save state of w->phys_cursor_on_p
3950         around call to x_draw_glyphs.
3951         (x_setup_relief_colors): Use `IMAGE_BACKGROUND' and
3952         `IMAGE_BACKGROUND_TRANSPARENT' to calculate the correct background
3953         color to use for image glyph reliefs.
3954         (x_draw_image_relief): Accept zero tool_bar_button_relief.
3955         (glyph_rect): Remove unused variable `area'.
3957         * w32fns.c (x_set_frame_parameters): Avoid infinite recursion for
3958         some items.
3959         (x_set_internal_border_width): Set frame garbaged when window
3960         doesn't exist yet.
3961         (Fx_create_frame): Accept zero tool_bar_button_relief.
3962         (x_clear_image_1, four_corners_best, image_background)
3963         (image_background_transparent): New functions.
3964         (xpm_format, png_format, jpeg_format, tiff_format, gif_format)
3965         (gs_format): Add `:background' entry.
3966         (lookup_image): Set IMG's background color if specified.
3967         (pbm_load, xbm_load_image, png_load): Set IMG's background field
3968         when appropriate.
3969         (x_clear_image_1): Reset `background_valid' and
3970         `background_transparent_valid' fields.
3971         (x_build_heuristic_mask): Use IMAGE_BACKGROUND instead of
3972         calculating it here.  Set IMG's background_transparent field.
3973         (enum xpm_keyword_index): Add XPM_BACKGROUND.
3974         (enum png_keyword_index): Add PNG_BACKGROUND.
3975         (enum jpeg_keyword_index): Add JPEG_BACKGROUND.
3976         (enum tiff_keyword_index): Add TIFF_BACKGROUND.
3977         (enum gif_keyword_index): Add GIF_BACKGROUND.
3978         (enum gs_keyword_index): Add GS_BACKGROUND.
3979         (pbm_load, png_load, jpeg_load, tiff_load, gif_load):
3980         Pre-calculate image background color where necessary.
3981         (x_create_x_image_and_pixmap, xbm_load, gs_load):
3982         Use display info's n_cbits entry for screen depth.
3983         (Fx_show_tip): Remove unused variables `buffer', `top',
3984         `left', `max_width' and `max_height'.
3986         * w32menu.c (w32_menu_show, push_menu_pane): Doc fixes.
3988 2001-11-18  Gerd Moellmann  <gerd@gnu.org>
3990         * puresize.h (BASE_PURESIZE): Increase to 750000.
3992 2001-11-18  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
3994         * frame.c (Fframe_live_p): Doc fix.
3996 2001-11-18  Richard M. Stallman  <rms@gnu.org>
3998         * xdisp.c (message_dolog_marker1, message_dolog_marker2)
3999         (message_dolog_marker3): New static variables hold three markers.
4000         (syms_of_xdisp): Initialize and staticpro them.
4001         (message_dolog): Use message_dolog_marker1..3 instead of
4002         allocating markers each time.  Unchain them when done.
4004 2001-11-17  Richard M. Stallman  <rms@gnu.org>
4006         * doc.c (Fsnarf_documentation): Doc fix.
4008 2001-11-17  Andreas Schwab  <schwab@suse.de>
4010         * xterm.c (note_mouse_highlight): Fix type of variable `ignore'.
4012 2001-11-17  Richard M. Stallman  <rms@gnu.org>
4014         * fileio.c (Fwrite_region): Avoid initializer for Lisp_Object.
4016 2001-11-17  Jason Rumney  <jasonr@gnu.org>
4018         * xterm.c (notice_overwritten_cursor): Take care of end < 0 case.
4020 2001-11-17  Gerd Moellmann  <gerd@gnu.org>
4022         * xdisp.c (tool_bar_item_info): Avoid calling Fget_text_property
4023         with invalid position.
4025 2001-11-16  Richard M. Stallman  <rms@gnu.org>
4027         * syswait.h: Delete conditionals for HPUX7, ISC 4.1, and convex.
4029         * s/isc4-1.h (HAVE_SYS_WAIT_H): Add #undef.
4030         * s/hpux.h (HAVE_SYS_WAIT_H): Add #undef.
4031         * s/hpux8.h (HAVE_SYS_WAIT_H): Define it.
4033         * m/convex.h (HAVE_SYS_WAIT_H): Add #undef.
4035 2001-11-16  Stefan Monnier  <monnier@cs.yale.edu>
4037         * fileio.c (build_annotations): Split off the tail.
4038         (build_annotations_2): New fun.  Extracted from build_annotations.
4039         (Fwrite_region): Split the call to build_annotations into two
4040         calls to build_annotations and build_annotations_2.
4042 2001-11-16  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
4044         * sysdep.c (wait_for_kbd_input) [VMS]: Do not call
4045         clear_waiting_for_input with argument.
4047         * xterm.h (x_update_cursor): Remove duplicated prototype.
4049         * keyboard.h (clear_waiting_for_input): Remove duplicated prototype.
4051         * xterm.c (waiting_for_input): Remove unnecessary declaration.
4053         * data.c (Ftimes, Fquo, Frem, Fmod): Doc fix.
4055 2001-11-16  Stefan Monnier  <monnier@cs.yale.edu>
4057         * fileio.c (choose_write_coding_system): New fun, extracted
4058         from Fwrite_region.
4059         (Fwrite_region): Use it.
4061         * eval.c (max_specpdl_size, max_lisp_eval_depth): Use EMACS_INT.
4062         (funcall_lambda, run_hook_with_args): Make static and add prototype.
4063         (ml_apply, find_handler_clause): Add prototype.
4065 2001-11-16  Eli Zaretskii  <eliz@gnu.org>
4067         * config.in: Add #undef HAVE_COFF_H.
4069         * unexec.c (coff.h): Don't include unless HAVE_COFF_H is defined.
4070         Required for ISC 4.1.
4072 2001-11-16  Eli Zaretskii  <eliz@is.elta.co.il>
4074         * syswait.h: (HAVE_SYS_WAIT_H): Undef for ISC 4.1.  Reported by
4075         Andrew Wiseman <a.wiseman@btclick.com>.
4077 2001-11-16  Kim F. Storm  <storm@cua.dk>
4079         The following changes are made to clean up the various internal
4080         references to the fringes to actually use the term `fringe' for
4081         them.  Previously, they were called `flags areas', `bitmap areas',
4082         `left/right side of windows', or implicitly as `flags' or
4083         `bitmaps':
4085         * dispextern.h (FRINGE_FACE_ID): Renamed from BITMAP_AREA_FACE_ID.
4086         Comments fixed. Use renamed symbols.
4088         * dispnew.c: Comment fix. Use renamed symbols.
4090         * frame.h (FRAME_FRINGE_COLS): Renamed from FRAME_FLAGS_AREA_COLS.
4091         (FRAME_FRINGE_WIDTH): Renamed from FRAME_FLAGS_AREA_WIDTH.
4092         (FRAME_LEFT_FRINGE_WIDTH): Renamed from FRAME_LEFT_FLAGS_AREA_WIDTH.
4094         * msdos.c: Comment fix.
4096         * w32fns.c: Use renamed symbols.
4098         * w32term.c: Comment fixes. Use renamed symbols.
4099         (fringe_bitmap_type): Renamed from bitmap_type.
4100         (NO_FRINGE_BITMAP): Renamed from NO_BITMAP.
4101         (w32_draw_fringe_bitmap): Renamed from w32_draw_bitmap.
4102         (x_draw_row_fringe_bitmaps): Renamed from x_draw_row_bitmaps.
4104         * w32term.h: Comment fixes. Use renamed symbols.
4105         (fringes_extra): Renamed from flags_areas_extra.
4106         (FRAME_FRINGE_BITMAP_WIDTH): Renamed from FRAME_FLAGS_BITMAP_WIDTH.
4107         (FRAME_FRINGE_BITMAP_HEIGHT): Renamed from FRAME_FLAGS_BITMAP_HEIGHT.
4108         (FRAME_X_FRINGE_COLS): Renamed from FRAME_X_FLAGS_AREA_COLS.
4109         (FRAME_X_FRINGE_WIDTH): Renamed from FRAME_X_FLAGS_AREA_WIDTH.
4110         (FRAME_X_LEFT_FRINGE_WIDTH):
4111         Renamed from FRAME_X_LEFT_FLAGS_AREA_WIDTH.
4112         (FRAME_X_RIGHT_FRINGE_WIDTH):
4113         Renamed from FRAME_X_RIGHT_FLAGS_AREA_WIDTH.
4115         * widget.c: Use renamed symbols.
4117         * window.c: Comment fixes. Use renamed symbols.
4118         (coordinates-in-window-p): Doc fix.
4120         * xdisp.c: Comment fixes. Use renamed symbols.
4122         * xfaces.c (realize_basic_faces): Use FRINGE_FACE_ID.
4124         * xfns.c: Use renamed symbols.
4126         * xterm.c: Comment fixes. Use renamed symbols.
4127         (fringe_bitmap_type): Renamed from bitmap_type.
4128         (NO_FRINGE_BITMAP): Renamed from NO_BITMAP.
4129         (x_draw_fringe_bitmap): Renamed from x_draw_bitmap.
4130         (x_draw_row_fringe_bitmaps): Renamed from x_draw_row_bitmaps.
4132         * xterm.h: Comment fixes. Use renamed symbols.
4133         (fringes_extra): Renamed from flags_areas_extra.
4134         (FRAME_FRINGE_BITMAP_WIDTH): Renamed from FRAME_FLAGS_BITMAP_WIDTH.
4135         (FRAME_FRINGE_BITMAP_HEIGHT): Renamed from FRAME_FLAGS_BITMAP_HEIGHT.
4136         (FRAME_X_FRINGE_COLS): Renamed from FRAME_X_FLAGS_AREA_COLS.
4137         (FRAME_X_FRINGE_WIDTH): Renamed from FRAME_X_FLAGS_AREA_WIDTH.
4138         (FRAME_X_LEFT_FRINGE_WIDTH):
4139         Renamed from FRAME_X_LEFT_FLAGS_AREA_WIDTH.
4140         (FRAME_X_RIGHT_FRINGE_WIDTH):
4141         Renamed from FRAME_X_RIGHT_FLAGS_AREA_WIDTH.
4143 2001-11-15  Jason Rumney  <jasonr@gnu.org>
4145         * w32menu.c (add-menu-item): Make help_echo and radio buttons
4146         work for most menu items.  From David Ponce
4147         <david.ponce@wanadoo.fr>.
4149 2001-11-15  Gerd Moellmann  <gerd@gnu.org>
4151         * xfns.c (x_set_frame_parameters): Revert change of 2001-11-07.
4152         Some x_set_* function expect to be called even if old and new
4153         value are equal.
4155         * xdisp.c (build_desired_tool_bar_string): Accept zero
4156         tool_bar_button_relief.
4158         * xfns.c (Fx_create_frame): Accept zero tool_bar_button_relief.
4160         * xterm.c (x_draw_image_relief): Accept zero tool_bar_button_relief.
4162         * xterm.c (x_draw_bar_cursor): If the background color of the
4163         glyph under the cursor equals the frame's cursor color, use
4164         the glyph's foreground color for drawing the bar cursor.
4166         * dispnew.c (direct_output_forward_char): Fix character/byte
4167         position comparison.
4169 2001-11-15  Miles Bader  <miles@gnu.org>
4171         * editfns.c (find_field): Add BEG_LIMIT and END_LIMIT parameters.
4172         (Fdelete_field, Ffield_string, Ffield_string_no_properties):
4173         Update arguments to find_field.
4174         (Ffield_beginning, Ffield_end): Add LIMIT param, pass to find_field.
4175         (Fconstrain_to_field): Use LIMIT arg to shorten search time.
4176         * lisp.h (Ffield_beginning, Ffield_end): Update EXFUN decl.
4177         * minibuf.c (Fminibuffer_prompt_end): Update args to Ffield_end.
4179 2001-11-14  Richard M. Stallman  <rms@gnu.org>
4181         * editfns.c (Fpropertize): Allow call with 1 arg.
4183         * dispextern.h (image_background, image_background_transparent):
4184         Conditionalize on HAVE_X_WINDOWS.
4186 2001-11-13  Richard M. Stallman  <rms@gnu.org>
4188         * print.c (Fprin1_to_string): Doc fix.
4190         * sunfns.c (Fsun_change_cursor_icon): Doc fix.
4192         * floatfns.c (Fceiling, Ffloor): Doc fixes.
4194         * filelock.c (Funlock_buffer, Ffile_locked_p): Doc fixes.
4196         * fileio.c (Ffile_accessible_directory_p): Doc fix.
4198         * eval.c (syms_of_eval): Doc fix.
4200         * coding.c (syms_of_coding): Doc fix.
4202         * doc.c (Fsnarf_documentation): Doc fix.
4204         * dispnew.c (syms_of_display): Doc fix.
4206         * category.c (Fget_unused_category): Doc fix.
4208         * buffer.c (syms_of_buffer): Doc fixes.
4210 2001-11-14  Eli Zaretskii  <eliz@is.elta.co.il>
4212         * print.c (prin1, print): Doc fix.
4214 2001-11-14  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
4216         * fontset.h: Remove declarations of variables
4217         `Vhighlight_wrong_size_font' and `Vclip_large_size_font'.
4219         * fontset.c: Remove variables `Vhighlight_wrong_size_font' and
4220         `Vclip_large_size_font'.
4222 2001-11-13  Jason Rumney  <jasonr@gnu.org>
4224         * w32fns.c: Doc fix.
4226 2001-11-13  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
4228         * xfaces.c (Fface_attributes_as_vector): Doc fix.
4230         * fns.c: Doc fix.
4232         * emacs.c: Doc fix.
4234         * coding.c: Doc fix.
4236         * cmds.c, composite.c, dired.c, doc.c, filelock.c, floatfns.c,
4237         * fontset.c, insdel.c, keymap.c: Change doc-string comments to
4238         `new style' [w/`doc:' keyword].
4240 2001-11-12  Richard M. Stallman  <rms@gnu.org>
4242         * xterm.c (XTread_socket): Don't update focus for EnterNotify or
4243         LeaveNotify events.  Only FocusIn and FocusOut do that now.
4244         (x_display_and_set_cursor): Do display hollow cursors in active
4245         minibuffer windows when they are not selected.
4247 2001-11-12  Jason Rumney  <jasonr@gnu.org>
4249         * w32console.c, w32fns.c, w32menu.c, w32proc.c, w32select.c,
4250         * w32term.c: Change doc-string comments to `new style'.
4251         [w/`doc:' keyword]. Doc fixes.
4253         * w32fns.c: Don't define max.
4254         (Fx_open_connection): Only execute once.
4256 2001-11-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
4258         * ccl.c: Change macros to use do-while block instead of if-else.
4259         Use braces to follow GNU Coding Standards.
4261 2001-11-11  Richard M. Stallman  <rms@gnu.org>
4263         * sysdep.c (child_setup_tty): Don't clear ICRNL or INLCR.
4265         * lread.c (read_escape): Use end_of_file_error for reporting eof.
4267         * insdel.c (replace_range): Use adjust_markers_for_replace
4268         instead of adjust_markers_for_delete and adjust_markers_for_insert.
4270         * intervals.h: Declare set_text_properties and set_text_properties_1.
4272         * textprop.c (set_text_properties_1): New subroutine
4273         broken out of set_text_properties.
4274         (set_text_properties): Use set_text_properties_1.
4276         * intervals.c (graft_intervals_into_buffer):
4277         Use set_text_properties_1 to clear out properties.
4279         * search.c (Freplace_match): Use replace_range to insert
4280         and delete.  Don't request property inheritance from
4281         surrounding text.
4283 2001-11-10  Jason Rumney  <jasonr@gnu.org>
4285         * w32fns.c (enum_font_cb2): Use leading @ on face name to detect
4286         vertical fonts. Allow them if face name is explicitly specified.
4287         Do not give up if we find a font that cannot be converted to an xlfd.
4289 2001-11-10  Gerd Moellmann  <gerd@gnu.org>
4291         * unexelf.c (unexec): Use mmap/munmap to allocate buffers
4292         instead of malloc/free.
4294 2001-11-09  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
4296         * xfaces.c (merge_face_vectors): Use braces to follow GNU
4297         Coding Standards.
4298         (Finternal_set_lisp_face_attribute): Likewise.
4300         * buffer.c (Fbury_buffer): Likewise.
4302         * indent.c (current_column_1): Remove unused variable `prev_col'.
4304         * coding.c (encode_coding): Use precomputed value of `src'.
4305         (encode_coding): Remove unused variable `src_end'.
4306         (code_convert_region): Remove unused variables `count'.
4308 2001-11-07  Jason Rumney  <jasonr@gnu.org>
4310         * w32term.c (x_display_and_set_cursor): Do not move system caret
4311         if cursor_glyph is NULL.
4313 2001-11-07  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
4315         * keymap.c (access_keymap): Fix compilation error.
4317 2001-11-07  Miles Bader  <miles@gnu.org>
4319         * xfns.c (x_set_frame_parameters): Avoid infinite recursion.
4321 2001-11-07  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
4323         * intervals.c (graft_intervals_into_buffer):
4324         Remove #ifdef'd-out code.
4325         (graft_intervals_into_buffer): Remove unused variable `middle'.
4327         * lread.c (Feval_region): Remove obsolete #ifdef'd-out
4328         code (eval-current-buffer).
4329         Change doc-string comments to `new style' [w/`doc:' keyword].
4331 2001-11-06  Richard M. Stallman  <rms@gnu.org>
4333         * keymap.c (access_keymap): Don't use initializers on Lisp_Object.
4335 2001-11-06  Stefan Monnier  <monnier@cs.yale.edu>
4337         * lread.c (read1): Fix behavior with nested backquoting.
4339         * keyboard.c (make_lispy_event): Check integerness and fix
4340         Lisp_Object/int mixup.
4342 2001-11-06  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
4344         * fns.c (copy_hash_table): Remove unused variable `v'.
4346         * fontset.c (fontset_font_pattern): Remove unused variable
4347         `family_registry'.
4349         * indent.c (current_column_1): Remove unused variable `prev_col'.
4351 2001-11-05  Richard M. Stallman  <rms@gnu.org>
4353         * m/news-risc.h (BROKEN_PROTOTYPES): Defined.
4355         * buffer.c (Fkill_buffer): Don't delete auto save file
4356         if buffer is modified.
4358 2001-11-05  Andrew Innes  <andrewi@gnu.org>
4360         * w32proc.c (Fw32_set_keyboard_layout): Use CHECK_NUMBER_CAR and
4361         CHECK_NUMBER_CDR.
4363 2001-11-05  Richard M. Stallman  <rms@gnu.org>
4365         * unexelf.c (unexec): Minor changes; clean up comments.
4367 2001-11-05  Sam Steingold  <sds@gnu.org>
4369         * w32term.c (x_display_and_set_cursor): Fix w32 compilation error.
4371 2001-11-05  Andreas Schwab  <schwab@suse.de>
4373         * sound.c (sound_perror): Save errno from being clobbered.
4375 2001-11-05  Dale Hagglund  <rdh@yottayotta.com>
4377         * unexelf.c (unexec): Don't use `mmap'.  Instead, read and write
4378         the program image directly.
4380 2001-11-05  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
4382         * buffer.h (Fbuffer_local_value): Add prototype.
4384 2001-11-04  Richard M. Stallman  <rms@gnu.org>
4386         * buffer.c (Fbuffer_local_value): Remove extra args from CHECK_SYMBOL
4387         and CHECK_BUFFER.
4389         * keyboard.c (read_char): Use Fcar and Fcdr, not Fnth.
4390         (record_char): Likewise.
4392         * keyboard.c (make_lispy_event): Don't insist a drag event must
4393         move to a different buffer position.  Instead, check for moving at
4394         least double_click_fuzz.
4396         * fns.c (Fmake_hash_table): Use XCAR and XCDR, not Fnth and Flength.
4398         * keyboard.c (echo-area-clear-hook): Undo Oct 29 change.
4400         * indent.c (current_column_1, Fmove_to_column): Separate the code
4401         for display-table glyphs from the code buffer text, to fix
4402         bugs in the former.
4404 2001-11-04  Michael Welsh Duggan  <md5i@cs.cmu.edu>
4406         * buffer.c (Fbuffer_local_value): New function.
4407         (syms_of_buffer): Defsubr it.
4409         * xterm.c, w32term.c (x_display_and_set_cursor): Use buffer-local
4410         value of `cursor-in-non-selected-windows'.
4412         * lisp.h (Qcursor_in_non_selected_windows): New declaration.
4413         * xdisp.c (Qcursor_in_non_selected_windows): New variable.
4414         (syms_of_xdisp): Initialize it.
4416 2001-11-04  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
4418         * xfns.c (Fx_create_frame): Doc fix.
4420         * coding.c: Change doc-string comments to `new style' [w/`doc:'
4421         keyword].
4423         * eval.c (top_level_value, top_level_set): Remove commented and
4424         #ifdef'd-out code.
4425         (Fdefvar): Fix usage in doc-string.
4427 2001-11-03  Richard M. Stallman  <rms@gnu.org>
4429         * xfns.c: Include unistd.h, if it exists.
4431         * editfns.c: Move the include of ctype.h after unistd.h.
4433         * gmalloc.c: Test BROKEN_PROTOTYPES.
4435 2001-11-03  Ken Raeburn  <raeburn@gnu.org>
4437         * lisp.h (CHECK_STRING_CAR): New macro.
4438         * lread.c (Fload): Use XSETCARFASTINT, XSETCDRFASTINT instead of
4439         treating XCAR and XCDR as lvalues.
4440         (openp): Use CHECK_STRING_CAR.
4441         (read_list): Use XSETCDR instead of treating XCDR as lvalue.
4443 2001-11-03  Eli Zaretskii  <eliz@is.elta.co.il>
4445         * s/sco5.h (sigprocmask_set): Declare as extern SIGMASKTYPE.
4446         (SIGMASKTYPE): Define.
4448         * syssignal.h (sigunblock): Don't define if already defined.
4450 2001-11-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
4452         * eval.c (debugger_may_continue, Vdebug_ignored_errors)
4453         (call_debugger, Fcondition_case, skip_debugger, unbind_to):
4454         Fix typos in comments.
4456         * mocklisp.c (Fml_defun, Fml_while, Fml_substr): Remove commented
4457         and #ifdef'd-out code.
4458         Fix and reindent comments.
4460         * mocklisp.h: Remove comment which is a copy of comment in mocklisp.c.
4462         * category.h (CHECK_CATEGORY, CHECK_CATEGORY_SET): Remove unused
4463         argument `i' in macros.
4465         * frame.h (CHECK_FRAME, CHECK_LIVE_FRAME): Remove unused argument
4466         `i' in macros.
4468         * lisp.h (CHECK_STRING_OR_BUFFER, CHECK_HASH_TABLE, CHECK_LIST)
4469         (CHECK_STRING, CHECK_CONS, CHECK_SYMBOL, CHECK_CHAR_TABLE)
4470         (CHECK_VECTOR, CHECK_VECTOR_OR_CHAR_TABLE, CHECK_BUFFER)
4471         (CHECK_WINDOW, CHECK_LIVE_WINDOW, CHECK_PROCESS, CHECK_NUMBER)
4472         (CHECK_NATNUM, CHECK_MARKER, CHECK_NUMBER_COERCE_MARKER)
4473         (CHECK_FLOAT, CHECK_NUMBER_OR_FLOAT)
4474         (CHECK_NUMBER_OR_FLOAT_COERCE_MARKER, CHECK_OVERLAY)
4475         (CHECK_NUMBER_CAR, CHECK_NUMBER_CDR): Remove unused argument `i'
4476         in macros.
4478         * abbrev.c, alloc.c, buffer.c, bytecode.c, callint.c, callproc.c,
4479         * casefiddle.c, category.c, ccl.c, charset.c, cmds.c, coding.c,
4480         * composite.c, data.c, dired.c, dispnew.c, doc.c, dosfns.c, emacs.c,
4481         * eval.c, fileio.c, filelock.c, fns.c, fontset.c, frame.c, frame.h,
4482         * indent.c, keyboard.c, keymap.c, lread.c, macros.c, marker.c,
4483         * minibuf.c, mocklisp.c, msdos.c, print.c, process.c, search.c,
4484         * sunfns.c, syntax.c, textprop.c, undo.c, w16select.c, w32console.c,
4485         * w32fns.c, w32menu.c, w32proc.c, w32select.c, window.c, xdisp.c,
4486         * xfaces.c, xmenu.c, xselect.c: Update usage of CHECK_ macros
4487         (remove unused second argument).
4489 2001-11-02  Stefan Monnier  <monnier@cs.yale.edu>
4491         * syntax.c (describe_syntax): New wrapper.
4492         (Finternal_describe_syntax_value): Rename from describe_syntax.
4493         Don't insert space at front and \n at the end.
4494         (syms_of_syntax): Defsubr Sinternal_describe_syntax_value.
4496         * regex.c (re_wctype): Try to fix some warnings.
4497         (regcomp, regexec): Don't forget the __restrict.
4499 2001-11-02  Richard M. Stallman  <rms@gnu.org>
4501         * textprop.c (Fget_char_property): Doc fix.
4503 2001-11-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
4505         * process.c (Fstart_process): Add usage to doc-string.
4507         * data.c (Fsetq_default): Ditto.
4509         * callint.c (Finteractive): Ditto.
4511 2001-11-01  Stefan Monnier  <monnier@cs.yale.edu>
4513         * macros.c: Don't include keymap.h any more.
4515 2001-11-01  Richard M. Stallman  <rms@gnu.org>
4517         * data.c (Fmake_local_variable): Doc fix.
4519         * eval.c (Frun_hooks, Frun_hook_with_args_until_failure): Doc fix.
4520         (Frun_hook_with_args_until_success, Frun_hook_with_args): Doc fix.
4522         * keymap.c (Fdescribe_buffer_bindings): Print character property
4523         bindings along with or instead of the buffer local map.
4524         Make the overriding maps override what they should.
4526 2001-11-01  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
4528         * window.c (grow_mini_window): Fix typo in comment.
4530 2001-11-01  Gerd Moellmann  <gerd@gnu.org>
4532         * xterm.c (x_scroll_bar_create): Check for width and height > 0.
4533         (XTset_vertical_scroll_bar): Likewise.
4535         * xfns.c (x_build_heuristic_mask): Use four_corners_best
4536         instead of IMAGE_BACKGROUND.
4538         * xfns.c (four_corners_best): Reindent.
4540         * xfaces.c (Finternal_set_lisp_face_attribute_from_resource):
4541         Handle :box so that it is possible to specify sexprs.
4543 2001-10-31  Eli Zaretskii  <eliz@is.elta.co.il>
4545         * s/hpux11.h: New file.
4547 2001-10-31  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
4549         * emacs.c (USAGE1): Show command line option --no-window-system
4550         instead of --no-windows in usage.
4551         (standard_args): Rename --no-windows to --no-window-system.
4552         (bug_reporting_address): Follow Emacs coding conventions.
4554         * eval.c (Fcommandp): Doc fix.
4555         Change doc-string comments to `new style' [w/`doc:' keyword].
4557         * frame.c (Fframe_live_p): Doc fix.
4559         * buffer.c (selective-display-ellipses): Doc fix.
4561 2001-10-31  Gerd Moellmann  <gerd@gnu.org>
4563         * lread.c (to_multibyte): Fix computation of new read_buffer_size.
4565         * xfaces.c (realize_x_face): If C is not a single-byte character,
4566         set the face's colors_copied_bitwise_p instead of the defaulted_p
4567         members which have a different meaning.
4568         (free_face_colors): Do nothing for a face whose colors have been
4569         copied bitwise.
4571         * dispextern.h (struct face) <colors_copied_bitwise_p>: New member.
4573 2001-10-31  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
4575         * marker.c, mocklisp.c: Change doc-string comments to `new style'
4576         [w/`doc:' keyword].
4578 2001-10-31  Gerd Moellmann  <gerd@gnu.org>
4580         * fns.c (require_unwind): Return Lisp_Object.
4582 2001-10-31  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
4584         * keyboard.c (lucid-menu-bar-dirty-flag): Doc fix.
4585         (last-input-char): Revert doc-string to be the same as the
4586         doc-string of `last-input-event'.
4588         * xdisp.c:  Fix typos in comments.
4590 2001-10-31  Gerd Moellmann  <gerd@gnu.org>
4592         * window.c (grow_mini_window): Handle case that the root
4593         window is already smaller than the nominal mininum height.
4595 2001-10-30  Stefan Monnier  <monnier@cs.yale.edu>
4597         * emacs.c (main): Don't call keys_of_macros any more.
4599         * lisp.h (keys_of_macros): Remove.
4601         * macros.c (keys_of_macros): Remove.
4603         * xfaces.c (Fface_attribute_relative_p): Declare args.
4605 2001-10-30  Jason Rumney  <jasonr@gnu.org>
4607         * w32fns.c (w32_to_x_charset): Increase size of XLFD charset buffer.
4608         (enum_font_cb2): Ignore fonts with vertical orientation.
4610 2001-10-30  Richard M. Stallman  <rms@gnu.org>
4612         * keyboard.c (Finput_pending_p): Doc fix.
4614 2001-10-30  Gerd Moellmann  <gerd@gnu.org>
4616         * xterm.c (x_after_update_window_line): Don't run the code
4617         clearing in borders for rows whose visible height is 0.
4619         * xdisp.c (clear_garbaged_frames): Redraw the frame only if its
4620         resized_p flag is set.  If not set, use the much less flickering
4621         method previously used.
4623         * dispnew.c (change_frame_size_1): Set frame's resized_p.
4625         * frame.h (struct frame) <resized_p>: New member.
4627         * lread.c (to_multibyte): Ensure read_buffer is at least twice
4628         as large as the number of bytes to convert.
4630         * lread.c (to_multibyte): New function.
4631         (read1): Use it.
4633 2001-10-30  Eli Zaretskii  <eliz@is.elta.co.il>
4635         * msdos.h (FRAME_LINE_HEIGHT): Define (it's used by xmenu.c).
4637 2001-10-30  Gerd Moellmann  <gerd@gnu.org>
4639         * xterm.c (x_draw_relief_rect): Correct bottom relief by 1 pixel.
4640         (x_set_glyph_string_background_width): Set extends_to_end_of_line_p
4641         if the row's fill_line_p is set and drawing the last glyph with
4642         DRAW_IMAGE_{RAISED,SUNKEN}.
4644         * xdisp.c (clear_garbaged_frames): Call Fredraw_frame.
4646 2001-10-29  Stefan Monnier  <monnier@cs.yale.edu>
4648         * xmenu.c: Include coding.h and charset.h.
4649         (Fx_popup_menu): Use FRAME_PTR and FRAME_FONT and FRAME_LINE_HEIGHT.
4650         (Fx_popup_dialog): Use FRAME_PTR and enum scroll_bar_part.
4651         (single_submenu, xmenu_show): Use ENCODE_SYSTEM.
4652         Explicitly set wv->help.  Use `TRUE' rather than `True'.
4653         (menu_help_callback): Use empty_string.
4655         * w32menu.c (Fx_popup_menu): Explicitly init f, xpos, and ypos.
4656         (Fx_popup_dialog): Explicitly init f.
4657         (w32_menu_display_help): Use empty_string.
4659 2001-10-29  Richard M. Stallman  <rms@gnu.org>
4661         * fns.c (Frequire): Detect recursive try to require the same
4662         feature 3 or more levels deep, and get error.
4663         (require_unwind): New subroutine.
4664         (require_nesting_list): New variable.
4665         (syms_of_fns): Init and staticpro it.
4667         * print.c (print_object): Clarify indication of insertion type.
4669 2001-10-29  Eli Zaretskii  <eliz@is.elta.co.il>
4671         * coding.c (syms_of_coding): Document that locale-coding-system is
4672         used for decoding input on X.
4674         * window.c (Fscroll_left, Fscroll_right): Doc fix.
4676 2001-10-29  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
4678         * keyboard.c (Finput_pending_p): Fix typo in doc-string.
4679         (echo-area-clear-hook): Properly DEFVAR_LISP and staticpro it.
4681 2001-10-29  Gerd Moellmann  <gerd@gnu.org>
4683         * xterm.c (x_display_and_set_cursor): If cursor_in_echo_area,
4684         use NO_CURSOR if cursor_in_non_selected_windows is false.
4686         * xfaces.c (Fface_font): Use UNSPECIFIEDP instead of NILP for
4687         the slant attribute if FRAME is t.
4689         * xfns.c (x_set_internal_border_width): Set frame garbaged
4690         when X window doesn't exist yet.
4692         * xterm.c (x_after_update_window_line): Clear internal border
4693         in different circumstances.
4695         * xterm.c (XTread_socket) <KeyPress>: Don't use
4696         STRING_CHAR_AND_LENGTH if nchars == nbytes.  From Kenichi Handa
4697         <handa@etl.go.jp>.
4699 2001-10-28  Eli Zaretskii  <eliz@is.elta.co.il>
4701         * m/ibms390.h: New file.  From Adam Thornton
4702         <athornton@sinenomine.net>.
4704 2001-10-28  Gerd Moellmann  <gerd@gnu.org>
4706         * xfns.c (x_build_heuristic_mask): Use x_alloc_image_color.
4708         * xfns.c (x_build_heuristic_mask): Fix a bug not incrementing
4709         a loop counter.
4711 2001-10-28  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
4713         * emacs.c: Use argv[0] instead of emacs when -t was specified.
4715         * keyboard.c: Change doc-string comments to `new style' [w/`doc:'
4716         keyword].
4717         Fix typos in comments.
4719         * emacs.c (bug_reporting_address): New function.
4720         Use it when displaying usage message.
4722         * minibuf.c (read_minibuf): Remove unused external declaration of
4723         variable `Qread_only'.
4725         * keymap.c (access_keymap): Remove unused variable `charset'.
4727 2001-10-28  Miles Bader  <miles@gnu.org>
4729         * xfaces.c (merge_face_heights): Handle TO being relative as well.
4730         Remove #ifdef'd-out code.
4731         (Fface_attribute_relative_p, Fmerge_face_attribute): New functions.
4732         (syms_of_xfaces): Initialize them.
4734 2001-10-27  Jason Rumney  <jasonr@gnu.org>
4736         * w32fns.c (w32_wnd_proc) <WM_KILLFOCUS>: Destroy the system caret.
4737         <WM_EMACS_DESTROY_CARET, WM_EMACS_TRACK_CARET>: Track cursor
4738         position using the system caret.
4740         * w32term.c (w32_system_caret_hwnd, w32_system_caret_width)
4741         (w32_system_caret_height, w32_system_caret_x)
4742         (w32_system_caret_y): New variables for tracking system caret.
4743         (w32_initialize): Initialize them.
4744         (x_display_and_set_cursor): Make system caret follow the active cursor.
4746         * w32term.h (WM_EMACS_TRACK_CARET, WM_EMACS_DESTROY_CARET):
4747         New messages types.
4749         * w32term.c (note_mouse_highlight): Clear old help_echo.
4751 2001-10-27  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
4753         * xterm.c: Fix typo in a comment.
4755         * emacs.c: Fix typos in comments.
4756         Remove unnecessary spaces.
4757         Change doc-string comments to `new style' [w/`doc:' keyword].
4758         (USAGE2): Fix typos in usage string.
4760         * xterm.c: Fix typo in a comment.
4762         * lisp.h: (gdb_lisp_params): Remove code in #if 0 which is now in
4763         emacs.c.
4765 2001-10-27  Gerd Moellmann  <gerd@gnu.org>
4767         * xdisp.c (move_it_vertically_backward): Use 2/3 line_height
4768         instead of 1/2 line_height in the heuristic for skipping
4769         farther backward when target_y was not reached.
4771         * sound.c (sound_perror): Unblock SIGIO, turn on atimers.
4772         Display errno only if non-zero.
4773         (sound_warning): New function.
4774         (vox_configure): Don't treat failing to set sample rate as error.
4775         (various places): Improve error messages.
4777 2001-10-26  Eli Zaretskii  <eliz@is.elta.co.il>
4779         * fileio.c (Faccess_file): Run the argument filename through
4780         Fexpand_file_name, before using it.
4782         * dispnew.c (syms_of_display) <visible-bell>: Add a reference to
4783         ring-bell-function.  Suggested by Alf-Ivar Holm <alfh@ifi.uio.no>
4785 2001-10-26  Gerd Moellmann  <gerd@gnu.org>
4787         * insdel.c (insert_1_both): Do nothing if NCHARS == 0.
4789         * xterm.c (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
4790         Fix clearing in the case of scroll bars on the right.
4792 2001-10-26  Juanma Barranquero <lektu@terra.es>
4794         * w32gui.h (XImage): Add a dummy typedef.
4796 2001-10-26  Gerd Moellmann  <gerd@gnu.org>
4798         * xfns.c (XScreenNumberOfScreen): Fix struct to pointer comparison.
4800 2001-10-25  Eli Zaretskii  <eliz@is.elta.co.il>
4802         * frame.c (Fframe_parameter): Fix last change.
4804         * fileio.c: Revert last change (which removed old commented-out
4805         version of expand-file-name).  Add a comment that explains why
4806         this old version should not be removed.
4808 2001-10-25  Gerd Moellmann  <gerd@gnu.org>
4810         * frame.c (Fframe_parameter): Fix a bug whereby some
4811         ``artificial'' frame parameters, like `minibuffer' were not
4812         obtained by calling Fframe_parameters.
4814         * xterm.c (show_mouse_face): Clean up.  Recognize overwritten
4815         cursor differently.
4817         * xdisp.c (move_it_vertically_backward): Compute line height
4818         differently.  Add heuristic to try to be more compatible to 20.x.
4820 2001-10-25  Stefan Monnier  <monnier@cs.yale.edu>
4822         * lisp.h (make_fixnum_or_float): Coerce double to int explicitly.
4824         * editfns.c (text_property_stickiness): Fix Lisp_Object used as
4825         boolean.
4827 2001-10-25  Miles Bader  <miles@gnu.org>
4829         * xfns.c (png_load): Make sure SPECIFIED_BG is a string.
4830         BG is a pointer to a structure, not a structure.
4831         (gif_format, png_format): Add missing commas.
4833 2001-10-24  Richard M. Stallman  <rms@gnu.org>
4835         * xfaces.c (Fface_attributes_as_vector): New function.
4836         (syms_of_xfaces): Defsubr it.
4838 2001-10-24  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
4840         * dispnew.c (sync_window_with_frame_matrix_rows): Remove unused
4841         variable `area'.
4843 2001-10-25  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
4845         * search.c (scan_newline): Remove unused variable `selective_display'.
4847 2001-10-25  Miles Bader  <miles@gnu.org>
4849         * dispextern.h (struct image): Add `background',
4850         `background_valid', and `background_transparent' fields.
4851         (image_background, image_background_transparent): New declarations.
4852         (IMAGE_BACKGROUND, IMAGE_BACKGROUND_TRANSPARENT): New macros.
4853         * xfns.c (image_background, image_background_transparent)
4854         (four_corners_best): New functions.
4855         (xpm_format, png_format, jpeg_format, tiff_format, gif_format)
4856         (gs_format): Add `:background' entry.
4857         (lookup_image): Set IMG's background color if specified.
4858         (pbm_load, xbm_load_image, png_load): Set IMG's background field
4859         when appropriate.
4860         (x_clear_image_1): Reset `background_valid' and
4861         `background_transparent_valid' fields.
4862         (x_build_heuristic_mask): Use IMAGE_BACKGROUND instead of
4863         calculating it here.  Set IMG's background_transparent field.
4864         (enum xpm_keyword_index): Add XPM_BACKGROUND.
4865         (enum png_keyword_index): Add PNG_BACKGROUND.
4866         (enum jpeg_keyword_index): Add JPEG_BACKGROUND.
4867         (enum tiff_keyword_index): Add TIFF_BACKGROUND.
4868         (enum gif_keyword_index): Add GIF_BACKGROUND.
4869         (enum gs_keyword_index): Add GS_BACKGROUND.
4870         (pbm_load, png_load, jpeg_load, tiff_load, gif_load):
4871         Pre-calculate image background color where necessary.
4872         * xterm.c (x_setup_relief_colors): Use `IMAGE_BACKGROUND' and
4873         `IMAGE_BACKGROUND_TRANSPARENT' to calculate the correct background
4874         color to use for image glyph reliefs.
4876 2001-10-24  Gerd Moellmann  <gerd@gnu.org>
4878         * xterm.c (x_draw_glyphs): Don't check for cursor overwriting
4879         in full-width rows.
4881         * xterm.c (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
4882         Fix clearing of area not covered by scroll bar.
4884 2001-10-24  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
4886         * xterm.c: (x_insert_glyphs): Remove unused variables `real_end'
4887         and `real_start'.
4888         (x_draw_image_foreground): Remove unused variables `mask' and `xgcv'.
4889         (glyph_rect): Remove unused variable `area'.
4891 2001-10-24  Gerd Moellmann  <gerd@gnu.org>
4893         * xdisp.c: Change #ifdef GLYPH_DEBUG to #if.
4895         * xdisp.c (try_window_reusing_current_matrix): Use row_containing_pos.
4896         (row_containing_pos): Take additional argument DY.
4897         Treat rows ending in middle of char differently.
4898         (display_line): Handle tabs on window systems differently.
4900         * xterm.c, w32term.c (fast_find_position): Call row_containing_pos
4901         with additional argument.
4903         * dispextern.h (row_containing_pos): Adjust prototype.
4905         * xdisp.c (inhibit_try_window_id, inhibit_try_window_reusing)
4906         (inhibit_try_cursor_movement) [GLYPH_DEBUG]: New variables.
4907         (try_window_id, try_window_reusing_current_matrix)
4908         (try_cursor_movement) [GLYPH_DEBUG]: Don't run if inhibited.
4909         (syms_of_xdisp) [GLYPH_DEBUG]:  DEFVAR_BOOL the variables.
4911 2001-10-24  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
4913         * xmenu.c: Spell the name of Emacs properly (GNU Emacs instead of
4914         gnuemacs).
4915         (HAVE_BOXES): Fix typo in comment.
4916         (push_menu_pane): Fix typo in comment.
4918         * xdisp.c: (display_prop_string_p): Remove unused local declaration
4919         of `Qwhen'.
4920         (single_display_prop_string_p): Remove unused local declarations
4921         of `Qwhen' and `Qmargin'.
4922         (string_buffer_position): Remove unused variable `around'.
4923         (store_frame_title): Remove unused variable `width'.
4925         * window.c: Don't define max.
4926         (coordinates_in_window): Remove unused variable `uy'.
4928         * widget.c: Don't define max.
4930         * process.c: Don't define max.
4931         (create_process): Remove unused variable `buffer'.
4933 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
4935         * xfaces.c (Finternal_set_lisp_face_attribute): Fix compilation error.
4937 2001-10-23  Eli Zaretskii  <eliz@is.elta.co.il>
4939         * xfaces.c (Finternal_set_lisp_face_attribute)
4940         [HAVE_WINDOW_SYSTEM]: Don't do anything for QCfont unless the
4941         frame is on a windowed display.
4943 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
4945         * dispnew.c (sync_window_with_frame_matrix_rows):
4946         Fix handling of windows which aren't full-width, fix handling
4947         of marginal areas.
4949         * lread.c (syms_of_lread) <recursive-load-depth-limit>: Raise to 50.
4951 2001-10-23  Andreas Schwab  <schwab@suse.de>
4953         * m/macppc.h [LINUX]: Undef LD_SWITCH_SYSTEM_TEMACS and override
4954         LD_SWITCH_MACHINE_TEMACS with "-Xlinker -znocombreloc".
4956 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
4958         * xterm.c (x_draw_glyphs): Remove parameters READ_START and
4959         REAL_END.  Notice if cursor gets overwritten.
4960         (notice_overwritten_cursor): Take X positions as parameters.
4961         (x_draw_phys_cursor_glyph): Save state of w->phys_cursor_on_p
4962         around call to x_draw_glyphs.
4964 2001-10-23  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
4966         * syntax.c (modify-syntax-entry): Fix argument names (use CHAR
4967         instead of C) and usage.
4969         * editfns.c (char-to-string): Fix argument names (use CHAR instead
4970         of C) and usage.
4972         * xfns.c (Fx_show_tip): Remove unused variables `buffer', `top',
4973         `left', `max_width' and `max_height'.
4975 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
4977         * xdisp.c (display_line): For a tab continued to the next line,
4978         set row's ends_in_middle_of_char_p.
4980 2001-10-22  Gerd Moellmann  <gerd@gnu.org>
4982         * xdisp.c (display_line): Fix computation of continuation lines
4983         width for TABs.
4985 2001-10-22  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
4987         * xdisp.c (build_desired_tool_bar_string): Remove unused variable
4988         `Qlaplace'.
4990         * fileio.c: Remove unused code.
4992 2001-10-22  Miles Bader  <miles@gnu.org>
4994         * lisp.h (DEFVAR_LISP, DEFVAR_LISP_NOPRO, DEFVAR_BOOL)
4995         (DEFVAR_INT, DEFVAR_PER_BUFFER, DEFVAR_KBOARD):
4996         Remove `DOC_STRINGS_IN_COMMENTS' cases.
4998 2001-10-21  Jason Rumney  <jasonr@gnu.org>
5000         * w32term.c (x_erase_phys_cursor): Remove inverse_p again.
5002 2001-10-21  Eli Zaretskii  <eliz@is.elta.co.il>
5004         * mocklisp.c (Fml_if, Fml_provide_prefix_argument)
5005         (Finsert_string): Avoid the multi-line string literals warning.
5007 2001-10-22  Miles Bader  <miles@gnu.org>
5009         * doc.c (Vhelp_manyarg_func_alist): Variable removed.
5010         (Fdocumentation): Don't use it.
5011         (syms_of_doc): Don't initialize it.
5013         * keyboard.c (Ftrack_mouse): Add usage: string to doc string.
5014         * print.c (Fwith_output_to_temp_buffer): Likewise.
5015         * window.c (Fsave_window_excursion): Likewise.
5016         * editfns.c (Fsave_excursion, Fsave_current_buffer)
5017         (Fsave_restriction): Likewise.
5018         * eval.c (Frun_hooks, Frun_hook_with_args)
5019         (Frun_hook_with_args_until_failure)
5020         (Frun_hook_with_args_until_success, Ffuncall, For, Fand, Fif)
5021         (Fcond, Fprogn, Fprog1, Fprog2, Fsetq, Fquote, Ffunction, Fdefun)
5022         (Fdefmacro, Fdefvar, Fdefconst, FletX, Flet, Fwhile, Fcatch)
5023         (Funwind_protect, Fcondition_case): Likewise.
5024         * coding.c (Ffind_operation_coding_system): Likewise.
5025         * keyboard.c (Ftrack_mouse): Likewise.
5027 2001-10-21  Miles Bader  <miles@gnu.org>
5029         * fns.c (Fappend, Fconcat, Fvconcat, Fnconc, Fwidget_apply)
5030         (Fmake_hash_table): Add usage: string to doc string.
5031         * editfns.c (Finsert, Finsert_and_inherit, Finsert_before_markers)
5032         (Fmessage, Fmessage_box, Fmessage_or_box, Fpropertize, Fformat)
5033         (Fencode_time, Finsert_and_inherit_before_markers): Likewise.
5034         * mocklisp.c (Finsert_string, Fml_if, Fml_provide_prefix_argument)
5035         (Fml_prefix_argument_loop): Likewise.
5037 2001-10-21  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
5039         * fileio.c (Finsert_file_contents): Remove unused variable `gap_size'.
5041         * sysdep.c (init_sys_modes): Change doc-string comments to `new
5042         style' [w/`doc:' keyword].
5044         * data.c, fileio.c, indent.c, print.c, search.c, sound.c,
5045         * sunfns.c, textprop.c, undo.c, xselect.c: Change doc-string
5046         comments to `new style' [w/`doc:' keyword].
5048 2001-10-21  Jason Rumney  <jasonr@gnu.org>
5050         * w32fns.c (Fx_file_dialog): Pass a filter to GetOpenFileName.
5052         * w32term.c (remember_mouse_glyph): New function.
5053         (w32_mouse_position): Use it.
5054         (note_mouse_movement): If the mouse moved off the glyph, remember
5055         its new position.
5057         * w32term.h (struct w32_output): Correct spelling of x_compatible.
5058         (w32_display_info): Add mouse_face_overlay.
5060         * w32term.c (notice_overwritten_cursor): Renamed from
5061         note_overwritten_text_cursor.  Rewritten to take glyph widths into
5062         account.
5063         (x_y_to_hpos_vpos): Add parameter BUFFER_ONLY_P.
5064         (fast_find_string_pos): New function.
5065         (fast_find_position): Return the correct vpos.  Add parameter
5066         STOP.  In the final row, stop before glyphs having STOP as object.
5067         Don't consider glyphs that are not from a buffer.
5068         (fast_find_position) [0]: Add a presumably more correct version
5069         for after 21.1.
5070         (expose_window_tree, expose_frame): Don't compute intersections here.
5071         (expose_window): Do it here instead.
5072         (expose_window_tree, expose_window, expose_line): Return 1 when
5073         overwriting mouse-face.
5074         (expose_window): If W is the window currently being updated, mark
5075         the frame garbaged.
5076         (expose_frame): If mouse-face was overwritten, redo it.
5077         (x_use_underline_position_properties): New variable.
5078         (syms_of_xterm): DEFVAR_BOOL it.
5079         (x_draw_glyph_string): Add comment to use it in future.
5080         (x_draw_glyph_string): Restore clipping after drawing box.
5081         Fix a computation of the underline position.
5082         (w32_get_glyph_string_clip_rect): Minor cleanup.
5083         (x_fill_stretch_glyph_string): Remove an assertion.
5084         (x_produce_glyphs): Don't convert multibyte characters
5085         to unibyte characters in unibyte buffers.
5086         (cursor_in_mouse_face_p): New function.
5087         (x_draw_stretch_glyph_string): Use it to choose a different GC
5088         when drawing a cursor within highlighted text.  Don't draw
5089         background again if it has already been drawn.
5090         (x_draw_glyph_string_box): Don't draw a full-width
5091         box just because the glyph row's full_width_p flag is set.
5092         (x_draw_glyphs): Fix computation of rightmost x for
5093         full-width rows.
5094         (x_dump_glyph_string): Put in #if GLYPH_DEBUG.
5095         (w32_draw_relief_rect): Extend left shadow to the bottom and left;
5096         change bottom shadow accordingly. Some cleanup.
5097         (x_update_window_end): Handle overwritten mouse face
5098         also for tool bar windows.
5099         (show_mouse_face): Set the glyph row's mouse_face_p flag also when
5100         DRAW is DRAW_IMAGE_RAISED.
5101         (clear_mouse_face): Return 1 if text with mouse face was
5102         actually redrawn.  Make the function static.  Reset
5103         dpyinfo->mouse_face_overlay otherwise note_mouse_highlight might
5104         optimize away highlighting if we pass over that same overlay again.
5105         (note_mouse_highlight): Call mouse_face_overlay_overlaps
5106         to detect a case where we have to highlight a different region
5107         despite not having left the currently highlighted region.
5108         Set mouse_face_overlay in the x_display_info.  Avoid changing the
5109         mouse pointer shape when show_mouse_face has already done it, or
5110         there is no need.  Handle mouse-face and help-echo in strings.
5111         (glyph_rect): New function.
5112         (w32_mouse_position): Use it to raise the threshold for mouse
5113         movement event generation.
5114         (w32_initialize_display_info): Initialize the x_display_info's
5115         mouse_face_overlay.
5116         (w32_set_vertical_scroll_bar): Don't clear a zero height
5117         or width area.
5118         (w32_set_vertical_scroll_bar, x_scroll_bar_create): Don't configure
5119         a widget to zero height.
5121         * w32menu.c (single_submenu, w32_menu_show) [!HAVE_MULTILINGUAL_MENU]:
5122         Protect unibyte strings created by replacing their multibyte
5123         equivalents in menu_items.
5124         (w32_menu_show): Don't overwrite an item's name with its key
5125         description in case the description is a multibyte string.
5126         (single_submenu): Some cleanup.
5128         * w32fns.c (x_laplace_read_row, x_laplace_write_row): Removed.
5129         (postprocess_image): New function.
5130         (lookup_image): Call it for all image types except PostScript.
5131         (x_kill_gs_process): Call postprocess_image.
5132         (tiff_error_handler, tiff_warning_handler): New functions.
5133         (tiff_load): Install them as handlers.
5134         (x_kill_gs_process): Recognize if someone has cleared the image
5135         cache under us.
5136         (valid_image_p): Protect better against invalid image
5137         specifications.  Previous code could signal an error.
5138         (Fx_hide_tip, Fshow_tip): Doc fix.
5139         (Fv_max_tooltip_size): New variable.
5140         (syns_of_xfns): DEFVAR_LISP it.
5141         (Fx_show_tip): Add parameter TEXT.  Set the tip frame's root
5142         window buffer to *tip* right after creating the frame. Set frame's
5143         window_width.  Use a maximum tooltip size specified by
5144         Vx_max_tooltip_size, if that has valid contents.
5145         (compute_tip_xy): Add parameters WIDTH and HEIGHT.
5146         Make sure the tooltip is completely visible.
5147         (x_create_tip_frame): Set tooltip buffer's truncate-lines to nil.
5148         (Fx_create_frame): Adjust the frame's height for presence
5149         of the tool bar before calling x_figure_window_size.
5150         (x_set_tool_bar_lines): Clear the tool bar window's current matrix
5151         when the window gets smaller.
5152         (x_set_foreground_color): Set frame's cursor_pixel.
5153         (x_set_foreground_color, x_set_background_color): Cleaned up.
5154         (x_set_font): Handle case of x_new_fontset returning the same name
5155         as before, although there was a change in fontsets.
5157 2001-10-21  Miles Bader  <miles@gnu.org>
5159         * data.c (Fplus, Fminus, Fmax, Ftimes, Fquo, Flogand, Flogior)
5160         (Flogxor): Add usage: string to doc string.
5161         * charset.c (Fstring): Likewise.
5162         * callproc.c (Fcall_process_region, Fcall_process): Likewise.
5163         * alloc.c (Fmake_byte_code, Fvector, Flist): Likewise.
5165 2001-10-21  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
5167         * buffer.c: Reindent DEFUNs and DEFVARs with doc: keywords.
5169         * alloc.c: Reindent DEFUNs with doc: keywords.
5171         * abbrev.c (Finsert_abbrev_table_description): Reindent.
5173         * frame.c: Change doc-string comments to `new style' [w/`doc:'
5174         keyword].
5176 See ChangeLog.9 for earlier changes.
5178 ;; Local Variables:
5179 ;; coding: iso-2022-7bit
5180 ;; End:
5182     Copyright (C) 2001, 2002 Free Software Foundation, Inc.
5183   Copying and distribution of this file, with or without modification,
5184   are permitted provided the copyright notice and this notice are preserved.