950a0414047dbb8799c6c22b824a053bd0bb7389
[bpt/emacs.git] / src / ChangeLog
1 2005-07-01 Jason Rumney <jasonr@gnu.org>
2
3 * w32term.c (cleartype_active): New flag for enabling sub-pixel
4 workaround.
5 (w32_initialize): Initialize it.
6 (w32_native_per_char_metric): Allow a couple of extra pixels when
7 Cleartype is active.
8
9 * w32term.c (w32_initialize): Move check for screen reader here
10 from syms_of_w32term.
11
12 2005-06-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13
14 * xterm.c (handle_one_xevent): bzero compose_status when nbytes
15 is not zero.
16
17 2005-07-01 Masatake YAMATO <jet@gyve.org>
18
19 * emacs.c (main): Passing ADD_NO_RANDOMIZE to
20 `personality'.
21
22 2005-06-30 Juri Linkov <juri@jurta.org>
23
24 * xdisp.c (x_draw_vertical_border): If left fringe is not present
25 decrease x coord of vertical border by 1 pixel to not occupy text
26 area of the right window.
27
28 * xterm.c (x_draw_vertical_window_border): Use foreground of
29 VERTICAL_BORDER_FACE_ID for vertical border line.
30
31 * term.c (turn_on_face): In standout mode apply specified
32 fg to bg, and specified bg to fg (this makes the logic of
33 inversion on terminal consistent with X).
34
35 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
36
37 * eval.c (user_variable_p_eh): New function.
38 (Fuser_variable_p): Use it. Clarify docstring.
39 Return t for aliases of user options, nil for alias loops.
40
41 2005-06-27 Richard M. Stallman <rms@gnu.org>
42
43 * eval.c (Fdefvar): Improve error message.
44
45 2005-06-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
46
47 * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Fix last
48 change.
49
50 2005-06-27 Juanma Barranquero <lekktu@gmail.com>
51
52 * eval.c (Fdefvar): Don't try to set constant symbols.
53
54 2005-06-25 Richard M. Stallman <rms@gnu.org>
55
56 * macfns.c (Fx_show_tip): Pass new arg to try_window.
57
58 * w32fns.c (Fx_show_tip): Pass new arg to try_window.
59
60 * xfns.c (Fx_show_tip): Pass new arg to try_window.
61
62 * xdisp.c (try_window): New arg CHECK_MARGINS. Calls changed.
63 (redisplay_window): Handle try_window reporting point in scroll margin.
64
65 * dispextern.h (try_window): Declare new arg.
66
67 * fileio.c (Fcopy_file): New arg PRESERVE_UID_GID.
68 Use fchmod to copy the file modes.
69 (Frename_file): Don't copy UID and GID here;
70 instead, specify t for PRESERVE_UID_GID when calling Fcopy_file.
71
72 * eval.c (call_debugger): Take full care of extending stack limits
73 to make space for the debugger, and restore the change afterward.
74 Bind debug-on-error to nil.
75 (restore_stack_limits): New subroutine.
76 (Fsignal): Extend specpdl bound along with eval depth bound,
77 for calling edebug. Don't do either one, for calling debugger.
78 (find_handler_clause): Don't bind debug-on-error here.
79 Don't unbind anything either.
80 Temporarily advance max_specpdl_size for calling
81 internal_with_output_to_temp_buffer.
82 (grow_specpdl): Don't alter max_specpdl_size before signaling
83 an error.
84 (syms_of_eval) <max-specpdl-size>: Doc fix.
85
86 * lread.c (read1): 0.0e+NaN should make a "positive" NaN.
87
88 2005-06-24 Eli Zaretskii <eliz@gnu.org>
89
90 * fileio.c (Frename_file): Undo last change: no need to ifdef away
91 chown on DOS_NT platforms.
92
93 * w32.c (sys_chown): New function.
94
95 * s/ms-w32.h (chown): New; define to sys_chown.
96
97 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
98
99 * xdisp.c (syms_of_xdisp) <nobreak-char-display>: Doc fix.
100 (syms_of_xdisp) <void-text-area-pointer>: Doc fix.
101
102 * fileio.c (Frename_file)[!DOS_NT]: Don't call chown on MSDOS/Windows.
103
104 2005-06-23 Richard M. Stallman <rms@gnu.org>
105
106 * xdisp.c (get_next_display_element): Finish reversing the tests of
107 Vnobreak_char_display.
108
109 * xdisp.c (Vnobreak_char_display): Rename from Vshow_nonbreak_escape.
110 All uses changed.
111 (Qnobreak_space): Rename from Qno_break_space. All uses changed.
112 (syms_of_xdisp): Define nobreak-char-display and nobreak-space.
113
114 * fileio.c (Frename_file): Preserve owner and group, if possible,
115 when copying.
116
117 2005-06-23 Juanma Barranquero <lekktu@gmail.com>
118
119 * abbrev.c (Funexpand_abbrev):
120 * category.c (Fmake_category_set):
121 * dispnew.c (Fsleep_for, Fsit_for):
122 * editfns.c (Fsubst_char_in_region):
123 * eval.c (Fdefvar, Fdefconst, Feval, Ffuncall):
124 * frame.c (make_frame_without_minibuffer):
125 * lread.c (read_vector):
126 * macfns.c (check_x_frame):
127 * process.c (Fstop_process, Fcontinue_process):
128 * search.c (Freplace_match):
129 * syntax.c (Fstring_to_syntax):
130 * w32fns.c (check_x_frame, check_x_display_info):
131 * xfaces.c (x_supports_face_attributes_p):
132 * xselect.c (Fx_own_selection_internal): Follow error conventions.
133
134 * image.c (fn_png_init_io): Don't define it.
135 (init_png_functions) [HAVE_NTGUI]: Don't initialize fn_png_init_io.
136 (png_read_from_file): New function, based on png_read_from_memory.
137 (png_load): Use it, instead of fn_png_init_io.
138
139 2005-06-23 Kim F. Storm <storm@cua.dk>
140
141 * search.c (Fmatch_data): Remove evaporate option.
142 (Fset_match_data): Do not mention evaporate option in doc string.
143 Add commentary explaining evaporate arg (for internal use only).
144 (unwind_set_match_data): Add comment on evaporate use.
145
146 2005-06-22 Miles Bader <miles@gnu.org>
147
148 * xfaces.c (Qvertical_border): Renamed from `Qvertical_divider'.
149 (realize_basic_faces, syms_of_xfaces): Update references to it.
150 * dispextern.h (enum face_id): Rename `VERTICAL_DIVIDER_FACE_ID'
151 to `VERTICAL_BORDER_FACE_ID'.
152 * dispnew.c (build_frame_matrix_from_leaf_window): Update references.
153
154 2005-06-21 Juri Linkov <juri@jurta.org>
155
156 * dispextern.h: Add extern Qframe_set_background_mode.
157
158 * xfaces.c: Rename obsolete function Qframe_update_face_colors to
159 Qframe_set_background_mode.
160
161 * frame.c (Fmodify_frame_parameters):
162 Call frame-set-background-mode after changing the background color
163 on non-window non-dos branch.
164
165 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
166
167 * fns.c (Fchar_table_range):
168 * process.c (Fmake_network_process): Fix spellings.
169
170 2005-06-20 Kim F. Storm <storm@cua.dk>
171
172 * fns.c (Fsort): Doc fix.
173
174 2005-06-20 Miles Bader <miles@gnu.org>
175
176 * xfaces.c (Qvertical_divider): New variable.
177 (realize_basic_faces): Realize its face.
178 (syms_of_xfaces): Initialize it.
179
180 * dispextern.h (enum face_id): Add `VERTICAL_DIVIDER_FACE_ID'.
181
182 * dispnew.c (build_frame_matrix_from_leaf_window): Display vertical
183 window-separator on ttys using `vertical-divider' face by default.
184
185 2005-06-17 Richard M. Stallman <rms@gnu.org>
186
187 * xdisp.c (get_next_display_element): Reverse
188 test of Vshow_nonbreak_escape.
189
190 * term.c (produce_special_glyphs): Use spec_glyph_lookup_face.
191 (Ftty_no_underline): New function.
192 (syms_of_term): defsubr it.
193
194 * keyboard.c (read_char): Call restore_getcjmp after jump occurs.
195
196 * dispnew.c (spec_glyph_lookup_face): New function.
197 (build_frame_matrix_from_leaf_window): Use it.
198
199 * dispextern.h (spec_glyph_lookup_face): Add declaration.
200
201 * buffer.c (syms_of_buffer) <cursor-type>: Doc fix.
202
203 2005-06-12 Richard M. Stallman <rms@gnu.org>
204
205 * keyboard.c (read_char): After catching a longjmp,
206 call restore_getcjmp.
207
208 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
209
210 * xselect.c (lisp_data_to_selection_data): Fix spelling.
211
212 2005-06-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
213
214 * macterm.c (mac_compute_glyph_string_overhangs): Don't set
215 overhangs unless the given glyph type is noncomposite CHAR_GLYPH.
216 [USE_CARBON_EVENTS] (mac_convert_event_ref): Convert dead key down
217 events.
218 (XTread_socket): Don't pass keyboard events with the option
219 modifier to the system when Vmac_command_key_is_meta is nil or
220 Vmac_option_modifier is non-nil.
221 [USE_CARBON_EVENTS] (read_socket_inev): New variable.
222 [USE_CARBON_EVENTS] (init_command_handler): Fix argument.
223 [USE_CARBON_EVENTS] (mac_handle_mouse_event): New Carbon event
224 handler function.
225 (install_window_handler) [USE_CARBON_EVENTS]: Install it.
226 (XTread_socket) [USE_CARBON_EVENTS]: Move mouse wheel event
227 handler part to mac_handle_mouse_event.
228
229 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
230
231 * eval.c (Fdefvaralias): Rename arguments SYMBOL and ALIASED to
232 NEW-ALIAS and BASE-VARIABLE, respectively.
233
234 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
235
236 * xdisp.c (note_mode_line_or_margin_highlight): Lisp_Object/int mixup.
237 (get_phys_cursor_geometry, format_mode_line_unwind_data)
238 (get_line_height_property, x_produce_glyphs): Remove unused vars.
239
240 * coding.c (run_pre_post_conversion_on_str): Remove unused var `buf'.
241
242 2005-06-13 Eli Zaretskii <eliz@gnu.org>
243
244 * w32term.c (x_use_underline_position_properties): New variable.
245 (x_draw_glyph_string): Remind in a comment to change doc string of
246 x-use-underline-position-properties if/when underline positioning
247 is implemented.
248 (syms_of_w32term): DEFVAR_BOOL x-use-underline-position-properties,
249 and initialize it to nil.
250
251 2005-06-12 Jason Rumney <jasonr@gnu.org>
252
253 * w32fns.c (NEWOPENFILENAME): New struct.
254 (Fx_file_dialog): Use it to trick the system into giving us up to
255 date dialogs on systems that are documented to support it.
256 Do not set OFN_FILEMUSTEXIST flag if looking for a directory.
257
258 2005-06-12 Eli Zaretskii <eliz@gnu.org>
259
260 * w32fns.c (w32_abort): Use the MB_YESNO dialog instead of
261 MB_ABORTRETRYIGNORE. Never return, even if DebugBreak does.
262
263 2005-06-11 Eli Zaretskii <eliz@gnu.org>
264
265 * image.c (x_create_x_image_and_pixmap) [HAVE_NTGUI]: Cast 4th arg
266 to CreateDIBSection to avoid a compiler warning.
267 (pbm_load): Cast 3rd arg to IMAGE_BACKGROUND to avoid a compiler
268 warning.
269 (png_load): Cast return values of fn_png_create_read_struct and
270 fn_png_create_info_struct, to avoid compiler warnings on W32.
271 Cast 3rd arg to IMAGE_BACKGROUND and image_background_transparent
272 to avoid compiler warnings.
273 (jpeg_load): Cast return value of fn_jpeg_std_error to avoid a
274 compiler warning on W32. Cast 3rd arg to IMAGE_BACKGROUND to
275 avoid a compiler warning.
276 (tiff_load): Cast return values of fn_TIFFOpen and
277 fn_TIFFClientOpen to avoid compiler warning on W32. Cast 3rd arg
278 to IMAGE_BACKGROUND to avoid a compiler warning.
279 (gif_load): Cast return values of fn_DGifOpenFileName and
280 fn_DGifOpen to avoid compiler warnings on W32. Cast 3rd arg to
281 IMAGE_BACKGROUND to avoid a compiler warning.
282 (DrawText) [HAVE_NTGUI || MAC_OS]: If already defined, undef
283 before redefining.
284
285 * w32bdf.c (create_offscreen_bitmap): Cast `bitsp' to `void **' in
286 the call to CreateDIBSection, to avoid a compiler warning.
287
288 2005-06-11 Jason Rumney <jasonr@gnu.org>
289
290 * w32fns.c (Fx_file_dialog): Unblock input before falling back to
291 minibuffer.
292 * macfns.c (Fx_file_dialog): Likewise.
293
294 2005-06-10 Eli Zaretskii <eliz@gnu.org>
295
296 * makefile.w32-in ($(TEMACS)): Depend on addsection.exe.
297
298 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
299
300 * process.c (syms_of_process) [ADAPTIVE_READ_BUFFERING]:
301 * w32fns.c (syms_of_w32fns): Fix spellings.
302
303 2005-06-10 Eli Zaretskii <eliz@gnu.org>
304
305 * unexw32.c (COPY_CHUNK, COPY_PROC_CHUNK): Add a new argument
306 `verbose'; print diagnostic messages only if it is non-zero.
307 All callers changed to pass a zero value unless DEBUG_DUMP is defined
308 in the environment.
309 (copy_executable_and_dump_data): Print section names with %.8s.
310
311 2005-06-10 Masatake YAMATO <jet@gyve.org>
312
313 * xdisp.c (note_mode_line_or_margin_highlight): Call clear_mouse_face
314 when mouse_face is not given.
315
316 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
317
318 * window.c (Fselect_window): Adapt call to Fselect_frame.
319
320 * lisp.h: Update EXFUN of Fselect_frame.
321
322 * keyboard.c (command_loop_1): Adapt call to Fselect_frame.
323
324 * frame.c (Fhandle_switch_frame, Fselect_frame): Delete unused arg
325 no_enter.
326 (Fset_mouse_position, Fset_mouse_pixel_position, Ficonify_frame):
327 Adapt to above change.
328
329 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
330
331 * fns.c (Fmemq, Fmaphash): Doc fixes.
332
333 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
334
335 * xfaces.c (Fdisplay_supports_face_attributes_p):
336 Fix typo in docstring.
337
338 2005-06-08 Steven Tamm <steventamm@mac.com>
339
340 * unexmacosx.c (copy_data_segment): Copy __la_sym_ptr2 section
341 used by gcc4 on intel mac.
342
343 2005-06-09 Kim F. Storm <storm@cua.dk>
344
345 * search.c (Fmatch_data): Add optional RESEAT arg. Unchain markers
346 in REUSE list if non-nil; free them if equal to evaporate.
347 (Fset_match_data): Add optional RESEAT arg. Unchain markers in LIST
348 if non-nil; free them if equal to evaporate. Use XCAR/XCDR.
349 (restore_search_regs): Rename from restore_match_data. Uses changed.
350 (unwind_set_match_data): New function.
351 (record_unwind_save_match_data): New function like save-match-data.
352
353 * lisp.h (Fmatch_data, Fset_match_data): Fix EXFUN.
354 (record_unwind_save_match_data): Add prototype.
355 (restore_search_regs): Rename from restore_match_data.
356
357 * composite.c (compose_chars_in_text):
358 * eval.c (do_autoload):
359 * macmenu.c (set_frame_menubar):
360 * process.c (read_process_output, exec_sentinel):
361 * xmenu.c (set_frame_menubar):
362 * xdisp.c (prepare_menu_bars, update_menu_bar, update_tool_bar):
363 * w32menu.c (set_frame_menubar):
364 Use record_unwind_save_match_data.
365
366 2005-06-08 Richard M. Stallman <rms@gnu.org>
367
368 * xdisp.c (get_next_display_element): Alter previous change:
369 Distinguish Vshow_nonbreak_escape = t or not t.
370 For t, use escape_glyph once again, as before previous change.
371 Use space or hyphen for display, instead of the non-ASCII char.
372 (syms_of_xdisp) <show-nonbreak-escape>: Doc fix.
373
374 * process.c (Fstart_process): Don't touch command_channel_p slot.
375
376 * process.h (struct process): Delete command_channel_p.
377
378 2005-06-07 Masatake YAMATO <jet@gyve.org>
379
380 * xdisp.c (note_mode_line_or_margin_highlight):
381 Check the overlapping of re-rendering area to avoid flickering.
382 (note_mouse_highlight): Call clear_mouse_face if PART
383 is not ON_MODE_LINE nor ON_HEADER_LINE.
384
385 2005-06-07 Kim F. Storm <storm@cua.dk>
386
387 * process.c: Improve commentary for adaptive read buffering.
388
389 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
390
391 * xterm.c (x_create_toolkit_scroll_bar): Use XtNarrowScrollbars
392 if available.
393
394 2005-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
395
396 * macmenu.c (menu_quit_handler, install_menu_quit_handler):
397 New functions for popping down menus on C-g.
398 (set_frame_menubar, mac_menu_show): Call install_menu_quit_handler.
399
400 * macterm.c: Make mac_quit_char_modifiers and mac_quit_char_keycode
401 non-static.
402
403 * config.in: Add HAVE_CANCELMENUTRACKING.
404
405 2005-06-06 Eli Zaretskii <eliz@gnu.org>
406
407 * w32heap.h (OFFSET_TO_RVA, RVA_TO_OFFSET, RVA_TO_PTR): Remove macros.
408
409 * unexw32.c (RVA_TO_PTR): Move here from w32heap.h.
410
411 * w32proc.c (RVA_TO_PTR): New macro.
412
413 * w32heap.c (RVA_TO_PTR): No need to #undef now.
414
415 * makefile.w32-in ($(BLD)/emacs.$(O), $(BLD)/w32select.$(O)):
416 Depend on w32heap.h.
417
418 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
419
420 * keyboard.c (command_loop_1): Update Vthis_original_command.
421
422 2005-06-06 Richard M. Stallman <rms@gnu.org>
423
424 * xmenu.c (popup_get_selection): Undo previous change.
425
426 2005-06-06 Juri Linkov <juri@jurta.org>
427
428 * xdisp.c (Qno_break_space): New variable.
429 (syms_of_xdisp): Initialize it.
430 (get_next_display_element): Add no-break space and soft hypen
431 codes for iso8859-2 and iso8859-5. Don't add `\' for them.
432 Use `no-break-space' face for no-break spaces.
433
434 2005-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
435
436 * window.c (delete_window): Handle the case where a h/vchild has
437 a h/vchild.
438
439 2005-06-05 Eli Zaretskii <eliz@gnu.org>
440
441 * w32.c (sys_setsockopt): Change arg 4 to `const void *'. In the
442 call to pfn_setsockopt, cast optval to `const char *'.
443
444 2005-06-04 Eli Zaretskii <eliz@gnu.org>
445
446 * w32.c (gettimeofday): Use struct _timeb, not struct timeb.
447 (open_unc_volume): Cast return value of map_w32_filename, to avoid
448 compiler warnings.
449
450 * s/ms-w32.h (fileno): Don't define if already defined.
451
452 * emacs.c: Include w32heap.h, to avoid compiler warning about sbrk.
453
454 * makefile.w32-in (DOC): Define to point to the generated DOC-X.
455
456 2005-06-04 Richard M. Stallman <rms@gnu.org>
457
458 * xmenu.c (popup_get_selection): Click not in menu deactivates menu.
459
460 2005-06-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
461
462 * macmenu.c (cleanup_popup_menu): New function.
463 (Fx_popup_menu): unwind protect cleanup_popup_menu in case
464 mac_menu_show Quit:s.
465 (mac_menu_show): Quit on cancel if not popped up on click (i.e.
466 a dialog).
467
468 2005-06-04 Kim F. Storm <storm@cua.dk>
469
470 * coding.c (decode_coding_string): Handle CODING_FINISH_INTERRUPT.
471
472 * callproc.c (Fcall_process): Don't use alloca to gradually
473 increase size of buf, as it effectively uses twice the necessary
474 space on the stack. Instead, pre-allocate buf of full size, and
475 gradually increase the read size.
476
477 * bytecode.c (BYTE_CODE_QUIT): Check Vthrow_on_input.
478
479 * eval.c (unbind_to): Preserve value of Vquit_flag.
480
481 * xterm.c (handle_one_xevent): Also ignore mouse motion just
482 before a button release event.
483
484 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
485
486 * xfaces.c (Finternal_lisp_face_equal_p): Really report
487 on faces in a frame, if the argument FRAME is non-nil.
488 Improve argument/docstring consistency.
489
490 2005-06-02 Kim F. Storm <storm@cua.dk>
491
492 * xdisp.c (MODE_LINE_NOPROP_LEN): New macro.
493 (x_consider_frame_title, Fformat_mode_line): Save offset into
494 mode_line_noprop_buf rather than pointer, in case buffer is relocated.
495
496 2005-06-01 Kim F. Storm <storm@cua.dk>
497
498 * fns.c (mapcar1): Maybe exit loop if original sequence was modified.
499
500 2005-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
501
502 * macterm.c (mac_to_x_fontname, mac_do_list_fonts): Set XLFD
503 resolution fields for scalable fonts to 0.
504
505 * xfaces.c (build_scalable_font_name): Round pixel size to the
506 nearest integer.
507
508 2005-06-01 Kim F. Storm <storm@cua.dk>
509
510 * xdisp.c (display_mode_line): Support nested calls to redisplay
511 and format-mode-line. Set mode_line_target to MODE_LINE_DISPLAY.
512
513 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
514
515 * fileio.c (Finsert_file_contents):
516 * xdisp.c (note_mode_line_or_margin_highlight): Lisp_Object/int mixup.
517
518 2005-05-31 Kim F. Storm <storm@cua.dk>
519
520 * xdisp.c (mode_line_noprop_buf, mode_line_noprop_buf_end)
521 (mode_line_noprop_ptr): Rename from frame_title_*.
522 (store_mode_line_noprop_char): Rename from store_frame_title_char.
523 (store_mode_line_noprop): Rename from store_frame_title.
524 (mode_line_target): New enum to specify current output target
525 for mode line formatting.
526 (display_mode_element): Test it rather than frame_title_ptr and
527 mode_line_string_list to determine where output should go.
528 (mode_line_proptrans_alist, mode_line_string_alist): Make static.
529 (Vmode_line_unwind_vector): New variable.
530 (format_mode_line_unwind_data, unwind_format_mode_line):
531 New functions for unwind protection in mode line formatting.
532 (x_consider_frame_title): Use them and new local var 'title_start'
533 to support nested calls to format-mode-line and redisplay.
534 Set mode_line_target to MODE_LINE_TITLE.
535 (Fformat_mode_line): Use them and new local var 'string_start' to
536 support nested calls to format-mode-line and redisplay.
537 Set mode_line_target to MODE_LINE_NOPROP or MODE_LINE_STRING.
538 Don't trim trailing dashes.
539 (decode_mode_spec): Don't make infinite number of trailing dashes
540 for MODE_LINE_NOPROP and MODE_LINE_STRING targets.
541 (syms_of_xdisp): Initialize and staticpro mode_line_string_face,
542 mode_line_string_face_prop, and Vmode_line_unwind_vector.
543 (init_xdisp): Initialize mode_line_noprop_ptr to start of _buf.
544 Initialize mode_line_target to MODE_LINE_DISPLAY.
545
546 2005-05-29 Richard M. Stallman <rms@gnu.org>
547
548 * buffer.c (Fbuffer_local_value): Call indirect_variable.
549
550 2005-05-28 Masatake YAMATO <jet@gyve.org>
551
552 * xdisp.c (note_mode_line_or_margin_highlight): Change the
553 pointer to a hand cursor when hoovering over a mouse-face.
554
555 2005-05-27 Kenichi Handa <handa@m17n.org>
556
557 * xterm.c (x_encode_char): Call check_ccl_update in advance.
558
559 * ccl.c: Now an element of Vccl_program_table is a vector of
560 length 4, not 3.
561 (ccl_get_compiled_code): New arg idx. Caller changed.
562 Adjust for the change of Vccl_program_table.
563 (setup_ccl_program): Adjust for the change of Vccl_program_table.
564 (check_ccl_update): New function.
565 (Fregister_ccl_program): Use ASET to set an element of a vector.
566 Adjusted for the change of Vccl_program_table.
567
568 * ccl.h (struct ccl_program): New member idx.
569 (check_ccl_update): Extern it.
570
571 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
572
573 * image.c (Vimage_library_alist): Move from image.el.
574 (syms_of_image): Defvar it.
575 (lookup_image_type): Use it.
576
577 * buffer.c (Fbuffer_local_value): Make argument name match its use
578 in docstring.
579
580 2005-05-26 Juanma Barranquero <lekktu@gmail.com>
581
582 * keyboard.c (Frecursive_edit): Fix typo in docstring.
583 (Fposn_at_x_y): Make argument name match its use in docstring.
584
585 2005-05-26 Lute Kamstra <lute@gnu.org>
586
587 * eval.c (Frun_hooks): Mention run-mode-hooks in docstring.
588
589 2005-05-24 Masatake YAMATO <jet@gyve.org>
590
591 * xdisp.c (note_mode_line_or_margin_highlight): Use b and e
592 as loop sentinels.
593
594 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
595
596 * xmenu.c (Fx_popup_dialog): Add a third boolean argument to
597 select frame title ("Question"/"Information").
598 (xdialog_show): Use it.
599
600 * macmenu.c (Fx_popup_dialog, mac_dialog_show): As for xmenu.c.
601
602 * w32menu.c (Fx_popup_dialog, w32_dialog_show): As for xmenu.c.
603
604 * fns.c (Fyes_or_no_p, Fy_or_n_p): Call Fx_popup_dialog with
605 a third argument (Qnil).
606
607 * lisp.h: x-popup-dialog can have three arguments.
608
609 * editfns.c (Fmessage_box): Use "Information" for frame title.
610
611 2005-05-23 Thien-Thi Nguyen <ttn@gnu.org>
612
613 * termcap.c [VMS]: Include <starlet.h>.
614
615 2005-05-23 Masatake YAMATO <jet@gyve.org>
616
617 * xdisp.c (note_mode_line_or_margin_highlight): Add code
618 for mouse-face. Change the type of the first argument from `window'
619 to `Lisp_Object'.
620 (note_mouse_highlight): Call note_mode_line_or_margin_highlight with
621 window instead of w.
622
623 2005-05-22 Andreas Schwab <schwab@suse.de>
624
625 * process.c (send_process): Move misplaced volatile.
626
627 2005-05-21 Richard M. Stallman <rms@gnu.org>
628
629 * xdisp.c (display_mode_element): If we're processing a list and
630 padding is specified, put it after the last element.
631
632 2005-05-21 Eli Zaretskii <eliz@gnu.org>
633
634 * fileio.c (Fexpand_file_name) [DOS_NT]: Don't try to support
635 "superroot" on DOS_NT systems.
636
637 2005-05-21 David Hunter <hunterd42@comcast.net> (tiny change)
638
639 * process.c (send_process): Restore the SIGPIPE handler if we
640 catch a SIGPIPE.
641
642 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
643
644 * image.c (lookup_image, png_read_from_memory): Remove hacks (and
645 misleading comments).
646 (DEF_IMGLIB_FN): Use C calling convention for image libraries.
647
648 2005-05-20 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
649
650 * window.c (Fwindow_inside_edges, Fwindow_inside_pixel_edges):
651 Correct the right value.
652
653 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
654
655 * keyboard.c (syms_of_keyboard): Remove Lisp variables
656 post-command-idle-hook and post-command-idle-delay.
657 (command_loop_1): Don't try to execute post-command-idle-hook.
658
659 2005-05-16 Kim F. Storm <storm@cua.dk>
660
661 * xdisp.c (handle_display_prop): Handle empty replacement.
662 (handle_single_display_spec): Return -1 for empty replacement.
663
664 * keyboard.c (adjust_point_for_property): Skip empty overlay string.
665
666 * .gdbinit (pitx): Print more info about iterator.
667
668 2005-05-16 Andreas Schwab <schwab@suse.de>
669
670 * unexmacosx.c (unexec_realloc): Move declarations before statements.
671
672 2005-05-14 Richard M. Stallman <rms@gnu.org>
673
674 * xdisp.c (message3): Call cancel_echoing.
675
676 * alloc.c (Fmemory_full_p): New function.
677 (syms_of_alloc): defsubr it.
678
679 * process.c (send_process_trap): Unblock SIGPIPE.
680 (send_process): Reset SIGPIPE handler before reporting error.
681
682 2005-05-14 Nick Roberts <nickrob@snap.net.nz>
683
684 * emacs.c (syms_of_emacs): Fix doc string for system-type.
685
686 2005-05-13 Richard M. Stallman <rms@gnu.org>
687
688 * fileio.c (Ffind_file_name_handler): Handle lambda-exp as handler.
689 (Finsert_file_contents): If we read 0 bytes from a special file,
690 unlock the visited file if we locked it.
691 (Fmake_symbolic_link, Frecent_auto_save_p): Doc fixes.
692 (Ffile_exists_p, Ffile_symlink_p): Doc fixes.
693
694 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
695
696 * emacs.c (main) [MAC_OS8]: Call init_atimer before mac_term_init.
697
698 * keyboard.c (readable_events) [USE_TOOLKIT_SCROLL_BARS]:
699 Regard toolkit scroll bar thumb drag events as squeezable and prevent
700 redisplay from being paused by them.
701
702 * mac.c [!MAC_OSX]: Include keyboard.h and syssignal.h.
703 [!MAC_OSX] (target_ticks): Remove variable.
704 [!MAC_OSX] (check_alarm, pause, index): Remove functions.
705 [!MAC_OSX && __MRC__] (sys_strftime): Likewise.
706 [!MAC_OSX] (select): If fd 0 is not set in rfds and some input
707 event occurs before timeout, behave as if the function were interrupted.
708 [!MAC_OSX] (sigblock, sigsetmask, alarm): Simulate SIGALRM
709 handling using Time Manager routines.
710 [!MAC_OSX] (mac_atimer_task, mac_atimer_qlink, signal_mask):
711 New variables.
712 [!MAC_OSX] (mac_atimer_handler, set_mac_atimer, remove_mac_atimer)
713 (setitimer): New functions.
714
715 * macfns.c, macmenu.c: Don't include signal.h.
716
717 * macterm.c [USE_TOOLKIT_SCROLL_BARS] (get_control_part_bounds):
718 Rename from get_control_part_bound. All callers changed.
719 (x_scroll_bar_clear): New function.
720 (x_clear_frame): Use it.
721 (XTset_vertical_scroll_bar): Don't call Draw1Control.
722 (x_scroll_bar_handle_click): Change type of second argument from
723 int to ControlPartCode.
724 (check_alarm): Remove declaration.
725 (XTread_socket) [!TARGET_API_MAC_CARBON]: Don't call it.
726 (XTread_socket): Use ControlPartCode instead of SInt16.
727
728 2005-05-13 Nozomu Ando <nand@mac.com>
729
730 * unexmacosx.c: Include assert.h.
731 (MACOSX_MALLOC_MULT16): New define.
732 [MACOSX_MALLOC_MULT16] (ptr_in_unexec_regions): Determine whether
733 ptr is in unexec regions by checking it is multiple of 16.
734 (unexec_malloc_header_t): New typedef.
735 (unexec_malloc, unexec_realloc, unexec_free): Store and use
736 allocated size information in unexec_malloc_header.
737
738 2005-05-10 Richard M. Stallman <rms@gnu.org>
739
740 * xterm.c (noinclude): Add #undef.
741
742 * image.c, xfns.c, xmenu.c: Don't include signal.h.
743
744 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
745
746 * fileio.c (Fexpand_file_name, Frename_file, Fadd_name_to_file)
747 (Fmake_symbolic_link, Faccess_file, Frecent_auto_save_p):
748 Doc fixes.
749
750 * dired.c (Ffile_name_completion): Make argument name
751 match its use in docstring.
752
753 2005-05-08 Luc Teirlinck <teirllm@auburn.edu>
754
755 * eval.c (Fdefvaralias): Remove any pre-existing
756 variable-documentation property of the alias.
757
758 2005-05-07 Thien-Thi Nguyen <ttn@gnu.org>
759
760 * xfns.c (start_hourglass): Do nothing when running on a tty.
761
762 2005-05-07 Juanma Barranquero <lekktu@gmail.com>
763
764 * fns.c (Fchar_table_range): Fix typos in docstring.
765
766 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
767
768 * fns.c (Fchar_table_range): Yet Another Int/Lisp_Object Mixup.
769
770 2005-05-06 Eli Zaretskii <eliz@gnu.org>
771
772 * lread.c (Flocate_file_internal): Doc fix.
773
774 * Makefile.in (lisp, shortlisp): Add jka-cmpr-hook.elc.
775
776 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
777
778 * macselect.c (x_own_selection): Accept Lisp string as result of
779 selection converter function.
780 (x_clear_frame_selections): Don't call x-lost-selection-functions
781 if Emacs is not owner of the selection.
782 (Vmac_services_selection): Put variable and initialization in
783 #ifdef MAC_OSX.
784 (syms_of_macselect) [MAC_OSX]: Set default value of
785 Vmac_services_selection to PRIMARY.
786
787 * macterm.c (toolkit_scroll_bar_interaction): Remove unused variable.
788 (mac_handle_tool_bar_click): Remove unused function and declaration.
789 [USE_TOOLKIT_SCROLL_BARS] (scroll_bar_timer_callback)
790 (install_scroll_bar_timer, set_scroll_bar_timer)
791 (control_part_code_to_scroll_bar_part, construct_scroll_bar_click)
792 (get_control_part_bound, x_scroll_bar_handle_press)
793 (x_scroll_bar_handle_release, x_scroll_bar_handle_drag)
794 (x_set_toolkit_scroll_bar_thumb): New functions and declarations.
795 [USE_TOOLKIT_SCROLL_BARS] (last_scroll_bar_part, scroll_bar_timer)
796 (scroll_bar_timer_event_posted_p): New variables.
797 [USE_TOOLKIT_SCROLL_BARS] (SCROLL_BAR_FIRST_DELAY)
798 (SCROLL_BAR_CONTINUOUS_DELAY): New macros.
799 (x_scroll_bar_create): Set control reference with NewControl.
800 (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
801 Initialize track_top and track_height to nil.
802 (x_scroll_bar_set_handle, x_scroll_bar_note_movement):
803 Put functions in #ifndef USE_TOOLKIT_SCROLL_BARS.
804 (XTset_vertical_scroll_bar): Don't make space between scroll bar
805 and associated window.
806 (XTset_vertical_scroll_bar) [MAC_OSX]: Get scroll bar area width
807 from window config.
808 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
809 Set track_top and track_height to nil when scroll bar size is changed.
810 Recalculate them if they are nil.
811 (XTread_socket) [MAC_OSX]: Use control kind to determine if the
812 clicked control is a scroll bar.
813 (XTread_socket) [USE_TOOLKIT_SCROLL_BARS]: Use toolkit scroll bar
814 event handler functions. Don't add modifiers to scroll bar click
815 events. Call scroll bar release handler when window is deactivated.
816 (mac_initialize): Remove unused code for X toolkit.
817 (syms_of_macterm) [!USE_TOOLKIT_SCROLL_BARS]:
818 Initialize Vx_toolkit_scroll_bars to nil.
819
820 * macterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
821 New members track_top and track_height.
822
823 * sysselect.h [DARWIN || MAC_OSX]: Temporarily undefine
824 init_process when including sys/select.h.
825
826 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
827
828 * eval.c (Fdefvaralias): Doc fix.
829
830 * xmenu.c (Fx_popup_menu, Fx_popup_dialog): Doc fixes.
831
832 2005-05-05 Kim F. Storm <storm@cua.dk>
833
834 * buffer.c (init_buffer_once): Set cursor_in_non_selected_windows
835 default value.
836 (syms_of_buffer): Add default-cursor-in-non-selected-windows.
837 Fix type of cursor-in-non-selected-windows.
838
839 2005-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
840
841 * mac.c: #undef init_process so not to conflict with system headers.
842
843 2005-05-02 Richard M. Stallman <rms@gnu.org>
844
845 * buffer.c (syms_of_buffer): Define cursor-in-non-selected-windows.
846
847 * buffer.h (struct buffer): Add cursor_in_non_selected_windows slot.
848
849 * xdisp.c (Vcursor_in_non_selected_windows)
850 (Qcursor_in_non_selected_windows): Vars deleted.
851 (syms_of_xdisp): Don't initialize them.
852 (get_window_cursor_type): Use cursor_in_non_selected_windows
853 buffer slot.
854
855 2005-05-02 Kim F. Storm <storm@cua.dk>
856
857 * macros.c (executing_kbd_macro_index): Rename from
858 executing_macro_index. All uses changed.
859 (executing_kbd_macro_iterations): Rename from
860 executing_macro_iterations. All uses changed.
861 (executing_kbd_macro): Rename from executing_macro.
862 All uses changed.
863 (syms_of_macros): Rename Lisp var executing-macro-index to
864 executing-kbd-macro-index.
865
866 * xdisp.c (move_it_in_display_line_to): Fix last change.
867
868 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
869
870 * xmenu.c (Fx_popup_menu): Doc fix.
871
872 * charset.c (syms_of_charset): Delete defsubr for Schars_in_region.
873
874 2005-05-02 Jason Rumney <jasonr@gnu.org>
875
876 * emacs.c (USAGE3, USAGE4): Keep strings below 2048 bytes.
877
878 2005-05-02 Nozomu Ando <nand@mac.com>
879
880 * sysselect.h: Fix typo.
881
882 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
883
884 * charset.c (Fchars_in_region): Remove as obsolete.
885
886 2005-05-01 Kim F. Storm <storm@cua.dk>
887
888 * xdisp.c (move_it_in_display_line_to): Stop if we move beyond
889 TO_CHARPOS. This may happen if last glyphs was an image or stretch
890 glyph.
891
892 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
893
894 * dispnew.c (sit_for): Vexecuting_macro -> Vexecuting_kbd_macro.
895
896 2005-05-01 Richard M. Stallman <rms@gnu.org>
897
898 * xmenu.c [not HAVE_X_TOOLKIT] (xmenu_show):
899 If user cancels the menu, quit unless FOR_CLICK.
900
901 * macros.c (Vexecuting_kbd_macro): Rename from Vexecuting_macro.
902 All uses changed.
903 (syms_of_macros): Define only executing-kbd-macro, not executing-macro.
904 * keyboard.c: Change Vexecuting_macro to Vexecuting_kbd_macro.
905 * macros.h (Vexecuting_kbd_macro): Declare instead of Vexecuting_macro.
906 * commands.h (Vexecuting_kbd_macro): Likewise.
907
908 2005-05-01 Thien-Thi Nguyen <ttn@gnu.org>
909
910 * sysdep.c (get_frame_size) [VMS]: Use a fresh i/o channel.
911
912 2005-04-30 Richard M. Stallman <rms@gnu.org>
913
914 * fileio.c (Ffind_file_name_handler): Handle the `operations'
915 property of the file name handler.
916 (Qoperations): New variable.
917 (syms_of_fileio): Initialize and staticpro it.
918
919 * xdisp.c (set_message_1): Delete xassert.
920
921 2005-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
922
923 * mac.c: Don't include time.h. Include sysselect.h after systime.h.
924
925 * macfns.c (Fx_server_version): Add BLOCK_INPUT around Gestalt.
926
927 * macgui.h [HAVE_CARBON && MAC_OSX]: Don't undefine/define mktime
928 before/after including Carbon.h if there is a working mktime.
929
930 2005-04-28 Kim F. Storm <storm@cua.dk>
931
932 * xfaces.c (resolve_face_name): Add arg SIGNAL_P. Calls changed.
933 Fix cyclic alias check. If alias loop is detected, signal
934 circular-list error if SIGNAL_P, and return Qdefault if !SIGNAL_P.
935
936 2005-04-28 Lute Kamstra <lute@gnu.org>
937
938 * eval.c (do_autoload): Record only autoloads in the autoload
939 property of symbols.
940
941 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
942
943 * emacs.c (USAGE1): Add --basic-display and --quick options.
944
945 2005-04-27 Kim F. Storm <storm@cua.dk>
946
947 * data.c (syms_of_data) Staticpro Qcyclic_variable_indirection.
948
949 2005-04-26 Richard M. Stallman <rms@gnu.org>
950
951 * window.c (Fsame_window_p, Fspecial_display_p): Doc fixes.
952 (syms_of_window): Doc fixes.
953
954 * indent.c (Fvertical_motion): Undo previous change.
955
956 2005-04-26 Kenichi Handa <handa@m17n.org>
957
958 * fns.c (char_table_range): New function.
959 (Fchar_table_range): Signal an error if characters in the range
960 have inconsistent values. Don't check the parent.
961
962 2005-04-25 Kenichi Handa <handa@m17n.org>
963
964 * fontset.c (fontset_set): Fix previous change.
965
966 2005-04-24 Richard M. Stallman <rms@gnu.org>
967
968 * indent.c (Fvertical_motion): Bind fontification-functions to nil.
969
970 2005-04-24 Eli Zaretskii <eliz@gnu.org>
971
972 * regex.c (re_search_2, re_match_2_internal): Convert second arg
973 of RE_TRANSLATE to int, to shut up GCC warnings.
974
975 * fileio.c (Fcopy_file): Doc fix.
976 [MSDOS]: Fix call to emacs_open: buffer_file_type not defined and
977 not needed.
978
979 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
980
981 * Makefile.in [HAVE_CARBON] (MAC_OBJ): Add macselect.o.
982 (SOME_MACHINE_OBJECTS): Likewise.
983 (mac.o): Depend on ccl.h.
984 (macselect.o): New target.
985
986 * emacs.c (main) [MAC_OS8 || MAC_OSX && HAVE_CARBON]:
987 Call syms_of_macselect.
988
989 * frame.c (Fdelete_frame) [MAC_OS]: Call x_clear_frame_selections.
990
991 * mac.c [!TARGET_API_MAC_CARBON]: Don't include charset.h or coding.h.
992 (QCLIPBOARD): Remove variable.
993 (syms_of_mac): Don't initialize it.
994 (Fmac_paste_function, Fmac_cut_function, Fx_selection_exists_p):
995 Remove functions.
996 (syms_of_mac): Don't defsubr them.
997 [TARGET_API_MAC_CARBON] (Qmime_charset, QNFD, QNFKD, QNFC, QNFKC)
998 (QHFS_plus_D, QHFS_plus_C): New variables.
999 (syms_of_mac) [TARGET_API_MAC_CARBON]: Initialize them.
1000 [TARGET_API_MAC_CARBON] (get_cfstring_encoding_from_lisp)
1001 (cfstring_create_normalized): New functions.
1002 [TARGET_API_MAC_CARBON] (Fmac_code_convert_string): Likewise.
1003 (syms_of_mac) [TARGET_API_MAC_CARBON]: Defsubr it.
1004
1005 * macterm.c (handling_window_update, terminate_flag):
1006 Remove variables.
1007 (do_window_update, do_ae_quit_application, XTread_socket):
1008 Don't use them.
1009 (WNE_SLEEP_AT_SUSPEND, WNE_SLEEP_AT_RESUME): Don't define.
1010 [USE_CARBON_EVENTS && MAC_OSX] (mac_handle_service_event)
1011 (init_service_handler): Move to macselect.c. Remove declarations.
1012 [USE_CARBON_EVENTS && MAC_OSX] (init_service_handler): Add extern.
1013 (Qapplication, Qabout): New variables.
1014 (syms_of_mac): Initialize them.
1015 [USE_CARBON_EVENTS && MAC_OSX] (Qpreferences, Qservices, Qpaste)
1016 (Qperform): New variables.
1017 (syms_of_mac) [USE_CARBON_EVENTS && MAC_OSX]: Initialize them.
1018 (do_get_menus) [TARGET_API_MAC_CARBON]: Don't call AppendResMenu.
1019 (do_menu_choice): Unhighlight menu bar also when menu_id is 0.
1020 (mac_store_application_menu_event, init_menu_bar): New functions.
1021 [USE_CARBON_EVENTS] (mac_handle_command_event)
1022 (init_command_handler): New functions.
1023 (mac_handle_window_event): Return noErr on window update event.
1024 (do_ae_quit_application): Call mac_store_application_menu_event.
1025 (mac_initialize) [USE_CARBON_EVENTS]: Call init_command_handler
1026 and init_menu_bar.
1027
1028 * macterm.h (x_clear_frame_selections): Add extern.
1029
1030 * macselect.c: New file for selection processing on Mac OS.
1031
1032 2005-04-23 Richard M. Stallman <rms@gnu.org>
1033
1034 * fileio.c (Fcopy_file): New arg MUSTBENEW.
1035 (Frename_file): Pass new arg to Fcopy_file.
1036
1037 * window.c (window_size_fixed): Variable deleted.
1038 (syms_of_window): Initialize window-size-fixed to nil.
1039 But don't DEFVAR window_size_fixed.
1040
1041 2005-04-23 Andreas Schwab <schwab@suse.de>
1042
1043 * m/macppc.h (LD_SWITCH_MACHINE) [LINUX]: Don't define.
1044 (START_FILES, LIB_STANDARD) [LINUX && _ARCH_PPC64]: Override to
1045 use lib64 instead of lib.
1046 (_LP64) [_ARCH_PPC64]: Define if not defined.
1047
1048 2005-04-23 David Hunter <hunterd42@comcast.net> (tiny change)
1049
1050 * s/ms-w32.h (HAVE_PWD_H): Define.
1051
1052 2005-04-22 Kenichi Handa <handa@m17n.org>
1053
1054 * fns.c (copy_sub_char_table): Explicitly copy the default value
1055 of the sub-chartable.
1056
1057 * fontset.c (fontset_set): When a sub-chartable is created,
1058 explicitly sets the defalt value.
1059
1060 2005-04-22 Kim F. Storm <storm@cua.dk>
1061
1062 * fns.c (Fplist_get): Replace by Fsafe_plist_get.
1063 (Fsafe_plist_get): Rename to Fplist_get.
1064 (Fsafe_get): Remove, as Fget now uses safe Fplist_get.
1065 (defsubr): Remove defsubr for Fsafe_plist_get and Fsafe_get.
1066
1067 * lisp.h (Fsafe_plist_get, Fsafe_get): Remove EXFUN.
1068
1069 * xdisp.c (store_mode_line_string, produce_stretch_glyph)
1070 (note_mode_line_or_margin_highlight, note_mouse_highlight):
1071 Use Fplist_get instead of Fsafe_plist_get.
1072
1073 * xfaces.c (resolve_face_name): Use Fget instead of Fsafe_get.
1074
1075 2005-04-21 Miles Bader <miles@gnu.org>
1076
1077 * xdisp.c (dump_glyph_row): Don't display overlay_arrow_p field.
1078
1079 2005-04-20 Thien-Thi Nguyen <ttn@gnu.org>
1080
1081 * sysdep.c: Remove reference to defunct vms-pwd.h.
1082 * dired.c: Likewise. Also, for pwd.h, use HAVE_PWD_H, not !VMS.
1083 * editfns.c, fileio.c, filelock.c, sysdep.c, xrdb.c: Likewise.
1084
1085 * config.in: Regenerate.
1086
1087 2005-04-20 Kenichi Handa <handa@m17n.org>
1088
1089 * lisp.h (CHAR_TABLE_DEFAULT_SLOT_ASCII): New macro.
1090 (CHAR_TABLE_DEFAULT_SLOT_8_BIT_CONTROL): New macro.
1091 (CHAR_TABLE_DEFAULT_SLOT_8_BIT_GRAPHIC): New macro.
1092
1093 * alloc.c (make_sub_char_table): Argument changed to initial
1094 value of the slots.
1095
1096 * data.c (Faref): Handle special slots used as default values of
1097 ascii, eight-bit-control, eight-bit-control. Don't ignore a
1098 default value set for a group of characters.
1099 (Faset): Signal an error if IDXVAL is not a valid character code.
1100 Make a sub-chartable with correct initial value.
1101
1102 * fns.c (Fset_char_table_range): Don't set slots used as default
1103 values for ascii, eight-bit-control, eight-bit-graphic.
1104 Don't call Faref with charset-id.
1105 (Fset_char_table_default): Document how to treat normal character
1106 argument. Handle special slots used as default values of ascii,
1107 eight-bit-control, eight-bit-control. Make a sub chartable if
1108 necessary.
1109
1110 2005-04-20 Kenichi Handa <handa@m17n.org>
1111
1112 * search.c (boyer_moore): Fix previous change.
1113
1114 2005-04-19 Kim F. Storm <storm@cua.dk>
1115
1116 * xdisp.c (setup_for_ellipsis): Reset saved_face_id to use default
1117 face unless last visible char and first invisible char have the
1118 same face. Also use default face if saved_face_id is undefined.
1119
1120 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1121
1122 * macgui.h (MacFontStruct): Remove member `fontname'. Add member
1123 `full_name'.
1124 [TARGET_API_MAC_CARBON] (MacFontStruct): Use type int for
1125 mac_scriptcode member.
1126
1127 * macterm.c (Qbig5, Qcn_gb, Qsjis, Qeuc_kr): Remove variables.
1128 (syms_of_mac): Don't initialize them.
1129 (Vmac_charset_info_alist): New variable.
1130 (syms_of_mac): Defvar it.
1131 (create_text_encoding_info_alist): New function.
1132 (decode_mac_font_name, mac_to_x_fontname)
1133 (x_font_name_to_mac_font_name, init_font_name_table): Don't hard
1134 code the correspondence among XLFD charsets, Mac script codes, and
1135 Emacs coding systems. Use Vmac_charset_info_alist and result of
1136 create_text_encoding_info_alist instead.
1137 (init_font_name_table) [TARGET_API_MAC_CARBON]: Use Font Manager
1138 routines also on Mac OS Classic.
1139 (init_font_name_table) [!TARGET_API_MAC_CARBON]:
1140 Use add_font_name_table_entry.
1141 (mac_do_list_fonts): Regard 0 in XLFD scaleble fields as
1142 specified. Derive unspecified scalable fields from specified one.
1143 (x_list_fonts): Consider Valternate_fontname_alist.
1144 (kDefaultFontSize): Change value from 9 to 12.
1145 (XLoadQueryFont): Get decoded font family, font face, and charset
1146 from x_font_name_to_mac_font_name. Set full name of loaded font.
1147 (mac_unload_font): Free `full_name' member.
1148 (x_load_font): Don't try XLoadQueryFont if x_list_fonts returns
1149 NULL. Copy full_name member of struct MacFontStruct to that of
1150 struct font_info.
1151
1152 2005-04-19 Kim F. Storm <storm@cua.dk>
1153
1154 * xdisp.c (handle_stop): Set saved_face_id to current face if
1155 selective_display_ellipsis_p so ellipsis will be shown in same
1156 face as preceding text.
1157 (setup_for_ellipsis): Don't set saved_face_id here.
1158 (next_element_from_display_vector): Default to saved_face_id.
1159
1160 * fns.c (Fsafe_get): New function.
1161 (syms_of_fns): Defsubr it.
1162
1163 * lisp.h (Fsafe_get): EXFUN it.
1164
1165 * xfaces.c (resolve_face_name): Use Fsafe_get to avoid redisplay
1166 loops in case of bad face property lists. Limit number of face
1167 alias lookups to 10 (in case of face alias loops).
1168
1169 2005-04-18 Kim F. Storm <storm@cua.dk>
1170
1171 * dispextern.h (struct glyph_row): New member overlay_arrow_bitmap.
1172 It replaces the corresponding member from struct window, as a
1173 window may now show multiple overlay arrows.
1174 Remove member overlay_arrow_p, superseeded by overlay_arrow_bitmap.
1175
1176 * dispnew.c (row_equal_p, update_window_line, scrolling_window):
1177 Compare overlay_arrow_bitmap than overlay_arrow_p members.
1178
1179 * fringe.c (draw_fringe_bitmap): Use overlay_arrow_bitmap from row
1180 rather than from window.
1181 (update_window_fringes): Compare overlay_arrow_bitmap rather than
1182 overlay_arrow_p members.
1183 (Ffringe_bitmaps_at_pos): Return fringe overlay_arrow_bitmap name
1184 if not default.
1185
1186 * window.h (struct window): Remove member overlay_arrow_bitmap.
1187
1188 * window.c (make_window): Don't initialize overlay_arrow_bitmap.
1189
1190 * xdisp.c (overlay_arrow_string_or_property): Remove PBITMAP arg.
1191 Calls changed. Don't check for overlay-arrow-bitmap property here.
1192 (overlay_arrow_at_row): Remove PBITMAP arg. Instead, if left
1193 fringe is present, return Lisp integer for bitmap (or -1 for default).
1194 Fix value of overlay-arrow-bitmap property to be a symbol, use
1195 lookup_fringe_bitmap to parse it.
1196 (display_line): Change call to overlay_arrow_at_row. Store integer
1197 return value as overlay bitmap in row rather than window.
1198 Only show overlay arrow if row displays text, or if no other overlay
1199 arrow is seen in window (if overlay marker is at point-max).
1200
1201 2005-04-18 Thien-Thi Nguyen <ttn@gnu.org>
1202
1203 * xfaces.c (realize_x_face) [!HAVE_WINDOW_SYSTEM]: Return NULL.
1204
1205 2005-04-18 Lute Kamstra <lute@gnu.org>
1206
1207 * lread.c (Vloads_in_progress): Static.
1208 * fns.c (Vloads_in_progress): Remove extern.
1209 (load_in_progress): Add extern.
1210 (Frequire): Use load_in_progress instead of Vloads_in_progress.
1211
1212 2005-04-18 Thien-Thi Nguyen <ttn@gnu.org>
1213
1214 * xmenu.c (Fx_popup_menu): Initialize error_name to NULL.
1215
1216 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1217
1218 * macterm.c (XTread_socket): Don't beep on keyboard input even if
1219 no frame is visible.
1220
1221 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
1222
1223 * term.c (struct keys): Add support for shifted keys.
1224
1225 2005-04-16 Richard M. Stallman <rms@gnu.org>
1226
1227 * xdisp.c (with_echo_area_buffer): Delete WHICH < 0 case.
1228 (set_message): Call with_echo_area_buffer with WHICH = 0.
1229 (set_message_1): Erase the echo area buffer first thing.
1230 (echo_area_display): Don't clear echo_message_buffer.
1231
1232 2005-04-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1233
1234 * Makefile.in (mac.o): Depend on charset.h and coding.h.
1235
1236 * mac.c: Include charset.h and coding.h.
1237 [TARGET_API_MAC_CARBON] (Qutf_8): Remove extern.
1238 [TARGET_API_MAC_CARBON] (cfstring_create_with_string): New function.
1239 [TARGET_API_MAC_CARBON] (Fmac_get_preference): Use it.
1240
1241 * macfns.c [TARGET_API_MAC_CARBON] (Fx_file_dialog): Likewise.
1242
1243 * image.c [MAC_OSX] (image_load_quartz2d): Likewise.
1244
1245 * macterm.c (x_autoselect_window_p): Remove variable.
1246 (last_window): New variable.
1247 (XTreassert_line_highlight, x_change_line_highlight):
1248 Remove declarations.
1249 (mac_focus_changed, x_detect_focus_change): New functions and
1250 declarations.
1251 (XTextExtents16, front_emacs_window): Remove function.
1252 (mac_focus_frame): New function.
1253 (XTmouse_position, do_menu_choice, do_zoom_window, XTread_socket)
1254 (mac_check_for_quit_char): Use it instead of front_emacs_window.
1255 (x_scroll_bar_report_motion): Obtain window from control owner.
1256 (x_make_frame_invisible): Set window manager size hint.
1257 (do_mouse_moved): Remove function.
1258 (XTread_socket): Move its contents here. Generate select-window
1259 event on mouse movement if needed. Use x_detect_focus_change on
1260 activate/deactivate events. Don't deiconify frame or invalidate
1261 window rectangle when dnd items are dropped.
1262 Don't activate/deactivate root control.
1263 (frame_highlight, frame_unhighlight): Activate/deactivate root
1264 control here.
1265 (syms_of_macterm): Delete DEFVAR_BOOL for x_autoselect_window_p.
1266
1267 * macterm.h (cfstring_create_with_string) [TARGET_API_MAC_CARBON]:
1268 New extern.
1269
1270 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
1271
1272 * Makefile.in: Define new macro TOOLTIP_SUPPORT.
1273 (lisp): Use it.
1274 (SOME_MACHINE_LISP): Add tooltip.
1275
1276 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1277
1278 * mac.c [!TARGET_API_MAC_CARBON]: Include MacLocales.h.
1279 Don't include TextEncodingConverter.h.
1280 (mac_system_script_code, Vmac_system_locale): New variables.
1281 (syms_of_mac): Defvar them.
1282 (mac_get_system_locale): New function.
1283
1284 * macfns.c (x_set_name, x_set_title) [!TARGET_API_MAC_CARBON]:
1285 Use ENCODE_SYSTEM to encode title bar string.
1286 (x_create_tip_frame): Apply 2005-03-18 change for xfns.c.
1287 (Fx_file_dialog) [TARGET_API_MAC_CARBON && !MAC_OSX]:
1288 Use CFStringGetSystemEncoding to get system default string encoding.
1289
1290 * macterm.c [!TARGET_API_MAC_CARBON]: Don't include
1291 TextEncodingConverter.h.
1292
1293 2005-04-13 Steven Tamm <steventamm@mac.com>
1294
1295 * macterm.c (syms_of_macterm): Remove redundant definition of
1296 mac-pass-control-to-system.
1297
1298 2005-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
1299
1300 * window.c (Fset_window_configuration): Be careful when you choose
1301 among several possible points for the new_current_buffer.
1302
1303 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1304
1305 * keyboard.c (poll_for_input) [SYNC_INPUT]: Don't call
1306 poll_for_input_1. Set interrupt_input_pending to 1 instead.
1307 (Qlanguage_change) [MAC_OS]: New variable.
1308 (syms_of_keyboard) [MAC_OS]: Intern and staticpro it.
1309 (kbd_buffer_get_event) [MAC_OS]: Make event for LANGUAGE_CHANGE_EVENT.
1310
1311 * macterm.c (mac_keyboard_text_encoding)
1312 (current_mac_keyboard_text_encoding): Remove variables.
1313 (XTread_socket): Store language-change event if keyboard script change
1314 is detected. Don't convert input to `mac_keyboard_text_encoding'.
1315 (syms_of_macterm): Delete DEFVAR_INT for mac-keyboard-text-encoding.
1316
1317 * termhooks.h (enum event_kind) [MAC_OS]: Add LANGUAGE_CHANGE_EVENT.
1318
1319 2005-04-10 Richard M. Stallman <rms@gnu.org>
1320
1321 * emacs.c (standard_args): Rename --bare-bones to --quick.
1322 Add -D aka --basic-display.
1323
1324 * buffer.c (Fmake_indirect_buffer): Clear out some local variables.
1325
1326 2005-04-09 Richard M. Stallman <rms@gnu.org>
1327
1328 * keymap.c (where_is_internal): Convert a string used as event type
1329 into "(any string)".
1330
1331 * lread.c (Vloads_in_progress): Not static.
1332 * fns.c (Vloads_in_progress): Add extern.
1333 (Frequire): Don't do LOADHIST_ATTACH if Vloads_in_progress is nil.
1334
1335 2005-04-09 Thien-Thi Nguyen <ttn@surf.glug.org>
1336
1337 * dispnew.c (mirror_line_dance): Avoid crash if W2 is null.
1338
1339 2005-04-09 Lute Kamstra <lute@gnu.org>
1340
1341 * print.c (PRINTPREPARE): Check if the marker PRINTCHARFUN is
1342 within the accessible part of the buffer.
1343
1344 2005-04-09 Kim F. Storm <storm@cua.dk>
1345
1346 * lread.c (readevalloop): Add args START and END as region in
1347 current buffer to read. Callers changed.
1348 When specified, narrow to this region only when reading,
1349 not during eval. Track next point to read from during eval.
1350 Also restore point to "real" buffer position before eval.
1351 (Feval_region): Don't save excursion and restriction here, and
1352 don't narrow to region. Just pass region to readevalloop.
1353 Note: Point is now preserved even when PRINTFLAG is nil.
1354
1355 2005-04-08 Kim F. Storm <storm@cua.dk>
1356
1357 * xdisp.c (syms_of_xdisp): Init overlay-arrow-string to "=>".
1358
1359 2005-04-06 Kim F. Storm <storm@cua.dk>
1360
1361 * emacs.c (standard_args): Add -Q, --bare-bones, -bare-bones.
1362
1363 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1364
1365 * mac.c (cfdate_to_lisp): Add `const' for variable `epoch_gdate'.
1366 (Fmac_get_preference): Doc fix.
1367
1368 * macfns.c (Fx_create_frame, x_create_tip_frame):
1369 Add "fontset-mac" to fallback font/fontsets.
1370
1371 2005-04-04 Kim F. Storm <storm@cua.dk>
1372
1373 * alloc.c (Fgarbage_collect): Call CHECK_CONS_LIST before and after gc.
1374
1375 * eval.c (Ffuncall): Always call CHECK_CONS_LIST on entry.
1376 Call it again after autoload.
1377
1378 2005-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1379
1380 * alloc.c (allocate_string_data): Call BLOCK_INPUT before calling
1381 mallopt.
1382
1383 * ralloc.c (r_alloc_init): Ditto.
1384
1385 2005-04-01 Kenichi Handa <handa@m17n.org>
1386
1387 * lisp.h (Vascii_upcase_table, Vascii_canon_table)
1388 (Vascii_eqv_table): Extern them.
1389
1390 * casetab.c (set_case_table): If standard is nonzero, setup
1391 Vascii_upcase_table, Vascii_canon_table, and Vascii_eqv_table.
1392
1393 * search.c (looking_at_1): Use current_buffer->case_canon_table,
1394 not DOWNCASE_TABLE.
1395 (string_match_1): Likewise.
1396 (fast_c_string_match_ignore_case): Use Vascii_canon_table, not
1397 Vascii_downcase_table.
1398 (fast_string_match_ignore_case): Likewise.
1399 (search_buffer): Fix checking of boyer-moore usability.
1400 (boyer_moore): Calculate translate_prev_byte1/2/3 in advance.
1401 No need of tranlating characters in PAT. Fix calculation of
1402 simple_translate.
1403
1404 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
1405
1406 * xterm.c [HAVE_XAW3D]: Include ThreeD.h for XtNbeNiceToColormap.
1407 (x_create_toolkit_scroll_bar): Test XtNbeNiceToColormap before using it.
1408 Use XtNtopShadowPixel and XtNbottomShadowPixel.
1409 (x_set_toolkit_scroll_bar_thumb): Remove ugly old hack that didn't
1410 really work and that breaks with some versions of Xaw3d.
1411
1412 2005-03-31 Kenichi Handa <handa@m17n.org>
1413
1414 * coding.c (syms_of_coding): Fix previous change.
1415
1416 2005-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
1417
1418 * fileio.c (search_embedded_absfilename): Fix last change.
1419
1420 2005-03-25 Kenichi Handa <handa@m17n.org>
1421
1422 * coding.c (syms_of_coding): Suggest to use set-coding-category in
1423 the docstring of coding-category-list.
1424
1425 2005-03-31 Kim F. Storm <storm@cua.dk>
1426
1427 * keyboard.c (Qmouse_fixup_help_message): New var.
1428 (syms_of_keyboard): Intern and staticpro it.
1429 (show_help_echo): Apply mouse-fixup-help-message to help string.
1430
1431 2005-03-30 Kim F. Storm <storm@cua.dk>
1432
1433 * xdisp.c (display_line): Allow multiple overlay arrows in window.
1434
1435 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
1436
1437 * fileio.c (Fexpand_file_name): Use IS_DEVICE_SEP.
1438 (file_name_absolute_p): New fun, extracted from Ffile_name_absolute_p.
1439 (Ffile_name_absolute_p): Use it.
1440 (search_embedded_absfilename): New fun, extracted from
1441 Fsubstitute_in_file_name. Use file_name_absolute_p.
1442 Free the pw data after use.
1443 (Fsubstitute_in_file_name): Use it.
1444 After cutting a prefix, re-check file-name-handler.
1445
1446 2005-03-26 Lennart Borgman <lennart.borgman.073@student.lu.se>
1447
1448 * w32term.h (x_output): Add focus_state.
1449
1450 * w32term.c (x_focus_changed, w32_detect_focus_change): New functions.
1451 (w32_read_socket) [WM_SETFOCUS]: Call w32_detect_focus_change.
1452
1453 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
1454
1455 * minibuf.c (Fminibuffer_complete_and_exit, Fself_insert_and_exit):
1456 Use Fexit_minibuffer.
1457 (Fexit_minibuffer): Mark it as no-return, deactivate the mark.
1458
1459 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
1460
1461 * dired.c (Ffile_attributes): Add a missing gcpro.
1462
1463 * alloc.c (make_number): The arg can be bigger than `int'.
1464 * lisp.h (make_number): Make prototype more precise.
1465
1466 * process.c, dired.c (Vfile_name_coding_system)
1467 (Vdefault_file_name_coding_system):
1468 * callproc.c (Vdoc_file_name, Vfile_name_coding_system)
1469 (Vdefault_file_name_coding_system): Remove unused declarations.
1470
1471 2005-03-24 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1472
1473 * xmenu.c (create_and_show_popup_menu): Just remove menu and return
1474 if it failed to pop up (Gnome "show pointer on ctrl" option makes
1475 menus fail to pop up).
1476
1477 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
1478
1479 * xdisp.c (get_next_display_element): Also use `\ ' & `\-' for latin-9.
1480 Just prepend a backslash without replacing the NBSP by an SPC.
1481
1482 2005-03-22 Kim F. Storm <storm@cua.dk>
1483
1484 * xfaces.c (lookup_derived_face): Add arg SIGNAL_P.
1485 * dispextern.h (lookup_derived_face): Fix prototype.
1486 * msdos.c (XMenuActivate): Fix call to lookup_derived_face.
1487
1488 * xdisp.c (handle_single_display_spec): Derive left-fringe and
1489 right-fringe face from fringe face.
1490
1491 * fringe.c (draw_fringe_bitmap_1, Fset_fringe_bitmap_face):
1492 Derive face from fringe face.
1493
1494 2005-03-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1495
1496 * xrdb.c (x_load_resources): Undo previous change (2005-03-18).
1497
1498 2005-03-22 David Kastrup <dak@gnu.org>
1499
1500 * textprop.c (Fnext_char_property_change)
1501 (Fprevious_char_property_change): Allow marker as limit.
1502 (Fnext_single_char_property_change)
1503 (Fprevious_single_char_property_change): Check that limit is a
1504 number in strings.
1505 (Fnext_single_char_property_change): Coerce position to integer.
1506 (Fprevious_single_char_property_change): Same here.
1507
1508 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
1509
1510 * s/openbsd.h (LD_SWITCH_SYSTEM_tmp): Define if undefined.
1511
1512 2005-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
1513
1514 * frame.c (Fignore_event): Remove.
1515 (syms_of_frame): Don't defsubr it.
1516
1517 * keyboard.c (keys_of_keyboard): Just use `ignore' instead of the
1518 redundant `ignore-event'.
1519
1520 2005-03-19 Eli Zaretskii <eliz@gnu.org>
1521
1522 * unexec.c (write_segment, unexec): Move these functions to avoid
1523 forward references (which cause errors with "gcc -gcoff").
1524
1525 2005-03-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1526
1527 * xfns.c (x_create_tip_frame): Remove setting of Vx_resource_name so
1528 that it doesn't become "tooltip". The specbind is enough.
1529
1530 * xrdb.c (x_load_resources): Use different char *helv when I18N
1531 is present.
1532
1533 2005-03-17 Kenichi Handa <handa@m17n.org>
1534
1535 * coding.c (syms_of_coding): Docstring of coding-category-list fixed.
1536
1537 2005-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
1538
1539 * xfaces.c (x_update_menu_appearance) [HAVE_X_I18N]:
1540 Use xic_create_fontsetname even for non-Motif menus.
1541 Don't forget to free the fontsetname.
1542
1543 * xfns.c (xic_create_fontsetname): Add a final catch-all font pattern.
1544
1545 2005-03-17 Richard M. Stallman <rms@gnu.org>
1546
1547 * dispnew.c (mirror_line_dance): Set W2 according to FRAME_FROM.
1548
1549 * fileio.c (Fcopy_file, Frename_file, Fadd_name_to_file)
1550 (Fmake_symbolic_link): Use G to read the new file name.
1551
1552 * callint.c (Finteractive): Document G option.
1553 (Fcall_interactively): Implement G option.
1554
1555 * buffer.c (buffer_lisp_local_variables): New function,
1556 broken out from Fbuffer_local_variables.
1557 (clone_per_buffer_values): Use buffer_lisp_local_variables.
1558
1559 2005-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
1560
1561 * xfns.c (xic_create_fontsetname): Add `motif' argument.
1562 Always return a freshly allocated string.
1563 (xic_create_xfontset): Adjust call.
1564
1565 * xfaces.c (x_update_menu_appearance) [USE_MOTIF]:
1566 Use xic_create_fontsetname to create a fontset so utf-8 locales work.
1567 (dump_realized_face): Fix warning.
1568
1569 * emacs.c (Fkill_emacs): YAILOM.
1570
1571 * frame.c (Fignore_event): Fix ancient obscure C-u handling bug.
1572
1573 2005-03-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1574
1575 * mac.c (HASHKEY_TERMINAL): Remove.
1576 (HASHKEY_MAX_NID): New macro.
1577 (xrm_q_get_resource_1): Rename from xrm_q_get_resource. Add extra
1578 argument.
1579 (xrm_q_get_resource): Call xrm_q_get_resource_1 with extra argument.
1580 (xrm_create_database, xrm_q_put_resource)
1581 (xrm_merge_string_database, xrm_q_get_resource_1)
1582 (xrm_q_get_resource): Change resource database representation so
1583 that it may not use multiple hash tables for a single database.
1584 [TARGET_API_MAC_CARBON] (xrm_cfproperty_list_to_value): YAILOM.
1585
1586 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
1587
1588 * xmenu.c (ENCODE_MENU_STRING) [HAVE_X_I18N]: Use ENCODE_SYSTEM.
1589
1590 * coding.h (ENCODE_SYSTEM, DECODE_SYSTEM) [!WINDOWSNT]: Use the
1591 locale-coding-system, as was already done for WINDOWSNT.
1592
1593 * keyboard.c (read_char): Only do the 7-bit-meta -> 27-bit-meta
1594 translation for chars in the 0-255 range.
1595
1596 2005-03-16 Lute Kamstra <lute@gnu.org>
1597
1598 * floatfns.c (Ffloor): Doc fix.
1599
1600 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1601
1602 * mac.c: Include macterm.h instead of directly including Carbon.h.
1603 [TARGET_API_MAC_CARBON] (Qstring, Qnumber, Qboolean, Qdate, Qdata)
1604 (Qarray, Qdictionary): New variables.
1605 (syms_of_mac) [TARGET_API_MAC_CARBON]: Initialize them.
1606 [TARGET_API_MAC_CARBON] (Qutf_8): Add extern.
1607 [TARGET_API_MAC_CARBON] (DECODE_UTF_8): New macro.
1608 [TARGET_API_MAC_CARBON] (struct cfdict_context): New struct used
1609 in callback for CFDictionaryApplyFunction.
1610 [TARGET_API_MAC_CARBON] (cfdata_to_lisp, cfstring_to_lisp)
1611 (cfnumber_to_lisp, cfdate_to_lisp, cfboolean_to_lisp)
1612 (cfobject_desc_to_lisp, cfdictionary_add_to_list)
1613 (cfdictionary_puthash, cfproperty_list_to_lisp): New functions.
1614 [TARGET_API_MAC_CARBON] (Fmac_get_preference): New function.
1615 (syms_of_mac) [TARGET_API_MAC_CARBON]: Defsubr it.
1616 (P, LOOSE_BINDING, SINGLE_COMPONENT, HASHKEY_TERMINAL): New macro.
1617 (skip_white_space, parse_comment, parse_include_file)
1618 (parse_binding, parse_component, parse_resource_name, parse_value)
1619 (parse_resource_line, xrm_create_database, xrm_q_put_resource)
1620 (xrm_merge_string_database, xrm_q_get_resource, xrm_get_resource)
1621 (xrm_cfproperty_list_to_value, xrm_get_preference_database):
1622 New functions.
1623
1624 * macfns.c (mac_get_rdb_resource): Remove function.
1625 (x_get_string_resource): Use xrm_get_resource.
1626
1627 * macgui.h (XrmDatabase): Typedef to Lisp_Object.
1628
1629 * macterm.c (x_list_fonts): FONT-LIST-CACHE is now cadr part of
1630 name_list_element.
1631 (mac_make_rdb): Create resource database from preferences and
1632 argument string.
1633 (mac_term_init): Save resource database to cddr part of
1634 name_list_element.
1635
1636 * macterm.h (xrm_merge_string_database, xrm_get_resource)
1637 (xrm_get_preference_database): Add externs.
1638 [TARGET_API_MAC_CARBON] (cfdata_to_lisp, cfstring_to_lisp)
1639 (cfnumber_to_lisp, cfdate_to_lisp, cfboolean_to_lisp)
1640 (cfobject_desc_to_lisp, cfproperty_list_to_lisp): Likewise.
1641
1642 * process.c (init_process): Change `#ifdef DARWIN' to `#if
1643 defined (DARWIN) || defined (MAC_OSX)'
1644
1645 * s/darwin.h (DARWIN): Don't define.
1646
1647 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1648
1649 * macfns.c (Qhyper, Qsuper, Qmeta, Qalt, Qctrl, Qcontrol, Qshift):
1650 Remove unused variables.
1651 (syms_of_macfns): Don't initialize them. Likewise for
1652 Qface_set_after_frame_default. Defvar and initialize
1653 Vx_window_horizontal_drag_shape.
1654 (x_set_mouse_color): Change mouse pointer shape.
1655 (mac_window) [!MAC_OSX]: Create root control.
1656 (Fx_create_frame): Remove initializations of mouse pointer shapes.
1657 (hourglass_started): New function (from xfns.c).
1658 (start_hourglass, cancel_hourglass): Put function body in #ifdef
1659 MAC_OSX.
1660 (show_hourglass) [TARGET_API_MAC_CARBON]: Create progress
1661 indicator for each non-tooltip frame if needed, and show it.
1662 (hide_hourglass) [TARGET_API_MAC_CARBON]: Hide progress indicators.
1663
1664 * macgui.h [!TARGET_API_MAC_CARBON]: Include Appearance.h and
1665 Controls.h. Use ThemeCursor instead of CursHandle.
1666
1667 * macterm.c (activate_scroll_bars, deactivate_scroll_bars):
1668 Remove functions and declarations.
1669 (mac_set_colors): Take argument for saving background color.
1670 All callers changed.
1671 (XDrawLine, XClearArea, mac_draw_bitmap, XFillRectangle)
1672 (mac_draw_rectangle, mac_draw_string_common): Save and Restore
1673 background color.
1674 (x_update_end, mac_do_track_drag): Don't reset background color.
1675 (mac_define_frame_cursor) [!TARGET_API_MAC_CARBON]:
1676 Use SetThemeCursor.
1677 (x_set_window_size) [TARGET_API_MAC_CARBON]: Move progress
1678 indicator control to the upper-right corner of the window.
1679 (arrow_cursor) [!TARGET_API_MAC_CARBON]: Remove variable.
1680 (do_init_managers) [!TARGET_API_MAC_CARBON]: Don't initialize it.
1681 (do_window_update): Update controls after updating content area.
1682 (mac_handle_window_event): Remove unused extern.
1683 (XTread_socket): Check both control handle and control part code
1684 to determine whether a scroll bar is clicked. Activate/deactivate
1685 root control instead of contained scroll bar controls.
1686 (make_mac_terminal_frame): Use ThemeCursor constants.
1687
1688 * macterm.h (struct mac_output) [TARGET_API_MAC_CARBON]:
1689 New member hourglass_control.
1690 (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): New defines.
1691 (activate_scroll_bars, deactivate_scroll_bars): Remove declarations.
1692
1693 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1694
1695 * macterm.c (keycode_to_xkeysym_table): Change mapping so that it
1696 coincides with that in Apple X11 except `clear', `enter' on
1697 laptops, and fn + `enter' on laptops.
1698
1699 2005-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
1700
1701 * xmenu.c (ENCODE_MENU_STRING): Explicitly use string_make_unibyte.
1702 (list_of_panes, list_of_items, Fx_popup_menu): Use XCAR/XCDR.
1703 (digest_single_submenu, xmenu_show): Use ENCODE_MENU_STRING.
1704
1705 * xfns.c (xic_defaut_fontset): New constant.
1706 (xic_create_fontsetname): New function.
1707 Extracted from create_frame_xic. Try to generate a slightly
1708 better fontset.
1709 (xic_create_xfontset): Use it.
1710 (create_frame_xic): Simplify.
1711
1712 2005-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
1713
1714 * fileio.c (Fmake_symbolic_link): Fix last change.
1715
1716 2005-03-11 Richard M. Stallman <rms@gnu.org>
1717
1718 * fileio.c (Frename_file, Fadd_name_to_file)
1719 (Fmake_symbolic_link): If NEWNAME or LINKNAME is a directory,
1720 expand the basename of FILE relative to it.
1721
1722 2005-03-11 Kenichi Handa <handa@m17n.org>
1723
1724 * fileio.c (Finsert_file_contents): Call Fcheck_coding_system
1725 before calling setup_coding_system so that autoloading of a coding
1726 system work.
1727
1728 2005-03-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1729
1730 * xfns.c (hourglass_started): New function.
1731
1732 * dispextern.h: Declare hourglass_started.
1733
1734 * keyboard.c (Fexecute_extended_command): Restart hourglass
1735 after call to Fcompleting_read if already started.
1736
1737 * gtkutil.c (xg_update_scrollbar_pos): Call x_sync so that the
1738 GTK main loop is entered in xterm.c, thus doing the redraw.
1739
1740 2005-03-10 Kim F. Storm <storm@cua.dk>
1741
1742 * xdisp.c (pos_visible_p): Fix X value in last line of buffer.
1743
1744 2005-03-08 Kenichi Handa <handa@m17n.org>
1745
1746 * frame.c (x_set_font): Call set_default_ascii_font if an
1747 available font is found.
1748
1749 * fontset.c (set_default_ascii_font): New function.
1750 (syms_of_fontset): Don't set FONTSET_ASCII (Vdefault_fontset) here.
1751
1752 * fontset.h (set_default_ascii_font): Extern it.
1753
1754 2005-03-07 Kim F. Storm <storm@cua.dk>
1755
1756 * xdisp.c (CLEAR_IMAGE_CACHE_COUNT): New const.
1757 (clear_image_cache_count): New var.
1758 (redisplay_internal): Don't clear face and image caches in the
1759 middle of redisplay; do it afterwards.
1760
1761 * blockinput.h (TOTALLY_UNBLOCK_INPUT): Avoid dangling else.
1762
1763 * xdisp.c (notice_overwritten_cursor): Check that phys_cursor.vpos
1764 is valid. If not, clear phys_cursor_on_p and return.
1765
1766 2005-03-07 Andreas Schwab <schwab@suse.de>
1767
1768 * blockinput.h (UNBLOCK_INPUT_TO): Always call UNBLOCK_INPUT.
1769
1770 2005-03-06 Richard M. Stallman <rms@gnu.org>
1771
1772 * keyboard.c (Ftop_level): Let Fthrow deal with UNBLOCK_INPUT.
1773
1774 * eval.c (unwind_to_catch): Use UNBLOCK_INPUT_TO.
1775 (Feval, Ffuncall): Use CHECK_CONS_LIST.
1776
1777 * lisp.h (CHECK_CONS_LIST): New macro (two definitions).
1778
1779 * blockinput.h (UNBLOCK_INPUT_TO): New macro.
1780 (TOTALLY_UNBLOCK_INPUT): Handle a pending signal if any.
1781
1782 2005-03-05 Juri Linkov <juri@jurta.org>
1783
1784 * emacs.c (USAGE1): Replace Info node name "command arguments"
1785 with "emacs invocation".
1786 (USAGE3): Fix usage of `--color=MODE' which actually doesn't
1787 allow arguments `--color' and `MODE' to be separated by space.
1788 Add --no-blinking-cursor, -nbc.
1789 (standard_args): Add -nbc, --no-blinking-cursor.
1790
1791 2005-03-04 Thien-Thi Nguyen <ttn@gnu.org>
1792
1793 * s/vms.h: Define NO_HYPHENS_IN_FILENAMES.
1794 * s/vms4-4.h, s/vms5-5.h: Undefine NO_HYPHENS_IN_FILENAMES.
1795 * fileio.c (Fexpand_file_name) [VMS]:
1796 Use NO_HYPHENS_IN_FILENAMES, not VMS4_4.
1797 * doc.c (munge_doc_file_name) [VMS]: Likewise.
1798 (Fsnarf_documentation): Call munge_doc_file_name.
1799
1800 2005-03-04 Thien-Thi Nguyen <ttn@gnu.org>
1801
1802 * s/vms.h (FILE_SYSTEM_CASE): New macro.
1803 * fileio.c (Fexpand_file_name) [VMS]: Don't upcase the name
1804 "manually"; this is now handled generally via FILE_SYSTEM_CASE.
1805
1806 2005-03-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1807
1808 * emacs.c (main): Change `#ifdef HAVE_CARBON' to `#if
1809 defined (MAC_OSX) && defined (HAVE_CARBON)'.
1810
1811 * image.c [!MAC_OSX && TARGET_API_MAC_CARBON]: Include QuickTime.h.
1812
1813 * mac.c [!MAC_OSX && HAVE_CARBON]: Include Carbon.h.
1814 [!MAC_OSX] (select) [TARGET_API_MAC_CARBON]: Use ReceiveNextEvent.
1815 (posix_pathname_to_fsspec, fsspec_to_posix_pathname): New functions.
1816 (mac_clear_font_name_table): Move extern to macterm.h.
1817
1818 * macfns.c (install_window_handler): Move extern to macterm.h.
1819 (Fx_file_dialog): Check STRINGP (default_filename) to see it is
1820 valid. Don't check !NILP (dir) because it is already checked with
1821 CHECK_STRING.
1822 (Fx_file_dialog) [!MAC_OSX]: Use FSSpec instead of FSRef for
1823 specifying the default location and obtaining the selected filename.
1824
1825 * macgui.h [!MAC_OSX && HAVE_CARBON]: Include Carbon.h.
1826
1827 * macmenu.c [TARGET_API_MAC_CARBON]: Don't include headers that
1828 are included via Carbon.h.
1829
1830 * macterm.c [TARGET_API_MAC_CARBON && !MAC_OSX]:
1831 Define USE_CARBON_EVENTS to 1.
1832 (qd) [__MRC__ && TARGET_API_MAC_CARBON]: Don't declare.
1833 (x_free_frame_resources): Call remove_window_handler for
1834 non-tooltip windows.
1835 [TARGET_API_MAC_CARBON]: Don't include headers that are included
1836 via Carbon.h.
1837 [TARGET_API_MAC_CARBON] (mac_do_track_dragUPP)
1838 (mac_do_receive_dragUPP): New variables.
1839 (mac_handle_service_event, init_service_handler): Put declarations
1840 and definitions in #ifdef MAC_OSX.
1841 (install_window_handler) [TARGET_API_MAC_CARBON]: Create UPPs for
1842 drag-and-drop handler functions and register them.
1843 (remove_window_handler): New function.
1844 (do_ae_open_documents, mac_do_receive_drag) [!MAC_OSX]:
1845 Use fsspec_to_posix_pathname.
1846 (main): Change #if !TARGET_API_MAC_CARBON to #ifdef MAC_OS8.
1847 (XTread_socket) [!MAC_OSX]: Don't pass keyboard events to TSM.
1848 [MAC_OS8] (make_mac_terminal_frame) [TARGET_API_MAC_CARBON]:
1849 Set default cursors.
1850 (mac_initialize) [USE_CARBON_EVENTS && !MAC_OSX] : Don't call
1851 init_service_handler or init_quit_char_handler.
1852 (mac_initialize) [!MAC_OSX]: Don't call MakeMeTheFrontProcess.
1853
1854 * macterm.h (install_window_handler, remove_window_handler)
1855 (posix_pathname_to_fsspec, fsspec_to_posix_pathname)
1856 (mac_clear_font_name_table): New externs.
1857
1858 2005-03-03 Thien-Thi Nguyen <ttn@gnu.org>
1859
1860 * fileio.c (FILE_SYSTEM_CASE): Define macro if not already defined.
1861 (Ffile_name_directory): Use FILE_SYSTEM_CASE unconditionally.
1862 (Fexpand_file_name): Likewise.
1863
1864 2005-03-03 Thien-Thi Nguyen <ttn@gnu.org>
1865
1866 * emacs.c (Fkill_emacs): Use EXIT_SUCCESS;
1867 no longer special-case VMS. Add bogus return value.
1868
1869 2005-03-02 Kim F. Storm <storm@cua.dk>
1870
1871 * dispextern.h (XASSERTS): Define to 0 if not already defined.
1872 (xassert) [!XASSERTS]: Define dummy version.
1873
1874 2005-03-02 Kim F. Storm <storm@cua.dk>
1875
1876 * xdisp.c (redisplay_window): YABX (yet another bogus xassert).
1877 Reported by David Kastrup.
1878
1879 2005-03-01 Ehud Karni <ehud@unix.mvs.co.il>
1880
1881 * xdisp.c (get_next_display_element): Fix control and escape
1882 glyph from display vector.
1883
1884 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
1885
1886 * keyboard.c (Fposn_at_x_y): Check integerness of X and Y.
1887
1888 2005-02-27 Richard M. Stallman <rms@gnu.org>
1889
1890 * xdisp.c (fast_find_position): Rename END to BEG.
1891 (syms_of_xdisp) <menu-bar-update-hook>: Doc fix.
1892
1893 2005-02-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1894
1895 * gtkutil.c (xg_resize_outer_widget): Remove unneeded call to
1896 gtk_window_resize and x_wm_set_size_hint.
1897
1898 2005-02-25 Kim F. Storm <storm@cua.dk>
1899
1900 * dispextern.h (OVERLAY_STRING_CHUNK_SIZE): Increase from 3 to 16.
1901
1902 * xdisp.c (init_from_display_pos): Don't read past end of
1903 it->overlay_strings array.
1904
1905 2005-02-25 Stephan Stahl <stahl@eos.franken.de> (tiny change)
1906
1907 * buffer.c (syms_of_buffer): Fix typo.
1908
1909 2005-02-23 Lute Kamstra <lute@gnu.org>
1910
1911 * buffer.c (Foverlay_buffer): Doc fix.
1912
1913 2005-02-22 Kim F. Storm <storm@cua.dk>
1914
1915 * minibuf.c (Ftry_completion, Fall_completions): Allow both string
1916 and symbol keys in alists and hash tables.
1917
1918 * xdisp.c (fast_find_position): Fix search for start of overlay.
1919
1920 2005-02-21 Kim F. Storm <storm@cua.dk>
1921
1922 * window.c (window_scroll_pixel_based): When scrolling backwards,
1923 handle partial visible line at end of window even when we hit PT.
1924
1925 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
1926
1927 * keymap.h: Declare Fcurrent_active_maps, used in doc.c.
1928
1929 2005-02-21 Kim F. Storm <storm@cua.dk>
1930
1931 * xdisp.c (move_it_vertically_backward): Eliminate two xasserts.
1932 I think those asserts are bogus if buffer contains invisible text
1933 or images.
1934
1935 2005-02-21 David Kastrup <dak@gnu.org>
1936
1937 * gtkutil.c (xg_create_frame_widgets): UNBLOCK_INPUT on error.
1938
1939 2005-02-20 Kim F. Storm <storm@cua.dk>
1940
1941 * xdisp.c (pos_visible_p): Be sure to move to the specified
1942 position. Always get the full ascent / descent of the
1943 corresponding row, to return reliable rtop and rbot values.
1944 (back_to_previous_visible_line_start): Fix 2005-01-18 change.
1945 Must look one character back, as back_to_previous_line_start
1946 returns position after the newline.
1947 (move_it_vertically_backward): Fix heuristic for when to move further
1948 back in case line_height * 2/3 is larger than window height.
1949 (cursor_row_fully_visible_p): Rename make_cursor_line_fully_visible_p
1950 as it does not do anything anymore. Add arg current_matrix_p to
1951 use current matrix rather than desired matrix when set.
1952 (try_cursor_movement): Don't scroll to make cursor row fully
1953 visible if cursor didn't move. This avoids unexpected recentering
1954 in case of blinking cursor or accepting process output.
1955 Use current matrix to check cursor row visibility.
1956 (redisplay_window): Fix whether to recenter or move to top in case
1957 cursor line is taller than window height.
1958 (find_first_unchanged_at_end_row): Stop search if we reach a row
1959 which not enabled (instead of abort).
1960
1961 2005-02-18 Kim F. Storm <storm@cua.dk>
1962
1963 * xfaces.c (Finternal_set_lisp_face_attribute): Allow :color property
1964 to be nil in a :box attribute value list; customize prints that
1965 as lisp value when no box color is specified.
1966
1967 * .gdbinit (pitx, pit): Pretty print display iterator.
1968 (prowx, prow): Pretty print glyph row.
1969 (pcursorx, pcursor): Pretty print a window cursor.
1970 (pwinx, pwin): Pretty print struct window.
1971
1972 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
1973
1974 * alloc.c (BLOCK_BYTES): Harmless typo.
1975
1976 2005-02-17 Andreas Schwab <schwab@suse.de>
1977
1978 * xfns.c (hack_wm_protocols): Use correct type for last parameter
1979 of XGetWindowProperty to avoid aliasing issues.
1980 (Fx_window_property): Likewise.
1981
1982 * xselect.c (Fx_disown_selection_internal): Use union of struct
1983 input_event and struct selection_input_event to avoid aliasing issues.
1984
1985 * xterm.c (handle_one_xevent): Use union of struct input_event and
1986 struct selection_input_event to avoid aliasing issues.
1987 (SET_SAVED_MENU_EVENT): Adapt reference to inev.
1988
1989 2005-02-17 Kim F. Storm <storm@cua.dk>
1990
1991 * dispextern.h (enum it_method): New enum.
1992 (GET_FROM_*): Its members.
1993 (struct it): Change member method from function pointer to enum.
1994
1995 * xdisp.c (check_it, init_from_display_pos, handle_stop)
1996 (setup_for_ellipsis, handle_single_display_spec)
1997 (handle_composition_prop, next_overlay_string)
1998 (get_overlay_strings, reseat_1, reseat_to_string)
1999 (next_element_from_ellipsis, BUFFER_POS_REACHED_P)
2000 (in_display_vector_p, display_line, get_next_display_element):
2001 Change it->method from function pointer to enum.
2002 (get_next_element): New array to map it->method to function.
2003 (get_next_display_element): Use it.
2004 (set_iterator_to_next): Use switch instead of if/else chain.
2005
2006 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
2007
2008 * w32select.c: Summary: Thorough rework to implement Unicode
2009 clipboard operations and delayed rendering.
2010
2011 Drop last_clipboard_text and related code, keep track of
2012 ownership via clipboard_owner instead. Drop old #if0 sections.
2013
2014 (DEFAULT_LCID, ANSICP, OEMCP, QUNICODE, QANSICP, QOEMCP)
2015 (clipboard_owner, modifying_clipboard, cfg_coding_system)
2016 (cfg_codepage, cfg_lcid, cfg_clipboard_type, current_text)
2017 (current_coding_system, current_requires_encoding)
2018 (current_num_nls, current_clipboard_type, current_lcid):
2019 New static variables.
2020
2021 (convert_to_handle_as_ascii, convert_to_handle_as_coded)
2022 (render, render_all, run_protected, lisp_error_handler)
2023 (owner_callback, create_owner, setup_config)
2024 (enum_locale_callback, cp_from_locale, coding_from_cp):
2025 New local functions.
2026
2027 (term_w32select, globals_of_w32select): New global functions.
2028
2029 (Fw32_set_clipboard_data): Ignore parameter FRAME, use
2030 clipboard_owner instead. Use delayed rendering and provide
2031 all text formats. Provide CF_LOCALE if necessary.
2032
2033 (Fw32_get_clipboard_data): Handle CF_UNICODETEXT and
2034 CF_LOCALE. Fall back to CF_TEXT, if CF_UNICODETEXT is not
2035 available. Force DOS line-ends for decoding.
2036
2037 (Fx_selection_exists_p): Handle CF_UNICODETEXT.
2038
2039 (syms_of_w32select): Init and register new variables.
2040
2041 * w32.h: Add prototypes for globals_of_w32select and
2042 term_w32select. Make the neighboring K&R declarations into
2043 prototypes, too.
2044
2045 * emacs.c: Include w32.h to get function prototypes.
2046 (main): Call globals_of_w32select.
2047
2048 * w32.c (term_ntproc): Call term_w32select.
2049
2050 * s/ms-w32.h: Guard MSC-specific #pragmas with an #ifdef.
2051
2052 2005-02-16 Kim F. Storm <storm@cua.dk>
2053
2054 * xdisp.c (BUFFER_POS_REACHED_P): Return true if pos reached and
2055 at end of display vector.
2056
2057 2005-02-15 Richard M. Stallman <rms@gnu.org>
2058
2059 * xdisp.c (get_next_display_element): Fix escape-glyph criterion
2060 for mode and header lines.
2061
2062 * lread.c (syms_of_lread) <user-init-file>: Doc fix.
2063
2064 * keymap.h (describe_map_tree): Change decl.
2065
2066 * keyboard.c (command_loop_1): Always use safe_run_hooks
2067 to run Qdeferred_action_function.
2068
2069 * keymap.c (describe_map_tree): New arg MENTION_SHADOW. Calls changed.
2070 (describe_map, describe_vector): Likewise. When it's 1,
2071 don't omit shadowed bindings, instead mark them as shadowed.
2072
2073 * doc.c (Fsubstitute_command_keys): Compute list of shadowing maps
2074 for describe_map_tree. Pass 1 for MENTION_SHADOW.
2075
2076 * data.c (Fsetq_default): Allow no arg case.
2077
2078 2005-02-14 Kenichi Handa <handa@m17n.org>
2079
2080 * coding.c (encode_coding_string): Always return a unibyte string.
2081 If NOCOPY is nonzero and there's no need of encoding, make STR
2082 unibyte directly.
2083
2084 * xselect.c (lisp_data_to_selection_data): If OBJ is a non-ASCII
2085 multibyte string, signal an error instead of aborting.
2086
2087 2005-02-12 Dan Nicolaescu <dann@ics.uci.edu>
2088
2089 * keyboard.c: If HAVE_FCNTL_H include fcntl.h.
2090
2091 2005-02-12 Kim F. Storm <storm@cua.dk>
2092
2093 * xdisp.c (expose_window): Don't fix overlaps for mode lines.
2094
2095 2005-02-10 Kim F. Storm <storm@cua.dk>
2096
2097 * xdisp.c (try_window_id): Set first_unchanged_at_end_row to NULL
2098 if it moves outside window or it doesn't display text.
2099
2100 2005-02-09 Kim F. Storm <storm@cua.dk>
2101
2102 * undo.c (Fprimitive_undo): Check that undo function does not
2103 switch buffer.
2104
2105 2005-02-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2106
2107 * xselect.c (selection_data_to_lisp_data): For the special case
2108 type == XA_ATOM, data contains array of int, not array of Atom.
2109 (x_property_data_to_lisp, selection_data_to_lisp_data):
2110 Comment update: data must be array of int for format == 32.
2111
2112 2005-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
2113
2114 * undo.c (Fprimitive_undo): Check veracity of delta,start,end.
2115
2116 2005-02-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2117
2118 * xfns.c (Fx_change_window_property): Use long array when format is 32.
2119 (Fx_window_property): If format is 32 and long is bigger than 32 bits,
2120 convert long array returned from XGetWindowProperty to an int array.
2121 (x_set_tool_bar_lines): Check that width and height is greater than
2122 zero before clearing area.
2123
2124 * xselect.c (x_reply_selection_request): Pass long array to
2125 XChangeProperty so that 64 bit longs are handeled correctly.
2126 (x_get_window_property): If format is 32 and long is bigger than 32
2127 bits convert data from XGetWindowProperty from long array to int array.
2128 (lisp_data_to_selection_data): When the input is a vector and the
2129 format is 32, allocate a long array even if long is bigger than 32 bits.
2130 (x_fill_property_data): Use char, short and long as the man page
2131 for XChangeProperty specifies. This way the data returned is OK for
2132 both 32 and 64 bit machines.
2133 (x_handle_dnd_message): Calculate size correctly even for 64 bit
2134 machines.
2135 (Fx_send_client_event): Undo change from 2005-02-05,
2136 x_fill_property_data now handles that case.
2137
2138 * xfns.c (Fx_backspace_delete_keys_p): Add comment about the
2139 reason for the approach in the code.
2140
2141 2005-02-07 Kim F. Storm <storm@cua.dk>
2142
2143 * undo.c (Fprimitive_undo): Record max one dummmy apply element.
2144
2145 2005-02-06 Richard M. Stallman <rms@gnu.org>
2146
2147 * eval.c (Frun_hook_with_args)
2148 (Frun_hook_with_args_until_success)
2149 (Frun_hook_with_args_until_failure): Doc fixes.
2150
2151 2005-02-05 Andreas Schwab <schwab@suse.de>
2152
2153 * sysdep.c (sys_subshell): Properly terminate execlp argument list.
2154
2155 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2156
2157 * xselect.c (Fx_send_client_event, x_handle_dnd_message): Handle
2158 the longs in a XClientMessageEvent correctly when long is 64 bits.
2159
2160 2005-02-05 Eli Zaretskii <eliz@gnu.org>
2161
2162 * xfaces.c (face_color_supported_p): Use HAVE_WINDOW_SYSTEM
2163 instead of HAVE_X_WINDOWS, for non-X windowed sessions.
2164
2165 2005-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2166
2167 * xmenu.c (menubar_selection_callback): Force out GTK buffered
2168 events so the menu event comes after them. This is to prevent sit-for
2169 from exiting on buffered events directly after a menu selection,
2170 lisp code for Help => About Emacs uses sit-for.
2171
2172 * gtkutil.c (create_menus): Connect selection-done event instead of
2173 the deactivate event to deactivate_cb. This will make the last
2174 leave event come before the call to deactivate_cb, so the leave
2175 event does not make sit-for exit after a menu selection.
2176
2177 2005-02-03 Kim F. Storm <storm@cua.dk>
2178
2179 * dispnew.c (build_frame_matrix_from_leaf_window)
2180 [!GLYPH_DEBUG]: Fix xassert.
2181
2182 * xfaces.c (x_free_gc) [!GLYPH_DEBUG]: Fix xassert.
2183
2184 * xfns.c (unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert.
2185
2186 2005-02-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2187
2188 * mac.c: Use MAC_OS_X_VERSION_MAX_ALLOWED to conditionalize by
2189 the compiling OS version.
2190
2191 * macfns.c (x_create_tip_frame): Likewise.
2192
2193 * macterm.c (mac_draw_string_common, x_make_frame_visible): Likewise.
2194
2195 2005-02-03 Richard M. Stallman <rms@gnu.org>
2196
2197 * xterm.c (x_error_quitter): On GCC 3 and up, specify noinline.
2198
2199 * xdisp.c (echo_area_display): Clear echo_message_buffer.
2200
2201 * buffer.c (Fbury_buffer): Doc fix.
2202
2203 2005-02-02 Steven Tamm <steventamm@mac.com>
2204
2205 * macfns.c (unwind_create_frame): Fix compile error due to
2206 xassert being uncondition, but predicate is.
2207 * dispnew.c (update_window): Fix compile error due to
2208 xassert being uncondition, but predicate is.
2209
2210 2005-02-02 Miles Bader <miles@gnu.org>
2211
2212 * dispextern.h (xassert): Enable unconditionally.
2213
2214 2005-02-02 Kim F. Storm <storm@cua.dk>
2215
2216 * undo.c (Fprimitive_undo): Fix dummy apply undo entry.
2217
2218 2005-02-02 Kenichi Handa <handa@m17n.org>
2219
2220 * casefiddle.c (casify_object): Enable changing characters of
2221 different byte length.
2222 (casify_region): Fix loop condition, args to replace_range_2, and
2223 update opoint_byte.
2224
2225 * insdel.c (replace_range_2): Fix bugs in adjusting markers and point.
2226
2227 2005-02-01 Kim F. Storm <storm@cua.dk>
2228
2229 * xdisp.c (back_to_previous_visible_line_start): Reset iterator
2230 stack before calling handle_display_prop.
2231
2232 2005-01-31 Kim F. Storm <storm@cua.dk>
2233
2234 * undo.c (Qapply): New lisp var.
2235 (syms_of_undo): Intern and staticpro it.
2236 (Fprimitive_undo): Support formats (apply FUNNAME . ARGS) and
2237 (apply DELTA BEG END FUNNAME . ARGS) instead of (FUNNAME . ARGS).
2238
2239 * buffer.c (syms_of_buffer) <buffer-undo-list>: Doc fix.
2240
2241 2005-01-30 Jesper Harder <harder@phys.au.dk>
2242
2243 * macterm.c (syms_of_macterm) <mac-reverse-ctrl-meta>
2244 <mac-emulate-three-button-mouse>: Fix docstring indentation.
2245
2246 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
2247
2248 * undo.c (syms_of_undo) <undo-outer-limit>: Doc update.
2249 Increase value to 3 Meg.
2250
2251 2005-01-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2252
2253 * xfns.c (show_hourglass): Use FRAME_X_WINDOW as parent for GTK,
2254 button events are not received otherwise.
2255
2256 2005-01-29 Richard M. Stallman <rms@gnu.org>
2257
2258 * buffer.c (syms_of_buffer) <buffer-undo-list>: Doc fix.
2259
2260 * undo.c (Fprimitive_undo): Handle (FUNNAME . ARGS) by calling FUNNAME.
2261
2262 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
2263
2264 * keymap.c (access_keymap): YAILOM.
2265
2266 2005-01-27 Kim F. Storm <storm@cua.dk>
2267
2268 * xdisp.c (get_phys_cursor_geometry): New function to calculate
2269 phys cursor position and size for hollow cursor. Position is
2270 aligned with get_glyph_string_clip_rect and ensures that a hollow
2271 cursor is shown, even when the actual glyph is not visible.
2272
2273 * dispextern.h (get_phys_cursor_geometry): Add prototype.
2274
2275 * xterm.c (x_clip_to_row): Ensure y >= 0.
2276 (x_draw_hollow_cursor): Use get_phys_cursor_geometry.
2277
2278 * w32term.c (x_draw_hollow_cursor): Use get_phys_cursor_geometry.
2279
2280 * macterm.c (x_draw_hollow_cursor): Use get_phys_cursor_geometry.
2281
2282 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
2283
2284 * xterm.c (x_error_quitter): Add a prototype. Make it static again.
2285
2286 2005-01-27 Kim F. Storm <storm@cua.dk>
2287
2288 * xdisp.c (get_glyph_string_clip_rect): Always show a cursor
2289 glyph, even when row is only partially visible and actual cursor
2290 position is not visible.
2291
2292 2005-01-24 Richard M. Stallman <rms@gnu.org>
2293
2294 * xterm.c (x_error_quitter): No longer static, and moved after
2295 x_error_handler.
2296
2297 2005-01-24 Kim F. Storm <storm@cua.dk>
2298
2299 * xdisp.c (move_it_by_lines): If we move forward after going too
2300 far back, cancel move if end position is same as start position.
2301
2302 2005-01-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2303
2304 * dispextern.h (struct glyph_string): New members clip_head and
2305 clip_tail.
2306
2307 * xdisp.c (get_glyph_string_clip_rect): Restrict horizontal clip
2308 region to the area between clip_head and clip_tail.
2309 (draw_glyphs): Record the area that need to be actually redrawn to
2310 the new variables clip_head and clip_tail when there are
2311 overhangs. Set values of these variables to the corresponding
2312 members in struct glyph_string. Refine x coordinates for
2313 notice_overwritten_cursor using clip_head and clip_tail.
2314
2315 * macgui.h (STORE_XCHARSETSTRUCT): New macro.
2316
2317 * macterm.c (mac_compute_glyph_string_overhangs): Implement with
2318 QDTextBounds.
2319 (x_draw_glyph_string): Don't fill the background of the successor
2320 of a glyph with a right overhang if the successor will draw a cursor.
2321 (XLoadQueryFont): Obtain font metrics using QDTextBounds.
2322 (x_redisplay_interface): Add entry for compute_glyph_string_overhangs.
2323
2324 2005-01-24 Kim F. Storm <storm@cua.dk>
2325
2326 * window.c (window_scroll_pixel_based): Fix scrolling in the wrong
2327 direction if window height was smaller than next-screen-context-lines.
2328 Now always scroll at least one line in the requested direction.
2329 Ensure that we actually do scroll backwards when requested to do so.
2330
2331 * xdisp.c (redisplay_window): Only try to make cursor line fully
2332 visible once (to avoid redisplay loop).
2333
2334 2005-01-23 Kim F. Storm <storm@cua.dk>
2335
2336 * window.c (Fpos_visible_in_window_p): Simplify return value for
2337 partially visible rows.
2338 (window_scroll_pixel_based): Adapt to that change.
2339
2340 * window.c (window_scroll_pixel_based): Force moving to next line
2341 if scrolling doesn't move start point, e.g. if looking at tall image.
2342
2343 * xdisp.c (pos_visible_p): Return 0 if non-interactive.
2344 Clear last_height before calling line_bottom_y to get real height.
2345 Fix calculation of y.
2346
2347 2005-01-22 Steven Tamm <steventamm@mac.com>
2348
2349 * s/darwin.h: Removed PTY_ITERATION from here.
2350 (DARWIN): Define.
2351
2352 * process.c (init_process): Default process-connection-type to
2353 nil on darwin 6 or less, t if it is 7 or higher. This way the
2354 broken pty behavior is still allowed on darwin 6 for interactive
2355 processes for people that know what they are doing.
2356
2357 2005-01-22 Kim F. Storm <storm@cua.dk>
2358
2359 * window.c (auto_window_vscroll_p): New boolean.
2360 (syms_of_window): DEFVAR_BOOL it.
2361 (Fpos_visible_in_window_p): Extend return value to include RTOP
2362 and RBOT values if FULLY is nil.
2363 (window_scroll_pixel_based): Adjust vscroll for partially visible
2364 rows if auto_window_vscroll_p is set.
2365 (Fset_window_vscroll): Do nothing if vscroll is not modified.
2366
2367 * xdisp.c (pos_visible_p): Replace FULLY arg by RTOP and RBOT args
2368 to return number of partially invisible pixels at top and bottom
2369 of the dislay row at POS.
2370
2371 * lisp.h (pos_visible_p): Fix prototype.
2372
2373 2005-01-21 Richard M. Stallman <rms@gnu.org>
2374
2375 * fileio.c (Fcopy_file): Doc fix.
2376
2377 2005-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2378
2379 * gtkutil.c (xg_tool_bar_detach_callback): Remove unused variable bw.
2380 (xg_get_file_name): Move declaration ofx_use_old_gtk_file_dialog to
2381 start of function for older compilers.
2382
2383 2005-01-20 Richard M. Stallman <rms@gnu.org>
2384
2385 * editfns.c (Fmessage): If arg is "", return "" (as before).
2386
2387 * keymap.c (access_keymap): Protect from bad value of meta_prefix_char.
2388
2389 * .gdbinit (xgetptr, xgetint, xgettype): Copy $arg0 into a temp
2390 variable.
2391
2392 2005-01-20 Steven Tamm <steventamm@mac.com>
2393
2394 * editfns.c (Voperating_system_release): Add.
2395 (init_editfns): Assign new variable operating-system-release
2396 based on call to uname if available.
2397 (get_operating_system_release): Add function to
2398 allow c-level access to operating system release.
2399
2400 * config.h: Regenerated.
2401
2402 * s/darwin.h (PTY_ITERATION): Don't allow PTYs on darwin 6 or less.
2403 (MIN_PTY_KERNEL_VERSION): Define minimum kernel version for
2404 using ptys as '7'.
2405
2406 2005-01-20 Kim F. Storm <storm@cua.dk>
2407
2408 * alloc.c (STRING_MARKED_P, VECTOR_MARKED_P): Return boolean.
2409
2410 * xterm.c (x_draw_glyph_string_box): Fix last_x for full width rows.
2411 Thanks to Chong Yidong <cyd@stupidchicken.com> for debugging this.
2412
2413 * macterm.c (x_draw_glyph_string_box): Likewise.
2414
2415 * w32term.c (x_draw_glyph_string_box): Likewise.
2416
2417 * indent.c (Fvertical_motion): Temporarily disable selective display.
2418
2419 2005-01-19 Kim F. Storm <storm@cua.dk>
2420
2421 * xdisp.c (note_mode_line_or_margin_highlight): Fix :pointer
2422 image property.
2423
2424 * fns.c (sweep_weak_table): Advance prev pointer when we keep a pair.
2425
2426 2005-01-18 Kim F. Storm <storm@cua.dk>
2427
2428 * xdisp.c (fast_find_position): Backtrack to find first row if
2429 charpos is inside a display overlay that spans multiple lines.
2430
2431 2005-01-18 Kenichi Handa <handa@m17n.org>
2432
2433 * coding.c (decode_coding_iso2022): Translate invalid codes if
2434 translation-table is specified.
2435
2436 2005-01-18 Kim F. Storm <storm@cua.dk>
2437
2438 * xdisp.c (back_to_previous_visible_line_start): Undo 2004-12-28
2439 change. If handle_display_prop indicates newline is replaced by
2440 image or text, move back to start of relevant overlay or interval
2441 and continue scan from there. Simplify.
2442
2443 2005-01-17 Kim F. Storm <storm@cua.dk>
2444
2445 * dispnew.c (mode_line_string, marginal_area_string):
2446 Fix off-by-one error in search for glyph.
2447
2448 2005-01-16 Kim F. Storm <storm@cua.dk>
2449
2450 * macterm.c (syms_of_macterm) <mac-allow-anti-aliasing>: Doc fix.
2451
2452 2005-01-16 Steven Tamm <steventamm@mac.com>
2453
2454 * macterm.c (mac_to_x_fontname): Remove spurious argument.
2455
2456 2005-01-16 Andreas Schwab <schwab@suse.de>
2457
2458 * macterm.c (mac_draw_string_common): Fix compilation on OSX 10.1.
2459
2460 2005-01-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2461
2462 * fringe.c (Fdefine_fringe_bitmap, init_fringe): When assigning
2463 fringe_faces, cast result from xmalloc/xrealloc to Lisp_Object *.
2464
2465 2005-01-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2466
2467 * keyboard.c (READABLE_EVENTS_DO_TIMERS_NOW)
2468 (READABLE_EVENTS_FILTER_EVENTS, READABLE_EVENTS_IGNORE_SQUEEZABLES):
2469 New flags for readable_events.
2470 (get_filtered_input_pending, readable_filtered_events): Remove.
2471 (tracking_off): Call readable_events and get_input_pending with
2472 flag READABLE_EVENTS_DO_TIMERS_NOW.
2473 (readable_events): Move code from old readable_filtered_events here,
2474 but check new READABLE_EVENTS_* in argument flags instead of previous
2475 two boolean arguments do_timers_now and filter_events.
2476 If we are doing mouse tracking and the mouse moved, return only if
2477 READABLE_EVENTS_IGNORE_SQUEEZABLES is not set in flags.
2478 (swallow_events): Call get_input_pending with flag
2479 READABLE_EVENTS_DO_TIMERS_NOW.
2480 (get_input_pending): Move code from old get_filtered_input_pending
2481 here. Replace boolean arguments do_timers_now, filter_events with
2482 flags, and pass flags to readable_events. Document new
2483 READABLE_EVENTS_* flags.
2484 (detect_input_pending_ignore_squeezables): New function.
2485 (detect_input_pending_run_timers): Call get_input_pending with flag
2486 READABLE_EVENTS_DO_TIMERS_NOW.
2487 (Finput_pending_p): Call get_input_pending with flags
2488 READABLE_EVENTS_DO_TIMERS_NOW and READABLE_EVENTS_FILTER_EVENTS.
2489
2490 * dispnew.c (update_window, update_frame_1): Replace calls to
2491 detect_input_pending with detect_input_pending_ignore_squeezables
2492 so that redisplay is not paused if the event queue contains only
2493 mouse movements.
2494
2495 * lisp.h: Declare detect_input_pending_ignore_squeezables.
2496
2497 2005-01-15 Steven Tamm <steventamm@mac.com>
2498
2499 * macterm.c (Vmac_use_core_graphics): Declare variable for
2500 mac-allow-anti-aliasing.
2501 (syms_of_macterm): DEFVAR_LISP and initialize it.
2502 (mac_draw_string_common): Use core graphics text rendering if
2503 mac-allow-anti-aliasing is enabled.
2504
2505 * macfns.c (Fx_file_dialog): Save As dialog includes only the
2506 file name in the text box.
2507
2508 2005-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2509
2510 * macfns.c (x_set_foreground_color, x_set_background_color):
2511 Sync with xfns.c.
2512 (mac_window, x_create_tip_frame): Use XSetWindowBackground.
2513 * macterm.c (XSetBackground, XSetWindowBackground): New functions.
2514 * macterm.h (XSetBackground, XSetWindowBackground): Add externs.
2515
2516 2005-01-14 Kim F. Storm <storm@cua.dk>
2517
2518 * keyboard.c (Fposn_at_x_y): Add optional arg WHOLE.
2519
2520 2005-01-13 Richard M. Stallman <rms@gnu.org>
2521
2522 * keymap.c (Fcurrent_active_maps): Ignore Voverriding_local_map
2523 if Voverriding_terminal_local_map is non-nil.
2524
2525 * keyboard.c (syms_of_keyboard): Doc fix.
2526
2527 2005-01-13 Kim F. Storm <storm@cua.dk>
2528
2529 * xdisp.c (Fformat_mode_line): Fix last change. Remove NO_PROPS arg
2530 (specify 0 for FACE instead). Reorder arg list. Doc fix.
2531
2532 2005-01-12 Richard M. Stallman <rms@gnu.org>
2533
2534 * xdisp.c (Fformat_mode_line): New arg FACE specifies a default
2535 face property for characters that don't specify one.
2536
2537 * fns.c (Frequire): Record in load-history unconditionally.
2538
2539 2005-01-10 Kim F. Storm <storm@cua.dk>
2540
2541 * dispextern.h (merge_faces): Rename from merge_into_realized_face.
2542
2543 * xfaces.c (merge_faces): Rename from merge_into_realized_face.
2544 Callers changed.
2545 Add support to merge with lisp face id too (if face_name is t).
2546
2547 * xdisp.c (get_next_display_element, next_element_from_display_vector):
2548 Don't lookup lface_id from display table glyphs here; instead use
2549 merge_faces to merge the lisp face id into current face.
2550
2551 2005-01-09 Kim F. Storm <storm@cua.dk>
2552
2553 * dispextern.h (struct it): New member dpvec_face_id.
2554 (merge_into_realized_face): Add prototype.
2555
2556 * xfaces.c (merge_into_realized_face): New function. Used to
2557 merge escape-glyph face or face from display table into current face.
2558
2559 * xdisp.c (Vshow_nonbreak_escape): New lisp var.
2560 (syms_of_xdisp): DEFVAR_LISP it.
2561 (escape_glyph_face): Remove var.
2562 (redisplay_window): Don't initialize it.
2563 (setup_for_ellipsis, get_next_display_element):
2564 Set it->dpvec_face_id to -1.
2565 (get_next_display_element): Test Vshow_nonbreak_escape.
2566 Do not setup escape_glyph_face.
2567 Properly merge escape-glyph face or face from display table with
2568 current face for escape and control characters.
2569 Set it->dpvec_face_id to relevant face id instead of adding it to each
2570 element of display vector.
2571 (next_element_from_display_vector): If it->dpvec_face_id is set,
2572 use that instead of lface_id from glyph itself.
2573
2574 2005-01-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2575
2576 * xterm.h (struct x_output): New member, toolbar_detached.
2577
2578 * gtkutil.c (xg_create_frame_widgets): Set initial tool bar height to
2579 38.
2580 (xg_tool_bar_detach_callback): Set toolbar_detached to 1.
2581 (xg_tool_bar_attach_callback): Set toolbar_detached to 0.
2582 (xg_create_tool_bar): Initialize toolbar_detached.
2583 (update_frame_tool_bar): Only set FRAME_TOOLBAR_HEIGHT (f) if
2584 toolbar_detached is zero.
2585
2586 2005-01-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2587
2588 * xmenu.c (create_and_show_popup_menu): Pass zero as button to
2589 gtk_menu_popup if not for_click, so callbacks for the menu are called.
2590
2591 * gtkutil.c (xg_gtk_scroll_destroy, xg_create_scroll_bar)
2592 (xg_tool_bar_callback, xg_tool_bar_help_callback)
2593 (update_frame_tool_bar): Cast to EMACS_INT to avoid compiler warning.
2594
2595 * xselect.c (x_get_foreign_selection, x_fill_property_data)
2596 (Fx_get_atom_name, Fx_send_client_event): Replace XFLOAT with
2597 XFLOAT_DATA to get extract number from Lisp object.
2598
2599 2005-01-07 Kim F. Storm <storm@cua.dk>
2600
2601 * xdisp.c (set_iterator_to_next): Fix 2004-12-13 change.
2602 Set stop_charpos to current charpos instead of 0.
2603
2604 2005-01-06 Nick Roberts <nickrob@snap.net.nz>
2605
2606 * xdisp.c (Fformat_mode_line): First arg now required.
2607
2608 2005-01-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2609
2610 * macterm.c (XLoadQueryFont): Correctly handle 0 size
2611 font widths that are returned from some Japanese fonts.
2612
2613 2005-01-06 Kim F. Storm <storm@cua.dk>
2614
2615 * fringe.c (fringe_faces): Change to Lisp_Object pointer.
2616 (draw_fringe_bitmap_1): Lookup user defined fringe faces here.
2617 (destroy_fringe_bitmap): Set fringe_faces element to nil.
2618 (Fdefine_fringe_bitmap, init_fringe): Change allocation of
2619 fringe_faces array and init elements to nil.
2620 (Fset_fringe_bitmap_face): Set fringe_faces to face name instead of
2621 non-persistent face id.
2622 (mark_fringe_data): New function for GC.
2623
2624 * alloc.c (mark_fringe_data): Declare extern.
2625 (Fgarbage_collect): Call mark_fringe_data.
2626
2627 * alloc.c (overrun_check_free): Invalidate freed memory if
2628 XMALLOC_CLEAR_FREE_MEMORY is defined.
2629
2630 2005-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2631
2632 * macfns.c: Include sys/param.h.
2633 [TARGET_API_MAC_CARBON] (mac_nav_event_callback): New declaration
2634 and function.
2635 [TARGET_API_MAC_CARBON] (Fx_file_dialog): Use MAXPATHLEN for size
2636 of filename string. Set event callback function when creating
2637 dialog boxes. Add code conversions for filenames. Don't dispose
2638 apple event descriptor record if failed to create it.
2639
2640 * macterm.c: Include sys/param.h.
2641 [USE_CARBON_EVENTS] (mac_handle_window_event): Add handler for
2642 kEventWindowUpdate.
2643 (install_window_handler) [USE_CARBON_EVENTS]: Register it.
2644 (do_ae_open_documents) [TARGET_API_MAC_CARBON]: Get FSRef instead
2645 of FSSpec from apple event descriptor record.
2646 (do_ae_open_documents) [TARGET_API_MAC_CARBON]: Use MAXPATHLEN for
2647 size of filename string.
2648 [TARGET_API_MAC_CARBON] (mac_do_receive_drag): Likewise.
2649 [TARGET_API_MAC_CARBON] (mac_do_receive_drag): Return error when a
2650 file dialog is in action.
2651 [TARGET_API_MAC_CARBON] (mac_do_track_drag): Likewise.
2652 Reject only when there are no filename items. Set background color
2653 before (un)highlighting the window below the dragged items.
2654 (XTread_socket) [USE_CARBON_EVENTS]: Don't call do_window_update.
2655
2656 2005-01-05 Romain Francoise <romain@orebokech.com>
2657
2658 * term.c (encode_terminal_code): Fix buffer size computation.
2659
2660 2005-01-04 Richard M. Stallman <rms@gnu.org>
2661
2662 * xdisp.c (Fformat_mode_line): Doc fix.
2663
2664 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
2665
2666 * alloc.c (refill_memory_reserve): Move.
2667 (emacs_blocked_free, emacs_blocked_malloc, emacs_blocked_realloc)
2668 (reset_malloc_hooks, uninterrupt_malloc) [SYNC_INPUT]: Don't define.
2669
2670 2005-01-03 Richard M. Stallman <rms@gnu.org>
2671
2672 * window.c (window_scroll_pixel_based): Don't correct preserve_y
2673 for CURRENT_HEADER_LINE_HEIGHT when moving backwards.
2674
2675 2005-01-03 Jason Rumney <jasonr@gnu.org>
2676
2677 * w32bdf.c (w32_load_bdf_font): Set fontp->average_width and
2678 fontp->space_width to FONT_WIDTH so they are valid.
2679
2680 * w32fns.c (w32_load_system_font): Set FONT_WIDTH to maximum, not
2681 average width. Set fontp->average_width and fontp->space_width to
2682 their appropriate values.
2683
2684 * w32term.c (x_new_font): Set FRAME_COLUMN_WIDTH to
2685 fontp->average_width, not FONT_WIDTH. Set FRAME_SPACE_WIDTH to
2686 fontp->space_width.
2687
2688 2005-01-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2689
2690 * macterm.c (x_new_font): Set FRAME_SPACE_WIDTH.
2691 (x_font_min_bounds, XLoadQueryFont): Use the correct font width
2692 metrics for max and min bounds.
2693 (x_load_font): Correctly calculate average font width metrics.
2694
2695 2005-01-02 Richard M. Stallman <rms@gnu.org>
2696
2697 * alloc.c (Fgarbage_collect): Don't truncate_undo_list on dead buffers.
2698
2699 2004-12-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2700
2701 * xterm.c (handle_one_xevent): Clear area in expose event for GTK.
2702
2703 2004-12-31 Richard M. Stallman <rms@gnu.org>
2704
2705 * xdisp.c (setup_for_ellipsis, get_next_display_element):
2706 Set it->ellipsis_p to 1 or 0.
2707 (display_line): Record whether row ends in mid-ellipsis.
2708 (set_cursor_from_row): If ends in ellipsis, find start of it.
2709 (cursor_row_p): If PT's at the end of the ellipsis the row
2710 ends within, don't display cursor on this row.
2711
2712 * dispextern.h (struct it): New element ellipsis_p.
2713 (struct glyph_row): New element ends_in_ellipsis_p.
2714
2715 * xdisp.c (BUFFER_POS_REACHED_P): We haven't reached the specified
2716 position if we're reading from something other than the buffer.
2717
2718 * window.c (window_scroll_pixel_based): Only look at
2719 Vscroll_preserve_screen_position if the old PT can't be kept.
2720 (syms_of_window) <scroll-preserve-screen-position>: Doc fix.
2721
2722 2004-12-30 Kim F. Storm <storm@cua.dk>
2723
2724 * xdisp.c (get_line_height_property): New function extracted from
2725 original calc_line_height_property.
2726 (calc_line_height_property): Rework. Handle t and (nil . ratio).
2727 (x_produce_glyphs): Use them to handle line-height and
2728 line-spacing according to new height spec.
2729 (Qtotal): Remove.
2730 (syms_of_xdisp): Remove intern and staticpro for Qtotal.
2731
2732 2004-12-30 Kenichi Handa <handa@m17n.org>
2733
2734 * fileio.c (Finsert_file_contents): Don't use
2735 current_buffer->buffer_file_coding_system even if REPLACE is
2736 non-nil. Call Qafter_insert_file_set_coding with the second arg VISIT.
2737
2738 * fontset.h (struct font_info): New members space_width and
2739 average_width.
2740
2741 * frame.h (struct frame): New member space_width.
2742 (FRAME_SPACE_WIDTH): New macro.
2743
2744 * xterm.h (struct x_display_info): New member Xatom_AVERAGE_WIDTH.
2745
2746 * xterm.c (x_new_font): Set FRAME_COLUMN_WIDTH to
2747 fontp->average_width, not FONT_WIDTH. Set FRAME_SPACE_WIDTH to
2748 fontp->space_width.
2749 (x_load_font): Calculate fontp->space_width and fontp->average_width.
2750 (x_term_init): Initialize dpyinfo->Xatom_AVERAGE_WIDTH.
2751
2752 * xdisp.c (x_produce_glyphs): Calculate tab width by
2753 FRAME_SPACE_WIDTH, not FRAME_COLUMN_WIDTH.
2754
2755 2004-12-29 Sanghyuk Suh <han9kin@mac.com>
2756
2757 * macterm.c (SelectionRange): Add Xcode position apple event struct.
2758 (do_ae_open_documents): Handle Xcode-style file position open events.
2759
2760 2004-12-29 Luc Teirlinck <teirllm@auburn.edu>
2761
2762 * buffer.c (syms_of_buffer) <vertical-scroll-bar>: Correct typo.
2763
2764 2004-12-29 Richard M. Stallman <rms@gnu.org>
2765
2766 * buffer.c (syms_of_buffer) <vertical-scroll-bar>: Doc fix.
2767
2768 2004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2769
2770 * macfns.c (install_window_handler): Modify extern to return OSErr
2771 value.
2772 (mac_window): Handle return value of install_window_handler.
2773
2774 * macterm.c (reflect_byte): Remove function.
2775 (mac_create_bitmap_from_bitmap_data): Don't call reflect_byte.
2776 Lookup table instead.
2777 (mac_do_font_lists): Simplify calculation of the longest
2778 nonspecial string.
2779 (init_mac_drag_n_drop): Remove function and declaration.
2780 (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
2781 init_mac_drag_n_drop.
2782 (mac_do_track_drag): New function and declaration.
2783 (install_window_handler): Return OSErr value.
2784 (install_window_handler) [TARGET_API_MAC_CARBON]:
2785 Register handlers for tracking/receiving drag-and-drop items.
2786 (do_ae_open_documents): Generate unibyte strings for filenames.
2787 (mac_do_receive_drag) [TARGET_API_MAC_CARBON] : Likewise.
2788 Reject only non-filename items. Set event modifiers, and return value.
2789
2790 2004-12-28 Dan Nicolaescu <dann@ics.uci.edu>
2791
2792 * coding.c (decode_coding): Fix previous change.
2793
2794 2004-12-28 Richard M. Stallman <rms@gnu.org>
2795
2796 * xdisp.c (back_to_previous_visible_line_start):
2797 Don't call handle_display_prop.
2798
2799 2004-12-28 Dan Nicolaescu <dann@ics.uci.edu>
2800
2801 * coding.c (decode_coding_XXX, decode_composition_emacs_mule)
2802 (decode_coding_emacs_mule, encode_coding_emacs_mule)
2803 (decode_coding_iso2022, encode_designation_at_bol)
2804 (encode_coding_iso2022, decode_coding_sjis_big5, decode_eol)
2805 (decode_coding): Constify arguments and local vars.
2806
2807 2004-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2808
2809 * xmenu.c (popup_get_selection): Only pop down dialogs
2810 on C-g and Escape.
2811 (popup_get_selection): Remove parameter down_on_keypress.
2812 (create_and_show_popup_menu, create_and_show_dialog):
2813 Remove parameter down_on_keypress to popup_get_selection.
2814
2815 2004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2816
2817 * dispextern.h: Change HAVE_CARBON to MAC_OS.
2818 (struct glyph_string): Likewise.
2819
2820 * emacs.c (main) [MAC_OS8]: Call mac_term_init instead of
2821 mac_initialize.
2822
2823 * fileio.c (Fnext_read_file_uses_dialog_p, Fread_file_name):
2824 Change TARGET_API_MAC_CARBON to HAVE_CARBON.
2825
2826 * fns.c (vector): Change MAC_OSX to MAC_OS.
2827
2828 * frame.c (x_set_frame_parameters, x_report_frame_params)
2829 (x_set_fullscreen): Remove #ifndef HAVE_CARBON.
2830 (x_set_border_width, Vdefault_frame_scroll_bars):
2831 Change HAVE_CARBON to MAC_OS.
2832
2833 * image.c [MAC_OS]: Include sys/stat.h.
2834 [MAC_OS && !MAC_OSX]: Include sys/param.h, ImageCompression.h, and
2835 QuickTimeComponents.h.
2836
2837 * mac.c [!MAC_OSX] (mac_wait_next_event): Add extern.
2838 [!MAC_OSX] (select): Use mac_wait_next_event.
2839 [!MAC_OSX] (run_mac_command): Change EXEC_SUFFIXES to Vexec_suffixes.
2840 [!MAC_OSX] (select, run_mac_command): Change `#ifdef
2841 TARGET_API_MAC_CARBON' to `#if TARGET_API_MAC_CARBON'.
2842 (mac_clear_font_name_table): Add extern.
2843 (Fmac_clear_font_name_table): New defun.
2844 (syms_of_mac): Defsubr it.
2845 [MAC_OSX] (SELECT_POLLING_PERIOD_USEC): New define.
2846 [MAC_OSX] (select_and_poll_event): New function.
2847 [MAC_OSX] (sys_select): Use it.
2848 [MAC_OSX && SELECT_USE_CFSOCKET] (socket_callback): New function.
2849 [MAC_OSX && SELECT_USE_CFSOCKET]
2850 (SELECT_TIMEOUT_THRESHOLD_RUNLOOP, EVENT_CLASS_SOCK): New defines.
2851 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]: Use CFSocket and
2852 RunLoop for simultaneously monitoring two kinds of inputs, window
2853 events and process outputs, without periodically polling.
2854
2855 * macfns.c (mac_initialized): Remove extern.
2856 (stricmp): Put in #if 0. All callers changed to use xstricmp in
2857 xfaces.c.
2858 (strnicmp): Decrement `n' at the end of each loop, not the beginning.
2859 (check_mac): Use the term "Mac native windows" instead of "Mac OS".
2860 (check_x_display_info, x_display_info_for_name): Sync with xfns.c.
2861 (mac_get_rdb_resource): New function (from w32reg.c).
2862 (x_get_string_resource): Use it.
2863 (install_window_handler): Add extern.
2864 (mac_window): New function.
2865 (Fx_create_frame): Use it instead of make_mac_frame.
2866 Set parameter for Qfullscreen. Call x_wm_set_size_hint.
2867 (Fx_open_connection, Fx_close_connection): New defuns.
2868 (syms_of_macfns): Defsubr them.
2869 (x_create_tip_frame) [TARGET_API_MAC_CARBON]:
2870 Add kWindowNoUpdatesAttribute to the window attribute.
2871 (x_create_tip_frame) [!TARGET_API_MAC_CARBON]: Use NewCWindow.
2872 (x_create_tip_frame): Don't call ShowWindow.
2873 (Fx_show_tip): Call ShowWindow.
2874 (Fx_file_dialog): Change `#ifdef TARGET_API_MAC_CARBON' to `#if
2875 TARGET_API_MAC_CARBON'.
2876 (mac_frame_parm_handlers): Set handlers for Qfullscreen.
2877 (syms_of_macfns) [MAC_OSX]: Initialize mac_in_use to 0.
2878
2879 * macgui.h [!MAC_OSX]: Don't include Controls.h. Include Windows.h.
2880 (Window): Typedef to WindowPtr and move outside `#if
2881 TARGET_API_MAC_CARBON'.
2882 (XSizeHints): New struct.
2883
2884 * macterm.c (x_update_begin, x_update_end)
2885 [TARGET_API_MAC_CARBON]: Disable screen updates during update of a
2886 frame.
2887 (x_draw_glyph_string_background, x_draw_glyph_string_foreground)
2888 [MAC_OS8]: Use XDrawImageString/XDrawImageString16.
2889 (construct_mouse_click): Put in #if 0.
2890 (x_check_fullscreen, x_check_fullscreen_move): Remove decls.
2891 (x_scroll_bar_create, x_scroll_bar_handle_click): Change `#ifdef
2892 TARGET_API_MAC_CARBON' to `#if TARGET_API_MAC_CARBON'.
2893 (activate_scroll_bars, deactivate_scroll_bars)
2894 [!TARGET_API_MAC_CARBON]: Use ActivateControl/DeactivateControl.
2895 (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Reposition window
2896 if the position is neither user-specified nor program-specified.
2897 (x_free_frame_resources): Free size_hints.
2898 (x_wm_set_size_hint): Allocate size_hints if needed. Set size_hints.
2899 (mac_clear_font_name_table): New function.
2900 (mac_do_list_fonts): Initialize font_name_table if needed.
2901 (x_list_fonts): Don't initialize font_name_table. Add BLOCK_INPUT
2902 around mac_do_list_fonts.
2903 (mac_unload_font): New function.
2904 (x_load_font): Add BLOCK_INPUT around XLoadQueryFont.
2905 (init_mac_drag_n_drop, mac_do_receive_drag): Enclose declarations
2906 and definitions with #if TARGET_API_MAC_CARBON.
2907 [USE_CARBON_EVENTS] (mac_handle_window_event): Add decl.
2908 (install_window_handler): Add decl.
2909 (do_window_update): Add BeginUpdate/EndUpdate for the tooltip
2910 window. Use UpdateControls. Get the rectangle that should be
2911 updated and restrict the target of expose_frame to it.
2912 (do_grow_window): Set minimum height/width according to size_hints.
2913 (do_grow_window) [TARGET_API_MAC_CARBON]: Use ResizeWindow.
2914 (do_zoom_window): Don't use x_set_window_size.
2915 [USE_CARBON_EVENTS] (mac_handle_window_event): New function.
2916 (install_window_handler): New function.
2917 [!USE_CARBON_EVENTS] (mouse_region): New variable.
2918 [!USE_CARBON_EVENTS] (mac_wait_next_event): New function.
2919 (XTread_socket) [USE_CARBON_EVENTS]: Move call to
2920 GetEventDispatcherTarget inside BLOCK_INPUT.
2921 (XTread_socket) [!USE_CARBON_EVENTS]: Use mac_wait_next_event.
2922 Update mouse_region when mouse is moved.
2923 (make_mac_frame): Remove.
2924 (make_mac_terminal_frame): Put in #ifdef MAC_OS8.
2925 Initialize mouse pointer shapes. Change values of f->left_pos and
2926 f->top_pos. Don't use make_mac_frame. Use NewCWindow.
2927 Don't call ShowWindow.
2928 (mac_initialize_display_info) [MAC_OSX]: Create mac_id_name from
2929 Vinvocation_name and Vsystem_name.
2930 (mac_make_rdb): New function (from w32term.c).
2931 (mac_term_init): Use it. Add BLOCK_INPUT. Error if display has
2932 already been opened. Don't pass argument to
2933 mac_initialize_display_info. Don't set dpyinfo->height/width.
2934 Add entries to x_display_list and x_display_name_list.
2935 (x_delete_display): New function.
2936 (mac_initialize): Don't call mac_initialize_display_info.
2937 (syms_of_macterm) [!MAC_OSX]: Don't call Fprovide.
2938
2939 * macterm.h (check_mac): Add extern.
2940 (struct mac_output): New member size_hints.
2941 (FRAME_SIZE_HINTS): New macro.
2942 (mac_unload_font): Add extern.
2943
2944 * xdisp.c (expose_window, expose_frame): Remove kludges for Mac.
2945
2946 * xfaces.c (clear_font_table) [MAC_OS]: Call mac_unload_font.
2947
2948 2004-12-27 Richard M. Stallman <rms@gnu.org>
2949
2950 * buffer.c (Fbuffer_disable_undo): Delete (move to simple.el).
2951 (syms_of_buffer): Don't defsubr it.
2952
2953 * process.c (list_processes_1): Set undo_list instead
2954 of calling Fbuffer_disable_undo.
2955
2956 * xdisp.c (single_display_spec_string_p): Rename from
2957 single_display_prop_string_p.
2958 (single_display_spec_intangible_p): Rename from
2959 single_display_prop_intangible_p.
2960 (handle_single_display_spec): Rename from handle_single_display_prop.
2961 Rewritten to be easier to understand.
2962
2963 Change in load-history format. Functions now get (defun . NAME),
2964 and variables get just NAME.
2965
2966 * data.c (Fdefalias): Use (defun . FN_NAME) in LOADHIST_ATTACH.
2967
2968 * eval.c (Fdefun, Fdefmacro): Use (defun . FN_NAME) in LOADHIST_ATTACH.
2969 (Fdefvaralias, Fdefvar, Fdefconst): Use just SYM in LOADHIST_ATTACH.
2970 (Qdefvar): Var deleted.
2971 (syms_of_eval): Don't initialze it.
2972
2973 * lread.c (syms_of_lread) <load-history>: Doc fix.
2974
2975 2004-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2976
2977 * xmenu.c (popup_get_selection): Pop down on C-g.
2978 (set_frame_menubar): Install translations for Lucid/Motif/Lesstif that
2979 pops down menu on C-g.
2980 (xdialog_show): If dialog popped down and no button in the dialog was
2981 pushed, call Fsignal to quit.
2982 (xmenu_show): In no toolkit version, if menu returns NO_SELECT call
2983 Fsignal to quit.
2984
2985 * xfns.c (Fx_file_dialog): Motif/Lesstif version: Pop down on C-g.
2986
2987 * gtkutil.c (xg_initialize): Install bindings for C-g so that
2988 dialogs and menus pop down.
2989
2990 2004-12-27 Kenichi Handa <handa@m17n.org>
2991
2992 * coding.c (code_convert_region): Fix calculation of `ratio'.
2993
2994 2004-12-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2995
2996 * gtkutil.c (update_frame_tool_bar): Make the value of
2997 tool-bar-button-margin control margins of images in tool bar.
2998
2999 * alloc.c (check_depth): New variable.
3000 (overrun_check_malloc, overrun_check_realloc): Only add
3001 overhead and write check pattern if check_depth is 1 (to handle
3002 recursive calls). Increase/decrease check_depth in entry/exit.
3003 (overrun_check_free): Only check for overhead if check_depth is 1.
3004 Increase/decrease check_depth in entry/exit.
3005
3006 2004-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3007
3008 * keyboard.c (input_available_signal): Call SIGNAL_THREAD_CHECK
3009 before touching input_available_clear_time, to avoid accessing it
3010 from multiple threads.
3011
3012 2004-12-23 Jason Rumney <jasonr@gnu.org>
3013
3014 * image.c (__WIN32__) [HAVE_NTGUI]: Define for correct behaviour
3015 of JPEG library.
3016
3017 2004-12-22 Richard M. Stallman <rms@gnu.org>
3018
3019 * emacs.c (main): If batch mode, set Vundo_outer_limit to nil.
3020
3021 * lisp.h (Vundo_outer_limit): Fix decl.
3022
3023 * undo.c (Vundo_outer_limit): Replaces undo_outer_limit.
3024 Uses changed.
3025 (syms_of_undo): Initialize appropriately.
3026 (truncate_undo_list): If it's nil, there's no limit.
3027
3028 2004-12-22 Kenichi Handa <handa@m17n.org>
3029
3030 * xselect.c (Fx_get_cut_buffer_internal): Return a unibyte string.
3031
3032 2004-12-21 Richard M. Stallman <rms@gnu.org>
3033
3034 * eval.c (unwind_to_catch): Clear immediate_quit.
3035
3036 * xdisp.c (get_next_display_element): Display codes 8a0 and 8ad
3037 specially as `\ ' and `\-'.
3038
3039 * keyboard.c (kbd_buffer_store_event_hold):
3040 In the code for while-no-input, handle immediate_quit.
3041
3042 * alloc.c (Fgarbage_collect): Update call to truncate_undo_list.
3043 Call that at the very start.
3044 (undo_limit, undo_strong_limit, undo_outer_limit): Move to undo.c.
3045 (syms_of_alloc): Don't define undo-limit,
3046 undo-strong-limit and undo-outer-limit here.
3047
3048 * undo.c (truncate_undo_list): Return void.
3049 Take just one argument, the buffer.
3050 Make it current, and inhibit recursive GC.
3051 Access and update the undo list directly; return void.
3052 Refer to the undo...limit variables directly.
3053 Test undo_outer_limit only after counting the whole current command.
3054 When it's exceeded, call the function in undo-outer-limit-function.
3055 (undo_limit, undo_strong_limit, undo_outer_limit): From alloc.c.
3056 (Vundo_outer_limit_function): New variable.
3057 (syms_of_undo): Define undo-limit, undo-strong-limit
3058 and undo-outer-limit here, and undo-outer-limit-function.
3059 Doc fixes.
3060
3061 * lisp.h (truncate_undo_list): Update decl.
3062
3063 2004-12-21 Piet van Oostrum <piet@cs.uu.nl>
3064
3065 * fileio.c (Fread_file_name): Delete duplicates in
3066 file-name-history when history_delete_duplicates is true.
3067
3068 2004-12-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3069
3070 * macterm.c (mac_do_list_fonts): Fix memory leak
3071
3072 2004-12-20 Richard M. Stallman <rms@gnu.org>
3073
3074 * regex.c (re_match_2_internal) <symend, wordend>:
3075 Fix calls to UPDATE_SYNTAX_TABLE_FORWARD.
3076
3077 2004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3078
3079 * macterm.c (endif, x_font_name_to_mac_font_name):
3080 Use maccentraleurroman instead of maccentraleuropean
3081 (mac_c_string_match, mac_do_list_fonts): Speed up font search by
3082 quickly finding a specific font without needing regexps.
3083
3084 2004-12-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3085
3086 * syssignal.h: Declare main_thread.
3087 (SIGNAL_THREAD_CHECK): New macro.
3088
3089 * keyboard.c (input_available_signal): Move thread checking code
3090 to macro SIGNAL_THREAD_CHECK and call that macro.
3091 (interrupt_signal): Call SIGNAL_THREAD_CHECK.
3092
3093 * alloc.c (uninterrupt_malloc): Move main_thread to emacs.c.
3094
3095 * emacs.c: Define main_thread.
3096 (main): Initialize main_thread.
3097 (handle_USR1_signal, handle_USR2_signal, fatal_error_signal)
3098 (memory_warning_signal): Call SIGNAL_THREAD_CHECK.
3099
3100 * floatfns.c (float_error): Call SIGNAL_THREAD_CHECK.
3101
3102 * dispnew.c (window_change_signal): Call SIGNAL_THREAD_CHECK.
3103
3104 * sysdep.c (select_alarm): Call SIGNAL_THREAD_CHECK.
3105
3106 * process.c (send_process_trap, sigchld_handler):
3107 Call SIGNAL_THREAD_CHECK.
3108
3109 * data.c (arith_error): Call SIGNAL_THREAD_CHECK.
3110
3111 * atimer.c (alarm_signal_handler): Call SIGNAL_THREAD_CHECK.
3112
3113 * xterm.c (xg_scroll_callback): Update XG_LAST_SB_DATA before
3114 returning when xg_ignore_gtk_scrollbar is true.
3115
3116 2004-12-14 Kim F. Storm <storm@cua.dk>
3117
3118 * keyboard.c (read_char): Save and restore echo_string when
3119 handling input method.
3120
3121 2004-12-13 Richard M. Stallman <rms@gnu.org>
3122
3123 * eval.c (syms_of_eval) <quit-flag>: Doc fix.
3124
3125 * keyboard.c (Vthrow_on_input): New variable.
3126 (syms_of_keyboard): Defvar and initialize it.
3127 (kbd_buffer_store_event_hold): Handle Vthrow_on_input.
3128
3129 * lisp.h (QUIT): Check for Vthrow_on_input.
3130 (Vthrow_on_input): Declare it.
3131
3132 2004-12-13 Kim F. Storm <storm@cua.dk>
3133
3134 * xdisp.c (set_iterator_to_next): Reset stop_charpos after display
3135 vector.
3136
3137 2004-12-12 Richard M. Stallman <rms@gnu.org>
3138
3139 * indent.c (Fvertical_motion): Call move_it_by_lines even if LINES = 0.
3140
3141 * minibuf.c (Fall_completions): Add var `zero' and use it in loop.
3142 (Ftry_completion): Really use outer `zero'; eliminate inner one.
3143
3144 2004-12-12 Kenichi Handa <handa@m17n.org>
3145
3146 * term.c (encode_terminal_code): Fix previous change.
3147
3148 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
3149
3150 * keyboard.c (handle_async_input): Remove pthread mutex handling.
3151 (input_available_signal): Move pthread thingy to !SYNC_INPUT branch.
3152
3153 * syntax.c (Fforward_word): Avoid non-idempotent side-effects
3154 in macro arguments.
3155
3156 * minibuf.c (Ftry_completion, Fall_completions): Don't use
3157 XFASTINT blindly.
3158
3159 * emacs.c (main, Fdump_emacs): Don't touch malloc hooks if SYNC_INPUT.
3160
3161 2004-12-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3162
3163 * w32term.c (x_calc_absolute_position): Remove calculation of
3164 difference between inner and outer window. Don't subtract difference
3165 for left and top calculations.
3166
3167 * xterm.c (x_calc_absolute_position): Don't subtract outer_pixel_diff
3168 for left and top calculations. Remove call to x_real_positions.
3169 [Bug report by Drew Adams in November]
3170 (x_check_expected_move): Do not set change_gravity to 1 when calling
3171 x_set_offset.
3172
3173 2004-12-08 Richard M. Stallman <rms@gnu.org>
3174
3175 * xdisp.c (get_next_display_element): Use `escape-glyph' for
3176 control chars and escaped octal codes.
3177 (Qescape_glyph): New variable.
3178 (syms_of_xdisp): Initialize it.
3179 (escape_glyph_face): New variable.
3180 (redisplay_window): Initialize it.
3181
3182 2004-12-07 Paul Eggert <eggert@cs.ucla.edu>
3183
3184 * image.c (our_fill_input_buffer, jpeg_load, CHECK_LIB_AVAILABLE)
3185 (init_image): Use 1 rather than TRUE. TRUE's not always defined.
3186
3187 2004-12-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3188
3189 * emacs.c (Fdump_emacs): Add ! defined (SYSTEM_MALLOC) around
3190 reset_malloc_hooks.
3191
3192 * keyboard.c (handle_async_input, input_available_signal):
3193 Add ! defined (SYSTEM_MALLOC) around thread code.
3194
3195 * alloc.c: Add comment about the reason for (UN)BLOCK_INPUT_ALLOC.
3196
3197 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3198
3199 * eval.c (init_eval_once): Increase max_specpdl_size to 1000.
3200
3201 * config.in: Regenerate.
3202
3203 2004-12-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3204
3205 * xmenu.c (Fx_popup_menu): Correct documentation about position.
3206 (xmenu_show): Do not call XTranslateCoordinates. Adjust position
3207 if not given by a mouse click to correspond with x-popup-menu
3208 documentation.
3209
3210 * config.in: Regenerate.
3211
3212 * gtkutil.c: Include signal.h and syssignal.h.
3213 (xg_get_file_name): Block and unblock __SIGRTMIN if defined.
3214
3215 * alloc.c: If HAVE_GTK_AND_PTHREAD, include pthread.h,
3216 new variables main_thread and alloc_mutex,
3217 define (UN)BLOCK_INPUT_ALLOC to use alloc_mutex to protect
3218 emacs_blocked_* calls and only do (UN)BLOCK_INPUT in the main thread.
3219 If not HAVE_GTK_AND_PTHREAD, (UN)BLOCK_INPUT_ALLOC is the same as
3220 (UN)BLOCK_INPUT.
3221 (emacs_blocked_free, emacs_blocked_malloc)
3222 (emacs_blocked_realloc): Use (UN)BLOCK_INPUT_ALLOC.
3223 (uninterrupt_malloc): Initialize main_thread and alloc_mutex.
3224 (reset_malloc_hooks): New function.
3225
3226 * lisp.h: Declare reset_malloc_hooks.
3227
3228 * emacs.c (Fdump_emacs): Call reset_malloc_hooks.
3229
3230 * keyboard.c: Conditionally include pthread.h
3231 (handle_async_input, input_available_signalt): If not in the main
3232 thread, block signal, send signal to main thread and return.
3233
3234 * gtkutil.c (xg_get_file_with_chooser): Handle local files only.
3235 Set current folder in file chooser if default_filename is a directory.
3236
3237 2004-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
3238
3239 * regex.c (GET_UNSIGNED_NUMBER): Signal an error when reaching the end.
3240 Remove redundant correctness checks.
3241 (regex_compile): Fix up error codes for \{..\} expressions.
3242
3243 2004-12-05 Richard M. Stallman <rms@gnu.org>
3244
3245 * regex.c (regex_compile): Fix end-of-pattern case for space.
3246
3247 2004-12-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3248
3249 * macterm.h (cfstring_create_with_utf8_cstring): Add prototype.
3250 * mac.c (cfstring_create_with_utf8_cstring): Add to prevent
3251 crashes with invalid characters.
3252 * macmenu.c (add_menu_item): Use it.
3253 * image.c (image_load_quartz2d): Likewise.
3254 * macfns.c (x_set_name, x_set_title): Likewise.
3255 (Fx_file_dialog): Likewise. Use constant CFRefs instead of
3256 creating them each time for labels.
3257
3258 2004-12-02 Richard M. Stallman <rms@gnu.org>
3259
3260 * config.in (RE_TRANSLATE_P): If make_number is not a macro,
3261 don't use it here.
3262
3263 * eval.c (Fcalled_interactively_p): Don't check INTERACTIVE.
3264 (interactive_p): Skip Scalled_interactively_p frames
3265 like Sinteractive_p frames.
3266 (unwind_to_catch): Clear handling_signal.
3267
3268 * data.c (Fmake_variable_buffer_local): Doc fix.
3269 (Fmake_local_variable): Doc fix.
3270
3271 * insdel.c (insert_from_string_before_markers)
3272 (insert_from_string): Don't modify buffer on empty insertion.
3273
3274 * window.c (Fget_lru_window, Fget_largest_window): Doc fixes.
3275
3276 2004-12-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3277
3278 * macmenu.c (add_menu_item): Fallback on MacRoman if encoding
3279 menu text as UTF8 fails.
3280
3281 2004-12-01 Kim F. Storm <storm@cua.dk>
3282
3283 * alloc.c: Add commentary for last change.
3284 (XMALLOC_PUT_SIZE, XMALLOC_GET_SIZE): New macros to handle
3285 sizeof(size_t) != 4.
3286 (overrun_check_malloc, overrun_check_realloc, overrun_check_free):
3287 Use them. Also clear header and trailer of freed memory.
3288 (GC_STRING_OVERRUN_COOKIE_SIZE): Rename from GC_STRING_EXTRA.
3289 (string_overrun_cookie): Rename from string_overrun_pattern.
3290 (GC_STRING_EXTRA): Define from GC_STRING_OVERRUN_COOKIE_SIZE.
3291
3292 2004-12-01 Andreas Schwab <schwab@suse.de>
3293
3294 * lisp.h: Declare string_to_multibyte.
3295
3296 2004-12-01 Kenichi Handa <handa@m17n.org>
3297
3298 * w32console.c (w32con_write_glyphs): Decide coding here.
3299 Adjusted for the change of encode_terminal_code.
3300
3301 * term.c (encode_terminal_code): Don't make it "static".
3302
3303 2004-11-30 Kenichi Handa <handa@m17n.org>
3304
3305 * term.c (encode_terminal_buf, encode_terminal_bufsize): New variables.
3306 (encode_terminal_code): Argument changed. Encode all
3307 characters at once, and return a pointer to the result of encoding.
3308 (write_glyphs): Decide coding here. Adjusted for the above change.
3309 (insert_glyphs): Likewise.
3310 (term_init): Initialize encode_terminal_bufsize to 0.
3311
3312 * coding.c (Vcode_conversion_workbuf_name): New variable.
3313 (syms_of_coding): Initialize and staticpro it.
3314 (set_conversion_work_buffer): New function.
3315 (run_pre_post_conversion_on_str): Use it.
3316 (run_pre_write_conversin_on_c_str): New function.
3317
3318 * coding.h (run_pre_write_conversin_on_c_str): Extern it.
3319
3320 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3321
3322 * keyboard.c: Don't undef SIGIO
3323 * s/darwin.h (NO_SOCK_SIGIO): Define NO_SOCK_SIGIO on carbon
3324 * Makefile.in (mac.o): Depend on blockinput.h and atimer.h.
3325 (macfns.o): Don't depend on ccl.h.
3326 * macfns.c (mac_frame_parm_handlers): Set handlers for
3327 Qleft_fringe and Qright_fringe.
3328 * macterm.c (mac_fill_rectangle_to_pixmap)
3329 (mac_draw_rectangle_to_pixmap, mac_copy_area_to_pixmap)
3330 (mac_copy_area_with_mask_to_pixmap, x_draw_image_foreground_1):
3331 Put in #if 0.
3332 (mac_scroll_area) [TARGET_API_MAC_CARBON]: Use ScrollWindowRect.
3333 (x_flush) [TARGET_API_MAC_CARBON]: Don't traverse frames.
3334 (XFlush) [TARGET_API_MAC_CARBON]: Define to an empty replacement.
3335 (x_draw_glyph_string_background, x_draw_glyph_string_foreground)
3336 [!MAC_OS8]: Added ifdef'd out code for os8. Don't use
3337 XDrawImageString. Always draw background and foreground separately.
3338 (x_draw_image_foreground): Use clipping instead of computing the
3339 intersection rectangle.
3340 (x_draw_image_glyph_string): Don't draw an image with mask to a
3341 pixmap.
3342 (x_redisplay_interface): Set flush_display_optional member to 0.
3343 (XTread_socket): Correctly reset the TEConverter
3344 object.
3345
3346 2004-11-30 Kim F. Storm <storm@cua.dk>
3347
3348 * lisp.h: New defines to enable buffer overrun checking.
3349 (GC_CHECK_STRING_OVERRUN, GC_CHECK_STRING_FREE_LIST)
3350 (XMALLOC_OVERRUN_CHECK, GC_CHECK_CONS_LIST): Add.
3351
3352 * alloc.c: Add more checks for buffer overruns.
3353 (XMALLOC_OVERRUN_CHECK_SIZE, xmalloc_overrun_check_header)
3354 xmalloc_overrun_check_trailer, overrun_check_malloc)
3355 overrun_check_realloc, overrun_check_free): Add.
3356 (GC_STRING_EXTRA, string_overrun_pattern): Add.
3357 (check_sblock, allocate_string_data, compact_small_strings):
3358 Set and check string_overrun_pattern if GC_CHECK_STRING_OVERRUN.
3359 (check_cons_list): Condition on GC_CHECK_CONS_LIST.
3360 (check_string_free_list): Add.
3361 (allocate_string, sweep_strings): Call check_string_free_list.
3362
3363 * emacs.c (malloc_initialize_hook): Don't free malloc_state_ptr if
3364 XMALLOC_OVERRUN_CHECK to avoid crash during load.
3365
3366 2004-11-29 Kim F. Storm <storm@cua.dk>
3367
3368 * fns.c (concat): Use SAFE_ALLOCA.
3369
3370 2004-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
3371
3372 * sysdep.c (emacs_write): Don't use QUIT.
3373
3374 2004-11-29 Kenichi Handa <handa@m17n.org>
3375
3376 * buffer.c (init_buffer): Set current_buffer->directory to a
3377 multibyte string made by string_to_multibyte.
3378
3379 * emacs.c (init_cmdargs): Set unibyte strings in Vcommand_line_args.
3380
3381 2004-11-27 Andreas Schwab <schwab@suse.de>
3382
3383 * alloc.c (mark_stack): Call GC_MARK_SECONDARY_STACK if defined.
3384
3385 * s/gnu-linux.h: Enable no-op gcpros on ia64.
3386 (GC_MARK_SECONDARY_STACK) [__ia64__]: Define.
3387
3388 * filelock.c (lock_file_1): Call get_boot_time early.
3389 Increase buffer size.
3390
3391 2004-11-27 Eli Zaretskii <eliz@gnu.org>
3392
3393 * lisp.h (DECL_ALIGN): Define non-trivially only if NO_DECL_ALIGN
3394 is not defined.
3395
3396 2004-11-27 Kim F. Storm <storm@cua.dk>
3397
3398 * search.c (syms_of_search) <search-spaces-regexp>: Move 'doc:'
3399 marker out of doc string.
3400
3401 2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
3402
3403 * s/darwin.h (POSIX_SIGNALS): Undo the removal of 2002-08-25,
3404 which was not mentioned in the log.
3405
3406 2004-11-26 Kim F. Storm <storm@cua.dk>
3407
3408 * fringe.c (update_window_fringes): Prefer truncation bitmaps over
3409 angle bitmaps at top/bottom line.
3410
3411 * xdisp.c: Undo recent changes for restoring saved_face_id. Instead,
3412 set it when it->method is set to next_element_from_display_vector.
3413 (setup_for_ellipsis): Add LEN argument. Callers changed.
3414 Set it->saved_face_id.
3415 (get_next_display_element): Use loop instead of recursion.
3416 Set it->saved_face_id. Combine duplicate code for ctr chars.
3417 (next_element_from_display_vector): Do not set it->saved_face_id.
3418 (next_element_from_ellipsis): Use setup_for_ellipsis.
3419
3420 2004-11-26 Eli Zaretskii <eliz@gnu.org>
3421
3422 * eval.c (Fdefvar): Declare pdl from last change as `volatile' to
3423 prevent compiler warnings.
3424
3425 2004-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
3426
3427 * keyboard.c (command_loop_1): Print a message describing the key
3428 the user just pressed when this key has no binding.
3429
3430 * sysdep.c (sys_signal): Don't use SA_RESTART if SYNC_INPUT is set.
3431 (emacs_open, emacs_read, emacs_write): Check QUIT when interrupted.
3432
3433 * lread.c (readchar): Check QUIT when `getc' is interrupted.
3434
3435 2004-11-24 Richard M. Stallman <rms@gnu.org>
3436
3437 * coding.c (run_pre_post_conversion_on_str): Bind Qinhibit_read_only.
3438
3439 * buffer.c (syms_of_buffer) <indicate-buffer-boundaries>: Doc fix.
3440
3441 2004-11-24 Kim F. Storm <storm@cua.dk>
3442
3443 * xdisp.c (move_it_in_display_line_to, display_line):
3444 Restore saved_face_id also when truncate-lines or hscrolled.
3445
3446 2004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3447
3448 * gtkutil.c (xg_get_file_name): Rename use-old-gtk-file-dialog to
3449 x-use-old-gtk-file-dialog.
3450
3451 * xfns.c: Define x_use_old_gtk_file_dialog.
3452 (syms_of_xfns): Rename use-old-gtk-file-dialog to x-... Move it
3453 outside ifdef USE_GTK.
3454
3455 2004-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3456
3457 * coding.h (ENCODE_FILE, DECODE_FILE, ENCODE_SYSTEM, DECODE_SYSTEM):
3458 Don't use XFASTINT blindly.
3459
3460 * config.in (RE_TRANSLATE_P): Don't use XFASTINT blindly.
3461
3462 * indent.c (skip_invisible): Avoid non-idempotent side-effects
3463 in macro arguments.
3464
3465 * keymap.c (Flookup_key): Check INTEGERP before XINT.
3466
3467 * lread.c (oblookup): Don't use XFASTINT blindly.
3468
3469 * window.c (Fset_window_scroll_bars): Don't use XINT if it isn't int.
3470 (decode_next_window_args, window_loop): Don't use XFASTINT blindly.
3471
3472 2004-11-23 Kim F. Storm <storm@cua.dk>
3473
3474 * dispextern.h (MATRIX_ROW_ENDS_IN_MIDDLE_OF_CHAR_P)
3475 (MATRIX_ROW_STARTS_IN_MIDDLE_OF_CHAR_P): Not if dpvec_index is zero.
3476
3477 * xfaces.c (lookup_named_face): Add signal_p arg. Return -1 if
3478 signal_p is zero and face name is unknown.
3479 (Fx_list_fonts): Don't signal error in lookup_named_face.
3480 (Fface_font): Signal error in lookup_named_face.
3481 (ascii_face_of_lisp_face): Likewise.
3482
3483 * dispextern.h (lookup_named_face): Fix prototype.
3484
3485 * xdisp.c (handle_single_display_prop): Don't signal error in
3486 lookup_named_face for unknown fringe face name.
3487 (highlight_trailing_whitespace): Don't signal error in
3488 lookup_named_face if trailing-whitespace face unknown.
3489 (calc_line_height_property): Don't signal error in
3490 lookup_named_face if specified face name is unknown.
3491
3492 * fringe.c (update_window_fringes): Show top row indicator if
3493 window has header-line. Don't show arrow at bob and eob
3494 if the boundary indicators are not used.
3495 (Fset_fringe_bitmap_face): Signal error in lookup_named_face.
3496
3497 * window.c (set_window_buffer): Clear display_error_modiff.
3498
3499 2004-11-22 Kim F. Storm <storm@cua.dk>
3500
3501 * fringe.c (update_window_fringes): Provide sensible fall-back
3502 value for non-nil indicate-buffer-boundaries setting.
3503
3504 2004-11-22 Markus Rost <rost@ias.edu>
3505
3506 * minibuf.c (Fminibuffer_complete_and_exit): Fix previous change.
3507
3508 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
3509
3510 * eval.c (Fdefvar): Warn when var is let-bound but globally void.
3511
3512 2004-11-21 Kim F. Storm <storm@cua.dk>
3513
3514 * xdisp.c (erase_phys_cursor): Clear hollow cursor inside TEXT_AREA.
3515
3516 * xterm.c (x_clip_to_row): Add area arg. Callers changed.
3517 (x_draw_hollow_cursor, x_draw_bar_cursor): Clip to TEXT_AREA.
3518
3519 * w32term.c (w32_clip_to_row): Add area arg. Callers changed.
3520 (x_draw_hollow_cursor, x_draw_bar_cursor): Clip to TEXT_AREA.
3521
3522 * macterm.c (x_clip_to_row): Add area arg. Callers changed.
3523 (x_draw_hollow_cursor, x_draw_bar_cursor): Clip to TEXT_AREA.
3524
3525 * xdisp.c (move_it_in_display_line_to, display_line):
3526 Restore saved_face_id if overflow-newline-into-fringe is enabled and
3527 line is continued before or in middle of element from display vector.
3528
3529 * indent.c (Fvertical_motion): Fix last change. Use another
3530 method to detect if iterator moved too far ahead after reseat.
3531
3532 * xdisp.c (IT_EXPAND_MATRIX_WIDTH): New macro. Do not
3533 expand matrix width for overflow in zero-width area.
3534 (append_glyph, append_composite_glyph, produce_image_glyph)
3535 (append_stretch_glyph): Use it to avoid loop in redisplay.
3536 (note_mode_line_or_margin_highlight): Don't let help-echo from
3537 string override help-echo from image map.
3538
3539 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
3540
3541 * fns.c (Fyes_or_no_p): Call Fread_from_minibuffer with extra argument.
3542 * callint.c (Fcall_interactively): Ditto.
3543
3544 2004-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
3545
3546 * minibuf.c (Fminibuffer_complete_and_exit):
3547 Fixup the case of the completed value, for case-indep completion.
3548
3549 2004-11-20 Richard M. Stallman <rms@gnu.org>
3550
3551 * lisp.h (Fread_from_minibuffer): Add arg in decl.
3552
3553 * minibuf.c (read_minibuf): New arg KEEP_ALL. Callers changed.
3554 (Fread_from_minibuffer): New arg KEEP_ALL. Callers changed.
3555
3556 * search.c (Vsearch_spaces_regexp):
3557 Rename from Vsearch_whitespace_regexp. All uses changed.
3558
3559 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
3560
3561 * eval.c (init_eval_once): Increase `max_specpdl_size' to 650.
3562
3563 2004-11-19 Richard M. Stallman <rms@gnu.org>
3564
3565 * search.c (Vsearch_whitespace_regexp): New variable.
3566 (syms_of_search): Defvar it.
3567 (compile_pattern_1): Call re_set_whitespace_regexp with it.
3568 (search_buffer): No regexp is trivial if Vsearch_whitespace_regexp
3569 is non-nil.
3570 (struct regexp_cache): New element whitespace_regexp.
3571 (syms_of_search): Initialize whitespace_regexp elements.
3572 (compile_pattern): Compare whitespace_regexp elements.
3573 (compile_pattern_1): Set whitespace_regexp elements.
3574
3575 * regex.c (regex_compile): Substitute whitespace_regexp
3576 for spaces, if it is nonzero.
3577 (whitespace_regexp): New variable.
3578 (re_set_whitespace_regexp): New function.
3579
3580 2004-11-19 Kim F. Storm <storm@cua.dk>
3581
3582 * indent.c (Fvertical_motion): Fix last change.
3583
3584 2004-11-18 Kim F. Storm <storm@cua.dk>
3585
3586 * indent.c (Fvertical_motion): Undo 2004-11-16 change.
3587 Instead, move back again if reseating moves too far ahead.
3588
3589 2004-11-17 Luc Teirlinck <teirllm@auburn.edu>
3590
3591 * xdisp.c (message3): Call clear_message.
3592
3593 2004-11-17 Kim F. Storm <storm@cua.dk>
3594
3595 * xdisp.c (erase_phys_cursor): Adjust cursor row visible height.
3596
3597 2004-11-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3598
3599 * gtkutil.c (xg_get_file_name): Typo in HAVE_GTK_FILE_SELECTION_NEW.
3600
3601 * xmenu.c (x_menu_in_use): Remove.
3602 (x_menu_set_in_use): Also set popup_activated_flag.
3603
3604 * xfns.c (Fx_file_dialog): Call popup_activated instead of
3605 x_menu_in_use. Call x_menu_set_in_use in Motif version also.
3606
3607 * xterm.h (x_menu_in_use): Remove.
3608
3609 2004-11-16 Richard M. Stallman <rms@gnu.org>
3610
3611 * keymap.c (Fmap_keymap): New arg SORT-FIRST.
3612 Use map-keymap-internal to implement that.
3613
3614 * indent.c (Fvertical_motion): In batch mode, use vmotion directly.
3615
3616 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
3617
3618 * xdisp.c (get_glyph_string_clip_rect, init_glyph_string): Check it's
3619 a window before using XWINDOW.
3620
3621 * window.c (make_window, Fselect_window, make_dummy_parent)
3622 (save_window_save):
3623 * frame.c (make_frame):
3624 * fns.c (concat): Avoid side-effects inside XSETFASTINT's arguments.
3625
3626 * lisp.h (NILP): Use EQ rather than XFASTINT.
3627
3628 2004-11-16 Kim F. Storm <storm@cua.dk>
3629
3630 * fringe.c (Fdefine_fringe_bitmap): Always set 'h'. Simplify.
3631
3632 * indent.c (Fvertical_motion): Fix last change. Only reseat when
3633 moving backwards.
3634
3635 2004-11-16 Luc Teirlinck <teirllm@auburn.edu>
3636
3637 * dispextern.h: Extern reseat_at_previous_visible_line_start.
3638
3639 2004-11-16 Kenichi Handa <handa@m17n.org>
3640
3641 * xdisp.c (display_mode_element): Fix previous change (calculate
3642 end position of substring to display correctly).
3643
3644 2004-11-16 Kim F. Storm <storm@cua.dk>
3645
3646 * keyboard.c (Fposn_at_point): Remove extra */ after doc string.
3647 Reported by Andrew M. Scott.
3648
3649 2004-11-15 Kim F. Storm <storm@cua.dk>
3650
3651 * fns.c (Fsafe_plist_get): New defun.
3652 (syms_of_fns): Defsubr it.
3653
3654 * lisp.h (Fsafe_plist_get): Add EXFUN.
3655
3656 * xdisp.c (store_mode_line_string, produce_stretch_glyph):
3657 Use Fsafe_plist_get.
3658 (note_mode_line_or_margin_highlight, note_mouse_highlight):
3659 Fix image map element parsing. Use Fsafe_plist_get.
3660
3661 2004-11-15 Richard M. Stallman <rms@gnu.org>
3662
3663 * xdisp.c (get_next_display_element): Fix previous change.
3664
3665 2004-11-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3666
3667 * window.c (shrink_windows): Handle special case of one window left
3668 when trying to shrink the final reminder. Grow windows if
3669 total_removed is less than total_shrink.
3670
3671 * xmenu.c (pop_down_menu): Remove global variable current_menu,
3672 extract pointer from arg with XSAVE_VALUE.
3673 (create_and_show_popup_menu, create_and_show_dialog, xmenu_show):
3674 Construct arg to record_unwind_protect with make_save_value.
3675
3676 2004-11-13 Richard M. Stallman <rms@gnu.org>
3677
3678 * xdisp.c (reseat_at_previous_visible_line_start): No longer static.
3679 (get_next_display_element): Fix previous change to apply only to \n.
3680
3681 * indent.c (Fvertical_motion): Scan to PT from start of line to
3682 make iterator consistent.
3683
3684 * minibuf.c (syms_of_minibuf) <completion-ignore-case>: Doc fix.
3685
3686 2004-11-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3687
3688 * gtkutil.c (pop_down_file_dialog): Add BLOCK_INPUT.
3689
3690 * xfns.c (Fx_file_dialog): Call x_menu_in_use and x_menu_set_in_use.
3691 Record unwind with clean_up_file_dialog.
3692
3693 * xterm.h (x_menu_in_use, x_menu_set_in_use, x_menu_wait_for_event):
3694 Declare.
3695
3696 * xmenu.c (x_menu_in_use, x_menu_set_in_use): New functions.
3697
3698 2004-11-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3699
3700 * gtkutil.c (xg_file_sel_ok, xg_file_sel_cancel)
3701 (xg_file_sel_destroy): Remove.
3702 (xg_file_response_cb, pop_down_file_dialog)
3703 (xg_get_file_name_from_chooser, xg_get_file_name_from_selector):
3704 New functions.
3705 (xg_get_file_with_chooser, xg_get_file_with_selection):
3706 Take new arg func, set it to xg_get_file_name_from_chooser/selector.
3707 Move common code to xg_get_file_name. Return widget created.
3708 (xg_get_file_name): Set name, transient for, modal and destroy
3709 with parent here. Connect response signal to xg_file_response_cb,
3710 connect delete-event to gtk_true. Record pop_down_file_dialog
3711 for unwind. Do event loop and call x_menu_wait_for_event in loop.
3712 (xg_create_widget): Make dialogs modal.
3713
3714 * xmenu.c (unuse_menu_items, pop_down_menu): Arg is of type
3715 Lisp_Object.
3716 (popup_get_selection): Move unwind protect ...
3717 (create_and_show_popup_menu, create_and_show_dialog): ... to here.
3718 Move destroy of widget to pop_down_menu.
3719 (popup_widget_loop): Move unwind protect ...
3720 (create_and_show_popup_menu, create_and_show_dialog): ... to here.
3721 Move destroy of widget to pop_down_menu.
3722 (pop_down_menu): BLOCK_INPUT and destroy widget/window.
3723 (xmenu_show): Record unwind pop_down_menu. Move XMenuDestroy,
3724 x_mouse_leave and grabbed = 0 to pop_down_menu.
3725
3726 2004-11-13 Kim F. Storm <storm@cua.dk>
3727
3728 * xdisp.c (make_cursor_line_fully_visible_p): New variable.
3729 (syms_of_xdisp): DEFVAR_BOOL it.
3730 (make_cursor_line_fully_visible, try_cursor_movement)
3731 (try_window_id): Use it.
3732
3733 2004-11-12 Kim F. Storm <storm@cua.dk>
3734
3735 * dispextern.h (struct glyph_row): New member extra_line_spacing.
3736 (struct it): New member max_extra_line_spacing.
3737 (MR_PARTIALLY_VISIBLE, MR_PARTIALLY_VISIBLE_AT_TOP)
3738 (MR_PARTIALLY_VISIBLE_AT_BOTTOM): New helper macros.
3739 (MATRIX_ROW_PARTIALLY_VISIBLE_P): Fix to return false if invisible
3740 part of last line is only extra line spacing (so the text on the
3741 line is fully visible). Use helper macros.
3742 Add W arg (to use them). All callers changed.
3743 (MATRIX_ROW_PARTIALLY_VISIBLE_AT_TOP_P)
3744 (MATRIX_ROW_PARTIALLY_VISIBLE_AT_BOTTOM_P): Use helper macros.
3745
3746 * window.c (window_scroll_pixel_based, Frecenter):
3747 Use move_it_vertically_backward directly.
3748 (Frecenter): Fix calculation of new start pos for negative arg.
3749 Before, the new start pos was sometimes chosen too far back, so
3750 the last line became only partially visible, and thus would be
3751 either only semi-visible or automatically scrolled to the middle
3752 of the window by redisplay.
3753
3754 * xdisp.c (init_iterator): Clear it.max_extra_line_spacing.
3755 (move_it_vertically_backward): Don't recure to move further back.
3756 (move_it_vertically): Remove superfluous condition.
3757 (move_it_by_lines): Clear last_height when moved 0 lines.
3758 (resize_mini_window): Use it.max_extra_line_spacing.
3759 (display_tool_bar_line): Clear row->extra_line_spacing.
3760 (try_scrolling): Use move_it_vertically_backward directly.
3761 (redisplay_window): Likewise.
3762 (compute_line_metrics): Set row->extra_line_spacing.
3763 (display_line, display_string): Likewise.
3764 (x_produce_glyphs): Update it->max_extra_line_spacing.
3765
3766 * xmenu.c (pop_down_menu): Return nil.
3767
3768 2004-11-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3769
3770 * xmenu.c (x_menu_wait_for_event): New function.
3771 (popup_get_selection, popup_widget_loop): Call x_menu_wait_for_event
3772 to handle timers.
3773 (popup_widget_loop): Add argument do_timers.
3774 (create_and_show_popup_menu, create_and_show_dialog): Pass 1 for
3775 do_timers to popup_widget_loop.
3776 (xmenu_show): Call XMenuActivateSetWaitFunction so that
3777 x_menu_wait_for_event is called by XMenuActivate.
3778 (create_and_show_popup_menu): Pass 1 for do_timers to
3779 popup_get_selection.
3780 (pop_down_menu): New function.
3781 (popup_get_selection, popup_widget_loop): Unwind protect to
3782 pop_down_menu.
3783 (popup_widget_loop): Add argument widget.
3784 (create_and_show_popup_menu, create_and_show_dialog): Pass new
3785 argument widget to popup_widget_loop.
3786
3787 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
3788
3789 * keymap.c (Fkeymap_prompt): Accept symbol keymaps.
3790
3791 2004-11-09 Kim F. Storm <storm@cua.dk>
3792
3793 * xselect.c: Include <sys/types.h> and <unistd.h> (for getpid).
3794 Fix various comments referring to XEvents instead of input events.
3795 (x_queue_event): Fix format strings.
3796 (x_stop_queuing_selection_requests): Likewise.
3797
3798 * xdisp.c (produce_image_glyph): Remove unused variable 'face_ascent'.
3799 (pint2hrstr): Add extra braces to silence compiler.
3800
3801 * print.c (print_object): Fix format string.
3802
3803 * lread.c (read1): Fix next_char matching.
3804
3805 * lisp.h (Fdelete): Add EXFUN.
3806 (replace_range_2): Add prototype.
3807
3808 * keyboard.c (read_avail_input): Remove unused variable 'discard'.
3809
3810 * intervals.h (NULL_INTERVAL_P): Add separate version when
3811 ENABLE_CHECKING is not defined to silence compiler.
3812 (compare_string_intervals): Add prototype.
3813
3814 * fringe.c (destroy_fringe_bitmap): Fix return type.
3815 (Ffringe_bitmaps_at_pos): Remove unused var 'old_buffer'.
3816
3817 * emacs.c (Fdump_emacs): Fix format string.
3818
3819 * doc.c: Include <ctype.h>.
3820 (Fsubstitute_command_keys): Remove unused variable 'firstkey'.
3821
3822 * data.c (store_symval_forwarding): Remove unused variables.
3823
3824 * callint.c (Fcall_interactively): Remove unused variable 'funcar'.
3825
3826 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3827
3828 * Makefile.in (stamp-oldxmenu): If HAVE_GTK, don't add dependencies
3829 to ${OLDXMENU}.
3830
3831 2004-11-09 Kim F. Storm <storm@cua.dk>
3832
3833 * process.c (Fmake_network_process): Remove kludge for interrupted
3834 connects on BSD. If connect is interrupted, just close socket and
3835 start over rather than sleeping and retry with same socket.
3836
3837 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3838
3839 * .cvsignore: Add buildobj.lst.
3840
3841 * doc.c: New variable Vbuild_files.
3842 (Fsnarf_documentation): If Vbuild_files is nil, populate it with
3843 file names from buildobj.lst. Only attach docstrings from files
3844 that are in Vbuild_files.
3845 (syms_of_doc): Defvar Vbuild_files.
3846
3847 * Makefile.in (SOME_MACHINE_OBJECTS): Add fringe.o, image.o
3848 and w32*.o.
3849 (temacs${EXEEXT}): Generate buildobj.lst when temacs is linked.
3850 (mostlyclean): Rm buildobj.lst
3851
3852 * makefile.w32-in ($(TEMACS)): Generate buildobj.lst when temacs
3853 is linked.
3854
3855 2004-11-09 Kim F. Storm <storm@cua.dk>
3856
3857 * fringe.c (update_window_fringes): Update fringe bitmaps if
3858 cur and row ends_at_zv_p differs. If bitmaps of a row is updated,
3859 also update previous row to get rid of misc. artifacts.
3860
3861 2004-11-08 Kim F. Storm <storm@cua.dk>
3862
3863 * xdisp.c (fast_find_position): Fix start pos if header line present.
3864 (note_mouse_highlight): Clear mouse face if we move out of text area.
3865
3866 2004-11-08 Eli Zaretskii <eliz@gnu.org>
3867
3868 * editfns.c: Move #include "systime.h" before <sys/resource.h>.
3869 Don't include <sys/time.h> explicitly.
3870 Include <stdio.h> unconditionally, not just on MacOS.
3871
3872 2004-11-08 Kenichi Handa <handa@m17n.org>
3873
3874 * fontset.c (fontset_pattern_regexp): Cancel my previous change;
3875 don't pay attention to '\' before '*'.
3876 (fontset_pattern_regexp): Change the meaning of the second arg.
3877 (Fnew_fontset): Call fs_query_fontset, not Fquery_fontset.
3878 (check_fontset_name): Try NAME as literal at first, and if it
3879 failes, try NAME as pattern.
3880
3881 2004-11-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3882
3883 * emacs.c (Fdump_emacs): Only output warning on GNU/Linux.
3884
3885 2004-11-07 Andreas Schwab <schwab@suse.de>
3886
3887 * lisp.h (Fmsdos_downcase_filename): Declare.
3888 * dired.c (Fmsdos_downcase_filename): Don't declare here.
3889 * fileio.c: Likewise.
3890
3891 2004-11-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3892
3893 * dosfns.c (Fdos_memget, Fdos_memput): Use integer variable offs in
3894 comparisons with integers instead of Lisp_Object address.
3895 (Fmsdos_set_keyboard): Declare argument allkeys.
3896
3897 * msdos.c (IT_set_frame_parameters): Use EQ, not ==, for Lisp_Object:s.
3898
3899 * dired.c (Fmsdos_downcase_filename): Declare extern on MSDOS to avoid
3900 int/Lisp_Object mixup.
3901
3902 * fileio.c: Ditto.
3903
3904 2004-11-06 Steven Tamm <steventamm@mac.com>
3905
3906 * editfns.c: Need to include sys/time.h before resource.h on darwin.
3907
3908 2004-11-06 Richard M. Stallman <rms@gnu.org>
3909
3910 * callint.c (Fcall_interactively): Avoid reusing EVENT for other data.
3911
3912 * xfaces.c (merge_named_face): GCPRO the face_name in the
3913 named_merge_point struct that we make.
3914 (merge_face_heights): Eliminate GCPRO arg. All callers changed.
3915
3916 * keyboard.c (command_loop_1): Change Vtransient_mark_mode
3917 before deciding whether to inactivate mark.
3918
3919 2004-11-06 Lars Brinkhoff <lars@nocrew.org>
3920
3921 * config.in: Regenerate (add HAVE_GETRUSAGE).
3922 * editfns.c (Fget_internal_run_time): New function.
3923 (syms_of_data): Defsubr it.
3924 * fns.c (sxhash): As far as possible, merge calculation of
3925 hash code for symbols and strings.
3926
3927 2004-11-06 Eli Zaretskii <eliz@gnu.org>
3928
3929 * frame.c (syms_of_frame): Fix the example in the doc string.
3930
3931 2004-11-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3932
3933 * eval.c (Feval): Remove check for INPUT_BLOCKED_P.
3934
3935 * xmenu.c (popup_get_selection, create_and_show_popup_menu)
3936 (create_and_show_dialog): Revert change from 2004-10-31.
3937
3938 2004-11-05 Luc Teirlinck <teirllm@auburn.edu>
3939
3940 * macros.c (syms_of_macros) <defining-kbd-macro>: Doc fix.
3941
3942 2004-11-05 Kim F. Storm <storm@cua.dk>
3943
3944 * print.c (print_object): Print Lisp_Misc_Save_Value objects.
3945
3946 * fileio.c (Ffile_modes): Doc fix.
3947 (auto_save_1): Check for Ffile_modes nil value.
3948
3949 2004-11-05 Kim F. Storm <storm@cua.dk>
3950
3951 * xselect.c (struct selection_event_queue, selection_queue)
3952 (x_queue_selection_requests, x_queue_event)
3953 (x_start_queuing_selection_requests)
3954 (x_stop_queuing_selection_requests): Add new queue for selection
3955 input events to replace previous XEvent queue in xterm.c.
3956 (queue_selection_requests_unwind): Adapt to new queue.
3957 (x_reply_selection_request): Adapt to new queue.
3958 Unexpect wait_object in case of x errors (memory leak).
3959 (x_handle_selection_request, x_handle_selection_clear): Make static.
3960 (x_handle_selection_event): New function. May queue selection events.
3961 (wait_for_property_change_unwind): Use save_value instead of cons.
3962 Clear property_change_reply_object.
3963 (wait_for_property_change): Abort if already waiting.
3964 Use save_value instead of cons for unwind data.
3965 (x_handle_property_notify): Skip events already arrived, but don't
3966 free them, as "arrived" field is checked by wait_for_property_change,
3967 and it will be freed by unwind or explicit unexpect_property_change.
3968 (x_get_foreign_selection): Add to new queue.
3969 (receive_incremental_selection): Don't unexpect wait_object when done
3970 as it has already been freed by previous wait_for_property_change.
3971
3972 * xterm.h (x_start_queuing_selection_requests)
3973 (x_stop_queuing_selection_requests, x_handle_selection_request)
3974 (x_handle_selection_clear): Remove prototypes.
3975 (x_handle_selection_event): Add prototype.
3976
3977 * xterm.c (handle_one_xevent): Don't queue X selection events
3978 here, it may be too late if we start queuing after we have already
3979 stored some selection events into the kbd buffer.
3980 (struct selection_event_queue, queue, x_queue_selection_requests)
3981 (x_queue_event, x_unqueue_events, x_start_queuing_selection_requests)
3982 (x_stop_queuing_selection_requests): Remove/move to xselect.c.
3983 (x_catch_errors_unwind): Block input around final XSync.
3984
3985 * keyboard.h (kbd_buffer_unget_event): Add prototype.
3986
3987 * keyboard.c (kbd_buffer_store_event_hold): Remove obsolete code.
3988 (kbd_buffer_unget_event): New function.
3989 (kbd_buffer_get_event, swallow_events): Combine SELECTION events
3990 and use x_handle_selection_event.
3991 (mark_kboards): Don't mark x and y of SELECTION_CLEAR_EVENT.
3992
3993 2004-11-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3994
3995 * xselect.c (TRACE3): New debug macro.
3996 (x_reply_selection_request): Use it.
3997 (receive_incremental_selection): In call to TRACE0, the name of
3998 a symbol is in xname.
3999
4000 2004-11-05 Kim F. Storm <storm@cua.dk>
4001
4002 * fontset.c (fontset_pattern_regexp): Use unsigned char.
4003
4004 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4005
4006 * fileio.c (Fnext_read_file_uses_dialog_p): New function.
4007
4008 * gtkutil.h (use_old_gtk_file_dialog): Declare.
4009
4010 * gtkutil.c: Make use_old_gtk_file_dialog non-static.
4011 (xg_initialize): Move DEFVAR_BOOL for use_old_gtk_file_dialog ...
4012 * xfns.c (syms_of_xfns): ... to here.
4013
4014 * gtkutil.c (xg_get_file_with_chooser): Expand DEFAULT_FILENAME if
4015 it doesn't start with /.
4016
4017 2004-11-04 Kenichi Handa <handa@m17n.org>
4018
4019 * fontset.c (fontset_pattern_regexp): If '*' is preceded by '\',
4020 treat it as a literal character.
4021
4022 2004-11-03 Kim F. Storm <storm@cua.dk>
4023
4024 * .gdbinit (ppt): New function.
4025
4026 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4027
4028 * xterm.c (x_window_to_scroll_bar): Only call
4029 xg_get_scroll_id_for_window if toolkit scroll bars are used.
4030
4031 * gtkutil.c (xg_get_file_with_chooser): Use GTK_STOCK_OK instead
4032 of save.
4033
4034 2004-11-02 Andreas Schwab <schwab@suse.de>
4035
4036 * window.c (Fscroll_right): Fix last change.
4037
4038 2004-11-02 Kim F. Storm <storm@cua.dk>
4039
4040 * Makefile.in (callproc.o): Depend on blockinput.h atimer.h systime.h.
4041
4042 2004-11-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4043
4044 * callproc.c (Fcall_process): Block input around vfork.
4045
4046 2004-11-02 Kim F. Storm <storm@cua.dk>
4047
4048 * eval.c (Fcalled_interactively_p): Rename from Fcall_interactive_p.
4049 (syms_of_eval): Defsubr it.
4050
4051 2004-11-02 Richard M. Stallman <rms@gnu.org>
4052
4053 * insdel.c (replace_range_2): New function.
4054
4055 * casefiddle.c (casify_region): Handle changes in byte-length
4056 using replace_range_2.
4057
4058 * emacs.c (USAGE3): Delete --horizontal-scroll-bars, -hb.
4059
4060 * xdisp.c (back_to_previous_visible_line_start):
4061 Subtract 1 from pos when checking previous newline for invisibility.
4062
4063 * window.c (window_scroll_pixel_based): Update preserve_y
4064 for header line if any.
4065 (Fscroll_left, Fscroll_right): Don't call interactive_p;
4066 use a new second argument instead.
4067
4068 * eval.c (Fcall_interactive_p): New function.
4069 (interactive_p): Don't test INTERACTIVE here.
4070 (Finteractive_p): Doc fix.
4071
4072 * eval.c (Feval): Abort if INPUT_BLOCKED_P.
4073
4074 2004-11-02 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
4075
4076 * w32fns.c (w32_font_match): Use fast_string_match_ignore_case for
4077 comparing font names.
4078
4079 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4080
4081 * fileio.c (Fread_file_name): Pass Qt as fifth parameter to
4082 Fx_file_dialog if only directories should be read.
4083
4084 * lisp.h: Fx_file_dialog takes 5 parameters.
4085
4086 * xfns.c (Fx_file_dialog): Both Motif and GTK version:
4087 Add parameter only_dir_p.
4088 In Motif version, don't put DEFAULT_FILENAME in filter part of the
4089 dialog, just text field part. Do not add DEFAULT_FILENAME
4090 to list of files if it isn't there.
4091 In GTK version, pass only_dir_p parameter to xg_get_file_name.
4092
4093 * macfns.c (Fx_file_dialog): Add parameter only_dir_p.
4094 Check only_dir_p instead of comparing prompt to "Dired". When using
4095 a save dialog, add option kNavDontConfirmReplacement, change title
4096 to "Enter name", change text for save button to "Ok".
4097
4098 * w32fns.c (Fx_file_dialog): Add parameter only_dir_p.
4099 Check only_dir_p instead of comparing prompt to "Dired".
4100
4101 * gtkutil.c (xg_get_file_with_chooser)
4102 (xg_get_file_with_selection): New functions, only defined ifdef
4103 HAVE_GTK_FILE_CHOOSER_DIALOG_NEW and HAVE_GTK_FILE_SELECTION_NEW
4104 respectively.
4105 (xg_get_file_name): Add parameter only_dir_p.
4106 Call xg_get_file_with_chooser or xg_get_file_with_selection
4107 depending on HAVE_GTK_FILE* and the value of use_old_gtk_file_dialog.
4108 (xg_initialize): New DEFVAR_BOOL use_old_gtk_file_dialog.
4109
4110 * gtkutil.h (xg_get_file_name): Add parameter only_dir_p.
4111
4112 * config.in: Rebuild (added HAVE_GTK_FILE_*).
4113
4114 2004-11-01 Kim F. Storm <storm@cua.dk>
4115
4116 * process.c (connect_wait_mask, num_pending_connects):
4117 Only declare and use them if NON_BLOCKING_CONNECT is defined.
4118 (init_process): Initialize them if NON_BLOCKING_CONNECT defined.
4119 (IF_NON_BLOCKING_CONNECT): New helper macro.
4120 (wait_reading_process_output): Only declare and use local vars
4121 Connecting and check_connect when NON_BLOCKING_CONNECT is defined.
4122
4123 2004-11-01 Andy Petrusenco <Igrek@star-sw.com> (tiny change)
4124
4125 * w32term.c (x_scroll_run): Delete region objects after use.
4126
4127 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4128
4129 * xmenu.c: Add prototypes for forward function declarations.
4130 (popup_get_selection): Remove parameter do_timers, remove call to
4131 timer_check.
4132 (create_and_show_popup_menu, create_and_show_dialog):
4133 Remove parameter do_timers from call to popup_get_selection.
4134
4135 * xdisp.c (update_tool_bar): Pass a copy of f->tool_bar_items to
4136 tool_bar_items and assign the result to f->tool_bar_items if
4137 not equal. Move BLOCK/UNBLOCK_INPUT from around call to
4138 tool_bar_items to assignment of result.
4139
4140 * atimer.c (alarm_signal_handler): Do not call set_alarm if
4141 pending_atmers is non-zero.
4142
4143 2004-10-31 Kim F. Storm <storm@cua.dk>
4144
4145 * dispnew.c (margin_glyphs_to_reserve): Don't use ncols_scale_factor.
4146
4147 2004-10-28 Will <will@glozer.net>
4148
4149 * macterm.c: Allow user to assign key modifiers to the Mac Option
4150 key via a 'mac-option-modifier' variable.
4151
4152 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4153
4154 * xselect.c (Vx_lost_selection_functions, Vx_sent_selection_functions):
4155 Rename from Vx_lost_selection_hooks and Vx_sent_selection_hooks.
4156 (x_handle_selection_request, x_handle_selection_clear)
4157 (x_clear_frame_selections, syms_of_xselect): Adjust accordingly.
4158
4159 2004-10-28 Richard M. Stallman <rms@gnu.org>
4160
4161 * w32fns.c (Fx_server_vendor, Fx_server_version): Doc fixes.
4162
4163 * xfns.c (Fx_server_vendor, Fx_server_version): Doc fixes.
4164
4165 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
4166
4167 * syntax.c (scan_sexps_forward): Give precedence to a 2-char
4168 comment-starter over a 1-char one.
4169
4170 2004-10-27 Richard M. Stallman <rms@gnu.org>
4171
4172 * xdisp.c (get_next_display_element): In mode lines,
4173 treat newline and tab like other control characters.
4174
4175 * editfns.c (Fmessage): Doc fix.
4176
4177 * indent.c (vmotion): When moving up, check the newline before.
4178 Make prevline an int, not a Lisp_Object.
4179
4180 2004-10-27 Kim F. Storm <storm@cua.dk>
4181
4182 * editfns.c (Fformat): Allocate discarded table with SAFE_ALLOCA.
4183 Only allocate info and discarded tables once.
4184
4185 * lisp.h (USE_SAFE_ALLOCA): Add and init sa_must_free integer.
4186 (SAFE_ALLOCA, SAFE_ALLOCA_LISP): Increment it when malloc is used.
4187 (SAFE_FREE): Test it to determine if we need to unwind to free.
4188 Remove size arg. All users changed.
4189 (SAFE_FREE_LISP) Remove. All users changed to use SAFE_FREE.
4190
4191 2004-10-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4192
4193 * gtkutil.c: Put empty line between comment and function body.
4194 (xg_destroy_widgets): Rename from remove_from_container.
4195 Just destroy all widgets in list. Argument wcont removed.
4196 (xg_update_menubar, xg_update_submenu): Call xg_destroy_widgets
4197 instead of remove_from_container.
4198 (xg_display_close, xg_create_tool_bar, update_frame_tool_bar)
4199 (free_frame_tool_bar): Add comment.
4200
4201 * xfns.c (xic_create_xfontset): Check that FRAME_XIC_BASE_FONTNAME
4202 is not NULL before strcmp.
4203
4204 2004-10-26 Kim F. Storm <storm@cua.dk>
4205
4206 * callint.c (Fcall_interactively): Add 'U' code to get the
4207 up-event discarded by a previous 'k' or 'K' argument.
4208
4209 2004-10-26 David Kastrup <dak@gnu.org>
4210
4211 * buffer.c (syms_of_buffer): Fix a few typos.
4212
4213 2004-10-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4214
4215 * xsmfns.c: Put empty line between comment and function body.
4216 Use two spaces before comment end.
4217
4218 2004-10-25 Kenichi Handa <handa@m17n.org>
4219
4220 * fontset.c (fontset_pattern_regexp): Optimize for the case that
4221 PATTERN is full XLFD.
4222
4223 2004-10-24 Kenichi Handa <handa@m17n.org>
4224
4225 * regex.h (enum reg_errcode_t): New value REG_ERANGEX.
4226
4227 * regex.c (re_error_msgid): Add an entry for REG_ERANGEX.
4228 (regex_compile): Return REG_ERANGEX if appropriate.
4229
4230 2004-10-22 Kenichi Handa <handa@m17n.org>
4231
4232 * editfns.c (Ftranslate_region_internal): New function.
4233 (syms_of_editfns): Defsubr it.
4234
4235 2004-10-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4236
4237 * xfns.c (xic_create_xfontset): Initialize missing_list to NULL.
4238
4239 2004-10-21 K\e,Ba\e(Broly L\e,Bu\e(Brentey <lorentey@elte.hu>
4240
4241 * xterm.h (x_output): New member `xic_base_fontname'.
4242 (FRAME_XIC_BASE_FONTNAME): New macro.
4243 (xic_free_xfontset): Declare.
4244
4245 * xfns.c (xic_create_xfontset): Share fontsets between frames
4246 based on base_fontname.
4247 (xic_free_xfontset): New function.
4248 (free_frame_xic): Use it.
4249 (xic_set_xfontset): Ditto.
4250
4251 * xterm.c (xim_destroy_callback): Ditto.
4252
4253
4254 2004-10-20 B. Anyos <banyos@freemail.hu> (tiny change)
4255
4256 * w32term.c (x_draw_glyph_string): Use overline_color for overlines.
4257
4258 2004-10-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4259
4260 * xterm.h (XSync): If USE_GTK, define XSync as process_all and then
4261 XSync.
4262
4263 * emacs.c (my_heap_start, heap_bss_diff, MAX_HEAP_BSS_DIFF):
4264 New variables and constant.
4265 (main): Calculate heap_bss_diff. If we are dumping and the
4266 heap_bss_diff is greater than MAX_HEAP_BSS_DIFF, set PER_LINUX32
4267 and exec ourself again.
4268 (Fdump_emacs): If heap_bss_diff is greater than MAX_HEAP_BSS_DIFF
4269 print a warning.
4270
4271 * lastfile.c: Make my_endbss and my_endbss_static available on all
4272 platforms.
4273
4274 * Makefile.in (RUN_TEMACS): Remove @SETARCH@.
4275 * config.in (HAVE_PERSONALITY_LINUX32): Regenerate.
4276
4277 2004-10-19 Luc Teirlinck <teirllm@auburn.edu>
4278
4279 * data.c (Flocal_variable_if_set_p): Doc fix.
4280
4281 2004-10-19 Jason Rumney <jasonr@gnu.org>
4282
4283 * w32.c (init_environment): Set emacs_dir correctly when running
4284 emacs from the build directory.
4285
4286 2004-10-19 Richard M. Stallman <rms@gnu.org>
4287
4288 * editfns.c (Fdelete_and_extract_region):
4289 If region is empty, return null string.
4290
4291 2004-10-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4292
4293 * gtkutil.h (xg_update_scrollbar_pos): Remove arguments real_left
4294 and canon_width.
4295 (xg_frame_cleared): Remove.
4296
4297 * gtkutil.c (xg_frame_cleared, xg_fixed_handle_expose)
4298 (xg_find_top_left_in_fixed): Remove.
4299 (xg_create_scroll_bar): Put an event box widget between
4300 the scroll bar widget and the edit widget.
4301 (xg_show_scroll_bar): Show the parent widget (the event box).
4302 (xg_remove_scroll_bar): Destroy parent (the event box) also.
4303 (xg_update_scrollbar_pos): Remove arguments real_left and canon_width.
4304 Move the parent (the event box) widget inside the fixed widget.
4305 Move window clear to xterm.c.
4306
4307 * gtkutil.h (xg_frame_cleared): Remove.
4308
4309 * xterm.c (x_clear_frame): Remove call to xg_frame_cleared
4310 (x_scroll_bar_create, XTset_vertical_scroll_bar):
4311 Remove arguments left and width to xg_update_scrollbar_pos.
4312 (XTset_vertical_scroll_bar): Do x_clear_area for USE_GTK also.
4313
4314 2004-10-19 Kenichi Handa <handa@m17n.org>
4315
4316 * xdisp.c (display_mode_element): Fix display of wide chars.
4317
4318 2004-10-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4319
4320 * gtkutil.c (xg_update_scrollbar_pos): Change XClearWindow to
4321 gdk_window_clear and move gdk_window_process_all_updates after
4322 clear so events are sent to the X server in correct order.
4323
4324 2004-10-18 Kenichi Handa <handa@m17n.org>
4325
4326 * fontset.c (fs_load_font): Use fast_string_match_ignore_case for
4327 comparing font names.
4328 (fs_query_fontset): Use fast_string_match for comparing fontset names.
4329 (list_fontsets): Likewise.
4330
4331 * search.c (fast_string_match_ignore_case): New function.
4332
4333 * lisp.h (fast_string_match_ignore_case): Extern it.
4334
4335 2004-10-17 Kim F. Storm <storm@cua.dk>
4336
4337 * xdisp.c (overlay_arrow_at_row): Return overlay string rather
4338 than bitmap if there is not left fringe.
4339 (get_overlay_arrow_glyph_row): Also used on windows system.
4340 (display_line): Display overlay string if no left fringe.
4341
4342 2004-10-16 Jason Rumney <jasonr@gnu.org>
4343
4344 * w32fns.c (w32_font_match): Encode font name being matched.
4345
4346 2004-10-16 Richard M. Stallman <rms@gnu.org>
4347
4348 * window.c (Fspecial_display_p): Doc fix.
4349
4350 2004-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
4351
4352 * doc.c (Fsubstitute_command_keys): Fix remap-handling.
4353 Don't ignore menus, because where-is-internal already does it for us.
4354
4355 2004-10-15 Kim F. Storm <storm@cua.dk>
4356
4357 * xdisp.c (redisplay_window): Only update fringes and vertical
4358 border on window frames.
4359
4360 2004-10-14 Andreas Schwab <schwab@suse.de>
4361
4362 * m/ia64.h (DATA_SEG_BITS): Don't define.
4363
4364 2004-10-14 Kim F. Storm <storm@cua.dk>
4365
4366 * xterm.h: Include Xutil.h after keysym.h to work around bug
4367 in some X versions.
4368
4369 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
4370
4371 * fns.c (map_char_table): Add missing gcpros.
4372
4373 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
4374
4375 * keymap.c (get_keymap): An autoload form is not a keymap.
4376
4377 * textprop.c (syms_of_textprop): Make `syntax-table' nonsticky.
4378
4379 2004-10-13 Kim F. Storm <storm@cua.dk>
4380
4381 * callproc.c (Fcall_process): Simplify handling of display arg.
4382 Resume `display_on_the_fly' once a coding system is determined.
4383
4384 * xdisp.c (redisplay_preserve_echo_area): Fix last change.
4385
4386 2004-10-12 Kim F. Storm <storm@cua.dk>
4387
4388 * xdisp.c (redisplay_preserve_echo_area): Flush display in case
4389 caller, such as call-process, is not going to poll for input.
4390 (calc_line_height_property): Handle case where it->object is nil.
4391
4392 * xterm.c (x_redisplay_interface): Fix flush_display_optional.
4393
4394 2004-10-12 Kenichi Handa <handa@m17n.org>
4395
4396 * xdisp.c (get_next_display_element):
4397 If unibyte_display_via_language_environment is zero, display 8-bit
4398 chars in octal in unibyte buffer.
4399
4400 2004-10-12 Kim F. Storm <storm@cua.dk>
4401
4402 * doc.c (Fsubstitute_command_keys): Ignore remappings unless there
4403 are no ordinary bindings.
4404
4405 2004-10-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4406
4407 * xfns.c (syms_of_xfns): Defsubr x-file-dialog for GTK also.
4408
4409 2004-10-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4410
4411 * macterm.c (x_raise_frame): Add BLOCK_INPUT around SelectWindow.
4412 (x_lower_frame): Add BLOCK_INPUT around SendBehind.
4413 (make_mac_frame): Add BLOCK_INPUT around the making of a
4414 terminal frame.
4415 (mac_initialize): Add BLOCK_INPUT around carbon initialization.
4416 * macgui.h (mktime): Use emacs_mktime.
4417 * macfns.c (Fx_file_dialog): Add BLOCK_INPUT around more code.
4418 Make a cancel file-open dialog be like C-g.
4419 * mac.c (mktime): Use emacs_mktime.
4420 (Fdo_applescript): Add BLOCK_INPUT around do_applescript.
4421 (Fmac_paste_function): Add better error handling for carbon cut/paste.
4422
4423 2004-10-10 Kim F. Storm <storm@cua.dk>
4424
4425 * keyboard.c (timer_resume_idle): New function to resume idle
4426 timer without resetting timers on the idle list.
4427 (read_char): Use timer_resume_idle. Remove local var last_idle_start.
4428 (timer_start_idle, timer_stop_idle): Declare static.
4429 (read_key_sequence): Use timer_resume_idle instead of timer_start_idle.
4430
4431 * keyboard.h (timer_start_idle, timer_stop_idle): Remove prototypes.
4432
4433 2004-10-08 Steven Tamm <steventamm@mac.com>
4434
4435 * config.in (HAVE_MALLOC_MALLOC_H): Regenerate.
4436 * macterm.c (mac_check_for_quit_char): Remove warning for using
4437 NULL where 0 should be used.
4438 * unexmacosx.c: Use malloc/malloc.h on Tiger instead of
4439 objc/malloc.h
4440 * mac.c: Include time.h for Tiger compatibility.
4441
4442 2004-10-07 Kim F. Storm <storm@cua.dk>
4443
4444 * xdisp.c (redisplay_window): Fix flicker on vertical line between
4445 windows. Update vertical line after drawing window fringes, but
4446 only if actually drawing any bitmaps--or there is no fringe.
4447
4448 * xterm.c (x_update_window_end): Likewise.
4449 * macterm.c (x_update_window_end): Likewise.
4450 * w32term.c (x_update_window_end): Likewise.
4451
4452 * fringe.c (draw_window_fringes): Return value now indicates if
4453 any fringe bitmaps were redrawn (or there are no fringes).
4454
4455 * dispextern.h (draw_window_fringes): Update prototype.
4456
4457 2004-10-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4458
4459 * macfns.c (mac_get_window_bounds): Add extern.
4460 (x_real_positions): Use mac_get_window_bounds.
4461
4462 * macmenu.c (update_submenu_strings): Apply 2004-09-07 change for
4463 xmenu.c (YAILOM).
4464
4465 * macterm.c [!MAC_OSX]: Include Windows.h.
4466 (front_emacs_window): Rename from mac_front_window. All uses
4467 changed. Return the frontmost non-tooltip emacs window.
4468 (mac_get_window_bounds): New function.
4469 (x_calc_absolute_position): Use the difference of width and height
4470 between the inner and outer window.
4471 (x_set_offset): Specify window position by the coordinae of the
4472 outer window. Adjust the position if the title bar is completely
4473 outside the screen.
4474 (app_is_suspended, app_sleep_time): Remove unused variables.
4475 (do_app_resume, do_app_suspend): Remove their contents because
4476 window-activate/deactivate events will do the job.
4477 (do_zoom_window): Remove unused variables. Make compliant to the
4478 standard way of zooming. Set f->left_pos and f->top_pos.
4479 (XTread_socket): Don't use argument `expected'. Don't use
4480 FrontWindow to determine the clicked window. Exclude unprocessed
4481 mouseUp cases in the early stage. Add parentheses to fix operator
4482 precedence.
4483 (XTread_socket) [TARGET_API_MAC_CARBON]: Don't specify drag area.
4484
4485 2004-10-05 Jan Dj\e,Ad\e(Brv. <jan.h.d@swipnet.se>
4486
4487 * config.in: Regenerate.
4488
4489 * Makefile.in (RUN_TEMACS): Check HAVE_RANDOM_HEAPSTART instead of
4490 HAVE_EXECSHIELD.
4491
4492 2004-10-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4493
4494 * xterm.c (x_find_modifier_meanings): Ignore any Super or Hyper for
4495 a row if Alt or Meta has been found for that row. Also stop scanning
4496 for Keysyms for that row.
4497
4498 2004-10-04 Kim F. Storm <storm@cua.dk>
4499
4500 * fringe.c (Ffringe_bitmaps_at_pos): Change return value from cons
4501 to list. Include overlay arrow bitmap in return value.
4502
4503 * xterm.c (XTset_vertical_scroll_bar): Improve handling of scroll
4504 bars with fractional column width. If scroll bar separates two
4505 windows, move it towards the window it belongs to. Only update
4506 the padding area below the scroll bar widget when necessary,
4507 i.e. when scroll bar widget is created, moved, or resized.
4508
4509 * xdisp.c (define_frame_cursor1): Do not change frame cursor
4510 while tracking/dragging mouse.
4511 (x_draw_vertical_border): Do not draw line if frame has scroll bars.
4512
4513 * window.c (coordinates_in_window): Relax check for cursor
4514 on vertial border between mode lines.
4515 (Fset_window_fringes): Do not allow negative widths.
4516 (Fset_window_scroll_bars): Likewise.
4517
4518 * .gdbinit (pp): Shorthand for p ARG + pr.
4519 (ff): New command: flush frame updates (X only).
4520
4521 2004-10-03 Michael Albinus <michael.albinus@gmx.de>
4522
4523 * fileio.c (auto_save_1) Call Ffile_modes for remote files.
4524
4525 2004-09-30 Kenichi Handa <handa@m17n.org>
4526
4527 * process.c (send_process): Free composition data.
4528
4529 * fileio.c (Finsert_file_contents): Free composition data.
4530
4531 * coding.c (code_convert_region): Don't skip ASCIIs if there are
4532 compositions to encode.
4533 (encode_coding_string): Likewise. Free composition data.
4534
4535 2004-09-30 Florian Weimer <fw@deneb.enyo.de>
4536
4537 * coding.c (code_convert_region): Free composition data.
4538
4539 2004-09-29 Kim F. Storm <storm@cua.dk>
4540
4541 * fringe.c: Remove limit on number of bitmaps.
4542 (fringe_bitmaps, fringe_faces): Change to pointers.
4543 (max_fringe_bitmaps): New var.
4544 (Fdefine_fringe_bitmap): Expand fringe_bitmaps and fringe_faces.
4545 (init_fringe): Allocate fringe_bitmaps and fringe_faces.
4546
4547 * dispextern.h (FRINGE_ID_BITS): Increase to 16 bits (64K bitmaps).
4548 (struct glyph_row): Reorder fringe_bitmap related fields.
4549 (struct it): Likewise.
4550
4551 * w32term.c (fringe_bmp): Change to pointer.
4552 (max_fringe_bmp): New var.
4553 (w32_define_fringe_bitmap): Expand fringe_bmp.
4554 (w32_draw_fringe_bitmap): Check max_fringe_bmp.
4555 (w32_destroy_fringe_bitmap): Likewise.
4556
4557 2004-09-29 Kim F. Storm <storm@cua.dk>
4558
4559 * fringe.c: Simplify last change.
4560 (lookup_fringe_bitmap): New function.
4561 (valid_fringe_bitmap_p, resolve_fringe_bitmap): Remove.
4562 (Fdestroy_fringe_bitmap): Use lookup_fringe_bitmap.
4563 Keep standard bitmaps in Vfringe_bitmaps.
4564 (Fdefine_fringe_bitmap): Use lookup_fringe_bitmap.
4565 (Fset_fringe_bitmap_face): Likewise.
4566
4567 * dispextern.h (lookup_fringe_bitmap): Add prototype.
4568 (valid_fringe_bitmap_p): Remove prototype.
4569
4570 * xdisp.c (handle_single_display_prop): Use lookup_fringe_bitmap.
4571
4572 2004-09-29 Kim F. Storm <storm@cua.dk>
4573
4574 * fringe.c (destroy_fringe_bitmap, init_fringe_bitmap)
4575 (w32_init_fringe, w32_reset_fringes): Fix bootstrap (NULL rif).
4576
4577 * dispextern.h (valid_fringe_bitmap_p): Fix prototype.
4578
4579 * fringe.c (Vfringe_bitmaps): New variable.
4580 (syms_of_fringe): DEFVAR_LISP it.
4581 (valid_fringe_bitmap_p): Rename from valid_fringe_bitmap_id_p.
4582 Change arg to Lisp_Object and fail if not an integer.
4583 (get_fringe_bitmap_name, resolve_fringe_bitmap)
4584 (destroy_fringe_bitmap): New functions.
4585 (Fdestroy_fringe_bitmap): Change arg to bitmap symbol.
4586 Use destroy_fringe_bitmap. Remove symbol from Vfringe_bitmaps and
4587 clear its fringe property.
4588 (init_fringe_bitmap): Use destroy_fringe_bitmap instead of
4589 Fdestroy_fringe_bitmap.
4590 (Fdefine_fringe_bitmap): Add BITMAP arg specifying new or existing
4591 bitmap symbol; remove WHICH arg. Add symbol to Vfringe_bitmaps
4592 and set fringe property. Signal error if no free slots.
4593 (Fset_fringe_bitmap_face): Change arg to bitmap symbol.
4594 (Ffringe_bitmaps_at_pos): Return bitmap symbols instead of numbers.
4595
4596 * xdisp.c (handle_single_display_prop): Fringe bitmaps are now
4597 symbols with a fringe property.
4598
4599 2004-09-27 Kim F. Storm <storm@cua.dk>
4600
4601 * buffer.c (syms_of_buffer) <indicate-buffer-boundaries>:
4602 Doc fix. Format may now be a symbol or alist, not a cons.
4603
4604 * fringe.c (update_window_fringes): Handle new formats of
4605 indicate-buffer-boundaries (symbol or alist). No longer
4606 allow a simple cons.
4607 (Ffringe_bitmaps_at_pos): Use nil value for no bitmap.
4608
4609 2004-09-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4610
4611 * config.in: Rebuild.
4612
4613 2004-09-24 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4614
4615 * config.in: Rebuild.
4616
4617 * Makefile.in: Run setarch i386 ./temacs if exec-shield is present.
4618
4619 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
4620
4621 * xterm.c (x_term_init): Work around a bug in some X servers.
4622
4623 2004-09-18 Richard M. Stallman <rms@gnu.org>
4624
4625 * buffer.c (syms_of_buffer) <default-major-mode>: Doc fix.
4626
4627 * xdisp.c (try_window_reusing_current_matrix):
4628 Handle the case where we reach the old displayed text,
4629 out of sync with the old line boundary.
4630
4631 2004-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
4632
4633 * fileio.c (Finsert_file_contents): Fix case of replacement in a
4634 narrowed buffer.
4635
4636 2004-09-14 Kim F. Storm <storm@cua.dk>
4637
4638 * puresize.h (PURESIZE_RATIO): Define based on BITS_PER_EMACS_INT.
4639
4640 * xfaces.c (Qface_no_inherit): New var.
4641 (syms_of_xfaces): Intern and staticpro it.
4642 (Finternal_make_lisp_face, Finternal_set_lisp_face_attribute)
4643 (Finternal_copy_lisp_face, update_face_from_frame_parameter):
4644 Don't increment face_change_count when face has non-nil
4645 face-no-inherit property.
4646
4647 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
4648
4649 * bytecode.c (BYTE_CODE_QUIT): Add missing AFTER_POTENTIAL_GC.
4650 (Fbyte_code): Remove dead code after `wrong_type_argument'.
4651
4652 * alloc.c (Fgarbage_collect): Mark keyboards, gtk data, and specpdl
4653 before doing the mark_stack_check_gcpros since they're not on the stack.
4654
4655 2004-09-12 Kim F. Storm <storm@cua.dk>
4656
4657 * editfns.c (Fformat): Handle format strings with multiple text
4658 properties. Reverse text property list from the format string,
4659 so the positions are in increasing order.
4660
4661 2004-09-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4662
4663 * xselect.c (x_reply_selection_request): XSync and UNBLOCK before
4664 x_uncatch_errors so that possible protocol errors are delivered.
4665
4666 2004-09-10 Eli Zaretskii <eliz@gnu.org>
4667
4668 * Makefile.in (msdos.o): Depend on buffer.h, commands.h, and
4669 blockinput.h.
4670 (dosfns.o): Depend on blockinput.h, window.h, dispextern.h,
4671 charset.h, and coding.h
4672 (w16select.o): Depend on buffer.h, charset.h, coding.h, and composite.h.
4673 (term.o): Depend on window.h and keymap.h.
4674 (abbrev.o): Depend on syntax.h.
4675 (callint.o): Depend on keymap.h.
4676 (casefiddle.o): Depend on charset.h and keymap.h.
4677 (category.o): Depend on keymap.h.
4678 (coding.o): Depend on dispextern.h.
4679 (cmds.o): Depend on keyboard.h and keymap.h.
4680 (dispnew.o): Depend on indent.h and intervals.h.
4681 (doc.o): Depend on keymap.h.
4682 (editfns.o): Depend on frame.h.
4683 (emacs.o): Depend on dispextern.h.
4684 (fileio.o): Don't depend on ccl.h.
4685 (filelock.o): Depend on charset.h and coding.h.
4686 (frame.o): Depend on w32term.h and macterm.h.
4687 (insdel.o): Depend on region-cache.h.
4688 (keyboard.o): Depend on keymap.h, w32term.h, and macterm.h.
4689 (minibuf.o): Depend on $(INTERVALS_SRC) and keymap.h.
4690 (search.o): Depend on $(INTERVALS_SRC).
4691 (syntax.o): Depend on keymap.h, regex.h, and $(INTERVALS_SRC).
4692 (window.o): Depend on keymap.h, blockinput.h, $(INTERVALS_SRC),
4693 xterm.h, w32term.h, and macterm.h.
4694 (xdisp.o): Depend on keyboard.h, $(INTERVALS_SRC), xterm.h,
4695 w32term.h, and macterm.h.
4696 (xfaces.o): Depend on keyboard.h, $(INTERVALS_SRC),
4697 region-cache.h, xterm.h, w32term.h, and macterm.h.
4698 (bytecode.o): Depend on dispextern.h, frame.h, and xterm.h.
4699 (data.o): Depend on frame.h.
4700 (fns.o): Depend on keymap.h, xterm.h, and blockinput.h.
4701 (print.o): Depend on termchar.h and $(INTERVALS_SRC).
4702 (lread.o): Depend on $(INTERVALS_SRC), termhooks.h, and coding.h.
4703 (intervals.o): Depend on keymap.h.
4704
4705 * msdos.c (msdos_set_cursor_shape, IT_display_cursor):
4706 Add debugging print-out to termscript.
4707
4708 2004-09-09 Richard M. Stallman <rms@gnu.org>
4709
4710 * xdisp.c (decode_mode_spec): Use current buffer for most purposes.
4711
4712 2004-09-08 Richard M. Stallman <rms@gnu.org>
4713
4714 * window.c (Fset_window_buffer): Doc fix.
4715
4716 * xdisp.c (Fformat_mode_line): New arg BUFFER says which buffer to use.
4717
4718 2004-09-08 Dan Nicolaescu <dann@ics.uci.edu>
4719
4720 * minibuf.c (history_delete_duplicates): New variable.
4721 (read_minibuf): Use it.
4722 (syms_of_minibuf): Create the corresponding lisp variable.
4723
4724 2004-09-08 Kim F. Storm <storm@cua.dk>
4725
4726 * xdisp.c (set_cursor_from_row): Also look at 'cursor' property in
4727 overlay just before point.
4728
4729 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
4730
4731 * buffer.h (struct buffer): Add auto_save_file_format field.
4732 * buffer.c (reset_buffer, init_buffer_once):
4733 Handle auto_save_file_format field.
4734 (syms_of_buffer): Add DEFVAR_PER_BUFFER for
4735 `buffer-auto-save-file-format'.
4736 * fileio.c: Delete declaration for removed Vauto_save_file_format.
4737 (build_annotations): Adapt to replacement of
4738 `auto-save-file-format' with the new buffer-local variable
4739 `buffer-auto-save-file-format'.
4740 (syms_of_fileio): Delete DEFVAR_LISP for auto-save-file-format.
4741
4742 2004-09-07 Jason Rumney <jasonr@gnu.org>
4743
4744 * w32term.h (AppendMenuW_Proc): Move declaration from w32menu.c.
4745
4746 * w32fns.c (w32_wnd_proc) [WM_MEASUREITEM, WM_DRAWITEM]:
4747 Handle Unicode menu titles.
4748
4749 2004-09-07 Kim F. Storm <storm@cua.dk>
4750
4751 * xdisp.c (set_cursor_from_row): Fix last change. Only use 'cursor'
4752 property from text property or overlay strings at point.
4753
4754 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
4755
4756 * xmenu.c (update_submenu_strings): YAILOM.
4757 (set_frame_menubar): Make sure last_i is initialized.
4758
4759 2004-09-03 Jason Rumney <jasonr@gnu.org>
4760
4761 * w32menu.c (_widget_value): Add lname and lkey.
4762 (digest_single_submenu): Set lname and lkey in widget_value
4763 instead of name and key.
4764 (update_submenu_strings): New function.
4765 (set_frame_menubar): Remove call to inhibit_garbage_collection,
4766 call update_submenu_strings.
4767
4768 * w32menu.c (globals_of_w32menu): Check for Unicode API.
4769 (digest_single_submenu, w32_menu_show): Encode menu strings as
4770 UTF-8 if Unicode API is available.
4771 (utf8to16): New function.
4772 (add_menu_item): Use it when calling Unicode API.
4773
4774 2004-09-03 Kim F. Storm <storm@cua.dk>
4775
4776 * xdisp.c (set_cursor_from_row): Look for non-nil `cursor' property
4777 in overlay or text-property strings; set cursor on corresponding
4778 glyph rather than at end of the string.
4779
4780 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4781
4782 * macfns.c (x_real_positions): Save the current window port and
4783 set a new one before obtaining the global coordinate.
4784 Use FRAME_MAC_WINDOW.
4785 (x_set_name, x_set_title): Encode title to UTF8.
4786 Use SetWindowTitleWithCFString.
4787 (Fx_server_version): Get correct OS version.
4788
4789 * macmenu.c (add_menu_item): Remove unused variable `i'.
4790 Don't let separator items destroy refence constants of other menu items.
4791
4792 * macterm.c (x_update_end): Move SetPortWindowPort to inside
4793 BLOCK_INPUT.
4794 (x_set_offset): Use FRAME_MAC_WINDOW.
4795
4796 * xdisp.c (note_mouse_highlight): Set the mouse pointer shape to
4797 nontext_cursor if it is on a scroll bar.
4798
4799 * s/darwin.h (LIBS_CARBON): New define to specify libraries for
4800 Carbon support.
4801 (LD_SWITCH_SYSTEM_TEMACS): Don't link with unused libstdc++.
4802 Use LIBS_CARBON.
4803
4804 2004-09-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4805
4806 * xfns.c (x_set_name_internal): New function. Check if we shall call
4807 xfree before ENCODE_UTF_8.
4808 (x_set_name, x_set_title): Call x_set_name_internal.
4809
4810 2004-08-31 NAKAMURA Toshikazu <nr-tkz@nifty.com> (tiny change)
4811
4812 * w32fns.c (w32_load_font): If a BDF font is already loaded, do not
4813 reload it.
4814
4815 2004-08-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4816
4817 * macmenu.c (_widget_value): Add lname and lkey.
4818 (single_submenu): Set lname and lkey in widget_value
4819 instead of name and key.
4820 (update_submenu_strings): New function.
4821 (set_frame_menubar): Remove call to inhibit_garbage_collection,
4822 call update_submenu_strings.
4823
4824 * xmenu.c (digest_single_submenu): Set lname and lkey in widget_value
4825 instead of name and key.
4826 (update_submenu_strings): New function.
4827 (set_frame_menubar): Remove call to inhibit_garbage_collection,
4828 call update_submenu_strings.
4829
4830 * gtkutil.h (_widget_value): Added lname and lkey.
4831
4832 2004-08-30 Steven Tamm <steventamm@mac.com>
4833
4834 * macmenu.c (mac_menu_show): Remove shadowing of menu variable
4835 by using different names for inner loop variables.
4836
4837 2004-08-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4838
4839 * xmenu.c (set_frame_menubar): Reintroduce inhibit_garbage_collection
4840 from 2002-07-15T00:01:34Z!raeburn@raeburn.org so that strings from ENCODE_UTF_8 isn't GC:ed before used.
4841
4842 * gtkutil.c (xg_create_frame_widgets): Compensate for tool bar when
4843 tool bar items is 0.
4844
4845 2004-08-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4846
4847 * macmenu.c (ENCODE_MENU_STRING): Added to handle multibyte
4848 strings in menu items.
4849 (single_submenu): Use ENCODE_MENU_STRING
4850 (mac_menu_show): Use ENCODE_MENU_STRING. Reset grabbed because
4851 button release isn't passed to event loop
4852 (add_menu_item): Use SetMenuItemWithCFString
4853
4854 2004-08-26 Steven Tamm <steventamm@mac.com>
4855
4856 * fileio.c (Fread_file_name): Call x_file_dialog on carbon on
4857 tool-bar/menu click.
4858 * macfns.c (Fx_file_dialog): Implement using NavServices.
4859
4860 2004-08-24 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4861
4862 * xterm.c (x_catch_errors_unwind): Do not XSync if display has closed.
4863
4864 * xfns.c (x_window_to_frame, x_any_window_to_frame)
4865 (x_non_menubar_window_to_frame, x_menubar_window_to_frame)
4866 (x_top_window_to_frame): Return 0 if wdesc is None.
4867
4868 2004-08-22 Richard M. Stallman <rms@gnu.org>
4869
4870 * process.c (process_send_signal) [SIGNALS_VIA_CHARACTERS,
4871 HAVE_TERMIOS]: If there's no char for this signal, drop through
4872 and use system calls.
4873
4874 * bytecode.c (Fbyte_code) <unwind-protect>: Cannot GC.
4875
4876 2004-08-20 Kim F. Storm <storm@cua.dk>
4877
4878 * process.c (wait_reading_process_output): Rename from
4879 wait_reading_process_input. All uses changed.
4880 (wait_reading_process_output_1): Rename from
4881 wait_reading_process_input_1. All uses changed.
4882
4883 * dispnew.c (Fsleep_for): Remove obsolete code.
4884
4885 2004-08-20 Kenichi Handa <handa@m17n.org>
4886
4887 * syntax.c (skip_chars): Fix for unibyte case.
4888
4889 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
4890
4891 * syntax.c (char_quoted): Mixup byte/char pos.
4892 (back_comment): Fixup globals in all cases.
4893
4894 2004-08-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4895
4896 * xfns.c (x_set_name, x_set_title): Encode title to UTF8 before
4897 passing it to gtk_window_set_title.
4898
4899 2004-08-19 Kim F. Storm <storm@cua.dk>
4900
4901 * process.c (wait_reading_process_input): Clean up.
4902 Add wait_for_cell, wait_proc, and just_wait_proc args
4903 to avoid overloading `read_kbd' and `do_display' args.
4904 Change read_kbd arg to int. All callers changed.
4905
4906 * process.c (process_send_signal): Use CDISABLE.
4907
4908 * sysdep.c (child_setup_tty, init_sys_modes): Use CDISABLE.
4909
4910 2004-08-18 Kim F. Storm <storm@cua.dk>
4911
4912 * process.c (Faccept_process_output): Add arg JUST-THIS-ONE;
4913 forward to wait_reading_process_input via DO_DISPLAY arg.
4914 (wait_reading_process_input): If DO_DISPLAY < 0 for a process
4915 object, only process output from that process; also inhibit
4916 running timers if DO_DISPLAY==-2.
4917
4918 2004-08-17 Kim F. Storm <storm@cua.dk>
4919
4920 * process.c (process_send_signal): Fix last change--use
4921 _POSIX_VDISABLE instead of CVDISABLE when available.
4922
4923 2004-08-16 Richard M. Stallman <rms@gnu.org>
4924
4925 * sysdep.c (child_setup_tty) [SIGNALS_VIA_CHARACTERS]:
4926 Set VQUIT and VINTR chars to the standard ones if they are unset.
4927 [AIX]: Don't do that here. And don't force VINTR to standard
4928 when SIGNALS_VIA_CHARACTERS.
4929
4930 * process.c (process_send_signal)
4931 [SIGNALS_VIA_CHARACTERS, HAVE_TERMIOS]: Clean up.
4932 Do nothing if the character is CVDISABLE.
4933
4934 * xfaces.c (merge_face_ref): Specifying `unspecified' is a no-op.
4935
4936 * intervals.c (move_if_not_intangible):
4937 Force POSITION to be between BEGV and ZV.
4938
4939 2004-08-14 John Paul Wallington <jpw@gnu.org>
4940
4941 * buffer.c (Frestore_buffer_modified_p): Doc fix.
4942
4943 * fileio.c (Fread_file_name): Doc fix.
4944
4945 * minibuf.c (syms_of_minibuf) <completion-ignore-case>: Doc fix.
4946
4947 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
4948
4949 * keymap.c (Fmake_keymap, Fmap_keymap, Fwhere_is_internal): Doc fixes.
4950
4951 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
4952
4953 * keyboard.c: Declare Qdisabled_command_function instead of
4954 Qdisabled_command_hook.
4955 (Fcommand_execute): Use Qdisabled_command_function instead of
4956 Qdisabled_command_hook.
4957 (syms_of_keyboard): Ditto.
4958
4959 2004-08-07 Luc Teirlinck <teirllm@auburn.edu>
4960
4961 * keymap.c (Flocal_key_binding, Fglobal_key_binding)
4962 (syms_of_keymap) <key-translation-map>: Doc fixes.
4963
4964 2004-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
4965
4966 * window.c (window_list_1): YAILOM.
4967
4968 * fileio.c (make_temp_name): Handle multibyte prefixes.
4969
4970 2004-08-06 Luc Teirlinck <teirllm@auburn.edu>
4971
4972 * keyboard.c (syms_of_keyboard) <overriding-terminal-local-map>:
4973 Doc fix.
4974
4975 2004-08-03 Kenichi Handa <handa@m17n.org>
4976
4977 * coding.c (decode_coding_string): Adjust coding->consumed, and
4978 etc. with shrinked_bytes.
4979
4980 2004-08-03 Kim F. Storm <storm@cua.dk>
4981
4982 * indent.c (compute_motion): Fix check for full width window
4983 in non-window case. Do not count left truncation glyph on
4984 window systems.
4985
4986 2004-08-02 Luc Teirlinck <teirllm@auburn.edu>
4987
4988 * data.c (Finteractive_form): Doc fix.
4989
4990 2004-08-02 Kim F. Storm <storm@cua.dk>
4991
4992 * indent.c (compute_motion): Use actual window width if WIDTH is -1,
4993 properly accounting for continuation glyph on non-window systems.
4994 (Fcompute_motion): Use actual window width if WIDTH is nil, and
4995 actual window width/height if TOPOS is nil, properly accounting for
4996 continuation glyphs on non-window systems, and optional header lines.
4997 (vmotion): Let compute_motion calculate actual window width.
4998
4999 * window.c (window_scroll_line_based): Let compute_motion
5000 calculate actual window width.
5001
5002 2004-08-02 Kim F. Storm <storm@cua.dk>
5003
5004 * process.c (read_process_output): Use whole read buffer.
5005 Don't trigger adaptive read buffering on errors.
5006
5007 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
5008
5009 * keymap.c (Fset_keymap_parent, Fdefine_prefix_command): Doc fixes.
5010
5011 * keyboard.c (syms_of_keyboard) <disable-point-adjustment>: Doc fix.
5012
5013 * callint.c (Fcall_interactively): Doc fix.
5014
5015 2004-07-30 Richard M. Stallman <rms@gnu.org>
5016
5017 * abbrev.c (Fexpand_abbrev): Undo previous change.
5018
5019 2004-07-30 Kim F. Storm <storm@cua.dk>
5020
5021 * editfns.c (Fformat): Allocate extra (dummy) element in info.
5022
5023 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
5024
5025 * eval.c (Fdefvar, Fdefconst): Doc fixes.
5026
5027 2004-07-27 Kim F. Storm <storm@cua.dk>
5028
5029 * xdisp.c (move_it_in_display_line_to): Check BUFFER_POS_REACHED_P after
5030 we have ensured that the glyph fits on the current line (or returned
5031 MOVE_LINE_CONTINUED otherwise).
5032
5033 2004-07-26 Kim F. Storm <storm@cua.dk>
5034
5035 * xdisp.c (move_it_in_display_line_to): If overflow-newline-into-fringe
5036 is enabled, return MOVE_LINE_CONTINUED rather than MOVE_POS_MATCH_OR_ZV
5037 if target position is at end of display line but char is not a newline.
5038
5039 2004-07-25 Richard M. Stallman <rms@gnu.org>
5040
5041 * window.c (coordinates_in_window): Return ON_SCROLL_BAR
5042 instead of ON_VERTICAL_BORDER, when on scroll bar.
5043 (Fcoordinates_in_window_p): Handle ON_SCROLL_BAR--return nil.
5044
5045 * dispextern.h (enum window_part): Add ON_SCROLL_BAR.
5046
5047 * window.c (Fcoordinates_in_window_p):
5048 Take account of FRAME_INTERNAL_BORDER_WIDTH.
5049
5050 * alloc.c (check_cons_list): New function (contents commented out).
5051
5052 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
5053
5054 * xfaces.c (Fcolor_supported_p): Doc fix.
5055
5056 * frame.c (Fselect_frame, Fset_frame_selected_window)
5057 (Fframe_visible_p, Fraise_frame): Doc fixes.
5058
5059 2004-07-24 Richard M. Stallman <rms@gnu.org>
5060
5061 * keyboard.h (not_single_kboard_state): Declare.
5062
5063 * fileio.c (Fwrite_region): Doc fix.
5064
5065 * window.c (Fwindow_at): Take account of FRAME_INTERNAL_BORDER_WIDTH.
5066
5067 * abbrev.c (Fexpand_abbrev): Run Qpre_abbrev_expand_hook
5068 only when a real abbrev is present.
5069
5070 * xfns.c (x_icon_verify): New function.
5071 (Fx_create_frame): Use it.
5072
5073 2004-07-22 Barry Fishman <barry_fishman@att.net> (tiny change)
5074
5075 * s/gnu-linux.h: Use GC_MARK_STACK if __amd64__ is defined.
5076
5077 2004-07-21 Kim F. Storm <storm@cua.dk>
5078
5079 * window.h (struct glyph_matrix): New members nrows_scale_factor
5080 and ncols_scale_factor.
5081
5082 * window.c (make_window): Initialize nrows_scale_factor and
5083 ncols_scale_factor members.
5084
5085 * dispnew.c (margin_glyphs_to_reserve): Apply ncols_scale_factor.
5086 (allocate_matrices_for_frame_redisplay): Fix left/right margin mix-up.
5087 (required_matrix_height): Apply nrows_scale_factor.
5088 (required_matrix_width): Apply ncols_scale_factor.
5089
5090 * xdisp.c (display_line): Increment nrows_scale_factor and set
5091 fonts_changed_p if past last allocated row.
5092 (append_glyph, append_composite_glyph, produce_image_glyph)
5093 (append_stretch_glyph): Increment ncols_scale_factor and set
5094 fonts_changed_p if current area is full.
5095
5096 2004-07-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5097
5098 * widget.c (EmacsFrameDestroy): Don't abort if normal_gc is 0.
5099
5100 2004-07-19 Luc Teirlinck <teirllm@auburn.edu>
5101
5102 * window.c (Fpos_visible_in_window_p, Fset_window_hscroll)
5103 (Fwindow_inside_pixel_edges, Fwindow_end, Fset_window_point)
5104 (Fset_window_start, Fscroll_up, Fscroll_down)
5105 (Fother_window_for_scrolling, Fscroll_other_window)
5106 (Fsave_window_excursion, Fset_window_vscroll)
5107 (syms_of_window) <window-size-fixed>: Doc fixes.
5108
5109 2004-07-19 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
5110
5111 * w32fns.c (Fx_file_dialog): Use ENCODE_FILE instead of
5112 ENCODE_SYSTEM for filenames.
5113
5114 2004-07-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5115
5116 * mac.c (sys_select): Block input around call to
5117 ReceiveNextEvent to prevent breakage. Correctly handle
5118 blocking on event queue only by calling ReceiveNextEvent
5119 instead of select (since GUI events aren't on an fd).
5120 (sys_read): Remove function
5121 * sysdep.c: Remove redefine of read to sys_read if HAVE_CARBON
5122
5123 2004-07-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5124
5125 * mac.c (sys_select): Redo sys_select to use alarm-based
5126 polling instead of 1 sec timeouts (like solaris).
5127
5128 * macterm.c (x_make_frame_visible): Comment in polling on
5129 frame creation.
5130
5131 * keyboard.c: Undef SIGIO on Carbon
5132
5133 * atimer.c (alarm_signal_handler): Call alarm handlers after
5134 scheduling.
5135
5136 * eval.c (Feval): Remove quit_char test
5137
5138 * process.c (wait_reading_process_input): Remove clearing
5139 stdin for select call on process input.
5140
5141 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
5142
5143 * xdisp.c (syms_of_xdisp) <window-scroll-functions>: Correct
5144 capitalization error in docstring.
5145
5146 2004-07-17 Juanma Barranquero <lektu@terra.es>
5147
5148 * keyboard.c (not_single_kboard_state): Do nothing unless
5149 MULTI_KBOARD is defined.
5150
5151 2004-07-17 Richard M. Stallman <rms@gnu.org>
5152
5153 * window.c (coordinates_in_window): Inside the window but outside
5154 its box to the L or R, return ON_VERTICAL_BORDER.
5155 (window_list_1): Rotate the list to start with WINDOW.
5156
5157 * print.c (print_preprocess): Test for print_depth at limit
5158 before entering in being_printed.
5159
5160 * keyboard.c (not_single_kboard_state): New function.
5161 (stuff_buffered_input): Now no-op only if no SIGTSTP.
5162
5163 * frame.c (Fdelete_frame): If we're in single_bboard_state on
5164 this kboard, and we delete its last frame, go to any_kboard_state.
5165
5166 * buffer.c (syms_of_buffer) <transient-mark-mode>: Doc fix.
5167
5168 2004-07-15 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
5169
5170 * w32fns.c (Fx_file_dialog): Encode strings in system coding
5171 system before passing them to OS functions for display.
5172
5173 2004-07-15 David Kastrup <dak@gnu.org>
5174
5175 * search.c (syms_of_search): Staticpro `saved_last_thing_searched'.
5176 Apparently fixes an abort condition.
5177
5178 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
5179
5180 * fileio.c (Fvisited_file_modtime): Return a list of two integers,
5181 instead of a cons.
5182
5183 2004-07-14 K\e,Ba\e(Broly L\e,Bu\e(Brentey <lorentey@elte.hu>
5184
5185 * keyboard.c (echo_dash): Do nothing if there already is a dash
5186 at the end of the echo string.
5187
5188 2004-07-12 Kim F. Storm <storm@cua.dk>
5189
5190 * alloc.c (mark_object): Only look at Lisp_Misc_Save_Value
5191 if GC_MARK_STACK.
5192
5193 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
5194
5195 * buffer.c (Fswitch_to_buffer, Fpop_to_buffer): Doc fixes.
5196
5197 * window.c (Fwindow_buffer, Fother_window, Fget_lru_window)
5198 (Fget_largest_window, Fget_buffer_window, Fdelete_windows_on)
5199 (Freplace_buffer_in_windows, Fset_window_buffer)
5200 (Fselect-window, Fdisplay-buffer, Fsplit_window): Doc fixes.
5201 (syms_of_window): Expand docstring of `display-buffer-function'.
5202
5203 2004-07-09 Luc Teirlinck <teirllm@auburn.edu>
5204
5205 * editfns.c (Ffloat_time, Fformat_time_string, Fdecode_time)
5206 (Fcurrent_time_string, Fcurrent_time_zone): Mention in docstrings
5207 that time values of the type (HIGH . LOW) are considered obsolete.
5208
5209 2004-07-06 Luc Teirlinck <teirllm@auburn.edu>
5210
5211 * keyboard.c (syms_of_keyboard): Fix `keyboard-translate-table'
5212 docstring.
5213
5214 * fns.c (Fclear_string): Declare `len' before call to CHECK_STRING.
5215
5216 2004-07-06 John Paul Wallington <jpw@gnu.org>
5217
5218 * eval.c (Fdefmacro): Signal an error if NAME is not a symbol.
5219
5220 * fns.c (Fclear_string): Signal an error if STRING is not a string.
5221
5222 2004-07-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5223
5224 * macterm.c (mac_initialize_display_info): Use CGGetActiveDisplayList
5225 instead of CGMainDisplayID (only in OSX 10.2 and later).
5226
5227 2004-07-04 John Paul Wallington <jpw@gnu.org>
5228
5229 * fileio.c (read_file_name_completion_ignore_case): New variable.
5230 (syms_of_fileio): Declare and initialise it.
5231 (Fread_file_name): Bind `completion-ignore-case' to respect it.
5232
5233 2004-07-03 Eli Zaretskii <eliz@gnu.org>
5234
5235 * msdos.c (dos_rawgetc): Use make_number to produce Lisp objects
5236 for event.x and event.y.
5237
5238 2004-07-01 Kenichi Handa <handa@m17n.org>
5239
5240 * w32select.c (Fw32_set_clipboard_data): Update `nbytes' correctly
5241 after getting a new string by pre-write-conversion.
5242
5243 2004-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
5244
5245 * xterm.c (x_detect_focus_change): Remove unused var `nr_events'.
5246 (x_calc_absolute_position): Remove unused var `child'.
5247
5248 * xfaces.c (x_supports_face_attributes_p)
5249 (Fdisplay_supports_face_attributes_p): YAILOM.
5250 (tty_supports_face_attributes_p): Remove unused var `i'.
5251
5252 * syntax.c (skip_chars): Remove unused labels fwd_unibyte_ok and
5253 back_unibyte_ok.
5254
5255 * search.c (match_limit, Fmatch_data, Fset_match_data): YAILOM.
5256
5257 * fontset.c (Fset_fontset_font): Remove unused vars `family' and `registry'.
5258
5259 * Makefile.in (${etc}DOC): Fix file name of make-docfile.
5260
5261 2004-06-30 Andreas Schwab <schwab@suse.de>
5262
5263 * image.c (CHECK_LIB_AVAILABLE): Add third parameter LIBRARIES.
5264 (Finit_image_library): Pass LIBRARIES through to
5265 CHECK_LIB_AVAILABLE. Declare parameters. Doc fix.
5266 (lookup_image_type): Pass Qnil as second argument to
5267 Finit_image_library.
5268
5269 * lisp.h (Finit_image_library): Declare.
5270
5271 2004-06-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5272
5273 * macterm.c (do_window_activate, do_window_deactivate): Remove.
5274 (XTread_socket): Send mouse button events to the toolbox
5275 dispatcher even when the mouse is grabbed. Don't process window
5276 activate events for non-Emacs windows. Replace function calls to
5277 do_window_activate and do_window_deactivate with their contents.
5278 Reset mouse grabbing status when a window is deactivated.
5279
5280 2004-06-29 Steven Tamm <steventamm@mac.com>
5281
5282 * macterm.c (mac_get_emulated_btn)
5283 (mac_event_to_emacs_modifiers): Fix emulated mouse button
5284 support to correctly mask out modifiers.
5285
5286 2004-06-29 David Kastrup <dak@gnu.org>
5287
5288 * search.c (Fset_match_data): Allow buffer before end of list
5289 which can happen if set-match-data is using a pre-consed list.
5290
5291 2004-06-28 Steven Tamm <steventamm@mac.com>
5292
5293 * macterm.c (XTread_socket): Correctly set the frame position
5294 after the window is moved.
5295
5296 2004-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5297
5298 * gtkutil.c (xg_get_image_for_pixmap): Call g_object_unref on
5299 gpix and gmask just before return to avoid memory leak.
5300 (xg_get_image_for_pixmap): Add workaround for monochrome displays
5301 so insensitive and activated icons look ok.
5302
5303 2004-06-27 Jason Rumney <jasonr@gnu.org>
5304
5305 * w32fns.c (file_dialog_callback): Disable edit control if set
5306 to directories only on CDN_INITDONE message.
5307 (Fx_file_dialog): Default to directories only when prompt starts
5308 with "Dired".
5309
5310 2004-06-25 Kim F. Storm <storm@cua.dk>
5311
5312 * alloc.c (allocate_misc): Update total_free_markers.
5313 (free_misc): New function.
5314 (safe_alloca_unwind, free_marker): Use it.
5315
5316 * lisp.h (free_misc): Add prototype.
5317
5318 * fns.c (Fmapconcat, Fmapcar): Remove superfluous GCPROs.
5319
5320 2004-06-24 Richard M. Stallman <rms@gnu.org>
5321
5322 * emacs.c (Vsignal_USR1_hook, Vsignal_USR2_hook): Definitions deleted.
5323 (syms_of_emacs): Lisp variables deleted.
5324
5325 2004-06-23 David Kastrup <dak@gnu.org>
5326
5327 * search.c (Freplace_match): Adjust the match-data more thoroughly
5328 when replacing strings in the buffer.
5329 (Fmatch_data): When INTEGERS is non-nil and the last match was in
5330 a buffer, add the buffer as last element to the match data.
5331 (Fset_match_data): If an additional element of the match-data is a
5332 buffer, restore it to last_thing_searched.
5333 (save_search_regs): Save last_thing_searched as part of the match data.
5334 (restore_match_data): Restore it again.
5335
5336 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
5337
5338 * keymap.c (Ftext_char_description): Doc fix.
5339 * doc.c (Fsnarf_documentation): Doc fix.
5340
5341 2004-06-22 Kim F. Storm <storm@cua.dk>
5342
5343 * fns.c (Fmapcar, Fmapconcat): GCPRO the args array.
5344
5345 * lisp.h (struct Lisp_Save_Value): New member dogc.
5346 (SAFE_ALLOCA_LISP): Change second arg to number of elements.
5347 Set dogc member in Lisp_Save_Value object so it will be GC'ed.
5348 (SAFE_FREE_LISP): New macro.
5349
5350 * alloc.c (safe_alloca_unwind): Clear dogc and pointer members.
5351 (make_save_value): Init new dogc member.
5352 (mark_object): Mark Lisp_Save_Value pointer array if dogc is set.
5353
5354 * fns.c (Fmapconcat, Fmapcar): Use new SAFE_ALLOCA_LISP and
5355 SAFE_FREE_LISP macros.
5356
5357 2004-06-22 Kim F. Storm <storm@cua.dk>
5358
5359 * lisp.h (SAFE_ALLOCA_LISP): New macro to allocate Lisp_Objects.
5360 Temporarily inhibits GC if memory is xmalloc'ed, as the Lisp_Objects
5361 in that memory area are unknown to GC. Add comments.
5362
5363 * fns.c (Fmapconcat, Fmapcar): Use SAFE_ALLOCA_LISP.
5364
5365 2004-06-21 Kim F. Storm <storm@cua.dk>
5366
5367 * lisp.h (MAX_ALLOCA): Define here.
5368 (safe_alloca_unwind): Add prototype.
5369 (USE_SAFE_ALLOCA, SAFE_ALLOCA, SAFE_FREE): New macros.
5370
5371 * alloc.c (safe_alloca_unwind): New function.
5372
5373 * casefiddle.c (casify_object): Use SAFE_ALLOCA.
5374
5375 * charset.c (Fstring): Use SAFE_ALLOCA.
5376
5377 * coding.c (MAX_ALLOCA): Remove define.
5378
5379 * data.c (MAX_ALLOCA): Remove define.
5380 (Faset): Use SAFE_ALLOCA.
5381
5382 * editfns.c (Fformat, Ftranspose_regions): Use SAFE_ALLOCA.
5383
5384 * fns.c (string_make_multibyte, string_to_multibyte)
5385 (string_make_unibyte, Fmapconcat, Fmapcar): Use SAFE_ALLOCA.
5386 (MAX_ALLOCA): Remove define.
5387 (Fbase64_encode_region, Fbase64_encode_string)
5388 (Fbase64_decode_region, Fbase64_decode_string): Use SAFE_ALLOCA.
5389 (Fbase64_encode_region, Fbase64_encode_string): Fix potential
5390 memory leak if encoding fails.
5391
5392 * xdisp.c (add_to_log): Use SAFE_ALLOCA.
5393
5394 2004-06-21 Eli Zaretskii <eliz@gnu.org>
5395
5396 * print.c (Fwith_output_to_temp_buffer): Doc fix.
5397
5398 2004-06-20 Richard M. Stallman <rms@gnu.org>
5399
5400 * xfaces.c (Finternal_copy_lisp_face): Small cleanup; doc fix.
5401
5402 * search.c (match_limit): Cleaner err msg when no match data available.
5403
5404 * window.c (syms_of_window): Doc fix.
5405
5406 * keyboard.c (command_loop_1): Handle values `only' and `identity'
5407 for Vtransient_mark_mode.
5408
5409 * buffer.c (syms_of_buffer): Doc fix.
5410
5411 2004-06-21 David Kastrup <dak@gnu.org>
5412
5413 * minibuf.c (Ftry_completion, Fall_completions): Do lazy binding
5414 and unbinding of `case-fold-search' according to
5415 `completion-ignore-case' around calls of string-match and
5416 predicates, respectively. Should give satisfactory performance
5417 in all relevant cases.
5418
5419 2004-06-17 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5420
5421 * xterm.c (x_draw_image_foreground_1): Subtract slice.x/y from
5422 clip_x/y_origin.
5423
5424 * fns.c (string_to_multibyte): Use xmalloc/xfree instead of alloca.
5425
5426 * macfns.c (Fx_display_color_cells): Do not limit return value to 256.
5427
5428 * macterm.c (mac_initialize_display_info): Initialize n_planes correctly
5429 on Mac OSX.
5430
5431 2004-06-16 Luc Teirlinck <teirllm@auburn.edu>
5432
5433 * buffer.c (syms_of_buffer): Clarify `fill-column' docstring.
5434
5435 2004-06-16 Kim F. Storm <storm@cua.dk>
5436
5437 * dispextern.h (Vimage_types): Remove extern.
5438
5439 2004-06-16 Miles Bader <miles@gnu.org>
5440
5441 * image.c (lookup_image_type): Initialize image type if necessary.
5442
5443 2004-06-15 Kim F. Storm <storm@cua.dk>
5444
5445 * xdisp.c (try_cursor_movement): Exclude header line from scroll
5446 margin at top of window.
5447 (try_window_reusing_current_matrix): Calculate proper cursor position
5448 after scrolling up with non-zero scroll margin, as the old cursor
5449 position corresponds to value of PT before executing this command.
5450 (try_window_id): Consider scroll margin at bottom of window too;
5451 otherwise we fail to scroll when hl-line-mode is enabled.
5452
5453 * syntax.c (skip_chars): Only recognize [:class:] when it has the
5454 proper format and class is a lower-case word.
5455
5456 2004-06-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5457
5458 * gtkutil.c (xg_get_image_for_pixmap): New function.
5459 (xg_get_gdk_pixmap_and_mask): Remove.
5460 (update_frame_tool_bar): Call xg_get_image_for_pixmap instead of
5461 xg_get_gdk_pixmap_and_mask.
5462
5463 * xterm.h (struct x_display_info): Typo in comment fixed.
5464
5465 2004-06-14 Juanma Barranquero <lektu@terra.es>
5466
5467 * dispextern.h (Vimage_types): Make it conditional on
5468 HAVE_WINDOW_SYSTEM.
5469
5470 * image.c (Vimage_types): Move from xdisp.c.
5471 (Vimage_type_cache): New variable.
5472 (define_image_type): New argument indicating whether an image
5473 library was loaded; cache loaded status and return t on success,
5474 nil otherwise.
5475 (CACHE_IMAGE_TYPE, ADD_IMAGE_TYPE): New macros.
5476 (w32_delayed_load): New function to load an image library from a
5477 list of possible filenames.
5478 (init_xpm_functions, init_png_functions, init_jpeg_functions)
5479 (init_tiff_functions, init_gif_functions): Use `w32_delayed_load'.
5480 (CHECK_LIB_AVAILABLE): Call `define_image_library' with new argument.
5481 (Finit_image_library): New function, extracted from `init_image'.
5482 Try to initialize an image library on demand and cache whether we
5483 were successful or not.
5484 (syms_of_image): Initialize `Vimage_types' and
5485 `Vimage_type_cache'. Add recognized image types to Vimage_types.
5486 Export `init-image-library'.
5487 (init_image): Remove initialization of all image types, except xbm
5488 and pbm.
5489
5490 * xdisp.c (Vimage_types): Delete (moved to image.c).
5491
5492 2004-06-14 Andreas Schwab <schwab@suse.de>
5493
5494 * minibuf.c (Ftry_completion, Fall_completions, Ftest_completion):
5495 Avoid calling specbind when completion-regexp-list is empty.
5496
5497 2004-06-13 Richard M. Stallman <rms@gnu.org>
5498
5499 * regex.h (CHAR_CLASS_MAX_LENGTH, re_wctype_t, re_wchar_t)
5500 (re_wctype, re_iswctype, re_wctype_to_bit):
5501 Non-function definitions moved here from regex.c.
5502
5503 * regex.c (re_wctype, re_iswctype): Function defs longer static.
5504 (CHAR_CLASS_MAX_LENGTH, re_wctype_t, re_wchar_t)
5505 (re_wctype, re_iswctype, re_wctype_to_bit):
5506 Non-function definitions moved to regex.h.
5507
5508 * window.c (Fselect_window): Doc fix.
5509
5510 * syntax.c: Include regex.h.
5511 (skip_chars): New arg HANDLE_ISO_CLASSES. Callers changed.
5512 If requested, make a list of classes, then check the scanned
5513 chars for membership in them.
5514 (in_classes): New function.
5515 Doc fix.
5516
5517 * keyboard.c (cmd_error): Don't call any_kboard_state
5518 if inside a recursive edit level.
5519
5520 2004-06-13 K\e,Ba\e(Broly L\e,Bu\e(Brentey <lorentey@elte.hu>
5521
5522 * keyboard.c (command_loop): Call any_kboard_state before
5523 command_loop_2 when at top level.
5524
5525 2004-06-13 Andreas Schwab <schwab@suse.de>
5526
5527 * print.c (print_object): Always use %ld for printing EMACS_INT.
5528
5529 * keyboard.c (cancel_hourglass_unwind): Return a value.
5530 (modify_event_symbol): Always use %ld for printing EMACS_INT.
5531 (Fexecute_extended_command): Likewise.
5532
5533 * syntax.h (SYNTAX_ENTRY_FOLLOW_PARENT): Rename local variable to
5534 avoid clashes.
5535 (SYNTAX): Likewise.
5536 (SYNTAX_WITH_FLAGS): Likewise.
5537 (SYNTAX_MATCH): Likewise.
5538
5539 * syntax.c (char_quoted): Avoid warning about undefined operation.
5540 (find_defun_start): Likewise.
5541 (scan_lists): Likewise.
5542 (INC_FROM): Likewise.
5543 (scan_sexps_forward): Likewise.
5544
5545 * image.c: Include <ctype.h>.
5546
5547 * xfaces.c (face_attr_equal_p): Declare parameters.
5548
5549 2004-06-13 Kenichi Handa <handa@m17n.org>
5550
5551 * ccl.c (CCL_READ_CHAR): If hit EOF, set REG to -1.
5552
5553 2004-06-12 Matthew Mundell <matt@mundell.ukfsn.org>
5554
5555 * eval.c (Fdefun): Signal an error if NAME is not a symbol.
5556
5557 2004-06-12 Kenichi Handa <handa@m17n.org>
5558
5559 * ccl.c (CCL_CALL_FOR_MAP_INSTRUCTION): Save eof_ic in
5560 ccl_prog_stack_struct and update it.
5561 (CCL_INVALID_CMD): If CCL_DEBUG is defined, call ccl_debug_hook.
5562 (CCL_READ_CHAR): Get instruction counter from eof_ic, not from
5563 ccl->eof_ic on EOF.
5564 (ccl_debug_hook): New function.
5565 (struct ccl_prog_stack): New member eof_ic.
5566 (ccl_driver): Handle EOF in subrountine call correctly.
5567
5568 2004-06-11 Kenichi Handa <handa@m17n.org>
5569
5570 * coding.c (encode_coding_string): Check CODING_FINISH_INTERRUPT.
5571
5572 2004-06-11 Kim F. Storm <storm@cua.dk>
5573
5574 * emacs.c (shut_down_emacs): Inhibit redisplay during shutdown.
5575
5576 2004-06-11 Juanma Barranquero <lektu@terra.es>
5577
5578 * keyboard.c (Fposn_at_point): Doc fix.
5579
5580 2004-06-11 David Kastrup <dak@gnu.org>
5581
5582 * search.c (match_limit): Don't flag an error if match-data
5583 exceeding the allocated search_regs.num_regs gets requested, just
5584 return Qnil.
5585
5586 2004-06-08 Miles Bader <miles@gnu.org>
5587
5588 * xfaces.c (push_named_merge_point): Return 0 when a cycle is detected.
5589
5590 2004-06-07 Juanma Barranquero <lektu@terra.es>
5591
5592 * editfns.c (Fuser_login_name, Ffloat_time, Fencode_time)
5593 (Fcurrent_time_string, Fcurrent_time_zone)
5594 (Finsert_buffer_substring, Ftranspose_regions): Doc fixes.
5595
5596 2004-06-07 Miles Bader <miles@gnu.org>
5597
5598 * xfaces.c (struct named_merge_point): New type.
5599 (push_named_merge_point): New function.
5600 (merge_named_face): New function.
5601 (merge_face_ref, face_at_buffer_position, face_at_string_position):
5602 Use `merge_named_face'.
5603 (merge_face_inheritance): Function removed.
5604 (merge_face_ref): Rename from `merge_face_vector_with_property'.
5605 Add new `err_msgs' and `named_merge_points' args. Return error
5606 status. Only print error messages if ERR_MSGS is true. Don't try to
5607 do :inherit attribute validation.
5608 (merge_face_heights): Handle `unspecified' in both directions.
5609 (merge_face_vectors): Rename `cycle_check' arg to `named_merge_points'.
5610 Call `merge_face_ref' instead of `merge_face_inheritance'.
5611 (Fdisplay_supports_face_attributes_p, Fface_attributes_as_vector)
5612 (compute_char_face, face_at_buffer_position)
5613 (face_at_string_position): Call `merge_face_ref' instead of
5614 `merge_face_vector_with_property'.
5615
5616 2004-06-07 Kenichi Handa <handa@m17n.org>
5617
5618 * coding.c (find_safe_codings): Check NILP (safe_codings) only at
5619 the necessary places.
5620
5621 2004-06-07 Kim F. Storm <storm@cua.dk>
5622
5623 * process.c (Fdelete_process): Undo 2004-05-28 change.
5624 Instead, call status_notify also for network process.
5625 (status_message): Use process instead of status as arg.
5626 Give messages "deleted" or "connection broken by remote peer" for
5627 an exited network process.
5628 (status_notify): Change call to status_message.
5629 (read_process_output): Increase readmax to 4096. Do not increase
5630 buffer size for datagram channels (default is now large enough).
5631
5632 2004-06-06 Steven Tamm <tamm@Steven-Tamms-Computer.local>
5633
5634 * macfns.c (x_create_tip_frame): Fix Mac OS X 10.1 compilation
5635 problem due to newly defined variable.
5636
5637 2004-06-06 Miles Bader <miles@gnu.org>
5638
5639 * xfaces.c (Fdisplay_supports_face_attributes_p): Give up
5640 immediately if non-interactive or not initialized.
5641
5642 2004-06-05 Richard M. Stallman <rms@gnu.org>
5643
5644 * minibuf.c (Fcompleting_read): Doc fix.
5645
5646 2004-06-05 Andreas Schwab <schwab@suse.de>
5647
5648 * macfns.c (x_create_tip_frame): Fix declaration after statement.
5649
5650 2004-06-05 Juanma Barranquero <lektu@terra.es>
5651
5652 * keymap.c (Fdescribe_vector): Fix docstring.
5653 (Fkey_description, Fglobal_key_binding): Fix typo in docstring.
5654
5655 2004-06-05 Miles Bader <miles@gnu.org>
5656
5657 * xfaces.c (tty_supports_face_attributes_p): Make sure the specified
5658 attributes have different values than the default face.
5659
5660 2004-06-04 Eli Zaretskii <eliz@gnu.org>
5661
5662 * xfaces.c (x_supports_face_attributes_p): Make this function
5663 conditional on HAVE_WINDOW_SYSTEM.
5664 (Fdisplay_supports_face_attributes_p) [HAVE_WINDOW_SYSTEM]:
5665 Don't call x_supports_face_attributes_p if it was not compiled in.
5666
5667 2004-06-04 Miles Bader <miles@gnu.org>
5668
5669 * xfaces.c (tty_supports_face_attributes_p): New function, mostly
5670 from Ftty_supports_face_attributes_p.
5671 (x_supports_face_attributes_p): New function.
5672 (Ftty_supports_face_attributes_p): Function deleted.
5673 (Fdisplay_supports_face_attributes_p): New function.
5674 (syms_of_xfaces): Initialize Sdisplay_supports_face_attributes_p.
5675 (face_attr_equal_p): New function.
5676 (lface_equal_p): Use it.
5677
5678 2004-06-03 Juanma Barranquero <lektu@terra.es>
5679
5680 * w32fns.c (Fx_display_grayscale_p, Fw32_send_sys_command)
5681 (Vw32_color_map): Fix typo in docstring.
5682 (Fx_create_frame, Fw32_find_bdf_fonts, Fx_show_tip)
5683 (Fw32_unregister_hot_key, Fw32_reconstruct_hot_key):
5684 Make argument names match their use in docstring.
5685
5686 2004-06-02 Juanma Barranquero <lektu@terra.es>
5687
5688 Work around bugs/problems with MinGW builds of graphics libraries
5689 called from MSVC builds of Emacs.
5690
5691 * image.c (lookup_image): Make pointer to img static.
5692 (png_read_from_memory): Disable "global" optimization.
5693
5694 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
5695
5696 * eval.c (Fcondition_case): Fix usage. Simplify.
5697
5698 * mem-limits.h (EXCEEDS_LISP_PTR) [USE_LSB_TAG]: Never true.
5699
5700 2004-05-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5701
5702 * macfns.c: Don't include ccl.h.
5703 [MAC_OSX]: Don't include QuickTime/QuickTime.h.
5704 [!MAC_OSX]: Don't include alloca.h, Windows.h, Gestalt.h, or
5705 TextUtils.h.
5706 (Fx_create_frame): Sync with xfns.c. Initialize cursor descriptors.
5707 (Fx_display_mm_height, Fx_display_mm_width): Calculate length from
5708 display height/width.
5709 (compute_tip_xy, Vx_max_tooltip_size): Declare.
5710 (unwind_create_tip_frame, compute_tip_xy): New functions.
5711 (x_create_tip_frame, Fx_show_tip, Fx_hide_tip): Sync with xfns.c.
5712 (syms_of_macfns): Initialize Qcancel_timer, Vx_max_tooltip_size,
5713 and last_show_tip_args.
5714
5715 * macgui.h [!MAC_OSX]: Include Gestalt.h.
5716 (Cursor, No_Cursor): New defines.
5717 [!TARGET_API_MAC_CARBON] (SetPortWindowPort): New compatibility macro.
5718 [!TARGET_API_MAC_CARBON] (arrow_cursor): Declare.
5719
5720 * macmenu.c (mac_menu_show, mac_dialog): Use SetPortWindowPort.
5721
5722 * macterm.c: Don't include Gestalt.h.
5723 (enum mouse_tracking_type, mouse_tracking_in_progress): Remove.
5724 (XDrawLine, XClearArea, XClearWindow, mac_draw_bitmap)
5725 (mac_set_clip_rectangle, mac_reset_clipping, XCreatePixmap)
5726 (XFillRectangle, mac_draw_rectangle, mac_draw_string_common)
5727 (mac_copy_area, mac_copy_area_with_mask, x_update_end)
5728 (construct_mouse_click, XTmouse_position)
5729 (x_scroll_bar_report_motion, x_calc_absolute_position)
5730 (do_mouse_moved, do_zoom_window, mac_do_receive_drag)
5731 (XTread_socket, make_mac_frame): Use SetPortWindowPort.
5732 (note_mouse_movement): Clear the mouse face and reset the pointer
5733 shape when the pointer goes outside the frame without grabbing.
5734 (mac_front_window): New function.
5735 (mac_window_to_frame): New macro.
5736 (XTmouse_position, x_scroll_bar_report_motion, do_window_update)
5737 (do_window_activate, do_window_deactivate, do_app_resume)
5738 (do_app_suspend, do_mouse_moved, do_menu_choice, do_grow_window)
5739 (do_zoom_window, mac_do_receive_drag, XTread_socket)
5740 (mac_check_for_quit_char): Use mac_front_window and/or
5741 mac_window_to_frame.
5742 (x_scroll_bar_handle_click): Set `(PORTION . WHOLE)' part in a
5743 scroll-bar click event.
5744 (mac_define_frame_cursor): Change the pointer shape.
5745 (x_free_frame_resources): Reset tip_window to NULL when it is disposed.
5746 [!TARGET_API_MAC_CARBON] (arrow_cursor): New variable.
5747 [!TARGET_API_MAC_CARBON] (do_init_managers): Initialize arrow_cursor.
5748 (do_window_update): Don't do anything if the updated window is the
5749 tooltip window.
5750 (do_mouse_moved): Handle mouse movement events here (previously in
5751 XTread_socket). Clear the mouse face if
5752 dpyinfo->mouse_face_hidden is set.
5753 (do_os_event, do_events): Remove (now in XTread_socket).
5754 (XTread_socket): Immediately return if interrupt_input_blocked.
5755 Loop until all the events in the queue are processed.
5756 Rearrange codes for mouse grabbing. Add tooltip support. Include the
5757 contents of do_os_event and do_events. Remove mouse movement
5758 handling (now in do_mouse_moved). Add the case where
5759 Vmouse_highlight has an integer value.
5760 (NewMacWindow): Remove.
5761 (make_mac_frame): Do what NewMacWindow previously did. Don't do
5762 excess initializations.
5763 (make_mac_terminal_frame): Previous initializations in
5764 make_mac_frame are moved here.
5765 (mac_initialize_display_info):
5766 Initialize dpyinfo->mouse_face_overlay and dpyinfo->mouse_face_hidden.
5767
5768 * xdisp.c [MAC_OS] (No_Cursor): Remove variable.
5769 (define_frame_cursor1): Don't treat HAVE_CARBON as a special case.
5770
5771 2004-05-29 Richard M. Stallman <rms@gnu.org>
5772
5773 * lisp.h (truncate_undo_list): Update decl.
5774
5775 * alloc.c (undo_outer_limit): New variable.
5776 (syms_of_alloc): Defvar it.
5777 (Fgarbage_collect): Pass undo_outer_limit to truncate_undo_list.
5778
5779 * undo.c (truncate_undo_list): New arg LIMITSIZE.
5780
5781 * alloc.c (lisp_align_malloc): Check for base == 0
5782 regardless of HAVE_POSIX_MEMALIGN.
5783 Clean up HAVE_POSIX_MEMALIGN handling of `err'.
5784
5785 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
5786
5787 * alloc.c: Undo Kim's recent changes and fix the same bug differently.
5788 (marker_blocks_pending_free): Remove.
5789 (Fgarbage_collect): Sweep after cleaning up undo-lists.
5790 Mark the undo lists after claning them up.
5791 Don't free block in marker_blocks_pending_free.
5792 (mark_buffer): Don't mark undo_list.
5793 (gc_sweep): Sweep hash-tables and strings first.
5794 Do free marker blocks that are empty.
5795
5796 2004-05-28 Jim Blandy <jimb@redhat.com>
5797
5798 * regex.c (print_partial_compiled_pattern): Add missing 'break'
5799 after 'case wordend'. For symbeg and symend, print to stderr,
5800 like the other cases.
5801
5802 2004-05-28 Noah Friedman <friedman@splode.com>
5803
5804 * process.c (Fdelete_process): Do not call remove_process.
5805
5806 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
5807
5808 * alloc.c (struct backtrace): Remove.
5809 (Fgarbage_collect): Use the new mark_backtrace.
5810
5811 * eval.c (mark_backtrace): New function.
5812
5813 * minibuf.c (run_exit_minibuf_hook): New function.
5814 (read_minibuf_unwind): Don't run exit-minibuffer-hook any more.
5815 (read_minibuf): Use separate unwind handler to run exit-minibuf-hook.
5816
5817 2004-05-27 Kim F. Storm <storm@cua.dk>
5818
5819 * xdisp.c (back_to_previous_visible_line_start): Skip backwards
5820 over display properties, e.g. images, that replace buffer text.
5821
5822 2004-05-25 Kim F. Storm <storm@cua.dk>
5823
5824 * alloc.c (marker_blocks_pending_free): New var.
5825 (gc_sweep): Store free marker blocks on that list.
5826 (Fgarbage_collect): Free them after undo-list cleanup.
5827
5828 * process.c (wait_reading_process_input): Check connect_wait_mask
5829 before actually accepting connection in case it has already been
5830 accepted due to recursion.
5831
5832 2004-05-23 K\e,Ba\e(Broly L\e,Bu\e(Brentey <lorentey@elte.hu>
5833
5834 * coding.c (Fset_safe_terminal_coding_system_internal):
5835 Set suppress_error in safe_terminal_coding, not terminal_coding.
5836
5837 2004-05-22 Richard M. Stallman <rms@gnu.org>
5838
5839 * alloc.c (Fmake_string): Doc fix.
5840
5841 * buffer.c (clone_per_buffer_values): Copy the alist of local vars,
5842 and the alist pairs too.
5843
5844 * casefiddle.c (casify_object): Return OBJ unchanged if not real char.
5845
5846 * emacs.c (main): Update copyright year.
5847
5848 * fileio.c (Fread_file_name): Expand DIR if not absolute.
5849
5850 * insdel.c (del_range_2, replace_range): Don't write an anchor
5851 if the gap is empty.
5852
5853 * xdisp.c (try_scrolling): If scroll-up-aggressively or
5854 scroll-down-aggressively is small but positive, put point
5855 near the screen edge.
5856
5857 2004-05-22 Juanma Barranquero <lektu@terra.es>
5858
5859 * keymap.c (Fdefine_key): Doc fix.
5860
5861 2004-05-22 Kim F. Storm <storm@cua.dk>
5862
5863 * alloc.c (struct backtrace): Add debug_on_exit member.
5864 (Fgarbage_collect): Clear out buffer undo_list markers after gc_sweep.
5865 Identify those markers as Lisp_Misc_Free objects. Clear car and cdr of
5866 the removed cons cells.
5867 (mark_object): Undo previous change - disallow Lisp_Misc_Free objects.
5868 (gc_sweep): Clear cons_blocks before sweeping strings, so we don't have
5869 any cons cells pointing to unallocated stings.
5870 Do not lisp_free any marker blocks, as there may still be pointers
5871 to them from buffer undo lists at this stage of GC.
5872
5873 * keyboard.c (struct backtrace): Add debug_on_exit member.
5874 (Fcommand_execute): Clear it.
5875
5876 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
5877
5878 * intervals.c (lookup_char_property): Do not prematurely return nil.
5879
5880 2004-05-19 Jim Blandy <jimb@redhat.com>
5881
5882 Add support for new '\_<' and '\_>' regexp operators, matching the
5883 beginning and end of symbols.
5884
5885 * regex.c (enum syntaxcode): Add Ssymbol.
5886 (init_syntax_once): Set the syntax for '_' to Ssymbol, not Sword.
5887 (re_opcode_t): New opcodes `symbeg' and `symend'.
5888 (print_partial_compiled_pattern): Print the new opcodes properly.
5889 (regex_compile): Parse the new operators.
5890 (analyse_first): Skip sym(beg|end) (they match only the empty string).
5891 (mutually_exclusive_p): `symend' is mutually exclusive with \s_ and
5892 \sw; `symbeg' is mutually exclusive with \S_ and \Sw.
5893 (re_match_2_internal): Match symbeg and symend.
5894
5895 * search.c (trivial_regexp_p): \_ is no longer a trivial regexp.
5896
5897 2004-05-19 Kim F. Storm <storm@cua.dk>
5898
5899 * .gdbinit (xsymbol): Fix last change.
5900
5901 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
5902
5903 * .gdbinit (xprintstr): New fun.
5904 (xstring, xprintsym): Use it.
5905
5906 * w32proc.c (create_child): Use INTMASK.
5907
5908 * alloc.c (Fgarbage_collect): Do all the marking before flushing
5909 unmarked elements of the undo list.
5910
5911 2004-05-18 David Ponce <david@dponce.com>
5912
5913 * print.c (print): Reset print_depth before to call print_object.
5914
5915 2004-05-18 Jason Rumney <jasonr@gnu.org>
5916
5917 * w32console.c: Prefix RIF functions with w32con_ to avoid
5918 namespace clash with functions in term.c and w32term.c.
5919
5920 * w32menu.c (add_menu_item, w32_menu_display_help)
5921 [USE_LISP_UNION_TYPE]: Cast from Lisp_Object using i member.
5922
5923 * w32term.h (display_x_get_resource, vga_stdcolor_name): Add prototype.
5924
5925 2004-05-18 Eli Zaretskii <eliz@gnu.org>
5926
5927 * lisp.h (DECL_ALIGN): Remove restriction on MS-DOS systems.
5928
5929 * msdos.c (syms_of_msdos): Initialize dos-unsupported-char-glyph
5930 with make_number.
5931 (IT_write_glyphs): Extract glyph from dos-unsupported-char-glyph
5932 with XINT.
5933
5934 2004-05-18 Kim F. Storm <storm@cua.dk>
5935
5936 * blockinput.h (INPUT_BLOCKED_P): New macros.
5937
5938 * keyboard.c (Frecursive_edit): Return immediately if input blocked.
5939 (Ftop_level): Unblock input if blocked.
5940
5941 * buffer.h (GET_OVERLAYS_AT): New macro.
5942 * msdos.c (IT_note_mouse_highlight): Use it.
5943 * textprop.c (get_char_property_and_overlay): Use it.
5944 * xdisp.c (next_overlay_change, note_mouse_highlight): Use it.
5945 * xfaces.c (face_at_buffer_position): Use it.
5946
5947 * print.c (print_object): Increase buf size.
5948
5949 2004-05-17 Jason Rumney <jasonr@gnu.org>
5950
5951 * w32fns.c (Fw32_register_hot_key, Fw32_unregister_hot_key)
5952 (Fw32_toggle_lock_key) [USE_LISP_UNION_TYPE]: Cast from
5953 Lisp_Object using i member.
5954 (w32_quit_key): Rename from Vw32_quit_key, and make an int.
5955 (syms_of_w32fns, globals_of_w32fns): Use Lisp_Object and int
5956 consistently.
5957
5958 * w32proc.c (create_child): Use make_number instead of masking pid.
5959
5960 * w32fns.c (w32_color_map_lookup): Return a Lisp_Object.
5961 (x_to_w32_charset, w32_to_x_charset, w32_to_all_x_charsets):
5962 Use EQ to compare Lisp_Objects.
5963 (w32_parse_hot_key): Use int for lisp_modifiers consistently.
5964
5965 * w32term.c (w32_num_mouse_buttons): Rename from
5966 Vw32_num_mouse_buttons and make it an int.
5967
5968 * w32.c (init_environment): Use it.
5969
5970 * w32fns.c (w32_wnd_proc): Likewise.
5971
5972 * w32proc.c (w32_pipe_read_delay): Rename from
5973 Vw32_pipe_read_delay and make it an int.
5974
5975 * w32.c (_sys_read_ahead): Use it.
5976
5977 * lisp.h (egetenv) [USE_CRT_DLL]: Remove condition.
5978
5979 * w32proc.c (create_child) [USE_LSB_TAG]: Don't try to mask pid.
5980
5981 * w32inevt.c (w32_console_mouse_position, do_mouse_event)
5982 (key_event): Don't mix Lisp_Object and int.
5983
5984 * w32heap.c (init_heap) [USE_LSB_TAG]: Don't check heap location.
5985
5986 * keyboard.c (kbd_buffer_get_event): Don't use event->code and
5987 modifiers in language change event.
5988
5989 2004-05-17 Kim F. Storm <storm@cua.dk>
5990
5991 * alloc.c (mark_object): Ignore Lisp_Misc_Free objects.
5992 Such objects may be freed markers which still exist on an undo list.
5993
5994 2004-05-16 Juanma Barranquero <lektu@terra.es>
5995
5996 * data.c (Fset_default): Make argument names match their use in
5997 docstring.
5998
5999 2004-05-15 Andreas Schwab <schwab@suse.de>
6000
6001 * emacs.c (gdb_array_mark_flag): Define.
6002 * .gdbinit: Mask off gdb_array_mark_flag from vector sizes.
6003
6004 2004-05-15 Eli Zaretskii <eliz@gnu.org>
6005
6006 * lisp.h (DECL_ALIGN) [MSDOS]: Don't define DECL_ALIGN to use
6007 __attribute__((__aligned__)), so that USE_LSB_TAG would not become
6008 defined for the MS-DOS build.
6009
6010 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
6011
6012 * w32fns.c (Fw32_define_rgb_color): Avoid XSET.
6013
6014 2004-05-14 Kenichi Handa <handa@m17n.org>
6015
6016 * ccl.c (Fccl_execute_on_string): Fix setting elements of STATUS.
6017
6018 2004-05-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6019
6020 * lisp.h (Vx_resource_name, Vx_resource_class): Move from xfns.c
6021 section to frame.c section.
6022 (Fxw_display_color_p, Fx_file_dialog): Declare if
6023 HAVE_WINDOW_SYSTEM defined.
6024
6025 * macfns.c (Fx_create_frame): Fix int/Lisp_Object mixup.
6026
6027 * macmenu.c (set_frame_menubar): Use NILP to test a lisp value.
6028
6029 * macterm.c (mac_get_emulated_btn, mac_event_to_emacs_modifiers)
6030 (mac_get_mouse_btn): Use NILP and EQ to test/compare lisp values.
6031 (XTread_socket): Fix int/Lisp_Object mixup.
6032 (mac_check_for_quit_char): Fix pointer/Lisp_Object mixup.
6033
6034 * macterm.h (struct frame, struct face, struct image)
6035 (display_x_get_resource, Fx_display_color_p)
6036 (Fx_display_grayscale_p, Fx_display_planes, x_free_gcs):
6037 Add prototypes.
6038
6039 2004-05-14 Kim F. Storm <storm@cua.dk>
6040
6041 * process.c (wait_reading_process_input): Make reentrant.
6042 Make Available and Connecting non-static. Save and restore value
6043 of waiting_for_user_input_p.
6044
6045 2004-05-13 Kim F. Storm <storm@cua.dk>
6046
6047 * keyboard.c (mark_kboards): Don't mark x and y members
6048 that are overloaded in selection request events.
6049
6050 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
6051
6052 * lisp.h (USE_LSB_TAG): Make it the default when it is known to work.
6053
6054 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
6055
6056 * window.c (Fdisplay_buffer, Fsplit_window)
6057 (split-height-threshold): Doc fix.
6058
6059 2004-05-13 Juanma Barranquero <lektu@terra.es>
6060
6061 * xfaces.c (Ftty_supports_face_attributes_p)
6062 (Finternal_copy_lisp_face): Fix typo in docstring.
6063 (Finternal_get_lisp_face_attribute): Fix docstring.
6064
6065 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6066
6067 * xfns.c (syms_of_xfns): Provide x-toolkit also for GTK.
6068
6069 2004-05-11 Steven Tamm <steventamm@mac.com>
6070
6071 * macfns.c (Fx_create_frame): Default to using tool-bar by
6072 setting tool-bar-lines to 1 in default-frame-alist.
6073
6074 2004-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6075
6076 * image.c (xpm_scan, xpm_make_color_table_v, xpm_put_color_table_v)
6077 (xpm_get_color_table_v, xpm_make_color_table_h)
6078 (xpm_put_color_table_h, xpm_get_color_table_h)
6079 (xpm_str_to_color_key, xpm_load_image, xpm_load)
6080 (syms_of_image): Support XPM on Carbon Emacs. Does not
6081 depend on libXpm, but only supports XPM version 3 without extensions.
6082
6083 2004-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6084
6085 * macterm.c (x_flush, XTframe_up_to_date): Use FRAME_MAC_P
6086 instead of FRAME_X_P
6087
6088 2004-05-11 Kim F. Storm <storm@cua.dk>
6089
6090 * process.c (read_process_output): Grow decoding_buf when needed;
6091 this could cause a crash in allocate_string and compact_small_strings.
6092
6093 2004-04-29 Jim Blandy <jimb@redhat.com>
6094
6095 * regex.c (mutually_exclusive_p): In 'case wordbeg', compare op2
6096 against proper opcode.
6097
6098 2004-05-10 Juanma Barranquero <lektu@terra.es>
6099
6100 * process.c (Fstart_process): Fix docstring.
6101
6102 * charset.c (Fget_unused_iso_final_char): Fix typos in docstring.
6103 (Fchar_bytes, Fchar_width, Fstring_width, Fchar_direction)
6104 (Fsplit_char, Fchar_charset): Make argument names match their use
6105 in docstring.
6106
6107 2004-05-10 Richard M. Stallman <rms@gnu.org>
6108
6109 * print.c (print_preprocess): Use being_printed, loop_count and
6110 halftail to detect overdeep nesting and cyclic cdr chains.
6111
6112 2004-05-10 Andreas Schwab <schwab@suse.de>
6113
6114 * lisp.h (Fmake_symbolic_link): Declare.
6115
6116 * fileio.c (Frename_file): Remove extra argument in call to
6117 Fmake_symbolic_link.
6118
6119 2004-05-10 Kim F. Storm <storm@cua.dk>
6120
6121 * xdisp.c (calc_line_height_property): Use string position when
6122 object is a string.
6123
6124 2004-05-10 Kenichi Handa <handa@m17n.org>
6125
6126 * print.c (temp_output_buffer_setup): Bind inhibit-read-only and
6127 inhibit-modification-hooks to t temporarily before calling
6128 Ferase_buffer.
6129
6130 * xfns.c (x_create_tip_frame): Bind inhibit-read-only and
6131 inhibit-modification-hooks to t temporarily before calling
6132 Ferase_buffer.
6133
6134 * w32fns.c (x_create_tip_frame): Bind inhibit-read-only and
6135 inhibit-modification-hooks to t temporarily before calling
6136 Ferase_buffer.
6137
6138 * fns.c (count_combining): Delete it.
6139 (concat): Don't check combining bytes.
6140
6141 2004-05-09 Jason Rumney <jasonr@gnu.org>
6142
6143 * w32fns.c (Vw32_ansi_code_page): New Lisp variable.
6144 (globals_of_w32fns): Set it.
6145
6146 2004-05-09 Piet van Oostrum <piet@cs.uu.nl>
6147
6148 * data.c (Fquo): Simplify.
6149
6150 2004-05-08 Peter Whaite <emacs@whaite.ca> (tiny change)
6151
6152 * data.c (Fquo): If any argument is float, do the computation in
6153 floating point.
6154
6155 2004-05-08 Juanma Barranquero <lektu@terra.es>
6156
6157 * process.c (Fwaiting_for_user_input_p, Fmake_network_process)
6158 (Fset_process_query_on_exit_flag, Vprocess_adaptive_read_buffering):
6159 Fix spelling of Emacs on docstring.
6160 (Fset_process_coding_system, Fprocess_coding_system)
6161 (Fset_process_filter_multibyte, Fprocess_filter_multibyte_p):
6162 Make argument names match their use in docstring.
6163 (Fprocess_id, Fprocess_query_on_exit_flag, Finterrupt_process):
6164 Fix docstring.
6165
6166 * editfns.c (Finsert_buffer_substring): Make argument names match their
6167 use in docstring.
6168
6169 * syntax.c (Fmodify_syntax_entry): Fix docstring.
6170
6171 2004-05-07 Steven Tamm <steventamm@mac.com>
6172
6173 * macterm.c (mac_check_for_quit_char): Adding BLOCK_INPUT
6174 around call to ReceiveEvent to avoid certain crashes.
6175
6176 2004-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6177
6178 * macterm.c (mac_draw_line_to_pixmap, XCreatePixmapFromBitmapData)
6179 (mac_fill_rectangle_to_pixmap, mac_draw_rectangle_to_pixmap)
6180 (mac_copy_area_to_pixmap, mac_copy_area_with_mask_to_pixmap):
6181 Save/restore the current graphics port and device handle when
6182 drawing into an offscreen graphics world.
6183
6184 * image.c [MAC_OS] (XPutPixel, XGetPixel, image_load_qt_1)
6185 (gif_load): Likewise.
6186
6187 2004-05-07 Juanma Barranquero <lektu@terra.es>
6188
6189 * window.c (Fset_window_buffer): Fix docstring.
6190
6191 2004-05-06 Thien-Thi Nguyen <ttn@gnu.org>
6192
6193 * emacs.c (main) [VMS]: Fix var ref.
6194
6195 2004-05-06 Romain Francoise <romain@orebokech.com>
6196
6197 * data.c (Fsetq_default): Fix docstring.
6198
6199 2004-05-06 Jason Rumney <jasonr@gnu.org>
6200
6201 * image.c (Display) [HAVE_NTGUI]: Redefine while loading xpm.h
6202 to avoid name clash.
6203
6204 2004-05-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6205
6206 * fileio.c (barf_or_query_if_file_exists): Use lstat.
6207 (Frename_file): Handle renaming of symlinks across file systems.
6208 (Frename_file): Put symlink handling inside #ifdef S_IFLNK.
6209
6210 2004-05-04 Kim F. Storm <storm@cua.dk>
6211
6212 * xdisp.c (Qtotal): New var.
6213 (syms_of_xdisp): Intern and staticpro it.
6214 (calc_line_height_property): New arg total. Set it if
6215 line-spacing property has format (total . VALUE).
6216 (x_produce_glyphs): Ignore line-spacing if line-height is 0.
6217 Handle total line-spacing property.
6218
6219 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6220
6221 * gtkutil.c (xg_update_scrollbar_pos): Call XClearWindow to clear
6222 "under" scroll bar when size/position changes.
6223
6224 2004-05-03 Jason Rumney <jasonr@gnu.org>
6225
6226 * makefile.nt: Remove.
6227
6228 2004-05-02 Eli Zaretskii <eliz@gnu.org>
6229
6230 * syntax.h (SET_RAW_SYNTAX_ENTRY, SYNTAX_ENTRY_INT):
6231 Avoid compiler warnings.
6232
6233 * Makefile.in (region-cache.o): Depend on config.h.
6234
6235 2004-05-02 Romain Francoise <romain@orebokech.com>
6236
6237 * indent.c (compute_motion): Save vpos in prev_vpos when dealing
6238 with continuation lines, too.
6239
6240 2004-05-02 Thien-Thi Nguyen <ttn@gnu.org>
6241
6242 * syssignal.h (init_signals): Move decl outside `#ifdef POSIX_SIGNALS'.
6243
6244 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
6245
6246 * xdisp.c (calc_line_height_property): YAILOM (yet another
6247 int/Lisp_Object mixup).
6248
6249 2004-05-01 Eli Zaretskii <eliz@gnu.org>
6250
6251 * msdos.c (top-level): Add "#pragma pack(0)" after <dir.h>, to
6252 undo bad effect of pack(4) in some versions of system headers.
6253
6254 2004-05-01 Jason Rumney <jasonr@gnu.org>
6255
6256 * w32term.c (x_draw_hollow_cursor): Sync with xterm.c
6257
6258 2004-04-30 Kim F. Storm <storm@cua.dk>
6259
6260 * buffer.c (syms_of_buffer) <line-spacing>: Allow float value.
6261 (syms_of_buffer) <cursor-type>: Doc fix.
6262
6263 * dispextern.h (struct it): Remove member use_default_face.
6264 Add members override_ascent, override_descent, override_boff.
6265
6266 * xdisp.c (init_iterator): Handle line-spacing float value.
6267 Initialize override_ascent member.
6268 (append_space_for_newline): Reset override_ascent.
6269 Remove use_default_face.
6270 (calc_line_height_property): New function to calculate value of
6271 line-height and line-spacing properties. Look at overlays, too.
6272 Set override_ascent, override_descent, override_boff members when
6273 using another face than the current face. Float values are now
6274 relative to the frame default font, by default; accept a cons
6275 of ratio and face name to specify value relative to a specific face.
6276 (x_produce_glyphs): Use calc_line_height_property.
6277 Use override_ascent etc. when set to handle different face heights.
6278 A negative line-spacing property value is interpreted as a total
6279 line height, rather than inter-line spacing.
6280 (note_mouse_highlight): Allocate room for 40 overlays initially.
6281
6282 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
6283
6284 * data.c (Fsubr_name): New fun.
6285 (syms_of_data): Defsubr it.
6286
6287 2004-04-29 Kim F. Storm <storm@cua.dk>
6288
6289 * xdisp.c (null_glyph_slice): New var.
6290 (append_glyph, append_composite_glyph, append_stretch_glyph):
6291 Use it to initialize glyph slice.
6292
6293 2004-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
6294
6295 * xdisp.c (x_produce_glyphs): Fix the proverbial int/Lisp_Object mixup.
6296 (on_hot_spot_p): Make sure we always return a value.
6297 (Flookup_image_map): Remove unused var ix and iy.
6298 (note_mode_line_or_margin_highlight): Remove unused var `image'.
6299
6300 2004-04-27 Eli Zaretskii <eliz@gnu.org>
6301
6302 * msdos.c (init_environment): If one of the TMP... environment
6303 variables is set to a drive letter without a trailing slash,
6304 append a slash.
6305
6306 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
6307
6308 * editfns.c (lisp_time_argument): Provide externally.
6309
6310 * fileio.c (Fset_file_times): New function.
6311 (syms_of_fileio): Intern and staticpro it.
6312
6313 2004-04-27 Kim F. Storm <storm@cua.dk>
6314
6315 * xdisp.c (x_produce_glyphs): Fix last change; handle newline in
6316 header line strings.
6317
6318 * dispextern.h (struct it): New member use_default_face.
6319
6320 * xdisp.c (Qline_height): New variable.
6321 (syms_of_xdisp): Intern and staticpro it.
6322 (append_space_for_newline): Partially undo 2004-04-25 change;
6323 add default_face_p arg, and restore callers.
6324 Clear it->use_default_face after use.
6325 (x_produce_glyphs): Set default font for ascii char if
6326 it->use_default_font is set. Change line-spacing property to set
6327 just extra line spacing. Handle new line-height property.
6328
6329 2004-04-26 Andreas Schwab <schwab@suse.de>
6330
6331 * print.c (print_object): Print non-ascii characters in bool
6332 vector representation as octal escapes.
6333
6334 * lisp.h (BOOL_VECTOR_BITS_PER_CHAR): Define.
6335 * print.c (print_object): Use it instead of BITS_PER_CHAR for
6336 bool vectors.
6337 * lread.c (read1): Likewise.
6338 * alloc.c (Fmake_bool_vector): Likewise.
6339 * data.c (Faref, Faset): Likewise.
6340 * fns.c (Fcopy_sequence, concat, internal_equal, Ffillarray)
6341 (mapcar1): Likewise.
6342
6343 2004-04-26 Steven Tamm <tamm@Steven-Tamms-Computer.local>
6344
6345 * lread.c (init_lread): Fix typo in HAVE_CARBON test logic.
6346
6347 2004-04-26 Miles Bader <miles@gnu.org>
6348
6349 * lisp.h (CYCLE_CHECK): Macro moved from xfaces.c.
6350
6351 2004-04-26 Juanma Barranquero <lektu@terra.es>
6352
6353 * buffer.c (Fpop_to_buffer): Fix docstring.
6354
6355 2004-04-26 Steven Tamm <steventamm@mac.com>
6356
6357 * lread.c (init_lread): Don't display missing lisp directory
6358 warnings with Carbon Emacs because self-contained bundled Emacs
6359 may be built without correct installation path.
6360
6361 2004-04-25 Kim F. Storm <storm@cua.dk>
6362
6363 * macterm.c (x_draw_hollow_cursor): Fix height of box for narrow lines.
6364
6365 * xterm.c (x_draw_hollow_cursor): Fix height of box for narrow lines.
6366
6367 * xdisp.c (append_space_for_newline): Rename from append_space.
6368 Remove DEFAULT_FACE_P arg; always use current face. Callers changed.
6369 (x_produce_glyphs): Handle line-spacing property on newline char.
6370 If value is t, adjust ascent and descent to fit current row height.
6371 If value is an integer or float, set extra_line_spacing to integer
6372 value, or to float value x current line height.
6373
6374 2004-04-23 Kenichi Handa <handa@m17n.org>
6375
6376 * fontset.c (Finternal_char_font): If POSITION is nil, return
6377 font for displaying CH with the default face.
6378
6379 2004-04-23 Juanma Barranquero <lektu@terra.es>
6380
6381 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
6382
6383 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
6384
6385 * lisp.h (XINT) [EXPLICIT_SIGN_EXTEND && !NO_UNION_TYPE]:
6386 Don't make assumptions about the relative place of i and val.
6387 (EQ) [!NO_UNION_TYPE]: Don't forget to check the type match as well.
6388
6389 2004-04-21 Kim F. Storm <storm@cua.dk>
6390
6391 * dispextern.h (struct glyph_slice): New struct.
6392 (struct glyph): New member slice.
6393 (GLYPH_SLICE_EQUAL_P): New macro.
6394 (GLYPH_EQUAL_P): Use it.
6395 (struct glyph_string): New member slice.
6396 (struct it_slice): New struct.
6397 (struct it): New member slice, add member to stack too.
6398 New member constrain_row_ascent_descent_p.
6399 (image_ascent): Add prototype.
6400
6401 * dispnew.c (buffer_posn_from_coords): Return full image width
6402 and height even for image slices (posn is relative to full image).
6403 (marginal_area_string): Adjust x0,y0 for image slice.
6404
6405 * image.c (image_ascent): Add slice arg; calculate ascent for
6406 image slice (or full image).
6407
6408 * keyboard.c (Fposn_at_x_y, Fposn_at_point): New defuns.
6409 (syms_of_keyboard): Defsubr them.
6410
6411 * lisp.h (pos_visible_p): Fix prototype.
6412
6413 * macterm.c (x_draw_relief_rect): Add top_p and bot_p args.
6414 (x_draw_glyph_string_box): Fix call to x_draw_relief_rect.
6415 (x_draw_image_foreground, x_draw_image_relief)
6416 (x_draw_image_foreground_1, x_draw_image_glyph_string):
6417 Draw sliced images.
6418
6419 * w32term.c (w32_draw_relief_rect): Add top_p and bot_p args.
6420 (x_draw_glyph_string_box): Fix call to x_draw_relief_rect.
6421 (x_draw_image_foreground, x_draw_image_relief)
6422 (w32_draw_image_foreground_1, x_draw_image_glyph_string):
6423 Draw sliced images.
6424
6425 * w32term.h (image_ascent): Remove prototype.
6426
6427 * window.c (Fpos_visible_in_window_p): Return pixel position if
6428 PARTIALLY arg is non-nil. Simplify. Doc fix.
6429 (Fwindow_vscroll, Fset_window_vscroll): Add optional PIXEL_P arg
6430 to return/set vscroll in pixels.
6431
6432 * window.h (Fwindow_vscroll, Fset_window_vscroll): Fix EXFUN.
6433
6434 * xdisp.c (Qslice): New variable.
6435 (syms_of_xdisp): Intern and staticpro it.
6436 (pos_visible_p): Return pixel position in new x and y args.
6437 (init_iterator): Reset it->slice info.
6438 (handle_display_prop): Parse (slice ...) property.
6439 (push_it, pop_it): Save/restore slice info.
6440 (make_cursor_line_fully_visible): Fix 2004-04-14 change. Do not
6441 force repositioning of tall row if window is vscrolled, as that
6442 would reset vscroll.
6443 (append_space): Set it->constrain_row_ascent_descent_p to avoid
6444 increasing row height if row is non-empty.
6445 (fill_image_glyph_string): Copy slice info.
6446 (take_vertical_position_into_account): Simplify.
6447 (produce_image_glyph): Handle iterator slice info, setup glyph
6448 slice info. Do not force minimum line height.
6449 (x_produce_glyphs): If it->constrain_row_ascent_descent_p is set,
6450 do not increase height (ascent/descent) of non-empty row when
6451 adding normal character glyph; instead reduce glyph ascent/descent
6452 appropriately; if row is higher than current glyph, adjust glyph
6453 descent/ascent to reposition glyph within the existing row.
6454 Likewise, when char is newline, only set ascent/descent if row is
6455 currently empty.
6456 (note_mouse_highlight): Handle hotspots with sliced image.
6457
6458 * xterm.c (x_draw_relief_rect): Add top_p and bot_p args.
6459 (x_draw_glyph_string_box): Fix call to x_draw_relief_rect.
6460 (x_draw_image_foreground, x_draw_image_relief)
6461 (x_draw_image_foreground_1, x_draw_image_glyph_string):
6462 Draw sliced images.
6463
6464 * xterm.h (image_ascent): Remove prototype.
6465
6466 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
6467
6468 * keymap.c (Fkey_description): Fix the usual int/Lisp_Object mixup.
6469
6470 2004-04-20 John Paul Wallington <jpw@gnu.org>
6471
6472 * fns.c (Fassoc, Feql): Fix indentation.
6473
6474 * fontset.c (regularize_fontname): Rename from regulalize_fontname.
6475
6476 2004-04-19 John Paul Wallington <jpw@gnu.org>
6477
6478 * fns.c (Feql): New function.
6479 (syms_of_fns): Defsubr it.
6480
6481 2004-04-18 Jason Rumney <jasonr@gnu.org>
6482
6483 * w32select.c (Fw32_set_clipboard_data): Get sequence number
6484 after closing the clipboard.
6485
6486 2004-04-16 Luc Teirlinck <teirllm@auburn.edu>
6487
6488 * buffer.c (Fbuffer_base_buffer): Doc fix.
6489
6490 2004-04-17 Kim F. Storm <storm@cua.dk>
6491
6492 * keymap.c (Fkey_description): Add optional PREFIX arg.
6493 Combine prefix with KEYS to make up the full key sequence to describe.
6494 Correlate meta_prefix_char and following (simple) key to describe
6495 as meta modifier. All callers changed.
6496 (describe_map): Rename arg `keys' to `prefix'. Remove local
6497 `elt_prefix' var. Use Fkey_description with prefix instead of
6498 elt_prefix combined with Fsingle_key_description.
6499 (describe_vector): Declare static. Replace arg `elt_prefix' with
6500 `prefix'. Add KEYMAP_P arg. Add local var `elt_prefix'; use it
6501 if !KEYMAP_P. Use Fkey_description with prefix instead of
6502 Fsingle_key_description.
6503
6504 * keymap.h (Fkey_description): Fix prototype.
6505 (describe_vector): Remove prototype.
6506
6507 * xdisp.c (update_overlay_arrows): Fix handling of up_to_date < 0.
6508
6509 * image.c (PNG_BG_COLOR_SHIFT): Remove.
6510 (png_load): Fix calculation of transparent background color on X
6511 and W32 platforms.
6512
6513 2004-04-16 Juanma Barranquero <lektu@terra.es>
6514
6515 * xdisp.c (try_scrolling): Make sure `scroll-conservatively' is
6516 not too large before computing how much to scroll.
6517
6518 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
6519
6520 * dired.c (Ffile_attributes): Don't pass extra nil arg to file-handler.
6521
6522 2004-04-14 Luc Teirlinck <teirllm@auburn.edu>
6523
6524 * fileio.c (Fverify_visited_file_modtime, Fvisited_file_modtime):
6525 Add hyperlink to Elisp manual to the docstring.
6526
6527 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
6528
6529 * callint.c (fix_command): Use XDCR.
6530
6531 2004-04-14 Nick Roberts <nick@nick.uklinux.net>
6532
6533 * window.c (Fget_lru_window): Doc fix.
6534
6535 2004-04-14 Kim F. Storm <storm@cua.dk>
6536
6537 * editfns.c (Fformat): Fix allocation size of precision array.
6538
6539 * dispnew.c (update_window): Only set changed_p if
6540 scrolling_window actually did scroll.
6541 (scrolling_window): Only return 1 if we actually did scroll.
6542
6543 * xdisp.c (get_glyph_string_clip_rect): Fix reduction of cursor
6544 height to glyph height when cursor row is not fully visible.
6545 (make_cursor_line_fully_visible): Add FORCE_P arg to return
6546 failure in case row is higher than window. Callers changed.
6547 (try_scrolling): Fix loop in scrolling if last_line_misfit (from Gerd).
6548 Try to scroll partially visible, higher-than-window cursor row.
6549 (redisplay_window): Always try to scroll partially visible,
6550 higher-than-window cursor row - both initially and again with
6551 centering_position = 0.
6552 Clear desired matrix before retrying with centering_position = 0.
6553
6554 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
6555
6556 * syntax.c (scan_lists): Simplify backward string scan.
6557 Fix off-by-one boundary check for string and comment fences.
6558
6559 2004-04-13 Joe Buehler <jbuehler@hekimian.com>
6560
6561 * sheap.c, unexcw.c: New files.
6562
6563 2004-04-12 Luc Teirlinck <teirllm@auburn.edu>
6564
6565 * buffer.c (Fmake_indirect_buffer): Throw an error if the intended
6566 base buffer has been killed. Correct the error message if the
6567 base buffer does not exist.
6568
6569 2004-04-12 Joe Buehler <jbuehler@hekimian.com>
6570
6571 * s/cygwin.h: Changes for Cygwin unexec() support, changes in
6572 Cygwin itself. Add support for Xaw3d scrollbars.
6573
6574 * puresize.h: Set up PURE_P() for Cygwin unexec() support.
6575
6576 * lastfile.c: Define my_endbss[] for Cygwin unexec() support.
6577
6578 * gmalloc.c (__default_morecore): Use bss_sbrk(), not __sbrk(),
6579 before Cygwin unexec.
6580
6581 * Makefile.in: Link changes for Cygwin unexec() support.
6582
6583 2004-04-12 Andreas Schwab <schwab@suse.de>
6584
6585 * buffer.c (Fmake_indirect_buffer): Check that NAME is a string.
6586
6587 2004-04-11 Luc Teirlinck <teirllm@auburn.edu>
6588
6589 * buffer.c (Fgenerate_new_buffer_name): Return NAME argument if
6590 IGNORE argument equals NAME. Doc fix.
6591
6592 2004-04-11 Masatake YAMATO <jet@gyve.org>
6593
6594 * buffer.c (fix_start_end_in_overlays): Make overlays
6595 empty if they are backwards.
6596
6597 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
6598
6599 * xfaces.c (face_color_supported_p): Fix compilation without X11.
6600
6601 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
6602
6603 * doc.c (Fsnarf_documentation): Ignore new file name entries.
6604
6605 2004-04-06 Kim F. Storm <storm@cua.dk>
6606
6607 * msdos.c (clear_mouse_face): Only clear mouse highlight if not hidden.
6608 (dos_rawgetc): Set mouse_face_hidden after clearing highlight.
6609
6610 * w32term.c (w32_read_socket): Set mouse_face_hidden after
6611 clearing highlight.
6612
6613 * xdisp.c (clear_mouse_face): Only clear mouse highlight if not hidden.
6614
6615 * xterm.c (handle_one_xevent): Set mouse_face_hidden after
6616 clearing highlight.
6617
6618 * indent.c (vmotion): Do not reserve one column for continuation
6619 marks on window frames.
6620
6621 2004-04-04 Eli Zaretskii <eliz@gnu.org>
6622
6623 * charset.h (SINGLE_BYTE_CHAR_P): Fix macro to avoid warnings
6624 from GCC.
6625
6626 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
6627
6628 * .gdbinit-union: Remove.
6629
6630 * .gdbinit: Make it work for USE_LSB_TAG and !NO_LISP_UNION.
6631 (xgetptr, xgetint, xgettype): New funs. Use them everywhere.
6632 ($nonvalbits): Remove.
6633 ($valmask): Set it by calling xreload to avoid redundancy.
6634
6635 * emacs.c (gdb_use_union, gdb_use_lsb): New vars.
6636 (gdb_emacs_intbits): Remove.
6637
6638 2004-03-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6639
6640 * data.c (Fbyteorder): Make test work even if unsigned is not 4 bytes.
6641
6642 2004-03-30 Kenichi Handa <handa@m17n.org>
6643
6644 * editfns.c (Fformat): Fix initialization of the array info.
6645
6646 2004-03-30 Kim F. Storm <storm@cua.dk>
6647
6648 * xterm.c (x_mouse_click_focus_ignore_position): New var.
6649 (syms_of_xterm): DEFVAR_BOOL it.
6650 (ignore_next_mouse_click_timeout): New var.
6651 (handle_one_xevent): Clear it on KeyPress, set it on EnterNotify.
6652 Use it to filter mouse clicks following focus event.
6653
6654 2004-03-29 David Ponce <david@dponce.com>
6655
6656 * callint.c (Fcall_interactively): Fix last change.
6657
6658 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
6659
6660 * eval.c (Fcommandp): Simplify.
6661
6662 * data.c (Finteractive_form): Rename from Fsubr_interactive_form.
6663 Extend to handle all kinds of functions.
6664
6665 * lisp.h (Finteractive_form): Declare.
6666
6667 * callint.c (Fcall_interactively): Use it.
6668
6669 2004-03-26 Kim F. Storm <storm@cua.dk>
6670
6671 * xdisp.c (syms_of_xdisp): Include `void-variable' in list_of_error
6672 to catch errors in calc_pixel_width_or_height during redisplay.
6673
6674 2004-03-26 Masatake YAMATO <jet@gyve.org>
6675
6676 * buffer.c (fix_start_end_in_overlays): Rename fix_overlays_in_range.
6677
6678 * lisp.h (fix_start_end_in_overlays): Likewise.
6679
6680 * insdel.c (adjust_markers_for_insert): Call fix_start_end_in_overlays.
6681
6682 * editfns.c (Ftranspose_regions): Likewise.
6683
6684 2004-03-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6685
6686 * xterm.c (handle_one_xevent): Do not pass key press events to GTK.
6687
6688 2004-03-19 Richard M. Stallman <rms@gnu.org>
6689
6690 * s/sol2-6.h: Delete previous change.
6691
6692 2004-03-19 Kim F. Storm <storm@cua.dk>
6693
6694 * xdisp.c (move_it_in_display_line_to): Fix MOVE_TO_POS case when
6695 to_charpos corresponds to newline in right fringe. Use local
6696 BUFFER_POS_REACHED_P macro.
6697
6698 2004-03-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6699
6700 * xdisp.c (calc_pixel_width_or_height): Add ifdef HAVE_WINDOW_SYSTEM
6701 to compile on non-window system.
6702
6703 2004-03-19 Kim F. Storm <storm@cua.dk>
6704
6705 * dispextern.h (calc_pixel_width_or_height): Add prototype.
6706
6707 * image.c (Qcenter): Move to xdisp.c.
6708
6709 * xdisp.c (Qcenter): Declare here.
6710 (syms_of_xdisp): Intern and staticpro it.
6711 (handle_single_display_prop): Allow space display property on all
6712 platforms.
6713 (display_mode_line): Set mode_line_p before displaying line.
6714 (calc_pixel_width_or_height): Declare extern. Add separate :align-to
6715 handling. Remove complex cases for fringes and scroll-bars.
6716 Add left, right, and center alignment positions. Add text (area)
6717 width/height. Return width or height for image specs.
6718 (produce_stretch_glyph): Improve handling of :align-to. Is now
6719 relative to left of text area by default, but other base offsets
6720 can be specified -- also for text lines.
6721
6722 * term.c (produce_glyphs): Handle IT_STRETCH.
6723 (produce_stretch_glyph): New function to handle space width and
6724 align-to display properties on non-window systems.
6725
6726 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
6727
6728 * fileio.c (Fread_file_name): Set completion-ignore-case for
6729 case-insensitive systems.
6730
6731 2004-03-14 Masatake YAMATO <jet@gyve.org>
6732
6733 * xdisp.c (note_mode_line_or_margin_highlight): Accept HEADER_LINE
6734 when keymap and cursor are setup.
6735
6736 2004-03-14 Steven Tamm <steventamm@mac.com>
6737
6738 * Makefile.in (XMENU_OBJ) [HAVE_CARBON]: Do not include xmenu.o.
6739
6740 2004-03-14 Kim F. Storm <storm@cua.dk>
6741
6742 * dispextern.h (x_find_image_file): Add prototype.
6743
6744 * image.c (x_find_image_file): Make extern.
6745
6746 * xfns.c (x_find_image_file): Remove prototype.
6747
6748 2004-03-13 Eli Zaretskii <eliz@gnu.org>
6749
6750 * Makefile.in (XMENU_OBJ): Include xmenu.o if HAVE_MENUS is defined.
6751
6752 * emacs.c (main): Call syms_of_xmenu only if HAVE_MENUS is defined.
6753
6754 2004-03-12 Richard M. Stallman <rms@gnu.org>
6755
6756 * fns.c (internal_equal): New arg PROPS controls comparing
6757 text properties. All callers changed.
6758 (Fequal_including_properties): New function.
6759 (syms_of_fns): defsubr it.
6760
6761 2004-03-12 Kim F. Storm <storm@cua.dk>
6762
6763 Fix image support on MAC. From YAMAMOTO Mitsuharu.
6764
6765 * dispextern.h (XImagePtr, XImagePtr_or_DC): Add typedefs.
6766 (image_background, image_background_transparent): Fix prototypes.
6767
6768 * image.c (XImagePtr, XImagePtr_or_DC): Move typedefs to dispextern.h.
6769
6770 * macfns.c (x_list_fonts, x_get_font_info, x_load_font)
6771 (x_query_font, x_find_ccl_program, x_set_window_size)
6772 (x_make_frame_visible, mac_initialize, XCreatePixmap)
6773 (XCreatePixmapFromBitmapData, XFreePixmap, XSetForeground)
6774 (mac_draw_line_to_pixmap): Move prototypes to macterm.h.
6775
6776 * macterm.h (x_list_fonts, x_get_font_info, x_load_font)
6777 (x_query_font, x_find_ccl_program, x_set_window_size)
6778 (x_make_frame_visible, mac_initialize, XCreatePixmap)
6779 (XCreatePixmapFromBitmapData, XFreePixmap, XSetForeground)
6780 (mac_draw_line_to_pixmap): Add prototypes.
6781
6782 2004-03-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6783
6784 * macterm.c (XTread_socket): Fix mouse click on tool bar.
6785
6786 2004-03-11 Kim F. Storm <storm@cua.dk>
6787
6788 * dispextern.h: Move image related prototypes from xfns.c section
6789 to image.c. Condition them by HAVE_WINDOW_SYSTEM rather than
6790 HAVE_X_WINDOWS.
6791
6792 * Makefile.in (XOBJ): Consolidate into one list. Add image.o.
6793 Move gtkutil.o to new GTK_OBJ list.
6794 (XMENU_OBJ) [HAVE_MENUS]: Move declaration to proper place.
6795 (GTK_OBJ) [USE_GTK]: New declaration.
6796 (obj): Add $(GTK_OBJ) to list.
6797
6798 2004-03-11 Steven Tamm <steventamm@mac.com>
6799
6800 * image.c [MAC_OSX]: Include sys/stat.h.
6801
6802 * macfns.c (syms_of_macfns): Remove definitions of things now
6803 defined in image.c.
6804
6805 2004-03-11 Kim F. Storm <storm@cua.dk>
6806
6807 The following changes consolidates the identical/similar image
6808 support code previously found in xfns.c, w32fns.c, and macfns.c
6809 into a new file image.c.
6810
6811 * makefile.w32-in (OBJ1): Add image.o.
6812 ($(BLD)/image.$(O)): Add dependencies.
6813
6814 * Makefile.in (XOBJ, MAC_OBJ): Add image.o.
6815 (image.o): Add dependencies.
6816
6817 * image.c: New file with consolidated image support code.
6818 (COLOR_TABLE_SUPPORT): New define to control whether
6819 color table support is available (X only).
6820 (Bitmap_Record): Common name for x_bitmap_record,
6821 w32_bitmap_record, and mac_bitmap_record.
6822 (XImagePtr): Common name for pointer to XImage or equivalent.
6823 (XImagePtr_or_DC): New type to simplify code sharing; equivalent
6824 to XImagePtr on X+MAC, and to HDC on W32.
6825 (GET_PIXEL): Wrapper for XGetPixel or equivalent.
6826 (NO_PIXMAP): Common name for "None" or equivalent.
6827 (PNG_BG_COLOR_SHIFT): Bits to shift PNG background colors.
6828 (RGB_PIXEL_COLOR): Common type for an integer "pixel color" value.
6829 (PIX_MASK_RETAIN, PIX_MASK_DRAW): Portability macros (from macfns.c).
6830 (FRAME_X_VISUAL, x_defined_color, DefaultDepthOfScreen):
6831 Define with suitable equivalents on W32 and MAC for code sharing.
6832 (XDrawLine): Define on MAC for code sharing.
6833 (Destroy_Image, Free_Pixmap): Wrappers for code sharing.
6834 (IF_LIB_AVAILABLE): Macro to simplify code sharing.
6835 (Vx_bitmap_file_path, Vimage_cache_eviction_delay)
6836 (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
6837 (x_reference_bitmap, x_create_bitmap_from_data)
6838 (x_create_bitmap_from_file, x_destroy_bitmap)
6839 (x_destroy_all_bitmaps, x_create_bitmap_mask)
6840 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
6841 (QCascent, QCmargin, QCrelief, QCconversion, QCcolor_symbols)
6842 (QCheuristic_mask, QCindex, QCmatrix, QCcolor_adjustment, QCmask)
6843 (Qlaplace, Qemboss, Qedge_detection, Qheuristic, Qcenter)
6844 (define_image_type, lookup_image_type, valid_image_p)
6845 (image_error, enum image_value_type, struct image_keyword)
6846 (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
6847 (make_image, free_image, prepare_image_for_display, image_ascent)
6848 (four_corners_best, image_background, image_background_transparent)
6849 (x_clear_image_1, x_clear_image, x_alloc_image_color)
6850 (make_image_cache, free_image_cache, clear_image_cache)
6851 (Fclear_image_cache, postprocess_image, lookup_image, cache_image)
6852 (forall_images_in_image_cache, x_create_x_image_and_pixmap)
6853 (x_destroy_x_image, x_put_x_image, x_find_image_file, slurp_file)
6854 (find_image_fsspec, image_load_qt_1, image_load_quicktime)
6855 (init_image_func_pointer, image_load_quartz2d)
6856 (struct ct_color, init_color_table, free_color_table)
6857 (lookup_rgb_color, lookup_pixel_color, colors_in_color_table)
6858 (cross_disabled_images, x_to_xcolors, x_from_xcolors)
6859 (x_detect_edges, x_emboss, x_laplace, x_edge_detection)
6860 (x_disable_image, x_build_heuristic_mask)
6861 (XBM support, XPM support, PBM support, PNG support, JPEG support)
6862 (TIFF support, GIF support, Ghostscript support): Consolidate image
6863 code from xfns.c, w32fns.c, and macfns.c.
6864 (syms_of_image): Consolidate image related symbol setup here.
6865 (init_image): Consolidate image related initializations here.
6866
6867 * emacs.c (main) [HAVE_WINDOW_SYSTEM]: Add calls to syms_of_image
6868 and init_image. Remove call to init_xfns.
6869
6870 * macterm.h (struct mac_bitmap_record): Add file member.
6871 Not currently used, but simplifies code sharing.
6872
6873 * macfns.c (Vx_bitmap_file_path, Vimage_cache_eviction_delay)
6874 (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
6875 (x_reference_bitmap, x_create_bitmap_from_data)
6876 (x_create_bitmap_from_file, x_destroy_bitmap)
6877 (x_destroy_all_bitmaps, x_create_bitmap_mask)
6878 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
6879 (QCascent, QCmargin, QCrelief, QCconversion, QCcolor_symbols)
6880 (QCheuristic_mask, QCindex, QCmatrix, QCcolor_adjustment, QCmask)
6881 (Qlaplace, Qemboss, Qedge_detection, Qheuristic, Qcenter)
6882 (define_image_type, lookup_image_type, valid_image_p)
6883 (image_error, enum image_value_type, struct image_keyword)
6884 (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
6885 (make_image, free_image, prepare_image_for_display, image_ascent)
6886 (four_corners_best, image_background, image_background_transparent)
6887 (x_clear_image_1, x_clear_image, x_alloc_image_color)
6888 (make_image_cache, free_image_cache, clear_image_cache)
6889 (Fclear_image_cache, postprocess_image, lookup_image, cache_image)
6890 (forall_images_in_image_cache, x_create_x_image_and_pixmap)
6891 (x_destroy_x_image, x_put_x_image, x_find_image_file, slurp_file)
6892 (find_image_fsspec, image_load_qt_1, image_load_quicktime)
6893 (init_image_func_pointer, image_load_quartz2d)
6894 (struct ct_color, init_color_table, free_color_table)
6895 (lookup_rgb_color, lookup_pixel_color, colors_in_color_table)
6896 (cross_disabled_images, x_to_xcolors, x_from_xcolors)
6897 (x_detect_edges, x_emboss, x_laplace, x_edge_detection)
6898 (x_disable_image, x_build_heuristic_mask)
6899 (XBM support, XPM support, PBM support, PNG support, JPEG support)
6900 (TIFF support, GIF support, Ghostscript support): Merge with image
6901 code from xfns.c and macfns.c into image.c.
6902 (syms_of_xfns): Move image related symbols to image.c.
6903 (init_external_image_libraries, init_xfns): Remove; initialization
6904 moved to init_image in image.c.
6905
6906 * w32fns.c (Vx_bitmap_file_path, Vimage_cache_eviction_delay)
6907 (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
6908 (x_reference_bitmap, x_create_bitmap_from_data)
6909 (x_create_bitmap_from_file, x_destroy_bitmap)
6910 (x_destroy_all_bitmaps, x_create_bitmap_mask)
6911 (QCascent, QCmargin, QCrelief, QCconversion, QCcolor_symbols)
6912 (QCheuristic_mask, QCindex, QCmatrix, QCcolor_adjustment, QCmask)
6913 (Qlaplace, Qemboss, Qedge_detection, Qheuristic, Qcenter)
6914 (define_image_type, lookup_image_type, valid_image_p)
6915 (image_error, enum image_value_type, struct image_keyword)
6916 (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
6917 (make_image, free_image, prepare_image_for_display, image_ascent)
6918 (four_corners_best, image_background, image_background_transparent)
6919 (x_clear_image_1, x_clear_image, x_alloc_image_color)
6920 (make_image_cache, free_image_cache, clear_image_cache)
6921 (Fclear_image_cache, postprocess_image, lookup_image, cache_image)
6922 (forall_images_in_image_cache, x_create_x_image_and_pixmap)
6923 (x_destroy_x_image, x_put_x_image, x_find_image_file, slurp_file)
6924 (struct ct_color, init_color_table, free_color_table)
6925 (lookup_rgb_color, lookup_pixel_color, colors_in_color_table)
6926 (cross_disabled_images, x_to_xcolors, x_from_xcolors)
6927 (x_detect_edges, x_emboss, x_laplace, x_edge_detection)
6928 (x_disable_image, x_build_heuristic_mask)
6929 (XBM support, XPM support, PBM support, PNG support, JPEG support)
6930 (TIFF support, GIF support, Ghostscript support): Merge with image
6931 code from xfns.c and macfns.c into image.c.
6932 (syms_of_xfns): Move image related symbols to image.c.
6933 (init_external_image_libraries, init_xfns): Remove; initialization
6934 moved to init_image in image.c.
6935
6936 * xfns.c (Vx_bitmap_file_path, Vimage_cache_eviction_delay)
6937 (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
6938 (x_reference_bitmap, x_create_bitmap_from_data)
6939 (x_create_bitmap_from_file, x_destroy_bitmap)
6940 (x_destroy_all_bitmaps, x_create_bitmap_mask)
6941 (QCascent, QCmargin, QCrelief, QCconversion, QCcolor_symbols)
6942 (QCheuristic_mask, QCindex, QCmatrix, QCcolor_adjustment, QCmask)
6943 (Qlaplace, Qemboss, Qedge_detection, Qheuristic, Qcenter)
6944 (define_image_type, lookup_image_type, valid_image_p)
6945 (image_error, enum image_value_type, struct image_keyword)
6946 (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
6947 (make_image, free_image, prepare_image_for_display, image_ascent)
6948 (four_corners_best, image_background, image_background_transparent)
6949 (x_clear_image_1, x_clear_image, x_alloc_image_color)
6950 (make_image_cache, free_image_cache, clear_image_cache)
6951 (Fclear_image_cache, postprocess_image, lookup_image, cache_image)
6952 (forall_images_in_image_cache, x_create_x_image_and_pixmap)
6953 (x_destroy_x_image, x_put_x_image, x_find_image_file, slurp_file)
6954 (struct ct_color, init_color_table, free_color_table)
6955 (lookup_rgb_color, lookup_pixel_color, colors_in_color_table)
6956 (cross_disabled_images, x_to_xcolors, x_from_xcolors)
6957 (x_detect_edges, x_emboss, x_laplace, x_edge_detection)
6958 (x_disable_image, x_build_heuristic_mask)
6959 (XBM support, XPM support, PBM support, PNG support, JPEG support)
6960 (TIFF support, GIF support, Ghostscript support): Merge with
6961 w32fns.c and macfns.c image code into image.c.
6962 (syms_of_xfns): Move image related symbols to image.c.
6963 (init_xfns): Remove; initialization moved to init_image in image.c.
6964
6965 * lisp.h (syms_of_image, init_image): Add protoypes.
6966 (init_xfns): Remove prototype.
6967
6968 * dispextern.h (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
6969 (x_reference_bitmap, x_create_bitmap_from_data)
6970 (x_create_bitmap_from_file, x_destroy_bitmap)
6971 (x_create_bitmap_mask): Move prototypes from dispextern.h.
6972 (gamma_correct) [MAC_OS]: Add prototype.
6973
6974 * xterm.h (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
6975 (x_reference_bitmap, x_create_bitmap_from_data)
6976 (x_create_bitmap_from_file, x_destroy_bitmap)
6977 (x_create_bitmap_mask): Move prototypes to dispextern.h.
6978
6979 2004-03-09 Kenichi Handa <handa@etlken2>
6980
6981 * coding.c (decode_coding_emacs_mule): Handle insufficent source
6982 correctly.
6983
6984 2004-03-04 Richard M. Stallman <rms@gnu.org>
6985
6986 * s/sol2-6.h (LD_SWITCH_SYSTEM_TEMACS): New definition.
6987
6988 * window.c (Fdisplay_buffer): Doc fix.
6989
6990 * buffer.c (Fpop_to_buffer): Doc fix.
6991
6992 2004-03-03 Kim F. Storm <storm@cua.dk>
6993
6994 * xdisp.c (display_line): Fix call to get_overlay_arrow_glyph_row.
6995
6996 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
6997
6998 * editfns.c (Ftranslate_region): Lisp_Object/int mixup.
6999
7000 2004-03-02 Richard M. Stallman <rms@gnu.org>
7001
7002 * indent.c (compute_motion): Save vpos in prev_vpos, like hpos etc.
7003
7004 2004-03-02 Kenichi Handa <handa@m17n.org>
7005
7006 * doc.c (Fsubstitute_command_keys): Fix counding bytes.
7007
7008 2004-03-02 Kim F. Storm <storm@cua.dk>
7009
7010 * window.h (struct window): New member overlay_arrow_bitmap.
7011
7012 * window.c (make_window): Initialize overlay_arrow_bitmap.
7013
7014 * xdisp.c (Voverlay_arrow_variable_list): New variable to properly
7015 implement and integrate multiple overlay arrows with redisplay.
7016 (syms_of_xdisp): DEFVAR_LISP and initialize it.
7017 (last_arrow_position, last_arrow_string): Replace by properties.
7018 (Qlast_arrow_position, Qlast_arrow_string)
7019 (Qoverlay_arrow_string, Qoverlay_arrow_bitmap): New variables.
7020 (syms_of_xdisp): Intern and staticpro them.
7021 (overlay_arrow_string_or_property, update_overlay_arrows)
7022 (overlay_arrow_in_current_buffer_p, overlay_arrows_changed_p)
7023 (overlay_arrow_at_row): New functions for multiple overlay arrows.
7024 (redisplay_internal): Use them instead of directly accessing
7025 Voverlay_arrow_position etc. for multiple overlay arrows.
7026 (mark_window_display_accurate): Use update_overlay_arrows.
7027 (try_cursor_movement): Use overlay_arrow_in_current_buffer_p.
7028 (try_window_id): Use overlay_arrows_changed_p.
7029 (get_overlay_arrow_glyph_row): Add overlay_arrow_string arg.
7030 (display_line): Use overlay_arrow_at_row to check multiple
7031 overlay arrows, and get relevant overlay-arrow-string and
7032 overlay-arrow-bitmap. Set w->overlay_arrow_bitmap accordingly.
7033 (produce_image_glyph): Set pixel_width = 0 for fringe bitmap.
7034 (syms_of_xdisp): Remove last_arrow_position and last_arrow_string.
7035
7036 * fringe.c (draw_fringe_bitmap): Use w->overlay_arrow_bitmap if set.
7037 (update_window_fringes): Remove unused code.
7038
7039 2004-03-01 Jason Rumney <jasonr@gnu.org>
7040
7041 * w32term.c (w32_read_socket): Fix last change to ButtonPress handling.
7042
7043 2004-03-01 Juanma Barranquero <lektu@terra.es>
7044
7045 * fringe.c (Fdefine_fringe_bitmap): Fix typo in docstring.
7046
7047 * makefile.w32-in ($(BLD)/fringe.$(O)): Add dependencies.
7048
7049 2004-03-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7050
7051 * xfns.c (Fx_display_color_cells): Use number of planes to calculate
7052 how many colors can be displayed.
7053
7054 2004-03-01 Kenichi Handa <handa@m17n.org>
7055
7056 * editfns.c (Ftranslate_region): Handle multibyte chars in TABLE
7057 correctly.
7058
7059 2004-02-28 Kim F. Storm <storm@cua.dk>
7060
7061 * dispnew.c (update_window): Update header line also if there are
7062 no other changes in window (move code after set_cursor label).
7063
7064 * lisp.h (mark_window_display_accurate): Remove prototype.
7065
7066 * window.c (window_loop, Fforce_window_update): Force mode line
7067 updates by setting prevent_redisplay_optimizations_p and
7068 update_mode_lines.
7069
7070 2004-02-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7071
7072 * xfns.c (x_window): Fix indentation.
7073
7074 * xterm.c (x_calc_absolute_position): Call x_real_positions
7075 to get WM window sizes and use those to calculate position.
7076 (x_set_offset): Remove code commented out.
7077
7078 2004-02-28 Miles Bader <miles@gnu.org>
7079
7080 * keyboard.c (adjust_point_for_property): #ifdef-out dodgy xassert.
7081
7082 2004-02-28 Kim F. Storm <storm@cua.dk>
7083
7084 * keyboard.c (kbd_buffer_store_event_hold): New function to store
7085 an event into kbd fifo, but with special handling of quit event;
7086 a quit event is saved for later, and further events are discarded
7087 until the saved quit event has been processed.
7088 (kbd_buffer_store_event): Use kbd_buffer_store_event_hold.
7089 (gen_help_event): Store help event in kbd fifo.
7090 (NREAD_INPUT_EVENTS): Remove.
7091 (read_avail_input): Adapt to new read_socket_hook interface.
7092 Remove allocation and initialization of local input_event buffer,
7093 as read_socket_hook stores events directly in fifo. Allocate and
7094 initialize local hold_quit event to handle postponed quit event
7095 (and store it if set by kbd_buffer_store_event_hold).
7096
7097 * keyboard.h (kbd_buffer_store_event_hold): Add prototype.
7098 (gen_help_event): Fix prototype.
7099
7100 * macterm.c (XTread_socket): Remove bufp_r and
7101 numcharsp args. Add hold_quit arg.
7102 Rework to use just one, local, inev input_event. Store inev
7103 directly in fifo using kbd_buffer_store_event_hold.
7104
7105 * sysdep.c (BUFFER_SIZE_FACTOR): Remove.
7106 (read_input_waiting): Adapt to new read_socket_hook interface.
7107 Remove allocation and initialization of local input_event buffer,
7108 as read_socket_hook stores events directly in fifo. Allocate and
7109 initialize local hold_quit event to handle postponed quit event
7110 (and store it if set by kbd_buffer_store_event_hold).
7111
7112 * term.c (read_socket_hook): Fix arg list.
7113
7114 * termhooks.h (read_socket_hook): Fix prototype.
7115
7116 * w32inevt.c (w32_console_read_socket): Remove bufp_r and
7117 numcharsp args. Add hold_quit arg.
7118 Rework to use just one, local, inev input_event. Store inev
7119 directly in fifo using kbd_buffer_store_event_hold.
7120
7121 * w32inevt.h (w32_console_mouse_position): Fix prototype.
7122
7123 * w32term.c (w32_read_socket): Remove bufp_r and numcharsp args.
7124 Add hold_quit arg. Rework to use just one, local, inev
7125 input_event. Store inev directly in fifo using
7126 kbd_buffer_store_event_hold. Update count in one place.
7127 Postpone call to gen_help_event until inev is stored; use new
7128 local do_help for this.
7129 Remove local emacs_event in handing of ButtonPress event; just use
7130 inev instead (so no reason to copy it later).
7131
7132 * xsmfns.c (x_session_check_input): Remove numchars arg.
7133
7134 * xterm.c (x_focus_changed, x_detect_focus_change):
7135 Remove numchars arg. Always store event into bufp arg.
7136 Return nothing. Callers changed accordingly.
7137 (glyph_rect): Simplify.
7138 (STORE_KEYSYM_FOR_DEBUG): New macro.
7139 (SET_SAVED_MENU_EVENT): Use inev instead of bufp, etc.
7140 (current_bufp, current_numcharsp) [USE_GTK]: Remove.
7141 (current_hold_quit) [USE_GTK]: Add.
7142 (event_handler_gdk): Adapt to new handle_one_xevent.
7143 (handle_one_xevent): Remove bufp_r and numcharsp args.
7144 Add hold_quit arg. Rework to use just one, local, inev
7145 input_event. Store inev directly in fifo using
7146 kbd_buffer_store_event_hold. Update count in one place.
7147 Postpone call to gen_help_event until inev is stored; use new
7148 local do_help for this.
7149 Simplify handling of keysyms (consolidate common code). Fix bug
7150 where count was updated with nchars instead of nbytes.
7151 Remove local emacs_event in handing of ButtonPress event; just use
7152 inev instead (so no reason to copy it later).
7153 Remove `out' label. Rename label `ret' to `done'; add various
7154 `goto done' to clarify code flow in deeply nested blocks.
7155 (x_dispatch_event): Simplify as handle_one_xevent now calls
7156 kbd_buffer_store_event itself.
7157 (XTread_socket): Remove bufp_r and numcharsp args. Add hold_quit
7158 arg. Call handle_one_xevent with new arglist. Store event from
7159 x_session_check_input in fifo.
7160 [USE_GTK]: Setup current_hold_quit.
7161 Decrement handling_signal before unblocking input.
7162 (x_initialize) [USE_GTK]: Initialize current_count.
7163
7164 * xterm.h (x_session_check_input): Fix prototype.
7165
7166 2004-02-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7167
7168 * s/darwin.h (LD_SWITCH_SYSTEM_TEMACS): Add `-framework QuickTime'.
7169
7170 * dispextern.h [MAC_OSX]: Do not include Carbon/Carbon.h (now in
7171 macgui.h).
7172
7173 * emacs.c (main) [HAVE_CARBON]: Call init_xfns.
7174
7175 * macgui.h [MAC_OSX]: Include Carbon/Carbon.h.
7176 (mktime, DEBUG, Z, free, malloc, realloc, max, min)
7177 (init_process) [MAC_OSX] : Avoid conflicts with Carbon/Carbon.h.
7178 [!MAC_OSX]: Include QDOffscreen.h and Controls.h.
7179 (INFINITY) [MAC_OSX]: Avoid conflict with definition in math.h.
7180 (Bitmap): Remove typedef.
7181 (Pixmap): Change int to GWorldPtr.
7182
7183 * macmenu.c [MAC_OSX]: Don't include Carbon/Carbon.h (now in macgui.h).
7184
7185 * macterm.h [MAC_OSX]: Don't include Carbon/Carbon.h (now in macgui.h).
7186 (RED16_FROM_ULONG, GREEN16_FROM_ULONG, BLUE16_FROM_ULONG):
7187 New #define to extract 16-bit depth color components from unsigned
7188 long representation.
7189 (PIX_MASK_DRAW, PIX_MASK_RETAIN): New #define to represent pixel
7190 colors used for masks.
7191 (struct mac_display_info): Add color_p. Remove n_cbits.
7192
7193 * macfns.c: Include sys/types.h and sys/stat.h.
7194 [MAC_OSX]: Do not include Carbon/Carbon.h (now in macgui.h).
7195 Include QuickTime/QuickTime.h.
7196 (XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
7197 (XSetForeground, mac_draw_line_to_pixmap): Add externs for
7198 functions defined in macterm.c.
7199 (XImagePtr): New typedef. Corresponds to XImage * in xfns.c.
7200 (ZPixmap): New #define for compatibility with xfns.c.
7201 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
7202 (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
7203 (find_image_fsspec, image_load_qt_1, image_load_quicktime):
7204 New functions.
7205 (four_corners_best, x_create_x_image_and_pixmap)
7206 (x_destroy_x_image, unwind_create_frame, x_disable_image)
7207 (x_edge_detection, init_color_table, colors_in_color_table)
7208 (lookup_rgb_color, lookup_pixel_color, postprocess_image)
7209 (x_put_x_image, slurp_file, xbm_scan, xbm_load, xbm_load_image)
7210 (xbm_image_p, xbm_read_bitmap_data, xbm_file_p, x_to_xcolors)
7211 (x_from_xcolors, x_detect_edges): New declarations (from xfns.c).
7212 (mac_color_map_lookup, x_to_mac_color): Fix Lisp_Object/unsigned
7213 long mixup.
7214 (mac_defined_color, x_to_x_colors): Use RED16_FROM_ULONG etc.
7215 (x_decode_color): Don't use n_cbits (in struct mac_display_info).
7216 (x_set_foreground_color, x_set_cursor_color): Sync with w32fns.c.
7217 (x_set_cursor_type, Fxw_color_values, valid_image_p)
7218 (image_value_type, parse_image_spec, image_ascent, x_clear_image)
7219 (x_alloc_image_color, clear_image_cache, lookup_image)
7220 (x_find_image_file, xbm_read_bitmap_file_data)
7221 (enum xbm_keyword_index, xbm_format, xbm_image_p, xbm_scan)
7222 (xbm_read_bitmap_data, xbm_load, pbm_image_p, pbm_scan_number)
7223 (enum pbm_keyword_index, pbm_format, enum png_keyword_index)
7224 (png_format, png_image_p, enum jpeg_keyword_index, jpeg_format)
7225 (jpeg_image_p, enum tiff_keyword_index, tiff_format, tiff_image_p)
7226 (enum gif_keyword_index, gif_format, gif_image_p): Sync with xfns.c.
7227 (x_make_gc): Sync with xfns.c. Enclose unused `border_tile' with
7228 #if 0.
7229 (x_free_gcs): Sync with xfns.c. Enclose unused `border_tile' with
7230 #if 0. Free white_relief.gc and black_relief.gc.
7231 (unwind_create_frame, x_emboss, x_laplace, x_edge_detection):
7232 New functions (from xfns.c).
7233 (Fx_create_frame): Record unwind_create_frame.
7234 (Fxw_display_color_p): Use dpyinfo->color_p.
7235 (Fx_display_grayscale_p, Fx_display_planes): Don't use
7236 dpyinfo->n_cbits.
7237 (Fx_display_color_cells): Use dpyinfo->n_planes;
7238 (QCmatrix, QCcolor_adjustment, QCmask, Qemboss, Qedge_detection)
7239 (Qheuristic, cross_disabled_images, emboss_matrix)
7240 (laplace_matrix): New variables (from xfns.c).
7241 (Fimage_size, Fimage_mask_p, four_corners_best, image_background)
7242 (x_clear_image_1, postprocess_image, slurp_file, xbm_load_image)
7243 (xbm_file_p, x_to_xcolors, x_from_xcolors, x_detect_edges)
7244 (image_background_transparent): New function (from xfns.c).
7245 Use PIX_MASK_DRAW/PIX_MASK_RETAIN.
7246 (image_load_quicktime): Add declaration.
7247 [MAC_OSX] (image_load_quartz2d): Likewise.
7248 [MAC_OSX] (CGImageCreateWithPNGDataProviderProcType): New typedef.
7249 [MAC_OSX] (MyCGImageCreateWithPNGDataProvider): New variable.
7250 [MAC_OSX] (init_image_func_pointer, image_load_quartz2d): New funs.
7251 (xbm_load_image_from_file, x_laplace_read_row)
7252 (x_laplace_write_row, pbm_read_file): Remove functions.
7253 [HAVE_XPM] (enum xpm_keyword_index, xpm_format, xpm_image_p)
7254 (xpm_load): Sync with xfns.c (although XPM is not supported yet).
7255 (colors_in_color_table): Sync with xfns.c (although not used).
7256 (lookup_rgb_color): Don't lookup color table. Just do gamma
7257 correction.
7258 (COLOR_INTENSITY): New #define (from xfns.c).
7259 (x_disable_image): New function (from xfns.c).
7260 Use PIX_MASK_DRAW/PIX_MASK_RETAIN.
7261 (x_build_heuristic_mask): Sync with xfns.c.
7262 Use PIX_MASK_DRAW/PIX_MASK_RETAIN.
7263 (HAVE_PBM): Remove #ifdef.
7264 (pbm_load): Sync with xfns.c. Set img->width and img->height
7265 before IMAGE_BACKGROUND.
7266 (png_image_p, png_load): Don't enclose declarations with #if HAVE_PNG.
7267 (Qpng, enum png_keyword_index, png_format, png_type, png_image_p):
7268 Don't enclose with #if HAVE_PNG.
7269 [!HAVE_PNG] (png_load) [MAC_OSX]: Use image_load_quartz2d if a
7270 symbol _CGImageCreateWithPNGDataProvider is defined.
7271 Otherwise use image_load_quicktime.
7272 [!HAVE_PNG] (png_load) [!MAC_OSX]: Use image_load_quicktime.
7273 [HAVE_PNG] (png_load): Sync with xfns.c.
7274 Use PIX_MASK_DRAW/PIX_MASK_RETAIN.
7275 (jpeg_image_p, jpeg_load): Don't enclose declarations with #if
7276 HAVE_JPEG.
7277 (Qjpeg, enum jpeg_keyword_index, jpeg_format, jpeg_type)
7278 (jpeg_image_p): Don't enclose with #if HAVE_JPEG.
7279 [!HAVE_JPEG] (jpeg_load) [MAC_OSX]: Use image_load_quartz2d.
7280 [!HAVE_JPEG] (jpeg_load) [!MAC_OSX]: Use image_load_quicktime.
7281 [HAVE_JPEG] (jpeg_load): Sync with xfns.c.
7282 (tiff_image_p, tiff_load): Don't enclose declarations with #if
7283 HAVE_TIFF.
7284 (Qtiff, enum tiff_keyword_index, tiff_format, tiff_type)
7285 (tiff_image_p): Don't enclose with #if HAVE_TIFF.
7286 [!HAVE_TIFF] (tiff_load): Use image_load_quicktime.
7287 [HAVE_TIFF] (tiff_error_handler, tiff_warning_handler):
7288 New functions (from xfns.c).
7289 [HAVE_TIFF] (tiff_load): Sync with xfns.c.
7290 (gif_image_p, gif_load): Don't enclose declarations with #if HAVE_GIF.
7291 (Qgif, enum gif_keyword_index, gif_format, gif_type, gif_image_p):
7292 Don't enclose with #if HAVE_GIF.
7293 [!HAVE_GIF] (gif_load): Use Quicktime Movie Toolbox if it is
7294 animated gif. Otherwise use image_load_quicktime.
7295 [HAVE_GIF] (gif_lib.h): Temporarily define DrawText as
7296 gif_DrawText to avoid conflict with QuickdrawText.h.
7297 [HAVE_GIF] (gif_load): Sync with xfns.c.
7298 (enum gs_keyword_index, gs_format, gs_image_p, gs_load)
7299 [HAVE_GHOSTSCRIPT] (x_kill_gs_process): Sync with xfns.c (although
7300 Ghostscript is not supported yet).
7301 (syms_of_macfns): Initialize Qemboss, Qedge_detection, Qheuristic,
7302 QCmatrix, QCcolor_adjustment, and QCmask. Add DEFVAR_BOOL
7303 cross_disabled_images (from xfns.c). Remove #if 0 for supported
7304 image types. Remove #if HAVE_JPEG, HAVE_TIFF, HAVE_GIF, and
7305 HAVE_PNG. Add defsubr for Simage_size and Simage_mask_p.
7306 (init_xfns): Remove #if HAVE_JPEG, HAVE_TIFF, HAVE_GIF, and
7307 HAVE_PNG. Call EnterMovies to support animated gifs.
7308 Call init_image_func_pointer to bind a symbol
7309 _CGImageCreateWithPNGDataProvider if it is defined.
7310
7311 * macterm.c [MAC_OSX]: Don't include Carbon/Carbon.h (now in macgui.h).
7312 (x_draw_bar_cursor): Sync declaration with xterm.c.
7313 (XFreePixmap, mac_draw_rectangle_to_pixmap, mac_copy_area)
7314 (mac_copy_area_to_pixmap): Implementation with GWorld (offscreen
7315 graphics).
7316 (mac_set_forecolor, mac_set_backcolor): Use RED16_FROM_ULONG etc.
7317 (mac_draw_line_to_pixmap, XCreatePixmap)
7318 (XCreatePixmapFromBitmapData, mac_fill_rectangle_to_pixmap)
7319 (mac_copy_area_with_mask, mac_copy_area_with_mask_to_pixmap):
7320 New functions.
7321 (mac_draw_bitmap) [TARGET_API_MAC_CARBON]:
7322 Use GetPortBitMapForCopyBits instead of the cast to Bitmap *.
7323 Cast bits to char *.
7324 (reflect_byte): New function (from w32fns.c).
7325 (mac_create_bitmap_from_bitmap_data): Use it and don't stuff bits
7326 due to byte alignment.
7327 (mac_scroll_area) [TARGET_API_MAC_CARBON]:
7328 Use GetPortBitMapForCopyBits instead of the cast to Bitmap *.
7329 (XSetForeground): Remove static (now used in macfns.c).
7330 (HIGHLIGHT_COLOR_DARK_BOOST_LIMIT): New #define (from w32term.c).
7331 (mac_alloc_lighter_color, x_destroy_window): Sync with w32term.c.
7332 (x_setup_relief_color, x_setup_relief_colors, x_draw_box_rect)
7333 (x_draw_glyph_string_box, x_draw_image_foreground)
7334 (x_draw_image_foreground_1, x_draw_image_glyph_string)
7335 (x_draw_stretch_glyph_string, x_draw_glyph_string)
7336 (x_draw_hollow_cursor, x_draw_bar_cursor, mac_draw_window_cursor):
7337 Sync with xterm.c.
7338 (x_draw_relief_rect): Sync with xterm.c. Make 1 pixel shorter
7339 than the xterm.c version when a strictly horizontal or vertical
7340 line is drawn.
7341 (XTset_terminal_window): Add static.
7342 (x_make_frame_visible): Add UNBLOCK_INPUT.
7343 (x_free_frame_resources): New funcion (from xterm.c).
7344 (XTread_socket): Call handle_tool_bar_click if mouse up/down event
7345 occurs in tool bar area.
7346 (mac_initialize_display_info): Remove dpyinfo->n_cbits.
7347 Set dpyinfo->color_p. Determine dpyinfo->n_planes using HasDepth.
7348 Initialize image cache.
7349 (stricmp, wildstrieq, mac_font_pattern_match, mac_font_match):
7350 Enclose unused functions with #if 0.
7351 (Qbig5, Qcn_gb, Qsjis, Qeuc_kr): New variables.
7352 (decode_mac_font_name): New function to apply code conversions
7353 from a mac font name to an XLFD font name according to its script code.
7354 (x_font_name_to_mac_font_name): Apply code conversion from an XLFD
7355 font name to a mac font name according to REGISTRY and ENCODING fields.
7356 (init_font_name_table) [TARGET_API_MAC_CARBON]: Don't use a font
7357 whose name starts with `.'.
7358 (init_font_name_table): Use decode_mac_font_name. Add both
7359 jisx0208.1983-sjis and jisx0201.1976-0 entries if the script code
7360 of a font is smJapanese.
7361 (mac_do_list_fonts): New function to list fonts that match a given
7362 pattern.
7363 (x_list_fonts, XLoadQueryFont): Use it.
7364 (XLoadQueryFont): Set rbearing field for each variable width
7365 character to avoid needless redraw.
7366 (syms_of_macterm): Initialize Qbig5, Qcn_gb, Qsjis, and Qeuc_kr.
7367
7368 2004-02-26 Kim F. Storm <storm@cua.dk>
7369
7370 * keyboard.c (NREAD_INPUT_EVENTS): Temporarily increase to 512
7371 as read_socket_hook handler on X aborts if buffer is too small
7372 and W32 handler doesn't always check buffer limit.
7373
7374 * xdisp.c (handle_single_display_prop): Handle left-fringe and
7375 right-fringe similar to a display margin image. Specifically,
7376 the characters having the fringe prop are no longer shown, and
7377 we use IT_IMAGE/next_element_from_image with image_id = -1 to
7378 do this. Set fringe bitmap face_id in it->face_id.
7379 (produce_image_glyph): Handle image_id < 0 as "no image" case, but
7380 still realize it->face (i.e. the fringe bitmap face).
7381
7382 2004-02-25 Miles Bader <miles@gnu.org>
7383
7384 * xdisp.c (check_it): Check string/string_pos consistency.
7385 (init_iterator): Initialize string-related fields properly.
7386
7387 2004-02-11 Miles Bader <miles@gnu.org>
7388
7389 * xdisp.c (produce_image_glyph): Force negative descents to zero.
7390
7391 2004-02-10 Miles Bader <miles@gnu.org>
7392
7393 * xfns.c (lookup_image): Remove xassert(!interrupt_input_blocked);
7394 BLOCK_INPUT can be nested, so it doesn't make much sense.
7395
7396 2004-02-24 Michael Mauger <mmaug@yahoo.com>
7397
7398 * w32fns.c (slurp_file, xbm_scan, xbm_load_image)
7399 (xbm_read_bitmap_data): Use unsigned char for image data.
7400
7401 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
7402
7403 * abbrev.c (Finsert_abbrev_table_description): Doc fix.
7404
7405 2004-02-22 Jason Rumney <jasonr@gnu.org>
7406
7407 * w32term.c (w32_draw_fringe_bitmap): Draw overlaid bitmaps
7408 correctly over other bitmaps.
7409
7410 2004-02-21 Eli Zaretskii <eliz@gnu.org>
7411
7412 * emacs.c (USAGE1): Split into two halves.
7413 (USAGE2): Second half of the old USAGE1.
7414 (USAGE3): Rename from USAGE2.
7415 (USAGE4): Rename from USAGE3.
7416
7417 2004-02-21 Juri Linkov <juri@jurta.org>
7418
7419 * emacs.c (USAGE1): Add --no-desktop. Move --display from USAGE2.
7420 Fix --multibyte. Move --help, --version to USAGE2. Add alias
7421 --file. Fix -f, -l. Sort options. Untabify.
7422 (USAGE2): Add -hb. Fix --name, --title. Sort options. Untabify.
7423
7424 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
7425
7426 * category.c (Fdefine_category, Fcategory_docstring)
7427 (Fget_unused_category, Fset_category_table)
7428 (Fcategory_set_mnemonics): Doc fixes.
7429
7430 2004-02-20 Kim F. Storm <storm@cua.dk>
7431
7432 * keyboard.c: Undo 2004-02-16 and 2004-02-17 changes.
7433 The following changes are relative to the 2004-01-21 revision.
7434 (NREAD_INPUT_EVENTS): Define as max number of input events to read
7435 in one call to read_socket_hook. Value is 8.
7436 (read_avail_input): Separate and rework handling of read_socket_hook
7437 and non-read_socket_hook cases. Use smaller input_event buffer
7438 in read_socket_hook case, and repeat if full buffer is read.
7439 Use new local variable 'discard' to skip input after C-g.
7440 In non-read_socket_hook case, just use a single input_event, and
7441 call kbd_buffer_store_event on the fly for each character.
7442
7443 2004-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
7444
7445 * lisp.h (union Lisp_Object): Give a more precise type for `type'.
7446 Remove unused `gu' alternative.
7447
7448 2004-02-19 Andreas Schwab <schwab@suse.de>
7449
7450 * fringe.c (Fdefine_fringe_bitmap): Use && instead of & to avoid
7451 warning.
7452
7453 2004-02-18 Kim F. Storm <storm@cua.dk>
7454
7455 * xdisp.c (get_window_cursor_type, display_and_set_cursor):
7456 Fix last change.
7457
7458 2004-02-17 Kim F. Storm <storm@cua.dk>
7459
7460 * xdisp.c (fast_find_position): Fix return value of new version;
7461 it was inverted compared to the 21.1 version.
7462 (get_window_cursor_type): Don't look at glyph if NULL.
7463 (display_and_set_cursor): Set glyph to NULL if cursor in fringe.
7464
7465 * keyboard.c: Rework previous change; it didn't consider that the
7466 buf array was allocated on the stack.
7467 (prev_read): Remove variable.
7468 (read_avail_input_buf): New static event buffer array.
7469 (in_read_avail_input): New static variable to handle re-entrancy.
7470 (read_avail_input): Change buf to pinter to read_avail_input_buf.
7471 Use in_read_avail_input to handle re-entrance; when re-entered,
7472 fully initialize and use tmp_buf array instead of read_avail_input_buf.
7473 Do not initialize read_avail_input_buf in full here; instead assume it
7474 is always cleared on entry. To ensure that, we clear (just) the
7475 entries that were used before we return.
7476 (init_keyboard): Initialize read_avail_input_buf here.
7477
7478 2004-02-16 Jesper Harder <harder@ifa.au.dk>
7479
7480 * cmds.c (Fend_of_line): Doc fix.
7481
7482 2004-02-16 Dmitry Antipov <dmitry.antipov@mail.ru> (tiny change)
7483
7484 * keyboard.c (prev_read): New static variable.
7485 (read_avail_input): Use it to zero out only those slots in buf[]
7486 that were used last time we were called.
7487
7488 2004-02-16 Eli Zaretskii <eliz@gnu.org>
7489
7490 * Makefile.in (obj): Move fringe.o from here...
7491 (XOBJ, MAC_OBJ): ...to here.
7492
7493 2004-02-16 Stephen Eglen <stephen@gnu.org>
7494
7495 * fringe.c (init_fringe_bitmap): Define j in MAC_OS code.
7496
7497 2004-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
7498
7499 * data.c (Fbyteorder):
7500 * fringe.c (Fdefine_fringe_bitmap):
7501 * xdisp.c (handle_single_display_prop):
7502 * xselect.c (x_handle_dnd_message): Lisp_Object/int mixup.
7503
7504 2004-02-16 Jason Rumney <jasonr@gnu.org>
7505
7506 * w32term.c (w32_draw_fringe_bitmap): Handle overlay fringe bitmaps.
7507
7508 2004-02-15 Steven Tamm <steventamm@mac.com>
7509
7510 * macterm.c (Vmac_emulate_three_button_mouse): New variable for
7511 controlling emulation of a three button mouse with option and
7512 command keys.
7513 (Qreverse, mac_get_enumlated_btn): Handle the emulation.
7514 (mac_event_to_emacs_modifiers, XTread_socket): Ditto.
7515
7516 2004-02-15 Kim F. Storm <storm@cua.dk>
7517
7518 * buffer.c (syms_of_buffer): Doc fix for indicate-buffer-boundaries.
7519
7520 * fringe.c (init_fringe_bitmap) [MAC_OS, WORDS_BIG_ENDIAN]:
7521 Perform byte-swapping.
7522
7523 2004-02-14 Kim F. Storm <storm@cua.dk>
7524
7525 * dispextern.h (struct draw_fringe_bitmap_params): Change member
7526 bits from char to short to facilitate wider bitmaps.
7527 (struct redisplay_interface): Fix prototype of define_fringe_bitmap
7528 member.
7529
7530 * fringe.c (struct fringe_bitmap): Change member bits from char to
7531 short to facilitate 16 bits wide bitmaps. Modify all standard
7532 bitmaps accordingly.
7533 (BYTES_PER_BITMAP_ROW, STANDARD_BITMAP_HEIGHT): New macros.
7534 (FRBITS): Use STANDARD_BITMAP_HEIGHT instead of just sizeof.
7535 (draw_fringe_bitmap): Ditto.
7536 (init_fringe_bitmap) [MAC_OS]: Don't bitswap.
7537 (init_fringe_bitmap) [HAVE_X_WINDOWS]: Enhance bitswapping to
7538 handle up to 16 bits wide bitmaps.
7539 (Fdefine_fringe_bitmap): Doc fix. Handle wider bitmaps.
7540 (Ffringe_bitmaps_at_pos): Add missing arg declarations.
7541
7542 * macterm.c (mac_draw_bitmap): Handle 16 bits wide bitmaps directly.
7543 (x_draw_fringe_bitmap): Use enhanced mac_draw_bitmap, so we no longer
7544 need to call mac_create_bitmap_from_bitmap_data and mac_free_bitmap.
7545
7546 * w32term.c (w32_define_fringe_bitmap): Bitmaps are now 16 bits wide,
7547 so it is no longer necessary to expand them here.
7548
7549 * xterm.c (x_draw_fringe_bitmap): Handle wider bitmaps (max 16 bits).
7550
7551 2004-02-12 Kim F. Storm <storm@cua.dk>
7552
7553 * window.c (Fwindow_fringes): Doc fix.
7554
7555 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7556
7557 * xselect.c (x_get_foreign_selection): Add new optional parameter
7558 time_stamp.
7559 (Fx_get_selection_internal): Ditto, pass time_stamp to
7560 x_get_foreign_selection.
7561
7562 * data.c (Fbyteorder): New function.
7563
7564 2004-02-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7565
7566 * atimer.c: Move include stdio.h to same place as in other files.
7567
7568 * region-cache.c: Ditto.
7569
7570 * sysdep.c: Ditto.
7571
7572 * xfaces.c: Ditto.
7573
7574 2004-02-09 Sam Steingold <sds@gnu.org>
7575
7576 * w32term.c (w32_draw_fringe_bitmap): Fix a typo in the last patch.
7577
7578 2004-02-09 Kim F. Storm <storm@cua.dk>
7579
7580 * fringe.c: New file. Move original fringe related declarations
7581 and code from dispextern.h and xdisp.c here.
7582 Rework code to support user defined fringe bitmaps, redefining
7583 standard bitmaps, ability to overlay user defined bitmap with
7584 overlay arrow bitmap, and add faces to bitmaps.
7585 (Voverflow_newline_into_fringe): Declare here.
7586 (enum fringe_bitmap_align): New enum.
7587 (..._bits): All bitmaps are now defined without bitswapping; that
7588 is now done in init_fringe_once (if necessary).
7589 (standard_bitmaps): New array with specifications for the
7590 standard fringe bitmaps.
7591 (fringe_faces): New array.
7592 (valid_fringe_bitmap_id_p): New function.
7593 (draw_fringe_bitmap_1): Rename from draw_fringe_bitmap.
7594 (draw_fringe_bitmap): New function which draws fringe bitmap,
7595 possibly overlaying bitmap with cursor in right fringe or the
7596 overlay arrow in the left fringe.
7597 (update_window_fringes): Do not handle overlay arrow here.
7598 Compare and copy fringe bitmap faces.
7599 (init_fringe_bitmap): New function.
7600 (Fdefine_fringe_bitmap, Fdestroy_fringe_bitmap): New DEFUNs to
7601 define and destroy user defined fringe bitmaps.
7602 (Fset_fringe_bitmap_face): New DEFUN to set face for a fringe bitmap.
7603 (Ffringe_bitmaps_at_pos): New DEFUN to read current fringe bitmaps.
7604 (syms_of_fringe): New function. Defsubr new DEFUNs.
7605 DEFVAR_LISP Voverflow_newline_into_fringe.
7606 (init_fringe_once, init_fringe): New functions.
7607 (w32_init_fringe, w32_reset_fringes) [WINDOWS_NT]: New functions.
7608
7609 * Makefile.in (obj): Add fringe.o.
7610 (fringe.o): New dependencies.
7611
7612 * dispextern.h (FRINGE_ID_BITS): New definition for number of
7613 bits allocated to hold a fringe number. Increase number of bits
7614 from 4 to 8 to allow user defined fringe bitmaps.
7615 (struct glyph_row, struct it): New members left_user_fringe_bitmap,
7616 left_user_fringe_face_id, right_user_fringe_bitmap,
7617 right_user_fringe_face_id.
7618 (enum fringe_bitmap_type, struct fringe_bitmap, fringe_bitmaps):
7619 Move to new file fringe.c.
7620 (MAX_FRINGE_BITMAPS): Define here.
7621 (struct draw_fringe_bitmap_params): New members bits, cursor_p,
7622 and overlay_p. Change member which to int.
7623 (struct redisplay_interface): New members define_fringe_bitmap
7624 and destroy_fringe_bitmap.
7625 (valid_fringe_bitmap_id_p): Add prototype.
7626 (w32_init_fringe, w32_reset_fringes) [WINDOWS_NT]: Add prototypes.
7627
7628 * dispnew.c (row_equal_p): Compare fringe bitmap faces and overlay
7629 arrows.
7630 (update_frame): Do flush_display if force_flush_display_p to
7631 ensure display (specifically fringes) are updated in a timely
7632 manner when resizing the frame by dragging the mouse.
7633 (update_window_line): Update row if overlay arrow changed.
7634 (scrolling_window): Redraw fringe bitmaps if fringe bitmap faces
7635 or overlay arrow changed.
7636
7637 * emacs.c (main) [HAVE_WINDOW_SYSTEM]: Call init_fringe_once,
7638 syms_of_fringe, and init_fringe.
7639
7640 * frame.h (struct frame): New member force_flush_display_p.
7641
7642 * lisp.h (syms_of_fringe, init_fringe, init_fringe_once):
7643 Add prototypes.
7644
7645 * macterm.c (mac_draw_bitmap): Add overlay_p arg.
7646 (x_draw_fringe_bitmap): Handle overlayed fringe bitmaps;
7647 thanks to YAMAMOTO Mitsuharu for advice on how to do this.
7648 Use cursor color for displaying cursor in fringe.
7649 (x_redisplay_interface): Add null handlers for
7650 define_fringe_bitmap and destroy_fringe_bitmap functions.
7651
7652 * w32term.c (w32_draw_fringe_bitmap): Copy unadapted code from
7653 xterm.c to handle overlayed fringe bitmaps and to use cursor color
7654 for displaying cursor in fringe.
7655 (w32_define_fringe_bitmap, w32_destroy_fringe_bitmap): New W32
7656 specific functions to define and destroy fringe bitmaps in fringe_bmp.
7657 (w32_redisplay_interface): Add them to redisplay_interface.
7658 (w32_term_init): Call w32_init_fringe instead of explicitly
7659 defining fringe bitmaps in fringe_bmp array.
7660 (x_delete_display): Call w32_reset_fringes instead of explicitly
7661 destroying fringe bitmaps in fringe_bmp array.
7662
7663 * xdisp.c (Voverflow_newline_into_fringe, syms_of_xdisp)
7664 (left_bits, right_bits, up_arrow_bits, down_arrow_bits)
7665 (continued_bits, continuation_bits, ov_bits, first_line_bits)
7666 (last_line_bits, filled_box_cursor_bits, hollow_box_cursor_bits)
7667 (bar_cursor_bits, hbar_cursor_bits, zv_bits, hollow_square_bits)
7668 (fringe_bitmaps, draw_fringe_bitmap, draw_row_fringe_bitmaps)
7669 (draw_window_fringes, compute_fringe_widths, update_window_fringes):
7670 Move fringe handling vars and code to new file fringe.c.
7671 (handle_display_prop): Handle left-fringe and right-fringe
7672 display properties; store user fringe bitmaps in iterator.
7673 (move_it_in_display_line_to): Handle cursor in fringe at eob.
7674 (clear_garbaged_frames): Set force_flush_display_p if resized.
7675 (redisplay_window): Redraw fringe bitmaps if not just_this_one_p.
7676 (display_line): Handle cursor in fringe at eob.
7677 (display_line): Set row user fringe bitmaps from iterator.
7678
7679 * xterm.c (x_draw_fringe_bitmap): Handle overlayed fringe bitmaps.
7680 Use cursor color for displaying cursor in fringe.
7681 (x_redisplay_interface): Add null handlers for
7682 define_fringe_bitmap and destroy_fringe_bitmap functions.
7683
7684 2004-02-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7685
7686 * macfns.c (Fx_change_window_property): Make doc string and
7687 parameters same as for X version.
7688
7689 * w32fns.c (Fx_change_window_property): Ditto.
7690
7691 2004-02-07 Kim F. Storm <storm@cua.dk>
7692
7693 * xdisp.c (hscroll_window_tree): Position cursor near to right
7694 margin in hscrolled window when jumping to end of line (rather
7695 than centering cursor).
7696
7697 * process.c (wait_reading_process_input): Don't do adaptive read
7698 buffering if waiting for a specific process.
7699
7700 2004-02-05 Luc Teirlinck <teirllm@auburn.edu>
7701
7702 * minibuf.c (Fminibufferp, Fread_from_minibuffer)
7703 (Fread_minibuffer, Feval_minibuffer)
7704 (Fread_string, Fread_no_blanks_input)
7705 (Fcompleting_read): Doc fixes.
7706 (syms_of_minibuf): Doc fixes for minibuffer-completion-table and
7707 completion-regexp-list. Define Qcase_fold_search and staticpro it.
7708 (read_minibuf): Fix initial comment.
7709 (Ftry_completion, Fall_completions, Ftest_completion): Bind
7710 case-fold-search to the value of completion-ignore-case when
7711 checking completion-regexp-list.
7712 (Fdisplay_completion_list): Make it handle arguments that are
7713 symbols. Doc fix.
7714
7715 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7716
7717 * xterm.h: Add declaration of free_frame_menubar.
7718
7719 * xfns.c (x_create_bitmap_mask): Removed unused variable depth.
7720 (x_set_menu_bar_lines): Added ! defined USE_GTK for olines.
7721 (Fx_change_window_property): Add declaration of parameters type and
7722 format. Remove unused variable cons.
7723
7724 * xselect.c: Include stdio,h.
7725
7726 2004-02-05 Kenichi Handa <handa@m17n.org>
7727
7728 * fns.c (Fset_char_table_range): Fix previous change.
7729
7730 * buffer.c (Fset_buffer_multibyte): Fix docstring.
7731
7732 2004-02-04 Luc Teirlinck <teirllm@auburn.edu>
7733
7734 * editfns.c (Fchar_after, Fchar_before): Doc fixes.
7735
7736 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
7737
7738 * keymap.c (Vmouse_events): Rename from Vmenu_events.
7739 (syms_of_keymap): Add mouse-[45], header-line, and mode-line to it.
7740
7741 2004-02-04 Kenichi Handa <handa@m17n.org>
7742
7743 * fns.c (Fset_char_table_range): Handle charsets ascii,
7744 eight-bit-control, and eight-bit-graphic correctly.
7745
7746 2004-02-03 Jason Rumney <jasonr@gnu.org>
7747
7748 * w32select.c (Fw32_set_clipboard_data): Make coding iso2022 safe.
7749
7750 * w32fns.c (x_to_w32_font): Likewise.
7751
7752 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7753
7754 * xterm.h: Add x_handle_dnd_message, x_check_property_data,
7755 x_fill_property_data, x_property_data_to_lisp and check_x_display_info.
7756
7757 * xterm.c (handle_one_xevent): Call x_handle_dnd_message for
7758 ClientMessages.
7759
7760 * xselect.c: Include termhooks.h and X11/Xproto.h
7761 (x_check_property_data, x_fill_property_data)
7762 (x_property_data_to_lisp, mouse_position_for_drop)
7763 (Fx_get_atom_name, x_handle_dnd_message): New functions for DND support.
7764 (Fx_send_client_event): Move here from xfns.c.
7765 (syms_of_xselect): Add Sx_get_atom_name and Sx_send_client_message.
7766
7767 * xfns.c (x-send-client-message): Move to xselect.c
7768 (Fx_change_window_property): Add optional arguments TYPE, FORMAT and
7769 OUTER_P.
7770 (Fx_window_property): Add optional arguments TYPE, SOURCE, DELETE_P,
7771 VECTOR_RET_P. Handle AnyPropertyType. Call x_property_data_to_lisp
7772 if vector_ret_p is true.
7773 (syms_of_xfns): Sx_send_client_message moved to xselect.c.
7774
7775 2004-02-02 Eli Zaretskii <eliz@gnu.org>
7776
7777 * fileio.c (Fcopy_file): If NEWNAME is a directory, expand the
7778 basename of FILE relative to it, not FILE itself.
7779
7780 2004-02-02 Kenichi Handa <handa@m17n.org>
7781
7782 * coding.c (coding_restore_composition): Check invalid
7783 composition data more rigidly.
7784
7785 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
7786
7787 * fileio.c (Fread_file_name_internal): Correctly handle the case
7788 where insert-default-directory is nil.
7789 (Fread_file_name): Always return an empty string if the user exits
7790 with an empty minibuffer. Adapt the docstring accordingly.
7791 (syms_of_fileio): Adapt the docstring of insert-default-directory
7792 to the change in Fread_file_name.
7793
7794 2004-01-29 Eli Zaretskii <eliz@gnu.org>
7795
7796 * alloca.c [!alloca]: Fix the prototype for xfree.
7797
7798 2004-01-29 Kenichi Handa <handa@m17n.org>
7799
7800 * fns.c (string_char_to_byte): Optimize for ASCII only string.
7801 (string_byte_to_char): Likewise.
7802
7803 2004-01-28 Peter Runestig <peter@runestig.com>
7804
7805 * makefile.w32-in, w32fns.c: Add `default-printer-name' function.
7806
7807 2004-01-27 Steven Tamm <steventamm@mac.com>
7808
7809 * unexmacosx.c (unexec_copy): Do not copy more than was
7810 requested to prevent overwriting during unexec.
7811
7812 2004-01-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7813
7814 * process.c (sigchld_handler): Add comment about not calling malloc.
7815
7816 * process.h: Add extern to synch_process_termsig.
7817
7818 2004-01-27 Steven Tamm <steventamm@mac.com>
7819
7820 * macterm.c (make_mac_frame, make_mac_terminal_frame):
7821 Move setting of scroll bars from make_mac_frame to
7822 make_mac_terminal_frame to prevent clobbering of scroll-bar-mode.
7823
7824 2004-01-26 Richard M. Stallman <rms@gnu.org>
7825
7826 * search.c (Freplace_match): Handle nonexistent
7827 back-references properly.
7828
7829 2004-01-03 Richard M. Stallman <rms@gnu.org>
7830
7831 * window.c (decode_any_window): New function.
7832 (Fwindow_height, Fwindow_width, Fwindow_edges)
7833 (Fwindow_pixel_edges, Fwindow_inside_edges)
7834 (Fwindow_inside_pixel_edges): Use decode_any_window.
7835
7836 2004-01-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7837
7838 * process.h: synch_process_termsig new variable.
7839
7840 * callproc.c: Define synch_process_termsig.
7841 (Fcall_process): Initiate synch_process_termsig to zero and
7842 check if non-zero and get signal name after subprocess has ended.
7843
7844 * process.c (sigchld_handler): Set synch_process_termsig
7845 if terminated by a signal. synch_process_death setting removed.
7846
7847 * sysdep.c (mkdir, rmdir): Also check synch_process_termsig.
7848
7849 2004-01-26 Andreas Schwab <schwab@suse.de>
7850
7851 * print.c (print_preprocess): Declare size as EMACS_INT to not
7852 lose bits.
7853 (print_object): Likewise.
7854 * alloc.c (Fpurecopy): Likewise.
7855
7856 2004-01-25 Luc Teirlinck <teirllm@auburn.edu>
7857
7858 * window.c (Fwindow_minibuffer_p): Doc fix.
7859
7860 2004-01-24 Jonathan Yavner <jyavner@member.fsf.org>
7861
7862 * editfns.c (Fformat): Make both passes accept the same set of flags.
7863
7864 2004-01-23 Kenichi Handa <handa@m17n.org>
7865
7866 * fns.c (Fmd5): If OBJECT is a buffer different from the current
7867 one, set buffer to OBJECT temporarily.
7868
7869 2004-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
7870
7871 * keyboard.c (kbd_buffer_gcpro): Remove.
7872 (kbd_buffer_store_event, clear_event, Fdiscard_input)
7873 (stuff_buffered_input, init_keyboard, syms_of_keyboard):
7874 Don't initialize and/or maintain the variable any more. It was made
7875 redundant by my commit of 2003-06-15.
7876
7877 * lisp.h [USE_LSB_TAG && !DECL_ALIGN]: Signal an error.
7878
7879 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7880
7881 * lisp.h: Add undef DECL_ALIGN.
7882
7883 2004-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
7884
7885 * process.c (wait_reading_process_input) [SYNC_INPUT]:
7886 Check interrupt_input_pending explicitly.
7887
7888 * lisp.h (QUIT) [SYNC_INPUT]: Check interrupt_input_pending as well.
7889
7890 * keyboard.c (handle_async_input): New fun,
7891 extracted from input_available_signal.
7892 (input_available_signal, reinvoke_input_signal): Use it.
7893
7894 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
7895
7896 * buffer.c (buffer_defaults, buffer_local_symbols): Use DECL_ALIGN.
7897
7898 * lisp.h [USE_LSB_TAG]: Add definitions for Lisp_Object value
7899 manipulation macros for when tags are in the lower bits.
7900 (struct Lisp_Free) [USE_LSB_TAG]: Add padding.
7901 (DECL_ALIGN): New macro.
7902 (DEFUN): Use it.
7903
7904 * lisp.h [ENABLE_CHECKING]: Don't force union type.
7905
7906 * s/darwin.h (__attribute__): Remove outdated workaround.
7907
7908 * macterm.c (main) [USE_LSB_TAG]: Don't range check the ram.
7909
7910 * alloc.c (lisp_malloc, lisp_align_malloc) [USE_LSB_TAG]:
7911 Don't check range of malloc address.
7912 (pure_alloc) [USE_LSB_TAG]: Enforce alignment.
7913
7914 * process.c (wait_reading_process_input): Lisp_Object/int mixup.
7915
7916 * dired.c (Ffile_attributes): Lisp_Object/int mixup.
7917
7918 2004-01-19 Kenichi Handa <handa@m17n.org>
7919
7920 * fontset.c (fontset_font_pattern): Fix previous change.
7921
7922 2004-01-16 Miles Bader <miles@gnu.ai.mit.edu>
7923
7924 * xdisp.c (Voverflow_newline_into_fringe)
7925 (move_it_in_display_line_to, redisplay_internal)
7926 (update_window_fringes, redisplay_window, display_line, window):
7927 Add `#ifdef HAVE_WINDOW_SYSTEM' around fringe-drawing stuff, so
7928 that it compiles without a window-system.
7929 * dispnew.c (direct_output_for_insert, update_window): Likewise.
7930
7931 2004-01-16 Kim F. Storm <storm@cua.dk>
7932
7933 * buffer.h (struct buffer): New member indicate_buffer_boundaries.
7934
7935 * buffer.c (init_buffer_once): Set buffer_defaults and
7936 buffer_local_flags for indicate_buffer_boundaries.
7937 (syms_of_buffer): Defvar_per_buffer it, and defvar_lisp_nopro
7938 default- variable for it.
7939
7940 * dispextern.h (struct glyph_row): New members left_fringe_bitmap,
7941 right_fringe_bitmap, redraw_fringe_bitmaps_p for new fringe handling.
7942 New members exact_window_width_line_p and cursor_in_fringe_p for
7943 overflowing newlines into right fringe.
7944 New members indicate_bob_p, indicate_top_line_p, indicate_eob_p,
7945 and indicate_bottom_line_p for buffer boundaries and scrolling.
7946 (enum fringe_bitmap_type): Add UP_ARROW_BITMAP, DOWN_ARROW_BITMAP,
7947 FIRST_LINE_BITMAP, LAST_LINE_BITMAP, FILLED_BOX_CURSOR_BITMAP,
7948 HOLLOW_BOX_CURSOR_BITMAP, BAR_CURSOR_BITMAP, HBAR_CURSOR_BITMAP,
7949 and HOLLOW_SQUARE_BITMAP.
7950 (draw_fringe_bitmap, draw_window_fringes, update_window_fringes):
7951 Add prototypes.
7952
7953 * dispnew.c (row_equal_p, update_window_line): Compare fringe bitmaps
7954 instead of related indicator fields.
7955 Compare exact_window_width_line_p and cursor_in_mouse_face_p indicators.
7956 (direct_output_for_insert): Handle exact width lines like
7957 contined lines. Call update_window_fringes.
7958 (update_window): Call update_window_fringes.
7959 (scrolling_window): Don't skip desired rows with changed bitmaps.
7960 Check if fringe bitmaps changes when assigning scrolled rows.
7961
7962 * xdisp.c (Voverflow_newline_into_fringe): New variable.
7963 (IT_OVERFLOW_NEWLINE_INTO_FRINGE): New macro.
7964 (move_it_in_display_line_to): Overflow newline into fringe for
7965 rows that are exactly as wide as the window.
7966 (up_arrow_bits, down_arrow_bits, first_line_bits, last_line_bits)
7967 (filled_box_cursor_bits, hollow_box_cursor_bits, bar_cursor_bits)
7968 (hbar_cursor_bits, hollow_square_bits): New fringe bitmaps.
7969 (fringe_bitmaps): Add new bitmaps.
7970 (draw_fringe_bitmap): Make extern. Remove WHICH arg.
7971 Select proper bitmap for cursor in fringe when appropriate.
7972 Handle alignment of bitmap to top or bottom of row.
7973 (draw_row_fringe_bitmaps): Don't select bitmaps here; that is now
7974 done by update_window_fringes.
7975 (update_window_fringes, draw_window_fringes): New functions.
7976 (redisplay_internal): Call update_window_fringes in case only
7977 cursor row is updated.
7978 (redisplay_window): Call update_window_fringes.
7979 Explicitly call draw_window_fringes if redisplay was done using
7980 the current matrix or the overlay arrow is in the window.
7981 (try_window_reusing_current_matrix): Mark scrolled rows for
7982 fringe update (to update buffer-boundaries / scrolling icons).
7983 (find_last_unchanged_at_beg_row): Handle exact width lines line
7984 continued lines.
7985 (display_line): Overflow newline into fringe for rows that are
7986 exactly as wide as the window. Don't append space for newline
7987 in this case.
7988 (notice_overwritten_cursor): Explicitly clear cursor bitmap
7989 in fringe as if it had been overwritten.
7990 (erase_phys_cursor): Erase cursor bitmap in fringe.
7991 (syms_of_xdisp): Mark show-trailing-whitespace and
7992 void-text-area-pointer as user options.
7993 DEFVAR_LISP Voverflow_newline_into_fringe. Enable by default.
7994
7995 * xterm.c (x_update_window_end): Call draw_window_fringes.
7996 (x_after_update_window_line): Just set redraw_fringe_bitmaps_p
7997 in row instead of actually drawing fringe bitmaps.
7998 (x_draw_fringe_bitmap): Handle bottom aligned bitmaps.
7999 (x_draw_window_cursor): Draw cursor in fringe.
8000
8001 * w32term.c (x_update_window_end): Call draw_window_fringes.
8002 (x_after_update_window_line): Just set redraw_fringe_bitmaps_p
8003 in row instead of actually drawing fringe bitmaps.
8004 (w32_draw_fringe_bitmap): Handle bottom aligned bitmaps.
8005 (w32_draw_window_cursor): Draw cursor in fringe.
8006
8007 * macterm.c (x_update_window_end): Call draw_window_fringes.
8008 (x_after_update_window_line): Just set redraw_fringe_bitmaps_p
8009 in row instead of actually drawing fringe bitmaps.
8010 (x_draw_fringe_bitmap): Handle bottom aligned bitmaps.
8011 (mac_draw_window_cursor): Draw cursor in fringe.
8012
8013 2004-01-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8014
8015 * xterm.c (handle_one_xevent): Don't handle characters that are part
8016 of an old style (XLookupString) compose sequence.
8017
8018 2004-01-15 Kenichi Handa <handa@m17n.org>
8019
8020 * search.c (Freplace_match): Use make_multibyte_string or
8021 make_unibyte_string according to the buffer multibyteness.
8022
8023 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
8024
8025 * alloc.c (struct interval_block, struct string_block)
8026 (struct symbol_block, struct marker_block, live_string_p)
8027 (live_cons_p, live_symbol_p, live_float_p, live_misc_p):
8028 Better preserve alignment for objects in blocks.
8029 (FLOAT_BLOCK_SIZE): Adjust for possible alignment padding.
8030
8031 * lread.c (defvar_per_buffer): Remove dead declaration.
8032
8033 * macterm.c (do_check_ram_size): Don't hardcode the lisp address
8034 space size.
8035
8036 2004-01-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8037
8038 * xmenu.c (popup_get_selection): Check new parameter down_on_keypress
8039 if a key press should pop down. Only pop down if a key is pressed
8040 outside the menu/dialog.
8041 (create_and_show_popup_menu): Pass 0 for down_on_keypress to
8042 popup_get_selection.
8043 (create_and_show_dialog): Pass 1 for down_on_keypress to
8044 popup_get_selection.
8045
8046 2004-01-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8047
8048 * alloc.c (allocate_vectorlike): Surround calls to mallopt with
8049 BLOCK/UNBLOCK_INPUT.
8050
8051 2004-01-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8052
8053 * xmenu.c (Fx_popup_dialog): Add an Ok button if no buttons are
8054 specified.
8055
8056 2004-01-08 Kenichi Handa <handa@m17n.org>
8057
8058 * editfns.c (Fformat): Fix '&' to '&&'.
8059
8060 2004-01-08 Andreas Schwab <schwab@suse.de>
8061
8062 * print.c (print_preprocess) <case Lisp_Vectorlike>: Only mask
8063 size if PSEUDOVECTOR_FLAG is set.
8064
8065 2004-01-07 Kenichi Handa <handa@m17n.org>
8066
8067 * charset.c (Fdeclare_equiv_charset): Fix docstring.
8068
8069 * fontset.c (fontset_ref_via_base): Fix previous change.
8070
8071 2004-01-07 Kim F. Storm <storm@cua.dk>
8072
8073 * process.c (read_process_output): Only activate adaptive
8074 buffering if we read less than 256 bytes at a time.
8075
8076 2004-01-06 Kim F. Storm <storm@cua.dk>
8077
8078 * dispnew.c (buffer_posn_from_coords): Return both buffer/string
8079 object and image object. Return glyph width and height.
8080 (mode_line_string, marginal_area_string): Ditto.
8081
8082 * dispextern.h (buffer_posn_from_coords, mode_line_string)
8083 (marginal_area_string): Fix prototypes.
8084
8085 * keyboard.h (POSN_POSN, POSN_SET_POSN): Rename macros from
8086 POSN_BUFFER_POSN and POSN_SET_BUFFER_POSN. All uses changed.
8087 (POSN_INBUFFER_P, POSN_BUFFER_POSN): New macros.
8088
8089 * keyboard.c (make_lispy_position): Use modified mode_line_string,
8090 buffer_posn_from_coords, and marginal_area_string functions to
8091 include both string object and image object in the lispy position.
8092 Also add actual glyph width and height to position.
8093 (read_key_sequence): Use real buffer position from mouse
8094 event to find keymap property even when click is in marginal area.
8095
8096 * xdisp.c (note_mode_line_or_margin_highlight): Use modified
8097 mode_line_string and marginal_area_string functions to handle
8098 both string object and image object properties.
8099
8100 2004-01-06 Andreas Schwab <schwab@suse.de>
8101
8102 * syntax.c (skip_chars): Treat '-' at end of string as ordinary
8103 character.
8104
8105 2004-01-02 Andreas Schwab <schwab@suse.de>
8106
8107 * macterm.c (emacs_options, x_initialized, same_x_server):
8108 Remove unused (and duplicated) definitions.
8109
8110 2004-01-02 Kim F. Storm <storm@cua.dk>
8111
8112 * process.h (struct Lisp_Process): New members for adaptive read
8113 buffering: adaptive_read_buffering, read_output_delay, and
8114 read_output_skip.
8115
8116 * process.c (ADAPTIVE_READ_BUFFERING): New conditional.
8117 (READ_OUTPUT_DELAY_INCREMENT, READ_OUTPUT_DELAY_MAX)
8118 (READ_OUTPUT_DELAY_MAX_MAX): New constants.
8119 (process_output_delay_count, process_output_skip): New vars.
8120 (Vprocess_adaptive_read_buffering): New variable.
8121 (make_process): Initialize adaptive read buffering members.
8122 (Fstart_process): Set adaptive_read_buffering member.
8123 (deactivate_process): Cleanup adaptive read buffering.
8124 (wait_reading_process_input): Temporarily omit delayed
8125 subprocesses from the set of file descriptors to read from;
8126 adjust the select timeout if we skipped any subprocesses.
8127 (read_process_output): Increase adaptive read buffering delay if
8128 we read less than a full buffer; reduce delay when we read a
8129 full buffer.
8130 (send_process): Simplify using local Lisp_Process var.
8131 Reset adaptive read buffering delay after write.
8132 (init_process): Initialize process_output_delay_count and
8133 process_output_skip.
8134 (syms_of_process): DEFVAR_LISP Vprocess_adaptive_read_buffering.
8135
8136 2004-01-01 Jason Rumney <jasonr@gnu.org>
8137
8138 * w32term.c (w32_text_out): Use s->font, for consistency with callers.
8139
8140 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
8141
8142 * print.c (Ferror_message_string): Add hyperlink in the docstring
8143 to the definition of `signal' in the Elisp manual.
8144 * eval.c (Fsignal): Ditto.
8145
8146 2003-12-29 James Clark <jjc@jclark.com>
8147
8148 * fns.c (internal_equal): Return t for two NaN arguments.
8149
8150 2003-12-29 Richard M. Stallman <rms@gnu.org>
8151
8152 * data.c (store_symval_forwarding): Handle setting
8153 default-fill-column, etc., by changing the value in
8154 buffers that use the default.
8155
8156 * minibuf.c (Fset_minibuffer_window): Doc fix.
8157
8158 * fileio.c (choose_write_coding_system): Ignore auto_saving
8159 if using the visited file for auto saves.
8160 (Fwrite_region): Don't update SAVE_MODIFF
8161 if auto-saving in visited file.
8162
8163 2003-12-29 Kenichi Handa <handa@m17n.org>
8164
8165 * dispextern.h (face_font_available_p): Extern it.
8166
8167 * fontset.c (Voverriding_fontspec_alist): New variable.
8168 (lookup_overriding_fontspec): New function.
8169 (fontset_ref_via_base): Call lookup_overriding_fontspec if necessary.
8170 (fontset_font_pattern): Likewise.
8171 (regulalize_fontname): New function.
8172 (Fset_fontset_font): Call regulalize_fontname.
8173 (Fset_overriding_fontspec_internal): New function.
8174 (syms_of_fontset): Initialize and staticpro Voverriding_fontspec_alist.
8175 Defsubr Sset_overriding_fontspec_internal.
8176
8177 * xfaces.c (face_font_available_p): New function.
8178
8179 2003-12-28 Richard M. Stallman <rms@gnu.org>
8180
8181 * buffer.c (Fother_buffer): Don't crash if BUF is nil
8182 or if its name is nil.
8183
8184 * buffer.c (Fkill_buffer): Don't delete auto-save file
8185 if it's the same as the visited file.
8186
8187 2003-12-28 Luc Teirlinck <teirllm@auburn.edu>
8188
8189 * coding.c (Fcheck_coding_system): Doc fix.
8190
8191 2003-12-28 Kim F. Storm <storm@cua.dk>
8192
8193 * Makefile.in (eval.o): Depend on dispextern.h.
8194
8195 * dispnew.c (buffer_posn_from_coords): Fix calculation of dy for
8196 image glyph using image's ascent.
8197 (mode_line_string): Return image glyph as object clicked on.
8198 Adjust y0 for image glyph using image's ascent.
8199
8200 * dispextern.h (FACE_ID_BITS, MAX_FACE_ID): New defines.
8201 (struct glyph): New members, ascent and descent. Used to save
8202 this glyph's ascent and descent, instead of having.
8203 (struct glyph): Declare member face_id using FACE_ID_BITS.
8204 (find_hot_spot): Add prototype.
8205
8206 * keyboard.c (Qimage): Remove extern (now in lisp.h).
8207 (QCmap): Declare extern.
8208 (make_lispy_position): When position is inside image hot-spot,
8209 use hot-spot element's id as posn element.
8210
8211 * lisp.h (IMAGEP): New macro to test for image object type.
8212 (Qimage): Declare extern.
8213
8214 * macfns.c (Qimage): Remove extern (now in lisp.h).
8215 (valid_image_p, parse_image_spec): Use IMAGEP macro.
8216
8217 * macterm.c (Qface, Qmouse_face): Remove unused externs.
8218
8219 * w32fns.c (Qimage): Remove extern (now in lisp.h).
8220 (valid_image_p, parse_image_spec): Use IMAGEP macro.
8221
8222 * w32menu.c (Qmouse_click, Qevent_kind): Remove unused externs.
8223
8224 * w32term.c (Qface, Qmouse_face): Remove unused externs.
8225
8226 * xdisp.c (Qarrow, Qhand, Qtext, Qpointer): New variables for
8227 pointer types.
8228 (Qrelative_width, Qalign_to): Remove unused variables.
8229 (Vvoid_text_area_pointer): Replace Vshow_text_cursor_in_void.
8230 (QCmap, QCpointer, Qrect, Qcircle, Qpoly): New variables for
8231 image maps.
8232 (x_y_to_hpos_vpos): Return glyph relative coordinates through
8233 new dx and dy args.
8234 Remove buffer_only_p arg (always 0). Simplify code accordingly.
8235 (get_glyph_string_clip_rect): Draw cursor using glyph's rather
8236 than row's ascent and height, to get sensible height on tall rows.
8237 (build_desired_tool_bar_string): Remove Qimage extern.
8238 (get_tool_bar_item): Fix call to x_y_to_hpos_vpos.
8239 (produce_image_glyph): Adjust it.ascent to minimum row ascent if
8240 image glyph is alone on the last line.
8241 (append_glyph, append_composite_glyph, produce_image_glyph)
8242 (append_stretch_glyph): Set glyph's ascent and descent.
8243 (on_hot_spot_p): New function to check if position is inside an
8244 rectangular, circular, or polygon-shaped image hot-spot,
8245 (find_hot_spot): New function to search for image hot-spot.
8246 (Flookup_image_map): New defun to search for image hot-spot.
8247 (define_frame_cursor1): New aux function to determine frame pointer.
8248 (note_mode_line_or_margin_highlight, note_mouse_highlight):
8249 Handle `pointer' text property and :pointer image property to
8250 control frame pointer shape. Detect image hot-spots for pointer
8251 and help_echo properties. Use define_frame_cursor1.
8252 (note_mouse_highlight): Use Vvoid_text_area_pointer.
8253 (syms_of_xdisp): Defsubr new defun. Intern and staticpro new variables.
8254 DEFVAR_LISP Vvoid_text_area_pointer instead of Vshow_text_cursor_in_void.
8255
8256 * xfaces.c (cache_face): Abort if c->size exceeds MAX_FACE_ID.
8257
8258 * xfns.c (x_set_mouse_color): Remove bogus x_check_errors call.
8259 (Qimage): Remove extern (now in lisp.h).
8260 (valid_image_p, parse_image_spec): Use IMAGEP macro.
8261
8262 * xmenu.c (show_help_event): Remove unused code.
8263
8264 * xterm.c (Qface, Qmouse_face): Remove unused externs.
8265 (x_draw_hollow_cursor): Draw cursor using glyph's rather than
8266 row's ascent and descent, to get a sensible height on tall rows.
8267
8268 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
8269
8270 * minibuf.c (Fcompleting_read): Undo previous change.
8271
8272 2003-12-25 Lars Hansen <larsh@math.ku.dk>
8273
8274 * dired.c (Fdirectory_files, Fdirectory_files_and_attributes):
8275 Arguments GCPRO'ed in call to file name handler.
8276
8277 2003-12-25 Thien-Thi Nguyen <ttn@gnu.org>
8278
8279 * termcap.c (tgetst1): Scan for "%pN"; if all
8280 N are continuous in [1,9], remove all "%pN".
8281
8282 2003-12-24 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8283
8284 * gtkutil.c (xg_frame_set_char_size): Call x_wm_set_size_hint.
8285
8286 * xfaces.c (lface_fully_specified_p): Take into account that
8287 MAC OS always have unspecified stipple.
8288
8289 2003-12-24 Thien-Thi Nguyen <ttn@gnu.org>
8290
8291 * tparam.c (tparam1): Add handling for `%pN', which
8292 means use param N for the next substitution.
8293
8294 2003-12-24 Thien-Thi Nguyen <ttn@gnu.org>
8295
8296 * xfaces.c (Fcolor_gray_p): Fix omission bug:
8297 In case `frame' is nil, consult the selected frame.
8298 (Fcolor_supported_p): Likewise.
8299
8300 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
8301
8302 * fns.c (Frandom, Fstring_make_multibyte, Fset_char_table_range):
8303 Doc fixes.
8304
8305 * minibuf.c (read_minibuf): Allow INITIAL to be a cons of a string
8306 and an integer. Adapt the introductory comment accordingly.
8307 (Fread_from_minibuffer): Delete code moved into read_minibuf.
8308 Doc fix.
8309 (Fread_minibuffer, Fread_no_blanks_input): Adapt to changes in
8310 read_minibuf.
8311 (Fcompleting_read): Delete code moved into read_minibuf.
8312 (Ftest_completion): Make it handle obarrays and hash tables correctly.
8313
8314 2003-12-03 Kenichi Handa <handa@m17n.org>
8315
8316 * coding.c (decode_coding_iso2022): Fix for preserving UTF-8
8317 encoding sequence.
8318
8319 2003-12-01 Kenichi Handa <handa@m17n.org>
8320
8321 * composite.c (syms_of_composite): Don't make the compostion hash
8322 table week.
8323
8324 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
8325
8326 * intervals.h: Add EXFUN for Fget_char_property_and_overlay.
8327 * textprop.c (Fget_char_property_and_overlay): New function.
8328 (syms_of_textprop): Defsubr it.
8329
8330 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8331
8332 * dispnew.c (buffer_posn_from_coords): Add ifdef HAVE_WINDOW_SYSTEM
8333 to compile on terminal configuration.
8334
8335 * fileio.c (Fread_file_name): Check use_file_dialog also before
8336 calling Fx_file_dialog.
8337
8338 * fns.c (use_file_dialog): New variable.
8339 (syms_of_fns): DEFVAR_BOOL use-file-dialog.
8340
8341 2003-11-29 Kim F. Storm <storm@cua.dk>
8342
8343 * msdos.c (Qcursor_type, Qbar, Qhbar): Declare extern.
8344 (syms_of_msdos): Don't intern and staticpro them.
8345
8346 2003-11-27 Kim F. Storm <storm@cua.dk>
8347
8348 * dispnew.c (buffer_posn_from_coords): Calculate and return pixel
8349 coordinates relative to glyph at posn. If glyph is an image,
8350 return that as object at posn. Callers changed.
8351 (mode_line_string, marginal_area_string): Calculate and return
8352 pixel coordinates relative to glyph. Callers changed.
8353
8354 * dispextern.h (buffer_posn_from_coords, mode_line_string)
8355 (marginal_area_string): Fix prototypes.
8356 (window_box_left_offset, window_box_right_offset): Add prototypes.
8357
8358 * frame.h (get_specified_cursor_type, get_window_cursor_type):
8359 Remove prototypes.
8360
8361 * keyboard.h (EVENT_CLICK_COUNT, POSN_SCROLLBAR_PART): Fix defines.
8362
8363 * keyboard.c (make_lispy_position): Add x and y coordinates
8364 relative to the current glyph as 7th element of position.
8365 If glyph is an image, return it in the object element.
8366 (read_key_sequence): Skip checks for keymap property in cases
8367 where POSN_STRING is not a string (e.g. an image).
8368
8369 * xdisp.c (Vdisplay_pixels_per_inch): New variable.
8370 (Vshow_text_cursor_in_void): New variable.
8371 (glyph_to_pixel_coords): Don't use negative hpos.
8372 (x_y_to_hpos_vpos): Fix for partially visible first glyph.
8373 (append_stretch_glyph): Change ascent arg to be actual value
8374 in pixels rather than ratio to height. Callers changed.
8375 (calc_pixel_width_or_height): New aux function, implementing
8376 pixel based artihmetic for glyph widths and heights.
8377 (produce_stretch_glyph): Use calc_pixel_width_or_height for
8378 :width, :height, :align-to, and :ascent, thus allowing these to
8379 be specified in pixels as well as multiples of characters.
8380 Don't produce stretch glyphs with zero width or height.
8381 (get_specified_cursor_type): Declare static.
8382 (get_window_cursor_type): Declare static. Add glyph arg to be
8383 able to know when cursor is on an image; always substitute
8384 hollow-box cursor for filled-box cursor on images, to avoid
8385 negative images and flicker when blinking the cursor.
8386 (display_and_set_cursor): Pass glyph to get_window_cursor_type.
8387 (note_mode_line_or_margin_highlight): Use non-text cursor rather
8388 than vertical scroll-bar cursor in display margins.
8389 (note_mouse_highlight): Use non-text cursor rather than text
8390 cursor in fringes and over images in the text area.
8391 Use non-text cursor when mouse pointer is outside editable text,
8392 i.e. in the void after end-of-line or end-of-buffer; this was
8393 already done for W32, but is now standard for all systems --
8394 user can toggle show-text-cursor-in-void to get old behaviour.
8395 (syms_of_xdisp): DEFVAR_LISP Vshow_text_cursor_in_void and
8396 Vdisplay_pixels_per_inch.
8397
8398 2003-11-25 Andreas Schwab <schwab@suse.de>
8399
8400 * fns.c (internal_equal) <case Lisp_Vectorlike>: Declare size as
8401 EMACS_INT to not lose bits.
8402 (Ffillarray): Don't set bits beyond the size of a bool vector.
8403
8404 2003-11-25 Kim F. Storm <storm@cua.dk>
8405
8406 * print.c (Fredirect_debugging_output) [!GNU_LINUX]: Do not
8407 define this defun on systems that cannot use stderr as lvalue.
8408
8409 2003-11-24 Gerd Moellmann <gerd@gnu.org>
8410
8411 * s/freebsd.h (LD_SWITCH_SYSTEM_TEMACS)
8412 [__FreeBSD_version >= 500042]: Define as -znocombreloc because
8413 ld's default is incompatible with unexec.
8414
8415 2003-11-23 Kim F. Storm <storm@cua.dk>
8416
8417 * window.c (enum window_loop): Add REDISPLAY_BUFFER_WINDOWS.
8418 (window_loop): Handle REDISPLAY_BUFFER_WINDOWS.
8419 (Fforce_window_update): New defun.
8420 (syms_of_window): Defsubr it.
8421 (Fset_window_margins, Fset_window_fringes): Doc fix.
8422
8423 * print.c (Fredirect_debugging_output): New defun.
8424 (syms_of_print): Defsubr it.
8425
8426 2003-11-22 Luc Teirlinck <teirllm@auburn.edu>
8427
8428 * fns.c (Fset_char_table_parent): Doc fix.
8429
8430 2003-11-22 Kim F. Storm <storm@cua.dk>
8431
8432 * dispnew.c (buffer_posn_from_coords): Return actual row/column
8433 for glyph clicked on, rather than (unused) pixel positions.
8434 (mode_line_string, marginal_area_string): Change X and Y args to
8435 pointers for returning actual row/column for glyph clicked on.
8436 Simplify and optimize loops.
8437
8438 * dispextern.h (mode_line_string, marginal_area_string):
8439 Update prototypes.
8440
8441 * keyboard.c (make_lispy_position): New function for generating
8442 mouse click positions from frame and pixel coordinates.
8443 Enhanced to return buffer position and actual row/column for
8444 events outside the text area using updated mode_line_string and
8445 marginal_area_string functions.
8446 Return left-fringe and right-fringe clicks as such, rather than
8447 clicks in text area.
8448 (make_lispy_event) [USE_X_TOOLKIT, USE_GTK]: Don't call
8449 pixel_to_glyph_coords, as we never use the results.
8450 (make_lispy_event): Use make_lispy_position for MOUSE_CLICK_EVENT,
8451 WHEEL_EVENT, and DRAG_N_DROP_EVENT to replace redundant code.
8452 Eliminate unused code in WHEEL_EVENT handling.
8453 (make_lispy_movement): Use make_lispy_position.
8454
8455 * window.c (coordinates_in_window): Remove redundant tests.
8456 Fix returned X pixel value for left-margin.
8457
8458 * xdisp.c (note_mode_line_or_margin_highlight): Adapt to new
8459 mode_line_string and marginal_area_string parameters.
8460
8461 2003-11-22 Lars Hansen <larsh@math.ku.dk>
8462
8463 * w32.c (struct the_group, getgrgid): Add.
8464 * mac.c (struct my_group, getgrgid): Add.
8465
8466 2003-11-21 Luc Teirlinck <teirllm@auburn.edu>
8467
8468 * fns.c (Fassq, Fassoc, Frassq, Frassoc): Doc fixes.
8469
8470 2003-11-21 Lars Hansen <larsh@math.ku.dk>
8471
8472 * dired.c (Ffile_attributes): Add parameter ID-FORMAT and
8473 include in call to file name handler. Optionally translate numeric
8474 UID and GID to strings. Update docstring.
8475 (directory_files_internal): Add parameter ID-FORMAT.
8476 (Fdirectory_files_and_attributes): Add parameter ID-FORMAT and
8477 include in call to file name handler and call to
8478 directory_files_internal. Update Docstring.
8479 (Fdirectory_files): Add dummy parameter in call to
8480 directory_files_internal.
8481 * lisp.h (Qinteger): Add.
8482 (Qinteger_or_floatp, Qinteger_or_float_or_marker_p): Remove.
8483 (Ffile_attributes): Add parameter.
8484 * data.c (Qinteger): Export.
8485
8486 2003-11-21 Luc Teirlinck <teirllm@auburn.edu>
8487
8488 * fns.c (Freverse, Fnreverse): Doc fixes.
8489
8490 2003-11-19 Kim F. Storm <storm@cua.dk>
8491
8492 * xdisp.c (init_iterator): Initialize it->start to position
8493 before reseating (in case start position is invisible).
8494 (init_to_row_start): Set it->start to row-start.
8495 (redisplay_window): Accept optional_new_start if start position
8496 is invisible (in which case IT_CHARPOS overshoots PT).
8497 (display_line): Setup row->start from it->start (rather than
8498 it->current which is wrong if first char on line is invisible).
8499 When done, reseat it->start to it->current (= start of next row).
8500 (expose_area): Fix exposure of text area when first char (e.g. TAB)
8501 is only partially visible.
8502
8503 * dispextern.h (struct it): New member start.
8504
8505 2003-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
8506
8507 * alloc.c (make_float, Fcons): Clear the markbit at init time.
8508 (make_float, Fcons, Fmake_symbol, allocate_misc): Move the increment
8509 of block_index outside of the macro call.
8510 (Fgarbage_collect): Remove null code.
8511
8512 * m/amdx86-64.h: Don't redefine XPNTR.
8513
8514 * keyboard.c (parse_modifiers, apply_modifiers): Use INTMASK instead
8515 of VALMASK.
8516
8517 * fns.c (hashfn_eq, hashfn_eql, hashfn_equal, hash_put)
8518 (sxhash_string, sxhash): Use INTMASK instead of VALMASK.
8519 (maybe_resize_hash_table): Use MOST_POSITIVE_FIXNUM.
8520
8521 * lisp.h (VALMASK): Only define for non-union type.
8522 (MARKBIT): Remove.
8523 (ARRAY_MARK_FLAG): Use previous value of MARKBIT.
8524 (XTYPE): Define unconditionally.
8525 (XSETTYPE): Remove one more remnant.
8526 (EQ): Define differently for the union and non-union cases.
8527 (INTMASK): New bit mask.
8528 (struct Lisp_Marker): Move down to prepare for upcoming patch.
8529 (GC_EQ): Delegate to EQ.
8530
8531 * coding.c (coding_restore_composition): Lisp_Object/int mixup.
8532
8533 2003-11-17 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8534
8535 * xterm.c (x_window_to_scroll_bar): Move check of display to
8536 where window_id is compared.
8537
8538 2003-11-17 Kim F. Storm <storm@cua.dk>
8539
8540 * dispextern.h (struct it): New member first_vpos.
8541
8542 * xdisp.c (start_display): Set it->first_vpos.
8543 (try_window_id): Use first_vpos to start display in first _text_
8544 line if no reusable lines at start of window with header line.
8545
8546 2003-11-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8547
8548 * w32fns.c (XPutPixel):
8549 * w32bdf.c (w32_init_bdf_font):
8550 * sunfns.c (sel_read):
8551 * process.c (Fmake_network_process):
8552 * frame.c (store_frame_param):
8553 * fontset.c (Fset_fontset_font):
8554 * emacs.c (shut_down_emacs):
8555 * ccl.c (ccl_driver): Remove period at end of error message.
8556
8557 * config.in: Regenerate.
8558
8559 * xfns.c (x_window_to_frame, x_any_window_to_frame)
8560 (x_non_menubar_window_to_frame, x_menubar_window_to_frame)
8561 (x_top_window_to_frame): Add Display* argument to xg_win_to_widget.
8562 (x_create_bitmap_mask, xg_set_icon, create_frame_xic)
8563 (xic_set_statusarea, x_window, gif_load): Formatting adjustments.
8564
8565 * xterm.h (struct x_display_info): New field xg_cursor for GTK.
8566
8567 * xterm.c: Add Display * to x_window_to_scroll_bar declaration.
8568 (XTmouse_position, handle_one_xevent): Pass Display* to
8569 x_window_to_scroll_bar.
8570 (x_window_to_scroll_bar): Take a Display* argument.
8571 Check that display for frame is equal to Display* argument.
8572 (event_handler_gdk): Remove current_dpyinfo. Get dpyinfo from
8573 x_display_info_for_display instead. Use Display in xev instead
8574 of GDK_DISPLAY.
8575 (x_dispatch_event): Call x_display_info_for_display.
8576 (XTread_socket): Move GTK part out of loop. current_dpyinfo removed.
8577 (x_connection_closed): Call xg_display_close for GTK.
8578 (x_term_init): Call xg_display_open for additional displays.
8579 Initiate dpyinfo->xg_cursor with call to xg_create_default_cursor
8580 for GTK.
8581
8582 * xmenu.c (single_menu_item, mouse_position_for_popup)
8583 (x_activate_menubar): Formatting adjustments.
8584
8585 * xdisp.c (update_tool_bar, redisplay_tool_bar): Formatting
8586 adjustments.
8587
8588 * gtkutil.c (xg_get_gdk_display, xg_set_screen, xg_display_open)
8589 (xg_display_close, xg_create_default_cursor)
8590 (xg_get_gdk_pixmap_and_mask): New functions for multiple display
8591 handling.
8592 (xg_left_ptr_cursor): Remove.
8593 (xg_set_cursor): Change cursor to GdkCursor*. Do not create
8594 cursor here.
8595 (xg_win_to_widget): Take Display* argument, call
8596 gdk_xid_table_lookup_for_display.
8597 (xg_create_frame_widgets, xg_get_file_name, create_menus)
8598 (xg_create_widget, xg_modify_menubar_widgets): Call xg_set_screen.
8599 (xg_create_widget, xg_create_scroll_bar): Use xg_cursor
8600 in FRAME_X_DISPLAY_INFO.
8601 (xg_get_scroll_id_for_window): Take Display* argument.
8602 (update_frame_tool_bar): Call xg_get_gdk_pixmap_and_mask.
8603 (xg_initialize): Remove xg_left_ptr_cursor.
8604
8605 * gtkutil.h (xg_get_scroll_id_for_window, xg_win_to_widget): Add
8606 Display* argument.
8607 (xg_display_open, xg_display_close, xg_create_default_cursor): Declare.
8608
8609 2003-11-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8610
8611 * xterm.c (x_detect_focus_change): Do not change focus frame for
8612 Enter/LeaveNotify if the current focus frame has explicit focus.
8613
8614 2003-11-14 Kim F. Storm <storm@cua.dk>
8615
8616 * dispnew.c (update_text_area): Fix redisplay error when hscroll
8617 is active and first glyph is only partially visible.
8618
8619 2003-11-13 Kenichi Handa <handa@m17n.org>
8620
8621 * xdisp.c (select_frame_for_redisplay): New function.
8622 (redisplay_internal): Record also selected_frame for
8623 unwind_redisplay. Call select_frame_for_redisplay before
8624 redrawing each frame.
8625 (unwind_redisplay): Argument changed to a cons.
8626
8627 2003-11-12 Luc Teirlinck <teirllm@auburn.edu>
8628
8629 * fns.c (Fstring_to_multibyte): Doc fix.
8630
8631 2003-11-11 Kenichi Handa <handa@m17n.org>
8632
8633 * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
8634
8635 2003-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8636
8637 * xfns.c (x_window): Set XtNx and XtNy in shell widget for
8638 program specified positions.
8639
8640 2003-11-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8641
8642 * xterm.c (XAW_ARROW_SCROLLBARS): Define it for Xaw 1.5E.
8643
8644 2003-11-08 Kenichi Handa <handa@m17n.org>
8645
8646 * Makefile.in (lisp): Add kannada.el.
8647 (shortlisp): Likewise.
8648
8649 2003-11-07 Kenichi Handa <handa@m17n.org>
8650
8651 * coding.c (coding_allocate_composition_data):
8652 Reset coding->composing to COMPOSITION_NO.
8653 (coding_restore_composition): Detect invalid composition data.
8654 Give Fstring and Fvector a Lispy integer, not C int.
8655
8656 2003-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
8657
8658 * floatfns.c (Flogb): Don't use VALMASK.
8659
8660 * m/amdx86-64.h (VALBITS, XINT, XUINT): Remove.
8661 * m/ia64.h (VALBITS, XINT, XUINT): Remove.
8662
8663 * lisp.h (XINT): Move the cast to clarify what is going on.
8664 (GCTYPEMASK, XSETTYPE): Remove.
8665 (XGCTYPE): Make it an alias of XTYPE.
8666
8667 2003-11-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8668
8669 * xterm.c (x_term_init): Fix formatting.
8670
8671 2003-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8672
8673 * gtkutil.h (xg_have_tear_offs): Declare.
8674 (xg_keep_popup, xg_did_tearoff): Remove.
8675
8676 * gtkutil.c: Remove variable xg_did_tearoff.
8677 (xg_have_tear_offs): New function.
8678 (tearoff_remove): Just decrease xg_detached_menus.
8679 (tearoff_activate): Increase xg_detached_menus and call
8680 tearoff_remove when tearoff is removed.
8681 (xg_keep_popup): Remove function.
8682 (create_menus): Give add_tearoff_p as argument to recursive
8683 call to create_menus.
8684 (xg_create_widget): Use variables instead of multiple
8685 strcmp. Tell create_menus to create tear off only for
8686 menu bar menus.
8687 (xg_update_menubar): Change title for a detached menu also.
8688 (xg_modify_menubar_widgets): Always call xg_update_menubar, regardless
8689 of deep_p.
8690 (xg_initialize): Initialize xg_detached_menus, remove
8691 initialization of xg_did_tearoff.
8692
8693 * xmenu.c (set_frame_menubar): For GTK, set deep_p if
8694 xg_have_tear_offs returns non-zero.
8695 (create_and_show_popup_menu): Remove setting of xg_did_tearoff and
8696 call to xg_keep_popup.
8697
8698 2003-11-01 Andrew Choi <akochoi@shaw.ca>
8699
8700 * macterm.c (XTread_socket): Handle menubar selection and grow
8701 window only for mouseDown events.
8702
8703 2003-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8704
8705 * xterm.c (x_term_init): For GTK part, increase x_initialized
8706 to check for more than one display. Use error instead of return 0.
8707
8708 2003-10-31 Andrew Choi <akochoi@shaw.ca>
8709
8710 * unexmacosx.c (unrelocate): New function (contributed by Nozomu Ando).
8711 (copy_dysymtab): Call it.
8712
8713 2003-10-31 Luc Teirlinck <teirllm@auburn.edu>
8714
8715 * eval.c (Fdefvaralias): Doc fix.
8716
8717 2003-10-26 Luc Teirlinck <teirllm@auburn.edu>
8718
8719 * data.c (Fsetplist): Doc fix.
8720
8721 2003-10-14 Lute Kamstra <lute@gnu.org>
8722
8723 * window.c (Fset_window_fringes): Clarify docstring.
8724
8725 2003-10-14 Kim F. Storm <storm@cua.dk>
8726
8727 * window.c (Fset_window_margins): Simplify arg checking.
8728
8729 2003-10-13 Richard M. Stallman <rms@gnu.org>
8730
8731 * regex.c (MAX_BUF_SIZE): Reduce to 2**15.
8732 (print_partial_compiled_pattern): Replace assert with a printout.
8733 (skip_noops, mutually_exclusive_p): Change args, values to re_char *.
8734
8735 * alloc.c (lisp_align_malloc): If BASE is 0, call memory_full.
8736
8737 * window.c (Fset_window_margins): Allow only integers as args.
8738 (syms_of_window) <special-display-buffer-names, special-display-regexps>:
8739 Doc fixes.
8740
8741 2003-10-13 Lute Kamstra <lute@gnu.org>
8742
8743 * window.c (Fset_window_fringes): Elaborate docstring.
8744
8745 2003-10-12 Andrew Choi <akochoi@shaw.ca>
8746
8747 * macterm.c (XTread_socket): Call DragWindow only for mouseDown events.
8748
8749 * s/darwin.h (GC_MARK_STACK): Define.
8750
8751 2003-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8752
8753 * window.c (shrink_windows): New function.
8754 (size_window): Call shrink_windows to calculate window sizes when
8755 shrinking frame with more than one window.
8756
8757 2003-10-12 Kim F. Storm <storm@cua.dk>
8758
8759 * xdisp.c (compute_fringe_widths): Doc fix.
8760
8761 2003-10-08 Kenichi Handa <handa@m17n.org>
8762
8763 * coding.c (Fcoding_system_p): Return t for auto-loading coding system.
8764
8765 2003-10-07 Kenichi Handa <handa@m17n.org>
8766
8767 * coding.c (Qcoding_system_define_form): New variable.
8768 (syms_of_coding): Intern and staticpro it.
8769 (Fcheck_coding_system): Try to autoload the definition of
8770 CODING-SYSTEM.
8771
8772 2003-10-05 Luc Teirlinck <teirllm@auburn.edu>
8773
8774 * fns.c (Frequire): Doc fix.
8775
8776 2003-10-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8777
8778 * xfns.c (Fx_send_client_event): New function as a base for
8779 manipulating extended window manager hints.
8780 (Fx_send_client_event): Remove unused variable s.
8781
8782 * w32term.c (w32_read_socket): Remove call to x_check_fullscreen_move,
8783 that function is removed.
8784
8785 * xterm.c (x_set_offset): Use move_offset_left/top instead of
8786 x/y_pixels_outer_diff.
8787 (x_check_expected_move): Calculate move_offset_left/top.
8788
8789 * xterm.h (struct x_output): New members: move_offset_top/left.
8790
8791 * frame.c (x_set_frame_parameters): Remove x_fullscreen_move,
8792 call x_set_offset directly.
8793
8794 * frame.h (enum): FULLSCREEN_MOVE_WAIT removed.
8795
8796 * frame.c (Fdelete_frame): Free decode_mode_spec_buffer.
8797
8798 * xterm.c (x_delete_display): Free font names and font_encoder
8799 in dpyinfo->font_table.
8800
8801 * xfns.c (Fx_close_connection): Only call XFreeFont here.
8802 Move xfree of font names to x_delete_display.
8803
8804 * xterm.h (struct x_display_info): New member, wm_type.
8805 (struct x_output): New members, expected_top/left and
8806 check_expected_move.
8807
8808 * xterm.c (handle_one_xevent): Reset wm_type when ReparentNotify
8809 is received.
8810 (handle_one_xevent): Rename x_check_expected_move from
8811 x_check_fullscreen_move.
8812 (x_set_offset): Only add WM decoration sizes to modified_top/left
8813 for X_WMTYPE_A. Set check_expected_move when WM type is unknown.
8814 (x_check_expected_move): Rename from x_check_fullscreen_move.
8815 Removed fullscreen specific code. Use check_expected_move,
8816 expected_left/top instead. Also, set wm_type.
8817 (x_term_init): Initialize wm_type to unknown.
8818
8819 * frame.c (x_fullscreen_move): Remove addition of WM decoration
8820 sizes to move_x/y.
8821
8822 2003-10-03 Kenichi Handa <handa@m17n.org>
8823
8824 * macterm.c (x_load_font): Clear all members of FONTP before start
8825 filling them.
8826
8827 2003-10-02 Kenichi Handa <handa@m17n.org>
8828
8829 * fontset.c (fs_load_font): Don't set fontp->font_encoder to NULL
8830 before calling find_ccl_program_func. Call find_ccl_program_func
8831 only when fontp->font_encoder is not NULL.
8832
8833 * xterm.c (x_load_font): Clear all members of FONTP before start
8834 filling them.
8835
8836 2003-10-03 John Paul Wallington <jpw@gnu.org>
8837
8838 * keymap.c (map_keymap): Don't abort when binding is a vector.
8839
8840 2003-10-02 Jason Rumney <jasonr@gnu.org>
8841
8842 * makefile.w32-in (emacs.o, coding.o, bytecode.o):
8843 Sync dependencies with Makefile.in.
8844 (alloca.o): Remove.
8845
8846 * w32fns.c (w32_load_system_font): Clear all members of FONTP before
8847 filling them.
8848
8849 * w32bdf.c (w32_load_bdf_font): Likewise.
8850
8851 2003-09-30 Richard M. Stallman <rms@gnu.org>
8852
8853 * term.c (set_tty_color_mode): Calculate current_mode_spec
8854 regardless of value of VAL.
8855
8856 * intervals.c (graft_intervals_into_buffer):
8857 Set BUF_INTERVALS (buffer)->up_obj when appropriate.
8858 Handle over_used when splitting UNDER.
8859
8860 2003-09-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8861
8862 * regex.c (regex_compile): Free the stack when returning from function.
8863
8864 2003-09-28 Kenichi Handa <handa@m17n.org>
8865
8866 * fontset.c (Finternal_char_font): Change return value to
8867 cons (FONT-NAME . GLYPH-CODE).
8868
8869 2003-09-28 Eli Zaretskii <eliz@gnu.org>
8870
8871 * term.c (tty_setup_colors): Treat any negative argument as -1.
8872
8873 2003-09-27 Gaute B Strokkenes <biggaute@uwc.net> (tiny change)
8874
8875 * process.c (send_process): Delete unused temp_buf.
8876
8877 2003-09-26 Dave Love <fx@gnu.org>
8878
8879 * xterm.c (x_bitmap_mask): Declare.
8880
8881 2003-09-25 Dave Love <fx@gnu.org>
8882
8883 * Makefile.in (fns.o): Depend on md5.h.
8884
8885 2003-09-25 Kim F. Storm <storm@cua.dk>
8886
8887 * window.c (set_window_buffer): Fix redisplay problems when
8888 switching between buffers with different display margin widths.
8889
8890 2003-09-23 Kim F. Storm <storm@cua.dk>
8891
8892 * process.c (set_socket_option): Fix :bindtodevice option.
8893 (Fset_network_process_option): Update process contact list when
8894 setting option succeeds.
8895 (Fmake_network_process): Doc fix.
8896
8897 2003-09-23 Dave Love <fx@gnu.org>
8898
8899 * process.c (Fnetwork_interface_info): Use HAVE_STRUCT_IFREQ... macros.
8900
8901 2003-09-22 Eli Zaretskii <eliz@gnu.org>
8902
8903 * term.c (set_tty_color_mode): Use INTEGERP to test whether a
8904 color mode is an integer number (it could be -1).
8905
8906 2003-09-22 Richard M. Stallman <rms@gnu.org>
8907
8908 * intervals.c (graft_intervals_into_buffer): Correct the main loop
8909 in the case where OVER is longer than UNDER.
8910
8911 2003-09-22 Masatake YAMATO <jet@gyve.org>
8912
8913 * window.c (Fset_window_scroll_bars): Validate the value of
8914 `vertical_type'.
8915
8916 2003-09-21 Kim F. Storm <storm@cua.dk>
8917
8918 * frame.c (Vdefault_frame_scroll_bars): New variable.
8919 (x_set_vertical_scroll_bars): Use it instead of hardcoded values.
8920 (syms_of_frame): DEFVAR_LISP it, and initialize according to
8921 window-system default scroll bar position.
8922
8923 * window.c (Fwindow_scroll_bars): Doc fix.
8924
8925 2003-09-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8926
8927 * xterm.c (x_set_offset): Take window manager decorations into account.
8928
8929 2003-09-19 Richard M. Stallman <rms@gnu.org>
8930
8931 * atimer.h: Don't include lisp.h.
8932 (P_): Define it here (as well as elsewhere).
8933
8934 * print.c (Fprin1_to_string): Move the PRINTPREPARE
8935 later, so that PRINTFINISH won't unbind Qinhibit_modification_hooks.
8936
8937 * data.c (Fvariable_binding_locus): New function.
8938 (syms_of_data): defsubr it.
8939 (Flocal_variable_p): Delete duplicate call to indirect_variable.
8940
8941 2003-09-18 Dave Love <fx@gnu.org>
8942
8943 * alloc.c (GC_MALLOC_CHECK): Move conditional undef after lisp.h.
8944
8945 * process.c (Fnetwork_interface_info): Fix type error.
8946 (Fnetwork_interface_list): Doc fix.
8947 (read_process_output, read_process_output): Delete unused var.
8948
8949 2003-09-17 Kim F. Storm <storm@cua.dk>
8950
8951 * process.c (Fnetwork_interface_list, Fnetwork_interface_info):
8952 Require HAVE_NET_IF_H and HAVE_SYS_IOCTL_H to include these fns.
8953 (Fnetwork_interface_info): Check that ifreq struct has required
8954 fields before accessing them; this requires that those fields are
8955 defined as macros, which may be too restrictive on some platforms,
8956 but it is better than failing on other platforms.
8957 (syms_of_process): Only defsubr above fns when included.
8958
8959 2003-09-17 Dave Love <fx@gnu.org>
8960
8961 * unexalpha.c: Don't include varargs.h.
8962
8963 2003-09-17 Kim F. Storm <storm@cua.dk>
8964
8965 * process.c (Fset_process_sentinel): Add sentinel to childp plist
8966 for network process.
8967 (socket_options): Add `:' prefix to option names. Add optbit field.
8968 (set_socket_option): Remove no_error arg and special handling of s < 0.
8969 Return 1<<optbit for known option, 0 for unknown.
8970 Do not interpret 0 as false for boolean option (only nil).
8971 Pass failed option and value to report_file_error.
8972 (Fset_network_process_options): Replace by Fset_network_process_option.
8973 (Fset_network_process_option): New function to set just one option.
8974 (Fmake_network_process): Allow :coding arg to be a cons.
8975 Allow :server arg to be an integer specifying backlog size.
8976 Remove :options arg, and allow options to be specified directly
8977 as :KEY, VALUE pairs. Parse these options before binding socket.
8978 As before, :reuseaddr t is default for a server process, but this
8979 can now be disabled by specifying :reuseaddr nil.
8980 (Fnetwork_interface_info): Rename from Fget_network_interface_info.
8981 (init_process): Availability of network options is now checked with
8982 simpler syntax (featurep 'make-network-process :OPTION); use loop to
8983 setup features.
8984 (syms_of_process): Fix defsubr's for the replaced functions.
8985
8986 2003-09-16 Dave Love <fx@gnu.org>
8987
8988 * Makefile.in: Depend on coding.h.
8989
8990 2003-09-14 Kim F. Storm <storm@cua.dk>
8991
8992 * process.c [HAVE_SOCKETS]: Include sys/ioctl.h and net/if.h.
8993 (Fnetwork_interface_list, Fget_network_interface_info): New defuns.
8994 (syms_of_process): Defsubr them.
8995
8996 * config.in: Regenerate.
8997
8998 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8999
9000 * m/sr2k.h (XMARKBIT, XUNMARK): Remove.
9001 * m/news-r6.h (XUNMARK): Remove.
9002 * m/mips.h (XUNMARK): Remove.
9003 * m/mips-siemens.h (XUNMARK): Remove.
9004 * m/iris4d.h (XUNMARK): Remove.
9005 * m/hp800.h (XMARKBIT, XUNMARK): Remove.
9006
9007 2003-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9008
9009 * lisp.h (VALBITS): Don't remove 1 for the markbit.
9010 (union Lisp_Object): Use unsigned int for types. Remove markbit.
9011 (MARKBIT): Remove 1 from VALBITS so we still use same old val.
9012 (XTYPE): Use unsigned right-shift.
9013 (XMARKBIT, XMARK, XUNMARK): Remove.
9014
9015 * alloc.c (init_intervals, init_symbol, init_marker):
9016 Don't preallocate anything.
9017 (Fgarbage_collect, mark_object): Ignore the markbit.
9018
9019 * bytecode.c (mark_byte_stack, unmark_byte_stack): Ignore the markbit.
9020
9021 2003-09-08 Lute Kamstra <lute@gnu.org>
9022
9023 * xdisp.c (pint2hrstr): New function.
9024 (decode_mode_spec): Add `%i' and `%I' specs.
9025 * buffer.c (syms_of_buffer): Document `%i' and `%I' constructs
9026 for `mode-line-format'.
9027
9028 2003-09-07 Andreas Schwab <schwab@suse.de>
9029
9030 * alloc.c: Use long instead of int when casting ABLOCKS_BUSY to
9031 avoid warning.
9032
9033 2003-09-07 Eli Zaretskii <eliz@gnu.org>
9034
9035 * editfns.c (region_limit): Support any non-zero value of BEGINNINGP.
9036
9037 2003-09-03 Kim F. Storm <storm@cua.dk>
9038
9039 * xdisp.c (get_window_cursor_type): Partially undo 2002-03-01
9040 change (superseded by 2002-08-30 change); the default blink-off
9041 cursor is now again "no cursor".
9042
9043 2003-09-01 Jason Rumney <jasonr@gnu.org>
9044
9045 * makefile.w32-in (alloca.o): Remove.
9046 (coding.o): Depend on intervals.h
9047 (emacs.o, bytecode.o): Depend on window.h
9048
9049 2003-09-01 Dave Love <fx@gnu.org>
9050
9051 * Makefile.in (alloca.o): Remove commands.
9052 (coding.o): Depend on intervals.h composite.h window.h.
9053 (emacs.o): Depend on window.h keyboard.h keymap.h.
9054 (gtkutil.o): Depend on keyboard.h charset.h coding.h.
9055 (bytecode.o): Depend on window.h.
9056
9057 2003-08-31 Jason Rumney <jasonr@gnu.org>
9058
9059 * w32term.c (w32_per_char_metric): Allow cached metrics to be
9060 returned even when font_type is unknown.
9061
9062 * xdisp.c (init_iterator): Remove old WINDOWSNT conditional.
9063
9064 2003-08-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9065
9066 * xterm.c (x_term_init): Initialize new fields in x_display_info.
9067
9068 * xterm.h (struct x_display_info): Add red/green/blue_bits and
9069 *_offset.
9070
9071 * xfns.c (lookup_rgb_color): Use new fields in x_display_info to
9072 calculate pixel value.
9073
9074 2003-08-29 Gerd Moellmann <gerd.moellmann@t-online.de>
9075
9076 * xdisp.c (redisplay_internal): Fix change of 2003-04-30.
9077 Don't tell redisplay display is accurate when it's actually been
9078 paused for pending input.
9079
9080 2003-08-29 Richard M. Stallman <rms@gnu.org>
9081
9082 * dispnew.c (adjust_glyph_matrix): Call window_box
9083 whenever W is nonzero.
9084
9085 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
9086 (Fkill_local_variable, Fmake_variable_frame_local)
9087 (Flocal_variable_p, Flocal_variable_if_set_p):
9088 Use indirect_variable to trace thru variable aliases.
9089
9090 * config.in: Updated.
9091
9092 * callint.c (Fcall_interactively): Save and restore
9093 Vthis_command, Vthis_original_command, real_this_command,
9094 and current_kboard->Vlast_command.
9095
9096 * abbrev.c (Fexpand_abbrev): Insert before deleting.
9097
9098 2003-08-29 Gerd Moellmann <gerd@gnu.org>
9099
9100 * xfns.c (lookup_rgb_color): Handle TrueColor visuals specially.
9101
9102 2003-08-28 David Abrahams <dave@boost-consulting.com> (tiny change)
9103
9104 * coding.c (decode_coding_iso2022): Initialize local variable c2.
9105 (decode_coding_sjis_big5): Likewise.
9106
9107 2003-08-27 Jason Rumney <jasonr@gnu.org>
9108
9109 * w32.c (sys_pipe): Protect against file descriptor overflow.
9110
9111 * w32fns.c (syms_of_w32fns): Remove non-existent functions.
9112
9113 * w32term.c (w32_read_socket): Fix WM_MOUSEWHEEL assignment.
9114
9115 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
9116
9117 * xfns.c (Vgtk_version_string): New variable.
9118 (syms_of_xfns): DEFVAR_LISP it. Provide gtk.
9119
9120 2003-08-24 Eli Zaretskii <eliz@gnu.org>
9121
9122 * term.c (term_init): Remove `const' from buffer_size's declaration.
9123
9124 * Makefile.in (msdos.o): Depend on intervals.h.
9125
9126 * msdos.c: Include intervals.h, since STRING_INTERVALS requires that.
9127
9128 2003-08-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9129
9130 * xterm.h (struct x_display_info): New fields: client_leader_window
9131 and Xatom_wm_client_leader.
9132
9133 * xterm.c (x_initialize): Move call to x_session_initialize to ...
9134 (x_term_init): ... here. Initialize client_leader fields in dpyinfo.
9135
9136 * xsmfns.c (create_client_leader_window): New function.
9137 (x_session_initialize): Call create_client_leader_window, take
9138 dpyinfo as argument.
9139
9140 * xfns.c (Fx_create_frame): Set property WM_CLIENT_LEADER.
9141
9142 * Makefile.in (xsmfns.o): Add more depenedencies.
9143
9144 2003-08-21 Dave Love <fx@gnu.org>
9145
9146 * m/iris4d.h: Use _MIPS_SZLONG, not _LP64.
9147
9148 2003-08-21 Kenichi Handa <handa@m17n.org>
9149
9150 * term.c (term_init): Fix previous change; don't rely on the
9151 length of `buffer' if TERMINFO is defined.
9152
9153 2003-08-20 Dave Love <fx@gnu.org>
9154
9155 * atimer.h: Include lisp.h.
9156
9157 * lisp.h (EMACS_LISP_H): New.
9158 (popup_activated_flag): Don't declare.
9159
9160 * alloca.c: Some merging with gnulib. Change logic and doc
9161 concerning (x)malloc/(x)free -- no longer Emacs-specific.
9162 [DO_BLOCK_INPUT]: Don't include lisp.h.
9163 (xmalloc, xfree): Declare.
9164 (malloc): Don't declare.
9165
9166 * Makefile.in (LWLIB_OPTIONS): Remove (unused).
9167 (alloca.o): Remove obsolete stuff concerning alloca.s. Depend on
9168 atimer.h, blockinput.h.
9169
9170 * alloc.c (lisp_align_malloc): Change type of `aligned'.
9171
9172 * alloca.s: Remove.
9173
9174 2003-08-19 Gerd Moellmann <gerd@gnu.org>
9175
9176 * s/freebsd.h [__FreeBSD_version >= 400000]: Define TERMINFO,
9177 use -lncurses.
9178
9179 * term.c (term_init): Use a buffer of size 4096 for tgetent since
9180 FreeBSD returns something longer than 2044. Abort if the end of
9181 the buffer is overwritten.
9182
9183 2003-08-19 Miles Bader <miles@gnu.org>
9184
9185 * xterm.c (x_term_init): Correctly use result of Ffile_readable_p.
9186
9187 2003-08-19 Gerd Moellmann <gerd@gnu.org>
9188
9189 * alloc.c (lisp_align_malloc): Check for memory full when
9190 allocating ablocks, which also avoids freeing a pointer into an
9191 ablocks structure.
9192
9193 * puresize.h (BASE_PURESIZE): Increase to 1100000.
9194
9195 * buffer.c (Fmove_overlay): Set overlay's next pointer unconditionally.
9196
9197 2003-08-16 Richard M. Stallman <rms@gnu.org>
9198
9199 * editfns.c (Fencode_time): Doc fix.
9200
9201 2003-08-16 David Ponce <david@dponce.com>
9202
9203 * fileio.c (Fwrite_region): Fix conditional expression to issue
9204 the right message.
9205
9206 2003-08-16 Juri Linkov <juri@jurta.org>
9207
9208 * syntax.c (Fforward_word): Argument changed to optional.
9209 Set default value to 1.
9210
9211 2003-08-15 Kenichi Handa <handa@m17n.org>
9212
9213 * xfaces.c (better_font_p): Prefer a real scalable font; i.e. not
9214 what autoscaled.
9215 (best_matching_font): Once we find a better scalable font, set
9216 non_scalable_has_exact_height_p to 1.
9217 (try_font_list): Call try_alternative_families to try any family
9218 with the given registry.
9219
9220 2003-08-09 Andreas Schwab <schwab@suse.de>
9221
9222 * alloc.c (mark_object): Handle Lisp_Misc_Save_Value.
9223
9224 * print.c (print_string): Fix printing of multibyte string with
9225 nontrivial printcharfun.
9226
9227 2003-07-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9228
9229 * xfns.c (xg_set_icon): Rewrite to compile with GTK 2.0 and 2.2.
9230
9231 * xterm.c (x_bitmap_icon): Return if xg_set_icon succeeds.
9232
9233 2003-07-31 Kenichi Handa <handa@m17n.org>
9234
9235 * process.c (read_process_output): Return the actually read bytes
9236 instead of the result of decoding.
9237
9238 2003-07-31 Kenichi Handa <handa@m17n.org>
9239
9240 * xterm.h (struct x_bitmap_record): New member have_mask.
9241
9242 * xfns.c (x_create_bitmap_from_data): Initialize have_mask member
9243 to 0.
9244 (x_create_bitmap_from_file): Likewise.
9245 (x_destroy_bitmap): Check have_mask member before freeing a mask.
9246 (x_destroy_all_bitmaps): Likewise.
9247 (x_create_bitmap_mask): Set have_mask member to 1.
9248
9249 2003-07-30 Richard M. Stallman <rms@gnu.org>
9250
9251 * Makefile.in (CFLAGS) [!OPTIMIZE]: Undo previous change.
9252
9253 2003-07-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9254
9255 * gtkutil.c (xg_mark_data): Update calls to mark_object.
9256
9257 2003-07-29 Richard M. Stallman <rms@gnu.org>
9258
9259 * xterm.c (xim_open_dpy, xim_initialize, xim_close_dpy):
9260 Conditionalize XIM code on HAVE_XIM.
9261
9262 * fns.c (Fclear_string): New function.
9263 (syms_of_fns): defsubr it.
9264
9265 2003-07-28 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
9266
9267 * xfns.c (xic_set_preeditarea): Add the left fringe width to spot.x.
9268
9269 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
9270
9271 * xfns.c: Don't check HAVE_PNG_H: autoconf doesn't seem to find it.
9272
9273 * buffer.c (delete_all_overlays): New function.
9274 * buffer.h (delete_all_overlays): Declare.
9275 * coding.c (run_pre_post_conversion_on_str):
9276 * print.c (temp_output_buffer_setup):
9277 * fileio.c (Finsert_file_contents):
9278 * minibuf.c (get_minibuffer): Use it.
9279
9280 2003-07-22 Andrew Choi <akochoi@shaw.ca>
9281
9282 * unexmacosx.c (unexec_regions_sort_compare):
9283 (unexec_regions_merge): New functions. Sort and merge unexec
9284 regions before dumping them.
9285
9286 2003-07-22 Dave Love <fx@gnu.org>
9287
9288 * xfns.c [HAVE_PNG]: Consider both png.h and libpng/png.h.
9289
9290 2003-07-21 Stefan Monnier <monnier@cs.yale.edu>
9291
9292 * alloc.c (MARK_STRING, UNMARK_STRING, STRING_MARKED_P)
9293 (GC_STRING_CHARS, string_bytes): Use ARRAY_MARK_FLAG rather than
9294 MARKBIT as the gcmarkbit for strings.
9295
9296 2003-07-21 Richard M. Stallman <rms@gnu.org>
9297
9298 * s/openbsd.h (LD_SWITCH_SYSTEM_TEMACS): Add undef.
9299
9300 * fns.c (Flocale_info): Rename from Flanginfo. Doc fixes.
9301 (syms_of_fns): Corresponding change.
9302
9303 * alloc.c (syms_of_alloc): Doc fixes.
9304
9305 2003-07-20 Han Boetes <han@mijncomputer.nl> (tiny change)
9306
9307 * s/netbsd.h: Use -Wl syntax.
9308
9309 2003-07-17 Richard M. Stallman <rms@gnu.org>
9310
9311 * xterm.c (xim_initialize): Redo 6/24 change.
9312
9313 2003-07-15 Stefan Monnier <monnier@cs.yale.edu>
9314
9315 * buffer.c (copy_overlays): Use EMACS_INT for positions.
9316 (Fswitch_to_buffer): Don't signal an error when switching to the same
9317 buffer in a dedicated window.
9318
9319 * alloc.c: Use bitmaps for cons, as was done for floats.
9320 (init_float, init_cons): Let the normal code allocate the first block.
9321 (CONS_BLOCK_SIZE): Redefine based on BLOCK_BYTES and bitmap size.
9322 (CONS_BLOCK, CONS_INDEX, CONS_MARKED_P, CONS_MARK, CONS_UNMARK):
9323 New macros.
9324 (struct cons_block): Move conses to the beginning. Add gcmarkbits.
9325 (Fcons): Use lisp_align_malloc and CONS_UNMARK.
9326 (live_cons_p): Check the pointer is not past the `conses' array.
9327 (mark_maybe_object, mark_maybe_pointer): Use CONS_MARKED_P.
9328 (mark_object, mark_buffer): Use CONS_MARKED_P and CONS_MARK.
9329 (survives_gc_p): Use CONS_MARKED_P and simplify.
9330 (gc_sweep): Use CONS_MARKED_P, CONS_UNMARK, and lisp_align_free.
9331
9332 2003-07-13 Paul Eggert <eggert@twinsun.com>
9333
9334 GCC 3.3 (sparc) no longer puts "int foo = 0;" into data; it
9335 puts it into BSS instead, at least on Solaris 8 and 9.
9336 This is a valid optimization, and it may occur on other platforms,
9337 so Emacs should not assume that initializing a static variable to
9338 zero puts it into data.
9339 * alloc.c (pure, staticvec):
9340 Initialize these arrays to nonzero, so that they're not
9341 put into BSS by that optimization.
9342
9343 2003-07-13 Stefan Monnier <monnier@cs.yale.edu>
9344
9345 * alloc.c (BLOCK_PADDING): Rename from ABLOCKS_PADDING. Update users.
9346 (lisp_align_malloc): Use posix_memalign is available.
9347 (ABLOCKS_BASE): Use HAVE_POSIX_MEMALIGN as an optimization.
9348 (STRING_BLOCK_SIZE): Rename from STRINGS_IN_STRING_BLOCK
9349 for consistency. Update users.
9350
9351 2003-07-13 Richard M. Stallman <rms@gnu.org>
9352
9353 * s/netbsd.h (START_FILES_1, END_FILES_1): Always define them.
9354
9355 2003-07-13 Terje Rosten <terjeros@phys.ntnu.no>
9356
9357 * xterm.c (x_bitmap_icon,x_wm_set_icon_pixmap): Modify to add mask,
9358 and use the Gtk+ function gtk_window_icon_from_file if available.
9359
9360 * xfns.c (x_bitmap_mask, x_create_bitmap_mask): New functions to
9361 handle mask of bitmaps.
9362 (x_allocate_bitmap_record, x_destroy_bitmap): Modify to handle the
9363 mask property.
9364 (xg_set_icon): New function, wrapper for gtk_window_icon_from_file.
9365
9366 * xterm.h (xg_set_icon): New function.
9367
9368 2003-07-12 Paul Eggert <eggert@twinsun.com>
9369
9370 * unexelf.c (unexec): Consider a section to precede the .bss
9371 section if its addresses overlap that of .bss.
9372
9373 2003-07-12 Richard M. Stallman <rms@gnu.org>
9374
9375 * Makefile.in (CFLAGS) [!OPTIMIZE]: Set CFLAGS to -g.
9376
9377 * config.in (HAVE_CRTIN): Add #undef.
9378 (INLINE): Really inline only if OPTIMIZE is defined.
9379
9380 * s/netbsd.h (START_FILES, LIB_STANDARD): Use START_FILES_1,
9381 END_FILES_1.
9382 (START_FILES_1, END_FILES_1): New macros (conditional).
9383 (LD_SWITCH_SYSTEM_TEMACS): Define.
9384
9385 * s/openbsd.h: Don't include bsd4-3.h.
9386 (TERMINFO): Define.
9387 (LIBS_TERMCAP): Define.
9388 (LD_SWITCH_SYSTEM): Define (two definitions).
9389
9390 * xfns.c: Include libpng/png.h instead of png.h.
9391
9392 2003-07-11 Andreas Schwab <schwab@suse.de>
9393
9394 * buffer.c (modify_overlay): Update prototype.
9395 * lisp.h (adjust_overlays_for_insert, adjust_overlays_for_delete):
9396 Likewise.
9397
9398 2003-07-09 Stefan Monnier <monnier@cs.yale.edu>
9399
9400 * lisp.h (VALBITS): Define in terms of GCTYPEBITS.
9401 (struct interval): Move to intervals.h.
9402 (struct Lisp_Marker): Use EMACS_INT for position info.
9403 (forward_point): Remove prototype of defunct function.
9404 (Qmodification_hooks, Qrear_nonsticky, Fnext_property_change)
9405 (Fget_text_property, Fset_text_properties, Ftext_propertes_not_all)
9406 (syms_of_textprop, set_text_properties): Remove prototypes that are
9407 already in intervals.h.
9408
9409 * intervals.h (struct interval): Move from lisp.h.
9410 Use EMACS_INT for position and size info.
9411
9412 * coding.c: Include intervals.h for Fset_text_properties.
9413
9414 * buffer.h (struct buffer_text, struct buffer): Use EMACS_INT for
9415 position and length information.
9416
9417 2003-07-09 Stefan Monnier <monnier@cs.yale.edu>
9418
9419 * buffer.h (struct buffer_text, struct buffer): Use EMACS_INT for
9420 position and length information.
9421
9422 2003-07-09 Stefan Monnier <monnier@cs.yale.edu>
9423
9424 Change overlays_after and overlays_before so the overlays themselves
9425 are linked into lists, rather than using cons cells. After all each
9426 Lisp_Misc already occupies 5 words, so we can add a `next' field to
9427 Lisp_Overlay for free and save up one cons cell per overlay (not
9428 to mention one indirection when traversing the list of overlay).
9429
9430 * lisp.h (struct Lisp_Overlay): New field `next'.
9431
9432 * buffer.h (struct buffer): Change overlays_before and overlays_after
9433 from Lisp lists of overlays to pointers to overlays.
9434
9435 * buffer.c (overlay_strings, recenter_overlay_lists):
9436 Fix typo in eassert in last commit.
9437 (unchain_overlay): New function.
9438 (add_overlay_mod_hooklist): Use AREF.
9439 (copy_overlays, reset_buffer, overlays_at, overlays_in)
9440 (overlay_touches_p, overlay_strings, recenter_overlay_lists)
9441 (fix_overlays_in_range, fix_overlays_before, Fmake_overlay)
9442 (Fmove_overlay, Fdelete_overlay, Foverlay_lists)
9443 (report_overlay_modification, evaporate_overlays, init_buffer_once):
9444 Adjust to new type of overlays_(before|after).
9445
9446 * alloc.c (mark_object): Mark the new `next' field of overlays.
9447 (mark_buffer): Manually mark the overlays_(after|before) fields.
9448
9449 * coding.c (run_pre_post_conversion_on_str):
9450 * editfns.c (overlays_around):
9451 * xdisp.c (load_overlay_strings):
9452 * fileio.c (Finsert_file_contents):
9453 * indent.c (current_column):
9454 * insdel.c (signal_before_change, signal_after_change):
9455 * intervals.c (set_point_both):
9456 * print.c (temp_output_buffer_setup): Use new type for
9457 overlays_(before|after).
9458
9459 2003-07-08 Stefan Monnier <monnier@cs.yale.edu>
9460
9461 * buffer.c (report_overlay_modification): Don't run hooks while
9462 traversing the list of overlays.
9463
9464 * buffer.h (struct buffer): Use an int for overlay_center.
9465 (overlays_at, evaporate_overlays, recenter_overlay_lists)
9466 (overlay_strings, fix_overlays_before): Use EMACS_INT for positions.
9467
9468 * buffer.c (reset_buffer, recenter_overlay_lists)
9469 (adjust_overlays_for_insert, adjust_overlays_for_delete)
9470 (fix_overlays_in_range, Fmake_overlay, Fmove_overlay)
9471 (evaporate_overlays, init_buffer_once): Update use of overlay_center.
9472 (overlays_at, evaporate_overlays, recenter_overlay_lists)
9473 (overlay_strings, fix_overlays_before): Use EMACS_INT for positions.
9474
9475 * xdisp.c (fast_find_position): Remove unused var.
9476
9477 * cmds.c (Qexpand_abbrev): New sym.
9478 (syms_of_cmds): Initialize it.
9479 (internal_self_insert): Use it to call expand-abbrev.
9480
9481 2003-07-09 Kim F. Storm <storm@cua.dk>
9482
9483 * xterm.c (use_xim) [!USE_XIM]: Default to disable XIM if Emacs
9484 was configured with --without-xim.
9485 (x_term_init) [!USE_XIM]: Use `useXIM' resource to turn on XIM.
9486
9487 2003-07-07 Richard M. Stallman <rms@gnu.org>
9488
9489 * xdisp.c (reseat_1): Set it->area to TEXT_AREA.
9490
9491 * alloc.c (Fgarbage_collect): Doc fix.
9492
9493 2003-07-07 Nozomu Ando <nand@mac.com>
9494
9495 * buffer.c (Fkill_buffer): Clear charpos cache if necessary.
9496
9497 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
9498
9499 * minibuf.c (read_minibuf): UNGCPRO before returning.
9500 (Ftry_completion, Fall_completions): Doc fix.
9501
9502 * alloc.c (live_float_p): Check that p is not past the `floats' array,
9503 now that `floats' is not the last element of the struct any more.
9504
9505 2003-07-06 Jason Rumney <jasonr@gnu.org>
9506
9507 * w32term.h (ClipboardSequence_Proc): New type.
9508
9509 * w32fns.c (clipboard_sequence_fn): New variable.
9510 (globals_of_w32fns): Initialize it.
9511
9512 * w32select.c (last_clipboard_sequence_number): New variable.
9513 (Fw32_set_clipboard_data, Fw32_get_clipboard_data): Use sequence
9514 number if possible.
9515
9516 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
9517
9518 * m/amdx86-64.h (MARKBIT):
9519 * m/ia64.h (MARKBIT): Remove definition since lisp.h does not compare
9520 MARKBIT and ARRAY_MARK_FLAG any more.
9521
9522 * m/hp800.h (XSETMARKBIT):
9523 * m/sr2k.h (XSETMARKBIT):
9524 * lisp.h (XSETMARKBIT): Remove unused macro.
9525
9526 * lisp.h (mark_object): Change prototype.
9527
9528 * alloc.c (mark_object): Change arg *Lisp_Object -> Lisp_Object.
9529 (last_marked): Change accordingly.
9530 (mark_interval, mark_maybe_object, mark_maybe_pointer)
9531 (Fgarbage_collect, mark_glyph_matrix, mark_face_cache, mark_image)
9532 (mark_buffer): Update calls to mark_object.
9533
9534 * bytecode.c (mark_byte_stack):
9535 * fns.c (sweep_weak_table):
9536 * keyboard.c (mark_kboards): Update calls to mark_object.
9537
9538 2003-07-06 Jason Rumney <jasonr@gnu.org>
9539
9540 * alloc.c (struct ablock): Only include padding when there is some.
9541
9542 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
9543
9544 * alloc.c (ALIGN): Add casts to simplify usage.
9545 (BLOCK_ALIGN, BLOCK_BYTES, ABLOCKS_PADDING, ABLOCKS_SIZE)
9546 (ABLOCKS_BYTES, ABLOCK_ABASE, ABLOCKS_BUSY, ABLOCKS_BASE): New macros.
9547 (struct ablock, struct ablocks): New types.
9548 (free_ablock): New global var.
9549 (lisp_align_malloc, lisp_align_free): New functions.
9550 (FLOAT_BLOCK_SIZE): Redefine in terms of BLOCK_BYTES.
9551 (struct float_block): Reorder and add gcmarkbits.
9552 (GETMARKBIT, SETMARKBIT, UNSETMARKBIT, FLOAT_BLOCK, FLOAT_INDEX)
9553 (FLOAT_MARKED_P, FLOAT_MARK, FLOAT_UNMARK): New macros.
9554 (init_float, make_float): Use lisp_align_malloc.
9555 (free_float, live_float_p): Don't use `type' any more.
9556 (make_float): Use FLOAT_UNMARK to access to mark bit.
9557 (mark_maybe_object, mark_maybe_pointer, survives_gc_p):
9558 Use FLOAT_MARKED_P to access the mark bit.
9559 (pure_alloc): Simplify use of ALIGN.
9560 (mark_object): Use FLOAT_MARK to access the mark bit.
9561 (gc_sweep): Use new macros to access the float's mark bit.
9562 (init_alloc_once): Init free_ablock.
9563
9564 * lisp.h (struct Lisp_Float): Remove unused field `type'.
9565
9566 2003-06-27 Stefan Monnier <monnier@cs.yale.edu>
9567
9568 * alloc.c (VECTOR_MARK, VECTOR_UNMARK, VECTOR_MARKED_P): New macros.
9569 (GC_STRING_BYTES): Don't mask markbit (it's only used on `size').
9570 (allocate_buffer): Move.
9571 (string_bytes): Don't mask markbit of `size_byte'.
9572 (mark_maybe_object, mark_maybe_pointer, Fgarbage_collect)
9573 (mark_object, mark_buffer, survives_gc_p, gc_sweep):
9574 Use the `size' field of buffers (rather than the `name' field) for
9575 the mark bit, as is done for all other vectorlike objects.
9576 Use the new macros to access the mark bit of vectorlike objects.
9577
9578 2003-06-26 Richard M. Stallman <rms@gnu.org>
9579
9580 * puresize.h (BASE_PURESIZE): Increment base size.
9581
9582 * xdisp.c (fast_find_position): Enable Gerd's new definition.
9583
9584 * xterm.c (xim_initialize): Undo previous change.
9585
9586 2003-06-26 Stefan Monnier <monnier@cs.yale.edu>
9587
9588 * alloc.c (survives_gc_p): Simplify.
9589
9590 * buffer.c (set_buffer_internal_1): Test CONSP for lists.
9591
9592 * window.c (Fset_window_dedicated_p): Simplify.
9593 (display_buffer_1): Don't raise the win from which minibuf was entered.
9594 (temp_output_buffer_show): Don't assume BEG == 1. Simplify.
9595 (Fminibuffer_selected_window): Simplify.
9596
9597 * buffer.h (struct buffer_text): Lisp_Object `markers' => Lisp_Marker.
9598
9599 * lisp.h (unchain_marker): Lisp_Object arg => Lisp_Marker.
9600 (struct Lisp_Marker): Lisp_Object `chain' => Lisp_Marker `next'.
9601
9602 * insdel.c (check_markers, adjust_markers_for_delete)
9603 (adjust_markers_for_insert, adjust_markers_for_replace)
9604 (prepare_to_modify_buffer, RESTORE_VALUE):
9605 * marker.c (buf_charpos_to_bytepos, buf_bytepos_to_charpos)
9606 (Fset_marker, set_marker_restricted, set_marker_both, unchain_marker)
9607 (set_marker_restricted_both, Fbuffer_has_markers_at, count_markers):
9608 * alloc.c (Fmake_marker, free_marker, gc_sweep):
9609 * buffer.c (Fget_buffer_create, Fkill_buffer, Fset_buffer_multibyte):
9610 * editfns.c (save_excursion_restore, transpose_markers):
9611 * window.c (delete_window):
9612 * xdisp.c (message_dolog): Update for new types.
9613
9614 2003-06-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9615
9616 * xfaces.c (set_font_frame_param): Set default_face_done_p to zero.
9617 (realize_default_face): Use default_face_done_p for the force_p
9618 argument to set_lface_from_font_name. Set default_face_done_p to one.
9619
9620 * frame.c (make_frame): Initialize default_face_done_p.
9621
9622 * frame.h (struct frame): Add default_face_done_p.
9623
9624 * config.in: Add XRegisterIMInstantiateCallback_arg6 so it
9625 will be defined.
9626
9627 2003-06-25 Stefan Monnier <monnier@cs.yale.edu>
9628
9629 * alloc.c (make_interval, Fmake_symbol, allocate_misc):
9630 Initialize the new field `gcmarkbit'.
9631 (mark_interval, MARK_INTERVAL_TREE): Use the new `gcmarkbit' field.
9632 (mark_interval_tree): Don't mark the tree separately from the nodes.
9633 (UNMARK_BALANCE_INTERVALS): Don't unmark the tree.
9634 (mark_maybe_object, mark_maybe_pointer, Fgarbage_collect)
9635 (mark_object, survives_gc_p, gc_sweep): Use new `gcmarkbit' fields.
9636
9637 * lisp.h (struct interval, struct Lisp_Symbol, struct Lisp_Free)
9638 (struct Lisp_Marker, struct Lisp_Intfwd, struct Lisp_Boolfwd)
9639 (struct Lisp_Kboard_Objfwd, struct Lisp_Save_Value)
9640 (struct Lisp_Buffer_Local_Value, struct Lisp_Overlay)
9641 (struct Lisp_Objfwd, struct Lisp_Buffer_Objfwd): Add `gcmarkbit' field.
9642
9643 2003-06-24 Dave Love <fx@gnu.org>
9644
9645 * xterm.c (xim_initialize): Use XRegisterIMInstantiateCallback_arg6.
9646
9647 * strftime.c: Test HAVE_SYS__MBSTATE_H, not __hpux. Merge changes
9648 from gnulib.
9649
9650 2003-06-21 Richard M. Stallman <rms@gnu.org>
9651
9652 * fileio.c (Fwrite_region): Alternate messages
9653 for append and partial write.
9654
9655 * keyboard.c (read_key_sequence): When converting upcase fn key to
9656 downcase, update fkey and keytran so `backspace' gets translated.
9657
9658 * keyboard.c (read_avail_input): Don't signal SIGHUP in batch mode.
9659
9660 * process.c (wait_reading_process_input): Don't signal SIGIO
9661 in batch mode.
9662
9663 2003-06-17 Kenichi Handa <handa@m17n.org>
9664
9665 * Makefile.in (xselect.o): Don't depend on charset.h, coding.h,
9666 composite.h.
9667
9668 * xselect.c: Don't include charset.h, coding.h, composite.h.
9669 (Qforeign_selection): New variable.
9670 (syms_of_xselect): Intern and static it.
9671 (selection_data_to_lisp_data): Return a unibyte string made from
9672 data with `foreign-selection' text property.
9673
9674 2003-06-15 Stefan Monnier <monnier@cs.yale.edu>
9675
9676 * termhooks.h (EVENT_INIT): New macro.
9677
9678 * keyboard.c (mark_kboards): Move from alloc.c. Mark kbd_buffer.
9679
9680 * alloc.c (mark_kboards): Move to keyboard.c.
9681
9682 * keyboard.c (record_asynch_buffer_change, read_avail_input):
9683 * xterm.c (x_dispatch_event):
9684 * xmenu.c (find_and_call_menu_selection):
9685 * xdisp.c (handle_tool_bar_click):
9686 * w32menu.c (menubar_selection_callback):
9687 * sysdep.c (kbd_input_ast, read_input_waiting):
9688 * msdos.c (dos_rawgetc):
9689 * macterm.c (mac_check_for_quit_char):
9690 * macmenu.c (menubar_selection_callback):
9691 * gtkutil.c (xg_tool_bar_callback): Don't pass uninitialized
9692 data to kbd_buffer_store_event.
9693
9694 2003-06-15 Kim F. Storm <storm@cua.dk>
9695
9696 * xdisp.c (x_fix_overlapping_area): Always use area relative X
9697 to fix redisplay problem with tall characters (such as \e,AC\e(B).
9698
9699 2003-06-13 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
9700
9701 * fileio.c (Fcopy_file): Doc fix: copies file modes, too.
9702
9703 2003-06-12 Kenichi Handa <handa@m17n.org>
9704
9705 * fileio.c (Fwrite_region): Save and restore restriction.
9706
9707 2003-06-12 Dave Love <fx@gnu.org>
9708
9709 * alloca.c (alloca): Declare arg as size_t.
9710
9711 * sysdep.c: Remove redundant include of unistd.h, stdlib.h.
9712 Use HAVE_DECL_SYS_SIGLIST, not SYS_SIGLIST_DECLARED.
9713
9714 2003-06-11 Dave Love <fx@gnu.org>
9715
9716 * search.c (shrink_regexp_cache): Use xrealloc.
9717 (syms_of_search): Use xmalloc.
9718
9719 2003-06-10 Kim F. Storm <storm@cua.dk>
9720
9721 * xdisp.c (phys_cursor_in_rect_p): Fix 2003-05-24 change.
9722 Adjust phys_cursor.x to be relative to window box, rather than
9723 text area before checking -- to ensure cursor is redrawn when
9724 exposing window.
9725 Note: This also fixes a similar (older) bug if display margins
9726 are present.
9727
9728 2003-06-06 Kenichi Handa <handa@m17n.org>
9729
9730 * coding.c (encoding_buffer_size): If coding->type is
9731 coding_type_ccl, double magnification on CRLF encoding.
9732
9733 2003-06-06 Jason Rumney <jasonr@gnu.org>
9734
9735 * w32reg.c (SYSTEM_DEFAULT_RESOURCES): New constant.
9736 (w32_get_string_resource): Try SYSTEM_DEFAULT_RESOURCES last.
9737
9738 * xfaces.c (Finternal_face_x_get_resource): Do it on Windows and
9739 Mac too.
9740
9741 2003-06-05 Dave Love <fx@gnu.org>
9742
9743 * strftime.c: Merge changes from gnulib.
9744
9745 * mktime.c (__mktime_internal): Merge changes from gnulib
9746 involving year 69 and dst2.
9747
9748 Changes to merge with gnulib version and be consistent with the
9749 autoconf test:
9750
9751 * getloadavg.c: Set NLIST_STRUCT from HAVE_NLIST_H.
9752 Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not NLIST_NAME_UNION.
9753 [HAVE_LOCALE_H]: Include locale.h.
9754 (getloadavg) [HAVE_SETLOCALE]: Run sscanf in C locale.
9755
9756 2003-06-05 Kim F. Storm <storm@cua.dk>
9757
9758 * window.c (coordinates_in_window): Convert X and Y to window
9759 relative coordinates inside mode-line and header-line parts.
9760 Convert X and Y to margin area relative coordinates inside left
9761 and right display margin parts.
9762
9763 2003-06-05 Jason Rumney <jasonr@gnu.org>
9764
9765 * w32fns.c (add_system_logical_colors_to_map): New function.
9766 (Fx_open_connection): Use it.
9767
9768 2003-06-04 Stefan Monnier <monnier@cs.yale.edu>
9769
9770 * process.c (allocate_pty): Revert part of the previous patch.
9771 (Faccept_process_output): Simplify.
9772
9773 2003-06-04 Jason Rumney <jasonr@gnu.org>
9774
9775 * termhooks.h (enum event_kind): Remove MOUSE_WHEEL_EVENT.
9776
9777 * keyboard.c (Qmouse_wheel, mouse_wheel_syms)
9778 (lispy_mouse_wheel_names): Remove.
9779 (syms_of_keyboard): Remove Qmouse_wheel and mouse_wheel_syms.
9780 Always define drag_and_drop_syms.
9781
9782 * macterm.c (XTread_socket): Map mouse wheel events to Emacs
9783 WHEEL_EVENT events.
9784
9785 2003-06-03 Stefan Monnier <monnier@cs.yale.edu>
9786
9787 * xdisp.c (update_tool_bar): Add missing UNGCPRO.
9788
9789 * buffer.c (init_buffer_once): Make kill-buffer-hook permanent-local.
9790
9791 2003-06-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9792
9793 * gtkutil.c (make_menu_item): Make sure we don't crash on a NULL
9794 menu item label.
9795
9796 2003-06-03 Richard M. Stallman <rms@gnu.org>
9797
9798 * window.c (Fwindow_edges): Doc fix.
9799 (Fwindow_pixel_edges, Fwindow_inside_edges)
9800 (Fwindow_inside_pixel_edges): New functions.
9801 (syms_of_window): defsubr them.
9802
9803 * window.h (WINDOW_LEFT_FRINGE_COLS, WINDOW_RIGHT_FRINGE_COLS)
9804 (WINDOW_MODE_LINE_LINES, WINDOW_HEADER_LINE_LINES): New macros.
9805
9806 2003-06-02 Stefan Monnier <monnier@cs.yale.edu>
9807
9808 * dispnew.c (Fsit_for): Don't lie about the number of args.
9809
9810 2003-06-02 Dave Love <fx@gnu.org>
9811
9812 * callproc.c: Use HAVE_FCNTL_H, not USG5.
9813 (syms_of_callproc) <process-environment>: Doc fix.
9814
9815 * doc.c: Use HAVE_FCNTL_H, not USG5.
9816
9817 * xfaces.c (font_rescale_ratio): Fix for K&R.
9818
9819 * termcap.c: Use HAVE_FCNTL_H, not _POSIX_VERSION.
9820
9821 * mem-limits.h: Use HAVE_SYS_RESOURCE_H, HAVE_SYS_VLIMIT_H.
9822
9823 * lread.c [HAVE_FCNTL_H]: Include fcntl.h.
9824
9825 * gtkutil.c: Include keyboard.h, charset.h, coding.h.
9826 (xg_create_frame_widgets): Use ENCODE_UTF_8.
9827
9828 * xterm.c (Qutf_8): Move to coding.c
9829
9830 * xmenu.c (ENCODE_MENU_STRING): New.
9831 (list_of_panes, list_of_items, digest_single_submenu, xmenu_show):
9832 Use it.
9833
9834 * coding.h (ENCODE_UTF_8): New.
9835 (Qutf_8): Declare.
9836
9837 * coding.c (Qutf_8): New.
9838 (syms_of_coding): Intern it.
9839
9840 * fns.c: Doc fixes.
9841
9842 2003-06-02 Kenichi Handa <handa@m17n.org>
9843
9844 * buffer.c (Fset_buffer_multibyte): Fix previous change.
9845
9846 2003-06-01 Stefan Monnier <monnier@cs.yale.edu>
9847
9848 * lread.c (openp): Make sure STR is a string.
9849
9850 2003-06-01 David Ponce <david@dponce.com>
9851
9852 * termhooks.h (enum event_kind): Add new WHEEL_EVENT event.
9853 Declare MOUSE_WHEEL_EVENT only if MAC_OSX defined.
9854
9855 * keyboard.c (Qmouse_wheel): Declare only if MAC_OSX defined.
9856 (mouse_wheel_syms, lispy_mouse_wheel_names): Likewise.
9857 (discard_mouse_events): Discard WHEEL_EVENT events too.
9858 (lispy_wheel_names, wheel_syms): New.
9859 (syms_of_keyboard): Init and staticpro `wheel_syms'. Init and
9860 staticpro `Qmouse_wheel' and `mouse_wheel_syms' only if MAC_OSX defined.
9861 (make_lispy_event): Add WHEEL_EVENT handler.
9862
9863 * w32term.c (construct_mouse_wheel): Construct WHEEL_EVENT.
9864 (w32_read_socket): Map w32 WM_MOUSEWHEEL events to Emacs
9865 WHEEL_EVENT events.
9866
9867 2003-05-31 John Paul Wallington <jpw@gnu.org>
9868
9869 * Makefile.in (lisp, shortlisp): byte-run, float-sup, map-ynp, and
9870 timer are in lisp/emacs-lisp.
9871
9872 2003-05-31 Kenichi Handa <handa@m17n.org>
9873
9874 * buffer.c (Fset_buffer_multibyte): Correctly recover a narrowed
9875 region when a buffer is changed to unibyte.
9876
9877 * charset.h (VALID_LEADING_CODE_P): New macro.
9878 (UNIBYTE_STR_AS_MULTIBYTE_P): Check more rigidly.
9879
9880 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): If coding->flags
9881 is nonzero, accept multibyte form of eight-bit-control chars.
9882 (decode_composition_emacs_mule): Likewise.
9883 (decode_coding_emacs_mule): Likewise.
9884 (encode_coding_emacs_mule): If coding->flags is nonzero, produce
9885 multibyte form of eight-bit-control chars.
9886
9887 * fileio.c (Qauto_save_coding, auto_save_coding): New variables.
9888 (Finsert_file_contents): If coding-system-for-read is bound to
9889 Qauto_save_coding, use the coding system emacs-mule with special
9890 setting for recovering a file.
9891 (choose_write_coding_system): On auto saving, use the coding
9892 system emacs-mule with special setting for auto saving.
9893 (syms_of_fileio) <Qauto_save_coding>: Intern and staticpro it.
9894
9895 2003-05-30 Kenichi Handa <handa@m17n.org>
9896
9897 * coding.c (ccl_coding_driver): Set ccl->eight_bit_control
9898 properly before calling ccl_driver.
9899
9900 * ccl.h (struct ccl_program) <eight_bit_control>: Comment fixed.
9901
9902 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when it is nonzero.
9903 (ccl_driver): Initialize extra_bytes to ccl->eight_bit_control.
9904 (setup_ccl_program): Initialize ccl->eight_bit_control to zero.
9905
9906 2003-05-29 Glenn Morris <gmorris@ast.cam.ac.uk>
9907
9908 * xfaces.c (realize_default_face): Do not abort if lface is
9909 non-existent - reverts change from 2003-05-19.
9910
9911 2003-05-29 Kenichi Handa <handa@m17n.org>
9912
9913 * coding.c (decode_coding_iso2022): Pay attention to the byte
9914 sequence of CTEXT extended segment, and retain those bytes as is.
9915
9916 2003-05-28 Kenichi Handa <handa@m17n.org>
9917
9918 * coding.c (ENCODE_UNSAFE_CHARACTER): Adjust for the name change
9919 of CODING_REPLACEMENT_CHARACTER.
9920 (decode_coding_iso2022): If CODING_FLAG_ISO_SAFE, set
9921 CODING_MODE_INHIBIT_UNENCODABLE_CHAR flag in coding->mode, and
9922 check this flag on encoding.
9923 (encode_coding_sjis_big5):
9924 Check CODING_MODE_INHIBIT_UNENCODABLE_CHAR flag of coding->mode.
9925 (Fset_terminal_coding_system_internal):
9926 Set CODING_MODE_INHIBIT_UNENCODABLE_CHAR flag in terminal_coding.mode
9927 instead of setting CODING_FLAG_ISO_SAFE flag in terminal_coding.flags.
9928
9929 * coding.h (CODING_REPLACEMENT_CHARACTER): Rename from
9930 CODING_INHIBIT_CHARACTER_SUBSTITUTION.
9931 (CODING_MODE_INHIBIT_UNENCODABLE_CHAR): New macro.
9932
9933 2003-05-28 Richard M. Stallman <rms@gnu.org>
9934
9935 * print.c (syms_of_print) <print-escape-nonascii>: Doc fix.
9936
9937 * eval.c (unbind_to): Move init of this_binding to separate statement.
9938
9939 2003-05-28 Kim F. Storm <storm@cua.dk>
9940
9941 * xdisp.c (expose_window): Fix error in calculation of
9942 window relative coordinates of area to redisplay.
9943
9944 2003-05-27 Jason Rumney <jasonr@gnu.org>
9945
9946 * w32term.c (GET_WHEEL_DELTA_WPARAM): New macro.
9947
9948 2003-05-27 David Ponce <david@dponce.com>
9949
9950 Handle W32 mouse wheel events as mouse click events, like in X.
9951
9952 * keyboard.c (make_lispy_event) [WINDOWSNT]: Don't handle
9953 MOUSE_WHEEL_EVENT anymore.
9954
9955 * w32term.c (construct_mouse_wheel): Result is a MOUSE_CLICK_EVENT.
9956 Scrolling down/up the mouse wheel is respectively mapped to mouse
9957 button 4 and 5.
9958 (w32_read_socket): Map w32 WM_MOUSEWHEEL events to Emacs
9959 MOUSE_CLICK_EVENT events. Forward w32 MSH_MOUSEWHEEL events as
9960 WM_MOUSEWHEEL events.
9961
9962 2003-05-27 Andreas Schwab <schwab@suse.de>
9963
9964 * buffer.c (syms_of_buffer) <default-direction-reversed>: Doc fix.
9965
9966 * xdisp.c (try_window_id): Avoid aborting if PT is inside a
9967 partially visible line.
9968
9969 * alloc.c (Fgarbage_collect): Fix last change.
9970
9971 2003-05-26 John Paul Wallington <jpw@gnu.org>
9972
9973 * xfns.c (Fx_create_frame): Don't call Qface_set_after_frame_default.
9974
9975 2003-05-25 Stefan Monnier <monnier@cs.yale.edu>
9976
9977 * window.c (Fset_window_buffer): Add type of `keep_margins'.
9978 (Fset_window_fringes, Fset_window_scroll_bars): Declare before use.
9979
9980 * window.h (window_box_text_cols): Declare.
9981
9982 * xdisp.c (window_text_bottom_y, draw_row_fringe_bitmaps)
9983 (x_draw_vertical_border): Remove unused var `f'.
9984
9985 * xfaces.c (build_scalable_font_name): Remove `unused var
9986 pixel_size' warning.
9987
9988 * xfns.c (png_load): Remove `unused vars intent, image_gamma' warning.
9989
9990 * unexelf.c (unexec): Remove `unused var n' warning.
9991
9992 * strftime.c (my_strftime_localtime_r): Remove `defined but
9993 unused' warning.
9994
9995 * process.c (allocate_pty): Remove `unused var stb' and
9996 `cp might be used uninitialized' warnings.
9997
9998 * dispnew.c (mode_line_string): Remove unused var `f'.
9999
10000 * coding.c (find_safe_codings): Remove unused var `i'.
10001
10002 * bytecode.c (Fbyte_code): Remove `unused val' warning.
10003
10004 * buffer.c (Fkill_buffer): Remove unused var `list'.
10005
10006 * alloc.c (Fgarbage_collect): Remove `unused var tail' warning.
10007
10008 2003-05-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10009
10010 * frame.c (make_frame): Condition want_fullscreen with
10011 HAVE_WINDOW_SYSTEM.
10012
10013 2003-05-25 Juanma Barranquero <lektu@terra.es>
10014
10015 * window.c (Fset_window_scroll_bars): Fix typo in argument name.
10016 (Fwindow_scroll_bars): Fix typo in docstring.
10017
10018 2003-05-24 Kim F. Storm <storm@cua.dk>
10019
10020 The following changes serve several purposes:
10021
10022 1) Swap the position of fringes and display margins in windows, i.e.
10023 the fringes are now displayed between the margins and the text area
10024 (by default).
10025
10026 2) Allow fringe and scroll bar parameters to be set per-buffer and
10027 per-window (like display margins). Such settings are now stored
10028 in window configurations, preserved when frames are resized, and
10029 copied when windows are split vertically or horizontally.
10030 Several bugs related to display margins have been fixed.
10031
10032 3) Consistently use FRAME_FONT and FRAME_FONTSET macros.
10033
10034 4) Use FRAME_COLUMN_WIDTH (f) consistently throughout the code
10035 rather than FRAME_WIDTH (FRAME_FONT (f)).
10036
10037 5) Introduce a consistent naming of variables, members and macros
10038 depending on whether their value is measured in pixels or in
10039 canonical columns/lines. Pixel dimensions are named *_width and
10040 *_height, while canonical columns/lines are named *_cols and
10041 *_lines. Pixel positions are named *_x and *_y, while column/line
10042 positions are named *_col and *_line.
10043
10044 6) Consolidate more of the X, W32, and MAC gui code by moving
10045 common data into struct frame, and generalize it for the non-gui
10046 case by using suitable defaults.
10047
10048 7) Cleanup and consolidate the macros controlling frame and window
10049 layout into frame.h and window.h, and generalize the use of the
10050 various window_box_* functions (enhanced to handle the new fringe
10051 position and the per-window fringe and scroll bar settings).
10052
10053 * frame.h (struct frame): Rename members height to text_lines,
10054 width to text_cols, window_height to total_lines, window_width to
10055 total_cols, new_height to new_text_lines, new_width to
10056 new_text_cols. All uses changed.
10057 (struct frame): New members which consolidate common members of
10058 x_output, w32_output, and mac_output structures: left_pos,
10059 top_pos, pixel_height, pixel_width, x_pixels_diff, y_pixels_diff,
10060 win_gravity, size_hint_flags, border_width, internal_border_width,
10061 line_height, fringe_cols, left_fringe_width, right_fringe_width,
10062 want_fullscreen. All uses changed.
10063 (struct frame): New member column_width contaning the canonical
10064 column width, analogue to line_height. All uses changed.
10065 (struct frame): Rename members scroll_bar_pixel_width to
10066 config_scroll_bar_width, and scroll_bar_cols to
10067 config_scroll_bar_cols. All uses changed.
10068 (struct frame): New member scroll_bar_actual_width which
10069 consolidates and renames the vertical_scroll_bar_extra member of
10070 x_output, w32_output, and mac_output structures. All uses changed.
10071 (FRAME_PIXEL_HEIGHT): Rename from PIXEL_HEIGHT and moved
10072 from x/w32/macterm.h files. All uses changed. Also change code
10073 which referred to f->output_data...->pixel_height.
10074 (FRAME_PIXEL_WIDTH): Rename from PIXEL_WIDTH and moved
10075 from x/w32/macterm.h files. All uses changed. Also change code
10076 which referred to f->output_data...->pixel_width.
10077 (FRAME_LINES): Rename from FRAME_HEIGHT. All uses changed.
10078 Also change code which referred to f->height.
10079 (FRAME_COLS): Rename from FRAME_WIDTH. All uses changed.
10080 Also change code which referred to f->width.
10081 (FRAME_NEW_HEIGHT, FRAME_NEW_WIDTH): Remove macros; change uses
10082 to update new_text_lines and new_text_cols members directly.
10083 (FRAME_CONFIG_SCROLL_BAR_WIDTH): Rename from
10084 FRAME_SCROLL_BAR_PIXEL_WIDTH. All uses changed.
10085 (FRAME_CONFIG_SCROLL_BAR_COLS): Rename from
10086 FRAME_SCROLL_BAR_COLS. All uses changed.
10087 (FRAME_LEFT_SCROLL_BAR_COLS, FRAME_RIGHT_SCROLL_BAR_COLS):
10088 Rename from FRAME_LEFT_SCROLL_BAR_WIDTH and
10089 FRAME_RIGHT_SCROLL_BAR_WIDTH, resp. All uses changed.
10090 (FRAME_SCROLL_BAR_AREA_WIDTH, FRAME_LEFT_SCROLL_BAR_AREA_WIDTH)
10091 (FRAME_RIGHT_SCROLL_BAR_AREA_WIDTH): New macros.
10092 (FRAME_TOTAL_COLS): Rename from FRAME_WINDOW_WIDTH.
10093 (SET_FRAME_COLS): Rename from SET_FRAME_WIDTH.
10094 (FRAME_TOTAL_COLS_ARG): Rename from FRAME_WINDOW_WIDTH_ARG.
10095 (WINDOW_VERTICAL_SCROLL_BAR_COLUMN): Remove unused macro.
10096 (WINDOW_VERTICAL_SCROLL_BAR_HEIGHT): Remove unused macro.
10097 (FRAME_LINE_HEIGHT): Rename from CANON_Y_UNIT.
10098 Unconditionally return line_height member (it now has proper value
10099 also for non-window frames).
10100 (FRAME_COLUMN_WIDTH): Rename from CANON_X_UNIT. Unconditionally
10101 return new column_width member (rather than the default font width).
10102 (FRAME_FRINGE_COLS, FRAME_LEFT_FRINGE_WIDTH)
10103 (FRAME_RIGHT_FRINGE_WIDTH): Rename from FRAME_X_... and moved
10104 from x/w32/macterm.h files. Unconditionally return corresponding
10105 member of frame structure (they now have proper values also for
10106 non-window frames).
10107 (FRAME_TOTAL_FRINGE_WIDTH): Rename from FRAME_FRINGE_WIDTH.
10108 Calculate return value from left and right widths.
10109 (FRAME_INTERNAL_BORDER_WIDTH): Unconditionally return
10110 internal_border_width member (has proper value for non-window frame).
10111 (FRAME_PIXEL_X_FROM_CANON_X): Rename from PIXEL_X_FROM_CANON_X.
10112 (FRAME_PIXEL_Y_FROM_CANON_Y): Rename from PIXEL_Y_FROM_CANON_Y.
10113 (FRAME_CANON_X_FROM_PIXEL_X): Rename from CANON_X_FROM_PIXEL_X.
10114 (FRAME_CANON_Y_FROM_PIXEL_Y): Rename from CANON_Y_FROM_PIXEL_Y.
10115 (FRAME_LINE_TO_PIXEL_Y): Rename from CHAR_TO_PIXEL_ROW,
10116 consolidated from xterm.h, macterm.h, and w32term.h.
10117 (FRAME_COL_TO_PIXEL_X): Rename from CHAR_TO_PIXEL_COL,
10118 consolidated from xterm.h, macterm.h, and w32term.h.
10119 (FRAME_TEXT_COLS_TO_PIXEL_WIDTH): Rename from
10120 CHAR_TO_PIXEL_WIDTH consolidated from x/mac/w32term.h.
10121 (FRAME_TEXT_LINES_TO_PIXEL_HEIGHT): Rename from
10122 CHAR_TO_PIXEL_HEIGHT consolidated from x/mac/w32term.h.
10123 (FRAME_PIXEL_Y_TO_LINE): Rename from PIXEL_TO_CHAR_ROW
10124 consolidated from x/mac/w32term.h.
10125 (FRAME_PIXEL_X_TO_COL): Rename from PIXEL_TO_CHAR_COL
10126 consolidated from x/mac/w32term.h.
10127 (FRAME_PIXEL_WIDTH_TO_TEXT_COLS): Rename from
10128 PIXEL_TO_CHAR_WIDTH consolidated from x/mac/w32term.h.
10129 (FRAME_PIXEL_HEIGHT_TO_TEXT_LINES): Rename from
10130 PIXEL_TO_CHAR_HEIGHT consolidated from x/mac/w32term.h.
10131
10132 * window.h (struct window): Rename members left to left_col,
10133 top to top_line, height to total_lines, width to total_cols,
10134 left_margin_width to left_margin_cols, right_margin_width to
10135 right_margin_cols, orig_height to orig_total_lines, orig_top to
10136 orig_top_line. All uses changed.
10137 (struct window): New members left_fringe_width, right_fringe_width,
10138 fringes_outside_margins, scroll_bar_width, vertical_scroll_bar_type.
10139 (WINDOW_XFRAME, WINDOW_FRAME_COLUMN_WIDTH, WINDOW_FRAME_LINE_HEIGHT):
10140 New macros primarily used to simplify other macros.
10141 (WINDOW_TOTAL_COLS): New macro. Change relevant code that
10142 referred to XINT (w->width).
10143 (WINDOW_TOTAL_LINES): New macro. Change relevant code that
10144 referred to XINT (w->height).
10145 (WINDOW_TOTAL_WIDTH): New macro. Change relevant code that
10146 referred to XINT (w->width) * canon_x_unit.
10147 (WINDOW_TOTAL_HEIGHT): New macro. Change relevant code that
10148 referred to XINT (w->height) * canon_y_unit.
10149 (WINDOW_LEFT_EDGE_COL): New macro. Change relevant code that
10150 referred to XINT (w->left).
10151 (WINDOW_RIGHT_EDGE_COL): Rename from WINDOW_RIGHT_EDGE. Change
10152 all uses and code that referred to XINT (w->left) + XINT (w->width).
10153 (WINDOW_TOP_EDGE_LINE): New macro. Change relevant code that
10154 referred to XINT (w->top).
10155 (WINDOW_BOTTOM_EDGE_LINE): New macro. Change relevant code that
10156 referred to XINT (w->top) + XINT (w->height).
10157 (WINDOW_LEFT_EDGE_X): New macro. Change relevant code that
10158 referred to XINT (w->left) * canon_x_unit.
10159 (WINDOW_RIGHT_EDGE_X): New macro. Change relevant code that
10160 referred to (XINT (w->left) + XINT (w->width)) * canon_x_unit.
10161 (WINDOW_TOP_EDGE_Y): New macro. Change relevant code that
10162 referred to XINT (w->top) * canon_y_unit.
10163 (WINDOW_BOTTOM_EDGE_Y): New macro. Change relevant code that
10164 referred to (XINT (w->top) + XINT (w->height)) * canon_y_unit.
10165 (WINDOW_LEFTMOST_P): New macro.
10166 (WINDOW_BOX_LEFT_EDGE_COL): Rename from WINDOW_LEFT_MARGIN.
10167 All uses changed.
10168 (WINDOW_BOX_RIGHT_EDGE_COL): Rename from WINDOW_RIGHT_MARGIN.
10169 All uses changed.
10170 (WINDOW_BOX_LEFT_EDGE_X): Rename from
10171 WINDOW_DISPLAY_LEFT_EDGE_PIXEL_X, moved from dispextern.h.
10172 Do not exclude left fringe width.
10173 (WINDOW_BOX_RIGHT_EDGE_X): Rename from
10174 WINDOW_DISPLAY_RIGHT_EDGE_PIXEL_X, moved from dispextern.h.
10175 Do not exclude fringe widths.
10176 (WINDOW_LEFT_FRINGE_WIDTH, WINDOW_RIGHT_FRINGE_WIDTH)
10177 (WINDOW_FRINGE_COLS, WINDOW_TOTAL_FRINGE_WIDTH): New macros.
10178 Change relevant code that referred to FRAME_LEFT_FRINGE_WIDTH,
10179 FRAME_RIGHT_FRINGE_WIDTH, FRAME_FRINGE_COLS, and
10180 FRAME_TOTAL_FRINGE_WIDTH to allow per-window fringe settings.
10181 (WINDOW_HAS_FRINGES_OUTSIDE_MARGINS): New macro.
10182 (WINDOW_VERTICAL_SCROLL_BAR_TYPE, WINDOW_HAS_VERTICAL_SCROLL_BAR)
10183 (WINDOW_HAS_VERTICAL_SCROLL_BAR_ON_LEFT)
10184 (WINDOW_HAS_VERTICAL_SCROLL_BAR_ON_RIGHT)
10185 (WINDOW_CONFIG_SCROLL_BAR_WIDTH, WINDOW_CONFIG_SCROLL_BAR_COLS):
10186 New macros. Change code which referenced corresponding
10187 FRAME_VERTICAL_SCROLL_BAR_TYPE, FRAME_HAS_VERTICAL_SCROLL_BARS,
10188 FRAME_HAS_VERTICAL_SCROLL_BARS_ON_LEFT,
10189 FRAME_HAS_VERTICAL_SCROLL_BARS_ON_RIGHT,
10190 FRAME_SCROLL_BAR_PIXEL_WIDTH, and FRAME_SCROLL_BAR_COLS macros to
10191 allow per-window scroll-bar settings.
10192 (WINDOW_LEFT_SCROLL_BAR_COLS, WINDOW_RIGHT_SCROLL_BAR_COLS): New macros.
10193 (WINDOW_LEFT_SCROLL_BAR_AREA_WIDTH): New macro. Change code that
10194 referred to FRAME_LEFT_SCROLL_BAR_WIDTH.
10195 (WINDOW_RIGHT_SCROLL_BAR_AREA_WIDTH): New macro. Change code
10196 that referred to FRAME_HAS_VERTICAL_SCROLL_BARS_ON_RIGHT and
10197 FRAME_SCROLL_BAR_WIDTH.
10198 (WINDOW_SCROLL_BAR_COLS, WINDOW_SCROLL_BAR_AREA_WIDTH)
10199 (WINDOW_SCROLL_BAR_AREA_X): New macros.
10200 (WINDOW_HEADER_LINE_HEIGHT): Rename from
10201 WINDOW_DISPLAY_HEADER_LINE_HEIGHT, moved from dispextern.h.
10202 (WINDOW_BOX_HEIGHT_NO_MODE_LINE): Rename from
10203 WINDOW_DISPLAY_HEIGHT_NO_MODE_LINE, moved from dispextern.h.
10204 (WINDOW_BOX_TEXT_HEIGHT): Rename from
10205 WINDOW_DISPLAY_PIXEL_WIDTH, moved from dispextern.h.
10206 (WINDOW_TO_FRAME_PIXEL_X, WINDOW_TO_FRAME_PIXEL_Y)
10207 (FRAME_TO_WINDOW_PIXEL_X, FRAME_TO_WINDOW_PIXEL_Y)
10208 (WINDOW_TEXT_TO_FRAME_PIXEL_X): Move here from dispextern.h.
10209 (WINDOW_LEFT_MARGIN_WIDTH): Rename from
10210 WINDOW_DISPLAY_LEFT_AREA_PIXEL_WIDTH, moved from dispextern.h.
10211 (WINDOW_RIGHT_MARGIN_WIDTH): Rename from
10212 WINDOW_DISPLAY_RIGHT_AREA_PIXEL_WIDTH, moved from dispextern.h.
10213 (window_from_coordinates): Update prototype.
10214 (Fset_window_buffer): Update EXFUN.
10215 (set_window_buffer): Update prototype.
10216
10217 * dispextern.h (struct glyph_matrix): Rename members window_left_x
10218 to window_left_col, window_top_y to window_top_line. All uses
10219 changed.
10220 (FRAME_INTERNAL_BORDER_WIDTH_SAFE): Remove macro; can now safely
10221 use FRAME_INTERNAL_BORDER_WIDTH macro instead as
10222 internal_border_width is now set to 0 for non-window frames.
10223 (WINDOW_DISPLAY_PIXEL_WIDTH, WINDOW_DISPLAY_PIXEL_HEIGHT)
10224 (WINDOW_DISPLAY_MODE_LINE_HEIGHT, WINDOW_DISPLAY_HEADER_LINE_HEIGHT)
10225 (WINDOW_DISPLAY_HEIGHT_NO_MODE_LINE, WINDOW_DISPLAY_TEXT_HEIGHT)
10226 (WINDOW_DISPLAY_LEFT_EDGE_PIXEL_X, WINDOW_DISPLAY_RIGHT_EDGE_PIXEL_X)
10227 (WINDOW_DISPLAY_TOP_EDGE_PIXEL_Y, WINDOW_DISPLAY_BOTTOM_EDGE_PIXEL_Y)
10228 (WINDOW_TO_FRAME_PIXEL_X, WINDOW_TO_FRAME_PIXEL_Y)
10229 (FRAME_TO_WINDOW_PIXEL_X, FRAME_TO_WINDOW_PIXEL_Y)
10230 (WINDOW_DISPLAY_LEFT_AREA_PIXEL_WIDTH)
10231 (WINDOW_DISPLAY_RIGHT_AREA_PIXEL_WIDTH, WINDOW_WANTS_MODELINE_P):
10232 Move to window.h and renamed [see window.h changes].
10233 (WINDOW_AREA_TO_FRAME_PIXEL_X, WINDOW_AREA_PIXEL_WIDTH)
10234 (WINDOW_DISPLAY_TEXT_AREA_PIXEL_WIDTH): Remove macros.
10235 (WINDOW_WANTS_MODELINE_P, WINDOW_WANTS_HEADER_LINE_P):
10236 Use WINDOW_TOTAL_LINES.
10237 (frame_update_line_height): Remove prototype.
10238
10239 * buffer.h (struct buffer): Rename members measured in columns:
10240 left_margin_width to left_margin_cols, right_margin_width to
10241 right_margin_cols. All uses changed.
10242 New members left_fringe_width, right_fringe_width,
10243 fringes_outside_margins for per-buffer fringe settings.
10244 New members scroll_bar_width and vertical_scroll_bar_type for
10245 per-buffer scroll bar settings.
10246
10247 * buffer.c (init_buffer_once): Set buffer_defaults and
10248 buffer_local_flags for new buffer-local variables
10249 left_fringe_width, right_fringe_width, fringes_outside_margins,
10250 scroll_bar_width, and vertical_scroll_bar_type.
10251 (syms_of_buffer): Defvar_per_buffer them, and defvar_lisp_nopro
10252 default-* variables for them.
10253
10254 * dispnew.c: Make (many) trivial substitutions for renamed and
10255 new macros in dispextern.h, frame.h and window.h.
10256 (mode_line_string): No need to adjust width for mode lines, as it
10257 is already adjusted by the caller.
10258 (marginal_area_string): Handle fringes inside/outside margins.
10259
10260 * frame.c: Make (many) trivial substitutions for renamed and
10261 new macros in dispextern.h, frame.h and window.h.
10262 (make_frame): Initialize left_fringe_width, right_fringe_width,
10263 fringe_cols, scroll_bar_actual_width, border_width,
10264 internal_border_width, column_width, line_height, x_pixels_diff,
10265 y_pixels_diff, want_fullscreen, size_hint_flags, and win_gravity
10266 members with values suitable for a non-window frames.
10267
10268 * gtkutil.c: Make (many) trivial substitutions for renamed and
10269 new macros in dispextern.h, frame.h and window.h.
10270
10271 * indent.c: Make (few) trivial substitutions for renamed and
10272 new macros in dispextern.h, frame.h and window.h.
10273
10274 * keyboard.c: Make (many) trivial substitutions for renamed and
10275 new macros in dispextern.h, frame.h and window.h.
10276 (make_lispy_event): Use window positions returned from
10277 window_from_coordinates when constructing the lisp event for
10278 MOUSE_CLICK_EVENT and DRAG_N_DROP_EVENT, rather than calculating
10279 (incorrect) values locally.
10280 (make_lispy_movement): Use window positions returned from
10281 window_from_coordinates when constructing the lisp event, rather
10282 than calculating (incorrect) values locally.
10283
10284 * scroll.c: Make (some) trivial substitutions for renamed and
10285 new macros in dispextern.h, frame.h and window.h.
10286
10287 * sunfns.c (Fsun_menu_internal): Adapt to per-window fringes and
10288 scroll-bars.
10289
10290 * sysdep.c: Make (few) trivial substitutions for renamed and
10291 new macros in dispextern.h, frame.h and window.h.
10292
10293 * term.c: Make (some) trivial substitutions for renamed and
10294 new macros in dispextern.h, frame.h and window.h.
10295
10296 * widget.c: Make (few) trivial substitutions for renamed and
10297 new macros in dispextern.h, frame.h and window.h.
10298
10299 * window.c: Make (many) trivial substitutions for renamed and
10300 new macros in dispextern.h, frame.h and window.h.
10301 (make_window): Initialize new members
10302 left_margin_cols, right_margin_cols, left_fringe_width,
10303 right_fringe_width, fringes_outside_margins, scroll_bar_width,
10304 and vertical_scroll_bar_type.
10305 (coordinates_in_window): Adapt to new fringe/margin positions
10306 and per-window fringes and scroll-bars.
10307 Fix bug related to incorrectly adjusting coordinates by
10308 frame's internal_border_width (the effect normally negible since
10309 the internal_border_width is typically 0 or 1 pixel, but very
10310 noticeable for an internal_border_width of e.g. 25 pixels).
10311 Upon successful return (other than ON_NOTHING), the coordinates
10312 are now always properly converted to window relative for the
10313 given display element.
10314 (window_from_coordinates): Add new parameters wx and wy to
10315 return the window relative x and y position in the returned
10316 window and part. A null arg means, don't return the position.
10317 All callers changed.
10318 (adjust_window_margins): New function which may reduce the width
10319 of the display margins if a window's text area is too small after
10320 resizing or splitting windows.
10321 (size_window): Fix bug that did not account for display margin
10322 widths when checking the minimum width of a window; use
10323 adjust_window_margins.
10324 (set_window_buffer): Call Fset_window_fringes and
10325 Fset_window_scroll_bars to setup per-window elements.
10326 Add new arg KEEP_MARGINS_P. Non-nil means to keep window's
10327 existing display margin, fringe widths, and scroll bar settings
10328 (e.g. after splitting a window or resizing the frame).
10329 All callers changed.
10330 (Fset_window_buffer): New arg KEEP_MARGINS. All callers changed.
10331 (Fsplit_window): Duplicate original window's display margin,
10332 fringe, and scroll-bar settings; then call Fset_window_buffer with
10333 KEEP_MARGINS non-nil. This fixes a bug which caused a split
10334 window to only preserve the display margins in one of the windows.
10335 When splitting horizontally, call adjust_window_margins on both
10336 windows to ensure that the text area of the new windows is non too
10337 narrow. This fixes a bug which could cause Emacs to trap if the
10338 width of the split window was less than the width of the display
10339 margins.
10340 (window_box_text_cols): Rename from window_internal_width.
10341 All uses changed. Adapt to per-window fringes and scroll bars.
10342 Fix bug that caused vertical separator to be subtracted also on
10343 window frames. Fix another bug that did not reduce the returned
10344 value by the columns used for display margins.
10345 (window_scroll_line_based): Fix bug related to scrolling too much
10346 when display margins are present (implicitly fixed by the fix to
10347 window_box_text_cols).
10348 (scroll_left, scroll_right): Fix bug related to scrolling too far
10349 by default when display margins are present (implicitly fixed by
10350 the fix to window_box_text_cols).
10351 (struct saved_window): Rename members left to left_col, top to
10352 top_line, width to total_cols, height to total_lines, orig_top to
10353 orig_top_line, orig_height to orig_total_lines. All uses changed.
10354 New members left_margin_cols, right_margin_cols,
10355 left_fringe_width, right_fringe_width, fringes_outside_margins,
10356 scroll_bar_width, and vertical_scroll_bar_type for saving
10357 per-window display elements.
10358 (Fset_window_configuration): Restore display margins, fringes,
10359 and scroll bar settings. This fixes a bug which caused display
10360 margins to be discarded when saving and restoring a window
10361 configuration.
10362 (save_window_save): Save display margins, fringes, and scroll bar
10363 settings. This fixes a bug which caused display margins to be
10364 discarded when saving and restoring a window configuration.
10365 (Fset_window_margins): Do nothing if display margins are not
10366 really changed. Otherwise, call adjust_window_margins to ensure
10367 the text area doesn't get too narrow. This fixes a bug which
10368 could cause Emacs to trap if setting display margins wider than
10369 the width of the window.
10370 (Fset_window_fringes): New defun to allow user to specifically set
10371 this window's fringe widths and position vs. display margins.
10372 (Fwindow_fringes): New defun to return window's actual fringe settings.
10373 (Fset_window_scroll_bars): New defun to allow user to specifically
10374 set this window's scroll bar width and position.
10375 (Fwindow_scroll_bars): New defun to return window's actual scroll
10376 bar settings.
10377 (compare_window_configurations): Also compare display margins,
10378 fringes, and scroll bar settings.
10379 (syms_of_window): Defsubr new defuns for fringe and scroll bars.
10380
10381 * xdisp.c: Make (many) trivial substitutions for renamed and
10382 new macros in dispextern.h, frame.h and window.h.
10383 (window_box_width): Adapt to per-window fringes and scroll bars,
10384 and new fringe vs. display margin position. Note that returned
10385 value is no longer guaranteed to be a whole multiple of the frame
10386 column width, since per-window fringes may now be any width.
10387 (window_box_left_offset): New function like window_box_left, but
10388 value is relative to left border of window (rather than frame).
10389 (window_box_right_offset): New function like window_box_right,
10390 but value is relative to left border of window.
10391 (window_box_left): Adapt to per-window fringes and scroll bars,
10392 and new fringe vs. display margin position. Simplify by using
10393 WINDOW_LEFT_EDGE_X and window_box_left_offset.
10394 (window_box): Allow null args for unnecessary return values;
10395 change/simplify relevant callers.
10396 (x_y_to_hpos_vpos): Adapt to per-window fringes and scroll bars,
10397 and new fringe vs. display margin position.
10398 Use window_box_left_offset and window_box_right_offset
10399 (get_glyph_string_clip_rect): Adapt to per-window fringes and
10400 scroll bars, and new fringe vs. display margin position.
10401 Use WINDOW_LEFT_EDGE_X and WINDOW_TOTAL_WIDTH.
10402 (draw_fringe_bitmap): Rework to handle per-window fringes and new
10403 fringe vs. display margin position.
10404 (hscroll_window_tree): Use window_box_width instead of window_box.
10405 (redisplay_window): Adapt to per-window scroll bars.
10406 (draw_glyphs): Rework to handle per-window fringes and scroll
10407 bars, and new fringe vs. display margin position.
10408 Use WINDOW_LEFT_EDGE_X, WINDOW_TOTAL_WIDTH, and window_box_left.
10409 (x_clear_end_of_line): Adapt to per-window fringes and scroll
10410 bars, and new fringe vs. display margin position. Fix bug which
10411 increased total width of full_width rows by width of scroll bars
10412 although window's total width already includes that.
10413 (x_fix_overlapping_area): Simplify using window_box_left_offset.
10414 (expose_area): Simplify using window_box_left_offset.
10415 (x_draw_vertical_border): Handle per-window scroll bar settings,
10416 mixing windows with left, right and no scroll bars.
10417
10418 * xfaces.c [WINDOWSNT]: Move redefinition of FONT_WIDTH macro to
10419 where it's used in x_list_fonts (for clarity).
10420 (frame_update_line_height): Remove unused function; functionality
10421 is now done directly when setting the default font in x_set_font.
10422
10423 * xfns.c: Make (many) trivial substitutions for renamed and
10424 new macros in dispextern.h, frame.h and window.h.
10425
10426 * xmenu.c: Make (some) trivial substitutions for renamed and
10427 new macros in dispextern.h, frame.h and window.h.
10428
10429 * xterm.h (struct x_output): Move members left_pos, top_pos,
10430 border_width, pixel_height, pixel_width, line_height,
10431 internal_border_width, vertical_scroll_bar_extra,
10432 left_fringe_width, right_fringe_width, fringe_cols,
10433 fringes_extra, win_gravity, size_hint_flags, want_fullscreen,
10434 x_pixels_diff, and y_pixels_diff to struct frame (frame.h).
10435 (FRAME_INTERNAL_BORDER_WIDTH, FRAME_LINE_HEIGHT): Move to frame.h.
10436 (FRAME_DEFAULT_FONT_WIDTH): Remove macro.
10437 (PIXEL_WIDTH, PIXEL_HEIGHT)
10438 (FRAME_X_FRINGE_COLS, FRAME_X_FRINGE_WIDTH)
10439 (FRAME_X_LEFT_FRINGE_WIDTH, FRAME_X_RIGHT_FRINGE_WIDTH): Move to
10440 frame.h and renamed [see frame.h changes].
10441 (CHAR_TO_PIXEL_ROW, CHAR_TO_PIXEL_COL, CHAR_TO_PIXEL_WIDTH)
10442 (CHAR_TO_PIXEL_HEIGHT, PIXEL_TO_CHAR_ROW, PIXEL_TO_CHAR_COL)
10443 (PIXEL_TO_CHAR_WIDTH, PIXEL_TO_CHAR_HEIGHT): Move to frame.h
10444 and renamed [see frame.h changes].
10445
10446 * xterm.c: Make (several) trivial substitutions for renamed and
10447 new macros in dispextern.h, frame.h and window.h.
10448 (x_draw_glyph_string_box): Adapt to per-window fringes and scroll-bars.
10449 (scroll_run): Adapt to new fringe position.
10450 (glyph_rect): Use window coordinates returned from
10451 window_from_coordinates rather than frame_to_window_pixel_xy.
10452 (XTset_vertical_scroll_bar): Adapt to per-window fringes and
10453 scroll-bars.
10454 (handle_one_xevent): Simplify a USE_GTK conditional.
10455 (x_clip_to_row): Remove superfluous whole_line_p arg and code
10456 (fringes are now inside margins, i.e. always in the clipping area).
10457 All callers changed.
10458 (x_new_font): Set FRAME_COLUMN_WIDTH and FRAME_LINE_HEIGHT
10459 directly, then call compute_fringe_widths. Don't call
10460 frame_update_line_height.
10461
10462 * w32term.h (struct w32_output): Move members left_pos, top_pos,
10463 border_width, pixel_height, pixel_width, line_height,
10464 internal_border_width, vertical_scroll_bar_extra,
10465 left_fringe_width, right_fringe_width, fringe_cols,
10466 fringes_extra, win_gravity, size_hint_flags, want_fullscreen,
10467 x_pixels_diff, and y_pixels_diff to struct frame (frame.h).
10468 (FRAME_INTERNAL_BORDER_WIDTH, FRAME_LINE_HEIGHT): Move to frame.h.
10469 (FRAME_DEFAULT_FONT_WIDTH): Remove macro.
10470 (PIXEL_WIDTH, PIXEL_HEIGHT)
10471 (FRAME_X_FRINGE_COLS, FRAME_X_FRINGE_WIDTH)
10472 (FRAME_X_LEFT_FRINGE_WIDTH, FRAME_X_RIGHT_FRINGE_WIDTH): Move to
10473 frame.h and renamed [see frame.h changes].
10474 (CHAR_TO_PIXEL_ROW, CHAR_TO_PIXEL_COL, CHAR_TO_PIXEL_WIDTH)
10475 (CHAR_TO_PIXEL_HEIGHT, PIXEL_TO_CHAR_ROW, PIXEL_TO_CHAR_COL)
10476 (PIXEL_TO_CHAR_WIDTH, PIXEL_TO_CHAR_HEIGHT): Move to frame.h
10477 and renamed [see frame.h changes].
10478
10479 * w32term.c: Make (several) trivial substitutions for renamed and
10480 new macros in dispextern.h, frame.h and window.h.
10481 (x_draw_glyph_string_box): Adapt to per-window fringes and scroll-bars.
10482 (glyph_rect): Use window coordinates returned from
10483 window_from_coordinates rather than frame_to_window_pixel_xy.
10484 (XTset_vertical_scroll_bar): Adapt to per-window fringes and
10485 scroll-bars.
10486 (w32_clip_to_row): Remove superfluous whole_line_p arg and code
10487 (fringes are now inside margins, i.e. always in the clipping area).
10488 All callers changed.
10489 (x_new_font): Set FRAME_COLUMN_WIDTH and FRAME_LINE_HEIGHT
10490 directly, then call compute_fringe_widths. Don't call
10491 frame_update_line_height.
10492
10493 * w32console.c: Make (few) trivial substitutions for renamed and
10494 new macros in dispextern.h, frame.h and window.h.
10495
10496 * w32fns.c: Make (many) trivial substitutions for renamed and
10497 new macros in dispextern.h, frame.h and window.h.
10498
10499 * w32menu.c: Make (few) trivial substitutions for renamed and
10500 new macros in dispextern.h, frame.h and window.h.
10501
10502 * macterm.h (struct mac_output): Move members left_pos, top_pos,
10503 border_width, pixel_height, pixel_width, line_height,
10504 internal_border_width, vertical_scroll_bar_extra,
10505 left_fringe_width, right_fringe_width, fringe_cols,
10506 fringes_extra, win_gravity, size_hint_flags, want_fullscreen,
10507 x_pixels_diff, y_pixels_diff to struct frame (frame.h).
10508 (FRAME_INTERNAL_BORDER_WIDTH, FRAME_LINE_HEIGHT): Move to frame.h.
10509 (FRAME_DEFAULT_FONT_WIDTH): Remove macro.
10510 (PIXEL_WIDTH, PIXEL_HEIGHT)
10511 (FRAME_X_FRINGE_COLS, FRAME_X_FRINGE_WIDTH)
10512 (FRAME_X_LEFT_FRINGE_WIDTH, FRAME_X_RIGHT_FRINGE_WIDTH): Move to
10513 frame.h and renamed [see frame.h changes].
10514 (CHAR_TO_PIXEL_ROW, CHAR_TO_PIXEL_COL, CHAR_TO_PIXEL_WIDTH)
10515 (CHAR_TO_PIXEL_HEIGHT, PIXEL_TO_CHAR_ROW, PIXEL_TO_CHAR_COL)
10516 (PIXEL_TO_CHAR_WIDTH, PIXEL_TO_CHAR_HEIGHT): Move to frame.h
10517 and renamed [see frame.h changes].
10518
10519 * macterm.c: Make (several) trivial substitutions for renamed and
10520 new macros in dispextern.h, frame.h and window.h.
10521 (x_draw_glyph_string_box): Adapt to per-window fringes and scroll-bars.
10522 (glyph_rect): Use window coordinates returned from
10523 window_from_coordinates rather than frame_to_window_pixel_xy.
10524 (XTset_vertical_scroll_bar): Adapt to per-window fringes and
10525 scroll-bars.
10526 (x_clip_to_row): Remove superfluous whole_line_p arg and code
10527 (fringes are now inside margins, i.e. always in the clipping area).
10528 All callers changed.
10529 (x_new_font): Set FRAME_COLUMN_WIDTH and FRAME_LINE_HEIGHT
10530 directly, then call compute_fringe_widths. Don't call
10531 frame_update_line_height.
10532
10533 * macfns.c: Make (several) trivial substitutions for renamed and
10534 new macros in dispextern.h, frame.h and window.h.
10535 (x_real_positions): Set f->x_pixels_diff and f->y_pixels_diff to 0.
10536
10537 * macmenu.c: Make (few) trivial substitutions for renamed and
10538 new macros in dispextern.h, frame.h and window.h.
10539
10540 * msdos.h (struct x_output): Remove members left_pos, top_pos,
10541 and line_height, and use corresponding new members in struct
10542 frame. All uses changed.
10543 (FRAME_LINE_HEIGHT, FRAME_INTERNAL_BORDER_WIDTH): Remove macros;
10544 superseeded by corresponding macros in frame.h.
10545
10546 * msdos.c: Make (several) trivial substitutions for renamed and
10547 new macros in dispextern.h, frame.h and window.h.
10548 (IT_note_mouse_highlight): Use updated window coordinates returned
10549 by window_from_coordinates, rather than adjusting them locally.
10550 (internal_terminal_init): No need to initialize line_height here;
10551 it now defaults to 1.
10552
10553 2003-05-24 Stefan Monnier <monnier@cs.yale.edu>
10554
10555 * keyboard.c (read_key_sequence): Adjust fkey and keytran when
10556 dropping `down' events.
10557
10558 2003-05-24 Andreas Schwab <schwab@suse.de>
10559
10560 * coding.c (find_safe_codings): Fix last change.
10561
10562 2003-05-24 Istvan Marko <mi@imarko.dhs.org> (tiny change)
10563
10564 * xfns.c (x_window): Fix typo from 2003-05-21 change.
10565
10566 2003-05-23 Stefan Monnier <monnier@cs.yale.edu>
10567
10568 * xdisp.c (display_mode_element): Increase max depth.
10569 Simplify the error handling code. Use a different error string
10570 for the case where we hit the depth limit.
10571
10572 * lisp.h (Vfundamental_mode_abbrev_table): Don't declare.
10573
10574 * buffer.c (reset_buffer_local_variables): Remove redundant setting.
10575
10576 2003-05-21 Stefan Monnier <monnier@cs.yale.edu>
10577
10578 * intervals.c (get_local_map): Don't get char-property of previous
10579 point any more: get_pos_property already does it and better.
10580
10581 2003-05-21 Dave Love <fx@gnu.org>
10582
10583 [Merged from unicode branch.]
10584
10585 * xfns.c (x_window, x_window): Use use_xim.
10586
10587 * xterm.c (use_xim): Initialize.
10588 (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
10589 (x_term_init): Maybe set use_xim.
10590
10591 * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
10592
10593 2003-05-21 Jason Rumney <jasonr@gnu.org>
10594
10595 * unexw32.c (_start): Remove _fmode initialization.
10596
10597 * emacs.c (main) [WINDOWSNT]: Move it here.
10598
10599 2003-05-20 Dave Love <fx@gnu.org>
10600
10601 * s/gnu-linux.h (MAIL_USE_FLOCK): Make it conditional.
10602
10603 2003-05-19 Richard M. Stallman <rms@gnu.org>
10604
10605 * xfaces.c (Finternal_set_lisp_face_attribute): Handle Qunspecified
10606 as value for QCfont attribute.
10607 (realize_default_face): lface should already exist; crash if not.
10608 Specify 0 for FORCE_P when calling set_lface_from_font_name.
10609
10610 * frame.c (Fignore_event): Doc fix.
10611
10612 2003-05-19 Kenichi Handa <handa@m17n.org>
10613
10614 * coding.c (decode_coding_string): Handle post-read-conversion
10615 even if the coding doesn't require decoding.
10616
10617 2003-05-18 Richard M. Stallman <rms@gnu.org>
10618
10619 * callproc.c (Fcall_process_region): Doc fix.
10620
10621 2003-05-17 Stefan Monnier <monnier@cs.yale.edu>
10622
10623 * lread.c (Fload): Print a message if package is obsolete.
10624
10625 * window.c (Fselect_window): Add optional `norecord' arg.
10626 (select_window_1): Fold into Fselect_window.
10627 (select_window_norecord): New function.
10628 (temp_output_buffer_show): Use it. Preserve current buffer.
10629
10630 * window.h (Fselect_window): Update declaration.
10631
10632 * window.c (delete_window, Fother_window, Fset_window_configuration):
10633 * minibuf.c (read_minibuf):
10634 * macterm.c (x_new_focus_frame):
10635 * frame.c (do_switch_frame, Fset_frame_selected_window, Fdelete_frame):
10636 * callint.c (Fcall_interactively):
10637 * xterm.c (x_new_focus_frame): Pass nil as new arg to Fselect_window.
10638
10639 * buffer.c (Fpop_to_buffer): Pass norecord to Fselect_window.
10640
10641 2003-05-17 David Kastrup <dak@gnu.org>
10642
10643 * process.c (read_process_output): Back out change from 2003-03-09.
10644
10645 2003-05-17 Stefan Monnier <monnier@cs.yale.edu>
10646
10647 * editfns.c (get_pos_property): Don't assume that `object' = nil.
10648
10649 * textprop.c (text_property_stickiness): New arg `buffer'.
10650
10651 * intervals.h (text_property_stickiness): New arg `buffer'.
10652 (get_pos_property): Declare.
10653
10654 * intervals.c (get_local_map): Use get_pos_property, to obey
10655 stickiness and empty overlays.
10656 (create_root_interval, graft_intervals_into_buffer): Use BEG.
10657 (merge_properties, intervals_equal, merge_properties_sticky):
10658 Use XCAR, XCDR.
10659 (adjust_for_invis_intang): Pass new arg to text_property_stickiness.
10660
10661 2003-05-17 Richard M. Stallman <rms@gnu.org>
10662
10663 * minibuf.c (read_minibuf): If buffer is empty, record the default
10664 in the history.
10665 (Fminibuffer_complete_word): When deleting the overlap, take account
10666 of its real position.
10667
10668 * fns.c (map_char_table): Fix previous change.
10669
10670 * syntax.c (find_defun_start):
10671 When open_paren_in_column_0_is_defun_start,
10672 return beginning of buffer.
10673
10674 * lisp.h (map_char_table): Declare added arg.
10675
10676 * fns.c (map_char_table): New arg TABLE gets the master table.
10677 All calls changed.
10678 Process default and inheritance, resorting to Faref if necessary.
10679
10680 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
10681 (Faccessible_keymaps): Pass new arg to map_char_table.
10682
10683 * fontset.c (Ffontset_info): Pass new arg to map_char_table.
10684
10685 * casetab.c (set_case_table): Pass new arg to map_char_table.
10686
10687 * data.c (let_shadows_buffer_binding_p): Make target of p volatile.
10688
10689 * lisp.h (specbinding_func): New typedef.
10690 (struct specbinding): Use specbinding_func, to put the `volatile'
10691 in the right place.
10692
10693 * alloc.c (Fgarbage_collect): Cast pointers into specpdl
10694 to avoid GCC warning.
10695
10696 2003-05-16 Ralph Schleicher <rs@nunatak.allgaeu.org>
10697
10698 * fileio.c (Fdelete_file): Handle symlinks pointing to directories.
10699
10700 2003-05-15 Stefan Monnier <monnier@cs.yale.edu>
10701
10702 * keyboard.c (apply_modifiers): Don't fill the other cache.
10703
10704 2003-05-14 Stefan Monnier <monnier@cs.yale.edu>
10705
10706 * .gdbinit-union: New file, for USE_LISP_UNION_TYPE users.
10707
10708 * window.h (Qwindowp, Qwindow_live_p, Vwindow_list)
10709 (Fwindow_end, Fselected_window, Fdelete_window, Fwindow_buffer)
10710 (Fget_buffer_window, Fsave_window_excursion, Fsplit_window)
10711 (Fset_window_configuration, Fcurrent_window_configuration)
10712 (compare_window_configurations, Fcoordinates_in_window_p, Fwindow_at)
10713 (Fpos_visible_in_window_p, mark_window_cursors_off)
10714 (window_internal_height, window_internal_width, Frecenter)
10715 (Fscroll_other_window, Fset_window_start, temp_output_buffer_show)
10716 (replace_buffer_in_all_windows, init_window_once, init_window)
10717 (syms_of_window, keys_of_window): Move from lisp.h.
10718 * lisp.h: Move window.c declarations to window.h.
10719
10720 * bytecode.c: Include window.h.
10721 * emacs.c: Include window.h.
10722
10723 * keyboard.c (make_lispy_event): Apply modifiers to multibyte-char key.
10724 (keyremap): Add `parent' field.
10725 (keyremap_step): Use it. Remove `parent' argument.
10726 (read_key_sequence): Setup and use the new `parent' field.
10727
10728 2003-05-11 Stefan Monnier <monnier@cs.yale.edu>
10729
10730 * keyboard.c (adjust_point_for_property): Ensure termination.
10731
10732 2003-05-10 Stefan Monnier <monnier@cs.yale.edu>
10733
10734 * keyboard.c (follow_key): Remove dead variable `did_meta'.
10735 (access_keymap_keyremap, keyremap_step): New funs, extracted from the
10736 duplicated handling of function-key-map and key-translation-map
10737 in read_key_sequence.
10738 (read_key_sequence): Use them.
10739
10740 * keyboard.c (adjust_point_for_property): Try harder to move point
10741 to the non-sticky end of an invisible property.
10742
10743 * xdisp.c (single_display_prop_intangible_p): Make `space' display
10744 property intangible as well.
10745
10746 2003-05-10 Andreas Schwab <schwab@suse.de>
10747
10748 * xmenu.c (single_menu_item): Change last parameter to void* to
10749 avoid warning.
10750
10751 2003-05-09 Richard M. Stallman <rms@gnu.org>
10752
10753 * print.c (Fprin1_to_string): Instead of gcpro, set abort_on_gc.
10754 Bind Qinhibit_modification_hooks to t so there will be no GC.
10755 Rename local `tem' to `save_deactivate_mark'.
10756
10757 * eval.c (specpdl_ptr): Declare volatile.
10758 (unbind_to): Copy the whole binding and decrement specpdl_ptr
10759 before doing the work of unbinding it.
10760
10761 * lisp.h (struct specbinding): Declare elements volatile.
10762 (specpdl_ptr): Declare volatile.
10763
10764 * Makefile.in (alloca.o): Specify -DDO_BLOCK_INPUT in compiling.
10765
10766 * alloca.c: Test DO_BLOCK_INPUT rather than `emacs'
10767 for use of BLOCK_INPUT and inclusion of lisp.h and blockinput.h.
10768
10769 2003-05-08 Dave Love <fx@gnu.org>
10770
10771 * coding.c (Vlast_coding_system_used): Doc fix.
10772
10773 2003-05-07 Jason Rumney <jasonr@gnu.org>
10774
10775 * fileio.c (Ffile_symlink_p): Let handlers handle symlinks even
10776 when system does not support them.
10777
10778 2003-05-05 Stefan Monnier <monnier@cs.yale.edu>
10779
10780 * fileio.c (Qwrite_region_annotate_functions): New var.
10781 (build_annotations): Use it to process the global part of the hook.
10782 (syms_of_fileio): Init and staticpro it.
10783
10784 * keyboard.c (safe_run_hooks_error): Display a message instead of
10785 silently ignoring the error.
10786
10787 2003-05-03 Stefan Monnier <monnier@cs.yale.edu>
10788
10789 * keyboard.c (input_available_signal): Mark static.
10790 (menu_bar_items): Use map_keymap.
10791 (menu_bar_one_keymap): Remove.
10792 (menu_bar_item): Adjust arglist (for use in map_keymap).
10793 Properly hide a second binding when not both are keymaps.
10794
10795 * xmenu.c (struct skp): New struct, to pass args through map_keymap.
10796 (single_keymap_panes): Use it and map_keymap.
10797 (single_menu_item): Use skp as well.
10798
10799 * keymap.h (map_keymap_function_t): New type.
10800 (map_keymap): Declare.
10801
10802 * keymap.c (map_keymap_item, map_keymap_char_table_item, map_keymap)
10803 (map_keymap_call, Fmap_keymap): New functions.
10804 (syms_of_keymap): Defsubr map-keymap.
10805
10806 2003-05-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10807
10808 * gtkutil.c (create_dialog, make_widget_for_menu_item)
10809 (make_menu_item, create_menus, xg_update_menu_item): Don't call
10810 ..._with_mnemonic functions for menu items.
10811
10812 2003-05-01 Kenichi Handa <handa@m17n.org>
10813
10814 * coding.c (coding_system_accept_latin_extra_p): Delete this
10815 function.
10816 (find_safe_codings): Pay attention to
10817 the property tranlsation-table-for-encode of each codings.
10818 (syms_of_coding): Give Qtranslation_table the extra slot number 2.
10819
10820 2003-05-01 Stefan Monnier <monnier@cs.yale.edu>
10821
10822 * eval.c (Funwind_protect): Use func=Fprogn rather than symbol=Qnil.
10823
10824 2003-04-30 Stefan Monnier <monnier@cs.yale.edu>
10825
10826 * eval.c (unbind_to): Don't handle symbol = Qnil any more.
10827
10828 * lisp.h (CHECK): Wrap args in parenthesis.
10829 (specbind): Fix doc: symbol = Qnil is not supported any more.
10830
10831 * bytecode.c (Fbyte_code) <unwind-protect>:
10832 Use Fprogn rather than 0 and Qnil.
10833
10834 * keyboard.c (parse_modifiers_uncached): Parse `down', `drag',
10835 `double', and `triple' modifiers as well.
10836
10837 2003-04-30 Richard M. Stallman <rms@gnu.org>
10838
10839 * keyboard.c (echo_char): Don't clear out a dash that follows a space.
10840
10841 * alloc.c (abort_on_gc): New variable.
10842 (Fgarbage_collect): Abort if abort_on_gc is set.
10843
10844 * lisp.h (abort_on_gc): Add decl.
10845
10846 * eval.c (Fsignal): Clear abort_on_gc.
10847
10848 * editfns.c (Fformat): Set abort_on_gc during first scan of format.
10849 Reinit FORMAT_START and END before second scan.
10850
10851 * xdisp.c (move_it_vertically_backward): Do the final big else
10852 even if nlines is 0.
10853
10854 * xdisp.c (redisplay_internal): Finish the per-frame loop
10855 even if redisplay is suspended by input.
10856
10857 2003-04-24 Andrew Choi <akochoi@shaw.ca>
10858
10859 * macterm.c (x_list_fonts): Return all fonts that match if
10860 maxnames = -1.
10861
10862 2003-04-25 Kenichi Handa <handa@m17n.org>
10863
10864 * syntax.c (skip_chars): Fix previous change.
10865
10866 2003-04-24 Kenichi Handa <handa@m17n.org>
10867
10868 * syntax.c (skip_chars): Make the code faster by using the common
10869 technique of *p, *stop, and *endp.
10870
10871 2003-04-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10872
10873 * xdisp.c (update_tool_bar): BLOCK_INPUT before calling
10874 tool_bar_items so GTK tool bar expose callback does not access items
10875 being updated.
10876
10877 2003-04-19 Stefan Monnier <monnier@cs.yale.edu>
10878
10879 * eval.c (Fapply): Undo last change and add a comment about why.
10880
10881 2003-04-18 Miles Bader <miles@gnu.org>
10882
10883 * data.c (Faset): Calculate nbytes earlier, to satisfy the now
10884 pickier PARSE_MULTIBYTE_SEQ.
10885
10886 2003-04-17 Stefan Monnier <monnier@cs.yale.edu>
10887
10888 * eval.c (For, Fand, Fprogn, un_autoload, do_autoload):
10889 Use XCDR, XCAR, CONSP.
10890 (Fdefmacro): Fix docstring. Use XCAR, XCDR.
10891 (Fapply): Remove unnecessary GCPRO.
10892
10893 * doc.c (Fsubstitute_command_keys): Remove spurious casts.
10894
10895 * charset.h (PARSE_MULTIBYTE_SEQ): Pretend `length' is used.
10896
10897 * buffer.h: Don't hardcode BEG==1.
10898
10899 * abbrev.c (Fdefine_abbrev_table): Use XCAR, XCDR.
10900
10901 2003-04-16 Richard M. Stallman <rms@gnu.org>
10902
10903 * xdisp.c (try_window, try_window_reusing_current_matrix):
10904 When at end of window, set window_end_pos to Z-ZV.
10905
10906 * buffer.c (Foverlay_recenter): Doc fix.
10907
10908 2003-04-14 Stefan Monnier <monnier@cs.yale.edu>
10909
10910 * dispnew.c (Fsit_For): Support XEmacs-style arg list.
10911
10912 2003-04-14 Andrew Choi <akochoi@shaw.ca>
10913
10914 * macterm.c (mac_check_for_quit_char): Don't check more often than
10915 once a second.
10916
10917 2003-04-11 Stefan Monnier <monnier@cs.yale.edu>
10918
10919 * keyboard.c (kbd_buffer_get_event): Don't handle SELECT_WINDOW_EVENT
10920 specially, so that they can't hide an implicit switch-frame event.
10921 (make_lispy_event): Handle SELECT_WINDOW_EVENT.
10922 (head_table): Use switch-frame as event_kind for select-window.
10923 (keys_of_keyboard): Don't bind [select-window] in special-event-map.
10924
10925 * editfns.c (Fformat): Lisp_Object/int mixup.
10926 (format2): Remove unused var numargs.
10927
10928 2003-04-11 Kenichi Handa <handa@m17n.org>
10929
10930 * fileio.c (Vafter_insert_file_adjust_coding_function): Delete.
10931 (Qafter_insert_file_set_coding): New variable.
10932 (syms_of_fileio): Initialize and staticpro it. Delete declaration
10933 for after-insert-file-adjust-coding-function.
10934 (Finsert_file_contents): Call Qafter_insert_file_set_coding
10935 instead of Vafter_insert_file_adjust_coding_function.
10936
10937 2003-04-11 Kenichi Handa <handa@m17n.org>
10938
10939 * lisp.h (temp_echo_area_glyphs): Adjust prototype.
10940
10941 * minibuf.c (temp_echo_area_glyphs): Change the arg to Lisp
10942 string. Callers changed.
10943
10944 2003-04-10 Kenichi Handa <handa@m17n.org>
10945
10946 * fileio.c (Vafter_insert_file_adjust_coding_function): New variable.
10947 (syms_of_fileio): Declare it as a lisp variable.
10948 (Finsert_file_contents):
10949 Call Vafter_insert_file_adjust_coding_function before calling
10950 decode-format.
10951
10952 2003-04-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10953
10954 * xterm.c (xg_scroll_callback): Call gtk_range_get_adjustment to
10955 get GtkAdjustment as widget now is a GtkRange.
10956
10957 * gtkutil.c (xg_create_scroll_bar): Connect to value-changed on
10958 GtkRange to avoid memory leak.
10959
10960 2003-04-09 Kenichi Handa <handa@m17n.org>
10961
10962 * xfaces.c (Vface_font_rescale_alist): New variable.
10963 (struct font_name): New member rescale_ratio.
10964 (font_rescale_ratio): New function.
10965 (split_font_name): If NUMERIC_P is nonzero, set font->rescale_ratio.
10966 (better_font_p): On comparing point sized, pay attention to
10967 recale_ratio member of fonts.
10968 (build_scalable_font_name): Reflect font->rescale_ratio in the
10969 font name.
10970 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
10971
10972 * lread.c (read1): Before calling index, check if the 2nd
10973 arguemnt is in ASCII range.
10974
10975 2003-04-08 Richard M. Stallman <rms@gnu.org>
10976
10977 * fileio.c (Ffile_symlink_p): Doc fix.
10978
10979 * editfns.c (Fformat): Translate positions of text properties
10980 in the format string to apply them to the result.
10981
10982 * fileio.c (Finsert_file_contents): Doc fix.
10983 (syms_of_fileio) <after-insert-file-functions>: Doc fix.
10984
10985 2003-04-08 Ivan Zakharyaschev <imz@altlinux.org> (tiny change)
10986
10987 * lread.c (openp): Get the Qfile_exists_p handler for STRING, not FN.
10988
10989 2003-04-08 Steven Tamm <steventamm@mac.com>
10990
10991 * mac.c (init_mac_osx_environment): Switch libexec and bin so
10992 that self-contained application finds libexec files.
10993
10994 2003-04-08 Kenichi Handa <handa@m17n.org>
10995
10996 * coding.c (code_convert_region_unwind):
10997 Set Vlast_coding_system_used to the argument.
10998 (code_convert_region): If post-read-conversion function changed
10999 the value of last-coding-sytem, keep the new value in
11000 coding->symbol so that it won't be overridden.
11001 (run_pre_post_conversion_on_str): Likewise.
11002 (coding_system_accept_latin_extra_p): New function.
11003 (find_safe_codings): Pay attention to characters registered in
11004 latin-extra-code-table.
11005
11006 2003-04-07 Thien-Thi Nguyen <ttn@gnu.org>
11007
11008 * Makefile.in (md5.o): Add missing dependency info.
11009
11010 2003-04-06 Richard M. Stallman <rms@gnu.org>
11011
11012 * xselect.c (x_handle_selection_request): Move UNGCPRO to very end.
11013
11014 * marker.c (verify_bytepos): New function.
11015
11016 * intervals.c (set_intervals_multibyte_1): When becoming
11017 multibyte, adjust right and left child sizes to a whole set of
11018 characters. If an interval gets zero total-length, delete it.
11019 If an interval consists of just its children, delete one of them.
11020
11021 * intervals.h (CHECK_TOTAL_LENGTH): New macro.
11022 * intervals.c: Add many calls to CHECK_TOTAL_LENGTH.
11023
11024 * alloc.c (VALIDATE_LISP_STORAGE): Macro deleted.
11025 All calls deleted.
11026 (lisp_malloc): Do the work here directly.
11027
11028 2003-04-06 Gareth Jones <emacs@referential.org.uk> (tiny change)
11029
11030 * fns.c (Flength): Return SUB_CHAR_TABLE_ORDINARY_SLOTS for sub
11031 char tables.
11032
11033 2003-04-04 Kenichi Handa <handa@m17n.org>
11034
11035 * editfns.c (Fformat): Use a copy of FORMAT string so that we can
11036 destructively change "%S" to "%s".
11037
11038 2003-04-03 Miles Bader <miles@gnu.org>
11039
11040 * xfaces.c (choose_face_font): Make sure *NEEDS_OVERSTRIKE is
11041 always set.
11042
11043 2003-04-01 Dave Love <fx@gnu.org>
11044
11045 * xfns.c (xpm_lookup_color): Grok "opaque".
11046
11047 2003-03-31 Andrew Choi <akochoi@shaw.ca>
11048
11049 * frame.c (x_report_frame_params) [HAVE_CARBON]: Do not report
11050 parent window ID.
11051
11052 * macfns.c (syms_of_macfns): Remove call to init_x_parm_symbols.
11053
11054 * macterm.h (struct mac_output): Define x_pixels_diff and
11055 y_pixels_diff.
11056
11057 2003-03-31 Juanma Barranquero <lektu@terra.es>
11058
11059 * makefile.w32-in ($(BLD)/frame.$(O)): Add dependency on
11060 blockinput.h and files included from it.
11061
11062 2003-03-31 Kim F. Storm <storm@cua.dk>
11063
11064 The following changes consolidates the common code related to
11065 frame-parameter handling from the xfns.c, w32fns.c, and macfns.c
11066 files into frame.c.
11067
11068 * frame.c: Include blockinput.h.
11069 (Vx_resource_name, Vx_resource_class, Qx_frame_parameter)
11070 (Qx_resource_name, Qface_set_after_frame_default): Define vars here.
11071 (Qauto_raise, Qauto_lower, ...): Define all frame parameter
11072 related vars here.
11073 (struct frame_parm_table, frame_parms): New table for describing
11074 frame parameters and their associated Q-variable.
11075 The order of the parameters corresponds to the sequence of the
11076 frame_parm_handlers table in redisplay_interface.
11077 (x_fullscreen_move, x_set_frame_parameters)
11078 (x_report_frame_params, x_set_fullscreen, x_set_line_spacing)
11079 (x_set_screen_gamma, x_set_font, x_set_fringe_width)
11080 (x_set_border_width, x_set_internal_border_width, x_set_visibility)
11081 (x_set_autoraise, x_set_autolower, x_set_unsplittable)
11082 (x_set_vertical_scroll_bars, x_set_scroll_bar_width, x_icon_type):
11083 Generic functions for processing of frame parameters.
11084 (validate_x_resource_name, xrdb_get_resource, Fx_get_resource)
11085 (display_x_get_resource, x_get_resource_string): Functions for
11086 generic access to X resources.
11087 (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg)
11088 (x_default_parameter, Fx_parse_geometry): Functions for generic
11089 access to frame parameters.
11090 (x_figure_window_size): Generic calculation of frame size.
11091 Fixed to add space needed for tool bar. Also setup size_hint_flags.
11092 (syms_of_frame): Intern and staticpro frame parameter variables.
11093 Defvar_lisp Vx_resource_class and Vx_resource_name here.
11094 Defsubr Sx_get_resource and Sx_parse_geometry.
11095
11096 * frame.h (Qauto_raise, Qauto_lower, ...): Declare extern all frame
11097 parameter related vars defined in frame.c.
11098 (EMACS_CLASS): Define here.
11099 (enum FULLSCREEN_*): Define here.
11100 (x_set_scroll_bar_default_width, x_wm_set_icon_position)
11101 (x_set_offset, x_new_font, x_new_fontset): Add prototypes.
11102 (x_fullscreen_adjust, x_set_frame_parameters, x_report_frame_params)
11103 (x_set_fullscreen, x_set_line_spacing, x_set_screen_gamma, x_set_font)
11104 (x_set_fringe_width, x_set_border_width, x_set_internal_border_width)
11105 (x_set_visibility, x_set_autoraise, x_set_autolower)
11106 (x_set_unsplittable, x_set_vertical_scroll_bars)
11107 (x_set_scroll_bar_width, x_icon_type, validate_x_resource_name)
11108 (x_figure_window_size): Add prototypes.
11109
11110 * dispextern.h (frame_parm_handler): New typedef.
11111 (struct redisplay_interface): New member frame_parm_handlers.
11112 (enum resource_types): Move declaration here.
11113 (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg)
11114 (x_default_parameter): Add prototypes.
11115
11116 * window.c: Remove extern decl for frame parameter vars.
11117 (change_window_heights): New generic function;
11118 replaces x_change_window_heights. All users changed.
11119
11120 * window.h (change_window_heights): Add prototype.
11121
11122 * xfaces.c: Remove extern decl for frame parameter vars.
11123
11124 * xterm.h (EMACS_CLASS): Remove. Use generic define.
11125 (struct w32_display_info): Fix type of xrdb member.
11126 (enum FULLSCREEN_*): Remove.
11127 Remove prototypes for generic functions (in frame.h).
11128
11129 * xfns.c (Qauto_raise, Qauto_lower, ...): Remove vars for frame
11130 parameters now defined in frame.h and frame.c.
11131 (Vx_resource_name): Remove. Use generic var.
11132 (enum x_frame_parms): Remove (bogus, unused enum).
11133 (check_x_display_info): Make non-static (for frame.c).
11134 (struct x_frame_parm_table, x_frame_parms): Remove.
11135 (init_x_parm_symbols, x_set_frame_parameters, x_report_frame_params)
11136 (x_set_line_spacing, x_set_screen_gamma, x_icon_type, x_set_font)
11137 (x_set_border_width, x_set_internal_border_width, x_set_visibility)
11138 (x_change_window_heights, x_set_autoraise, x_set_autolower)
11139 (x_set_vertical_scroll_bars, x_set_scroll_bar_width)
11140 (validate_x_resource_name, Fx_get_resource, x_get_resource_string)
11141 (x_default_parameter, Fx_parse_geometry, x_figure_window_size):
11142 Remove. Use generic functions instead.
11143 (enum resource_types): Remove.
11144 (x_set_scroll_bar_default_width): New global function (for frame.c).
11145 (Fx_create_frame): Depend on x_figure_window_size to add space for
11146 toolbar and setup size_hint_flags.
11147 (x_frame_parm_handlers): New table for redisplay_interface.
11148 (syms_of_xfns): Don't intern/staticpro removed vars.
11149
11150 * xterm.c: Remove unnecessary extern declarations.
11151 (x_fullscreen_adjust): Remove. Use generic instead.
11152 (x_redisplay_interface): Add x_frame_parm_handlers member.
11153
11154 * w32gui.h (XrmDatabase): New (dummy) typedef.
11155
11156 * w32term.h (EMACS_CLASS): Remove. Use generic define.
11157 (struct w32_display_info): Fix type of xrdb member.
11158 (enum FULLSCREEN_*): Remove.
11159 (x_fullscreen_adjust): Remove prototype.
11160
11161 * w32fns.c (Qauto_raise, Qauto_lower, ...): Remove vars for frame
11162 parameters now defined in frame.h and frame.c.
11163 (Vx_resource_name): Remove. Use generic var.
11164 (enum x_frame_parms): Remove (bogus, unused enum).
11165 (check_x_display_info): Make non-static (for frame.c).
11166 (struct x_frame_parm_table, x_frame_parms): Remove.
11167 (init_x_parm_symbols, x_set_frame_parameters, x_report_frame_params)
11168 (x_set_line_spacing, x_set_screen_gamma, x_icon_type, x_set_font)
11169 (x_set_border_width, x_set_internal_border_width, x_set_visibility)
11170 (x_change_window_heights, x_set_autoraise, x_set_autolower)
11171 (x_set_vertical_scroll_bars, x_set_scroll_bar_width)
11172 (validate_x_resource_name, Fx_get_resource, x_get_resource_string)
11173 (x_default_parameter, Fx_parse_geometry, x_figure_window_size):
11174 Remove. Use generic functions instead.
11175 (enum resource_types): Remove.
11176 (x_set_scroll_bar_default_width): New global function (for frame.c).
11177 (Fx_create_frame): Depend on x_figure_window_size to add space for
11178 toolbar and setup size_hint_flags.
11179 (w32_frame_parm_handlers): New table for redisplay_interface.
11180 (syms_of_w32fns): Don't intern/staticpro removed vars.
11181
11182 * w32term.c: Remove unnecessary extern declarations.
11183 (x_fullscreen_adjust): Remove. Use generic instead.
11184 (x_redisplay_interface): Add w32_frame_parm_handlers member.
11185
11186 * w32reg.c (x_get_string_resource): Use XrmDatabase.
11187
11188 * macgui.h (XrmDatabase): New (dummy) typedef.
11189
11190 * macterm.h (EMACS_CLASS): Remove.
11191 (struct mac_display_info): Add xrdb member.
11192 (struct mac_output): Add want_fullscreen member.
11193
11194 * macfns.c (Qauto_raise, Qauto_lower, ...): Remove vars for frame
11195 parameters now defined in frame.h and frame.c.
11196 (Vx_resource_name): Remove. Use generic var.
11197 (check_x_display_info): Make non-static (for frame.c).
11198 (struct x_frame_parm_table, x_frame_parms): Remove.
11199 (init_x_parm_symbols, x_set_frame_parameters, x_report_frame_params)
11200 (x_set_line_spacing, x_set_screen_gamma, x_icon_type, x_set_font)
11201 (x_set_border_width, x_set_internal_border_width, x_set_visibility)
11202 (x_change_window_heights, x_set_autoraise, x_set_autolower)
11203 (x_set_vertical_scroll_bars, x_set_scroll_bar_width)
11204 (validate_x_resource_name, Fx_get_resource, x_get_resource_string)
11205 (x_default_parameter, Fx_parse_geometry, x_figure_window_size):
11206 Remove. Use generic functions instead.
11207 (enum resource_types): Remove.
11208 (x_set_scroll_bar_default_width): New global function (for frame.c).
11209 (mac_frame_parm_handlers): New table for redisplay_interface.
11210 (syms_of_macfns): Don't intern/staticpro removed vars.
11211
11212 * macterm.c: Remove unnecessary extern declarations.
11213 (x_redisplay_interface): Add mac_frame_parm_handlers member.
11214
11215 * Makefile.in (frame.o): Add dependency on blockinput.h and files
11216 included from it (atimer.h and systime.h).
11217
11218 2003-03-30 Andreas Schwab <schwab@suse.de>
11219
11220 * xdisp.c (x_insert_glyphs): Fix swapped width and height
11221 parameters for shift_glyphs_for_insert.
11222
11223 * macterm.c (x_redisplay_interface): Add missing entry for
11224 draw_vertical_window_border.
11225
11226 2003-03-29 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
11227
11228 * fileio.c (Fexpand_file_name): In the no-handler case, after
11229 expanding, look again for a handler and invoke it. This is needed
11230 for filenames like "/foo/../user@host:/bar/../baz" -- the first
11231 expansion produces "/user@host:/bar/../baz" which needs to be
11232 expanded again for the finame result "/user@host:/baz".
11233
11234 2003-03-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11235
11236 * gtkutil.c (xg_tool_bar_item_expose_callback): Reduce size
11237 of area to be redrawn for better performance.
11238
11239 2003-03-28 Stefan Monnier <monnier@cs.yale.edu>
11240
11241 * xterm.c (take_vertical_position_into_account): Remove.
11242 (xt_action_hook): Call set_vertical_scroll_bar if needed.
11243 (XM_SB_MIN, XM_SB_RANGE): Remove (min is now set to 0).
11244 (xm_scroll_callback, x_create_toolkit_scroll_bar)
11245 (x_set_toolkit_scroll_bar_thumb): Simplify.
11246 (x_scroll_bar_expose): Only compile if !USE_TOOLKIT_SCROLL_BARS.
11247 (XTread_socket): Remove unused var.
11248 (x_make_frame_invisible): Replace goto with else.
11249
11250 * xdisp.c (set_vertical_scroll_bar): New fun.
11251 (redisplay_window): Use it.
11252
11253 2003-03-26 Richard M. Stallman <rms@gnu.org>
11254
11255 * xdisp.c (update_tool_bar): Recompute tool bar if
11256 update_mode_lines is set. Set w->update_mode_line
11257 only if the tool bar contents actually change.
11258 (update_menu_bar): Undo previous change.
11259
11260 2003-03-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11261
11262 * gtkutil.c (xg_resize_widgets): Don't call xg_frame_cleared.
11263 (xg_frame_set_char_size): Calculate scroll bar width before frame
11264 width. Call SET_FRAME_GARBAGED and cancel_mouse_face.
11265 (xg_separator_p): Check for all documented separator types.
11266 (xg_update_scrollbar_pos): Variable gheight not needed, use height.
11267 (update_frame_tool_bar): Don't call gdk_window_process_all_updates.
11268
11269 * xdisp.c (update_menu_bar): Set w->update_mode_line to Qt
11270 so tool bar gets updated.
11271
11272 2003-03-26 Stefan Monnier <monnier@cs.yale.edu>
11273
11274 * data.c (store_symval_forwarding): Re-instate part of the code
11275 that was deleted with too much enthusiasm.
11276
11277 2003-03-25 Stefan Monnier <monnier@cs.yale.edu>
11278
11279 * data.c (store_symval_forwarding): Delete special read-only
11280 hack for type == -1, since we now use ->constant instead.
11281 (Fkill_local_variable): Don't use XBUFFER if it can be nil.
11282
11283 * buffer.c (overlays_in): Declare static.
11284 (syms_of_buffer) <enable-multibyte-characters>: Use the symbol's
11285 `constant' field rather than the variable's `type' field.
11286
11287 2003-03-24 Andrew Choi <akochoi@shaw.ca>
11288
11289 * config.in [MAC_OSX]: Do not redefine bcopy, bzero, and bcmp.
11290
11291 * dispextern.h [HAVE_CARBON]: Include Carbon.h.
11292
11293 * fns.c [MAC_OSX]: Do not redefine vector.
11294
11295 * keyboard.c [MAC_OSX]: Handle SIGINT with interrupt_signal.
11296
11297 * macgui.h: Remove definition of No_Cursor.
11298
11299 * macterm.h: Include Carbon.h. Replace (struct Cursor *) by Cursor.
11300
11301 * xdisp.c: Define No_Cursor.
11302 (x_write_glyphs, notice_overwritten_cursor)
11303 (draw_phys_cursor_glyph, note_mode_line_or_margin_highlight)
11304 (note_mouse_highlight): Remove Mac-specific code.
11305 (note_mouse_highlight): Use bcmp instead of == to compare Cursors.
11306
11307 2003-03-24 John Paul Wallington <jpw@gnu.org>
11308
11309 * xdisp.c (redisplay_window): If mini window's buffer is not
11310 empty, then redisplay it like other windows.
11311
11312 2003-03-23 Kim F. Storm <storm@cua.dk>
11313
11314 * w32term.c (w32_draw_window_cursor): Fix last change.
11315
11316 2003-03-23 Kenichi Handa <handa@m17n.org>
11317
11318 * alloc.c (make_string_from_bytes, make_specified_string):
11319 Add `const' for the arg CONTENTS.
11320
11321 * lisp.h (make_string_from_bytes, make_specified_string):
11322 Prototypes adjusted.
11323
11324 2003-03-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11325
11326 * xdisp.c (get_glyph_string_clip_rect): Remove ; at end of #endif
11327
11328 * gtkutil.h: Take two more arguments to xg_update_scrollbar_pos.
11329 (XG_SB_RANGE): New define.
11330
11331 * gtkutil.c (xg_fixed_handle_expose): New function.
11332 (xg_create_frame_widgets): Call xg_fixed_handle_expose for
11333 expose events.
11334 (xg_update_scrollbar_pos): Take two more arguments, left and width
11335 of scroll bar including borders.
11336 Clear left and right part outside scroll bar separately as some
11337 themes have bars that are not an even number of pixels.
11338 Don't set reallocate_redraws, don't call
11339 gdk_window_process_all_updates.
11340 (xg_set_toolkit_scroll_bar_thumb): Upper value is fixed,
11341 so no need to change it. Calculate size and value with XG_SB_RANGE.
11342
11343 * xterm.c (x_scroll_bar_create, XTset_vertical_scroll_bar):
11344 Pass left and width of scroll bar including borders to
11345 xg_update_scrollbar_pos.
11346
11347 2003-03-22 Thien-Thi Nguyen <ttn@gnu.org>
11348
11349 * Makefile.in: Make sure space precedes end-of-line backslashes.
11350
11351 2003-03-22 Kim F. Storm <storm@cua.dk>
11352
11353 * xdisp.c (pixel_to_glyph_coords, glyph_to_pixel_coords):
11354 Add generic versions here. Remove system specific versions
11355 defined elsewhere.
11356
11357 * dispextern.h (pixel_to_glyph_coords, glyph_to_pixel_coords):
11358 Add prototypes.
11359
11360 * xterm.h (STORE_NATIVE_RECT): New macro.
11361
11362 2003-03-21 Kim F. Storm <storm@cua.dk>
11363
11364 * xdisp.c (get_glyph_string_clip_rect):
11365 Use FRAME_INTERNAL_BORDER_WIDTH.
11366
11367 * dispextern.h (struct redisplay_interface): Add active_p
11368 argument to draw_window_cursor member. All uses changed.
11369
11370 2003-03-21 Kim F. Storm <storm@cua.dk>
11371
11372 The following changes consolidate code related to writing and
11373 inserting glyphs, exposing frame, the tool bar, the mouse face,
11374 the output cursor, and help echo from xterm.c, w32term.c and
11375 macterm.c into xdisp.c. It also generalizes the use of the
11376 window_part enum instead of using numeric values throughout.
11377
11378 * xdisp.c: Consolidate gui-independent code here.
11379 Include keymap.h.
11380 (Qhelp_echo): Import.
11381 (mouse_autoselect_window, x_stretch_cursor_p): Declare here.
11382 (help_echo_string, help_echo_window, help_echo_object)
11383 (previous_help_echo_string, help_echo_pos): Declare here.
11384 (output_cursor, last_mouse_frame, last_tool_bar_item): Declare here.
11385 (estimate_mode_line_height): Define here. Handle windowing
11386 systems directly (without using estimate_mode_line_height_hook).
11387 (x_y_to_hpos_vpos, get_tool_bar_item, note_tool_bar_highlight):
11388 (update_window_cursor, update_cursor_in_window_tree)
11389 (fast_find_position, fast_find_string_pos)
11390 (note_mode_line_highlight, note_mode_line_or_margin_highlight)
11391 (expose_area, expose_line, expose_overlaps, expose_window)
11392 (expose_window_tree, phys_cursor_in_rect_p): New generic versions;
11393 declared static as they are only used locally in xdisp.c.
11394 (draw_glyphs): Rename from x_draw_glyphs and make static.
11395 (tool_bar_item_info, notice_overwritten_cursor): Make static.
11396 (frame_to_window_pixel_xy, get_glyph_string_clip_rect)
11397 (set_output_cursor, x_cursor_to, handle_tool_bar_click)
11398 (x_write_glyphs, x_insert_glyphs, x_clear_end_of_line):
11399 (x_fix_overlapping_area, draw_phys_cursor_glyph, erase_phys_cursor)
11400 (display_and_set_cursor, x_update_cursor, x_clear_cursor)
11401 (show_mouse_face, clear_mouse_face, cursor_in_mouse_face_p)
11402 (note_mouse_highlight, x_clear_window_mouse_face)
11403 (cancel_mouse_face, x_draw_vertical_border, expose_frame)
11404 (x_intersect_rectangles): New generic functions for use by xdisp.c
11405 and GUI front-ends.
11406 (syms_of_xdisp): Initialize and staticpro help_echo* variables.
11407 Defvar_bool "x-streach-cursor" and "mouse-autoselect-window" here.
11408
11409 * dispextern.h (Display_Info): Generic typedef for *_display_info.
11410 (NativeRectangle): Generic typedef for rectangle type.
11411 (enum window_part): Move here from window.c.
11412 (struct redisplay_interface): New members flush_display_optional,
11413 define_frame_cursor, clear_frame_area, draw_window_cursor,
11414 draw_vertical_window_border, shift_glyphs_for_insert.
11415 Rename member clear_mouse_face to clear_window_mouse_face.
11416 (estimate_mode_line_height_hook): Remove hook.
11417 (auto_raise_tool_bar_buttons_p): Don't declare extern.
11418 (tool_bar_item_info): Remove prototype.
11419 (help_echo_string, help_echo_window, help_echo_object)
11420 (previous_help_echo_string, help_echo_pos)
11421 (last_mouse_frame, last_tool_bar_item, mouse_autoselect_window):
11422 (x_stretch_cursor_p, output_cursor): Declare extern.
11423 (x_draw_glyphs, notice_overwritten_cursor): Remove prototypes.
11424 (x_write_glyphs), x_insert_glyphs, x_clear_end_of_line)
11425 (x_fix_overlapping_area, draw_phys_cursor_glyph, erase_phys_cursor)
11426 (display_and_set_cursor, set_output_cursor, x_cursor_to)
11427 (x_update_cursor, x_clear_cursor, x_draw_vertical_border)
11428 (frame_to_window_pixel_xy, get_glyph_string_clip_rect)
11429 (note_mouse_highlight, x_clear_window_mouse_face, cancel_mouse_face)
11430 (handle_tool_bar_click, clear_mouse_face, show_mouse_face)
11431 (cursor_in_mouse_face_p, expose_frame, x_intersect_rectangles):
11432 Add prototypes.
11433 (mode_line_string, marginal_area_string): Fix prototypes.
11434
11435 * window.c (enum window_part): Move to dispextern.h.
11436 (coordinates_in_window): Use enum window_part member names
11437 instead of numbers to describe return value.
11438 (struct check_window_data): Change part member to window_part.
11439 (check_window_containing): Return window_part unaltered.
11440 (window_from_coordinates): Change part arg from int to enum
11441 window_part. Allow part arg to be null. All users changed.
11442
11443 * window.h (window_from_coordinates): Fix prototype.
11444
11445 * term.c (estimate_mode_line_height): Move to xdisp.c.
11446
11447 * keyboard.c (make_lispy_event): Use enum window_part.
11448
11449 * dispnew.c (mode_line_string, marginal_area_string): Use enum
11450 window_part instead of int in arg list. Users changed.
11451
11452 * xterm.h (No_Cursor): Declare as None for X.
11453 (struct mac_output): Replace member cross_cursor by hand_cursor.
11454
11455 * xterm.c: Remove consolidated defines and code.
11456 (BETWEEN): Remove unused macro.
11457 (x_draw_vertical_window_border, x_shift_glyphs_for_insert)
11458 (x_define_frame_cursor, x_clear_frame_area)
11459 (x_draw_window_cursor): New X-specific functions for RIF.
11460 (x_redisplay_interface): Add new members.
11461
11462 * xfns.c: Setup and use hand_cursor instead of cross_cursor.
11463
11464 * w32term.h (struct w32_output): Remove cross_cursor member.
11465
11466 * w32term.c: Remove consolidated defines and code.
11467 (BETWEEN): Remove unused macro.
11468 (w32_draw_vertical_window_border, w32_shift_glyphs_for_insert)
11469 (w32_define_frame_cursor, w32_clear_frame_area)
11470 (w32_draw_window_cursor): New W32-specific functions for RIF.
11471 (w32_redisplay_interface): Add new members.
11472
11473 * w32gui.h (No_Cursor): Define as 0 for W32.
11474 (XRectangle): Add X compatible rectangle type.
11475 (NativeRectangle): Declare as RECT for W32.
11476 (CONVERT_TO_XRECT, CONVERT_FROM_XRECT, STORE_NATIVE_RECT): New macros.
11477
11478 * w32fns.c: Remove setup of cross_cursor (already has hand_cursor).
11479
11480 * w32console.c: Remove consolidated defines and code.
11481
11482 * msdos.h (Display_Info): Add generic typedef.
11483
11484 * msdos.c: Remove consolidated defines and code.
11485 (IT_note_mouse_highlight, dos_rawgetc): Use enum window_part.
11486
11487 * macterm.h (struct mac_output): Replace member cross_cursor by
11488 hand_cursor.
11489 (activate_scroll_bars, deactivate_scroll_bars): Add prototypes.
11490
11491 * macterm.c: Remove consolidated defines and code.
11492 (BETWEEN): Remove unused macro.
11493 (mac_draw_vertical_window_border, mac_shift_glyphs_for_insert)
11494 (mac_define_frame_cursor, mac_clear_frame_area)
11495 (mac_draw_window_cursor): New Mac-specific functions for RIF.
11496 (x_redisplay_interface): Add new members.
11497
11498 * macgui.h (No_Cursor): Define as 0 for Mac.
11499 (XRectangle): Add X compatible rectangle type.
11500 (NativeRectangle): Declare as Rect for Mac.
11501 (CONVERT_TO_XRECT, CONVERT_FROM_XRECT, STORE_NATIVE_RECT): New macros.
11502
11503 * macfns.c (x_set_mouse_color): Setup hand_cursor.
11504 (x_set_cursor_color): Use x_display_and_set_cursor.
11505
11506 * Makefile.in (xdisp.o): Add dependency on blockinput.h and files
11507 included from it. Add dependency on keymap.h.
11508
11509 * makefile.w32-in (xdisp.o): Add dependency on keymap.h.
11510
11511 2003-03-21 Kenichi Handa <handa@m17n.org>
11512
11513 * fileio.c (Fexpand_file_name): Fix previous change.
11514
11515 2003-03-19 Kenichi Handa <handa@m17n.org>
11516
11517 * fileio.c (Ffile_name_directory): Reconstruct file name by
11518 make_specified_string.
11519 (Ffile_name_nondirectory, Ffile_name_as_directory)
11520 (Fdirectory_file_name, Fexpand_file_name)
11521 (Fsubstitute_in_file_name): Likewise.
11522 (Fread_file_name): Compare decoded homedir with DIR and
11523 DEFAULT_FILENAME.
11524
11525 * alloc.c (make_specified_string): If NCHARS is negative, count
11526 the number of characters.
11527
11528 2003-03-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11529
11530 * gtkutil.c (xg_frame_cleared): Call gtk_widget_queue_draw for
11531 all widgets.
11532
11533 * gtkutil.h: Removed xg_ignore_next_thumb.
11534
11535 2003-03-18 Kenichi Handa <handa@m17n.org>
11536
11537 * coding.c (Vchar_coding_system_table): Remove this variable.
11538 (Vcoding_system_safe_chars): New variable.
11539 (intersection): Remove this function.
11540 (find_safe_codings): Don't use Vchar_coding_system_table, but try
11541 all codings in SAFE_CODINGS.
11542 (Ffind_coding_systems_region_internal): Adjust for the change of
11543 find_safe_codings. Get generic coding systems from
11544 Vcoding_system_safe_chars.
11545 (Fdefine_coding_system_internal): New function.
11546 (syms_of_coding): Defsubr Sdefine_coding_system_internal.
11547 Initialize and staticpro Vcoding_system_safe_chars.
11548
11549 2003-03-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11550
11551 * gtkutil.c (xg_set_toolkit_scroll_bar_thumb): Check if new values
11552 equal old values before updating.
11553
11554 * xterm.c (xg_scroll_callback): Remove xg_ignore_next_thumb.
11555
11556 * gtkutil.c (xg_initialize): Remove xg_ignore_next_thumb.
11557
11558 2003-03-17 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11559
11560 * gtkutil.c: Removed handle_fixed_child, struct xg_last_sb_pos.
11561 (xg_resize_widgets): Don't call foreach(handle_fixed_child).
11562 (xg_gtk_scroll_destroy): Remove free of struct xg_last_sb_pos.
11563 (scroll_bar_button_cb): Set bar->dragging to NIL on button release.
11564 (xg_create_scroll_bar): Pass bar to button event callback.
11565 (xg_find_top_left_in_fixed): New function.
11566 (xg_update_scrollbar_pos): Don't call gdk_window_clear on
11567 whole scroll bar area. Get old position with
11568 xg_find_top_left_in_fixed, calculate and only clear needed areas.
11569 (xg_set_toolkit_scroll_bar_thumb): Do not adjust scroll bar if
11570 dragging is in progress. Calculate whole as for Motif.
11571 Remove code that saved last values. Call gtk_range functions to
11572 set scroll bar sizes.
11573
11574 * gtkutil.h: Removed xg_ignore_next_thumb.
11575
11576 2003-03-17 Juanma Barranquero <lektu@terra.es>
11577
11578 * makefile.w32-in ($(BLD)/xdisp.$(O)): Add dependency on blockinput.h
11579 and files included from it.
11580
11581 2003-03-18 Stefan Monnier <monnier@cs.yale.edu>
11582
11583 * keymap.c (accessible_keymaps_1): Break cycles but without preventing
11584 multiple occurrences of the same keymap under different prefixes.
11585 (Faccessible_keymaps): Remove code redundant since 1994-08-03T07:39:00Z!rms@gnu.org.
11586
11587 2003-03-16 Jason Rumney <jasonr@gnu.org>
11588
11589 * w32gui.h: Use HDC for Display.
11590
11591 * w32term.c (w32_encode_char): Prevent double-byte chars from
11592 crashing Emacs.
11593
11594 * w32fns.c (jpeg_load, png_load, slurp_file): Read image files
11595 as binary.
11596
11597 2003-03-16 Juanma Barranquero <lektu@terra.es>
11598
11599 * xdisp.c (x_produce_glyphs): Use FRAME_BASELINE_OFFSET.
11600
11601 2003-03-16 Kim F. Storm <storm@cua.dk>
11602
11603 The following changes consolidate some of the gui-independent
11604 parts of the processing and drawing of "glyph strings" from
11605 xterm.c, w32term.c, and macterm.c into xdisp.c.
11606
11607 * dispextern.h (struct glyph): Reduce face_id member from 22 to
11608 21 bits (this reduces number of faces from 4M to 2M).
11609 Replace W32 specific w32_font_type member (2 bits) by generic
11610 font_type member (3 bits) for portability.
11611 (FONT_TYPE_UNKNOWN): New define, default for font_type member.
11612 (enum draw_glyphs_face): Define here.
11613 (struct glyph_string): Define here. Merge W32 and X versions.
11614 (struct redisplay_interface): New members per_char_metric,
11615 encode_char, compute_glyph_string_overhangs, draw_glyph_string.
11616 (VCENTER_BASELINE_OFFSET): Define here.
11617 (dump_glyph_string, x_get_glyph_overhangs, x_produce_glyphs)
11618 (x_draw_glyphs, notice_overwritten_cursor): Declare prototypes here.
11619
11620 * xdisp.c: Consolidate gui-independent "glyph string" code here.
11621 (dump_glyph_string): Moved here.
11622 (init_glyph_string, append_glyph_string_lists, append_glyph_string)
11623 (prepend_glyph_string_lists, get_glyph_face_and_encoding)
11624 (fill_composite_glyph_string, fill_glyph_string)
11625 (fill_image_glyph_string, fill_stretch_glyph_string)
11626 (left_overwritten, left_overwriting, right_overwritten)
11627 (right_overwriting, get_char_face_and_encoding)
11628 (set_glyph_string_background_width, compute_overhangs_and_x)
11629 (append_glyph, append_composite_glyph, produce_image_glyph)
11630 (take_vertical_position_into_account, append_stretch_glyph)
11631 (produce_stretch_glyph): New generic functions (based on X version).
11632 Call platform specific functions through rif.
11633 (INIT_GLYPH_STRING): New macro, hides W32 details.
11634 (BUILD_STRETCH_GLYPH_STRING, BUILD_IMAGE_GLYPH_STRING)
11635 (BUILD_CHAR_GLYPH_STRINGS, BUILD_COMPOSITE_GLYPH_STRING)
11636 (BUILD_GLYPH_STRINGS): Generic macros (based on X version).
11637 (x_draw_glyphs, x_get_glyph_overhangs, x_produce_glyphs)
11638 (notice_overwritten_cursor):
11639 Generic functions exported to platform modules. Users changed.
11640
11641 * xterm.h (FONT_DESCENT, FRAME_X_OUTPUT, FRAME_BASELINE_OFFSET)
11642 (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE)
11643 (STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2):
11644 New macros for consolidated code.
11645
11646 * xterm.c: Remove consolidated defines and code.
11647 (x_per_char_metric, x_encode_char)
11648 (x_compute_glyph_string_overhangs): Adapt to RIF requirements.
11649 (x_redisplay_interface): Add new members.
11650
11651 * w32gui.h (Display): Add dummy typedef for consolidation.
11652 (XChar2b): Define alias for wchar_t for consolidation.
11653 (STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2): New macros.
11654
11655 * w32term.h (FRAME_X_OUTPUT, FRAME_X_WINDOW, FRAME_X_DISPLAY)
11656 (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE):
11657 New macros for consolidation.
11658
11659 * w32term.c: Remove consolidated defines and code.
11660 (BUILD_WCHAR_T, BYTE1, BYTE2): Macros removed; callers changed
11661 to use STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2 instead.
11662 (w32_per_char_metric): Change font_type arg to int for RIF.
11663 (w32_encode_char): Return int according to RIF requirements.
11664 (w32_compute_glyph_string_overhangs): Adapt to RIF.
11665 (w32_get_glyph_overhangs): New function for RIF. Uses generic
11666 x_get_glyph_overhangs.
11667 (w32_redisplay_interface): Add new members.
11668
11669 * macgui.h (XChar2b): Move typedef here for consolidation.
11670 (STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2): New macros.
11671
11672 * macterm.h (FRAME_X_OUTPUT, FRAME_X_WINDOW, FRAME_X_DISPLAY):
11673 (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): New macros for
11674 consolidation.
11675
11676 * macterm.c: Remove consolidated defines and code.
11677 (mac_per_char_metric): New function for RIF.
11678 (mac_encode_char): Adapt to new RIF requirements.
11679 (mac_compute_glyph_string_overhangs): Adapt for RIF.
11680 (x_redisplay_interface): Add new members.
11681
11682 2003-03-15 Stefan Monnier <monnier@cs.yale.edu>
11683
11684 * keymap.c (Vmenu_events): New var.
11685 (syms_of_keymap): Initialize it.
11686 (where_is_internal): Check more carefully what is a menu event.
11687
11688 2003-03-14 Richard M. Stallman <rms@gnu.org>
11689
11690 * lread.c (read1): After #!, exit loop on eof.
11691
11692 2003-03-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11693
11694 * gtkutil.h: Add declaration for xg_frame_cleared.
11695
11696 * xterm.c (x_clear_frame): Call xg_frame_cleared for GTK.
11697
11698 * gtkutil.c (struct xg_last_sb_pos): New structure.
11699 (handle_fixed_child): New function.
11700 (xg_resize_widgets): Call handle_fixed_child on all scroll bar widgets
11701 and force a redraw on them.
11702 (xg_gtk_scroll_destroy): Free struct xg_last_sb_pos also.
11703 (xg_create_scroll_bar): Add struct xg_last_sb_pos to scroll bar
11704 so we can avoid unneeded redraws.
11705 (xg_update_scrollbar_pos): Invalidate data in xg_last_sb_pos
11706 and force a redraw on the scroll bar.
11707 (xg_set_toolkit_scroll_bar_thumb): Do not change/redraw scroll bar
11708 if xg_last_sb_pos shows the positions are up to date.
11709 (xg_frame_cleared): New function.
11710
11711 2003-03-13 Kenichi Handa <handa@m17n.org>
11712
11713 * coding.c (Fdetect_coding_region): Fix docstring.
11714 (Fdetect_coding_string): Fix docstring.
11715
11716 2003-03-13 Andreas Schwab <schwab@suse.de>
11717
11718 * gtkutil.c: Add prototype for create_menus.
11719
11720 * data.c (long_to_cons): Fix type of top.
11721
11722 * xselect.c (selection_data_to_lisp_data): Use int instead of
11723 long for an integer of size 4.
11724
11725 * gtkutil.c (xg_update_frame_menubar): Add missing return value.
11726 (xg_tool_bar_help_callback): Likewise.
11727
11728 2003-03-12 Andreas Schwab <schwab@suse.de>
11729
11730 * xterm.c (x_term_init) [USE_GTK]: Fix typo.
11731
11732 2003-03-12 Kim F. Storm <storm@cua.dk>
11733
11734 The following changes consolidate the fringe handling from
11735 xterm.c, w32term.c, and macterm.c into xdisp.c.
11736
11737 * xdisp.c: Consolidate fringe handling code here.
11738 (left_bits, right_bits, continued_bits, continuation_bits)
11739 (ov_bits, zv_bits): Define fringe bitmaps.
11740 (fringe_bitmaps): New array holding fringe bitmaps.
11741 (draw_fringe_bitmap): Draw a specific bitmap; call display
11742 specific drawing routine via rif->draw_fringe_bitmap.
11743 (draw_row_fringe_bitmaps): Generic replacement for
11744 x_draw_row_fringe_bitmaps; all callers changed.
11745 (compute_fringe_widths): Generic replacement for
11746 x_compute_fringe_widths; all callers changed.
11747
11748 * dispextern.h (enum fringe_bitmap_type): Define here.
11749 (struct fringe_bitmap, struct draw_fringe_bitmap_params): New.
11750 (fringe_bitmaps): Declare extern.
11751 (struct redisplay_interface): New member draw_fringe_bitmap.
11752 (draw_row_fringe_bitmaps, compute_fringe_widths): Declare extern.
11753
11754 * xterm.c: Remove generic fringe code.
11755 (x_draw_fringe_bitmap): Only perform actual fringe drawing.
11756 (x_redisplay_interface): Add x_draw_fringe_bitmap member.
11757
11758 * w32term.c: Remove generic fringe code.
11759 (w32_draw_fringe_bitmap): Only perform actual fringe drawing.
11760 (w32_redisplay_interface): Add w32_draw_fringe_bitmap member.
11761
11762 * macterm.c: Remove generic fringe code.
11763 (x_draw_fringe_bitmap): Only perform actual fringe drawing.
11764 (x_redisplay_interface): Add x_draw_fringe_bitmap member.
11765
11766 2003-03-11 Stefan Monnier <monnier@cs.yale.edu>
11767
11768 * print.c (Fprin1_to_string): Return unibyte string if possible.
11769
11770 2003-03-09 David Kastrup <dak@gnu.org>
11771
11772 * process.c (read_process_output): We have allocated enough space
11773 for readmax and carryover, so actually use the alloted space.
11774
11775 2003-03-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11776
11777 * keyboard.c (make_lispy_event): Extend mouse_syms if needed for
11778 toolkit scrollbar click.
11779
11780 * xterm.c (x_window_to_scroll_bar): Call xg_get_scroll_id_for_window
11781 for USE_GTK.
11782 (x_scroll_bar_handle_click): Use this function for toolkit scrollbars
11783 also.
11784 (handle_one_xevent): ButtonPress/Release: If event is for a toolkit
11785 scrollbar and control is pressed, call x_scroll_bar_handle_click.
11786
11787 * gtkutil.h (xg_get_scroll_id_for_window): Declare.
11788
11789 * gtkutil.c (xg_get_scroll_id_for_window): New function.
11790 (xg_tool_bar_item_expose_callback): New function.
11791 (xg_tool_bar_expose_callback): Call update_frame_tool_bar.
11792 (xg_create_tool_bar): Connect xg_tool_bar_expose_callback to expose
11793 on the tool bar widget.
11794 (update_frame_tool_bar): Connect xg_tool_bar_item_expose_callback
11795 to expose on the tool bar item widgets.
11796
11797 2003-03-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11798
11799 * gtkutil.c (update_frame_tool_bar): Compare pixmap ID instead of
11800 struct image* when deciding to update (struct image* may have been
11801 deleted from the image cache).
11802
11803 * xterm.c (handle_one_xevent): Pass ReparentNotify to Xt even if
11804 the event isn't for a frame (i.e. for dialogs).
11805
11806 2003-03-07 Kenichi Handa <handa@m17n.org>
11807
11808 * coding.c (CODING_ADD_COMPOSITION_COMPONENT): If the number of
11809 composition components reaches the limit, terminate composing.
11810 (COMPOSITION_OK): New macro.
11811 (detect_coding_iso2022): Use it if an escape sequence for
11812 composition is found.
11813 (coding_restore_composition): Adjust the number of composition
11814 components if it is not sane.
11815
11816 2003-03-06 Juanma Barranquero <lektu@terra.es>
11817
11818 * w32term.h (struct w32_display_info): Add xrdb member to support
11819 passing resources via -xrm on Windows.
11820
11821 * w32term.c (w32_make_rdb): New function.
11822 (w32_term_init): Use it to initialize xrdb member of w32_display_info
11823 struct. Delete leftover code.
11824
11825 * w32fns.c (Fx_get_resource, x_get_resource_string): Pass xrdb to check
11826 for resources passed on the command line.
11827
11828 * w32reg.c (w32_get_rdb_resource): New function.
11829 (x_get_string_resource): Use it, so resources passed with -xrm
11830 supercede the ones in the registry.
11831
11832 2003-03-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11833
11834 * xterm.c (x_detect_focus_change): Call x_any_window_to_frame
11835 instead of x_top_window_to_frame.
11836
11837 2003-03-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11838
11839 * xsmfns.c (smc_save_yourself_CB): Add --no-splash to options
11840 when restarting Emacs.
11841
11842 2003-03-03 Richard M. Stallman <rms@gnu.org>
11843
11844 * buffer.c (Fkill_buffer): Use Frun_hook_with_args_until_failure
11845 to run kill-buffer-query-functions.
11846 (Qkill_buffer_query_functions): New var.
11847 (syms_of_buffer): Init and staticpro it.
11848
11849 2003-03-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11850
11851 * xterm.h (XSync): Define as gdk_window_process_all_updates for GTK.
11852
11853 2003-02-25 Kim F. Storm <storm@cua.dk>
11854
11855 * xdisp.c (redisplay_window): Fix infinite loop in redisplay.
11856 If centering point failed to make whole line visible and vscroll
11857 is non-zero, disable vscroll and try centering point again.
11858
11859 * lread.c (read1): Accept `single space' syntax like (? x).
11860
11861 2003-02-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11862
11863 * keyboard.c (cancel_hourglass_unwind): Surround with
11864 #ifdef HAVE_X_WINDOWS
11865
11866 2003-02-25 Kenichi Handa <handa@m17n.org>
11867
11868 * buffer.c (Fset_buffer_multibyte): Pay attention to the buffer
11869 process only when "subprocesses" is defined.
11870
11871 2003-02-24 Stefan Monnier <monnier@cs.yale.edu>
11872
11873 * syntax.c (back_comment): Only check nestedness of 2nd char if needed.
11874
11875 2003-02-24 Juanma Barranquero <lektu@terra.es>
11876
11877 * callint.c (fix_command): Declare as static void and move before
11878 Fcall_interactively.
11879
11880 * xdisp.c (Qwhen): Declare external; it's now defined in callint.c.
11881 (syms_of_xdisp): Don't initialize Qwhen.
11882
11883 2003-02-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11884
11885 * keyboard.c (cancel_hourglass_unwind): New function.
11886 (command_loop_1): Cancel hourglass with unwind-protect.
11887
11888 2003-02-23 Richard M. Stallman <rms@gnu.org>
11889
11890 * callint.c (fix_command): New subroutine, from Fcall_interactively.
11891 Detect (when ... (region-beginning)) etc.
11892 (Fcall_interactively): Call fix_command.
11893 (Qif, Qwhen): New variables.
11894 (syms_of_callint): Init and staticpro them.
11895
11896 * regex.c (print_partial_compiled_pattern): Output to stderr.
11897
11898 2003-02-23 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
11899
11900 * dired.c (directory_files_internal): Don't expand directory.
11901 (Fdirectory_files, Fdirectory_files_and_attributes): Do it here
11902 instead. From Lars Hansen <larsh@math.ku.dk>.
11903
11904 2003-02-22 Stefan Monnier <monnier@cs.yale.edu>
11905
11906 * fns.c (string_to_multibyte): Remove unused var i.
11907 (Flanginfo): Fix int/Lisp_Object mixup.
11908 (void_call2): New fun.
11909 (Fmap_char_table): Use it in place of call2.
11910
11911 * xfaces.c (x_face_list_fonts): Fix int/Lisp_Object mixup.
11912
11913 * macros.c (Fstart_kbd_macro): Remove redundant assignment.
11914
11915 * keymap.c (copy_keymap_1): Make it static.
11916
11917 * alloc.c (Fgarbage_collect): Don't use XSETFLOAT.
11918
11919 2003-02-22 David Ponce <david@dponce.com>
11920
11921 * lread.c (Fload): Don't check STRING_MULTIBYTE.
11922
11923 2003-02-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11924
11925 * process.h: Removed subtty field from struct Lisp_Process.
11926
11927 * process.c (create_process): Remove setting of subtty.
11928 (emacs_get_tty_pgrp): New function.
11929 (Fprocess_running_child_p, process_send_signal):
11930 Call emacs_get_tty_pgrp instead of ioctl.
11931 (process_send_signal): Call EMACS_KILLPG if ioctl TIOCSIGSEND fails.
11932
11933 2003-02-21 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
11934
11935 * keymap.c (Fdefine_key): Doc fix.
11936
11937 2003-02-21 Juanma Barranquero <lektu@terra.es>
11938
11939 Port of patch for RC by Klaus Zeitler <kzeitler@lucent.com>.
11940
11941 * s/hpux10.h: Define POLL_INTERRUPTED_SYS_CALL, not
11942 POLLING_PROBLEM_IN_SELECT.
11943
11944 * s/hpux11.h: Include hpux10-20.h instead of hpux10.h.
11945 Delete #undef of POLLING_PROBLEM_IN_SELECT.
11946
11947 * s/hpux10-20.h: New file.
11948
11949 * process.c (wait_reading_process_input):
11950 Use POLL_INTERRUPTED_SYS_CALL, not POLLING_PROBLEM_IN_SELECT.
11951
11952 2003-02-20 Kenichi Handa <handa@m17n.org>
11953
11954 * fontset.c (check_fontset_name): If NAME is nil, return the
11955 default fontset.
11956 (override_font_info): New function.
11957 (Fset_fontset_font): Document that NAME nil means the default fontset.
11958 (Ffontset_info): If FONTSET is not the default fontset, merge
11959 FONTSET onto the copy of the default fontset, and work on that
11960 copy. Document that NAME nil means the default fontset.
11961 (Ffontset_font): Document that NAME nil means the default fontset.
11962
11963 * process.c (setup_process_coding_systems): If the process's
11964 in/out descriptor is -1, do nothing.
11965
11966 2003-02-19 Andreas Schwab <schwab@suse.de>
11967
11968 * lisp.h (Fcancel_kbd_macro_events, Fstring_to_multibyte):
11969 Add prototypes.
11970
11971 2003-02-19 Kenichi Handa <handa@m17n.org>
11972
11973 * xfaces.c (try_alternative_families): Try all scalable fonts if
11974 Vscalable_fonts_allowed is not Qt.
11975
11976 2003-02-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11977
11978 * xfaces.c (x_face_list_fonts): Set *pfonts to 0 if no fonts found.
11979
11980 2003-02-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11981
11982 * xterm.c (x_list_fonts): If maxnames is less than 0, get all font
11983 names.
11984
11985 * xfaces.c (x_face_list_fonts): Allocate struct font_name here.
11986 (sorted_font_list): Move allocation of struct font_name to
11987 x_face_list_fonts.
11988 (Fx_font_family_list): Set font-list-limit to -1 to get all font names.
11989 (Fx_list_fonts): Set maxnames to -1 to get all font names.
11990
11991 2003-02-18 Kim F. Storm <storm@cua.dk>
11992
11993 * lread.c (read1): Fix last change.
11994 "`" is not always special. Allow "?" after a character constant.
11995
11996 2003-02-18 Andrew Choi <akochoi@shaw.ca>
11997
11998 * unexmacosx.c (copy_data_segment): Also copy __cfstring section.
11999
12000 2003-02-18 Andreas Schwab <schwab@suse.de>
12001
12002 * window.c (window_scroll_pixel_based): Move outside a
12003 multi-glyph character before setting new window start.
12004
12005 * xdisp.c (in_display_vector_p): New function.
12006 * dispextern.h (in_display_vector_p): Declare.
12007
12008 2003-02-18 Kim F. Storm <storm@cua.dk>
12009
12010 * lread.c (read1): Fix and relax read syntax.
12011 Recognize "[", ";", "#", and "?" after a dotted-pair dot.
12012 Only recognize "," after dotted-pair dot if inside backquote.
12013 Never include "`" or "," (inside backquote) in a symbol.
12014 Allow dotted-pair dot after a character constant.
12015 Allow "`" and "," (inside backquote) after a character constant.
12016
12017 2003-02-17 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12018
12019 * gtkutil.c (xg_tool_bar_expose_callback): New function.
12020 (xg_create_tool_bar): Force style of tool bar to be horizontal with
12021 icons. Set name of tool bar to emacs-toolbar.
12022 (update_frame_tool_bar): Connect expose event to
12023 xg_tool_bar_expose_callback.
12024
12025 2003-02-17 Richard M. Stallman <rms@gnu.org>
12026
12027 * keyboard.c (this_command_key_count_reset): New variable.
12028 Initiatize to 0 where this_command_key_count is set.
12029 (read_char): Save and restore this_command_key_count_reset
12030 around input method code.
12031 (read_char): If this_command_key_count_reset, echo reread commands.
12032 (Freset_this_command_lengths): Set this_command_key_count_reset to 1.
12033
12034 2003-02-17 Kenichi Handa <handa@m17n.org>
12035
12036 * fns.c (string_to_multibyte): Always return a multibyte string.
12037
12038 2003-02-16 Jason Rumney <jasonr@gnu.org>
12039
12040 * w32fns.c (w32_list_bdf_fonts, w32_list_fonts):
12041 Negative max_fonts parameter means list all.
12042
12043 2003-02-14 Dave Love <fx@gnu.org>
12044
12045 * fns.c (Flanginfo): Doc fix.
12046
12047 2003-02-13 Kim F. Storm <storm@cua.dk>
12048
12049 * lread.c (read_escape): Interpret \s as a SPACE character, except
12050 for \s-X in a character constant which still is the super modifier.
12051 (read1): Signal an `invalid read syntax' error if a character
12052 constant is immediately followed by a digit or symbol character.
12053
12054 * search.c (Fmatch_data): Doc fix. Explicitly state that
12055 match-data is undefined if last search failed.
12056
12057 * keymap.c (Fcommand_remapping): Rename from Fremap_command.
12058 All uses changed.
12059
12060 2003-02-12 Juanma Barranquero <lektu@terra.es>
12061
12062 * eval.c (Fdefmacro): Fix typo.
12063
12064 2003-02-12 Kim F. Storm <storm@cua.dk>
12065
12066 * macros.c (Fstart_kbd_macro): If appending, and last keyboard
12067 macro is a string, convert meta modifiers in string when copying
12068 the string into a vector.
12069
12070 2003-02-11 Kim F. Storm <storm@cua.dk>
12071
12072 * keymap.c (Fremap_command): Return nil if arg is not a symbol.
12073
12074 2003-02-11 Kenichi Handa <handa@m17n.org>
12075
12076 * Makefile.in (lisp, shortlisp): Add malayalam.el and tamil.el.
12077
12078 2003-02-10 Kim F. Storm <storm@cua.dk>
12079
12080 * process.c: Doc fixes.
12081 (syms_of_process): Add `:' prefix to QCfilter_multibyte.
12082
12083 2003-02-10 Kenichi Handa <handa@m17n.org>
12084
12085 * fns.c (Fstring_to_multibyte): Fix typo in the docstring.
12086
12087 * process.c (QCfilter_multibyte): New variable.
12088 (setup_process_coding_systems): New function.
12089 (Fset_process_buffer, Fset_process_filter):
12090 Call setup_process_coding_systems.
12091 (Fstart_process): Initialize the member `filter_multibyte' of
12092 struct Lisp_Process.
12093 (create_process): Call setup_process_coding_systems.
12094 (Fmake_network_process): New keyward `:filter-multibyte'.
12095 Initialize the member `filter_multibyte' of struct Lisp_Process.
12096 Call setup_process_coding_systems.
12097 (server_accept_connection): Call setup_process_coding_systems.
12098 (read_process_output): If the process has a filter, decide the
12099 multibyteness of a string to given to the filter by
12100 `filter_multibyte' member of the process. If the process doesn't
12101 have a filter and the result of conversion is unibyte, use
12102 Fstring_to_multibyte (not Fstring_make_multibyte) to get the
12103 multibyte form.
12104 (Fset_process_coding_system): Call setup_process_coding_systems.
12105 (Fset_process_filter_multibyte): New function.
12106 (Fprocess_filter_multibyte_p): New function.
12107 (syms_of_process): Intern and staticpro QCfilter_multibyte.
12108 Defsubr Sset_process_filter_multibyte and
12109 Sprocess_filter_multibyte_p.
12110
12111 * process.h (struct Lisp_Process): New member filter_multibyte.
12112
12113 * lisp.h (setup_process_coding_systems): Add prototype.
12114
12115 * buffer.c (Fset_buffer_multibyte): If the current buffer has a
12116 process, update coding systems for the process.
12117
12118 2003-02-09 Kenichi Handa <handa@m17n.org>
12119
12120 * fns.c (string_to_multibyte): New function.
12121 (Fstring_to_multibyte): New function.
12122 (syms_of_fns): Defsubr it.
12123
12124 2003-02-08 Andreas Schwab <schwab@suse.de>
12125
12126 * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable
12127 instead of the substitution.
12128
12129 2003-02-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12130
12131 * xterm.c (x_make_frame_visible): Call gtk_window_deiconify.
12132
12133 * xmenu.c (menu_position_func): Adjust menu popup position so that
12134 the menu is fully visible.
12135
12136 2003-02-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12137
12138 * xterm.c (x_text_icon, x_raise_frame, x_lower_frame)
12139 (x_make_frame_invisible, x_wm_set_icon_position):
12140 Use FRAME_OUTER_WINDOW instead of ifdef X_TOOLKIT/else/endif.
12141
12142 * xfns.c (x_set_name, x_set_title): Ditto.
12143
12144 2003-02-04 Richard M. Stallman <rms@gnu.org>
12145
12146 * keyboard.c (echo_now): Update before_command_echo_length.
12147 (Freset_this_command_lengths): Reset this_command_key_count etc.
12148 immediately rather than arranging to do it later.
12149 (before_command_key_count_1, before_command_echo_length_1)
12150 (before_command_restore_flag): Vars deleted.
12151 (add_command_key): Don't handle before_command_restore_flag.
12152 (read_char, record_menu_key): Don't update before_command_key_count or
12153 before_command_echo_length.
12154 (read_char): Don't handle before_command_restore_flag.
12155
12156 * keyboard.c (command_loop_1): Don't call adjust_point_for_property
12157 in direct-output clauses if it wouldn't be called in the ordinary case.
12158
12159 2003-02-04 Kim F. Storm <storm@cua.dk>
12160
12161 * keyboard.c (syms_of_keyboard) <this-original-command>: Doc fix.
12162
12163 2003-02-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12164
12165 * gtkutil.c (remove_from_container): Copying list is not needed.
12166 (xg_update_menubar, xg_update_menu_item, xg_update_submenu)
12167 (xg_modify_menubar_widgets, update_frame_tool_bar): Call g_list_free
12168 on list returned from gtk_container_get_children to avoid memory leak.
12169
12170 2003-02-01 Jason Rumney <jasonr@gnu.org>
12171
12172 * w32fns.c (w32_create_pixmap_from_bitmap_data): Use alloca for
12173 local malloc.
12174 [HAVE_XPM]: Avoid clashes with XColor, XImage and Pixel
12175 definitions in xpm.h.
12176 (init_xpm_functions): New function.
12177 (xpm_load): Sync with xfns.c. Adapt for Windows version of libXpm.
12178 (init_external_image_libraries): Try to load libXpm.dll.
12179
12180 * fileio.c (Fcopy_file) [WINDOWSNT]: Reverse logic for setting
12181 timestamp.
12182
12183 2003-01-31 Dave Love <fx@gnu.org>
12184
12185 * syntax.c (Fskip_chars_forward)
12186 (open-paren-in-column-0-is-defun-start): Doc fix.
12187
12188 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
12189
12190 * fileio.c: Support // at start of name for Cygwin (just added proper
12191 preprocessor tests).
12192
12193 * keyboard.c: Port to Cygwin (just added proper preprocessor tests).
12194
12195 * Makefile.in: Use @EXEEXT@ for Cygwin.
12196
12197 * mem-limits.h: Added ifdef to define BSD4_2 for Cygwin.
12198
12199 * s/cygwin.h: Added for Cygwin port.
12200
12201 2003-01-31 Juanma Barranquero <lektu@terra.es>
12202
12203 * w32fns.c (DrawText): Kludge to avoid a redefinition on Windows
12204 when including gif_lib.h.
12205 (init_gif_functions, init_tiff_functions): New functions.
12206 (gif_load, tiff_load): Sync with xfns.c version. Adjust colors for
12207 Windows. Disable color table lookups. Call library functions
12208 through pointers determined at runtime.
12209 (init_external_image_libraries): Try to load libungif.dll and
12210 libtiff.dll.
12211
12212 2003-01-31 Kenichi Handa <handa@m17n.org>
12213
12214 * xdisp.c (SKIP_GLYPHS): New macro.
12215 (set_cursor_from_row): Skip all glyphs that comes from overlay string.
12216
12217 2003-01-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12218
12219 * gtkutil.c (free_frame_tool_bar): Remove debug printf.
12220
12221 2003-01-30 Dave Love <fx@gnu.org>
12222
12223 * alloc.c (Vgc_elapsed, gcs_done): New variables.
12224 (Fgarbage_collect): Use them.
12225 (init_alloc, syms_of_alloc): Set them up.
12226
12227 2003-01-30 Juanma Barranquero <lektu@terra.es>
12228
12229 * w32fns.c (init_external_image_libraries): Add missing operator.
12230
12231 2003-01-29 Jason Rumney <jasonr@gnu.org>
12232
12233 * w32fns.c (init_external_image_libraries): Allow jpeg-62.dll as
12234 an alternative name for jpeg.dll.
12235
12236 2003-01-29 Kenichi Handa <handa@m17n.org>
12237
12238 * xdisp.c (set_cursor_from_row): Pay attention to string display
12239 properties.
12240
12241 2003-01-28 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
12242
12243 * macterm.c (keycode_to_xkeysym_table): Add <tab>, <backspace>,
12244 <escape>.
12245 (keycode_to_xkeysym_table): Reformat and add more comments.
12246 (XTread_socket): Drop special case for backspace.
12247
12248 2003-01-28 Andrew Choi <akochoi@shaw.ca>
12249
12250 * macfns.c (x_to_mac_color): Correct the order for parsing the RGB
12251 values in old-style RGB specs.
12252
12253 2003-01-27 Juanma Barranquero <lektu@terra.es>
12254
12255 * w32fns.c (init_external_image_libraries): Try alternate names for the
12256 jpeg dll.
12257
12258 2003-01-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12259
12260 * gtkutil.c (create_dialog, xg_separator_p)
12261 (xg_item_label_same_p, xg_update_menu_item): Check for NULL string
12262 before calling strcmp or strlen.
12263
12264 2003-01-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12265
12266 * gtkutil.c (update_frame_tool_bar): Call prepare_image_for_display
12267 and handle image load failure.
12268
12269 2003-01-26 Jason Rumney <jasonr@gnu.org>
12270
12271 * w32fns.c (init_jpeg_functions, jpeg_resync_to_restart_wrapper):
12272 New functions.
12273 (jpeg_load): Sync with xfns.c version. Adjust colors for Windows.
12274 Disable color table lookups. Call jpeg library functions
12275 through pointers determined at runtime.
12276 (init_external_image_libraries): Try to load jpeg.dll.
12277
12278 2003-01-25 Richard M. Stallman <rms@gnu.org>
12279
12280 * lisp.h: Declare format2 instead of format1.
12281
12282 * fileio.c (barf_or_query_if_file_exists):
12283 Call format2 instead of format1.
12284
12285 * editfns.c (format2): New function, replaces format1
12286 but takes exactly two Lisp Objects as format args.
12287
12288 * buffer.c (Fkill_buffer): Call format2 instead of format1.
12289
12290 2003-01-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12291
12292 * xterm.h: Change to return value of x_dispatch_event to int.
12293
12294 * xterm.c (x_filter_event): New function.
12295 (event_handler_gdk, XTread_socket): Call x_filter_event.
12296 (x_dispatch_event): Change to return value of finish.
12297 (event_handler_gdk): Use return value from x_dispatch_event.
12298
12299 * xfns.c (x_window): Call create_frame_xic for GTK version to
12300 initialize input methods.
12301
12302 * gtkutil.h: Add (void) prototypes.
12303
12304 * gtkutil.c (create_menus): Remove code that puts the help menu to
12305 the right.
12306
12307 2003-01-25 Jason Rumney <jasonr@gnu.org>
12308
12309 * w32fns.c (XPutPixel): Handle monochrome images; used for masks.
12310 [HAVE_PNG]: Sync with xfns.c version.
12311 (png_load): Adjust colors for Windows. Use Windows
12312 bitmaps. Disable color table lookups.
12313 (DEF_IMGLIB_FN, LOAD_IMGLIB_FN): New macros.
12314 (init_png_functions): New function.
12315 (png_read_from_memory, png_load): Call png library functions
12316 through pointers determined at runtime.
12317 (QCloader, QCbounding_box, QCpt_width, QCpt_height): Declare.
12318 (init_external_image_libraries): New function.
12319 (init_xfns): Call it.
12320
12321 2003-01-24 Andreas Schwab <schwab@suse.de>
12322
12323 * minibuf.c (Fminibuffer_message): Verify type of parameter.
12324
12325 2003-01-24 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12326
12327 * gtkutil.c (xg_initialize): Initialize id_to_widget here instead
12328 of static initializer.
12329
12330 2003-01-24 Dave Love <fx@gnu.org>
12331
12332 * s/gnu-linux.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define for more
12333 architectures.
12334
12335 * alloc.c (mark_stack) [!GC_LISP_OBJECT_ALIGNMENT && __GNUC__]:
12336 Use __alignof__.
12337
12338 2003-01-24 Kenichi Handa <handa@m17n.org>
12339
12340 * keyboard.c (adjust_point_for_property): New second arg MODIFIED.
12341 It it is nonzero, don't pretend that an invisible area doesn't exist.
12342 (command_loop_1): Call adjust_point_for_property with proper
12343 second arg.
12344
12345 2003-01-22 Jason Rumney <jasonr@gnu.org>
12346
12347 Sync changes with xterm.c and xfns.c.
12348
12349 * w32term.c (x_draw_glyph_string_foreground)
12350 (x_draw_composite_glyph_string_foreground): Implement overstriking.
12351
12352 * w32term.c (x_write_glyphs): Clear phys_cursor_on_p if current
12353 phys_cursor's hpos is overwritten. This is still not completely
12354 correct, as it doesn't really make sense to use hpos at all to
12355 get the cursor glyph (as that is relative to the width of the
12356 characters on the line, which may have changed during the update).
12357
12358 * w32term.c (notice_overwritten_cursor): Handle the special case
12359 of the cursor being in the first blank non-text line at the
12360 end of a window.
12361
12362 * w32term.c (x_draw_hollow_cursor, x_draw_bar_cursor)
12363 (x_draw_phys_cursor_glyph): Set phys_cursor_width here.
12364 Compute from the x position returned by x_draw_glyphs.
12365
12366 (x_display_and_set_cursor): Don't set phys_cursor_width here,
12367 except for NO_CURSOR and system caret, to make phys_cursor_width
12368 contain what its name suggests.
12369 (notice_overwritten_cursor): Consider the cursor image erased if
12370 the output area intersects the cursor image in y-direction.
12371
12372 * w32term.c (note_mode_line_or_margin_highlight): Rename from
12373 note_mode_line_highlight and extend.
12374
12375 * w32term.c (last_window): New variable.
12376 (w32_read_socket) <WM_MOUSEMOVE>: Generate SELECT_WINDOW_EVENTs.
12377 (note_mouse_movement): Remove reimplemented code in #if 0.
12378
12379 * w32fns.c (x_set_cursor_type): Set cursor_type_changed,
12380 not update_mode_lines, and always set it to 1.
12381
12382 2003-01-21 Jason Rumney <jasonr@gnu.org>
12383
12384 * w32fns.c (IDC_HAND): Define it if system headers don't.
12385
12386 2003-01-21 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
12387
12388 * w32term.h (struct w32_output): New member hand_cursor.
12389 (WM_EMACS_SETCURSOR): New message definition.
12390
12391 * w32term.c (note_mode_line_highlight): Delete #if 0 to enable
12392 function w32_define_cursor.
12393 (note_mouse_highlight): Initialize, setup cursor accoding to mouse
12394 position, change member name output_data.x to output_data.w32 and
12395 add function w32_define_cursor.
12396 (show_mouse_face): Delete #if 0 to enable function w32_define_cursor
12397 and change member name output_data.x to output_data.w32.
12398 (w32_initialize_display_info):
12399 Setup dpyinfo->vertical_scroll_bar_cursor.
12400
12401 * w32fns.c (Vx_hand_shape): New variable.
12402 (w32_wnd_proc): Add message entries for WM_SETCURSOR and
12403 WM_EMACS_SETCURSOR.
12404 (x-create-frame): Setup Cursor types.
12405
12406 2003-01-21 David Ponce <david@dponce.com>
12407
12408 * w32term.c (w32_encode_char): For DIM=1 charset, set
12409 ccl->reg[2] to -1 before calling ccl_driver.
12410 (Sync. with xterm.c x_encode_char change by Kenichi Handa
12411 <handa@m17n.org> on 2002-09-30.)
12412 (w32_draw_relief_rect): Declare all args.
12413 (w32_define_cursor): New.
12414
12415 * w32fns.c (w32_load_cursor): New function.
12416 (w32_init_class): Use it.
12417 (x_put_x_image): Declare all args.
12418
12419 2003-01-21 Richard Dawe <rich@phekda.freeserve.co.uk>
12420
12421 * Makefile.in (ALL_CFLAGS): Include MYCPPFLAGS, not MYCPPFLAG.
12422
12423 2003-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12424
12425 * gtkutil.c: Must include stdio.h before termhooks.h
12426
12427 2003-01-21 Dave Love <fx@gnu.org>
12428
12429 * alloc.c (Fgc_status): Print zombie list.
12430 (mark_maybe_object) [GC_MARK_STACK==GC_USE_GCPROS_CHECK_ZOMBIES]:
12431 Fix assignment of zombies.
12432 (Fgarbage_collect) [GC_MARK_STACK==GC_USE_GCPROS_CHECK_ZOMBIES]:
12433 Don't take car of non-cons.
12434
12435 * s/sol2-5.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
12436
12437 * s/sunos4-0.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
12438
12439 2003-01-20 David Ponce <david@dponce.com>
12440
12441 * w32menu.c (digest_single_submenu): Declare all args.
12442
12443 Sync with 2002-12-23 Richard M. Stallman <rms@gnu.org>
12444 changes in xmenu.c:
12445
12446 (parse_single_submenu): Use individual keymap's prompt
12447 string as pane name, if there is one.
12448 (set_frame_menubar): Save menu_items_n_panes from each call to
12449 parse_single_submenu and use it when calling digest_single_submenu.
12450
12451 2003-01-20 Steven Tamm <steventamm@mac.com>
12452
12453 * macterm.c (XTread_socket): Check for valid, visible window
12454 before sending a scroll-wheel event.
12455
12456 2003-01-20 Richard M. Stallman <rms@gnu.org>
12457
12458 * xdisp.c (redisplay_window): If mini window's buffer is not
12459 a minibuffer, then redisplay it like other windows.
12460
12461 2003-01-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12462
12463 * gtkutil.c (xg_create_frame_widgets): Check if there is an
12464 external tool bar before setting tool bar height.
12465
12466 2003-01-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12467
12468 * xterm.c (handle_one_xevent): Surround popup_activated
12469 with #ifdef:s for non-toolkit version.
12470
12471 * Makefile.in (XOBJ): Add gtkutil.o if USE_GTK
12472 (gtkutil.o): New file.
12473 (TOOLKIT_DEFINES): Set to -DUSE_GTK if HAVE_GTK.
12474 (LIBW): Set to @GTK_LIBS@ if USE_GTK.
12475
12476 * gtkutil.c: New file for GTK version.
12477
12478 * gtkutil.h: New file for GTK version.
12479
12480 * xterm.h: Add xt_or_gtk_widget.
12481 Include gtk files for USE_GTK.
12482 (struct x_output): Add toolbar_height.
12483 (struct x_output): Add GTK widgets and Gdk size_hints.
12484 (GTK_WIDGET_TO_X_WIN, FRAME_GTK_OUTER_WIDGET, FRAME_GTK_WIDGET)
12485 (FRAME_OUTER_WINDOW): New macros for USE_GTK.
12486 (FRAME_OUTER_TO_INNER_DIFF_Y): Add FRAME_TOOLBAR_HEIGHT to calculation.
12487
12488 * xterm.c: Include gtkutil.h for USE_GTK.
12489 (free_frame_menubar): Declare extern void for USE_GTK.
12490 (note_mouse_highlight): Check popup_activated for USE_GTK.
12491 (xt_action_hook): Don't compile if USE_GTK.
12492 (x_scroll_bar_to_input_event): Use CurrentTime for USE_GTK.
12493 (xg_scroll_callback): New function.
12494 (x_create_toolkit_scroll_bar): Call xg_create_scroll_bar for USE_GTK.
12495 (x_set_toolkit_scroll_bar_thumb): Call xg_set_toolkit_scroll_bar_thumb
12496 for USE_GTK.
12497 (x_scroll_bar_create): Call xg_update_scrollbar_pos and
12498 xg_show_scroll_bar for USE_GTK.
12499 (x_scroll_bar_remove): Call xg_remove_scroll_bar for USE_GTK.
12500 (XTset_vertical_scroll_bar): Call xg_update_scrollbar_pos for USE_GTK.
12501 (event_handler_gdk): New function for USE_GTK.
12502 (handle_one_xevent): Call xg_resize_widgets for USE_GTK.
12503 (handle_one_xevent): Make sure widget is mapped before
12504 calling x_real_positions for USE_GTK.
12505 (XTread_socket): Add GTK event loop for USE_GTK.
12506 (x_set_window_size): Call xg_frame_set_char_size for USE_GTK.
12507 (x_make_frame_visible): Call gtk_widget_show_all for USE_GTK.
12508 (x_make_frame_invisible): Call gtk_widget_hide for USE_GTK.
12509 (x_iconify_frame): Add code for USE_GTK.
12510 (x_free_frame_resources): Call gtk_widget_destroy for USE_GTK.
12511 (x_wm_set_size_hint): Only compile if not USE_GTK. GTK version
12512 is in gtkutil.c.
12513 (x_term_init): Add initialization for GTK.
12514 (syms_of_xterm): Set Vx_toolkit_scroll_bars for USE_GTK.
12515
12516 * xmenu.c: Include gtkutil.h for USE_GTK.
12517 (Fx_popup_menu): Use current position if x and y is NIL.
12518 (single_menu_item, single_menu_item, Fx_popup_dialog):
12519 Check for USE_GTK.
12520 (popup_widget_loop): New function for USE_GTK.
12521 (x_activate_menubar): Add code for USE_GTK.
12522 (popup_activate_callback, popup_deactivate_callback)
12523 (menu_highlight_callback, menubar_selection_callback):
12524 Add USE_GTK versions.
12525 (update_frame_menubar): Call xg_update_frame_menubar for USE_GTK.
12526 (set_frame_menubar): Call xg_modify_menubar_widgets for USE_GTK.
12527 (free_frame_menubar): Only compile if not USE_GTK. GTK version
12528 is in gtkutil.c.
12529 (popup_selection_callback): New version for USE_GTK.
12530 (create_and_show_popup_menu): New fuction, one USE_GTK version and
12531 one USE_X_TOOLKIT version.
12532 (xmenu_show): Call create_and_show_popup_menu.
12533 (dialog_selection_callback): New version for USE_GTK.
12534 (create_and_show_dialog): New fuction, one USE_GTK version and
12535 one USE_X_TOOLKIT version.
12536 (xdialog_show): Call create_and_show_dialog.
12537
12538 * xfns.c: Include gtkutil for USE_GTK.
12539 (x_window_to_frame, x_any_window_to_frame)
12540 (x_non_menubar_window_to_frame, x_menubar_window_to_frame)
12541 (x_top_window_to_frame): Add code for USE_GTK.
12542 (x_set_background_color): Call xg_set_background_color for GTK.
12543 (x_set_menu_bar_lines): Check for USE_GTK.
12544 (x_set_tool_bar_lines): Call update_frame_tool_bar for USE_GTK.
12545 (x_set_name, x_set_title): Call gtk_window_set_title for USE_GTK.
12546 (x_window): Call xg_create_frame_widgets for USE_GTK.
12547 (Fx_create_frame): Check for USE_GTK
12548 (Fx_file_dialog): New implementation for USE_GTK.
12549
12550 * xdisp.c: Add check for USE_GTK for extern void set_frame_menubar.
12551 (update_menu_bar): Add check for USE_GTK.
12552 (update_tool_bar): Add check for USE_GTK and external tool bar.
12553 (redisplay_tool_bar): Add check for USE_GTK and external tool bar.
12554 (redisplay_internal): Add check for USE_GTK and popup_activated.
12555 (redisplay_window): Add check for USE_GTK and FRAME_EXTERNAL_MENU_BAR.
12556 (redisplay_window): Add check for USE_GTK and FRAME_EXTERNAL_TOOL_BAR.
12557 (display_menu_bar): Add check for USE_GTK
12558
12559 * lisp.h (Vx_resource_name): Declare extern.
12560
12561 * keyboard.c (kbd_buffer_get_event): Check MENU_BAR_ACTIVATE_EVENT
12562 for USE_GTK.
12563 (make_lispy_event): Check MENU_BAR_EVENT for USE_GTK.
12564
12565 * frame.h (struct frame): Add external_tool_bar. Check for USE_GTK.
12566 (FRAME_EXTERNAL_TOOL_BAR): New macro.
12567 (FRAME_EXTERNAL_MENU_BAR): Check for USE_GTK.
12568
12569 * fileio.c (Fread_file_name): Add check for USE_GTK.
12570
12571 * dispnew.c (adjust_frame_glyphs_for_window_redisplay):
12572 Add check for USE_GTK.
12573
12574 * config.in: Added HAVE_GTK
12575
12576 * alloc.c (Fgarbage_collect): Call xg_mark_data for GTK.
12577
12578 2003-01-18 Stefan Monnier <monnier@cs.yale.edu>
12579
12580 * charset.h (Funibyte_char_to_multibyte): Export.
12581
12582 2003-01-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12583
12584 * xmenu.c (mouse_position_for_popup): New function.
12585 (Fx_popup_menu): Call mouse_position_for_popup for X and
12586 mouse_position_hook for others.
12587
12588 2003-01-17 Kim F. Storm <storm@cua.dk>
12589
12590 * editfns.c (Finsert): Mention `string-make-multibyte' and
12591 `string-as-multibyte' in doc string.
12592
12593 2003-01-17 Kenichi Handa <handa@m17n.org>
12594
12595 * fontset.c (syms_of_fontset): Setup Vfont_encoding_alist here.
12596
12597 * editfns.c (Fformat): Convert an unibyte char argument that is
12598 formatted by "%c" to multibyte if the total result must be a
12599 multibyte string.
12600
12601 2003-01-16 Kim F. Storm <storm@cua.dk>
12602
12603 * process.c (set-process-filter): Document unibyte/multibyte-ness
12604 of string argument.
12605
12606 2003-01-16 Kenichi Handa <handa@m17n.org>
12607
12608 * charset.h (NEXT_CHAR_BOUNDARY, PREV_CHAR_BOUNDARY): New macros.
12609
12610 * regex.c (GET_CHAR_BEFORE_2): Use PREV_CHAR_BOUNDARY.
12611 (re_search_2): Likewise.
12612
12613 2003-01-15 Kenichi Handa <handa@m17n.org>
12614
12615 * xdisp.c (message_dolog): Fix bug of the case that *Message*
12616 buffer is unibyte.
12617
12618 2003-01-15 Francesco Potort\e,Al\e(B <pot@gnu.org>
12619
12620 * fns.c (Fsubstring): Clarify doc string.
12621
12622 * textprop.c (Ftext_properties_at, Fnext_char_property_change)
12623 (Fprevious_char_property_change)
12624 (Fnext_single_char_property_change)
12625 (Fprevious_single_char_property_change, Fnext_property_change)
12626 (Fnext_single_property_change, Fprevious_property_change)
12627 (Fprevious_single_property_change, Fadd_text_properties)
12628 (Fput_text_property, Fset_text_properties)
12629 (Fremove_text_properties, Fremove_list_of_text_properties)
12630 (Ftext_property_any, Ftext_property_not_all): Clarify doc strings.
12631
12632 2003-01-14 Kim F. Storm <storm@cua.dk>
12633
12634 * process.h (struct Lisp_Process): New member plist replaces old
12635 member private_vars. All uses changed.
12636
12637 * process.c: Reworked 2003-01-12 change -- call a plist a plist!
12638 (QCplist): Rename from QCvars. Change all uses.
12639 (Fprocess_plist): Replaces Fprocess_variable. Simplified.
12640 (Fset_process_plist): Replaces Fset_process_variable. Simplify.
12641 (syms_of_process): Intern, staticpro, defsubr these.
12642 (Fmake_network_process): Describe :plist arg. Remove :vars arg.
12643
12644 2003-01-14 Francesco Potort\e,Al\e(B <pot@gnu.org>
12645
12646 * m/delta.h: Remove (obsolete).
12647
12648 2003-01-13 Francesco Potort\e,Al\e(B <pot@gnu.org>
12649
12650 * fileio.c (Fdelete_directory, Fdelete_file): Document the
12651 behaviour in front of symlinks.
12652 (Fdelete_file): Raise an error on directories.
12653
12654 2003-01-13 Dave Love <fx@gnu.org>
12655
12656 * fns.c (Freverse): Use QUIT.
12657
12658 2003-01-13 Richard M. Stallman <rms@gnu.org>
12659
12660 * minibuf.c (minibuffer_completion_contents):
12661 Error if point is inside prompt.
12662
12663 * keyboard.c (command_loop_1): Don't redisplay directly
12664 if there's a post-command-hook.
12665
12666 * fileio.c (syms_of_fileio) <directory-sep-char>: Doc fix.
12667 (Fdo_auto_save): Add gcpros around Ffile_name_directory.
12668
12669 2003-01-12 Kim F. Storm <storm@cua.dk>
12670
12671 * process.h (struct Lisp_Process): New member private_vars.
12672
12673 * process.c (QCvars): New variable.
12674 (syms_of_process): Intern and staticpro it.
12675 (Fset_process_contact): Removed function.
12676 (Fprocess_variable, Fset_process_variable): New functions.
12677 (syms_of_process): Defsubr them.
12678 (Fstart_process): Initialize private_vars plist to nil.
12679 (Fmake_network_process): New arg :vars to setup the private
12680 variables for new network process.
12681 (server_accept_connection): Copy server's private variables to
12682 client process.
12683
12684 * alloc.c (pure_alloc): Fixed 2003-01-10 changed (caused spurious
12685 crashes). Code rewritten and simplified. Now directly aligns the
12686 pointer and recalculates pure_bytes_used, rather than aligning the
12687 size and adjusting the pointer.
12688
12689 2003-01-11 Kim F. Storm <storm@cua.dk>
12690
12691 * process.c (Fset_process_contact): New function.
12692 (syms_of_process): defsubr it.
12693 (make-network-process): Update doc.
12694
12695 2003-01-10 Andreas Schwab <schwab@suse.de>
12696
12697 * alloc.c (pure_alloc): Correct alignment for Lisp_Floats.
12698 Reported by Berthold Gunreben <b.gunreben@web.de>.
12699
12700 2003-01-10 Dave Love <fx@gnu.org>
12701
12702 * composite.c (syms_of_composite): Make composition_hash_table weak.
12703
12704 2003-01-09 Kim F. Storm <storm@cua.dk>
12705
12706 * process.c (Fmake_network_process): Convert new port number
12707 to host byte order for `:service t' case. From Mario Lang.
12708
12709 2003-01-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12710
12711 * xfns.c (Fx_file_dialog): Call XtAppNextEvent and x_dispatch_event
12712 instead of XtAppProcessEvent.
12713
12714 * xterm.c (handle_one_xevent): New function.
12715 (x_dispatch_event): New function.
12716 (XTread_socket): Call handle_one_xevent.
12717
12718 * xterm.h (FRAME_OUTER_TO_INNER_DIFF_X/Y): New.
12719
12720 * xmenu.c (Fx_popup_menu): If popping up at mouse position,
12721 call XQueryPointer to get coordinates.
12722 (popup_get_selection): Do not set popup_activated_flag to zero,
12723 let popup_deactivate_callback do that. Needed for Motif.
12724 Call x_dispatch_event instead of XtDispatchEvent.
12725 (xmenu_show): Calculate root coordinate from frame top/left position.
12726
12727 2003-01-08 Kim F. Storm <storm@cua.dk>
12728
12729 * process.c (server_accept_connection): Fix recording of new
12730 connection's local address in :local property of contact info.
12731 (Fmake_network_process): Record local network address for new
12732 client processes in :local property of contact info.
12733 (format-network-address): Add arg OMIT-PORT. Change callers.
12734
12735 2003-01-07 Dave Love <fx@gnu.org>
12736
12737 * Makefile.in (fns.o): Depend on coding.h.
12738
12739 2003-01-07 Markus Rost <rost@math.ohio-state.edu>
12740
12741 * minibuf.c (Fread_variable): Doc fix.
12742
12743 * eval.c (Fuser_variable_p): Doc change. For custom variables,
12744 use the same test as for custom-variable-p.
12745
12746 2003-01-05 Richard M. Stallman <rms@gnu.org>
12747
12748 * xdisp.c (try_scrolling): New arg LAST_LINE_MISFIT.
12749 Count LAST_LINE_MISFIT in scroll margin for end of window.
12750 Move label too_near_end before setting SCROLL_MARGIN_POS.
12751 Set LAST_LINE_MISFIT before jumping there.
12752
12753 * xdisp.c (try_scrolling): Calculate amount_to_scroll better in
12754 scroll_conservatively case. If scrolling that much doesn't change
12755 STARTP, move it down one line.
12756
12757 * xdisp.c (redisplay_window): Pass last_line_misfit arg to
12758 try_scrolling. Make it 1 after make_cursor_line_fully_visible fails.
12759
12760 * xdisp.c (setup_echo_area_for_printing): Kill Emacs if no
12761 selected frame.
12762
12763 * keymap.c (apropos_predicate, apropos_accumulate): Make them static.
12764 (syms_of_keymap): Staticpro them.
12765 (Fapropos_internal): Initialize them and clear them out.
12766 Don't GCPRO them.
12767
12768 * buffer.c (syms_of_buffer) <scroll-up-aggressively, scroll-down-aggressively>:
12769 Doc fixes.
12770
12771 * lisp.h: New misc type Lisp_Save_Value.
12772 (enum Lisp_Misc_Type): Add Lisp_Misc_Save_Value.
12773 (XSAVE_VALUE): New macro.
12774 (struct Lisp_Save_Value): New data type.
12775 (union Lisp_Misc): Add u_save_value alternative.
12776 (make_save_value): Declare.
12777
12778 * alloc.c (make_save_value): New function.
12779
12780 * xterm.c (x_catch_errors): Save dpy using make_save_value.
12781 (x_catch_errors_unwind): Call XSync.
12782
12783 2003-01-01 Richard M. Stallman <rms@gnu.org>
12784
12785 * window.c (window_scroll_pixel_based): Partially undo last change.
12786
12787 * keyboard.c (command_loop_1): Call adjust_point_for_property
12788 in direct action cases for Qforward_char and Qbackward_char.
12789 Set already_adjusted so it won't be done twice.
12790
12791 2002-12-30 Richard Dawe <rich@phekda.freeserve.co.uk>
12792
12793 * src/config.in (!HAVE_SIZE_T): Fix order of arguments in
12794 type definition of size_t.
12795
12796 2003-01-02 Steven Tamm <steventamm@mac.com>
12797
12798 * macterm.c (syms_of_macterm): Provide the feature "mac-carbon" to
12799 distinguish Carbon GUI builds from X11 builds on darwin.
12800
12801 2002-12-30 Steven Tamm <steventamm@mac.com>
12802
12803 * macterm.c (syms_of_macterm): Set mac-wheel-button-is-mouse-2
12804 to default to t.
12805
12806 2002-12-29 Francesco Potort\e,Al\e(B <pot@gnu.org>
12807
12808 * data.c (Fstring_to_number, Fminus): Better English in doc strings.
12809
12810 2002-12-28 Steven Tamm <steventamm@mac.com>
12811
12812 * Makefile.in (macosx-bundle): Fix Mac OS X/Carbon port to
12813 allow building in a different directory than source. Uses some
12814 GNU Make extensions, but there is no other make on Mac OS X.
12815
12816 2002-12-26 Francesco Potort\e,Al\e(B <pot@gnu.org>
12817
12818 * data.c (Fmakunbound, Ffmakunbound, Fmake_variable_buffer_local)
12819 (Fsetq_default, Fmake_local_variable, Fkill_local_variable)
12820 (Fmake_variable_frame_local, Faset, Fnumber_to_string, Fminus)
12821 (Fstring_to_number): Mention the returned value in the doc strings.
12822
12823 2002-12-23 Richard M. Stallman <rms@gnu.org>
12824
12825 * buffer.c (syms_of_buffer) <scroll-up-aggressively>
12826 <scroll-down-aggressively>: Doc fix.
12827
12828 * xmenu.c (parse_single_submenu): Use individual keymap's prompt
12829 string as pane name, if there is one.
12830 (set_frame_menubar): Save menu_items_n_panes from each call to
12831 parse_single_submenu and use it when calling digest_single_submenu.
12832
12833 * window.c (window_scroll_pixel_based): Fix check for reaching BEGV.
12834 Don't try to make last line fully visible if it is past end of window.
12835
12836 2002-12-22 Steven Tamm <steventamm@mac.com>
12837
12838 * macmenu.c (MIN_POPUP_SUBMENU_ID): Add.
12839 (mac_menu_show): Add support for hierarchical popup menus.
12840 (add_menu_item): Remove indentation support.
12841 (fill_submenu, fill_menu): Create hierarchical menus
12842 instead of using indentation.
12843
12844 2002-12-22 Richard M. Stallman <rms@gnu.org>
12845
12846 * xdisp.c (try_cursor_movement): Don't call try_window here.
12847 (redisplay_window): Never redisplay minibuffer when inactive.
12848
12849 * window.c (select_window_1): Undo 9/21 change.
12850
12851 2002-12-22 Steven Tamm <steventamm@mac.com>
12852
12853 * macterm.c (XTread_socket): Call KeyTranslate for control and
12854 meta to deal correctly shifted non-alpha characters, like C-S-5
12855 being treated like C-%. Do not look for shift key to deal
12856 with masking off control-key with mac-reverse-ctrl-meta.
12857
12858 2002-12-21 Richard M. Stallman <rms@gnu.org>
12859
12860 * xmenu.c (popup_get_selection): Now static. New arg DO_TIMERS.
12861 If it is non-nil, run timers. Use an unwind-protect to requeue
12862 the events that were read ahead.
12863 (popup_get_selection_unwind): New subroutine.
12864 (popup_get_selection_queue): File-scope variable now holds that queue.
12865 (xmenu_show): Pass 0 for DO_TIMERS to popup_get_selection.
12866 (xdialog_show): Pass 1 for DO_TIMERS to popup_get_selection.
12867 Use an unwind-protect to pop down the dialog box.
12868 (xdialog_show_unwind): New subroutine implements that.
12869
12870 * xdisp.c (row_containing_pos): Change exit test using last_y.
12871 (try_window_id): Abort if row_containing_pos returns null.
12872
12873 * lread.c (load_error_handler): New function.
12874 (Fload): Handle errors in Fsubstitute_in_file_name.
12875 Don't expect Fsignal to return.
12876
12877 * eval.c: Errors and throws work right with interrupt blocking.
12878 (struct catchtag): New elt interrupt_input_blocked.
12879 (unwind_to_catch): Restore interrupt_input_blocked from saved value.
12880 (internal_catch, Fcondition_case, internal_condition_case)
12881 (internal_condition_case_1, internal_condition_case_2): Save it.
12882 (Fsignal): Don't do TOTALLY_UNBLOCK_INPUT.
12883
12884 * editfns.c (Fformat): Add parens.
12885
12886 * dired.c (file_name_completion): Fix that change.
12887 Delete special quit-handling code; just use QUIT.
12888
12889 2002-12-21 Tak Ota <Takaaki.Ota@am.sony.com>
12890
12891 * dired.c (file_name_completion): Close directory on error
12892 just as in directory_files_internal.
12893
12894 2002-12-19 David Kastrup <David.Kastrup@t-online.de>
12895
12896 * window.c (Fset_window_configuration): Set old_point to correct
12897 value when new_current_buffer == current_buffer.
12898
12899 2002-12-17 Ben Key <bkey1@tampabay.rr.com>
12900
12901 Revisited my earlier fix for the following entry in etc/PROBLEMS:
12902 "Emacs built on Windows 9x/ME crashes at startup on Windows XP,
12903 or Emacs builtpart of on XP crashes at startup on Windows 9x/ME."
12904
12905 These changes were in part based upon suggestions made by Peter
12906 'Luna' Runestig [peter@runestig.com].
12907
12908 * w32.c (g_b_init_is_windows_9x, g_b_init_open_process_token)
12909 (g_b_init_get_token_information, g_b_init_lookup_account_sid)
12910 (g_b_init_get_sid_identifier_authority ): Add several static
12911 global variables.
12912
12913 * w32.c (globals_of_w32): New function. Used to initialize those
12914 global variables that must always be initialized on startup even
12915 when the global variable initialized is non zero. Its primary
12916 purpose at this time is to set the global variables
12917 g_b_init_is_windows_9x, g_b_init_open_process_token,
12918 g_b_init_get_token_information, g_b_init_lookup_account_sid, and
12919 g_b_init_get_sid_identifier_authority to 0 on startup.
12920 Called from main.
12921
12922 * w32.c (is_windows_9x): Perform initialization only if
12923 g_b_init_is_windows_9x is equal to 0. On initialization set
12924 g_b_init_is_windows_9x equal to 1.
12925
12926 * w32.c (open_process_token): Perform initialization only if
12927 g_b_init_open_process_token is equal to 0. On initialization set
12928 g_b_init_open_process_token equal to 1.
12929
12930 * w32.c (get_token_information): Perform initialization only if
12931 g_b_init_get_token_information is equal to 0. On initialization
12932 set g_b_init_get_token_information equal to 1.
12933
12934 * w32.c (lookup_account_sid): Perform initialization only if
12935 g_b_init_lookup_account_sid is equal to 0. On initialization
12936 set g_b_init_lookup_account_sid equal to 1.
12937
12938 * w32.c (get_sid_identifier_authority): Perform initialization
12939 only if g_b_init_get_sid_identifier_authority is equal to 0.
12940 On initialization set g_b_init_get_sid_identifier_authority equal to 1.
12941
12942 * w32fns.c (globals_of_w32fns): New function. Used to initialize
12943 those global variables that must always be initialized on startup
12944 even when the global variable initialized is non zero.
12945 Its primary purpose at this time is to initialize the global variable
12946 track_mouse_event_fn.
12947
12948 * w32fns.c (w32_wnd_proc): Remove initialization of
12949 track_mouse_event_fn from the handler for the WM_SETFOCUS message.
12950
12951 * w32fns.c (syms_of_w32fns): Call globals_of_w32fns.
12952
12953 * w32menu.c (globals_of_w32menu): New function. Used to
12954 initialize those global variables that must always be initialized
12955 on startup even when the global variable initialized is non zero.
12956 Its primary purpose at this time is to initialize the global
12957 variables get_menu_item_info and set_menu_item_info.
12958
12959 * w32menu.c (initialize_frame_menubar): Remove initialization of
12960 get_menu_item_info and set_menu_item_info.
12961
12962 * w32menu.c (syms_of_w32menu): Call globals_of_w32menu.
12963
12964 * w32.h (globals_of_w32, globals_of_w32fns, globals_of_w32menu):
12965 Declare them.
12966
12967 * emacs.c (main): Call globals_of_w32 prior to calling
12968 init_environment if WINDOWSNT is defined. Call globals_of_w32fns
12969 and globals_of_w32menu if initialized is non zero and HAVE_NTGUI
12970 is defined.
12971
12972 * w32term.c (x_update_window_begin): Fix Windows API error
12973 detected by BoundsChecker. Test to determine if
12974 w32_system_caret_hwnd is NULL prior to attempting to use
12975 SendMessage to send the WM_EMACS_HIDE_CARET message to it.
12976
12977 * w32term.c (x_update_window_end): Fix Windows API error
12978 detected by BoundsChecker. Test to determine if
12979 w32_system_caret_hwnd is NULL prior to attempting to use
12980 SendMessage to send the WM_EMACS_SHOW_CARET message to it.
12981
12982 2002-12-17 Kenichi Handa <handa@m17n.org>
12983
12984 * coding.c (coding_system_require_warning): New variable.
12985 (syms_of_coding): DEFVAR it.
12986
12987 * coding.h (coding_system_require_warning): Extern it.
12988
12989 * fileio.c (choose_write_coding_system): Even if
12990 Vcoding_system_for_write is non-nil, if
12991 coding_system_require_warning is nonzero, call
12992 Vselect_safe_coding_system_function.
12993
12994 2002-12-17 Markus Rost <rost@math.ohio-state.edu>
12995
12996 * Makefile.in (lisp, shortlisp): Add cus-face and timer.
12997 (lisp): Add font-core.
12998
12999 2002-12-13 Stefan Monnier <monnier@cs.yale.edu>
13000
13001 * textprop.c (text_read_only): New arg `propval'.
13002 (get_char_property_and_overlay): Remove unused var `next_overlay'.
13003 (verify_interval_modification): Use text_read_only's new arg.
13004
13005 2002-12-13 Kenichi Handa <handa@m17n.org>
13006
13007 * coding.c (Funencodable_char_position): Set pend correctly.
13008
13009 2002-12-12 Jason Rumney <jasonr@gnu.org>
13010
13011 * w32term.c (last_mousemove_x, last_mousemove_y): New variables.
13012 (w32_read_socket) <WM_MOUSEMOVE>: Use them to detect non-movement.
13013 Be more careful about when help_events are generated.
13014
13015 2002-12-12 Steven Tamm <steventamm@mac.com>
13016
13017 * macterm.c (mac_check_for_quit_char): Correctly set the
13018 modifiers of the event to 0.
13019 * mac.c (sys_select): Duplicate rfds before calling select to
13020 ensure that rfds survive the while loop.
13021
13022 2002-12-11 Kim F. Storm <storm@cua.dk>
13023
13024 * xdisp.c (try_window_id): Don't call set_cursor_from_row if
13025 row_containing_pos returned NULL.
13026
13027 2002-12-10 Steven Tamm <steventamm@mac.com>
13028
13029 * mac.c (sys_read): Fix sys_read to not call select if IO is
13030 non-blocking.
13031 (sys_select): Fix sys_select to not use a timeout larger than
13032 the one given.
13033
13034 2002-12-10 Juanma Barranquero <lektu@terra.es>
13035
13036 * editfns.c (Fformat): Use alloca, not _alloca.
13037
13038 2002-12-09 Richard M. Stallman <rms@gnu.org>
13039
13040 * buffer.c (Fget_buffer_create): Call Qucs_set_table_for_input
13041 as the last thing.
13042
13043 2002-12-09 Dave Love <fx@gnu.org>
13044
13045 * s/sol2-8.h: Removed. (Not necessary.)
13046
13047 2002-12-09 Matthew Swift <swift@alum.mit.edu>
13048
13049 * editfns.c (Fformat): Handle precision in string conversion
13050 specifiers like libc functions do (ie, print at most that many
13051 characters).
13052
13053 2002-12-08 Richard M. Stallman <rms@gnu.org>
13054
13055 * xdisp.c (row_containing_pos): Check more carefully
13056 whether charpos is really in the row before returning it.
13057
13058 2002-12-07 Steven Tamm <steventamm@mac.com>
13059
13060 * sysdep.c (emacs_read) [HAVE_CARBON]: Have emacs_read use sys_read.
13061
13062 * eval.c (Feval) [HAVE_CARBON]: Calls mac_check_for_quit_char at
13063 each stack frame. This may change as it could be time consuming.
13064
13065 * macterm.c (mac_check_for_quit_char, quit_char_comp)
13066 (init_quit_char_handler, mac_determine_quit_char_modifiers)
13067 (mac_initialize): Add code to check for pressing of quit_char
13068 in the OS event queue.
13069
13070 * mac.c (sys_select): Call mac_check_for_quit_char every second
13071 while blocking on select.
13072
13073 * mac.c (sys_read): Use sys_select to test for input first
13074 before calling read, to allow C-g to break.
13075
13076 2002-12-07 Richard M. Stallman <rms@gnu.org>
13077
13078 * minibuf.c (Fcompleting_read): Doc fix.
13079
13080 * lread.c (syms_of_lread) <load-history>: Doc fix.
13081
13082 * fileio.c (Fcopy_file): Set immediate_quit around emacs_open call.
13083
13084 * eval.c (Fdefun, Fdefmacro): Record in load-history redefining an
13085 autoload.
13086
13087 * data.c (Fdefalias): Record in load-history redefining an autoload.
13088
13089 * alloca.c: Undo ifdef change accidentally made on 12-04.
13090
13091 2002-12-06 Francesco Potorti` <pot@gnu.org>
13092
13093 * xfns.c (png_load): Avoid double gamma correction for PNG images.
13094
13095 2002-12-04 Richard M. Stallman <rms@gnu.org>
13096
13097 * sysdep.c (fcntl.h): Test only HAVE_FCNTL_H.
13098
13099 * fileio.c (fcntl.h): Test only HAVE_FCNTL_H.
13100
13101 * alloca.c: Don't use #error.
13102
13103 2002-12-03 Dave Love <fx@gnu.org>
13104
13105 * buffer.c (Qucs_set_table_for_input): New.
13106 (Fget_buffer_create): Use it.
13107 (Qset_buffer_major_mode_hook): Deleted.
13108 (Fset_buffer_major_mode): Revert previous change.
13109 (init_buffer_once): Intern ucs-set-table-for-input.
13110 (syms_of_buffer): Delete Qset_buffer_major_mode_hook.
13111 Add &Qucs_set_table_for_input.
13112
13113 2002-12-03 Andreas Schwab <schwab@suse.de>
13114
13115 * callint.c (Fcall_interactively): Use next_event only if less
13116 than key_count.
13117
13118 2002-12-02 Andrew Choi <akochoi@shaw.ca>
13119
13120 * macmenu.c (add_menu_item, fill_menubar): Truncate menu item
13121 names to 255 characters.
13122
13123 * macterm.c (XTread_socket): If all frames have been collapsed,
13124 expand the first one before handling drag-and-drop events.
13125
13126 * s/darwin.h (GETPGRP_NO_ARG): Delete. Replaced by GETPGRP_VOID,
13127 which is detected by autoconf.
13128
13129 2002-12-01 Steven Tamm <steventamm@mac.com>
13130
13131 * unexmacosx.c (copy_twolevelhints, dump_it): Now corrects the
13132 offset in two hints table to allow prebinding to be redone and
13133 allow the executable to be stripped.
13134
13135 2002-11-29 Dave Love <fx@gnu.org>
13136
13137 * fns.c (Frequire): Don't call LOADHIST_ATTACH if feature was
13138 already provided.
13139
13140 2002-11-29 Richard M. Stallman <rms@gnu.org>
13141
13142 * xdisp.c (start_display): Check more intelligently for
13143 whether the line is continued.
13144 (move_it_vertically_backward): Clear it->continuation_lines_width.
13145
13146 2002-11-28 Dave Love <fx@gnu.org>
13147
13148 * s/amdahl.h, s/unipl5-0.h, m/sgi3000.h, s/3700.h, s/alliant-2800.h:
13149 * s/alliant.h, s/altos.h: Deleted. (Unused/empty.)
13150
13151 2002-11-27 Steven Tamm <steventamm@mac.com>
13152
13153 * fns.c (Frequire): Change nesting allowance from 2 to 3 to cause
13154 more descriptive error output from lread.c:Fload upon most require
13155 cycles during boostrapping.
13156
13157 2002-11-27 Jason Rumney <jasonr@gnu.org>
13158
13159 * fileio.c (Finsert_file_contents): Give a more appropriate error
13160 for files bigger than 2Gb when off_t is 32 bit.
13161
13162 * dired.c (Ffile_attributes): Don't return negative file sizes for
13163 files bigger than 2Gb when off_t is 32 bit.
13164
13165 2002-11-27 Dave Love <fx@gnu.org>
13166
13167 * s/irix6-0.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
13168
13169 * systty.h: Don't conditionally define GETPGRP_NO_ARG.
13170 Test GETPGRP_VOID instead.
13171 [BSD_TERMIOS]: Remove definitions (never used).
13172
13173 * s/osf5-0.h (WAIT_USE_INT, SYS_SIGLIST_DECLARED, sys_siglist):
13174 Don't define.
13175 (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
13176
13177 * m/mips.h (WORDS_BIG_ENDIAN): Define conditionally.
13178
13179 2002-11-25 Jason Rumney <jasonr@gnu.org>
13180
13181 * w32.c (sys_write): Avoid non-blocking mode, which is not fully
13182 supported.
13183
13184 2002-11-25 Dave Love <fx@gnu.org>
13185
13186 * unexalpha.c (update_dynamic_symbols): Cast arg of fatal_unexec.
13187
13188 * Makefile.in (TEMACS_LDFLAGS): Update last change.
13189
13190 2002-11-25 Andreas Schwab <schwab@suse.de>
13191
13192 * m/ia64.h: Restore `#ifndef NOT_C_CODE' deleted by last change.
13193
13194 2002-11-24 Steven Tamm <steventamm@mac.com>
13195
13196 * unexmacosx.c (unexec_realloc): Use malloc_default_zone to
13197 determine the size of pointers alloced in unexed space instead
13198 of using possibly invalid emacs_zone pointers. This fixes the
13199 binary incompatibility problems caused by updates to libSystem.B.
13200
13201 2002-11-24 Richard M. Stallman <rms@gnu.org>
13202
13203 * search.c (Fstring_match): Doc fix.
13204
13205 * callint.c (Fcall_interactively): If a command fails because
13206 `*' detects a read-only buffer, but RECORD_FLAG is set,
13207 record it anyway if the args don't actually do tty input.
13208
13209 2002-11-22 Dave Love <fx@gnu.org>
13210
13211 * sysdep.c (stuff_char) [PROTOTYPES]: Provide ISO C arglist.
13212
13213 * keyboard.c (interrupt_signal): Provide forward declaration.
13214 (kbd_buffer_store_event): Don't declare interrupt_signal.
13215
13216 * xdisp.c (store_frame_title_char) [PROTOTYPES]: Provide ISO C arglist.
13217
13218 2002-11-21 Richard M. Stallman <rms@gnu.org>
13219
13220 * eval.c (interactive_p): Skip any number of bytecode
13221 and special form frames, in any order.
13222
13223 2002-11-20 Jason Rumney <jasonr@gnu.org>
13224
13225 * w32fns.c (convert_mono_to_color_image): New function.
13226 (xbm_load, xbm_load_image): Use it when foreground or background
13227 is explicitly set.
13228
13229 2002-11-19 Dave Love <fx@gnu.org>
13230
13231 * s/usg5-4.h, sco4.h (bcopy, bzero, bcmp): Don't define.
13232
13233 2002-11-18 Jason Rumney <jasonr@gnu.org>
13234
13235 * w32fns.c (x_build_heuristic_mask): Filter palette info from color.
13236 (XPutPixel): Swap blue and red.
13237 (xpm_format, pbm_format, png_format, jpeg_format, tiff_format)
13238 (gif_format, gs_format): Use IMAGE_ASCENT_VALUE.
13239 (xpm_image_p, pbm_image_p, png_image_p, jpeg_image_p)
13240 (tiff_image_p, gif_image_p, gs_image_p): Don't check ascent.
13241
13242 2002-11-18 Dave Love <fx@gnu.org>
13243
13244 * m/orion105.h (HAVE_ALLOCA): Don't define.
13245
13246 * m/m68k.h, m/arm.h, mtekxd88.h, m/tower32v3.h: Don't define alloca.
13247
13248 * m/intel386.h: Don't include alloca.h or define alloca.
13249
13250 * m/ia64.h: Don't include alloca.h, stdlib.h. Don't declare
13251 malloc, realloc, calloc.
13252
13253 * m/hp800.h, m/sr2k.h, m/ns16000.h, m/wicat.h (bcopy, bzero)
13254 (bcmp): Don't define.
13255
13256 * m/delta.h (bcopy, bzero, bcmp, alloca): Don't define.
13257
13258 * m/amdahl.h: Don't define LIB_STANDARD.
13259
13260 * m/alpha.h: Move OSF1 stuff from here to s/osf1.h.
13261
13262 * s/osf1.h: Move OSF1 stuff from m/alpha.h to here.
13263
13264 * s/irix4-0.h, s/irix5-0.h, m/powerpcle.h, m/sparc.h:
13265 Don't include alloca.h.
13266
13267 * s/aix3-2.h (HAVE_FSYNC): Don't define.
13268
13269 * regex.c (_GNU_SOURCE): Don't define.
13270
13271 * process.c (_GNU_SOURCE): Don't define.
13272
13273 * fileio.c (_GNU_SOURCE, HAVE_FSYNC): Don't define.
13274
13275 2002-11-18 Markus Rost <rost@math.ohio-state.edu>
13276
13277 * s/sol2-8.h: Include sol2-6.h.
13278
13279 2002-11-18 Miles Bader <miles@gnu.org>
13280
13281 * dispextern.h (struct face): Add `overstrike' field.
13282 * xterm.c (x_draw_glyph_string_foreground)
13283 (x_draw_composite_glyph_string_foreground): Implement overstriking.
13284 * xfaces.c (load_face_font): Set `face->overstrike' based on
13285 result from choose_face_font.
13286 (best_matching_font, choose_face_font): Add `needs_overstrike'
13287 argument, and use it to return whether overstriking is desirable
13288 for this face/font combo.
13289 (set_font_frame_param: Pass new argument to choose_face_font.
13290
13291 2002-11-17 Ben Key <BKey1@tampabay.rr.com>
13292
13293 This change is my fix for the following entry in etc/PROBLEMS:
13294 "Emacs built on Windows 9x/ME crashes at startup on Windows XP,
13295 or Emacs builtpart of on XP crashes at startup on Windows 9x/ME."
13296
13297 * w32.c: Added wrapper functions around the win32 API functions
13298 OpenProcessToken, GetTokenInformation, LookupAccountSid, and
13299 GetSidIdentifierAuthority. These wrapper functions serve two
13300 purposes:
13301 1. They ensure that the wrapped function can never be called
13302 when Emacs is running on an operating system on which they are
13303 not supported (Microsoft Windows 95 / 98 / ME).
13304 2. They call the wrapped functions via function pointers rather
13305 than calling them directly. This avoids taking advantage of the
13306 undocumented fact that although these functions are not supported
13307 in the 9x branch of Microsoft Windows, the functions do exist in
13308 the version of advapi32.dll that is found in the 9x branch of
13309 Microsoft Windows.
13310
13311 * w32.c (init_user_info): Replace the calls to the win32 API
13312 functions OpenProcessToken, GetTokenInformation, LookupAccountSid,
13313 and GetSidIdentifierAuthority with calls to the newly added
13314 wrapper functions.
13315
13316 * w32.h: Added extern declarations for the following functions:
13317 syms_of_w32term, syms_of_w32fns, syms_of_w32select,
13318 syms_of_w32menu, and void syms_of_fontset.
13319
13320 * w32fns.c (w32_wnd_proc): Add code to reinitialize the
13321 function pointer track_mouse_event_fn in the handler for the
13322 WM_SETFOCUS message.
13323
13324 * w32menu.c (initialize_frame_menubar): Add code to
13325 reinitialize the function pointers set_menu_item_info and
13326 get_menu_item_info.
13327
13328 2002-11-17 Ben Key <BKey1@tampabay.rr.com>
13329
13330 * sound.c: Added a partial implementation of play-sound-internal
13331 for Microsoft Windows. Added various #ifdef / #else / #endif
13332 code blocks to separate the code that will compile under
13333 Microsoft Windows from the code that is specific to GNU/Linux.
13334 Moved several blocks of code around to make this separation of code
13335 into Windows compatible and GNU/Linux compatible code blocks easier.
13336
13337 * makefile.w32-in: Include sound.c and link with WinMM.lib.
13338
13339 * s/ms-w32.h: Defined the symbol HAVE_SOUND so that the newly
13340 added support for play-sound-internal under Windows would be
13341 included in the build of Emacs.
13342
13343 2002-11-16 Jason Rumney <jasonr@gnu.org>
13344
13345 * w32fns.c (w32_load_system_font): Don't disable Cleartype.
13346
13347 * w32term.c (w32_get_glyph_string_clip_rect): Clip cursor tightly.
13348
13349 2002-11-15 Stefan Monnier <monnier@cs.yale.edu>
13350
13351 * keyboard.c (command_loop_1): Fix int/Lisp_Object mixup.
13352 (adjust_point_for_property): Move out of display and invisible even if
13353 we were already inside before (in case a property was added while
13354 we weren't looking). Be more careful when handling invisible props.
13355 Skip invisible text as if it really wasn't there at all.
13356
13357 2002-11-15 Jason Rumney <jasonr@gnu.org>
13358
13359 * w32term.c (x_draw_image_foreground)
13360 (w32_draw_image_foreground_1): Use standard copy and invert
13361 operations to draw images.
13362
13363 * w32fns.c (x_create_x_image_and_pixmap): Fill in palette for
13364 depth of 1.
13365 (xbm_read_bitmap_data): Invert bits as xbm is read in.
13366 (XPutPixel): Don't invert bits here.
13367
13368 2002-11-15 Jason Rumney <jasonr@gnu.org>
13369
13370 * w32term.c (x_draw_image_foreground, x_draw_image_glyph_string)
13371 (w32_draw_image_foreground_1): Handle image masks.
13372 (x_draw_image_glyph_string): Don't BitBlt transparently.
13373
13374 * w32fns.c (w32_defined_color): Adjust RGB values for Emacs.
13375 (x_from_xcolors): Adjust RGB values for W32.
13376 (image_background, image_background_transparent)
13377 (postprocess_image, x_to_xcolors, x_disable_image)
13378 (x_build_heuristic_mask): Adapt for W32 and enable.
13379 (x_create_x_image_and_pixmap): Mark images with palettes as such.
13380 (xbm_load): Remove unused variable.
13381
13382 2002-11-14 Richard M. Stallman <rms@gnu.org>
13383
13384 * buffer.c (syms_of_buffer): Doc fix.
13385
13386 2002-11-14 Dave Love <fx@gnu.org>
13387
13388 * alloc.c (SETJMP_WILL_NOT_WORK): Add note.
13389
13390 * xterm.c (x_draw_relief_rect, x_draw_box_rect, x_update_cursor):
13391 * xmenu.c (unuse_menu_items, digest_single_submenu):
13392 * xfns.c (x_put_x_image):
13393 * xdisp.c (message2_nolog, set_message):
13394 * undo.c (record_point):
13395 * terminfo.c (tparam):
13396 * syntax.c (scan_sexps_forward):
13397 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
13398 * composite.c (update_compositions):
13399 * cm.c (calccost, cmgoto):
13400 * charset.c (c_string_width): Declare all args (per C99).
13401
13402 * frame.h (get_specified_cursor_type, get_window_cursor_type): Declare.
13403
13404 * lisp.h (get_specified_cursor_type, get_window_cursor_type):
13405 Don't declare.
13406
13407 * emacs.c (main) [!VMS]: Avoid third arg.
13408
13409 * fns.c (Fcopy_sequence): Doc fix.
13410 (Fmap_char_table): Cast `call2'.
13411
13412 2002-11-14 Francesco Potorti` <pot@gnu.org>
13413
13414 * s/sol2-8.h: New file.
13415
13416 2002-11-14 Kim F. Storm <storm@cua.dk>
13417
13418 * buffer.c (syms_of_buffer) <mode-line-format>: Document symbol
13419 dependency on `risky-local-variable' and the :propertize form.
13420
13421 2002-11-12 Stefan Monnier <monnier@cs.yale.edu>
13422
13423 * fns.c (Fmap_char_table): Don't use map_char_table's function arg.
13424
13425 * syntax.c (scan_sexps_forward): Undo last patch.
13426 Use a more obvious fix: check eob before updating the syntax table.
13427
13428 2002-11-09 Stefan Monnier <monnier@cs.yale.edu>
13429
13430 * syntax.c (scan_sexps_forward): Update syntax table before reading
13431 a char rather than after so we don't update the table past eob.
13432
13433 2002-11-09 Dave Love <fx@gnu.org>
13434
13435 * buffer.c (Fset_buffer_major_mode): Fix last change.
13436
13437 * regex.c (regexec): Fix pmatch declaration.
13438
13439 * cmds.c (Fself_insert_command): Apply Vtranslation_table_for_input.
13440
13441 * keyboard.c (command_loop_1): Apply Vtranslation_table_for_input
13442 to self-inserting characters.
13443 (syms_of_keyboard) <keyboard-translate-table>: Doc fix.
13444
13445 * coding.c (Vtranslation_table_for_input): New.
13446 (syms_of_coding): DEFVAR it.
13447
13448 2002-11-08 Juanma Barranquero <lektu@terra.es>
13449
13450 * w32term.c (w32_draw_fringe_bitmap): Remove unused local variable
13451 window.
13452
13453 2002-11-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13454
13455 * process.c (Fformat_network_address): Remove unused locals p,
13456 cp, and i.
13457
13458 2002-11-06 Dave Love <fx@gnu.org>
13459
13460 * buffer.c (Qset_buffer_major_mode_hook): New.
13461 (Fset_buffer_major_mode): Use it.
13462
13463 2002-11-06 Richard M. Stallman <rms@gnu.org>
13464
13465 * xterm.c (x_term_init): Use turn_on_atimers, not start_polling
13466 and stop_polling.
13467
13468 * process.c (wait_reading_process_input):
13469 Test POLLING_PROBLEM_IN_SELECT, not hpux.
13470 Avoid initialization for auto Lisp_Object var.
13471
13472 * s/hpux11.h (POLLING_PROBLEM_IN_SELECT): Add #undef.
13473
13474 * s/hpux10.h (POLLING_PROBLEM_IN_SELECT): Defined.
13475
13476 2002-11-05 Richard M. Stallman <rms@gnu.org>
13477
13478 * s/sol2-5.h (BROKEN_SIGIO): Turn off the #undef.
13479
13480 * callint.c (Fcall_interactively): New local filter_specs.
13481 (Fcall_interactively): Check for progn as well as let.
13482 Add a gcpro.
13483 (Qprogn): New variable.
13484 (syms_of_callint): Staticpro and init Qprogn.
13485
13486 2002-11-04 John Paul Wallington <jpw@shootybangbang.com>
13487
13488 * lread.c (Feval_buffer): Doc fix.
13489
13490 2002-11-04 Dave Love <fx@gnu.org>
13491
13492 * keyboard.c (read_char): Always translate iff
13493 Vkeyboard_translate_table is a char table and c is valid.
13494
13495 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
13496 and fix C types.
13497
13498 2002-11-03 Stefan Monnier <monnier@cs.yale.edu>
13499
13500 * xdisp.c (single_display_prop_intangible_p): Strings are intangible.
13501
13502 * editfns.c (get_pos_property): Don't hardcode Qfield.
13503
13504 * keyboard.c (adjust_point_for_property): Handle `display' prop on
13505 overlays. Also handle `invisible' prop.
13506
13507 2002-11-02 Stefan Monnier <monnier@cs.yale.edu>
13508
13509 * coding.c (decode_coding_emacs_mule, decode_coding_iso2022)
13510 (decode_coding_sjis_big5, decode_eol): Allow lone \r in DOS EOL.
13511
13512 2002-11-01 Andreas Schwab <schwab@suse.de>
13513
13514 * editfns.c (Fmessage): Revert last change to properly handle %%.
13515
13516 2002-11-01 Stefan Monnier <monnier@cs.yale.edu>
13517
13518 * xmenu.c (unuse_menu_items): New fun.
13519 (menu_items_inuse): New var.
13520 (syms_of_xmenu): Initialize it.
13521 (init_menu_items): Use it to detect re-entrance.
13522 (Fx_popup_menu, Fx_popup_dialog, set_frame_menubar): Reset when done.
13523 (Fx_popup_menu): Remove spurious XSETFRAME.
13524
13525 * editfns.c (find_field): Make an exception for nil fields.
13526
13527 2002-11-01 Dave Love <fx@gnu.org>
13528
13529 * m/gec63.h: Deleted.
13530
13531 2002-10-31 Dave Love <fx@gnu.org>
13532
13533 * xterm.c (XTread_socket): Fix last change.
13534 (xaw_scroll_callback): Cast call_data to long to avoid warning.
13535
13536 2002-10-31 Stefan Monnier <monnier@cs.yale.edu>
13537
13538 * process.c (Fformat_network_address): Fix int/Lisp_Object mixup.
13539
13540 2002-10-30 Stefan Monnier <monnier@cs.yale.edu>
13541
13542 * editfns.c (overlays_around, get_pos_property): New funs.
13543 (find_field): Use them.
13544 Also be careful not to modify POS before its last use.
13545 (Fmessage): Don't Fformat if there's nothing to format.
13546
13547 2002-10-30 Dave Love <fx@gnu.org>
13548
13549 * process.c [HAVE_SYS_WAIT]: Include sys/wait.h.
13550 [HAVE_PTY_H]; Include pty.h.
13551
13552 * lread.c (Fload) <!load_dangerous_libraries>: Close fd.
13553
13554 * xterm.c (Qeql): Declare.
13555 (Vx_keysym_table): New.
13556 (syms_of_xterm): Initialize it.
13557 (XTread_socket): Use it. Deal with ASCII keysyms.
13558 (XSetIMValues) [HAVE_X11R6]: Prototype.
13559
13560 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extended.
13561 (lispy_kana_keys): Comment out.
13562 (make_lispy_event) [XK_kana_A]: Comment out.
13563 (modify_event_symbol) <sizeof (long) == sizeof (EMACS_INT)>:
13564 Fix sprintf call.
13565
13566 * s/osf5-0.h (C_SWITCH_SYSTEM): Revert last change (fixed by
13567 regexp.h change).
13568 (TERMINFO, LIBS_TERMCAP): Define.
13569
13570 * s/usg5-4.h (bcopy, bzero): Define conditional on HAVE_BCOPY.
13571 (bcmp): Define conditional on HAVE_BCMP.
13572 (NO_SIOCTL_H): Don't define.
13573 (TIOCSIGSEND): Don't make conditional on IRIX6.
13574
13575 * s/sol2-5.h: Don't include strings.h.
13576 (bcopy, bzero, bcmp) [HAVE_BCOPY]: Don't undef.
13577
13578 * s/irix6-0.h (IRIX6): Don't define.
13579 (bcopy, bcmp, bzero): Don't undef.
13580
13581 * s/irix6-5.h: Don't include strings.h.
13582 (IRIX6): Don't define.
13583 (bcopy, bcmp, bzero): Don't undef.
13584
13585 * syntax.c (Fforward_comment): Doc fix.
13586
13587 2002-10-29 Kim F. Storm <storm@cua.dk>
13588
13589 * process.c (Fsignal_process): Allow PROCESS to be specified by
13590 name in addition to pid (as integer or string).
13591
13592 2002-10-28 Harald Maier <Harald.Maier.BW@t-online.de> (tiny change)
13593
13594 * w32heap.c: Don't redefine _heap_init and _heap_term on MSVC 7 build
13595 environments.
13596
13597 2002-10-27 Kim F. Storm <storm@cua.dk>
13598
13599 * xterm.c (note_mouse_highlight): Don't use mouse-face if hidden.
13600
13601 * w32term.c (note_mouse_highlight): Don't use mouse-face if hidden.
13602
13603 * msdos.c (IT_note_mouse_highlight): Don't use mouse-face if hidden.
13604
13605 * macterm.c (note_mouse_highlight): Don't use mouse-face if hidden.
13606
13607 2002-10-26 Richard M. Stallman <rms@gnu.org>
13608
13609 * editfns.c (Fformat): Detect invalid format letters for floats.
13610
13611 2002-10-25 Kenichi Handa <handa@m17n.org>
13612
13613 * xfns.c (x_set_name): Encode by Qcompound_text unconditionally.
13614 (x_set_title): Likewise.
13615
13616 2002-10-25 Juanma Barranquero <lektu@terra.es>
13617
13618 * macgui.h:
13619 * w32gui.h: Remove definition of XColor.
13620
13621 * dispextern.h [!HAVE_X_WINDOWS]: Define XColor.
13622
13623 2002-10-24 Kim F. Storm <storm@cua.dk>
13624
13625 * xdisp.c (get_window_cursor_type): New arg ACTIVE_CURSOR.
13626 Callers changed (supply dummy arg).
13627
13628 * lisp.h (get_window_cursor_type): Update prototype.
13629
13630 * w32term.c (x_display_and_set_cursor): Get active_cursor from
13631 get_window_cursor_type to track system caret.
13632
13633 2002-10-24 Kim F. Storm <storm@cua.dk>
13634
13635 * process.c (Fformat_network_address): New function.
13636 (syms_of_process): Defsubr it.
13637 (list_processes_1): Use it to format :local/:remote address if
13638 service/host is not set; before Emacs would crash in that case.
13639 (Fmake_network_process): Don't use Ffind_operation_coding_system
13640 to setup coding system if host or service is not set.
13641
13642 2002-10-23 Juanma Barranquero <lektu@terra.es>
13643
13644 Patch suggested by Jay Finger <jay_finger@hotmail.com>.
13645
13646 * w32term.c (w32_term_init): Pass XColor to w32_define_color, not
13647 COLORREF.
13648
13649 * macgui.h:
13650 * w32gui.h: Add definition of XColor.
13651
13652 * macfns.c:
13653 * w32fns.c:
13654 * xfaces.c: Remove definition of XColor.
13655
13656 2002-10-22 Stefan Monnier <monnier@cs.yale.edu>
13657
13658 * xfns.c (x_set_name, x_set_title): `icon.value' has unsigned char.
13659
13660 * window.c (window_loop): For GET_LRU_WINDOW and GET_LARGEST_WINDOW>,
13661 Only ignore truly dedicated windows. For UNSHOW_BUFFER, delete the
13662 window if it is dedicated.
13663 (Fshrink_window): Add preserve_before as was done for enlarge_window.
13664 (Vspecial_display_function): Update docstring.
13665
13666 * buffer.c (assoc_ignore_text_properties, Fother_buffer, Fkill_buffer)
13667 (call_overlay_mod_hooks): Use CONSP and XCAR/XCDR.
13668 (Fget_buffer_create, advance_to_char_boundary): Use BEG and BEG_BYTE;
13669
13670 2002-10-21 Stefan Monnier <monnier@cs.yale.edu>
13671
13672 * casefiddle.c (casify_region): Don't treat a prefix char as part
13673 of a word when at the beginning.
13674
13675 2002-10-17 Juanma Barranquero <lektu@terra.es>
13676
13677 * lread.c (syms_of_lread): Fix typos.
13678
13679 2002-10-17 Dave Love <fx@gnu.org>
13680
13681 * Makefile.in (TEMACS_LDFLAGS): Add trailing comment.
13682
13683 2002-10-16 Richard M. Stallman <rms@gnu.org>
13684
13685 * fileio.c (Fcopy_file): Fix backward test of KEEP_TIME.
13686
13687 2002-10-14 Juanma Barranquero <lektu@terra.es>
13688
13689 * w16select.c (syms_of_win16select): Fix docstring for
13690 `selection-coding-system'.
13691
13692 * w32select.c (syms_of_w32select): Likewise.
13693
13694 2002-10-14 Stefan Monnier <monnier@cs.yale.edu>
13695
13696 * syntax.c (scan_lists): Don't get fooled by a symbol ending with
13697 a backslash-quoted char.
13698 (scan_lists, scan_sexps_forward): Pacify the compiler.
13699
13700 2002-10-13 Richard M. Stallman <rms@gnu.org>
13701
13702 * window.c (window_scroll): Set immediate_quit.
13703
13704 * print.c (print): When backquote form is the car of a list,
13705 output in old style. Use old_backquote_output to output all
13706 comma forms inside it in old style too.
13707
13708 * buffer.h (struct buffer): Move `undo_list' down below `name'.
13709
13710 2002-10-11 Markus Rost <rost@math.ohio-state.edu>
13711
13712 * emacs.c (syms_of_emacs) <kill-emacs-hook>: Doc fix (not run in
13713 batch mode).
13714
13715 * lread.c (Fload): Doc fix (load-suffixes).
13716
13717 2002-10-10 Steven Tamm <steventamm@mac.com>
13718
13719 * macterm.c (syms_of_macterm, mac_get_mouse_btn):
13720 Reverse functionality of mac-wheel-button-is-mouse-2 to be correct.
13721 Also switch the default to Qnil from Qt.
13722
13723 2002-10-08 Kenichi Handa <handa@m17n.org>
13724
13725 * coding.c (code_convert_region): When we need more GAP for
13726 conversion, pay attention to the case that coding->produced is not
13727 greater than coding->consumed.
13728
13729 2002-10-07 Richard M. Stallman <rms@gnu.org>
13730
13731 * unexelf.c (unexec): Redo 9/16 change, but only if IRIX6_5.
13732
13733 2002-10-06 Andrew Choi <akochoi@shaw.ca>
13734
13735 * macmenu.c (mac_menu_show): Add j to count menu items; match
13736 menu_item_selection to it to find selected item.
13737
13738 2002-10-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13739
13740 * xterm.c (XTread_socket): Fix from 2002-10-03 didn't cover all
13741 cases. The correct fix is to pass ReparentNotify to Xt.
13742 The shell widget interprets ConfigureNotify differently depending
13743 on if it has been reparented or not.
13744
13745 2002-10-05 Markus Rost <rost@math.ohio-state.edu>
13746
13747 * editfns.c (Fformat_time_string): Doc fix.
13748
13749 2002-10-05 John Paul Wallington <jpw@shootybangbang.com>
13750
13751 * fns.c (Flength): Doc fix.
13752
13753 2002-10-04 Stefan Monnier <monnier@cs.yale.edu>
13754
13755 * keyboard.c (keyremap): New struct.
13756 (read_key_sequence): Use it: globally replace keytran_foo with
13757 keytran.foo and fkey_foo with fkey.foo. Rename temp vars
13758 keytran_next and fkey_next to just `next'.
13759
13760 2002-10-04 Steven Tamm <steventamm@mac.com>
13761
13762 * macterm.c (keycode_to_xkeysym_table): Change return to be
13763 treated like an X keysym.
13764
13765 2002-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13766
13767 * xterm.c (XTread_socket): For ConfigureNotify, with x and y == 0,
13768 and USE_MOTIF, call XTranslateCoordinates to get the real x and y.
13769 This is to also handle x/y changes that occur because of a resize.
13770
13771 2002-10-02 John Paul Wallington <jpw@shootybangbang.com>
13772
13773 * frame.c (Vdelete_frame_functions): New variable.
13774 (syms_of_frame): Initialize and defvar it.
13775 (Fdelete_frame): Use it instead of delete-frame-hook. Don't run
13776 it when frame's `tooltip' parameter is non-nil.
13777
13778 * xfns.c (x_create_tip_frame): Set `tooltip' frame parameter to t.
13779
13780 * w32fns.c (x_create_tip_frame): Likewise.
13781
13782 * macfns.c (x_create_tip_frame): Likewise.
13783
13784 2002-09-30 Kenichi Handa <handa@m17n.org>
13785
13786 * xterm.c (x_encode_char): For DIM=1 charset, set ccl->reg[2] to
13787 -1 before calling ccl_driver.
13788
13789 * coding.c (decode_coding_emacs_mule): Check coding->cmp_data.
13790 Only when it is non-nil, handle composition sequence.
13791 (setup_coding_system) <0>: Don't force composition handling.
13792
13793 * Makefile.in (lisp, shortlisp): Add utf-16.elc
13794
13795 2002-09-29 Richard M. Stallman <rms@gnu.org>
13796
13797 * search.c (Freplace_match): Adjust match data for the substitution
13798 just made in the buffer.
13799
13800 * xdisp.c (STOP_POLLING, RESUME_POLLING): New macros.
13801 (redisplay_internal): Use them. Do RESUME_POLLING at end of function.
13802
13803 2002-09-27 Richard M. Stallman <rms@gnu.org>
13804
13805 * keyboard.c (STOP_POLLING, RESUME_POLLING): New macros.
13806 (read_char): Use them. Do all exits thru the end of the function.
13807
13808 2002-09-27 Kenichi Handa <handa@etl.go.jp>
13809
13810 * xfaces.c (try_font_list): Pay attention to the case that FAMILY
13811 is nil.
13812
13813 2002-09-26 Richard M. Stallman <rms@gnu.org>
13814
13815 * regex.h (__restrict_arr): Don't define if already defined.
13816
13817 * coding.c (run_pre_post_conversion_on_str):
13818 Save and restore Vdeactivate_mark.
13819
13820 2002-09-26 John Paul Wallington <jpw@shootybangbang.com>
13821
13822 * minibuf.c (Fminibufferp): Add an optional `buffer' argument.
13823
13824 2002-09-26 Kenichi Handa <handa@etl.go.jp>
13825
13826 * xfaces.c (try_font_list): New arg PREFER_FACE_FAMILY. If it is
13827 nonzero, try face's family at first. Otherwise try FAMILY at first.
13828 (choose_face_font): If C is a single byte char or latin-1, call
13829 try_font_list with PREFER_FACE_FAMILY 1.
13830
13831 2002-09-21 Richard M. Stallman <rms@gnu.org>
13832
13833 * window.c (select_window_1): Don't select frame.
13834 Set frame's selected window only when frame itself is selected.
13835 (Fselect_window): Doc fix.
13836
13837 2002-09-18 Kim F. Storm <storm@cua.dk>
13838
13839 * process.c (make-network-process): Doc fix (there is no
13840 network-server-log-function hook).
13841
13842 2002-09-18 Richard M. Stallman <rms@gnu.org>
13843
13844 * print.c (print): Clear out the unused parts of Vprint_number_table.
13845 (syms_of_print): Doc fix for `print-number-table'.
13846
13847 * unexelf.c (unexec): Undo previous change.
13848
13849 2002-09-17 Andreas Schwab <schwab@suse.de>
13850
13851 * m/alpha.h [LINUX]: Don't define DATA_START.
13852
13853 2002-09-16 Dave Love <fx@gnu.org>
13854
13855 * unexelf.c (unexec): Deal with .got, reinstating change from
13856 25-08-1999.
13857
13858 2002-09-13 Richard M. Stallman <rms@gnu.org>
13859
13860 * s/sol2-6.h (UNEXEC): Comment out definition.
13861
13862 * unexsol.c (unexec): Don't downcase first letter of error msg.
13863
13864 * xfaces.c (Fcolor_supported_p): Just one arg is required.
13865
13866 2002-09-12 Markus Rost <rost@math.ohio-state.edu>
13867
13868 * unexsol.c: Include buffer.h, charset.h, coding.h.
13869
13870 2002-09-11 Richard M. Stallman <rms@gnu.org>
13871
13872 * unexsol.c: Don't use report_file_error; do it by hand
13873 using dlerror.
13874
13875 * process.c (wait_reading_process_input, both versions):
13876 Before calling turn_on_atimers, call stop_polling.
13877
13878 * emacs.c (syms_of_emacs) <command-line-args>: Doc fix.
13879
13880 * xdisp.c (try_scrolling): If after make_cursor_line_fully_visible
13881 we go to too_near_end, call clear_glyph_matrix.
13882 (redisplay_window): After make_cursor_line_fully_visible,
13883 call clear_glyph_matrix and bypass `goto done'.
13884
13885 * xfns.c (x_report_frame_params): If FRAME_SCROLL_BAR_PIXEL_WIDTH is 0
13886 and we have non-toolkit scroll bars, return nil for scroll-bar-width.
13887
13888 2002-09-10 Richard M. Stallman <rms@gnu.org>
13889
13890 * fileio.c (Fdo_auto_save): Catch error making directory.
13891 Only call push_message if we need to.
13892 At the same time, make an unwind-protect to pop it.
13893 Rename local message_p to old_message_p.
13894 (do_auto_save_make_dir, do_auto_save_eh): New functions.
13895 (do_auto_save_unwind): Don't call pop_message.
13896
13897 * lisp.h (pop_message_unwind): Renamed from push_message_unwind.
13898
13899 * keyboard.c (Fexecute_extended_command): Use pop_message_unwind.
13900
13901 * alloc.c (Fgarbage_collect): Use pop_message_unwind.
13902
13903 * xdisp.c (pop_message_unwind): Renamed from push_message_unwind.
13904
13905 2002-09-10 Stefan Monnier <monnier@cs.yale.edu>
13906
13907 * regex.c (DISCARD_FAILURE_REG_OR_COUNT): Delete.
13908 (CHECK_INFINITE_LOOP): Don't pop anything: just set `cycle' to 1.
13909 (re_match_2_internal): Be more careful with infinite loops.
13910
13911 2002-09-10 Kim F. Storm <storm@cua.dk>
13912
13913 * macros.c (end_kbd_macro): New function.
13914 (Fend_kbd_macro): Use it.
13915
13916 * macros.h (end_kbd_macro): Declare extern.
13917
13918 * keyboard.c (Fdiscard_input): If defining keyboard macro,
13919 end and save it instead of discarding it.
13920
13921 2002-09-09 Markus Rost <rost@math.ohio-state.edu>
13922
13923 * s/sol2-6.h: Fix typo. Add comment.
13924
13925 2002-09-09 Richard M. Stallman <rms@gnu.org>
13926
13927 * regex.c (regnum_t): Use signed int, not unsigned int.
13928
13929 * s/sol2-6.h: New file.
13930
13931 * s/sol2-5.h (UNEXEC): Definition deleted.
13932
13933 2002-09-08 Kim F. Storm <storm@cua.dk>
13934
13935 * macros.c (executing_macro_index): Change type to EMACS_INT.
13936 (syms_of_macros): DEFVAR_INT it (needed by kmacro).
13937
13938 * macros.h (executing_macro_index): Change type to EMACS_INT.
13939
13940 2002-09-06 Richard M. Stallman <rms@gnu.org>
13941
13942 * casetab.c (set_case_table): Make canon table point to eqv table.
13943
13944 2002-09-06 Juanma Barranquero <lektu@terra.es>
13945
13946 * coding.c (syms_of_coding): Fix spacing.
13947
13948 * composite.c (Fcompose_region_internal)
13949 (Fcompose_string_internal): Likewise.
13950
13951 * data.c (Flsh): Likewise.
13952
13953 * fontset.c (Fset_fontset_font): Likewise.
13954
13955 * macfns.c (Fx_server_max_request_size): Likewise.
13956
13957 * w16select.c (syms_of_win16select): Likewise.
13958
13959 * w32select.c (syms_of_w32select): Likewise.
13960
13961 * xselect.c (syms_of_xselect): Likewise.
13962
13963 2002-09-05 Richard M. Stallman <rms@gnu.org>
13964
13965 * regex.c (set_image_of_range_1): In no-TRANSLATE case,
13966 call EXTEND_RANGE_TABLE and return a proper value.
13967 (set_image_of_range): Don't call set_image_of_range_1
13968 if no TRANSLATE or if range includes all of Latin-1.
13969 Only call it for the Latin-1 part of the range.
13970 For other cases, make two separate ranges,
13971 one for the original specified characters and one for
13972 their case-conversions.
13973
13974 2002-09-04 Richard M. Stallman <rms@gnu.org>
13975
13976 * s/sol2-5.h (UNEXEC): Use unexsol.o.
13977
13978 * window.c (displayed_window_lines): Correct for one-off bug
13979 in HEIGHT on non-window displays.
13980
13981 * regex.c (set_image_of_range_1): New function.
13982 (set_image_of_range): Use set_image_of_range_1 for Latin-1.
13983 Return a value to indicate running out of memory.
13984 (SET_RANGE_TABLE_WORK_AREA): Check value from set_image_of_range.
13985 (extend_range_table_work_area): New subroutine.
13986 (EXTEND_RANGE_TABLE): Replaces EXTEND_RANGE_TABLE_WORK_AREA.
13987 Different calling conventions, and used from set_image_of_range{,_1}.
13988 (IMMEDIATE_QUIT_CHECK): Definitions moved.
13989
13990 2002-09-04 Juanma Barranquero <lektu@terra.es>
13991
13992 * makefile.w32-in: All dependencies updated.
13993
13994 2002-09-01 Richard M. Stallman <rms@gnu.org>
13995
13996 * unexsol.c: New file.
13997
13998 * xfns.c (Qbox): Declare external, don't define.
13999
14000 * xdisp.c (redisplay_window) <force-start case>:
14001 If point is on semi-visible last line, reposition
14002 it at previous line.
14003
14004 * alloc.c (display_malloc_warning): Use display-warning.
14005 (malloc_warning_1): Function deleted.
14006
14007 * alloc.c [ALLOC_DEBUG]: #undef INLINE.
14008
14009 * lread.c (read1): Handle #! by skipping the line.
14010
14011 2002-08-31 Richard M. Stallman <rms@gnu.org>
14012
14013 * Makefile.in (TEMACS_LDFLAGS): Renamed from ALL_LDFLAGS.
14014 Don't include LDFLAGS.
14015 (temacs): Pass LDFLAGS separately, and not via YMF_PASS_LDFLAGS.
14016
14017 2002-08-31 Eli Zaretskii <eliz@is.elta.co.il>
14018
14019 * xdisp.c (get_window_cursor_type): Don't use x_highlight_frame
14020 member of x_display_info unless we compile for some window system.
14021
14022 2002-08-31 Kim F. Storm <storm@cua.dk>
14023
14024 * xdisp.c (Valternate_cursor_type, Qalternate_cursor_type): Removed.
14025 (get_window_cursor_type): Don't use them.
14026 (syms_of_xdisp): Remove intern, staticpro, and defvar for them.
14027
14028 2002-08-30 Kenichi Handa <handa@etl.go.jp>
14029
14030 * xdisp.c (get_next_display_element): Fix previous change.
14031
14032 2002-08-30 Andrew Choi <akochoi@shaw.ca>
14033
14034 * macterm.c (expose_overlaps): New function (merge code from xterm.c).
14035 (expose_window): Use it to fix the display of overlapping
14036 rows (merge code from xterm.c).
14037
14038 * macfns.c (Qbox): Add extern declaration.
14039
14040 2002-08-30 Juanma Barranquero <lektu@terra.es>
14041
14042 * w32fns.c (Qbox): Make extern.
14043 (syms_of_w32fns): Remove initialization of Qbox.
14044
14045 2002-08-30 Rune Kleveland <runekl@viewpoint.no> (tiny change)
14046
14047 * xfns.c (Fx_open_connection): Fix error message.
14048
14049 2002-08-30 Kim F. Storm <storm@cua.dk>
14050
14051 The following changes consolidates the handling of the cursor
14052 type in xdisp.c, moving duplicate code and functionality from
14053 xfns.c, xterm.c, w32fns.c, w32term.c, macfns.c, and macterm.c.
14054
14055 * frame.h (enum text_cursor_kinds): Consolidated here.
14056 Added DEFAULT_CURSOR value.
14057 (struct frame) <desired_cursor, cursor_width>
14058 <blink_off_cursor, blink_off_cursor_width>: New fields.
14059 Consolidated from output_x, output_w32 and output_mac structs.
14060 (FRAME_DESIRED_CURSOR, FRAME_CURSOR_WIDTH, FRAME_BLINK_OFF_CURSOR)
14061 (FRAME_BLINK_OFF_CURSOR_WIDTH): Macros consolidated here.
14062
14063 * xdisp.c (Qbar, Qhbar, Qbox, Qhollow, Vblink_cursor_alist):
14064 Variables consolidated here.
14065 (Valternate_cursor_type, Qalternate_cursor_type): New variables.
14066 (Vcursor_in_non_selected_windows): Renamed from
14067 cursor_in_non_selected_windows and changed to Lisp_Object.
14068 (syms_of_xdisp): Define and staticpro new and moved variables.
14069 (get_specified_cursor_type): Renamed from x_specified_cursor_type;
14070 consolidated here. Recognize Qhollow setting.
14071 (set_frame_cursor_types): New function to set frame cursor types
14072 based on the frame parameters.
14073 (get_window_cursor_type): New function to calculate new cursor
14074 type and width for the specified window. Based on duplicated
14075 code consolidated here.
14076 Enhancements: cursor-in-non-selected-windows may be a cursor type,
14077 check buffer-local alternate-cursor-type and blink-cursor-alist
14078 before using built-in blink off methods.
14079
14080 * dispextern.h (cursor_in_non_selected_windows): Extern removed.
14081
14082 * lisp.h (Qcursor_in_non_selected_windows): Extern removed.
14083 (get_specified_cursor_type, get_window_cursor_type)
14084 (set_frame_cursor_types): Added prototypes.
14085
14086 * macfns.c (x_specified_cursor_type): Removed.
14087 (x_set_cursor_type): Use set_frame_cursor_types.
14088 (Qbar, Qbox): Removed.
14089 (syms_of_macfns): Don't intern or staticpro them.
14090
14091 * macterm.c (x_specified_cursor_type): Remove prototype.
14092 (x_draw_bar_cursor): Use FRAME_CURSOR_WIDTH.
14093 (x_display_and_set_cursor): Use get_window_cursor_type.
14094 Remove unused local variables cursor_non_selected, active_cursor.
14095 Redraw cursor if hbar cursor width changes.
14096 (make_mac_frame): Set FRAME_DESIRED_CURSOR.
14097
14098 * macterm.h (enum text_cursor_kinds): Removed.
14099 (struct output_mac) <current_cursor, desired_cursor, cursor_width>
14100 <blink_off_cursor, blink_off_cursor_width>: Members removed.
14101 (FRAME_DESIRED_CURSOR): Macro removed.
14102
14103 * w32fns.c (Vblink_cursor_alist): Removed.
14104 (Qbar, Qhbar, Qbox, Qhollow): Removed.
14105 (syms_of_w32fns): Don't intern, staticpro, or define them.
14106 (x_specified_cursor_type): Removed.
14107 (x_set_cursor_type): Use set_frame_cursor_types.
14108
14109 * w32term.c (x_specified_cursor_type): Remove prototype.
14110 (x_draw_bar_cursor): Use FRAME_CURSOR_WIDTH.
14111 (x_display_and_set_cursor): Use get_window_cursor_type.
14112 Remove unused local variables cursor_off_state.
14113 Redraw cursor if hbar cursor width changes.
14114 Changed all occurrences of w32_highlight_frame to x_highlight_frame.
14115
14116 * w32term.h (enum text_cursor_kinds): Removed.
14117 (struct output_w32) <current_cursor, desired_cursor, cursor_width>
14118 <blink_off_cursor, blink_off_cursor_width>: Members removed.
14119 (FRAME_DESIRED_CURSOR, FRAME_CURSOR_WIDTH, FRAME_BLINK_OFF_CURSOR)
14120 (FRAME_BLINK_OFF_CURSOR_WIDTH): Macros removed.
14121 (struct w32_display_info) <x_highlight_frame>: Renamed member from
14122 w32_highlight_frame.
14123
14124 * xfns.c (Vblink_cursor_alist): Removed.
14125 (Qbar, Qhbar, Qbox, Qhollow): Removed.
14126 (syms_of_xfns): Don't intern, staticpro, or define them.
14127 (x_specified_cursor_type): Removed.
14128 (x_set_cursor_type): Use set_frame_cursor_types.
14129
14130 * xterm.c (x_specified_cursor_type): Remove prototype.
14131 (x_draw_bar_cursor): Use FRAME_CURSOR_WIDTH.
14132 (x_display_and_set_cursor): Use get_window_cursor_type.
14133 Remove unused local variables cursor_off_state.
14134 Redraw cursor if hbar cursor width changes.
14135
14136 * xterm.h (enum text_cursor_kinds): Removed.
14137 (struct output_x) <current_cursor, desired_cursor, cursor_width>
14138 <blink_off_cursor, blink_off_cursor_width>: Members removed.
14139 (FRAME_DESIRED_CURSOR, FRAME_CURSOR_WIDTH, FRAME_BLINK_OFF_CURSOR)
14140 (FRAME_BLINK_OFF_CURSOR_WIDTH): Macros removed.
14141 (x_specified_cursor_type): Remove prototype.
14142
14143 2002-08-28 Richard M. Stallman <rms@gnu.org>
14144
14145 * w32fns.c (x_set_cursor_type): Set FRAME_BLINK_OFF_CURSOR and
14146 FRAME_BLINK_OFF_CURSOR_WIDTH using defaults and Vblink_cursor_alist.
14147 (Vblink_cursor_alist): New variable.
14148 (syms_of_w32fns): Initialize and defvar it.
14149 (x_specified_cursor_type): Recognize Qbox for filled box.
14150 Exceptions are hollow boxes.
14151 (Qbox, Qhollow): New variables.
14152 (syms_of_w32fns): Initialize and staticpro them.
14153
14154 * w32term.h (FRAME_BLINK_OFF_CURSOR, FRAME_BLINK_OFF_CURSOR_WIDTH):
14155 New macros.
14156 (struct w32_output): New fields blink_off_cursor,
14157 blink_off_cursor_width.
14158 (FRAME_CURSOR_WIDTH): New macro.
14159
14160 * w32term.c (x_display_and_set_cursor): Use FRAME_BLINK_OFF_CURSOR
14161 and FRAME_BLINK_OFF_CURSOR_WIDTH for blinking cursor off.
14162
14163 * w32term.c (x_display_and_set_cursor): Check FRAME_CURSOR_WIDTH
14164 for bar cursor.
14165
14166 * w32term.c (expose_overlaps): New function.
14167 (expose_window): Use it to fix the display of overlapping rows.
14168
14169 2002-08-28 Simon Josefsson <jas@extundo.com>
14170
14171 * xfns.c (Fx_open_connection): Improve help when X connection
14172 fails, xhost is insecure and xauth is better.
14173
14174 2002-08-28 Juanma Barranquero <lektu@terra.es>
14175
14176 * makefile.w32-in: Add missing dependencies on w32term.h and
14177 composite.h.
14178
14179 * emacs.c (USAGE1): Add missing newline.
14180
14181 2002-08-27 Andrew Choi <akochoi@shaw.ca>
14182
14183 * s/darwin.h [HAVE_LIBNCURSES]: Define HAVE_TERMINFO.
14184
14185 2002-08-27 Richard M. Stallman <rms@gnu.org>
14186
14187 * xfns.c (x_set_cursor_type): Set FRAME_BLINK_OFF_CURSOR and
14188 FRAME_BLINK_OFF_CURSOR_WIDTH using defaults and Vblink_cursor_alist.
14189 (Vblink_cursor_alist): New variable.
14190 (syms_of_xfns): Initialize and defvar it.
14191 (x_specified_cursor_type): Recognize Qbox for filled box.
14192 Exceptions are hollow boxes.
14193 (Qbox, Qhollow): New variables.
14194 (syms_of_xfns): Initialize and staticpro them.
14195
14196 * xterm.h (FRAME_BLINK_OFF_CURSOR, FRAME_BLINK_OFF_CURSOR_WIDTH):
14197 New macros.
14198 (struct x_output): New fields blink_off_cursor, blink_off_cursor_width.
14199
14200 * xterm.c (x_display_and_set_cursor): Use FRAME_BLINK_OFF_CURSOR
14201 and FRAME_BLINK_OFF_CURSOR_WIDTH for blinking cursor off.
14202
14203 * emacs.c (main): Handle --script.
14204 (USAGE1): Mention --script.
14205 (standard_args): Define sort order for --script.
14206
14207 2002-08-27 Gerd Moellmann <gerd.moellmann@t-online.de>
14208
14209 * xdisp.c (redisplay_updating_p): Variable removed.
14210 (inhibit_free_realized_faces, Qinhibit_free_realized_faces):
14211 New variables.
14212 (init_iterator): Don't free realized faces if
14213 inhibit_free_realized_faces is set.
14214 (redisplay_internal): Bind Qinhibit_free_realized_faces to nil.
14215 (syms_of_xdisp): DEFVAR_BOOL inhibit-free-realized-faces,
14216 initialize Qinhibit_free_realized_faces.
14217
14218 * dispextern.h (PRODUCE_GLYPHS): Set inhibit_free_realized_faces
14219 when iterator is adding glyphs to a glyph matrix.
14220
14221 2002-08-27 Kenichi Handa <handa@etl.go.jp>
14222
14223 * xdisp.c (get_next_display_element): In unibyte case, don't use
14224 octal form for such eight-bit characters that can be converted to
14225 multibyte char.
14226
14227 2002-08-26 Kim F. Storm <storm@cua.dk>
14228
14229 * frame.c (make_terminal_frame) [CANNOT_DUMP]: Initialize
14230 foreground and background colors. From Joe Buehler.
14231
14232 2002-08-26 Miles Bader <miles@gnu.org>
14233
14234 * bytecode.c (Fbyte_code): Fsub1 can GC, so protect it.
14235
14236 2002-08-25 Andrew Choi <akochoi@shaw.ca>
14237
14238 * emacs.c (main): Call init_mac_osx_environment if HAVE_CARBON is
14239 defined instead of MAC_OSX.
14240
14241 * s/darwin.h (select): Define select to sys_select only if
14242 HAVE_CARBON is defined.
14243 (HAVE_WORKING_VFORK): #undef it. Define vfork to fork.
14244 (DONT_REOPEN_PTY): #def it.
14245
14246 * macterm.c (XTread_socket): Remove code to call
14247 SendEventToEventTarget for keys with command modifiers when
14248 mac_command_key_is_meta is nil.
14249
14250 2002-08-24 Andreas Schwab <schwab@suse.de>
14251
14252 * eval.c (Fdefvar): Fix last change.
14253
14254 2002-08-23 Richard M. Stallman <rms@gnu.org>
14255
14256 * eval.c (Fdefvar, Fdefconst, Fdefvaralias):
14257 Record variables in load history as (defvar . VAR).
14258 (Fdefvar): Don't record in load history if no initial value.
14259 (Qdefvar): New variable.
14260 (syms_of_eval): Init and staticpro it.
14261
14262 * lread.c (syms_of_lread): Doc fix.
14263 (build_load_history): Use Fmember to see if a definition
14264 is already in the Vload_history element.
14265
14266 * process.c (Fstart_process): Remove /: from program name.
14267
14268 * emacs.c (decode_env_path): Don't add /: if file name handler
14269 has a `safe-magic' property.
14270
14271 * callproc.c (Fcall_process): Remove /: from program name.
14272
14273 2002-08-23 Stefan Monnier <monnier@cs.yale.edu>
14274
14275 * regex.c (PATFETCH): Remove the translating fetch.
14276 (PATFETCH_RAW): Rename to PATFETCH.
14277 (set_image_of_range): New fun.
14278 (SET_RANGE_TABLE_WORK_AREA): Use it.
14279 (regex_compile): Don't translate the pattern chars so eagerly.
14280 Only do it when inserting an `exactn' bytecode or when handling
14281 a char-range.
14282 (mutually_exclusive_p): Avoid empty statement.
14283
14284 2002-08-22 Kim F. Storm <storm@cua.dk>
14285
14286 * xdisp.c (redisplay_window): Do not `goto try_to_scroll' when we
14287 end up on a partially visible line; this reverts a specific part
14288 of the 2002-07-07 change by Richard M. Stallman to "fix" a nasty
14289 display error which has been reported several times now.
14290 However it introduces the problem that changes was supposed to fix.
14291 See my comments in the source if you want to debug this further.
14292
14293 2002-08-20 Kenichi Handa <handa@etl.go.jp>
14294
14295 * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
14296
14297 2002-08-19 Eli Zaretskii <eliz@is.elta.co.il>
14298
14299 * msdos.c (croak): Add `void' to definition.
14300
14301 * sysdep.c (request_sigio, unrequest_sigio) [MSDOS]:
14302 Don't define them, they are defined in msdos.c.
14303
14304 * mem-limits.h [MSDOS]: Declare etext.
14305
14306 * fileio.c (Ffile_name_directory) [DOS_NT]: Don't declare `beg'
14307 `const' since CORRECT_DIR_SEPS modifies its target.
14308
14309 2002-08-19 Kim F. Storm <storm@cua.dk>
14310
14311 * keyboard.c (Fclear_this_command_keys): Add optional arg
14312 KEEP-RECORD to avoid clearing lossage when we just want to clear
14313 the current key sequence (kmacro needs this).
14314
14315 2002-08-19 Kenichi Handa <handa@localhost>
14316
14317 * composite.c (run_composition_function): Call FUNC if it is fboundp.
14318
14319 * composite.h (COMPOSITION_MODIFICATION_FUNC): If PROP is not a
14320 cons, return Qnil.
14321
14322 2002-08-17 Richard M. Stallman <rms@gnu.org>
14323
14324 * s/sol2-5.h (BROKEN_SIGIO): Add #undef.
14325
14326 * sysdep.c [!VMS]: Include sys/files.h.
14327
14328 * editfns.c (save_restriction_restore): Defend from unchained marker.
14329
14330 * buffer.c (overlays_at): Handle extending vec uniformly.
14331 (overlays_in): Handle extending vec from length 0 as in overlays_at.
14332
14333 2002-08-15 Andrew Choi <akochoi@shaw.ca>
14334
14335 * mac.c (init_mac_osx_environment): New function.
14336
14337 * emacs.c (main) [MAC_OSX]: Call init_mac_osx_environment.
14338
14339 2002-08-14 Kim F. Storm <storm@cua.dk>
14340
14341 * macros.c (Fstart_kbd_macro): Added NO-EXEC argument to inhibit
14342 executing macro before appending to it (when used from Lisp).
14343 (Fexecute_kbd_macro): Added LOOPFUNC argument to supply function
14344 which is called prior to each iteration of macro (for kmacro.el).
14345 (Fend_kbd_macro, Fcall_last_kbd_macro): Likewise.
14346
14347 * lisp.h (Fexecute_kbd_macro): Update prototype.
14348
14349 * keyboard.c (Fcommand_execute): Update call to Fexecute_kbd_macro.
14350
14351 2002-08-14 Kenichi Handa <handa@etl.go.jp>
14352
14353 * xselect.c (QUTF8_STRING): New variable.
14354 (symbol_to_x_atom): Pay attention to QUTF8_STRING.
14355 (x_atom_to_symbol): Likewise.
14356 (x_get_local_selection): New argument local_request. If it is
14357 nonzero, call handler_fn with the second arg nil.
14358 (x_handle_selection_request): Call x_get_local_selection with
14359 local_request 0.
14360 (lisp_data_to_selection_data): Don't encode the string here.
14361 (Fx_get_selection_internal): Call x_get_local_selection with
14362 local_request 1.
14363 (syms_of_xselect): Intern and staticpro QUTF8_STRING.
14364
14365 * xterm.c (x_term_init): Initialize dpyinfo->Xatom_UTF8_STRING.
14366
14367 * xterm.h (struct x_display_info): New member Xatom_UTF8_STRING.
14368
14369 2002-08-13 Richard M. Stallman <rms@gnu.org>
14370
14371 * minibuf.c (Fminibufferp): New function.
14372 (syms_of_minibuf): Defsubr it.
14373 (Fminibuffer_prompt_end): Handle non-minibuffers specially.
14374
14375 2002-08-13 Gerd Moellmann <gerd.moellmann@t-online.de>
14376
14377 * coding.c (Funencodable_char_position): Lisp_Object/int mixup.
14378
14379 2002-08-12 Richard M. Stallman <rms@gnu.org>
14380
14381 * syswait.h: Only the include of sys/wait.h tests HAVE_SYS_WAIT_H.
14382 [!VMS] (WCOREDUMP, WEXITSTATUS, WIFEXITED, WIFSTOPPED, WIFSIGNALED)
14383 (WSTOPSIG, WTERMSIG): Define each one independently if not defined
14384 already.
14385
14386 * buffer.c (syms_of_buffer) <fill-column>: Doc fix.
14387
14388 2002-08-11 Andrew Choi <akochoi@shaw.ca>
14389
14390 * macterm.c (XTmouse_position): Check wp with is_emacs_window.
14391 (Vmac_pass_command_to_system): New variable.
14392 (Vmac_pass_control_to_system): New variable.
14393 (do_mouse_moved): Check wp with is_emacs_window.
14394 (XTread_socket): Check window_ptr with is_emacs_window.
14395 Call FrontNonFloatingWindow instead of FrontWindow. Send keydown
14396 events back to Mac Toolbox for processing, depending on values of
14397 Vmac_pass_command_to_system and Vmac_pass_control_to_system.
14398 (syms_of_macterm): DEFVAR_LISP Vmac_pass_command_to_system and
14399 Vmac_pass_control_to_system.
14400
14401 2002-08-10 Kenichi Handa <handa@etl.go.jp>
14402
14403 * coding.c (unencodable_char_position): New function.
14404 (Funencodable_char_position): New function.
14405 (syms_of_coding): Defsubr Funencodable_char_position.
14406
14407 2002-08-10 Andrew Choi <akochoi@shaw.ca>
14408
14409 * mac.c (sys_select) [MAC_OSX]: New function.
14410
14411 * macterm.c (MakeMeTheFrontProcess): New function.
14412 (mac_initialize): Call MakeMeTheFrontProcess.
14413
14414 * s/darwin.h: Define select to sys_select.
14415
14416 2002-08-09 Richard M. Stallman <rms@gnu.org>
14417
14418 * keyboard.c (make_lispy_event): Test WINDOWSNT, not WINDOWS_NT.
14419
14420 2002-08-09 Gerd Moellmann <gerd.moellmann@t-online.de>
14421
14422 * xdisp.c (forward_to_next_line_start): Return 0 when reaching the
14423 end of the buffer.
14424
14425 2002-08-08 Ken Raeburn <raeburn@mit.edu>
14426
14427 * coding.c (Ffind_operation_coding_system): Fix Lisp_Object/int mixup.
14428
14429 * puresize.h (BASE_PURESIZE): Increase to 910000.
14430
14431 2002-08-08 Kenichi Handa <handa@etl.go.jp>
14432
14433 * coding.c (Ffind_operation_coding_system): For write-region, if
14434 VISIT is a filename, make it the target.
14435
14436 2002-08-07 Richard M. Stallman <rms@gnu.org>
14437
14438 * alloc.c (mark_object): Detect long lists for debugging.
14439 (mark_object_loop_halt): New variable.
14440
14441 * s/hpux10.h (C_SWITCH_SYSTEM): #undef it.
14442
14443 * data.c (Fmake_variable_frame_local): Doc fix.
14444
14445 2002-08-01 David Ponce <david@dponce.com>
14446
14447 * w32menu.c (local_heap, local_alloc, local_free): New macros.
14448 (malloc_widget_value, free_widget_value)
14449 (w32_free_submenu_strings): Use them.
14450
14451 (push_submenu_start, push_submenu_end, push_left_right_boundary)
14452 (push_menu_pane, push_menu_item, single_keymap_panes)
14453 (single_menu_item, Fx_popup_menu, menubar_selection_callback)
14454 (single_submenu, set_frame_menubar)
14455 (w32_menu_show, w32_dialog_show): Use AREF, ASET, ASIZE.
14456
14457 (Fx_popup_menu): Don't show pop up menu until preceding one is
14458 actually cleaned up. Moved UNGCPRO outside #ifdef HAVE_MENUS block.
14459
14460 * w32menu.c: Changes adapted from xmenu.c
14461 (set_frame_menubar): First parse all submenus,
14462 then make widget_value trees from them.
14463 Don't allocate any widget_value objects
14464 until we are done with the parsing.
14465 (parse_single_submenu): New function.
14466 (digest_single_submenu): New function.
14467 (single_submenu): Function deleted, replaced by those two.
14468
14469 2002-08-04 Andrew Choi <akochoi@shaw.ca>
14470
14471 * macterm.c (XTread_socket): Check that FrontNonFloatingWindow
14472 returns a valid window pointer before proceeding for keyDown and
14473 autoKey events.
14474
14475 2002-08-03 Andrew Choi <akochoi@shaw.ca>
14476
14477 * macterm.c (USE_CARBON_EVENTS): New macro.
14478 (macCtrlKey, macShiftKey, macMetaKey, macAltKey): New macros.
14479 (x_iconify_frame): Call CollapseWindow.
14480 (Vmac_reverse_ctrl_meta): New variable.
14481 (Vmac_wheel_button_is_mouse_2): New variable.
14482 (init_mac_drag_n_drop): New function.
14483 (mac_do_receive_drag): New function.
14484 (mac_handle_service_event): New function.
14485 (init_service_handler): New function.
14486 (mac_to_emacs_modifiers): New function.
14487 (mac_event_to_emacs_modifiers): New function.
14488 (mac_get_mouse_btn): New function.
14489 (mac_convert_event_ref): New function.
14490 (XTread_socket) [USE_CARBON_EVENTS]: Call ReceiveNextEvent,
14491 SendEventToEventTarget, mac_event_to_emacs_modifiers, and
14492 mac_get_mouse_btn.
14493 (mac_initialize): Call init_mac_drag_n_drop and init_service_handler.
14494
14495 * keyboard.c: Define Qmouse_wheel, mouse_wheel_syms, and
14496 lispy_mouse_wheel_names for MAC_OSX as well as for WINDOWS_NT.
14497 (kbd_buffer_get_event): Set used_mouse_menu for MENU_BAR_EVENT and
14498 TOOL_BAR_EVENT for MAC_OS as well.
14499 (make_lispy_event): Handle MOUSE_WHEEL_EVENT for MAC_OSX as well
14500 as for WINDOWS_NT.
14501 (syms_of_keyboard): Initialize Qmouse_wheel for MAC_OSX.
14502
14503 * termhooks.h (event_kind): Define MOUSE_WHEEL_EVENT also for MAC_OSX.
14504
14505 2002-08-03 Gerd Moellmann <gerd.moellmann@t-online.de>
14506
14507 * xdisp.c (forward_to_next_line_start): Fix a condition that
14508 lead to a newline being skipped.
14509
14510 2002-08-02 Andrew Choi <akochoi@shaw.ca>
14511
14512 * mac.c (syms_of_mac): Defsubr Sx_selection_exists_p.
14513
14514 2002-08-01 Richard M. Stallman <rms@gnu.org>
14515
14516 * Makefile.in (SOME_MACHINE_OBJECTS): Add fontset.o.
14517
14518 2002-07-31 Andrew Choi <akochoi@shaw.ca>
14519
14520 * macfns.c: #undef init_process before #define-ing it.
14521
14522 * s/darwin.h: Define MAC_OS, SYMS_SYSTEM, and OTHER_FILES only if
14523 HAVE_CARBON is defined.
14524
14525 2002-07-31 Richard M. Stallman <rms@gnu.org>
14526
14527 * xmenu.c (set_frame_menubar): First parse all submenus,
14528 then make widget_value trees from them.
14529 Don't allocate any widget_value objects
14530 until we are done with the parsing.
14531 (parse_single_submenu): New function.
14532 (digest_single_submenu): New function.
14533 (single_submenu): Function deleted, replaced by those two.
14534
14535 2002-07-30 Juanma Barranquero <lektu@terra.es>
14536
14537 * w32proc.c (syms_of_ntproc): Fix docstring of
14538 `w32-get-true-file-attributes'.
14539
14540 2002-07-28 Richard M. Stallman <rms@gnu.org>
14541
14542 * s/hpux8.h (HPUX8): Define this before including hpux.h.
14543 (HAVE_SYS_WAIT_H): #define deleted; we let Autoconf decide.
14544
14545 * s/hpux.h (HAVE_SYS_WAIT_H): The #undef is conditional on HPUX8.
14546
14547 * keyboard.c (make_lispy_event):
14548 Use #ifdef to test USE_TOOLKIT_SCROLL_BARS.
14549 Explicitly clear up_modifier in event->modifiers.
14550
14551 2002-07-27 Richard M. Stallman <rms@gnu.org>
14552
14553 * xterm.h (FRAME_CURSOR_WIDTH): New macro.
14554
14555 * xterm.c (x_display_and_set_cursor): Check FRAME_CURSOR_WIDTH
14556 for bar cursor.
14557
14558 2002-07-26 Kenichi Handa <handa@etl.go.jp>
14559
14560 * coding.c (detect_coding_iso2022): While checking a byte sequence
14561 for CODING_CATEGORY_MASK_ISO_8_2, if we read one extra byte, check
14562 it in the normal loop.
14563
14564 2002-07-24 Gerd Moellmann <gerd.moellmann@t-online.de>
14565
14566 * xterm.c (expose_overlaps): New function.
14567 (expose_window): Use it to fix the display of overlapping rows.
14568
14569 * xdisp.c (unwind_redisplay): Clear redisplay_updating_p.
14570
14571 2002-07-23 Ken Raeburn <raeburn@gnu.org>
14572
14573 * lisp.h (XPNTR): Use NO_UNION_TYPE version for union as well,
14574 since it only depends on XUINT.
14575
14576 * m/alpha.h (BITS_PER_LONG, BITS_PER_EMACS_INT, EMACS_INT,
14577 EMACS_UINT, SPECIAL_EMACS_INT, DATA_SEG_BITS,
14578 PNTR_COMPARISON_TYPE, VALBITS, MARKBIT, XINT, XUINT, XPNTR):
14579 Macros deleted.
14580
14581 * mem-limits.h (start_of_data): If DATA_START is defined, prefer
14582 its value over other approaches.
14583 * sysdep.c (start_of_data): Don't define the function if a macro
14584 form has been defined.
14585
14586 2002-07-23 Gerd Moellmann <gerd.moellmann@t-online.de>
14587
14588 * xdisp.c (redisplay_updating_p): New variable.
14589 (init_iterator): Don't free realized faces when
14590 redisplay_updating_p is set.
14591 (redisplay_internal): Set redisplay_updating_p while updating
14592 the display.
14593
14594 2002-07-23 Richard M. Stallman <rms@gnu.org>
14595
14596 * editfns.c (Fmessage): Treat "" like nil.
14597
14598 2002-07-23 Kenichi Handa <handa@etl.go.jp>
14599
14600 * xdisp.c (face_before_or_after_it_pos):
14601 Call FETCH_MULTIBYTE_CHAR with byte postion, not char position.
14602
14603 2002-07-22 Juanma Barranquero <lektu@terra.es>
14604
14605 * callproc.c (init_callproc) [DOS_NT]:
14606 Initialize Vshared_game_score_directory to nil.
14607 (syms_of_callproc) [DOS_NT]: Likewise.
14608
14609 2002-07-22 Gerd Moellmann <gerd.moellmann@t-online.de>
14610
14611 * xdisp.c (display_line): Replace an abort with xassert.
14612
14613 2002-07-21 Richard M. Stallman <rms@gnu.org>
14614
14615 * xdisp.c (redisplay_window): Don't test BEG_UNCHANGED
14616 and END_UNCHANGED when setting buffer_unchanged_p.
14617 Use current_matrix_up_to_date_p to decide whether to use
14618 try_cursor_movement.
14619
14620 * config.in (HAVE_SHARED_GAME_DIR): Undef deleted.
14621
14622 * epaths.in (PATH_GAME): New macro, edited by ../Makefile.in.
14623
14624 * callproc.c (init_callproc): Set up Vshared_game_score_directory.
14625 Set to nil if dir does not exist.
14626 (syms_of_callproc): Init unconditionally and simply.
14627
14628 * buffer.c (Fbuffer_list): Doc fix.
14629
14630 2002-07-21 Ken Raeburn <raeburn@gnu.org>
14631
14632 * sysdep.c (end_of_text, end_of_data): Unused functions deleted.
14633
14634 * buffer.c (mmap_realloc): When shrinking, make sure number of
14635 pages to unmap is rounded towards zero.
14636
14637 * m/mips-siemens.h (XSETUINT, XSETPNTR): Unused macros deleted.
14638 (XSETINT): Deleted.
14639
14640 * m/att3b.h (XINT): Don't define.
14641 (VALBITS, VALMASK, XTYPE): Deleted.
14642 (DATA_SEG_BITS): Define.
14643 * m/gec63.h (VALBITS, VALAMASK, XTYPE, XSETTYPE, XPNTR, XSET,
14644 ARRAY_MARK_FLAG): Deleted.
14645 (DATA_SEG_BITS): Define.
14646 * m/pfa50.h (VALBITS, VALMASK, XTYPE): Deleted.
14647 (DATA_SEG_BITS): Define.
14648
14649 2002-07-20 Richard M. Stallman <rms@gnu.org>
14650
14651 * print.c (print_error_message): New args CONTEXT and CALLER.
14652 Calls changed.
14653
14654 * lisp.h (print_error_message): Declare new args.
14655
14656 * keyboard.c (cmd_error_internal): Pass Vsignaling_function
14657 and CONTEXT to print_error_message, don't print them here.
14658 For a Quit, don't use Vsignaling_function.
14659 Call message_log_maybe_newline.
14660
14661 * Makefile.in (xsmfns.o): Don't depend on lisp.h.
14662
14663 2002-07-20 Kim F. Storm <storm@cua.dk>
14664
14665 * xdisp.c (redisplay_window): Test MODIFF to set buffer_unchanged_p.
14666
14667 2002-07-19 Ken Raeburn <raeburn@gnu.org>
14668
14669 * bytecode.c (struct byte_stack): Pointers into byte string now
14670 point to const.
14671 * callproc.c (Fcall_process): Make NEW_ARGV array hold pointer to
14672 const.
14673 * charset.h (BCOPY_SHORT): Source pointer now points to const.
14674 * coding.c (encode_eol, detect_coding, detect_eol):
14675 (decode_coding, encode_coding, detect_coding_system):
14676 Source strings now treated as const.
14677 (decode_coding_string, encode_coding_string): Use STRING_COPYIN to
14678 modify Lisp string contents.
14679 * coding.h (decode_coding, encode_coding, detect_coding,
14680 detect_eol): Declarations updated.
14681 * composite.c (compose_chars_in_text): Treat Lisp string contents
14682 as const.
14683 * dispnew.c (safe_bcopy): Source pointer now points to const.
14684 * lisp.h (STRING_COPYIN): New macro.
14685 (detect_coding_system, safe_bcopy, temp_output_buffer_setup):
14686 (internal_with_output_to_temp_buffer): Declarations updated.
14687 * print.c (temp_output_buffer_setup):
14688 (internal_with_output_to_temp_buffer): Buffer name argument is now
14689 pointer to const.
14690 * sound.c (struct sound_device): Function pointer field "write"
14691 buffer argument now points to const.
14692 (vox_write): Buffer argument points to const.
14693 * syntax.c (Fstring_to_syntax, skip_chars): Treat Lisp string
14694 contents as const.
14695 * sysdep.c (emacs_write): Buffer pointer now const.
14696 * term.c (encode_terminal_code): Buffer pointer now const.
14697 * xfaces.c (may_use_scalable_font_p): Argument now points to const.
14698 (x_face_list_fonts, x_update_menu_appearance):
14699 (hash_string_case_insensitive): Treat Lisp string contents as const.
14700
14701 2002-07-19 Juanma Barranquero <lektu@terra.es>
14702
14703 * xdisp.c (syms_of_xdisp): Remove redundant deprecation info.
14704
14705 * fileio.c (syms_of_fileio): Likewise.
14706 (Ffile_name_as_directory): Fix argument name in docstring.
14707 (file_name_as_directory): Use literal '/' instead of DIRECTORY_SEP.
14708
14709 2002-07-18 Richard M. Stallman <rms@gnu.org>
14710
14711 * data.c (Fdefalias): Doc fix.
14712
14713 2002-07-17 Dave Love <fx@gnu.org>
14714
14715 * intervals.h (text_property_stickiness): Use P_.
14716
14717 * ccl.c: Remove `emacs' conditionals.
14718 (ccl_backtrace_table): Fix size spec.
14719 (ccl_driver): Fix type errors.
14720
14721 2002-07-16 Ken Raeburn <raeburn@gnu.org>
14722
14723 * alloc.c (xstrdup, make_string, make_unibyte_string)
14724 (make_multibyte_string, build_string): String pointer args now
14725 point to const.
14726 * charset.c (find_charset_in_text, c_string_width):
14727 (chars_in_text, multibyte_chars_in_text, parse_str_as_multibyte):
14728 * fileio.c (report_file_error):
14729 * insdel.c (copy_text, count_size_as_multibyte, insert_1):
14730 (count_combining_before, count_combining_after, insert_1_both):
14731 (insert, insert_and_inherit, insert_string):
14732 (insert_before_markers, insert_before_markers_and_inherit):
14733 * lread.c (intern, oblookup, hash_string):
14734 * minibuf.c (temp_echo_area_glyphs):
14735 * search.c (fast_c_string_match_ignore_case):
14736 * sysdep.c (emacs_open, set_file_times):
14737 * xfaces.c (xstricmp):
14738 * xdisp.c (store_frame_title, string_char_and_length):
14739 (message_dolog, message2, message2_nolog, set_message): Likewise.
14740 (set_message_1): Cast message string argument to const pointer.
14741 * editfns.c (general_insert_function): Insertion function now
14742 takes pointer to const for input data.
14743 * charset.h (find_charset_in_text, c_string_width):
14744 (parse_str_as_multibyte): Declarations updated.
14745 * dispextern.h (xstricmp): Declaration updated.
14746 * lisp.h (chars_in_text, multibyte_chars_in_text, copy_text):
14747 (count_size_as_multibyte, count_combining_before):
14748 (count_combining_after, insert_1, insert_1_both, message_dolog):
14749 (insert, insert_and_inherit, insert_before_markers)
14750 (insert_before_markers_and_inherit, set_message, message2):
14751 (message2_dolog, build_string, make_string, make_unibyte_string):
14752 (make_multibyte_string, intern, oblookup, report_file_error):
14753 (fast_c_string_match_ignore_case, temp_echo_area_glyphs):
14754 (emacs_open, xstrdup): Declarations updated.
14755 * systime.h (set_file_times): Declaration updated.
14756
14757 * charset.c (find_charset_in_text, lisp_string_width): Use const
14758 for pointer to lisp string data.
14759 * charset.h (FETCH_STRING_CHAR_ADVANCE):
14760 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK):
14761 * coding.c (Ffind_coding_systems_region_interval):
14762 * fileio.c (Ffile_name_directory, Ffile_name_nondirectory):
14763 (Fmake_directory_internal, Fdelete_directory):
14764 (Ffile_name_absolute_p, Fwrite_region, double_dollars):
14765 * fontset.c (font_family_registry, fs_query_fontset):
14766 (list_fontsets):
14767 * frame.c (Fframe_parameter):
14768 * keyboard.c (cmd_error_internal):
14769 * keymap.c (Fdescribe_buffer_bindings):
14770 * lread.c (complete_filename_p, openp):
14771 * minibuf.c (Fminibuffer_complete_word):
14772 * xdisp.c (string_pos_nchars_ahead, init_from_display_pos):
14773 (face_before_or_after_it_pos, next_element_from_string):
14774 (get_overlay_arrow_glyph_row, display_mode_element):
14775 (decode_mode_spec_coding):
14776 * xterm.c (same_x_server): Likewise.
14777
14778 * buffer.c (reset_buffer_local_variables): Delete "#if 0"
14779 settings of non-existent fields.
14780
14781 * editfns.c (Fstring_to_char): Don't use XSTRING/XSETSTRING to
14782 copy a lisp value.
14783
14784 * lread.c (Fintern_soft): Use string macros instead of
14785 Lisp_String fields.
14786 * keyboard.c (echo_char, parse_modifiers_uncached):
14787 (parse_solitary_modifier, Fexecute_extended_command): Likewise.
14788 * textprop.c (validate_interval_range, interval_of): Likewise.
14789
14790 * fontset.c (Fset_fontset_font): Use SDATA instead of XSTRING()->data.
14791
14792 * charset.h (FETCH_STRING_CHAR_ADVANCE)
14793 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SBYTES instead of
14794 XSTRING()->size_byte.
14795
14796 * lisp.h (SDATA, SREF): Produce rvalue.
14797 (SSET): New macro.
14798 * alloc.c (make_event_array): Use SSET for storing into a string.
14799 * buffer.c (Fother_buffer): Use SREF when retrieving a byte from
14800 a string.
14801 * casefiddle.c (casify_object): Use SSET.
14802 * charset.h (FETCH_STRING_CHAR_ADVANCE)
14803 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA when getting
14804 address of string contents.
14805 * data.c (Faref): Use SDATA.
14806 (Faset): Use SDATA, SSET.
14807 * dired.c (directory_files_internal): Use SSET.
14808 * fileio.c (Fmake_symbolic_link, Fexpand_file_name): Use SSET.
14809 (Fread_file_name): Use SREF, SSET.
14810 * fns.c (concat): Use SSET.
14811 (concat, Fdelete): Use SDATA.
14812 * insdel.c (insert_from_string_1): Use SDATA.
14813 * keyboard.c (Fevent_convert_list): Use SREF.
14814 * lread.c (Fload): Use SDATA, SSET.
14815 * macfns.c (validate_x_resource_name): Use SSET.
14816 * process.c (status_message): Use SSET.
14817 * search.c (wordify): Use SDATA.
14818 (Freplace_match): Use SREF.
14819 * w32fns.c (validate_x_resource_name): Use SSET.
14820 * xfns.c (validate_x_resource_name): Use SSET.
14821 * xterm.c (x_catch_errors, x_clear_errors): Use SSET.
14822
14823 2002-07-16 Richard M. Stallman <rms@gnu.org>
14824
14825 * s/hpux11.h (USG_SUBTTY_WORKS): Defined.
14826
14827 * xdisp.c (reconsider_clip_changes):
14828 Don't test prevent_redisplay_optimizations_p.
14829 (redisplay_internal): Test prevent_redisplay_optimizations_p
14830 along with clip_changed in some cases.
14831 (try_window_id): Likewise.
14832 (redisplay_window): New local var buffer_unchanged_p.
14833
14834 * keyboard.c (cmd_error) [HAVE_X_WINDOWS]: Maybe call cancel_houglass.
14835
14836 * process.c (create_process): Test USG_SUBTTY_WORKS.
14837 (process_send_signal): Clean up handling of GID.
14838 Detect errors in ioctls meant to set GID.
14839
14840 * window.c (temp_output_buffer_show):
14841 Don't set prevent_redisplay_optimizations_p.
14842
14843 2002-07-15 Juanma Barranquero <lektu@terra.es>
14844
14845 * eval.c (Fdefvaralias): Add docstring argument.
14846
14847 2002-07-15 Ken Raeburn <raeburn@gnu.org>
14848
14849 * lisp.h (STRING_INTERVALS): Produce rvalue.
14850 (STRING_SET_INTERVALS): New macro.
14851 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Use it.
14852 * fns.c (Fstring_as_multibyte): Likewise.
14853 * intervals.c (balance_possible_root_interval, delete_interval)
14854 (create_root_interval, copy_intervals_to_string): Likewise.
14855 * textprop.c (set_text_properties): Likewise. Use NULL_INTERVAL
14856 instead of 0.
14857
14858 2002-07-14 Ken Raeburn <raeburn@gnu.org>
14859
14860 * lisp.h (STRING_SET_CHARS): New macro.
14861 (SCHARS, SBYTES): Produce rvalues.
14862 * dired.c (directory_files_internal): Use STRING_SET_CHARS.
14863 * fns.c (concat): Likewise.
14864 * lread.c (read_vector): Likewise.
14865
14866 * lisp.h (SMBP): Delete. All uses changed to STRING_MULTIBYTE.
14867 (STRING_SET_UNIBYTE): New macro.
14868 (SET_STRING_BYTES): Delete. Callers (all of which supplied a
14869 length of -1) changed to use STRING_SET_UNIBYTE.
14870 * abbrev.c, alloc.c, buffer.c, bytecode.c, callint.c, callproc.c,
14871 casefiddle.c, category.c, ccl.c, charset.c, charset.h, coding.c,
14872 composite.c, data.c, dired.c, dispnew.c, disptab.h, doc.c,
14873 dosfns.c, editfns.c, emacs.c, eval.c, fileio.c, filelock.c, fn.c,
14874 fontset.c, frame.c, indent.c, insdel.c, intervals.c, keyboard.c,
14875 keymap.c, lread.c, mac.c, macfns.c, macmenu.c, macterm.c,
14876 minibuf.c, msdos.c, print.c, process.c, search.c, sound.c,
14877 sunfns.c, syntax.c, syntax.h, sysdep.c, textprop.c, undo.c,
14878 w16select.c, w32.c, w32fns.c, w32menu.c, w32proc.c, w32select.c,
14879 w32term.c, window.c, xdisp.c, xfaces.c, xfns.c, xmenu.c,
14880 xselect.c, xsmfns.c, xterm.c: Most uses of XSTRING combined with
14881 STRING_BYTES or indirection changed to SCHARS, SBYTES,
14882 STRING_INTERVALS, SREF, SDATA; explicit size_byte references left
14883 unchanged for now.
14884
14885 2002-07-13 Kim F. Storm <storm@cua.dk>
14886
14887 * keyboard.c (command_loop_1): Invert check on Vmemory_full.
14888
14889 2002-07-12 Richard M. Stallman <rms@gnu.org>
14890
14891 * fileio.c (Fwrite_region): Doc fix.
14892
14893 * print.c (print_error_message): Don't handle Vsignaling_function here.
14894
14895 * keyboard.c (cmd_error_internal): Handle Vsignaling_function here.
14896 (command_loop_1): Avoid certain actions after memory-full error.
14897
14898 * eval.c (Fsignal): Don't call cancel_hourglass.
14899 For a memory-full error, don't call Vsignal_hook_function
14900 and don't set Vsignaling_function.
14901
14902 * process.c (process_send_signal): Add abort call.
14903
14904 2002-07-11 Markus Rost <rost@math.ohio-state.edu>
14905
14906 * keymap.c (Fkey_binding): Fix typo.
14907
14908 2002-07-11 Richard M. Stallman <rms@gnu.org>
14909
14910 * alloc.c (Vmemory_full): New variable.
14911 (Vmemory_signal_data): Rename from memory_signal_data.
14912 Uses changed.
14913 (syms_of_alloc): Defvar them.
14914 (memory_full, buffer_memory_full): Set Vmemory_full.
14915
14916 * lisp.h (Vmemory_full): Add declaration.
14917 (current_column, indented_beyond_p): Change declaration.
14918
14919 * indent.c (last_known_column): Declare as double, not float.
14920 (current_column, current_column_1, string_display_width)
14921 (position_indentation): Return `double'.
14922 (indented_beyond_p): Arg `column' is `double'. Callers changed.
14923
14924 * xdisp.c (message_dolog): Do nothing if Vmemory_full is non-nil.
14925 (back_to_previous_visible_line_start)
14926 (reseat_at_next_visible_line_start, next_element_from_buffer):
14927 Use `double', not `float', when calling indented_beyond_p.
14928
14929 * s/hpux11.h (BROKEN_SA_RESTART): Define.
14930
14931 * sysdep.c (sys_signal): Test BROKEN_SA_RESTART.
14932
14933 2002-07-11 Juanma Barranquero <lektu@terra.es>
14934
14935 * alloc.c, buffer.c, bytecode.c, callint.c, callproc.c, coding.c,
14936 * composite.c, dired.c, dispnew.c, editfns.c, emacs.c, eval.c,
14937 * fileio.c, fns.c, insdel.c, keyboard.c, keymap.c, lread.c, macfns.c,
14938 * macmenu.c, macros.c, minibuf.c, print.c, process.c, sound.c,
14939 * textprop.c, w32fns.c, w32menu.c, window.c, xfaces.c, xfns.c,
14940 * xmenu.c, xselect.c, xterm.c: Use SPECPDL_INDEX wherever makes sense.
14941
14942 2002-07-10 Juanma Barranquero <lektu@terra.es>
14943
14944 * lisp.h (SPECPDL_INDEX): Rename from BINDING_STACK_SIZE.
14945 All callers changed.
14946
14947 2002-07-09 Stefan Monnier <monnier@cs.yale.edu>
14948
14949 * data.c (Fdefalias): Add an optional `docstring' argument.
14950 (set_internal, Fsetq_default): Use XCAR/XCDR.
14951
14952 * composite.c (HASH_VALUE, HASH_KEY):
14953 * ccl.c (HASH_VALUE): Remove (it's in lisp.h now).
14954
14955 2002-07-09 Kenichi Handa <handa@etl.go.jp>
14956
14957 * callproc.c (Fcall_process): Fix previous change.
14958
14959 2002-07-07 Stefan Monnier <monnier@cs.yale.edu>
14960
14961 * minibuf.c (Ftry_completion, Fall_completions, Ftest_completion):
14962 Add support for hash-tables.
14963 (Ftry_completion): Return t even if the string appears multiple times.
14964
14965 * fns.c (Fnconc): Use XCDR.
14966 (Fprovide): Use CONSP and XCDR.
14967 (HASH_KEY, HASH_VALUE, HASH_NEXT, HASH_HASH, HASH_INDEX)
14968 (HASH_TABLE_SIZE): Delete: moved to lisp.h.
14969 (Fmake_hash_table): Accept `:size nil'.
14970 (Fmakehash): Delete: moved to subr.el.
14971 (syms_of_fns): Don't defsubr makehash.
14972
14973 * lisp.h (HASH_KEY, HASH_VALUE, HASH_NEXT, HASH_HASH, HASH_INDEX)
14974 (HASH_TABLE_SIZE): Move from fns.c.
14975
14976 2002-07-07 Richard M. Stallman <rms@gnu.org>
14977
14978 * xdisp.c (make_cursor_line_fully_visible): Don't try short scrolls.
14979 Instead just return 0 when there is something to be done.
14980 (try_scrolling): If make_cursor_line_fully_visible returns 0,
14981 retry scrolling as if cursor were off the bottom.
14982 (try_cursor_movement): If make_cursor_line_fully_visible returns 0,
14983 return CURSOR_MOVEMENT_MUST_SCROLL.
14984 (redisplay_window): If make_cursor_line_fully_visible returns 0,
14985 go to try_to_scroll.
14986
14987 * buffer.c (Fbuffer_local_value): Store current value into its binding
14988 so we get the up-to-date value for the binding that is loaded.
14989
14990 * eval.c (Fdefmacro): Doc fix.
14991
14992 2002-07-05 Dave Love <fx@gnu.org>
14993
14994 * keyboard.c (read_key_sequence): Set initial_idleness_start_time
14995 correctly.
14996
14997 * ccl.c (Vtranslation_hash_table_vector, GET_HASH_TABLE)
14998 (HASH_VALUE, CCL_LookupIntConstTbl, CCL_LookupCharConstTbl): New.
14999 (ccl_driver): Add cases for CCL_LookupIntConstTbl,
15000 CCL_LookupCharConstTbl.
15001 (syms_of_ccl): Defvar translation-hash-table-vector.
15002
15003 2002-07-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15004
15005 * xdisp.c: Remove unused variable `face'.
15006
15007 2002-07-04 Juanma Barranquero <lektu@terra.es>
15008
15009 * keyboard.c (post_command_idle_hook): Remove redundant (and inexact)
15010 obsolescence information.
15011
15012 2002-07-03 Andrew Choi <akochoi@shaw.ca>
15013
15014 * macterm.c (x_list_fonts): Fix comment. Cache fonts matching
15015 pattern. Search cache first.
15016 (init_font_name_table): Also add entry for jisx0201.1976-0 coding
15017 for Japanese font.
15018 (XLoadQueryFont): Use it.
15019
15020 2002-07-02 Richard M. Stallman <rms@gnu.org>
15021
15022 * keymap.c (Fdefine_key): Doc fix.
15023
15024 * xterm.c (x_term_init): Turn off polling around XtOpenDisplay.
15025
15026 2002-07-02 Juanma Barranquero <lektu@terra.es>
15027
15028 * keymap.c (syms_of_keymap): Fix typo.
15029
15030 2002-07-01 Andrew Choi <akochoi@shaw.ca>
15031
15032 * s/darwin.h: Define POSIX_SIGNALS.
15033
15034 * macterm.c (do_ae_open_documents) [MAC_OSX]: Call FSpMakeFSRef
15035 and FSRefMakePath to convert FSSpec returned with Apple Event to
15036 Posix pathname.
15037 (mac_initialize) [TARGET_API_MAC_CARBON]:
15038 Call init_required_apple_events and disable the `Quit' menu item
15039 provided automatically by the Carbon Toolbox.
15040
15041 2002-07-01 Dave Love <fx@gnu.org>
15042
15043 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
15044 for K&R.
15045
15046 * xterm.c: Fix prototype for K&R.
15047
15048 * term.c (costs_set): Declare static, non-initialized for pcc.
15049
15050 2002-07-01 Richard M. Stallman <rms@gnu.org>
15051
15052 * keyboard.c (timer_last_idleness_start_time): New variable.
15053 (timer_start_idle): Set that.
15054 (read_key_sequence): Use that to reset timer_idleness_start_time
15055 to previous value.
15056
15057 * window.c (Frecenter): With arg, set optional_new_start.
15058
15059 * xdisp.c (redisplay_internal): Make optional_new_start really work.
15060
15061 * minibuf.c (Fminibuffer_complete_and_exit): Move to end of
15062 buffer for completion.
15063
15064 2002-06-29 Ken Raeburn <raeburn@gnu.org>
15065
15066 * xdisp.c (store_mode_line_string): Lisp_Object/int mixup.
15067
15068 2002-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15069
15070 * keyboard.c (readable_filtered_events): New function that filters
15071 FOCUS_IN_EVENT depending on parameter.
15072 (readable_events): Calls readable_filtered_events, not filtering
15073 FOCUS_IN_EVENT.
15074 (get_filtered_input_pending): New function, filtering parameter passed
15075 to readable_filtered_events.
15076 (get_input_pending): Calls get_filtered_input_pending, not filtering
15077 FOCUS_IN_EVENT.
15078 (Finput_pending_p): Calls get_filtered_input_pending, DO filter
15079 FOCUS_IN_EVENT.
15080
15081 * xterm.h (struct x_output): Add focus_state.
15082
15083 * xterm.c (x_focus_changed): New function.
15084 (x_detect_focus_change): New function.
15085 (XTread_socket): Call x_detect_focus_change for FocusIn/FocusOut
15086 EnterNotify and LeaveNotify to track X focus changes.
15087
15088 2002-06-28 Andreas Schwab <schwab@suse.de>
15089
15090 * lisp.h: Remove duplicate declaration of code_convert_string_norecord.
15091
15092 2002-06-27 Kim F. Storm <storm@cua.dk>
15093
15094 * xdisp.c (mode_line_string_list, mode_line_string_face)
15095 (mode_line_string_face_prop): New variables.
15096 (store_mode_line_string): New function.
15097 (display_mode_element): Use store_mode_line_string to
15098 add mode-line string elements to mode_line_string_list
15099 when mode_line_string_list is non-nil.
15100 (Fformat_mode_line): Now returns propertized string by
15101 default. New arg NO-PROPS to ignore properties.
15102 (decode_mode_spec): Only add two dashes for %- in propertized
15103 mode-line string.
15104 (syms_of_xdisp): Init and staticpro mode_line_string_list.
15105
15106 2002-06-27 Stefan Monnier <monnier@cs.yale.edu>
15107
15108 * minibuf.c (minibuffer_completion_contents): Add return type.
15109
15110 2002-06-27 Juanma Barranquero <lektu@terra.es>
15111
15112 * charset.c (Fchar_bytes): Remove obsolescence info from docstring.
15113
15114 2002-06-26 Juanma Barranquero <lektu@terra.es>
15115
15116 * fileio.c (read_file_name_cleanup): Add missing return.
15117
15118 2002-06-26 Richard M. Stallman <rms@gnu.org>
15119
15120 * window.c (Frecenter): Don't set force_start flag.
15121
15122 * minibuf.c (do_completion, Fminibuffer_complete_word)
15123 (Fminibuffer_completion_help): Complete just the text before point.
15124 (minibuffer_completion_contents): New function.
15125
15126 * buffer.c (Fbury_buffer): Use frames_discard_buffer.
15127
15128 * frame.c (frames_bury_buffer): Function deleted.
15129
15130 2002-06-25 Miles Bader <miles@gnu.org>
15131
15132 * callint.c (Fcall_interactively): When checking to see if doprnt hit
15133 the end of callint_message, allow for a terminating '\0'.
15134
15135 2002-06-24 Juanma Barranquero <lektu@terra.es>
15136
15137 * w32select.c: Include composite.h.
15138
15139 * w16select.c: Likewise.
15140
15141 2002-06-24 Kenichi Handa <handa@etl.go.jp>
15142
15143 * callproc.c (Fcall_process): If code detection is necessary,
15144 call detect_coding directly here.
15145
15146 * coding.c (detect_eol): Preserve coding->cmp_data.
15147
15148 * w16select.c (Fw16_get_clipboard_data):
15149 * w32fns.c (w32_to_x_font):
15150 * w32select.c (Fw32_get_clipboard_data):
15151 * xselect.c (selection_data_to_lisp_data):
15152 * xterm.c (XTread_socket): Disable composition handling.
15153
15154 2002-06-24 Stefan Monnier <monnier@cs.yale.edu>
15155
15156 * print.c (temp_output_buffer_setup): Kill all local variables.
15157
15158 2002-06-22 Stefan Monnier <monnier@cs.yale.edu>
15159
15160 * lread.c (Fread): Remove redundant and imprecise declaration.
15161
15162 * xfns.c (check_x_display_info): Use check_x_frame.
15163
15164 * .gdbinit (xprintsym): Use the new `xname' field.
15165 (xsymbol): Use it.
15166
15167 2002-06-22 Jason Rumney <jasonr@gnu.org>
15168
15169 * w32fns.c (file_dialog_callback): New function.
15170 (Fx_file_dialog): Allow selecting directories as well as files.
15171
15172 2002-06-21 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15173
15174 * m/pmax.h (START_FILES): Define START_FILES for NetBSD and
15175 OpenBSD. Add support for mipseb-*-netbsd* machines.
15176
15177 2002-06-17 Andrew Choi <akochoi@shaw.ca>
15178
15179 * macterm.c (mac_scroll_area): Set foreground and backcolor to
15180 black and white before scrolling. Restore frame background and
15181 foreground color after scrolling.
15182 (do_window_update): Call XClearWindow before calling expose_frame.
15183 (make_mac_frame): Don't set FRAME_BACKGROUND_PIXEL and
15184 FRAME_FOREGROUND_PIXEL of frame.
15185
15186 * macterm.c (XTread_socket): If Vmac_command_key_is_meta is nil,
15187 test Mac command key as <ALT> key.
15188
15189 2002-06-17 Stefan Monnier <monnier@cs.yale.edu>
15190
15191 * window.c (Fset_window_configuration): Lisp_Object/int mixup.
15192
15193 * keyboard.c (read_key_sequence): Be more careful with first_unbound.
15194 Lookup keys in function-key-map immediately so that key-translation-map
15195 can be applied earlier.
15196 Remove function_key_possible and key_translation_possible, replaced
15197 by checking `keytran_start < t'.
15198
15199 * .gdbinit (xsymbol): Use the new `xname' field.
15200
15201 2002-06-17 Andrew Choi <akochoi@shaw.ca>
15202
15203 * macterm.c (XTread_socket): If Vmac_command_key_is_meta is nil,
15204 test Mac command key as <ALT> key.
15205
15206 * mac.c (do_applescript): Call initialize_applescript if necessary
15207 when first called. Dispose of result_desc only when there is no error.
15208 (Fdo_applescript): Use %d format specifier instead of %ld.
15209
15210 2002-06-16 Andrew Choi <akochoi@shaw.ca>
15211
15212 * macterm.c (XTread_socket): Call FrontNonFloatingWindow instead
15213 of FrontWindow for cases keyDown and autoKey.
15214
15215 * fontset.c (syms_of_fontset) [MAC_OS]: Set ASCII font of
15216 Vdefault_fontset to Monaco with mac-roman coding.
15217
15218 * mac.c, macfns.c, macmenu.c, macterm.c: Undefine and redefine
15219 init_process before and after inclusion of Carbon/Carbon.h, resp.
15220
15221 * macterm.c (x_new_font): Set font for normal_gc, reverse_gc, and
15222 cursor_gc.
15223 (add_font_name_table_entry): New function.
15224 (init_font_name_table): Use add_font_name_table_entry; add italic,
15225 bold, and bold-italic entries for truetype fonts.
15226
15227 * xfaces.c (init_frame_faces) [MAC_OS]: Call realize_basic_faces
15228 for Mac too.
15229 (try_font_list) [MAC_OS]: If no font matches given registry, try
15230 fonts with any registry matching face_family.
15231 (realize_x_face) [MAC_OS]: Remove old ad-hoc fix to load font here.
15232
15233 * s/darwin.h: If autoconf detects the Ncurses library, define
15234 LIBS_TERMCAP to -lncurses to use it.
15235
15236 2002-06-16 Eli Zaretskii <eliz@is.elta.co.il>
15237
15238 * strftime.c [__hpux]: Include sys/_mbstate_t.h.
15239
15240 2002-06-15 Richard M. Stallman <rms@gnu.org>
15241
15242 * window.c (Fset_window_configuration): Explicitly preserve
15243 the point value that new_current_buffer had at the start.
15244
15245 2002-06-14 Juanma Barranquero <lektu@terra.es>
15246
15247 * composite.c (Fcompose_region_internal, Fcompose_string_internal):
15248 Fix typos.
15249
15250 2002-06-14 Kim F. Storm <storm@cua.dk>
15251
15252 * insdel.c (insert_1_both, insert_from_string_1)
15253 (insert_from_buffer_1): Recalculate END_UNCHANGED in case the
15254 insert happened in the end_unchanged region. Otherwise, the
15255 redisplay may be confused and duplicate the last line in the
15256 buffer [seen after save-buffer when require-final-newline==t].
15257
15258 2002-06-13 Jason Rumney <jasonr@gnu.org>
15259
15260 * w32.c (init_environment): Remove EMACSLOCKDIR.
15261 (stat): Swap _S_IFDIR and _S_IFREG.
15262
15263 2002-06-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15264
15265 * keyboard.c, macterm.c, macmenu.c, msdos.c, sysdep.c
15266 * termhooks.h, xmenu.c, xsmfns.c, xterm.h, xterm.c, w32term.c,
15267 * w32menu.c, w32inevt.c: Rename enum event_kind as follows:
15268 ascii_keystroke to ASCII_KEYSTROKE_EVENT, multibyte_char_keystroke
15269 to MULTIBYTE_CHAR_KEYSTROKE_EVENT, non_ascii_keystroke to
15270 NON_ASCII_KEYSTROKE_EVENT, timer_event to TIMER_EVENT, mouse_click
15271 to MOUSE_CLICK_EVENT, mouse_wheel to MOUSE_WHEEL_EVENT,
15272 language_change_event to LANGUAGE_CHANGE_EVENT, scroll_bar_click
15273 to SCROLL_BAR_CLICK_EVENT, w32_scroll_bar_click to
15274 W32_SCROLL_BAR_CLICK_EVENT, selection_request_event to
15275 SELECTION_REQUEST_EVENT, selection_clear_event to
15276 SELECTION_CLEAR_EVENT, buffer_switch_event to BUFFER_SWITCH_EVENT,
15277 delete_window_event to DELETE_WINDOW_EVENT, iconify_event to
15278 ICONIFY_EVENT, deiconify_event to DEICONIFY_EVENT,
15279 menu_bar_activate_event to MENU_BAR_ACTIVATE_EVENT, drag_n_drop to
15280 DRAG_N_DROP_EVENT, save_session_event to SAVE_SESSION_EVENT and
15281 no_event to NO_EVENT.
15282
15283 2002-06-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15284
15285 * macmenu.c: Remove declaration of Qmouse_click and Qevent_kind.
15286
15287 2002-06-12 Stefan Monnier <monnier@cs.yale.edu>
15288
15289 * intervals.c (textget): Don't forget to `return'.
15290 (lookup_char_property): Use XCAR/XCDR.
15291
15292 2002-06-12 Juanma Barranquero <lektu@terra.es>
15293
15294 * xdisp.c (Fformat_mode_line): Fix typo.
15295
15296 2002-06-12 Kim F. Storm <storm@cua.dk>
15297
15298 * xdisp.c (Fformat_mode_line): New function.
15299 (frame_title_buf, frame_title_buf_end, frame_title_ptr)
15300 (store_frame_title_char, store_frame_title): Use unconditionally.
15301 (init_xdisp): Defsubr Fformat_mode_line.
15302 Initialize frame_title_buf etc. unconditionally.
15303
15304 2002-06-11 Stefan Monnier <monnier@cs.yale.edu>
15305
15306 * keyboard.c (read_key_sequence):
15307 Remove prev_(fkey|keytran}_(map|start|end) since we don't want to pass
15308 things through those maps after downcasing events.
15309 Enforce that keytran_end <= fkey_start, i.e. that key-translation-map
15310 applies after function-key-map.
15311 Make sure that keytran can be done in the middle in the sequence.
15312 Be careful not to throw away events past the one we downcase.
15313
15314 * lread.c (read_integer): Remove unused var `tem'.
15315 (read1): Fix int/Lisp_Object mixup.
15316
15317 * xfaces.c (tty_lookup_color): Type bool/Lisp_Object mismatch fixed.
15318
15319 2002-06-11 Richard M. Stallman <rms@gnu.org>
15320
15321 * keyboard.c (readable_events): Ignore any number of
15322 FOCUS_IN_EVENT events and return 0 if nothing else in buffer.
15323
15324 2002-06-09 Miles Bader <miles@gnu.org>
15325
15326 * xfaces.c (Ftty_supports_face_attributes_p): New function.
15327 (parse_rgb_list, tty_lookup_color): New functions.
15328 (tty_defined_color): Use `tty_lookup_color' to do all the work.
15329 (color_distance, Fcolor_distance): New functions.
15330 (TTY_SAME_COLOR_THRESHOLD): New macro.
15331 (Qtty_color_standard_values): New variable.
15332 (syms_of_xfaces): Initialize new vars & functions.
15333
15334 2002-06-08 Colin Walters <walters@verbum.org>
15335
15336 * textprop.c (Vchar_property_alias_alist): New variable.
15337 (syms_of_textprop) <Vchar_property_alias_alist>: DEFVAR_LISP.
15338
15339 * intervals.c (lookup_char_property): New function for looking up
15340 overlay and text properties, created from textget.
15341 (textget): Use it.
15342
15343 * intervals.h (lookup_char_property): Declare.
15344 (Vchar_property_alias_alist): Declare.
15345
15346 * buffer.c (Foverlay_get): Use lookup_char_property.
15347
15348 2002-06-07 Sam Steingold <sds@gnu.org>
15349
15350 * xselect.c (lisp_data_to_selection_data): Fix last change:
15351 *data_ret is not a Lisp string, while unibyte_string is.
15352
15353 2002-06-07 Eli Zaretskii <eliz@is.elta.co.il>
15354
15355 * xselect.c (lisp_data_to_selection_data): Fix last change:
15356 set size_ret.
15357
15358 2002-06-07 Andreas Schwab <schwab@suse.de>
15359
15360 * m/amdx86-64.h: New file.
15361
15362 2002-06-05 Eli Zaretskii <eliz@is.elta.co.il>
15363
15364 * fns.c (Fstring_make_unibyte): Doc fix.
15365
15366 * xselect.c (lisp_data_to_selection_data): If the requested type
15367 is STRING, call string_make_unibyte to encode the selected text
15368 as a string.
15369
15370 * window.c (Fset_window_hscroll): Doc fix.
15371
15372 2002-06-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15373
15374 * fileio.c (choose_write_coding_system):
15375 Call select-safe-coding-system properly.
15376
15377 2002-06-03 Richard M. Stallman <rms@gnu.org>
15378
15379 * xdisp.c (message_with_string): Error if STRING is not a string.
15380
15381 * fns.c (md5): Pass FILE arg to Vselect_safe_coding_system_function.
15382
15383 * fileio.c (choose_write_coding_system): Pass FILE arg to
15384 Vselect_safe_coding_system_function.
15385
15386 2002-06-03 Ken Raeburn <raeburn@gnu.org>
15387
15388 * buffer.c (fix_overlays_before): Fix list-walking bug in 05-19 change.
15389
15390 2002-06-02 Thien-Thi Nguyen <ttn@gnu.org>
15391
15392 * bytecode.c (Fbyte_code): Cast `current_column' return value to int.
15393 * cmds.c (Fdelete_backward_char, internal_self_insert): Likewise.
15394 * keymap.c (describe_command): Likewise.
15395 * minibuf.c (read_minibuf): Likewise.
15396
15397 * xdisp.c (redisplay_internal, redisplay_window, decode_mode_spec):
15398 Cast `current_column' return value to int.
15399 (back_to_previous_visible_line_start)
15400 (reseat_at_next_visible_line_start, next_element_from_buffer):
15401 Cast `indented_beyond_p' 3rd arg to float.
15402
15403 * indent.c (last_known_column): Now a float.
15404 (current_column_1, position_indentation, current_column)
15405 (string_display_width): Return float.
15406 (Fcurrent_column): Cast `current_column' return value to int.
15407 (Fcurrent_indentation): Cast `position_indentation' retval to int.
15408 (indented_beyond_p): Third arg now a float.
15409 (compute_motion, vmotion): Cast `indented_beyond_p' 3rd arg to float.
15410
15411 * lisp.h (current_column): Now returns float.
15412 (indented_beyond_p): 3rd arg now a float.
15413
15414 2002-05-31 Eli Zaretskii <eliz@is.elta.co.il>
15415
15416 * xfns.c (x_encode_text): Return stringp non-NULL if coding_system
15417 is Qcompound_text_with_extensions.
15418
15419 * xselect.c (lisp_data_to_selection_data): Always set selection
15420 type as string if x_encode_text returns streingp non-NULL.
15421
15422 * s/netbsd.h: Include /usr/pkg in the run time shared library path.
15423
15424 2002-05-30 Richard M. Stallman <rms@gnu.org>
15425
15426 * window.c (Fset_window_configuration): Correct the handling
15427 of point in current buffer, to work with multiple windows.
15428
15429 2002-05-29 Colin Walters <walters@verbum.org>
15430
15431 * lread.c (Fread_from_string): Don't depend on order of evaluation
15432 for C function parameters.
15433
15434 2002-05-28 Richard M. Stallman <rms@gnu.org>
15435
15436 * xterm.c (x_display_and_set_cursor): Change the cursor in the same
15437 way for blinked-off state and for a nonselected window.
15438
15439 * window.c (window_scroll_pixel_based): Don't call Fbolp;
15440 instead, see if the new start pos is at beginning of line.
15441
15442 * fileio.c (Fwrite_region): If START is a string, don't
15443 make any annotations.
15444
15445 * eval.c (syms_of_eval): Doc fix.
15446
15447 2002-05-28 Colin Walters <walters@debian.org>
15448
15449 * emacs.c (USAGE1): Add --no-splash.
15450 (standard_args): Ditto.
15451
15452 2002-05-28 Colin Walters <walters@gnu.org>
15453
15454 * lread.c (readchar_count): New variable.
15455 (readchar): Increment it.
15456 (unreadchar): Decrement it.
15457 (read_multibyte): Decrement it.
15458 (Vread_with_symbol_positions): New variable.
15459 (Vread_symbol_positions_list): New variable.
15460 (read_internal_start): New function, created from Fread and
15461 Fread_from_string. Handle Vread_symbol_positions_list and
15462 Vread_with_symbol_positions.
15463 (readevalloop, Fread, Fread_from_string): Use it.
15464 (read1): Use readchar_count to add symbol positions to
15465 Vread_symbol_positions_list if Vread_with_symbol_positions is non-nil.
15466 (syms_of_lread): DEFVAR_LISP and initialize them.
15467
15468 * lread.c (read0, read1, read_list, read_vector, read_multibyte)
15469 (substitute_object_recurse, substitute_object_in_subtree)
15470 (substitute_in_interval): Prototype.
15471 (read_multibyte): Return c if it's less than zero.
15472
15473 2002-05-28 Kim F. Storm <storm@cua.dk>
15474
15475 * fileio.c (Fread_file_name_internal): Added brute-force
15476 speed up for using predicate file-directory-p.
15477
15478 2002-05-28 Kim F. Storm <storm@cua.dk>
15479
15480 * fileio.c (Vread_file_name_function, Vread_file_name_predicate):
15481 New variables.
15482 (syms_of_fileio): DEFVAR_LISP them.
15483 (read_file_name_cleanup): New unwind function.
15484 (Fread_file_name_internal): Only return completions satifying
15485 Vread_file_name_predicate. Temporarily unwind protect and rebind
15486 default-directory while checking completions against the predicate.
15487 (Fread_file_name): Added PREDICATE argument. Specbind it to
15488 Vread_file_name_predicate during completion.
15489 Call Vread_file_name_function to read the file name if non-nil.
15490
15491 * lisp.h (Fread_file_name): Now has 6 args.
15492
15493 * callint.c (Fcall_interactively) <"D">: Supply Qfile_directory_p
15494 predicate for Fread_file_name when reading directory name.
15495 Supply Qnil for predicate in other calls to Fread_file_name.
15496
15497 2002-05-26 Miles Bader <miles@gnu.org>
15498
15499 * term.c (tty_capable_p): New function.
15500 * dispextern.h (tty_capable_p): New function declaration.
15501 (TTY_CAP_INVERSE, TTY_CAP_UNDERLINE, TTY_CAP_BOLD, TTY_CAP_DIM)
15502 (TTY_CAP_BLINK, TTY_CAP_ALT_CHARSET): New macros.
15503
15504 2002-05-23 Stefan Monnier <monnier@cs.yale.edu>
15505
15506 * fileio.c (read_non_regular, Finsert_file_contents): Use BEG_BYTE.
15507 (Finsert_file_contents, build_annotations): Use XCAR, XCDR.
15508 (Vwrite_region_annotate_functions): Docstring fix.
15509
15510 2002-05-23 Kim F. Storm <storm@cua.dk>
15511
15512 * xterm.c (x_write_glyphs): Clear phys_cursor_on_p if current
15513 phys_cursor's hpos is overwritten. This is still not completely
15514 correct, as it doesn't really make sense to use hpos at all to
15515 get the cursor glyph (as that is relative to the width of the
15516 characters on the line, which may have changed during the update).
15517
15518 2002-05-22 Jason Rumney <jasonr@gnu.org>
15519
15520 * w32fns.c (enumfont_t): Remove tail, make pattern a normal
15521 Lisp_Object.
15522 (enum_font_cb2, enum_font_maybe_add_to_list, w32_list_fonts):
15523 Use modified enumfont_t struct.
15524
15525 * w32term.h (text_cursor_kinds): New enumeration member HBAR_CURSOR.
15526
15527 * w32term.c (x_draw_bar_cursor): New argument KIND; callers changed.
15528 Handle the `hbar' cursor type.
15529 (x_display_and_set_cursor): Handle the HBAR_CURSOR case.
15530
15531 * w32fns.c (Qhbar): New variable.
15532 (x_specified_cursor_type): Use it.
15533
15534 2002-05-21 Ken Raeburn <raeburn@gnu.org>
15535
15536 * w32fns.c (enum_font_maybe_add_to_list): Use XCDR_AS_LVALUE for
15537 now, when the address is needed.
15538
15539 2002-05-21 Colin Walters <walters@gnu.org>
15540
15541 * Makefile.in (shortlisp): Add font-core.el.
15542
15543 2002-05-20 Richard M. Stallman <rms@gnu.org>
15544
15545 * buffer.c (syms_of_buffer) <cursor-type>: Doc fix.
15546
15547 * keyboard.c (read_char_minibuf_menu_prompt): Don't list
15548 equivalent key bindings here.
15549
15550 2002-05-20 Ken Raeburn <raeburn@gnu.org>
15551
15552 Change symbol structure to contain a lisp object for the symbol
15553 name:
15554 * lisp.h (struct Lisp_Symbol): Replace field "name" with a lisp
15555 object field named "xname".
15556 (SYMBOL_NAME): New macro.
15557 * abbrev.c (write_abbrev): Use SYMBOL_NAME instead of XSYMBOL and
15558 name field.
15559 * alloc.c (Fmake_symbol): Set symbol xname field instead of name.
15560 (mark_object, gc_sweep): Use symbol xname field and XSTRING
15561 instead of name field.
15562 * buffer.c (buffer_slot_type_mismatch): Use XSTRING and
15563 SYMBOL_NAME instead of XSYMBOL and name field.
15564 * callint.c (Fcall_interactively): Use XSTRING and SYMBOL_NAME
15565 instead of XSYMBOL and name field.
15566 * charset.c (Fdefine_charset, Fdeclare_equiv_charset): Use XSTRING
15567 and SYMBOL_NAME instead of XSYMBOL and name field.
15568 * coding.c (Fread_coding_system, code_convert_region1)
15569 (code_convert_string1, code_convert_string_norecord)
15570 (Ffind_operation_coding_system): Use SYMBOL_NAME instead of
15571 XSYMBOL and name field.
15572 * data.c (Fkeywordp, Fsymbol_name, store_symval_forwarding)
15573 (Fmake_variable_buffer_local, Fmake_local_variable)
15574 (Fmake_variable_frame_local): Use SYMBOL_NAME and XSTRING instead
15575 of XSYMBOL and name field.
15576 * editfns.c (Fformat): Use SYMBOL_NAME and XSTRING instead of
15577 XSYMBOL and name field.
15578 * emacs.c (shut_down_emacs) [#if 0]: Use SYMBOL_NAME and XSTRING
15579 instead of XSYMBOL and name field.
15580 * eval.c (do_autoload): Use SYMBOL_NAME and XSTRING instead of
15581 XSYMBOL and name field.
15582 * fns.c (Fstring_equal, Fstring_lessp, Frequire, sxhash):
15583 Use SYMBOL_NAME and XSTRING instead of XSYMBOL and name field.
15584 * fontset.c (Fset_fontset_font): Use SYMBOL_NAME and XSTRING
15585 instead of XSYMBOL and name field.
15586 * keyboard.c (echo_char, record_char, parse_modifiers_uncached)
15587 (parse_modifiers, apply_modifiers, Fevent_convert_list)
15588 (parse_solitary_modifier, Fexecute_extended_command):
15589 Use SYMBOL_NAME and XSTRING instead of XSYMBOL and name field.
15590 * keymap.c (silly_event_symbol_error, Fsingle_key_description)
15591 (Fdescribe_buffer_bindings): Use SYMBOL_NAME and XSTRING instead
15592 of XSYMBOL and name field.
15593 (describe_command, describe_translation): Use SYMBOL_NAME and
15594 assignment instead of XSYMBOL and name field and XSETSTRING.
15595 * lread.c (Fintern_soft, oblookup): Use SYMBOL_NAME and XSTRING
15596 instead of XSYMBOL and name field.
15597 (Funintern): Use SYMBOL_NAME and assignment instead of XSYMBOL and
15598 name field and XSETSTRING.
15599 * macfns.c (parse_image_spec): Use SYMBOL_NAME and XSTRING instead
15600 of XSYMBOL and name field.
15601 * minibuf.c (Fread_command, Fread_variable): Use SYMBOL_NAME and
15602 assignment instead of XSYMBOL and name field and XSETSTRING.
15603 * print.c (print_error_message, print_object): Use SYMBOL_NAME and
15604 XSTRING instead of XSYMBOL and name field.
15605 * process.c (set_socket_options, Fsignal_process): Use SYMBOL_NAME
15606 and XSTRING instead of XSYMBOL and name field.
15607 * w32fns.c (parse_image_spec, w32_parse_hot_key): Use SYMBOL_NAME
15608 and XSTRING instead of XSYMBOL and name field.
15609 * xfaces.c (merge_face_vector_with_property): Use SYMBOL_NAME and
15610 XSTRING instead of XSYMBOL and name field.
15611 * xfns.c (parse_image_spec): Use SYMBOL_NAME and XSTRING instead
15612 of XSYMBOL and name field.
15613 * xselect.c (symbol_to_x_atom, x_get_foreign_selection):
15614 Use SYMBOL_NAME and XSTRING instead of XSYMBOL and name field.
15615
15616 2002-05-19 Ken Raeburn <raeburn@gnu.org>
15617
15618 * lisp.h (LISP_MAKE_RVALUE): Delete disabled version, making XCAR
15619 and XCDR real rvalues in most configurations.
15620
15621 * buffer.c (fix_overlays_in_range, fix_overlays_before):
15622 Don't take the address of the cdr part of a cons cell; instead, track
15623 the parent cell and call XSETCDR, or set the variable for the head
15624 of the list if we haven't started down the list yet.
15625
15626 2002-05-19 Richard M. Stallman <rms@gnu.org>
15627
15628 * doc.c (reread_doc_file): Don't ask for confirmation.
15629
15630 2002-05-18 Jason Rumney <jasonr@gnu.org>
15631
15632 * w32fns.c (w32_create_pixmap_from_bitmap_data): New function.
15633 (xbm_load_image): Use it.
15634 (xbm_load): Ditto.
15635 (xbm_read_bitmap_data): Reverted to xfns.c version.
15636 From David Ponce <david@dponce.com>.
15637
15638 2002-05-17 Eli Zaretskii <eliz@is.elta.co.il>
15639
15640 * msdos.c (sig_suspender, sigprocmask): Don't define for DJGPP
15641 2.02 and later.
15642
15643 2002-05-16 Juanma Barranquero <lektu@terra.es>
15644
15645 * keyboard.c (Fthis_command_keys, Fthis_command_keys_vector): Fix typo.
15646
15647 2002-05-15 Stefan Monnier <monnier@cs.yale.edu>
15648
15649 * keyboard.c (read_char_x_menu_prompt): Use an equivalent but more
15650 meaningful test.
15651 (read_char_minibuf_menu_prompt): Fix typo.
15652
15653 2002-05-15 Eli Zaretskii <eliz@is.elta.co.il>
15654
15655 * eval.c (Fcommandp): Doc fix.
15656
15657 2002-05-13 Stefan Monnier <monnier@cs.yale.edu>
15658
15659 * keymap.c (keymap_parent): New fun, extracted from Fkeymap_parent.
15660 (Fkeymap_parent, keymap_memberp, fix_submap_inheritance): Use it.
15661 (Fset_keymap_parent): Gcpro a bit more.
15662 (access_keymap): Gcpro around meta_map call and around the main loop.
15663 (get_keyelt): Gcpro when following indirect references.
15664 (copy_keymap_item): New fun, extracted from Fcopy_keymap.
15665 (copy_keymap_1, Fcopy_keymap): Use it. Don't copy the parent map.
15666 (Fdefine_key, Flookup_key): Gcpro before calling get_keymap.
15667 Remove useless ad-hoc remap code.
15668
15669 2002-05-13 Richard M. Stallman <rms@gnu.org>
15670
15671 * search.c (search_buffer): Give up boyer moore search if inverse
15672 translation change charset_base.
15673
15674 2002-05-12 Eli Zaretskii <eliz@is.elta.co.il>
15675
15676 * coding.c (decode_coding) <coding_type_ccl>: If a lone CR
15677 characters is carried over from the previous block of text, adjust
15678 coding->produced to account for the extra character.
15679
15680 2002-05-11 Andreas Schwab <schwab@suse.de>
15681
15682 * coding.c (intersection): Keep the elements of the returned list
15683 in the same order as in the first list.
15684
15685 2002-05-11 Kim F. Storm <storm@cua.dk>
15686
15687 * keymap.c (current_minor_maps): Fix resizing of cmm_maps;
15688 only update cmm_size if realloc actually succeeds.
15689 Testing with initial size of 2 elements revealed that using
15690 realloc on GNU/Linux would cause a random trap in xmalloc
15691 later on, so I rewrote the code to use malloc/bcopy/free instead
15692 of realloc.
15693
15694 2002-05-10 Jason Rumney <jasonr@gnu.org>
15695
15696 * w32fns.c (enum_font_cb2): Avoid DBCS raster fonts.
15697
15698 2002-05-10 Eli Zaretskii <eliz@is.elta.co.il>
15699
15700 * coding.c (encode_coding_sjis_big5): Enclose bitwise AND in
15701 parens, to ensure correct evaluation order.
15702
15703 2002-05-10 Kim F. Storm <storm@cua.dk>
15704
15705 * keymap.c (Vemulation_mode_map_alists): New variable.
15706 (syms_of_keymap): DEFVAR_LISP it.
15707 (current_minor_maps): Process keymap alists in that list before
15708 minor-mode-overriding-map-alist and minor-mode-map-alist.
15709
15710 2002-05-09 Richard M. Stallman <rms@gnu.org>
15711
15712 * search.c (Freplace_match): Doc fix.
15713
15714 2002-05-09 Kim F. Storm <storm@cua.dk>
15715
15716 * macterm.c (x_draw_image_foreground, x_draw_image_foreground_1):
15717 Enlarge cursor rectangle drawn around image with non-zero relief.
15718
15719 * w32term.c (x_draw_image_foreground, w32_draw_image_foreground_1):
15720 Enlarge cursor rectangle drawn around image with non-zero relief.
15721
15722 * xterm.c (x_draw_image_foreground, x_draw_image_foreground_1):
15723 Enlarge cursor rectangle drawn around image with non-zero relief.
15724
15725 2002-05-07 Eli Zaretskii <eliz@is.elta.co.il>
15726
15727 * xselect.c (lisp_data_to_selection_data): Don't set selection
15728 type if comes from the Lisp object's car. If the selection
15729 contains a pure ASCII text, always return QSTRING as its type.
15730
15731 2002-05-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15732
15733 * mac.c (mac-cut-function): Doc fix.
15734
15735 2002-05-05 Richard M. Stallman <rms@gnu.org>
15736
15737 * s/gnu.h [DOUG_LEA_MALLOC] (REL_ALLOC): Undefine it.
15738
15739 2002-05-04 Jason Rumney <jasonr@gnu.org>
15740
15741 * keyboard.c (make_lispy_event) <mouse-wheel>: Set count to 1
15742 for event-click-count.
15743
15744 * process.c (init_process): Only add server subfeature if we can
15745 use non-blocking I/O.
15746
15747 2002-05-04 Andrew Choi <akochoi@shaw.ca>
15748
15749 * macterm.c (XTread_socket): Call WaitNextEvent once instead of
15750 repeatedly.
15751
15752 2002-05-03 Jason Rumney <jasonr@gnu.org>
15753
15754 * process.c (Fmake_network_process): Only support server sockets
15755 when we can make them non-blocking.
15756
15757 * s/ms-w32.h (HAVE_SELECT): Define.
15758
15759 * w32.h (FILE_NDELAY): New flag.
15760
15761 * w32.c (sys_getpeername, fcntl): New functions.
15762 (_sys_read_ahead): Temporarily block on non-blocking sockets.
15763
15764 * w32proc.c: include sys/file.h.
15765
15766 2002-05-03 Colin Walters <walters@verbum.org>
15767
15768 * callproc.c (Vgame_score_directory): Renamed to
15769 Vshared_game_score_directory.
15770
15771 2002-04-30 Richard M. Stallman <rms@gnu.org>
15772
15773 * s/gnu.h [emacs]: Include stdio.h.
15774 (GNU_LIBRARY_PENDING_OUTPUT_COUNT): New definition, conditional.
15775
15776 * eval.c (do_autoload): Error if called while preparing to dump.
15777
15778 * fns.c (Frequire): Error if need to load while preparing to dump.
15779
15780 2002-04-28 Colin Walters <walters@verbum.org>
15781
15782 * callproc.c (Vgame_score_directory) [!HAVE_SHARED_GAME_DIR]:
15783 Default to "~/.emacs.d/games".
15784
15785 2002-04-29 Stefan Monnier <monnier@cs.yale.edu>
15786
15787 * lread.c (openp): Change arg exec_only to predicate.
15788 (build_load_history): Use XCAR/XCDR.
15789 (Flocate_file_internal): New fun.
15790 (syms_of_lread): Defsubr it.
15791 (Fload): Update call to openp.
15792
15793 * lisp.h (openp): Update prototype.
15794
15795 * xfns.c (x_create_bitmap_from_file, x_find_image_file):
15796 * w32proc.c (sys_spawnve):
15797 * w32fns.c (x_create_bitmap_from_file, x_find_image_file):
15798 * w32.c (check_windows_init_file):
15799 * sound.c (Fplay_sound_internal):
15800 * process.c (Fstart_process):
15801 * macfns.c (x_create_bitmap_from_file, x_find_image_file):
15802 * mac.c (run_mac_command):
15803 * emacs.c (init_cmdargs):
15804 * callproc.c (Fcall_process): Update call to openp.
15805
15806 * textprop.c (remove_properties): Don't use XCAR without CONSP.
15807
15808 * xterm.c (XTread_socket): Disable the Xutf8LookupString code.
15809
15810 2002-04-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15811
15812 * dispextern.h (DEFAULT_TOOL_BAR_BUTTON_MARGIN)
15813 (DEFAULT_TOOL_BAR_BUTTON_RELIEF): Change default values.
15814
15815 2002-04-28 Richard M. Stallman <rms@gnu.org>
15816
15817 * minibuf.c (Fall_completions, Ftry_completion): New arg to Fcommandp.
15818
15819 * eval.c (Fcommandp): New arg for_call_interactively.
15820 * lisp.h (Fcommandp): Declare new arg.
15821
15822 2002-04-28 Jason Rumney <jasonr@gnu.org>
15823
15824 * w32proc.c (syms_of_w32proc): Get true file attributes by default.
15825
15826 * w32.c (stat, fstat): Use file index information to generate
15827 inodes for directories where available.
15828
15829 2002-04-26 Andrew Choi <akochoi@shaw.ca>
15830
15831 * Makefile.in (C_SWITCH_SYSTEM_TEMACS): Add.
15832 [HAVE_CARBON]: Include Mac object files.
15833
15834 * alloc.c, callproc.c, dispextern.h, dispnew.c, emacs.c,
15835 fontset.c, frame.c, frame.h, keyboard.c, sysdep.c, term.c,
15836 termcap.c, window.c, xdisp.c, xfaces.c: Use macros MAC_OS8,
15837 MAC_OSX, and MAC_OS instead of macintosh.
15838
15839 * editfns.c [MAC_OS8]: Include stdio.h.
15840
15841 * emacs.c [MAC_OS8]: Call mac_initialize instead of x_term_init.
15842
15843 * fontset.c [MAC_OS]: Set Vdefault_fontset to ETL Fixed instead of
15844 Apple Monaco.
15845
15846 * process.c (QCfamily, QCfilte): Declare extern.
15847 (wait_reading_process_input) [MAC_OSX]: Clear bit for stdin before
15848 calling select.
15849
15850 * termcap.c [MAC_OSX]: Don't define tgetnum, PC, tputs, and tgetent.
15851
15852 * tparam.c [MAC_OSX]: Don't define BC and UP.
15853
15854 * config.in [HAVE_CARBON]: Add.
15855
15856 * mac.c, macgui.h, macfns.c, macmenu.c, macterm.c, macterm.h:
15857 Move here from mac/src and mac/inc.
15858
15859 * s/darwin.h, m/powermac.h, unexmacosx.c: New files.
15860
15861 2002-04-26 Gerd Moellmann <gerd@gnu.org>
15862
15863 * xterm.c (x_draw_phys_cursor_glyph): Undo last change.
15864 Compute phys_cursor_width from the x position returned
15865 by x_draw_glyhs, which is cheaper.
15866 (x_display_and_set_cursor): Compute the buffer-local value
15867 of `cursor-in-non-selected-windows' only when needed.
15868
15869 2002-04-25 Gerd Moellmann <gerd@gnu.org>
15870
15871 * xterm.c (x_draw_phys_cursor_glyph): Take into account that a box
15872 cursor on a stretch glyph has a width that depends on
15873 x_stretch_cursor_p.
15874
15875 2002-04-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15876
15877 * abbrev.c (abbrev-start-location): Doc fix.
15878
15879 * indent.c (Fvertical_motion): Fix last change.
15880
15881 2002-04-25 Gerd Moellmann <gerd@gnu.org>
15882
15883 * indent.c (Fvertical_motion): Move to the start of the line
15884 containing PT before moving up or down.
15885
15886 2002-04-24 Gerd Moellmann <gerd@gnu.org>
15887
15888 * dispnew.c (update_text_area): Set phys_cursor_on_p to 0 in the
15889 case of writing a whole row, more or less analogous to the case of
15890 writing only parts of a row.
15891
15892 * xterm.c (x_display_and_set_cursor): Set phys_cursor_width to
15893 0 for NO_CURSOR.
15894
15895 * xterm.c (notice_overwritten_cursor): Fix an off by 1 error.
15896
15897 2002-04-23 Colin Walters <walters@verbum.org>
15898
15899 * buffer.c (syms_of_buffer): Doc fix.
15900
15901 2002-04-23 Gerd Moellmann <gerd@gnu.org>
15902
15903 * xterm.c (notice_overwritten_cursor): Handle the special case
15904 of the cursor being in the first blank non-text line at the
15905 end of a window.
15906
15907 * xterm.c (x_draw_hollow_cursor, x_draw_bar_cursor)
15908 (x_draw_phys_cursor_glyph): Set phys_cursor_width here.
15909 (x_display_and_set_cursor): Don't set phys_cursor_width here, for
15910 bar cursors only, to make phys_cursor_width contain what its name
15911 suggests.
15912 (notice_overwritten_cursor): Consider the cursor image erased if
15913 the output area intersects the cursor image in y-direction.
15914
15915 2002-04-23 Simon Marshall <simon@gnu.org>
15916
15917 * xfns.c (x_set_mouse_color): Change default for cross_cursor
15918 to XC_hand2.
15919
15920 2002-04-23 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15921
15922 * xdisp.c: Remove unused global variable `minibuf_prompt_pixel_width'.
15923
15924 2002-04-22 Kim F. Storm <storm@cua.dk>
15925
15926 * textprop.c (remove_properties): Fixed trap for malformed plist.
15927
15928 2002-04-22 Richard M. Stallman <rms@gnu.org>
15929
15930 * cmds.c (Fend_of_line): Handle intangible text in mid line.
15931
15932 * window.c (make_window): Initialize height_fixed_p,
15933 last_cursor_off_p, and p->cursor_off_p slots.
15934
15935 2002-04-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15936
15937 * fns.c (use-dialog-box): Doc fix.
15938
15939 2002-04-19 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15940
15941 * xterm.c (note_mode_line_or_margin_highlight): Remove unused
15942 variables `row', `i' and `area'.
15943 (XTread_socket) <KeyPress>: Pass KeyPress events when in menu to
15944 toolkit library.
15945
15946 2002-04-19 Stefan Monnier <monnier@cs.yale.edu>
15947
15948 * xfaces.c (clear_font_table): Don't free the default font of
15949 a frame even if it's on another display.
15950 (Finternal_set_lisp_face_attribute): Don't use XFRAME on something
15951 that could be Qt.
15952
15953 2002-04-19 Juanma Barranquero <lektu@terra.es>
15954
15955 * indent.c (Fmove_to_column): Remove unused local variable
15956 `next_boundary_byte'.
15957 (current_column_1): Likewise.
15958
15959 2002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
15960
15961 * msdos.c (Qhbar): New variable.
15962 (syms_of_msdos): Intern and staticpro it.
15963 (IT_set_cursor_type, IT_set_frame_parameters): Handle the `hbar'
15964 cursor type.
15965
15966 2002-04-19 Dave Lambert <dlambert@acm.org>
15967
15968 Theses change implement an underscore-like (`hbar') cursor.
15969
15970 * xterm.h (text_cursor_kinds): New enumeration member HBAR_CURSOR.
15971
15972 * xterm.c (x_draw_bar_cursor): New argument KIND; callers changed.
15973 Handle the `hbar' cursor type.
15974 (x_display_and_set_cursor): Handle the HBAR_CURSOR case.
15975
15976 * xfns.c (Qhbar): New variable.
15977 (syms_of_xfns): Intern and staticpro it.
15978 (x_specified_cursor_type): Handle `hbar' cursor.
15979
15980 * s/sol2-5.h (bcopy, bzero, bcmp): Define only if HAVE_BCOPY is
15981 not defined.
15982
15983 2002-04-18 Richard M. Stallman <rms@gnu.org>
15984
15985 * textprop.c (remove_properties): New arg LIST allows scanning
15986 either a list or a plist.
15987 (interval_has_some_properties_list): New function, like
15988 interval_has_some_properties using list instead of plist.
15989 All callers changed.
15990 (Fremove_list_of_text_properties): New function.
15991 (syms_of_textprop): Defsubr it.
15992
15993 2002-04-17 Eli Zaretskii <eliz@is.elta.co.il>
15994
15995 * s/sol2.h (HAVE_LIBKSTAT): Define only if not already defined.
15996
15997 2002-04-17 Juanma Barranquero <lektu@terra.es>
15998
15999 * indent.c (Fmove_to_column): Remove unused local variable `end_byte'.
16000
16001 2002-04-17 Eli Zaretskii <eliz@is.elta.co.il>
16002
16003 * window.c (coordinates_in_window): Don't report on margin area
16004 if its width is zero.
16005
16006 2002-04-16 Jason Rumney <jasonr@gnu.org>
16007
16008 * w32fns.c (Fx_file_dialog): Decode file name before using.
16009
16010 * w32term.c (construct_drag_n_drop): Likewise.
16011
16012 2002-04-16 Eli Zaretskii <eliz@is.elta.co.il>
16013
16014 * puresize.h (BASE_PURESIZE): Increase to 830000, since we now
16015 store load-history in pure space.
16016
16017 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce to 50000.
16018
16019 2002-04-16 Stefan Monnier <monnier@cs.yale.edu>
16020
16021 * xterm.c (Qlatin_1, Qutf_8): New vars.
16022 (syms_of_xterm): Initialize them.
16023 (XTread_socket): Eliminate incorrect optimization that tried to avoid
16024 decoding the output of X*LookupString.
16025 Always use latin-1 to decode the output of XLookupString.
16026 Try Xutf8LookupString if XmbLookupString failed.
16027
16028 * region-cache.c (new_region_cache): Use BEG.
16029
16030 2002-04-16 Gerd Moellmann <gerd@gnu.org>
16031
16032 * buffer.c (MMAP_ALLOCATED_P): New macro to be set from system
16033 configuration files.
16034 (mmap_enlarge): Enlarge mapped regions only if MMAP_ALLOCATED_P
16035 returns 0.
16036
16037 2002-04-15 Andreas Schwab <schwab@suse.de>
16038
16039 * config.in: Regenerated using autoheader.
16040
16041 * m/7300.h, m/acorn.h, m/alliant-2800.h, m/alliant.h, m/alpha.h,
16042 m/altos.h, m/amdahl.h, m/apollo.h, m/arm.h, m/att3b.h, m/aviion.h,
16043 m/celerity.h, m/clipper.h, m/cnvrgnt.h, m/convex.h, m/cydra5.h,
16044 m/delta.h, m/delta88k.h, m/dpx2.h, m/elxsi.h, m/gec63.h,
16045 m/gould.h, m/hp800.h, m/hp9000s300.h, m/i860.h, m/ia64.h,
16046 m/ibmps2-aix.h, m/ibmrs6000.h, m/ibmrt-aix.h, m/ibmrt.h,
16047 m/ibms390.h, m/intel386.h, m/iris4d.h, m/irist.h, m/isi-ov.h,
16048 m/m68k.h, m/macppc.h, m/masscomp.h, m/mg1.h, m/mips-siemens.h,
16049 m/mips.h, m/news-r6.h, m/news.h, m/next.h, m/nh3000.h, m/nh4000.h
16050 m/ns32000.h, m/orion.h, m/pfa50.h, m/plexus.h, m/pmax.h,
16051 m/powerpcle.h, m/pyrmips.h, m/sequent-ptx.h, m/sequent.h,
16052 m/sparc.h, m/sr2k.h, m/symmetry.h, m/tad68k.h, m/tahoe.h,
16053 m/targon31.h, m/tek4300.h, m/tekxd88.h, m/template.h, m/tower32.h,
16054 m/tower32v3.h, m/ustation.h, m/vax.h, m/wicat.h, m/windowsnt.h,
16055 m/xps100.h, s/aix3-2.h, s/aix4-2.h, s/irix4-0.h, s/irix5-0.h,
16056 s/sco5.h, s/unixware.h: Don't set HAVE_ALLOCA, C_ALLOCA and
16057 STACK_DIRECTION, now set by autoconf.
16058
16059 2002-04-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16060
16061 * dispnew.c (marginal_area_string): Sort arguments.
16062
16063 * dispextern.h (marginal_area_string): Add prototype.
16064
16065 2002-04-13 Richard M. Stallman <rms@gnu.org>
16066
16067 * fileio.c (Finsert_file_contents):
16068 Don't call temp_output_buffer_setup--do just part, by hand.
16069
16070 * coding.c (run_pre_post_conversion_on_str):
16071 Don't call temp_output_buffer_setup--do just part, by hand.
16072
16073 * keyboard.c (command_loop_1): Don't call start_hourglass
16074 or cancel_hourglass when executing a macro.
16075
16076 * marker.c (count_markers): New function.
16077
16078 * xdisp.c (display_mode_element): Don't let mode_line_proptrans_alist
16079 grow without limit. Move recently used elements to the front.
16080
16081 2002-04-13 Eli Zaretskii <eliz@is.elta.co.il>
16082
16083 * unexelf.c (unexec) [__sgi]: Undo the change from 2002-01-20.
16084
16085 2002-04-12 Gerd Moellmann <gerd@gnu.org>
16086
16087 * xdisp.c (sync_frame_with_window_matrix_rows): Don't give frame
16088 rows marginal areas.
16089 (Fdump_frame_glyph_matrix) [GLYPH_DEBUG]: New function.
16090 (syms_of_xdisp) [GLYPH_DEBUG]: Defsubr it.
16091
16092 * dispnew.c (marginal_area_string): Check that glyph row is enabled.
16093
16094 2002-04-12 Dave Love <fx@gnu.org>
16095
16096 * dispnew.c (marginal_area_string): New.
16097
16098 * window.c (window_part): Add ON_LEFT_MARGIN, ON_RIGHT_MARGIN.
16099 (Qleft_margin, Qright_margin): Declare.
16100 (coordinates_in_window, (Fcoordinates_in_window_p): Deal with margins.
16101
16102 * xterm.c (note_mode_line_or_margin_highlight): Renamed from
16103 note_mode_line_highlight and extended.
16104
16105 * keyboard.c (Qleft_margin, Qright_margin): Declare.
16106 (make_lispy_event): Deal with mouse events in margins.
16107
16108 2002-04-12 Stefan Monnier <monnier@cs.yale.edu>
16109
16110 * msdos.c (dos_rawgetc): Use a single event for HELP_EVENT.
16111
16112 * keyboard.c (command_loop_1): Turn off transient-mark-mode rather
16113 than deactivating the mark if tmm is set to `lambda'.
16114 (gen_help_event, kbd_buffer_store_help_event, kbd_buffer_get_event):
16115 Use a single event for HELP_EVENT.
16116 (Fexecute_extended_command): Save last_point_position.
16117
16118 2002-04-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16119
16120 * lisp.h (Fpropertize): Add prototype.
16121
16122 * fns.c (Fy_or_n_p): Use `minibuffer-prompt' face for prompt.
16123
16124 2002-04-10 Colin Walters <walters@verbum.org>
16125
16126 * config.in: Add HAVE_SHARED_GAME_DIR.
16127
16128 * callproc.c (Vgame_score_directory): New variable.
16129 (syms_of_callproc) <Vgame_score_directory>: DEFVAR_LISP.
16130
16131 2002-04-10 Richard M. Stallman <rms@gnu.org>
16132
16133 * puresize.h (BASE_PURESIZE): Reduce again to avoid big excess.
16134
16135 2002-04-09 Stefan Monnier <monnier@cs.yale.edu>
16136
16137 * minibuf.c (read_minibuf): Use empty_string.
16138 (Ftry_completion): Allow lambda forms and lists of strings for `alist'.
16139 Short-circuit the search as soon as it "failed".
16140 (Fall_completions): Allow lambda forms and lists of strings for alist.
16141 (Fcompleting_read): Set Qminibuffer_completion_confirm to nil
16142 when require_match is nil.
16143 (Ftest_completion): Rename from `test_completion' and export to elisp.
16144 Call the predicate also when alist is a list.
16145 Obey Vcompletion_regexp_list.
16146 (do_completion, Fminibuffer_complete_and_exit): Use it.
16147 (Fassoc_string): Rename from `assoc_for_completion'.
16148 Allow list of strings as well and export to elisp.
16149
16150 2002-04-08 Stefan Monnier <monnier@cs.yale.edu>
16151
16152 * puresize.h (BASE_PURESIZE): Increase to 900KB.
16153
16154 2002-04-08 Juanma Barranquero <lektu@terra.es>
16155
16156 * w32.c (sys_accept): Don't hide variable `s'.
16157
16158 2002-04-05 Gerd Moellmann <gerd@gnu.org>
16159
16160 * callint.c (Fcall_interactively): Use INTEGERP instead of
16161 NUMBERP for checking Vhistory_length.
16162
16163 2002-04-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16164
16165 * sound.c (Fplay_sound_internal): Renamed from Fplay_sound.
16166 Doc fix to reflect it.
16167
16168 2002-04-04 Richard M. Stallman <rms@gnu.org>
16169
16170 * xdisp.c (display_mode_element): New arg RISKY.
16171 Disregard text props found or specified within a variable
16172 that isn't marked risky-local-variable.
16173 (Qrisky_local_variable): New variable.
16174 (syms_of_xdisp): Init and staticpro it.
16175
16176 2002-04-04 Stefan Monnier <monnier@cs.yale.edu>
16177
16178 * undo.c (record_point): New fun.
16179 (record_delete, record_insert): Use it.
16180
16181 2002-04-03 Juanma Barranquero <lektu@terra.es>
16182
16183 * doc.c (Fdocumentation): Add missing parentheses.
16184 (Fdocumentation_property): Likewise.
16185
16186 2002-04-03 Stefan Monnier <monnier@cs.yale.edu>
16187
16188 * doc.c (Fdocumentation, Fdocumentation_property): When the doc
16189 data is 0, just return nil.
16190
16191 2002-04-03 Eli Zaretskii <eliz@is.elta.co.il>
16192
16193 * msdos.c (syms_of_msdos): Fix last change with
16194 mouse_autoselect_window.
16195
16196 2002-04-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16197
16198 * w32term.c, xterm.c, msdos.c: Rename autoselect_window_p to
16199 mouse_autoselect_window.
16200
16201 2002-04-02 Stefan Monnier <monnier@cs.yale.edu>
16202
16203 * keyboard.c (make_lispy_event): Handle unknown keysyms together
16204 with system-specific keysyms. Use it also for unknown function keys.
16205
16206 * doc.c (reread_doc_file): Return whether reload was attempted.
16207 (Fdocumentation, Fdocumentation_property): Don't try to reload
16208 if the doc is 0 and only ask once.
16209
16210 * Makefile.in (lisp, shortlisp): Add ucs-tables.elc.
16211
16212 2002-04-02 Eli Zaretskii <eliz@is.elta.co.il>
16213
16214 * keyboard.c (read_char): If the event was Qselect_window,
16215 restore timer_idleness_start_time to its previous value.
16216
16217 * msdos.c (dos_rawgetc): Generate SELECT_WINDOW_EVENTs when required.
16218
16219 2002-04-01 Stefan Monnier <monnier@cs.yale.edu>
16220
16221 * region-cache.c (new_region_cache): Use BEG.
16222
16223 * marker.c (buf_charpos_to_bytepos, buf_bytepos_to_charpos):
16224 Use BEG and BEG_BYTE.
16225
16226 * doc.c (get_doc_string): Return nil if the location is wrong.
16227 (reread_doc_file): New fun.
16228 (Fdocumentation, Fdocumentation_property):
16229 Call it if get_doc_string fails.
16230 (Fsnarf_documentation): Make it work for a dumped Emacs.
16231
16232 * charset.h (DEC_POS, BUF_DEC_POS): Use BEG_BYTE.
16233 Bound the search with MAX_MULTIBYTE_LENGTH to avoid pathological case.
16234
16235 * charset.c (Fstring): Allow 0 arguments.
16236
16237 * xterm.c (XTread_socket): Fix int/Lisp_Object confusion.
16238
16239 * process.c (DATAGRAM_CONN_P, list_processes_1)
16240 (Fprocess_datagram_address, Fset_process_datagram_address)
16241 (Fset_network_process_options, server_accept_connection):
16242 Fix some int/Lisp_Object confusions (thank you union types).
16243
16244 2002-04-01 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16245
16246 * msdos.c: Rename x_autoselect_window_p to autoselect_window_p.
16247
16248 * w32term.c: Likewise.
16249 (note_mouse_movement): Put code for x_autoselect_window_p in #if 0.
16250
16251 * keyboard.c (Qselect_window): New symbol.
16252 (head_table): Use it.
16253 (keys_of_keyboard): Bound select-window event to handle-select-window.
16254 (kbd_buffer_get_event): Make a Lisp event from SELECT_WINDOW_EVENT.
16255
16256 * xterm.c: Rename x_autoselect_window_p to autoselect_window_p.
16257 (last_window): New variable.
16258 (XTread_socket): Generate SELECT_WINDOW_EVENTs.
16259 (note_mouse_movement): Remove reimplemented code in #if 0.
16260 (XTread_socket): Generate SELECT_WINDOW_EVENTs only for
16261 Emacs windows.
16262
16263 * termhooks.h (enum event_kind): New event type `SELECT_WINDOW_EVENT'.
16264
16265 2002-03-31 Gerd Moellmann <gerd@gnu.org>
16266
16267 * xterm.c (x_get_char_face_and_encoding): Add parameter DISPLAY_P.
16268 Callers changed.
16269
16270 2002-03-30 Richard M. Stallman <rms@gnu.org>
16271
16272 * window.c (window_scroll_pixel_based): Exit the move_it_by_lines
16273 loop whenever it stops making progress.
16274
16275 * widget.c (set_frame_size): Don't call change_frame_size.
16276
16277 2002-03-30 Gerd Moellmann <gerd@gnu.org>
16278
16279 * dispnew.c (direct_output_for_insert):
16280 Call mark_window_display_accurate.
16281
16282 2002-03-29 Jason Rumney <jasonr@gnu.org>
16283
16284 * w32term.c (w32_draw_relief_rect): Fix calculations of line lengths.
16285
16286 2002-03-29 Eli Zaretskii <eliz@is.elta.co.il>
16287
16288 * Makefile.in (lread.o): Depend on coding.h.
16289
16290 * lread.c (openp, Fload): Encode the file name before passing it
16291 to `stat', `access', and `emacs_open'.
16292 (openp): GCPRO the encoded file name. Don't recompute Lisp
16293 strings unnecessarily.
16294
16295 2002-03-29 Kim F. Storm <storm@cua.dk>
16296
16297 * fns.c (Flax_plist_put): Doc fix.
16298
16299 2002-03-28 Miles Bader <miles@gnu.org>
16300
16301 * process.c (DATAGRAM_CONN_P): Make sure PROC is really a process.
16302
16303 2002-03-27 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16304
16305 * process.c (set-network-process-options): Add usage.
16306 (make-network-process): Doc fix.
16307
16308 2002-03-26 Eli Zaretskii <eliz@is.elta.co.il>
16309
16310 * emacs.c (Fdump_emacs): Fix a typo in "command-line-processed".
16311
16312 2002-03-26 Richard M. Stallman <rms@gnu.org>
16313
16314 * fns.c (Fsubstring_no_properties): New function.
16315 (Flax_plist_get, Flax_plist_put): New functions.
16316 (syms_of_fns): defsubr them.
16317
16318 * xdisp.c (update_menu_bar): Test only update_mode_lines;
16319 don't test or alter w->update_mode_line.
16320
16321 * window.c (Fdisplay_buffer): Doc fix.
16322
16323 2002-03-24 Richard M. Stallman <rms@gnu.org>
16324
16325 * regex.c (GET_UNSIGNED_NUMBER): Give proper error for spaces.
16326
16327 2002-03-24 Gerd Moellmann <gerd@gnu.org>
16328
16329 * eval.c (Qdeclare, Vmacro_declaration_function): New variables.
16330 (Fdefmacro): Handle `(declare ...)'.
16331 (syms_of_eval) <Qdeclare>: Initialize and staticpro.
16332 (syms_of_eval) <Vmacro_declaration_function>: DEFVAR_LISP.
16333
16334 2002-03-24 Jason Rumney <jasonr@gnu.org>
16335
16336 * w32fns.c (xbm_scan, xbm_load_image, xbm_read_bitmap_data)
16337 (xbm_file_p): Add prototypes.
16338 (xbm_format, xbm_image_p): Sync with xfns.c.
16339 (reflect_byte): New function.
16340 (xbm_read_bitmap_data): Sync with xfns.c, adapt for Windows.
16341 (xbm_load_image): Create bitmaps with a depth of 1.
16342 (init_xfns): Enable XBM images.
16343
16344 2002-03-23 Jason Rumney <jasonr@gnu.org>
16345
16346 * w32term.c (w32_handle_tool_bar_click): Detect up and down events
16347 correctly. Do not pass up_modifier to keyboard buffer.
16348
16349 * w32fns.c [HAVE_IMAGES, HAVE_PBM]: Remove conditionals.
16350
16351 2002-03-22 Stefan Monnier <monnier@cs.yale.edu>
16352
16353 * Makefile.in (bootstrapclean): New target.
16354 (bootstrap-temacs, bootstrap-doc): Remove.
16355 (bootstrap-emacs): Use a bog-standard `temacs'.
16356 Don't bother to build a DOC file.
16357
16358 * sysdep.c (wait_for_termination): Use sigsuspend rather than sigpause.
16359
16360 * emacs.c (main): Handle --unibyte, --multibyte, and --no-loadup
16361 in temacs even if !CANNOT_DUMP.
16362 (standard_args): Keep --no-loadup even if !CANNOT_DUMP.
16363
16364 * alloc.c (check_pure_size): Only output a warning.
16365
16366 2002-03-22 Jason Rumney <jasonr@gnu.org>
16367
16368 * w32fns.c (Fx_create_frame): Enable tool-bar when images are
16369 supported.
16370
16371 * w32term.c (zv_bits): Declare as short, for word alignment.
16372 (w32_read_socket) <WM_XBUTTONUP>: Fix last change.
16373 (syms_of_w32term): Define x-use-underline-position-properties.
16374
16375 * w32fns.c (x_set_cursor_color): Set cursor_gc as well.
16376 (clear_image_cache): Block input, fix logic, clear matrices in
16377 all frames that share this cache.
16378
16379 2002-03-22 Eli Zaretskii <eliz@is.elta.co.il>
16380
16381 * emacs.c (main): Update the Copyright year in the blurb printed
16382 by "emacs --version".
16383
16384 * xdisp.c (message_with_string): Fix syntax of a call to GCPRO2.
16385
16386 * xterm.c (XTread_socket): If XK_ISO_Lock and
16387 XK_ISO_Last_Group_Lock are defined, handle keysyms between
16388 XK_ISO_Lock and XK_ISO_Last_Group_Lock similarly to Mode_switch.
16389
16390 2002-03-21 Kim F. Storm <storm@cua.dk>
16391
16392 * keyboard.c (menu_bar_items): Mostly undo 2002-02-20 patch, so
16393 menu-bar bindings in keymap and local-map properties _are_ used.
16394 But try keymap property first in accordance with 2002-01-03 patch.
16395 Added comment describing why this is not always reliable.
16396 (tool_bar_items): Ditto for tool-bar.
16397
16398 2002-03-21 Jason Rumney <jasonr@gnu.org>
16399
16400 * w32fns.c (x_clear_image_1): Disable color table code.
16401
16402 2002-03-21 Kim F. Storm <storm@cua.dk>
16403
16404 * lisp.h (DEFUN) [USE_NONANSI_DEFUN]: The 2001-10-17 patch
16405 removed the wrong version of the DEFUN macro; fixed it.
16406
16407 * fns.c (Ffeaturep): Allow subfeature to be a list (test using
16408 Fmember rather than Fmemq).
16409 (Fprovide): Check that subfeatures is a list.
16410
16411 * process.c (QCfeature, QCdatagram): Removed variables.
16412 (QCtype, Qdatagram): New variables.
16413 (network_process_featurep): Removed function.
16414 (Fmake_network_process): Removed :feature check.
16415 Use :type 'datagram instead of :datagram t to create a datagram
16416 socket. This allows us to add other connection types (e.g. raw
16417 sockets) later in a consistent manner.
16418 (init_process) [subprocess, HAVE_SOCKETS]: Provide list of
16419 supported subfeatures for feature make-network-process.
16420 (syms_of_process) [subprocess]: Remove QCfeature and QCdatagram.
16421 Intern and staticpro QCtype and Qdatagram.
16422 (syms_of_process) [!subprocess]: Intern and staticpro QCtype.
16423
16424 * xfns.c: (QCtype): Remove duplicate declaration and
16425 initialization (is now declared in process.c).
16426
16427 * w32fns.c: (QCtype): Remove duplicate declaration and
16428 initialization (is now declared in process.c).
16429
16430 2002-03-21 Richard M. Stallman <rms@gnu.org>
16431
16432 * regex.c (DISCARD_FAILURE_REG_OR_COUNT): New macro.
16433 (CHECK_INFINITE_LOOP): Use DISCARD_FAILURE_REG_OR_COUNT
16434 when jumping to `fail' to avoid undoing reg changes in the
16435 last iteration of the loop.
16436 (GET_UNSIGNED_NUMBER): Skip spaces around the number.
16437
16438 * Makefile.in (dispnew.o, sysdep.o, xdisp.o, xselect.o, alloc.o):
16439 Depend on process.h.
16440
16441 2002-03-20 Jason Rumney <jasonr@gnu.org>
16442
16443 Most of the following changes are still conditional on HAVE_IMAGES
16444 which is not set by default on Windows.
16445
16446 * emacs.c (main) [WINDOWSNT]: Call init_xfns.
16447
16448 * w32fns.c (x_set_cursor_color): Set foreground of cursor, not frame.
16449 (Fimage_size, Fimage_mask_p, XPutPixel): New functions.
16450 (four_corners_best, x_clear_image_1, x_clear_image)
16451 (x_alloc_image_color, postprocess_image)
16452 (x_create_x_image_and_pixmap, x_destroy_x_image, xbm_load_image)
16453 (x_from_x_colors, x_disable_image, pbm_load): Adapt for Windows.
16454 (init_xfns, syms_of_w32fns): Initialize image functions and constants.
16455
16456 * w32gui.h (struct XImage): Define.
16457
16458 * w32term.c (w32_read_socket) <WM_XBUTTONUP>: Use XFASTINT to
16459 extract mouse co-ordinates.
16460
16461 2002-03-20 Jason Rumney <jasonr@gnu.org>
16462
16463 * w32.c (init_winsock): Dynamically load new server and UDP
16464 socket functions.
16465 (socket_to_fd): New function.
16466 (sys_socket): Use it.
16467 (sys_setsockopt, sys_listen, sys_getsockname, sys_accept)
16468 (sys_recvfrom, sys_sendto): New wrapper functions.
16469
16470 * process.c (QCfamily, QCfilter): Remove duplicate declaration
16471 and initialization.
16472
16473 * makefile.w32-in (LIBS): Remove $(WSOCK32).
16474
16475 2002-03-20 Eli Zaretskii <eliz@is.elta.co.il>
16476
16477 * process.c (conv_sockaddr_to_lisp, conv_lisp_to_sockaddr):
16478 Don't use "sun" as a variable, it's a predefined constant on Sun
16479 machines.
16480
16481 2002-03-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16482
16483 * bytecode.c (Fbyte_code): Revert last change.
16484
16485 2002-03-19 Kim F. Storm <storm@cua.dk>
16486
16487 * makefile.w32-in (LIBS): Add $(WSOCK32).
16488 From David Ponce <dponce@voila.fr>.
16489
16490 2002-03-18 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16491
16492 * process.c (wait_reading_process_input): Move variables `pname'
16493 and `pnamelen' down where they are used.
16494
16495 * bytecode.c (Fbyte_code): Discard unused computed value to
16496 prevent gcc warning.
16497
16498 * lisp.h (Fplist_member): Add prototype.
16499
16500 2002-03-18 Kim F. Storm <storm@cua.dk>
16501
16502 * config.in: Add HAVE_SENDTO, HAVE_RECVFROM, HAVE_SETSOCKOPT,
16503 HAVE_GETSOCKOPT, HAVE_GETPEERNAME, HAVE_GETSOCKNAME, and HAVE_SYS_UN_H.
16504
16505 * process.c: Define HAVE_LOCAL_SOCKETS based on HAVE_SYS_UN_H.
16506 Remove explicit GNU_LINUX settings for datagram support.
16507
16508 2002-03-18 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16509
16510 * process.c (Fmake_network_process): Remove unused variable `sa'.
16511 Doc fix. Add usage:.
16512 (set_socket_options): Remove unused variables `optnum' and `opttype'.
16513
16514 2002-03-17 Richard M. Stallman <rms@gnu.org>
16515
16516 * xdisp.c (cursor_type_changed): New variable.
16517 (redisplay_internal): Redisplay all windows if cursor_type_changed.
16518 Clear it when clearing windows_or_buffers_changed.
16519 (try_cursor_movement, redisplay_window, try_window_id)
16520 (try_window_reusing_current_matrix): Test cursor_type_changed
16521 along with windows_or_buffers_changed.
16522
16523 * window.h (cursor_type_changed): New variable.
16524
16525 * xfns.c (x_set_cursor_type): Set cursor_type_changed,
16526 not update_mode_lines, and always set it to 1.
16527
16528 * xdisp.c (clear_garbaged_frames): Don't set windows_or_buffers_changed
16529 if no frames needed redrawing.
16530
16531 2002-03-17 Kim F. Storm <storm@cua.dk>
16532
16533 The following changes add support for network server processes,
16534 datagram connections, and local (unix) sockets.
16535
16536 * process.h (struct Lisp_Process): New member log.
16537 Doc fix: Member command used to indicate stopped network process.
16538 Doc fix: Member childp contains plist for network process.
16539 Doc fix: Member kill_without_query is inverse of query-on-exit flag.
16540
16541 * process.c (Qlocal, QCname, QCbuffer, QChost, QCservice, QCfamily)
16542 (QClocal, QCremote, QCserver, QCdatagram, QCnowait, QCnoquery,QCstop)
16543 (QCcoding, QCoptions, QCfilter, QCsentinel, QClog, QCfeature):
16544 New variables.
16545 (NETCONN1_P): New macro.
16546 (DATAGRAM_SOCKETS): New conditional symbol.
16547 (datagram_address): New array.
16548 (DATAGRAM_CONN_P, DATAGRAM_CHAN_P): New macros.
16549 (status_message): Use concat3.
16550 (Fprocess_status): Add `listen' status to doc string. Return `stop'
16551 for a stopped network process.
16552 (Fset_process_buffer): Update contact plist for network process.
16553 (Fset_process_filter): Ditto. Don't enable input for stopped
16554 network processes. Server must listen, even if filter is t.
16555 (Fset_process_query_on_exit_flag, Fprocess_query_on_exit_flag):
16556 New functions.
16557 (Fprocess_kill_without_query): Removed. Now defined in simple.el.
16558 (Fprocess_contact): Added KEY argument. Handle datagrams.
16559 (list_processes_1): Optionally show only processes with the query
16560 on exit flag set. Dynamically adjust column widths. Omit tty
16561 column if not needed. Report stopped network processes.
16562 Identify server and datagram network processes.
16563 (Flist_processes): New optional arg `query-only'.
16564 (conv_sockaddr_to_lisp, get_lisp_to_sockaddr_size)
16565 (conv_lisp_to_sockaddr, set_socket_options)
16566 (network_process_featurep, unwind_request_sigio): New helper functions.
16567 (Fprocess_datagram_address, Fset_process_datagram_address):
16568 (Fset_network_process_options): New lisp functions.
16569 (Fopen_network_stream): Removed. Now defined in simple.el.
16570 (Fmake_network_process): New lisp function. Code is based on previous
16571 Fopen_network_stream, but heavily reworked with new property list based
16572 argument list, support for datagrams, server processes, and local
16573 sockets in addition to old client-only functionality.
16574 (server_accept_connection): New function.
16575 (wait_reading_process_input): Use it to handle incoming connects.
16576 Do not enable input on a new connection if process is stopped.
16577 (read_process_output): Handle datagram sockets. Use 2k buffer for them.
16578 (send_process): Handle datagram sockets.
16579 (Fstop_process, Fcontinue_process): Apply to network processes. A stopped
16580 network process is indicated by setting command field to t .
16581 (Fprocess_send_eof): No-op if datagram connection.
16582 (Fstatus_notify): Don't read input for a stream server socket or a
16583 stopped network process.
16584 (init_process): Initialize datagram_address array.
16585 (syms_of_process): Intern and staticpro new variables, defsubr new
16586 functions.
16587
16588 2002-03-16 Jason Rumney <jasonr@gnu.org>
16589
16590 * w32fns.c (w32_to_all_x_charsets): Return correct type in
16591 startup case.
16592
16593 2002-03-16 Richard M. Stallman <rms@gnu.org>
16594
16595 * xdisp.c (redisplay_internal, redisplay_windows):
16596 Use list_of_error to call internal_condition_case_1.
16597 (safe_eval, safe_call): Pass Qt to internal_condition_case_{1,2}
16598 so as to catch all errors with no possibility of debugger redisplay.
16599 (list_of_error): New variable.
16600 (syms_of_xdisp): Init and staticpro it.
16601
16602 * print.c (print_object): Delete `\ ' from printed rep of frame.
16603
16604 2002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
16605
16606 * msdos.c (dos_rawgetc): Disable the x-autoselect-window feature,
16607 until its implementation is fixed.
16608
16609 2002-03-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16610
16611 * xfns.c (png_load): Remove unused variable `gamma_str'.
16612
16613 2002-03-14 Richard M. Stallman <rms@gnu.org>
16614
16615 * xfns.c (x_real_positions): Handle failure in XQueryTree.
16616
16617 2002-03-14 Miles Bader <miles@gnu.org>
16618
16619 * intervals.c (adjust_for_invis_intang): New function.
16620 (set_point_both): Use `adjust_for_invis_intang' to do most of the
16621 work for dealing with invisible+intangible regions. Do so before
16622 and after both forward and backward movements, to handle both
16623 front-sticky and rear-sticky cases.
16624 * textprop.c (text_property_stickiness): Function moved here from
16625 `editfns.c'.
16626 * intervals.h (text_property_stickiness): New declaration.
16627 * editfns.c (char_property_eq): Function removed.
16628 (text_property_stickiness): Function moved to `textprop.c'.
16629
16630 2002-03-13 Jason Rumney <jasonr@gnu.org>
16631
16632 * config.in: Add STRFTIME_NO_POSIX2.
16633
16634 * strftime.c (my_strftime) [STRFTIME_NO_POSIX2]: Handle %h, %EX
16635 and %OX when underlying strftime does not.
16636
16637 2002-03-13 Stefan Monnier <monnier@cs.yale.edu>
16638
16639 * xterm.c (x_set_toolkit_scroll_bar_thumb) <USE_MOTIF>:
16640 Use a fixed-size thumb (based on an ad-hoc estimate of 30 chars per
16641 line) to avoid annoying flicker.
16642 (xm_scroll_callback): Get rid of the now unnecessary kludge.
16643 (XTread_socket): Mark it static.
16644
16645 * xdisp.c (display_mode_element): Fix int/Lisp_Object mixup.
16646
16647 2002-03-13 Kim F. Storm <storm@cua.dk>
16648
16649 * puresize.h (BASE_PURESIZE): Increase to 775000.
16650
16651 2002-03-12 Juanma Barranquero <lektu@terra.es>
16652
16653 * editfns.c (syms_of_editfns): Fix typo.
16654
16655 2002-03-12 Gerd Moellmann <gerd@gnu.org>
16656
16657 * xsmfns.c: Include stdio.h because termhooks.h needs it.
16658 Include termopt.h for interrupt_input.
16659
16660 2002-03-11 Andreas Schwab <schwab@suse.de>
16661
16662 * coding.c (syms_of_coding) <file-coding-system-alist>: Doc fix.
16663
16664 2002-03-11 Gerd Moellmann <gerd@gnu.org>
16665
16666 * xterm.c (note_mouse_movement): Put code for
16667 x_autoselect_window_p in #if 0.
16668
16669 * lread.c (Fload): Don't assume that message_with_string uses the
16670 string it is given like a C string.
16671
16672 2002-03-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16673
16674 * xterm.h (x_session_check_input, x_session_initialize): Declare.
16675
16676 * xterm.c (XTread_socket): Add call to x_session_check_input and
16677 x_session_have_connection.
16678 (x_initialize): Add call to x_session_initialize.
16679
16680 * termhooks.h (enum event_kind): Add save_session_event.
16681
16682 * keyboard.c: Add Emacs event save_session_event.
16683
16684 * emacs.c (main): Add call to syms_of_xsmfns.
16685
16686 * lisp.h (syms_of_xsmfns): Declare extern.
16687
16688 * config.in: Add HAVE_X_SM.
16689
16690 * Makefile.in (LIBXT): Add -lSM -lICE
16691 if HAVE_X_SM and not USE_X_TOOLKIT.
16692 (XOBJ): New file xsmfns.c added.
16693
16694 * xsmfns.c: New file for X session management.
16695
16696 2002-03-09 Jason Rumney <jasonr@gnu.org>
16697
16698 * fileio.c (Fcopy_file) [WINDOWS_NT]: Ensure file is not
16699 read-only when setting modified time.
16700
16701 2002-03-08 Gerd Moellmann <gerd@gnu.org>
16702
16703 * xdisp.c (move_it_vertically_backward): At the end of the function,
16704 when moving forward by lines, treat terminal frames specially.
16705
16706 * keyboard.c (echo_char): Make sure to add a separator between
16707 keys even if echo_dash hasn't been called.
16708
16709 * xdisp.c: Use new string macros.
16710 (update_echo_area): Pass number of bytes to message3 instead of
16711 number of chars.
16712 (set_message_1): Don't access a string's size_byte directly.
16713 (decode_mode_spec_coding): Use number of bytes of eoltype string
16714 instead number of chars.
16715
16716 * lisp.h (SREF, SDATA, SCHARS, SBYTES, SMBP): New macros.
16717
16718 2002-03-08 Juanma Barranquero <lektu@terra.es>
16719
16720 * w32fns.c (Fx_display_color_cells): Force 24+ bit color depths to
16721 24-bit.
16722
16723 2002-03-06 Jason Rumney <jasonr@gnu.org>
16724
16725 * w32term.c (x_draw_hollow_cursor): Draw same size as block cursor.
16726
16727 2002-03-06 Gerd Moellmann <gerd@gnu.org>
16728
16729 * keyboard.c (echo_prompt, echo_char, echo_dash, echo_now)
16730 (cancel_echoing, echo_length, echo_truncate): Changed to
16731 work with new kboard definition.
16732 (echo_now): Use message3_nolog instead of message2_nolog.
16733
16734 * alloc.c (mark_kboards): Mark echo_string.
16735
16736 * keyboard.h (ECHOBUFSIZE): Removed.
16737 (struct kboard): Member echoptr removed, member echobuf renamed
16738 to echo_string.
16739
16740 * xdisp.c (message_with_string): Use Fformat instead of doprnt and
16741 message3 instead of message2 to display the message using STRING's
16742 text properties.
16743
16744 2002-03-05 Andreas Schwab <schwab@suse.de>
16745
16746 * xdisp.c (hscroll_margin): Change to EMACS_INT.
16747
16748 2002-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
16749
16750 * frame.c (default-frame-alist): Explain that setting it doesn't
16751 affect existing frames.
16752
16753 2002-03-05 Stefan Monnier <monnier@cs.yale.edu>
16754
16755 * indent.c (skip_invisible): Fix my brain fart.
16756
16757 * dispnew.c (sit_for): Don't wait if executing a kbd macro.
16758
16759 2002-03-04 Stefan Monnier <monnier@cs.yale.edu>
16760
16761 * dosfns.c, dosfns.h, dispnew.c, dispextern.h, commands.h, charset.c,
16762 * alloc.c, abbrev.c, emacs.c, eval.c, keyboard.c, keyboard.h,
16763 * lisp.h, lread.c, sysdep.c, termcap.c, termchar.h, w32term.c,
16764 * window.c, xdisp.c, xselect.c, xterm.c: Change defvar_int definition
16765 and variables to use EMACS_INT instead of just int.
16766
16767 * buffer.c (syms_of_buffer): Allow non-string `mode-name'.
16768
16769 2002-03-04 Eli Zaretskii <eliz@is.elta.co.il>
16770
16771 * sysdep.c (sys_subshell) [MSDOS]: If PWD is set in the
16772 environment, pass it down with corrected value.
16773
16774 2002-03-04 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16775
16776 * lread.c (read_filtered_event): Do not call start_hourglass
16777 before returning.
16778
16779 2002-03-04 Juanma Barranquero <lektu@terra.es>
16780
16781 * w32term.c (x_display_and_set_cursor): Fix typo.
16782
16783 2002-03-03 Richard M. Stallman <rms@gnu.org>
16784
16785 * fileio.c (Fmake_temp_name): Doc fix.
16786
16787 2002-03-03 Gary Wong <gtw@gnu.org>
16788
16789 * termcap.c [!emacs]: Replace ospeed for building standalone
16790 libtermcap, for binary compatibility.
16791
16792 * tparam.c [!emacs]: Move #define of bcopy to after string.h.
16793
16794 2002-03-03 Richard M. Stallman <rms@gnu.org>
16795
16796 * xrdb.c (file_p): Rename arg `path' to `filename'.
16797
16798 * abbrev.c (Fexpand_abbrev): Increment plist as use count
16799 only if it is an integer.
16800
16801 * xfns.c (png_load): Set screen_gamma based on f->gamma.
16802 If png_get_sRGB gives an answer, call png_set_gamma
16803 using the default image gamma value.
16804
16805 * lread.c (read1): When reading from a file, default string to
16806 multibyte only if it has some multibyte characters.
16807
16808 * print.c (print_object): Output multibyte chars 128...255
16809 using \x even if ! print_escape_multibyte.
16810
16811 * xdisp.c (display_mode_element): Move the places where
16812 bytepos, charpos, this, and lisp_string are set.
16813 Use lisp_string to set bytepos.
16814
16815 * xdisp.c (redisplay_internal):
16816 Call clear_image_cache only if HAVE_WINDOW_SYSTEM.
16817
16818 * xdisp.c (display_mode_element): Merge properties specified with
16819 :propertize onto those that come with the string.
16820
16821 2002-03-03 Eli Zaretskii <eliz@is.elta.co.il>
16822
16823 * xdisp.c (syms_of_xdisp) <auto-hscroll-mode>: Renamed from
16824 automatic-hscrolling. Users changed.
16825 <hscroll-margin>: Renamed from automatic-hscroll-margin.
16826 Users changed.
16827 <hscroll-step>: Renamed from automatic-hscroll-step. Users changed.
16828
16829 2002-03-02 Eli Zaretskii <eliz@is.elta.co.il>
16830
16831 * buffer.c (syms_of_buffer) <buffer-file-coding-system>: Doc fix.
16832
16833 2002-03-02 Kim F. Storm <storm@cua.dk>
16834
16835 * window.c (Fminibuffer_selected_window): New function.
16836 (syms_of_window): Defsubr it.
16837
16838 2002-03-01 Kim F. Storm <storm@cua.dk>
16839
16840 * window.h (struct window): New member phys_cursor_width.
16841
16842 * window.c (make_window, replace_window): Init phys_cursor_width.
16843
16844 * xterm.c (x_display_and_set_cursor): Blink box cursor using
16845 hollow box cursor. Blink bar cursor using 1 pixel wide bar.
16846
16847 * w32term.c (x_display_and_set_cursor): Blink box cursor using
16848 hollow box cursor. Blink bar cursor using 1 pixel wide bar.
16849
16850 * lisp.h (GCPRO6): New macro.
16851
16852 * process.c (Fopen_network_stream): Use GCPRO6.
16853
16854 2002-03-01 Kim F. Storm <storm@cua.dk>
16855
16856 * process.c (Qconnect, Qfailed): New variables.
16857 (syms_of_process): Intern and staticpro them.
16858 (Fprocess_status): Document connect and failed return values.
16859 [NON_BLOCKING_CONNECT]: New conditional.
16860 (connect_wait_mask, num_pending_connects): New variables.
16861 (status_message): Convert Qfailed status.
16862 (Fopen_network_stream): Added support for non-blocking connect.
16863 New optional args: filter, sentinel, non_blocking. Doc updated.
16864 [HAVE_GETADDRINFO, !HAVE_GETADDRINFO]: Merged common code.
16865 (deactivate_process): Handle pending non-blocking connect.
16866 (wait_reading_process_input): Poll for status of non-blocking
16867 connects. Exec sentinel directly when connect succeeds.
16868 (status_notify): Don't read process output if not yet connected.
16869
16870 2002-02-28 Kim F. Storm <storm@cua.dk>
16871
16872 * window.c: (minibuf_selected_window): Renamed from
16873 Vminibuf_selected_window. Users changed.
16874 (syms_of_window): Staticpro it.
16875
16876 2002-02-26 Kim F. Storm <storm@cua.dk>
16877
16878 The following changes add a new Vminibuf_selected_window variable
16879 which is similar to Vminibuf_scroll_window, but which is only set
16880 on entry to the minibuffer (from a non-minibuffer window):
16881
16882 * window.c: (Vminibuf_selected_window): New variable.
16883 (struct save_window_data): New member minibuf_selected_window.
16884 (Fset_window_configuration): Restore Vminibuf_selected_window.
16885 (Fcurrent_window_configuration): Save Vminibuf_selected_window.
16886 Set minibuf_scroll_window member to nil if minibuf_level is 0.
16887 (compare_window_configurations): Compare minibuf_selected_window.
16888
16889 * window.h: (Vminibuf_selected_window): Declare extern.
16890
16891 * minibuf.c (read_minibuf): Set Vminibuf_selected_window on first
16892 entry to minibuffer or on entry from a non-minibuffer window.
16893
16894 * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3): Compare with
16895 Vminibuf_selected_window instead of Vminibuf_scroll_window.
16896
16897 * xdisp.c (init_iterator): Compare with Vminibuf_selected_window
16898 instead of Vminibuf_scroll_window when deciding in which window
16899 the region should be highlighted. Consequently, the region remains
16900 highlighteded even when a completion buffer is also displayed.
16901
16902 2002-02-26 Eli Zaretskii <eliz@is.elta.co.il>
16903
16904 * fileio.c (Fsubstitute_in_file_name): Fix the change from 2002-02-08.
16905
16906 * xselect.c (Qcompound_text_with_extensions): Renamed from
16907 Qcompound_text_no_extensions.
16908 (lisp_data_to_selection_data, syms_of_xselect): Use the new name.
16909
16910 2002-02-26 Juanma Barranquero <lektu@terra.es>
16911
16912 * w32proc.c (syms_of_ntproc): Doc fix.
16913
16914 2002-02-24 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16915
16916 * intervals.h: Include "dispextern.h" unconditionally.
16917
16918 2002-02-24 Jason Rumney <jasonr@gnu.org>
16919
16920 * Makefile.in (WINNT_SUPPORT) [WINDOWSNT]: Add w32-vars.elc
16921 and disp-table.elc.
16922 (lisp): Add emacs-lisp/backquote.elc.
16923
16924 2002-02-24 Kim F. Storm <storm@cua.dk>
16925
16926 * keymap.c (Flookup_key): Fix problem in 2001-12-28 patch:
16927 The validation of the event type was too strict as it didn't
16928 allow string events; buffer names are used in bindings for
16929 menu-bar-select-buffer (see `menu-bar-update-buffers').
16930
16931 2002-02-23 Kim F. Storm <storm@cua.dk>
16932
16933 The following changes rework my patch of 2002-02-06 which
16934 added command remapping by entering the commands directly into
16935 the keymaps. Now, command remapping uses an explicit `remap'
16936 prefix in the keymaps, i.e. [remap COMMAND].
16937
16938 * keymap.c (Qremap, remap_command_vector): New variables.
16939 (is_command_symbol): Remove function.
16940 (Fdefine_key): No longer accept a symbol for KEY.
16941 Added validation of [remap COMMAND] argument for KEY.
16942 The DEF is no longer required to be a symbol when remapping a command.
16943 (Fremap_command): New function to remap command through keymaps.
16944 (Flookup_key): Perform command remapping initiated by
16945 Fremap_command directly for speed.
16946 (Fkey_binding): Use Fremap_command for command remapping.
16947 (where_is_internal): Handle new command remapping representation.
16948 (syms_of_keymap): Intern Qremap, initialize remap_command_vector,
16949 staticpro them. Defsubr Fremap_command.
16950
16951 * keymap.h (Fremap_command): Declare extern.
16952 (is_command_symbol): Remove extern.
16953
16954 * keyboard.c (command_loop_1): Use Fremap_command for command
16955 remapping; now try command remapping for all symbols.
16956
16957 2002-02-23 Eli Zaretskii <eliz@is.elta.co.il>
16958
16959 * coding.h (run_pre_post_conversion_on_str): Add prototype.
16960
16961 2002-02-23 Jason Rumney <jasonr@gnu.org>
16962
16963 * w32select.c (Fw32_set_clipboard_data): Run pre-write-conversion
16964 on the string before encoding it.
16965 (Fw32_get_clipboard_data): Run post-read-conversion on the string
16966 after decoding it.
16967
16968 * w32fns.c (w32_wnd_proc) <WM_TIMER>: Fix last change.
16969
16970 2002-02-23 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16971
16972 * w32term.c (enter_timestamp): Remove unused static variable to
16973 prevent warning.
16974
16975 * xterm.c (enter_timestamp): Put in #if 0 to prevent warning.
16976
16977 2002-02-23 Eli Zaretskii <eliz@is.elta.co.il>
16978
16979 * w16select.c (Fw16_get_clipboard_data): Fix last change.
16980
16981 * xselect.c (selection_data_to_lisp_data): Fix last change.
16982
16983 2002-02-22 Jason Rumney <jasonr@gnu.org>
16984
16985 * w32term.h (struct w32_output): New member menu_command_in_progress.
16986
16987 * w32menu.c (menubar_selection_callback): Free the menu and
16988 clear the menu_command_in_progress flag.
16989
16990 * w32fns.c (mouse_move_timer, mouse_button_timer): Initialize.
16991 (menu_free_timer): New variable.
16992 (MENU_FREE_ID, MENU_FREE_DELAY): New constants.
16993 (w32_wnd_proc) <WM_TIMER>: Handle menu_free_timer.
16994 <WM_EXITMENULOOP>: Delay before freeing menu. Do nothing if a
16995 menu command is in progress.
16996 <WM_COMMAND>: Set the menu_command_in_progress flag.
16997 Kill any menu_free_timer that is running.
16998
16999 * w32term.c (w32_text_out): Renamed from W32_TEXTOUT.
17000 Call ExtTextOutA rather than ExtTextOut.
17001
17002 2002-02-22 Eli Zaretskii <eliz@gnu.org>
17003
17004 * puresize.h (BASE_PURESIZE): Increase to 755000.
17005
17006 2002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
17007
17008 * w16select.c (Fw16_set_clipboard_data): Run pre-write-conversion
17009 on the string before encoding it.
17010 (Fw16_get_clipboard_data): Run post-read-conversion on the string
17011 after decoding it.
17012
17013 2002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
17014
17015 Support for ICCCM Extended Segments in X selections:
17016
17017 * xselect.c <Qcompound_text_no_extensions>: New variable.
17018 (syms_of_xselect): Intern and staticpro it.
17019 (selection_data_to_lisp_data): Run post-read-conversion on decoded
17020 selection text.
17021 (lisp_data_to_selection_data): If next-selection-coding-system is
17022 compound-text-no-extensions, set the type of selection to be
17023 compound-text.
17024
17025 * xterm.h (x_encode_text): Update prototype.
17026
17027 * xfns.c (x_encode_text): Accept additional arg SELECTIONP; all
17028 callers changed. If SELECTIONP is non-zero, run the
17029 pre-write-conversion function before encoding the selection text.
17030
17031 2002-02-21 Kim F. Storm <storm@cua.dk>
17032
17033 * frame.c (syms_of_frame): Change mouse-highlight default to t.
17034
17035 * keyboard.c (kbd_buffer_get_event) [WINDOWSNT]:
17036 Correct composing of language-change event.
17037
17038 2002-02-20 Kim F. Storm <storm@cua.dk>
17039
17040 * keyboard.c (menu_bar_items): Don't include keymap or local-map
17041 bindings at PT when building menu (the menu is not updated often
17042 enough for this to work reliable).
17043 (tool_bar_items): Likewise.
17044 (current_active_maps): Removed unused (and buggy) function.
17045
17046 2002-02-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17047
17048 * xfns.c (gif_load): Use correct width and height for GIF images.
17049
17050 2002-02-19 Eli Zaretskii <eliz@is.elta.co.il>
17051
17052 * floatfns.c (Fatan): Accept an optional second arg and call
17053 atan2 if passed 2 args.
17054
17055 2002-02-18 Jason Rumney <jasonr@gnu.org>
17056
17057 * w32term.c (glyph_rect): Determine the row and glyph more precisely.
17058
17059 2002-02-17 Jason Rumney <jasonr@gnu.org>
17060
17061 * w32term.c (x_autoselect_window_p): New variable.
17062 (syms_of_w32term): DEFVAR_BOOL and initialize it.
17063 (note_mouse_movement): Use it.
17064
17065 * w32fns.c (w32_load_system_font): Never set fonts_changed_p to zero.
17066
17067 * w32bdf.c (w32_load_bdf_font): Maybe set fonts_changed_p.
17068
17069 * w32fns.c (Qfullscreen, Qfullwidth, Qfullheight, Qfullboth):
17070 New variables.
17071 (syms_of_w32fns): Intern and staticpro them.
17072 (x_frame_parms) <"fullscreen">: New parameter.
17073 (x_fullscreen_move, x_set_fullscreen): New functions.
17074 (x_set_frame_parameters): Support Qfullscreen.
17075 (x_real_positions): Save x/y_pixels_diff frame params.
17076 (x_figure_window_size): Support full-screen frames.
17077 (Fx_create_frame): Default the fullscreen parameter.
17078
17079 * w32term.c (x_check_fullscreen, x_check_fullscreen_move)
17080 (x_fullscreen_adjust): New functions.
17081 (w32_read_socket) <WM_WINDOWPOSCHANGED>: Don't resize to
17082 fullscreen. Call x_check_fullscreen_move, and set the
17083 want_fullscreen member of output_data.w32
17084 <WM_ACTIVATE, WM_ACTIVATEAPP>: Call x_check_fullscreen.
17085
17086 * w32term.h: New enum for FULLSCREEN_* constants.
17087 (struct w32_output): New members want_fullscreen, x_pixels_diff,
17088 y_pixels_diff, x_pixels_outer_diff, and y_pixels_outer_diff.
17089 (x-fullscreen-adjust): New prototype.
17090
17091 2002-02-17 Kim F. Storm <storm@cua.dk>
17092
17093 * frame.c (Vmouse_highlight): New variable.
17094 (syms_of_frame): DEFVAR_LISP it.
17095
17096 * frame.h (Vmouse_highlight): Declare extern.
17097
17098 * xterm.h (struct x_display_info): Add mouse_face_hidden.
17099
17100 * xterm.c (disable_mouse_highlight): Removed variable.
17101 (note_mouse_highlight): Don't highlight if Vmouse_highlight is nil.
17102 (show_mouse_face): Don't show highlight if mouse_face_hidden is set.
17103 (XTread_socket): Turn mouse_face_hidden off after mouse movement,
17104 and on after keyboard input.
17105 (x_term_init): Initialize mouse_face_hidden.
17106
17107 * msdos.h (struct display_info): Add mouse_face_hidden.
17108
17109 * msdos.c (disable_mouse_highlight): Removed variable.
17110 (show_mouse_face): Don't show highlight if mouse_face_hidden is set.
17111 (IT_note_mouse_highlight): Don't highlight if Vmouse_highlight is nil.
17112 (internal_terminal_init): Initialize mouse_face_hidden.
17113 (dos_rawgetc): Turn mouse_face_hidden off after mouse movement,
17114 and on after keyboard input.
17115
17116 * w32term.h (struct w32_display_info): Add mouse_face_hidden.
17117
17118 * w32term.c (disable_mouse_highlight): Removed variable.
17119 (note_mouse_highlight): Disable highlight if Vmouse_highlight is nil.
17120 (show_mouse_face): Don't show highlight if mouse_face_hidden is set.
17121 (w32_read_socket): Turn mouse_face_hidden off after mouse movement,
17122 and on after keyboard input.
17123 (w32_initialize_display_info): Initialize mouse_face_hidden.
17124
17125 2002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
17126
17127 * msdos.c (last_mouse_window): New variable.
17128 (dos_rawgetc): Fix last change--if the mouse is in the same window
17129 as recorded in last_mouse_window, don't select this window.
17130
17131 * Makefile.in (lisp, shortlisp): Use cus-start.elc, not cus-start.el.
17132
17133 * msdos.c (x_autoselect_window_p): New variable.
17134 (syms_of_msdos): Defvar it.
17135 (dos_rawgetc): If x_autoselect_window_p is set, select the window in
17136 which the last mouse movement occured, unless it is already selected.
17137
17138 * xdisp.c (automatic_hscroll_margin, Vautomatic_hscroll_step):
17139 New variables.
17140 (syms_of_xdisp): DEVFAR them.
17141 (hscroll_window_tree): Use automatic_hscroll_margin and
17142 Vautomatic_hscroll_step to compute the amount of window scrolling.
17143
17144 2002-02-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17145
17146 * xterm.c (x-autoselect-window): New variable.
17147 (note_mouse_movement): Use it.
17148
17149 * keyboard.c: Do not include "systime.h" twice.
17150
17151 2002-02-15 Andreas Schwab <schwab@suse.de>
17152
17153 * puresize.h (PURESIZE_RATIO): Increase to 9/5.
17154
17155 * alloc.c (NSTATICS): Increase to 1280.
17156
17157 2002-02-15 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
17158
17159 * alloc.c (NSTATICS): Bump to 1026.
17160
17161 * xterm.c (Vx_alt_keysym, Vx_hyper_keysym, Vx_meta_keysym)
17162 (Vx_super_keysym): New variables.
17163 (syms_of_xterm): DEFVAR_LISP them.
17164 (x_x_to_emacs_modifiers, x_emacs_to_x_modifiers): Use the
17165 variables to determine which keys to use for the various modifiers.
17166
17167 2002-02-13 Kim F. Storm <storm@cua.dk>
17168
17169 * window.c: (Vmode_line_in_non_selected_windows): Removed.
17170 (mode_line_in_non_selected_windows): New variable.
17171 (syms_of_window): DEFVAR_BOOL it.
17172
17173 * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3):
17174 Use mode_line_in_non_selected_windows.
17175 (mode_line_in_non_selected_windows): Declare extern.
17176 (Vmode_line_in_non_selected_windows): Removed extern.
17177
17178 2002-02-13 Richard M. Stallman <rms@gnu.org>
17179
17180 * keyboard.c (Fthis_command_keys, Fthis_command_keys_vector)
17181 (Fthis_single_command_keys, Fthis_single_command_raw_keys)
17182 (Fclear_this_command_keys): Doc fixes.
17183
17184 * xfaces.c (Finternal_make_lisp_face, Finternal_copy_lisp_face)
17185 (update_face_from_frame_parameter): Increment face_change_count
17186 and windows_or_buffers_changed to force redisplay using changed faces.
17187
17188 * xdisp.c (QCpropertize): New variable.
17189 (mode_line_proptrans_alist): New variable.
17190 (display_mode_element): New arg PROPS; all calls changed.
17191 Implement this, for strings.
17192 Handle literal output of strings by sharing the
17193 main-line code for strings, using local var `literal'.
17194 Handle :propertize feature.
17195 (syms_of_xdisp): Initialze and staticpro QCpropertize and
17196 mode_line_proptrans_alist.
17197
17198 2002-02-11 Kim F. Storm <storm@cua.dk>
17199
17200 * window.c: (Vmode_line_in_non_selected_windows): New variable.
17201 (syms_of_window): DEFVAR_LISP it.
17202
17203 * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3): New macro.
17204 (CURRENT_MODE_LINE_FACE_ID): Use it.
17205 (Vmode_line_in_non_selected_windows): Declare extern.
17206
17207 * xdisp.c (display_mode_lines): Use CURRENT_MODE_LINE_FACE_ID_3
17208 to get mode line face.
17209
17210 2002-02-11 Eli Zaretskii <eliz@is.elta.co.il>
17211
17212 * msdos.c (Vx_bitmap_file_path, x_stretch_cursor_p): Remove these
17213 variables; cus-start.el doesn't need them anymore.
17214
17215 2002-02-09 Kim F. Storm <storm@cua.dk>
17216
17217 * insdel.c (make_gap_smaller): Preserve BEG_UNCHANGED during gap
17218 reduction. This fixes a display problem where stray newlines were
17219 inserted in the window (corrected by C-l). Clarified code (IMHO).
17220
17221 2002-02-09 Eli Zaretskii <eliz@is.elta.co.il>
17222
17223 * dispextern.h (CURRENT_MODE_LINE_FACE_ID): Fix last change.
17224
17225 * xdisp.c (display_mode_lines): Fix last change.
17226
17227 2002-02-09 Jason Rumney <jasonr@gnu.org>
17228
17229 * w32fns.c (enum_font_cb2): Don't let charsets unknown to Windows
17230 match each other.
17231 (w32_load_system_font): Prevent Cleartype fonts from loading.
17232 (Fx_show_tip): Ensure tip frames are above other topmost windows.
17233
17234 2002-02-09 Kim F. Storm <storm@cua.dk>
17235
17236 * dispextern.h (CURRENT_MODE_LINE_FACE_ID): New macro.
17237 (CURRENT_MODE_LINE_HEIGHT): Use it.
17238 (enum face_id): Add MODE_LINE_INACTIVE_FACE_ID.
17239
17240 * xdisp.c (window_box_height): Use CURRENT_MODE_LINE_FACE_ID.
17241 (pos_visible_p, handle_face_prop): Likewise.
17242 (display_mode_lines): Likewise, but for the real selected window.
17243 (init_iterator) [row == NULL]: Handle MODE_LINE_INACTIVE_FACE_ID.
17244
17245 * xfaces.c (Qmode_line_inactive): New face variable for mode-line
17246 in non-selected windows.
17247 (realize_basic_faces): Realize it.
17248 (syms_of_term): Intern and staticpro it.
17249
17250 2002-02-08 Kim F. Storm <storm@cua.dk>
17251
17252 * alloc.c (SETJMP_WILL_LIKELY_WORK, SETJMP_WILL_NOT_WORK):
17253 Changed mail addresses to emacs-devel@gnu.org.
17254
17255 2002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
17256
17257 * fileio.c (Fsubstitute_in_file_name): If the file name includes
17258 ~user, and there's no such user, don't discard everything before ~user.
17259
17260 * floatfns.c (Fround): Doc fix.
17261
17262 2002-02-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17263
17264 * sysdep.c (init_system_name): Put unused variable `p' in #if 0.
17265
17266 2002-02-07 Stefan Monnier <monnier@cs.yale.edu>
17267
17268 * lisp.h (Fx_file_dialog): Add extern decl (used in fileio.c).
17269
17270 2002-02-07 Kim F. Storm <storm@cua.dk>
17271
17272 * keymap.c (where_is_internal): Only check whether definition is
17273 remapped if it fulfills is_command_symbol.
17274
17275 2002-02-07 Andreas Schwab <schwab@suse.de>
17276
17277 * s/gnu-linux.h (GC_LISP_OBJECT_ALIGNMENT): Define to 2 for m68k.
17278
17279 * alloc.c (mark_stack): Don't assume sizeof (Lisp_Object) is 4.
17280
17281 2002-02-06 Kim F. Storm <storm@cua.dk>
17282
17283 * keymap.c (Fdefine_key): Allow symbol as KEY argument for
17284 defining command remapping. Doc updated.
17285 (Flookup_key): Remap command through keymap if KEY is a symbol.
17286 (is_command_symbol): New function.
17287 (Fkey_binding): Use it. New optional argument NO-REMAP.
17288 Doc updated. Callers changed. Perform command remapping via
17289 recursive call unless that arg is non-nil.
17290 (where_is_internal): New argument no_remap. Callers changed.
17291 Call recursively to find original key bindings for a remapped
17292 comand unless that arg is non-nil.
17293 (Fwhere_is_internal): New optional argument NO-REMAP.
17294 Doc updated. Callers changed. Pass arg to where_is_internal.
17295
17296 * keymap.h (Fkey_binding, Fwhere_is_internal): Update prototype.
17297 (is_command_symbol): Add prototype.
17298
17299 * keyboard.c (Vthis_original_command): New variable.
17300 (syms_of_keyboard): DEFVAR_LISP it.
17301 (command_loop_1): Set it, and perform command remapping.
17302
17303 2002-02-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17304
17305 * keyboard.c (recursive_edit_1): Call cancel_hourglass unconditionally.
17306
17307 2002-02-06 Jason Rumney <jasonr@gnu.org>
17308
17309 * w32term.c (w32_native_per_char_metric): Disable 2002-01-20 change.
17310
17311 2002-02-06 Eli Zaretskii <eliz@is.elta.co.il>
17312
17313 * charset.c (get_charset_id): Use if-else instead of ?:.
17314
17315 2002-02-06 Richard M. Stallman <rms@gnu.org>
17316
17317 * filelock.c (S_ISLNK): Define if not defined.
17318
17319 2002-02-03 Richard M. Stallman <rms@gnu.org>
17320
17321 * fileio.c (Fdo_auto_save): Improve "auto save disabled" msg.
17322
17323 * lread.c (read1): Redesign strategy for force_multibyte and
17324 force_singlebyte. Now is_multibyte records whether read_buffer
17325 is multibyte. Encountering any multibyte character makes it so.
17326
17327 2002-02-02 Stefan Monnier <monnier@cs.yale.edu>
17328
17329 * term.c (term_get_fkeys_1): If `k0' and `k;' are both specified and
17330 with the same sequence, map that sequence to f10 rather than f0.
17331
17332 2002-02-03 Andreas Schwab <schwab@suse.de>
17333
17334 * s/gnu-linux.h: Check for __mc68000__ instead of __m68k__, the
17335 latter never being defined on GNU/Linux.
17336
17337 2002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
17338
17339 * xfaces.c (realize_default_face): Don't set the weight and slant of
17340 the default face to Qnormal, unless these attributes are unspecified.
17341
17342 2002-02-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17343
17344 * keyboard.c (command_loop_1) [HAVE_X_WINDOWS]:
17345 Call cancel_hourglass unconditionally.
17346
17347 * eval.c (Fsignal): Remove duplicated declaration of
17348 the variable `display_hourglass_p'.
17349
17350 2002-01-31 Richard M. Stallman <rms@gnu.org>
17351
17352 * editfns.c (region_limit): Nicer error message.
17353
17354 * coding.c (decode_composition_emacs_mule):
17355 Give up if NCOMPONENT gets too large to index `component'.
17356
17357 * callint.c (check_mark): New arg to specify clearer error message.
17358 Callers changed.
17359
17360 2002-01-27 Richard M. Stallman <rms@gnu.org>
17361
17362 * minibuf.c (Fcompleting_read): Doc fix.
17363
17364 2002-01-27 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17365
17366 * minibuf.c (Fread_from_minibuffer, Fread_command, Fread_function)
17367 (Fread_variable, Fread_buffer, minibuffer-completion-confirm):
17368 Fix doc-strings.
17369
17370 2002-01-26 Richard M. Stallman <rms@gnu.org>
17371
17372 * buffer.c (syms_of_buffer): Doc fixes for scroll-...-aggressively.
17373
17374 * xdisp.c (try_scrolling): Exchange uses of scroll_down_aggressively
17375 and scroll_up_aggressively.
17376
17377 2002-01-26 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17378
17379 * keyboard.c (parse_tool_bar_item): Remove duplicated prototypes.
17380
17381 2002-01-25 Stefan Monnier <monnier@cs.yale.edu>
17382
17383 * textprop.c (Fnext_property_change, Fnext_single_property_change)
17384 (Fprevious_property_change, Fprevious_single_property_change):
17385 Stay within the narrowed-buffer boundaries.
17386
17387 2002-01-25 Eli Zaretskii <eliz@is.elta.co.il>
17388
17389 * term.c (Ftty_display_color_cells): New function.
17390 (syms_of_term): Defsubr it.
17391 (Ftty_display_color_cells, Ftty_display_color_p): Change the
17392 argument name to DISPLAY. Doc fix.
17393
17394 * dispextern.h: Add prototype for set_tty_color_mode and
17395 tty_setup_colors.
17396
17397 2002-01-24 Jason Rumney <jasonr@gnu.org>
17398
17399 * w32term.c (x_scroll_run): Use ScrollWindowEx in place of BitBlt.
17400 If region left to draw is not what was expected, mark the frame as
17401 garbaged.
17402
17403 * w32fns.c (w32_wnd_proc) <WM_PAINT>: Initialize update_rect.
17404 Combine the regions returned by BeginPaint and GetUpdateRect.
17405
17406 2002-01-23 Jason Rumney <jasonr@gnu.org>
17407
17408 * w32term.c (x_update_window_begin): Only hide caret if
17409 w32_use_visible_system_caret is set.
17410 (x_update_window_end): Only show caret if
17411 w32_use_visible_system_caret is set.
17412 (syms_of_w32term): Handle SystemParametersInfo call failing.
17413
17414 * w32fns.c (syms_of_w32fns): Initialize w32_visible_system_caret_hwnd.
17415
17416 2002-01-22 Richard M. Stallman <rms@gnu.org>
17417
17418 * unexelf.c (unexec): Define n so as to cause compilation error
17419 for the code where people have often written n instead of nn.
17420
17421 * .gdbinit (hookpost-run): Defined.
17422
17423 2002-01-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17424
17425 * xfns.c (x_set_frame_parameters): Typo in previous fix corrected.
17426
17427 2002-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17428
17429 * xfns.c (x_set_frame_parameters): Just call x_fullscreen_adjust
17430 if fullscreen is being set.
17431
17432 2002-01-21 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17433
17434 * minibuf.c (Fminibuffer_contents)
17435 (Fminibuffer_contents_no_properties, Fread_from_minibuffer)
17436 (Fread_string, Fread_no_blanks_input, Fcompleting_read): Doc fixes.
17437
17438 2002-01-21 Richard M. Stallman <rms@gnu.org>
17439
17440 * window.c (check_frame_size): Fix minimum height calculation.
17441
17442 2002-01-20 Ken Raeburn <raeburn@gnu.org>
17443
17444 * dispextern.h (WINDOW_WANTS_MODELINE_P): Use XFASTINT on window
17445 height before comparison.
17446 (WINDOW_WANTS_HEADER_LINE_P): Likewise.
17447
17448 2002-01-20 Jason Rumney <jasonr@gnu.org>
17449
17450 * w32term.c (w32_system_caret_width): Remove.
17451 (w32_use_visible_system_caret): New user flag.
17452 (syms_of_w32term): DEFVAR_BOOL it. Initialize based on whether
17453 Windows reports a screen reader running.
17454 (x_update_window_begin): Hide the system caret.
17455 (x_update_window_end): Show the system caret.
17456 (x_display_and_set_cursor): Don't draw a cursor when
17457 w32_use_visible_system_caret is set. Do not adjust width.
17458
17459 * w32fns.c (w32_visible_system_caret_hwnd): New static variable.
17460 (w32_wnd_proc) <WM_KILL_FOCUS, WM_EMACS_DESTROY_CARET>: Set it.
17461 <WM_EMACS_TRACK_CARET>: Arrange for system caret to be visible if
17462 the user requests it. Use system default width when creating.
17463 <WM_EMACS_HIDE_CARET, WM_EMACS_SHOW_CARET>: Handle new messages.
17464
17465 * w32term.h (WM_EMACS_SHOW_CARET, WM_EMACS_HIDE_CARET):
17466 New window messages.
17467
17468 2002-01-20 Richard M. Stallman <rms@gnu.org>
17469
17470 * window.c (MIN_SAFE_WINDOW_HEIGHT): Value now 1.
17471
17472 2002-01-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17473
17474 * doprnt.c (doprnt1): Fix typos in error call.
17475
17476 2002-01-20 Eli Zaretskii <eliz@is.elta.co.il>
17477
17478 * unexelf.c (unexec) [__sgi]: Support the .got sections.
17479
17480 2002-01-20 Jason Rumney <jasonr@gnu.org>
17481
17482 * w32term.c (w32_native_per_char_metric): Don't trust the metrics
17483 that Windows returns. If a double check fails, try to guess how
17484 ExtTextOut is going to act.
17485
17486 * w32fns.c (w32_load_system_font, w32_to_x_charset): Use strnicmp
17487 in place of stricmp.
17488 (w32_list_synthesized_fonts): Removed.
17489 (w32_to_all_x_charsets, enum_font_maybe_add_to_list): New functions.
17490 (struct enumfont_t): New element; list.
17491 (enum_font_cb2): List all style and charset variations of a font.
17492 (Fw32_select_font): New optional argument; include_proportional.
17493 Exclude vertical fonts. Exclude proportional fonts unless
17494 include_proportional is non-nil.
17495 (w32_enable_synthesized_fonts): Change to a boolean.
17496 (Fw32_send_sys_command): Doc fix.
17497
17498 2002-01-19 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17499
17500 * dispnew.c (update_frame): Move the variable `tem' to the block
17501 where it is used.
17502
17503 2002-01-19 Jason Rumney <jasonr@gnu.org>
17504
17505 * w32fns.c (Fx_create_frame): Bind redisplay-dont-pause around
17506 call to face-set-after-frame-default.
17507
17508 2002-01-18 Richard M. Stallman <rms@gnu.org>
17509
17510 * dispextern.h (WINDOW_WANTS_MODELINE_P): Check window height > 1.
17511 (WINDOW_WANTS_HEADER_LINE_P): Check window height provides room.
17512
17513 2002-01-17 Richard M. Stallman <rms@gnu.org>
17514
17515 * window.c (enlarge_window): When exceeding size of parent,
17516 directly delete all the siblings instead of trying to resize it.
17517
17518 2002-01-17 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17519
17520 * term.c (set_tty_color_mode): Remove unused variable `tem'.
17521
17522 2002-01-16 Henrik Enberg <henrik@enberg.org>
17523
17524 * lread.c (init_lread): Move the installed-lisp dirs later in the path.
17525
17526 2002-01-16 Kim F. Storm <storm@cua.dk>
17527
17528 * xterm.c (x_erase_phys_cursor): Don't erase cursor if cursor row
17529 is invisible. This can happen if cursor is on top line of a
17530 window, and we switch to a buffer with a header line.
17531
17532 * w32term.c (x_erase_phys_cursor): Ditto.
17533
17534 2002-01-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17535
17536 * xterm.c (XTread_socket) [!USE_X_TOOLKIT]: Compute the value of
17537 `dont_resize' only when used.
17538
17539 * xdisp.c: Remove forgotten extern declaration of `Qimage'.
17540
17541 2002-01-15 Eli Zaretskii <eliz@is.elta.co.il>
17542
17543 * xdisp.c (display_mode_element): When computing charpos, depend
17544 on multibyteness of elt, not the text in field.
17545
17546 2002-01-15 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17547
17548 * buffer.c (Fkill_all_local_variables):
17549 Increment `update_mode_lines' only once.
17550
17551 2002-01-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17552
17553 * lisp.h (adjust_after_replace_noundo)
17554 (Fupdate_coding_systems_internal): Add prototypes.
17555
17556 * sound.c (Fplay_sound): Initialize header_size also for :data case.
17557
17558 2002-01-14 Eli Zaretskii <eliz@is.elta.co.il>
17559
17560 Support for the --color command-line argument and tty-color-mode
17561 frame parameter:
17562
17563 * term.c (tty_default_color_capabilities, tty_setup_colors)
17564 (set_tty_color_mode): New functions.
17565 (term_init): Call tty_default_color_capabilities.
17566 (Qtty_color_mode_alist): New variable.
17567 (syms_of_term): Intern and staticpro it.
17568
17569 * frame.c (store_frame_param): Call set_tty_color_mode for termcap
17570 frames.
17571 (do_switch_frame): For termcap frames, switch the tty
17572 color mode as specified by the frame's parameters.
17573 (Qtty_color_mode): New variable.
17574 (syms_of_frame): Intern and staticpro it.
17575
17576 * emacs.c (USAGE2): Add the --color option.
17577 (standard_args): Ditto.
17578
17579 2002-01-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17580
17581 * xterm.h (struct x_output): New members want_fullscreen,
17582 x_pixels_diff, y_pixels_diff, x_pixels_outer_diff, and
17583 y_pixels_outer_diff.
17584 New enum for FULLSCREEN_* constants.
17585 (FRAME_OUTER_WINDOW): Handle the case where output_data.x->widget
17586 is NULL.
17587 (x_fullscreen_adjust): Add prototype.
17588
17589 * emacs.c (USAGE2): Add the new full-screen arguments.
17590 (standard_args): Ditto.
17591
17592 * xfns.c (Qfullscreen, Qfullwidth, Qfullheight, Qfullboth):
17593 New variables.
17594 (syms_of_xfns): Intern and staticpro them.
17595 (x_frame_parms) <"fullscreen">: New parameter.
17596 (x_fullscreen_move, x_set_fullscreen): New functions.
17597 (x_set_frame_parameters): Support for Qfullscreen.
17598 (x_real_positions): More accurate computation of the frame position.
17599 (x_figure_window_size): Support full-screen frames.
17600 (Fx_create_frame): Default the fullscreen parameter.
17601
17602 * xterm.c (x_check_fullscreen, x_fullscreen_adjust): New functions.
17603 (XTread_socket) <Expose>: Call x_check_fullscreen.
17604 <ConfigureNotify>: Don't resize to fullscreen.
17605 Call x_check_fullscreen_move, and set the want_fullscreen member of
17606 output_data.x.
17607
17608 2002-01-13 Jason Rumney <jasonr@gnu.org>
17609
17610 * w32term.h (WM_XBUTTONDOWN, WM_XBUTTONUP): New window messages
17611 for mice with more than 3 buttons.
17612
17613 * w32term.c (parse_button): New parameter xbutton. Callers changed.
17614 (w32_read_socket): Handle new "XBUTTON" messages.
17615
17616 * w32fns.c (w32_pass_extra_mouse_buttons_to_system): New user option.
17617 (syms_of_w32fns): DEFVAR_BOOL it.
17618 (w32_wnd_proc): Handle new "XBUTTON" messages.
17619
17620 2002-01-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17621
17622 * keyboard.c (read_key_sequence): Remove unused variable `extra_maps'.
17623
17624 2002-01-13 Andreas Schwab <schwab@suse.de>
17625
17626 * xterm.c (x_load_font): Never set fonts_changed_p to zero.
17627
17628 2002-01-12 Andreas Schwab <schwab@suse.de>
17629
17630 * .gdbinit (xbuffer): Remove address operator since data is now a
17631 pointer.
17632
17633 2002-01-11 Richard M. Stallman <rms@gnu.org>
17634
17635 * insdel.c (adjust_after_replace_noundo): New function.
17636
17637 * coding.c (code_convert_region): Don't copy old text if undo disabled.
17638
17639 2002-01-09 Jason Rumney <jasonr@gnu.org>
17640
17641 * xdisp.c (x_consider_frame_title): Don't count the tooltip frame
17642 when checking for multiple frames.
17643
17644 2002-01-08 Richard M. Stallman <rms@gnu.org>
17645
17646 * window.c (delete_window): Rewrite the code for changing the
17647 selected window to handle the case where WINDOW is not a leaf.
17648
17649 2002-01-07 Eli Zaretskii <eliz@is.elta.co.il>
17650
17651 * process.c (send_process): Set src_multibyte to 1 after the call
17652 top setup_coding_system, not before the call.
17653
17654 2002-01-07 Jason Rumney <jasonr@gnu.org>
17655
17656 * xmenu.c (set_frame_menubar, xmenu_show):
17657 (xdialog_show): Initialize wv->help to Qnil.
17658
17659 * w32menu.c (single_submenu, set_frame_menubar, w32_menu_show):
17660 (w32_dialog_show): Initialize wv->help to Qnil.
17661
17662 2002-01-06 Jason Rumney <jasonr@gnu.org>
17663
17664 * xmenu.c (single_submenu): Initialize wv->help to Qnil.
17665
17666 * w32menu.c (w32_menu_display_help): Revert last change.
17667
17668 * xmenu.c (menu_highlight_callback): Revert last change.
17669
17670 2002-01-06 Andreas Schwab <schwab@suse.de>
17671
17672 * insdel.c (make_gap_larger): Make sure buffer size does not
17673 overflow range of int.
17674
17675 2002-01-05 Jason Rumney <jasonr@gnu.org>
17676
17677 * w32term.c (x_draw_glyphs): Don't call notice_overwritten_cursor if
17678 OVERLAPS_P.
17679
17680 * w32menu.c (w32_menu_display_help): Hide any tooltip window.
17681
17682 * w32fns.c (compute_tip_xy): If tooltip won't fit on the screen
17683 to the left or to the right of the pointer, put it against
17684 the left screen edge.
17685 (x_frame_parms): Add missing braces around initializer.
17686
17687 * w32term.c (x_setup_relief_colors): Don't compute an image's
17688 background color if it doesn't have a Pixmap.
17689 (notice_overwritten_cursor): Don't depend on
17690 output_cursor and updated_area. Compare pixel coordinates with
17691 window's cursor pixel coordinates.
17692 (x_draw_glyphs, x_clear_end_of_line, show_mouse_face):
17693 Call notice_overwritten_cursor with new arg list.
17694 (show_mouse_face): Fix bug setting a row's mouse_face_p flag
17695 unconditionally.
17696 (x_draw_image_relief): Use predefined macro instead of
17697 constant when the value of `tool_bar_button_relief' is negative.
17698
17699 * w32term.c (x_display_and_set_cursor): Fix PostMessage arg types.
17700
17701 2002-01-04 Richard M. Stallman <rms@gnu.org>
17702
17703 * xmenu.c (menu_highlight_callback): Hide any tooltip window.
17704
17705 2002-01-03 Richard M. Stallman <rms@gnu.org>
17706
17707 * keymap.c (Fcurrent_active_maps): Put the `keymap' property map first.
17708 (Fkey_binding): Try the `keymap' property map first.
17709 (Fdescribe_buffer_bindings): Show `keymap' property bindings before
17710 minor mode bindings.
17711
17712 2002-01-03 Kim F. Storm <storm@cua.dk>
17713
17714 * keyboard.c (read_key_sequence): Fix cast of submaps arg to bcopy.
17715
17716 2002-01-02 Richard M. Stallman <rms@gnu.org>
17717
17718 * keyboard.c (read_key_sequence): Handle the keymap property
17719 before minor mode maps.
17720
17721 * editfns.c (Fformat): Update thissize from field_width
17722 based on the actual width, in the string case.
17723
17724 2002-01-01 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17725
17726 * charset.h (UNIBYTE_STR_AS_MULTIBYTE_P): Parenthesize assignment
17727 when used as truth value to prevent gcc warnings.
17728
17729 * sysdep.c, unexapollo.c, w32.c, w32bdf.c, w32heap.c, w32inevt.c,
17730 * w32proc.c: Include <config.h>.
17731
17732 2002-01-01 Andreas Schwab <schwab@suse.de>
17733
17734 * eval.c (max_specpdl_size, max_lisp_eval_depth): Define as int,
17735 not EMACS_INT, to make them compatible with DEFVAR_INT.
17736 * lisp.h (max_specpdl_size): Adjust declaration.
17737
17738 2002-01-01 Richard M. Stallman <rms@gnu.org>
17739
17740 * print.c (print_object): Test print_escape_nonascii only for
17741 unibyte strings.
17742 (PRINTPREPARE): Once again bind Qprint_escape_nonascii
17743 when outputting to a multibyte buffer.
17744
17745 2001-12-29 Richard M. Stallman <rms@gnu.org>
17746
17747 * print.c (print_object): In multibyte string, use hex escapes.
17748 Use octal only for unibyte strings.
17749 (PRINTPREPARE): Don't ever set Qprint_escape_nonascii.
17750
17751 * lread.c (read_escape): New arg BYTEREP for reporting whether
17752 escape forces unibyte or multibyte.
17753 (read1): When reading a string, take note of that info.
17754
17755 2001-12-29 Ken Raeburn <raeburn@gnu.org>
17756
17757 * abbrev.c (Fexpand_abbrev): Use NILP instead of implicit zero
17758 comparison to test lisp value returned by Fget.
17759
17760 2001-12-29 Richard M. Stallman <rms@gnu.org>
17761
17762 * lisp.h (max_specpdl_size): Add declaration.
17763
17764 * fileio.c (Fdo_auto_save): If NO_MESSAGE, don't call push_message.
17765
17766 * keymap.c (silly_event_symbol_error): New subrtn, from Fdefine_key.
17767 Handle modifier bits. Correct typo in error message.
17768
17769 2001-12-28 Richard M. Stallman <rms@gnu.org>
17770
17771 * abbrev.c: Use the plist of an abbrev for multiple params if nec.
17772 (Fdefine_abbrev): New arg SYSTEM-FLAG for a system abbrev.
17773 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
17774 Update calls to Fdefine_abbrev.
17775 (write_abbrev): Update for changed data format.
17776 Don't list "system" abbrevs.
17777 (Fexpand_abbrev): Update use count with new data format.
17778 (describe_abbrev): Update for changed data format.
17779 (Fdefine_abbrev_table): Handle the new SYSTEM-FLAG.
17780
17781 * config.in (HAVE_MBSINIT): Add #undef.
17782
17783 * strftime.c (mbsinit): Define as no-op if not available.
17784
17785 * s/sco5.h (LIBX11_SYSTEM) [MOTIF]: Add -lgen.
17786 (sigprocmask_set): Conditionalize decl on ! NOT_C_CODE.
17787
17788 * keymap.c (Flookup_key): Error message if key has wrong data type.
17789 (Fdefine_key): Add error message for trying to bind [DEL], [RET], etc.
17790 (exclude_key): New variable.
17791
17792 2001-12-28 Gerd Moellmann <gerd@gnu.org>
17793
17794 * xterm.c (x_setup_relief_colors): Don't compute an image's
17795 background color if it doesn't have a Pixmap.
17796
17797 * xterm.c (notice_overwritten_cursor): Don't depend on
17798 output_cursor and updated_area. Compare pixel coordinates with
17799 window's cursor pixel coordinates.
17800 (x_draw_glyphs, x_clear_end_of_line, show_mouse_face):
17801 Call notice_overwritten_cursor with new arg list.
17802 (show_mouse_face): Fix bug setting a row's mouse_face_p flag
17803 unconditionally.
17804
17805 * xdisp.c (try_scrolling) <PT below scroll margin>: Add the
17806 height of the cursor line to the amount to scroll.
17807
17808 2001-12-27 Richard M. Stallman <rms@gnu.org>
17809
17810 * intervals.c (set_point_both): The position after an invisible,
17811 intangible character is not an acceptable stopping point.
17812
17813 2001-12-27 Ken Raeburn <raeburn@gnu.org>
17814
17815 * window.c (enlarge_window): In new preserve_before code, convert
17816 CURBEG from lisp object to integer before doing arithmetic.
17817
17818 2001-12-27 Richard M. Stallman <rms@gnu.org>
17819
17820 * bytecode.c (Fbyte_code): Undo previous change.
17821
17822 2001-12-26 Kim F. Storm <storm@cua.dk>
17823
17824 * keyboard.c (record_char): Ignore duplicate help-echo events only
17825 separated by mouse-movement. When tracking mouse, only record
17826 first and last mouse-movement event in same window.
17827 Don't record mouse-movement events in keyboard macros.
17828
17829 2001-12-25 Richard M. Stallman <rms@gnu.org>
17830
17831 * window.c (enlarge_window): New arg PRESERVE_BEFORE. Callers changed.
17832 (Fenlarge_window): New arg PRESERVE_BEFORE.
17833
17834 * bytecode.c (Fbyte_code): Use Fstring_make_unibyte
17835 instead of Fstring_as_unibyte.
17836
17837 2001-12-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17838
17839 The following changes remove mocklisp support:
17840
17841 * mocklisp.h, mocklisp.c: Files removed.
17842
17843 * lisp.h: Remove declarations of variables `Vmocklisp_arguments',
17844 `Qmocklisp' and `Qmocklisp_arguments'.
17845 Remove prototype of syms_of_mocklisp.
17846
17847 * makefile.nt, makefile.w32-in, Makefile.in: Remove mocklisp files.
17848
17849 * callint.c: Do not include mocklisp.h.
17850 (Fcall_interactively): Do not test for mocklisp case.
17851
17852 * eval.c: Remove variables `Qmocklisp_arguments',
17853 `Vmocklisp_arguments' and `Qmocklisp'. Remove prototype of ml_apply.
17854 (Fprogn, Fwhile, Fcommandp, Feval, Ffuncall, funcall_lambda):
17855 Do not test for mocklisp case.
17856 (Fwhile): Remove unused variable `tem'.
17857 (syms_of_eval): Remove variable `moclisp-arguments'.
17858
17859 * data.c (wrong_type_argument): Remove mocklisp case.
17860
17861 * doc.c (Fdocumentation): Remove mocklisp case.
17862
17863 * emacs.c (main): Do not call syms_of_mocklisp.
17864
17865 2001-12-21 Richard M. Stallman <rms@gnu.org>
17866
17867 * xfns.c (compute_tip_xy): If tooltip won't fit on the screen
17868 to the left or to the right of the pointer, put it against
17869 the left screen edge.
17870
17871 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
17872
17873 * Makefile.in (distclean): Remove .gdbinit if we are building
17874 outside the source tree.
17875
17876 2001-12-19 Eli Zaretskii <eliz@is.elta.co.il>
17877
17878 * w32.c (emacs_root_dir): New function.
17879
17880 * msdos.c (emacs_root_dir): New function.
17881
17882 * fileio.c (Fexpand_file_name) [DOS_NT]: Use the root directory
17883 of the current drive as the fallback for default_directory.
17884
17885 * dired.c (file_name_completion): Run the elements of
17886 completion-ignored-extensions through ENCODE_FILE.
17887
17888 * lisp.h (scmp): Remove prototype, since it's now a static
17889 function private to dired.c.
17890
17891 2001-12-18 Richard M. Stallman <rms@gnu.org>
17892
17893 * dired.c (scmp): Function moved from minibuf.c.
17894 Delete multibyte handling--used only on encoded strings.
17895
17896 * minibuf.c (scmp): Function moved to dired.c.
17897
17898 * fns.c (merge): Add QUIT call.
17899
17900 2001-12-18 Dave Love <fx@gnu.org>
17901
17902 * Makefile.in (lisp, shortlisp): Add language/utf-8-lang.el,
17903 language/georgian.el.
17904
17905 2001-12-18 Eli Zaretskii <eliz@is.elta.co.il>
17906
17907 * Makefile.in (lisp, shortlisp): Synchronize with changes to
17908 lisp/Makefile.in:DONTCOMPILE.
17909
17910 2001-12-18 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17911
17912 * xdisp.c (window_box_height): Do not return negative values.
17913 From Gerd Moellmann <gerd@gnu.org>.
17914
17915 * keyboard.c (head_table): Add missing braces around initializer.
17916
17917 * term.c (keys): Likewise.
17918
17919 * xfns.c (x_frame_parms, visual_classes): Likewise.
17920
17921 2001-12-17 Sam Steingold <sds@gnu.org>
17922
17923 * coding.c (DECODE_COMPOSITION_END): Fixed a typo in the last
17924 patch (COMPOSING_P, not COMPOSING).
17925
17926 2001-12-17 Richard M. Stallman <rms@gnu.org>
17927
17928 * editfns.c (Fcompare_buffer_substrings): Add QUIT to main loop.
17929
17930 * coding.c (code_convert_region): Update coding->cmp_data->char_offset
17931 before calling decode_coding.
17932
17933 * charset.c (Fdefine_charset): Call Fupdate_coding_systems_internal.
17934
17935 * coding.c (DECODE_COMPOSITION_END): Check for ! COMPOSING_P (coding)
17936 instead of only for COMPOSITION_DISABLED.
17937
17938 2001-12-16 Richard M. Stallman <rms@gnu.org>
17939
17940 * alloc.c (pure_alloc): After overflow, allocate just a small block.
17941
17942 * Makefile.in (xmenu.o, xterm.o, fontset.o): Depend on buffer.h.
17943
17944 * buffer.h (struct buffer): New field `display_error_modiff'.
17945 * buffer.c (reset_buffer): Initialize `display_error_modiff'.
17946
17947 * window.c (Frecenter): Clear display_error_modiff field.
17948
17949 * xdisp.c (redisplay_window_0, redisplay_window_1): New functions.
17950 Call redisplay_window, but not if display_error_modiff field says no.
17951 (redisplay_window_error): New function.
17952 (displayed_buffer): New variable.
17953 (redisplay_internal, redisplay_windows): Call the new functions
17954 instead of redisplay_window directly.
17955
17956 2001-12-15 Richard M. Stallman <rms@gnu.org>
17957
17958 * keyboard.c (syms_of_keyboard) <double-click-fuzz>: Doc fix.
17959
17960 2001-12-14 Andrew Innes <andrewi@gnu.org>
17961
17962 * makefile.w32-in (EMACSLOADPATH): Define.
17963 ($(EMACS)): Run `list-load-path-shadows' after dumping Emacs.
17964 (bootstrap-temacs): Remove dependency on bootstrap-clean.
17965
17966 2001-12-13 Eli Zaretskii <eliz@is.elta.co.il>
17967
17968 * xfns.c (x_report_frame_params): Make the scroll-bar-width frame
17969 parameter have a numeric value all the time.
17970
17971 * w32fns.c (x_report_frame_params): Likewise.
17972
17973 2001-12-12 Richard M. Stallman <rms@gnu.org>
17974
17975 * fileio.c (Fwrite_region): Doc fix.
17976
17977 * xdisp.c (CLEAR_FACE_CACHE_COUNT): Redefine as 500.
17978 (redisplay_internal): Call clear_image_cache only for window terminals.
17979
17980 2001-12-12 Gerd Moellmann <gerd@gnu.org>
17981
17982 * xdisp.c (move_it_vertically_backward): Change heuristic
17983 for the case that we didn't move far enough initially.
17984
17985 * window.c (Frecenter): Simplify computation in the case of window
17986 system frames and ARG < 0; use window_box_height.
17987
17988 2001-12-11 Richard M. Stallman <rms@gnu.org>
17989
17990 * Makefile.in, mem-limits.h, dispnew.c, emacs.c, fileio.c:
17991 * process.c, sysdep.c, unexec.c: Test GNU_LINUX, not LINUX.
17992
17993 2001-12-11 Andrew Innes <andrewi@gnu.org>
17994
17995 * insdel.c (make_gap) [DOUG_LEA_MALLOC]: Call make_gap_smaller if
17996 arg is negative.
17997
17998 2001-12-11 Richard M. Stallman <rms@gnu.org>
17999
18000 * m/hp800.h: Split the __hpux conditional into the parts
18001 that are right for GNU/Linux too and the parts that are not.
18002 Use the former if GNU_LINUX.
18003 (HAVE_ALLOCA, LOAD_AVE_TYPE, LOAD_AVE_CVT): New defs for GNU/Linux.
18004
18005 * s/gnu-linux.h (GNU_LINUX): Defined.
18006
18007 2001-12-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18008
18009 * macros.c, msdos.c, w16select.c: Change doc-string comments to
18010 `new style' [w/`doc:' keyword].
18011
18012 2001-12-10 Jason Rumney <jasonr@gnu.org>
18013
18014 * w32menu.c (w32_free_submenu_strings): Clear menu item struct
18015 before using.
18016
18017 2001-12-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18018
18019 * dosfns.c: Change doc-string comments to `new style' [w/`doc:'
18020 keyword].
18021
18022 2001-12-09 Eli Zaretskii <eliz@is.elta.co.il>
18023
18024 * dosfns.c (dos-display-scancodes, dos-decimal): Doc fix.
18025
18026 * s/hpux10.h (srand48): Don't undefine.
18027
18028 2001-12-09 Jason Rumney <jasonr@gnu.org>
18029
18030 * w32menu.c (_widget_value): Make `help' field a Lisp_Object.
18031 Add comment to explain where the struct came from.
18032 (single_submenu, w32_menu_show): Set `help' field as Lisp_Object.
18033 (add_menu_item): Process pop-up menus first to avoid memory leak.
18034 (add_menu_item, w32_menu_display_help): Use `help' field as
18035 Lisp_Object.
18036 (w32_free_submenu_strings): Only free owner-drawn strings.
18037
18038 2001-12-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18039
18040 * COPYING: Moved back.
18041
18042 * charset.c (char_to_string_1, translate_char, Fdefine_charset):
18043 Add parentheses around && within ||.
18044
18045 * indent.c (compute_motion): Likewise.
18046
18047 * intervals.c (merge_properties_sticky): Likewise.
18048
18049 * coding.c (setup_coding_system, shrink_encoding_region)
18050 (Fdecode_sjis_char): Likewise.
18051
18052 2001-12-07 Andreas Schwab <schwab@suse.de>
18053
18054 * xdisp.c (display_mode_element): Don't read past end of string if
18055 it ends with '%'.
18056
18057 * alloc.c (inhibit_garbage_collection): Don't exceed value an int
18058 can hold.
18059
18060 * data.c (Vmost_positive_fixnum, Vmost_negative_fixnum):
18061 Rename from most_positive_fixnum and most_negative_fixnum, resp., and
18062 type changed to Lisp_Object.
18063 (syms_of_data): DEFVAR_LISP them.
18064
18065 2001-12-07 Richard M. Stallman <rms@gnu.org>
18066
18067 * callproc.c (init_callproc): Set Vdata_directory based on the source
18068 location whenever Emacs was run uninstalled.
18069
18070 2001-12-06 Paul Eggert <eggert@twinsun.com>
18071
18072 * config.in (HAVE_WORKING_VFORK): New #undefs.
18073 * process.c (create_process):
18074 Use HAVE_WORKING_VFORK, not HAVE_VFORK.
18075 * m/cnvrgnt.h (HAVE_VFORK): Remove #define.
18076 * m/ibm370aix.h (HAVE_VFORK): Remove #undef.
18077 * m/ibmps2-aix.h (HAVE_VFORK): Remove #define.
18078 * m/intel386.h (HAVE_VFORK): Likewise.
18079 * m/mips-siemens.h (HAVE_VFORK): Likewise.
18080 * m/mips.h (HAVE_VFORK): Likewise.
18081 * s/freebsd.h (vfork): Remove #define.
18082 * s/lynxos.h (HAVE_VFORK): Remove #undef.
18083 * s/usg5-4-2.h: Fix comment about vfork.
18084
18085 2001-12-06 Richard M. Stallman <rms@gnu.org>
18086
18087 * s/hpux10.h (random): Add undef.
18088 (HAVE_RANDOM): Define it just once.
18089
18090 2001-12-06 Stefan Monnier <monnier@cs.yale.edu>
18091
18092 * eval.c: Undo last change: the standard syntax is not wanted.
18093
18094 2001-12-06 Eli Zaretskii <eliz@is.elta.co.il>
18095
18096 * xterm.c (x_free_frame_resources) [USE_X_TOOLKIT]: Remove all the
18097 scroll bars of the frame before deleting the frame itself. If the
18098 frame has a widget, delete the frame with XtDestroyWidget, and do
18099 not call XDestroyWindow before that.
18100
18101 2001-12-06 Kim F. Storm <storm@cua.dk>
18102
18103 * xfns.c (x_report_frame_params): Return actual fringe widths.
18104
18105 * w32fns.c (x_report_frame_params): Return actual fringe widths.
18106
18107 2001-12-05 Andrew Innes <andrewi@gnu.org>
18108
18109 * alloc.c (Fgarbage_collect): Shrink buffer gaps that are
18110 excessively large.
18111
18112 * insdel.c (make_gap_larger): New function.
18113 (make_gap_smaller): New function.
18114 (make_gap) [USE_MMAP_FOR_BUFFERS || REL_ALLOC]:
18115 Call make_gap_smaller if arg is negative.
18116
18117 2001-12-04 Stefan Monnier <monnier@cs.yale.edu>
18118
18119 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal prototype.
18120 Pass a dummy argument when calling interrupt_signal.
18121 (parse_menu_item): Mark disabled items before checking for empty def.
18122 (read_char_minibuf_menu_prompt): Make safety more visible.
18123 (read_key_sequence): Add a `first_unbound' variable.
18124 Use it to detect C-c ESC ESC ESC ESC ... cases and drop the
18125 unbound prefix as soon as we can detect it.
18126
18127 * doc.c (Fsnarf_documentation): Add prototype.
18128 (get_doc_string): Handle negative arguments.
18129 (Fdocumentation): Use AREF and ASIZE.
18130 Move the calls to get_doc_string to a single place.
18131 Don't confuse an interactive-spec for a docstring reference.
18132 (Fdocumentation_property): Take advantage of the fact that
18133 get_doc_string now ignores the sign of the docstring position.
18134
18135 * eval.c: Use standard syntax for usage in docstrings.
18136
18137 2001-12-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18138
18139 * xdisp.c (syms_of_xdisp): Make `tool-bar-button-relief' an option.
18140
18141 2001-12-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18142
18143 * xterm.c (x_draw_image_relief): Use predefined macro instead of
18144 constant when the value of `tool_bar_button_relief' is negative.
18145
18146 2001-12-02 Richard M. Stallman <rms@gnu.org>
18147
18148 * xmenu.c (menu_highlight_callback): Use `help' field as Lisp_Object.
18149 (single_submenu, xmenu_show): Set `help' field as Lisp_Object.
18150
18151 * fileio.c (read_non_regular): Delete Fsignal call.
18152
18153 2001-12-01 Stefan Monnier <monnier@cs.yale.edu>
18154
18155 * lisp.h (run_hook_list_with_args): Undo last change.
18156
18157 2001-12-01 Gerd Moellmann <gerd@gnu.org>
18158
18159 * xterm.c (x_draw_fringe_bitmap): Always undo clipping.
18160
18161 2001-12-01 Jason Rumney <jasonr@gnu.org>
18162
18163 * window.c (Qleft_fringe, Qright_fringe): Remove. Now in frame.c.
18164
18165 * w32term.h (WM_MOUSELEAVE, TME_LEAVE, TRACKMOUSEEVENT)
18166 [!WM_MOUSELEAVE]: Define.
18167
18168 * w32menu.c (current_popup_menu, get_menu_item_info):
18169 (set_menu_item_info): New vars.
18170 (set_frame_menubar): Doc fix clarifying GC interaction with menus.
18171 (w32_menu_show): Set current_popup_menu.
18172 (add_menu_item): Allocate new strings for owner-drawn menu items
18173 and help strings.
18174 Use owner-draw for disabled menu items again.
18175 (w32_menu_display_help): Ignore owner-drawn items and popup menus.
18176 (w32_free_submenu_strings, w32_free_menu_strings): New functions.
18177
18178 * w32fns.c (trackmouse_window, track_mouse_event_fn): New vars.
18179 (w32_wnd_proc) <WM_MOUSEMOVE>: Notice when mouse enters frame.
18180 <WM_EXITMENULOOP>: Free menu strings.
18181 <WM_MOUSELEAVE>: Stop tracking mouse.
18182 (x_create_tip_frame): Specify no minibuffer, modeline or fringes.
18183
18184 * w32term.c (w32_read_socket) <WM_MOUSELEAVE>: Cancel help echo
18185 and mouse face.
18186
18187 2001-12-01 Kim F. Storm <storm@cua.dk>
18188
18189 The following changes add left-fringe and right-fringe
18190 frame parameters to adjust fringe widths, or remove one or
18191 both fringes.
18192
18193 * frame.h (struct frame): Remove trunc_area_pixel_width and
18194 trunc_area_cols fields.
18195 (Qleft_fringe, Qright_fringe): Declare.
18196 (FRAME_RIGHT_FRINGE_WIDTH): New macro.
18197
18198 * frame.c (Qleft_fringe, Qright_fringe): New vars.
18199 (syms_of_frame): Initialize them.
18200
18201 * window.c (coordinates_in_window): Handle separate left and right
18202 fringe widths.
18203
18204 * xterm.h (struct x_output): Add left_fringe_width, right_fringe_width,
18205 and fringe_cols fields.
18206 (FRAME_FRINGE_BITMAP_WIDTH, FRAME_FRINGE_BITMAP_HEIGHT): Remove macros.
18207 (FRAME_X_FRINGE_COLS): Use fringe_cols field.
18208 (FRAME_X_FRINGE_WIDTH): Use fringes_extra field.
18209 (FRAME_X_LEFT_FRINGE_WIDTH): Use left_fringe_width field.
18210 (FRAME_X_RIGHT_FRINGE_WIDTH): Use right_fringe_width field.
18211 (x_compute_fringe_widths): Add prototype.
18212
18213 * xterm.c (zv_height, zv_bits, zv_period): Changed zv bitmap to
18214 fill fringe evenly with small dashes.
18215 (x_draw_fringe_bitmap): Clear background if necessary. Align and
18216 clip the new ZV bitmap to avoid jitter between rows.
18217 (x_draw_row_fringe_bitmaps): Rely on x_draw_fringe_bitmap to clear
18218 background. Don't draw fringe bitmaps if fringe width is zero.
18219 (x_compute_fringe_widths): New function.
18220 (x_new_font, x_set_window_size_1): Use it.
18221
18222 * xfns.c (x_frame_parms): Add `left-fringe' and `right-fringe' parms.
18223 (x_set_frame_parameters): Process `font' parameter before other
18224 parameters as fringe widths depend on it.
18225 (x_set_fringe_width): New function.
18226 (x_figure_window_size): Use x_compute_fringe_widths.
18227 (Fx_create_frame): Process `left-fringe' and `right-fringe' frame
18228 parameters.
18229
18230 * widget.c (set_frame_size): Use x_compute_fringe_widths.
18231 (EmacsFrameSetCharSize): Ditto.
18232
18233 * w32term.h: Merged changes from xterm.h.
18234 * w32term.c: Merged changes from xterm.c.
18235 * w32fns.c: Merged changes from xfns.c.
18236
18237 2001-11-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18238
18239 * COPYING: Removed.
18240
18241 2001-11-29 Dave Love <fx@gnu.org>
18242
18243 * coding.c (syms_of_coding) <Qchar_coding_system>: Give it an
18244 extra extra slot.
18245 (detect_coding_mask): Fix call of detect_coding_iso2022.
18246
18247 2001-11-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18248
18249 * fileio.c (file-name-coding-system)
18250 (default-file-name-coding-system): Doc fix (links to referenced
18251 variables added).
18252
18253 2001-11-28 Stefan Monnier <monnier@cs.yale.edu>
18254
18255 * lisp.h (GCPRO1, GCPRO2, GCPRO3, GCPRO4, GCPRO5):
18256 Add dummy uses of gcproN variables.
18257
18258 * category.c (describe_category, describe_category_1)
18259 (Fdescribe_categories): Remove. (Moved to lisp/help-fns.el.)
18260 (syms_of_category): Don't defsubr Sdescribe_categories.
18261
18262 2001-11-28 Richard M. Stallman <rms@gnu.org>
18263
18264 * fileio.c (Ffind_file_name_handler): Avoid initializer for `result'.
18265
18266 * Makefile.in (lispdir): New variable, referring to build dir.
18267 (TAGS-LISP): Find Makefile in $(lispdir), not $(lispsource).
18268
18269 2001-11-28 Andrew Innes <andrewi@gnu.org>
18270
18271 * w32menu.c (w32_menu_display_help): Actually add the new argument
18272 OWNER.
18273
18274 2001-11-28 Jason Rumney <jasonr@gnu.org>
18275
18276 * w32menu.c (add_menu_item): Do not use owner-draw for disabled
18277 menu items. From David Ponce <dponce@wanadoo.fr>.
18278 (w32_dialog_show) [HAVE_DIALOGS]: Compile whole function
18279 conditionally.
18280 (w32_menu_display_help): New argument OWNER. Rewritten to store a
18281 help event in the owner frame's keyboard buffer.
18282
18283 * w32fns.c (w32_wnd_proc) <WM_MENUSELECT>: Display help directly.
18284 (Fx_show_tip): Don't subtract last width from row width.
18285
18286 * w32term.c (w32_read_socket) <WM_MENUSELECT>: Remove.
18287 (w32_read_socket): Use EQ to compare frames.
18288
18289 2001-11-28 Gerd Moellmann <gerd@gnu.org>
18290
18291 * xterm.c (x_draw_glyphs): Don't call notice_overwritten_cursor if
18292 OVERLAPS_P.
18293
18294 2001-11-28 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18295
18296 * xdisp.c (message_dolog): Remove unused variables `gcpro2',
18297 `gcpro3' and `gcpro4'.
18298
18299 * coding.c (decode_coding_string): Remove unused variable `gcpro1'.
18300
18301 2001-11-28 Stefan Monnier <monnier@cs.yale.edu>
18302
18303 * ccl.c: Use AREF and ASIZE.
18304
18305 2001-11-27 Stefan Monnier <monnier@cs.yale.edu>
18306
18307 * lisp.h (run_hook_list_with_args): Remove.
18308 (LIST_END_P): Fix call to wrong_type_argument.
18309 (make_fixnum_or_float): Use EMACS_INT rather than int.
18310
18311 2001-11-26 Stefan Monnier <monnier@cs.yale.edu>
18312
18313 * syntax.c (syms_of_syntax): Remove defsubr of Sdescribe_syntax.
18314 (describe_syntax, describe_syntax_1, Fdescribe_syntax): Remove.
18315
18316 * eval.c: Use AREF and ASIZE.
18317 (Ffetch_bytecode): Add the file name to the error message.
18318
18319 * fileio.c (Ffind_file_name_handler): Give precedence to handlers
18320 which match the end of the file-name.
18321 (Fsubstitute_in_file_name): Don't signal an error if $ENVVAR
18322 is not a valid env var, but leave it as is instead.
18323
18324 * keymap.c (access_keymap): Handle t bindings like nil bindings.
18325 Make nil bindings in char-tables transparent.
18326 (store_in_keymap): Turn a nil binding into a t binding for char-tables.
18327
18328 2001-11-26 Richard M. Stallman <rms@gnu.org>
18329
18330 * textprop.c (set_text_properties_1): Allow START, END in either order.
18331 Do nothing if range is empty.
18332
18333 * Makefile.in (mallocobj): Simplify logic using auxiliary vars.
18334
18335 * Makefile.in (mostlyclean): Delete bootstrap-emacs here.
18336 (clean): Not here.
18337
18338 2001-11-25 Stefan Monnier <monnier@cs.yale.edu>
18339
18340 * textprop.c (set_text_properties_1): Clearly mark that the
18341 interval should not be empty.
18342
18343 * intervals.c (graft_intervals_into_buffer):
18344 Don't call set_text_properties_1 on an empty interval.
18345
18346 2001-11-25 Richard M. Stallman <rms@gnu.org>
18347
18348 * unexelf.c (unexec): Index by n, not nn, when checking for ".sbss".
18349
18350 * callproc.c (Fcall_process): When we make a bigger buffer for bufptr,
18351 don't lose the data in it.
18352
18353 2001-11-25 Juanma Barranquero <lektu@terra.es>
18354
18355 * abbrev.c (Fexpand_abbrev): Use Frun_hooks instead of Vrun_hooks.
18356
18357 * buffer.c (Fkill_buffer): Likewise.
18358
18359 * print.c (temp_output_buffer_setup): Likewise.
18360
18361 2001-11-25 Stefan Monnier <monnier@cs.yale.edu>
18362
18363 * xfaces.c (merge_face_heights): Coerce back to int explicitly.
18364
18365 2001-11-25 Eli Zaretskii <eliz@is.elta.co.il>
18366
18367 * window.c (Fset_window_vscroll): Doc fix. From Kalle Olavi
18368 Niemitalo <kon@iki.fi>.
18369
18370 2001-11-25 Jason Rumney <jasonr@gnu.org>
18371
18372 * w32term.h (FRAME_X_FRINGE_COLS): No fringe on tip frames.
18373
18374 * w32fns.c (x_create_tip_frame): Set frame's fringes_extra to 0.
18375 (Fx_show_tip): Block input during frame creation.
18376 (Fx_show_tip, Fx_hide_tip): Enable.
18377
18378 2001-11-24 Richard M. Stallman <rms@gnu.org>
18379
18380 * lread.c (Fload): Detect recursive load error for more than 3
18381 nestings of the same file.
18382 (Vrecursive_load_depth_limit): Variable deleted.
18383 (syms_of_lread) <recursive-load-depth-limit>: Variable deleted.
18384
18385 2001-11-24 Jason Rumney <jasonr@gnu.org>
18386
18387 * xfns.c (compute_tip_xy): Initialize root_x and root_y from
18388 mouse position if either left or top is not specified.
18389
18390 * w32fns.c (w32_wnd_proc) <WM_MENUSELECT>: Revert last change.
18391 <WM_WINDOWPOSCHANGING>: Let tip frames resize without restriction.
18392 (my_create_tip_window, Fx_show_tip): Adjust size for external border.
18393 (my_create_tip_window): Assign tip_window.
18394 (x_create_tip_frame): Use same defaults as X.
18395 (compute_tip_xy): Remove unused variable. Use full screen width.
18396 (Fx_show_tip): Do not double height. Call ShowWindow directly.
18397
18398 * w32term.c (x_after_update_window_line): Doc fix.
18399 (w32_read_socket): Doc fix. Avoid SET_FRAME_GARBAGED for tip
18400 frames.
18401 <WM_SHOWWINDOW>: Redo mouse highlight when hiding tip frame.
18402
18403 * xdisp.c (prepare_menu_bars) [HAVE_WINDOW_SYSTEM]: Use tip_frame
18404 for all Windowed systems.
18405
18406 2001-11-23 Eli Zaretskii <eliz@is.elta.co.il>
18407
18408 * msdos.c (IT_clear_screen): If the frame's faces are not yet
18409 realized, use the initial screen colors to clear the screen.
18410
18411 2001-11-23 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18412
18413 * textprop.c (Fset_text_properties): Remove unused variables
18414 `unchanged', `prev_changed', `s' and `len'.
18415
18416 * search.c (Freplace_match): Remove unused variable `inslen'.
18417
18418 * keymap.c (access_keymap): Remove unused variables `c1' and `c2'.
18419
18420 2001-11-22 Jason Rumney <jasonr@gnu.org>
18421
18422 * w32fns.c (x_window_to_frame): Remove irrelevant TODO comment.
18423 (w32_wnd_proc) <WM_MENUSELECT>: Show help echo directly.
18424 (my_create_tip_window): New function.
18425 (x_create_tip_frame, compute_tip_xy): Adapt for Windows.
18426 (Fx_show_tip, Fx_hide_tip) [TEST_TOOLTIPS]: Adapt for Windows.
18427
18428 2001-11-20 Jason Rumney <jasonr@gnu.org>
18429
18430 * coding.h (Vw32_system_coding_system) [WINDOWSNT]: Remove.
18431 (ENCODE_SYSTEM, DECODE_SYSTEM) [WINDOWSNT]: Use Vlocale_coding_system.
18432
18433 * w32fns.c (Vw32_system_coding_system): Remove.
18434 (w32_to_x_font, x_to_w32_font): Use Vlocale_coding_system.
18435
18436 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
18437
18438 * fileio.c (Fwrite_region): Move choose_write_coding_system to
18439 after build_annotations.
18440
18441 * syntax.c (describe_syntax): Add dummy arg.
18442 (describe_syntax_1): Update call to describe_vector.
18443
18444 * category.c (describe_category): Add dummy arg.
18445 (describe_category_1): Update call to describe_vector.
18446
18447 * keymap.c (Fdescribe_vector): Add `describer' parameter.
18448 (describe_command, describe_translation): Add dummy second param.
18449 (describe_map): Call elt_describer with two arguments.
18450 (describe_vector_princ): Add `fun' parameter.
18451 Call it instead of the hardcoded `princ'.
18452 (describe_vector): Add arg `args'.
18453 Pass it as a new second argument to elt_describer.
18454
18455 * keymap.h (describe_vector): Update prototype.
18456
18457 * frame.c: Don't include keymap.h any more.
18458 (keys_of_frame): Remove.
18459
18460 * lisp.h (keys_of_frame): Remove declaration.
18461
18462 * emacs.c (main): Don't call `keys_of_frame' any more.
18463
18464 2001-11-14 Andreas Schwab <schwab@suse.de>
18465
18466 * unexelf.c [!defined MAP_ANON]: Define MAP_ANON to MAP_ANONYMOUS
18467 if defined, 0 otherwise.
18468 (MAP_FAILED): Define if not defined and use it to test mmap failure.
18469 (unexec) [!MAP_ANON]: Use /dev/zero as file to map.
18470
18471 2001-11-19 Richard M. Stallman <rms@gnu.org>
18472
18473 * indent.c (current_column_1): Fix handling of scan_bytes for mb chars.
18474
18475 2001-11-18 Jason Rumney <jasonr@gnu.org>
18476
18477 * w32term.c (note_mouse_highlight): Fix type of variable `ignore'.
18478 (x_draw_bar_cursor): If the background color of the glyph under
18479 the cursor equals the frame's cursor color, use the glyph's
18480 foreground color for drawing the bar cursor.
18481 (x_after_update_window_line): Clear internal border in different
18482 circumstances.
18483 (w32_set_vertical_scroll_bar): Check for width and height > 0.
18484 (w32_draw_relief_rect): Correct relief by 1 pixel.
18485 (x_set_glyph_string_background_width):
18486 Set extends_to_end_of_line_p if the row's fill_line_p is set and
18487 drawing the last glyph with DRAW_IMAGE_{RAISED,SUNKEN}.
18488 (x_display_and_set_cursor): If cursor_in_echo_area, use NO_CURSOR
18489 if cursor_in_non_selected_windows is false.
18490 (show_mouse_face): Clean up. Recognize overwritten cursor differently.
18491 (x_draw_glyphs): Remove parameters REAL_START and REAL_END.
18492 Notice if cursor gets overwritten.
18493 (notice_overwritten_cursor): Renamed from
18494 note_overwritten_text_cursor. Rewritten to take glyph widths
18495 into account, and to take X positions as parameters.
18496 (x_draw_phys_cursor_glyph): Save state of w->phys_cursor_on_p
18497 around call to x_draw_glyphs.
18498 (x_setup_relief_colors): Use `IMAGE_BACKGROUND' and
18499 `IMAGE_BACKGROUND_TRANSPARENT' to calculate the correct background
18500 color to use for image glyph reliefs.
18501 (x_draw_image_relief): Accept zero tool_bar_button_relief.
18502 (glyph_rect): Remove unused variable `area'.
18503
18504 * w32fns.c (x_set_frame_parameters): Avoid infinite recursion for
18505 some items.
18506 (x_set_internal_border_width): Set frame garbaged when window
18507 doesn't exist yet.
18508 (Fx_create_frame): Accept zero tool_bar_button_relief.
18509 (x_clear_image_1, four_corners_best, image_background)
18510 (image_background_transparent): New functions.
18511 (xpm_format, png_format, jpeg_format, tiff_format, gif_format)
18512 (gs_format): Add `:background' entry.
18513 (lookup_image): Set IMG's background color if specified.
18514 (pbm_load, xbm_load_image, png_load): Set IMG's background field
18515 when appropriate.
18516 (x_clear_image_1): Reset `background_valid' and
18517 `background_transparent_valid' fields.
18518 (x_build_heuristic_mask): Use IMAGE_BACKGROUND instead of
18519 calculating it here. Set IMG's background_transparent field.
18520 (enum xpm_keyword_index): Add XPM_BACKGROUND.
18521 (enum png_keyword_index): Add PNG_BACKGROUND.
18522 (enum jpeg_keyword_index): Add JPEG_BACKGROUND.
18523 (enum tiff_keyword_index): Add TIFF_BACKGROUND.
18524 (enum gif_keyword_index): Add GIF_BACKGROUND.
18525 (enum gs_keyword_index): Add GS_BACKGROUND.
18526 (pbm_load, png_load, jpeg_load, tiff_load, gif_load):
18527 Pre-calculate image background color where necessary.
18528 (x_create_x_image_and_pixmap, xbm_load, gs_load):
18529 Use display info's n_cbits entry for screen depth.
18530 (Fx_show_tip): Remove unused variables `buffer', `top',
18531 `left', `max_width' and `max_height'.
18532
18533 * w32menu.c (w32_menu_show, push_menu_pane): Doc fixes.
18534
18535 2001-11-18 Gerd Moellmann <gerd@gnu.org>
18536
18537 * puresize.h (BASE_PURESIZE): Increase to 750000.
18538
18539 2001-11-18 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18540
18541 * frame.c (Fframe_live_p): Doc fix.
18542
18543 2001-11-18 Richard M. Stallman <rms@gnu.org>
18544
18545 * xdisp.c (message_dolog_marker1, message_dolog_marker2)
18546 (message_dolog_marker3): New static variables hold three markers.
18547 (syms_of_xdisp): Initialize and staticpro them.
18548 (message_dolog): Use message_dolog_marker1..3 instead of
18549 allocating markers each time. Unchain them when done.
18550
18551 2001-11-17 Richard M. Stallman <rms@gnu.org>
18552
18553 * doc.c (Fsnarf_documentation): Doc fix.
18554
18555 2001-11-17 Andreas Schwab <schwab@suse.de>
18556
18557 * xterm.c (note_mouse_highlight): Fix type of variable `ignore'.
18558
18559 2001-11-17 Richard M. Stallman <rms@gnu.org>
18560
18561 * fileio.c (Fwrite_region): Avoid initializer for Lisp_Object.
18562
18563 2001-11-17 Jason Rumney <jasonr@gnu.org>
18564
18565 * xterm.c (notice_overwritten_cursor): Take care of end < 0 case.
18566
18567 2001-11-17 Gerd Moellmann <gerd@gnu.org>
18568
18569 * xdisp.c (tool_bar_item_info): Avoid calling Fget_text_property
18570 with invalid position.
18571
18572 2001-11-16 Richard M. Stallman <rms@gnu.org>
18573
18574 * syswait.h: Delete conditionals for HPUX7, ISC 4.1, and convex.
18575
18576 * s/isc4-1.h (HAVE_SYS_WAIT_H): Add #undef.
18577 * s/hpux.h (HAVE_SYS_WAIT_H): Add #undef.
18578 * s/hpux8.h (HAVE_SYS_WAIT_H): Define it.
18579
18580 * m/convex.h (HAVE_SYS_WAIT_H): Add #undef.
18581
18582 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
18583
18584 * fileio.c (build_annotations): Split off the tail.
18585 (build_annotations_2): New fun. Extracted from build_annotations.
18586 (Fwrite_region): Split the call to build_annotations into two
18587 calls to build_annotations and build_annotations_2.
18588
18589 2001-11-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18590
18591 * sysdep.c (wait_for_kbd_input) [VMS]: Do not call
18592 clear_waiting_for_input with argument.
18593
18594 * xterm.h (x_update_cursor): Remove duplicated prototype.
18595
18596 * keyboard.h (clear_waiting_for_input): Remove duplicated prototype.
18597
18598 * xterm.c (waiting_for_input): Remove unnecessary declaration.
18599
18600 * data.c (Ftimes, Fquo, Frem, Fmod): Doc fix.
18601
18602 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
18603
18604 * fileio.c (choose_write_coding_system): New fun, extracted
18605 from Fwrite_region.
18606 (Fwrite_region): Use it.
18607
18608 * eval.c (max_specpdl_size, max_lisp_eval_depth): Use EMACS_INT.
18609 (funcall_lambda, run_hook_with_args): Make static and add prototype.
18610 (ml_apply, find_handler_clause): Add prototype.
18611
18612 2001-11-16 Eli Zaretskii <eliz@gnu.org>
18613
18614 * config.in: Add #undef HAVE_COFF_H.
18615
18616 * unexec.c (coff.h): Don't include unless HAVE_COFF_H is defined.
18617 Required for ISC 4.1.
18618
18619 2001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
18620
18621 * syswait.h (HAVE_SYS_WAIT_H): Undef for ISC 4.1. Reported by
18622 Andrew Wiseman <a.wiseman@btclick.com>.
18623
18624 2001-11-16 Kim F. Storm <storm@cua.dk>
18625
18626 The following changes are made to clean up the various internal
18627 references to the fringes to actually use the term `fringe' for
18628 them. Previously, they were called `flags areas', `bitmap areas',
18629 `left/right side of windows', or implicitly as `flags' or
18630 `bitmaps':
18631
18632 * dispextern.h (FRINGE_FACE_ID): Renamed from BITMAP_AREA_FACE_ID.
18633 Comments fixed. Use renamed symbols.
18634
18635 * dispnew.c: Comment fix. Use renamed symbols.
18636
18637 * frame.h (FRAME_FRINGE_COLS): Renamed from FRAME_FLAGS_AREA_COLS.
18638 (FRAME_FRINGE_WIDTH): Renamed from FRAME_FLAGS_AREA_WIDTH.
18639 (FRAME_LEFT_FRINGE_WIDTH): Renamed from FRAME_LEFT_FLAGS_AREA_WIDTH.
18640
18641 * msdos.c: Comment fix.
18642
18643 * w32fns.c: Use renamed symbols.
18644
18645 * w32term.c: Comment fixes. Use renamed symbols.
18646 (fringe_bitmap_type): Renamed from bitmap_type.
18647 (NO_FRINGE_BITMAP): Renamed from NO_BITMAP.
18648 (w32_draw_fringe_bitmap): Renamed from w32_draw_bitmap.
18649 (x_draw_row_fringe_bitmaps): Renamed from x_draw_row_bitmaps.
18650
18651 * w32term.h: Comment fixes. Use renamed symbols.
18652 (fringes_extra): Renamed from flags_areas_extra.
18653 (FRAME_FRINGE_BITMAP_WIDTH): Renamed from FRAME_FLAGS_BITMAP_WIDTH.
18654 (FRAME_FRINGE_BITMAP_HEIGHT): Renamed from FRAME_FLAGS_BITMAP_HEIGHT.
18655 (FRAME_X_FRINGE_COLS): Renamed from FRAME_X_FLAGS_AREA_COLS.
18656 (FRAME_X_FRINGE_WIDTH): Renamed from FRAME_X_FLAGS_AREA_WIDTH.
18657 (FRAME_X_LEFT_FRINGE_WIDTH):
18658 Renamed from FRAME_X_LEFT_FLAGS_AREA_WIDTH.
18659 (FRAME_X_RIGHT_FRINGE_WIDTH):
18660 Renamed from FRAME_X_RIGHT_FLAGS_AREA_WIDTH.
18661
18662 * widget.c: Use renamed symbols.
18663
18664 * window.c: Comment fixes. Use renamed symbols.
18665 (coordinates-in-window-p): Doc fix.
18666
18667 * xdisp.c: Comment fixes. Use renamed symbols.
18668
18669 * xfaces.c (realize_basic_faces): Use FRINGE_FACE_ID.
18670
18671 * xfns.c: Use renamed symbols.
18672
18673 * xterm.c: Comment fixes. Use renamed symbols.
18674 (fringe_bitmap_type): Renamed from bitmap_type.
18675 (NO_FRINGE_BITMAP): Renamed from NO_BITMAP.
18676 (x_draw_fringe_bitmap): Renamed from x_draw_bitmap.
18677 (x_draw_row_fringe_bitmaps): Renamed from x_draw_row_bitmaps.
18678
18679 * xterm.h: Comment fixes. Use renamed symbols.
18680 (fringes_extra): Renamed from flags_areas_extra.
18681 (FRAME_FRINGE_BITMAP_WIDTH): Renamed from FRAME_FLAGS_BITMAP_WIDTH.
18682 (FRAME_FRINGE_BITMAP_HEIGHT): Renamed from FRAME_FLAGS_BITMAP_HEIGHT.
18683 (FRAME_X_FRINGE_COLS): Renamed from FRAME_X_FLAGS_AREA_COLS.
18684 (FRAME_X_FRINGE_WIDTH): Renamed from FRAME_X_FLAGS_AREA_WIDTH.
18685 (FRAME_X_LEFT_FRINGE_WIDTH):
18686 Renamed from FRAME_X_LEFT_FLAGS_AREA_WIDTH.
18687 (FRAME_X_RIGHT_FRINGE_WIDTH):
18688 Renamed from FRAME_X_RIGHT_FLAGS_AREA_WIDTH.
18689
18690 2001-11-15 Jason Rumney <jasonr@gnu.org>
18691
18692 * w32menu.c (add-menu-item): Make help_echo and radio buttons
18693 work for most menu items. From David Ponce
18694 <david.ponce@wanadoo.fr>.
18695
18696 2001-11-15 Gerd Moellmann <gerd@gnu.org>
18697
18698 * xfns.c (x_set_frame_parameters): Revert change of 2001-11-07.
18699 Some x_set_* function expect to be called even if old and new
18700 value are equal.
18701
18702 * xdisp.c (build_desired_tool_bar_string): Accept zero
18703 tool_bar_button_relief.
18704
18705 * xfns.c (Fx_create_frame): Accept zero tool_bar_button_relief.
18706
18707 * xterm.c (x_draw_image_relief): Accept zero tool_bar_button_relief.
18708
18709 * xterm.c (x_draw_bar_cursor): If the background color of the
18710 glyph under the cursor equals the frame's cursor color, use
18711 the glyph's foreground color for drawing the bar cursor.
18712
18713 * dispnew.c (direct_output_forward_char): Fix character/byte
18714 position comparison.
18715
18716 2001-11-15 Miles Bader <miles@gnu.org>
18717
18718 * editfns.c (find_field): Add BEG_LIMIT and END_LIMIT parameters.
18719 (Fdelete_field, Ffield_string, Ffield_string_no_properties):
18720 Update arguments to find_field.
18721 (Ffield_beginning, Ffield_end): Add LIMIT param, pass to find_field.
18722 (Fconstrain_to_field): Use LIMIT arg to shorten search time.
18723 * lisp.h (Ffield_beginning, Ffield_end): Update EXFUN decl.
18724 * minibuf.c (Fminibuffer_prompt_end): Update args to Ffield_end.
18725
18726 2001-11-14 Richard M. Stallman <rms@gnu.org>
18727
18728 * editfns.c (Fpropertize): Allow call with 1 arg.
18729
18730 * dispextern.h (image_background, image_background_transparent):
18731 Conditionalize on HAVE_X_WINDOWS.
18732
18733 2001-11-13 Richard M. Stallman <rms@gnu.org>
18734
18735 * print.c (Fprin1_to_string): Doc fix.
18736
18737 * sunfns.c (Fsun_change_cursor_icon): Doc fix.
18738
18739 * floatfns.c (Fceiling, Ffloor): Doc fixes.
18740
18741 * filelock.c (Funlock_buffer, Ffile_locked_p): Doc fixes.
18742
18743 * fileio.c (Ffile_accessible_directory_p): Doc fix.
18744
18745 * eval.c (syms_of_eval): Doc fix.
18746
18747 * coding.c (syms_of_coding): Doc fix.
18748
18749 * doc.c (Fsnarf_documentation): Doc fix.
18750
18751 * dispnew.c (syms_of_display): Doc fix.
18752
18753 * category.c (Fget_unused_category): Doc fix.
18754
18755 * buffer.c (syms_of_buffer): Doc fixes.
18756
18757 2001-11-14 Eli Zaretskii <eliz@is.elta.co.il>
18758
18759 * print.c (prin1, print): Doc fix.
18760
18761 2001-11-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18762
18763 * fontset.h: Remove declarations of variables
18764 `Vhighlight_wrong_size_font' and `Vclip_large_size_font'.
18765
18766 * fontset.c: Remove variables `Vhighlight_wrong_size_font' and
18767 `Vclip_large_size_font'.
18768
18769 2001-11-13 Jason Rumney <jasonr@gnu.org>
18770
18771 * w32fns.c: Doc fix.
18772
18773 2001-11-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18774
18775 * xfaces.c (Fface_attributes_as_vector): Doc fix.
18776
18777 * fns.c: Doc fix.
18778
18779 * emacs.c: Doc fix.
18780
18781 * coding.c: Doc fix.
18782
18783 * cmds.c, composite.c, dired.c, doc.c, filelock.c, floatfns.c,
18784 * fontset.c, insdel.c, keymap.c: Change doc-string comments to
18785 `new style' [w/`doc:' keyword].
18786
18787 2001-11-12 Richard M. Stallman <rms@gnu.org>
18788
18789 * xterm.c (XTread_socket): Don't update focus for EnterNotify or
18790 LeaveNotify events. Only FocusIn and FocusOut do that now.
18791 (x_display_and_set_cursor): Do display hollow cursors in active
18792 minibuffer windows when they are not selected.
18793
18794 2001-11-12 Jason Rumney <jasonr@gnu.org>
18795
18796 * w32console.c, w32fns.c, w32menu.c, w32proc.c, w32select.c,
18797 * w32term.c: Change doc-string comments to `new style'
18798 [w/`doc:' keyword]. Doc fixes.
18799
18800 * w32fns.c: Don't define max.
18801 (Fx_open_connection): Only execute once.
18802
18803 2001-11-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18804
18805 * ccl.c: Change macros to use do-while block instead of if-else.
18806 Use braces to follow GNU Coding Standards.
18807
18808 2001-11-11 Richard M. Stallman <rms@gnu.org>
18809
18810 * sysdep.c (child_setup_tty): Don't clear ICRNL or INLCR.
18811
18812 * lread.c (read_escape): Use end_of_file_error for reporting eof.
18813
18814 * insdel.c (replace_range): Use adjust_markers_for_replace
18815 instead of adjust_markers_for_delete and adjust_markers_for_insert.
18816
18817 * intervals.h (set_text_properties, set_text_properties_1): Declare.
18818
18819 * textprop.c (set_text_properties_1): New subroutine
18820 broken out of set_text_properties.
18821 (set_text_properties): Use set_text_properties_1.
18822
18823 * intervals.c (graft_intervals_into_buffer):
18824 Use set_text_properties_1 to clear out properties.
18825
18826 * search.c (Freplace_match): Use replace_range to insert
18827 and delete. Don't request property inheritance from
18828 surrounding text.
18829
18830 2001-11-10 Jason Rumney <jasonr@gnu.org>
18831
18832 * w32fns.c (enum_font_cb2): Use leading @ on face name to detect
18833 vertical fonts. Allow them if face name is explicitly specified.
18834 Do not give up if we find a font that cannot be converted to an xlfd.
18835
18836 2001-11-10 Gerd Moellmann <gerd@gnu.org>
18837
18838 * unexelf.c (unexec): Use mmap/munmap to allocate buffers
18839 instead of malloc/free.
18840
18841 2001-11-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18842
18843 * xfaces.c (merge_face_vectors): Use braces to follow GNU
18844 Coding Standards.
18845 (Finternal_set_lisp_face_attribute): Likewise.
18846
18847 * buffer.c (Fbury_buffer): Likewise.
18848
18849 * indent.c (current_column_1): Remove unused variable `prev_col'.
18850
18851 * coding.c (encode_coding): Use precomputed value of `src'.
18852 (encode_coding): Remove unused variable `src_end'.
18853 (code_convert_region): Remove unused variables `count'.
18854
18855 2001-11-07 Jason Rumney <jasonr@gnu.org>
18856
18857 * w32term.c (x_display_and_set_cursor): Do not move system caret
18858 if cursor_glyph is NULL.
18859
18860 2001-11-07 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18861
18862 * keymap.c (access_keymap): Fix compilation error.
18863
18864 2001-11-07 Miles Bader <miles@gnu.org>
18865
18866 * xfns.c (x_set_frame_parameters): Avoid infinite recursion.
18867
18868 2001-11-07 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18869
18870 * intervals.c (graft_intervals_into_buffer):
18871 Remove #ifdef'd-out code.
18872 (graft_intervals_into_buffer): Remove unused variable `middle'.
18873
18874 * lread.c (Feval_region): Remove obsolete #ifdef'd-out
18875 code (eval-current-buffer).
18876 Change doc-string comments to `new style' [w/`doc:' keyword].
18877
18878 2001-11-06 Richard M. Stallman <rms@gnu.org>
18879
18880 * keymap.c (access_keymap): Don't use initializers on Lisp_Object.
18881
18882 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
18883
18884 * lread.c (read1): Fix behavior with nested backquoting.
18885
18886 * keyboard.c (make_lispy_event): Check integerness and fix
18887 Lisp_Object/int mixup.
18888
18889 2001-11-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18890
18891 * fns.c (copy_hash_table): Remove unused variable `v'.
18892
18893 * fontset.c (fontset_font_pattern): Remove unused variable
18894 `family_registry'.
18895
18896 * indent.c (current_column_1): Remove unused variable `prev_col'.
18897
18898 2001-11-05 Richard M. Stallman <rms@gnu.org>
18899
18900 * m/news-risc.h (BROKEN_PROTOTYPES): Defined.
18901
18902 * buffer.c (Fkill_buffer): Don't delete auto save file
18903 if buffer is modified.
18904
18905 2001-11-05 Andrew Innes <andrewi@gnu.org>
18906
18907 * w32proc.c (Fw32_set_keyboard_layout): Use CHECK_NUMBER_CAR and
18908 CHECK_NUMBER_CDR.
18909
18910 2001-11-05 Richard M. Stallman <rms@gnu.org>
18911
18912 * unexelf.c (unexec): Minor changes; clean up comments.
18913
18914 2001-11-05 Sam Steingold <sds@gnu.org>
18915
18916 * w32term.c (x_display_and_set_cursor): Fix w32 compilation error.
18917
18918 2001-11-05 Andreas Schwab <schwab@suse.de>
18919
18920 * sound.c (sound_perror): Save errno from being clobbered.
18921
18922 2001-11-05 Dale Hagglund <rdh@yottayotta.com>
18923
18924 * unexelf.c (unexec): Don't use `mmap'. Instead, read and write
18925 the program image directly.
18926
18927 2001-11-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18928
18929 * buffer.h (Fbuffer_local_value): Add prototype.
18930
18931 2001-11-04 Richard M. Stallman <rms@gnu.org>
18932
18933 * buffer.c (Fbuffer_local_value): Remove extra args from CHECK_SYMBOL
18934 and CHECK_BUFFER.
18935
18936 * keyboard.c (read_char): Use Fcar and Fcdr, not Fnth.
18937 (record_char): Likewise.
18938
18939 * keyboard.c (make_lispy_event): Don't insist a drag event must
18940 move to a different buffer position. Instead, check for moving at
18941 least double_click_fuzz.
18942
18943 * fns.c (Fmake_hash_table): Use XCAR and XCDR, not Fnth and Flength.
18944
18945 * keyboard.c (echo-area-clear-hook): Undo Oct 29 change.
18946
18947 * indent.c (current_column_1, Fmove_to_column): Separate the code
18948 for display-table glyphs from the code for buffer text, to fix
18949 bugs in the former.
18950
18951 2001-11-04 Michael Welsh Duggan <md5i@cs.cmu.edu>
18952
18953 * buffer.c (Fbuffer_local_value): New function.
18954 (syms_of_buffer): Defsubr it.
18955
18956 * xterm.c, w32term.c (x_display_and_set_cursor): Use buffer-local
18957 value of `cursor-in-non-selected-windows'.
18958
18959 * lisp.h (Qcursor_in_non_selected_windows): New declaration.
18960 * xdisp.c (Qcursor_in_non_selected_windows): New variable.
18961 (syms_of_xdisp): Initialize it.
18962
18963 2001-11-04 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18964
18965 * xfns.c (Fx_create_frame): Doc fix.
18966
18967 * coding.c: Change doc-string comments to `new style' [w/`doc:'
18968 keyword].
18969
18970 * eval.c (top_level_value, top_level_set): Remove commented and
18971 #ifdef'd-out code.
18972 (Fdefvar): Fix usage in doc-string.
18973
18974 2001-11-03 Richard M. Stallman <rms@gnu.org>
18975
18976 * xfns.c: Include unistd.h, if it exists.
18977
18978 * editfns.c: Move the include of ctype.h after unistd.h.
18979
18980 * gmalloc.c: Test BROKEN_PROTOTYPES.
18981
18982 2001-11-03 Ken Raeburn <raeburn@gnu.org>
18983
18984 * lisp.h (CHECK_STRING_CAR): New macro.
18985 * lread.c (Fload): Use XSETCARFASTINT, XSETCDRFASTINT instead of
18986 treating XCAR and XCDR as lvalues.
18987 (openp): Use CHECK_STRING_CAR.
18988 (read_list): Use XSETCDR instead of treating XCDR as lvalue.
18989
18990 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
18991
18992 * s/sco5.h (sigprocmask_set): Declare as extern SIGMASKTYPE.
18993 (SIGMASKTYPE): Define.
18994
18995 * syssignal.h (sigunblock): Don't define if already defined.
18996
18997 2001-11-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18998
18999 * eval.c (debugger_may_continue, Vdebug_ignored_errors)
19000 (call_debugger, Fcondition_case, skip_debugger, unbind_to):
19001 Fix typos in comments.
19002
19003 * mocklisp.c (Fml_defun, Fml_while, Fml_substr): Remove commented
19004 and #ifdef'd-out code.
19005 Fix and reindent comments.
19006
19007 * mocklisp.h: Remove comment which is a copy of comment in mocklisp.c.
19008
19009 * category.h (CHECK_CATEGORY, CHECK_CATEGORY_SET): Remove unused
19010 argument `i' in macros.
19011
19012 * frame.h (CHECK_FRAME, CHECK_LIVE_FRAME): Remove unused argument
19013 `i' in macros.
19014
19015 * lisp.h (CHECK_STRING_OR_BUFFER, CHECK_HASH_TABLE, CHECK_LIST)
19016 (CHECK_STRING, CHECK_CONS, CHECK_SYMBOL, CHECK_CHAR_TABLE)
19017 (CHECK_VECTOR, CHECK_VECTOR_OR_CHAR_TABLE, CHECK_BUFFER)
19018 (CHECK_WINDOW, CHECK_LIVE_WINDOW, CHECK_PROCESS, CHECK_NUMBER)
19019 (CHECK_NATNUM, CHECK_MARKER, CHECK_NUMBER_COERCE_MARKER)
19020 (CHECK_FLOAT, CHECK_NUMBER_OR_FLOAT)
19021 (CHECK_NUMBER_OR_FLOAT_COERCE_MARKER, CHECK_OVERLAY)
19022 (CHECK_NUMBER_CAR, CHECK_NUMBER_CDR): Remove unused argument `i'
19023 in macros.
19024
19025 * abbrev.c, alloc.c, buffer.c, bytecode.c, callint.c, callproc.c,
19026 * casefiddle.c, category.c, ccl.c, charset.c, cmds.c, coding.c,
19027 * composite.c, data.c, dired.c, dispnew.c, doc.c, dosfns.c, emacs.c,
19028 * eval.c, fileio.c, filelock.c, fns.c, fontset.c, frame.c, frame.h,
19029 * indent.c, keyboard.c, keymap.c, lread.c, macros.c, marker.c,
19030 * minibuf.c, mocklisp.c, msdos.c, print.c, process.c, search.c,
19031 * sunfns.c, syntax.c, textprop.c, undo.c, w16select.c, w32console.c,
19032 * w32fns.c, w32menu.c, w32proc.c, w32select.c, window.c, xdisp.c,
19033 * xfaces.c, xmenu.c, xselect.c: Update usage of CHECK_ macros
19034 (remove unused second argument).
19035
19036 2001-11-02 Stefan Monnier <monnier@cs.yale.edu>
19037
19038 * syntax.c (describe_syntax): New wrapper.
19039 (Finternal_describe_syntax_value): Rename from describe_syntax.
19040 Don't insert space at front and \n at the end.
19041 (syms_of_syntax): Defsubr Sinternal_describe_syntax_value.
19042
19043 * regex.c (re_wctype): Try to fix some warnings.
19044 (regcomp, regexec): Don't forget the __restrict.
19045
19046 2001-11-02 Richard M. Stallman <rms@gnu.org>
19047
19048 * textprop.c (Fget_char_property): Doc fix.
19049
19050 2001-11-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19051
19052 * process.c (Fstart_process): Add usage to doc-string.
19053
19054 * data.c (Fsetq_default): Ditto.
19055
19056 * callint.c (Finteractive): Ditto.
19057
19058 2001-11-01 Stefan Monnier <monnier@cs.yale.edu>
19059
19060 * macros.c: Don't include keymap.h any more.
19061
19062 2001-11-01 Richard M. Stallman <rms@gnu.org>
19063
19064 * data.c (Fmake_local_variable): Doc fix.
19065
19066 * eval.c (Frun_hooks, Frun_hook_with_args_until_failure): Doc fix.
19067 (Frun_hook_with_args_until_success, Frun_hook_with_args): Doc fix.
19068
19069 * keymap.c (Fdescribe_buffer_bindings): Print character property
19070 bindings along with or instead of the buffer local map.
19071 Make the overriding maps override what they should.
19072
19073 2001-11-01 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19074
19075 * window.c (grow_mini_window): Fix typo in comment.
19076
19077 2001-11-01 Gerd Moellmann <gerd@gnu.org>
19078
19079 * xterm.c (x_scroll_bar_create): Check for width and height > 0.
19080 (XTset_vertical_scroll_bar): Likewise.
19081
19082 * xfns.c (x_build_heuristic_mask): Use four_corners_best
19083 instead of IMAGE_BACKGROUND.
19084
19085 * xfns.c (four_corners_best): Reindent.
19086
19087 * xfaces.c (Finternal_set_lisp_face_attribute_from_resource):
19088 Handle :box so that it is possible to specify sexprs.
19089
19090 2001-10-31 Eli Zaretskii <eliz@is.elta.co.il>
19091
19092 * s/hpux11.h: New file.
19093
19094 2001-10-31 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19095
19096 * emacs.c (USAGE1): Show command line option --no-window-system
19097 instead of --no-windows in usage.
19098 (standard_args): Rename --no-windows to --no-window-system.
19099 (bug_reporting_address): Follow Emacs coding conventions.
19100
19101 * eval.c (Fcommandp): Doc fix.
19102 Change doc-string comments to `new style' [w/`doc:' keyword].
19103
19104 * frame.c (Fframe_live_p): Doc fix.
19105
19106 * buffer.c (selective-display-ellipses): Doc fix.
19107
19108 2001-10-31 Gerd Moellmann <gerd@gnu.org>
19109
19110 * lread.c (to_multibyte): Fix computation of new read_buffer_size.
19111
19112 * xfaces.c (realize_x_face): If C is not a single-byte character,
19113 set the face's colors_copied_bitwise_p instead of the defaulted_p
19114 members which have a different meaning.
19115 (free_face_colors): Do nothing for a face whose colors have been
19116 copied bitwise.
19117
19118 * dispextern.h (struct face) <colors_copied_bitwise_p>: New member.
19119
19120 2001-10-31 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19121
19122 * marker.c, mocklisp.c: Change doc-string comments to `new style'
19123 [w/`doc:' keyword].
19124
19125 2001-10-31 Gerd Moellmann <gerd@gnu.org>
19126
19127 * fns.c (require_unwind): Return Lisp_Object.
19128
19129 2001-10-31 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19130
19131 * keyboard.c (lucid-menu-bar-dirty-flag): Doc fix.
19132 (last-input-char): Revert doc-string to be the same as the
19133 doc-string of `last-input-event'.
19134
19135 * xdisp.c: Fix typos in comments.
19136
19137 2001-10-31 Gerd Moellmann <gerd@gnu.org>
19138
19139 * window.c (grow_mini_window): Handle case that the root
19140 window is already smaller than the nominal mininum height.
19141
19142 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
19143
19144 * emacs.c (main): Don't call keys_of_macros any more.
19145
19146 * lisp.h (keys_of_macros): Remove.
19147
19148 * macros.c (keys_of_macros): Remove.
19149
19150 * xfaces.c (Fface_attribute_relative_p): Declare args.
19151
19152 2001-10-30 Jason Rumney <jasonr@gnu.org>
19153
19154 * w32fns.c (w32_to_x_charset): Increase size of XLFD charset buffer.
19155 (enum_font_cb2): Ignore fonts with vertical orientation.
19156
19157 2001-10-30 Richard M. Stallman <rms@gnu.org>
19158
19159 * keyboard.c (Finput_pending_p): Doc fix.
19160
19161 2001-10-30 Gerd Moellmann <gerd@gnu.org>
19162
19163 * xterm.c (x_after_update_window_line): Don't run the code
19164 clearing in borders for rows whose visible height is 0.
19165
19166 * xdisp.c (clear_garbaged_frames): Redraw the frame only if its
19167 resized_p flag is set. If not set, use the much less flickering
19168 method previously used.
19169
19170 * dispnew.c (change_frame_size_1): Set frame's resized_p.
19171
19172 * frame.h (struct frame) <resized_p>: New member.
19173
19174 * lread.c (to_multibyte): Ensure read_buffer is at least twice
19175 as large as the number of bytes to convert.
19176
19177 * lread.c (to_multibyte): New function.
19178 (read1): Use it.
19179
19180 2001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
19181
19182 * msdos.h (FRAME_LINE_HEIGHT): Define (it's used by xmenu.c).
19183
19184 2001-10-30 Gerd Moellmann <gerd@gnu.org>
19185
19186 * xterm.c (x_draw_relief_rect): Correct bottom relief by 1 pixel.
19187 (x_set_glyph_string_background_width): Set extends_to_end_of_line_p
19188 if the row's fill_line_p is set and drawing the last glyph with
19189 DRAW_IMAGE_{RAISED,SUNKEN}.
19190
19191 * xdisp.c (clear_garbaged_frames): Call Fredraw_frame.
19192
19193 2001-10-29 Stefan Monnier <monnier@cs.yale.edu>
19194
19195 * xmenu.c: Include coding.h and charset.h.
19196 (Fx_popup_menu): Use FRAME_PTR and FRAME_FONT and FRAME_LINE_HEIGHT.
19197 (Fx_popup_dialog): Use FRAME_PTR and enum scroll_bar_part.
19198 (single_submenu, xmenu_show): Use ENCODE_SYSTEM.
19199 Explicitly set wv->help. Use `TRUE' rather than `True'.
19200 (menu_help_callback): Use empty_string.
19201
19202 * w32menu.c (Fx_popup_menu): Explicitly init f, xpos, and ypos.
19203 (Fx_popup_dialog): Explicitly init f.
19204 (w32_menu_display_help): Use empty_string.
19205
19206 2001-10-29 Richard M. Stallman <rms@gnu.org>
19207
19208 * fns.c (Frequire): Detect recursive try to require the same
19209 feature 3 or more levels deep, and get error.
19210 (require_unwind): New subroutine.
19211 (require_nesting_list): New variable.
19212 (syms_of_fns): Init and staticpro it.
19213
19214 * print.c (print_object): Clarify indication of insertion type.
19215
19216 2001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
19217
19218 * coding.c (syms_of_coding): Document that locale-coding-system is
19219 used for decoding input on X.
19220
19221 * window.c (Fscroll_left, Fscroll_right): Doc fix.
19222
19223 2001-10-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19224
19225 * keyboard.c (Finput_pending_p): Fix typo in doc-string.
19226 (echo-area-clear-hook): Properly DEFVAR_LISP and staticpro it.
19227
19228 2001-10-29 Gerd Moellmann <gerd@gnu.org>
19229
19230 * xterm.c (x_display_and_set_cursor): If cursor_in_echo_area,
19231 use NO_CURSOR if cursor_in_non_selected_windows is false.
19232
19233 * xfaces.c (Fface_font): Use UNSPECIFIEDP instead of NILP for
19234 the slant attribute if FRAME is t.
19235
19236 * xfns.c (x_set_internal_border_width): Set frame garbaged
19237 when X window doesn't exist yet.
19238
19239 * xterm.c (x_after_update_window_line): Clear internal border
19240 in different circumstances.
19241
19242 * xterm.c (XTread_socket) <KeyPress>: Don't use
19243 STRING_CHAR_AND_LENGTH if nchars == nbytes. From Kenichi Handa
19244 <handa@etl.go.jp>.
19245
19246 2001-10-28 Eli Zaretskii <eliz@is.elta.co.il>
19247
19248 * m/ibms390.h: New file. From Adam Thornton
19249 <athornton@sinenomine.net>.
19250
19251 2001-10-28 Gerd Moellmann <gerd@gnu.org>
19252
19253 * xfns.c (x_build_heuristic_mask): Use x_alloc_image_color.
19254
19255 * xfns.c (x_build_heuristic_mask): Fix a bug not incrementing
19256 a loop counter.
19257
19258 2001-10-28 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19259
19260 * emacs.c: Use argv[0] instead of "emacs" when -t was specified.
19261
19262 * keyboard.c: Change doc-string comments to `new style' [w/`doc:'
19263 keyword].
19264 Fix typos in comments.
19265
19266 * emacs.c (bug_reporting_address): New function.
19267 Use it when displaying usage message.
19268
19269 * minibuf.c (read_minibuf): Remove unused external declaration of
19270 variable `Qread_only'.
19271
19272 * keymap.c (access_keymap): Remove unused variable `charset'.
19273
19274 2001-10-28 Miles Bader <miles@gnu.org>
19275
19276 * xfaces.c (merge_face_heights): Handle TO being relative as well.
19277 Remove #ifdef'd-out code.
19278 (Fface_attribute_relative_p, Fmerge_face_attribute): New functions.
19279 (syms_of_xfaces): Initialize them.
19280
19281 2001-10-27 Jason Rumney <jasonr@gnu.org>
19282
19283 * w32fns.c (w32_wnd_proc) <WM_KILLFOCUS>: Destroy the system caret.
19284 <WM_EMACS_DESTROY_CARET, WM_EMACS_TRACK_CARET>: Track cursor
19285 position using the system caret.
19286
19287 * w32term.c (w32_system_caret_hwnd, w32_system_caret_width)
19288 (w32_system_caret_height, w32_system_caret_x)
19289 (w32_system_caret_y): New variables for tracking system caret.
19290 (w32_initialize): Initialize them.
19291 (x_display_and_set_cursor): Make system caret follow the active cursor.
19292
19293 * w32term.h (WM_EMACS_TRACK_CARET, WM_EMACS_DESTROY_CARET):
19294 New messages types.
19295
19296 * w32term.c (note_mouse_highlight): Clear old help_echo.
19297
19298 2001-10-27 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19299
19300 * xterm.c: Fix typo in a comment.
19301
19302 * emacs.c: Fix typos in comments.
19303 Remove unnecessary spaces.
19304 Change doc-string comments to `new style' [w/`doc:' keyword].
19305 (USAGE2): Fix typos in usage string.
19306
19307 * xterm.c: Fix typo in a comment.
19308
19309 * lisp.h (gdb_lisp_params): Remove code in #if 0 which is now in
19310 emacs.c.
19311
19312 2001-10-27 Gerd Moellmann <gerd@gnu.org>
19313
19314 * xdisp.c (move_it_vertically_backward): Use 2/3 line_height
19315 instead of 1/2 line_height in the heuristic for skipping
19316 farther backward when target_y was not reached.
19317
19318 * sound.c (sound_perror): Unblock SIGIO, turn on atimers.
19319 Display errno only if non-zero.
19320 (sound_warning): New function.
19321 (vox_configure): Don't treat failing to set sample rate as error.
19322 (various places): Improve error messages.
19323
19324 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
19325
19326 * fileio.c (Faccess_file): Run the argument filename through
19327 Fexpand_file_name, before using it.
19328
19329 * dispnew.c (syms_of_display) <visible-bell>: Add a reference to
19330 ring-bell-function. Suggested by Alf-Ivar Holm <alfh@ifi.uio.no>
19331
19332 2001-10-26 Gerd Moellmann <gerd@gnu.org>
19333
19334 * insdel.c (insert_1_both): Do nothing if NCHARS == 0.
19335
19336 * xterm.c (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
19337 Fix clearing in the case of scroll bars on the right.
19338
19339 2001-10-26 Juanma Barranquero <lektu@terra.es>
19340
19341 * w32gui.h (XImage): Add a dummy typedef.
19342
19343 2001-10-26 Gerd Moellmann <gerd@gnu.org>
19344
19345 * xfns.c (XScreenNumberOfScreen): Fix struct to pointer comparison.
19346
19347 2001-10-25 Eli Zaretskii <eliz@is.elta.co.il>
19348
19349 * frame.c (Fframe_parameter): Fix last change.
19350
19351 * fileio.c: Revert last change (which removed old commented-out
19352 version of expand-file-name). Add a comment that explains why
19353 this old version should not be removed.
19354
19355 2001-10-25 Gerd Moellmann <gerd@gnu.org>
19356
19357 * frame.c (Fframe_parameter): Fix a bug whereby some
19358 ``artificial'' frame parameters, like `minibuffer' were not
19359 obtained by calling Fframe_parameters.
19360
19361 * xterm.c (show_mouse_face): Clean up. Recognize overwritten
19362 cursor differently.
19363
19364 * xdisp.c (move_it_vertically_backward): Compute line height
19365 differently. Add heuristic to try to be more compatible to 20.x.
19366
19367 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
19368
19369 * lisp.h (make_fixnum_or_float): Coerce double to int explicitly.
19370
19371 * editfns.c (text_property_stickiness): Fix Lisp_Object used as
19372 boolean.
19373
19374 2001-10-25 Miles Bader <miles@gnu.org>
19375
19376 * xfns.c (png_load): Make sure SPECIFIED_BG is a string.
19377 BG is a pointer to a structure, not a structure.
19378 (gif_format, png_format): Add missing commas.
19379
19380 2001-10-24 Richard M. Stallman <rms@gnu.org>
19381
19382 * xfaces.c (Fface_attributes_as_vector): New function.
19383 (syms_of_xfaces): Defsubr it.
19384
19385 2001-10-24 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19386
19387 * dispnew.c (sync_window_with_frame_matrix_rows): Remove unused
19388 variable `area'.
19389
19390 2001-10-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19391
19392 * search.c (scan_newline): Remove unused variable `selective_display'.
19393
19394 2001-10-25 Miles Bader <miles@gnu.org>
19395
19396 * dispextern.h (struct image): Add `background',
19397 `background_valid', and `background_transparent' fields.
19398 (image_background, image_background_transparent): New declarations.
19399 (IMAGE_BACKGROUND, IMAGE_BACKGROUND_TRANSPARENT): New macros.
19400 * xfns.c (image_background, image_background_transparent)
19401 (four_corners_best): New functions.
19402 (xpm_format, png_format, jpeg_format, tiff_format, gif_format)
19403 (gs_format): Add `:background' entry.
19404 (lookup_image): Set IMG's background color if specified.
19405 (pbm_load, xbm_load_image, png_load): Set IMG's background field
19406 when appropriate.
19407 (x_clear_image_1): Reset `background_valid' and
19408 `background_transparent_valid' fields.
19409 (x_build_heuristic_mask): Use IMAGE_BACKGROUND instead of
19410 calculating it here. Set IMG's background_transparent field.
19411 (enum xpm_keyword_index): Add XPM_BACKGROUND.
19412 (enum png_keyword_index): Add PNG_BACKGROUND.
19413 (enum jpeg_keyword_index): Add JPEG_BACKGROUND.
19414 (enum tiff_keyword_index): Add TIFF_BACKGROUND.
19415 (enum gif_keyword_index): Add GIF_BACKGROUND.
19416 (enum gs_keyword_index): Add GS_BACKGROUND.
19417 (pbm_load, png_load, jpeg_load, tiff_load, gif_load):
19418 Pre-calculate image background color where necessary.
19419 * xterm.c (x_setup_relief_colors): Use `IMAGE_BACKGROUND' and
19420 `IMAGE_BACKGROUND_TRANSPARENT' to calculate the correct background
19421 color to use for image glyph reliefs.
19422
19423 2001-10-24 Gerd Moellmann <gerd@gnu.org>
19424
19425 * xterm.c (x_draw_glyphs): Don't check for cursor overwriting
19426 in full-width rows.
19427
19428 * xterm.c (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
19429 Fix clearing of area not covered by scroll bar.
19430
19431 2001-10-24 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19432
19433 * xterm.c (x_insert_glyphs): Remove unused variables `real_end'
19434 and `real_start'.
19435 (x_draw_image_foreground): Remove unused variables `mask' and `xgcv'.
19436 (glyph_rect): Remove unused variable `area'.
19437
19438 2001-10-24 Gerd Moellmann <gerd@gnu.org>
19439
19440 * xdisp.c: Change #ifdef GLYPH_DEBUG to #if.
19441
19442 * xdisp.c (try_window_reusing_current_matrix): Use row_containing_pos.
19443 (row_containing_pos): Take additional argument DY.
19444 Treat rows ending in middle of char differently.
19445 (display_line): Handle tabs on window systems differently.
19446
19447 * xterm.c, w32term.c (fast_find_position): Call row_containing_pos
19448 with additional argument.
19449
19450 * dispextern.h (row_containing_pos): Adjust prototype.
19451
19452 * xdisp.c (inhibit_try_window_id, inhibit_try_window_reusing)
19453 (inhibit_try_cursor_movement) [GLYPH_DEBUG]: New variables.
19454 (try_window_id, try_window_reusing_current_matrix)
19455 (try_cursor_movement) [GLYPH_DEBUG]: Don't run if inhibited.
19456 (syms_of_xdisp) [GLYPH_DEBUG]: DEFVAR_BOOL the variables.
19457
19458 2001-10-24 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19459
19460 * xmenu.c: Spell the name of Emacs properly (GNU Emacs instead of
19461 gnuemacs).
19462 (HAVE_BOXES): Fix typo in comment.
19463 (push_menu_pane): Fix typo in comment.
19464
19465 * xdisp.c (display_prop_string_p): Remove unused local declaration
19466 of `Qwhen'.
19467 (single_display_prop_string_p): Remove unused local declarations
19468 of `Qwhen' and `Qmargin'.
19469 (string_buffer_position): Remove unused variable `around'.
19470 (store_frame_title): Remove unused variable `width'.
19471
19472 * window.c: Don't define max.
19473 (coordinates_in_window): Remove unused variable `uy'.
19474
19475 * widget.c: Don't define max.
19476
19477 * process.c: Don't define max.
19478 (create_process): Remove unused variable `buffer'.
19479
19480 2001-10-23 Gerd Moellmann <gerd@gnu.org>
19481
19482 * xfaces.c (Finternal_set_lisp_face_attribute): Fix compilation error.
19483
19484 2001-10-23 Eli Zaretskii <eliz@is.elta.co.il>
19485
19486 * xfaces.c (Finternal_set_lisp_face_attribute)
19487 [HAVE_WINDOW_SYSTEM]: Don't do anything for QCfont unless the
19488 frame is on a windowed display.
19489
19490 2001-10-23 Gerd Moellmann <gerd@gnu.org>
19491
19492 * dispnew.c (sync_window_with_frame_matrix_rows):
19493 Fix handling of windows which aren't full-width, fix handling
19494 of marginal areas.
19495
19496 * lread.c (syms_of_lread) <recursive-load-depth-limit>: Raise to 50.
19497
19498 2001-10-23 Andreas Schwab <schwab@suse.de>
19499
19500 * m/macppc.h [LINUX]: Undef LD_SWITCH_SYSTEM_TEMACS and override
19501 LD_SWITCH_MACHINE_TEMACS with "-Xlinker -znocombreloc".
19502
19503 2001-10-23 Gerd Moellmann <gerd@gnu.org>
19504
19505 * xterm.c (x_draw_glyphs): Remove parameters READ_START and
19506 REAL_END. Notice if cursor gets overwritten.
19507 (notice_overwritten_cursor): Take X positions as parameters.
19508 (x_draw_phys_cursor_glyph): Save state of w->phys_cursor_on_p
19509 around call to x_draw_glyphs.
19510
19511 2001-10-23 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19512
19513 * syntax.c (modify-syntax-entry): Fix argument names (use CHAR
19514 instead of C) and usage.
19515
19516 * editfns.c (char-to-string): Fix argument names (use CHAR instead
19517 of C) and usage.
19518
19519 * xfns.c (Fx_show_tip): Remove unused variables `buffer', `top',
19520 `left', `max_width' and `max_height'.
19521
19522 2001-10-23 Gerd Moellmann <gerd@gnu.org>
19523
19524 * xdisp.c (display_line): For a tab continued to the next line,
19525 set row's ends_in_middle_of_char_p.
19526
19527 2001-10-22 Gerd Moellmann <gerd@gnu.org>
19528
19529 * xdisp.c (display_line): Fix computation of continuation lines
19530 width for TABs.
19531
19532 2001-10-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19533
19534 * xdisp.c (build_desired_tool_bar_string): Remove unused variable
19535 `Qlaplace'.
19536
19537 * fileio.c: Remove unused code.
19538
19539 2001-10-22 Miles Bader <miles@gnu.org>
19540
19541 * lisp.h (DEFVAR_LISP, DEFVAR_LISP_NOPRO, DEFVAR_BOOL)
19542 (DEFVAR_INT, DEFVAR_PER_BUFFER, DEFVAR_KBOARD):
19543 Remove `DOC_STRINGS_IN_COMMENTS' cases.
19544
19545 2001-10-21 Jason Rumney <jasonr@gnu.org>
19546
19547 * w32term.c (x_erase_phys_cursor): Remove inverse_p again.
19548
19549 2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
19550
19551 * mocklisp.c (Fml_if, Fml_provide_prefix_argument)
19552 (Finsert_string): Avoid the multi-line string literals warning.
19553
19554 2001-10-22 Miles Bader <miles@gnu.org>
19555
19556 * doc.c (Vhelp_manyarg_func_alist): Variable removed.
19557 (Fdocumentation): Don't use it.
19558 (syms_of_doc): Don't initialize it.
19559
19560 * keyboard.c (Ftrack_mouse): Add usage: string to doc string.
19561 * print.c (Fwith_output_to_temp_buffer): Likewise.
19562 * window.c (Fsave_window_excursion): Likewise.
19563 * editfns.c (Fsave_excursion, Fsave_current_buffer)
19564 (Fsave_restriction): Likewise.
19565 * eval.c (Frun_hooks, Frun_hook_with_args)
19566 (Frun_hook_with_args_until_failure)
19567 (Frun_hook_with_args_until_success, Ffuncall, For, Fand, Fif)
19568 (Fcond, Fprogn, Fprog1, Fprog2, Fsetq, Fquote, Ffunction, Fdefun)
19569 (Fdefmacro, Fdefvar, Fdefconst, FletX, Flet, Fwhile, Fcatch)
19570 (Funwind_protect, Fcondition_case): Likewise.
19571 * coding.c (Ffind_operation_coding_system): Likewise.
19572 * keyboard.c (Ftrack_mouse): Likewise.
19573
19574 2001-10-21 Miles Bader <miles@gnu.org>
19575
19576 * fns.c (Fappend, Fconcat, Fvconcat, Fnconc, Fwidget_apply)
19577 (Fmake_hash_table): Add usage: string to doc string.
19578 * editfns.c (Finsert, Finsert_and_inherit, Finsert_before_markers)
19579 (Fmessage, Fmessage_box, Fmessage_or_box, Fpropertize, Fformat)
19580 (Fencode_time, Finsert_and_inherit_before_markers): Likewise.
19581 * mocklisp.c (Finsert_string, Fml_if, Fml_provide_prefix_argument)
19582 (Fml_prefix_argument_loop): Likewise.
19583
19584 2001-10-21 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19585
19586 * fileio.c (Finsert_file_contents): Remove unused variable `gap_size'.
19587
19588 * sysdep.c (init_sys_modes): Change doc-string comments to `new
19589 style' [w/`doc:' keyword].
19590
19591 * data.c, fileio.c, indent.c, print.c, search.c, sound.c,
19592 * sunfns.c, textprop.c, undo.c, xselect.c: Change doc-string
19593 comments to `new style' [w/`doc:' keyword].
19594
19595 2001-10-21 Jason Rumney <jasonr@gnu.org>
19596
19597 * w32fns.c (Fx_file_dialog): Pass a filter to GetOpenFileName.
19598
19599 * w32term.c (remember_mouse_glyph): New function.
19600 (w32_mouse_position): Use it.
19601 (note_mouse_movement): If the mouse moved off the glyph, remember
19602 its new position.
19603
19604 * w32term.h (struct w32_output): Correct spelling of x_compatible.
19605 (w32_display_info): Add mouse_face_overlay.
19606
19607 * w32term.c (notice_overwritten_cursor): Renamed from
19608 note_overwritten_text_cursor. Rewritten to take glyph widths into
19609 account.
19610 (x_y_to_hpos_vpos): Add parameter BUFFER_ONLY_P.
19611 (fast_find_string_pos): New function.
19612 (fast_find_position): Return the correct vpos. Add parameter
19613 STOP. In the final row, stop before glyphs having STOP as object.
19614 Don't consider glyphs that are not from a buffer.
19615 (fast_find_position) [0]: Add a presumably more correct version
19616 for after 21.1.
19617 (expose_window_tree, expose_frame): Don't compute intersections here.
19618 (expose_window): Do it here instead.
19619 (expose_window_tree, expose_window, expose_line): Return 1 when
19620 overwriting mouse-face.
19621 (expose_window): If W is the window currently being updated, mark
19622 the frame garbaged.
19623 (expose_frame): If mouse-face was overwritten, redo it.
19624 (x_use_underline_position_properties): New variable.
19625 (syms_of_xterm): DEFVAR_BOOL it.
19626 (x_draw_glyph_string): Add comment to use it in future.
19627 (x_draw_glyph_string): Restore clipping after drawing box.
19628 Fix a computation of the underline position.
19629 (w32_get_glyph_string_clip_rect): Minor cleanup.
19630 (x_fill_stretch_glyph_string): Remove an assertion.
19631 (x_produce_glyphs): Don't convert multibyte characters
19632 to unibyte characters in unibyte buffers.
19633 (cursor_in_mouse_face_p): New function.
19634 (x_draw_stretch_glyph_string): Use it to choose a different GC
19635 when drawing a cursor within highlighted text. Don't draw
19636 background again if it has already been drawn.
19637 (x_draw_glyph_string_box): Don't draw a full-width
19638 box just because the glyph row's full_width_p flag is set.
19639 (x_draw_glyphs): Fix computation of rightmost x for
19640 full-width rows.
19641 (x_dump_glyph_string): Put in #if GLYPH_DEBUG.
19642 (w32_draw_relief_rect): Extend left shadow to the bottom and left;
19643 change bottom shadow accordingly. Some cleanup.
19644 (x_update_window_end): Handle overwritten mouse face
19645 also for tool bar windows.
19646 (show_mouse_face): Set the glyph row's mouse_face_p flag also when
19647 DRAW is DRAW_IMAGE_RAISED.
19648 (clear_mouse_face): Return 1 if text with mouse face was
19649 actually redrawn. Make the function static.
19650 Reset dpyinfo->mouse_face_overlay otherwise note_mouse_highlight might
19651 optimize away highlighting if we pass over that same overlay again.
19652 (note_mouse_highlight): Call mouse_face_overlay_overlaps
19653 to detect a case where we have to highlight a different region
19654 despite not having left the currently highlighted region.
19655 Set mouse_face_overlay in the x_display_info. Avoid changing the
19656 mouse pointer shape when show_mouse_face has already done it, or
19657 there is no need. Handle mouse-face and help-echo in strings.
19658 (glyph_rect): New function.
19659 (w32_mouse_position): Use it to raise the threshold for mouse
19660 movement event generation.
19661 (w32_initialize_display_info): Initialize the x_display_info's
19662 mouse_face_overlay.
19663 (w32_set_vertical_scroll_bar): Don't clear a zero height
19664 or width area.
19665 (w32_set_vertical_scroll_bar, x_scroll_bar_create): Don't configure
19666 a widget to zero height.
19667
19668 * w32menu.c (single_submenu, w32_menu_show) [!HAVE_MULTILINGUAL_MENU]:
19669 Protect unibyte strings created by replacing their multibyte
19670 equivalents in menu_items.
19671 (w32_menu_show): Don't overwrite an item's name with its key
19672 description in case the description is a multibyte string.
19673 (single_submenu): Some cleanup.
19674
19675 * w32fns.c (x_laplace_read_row, x_laplace_write_row): Removed.
19676 (postprocess_image): New function.
19677 (lookup_image): Call it for all image types except PostScript.
19678 (x_kill_gs_process): Call postprocess_image.
19679 (tiff_error_handler, tiff_warning_handler): New functions.
19680 (tiff_load): Install them as handlers.
19681 (x_kill_gs_process): Recognize if someone has cleared the image
19682 cache under us.
19683 (valid_image_p): Protect better against invalid image
19684 specifications. Previous code could signal an error.
19685 (Fx_hide_tip, Fshow_tip): Doc fix.
19686 (Fv_max_tooltip_size): New variable.
19687 (syns_of_xfns): DEFVAR_LISP it.
19688 (Fx_show_tip): Add parameter TEXT. Set the tip frame's root
19689 window buffer to *tip* right after creating the frame. Set frame's
19690 window_width. Use a maximum tooltip size specified by
19691 Vx_max_tooltip_size, if that has valid contents.
19692 (compute_tip_xy): Add parameters WIDTH and HEIGHT.
19693 Make sure the tooltip is completely visible.
19694 (x_create_tip_frame): Set tooltip buffer's truncate-lines to nil.
19695 (Fx_create_frame): Adjust the frame's height for presence
19696 of the tool bar before calling x_figure_window_size.
19697 (x_set_tool_bar_lines): Clear the tool bar window's current matrix
19698 when the window gets smaller.
19699 (x_set_foreground_color): Set frame's cursor_pixel.
19700 (x_set_foreground_color, x_set_background_color): Cleaned up.
19701 (x_set_font): Handle case of x_new_fontset returning the same name
19702 as before, although there was a change in fontsets.
19703
19704 2001-10-21 Miles Bader <miles@gnu.org>
19705
19706 * data.c (Fplus, Fminus, Fmax, Ftimes, Fquo, Flogand, Flogior)
19707 (Flogxor): Add usage: string to doc string.
19708 * charset.c (Fstring): Likewise.
19709 * callproc.c (Fcall_process_region, Fcall_process): Likewise.
19710 * alloc.c (Fmake_byte_code, Fvector, Flist): Likewise.
19711
19712 2001-10-21 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19713
19714 * buffer.c: Reindent DEFUNs and DEFVARs with doc: keywords.
19715
19716 * alloc.c: Reindent DEFUNs with doc: keywords.
19717
19718 * abbrev.c (Finsert_abbrev_table_description): Reindent.
19719
19720 * frame.c: Change doc-string comments to `new style' [w/`doc:'
19721 keyword].
19722
19723 See ChangeLog.9 for earlier changes.
19724
19725 ;; Local Variables:
19726 ;; coding: iso-2022-7bit
19727 ;; End:
19728
19729 Copyright (C) 2001, 2002 Free Software Foundation, Inc.
19730 Copying and distribution of this file, with or without modification,
19731 are permitted provided the copyright notice and this notice are preserved.
19732
19733 ;;; arch-tag: 5dcc435f-4038-4141-b3bf-5be51cd76bd4