(make_window): Don't initialize height_fixed_p.
[bpt/emacs.git] / src / ChangeLog
... / ...
CommitLineData
12005-09-18 John Paul Wallington <jpw@pobox.com>
2
3 * data.c (Fdefalias): Signal an error if SYMBOL is not a symbol.
4
52005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6
7 * Makefile.in (SOME_MACHINE_OBJECTS): Undo previous change.
8
9 * macfns.c (image_cache_refcount, dpyinfo_refcount) [GLYPH_DEBUG]:
10 New variables.
11 [TARGET_API_MAC_CARBON] (Fx_file_dialog): Don't allow multiple
12 file selection.
13
14 * sysdep.c [MAC_OS8]: Don't include stdlib.h. Include sys/param.h.
15
162005-09-17 Eli Zaretskii <eliz@gnu.org>
17
18 * Makefile.in (XMENU_OBJ) [!HAVE_CARBON]: Reinstate variable.
19 (obj): Use XMENU_OBJ, not a literal xmenu.o.
20
212005-09-16 Romain Francoise <romain@orebokech.com>
22
23 * fileio.c (syms_of_fileio) <write-region-inhibit-fsync>: Doc fix.
24
252005-09-15 Richard M. Stallman <rms@gnu.org>
26
27 * xdisp.c (overlay_arrow_at_row): Add HAVE_WINDOW_SYSTEM conditional.
28 (display_mode_element): Instead of `lisp_string' and `this',
29 record `offset' and increment that.
30 `last_offset' replaces `last'.
31
32 * Makefile.in (XMENU_OBJ): Variable deleted.
33 (obj): Use xmenu.o unconditionally.
34 (SOME_MACHINE_OBJECTS): Delete xmenu.o.
35
36 * emacs.c (main): Don't conditionalize syms_of_xmenu on HAVE_XMENU.
37
382005-09-15 Kim F. Storm <storm@cua.dk>
39
40 * xdisp.c (move_it_vertically): Don't try to fetch byte BEGV-1.
41 (reseat_at_next_visible_line_start): Likewise (in xassert).
42
432005-09-14 Romain Francoise <romain@orebokech.com>
44
45 * fileio.c (write_region_inhibit_fsync): New variable.
46 (Fwrite_region): Use it to skip call to fsync.
47 (syms_of_fileio): Initialize it.
48
492005-09-14 Kenichi Handa <handa@m17n.org>
50
51 * coding.c (code_convert_region_unwind): Argument format changed.
52 (run_pre_post_conversion_on_str): If pre-write-conversion function
53 changed the current buffer, delete the new buffer.
54 (run_pre_write_conversin_on_c_str): Likewise.
55
56 * fileio.c (Fexpand_file_name): Check multibyteness of
57 default_directory.
58
592005-09-13 Kenichi Handa <handa@m17n.org>
60
61 * composite.c (compose_chars_in_text): Delete it.
62
63 * composite.h (compose_chars_in_text): Delete extern.
64
652005-09-13 Kim F. Storm <storm@cua.dk>
66
67 * print.c (print_error_message): Fix last change.
68
692005-09-12 Kim F. Storm <storm@cua.dk>
70
71 * composite.c (compose_chars_in_text): Fix setup of `pend'.
72 Unconditionally reload `ptr' and `pend' after eval.
73
74 * xdisp.c (message3): Pass copy of lisp string to message_dolog.
75
76 * print.c (print_error_message): Pass copy of caller name to
77 message_dolog.
78
79 * fileio.c (auto_save_error): Pass copy of lisp string to message2.
80
812005-09-12 Kenichi Handa <handa@m17n.org>
82
83 * xdisp.c (display_mode_element): Be sure to make variables THIS
84 and LISP_STRING point into a string data of ELT.
85
862005-09-12 Kim F. Storm <storm@cua.dk>
87
88 * editfns.c (Ftranslate_region_internal): Reload `tt' after
89 signal_after_change that may have GC'ed.
90 (Fmessage, Fmessage_box, Fmessage_or_box): Doc fix.
91
92 * keymap.c (Fdescribe_buffer_bindings): Reload `translate'
93 after insert while runs signal_after_change.
94
95 * minibuf.c (Fminibuffer_complete_word): Move `completion_string'
96 declaration to where it is used.
97
98 * w32.c (check_windows_init_file): Fix allocation of error buffer.
99
100 * xfns.c (x_encode_text): Declare static. Add FREEP arg.
101 (x_set_name_internal): Call x_encode_text with new FREEP arg to
102 know if xfree is needed instead of guessing.
103
104 * xterm.h (x_encode_text): Remove prototype.
105
1062005-09-11 Chris Prince <cprince@gmail.com> (tiny change)
107
108 * w32term.c (x_bitmap_icon): Load small icons too.
109
1102005-09-10 Romain Francoise <romain@orebokech.com>
111
112 * buffer.c (init_buffer): Grow buffer to add directory separator
113 and terminal zero. Fix typos.
114
1152005-09-10 Eli Zaretskii <eliz@gnu.org>
116
117 * buffer.c (init_buffer): Fix error message for failed call to
118 get_current_dir_name.
119 (get_current_dir_name): Remove prototype.
120
121 * xsmfns.c: (get_current_dir_name): Remove prototype.
122
123 * lisp.h: (get_current_dir_name) [!HAVE_GET_CURRENT_DIR_NAME]: Add
124 prototype.
125
126 * sysdep.c [WINDOWSNT]: Add prototype for getwd.
127 Don't #undef NULL after including blockinput.h.
128
129 * config.in: Regenerated.
130
1312005-09-10 Giuseppe Scrivano <gscrivano@gmail.com>
132
133 Remove the MAXPATHLEN limitations:
134
135 * sysdep.c (get_current_dir_name) [!HAVE_GET_CURRENT_DIR_NAME]:
136 New function.
137
138 * buffer.c (init_buffer): Use it.
139
140 * xsmfns.c (smc_save_yourself_CB): Ditto.
141
1422005-09-09 Kim F. Storm <storm@cua.dk>
143
144 * doc.c (Fsubstitute_command_keys): Lookup key binding for
145 commands that are remapped from some other command.
146
147 * xdisp.c (try_window_reusing_current_matrix): Clear mode_line_p
148 flag in disabled rows below the window.
149
150 * frame.h (struct frame): New member updated_p.
151
152 * xdisp.c (redisplay_internal): Mark updated frames in new updated_p
153 member. Remove local `updated' array and associated variables.
154
1552005-09-07 Kim F. Storm <storm@cua.dk>
156
157 * xdisp.c (handle_display_prop): Respect overlay window property.
158
159 * xdisp.c (try_window): Remove superfluous cursor_height calculation.
160 Fixes crash reported by YAMAMOTO Mitsuharu.
161
1622005-09-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
163
164 * macterm.c (struct xlfdpat_block, struct xlfdpat): New structs.
165 (xlfdpat_destroy, xlfdpat_create, xlfdpat_exact_p)
166 (xlfdpat_block_match_1, xlfdpat_match): New functions.
167 (xlfdpat_block_match): New macro.
168 (mac_to_x_fontname): Don't use tolower for non-ASCII characters.
169 (x_font_name_to_mac_font_name): Set coding.dst_multibyte to 0.
170 (add_font_name_table_entry): Increase font_name_table_size more
171 rapidly.
172 (mac_c_string_match): Remove function.
173 (mac_do_list_fonts): Use XLFD pattern match instead of regular
174 expression match.
175
176 * xfaces.c (xstrlwr): Don't use tolower for non-ASCII characters.
177
1782005-09-03 Richard M. Stallman <rms@gnu.org>
179
180 * xdisp.c (redisplay_internal): Make UPDATED as long as needed.
181 (move_it_in_display_line_to): Stop after last char on line even
182 on a windowing terminal, if that's the specified stop position.
183
184 * fns.c (Fsort): Doc fix.
185
186 * editfns.c (Fpropertize): Don't insist that properties be symbols.
187
1882005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
189
190 * dired.c (directory_files_internal_unwind, directory_files_internal)
191 (file_name_completion): Use a Save_Value object rather than a cons of
192 two 16bit ints to store the DIR*.
193 (directory_files_internal, file_name_completion): Handle both EINTR and
194 EAGAIN consistently after `readdir'.
195
1962005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
197
198 * intervals.c (update_interval): Add position info in error.
199
200 * dispnew.c (window_to_frame_hpos, update_window):
201 Avoid gcc warning about unused variable `f'.
202
2032005-08-31 Jason Rumney <jasonr@gnu.org>
204
205 * w32menu.c (add_menu_item): If unicode_append_menu returns an
206 error, revert to using AppendMenu.
207
2082005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
209
210 * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN): Remove argument.
211 All uses changed.
212 [MAC_OS] (XPutPixel, XGetPixel): Add efficient versions for common
213 cases.
214 (x_create_x_image_and_pixmap) [MAC_OS]: Don't call x_destroy_x_image.
215 [MAC_OS] (find_image_fsspec) [!MAC_OSX]: Don't use FSRef.
216 Use posix_pathname_to_fsspec.
217 [MAC_OS] (xpm_load_image): Fill in background_transparent field
218 while we have mask.
219
220 * macgui.h [!TARGET_API_MAC_CARBON] (GetPixDepth): New define.
221
222 * macterm.h (PIX_MASK_DRAW, PIX_MASK_RETAIN): Move defines to image.c.
223
2242005-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
225
226 * syntax.c (update_syntax_table): Properly reproduce the special +1
227 setting of e_property at the end of the buffer when bumping into the
228 INTERVALS_AT_ONCE limit.
229
2302005-08-27 Eli Zaretskii <eliz@gnu.org>
231
232 * emacs.c (USAGE1): Fix the description of the -Q option.
233
2342005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
235
236 * xdisp.c (pos_visible_p): Yet another int/Lisp_Object mixup (YAILOM).
237
2382005-08-26 Kim F. Storm <storm@cua.dk>
239
240 * xdisp.c (resize_mini_window): Fix 2005-08-20 change.
241 Don't move PT to new window start.
242
2432005-08-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
244
245 * keyboard.c (kbd_buffer_get_event) [MAC_OS]: Make events for
246 ICONIFY/DEICONIFY_EVENT.
247
248 * macterm.c (mac_copy_area, mac_copy_area_with_mask):
249 Restore background color.
250 (mac_handle_visibility_change): New function.
251 (x_make_frame_invisible, x_iconify_frame)
252 (XTread_socket) [!USE_CARBON_EVENTS]: Use it.
253 [USE_CARBON_EVENTS] (mac_handle_window_event)
254 (install_window_handler): Handle visibility change events.
255 (x_make_frame_visible): Don't reposition window if it is iconified
256 or asked for visible before. Select and uncollapse window when it
257 is made visible.
258 (x_make_frame_invisible): Don't reset x_highlight_frame.
259 (x_iconify_frame): Likewise. Make invisible frame visible before
260 it is iconified.
261 (read_socket_inev): Move variable outside #if USE_CARBON_EVENTS.
262 (do_window_update): Don't change visibility of invisible frame.
263
2642005-08-22 Juri Linkov <juri@jurta.org>
265
266 * term.c (turn_on_face): Check for TS_set_foreground and
267 TS_set_background depending on standout_mode. Simplify.
268
2692005-08-21 Kim F. Storm <storm@cua.dk>
270
271 * fringe.c (update_window_fringes): Only put TOP and BOTTOM
272 bitmaps on fully visible rows.
273
274 * fringe.c (update_window_fringes): Replace FORCE_P arg with
275 KEEP_CURRENT_P arg; if non-zero, don't update current row fringes,
276 and return 0.
277
278 * xdisp.c (redisplay_window): Call update_window_fringes with
279 KEEP_CURRENT_P non-0 if we are going to refresh fringes later.
280
2812005-08-20 Richard M. Stallman <rms@gnu.org>
282
283 * xdisp.c (display_echo_area_1): Get display start pos from w->start.
284 (resize_mini_window): Set w->start, and PT, so as to display the tail
285 end of the buffer, if it doesn't all fit.
286
2872005-08-18 Kim F. Storm <storm@cua.dk>
288
289 * xdisp.c (calc_pixel_width_or_height): Use actual display
290 resolution when available instead of Vdisplay_pixels_per_inch.
291
2922005-08-17 Kim F. Storm <storm@cua.dk>
293
294 * xdisp.c (pos_visible_p): Adjust X value if window is hscrolled.
295
296 * dispnew.c (buffer_posn_from_coords): Check that target row is
297 within matrix.
298
2992005-08-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
300
301 * xterm.c (x_wm_set_icon_pixmap): Move GTK specific code to
302 xg_set_frame_icon and call it.
303
304 * gtkutil.c (xg_set_frame_icon): New function.
305
306 * gtkutil.h (xg_set_frame_icon): Declare it.
307
3082005-08-16 Kim F. Storm <storm@cua.dk>
309
310 * dispnew.c (increment_row_positions): Skip non-enabled rows.
311
312 * window.c (SAVED_WINDOW_VECTOR_SIZE): Remove dangerous define.
313 (Fcurrent_window_configuration): Use VECSIZE macro instead.
314
3152005-08-15 Richard M. Stallman <rms@gnu.org>
316
317 * xdisp.c (message3_nolog): Clear echo_message_buffer.
318
3192005-08-15 Kim F. Storm <storm@cua.dk>
320
321 * lisp.h (QUIT) [!SYNC_INPUT]: Throw t to Vthrow_on_input.
322
323 * process.c (deactivate_process, status_notify, read_process_output)
324 (update_status, status_convert, decode_status, allocate_pty)
325 (make_process, remove_process, list_processes_1)
326 (create_process_1, unwind_request_sigio, read_process_output)
327 (send_process, keyboard_bit_set): Declare static.
328 (Fdelete_process): Simplify. Pass process to status_notify, so we
329 don't try to read output from it.
330 (status_notify): New arg deleting_process--don't try to read
331 output from that process.
332
333 * lisp.h (deactivate_process, status_notify, read_process_output):
334 Remove prototypes.
335
3362005-08-14 Richard M. Stallman <rms@gnu.org>
337
338 * image.c (syms_of_image): Init Qxbm, Qpbm before calling
339 define_image_type.
340
3412005-08-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
342
343 * gtkutil.c (xg_get_pixbuf_from_pix_and_mask): New function.
344 (xg_get_image_for_pixmap): Move some code to
345 xg_get_pixbuf_from_pix_and_mask, and call it.
346
347 * gtkutil.h (xg_get_pixbuf_from_pix_and_mask): Declare.
348
349 * xterm.c (x_wm_set_icon_pixmap): Call xg_get_pixbuf_from_pix_and_mask
350 to get an GTK icon and set it with GTK functions to avoid having GTK
351 override an icon set with just X functions.
352
3532005-08-11 Richard M. Stallman <rms@gnu.org>
354
355 * image.c (syms_of_image): Init image_types here, and call
356 define_image_type.
357 (init_image): Not here.
358
3592005-08-09 Richard M. Stallman <rms@gnu.org>
360
361 * bytecode.c (BYTE_CODE_QUIT): Throw t to Vthrow_on_input.
362
363 * lisp.h (QUIT): Throw t to Vthrow_on_input.
364
3652005-08-09 Thien-Thi Nguyen <ttn@gnu.org>
366
367 * floatfns.c (Fexpt): Use floats for negative exponent.
368
3692005-08-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
370
371 * gtkutil.c (xg_modify_menubar_widgets): Remove semicolon that
372 should not be there, causing menu display errors with GTK 2.6.9.
373
3742005-08-07 Richard M. Stallman <rms@gnu.org>
375
376 * floatfns.c (Fexpt): Undo previous change.
377
378 * dispnew.c (Fframe_or_buffer_changed_p): Take an arg
379 so it can be used with various state vectors.
380
381 * emacs.c (endif): Convert -script into -scriptload.
382 (standard_args): Add -scriptload. Allow -basic-display with one dash.
383
384 * fns.c (syms_of_fns): Add `emacs' to features.
385
386 * term.c (set_terminal_modes): If no TS_termcap_modes string,
387 output newlines to scroll the old screen contents off the screen.
388
3892005-08-06 Thien-Thi Nguyen <ttn@gnu.org>
390
391 * floatfns.c (Fexpt): Use floats for negative exponent.
392 Reported by D Goel.
393
3942005-08-02 Richard M. Stallman <rms@gnu.org>
395
396 * frame.c (Fframe_char_width): Doc fix.
397
3982005-07-30 Juanma Barranquero <lekktu@gmail.com>
399
400 * xdisp.c (syms_of_xdisp) <redisplay-end-trigger-functions>:
401 Defvar it.
402
4032005-07-28 Juanma Barranquero <lekktu@gmail.com>
404
405 * w32fns.c (my_set_window_pos, my_show_window): Don't declare.
406 (my_create_window, my_create_tip_window): Make static.
407
408 * w32term.c (my_show_window, my_set_window_pos, my_set_focus)
409 (my_set_foreground_window, my_destroy_window): Make static.
410
4112005-07-26 Paul Eggert <eggert@cs.ucla.edu>
412
413 Merge gnulib getopt implementation into Emacs.
414
415 * s/cygwin.h (C_SWITCH_SYSTEM): Remove, since gettext.h is
416 now part of lib-src.
417
4182005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
419
420 * eval.c (Fdefvar): Allow (defvar enable-multibyte-characters).
421
4222005-07-25 Jason Rumney <jasonr@gnu.org>
423
424 * w32menu.c (w32_menu_display_help): Suppress tooltip when
425 navigating menus with the keyboard.
426
4272005-07-23 Richard M. Stallman <rms@gnu.org>
428
429 * insdel.c (syms_of_insdel): staticpro combine_after_change_buffer.
430
431 * bytecode.c (MAYBE_GC): Test gc_cons_threshold and
432 gc_relative_threshold, one by one.
433
434 * keyboard.c (read_char): Test gc_cons_threshold.
435 (syms_of_keyboard): staticpro Qecho_area_clear_hook.
436
437 * eval.c (Feval, Ffuncall): Test gc_cons_threshold and
438 gc_relative_threshold, one by one.
439
440 * alloc.c (gc_cons_threshold): Not static.
441 (gc_cons_combined_threshold): Var deleted.
442 (gc_relative_threshold): New variable.
443 (Fgarbage_collect, init_alloc_once): Compute gc_relative_threshold
444 instead of gc_cons_combined_threshold.
445
446 * lisp.h (gc_cons_threshold, gc_relative_threshold): Declare.
447 (gc_cons_combined_threshold): Declaration deleted.
448
4492005-07-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
450
451 * mac.c: Don't include stdlib.h or string.h.
452 (Fdo_applescript, Fmac_file_name_to_posix)
453 (Fmac_file_name_to_posix): Doc fixes.
454 [TARGET_API_MAC_CARBON] (Fmac_get_preference)
455 (Fmac_code_convert_string): Likewise.
456 [MAC_OSX] (init_mac_osx_environment): Fall back on terminal mode
457 if the executable is not contained in a bundle.
458
459 * macfns.c: Don't include stdlib.h or string.h. Include atimer.h.
460 (gray_width, gray_height): Remove defines.
461 (gray_bits, gray_bitmap_width, gray_bitmap_height)
462 (gray_bitmap_bits): Remove variables.
463 (lispy_function_keys): Remove extern.
464 (free_frame_menubar): Add extern.
465 (x_window_to_frame): Remove function.
466 (unwind_create_tip_frame): Add declaration.
467 (x_set_name_internal): New function.
468 (x_set_name, x_set_title): Use it.
469 (Fx_create_frame, Fx_display_grayscale_p, Fx_display_pixel_width)
470 (Fx_display_pixel_height, Fx_display_planes)
471 (Fx_display_color_cells, Fx_server_max_request_size)
472 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
473 (Fx_display_mm_height, Fx_display_mm_width)
474 (Fx_display_backing_store, Fx_display_visual_class)
475 (Fx_display_save_under, Fx_synchronize, Fx_show_tip): Doc fixes.
476
477 * macmenu.c (Fx_popup_menu, Fx_popup_dialog): Doc fixes.
478
479 * macselect.c (Fx_own_selection_internal): Follow error conventions.
480 (Fx_get_selection_internal, Fx_selection_owner_p)
481 (Fx_selection_exists_p): Doc fixes.
482 (syms_of_macselect) <selection-converter-alist>: Likewise.
483
4842005-07-21 Juanma Barranquero <lekktu@gmail.com>
485
486 * buffer.c (syms_of_buffer) <cursor-type>: Doc fix.
487
488 * ccl.c (Fregister_ccl_program): Fix typos in docstring.
489 (Fccl_execute_on_string): Likewise; add usage info.
490
491 * composite.c (Fcompose_region_internal)
492 (Fcompose_string_internal):
493 Improve argument/docstring consistency.
494
495 * minibuf.c (Fminibuffer_prompt_end, Feval_minibuffer):
496 Fix typos in docstrings.
497
498 * textprop.c (Fnext_char_property_change)
499 (Fprevious_char_property_change): Doc fixes.
500
501 * window.c (Fset_window_margins, Fset_window_fringes):
502 Improve argument/docstring consistency.
503
504 * xfaces.c (Finternal_lisp_face_p): Doc fix.
505
5062005-07-21 Andreas Schwab <schwab@suse.de>
507
508 * eval.c (restore_stack_limits): Return a value.
509
5102005-07-20 Juanma Barranquero <lekktu@gmail.com>
511
512 * eval.c (Fdefvar): Doc fix.
513
5142005-07-20 Kim F. Storm <storm@cua.dk>
515
516 * fileio.c (Fdo_auto_save, do_auto_save_unwind):
517 Use make_save_value to unwind protect stream.
518
519 * lread.c (Fload, load_unwind):
520 Use make_save_value to unwind protect stream.
521
5222005-07-19 Juanma Barranquero <lekktu@gmail.com>
523
524 * eval.c (Fprog2, Fcalled_interactively_p),
525 (syms_of_eval) <debug-on-quit>: Doc fixes.
526 (syms_of_eval) <max-specpdl-size>:
527 (Finteractive_p): Fix typos in docstrings.
528
5292005-07-19 Kim F. Storm <storm@cua.dk>
530
531 * w32fns.c (Vx_hand_shape): Variable removed.
532 (syms_of_w32fns): Intern and staticpro Qw32_charset_default.
533
5342005-07-19 Kenichi Handa <handa@m17n.org>
535
536 * fns.c (Fstring_as_multibyte): Escape backslashes in the docstring.
537
5382005-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
539
540 * buffer.h (Fgenerate_new_buffer_name): Declare (for use in coding.c).
541
5422005-07-18 Kim F. Storm <storm@cua.dk>
543
544 * frame.h (struct frame): New member already_hscrolled_p.
545
546 * xdisp.c (redisplay_internal): Only try to hscroll each frame once
547 to avoid redisplay looping hscrolling back and forth ad infinitum.
548
5492005-07-18 Juri Linkov <juri@jurta.org>
550
551 * buffer.c (scroll-up-aggressively, scroll-down-aggressively):
552 * keymap.c (Fminor_mode_key_binding):
553 * macterm.c (mac-emulate-three-button-mouse):
554 Delete duplicate duplicate words.
555
5562005-07-18 Ken Raeburn <raeburn@gnu.org>
557
558 * minibuf.c (Ftest_completion): Fix odd syntax in test.
559
5602005-07-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
561
562 * macfns.c (x_set_cursor_color): Use XSetBackground and XSetForeground.
563
564 * macgui.h (struct _XGC): New struct.
565 (GC): Use it.
566 (GCForeground, GCBackground, GCFont): Use X11 mask values.
567 (XCreateGC, XParseGeometry): Move externs to macterm.h.
568
569 * macterm.c (x_bitmap_icon, x_make_frame_visible): Remove declarations.
570 (XSetFont): Add declaration.
571 (mac_set_forecolor, mac_set_backcolor, mac_set_colors):
572 Remove functions.
573 (GC_FORE_COLOR, GC_BACK_COLOR, GC_FONT, MAC_WINDOW_NORMAL_GC):
574 New defines.
575 (XDrawLine, mac_draw_line_to_pixmap, XClearWindow)
576 (mac_draw_bitmap, XCreatePixmapFromBitmapData, XFillRectangle)
577 (mac_draw_rectangle, mac_draw_string_common, mac_scroll_area):
578 Use them.
579 (mac_erase_rectangle): New function.
580 (XClearArea, x_draw_fringe_bitmap, x_clear_glyph_string_rect)
581 (x_draw_stretch_glyph_string): Use it.
582 (XChangeGC, XCreateGC, XGetGCValues, XSetForeground)
583 (XSetBackground, XSetFont): Adjust for new GC implementation.
584 (x_draw_fringe_bitmap, x_draw_box_rect): Use GC to set colors.
585 (XTset_vertical_scroll_bar): Clear area under scroll bar.
586
587 * macterm.h (struct mac_display_info): Change types of
588 scratch_cursor_gc black_relief.gc, and white_relief.gc to GC.
589 (XCreateGC, XParseGeometry): Move externs from macgui.h.
590
591 * xfaces.c [MAC_OS] (XCreateGC): Remove extern.
592
5932005-07-16 Richard M. Stallman <rms@gnu.org>
594
595 * buffer.c (Fmake_overlay): Doc fix.
596
5972005-07-16 Eli Zaretskii <eliz@gnu.org>
598
599 * w32proc.c (syms_of_ntproc): staticpro Qhigh, Qlow,
600 Vw32_valid_locale_ids, and Vw32_valid_codepages.
601
6022005-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
603
604 * mac.c [TARGET_API_MAC_CARBON] (Fmac_code_convert_string):
605 Use Fstring_as_unibyte instead of string_make_unibyte.
606
6072005-07-15 Richard M. Stallman <rms@gnu.org>
608
609 * xdisp.c (select_frame_for_redisplay): Use find_symbol_value.
610
6112005-07-15 Kim F. Storm <storm@cua.dk>
612
613 * xdisp.c: Fix redisplay loop in last change.
614 (IT_POS_VALID_AFTER_MOVE_P): New macro.
615 (move_it_vertically_backward, move_it_by_lines): Use it.
616
6172005-07-14 Jason Rumney <jasonr@gnu.org>
618
619 * w32.c (init_environment): Default HOME directory to user's
620 appdata directory if possible.
621
6222005-07-14 Kim F. Storm <storm@cua.dk>
623
624 * .gdbinit (pitx): Fix output format. Print string charpos.
625
626 * lread.c (syms_of_lread): Initialize seen_list.
627
628 * search.c (syms_of_search): Staticpro searchbuf.whitespace_regexp.
629
630 * syntax.c (syms_of_syntax): Staticpro lisp objects in gl_state.
631 Staticpro re_match_object.
632
6332005-07-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
634
635 * macselect.c (get_scrap_target_type_list): Avoid NULL pointer
636 dereference.
637
638 * macterm.c (mac_window_to_frame): Remove duplicate define.
639
6402005-07-14 Kenichi Handa <handa@m17n.org>
641
642 * coding.c (code_convert_region_unwind): ARG is changed to a cons.
643 (code_convert_region): Adjust for the above change.
644 (set_conversion_work_buffer): If the work buffer is already in
645 use, generate a new buffer and return it. Otherwise return Qnil.
646 (run_pre_post_conversion_on_str): Adjust for the above change.
647 (run_pre_write_conversin_on_c_str): Likewise.
648
6492005-07-13 Kim F. Storm <storm@cua.dk>
650
651 * xdisp.c (start_display): Don't reseat to next visible line start
652 if current start position is in a string or image.
653 (move_it_vertically_backward): Be sure to move out of strings and
654 images when moving it2 forward.
655 (move_it_by_lines): When moving forward, move to next buffer
656 position if we end up in a string or image. When moving backward,
657 count rows moved over when moving to start of current row in case
658 row starts in middle of a string or image. Also move further
659 backward if we end up in a string or image.
660 (try_cursor_movement): If overlay string spans multiple lines,
661 move backward to set cursor on start of an overlay string.
662 (cursor_row_p): Row is ok if cursor is at newline from string, but
663 string starts on this line (so we always position cursor at start
664 of string).
665
666 * indent.c (Fvertical_motion): If start position is on an image,
667 don't move back if we move too far (that's almost certain to happen).
668
669 * xdisp.c (cursor_row_fully_visible_p): Allow partially visible
670 row in minibuffer windows.
671 (try_window): Don't check margins in minibuffer windows.
672
6732005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
674
675 * macterm.c: Don't include stdlib.h or composite.h.
676 (x_use_underline_position_properties, last_mouse_press_frame)
677 (x_noop_count, Qvendor_specific_keysyms): Remove unused variables.
678 (syms_of_macterm, mac_initialize): Don't initialize them.
679 (waiting_for_input, initial_argv, initial_argc)
680 (Vcommand_line_args, Vx_no_window_manager, errno, window_scroll)
681 (set_frame_menubar, path_from_vol_dir_name): Remove externs.
682 (extra_keyboard_modifiers): Fix type in extern.
683 (x_window_to_frame, x_window_to_scroll_bar): Remove declarations.
684 (x_scroll_bar_report_motion): Add argument types to declaration.
685 (mac_compute_glyph_string_overhangs): Add declaration.
686 (disable_mouse_highlight): Remove unused variable.
687 [USE_TOOLKIT_SCROLL_BARS] (construct_scroll_bar_click)
688 (x_scroll_bar_handle_press, x_scroll_bar_handle_release)
689 (x_scroll_bar_handle_drag): Remove argument `timestamp'.
690 All callers changed.
691 [USE_TOOLKIT_SCROLL_BARS] (construct_scroll_bar_click): Don't set
692 timestamp.
693 [USE_CARBON_EVENTS] (mac_handle_mouse_event): Likewise.
694 (x_scroll_bar_create, XTset_vertical_scroll_bar): Show scroll bar
695 only when its width is less than the height.
696 (XTredeem_scroll_bar): Sync with xterm.c.
697 (font_name_table, font_name_table_size, font_name_count):
698 Make static.
699 (drag_and_drop_file_list): Remove variable. Previous use is now
700 local to function.
701 (do_ae_open_documents): Move DRAG_N_DROP event construction part
702 from XTread_socket.
703 (XTread_socket): Consolidate setting of event timestamp.
704 Move DRAG_N_DROP event construction part to do_ae_open_documents.
705 Support extra_keyboard_modifiers.
706
707 * xfaces.c (try_font_list) [MAC_OS]: Try font family name
708 beginning with that for ASCII.
709
7102005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
711
712 * alloc.c (gc_cons_combined_threshold, Vgc_cons_percentage): New vars.
713 (Fgarbage_collect, init_alloc_once): Set gc_cons_combined_threshold.
714 (syms_of_alloc): Declare gc-cons-percentage.
715
716 * eval.c (Feval, Ffuncall):
717 * keyboard.c (read_char):
718 * bytecode.c (MAYBE_GC): Use gc_cons_combined_threshold.
719
720 * lisp.h (gc_cons_combined_threshold): Declare.
721
7222005-07-12 Kim F. Storm <storm@cua.dk>
723
724 * coding.c (Qprocess_argument):
725 * coding.h (Qprocess_argument): Remove unused var.
726
727 * xselect.c (intern): Remove dup. intern and staticpro for QTIMESTAMP.
728
7292005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
730
731 * mac.c [!TARGET_API_MAC_CARBON]: Include charset.h, coding.h, and
732 Endian.h.
733 [!MAC_OSX] (fchmod, fchown): New functions.
734 (mac_get_code_from_arg): Don't accept Lisp integer as argument.
735 Use SBYTES and EndianU32_BtoN.
736 (mac_get_object_from_code): Return 4 byte string even if argument
737 is 0. Use make_unibyte_string and EndianU32_NtoB.
738 (Fmac_get_file_creator, Fmac_get_file_type, Fmac_set_file_creator)
739 (Fmac_set_file_type): Fix documents and argument declarations.
740 Don't specify kFSCatInfoNodeFlags. Support Mac OS Classic.
741
7422005-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
743
744 * window.c (Frecenter): Yet another int/Lisp_Object mixup (YAILOM).
745
7462005-07-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
747
748 * xfaces.c (x_update_menu_appearance): Use fontSet resource for
749 Lucid if X_I18N, font otherwise.
750
7512005-07-10 Steven Tamm <steventamm@mac.com>
752
753 * mac.c (Fmac_get_file_type, Fmac_get_file_creator): Add.
754 (Fmac_set_file_type, Fmac_set_file_creator): Add.
755 (mac_get_object_from_code, mac_get_code_from_arg): Add.
756
7572005-07-10 Richard M. Stallman <rms@gnu.org>
758
759 * lread.c (Qeval_buffer_list, Veval_buffer_list): New vars.
760 (syms_of_lread): Set up eval-buffer-list.
761 (Feval_buffer, Feval_region): Bind eval-buffer-list.
762
7632005-07-08 Richard M. Stallman <rms@gnu.org>
764
765 * eval.c (Fdefvar): Allow defvaring a constant to itself quoted.
766
7672005-07-08 Kim F. Storm <storm@cua.dk>
768
769 * keyboard.c (menu_bar_items): Don't GCPRO menu_bar_items_vector here.
770 (syms_of_keyboard): Initialize and staticpro menu_bar_items_vector.
771
7722005-07-07 Kim F. Storm <storm@cua.dk>
773
774 * window.c (Frecenter): Fix last change (set iarg before use).
775
7762005-07-06 Richard M. Stallman <rms@gnu.org>
777
778 * window.c (Frecenter): When arg is inside the scroll margin,
779 move it out of the margin.
780
7812005-07-06 Jason Rumney <jasonr@gnu.org>
782
783 * w32console.c (initialize_w32_display): Detect when the console
784 dimensions are insane, and default to 80x25 instead.
785 (w32_use_full_screen_buffer): Default to NIL.
786
7872005-07-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
788
789 * macterm.c (mac_draw_vertical_window_border): Use foreground of
790 VERTICAL_BORDER_FACE_ID for vertical border line.
791 (mac_encode_char): Call check_ccl_update in advance.
792 (mac_to_x_fontname, x_font_name_to_mac_font_name)
793 (init_font_name_table, mac_do_list_fonts, XLoadQueryFont):
794 Don't assume that font family length is less than 32.
795 (x_compute_min_glyph_bounds): Make static.
796 (x_load_font): Never set fonts_changed_p to zero.
797
7982005-07-04 Lute Kamstra <lute@gnu.org>
799
800 * Update FSF's address in GPL notices.
801
8022005-07-03 Richard M. Stallman <rms@gnu.org>
803
804 * xdisp.c (try_window): Fix previous change in how it handles
805 a partially-visible line or one only partly past the margin.
806
807 * window.c (window_scroll_pixel_based): Take account
808 of this_scroll_margin when finding point when scrolling up.
809
8102005-06-29 Ralf Angeli <angeli@iwi.uni-sb.de>
811
812 * window.c (window_scroll_pixel_based, window_scroll_line_based):
813 Handle `scroll-preserve-screen-position' non-nil, non-t specially.
814 (syms_of_window): <scroll-preserve-screen-position>: Doc fix.
815
8162005-07-02 Juri Linkov <juri@jurta.org>
817
818 * w32term.c (w32_draw_vertical_window_border): Use foreground of
819 VERTICAL_BORDER_FACE_ID for vertical border line.
820
8212005-07-02 Eli Zaretskii <eliz@gnu.org>
822
823 * fileio.c (Fcopy_file): Rearrange the code that calls fchown and
824 fchmod so that chmod doesn't get called on MSDOS before the file
825 is closed.
826
8272005-07-01 Jason Rumney <jasonr@gnu.org>
828
829 * w32term.c (cleartype_active): New flag for enabling sub-pixel
830 workaround.
831 (w32_initialize): Initialize it.
832 (w32_native_per_char_metric): Allow a couple of extra pixels when
833 Cleartype is active.
834
835 * w32term.c (w32_initialize): Move check for screen reader here
836 from syms_of_w32term.
837
8382005-06-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
839
840 * xterm.c (handle_one_xevent): bzero compose_status when nbytes
841 is not zero.
842
8432005-07-01 Masatake YAMATO <jet@gyve.org>
844
845 * emacs.c (main): Passing ADD_NO_RANDOMIZE to `personality'.
846
8472005-06-30 Juri Linkov <juri@jurta.org>
848
849 * xdisp.c (x_draw_vertical_border): If left fringe is not present
850 decrease x coord of vertical border by 1 pixel to not occupy text
851 area of the right window.
852
853 * xterm.c (x_draw_vertical_window_border): Use foreground of
854 VERTICAL_BORDER_FACE_ID for vertical border line.
855
856 * term.c (turn_on_face): In standout mode apply specified
857 fg to bg, and specified bg to fg (this makes the logic of
858 inversion on terminal consistent with X).
859
8602005-06-29 Juanma Barranquero <lekktu@gmail.com>
861
862 * eval.c (user_variable_p_eh): New function.
863 (Fuser_variable_p): Use it. Clarify docstring.
864 Return t for aliases of user options, nil for alias loops.
865
8662005-06-27 Richard M. Stallman <rms@gnu.org>
867
868 * eval.c (Fdefvar): Improve error message.
869
8702005-06-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
871
872 * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Fix last
873 change.
874
8752005-06-27 Juanma Barranquero <lekktu@gmail.com>
876
877 * eval.c (Fdefvar): Don't try to set constant symbols.
878
8792005-06-25 Richard M. Stallman <rms@gnu.org>
880
881 * macfns.c (Fx_show_tip): Pass new arg to try_window.
882
883 * w32fns.c (Fx_show_tip): Pass new arg to try_window.
884
885 * xfns.c (Fx_show_tip): Pass new arg to try_window.
886
887 * xdisp.c (try_window): New arg CHECK_MARGINS. Calls changed.
888 (redisplay_window): Handle try_window reporting point in scroll margin.
889
890 * dispextern.h (try_window): Declare new arg.
891
892 * fileio.c (Fcopy_file): New arg PRESERVE_UID_GID.
893 Use fchmod to copy the file modes.
894 (Frename_file): Don't copy UID and GID here;
895 instead, specify t for PRESERVE_UID_GID when calling Fcopy_file.
896
897 * eval.c (call_debugger): Take full care of extending stack limits
898 to make space for the debugger, and restore the change afterward.
899 Bind debug-on-error to nil.
900 (restore_stack_limits): New subroutine.
901 (Fsignal): Extend specpdl bound along with eval depth bound,
902 for calling edebug. Don't do either one, for calling debugger.
903 (find_handler_clause): Don't bind debug-on-error here.
904 Don't unbind anything either.
905 Temporarily advance max_specpdl_size for calling
906 internal_with_output_to_temp_buffer.
907 (grow_specpdl): Don't alter max_specpdl_size before signaling
908 an error.
909 (syms_of_eval) <max-specpdl-size>: Doc fix.
910
911 * lread.c (read1): 0.0e+NaN should make a "positive" NaN.
912
9132005-06-24 Eli Zaretskii <eliz@gnu.org>
914
915 * fileio.c (Frename_file): Undo last change: no need to ifdef away
916 chown on DOS_NT platforms.
917
918 * w32.c (sys_chown): New function.
919
920 * s/ms-w32.h (chown): New; define to sys_chown.
921
9222005-06-24 Juanma Barranquero <lekktu@gmail.com>
923
924 * xdisp.c (syms_of_xdisp) <nobreak-char-display>: Doc fix.
925 (syms_of_xdisp) <void-text-area-pointer>: Doc fix.
926
927 * fileio.c (Frename_file)[!DOS_NT]: Don't call chown on MSDOS/Windows.
928
9292005-06-23 Richard M. Stallman <rms@gnu.org>
930
931 * xdisp.c (get_next_display_element): Finish reversing the tests of
932 Vnobreak_char_display.
933
934 * xdisp.c (Vnobreak_char_display): Rename from Vshow_nonbreak_escape.
935 All uses changed.
936 (Qnobreak_space): Rename from Qno_break_space. All uses changed.
937 (syms_of_xdisp): Define nobreak-char-display and nobreak-space.
938
939 * fileio.c (Frename_file): Preserve owner and group, if possible,
940 when copying.
941
9422005-06-23 Juanma Barranquero <lekktu@gmail.com>
943
944 * abbrev.c (Funexpand_abbrev):
945 * category.c (Fmake_category_set):
946 * dispnew.c (Fsleep_for, Fsit_for):
947 * editfns.c (Fsubst_char_in_region):
948 * eval.c (Fdefvar, Fdefconst, Feval, Ffuncall):
949 * frame.c (make_frame_without_minibuffer):
950 * lread.c (read_vector):
951 * macfns.c (check_x_frame):
952 * process.c (Fstop_process, Fcontinue_process):
953 * search.c (Freplace_match):
954 * syntax.c (Fstring_to_syntax):
955 * w32fns.c (check_x_frame, check_x_display_info):
956 * xfaces.c (x_supports_face_attributes_p):
957 * xselect.c (Fx_own_selection_internal): Follow error conventions.
958
959 * image.c (fn_png_init_io): Don't define it.
960 (init_png_functions) [HAVE_NTGUI]: Don't initialize fn_png_init_io.
961 (png_read_from_file): New function, based on png_read_from_memory.
962 (png_load): Use it, instead of fn_png_init_io.
963
9642005-06-23 Kim F. Storm <storm@cua.dk>
965
966 * search.c (Fmatch_data): Remove evaporate option.
967 (Fset_match_data): Do not mention evaporate option in doc string.
968 Add commentary explaining evaporate arg (for internal use only).
969 (unwind_set_match_data): Add comment on evaporate use.
970
9712005-06-22 Miles Bader <miles@gnu.org>
972
973 * xfaces.c (Qvertical_border): Rename from `Qvertical_divider'.
974 (realize_basic_faces, syms_of_xfaces): Update references to it.
975 * dispextern.h (enum face_id): Rename `VERTICAL_DIVIDER_FACE_ID'
976 to `VERTICAL_BORDER_FACE_ID'.
977 * dispnew.c (build_frame_matrix_from_leaf_window): Update references.
978
9792005-06-21 Juri Linkov <juri@jurta.org>
980
981 * dispextern.h: Add extern Qframe_set_background_mode.
982
983 * xfaces.c: Rename obsolete function Qframe_update_face_colors to
984 Qframe_set_background_mode.
985
986 * frame.c (Fmodify_frame_parameters):
987 Call frame-set-background-mode after changing the background color
988 on non-window non-dos branch.
989
9902005-06-21 Juanma Barranquero <lekktu@gmail.com>
991
992 * fns.c (Fchar_table_range):
993 * process.c (Fmake_network_process): Fix spellings.
994
9952005-06-20 Kim F. Storm <storm@cua.dk>
996
997 * fns.c (Fsort): Doc fix.
998
9992005-06-20 Miles Bader <miles@gnu.org>
1000
1001 * xfaces.c (Qvertical_divider): New variable.
1002 (realize_basic_faces): Realize its face.
1003 (syms_of_xfaces): Initialize it.
1004
1005 * dispextern.h (enum face_id): Add `VERTICAL_DIVIDER_FACE_ID'.
1006
1007 * dispnew.c (build_frame_matrix_from_leaf_window): Display vertical
1008 window-separator on ttys using `vertical-divider' face by default.
1009
10102005-06-17 Richard M. Stallman <rms@gnu.org>
1011
1012 * xdisp.c (get_next_display_element):
1013 Reverse test of Vshow_nonbreak_escape.
1014
1015 * term.c (produce_special_glyphs): Use spec_glyph_lookup_face.
1016 (Ftty_no_underline): New function.
1017 (syms_of_term): defsubr it.
1018
1019 * keyboard.c (read_char): Call restore_getcjmp after jump occurs.
1020
1021 * dispnew.c (spec_glyph_lookup_face): New function.
1022 (build_frame_matrix_from_leaf_window): Use it.
1023
1024 * dispextern.h (spec_glyph_lookup_face): Add declaration.
1025
1026 * buffer.c (syms_of_buffer) <cursor-type>: Doc fix.
1027
10282005-06-12 Richard M. Stallman <rms@gnu.org>
1029
1030 * keyboard.c (read_char): After catching a longjmp,
1031 call restore_getcjmp.
1032
10332005-06-17 Juanma Barranquero <lekktu@gmail.com>
1034
1035 * xselect.c (lisp_data_to_selection_data): Fix spelling.
1036
10372005-06-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1038
1039 * macterm.c (mac_compute_glyph_string_overhangs): Don't set
1040 overhangs unless the given glyph type is noncomposite CHAR_GLYPH.
1041 [USE_CARBON_EVENTS] (mac_convert_event_ref): Convert dead key down
1042 events.
1043 (XTread_socket): Don't pass keyboard events with the option
1044 modifier to the system when Vmac_command_key_is_meta is nil or
1045 Vmac_option_modifier is non-nil.
1046 [USE_CARBON_EVENTS] (read_socket_inev): New variable.
1047 [USE_CARBON_EVENTS] (init_command_handler): Fix argument.
1048 [USE_CARBON_EVENTS] (mac_handle_mouse_event): New Carbon event
1049 handler function.
1050 (install_window_handler) [USE_CARBON_EVENTS]: Install it.
1051 (XTread_socket) [USE_CARBON_EVENTS]: Move mouse wheel event
1052 handler part to mac_handle_mouse_event.
1053
10542005-06-14 Juanma Barranquero <lekktu@gmail.com>
1055
1056 * eval.c (Fdefvaralias): Rename arguments SYMBOL and ALIASED to
1057 NEW-ALIAS and BASE-VARIABLE, respectively.
1058
10592005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1060
1061 * xdisp.c (note_mode_line_or_margin_highlight): Lisp_Object/int mixup.
1062 (get_phys_cursor_geometry, format_mode_line_unwind_data)
1063 (get_line_height_property, x_produce_glyphs): Remove unused vars.
1064
1065 * coding.c (run_pre_post_conversion_on_str): Remove unused var `buf'.
1066
10672005-06-13 Eli Zaretskii <eliz@gnu.org>
1068
1069 * w32term.c (x_use_underline_position_properties): New variable.
1070 (x_draw_glyph_string): Remind in a comment to change doc string of
1071 x-use-underline-position-properties if/when underline positioning
1072 is implemented.
1073 (syms_of_w32term): DEFVAR_BOOL x-use-underline-position-properties,
1074 and initialize it to nil.
1075
10762005-06-12 Jason Rumney <jasonr@gnu.org>
1077
1078 * w32fns.c (NEWOPENFILENAME): New struct.
1079 (Fx_file_dialog): Use it to trick the system into giving us up to
1080 date dialogs on systems that are documented to support it.
1081 Do not set OFN_FILEMUSTEXIST flag if looking for a directory.
1082
10832005-06-12 Eli Zaretskii <eliz@gnu.org>
1084
1085 * w32fns.c (w32_abort): Use the MB_YESNO dialog instead of
1086 MB_ABORTRETRYIGNORE. Never return, even if DebugBreak does.
1087
10882005-06-11 Eli Zaretskii <eliz@gnu.org>
1089
1090 * image.c (x_create_x_image_and_pixmap) [HAVE_NTGUI]: Cast 4th arg
1091 to CreateDIBSection to avoid a compiler warning.
1092 (pbm_load): Cast 3rd arg to IMAGE_BACKGROUND to avoid a compiler
1093 warning.
1094 (png_load): Cast return values of fn_png_create_read_struct and
1095 fn_png_create_info_struct, to avoid compiler warnings on W32.
1096 Cast 3rd arg to IMAGE_BACKGROUND and image_background_transparent
1097 to avoid compiler warnings.
1098 (jpeg_load): Cast return value of fn_jpeg_std_error to avoid a
1099 compiler warning on W32. Cast 3rd arg to IMAGE_BACKGROUND to
1100 avoid a compiler warning.
1101 (tiff_load): Cast return values of fn_TIFFOpen and
1102 fn_TIFFClientOpen to avoid compiler warning on W32. Cast 3rd arg
1103 to IMAGE_BACKGROUND to avoid a compiler warning.
1104 (gif_load): Cast return values of fn_DGifOpenFileName and
1105 fn_DGifOpen to avoid compiler warnings on W32. Cast 3rd arg to
1106 IMAGE_BACKGROUND to avoid a compiler warning.
1107 (DrawText) [HAVE_NTGUI || MAC_OS]: If already defined, undef
1108 before redefining.
1109
1110 * w32bdf.c (create_offscreen_bitmap): Cast `bitsp' to `void **' in
1111 the call to CreateDIBSection, to avoid a compiler warning.
1112
11132005-06-11 Jason Rumney <jasonr@gnu.org>
1114
1115 * w32fns.c (Fx_file_dialog): Unblock input before falling back to
1116 minibuffer.
1117 * macfns.c (Fx_file_dialog): Likewise.
1118
11192005-06-10 Eli Zaretskii <eliz@gnu.org>
1120
1121 * makefile.w32-in ($(TEMACS)): Depend on addsection.exe.
1122
11232005-06-10 Juanma Barranquero <lekktu@gmail.com>
1124
1125 * process.c (syms_of_process) [ADAPTIVE_READ_BUFFERING]:
1126 * w32fns.c (syms_of_w32fns): Fix spellings.
1127
11282005-06-10 Eli Zaretskii <eliz@gnu.org>
1129
1130 * unexw32.c (COPY_CHUNK, COPY_PROC_CHUNK): Add a new argument
1131 `verbose'; print diagnostic messages only if it is non-zero.
1132 All callers changed to pass a zero value unless DEBUG_DUMP is defined
1133 in the environment.
1134 (copy_executable_and_dump_data): Print section names with %.8s.
1135
11362005-06-10 Masatake YAMATO <jet@gyve.org>
1137
1138 * xdisp.c (note_mode_line_or_margin_highlight): Call clear_mouse_face
1139 when mouse_face is not given.
1140
11412005-06-09 Luc Teirlinck <teirllm@auburn.edu>
1142
1143 * window.c (Fselect_window): Adapt call to Fselect_frame.
1144
1145 * lisp.h: Update EXFUN of Fselect_frame.
1146
1147 * keyboard.c (command_loop_1): Adapt call to Fselect_frame.
1148
1149 * frame.c (Fhandle_switch_frame, Fselect_frame): Delete unused arg
1150 no_enter.
1151 (Fset_mouse_position, Fset_mouse_pixel_position, Ficonify_frame):
1152 Adapt to above change.
1153
11542005-06-10 Juanma Barranquero <lekktu@gmail.com>
1155
1156 * fns.c (Fmemq, Fmaphash): Doc fixes.
1157
11582005-06-09 Juanma Barranquero <lekktu@gmail.com>
1159
1160 * xfaces.c (Fdisplay_supports_face_attributes_p):
1161 Fix typo in docstring.
1162
11632005-06-08 Steven Tamm <steventamm@mac.com>
1164
1165 * unexmacosx.c (copy_data_segment): Copy __la_sym_ptr2 section
1166 used by gcc4 on intel mac.
1167
11682005-06-09 Kim F. Storm <storm@cua.dk>
1169
1170 * search.c (Fmatch_data): Add optional RESEAT arg. Unchain markers
1171 in REUSE list if non-nil; free them if equal to evaporate.
1172 (Fset_match_data): Add optional RESEAT arg. Unchain markers in LIST
1173 if non-nil; free them if equal to evaporate. Use XCAR/XCDR.
1174 (restore_search_regs): Rename from restore_match_data. Uses changed.
1175 (unwind_set_match_data): New function.
1176 (record_unwind_save_match_data): New function like save-match-data.
1177
1178 * lisp.h (Fmatch_data, Fset_match_data): Fix EXFUN.
1179 (record_unwind_save_match_data): Add prototype.
1180 (restore_search_regs): Rename from restore_match_data.
1181
1182 * composite.c (compose_chars_in_text):
1183 * eval.c (do_autoload):
1184 * macmenu.c (set_frame_menubar):
1185 * process.c (read_process_output, exec_sentinel):
1186 * xmenu.c (set_frame_menubar):
1187 * xdisp.c (prepare_menu_bars, update_menu_bar, update_tool_bar):
1188 * w32menu.c (set_frame_menubar):
1189 Use record_unwind_save_match_data.
1190
11912005-06-08 Richard M. Stallman <rms@gnu.org>
1192
1193 * xdisp.c (get_next_display_element): Alter previous change:
1194 Distinguish Vshow_nonbreak_escape = t or not t.
1195 For t, use escape_glyph once again, as before previous change.
1196 Use space or hyphen for display, instead of the non-ASCII char.
1197 (syms_of_xdisp) <show-nonbreak-escape>: Doc fix.
1198
1199 * process.c (Fstart_process): Don't touch command_channel_p slot.
1200
1201 * process.h (struct process): Delete command_channel_p.
1202
12032005-06-07 Masatake YAMATO <jet@gyve.org>
1204
1205 * xdisp.c (note_mode_line_or_margin_highlight):
1206 Check the overlapping of re-rendering area to avoid flickering.
1207 (note_mouse_highlight): Call clear_mouse_face if PART
1208 is not ON_MODE_LINE nor ON_HEADER_LINE.
1209
12102005-06-07 Kim F. Storm <storm@cua.dk>
1211
1212 * process.c: Improve commentary for adaptive read buffering.
1213
12142005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
1215
1216 * xterm.c (x_create_toolkit_scroll_bar): Use XtNarrowScrollbars
1217 if available.
1218
12192005-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1220
1221 * macmenu.c (menu_quit_handler, install_menu_quit_handler):
1222 New functions for popping down menus on C-g.
1223 (set_frame_menubar, mac_menu_show): Call install_menu_quit_handler.
1224
1225 * macterm.c: Make mac_quit_char_modifiers and mac_quit_char_keycode
1226 non-static.
1227
1228 * config.in: Add HAVE_CANCELMENUTRACKING.
1229
12302005-06-06 Eli Zaretskii <eliz@gnu.org>
1231
1232 * w32heap.h (OFFSET_TO_RVA, RVA_TO_OFFSET, RVA_TO_PTR): Remove macros.
1233
1234 * unexw32.c (RVA_TO_PTR): Move here from w32heap.h.
1235
1236 * w32proc.c (RVA_TO_PTR): New macro.
1237
1238 * w32heap.c (RVA_TO_PTR): No need to #undef now.
1239
1240 * makefile.w32-in ($(BLD)/emacs.$(O), $(BLD)/w32select.$(O)):
1241 Depend on w32heap.h.
1242
12432005-06-06 Luc Teirlinck <teirllm@auburn.edu>
1244
1245 * keyboard.c (command_loop_1): Update Vthis_original_command.
1246
12472005-06-06 Richard M. Stallman <rms@gnu.org>
1248
1249 * xmenu.c (popup_get_selection): Undo previous change.
1250
12512005-06-06 Juri Linkov <juri@jurta.org>
1252
1253 * xdisp.c (Qno_break_space): New variable.
1254 (syms_of_xdisp): Initialize it.
1255 (get_next_display_element): Add no-break space and soft hypen
1256 codes for iso8859-2 and iso8859-5. Don't add `\' for them.
1257 Use `no-break-space' face for no-break spaces.
1258
12592005-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1260
1261 * window.c (delete_window): Handle the case where a h/vchild has
1262 a h/vchild.
1263
12642005-06-05 Eli Zaretskii <eliz@gnu.org>
1265
1266 * w32.c (sys_setsockopt): Change arg 4 to `const void *'. In the
1267 call to pfn_setsockopt, cast optval to `const char *'.
1268
12692005-06-04 Eli Zaretskii <eliz@gnu.org>
1270
1271 * w32.c (gettimeofday): Use struct _timeb, not struct timeb.
1272 (open_unc_volume): Cast return value of map_w32_filename, to avoid
1273 compiler warnings.
1274
1275 * s/ms-w32.h (fileno): Don't define if already defined.
1276
1277 * emacs.c: Include w32heap.h, to avoid compiler warning about sbrk.
1278
1279 * makefile.w32-in (DOC): Define to point to the generated DOC-X.
1280
12812005-06-04 Richard M. Stallman <rms@gnu.org>
1282
1283 * xmenu.c (popup_get_selection): Click not in menu deactivates menu.
1284
12852005-06-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1286
1287 * macmenu.c (cleanup_popup_menu): New function.
1288 (Fx_popup_menu): unwind protect cleanup_popup_menu in case
1289 mac_menu_show Quit:s.
1290 (mac_menu_show): Quit on cancel if not popped up on click (i.e.
1291 a dialog).
1292
12932005-06-04 Kim F. Storm <storm@cua.dk>
1294
1295 * coding.c (decode_coding_string): Handle CODING_FINISH_INTERRUPT.
1296
1297 * callproc.c (Fcall_process): Don't use alloca to gradually
1298 increase size of buf, as it effectively uses twice the necessary
1299 space on the stack. Instead, pre-allocate buf of full size, and
1300 gradually increase the read size.
1301
1302 * bytecode.c (BYTE_CODE_QUIT): Check Vthrow_on_input.
1303
1304 * eval.c (unbind_to): Preserve value of Vquit_flag.
1305
1306 * xterm.c (handle_one_xevent): Also ignore mouse motion just
1307 before a button release event.
1308
13092005-06-03 Juanma Barranquero <lekktu@gmail.com>
1310
1311 * xfaces.c (Finternal_lisp_face_equal_p): Really report
1312 on faces in a frame, if the argument FRAME is non-nil.
1313 Improve argument/docstring consistency.
1314
13152005-06-02 Kim F. Storm <storm@cua.dk>
1316
1317 * xdisp.c (MODE_LINE_NOPROP_LEN): New macro.
1318 (x_consider_frame_title, Fformat_mode_line): Save offset into
1319 mode_line_noprop_buf rather than pointer, in case buffer is relocated.
1320
13212005-06-01 Kim F. Storm <storm@cua.dk>
1322
1323 * fns.c (mapcar1): Maybe exit loop if original sequence was modified.
1324
13252005-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1326
1327 * macterm.c (mac_to_x_fontname, mac_do_list_fonts): Set XLFD
1328 resolution fields for scalable fonts to 0.
1329
1330 * xfaces.c (build_scalable_font_name): Round pixel size to the
1331 nearest integer.
1332
13332005-06-01 Kim F. Storm <storm@cua.dk>
1334
1335 * xdisp.c (display_mode_line): Support nested calls to redisplay
1336 and format-mode-line. Set mode_line_target to MODE_LINE_DISPLAY.
1337
13382005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1339
1340 * fileio.c (Finsert_file_contents):
1341 * xdisp.c (note_mode_line_or_margin_highlight): Lisp_Object/int mixup.
1342
13432005-05-31 Kim F. Storm <storm@cua.dk>
1344
1345 * xdisp.c (mode_line_noprop_buf, mode_line_noprop_buf_end)
1346 (mode_line_noprop_ptr): Rename from frame_title_*.
1347 (store_mode_line_noprop_char): Rename from store_frame_title_char.
1348 (store_mode_line_noprop): Rename from store_frame_title.
1349 (mode_line_target): New enum to specify current output target
1350 for mode line formatting.
1351 (display_mode_element): Test it rather than frame_title_ptr and
1352 mode_line_string_list to determine where output should go.
1353 (mode_line_proptrans_alist, mode_line_string_alist): Make static.
1354 (Vmode_line_unwind_vector): New variable.
1355 (format_mode_line_unwind_data, unwind_format_mode_line):
1356 New functions for unwind protection in mode line formatting.
1357 (x_consider_frame_title): Use them and new local var 'title_start'
1358 to support nested calls to format-mode-line and redisplay.
1359 Set mode_line_target to MODE_LINE_TITLE.
1360 (Fformat_mode_line): Use them and new local var 'string_start' to
1361 support nested calls to format-mode-line and redisplay.
1362 Set mode_line_target to MODE_LINE_NOPROP or MODE_LINE_STRING.
1363 Don't trim trailing dashes.
1364 (decode_mode_spec): Don't make infinite number of trailing dashes
1365 for MODE_LINE_NOPROP and MODE_LINE_STRING targets.
1366 (syms_of_xdisp): Initialize and staticpro mode_line_string_face,
1367 mode_line_string_face_prop, and Vmode_line_unwind_vector.
1368 (init_xdisp): Initialize mode_line_noprop_ptr to start of _buf.
1369 Initialize mode_line_target to MODE_LINE_DISPLAY.
1370
13712005-05-29 Richard M. Stallman <rms@gnu.org>
1372
1373 * buffer.c (Fbuffer_local_value): Call indirect_variable.
1374
13752005-05-28 Masatake YAMATO <jet@gyve.org>
1376
1377 * xdisp.c (note_mode_line_or_margin_highlight): Change the
1378 pointer to a hand cursor when hoovering over a mouse-face.
1379
13802005-05-27 Kenichi Handa <handa@m17n.org>
1381
1382 * xterm.c (x_encode_char): Call check_ccl_update in advance.
1383
1384 * ccl.c: Now an element of Vccl_program_table is a vector of
1385 length 4, not 3.
1386 (ccl_get_compiled_code): New arg idx. Caller changed.
1387 Adjust for the change of Vccl_program_table.
1388 (setup_ccl_program): Adjust for the change of Vccl_program_table.
1389 (check_ccl_update): New function.
1390 (Fregister_ccl_program): Use ASET to set an element of a vector.
1391 Adjusted for the change of Vccl_program_table.
1392
1393 * ccl.h (struct ccl_program): New member idx.
1394 (check_ccl_update): Extern it.
1395
13962005-05-27 Juanma Barranquero <lekktu@gmail.com>
1397
1398 * image.c (Vimage_library_alist): Move from image.el.
1399 (syms_of_image): Defvar it.
1400 (lookup_image_type): Use it.
1401
1402 * buffer.c (Fbuffer_local_value): Make argument name match its use
1403 in docstring.
1404
14052005-05-26 Juanma Barranquero <lekktu@gmail.com>
1406
1407 * keyboard.c (Frecursive_edit): Fix typo in docstring.
1408 (Fposn_at_x_y): Make argument name match its use in docstring.
1409
14102005-05-26 Lute Kamstra <lute@gnu.org>
1411
1412 * eval.c (Frun_hooks): Mention run-mode-hooks in docstring.
1413
14142005-05-24 Masatake YAMATO <jet@gyve.org>
1415
1416 * xdisp.c (note_mode_line_or_margin_highlight): Use b and e
1417 as loop sentinels.
1418
14192005-05-24 Nick Roberts <nickrob@snap.net.nz>
1420
1421 * xmenu.c (Fx_popup_dialog): Add a third boolean argument to
1422 select frame title ("Question"/"Information").
1423 (xdialog_show): Use it.
1424
1425 * macmenu.c (Fx_popup_dialog, mac_dialog_show): As for xmenu.c.
1426
1427 * w32menu.c (Fx_popup_dialog, w32_dialog_show): As for xmenu.c.
1428
1429 * fns.c (Fyes_or_no_p, Fy_or_n_p): Call Fx_popup_dialog with
1430 a third argument (Qnil).
1431
1432 * lisp.h: x-popup-dialog can have three arguments.
1433
1434 * editfns.c (Fmessage_box): Use "Information" for frame title.
1435
14362005-05-23 Thien-Thi Nguyen <ttn@gnu.org>
1437
1438 * termcap.c [VMS]: Include <starlet.h>.
1439
14402005-05-23 Masatake YAMATO <jet@gyve.org>
1441
1442 * xdisp.c (note_mode_line_or_margin_highlight): Add code
1443 for mouse-face. Change the type of the first argument from `window'
1444 to `Lisp_Object'.
1445 (note_mouse_highlight): Call note_mode_line_or_margin_highlight with
1446 window instead of w.
1447
14482005-05-22 Andreas Schwab <schwab@suse.de>
1449
1450 * process.c (send_process): Move misplaced volatile.
1451
14522005-05-21 Richard M. Stallman <rms@gnu.org>
1453
1454 * xdisp.c (display_mode_element): If we're processing a list and
1455 padding is specified, put it after the last element.
1456
14572005-05-21 Eli Zaretskii <eliz@gnu.org>
1458
1459 * fileio.c (Fexpand_file_name) [DOS_NT]: Don't try to support
1460 "superroot" on DOS_NT systems.
1461
14622005-05-21 David Hunter <hunterd42@comcast.net> (tiny change)
1463
1464 * process.c (send_process): Restore the SIGPIPE handler if we
1465 catch a SIGPIPE.
1466
14672005-05-20 Juanma Barranquero <lekktu@gmail.com>
1468
1469 * image.c (lookup_image, png_read_from_memory): Remove hacks (and
1470 misleading comments).
1471 (DEF_IMGLIB_FN): Use C calling convention for image libraries.
1472
14732005-05-20 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
1474
1475 * window.c (Fwindow_inside_edges, Fwindow_inside_pixel_edges):
1476 Correct the right value.
1477
14782005-05-19 Nick Roberts <nickrob@snap.net.nz>
1479
1480 * keyboard.c (syms_of_keyboard): Remove Lisp variables
1481 post-command-idle-hook and post-command-idle-delay.
1482 (command_loop_1): Don't try to execute post-command-idle-hook.
1483
14842005-05-16 Kim F. Storm <storm@cua.dk>
1485
1486 * xdisp.c (handle_display_prop): Handle empty replacement.
1487 (handle_single_display_spec): Return -1 for empty replacement.
1488
1489 * keyboard.c (adjust_point_for_property): Skip empty overlay string.
1490
1491 * .gdbinit (pitx): Print more info about iterator.
1492
14932005-05-16 Andreas Schwab <schwab@suse.de>
1494
1495 * unexmacosx.c (unexec_realloc): Move declarations before statements.
1496
14972005-05-14 Richard M. Stallman <rms@gnu.org>
1498
1499 * xdisp.c (message3): Call cancel_echoing.
1500
1501 * alloc.c (Fmemory_full_p): New function.
1502 (syms_of_alloc): defsubr it.
1503
1504 * process.c (send_process_trap): Unblock SIGPIPE.
1505 (send_process): Reset SIGPIPE handler before reporting error.
1506
15072005-05-14 Nick Roberts <nickrob@snap.net.nz>
1508
1509 * emacs.c (syms_of_emacs): Fix doc string for system-type.
1510
15112005-05-13 Richard M. Stallman <rms@gnu.org>
1512
1513 * fileio.c (Ffind_file_name_handler): Handle lambda-exp as handler.
1514 (Finsert_file_contents): If we read 0 bytes from a special file,
1515 unlock the visited file if we locked it.
1516 (Fmake_symbolic_link, Frecent_auto_save_p): Doc fixes.
1517 (Ffile_exists_p, Ffile_symlink_p): Doc fixes.
1518
15192005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1520
1521 * emacs.c (main) [MAC_OS8]: Call init_atimer before mac_term_init.
1522
1523 * keyboard.c (readable_events) [USE_TOOLKIT_SCROLL_BARS]:
1524 Regard toolkit scroll bar thumb drag events as squeezable and prevent
1525 redisplay from being paused by them.
1526
1527 * mac.c [!MAC_OSX]: Include keyboard.h and syssignal.h.
1528 [!MAC_OSX] (target_ticks): Remove variable.
1529 [!MAC_OSX] (check_alarm, pause, index): Remove functions.
1530 [!MAC_OSX && __MRC__] (sys_strftime): Likewise.
1531 [!MAC_OSX] (select): If fd 0 is not set in rfds and some input
1532 event occurs before timeout, behave as if the function were interrupted.
1533 [!MAC_OSX] (sigblock, sigsetmask, alarm): Simulate SIGALRM
1534 handling using Time Manager routines.
1535 [!MAC_OSX] (mac_atimer_task, mac_atimer_qlink, signal_mask):
1536 New variables.
1537 [!MAC_OSX] (mac_atimer_handler, set_mac_atimer, remove_mac_atimer)
1538 (setitimer): New functions.
1539
1540 * macfns.c, macmenu.c: Don't include signal.h.
1541
1542 * macterm.c [USE_TOOLKIT_SCROLL_BARS] (get_control_part_bounds):
1543 Rename from get_control_part_bound. All callers changed.
1544 (x_scroll_bar_clear): New function.
1545 (x_clear_frame): Use it.
1546 (XTset_vertical_scroll_bar): Don't call Draw1Control.
1547 (x_scroll_bar_handle_click): Change type of second argument from
1548 int to ControlPartCode.
1549 (check_alarm): Remove declaration.
1550 (XTread_socket) [!TARGET_API_MAC_CARBON]: Don't call it.
1551 (XTread_socket): Use ControlPartCode instead of SInt16.
1552
15532005-05-13 Nozomu Ando <nand@mac.com>
1554
1555 * unexmacosx.c: Include assert.h.
1556 (MACOSX_MALLOC_MULT16): New define.
1557 [MACOSX_MALLOC_MULT16] (ptr_in_unexec_regions): Determine whether
1558 ptr is in unexec regions by checking it is multiple of 16.
1559 (unexec_malloc_header_t): New typedef.
1560 (unexec_malloc, unexec_realloc, unexec_free): Store and use
1561 allocated size information in unexec_malloc_header.
1562
15632005-05-10 Richard M. Stallman <rms@gnu.org>
1564
1565 * xterm.c (noinclude): Add #undef.
1566
1567 * image.c, xfns.c, xmenu.c: Don't include signal.h.
1568
15692005-05-09 Juanma Barranquero <lekktu@gmail.com>
1570
1571 * fileio.c (Fexpand_file_name, Frename_file, Fadd_name_to_file)
1572 (Fmake_symbolic_link, Faccess_file, Frecent_auto_save_p):
1573 Doc fixes.
1574
1575 * dired.c (Ffile_name_completion): Make argument name
1576 match its use in docstring.
1577
15782005-05-08 Luc Teirlinck <teirllm@auburn.edu>
1579
1580 * eval.c (Fdefvaralias): Remove any pre-existing
1581 variable-documentation property of the alias.
1582
15832005-05-07 Thien-Thi Nguyen <ttn@gnu.org>
1584
1585 * xfns.c (start_hourglass): Do nothing when running on a tty.
1586
15872005-05-07 Juanma Barranquero <lekktu@gmail.com>
1588
1589 * fns.c (Fchar_table_range): Fix typos in docstring.
1590
15912005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
1592
1593 * fns.c (Fchar_table_range): Yet Another Int/Lisp_Object Mixup.
1594
15952005-05-06 Eli Zaretskii <eliz@gnu.org>
1596
1597 * lread.c (Flocate_file_internal): Doc fix.
1598
1599 * Makefile.in (lisp, shortlisp): Add jka-cmpr-hook.elc.
1600
16012005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1602
1603 * macselect.c (x_own_selection): Accept Lisp string as result of
1604 selection converter function.
1605 (x_clear_frame_selections): Don't call x-lost-selection-functions
1606 if Emacs is not owner of the selection.
1607 (Vmac_services_selection): Put variable and initialization in
1608 #ifdef MAC_OSX.
1609 (syms_of_macselect) [MAC_OSX]: Set default value of
1610 Vmac_services_selection to PRIMARY.
1611
1612 * macterm.c (toolkit_scroll_bar_interaction): Remove unused variable.
1613 (mac_handle_tool_bar_click): Remove unused function and declaration.
1614 [USE_TOOLKIT_SCROLL_BARS] (scroll_bar_timer_callback)
1615 (install_scroll_bar_timer, set_scroll_bar_timer)
1616 (control_part_code_to_scroll_bar_part, construct_scroll_bar_click)
1617 (get_control_part_bound, x_scroll_bar_handle_press)
1618 (x_scroll_bar_handle_release, x_scroll_bar_handle_drag)
1619 (x_set_toolkit_scroll_bar_thumb): New functions and declarations.
1620 [USE_TOOLKIT_SCROLL_BARS] (last_scroll_bar_part, scroll_bar_timer)
1621 (scroll_bar_timer_event_posted_p): New variables.
1622 [USE_TOOLKIT_SCROLL_BARS] (SCROLL_BAR_FIRST_DELAY)
1623 (SCROLL_BAR_CONTINUOUS_DELAY): New macros.
1624 (x_scroll_bar_create): Set control reference with NewControl.
1625 (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
1626 Initialize track_top and track_height to nil.
1627 (x_scroll_bar_set_handle, x_scroll_bar_note_movement):
1628 Put functions in #ifndef USE_TOOLKIT_SCROLL_BARS.
1629 (XTset_vertical_scroll_bar): Don't make space between scroll bar
1630 and associated window.
1631 (XTset_vertical_scroll_bar) [MAC_OSX]: Get scroll bar area width
1632 from window config.
1633 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
1634 Set track_top and track_height to nil when scroll bar size is changed.
1635 Recalculate them if they are nil.
1636 (XTread_socket) [MAC_OSX]: Use control kind to determine if the
1637 clicked control is a scroll bar.
1638 (XTread_socket) [USE_TOOLKIT_SCROLL_BARS]: Use toolkit scroll bar
1639 event handler functions. Don't add modifiers to scroll bar click
1640 events. Call scroll bar release handler when window is deactivated.
1641 (mac_initialize): Remove unused code for X toolkit.
1642 (syms_of_macterm) [!USE_TOOLKIT_SCROLL_BARS]:
1643 Initialize Vx_toolkit_scroll_bars to nil.
1644
1645 * macterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
1646 New members track_top and track_height.
1647
1648 * sysselect.h [DARWIN || MAC_OSX]: Temporarily undefine
1649 init_process when including sys/select.h.
1650
16512005-05-05 Luc Teirlinck <teirllm@auburn.edu>
1652
1653 * eval.c (Fdefvaralias): Doc fix.
1654
1655 * xmenu.c (Fx_popup_menu, Fx_popup_dialog): Doc fixes.
1656
16572005-05-05 Kim F. Storm <storm@cua.dk>
1658
1659 * buffer.c (init_buffer_once): Set cursor_in_non_selected_windows
1660 default value.
1661 (syms_of_buffer): Add default-cursor-in-non-selected-windows.
1662 Fix type of cursor-in-non-selected-windows.
1663
16642005-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1665
1666 * mac.c: #undef init_process so not to conflict with system headers.
1667
16682005-05-02 Richard M. Stallman <rms@gnu.org>
1669
1670 * buffer.c (syms_of_buffer): Define cursor-in-non-selected-windows.
1671
1672 * buffer.h (struct buffer): Add cursor_in_non_selected_windows slot.
1673
1674 * xdisp.c (Vcursor_in_non_selected_windows)
1675 (Qcursor_in_non_selected_windows): Vars deleted.
1676 (syms_of_xdisp): Don't initialize them.
1677 (get_window_cursor_type): Use cursor_in_non_selected_windows
1678 buffer slot.
1679
16802005-05-02 Kim F. Storm <storm@cua.dk>
1681
1682 * macros.c (executing_kbd_macro_index): Rename from
1683 executing_macro_index. All uses changed.
1684 (executing_kbd_macro_iterations): Rename from
1685 executing_macro_iterations. All uses changed.
1686 (executing_kbd_macro): Rename from executing_macro.
1687 All uses changed.
1688 (syms_of_macros): Rename Lisp var executing-macro-index to
1689 executing-kbd-macro-index.
1690
1691 * xdisp.c (move_it_in_display_line_to): Fix last change.
1692
16932005-05-01 Luc Teirlinck <teirllm@auburn.edu>
1694
1695 * xmenu.c (Fx_popup_menu): Doc fix.
1696
1697 * charset.c (syms_of_charset): Delete defsubr for Schars_in_region.
1698
16992005-05-02 Jason Rumney <jasonr@gnu.org>
1700
1701 * emacs.c (USAGE3, USAGE4): Keep strings below 2048 bytes.
1702
17032005-05-02 Nozomu Ando <nand@mac.com>
1704
1705 * sysselect.h: Fix typo.
1706
17072005-05-02 Nick Roberts <nickrob@snap.net.nz>
1708
1709 * charset.c (Fchars_in_region): Remove as obsolete.
1710
17112005-05-01 Kim F. Storm <storm@cua.dk>
1712
1713 * xdisp.c (move_it_in_display_line_to): Stop if we move beyond
1714 TO_CHARPOS. This may happen if last glyphs was an image or stretch
1715 glyph.
1716
17172005-05-01 Luc Teirlinck <teirllm@auburn.edu>
1718
1719 * dispnew.c (sit_for): Vexecuting_macro -> Vexecuting_kbd_macro.
1720
17212005-05-01 Richard M. Stallman <rms@gnu.org>
1722
1723 * xmenu.c [not HAVE_X_TOOLKIT] (xmenu_show):
1724 If user cancels the menu, quit unless FOR_CLICK.
1725
1726 * macros.c (Vexecuting_kbd_macro): Rename from Vexecuting_macro.
1727 All uses changed.
1728 (syms_of_macros): Define only executing-kbd-macro, not executing-macro.
1729 * keyboard.c: Change Vexecuting_macro to Vexecuting_kbd_macro.
1730 * macros.h (Vexecuting_kbd_macro): Declare instead of Vexecuting_macro.
1731 * commands.h (Vexecuting_kbd_macro): Likewise.
1732
17332005-05-01 Thien-Thi Nguyen <ttn@gnu.org>
1734
1735 * sysdep.c (get_frame_size) [VMS]: Use a fresh i/o channel.
1736
17372005-04-30 Richard M. Stallman <rms@gnu.org>
1738
1739 * fileio.c (Ffind_file_name_handler): Handle the `operations'
1740 property of the file name handler.
1741 (Qoperations): New variable.
1742 (syms_of_fileio): Initialize and staticpro it.
1743
1744 * xdisp.c (set_message_1): Delete xassert.
1745
17462005-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1747
1748 * mac.c: Don't include time.h. Include sysselect.h after systime.h.
1749
1750 * macfns.c (Fx_server_version): Add BLOCK_INPUT around Gestalt.
1751
1752 * macgui.h [HAVE_CARBON && MAC_OSX]: Don't undefine/define mktime
1753 before/after including Carbon.h if there is a working mktime.
1754
17552005-04-28 Kim F. Storm <storm@cua.dk>
1756
1757 * xfaces.c (resolve_face_name): Add arg SIGNAL_P. Calls changed.
1758 Fix cyclic alias check. If alias loop is detected, signal
1759 circular-list error if SIGNAL_P, and return Qdefault if !SIGNAL_P.
1760
17612005-04-28 Lute Kamstra <lute@gnu.org>
1762
1763 * eval.c (do_autoload): Record only autoloads in the autoload
1764 property of symbols.
1765
17662005-04-28 Nick Roberts <nickrob@snap.net.nz>
1767
1768 * emacs.c (USAGE1): Add --basic-display and --quick options.
1769
17702005-04-27 Kim F. Storm <storm@cua.dk>
1771
1772 * data.c (syms_of_data) Staticpro Qcyclic_variable_indirection.
1773
17742005-04-26 Richard M. Stallman <rms@gnu.org>
1775
1776 * window.c (Fsame_window_p, Fspecial_display_p): Doc fixes.
1777 (syms_of_window): Doc fixes.
1778
1779 * indent.c (Fvertical_motion): Undo previous change.
1780
17812005-04-26 Kenichi Handa <handa@m17n.org>
1782
1783 * fns.c (char_table_range): New function.
1784 (Fchar_table_range): Signal an error if characters in the range
1785 have inconsistent values. Don't check the parent.
1786
17872005-04-25 Kenichi Handa <handa@m17n.org>
1788
1789 * fontset.c (fontset_set): Fix previous change.
1790
17912005-04-24 Richard M. Stallman <rms@gnu.org>
1792
1793 * indent.c (Fvertical_motion): Bind fontification-functions to nil.
1794
17952005-04-24 Eli Zaretskii <eliz@gnu.org>
1796
1797 * regex.c (re_search_2, re_match_2_internal): Convert second arg
1798 of RE_TRANSLATE to int, to shut up GCC warnings.
1799
1800 * fileio.c (Fcopy_file): Doc fix.
1801 [MSDOS]: Fix call to emacs_open: buffer_file_type not defined and
1802 not needed.
1803
18042005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1805
1806 * Makefile.in [HAVE_CARBON] (MAC_OBJ): Add macselect.o.
1807 (SOME_MACHINE_OBJECTS): Likewise.
1808 (mac.o): Depend on ccl.h.
1809 (macselect.o): New target.
1810
1811 * emacs.c (main) [MAC_OS8 || MAC_OSX && HAVE_CARBON]:
1812 Call syms_of_macselect.
1813
1814 * frame.c (Fdelete_frame) [MAC_OS]: Call x_clear_frame_selections.
1815
1816 * mac.c [!TARGET_API_MAC_CARBON]: Don't include charset.h or coding.h.
1817 (QCLIPBOARD): Remove variable.
1818 (syms_of_mac): Don't initialize it.
1819 (Fmac_paste_function, Fmac_cut_function, Fx_selection_exists_p):
1820 Remove functions.
1821 (syms_of_mac): Don't defsubr them.
1822 [TARGET_API_MAC_CARBON] (Qmime_charset, QNFD, QNFKD, QNFC, QNFKC)
1823 (QHFS_plus_D, QHFS_plus_C): New variables.
1824 (syms_of_mac) [TARGET_API_MAC_CARBON]: Initialize them.
1825 [TARGET_API_MAC_CARBON] (get_cfstring_encoding_from_lisp)
1826 (cfstring_create_normalized): New functions.
1827 [TARGET_API_MAC_CARBON] (Fmac_code_convert_string): Likewise.
1828 (syms_of_mac) [TARGET_API_MAC_CARBON]: Defsubr it.
1829
1830 * macterm.c (handling_window_update, terminate_flag):
1831 Remove variables.
1832 (do_window_update, do_ae_quit_application, XTread_socket):
1833 Don't use them.
1834 (WNE_SLEEP_AT_SUSPEND, WNE_SLEEP_AT_RESUME): Don't define.
1835 [USE_CARBON_EVENTS && MAC_OSX] (mac_handle_service_event)
1836 (init_service_handler): Move to macselect.c. Remove declarations.
1837 [USE_CARBON_EVENTS && MAC_OSX] (init_service_handler): Add extern.
1838 (Qapplication, Qabout): New variables.
1839 (syms_of_mac): Initialize them.
1840 [USE_CARBON_EVENTS && MAC_OSX] (Qpreferences, Qservices, Qpaste)
1841 (Qperform): New variables.
1842 (syms_of_mac) [USE_CARBON_EVENTS && MAC_OSX]: Initialize them.
1843 (do_get_menus) [TARGET_API_MAC_CARBON]: Don't call AppendResMenu.
1844 (do_menu_choice): Unhighlight menu bar also when menu_id is 0.
1845 (mac_store_application_menu_event, init_menu_bar): New functions.
1846 [USE_CARBON_EVENTS] (mac_handle_command_event)
1847 (init_command_handler): New functions.
1848 (mac_handle_window_event): Return noErr on window update event.
1849 (do_ae_quit_application): Call mac_store_application_menu_event.
1850 (mac_initialize) [USE_CARBON_EVENTS]: Call init_command_handler
1851 and init_menu_bar.
1852
1853 * macterm.h (x_clear_frame_selections): Add extern.
1854
1855 * macselect.c: New file for selection processing on Mac OS.
1856
18572005-04-23 Richard M. Stallman <rms@gnu.org>
1858
1859 * fileio.c (Fcopy_file): New arg MUSTBENEW.
1860 (Frename_file): Pass new arg to Fcopy_file.
1861
1862 * window.c (window_size_fixed): Variable deleted.
1863 (syms_of_window): Initialize window-size-fixed to nil.
1864 But don't DEFVAR window_size_fixed.
1865
18662005-04-23 Andreas Schwab <schwab@suse.de>
1867
1868 * m/macppc.h (LD_SWITCH_MACHINE) [LINUX]: Don't define.
1869 (START_FILES, LIB_STANDARD) [LINUX && _ARCH_PPC64]: Override to
1870 use lib64 instead of lib.
1871 (_LP64) [_ARCH_PPC64]: Define if not defined.
1872
18732005-04-23 David Hunter <hunterd42@comcast.net> (tiny change)
1874
1875 * s/ms-w32.h (HAVE_PWD_H): Define.
1876
18772005-04-22 Kenichi Handa <handa@m17n.org>
1878
1879 * fns.c (copy_sub_char_table): Explicitly copy the default value
1880 of the sub-chartable.
1881
1882 * fontset.c (fontset_set): When a sub-chartable is created,
1883 explicitly sets the defalt value.
1884
18852005-04-22 Kim F. Storm <storm@cua.dk>
1886
1887 * fns.c (Fplist_get): Replace by Fsafe_plist_get.
1888 (Fsafe_plist_get): Rename to Fplist_get.
1889 (Fsafe_get): Remove, as Fget now uses safe Fplist_get.
1890 (defsubr): Remove defsubr for Fsafe_plist_get and Fsafe_get.
1891
1892 * lisp.h (Fsafe_plist_get, Fsafe_get): Remove EXFUN.
1893
1894 * xdisp.c (store_mode_line_string, produce_stretch_glyph)
1895 (note_mode_line_or_margin_highlight, note_mouse_highlight):
1896 Use Fplist_get instead of Fsafe_plist_get.
1897
1898 * xfaces.c (resolve_face_name): Use Fget instead of Fsafe_get.
1899
19002005-04-21 Miles Bader <miles@gnu.org>
1901
1902 * xdisp.c (dump_glyph_row): Don't display overlay_arrow_p field.
1903
19042005-04-20 Thien-Thi Nguyen <ttn@gnu.org>
1905
1906 * sysdep.c: Remove reference to defunct vms-pwd.h.
1907 * dired.c: Likewise. Also, for pwd.h, use HAVE_PWD_H, not !VMS.
1908 * editfns.c, fileio.c, filelock.c, sysdep.c, xrdb.c: Likewise.
1909
1910 * config.in: Regenerate.
1911
19122005-04-20 Kenichi Handa <handa@m17n.org>
1913
1914 * lisp.h (CHAR_TABLE_DEFAULT_SLOT_ASCII): New macro.
1915 (CHAR_TABLE_DEFAULT_SLOT_8_BIT_CONTROL): New macro.
1916 (CHAR_TABLE_DEFAULT_SLOT_8_BIT_GRAPHIC): New macro.
1917
1918 * alloc.c (make_sub_char_table): Argument changed to initial
1919 value of the slots.
1920
1921 * data.c (Faref): Handle special slots used as default values of
1922 ascii, eight-bit-control, eight-bit-control. Don't ignore a
1923 default value set for a group of characters.
1924 (Faset): Signal an error if IDXVAL is not a valid character code.
1925 Make a sub-chartable with correct initial value.
1926
1927 * fns.c (Fset_char_table_range): Don't set slots used as default
1928 values for ascii, eight-bit-control, eight-bit-graphic.
1929 Don't call Faref with charset-id.
1930 (Fset_char_table_default): Document how to treat normal character
1931 argument. Handle special slots used as default values of ascii,
1932 eight-bit-control, eight-bit-control. Make a sub chartable if
1933 necessary.
1934
19352005-04-20 Kenichi Handa <handa@m17n.org>
1936
1937 * search.c (boyer_moore): Fix previous change.
1938
19392005-04-19 Kim F. Storm <storm@cua.dk>
1940
1941 * xdisp.c (setup_for_ellipsis): Reset saved_face_id to use default
1942 face unless last visible char and first invisible char have the
1943 same face. Also use default face if saved_face_id is undefined.
1944
19452005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1946
1947 * macgui.h (MacFontStruct): Remove member `fontname'. Add member
1948 `full_name'.
1949 [TARGET_API_MAC_CARBON] (MacFontStruct): Use type int for
1950 mac_scriptcode member.
1951
1952 * macterm.c (Qbig5, Qcn_gb, Qsjis, Qeuc_kr): Remove variables.
1953 (syms_of_mac): Don't initialize them.
1954 (Vmac_charset_info_alist): New variable.
1955 (syms_of_mac): Defvar it.
1956 (create_text_encoding_info_alist): New function.
1957 (decode_mac_font_name, mac_to_x_fontname)
1958 (x_font_name_to_mac_font_name, init_font_name_table): Don't hard
1959 code the correspondence among XLFD charsets, Mac script codes, and
1960 Emacs coding systems. Use Vmac_charset_info_alist and result of
1961 create_text_encoding_info_alist instead.
1962 (init_font_name_table) [TARGET_API_MAC_CARBON]: Use Font Manager
1963 routines also on Mac OS Classic.
1964 (init_font_name_table) [!TARGET_API_MAC_CARBON]:
1965 Use add_font_name_table_entry.
1966 (mac_do_list_fonts): Regard 0 in XLFD scaleble fields as
1967 specified. Derive unspecified scalable fields from specified one.
1968 (x_list_fonts): Consider Valternate_fontname_alist.
1969 (kDefaultFontSize): Change value from 9 to 12.
1970 (XLoadQueryFont): Get decoded font family, font face, and charset
1971 from x_font_name_to_mac_font_name. Set full name of loaded font.
1972 (mac_unload_font): Free `full_name' member.
1973 (x_load_font): Don't try XLoadQueryFont if x_list_fonts returns
1974 NULL. Copy full_name member of struct MacFontStruct to that of
1975 struct font_info.
1976
19772005-04-19 Kim F. Storm <storm@cua.dk>
1978
1979 * xdisp.c (handle_stop): Set saved_face_id to current face if
1980 selective_display_ellipsis_p so ellipsis will be shown in same
1981 face as preceding text.
1982 (setup_for_ellipsis): Don't set saved_face_id here.
1983 (next_element_from_display_vector): Default to saved_face_id.
1984
1985 * fns.c (Fsafe_get): New function.
1986 (syms_of_fns): Defsubr it.
1987
1988 * lisp.h (Fsafe_get): EXFUN it.
1989
1990 * xfaces.c (resolve_face_name): Use Fsafe_get to avoid redisplay
1991 loops in case of bad face property lists. Limit number of face
1992 alias lookups to 10 (in case of face alias loops).
1993
19942005-04-18 Kim F. Storm <storm@cua.dk>
1995
1996 * dispextern.h (struct glyph_row): New member overlay_arrow_bitmap.
1997 It replaces the corresponding member from struct window, as a
1998 window may now show multiple overlay arrows.
1999 Remove member overlay_arrow_p, superseeded by overlay_arrow_bitmap.
2000
2001 * dispnew.c (row_equal_p, update_window_line, scrolling_window):
2002 Compare overlay_arrow_bitmap than overlay_arrow_p members.
2003
2004 * fringe.c (draw_fringe_bitmap): Use overlay_arrow_bitmap from row
2005 rather than from window.
2006 (update_window_fringes): Compare overlay_arrow_bitmap rather than
2007 overlay_arrow_p members.
2008 (Ffringe_bitmaps_at_pos): Return fringe overlay_arrow_bitmap name
2009 if not default.
2010
2011 * window.h (struct window): Remove member overlay_arrow_bitmap.
2012
2013 * window.c (make_window): Don't initialize overlay_arrow_bitmap.
2014
2015 * xdisp.c (overlay_arrow_string_or_property): Remove PBITMAP arg.
2016 Calls changed. Don't check for overlay-arrow-bitmap property here.
2017 (overlay_arrow_at_row): Remove PBITMAP arg. Instead, if left
2018 fringe is present, return Lisp integer for bitmap (or -1 for default).
2019 Fix value of overlay-arrow-bitmap property to be a symbol, use
2020 lookup_fringe_bitmap to parse it.
2021 (display_line): Change call to overlay_arrow_at_row. Store integer
2022 return value as overlay bitmap in row rather than window.
2023 Only show overlay arrow if row displays text, or if no other overlay
2024 arrow is seen in window (if overlay marker is at point-max).
2025
20262005-04-18 Thien-Thi Nguyen <ttn@gnu.org>
2027
2028 * xfaces.c (realize_x_face) [!HAVE_WINDOW_SYSTEM]: Return NULL.
2029
20302005-04-18 Lute Kamstra <lute@gnu.org>
2031
2032 * lread.c (Vloads_in_progress): Static.
2033 * fns.c (Vloads_in_progress): Remove extern.
2034 (load_in_progress): Add extern.
2035 (Frequire): Use load_in_progress instead of Vloads_in_progress.
2036
20372005-04-18 Thien-Thi Nguyen <ttn@gnu.org>
2038
2039 * xmenu.c (Fx_popup_menu): Initialize error_name to NULL.
2040
20412005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2042
2043 * macterm.c (XTread_socket): Don't beep on keyboard input even if
2044 no frame is visible.
2045
20462005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
2047
2048 * term.c (struct keys): Add support for shifted keys.
2049
20502005-04-16 Richard M. Stallman <rms@gnu.org>
2051
2052 * xdisp.c (with_echo_area_buffer): Delete WHICH < 0 case.
2053 (set_message): Call with_echo_area_buffer with WHICH = 0.
2054 (set_message_1): Erase the echo area buffer first thing.
2055 (echo_area_display): Don't clear echo_message_buffer.
2056
20572005-04-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2058
2059 * Makefile.in (mac.o): Depend on charset.h and coding.h.
2060
2061 * mac.c: Include charset.h and coding.h.
2062 [TARGET_API_MAC_CARBON] (Qutf_8): Remove extern.
2063 [TARGET_API_MAC_CARBON] (cfstring_create_with_string): New function.
2064 [TARGET_API_MAC_CARBON] (Fmac_get_preference): Use it.
2065
2066 * macfns.c [TARGET_API_MAC_CARBON] (Fx_file_dialog): Likewise.
2067
2068 * image.c [MAC_OSX] (image_load_quartz2d): Likewise.
2069
2070 * macterm.c (x_autoselect_window_p): Remove variable.
2071 (last_window): New variable.
2072 (XTreassert_line_highlight, x_change_line_highlight):
2073 Remove declarations.
2074 (mac_focus_changed, x_detect_focus_change): New functions and
2075 declarations.
2076 (XTextExtents16, front_emacs_window): Remove function.
2077 (mac_focus_frame): New function.
2078 (XTmouse_position, do_menu_choice, do_zoom_window, XTread_socket)
2079 (mac_check_for_quit_char): Use it instead of front_emacs_window.
2080 (x_scroll_bar_report_motion): Obtain window from control owner.
2081 (x_make_frame_invisible): Set window manager size hint.
2082 (do_mouse_moved): Remove function.
2083 (XTread_socket): Move its contents here. Generate select-window
2084 event on mouse movement if needed. Use x_detect_focus_change on
2085 activate/deactivate events. Don't deiconify frame or invalidate
2086 window rectangle when dnd items are dropped.
2087 Don't activate/deactivate root control.
2088 (frame_highlight, frame_unhighlight): Activate/deactivate root
2089 control here.
2090 (syms_of_macterm): Delete DEFVAR_BOOL for x_autoselect_window_p.
2091
2092 * macterm.h (cfstring_create_with_string) [TARGET_API_MAC_CARBON]:
2093 New extern.
2094
20952005-04-15 Luc Teirlinck <teirllm@auburn.edu>
2096
2097 * Makefile.in: Define new macro TOOLTIP_SUPPORT.
2098 (lisp): Use it.
2099 (SOME_MACHINE_LISP): Add tooltip.
2100
21012005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2102
2103 * mac.c [!TARGET_API_MAC_CARBON]: Include MacLocales.h.
2104 Don't include TextEncodingConverter.h.
2105 (mac_system_script_code, Vmac_system_locale): New variables.
2106 (syms_of_mac): Defvar them.
2107 (mac_get_system_locale): New function.
2108
2109 * macfns.c (x_set_name, x_set_title) [!TARGET_API_MAC_CARBON]:
2110 Use ENCODE_SYSTEM to encode title bar string.
2111 (x_create_tip_frame): Apply 2005-03-18 change for xfns.c.
2112 (Fx_file_dialog) [TARGET_API_MAC_CARBON && !MAC_OSX]:
2113 Use CFStringGetSystemEncoding to get system default string encoding.
2114
2115 * macterm.c [!TARGET_API_MAC_CARBON]: Don't include
2116 TextEncodingConverter.h.
2117
21182005-04-13 Steven Tamm <steventamm@mac.com>
2119
2120 * macterm.c (syms_of_macterm): Remove redundant definition of
2121 mac-pass-control-to-system.
2122
21232005-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
2124
2125 * window.c (Fset_window_configuration): Be careful when you choose
2126 among several possible points for the new_current_buffer.
2127
21282005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2129
2130 * keyboard.c (poll_for_input) [SYNC_INPUT]: Don't call
2131 poll_for_input_1. Set interrupt_input_pending to 1 instead.
2132 (Qlanguage_change) [MAC_OS]: New variable.
2133 (syms_of_keyboard) [MAC_OS]: Intern and staticpro it.
2134 (kbd_buffer_get_event) [MAC_OS]: Make event for LANGUAGE_CHANGE_EVENT.
2135
2136 * macterm.c (mac_keyboard_text_encoding)
2137 (current_mac_keyboard_text_encoding): Remove variables.
2138 (XTread_socket): Store language-change event if keyboard script change
2139 is detected. Don't convert input to `mac_keyboard_text_encoding'.
2140 (syms_of_macterm): Delete DEFVAR_INT for mac-keyboard-text-encoding.
2141
2142 * termhooks.h (enum event_kind) [MAC_OS]: Add LANGUAGE_CHANGE_EVENT.
2143
21442005-04-10 Richard M. Stallman <rms@gnu.org>
2145
2146 * emacs.c (standard_args): Rename --bare-bones to --quick.
2147 Add -D aka --basic-display.
2148
2149 * buffer.c (Fmake_indirect_buffer): Clear out some local variables.
2150
21512005-04-09 Richard M. Stallman <rms@gnu.org>
2152
2153 * keymap.c (where_is_internal): Convert a string used as event type
2154 into "(any string)".
2155
2156 * lread.c (Vloads_in_progress): Not static.
2157 * fns.c (Vloads_in_progress): Add extern.
2158 (Frequire): Don't do LOADHIST_ATTACH if Vloads_in_progress is nil.
2159
21602005-04-09 Thien-Thi Nguyen <ttn@surf.glug.org>
2161
2162 * dispnew.c (mirror_line_dance): Avoid crash if W2 is null.
2163
21642005-04-09 Lute Kamstra <lute@gnu.org>
2165
2166 * print.c (PRINTPREPARE): Check if the marker PRINTCHARFUN is
2167 within the accessible part of the buffer.
2168
21692005-04-09 Kim F. Storm <storm@cua.dk>
2170
2171 * lread.c (readevalloop): Add args START and END as region in
2172 current buffer to read. Callers changed.
2173 When specified, narrow to this region only when reading,
2174 not during eval. Track next point to read from during eval.
2175 Also restore point to "real" buffer position before eval.
2176 (Feval_region): Don't save excursion and restriction here, and
2177 don't narrow to region. Just pass region to readevalloop.
2178 Note: Point is now preserved even when PRINTFLAG is nil.
2179
21802005-04-08 Kim F. Storm <storm@cua.dk>
2181
2182 * xdisp.c (syms_of_xdisp): Init overlay-arrow-string to "=>".
2183
21842005-04-06 Kim F. Storm <storm@cua.dk>
2185
2186 * emacs.c (standard_args): Add -Q, --bare-bones, -bare-bones.
2187
21882005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2189
2190 * mac.c (cfdate_to_lisp): Add `const' for variable `epoch_gdate'.
2191 (Fmac_get_preference): Doc fix.
2192
2193 * macfns.c (Fx_create_frame, x_create_tip_frame):
2194 Add "fontset-mac" to fallback font/fontsets.
2195
21962005-04-04 Kim F. Storm <storm@cua.dk>
2197
2198 * alloc.c (Fgarbage_collect): Call CHECK_CONS_LIST before and after gc.
2199
2200 * eval.c (Ffuncall): Always call CHECK_CONS_LIST on entry.
2201 Call it again after autoload.
2202
22032005-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2204
2205 * alloc.c (allocate_string_data): Call BLOCK_INPUT before calling
2206 mallopt.
2207
2208 * ralloc.c (r_alloc_init): Ditto.
2209
22102005-04-01 Kenichi Handa <handa@m17n.org>
2211
2212 * lisp.h (Vascii_upcase_table, Vascii_canon_table)
2213 (Vascii_eqv_table): Extern them.
2214
2215 * casetab.c (set_case_table): If standard is nonzero, setup
2216 Vascii_upcase_table, Vascii_canon_table, and Vascii_eqv_table.
2217
2218 * search.c (looking_at_1): Use current_buffer->case_canon_table,
2219 not DOWNCASE_TABLE.
2220 (string_match_1): Likewise.
2221 (fast_c_string_match_ignore_case): Use Vascii_canon_table, not
2222 Vascii_downcase_table.
2223 (fast_string_match_ignore_case): Likewise.
2224 (search_buffer): Fix checking of boyer-moore usability.
2225 (boyer_moore): Calculate translate_prev_byte1/2/3 in advance.
2226 No need of tranlating characters in PAT. Fix calculation of
2227 simple_translate.
2228
22292005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
2230
2231 * xterm.c [HAVE_XAW3D]: Include ThreeD.h for XtNbeNiceToColormap.
2232 (x_create_toolkit_scroll_bar): Test XtNbeNiceToColormap before using it.
2233 Use XtNtopShadowPixel and XtNbottomShadowPixel.
2234 (x_set_toolkit_scroll_bar_thumb): Remove ugly old hack that didn't
2235 really work and that breaks with some versions of Xaw3d.
2236
22372005-03-31 Kenichi Handa <handa@m17n.org>
2238
2239 * coding.c (syms_of_coding): Fix previous change.
2240
22412005-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
2242
2243 * fileio.c (search_embedded_absfilename): Fix last change.
2244
22452005-03-25 Kenichi Handa <handa@m17n.org>
2246
2247 * coding.c (syms_of_coding): Suggest to use set-coding-category in
2248 the docstring of coding-category-list.
2249
22502005-03-31 Kim F. Storm <storm@cua.dk>
2251
2252 * keyboard.c (Qmouse_fixup_help_message): New var.
2253 (syms_of_keyboard): Intern and staticpro it.
2254 (show_help_echo): Apply mouse-fixup-help-message to help string.
2255
22562005-03-30 Kim F. Storm <storm@cua.dk>
2257
2258 * xdisp.c (display_line): Allow multiple overlay arrows in window.
2259
22602005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
2261
2262 * fileio.c (Fexpand_file_name): Use IS_DEVICE_SEP.
2263 (file_name_absolute_p): New fun, extracted from Ffile_name_absolute_p.
2264 (Ffile_name_absolute_p): Use it.
2265 (search_embedded_absfilename): New fun, extracted from
2266 Fsubstitute_in_file_name. Use file_name_absolute_p.
2267 Free the pw data after use.
2268 (Fsubstitute_in_file_name): Use it.
2269 After cutting a prefix, re-check file-name-handler.
2270
22712005-03-26 Lennart Borgman <lennart.borgman.073@student.lu.se>
2272
2273 * w32term.h (x_output): Add focus_state.
2274
2275 * w32term.c (x_focus_changed, w32_detect_focus_change): New functions.
2276 (w32_read_socket) [WM_SETFOCUS]: Call w32_detect_focus_change.
2277
22782005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
2279
2280 * minibuf.c (Fminibuffer_complete_and_exit, Fself_insert_and_exit):
2281 Use Fexit_minibuffer.
2282 (Fexit_minibuffer): Mark it as no-return, deactivate the mark.
2283
22842005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
2285
2286 * dired.c (Ffile_attributes): Add a missing gcpro.
2287
2288 * alloc.c (make_number): The arg can be bigger than `int'.
2289 * lisp.h (make_number): Make prototype more precise.
2290
2291 * process.c, dired.c (Vfile_name_coding_system)
2292 (Vdefault_file_name_coding_system):
2293 * callproc.c (Vdoc_file_name, Vfile_name_coding_system)
2294 (Vdefault_file_name_coding_system): Remove unused declarations.
2295
22962005-03-24 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2297
2298 * xmenu.c (create_and_show_popup_menu): Just remove menu and return
2299 if it failed to pop up (Gnome "show pointer on ctrl" option makes
2300 menus fail to pop up).
2301
23022005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
2303
2304 * xdisp.c (get_next_display_element): Also use `\ ' & `\-' for latin-9.
2305 Just prepend a backslash without replacing the NBSP by an SPC.
2306
23072005-03-22 Kim F. Storm <storm@cua.dk>
2308
2309 * xfaces.c (lookup_derived_face): Add arg SIGNAL_P.
2310 * dispextern.h (lookup_derived_face): Fix prototype.
2311 * msdos.c (XMenuActivate): Fix call to lookup_derived_face.
2312
2313 * xdisp.c (handle_single_display_spec): Derive left-fringe and
2314 right-fringe face from fringe face.
2315
2316 * fringe.c (draw_fringe_bitmap_1, Fset_fringe_bitmap_face):
2317 Derive face from fringe face.
2318
23192005-03-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2320
2321 * xrdb.c (x_load_resources): Undo previous change (2005-03-18).
2322
23232005-03-22 David Kastrup <dak@gnu.org>
2324
2325 * textprop.c (Fnext_char_property_change)
2326 (Fprevious_char_property_change): Allow marker as limit.
2327 (Fnext_single_char_property_change)
2328 (Fprevious_single_char_property_change): Check that limit is a
2329 number in strings.
2330 (Fnext_single_char_property_change): Coerce position to integer.
2331 (Fprevious_single_char_property_change): Same here.
2332
23332005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
2334
2335 * s/openbsd.h (LD_SWITCH_SYSTEM_tmp): Define if undefined.
2336
23372005-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
2338
2339 * frame.c (Fignore_event): Remove.
2340 (syms_of_frame): Don't defsubr it.
2341
2342 * keyboard.c (keys_of_keyboard): Just use `ignore' instead of the
2343 redundant `ignore-event'.
2344
23452005-03-19 Eli Zaretskii <eliz@gnu.org>
2346
2347 * unexec.c (write_segment, unexec): Move these functions to avoid
2348 forward references (which cause errors with "gcc -gcoff").
2349
23502005-03-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2351
2352 * xfns.c (x_create_tip_frame): Remove setting of Vx_resource_name so
2353 that it doesn't become "tooltip". The specbind is enough.
2354
2355 * xrdb.c (x_load_resources): Use different char *helv when I18N
2356 is present.
2357
23582005-03-17 Kenichi Handa <handa@m17n.org>
2359
2360 * coding.c (syms_of_coding): Docstring of coding-category-list fixed.
2361
23622005-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
2363
2364 * xfaces.c (x_update_menu_appearance) [HAVE_X_I18N]:
2365 Use xic_create_fontsetname even for non-Motif menus.
2366 Don't forget to free the fontsetname.
2367
2368 * xfns.c (xic_create_fontsetname): Add a final catch-all font pattern.
2369
23702005-03-17 Richard M. Stallman <rms@gnu.org>
2371
2372 * dispnew.c (mirror_line_dance): Set W2 according to FRAME_FROM.
2373
2374 * fileio.c (Fcopy_file, Frename_file, Fadd_name_to_file)
2375 (Fmake_symbolic_link): Use G to read the new file name.
2376
2377 * callint.c (Finteractive): Document G option.
2378 (Fcall_interactively): Implement G option.
2379
2380 * buffer.c (buffer_lisp_local_variables): New function,
2381 broken out from Fbuffer_local_variables.
2382 (clone_per_buffer_values): Use buffer_lisp_local_variables.
2383
23842005-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
2385
2386 * xfns.c (xic_create_fontsetname): Add `motif' argument.
2387 Always return a freshly allocated string.
2388 (xic_create_xfontset): Adjust call.
2389
2390 * xfaces.c (x_update_menu_appearance) [USE_MOTIF]:
2391 Use xic_create_fontsetname to create a fontset so utf-8 locales work.
2392 (dump_realized_face): Fix warning.
2393
2394 * emacs.c (Fkill_emacs): YAILOM.
2395
2396 * frame.c (Fignore_event): Fix ancient obscure C-u handling bug.
2397
23982005-03-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2399
2400 * mac.c (HASHKEY_TERMINAL): Remove.
2401 (HASHKEY_MAX_NID): New macro.
2402 (xrm_q_get_resource_1): Rename from xrm_q_get_resource. Add extra
2403 argument.
2404 (xrm_q_get_resource): Call xrm_q_get_resource_1 with extra argument.
2405 (xrm_create_database, xrm_q_put_resource)
2406 (xrm_merge_string_database, xrm_q_get_resource_1)
2407 (xrm_q_get_resource): Change resource database representation so
2408 that it may not use multiple hash tables for a single database.
2409 [TARGET_API_MAC_CARBON] (xrm_cfproperty_list_to_value): YAILOM.
2410
24112005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
2412
2413 * xmenu.c (ENCODE_MENU_STRING) [HAVE_X_I18N]: Use ENCODE_SYSTEM.
2414
2415 * coding.h (ENCODE_SYSTEM, DECODE_SYSTEM) [!WINDOWSNT]: Use the
2416 locale-coding-system, as was already done for WINDOWSNT.
2417
2418 * keyboard.c (read_char): Only do the 7-bit-meta -> 27-bit-meta
2419 translation for chars in the 0-255 range.
2420
24212005-03-16 Lute Kamstra <lute@gnu.org>
2422
2423 * floatfns.c (Ffloor): Doc fix.
2424
24252005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2426
2427 * mac.c: Include macterm.h instead of directly including Carbon.h.
2428 [TARGET_API_MAC_CARBON] (Qstring, Qnumber, Qboolean, Qdate, Qdata)
2429 (Qarray, Qdictionary): New variables.
2430 (syms_of_mac) [TARGET_API_MAC_CARBON]: Initialize them.
2431 [TARGET_API_MAC_CARBON] (Qutf_8): Add extern.
2432 [TARGET_API_MAC_CARBON] (DECODE_UTF_8): New macro.
2433 [TARGET_API_MAC_CARBON] (struct cfdict_context): New struct used
2434 in callback for CFDictionaryApplyFunction.
2435 [TARGET_API_MAC_CARBON] (cfdata_to_lisp, cfstring_to_lisp)
2436 (cfnumber_to_lisp, cfdate_to_lisp, cfboolean_to_lisp)
2437 (cfobject_desc_to_lisp, cfdictionary_add_to_list)
2438 (cfdictionary_puthash, cfproperty_list_to_lisp): New functions.
2439 [TARGET_API_MAC_CARBON] (Fmac_get_preference): New function.
2440 (syms_of_mac) [TARGET_API_MAC_CARBON]: Defsubr it.
2441 (P, LOOSE_BINDING, SINGLE_COMPONENT, HASHKEY_TERMINAL): New macro.
2442 (skip_white_space, parse_comment, parse_include_file)
2443 (parse_binding, parse_component, parse_resource_name, parse_value)
2444 (parse_resource_line, xrm_create_database, xrm_q_put_resource)
2445 (xrm_merge_string_database, xrm_q_get_resource, xrm_get_resource)
2446 (xrm_cfproperty_list_to_value, xrm_get_preference_database):
2447 New functions.
2448
2449 * macfns.c (mac_get_rdb_resource): Remove function.
2450 (x_get_string_resource): Use xrm_get_resource.
2451
2452 * macgui.h (XrmDatabase): Typedef to Lisp_Object.
2453
2454 * macterm.c (x_list_fonts): FONT-LIST-CACHE is now cadr part of
2455 name_list_element.
2456 (mac_make_rdb): Create resource database from preferences and
2457 argument string.
2458 (mac_term_init): Save resource database to cddr part of
2459 name_list_element.
2460
2461 * macterm.h (xrm_merge_string_database, xrm_get_resource)
2462 (xrm_get_preference_database): Add externs.
2463 [TARGET_API_MAC_CARBON] (cfdata_to_lisp, cfstring_to_lisp)
2464 (cfnumber_to_lisp, cfdate_to_lisp, cfboolean_to_lisp)
2465 (cfobject_desc_to_lisp, cfproperty_list_to_lisp): Likewise.
2466
2467 * process.c (init_process): Change `#ifdef DARWIN' to `#if
2468 defined (DARWIN) || defined (MAC_OSX)'
2469
2470 * s/darwin.h (DARWIN): Don't define.
2471
24722005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2473
2474 * macfns.c (Qhyper, Qsuper, Qmeta, Qalt, Qctrl, Qcontrol, Qshift):
2475 Remove unused variables.
2476 (syms_of_macfns): Don't initialize them. Likewise for
2477 Qface_set_after_frame_default. Defvar and initialize
2478 Vx_window_horizontal_drag_shape.
2479 (x_set_mouse_color): Change mouse pointer shape.
2480 (mac_window) [!MAC_OSX]: Create root control.
2481 (Fx_create_frame): Remove initializations of mouse pointer shapes.
2482 (hourglass_started): New function (from xfns.c).
2483 (start_hourglass, cancel_hourglass): Put function body in #ifdef
2484 MAC_OSX.
2485 (show_hourglass) [TARGET_API_MAC_CARBON]: Create progress
2486 indicator for each non-tooltip frame if needed, and show it.
2487 (hide_hourglass) [TARGET_API_MAC_CARBON]: Hide progress indicators.
2488
2489 * macgui.h [!TARGET_API_MAC_CARBON]: Include Appearance.h and
2490 Controls.h. Use ThemeCursor instead of CursHandle.
2491
2492 * macterm.c (activate_scroll_bars, deactivate_scroll_bars):
2493 Remove functions and declarations.
2494 (mac_set_colors): Take argument for saving background color.
2495 All callers changed.
2496 (XDrawLine, XClearArea, mac_draw_bitmap, XFillRectangle)
2497 (mac_draw_rectangle, mac_draw_string_common): Save and Restore
2498 background color.
2499 (x_update_end, mac_do_track_drag): Don't reset background color.
2500 (mac_define_frame_cursor) [!TARGET_API_MAC_CARBON]:
2501 Use SetThemeCursor.
2502 (x_set_window_size) [TARGET_API_MAC_CARBON]: Move progress
2503 indicator control to the upper-right corner of the window.
2504 (arrow_cursor) [!TARGET_API_MAC_CARBON]: Remove variable.
2505 (do_init_managers) [!TARGET_API_MAC_CARBON]: Don't initialize it.
2506 (do_window_update): Update controls after updating content area.
2507 (mac_handle_window_event): Remove unused extern.
2508 (XTread_socket): Check both control handle and control part code
2509 to determine whether a scroll bar is clicked. Activate/deactivate
2510 root control instead of contained scroll bar controls.
2511 (make_mac_terminal_frame): Use ThemeCursor constants.
2512
2513 * macterm.h (struct mac_output) [TARGET_API_MAC_CARBON]:
2514 New member hourglass_control.
2515 (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): New defines.
2516 (activate_scroll_bars, deactivate_scroll_bars): Remove declarations.
2517
25182005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2519
2520 * macterm.c (keycode_to_xkeysym_table): Change mapping so that it
2521 coincides with that in Apple X11 except `clear', `enter' on
2522 laptops, and fn + `enter' on laptops.
2523
25242005-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
2525
2526 * xmenu.c (ENCODE_MENU_STRING): Explicitly use string_make_unibyte.
2527 (list_of_panes, list_of_items, Fx_popup_menu): Use XCAR/XCDR.
2528 (digest_single_submenu, xmenu_show): Use ENCODE_MENU_STRING.
2529
2530 * xfns.c (xic_defaut_fontset): New constant.
2531 (xic_create_fontsetname): New function.
2532 Extracted from create_frame_xic. Try to generate a slightly
2533 better fontset.
2534 (xic_create_xfontset): Use it.
2535 (create_frame_xic): Simplify.
2536
25372005-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
2538
2539 * fileio.c (Fmake_symbolic_link): Fix last change.
2540
25412005-03-11 Richard M. Stallman <rms@gnu.org>
2542
2543 * fileio.c (Frename_file, Fadd_name_to_file)
2544 (Fmake_symbolic_link): If NEWNAME or LINKNAME is a directory,
2545 expand the basename of FILE relative to it.
2546
25472005-03-11 Kenichi Handa <handa@m17n.org>
2548
2549 * fileio.c (Finsert_file_contents): Call Fcheck_coding_system
2550 before calling setup_coding_system so that autoloading of a coding
2551 system work.
2552
25532005-03-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2554
2555 * xfns.c (hourglass_started): New function.
2556
2557 * dispextern.h: Declare hourglass_started.
2558
2559 * keyboard.c (Fexecute_extended_command): Restart hourglass
2560 after call to Fcompleting_read if already started.
2561
2562 * gtkutil.c (xg_update_scrollbar_pos): Call x_sync so that the
2563 GTK main loop is entered in xterm.c, thus doing the redraw.
2564
25652005-03-10 Kim F. Storm <storm@cua.dk>
2566
2567 * xdisp.c (pos_visible_p): Fix X value in last line of buffer.
2568
25692005-03-08 Kenichi Handa <handa@m17n.org>
2570
2571 * frame.c (x_set_font): Call set_default_ascii_font if an
2572 available font is found.
2573
2574 * fontset.c (set_default_ascii_font): New function.
2575 (syms_of_fontset): Don't set FONTSET_ASCII (Vdefault_fontset) here.
2576
2577 * fontset.h (set_default_ascii_font): Extern it.
2578
25792005-03-07 Kim F. Storm <storm@cua.dk>
2580
2581 * xdisp.c (CLEAR_IMAGE_CACHE_COUNT): New const.
2582 (clear_image_cache_count): New var.
2583 (redisplay_internal): Don't clear face and image caches in the
2584 middle of redisplay; do it afterwards.
2585
2586 * blockinput.h (TOTALLY_UNBLOCK_INPUT): Avoid dangling else.
2587
2588 * xdisp.c (notice_overwritten_cursor): Check that phys_cursor.vpos
2589 is valid. If not, clear phys_cursor_on_p and return.
2590
25912005-03-07 Andreas Schwab <schwab@suse.de>
2592
2593 * blockinput.h (UNBLOCK_INPUT_TO): Always call UNBLOCK_INPUT.
2594
25952005-03-06 Richard M. Stallman <rms@gnu.org>
2596
2597 * keyboard.c (Ftop_level): Let Fthrow deal with UNBLOCK_INPUT.
2598
2599 * eval.c (unwind_to_catch): Use UNBLOCK_INPUT_TO.
2600 (Feval, Ffuncall): Use CHECK_CONS_LIST.
2601
2602 * lisp.h (CHECK_CONS_LIST): New macro (two definitions).
2603
2604 * blockinput.h (UNBLOCK_INPUT_TO): New macro.
2605 (TOTALLY_UNBLOCK_INPUT): Handle a pending signal if any.
2606
26072005-03-05 Juri Linkov <juri@jurta.org>
2608
2609 * emacs.c (USAGE1): Replace Info node name "command arguments"
2610 with "emacs invocation".
2611 (USAGE3): Fix usage of `--color=MODE' which actually doesn't
2612 allow arguments `--color' and `MODE' to be separated by space.
2613 Add --no-blinking-cursor, -nbc.
2614 (standard_args): Add -nbc, --no-blinking-cursor.
2615
26162005-03-04 Thien-Thi Nguyen <ttn@gnu.org>
2617
2618 * s/vms.h: Define NO_HYPHENS_IN_FILENAMES.
2619 * s/vms4-4.h, s/vms5-5.h: Undefine NO_HYPHENS_IN_FILENAMES.
2620 * fileio.c (Fexpand_file_name) [VMS]:
2621 Use NO_HYPHENS_IN_FILENAMES, not VMS4_4.
2622 * doc.c (munge_doc_file_name) [VMS]: Likewise.
2623 (Fsnarf_documentation): Call munge_doc_file_name.
2624
26252005-03-04 Thien-Thi Nguyen <ttn@gnu.org>
2626
2627 * s/vms.h (FILE_SYSTEM_CASE): New macro.
2628 * fileio.c (Fexpand_file_name) [VMS]: Don't upcase the name
2629 "manually"; this is now handled generally via FILE_SYSTEM_CASE.
2630
26312005-03-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2632
2633 * emacs.c (main): Change `#ifdef HAVE_CARBON' to `#if
2634 defined (MAC_OSX) && defined (HAVE_CARBON)'.
2635
2636 * image.c [!MAC_OSX && TARGET_API_MAC_CARBON]: Include QuickTime.h.
2637
2638 * mac.c [!MAC_OSX && HAVE_CARBON]: Include Carbon.h.
2639 [!MAC_OSX] (select) [TARGET_API_MAC_CARBON]: Use ReceiveNextEvent.
2640 (posix_pathname_to_fsspec, fsspec_to_posix_pathname): New functions.
2641 (mac_clear_font_name_table): Move extern to macterm.h.
2642
2643 * macfns.c (install_window_handler): Move extern to macterm.h.
2644 (Fx_file_dialog): Check STRINGP (default_filename) to see it is
2645 valid. Don't check !NILP (dir) because it is already checked with
2646 CHECK_STRING.
2647 (Fx_file_dialog) [!MAC_OSX]: Use FSSpec instead of FSRef for
2648 specifying the default location and obtaining the selected filename.
2649
2650 * macgui.h [!MAC_OSX && HAVE_CARBON]: Include Carbon.h.
2651
2652 * macmenu.c [TARGET_API_MAC_CARBON]: Don't include headers that
2653 are included via Carbon.h.
2654
2655 * macterm.c [TARGET_API_MAC_CARBON && !MAC_OSX]:
2656 Define USE_CARBON_EVENTS to 1.
2657 (qd) [__MRC__ && TARGET_API_MAC_CARBON]: Don't declare.
2658 (x_free_frame_resources): Call remove_window_handler for
2659 non-tooltip windows.
2660 [TARGET_API_MAC_CARBON]: Don't include headers that are included
2661 via Carbon.h.
2662 [TARGET_API_MAC_CARBON] (mac_do_track_dragUPP)
2663 (mac_do_receive_dragUPP): New variables.
2664 (mac_handle_service_event, init_service_handler): Put declarations
2665 and definitions in #ifdef MAC_OSX.
2666 (install_window_handler) [TARGET_API_MAC_CARBON]: Create UPPs for
2667 drag-and-drop handler functions and register them.
2668 (remove_window_handler): New function.
2669 (do_ae_open_documents, mac_do_receive_drag) [!MAC_OSX]:
2670 Use fsspec_to_posix_pathname.
2671 (main): Change #if !TARGET_API_MAC_CARBON to #ifdef MAC_OS8.
2672 (XTread_socket) [!MAC_OSX]: Don't pass keyboard events to TSM.
2673 [MAC_OS8] (make_mac_terminal_frame) [TARGET_API_MAC_CARBON]:
2674 Set default cursors.
2675 (mac_initialize) [USE_CARBON_EVENTS && !MAC_OSX] : Don't call
2676 init_service_handler or init_quit_char_handler.
2677 (mac_initialize) [!MAC_OSX]: Don't call MakeMeTheFrontProcess.
2678
2679 * macterm.h (install_window_handler, remove_window_handler)
2680 (posix_pathname_to_fsspec, fsspec_to_posix_pathname)
2681 (mac_clear_font_name_table): New externs.
2682
26832005-03-03 Thien-Thi Nguyen <ttn@gnu.org>
2684
2685 * fileio.c (FILE_SYSTEM_CASE): Define macro if not already defined.
2686 (Ffile_name_directory): Use FILE_SYSTEM_CASE unconditionally.
2687 (Fexpand_file_name): Likewise.
2688
26892005-03-03 Thien-Thi Nguyen <ttn@gnu.org>
2690
2691 * emacs.c (Fkill_emacs): Use EXIT_SUCCESS;
2692 no longer special-case VMS. Add bogus return value.
2693
26942005-03-02 Kim F. Storm <storm@cua.dk>
2695
2696 * dispextern.h (XASSERTS): Define to 0 if not already defined.
2697 (xassert) [!XASSERTS]: Define dummy version.
2698
26992005-03-02 Kim F. Storm <storm@cua.dk>
2700
2701 * xdisp.c (redisplay_window): YABX (yet another bogus xassert).
2702 Reported by David Kastrup.
2703
27042005-03-01 Ehud Karni <ehud@unix.mvs.co.il>
2705
2706 * xdisp.c (get_next_display_element): Fix control and escape
2707 glyph from display vector.
2708
27092005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
2710
2711 * keyboard.c (Fposn_at_x_y): Check integerness of X and Y.
2712
27132005-02-27 Richard M. Stallman <rms@gnu.org>
2714
2715 * xdisp.c (fast_find_position): Rename END to BEG.
2716 (syms_of_xdisp) <menu-bar-update-hook>: Doc fix.
2717
27182005-02-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2719
2720 * gtkutil.c (xg_resize_outer_widget): Remove unneeded call to
2721 gtk_window_resize and x_wm_set_size_hint.
2722
27232005-02-25 Kim F. Storm <storm@cua.dk>
2724
2725 * dispextern.h (OVERLAY_STRING_CHUNK_SIZE): Increase from 3 to 16.
2726
2727 * xdisp.c (init_from_display_pos): Don't read past end of
2728 it->overlay_strings array.
2729
27302005-02-25 Stephan Stahl <stahl@eos.franken.de> (tiny change)
2731
2732 * buffer.c (syms_of_buffer): Fix typo.
2733
27342005-02-23 Lute Kamstra <lute@gnu.org>
2735
2736 * buffer.c (Foverlay_buffer): Doc fix.
2737
27382005-02-22 Kim F. Storm <storm@cua.dk>
2739
2740 * minibuf.c (Ftry_completion, Fall_completions): Allow both string
2741 and symbol keys in alists and hash tables.
2742
2743 * xdisp.c (fast_find_position): Fix search for start of overlay.
2744
27452005-02-21 Kim F. Storm <storm@cua.dk>
2746
2747 * window.c (window_scroll_pixel_based): When scrolling backwards,
2748 handle partial visible line at end of window even when we hit PT.
2749
27502005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
2751
2752 * keymap.h: Declare Fcurrent_active_maps, used in doc.c.
2753
27542005-02-21 Kim F. Storm <storm@cua.dk>
2755
2756 * xdisp.c (move_it_vertically_backward): Eliminate two xasserts.
2757 I think those asserts are bogus if buffer contains invisible text
2758 or images.
2759
27602005-02-21 David Kastrup <dak@gnu.org>
2761
2762 * gtkutil.c (xg_create_frame_widgets): UNBLOCK_INPUT on error.
2763
27642005-02-20 Kim F. Storm <storm@cua.dk>
2765
2766 * xdisp.c (pos_visible_p): Be sure to move to the specified
2767 position. Always get the full ascent / descent of the
2768 corresponding row, to return reliable rtop and rbot values.
2769 (back_to_previous_visible_line_start): Fix 2005-01-18 change.
2770 Must look one character back, as back_to_previous_line_start
2771 returns position after the newline.
2772 (move_it_vertically_backward): Fix heuristic for when to move further
2773 back in case line_height * 2/3 is larger than window height.
2774 (cursor_row_fully_visible_p): Rename make_cursor_line_fully_visible_p
2775 as it does not do anything anymore. Add arg current_matrix_p to
2776 use current matrix rather than desired matrix when set.
2777 (try_cursor_movement): Don't scroll to make cursor row fully
2778 visible if cursor didn't move. This avoids unexpected recentering
2779 in case of blinking cursor or accepting process output.
2780 Use current matrix to check cursor row visibility.
2781 (redisplay_window): Fix whether to recenter or move to top in case
2782 cursor line is taller than window height.
2783 (find_first_unchanged_at_end_row): Stop search if we reach a row
2784 which not enabled (instead of abort).
2785
27862005-02-18 Kim F. Storm <storm@cua.dk>
2787
2788 * xfaces.c (Finternal_set_lisp_face_attribute): Allow :color property
2789 to be nil in a :box attribute value list; customize prints that
2790 as lisp value when no box color is specified.
2791
2792 * .gdbinit (pitx, pit): Pretty print display iterator.
2793 (prowx, prow): Pretty print glyph row.
2794 (pcursorx, pcursor): Pretty print a window cursor.
2795 (pwinx, pwin): Pretty print struct window.
2796
27972005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
2798
2799 * alloc.c (BLOCK_BYTES): Harmless typo.
2800
28012005-02-17 Andreas Schwab <schwab@suse.de>
2802
2803 * xfns.c (hack_wm_protocols): Use correct type for last parameter
2804 of XGetWindowProperty to avoid aliasing issues.
2805 (Fx_window_property): Likewise.
2806
2807 * xselect.c (Fx_disown_selection_internal): Use union of struct
2808 input_event and struct selection_input_event to avoid aliasing issues.
2809
2810 * xterm.c (handle_one_xevent): Use union of struct input_event and
2811 struct selection_input_event to avoid aliasing issues.
2812 (SET_SAVED_MENU_EVENT): Adapt reference to inev.
2813
28142005-02-17 Kim F. Storm <storm@cua.dk>
2815
2816 * dispextern.h (enum it_method): New enum.
2817 (GET_FROM_*): Its members.
2818 (struct it): Change member method from function pointer to enum.
2819
2820 * xdisp.c (check_it, init_from_display_pos, handle_stop)
2821 (setup_for_ellipsis, handle_single_display_spec)
2822 (handle_composition_prop, next_overlay_string)
2823 (get_overlay_strings, reseat_1, reseat_to_string)
2824 (next_element_from_ellipsis, BUFFER_POS_REACHED_P)
2825 (in_display_vector_p, display_line, get_next_display_element):
2826 Change it->method from function pointer to enum.
2827 (get_next_element): New array to map it->method to function.
2828 (get_next_display_element): Use it.
2829 (set_iterator_to_next): Use switch instead of if/else chain.
2830
28312005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
2832
2833 * w32select.c: Summary: Thorough rework to implement Unicode
2834 clipboard operations and delayed rendering.
2835
2836 Drop last_clipboard_text and related code, keep track of
2837 ownership via clipboard_owner instead. Drop old #if0 sections.
2838
2839 (DEFAULT_LCID, ANSICP, OEMCP, QUNICODE, QANSICP, QOEMCP)
2840 (clipboard_owner, modifying_clipboard, cfg_coding_system)
2841 (cfg_codepage, cfg_lcid, cfg_clipboard_type, current_text)
2842 (current_coding_system, current_requires_encoding)
2843 (current_num_nls, current_clipboard_type, current_lcid):
2844 New static variables.
2845
2846 (convert_to_handle_as_ascii, convert_to_handle_as_coded)
2847 (render, render_all, run_protected, lisp_error_handler)
2848 (owner_callback, create_owner, setup_config)
2849 (enum_locale_callback, cp_from_locale, coding_from_cp):
2850 New local functions.
2851
2852 (term_w32select, globals_of_w32select): New global functions.
2853
2854 (Fw32_set_clipboard_data): Ignore parameter FRAME, use
2855 clipboard_owner instead. Use delayed rendering and provide
2856 all text formats. Provide CF_LOCALE if necessary.
2857
2858 (Fw32_get_clipboard_data): Handle CF_UNICODETEXT and
2859 CF_LOCALE. Fall back to CF_TEXT, if CF_UNICODETEXT is not
2860 available. Force DOS line-ends for decoding.
2861
2862 (Fx_selection_exists_p): Handle CF_UNICODETEXT.
2863
2864 (syms_of_w32select): Init and register new variables.
2865
2866 * w32.h: Add prototypes for globals_of_w32select and
2867 term_w32select. Make the neighboring K&R declarations into
2868 prototypes, too.
2869
2870 * emacs.c: Include w32.h to get function prototypes.
2871 (main): Call globals_of_w32select.
2872
2873 * w32.c (term_ntproc): Call term_w32select.
2874
2875 * s/ms-w32.h: Guard MSC-specific #pragmas with an #ifdef.
2876
28772005-02-16 Kim F. Storm <storm@cua.dk>
2878
2879 * xdisp.c (BUFFER_POS_REACHED_P): Return true if pos reached and
2880 at end of display vector.
2881
28822005-02-15 Richard M. Stallman <rms@gnu.org>
2883
2884 * xdisp.c (get_next_display_element): Fix escape-glyph criterion
2885 for mode and header lines.
2886
2887 * lread.c (syms_of_lread) <user-init-file>: Doc fix.
2888
2889 * keymap.h (describe_map_tree): Change decl.
2890
2891 * keyboard.c (command_loop_1): Always use safe_run_hooks
2892 to run Qdeferred_action_function.
2893
2894 * keymap.c (describe_map_tree): New arg MENTION_SHADOW. Calls changed.
2895 (describe_map, describe_vector): Likewise. When it's 1,
2896 don't omit shadowed bindings, instead mark them as shadowed.
2897
2898 * doc.c (Fsubstitute_command_keys): Compute list of shadowing maps
2899 for describe_map_tree. Pass 1 for MENTION_SHADOW.
2900
2901 * data.c (Fsetq_default): Allow no arg case.
2902
29032005-02-14 Kenichi Handa <handa@m17n.org>
2904
2905 * coding.c (encode_coding_string): Always return a unibyte string.
2906 If NOCOPY is nonzero and there's no need of encoding, make STR
2907 unibyte directly.
2908
2909 * xselect.c (lisp_data_to_selection_data): If OBJ is a non-ASCII
2910 multibyte string, signal an error instead of aborting.
2911
29122005-02-12 Dan Nicolaescu <dann@ics.uci.edu>
2913
2914 * keyboard.c: If HAVE_FCNTL_H include fcntl.h.
2915
29162005-02-12 Kim F. Storm <storm@cua.dk>
2917
2918 * xdisp.c (expose_window): Don't fix overlaps for mode lines.
2919
29202005-02-10 Kim F. Storm <storm@cua.dk>
2921
2922 * xdisp.c (try_window_id): Set first_unchanged_at_end_row to NULL
2923 if it moves outside window or it doesn't display text.
2924
29252005-02-09 Kim F. Storm <storm@cua.dk>
2926
2927 * undo.c (Fprimitive_undo): Check that undo function does not
2928 switch buffer.
2929
29302005-02-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2931
2932 * xselect.c (selection_data_to_lisp_data): For the special case
2933 type == XA_ATOM, data contains array of int, not array of Atom.
2934 (x_property_data_to_lisp, selection_data_to_lisp_data):
2935 Comment update: data must be array of int for format == 32.
2936
29372005-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
2938
2939 * undo.c (Fprimitive_undo): Check veracity of delta,start,end.
2940
29412005-02-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2942
2943 * xfns.c (Fx_change_window_property): Use long array when format is 32.
2944 (Fx_window_property): If format is 32 and long is bigger than 32 bits,
2945 convert long array returned from XGetWindowProperty to an int array.
2946 (x_set_tool_bar_lines): Check that width and height is greater than
2947 zero before clearing area.
2948
2949 * xselect.c (x_reply_selection_request): Pass long array to
2950 XChangeProperty so that 64 bit longs are handeled correctly.
2951 (x_get_window_property): If format is 32 and long is bigger than 32
2952 bits convert data from XGetWindowProperty from long array to int array.
2953 (lisp_data_to_selection_data): When the input is a vector and the
2954 format is 32, allocate a long array even if long is bigger than 32 bits.
2955 (x_fill_property_data): Use char, short and long as the man page
2956 for XChangeProperty specifies. This way the data returned is OK for
2957 both 32 and 64 bit machines.
2958 (x_handle_dnd_message): Calculate size correctly even for 64 bit
2959 machines.
2960 (Fx_send_client_event): Undo change from 2005-02-05,
2961 x_fill_property_data now handles that case.
2962
2963 * xfns.c (Fx_backspace_delete_keys_p): Add comment about the
2964 reason for the approach in the code.
2965
29662005-02-07 Kim F. Storm <storm@cua.dk>
2967
2968 * undo.c (Fprimitive_undo): Record max one dummmy apply element.
2969
29702005-02-06 Richard M. Stallman <rms@gnu.org>
2971
2972 * eval.c (Frun_hook_with_args)
2973 (Frun_hook_with_args_until_success)
2974 (Frun_hook_with_args_until_failure): Doc fixes.
2975
29762005-02-05 Andreas Schwab <schwab@suse.de>
2977
2978 * sysdep.c (sys_subshell): Properly terminate execlp argument list.
2979
29802005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2981
2982 * xselect.c (Fx_send_client_event, x_handle_dnd_message): Handle
2983 the longs in a XClientMessageEvent correctly when long is 64 bits.
2984
29852005-02-05 Eli Zaretskii <eliz@gnu.org>
2986
2987 * xfaces.c (face_color_supported_p): Use HAVE_WINDOW_SYSTEM
2988 instead of HAVE_X_WINDOWS, for non-X windowed sessions.
2989
29902005-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2991
2992 * xmenu.c (menubar_selection_callback): Force out GTK buffered
2993 events so the menu event comes after them. This is to prevent sit-for
2994 from exiting on buffered events directly after a menu selection,
2995 lisp code for Help => About Emacs uses sit-for.
2996
2997 * gtkutil.c (create_menus): Connect selection-done event instead of
2998 the deactivate event to deactivate_cb. This will make the last
2999 leave event come before the call to deactivate_cb, so the leave
3000 event does not make sit-for exit after a menu selection.
3001
30022005-02-03 Kim F. Storm <storm@cua.dk>
3003
3004 * dispnew.c (build_frame_matrix_from_leaf_window)
3005 [!GLYPH_DEBUG]: Fix xassert.
3006
3007 * xfaces.c (x_free_gc) [!GLYPH_DEBUG]: Fix xassert.
3008
3009 * xfns.c (unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert.
3010
30112005-02-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3012
3013 * mac.c: Use MAC_OS_X_VERSION_MAX_ALLOWED to conditionalize by
3014 the compiling OS version.
3015
3016 * macfns.c (x_create_tip_frame): Likewise.
3017
3018 * macterm.c (mac_draw_string_common, x_make_frame_visible): Likewise.
3019
30202005-02-03 Richard M. Stallman <rms@gnu.org>
3021
3022 * xterm.c (x_error_quitter): On GCC 3 and up, specify noinline.
3023
3024 * xdisp.c (echo_area_display): Clear echo_message_buffer.
3025
3026 * buffer.c (Fbury_buffer): Doc fix.
3027
30282005-02-02 Steven Tamm <steventamm@mac.com>
3029
3030 * macfns.c (unwind_create_frame): Fix compile error due to
3031 xassert being uncondition, but predicate is.
3032 * dispnew.c (update_window): Fix compile error due to
3033 xassert being uncondition, but predicate is.
3034
30352005-02-02 Miles Bader <miles@gnu.org>
3036
3037 * dispextern.h (xassert): Enable unconditionally.
3038
30392005-02-02 Kim F. Storm <storm@cua.dk>
3040
3041 * undo.c (Fprimitive_undo): Fix dummy apply undo entry.
3042
30432005-02-02 Kenichi Handa <handa@m17n.org>
3044
3045 * casefiddle.c (casify_object): Enable changing characters of
3046 different byte length.
3047 (casify_region): Fix loop condition, args to replace_range_2, and
3048 update opoint_byte.
3049
3050 * insdel.c (replace_range_2): Fix bugs in adjusting markers and point.
3051
30522005-02-01 Kim F. Storm <storm@cua.dk>
3053
3054 * xdisp.c (back_to_previous_visible_line_start): Reset iterator
3055 stack before calling handle_display_prop.
3056
30572005-01-31 Kim F. Storm <storm@cua.dk>
3058
3059 * undo.c (Qapply): New lisp var.
3060 (syms_of_undo): Intern and staticpro it.
3061 (Fprimitive_undo): Support formats (apply FUNNAME . ARGS) and
3062 (apply DELTA BEG END FUNNAME . ARGS) instead of (FUNNAME . ARGS).
3063
3064 * buffer.c (syms_of_buffer) <buffer-undo-list>: Doc fix.
3065
30662005-01-30 Jesper Harder <harder@phys.au.dk>
3067
3068 * macterm.c (syms_of_macterm) <mac-reverse-ctrl-meta>
3069 <mac-emulate-three-button-mouse>: Fix docstring indentation.
3070
30712005-01-29 Luc Teirlinck <teirllm@auburn.edu>
3072
3073 * undo.c (syms_of_undo) <undo-outer-limit>: Doc update.
3074 Increase value to 3 Meg.
3075
30762005-01-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3077
3078 * xfns.c (show_hourglass): Use FRAME_X_WINDOW as parent for GTK,
3079 button events are not received otherwise.
3080
30812005-01-29 Richard M. Stallman <rms@gnu.org>
3082
3083 * buffer.c (syms_of_buffer) <buffer-undo-list>: Doc fix.
3084
3085 * undo.c (Fprimitive_undo): Handle (FUNNAME . ARGS) by calling FUNNAME.
3086
30872005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
3088
3089 * keymap.c (access_keymap): YAILOM.
3090
30912005-01-27 Kim F. Storm <storm@cua.dk>
3092
3093 * xdisp.c (get_phys_cursor_geometry): New function to calculate
3094 phys cursor position and size for hollow cursor. Position is
3095 aligned with get_glyph_string_clip_rect and ensures that a hollow
3096 cursor is shown, even when the actual glyph is not visible.
3097
3098 * dispextern.h (get_phys_cursor_geometry): Add prototype.
3099
3100 * xterm.c (x_clip_to_row): Ensure y >= 0.
3101 (x_draw_hollow_cursor): Use get_phys_cursor_geometry.
3102
3103 * w32term.c (x_draw_hollow_cursor): Use get_phys_cursor_geometry.
3104
3105 * macterm.c (x_draw_hollow_cursor): Use get_phys_cursor_geometry.
3106
31072005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
3108
3109 * xterm.c (x_error_quitter): Add a prototype. Make it static again.
3110
31112005-01-27 Kim F. Storm <storm@cua.dk>
3112
3113 * xdisp.c (get_glyph_string_clip_rect): Always show a cursor
3114 glyph, even when row is only partially visible and actual cursor
3115 position is not visible.
3116
31172005-01-24 Richard M. Stallman <rms@gnu.org>
3118
3119 * xterm.c (x_error_quitter): No longer static, and moved after
3120 x_error_handler.
3121
31222005-01-24 Kim F. Storm <storm@cua.dk>
3123
3124 * xdisp.c (move_it_by_lines): If we move forward after going too
3125 far back, cancel move if end position is same as start position.
3126
31272005-01-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3128
3129 * dispextern.h (struct glyph_string): New members clip_head and
3130 clip_tail.
3131
3132 * xdisp.c (get_glyph_string_clip_rect): Restrict horizontal clip
3133 region to the area between clip_head and clip_tail.
3134 (draw_glyphs): Record the area that need to be actually redrawn to
3135 the new variables clip_head and clip_tail when there are
3136 overhangs. Set values of these variables to the corresponding
3137 members in struct glyph_string. Refine x coordinates for
3138 notice_overwritten_cursor using clip_head and clip_tail.
3139
3140 * macgui.h (STORE_XCHARSETSTRUCT): New macro.
3141
3142 * macterm.c (mac_compute_glyph_string_overhangs): Implement with
3143 QDTextBounds.
3144 (x_draw_glyph_string): Don't fill the background of the successor
3145 of a glyph with a right overhang if the successor will draw a cursor.
3146 (XLoadQueryFont): Obtain font metrics using QDTextBounds.
3147 (x_redisplay_interface): Add entry for compute_glyph_string_overhangs.
3148
31492005-01-24 Kim F. Storm <storm@cua.dk>
3150
3151 * window.c (window_scroll_pixel_based): Fix scrolling in the wrong
3152 direction if window height was smaller than next-screen-context-lines.
3153 Now always scroll at least one line in the requested direction.
3154 Ensure that we actually do scroll backwards when requested to do so.
3155
3156 * xdisp.c (redisplay_window): Only try to make cursor line fully
3157 visible once (to avoid redisplay loop).
3158
31592005-01-23 Kim F. Storm <storm@cua.dk>
3160
3161 * window.c (Fpos_visible_in_window_p): Simplify return value for
3162 partially visible rows.
3163 (window_scroll_pixel_based): Adapt to that change.
3164
3165 * window.c (window_scroll_pixel_based): Force moving to next line
3166 if scrolling doesn't move start point, e.g. if looking at tall image.
3167
3168 * xdisp.c (pos_visible_p): Return 0 if non-interactive.
3169 Clear last_height before calling line_bottom_y to get real height.
3170 Fix calculation of y.
3171
31722005-01-22 Steven Tamm <steventamm@mac.com>
3173
3174 * s/darwin.h: Removed PTY_ITERATION from here.
3175 (DARWIN): Define.
3176
3177 * process.c (init_process): Default process-connection-type to
3178 nil on darwin 6 or less, t if it is 7 or higher. This way the
3179 broken pty behavior is still allowed on darwin 6 for interactive
3180 processes for people that know what they are doing.
3181
31822005-01-22 Kim F. Storm <storm@cua.dk>
3183
3184 * window.c (auto_window_vscroll_p): New boolean.
3185 (syms_of_window): DEFVAR_BOOL it.
3186 (Fpos_visible_in_window_p): Extend return value to include RTOP
3187 and RBOT values if FULLY is nil.
3188 (window_scroll_pixel_based): Adjust vscroll for partially visible
3189 rows if auto_window_vscroll_p is set.
3190 (Fset_window_vscroll): Do nothing if vscroll is not modified.
3191
3192 * xdisp.c (pos_visible_p): Replace FULLY arg by RTOP and RBOT args
3193 to return number of partially invisible pixels at top and bottom
3194 of the dislay row at POS.
3195
3196 * lisp.h (pos_visible_p): Fix prototype.
3197
31982005-01-21 Richard M. Stallman <rms@gnu.org>
3199
3200 * fileio.c (Fcopy_file): Doc fix.
3201
32022005-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3203
3204 * gtkutil.c (xg_tool_bar_detach_callback): Remove unused variable bw.
3205 (xg_get_file_name): Move declaration ofx_use_old_gtk_file_dialog to
3206 start of function for older compilers.
3207
32082005-01-20 Richard M. Stallman <rms@gnu.org>
3209
3210 * editfns.c (Fmessage): If arg is "", return "" (as before).
3211
3212 * keymap.c (access_keymap): Protect from bad value of meta_prefix_char.
3213
3214 * .gdbinit (xgetptr, xgetint, xgettype): Copy $arg0 into a temp
3215 variable.
3216
32172005-01-20 Steven Tamm <steventamm@mac.com>
3218
3219 * editfns.c (Voperating_system_release): Add.
3220 (init_editfns): Assign new variable operating-system-release
3221 based on call to uname if available.
3222 (get_operating_system_release): Add function to
3223 allow c-level access to operating system release.
3224
3225 * config.h: Regenerated.
3226
3227 * s/darwin.h (PTY_ITERATION): Don't allow PTYs on darwin 6 or less.
3228 (MIN_PTY_KERNEL_VERSION): Define minimum kernel version for
3229 using ptys as '7'.
3230
32312005-01-20 Kim F. Storm <storm@cua.dk>
3232
3233 * alloc.c (STRING_MARKED_P, VECTOR_MARKED_P): Return boolean.
3234
3235 * xterm.c (x_draw_glyph_string_box): Fix last_x for full width rows.
3236 Thanks to Chong Yidong <cyd@stupidchicken.com> for debugging this.
3237
3238 * macterm.c (x_draw_glyph_string_box): Likewise.
3239
3240 * w32term.c (x_draw_glyph_string_box): Likewise.
3241
3242 * indent.c (Fvertical_motion): Temporarily disable selective display.
3243
32442005-01-19 Kim F. Storm <storm@cua.dk>
3245
3246 * xdisp.c (note_mode_line_or_margin_highlight): Fix :pointer
3247 image property.
3248
3249 * fns.c (sweep_weak_table): Advance prev pointer when we keep a pair.
3250
32512005-01-18 Kim F. Storm <storm@cua.dk>
3252
3253 * xdisp.c (fast_find_position): Backtrack to find first row if
3254 charpos is inside a display overlay that spans multiple lines.
3255
32562005-01-18 Kenichi Handa <handa@m17n.org>
3257
3258 * coding.c (decode_coding_iso2022): Translate invalid codes if
3259 translation-table is specified.
3260
32612005-01-18 Kim F. Storm <storm@cua.dk>
3262
3263 * xdisp.c (back_to_previous_visible_line_start): Undo 2004-12-28
3264 change. If handle_display_prop indicates newline is replaced by
3265 image or text, move back to start of relevant overlay or interval
3266 and continue scan from there. Simplify.
3267
32682005-01-17 Kim F. Storm <storm@cua.dk>
3269
3270 * dispnew.c (mode_line_string, marginal_area_string):
3271 Fix off-by-one error in search for glyph.
3272
32732005-01-16 Kim F. Storm <storm@cua.dk>
3274
3275 * macterm.c (syms_of_macterm) <mac-allow-anti-aliasing>: Doc fix.
3276
32772005-01-16 Steven Tamm <steventamm@mac.com>
3278
3279 * macterm.c (mac_to_x_fontname): Remove spurious argument.
3280
32812005-01-16 Andreas Schwab <schwab@suse.de>
3282
3283 * macterm.c (mac_draw_string_common): Fix compilation on OSX 10.1.
3284
32852005-01-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3286
3287 * fringe.c (Fdefine_fringe_bitmap, init_fringe): When assigning
3288 fringe_faces, cast result from xmalloc/xrealloc to Lisp_Object *.
3289
32902005-01-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3291
3292 * keyboard.c (READABLE_EVENTS_DO_TIMERS_NOW)
3293 (READABLE_EVENTS_FILTER_EVENTS, READABLE_EVENTS_IGNORE_SQUEEZABLES):
3294 New flags for readable_events.
3295 (get_filtered_input_pending, readable_filtered_events): Remove.
3296 (tracking_off): Call readable_events and get_input_pending with
3297 flag READABLE_EVENTS_DO_TIMERS_NOW.
3298 (readable_events): Move code from old readable_filtered_events here,
3299 but check new READABLE_EVENTS_* in argument flags instead of previous
3300 two boolean arguments do_timers_now and filter_events.
3301 If we are doing mouse tracking and the mouse moved, return only if
3302 READABLE_EVENTS_IGNORE_SQUEEZABLES is not set in flags.
3303 (swallow_events): Call get_input_pending with flag
3304 READABLE_EVENTS_DO_TIMERS_NOW.
3305 (get_input_pending): Move code from old get_filtered_input_pending
3306 here. Replace boolean arguments do_timers_now, filter_events with
3307 flags, and pass flags to readable_events. Document new
3308 READABLE_EVENTS_* flags.
3309 (detect_input_pending_ignore_squeezables): New function.
3310 (detect_input_pending_run_timers): Call get_input_pending with flag
3311 READABLE_EVENTS_DO_TIMERS_NOW.
3312 (Finput_pending_p): Call get_input_pending with flags
3313 READABLE_EVENTS_DO_TIMERS_NOW and READABLE_EVENTS_FILTER_EVENTS.
3314
3315 * dispnew.c (update_window, update_frame_1): Replace calls to
3316 detect_input_pending with detect_input_pending_ignore_squeezables
3317 so that redisplay is not paused if the event queue contains only
3318 mouse movements.
3319
3320 * lisp.h: Declare detect_input_pending_ignore_squeezables.
3321
33222005-01-15 Steven Tamm <steventamm@mac.com>
3323
3324 * macterm.c (Vmac_use_core_graphics): Declare variable for
3325 mac-allow-anti-aliasing.
3326 (syms_of_macterm): DEFVAR_LISP and initialize it.
3327 (mac_draw_string_common): Use core graphics text rendering if
3328 mac-allow-anti-aliasing is enabled.
3329
3330 * macfns.c (Fx_file_dialog): Save As dialog includes only the
3331 file name in the text box.
3332
33332005-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3334
3335 * macfns.c (x_set_foreground_color, x_set_background_color):
3336 Sync with xfns.c.
3337 (mac_window, x_create_tip_frame): Use XSetWindowBackground.
3338 * macterm.c (XSetBackground, XSetWindowBackground): New functions.
3339 * macterm.h (XSetBackground, XSetWindowBackground): Add externs.
3340
33412005-01-14 Kim F. Storm <storm@cua.dk>
3342
3343 * keyboard.c (Fposn_at_x_y): Add optional arg WHOLE.
3344
33452005-01-13 Richard M. Stallman <rms@gnu.org>
3346
3347 * keymap.c (Fcurrent_active_maps): Ignore Voverriding_local_map
3348 if Voverriding_terminal_local_map is non-nil.
3349
3350 * keyboard.c (syms_of_keyboard): Doc fix.
3351
33522005-01-13 Kim F. Storm <storm@cua.dk>
3353
3354 * xdisp.c (Fformat_mode_line): Fix last change. Remove NO_PROPS arg
3355 (specify 0 for FACE instead). Reorder arg list. Doc fix.
3356
33572005-01-12 Richard M. Stallman <rms@gnu.org>
3358
3359 * xdisp.c (Fformat_mode_line): New arg FACE specifies a default
3360 face property for characters that don't specify one.
3361
3362 * fns.c (Frequire): Record in load-history unconditionally.
3363
33642005-01-10 Kim F. Storm <storm@cua.dk>
3365
3366 * dispextern.h (merge_faces): Rename from merge_into_realized_face.
3367
3368 * xfaces.c (merge_faces): Rename from merge_into_realized_face.
3369 Callers changed.
3370 Add support to merge with lisp face id too (if face_name is t).
3371
3372 * xdisp.c (get_next_display_element, next_element_from_display_vector):
3373 Don't lookup lface_id from display table glyphs here; instead use
3374 merge_faces to merge the lisp face id into current face.
3375
33762005-01-09 Kim F. Storm <storm@cua.dk>
3377
3378 * dispextern.h (struct it): New member dpvec_face_id.
3379 (merge_into_realized_face): Add prototype.
3380
3381 * xfaces.c (merge_into_realized_face): New function. Used to
3382 merge escape-glyph face or face from display table into current face.
3383
3384 * xdisp.c (Vshow_nonbreak_escape): New lisp var.
3385 (syms_of_xdisp): DEFVAR_LISP it.
3386 (escape_glyph_face): Remove var.
3387 (redisplay_window): Don't initialize it.
3388 (setup_for_ellipsis, get_next_display_element):
3389 Set it->dpvec_face_id to -1.
3390 (get_next_display_element): Test Vshow_nonbreak_escape.
3391 Do not setup escape_glyph_face.
3392 Properly merge escape-glyph face or face from display table with
3393 current face for escape and control characters.
3394 Set it->dpvec_face_id to relevant face id instead of adding it to each
3395 element of display vector.
3396 (next_element_from_display_vector): If it->dpvec_face_id is set,
3397 use that instead of lface_id from glyph itself.
3398
33992005-01-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3400
3401 * xterm.h (struct x_output): New member, toolbar_detached.
3402
3403 * gtkutil.c (xg_create_frame_widgets): Set initial tool bar height to
3404 38.
3405 (xg_tool_bar_detach_callback): Set toolbar_detached to 1.
3406 (xg_tool_bar_attach_callback): Set toolbar_detached to 0.
3407 (xg_create_tool_bar): Initialize toolbar_detached.
3408 (update_frame_tool_bar): Only set FRAME_TOOLBAR_HEIGHT (f) if
3409 toolbar_detached is zero.
3410
34112005-01-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3412
3413 * xmenu.c (create_and_show_popup_menu): Pass zero as button to
3414 gtk_menu_popup if not for_click, so callbacks for the menu are called.
3415
3416 * gtkutil.c (xg_gtk_scroll_destroy, xg_create_scroll_bar)
3417 (xg_tool_bar_callback, xg_tool_bar_help_callback)
3418 (update_frame_tool_bar): Cast to EMACS_INT to avoid compiler warning.
3419
3420 * xselect.c (x_get_foreign_selection, x_fill_property_data)
3421 (Fx_get_atom_name, Fx_send_client_event): Replace XFLOAT with
3422 XFLOAT_DATA to get extract number from Lisp object.
3423
34242005-01-07 Kim F. Storm <storm@cua.dk>
3425
3426 * xdisp.c (set_iterator_to_next): Fix 2004-12-13 change.
3427 Set stop_charpos to current charpos instead of 0.
3428
34292005-01-06 Nick Roberts <nickrob@snap.net.nz>
3430
3431 * xdisp.c (Fformat_mode_line): First arg now required.
3432
34332005-01-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3434
3435 * macterm.c (XLoadQueryFont): Correctly handle 0 size
3436 font widths that are returned from some Japanese fonts.
3437
34382005-01-06 Kim F. Storm <storm@cua.dk>
3439
3440 * fringe.c (fringe_faces): Change to Lisp_Object pointer.
3441 (draw_fringe_bitmap_1): Lookup user defined fringe faces here.
3442 (destroy_fringe_bitmap): Set fringe_faces element to nil.
3443 (Fdefine_fringe_bitmap, init_fringe): Change allocation of
3444 fringe_faces array and init elements to nil.
3445 (Fset_fringe_bitmap_face): Set fringe_faces to face name instead of
3446 non-persistent face id.
3447 (mark_fringe_data): New function for GC.
3448
3449 * alloc.c (mark_fringe_data): Declare extern.
3450 (Fgarbage_collect): Call mark_fringe_data.
3451
3452 * alloc.c (overrun_check_free): Invalidate freed memory if
3453 XMALLOC_CLEAR_FREE_MEMORY is defined.
3454
34552005-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3456
3457 * macfns.c: Include sys/param.h.
3458 [TARGET_API_MAC_CARBON] (mac_nav_event_callback): New declaration
3459 and function.
3460 [TARGET_API_MAC_CARBON] (Fx_file_dialog): Use MAXPATHLEN for size
3461 of filename string. Set event callback function when creating
3462 dialog boxes. Add code conversions for filenames. Don't dispose
3463 apple event descriptor record if failed to create it.
3464
3465 * macterm.c: Include sys/param.h.
3466 [USE_CARBON_EVENTS] (mac_handle_window_event): Add handler for
3467 kEventWindowUpdate.
3468 (install_window_handler) [USE_CARBON_EVENTS]: Register it.
3469 (do_ae_open_documents) [TARGET_API_MAC_CARBON]: Get FSRef instead
3470 of FSSpec from apple event descriptor record.
3471 (do_ae_open_documents) [TARGET_API_MAC_CARBON]: Use MAXPATHLEN for
3472 size of filename string.
3473 [TARGET_API_MAC_CARBON] (mac_do_receive_drag): Likewise.
3474 [TARGET_API_MAC_CARBON] (mac_do_receive_drag): Return error when a
3475 file dialog is in action.
3476 [TARGET_API_MAC_CARBON] (mac_do_track_drag): Likewise.
3477 Reject only when there are no filename items. Set background color
3478 before (un)highlighting the window below the dragged items.
3479 (XTread_socket) [USE_CARBON_EVENTS]: Don't call do_window_update.
3480
34812005-01-05 Romain Francoise <romain@orebokech.com>
3482
3483 * term.c (encode_terminal_code): Fix buffer size computation.
3484
34852005-01-04 Richard M. Stallman <rms@gnu.org>
3486
3487 * xdisp.c (Fformat_mode_line): Doc fix.
3488
34892005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
3490
3491 * alloc.c (refill_memory_reserve): Move.
3492 (emacs_blocked_free, emacs_blocked_malloc, emacs_blocked_realloc)
3493 (reset_malloc_hooks, uninterrupt_malloc) [SYNC_INPUT]: Don't define.
3494
34952005-01-03 Richard M. Stallman <rms@gnu.org>
3496
3497 * window.c (window_scroll_pixel_based): Don't correct preserve_y
3498 for CURRENT_HEADER_LINE_HEIGHT when moving backwards.
3499
35002005-01-03 Jason Rumney <jasonr@gnu.org>
3501
3502 * w32bdf.c (w32_load_bdf_font): Set fontp->average_width and
3503 fontp->space_width to FONT_WIDTH so they are valid.
3504
3505 * w32fns.c (w32_load_system_font): Set FONT_WIDTH to maximum, not
3506 average width. Set fontp->average_width and fontp->space_width to
3507 their appropriate values.
3508
3509 * w32term.c (x_new_font): Set FRAME_COLUMN_WIDTH to
3510 fontp->average_width, not FONT_WIDTH. Set FRAME_SPACE_WIDTH to
3511 fontp->space_width.
3512
35132005-01-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3514
3515 * macterm.c (x_new_font): Set FRAME_SPACE_WIDTH.
3516 (x_font_min_bounds, XLoadQueryFont): Use the correct font width
3517 metrics for max and min bounds.
3518 (x_load_font): Correctly calculate average font width metrics.
3519
35202005-01-02 Richard M. Stallman <rms@gnu.org>
3521
3522 * alloc.c (Fgarbage_collect): Don't truncate_undo_list on dead buffers.
3523
35242004-12-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3525
3526 * xterm.c (handle_one_xevent): Clear area in expose event for GTK.
3527
35282004-12-31 Richard M. Stallman <rms@gnu.org>
3529
3530 * xdisp.c (setup_for_ellipsis, get_next_display_element):
3531 Set it->ellipsis_p to 1 or 0.
3532 (display_line): Record whether row ends in mid-ellipsis.
3533 (set_cursor_from_row): If ends in ellipsis, find start of it.
3534 (cursor_row_p): If PT's at the end of the ellipsis the row
3535 ends within, don't display cursor on this row.
3536
3537 * dispextern.h (struct it): New element ellipsis_p.
3538 (struct glyph_row): New element ends_in_ellipsis_p.
3539
3540 * xdisp.c (BUFFER_POS_REACHED_P): We haven't reached the specified
3541 position if we're reading from something other than the buffer.
3542
3543 * window.c (window_scroll_pixel_based): Only look at
3544 Vscroll_preserve_screen_position if the old PT can't be kept.
3545 (syms_of_window) <scroll-preserve-screen-position>: Doc fix.
3546
35472004-12-30 Kim F. Storm <storm@cua.dk>
3548
3549 * xdisp.c (get_line_height_property): New function extracted from
3550 original calc_line_height_property.
3551 (calc_line_height_property): Rework. Handle t and (nil . ratio).
3552 (x_produce_glyphs): Use them to handle line-height and
3553 line-spacing according to new height spec.
3554 (Qtotal): Remove.
3555 (syms_of_xdisp): Remove intern and staticpro for Qtotal.
3556
35572004-12-30 Kenichi Handa <handa@m17n.org>
3558
3559 * fileio.c (Finsert_file_contents): Don't use
3560 current_buffer->buffer_file_coding_system even if REPLACE is
3561 non-nil. Call Qafter_insert_file_set_coding with the second arg VISIT.
3562
3563 * fontset.h (struct font_info): New members space_width and
3564 average_width.
3565
3566 * frame.h (struct frame): New member space_width.
3567 (FRAME_SPACE_WIDTH): New macro.
3568
3569 * xterm.h (struct x_display_info): New member Xatom_AVERAGE_WIDTH.
3570
3571 * xterm.c (x_new_font): Set FRAME_COLUMN_WIDTH to
3572 fontp->average_width, not FONT_WIDTH. Set FRAME_SPACE_WIDTH to
3573 fontp->space_width.
3574 (x_load_font): Calculate fontp->space_width and fontp->average_width.
3575 (x_term_init): Initialize dpyinfo->Xatom_AVERAGE_WIDTH.
3576
3577 * xdisp.c (x_produce_glyphs): Calculate tab width by
3578 FRAME_SPACE_WIDTH, not FRAME_COLUMN_WIDTH.
3579
35802004-12-29 Sanghyuk Suh <han9kin@mac.com>
3581
3582 * macterm.c (SelectionRange): Add Xcode position apple event struct.
3583 (do_ae_open_documents): Handle Xcode-style file position open events.
3584
35852004-12-29 Luc Teirlinck <teirllm@auburn.edu>
3586
3587 * buffer.c (syms_of_buffer) <vertical-scroll-bar>: Correct typo.
3588
35892004-12-29 Richard M. Stallman <rms@gnu.org>
3590
3591 * buffer.c (syms_of_buffer) <vertical-scroll-bar>: Doc fix.
3592
35932004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3594
3595 * macfns.c (install_window_handler): Modify extern to return OSErr
3596 value.
3597 (mac_window): Handle return value of install_window_handler.
3598
3599 * macterm.c (reflect_byte): Remove function.
3600 (mac_create_bitmap_from_bitmap_data): Don't call reflect_byte.
3601 Lookup table instead.
3602 (mac_do_font_lists): Simplify calculation of the longest
3603 nonspecial string.
3604 (init_mac_drag_n_drop): Remove function and declaration.
3605 (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
3606 init_mac_drag_n_drop.
3607 (mac_do_track_drag): New function and declaration.
3608 (install_window_handler): Return OSErr value.
3609 (install_window_handler) [TARGET_API_MAC_CARBON]:
3610 Register handlers for tracking/receiving drag-and-drop items.
3611 (do_ae_open_documents): Generate unibyte strings for filenames.
3612 (mac_do_receive_drag) [TARGET_API_MAC_CARBON] : Likewise.
3613 Reject only non-filename items. Set event modifiers, and return value.
3614
36152004-12-28 Dan Nicolaescu <dann@ics.uci.edu>
3616
3617 * coding.c (decode_coding): Fix previous change.
3618
36192004-12-28 Richard M. Stallman <rms@gnu.org>
3620
3621 * xdisp.c (back_to_previous_visible_line_start):
3622 Don't call handle_display_prop.
3623
36242004-12-28 Dan Nicolaescu <dann@ics.uci.edu>
3625
3626 * coding.c (decode_coding_XXX, decode_composition_emacs_mule)
3627 (decode_coding_emacs_mule, encode_coding_emacs_mule)
3628 (decode_coding_iso2022, encode_designation_at_bol)
3629 (encode_coding_iso2022, decode_coding_sjis_big5, decode_eol)
3630 (decode_coding): Constify arguments and local vars.
3631
36322004-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3633
3634 * xmenu.c (popup_get_selection): Only pop down dialogs
3635 on C-g and Escape.
3636 (popup_get_selection): Remove parameter down_on_keypress.
3637 (create_and_show_popup_menu, create_and_show_dialog):
3638 Remove parameter down_on_keypress to popup_get_selection.
3639
36402004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3641
3642 * dispextern.h: Change HAVE_CARBON to MAC_OS.
3643 (struct glyph_string): Likewise.
3644
3645 * emacs.c (main) [MAC_OS8]: Call mac_term_init instead of
3646 mac_initialize.
3647
3648 * fileio.c (Fnext_read_file_uses_dialog_p, Fread_file_name):
3649 Change TARGET_API_MAC_CARBON to HAVE_CARBON.
3650
3651 * fns.c (vector): Change MAC_OSX to MAC_OS.
3652
3653 * frame.c (x_set_frame_parameters, x_report_frame_params)
3654 (x_set_fullscreen): Remove #ifndef HAVE_CARBON.
3655 (x_set_border_width, Vdefault_frame_scroll_bars):
3656 Change HAVE_CARBON to MAC_OS.
3657
3658 * image.c [MAC_OS]: Include sys/stat.h.
3659 [MAC_OS && !MAC_OSX]: Include sys/param.h, ImageCompression.h, and
3660 QuickTimeComponents.h.
3661
3662 * mac.c [!MAC_OSX] (mac_wait_next_event): Add extern.
3663 [!MAC_OSX] (select): Use mac_wait_next_event.
3664 [!MAC_OSX] (run_mac_command): Change EXEC_SUFFIXES to Vexec_suffixes.
3665 [!MAC_OSX] (select, run_mac_command): Change `#ifdef
3666 TARGET_API_MAC_CARBON' to `#if TARGET_API_MAC_CARBON'.
3667 (mac_clear_font_name_table): Add extern.
3668 (Fmac_clear_font_name_table): New defun.
3669 (syms_of_mac): Defsubr it.
3670 [MAC_OSX] (SELECT_POLLING_PERIOD_USEC): New define.
3671 [MAC_OSX] (select_and_poll_event): New function.
3672 [MAC_OSX] (sys_select): Use it.
3673 [MAC_OSX && SELECT_USE_CFSOCKET] (socket_callback): New function.
3674 [MAC_OSX && SELECT_USE_CFSOCKET]
3675 (SELECT_TIMEOUT_THRESHOLD_RUNLOOP, EVENT_CLASS_SOCK): New defines.
3676 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]: Use CFSocket and
3677 RunLoop for simultaneously monitoring two kinds of inputs, window
3678 events and process outputs, without periodically polling.
3679
3680 * macfns.c (mac_initialized): Remove extern.
3681 (stricmp): Put in #if 0. All callers changed to use xstricmp in
3682 xfaces.c.
3683 (strnicmp): Decrement `n' at the end of each loop, not the beginning.
3684 (check_mac): Use the term "Mac native windows" instead of "Mac OS".
3685 (check_x_display_info, x_display_info_for_name): Sync with xfns.c.
3686 (mac_get_rdb_resource): New function (from w32reg.c).
3687 (x_get_string_resource): Use it.
3688 (install_window_handler): Add extern.
3689 (mac_window): New function.
3690 (Fx_create_frame): Use it instead of make_mac_frame.
3691 Set parameter for Qfullscreen. Call x_wm_set_size_hint.
3692 (Fx_open_connection, Fx_close_connection): New defuns.
3693 (syms_of_macfns): Defsubr them.
3694 (x_create_tip_frame) [TARGET_API_MAC_CARBON]:
3695 Add kWindowNoUpdatesAttribute to the window attribute.
3696 (x_create_tip_frame) [!TARGET_API_MAC_CARBON]: Use NewCWindow.
3697 (x_create_tip_frame): Don't call ShowWindow.
3698 (Fx_show_tip): Call ShowWindow.
3699 (Fx_file_dialog): Change `#ifdef TARGET_API_MAC_CARBON' to `#if
3700 TARGET_API_MAC_CARBON'.
3701 (mac_frame_parm_handlers): Set handlers for Qfullscreen.
3702 (syms_of_macfns) [MAC_OSX]: Initialize mac_in_use to 0.
3703
3704 * macgui.h [!MAC_OSX]: Don't include Controls.h. Include Windows.h.
3705 (Window): Typedef to WindowPtr and move outside `#if
3706 TARGET_API_MAC_CARBON'.
3707 (XSizeHints): New struct.
3708
3709 * macterm.c (x_update_begin, x_update_end)
3710 [TARGET_API_MAC_CARBON]: Disable screen updates during update of a
3711 frame.
3712 (x_draw_glyph_string_background, x_draw_glyph_string_foreground)
3713 [MAC_OS8]: Use XDrawImageString/XDrawImageString16.
3714 (construct_mouse_click): Put in #if 0.
3715 (x_check_fullscreen, x_check_fullscreen_move): Remove decls.
3716 (x_scroll_bar_create, x_scroll_bar_handle_click): Change `#ifdef
3717 TARGET_API_MAC_CARBON' to `#if TARGET_API_MAC_CARBON'.
3718 (activate_scroll_bars, deactivate_scroll_bars)
3719 [!TARGET_API_MAC_CARBON]: Use ActivateControl/DeactivateControl.
3720 (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Reposition window
3721 if the position is neither user-specified nor program-specified.
3722 (x_free_frame_resources): Free size_hints.
3723 (x_wm_set_size_hint): Allocate size_hints if needed. Set size_hints.
3724 (mac_clear_font_name_table): New function.
3725 (mac_do_list_fonts): Initialize font_name_table if needed.
3726 (x_list_fonts): Don't initialize font_name_table. Add BLOCK_INPUT
3727 around mac_do_list_fonts.
3728 (mac_unload_font): New function.
3729 (x_load_font): Add BLOCK_INPUT around XLoadQueryFont.
3730 (init_mac_drag_n_drop, mac_do_receive_drag): Enclose declarations
3731 and definitions with #if TARGET_API_MAC_CARBON.
3732 [USE_CARBON_EVENTS] (mac_handle_window_event): Add decl.
3733 (install_window_handler): Add decl.
3734 (do_window_update): Add BeginUpdate/EndUpdate for the tooltip
3735 window. Use UpdateControls. Get the rectangle that should be
3736 updated and restrict the target of expose_frame to it.
3737 (do_grow_window): Set minimum height/width according to size_hints.
3738 (do_grow_window) [TARGET_API_MAC_CARBON]: Use ResizeWindow.
3739 (do_zoom_window): Don't use x_set_window_size.
3740 [USE_CARBON_EVENTS] (mac_handle_window_event): New function.
3741 (install_window_handler): New function.
3742 [!USE_CARBON_EVENTS] (mouse_region): New variable.
3743 [!USE_CARBON_EVENTS] (mac_wait_next_event): New function.
3744 (XTread_socket) [USE_CARBON_EVENTS]: Move call to
3745 GetEventDispatcherTarget inside BLOCK_INPUT.
3746 (XTread_socket) [!USE_CARBON_EVENTS]: Use mac_wait_next_event.
3747 Update mouse_region when mouse is moved.
3748 (make_mac_frame): Remove.
3749 (make_mac_terminal_frame): Put in #ifdef MAC_OS8.
3750 Initialize mouse pointer shapes. Change values of f->left_pos and
3751 f->top_pos. Don't use make_mac_frame. Use NewCWindow.
3752 Don't call ShowWindow.
3753 (mac_initialize_display_info) [MAC_OSX]: Create mac_id_name from
3754 Vinvocation_name and Vsystem_name.
3755 (mac_make_rdb): New function (from w32term.c).
3756 (mac_term_init): Use it. Add BLOCK_INPUT. Error if display has
3757 already been opened. Don't pass argument to
3758 mac_initialize_display_info. Don't set dpyinfo->height/width.
3759 Add entries to x_display_list and x_display_name_list.
3760 (x_delete_display): New function.
3761 (mac_initialize): Don't call mac_initialize_display_info.
3762 (syms_of_macterm) [!MAC_OSX]: Don't call Fprovide.
3763
3764 * macterm.h (check_mac): Add extern.
3765 (struct mac_output): New member size_hints.
3766 (FRAME_SIZE_HINTS): New macro.
3767 (mac_unload_font): Add extern.
3768
3769 * xdisp.c (expose_window, expose_frame): Remove kludges for Mac.
3770
3771 * xfaces.c (clear_font_table) [MAC_OS]: Call mac_unload_font.
3772
37732004-12-27 Richard M. Stallman <rms@gnu.org>
3774
3775 * buffer.c (Fbuffer_disable_undo): Delete (move to simple.el).
3776 (syms_of_buffer): Don't defsubr it.
3777
3778 * process.c (list_processes_1): Set undo_list instead
3779 of calling Fbuffer_disable_undo.
3780
3781 * xdisp.c (single_display_spec_string_p): Rename from
3782 single_display_prop_string_p.
3783 (single_display_spec_intangible_p): Rename from
3784 single_display_prop_intangible_p.
3785 (handle_single_display_spec): Rename from handle_single_display_prop.
3786 Rewritten to be easier to understand.
3787
3788 Change in load-history format. Functions now get (defun . NAME),
3789 and variables get just NAME.
3790
3791 * data.c (Fdefalias): Use (defun . FN_NAME) in LOADHIST_ATTACH.
3792
3793 * eval.c (Fdefun, Fdefmacro): Use (defun . FN_NAME) in LOADHIST_ATTACH.
3794 (Fdefvaralias, Fdefvar, Fdefconst): Use just SYM in LOADHIST_ATTACH.
3795 (Qdefvar): Var deleted.
3796 (syms_of_eval): Don't initialze it.
3797
3798 * lread.c (syms_of_lread) <load-history>: Doc fix.
3799
38002004-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3801
3802 * xmenu.c (popup_get_selection): Pop down on C-g.
3803 (set_frame_menubar): Install translations for Lucid/Motif/Lesstif that
3804 pops down menu on C-g.
3805 (xdialog_show): If dialog popped down and no button in the dialog was
3806 pushed, call Fsignal to quit.
3807 (xmenu_show): In no toolkit version, if menu returns NO_SELECT call
3808 Fsignal to quit.
3809
3810 * xfns.c (Fx_file_dialog): Motif/Lesstif version: Pop down on C-g.
3811
3812 * gtkutil.c (xg_initialize): Install bindings for C-g so that
3813 dialogs and menus pop down.
3814
38152004-12-27 Kenichi Handa <handa@m17n.org>
3816
3817 * coding.c (code_convert_region): Fix calculation of `ratio'.
3818
38192004-12-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3820
3821 * gtkutil.c (update_frame_tool_bar): Make the value of
3822 tool-bar-button-margin control margins of images in tool bar.
3823
3824 * alloc.c (check_depth): New variable.
3825 (overrun_check_malloc, overrun_check_realloc): Only add
3826 overhead and write check pattern if check_depth is 1 (to handle
3827 recursive calls). Increase/decrease check_depth in entry/exit.
3828 (overrun_check_free): Only check for overhead if check_depth is 1.
3829 Increase/decrease check_depth in entry/exit.
3830
38312004-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3832
3833 * keyboard.c (input_available_signal): Call SIGNAL_THREAD_CHECK
3834 before touching input_available_clear_time, to avoid accessing it
3835 from multiple threads.
3836
38372004-12-23 Jason Rumney <jasonr@gnu.org>
3838
3839 * image.c (__WIN32__) [HAVE_NTGUI]: Define for correct behaviour
3840 of JPEG library.
3841
38422004-12-22 Richard M. Stallman <rms@gnu.org>
3843
3844 * emacs.c (main): If batch mode, set Vundo_outer_limit to nil.
3845
3846 * lisp.h (Vundo_outer_limit): Fix decl.
3847
3848 * undo.c (Vundo_outer_limit): Replaces undo_outer_limit.
3849 Uses changed.
3850 (syms_of_undo): Initialize appropriately.
3851 (truncate_undo_list): If it's nil, there's no limit.
3852
38532004-12-22 Kenichi Handa <handa@m17n.org>
3854
3855 * xselect.c (Fx_get_cut_buffer_internal): Return a unibyte string.
3856
38572004-12-21 Richard M. Stallman <rms@gnu.org>
3858
3859 * eval.c (unwind_to_catch): Clear immediate_quit.
3860
3861 * xdisp.c (get_next_display_element): Display codes 8a0 and 8ad
3862 specially as `\ ' and `\-'.
3863
3864 * keyboard.c (kbd_buffer_store_event_hold):
3865 In the code for while-no-input, handle immediate_quit.
3866
3867 * alloc.c (Fgarbage_collect): Update call to truncate_undo_list.
3868 Call that at the very start.
3869 (undo_limit, undo_strong_limit, undo_outer_limit): Move to undo.c.
3870 (syms_of_alloc): Don't define undo-limit,
3871 undo-strong-limit and undo-outer-limit here.
3872
3873 * undo.c (truncate_undo_list): Return void.
3874 Take just one argument, the buffer.
3875 Make it current, and inhibit recursive GC.
3876 Access and update the undo list directly; return void.
3877 Refer to the undo...limit variables directly.
3878 Test undo_outer_limit only after counting the whole current command.
3879 When it's exceeded, call the function in undo-outer-limit-function.
3880 (undo_limit, undo_strong_limit, undo_outer_limit): From alloc.c.
3881 (Vundo_outer_limit_function): New variable.
3882 (syms_of_undo): Define undo-limit, undo-strong-limit
3883 and undo-outer-limit here, and undo-outer-limit-function.
3884 Doc fixes.
3885
3886 * lisp.h (truncate_undo_list): Update decl.
3887
38882004-12-21 Piet van Oostrum <piet@cs.uu.nl>
3889
3890 * fileio.c (Fread_file_name): Delete duplicates in
3891 file-name-history when history_delete_duplicates is true.
3892
38932004-12-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3894
3895 * macterm.c (mac_do_list_fonts): Fix memory leak
3896
38972004-12-20 Richard M. Stallman <rms@gnu.org>
3898
3899 * regex.c (re_match_2_internal) <symend, wordend>:
3900 Fix calls to UPDATE_SYNTAX_TABLE_FORWARD.
3901
39022004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3903
3904 * macterm.c (endif, x_font_name_to_mac_font_name):
3905 Use maccentraleurroman instead of maccentraleuropean
3906 (mac_c_string_match, mac_do_list_fonts): Speed up font search by
3907 quickly finding a specific font without needing regexps.
3908
39092004-12-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3910
3911 * syssignal.h: Declare main_thread.
3912 (SIGNAL_THREAD_CHECK): New macro.
3913
3914 * keyboard.c (input_available_signal): Move thread checking code
3915 to macro SIGNAL_THREAD_CHECK and call that macro.
3916 (interrupt_signal): Call SIGNAL_THREAD_CHECK.
3917
3918 * alloc.c (uninterrupt_malloc): Move main_thread to emacs.c.
3919
3920 * emacs.c: Define main_thread.
3921 (main): Initialize main_thread.
3922 (handle_USR1_signal, handle_USR2_signal, fatal_error_signal)
3923 (memory_warning_signal): Call SIGNAL_THREAD_CHECK.
3924
3925 * floatfns.c (float_error): Call SIGNAL_THREAD_CHECK.
3926
3927 * dispnew.c (window_change_signal): Call SIGNAL_THREAD_CHECK.
3928
3929 * sysdep.c (select_alarm): Call SIGNAL_THREAD_CHECK.
3930
3931 * process.c (send_process_trap, sigchld_handler):
3932 Call SIGNAL_THREAD_CHECK.
3933
3934 * data.c (arith_error): Call SIGNAL_THREAD_CHECK.
3935
3936 * atimer.c (alarm_signal_handler): Call SIGNAL_THREAD_CHECK.
3937
3938 * xterm.c (xg_scroll_callback): Update XG_LAST_SB_DATA before
3939 returning when xg_ignore_gtk_scrollbar is true.
3940
39412004-12-14 Kim F. Storm <storm@cua.dk>
3942
3943 * keyboard.c (read_char): Save and restore echo_string when
3944 handling input method.
3945
39462004-12-13 Richard M. Stallman <rms@gnu.org>
3947
3948 * eval.c (syms_of_eval) <quit-flag>: Doc fix.
3949
3950 * keyboard.c (Vthrow_on_input): New variable.
3951 (syms_of_keyboard): Defvar and initialize it.
3952 (kbd_buffer_store_event_hold): Handle Vthrow_on_input.
3953
3954 * lisp.h (QUIT): Check for Vthrow_on_input.
3955 (Vthrow_on_input): Declare it.
3956
39572004-12-13 Kim F. Storm <storm@cua.dk>
3958
3959 * xdisp.c (set_iterator_to_next): Reset stop_charpos after display
3960 vector.
3961
39622004-12-12 Richard M. Stallman <rms@gnu.org>
3963
3964 * indent.c (Fvertical_motion): Call move_it_by_lines even if LINES = 0.
3965
3966 * minibuf.c (Fall_completions): Add var `zero' and use it in loop.
3967 (Ftry_completion): Really use outer `zero'; eliminate inner one.
3968
39692004-12-12 Kenichi Handa <handa@m17n.org>
3970
3971 * term.c (encode_terminal_code): Fix previous change.
3972
39732004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
3974
3975 * keyboard.c (handle_async_input): Remove pthread mutex handling.
3976 (input_available_signal): Move pthread thingy to !SYNC_INPUT branch.
3977
3978 * syntax.c (Fforward_word): Avoid non-idempotent side-effects
3979 in macro arguments.
3980
3981 * minibuf.c (Ftry_completion, Fall_completions): Don't use
3982 XFASTINT blindly.
3983
3984 * emacs.c (main, Fdump_emacs): Don't touch malloc hooks if SYNC_INPUT.
3985
39862004-12-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3987
3988 * w32term.c (x_calc_absolute_position): Remove calculation of
3989 difference between inner and outer window. Don't subtract difference
3990 for left and top calculations.
3991
3992 * xterm.c (x_calc_absolute_position): Don't subtract outer_pixel_diff
3993 for left and top calculations. Remove call to x_real_positions.
3994 [Bug report by Drew Adams in November]
3995 (x_check_expected_move): Do not set change_gravity to 1 when calling
3996 x_set_offset.
3997
39982004-12-08 Richard M. Stallman <rms@gnu.org>
3999
4000 * xdisp.c (get_next_display_element): Use `escape-glyph' for
4001 control chars and escaped octal codes.
4002 (Qescape_glyph): New variable.
4003 (syms_of_xdisp): Initialize it.
4004 (escape_glyph_face): New variable.
4005 (redisplay_window): Initialize it.
4006
40072004-12-07 Paul Eggert <eggert@cs.ucla.edu>
4008
4009 * image.c (our_fill_input_buffer, jpeg_load, CHECK_LIB_AVAILABLE)
4010 (init_image): Use 1 rather than TRUE. TRUE's not always defined.
4011
40122004-12-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4013
4014 * emacs.c (Fdump_emacs): Add ! defined (SYSTEM_MALLOC) around
4015 reset_malloc_hooks.
4016
4017 * keyboard.c (handle_async_input, input_available_signal):
4018 Add ! defined (SYSTEM_MALLOC) around thread code.
4019
4020 * alloc.c: Add comment about the reason for (UN)BLOCK_INPUT_ALLOC.
4021
40222004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4023
4024 * eval.c (init_eval_once): Increase max_specpdl_size to 1000.
4025
4026 * config.in: Regenerate.
4027
40282004-12-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4029
4030 * xmenu.c (Fx_popup_menu): Correct documentation about position.
4031 (xmenu_show): Do not call XTranslateCoordinates. Adjust position
4032 if not given by a mouse click to correspond with x-popup-menu
4033 documentation.
4034
4035 * config.in: Regenerate.
4036
4037 * gtkutil.c: Include signal.h and syssignal.h.
4038 (xg_get_file_name): Block and unblock __SIGRTMIN if defined.
4039
4040 * alloc.c: If HAVE_GTK_AND_PTHREAD, include pthread.h,
4041 new variables main_thread and alloc_mutex,
4042 define (UN)BLOCK_INPUT_ALLOC to use alloc_mutex to protect
4043 emacs_blocked_* calls and only do (UN)BLOCK_INPUT in the main thread.
4044 If not HAVE_GTK_AND_PTHREAD, (UN)BLOCK_INPUT_ALLOC is the same as
4045 (UN)BLOCK_INPUT.
4046 (emacs_blocked_free, emacs_blocked_malloc)
4047 (emacs_blocked_realloc): Use (UN)BLOCK_INPUT_ALLOC.
4048 (uninterrupt_malloc): Initialize main_thread and alloc_mutex.
4049 (reset_malloc_hooks): New function.
4050
4051 * lisp.h: Declare reset_malloc_hooks.
4052
4053 * emacs.c (Fdump_emacs): Call reset_malloc_hooks.
4054
4055 * keyboard.c: Conditionally include pthread.h
4056 (handle_async_input, input_available_signalt): If not in the main
4057 thread, block signal, send signal to main thread and return.
4058
4059 * gtkutil.c (xg_get_file_with_chooser): Handle local files only.
4060 Set current folder in file chooser if default_filename is a directory.
4061
40622004-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
4063
4064 * regex.c (GET_UNSIGNED_NUMBER): Signal an error when reaching the end.
4065 Remove redundant correctness checks.
4066 (regex_compile): Fix up error codes for \{..\} expressions.
4067
40682004-12-05 Richard M. Stallman <rms@gnu.org>
4069
4070 * regex.c (regex_compile): Fix end-of-pattern case for space.
4071
40722004-12-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4073
4074 * macterm.h (cfstring_create_with_utf8_cstring): Add prototype.
4075 * mac.c (cfstring_create_with_utf8_cstring): Add to prevent
4076 crashes with invalid characters.
4077 * macmenu.c (add_menu_item): Use it.
4078 * image.c (image_load_quartz2d): Likewise.
4079 * macfns.c (x_set_name, x_set_title): Likewise.
4080 (Fx_file_dialog): Likewise. Use constant CFRefs instead of
4081 creating them each time for labels.
4082
40832004-12-02 Richard M. Stallman <rms@gnu.org>
4084
4085 * config.in (RE_TRANSLATE_P): If make_number is not a macro,
4086 don't use it here.
4087
4088 * eval.c (Fcalled_interactively_p): Don't check INTERACTIVE.
4089 (interactive_p): Skip Scalled_interactively_p frames
4090 like Sinteractive_p frames.
4091 (unwind_to_catch): Clear handling_signal.
4092
4093 * data.c (Fmake_variable_buffer_local): Doc fix.
4094 (Fmake_local_variable): Doc fix.
4095
4096 * insdel.c (insert_from_string_before_markers)
4097 (insert_from_string): Don't modify buffer on empty insertion.
4098
4099 * window.c (Fget_lru_window, Fget_largest_window): Doc fixes.
4100
41012004-12-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4102
4103 * macmenu.c (add_menu_item): Fallback on MacRoman if encoding
4104 menu text as UTF8 fails.
4105
41062004-12-01 Kim F. Storm <storm@cua.dk>
4107
4108 * alloc.c: Add commentary for last change.
4109 (XMALLOC_PUT_SIZE, XMALLOC_GET_SIZE): New macros to handle
4110 sizeof(size_t) != 4.
4111 (overrun_check_malloc, overrun_check_realloc, overrun_check_free):
4112 Use them. Also clear header and trailer of freed memory.
4113 (GC_STRING_OVERRUN_COOKIE_SIZE): Rename from GC_STRING_EXTRA.
4114 (string_overrun_cookie): Rename from string_overrun_pattern.
4115 (GC_STRING_EXTRA): Define from GC_STRING_OVERRUN_COOKIE_SIZE.
4116
41172004-12-01 Andreas Schwab <schwab@suse.de>
4118
4119 * lisp.h: Declare string_to_multibyte.
4120
41212004-12-01 Kenichi Handa <handa@m17n.org>
4122
4123 * w32console.c (w32con_write_glyphs): Decide coding here.
4124 Adjusted for the change of encode_terminal_code.
4125
4126 * term.c (encode_terminal_code): Don't make it "static".
4127
41282004-11-30 Kenichi Handa <handa@m17n.org>
4129
4130 * term.c (encode_terminal_buf, encode_terminal_bufsize): New variables.
4131 (encode_terminal_code): Argument changed. Encode all
4132 characters at once, and return a pointer to the result of encoding.
4133 (write_glyphs): Decide coding here. Adjusted for the above change.
4134 (insert_glyphs): Likewise.
4135 (term_init): Initialize encode_terminal_bufsize to 0.
4136
4137 * coding.c (Vcode_conversion_workbuf_name): New variable.
4138 (syms_of_coding): Initialize and staticpro it.
4139 (set_conversion_work_buffer): New function.
4140 (run_pre_post_conversion_on_str): Use it.
4141 (run_pre_write_conversin_on_c_str): New function.
4142
4143 * coding.h (run_pre_write_conversin_on_c_str): Extern it.
4144
41452004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4146
4147 * keyboard.c: Don't undef SIGIO
4148 * s/darwin.h (NO_SOCK_SIGIO): Define NO_SOCK_SIGIO on carbon
4149 * Makefile.in (mac.o): Depend on blockinput.h and atimer.h.
4150 (macfns.o): Don't depend on ccl.h.
4151 * macfns.c (mac_frame_parm_handlers): Set handlers for
4152 Qleft_fringe and Qright_fringe.
4153 * macterm.c (mac_fill_rectangle_to_pixmap)
4154 (mac_draw_rectangle_to_pixmap, mac_copy_area_to_pixmap)
4155 (mac_copy_area_with_mask_to_pixmap, x_draw_image_foreground_1):
4156 Put in #if 0.
4157 (mac_scroll_area) [TARGET_API_MAC_CARBON]: Use ScrollWindowRect.
4158 (x_flush) [TARGET_API_MAC_CARBON]: Don't traverse frames.
4159 (XFlush) [TARGET_API_MAC_CARBON]: Define to an empty replacement.
4160 (x_draw_glyph_string_background, x_draw_glyph_string_foreground)
4161 [!MAC_OS8]: Added ifdef'd out code for os8. Don't use
4162 XDrawImageString. Always draw background and foreground separately.
4163 (x_draw_image_foreground): Use clipping instead of computing the
4164 intersection rectangle.
4165 (x_draw_image_glyph_string): Don't draw an image with mask to a
4166 pixmap.
4167 (x_redisplay_interface): Set flush_display_optional member to 0.
4168 (XTread_socket): Correctly reset the TEConverter
4169 object.
4170
41712004-11-30 Kim F. Storm <storm@cua.dk>
4172
4173 * lisp.h: New defines to enable buffer overrun checking.
4174 (GC_CHECK_STRING_OVERRUN, GC_CHECK_STRING_FREE_LIST)
4175 (XMALLOC_OVERRUN_CHECK, GC_CHECK_CONS_LIST): Add.
4176
4177 * alloc.c: Add more checks for buffer overruns.
4178 (XMALLOC_OVERRUN_CHECK_SIZE, xmalloc_overrun_check_header)
4179 xmalloc_overrun_check_trailer, overrun_check_malloc)
4180 overrun_check_realloc, overrun_check_free): Add.
4181 (GC_STRING_EXTRA, string_overrun_pattern): Add.
4182 (check_sblock, allocate_string_data, compact_small_strings):
4183 Set and check string_overrun_pattern if GC_CHECK_STRING_OVERRUN.
4184 (check_cons_list): Condition on GC_CHECK_CONS_LIST.
4185 (check_string_free_list): Add.
4186 (allocate_string, sweep_strings): Call check_string_free_list.
4187
4188 * emacs.c (malloc_initialize_hook): Don't free malloc_state_ptr if
4189 XMALLOC_OVERRUN_CHECK to avoid crash during load.
4190
41912004-11-29 Kim F. Storm <storm@cua.dk>
4192
4193 * fns.c (concat): Use SAFE_ALLOCA.
4194
41952004-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
4196
4197 * sysdep.c (emacs_write): Don't use QUIT.
4198
41992004-11-29 Kenichi Handa <handa@m17n.org>
4200
4201 * buffer.c (init_buffer): Set current_buffer->directory to a
4202 multibyte string made by string_to_multibyte.
4203
4204 * emacs.c (init_cmdargs): Set unibyte strings in Vcommand_line_args.
4205
42062004-11-27 Andreas Schwab <schwab@suse.de>
4207
4208 * alloc.c (mark_stack): Call GC_MARK_SECONDARY_STACK if defined.
4209
4210 * s/gnu-linux.h: Enable no-op gcpros on ia64.
4211 (GC_MARK_SECONDARY_STACK) [__ia64__]: Define.
4212
4213 * filelock.c (lock_file_1): Call get_boot_time early.
4214 Increase buffer size.
4215
42162004-11-27 Eli Zaretskii <eliz@gnu.org>
4217
4218 * lisp.h (DECL_ALIGN): Define non-trivially only if NO_DECL_ALIGN
4219 is not defined.
4220
42212004-11-27 Kim F. Storm <storm@cua.dk>
4222
4223 * search.c (syms_of_search) <search-spaces-regexp>: Move 'doc:'
4224 marker out of doc string.
4225
42262004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
4227
4228 * s/darwin.h (POSIX_SIGNALS): Undo the removal of 2002-08-25,
4229 which was not mentioned in the log.
4230
42312004-11-26 Kim F. Storm <storm@cua.dk>
4232
4233 * fringe.c (update_window_fringes): Prefer truncation bitmaps over
4234 angle bitmaps at top/bottom line.
4235
4236 * xdisp.c: Undo recent changes for restoring saved_face_id. Instead,
4237 set it when it->method is set to next_element_from_display_vector.
4238 (setup_for_ellipsis): Add LEN argument. Callers changed.
4239 Set it->saved_face_id.
4240 (get_next_display_element): Use loop instead of recursion.
4241 Set it->saved_face_id. Combine duplicate code for ctr chars.
4242 (next_element_from_display_vector): Do not set it->saved_face_id.
4243 (next_element_from_ellipsis): Use setup_for_ellipsis.
4244
42452004-11-26 Eli Zaretskii <eliz@gnu.org>
4246
4247 * eval.c (Fdefvar): Declare pdl from last change as `volatile' to
4248 prevent compiler warnings.
4249
42502004-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
4251
4252 * keyboard.c (command_loop_1): Print a message describing the key
4253 the user just pressed when this key has no binding.
4254
4255 * sysdep.c (sys_signal): Don't use SA_RESTART if SYNC_INPUT is set.
4256 (emacs_open, emacs_read, emacs_write): Check QUIT when interrupted.
4257
4258 * lread.c (readchar): Check QUIT when `getc' is interrupted.
4259
42602004-11-24 Richard M. Stallman <rms@gnu.org>
4261
4262 * coding.c (run_pre_post_conversion_on_str): Bind Qinhibit_read_only.
4263
4264 * buffer.c (syms_of_buffer) <indicate-buffer-boundaries>: Doc fix.
4265
42662004-11-24 Kim F. Storm <storm@cua.dk>
4267
4268 * xdisp.c (move_it_in_display_line_to, display_line):
4269 Restore saved_face_id also when truncate-lines or hscrolled.
4270
42712004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4272
4273 * gtkutil.c (xg_get_file_name): Rename use-old-gtk-file-dialog to
4274 x-use-old-gtk-file-dialog.
4275
4276 * xfns.c: Define x_use_old_gtk_file_dialog.
4277 (syms_of_xfns): Rename use-old-gtk-file-dialog to x-... Move it
4278 outside ifdef USE_GTK.
4279
42802004-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4281
4282 * coding.h (ENCODE_FILE, DECODE_FILE, ENCODE_SYSTEM, DECODE_SYSTEM):
4283 Don't use XFASTINT blindly.
4284
4285 * config.in (RE_TRANSLATE_P): Don't use XFASTINT blindly.
4286
4287 * indent.c (skip_invisible): Avoid non-idempotent side-effects
4288 in macro arguments.
4289
4290 * keymap.c (Flookup_key): Check INTEGERP before XINT.
4291
4292 * lread.c (oblookup): Don't use XFASTINT blindly.
4293
4294 * window.c (Fset_window_scroll_bars): Don't use XINT if it isn't int.
4295 (decode_next_window_args, window_loop): Don't use XFASTINT blindly.
4296
42972004-11-23 Kim F. Storm <storm@cua.dk>
4298
4299 * dispextern.h (MATRIX_ROW_ENDS_IN_MIDDLE_OF_CHAR_P)
4300 (MATRIX_ROW_STARTS_IN_MIDDLE_OF_CHAR_P): Not if dpvec_index is zero.
4301
4302 * xfaces.c (lookup_named_face): Add signal_p arg. Return -1 if
4303 signal_p is zero and face name is unknown.
4304 (Fx_list_fonts): Don't signal error in lookup_named_face.
4305 (Fface_font): Signal error in lookup_named_face.
4306 (ascii_face_of_lisp_face): Likewise.
4307
4308 * dispextern.h (lookup_named_face): Fix prototype.
4309
4310 * xdisp.c (handle_single_display_prop): Don't signal error in
4311 lookup_named_face for unknown fringe face name.
4312 (highlight_trailing_whitespace): Don't signal error in
4313 lookup_named_face if trailing-whitespace face unknown.
4314 (calc_line_height_property): Don't signal error in
4315 lookup_named_face if specified face name is unknown.
4316
4317 * fringe.c (update_window_fringes): Show top row indicator if
4318 window has header-line. Don't show arrow at bob and eob
4319 if the boundary indicators are not used.
4320 (Fset_fringe_bitmap_face): Signal error in lookup_named_face.
4321
4322 * window.c (set_window_buffer): Clear display_error_modiff.
4323
43242004-11-22 Kim F. Storm <storm@cua.dk>
4325
4326 * fringe.c (update_window_fringes): Provide sensible fall-back
4327 value for non-nil indicate-buffer-boundaries setting.
4328
43292004-11-22 Markus Rost <rost@ias.edu>
4330
4331 * minibuf.c (Fminibuffer_complete_and_exit): Fix previous change.
4332
43332004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
4334
4335 * eval.c (Fdefvar): Warn when var is let-bound but globally void.
4336
43372004-11-21 Kim F. Storm <storm@cua.dk>
4338
4339 * xdisp.c (erase_phys_cursor): Clear hollow cursor inside TEXT_AREA.
4340
4341 * xterm.c (x_clip_to_row): Add area arg. Callers changed.
4342 (x_draw_hollow_cursor, x_draw_bar_cursor): Clip to TEXT_AREA.
4343
4344 * w32term.c (w32_clip_to_row): Add area arg. Callers changed.
4345 (x_draw_hollow_cursor, x_draw_bar_cursor): Clip to TEXT_AREA.
4346
4347 * macterm.c (x_clip_to_row): Add area arg. Callers changed.
4348 (x_draw_hollow_cursor, x_draw_bar_cursor): Clip to TEXT_AREA.
4349
4350 * xdisp.c (move_it_in_display_line_to, display_line):
4351 Restore saved_face_id if overflow-newline-into-fringe is enabled and
4352 line is continued before or in middle of element from display vector.
4353
4354 * indent.c (Fvertical_motion): Fix last change. Use another
4355 method to detect if iterator moved too far ahead after reseat.
4356
4357 * xdisp.c (IT_EXPAND_MATRIX_WIDTH): New macro. Do not
4358 expand matrix width for overflow in zero-width area.
4359 (append_glyph, append_composite_glyph, produce_image_glyph)
4360 (append_stretch_glyph): Use it to avoid loop in redisplay.
4361 (note_mode_line_or_margin_highlight): Don't let help-echo from
4362 string override help-echo from image map.
4363
43642004-11-20 Luc Teirlinck <teirllm@auburn.edu>
4365
4366 * fns.c (Fyes_or_no_p): Call Fread_from_minibuffer with extra argument.
4367 * callint.c (Fcall_interactively): Ditto.
4368
43692004-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
4370
4371 * minibuf.c (Fminibuffer_complete_and_exit):
4372 Fixup the case of the completed value, for case-indep completion.
4373
43742004-11-20 Richard M. Stallman <rms@gnu.org>
4375
4376 * lisp.h (Fread_from_minibuffer): Add arg in decl.
4377
4378 * minibuf.c (read_minibuf): New arg KEEP_ALL. Callers changed.
4379 (Fread_from_minibuffer): New arg KEEP_ALL. Callers changed.
4380
4381 * search.c (Vsearch_spaces_regexp):
4382 Rename from Vsearch_whitespace_regexp. All uses changed.
4383
43842004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
4385
4386 * eval.c (init_eval_once): Increase `max_specpdl_size' to 650.
4387
43882004-11-19 Richard M. Stallman <rms@gnu.org>
4389
4390 * search.c (Vsearch_whitespace_regexp): New variable.
4391 (syms_of_search): Defvar it.
4392 (compile_pattern_1): Call re_set_whitespace_regexp with it.
4393 (search_buffer): No regexp is trivial if Vsearch_whitespace_regexp
4394 is non-nil.
4395 (struct regexp_cache): New element whitespace_regexp.
4396 (syms_of_search): Initialize whitespace_regexp elements.
4397 (compile_pattern): Compare whitespace_regexp elements.
4398 (compile_pattern_1): Set whitespace_regexp elements.
4399
4400 * regex.c (regex_compile): Substitute whitespace_regexp
4401 for spaces, if it is nonzero.
4402 (whitespace_regexp): New variable.
4403 (re_set_whitespace_regexp): New function.
4404
44052004-11-19 Kim F. Storm <storm@cua.dk>
4406
4407 * indent.c (Fvertical_motion): Fix last change.
4408
44092004-11-18 Kim F. Storm <storm@cua.dk>
4410
4411 * indent.c (Fvertical_motion): Undo 2004-11-16 change.
4412 Instead, move back again if reseating moves too far ahead.
4413
44142004-11-17 Luc Teirlinck <teirllm@auburn.edu>
4415
4416 * xdisp.c (message3): Call clear_message.
4417
44182004-11-17 Kim F. Storm <storm@cua.dk>
4419
4420 * xdisp.c (erase_phys_cursor): Adjust cursor row visible height.
4421
44222004-11-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4423
4424 * gtkutil.c (xg_get_file_name): Typo in HAVE_GTK_FILE_SELECTION_NEW.
4425
4426 * xmenu.c (x_menu_in_use): Remove.
4427 (x_menu_set_in_use): Also set popup_activated_flag.
4428
4429 * xfns.c (Fx_file_dialog): Call popup_activated instead of
4430 x_menu_in_use. Call x_menu_set_in_use in Motif version also.
4431
4432 * xterm.h (x_menu_in_use): Remove.
4433
44342004-11-16 Richard M. Stallman <rms@gnu.org>
4435
4436 * keymap.c (Fmap_keymap): New arg SORT-FIRST.
4437 Use map-keymap-internal to implement that.
4438
4439 * indent.c (Fvertical_motion): In batch mode, use vmotion directly.
4440
44412004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4442
4443 * xdisp.c (get_glyph_string_clip_rect, init_glyph_string): Check it's
4444 a window before using XWINDOW.
4445
4446 * window.c (make_window, Fselect_window, make_dummy_parent)
4447 (save_window_save):
4448 * frame.c (make_frame):
4449 * fns.c (concat): Avoid side-effects inside XSETFASTINT's arguments.
4450
4451 * lisp.h (NILP): Use EQ rather than XFASTINT.
4452
44532004-11-16 Kim F. Storm <storm@cua.dk>
4454
4455 * fringe.c (Fdefine_fringe_bitmap): Always set 'h'. Simplify.
4456
4457 * indent.c (Fvertical_motion): Fix last change. Only reseat when
4458 moving backwards.
4459
44602004-11-16 Luc Teirlinck <teirllm@auburn.edu>
4461
4462 * dispextern.h: Extern reseat_at_previous_visible_line_start.
4463
44642004-11-16 Kenichi Handa <handa@m17n.org>
4465
4466 * xdisp.c (display_mode_element): Fix previous change (calculate
4467 end position of substring to display correctly).
4468
44692004-11-16 Kim F. Storm <storm@cua.dk>
4470
4471 * keyboard.c (Fposn_at_point): Remove extra */ after doc string.
4472 Reported by Andrew M. Scott.
4473
44742004-11-15 Kim F. Storm <storm@cua.dk>
4475
4476 * fns.c (Fsafe_plist_get): New defun.
4477 (syms_of_fns): Defsubr it.
4478
4479 * lisp.h (Fsafe_plist_get): Add EXFUN.
4480
4481 * xdisp.c (store_mode_line_string, produce_stretch_glyph):
4482 Use Fsafe_plist_get.
4483 (note_mode_line_or_margin_highlight, note_mouse_highlight):
4484 Fix image map element parsing. Use Fsafe_plist_get.
4485
44862004-11-15 Richard M. Stallman <rms@gnu.org>
4487
4488 * xdisp.c (get_next_display_element): Fix previous change.
4489
44902004-11-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4491
4492 * window.c (shrink_windows): Handle special case of one window left
4493 when trying to shrink the final reminder. Grow windows if
4494 total_removed is less than total_shrink.
4495
4496 * xmenu.c (pop_down_menu): Remove global variable current_menu,
4497 extract pointer from arg with XSAVE_VALUE.
4498 (create_and_show_popup_menu, create_and_show_dialog, xmenu_show):
4499 Construct arg to record_unwind_protect with make_save_value.
4500
45012004-11-13 Richard M. Stallman <rms@gnu.org>
4502
4503 * xdisp.c (reseat_at_previous_visible_line_start): No longer static.
4504 (get_next_display_element): Fix previous change to apply only to \n.
4505
4506 * indent.c (Fvertical_motion): Scan to PT from start of line to
4507 make iterator consistent.
4508
4509 * minibuf.c (syms_of_minibuf) <completion-ignore-case>: Doc fix.
4510
45112004-11-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4512
4513 * gtkutil.c (pop_down_file_dialog): Add BLOCK_INPUT.
4514
4515 * xfns.c (Fx_file_dialog): Call x_menu_in_use and x_menu_set_in_use.
4516 Record unwind with clean_up_file_dialog.
4517
4518 * xterm.h (x_menu_in_use, x_menu_set_in_use, x_menu_wait_for_event):
4519 Declare.
4520
4521 * xmenu.c (x_menu_in_use, x_menu_set_in_use): New functions.
4522
45232004-11-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4524
4525 * gtkutil.c (xg_file_sel_ok, xg_file_sel_cancel)
4526 (xg_file_sel_destroy): Remove.
4527 (xg_file_response_cb, pop_down_file_dialog)
4528 (xg_get_file_name_from_chooser, xg_get_file_name_from_selector):
4529 New functions.
4530 (xg_get_file_with_chooser, xg_get_file_with_selection):
4531 Take new arg func, set it to xg_get_file_name_from_chooser/selector.
4532 Move common code to xg_get_file_name. Return widget created.
4533 (xg_get_file_name): Set name, transient for, modal and destroy
4534 with parent here. Connect response signal to xg_file_response_cb,
4535 connect delete-event to gtk_true. Record pop_down_file_dialog
4536 for unwind. Do event loop and call x_menu_wait_for_event in loop.
4537 (xg_create_widget): Make dialogs modal.
4538
4539 * xmenu.c (unuse_menu_items, pop_down_menu): Arg is of type
4540 Lisp_Object.
4541 (popup_get_selection): Move unwind protect ...
4542 (create_and_show_popup_menu, create_and_show_dialog): ... to here.
4543 Move destroy of widget to pop_down_menu.
4544 (popup_widget_loop): Move unwind protect ...
4545 (create_and_show_popup_menu, create_and_show_dialog): ... to here.
4546 Move destroy of widget to pop_down_menu.
4547 (pop_down_menu): BLOCK_INPUT and destroy widget/window.
4548 (xmenu_show): Record unwind pop_down_menu. Move XMenuDestroy,
4549 x_mouse_leave and grabbed = 0 to pop_down_menu.
4550
45512004-11-13 Kim F. Storm <storm@cua.dk>
4552
4553 * xdisp.c (make_cursor_line_fully_visible_p): New variable.
4554 (syms_of_xdisp): DEFVAR_BOOL it.
4555 (make_cursor_line_fully_visible, try_cursor_movement)
4556 (try_window_id): Use it.
4557
45582004-11-12 Kim F. Storm <storm@cua.dk>
4559
4560 * dispextern.h (struct glyph_row): New member extra_line_spacing.
4561 (struct it): New member max_extra_line_spacing.
4562 (MR_PARTIALLY_VISIBLE, MR_PARTIALLY_VISIBLE_AT_TOP)
4563 (MR_PARTIALLY_VISIBLE_AT_BOTTOM): New helper macros.
4564 (MATRIX_ROW_PARTIALLY_VISIBLE_P): Fix to return false if invisible
4565 part of last line is only extra line spacing (so the text on the
4566 line is fully visible). Use helper macros.
4567 Add W arg (to use them). All callers changed.
4568 (MATRIX_ROW_PARTIALLY_VISIBLE_AT_TOP_P)
4569 (MATRIX_ROW_PARTIALLY_VISIBLE_AT_BOTTOM_P): Use helper macros.
4570
4571 * window.c (window_scroll_pixel_based, Frecenter):
4572 Use move_it_vertically_backward directly.
4573 (Frecenter): Fix calculation of new start pos for negative arg.
4574 Before, the new start pos was sometimes chosen too far back, so
4575 the last line became only partially visible, and thus would be
4576 either only semi-visible or automatically scrolled to the middle
4577 of the window by redisplay.
4578
4579 * xdisp.c (init_iterator): Clear it.max_extra_line_spacing.
4580 (move_it_vertically_backward): Don't recure to move further back.
4581 (move_it_vertically): Remove superfluous condition.
4582 (move_it_by_lines): Clear last_height when moved 0 lines.
4583 (resize_mini_window): Use it.max_extra_line_spacing.
4584 (display_tool_bar_line): Clear row->extra_line_spacing.
4585 (try_scrolling): Use move_it_vertically_backward directly.
4586 (redisplay_window): Likewise.
4587 (compute_line_metrics): Set row->extra_line_spacing.
4588 (display_line, display_string): Likewise.
4589 (x_produce_glyphs): Update it->max_extra_line_spacing.
4590
4591 * xmenu.c (pop_down_menu): Return nil.
4592
45932004-11-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4594
4595 * xmenu.c (x_menu_wait_for_event): New function.
4596 (popup_get_selection, popup_widget_loop): Call x_menu_wait_for_event
4597 to handle timers.
4598 (popup_widget_loop): Add argument do_timers.
4599 (create_and_show_popup_menu, create_and_show_dialog): Pass 1 for
4600 do_timers to popup_widget_loop.
4601 (xmenu_show): Call XMenuActivateSetWaitFunction so that
4602 x_menu_wait_for_event is called by XMenuActivate.
4603 (create_and_show_popup_menu): Pass 1 for do_timers to
4604 popup_get_selection.
4605 (pop_down_menu): New function.
4606 (popup_get_selection, popup_widget_loop): Unwind protect to
4607 pop_down_menu.
4608 (popup_widget_loop): Add argument widget.
4609 (create_and_show_popup_menu, create_and_show_dialog): Pass new
4610 argument widget to popup_widget_loop.
4611
46122004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
4613
4614 * keymap.c (Fkeymap_prompt): Accept symbol keymaps.
4615
46162004-11-09 Kim F. Storm <storm@cua.dk>
4617
4618 * xselect.c: Include <sys/types.h> and <unistd.h> (for getpid).
4619 Fix various comments referring to XEvents instead of input events.
4620 (x_queue_event): Fix format strings.
4621 (x_stop_queuing_selection_requests): Likewise.
4622
4623 * xdisp.c (produce_image_glyph): Remove unused variable 'face_ascent'.
4624 (pint2hrstr): Add extra braces to silence compiler.
4625
4626 * print.c (print_object): Fix format string.
4627
4628 * lread.c (read1): Fix next_char matching.
4629
4630 * lisp.h (Fdelete): Add EXFUN.
4631 (replace_range_2): Add prototype.
4632
4633 * keyboard.c (read_avail_input): Remove unused variable 'discard'.
4634
4635 * intervals.h (NULL_INTERVAL_P): Add separate version when
4636 ENABLE_CHECKING is not defined to silence compiler.
4637 (compare_string_intervals): Add prototype.
4638
4639 * fringe.c (destroy_fringe_bitmap): Fix return type.
4640 (Ffringe_bitmaps_at_pos): Remove unused var 'old_buffer'.
4641
4642 * emacs.c (Fdump_emacs): Fix format string.
4643
4644 * doc.c: Include <ctype.h>.
4645 (Fsubstitute_command_keys): Remove unused variable 'firstkey'.
4646
4647 * data.c (store_symval_forwarding): Remove unused variables.
4648
4649 * callint.c (Fcall_interactively): Remove unused variable 'funcar'.
4650
46512004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4652
4653 * Makefile.in (stamp-oldxmenu): If HAVE_GTK, don't add dependencies
4654 to ${OLDXMENU}.
4655
46562004-11-09 Kim F. Storm <storm@cua.dk>
4657
4658 * process.c (Fmake_network_process): Remove kludge for interrupted
4659 connects on BSD. If connect is interrupted, just close socket and
4660 start over rather than sleeping and retry with same socket.
4661
46622004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4663
4664 * .cvsignore: Add buildobj.lst.
4665
4666 * doc.c: New variable Vbuild_files.
4667 (Fsnarf_documentation): If Vbuild_files is nil, populate it with
4668 file names from buildobj.lst. Only attach docstrings from files
4669 that are in Vbuild_files.
4670 (syms_of_doc): Defvar Vbuild_files.
4671
4672 * Makefile.in (SOME_MACHINE_OBJECTS): Add fringe.o, image.o
4673 and w32*.o.
4674 (temacs${EXEEXT}): Generate buildobj.lst when temacs is linked.
4675 (mostlyclean): Rm buildobj.lst
4676
4677 * makefile.w32-in ($(TEMACS)): Generate buildobj.lst when temacs
4678 is linked.
4679
46802004-11-09 Kim F. Storm <storm@cua.dk>
4681
4682 * fringe.c (update_window_fringes): Update fringe bitmaps if
4683 cur and row ends_at_zv_p differs. If bitmaps of a row is updated,
4684 also update previous row to get rid of misc. artifacts.
4685
46862004-11-08 Kim F. Storm <storm@cua.dk>
4687
4688 * xdisp.c (fast_find_position): Fix start pos if header line present.
4689 (note_mouse_highlight): Clear mouse face if we move out of text area.
4690
46912004-11-08 Eli Zaretskii <eliz@gnu.org>
4692
4693 * editfns.c: Move #include "systime.h" before <sys/resource.h>.
4694 Don't include <sys/time.h> explicitly.
4695 Include <stdio.h> unconditionally, not just on MacOS.
4696
46972004-11-08 Kenichi Handa <handa@m17n.org>
4698
4699 * fontset.c (fontset_pattern_regexp): Cancel my previous change;
4700 don't pay attention to '\' before '*'.
4701 (fontset_pattern_regexp): Change the meaning of the second arg.
4702 (Fnew_fontset): Call fs_query_fontset, not Fquery_fontset.
4703 (check_fontset_name): Try NAME as literal at first, and if it
4704 failes, try NAME as pattern.
4705
47062004-11-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4707
4708 * emacs.c (Fdump_emacs): Only output warning on GNU/Linux.
4709
47102004-11-07 Andreas Schwab <schwab@suse.de>
4711
4712 * lisp.h (Fmsdos_downcase_filename): Declare.
4713 * dired.c (Fmsdos_downcase_filename): Don't declare here.
4714 * fileio.c: Likewise.
4715
47162004-11-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4717
4718 * dosfns.c (Fdos_memget, Fdos_memput): Use integer variable offs in
4719 comparisons with integers instead of Lisp_Object address.
4720 (Fmsdos_set_keyboard): Declare argument allkeys.
4721
4722 * msdos.c (IT_set_frame_parameters): Use EQ, not ==, for Lisp_Object:s.
4723
4724 * dired.c (Fmsdos_downcase_filename): Declare extern on MSDOS to avoid
4725 int/Lisp_Object mixup.
4726
4727 * fileio.c: Ditto.
4728
47292004-11-06 Steven Tamm <steventamm@mac.com>
4730
4731 * editfns.c: Need to include sys/time.h before resource.h on darwin.
4732
47332004-11-06 Richard M. Stallman <rms@gnu.org>
4734
4735 * callint.c (Fcall_interactively): Avoid reusing EVENT for other data.
4736
4737 * xfaces.c (merge_named_face): GCPRO the face_name in the
4738 named_merge_point struct that we make.
4739 (merge_face_heights): Eliminate GCPRO arg. All callers changed.
4740
4741 * keyboard.c (command_loop_1): Change Vtransient_mark_mode
4742 before deciding whether to inactivate mark.
4743
47442004-11-06 Lars Brinkhoff <lars@nocrew.org>
4745
4746 * config.in: Regenerate (add HAVE_GETRUSAGE).
4747 * editfns.c (Fget_internal_run_time): New function.
4748 (syms_of_data): Defsubr it.
4749 * fns.c (sxhash): As far as possible, merge calculation of
4750 hash code for symbols and strings.
4751
47522004-11-06 Eli Zaretskii <eliz@gnu.org>
4753
4754 * frame.c (syms_of_frame): Fix the example in the doc string.
4755
47562004-11-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4757
4758 * eval.c (Feval): Remove check for INPUT_BLOCKED_P.
4759
4760 * xmenu.c (popup_get_selection, create_and_show_popup_menu)
4761 (create_and_show_dialog): Revert change from 2004-10-31.
4762
47632004-11-05 Luc Teirlinck <teirllm@auburn.edu>
4764
4765 * macros.c (syms_of_macros) <defining-kbd-macro>: Doc fix.
4766
47672004-11-05 Kim F. Storm <storm@cua.dk>
4768
4769 * print.c (print_object): Print Lisp_Misc_Save_Value objects.
4770
4771 * fileio.c (Ffile_modes): Doc fix.
4772 (auto_save_1): Check for Ffile_modes nil value.
4773
47742004-11-05 Kim F. Storm <storm@cua.dk>
4775
4776 * xselect.c (struct selection_event_queue, selection_queue)
4777 (x_queue_selection_requests, x_queue_event)
4778 (x_start_queuing_selection_requests)
4779 (x_stop_queuing_selection_requests): Add new queue for selection
4780 input events to replace previous XEvent queue in xterm.c.
4781 (queue_selection_requests_unwind): Adapt to new queue.
4782 (x_reply_selection_request): Adapt to new queue.
4783 Unexpect wait_object in case of x errors (memory leak).
4784 (x_handle_selection_request, x_handle_selection_clear): Make static.
4785 (x_handle_selection_event): New function. May queue selection events.
4786 (wait_for_property_change_unwind): Use save_value instead of cons.
4787 Clear property_change_reply_object.
4788 (wait_for_property_change): Abort if already waiting.
4789 Use save_value instead of cons for unwind data.
4790 (x_handle_property_notify): Skip events already arrived, but don't
4791 free them, as "arrived" field is checked by wait_for_property_change,
4792 and it will be freed by unwind or explicit unexpect_property_change.
4793 (x_get_foreign_selection): Add to new queue.
4794 (receive_incremental_selection): Don't unexpect wait_object when done
4795 as it has already been freed by previous wait_for_property_change.
4796
4797 * xterm.h (x_start_queuing_selection_requests)
4798 (x_stop_queuing_selection_requests, x_handle_selection_request)
4799 (x_handle_selection_clear): Remove prototypes.
4800 (x_handle_selection_event): Add prototype.
4801
4802 * xterm.c (handle_one_xevent): Don't queue X selection events
4803 here, it may be too late if we start queuing after we have already
4804 stored some selection events into the kbd buffer.
4805 (struct selection_event_queue, queue, x_queue_selection_requests)
4806 (x_queue_event, x_unqueue_events, x_start_queuing_selection_requests)
4807 (x_stop_queuing_selection_requests): Remove/move to xselect.c.
4808 (x_catch_errors_unwind): Block input around final XSync.
4809
4810 * keyboard.h (kbd_buffer_unget_event): Add prototype.
4811
4812 * keyboard.c (kbd_buffer_store_event_hold): Remove obsolete code.
4813 (kbd_buffer_unget_event): New function.
4814 (kbd_buffer_get_event, swallow_events): Combine SELECTION events
4815 and use x_handle_selection_event.
4816 (mark_kboards): Don't mark x and y of SELECTION_CLEAR_EVENT.
4817
48182004-11-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4819
4820 * xselect.c (TRACE3): New debug macro.
4821 (x_reply_selection_request): Use it.
4822 (receive_incremental_selection): In call to TRACE0, the name of
4823 a symbol is in xname.
4824
48252004-11-05 Kim F. Storm <storm@cua.dk>
4826
4827 * fontset.c (fontset_pattern_regexp): Use unsigned char.
4828
48292004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4830
4831 * fileio.c (Fnext_read_file_uses_dialog_p): New function.
4832
4833 * gtkutil.h (use_old_gtk_file_dialog): Declare.
4834
4835 * gtkutil.c: Make use_old_gtk_file_dialog non-static.
4836 (xg_initialize): Move DEFVAR_BOOL for use_old_gtk_file_dialog ...
4837 * xfns.c (syms_of_xfns): ... to here.
4838
4839 * gtkutil.c (xg_get_file_with_chooser): Expand DEFAULT_FILENAME if
4840 it doesn't start with /.
4841
48422004-11-04 Kenichi Handa <handa@m17n.org>
4843
4844 * fontset.c (fontset_pattern_regexp): If '*' is preceded by '\',
4845 treat it as a literal character.
4846
48472004-11-03 Kim F. Storm <storm@cua.dk>
4848
4849 * .gdbinit (ppt): New function.
4850
48512004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4852
4853 * xterm.c (x_window_to_scroll_bar): Only call
4854 xg_get_scroll_id_for_window if toolkit scroll bars are used.
4855
4856 * gtkutil.c (xg_get_file_with_chooser): Use GTK_STOCK_OK instead
4857 of save.
4858
48592004-11-02 Andreas Schwab <schwab@suse.de>
4860
4861 * window.c (Fscroll_right): Fix last change.
4862
48632004-11-02 Kim F. Storm <storm@cua.dk>
4864
4865 * Makefile.in (callproc.o): Depend on blockinput.h atimer.h systime.h.
4866
48672004-11-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4868
4869 * callproc.c (Fcall_process): Block input around vfork.
4870
48712004-11-02 Kim F. Storm <storm@cua.dk>
4872
4873 * eval.c (Fcalled_interactively_p): Rename from Fcall_interactive_p.
4874 (syms_of_eval): Defsubr it.
4875
48762004-11-02 Richard M. Stallman <rms@gnu.org>
4877
4878 * insdel.c (replace_range_2): New function.
4879
4880 * casefiddle.c (casify_region): Handle changes in byte-length
4881 using replace_range_2.
4882
4883 * emacs.c (USAGE3): Delete --horizontal-scroll-bars, -hb.
4884
4885 * xdisp.c (back_to_previous_visible_line_start):
4886 Subtract 1 from pos when checking previous newline for invisibility.
4887
4888 * window.c (window_scroll_pixel_based): Update preserve_y
4889 for header line if any.
4890 (Fscroll_left, Fscroll_right): Don't call interactive_p;
4891 use a new second argument instead.
4892
4893 * eval.c (Fcall_interactive_p): New function.
4894 (interactive_p): Don't test INTERACTIVE here.
4895 (Finteractive_p): Doc fix.
4896
4897 * eval.c (Feval): Abort if INPUT_BLOCKED_P.
4898
48992004-11-02 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
4900
4901 * w32fns.c (w32_font_match): Use fast_string_match_ignore_case for
4902 comparing font names.
4903
49042004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4905
4906 * fileio.c (Fread_file_name): Pass Qt as fifth parameter to
4907 Fx_file_dialog if only directories should be read.
4908
4909 * lisp.h: Fx_file_dialog takes 5 parameters.
4910
4911 * xfns.c (Fx_file_dialog): Both Motif and GTK version:
4912 Add parameter only_dir_p.
4913 In Motif version, don't put DEFAULT_FILENAME in filter part of the
4914 dialog, just text field part. Do not add DEFAULT_FILENAME
4915 to list of files if it isn't there.
4916 In GTK version, pass only_dir_p parameter to xg_get_file_name.
4917
4918 * macfns.c (Fx_file_dialog): Add parameter only_dir_p.
4919 Check only_dir_p instead of comparing prompt to "Dired". When using
4920 a save dialog, add option kNavDontConfirmReplacement, change title
4921 to "Enter name", change text for save button to "Ok".
4922
4923 * w32fns.c (Fx_file_dialog): Add parameter only_dir_p.
4924 Check only_dir_p instead of comparing prompt to "Dired".
4925
4926 * gtkutil.c (xg_get_file_with_chooser)
4927 (xg_get_file_with_selection): New functions, only defined ifdef
4928 HAVE_GTK_FILE_CHOOSER_DIALOG_NEW and HAVE_GTK_FILE_SELECTION_NEW
4929 respectively.
4930 (xg_get_file_name): Add parameter only_dir_p.
4931 Call xg_get_file_with_chooser or xg_get_file_with_selection
4932 depending on HAVE_GTK_FILE* and the value of use_old_gtk_file_dialog.
4933 (xg_initialize): New DEFVAR_BOOL use_old_gtk_file_dialog.
4934
4935 * gtkutil.h (xg_get_file_name): Add parameter only_dir_p.
4936
4937 * config.in: Rebuild (added HAVE_GTK_FILE_*).
4938
49392004-11-01 Kim F. Storm <storm@cua.dk>
4940
4941 * process.c (connect_wait_mask, num_pending_connects):
4942 Only declare and use them if NON_BLOCKING_CONNECT is defined.
4943 (init_process): Initialize them if NON_BLOCKING_CONNECT defined.
4944 (IF_NON_BLOCKING_CONNECT): New helper macro.
4945 (wait_reading_process_output): Only declare and use local vars
4946 Connecting and check_connect when NON_BLOCKING_CONNECT is defined.
4947
49482004-11-01 Andy Petrusenco <Igrek@star-sw.com> (tiny change)
4949
4950 * w32term.c (x_scroll_run): Delete region objects after use.
4951
49522004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4953
4954 * xmenu.c: Add prototypes for forward function declarations.
4955 (popup_get_selection): Remove parameter do_timers, remove call to
4956 timer_check.
4957 (create_and_show_popup_menu, create_and_show_dialog):
4958 Remove parameter do_timers from call to popup_get_selection.
4959
4960 * xdisp.c (update_tool_bar): Pass a copy of f->tool_bar_items to
4961 tool_bar_items and assign the result to f->tool_bar_items if
4962 not equal. Move BLOCK/UNBLOCK_INPUT from around call to
4963 tool_bar_items to assignment of result.
4964
4965 * atimer.c (alarm_signal_handler): Do not call set_alarm if
4966 pending_atmers is non-zero.
4967
49682004-10-31 Kim F. Storm <storm@cua.dk>
4969
4970 * dispnew.c (margin_glyphs_to_reserve): Don't use ncols_scale_factor.
4971
49722004-10-28 Will <will@glozer.net>
4973
4974 * macterm.c: Allow user to assign key modifiers to the Mac Option
4975 key via a 'mac-option-modifier' variable.
4976
49772004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4978
4979 * xselect.c (Vx_lost_selection_functions, Vx_sent_selection_functions):
4980 Rename from Vx_lost_selection_hooks and Vx_sent_selection_hooks.
4981 (x_handle_selection_request, x_handle_selection_clear)
4982 (x_clear_frame_selections, syms_of_xselect): Adjust accordingly.
4983
49842004-10-28 Richard M. Stallman <rms@gnu.org>
4985
4986 * w32fns.c (Fx_server_vendor, Fx_server_version): Doc fixes.
4987
4988 * xfns.c (Fx_server_vendor, Fx_server_version): Doc fixes.
4989
49902004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
4991
4992 * syntax.c (scan_sexps_forward): Give precedence to a 2-char
4993 comment-starter over a 1-char one.
4994
49952004-10-27 Richard M. Stallman <rms@gnu.org>
4996
4997 * xdisp.c (get_next_display_element): In mode lines,
4998 treat newline and tab like other control characters.
4999
5000 * editfns.c (Fmessage): Doc fix.
5001
5002 * indent.c (vmotion): When moving up, check the newline before.
5003 Make prevline an int, not a Lisp_Object.
5004
50052004-10-27 Kim F. Storm <storm@cua.dk>
5006
5007 * editfns.c (Fformat): Allocate discarded table with SAFE_ALLOCA.
5008 Only allocate info and discarded tables once.
5009
5010 * lisp.h (USE_SAFE_ALLOCA): Add and init sa_must_free integer.
5011 (SAFE_ALLOCA, SAFE_ALLOCA_LISP): Increment it when malloc is used.
5012 (SAFE_FREE): Test it to determine if we need to unwind to free.
5013 Remove size arg. All users changed.
5014 (SAFE_FREE_LISP) Remove. All users changed to use SAFE_FREE.
5015
50162004-10-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5017
5018 * gtkutil.c: Put empty line between comment and function body.
5019 (xg_destroy_widgets): Rename from remove_from_container.
5020 Just destroy all widgets in list. Argument wcont removed.
5021 (xg_update_menubar, xg_update_submenu): Call xg_destroy_widgets
5022 instead of remove_from_container.
5023 (xg_display_close, xg_create_tool_bar, update_frame_tool_bar)
5024 (free_frame_tool_bar): Add comment.
5025
5026 * xfns.c (xic_create_xfontset): Check that FRAME_XIC_BASE_FONTNAME
5027 is not NULL before strcmp.
5028
50292004-10-26 Kim F. Storm <storm@cua.dk>
5030
5031 * callint.c (Fcall_interactively): Add 'U' code to get the
5032 up-event discarded by a previous 'k' or 'K' argument.
5033
50342004-10-26 David Kastrup <dak@gnu.org>
5035
5036 * buffer.c (syms_of_buffer): Fix a few typos.
5037
50382004-10-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5039
5040 * xsmfns.c: Put empty line between comment and function body.
5041 Use two spaces before comment end.
5042
50432004-10-25 Kenichi Handa <handa@m17n.org>
5044
5045 * fontset.c (fontset_pattern_regexp): Optimize for the case that
5046 PATTERN is full XLFD.
5047
50482004-10-24 Kenichi Handa <handa@m17n.org>
5049
5050 * regex.h (enum reg_errcode_t): New value REG_ERANGEX.
5051
5052 * regex.c (re_error_msgid): Add an entry for REG_ERANGEX.
5053 (regex_compile): Return REG_ERANGEX if appropriate.
5054
50552004-10-22 Kenichi Handa <handa@m17n.org>
5056
5057 * editfns.c (Ftranslate_region_internal): New function.
5058 (syms_of_editfns): Defsubr it.
5059
50602004-10-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5061
5062 * xfns.c (xic_create_xfontset): Initialize missing_list to NULL.
5063
50642004-10-21 K\e,Ba\e(Broly L\e,Bu\e(Brentey <lorentey@elte.hu>
5065
5066 * xterm.h (x_output): New member `xic_base_fontname'.
5067 (FRAME_XIC_BASE_FONTNAME): New macro.
5068 (xic_free_xfontset): Declare.
5069
5070 * xfns.c (xic_create_xfontset): Share fontsets between frames
5071 based on base_fontname.
5072 (xic_free_xfontset): New function.
5073 (free_frame_xic): Use it.
5074 (xic_set_xfontset): Ditto.
5075
5076 * xterm.c (xim_destroy_callback): Ditto.
5077
5078
50792004-10-20 B. Anyos <banyos@freemail.hu> (tiny change)
5080
5081 * w32term.c (x_draw_glyph_string): Use overline_color for overlines.
5082
50832004-10-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5084
5085 * xterm.h (XSync): If USE_GTK, define XSync as process_all and then
5086 XSync.
5087
5088 * emacs.c (my_heap_start, heap_bss_diff, MAX_HEAP_BSS_DIFF):
5089 New variables and constant.
5090 (main): Calculate heap_bss_diff. If we are dumping and the
5091 heap_bss_diff is greater than MAX_HEAP_BSS_DIFF, set PER_LINUX32
5092 and exec ourself again.
5093 (Fdump_emacs): If heap_bss_diff is greater than MAX_HEAP_BSS_DIFF
5094 print a warning.
5095
5096 * lastfile.c: Make my_endbss and my_endbss_static available on all
5097 platforms.
5098
5099 * Makefile.in (RUN_TEMACS): Remove @SETARCH@.
5100 * config.in (HAVE_PERSONALITY_LINUX32): Regenerate.
5101
51022004-10-19 Luc Teirlinck <teirllm@auburn.edu>
5103
5104 * data.c (Flocal_variable_if_set_p): Doc fix.
5105
51062004-10-19 Jason Rumney <jasonr@gnu.org>
5107
5108 * w32.c (init_environment): Set emacs_dir correctly when running
5109 emacs from the build directory.
5110
51112004-10-19 Richard M. Stallman <rms@gnu.org>
5112
5113 * editfns.c (Fdelete_and_extract_region):
5114 If region is empty, return null string.
5115
51162004-10-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5117
5118 * gtkutil.h (xg_update_scrollbar_pos): Remove arguments real_left
5119 and canon_width.
5120 (xg_frame_cleared): Remove.
5121
5122 * gtkutil.c (xg_frame_cleared, xg_fixed_handle_expose)
5123 (xg_find_top_left_in_fixed): Remove.
5124 (xg_create_scroll_bar): Put an event box widget between
5125 the scroll bar widget and the edit widget.
5126 (xg_show_scroll_bar): Show the parent widget (the event box).
5127 (xg_remove_scroll_bar): Destroy parent (the event box) also.
5128 (xg_update_scrollbar_pos): Remove arguments real_left and canon_width.
5129 Move the parent (the event box) widget inside the fixed widget.
5130 Move window clear to xterm.c.
5131
5132 * gtkutil.h (xg_frame_cleared): Remove.
5133
5134 * xterm.c (x_clear_frame): Remove call to xg_frame_cleared
5135 (x_scroll_bar_create, XTset_vertical_scroll_bar):
5136 Remove arguments left and width to xg_update_scrollbar_pos.
5137 (XTset_vertical_scroll_bar): Do x_clear_area for USE_GTK also.
5138
51392004-10-19 Kenichi Handa <handa@m17n.org>
5140
5141 * xdisp.c (display_mode_element): Fix display of wide chars.
5142
51432004-10-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5144
5145 * gtkutil.c (xg_update_scrollbar_pos): Change XClearWindow to
5146 gdk_window_clear and move gdk_window_process_all_updates after
5147 clear so events are sent to the X server in correct order.
5148
51492004-10-18 Kenichi Handa <handa@m17n.org>
5150
5151 * fontset.c (fs_load_font): Use fast_string_match_ignore_case for
5152 comparing font names.
5153 (fs_query_fontset): Use fast_string_match for comparing fontset names.
5154 (list_fontsets): Likewise.
5155
5156 * search.c (fast_string_match_ignore_case): New function.
5157
5158 * lisp.h (fast_string_match_ignore_case): Extern it.
5159
51602004-10-17 Kim F. Storm <storm@cua.dk>
5161
5162 * xdisp.c (overlay_arrow_at_row): Return overlay string rather
5163 than bitmap if there is not left fringe.
5164 (get_overlay_arrow_glyph_row): Also used on windows system.
5165 (display_line): Display overlay string if no left fringe.
5166
51672004-10-16 Jason Rumney <jasonr@gnu.org>
5168
5169 * w32fns.c (w32_font_match): Encode font name being matched.
5170
51712004-10-16 Richard M. Stallman <rms@gnu.org>
5172
5173 * window.c (Fspecial_display_p): Doc fix.
5174
51752004-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
5176
5177 * doc.c (Fsubstitute_command_keys): Fix remap-handling.
5178 Don't ignore menus, because where-is-internal already does it for us.
5179
51802004-10-15 Kim F. Storm <storm@cua.dk>
5181
5182 * xdisp.c (redisplay_window): Only update fringes and vertical
5183 border on window frames.
5184
51852004-10-14 Andreas Schwab <schwab@suse.de>
5186
5187 * m/ia64.h (DATA_SEG_BITS): Don't define.
5188
51892004-10-14 Kim F. Storm <storm@cua.dk>
5190
5191 * xterm.h: Include Xutil.h after keysym.h to work around bug
5192 in some X versions.
5193
51942004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
5195
5196 * fns.c (map_char_table): Add missing gcpros.
5197
51982004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
5199
5200 * keymap.c (get_keymap): An autoload form is not a keymap.
5201
5202 * textprop.c (syms_of_textprop): Make `syntax-table' nonsticky.
5203
52042004-10-13 Kim F. Storm <storm@cua.dk>
5205
5206 * callproc.c (Fcall_process): Simplify handling of display arg.
5207 Resume `display_on_the_fly' once a coding system is determined.
5208
5209 * xdisp.c (redisplay_preserve_echo_area): Fix last change.
5210
52112004-10-12 Kim F. Storm <storm@cua.dk>
5212
5213 * xdisp.c (redisplay_preserve_echo_area): Flush display in case
5214 caller, such as call-process, is not going to poll for input.
5215 (calc_line_height_property): Handle case where it->object is nil.
5216
5217 * xterm.c (x_redisplay_interface): Fix flush_display_optional.
5218
52192004-10-12 Kenichi Handa <handa@m17n.org>
5220
5221 * xdisp.c (get_next_display_element):
5222 If unibyte_display_via_language_environment is zero, display 8-bit
5223 chars in octal in unibyte buffer.
5224
52252004-10-12 Kim F. Storm <storm@cua.dk>
5226
5227 * doc.c (Fsubstitute_command_keys): Ignore remappings unless there
5228 are no ordinary bindings.
5229
52302004-10-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5231
5232 * xfns.c (syms_of_xfns): Defsubr x-file-dialog for GTK also.
5233
52342004-10-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5235
5236 * macterm.c (x_raise_frame): Add BLOCK_INPUT around SelectWindow.
5237 (x_lower_frame): Add BLOCK_INPUT around SendBehind.
5238 (make_mac_frame): Add BLOCK_INPUT around the making of a
5239 terminal frame.
5240 (mac_initialize): Add BLOCK_INPUT around carbon initialization.
5241 * macgui.h (mktime): Use emacs_mktime.
5242 * macfns.c (Fx_file_dialog): Add BLOCK_INPUT around more code.
5243 Make a cancel file-open dialog be like C-g.
5244 * mac.c (mktime): Use emacs_mktime.
5245 (Fdo_applescript): Add BLOCK_INPUT around do_applescript.
5246 (Fmac_paste_function): Add better error handling for carbon cut/paste.
5247
52482004-10-10 Kim F. Storm <storm@cua.dk>
5249
5250 * keyboard.c (timer_resume_idle): New function to resume idle
5251 timer without resetting timers on the idle list.
5252 (read_char): Use timer_resume_idle. Remove local var last_idle_start.
5253 (timer_start_idle, timer_stop_idle): Declare static.
5254 (read_key_sequence): Use timer_resume_idle instead of timer_start_idle.
5255
5256 * keyboard.h (timer_start_idle, timer_stop_idle): Remove prototypes.
5257
52582004-10-08 Steven Tamm <steventamm@mac.com>
5259
5260 * config.in (HAVE_MALLOC_MALLOC_H): Regenerate.
5261 * macterm.c (mac_check_for_quit_char): Remove warning for using
5262 NULL where 0 should be used.
5263 * unexmacosx.c: Use malloc/malloc.h on Tiger instead of
5264 objc/malloc.h
5265 * mac.c: Include time.h for Tiger compatibility.
5266
52672004-10-07 Kim F. Storm <storm@cua.dk>
5268
5269 * xdisp.c (redisplay_window): Fix flicker on vertical line between
5270 windows. Update vertical line after drawing window fringes, but
5271 only if actually drawing any bitmaps--or there is no fringe.
5272
5273 * xterm.c (x_update_window_end): Likewise.
5274 * macterm.c (x_update_window_end): Likewise.
5275 * w32term.c (x_update_window_end): Likewise.
5276
5277 * fringe.c (draw_window_fringes): Return value now indicates if
5278 any fringe bitmaps were redrawn (or there are no fringes).
5279
5280 * dispextern.h (draw_window_fringes): Update prototype.
5281
52822004-10-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5283
5284 * macfns.c (mac_get_window_bounds): Add extern.
5285 (x_real_positions): Use mac_get_window_bounds.
5286
5287 * macmenu.c (update_submenu_strings): Apply 2004-09-07 change for
5288 xmenu.c (YAILOM).
5289
5290 * macterm.c [!MAC_OSX]: Include Windows.h.
5291 (front_emacs_window): Rename from mac_front_window. All uses
5292 changed. Return the frontmost non-tooltip emacs window.
5293 (mac_get_window_bounds): New function.
5294 (x_calc_absolute_position): Use the difference of width and height
5295 between the inner and outer window.
5296 (x_set_offset): Specify window position by the coordinae of the
5297 outer window. Adjust the position if the title bar is completely
5298 outside the screen.
5299 (app_is_suspended, app_sleep_time): Remove unused variables.
5300 (do_app_resume, do_app_suspend): Remove their contents because
5301 window-activate/deactivate events will do the job.
5302 (do_zoom_window): Remove unused variables. Make compliant to the
5303 standard way of zooming. Set f->left_pos and f->top_pos.
5304 (XTread_socket): Don't use argument `expected'. Don't use
5305 FrontWindow to determine the clicked window. Exclude unprocessed
5306 mouseUp cases in the early stage. Add parentheses to fix operator
5307 precedence.
5308 (XTread_socket) [TARGET_API_MAC_CARBON]: Don't specify drag area.
5309
53102004-10-05 Jan Dj\e,Ad\e(Brv. <jan.h.d@swipnet.se>
5311
5312 * config.in: Regenerate.
5313
5314 * Makefile.in (RUN_TEMACS): Check HAVE_RANDOM_HEAPSTART instead of
5315 HAVE_EXECSHIELD.
5316
53172004-10-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5318
5319 * xterm.c (x_find_modifier_meanings): Ignore any Super or Hyper for
5320 a row if Alt or Meta has been found for that row. Also stop scanning
5321 for Keysyms for that row.
5322
53232004-10-04 Kim F. Storm <storm@cua.dk>
5324
5325 * fringe.c (Ffringe_bitmaps_at_pos): Change return value from cons
5326 to list. Include overlay arrow bitmap in return value.
5327
5328 * xterm.c (XTset_vertical_scroll_bar): Improve handling of scroll
5329 bars with fractional column width. If scroll bar separates two
5330 windows, move it towards the window it belongs to. Only update
5331 the padding area below the scroll bar widget when necessary,
5332 i.e. when scroll bar widget is created, moved, or resized.
5333
5334 * xdisp.c (define_frame_cursor1): Do not change frame cursor
5335 while tracking/dragging mouse.
5336 (x_draw_vertical_border): Do not draw line if frame has scroll bars.
5337
5338 * window.c (coordinates_in_window): Relax check for cursor
5339 on vertial border between mode lines.
5340 (Fset_window_fringes): Do not allow negative widths.
5341 (Fset_window_scroll_bars): Likewise.
5342
5343 * .gdbinit (pp): Shorthand for p ARG + pr.
5344 (ff): New command: flush frame updates (X only).
5345
53462004-10-03 Michael Albinus <michael.albinus@gmx.de>
5347
5348 * fileio.c (auto_save_1) Call Ffile_modes for remote files.
5349
53502004-09-30 Kenichi Handa <handa@m17n.org>
5351
5352 * process.c (send_process): Free composition data.
5353
5354 * fileio.c (Finsert_file_contents): Free composition data.
5355
5356 * coding.c (code_convert_region): Don't skip ASCIIs if there are
5357 compositions to encode.
5358 (encode_coding_string): Likewise. Free composition data.
5359
53602004-09-30 Florian Weimer <fw@deneb.enyo.de>
5361
5362 * coding.c (code_convert_region): Free composition data.
5363
53642004-09-29 Kim F. Storm <storm@cua.dk>
5365
5366 * fringe.c: Remove limit on number of bitmaps.
5367 (fringe_bitmaps, fringe_faces): Change to pointers.
5368 (max_fringe_bitmaps): New var.
5369 (Fdefine_fringe_bitmap): Expand fringe_bitmaps and fringe_faces.
5370 (init_fringe): Allocate fringe_bitmaps and fringe_faces.
5371
5372 * dispextern.h (FRINGE_ID_BITS): Increase to 16 bits (64K bitmaps).
5373 (struct glyph_row): Reorder fringe_bitmap related fields.
5374 (struct it): Likewise.
5375
5376 * w32term.c (fringe_bmp): Change to pointer.
5377 (max_fringe_bmp): New var.
5378 (w32_define_fringe_bitmap): Expand fringe_bmp.
5379 (w32_draw_fringe_bitmap): Check max_fringe_bmp.
5380 (w32_destroy_fringe_bitmap): Likewise.
5381
53822004-09-29 Kim F. Storm <storm@cua.dk>
5383
5384 * fringe.c: Simplify last change.
5385 (lookup_fringe_bitmap): New function.
5386 (valid_fringe_bitmap_p, resolve_fringe_bitmap): Remove.
5387 (Fdestroy_fringe_bitmap): Use lookup_fringe_bitmap.
5388 Keep standard bitmaps in Vfringe_bitmaps.
5389 (Fdefine_fringe_bitmap): Use lookup_fringe_bitmap.
5390 (Fset_fringe_bitmap_face): Likewise.
5391
5392 * dispextern.h (lookup_fringe_bitmap): Add prototype.
5393 (valid_fringe_bitmap_p): Remove prototype.
5394
5395 * xdisp.c (handle_single_display_prop): Use lookup_fringe_bitmap.
5396
53972004-09-29 Kim F. Storm <storm@cua.dk>
5398
5399 * fringe.c (destroy_fringe_bitmap, init_fringe_bitmap)
5400 (w32_init_fringe, w32_reset_fringes): Fix bootstrap (NULL rif).
5401
5402 * dispextern.h (valid_fringe_bitmap_p): Fix prototype.
5403
5404 * fringe.c (Vfringe_bitmaps): New variable.
5405 (syms_of_fringe): DEFVAR_LISP it.
5406 (valid_fringe_bitmap_p): Rename from valid_fringe_bitmap_id_p.
5407 Change arg to Lisp_Object and fail if not an integer.
5408 (get_fringe_bitmap_name, resolve_fringe_bitmap)
5409 (destroy_fringe_bitmap): New functions.
5410 (Fdestroy_fringe_bitmap): Change arg to bitmap symbol.
5411 Use destroy_fringe_bitmap. Remove symbol from Vfringe_bitmaps and
5412 clear its fringe property.
5413 (init_fringe_bitmap): Use destroy_fringe_bitmap instead of
5414 Fdestroy_fringe_bitmap.
5415 (Fdefine_fringe_bitmap): Add BITMAP arg specifying new or existing
5416 bitmap symbol; remove WHICH arg. Add symbol to Vfringe_bitmaps
5417 and set fringe property. Signal error if no free slots.
5418 (Fset_fringe_bitmap_face): Change arg to bitmap symbol.
5419 (Ffringe_bitmaps_at_pos): Return bitmap symbols instead of numbers.
5420
5421 * xdisp.c (handle_single_display_prop): Fringe bitmaps are now
5422 symbols with a fringe property.
5423
54242004-09-27 Kim F. Storm <storm@cua.dk>
5425
5426 * buffer.c (syms_of_buffer) <indicate-buffer-boundaries>:
5427 Doc fix. Format may now be a symbol or alist, not a cons.
5428
5429 * fringe.c (update_window_fringes): Handle new formats of
5430 indicate-buffer-boundaries (symbol or alist). No longer
5431 allow a simple cons.
5432 (Ffringe_bitmaps_at_pos): Use nil value for no bitmap.
5433
54342004-09-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5435
5436 * config.in: Rebuild.
5437
54382004-09-24 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5439
5440 * config.in: Rebuild.
5441
5442 * Makefile.in: Run setarch i386 ./temacs if exec-shield is present.
5443
54442004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
5445
5446 * xterm.c (x_term_init): Work around a bug in some X servers.
5447
54482004-09-18 Richard M. Stallman <rms@gnu.org>
5449
5450 * buffer.c (syms_of_buffer) <default-major-mode>: Doc fix.
5451
5452 * xdisp.c (try_window_reusing_current_matrix):
5453 Handle the case where we reach the old displayed text,
5454 out of sync with the old line boundary.
5455
54562004-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
5457
5458 * fileio.c (Finsert_file_contents): Fix case of replacement in a
5459 narrowed buffer.
5460
54612004-09-14 Kim F. Storm <storm@cua.dk>
5462
5463 * puresize.h (PURESIZE_RATIO): Define based on BITS_PER_EMACS_INT.
5464
5465 * xfaces.c (Qface_no_inherit): New var.
5466 (syms_of_xfaces): Intern and staticpro it.
5467 (Finternal_make_lisp_face, Finternal_set_lisp_face_attribute)
5468 (Finternal_copy_lisp_face, update_face_from_frame_parameter):
5469 Don't increment face_change_count when face has non-nil
5470 face-no-inherit property.
5471
54722004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
5473
5474 * bytecode.c (BYTE_CODE_QUIT): Add missing AFTER_POTENTIAL_GC.
5475 (Fbyte_code): Remove dead code after `wrong_type_argument'.
5476
5477 * alloc.c (Fgarbage_collect): Mark keyboards, gtk data, and specpdl
5478 before doing the mark_stack_check_gcpros since they're not on the stack.
5479
54802004-09-12 Kim F. Storm <storm@cua.dk>
5481
5482 * editfns.c (Fformat): Handle format strings with multiple text
5483 properties. Reverse text property list from the format string,
5484 so the positions are in increasing order.
5485
54862004-09-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5487
5488 * xselect.c (x_reply_selection_request): XSync and UNBLOCK before
5489 x_uncatch_errors so that possible protocol errors are delivered.
5490
54912004-09-10 Eli Zaretskii <eliz@gnu.org>
5492
5493 * Makefile.in (msdos.o): Depend on buffer.h, commands.h, and
5494 blockinput.h.
5495 (dosfns.o): Depend on blockinput.h, window.h, dispextern.h,
5496 charset.h, and coding.h
5497 (w16select.o): Depend on buffer.h, charset.h, coding.h, and composite.h.
5498 (term.o): Depend on window.h and keymap.h.
5499 (abbrev.o): Depend on syntax.h.
5500 (callint.o): Depend on keymap.h.
5501 (casefiddle.o): Depend on charset.h and keymap.h.
5502 (category.o): Depend on keymap.h.
5503 (coding.o): Depend on dispextern.h.
5504 (cmds.o): Depend on keyboard.h and keymap.h.
5505 (dispnew.o): Depend on indent.h and intervals.h.
5506 (doc.o): Depend on keymap.h.
5507 (editfns.o): Depend on frame.h.
5508 (emacs.o): Depend on dispextern.h.
5509 (fileio.o): Don't depend on ccl.h.
5510 (filelock.o): Depend on charset.h and coding.h.
5511 (frame.o): Depend on w32term.h and macterm.h.
5512 (insdel.o): Depend on region-cache.h.
5513 (keyboard.o): Depend on keymap.h, w32term.h, and macterm.h.
5514 (minibuf.o): Depend on $(INTERVALS_SRC) and keymap.h.
5515 (search.o): Depend on $(INTERVALS_SRC).
5516 (syntax.o): Depend on keymap.h, regex.h, and $(INTERVALS_SRC).
5517 (window.o): Depend on keymap.h, blockinput.h, $(INTERVALS_SRC),
5518 xterm.h, w32term.h, and macterm.h.
5519 (xdisp.o): Depend on keyboard.h, $(INTERVALS_SRC), xterm.h,
5520 w32term.h, and macterm.h.
5521 (xfaces.o): Depend on keyboard.h, $(INTERVALS_SRC),
5522 region-cache.h, xterm.h, w32term.h, and macterm.h.
5523 (bytecode.o): Depend on dispextern.h, frame.h, and xterm.h.
5524 (data.o): Depend on frame.h.
5525 (fns.o): Depend on keymap.h, xterm.h, and blockinput.h.
5526 (print.o): Depend on termchar.h and $(INTERVALS_SRC).
5527 (lread.o): Depend on $(INTERVALS_SRC), termhooks.h, and coding.h.
5528 (intervals.o): Depend on keymap.h.
5529
5530 * msdos.c (msdos_set_cursor_shape, IT_display_cursor):
5531 Add debugging print-out to termscript.
5532
55332004-09-09 Richard M. Stallman <rms@gnu.org>
5534
5535 * xdisp.c (decode_mode_spec): Use current buffer for most purposes.
5536
55372004-09-08 Richard M. Stallman <rms@gnu.org>
5538
5539 * window.c (Fset_window_buffer): Doc fix.
5540
5541 * xdisp.c (Fformat_mode_line): New arg BUFFER says which buffer to use.
5542
55432004-09-08 Dan Nicolaescu <dann@ics.uci.edu>
5544
5545 * minibuf.c (history_delete_duplicates): New variable.
5546 (read_minibuf): Use it.
5547 (syms_of_minibuf): Create the corresponding lisp variable.
5548
55492004-09-08 Kim F. Storm <storm@cua.dk>
5550
5551 * xdisp.c (set_cursor_from_row): Also look at 'cursor' property in
5552 overlay just before point.
5553
55542004-09-07 Luc Teirlinck <teirllm@auburn.edu>
5555
5556 * buffer.h (struct buffer): Add auto_save_file_format field.
5557 * buffer.c (reset_buffer, init_buffer_once):
5558 Handle auto_save_file_format field.
5559 (syms_of_buffer): Add DEFVAR_PER_BUFFER for
5560 `buffer-auto-save-file-format'.
5561 * fileio.c: Delete declaration for removed Vauto_save_file_format.
5562 (build_annotations): Adapt to replacement of
5563 `auto-save-file-format' with the new buffer-local variable
5564 `buffer-auto-save-file-format'.
5565 (syms_of_fileio): Delete DEFVAR_LISP for auto-save-file-format.
5566
55672004-09-07 Jason Rumney <jasonr@gnu.org>
5568
5569 * w32term.h (AppendMenuW_Proc): Move declaration from w32menu.c.
5570
5571 * w32fns.c (w32_wnd_proc) [WM_MEASUREITEM, WM_DRAWITEM]:
5572 Handle Unicode menu titles.
5573
55742004-09-07 Kim F. Storm <storm@cua.dk>
5575
5576 * xdisp.c (set_cursor_from_row): Fix last change. Only use 'cursor'
5577 property from text property or overlay strings at point.
5578
55792004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
5580
5581 * xmenu.c (update_submenu_strings): YAILOM.
5582 (set_frame_menubar): Make sure last_i is initialized.
5583
55842004-09-03 Jason Rumney <jasonr@gnu.org>
5585
5586 * w32menu.c (_widget_value): Add lname and lkey.
5587 (digest_single_submenu): Set lname and lkey in widget_value
5588 instead of name and key.
5589 (update_submenu_strings): New function.
5590 (set_frame_menubar): Remove call to inhibit_garbage_collection,
5591 call update_submenu_strings.
5592
5593 * w32menu.c (globals_of_w32menu): Check for Unicode API.
5594 (digest_single_submenu, w32_menu_show): Encode menu strings as
5595 UTF-8 if Unicode API is available.
5596 (utf8to16): New function.
5597 (add_menu_item): Use it when calling Unicode API.
5598
55992004-09-03 Kim F. Storm <storm@cua.dk>
5600
5601 * xdisp.c (set_cursor_from_row): Look for non-nil `cursor' property
5602 in overlay or text-property strings; set cursor on corresponding
5603 glyph rather than at end of the string.
5604
56052004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5606
5607 * macfns.c (x_real_positions): Save the current window port and
5608 set a new one before obtaining the global coordinate.
5609 Use FRAME_MAC_WINDOW.
5610 (x_set_name, x_set_title): Encode title to UTF8.
5611 Use SetWindowTitleWithCFString.
5612 (Fx_server_version): Get correct OS version.
5613
5614 * macmenu.c (add_menu_item): Remove unused variable `i'.
5615 Don't let separator items destroy refence constants of other menu items.
5616
5617 * macterm.c (x_update_end): Move SetPortWindowPort to inside
5618 BLOCK_INPUT.
5619 (x_set_offset): Use FRAME_MAC_WINDOW.
5620
5621 * xdisp.c (note_mouse_highlight): Set the mouse pointer shape to
5622 nontext_cursor if it is on a scroll bar.
5623
5624 * s/darwin.h (LIBS_CARBON): New define to specify libraries for
5625 Carbon support.
5626 (LD_SWITCH_SYSTEM_TEMACS): Don't link with unused libstdc++.
5627 Use LIBS_CARBON.
5628
56292004-09-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5630
5631 * xfns.c (x_set_name_internal): New function. Check if we shall call
5632 xfree before ENCODE_UTF_8.
5633 (x_set_name, x_set_title): Call x_set_name_internal.
5634
56352004-08-31 NAKAMURA Toshikazu <nr-tkz@nifty.com> (tiny change)
5636
5637 * w32fns.c (w32_load_font): If a BDF font is already loaded, do not
5638 reload it.
5639
56402004-08-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5641
5642 * macmenu.c (_widget_value): Add lname and lkey.
5643 (single_submenu): Set lname and lkey in widget_value
5644 instead of name and key.
5645 (update_submenu_strings): New function.
5646 (set_frame_menubar): Remove call to inhibit_garbage_collection,
5647 call update_submenu_strings.
5648
5649 * xmenu.c (digest_single_submenu): Set lname and lkey in widget_value
5650 instead of name and key.
5651 (update_submenu_strings): New function.
5652 (set_frame_menubar): Remove call to inhibit_garbage_collection,
5653 call update_submenu_strings.
5654
5655 * gtkutil.h (_widget_value): Added lname and lkey.
5656
56572004-08-30 Steven Tamm <steventamm@mac.com>
5658
5659 * macmenu.c (mac_menu_show): Remove shadowing of menu variable
5660 by using different names for inner loop variables.
5661
56622004-08-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5663
5664 * xmenu.c (set_frame_menubar): Reintroduce inhibit_garbage_collection
5665 from 2002-07-15T00:01:34Z!raeburn@raeburn.org so that strings from ENCODE_UTF_8 isn't GC:ed before used.
5666
5667 * gtkutil.c (xg_create_frame_widgets): Compensate for tool bar when
5668 tool bar items is 0.
5669
56702004-08-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5671
5672 * macmenu.c (ENCODE_MENU_STRING): Added to handle multibyte
5673 strings in menu items.
5674 (single_submenu): Use ENCODE_MENU_STRING
5675 (mac_menu_show): Use ENCODE_MENU_STRING. Reset grabbed because
5676 button release isn't passed to event loop
5677 (add_menu_item): Use SetMenuItemWithCFString
5678
56792004-08-26 Steven Tamm <steventamm@mac.com>
5680
5681 * fileio.c (Fread_file_name): Call x_file_dialog on carbon on
5682 tool-bar/menu click.
5683 * macfns.c (Fx_file_dialog): Implement using NavServices.
5684
56852004-08-24 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5686
5687 * xterm.c (x_catch_errors_unwind): Do not XSync if display has closed.
5688
5689 * xfns.c (x_window_to_frame, x_any_window_to_frame)
5690 (x_non_menubar_window_to_frame, x_menubar_window_to_frame)
5691 (x_top_window_to_frame): Return 0 if wdesc is None.
5692
56932004-08-22 Richard M. Stallman <rms@gnu.org>
5694
5695 * process.c (process_send_signal) [SIGNALS_VIA_CHARACTERS,
5696 HAVE_TERMIOS]: If there's no char for this signal, drop through
5697 and use system calls.
5698
5699 * bytecode.c (Fbyte_code) <unwind-protect>: Cannot GC.
5700
57012004-08-20 Kim F. Storm <storm@cua.dk>
5702
5703 * process.c (wait_reading_process_output): Rename from
5704 wait_reading_process_input. All uses changed.
5705 (wait_reading_process_output_1): Rename from
5706 wait_reading_process_input_1. All uses changed.
5707
5708 * dispnew.c (Fsleep_for): Remove obsolete code.
5709
57102004-08-20 Kenichi Handa <handa@m17n.org>
5711
5712 * syntax.c (skip_chars): Fix for unibyte case.
5713
57142004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
5715
5716 * syntax.c (char_quoted): Mixup byte/char pos.
5717 (back_comment): Fixup globals in all cases.
5718
57192004-08-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5720
5721 * xfns.c (x_set_name, x_set_title): Encode title to UTF8 before
5722 passing it to gtk_window_set_title.
5723
57242004-08-19 Kim F. Storm <storm@cua.dk>
5725
5726 * process.c (wait_reading_process_input): Clean up.
5727 Add wait_for_cell, wait_proc, and just_wait_proc args
5728 to avoid overloading `read_kbd' and `do_display' args.
5729 Change read_kbd arg to int. All callers changed.
5730
5731 * process.c (process_send_signal): Use CDISABLE.
5732
5733 * sysdep.c (child_setup_tty, init_sys_modes): Use CDISABLE.
5734
57352004-08-18 Kim F. Storm <storm@cua.dk>
5736
5737 * process.c (Faccept_process_output): Add arg JUST-THIS-ONE;
5738 forward to wait_reading_process_input via DO_DISPLAY arg.
5739 (wait_reading_process_input): If DO_DISPLAY < 0 for a process
5740 object, only process output from that process; also inhibit
5741 running timers if DO_DISPLAY==-2.
5742
57432004-08-17 Kim F. Storm <storm@cua.dk>
5744
5745 * process.c (process_send_signal): Fix last change--use
5746 _POSIX_VDISABLE instead of CVDISABLE when available.
5747
57482004-08-16 Richard M. Stallman <rms@gnu.org>
5749
5750 * sysdep.c (child_setup_tty) [SIGNALS_VIA_CHARACTERS]:
5751 Set VQUIT and VINTR chars to the standard ones if they are unset.
5752 [AIX]: Don't do that here. And don't force VINTR to standard
5753 when SIGNALS_VIA_CHARACTERS.
5754
5755 * process.c (process_send_signal)
5756 [SIGNALS_VIA_CHARACTERS, HAVE_TERMIOS]: Clean up.
5757 Do nothing if the character is CVDISABLE.
5758
5759 * xfaces.c (merge_face_ref): Specifying `unspecified' is a no-op.
5760
5761 * intervals.c (move_if_not_intangible):
5762 Force POSITION to be between BEGV and ZV.
5763
57642004-08-14 John Paul Wallington <jpw@gnu.org>
5765
5766 * buffer.c (Frestore_buffer_modified_p): Doc fix.
5767
5768 * fileio.c (Fread_file_name): Doc fix.
5769
5770 * minibuf.c (syms_of_minibuf) <completion-ignore-case>: Doc fix.
5771
57722004-08-09 Luc Teirlinck <teirllm@auburn.edu>
5773
5774 * keymap.c (Fmake_keymap, Fmap_keymap, Fwhere_is_internal): Doc fixes.
5775
57762004-08-08 Luc Teirlinck <teirllm@auburn.edu>
5777
5778 * keyboard.c: Declare Qdisabled_command_function instead of
5779 Qdisabled_command_hook.
5780 (Fcommand_execute): Use Qdisabled_command_function instead of
5781 Qdisabled_command_hook.
5782 (syms_of_keyboard): Ditto.
5783
57842004-08-07 Luc Teirlinck <teirllm@auburn.edu>
5785
5786 * keymap.c (Flocal_key_binding, Fglobal_key_binding)
5787 (syms_of_keymap) <key-translation-map>: Doc fixes.
5788
57892004-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
5790
5791 * window.c (window_list_1): YAILOM.
5792
5793 * fileio.c (make_temp_name): Handle multibyte prefixes.
5794
57952004-08-06 Luc Teirlinck <teirllm@auburn.edu>
5796
5797 * keyboard.c (syms_of_keyboard) <overriding-terminal-local-map>:
5798 Doc fix.
5799
58002004-08-03 Kenichi Handa <handa@m17n.org>
5801
5802 * coding.c (decode_coding_string): Adjust coding->consumed, and
5803 etc. with shrinked_bytes.
5804
58052004-08-03 Kim F. Storm <storm@cua.dk>
5806
5807 * indent.c (compute_motion): Fix check for full width window
5808 in non-window case. Do not count left truncation glyph on
5809 window systems.
5810
58112004-08-02 Luc Teirlinck <teirllm@auburn.edu>
5812
5813 * data.c (Finteractive_form): Doc fix.
5814
58152004-08-02 Kim F. Storm <storm@cua.dk>
5816
5817 * indent.c (compute_motion): Use actual window width if WIDTH is -1,
5818 properly accounting for continuation glyph on non-window systems.
5819 (Fcompute_motion): Use actual window width if WIDTH is nil, and
5820 actual window width/height if TOPOS is nil, properly accounting for
5821 continuation glyphs on non-window systems, and optional header lines.
5822 (vmotion): Let compute_motion calculate actual window width.
5823
5824 * window.c (window_scroll_line_based): Let compute_motion
5825 calculate actual window width.
5826
58272004-08-02 Kim F. Storm <storm@cua.dk>
5828
5829 * process.c (read_process_output): Use whole read buffer.
5830 Don't trigger adaptive read buffering on errors.
5831
58322004-07-31 Luc Teirlinck <teirllm@auburn.edu>
5833
5834 * keymap.c (Fset_keymap_parent, Fdefine_prefix_command): Doc fixes.
5835
5836 * keyboard.c (syms_of_keyboard) <disable-point-adjustment>: Doc fix.
5837
5838 * callint.c (Fcall_interactively): Doc fix.
5839
58402004-07-30 Richard M. Stallman <rms@gnu.org>
5841
5842 * abbrev.c (Fexpand_abbrev): Undo previous change.
5843
58442004-07-30 Kim F. Storm <storm@cua.dk>
5845
5846 * editfns.c (Fformat): Allocate extra (dummy) element in info.
5847
58482004-07-28 Luc Teirlinck <teirllm@auburn.edu>
5849
5850 * eval.c (Fdefvar, Fdefconst): Doc fixes.
5851
58522004-07-27 Kim F. Storm <storm@cua.dk>
5853
5854 * xdisp.c (move_it_in_display_line_to): Check BUFFER_POS_REACHED_P after
5855 we have ensured that the glyph fits on the current line (or returned
5856 MOVE_LINE_CONTINUED otherwise).
5857
58582004-07-26 Kim F. Storm <storm@cua.dk>
5859
5860 * xdisp.c (move_it_in_display_line_to): If overflow-newline-into-fringe
5861 is enabled, return MOVE_LINE_CONTINUED rather than MOVE_POS_MATCH_OR_ZV
5862 if target position is at end of display line but char is not a newline.
5863
58642004-07-25 Richard M. Stallman <rms@gnu.org>
5865
5866 * window.c (coordinates_in_window): Return ON_SCROLL_BAR
5867 instead of ON_VERTICAL_BORDER, when on scroll bar.
5868 (Fcoordinates_in_window_p): Handle ON_SCROLL_BAR--return nil.
5869
5870 * dispextern.h (enum window_part): Add ON_SCROLL_BAR.
5871
5872 * window.c (Fcoordinates_in_window_p):
5873 Take account of FRAME_INTERNAL_BORDER_WIDTH.
5874
5875 * alloc.c (check_cons_list): New function (contents commented out).
5876
58772004-07-24 Luc Teirlinck <teirllm@auburn.edu>
5878
5879 * xfaces.c (Fcolor_supported_p): Doc fix.
5880
5881 * frame.c (Fselect_frame, Fset_frame_selected_window)
5882 (Fframe_visible_p, Fraise_frame): Doc fixes.
5883
58842004-07-24 Richard M. Stallman <rms@gnu.org>
5885
5886 * keyboard.h (not_single_kboard_state): Declare.
5887
5888 * fileio.c (Fwrite_region): Doc fix.
5889
5890 * window.c (Fwindow_at): Take account of FRAME_INTERNAL_BORDER_WIDTH.
5891
5892 * abbrev.c (Fexpand_abbrev): Run Qpre_abbrev_expand_hook
5893 only when a real abbrev is present.
5894
5895 * xfns.c (x_icon_verify): New function.
5896 (Fx_create_frame): Use it.
5897
58982004-07-22 Barry Fishman <barry_fishman@att.net> (tiny change)
5899
5900 * s/gnu-linux.h: Use GC_MARK_STACK if __amd64__ is defined.
5901
59022004-07-21 Kim F. Storm <storm@cua.dk>
5903
5904 * window.h (struct glyph_matrix): New members nrows_scale_factor
5905 and ncols_scale_factor.
5906
5907 * window.c (make_window): Initialize nrows_scale_factor and
5908 ncols_scale_factor members.
5909
5910 * dispnew.c (margin_glyphs_to_reserve): Apply ncols_scale_factor.
5911 (allocate_matrices_for_frame_redisplay): Fix left/right margin mix-up.
5912 (required_matrix_height): Apply nrows_scale_factor.
5913 (required_matrix_width): Apply ncols_scale_factor.
5914
5915 * xdisp.c (display_line): Increment nrows_scale_factor and set
5916 fonts_changed_p if past last allocated row.
5917 (append_glyph, append_composite_glyph, produce_image_glyph)
5918 (append_stretch_glyph): Increment ncols_scale_factor and set
5919 fonts_changed_p if current area is full.
5920
59212004-07-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5922
5923 * widget.c (EmacsFrameDestroy): Don't abort if normal_gc is 0.
5924
59252004-07-19 Luc Teirlinck <teirllm@auburn.edu>
5926
5927 * window.c (Fpos_visible_in_window_p, Fset_window_hscroll)
5928 (Fwindow_inside_pixel_edges, Fwindow_end, Fset_window_point)
5929 (Fset_window_start, Fscroll_up, Fscroll_down)
5930 (Fother_window_for_scrolling, Fscroll_other_window)
5931 (Fsave_window_excursion, Fset_window_vscroll)
5932 (syms_of_window) <window-size-fixed>: Doc fixes.
5933
59342004-07-19 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
5935
5936 * w32fns.c (Fx_file_dialog): Use ENCODE_FILE instead of
5937 ENCODE_SYSTEM for filenames.
5938
59392004-07-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5940
5941 * mac.c (sys_select): Block input around call to
5942 ReceiveNextEvent to prevent breakage. Correctly handle
5943 blocking on event queue only by calling ReceiveNextEvent
5944 instead of select (since GUI events aren't on an fd).
5945 (sys_read): Remove function
5946 * sysdep.c: Remove redefine of read to sys_read if HAVE_CARBON
5947
59482004-07-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5949
5950 * mac.c (sys_select): Redo sys_select to use alarm-based
5951 polling instead of 1 sec timeouts (like solaris).
5952
5953 * macterm.c (x_make_frame_visible): Comment in polling on
5954 frame creation.
5955
5956 * keyboard.c: Undef SIGIO on Carbon
5957
5958 * atimer.c (alarm_signal_handler): Call alarm handlers after
5959 scheduling.
5960
5961 * eval.c (Feval): Remove quit_char test
5962
5963 * process.c (wait_reading_process_input): Remove clearing
5964 stdin for select call on process input.
5965
59662004-07-18 Luc Teirlinck <teirllm@auburn.edu>
5967
5968 * xdisp.c (syms_of_xdisp) <window-scroll-functions>: Correct
5969 capitalization error in docstring.
5970
59712004-07-17 Juanma Barranquero <lektu@terra.es>
5972
5973 * keyboard.c (not_single_kboard_state): Do nothing unless
5974 MULTI_KBOARD is defined.
5975
59762004-07-17 Richard M. Stallman <rms@gnu.org>
5977
5978 * window.c (coordinates_in_window): Inside the window but outside
5979 its box to the L or R, return ON_VERTICAL_BORDER.
5980 (window_list_1): Rotate the list to start with WINDOW.
5981
5982 * print.c (print_preprocess): Test for print_depth at limit
5983 before entering in being_printed.
5984
5985 * keyboard.c (not_single_kboard_state): New function.
5986 (stuff_buffered_input): Now no-op only if no SIGTSTP.
5987
5988 * frame.c (Fdelete_frame): If we're in single_bboard_state on
5989 this kboard, and we delete its last frame, go to any_kboard_state.
5990
5991 * buffer.c (syms_of_buffer) <transient-mark-mode>: Doc fix.
5992
59932004-07-15 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
5994
5995 * w32fns.c (Fx_file_dialog): Encode strings in system coding
5996 system before passing them to OS functions for display.
5997
59982004-07-15 David Kastrup <dak@gnu.org>
5999
6000 * search.c (syms_of_search): Staticpro `saved_last_thing_searched'.
6001 Apparently fixes an abort condition.
6002
60032004-07-14 Luc Teirlinck <teirllm@auburn.edu>
6004
6005 * fileio.c (Fvisited_file_modtime): Return a list of two integers,
6006 instead of a cons.
6007
60082004-07-14 K\e,Ba\e(Broly L\e,Bu\e(Brentey <lorentey@elte.hu>
6009
6010 * keyboard.c (echo_dash): Do nothing if there already is a dash
6011 at the end of the echo string.
6012
60132004-07-12 Kim F. Storm <storm@cua.dk>
6014
6015 * alloc.c (mark_object): Only look at Lisp_Misc_Save_Value
6016 if GC_MARK_STACK.
6017
60182004-07-10 Luc Teirlinck <teirllm@auburn.edu>
6019
6020 * buffer.c (Fswitch_to_buffer, Fpop_to_buffer): Doc fixes.
6021
6022 * window.c (Fwindow_buffer, Fother_window, Fget_lru_window)
6023 (Fget_largest_window, Fget_buffer_window, Fdelete_windows_on)
6024 (Freplace_buffer_in_windows, Fset_window_buffer)
6025 (Fselect-window, Fdisplay-buffer, Fsplit_window): Doc fixes.
6026 (syms_of_window): Expand docstring of `display-buffer-function'.
6027
60282004-07-09 Luc Teirlinck <teirllm@auburn.edu>
6029
6030 * editfns.c (Ffloat_time, Fformat_time_string, Fdecode_time)
6031 (Fcurrent_time_string, Fcurrent_time_zone): Mention in docstrings
6032 that time values of the type (HIGH . LOW) are considered obsolete.
6033
60342004-07-06 Luc Teirlinck <teirllm@auburn.edu>
6035
6036 * keyboard.c (syms_of_keyboard): Fix `keyboard-translate-table'
6037 docstring.
6038
6039 * fns.c (Fclear_string): Declare `len' before call to CHECK_STRING.
6040
60412004-07-06 John Paul Wallington <jpw@gnu.org>
6042
6043 * eval.c (Fdefmacro): Signal an error if NAME is not a symbol.
6044
6045 * fns.c (Fclear_string): Signal an error if STRING is not a string.
6046
60472004-07-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6048
6049 * macterm.c (mac_initialize_display_info): Use CGGetActiveDisplayList
6050 instead of CGMainDisplayID (only in OSX 10.2 and later).
6051
60522004-07-04 John Paul Wallington <jpw@gnu.org>
6053
6054 * fileio.c (read_file_name_completion_ignore_case): New variable.
6055 (syms_of_fileio): Declare and initialise it.
6056 (Fread_file_name): Bind `completion-ignore-case' to respect it.
6057
60582004-07-03 Eli Zaretskii <eliz@gnu.org>
6059
6060 * msdos.c (dos_rawgetc): Use make_number to produce Lisp objects
6061 for event.x and event.y.
6062
60632004-07-01 Kenichi Handa <handa@m17n.org>
6064
6065 * w32select.c (Fw32_set_clipboard_data): Update `nbytes' correctly
6066 after getting a new string by pre-write-conversion.
6067
60682004-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
6069
6070 * xterm.c (x_detect_focus_change): Remove unused var `nr_events'.
6071 (x_calc_absolute_position): Remove unused var `child'.
6072
6073 * xfaces.c (x_supports_face_attributes_p)
6074 (Fdisplay_supports_face_attributes_p): YAILOM.
6075 (tty_supports_face_attributes_p): Remove unused var `i'.
6076
6077 * syntax.c (skip_chars): Remove unused labels fwd_unibyte_ok and
6078 back_unibyte_ok.
6079
6080 * search.c (match_limit, Fmatch_data, Fset_match_data): YAILOM.
6081
6082 * fontset.c (Fset_fontset_font): Remove unused vars `family' and `registry'.
6083
6084 * Makefile.in (${etc}DOC): Fix file name of make-docfile.
6085
60862004-06-30 Andreas Schwab <schwab@suse.de>
6087
6088 * image.c (CHECK_LIB_AVAILABLE): Add third parameter LIBRARIES.
6089 (Finit_image_library): Pass LIBRARIES through to
6090 CHECK_LIB_AVAILABLE. Declare parameters. Doc fix.
6091 (lookup_image_type): Pass Qnil as second argument to
6092 Finit_image_library.
6093
6094 * lisp.h (Finit_image_library): Declare.
6095
60962004-06-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6097
6098 * macterm.c (do_window_activate, do_window_deactivate): Remove.
6099 (XTread_socket): Send mouse button events to the toolbox
6100 dispatcher even when the mouse is grabbed. Don't process window
6101 activate events for non-Emacs windows. Replace function calls to
6102 do_window_activate and do_window_deactivate with their contents.
6103 Reset mouse grabbing status when a window is deactivated.
6104
61052004-06-29 Steven Tamm <steventamm@mac.com>
6106
6107 * macterm.c (mac_get_emulated_btn)
6108 (mac_event_to_emacs_modifiers): Fix emulated mouse button
6109 support to correctly mask out modifiers.
6110
61112004-06-29 David Kastrup <dak@gnu.org>
6112
6113 * search.c (Fset_match_data): Allow buffer before end of list
6114 which can happen if set-match-data is using a pre-consed list.
6115
61162004-06-28 Steven Tamm <steventamm@mac.com>
6117
6118 * macterm.c (XTread_socket): Correctly set the frame position
6119 after the window is moved.
6120
61212004-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6122
6123 * gtkutil.c (xg_get_image_for_pixmap): Call g_object_unref on
6124 gpix and gmask just before return to avoid memory leak.
6125 (xg_get_image_for_pixmap): Add workaround for monochrome displays
6126 so insensitive and activated icons look ok.
6127
61282004-06-27 Jason Rumney <jasonr@gnu.org>
6129
6130 * w32fns.c (file_dialog_callback): Disable edit control if set
6131 to directories only on CDN_INITDONE message.
6132 (Fx_file_dialog): Default to directories only when prompt starts
6133 with "Dired".
6134
61352004-06-25 Kim F. Storm <storm@cua.dk>
6136
6137 * alloc.c (allocate_misc): Update total_free_markers.
6138 (free_misc): New function.
6139 (safe_alloca_unwind, free_marker): Use it.
6140
6141 * lisp.h (free_misc): Add prototype.
6142
6143 * fns.c (Fmapconcat, Fmapcar): Remove superfluous GCPROs.
6144
61452004-06-24 Richard M. Stallman <rms@gnu.org>
6146
6147 * emacs.c (Vsignal_USR1_hook, Vsignal_USR2_hook): Definitions deleted.
6148 (syms_of_emacs): Lisp variables deleted.
6149
61502004-06-23 David Kastrup <dak@gnu.org>
6151
6152 * search.c (Freplace_match): Adjust the match-data more thoroughly
6153 when replacing strings in the buffer.
6154 (Fmatch_data): When INTEGERS is non-nil and the last match was in
6155 a buffer, add the buffer as last element to the match data.
6156 (Fset_match_data): If an additional element of the match-data is a
6157 buffer, restore it to last_thing_searched.
6158 (save_search_regs): Save last_thing_searched as part of the match data.
6159 (restore_match_data): Restore it again.
6160
61612004-06-23 Luc Teirlinck <teirllm@auburn.edu>
6162
6163 * keymap.c (Ftext_char_description): Doc fix.
6164 * doc.c (Fsnarf_documentation): Doc fix.
6165
61662004-06-22 Kim F. Storm <storm@cua.dk>
6167
6168 * fns.c (Fmapcar, Fmapconcat): GCPRO the args array.
6169
6170 * lisp.h (struct Lisp_Save_Value): New member dogc.
6171 (SAFE_ALLOCA_LISP): Change second arg to number of elements.
6172 Set dogc member in Lisp_Save_Value object so it will be GC'ed.
6173 (SAFE_FREE_LISP): New macro.
6174
6175 * alloc.c (safe_alloca_unwind): Clear dogc and pointer members.
6176 (make_save_value): Init new dogc member.
6177 (mark_object): Mark Lisp_Save_Value pointer array if dogc is set.
6178
6179 * fns.c (Fmapconcat, Fmapcar): Use new SAFE_ALLOCA_LISP and
6180 SAFE_FREE_LISP macros.
6181
61822004-06-22 Kim F. Storm <storm@cua.dk>
6183
6184 * lisp.h (SAFE_ALLOCA_LISP): New macro to allocate Lisp_Objects.
6185 Temporarily inhibits GC if memory is xmalloc'ed, as the Lisp_Objects
6186 in that memory area are unknown to GC. Add comments.
6187
6188 * fns.c (Fmapconcat, Fmapcar): Use SAFE_ALLOCA_LISP.
6189
61902004-06-21 Kim F. Storm <storm@cua.dk>
6191
6192 * lisp.h (MAX_ALLOCA): Define here.
6193 (safe_alloca_unwind): Add prototype.
6194 (USE_SAFE_ALLOCA, SAFE_ALLOCA, SAFE_FREE): New macros.
6195
6196 * alloc.c (safe_alloca_unwind): New function.
6197
6198 * casefiddle.c (casify_object): Use SAFE_ALLOCA.
6199
6200 * charset.c (Fstring): Use SAFE_ALLOCA.
6201
6202 * coding.c (MAX_ALLOCA): Remove define.
6203
6204 * data.c (MAX_ALLOCA): Remove define.
6205 (Faset): Use SAFE_ALLOCA.
6206
6207 * editfns.c (Fformat, Ftranspose_regions): Use SAFE_ALLOCA.
6208
6209 * fns.c (string_make_multibyte, string_to_multibyte)
6210 (string_make_unibyte, Fmapconcat, Fmapcar): Use SAFE_ALLOCA.
6211 (MAX_ALLOCA): Remove define.
6212 (Fbase64_encode_region, Fbase64_encode_string)
6213 (Fbase64_decode_region, Fbase64_decode_string): Use SAFE_ALLOCA.
6214 (Fbase64_encode_region, Fbase64_encode_string): Fix potential
6215 memory leak if encoding fails.
6216
6217 * xdisp.c (add_to_log): Use SAFE_ALLOCA.
6218
62192004-06-21 Eli Zaretskii <eliz@gnu.org>
6220
6221 * print.c (Fwith_output_to_temp_buffer): Doc fix.
6222
62232004-06-20 Richard M. Stallman <rms@gnu.org>
6224
6225 * xfaces.c (Finternal_copy_lisp_face): Small cleanup; doc fix.
6226
6227 * search.c (match_limit): Cleaner err msg when no match data available.
6228
6229 * window.c (syms_of_window): Doc fix.
6230
6231 * keyboard.c (command_loop_1): Handle values `only' and `identity'
6232 for Vtransient_mark_mode.
6233
6234 * buffer.c (syms_of_buffer): Doc fix.
6235
62362004-06-21 David Kastrup <dak@gnu.org>
6237
6238 * minibuf.c (Ftry_completion, Fall_completions): Do lazy binding
6239 and unbinding of `case-fold-search' according to
6240 `completion-ignore-case' around calls of string-match and
6241 predicates, respectively. Should give satisfactory performance
6242 in all relevant cases.
6243
62442004-06-17 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6245
6246 * xterm.c (x_draw_image_foreground_1): Subtract slice.x/y from
6247 clip_x/y_origin.
6248
6249 * fns.c (string_to_multibyte): Use xmalloc/xfree instead of alloca.
6250
6251 * macfns.c (Fx_display_color_cells): Do not limit return value to 256.
6252
6253 * macterm.c (mac_initialize_display_info): Initialize n_planes correctly
6254 on Mac OSX.
6255
62562004-06-16 Luc Teirlinck <teirllm@auburn.edu>
6257
6258 * buffer.c (syms_of_buffer): Clarify `fill-column' docstring.
6259
62602004-06-16 Kim F. Storm <storm@cua.dk>
6261
6262 * dispextern.h (Vimage_types): Remove extern.
6263
62642004-06-16 Miles Bader <miles@gnu.org>
6265
6266 * image.c (lookup_image_type): Initialize image type if necessary.
6267
62682004-06-15 Kim F. Storm <storm@cua.dk>
6269
6270 * xdisp.c (try_cursor_movement): Exclude header line from scroll
6271 margin at top of window.
6272 (try_window_reusing_current_matrix): Calculate proper cursor position
6273 after scrolling up with non-zero scroll margin, as the old cursor
6274 position corresponds to value of PT before executing this command.
6275 (try_window_id): Consider scroll margin at bottom of window too;
6276 otherwise we fail to scroll when hl-line-mode is enabled.
6277
6278 * syntax.c (skip_chars): Only recognize [:class:] when it has the
6279 proper format and class is a lower-case word.
6280
62812004-06-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6282
6283 * gtkutil.c (xg_get_image_for_pixmap): New function.
6284 (xg_get_gdk_pixmap_and_mask): Remove.
6285 (update_frame_tool_bar): Call xg_get_image_for_pixmap instead of
6286 xg_get_gdk_pixmap_and_mask.
6287
6288 * xterm.h (struct x_display_info): Typo in comment fixed.
6289
62902004-06-14 Juanma Barranquero <lektu@terra.es>
6291
6292 * dispextern.h (Vimage_types): Make it conditional on
6293 HAVE_WINDOW_SYSTEM.
6294
6295 * image.c (Vimage_types): Move from xdisp.c.
6296 (Vimage_type_cache): New variable.
6297 (define_image_type): New argument indicating whether an image
6298 library was loaded; cache loaded status and return t on success,
6299 nil otherwise.
6300 (CACHE_IMAGE_TYPE, ADD_IMAGE_TYPE): New macros.
6301 (w32_delayed_load): New function to load an image library from a
6302 list of possible filenames.
6303 (init_xpm_functions, init_png_functions, init_jpeg_functions)
6304 (init_tiff_functions, init_gif_functions): Use `w32_delayed_load'.
6305 (CHECK_LIB_AVAILABLE): Call `define_image_library' with new argument.
6306 (Finit_image_library): New function, extracted from `init_image'.
6307 Try to initialize an image library on demand and cache whether we
6308 were successful or not.
6309 (syms_of_image): Initialize `Vimage_types' and
6310 `Vimage_type_cache'. Add recognized image types to Vimage_types.
6311 Export `init-image-library'.
6312 (init_image): Remove initialization of all image types, except xbm
6313 and pbm.
6314
6315 * xdisp.c (Vimage_types): Delete (moved to image.c).
6316
63172004-06-14 Andreas Schwab <schwab@suse.de>
6318
6319 * minibuf.c (Ftry_completion, Fall_completions, Ftest_completion):
6320 Avoid calling specbind when completion-regexp-list is empty.
6321
63222004-06-13 Richard M. Stallman <rms@gnu.org>
6323
6324 * regex.h (CHAR_CLASS_MAX_LENGTH, re_wctype_t, re_wchar_t)
6325 (re_wctype, re_iswctype, re_wctype_to_bit):
6326 Non-function definitions moved here from regex.c.
6327
6328 * regex.c (re_wctype, re_iswctype): Function defs longer static.
6329 (CHAR_CLASS_MAX_LENGTH, re_wctype_t, re_wchar_t)
6330 (re_wctype, re_iswctype, re_wctype_to_bit):
6331 Non-function definitions moved to regex.h.
6332
6333 * window.c (Fselect_window): Doc fix.
6334
6335 * syntax.c: Include regex.h.
6336 (skip_chars): New arg HANDLE_ISO_CLASSES. Callers changed.
6337 If requested, make a list of classes, then check the scanned
6338 chars for membership in them.
6339 (in_classes): New function.
6340 Doc fix.
6341
6342 * keyboard.c (cmd_error): Don't call any_kboard_state
6343 if inside a recursive edit level.
6344
63452004-06-13 K\e,Ba\e(Broly L\e,Bu\e(Brentey <lorentey@elte.hu>
6346
6347 * keyboard.c (command_loop): Call any_kboard_state before
6348 command_loop_2 when at top level.
6349
63502004-06-13 Andreas Schwab <schwab@suse.de>
6351
6352 * print.c (print_object): Always use %ld for printing EMACS_INT.
6353
6354 * keyboard.c (cancel_hourglass_unwind): Return a value.
6355 (modify_event_symbol): Always use %ld for printing EMACS_INT.
6356 (Fexecute_extended_command): Likewise.
6357
6358 * syntax.h (SYNTAX_ENTRY_FOLLOW_PARENT): Rename local variable to
6359 avoid clashes.
6360 (SYNTAX): Likewise.
6361 (SYNTAX_WITH_FLAGS): Likewise.
6362 (SYNTAX_MATCH): Likewise.
6363
6364 * syntax.c (char_quoted): Avoid warning about undefined operation.
6365 (find_defun_start): Likewise.
6366 (scan_lists): Likewise.
6367 (INC_FROM): Likewise.
6368 (scan_sexps_forward): Likewise.
6369
6370 * image.c: Include <ctype.h>.
6371
6372 * xfaces.c (face_attr_equal_p): Declare parameters.
6373
63742004-06-13 Kenichi Handa <handa@m17n.org>
6375
6376 * ccl.c (CCL_READ_CHAR): If hit EOF, set REG to -1.
6377
63782004-06-12 Matthew Mundell <matt@mundell.ukfsn.org>
6379
6380 * eval.c (Fdefun): Signal an error if NAME is not a symbol.
6381
63822004-06-12 Kenichi Handa <handa@m17n.org>
6383
6384 * ccl.c (CCL_CALL_FOR_MAP_INSTRUCTION): Save eof_ic in
6385 ccl_prog_stack_struct and update it.
6386 (CCL_INVALID_CMD): If CCL_DEBUG is defined, call ccl_debug_hook.
6387 (CCL_READ_CHAR): Get instruction counter from eof_ic, not from
6388 ccl->eof_ic on EOF.
6389 (ccl_debug_hook): New function.
6390 (struct ccl_prog_stack): New member eof_ic.
6391 (ccl_driver): Handle EOF in subrountine call correctly.
6392
63932004-06-11 Kenichi Handa <handa@m17n.org>
6394
6395 * coding.c (encode_coding_string): Check CODING_FINISH_INTERRUPT.
6396
63972004-06-11 Kim F. Storm <storm@cua.dk>
6398
6399 * emacs.c (shut_down_emacs): Inhibit redisplay during shutdown.
6400
64012004-06-11 Juanma Barranquero <lektu@terra.es>
6402
6403 * keyboard.c (Fposn_at_point): Doc fix.
6404
64052004-06-11 David Kastrup <dak@gnu.org>
6406
6407 * search.c (match_limit): Don't flag an error if match-data
6408 exceeding the allocated search_regs.num_regs gets requested, just
6409 return Qnil.
6410
64112004-06-08 Miles Bader <miles@gnu.org>
6412
6413 * xfaces.c (push_named_merge_point): Return 0 when a cycle is detected.
6414
64152004-06-07 Juanma Barranquero <lektu@terra.es>
6416
6417 * editfns.c (Fuser_login_name, Ffloat_time, Fencode_time)
6418 (Fcurrent_time_string, Fcurrent_time_zone)
6419 (Finsert_buffer_substring, Ftranspose_regions): Doc fixes.
6420
64212004-06-07 Miles Bader <miles@gnu.org>
6422
6423 * xfaces.c (struct named_merge_point): New type.
6424 (push_named_merge_point): New function.
6425 (merge_named_face): New function.
6426 (merge_face_ref, face_at_buffer_position, face_at_string_position):
6427 Use `merge_named_face'.
6428 (merge_face_inheritance): Function removed.
6429 (merge_face_ref): Rename from `merge_face_vector_with_property'.
6430 Add new `err_msgs' and `named_merge_points' args. Return error
6431 status. Only print error messages if ERR_MSGS is true. Don't try to
6432 do :inherit attribute validation.
6433 (merge_face_heights): Handle `unspecified' in both directions.
6434 (merge_face_vectors): Rename `cycle_check' arg to `named_merge_points'.
6435 Call `merge_face_ref' instead of `merge_face_inheritance'.
6436 (Fdisplay_supports_face_attributes_p, Fface_attributes_as_vector)
6437 (compute_char_face, face_at_buffer_position)
6438 (face_at_string_position): Call `merge_face_ref' instead of
6439 `merge_face_vector_with_property'.
6440
64412004-06-07 Kenichi Handa <handa@m17n.org>
6442
6443 * coding.c (find_safe_codings): Check NILP (safe_codings) only at
6444 the necessary places.
6445
64462004-06-07 Kim F. Storm <storm@cua.dk>
6447
6448 * process.c (Fdelete_process): Undo 2004-05-28 change.
6449 Instead, call status_notify also for network process.
6450 (status_message): Use process instead of status as arg.
6451 Give messages "deleted" or "connection broken by remote peer" for
6452 an exited network process.
6453 (status_notify): Change call to status_message.
6454 (read_process_output): Increase readmax to 4096. Do not increase
6455 buffer size for datagram channels (default is now large enough).
6456
64572004-06-06 Steven Tamm <tamm@Steven-Tamms-Computer.local>
6458
6459 * macfns.c (x_create_tip_frame): Fix Mac OS X 10.1 compilation
6460 problem due to newly defined variable.
6461
64622004-06-06 Miles Bader <miles@gnu.org>
6463
6464 * xfaces.c (Fdisplay_supports_face_attributes_p): Give up
6465 immediately if non-interactive or not initialized.
6466
64672004-06-05 Richard M. Stallman <rms@gnu.org>
6468
6469 * minibuf.c (Fcompleting_read): Doc fix.
6470
64712004-06-05 Andreas Schwab <schwab@suse.de>
6472
6473 * macfns.c (x_create_tip_frame): Fix declaration after statement.
6474
64752004-06-05 Juanma Barranquero <lektu@terra.es>
6476
6477 * keymap.c (Fdescribe_vector): Fix docstring.
6478 (Fkey_description, Fglobal_key_binding): Fix typo in docstring.
6479
64802004-06-05 Miles Bader <miles@gnu.org>
6481
6482 * xfaces.c (tty_supports_face_attributes_p): Make sure the specified
6483 attributes have different values than the default face.
6484
64852004-06-04 Eli Zaretskii <eliz@gnu.org>
6486
6487 * xfaces.c (x_supports_face_attributes_p): Make this function
6488 conditional on HAVE_WINDOW_SYSTEM.
6489 (Fdisplay_supports_face_attributes_p) [HAVE_WINDOW_SYSTEM]:
6490 Don't call x_supports_face_attributes_p if it was not compiled in.
6491
64922004-06-04 Miles Bader <miles@gnu.org>
6493
6494 * xfaces.c (tty_supports_face_attributes_p): New function, mostly
6495 from Ftty_supports_face_attributes_p.
6496 (x_supports_face_attributes_p): New function.
6497 (Ftty_supports_face_attributes_p): Function deleted.
6498 (Fdisplay_supports_face_attributes_p): New function.
6499 (syms_of_xfaces): Initialize Sdisplay_supports_face_attributes_p.
6500 (face_attr_equal_p): New function.
6501 (lface_equal_p): Use it.
6502
65032004-06-03 Juanma Barranquero <lektu@terra.es>
6504
6505 * w32fns.c (Fx_display_grayscale_p, Fw32_send_sys_command)
6506 (Vw32_color_map): Fix typo in docstring.
6507 (Fx_create_frame, Fw32_find_bdf_fonts, Fx_show_tip)
6508 (Fw32_unregister_hot_key, Fw32_reconstruct_hot_key):
6509 Make argument names match their use in docstring.
6510
65112004-06-02 Juanma Barranquero <lektu@terra.es>
6512
6513 Work around bugs/problems with MinGW builds of graphics libraries
6514 called from MSVC builds of Emacs.
6515
6516 * image.c (lookup_image): Make pointer to img static.
6517 (png_read_from_memory): Disable "global" optimization.
6518
65192004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
6520
6521 * eval.c (Fcondition_case): Fix usage. Simplify.
6522
6523 * mem-limits.h (EXCEEDS_LISP_PTR) [USE_LSB_TAG]: Never true.
6524
65252004-05-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6526
6527 * macfns.c: Don't include ccl.h.
6528 [MAC_OSX]: Don't include QuickTime/QuickTime.h.
6529 [!MAC_OSX]: Don't include alloca.h, Windows.h, Gestalt.h, or
6530 TextUtils.h.
6531 (Fx_create_frame): Sync with xfns.c. Initialize cursor descriptors.
6532 (Fx_display_mm_height, Fx_display_mm_width): Calculate length from
6533 display height/width.
6534 (compute_tip_xy, Vx_max_tooltip_size): Declare.
6535 (unwind_create_tip_frame, compute_tip_xy): New functions.
6536 (x_create_tip_frame, Fx_show_tip, Fx_hide_tip): Sync with xfns.c.
6537 (syms_of_macfns): Initialize Qcancel_timer, Vx_max_tooltip_size,
6538 and last_show_tip_args.
6539
6540 * macgui.h [!MAC_OSX]: Include Gestalt.h.
6541 (Cursor, No_Cursor): New defines.
6542 [!TARGET_API_MAC_CARBON] (SetPortWindowPort): New compatibility macro.
6543 [!TARGET_API_MAC_CARBON] (arrow_cursor): Declare.
6544
6545 * macmenu.c (mac_menu_show, mac_dialog): Use SetPortWindowPort.
6546
6547 * macterm.c: Don't include Gestalt.h.
6548 (enum mouse_tracking_type, mouse_tracking_in_progress): Remove.
6549 (XDrawLine, XClearArea, XClearWindow, mac_draw_bitmap)
6550 (mac_set_clip_rectangle, mac_reset_clipping, XCreatePixmap)
6551 (XFillRectangle, mac_draw_rectangle, mac_draw_string_common)
6552 (mac_copy_area, mac_copy_area_with_mask, x_update_end)
6553 (construct_mouse_click, XTmouse_position)
6554 (x_scroll_bar_report_motion, x_calc_absolute_position)
6555 (do_mouse_moved, do_zoom_window, mac_do_receive_drag)
6556 (XTread_socket, make_mac_frame): Use SetPortWindowPort.
6557 (note_mouse_movement): Clear the mouse face and reset the pointer
6558 shape when the pointer goes outside the frame without grabbing.
6559 (mac_front_window): New function.
6560 (mac_window_to_frame): New macro.
6561 (XTmouse_position, x_scroll_bar_report_motion, do_window_update)
6562 (do_window_activate, do_window_deactivate, do_app_resume)
6563 (do_app_suspend, do_mouse_moved, do_menu_choice, do_grow_window)
6564 (do_zoom_window, mac_do_receive_drag, XTread_socket)
6565 (mac_check_for_quit_char): Use mac_front_window and/or
6566 mac_window_to_frame.
6567 (x_scroll_bar_handle_click): Set `(PORTION . WHOLE)' part in a
6568 scroll-bar click event.
6569 (mac_define_frame_cursor): Change the pointer shape.
6570 (x_free_frame_resources): Reset tip_window to NULL when it is disposed.
6571 [!TARGET_API_MAC_CARBON] (arrow_cursor): New variable.
6572 [!TARGET_API_MAC_CARBON] (do_init_managers): Initialize arrow_cursor.
6573 (do_window_update): Don't do anything if the updated window is the
6574 tooltip window.
6575 (do_mouse_moved): Handle mouse movement events here (previously in
6576 XTread_socket). Clear the mouse face if
6577 dpyinfo->mouse_face_hidden is set.
6578 (do_os_event, do_events): Remove (now in XTread_socket).
6579 (XTread_socket): Immediately return if interrupt_input_blocked.
6580 Loop until all the events in the queue are processed.
6581 Rearrange codes for mouse grabbing. Add tooltip support. Include the
6582 contents of do_os_event and do_events. Remove mouse movement
6583 handling (now in do_mouse_moved). Add the case where
6584 Vmouse_highlight has an integer value.
6585 (NewMacWindow): Remove.
6586 (make_mac_frame): Do what NewMacWindow previously did. Don't do
6587 excess initializations.
6588 (make_mac_terminal_frame): Previous initializations in
6589 make_mac_frame are moved here.
6590 (mac_initialize_display_info):
6591 Initialize dpyinfo->mouse_face_overlay and dpyinfo->mouse_face_hidden.
6592
6593 * xdisp.c [MAC_OS] (No_Cursor): Remove variable.
6594 (define_frame_cursor1): Don't treat HAVE_CARBON as a special case.
6595
65962004-05-29 Richard M. Stallman <rms@gnu.org>
6597
6598 * lisp.h (truncate_undo_list): Update decl.
6599
6600 * alloc.c (undo_outer_limit): New variable.
6601 (syms_of_alloc): Defvar it.
6602 (Fgarbage_collect): Pass undo_outer_limit to truncate_undo_list.
6603
6604 * undo.c (truncate_undo_list): New arg LIMITSIZE.
6605
6606 * alloc.c (lisp_align_malloc): Check for base == 0
6607 regardless of HAVE_POSIX_MEMALIGN.
6608 Clean up HAVE_POSIX_MEMALIGN handling of `err'.
6609
66102004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
6611
6612 * alloc.c: Undo Kim's recent changes and fix the same bug differently.
6613 (marker_blocks_pending_free): Remove.
6614 (Fgarbage_collect): Sweep after cleaning up undo-lists.
6615 Mark the undo lists after claning them up.
6616 Don't free block in marker_blocks_pending_free.
6617 (mark_buffer): Don't mark undo_list.
6618 (gc_sweep): Sweep hash-tables and strings first.
6619 Do free marker blocks that are empty.
6620
66212004-05-28 Jim Blandy <jimb@redhat.com>
6622
6623 * regex.c (print_partial_compiled_pattern): Add missing 'break'
6624 after 'case wordend'. For symbeg and symend, print to stderr,
6625 like the other cases.
6626
66272004-05-28 Noah Friedman <friedman@splode.com>
6628
6629 * process.c (Fdelete_process): Do not call remove_process.
6630
66312004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
6632
6633 * alloc.c (struct backtrace): Remove.
6634 (Fgarbage_collect): Use the new mark_backtrace.
6635
6636 * eval.c (mark_backtrace): New function.
6637
6638 * minibuf.c (run_exit_minibuf_hook): New function.
6639 (read_minibuf_unwind): Don't run exit-minibuffer-hook any more.
6640 (read_minibuf): Use separate unwind handler to run exit-minibuf-hook.
6641
66422004-05-27 Kim F. Storm <storm@cua.dk>
6643
6644 * xdisp.c (back_to_previous_visible_line_start): Skip backwards
6645 over display properties, e.g. images, that replace buffer text.
6646
66472004-05-25 Kim F. Storm <storm@cua.dk>
6648
6649 * alloc.c (marker_blocks_pending_free): New var.
6650 (gc_sweep): Store free marker blocks on that list.
6651 (Fgarbage_collect): Free them after undo-list cleanup.
6652
6653 * process.c (wait_reading_process_input): Check connect_wait_mask
6654 before actually accepting connection in case it has already been
6655 accepted due to recursion.
6656
66572004-05-23 K\e,Ba\e(Broly L\e,Bu\e(Brentey <lorentey@elte.hu>
6658
6659 * coding.c (Fset_safe_terminal_coding_system_internal):
6660 Set suppress_error in safe_terminal_coding, not terminal_coding.
6661
66622004-05-22 Richard M. Stallman <rms@gnu.org>
6663
6664 * alloc.c (Fmake_string): Doc fix.
6665
6666 * buffer.c (clone_per_buffer_values): Copy the alist of local vars,
6667 and the alist pairs too.
6668
6669 * casefiddle.c (casify_object): Return OBJ unchanged if not real char.
6670
6671 * emacs.c (main): Update copyright year.
6672
6673 * fileio.c (Fread_file_name): Expand DIR if not absolute.
6674
6675 * insdel.c (del_range_2, replace_range): Don't write an anchor
6676 if the gap is empty.
6677
6678 * xdisp.c (try_scrolling): If scroll-up-aggressively or
6679 scroll-down-aggressively is small but positive, put point
6680 near the screen edge.
6681
66822004-05-22 Juanma Barranquero <lektu@terra.es>
6683
6684 * keymap.c (Fdefine_key): Doc fix.
6685
66862004-05-22 Kim F. Storm <storm@cua.dk>
6687
6688 * alloc.c (struct backtrace): Add debug_on_exit member.
6689 (Fgarbage_collect): Clear out buffer undo_list markers after gc_sweep.
6690 Identify those markers as Lisp_Misc_Free objects. Clear car and cdr of
6691 the removed cons cells.
6692 (mark_object): Undo previous change - disallow Lisp_Misc_Free objects.
6693 (gc_sweep): Clear cons_blocks before sweeping strings, so we don't have
6694 any cons cells pointing to unallocated stings.
6695 Do not lisp_free any marker blocks, as there may still be pointers
6696 to them from buffer undo lists at this stage of GC.
6697
6698 * keyboard.c (struct backtrace): Add debug_on_exit member.
6699 (Fcommand_execute): Clear it.
6700
67012004-05-20 Luc Teirlinck <teirllm@auburn.edu>
6702
6703 * intervals.c (lookup_char_property): Do not prematurely return nil.
6704
67052004-05-19 Jim Blandy <jimb@redhat.com>
6706
6707 Add support for new '\_<' and '\_>' regexp operators, matching the
6708 beginning and end of symbols.
6709
6710 * regex.c (enum syntaxcode): Add Ssymbol.
6711 (init_syntax_once): Set the syntax for '_' to Ssymbol, not Sword.
6712 (re_opcode_t): New opcodes `symbeg' and `symend'.
6713 (print_partial_compiled_pattern): Print the new opcodes properly.
6714 (regex_compile): Parse the new operators.
6715 (analyse_first): Skip sym(beg|end) (they match only the empty string).
6716 (mutually_exclusive_p): `symend' is mutually exclusive with \s_ and
6717 \sw; `symbeg' is mutually exclusive with \S_ and \Sw.
6718 (re_match_2_internal): Match symbeg and symend.
6719
6720 * search.c (trivial_regexp_p): \_ is no longer a trivial regexp.
6721
67222004-05-19 Kim F. Storm <storm@cua.dk>
6723
6724 * .gdbinit (xsymbol): Fix last change.
6725
67262004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
6727
6728 * .gdbinit (xprintstr): New fun.
6729 (xstring, xprintsym): Use it.
6730
6731 * w32proc.c (create_child): Use INTMASK.
6732
6733 * alloc.c (Fgarbage_collect): Do all the marking before flushing
6734 unmarked elements of the undo list.
6735
67362004-05-18 David Ponce <david@dponce.com>
6737
6738 * print.c (print): Reset print_depth before to call print_object.
6739
67402004-05-18 Jason Rumney <jasonr@gnu.org>
6741
6742 * w32console.c: Prefix RIF functions with w32con_ to avoid
6743 namespace clash with functions in term.c and w32term.c.
6744
6745 * w32menu.c (add_menu_item, w32_menu_display_help)
6746 [USE_LISP_UNION_TYPE]: Cast from Lisp_Object using i member.
6747
6748 * w32term.h (display_x_get_resource, vga_stdcolor_name): Add prototype.
6749
67502004-05-18 Eli Zaretskii <eliz@gnu.org>
6751
6752 * lisp.h (DECL_ALIGN): Remove restriction on MS-DOS systems.
6753
6754 * msdos.c (syms_of_msdos): Initialize dos-unsupported-char-glyph
6755 with make_number.
6756 (IT_write_glyphs): Extract glyph from dos-unsupported-char-glyph
6757 with XINT.
6758
67592004-05-18 Kim F. Storm <storm@cua.dk>
6760
6761 * blockinput.h (INPUT_BLOCKED_P): New macros.
6762
6763 * keyboard.c (Frecursive_edit): Return immediately if input blocked.
6764 (Ftop_level): Unblock input if blocked.
6765
6766 * buffer.h (GET_OVERLAYS_AT): New macro.
6767 * msdos.c (IT_note_mouse_highlight): Use it.
6768 * textprop.c (get_char_property_and_overlay): Use it.
6769 * xdisp.c (next_overlay_change, note_mouse_highlight): Use it.
6770 * xfaces.c (face_at_buffer_position): Use it.
6771
6772 * print.c (print_object): Increase buf size.
6773
67742004-05-17 Jason Rumney <jasonr@gnu.org>
6775
6776 * w32fns.c (Fw32_register_hot_key, Fw32_unregister_hot_key)
6777 (Fw32_toggle_lock_key) [USE_LISP_UNION_TYPE]: Cast from
6778 Lisp_Object using i member.
6779 (w32_quit_key): Rename from Vw32_quit_key, and make an int.
6780 (syms_of_w32fns, globals_of_w32fns): Use Lisp_Object and int
6781 consistently.
6782
6783 * w32proc.c (create_child): Use make_number instead of masking pid.
6784
6785 * w32fns.c (w32_color_map_lookup): Return a Lisp_Object.
6786 (x_to_w32_charset, w32_to_x_charset, w32_to_all_x_charsets):
6787 Use EQ to compare Lisp_Objects.
6788 (w32_parse_hot_key): Use int for lisp_modifiers consistently.
6789
6790 * w32term.c (w32_num_mouse_buttons): Rename from
6791 Vw32_num_mouse_buttons and make it an int.
6792
6793 * w32.c (init_environment): Use it.
6794
6795 * w32fns.c (w32_wnd_proc): Likewise.
6796
6797 * w32proc.c (w32_pipe_read_delay): Rename from
6798 Vw32_pipe_read_delay and make it an int.
6799
6800 * w32.c (_sys_read_ahead): Use it.
6801
6802 * lisp.h (egetenv) [USE_CRT_DLL]: Remove condition.
6803
6804 * w32proc.c (create_child) [USE_LSB_TAG]: Don't try to mask pid.
6805
6806 * w32inevt.c (w32_console_mouse_position, do_mouse_event)
6807 (key_event): Don't mix Lisp_Object and int.
6808
6809 * w32heap.c (init_heap) [USE_LSB_TAG]: Don't check heap location.
6810
6811 * keyboard.c (kbd_buffer_get_event): Don't use event->code and
6812 modifiers in language change event.
6813
68142004-05-17 Kim F. Storm <storm@cua.dk>
6815
6816 * alloc.c (mark_object): Ignore Lisp_Misc_Free objects.
6817 Such objects may be freed markers which still exist on an undo list.
6818
68192004-05-16 Juanma Barranquero <lektu@terra.es>
6820
6821 * data.c (Fset_default): Make argument names match their use in
6822 docstring.
6823
68242004-05-15 Andreas Schwab <schwab@suse.de>
6825
6826 * emacs.c (gdb_array_mark_flag): Define.
6827 * .gdbinit: Mask off gdb_array_mark_flag from vector sizes.
6828
68292004-05-15 Eli Zaretskii <eliz@gnu.org>
6830
6831 * lisp.h (DECL_ALIGN) [MSDOS]: Don't define DECL_ALIGN to use
6832 __attribute__((__aligned__)), so that USE_LSB_TAG would not become
6833 defined for the MS-DOS build.
6834
68352004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
6836
6837 * w32fns.c (Fw32_define_rgb_color): Avoid XSET.
6838
68392004-05-14 Kenichi Handa <handa@m17n.org>
6840
6841 * ccl.c (Fccl_execute_on_string): Fix setting elements of STATUS.
6842
68432004-05-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6844
6845 * lisp.h (Vx_resource_name, Vx_resource_class): Move from xfns.c
6846 section to frame.c section.
6847 (Fxw_display_color_p, Fx_file_dialog): Declare if
6848 HAVE_WINDOW_SYSTEM defined.
6849
6850 * macfns.c (Fx_create_frame): Fix int/Lisp_Object mixup.
6851
6852 * macmenu.c (set_frame_menubar): Use NILP to test a lisp value.
6853
6854 * macterm.c (mac_get_emulated_btn, mac_event_to_emacs_modifiers)
6855 (mac_get_mouse_btn): Use NILP and EQ to test/compare lisp values.
6856 (XTread_socket): Fix int/Lisp_Object mixup.
6857 (mac_check_for_quit_char): Fix pointer/Lisp_Object mixup.
6858
6859 * macterm.h (struct frame, struct face, struct image)
6860 (display_x_get_resource, Fx_display_color_p)
6861 (Fx_display_grayscale_p, Fx_display_planes, x_free_gcs):
6862 Add prototypes.
6863
68642004-05-14 Kim F. Storm <storm@cua.dk>
6865
6866 * process.c (wait_reading_process_input): Make reentrant.
6867 Make Available and Connecting non-static. Save and restore value
6868 of waiting_for_user_input_p.
6869
68702004-05-13 Kim F. Storm <storm@cua.dk>
6871
6872 * keyboard.c (mark_kboards): Don't mark x and y members
6873 that are overloaded in selection request events.
6874
68752004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
6876
6877 * lisp.h (USE_LSB_TAG): Make it the default when it is known to work.
6878
68792004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
6880
6881 * window.c (Fdisplay_buffer, Fsplit_window)
6882 (split-height-threshold): Doc fix.
6883
68842004-05-13 Juanma Barranquero <lektu@terra.es>
6885
6886 * xfaces.c (Ftty_supports_face_attributes_p)
6887 (Finternal_copy_lisp_face): Fix typo in docstring.
6888 (Finternal_get_lisp_face_attribute): Fix docstring.
6889
68902004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6891
6892 * xfns.c (syms_of_xfns): Provide x-toolkit also for GTK.
6893
68942004-05-11 Steven Tamm <steventamm@mac.com>
6895
6896 * macfns.c (Fx_create_frame): Default to using tool-bar by
6897 setting tool-bar-lines to 1 in default-frame-alist.
6898
68992004-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6900
6901 * image.c (xpm_scan, xpm_make_color_table_v, xpm_put_color_table_v)
6902 (xpm_get_color_table_v, xpm_make_color_table_h)
6903 (xpm_put_color_table_h, xpm_get_color_table_h)
6904 (xpm_str_to_color_key, xpm_load_image, xpm_load)
6905 (syms_of_image): Support XPM on Carbon Emacs. Does not
6906 depend on libXpm, but only supports XPM version 3 without extensions.
6907
69082004-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6909
6910 * macterm.c (x_flush, XTframe_up_to_date): Use FRAME_MAC_P
6911 instead of FRAME_X_P
6912
69132004-05-11 Kim F. Storm <storm@cua.dk>
6914
6915 * process.c (read_process_output): Grow decoding_buf when needed;
6916 this could cause a crash in allocate_string and compact_small_strings.
6917
69182004-04-29 Jim Blandy <jimb@redhat.com>
6919
6920 * regex.c (mutually_exclusive_p): In 'case wordbeg', compare op2
6921 against proper opcode.
6922
69232004-05-10 Juanma Barranquero <lektu@terra.es>
6924
6925 * process.c (Fstart_process): Fix docstring.
6926
6927 * charset.c (Fget_unused_iso_final_char): Fix typos in docstring.
6928 (Fchar_bytes, Fchar_width, Fstring_width, Fchar_direction)
6929 (Fsplit_char, Fchar_charset): Make argument names match their use
6930 in docstring.
6931
69322004-05-10 Richard M. Stallman <rms@gnu.org>
6933
6934 * print.c (print_preprocess): Use being_printed, loop_count and
6935 halftail to detect overdeep nesting and cyclic cdr chains.
6936
69372004-05-10 Andreas Schwab <schwab@suse.de>
6938
6939 * lisp.h (Fmake_symbolic_link): Declare.
6940
6941 * fileio.c (Frename_file): Remove extra argument in call to
6942 Fmake_symbolic_link.
6943
69442004-05-10 Kim F. Storm <storm@cua.dk>
6945
6946 * xdisp.c (calc_line_height_property): Use string position when
6947 object is a string.
6948
69492004-05-10 Kenichi Handa <handa@m17n.org>
6950
6951 * print.c (temp_output_buffer_setup): Bind inhibit-read-only and
6952 inhibit-modification-hooks to t temporarily before calling
6953 Ferase_buffer.
6954
6955 * xfns.c (x_create_tip_frame): Bind inhibit-read-only and
6956 inhibit-modification-hooks to t temporarily before calling
6957 Ferase_buffer.
6958
6959 * w32fns.c (x_create_tip_frame): Bind inhibit-read-only and
6960 inhibit-modification-hooks to t temporarily before calling
6961 Ferase_buffer.
6962
6963 * fns.c (count_combining): Delete it.
6964 (concat): Don't check combining bytes.
6965
69662004-05-09 Jason Rumney <jasonr@gnu.org>
6967
6968 * w32fns.c (Vw32_ansi_code_page): New Lisp variable.
6969 (globals_of_w32fns): Set it.
6970
69712004-05-09 Piet van Oostrum <piet@cs.uu.nl>
6972
6973 * data.c (Fquo): Simplify.
6974
69752004-05-08 Peter Whaite <emacs@whaite.ca> (tiny change)
6976
6977 * data.c (Fquo): If any argument is float, do the computation in
6978 floating point.
6979
69802004-05-08 Juanma Barranquero <lektu@terra.es>
6981
6982 * process.c (Fwaiting_for_user_input_p, Fmake_network_process)
6983 (Fset_process_query_on_exit_flag, Vprocess_adaptive_read_buffering):
6984 Fix spelling of Emacs on docstring.
6985 (Fset_process_coding_system, Fprocess_coding_system)
6986 (Fset_process_filter_multibyte, Fprocess_filter_multibyte_p):
6987 Make argument names match their use in docstring.
6988 (Fprocess_id, Fprocess_query_on_exit_flag, Finterrupt_process):
6989 Fix docstring.
6990
6991 * editfns.c (Finsert_buffer_substring): Make argument names match their
6992 use in docstring.
6993
6994 * syntax.c (Fmodify_syntax_entry): Fix docstring.
6995
69962004-05-07 Steven Tamm <steventamm@mac.com>
6997
6998 * macterm.c (mac_check_for_quit_char): Adding BLOCK_INPUT
6999 around call to ReceiveEvent to avoid certain crashes.
7000
70012004-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7002
7003 * macterm.c (mac_draw_line_to_pixmap, XCreatePixmapFromBitmapData)
7004 (mac_fill_rectangle_to_pixmap, mac_draw_rectangle_to_pixmap)
7005 (mac_copy_area_to_pixmap, mac_copy_area_with_mask_to_pixmap):
7006 Save/restore the current graphics port and device handle when
7007 drawing into an offscreen graphics world.
7008
7009 * image.c [MAC_OS] (XPutPixel, XGetPixel, image_load_qt_1)
7010 (gif_load): Likewise.
7011
70122004-05-07 Juanma Barranquero <lektu@terra.es>
7013
7014 * window.c (Fset_window_buffer): Fix docstring.
7015
70162004-05-06 Thien-Thi Nguyen <ttn@gnu.org>
7017
7018 * emacs.c (main) [VMS]: Fix var ref.
7019
70202004-05-06 Romain Francoise <romain@orebokech.com>
7021
7022 * data.c (Fsetq_default): Fix docstring.
7023
70242004-05-06 Jason Rumney <jasonr@gnu.org>
7025
7026 * image.c (Display) [HAVE_NTGUI]: Redefine while loading xpm.h
7027 to avoid name clash.
7028
70292004-05-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7030
7031 * fileio.c (barf_or_query_if_file_exists): Use lstat.
7032 (Frename_file): Handle renaming of symlinks across file systems.
7033 (Frename_file): Put symlink handling inside #ifdef S_IFLNK.
7034
70352004-05-04 Kim F. Storm <storm@cua.dk>
7036
7037 * xdisp.c (Qtotal): New var.
7038 (syms_of_xdisp): Intern and staticpro it.
7039 (calc_line_height_property): New arg total. Set it if
7040 line-spacing property has format (total . VALUE).
7041 (x_produce_glyphs): Ignore line-spacing if line-height is 0.
7042 Handle total line-spacing property.
7043
70442004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7045
7046 * gtkutil.c (xg_update_scrollbar_pos): Call XClearWindow to clear
7047 "under" scroll bar when size/position changes.
7048
70492004-05-03 Jason Rumney <jasonr@gnu.org>
7050
7051 * makefile.nt: Remove.
7052
70532004-05-02 Eli Zaretskii <eliz@gnu.org>
7054
7055 * syntax.h (SET_RAW_SYNTAX_ENTRY, SYNTAX_ENTRY_INT):
7056 Avoid compiler warnings.
7057
7058 * Makefile.in (region-cache.o): Depend on config.h.
7059
70602004-05-02 Romain Francoise <romain@orebokech.com>
7061
7062 * indent.c (compute_motion): Save vpos in prev_vpos when dealing
7063 with continuation lines, too.
7064
70652004-05-02 Thien-Thi Nguyen <ttn@gnu.org>
7066
7067 * syssignal.h (init_signals): Move decl outside `#ifdef POSIX_SIGNALS'.
7068
70692004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
7070
7071 * xdisp.c (calc_line_height_property): YAILOM (yet another
7072 int/Lisp_Object mixup).
7073
70742004-05-01 Eli Zaretskii <eliz@gnu.org>
7075
7076 * msdos.c (top-level): Add "#pragma pack(0)" after <dir.h>, to
7077 undo bad effect of pack(4) in some versions of system headers.
7078
70792004-05-01 Jason Rumney <jasonr@gnu.org>
7080
7081 * w32term.c (x_draw_hollow_cursor): Sync with xterm.c
7082
70832004-04-30 Kim F. Storm <storm@cua.dk>
7084
7085 * buffer.c (syms_of_buffer) <line-spacing>: Allow float value.
7086 (syms_of_buffer) <cursor-type>: Doc fix.
7087
7088 * dispextern.h (struct it): Remove member use_default_face.
7089 Add members override_ascent, override_descent, override_boff.
7090
7091 * xdisp.c (init_iterator): Handle line-spacing float value.
7092 Initialize override_ascent member.
7093 (append_space_for_newline): Reset override_ascent.
7094 Remove use_default_face.
7095 (calc_line_height_property): New function to calculate value of
7096 line-height and line-spacing properties. Look at overlays, too.
7097 Set override_ascent, override_descent, override_boff members when
7098 using another face than the current face. Float values are now
7099 relative to the frame default font, by default; accept a cons
7100 of ratio and face name to specify value relative to a specific face.
7101 (x_produce_glyphs): Use calc_line_height_property.
7102 Use override_ascent etc. when set to handle different face heights.
7103 A negative line-spacing property value is interpreted as a total
7104 line height, rather than inter-line spacing.
7105 (note_mouse_highlight): Allocate room for 40 overlays initially.
7106
71072004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
7108
7109 * data.c (Fsubr_name): New fun.
7110 (syms_of_data): Defsubr it.
7111
71122004-04-29 Kim F. Storm <storm@cua.dk>
7113
7114 * xdisp.c (null_glyph_slice): New var.
7115 (append_glyph, append_composite_glyph, append_stretch_glyph):
7116 Use it to initialize glyph slice.
7117
71182004-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
7119
7120 * xdisp.c (x_produce_glyphs): Fix the proverbial int/Lisp_Object mixup.
7121 (on_hot_spot_p): Make sure we always return a value.
7122 (Flookup_image_map): Remove unused var ix and iy.
7123 (note_mode_line_or_margin_highlight): Remove unused var `image'.
7124
71252004-04-27 Eli Zaretskii <eliz@gnu.org>
7126
7127 * msdos.c (init_environment): If one of the TMP... environment
7128 variables is set to a drive letter without a trailing slash,
7129 append a slash.
7130
71312004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
7132
7133 * editfns.c (lisp_time_argument): Provide externally.
7134
7135 * fileio.c (Fset_file_times): New function.
7136 (syms_of_fileio): Intern and staticpro it.
7137
71382004-04-27 Kim F. Storm <storm@cua.dk>
7139
7140 * xdisp.c (x_produce_glyphs): Fix last change; handle newline in
7141 header line strings.
7142
7143 * dispextern.h (struct it): New member use_default_face.
7144
7145 * xdisp.c (Qline_height): New variable.
7146 (syms_of_xdisp): Intern and staticpro it.
7147 (append_space_for_newline): Partially undo 2004-04-25 change;
7148 add default_face_p arg, and restore callers.
7149 Clear it->use_default_face after use.
7150 (x_produce_glyphs): Set default font for ascii char if
7151 it->use_default_font is set. Change line-spacing property to set
7152 just extra line spacing. Handle new line-height property.
7153
71542004-04-26 Andreas Schwab <schwab@suse.de>
7155
7156 * print.c (print_object): Print non-ascii characters in bool
7157 vector representation as octal escapes.
7158
7159 * lisp.h (BOOL_VECTOR_BITS_PER_CHAR): Define.
7160 * print.c (print_object): Use it instead of BITS_PER_CHAR for
7161 bool vectors.
7162 * lread.c (read1): Likewise.
7163 * alloc.c (Fmake_bool_vector): Likewise.
7164 * data.c (Faref, Faset): Likewise.
7165 * fns.c (Fcopy_sequence, concat, internal_equal, Ffillarray)
7166 (mapcar1): Likewise.
7167
71682004-04-26 Steven Tamm <tamm@Steven-Tamms-Computer.local>
7169
7170 * lread.c (init_lread): Fix typo in HAVE_CARBON test logic.
7171
71722004-04-26 Miles Bader <miles@gnu.org>
7173
7174 * lisp.h (CYCLE_CHECK): Macro moved from xfaces.c.
7175
71762004-04-26 Juanma Barranquero <lektu@terra.es>
7177
7178 * buffer.c (Fpop_to_buffer): Fix docstring.
7179
71802004-04-26 Steven Tamm <steventamm@mac.com>
7181
7182 * lread.c (init_lread): Don't display missing lisp directory
7183 warnings with Carbon Emacs because self-contained bundled Emacs
7184 may be built without correct installation path.
7185
71862004-04-25 Kim F. Storm <storm@cua.dk>
7187
7188 * macterm.c (x_draw_hollow_cursor): Fix height of box for narrow lines.
7189
7190 * xterm.c (x_draw_hollow_cursor): Fix height of box for narrow lines.
7191
7192 * xdisp.c (append_space_for_newline): Rename from append_space.
7193 Remove DEFAULT_FACE_P arg; always use current face. Callers changed.
7194 (x_produce_glyphs): Handle line-spacing property on newline char.
7195 If value is t, adjust ascent and descent to fit current row height.
7196 If value is an integer or float, set extra_line_spacing to integer
7197 value, or to float value x current line height.
7198
71992004-04-23 Kenichi Handa <handa@m17n.org>
7200
7201 * fontset.c (Finternal_char_font): If POSITION is nil, return
7202 font for displaying CH with the default face.
7203
72042004-04-23 Juanma Barranquero <lektu@terra.es>
7205
7206 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
7207
72082004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
7209
7210 * lisp.h (XINT) [EXPLICIT_SIGN_EXTEND && !NO_UNION_TYPE]:
7211 Don't make assumptions about the relative place of i and val.
7212 (EQ) [!NO_UNION_TYPE]: Don't forget to check the type match as well.
7213
72142004-04-21 Kim F. Storm <storm@cua.dk>
7215
7216 * dispextern.h (struct glyph_slice): New struct.
7217 (struct glyph): New member slice.
7218 (GLYPH_SLICE_EQUAL_P): New macro.
7219 (GLYPH_EQUAL_P): Use it.
7220 (struct glyph_string): New member slice.
7221 (struct it_slice): New struct.
7222 (struct it): New member slice, add member to stack too.
7223 New member constrain_row_ascent_descent_p.
7224 (image_ascent): Add prototype.
7225
7226 * dispnew.c (buffer_posn_from_coords): Return full image width
7227 and height even for image slices (posn is relative to full image).
7228 (marginal_area_string): Adjust x0,y0 for image slice.
7229
7230 * image.c (image_ascent): Add slice arg; calculate ascent for
7231 image slice (or full image).
7232
7233 * keyboard.c (Fposn_at_x_y, Fposn_at_point): New defuns.
7234 (syms_of_keyboard): Defsubr them.
7235
7236 * lisp.h (pos_visible_p): Fix prototype.
7237
7238 * macterm.c (x_draw_relief_rect): Add top_p and bot_p args.
7239 (x_draw_glyph_string_box): Fix call to x_draw_relief_rect.
7240 (x_draw_image_foreground, x_draw_image_relief)
7241 (x_draw_image_foreground_1, x_draw_image_glyph_string):
7242 Draw sliced images.
7243
7244 * w32term.c (w32_draw_relief_rect): Add top_p and bot_p args.
7245 (x_draw_glyph_string_box): Fix call to x_draw_relief_rect.
7246 (x_draw_image_foreground, x_draw_image_relief)
7247 (w32_draw_image_foreground_1, x_draw_image_glyph_string):
7248 Draw sliced images.
7249
7250 * w32term.h (image_ascent): Remove prototype.
7251
7252 * window.c (Fpos_visible_in_window_p): Return pixel position if
7253 PARTIALLY arg is non-nil. Simplify. Doc fix.
7254 (Fwindow_vscroll, Fset_window_vscroll): Add optional PIXEL_P arg
7255 to return/set vscroll in pixels.
7256
7257 * window.h (Fwindow_vscroll, Fset_window_vscroll): Fix EXFUN.
7258
7259 * xdisp.c (Qslice): New variable.
7260 (syms_of_xdisp): Intern and staticpro it.
7261 (pos_visible_p): Return pixel position in new x and y args.
7262 (init_iterator): Reset it->slice info.
7263 (handle_display_prop): Parse (slice ...) property.
7264 (push_it, pop_it): Save/restore slice info.
7265 (make_cursor_line_fully_visible): Fix 2004-04-14 change. Do not
7266 force repositioning of tall row if window is vscrolled, as that
7267 would reset vscroll.
7268 (append_space): Set it->constrain_row_ascent_descent_p to avoid
7269 increasing row height if row is non-empty.
7270 (fill_image_glyph_string): Copy slice info.
7271 (take_vertical_position_into_account): Simplify.
7272 (produce_image_glyph): Handle iterator slice info, setup glyph
7273 slice info. Do not force minimum line height.
7274 (x_produce_glyphs): If it->constrain_row_ascent_descent_p is set,
7275 do not increase height (ascent/descent) of non-empty row when
7276 adding normal character glyph; instead reduce glyph ascent/descent
7277 appropriately; if row is higher than current glyph, adjust glyph
7278 descent/ascent to reposition glyph within the existing row.
7279 Likewise, when char is newline, only set ascent/descent if row is
7280 currently empty.
7281 (note_mouse_highlight): Handle hotspots with sliced image.
7282
7283 * xterm.c (x_draw_relief_rect): Add top_p and bot_p args.
7284 (x_draw_glyph_string_box): Fix call to x_draw_relief_rect.
7285 (x_draw_image_foreground, x_draw_image_relief)
7286 (x_draw_image_foreground_1, x_draw_image_glyph_string):
7287 Draw sliced images.
7288
7289 * xterm.h (image_ascent): Remove prototype.
7290
72912004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
7292
7293 * keymap.c (Fkey_description): Fix the usual int/Lisp_Object mixup.
7294
72952004-04-20 John Paul Wallington <jpw@gnu.org>
7296
7297 * fns.c (Fassoc, Feql): Fix indentation.
7298
7299 * fontset.c (regularize_fontname): Rename from regulalize_fontname.
7300
73012004-04-19 John Paul Wallington <jpw@gnu.org>
7302
7303 * fns.c (Feql): New function.
7304 (syms_of_fns): Defsubr it.
7305
73062004-04-18 Jason Rumney <jasonr@gnu.org>
7307
7308 * w32select.c (Fw32_set_clipboard_data): Get sequence number
7309 after closing the clipboard.
7310
73112004-04-16 Luc Teirlinck <teirllm@auburn.edu>
7312
7313 * buffer.c (Fbuffer_base_buffer): Doc fix.
7314
73152004-04-17 Kim F. Storm <storm@cua.dk>
7316
7317 * keymap.c (Fkey_description): Add optional PREFIX arg.
7318 Combine prefix with KEYS to make up the full key sequence to describe.
7319 Correlate meta_prefix_char and following (simple) key to describe
7320 as meta modifier. All callers changed.
7321 (describe_map): Rename arg `keys' to `prefix'. Remove local
7322 `elt_prefix' var. Use Fkey_description with prefix instead of
7323 elt_prefix combined with Fsingle_key_description.
7324 (describe_vector): Declare static. Replace arg `elt_prefix' with
7325 `prefix'. Add KEYMAP_P arg. Add local var `elt_prefix'; use it
7326 if !KEYMAP_P. Use Fkey_description with prefix instead of
7327 Fsingle_key_description.
7328
7329 * keymap.h (Fkey_description): Fix prototype.
7330 (describe_vector): Remove prototype.
7331
7332 * xdisp.c (update_overlay_arrows): Fix handling of up_to_date < 0.
7333
7334 * image.c (PNG_BG_COLOR_SHIFT): Remove.
7335 (png_load): Fix calculation of transparent background color on X
7336 and W32 platforms.
7337
73382004-04-16 Juanma Barranquero <lektu@terra.es>
7339
7340 * xdisp.c (try_scrolling): Make sure `scroll-conservatively' is
7341 not too large before computing how much to scroll.
7342
73432004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
7344
7345 * dired.c (Ffile_attributes): Don't pass extra nil arg to file-handler.
7346
73472004-04-14 Luc Teirlinck <teirllm@auburn.edu>
7348
7349 * fileio.c (Fverify_visited_file_modtime, Fvisited_file_modtime):
7350 Add hyperlink to Elisp manual to the docstring.
7351
73522004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
7353
7354 * callint.c (fix_command): Use XDCR.
7355
73562004-04-14 Nick Roberts <nick@nick.uklinux.net>
7357
7358 * window.c (Fget_lru_window): Doc fix.
7359
73602004-04-14 Kim F. Storm <storm@cua.dk>
7361
7362 * editfns.c (Fformat): Fix allocation size of precision array.
7363
7364 * dispnew.c (update_window): Only set changed_p if
7365 scrolling_window actually did scroll.
7366 (scrolling_window): Only return 1 if we actually did scroll.
7367
7368 * xdisp.c (get_glyph_string_clip_rect): Fix reduction of cursor
7369 height to glyph height when cursor row is not fully visible.
7370 (make_cursor_line_fully_visible): Add FORCE_P arg to return
7371 failure in case row is higher than window. Callers changed.
7372 (try_scrolling): Fix loop in scrolling if last_line_misfit (from Gerd).
7373 Try to scroll partially visible, higher-than-window cursor row.
7374 (redisplay_window): Always try to scroll partially visible,
7375 higher-than-window cursor row - both initially and again with
7376 centering_position = 0.
7377 Clear desired matrix before retrying with centering_position = 0.
7378
73792004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
7380
7381 * syntax.c (scan_lists): Simplify backward string scan.
7382 Fix off-by-one boundary check for string and comment fences.
7383
73842004-04-13 Joe Buehler <jbuehler@hekimian.com>
7385
7386 * sheap.c, unexcw.c: New files.
7387
73882004-04-12 Luc Teirlinck <teirllm@auburn.edu>
7389
7390 * buffer.c (Fmake_indirect_buffer): Throw an error if the intended
7391 base buffer has been killed. Correct the error message if the
7392 base buffer does not exist.
7393
73942004-04-12 Joe Buehler <jbuehler@hekimian.com>
7395
7396 * s/cygwin.h: Changes for Cygwin unexec() support, changes in
7397 Cygwin itself. Add support for Xaw3d scrollbars.
7398
7399 * puresize.h: Set up PURE_P() for Cygwin unexec() support.
7400
7401 * lastfile.c: Define my_endbss[] for Cygwin unexec() support.
7402
7403 * gmalloc.c (__default_morecore): Use bss_sbrk(), not __sbrk(),
7404 before Cygwin unexec.
7405
7406 * Makefile.in: Link changes for Cygwin unexec() support.
7407
74082004-04-12 Andreas Schwab <schwab@suse.de>
7409
7410 * buffer.c (Fmake_indirect_buffer): Check that NAME is a string.
7411
74122004-04-11 Luc Teirlinck <teirllm@auburn.edu>
7413
7414 * buffer.c (Fgenerate_new_buffer_name): Return NAME argument if
7415 IGNORE argument equals NAME. Doc fix.
7416
74172004-04-11 Masatake YAMATO <jet@gyve.org>
7418
7419 * buffer.c (fix_start_end_in_overlays): Make overlays
7420 empty if they are backwards.
7421
74222004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
7423
7424 * xfaces.c (face_color_supported_p): Fix compilation without X11.
7425
74262004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
7427
7428 * doc.c (Fsnarf_documentation): Ignore new file name entries.
7429
74302004-04-06 Kim F. Storm <storm@cua.dk>
7431
7432 * msdos.c (clear_mouse_face): Only clear mouse highlight if not hidden.
7433 (dos_rawgetc): Set mouse_face_hidden after clearing highlight.
7434
7435 * w32term.c (w32_read_socket): Set mouse_face_hidden after
7436 clearing highlight.
7437
7438 * xdisp.c (clear_mouse_face): Only clear mouse highlight if not hidden.
7439
7440 * xterm.c (handle_one_xevent): Set mouse_face_hidden after
7441 clearing highlight.
7442
7443 * indent.c (vmotion): Do not reserve one column for continuation
7444 marks on window frames.
7445
74462004-04-04 Eli Zaretskii <eliz@gnu.org>
7447
7448 * charset.h (SINGLE_BYTE_CHAR_P): Fix macro to avoid warnings
7449 from GCC.
7450
74512004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
7452
7453 * .gdbinit-union: Remove.
7454
7455 * .gdbinit: Make it work for USE_LSB_TAG and !NO_LISP_UNION.
7456 (xgetptr, xgetint, xgettype): New funs. Use them everywhere.
7457 ($nonvalbits): Remove.
7458 ($valmask): Set it by calling xreload to avoid redundancy.
7459
7460 * emacs.c (gdb_use_union, gdb_use_lsb): New vars.
7461 (gdb_emacs_intbits): Remove.
7462
74632004-03-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7464
7465 * data.c (Fbyteorder): Make test work even if unsigned is not 4 bytes.
7466
74672004-03-30 Kenichi Handa <handa@m17n.org>
7468
7469 * editfns.c (Fformat): Fix initialization of the array info.
7470
74712004-03-30 Kim F. Storm <storm@cua.dk>
7472
7473 * xterm.c (x_mouse_click_focus_ignore_position): New var.
7474 (syms_of_xterm): DEFVAR_BOOL it.
7475 (ignore_next_mouse_click_timeout): New var.
7476 (handle_one_xevent): Clear it on KeyPress, set it on EnterNotify.
7477 Use it to filter mouse clicks following focus event.
7478
74792004-03-29 David Ponce <david@dponce.com>
7480
7481 * callint.c (Fcall_interactively): Fix last change.
7482
74832004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
7484
7485 * eval.c (Fcommandp): Simplify.
7486
7487 * data.c (Finteractive_form): Rename from Fsubr_interactive_form.
7488 Extend to handle all kinds of functions.
7489
7490 * lisp.h (Finteractive_form): Declare.
7491
7492 * callint.c (Fcall_interactively): Use it.
7493
74942004-03-26 Kim F. Storm <storm@cua.dk>
7495
7496 * xdisp.c (syms_of_xdisp): Include `void-variable' in list_of_error
7497 to catch errors in calc_pixel_width_or_height during redisplay.
7498
74992004-03-26 Masatake YAMATO <jet@gyve.org>
7500
7501 * buffer.c (fix_start_end_in_overlays): Rename fix_overlays_in_range.
7502
7503 * lisp.h (fix_start_end_in_overlays): Likewise.
7504
7505 * insdel.c (adjust_markers_for_insert): Call fix_start_end_in_overlays.
7506
7507 * editfns.c (Ftranspose_regions): Likewise.
7508
75092004-03-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7510
7511 * xterm.c (handle_one_xevent): Do not pass key press events to GTK.
7512
75132004-03-19 Richard M. Stallman <rms@gnu.org>
7514
7515 * s/sol2-6.h: Delete previous change.
7516
75172004-03-19 Kim F. Storm <storm@cua.dk>
7518
7519 * xdisp.c (move_it_in_display_line_to): Fix MOVE_TO_POS case when
7520 to_charpos corresponds to newline in right fringe. Use local
7521 BUFFER_POS_REACHED_P macro.
7522
75232004-03-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7524
7525 * xdisp.c (calc_pixel_width_or_height): Add ifdef HAVE_WINDOW_SYSTEM
7526 to compile on non-window system.
7527
75282004-03-19 Kim F. Storm <storm@cua.dk>
7529
7530 * dispextern.h (calc_pixel_width_or_height): Add prototype.
7531
7532 * image.c (Qcenter): Move to xdisp.c.
7533
7534 * xdisp.c (Qcenter): Declare here.
7535 (syms_of_xdisp): Intern and staticpro it.
7536 (handle_single_display_prop): Allow space display property on all
7537 platforms.
7538 (display_mode_line): Set mode_line_p before displaying line.
7539 (calc_pixel_width_or_height): Declare extern. Add separate :align-to
7540 handling. Remove complex cases for fringes and scroll-bars.
7541 Add left, right, and center alignment positions. Add text (area)
7542 width/height. Return width or height for image specs.
7543 (produce_stretch_glyph): Improve handling of :align-to. Is now
7544 relative to left of text area by default, but other base offsets
7545 can be specified -- also for text lines.
7546
7547 * term.c (produce_glyphs): Handle IT_STRETCH.
7548 (produce_stretch_glyph): New function to handle space width and
7549 align-to display properties on non-window systems.
7550
75512004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
7552
7553 * fileio.c (Fread_file_name): Set completion-ignore-case for
7554 case-insensitive systems.
7555
75562004-03-14 Masatake YAMATO <jet@gyve.org>
7557
7558 * xdisp.c (note_mode_line_or_margin_highlight): Accept HEADER_LINE
7559 when keymap and cursor are setup.
7560
75612004-03-14 Steven Tamm <steventamm@mac.com>
7562
7563 * Makefile.in (XMENU_OBJ) [HAVE_CARBON]: Do not include xmenu.o.
7564
75652004-03-14 Kim F. Storm <storm@cua.dk>
7566
7567 * dispextern.h (x_find_image_file): Add prototype.
7568
7569 * image.c (x_find_image_file): Make extern.
7570
7571 * xfns.c (x_find_image_file): Remove prototype.
7572
75732004-03-13 Eli Zaretskii <eliz@gnu.org>
7574
7575 * Makefile.in (XMENU_OBJ): Include xmenu.o if HAVE_MENUS is defined.
7576
7577 * emacs.c (main): Call syms_of_xmenu only if HAVE_MENUS is defined.
7578
75792004-03-12 Richard M. Stallman <rms@gnu.org>
7580
7581 * fns.c (internal_equal): New arg PROPS controls comparing
7582 text properties. All callers changed.
7583 (Fequal_including_properties): New function.
7584 (syms_of_fns): defsubr it.
7585
75862004-03-12 Kim F. Storm <storm@cua.dk>
7587
7588 Fix image support on MAC. From YAMAMOTO Mitsuharu.
7589
7590 * dispextern.h (XImagePtr, XImagePtr_or_DC): Add typedefs.
7591 (image_background, image_background_transparent): Fix prototypes.
7592
7593 * image.c (XImagePtr, XImagePtr_or_DC): Move typedefs to dispextern.h.
7594
7595 * macfns.c (x_list_fonts, x_get_font_info, x_load_font)
7596 (x_query_font, x_find_ccl_program, x_set_window_size)
7597 (x_make_frame_visible, mac_initialize, XCreatePixmap)
7598 (XCreatePixmapFromBitmapData, XFreePixmap, XSetForeground)
7599 (mac_draw_line_to_pixmap): Move prototypes to macterm.h.
7600
7601 * macterm.h (x_list_fonts, x_get_font_info, x_load_font)
7602 (x_query_font, x_find_ccl_program, x_set_window_size)
7603 (x_make_frame_visible, mac_initialize, XCreatePixmap)
7604 (XCreatePixmapFromBitmapData, XFreePixmap, XSetForeground)
7605 (mac_draw_line_to_pixmap): Add prototypes.
7606
76072004-03-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7608
7609 * macterm.c (XTread_socket): Fix mouse click on tool bar.
7610
76112004-03-11 Kim F. Storm <storm@cua.dk>
7612
7613 * dispextern.h: Move image related prototypes from xfns.c section
7614 to image.c. Condition them by HAVE_WINDOW_SYSTEM rather than
7615 HAVE_X_WINDOWS.
7616
7617 * Makefile.in (XOBJ): Consolidate into one list. Add image.o.
7618 Move gtkutil.o to new GTK_OBJ list.
7619 (XMENU_OBJ) [HAVE_MENUS]: Move declaration to proper place.
7620 (GTK_OBJ) [USE_GTK]: New declaration.
7621 (obj): Add $(GTK_OBJ) to list.
7622
76232004-03-11 Steven Tamm <steventamm@mac.com>
7624
7625 * image.c [MAC_OSX]: Include sys/stat.h.
7626
7627 * macfns.c (syms_of_macfns): Remove definitions of things now
7628 defined in image.c.
7629
76302004-03-11 Kim F. Storm <storm@cua.dk>
7631
7632 The following changes consolidates the identical/similar image
7633 support code previously found in xfns.c, w32fns.c, and macfns.c
7634 into a new file image.c.
7635
7636 * makefile.w32-in (OBJ1): Add image.o.
7637 ($(BLD)/image.$(O)): Add dependencies.
7638
7639 * Makefile.in (XOBJ, MAC_OBJ): Add image.o.
7640 (image.o): Add dependencies.
7641
7642 * image.c: New file with consolidated image support code.
7643 (COLOR_TABLE_SUPPORT): New define to control whether
7644 color table support is available (X only).
7645 (Bitmap_Record): Common name for x_bitmap_record,
7646 w32_bitmap_record, and mac_bitmap_record.
7647 (XImagePtr): Common name for pointer to XImage or equivalent.
7648 (XImagePtr_or_DC): New type to simplify code sharing; equivalent
7649 to XImagePtr on X+MAC, and to HDC on W32.
7650 (GET_PIXEL): Wrapper for XGetPixel or equivalent.
7651 (NO_PIXMAP): Common name for "None" or equivalent.
7652 (PNG_BG_COLOR_SHIFT): Bits to shift PNG background colors.
7653 (RGB_PIXEL_COLOR): Common type for an integer "pixel color" value.
7654 (PIX_MASK_RETAIN, PIX_MASK_DRAW): Portability macros (from macfns.c).
7655 (FRAME_X_VISUAL, x_defined_color, DefaultDepthOfScreen):
7656 Define with suitable equivalents on W32 and MAC for code sharing.
7657 (XDrawLine): Define on MAC for code sharing.
7658 (Destroy_Image, Free_Pixmap): Wrappers for code sharing.
7659 (IF_LIB_AVAILABLE): Macro to simplify code sharing.
7660 (Vx_bitmap_file_path, Vimage_cache_eviction_delay)
7661 (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
7662 (x_reference_bitmap, x_create_bitmap_from_data)
7663 (x_create_bitmap_from_file, x_destroy_bitmap)
7664 (x_destroy_all_bitmaps, x_create_bitmap_mask)
7665 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
7666 (QCascent, QCmargin, QCrelief, QCconversion, QCcolor_symbols)
7667 (QCheuristic_mask, QCindex, QCmatrix, QCcolor_adjustment, QCmask)
7668 (Qlaplace, Qemboss, Qedge_detection, Qheuristic, Qcenter)
7669 (define_image_type, lookup_image_type, valid_image_p)
7670 (image_error, enum image_value_type, struct image_keyword)
7671 (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
7672 (make_image, free_image, prepare_image_for_display, image_ascent)
7673 (four_corners_best, image_background, image_background_transparent)
7674 (x_clear_image_1, x_clear_image, x_alloc_image_color)
7675 (make_image_cache, free_image_cache, clear_image_cache)
7676 (Fclear_image_cache, postprocess_image, lookup_image, cache_image)
7677 (forall_images_in_image_cache, x_create_x_image_and_pixmap)
7678 (x_destroy_x_image, x_put_x_image, x_find_image_file, slurp_file)
7679 (find_image_fsspec, image_load_qt_1, image_load_quicktime)
7680 (init_image_func_pointer, image_load_quartz2d)
7681 (struct ct_color, init_color_table, free_color_table)
7682 (lookup_rgb_color, lookup_pixel_color, colors_in_color_table)
7683 (cross_disabled_images, x_to_xcolors, x_from_xcolors)
7684 (x_detect_edges, x_emboss, x_laplace, x_edge_detection)
7685 (x_disable_image, x_build_heuristic_mask)
7686 (XBM support, XPM support, PBM support, PNG support, JPEG support)
7687 (TIFF support, GIF support, Ghostscript support): Consolidate image
7688 code from xfns.c, w32fns.c, and macfns.c.
7689 (syms_of_image): Consolidate image related symbol setup here.
7690 (init_image): Consolidate image related initializations here.
7691
7692 * emacs.c (main) [HAVE_WINDOW_SYSTEM]: Add calls to syms_of_image
7693 and init_image. Remove call to init_xfns.
7694
7695 * macterm.h (struct mac_bitmap_record): Add file member.
7696 Not currently used, but simplifies code sharing.
7697
7698 * macfns.c (Vx_bitmap_file_path, Vimage_cache_eviction_delay)
7699 (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
7700 (x_reference_bitmap, x_create_bitmap_from_data)
7701 (x_create_bitmap_from_file, x_destroy_bitmap)
7702 (x_destroy_all_bitmaps, x_create_bitmap_mask)
7703 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
7704 (QCascent, QCmargin, QCrelief, QCconversion, QCcolor_symbols)
7705 (QCheuristic_mask, QCindex, QCmatrix, QCcolor_adjustment, QCmask)
7706 (Qlaplace, Qemboss, Qedge_detection, Qheuristic, Qcenter)
7707 (define_image_type, lookup_image_type, valid_image_p)
7708 (image_error, enum image_value_type, struct image_keyword)
7709 (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
7710 (make_image, free_image, prepare_image_for_display, image_ascent)
7711 (four_corners_best, image_background, image_background_transparent)
7712 (x_clear_image_1, x_clear_image, x_alloc_image_color)
7713 (make_image_cache, free_image_cache, clear_image_cache)
7714 (Fclear_image_cache, postprocess_image, lookup_image, cache_image)
7715 (forall_images_in_image_cache, x_create_x_image_and_pixmap)
7716 (x_destroy_x_image, x_put_x_image, x_find_image_file, slurp_file)
7717 (find_image_fsspec, image_load_qt_1, image_load_quicktime)
7718 (init_image_func_pointer, image_load_quartz2d)
7719 (struct ct_color, init_color_table, free_color_table)
7720 (lookup_rgb_color, lookup_pixel_color, colors_in_color_table)
7721 (cross_disabled_images, x_to_xcolors, x_from_xcolors)
7722 (x_detect_edges, x_emboss, x_laplace, x_edge_detection)
7723 (x_disable_image, x_build_heuristic_mask)
7724 (XBM support, XPM support, PBM support, PNG support, JPEG support)
7725 (TIFF support, GIF support, Ghostscript support): Merge with image
7726 code from xfns.c and macfns.c into image.c.
7727 (syms_of_xfns): Move image related symbols to image.c.
7728 (init_external_image_libraries, init_xfns): Remove; initialization
7729 moved to init_image in image.c.
7730
7731 * w32fns.c (Vx_bitmap_file_path, Vimage_cache_eviction_delay)
7732 (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
7733 (x_reference_bitmap, x_create_bitmap_from_data)
7734 (x_create_bitmap_from_file, x_destroy_bitmap)
7735 (x_destroy_all_bitmaps, x_create_bitmap_mask)
7736 (QCascent, QCmargin, QCrelief, QCconversion, QCcolor_symbols)
7737 (QCheuristic_mask, QCindex, QCmatrix, QCcolor_adjustment, QCmask)
7738 (Qlaplace, Qemboss, Qedge_detection, Qheuristic, Qcenter)
7739 (define_image_type, lookup_image_type, valid_image_p)
7740 (image_error, enum image_value_type, struct image_keyword)
7741 (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
7742 (make_image, free_image, prepare_image_for_display, image_ascent)
7743 (four_corners_best, image_background, image_background_transparent)
7744 (x_clear_image_1, x_clear_image, x_alloc_image_color)
7745 (make_image_cache, free_image_cache, clear_image_cache)
7746 (Fclear_image_cache, postprocess_image, lookup_image, cache_image)
7747 (forall_images_in_image_cache, x_create_x_image_and_pixmap)
7748 (x_destroy_x_image, x_put_x_image, x_find_image_file, slurp_file)
7749 (struct ct_color, init_color_table, free_color_table)
7750 (lookup_rgb_color, lookup_pixel_color, colors_in_color_table)
7751 (cross_disabled_images, x_to_xcolors, x_from_xcolors)
7752 (x_detect_edges, x_emboss, x_laplace, x_edge_detection)
7753 (x_disable_image, x_build_heuristic_mask)
7754 (XBM support, XPM support, PBM support, PNG support, JPEG support)
7755 (TIFF support, GIF support, Ghostscript support): Merge with image
7756 code from xfns.c and macfns.c into image.c.
7757 (syms_of_xfns): Move image related symbols to image.c.
7758 (init_external_image_libraries, init_xfns): Remove; initialization
7759 moved to init_image in image.c.
7760
7761 * xfns.c (Vx_bitmap_file_path, Vimage_cache_eviction_delay)
7762 (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
7763 (x_reference_bitmap, x_create_bitmap_from_data)
7764 (x_create_bitmap_from_file, x_destroy_bitmap)
7765 (x_destroy_all_bitmaps, x_create_bitmap_mask)
7766 (QCascent, QCmargin, QCrelief, QCconversion, QCcolor_symbols)
7767 (QCheuristic_mask, QCindex, QCmatrix, QCcolor_adjustment, QCmask)
7768 (Qlaplace, Qemboss, Qedge_detection, Qheuristic, Qcenter)
7769 (define_image_type, lookup_image_type, valid_image_p)
7770 (image_error, enum image_value_type, struct image_keyword)
7771 (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
7772 (make_image, free_image, prepare_image_for_display, image_ascent)
7773 (four_corners_best, image_background, image_background_transparent)
7774 (x_clear_image_1, x_clear_image, x_alloc_image_color)
7775 (make_image_cache, free_image_cache, clear_image_cache)
7776 (Fclear_image_cache, postprocess_image, lookup_image, cache_image)
7777 (forall_images_in_image_cache, x_create_x_image_and_pixmap)
7778 (x_destroy_x_image, x_put_x_image, x_find_image_file, slurp_file)
7779 (struct ct_color, init_color_table, free_color_table)
7780 (lookup_rgb_color, lookup_pixel_color, colors_in_color_table)
7781 (cross_disabled_images, x_to_xcolors, x_from_xcolors)
7782 (x_detect_edges, x_emboss, x_laplace, x_edge_detection)
7783 (x_disable_image, x_build_heuristic_mask)
7784 (XBM support, XPM support, PBM support, PNG support, JPEG support)
7785 (TIFF support, GIF support, Ghostscript support): Merge with
7786 w32fns.c and macfns.c image code into image.c.
7787 (syms_of_xfns): Move image related symbols to image.c.
7788 (init_xfns): Remove; initialization moved to init_image in image.c.
7789
7790 * lisp.h (syms_of_image, init_image): Add protoypes.
7791 (init_xfns): Remove prototype.
7792
7793 * dispextern.h (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
7794 (x_reference_bitmap, x_create_bitmap_from_data)
7795 (x_create_bitmap_from_file, x_destroy_bitmap)
7796 (x_create_bitmap_mask): Move prototypes from dispextern.h.
7797 (gamma_correct) [MAC_OS]: Add prototype.
7798
7799 * xterm.h (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
7800 (x_reference_bitmap, x_create_bitmap_from_data)
7801 (x_create_bitmap_from_file, x_destroy_bitmap)
7802 (x_create_bitmap_mask): Move prototypes to dispextern.h.
7803
78042004-03-09 Kenichi Handa <handa@etlken2>
7805
7806 * coding.c (decode_coding_emacs_mule): Handle insufficent source
7807 correctly.
7808
78092004-03-04 Richard M. Stallman <rms@gnu.org>
7810
7811 * s/sol2-6.h (LD_SWITCH_SYSTEM_TEMACS): New definition.
7812
7813 * window.c (Fdisplay_buffer): Doc fix.
7814
7815 * buffer.c (Fpop_to_buffer): Doc fix.
7816
78172004-03-03 Kim F. Storm <storm@cua.dk>
7818
7819 * xdisp.c (display_line): Fix call to get_overlay_arrow_glyph_row.
7820
78212004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
7822
7823 * editfns.c (Ftranslate_region): Lisp_Object/int mixup.
7824
78252004-03-02 Richard M. Stallman <rms@gnu.org>
7826
7827 * indent.c (compute_motion): Save vpos in prev_vpos, like hpos etc.
7828
78292004-03-02 Kenichi Handa <handa@m17n.org>
7830
7831 * doc.c (Fsubstitute_command_keys): Fix counding bytes.
7832
78332004-03-02 Kim F. Storm <storm@cua.dk>
7834
7835 * window.h (struct window): New member overlay_arrow_bitmap.
7836
7837 * window.c (make_window): Initialize overlay_arrow_bitmap.
7838
7839 * xdisp.c (Voverlay_arrow_variable_list): New variable to properly
7840 implement and integrate multiple overlay arrows with redisplay.
7841 (syms_of_xdisp): DEFVAR_LISP and initialize it.
7842 (last_arrow_position, last_arrow_string): Replace by properties.
7843 (Qlast_arrow_position, Qlast_arrow_string)
7844 (Qoverlay_arrow_string, Qoverlay_arrow_bitmap): New variables.
7845 (syms_of_xdisp): Intern and staticpro them.
7846 (overlay_arrow_string_or_property, update_overlay_arrows)
7847 (overlay_arrow_in_current_buffer_p, overlay_arrows_changed_p)
7848 (overlay_arrow_at_row): New functions for multiple overlay arrows.
7849 (redisplay_internal): Use them instead of directly accessing
7850 Voverlay_arrow_position etc. for multiple overlay arrows.
7851 (mark_window_display_accurate): Use update_overlay_arrows.
7852 (try_cursor_movement): Use overlay_arrow_in_current_buffer_p.
7853 (try_window_id): Use overlay_arrows_changed_p.
7854 (get_overlay_arrow_glyph_row): Add overlay_arrow_string arg.
7855 (display_line): Use overlay_arrow_at_row to check multiple
7856 overlay arrows, and get relevant overlay-arrow-string and
7857 overlay-arrow-bitmap. Set w->overlay_arrow_bitmap accordingly.
7858 (produce_image_glyph): Set pixel_width = 0 for fringe bitmap.
7859 (syms_of_xdisp): Remove last_arrow_position and last_arrow_string.
7860
7861 * fringe.c (draw_fringe_bitmap): Use w->overlay_arrow_bitmap if set.
7862 (update_window_fringes): Remove unused code.
7863
78642004-03-01 Jason Rumney <jasonr@gnu.org>
7865
7866 * w32term.c (w32_read_socket): Fix last change to ButtonPress handling.
7867
78682004-03-01 Juanma Barranquero <lektu@terra.es>
7869
7870 * fringe.c (Fdefine_fringe_bitmap): Fix typo in docstring.
7871
7872 * makefile.w32-in ($(BLD)/fringe.$(O)): Add dependencies.
7873
78742004-03-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7875
7876 * xfns.c (Fx_display_color_cells): Use number of planes to calculate
7877 how many colors can be displayed.
7878
78792004-03-01 Kenichi Handa <handa@m17n.org>
7880
7881 * editfns.c (Ftranslate_region): Handle multibyte chars in TABLE
7882 correctly.
7883
78842004-02-28 Kim F. Storm <storm@cua.dk>
7885
7886 * dispnew.c (update_window): Update header line also if there are
7887 no other changes in window (move code after set_cursor label).
7888
7889 * lisp.h (mark_window_display_accurate): Remove prototype.
7890
7891 * window.c (window_loop, Fforce_window_update): Force mode line
7892 updates by setting prevent_redisplay_optimizations_p and
7893 update_mode_lines.
7894
78952004-02-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7896
7897 * xfns.c (x_window): Fix indentation.
7898
7899 * xterm.c (x_calc_absolute_position): Call x_real_positions
7900 to get WM window sizes and use those to calculate position.
7901 (x_set_offset): Remove code commented out.
7902
79032004-02-28 Miles Bader <miles@gnu.org>
7904
7905 * keyboard.c (adjust_point_for_property): #ifdef-out dodgy xassert.
7906
79072004-02-28 Kim F. Storm <storm@cua.dk>
7908
7909 * keyboard.c (kbd_buffer_store_event_hold): New function to store
7910 an event into kbd fifo, but with special handling of quit event;
7911 a quit event is saved for later, and further events are discarded
7912 until the saved quit event has been processed.
7913 (kbd_buffer_store_event): Use kbd_buffer_store_event_hold.
7914 (gen_help_event): Store help event in kbd fifo.
7915 (NREAD_INPUT_EVENTS): Remove.
7916 (read_avail_input): Adapt to new read_socket_hook interface.
7917 Remove allocation and initialization of local input_event buffer,
7918 as read_socket_hook stores events directly in fifo. Allocate and
7919 initialize local hold_quit event to handle postponed quit event
7920 (and store it if set by kbd_buffer_store_event_hold).
7921
7922 * keyboard.h (kbd_buffer_store_event_hold): Add prototype.
7923 (gen_help_event): Fix prototype.
7924
7925 * macterm.c (XTread_socket): Remove bufp_r and
7926 numcharsp args. Add hold_quit arg.
7927 Rework to use just one, local, inev input_event. Store inev
7928 directly in fifo using kbd_buffer_store_event_hold.
7929
7930 * sysdep.c (BUFFER_SIZE_FACTOR): Remove.
7931 (read_input_waiting): Adapt to new read_socket_hook interface.
7932 Remove allocation and initialization of local input_event buffer,
7933 as read_socket_hook stores events directly in fifo. Allocate and
7934 initialize local hold_quit event to handle postponed quit event
7935 (and store it if set by kbd_buffer_store_event_hold).
7936
7937 * term.c (read_socket_hook): Fix arg list.
7938
7939 * termhooks.h (read_socket_hook): Fix prototype.
7940
7941 * w32inevt.c (w32_console_read_socket): Remove bufp_r and
7942 numcharsp args. Add hold_quit arg.
7943 Rework to use just one, local, inev input_event. Store inev
7944 directly in fifo using kbd_buffer_store_event_hold.
7945
7946 * w32inevt.h (w32_console_mouse_position): Fix prototype.
7947
7948 * w32term.c (w32_read_socket): Remove bufp_r and numcharsp args.
7949 Add hold_quit arg. Rework to use just one, local, inev
7950 input_event. Store inev directly in fifo using
7951 kbd_buffer_store_event_hold. Update count in one place.
7952 Postpone call to gen_help_event until inev is stored; use new
7953 local do_help for this.
7954 Remove local emacs_event in handing of ButtonPress event; just use
7955 inev instead (so no reason to copy it later).
7956
7957 * xsmfns.c (x_session_check_input): Remove numchars arg.
7958
7959 * xterm.c (x_focus_changed, x_detect_focus_change):
7960 Remove numchars arg. Always store event into bufp arg.
7961 Return nothing. Callers changed accordingly.
7962 (glyph_rect): Simplify.
7963 (STORE_KEYSYM_FOR_DEBUG): New macro.
7964 (SET_SAVED_MENU_EVENT): Use inev instead of bufp, etc.
7965 (current_bufp, current_numcharsp) [USE_GTK]: Remove.
7966 (current_hold_quit) [USE_GTK]: Add.
7967 (event_handler_gdk): Adapt to new handle_one_xevent.
7968 (handle_one_xevent): Remove bufp_r and numcharsp args.
7969 Add hold_quit arg. Rework to use just one, local, inev
7970 input_event. Store inev directly in fifo using
7971 kbd_buffer_store_event_hold. Update count in one place.
7972 Postpone call to gen_help_event until inev is stored; use new
7973 local do_help for this.
7974 Simplify handling of keysyms (consolidate common code). Fix bug
7975 where count was updated with nchars instead of nbytes.
7976 Remove local emacs_event in handing of ButtonPress event; just use
7977 inev instead (so no reason to copy it later).
7978 Remove `out' label. Rename label `ret' to `done'; add various
7979 `goto done' to clarify code flow in deeply nested blocks.
7980 (x_dispatch_event): Simplify as handle_one_xevent now calls
7981 kbd_buffer_store_event itself.
7982 (XTread_socket): Remove bufp_r and numcharsp args. Add hold_quit
7983 arg. Call handle_one_xevent with new arglist. Store event from
7984 x_session_check_input in fifo.
7985 [USE_GTK]: Setup current_hold_quit.
7986 Decrement handling_signal before unblocking input.
7987 (x_initialize) [USE_GTK]: Initialize current_count.
7988
7989 * xterm.h (x_session_check_input): Fix prototype.
7990
79912004-02-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7992
7993 * s/darwin.h (LD_SWITCH_SYSTEM_TEMACS): Add `-framework QuickTime'.
7994
7995 * dispextern.h [MAC_OSX]: Do not include Carbon/Carbon.h (now in
7996 macgui.h).
7997
7998 * emacs.c (main) [HAVE_CARBON]: Call init_xfns.
7999
8000 * macgui.h [MAC_OSX]: Include Carbon/Carbon.h.
8001 (mktime, DEBUG, Z, free, malloc, realloc, max, min)
8002 (init_process) [MAC_OSX] : Avoid conflicts with Carbon/Carbon.h.
8003 [!MAC_OSX]: Include QDOffscreen.h and Controls.h.
8004 (INFINITY) [MAC_OSX]: Avoid conflict with definition in math.h.
8005 (Bitmap): Remove typedef.
8006 (Pixmap): Change int to GWorldPtr.
8007
8008 * macmenu.c [MAC_OSX]: Don't include Carbon/Carbon.h (now in macgui.h).
8009
8010 * macterm.h [MAC_OSX]: Don't include Carbon/Carbon.h (now in macgui.h).
8011 (RED16_FROM_ULONG, GREEN16_FROM_ULONG, BLUE16_FROM_ULONG):
8012 New #define to extract 16-bit depth color components from unsigned
8013 long representation.
8014 (PIX_MASK_DRAW, PIX_MASK_RETAIN): New #define to represent pixel
8015 colors used for masks.
8016 (struct mac_display_info): Add color_p. Remove n_cbits.
8017
8018 * macfns.c: Include sys/types.h and sys/stat.h.
8019 [MAC_OSX]: Do not include Carbon/Carbon.h (now in macgui.h).
8020 Include QuickTime/QuickTime.h.
8021 (XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
8022 (XSetForeground, mac_draw_line_to_pixmap): Add externs for
8023 functions defined in macterm.c.
8024 (XImagePtr): New typedef. Corresponds to XImage * in xfns.c.
8025 (ZPixmap): New #define for compatibility with xfns.c.
8026 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
8027 (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
8028 (find_image_fsspec, image_load_qt_1, image_load_quicktime):
8029 New functions.
8030 (four_corners_best, x_create_x_image_and_pixmap)
8031 (x_destroy_x_image, unwind_create_frame, x_disable_image)
8032 (x_edge_detection, init_color_table, colors_in_color_table)
8033 (lookup_rgb_color, lookup_pixel_color, postprocess_image)
8034 (x_put_x_image, slurp_file, xbm_scan, xbm_load, xbm_load_image)
8035 (xbm_image_p, xbm_read_bitmap_data, xbm_file_p, x_to_xcolors)
8036 (x_from_xcolors, x_detect_edges): New declarations (from xfns.c).
8037 (mac_color_map_lookup, x_to_mac_color): Fix Lisp_Object/unsigned
8038 long mixup.
8039 (mac_defined_color, x_to_x_colors): Use RED16_FROM_ULONG etc.
8040 (x_decode_color): Don't use n_cbits (in struct mac_display_info).
8041 (x_set_foreground_color, x_set_cursor_color): Sync with w32fns.c.
8042 (x_set_cursor_type, Fxw_color_values, valid_image_p)
8043 (image_value_type, parse_image_spec, image_ascent, x_clear_image)
8044 (x_alloc_image_color, clear_image_cache, lookup_image)
8045 (x_find_image_file, xbm_read_bitmap_file_data)
8046 (enum xbm_keyword_index, xbm_format, xbm_image_p, xbm_scan)
8047 (xbm_read_bitmap_data, xbm_load, pbm_image_p, pbm_scan_number)
8048 (enum pbm_keyword_index, pbm_format, enum png_keyword_index)
8049 (png_format, png_image_p, enum jpeg_keyword_index, jpeg_format)
8050 (jpeg_image_p, enum tiff_keyword_index, tiff_format, tiff_image_p)
8051 (enum gif_keyword_index, gif_format, gif_image_p): Sync with xfns.c.
8052 (x_make_gc): Sync with xfns.c. Enclose unused `border_tile' with
8053 #if 0.
8054 (x_free_gcs): Sync with xfns.c. Enclose unused `border_tile' with
8055 #if 0. Free white_relief.gc and black_relief.gc.
8056 (unwind_create_frame, x_emboss, x_laplace, x_edge_detection):
8057 New functions (from xfns.c).
8058 (Fx_create_frame): Record unwind_create_frame.
8059 (Fxw_display_color_p): Use dpyinfo->color_p.
8060 (Fx_display_grayscale_p, Fx_display_planes): Don't use
8061 dpyinfo->n_cbits.
8062 (Fx_display_color_cells): Use dpyinfo->n_planes;
8063 (QCmatrix, QCcolor_adjustment, QCmask, Qemboss, Qedge_detection)
8064 (Qheuristic, cross_disabled_images, emboss_matrix)
8065 (laplace_matrix): New variables (from xfns.c).
8066 (Fimage_size, Fimage_mask_p, four_corners_best, image_background)
8067 (x_clear_image_1, postprocess_image, slurp_file, xbm_load_image)
8068 (xbm_file_p, x_to_xcolors, x_from_xcolors, x_detect_edges)
8069 (image_background_transparent): New function (from xfns.c).
8070 Use PIX_MASK_DRAW/PIX_MASK_RETAIN.
8071 (image_load_quicktime): Add declaration.
8072 [MAC_OSX] (image_load_quartz2d): Likewise.
8073 [MAC_OSX] (CGImageCreateWithPNGDataProviderProcType): New typedef.
8074 [MAC_OSX] (MyCGImageCreateWithPNGDataProvider): New variable.
8075 [MAC_OSX] (init_image_func_pointer, image_load_quartz2d): New funs.
8076 (xbm_load_image_from_file, x_laplace_read_row)
8077 (x_laplace_write_row, pbm_read_file): Remove functions.
8078 [HAVE_XPM] (enum xpm_keyword_index, xpm_format, xpm_image_p)
8079 (xpm_load): Sync with xfns.c (although XPM is not supported yet).
8080 (colors_in_color_table): Sync with xfns.c (although not used).
8081 (lookup_rgb_color): Don't lookup color table. Just do gamma
8082 correction.
8083 (COLOR_INTENSITY): New #define (from xfns.c).
8084 (x_disable_image): New function (from xfns.c).
8085 Use PIX_MASK_DRAW/PIX_MASK_RETAIN.
8086 (x_build_heuristic_mask): Sync with xfns.c.
8087 Use PIX_MASK_DRAW/PIX_MASK_RETAIN.
8088 (HAVE_PBM): Remove #ifdef.
8089 (pbm_load): Sync with xfns.c. Set img->width and img->height
8090 before IMAGE_BACKGROUND.
8091 (png_image_p, png_load): Don't enclose declarations with #if HAVE_PNG.
8092 (Qpng, enum png_keyword_index, png_format, png_type, png_image_p):
8093 Don't enclose with #if HAVE_PNG.
8094 [!HAVE_PNG] (png_load) [MAC_OSX]: Use image_load_quartz2d if a
8095 symbol _CGImageCreateWithPNGDataProvider is defined.
8096 Otherwise use image_load_quicktime.
8097 [!HAVE_PNG] (png_load) [!MAC_OSX]: Use image_load_quicktime.
8098 [HAVE_PNG] (png_load): Sync with xfns.c.
8099 Use PIX_MASK_DRAW/PIX_MASK_RETAIN.
8100 (jpeg_image_p, jpeg_load): Don't enclose declarations with #if
8101 HAVE_JPEG.
8102 (Qjpeg, enum jpeg_keyword_index, jpeg_format, jpeg_type)
8103 (jpeg_image_p): Don't enclose with #if HAVE_JPEG.
8104 [!HAVE_JPEG] (jpeg_load) [MAC_OSX]: Use image_load_quartz2d.
8105 [!HAVE_JPEG] (jpeg_load) [!MAC_OSX]: Use image_load_quicktime.
8106 [HAVE_JPEG] (jpeg_load): Sync with xfns.c.
8107 (tiff_image_p, tiff_load): Don't enclose declarations with #if
8108 HAVE_TIFF.
8109 (Qtiff, enum tiff_keyword_index, tiff_format, tiff_type)
8110 (tiff_image_p): Don't enclose with #if HAVE_TIFF.
8111 [!HAVE_TIFF] (tiff_load): Use image_load_quicktime.
8112 [HAVE_TIFF] (tiff_error_handler, tiff_warning_handler):
8113 New functions (from xfns.c).
8114 [HAVE_TIFF] (tiff_load): Sync with xfns.c.
8115 (gif_image_p, gif_load): Don't enclose declarations with #if HAVE_GIF.
8116 (Qgif, enum gif_keyword_index, gif_format, gif_type, gif_image_p):
8117 Don't enclose with #if HAVE_GIF.
8118 [!HAVE_GIF] (gif_load): Use Quicktime Movie Toolbox if it is
8119 animated gif. Otherwise use image_load_quicktime.
8120 [HAVE_GIF] (gif_lib.h): Temporarily define DrawText as
8121 gif_DrawText to avoid conflict with QuickdrawText.h.
8122 [HAVE_GIF] (gif_load): Sync with xfns.c.
8123 (enum gs_keyword_index, gs_format, gs_image_p, gs_load)
8124 [HAVE_GHOSTSCRIPT] (x_kill_gs_process): Sync with xfns.c (although
8125 Ghostscript is not supported yet).
8126 (syms_of_macfns): Initialize Qemboss, Qedge_detection, Qheuristic,
8127 QCmatrix, QCcolor_adjustment, and QCmask. Add DEFVAR_BOOL
8128 cross_disabled_images (from xfns.c). Remove #if 0 for supported
8129 image types. Remove #if HAVE_JPEG, HAVE_TIFF, HAVE_GIF, and
8130 HAVE_PNG. Add defsubr for Simage_size and Simage_mask_p.
8131 (init_xfns): Remove #if HAVE_JPEG, HAVE_TIFF, HAVE_GIF, and
8132 HAVE_PNG. Call EnterMovies to support animated gifs.
8133 Call init_image_func_pointer to bind a symbol
8134 _CGImageCreateWithPNGDataProvider if it is defined.
8135
8136 * macterm.c [MAC_OSX]: Don't include Carbon/Carbon.h (now in macgui.h).
8137 (x_draw_bar_cursor): Sync declaration with xterm.c.
8138 (XFreePixmap, mac_draw_rectangle_to_pixmap, mac_copy_area)
8139 (mac_copy_area_to_pixmap): Implementation with GWorld (offscreen
8140 graphics).
8141 (mac_set_forecolor, mac_set_backcolor): Use RED16_FROM_ULONG etc.
8142 (mac_draw_line_to_pixmap, XCreatePixmap)
8143 (XCreatePixmapFromBitmapData, mac_fill_rectangle_to_pixmap)
8144 (mac_copy_area_with_mask, mac_copy_area_with_mask_to_pixmap):
8145 New functions.
8146 (mac_draw_bitmap) [TARGET_API_MAC_CARBON]:
8147 Use GetPortBitMapForCopyBits instead of the cast to Bitmap *.
8148 Cast bits to char *.
8149 (reflect_byte): New function (from w32fns.c).
8150 (mac_create_bitmap_from_bitmap_data): Use it and don't stuff bits
8151 due to byte alignment.
8152 (mac_scroll_area) [TARGET_API_MAC_CARBON]:
8153 Use GetPortBitMapForCopyBits instead of the cast to Bitmap *.
8154 (XSetForeground): Remove static (now used in macfns.c).
8155 (HIGHLIGHT_COLOR_DARK_BOOST_LIMIT): New #define (from w32term.c).
8156 (mac_alloc_lighter_color, x_destroy_window): Sync with w32term.c.
8157 (x_setup_relief_color, x_setup_relief_colors, x_draw_box_rect)
8158 (x_draw_glyph_string_box, x_draw_image_foreground)
8159 (x_draw_image_foreground_1, x_draw_image_glyph_string)
8160 (x_draw_stretch_glyph_string, x_draw_glyph_string)
8161 (x_draw_hollow_cursor, x_draw_bar_cursor, mac_draw_window_cursor):
8162 Sync with xterm.c.
8163 (x_draw_relief_rect): Sync with xterm.c. Make 1 pixel shorter
8164 than the xterm.c version when a strictly horizontal or vertical
8165 line is drawn.
8166 (XTset_terminal_window): Add static.
8167 (x_make_frame_visible): Add UNBLOCK_INPUT.
8168 (x_free_frame_resources): New funcion (from xterm.c).
8169 (XTread_socket): Call handle_tool_bar_click if mouse up/down event
8170 occurs in tool bar area.
8171 (mac_initialize_display_info): Remove dpyinfo->n_cbits.
8172 Set dpyinfo->color_p. Determine dpyinfo->n_planes using HasDepth.
8173 Initialize image cache.
8174 (stricmp, wildstrieq, mac_font_pattern_match, mac_font_match):
8175 Enclose unused functions with #if 0.
8176 (Qbig5, Qcn_gb, Qsjis, Qeuc_kr): New variables.
8177 (decode_mac_font_name): New function to apply code conversions
8178 from a mac font name to an XLFD font name according to its script code.
8179 (x_font_name_to_mac_font_name): Apply code conversion from an XLFD
8180 font name to a mac font name according to REGISTRY and ENCODING fields.
8181 (init_font_name_table) [TARGET_API_MAC_CARBON]: Don't use a font
8182 whose name starts with `.'.
8183 (init_font_name_table): Use decode_mac_font_name. Add both
8184 jisx0208.1983-sjis and jisx0201.1976-0 entries if the script code
8185 of a font is smJapanese.
8186 (mac_do_list_fonts): New function to list fonts that match a given
8187 pattern.
8188 (x_list_fonts, XLoadQueryFont): Use it.
8189 (XLoadQueryFont): Set rbearing field for each variable width
8190 character to avoid needless redraw.
8191 (syms_of_macterm): Initialize Qbig5, Qcn_gb, Qsjis, and Qeuc_kr.
8192
81932004-02-26 Kim F. Storm <storm@cua.dk>
8194
8195 * keyboard.c (NREAD_INPUT_EVENTS): Temporarily increase to 512
8196 as read_socket_hook handler on X aborts if buffer is too small
8197 and W32 handler doesn't always check buffer limit.
8198
8199 * xdisp.c (handle_single_display_prop): Handle left-fringe and
8200 right-fringe similar to a display margin image. Specifically,
8201 the characters having the fringe prop are no longer shown, and
8202 we use IT_IMAGE/next_element_from_image with image_id = -1 to
8203 do this. Set fringe bitmap face_id in it->face_id.
8204 (produce_image_glyph): Handle image_id < 0 as "no image" case, but
8205 still realize it->face (i.e. the fringe bitmap face).
8206
82072004-02-25 Miles Bader <miles@gnu.org>
8208
8209 * xdisp.c (check_it): Check string/string_pos consistency.
8210 (init_iterator): Initialize string-related fields properly.
8211
82122004-02-11 Miles Bader <miles@gnu.org>
8213
8214 * xdisp.c (produce_image_glyph): Force negative descents to zero.
8215
82162004-02-10 Miles Bader <miles@gnu.org>
8217
8218 * xfns.c (lookup_image): Remove xassert(!interrupt_input_blocked);
8219 BLOCK_INPUT can be nested, so it doesn't make much sense.
8220
82212004-02-24 Michael Mauger <mmaug@yahoo.com>
8222
8223 * w32fns.c (slurp_file, xbm_scan, xbm_load_image)
8224 (xbm_read_bitmap_data): Use unsigned char for image data.
8225
82262004-02-23 Luc Teirlinck <teirllm@auburn.edu>
8227
8228 * abbrev.c (Finsert_abbrev_table_description): Doc fix.
8229
82302004-02-22 Jason Rumney <jasonr@gnu.org>
8231
8232 * w32term.c (w32_draw_fringe_bitmap): Draw overlaid bitmaps
8233 correctly over other bitmaps.
8234
82352004-02-21 Eli Zaretskii <eliz@gnu.org>
8236
8237 * emacs.c (USAGE1): Split into two halves.
8238 (USAGE2): Second half of the old USAGE1.
8239 (USAGE3): Rename from USAGE2.
8240 (USAGE4): Rename from USAGE3.
8241
82422004-02-21 Juri Linkov <juri@jurta.org>
8243
8244 * emacs.c (USAGE1): Add --no-desktop. Move --display from USAGE2.
8245 Fix --multibyte. Move --help, --version to USAGE2. Add alias
8246 --file. Fix -f, -l. Sort options. Untabify.
8247 (USAGE2): Add -hb. Fix --name, --title. Sort options. Untabify.
8248
82492004-02-19 Luc Teirlinck <teirllm@auburn.edu>
8250
8251 * category.c (Fdefine_category, Fcategory_docstring)
8252 (Fget_unused_category, Fset_category_table)
8253 (Fcategory_set_mnemonics): Doc fixes.
8254
82552004-02-20 Kim F. Storm <storm@cua.dk>
8256
8257 * keyboard.c: Undo 2004-02-16 and 2004-02-17 changes.
8258 The following changes are relative to the 2004-01-21 revision.
8259 (NREAD_INPUT_EVENTS): Define as max number of input events to read
8260 in one call to read_socket_hook. Value is 8.
8261 (read_avail_input): Separate and rework handling of read_socket_hook
8262 and non-read_socket_hook cases. Use smaller input_event buffer
8263 in read_socket_hook case, and repeat if full buffer is read.
8264 Use new local variable 'discard' to skip input after C-g.
8265 In non-read_socket_hook case, just use a single input_event, and
8266 call kbd_buffer_store_event on the fly for each character.
8267
82682004-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
8269
8270 * lisp.h (union Lisp_Object): Give a more precise type for `type'.
8271 Remove unused `gu' alternative.
8272
82732004-02-19 Andreas Schwab <schwab@suse.de>
8274
8275 * fringe.c (Fdefine_fringe_bitmap): Use && instead of & to avoid
8276 warning.
8277
82782004-02-18 Kim F. Storm <storm@cua.dk>
8279
8280 * xdisp.c (get_window_cursor_type, display_and_set_cursor):
8281 Fix last change.
8282
82832004-02-17 Kim F. Storm <storm@cua.dk>
8284
8285 * xdisp.c (fast_find_position): Fix return value of new version;
8286 it was inverted compared to the 21.1 version.
8287 (get_window_cursor_type): Don't look at glyph if NULL.
8288 (display_and_set_cursor): Set glyph to NULL if cursor in fringe.
8289
8290 * keyboard.c: Rework previous change; it didn't consider that the
8291 buf array was allocated on the stack.
8292 (prev_read): Remove variable.
8293 (read_avail_input_buf): New static event buffer array.
8294 (in_read_avail_input): New static variable to handle re-entrancy.
8295 (read_avail_input): Change buf to pinter to read_avail_input_buf.
8296 Use in_read_avail_input to handle re-entrance; when re-entered,
8297 fully initialize and use tmp_buf array instead of read_avail_input_buf.
8298 Do not initialize read_avail_input_buf in full here; instead assume it
8299 is always cleared on entry. To ensure that, we clear (just) the
8300 entries that were used before we return.
8301 (init_keyboard): Initialize read_avail_input_buf here.
8302
83032004-02-16 Jesper Harder <harder@ifa.au.dk>
8304
8305 * cmds.c (Fend_of_line): Doc fix.
8306
83072004-02-16 Dmitry Antipov <dmitry.antipov@mail.ru> (tiny change)
8308
8309 * keyboard.c (prev_read): New static variable.
8310 (read_avail_input): Use it to zero out only those slots in buf[]
8311 that were used last time we were called.
8312
83132004-02-16 Eli Zaretskii <eliz@gnu.org>
8314
8315 * Makefile.in (obj): Move fringe.o from here...
8316 (XOBJ, MAC_OBJ): ...to here.
8317
83182004-02-16 Stephen Eglen <stephen@gnu.org>
8319
8320 * fringe.c (init_fringe_bitmap): Define j in MAC_OS code.
8321
83222004-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
8323
8324 * data.c (Fbyteorder):
8325 * fringe.c (Fdefine_fringe_bitmap):
8326 * xdisp.c (handle_single_display_prop):
8327 * xselect.c (x_handle_dnd_message): Lisp_Object/int mixup.
8328
83292004-02-16 Jason Rumney <jasonr@gnu.org>
8330
8331 * w32term.c (w32_draw_fringe_bitmap): Handle overlay fringe bitmaps.
8332
83332004-02-15 Steven Tamm <steventamm@mac.com>
8334
8335 * macterm.c (Vmac_emulate_three_button_mouse): New variable for
8336 controlling emulation of a three button mouse with option and
8337 command keys.
8338 (Qreverse, mac_get_enumlated_btn): Handle the emulation.
8339 (mac_event_to_emacs_modifiers, XTread_socket): Ditto.
8340
83412004-02-15 Kim F. Storm <storm@cua.dk>
8342
8343 * buffer.c (syms_of_buffer): Doc fix for indicate-buffer-boundaries.
8344
8345 * fringe.c (init_fringe_bitmap) [MAC_OS, WORDS_BIG_ENDIAN]:
8346 Perform byte-swapping.
8347
83482004-02-14 Kim F. Storm <storm@cua.dk>
8349
8350 * dispextern.h (struct draw_fringe_bitmap_params): Change member
8351 bits from char to short to facilitate wider bitmaps.
8352 (struct redisplay_interface): Fix prototype of define_fringe_bitmap
8353 member.
8354
8355 * fringe.c (struct fringe_bitmap): Change member bits from char to
8356 short to facilitate 16 bits wide bitmaps. Modify all standard
8357 bitmaps accordingly.
8358 (BYTES_PER_BITMAP_ROW, STANDARD_BITMAP_HEIGHT): New macros.
8359 (FRBITS): Use STANDARD_BITMAP_HEIGHT instead of just sizeof.
8360 (draw_fringe_bitmap): Ditto.
8361 (init_fringe_bitmap) [MAC_OS]: Don't bitswap.
8362 (init_fringe_bitmap) [HAVE_X_WINDOWS]: Enhance bitswapping to
8363 handle up to 16 bits wide bitmaps.
8364 (Fdefine_fringe_bitmap): Doc fix. Handle wider bitmaps.
8365 (Ffringe_bitmaps_at_pos): Add missing arg declarations.
8366
8367 * macterm.c (mac_draw_bitmap): Handle 16 bits wide bitmaps directly.
8368 (x_draw_fringe_bitmap): Use enhanced mac_draw_bitmap, so we no longer
8369 need to call mac_create_bitmap_from_bitmap_data and mac_free_bitmap.
8370
8371 * w32term.c (w32_define_fringe_bitmap): Bitmaps are now 16 bits wide,
8372 so it is no longer necessary to expand them here.
8373
8374 * xterm.c (x_draw_fringe_bitmap): Handle wider bitmaps (max 16 bits).
8375
83762004-02-12 Kim F. Storm <storm@cua.dk>
8377
8378 * window.c (Fwindow_fringes): Doc fix.
8379
83802004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8381
8382 * xselect.c (x_get_foreign_selection): Add new optional parameter
8383 time_stamp.
8384 (Fx_get_selection_internal): Ditto, pass time_stamp to
8385 x_get_foreign_selection.
8386
8387 * data.c (Fbyteorder): New function.
8388
83892004-02-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8390
8391 * atimer.c: Move include stdio.h to same place as in other files.
8392
8393 * region-cache.c: Ditto.
8394
8395 * sysdep.c: Ditto.
8396
8397 * xfaces.c: Ditto.
8398
83992004-02-09 Sam Steingold <sds@gnu.org>
8400
8401 * w32term.c (w32_draw_fringe_bitmap): Fix a typo in the last patch.
8402
84032004-02-09 Kim F. Storm <storm@cua.dk>
8404
8405 * fringe.c: New file. Move original fringe related declarations
8406 and code from dispextern.h and xdisp.c here.
8407 Rework code to support user defined fringe bitmaps, redefining
8408 standard bitmaps, ability to overlay user defined bitmap with
8409 overlay arrow bitmap, and add faces to bitmaps.
8410 (Voverflow_newline_into_fringe): Declare here.
8411 (enum fringe_bitmap_align): New enum.
8412 (..._bits): All bitmaps are now defined without bitswapping; that
8413 is now done in init_fringe_once (if necessary).
8414 (standard_bitmaps): New array with specifications for the
8415 standard fringe bitmaps.
8416 (fringe_faces): New array.
8417 (valid_fringe_bitmap_id_p): New function.
8418 (draw_fringe_bitmap_1): Rename from draw_fringe_bitmap.
8419 (draw_fringe_bitmap): New function which draws fringe bitmap,
8420 possibly overlaying bitmap with cursor in right fringe or the
8421 overlay arrow in the left fringe.
8422 (update_window_fringes): Do not handle overlay arrow here.
8423 Compare and copy fringe bitmap faces.
8424 (init_fringe_bitmap): New function.
8425 (Fdefine_fringe_bitmap, Fdestroy_fringe_bitmap): New DEFUNs to
8426 define and destroy user defined fringe bitmaps.
8427 (Fset_fringe_bitmap_face): New DEFUN to set face for a fringe bitmap.
8428 (Ffringe_bitmaps_at_pos): New DEFUN to read current fringe bitmaps.
8429 (syms_of_fringe): New function. Defsubr new DEFUNs.
8430 DEFVAR_LISP Voverflow_newline_into_fringe.
8431 (init_fringe_once, init_fringe): New functions.
8432 (w32_init_fringe, w32_reset_fringes) [WINDOWS_NT]: New functions.
8433
8434 * Makefile.in (obj): Add fringe.o.
8435 (fringe.o): New dependencies.
8436
8437 * dispextern.h (FRINGE_ID_BITS): New definition for number of
8438 bits allocated to hold a fringe number. Increase number of bits
8439 from 4 to 8 to allow user defined fringe bitmaps.
8440 (struct glyph_row, struct it): New members left_user_fringe_bitmap,
8441 left_user_fringe_face_id, right_user_fringe_bitmap,
8442 right_user_fringe_face_id.
8443 (enum fringe_bitmap_type, struct fringe_bitmap, fringe_bitmaps):
8444 Move to new file fringe.c.
8445 (MAX_FRINGE_BITMAPS): Define here.
8446 (struct draw_fringe_bitmap_params): New members bits, cursor_p,
8447 and overlay_p. Change member which to int.
8448 (struct redisplay_interface): New members define_fringe_bitmap
8449 and destroy_fringe_bitmap.
8450 (valid_fringe_bitmap_id_p): Add prototype.
8451 (w32_init_fringe, w32_reset_fringes) [WINDOWS_NT]: Add prototypes.
8452
8453 * dispnew.c (row_equal_p): Compare fringe bitmap faces and overlay
8454 arrows.
8455 (update_frame): Do flush_display if force_flush_display_p to
8456 ensure display (specifically fringes) are updated in a timely
8457 manner when resizing the frame by dragging the mouse.
8458 (update_window_line): Update row if overlay arrow changed.
8459 (scrolling_window): Redraw fringe bitmaps if fringe bitmap faces
8460 or overlay arrow changed.
8461
8462 * emacs.c (main) [HAVE_WINDOW_SYSTEM]: Call init_fringe_once,
8463 syms_of_fringe, and init_fringe.
8464
8465 * frame.h (struct frame): New member force_flush_display_p.
8466
8467 * lisp.h (syms_of_fringe, init_fringe, init_fringe_once):
8468 Add prototypes.
8469
8470 * macterm.c (mac_draw_bitmap): Add overlay_p arg.
8471 (x_draw_fringe_bitmap): Handle overlayed fringe bitmaps;
8472 thanks to YAMAMOTO Mitsuharu for advice on how to do this.
8473 Use cursor color for displaying cursor in fringe.
8474 (x_redisplay_interface): Add null handlers for
8475 define_fringe_bitmap and destroy_fringe_bitmap functions.
8476
8477 * w32term.c (w32_draw_fringe_bitmap): Copy unadapted code from
8478 xterm.c to handle overlayed fringe bitmaps and to use cursor color
8479 for displaying cursor in fringe.
8480 (w32_define_fringe_bitmap, w32_destroy_fringe_bitmap): New W32
8481 specific functions to define and destroy fringe bitmaps in fringe_bmp.
8482 (w32_redisplay_interface): Add them to redisplay_interface.
8483 (w32_term_init): Call w32_init_fringe instead of explicitly
8484 defining fringe bitmaps in fringe_bmp array.
8485 (x_delete_display): Call w32_reset_fringes instead of explicitly
8486 destroying fringe bitmaps in fringe_bmp array.
8487
8488 * xdisp.c (Voverflow_newline_into_fringe, syms_of_xdisp)
8489 (left_bits, right_bits, up_arrow_bits, down_arrow_bits)
8490 (continued_bits, continuation_bits, ov_bits, first_line_bits)
8491 (last_line_bits, filled_box_cursor_bits, hollow_box_cursor_bits)
8492 (bar_cursor_bits, hbar_cursor_bits, zv_bits, hollow_square_bits)
8493 (fringe_bitmaps, draw_fringe_bitmap, draw_row_fringe_bitmaps)
8494 (draw_window_fringes, compute_fringe_widths, update_window_fringes):
8495 Move fringe handling vars and code to new file fringe.c.
8496 (handle_display_prop): Handle left-fringe and right-fringe
8497 display properties; store user fringe bitmaps in iterator.
8498 (move_it_in_display_line_to): Handle cursor in fringe at eob.
8499 (clear_garbaged_frames): Set force_flush_display_p if resized.
8500 (redisplay_window): Redraw fringe bitmaps if not just_this_one_p.
8501 (display_line): Handle cursor in fringe at eob.
8502 (display_line): Set row user fringe bitmaps from iterator.
8503
8504 * xterm.c (x_draw_fringe_bitmap): Handle overlayed fringe bitmaps.
8505 Use cursor color for displaying cursor in fringe.
8506 (x_redisplay_interface): Add null handlers for
8507 define_fringe_bitmap and destroy_fringe_bitmap functions.
8508
85092004-02-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8510
8511 * macfns.c (Fx_change_window_property): Make doc string and
8512 parameters same as for X version.
8513
8514 * w32fns.c (Fx_change_window_property): Ditto.
8515
85162004-02-07 Kim F. Storm <storm@cua.dk>
8517
8518 * xdisp.c (hscroll_window_tree): Position cursor near to right
8519 margin in hscrolled window when jumping to end of line (rather
8520 than centering cursor).
8521
8522 * process.c (wait_reading_process_input): Don't do adaptive read
8523 buffering if waiting for a specific process.
8524
85252004-02-05 Luc Teirlinck <teirllm@auburn.edu>
8526
8527 * minibuf.c (Fminibufferp, Fread_from_minibuffer)
8528 (Fread_minibuffer, Feval_minibuffer)
8529 (Fread_string, Fread_no_blanks_input)
8530 (Fcompleting_read): Doc fixes.
8531 (syms_of_minibuf): Doc fixes for minibuffer-completion-table and
8532 completion-regexp-list. Define Qcase_fold_search and staticpro it.
8533 (read_minibuf): Fix initial comment.
8534 (Ftry_completion, Fall_completions, Ftest_completion): Bind
8535 case-fold-search to the value of completion-ignore-case when
8536 checking completion-regexp-list.
8537 (Fdisplay_completion_list): Make it handle arguments that are
8538 symbols. Doc fix.
8539
85402004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8541
8542 * xterm.h: Add declaration of free_frame_menubar.
8543
8544 * xfns.c (x_create_bitmap_mask): Removed unused variable depth.
8545 (x_set_menu_bar_lines): Added ! defined USE_GTK for olines.
8546 (Fx_change_window_property): Add declaration of parameters type and
8547 format. Remove unused variable cons.
8548
8549 * xselect.c: Include stdio,h.
8550
85512004-02-05 Kenichi Handa <handa@m17n.org>
8552
8553 * fns.c (Fset_char_table_range): Fix previous change.
8554
8555 * buffer.c (Fset_buffer_multibyte): Fix docstring.
8556
85572004-02-04 Luc Teirlinck <teirllm@auburn.edu>
8558
8559 * editfns.c (Fchar_after, Fchar_before): Doc fixes.
8560
85612004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
8562
8563 * keymap.c (Vmouse_events): Rename from Vmenu_events.
8564 (syms_of_keymap): Add mouse-[45], header-line, and mode-line to it.
8565
85662004-02-04 Kenichi Handa <handa@m17n.org>
8567
8568 * fns.c (Fset_char_table_range): Handle charsets ascii,
8569 eight-bit-control, and eight-bit-graphic correctly.
8570
85712004-02-03 Jason Rumney <jasonr@gnu.org>
8572
8573 * w32select.c (Fw32_set_clipboard_data): Make coding iso2022 safe.
8574
8575 * w32fns.c (x_to_w32_font): Likewise.
8576
85772004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8578
8579 * xterm.h: Add x_handle_dnd_message, x_check_property_data,
8580 x_fill_property_data, x_property_data_to_lisp and check_x_display_info.
8581
8582 * xterm.c (handle_one_xevent): Call x_handle_dnd_message for
8583 ClientMessages.
8584
8585 * xselect.c: Include termhooks.h and X11/Xproto.h
8586 (x_check_property_data, x_fill_property_data)
8587 (x_property_data_to_lisp, mouse_position_for_drop)
8588 (Fx_get_atom_name, x_handle_dnd_message): New functions for DND support.
8589 (Fx_send_client_event): Move here from xfns.c.
8590 (syms_of_xselect): Add Sx_get_atom_name and Sx_send_client_message.
8591
8592 * xfns.c (x-send-client-message): Move to xselect.c
8593 (Fx_change_window_property): Add optional arguments TYPE, FORMAT and
8594 OUTER_P.
8595 (Fx_window_property): Add optional arguments TYPE, SOURCE, DELETE_P,
8596 VECTOR_RET_P. Handle AnyPropertyType. Call x_property_data_to_lisp
8597 if vector_ret_p is true.
8598 (syms_of_xfns): Sx_send_client_message moved to xselect.c.
8599
86002004-02-02 Eli Zaretskii <eliz@gnu.org>
8601
8602 * fileio.c (Fcopy_file): If NEWNAME is a directory, expand the
8603 basename of FILE relative to it, not FILE itself.
8604
86052004-02-02 Kenichi Handa <handa@m17n.org>
8606
8607 * coding.c (coding_restore_composition): Check invalid
8608 composition data more rigidly.
8609
86102004-01-30 Luc Teirlinck <teirllm@auburn.edu>
8611
8612 * fileio.c (Fread_file_name_internal): Correctly handle the case
8613 where insert-default-directory is nil.
8614 (Fread_file_name): Always return an empty string if the user exits
8615 with an empty minibuffer. Adapt the docstring accordingly.
8616 (syms_of_fileio): Adapt the docstring of insert-default-directory
8617 to the change in Fread_file_name.
8618
86192004-01-29 Eli Zaretskii <eliz@gnu.org>
8620
8621 * alloca.c [!alloca]: Fix the prototype for xfree.
8622
86232004-01-29 Kenichi Handa <handa@m17n.org>
8624
8625 * fns.c (string_char_to_byte): Optimize for ASCII only string.
8626 (string_byte_to_char): Likewise.
8627
86282004-01-28 Peter Runestig <peter@runestig.com>
8629
8630 * makefile.w32-in, w32fns.c: Add `default-printer-name' function.
8631
86322004-01-27 Steven Tamm <steventamm@mac.com>
8633
8634 * unexmacosx.c (unexec_copy): Do not copy more than was
8635 requested to prevent overwriting during unexec.
8636
86372004-01-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8638
8639 * process.c (sigchld_handler): Add comment about not calling malloc.
8640
8641 * process.h: Add extern to synch_process_termsig.
8642
86432004-01-27 Steven Tamm <steventamm@mac.com>
8644
8645 * macterm.c (make_mac_frame, make_mac_terminal_frame):
8646 Move setting of scroll bars from make_mac_frame to
8647 make_mac_terminal_frame to prevent clobbering of scroll-bar-mode.
8648
86492004-01-26 Richard M. Stallman <rms@gnu.org>
8650
8651 * search.c (Freplace_match): Handle nonexistent
8652 back-references properly.
8653
86542004-01-03 Richard M. Stallman <rms@gnu.org>
8655
8656 * window.c (decode_any_window): New function.
8657 (Fwindow_height, Fwindow_width, Fwindow_edges)
8658 (Fwindow_pixel_edges, Fwindow_inside_edges)
8659 (Fwindow_inside_pixel_edges): Use decode_any_window.
8660
86612004-01-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8662
8663 * process.h: synch_process_termsig new variable.
8664
8665 * callproc.c: Define synch_process_termsig.
8666 (Fcall_process): Initiate synch_process_termsig to zero and
8667 check if non-zero and get signal name after subprocess has ended.
8668
8669 * process.c (sigchld_handler): Set synch_process_termsig
8670 if terminated by a signal. synch_process_death setting removed.
8671
8672 * sysdep.c (mkdir, rmdir): Also check synch_process_termsig.
8673
86742004-01-26 Andreas Schwab <schwab@suse.de>
8675
8676 * print.c (print_preprocess): Declare size as EMACS_INT to not
8677 lose bits.
8678 (print_object): Likewise.
8679 * alloc.c (Fpurecopy): Likewise.
8680
86812004-01-25 Luc Teirlinck <teirllm@auburn.edu>
8682
8683 * window.c (Fwindow_minibuffer_p): Doc fix.
8684
86852004-01-24 Jonathan Yavner <jyavner@member.fsf.org>
8686
8687 * editfns.c (Fformat): Make both passes accept the same set of flags.
8688
86892004-01-23 Kenichi Handa <handa@m17n.org>
8690
8691 * fns.c (Fmd5): If OBJECT is a buffer different from the current
8692 one, set buffer to OBJECT temporarily.
8693
86942004-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
8695
8696 * keyboard.c (kbd_buffer_gcpro): Remove.
8697 (kbd_buffer_store_event, clear_event, Fdiscard_input)
8698 (stuff_buffered_input, init_keyboard, syms_of_keyboard):
8699 Don't initialize and/or maintain the variable any more. It was made
8700 redundant by my commit of 2003-06-15.
8701
8702 * lisp.h [USE_LSB_TAG && !DECL_ALIGN]: Signal an error.
8703
87042004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8705
8706 * lisp.h: Add undef DECL_ALIGN.
8707
87082004-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
8709
8710 * process.c (wait_reading_process_input) [SYNC_INPUT]:
8711 Check interrupt_input_pending explicitly.
8712
8713 * lisp.h (QUIT) [SYNC_INPUT]: Check interrupt_input_pending as well.
8714
8715 * keyboard.c (handle_async_input): New fun,
8716 extracted from input_available_signal.
8717 (input_available_signal, reinvoke_input_signal): Use it.
8718
87192004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
8720
8721 * buffer.c (buffer_defaults, buffer_local_symbols): Use DECL_ALIGN.
8722
8723 * lisp.h [USE_LSB_TAG]: Add definitions for Lisp_Object value
8724 manipulation macros for when tags are in the lower bits.
8725 (struct Lisp_Free) [USE_LSB_TAG]: Add padding.
8726 (DECL_ALIGN): New macro.
8727 (DEFUN): Use it.
8728
8729 * lisp.h [ENABLE_CHECKING]: Don't force union type.
8730
8731 * s/darwin.h (__attribute__): Remove outdated workaround.
8732
8733 * macterm.c (main) [USE_LSB_TAG]: Don't range check the ram.
8734
8735 * alloc.c (lisp_malloc, lisp_align_malloc) [USE_LSB_TAG]:
8736 Don't check range of malloc address.
8737 (pure_alloc) [USE_LSB_TAG]: Enforce alignment.
8738
8739 * process.c (wait_reading_process_input): Lisp_Object/int mixup.
8740
8741 * dired.c (Ffile_attributes): Lisp_Object/int mixup.
8742
87432004-01-19 Kenichi Handa <handa@m17n.org>
8744
8745 * fontset.c (fontset_font_pattern): Fix previous change.
8746
87472004-01-16 Miles Bader <miles@gnu.ai.mit.edu>
8748
8749 * xdisp.c (Voverflow_newline_into_fringe)
8750 (move_it_in_display_line_to, redisplay_internal)
8751 (update_window_fringes, redisplay_window, display_line, window):
8752 Add `#ifdef HAVE_WINDOW_SYSTEM' around fringe-drawing stuff, so
8753 that it compiles without a window-system.
8754 * dispnew.c (direct_output_for_insert, update_window): Likewise.
8755
87562004-01-16 Kim F. Storm <storm@cua.dk>
8757
8758 * buffer.h (struct buffer): New member indicate_buffer_boundaries.
8759
8760 * buffer.c (init_buffer_once): Set buffer_defaults and
8761 buffer_local_flags for indicate_buffer_boundaries.
8762 (syms_of_buffer): Defvar_per_buffer it, and defvar_lisp_nopro
8763 default- variable for it.
8764
8765 * dispextern.h (struct glyph_row): New members left_fringe_bitmap,
8766 right_fringe_bitmap, redraw_fringe_bitmaps_p for new fringe handling.
8767 New members exact_window_width_line_p and cursor_in_fringe_p for
8768 overflowing newlines into right fringe.
8769 New members indicate_bob_p, indicate_top_line_p, indicate_eob_p,
8770 and indicate_bottom_line_p for buffer boundaries and scrolling.
8771 (enum fringe_bitmap_type): Add UP_ARROW_BITMAP, DOWN_ARROW_BITMAP,
8772 FIRST_LINE_BITMAP, LAST_LINE_BITMAP, FILLED_BOX_CURSOR_BITMAP,
8773 HOLLOW_BOX_CURSOR_BITMAP, BAR_CURSOR_BITMAP, HBAR_CURSOR_BITMAP,
8774 and HOLLOW_SQUARE_BITMAP.
8775 (draw_fringe_bitmap, draw_window_fringes, update_window_fringes):
8776 Add prototypes.
8777
8778 * dispnew.c (row_equal_p, update_window_line): Compare fringe bitmaps
8779 instead of related indicator fields.
8780 Compare exact_window_width_line_p and cursor_in_mouse_face_p indicators.
8781 (direct_output_for_insert): Handle exact width lines like
8782 contined lines. Call update_window_fringes.
8783 (update_window): Call update_window_fringes.
8784 (scrolling_window): Don't skip desired rows with changed bitmaps.
8785 Check if fringe bitmaps changes when assigning scrolled rows.
8786
8787 * xdisp.c (Voverflow_newline_into_fringe): New variable.
8788 (IT_OVERFLOW_NEWLINE_INTO_FRINGE): New macro.
8789 (move_it_in_display_line_to): Overflow newline into fringe for
8790 rows that are exactly as wide as the window.
8791 (up_arrow_bits, down_arrow_bits, first_line_bits, last_line_bits)
8792 (filled_box_cursor_bits, hollow_box_cursor_bits, bar_cursor_bits)
8793 (hbar_cursor_bits, hollow_square_bits): New fringe bitmaps.
8794 (fringe_bitmaps): Add new bitmaps.
8795 (draw_fringe_bitmap): Make extern. Remove WHICH arg.
8796 Select proper bitmap for cursor in fringe when appropriate.
8797 Handle alignment of bitmap to top or bottom of row.
8798 (draw_row_fringe_bitmaps): Don't select bitmaps here; that is now
8799 done by update_window_fringes.
8800 (update_window_fringes, draw_window_fringes): New functions.
8801 (redisplay_internal): Call update_window_fringes in case only
8802 cursor row is updated.
8803 (redisplay_window): Call update_window_fringes.
8804 Explicitly call draw_window_fringes if redisplay was done using
8805 the current matrix or the overlay arrow is in the window.
8806 (try_window_reusing_current_matrix): Mark scrolled rows for
8807 fringe update (to update buffer-boundaries / scrolling icons).
8808 (find_last_unchanged_at_beg_row): Handle exact width lines line
8809 continued lines.
8810 (display_line): Overflow newline into fringe for rows that are
8811 exactly as wide as the window. Don't append space for newline
8812 in this case.
8813 (notice_overwritten_cursor): Explicitly clear cursor bitmap
8814 in fringe as if it had been overwritten.
8815 (erase_phys_cursor): Erase cursor bitmap in fringe.
8816 (syms_of_xdisp): Mark show-trailing-whitespace and
8817 void-text-area-pointer as user options.
8818 DEFVAR_LISP Voverflow_newline_into_fringe. Enable by default.
8819
8820 * xterm.c (x_update_window_end): Call draw_window_fringes.
8821 (x_after_update_window_line): Just set redraw_fringe_bitmaps_p
8822 in row instead of actually drawing fringe bitmaps.
8823 (x_draw_fringe_bitmap): Handle bottom aligned bitmaps.
8824 (x_draw_window_cursor): Draw cursor in fringe.
8825
8826 * w32term.c (x_update_window_end): Call draw_window_fringes.
8827 (x_after_update_window_line): Just set redraw_fringe_bitmaps_p
8828 in row instead of actually drawing fringe bitmaps.
8829 (w32_draw_fringe_bitmap): Handle bottom aligned bitmaps.
8830 (w32_draw_window_cursor): Draw cursor in fringe.
8831
8832 * macterm.c (x_update_window_end): Call draw_window_fringes.
8833 (x_after_update_window_line): Just set redraw_fringe_bitmaps_p
8834 in row instead of actually drawing fringe bitmaps.
8835 (x_draw_fringe_bitmap): Handle bottom aligned bitmaps.
8836 (mac_draw_window_cursor): Draw cursor in fringe.
8837
88382004-01-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8839
8840 * xterm.c (handle_one_xevent): Don't handle characters that are part
8841 of an old style (XLookupString) compose sequence.
8842
88432004-01-15 Kenichi Handa <handa@m17n.org>
8844
8845 * search.c (Freplace_match): Use make_multibyte_string or
8846 make_unibyte_string according to the buffer multibyteness.
8847
88482004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
8849
8850 * alloc.c (struct interval_block, struct string_block)
8851 (struct symbol_block, struct marker_block, live_string_p)
8852 (live_cons_p, live_symbol_p, live_float_p, live_misc_p):
8853 Better preserve alignment for objects in blocks.
8854 (FLOAT_BLOCK_SIZE): Adjust for possible alignment padding.
8855
8856 * lread.c (defvar_per_buffer): Remove dead declaration.
8857
8858 * macterm.c (do_check_ram_size): Don't hardcode the lisp address
8859 space size.
8860
88612004-01-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8862
8863 * xmenu.c (popup_get_selection): Check new parameter down_on_keypress
8864 if a key press should pop down. Only pop down if a key is pressed
8865 outside the menu/dialog.
8866 (create_and_show_popup_menu): Pass 0 for down_on_keypress to
8867 popup_get_selection.
8868 (create_and_show_dialog): Pass 1 for down_on_keypress to
8869 popup_get_selection.
8870
88712004-01-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8872
8873 * alloc.c (allocate_vectorlike): Surround calls to mallopt with
8874 BLOCK/UNBLOCK_INPUT.
8875
88762004-01-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8877
8878 * xmenu.c (Fx_popup_dialog): Add an Ok button if no buttons are
8879 specified.
8880
88812004-01-08 Kenichi Handa <handa@m17n.org>
8882
8883 * editfns.c (Fformat): Fix '&' to '&&'.
8884
88852004-01-08 Andreas Schwab <schwab@suse.de>
8886
8887 * print.c (print_preprocess) <case Lisp_Vectorlike>: Only mask
8888 size if PSEUDOVECTOR_FLAG is set.
8889
88902004-01-07 Kenichi Handa <handa@m17n.org>
8891
8892 * charset.c (Fdeclare_equiv_charset): Fix docstring.
8893
8894 * fontset.c (fontset_ref_via_base): Fix previous change.
8895
88962004-01-07 Kim F. Storm <storm@cua.dk>
8897
8898 * process.c (read_process_output): Only activate adaptive
8899 buffering if we read less than 256 bytes at a time.
8900
89012004-01-06 Kim F. Storm <storm@cua.dk>
8902
8903 * dispnew.c (buffer_posn_from_coords): Return both buffer/string
8904 object and image object. Return glyph width and height.
8905 (mode_line_string, marginal_area_string): Ditto.
8906
8907 * dispextern.h (buffer_posn_from_coords, mode_line_string)
8908 (marginal_area_string): Fix prototypes.
8909
8910 * keyboard.h (POSN_POSN, POSN_SET_POSN): Rename macros from
8911 POSN_BUFFER_POSN and POSN_SET_BUFFER_POSN. All uses changed.
8912 (POSN_INBUFFER_P, POSN_BUFFER_POSN): New macros.
8913
8914 * keyboard.c (make_lispy_position): Use modified mode_line_string,
8915 buffer_posn_from_coords, and marginal_area_string functions to
8916 include both string object and image object in the lispy position.
8917 Also add actual glyph width and height to position.
8918 (read_key_sequence): Use real buffer position from mouse
8919 event to find keymap property even when click is in marginal area.
8920
8921 * xdisp.c (note_mode_line_or_margin_highlight): Use modified
8922 mode_line_string and marginal_area_string functions to handle
8923 both string object and image object properties.
8924
89252004-01-06 Andreas Schwab <schwab@suse.de>
8926
8927 * syntax.c (skip_chars): Treat '-' at end of string as ordinary
8928 character.
8929
89302004-01-02 Andreas Schwab <schwab@suse.de>
8931
8932 * macterm.c (emacs_options, x_initialized, same_x_server):
8933 Remove unused (and duplicated) definitions.
8934
89352004-01-02 Kim F. Storm <storm@cua.dk>
8936
8937 * process.h (struct Lisp_Process): New members for adaptive read
8938 buffering: adaptive_read_buffering, read_output_delay, and
8939 read_output_skip.
8940
8941 * process.c (ADAPTIVE_READ_BUFFERING): New conditional.
8942 (READ_OUTPUT_DELAY_INCREMENT, READ_OUTPUT_DELAY_MAX)
8943 (READ_OUTPUT_DELAY_MAX_MAX): New constants.
8944 (process_output_delay_count, process_output_skip): New vars.
8945 (Vprocess_adaptive_read_buffering): New variable.
8946 (make_process): Initialize adaptive read buffering members.
8947 (Fstart_process): Set adaptive_read_buffering member.
8948 (deactivate_process): Cleanup adaptive read buffering.
8949 (wait_reading_process_input): Temporarily omit delayed
8950 subprocesses from the set of file descriptors to read from;
8951 adjust the select timeout if we skipped any subprocesses.
8952 (read_process_output): Increase adaptive read buffering delay if
8953 we read less than a full buffer; reduce delay when we read a
8954 full buffer.
8955 (send_process): Simplify using local Lisp_Process var.
8956 Reset adaptive read buffering delay after write.
8957 (init_process): Initialize process_output_delay_count and
8958 process_output_skip.
8959 (syms_of_process): DEFVAR_LISP Vprocess_adaptive_read_buffering.
8960
89612004-01-01 Jason Rumney <jasonr@gnu.org>
8962
8963 * w32term.c (w32_text_out): Use s->font, for consistency with callers.
8964
89652003-12-30 Luc Teirlinck <teirllm@auburn.edu>
8966
8967 * print.c (Ferror_message_string): Add hyperlink in the docstring
8968 to the definition of `signal' in the Elisp manual.
8969 * eval.c (Fsignal): Ditto.
8970
89712003-12-29 James Clark <jjc@jclark.com>
8972
8973 * fns.c (internal_equal): Return t for two NaN arguments.
8974
89752003-12-29 Richard M. Stallman <rms@gnu.org>
8976
8977 * data.c (store_symval_forwarding): Handle setting
8978 default-fill-column, etc., by changing the value in
8979 buffers that use the default.
8980
8981 * minibuf.c (Fset_minibuffer_window): Doc fix.
8982
8983 * fileio.c (choose_write_coding_system): Ignore auto_saving
8984 if using the visited file for auto saves.
8985 (Fwrite_region): Don't update SAVE_MODIFF
8986 if auto-saving in visited file.
8987
89882003-12-29 Kenichi Handa <handa@m17n.org>
8989
8990 * dispextern.h (face_font_available_p): Extern it.
8991
8992 * fontset.c (Voverriding_fontspec_alist): New variable.
8993 (lookup_overriding_fontspec): New function.
8994 (fontset_ref_via_base): Call lookup_overriding_fontspec if necessary.
8995 (fontset_font_pattern): Likewise.
8996 (regulalize_fontname): New function.
8997 (Fset_fontset_font): Call regulalize_fontname.
8998 (Fset_overriding_fontspec_internal): New function.
8999 (syms_of_fontset): Initialize and staticpro Voverriding_fontspec_alist.
9000 Defsubr Sset_overriding_fontspec_internal.
9001
9002 * xfaces.c (face_font_available_p): New function.
9003
90042003-12-28 Richard M. Stallman <rms@gnu.org>
9005
9006 * buffer.c (Fother_buffer): Don't crash if BUF is nil
9007 or if its name is nil.
9008
9009 * buffer.c (Fkill_buffer): Don't delete auto-save file
9010 if it's the same as the visited file.
9011
90122003-12-28 Luc Teirlinck <teirllm@auburn.edu>
9013
9014 * coding.c (Fcheck_coding_system): Doc fix.
9015
90162003-12-28 Kim F. Storm <storm@cua.dk>
9017
9018 * Makefile.in (eval.o): Depend on dispextern.h.
9019
9020 * dispnew.c (buffer_posn_from_coords): Fix calculation of dy for
9021 image glyph using image's ascent.
9022 (mode_line_string): Return image glyph as object clicked on.
9023 Adjust y0 for image glyph using image's ascent.
9024
9025 * dispextern.h (FACE_ID_BITS, MAX_FACE_ID): New defines.
9026 (struct glyph): New members, ascent and descent. Used to save
9027 this glyph's ascent and descent, instead of having.
9028 (struct glyph): Declare member face_id using FACE_ID_BITS.
9029 (find_hot_spot): Add prototype.
9030
9031 * keyboard.c (Qimage): Remove extern (now in lisp.h).
9032 (QCmap): Declare extern.
9033 (make_lispy_position): When position is inside image hot-spot,
9034 use hot-spot element's id as posn element.
9035
9036 * lisp.h (IMAGEP): New macro to test for image object type.
9037 (Qimage): Declare extern.
9038
9039 * macfns.c (Qimage): Remove extern (now in lisp.h).
9040 (valid_image_p, parse_image_spec): Use IMAGEP macro.
9041
9042 * macterm.c (Qface, Qmouse_face): Remove unused externs.
9043
9044 * w32fns.c (Qimage): Remove extern (now in lisp.h).
9045 (valid_image_p, parse_image_spec): Use IMAGEP macro.
9046
9047 * w32menu.c (Qmouse_click, Qevent_kind): Remove unused externs.
9048
9049 * w32term.c (Qface, Qmouse_face): Remove unused externs.
9050
9051 * xdisp.c (Qarrow, Qhand, Qtext, Qpointer): New variables for
9052 pointer types.
9053 (Qrelative_width, Qalign_to): Remove unused variables.
9054 (Vvoid_text_area_pointer): Replace Vshow_text_cursor_in_void.
9055 (QCmap, QCpointer, Qrect, Qcircle, Qpoly): New variables for
9056 image maps.
9057 (x_y_to_hpos_vpos): Return glyph relative coordinates through
9058 new dx and dy args.
9059 Remove buffer_only_p arg (always 0). Simplify code accordingly.
9060 (get_glyph_string_clip_rect): Draw cursor using glyph's rather
9061 than row's ascent and height, to get sensible height on tall rows.
9062 (build_desired_tool_bar_string): Remove Qimage extern.
9063 (get_tool_bar_item): Fix call to x_y_to_hpos_vpos.
9064 (produce_image_glyph): Adjust it.ascent to minimum row ascent if
9065 image glyph is alone on the last line.
9066 (append_glyph, append_composite_glyph, produce_image_glyph)
9067 (append_stretch_glyph): Set glyph's ascent and descent.
9068 (on_hot_spot_p): New function to check if position is inside an
9069 rectangular, circular, or polygon-shaped image hot-spot,
9070 (find_hot_spot): New function to search for image hot-spot.
9071 (Flookup_image_map): New defun to search for image hot-spot.
9072 (define_frame_cursor1): New aux function to determine frame pointer.
9073 (note_mode_line_or_margin_highlight, note_mouse_highlight):
9074 Handle `pointer' text property and :pointer image property to
9075 control frame pointer shape. Detect image hot-spots for pointer
9076 and help_echo properties. Use define_frame_cursor1.
9077 (note_mouse_highlight): Use Vvoid_text_area_pointer.
9078 (syms_of_xdisp): Defsubr new defun. Intern and staticpro new variables.
9079 DEFVAR_LISP Vvoid_text_area_pointer instead of Vshow_text_cursor_in_void.
9080
9081 * xfaces.c (cache_face): Abort if c->size exceeds MAX_FACE_ID.
9082
9083 * xfns.c (x_set_mouse_color): Remove bogus x_check_errors call.
9084 (Qimage): Remove extern (now in lisp.h).
9085 (valid_image_p, parse_image_spec): Use IMAGEP macro.
9086
9087 * xmenu.c (show_help_event): Remove unused code.
9088
9089 * xterm.c (Qface, Qmouse_face): Remove unused externs.
9090 (x_draw_hollow_cursor): Draw cursor using glyph's rather than
9091 row's ascent and descent, to get a sensible height on tall rows.
9092
90932003-12-25 Luc Teirlinck <teirllm@auburn.edu>
9094
9095 * minibuf.c (Fcompleting_read): Undo previous change.
9096
90972003-12-25 Lars Hansen <larsh@math.ku.dk>
9098
9099 * dired.c (Fdirectory_files, Fdirectory_files_and_attributes):
9100 Arguments GCPRO'ed in call to file name handler.
9101
91022003-12-25 Thien-Thi Nguyen <ttn@gnu.org>
9103
9104 * termcap.c (tgetst1): Scan for "%pN"; if all
9105 N are continuous in [1,9], remove all "%pN".
9106
91072003-12-24 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9108
9109 * gtkutil.c (xg_frame_set_char_size): Call x_wm_set_size_hint.
9110
9111 * xfaces.c (lface_fully_specified_p): Take into account that
9112 MAC OS always have unspecified stipple.
9113
91142003-12-24 Thien-Thi Nguyen <ttn@gnu.org>
9115
9116 * tparam.c (tparam1): Add handling for `%pN', which
9117 means use param N for the next substitution.
9118
91192003-12-24 Thien-Thi Nguyen <ttn@gnu.org>
9120
9121 * xfaces.c (Fcolor_gray_p): Fix omission bug:
9122 In case `frame' is nil, consult the selected frame.
9123 (Fcolor_supported_p): Likewise.
9124
91252003-12-23 Luc Teirlinck <teirllm@auburn.edu>
9126
9127 * fns.c (Frandom, Fstring_make_multibyte, Fset_char_table_range):
9128 Doc fixes.
9129
9130 * minibuf.c (read_minibuf): Allow INITIAL to be a cons of a string
9131 and an integer. Adapt the introductory comment accordingly.
9132 (Fread_from_minibuffer): Delete code moved into read_minibuf.
9133 Doc fix.
9134 (Fread_minibuffer, Fread_no_blanks_input): Adapt to changes in
9135 read_minibuf.
9136 (Fcompleting_read): Delete code moved into read_minibuf.
9137 (Ftest_completion): Make it handle obarrays and hash tables correctly.
9138
91392003-12-03 Kenichi Handa <handa@m17n.org>
9140
9141 * coding.c (decode_coding_iso2022): Fix for preserving UTF-8
9142 encoding sequence.
9143
91442003-12-01 Kenichi Handa <handa@m17n.org>
9145
9146 * composite.c (syms_of_composite): Don't make the compostion hash
9147 table week.
9148
91492003-11-30 Luc Teirlinck <teirllm@auburn.edu>
9150
9151 * intervals.h: Add EXFUN for Fget_char_property_and_overlay.
9152 * textprop.c (Fget_char_property_and_overlay): New function.
9153 (syms_of_textprop): Defsubr it.
9154
91552003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9156
9157 * dispnew.c (buffer_posn_from_coords): Add ifdef HAVE_WINDOW_SYSTEM
9158 to compile on terminal configuration.
9159
9160 * fileio.c (Fread_file_name): Check use_file_dialog also before
9161 calling Fx_file_dialog.
9162
9163 * fns.c (use_file_dialog): New variable.
9164 (syms_of_fns): DEFVAR_BOOL use-file-dialog.
9165
91662003-11-29 Kim F. Storm <storm@cua.dk>
9167
9168 * msdos.c (Qcursor_type, Qbar, Qhbar): Declare extern.
9169 (syms_of_msdos): Don't intern and staticpro them.
9170
91712003-11-27 Kim F. Storm <storm@cua.dk>
9172
9173 * dispnew.c (buffer_posn_from_coords): Calculate and return pixel
9174 coordinates relative to glyph at posn. If glyph is an image,
9175 return that as object at posn. Callers changed.
9176 (mode_line_string, marginal_area_string): Calculate and return
9177 pixel coordinates relative to glyph. Callers changed.
9178
9179 * dispextern.h (buffer_posn_from_coords, mode_line_string)
9180 (marginal_area_string): Fix prototypes.
9181 (window_box_left_offset, window_box_right_offset): Add prototypes.
9182
9183 * frame.h (get_specified_cursor_type, get_window_cursor_type):
9184 Remove prototypes.
9185
9186 * keyboard.h (EVENT_CLICK_COUNT, POSN_SCROLLBAR_PART): Fix defines.
9187
9188 * keyboard.c (make_lispy_position): Add x and y coordinates
9189 relative to the current glyph as 7th element of position.
9190 If glyph is an image, return it in the object element.
9191 (read_key_sequence): Skip checks for keymap property in cases
9192 where POSN_STRING is not a string (e.g. an image).
9193
9194 * xdisp.c (Vdisplay_pixels_per_inch): New variable.
9195 (Vshow_text_cursor_in_void): New variable.
9196 (glyph_to_pixel_coords): Don't use negative hpos.
9197 (x_y_to_hpos_vpos): Fix for partially visible first glyph.
9198 (append_stretch_glyph): Change ascent arg to be actual value
9199 in pixels rather than ratio to height. Callers changed.
9200 (calc_pixel_width_or_height): New aux function, implementing
9201 pixel based artihmetic for glyph widths and heights.
9202 (produce_stretch_glyph): Use calc_pixel_width_or_height for
9203 :width, :height, :align-to, and :ascent, thus allowing these to
9204 be specified in pixels as well as multiples of characters.
9205 Don't produce stretch glyphs with zero width or height.
9206 (get_specified_cursor_type): Declare static.
9207 (get_window_cursor_type): Declare static. Add glyph arg to be
9208 able to know when cursor is on an image; always substitute
9209 hollow-box cursor for filled-box cursor on images, to avoid
9210 negative images and flicker when blinking the cursor.
9211 (display_and_set_cursor): Pass glyph to get_window_cursor_type.
9212 (note_mode_line_or_margin_highlight): Use non-text cursor rather
9213 than vertical scroll-bar cursor in display margins.
9214 (note_mouse_highlight): Use non-text cursor rather than text
9215 cursor in fringes and over images in the text area.
9216 Use non-text cursor when mouse pointer is outside editable text,
9217 i.e. in the void after end-of-line or end-of-buffer; this was
9218 already done for W32, but is now standard for all systems --
9219 user can toggle show-text-cursor-in-void to get old behaviour.
9220 (syms_of_xdisp): DEFVAR_LISP Vshow_text_cursor_in_void and
9221 Vdisplay_pixels_per_inch.
9222
92232003-11-25 Andreas Schwab <schwab@suse.de>
9224
9225 * fns.c (internal_equal) <case Lisp_Vectorlike>: Declare size as
9226 EMACS_INT to not lose bits.
9227 (Ffillarray): Don't set bits beyond the size of a bool vector.
9228
92292003-11-25 Kim F. Storm <storm@cua.dk>
9230
9231 * print.c (Fredirect_debugging_output) [!GNU_LINUX]: Do not
9232 define this defun on systems that cannot use stderr as lvalue.
9233
92342003-11-24 Gerd Moellmann <gerd@gnu.org>
9235
9236 * s/freebsd.h (LD_SWITCH_SYSTEM_TEMACS)
9237 [__FreeBSD_version >= 500042]: Define as -znocombreloc because
9238 ld's default is incompatible with unexec.
9239
92402003-11-23 Kim F. Storm <storm@cua.dk>
9241
9242 * window.c (enum window_loop): Add REDISPLAY_BUFFER_WINDOWS.
9243 (window_loop): Handle REDISPLAY_BUFFER_WINDOWS.
9244 (Fforce_window_update): New defun.
9245 (syms_of_window): Defsubr it.
9246 (Fset_window_margins, Fset_window_fringes): Doc fix.
9247
9248 * print.c (Fredirect_debugging_output): New defun.
9249 (syms_of_print): Defsubr it.
9250
92512003-11-22 Luc Teirlinck <teirllm@auburn.edu>
9252
9253 * fns.c (Fset_char_table_parent): Doc fix.
9254
92552003-11-22 Kim F. Storm <storm@cua.dk>
9256
9257 * dispnew.c (buffer_posn_from_coords): Return actual row/column
9258 for glyph clicked on, rather than (unused) pixel positions.
9259 (mode_line_string, marginal_area_string): Change X and Y args to
9260 pointers for returning actual row/column for glyph clicked on.
9261 Simplify and optimize loops.
9262
9263 * dispextern.h (mode_line_string, marginal_area_string):
9264 Update prototypes.
9265
9266 * keyboard.c (make_lispy_position): New function for generating
9267 mouse click positions from frame and pixel coordinates.
9268 Enhanced to return buffer position and actual row/column for
9269 events outside the text area using updated mode_line_string and
9270 marginal_area_string functions.
9271 Return left-fringe and right-fringe clicks as such, rather than
9272 clicks in text area.
9273 (make_lispy_event) [USE_X_TOOLKIT, USE_GTK]: Don't call
9274 pixel_to_glyph_coords, as we never use the results.
9275 (make_lispy_event): Use make_lispy_position for MOUSE_CLICK_EVENT,
9276 WHEEL_EVENT, and DRAG_N_DROP_EVENT to replace redundant code.
9277 Eliminate unused code in WHEEL_EVENT handling.
9278 (make_lispy_movement): Use make_lispy_position.
9279
9280 * window.c (coordinates_in_window): Remove redundant tests.
9281 Fix returned X pixel value for left-margin.
9282
9283 * xdisp.c (note_mode_line_or_margin_highlight): Adapt to new
9284 mode_line_string and marginal_area_string parameters.
9285
92862003-11-22 Lars Hansen <larsh@math.ku.dk>
9287
9288 * w32.c (struct the_group, getgrgid): Add.
9289 * mac.c (struct my_group, getgrgid): Add.
9290
92912003-11-21 Luc Teirlinck <teirllm@auburn.edu>
9292
9293 * fns.c (Fassq, Fassoc, Frassq, Frassoc): Doc fixes.
9294
92952003-11-21 Lars Hansen <larsh@math.ku.dk>
9296
9297 * dired.c (Ffile_attributes): Add parameter ID-FORMAT and
9298 include in call to file name handler. Optionally translate numeric
9299 UID and GID to strings. Update docstring.
9300 (directory_files_internal): Add parameter ID-FORMAT.
9301 (Fdirectory_files_and_attributes): Add parameter ID-FORMAT and
9302 include in call to file name handler and call to
9303 directory_files_internal. Update Docstring.
9304 (Fdirectory_files): Add dummy parameter in call to
9305 directory_files_internal.
9306 * lisp.h (Qinteger): Add.
9307 (Qinteger_or_floatp, Qinteger_or_float_or_marker_p): Remove.
9308 (Ffile_attributes): Add parameter.
9309 * data.c (Qinteger): Export.
9310
93112003-11-21 Luc Teirlinck <teirllm@auburn.edu>
9312
9313 * fns.c (Freverse, Fnreverse): Doc fixes.
9314
93152003-11-19 Kim F. Storm <storm@cua.dk>
9316
9317 * xdisp.c (init_iterator): Initialize it->start to position
9318 before reseating (in case start position is invisible).
9319 (init_to_row_start): Set it->start to row-start.
9320 (redisplay_window): Accept optional_new_start if start position
9321 is invisible (in which case IT_CHARPOS overshoots PT).
9322 (display_line): Setup row->start from it->start (rather than
9323 it->current which is wrong if first char on line is invisible).
9324 When done, reseat it->start to it->current (= start of next row).
9325 (expose_area): Fix exposure of text area when first char (e.g. TAB)
9326 is only partially visible.
9327
9328 * dispextern.h (struct it): New member start.
9329
93302003-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
9331
9332 * alloc.c (make_float, Fcons): Clear the markbit at init time.
9333 (make_float, Fcons, Fmake_symbol, allocate_misc): Move the increment
9334 of block_index outside of the macro call.
9335 (Fgarbage_collect): Remove null code.
9336
9337 * m/amdx86-64.h: Don't redefine XPNTR.
9338
9339 * keyboard.c (parse_modifiers, apply_modifiers): Use INTMASK instead
9340 of VALMASK.
9341
9342 * fns.c (hashfn_eq, hashfn_eql, hashfn_equal, hash_put)
9343 (sxhash_string, sxhash): Use INTMASK instead of VALMASK.
9344 (maybe_resize_hash_table): Use MOST_POSITIVE_FIXNUM.
9345
9346 * lisp.h (VALMASK): Only define for non-union type.
9347 (MARKBIT): Remove.
9348 (ARRAY_MARK_FLAG): Use previous value of MARKBIT.
9349 (XTYPE): Define unconditionally.
9350 (XSETTYPE): Remove one more remnant.
9351 (EQ): Define differently for the union and non-union cases.
9352 (INTMASK): New bit mask.
9353 (struct Lisp_Marker): Move down to prepare for upcoming patch.
9354 (GC_EQ): Delegate to EQ.
9355
9356 * coding.c (coding_restore_composition): Lisp_Object/int mixup.
9357
93582003-11-17 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9359
9360 * xterm.c (x_window_to_scroll_bar): Move check of display to
9361 where window_id is compared.
9362
93632003-11-17 Kim F. Storm <storm@cua.dk>
9364
9365 * dispextern.h (struct it): New member first_vpos.
9366
9367 * xdisp.c (start_display): Set it->first_vpos.
9368 (try_window_id): Use first_vpos to start display in first _text_
9369 line if no reusable lines at start of window with header line.
9370
93712003-11-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9372
9373 * w32fns.c (XPutPixel):
9374 * w32bdf.c (w32_init_bdf_font):
9375 * sunfns.c (sel_read):
9376 * process.c (Fmake_network_process):
9377 * frame.c (store_frame_param):
9378 * fontset.c (Fset_fontset_font):
9379 * emacs.c (shut_down_emacs):
9380 * ccl.c (ccl_driver): Remove period at end of error message.
9381
9382 * config.in: Regenerate.
9383
9384 * xfns.c (x_window_to_frame, x_any_window_to_frame)
9385 (x_non_menubar_window_to_frame, x_menubar_window_to_frame)
9386 (x_top_window_to_frame): Add Display* argument to xg_win_to_widget.
9387 (x_create_bitmap_mask, xg_set_icon, create_frame_xic)
9388 (xic_set_statusarea, x_window, gif_load): Formatting adjustments.
9389
9390 * xterm.h (struct x_display_info): New field xg_cursor for GTK.
9391
9392 * xterm.c: Add Display * to x_window_to_scroll_bar declaration.
9393 (XTmouse_position, handle_one_xevent): Pass Display* to
9394 x_window_to_scroll_bar.
9395 (x_window_to_scroll_bar): Take a Display* argument.
9396 Check that display for frame is equal to Display* argument.
9397 (event_handler_gdk): Remove current_dpyinfo. Get dpyinfo from
9398 x_display_info_for_display instead. Use Display in xev instead
9399 of GDK_DISPLAY.
9400 (x_dispatch_event): Call x_display_info_for_display.
9401 (XTread_socket): Move GTK part out of loop. current_dpyinfo removed.
9402 (x_connection_closed): Call xg_display_close for GTK.
9403 (x_term_init): Call xg_display_open for additional displays.
9404 Initiate dpyinfo->xg_cursor with call to xg_create_default_cursor
9405 for GTK.
9406
9407 * xmenu.c (single_menu_item, mouse_position_for_popup)
9408 (x_activate_menubar): Formatting adjustments.
9409
9410 * xdisp.c (update_tool_bar, redisplay_tool_bar): Formatting
9411 adjustments.
9412
9413 * gtkutil.c (xg_get_gdk_display, xg_set_screen, xg_display_open)
9414 (xg_display_close, xg_create_default_cursor)
9415 (xg_get_gdk_pixmap_and_mask): New functions for multiple display
9416 handling.
9417 (xg_left_ptr_cursor): Remove.
9418 (xg_set_cursor): Change cursor to GdkCursor*. Do not create
9419 cursor here.
9420 (xg_win_to_widget): Take Display* argument, call
9421 gdk_xid_table_lookup_for_display.
9422 (xg_create_frame_widgets, xg_get_file_name, create_menus)
9423 (xg_create_widget, xg_modify_menubar_widgets): Call xg_set_screen.
9424 (xg_create_widget, xg_create_scroll_bar): Use xg_cursor
9425 in FRAME_X_DISPLAY_INFO.
9426 (xg_get_scroll_id_for_window): Take Display* argument.
9427 (update_frame_tool_bar): Call xg_get_gdk_pixmap_and_mask.
9428 (xg_initialize): Remove xg_left_ptr_cursor.
9429
9430 * gtkutil.h (xg_get_scroll_id_for_window, xg_win_to_widget): Add
9431 Display* argument.
9432 (xg_display_open, xg_display_close, xg_create_default_cursor): Declare.
9433
94342003-11-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9435
9436 * xterm.c (x_detect_focus_change): Do not change focus frame for
9437 Enter/LeaveNotify if the current focus frame has explicit focus.
9438
94392003-11-14 Kim F. Storm <storm@cua.dk>
9440
9441 * dispnew.c (update_text_area): Fix redisplay error when hscroll
9442 is active and first glyph is only partially visible.
9443
94442003-11-13 Kenichi Handa <handa@m17n.org>
9445
9446 * xdisp.c (select_frame_for_redisplay): New function.
9447 (redisplay_internal): Record also selected_frame for
9448 unwind_redisplay. Call select_frame_for_redisplay before
9449 redrawing each frame.
9450 (unwind_redisplay): Argument changed to a cons.
9451
94522003-11-12 Luc Teirlinck <teirllm@auburn.edu>
9453
9454 * fns.c (Fstring_to_multibyte): Doc fix.
9455
94562003-11-11 Kenichi Handa <handa@m17n.org>
9457
9458 * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
9459
94602003-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9461
9462 * xfns.c (x_window): Set XtNx and XtNy in shell widget for
9463 program specified positions.
9464
94652003-11-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9466
9467 * xterm.c (XAW_ARROW_SCROLLBARS): Define it for Xaw 1.5E.
9468
94692003-11-08 Kenichi Handa <handa@m17n.org>
9470
9471 * Makefile.in (lisp): Add kannada.el.
9472 (shortlisp): Likewise.
9473
94742003-11-07 Kenichi Handa <handa@m17n.org>
9475
9476 * coding.c (coding_allocate_composition_data):
9477 Reset coding->composing to COMPOSITION_NO.
9478 (coding_restore_composition): Detect invalid composition data.
9479 Give Fstring and Fvector a Lispy integer, not C int.
9480
94812003-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
9482
9483 * floatfns.c (Flogb): Don't use VALMASK.
9484
9485 * m/amdx86-64.h (VALBITS, XINT, XUINT): Remove.
9486 * m/ia64.h (VALBITS, XINT, XUINT): Remove.
9487
9488 * lisp.h (XINT): Move the cast to clarify what is going on.
9489 (GCTYPEMASK, XSETTYPE): Remove.
9490 (XGCTYPE): Make it an alias of XTYPE.
9491
94922003-11-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9493
9494 * xterm.c (x_term_init): Fix formatting.
9495
94962003-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9497
9498 * gtkutil.h (xg_have_tear_offs): Declare.
9499 (xg_keep_popup, xg_did_tearoff): Remove.
9500
9501 * gtkutil.c: Remove variable xg_did_tearoff.
9502 (xg_have_tear_offs): New function.
9503 (tearoff_remove): Just decrease xg_detached_menus.
9504 (tearoff_activate): Increase xg_detached_menus and call
9505 tearoff_remove when tearoff is removed.
9506 (xg_keep_popup): Remove function.
9507 (create_menus): Give add_tearoff_p as argument to recursive
9508 call to create_menus.
9509 (xg_create_widget): Use variables instead of multiple
9510 strcmp. Tell create_menus to create tear off only for
9511 menu bar menus.
9512 (xg_update_menubar): Change title for a detached menu also.
9513 (xg_modify_menubar_widgets): Always call xg_update_menubar, regardless
9514 of deep_p.
9515 (xg_initialize): Initialize xg_detached_menus, remove
9516 initialization of xg_did_tearoff.
9517
9518 * xmenu.c (set_frame_menubar): For GTK, set deep_p if
9519 xg_have_tear_offs returns non-zero.
9520 (create_and_show_popup_menu): Remove setting of xg_did_tearoff and
9521 call to xg_keep_popup.
9522
95232003-11-01 Andrew Choi <akochoi@shaw.ca>
9524
9525 * macterm.c (XTread_socket): Handle menubar selection and grow
9526 window only for mouseDown events.
9527
95282003-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9529
9530 * xterm.c (x_term_init): For GTK part, increase x_initialized
9531 to check for more than one display. Use error instead of return 0.
9532
95332003-10-31 Andrew Choi <akochoi@shaw.ca>
9534
9535 * unexmacosx.c (unrelocate): New function (contributed by Nozomu Ando).
9536 (copy_dysymtab): Call it.
9537
95382003-10-31 Luc Teirlinck <teirllm@auburn.edu>
9539
9540 * eval.c (Fdefvaralias): Doc fix.
9541
95422003-10-26 Luc Teirlinck <teirllm@auburn.edu>
9543
9544 * data.c (Fsetplist): Doc fix.
9545
95462003-10-14 Lute Kamstra <lute@gnu.org>
9547
9548 * window.c (Fset_window_fringes): Clarify docstring.
9549
95502003-10-14 Kim F. Storm <storm@cua.dk>
9551
9552 * window.c (Fset_window_margins): Simplify arg checking.
9553
95542003-10-13 Richard M. Stallman <rms@gnu.org>
9555
9556 * regex.c (MAX_BUF_SIZE): Reduce to 2**15.
9557 (print_partial_compiled_pattern): Replace assert with a printout.
9558 (skip_noops, mutually_exclusive_p): Change args, values to re_char *.
9559
9560 * alloc.c (lisp_align_malloc): If BASE is 0, call memory_full.
9561
9562 * window.c (Fset_window_margins): Allow only integers as args.
9563 (syms_of_window) <special-display-buffer-names, special-display-regexps>:
9564 Doc fixes.
9565
95662003-10-13 Lute Kamstra <lute@gnu.org>
9567
9568 * window.c (Fset_window_fringes): Elaborate docstring.
9569
95702003-10-12 Andrew Choi <akochoi@shaw.ca>
9571
9572 * macterm.c (XTread_socket): Call DragWindow only for mouseDown events.
9573
9574 * s/darwin.h (GC_MARK_STACK): Define.
9575
95762003-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9577
9578 * window.c (shrink_windows): New function.
9579 (size_window): Call shrink_windows to calculate window sizes when
9580 shrinking frame with more than one window.
9581
95822003-10-12 Kim F. Storm <storm@cua.dk>
9583
9584 * xdisp.c (compute_fringe_widths): Doc fix.
9585
95862003-10-08 Kenichi Handa <handa@m17n.org>
9587
9588 * coding.c (Fcoding_system_p): Return t for auto-loading coding system.
9589
95902003-10-07 Kenichi Handa <handa@m17n.org>
9591
9592 * coding.c (Qcoding_system_define_form): New variable.
9593 (syms_of_coding): Intern and staticpro it.
9594 (Fcheck_coding_system): Try to autoload the definition of
9595 CODING-SYSTEM.
9596
95972003-10-05 Luc Teirlinck <teirllm@auburn.edu>
9598
9599 * fns.c (Frequire): Doc fix.
9600
96012003-10-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9602
9603 * xfns.c (Fx_send_client_event): New function as a base for
9604 manipulating extended window manager hints.
9605 (Fx_send_client_event): Remove unused variable s.
9606
9607 * w32term.c (w32_read_socket): Remove call to x_check_fullscreen_move,
9608 that function is removed.
9609
9610 * xterm.c (x_set_offset): Use move_offset_left/top instead of
9611 x/y_pixels_outer_diff.
9612 (x_check_expected_move): Calculate move_offset_left/top.
9613
9614 * xterm.h (struct x_output): New members: move_offset_top/left.
9615
9616 * frame.c (x_set_frame_parameters): Remove x_fullscreen_move,
9617 call x_set_offset directly.
9618
9619 * frame.h (enum): FULLSCREEN_MOVE_WAIT removed.
9620
9621 * frame.c (Fdelete_frame): Free decode_mode_spec_buffer.
9622
9623 * xterm.c (x_delete_display): Free font names and font_encoder
9624 in dpyinfo->font_table.
9625
9626 * xfns.c (Fx_close_connection): Only call XFreeFont here.
9627 Move xfree of font names to x_delete_display.
9628
9629 * xterm.h (struct x_display_info): New member, wm_type.
9630 (struct x_output): New members, expected_top/left and
9631 check_expected_move.
9632
9633 * xterm.c (handle_one_xevent): Reset wm_type when ReparentNotify
9634 is received.
9635 (handle_one_xevent): Rename x_check_expected_move from
9636 x_check_fullscreen_move.
9637 (x_set_offset): Only add WM decoration sizes to modified_top/left
9638 for X_WMTYPE_A. Set check_expected_move when WM type is unknown.
9639 (x_check_expected_move): Rename from x_check_fullscreen_move.
9640 Removed fullscreen specific code. Use check_expected_move,
9641 expected_left/top instead. Also, set wm_type.
9642 (x_term_init): Initialize wm_type to unknown.
9643
9644 * frame.c (x_fullscreen_move): Remove addition of WM decoration
9645 sizes to move_x/y.
9646
96472003-10-03 Kenichi Handa <handa@m17n.org>
9648
9649 * macterm.c (x_load_font): Clear all members of FONTP before start
9650 filling them.
9651
96522003-10-02 Kenichi Handa <handa@m17n.org>
9653
9654 * fontset.c (fs_load_font): Don't set fontp->font_encoder to NULL
9655 before calling find_ccl_program_func. Call find_ccl_program_func
9656 only when fontp->font_encoder is not NULL.
9657
9658 * xterm.c (x_load_font): Clear all members of FONTP before start
9659 filling them.
9660
96612003-10-03 John Paul Wallington <jpw@gnu.org>
9662
9663 * keymap.c (map_keymap): Don't abort when binding is a vector.
9664
96652003-10-02 Jason Rumney <jasonr@gnu.org>
9666
9667 * makefile.w32-in (emacs.o, coding.o, bytecode.o):
9668 Sync dependencies with Makefile.in.
9669 (alloca.o): Remove.
9670
9671 * w32fns.c (w32_load_system_font): Clear all members of FONTP before
9672 filling them.
9673
9674 * w32bdf.c (w32_load_bdf_font): Likewise.
9675
96762003-09-30 Richard M. Stallman <rms@gnu.org>
9677
9678 * term.c (set_tty_color_mode): Calculate current_mode_spec
9679 regardless of value of VAL.
9680
9681 * intervals.c (graft_intervals_into_buffer):
9682 Set BUF_INTERVALS (buffer)->up_obj when appropriate.
9683 Handle over_used when splitting UNDER.
9684
96852003-09-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9686
9687 * regex.c (regex_compile): Free the stack when returning from function.
9688
96892003-09-28 Kenichi Handa <handa@m17n.org>
9690
9691 * fontset.c (Finternal_char_font): Change return value to
9692 cons (FONT-NAME . GLYPH-CODE).
9693
96942003-09-28 Eli Zaretskii <eliz@gnu.org>
9695
9696 * term.c (tty_setup_colors): Treat any negative argument as -1.
9697
96982003-09-27 Gaute B Strokkenes <biggaute@uwc.net> (tiny change)
9699
9700 * process.c (send_process): Delete unused temp_buf.
9701
97022003-09-26 Dave Love <fx@gnu.org>
9703
9704 * xterm.c (x_bitmap_mask): Declare.
9705
97062003-09-25 Dave Love <fx@gnu.org>
9707
9708 * Makefile.in (fns.o): Depend on md5.h.
9709
97102003-09-25 Kim F. Storm <storm@cua.dk>
9711
9712 * window.c (set_window_buffer): Fix redisplay problems when
9713 switching between buffers with different display margin widths.
9714
97152003-09-23 Kim F. Storm <storm@cua.dk>
9716
9717 * process.c (set_socket_option): Fix :bindtodevice option.
9718 (Fset_network_process_option): Update process contact list when
9719 setting option succeeds.
9720 (Fmake_network_process): Doc fix.
9721
97222003-09-23 Dave Love <fx@gnu.org>
9723
9724 * process.c (Fnetwork_interface_info): Use HAVE_STRUCT_IFREQ... macros.
9725
97262003-09-22 Eli Zaretskii <eliz@gnu.org>
9727
9728 * term.c (set_tty_color_mode): Use INTEGERP to test whether a
9729 color mode is an integer number (it could be -1).
9730
97312003-09-22 Richard M. Stallman <rms@gnu.org>
9732
9733 * intervals.c (graft_intervals_into_buffer): Correct the main loop
9734 in the case where OVER is longer than UNDER.
9735
97362003-09-22 Masatake YAMATO <jet@gyve.org>
9737
9738 * window.c (Fset_window_scroll_bars): Validate the value of
9739 `vertical_type'.
9740
97412003-09-21 Kim F. Storm <storm@cua.dk>
9742
9743 * frame.c (Vdefault_frame_scroll_bars): New variable.
9744 (x_set_vertical_scroll_bars): Use it instead of hardcoded values.
9745 (syms_of_frame): DEFVAR_LISP it, and initialize according to
9746 window-system default scroll bar position.
9747
9748 * window.c (Fwindow_scroll_bars): Doc fix.
9749
97502003-09-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9751
9752 * xterm.c (x_set_offset): Take window manager decorations into account.
9753
97542003-09-19 Richard M. Stallman <rms@gnu.org>
9755
9756 * atimer.h: Don't include lisp.h.
9757 (P_): Define it here (as well as elsewhere).
9758
9759 * print.c (Fprin1_to_string): Move the PRINTPREPARE
9760 later, so that PRINTFINISH won't unbind Qinhibit_modification_hooks.
9761
9762 * data.c (Fvariable_binding_locus): New function.
9763 (syms_of_data): defsubr it.
9764 (Flocal_variable_p): Delete duplicate call to indirect_variable.
9765
97662003-09-18 Dave Love <fx@gnu.org>
9767
9768 * alloc.c (GC_MALLOC_CHECK): Move conditional undef after lisp.h.
9769
9770 * process.c (Fnetwork_interface_info): Fix type error.
9771 (Fnetwork_interface_list): Doc fix.
9772 (read_process_output, read_process_output): Delete unused var.
9773
97742003-09-17 Kim F. Storm <storm@cua.dk>
9775
9776 * process.c (Fnetwork_interface_list, Fnetwork_interface_info):
9777 Require HAVE_NET_IF_H and HAVE_SYS_IOCTL_H to include these fns.
9778 (Fnetwork_interface_info): Check that ifreq struct has required
9779 fields before accessing them; this requires that those fields are
9780 defined as macros, which may be too restrictive on some platforms,
9781 but it is better than failing on other platforms.
9782 (syms_of_process): Only defsubr above fns when included.
9783
97842003-09-17 Dave Love <fx@gnu.org>
9785
9786 * unexalpha.c: Don't include varargs.h.
9787
97882003-09-17 Kim F. Storm <storm@cua.dk>
9789
9790 * process.c (Fset_process_sentinel): Add sentinel to childp plist
9791 for network process.
9792 (socket_options): Add `:' prefix to option names. Add optbit field.
9793 (set_socket_option): Remove no_error arg and special handling of s < 0.
9794 Return 1<<optbit for known option, 0 for unknown.
9795 Do not interpret 0 as false for boolean option (only nil).
9796 Pass failed option and value to report_file_error.
9797 (Fset_network_process_options): Replace by Fset_network_process_option.
9798 (Fset_network_process_option): New function to set just one option.
9799 (Fmake_network_process): Allow :coding arg to be a cons.
9800 Allow :server arg to be an integer specifying backlog size.
9801 Remove :options arg, and allow options to be specified directly
9802 as :KEY, VALUE pairs. Parse these options before binding socket.
9803 As before, :reuseaddr t is default for a server process, but this
9804 can now be disabled by specifying :reuseaddr nil.
9805 (Fnetwork_interface_info): Rename from Fget_network_interface_info.
9806 (init_process): Availability of network options is now checked with
9807 simpler syntax (featurep 'make-network-process :OPTION); use loop to
9808 setup features.
9809 (syms_of_process): Fix defsubr's for the replaced functions.
9810
98112003-09-16 Dave Love <fx@gnu.org>
9812
9813 * Makefile.in: Depend on coding.h.
9814
98152003-09-14 Kim F. Storm <storm@cua.dk>
9816
9817 * process.c [HAVE_SOCKETS]: Include sys/ioctl.h and net/if.h.
9818 (Fnetwork_interface_list, Fget_network_interface_info): New defuns.
9819 (syms_of_process): Defsubr them.
9820
9821 * config.in: Regenerate.
9822
98232003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9824
9825 * m/sr2k.h (XMARKBIT, XUNMARK): Remove.
9826 * m/news-r6.h (XUNMARK): Remove.
9827 * m/mips.h (XUNMARK): Remove.
9828 * m/mips-siemens.h (XUNMARK): Remove.
9829 * m/iris4d.h (XUNMARK): Remove.
9830 * m/hp800.h (XMARKBIT, XUNMARK): Remove.
9831
98322003-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9833
9834 * lisp.h (VALBITS): Don't remove 1 for the markbit.
9835 (union Lisp_Object): Use unsigned int for types. Remove markbit.
9836 (MARKBIT): Remove 1 from VALBITS so we still use same old val.
9837 (XTYPE): Use unsigned right-shift.
9838 (XMARKBIT, XMARK, XUNMARK): Remove.
9839
9840 * alloc.c (init_intervals, init_symbol, init_marker):
9841 Don't preallocate anything.
9842 (Fgarbage_collect, mark_object): Ignore the markbit.
9843
9844 * bytecode.c (mark_byte_stack, unmark_byte_stack): Ignore the markbit.
9845
98462003-09-08 Lute Kamstra <lute@gnu.org>
9847
9848 * xdisp.c (pint2hrstr): New function.
9849 (decode_mode_spec): Add `%i' and `%I' specs.
9850 * buffer.c (syms_of_buffer): Document `%i' and `%I' constructs
9851 for `mode-line-format'.
9852
98532003-09-07 Andreas Schwab <schwab@suse.de>
9854
9855 * alloc.c: Use long instead of int when casting ABLOCKS_BUSY to
9856 avoid warning.
9857
98582003-09-07 Eli Zaretskii <eliz@gnu.org>
9859
9860 * editfns.c (region_limit): Support any non-zero value of BEGINNINGP.
9861
98622003-09-03 Kim F. Storm <storm@cua.dk>
9863
9864 * xdisp.c (get_window_cursor_type): Partially undo 2002-03-01
9865 change (superseded by 2002-08-30 change); the default blink-off
9866 cursor is now again "no cursor".
9867
98682003-09-01 Jason Rumney <jasonr@gnu.org>
9869
9870 * makefile.w32-in (alloca.o): Remove.
9871 (coding.o): Depend on intervals.h
9872 (emacs.o, bytecode.o): Depend on window.h
9873
98742003-09-01 Dave Love <fx@gnu.org>
9875
9876 * Makefile.in (alloca.o): Remove commands.
9877 (coding.o): Depend on intervals.h composite.h window.h.
9878 (emacs.o): Depend on window.h keyboard.h keymap.h.
9879 (gtkutil.o): Depend on keyboard.h charset.h coding.h.
9880 (bytecode.o): Depend on window.h.
9881
98822003-08-31 Jason Rumney <jasonr@gnu.org>
9883
9884 * w32term.c (w32_per_char_metric): Allow cached metrics to be
9885 returned even when font_type is unknown.
9886
9887 * xdisp.c (init_iterator): Remove old WINDOWSNT conditional.
9888
98892003-08-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9890
9891 * xterm.c (x_term_init): Initialize new fields in x_display_info.
9892
9893 * xterm.h (struct x_display_info): Add red/green/blue_bits and
9894 *_offset.
9895
9896 * xfns.c (lookup_rgb_color): Use new fields in x_display_info to
9897 calculate pixel value.
9898
98992003-08-29 Gerd Moellmann <gerd.moellmann@t-online.de>
9900
9901 * xdisp.c (redisplay_internal): Fix change of 2003-04-30.
9902 Don't tell redisplay display is accurate when it's actually been
9903 paused for pending input.
9904
99052003-08-29 Richard M. Stallman <rms@gnu.org>
9906
9907 * dispnew.c (adjust_glyph_matrix): Call window_box
9908 whenever W is nonzero.
9909
9910 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
9911 (Fkill_local_variable, Fmake_variable_frame_local)
9912 (Flocal_variable_p, Flocal_variable_if_set_p):
9913 Use indirect_variable to trace thru variable aliases.
9914
9915 * config.in: Updated.
9916
9917 * callint.c (Fcall_interactively): Save and restore
9918 Vthis_command, Vthis_original_command, real_this_command,
9919 and current_kboard->Vlast_command.
9920
9921 * abbrev.c (Fexpand_abbrev): Insert before deleting.
9922
99232003-08-29 Gerd Moellmann <gerd@gnu.org>
9924
9925 * xfns.c (lookup_rgb_color): Handle TrueColor visuals specially.
9926
99272003-08-28 David Abrahams <dave@boost-consulting.com> (tiny change)
9928
9929 * coding.c (decode_coding_iso2022): Initialize local variable c2.
9930 (decode_coding_sjis_big5): Likewise.
9931
99322003-08-27 Jason Rumney <jasonr@gnu.org>
9933
9934 * w32.c (sys_pipe): Protect against file descriptor overflow.
9935
9936 * w32fns.c (syms_of_w32fns): Remove non-existent functions.
9937
9938 * w32term.c (w32_read_socket): Fix WM_MOUSEWHEEL assignment.
9939
99402003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
9941
9942 * xfns.c (Vgtk_version_string): New variable.
9943 (syms_of_xfns): DEFVAR_LISP it. Provide gtk.
9944
99452003-08-24 Eli Zaretskii <eliz@gnu.org>
9946
9947 * term.c (term_init): Remove `const' from buffer_size's declaration.
9948
9949 * Makefile.in (msdos.o): Depend on intervals.h.
9950
9951 * msdos.c: Include intervals.h, since STRING_INTERVALS requires that.
9952
99532003-08-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9954
9955 * xterm.h (struct x_display_info): New fields: client_leader_window
9956 and Xatom_wm_client_leader.
9957
9958 * xterm.c (x_initialize): Move call to x_session_initialize to ...
9959 (x_term_init): ... here. Initialize client_leader fields in dpyinfo.
9960
9961 * xsmfns.c (create_client_leader_window): New function.
9962 (x_session_initialize): Call create_client_leader_window, take
9963 dpyinfo as argument.
9964
9965 * xfns.c (Fx_create_frame): Set property WM_CLIENT_LEADER.
9966
9967 * Makefile.in (xsmfns.o): Add more depenedencies.
9968
99692003-08-21 Dave Love <fx@gnu.org>
9970
9971 * m/iris4d.h: Use _MIPS_SZLONG, not _LP64.
9972
99732003-08-21 Kenichi Handa <handa@m17n.org>
9974
9975 * term.c (term_init): Fix previous change; don't rely on the
9976 length of `buffer' if TERMINFO is defined.
9977
99782003-08-20 Dave Love <fx@gnu.org>
9979
9980 * atimer.h: Include lisp.h.
9981
9982 * lisp.h (EMACS_LISP_H): New.
9983 (popup_activated_flag): Don't declare.
9984
9985 * alloca.c: Some merging with gnulib. Change logic and doc
9986 concerning (x)malloc/(x)free -- no longer Emacs-specific.
9987 [DO_BLOCK_INPUT]: Don't include lisp.h.
9988 (xmalloc, xfree): Declare.
9989 (malloc): Don't declare.
9990
9991 * Makefile.in (LWLIB_OPTIONS): Remove (unused).
9992 (alloca.o): Remove obsolete stuff concerning alloca.s. Depend on
9993 atimer.h, blockinput.h.
9994
9995 * alloc.c (lisp_align_malloc): Change type of `aligned'.
9996
9997 * alloca.s: Remove.
9998
99992003-08-19 Gerd Moellmann <gerd@gnu.org>
10000
10001 * s/freebsd.h [__FreeBSD_version >= 400000]: Define TERMINFO,
10002 use -lncurses.
10003
10004 * term.c (term_init): Use a buffer of size 4096 for tgetent since
10005 FreeBSD returns something longer than 2044. Abort if the end of
10006 the buffer is overwritten.
10007
100082003-08-19 Miles Bader <miles@gnu.org>
10009
10010 * xterm.c (x_term_init): Correctly use result of Ffile_readable_p.
10011
100122003-08-19 Gerd Moellmann <gerd@gnu.org>
10013
10014 * alloc.c (lisp_align_malloc): Check for memory full when
10015 allocating ablocks, which also avoids freeing a pointer into an
10016 ablocks structure.
10017
10018 * puresize.h (BASE_PURESIZE): Increase to 1100000.
10019
10020 * buffer.c (Fmove_overlay): Set overlay's next pointer unconditionally.
10021
100222003-08-16 Richard M. Stallman <rms@gnu.org>
10023
10024 * editfns.c (Fencode_time): Doc fix.
10025
100262003-08-16 David Ponce <david@dponce.com>
10027
10028 * fileio.c (Fwrite_region): Fix conditional expression to issue
10029 the right message.
10030
100312003-08-16 Juri Linkov <juri@jurta.org>
10032
10033 * syntax.c (Fforward_word): Argument changed to optional.
10034 Set default value to 1.
10035
100362003-08-15 Kenichi Handa <handa@m17n.org>
10037
10038 * xfaces.c (better_font_p): Prefer a real scalable font; i.e. not
10039 what autoscaled.
10040 (best_matching_font): Once we find a better scalable font, set
10041 non_scalable_has_exact_height_p to 1.
10042 (try_font_list): Call try_alternative_families to try any family
10043 with the given registry.
10044
100452003-08-09 Andreas Schwab <schwab@suse.de>
10046
10047 * alloc.c (mark_object): Handle Lisp_Misc_Save_Value.
10048
10049 * print.c (print_string): Fix printing of multibyte string with
10050 nontrivial printcharfun.
10051
100522003-07-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10053
10054 * xfns.c (xg_set_icon): Rewrite to compile with GTK 2.0 and 2.2.
10055
10056 * xterm.c (x_bitmap_icon): Return if xg_set_icon succeeds.
10057
100582003-07-31 Kenichi Handa <handa@m17n.org>
10059
10060 * process.c (read_process_output): Return the actually read bytes
10061 instead of the result of decoding.
10062
100632003-07-31 Kenichi Handa <handa@m17n.org>
10064
10065 * xterm.h (struct x_bitmap_record): New member have_mask.
10066
10067 * xfns.c (x_create_bitmap_from_data): Initialize have_mask member
10068 to 0.
10069 (x_create_bitmap_from_file): Likewise.
10070 (x_destroy_bitmap): Check have_mask member before freeing a mask.
10071 (x_destroy_all_bitmaps): Likewise.
10072 (x_create_bitmap_mask): Set have_mask member to 1.
10073
100742003-07-30 Richard M. Stallman <rms@gnu.org>
10075
10076 * Makefile.in (CFLAGS) [!OPTIMIZE]: Undo previous change.
10077
100782003-07-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10079
10080 * gtkutil.c (xg_mark_data): Update calls to mark_object.
10081
100822003-07-29 Richard M. Stallman <rms@gnu.org>
10083
10084 * xterm.c (xim_open_dpy, xim_initialize, xim_close_dpy):
10085 Conditionalize XIM code on HAVE_XIM.
10086
10087 * fns.c (Fclear_string): New function.
10088 (syms_of_fns): defsubr it.
10089
100902003-07-28 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
10091
10092 * xfns.c (xic_set_preeditarea): Add the left fringe width to spot.x.
10093
100942003-07-22 Stefan Monnier <monnier@cs.yale.edu>
10095
10096 * xfns.c: Don't check HAVE_PNG_H: autoconf doesn't seem to find it.
10097
10098 * buffer.c (delete_all_overlays): New function.
10099 * buffer.h (delete_all_overlays): Declare.
10100 * coding.c (run_pre_post_conversion_on_str):
10101 * print.c (temp_output_buffer_setup):
10102 * fileio.c (Finsert_file_contents):
10103 * minibuf.c (get_minibuffer): Use it.
10104
101052003-07-22 Andrew Choi <akochoi@shaw.ca>
10106
10107 * unexmacosx.c (unexec_regions_sort_compare):
10108 (unexec_regions_merge): New functions. Sort and merge unexec
10109 regions before dumping them.
10110
101112003-07-22 Dave Love <fx@gnu.org>
10112
10113 * xfns.c [HAVE_PNG]: Consider both png.h and libpng/png.h.
10114
101152003-07-21 Stefan Monnier <monnier@cs.yale.edu>
10116
10117 * alloc.c (MARK_STRING, UNMARK_STRING, STRING_MARKED_P)
10118 (GC_STRING_CHARS, string_bytes): Use ARRAY_MARK_FLAG rather than
10119 MARKBIT as the gcmarkbit for strings.
10120
101212003-07-21 Richard M. Stallman <rms@gnu.org>
10122
10123 * s/openbsd.h (LD_SWITCH_SYSTEM_TEMACS): Add undef.
10124
10125 * fns.c (Flocale_info): Rename from Flanginfo. Doc fixes.
10126 (syms_of_fns): Corresponding change.
10127
10128 * alloc.c (syms_of_alloc): Doc fixes.
10129
101302003-07-20 Han Boetes <han@mijncomputer.nl> (tiny change)
10131
10132 * s/netbsd.h: Use -Wl syntax.
10133
101342003-07-17 Richard M. Stallman <rms@gnu.org>
10135
10136 * xterm.c (xim_initialize): Redo 6/24 change.
10137
101382003-07-15 Stefan Monnier <monnier@cs.yale.edu>
10139
10140 * buffer.c (copy_overlays): Use EMACS_INT for positions.
10141 (Fswitch_to_buffer): Don't signal an error when switching to the same
10142 buffer in a dedicated window.
10143
10144 * alloc.c: Use bitmaps for cons, as was done for floats.
10145 (init_float, init_cons): Let the normal code allocate the first block.
10146 (CONS_BLOCK_SIZE): Redefine based on BLOCK_BYTES and bitmap size.
10147 (CONS_BLOCK, CONS_INDEX, CONS_MARKED_P, CONS_MARK, CONS_UNMARK):
10148 New macros.
10149 (struct cons_block): Move conses to the beginning. Add gcmarkbits.
10150 (Fcons): Use lisp_align_malloc and CONS_UNMARK.
10151 (live_cons_p): Check the pointer is not past the `conses' array.
10152 (mark_maybe_object, mark_maybe_pointer): Use CONS_MARKED_P.
10153 (mark_object, mark_buffer): Use CONS_MARKED_P and CONS_MARK.
10154 (survives_gc_p): Use CONS_MARKED_P and simplify.
10155 (gc_sweep): Use CONS_MARKED_P, CONS_UNMARK, and lisp_align_free.
10156
101572003-07-13 Paul Eggert <eggert@twinsun.com>
10158
10159 GCC 3.3 (sparc) no longer puts "int foo = 0;" into data; it
10160 puts it into BSS instead, at least on Solaris 8 and 9.
10161 This is a valid optimization, and it may occur on other platforms,
10162 so Emacs should not assume that initializing a static variable to
10163 zero puts it into data.
10164 * alloc.c (pure, staticvec):
10165 Initialize these arrays to nonzero, so that they're not
10166 put into BSS by that optimization.
10167
101682003-07-13 Stefan Monnier <monnier@cs.yale.edu>
10169
10170 * alloc.c (BLOCK_PADDING): Rename from ABLOCKS_PADDING. Update users.
10171 (lisp_align_malloc): Use posix_memalign is available.
10172 (ABLOCKS_BASE): Use HAVE_POSIX_MEMALIGN as an optimization.
10173 (STRING_BLOCK_SIZE): Rename from STRINGS_IN_STRING_BLOCK
10174 for consistency. Update users.
10175
101762003-07-13 Richard M. Stallman <rms@gnu.org>
10177
10178 * s/netbsd.h (START_FILES_1, END_FILES_1): Always define them.
10179
101802003-07-13 Terje Rosten <terjeros@phys.ntnu.no>
10181
10182 * xterm.c (x_bitmap_icon,x_wm_set_icon_pixmap): Modify to add mask,
10183 and use the Gtk+ function gtk_window_icon_from_file if available.
10184
10185 * xfns.c (x_bitmap_mask, x_create_bitmap_mask): New functions to
10186 handle mask of bitmaps.
10187 (x_allocate_bitmap_record, x_destroy_bitmap): Modify to handle the
10188 mask property.
10189 (xg_set_icon): New function, wrapper for gtk_window_icon_from_file.
10190
10191 * xterm.h (xg_set_icon): New function.
10192
101932003-07-12 Paul Eggert <eggert@twinsun.com>
10194
10195 * unexelf.c (unexec): Consider a section to precede the .bss
10196 section if its addresses overlap that of .bss.
10197
101982003-07-12 Richard M. Stallman <rms@gnu.org>
10199
10200 * Makefile.in (CFLAGS) [!OPTIMIZE]: Set CFLAGS to -g.
10201
10202 * config.in (HAVE_CRTIN): Add #undef.
10203 (INLINE): Really inline only if OPTIMIZE is defined.
10204
10205 * s/netbsd.h (START_FILES, LIB_STANDARD): Use START_FILES_1,
10206 END_FILES_1.
10207 (START_FILES_1, END_FILES_1): New macros (conditional).
10208 (LD_SWITCH_SYSTEM_TEMACS): Define.
10209
10210 * s/openbsd.h: Don't include bsd4-3.h.
10211 (TERMINFO): Define.
10212 (LIBS_TERMCAP): Define.
10213 (LD_SWITCH_SYSTEM): Define (two definitions).
10214
10215 * xfns.c: Include libpng/png.h instead of png.h.
10216
102172003-07-11 Andreas Schwab <schwab@suse.de>
10218
10219 * buffer.c (modify_overlay): Update prototype.
10220 * lisp.h (adjust_overlays_for_insert, adjust_overlays_for_delete):
10221 Likewise.
10222
102232003-07-09 Stefan Monnier <monnier@cs.yale.edu>
10224
10225 * lisp.h (VALBITS): Define in terms of GCTYPEBITS.
10226 (struct interval): Move to intervals.h.
10227 (struct Lisp_Marker): Use EMACS_INT for position info.
10228 (forward_point): Remove prototype of defunct function.
10229 (Qmodification_hooks, Qrear_nonsticky, Fnext_property_change)
10230 (Fget_text_property, Fset_text_properties, Ftext_propertes_not_all)
10231 (syms_of_textprop, set_text_properties): Remove prototypes that are
10232 already in intervals.h.
10233
10234 * intervals.h (struct interval): Move from lisp.h.
10235 Use EMACS_INT for position and size info.
10236
10237 * coding.c: Include intervals.h for Fset_text_properties.
10238
10239 * buffer.h (struct buffer_text, struct buffer): Use EMACS_INT for
10240 position and length information.
10241
102422003-07-09 Stefan Monnier <monnier@cs.yale.edu>
10243
10244 * buffer.h (struct buffer_text, struct buffer): Use EMACS_INT for
10245 position and length information.
10246
102472003-07-09 Stefan Monnier <monnier@cs.yale.edu>
10248
10249 Change overlays_after and overlays_before so the overlays themselves
10250 are linked into lists, rather than using cons cells. After all each
10251 Lisp_Misc already occupies 5 words, so we can add a `next' field to
10252 Lisp_Overlay for free and save up one cons cell per overlay (not
10253 to mention one indirection when traversing the list of overlay).
10254
10255 * lisp.h (struct Lisp_Overlay): New field `next'.
10256
10257 * buffer.h (struct buffer): Change overlays_before and overlays_after
10258 from Lisp lists of overlays to pointers to overlays.
10259
10260 * buffer.c (overlay_strings, recenter_overlay_lists):
10261 Fix typo in eassert in last commit.
10262 (unchain_overlay): New function.
10263 (add_overlay_mod_hooklist): Use AREF.
10264 (copy_overlays, reset_buffer, overlays_at, overlays_in)
10265 (overlay_touches_p, overlay_strings, recenter_overlay_lists)
10266 (fix_overlays_in_range, fix_overlays_before, Fmake_overlay)
10267 (Fmove_overlay, Fdelete_overlay, Foverlay_lists)
10268 (report_overlay_modification, evaporate_overlays, init_buffer_once):
10269 Adjust to new type of overlays_(before|after).
10270
10271 * alloc.c (mark_object): Mark the new `next' field of overlays.
10272 (mark_buffer): Manually mark the overlays_(after|before) fields.
10273
10274 * coding.c (run_pre_post_conversion_on_str):
10275 * editfns.c (overlays_around):
10276 * xdisp.c (load_overlay_strings):
10277 * fileio.c (Finsert_file_contents):
10278 * indent.c (current_column):
10279 * insdel.c (signal_before_change, signal_after_change):
10280 * intervals.c (set_point_both):
10281 * print.c (temp_output_buffer_setup): Use new type for
10282 overlays_(before|after).
10283
102842003-07-08 Stefan Monnier <monnier@cs.yale.edu>
10285
10286 * buffer.c (report_overlay_modification): Don't run hooks while
10287 traversing the list of overlays.
10288
10289 * buffer.h (struct buffer): Use an int for overlay_center.
10290 (overlays_at, evaporate_overlays, recenter_overlay_lists)
10291 (overlay_strings, fix_overlays_before): Use EMACS_INT for positions.
10292
10293 * buffer.c (reset_buffer, recenter_overlay_lists)
10294 (adjust_overlays_for_insert, adjust_overlays_for_delete)
10295 (fix_overlays_in_range, Fmake_overlay, Fmove_overlay)
10296 (evaporate_overlays, init_buffer_once): Update use of overlay_center.
10297 (overlays_at, evaporate_overlays, recenter_overlay_lists)
10298 (overlay_strings, fix_overlays_before): Use EMACS_INT for positions.
10299
10300 * xdisp.c (fast_find_position): Remove unused var.
10301
10302 * cmds.c (Qexpand_abbrev): New sym.
10303 (syms_of_cmds): Initialize it.
10304 (internal_self_insert): Use it to call expand-abbrev.
10305
103062003-07-09 Kim F. Storm <storm@cua.dk>
10307
10308 * xterm.c (use_xim) [!USE_XIM]: Default to disable XIM if Emacs
10309 was configured with --without-xim.
10310 (x_term_init) [!USE_XIM]: Use `useXIM' resource to turn on XIM.
10311
103122003-07-07 Richard M. Stallman <rms@gnu.org>
10313
10314 * xdisp.c (reseat_1): Set it->area to TEXT_AREA.
10315
10316 * alloc.c (Fgarbage_collect): Doc fix.
10317
103182003-07-07 Nozomu Ando <nand@mac.com>
10319
10320 * buffer.c (Fkill_buffer): Clear charpos cache if necessary.
10321
103222003-07-06 Stefan Monnier <monnier@cs.yale.edu>
10323
10324 * minibuf.c (read_minibuf): UNGCPRO before returning.
10325 (Ftry_completion, Fall_completions): Doc fix.
10326
10327 * alloc.c (live_float_p): Check that p is not past the `floats' array,
10328 now that `floats' is not the last element of the struct any more.
10329
103302003-07-06 Jason Rumney <jasonr@gnu.org>
10331
10332 * w32term.h (ClipboardSequence_Proc): New type.
10333
10334 * w32fns.c (clipboard_sequence_fn): New variable.
10335 (globals_of_w32fns): Initialize it.
10336
10337 * w32select.c (last_clipboard_sequence_number): New variable.
10338 (Fw32_set_clipboard_data, Fw32_get_clipboard_data): Use sequence
10339 number if possible.
10340
103412003-07-06 Stefan Monnier <monnier@cs.yale.edu>
10342
10343 * m/amdx86-64.h (MARKBIT):
10344 * m/ia64.h (MARKBIT): Remove definition since lisp.h does not compare
10345 MARKBIT and ARRAY_MARK_FLAG any more.
10346
10347 * m/hp800.h (XSETMARKBIT):
10348 * m/sr2k.h (XSETMARKBIT):
10349 * lisp.h (XSETMARKBIT): Remove unused macro.
10350
10351 * lisp.h (mark_object): Change prototype.
10352
10353 * alloc.c (mark_object): Change arg *Lisp_Object -> Lisp_Object.
10354 (last_marked): Change accordingly.
10355 (mark_interval, mark_maybe_object, mark_maybe_pointer)
10356 (Fgarbage_collect, mark_glyph_matrix, mark_face_cache, mark_image)
10357 (mark_buffer): Update calls to mark_object.
10358
10359 * bytecode.c (mark_byte_stack):
10360 * fns.c (sweep_weak_table):
10361 * keyboard.c (mark_kboards): Update calls to mark_object.
10362
103632003-07-06 Jason Rumney <jasonr@gnu.org>
10364
10365 * alloc.c (struct ablock): Only include padding when there is some.
10366
103672003-07-04 Stefan Monnier <monnier@cs.yale.edu>
10368
10369 * alloc.c (ALIGN): Add casts to simplify usage.
10370 (BLOCK_ALIGN, BLOCK_BYTES, ABLOCKS_PADDING, ABLOCKS_SIZE)
10371 (ABLOCKS_BYTES, ABLOCK_ABASE, ABLOCKS_BUSY, ABLOCKS_BASE): New macros.
10372 (struct ablock, struct ablocks): New types.
10373 (free_ablock): New global var.
10374 (lisp_align_malloc, lisp_align_free): New functions.
10375 (FLOAT_BLOCK_SIZE): Redefine in terms of BLOCK_BYTES.
10376 (struct float_block): Reorder and add gcmarkbits.
10377 (GETMARKBIT, SETMARKBIT, UNSETMARKBIT, FLOAT_BLOCK, FLOAT_INDEX)
10378 (FLOAT_MARKED_P, FLOAT_MARK, FLOAT_UNMARK): New macros.
10379 (init_float, make_float): Use lisp_align_malloc.
10380 (free_float, live_float_p): Don't use `type' any more.
10381 (make_float): Use FLOAT_UNMARK to access to mark bit.
10382 (mark_maybe_object, mark_maybe_pointer, survives_gc_p):
10383 Use FLOAT_MARKED_P to access the mark bit.
10384 (pure_alloc): Simplify use of ALIGN.
10385 (mark_object): Use FLOAT_MARK to access the mark bit.
10386 (gc_sweep): Use new macros to access the float's mark bit.
10387 (init_alloc_once): Init free_ablock.
10388
10389 * lisp.h (struct Lisp_Float): Remove unused field `type'.
10390
103912003-06-27 Stefan Monnier <monnier@cs.yale.edu>
10392
10393 * alloc.c (VECTOR_MARK, VECTOR_UNMARK, VECTOR_MARKED_P): New macros.
10394 (GC_STRING_BYTES): Don't mask markbit (it's only used on `size').
10395 (allocate_buffer): Move.
10396 (string_bytes): Don't mask markbit of `size_byte'.
10397 (mark_maybe_object, mark_maybe_pointer, Fgarbage_collect)
10398 (mark_object, mark_buffer, survives_gc_p, gc_sweep):
10399 Use the `size' field of buffers (rather than the `name' field) for
10400 the mark bit, as is done for all other vectorlike objects.
10401 Use the new macros to access the mark bit of vectorlike objects.
10402
104032003-06-26 Richard M. Stallman <rms@gnu.org>
10404
10405 * puresize.h (BASE_PURESIZE): Increment base size.
10406
10407 * xdisp.c (fast_find_position): Enable Gerd's new definition.
10408
10409 * xterm.c (xim_initialize): Undo previous change.
10410
104112003-06-26 Stefan Monnier <monnier@cs.yale.edu>
10412
10413 * alloc.c (survives_gc_p): Simplify.
10414
10415 * buffer.c (set_buffer_internal_1): Test CONSP for lists.
10416
10417 * window.c (Fset_window_dedicated_p): Simplify.
10418 (display_buffer_1): Don't raise the win from which minibuf was entered.
10419 (temp_output_buffer_show): Don't assume BEG == 1. Simplify.
10420 (Fminibuffer_selected_window): Simplify.
10421
10422 * buffer.h (struct buffer_text): Lisp_Object `markers' => Lisp_Marker.
10423
10424 * lisp.h (unchain_marker): Lisp_Object arg => Lisp_Marker.
10425 (struct Lisp_Marker): Lisp_Object `chain' => Lisp_Marker `next'.
10426
10427 * insdel.c (check_markers, adjust_markers_for_delete)
10428 (adjust_markers_for_insert, adjust_markers_for_replace)
10429 (prepare_to_modify_buffer, RESTORE_VALUE):
10430 * marker.c (buf_charpos_to_bytepos, buf_bytepos_to_charpos)
10431 (Fset_marker, set_marker_restricted, set_marker_both, unchain_marker)
10432 (set_marker_restricted_both, Fbuffer_has_markers_at, count_markers):
10433 * alloc.c (Fmake_marker, free_marker, gc_sweep):
10434 * buffer.c (Fget_buffer_create, Fkill_buffer, Fset_buffer_multibyte):
10435 * editfns.c (save_excursion_restore, transpose_markers):
10436 * window.c (delete_window):
10437 * xdisp.c (message_dolog): Update for new types.
10438
104392003-06-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10440
10441 * xfaces.c (set_font_frame_param): Set default_face_done_p to zero.
10442 (realize_default_face): Use default_face_done_p for the force_p
10443 argument to set_lface_from_font_name. Set default_face_done_p to one.
10444
10445 * frame.c (make_frame): Initialize default_face_done_p.
10446
10447 * frame.h (struct frame): Add default_face_done_p.
10448
10449 * config.in: Add XRegisterIMInstantiateCallback_arg6 so it
10450 will be defined.
10451
104522003-06-25 Stefan Monnier <monnier@cs.yale.edu>
10453
10454 * alloc.c (make_interval, Fmake_symbol, allocate_misc):
10455 Initialize the new field `gcmarkbit'.
10456 (mark_interval, MARK_INTERVAL_TREE): Use the new `gcmarkbit' field.
10457 (mark_interval_tree): Don't mark the tree separately from the nodes.
10458 (UNMARK_BALANCE_INTERVALS): Don't unmark the tree.
10459 (mark_maybe_object, mark_maybe_pointer, Fgarbage_collect)
10460 (mark_object, survives_gc_p, gc_sweep): Use new `gcmarkbit' fields.
10461
10462 * lisp.h (struct interval, struct Lisp_Symbol, struct Lisp_Free)
10463 (struct Lisp_Marker, struct Lisp_Intfwd, struct Lisp_Boolfwd)
10464 (struct Lisp_Kboard_Objfwd, struct Lisp_Save_Value)
10465 (struct Lisp_Buffer_Local_Value, struct Lisp_Overlay)
10466 (struct Lisp_Objfwd, struct Lisp_Buffer_Objfwd): Add `gcmarkbit' field.
10467
104682003-06-24 Dave Love <fx@gnu.org>
10469
10470 * xterm.c (xim_initialize): Use XRegisterIMInstantiateCallback_arg6.
10471
10472 * strftime.c: Test HAVE_SYS__MBSTATE_H, not __hpux. Merge changes
10473 from gnulib.
10474
104752003-06-21 Richard M. Stallman <rms@gnu.org>
10476
10477 * fileio.c (Fwrite_region): Alternate messages
10478 for append and partial write.
10479
10480 * keyboard.c (read_key_sequence): When converting upcase fn key to
10481 downcase, update fkey and keytran so `backspace' gets translated.
10482
10483 * keyboard.c (read_avail_input): Don't signal SIGHUP in batch mode.
10484
10485 * process.c (wait_reading_process_input): Don't signal SIGIO
10486 in batch mode.
10487
104882003-06-17 Kenichi Handa <handa@m17n.org>
10489
10490 * Makefile.in (xselect.o): Don't depend on charset.h, coding.h,
10491 composite.h.
10492
10493 * xselect.c: Don't include charset.h, coding.h, composite.h.
10494 (Qforeign_selection): New variable.
10495 (syms_of_xselect): Intern and static it.
10496 (selection_data_to_lisp_data): Return a unibyte string made from
10497 data with `foreign-selection' text property.
10498
104992003-06-15 Stefan Monnier <monnier@cs.yale.edu>
10500
10501 * termhooks.h (EVENT_INIT): New macro.
10502
10503 * keyboard.c (mark_kboards): Move from alloc.c. Mark kbd_buffer.
10504
10505 * alloc.c (mark_kboards): Move to keyboard.c.
10506
10507 * keyboard.c (record_asynch_buffer_change, read_avail_input):
10508 * xterm.c (x_dispatch_event):
10509 * xmenu.c (find_and_call_menu_selection):
10510 * xdisp.c (handle_tool_bar_click):
10511 * w32menu.c (menubar_selection_callback):
10512 * sysdep.c (kbd_input_ast, read_input_waiting):
10513 * msdos.c (dos_rawgetc):
10514 * macterm.c (mac_check_for_quit_char):
10515 * macmenu.c (menubar_selection_callback):
10516 * gtkutil.c (xg_tool_bar_callback): Don't pass uninitialized
10517 data to kbd_buffer_store_event.
10518
105192003-06-15 Kim F. Storm <storm@cua.dk>
10520
10521 * xdisp.c (x_fix_overlapping_area): Always use area relative X
10522 to fix redisplay problem with tall characters (such as \e,AC\e(B).
10523
105242003-06-13 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
10525
10526 * fileio.c (Fcopy_file): Doc fix: copies file modes, too.
10527
105282003-06-12 Kenichi Handa <handa@m17n.org>
10529
10530 * fileio.c (Fwrite_region): Save and restore restriction.
10531
105322003-06-12 Dave Love <fx@gnu.org>
10533
10534 * alloca.c (alloca): Declare arg as size_t.
10535
10536 * sysdep.c: Remove redundant include of unistd.h, stdlib.h.
10537 Use HAVE_DECL_SYS_SIGLIST, not SYS_SIGLIST_DECLARED.
10538
105392003-06-11 Dave Love <fx@gnu.org>
10540
10541 * search.c (shrink_regexp_cache): Use xrealloc.
10542 (syms_of_search): Use xmalloc.
10543
105442003-06-10 Kim F. Storm <storm@cua.dk>
10545
10546 * xdisp.c (phys_cursor_in_rect_p): Fix 2003-05-24 change.
10547 Adjust phys_cursor.x to be relative to window box, rather than
10548 text area before checking -- to ensure cursor is redrawn when
10549 exposing window.
10550 Note: This also fixes a similar (older) bug if display margins
10551 are present.
10552
105532003-06-06 Kenichi Handa <handa@m17n.org>
10554
10555 * coding.c (encoding_buffer_size): If coding->type is
10556 coding_type_ccl, double magnification on CRLF encoding.
10557
105582003-06-06 Jason Rumney <jasonr@gnu.org>
10559
10560 * w32reg.c (SYSTEM_DEFAULT_RESOURCES): New constant.
10561 (w32_get_string_resource): Try SYSTEM_DEFAULT_RESOURCES last.
10562
10563 * xfaces.c (Finternal_face_x_get_resource): Do it on Windows and
10564 Mac too.
10565
105662003-06-05 Dave Love <fx@gnu.org>
10567
10568 * strftime.c: Merge changes from gnulib.
10569
10570 * mktime.c (__mktime_internal): Merge changes from gnulib
10571 involving year 69 and dst2.
10572
10573 Changes to merge with gnulib version and be consistent with the
10574 autoconf test:
10575
10576 * getloadavg.c: Set NLIST_STRUCT from HAVE_NLIST_H.
10577 Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not NLIST_NAME_UNION.
10578 [HAVE_LOCALE_H]: Include locale.h.
10579 (getloadavg) [HAVE_SETLOCALE]: Run sscanf in C locale.
10580
105812003-06-05 Kim F. Storm <storm@cua.dk>
10582
10583 * window.c (coordinates_in_window): Convert X and Y to window
10584 relative coordinates inside mode-line and header-line parts.
10585 Convert X and Y to margin area relative coordinates inside left
10586 and right display margin parts.
10587
105882003-06-05 Jason Rumney <jasonr@gnu.org>
10589
10590 * w32fns.c (add_system_logical_colors_to_map): New function.
10591 (Fx_open_connection): Use it.
10592
105932003-06-04 Stefan Monnier <monnier@cs.yale.edu>
10594
10595 * process.c (allocate_pty): Revert part of the previous patch.
10596 (Faccept_process_output): Simplify.
10597
105982003-06-04 Jason Rumney <jasonr@gnu.org>
10599
10600 * termhooks.h (enum event_kind): Remove MOUSE_WHEEL_EVENT.
10601
10602 * keyboard.c (Qmouse_wheel, mouse_wheel_syms)
10603 (lispy_mouse_wheel_names): Remove.
10604 (syms_of_keyboard): Remove Qmouse_wheel and mouse_wheel_syms.
10605 Always define drag_and_drop_syms.
10606
10607 * macterm.c (XTread_socket): Map mouse wheel events to Emacs
10608 WHEEL_EVENT events.
10609
106102003-06-03 Stefan Monnier <monnier@cs.yale.edu>
10611
10612 * xdisp.c (update_tool_bar): Add missing UNGCPRO.
10613
10614 * buffer.c (init_buffer_once): Make kill-buffer-hook permanent-local.
10615
106162003-06-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10617
10618 * gtkutil.c (make_menu_item): Make sure we don't crash on a NULL
10619 menu item label.
10620
106212003-06-03 Richard M. Stallman <rms@gnu.org>
10622
10623 * window.c (Fwindow_edges): Doc fix.
10624 (Fwindow_pixel_edges, Fwindow_inside_edges)
10625 (Fwindow_inside_pixel_edges): New functions.
10626 (syms_of_window): defsubr them.
10627
10628 * window.h (WINDOW_LEFT_FRINGE_COLS, WINDOW_RIGHT_FRINGE_COLS)
10629 (WINDOW_MODE_LINE_LINES, WINDOW_HEADER_LINE_LINES): New macros.
10630
106312003-06-02 Stefan Monnier <monnier@cs.yale.edu>
10632
10633 * dispnew.c (Fsit_for): Don't lie about the number of args.
10634
106352003-06-02 Dave Love <fx@gnu.org>
10636
10637 * callproc.c: Use HAVE_FCNTL_H, not USG5.
10638 (syms_of_callproc) <process-environment>: Doc fix.
10639
10640 * doc.c: Use HAVE_FCNTL_H, not USG5.
10641
10642 * xfaces.c (font_rescale_ratio): Fix for K&R.
10643
10644 * termcap.c: Use HAVE_FCNTL_H, not _POSIX_VERSION.
10645
10646 * mem-limits.h: Use HAVE_SYS_RESOURCE_H, HAVE_SYS_VLIMIT_H.
10647
10648 * lread.c [HAVE_FCNTL_H]: Include fcntl.h.
10649
10650 * gtkutil.c: Include keyboard.h, charset.h, coding.h.
10651 (xg_create_frame_widgets): Use ENCODE_UTF_8.
10652
10653 * xterm.c (Qutf_8): Move to coding.c
10654
10655 * xmenu.c (ENCODE_MENU_STRING): New.
10656 (list_of_panes, list_of_items, digest_single_submenu, xmenu_show):
10657 Use it.
10658
10659 * coding.h (ENCODE_UTF_8): New.
10660 (Qutf_8): Declare.
10661
10662 * coding.c (Qutf_8): New.
10663 (syms_of_coding): Intern it.
10664
10665 * fns.c: Doc fixes.
10666
106672003-06-02 Kenichi Handa <handa@m17n.org>
10668
10669 * buffer.c (Fset_buffer_multibyte): Fix previous change.
10670
106712003-06-01 Stefan Monnier <monnier@cs.yale.edu>
10672
10673 * lread.c (openp): Make sure STR is a string.
10674
106752003-06-01 David Ponce <david@dponce.com>
10676
10677 * termhooks.h (enum event_kind): Add new WHEEL_EVENT event.
10678 Declare MOUSE_WHEEL_EVENT only if MAC_OSX defined.
10679
10680 * keyboard.c (Qmouse_wheel): Declare only if MAC_OSX defined.
10681 (mouse_wheel_syms, lispy_mouse_wheel_names): Likewise.
10682 (discard_mouse_events): Discard WHEEL_EVENT events too.
10683 (lispy_wheel_names, wheel_syms): New.
10684 (syms_of_keyboard): Init and staticpro `wheel_syms'. Init and
10685 staticpro `Qmouse_wheel' and `mouse_wheel_syms' only if MAC_OSX defined.
10686 (make_lispy_event): Add WHEEL_EVENT handler.
10687
10688 * w32term.c (construct_mouse_wheel): Construct WHEEL_EVENT.
10689 (w32_read_socket): Map w32 WM_MOUSEWHEEL events to Emacs
10690 WHEEL_EVENT events.
10691
106922003-05-31 John Paul Wallington <jpw@gnu.org>
10693
10694 * Makefile.in (lisp, shortlisp): byte-run, float-sup, map-ynp, and
10695 timer are in lisp/emacs-lisp.
10696
106972003-05-31 Kenichi Handa <handa@m17n.org>
10698
10699 * buffer.c (Fset_buffer_multibyte): Correctly recover a narrowed
10700 region when a buffer is changed to unibyte.
10701
10702 * charset.h (VALID_LEADING_CODE_P): New macro.
10703 (UNIBYTE_STR_AS_MULTIBYTE_P): Check more rigidly.
10704
10705 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): If coding->flags
10706 is nonzero, accept multibyte form of eight-bit-control chars.
10707 (decode_composition_emacs_mule): Likewise.
10708 (decode_coding_emacs_mule): Likewise.
10709 (encode_coding_emacs_mule): If coding->flags is nonzero, produce
10710 multibyte form of eight-bit-control chars.
10711
10712 * fileio.c (Qauto_save_coding, auto_save_coding): New variables.
10713 (Finsert_file_contents): If coding-system-for-read is bound to
10714 Qauto_save_coding, use the coding system emacs-mule with special
10715 setting for recovering a file.
10716 (choose_write_coding_system): On auto saving, use the coding
10717 system emacs-mule with special setting for auto saving.
10718 (syms_of_fileio) <Qauto_save_coding>: Intern and staticpro it.
10719
107202003-05-30 Kenichi Handa <handa@m17n.org>
10721
10722 * coding.c (ccl_coding_driver): Set ccl->eight_bit_control
10723 properly before calling ccl_driver.
10724
10725 * ccl.h (struct ccl_program) <eight_bit_control>: Comment fixed.
10726
10727 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when it is nonzero.
10728 (ccl_driver): Initialize extra_bytes to ccl->eight_bit_control.
10729 (setup_ccl_program): Initialize ccl->eight_bit_control to zero.
10730
107312003-05-29 Glenn Morris <gmorris@ast.cam.ac.uk>
10732
10733 * xfaces.c (realize_default_face): Do not abort if lface is
10734 non-existent - reverts change from 2003-05-19.
10735
107362003-05-29 Kenichi Handa <handa@m17n.org>
10737
10738 * coding.c (decode_coding_iso2022): Pay attention to the byte
10739 sequence of CTEXT extended segment, and retain those bytes as is.
10740
107412003-05-28 Kenichi Handa <handa@m17n.org>
10742
10743 * coding.c (ENCODE_UNSAFE_CHARACTER): Adjust for the name change
10744 of CODING_REPLACEMENT_CHARACTER.
10745 (decode_coding_iso2022): If CODING_FLAG_ISO_SAFE, set
10746 CODING_MODE_INHIBIT_UNENCODABLE_CHAR flag in coding->mode, and
10747 check this flag on encoding.
10748 (encode_coding_sjis_big5):
10749 Check CODING_MODE_INHIBIT_UNENCODABLE_CHAR flag of coding->mode.
10750 (Fset_terminal_coding_system_internal):
10751 Set CODING_MODE_INHIBIT_UNENCODABLE_CHAR flag in terminal_coding.mode
10752 instead of setting CODING_FLAG_ISO_SAFE flag in terminal_coding.flags.
10753
10754 * coding.h (CODING_REPLACEMENT_CHARACTER): Rename from
10755 CODING_INHIBIT_CHARACTER_SUBSTITUTION.
10756 (CODING_MODE_INHIBIT_UNENCODABLE_CHAR): New macro.
10757
107582003-05-28 Richard M. Stallman <rms@gnu.org>
10759
10760 * print.c (syms_of_print) <print-escape-nonascii>: Doc fix.
10761
10762 * eval.c (unbind_to): Move init of this_binding to separate statement.
10763
107642003-05-28 Kim F. Storm <storm@cua.dk>
10765
10766 * xdisp.c (expose_window): Fix error in calculation of
10767 window relative coordinates of area to redisplay.
10768
107692003-05-27 Jason Rumney <jasonr@gnu.org>
10770
10771 * w32term.c (GET_WHEEL_DELTA_WPARAM): New macro.
10772
107732003-05-27 David Ponce <david@dponce.com>
10774
10775 Handle W32 mouse wheel events as mouse click events, like in X.
10776
10777 * keyboard.c (make_lispy_event) [WINDOWSNT]: Don't handle
10778 MOUSE_WHEEL_EVENT anymore.
10779
10780 * w32term.c (construct_mouse_wheel): Result is a MOUSE_CLICK_EVENT.
10781 Scrolling down/up the mouse wheel is respectively mapped to mouse
10782 button 4 and 5.
10783 (w32_read_socket): Map w32 WM_MOUSEWHEEL events to Emacs
10784 MOUSE_CLICK_EVENT events. Forward w32 MSH_MOUSEWHEEL events as
10785 WM_MOUSEWHEEL events.
10786
107872003-05-27 Andreas Schwab <schwab@suse.de>
10788
10789 * buffer.c (syms_of_buffer) <default-direction-reversed>: Doc fix.
10790
10791 * xdisp.c (try_window_id): Avoid aborting if PT is inside a
10792 partially visible line.
10793
10794 * alloc.c (Fgarbage_collect): Fix last change.
10795
107962003-05-26 John Paul Wallington <jpw@gnu.org>
10797
10798 * xfns.c (Fx_create_frame): Don't call Qface_set_after_frame_default.
10799
108002003-05-25 Stefan Monnier <monnier@cs.yale.edu>
10801
10802 * window.c (Fset_window_buffer): Add type of `keep_margins'.
10803 (Fset_window_fringes, Fset_window_scroll_bars): Declare before use.
10804
10805 * window.h (window_box_text_cols): Declare.
10806
10807 * xdisp.c (window_text_bottom_y, draw_row_fringe_bitmaps)
10808 (x_draw_vertical_border): Remove unused var `f'.
10809
10810 * xfaces.c (build_scalable_font_name): Remove `unused var
10811 pixel_size' warning.
10812
10813 * xfns.c (png_load): Remove `unused vars intent, image_gamma' warning.
10814
10815 * unexelf.c (unexec): Remove `unused var n' warning.
10816
10817 * strftime.c (my_strftime_localtime_r): Remove `defined but
10818 unused' warning.
10819
10820 * process.c (allocate_pty): Remove `unused var stb' and
10821 `cp might be used uninitialized' warnings.
10822
10823 * dispnew.c (mode_line_string): Remove unused var `f'.
10824
10825 * coding.c (find_safe_codings): Remove unused var `i'.
10826
10827 * bytecode.c (Fbyte_code): Remove `unused val' warning.
10828
10829 * buffer.c (Fkill_buffer): Remove unused var `list'.
10830
10831 * alloc.c (Fgarbage_collect): Remove `unused var tail' warning.
10832
108332003-05-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10834
10835 * frame.c (make_frame): Condition want_fullscreen with
10836 HAVE_WINDOW_SYSTEM.
10837
108382003-05-25 Juanma Barranquero <lektu@terra.es>
10839
10840 * window.c (Fset_window_scroll_bars): Fix typo in argument name.
10841 (Fwindow_scroll_bars): Fix typo in docstring.
10842
108432003-05-24 Kim F. Storm <storm@cua.dk>
10844
10845 The following changes serve several purposes:
10846
10847 1) Swap the position of fringes and display margins in windows, i.e.
10848 the fringes are now displayed between the margins and the text area
10849 (by default).
10850
10851 2) Allow fringe and scroll bar parameters to be set per-buffer and
10852 per-window (like display margins). Such settings are now stored
10853 in window configurations, preserved when frames are resized, and
10854 copied when windows are split vertically or horizontally.
10855 Several bugs related to display margins have been fixed.
10856
10857 3) Consistently use FRAME_FONT and FRAME_FONTSET macros.
10858
10859 4) Use FRAME_COLUMN_WIDTH (f) consistently throughout the code
10860 rather than FRAME_WIDTH (FRAME_FONT (f)).
10861
10862 5) Introduce a consistent naming of variables, members and macros
10863 depending on whether their value is measured in pixels or in
10864 canonical columns/lines. Pixel dimensions are named *_width and
10865 *_height, while canonical columns/lines are named *_cols and
10866 *_lines. Pixel positions are named *_x and *_y, while column/line
10867 positions are named *_col and *_line.
10868
10869 6) Consolidate more of the X, W32, and MAC gui code by moving
10870 common data into struct frame, and generalize it for the non-gui
10871 case by using suitable defaults.
10872
10873 7) Cleanup and consolidate the macros controlling frame and window
10874 layout into frame.h and window.h, and generalize the use of the
10875 various window_box_* functions (enhanced to handle the new fringe
10876 position and the per-window fringe and scroll bar settings).
10877
10878 * frame.h (struct frame): Rename members height to text_lines,
10879 width to text_cols, window_height to total_lines, window_width to
10880 total_cols, new_height to new_text_lines, new_width to
10881 new_text_cols. All uses changed.
10882 (struct frame): New members which consolidate common members of
10883 x_output, w32_output, and mac_output structures: left_pos,
10884 top_pos, pixel_height, pixel_width, x_pixels_diff, y_pixels_diff,
10885 win_gravity, size_hint_flags, border_width, internal_border_width,
10886 line_height, fringe_cols, left_fringe_width, right_fringe_width,
10887 want_fullscreen. All uses changed.
10888 (struct frame): New member column_width contaning the canonical
10889 column width, analogue to line_height. All uses changed.
10890 (struct frame): Rename members scroll_bar_pixel_width to
10891 config_scroll_bar_width, and scroll_bar_cols to
10892 config_scroll_bar_cols. All uses changed.
10893 (struct frame): New member scroll_bar_actual_width which
10894 consolidates and renames the vertical_scroll_bar_extra member of
10895 x_output, w32_output, and mac_output structures. All uses changed.
10896 (FRAME_PIXEL_HEIGHT): Rename from PIXEL_HEIGHT and moved
10897 from x/w32/macterm.h files. All uses changed. Also change code
10898 which referred to f->output_data...->pixel_height.
10899 (FRAME_PIXEL_WIDTH): Rename from PIXEL_WIDTH and moved
10900 from x/w32/macterm.h files. All uses changed. Also change code
10901 which referred to f->output_data...->pixel_width.
10902 (FRAME_LINES): Rename from FRAME_HEIGHT. All uses changed.
10903 Also change code which referred to f->height.
10904 (FRAME_COLS): Rename from FRAME_WIDTH. All uses changed.
10905 Also change code which referred to f->width.
10906 (FRAME_NEW_HEIGHT, FRAME_NEW_WIDTH): Remove macros; change uses
10907 to update new_text_lines and new_text_cols members directly.
10908 (FRAME_CONFIG_SCROLL_BAR_WIDTH): Rename from
10909 FRAME_SCROLL_BAR_PIXEL_WIDTH. All uses changed.
10910 (FRAME_CONFIG_SCROLL_BAR_COLS): Rename from
10911 FRAME_SCROLL_BAR_COLS. All uses changed.
10912 (FRAME_LEFT_SCROLL_BAR_COLS, FRAME_RIGHT_SCROLL_BAR_COLS):
10913 Rename from FRAME_LEFT_SCROLL_BAR_WIDTH and
10914 FRAME_RIGHT_SCROLL_BAR_WIDTH, resp. All uses changed.
10915 (FRAME_SCROLL_BAR_AREA_WIDTH, FRAME_LEFT_SCROLL_BAR_AREA_WIDTH)
10916 (FRAME_RIGHT_SCROLL_BAR_AREA_WIDTH): New macros.
10917 (FRAME_TOTAL_COLS): Rename from FRAME_WINDOW_WIDTH.
10918 (SET_FRAME_COLS): Rename from SET_FRAME_WIDTH.
10919 (FRAME_TOTAL_COLS_ARG): Rename from FRAME_WINDOW_WIDTH_ARG.
10920 (WINDOW_VERTICAL_SCROLL_BAR_COLUMN): Remove unused macro.
10921 (WINDOW_VERTICAL_SCROLL_BAR_HEIGHT): Remove unused macro.
10922 (FRAME_LINE_HEIGHT): Rename from CANON_Y_UNIT.
10923 Unconditionally return line_height member (it now has proper value
10924 also for non-window frames).
10925 (FRAME_COLUMN_WIDTH): Rename from CANON_X_UNIT. Unconditionally
10926 return new column_width member (rather than the default font width).
10927 (FRAME_FRINGE_COLS, FRAME_LEFT_FRINGE_WIDTH)
10928 (FRAME_RIGHT_FRINGE_WIDTH): Rename from FRAME_X_... and moved
10929 from x/w32/macterm.h files. Unconditionally return corresponding
10930 member of frame structure (they now have proper values also for
10931 non-window frames).
10932 (FRAME_TOTAL_FRINGE_WIDTH): Rename from FRAME_FRINGE_WIDTH.
10933 Calculate return value from left and right widths.
10934 (FRAME_INTERNAL_BORDER_WIDTH): Unconditionally return
10935 internal_border_width member (has proper value for non-window frame).
10936 (FRAME_PIXEL_X_FROM_CANON_X): Rename from PIXEL_X_FROM_CANON_X.
10937 (FRAME_PIXEL_Y_FROM_CANON_Y): Rename from PIXEL_Y_FROM_CANON_Y.
10938 (FRAME_CANON_X_FROM_PIXEL_X): Rename from CANON_X_FROM_PIXEL_X.
10939 (FRAME_CANON_Y_FROM_PIXEL_Y): Rename from CANON_Y_FROM_PIXEL_Y.
10940 (FRAME_LINE_TO_PIXEL_Y): Rename from CHAR_TO_PIXEL_ROW,
10941 consolidated from xterm.h, macterm.h, and w32term.h.
10942 (FRAME_COL_TO_PIXEL_X): Rename from CHAR_TO_PIXEL_COL,
10943 consolidated from xterm.h, macterm.h, and w32term.h.
10944 (FRAME_TEXT_COLS_TO_PIXEL_WIDTH): Rename from
10945 CHAR_TO_PIXEL_WIDTH consolidated from x/mac/w32term.h.
10946 (FRAME_TEXT_LINES_TO_PIXEL_HEIGHT): Rename from
10947 CHAR_TO_PIXEL_HEIGHT consolidated from x/mac/w32term.h.
10948 (FRAME_PIXEL_Y_TO_LINE): Rename from PIXEL_TO_CHAR_ROW
10949 consolidated from x/mac/w32term.h.
10950 (FRAME_PIXEL_X_TO_COL): Rename from PIXEL_TO_CHAR_COL
10951 consolidated from x/mac/w32term.h.
10952 (FRAME_PIXEL_WIDTH_TO_TEXT_COLS): Rename from
10953 PIXEL_TO_CHAR_WIDTH consolidated from x/mac/w32term.h.
10954 (FRAME_PIXEL_HEIGHT_TO_TEXT_LINES): Rename from
10955 PIXEL_TO_CHAR_HEIGHT consolidated from x/mac/w32term.h.
10956
10957 * window.h (struct window): Rename members left to left_col,
10958 top to top_line, height to total_lines, width to total_cols,
10959 left_margin_width to left_margin_cols, right_margin_width to
10960 right_margin_cols, orig_height to orig_total_lines, orig_top to
10961 orig_top_line. All uses changed.
10962 (struct window): New members left_fringe_width, right_fringe_width,
10963 fringes_outside_margins, scroll_bar_width, vertical_scroll_bar_type.
10964 (WINDOW_XFRAME, WINDOW_FRAME_COLUMN_WIDTH, WINDOW_FRAME_LINE_HEIGHT):
10965 New macros primarily used to simplify other macros.
10966 (WINDOW_TOTAL_COLS): New macro. Change relevant code that
10967 referred to XINT (w->width).
10968 (WINDOW_TOTAL_LINES): New macro. Change relevant code that
10969 referred to XINT (w->height).
10970 (WINDOW_TOTAL_WIDTH): New macro. Change relevant code that
10971 referred to XINT (w->width) * canon_x_unit.
10972 (WINDOW_TOTAL_HEIGHT): New macro. Change relevant code that
10973 referred to XINT (w->height) * canon_y_unit.
10974 (WINDOW_LEFT_EDGE_COL): New macro. Change relevant code that
10975 referred to XINT (w->left).
10976 (WINDOW_RIGHT_EDGE_COL): Rename from WINDOW_RIGHT_EDGE. Change
10977 all uses and code that referred to XINT (w->left) + XINT (w->width).
10978 (WINDOW_TOP_EDGE_LINE): New macro. Change relevant code that
10979 referred to XINT (w->top).
10980 (WINDOW_BOTTOM_EDGE_LINE): New macro. Change relevant code that
10981 referred to XINT (w->top) + XINT (w->height).
10982 (WINDOW_LEFT_EDGE_X): New macro. Change relevant code that
10983 referred to XINT (w->left) * canon_x_unit.
10984 (WINDOW_RIGHT_EDGE_X): New macro. Change relevant code that
10985 referred to (XINT (w->left) + XINT (w->width)) * canon_x_unit.
10986 (WINDOW_TOP_EDGE_Y): New macro. Change relevant code that
10987 referred to XINT (w->top) * canon_y_unit.
10988 (WINDOW_BOTTOM_EDGE_Y): New macro. Change relevant code that
10989 referred to (XINT (w->top) + XINT (w->height)) * canon_y_unit.
10990 (WINDOW_LEFTMOST_P): New macro.
10991 (WINDOW_BOX_LEFT_EDGE_COL): Rename from WINDOW_LEFT_MARGIN.
10992 All uses changed.
10993 (WINDOW_BOX_RIGHT_EDGE_COL): Rename from WINDOW_RIGHT_MARGIN.
10994 All uses changed.
10995 (WINDOW_BOX_LEFT_EDGE_X): Rename from
10996 WINDOW_DISPLAY_LEFT_EDGE_PIXEL_X, moved from dispextern.h.
10997 Do not exclude left fringe width.
10998 (WINDOW_BOX_RIGHT_EDGE_X): Rename from
10999 WINDOW_DISPLAY_RIGHT_EDGE_PIXEL_X, moved from dispextern.h.
11000 Do not exclude fringe widths.
11001 (WINDOW_LEFT_FRINGE_WIDTH, WINDOW_RIGHT_FRINGE_WIDTH)
11002 (WINDOW_FRINGE_COLS, WINDOW_TOTAL_FRINGE_WIDTH): New macros.
11003 Change relevant code that referred to FRAME_LEFT_FRINGE_WIDTH,
11004 FRAME_RIGHT_FRINGE_WIDTH, FRAME_FRINGE_COLS, and
11005 FRAME_TOTAL_FRINGE_WIDTH to allow per-window fringe settings.
11006 (WINDOW_HAS_FRINGES_OUTSIDE_MARGINS): New macro.
11007 (WINDOW_VERTICAL_SCROLL_BAR_TYPE, WINDOW_HAS_VERTICAL_SCROLL_BAR)
11008 (WINDOW_HAS_VERTICAL_SCROLL_BAR_ON_LEFT)
11009 (WINDOW_HAS_VERTICAL_SCROLL_BAR_ON_RIGHT)
11010 (WINDOW_CONFIG_SCROLL_BAR_WIDTH, WINDOW_CONFIG_SCROLL_BAR_COLS):
11011 New macros. Change code which referenced corresponding
11012 FRAME_VERTICAL_SCROLL_BAR_TYPE, FRAME_HAS_VERTICAL_SCROLL_BARS,
11013 FRAME_HAS_VERTICAL_SCROLL_BARS_ON_LEFT,
11014 FRAME_HAS_VERTICAL_SCROLL_BARS_ON_RIGHT,
11015 FRAME_SCROLL_BAR_PIXEL_WIDTH, and FRAME_SCROLL_BAR_COLS macros to
11016 allow per-window scroll-bar settings.
11017 (WINDOW_LEFT_SCROLL_BAR_COLS, WINDOW_RIGHT_SCROLL_BAR_COLS): New macros.
11018 (WINDOW_LEFT_SCROLL_BAR_AREA_WIDTH): New macro. Change code that
11019 referred to FRAME_LEFT_SCROLL_BAR_WIDTH.
11020 (WINDOW_RIGHT_SCROLL_BAR_AREA_WIDTH): New macro. Change code
11021 that referred to FRAME_HAS_VERTICAL_SCROLL_BARS_ON_RIGHT and
11022 FRAME_SCROLL_BAR_WIDTH.
11023 (WINDOW_SCROLL_BAR_COLS, WINDOW_SCROLL_BAR_AREA_WIDTH)
11024 (WINDOW_SCROLL_BAR_AREA_X): New macros.
11025 (WINDOW_HEADER_LINE_HEIGHT): Rename from
11026 WINDOW_DISPLAY_HEADER_LINE_HEIGHT, moved from dispextern.h.
11027 (WINDOW_BOX_HEIGHT_NO_MODE_LINE): Rename from
11028 WINDOW_DISPLAY_HEIGHT_NO_MODE_LINE, moved from dispextern.h.
11029 (WINDOW_BOX_TEXT_HEIGHT): Rename from
11030 WINDOW_DISPLAY_PIXEL_WIDTH, moved from dispextern.h.
11031 (WINDOW_TO_FRAME_PIXEL_X, WINDOW_TO_FRAME_PIXEL_Y)
11032 (FRAME_TO_WINDOW_PIXEL_X, FRAME_TO_WINDOW_PIXEL_Y)
11033 (WINDOW_TEXT_TO_FRAME_PIXEL_X): Move here from dispextern.h.
11034 (WINDOW_LEFT_MARGIN_WIDTH): Rename from
11035 WINDOW_DISPLAY_LEFT_AREA_PIXEL_WIDTH, moved from dispextern.h.
11036 (WINDOW_RIGHT_MARGIN_WIDTH): Rename from
11037 WINDOW_DISPLAY_RIGHT_AREA_PIXEL_WIDTH, moved from dispextern.h.
11038 (window_from_coordinates): Update prototype.
11039 (Fset_window_buffer): Update EXFUN.
11040 (set_window_buffer): Update prototype.
11041
11042 * dispextern.h (struct glyph_matrix): Rename members window_left_x
11043 to window_left_col, window_top_y to window_top_line. All uses
11044 changed.
11045 (FRAME_INTERNAL_BORDER_WIDTH_SAFE): Remove macro; can now safely
11046 use FRAME_INTERNAL_BORDER_WIDTH macro instead as
11047 internal_border_width is now set to 0 for non-window frames.
11048 (WINDOW_DISPLAY_PIXEL_WIDTH, WINDOW_DISPLAY_PIXEL_HEIGHT)
11049 (WINDOW_DISPLAY_MODE_LINE_HEIGHT, WINDOW_DISPLAY_HEADER_LINE_HEIGHT)
11050 (WINDOW_DISPLAY_HEIGHT_NO_MODE_LINE, WINDOW_DISPLAY_TEXT_HEIGHT)
11051 (WINDOW_DISPLAY_LEFT_EDGE_PIXEL_X, WINDOW_DISPLAY_RIGHT_EDGE_PIXEL_X)
11052 (WINDOW_DISPLAY_TOP_EDGE_PIXEL_Y, WINDOW_DISPLAY_BOTTOM_EDGE_PIXEL_Y)
11053 (WINDOW_TO_FRAME_PIXEL_X, WINDOW_TO_FRAME_PIXEL_Y)
11054 (FRAME_TO_WINDOW_PIXEL_X, FRAME_TO_WINDOW_PIXEL_Y)
11055 (WINDOW_DISPLAY_LEFT_AREA_PIXEL_WIDTH)
11056 (WINDOW_DISPLAY_RIGHT_AREA_PIXEL_WIDTH, WINDOW_WANTS_MODELINE_P):
11057 Move to window.h and renamed [see window.h changes].
11058 (WINDOW_AREA_TO_FRAME_PIXEL_X, WINDOW_AREA_PIXEL_WIDTH)
11059 (WINDOW_DISPLAY_TEXT_AREA_PIXEL_WIDTH): Remove macros.
11060 (WINDOW_WANTS_MODELINE_P, WINDOW_WANTS_HEADER_LINE_P):
11061 Use WINDOW_TOTAL_LINES.
11062 (frame_update_line_height): Remove prototype.
11063
11064 * buffer.h (struct buffer): Rename members measured in columns:
11065 left_margin_width to left_margin_cols, right_margin_width to
11066 right_margin_cols. All uses changed.
11067 New members left_fringe_width, right_fringe_width,
11068 fringes_outside_margins for per-buffer fringe settings.
11069 New members scroll_bar_width and vertical_scroll_bar_type for
11070 per-buffer scroll bar settings.
11071
11072 * buffer.c (init_buffer_once): Set buffer_defaults and
11073 buffer_local_flags for new buffer-local variables
11074 left_fringe_width, right_fringe_width, fringes_outside_margins,
11075 scroll_bar_width, and vertical_scroll_bar_type.
11076 (syms_of_buffer): Defvar_per_buffer them, and defvar_lisp_nopro
11077 default-* variables for them.
11078
11079 * dispnew.c: Make (many) trivial substitutions for renamed and
11080 new macros in dispextern.h, frame.h and window.h.
11081 (mode_line_string): No need to adjust width for mode lines, as it
11082 is already adjusted by the caller.
11083 (marginal_area_string): Handle fringes inside/outside margins.
11084
11085 * frame.c: Make (many) trivial substitutions for renamed and
11086 new macros in dispextern.h, frame.h and window.h.
11087 (make_frame): Initialize left_fringe_width, right_fringe_width,
11088 fringe_cols, scroll_bar_actual_width, border_width,
11089 internal_border_width, column_width, line_height, x_pixels_diff,
11090 y_pixels_diff, want_fullscreen, size_hint_flags, and win_gravity
11091 members with values suitable for a non-window frames.
11092
11093 * gtkutil.c: Make (many) trivial substitutions for renamed and
11094 new macros in dispextern.h, frame.h and window.h.
11095
11096 * indent.c: Make (few) trivial substitutions for renamed and
11097 new macros in dispextern.h, frame.h and window.h.
11098
11099 * keyboard.c: Make (many) trivial substitutions for renamed and
11100 new macros in dispextern.h, frame.h and window.h.
11101 (make_lispy_event): Use window positions returned from
11102 window_from_coordinates when constructing the lisp event for
11103 MOUSE_CLICK_EVENT and DRAG_N_DROP_EVENT, rather than calculating
11104 (incorrect) values locally.
11105 (make_lispy_movement): Use window positions returned from
11106 window_from_coordinates when constructing the lisp event, rather
11107 than calculating (incorrect) values locally.
11108
11109 * scroll.c: Make (some) trivial substitutions for renamed and
11110 new macros in dispextern.h, frame.h and window.h.
11111
11112 * sunfns.c (Fsun_menu_internal): Adapt to per-window fringes and
11113 scroll-bars.
11114
11115 * sysdep.c: Make (few) trivial substitutions for renamed and
11116 new macros in dispextern.h, frame.h and window.h.
11117
11118 * term.c: Make (some) trivial substitutions for renamed and
11119 new macros in dispextern.h, frame.h and window.h.
11120
11121 * widget.c: Make (few) trivial substitutions for renamed and
11122 new macros in dispextern.h, frame.h and window.h.
11123
11124 * window.c: Make (many) trivial substitutions for renamed and
11125 new macros in dispextern.h, frame.h and window.h.
11126 (make_window): Initialize new members
11127 left_margin_cols, right_margin_cols, left_fringe_width,
11128 right_fringe_width, fringes_outside_margins, scroll_bar_width,
11129 and vertical_scroll_bar_type.
11130 (coordinates_in_window): Adapt to new fringe/margin positions
11131 and per-window fringes and scroll-bars.
11132 Fix bug related to incorrectly adjusting coordinates by
11133 frame's internal_border_width (the effect normally negible since
11134 the internal_border_width is typically 0 or 1 pixel, but very
11135 noticeable for an internal_border_width of e.g. 25 pixels).
11136 Upon successful return (other than ON_NOTHING), the coordinates
11137 are now always properly converted to window relative for the
11138 given display element.
11139 (window_from_coordinates): Add new parameters wx and wy to
11140 return the window relative x and y position in the returned
11141 window and part. A null arg means, don't return the position.
11142 All callers changed.
11143 (adjust_window_margins): New function which may reduce the width
11144 of the display margins if a window's text area is too small after
11145 resizing or splitting windows.
11146 (size_window): Fix bug that did not account for display margin
11147 widths when checking the minimum width of a window; use
11148 adjust_window_margins.
11149 (set_window_buffer): Call Fset_window_fringes and
11150 Fset_window_scroll_bars to setup per-window elements.
11151 Add new arg KEEP_MARGINS_P. Non-nil means to keep window's
11152 existing display margin, fringe widths, and scroll bar settings
11153 (e.g. after splitting a window or resizing the frame).
11154 All callers changed.
11155 (Fset_window_buffer): New arg KEEP_MARGINS. All callers changed.
11156 (Fsplit_window): Duplicate original window's display margin,
11157 fringe, and scroll-bar settings; then call Fset_window_buffer with
11158 KEEP_MARGINS non-nil. This fixes a bug which caused a split
11159 window to only preserve the display margins in one of the windows.
11160 When splitting horizontally, call adjust_window_margins on both
11161 windows to ensure that the text area of the new windows is non too
11162 narrow. This fixes a bug which could cause Emacs to trap if the
11163 width of the split window was less than the width of the display
11164 margins.
11165 (window_box_text_cols): Rename from window_internal_width.
11166 All uses changed. Adapt to per-window fringes and scroll bars.
11167 Fix bug that caused vertical separator to be subtracted also on
11168 window frames. Fix another bug that did not reduce the returned
11169 value by the columns used for display margins.
11170 (window_scroll_line_based): Fix bug related to scrolling too much
11171 when display margins are present (implicitly fixed by the fix to
11172 window_box_text_cols).
11173 (scroll_left, scroll_right): Fix bug related to scrolling too far
11174 by default when display margins are present (implicitly fixed by
11175 the fix to window_box_text_cols).
11176 (struct saved_window): Rename members left to left_col, top to
11177 top_line, width to total_cols, height to total_lines, orig_top to
11178 orig_top_line, orig_height to orig_total_lines. All uses changed.
11179 New members left_margin_cols, right_margin_cols,
11180 left_fringe_width, right_fringe_width, fringes_outside_margins,
11181 scroll_bar_width, and vertical_scroll_bar_type for saving
11182 per-window display elements.
11183 (Fset_window_configuration): Restore display margins, fringes,
11184 and scroll bar settings. This fixes a bug which caused display
11185 margins to be discarded when saving and restoring a window
11186 configuration.
11187 (save_window_save): Save display margins, fringes, and scroll bar
11188 settings. This fixes a bug which caused display margins to be
11189 discarded when saving and restoring a window configuration.
11190 (Fset_window_margins): Do nothing if display margins are not
11191 really changed. Otherwise, call adjust_window_margins to ensure
11192 the text area doesn't get too narrow. This fixes a bug which
11193 could cause Emacs to trap if setting display margins wider than
11194 the width of the window.
11195 (Fset_window_fringes): New defun to allow user to specifically set
11196 this window's fringe widths and position vs. display margins.
11197 (Fwindow_fringes): New defun to return window's actual fringe settings.
11198 (Fset_window_scroll_bars): New defun to allow user to specifically
11199 set this window's scroll bar width and position.
11200 (Fwindow_scroll_bars): New defun to return window's actual scroll
11201 bar settings.
11202 (compare_window_configurations): Also compare display margins,
11203 fringes, and scroll bar settings.
11204 (syms_of_window): Defsubr new defuns for fringe and scroll bars.
11205
11206 * xdisp.c: Make (many) trivial substitutions for renamed and
11207 new macros in dispextern.h, frame.h and window.h.
11208 (window_box_width): Adapt to per-window fringes and scroll bars,
11209 and new fringe vs. display margin position. Note that returned
11210 value is no longer guaranteed to be a whole multiple of the frame
11211 column width, since per-window fringes may now be any width.
11212 (window_box_left_offset): New function like window_box_left, but
11213 value is relative to left border of window (rather than frame).
11214 (window_box_right_offset): New function like window_box_right,
11215 but value is relative to left border of window.
11216 (window_box_left): Adapt to per-window fringes and scroll bars,
11217 and new fringe vs. display margin position. Simplify by using
11218 WINDOW_LEFT_EDGE_X and window_box_left_offset.
11219 (window_box): Allow null args for unnecessary return values;
11220 change/simplify relevant callers.
11221 (x_y_to_hpos_vpos): Adapt to per-window fringes and scroll bars,
11222 and new fringe vs. display margin position.
11223 Use window_box_left_offset and window_box_right_offset
11224 (get_glyph_string_clip_rect): Adapt to per-window fringes and
11225 scroll bars, and new fringe vs. display margin position.
11226 Use WINDOW_LEFT_EDGE_X and WINDOW_TOTAL_WIDTH.
11227 (draw_fringe_bitmap): Rework to handle per-window fringes and new
11228 fringe vs. display margin position.
11229 (hscroll_window_tree): Use window_box_width instead of window_box.
11230 (redisplay_window): Adapt to per-window scroll bars.
11231 (draw_glyphs): Rework to handle per-window fringes and scroll
11232 bars, and new fringe vs. display margin position.
11233 Use WINDOW_LEFT_EDGE_X, WINDOW_TOTAL_WIDTH, and window_box_left.
11234 (x_clear_end_of_line): Adapt to per-window fringes and scroll
11235 bars, and new fringe vs. display margin position. Fix bug which
11236 increased total width of full_width rows by width of scroll bars
11237 although window's total width already includes that.
11238 (x_fix_overlapping_area): Simplify using window_box_left_offset.
11239 (expose_area): Simplify using window_box_left_offset.
11240 (x_draw_vertical_border): Handle per-window scroll bar settings,
11241 mixing windows with left, right and no scroll bars.
11242
11243 * xfaces.c [WINDOWSNT]: Move redefinition of FONT_WIDTH macro to
11244 where it's used in x_list_fonts (for clarity).
11245 (frame_update_line_height): Remove unused function; functionality
11246 is now done directly when setting the default font in x_set_font.
11247
11248 * xfns.c: Make (many) trivial substitutions for renamed and
11249 new macros in dispextern.h, frame.h and window.h.
11250
11251 * xmenu.c: Make (some) trivial substitutions for renamed and
11252 new macros in dispextern.h, frame.h and window.h.
11253
11254 * xterm.h (struct x_output): Move members left_pos, top_pos,
11255 border_width, pixel_height, pixel_width, line_height,
11256 internal_border_width, vertical_scroll_bar_extra,
11257 left_fringe_width, right_fringe_width, fringe_cols,
11258 fringes_extra, win_gravity, size_hint_flags, want_fullscreen,
11259 x_pixels_diff, and y_pixels_diff to struct frame (frame.h).
11260 (FRAME_INTERNAL_BORDER_WIDTH, FRAME_LINE_HEIGHT): Move to frame.h.
11261 (FRAME_DEFAULT_FONT_WIDTH): Remove macro.
11262 (PIXEL_WIDTH, PIXEL_HEIGHT)
11263 (FRAME_X_FRINGE_COLS, FRAME_X_FRINGE_WIDTH)
11264 (FRAME_X_LEFT_FRINGE_WIDTH, FRAME_X_RIGHT_FRINGE_WIDTH): Move to
11265 frame.h and renamed [see frame.h changes].
11266 (CHAR_TO_PIXEL_ROW, CHAR_TO_PIXEL_COL, CHAR_TO_PIXEL_WIDTH)
11267 (CHAR_TO_PIXEL_HEIGHT, PIXEL_TO_CHAR_ROW, PIXEL_TO_CHAR_COL)
11268 (PIXEL_TO_CHAR_WIDTH, PIXEL_TO_CHAR_HEIGHT): Move to frame.h
11269 and renamed [see frame.h changes].
11270
11271 * xterm.c: Make (several) trivial substitutions for renamed and
11272 new macros in dispextern.h, frame.h and window.h.
11273 (x_draw_glyph_string_box): Adapt to per-window fringes and scroll-bars.
11274 (scroll_run): Adapt to new fringe position.
11275 (glyph_rect): Use window coordinates returned from
11276 window_from_coordinates rather than frame_to_window_pixel_xy.
11277 (XTset_vertical_scroll_bar): Adapt to per-window fringes and
11278 scroll-bars.
11279 (handle_one_xevent): Simplify a USE_GTK conditional.
11280 (x_clip_to_row): Remove superfluous whole_line_p arg and code
11281 (fringes are now inside margins, i.e. always in the clipping area).
11282 All callers changed.
11283 (x_new_font): Set FRAME_COLUMN_WIDTH and FRAME_LINE_HEIGHT
11284 directly, then call compute_fringe_widths. Don't call
11285 frame_update_line_height.
11286
11287 * w32term.h (struct w32_output): Move members left_pos, top_pos,
11288 border_width, pixel_height, pixel_width, line_height,
11289 internal_border_width, vertical_scroll_bar_extra,
11290 left_fringe_width, right_fringe_width, fringe_cols,
11291 fringes_extra, win_gravity, size_hint_flags, want_fullscreen,
11292 x_pixels_diff, and y_pixels_diff to struct frame (frame.h).
11293 (FRAME_INTERNAL_BORDER_WIDTH, FRAME_LINE_HEIGHT): Move to frame.h.
11294 (FRAME_DEFAULT_FONT_WIDTH): Remove macro.
11295 (PIXEL_WIDTH, PIXEL_HEIGHT)
11296 (FRAME_X_FRINGE_COLS, FRAME_X_FRINGE_WIDTH)
11297 (FRAME_X_LEFT_FRINGE_WIDTH, FRAME_X_RIGHT_FRINGE_WIDTH): Move to
11298 frame.h and renamed [see frame.h changes].
11299 (CHAR_TO_PIXEL_ROW, CHAR_TO_PIXEL_COL, CHAR_TO_PIXEL_WIDTH)
11300 (CHAR_TO_PIXEL_HEIGHT, PIXEL_TO_CHAR_ROW, PIXEL_TO_CHAR_COL)
11301 (PIXEL_TO_CHAR_WIDTH, PIXEL_TO_CHAR_HEIGHT): Move to frame.h
11302 and renamed [see frame.h changes].
11303
11304 * w32term.c: Make (several) trivial substitutions for renamed and
11305 new macros in dispextern.h, frame.h and window.h.
11306 (x_draw_glyph_string_box): Adapt to per-window fringes and scroll-bars.
11307 (glyph_rect): Use window coordinates returned from
11308 window_from_coordinates rather than frame_to_window_pixel_xy.
11309 (XTset_vertical_scroll_bar): Adapt to per-window fringes and
11310 scroll-bars.
11311 (w32_clip_to_row): Remove superfluous whole_line_p arg and code
11312 (fringes are now inside margins, i.e. always in the clipping area).
11313 All callers changed.
11314 (x_new_font): Set FRAME_COLUMN_WIDTH and FRAME_LINE_HEIGHT
11315 directly, then call compute_fringe_widths. Don't call
11316 frame_update_line_height.
11317
11318 * w32console.c: Make (few) trivial substitutions for renamed and
11319 new macros in dispextern.h, frame.h and window.h.
11320
11321 * w32fns.c: Make (many) trivial substitutions for renamed and
11322 new macros in dispextern.h, frame.h and window.h.
11323
11324 * w32menu.c: Make (few) trivial substitutions for renamed and
11325 new macros in dispextern.h, frame.h and window.h.
11326
11327 * macterm.h (struct mac_output): Move members left_pos, top_pos,
11328 border_width, pixel_height, pixel_width, line_height,
11329 internal_border_width, vertical_scroll_bar_extra,
11330 left_fringe_width, right_fringe_width, fringe_cols,
11331 fringes_extra, win_gravity, size_hint_flags, want_fullscreen,
11332 x_pixels_diff, y_pixels_diff to struct frame (frame.h).
11333 (FRAME_INTERNAL_BORDER_WIDTH, FRAME_LINE_HEIGHT): Move to frame.h.
11334 (FRAME_DEFAULT_FONT_WIDTH): Remove macro.
11335 (PIXEL_WIDTH, PIXEL_HEIGHT)
11336 (FRAME_X_FRINGE_COLS, FRAME_X_FRINGE_WIDTH)
11337 (FRAME_X_LEFT_FRINGE_WIDTH, FRAME_X_RIGHT_FRINGE_WIDTH): Move to
11338 frame.h and renamed [see frame.h changes].
11339 (CHAR_TO_PIXEL_ROW, CHAR_TO_PIXEL_COL, CHAR_TO_PIXEL_WIDTH)
11340 (CHAR_TO_PIXEL_HEIGHT, PIXEL_TO_CHAR_ROW, PIXEL_TO_CHAR_COL)
11341 (PIXEL_TO_CHAR_WIDTH, PIXEL_TO_CHAR_HEIGHT): Move to frame.h
11342 and renamed [see frame.h changes].
11343
11344 * macterm.c: Make (several) trivial substitutions for renamed and
11345 new macros in dispextern.h, frame.h and window.h.
11346 (x_draw_glyph_string_box): Adapt to per-window fringes and scroll-bars.
11347 (glyph_rect): Use window coordinates returned from
11348 window_from_coordinates rather than frame_to_window_pixel_xy.
11349 (XTset_vertical_scroll_bar): Adapt to per-window fringes and
11350 scroll-bars.
11351 (x_clip_to_row): Remove superfluous whole_line_p arg and code
11352 (fringes are now inside margins, i.e. always in the clipping area).
11353 All callers changed.
11354 (x_new_font): Set FRAME_COLUMN_WIDTH and FRAME_LINE_HEIGHT
11355 directly, then call compute_fringe_widths. Don't call
11356 frame_update_line_height.
11357
11358 * macfns.c: Make (several) trivial substitutions for renamed and
11359 new macros in dispextern.h, frame.h and window.h.
11360 (x_real_positions): Set f->x_pixels_diff and f->y_pixels_diff to 0.
11361
11362 * macmenu.c: Make (few) trivial substitutions for renamed and
11363 new macros in dispextern.h, frame.h and window.h.
11364
11365 * msdos.h (struct x_output): Remove members left_pos, top_pos,
11366 and line_height, and use corresponding new members in struct
11367 frame. All uses changed.
11368 (FRAME_LINE_HEIGHT, FRAME_INTERNAL_BORDER_WIDTH): Remove macros;
11369 superseeded by corresponding macros in frame.h.
11370
11371 * msdos.c: Make (several) trivial substitutions for renamed and
11372 new macros in dispextern.h, frame.h and window.h.
11373 (IT_note_mouse_highlight): Use updated window coordinates returned
11374 by window_from_coordinates, rather than adjusting them locally.
11375 (internal_terminal_init): No need to initialize line_height here;
11376 it now defaults to 1.
11377
113782003-05-24 Stefan Monnier <monnier@cs.yale.edu>
11379
11380 * keyboard.c (read_key_sequence): Adjust fkey and keytran when
11381 dropping `down' events.
11382
113832003-05-24 Andreas Schwab <schwab@suse.de>
11384
11385 * coding.c (find_safe_codings): Fix last change.
11386
113872003-05-24 Istvan Marko <mi@imarko.dhs.org> (tiny change)
11388
11389 * xfns.c (x_window): Fix typo from 2003-05-21 change.
11390
113912003-05-23 Stefan Monnier <monnier@cs.yale.edu>
11392
11393 * xdisp.c (display_mode_element): Increase max depth.
11394 Simplify the error handling code. Use a different error string
11395 for the case where we hit the depth limit.
11396
11397 * lisp.h (Vfundamental_mode_abbrev_table): Don't declare.
11398
11399 * buffer.c (reset_buffer_local_variables): Remove redundant setting.
11400
114012003-05-21 Stefan Monnier <monnier@cs.yale.edu>
11402
11403 * intervals.c (get_local_map): Don't get char-property of previous
11404 point any more: get_pos_property already does it and better.
11405
114062003-05-21 Dave Love <fx@gnu.org>
11407
11408 [Merged from unicode branch.]
11409
11410 * xfns.c (x_window, x_window): Use use_xim.
11411
11412 * xterm.c (use_xim): Initialize.
11413 (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
11414 (x_term_init): Maybe set use_xim.
11415
11416 * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
11417
114182003-05-21 Jason Rumney <jasonr@gnu.org>
11419
11420 * unexw32.c (_start): Remove _fmode initialization.
11421
11422 * emacs.c (main) [WINDOWSNT]: Move it here.
11423
114242003-05-20 Dave Love <fx@gnu.org>
11425
11426 * s/gnu-linux.h (MAIL_USE_FLOCK): Make it conditional.
11427
114282003-05-19 Richard M. Stallman <rms@gnu.org>
11429
11430 * xfaces.c (Finternal_set_lisp_face_attribute): Handle Qunspecified
11431 as value for QCfont attribute.
11432 (realize_default_face): lface should already exist; crash if not.
11433 Specify 0 for FORCE_P when calling set_lface_from_font_name.
11434
11435 * frame.c (Fignore_event): Doc fix.
11436
114372003-05-19 Kenichi Handa <handa@m17n.org>
11438
11439 * coding.c (decode_coding_string): Handle post-read-conversion
11440 even if the coding doesn't require decoding.
11441
114422003-05-18 Richard M. Stallman <rms@gnu.org>
11443
11444 * callproc.c (Fcall_process_region): Doc fix.
11445
114462003-05-17 Stefan Monnier <monnier@cs.yale.edu>
11447
11448 * lread.c (Fload): Print a message if package is obsolete.
11449
11450 * window.c (Fselect_window): Add optional `norecord' arg.
11451 (select_window_1): Fold into Fselect_window.
11452 (select_window_norecord): New function.
11453 (temp_output_buffer_show): Use it. Preserve current buffer.
11454
11455 * window.h (Fselect_window): Update declaration.
11456
11457 * window.c (delete_window, Fother_window, Fset_window_configuration):
11458 * minibuf.c (read_minibuf):
11459 * macterm.c (x_new_focus_frame):
11460 * frame.c (do_switch_frame, Fset_frame_selected_window, Fdelete_frame):
11461 * callint.c (Fcall_interactively):
11462 * xterm.c (x_new_focus_frame): Pass nil as new arg to Fselect_window.
11463
11464 * buffer.c (Fpop_to_buffer): Pass norecord to Fselect_window.
11465
114662003-05-17 David Kastrup <dak@gnu.org>
11467
11468 * process.c (read_process_output): Back out change from 2003-03-09.
11469
114702003-05-17 Stefan Monnier <monnier@cs.yale.edu>
11471
11472 * editfns.c (get_pos_property): Don't assume that `object' = nil.
11473
11474 * textprop.c (text_property_stickiness): New arg `buffer'.
11475
11476 * intervals.h (text_property_stickiness): New arg `buffer'.
11477 (get_pos_property): Declare.
11478
11479 * intervals.c (get_local_map): Use get_pos_property, to obey
11480 stickiness and empty overlays.
11481 (create_root_interval, graft_intervals_into_buffer): Use BEG.
11482 (merge_properties, intervals_equal, merge_properties_sticky):
11483 Use XCAR, XCDR.
11484 (adjust_for_invis_intang): Pass new arg to text_property_stickiness.
11485
114862003-05-17 Richard M. Stallman <rms@gnu.org>
11487
11488 * minibuf.c (read_minibuf): If buffer is empty, record the default
11489 in the history.
11490 (Fminibuffer_complete_word): When deleting the overlap, take account
11491 of its real position.
11492
11493 * fns.c (map_char_table): Fix previous change.
11494
11495 * syntax.c (find_defun_start):
11496 When open_paren_in_column_0_is_defun_start,
11497 return beginning of buffer.
11498
11499 * lisp.h (map_char_table): Declare added arg.
11500
11501 * fns.c (map_char_table): New arg TABLE gets the master table.
11502 All calls changed.
11503 Process default and inheritance, resorting to Faref if necessary.
11504
11505 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
11506 (Faccessible_keymaps): Pass new arg to map_char_table.
11507
11508 * fontset.c (Ffontset_info): Pass new arg to map_char_table.
11509
11510 * casetab.c (set_case_table): Pass new arg to map_char_table.
11511
11512 * data.c (let_shadows_buffer_binding_p): Make target of p volatile.
11513
11514 * lisp.h (specbinding_func): New typedef.
11515 (struct specbinding): Use specbinding_func, to put the `volatile'
11516 in the right place.
11517
11518 * alloc.c (Fgarbage_collect): Cast pointers into specpdl
11519 to avoid GCC warning.
11520
115212003-05-16 Ralph Schleicher <rs@nunatak.allgaeu.org>
11522
11523 * fileio.c (Fdelete_file): Handle symlinks pointing to directories.
11524
115252003-05-15 Stefan Monnier <monnier@cs.yale.edu>
11526
11527 * keyboard.c (apply_modifiers): Don't fill the other cache.
11528
115292003-05-14 Stefan Monnier <monnier@cs.yale.edu>
11530
11531 * .gdbinit-union: New file, for USE_LISP_UNION_TYPE users.
11532
11533 * window.h (Qwindowp, Qwindow_live_p, Vwindow_list)
11534 (Fwindow_end, Fselected_window, Fdelete_window, Fwindow_buffer)
11535 (Fget_buffer_window, Fsave_window_excursion, Fsplit_window)
11536 (Fset_window_configuration, Fcurrent_window_configuration)
11537 (compare_window_configurations, Fcoordinates_in_window_p, Fwindow_at)
11538 (Fpos_visible_in_window_p, mark_window_cursors_off)
11539 (window_internal_height, window_internal_width, Frecenter)
11540 (Fscroll_other_window, Fset_window_start, temp_output_buffer_show)
11541 (replace_buffer_in_all_windows, init_window_once, init_window)
11542 (syms_of_window, keys_of_window): Move from lisp.h.
11543 * lisp.h: Move window.c declarations to window.h.
11544
11545 * bytecode.c: Include window.h.
11546 * emacs.c: Include window.h.
11547
11548 * keyboard.c (make_lispy_event): Apply modifiers to multibyte-char key.
11549 (keyremap): Add `parent' field.
11550 (keyremap_step): Use it. Remove `parent' argument.
11551 (read_key_sequence): Setup and use the new `parent' field.
11552
115532003-05-11 Stefan Monnier <monnier@cs.yale.edu>
11554
11555 * keyboard.c (adjust_point_for_property): Ensure termination.
11556
115572003-05-10 Stefan Monnier <monnier@cs.yale.edu>
11558
11559 * keyboard.c (follow_key): Remove dead variable `did_meta'.
11560 (access_keymap_keyremap, keyremap_step): New funs, extracted from the
11561 duplicated handling of function-key-map and key-translation-map
11562 in read_key_sequence.
11563 (read_key_sequence): Use them.
11564
11565 * keyboard.c (adjust_point_for_property): Try harder to move point
11566 to the non-sticky end of an invisible property.
11567
11568 * xdisp.c (single_display_prop_intangible_p): Make `space' display
11569 property intangible as well.
11570
115712003-05-10 Andreas Schwab <schwab@suse.de>
11572
11573 * xmenu.c (single_menu_item): Change last parameter to void* to
11574 avoid warning.
11575
115762003-05-09 Richard M. Stallman <rms@gnu.org>
11577
11578 * print.c (Fprin1_to_string): Instead of gcpro, set abort_on_gc.
11579 Bind Qinhibit_modification_hooks to t so there will be no GC.
11580 Rename local `tem' to `save_deactivate_mark'.
11581
11582 * eval.c (specpdl_ptr): Declare volatile.
11583 (unbind_to): Copy the whole binding and decrement specpdl_ptr
11584 before doing the work of unbinding it.
11585
11586 * lisp.h (struct specbinding): Declare elements volatile.
11587 (specpdl_ptr): Declare volatile.
11588
11589 * Makefile.in (alloca.o): Specify -DDO_BLOCK_INPUT in compiling.
11590
11591 * alloca.c: Test DO_BLOCK_INPUT rather than `emacs'
11592 for use of BLOCK_INPUT and inclusion of lisp.h and blockinput.h.
11593
115942003-05-08 Dave Love <fx@gnu.org>
11595
11596 * coding.c (Vlast_coding_system_used): Doc fix.
11597
115982003-05-07 Jason Rumney <jasonr@gnu.org>
11599
11600 * fileio.c (Ffile_symlink_p): Let handlers handle symlinks even
11601 when system does not support them.
11602
116032003-05-05 Stefan Monnier <monnier@cs.yale.edu>
11604
11605 * fileio.c (Qwrite_region_annotate_functions): New var.
11606 (build_annotations): Use it to process the global part of the hook.
11607 (syms_of_fileio): Init and staticpro it.
11608
11609 * keyboard.c (safe_run_hooks_error): Display a message instead of
11610 silently ignoring the error.
11611
116122003-05-03 Stefan Monnier <monnier@cs.yale.edu>
11613
11614 * keyboard.c (input_available_signal): Mark static.
11615 (menu_bar_items): Use map_keymap.
11616 (menu_bar_one_keymap): Remove.
11617 (menu_bar_item): Adjust arglist (for use in map_keymap).
11618 Properly hide a second binding when not both are keymaps.
11619
11620 * xmenu.c (struct skp): New struct, to pass args through map_keymap.
11621 (single_keymap_panes): Use it and map_keymap.
11622 (single_menu_item): Use skp as well.
11623
11624 * keymap.h (map_keymap_function_t): New type.
11625 (map_keymap): Declare.
11626
11627 * keymap.c (map_keymap_item, map_keymap_char_table_item, map_keymap)
11628 (map_keymap_call, Fmap_keymap): New functions.
11629 (syms_of_keymap): Defsubr map-keymap.
11630
116312003-05-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11632
11633 * gtkutil.c (create_dialog, make_widget_for_menu_item)
11634 (make_menu_item, create_menus, xg_update_menu_item): Don't call
11635 ..._with_mnemonic functions for menu items.
11636
116372003-05-01 Kenichi Handa <handa@m17n.org>
11638
11639 * coding.c (coding_system_accept_latin_extra_p): Delete this
11640 function.
11641 (find_safe_codings): Pay attention to
11642 the property tranlsation-table-for-encode of each codings.
11643 (syms_of_coding): Give Qtranslation_table the extra slot number 2.
11644
116452003-05-01 Stefan Monnier <monnier@cs.yale.edu>
11646
11647 * eval.c (Funwind_protect): Use func=Fprogn rather than symbol=Qnil.
11648
116492003-04-30 Stefan Monnier <monnier@cs.yale.edu>
11650
11651 * eval.c (unbind_to): Don't handle symbol = Qnil any more.
11652
11653 * lisp.h (CHECK): Wrap args in parenthesis.
11654 (specbind): Fix doc: symbol = Qnil is not supported any more.
11655
11656 * bytecode.c (Fbyte_code) <unwind-protect>:
11657 Use Fprogn rather than 0 and Qnil.
11658
11659 * keyboard.c (parse_modifiers_uncached): Parse `down', `drag',
11660 `double', and `triple' modifiers as well.
11661
116622003-04-30 Richard M. Stallman <rms@gnu.org>
11663
11664 * keyboard.c (echo_char): Don't clear out a dash that follows a space.
11665
11666 * alloc.c (abort_on_gc): New variable.
11667 (Fgarbage_collect): Abort if abort_on_gc is set.
11668
11669 * lisp.h (abort_on_gc): Add decl.
11670
11671 * eval.c (Fsignal): Clear abort_on_gc.
11672
11673 * editfns.c (Fformat): Set abort_on_gc during first scan of format.
11674 Reinit FORMAT_START and END before second scan.
11675
11676 * xdisp.c (move_it_vertically_backward): Do the final big else
11677 even if nlines is 0.
11678
11679 * xdisp.c (redisplay_internal): Finish the per-frame loop
11680 even if redisplay is suspended by input.
11681
116822003-04-24 Andrew Choi <akochoi@shaw.ca>
11683
11684 * macterm.c (x_list_fonts): Return all fonts that match if
11685 maxnames = -1.
11686
116872003-04-25 Kenichi Handa <handa@m17n.org>
11688
11689 * syntax.c (skip_chars): Fix previous change.
11690
116912003-04-24 Kenichi Handa <handa@m17n.org>
11692
11693 * syntax.c (skip_chars): Make the code faster by using the common
11694 technique of *p, *stop, and *endp.
11695
116962003-04-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11697
11698 * xdisp.c (update_tool_bar): BLOCK_INPUT before calling
11699 tool_bar_items so GTK tool bar expose callback does not access items
11700 being updated.
11701
117022003-04-19 Stefan Monnier <monnier@cs.yale.edu>
11703
11704 * eval.c (Fapply): Undo last change and add a comment about why.
11705
117062003-04-18 Miles Bader <miles@gnu.org>
11707
11708 * data.c (Faset): Calculate nbytes earlier, to satisfy the now
11709 pickier PARSE_MULTIBYTE_SEQ.
11710
117112003-04-17 Stefan Monnier <monnier@cs.yale.edu>
11712
11713 * eval.c (For, Fand, Fprogn, un_autoload, do_autoload):
11714 Use XCDR, XCAR, CONSP.
11715 (Fdefmacro): Fix docstring. Use XCAR, XCDR.
11716 (Fapply): Remove unnecessary GCPRO.
11717
11718 * doc.c (Fsubstitute_command_keys): Remove spurious casts.
11719
11720 * charset.h (PARSE_MULTIBYTE_SEQ): Pretend `length' is used.
11721
11722 * buffer.h: Don't hardcode BEG==1.
11723
11724 * abbrev.c (Fdefine_abbrev_table): Use XCAR, XCDR.
11725
117262003-04-16 Richard M. Stallman <rms@gnu.org>
11727
11728 * xdisp.c (try_window, try_window_reusing_current_matrix):
11729 When at end of window, set window_end_pos to Z-ZV.
11730
11731 * buffer.c (Foverlay_recenter): Doc fix.
11732
117332003-04-14 Stefan Monnier <monnier@cs.yale.edu>
11734
11735 * dispnew.c (Fsit_For): Support XEmacs-style arg list.
11736
117372003-04-14 Andrew Choi <akochoi@shaw.ca>
11738
11739 * macterm.c (mac_check_for_quit_char): Don't check more often than
11740 once a second.
11741
117422003-04-11 Stefan Monnier <monnier@cs.yale.edu>
11743
11744 * keyboard.c (kbd_buffer_get_event): Don't handle SELECT_WINDOW_EVENT
11745 specially, so that they can't hide an implicit switch-frame event.
11746 (make_lispy_event): Handle SELECT_WINDOW_EVENT.
11747 (head_table): Use switch-frame as event_kind for select-window.
11748 (keys_of_keyboard): Don't bind [select-window] in special-event-map.
11749
11750 * editfns.c (Fformat): Lisp_Object/int mixup.
11751 (format2): Remove unused var numargs.
11752
117532003-04-11 Kenichi Handa <handa@m17n.org>
11754
11755 * fileio.c (Vafter_insert_file_adjust_coding_function): Delete.
11756 (Qafter_insert_file_set_coding): New variable.
11757 (syms_of_fileio): Initialize and staticpro it. Delete declaration
11758 for after-insert-file-adjust-coding-function.
11759 (Finsert_file_contents): Call Qafter_insert_file_set_coding
11760 instead of Vafter_insert_file_adjust_coding_function.
11761
117622003-04-11 Kenichi Handa <handa@m17n.org>
11763
11764 * lisp.h (temp_echo_area_glyphs): Adjust prototype.
11765
11766 * minibuf.c (temp_echo_area_glyphs): Change the arg to Lisp
11767 string. Callers changed.
11768
117692003-04-10 Kenichi Handa <handa@m17n.org>
11770
11771 * fileio.c (Vafter_insert_file_adjust_coding_function): New variable.
11772 (syms_of_fileio): Declare it as a lisp variable.
11773 (Finsert_file_contents):
11774 Call Vafter_insert_file_adjust_coding_function before calling
11775 decode-format.
11776
117772003-04-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11778
11779 * xterm.c (xg_scroll_callback): Call gtk_range_get_adjustment to
11780 get GtkAdjustment as widget now is a GtkRange.
11781
11782 * gtkutil.c (xg_create_scroll_bar): Connect to value-changed on
11783 GtkRange to avoid memory leak.
11784
117852003-04-09 Kenichi Handa <handa@m17n.org>
11786
11787 * xfaces.c (Vface_font_rescale_alist): New variable.
11788 (struct font_name): New member rescale_ratio.
11789 (font_rescale_ratio): New function.
11790 (split_font_name): If NUMERIC_P is nonzero, set font->rescale_ratio.
11791 (better_font_p): On comparing point sized, pay attention to
11792 recale_ratio member of fonts.
11793 (build_scalable_font_name): Reflect font->rescale_ratio in the
11794 font name.
11795 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
11796
11797 * lread.c (read1): Before calling index, check if the 2nd
11798 arguemnt is in ASCII range.
11799
118002003-04-08 Richard M. Stallman <rms@gnu.org>
11801
11802 * fileio.c (Ffile_symlink_p): Doc fix.
11803
11804 * editfns.c (Fformat): Translate positions of text properties
11805 in the format string to apply them to the result.
11806
11807 * fileio.c (Finsert_file_contents): Doc fix.
11808 (syms_of_fileio) <after-insert-file-functions>: Doc fix.
11809
118102003-04-08 Ivan Zakharyaschev <imz@altlinux.org> (tiny change)
11811
11812 * lread.c (openp): Get the Qfile_exists_p handler for STRING, not FN.
11813
118142003-04-08 Steven Tamm <steventamm@mac.com>
11815
11816 * mac.c (init_mac_osx_environment): Switch libexec and bin so
11817 that self-contained application finds libexec files.
11818
118192003-04-08 Kenichi Handa <handa@m17n.org>
11820
11821 * coding.c (code_convert_region_unwind):
11822 Set Vlast_coding_system_used to the argument.
11823 (code_convert_region): If post-read-conversion function changed
11824 the value of last-coding-sytem, keep the new value in
11825 coding->symbol so that it won't be overridden.
11826 (run_pre_post_conversion_on_str): Likewise.
11827 (coding_system_accept_latin_extra_p): New function.
11828 (find_safe_codings): Pay attention to characters registered in
11829 latin-extra-code-table.
11830
118312003-04-07 Thien-Thi Nguyen <ttn@gnu.org>
11832
11833 * Makefile.in (md5.o): Add missing dependency info.
11834
118352003-04-06 Richard M. Stallman <rms@gnu.org>
11836
11837 * xselect.c (x_handle_selection_request): Move UNGCPRO to very end.
11838
11839 * marker.c (verify_bytepos): New function.
11840
11841 * intervals.c (set_intervals_multibyte_1): When becoming
11842 multibyte, adjust right and left child sizes to a whole set of
11843 characters. If an interval gets zero total-length, delete it.
11844 If an interval consists of just its children, delete one of them.
11845
11846 * intervals.h (CHECK_TOTAL_LENGTH): New macro.
11847 * intervals.c: Add many calls to CHECK_TOTAL_LENGTH.
11848
11849 * alloc.c (VALIDATE_LISP_STORAGE): Macro deleted.
11850 All calls deleted.
11851 (lisp_malloc): Do the work here directly.
11852
118532003-04-06 Gareth Jones <emacs@referential.org.uk> (tiny change)
11854
11855 * fns.c (Flength): Return SUB_CHAR_TABLE_ORDINARY_SLOTS for sub
11856 char tables.
11857
118582003-04-04 Kenichi Handa <handa@m17n.org>
11859
11860 * editfns.c (Fformat): Use a copy of FORMAT string so that we can
11861 destructively change "%S" to "%s".
11862
118632003-04-03 Miles Bader <miles@gnu.org>
11864
11865 * xfaces.c (choose_face_font): Make sure *NEEDS_OVERSTRIKE is
11866 always set.
11867
118682003-04-01 Dave Love <fx@gnu.org>
11869
11870 * xfns.c (xpm_lookup_color): Grok "opaque".
11871
118722003-03-31 Andrew Choi <akochoi@shaw.ca>
11873
11874 * frame.c (x_report_frame_params) [HAVE_CARBON]: Do not report
11875 parent window ID.
11876
11877 * macfns.c (syms_of_macfns): Remove call to init_x_parm_symbols.
11878
11879 * macterm.h (struct mac_output): Define x_pixels_diff and
11880 y_pixels_diff.
11881
118822003-03-31 Juanma Barranquero <lektu@terra.es>
11883
11884 * makefile.w32-in ($(BLD)/frame.$(O)): Add dependency on
11885 blockinput.h and files included from it.
11886
118872003-03-31 Kim F. Storm <storm@cua.dk>
11888
11889 The following changes consolidates the common code related to
11890 frame-parameter handling from the xfns.c, w32fns.c, and macfns.c
11891 files into frame.c.
11892
11893 * frame.c: Include blockinput.h.
11894 (Vx_resource_name, Vx_resource_class, Qx_frame_parameter)
11895 (Qx_resource_name, Qface_set_after_frame_default): Define vars here.
11896 (Qauto_raise, Qauto_lower, ...): Define all frame parameter
11897 related vars here.
11898 (struct frame_parm_table, frame_parms): New table for describing
11899 frame parameters and their associated Q-variable.
11900 The order of the parameters corresponds to the sequence of the
11901 frame_parm_handlers table in redisplay_interface.
11902 (x_fullscreen_move, x_set_frame_parameters)
11903 (x_report_frame_params, x_set_fullscreen, x_set_line_spacing)
11904 (x_set_screen_gamma, x_set_font, x_set_fringe_width)
11905 (x_set_border_width, x_set_internal_border_width, x_set_visibility)
11906 (x_set_autoraise, x_set_autolower, x_set_unsplittable)
11907 (x_set_vertical_scroll_bars, x_set_scroll_bar_width, x_icon_type):
11908 Generic functions for processing of frame parameters.
11909 (validate_x_resource_name, xrdb_get_resource, Fx_get_resource)
11910 (display_x_get_resource, x_get_resource_string): Functions for
11911 generic access to X resources.
11912 (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg)
11913 (x_default_parameter, Fx_parse_geometry): Functions for generic
11914 access to frame parameters.
11915 (x_figure_window_size): Generic calculation of frame size.
11916 Fixed to add space needed for tool bar. Also setup size_hint_flags.
11917 (syms_of_frame): Intern and staticpro frame parameter variables.
11918 Defvar_lisp Vx_resource_class and Vx_resource_name here.
11919 Defsubr Sx_get_resource and Sx_parse_geometry.
11920
11921 * frame.h (Qauto_raise, Qauto_lower, ...): Declare extern all frame
11922 parameter related vars defined in frame.c.
11923 (EMACS_CLASS): Define here.
11924 (enum FULLSCREEN_*): Define here.
11925 (x_set_scroll_bar_default_width, x_wm_set_icon_position)
11926 (x_set_offset, x_new_font, x_new_fontset): Add prototypes.
11927 (x_fullscreen_adjust, x_set_frame_parameters, x_report_frame_params)
11928 (x_set_fullscreen, x_set_line_spacing, x_set_screen_gamma, x_set_font)
11929 (x_set_fringe_width, x_set_border_width, x_set_internal_border_width)
11930 (x_set_visibility, x_set_autoraise, x_set_autolower)
11931 (x_set_unsplittable, x_set_vertical_scroll_bars)
11932 (x_set_scroll_bar_width, x_icon_type, validate_x_resource_name)
11933 (x_figure_window_size): Add prototypes.
11934
11935 * dispextern.h (frame_parm_handler): New typedef.
11936 (struct redisplay_interface): New member frame_parm_handlers.
11937 (enum resource_types): Move declaration here.
11938 (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg)
11939 (x_default_parameter): Add prototypes.
11940
11941 * window.c: Remove extern decl for frame parameter vars.
11942 (change_window_heights): New generic function;
11943 replaces x_change_window_heights. All users changed.
11944
11945 * window.h (change_window_heights): Add prototype.
11946
11947 * xfaces.c: Remove extern decl for frame parameter vars.
11948
11949 * xterm.h (EMACS_CLASS): Remove. Use generic define.
11950 (struct w32_display_info): Fix type of xrdb member.
11951 (enum FULLSCREEN_*): Remove.
11952 Remove prototypes for generic functions (in frame.h).
11953
11954 * xfns.c (Qauto_raise, Qauto_lower, ...): Remove vars for frame
11955 parameters now defined in frame.h and frame.c.
11956 (Vx_resource_name): Remove. Use generic var.
11957 (enum x_frame_parms): Remove (bogus, unused enum).
11958 (check_x_display_info): Make non-static (for frame.c).
11959 (struct x_frame_parm_table, x_frame_parms): Remove.
11960 (init_x_parm_symbols, x_set_frame_parameters, x_report_frame_params)
11961 (x_set_line_spacing, x_set_screen_gamma, x_icon_type, x_set_font)
11962 (x_set_border_width, x_set_internal_border_width, x_set_visibility)
11963 (x_change_window_heights, x_set_autoraise, x_set_autolower)
11964 (x_set_vertical_scroll_bars, x_set_scroll_bar_width)
11965 (validate_x_resource_name, Fx_get_resource, x_get_resource_string)
11966 (x_default_parameter, Fx_parse_geometry, x_figure_window_size):
11967 Remove. Use generic functions instead.
11968 (enum resource_types): Remove.
11969 (x_set_scroll_bar_default_width): New global function (for frame.c).
11970 (Fx_create_frame): Depend on x_figure_window_size to add space for
11971 toolbar and setup size_hint_flags.
11972 (x_frame_parm_handlers): New table for redisplay_interface.
11973 (syms_of_xfns): Don't intern/staticpro removed vars.
11974
11975 * xterm.c: Remove unnecessary extern declarations.
11976 (x_fullscreen_adjust): Remove. Use generic instead.
11977 (x_redisplay_interface): Add x_frame_parm_handlers member.
11978
11979 * w32gui.h (XrmDatabase): New (dummy) typedef.
11980
11981 * w32term.h (EMACS_CLASS): Remove. Use generic define.
11982 (struct w32_display_info): Fix type of xrdb member.
11983 (enum FULLSCREEN_*): Remove.
11984 (x_fullscreen_adjust): Remove prototype.
11985
11986 * w32fns.c (Qauto_raise, Qauto_lower, ...): Remove vars for frame
11987 parameters now defined in frame.h and frame.c.
11988 (Vx_resource_name): Remove. Use generic var.
11989 (enum x_frame_parms): Remove (bogus, unused enum).
11990 (check_x_display_info): Make non-static (for frame.c).
11991 (struct x_frame_parm_table, x_frame_parms): Remove.
11992 (init_x_parm_symbols, x_set_frame_parameters, x_report_frame_params)
11993 (x_set_line_spacing, x_set_screen_gamma, x_icon_type, x_set_font)
11994 (x_set_border_width, x_set_internal_border_width, x_set_visibility)
11995 (x_change_window_heights, x_set_autoraise, x_set_autolower)
11996 (x_set_vertical_scroll_bars, x_set_scroll_bar_width)
11997 (validate_x_resource_name, Fx_get_resource, x_get_resource_string)
11998 (x_default_parameter, Fx_parse_geometry, x_figure_window_size):
11999 Remove. Use generic functions instead.
12000 (enum resource_types): Remove.
12001 (x_set_scroll_bar_default_width): New global function (for frame.c).
12002 (Fx_create_frame): Depend on x_figure_window_size to add space for
12003 toolbar and setup size_hint_flags.
12004 (w32_frame_parm_handlers): New table for redisplay_interface.
12005 (syms_of_w32fns): Don't intern/staticpro removed vars.
12006
12007 * w32term.c: Remove unnecessary extern declarations.
12008 (x_fullscreen_adjust): Remove. Use generic instead.
12009 (x_redisplay_interface): Add w32_frame_parm_handlers member.
12010
12011 * w32reg.c (x_get_string_resource): Use XrmDatabase.
12012
12013 * macgui.h (XrmDatabase): New (dummy) typedef.
12014
12015 * macterm.h (EMACS_CLASS): Remove.
12016 (struct mac_display_info): Add xrdb member.
12017 (struct mac_output): Add want_fullscreen member.
12018
12019 * macfns.c (Qauto_raise, Qauto_lower, ...): Remove vars for frame
12020 parameters now defined in frame.h and frame.c.
12021 (Vx_resource_name): Remove. Use generic var.
12022 (check_x_display_info): Make non-static (for frame.c).
12023 (struct x_frame_parm_table, x_frame_parms): Remove.
12024 (init_x_parm_symbols, x_set_frame_parameters, x_report_frame_params)
12025 (x_set_line_spacing, x_set_screen_gamma, x_icon_type, x_set_font)
12026 (x_set_border_width, x_set_internal_border_width, x_set_visibility)
12027 (x_change_window_heights, x_set_autoraise, x_set_autolower)
12028 (x_set_vertical_scroll_bars, x_set_scroll_bar_width)
12029 (validate_x_resource_name, Fx_get_resource, x_get_resource_string)
12030 (x_default_parameter, Fx_parse_geometry, x_figure_window_size):
12031 Remove. Use generic functions instead.
12032 (enum resource_types): Remove.
12033 (x_set_scroll_bar_default_width): New global function (for frame.c).
12034 (mac_frame_parm_handlers): New table for redisplay_interface.
12035 (syms_of_macfns): Don't intern/staticpro removed vars.
12036
12037 * macterm.c: Remove unnecessary extern declarations.
12038 (x_redisplay_interface): Add mac_frame_parm_handlers member.
12039
12040 * Makefile.in (frame.o): Add dependency on blockinput.h and files
12041 included from it (atimer.h and systime.h).
12042
120432003-03-30 Andreas Schwab <schwab@suse.de>
12044
12045 * xdisp.c (x_insert_glyphs): Fix swapped width and height
12046 parameters for shift_glyphs_for_insert.
12047
12048 * macterm.c (x_redisplay_interface): Add missing entry for
12049 draw_vertical_window_border.
12050
120512003-03-29 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
12052
12053 * fileio.c (Fexpand_file_name): In the no-handler case, after
12054 expanding, look again for a handler and invoke it. This is needed
12055 for filenames like "/foo/../user@host:/bar/../baz" -- the first
12056 expansion produces "/user@host:/bar/../baz" which needs to be
12057 expanded again for the finame result "/user@host:/baz".
12058
120592003-03-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12060
12061 * gtkutil.c (xg_tool_bar_item_expose_callback): Reduce size
12062 of area to be redrawn for better performance.
12063
120642003-03-28 Stefan Monnier <monnier@cs.yale.edu>
12065
12066 * xterm.c (take_vertical_position_into_account): Remove.
12067 (xt_action_hook): Call set_vertical_scroll_bar if needed.
12068 (XM_SB_MIN, XM_SB_RANGE): Remove (min is now set to 0).
12069 (xm_scroll_callback, x_create_toolkit_scroll_bar)
12070 (x_set_toolkit_scroll_bar_thumb): Simplify.
12071 (x_scroll_bar_expose): Only compile if !USE_TOOLKIT_SCROLL_BARS.
12072 (XTread_socket): Remove unused var.
12073 (x_make_frame_invisible): Replace goto with else.
12074
12075 * xdisp.c (set_vertical_scroll_bar): New fun.
12076 (redisplay_window): Use it.
12077
120782003-03-26 Richard M. Stallman <rms@gnu.org>
12079
12080 * xdisp.c (update_tool_bar): Recompute tool bar if
12081 update_mode_lines is set. Set w->update_mode_line
12082 only if the tool bar contents actually change.
12083 (update_menu_bar): Undo previous change.
12084
120852003-03-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12086
12087 * gtkutil.c (xg_resize_widgets): Don't call xg_frame_cleared.
12088 (xg_frame_set_char_size): Calculate scroll bar width before frame
12089 width. Call SET_FRAME_GARBAGED and cancel_mouse_face.
12090 (xg_separator_p): Check for all documented separator types.
12091 (xg_update_scrollbar_pos): Variable gheight not needed, use height.
12092 (update_frame_tool_bar): Don't call gdk_window_process_all_updates.
12093
12094 * xdisp.c (update_menu_bar): Set w->update_mode_line to Qt
12095 so tool bar gets updated.
12096
120972003-03-26 Stefan Monnier <monnier@cs.yale.edu>
12098
12099 * data.c (store_symval_forwarding): Re-instate part of the code
12100 that was deleted with too much enthusiasm.
12101
121022003-03-25 Stefan Monnier <monnier@cs.yale.edu>
12103
12104 * data.c (store_symval_forwarding): Delete special read-only
12105 hack for type == -1, since we now use ->constant instead.
12106 (Fkill_local_variable): Don't use XBUFFER if it can be nil.
12107
12108 * buffer.c (overlays_in): Declare static.
12109 (syms_of_buffer) <enable-multibyte-characters>: Use the symbol's
12110 `constant' field rather than the variable's `type' field.
12111
121122003-03-24 Andrew Choi <akochoi@shaw.ca>
12113
12114 * config.in [MAC_OSX]: Do not redefine bcopy, bzero, and bcmp.
12115
12116 * dispextern.h [HAVE_CARBON]: Include Carbon.h.
12117
12118 * fns.c [MAC_OSX]: Do not redefine vector.
12119
12120 * keyboard.c [MAC_OSX]: Handle SIGINT with interrupt_signal.
12121
12122 * macgui.h: Remove definition of No_Cursor.
12123
12124 * macterm.h: Include Carbon.h. Replace (struct Cursor *) by Cursor.
12125
12126 * xdisp.c: Define No_Cursor.
12127 (x_write_glyphs, notice_overwritten_cursor)
12128 (draw_phys_cursor_glyph, note_mode_line_or_margin_highlight)
12129 (note_mouse_highlight): Remove Mac-specific code.
12130 (note_mouse_highlight): Use bcmp instead of == to compare Cursors.
12131
121322003-03-24 John Paul Wallington <jpw@gnu.org>
12133
12134 * xdisp.c (redisplay_window): If mini window's buffer is not
12135 empty, then redisplay it like other windows.
12136
121372003-03-23 Kim F. Storm <storm@cua.dk>
12138
12139 * w32term.c (w32_draw_window_cursor): Fix last change.
12140
121412003-03-23 Kenichi Handa <handa@m17n.org>
12142
12143 * alloc.c (make_string_from_bytes, make_specified_string):
12144 Add `const' for the arg CONTENTS.
12145
12146 * lisp.h (make_string_from_bytes, make_specified_string):
12147 Prototypes adjusted.
12148
121492003-03-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12150
12151 * xdisp.c (get_glyph_string_clip_rect): Remove ; at end of #endif
12152
12153 * gtkutil.h: Take two more arguments to xg_update_scrollbar_pos.
12154 (XG_SB_RANGE): New define.
12155
12156 * gtkutil.c (xg_fixed_handle_expose): New function.
12157 (xg_create_frame_widgets): Call xg_fixed_handle_expose for
12158 expose events.
12159 (xg_update_scrollbar_pos): Take two more arguments, left and width
12160 of scroll bar including borders.
12161 Clear left and right part outside scroll bar separately as some
12162 themes have bars that are not an even number of pixels.
12163 Don't set reallocate_redraws, don't call
12164 gdk_window_process_all_updates.
12165 (xg_set_toolkit_scroll_bar_thumb): Upper value is fixed,
12166 so no need to change it. Calculate size and value with XG_SB_RANGE.
12167
12168 * xterm.c (x_scroll_bar_create, XTset_vertical_scroll_bar):
12169 Pass left and width of scroll bar including borders to
12170 xg_update_scrollbar_pos.
12171
121722003-03-22 Thien-Thi Nguyen <ttn@gnu.org>
12173
12174 * Makefile.in: Make sure space precedes end-of-line backslashes.
12175
121762003-03-22 Kim F. Storm <storm@cua.dk>
12177
12178 * xdisp.c (pixel_to_glyph_coords, glyph_to_pixel_coords):
12179 Add generic versions here. Remove system specific versions
12180 defined elsewhere.
12181
12182 * dispextern.h (pixel_to_glyph_coords, glyph_to_pixel_coords):
12183 Add prototypes.
12184
12185 * xterm.h (STORE_NATIVE_RECT): New macro.
12186
121872003-03-21 Kim F. Storm <storm@cua.dk>
12188
12189 * xdisp.c (get_glyph_string_clip_rect):
12190 Use FRAME_INTERNAL_BORDER_WIDTH.
12191
12192 * dispextern.h (struct redisplay_interface): Add active_p
12193 argument to draw_window_cursor member. All uses changed.
12194
121952003-03-21 Kim F. Storm <storm@cua.dk>
12196
12197 The following changes consolidate code related to writing and
12198 inserting glyphs, exposing frame, the tool bar, the mouse face,
12199 the output cursor, and help echo from xterm.c, w32term.c and
12200 macterm.c into xdisp.c. It also generalizes the use of the
12201 window_part enum instead of using numeric values throughout.
12202
12203 * xdisp.c: Consolidate gui-independent code here.
12204 Include keymap.h.
12205 (Qhelp_echo): Import.
12206 (mouse_autoselect_window, x_stretch_cursor_p): Declare here.
12207 (help_echo_string, help_echo_window, help_echo_object)
12208 (previous_help_echo_string, help_echo_pos): Declare here.
12209 (output_cursor, last_mouse_frame, last_tool_bar_item): Declare here.
12210 (estimate_mode_line_height): Define here. Handle windowing
12211 systems directly (without using estimate_mode_line_height_hook).
12212 (x_y_to_hpos_vpos, get_tool_bar_item, note_tool_bar_highlight):
12213 (update_window_cursor, update_cursor_in_window_tree)
12214 (fast_find_position, fast_find_string_pos)
12215 (note_mode_line_highlight, note_mode_line_or_margin_highlight)
12216 (expose_area, expose_line, expose_overlaps, expose_window)
12217 (expose_window_tree, phys_cursor_in_rect_p): New generic versions;
12218 declared static as they are only used locally in xdisp.c.
12219 (draw_glyphs): Rename from x_draw_glyphs and make static.
12220 (tool_bar_item_info, notice_overwritten_cursor): Make static.
12221 (frame_to_window_pixel_xy, get_glyph_string_clip_rect)
12222 (set_output_cursor, x_cursor_to, handle_tool_bar_click)
12223 (x_write_glyphs, x_insert_glyphs, x_clear_end_of_line):
12224 (x_fix_overlapping_area, draw_phys_cursor_glyph, erase_phys_cursor)
12225 (display_and_set_cursor, x_update_cursor, x_clear_cursor)
12226 (show_mouse_face, clear_mouse_face, cursor_in_mouse_face_p)
12227 (note_mouse_highlight, x_clear_window_mouse_face)
12228 (cancel_mouse_face, x_draw_vertical_border, expose_frame)
12229 (x_intersect_rectangles): New generic functions for use by xdisp.c
12230 and GUI front-ends.
12231 (syms_of_xdisp): Initialize and staticpro help_echo* variables.
12232 Defvar_bool "x-streach-cursor" and "mouse-autoselect-window" here.
12233
12234 * dispextern.h (Display_Info): Generic typedef for *_display_info.
12235 (NativeRectangle): Generic typedef for rectangle type.
12236 (enum window_part): Move here from window.c.
12237 (struct redisplay_interface): New members flush_display_optional,
12238 define_frame_cursor, clear_frame_area, draw_window_cursor,
12239 draw_vertical_window_border, shift_glyphs_for_insert.
12240 Rename member clear_mouse_face to clear_window_mouse_face.
12241 (estimate_mode_line_height_hook): Remove hook.
12242 (auto_raise_tool_bar_buttons_p): Don't declare extern.
12243 (tool_bar_item_info): Remove prototype.
12244 (help_echo_string, help_echo_window, help_echo_object)
12245 (previous_help_echo_string, help_echo_pos)
12246 (last_mouse_frame, last_tool_bar_item, mouse_autoselect_window):
12247 (x_stretch_cursor_p, output_cursor): Declare extern.
12248 (x_draw_glyphs, notice_overwritten_cursor): Remove prototypes.
12249 (x_write_glyphs), x_insert_glyphs, x_clear_end_of_line)
12250 (x_fix_overlapping_area, draw_phys_cursor_glyph, erase_phys_cursor)
12251 (display_and_set_cursor, set_output_cursor, x_cursor_to)
12252 (x_update_cursor, x_clear_cursor, x_draw_vertical_border)
12253 (frame_to_window_pixel_xy, get_glyph_string_clip_rect)
12254 (note_mouse_highlight, x_clear_window_mouse_face, cancel_mouse_face)
12255 (handle_tool_bar_click, clear_mouse_face, show_mouse_face)
12256 (cursor_in_mouse_face_p, expose_frame, x_intersect_rectangles):
12257 Add prototypes.
12258 (mode_line_string, marginal_area_string): Fix prototypes.
12259
12260 * window.c (enum window_part): Move to dispextern.h.
12261 (coordinates_in_window): Use enum window_part member names
12262 instead of numbers to describe return value.
12263 (struct check_window_data): Change part member to window_part.
12264 (check_window_containing): Return window_part unaltered.
12265 (window_from_coordinates): Change part arg from int to enum
12266 window_part. Allow part arg to be null. All users changed.
12267
12268 * window.h (window_from_coordinates): Fix prototype.
12269
12270 * term.c (estimate_mode_line_height): Move to xdisp.c.
12271
12272 * keyboard.c (make_lispy_event): Use enum window_part.
12273
12274 * dispnew.c (mode_line_string, marginal_area_string): Use enum
12275 window_part instead of int in arg list. Users changed.
12276
12277 * xterm.h (No_Cursor): Declare as None for X.
12278 (struct mac_output): Replace member cross_cursor by hand_cursor.
12279
12280 * xterm.c: Remove consolidated defines and code.
12281 (BETWEEN): Remove unused macro.
12282 (x_draw_vertical_window_border, x_shift_glyphs_for_insert)
12283 (x_define_frame_cursor, x_clear_frame_area)
12284 (x_draw_window_cursor): New X-specific functions for RIF.
12285 (x_redisplay_interface): Add new members.
12286
12287 * xfns.c: Setup and use hand_cursor instead of cross_cursor.
12288
12289 * w32term.h (struct w32_output): Remove cross_cursor member.
12290
12291 * w32term.c: Remove consolidated defines and code.
12292 (BETWEEN): Remove unused macro.
12293 (w32_draw_vertical_window_border, w32_shift_glyphs_for_insert)
12294 (w32_define_frame_cursor, w32_clear_frame_area)
12295 (w32_draw_window_cursor): New W32-specific functions for RIF.
12296 (w32_redisplay_interface): Add new members.
12297
12298 * w32gui.h (No_Cursor): Define as 0 for W32.
12299 (XRectangle): Add X compatible rectangle type.
12300 (NativeRectangle): Declare as RECT for W32.
12301 (CONVERT_TO_XRECT, CONVERT_FROM_XRECT, STORE_NATIVE_RECT): New macros.
12302
12303 * w32fns.c: Remove setup of cross_cursor (already has hand_cursor).
12304
12305 * w32console.c: Remove consolidated defines and code.
12306
12307 * msdos.h (Display_Info): Add generic typedef.
12308
12309 * msdos.c: Remove consolidated defines and code.
12310 (IT_note_mouse_highlight, dos_rawgetc): Use enum window_part.
12311
12312 * macterm.h (struct mac_output): Replace member cross_cursor by
12313 hand_cursor.
12314 (activate_scroll_bars, deactivate_scroll_bars): Add prototypes.
12315
12316 * macterm.c: Remove consolidated defines and code.
12317 (BETWEEN): Remove unused macro.
12318 (mac_draw_vertical_window_border, mac_shift_glyphs_for_insert)
12319 (mac_define_frame_cursor, mac_clear_frame_area)
12320 (mac_draw_window_cursor): New Mac-specific functions for RIF.
12321 (x_redisplay_interface): Add new members.
12322
12323 * macgui.h (No_Cursor): Define as 0 for Mac.
12324 (XRectangle): Add X compatible rectangle type.
12325 (NativeRectangle): Declare as Rect for Mac.
12326 (CONVERT_TO_XRECT, CONVERT_FROM_XRECT, STORE_NATIVE_RECT): New macros.
12327
12328 * macfns.c (x_set_mouse_color): Setup hand_cursor.
12329 (x_set_cursor_color): Use x_display_and_set_cursor.
12330
12331 * Makefile.in (xdisp.o): Add dependency on blockinput.h and files
12332 included from it. Add dependency on keymap.h.
12333
12334 * makefile.w32-in (xdisp.o): Add dependency on keymap.h.
12335
123362003-03-21 Kenichi Handa <handa@m17n.org>
12337
12338 * fileio.c (Fexpand_file_name): Fix previous change.
12339
123402003-03-19 Kenichi Handa <handa@m17n.org>
12341
12342 * fileio.c (Ffile_name_directory): Reconstruct file name by
12343 make_specified_string.
12344 (Ffile_name_nondirectory, Ffile_name_as_directory)
12345 (Fdirectory_file_name, Fexpand_file_name)
12346 (Fsubstitute_in_file_name): Likewise.
12347 (Fread_file_name): Compare decoded homedir with DIR and
12348 DEFAULT_FILENAME.
12349
12350 * alloc.c (make_specified_string): If NCHARS is negative, count
12351 the number of characters.
12352
123532003-03-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12354
12355 * gtkutil.c (xg_frame_cleared): Call gtk_widget_queue_draw for
12356 all widgets.
12357
12358 * gtkutil.h: Removed xg_ignore_next_thumb.
12359
123602003-03-18 Kenichi Handa <handa@m17n.org>
12361
12362 * coding.c (Vchar_coding_system_table): Remove this variable.
12363 (Vcoding_system_safe_chars): New variable.
12364 (intersection): Remove this function.
12365 (find_safe_codings): Don't use Vchar_coding_system_table, but try
12366 all codings in SAFE_CODINGS.
12367 (Ffind_coding_systems_region_internal): Adjust for the change of
12368 find_safe_codings. Get generic coding systems from
12369 Vcoding_system_safe_chars.
12370 (Fdefine_coding_system_internal): New function.
12371 (syms_of_coding): Defsubr Sdefine_coding_system_internal.
12372 Initialize and staticpro Vcoding_system_safe_chars.
12373
123742003-03-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12375
12376 * gtkutil.c (xg_set_toolkit_scroll_bar_thumb): Check if new values
12377 equal old values before updating.
12378
12379 * xterm.c (xg_scroll_callback): Remove xg_ignore_next_thumb.
12380
12381 * gtkutil.c (xg_initialize): Remove xg_ignore_next_thumb.
12382
123832003-03-17 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12384
12385 * gtkutil.c: Removed handle_fixed_child, struct xg_last_sb_pos.
12386 (xg_resize_widgets): Don't call foreach(handle_fixed_child).
12387 (xg_gtk_scroll_destroy): Remove free of struct xg_last_sb_pos.
12388 (scroll_bar_button_cb): Set bar->dragging to NIL on button release.
12389 (xg_create_scroll_bar): Pass bar to button event callback.
12390 (xg_find_top_left_in_fixed): New function.
12391 (xg_update_scrollbar_pos): Don't call gdk_window_clear on
12392 whole scroll bar area. Get old position with
12393 xg_find_top_left_in_fixed, calculate and only clear needed areas.
12394 (xg_set_toolkit_scroll_bar_thumb): Do not adjust scroll bar if
12395 dragging is in progress. Calculate whole as for Motif.
12396 Remove code that saved last values. Call gtk_range functions to
12397 set scroll bar sizes.
12398
12399 * gtkutil.h: Removed xg_ignore_next_thumb.
12400
124012003-03-17 Juanma Barranquero <lektu@terra.es>
12402
12403 * makefile.w32-in ($(BLD)/xdisp.$(O)): Add dependency on blockinput.h
12404 and files included from it.
12405
124062003-03-18 Stefan Monnier <monnier@cs.yale.edu>
12407
12408 * keymap.c (accessible_keymaps_1): Break cycles but without preventing
12409 multiple occurrences of the same keymap under different prefixes.
12410 (Faccessible_keymaps): Remove code redundant since 1994-08-03T07:39:00Z!rms@gnu.org.
12411
124122003-03-16 Jason Rumney <jasonr@gnu.org>
12413
12414 * w32gui.h: Use HDC for Display.
12415
12416 * w32term.c (w32_encode_char): Prevent double-byte chars from
12417 crashing Emacs.
12418
12419 * w32fns.c (jpeg_load, png_load, slurp_file): Read image files
12420 as binary.
12421
124222003-03-16 Juanma Barranquero <lektu@terra.es>
12423
12424 * xdisp.c (x_produce_glyphs): Use FRAME_BASELINE_OFFSET.
12425
124262003-03-16 Kim F. Storm <storm@cua.dk>
12427
12428 The following changes consolidate some of the gui-independent
12429 parts of the processing and drawing of "glyph strings" from
12430 xterm.c, w32term.c, and macterm.c into xdisp.c.
12431
12432 * dispextern.h (struct glyph): Reduce face_id member from 22 to
12433 21 bits (this reduces number of faces from 4M to 2M).
12434 Replace W32 specific w32_font_type member (2 bits) by generic
12435 font_type member (3 bits) for portability.
12436 (FONT_TYPE_UNKNOWN): New define, default for font_type member.
12437 (enum draw_glyphs_face): Define here.
12438 (struct glyph_string): Define here. Merge W32 and X versions.
12439 (struct redisplay_interface): New members per_char_metric,
12440 encode_char, compute_glyph_string_overhangs, draw_glyph_string.
12441 (VCENTER_BASELINE_OFFSET): Define here.
12442 (dump_glyph_string, x_get_glyph_overhangs, x_produce_glyphs)
12443 (x_draw_glyphs, notice_overwritten_cursor): Declare prototypes here.
12444
12445 * xdisp.c: Consolidate gui-independent "glyph string" code here.
12446 (dump_glyph_string): Moved here.
12447 (init_glyph_string, append_glyph_string_lists, append_glyph_string)
12448 (prepend_glyph_string_lists, get_glyph_face_and_encoding)
12449 (fill_composite_glyph_string, fill_glyph_string)
12450 (fill_image_glyph_string, fill_stretch_glyph_string)
12451 (left_overwritten, left_overwriting, right_overwritten)
12452 (right_overwriting, get_char_face_and_encoding)
12453 (set_glyph_string_background_width, compute_overhangs_and_x)
12454 (append_glyph, append_composite_glyph, produce_image_glyph)
12455 (take_vertical_position_into_account, append_stretch_glyph)
12456 (produce_stretch_glyph): New generic functions (based on X version).
12457 Call platform specific functions through rif.
12458 (INIT_GLYPH_STRING): New macro, hides W32 details.
12459 (BUILD_STRETCH_GLYPH_STRING, BUILD_IMAGE_GLYPH_STRING)
12460 (BUILD_CHAR_GLYPH_STRINGS, BUILD_COMPOSITE_GLYPH_STRING)
12461 (BUILD_GLYPH_STRINGS): Generic macros (based on X version).
12462 (x_draw_glyphs, x_get_glyph_overhangs, x_produce_glyphs)
12463 (notice_overwritten_cursor):
12464 Generic functions exported to platform modules. Users changed.
12465
12466 * xterm.h (FONT_DESCENT, FRAME_X_OUTPUT, FRAME_BASELINE_OFFSET)
12467 (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE)
12468 (STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2):
12469 New macros for consolidated code.
12470
12471 * xterm.c: Remove consolidated defines and code.
12472 (x_per_char_metric, x_encode_char)
12473 (x_compute_glyph_string_overhangs): Adapt to RIF requirements.
12474 (x_redisplay_interface): Add new members.
12475
12476 * w32gui.h (Display): Add dummy typedef for consolidation.
12477 (XChar2b): Define alias for wchar_t for consolidation.
12478 (STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2): New macros.
12479
12480 * w32term.h (FRAME_X_OUTPUT, FRAME_X_WINDOW, FRAME_X_DISPLAY)
12481 (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE):
12482 New macros for consolidation.
12483
12484 * w32term.c: Remove consolidated defines and code.
12485 (BUILD_WCHAR_T, BYTE1, BYTE2): Macros removed; callers changed
12486 to use STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2 instead.
12487 (w32_per_char_metric): Change font_type arg to int for RIF.
12488 (w32_encode_char): Return int according to RIF requirements.
12489 (w32_compute_glyph_string_overhangs): Adapt to RIF.
12490 (w32_get_glyph_overhangs): New function for RIF. Uses generic
12491 x_get_glyph_overhangs.
12492 (w32_redisplay_interface): Add new members.
12493
12494 * macgui.h (XChar2b): Move typedef here for consolidation.
12495 (STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2): New macros.
12496
12497 * macterm.h (FRAME_X_OUTPUT, FRAME_X_WINDOW, FRAME_X_DISPLAY):
12498 (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): New macros for
12499 consolidation.
12500
12501 * macterm.c: Remove consolidated defines and code.
12502 (mac_per_char_metric): New function for RIF.
12503 (mac_encode_char): Adapt to new RIF requirements.
12504 (mac_compute_glyph_string_overhangs): Adapt for RIF.
12505 (x_redisplay_interface): Add new members.
12506
125072003-03-15 Stefan Monnier <monnier@cs.yale.edu>
12508
12509 * keymap.c (Vmenu_events): New var.
12510 (syms_of_keymap): Initialize it.
12511 (where_is_internal): Check more carefully what is a menu event.
12512
125132003-03-14 Richard M. Stallman <rms@gnu.org>
12514
12515 * lread.c (read1): After #!, exit loop on eof.
12516
125172003-03-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12518
12519 * gtkutil.h: Add declaration for xg_frame_cleared.
12520
12521 * xterm.c (x_clear_frame): Call xg_frame_cleared for GTK.
12522
12523 * gtkutil.c (struct xg_last_sb_pos): New structure.
12524 (handle_fixed_child): New function.
12525 (xg_resize_widgets): Call handle_fixed_child on all scroll bar widgets
12526 and force a redraw on them.
12527 (xg_gtk_scroll_destroy): Free struct xg_last_sb_pos also.
12528 (xg_create_scroll_bar): Add struct xg_last_sb_pos to scroll bar
12529 so we can avoid unneeded redraws.
12530 (xg_update_scrollbar_pos): Invalidate data in xg_last_sb_pos
12531 and force a redraw on the scroll bar.
12532 (xg_set_toolkit_scroll_bar_thumb): Do not change/redraw scroll bar
12533 if xg_last_sb_pos shows the positions are up to date.
12534 (xg_frame_cleared): New function.
12535
125362003-03-13 Kenichi Handa <handa@m17n.org>
12537
12538 * coding.c (Fdetect_coding_region): Fix docstring.
12539 (Fdetect_coding_string): Fix docstring.
12540
125412003-03-13 Andreas Schwab <schwab@suse.de>
12542
12543 * gtkutil.c: Add prototype for create_menus.
12544
12545 * data.c (long_to_cons): Fix type of top.
12546
12547 * xselect.c (selection_data_to_lisp_data): Use int instead of
12548 long for an integer of size 4.
12549
12550 * gtkutil.c (xg_update_frame_menubar): Add missing return value.
12551 (xg_tool_bar_help_callback): Likewise.
12552
125532003-03-12 Andreas Schwab <schwab@suse.de>
12554
12555 * xterm.c (x_term_init) [USE_GTK]: Fix typo.
12556
125572003-03-12 Kim F. Storm <storm@cua.dk>
12558
12559 The following changes consolidate the fringe handling from
12560 xterm.c, w32term.c, and macterm.c into xdisp.c.
12561
12562 * xdisp.c: Consolidate fringe handling code here.
12563 (left_bits, right_bits, continued_bits, continuation_bits)
12564 (ov_bits, zv_bits): Define fringe bitmaps.
12565 (fringe_bitmaps): New array holding fringe bitmaps.
12566 (draw_fringe_bitmap): Draw a specific bitmap; call display
12567 specific drawing routine via rif->draw_fringe_bitmap.
12568 (draw_row_fringe_bitmaps): Generic replacement for
12569 x_draw_row_fringe_bitmaps; all callers changed.
12570 (compute_fringe_widths): Generic replacement for
12571 x_compute_fringe_widths; all callers changed.
12572
12573 * dispextern.h (enum fringe_bitmap_type): Define here.
12574 (struct fringe_bitmap, struct draw_fringe_bitmap_params): New.
12575 (fringe_bitmaps): Declare extern.
12576 (struct redisplay_interface): New member draw_fringe_bitmap.
12577 (draw_row_fringe_bitmaps, compute_fringe_widths): Declare extern.
12578
12579 * xterm.c: Remove generic fringe code.
12580 (x_draw_fringe_bitmap): Only perform actual fringe drawing.
12581 (x_redisplay_interface): Add x_draw_fringe_bitmap member.
12582
12583 * w32term.c: Remove generic fringe code.
12584 (w32_draw_fringe_bitmap): Only perform actual fringe drawing.
12585 (w32_redisplay_interface): Add w32_draw_fringe_bitmap member.
12586
12587 * macterm.c: Remove generic fringe code.
12588 (x_draw_fringe_bitmap): Only perform actual fringe drawing.
12589 (x_redisplay_interface): Add x_draw_fringe_bitmap member.
12590
125912003-03-11 Stefan Monnier <monnier@cs.yale.edu>
12592
12593 * print.c (Fprin1_to_string): Return unibyte string if possible.
12594
125952003-03-09 David Kastrup <dak@gnu.org>
12596
12597 * process.c (read_process_output): We have allocated enough space
12598 for readmax and carryover, so actually use the alloted space.
12599
126002003-03-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12601
12602 * keyboard.c (make_lispy_event): Extend mouse_syms if needed for
12603 toolkit scrollbar click.
12604
12605 * xterm.c (x_window_to_scroll_bar): Call xg_get_scroll_id_for_window
12606 for USE_GTK.
12607 (x_scroll_bar_handle_click): Use this function for toolkit scrollbars
12608 also.
12609 (handle_one_xevent): ButtonPress/Release: If event is for a toolkit
12610 scrollbar and control is pressed, call x_scroll_bar_handle_click.
12611
12612 * gtkutil.h (xg_get_scroll_id_for_window): Declare.
12613
12614 * gtkutil.c (xg_get_scroll_id_for_window): New function.
12615 (xg_tool_bar_item_expose_callback): New function.
12616 (xg_tool_bar_expose_callback): Call update_frame_tool_bar.
12617 (xg_create_tool_bar): Connect xg_tool_bar_expose_callback to expose
12618 on the tool bar widget.
12619 (update_frame_tool_bar): Connect xg_tool_bar_item_expose_callback
12620 to expose on the tool bar item widgets.
12621
126222003-03-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12623
12624 * gtkutil.c (update_frame_tool_bar): Compare pixmap ID instead of
12625 struct image* when deciding to update (struct image* may have been
12626 deleted from the image cache).
12627
12628 * xterm.c (handle_one_xevent): Pass ReparentNotify to Xt even if
12629 the event isn't for a frame (i.e. for dialogs).
12630
126312003-03-07 Kenichi Handa <handa@m17n.org>
12632
12633 * coding.c (CODING_ADD_COMPOSITION_COMPONENT): If the number of
12634 composition components reaches the limit, terminate composing.
12635 (COMPOSITION_OK): New macro.
12636 (detect_coding_iso2022): Use it if an escape sequence for
12637 composition is found.
12638 (coding_restore_composition): Adjust the number of composition
12639 components if it is not sane.
12640
126412003-03-06 Juanma Barranquero <lektu@terra.es>
12642
12643 * w32term.h (struct w32_display_info): Add xrdb member to support
12644 passing resources via -xrm on Windows.
12645
12646 * w32term.c (w32_make_rdb): New function.
12647 (w32_term_init): Use it to initialize xrdb member of w32_display_info
12648 struct. Delete leftover code.
12649
12650 * w32fns.c (Fx_get_resource, x_get_resource_string): Pass xrdb to check
12651 for resources passed on the command line.
12652
12653 * w32reg.c (w32_get_rdb_resource): New function.
12654 (x_get_string_resource): Use it, so resources passed with -xrm
12655 supercede the ones in the registry.
12656
126572003-03-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12658
12659 * xterm.c (x_detect_focus_change): Call x_any_window_to_frame
12660 instead of x_top_window_to_frame.
12661
126622003-03-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12663
12664 * xsmfns.c (smc_save_yourself_CB): Add --no-splash to options
12665 when restarting Emacs.
12666
126672003-03-03 Richard M. Stallman <rms@gnu.org>
12668
12669 * buffer.c (Fkill_buffer): Use Frun_hook_with_args_until_failure
12670 to run kill-buffer-query-functions.
12671 (Qkill_buffer_query_functions): New var.
12672 (syms_of_buffer): Init and staticpro it.
12673
126742003-03-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12675
12676 * xterm.h (XSync): Define as gdk_window_process_all_updates for GTK.
12677
126782003-02-25 Kim F. Storm <storm@cua.dk>
12679
12680 * xdisp.c (redisplay_window): Fix infinite loop in redisplay.
12681 If centering point failed to make whole line visible and vscroll
12682 is non-zero, disable vscroll and try centering point again.
12683
12684 * lread.c (read1): Accept `single space' syntax like (? x).
12685
126862003-02-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12687
12688 * keyboard.c (cancel_hourglass_unwind): Surround with
12689 #ifdef HAVE_X_WINDOWS
12690
126912003-02-25 Kenichi Handa <handa@m17n.org>
12692
12693 * buffer.c (Fset_buffer_multibyte): Pay attention to the buffer
12694 process only when "subprocesses" is defined.
12695
126962003-02-24 Stefan Monnier <monnier@cs.yale.edu>
12697
12698 * syntax.c (back_comment): Only check nestedness of 2nd char if needed.
12699
127002003-02-24 Juanma Barranquero <lektu@terra.es>
12701
12702 * callint.c (fix_command): Declare as static void and move before
12703 Fcall_interactively.
12704
12705 * xdisp.c (Qwhen): Declare external; it's now defined in callint.c.
12706 (syms_of_xdisp): Don't initialize Qwhen.
12707
127082003-02-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12709
12710 * keyboard.c (cancel_hourglass_unwind): New function.
12711 (command_loop_1): Cancel hourglass with unwind-protect.
12712
127132003-02-23 Richard M. Stallman <rms@gnu.org>
12714
12715 * callint.c (fix_command): New subroutine, from Fcall_interactively.
12716 Detect (when ... (region-beginning)) etc.
12717 (Fcall_interactively): Call fix_command.
12718 (Qif, Qwhen): New variables.
12719 (syms_of_callint): Init and staticpro them.
12720
12721 * regex.c (print_partial_compiled_pattern): Output to stderr.
12722
127232003-02-23 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
12724
12725 * dired.c (directory_files_internal): Don't expand directory.
12726 (Fdirectory_files, Fdirectory_files_and_attributes): Do it here
12727 instead. From Lars Hansen <larsh@math.ku.dk>.
12728
127292003-02-22 Stefan Monnier <monnier@cs.yale.edu>
12730
12731 * fns.c (string_to_multibyte): Remove unused var i.
12732 (Flanginfo): Fix int/Lisp_Object mixup.
12733 (void_call2): New fun.
12734 (Fmap_char_table): Use it in place of call2.
12735
12736 * xfaces.c (x_face_list_fonts): Fix int/Lisp_Object mixup.
12737
12738 * macros.c (Fstart_kbd_macro): Remove redundant assignment.
12739
12740 * keymap.c (copy_keymap_1): Make it static.
12741
12742 * alloc.c (Fgarbage_collect): Don't use XSETFLOAT.
12743
127442003-02-22 David Ponce <david@dponce.com>
12745
12746 * lread.c (Fload): Don't check STRING_MULTIBYTE.
12747
127482003-02-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12749
12750 * process.h: Removed subtty field from struct Lisp_Process.
12751
12752 * process.c (create_process): Remove setting of subtty.
12753 (emacs_get_tty_pgrp): New function.
12754 (Fprocess_running_child_p, process_send_signal):
12755 Call emacs_get_tty_pgrp instead of ioctl.
12756 (process_send_signal): Call EMACS_KILLPG if ioctl TIOCSIGSEND fails.
12757
127582003-02-21 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
12759
12760 * keymap.c (Fdefine_key): Doc fix.
12761
127622003-02-21 Juanma Barranquero <lektu@terra.es>
12763
12764 Port of patch for RC by Klaus Zeitler <kzeitler@lucent.com>.
12765
12766 * s/hpux10.h: Define POLL_INTERRUPTED_SYS_CALL, not
12767 POLLING_PROBLEM_IN_SELECT.
12768
12769 * s/hpux11.h: Include hpux10-20.h instead of hpux10.h.
12770 Delete #undef of POLLING_PROBLEM_IN_SELECT.
12771
12772 * s/hpux10-20.h: New file.
12773
12774 * process.c (wait_reading_process_input):
12775 Use POLL_INTERRUPTED_SYS_CALL, not POLLING_PROBLEM_IN_SELECT.
12776
127772003-02-20 Kenichi Handa <handa@m17n.org>
12778
12779 * fontset.c (check_fontset_name): If NAME is nil, return the
12780 default fontset.
12781 (override_font_info): New function.
12782 (Fset_fontset_font): Document that NAME nil means the default fontset.
12783 (Ffontset_info): If FONTSET is not the default fontset, merge
12784 FONTSET onto the copy of the default fontset, and work on that
12785 copy. Document that NAME nil means the default fontset.
12786 (Ffontset_font): Document that NAME nil means the default fontset.
12787
12788 * process.c (setup_process_coding_systems): If the process's
12789 in/out descriptor is -1, do nothing.
12790
127912003-02-19 Andreas Schwab <schwab@suse.de>
12792
12793 * lisp.h (Fcancel_kbd_macro_events, Fstring_to_multibyte):
12794 Add prototypes.
12795
127962003-02-19 Kenichi Handa <handa@m17n.org>
12797
12798 * xfaces.c (try_alternative_families): Try all scalable fonts if
12799 Vscalable_fonts_allowed is not Qt.
12800
128012003-02-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12802
12803 * xfaces.c (x_face_list_fonts): Set *pfonts to 0 if no fonts found.
12804
128052003-02-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12806
12807 * xterm.c (x_list_fonts): If maxnames is less than 0, get all font
12808 names.
12809
12810 * xfaces.c (x_face_list_fonts): Allocate struct font_name here.
12811 (sorted_font_list): Move allocation of struct font_name to
12812 x_face_list_fonts.
12813 (Fx_font_family_list): Set font-list-limit to -1 to get all font names.
12814 (Fx_list_fonts): Set maxnames to -1 to get all font names.
12815
128162003-02-18 Kim F. Storm <storm@cua.dk>
12817
12818 * lread.c (read1): Fix last change.
12819 "`" is not always special. Allow "?" after a character constant.
12820
128212003-02-18 Andrew Choi <akochoi@shaw.ca>
12822
12823 * unexmacosx.c (copy_data_segment): Also copy __cfstring section.
12824
128252003-02-18 Andreas Schwab <schwab@suse.de>
12826
12827 * window.c (window_scroll_pixel_based): Move outside a
12828 multi-glyph character before setting new window start.
12829
12830 * xdisp.c (in_display_vector_p): New function.
12831 * dispextern.h (in_display_vector_p): Declare.
12832
128332003-02-18 Kim F. Storm <storm@cua.dk>
12834
12835 * lread.c (read1): Fix and relax read syntax.
12836 Recognize "[", ";", "#", and "?" after a dotted-pair dot.
12837 Only recognize "," after dotted-pair dot if inside backquote.
12838 Never include "`" or "," (inside backquote) in a symbol.
12839 Allow dotted-pair dot after a character constant.
12840 Allow "`" and "," (inside backquote) after a character constant.
12841
128422003-02-17 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12843
12844 * gtkutil.c (xg_tool_bar_expose_callback): New function.
12845 (xg_create_tool_bar): Force style of tool bar to be horizontal with
12846 icons. Set name of tool bar to emacs-toolbar.
12847 (update_frame_tool_bar): Connect expose event to
12848 xg_tool_bar_expose_callback.
12849
128502003-02-17 Richard M. Stallman <rms@gnu.org>
12851
12852 * keyboard.c (this_command_key_count_reset): New variable.
12853 Initiatize to 0 where this_command_key_count is set.
12854 (read_char): Save and restore this_command_key_count_reset
12855 around input method code.
12856 (read_char): If this_command_key_count_reset, echo reread commands.
12857 (Freset_this_command_lengths): Set this_command_key_count_reset to 1.
12858
128592003-02-17 Kenichi Handa <handa@m17n.org>
12860
12861 * fns.c (string_to_multibyte): Always return a multibyte string.
12862
128632003-02-16 Jason Rumney <jasonr@gnu.org>
12864
12865 * w32fns.c (w32_list_bdf_fonts, w32_list_fonts):
12866 Negative max_fonts parameter means list all.
12867
128682003-02-14 Dave Love <fx@gnu.org>
12869
12870 * fns.c (Flanginfo): Doc fix.
12871
128722003-02-13 Kim F. Storm <storm@cua.dk>
12873
12874 * lread.c (read_escape): Interpret \s as a SPACE character, except
12875 for \s-X in a character constant which still is the super modifier.
12876 (read1): Signal an `invalid read syntax' error if a character
12877 constant is immediately followed by a digit or symbol character.
12878
12879 * search.c (Fmatch_data): Doc fix. Explicitly state that
12880 match-data is undefined if last search failed.
12881
12882 * keymap.c (Fcommand_remapping): Rename from Fremap_command.
12883 All uses changed.
12884
128852003-02-12 Juanma Barranquero <lektu@terra.es>
12886
12887 * eval.c (Fdefmacro): Fix typo.
12888
128892003-02-12 Kim F. Storm <storm@cua.dk>
12890
12891 * macros.c (Fstart_kbd_macro): If appending, and last keyboard
12892 macro is a string, convert meta modifiers in string when copying
12893 the string into a vector.
12894
128952003-02-11 Kim F. Storm <storm@cua.dk>
12896
12897 * keymap.c (Fremap_command): Return nil if arg is not a symbol.
12898
128992003-02-11 Kenichi Handa <handa@m17n.org>
12900
12901 * Makefile.in (lisp, shortlisp): Add malayalam.el and tamil.el.
12902
129032003-02-10 Kim F. Storm <storm@cua.dk>
12904
12905 * process.c: Doc fixes.
12906 (syms_of_process): Add `:' prefix to QCfilter_multibyte.
12907
129082003-02-10 Kenichi Handa <handa@m17n.org>
12909
12910 * fns.c (Fstring_to_multibyte): Fix typo in the docstring.
12911
12912 * process.c (QCfilter_multibyte): New variable.
12913 (setup_process_coding_systems): New function.
12914 (Fset_process_buffer, Fset_process_filter):
12915 Call setup_process_coding_systems.
12916 (Fstart_process): Initialize the member `filter_multibyte' of
12917 struct Lisp_Process.
12918 (create_process): Call setup_process_coding_systems.
12919 (Fmake_network_process): New keyward `:filter-multibyte'.
12920 Initialize the member `filter_multibyte' of struct Lisp_Process.
12921 Call setup_process_coding_systems.
12922 (server_accept_connection): Call setup_process_coding_systems.
12923 (read_process_output): If the process has a filter, decide the
12924 multibyteness of a string to given to the filter by
12925 `filter_multibyte' member of the process. If the process doesn't
12926 have a filter and the result of conversion is unibyte, use
12927 Fstring_to_multibyte (not Fstring_make_multibyte) to get the
12928 multibyte form.
12929 (Fset_process_coding_system): Call setup_process_coding_systems.
12930 (Fset_process_filter_multibyte): New function.
12931 (Fprocess_filter_multibyte_p): New function.
12932 (syms_of_process): Intern and staticpro QCfilter_multibyte.
12933 Defsubr Sset_process_filter_multibyte and
12934 Sprocess_filter_multibyte_p.
12935
12936 * process.h (struct Lisp_Process): New member filter_multibyte.
12937
12938 * lisp.h (setup_process_coding_systems): Add prototype.
12939
12940 * buffer.c (Fset_buffer_multibyte): If the current buffer has a
12941 process, update coding systems for the process.
12942
129432003-02-09 Kenichi Handa <handa@m17n.org>
12944
12945 * fns.c (string_to_multibyte): New function.
12946 (Fstring_to_multibyte): New function.
12947 (syms_of_fns): Defsubr it.
12948
129492003-02-08 Andreas Schwab <schwab@suse.de>
12950
12951 * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable
12952 instead of the substitution.
12953
129542003-02-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12955
12956 * xterm.c (x_make_frame_visible): Call gtk_window_deiconify.
12957
12958 * xmenu.c (menu_position_func): Adjust menu popup position so that
12959 the menu is fully visible.
12960
129612003-02-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12962
12963 * xterm.c (x_text_icon, x_raise_frame, x_lower_frame)
12964 (x_make_frame_invisible, x_wm_set_icon_position):
12965 Use FRAME_OUTER_WINDOW instead of ifdef X_TOOLKIT/else/endif.
12966
12967 * xfns.c (x_set_name, x_set_title): Ditto.
12968
129692003-02-04 Richard M. Stallman <rms@gnu.org>
12970
12971 * keyboard.c (echo_now): Update before_command_echo_length.
12972 (Freset_this_command_lengths): Reset this_command_key_count etc.
12973 immediately rather than arranging to do it later.
12974 (before_command_key_count_1, before_command_echo_length_1)
12975 (before_command_restore_flag): Vars deleted.
12976 (add_command_key): Don't handle before_command_restore_flag.
12977 (read_char, record_menu_key): Don't update before_command_key_count or
12978 before_command_echo_length.
12979 (read_char): Don't handle before_command_restore_flag.
12980
12981 * keyboard.c (command_loop_1): Don't call adjust_point_for_property
12982 in direct-output clauses if it wouldn't be called in the ordinary case.
12983
129842003-02-04 Kim F. Storm <storm@cua.dk>
12985
12986 * keyboard.c (syms_of_keyboard) <this-original-command>: Doc fix.
12987
129882003-02-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12989
12990 * gtkutil.c (remove_from_container): Copying list is not needed.
12991 (xg_update_menubar, xg_update_menu_item, xg_update_submenu)
12992 (xg_modify_menubar_widgets, update_frame_tool_bar): Call g_list_free
12993 on list returned from gtk_container_get_children to avoid memory leak.
12994
129952003-02-01 Jason Rumney <jasonr@gnu.org>
12996
12997 * w32fns.c (w32_create_pixmap_from_bitmap_data): Use alloca for
12998 local malloc.
12999 [HAVE_XPM]: Avoid clashes with XColor, XImage and Pixel
13000 definitions in xpm.h.
13001 (init_xpm_functions): New function.
13002 (xpm_load): Sync with xfns.c. Adapt for Windows version of libXpm.
13003 (init_external_image_libraries): Try to load libXpm.dll.
13004
13005 * fileio.c (Fcopy_file) [WINDOWSNT]: Reverse logic for setting
13006 timestamp.
13007
130082003-01-31 Dave Love <fx@gnu.org>
13009
13010 * syntax.c (Fskip_chars_forward)
13011 (open-paren-in-column-0-is-defun-start): Doc fix.
13012
130132003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
13014
13015 * fileio.c: Support // at start of name for Cygwin (just added proper
13016 preprocessor tests).
13017
13018 * keyboard.c: Port to Cygwin (just added proper preprocessor tests).
13019
13020 * Makefile.in: Use @EXEEXT@ for Cygwin.
13021
13022 * mem-limits.h: Added ifdef to define BSD4_2 for Cygwin.
13023
13024 * s/cygwin.h: Added for Cygwin port.
13025
130262003-01-31 Juanma Barranquero <lektu@terra.es>
13027
13028 * w32fns.c (DrawText): Kludge to avoid a redefinition on Windows
13029 when including gif_lib.h.
13030 (init_gif_functions, init_tiff_functions): New functions.
13031 (gif_load, tiff_load): Sync with xfns.c version. Adjust colors for
13032 Windows. Disable color table lookups. Call library functions
13033 through pointers determined at runtime.
13034 (init_external_image_libraries): Try to load libungif.dll and
13035 libtiff.dll.
13036
130372003-01-31 Kenichi Handa <handa@m17n.org>
13038
13039 * xdisp.c (SKIP_GLYPHS): New macro.
13040 (set_cursor_from_row): Skip all glyphs that comes from overlay string.
13041
130422003-01-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13043
13044 * gtkutil.c (free_frame_tool_bar): Remove debug printf.
13045
130462003-01-30 Dave Love <fx@gnu.org>
13047
13048 * alloc.c (Vgc_elapsed, gcs_done): New variables.
13049 (Fgarbage_collect): Use them.
13050 (init_alloc, syms_of_alloc): Set them up.
13051
130522003-01-30 Juanma Barranquero <lektu@terra.es>
13053
13054 * w32fns.c (init_external_image_libraries): Add missing operator.
13055
130562003-01-29 Jason Rumney <jasonr@gnu.org>
13057
13058 * w32fns.c (init_external_image_libraries): Allow jpeg-62.dll as
13059 an alternative name for jpeg.dll.
13060
130612003-01-29 Kenichi Handa <handa@m17n.org>
13062
13063 * xdisp.c (set_cursor_from_row): Pay attention to string display
13064 properties.
13065
130662003-01-28 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
13067
13068 * macterm.c (keycode_to_xkeysym_table): Add <tab>, <backspace>,
13069 <escape>.
13070 (keycode_to_xkeysym_table): Reformat and add more comments.
13071 (XTread_socket): Drop special case for backspace.
13072
130732003-01-28 Andrew Choi <akochoi@shaw.ca>
13074
13075 * macfns.c (x_to_mac_color): Correct the order for parsing the RGB
13076 values in old-style RGB specs.
13077
130782003-01-27 Juanma Barranquero <lektu@terra.es>
13079
13080 * w32fns.c (init_external_image_libraries): Try alternate names for the
13081 jpeg dll.
13082
130832003-01-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13084
13085 * gtkutil.c (create_dialog, xg_separator_p)
13086 (xg_item_label_same_p, xg_update_menu_item): Check for NULL string
13087 before calling strcmp or strlen.
13088
130892003-01-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13090
13091 * gtkutil.c (update_frame_tool_bar): Call prepare_image_for_display
13092 and handle image load failure.
13093
130942003-01-26 Jason Rumney <jasonr@gnu.org>
13095
13096 * w32fns.c (init_jpeg_functions, jpeg_resync_to_restart_wrapper):
13097 New functions.
13098 (jpeg_load): Sync with xfns.c version. Adjust colors for Windows.
13099 Disable color table lookups. Call jpeg library functions
13100 through pointers determined at runtime.
13101 (init_external_image_libraries): Try to load jpeg.dll.
13102
131032003-01-25 Richard M. Stallman <rms@gnu.org>
13104
13105 * lisp.h: Declare format2 instead of format1.
13106
13107 * fileio.c (barf_or_query_if_file_exists):
13108 Call format2 instead of format1.
13109
13110 * editfns.c (format2): New function, replaces format1
13111 but takes exactly two Lisp Objects as format args.
13112
13113 * buffer.c (Fkill_buffer): Call format2 instead of format1.
13114
131152003-01-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13116
13117 * xterm.h: Change to return value of x_dispatch_event to int.
13118
13119 * xterm.c (x_filter_event): New function.
13120 (event_handler_gdk, XTread_socket): Call x_filter_event.
13121 (x_dispatch_event): Change to return value of finish.
13122 (event_handler_gdk): Use return value from x_dispatch_event.
13123
13124 * xfns.c (x_window): Call create_frame_xic for GTK version to
13125 initialize input methods.
13126
13127 * gtkutil.h: Add (void) prototypes.
13128
13129 * gtkutil.c (create_menus): Remove code that puts the help menu to
13130 the right.
13131
131322003-01-25 Jason Rumney <jasonr@gnu.org>
13133
13134 * w32fns.c (XPutPixel): Handle monochrome images; used for masks.
13135 [HAVE_PNG]: Sync with xfns.c version.
13136 (png_load): Adjust colors for Windows. Use Windows
13137 bitmaps. Disable color table lookups.
13138 (DEF_IMGLIB_FN, LOAD_IMGLIB_FN): New macros.
13139 (init_png_functions): New function.
13140 (png_read_from_memory, png_load): Call png library functions
13141 through pointers determined at runtime.
13142 (QCloader, QCbounding_box, QCpt_width, QCpt_height): Declare.
13143 (init_external_image_libraries): New function.
13144 (init_xfns): Call it.
13145
131462003-01-24 Andreas Schwab <schwab@suse.de>
13147
13148 * minibuf.c (Fminibuffer_message): Verify type of parameter.
13149
131502003-01-24 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13151
13152 * gtkutil.c (xg_initialize): Initialize id_to_widget here instead
13153 of static initializer.
13154
131552003-01-24 Dave Love <fx@gnu.org>
13156
13157 * s/gnu-linux.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define for more
13158 architectures.
13159
13160 * alloc.c (mark_stack) [!GC_LISP_OBJECT_ALIGNMENT && __GNUC__]:
13161 Use __alignof__.
13162
131632003-01-24 Kenichi Handa <handa@m17n.org>
13164
13165 * keyboard.c (adjust_point_for_property): New second arg MODIFIED.
13166 It it is nonzero, don't pretend that an invisible area doesn't exist.
13167 (command_loop_1): Call adjust_point_for_property with proper
13168 second arg.
13169
131702003-01-22 Jason Rumney <jasonr@gnu.org>
13171
13172 Sync changes with xterm.c and xfns.c.
13173
13174 * w32term.c (x_draw_glyph_string_foreground)
13175 (x_draw_composite_glyph_string_foreground): Implement overstriking.
13176
13177 * w32term.c (x_write_glyphs): Clear phys_cursor_on_p if current
13178 phys_cursor's hpos is overwritten. This is still not completely
13179 correct, as it doesn't really make sense to use hpos at all to
13180 get the cursor glyph (as that is relative to the width of the
13181 characters on the line, which may have changed during the update).
13182
13183 * w32term.c (notice_overwritten_cursor): Handle the special case
13184 of the cursor being in the first blank non-text line at the
13185 end of a window.
13186
13187 * w32term.c (x_draw_hollow_cursor, x_draw_bar_cursor)
13188 (x_draw_phys_cursor_glyph): Set phys_cursor_width here.
13189 Compute from the x position returned by x_draw_glyphs.
13190
13191 (x_display_and_set_cursor): Don't set phys_cursor_width here,
13192 except for NO_CURSOR and system caret, to make phys_cursor_width
13193 contain what its name suggests.
13194 (notice_overwritten_cursor): Consider the cursor image erased if
13195 the output area intersects the cursor image in y-direction.
13196
13197 * w32term.c (note_mode_line_or_margin_highlight): Rename from
13198 note_mode_line_highlight and extend.
13199
13200 * w32term.c (last_window): New variable.
13201 (w32_read_socket) <WM_MOUSEMOVE>: Generate SELECT_WINDOW_EVENTs.
13202 (note_mouse_movement): Remove reimplemented code in #if 0.
13203
13204 * w32fns.c (x_set_cursor_type): Set cursor_type_changed,
13205 not update_mode_lines, and always set it to 1.
13206
132072003-01-21 Jason Rumney <jasonr@gnu.org>
13208
13209 * w32fns.c (IDC_HAND): Define it if system headers don't.
13210
132112003-01-21 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
13212
13213 * w32term.h (struct w32_output): New member hand_cursor.
13214 (WM_EMACS_SETCURSOR): New message definition.
13215
13216 * w32term.c (note_mode_line_highlight): Delete #if 0 to enable
13217 function w32_define_cursor.
13218 (note_mouse_highlight): Initialize, setup cursor accoding to mouse
13219 position, change member name output_data.x to output_data.w32 and
13220 add function w32_define_cursor.
13221 (show_mouse_face): Delete #if 0 to enable function w32_define_cursor
13222 and change member name output_data.x to output_data.w32.
13223 (w32_initialize_display_info):
13224 Setup dpyinfo->vertical_scroll_bar_cursor.
13225
13226 * w32fns.c (Vx_hand_shape): New variable.
13227 (w32_wnd_proc): Add message entries for WM_SETCURSOR and
13228 WM_EMACS_SETCURSOR.
13229 (x-create-frame): Setup Cursor types.
13230
132312003-01-21 David Ponce <david@dponce.com>
13232
13233 * w32term.c (w32_encode_char): For DIM=1 charset, set
13234 ccl->reg[2] to -1 before calling ccl_driver.
13235 (Sync. with xterm.c x_encode_char change by Kenichi Handa
13236 <handa@m17n.org> on 2002-09-30.)
13237 (w32_draw_relief_rect): Declare all args.
13238 (w32_define_cursor): New.
13239
13240 * w32fns.c (w32_load_cursor): New function.
13241 (w32_init_class): Use it.
13242 (x_put_x_image): Declare all args.
13243
132442003-01-21 Richard Dawe <rich@phekda.freeserve.co.uk>
13245
13246 * Makefile.in (ALL_CFLAGS): Include MYCPPFLAGS, not MYCPPFLAG.
13247
132482003-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13249
13250 * gtkutil.c: Must include stdio.h before termhooks.h
13251
132522003-01-21 Dave Love <fx@gnu.org>
13253
13254 * alloc.c (Fgc_status): Print zombie list.
13255 (mark_maybe_object) [GC_MARK_STACK==GC_USE_GCPROS_CHECK_ZOMBIES]:
13256 Fix assignment of zombies.
13257 (Fgarbage_collect) [GC_MARK_STACK==GC_USE_GCPROS_CHECK_ZOMBIES]:
13258 Don't take car of non-cons.
13259
13260 * s/sol2-5.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
13261
13262 * s/sunos4-0.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
13263
132642003-01-20 David Ponce <david@dponce.com>
13265
13266 * w32menu.c (digest_single_submenu): Declare all args.
13267
13268 Sync with 2002-12-23 Richard M. Stallman <rms@gnu.org>
13269 changes in xmenu.c:
13270
13271 (parse_single_submenu): Use individual keymap's prompt
13272 string as pane name, if there is one.
13273 (set_frame_menubar): Save menu_items_n_panes from each call to
13274 parse_single_submenu and use it when calling digest_single_submenu.
13275
132762003-01-20 Steven Tamm <steventamm@mac.com>
13277
13278 * macterm.c (XTread_socket): Check for valid, visible window
13279 before sending a scroll-wheel event.
13280
132812003-01-20 Richard M. Stallman <rms@gnu.org>
13282
13283 * xdisp.c (redisplay_window): If mini window's buffer is not
13284 a minibuffer, then redisplay it like other windows.
13285
132862003-01-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13287
13288 * gtkutil.c (xg_create_frame_widgets): Check if there is an
13289 external tool bar before setting tool bar height.
13290
132912003-01-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13292
13293 * xterm.c (handle_one_xevent): Surround popup_activated
13294 with #ifdef:s for non-toolkit version.
13295
13296 * Makefile.in (XOBJ): Add gtkutil.o if USE_GTK
13297 (gtkutil.o): New file.
13298 (TOOLKIT_DEFINES): Set to -DUSE_GTK if HAVE_GTK.
13299 (LIBW): Set to @GTK_LIBS@ if USE_GTK.
13300
13301 * gtkutil.c: New file for GTK version.
13302
13303 * gtkutil.h: New file for GTK version.
13304
13305 * xterm.h: Add xt_or_gtk_widget.
13306 Include gtk files for USE_GTK.
13307 (struct x_output): Add toolbar_height.
13308 (struct x_output): Add GTK widgets and Gdk size_hints.
13309 (GTK_WIDGET_TO_X_WIN, FRAME_GTK_OUTER_WIDGET, FRAME_GTK_WIDGET)
13310 (FRAME_OUTER_WINDOW): New macros for USE_GTK.
13311 (FRAME_OUTER_TO_INNER_DIFF_Y): Add FRAME_TOOLBAR_HEIGHT to calculation.
13312
13313 * xterm.c: Include gtkutil.h for USE_GTK.
13314 (free_frame_menubar): Declare extern void for USE_GTK.
13315 (note_mouse_highlight): Check popup_activated for USE_GTK.
13316 (xt_action_hook): Don't compile if USE_GTK.
13317 (x_scroll_bar_to_input_event): Use CurrentTime for USE_GTK.
13318 (xg_scroll_callback): New function.
13319 (x_create_toolkit_scroll_bar): Call xg_create_scroll_bar for USE_GTK.
13320 (x_set_toolkit_scroll_bar_thumb): Call xg_set_toolkit_scroll_bar_thumb
13321 for USE_GTK.
13322 (x_scroll_bar_create): Call xg_update_scrollbar_pos and
13323 xg_show_scroll_bar for USE_GTK.
13324 (x_scroll_bar_remove): Call xg_remove_scroll_bar for USE_GTK.
13325 (XTset_vertical_scroll_bar): Call xg_update_scrollbar_pos for USE_GTK.
13326 (event_handler_gdk): New function for USE_GTK.
13327 (handle_one_xevent): Call xg_resize_widgets for USE_GTK.
13328 (handle_one_xevent): Make sure widget is mapped before
13329 calling x_real_positions for USE_GTK.
13330 (XTread_socket): Add GTK event loop for USE_GTK.
13331 (x_set_window_size): Call xg_frame_set_char_size for USE_GTK.
13332 (x_make_frame_visible): Call gtk_widget_show_all for USE_GTK.
13333 (x_make_frame_invisible): Call gtk_widget_hide for USE_GTK.
13334 (x_iconify_frame): Add code for USE_GTK.
13335 (x_free_frame_resources): Call gtk_widget_destroy for USE_GTK.
13336 (x_wm_set_size_hint): Only compile if not USE_GTK. GTK version
13337 is in gtkutil.c.
13338 (x_term_init): Add initialization for GTK.
13339 (syms_of_xterm): Set Vx_toolkit_scroll_bars for USE_GTK.
13340
13341 * xmenu.c: Include gtkutil.h for USE_GTK.
13342 (Fx_popup_menu): Use current position if x and y is NIL.
13343 (single_menu_item, single_menu_item, Fx_popup_dialog):
13344 Check for USE_GTK.
13345 (popup_widget_loop): New function for USE_GTK.
13346 (x_activate_menubar): Add code for USE_GTK.
13347 (popup_activate_callback, popup_deactivate_callback)
13348 (menu_highlight_callback, menubar_selection_callback):
13349 Add USE_GTK versions.
13350 (update_frame_menubar): Call xg_update_frame_menubar for USE_GTK.
13351 (set_frame_menubar): Call xg_modify_menubar_widgets for USE_GTK.
13352 (free_frame_menubar): Only compile if not USE_GTK. GTK version
13353 is in gtkutil.c.
13354 (popup_selection_callback): New version for USE_GTK.
13355 (create_and_show_popup_menu): New fuction, one USE_GTK version and
13356 one USE_X_TOOLKIT version.
13357 (xmenu_show): Call create_and_show_popup_menu.
13358 (dialog_selection_callback): New version for USE_GTK.
13359 (create_and_show_dialog): New fuction, one USE_GTK version and
13360 one USE_X_TOOLKIT version.
13361 (xdialog_show): Call create_and_show_dialog.
13362
13363 * xfns.c: Include gtkutil for USE_GTK.
13364 (x_window_to_frame, x_any_window_to_frame)
13365 (x_non_menubar_window_to_frame, x_menubar_window_to_frame)
13366 (x_top_window_to_frame): Add code for USE_GTK.
13367 (x_set_background_color): Call xg_set_background_color for GTK.
13368 (x_set_menu_bar_lines): Check for USE_GTK.
13369 (x_set_tool_bar_lines): Call update_frame_tool_bar for USE_GTK.
13370 (x_set_name, x_set_title): Call gtk_window_set_title for USE_GTK.
13371 (x_window): Call xg_create_frame_widgets for USE_GTK.
13372 (Fx_create_frame): Check for USE_GTK
13373 (Fx_file_dialog): New implementation for USE_GTK.
13374
13375 * xdisp.c: Add check for USE_GTK for extern void set_frame_menubar.
13376 (update_menu_bar): Add check for USE_GTK.
13377 (update_tool_bar): Add check for USE_GTK and external tool bar.
13378 (redisplay_tool_bar): Add check for USE_GTK and external tool bar.
13379 (redisplay_internal): Add check for USE_GTK and popup_activated.
13380 (redisplay_window): Add check for USE_GTK and FRAME_EXTERNAL_MENU_BAR.
13381 (redisplay_window): Add check for USE_GTK and FRAME_EXTERNAL_TOOL_BAR.
13382 (display_menu_bar): Add check for USE_GTK
13383
13384 * lisp.h (Vx_resource_name): Declare extern.
13385
13386 * keyboard.c (kbd_buffer_get_event): Check MENU_BAR_ACTIVATE_EVENT
13387 for USE_GTK.
13388 (make_lispy_event): Check MENU_BAR_EVENT for USE_GTK.
13389
13390 * frame.h (struct frame): Add external_tool_bar. Check for USE_GTK.
13391 (FRAME_EXTERNAL_TOOL_BAR): New macro.
13392 (FRAME_EXTERNAL_MENU_BAR): Check for USE_GTK.
13393
13394 * fileio.c (Fread_file_name): Add check for USE_GTK.
13395
13396 * dispnew.c (adjust_frame_glyphs_for_window_redisplay):
13397 Add check for USE_GTK.
13398
13399 * config.in: Added HAVE_GTK
13400
13401 * alloc.c (Fgarbage_collect): Call xg_mark_data for GTK.
13402
134032003-01-18 Stefan Monnier <monnier@cs.yale.edu>
13404
13405 * charset.h (Funibyte_char_to_multibyte): Export.
13406
134072003-01-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13408
13409 * xmenu.c (mouse_position_for_popup): New function.
13410 (Fx_popup_menu): Call mouse_position_for_popup for X and
13411 mouse_position_hook for others.
13412
134132003-01-17 Kim F. Storm <storm@cua.dk>
13414
13415 * editfns.c (Finsert): Mention `string-make-multibyte' and
13416 `string-as-multibyte' in doc string.
13417
134182003-01-17 Kenichi Handa <handa@m17n.org>
13419
13420 * fontset.c (syms_of_fontset): Setup Vfont_encoding_alist here.
13421
13422 * editfns.c (Fformat): Convert an unibyte char argument that is
13423 formatted by "%c" to multibyte if the total result must be a
13424 multibyte string.
13425
134262003-01-16 Kim F. Storm <storm@cua.dk>
13427
13428 * process.c (set-process-filter): Document unibyte/multibyte-ness
13429 of string argument.
13430
134312003-01-16 Kenichi Handa <handa@m17n.org>
13432
13433 * charset.h (NEXT_CHAR_BOUNDARY, PREV_CHAR_BOUNDARY): New macros.
13434
13435 * regex.c (GET_CHAR_BEFORE_2): Use PREV_CHAR_BOUNDARY.
13436 (re_search_2): Likewise.
13437
134382003-01-15 Kenichi Handa <handa@m17n.org>
13439
13440 * xdisp.c (message_dolog): Fix bug of the case that *Message*
13441 buffer is unibyte.
13442
134432003-01-15 Francesco Potort\e,Al\e(B <pot@gnu.org>
13444
13445 * fns.c (Fsubstring): Clarify doc string.
13446
13447 * textprop.c (Ftext_properties_at, Fnext_char_property_change)
13448 (Fprevious_char_property_change)
13449 (Fnext_single_char_property_change)
13450 (Fprevious_single_char_property_change, Fnext_property_change)
13451 (Fnext_single_property_change, Fprevious_property_change)
13452 (Fprevious_single_property_change, Fadd_text_properties)
13453 (Fput_text_property, Fset_text_properties)
13454 (Fremove_text_properties, Fremove_list_of_text_properties)
13455 (Ftext_property_any, Ftext_property_not_all): Clarify doc strings.
13456
134572003-01-14 Kim F. Storm <storm@cua.dk>
13458
13459 * process.h (struct Lisp_Process): New member plist replaces old
13460 member private_vars. All uses changed.
13461
13462 * process.c: Reworked 2003-01-12 change -- call a plist a plist!
13463 (QCplist): Rename from QCvars. Change all uses.
13464 (Fprocess_plist): Replaces Fprocess_variable. Simplified.
13465 (Fset_process_plist): Replaces Fset_process_variable. Simplify.
13466 (syms_of_process): Intern, staticpro, defsubr these.
13467 (Fmake_network_process): Describe :plist arg. Remove :vars arg.
13468
134692003-01-14 Francesco Potort\e,Al\e(B <pot@gnu.org>
13470
13471 * m/delta.h: Remove (obsolete).
13472
134732003-01-13 Francesco Potort\e,Al\e(B <pot@gnu.org>
13474
13475 * fileio.c (Fdelete_directory, Fdelete_file): Document the
13476 behaviour in front of symlinks.
13477 (Fdelete_file): Raise an error on directories.
13478
134792003-01-13 Dave Love <fx@gnu.org>
13480
13481 * fns.c (Freverse): Use QUIT.
13482
134832003-01-13 Richard M. Stallman <rms@gnu.org>
13484
13485 * minibuf.c (minibuffer_completion_contents):
13486 Error if point is inside prompt.
13487
13488 * keyboard.c (command_loop_1): Don't redisplay directly
13489 if there's a post-command-hook.
13490
13491 * fileio.c (syms_of_fileio) <directory-sep-char>: Doc fix.
13492 (Fdo_auto_save): Add gcpros around Ffile_name_directory.
13493
134942003-01-12 Kim F. Storm <storm@cua.dk>
13495
13496 * process.h (struct Lisp_Process): New member private_vars.
13497
13498 * process.c (QCvars): New variable.
13499 (syms_of_process): Intern and staticpro it.
13500 (Fset_process_contact): Removed function.
13501 (Fprocess_variable, Fset_process_variable): New functions.
13502 (syms_of_process): Defsubr them.
13503 (Fstart_process): Initialize private_vars plist to nil.
13504 (Fmake_network_process): New arg :vars to setup the private
13505 variables for new network process.
13506 (server_accept_connection): Copy server's private variables to
13507 client process.
13508
13509 * alloc.c (pure_alloc): Fixed 2003-01-10 changed (caused spurious
13510 crashes). Code rewritten and simplified. Now directly aligns the
13511 pointer and recalculates pure_bytes_used, rather than aligning the
13512 size and adjusting the pointer.
13513
135142003-01-11 Kim F. Storm <storm@cua.dk>
13515
13516 * process.c (Fset_process_contact): New function.
13517 (syms_of_process): defsubr it.
13518 (make-network-process): Update doc.
13519
135202003-01-10 Andreas Schwab <schwab@suse.de>
13521
13522 * alloc.c (pure_alloc): Correct alignment for Lisp_Floats.
13523 Reported by Berthold Gunreben <b.gunreben@web.de>.
13524
135252003-01-10 Dave Love <fx@gnu.org>
13526
13527 * composite.c (syms_of_composite): Make composition_hash_table weak.
13528
135292003-01-09 Kim F. Storm <storm@cua.dk>
13530
13531 * process.c (Fmake_network_process): Convert new port number
13532 to host byte order for `:service t' case. From Mario Lang.
13533
135342003-01-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13535
13536 * xfns.c (Fx_file_dialog): Call XtAppNextEvent and x_dispatch_event
13537 instead of XtAppProcessEvent.
13538
13539 * xterm.c (handle_one_xevent): New function.
13540 (x_dispatch_event): New function.
13541 (XTread_socket): Call handle_one_xevent.
13542
13543 * xterm.h (FRAME_OUTER_TO_INNER_DIFF_X/Y): New.
13544
13545 * xmenu.c (Fx_popup_menu): If popping up at mouse position,
13546 call XQueryPointer to get coordinates.
13547 (popup_get_selection): Do not set popup_activated_flag to zero,
13548 let popup_deactivate_callback do that. Needed for Motif.
13549 Call x_dispatch_event instead of XtDispatchEvent.
13550 (xmenu_show): Calculate root coordinate from frame top/left position.
13551
135522003-01-08 Kim F. Storm <storm@cua.dk>
13553
13554 * process.c (server_accept_connection): Fix recording of new
13555 connection's local address in :local property of contact info.
13556 (Fmake_network_process): Record local network address for new
13557 client processes in :local property of contact info.
13558 (format-network-address): Add arg OMIT-PORT. Change callers.
13559
135602003-01-07 Dave Love <fx@gnu.org>
13561
13562 * Makefile.in (fns.o): Depend on coding.h.
13563
135642003-01-07 Markus Rost <rost@math.ohio-state.edu>
13565
13566 * minibuf.c (Fread_variable): Doc fix.
13567
13568 * eval.c (Fuser_variable_p): Doc change. For custom variables,
13569 use the same test as for custom-variable-p.
13570
135712003-01-05 Richard M. Stallman <rms@gnu.org>
13572
13573 * xdisp.c (try_scrolling): New arg LAST_LINE_MISFIT.
13574 Count LAST_LINE_MISFIT in scroll margin for end of window.
13575 Move label too_near_end before setting SCROLL_MARGIN_POS.
13576 Set LAST_LINE_MISFIT before jumping there.
13577
13578 * xdisp.c (try_scrolling): Calculate amount_to_scroll better in
13579 scroll_conservatively case. If scrolling that much doesn't change
13580 STARTP, move it down one line.
13581
13582 * xdisp.c (redisplay_window): Pass last_line_misfit arg to
13583 try_scrolling. Make it 1 after make_cursor_line_fully_visible fails.
13584
13585 * xdisp.c (setup_echo_area_for_printing): Kill Emacs if no
13586 selected frame.
13587
13588 * keymap.c (apropos_predicate, apropos_accumulate): Make them static.
13589 (syms_of_keymap): Staticpro them.
13590 (Fapropos_internal): Initialize them and clear them out.
13591 Don't GCPRO them.
13592
13593 * buffer.c (syms_of_buffer) <scroll-up-aggressively, scroll-down-aggressively>:
13594 Doc fixes.
13595
13596 * lisp.h: New misc type Lisp_Save_Value.
13597 (enum Lisp_Misc_Type): Add Lisp_Misc_Save_Value.
13598 (XSAVE_VALUE): New macro.
13599 (struct Lisp_Save_Value): New data type.
13600 (union Lisp_Misc): Add u_save_value alternative.
13601 (make_save_value): Declare.
13602
13603 * alloc.c (make_save_value): New function.
13604
13605 * xterm.c (x_catch_errors): Save dpy using make_save_value.
13606 (x_catch_errors_unwind): Call XSync.
13607
136082003-01-01 Richard M. Stallman <rms@gnu.org>
13609
13610 * window.c (window_scroll_pixel_based): Partially undo last change.
13611
13612 * keyboard.c (command_loop_1): Call adjust_point_for_property
13613 in direct action cases for Qforward_char and Qbackward_char.
13614 Set already_adjusted so it won't be done twice.
13615
136162002-12-30 Richard Dawe <rich@phekda.freeserve.co.uk>
13617
13618 * src/config.in (!HAVE_SIZE_T): Fix order of arguments in
13619 type definition of size_t.
13620
136212003-01-02 Steven Tamm <steventamm@mac.com>
13622
13623 * macterm.c (syms_of_macterm): Provide the feature "mac-carbon" to
13624 distinguish Carbon GUI builds from X11 builds on darwin.
13625
136262002-12-30 Steven Tamm <steventamm@mac.com>
13627
13628 * macterm.c (syms_of_macterm): Set mac-wheel-button-is-mouse-2
13629 to default to t.
13630
136312002-12-29 Francesco Potort\e,Al\e(B <pot@gnu.org>
13632
13633 * data.c (Fstring_to_number, Fminus): Better English in doc strings.
13634
136352002-12-28 Steven Tamm <steventamm@mac.com>
13636
13637 * Makefile.in (macosx-bundle): Fix Mac OS X/Carbon port to
13638 allow building in a different directory than source. Uses some
13639 GNU Make extensions, but there is no other make on Mac OS X.
13640
136412002-12-26 Francesco Potort\e,Al\e(B <pot@gnu.org>
13642
13643 * data.c (Fmakunbound, Ffmakunbound, Fmake_variable_buffer_local)
13644 (Fsetq_default, Fmake_local_variable, Fkill_local_variable)
13645 (Fmake_variable_frame_local, Faset, Fnumber_to_string, Fminus)
13646 (Fstring_to_number): Mention the returned value in the doc strings.
13647
136482002-12-23 Richard M. Stallman <rms@gnu.org>
13649
13650 * buffer.c (syms_of_buffer) <scroll-up-aggressively>
13651 <scroll-down-aggressively>: Doc fix.
13652
13653 * xmenu.c (parse_single_submenu): Use individual keymap's prompt
13654 string as pane name, if there is one.
13655 (set_frame_menubar): Save menu_items_n_panes from each call to
13656 parse_single_submenu and use it when calling digest_single_submenu.
13657
13658 * window.c (window_scroll_pixel_based): Fix check for reaching BEGV.
13659 Don't try to make last line fully visible if it is past end of window.
13660
136612002-12-22 Steven Tamm <steventamm@mac.com>
13662
13663 * macmenu.c (MIN_POPUP_SUBMENU_ID): Add.
13664 (mac_menu_show): Add support for hierarchical popup menus.
13665 (add_menu_item): Remove indentation support.
13666 (fill_submenu, fill_menu): Create hierarchical menus
13667 instead of using indentation.
13668
136692002-12-22 Richard M. Stallman <rms@gnu.org>
13670
13671 * xdisp.c (try_cursor_movement): Don't call try_window here.
13672 (redisplay_window): Never redisplay minibuffer when inactive.
13673
13674 * window.c (select_window_1): Undo 9/21 change.
13675
136762002-12-22 Steven Tamm <steventamm@mac.com>
13677
13678 * macterm.c (XTread_socket): Call KeyTranslate for control and
13679 meta to deal correctly shifted non-alpha characters, like C-S-5
13680 being treated like C-%. Do not look for shift key to deal
13681 with masking off control-key with mac-reverse-ctrl-meta.
13682
136832002-12-21 Richard M. Stallman <rms@gnu.org>
13684
13685 * xmenu.c (popup_get_selection): Now static. New arg DO_TIMERS.
13686 If it is non-nil, run timers. Use an unwind-protect to requeue
13687 the events that were read ahead.
13688 (popup_get_selection_unwind): New subroutine.
13689 (popup_get_selection_queue): File-scope variable now holds that queue.
13690 (xmenu_show): Pass 0 for DO_TIMERS to popup_get_selection.
13691 (xdialog_show): Pass 1 for DO_TIMERS to popup_get_selection.
13692 Use an unwind-protect to pop down the dialog box.
13693 (xdialog_show_unwind): New subroutine implements that.
13694
13695 * xdisp.c (row_containing_pos): Change exit test using last_y.
13696 (try_window_id): Abort if row_containing_pos returns null.
13697
13698 * lread.c (load_error_handler): New function.
13699 (Fload): Handle errors in Fsubstitute_in_file_name.
13700 Don't expect Fsignal to return.
13701
13702 * eval.c: Errors and throws work right with interrupt blocking.
13703 (struct catchtag): New elt interrupt_input_blocked.
13704 (unwind_to_catch): Restore interrupt_input_blocked from saved value.
13705 (internal_catch, Fcondition_case, internal_condition_case)
13706 (internal_condition_case_1, internal_condition_case_2): Save it.
13707 (Fsignal): Don't do TOTALLY_UNBLOCK_INPUT.
13708
13709 * editfns.c (Fformat): Add parens.
13710
13711 * dired.c (file_name_completion): Fix that change.
13712 Delete special quit-handling code; just use QUIT.
13713
137142002-12-21 Tak Ota <Takaaki.Ota@am.sony.com>
13715
13716 * dired.c (file_name_completion): Close directory on error
13717 just as in directory_files_internal.
13718
137192002-12-19 David Kastrup <David.Kastrup@t-online.de>
13720
13721 * window.c (Fset_window_configuration): Set old_point to correct
13722 value when new_current_buffer == current_buffer.
13723
137242002-12-17 Ben Key <bkey1@tampabay.rr.com>
13725
13726 Revisited my earlier fix for the following entry in etc/PROBLEMS:
13727 "Emacs built on Windows 9x/ME crashes at startup on Windows XP,
13728 or Emacs builtpart of on XP crashes at startup on Windows 9x/ME."
13729
13730 These changes were in part based upon suggestions made by Peter
13731 'Luna' Runestig [peter@runestig.com].
13732
13733 * w32.c (g_b_init_is_windows_9x, g_b_init_open_process_token)
13734 (g_b_init_get_token_information, g_b_init_lookup_account_sid)
13735 (g_b_init_get_sid_identifier_authority ): Add several static
13736 global variables.
13737
13738 * w32.c (globals_of_w32): New function. Used to initialize those
13739 global variables that must always be initialized on startup even
13740 when the global variable initialized is non zero. Its primary
13741 purpose at this time is to set the global variables
13742 g_b_init_is_windows_9x, g_b_init_open_process_token,
13743 g_b_init_get_token_information, g_b_init_lookup_account_sid, and
13744 g_b_init_get_sid_identifier_authority to 0 on startup.
13745 Called from main.
13746
13747 * w32.c (is_windows_9x): Perform initialization only if
13748 g_b_init_is_windows_9x is equal to 0. On initialization set
13749 g_b_init_is_windows_9x equal to 1.
13750
13751 * w32.c (open_process_token): Perform initialization only if
13752 g_b_init_open_process_token is equal to 0. On initialization set
13753 g_b_init_open_process_token equal to 1.
13754
13755 * w32.c (get_token_information): Perform initialization only if
13756 g_b_init_get_token_information is equal to 0. On initialization
13757 set g_b_init_get_token_information equal to 1.
13758
13759 * w32.c (lookup_account_sid): Perform initialization only if
13760 g_b_init_lookup_account_sid is equal to 0. On initialization
13761 set g_b_init_lookup_account_sid equal to 1.
13762
13763 * w32.c (get_sid_identifier_authority): Perform initialization
13764 only if g_b_init_get_sid_identifier_authority is equal to 0.
13765 On initialization set g_b_init_get_sid_identifier_authority equal to 1.
13766
13767 * w32fns.c (globals_of_w32fns): New function. Used to initialize
13768 those global variables that must always be initialized on startup
13769 even when the global variable initialized is non zero.
13770 Its primary purpose at this time is to initialize the global variable
13771 track_mouse_event_fn.
13772
13773 * w32fns.c (w32_wnd_proc): Remove initialization of
13774 track_mouse_event_fn from the handler for the WM_SETFOCUS message.
13775
13776 * w32fns.c (syms_of_w32fns): Call globals_of_w32fns.
13777
13778 * w32menu.c (globals_of_w32menu): New function. Used to
13779 initialize those global variables that must always be initialized
13780 on startup even when the global variable initialized is non zero.
13781 Its primary purpose at this time is to initialize the global
13782 variables get_menu_item_info and set_menu_item_info.
13783
13784 * w32menu.c (initialize_frame_menubar): Remove initialization of
13785 get_menu_item_info and set_menu_item_info.
13786
13787 * w32menu.c (syms_of_w32menu): Call globals_of_w32menu.
13788
13789 * w32.h (globals_of_w32, globals_of_w32fns, globals_of_w32menu):
13790 Declare them.
13791
13792 * emacs.c (main): Call globals_of_w32 prior to calling
13793 init_environment if WINDOWSNT is defined. Call globals_of_w32fns
13794 and globals_of_w32menu if initialized is non zero and HAVE_NTGUI
13795 is defined.
13796
13797 * w32term.c (x_update_window_begin): Fix Windows API error
13798 detected by BoundsChecker. Test to determine if
13799 w32_system_caret_hwnd is NULL prior to attempting to use
13800 SendMessage to send the WM_EMACS_HIDE_CARET message to it.
13801
13802 * w32term.c (x_update_window_end): Fix Windows API error
13803 detected by BoundsChecker. Test to determine if
13804 w32_system_caret_hwnd is NULL prior to attempting to use
13805 SendMessage to send the WM_EMACS_SHOW_CARET message to it.
13806
138072002-12-17 Kenichi Handa <handa@m17n.org>
13808
13809 * coding.c (coding_system_require_warning): New variable.
13810 (syms_of_coding): DEFVAR it.
13811
13812 * coding.h (coding_system_require_warning): Extern it.
13813
13814 * fileio.c (choose_write_coding_system): Even if
13815 Vcoding_system_for_write is non-nil, if
13816 coding_system_require_warning is nonzero, call
13817 Vselect_safe_coding_system_function.
13818
138192002-12-17 Markus Rost <rost@math.ohio-state.edu>
13820
13821 * Makefile.in (lisp, shortlisp): Add cus-face and timer.
13822 (lisp): Add font-core.
13823
138242002-12-13 Stefan Monnier <monnier@cs.yale.edu>
13825
13826 * textprop.c (text_read_only): New arg `propval'.
13827 (get_char_property_and_overlay): Remove unused var `next_overlay'.
13828 (verify_interval_modification): Use text_read_only's new arg.
13829
138302002-12-13 Kenichi Handa <handa@m17n.org>
13831
13832 * coding.c (Funencodable_char_position): Set pend correctly.
13833
138342002-12-12 Jason Rumney <jasonr@gnu.org>
13835
13836 * w32term.c (last_mousemove_x, last_mousemove_y): New variables.
13837 (w32_read_socket) <WM_MOUSEMOVE>: Use them to detect non-movement.
13838 Be more careful about when help_events are generated.
13839
138402002-12-12 Steven Tamm <steventamm@mac.com>
13841
13842 * macterm.c (mac_check_for_quit_char): Correctly set the
13843 modifiers of the event to 0.
13844 * mac.c (sys_select): Duplicate rfds before calling select to
13845 ensure that rfds survive the while loop.
13846
138472002-12-11 Kim F. Storm <storm@cua.dk>
13848
13849 * xdisp.c (try_window_id): Don't call set_cursor_from_row if
13850 row_containing_pos returned NULL.
13851
138522002-12-10 Steven Tamm <steventamm@mac.com>
13853
13854 * mac.c (sys_read): Fix sys_read to not call select if IO is
13855 non-blocking.
13856 (sys_select): Fix sys_select to not use a timeout larger than
13857 the one given.
13858
138592002-12-10 Juanma Barranquero <lektu@terra.es>
13860
13861 * editfns.c (Fformat): Use alloca, not _alloca.
13862
138632002-12-09 Richard M. Stallman <rms@gnu.org>
13864
13865 * buffer.c (Fget_buffer_create): Call Qucs_set_table_for_input
13866 as the last thing.
13867
138682002-12-09 Dave Love <fx@gnu.org>
13869
13870 * s/sol2-8.h: Removed. (Not necessary.)
13871
138722002-12-09 Matthew Swift <swift@alum.mit.edu>
13873
13874 * editfns.c (Fformat): Handle precision in string conversion
13875 specifiers like libc functions do (ie, print at most that many
13876 characters).
13877
138782002-12-08 Richard M. Stallman <rms@gnu.org>
13879
13880 * xdisp.c (row_containing_pos): Check more carefully
13881 whether charpos is really in the row before returning it.
13882
138832002-12-07 Steven Tamm <steventamm@mac.com>
13884
13885 * sysdep.c (emacs_read) [HAVE_CARBON]: Have emacs_read use sys_read.
13886
13887 * eval.c (Feval) [HAVE_CARBON]: Calls mac_check_for_quit_char at
13888 each stack frame. This may change as it could be time consuming.
13889
13890 * macterm.c (mac_check_for_quit_char, quit_char_comp)
13891 (init_quit_char_handler, mac_determine_quit_char_modifiers)
13892 (mac_initialize): Add code to check for pressing of quit_char
13893 in the OS event queue.
13894
13895 * mac.c (sys_select): Call mac_check_for_quit_char every second
13896 while blocking on select.
13897
13898 * mac.c (sys_read): Use sys_select to test for input first
13899 before calling read, to allow C-g to break.
13900
139012002-12-07 Richard M. Stallman <rms@gnu.org>
13902
13903 * minibuf.c (Fcompleting_read): Doc fix.
13904
13905 * lread.c (syms_of_lread) <load-history>: Doc fix.
13906
13907 * fileio.c (Fcopy_file): Set immediate_quit around emacs_open call.
13908
13909 * eval.c (Fdefun, Fdefmacro): Record in load-history redefining an
13910 autoload.
13911
13912 * data.c (Fdefalias): Record in load-history redefining an autoload.
13913
13914 * alloca.c: Undo ifdef change accidentally made on 12-04.
13915
139162002-12-06 Francesco Potorti` <pot@gnu.org>
13917
13918 * xfns.c (png_load): Avoid double gamma correction for PNG images.
13919
139202002-12-04 Richard M. Stallman <rms@gnu.org>
13921
13922 * sysdep.c (fcntl.h): Test only HAVE_FCNTL_H.
13923
13924 * fileio.c (fcntl.h): Test only HAVE_FCNTL_H.
13925
13926 * alloca.c: Don't use #error.
13927
139282002-12-03 Dave Love <fx@gnu.org>
13929
13930 * buffer.c (Qucs_set_table_for_input): New.
13931 (Fget_buffer_create): Use it.
13932 (Qset_buffer_major_mode_hook): Deleted.
13933 (Fset_buffer_major_mode): Revert previous change.
13934 (init_buffer_once): Intern ucs-set-table-for-input.
13935 (syms_of_buffer): Delete Qset_buffer_major_mode_hook.
13936 Add &Qucs_set_table_for_input.
13937
139382002-12-03 Andreas Schwab <schwab@suse.de>
13939
13940 * callint.c (Fcall_interactively): Use next_event only if less
13941 than key_count.
13942
139432002-12-02 Andrew Choi <akochoi@shaw.ca>
13944
13945 * macmenu.c (add_menu_item, fill_menubar): Truncate menu item
13946 names to 255 characters.
13947
13948 * macterm.c (XTread_socket): If all frames have been collapsed,
13949 expand the first one before handling drag-and-drop events.
13950
13951 * s/darwin.h (GETPGRP_NO_ARG): Delete. Replaced by GETPGRP_VOID,
13952 which is detected by autoconf.
13953
139542002-12-01 Steven Tamm <steventamm@mac.com>
13955
13956 * unexmacosx.c (copy_twolevelhints, dump_it): Now corrects the
13957 offset in two hints table to allow prebinding to be redone and
13958 allow the executable to be stripped.
13959
139602002-11-29 Dave Love <fx@gnu.org>
13961
13962 * fns.c (Frequire): Don't call LOADHIST_ATTACH if feature was
13963 already provided.
13964
139652002-11-29 Richard M. Stallman <rms@gnu.org>
13966
13967 * xdisp.c (start_display): Check more intelligently for
13968 whether the line is continued.
13969 (move_it_vertically_backward): Clear it->continuation_lines_width.
13970
139712002-11-28 Dave Love <fx@gnu.org>
13972
13973 * s/amdahl.h, s/unipl5-0.h, m/sgi3000.h, s/3700.h, s/alliant-2800.h:
13974 * s/alliant.h, s/altos.h: Deleted. (Unused/empty.)
13975
139762002-11-27 Steven Tamm <steventamm@mac.com>
13977
13978 * fns.c (Frequire): Change nesting allowance from 2 to 3 to cause
13979 more descriptive error output from lread.c:Fload upon most require
13980 cycles during boostrapping.
13981
139822002-11-27 Jason Rumney <jasonr@gnu.org>
13983
13984 * fileio.c (Finsert_file_contents): Give a more appropriate error
13985 for files bigger than 2Gb when off_t is 32 bit.
13986
13987 * dired.c (Ffile_attributes): Don't return negative file sizes for
13988 files bigger than 2Gb when off_t is 32 bit.
13989
139902002-11-27 Dave Love <fx@gnu.org>
13991
13992 * s/irix6-0.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
13993
13994 * systty.h: Don't conditionally define GETPGRP_NO_ARG.
13995 Test GETPGRP_VOID instead.
13996 [BSD_TERMIOS]: Remove definitions (never used).
13997
13998 * s/osf5-0.h (WAIT_USE_INT, SYS_SIGLIST_DECLARED, sys_siglist):
13999 Don't define.
14000 (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
14001
14002 * m/mips.h (WORDS_BIG_ENDIAN): Define conditionally.
14003
140042002-11-25 Jason Rumney <jasonr@gnu.org>
14005
14006 * w32.c (sys_write): Avoid non-blocking mode, which is not fully
14007 supported.
14008
140092002-11-25 Dave Love <fx@gnu.org>
14010
14011 * unexalpha.c (update_dynamic_symbols): Cast arg of fatal_unexec.
14012
14013 * Makefile.in (TEMACS_LDFLAGS): Update last change.
14014
140152002-11-25 Andreas Schwab <schwab@suse.de>
14016
14017 * m/ia64.h: Restore `#ifndef NOT_C_CODE' deleted by last change.
14018
140192002-11-24 Steven Tamm <steventamm@mac.com>
14020
14021 * unexmacosx.c (unexec_realloc): Use malloc_default_zone to
14022 determine the size of pointers alloced in unexed space instead
14023 of using possibly invalid emacs_zone pointers. This fixes the
14024 binary incompatibility problems caused by updates to libSystem.B.
14025
140262002-11-24 Richard M. Stallman <rms@gnu.org>
14027
14028 * search.c (Fstring_match): Doc fix.
14029
14030 * callint.c (Fcall_interactively): If a command fails because
14031 `*' detects a read-only buffer, but RECORD_FLAG is set,
14032 record it anyway if the args don't actually do tty input.
14033
140342002-11-22 Dave Love <fx@gnu.org>
14035
14036 * sysdep.c (stuff_char) [PROTOTYPES]: Provide ISO C arglist.
14037
14038 * keyboard.c (interrupt_signal): Provide forward declaration.
14039 (kbd_buffer_store_event): Don't declare interrupt_signal.
14040
14041 * xdisp.c (store_frame_title_char) [PROTOTYPES]: Provide ISO C arglist.
14042
140432002-11-21 Richard M. Stallman <rms@gnu.org>
14044
14045 * eval.c (interactive_p): Skip any number of bytecode
14046 and special form frames, in any order.
14047
140482002-11-20 Jason Rumney <jasonr@gnu.org>
14049
14050 * w32fns.c (convert_mono_to_color_image): New function.
14051 (xbm_load, xbm_load_image): Use it when foreground or background
14052 is explicitly set.
14053
140542002-11-19 Dave Love <fx@gnu.org>
14055
14056 * s/usg5-4.h, sco4.h (bcopy, bzero, bcmp): Don't define.
14057
140582002-11-18 Jason Rumney <jasonr@gnu.org>
14059
14060 * w32fns.c (x_build_heuristic_mask): Filter palette info from color.
14061 (XPutPixel): Swap blue and red.
14062 (xpm_format, pbm_format, png_format, jpeg_format, tiff_format)
14063 (gif_format, gs_format): Use IMAGE_ASCENT_VALUE.
14064 (xpm_image_p, pbm_image_p, png_image_p, jpeg_image_p)
14065 (tiff_image_p, gif_image_p, gs_image_p): Don't check ascent.
14066
140672002-11-18 Dave Love <fx@gnu.org>
14068
14069 * m/orion105.h (HAVE_ALLOCA): Don't define.
14070
14071 * m/m68k.h, m/arm.h, mtekxd88.h, m/tower32v3.h: Don't define alloca.
14072
14073 * m/intel386.h: Don't include alloca.h or define alloca.
14074
14075 * m/ia64.h: Don't include alloca.h, stdlib.h. Don't declare
14076 malloc, realloc, calloc.
14077
14078 * m/hp800.h, m/sr2k.h, m/ns16000.h, m/wicat.h (bcopy, bzero)
14079 (bcmp): Don't define.
14080
14081 * m/delta.h (bcopy, bzero, bcmp, alloca): Don't define.
14082
14083 * m/amdahl.h: Don't define LIB_STANDARD.
14084
14085 * m/alpha.h: Move OSF1 stuff from here to s/osf1.h.
14086
14087 * s/osf1.h: Move OSF1 stuff from m/alpha.h to here.
14088
14089 * s/irix4-0.h, s/irix5-0.h, m/powerpcle.h, m/sparc.h:
14090 Don't include alloca.h.
14091
14092 * s/aix3-2.h (HAVE_FSYNC): Don't define.
14093
14094 * regex.c (_GNU_SOURCE): Don't define.
14095
14096 * process.c (_GNU_SOURCE): Don't define.
14097
14098 * fileio.c (_GNU_SOURCE, HAVE_FSYNC): Don't define.
14099
141002002-11-18 Markus Rost <rost@math.ohio-state.edu>
14101
14102 * s/sol2-8.h: Include sol2-6.h.
14103
141042002-11-18 Miles Bader <miles@gnu.org>
14105
14106 * dispextern.h (struct face): Add `overstrike' field.
14107 * xterm.c (x_draw_glyph_string_foreground)
14108 (x_draw_composite_glyph_string_foreground): Implement overstriking.
14109 * xfaces.c (load_face_font): Set `face->overstrike' based on
14110 result from choose_face_font.
14111 (best_matching_font, choose_face_font): Add `needs_overstrike'
14112 argument, and use it to return whether overstriking is desirable
14113 for this face/font combo.
14114 (set_font_frame_param: Pass new argument to choose_face_font.
14115
141162002-11-17 Ben Key <BKey1@tampabay.rr.com>
14117
14118 This change is my fix for the following entry in etc/PROBLEMS:
14119 "Emacs built on Windows 9x/ME crashes at startup on Windows XP,
14120 or Emacs builtpart of on XP crashes at startup on Windows 9x/ME."
14121
14122 * w32.c: Added wrapper functions around the win32 API functions
14123 OpenProcessToken, GetTokenInformation, LookupAccountSid, and
14124 GetSidIdentifierAuthority. These wrapper functions serve two
14125 purposes:
14126 1. They ensure that the wrapped function can never be called
14127 when Emacs is running on an operating system on which they are
14128 not supported (Microsoft Windows 95 / 98 / ME).
14129 2. They call the wrapped functions via function pointers rather
14130 than calling them directly. This avoids taking advantage of the
14131 undocumented fact that although these functions are not supported
14132 in the 9x branch of Microsoft Windows, the functions do exist in
14133 the version of advapi32.dll that is found in the 9x branch of
14134 Microsoft Windows.
14135
14136 * w32.c (init_user_info): Replace the calls to the win32 API
14137 functions OpenProcessToken, GetTokenInformation, LookupAccountSid,
14138 and GetSidIdentifierAuthority with calls to the newly added
14139 wrapper functions.
14140
14141 * w32.h: Added extern declarations for the following functions:
14142 syms_of_w32term, syms_of_w32fns, syms_of_w32select,
14143 syms_of_w32menu, and void syms_of_fontset.
14144
14145 * w32fns.c (w32_wnd_proc): Add code to reinitialize the
14146 function pointer track_mouse_event_fn in the handler for the
14147 WM_SETFOCUS message.
14148
14149 * w32menu.c (initialize_frame_menubar): Add code to
14150 reinitialize the function pointers set_menu_item_info and
14151 get_menu_item_info.
14152
141532002-11-17 Ben Key <BKey1@tampabay.rr.com>
14154
14155 * sound.c: Added a partial implementation of play-sound-internal
14156 for Microsoft Windows. Added various #ifdef / #else / #endif
14157 code blocks to separate the code that will compile under
14158 Microsoft Windows from the code that is specific to GNU/Linux.
14159 Moved several blocks of code around to make this separation of code
14160 into Windows compatible and GNU/Linux compatible code blocks easier.
14161
14162 * makefile.w32-in: Include sound.c and link with WinMM.lib.
14163
14164 * s/ms-w32.h: Defined the symbol HAVE_SOUND so that the newly
14165 added support for play-sound-internal under Windows would be
14166 included in the build of Emacs.
14167
141682002-11-16 Jason Rumney <jasonr@gnu.org>
14169
14170 * w32fns.c (w32_load_system_font): Don't disable Cleartype.
14171
14172 * w32term.c (w32_get_glyph_string_clip_rect): Clip cursor tightly.
14173
141742002-11-15 Stefan Monnier <monnier@cs.yale.edu>
14175
14176 * keyboard.c (command_loop_1): Fix int/Lisp_Object mixup.
14177 (adjust_point_for_property): Move out of display and invisible even if
14178 we were already inside before (in case a property was added while
14179 we weren't looking). Be more careful when handling invisible props.
14180 Skip invisible text as if it really wasn't there at all.
14181
141822002-11-15 Jason Rumney <jasonr@gnu.org>
14183
14184 * w32term.c (x_draw_image_foreground)
14185 (w32_draw_image_foreground_1): Use standard copy and invert
14186 operations to draw images.
14187
14188 * w32fns.c (x_create_x_image_and_pixmap): Fill in palette for
14189 depth of 1.
14190 (xbm_read_bitmap_data): Invert bits as xbm is read in.
14191 (XPutPixel): Don't invert bits here.
14192
141932002-11-15 Jason Rumney <jasonr@gnu.org>
14194
14195 * w32term.c (x_draw_image_foreground, x_draw_image_glyph_string)
14196 (w32_draw_image_foreground_1): Handle image masks.
14197 (x_draw_image_glyph_string): Don't BitBlt transparently.
14198
14199 * w32fns.c (w32_defined_color): Adjust RGB values for Emacs.
14200 (x_from_xcolors): Adjust RGB values for W32.
14201 (image_background, image_background_transparent)
14202 (postprocess_image, x_to_xcolors, x_disable_image)
14203 (x_build_heuristic_mask): Adapt for W32 and enable.
14204 (x_create_x_image_and_pixmap): Mark images with palettes as such.
14205 (xbm_load): Remove unused variable.
14206
142072002-11-14 Richard M. Stallman <rms@gnu.org>
14208
14209 * buffer.c (syms_of_buffer): Doc fix.
14210
142112002-11-14 Dave Love <fx@gnu.org>
14212
14213 * alloc.c (SETJMP_WILL_NOT_WORK): Add note.
14214
14215 * xterm.c (x_draw_relief_rect, x_draw_box_rect, x_update_cursor):
14216 * xmenu.c (unuse_menu_items, digest_single_submenu):
14217 * xfns.c (x_put_x_image):
14218 * xdisp.c (message2_nolog, set_message):
14219 * undo.c (record_point):
14220 * terminfo.c (tparam):
14221 * syntax.c (scan_sexps_forward):
14222 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
14223 * composite.c (update_compositions):
14224 * cm.c (calccost, cmgoto):
14225 * charset.c (c_string_width): Declare all args (per C99).
14226
14227 * frame.h (get_specified_cursor_type, get_window_cursor_type): Declare.
14228
14229 * lisp.h (get_specified_cursor_type, get_window_cursor_type):
14230 Don't declare.
14231
14232 * emacs.c (main) [!VMS]: Avoid third arg.
14233
14234 * fns.c (Fcopy_sequence): Doc fix.
14235 (Fmap_char_table): Cast `call2'.
14236
142372002-11-14 Francesco Potorti` <pot@gnu.org>
14238
14239 * s/sol2-8.h: New file.
14240
142412002-11-14 Kim F. Storm <storm@cua.dk>
14242
14243 * buffer.c (syms_of_buffer) <mode-line-format>: Document symbol
14244 dependency on `risky-local-variable' and the :propertize form.
14245
142462002-11-12 Stefan Monnier <monnier@cs.yale.edu>
14247
14248 * fns.c (Fmap_char_table): Don't use map_char_table's function arg.
14249
14250 * syntax.c (scan_sexps_forward): Undo last patch.
14251 Use a more obvious fix: check eob before updating the syntax table.
14252
142532002-11-09 Stefan Monnier <monnier@cs.yale.edu>
14254
14255 * syntax.c (scan_sexps_forward): Update syntax table before reading
14256 a char rather than after so we don't update the table past eob.
14257
142582002-11-09 Dave Love <fx@gnu.org>
14259
14260 * buffer.c (Fset_buffer_major_mode): Fix last change.
14261
14262 * regex.c (regexec): Fix pmatch declaration.
14263
14264 * cmds.c (Fself_insert_command): Apply Vtranslation_table_for_input.
14265
14266 * keyboard.c (command_loop_1): Apply Vtranslation_table_for_input
14267 to self-inserting characters.
14268 (syms_of_keyboard) <keyboard-translate-table>: Doc fix.
14269
14270 * coding.c (Vtranslation_table_for_input): New.
14271 (syms_of_coding): DEFVAR it.
14272
142732002-11-08 Juanma Barranquero <lektu@terra.es>
14274
14275 * w32term.c (w32_draw_fringe_bitmap): Remove unused local variable
14276 window.
14277
142782002-11-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14279
14280 * process.c (Fformat_network_address): Remove unused locals p,
14281 cp, and i.
14282
142832002-11-06 Dave Love <fx@gnu.org>
14284
14285 * buffer.c (Qset_buffer_major_mode_hook): New.
14286 (Fset_buffer_major_mode): Use it.
14287
142882002-11-06 Richard M. Stallman <rms@gnu.org>
14289
14290 * xterm.c (x_term_init): Use turn_on_atimers, not start_polling
14291 and stop_polling.
14292
14293 * process.c (wait_reading_process_input):
14294 Test POLLING_PROBLEM_IN_SELECT, not hpux.
14295 Avoid initialization for auto Lisp_Object var.
14296
14297 * s/hpux11.h (POLLING_PROBLEM_IN_SELECT): Add #undef.
14298
14299 * s/hpux10.h (POLLING_PROBLEM_IN_SELECT): Defined.
14300
143012002-11-05 Richard M. Stallman <rms@gnu.org>
14302
14303 * s/sol2-5.h (BROKEN_SIGIO): Turn off the #undef.
14304
14305 * callint.c (Fcall_interactively): New local filter_specs.
14306 (Fcall_interactively): Check for progn as well as let.
14307 Add a gcpro.
14308 (Qprogn): New variable.
14309 (syms_of_callint): Staticpro and init Qprogn.
14310
143112002-11-04 John Paul Wallington <jpw@shootybangbang.com>
14312
14313 * lread.c (Feval_buffer): Doc fix.
14314
143152002-11-04 Dave Love <fx@gnu.org>
14316
14317 * keyboard.c (read_char): Always translate iff
14318 Vkeyboard_translate_table is a char table and c is valid.
14319
14320 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
14321 and fix C types.
14322
143232002-11-03 Stefan Monnier <monnier@cs.yale.edu>
14324
14325 * xdisp.c (single_display_prop_intangible_p): Strings are intangible.
14326
14327 * editfns.c (get_pos_property): Don't hardcode Qfield.
14328
14329 * keyboard.c (adjust_point_for_property): Handle `display' prop on
14330 overlays. Also handle `invisible' prop.
14331
143322002-11-02 Stefan Monnier <monnier@cs.yale.edu>
14333
14334 * coding.c (decode_coding_emacs_mule, decode_coding_iso2022)
14335 (decode_coding_sjis_big5, decode_eol): Allow lone \r in DOS EOL.
14336
143372002-11-01 Andreas Schwab <schwab@suse.de>
14338
14339 * editfns.c (Fmessage): Revert last change to properly handle %%.
14340
143412002-11-01 Stefan Monnier <monnier@cs.yale.edu>
14342
14343 * xmenu.c (unuse_menu_items): New fun.
14344 (menu_items_inuse): New var.
14345 (syms_of_xmenu): Initialize it.
14346 (init_menu_items): Use it to detect re-entrance.
14347 (Fx_popup_menu, Fx_popup_dialog, set_frame_menubar): Reset when done.
14348 (Fx_popup_menu): Remove spurious XSETFRAME.
14349
14350 * editfns.c (find_field): Make an exception for nil fields.
14351
143522002-11-01 Dave Love <fx@gnu.org>
14353
14354 * m/gec63.h: Deleted.
14355
143562002-10-31 Dave Love <fx@gnu.org>
14357
14358 * xterm.c (XTread_socket): Fix last change.
14359 (xaw_scroll_callback): Cast call_data to long to avoid warning.
14360
143612002-10-31 Stefan Monnier <monnier@cs.yale.edu>
14362
14363 * process.c (Fformat_network_address): Fix int/Lisp_Object mixup.
14364
143652002-10-30 Stefan Monnier <monnier@cs.yale.edu>
14366
14367 * editfns.c (overlays_around, get_pos_property): New funs.
14368 (find_field): Use them.
14369 Also be careful not to modify POS before its last use.
14370 (Fmessage): Don't Fformat if there's nothing to format.
14371
143722002-10-30 Dave Love <fx@gnu.org>
14373
14374 * process.c [HAVE_SYS_WAIT]: Include sys/wait.h.
14375 [HAVE_PTY_H]; Include pty.h.
14376
14377 * lread.c (Fload) <!load_dangerous_libraries>: Close fd.
14378
14379 * xterm.c (Qeql): Declare.
14380 (Vx_keysym_table): New.
14381 (syms_of_xterm): Initialize it.
14382 (XTread_socket): Use it. Deal with ASCII keysyms.
14383 (XSetIMValues) [HAVE_X11R6]: Prototype.
14384
14385 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extended.
14386 (lispy_kana_keys): Comment out.
14387 (make_lispy_event) [XK_kana_A]: Comment out.
14388 (modify_event_symbol) <sizeof (long) == sizeof (EMACS_INT)>:
14389 Fix sprintf call.
14390
14391 * s/osf5-0.h (C_SWITCH_SYSTEM): Revert last change (fixed by
14392 regexp.h change).
14393 (TERMINFO, LIBS_TERMCAP): Define.
14394
14395 * s/usg5-4.h (bcopy, bzero): Define conditional on HAVE_BCOPY.
14396 (bcmp): Define conditional on HAVE_BCMP.
14397 (NO_SIOCTL_H): Don't define.
14398 (TIOCSIGSEND): Don't make conditional on IRIX6.
14399
14400 * s/sol2-5.h: Don't include strings.h.
14401 (bcopy, bzero, bcmp) [HAVE_BCOPY]: Don't undef.
14402
14403 * s/irix6-0.h (IRIX6): Don't define.
14404 (bcopy, bcmp, bzero): Don't undef.
14405
14406 * s/irix6-5.h: Don't include strings.h.
14407 (IRIX6): Don't define.
14408 (bcopy, bcmp, bzero): Don't undef.
14409
14410 * syntax.c (Fforward_comment): Doc fix.
14411
144122002-10-29 Kim F. Storm <storm@cua.dk>
14413
14414 * process.c (Fsignal_process): Allow PROCESS to be specified by
14415 name in addition to pid (as integer or string).
14416
144172002-10-28 Harald Maier <Harald.Maier.BW@t-online.de> (tiny change)
14418
14419 * w32heap.c: Don't redefine _heap_init and _heap_term on MSVC 7 build
14420 environments.
14421
144222002-10-27 Kim F. Storm <storm@cua.dk>
14423
14424 * xterm.c (note_mouse_highlight): Don't use mouse-face if hidden.
14425
14426 * w32term.c (note_mouse_highlight): Don't use mouse-face if hidden.
14427
14428 * msdos.c (IT_note_mouse_highlight): Don't use mouse-face if hidden.
14429
14430 * macterm.c (note_mouse_highlight): Don't use mouse-face if hidden.
14431
144322002-10-26 Richard M. Stallman <rms@gnu.org>
14433
14434 * editfns.c (Fformat): Detect invalid format letters for floats.
14435
144362002-10-25 Kenichi Handa <handa@m17n.org>
14437
14438 * xfns.c (x_set_name): Encode by Qcompound_text unconditionally.
14439 (x_set_title): Likewise.
14440
144412002-10-25 Juanma Barranquero <lektu@terra.es>
14442
14443 * macgui.h:
14444 * w32gui.h: Remove definition of XColor.
14445
14446 * dispextern.h [!HAVE_X_WINDOWS]: Define XColor.
14447
144482002-10-24 Kim F. Storm <storm@cua.dk>
14449
14450 * xdisp.c (get_window_cursor_type): New arg ACTIVE_CURSOR.
14451 Callers changed (supply dummy arg).
14452
14453 * lisp.h (get_window_cursor_type): Update prototype.
14454
14455 * w32term.c (x_display_and_set_cursor): Get active_cursor from
14456 get_window_cursor_type to track system caret.
14457
144582002-10-24 Kim F. Storm <storm@cua.dk>
14459
14460 * process.c (Fformat_network_address): New function.
14461 (syms_of_process): Defsubr it.
14462 (list_processes_1): Use it to format :local/:remote address if
14463 service/host is not set; before Emacs would crash in that case.
14464 (Fmake_network_process): Don't use Ffind_operation_coding_system
14465 to setup coding system if host or service is not set.
14466
144672002-10-23 Juanma Barranquero <lektu@terra.es>
14468
14469 Patch suggested by Jay Finger <jay_finger@hotmail.com>.
14470
14471 * w32term.c (w32_term_init): Pass XColor to w32_define_color, not
14472 COLORREF.
14473
14474 * macgui.h:
14475 * w32gui.h: Add definition of XColor.
14476
14477 * macfns.c:
14478 * w32fns.c:
14479 * xfaces.c: Remove definition of XColor.
14480
144812002-10-22 Stefan Monnier <monnier@cs.yale.edu>
14482
14483 * xfns.c (x_set_name, x_set_title): `icon.value' has unsigned char.
14484
14485 * window.c (window_loop): For GET_LRU_WINDOW and GET_LARGEST_WINDOW>,
14486 Only ignore truly dedicated windows. For UNSHOW_BUFFER, delete the
14487 window if it is dedicated.
14488 (Fshrink_window): Add preserve_before as was done for enlarge_window.
14489 (Vspecial_display_function): Update docstring.
14490
14491 * buffer.c (assoc_ignore_text_properties, Fother_buffer, Fkill_buffer)
14492 (call_overlay_mod_hooks): Use CONSP and XCAR/XCDR.
14493 (Fget_buffer_create, advance_to_char_boundary): Use BEG and BEG_BYTE;
14494
144952002-10-21 Stefan Monnier <monnier@cs.yale.edu>
14496
14497 * casefiddle.c (casify_region): Don't treat a prefix char as part
14498 of a word when at the beginning.
14499
145002002-10-17 Juanma Barranquero <lektu@terra.es>
14501
14502 * lread.c (syms_of_lread): Fix typos.
14503
145042002-10-17 Dave Love <fx@gnu.org>
14505
14506 * Makefile.in (TEMACS_LDFLAGS): Add trailing comment.
14507
145082002-10-16 Richard M. Stallman <rms@gnu.org>
14509
14510 * fileio.c (Fcopy_file): Fix backward test of KEEP_TIME.
14511
145122002-10-14 Juanma Barranquero <lektu@terra.es>
14513
14514 * w16select.c (syms_of_win16select): Fix docstring for
14515 `selection-coding-system'.
14516
14517 * w32select.c (syms_of_w32select): Likewise.
14518
145192002-10-14 Stefan Monnier <monnier@cs.yale.edu>
14520
14521 * syntax.c (scan_lists): Don't get fooled by a symbol ending with
14522 a backslash-quoted char.
14523 (scan_lists, scan_sexps_forward): Pacify the compiler.
14524
145252002-10-13 Richard M. Stallman <rms@gnu.org>
14526
14527 * window.c (window_scroll): Set immediate_quit.
14528
14529 * print.c (print): When backquote form is the car of a list,
14530 output in old style. Use old_backquote_output to output all
14531 comma forms inside it in old style too.
14532
14533 * buffer.h (struct buffer): Move `undo_list' down below `name'.
14534
145352002-10-11 Markus Rost <rost@math.ohio-state.edu>
14536
14537 * emacs.c (syms_of_emacs) <kill-emacs-hook>: Doc fix (not run in
14538 batch mode).
14539
14540 * lread.c (Fload): Doc fix (load-suffixes).
14541
145422002-10-10 Steven Tamm <steventamm@mac.com>
14543
14544 * macterm.c (syms_of_macterm, mac_get_mouse_btn):
14545 Reverse functionality of mac-wheel-button-is-mouse-2 to be correct.
14546 Also switch the default to Qnil from Qt.
14547
145482002-10-08 Kenichi Handa <handa@m17n.org>
14549
14550 * coding.c (code_convert_region): When we need more GAP for
14551 conversion, pay attention to the case that coding->produced is not
14552 greater than coding->consumed.
14553
145542002-10-07 Richard M. Stallman <rms@gnu.org>
14555
14556 * unexelf.c (unexec): Redo 9/16 change, but only if IRIX6_5.
14557
145582002-10-06 Andrew Choi <akochoi@shaw.ca>
14559
14560 * macmenu.c (mac_menu_show): Add j to count menu items; match
14561 menu_item_selection to it to find selected item.
14562
145632002-10-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14564
14565 * xterm.c (XTread_socket): Fix from 2002-10-03 didn't cover all
14566 cases. The correct fix is to pass ReparentNotify to Xt.
14567 The shell widget interprets ConfigureNotify differently depending
14568 on if it has been reparented or not.
14569
145702002-10-05 Markus Rost <rost@math.ohio-state.edu>
14571
14572 * editfns.c (Fformat_time_string): Doc fix.
14573
145742002-10-05 John Paul Wallington <jpw@shootybangbang.com>
14575
14576 * fns.c (Flength): Doc fix.
14577
145782002-10-04 Stefan Monnier <monnier@cs.yale.edu>
14579
14580 * keyboard.c (keyremap): New struct.
14581 (read_key_sequence): Use it: globally replace keytran_foo with
14582 keytran.foo and fkey_foo with fkey.foo. Rename temp vars
14583 keytran_next and fkey_next to just `next'.
14584
145852002-10-04 Steven Tamm <steventamm@mac.com>
14586
14587 * macterm.c (keycode_to_xkeysym_table): Change return to be
14588 treated like an X keysym.
14589
145902002-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14591
14592 * xterm.c (XTread_socket): For ConfigureNotify, with x and y == 0,
14593 and USE_MOTIF, call XTranslateCoordinates to get the real x and y.
14594 This is to also handle x/y changes that occur because of a resize.
14595
145962002-10-02 John Paul Wallington <jpw@shootybangbang.com>
14597
14598 * frame.c (Vdelete_frame_functions): New variable.
14599 (syms_of_frame): Initialize and defvar it.
14600 (Fdelete_frame): Use it instead of delete-frame-hook. Don't run
14601 it when frame's `tooltip' parameter is non-nil.
14602
14603 * xfns.c (x_create_tip_frame): Set `tooltip' frame parameter to t.
14604
14605 * w32fns.c (x_create_tip_frame): Likewise.
14606
14607 * macfns.c (x_create_tip_frame): Likewise.
14608
146092002-09-30 Kenichi Handa <handa@m17n.org>
14610
14611 * xterm.c (x_encode_char): For DIM=1 charset, set ccl->reg[2] to
14612 -1 before calling ccl_driver.
14613
14614 * coding.c (decode_coding_emacs_mule): Check coding->cmp_data.
14615 Only when it is non-nil, handle composition sequence.
14616 (setup_coding_system) <0>: Don't force composition handling.
14617
14618 * Makefile.in (lisp, shortlisp): Add utf-16.elc
14619
146202002-09-29 Richard M. Stallman <rms@gnu.org>
14621
14622 * search.c (Freplace_match): Adjust match data for the substitution
14623 just made in the buffer.
14624
14625 * xdisp.c (STOP_POLLING, RESUME_POLLING): New macros.
14626 (redisplay_internal): Use them. Do RESUME_POLLING at end of function.
14627
146282002-09-27 Richard M. Stallman <rms@gnu.org>
14629
14630 * keyboard.c (STOP_POLLING, RESUME_POLLING): New macros.
14631 (read_char): Use them. Do all exits thru the end of the function.
14632
146332002-09-27 Kenichi Handa <handa@etl.go.jp>
14634
14635 * xfaces.c (try_font_list): Pay attention to the case that FAMILY
14636 is nil.
14637
146382002-09-26 Richard M. Stallman <rms@gnu.org>
14639
14640 * regex.h (__restrict_arr): Don't define if already defined.
14641
14642 * coding.c (run_pre_post_conversion_on_str):
14643 Save and restore Vdeactivate_mark.
14644
146452002-09-26 John Paul Wallington <jpw@shootybangbang.com>
14646
14647 * minibuf.c (Fminibufferp): Add an optional `buffer' argument.
14648
146492002-09-26 Kenichi Handa <handa@etl.go.jp>
14650
14651 * xfaces.c (try_font_list): New arg PREFER_FACE_FAMILY. If it is
14652 nonzero, try face's family at first. Otherwise try FAMILY at first.
14653 (choose_face_font): If C is a single byte char or latin-1, call
14654 try_font_list with PREFER_FACE_FAMILY 1.
14655
146562002-09-21 Richard M. Stallman <rms@gnu.org>
14657
14658 * window.c (select_window_1): Don't select frame.
14659 Set frame's selected window only when frame itself is selected.
14660 (Fselect_window): Doc fix.
14661
146622002-09-18 Kim F. Storm <storm@cua.dk>
14663
14664 * process.c (make-network-process): Doc fix (there is no
14665 network-server-log-function hook).
14666
146672002-09-18 Richard M. Stallman <rms@gnu.org>
14668
14669 * print.c (print): Clear out the unused parts of Vprint_number_table.
14670 (syms_of_print): Doc fix for `print-number-table'.
14671
14672 * unexelf.c (unexec): Undo previous change.
14673
146742002-09-17 Andreas Schwab <schwab@suse.de>
14675
14676 * m/alpha.h [LINUX]: Don't define DATA_START.
14677
146782002-09-16 Dave Love <fx@gnu.org>
14679
14680 * unexelf.c (unexec): Deal with .got, reinstating change from
14681 25-08-1999.
14682
146832002-09-13 Richard M. Stallman <rms@gnu.org>
14684
14685 * s/sol2-6.h (UNEXEC): Comment out definition.
14686
14687 * unexsol.c (unexec): Don't downcase first letter of error msg.
14688
14689 * xfaces.c (Fcolor_supported_p): Just one arg is required.
14690
146912002-09-12 Markus Rost <rost@math.ohio-state.edu>
14692
14693 * unexsol.c: Include buffer.h, charset.h, coding.h.
14694
146952002-09-11 Richard M. Stallman <rms@gnu.org>
14696
14697 * unexsol.c: Don't use report_file_error; do it by hand
14698 using dlerror.
14699
14700 * process.c (wait_reading_process_input, both versions):
14701 Before calling turn_on_atimers, call stop_polling.
14702
14703 * emacs.c (syms_of_emacs) <command-line-args>: Doc fix.
14704
14705 * xdisp.c (try_scrolling): If after make_cursor_line_fully_visible
14706 we go to too_near_end, call clear_glyph_matrix.
14707 (redisplay_window): After make_cursor_line_fully_visible,
14708 call clear_glyph_matrix and bypass `goto done'.
14709
14710 * xfns.c (x_report_frame_params): If FRAME_SCROLL_BAR_PIXEL_WIDTH is 0
14711 and we have non-toolkit scroll bars, return nil for scroll-bar-width.
14712
147132002-09-10 Richard M. Stallman <rms@gnu.org>
14714
14715 * fileio.c (Fdo_auto_save): Catch error making directory.
14716 Only call push_message if we need to.
14717 At the same time, make an unwind-protect to pop it.
14718 Rename local message_p to old_message_p.
14719 (do_auto_save_make_dir, do_auto_save_eh): New functions.
14720 (do_auto_save_unwind): Don't call pop_message.
14721
14722 * lisp.h (pop_message_unwind): Renamed from push_message_unwind.
14723
14724 * keyboard.c (Fexecute_extended_command): Use pop_message_unwind.
14725
14726 * alloc.c (Fgarbage_collect): Use pop_message_unwind.
14727
14728 * xdisp.c (pop_message_unwind): Renamed from push_message_unwind.
14729
147302002-09-10 Stefan Monnier <monnier@cs.yale.edu>
14731
14732 * regex.c (DISCARD_FAILURE_REG_OR_COUNT): Delete.
14733 (CHECK_INFINITE_LOOP): Don't pop anything: just set `cycle' to 1.
14734 (re_match_2_internal): Be more careful with infinite loops.
14735
147362002-09-10 Kim F. Storm <storm@cua.dk>
14737
14738 * macros.c (end_kbd_macro): New function.
14739 (Fend_kbd_macro): Use it.
14740
14741 * macros.h (end_kbd_macro): Declare extern.
14742
14743 * keyboard.c (Fdiscard_input): If defining keyboard macro,
14744 end and save it instead of discarding it.
14745
147462002-09-09 Markus Rost <rost@math.ohio-state.edu>
14747
14748 * s/sol2-6.h: Fix typo. Add comment.
14749
147502002-09-09 Richard M. Stallman <rms@gnu.org>
14751
14752 * regex.c (regnum_t): Use signed int, not unsigned int.
14753
14754 * s/sol2-6.h: New file.
14755
14756 * s/sol2-5.h (UNEXEC): Definition deleted.
14757
147582002-09-08 Kim F. Storm <storm@cua.dk>
14759
14760 * macros.c (executing_macro_index): Change type to EMACS_INT.
14761 (syms_of_macros): DEFVAR_INT it (needed by kmacro).
14762
14763 * macros.h (executing_macro_index): Change type to EMACS_INT.
14764
147652002-09-06 Richard M. Stallman <rms@gnu.org>
14766
14767 * casetab.c (set_case_table): Make canon table point to eqv table.
14768
147692002-09-06 Juanma Barranquero <lektu@terra.es>
14770
14771 * coding.c (syms_of_coding): Fix spacing.
14772
14773 * composite.c (Fcompose_region_internal)
14774 (Fcompose_string_internal): Likewise.
14775
14776 * data.c (Flsh): Likewise.
14777
14778 * fontset.c (Fset_fontset_font): Likewise.
14779
14780 * macfns.c (Fx_server_max_request_size): Likewise.
14781
14782 * w16select.c (syms_of_win16select): Likewise.
14783
14784 * w32select.c (syms_of_w32select): Likewise.
14785
14786 * xselect.c (syms_of_xselect): Likewise.
14787
147882002-09-05 Richard M. Stallman <rms@gnu.org>
14789
14790 * regex.c (set_image_of_range_1): In no-TRANSLATE case,
14791 call EXTEND_RANGE_TABLE and return a proper value.
14792 (set_image_of_range): Don't call set_image_of_range_1
14793 if no TRANSLATE or if range includes all of Latin-1.
14794 Only call it for the Latin-1 part of the range.
14795 For other cases, make two separate ranges,
14796 one for the original specified characters and one for
14797 their case-conversions.
14798
147992002-09-04 Richard M. Stallman <rms@gnu.org>
14800
14801 * s/sol2-5.h (UNEXEC): Use unexsol.o.
14802
14803 * window.c (displayed_window_lines): Correct for one-off bug
14804 in HEIGHT on non-window displays.
14805
14806 * regex.c (set_image_of_range_1): New function.
14807 (set_image_of_range): Use set_image_of_range_1 for Latin-1.
14808 Return a value to indicate running out of memory.
14809 (SET_RANGE_TABLE_WORK_AREA): Check value from set_image_of_range.
14810 (extend_range_table_work_area): New subroutine.
14811 (EXTEND_RANGE_TABLE): Replaces EXTEND_RANGE_TABLE_WORK_AREA.
14812 Different calling conventions, and used from set_image_of_range{,_1}.
14813 (IMMEDIATE_QUIT_CHECK): Definitions moved.
14814
148152002-09-04 Juanma Barranquero <lektu@terra.es>
14816
14817 * makefile.w32-in: All dependencies updated.
14818
148192002-09-01 Richard M. Stallman <rms@gnu.org>
14820
14821 * unexsol.c: New file.
14822
14823 * xfns.c (Qbox): Declare external, don't define.
14824
14825 * xdisp.c (redisplay_window) <force-start case>:
14826 If point is on semi-visible last line, reposition
14827 it at previous line.
14828
14829 * alloc.c (display_malloc_warning): Use display-warning.
14830 (malloc_warning_1): Function deleted.
14831
14832 * alloc.c [ALLOC_DEBUG]: #undef INLINE.
14833
14834 * lread.c (read1): Handle #! by skipping the line.
14835
148362002-08-31 Richard M. Stallman <rms@gnu.org>
14837
14838 * Makefile.in (TEMACS_LDFLAGS): Renamed from ALL_LDFLAGS.
14839 Don't include LDFLAGS.
14840 (temacs): Pass LDFLAGS separately, and not via YMF_PASS_LDFLAGS.
14841
148422002-08-31 Eli Zaretskii <eliz@is.elta.co.il>
14843
14844 * xdisp.c (get_window_cursor_type): Don't use x_highlight_frame
14845 member of x_display_info unless we compile for some window system.
14846
148472002-08-31 Kim F. Storm <storm@cua.dk>
14848
14849 * xdisp.c (Valternate_cursor_type, Qalternate_cursor_type): Removed.
14850 (get_window_cursor_type): Don't use them.
14851 (syms_of_xdisp): Remove intern, staticpro, and defvar for them.
14852
148532002-08-30 Kenichi Handa <handa@etl.go.jp>
14854
14855 * xdisp.c (get_next_display_element): Fix previous change.
14856
148572002-08-30 Andrew Choi <akochoi@shaw.ca>
14858
14859 * macterm.c (expose_overlaps): New function (merge code from xterm.c).
14860 (expose_window): Use it to fix the display of overlapping
14861 rows (merge code from xterm.c).
14862
14863 * macfns.c (Qbox): Add extern declaration.
14864
148652002-08-30 Juanma Barranquero <lektu@terra.es>
14866
14867 * w32fns.c (Qbox): Make extern.
14868 (syms_of_w32fns): Remove initialization of Qbox.
14869
148702002-08-30 Rune Kleveland <runekl@viewpoint.no> (tiny change)
14871
14872 * xfns.c (Fx_open_connection): Fix error message.
14873
148742002-08-30 Kim F. Storm <storm@cua.dk>
14875
14876 The following changes consolidates the handling of the cursor
14877 type in xdisp.c, moving duplicate code and functionality from
14878 xfns.c, xterm.c, w32fns.c, w32term.c, macfns.c, and macterm.c.
14879
14880 * frame.h (enum text_cursor_kinds): Consolidated here.
14881 Added DEFAULT_CURSOR value.
14882 (struct frame) <desired_cursor, cursor_width>
14883 <blink_off_cursor, blink_off_cursor_width>: New fields.
14884 Consolidated from output_x, output_w32 and output_mac structs.
14885 (FRAME_DESIRED_CURSOR, FRAME_CURSOR_WIDTH, FRAME_BLINK_OFF_CURSOR)
14886 (FRAME_BLINK_OFF_CURSOR_WIDTH): Macros consolidated here.
14887
14888 * xdisp.c (Qbar, Qhbar, Qbox, Qhollow, Vblink_cursor_alist):
14889 Variables consolidated here.
14890 (Valternate_cursor_type, Qalternate_cursor_type): New variables.
14891 (Vcursor_in_non_selected_windows): Renamed from
14892 cursor_in_non_selected_windows and changed to Lisp_Object.
14893 (syms_of_xdisp): Define and staticpro new and moved variables.
14894 (get_specified_cursor_type): Renamed from x_specified_cursor_type;
14895 consolidated here. Recognize Qhollow setting.
14896 (set_frame_cursor_types): New function to set frame cursor types
14897 based on the frame parameters.
14898 (get_window_cursor_type): New function to calculate new cursor
14899 type and width for the specified window. Based on duplicated
14900 code consolidated here.
14901 Enhancements: cursor-in-non-selected-windows may be a cursor type,
14902 check buffer-local alternate-cursor-type and blink-cursor-alist
14903 before using built-in blink off methods.
14904
14905 * dispextern.h (cursor_in_non_selected_windows): Extern removed.
14906
14907 * lisp.h (Qcursor_in_non_selected_windows): Extern removed.
14908 (get_specified_cursor_type, get_window_cursor_type)
14909 (set_frame_cursor_types): Added prototypes.
14910
14911 * macfns.c (x_specified_cursor_type): Removed.
14912 (x_set_cursor_type): Use set_frame_cursor_types.
14913 (Qbar, Qbox): Removed.
14914 (syms_of_macfns): Don't intern or staticpro them.
14915
14916 * macterm.c (x_specified_cursor_type): Remove prototype.
14917 (x_draw_bar_cursor): Use FRAME_CURSOR_WIDTH.
14918 (x_display_and_set_cursor): Use get_window_cursor_type.
14919 Remove unused local variables cursor_non_selected, active_cursor.
14920 Redraw cursor if hbar cursor width changes.
14921 (make_mac_frame): Set FRAME_DESIRED_CURSOR.
14922
14923 * macterm.h (enum text_cursor_kinds): Removed.
14924 (struct output_mac) <current_cursor, desired_cursor, cursor_width>
14925 <blink_off_cursor, blink_off_cursor_width>: Members removed.
14926 (FRAME_DESIRED_CURSOR): Macro removed.
14927
14928 * w32fns.c (Vblink_cursor_alist): Removed.
14929 (Qbar, Qhbar, Qbox, Qhollow): Removed.
14930 (syms_of_w32fns): Don't intern, staticpro, or define them.
14931 (x_specified_cursor_type): Removed.
14932 (x_set_cursor_type): Use set_frame_cursor_types.
14933
14934 * w32term.c (x_specified_cursor_type): Remove prototype.
14935 (x_draw_bar_cursor): Use FRAME_CURSOR_WIDTH.
14936 (x_display_and_set_cursor): Use get_window_cursor_type.
14937 Remove unused local variables cursor_off_state.
14938 Redraw cursor if hbar cursor width changes.
14939 Changed all occurrences of w32_highlight_frame to x_highlight_frame.
14940
14941 * w32term.h (enum text_cursor_kinds): Removed.
14942 (struct output_w32) <current_cursor, desired_cursor, cursor_width>
14943 <blink_off_cursor, blink_off_cursor_width>: Members removed.
14944 (FRAME_DESIRED_CURSOR, FRAME_CURSOR_WIDTH, FRAME_BLINK_OFF_CURSOR)
14945 (FRAME_BLINK_OFF_CURSOR_WIDTH): Macros removed.
14946 (struct w32_display_info) <x_highlight_frame>: Renamed member from
14947 w32_highlight_frame.
14948
14949 * xfns.c (Vblink_cursor_alist): Removed.
14950 (Qbar, Qhbar, Qbox, Qhollow): Removed.
14951 (syms_of_xfns): Don't intern, staticpro, or define them.
14952 (x_specified_cursor_type): Removed.
14953 (x_set_cursor_type): Use set_frame_cursor_types.
14954
14955 * xterm.c (x_specified_cursor_type): Remove prototype.
14956 (x_draw_bar_cursor): Use FRAME_CURSOR_WIDTH.
14957 (x_display_and_set_cursor): Use get_window_cursor_type.
14958 Remove unused local variables cursor_off_state.
14959 Redraw cursor if hbar cursor width changes.
14960
14961 * xterm.h (enum text_cursor_kinds): Removed.
14962 (struct output_x) <current_cursor, desired_cursor, cursor_width>
14963 <blink_off_cursor, blink_off_cursor_width>: Members removed.
14964 (FRAME_DESIRED_CURSOR, FRAME_CURSOR_WIDTH, FRAME_BLINK_OFF_CURSOR)
14965 (FRAME_BLINK_OFF_CURSOR_WIDTH): Macros removed.
14966 (x_specified_cursor_type): Remove prototype.
14967
149682002-08-28 Richard M. Stallman <rms@gnu.org>
14969
14970 * w32fns.c (x_set_cursor_type): Set FRAME_BLINK_OFF_CURSOR and
14971 FRAME_BLINK_OFF_CURSOR_WIDTH using defaults and Vblink_cursor_alist.
14972 (Vblink_cursor_alist): New variable.
14973 (syms_of_w32fns): Initialize and defvar it.
14974 (x_specified_cursor_type): Recognize Qbox for filled box.
14975 Exceptions are hollow boxes.
14976 (Qbox, Qhollow): New variables.
14977 (syms_of_w32fns): Initialize and staticpro them.
14978
14979 * w32term.h (FRAME_BLINK_OFF_CURSOR, FRAME_BLINK_OFF_CURSOR_WIDTH):
14980 New macros.
14981 (struct w32_output): New fields blink_off_cursor,
14982 blink_off_cursor_width.
14983 (FRAME_CURSOR_WIDTH): New macro.
14984
14985 * w32term.c (x_display_and_set_cursor): Use FRAME_BLINK_OFF_CURSOR
14986 and FRAME_BLINK_OFF_CURSOR_WIDTH for blinking cursor off.
14987
14988 * w32term.c (x_display_and_set_cursor): Check FRAME_CURSOR_WIDTH
14989 for bar cursor.
14990
14991 * w32term.c (expose_overlaps): New function.
14992 (expose_window): Use it to fix the display of overlapping rows.
14993
149942002-08-28 Simon Josefsson <jas@extundo.com>
14995
14996 * xfns.c (Fx_open_connection): Improve help when X connection
14997 fails, xhost is insecure and xauth is better.
14998
149992002-08-28 Juanma Barranquero <lektu@terra.es>
15000
15001 * makefile.w32-in: Add missing dependencies on w32term.h and
15002 composite.h.
15003
15004 * emacs.c (USAGE1): Add missing newline.
15005
150062002-08-27 Andrew Choi <akochoi@shaw.ca>
15007
15008 * s/darwin.h [HAVE_LIBNCURSES]: Define HAVE_TERMINFO.
15009
150102002-08-27 Richard M. Stallman <rms@gnu.org>
15011
15012 * xfns.c (x_set_cursor_type): Set FRAME_BLINK_OFF_CURSOR and
15013 FRAME_BLINK_OFF_CURSOR_WIDTH using defaults and Vblink_cursor_alist.
15014 (Vblink_cursor_alist): New variable.
15015 (syms_of_xfns): Initialize and defvar it.
15016 (x_specified_cursor_type): Recognize Qbox for filled box.
15017 Exceptions are hollow boxes.
15018 (Qbox, Qhollow): New variables.
15019 (syms_of_xfns): Initialize and staticpro them.
15020
15021 * xterm.h (FRAME_BLINK_OFF_CURSOR, FRAME_BLINK_OFF_CURSOR_WIDTH):
15022 New macros.
15023 (struct x_output): New fields blink_off_cursor, blink_off_cursor_width.
15024
15025 * xterm.c (x_display_and_set_cursor): Use FRAME_BLINK_OFF_CURSOR
15026 and FRAME_BLINK_OFF_CURSOR_WIDTH for blinking cursor off.
15027
15028 * emacs.c (main): Handle --script.
15029 (USAGE1): Mention --script.
15030 (standard_args): Define sort order for --script.
15031
150322002-08-27 Gerd Moellmann <gerd.moellmann@t-online.de>
15033
15034 * xdisp.c (redisplay_updating_p): Variable removed.
15035 (inhibit_free_realized_faces, Qinhibit_free_realized_faces):
15036 New variables.
15037 (init_iterator): Don't free realized faces if
15038 inhibit_free_realized_faces is set.
15039 (redisplay_internal): Bind Qinhibit_free_realized_faces to nil.
15040 (syms_of_xdisp): DEFVAR_BOOL inhibit-free-realized-faces,
15041 initialize Qinhibit_free_realized_faces.
15042
15043 * dispextern.h (PRODUCE_GLYPHS): Set inhibit_free_realized_faces
15044 when iterator is adding glyphs to a glyph matrix.
15045
150462002-08-27 Kenichi Handa <handa@etl.go.jp>
15047
15048 * xdisp.c (get_next_display_element): In unibyte case, don't use
15049 octal form for such eight-bit characters that can be converted to
15050 multibyte char.
15051
150522002-08-26 Kim F. Storm <storm@cua.dk>
15053
15054 * frame.c (make_terminal_frame) [CANNOT_DUMP]: Initialize
15055 foreground and background colors. From Joe Buehler.
15056
150572002-08-26 Miles Bader <miles@gnu.org>
15058
15059 * bytecode.c (Fbyte_code): Fsub1 can GC, so protect it.
15060
150612002-08-25 Andrew Choi <akochoi@shaw.ca>
15062
15063 * emacs.c (main): Call init_mac_osx_environment if HAVE_CARBON is
15064 defined instead of MAC_OSX.
15065
15066 * s/darwin.h (select): Define select to sys_select only if
15067 HAVE_CARBON is defined.
15068 (HAVE_WORKING_VFORK): #undef it. Define vfork to fork.
15069 (DONT_REOPEN_PTY): #def it.
15070
15071 * macterm.c (XTread_socket): Remove code to call
15072 SendEventToEventTarget for keys with command modifiers when
15073 mac_command_key_is_meta is nil.
15074
150752002-08-24 Andreas Schwab <schwab@suse.de>
15076
15077 * eval.c (Fdefvar): Fix last change.
15078
150792002-08-23 Richard M. Stallman <rms@gnu.org>
15080
15081 * eval.c (Fdefvar, Fdefconst, Fdefvaralias):
15082 Record variables in load history as (defvar . VAR).
15083 (Fdefvar): Don't record in load history if no initial value.
15084 (Qdefvar): New variable.
15085 (syms_of_eval): Init and staticpro it.
15086
15087 * lread.c (syms_of_lread): Doc fix.
15088 (build_load_history): Use Fmember to see if a definition
15089 is already in the Vload_history element.
15090
15091 * process.c (Fstart_process): Remove /: from program name.
15092
15093 * emacs.c (decode_env_path): Don't add /: if file name handler
15094 has a `safe-magic' property.
15095
15096 * callproc.c (Fcall_process): Remove /: from program name.
15097
150982002-08-23 Stefan Monnier <monnier@cs.yale.edu>
15099
15100 * regex.c (PATFETCH): Remove the translating fetch.
15101 (PATFETCH_RAW): Rename to PATFETCH.
15102 (set_image_of_range): New fun.
15103 (SET_RANGE_TABLE_WORK_AREA): Use it.
15104 (regex_compile): Don't translate the pattern chars so eagerly.
15105 Only do it when inserting an `exactn' bytecode or when handling
15106 a char-range.
15107 (mutually_exclusive_p): Avoid empty statement.
15108
151092002-08-22 Kim F. Storm <storm@cua.dk>
15110
15111 * xdisp.c (redisplay_window): Do not `goto try_to_scroll' when we
15112 end up on a partially visible line; this reverts a specific part
15113 of the 2002-07-07 change by Richard M. Stallman to "fix" a nasty
15114 display error which has been reported several times now.
15115 However it introduces the problem that changes was supposed to fix.
15116 See my comments in the source if you want to debug this further.
15117
151182002-08-20 Kenichi Handa <handa@etl.go.jp>
15119
15120 * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
15121
151222002-08-19 Eli Zaretskii <eliz@is.elta.co.il>
15123
15124 * msdos.c (croak): Add `void' to definition.
15125
15126 * sysdep.c (request_sigio, unrequest_sigio) [MSDOS]:
15127 Don't define them, they are defined in msdos.c.
15128
15129 * mem-limits.h [MSDOS]: Declare etext.
15130
15131 * fileio.c (Ffile_name_directory) [DOS_NT]: Don't declare `beg'
15132 `const' since CORRECT_DIR_SEPS modifies its target.
15133
151342002-08-19 Kim F. Storm <storm@cua.dk>
15135
15136 * keyboard.c (Fclear_this_command_keys): Add optional arg
15137 KEEP-RECORD to avoid clearing lossage when we just want to clear
15138 the current key sequence (kmacro needs this).
15139
151402002-08-19 Kenichi Handa <handa@localhost>
15141
15142 * composite.c (run_composition_function): Call FUNC if it is fboundp.
15143
15144 * composite.h (COMPOSITION_MODIFICATION_FUNC): If PROP is not a
15145 cons, return Qnil.
15146
151472002-08-17 Richard M. Stallman <rms@gnu.org>
15148
15149 * s/sol2-5.h (BROKEN_SIGIO): Add #undef.
15150
15151 * sysdep.c [!VMS]: Include sys/files.h.
15152
15153 * editfns.c (save_restriction_restore): Defend from unchained marker.
15154
15155 * buffer.c (overlays_at): Handle extending vec uniformly.
15156 (overlays_in): Handle extending vec from length 0 as in overlays_at.
15157
151582002-08-15 Andrew Choi <akochoi@shaw.ca>
15159
15160 * mac.c (init_mac_osx_environment): New function.
15161
15162 * emacs.c (main) [MAC_OSX]: Call init_mac_osx_environment.
15163
151642002-08-14 Kim F. Storm <storm@cua.dk>
15165
15166 * macros.c (Fstart_kbd_macro): Added NO-EXEC argument to inhibit
15167 executing macro before appending to it (when used from Lisp).
15168 (Fexecute_kbd_macro): Added LOOPFUNC argument to supply function
15169 which is called prior to each iteration of macro (for kmacro.el).
15170 (Fend_kbd_macro, Fcall_last_kbd_macro): Likewise.
15171
15172 * lisp.h (Fexecute_kbd_macro): Update prototype.
15173
15174 * keyboard.c (Fcommand_execute): Update call to Fexecute_kbd_macro.
15175
151762002-08-14 Kenichi Handa <handa@etl.go.jp>
15177
15178 * xselect.c (QUTF8_STRING): New variable.
15179 (symbol_to_x_atom): Pay attention to QUTF8_STRING.
15180 (x_atom_to_symbol): Likewise.
15181 (x_get_local_selection): New argument local_request. If it is
15182 nonzero, call handler_fn with the second arg nil.
15183 (x_handle_selection_request): Call x_get_local_selection with
15184 local_request 0.
15185 (lisp_data_to_selection_data): Don't encode the string here.
15186 (Fx_get_selection_internal): Call x_get_local_selection with
15187 local_request 1.
15188 (syms_of_xselect): Intern and staticpro QUTF8_STRING.
15189
15190 * xterm.c (x_term_init): Initialize dpyinfo->Xatom_UTF8_STRING.
15191
15192 * xterm.h (struct x_display_info): New member Xatom_UTF8_STRING.
15193
151942002-08-13 Richard M. Stallman <rms@gnu.org>
15195
15196 * minibuf.c (Fminibufferp): New function.
15197 (syms_of_minibuf): Defsubr it.
15198 (Fminibuffer_prompt_end): Handle non-minibuffers specially.
15199
152002002-08-13 Gerd Moellmann <gerd.moellmann@t-online.de>
15201
15202 * coding.c (Funencodable_char_position): Lisp_Object/int mixup.
15203
152042002-08-12 Richard M. Stallman <rms@gnu.org>
15205
15206 * syswait.h: Only the include of sys/wait.h tests HAVE_SYS_WAIT_H.
15207 [!VMS] (WCOREDUMP, WEXITSTATUS, WIFEXITED, WIFSTOPPED, WIFSIGNALED)
15208 (WSTOPSIG, WTERMSIG): Define each one independently if not defined
15209 already.
15210
15211 * buffer.c (syms_of_buffer) <fill-column>: Doc fix.
15212
152132002-08-11 Andrew Choi <akochoi@shaw.ca>
15214
15215 * macterm.c (XTmouse_position): Check wp with is_emacs_window.
15216 (Vmac_pass_command_to_system): New variable.
15217 (Vmac_pass_control_to_system): New variable.
15218 (do_mouse_moved): Check wp with is_emacs_window.
15219 (XTread_socket): Check window_ptr with is_emacs_window.
15220 Call FrontNonFloatingWindow instead of FrontWindow. Send keydown
15221 events back to Mac Toolbox for processing, depending on values of
15222 Vmac_pass_command_to_system and Vmac_pass_control_to_system.
15223 (syms_of_macterm): DEFVAR_LISP Vmac_pass_command_to_system and
15224 Vmac_pass_control_to_system.
15225
152262002-08-10 Kenichi Handa <handa@etl.go.jp>
15227
15228 * coding.c (unencodable_char_position): New function.
15229 (Funencodable_char_position): New function.
15230 (syms_of_coding): Defsubr Funencodable_char_position.
15231
152322002-08-10 Andrew Choi <akochoi@shaw.ca>
15233
15234 * mac.c (sys_select) [MAC_OSX]: New function.
15235
15236 * macterm.c (MakeMeTheFrontProcess): New function.
15237 (mac_initialize): Call MakeMeTheFrontProcess.
15238
15239 * s/darwin.h: Define select to sys_select.
15240
152412002-08-09 Richard M. Stallman <rms@gnu.org>
15242
15243 * keyboard.c (make_lispy_event): Test WINDOWSNT, not WINDOWS_NT.
15244
152452002-08-09 Gerd Moellmann <gerd.moellmann@t-online.de>
15246
15247 * xdisp.c (forward_to_next_line_start): Return 0 when reaching the
15248 end of the buffer.
15249
152502002-08-08 Ken Raeburn <raeburn@mit.edu>
15251
15252 * coding.c (Ffind_operation_coding_system): Fix Lisp_Object/int mixup.
15253
15254 * puresize.h (BASE_PURESIZE): Increase to 910000.
15255
152562002-08-08 Kenichi Handa <handa@etl.go.jp>
15257
15258 * coding.c (Ffind_operation_coding_system): For write-region, if
15259 VISIT is a filename, make it the target.
15260
152612002-08-07 Richard M. Stallman <rms@gnu.org>
15262
15263 * alloc.c (mark_object): Detect long lists for debugging.
15264 (mark_object_loop_halt): New variable.
15265
15266 * s/hpux10.h (C_SWITCH_SYSTEM): #undef it.
15267
15268 * data.c (Fmake_variable_frame_local): Doc fix.
15269
152702002-08-01 David Ponce <david@dponce.com>
15271
15272 * w32menu.c (local_heap, local_alloc, local_free): New macros.
15273 (malloc_widget_value, free_widget_value)
15274 (w32_free_submenu_strings): Use them.
15275
15276 (push_submenu_start, push_submenu_end, push_left_right_boundary)
15277 (push_menu_pane, push_menu_item, single_keymap_panes)
15278 (single_menu_item, Fx_popup_menu, menubar_selection_callback)
15279 (single_submenu, set_frame_menubar)
15280 (w32_menu_show, w32_dialog_show): Use AREF, ASET, ASIZE.
15281
15282 (Fx_popup_menu): Don't show pop up menu until preceding one is
15283 actually cleaned up. Moved UNGCPRO outside #ifdef HAVE_MENUS block.
15284
15285 * w32menu.c: Changes adapted from xmenu.c
15286 (set_frame_menubar): First parse all submenus,
15287 then make widget_value trees from them.
15288 Don't allocate any widget_value objects
15289 until we are done with the parsing.
15290 (parse_single_submenu): New function.
15291 (digest_single_submenu): New function.
15292 (single_submenu): Function deleted, replaced by those two.
15293
152942002-08-04 Andrew Choi <akochoi@shaw.ca>
15295
15296 * macterm.c (XTread_socket): Check that FrontNonFloatingWindow
15297 returns a valid window pointer before proceeding for keyDown and
15298 autoKey events.
15299
153002002-08-03 Andrew Choi <akochoi@shaw.ca>
15301
15302 * macterm.c (USE_CARBON_EVENTS): New macro.
15303 (macCtrlKey, macShiftKey, macMetaKey, macAltKey): New macros.
15304 (x_iconify_frame): Call CollapseWindow.
15305 (Vmac_reverse_ctrl_meta): New variable.
15306 (Vmac_wheel_button_is_mouse_2): New variable.
15307 (init_mac_drag_n_drop): New function.
15308 (mac_do_receive_drag): New function.
15309 (mac_handle_service_event): New function.
15310 (init_service_handler): New function.
15311 (mac_to_emacs_modifiers): New function.
15312 (mac_event_to_emacs_modifiers): New function.
15313 (mac_get_mouse_btn): New function.
15314 (mac_convert_event_ref): New function.
15315 (XTread_socket) [USE_CARBON_EVENTS]: Call ReceiveNextEvent,
15316 SendEventToEventTarget, mac_event_to_emacs_modifiers, and
15317 mac_get_mouse_btn.
15318 (mac_initialize): Call init_mac_drag_n_drop and init_service_handler.
15319
15320 * keyboard.c: Define Qmouse_wheel, mouse_wheel_syms, and
15321 lispy_mouse_wheel_names for MAC_OSX as well as for WINDOWS_NT.
15322 (kbd_buffer_get_event): Set used_mouse_menu for MENU_BAR_EVENT and
15323 TOOL_BAR_EVENT for MAC_OS as well.
15324 (make_lispy_event): Handle MOUSE_WHEEL_EVENT for MAC_OSX as well
15325 as for WINDOWS_NT.
15326 (syms_of_keyboard): Initialize Qmouse_wheel for MAC_OSX.
15327
15328 * termhooks.h (event_kind): Define MOUSE_WHEEL_EVENT also for MAC_OSX.
15329
153302002-08-03 Gerd Moellmann <gerd.moellmann@t-online.de>
15331
15332 * xdisp.c (forward_to_next_line_start): Fix a condition that
15333 lead to a newline being skipped.
15334
153352002-08-02 Andrew Choi <akochoi@shaw.ca>
15336
15337 * mac.c (syms_of_mac): Defsubr Sx_selection_exists_p.
15338
153392002-08-01 Richard M. Stallman <rms@gnu.org>
15340
15341 * Makefile.in (SOME_MACHINE_OBJECTS): Add fontset.o.
15342
153432002-07-31 Andrew Choi <akochoi@shaw.ca>
15344
15345 * macfns.c: #undef init_process before #define-ing it.
15346
15347 * s/darwin.h: Define MAC_OS, SYMS_SYSTEM, and OTHER_FILES only if
15348 HAVE_CARBON is defined.
15349
153502002-07-31 Richard M. Stallman <rms@gnu.org>
15351
15352 * xmenu.c (set_frame_menubar): First parse all submenus,
15353 then make widget_value trees from them.
15354 Don't allocate any widget_value objects
15355 until we are done with the parsing.
15356 (parse_single_submenu): New function.
15357 (digest_single_submenu): New function.
15358 (single_submenu): Function deleted, replaced by those two.
15359
153602002-07-30 Juanma Barranquero <lektu@terra.es>
15361
15362 * w32proc.c (syms_of_ntproc): Fix docstring of
15363 `w32-get-true-file-attributes'.
15364
153652002-07-28 Richard M. Stallman <rms@gnu.org>
15366
15367 * s/hpux8.h (HPUX8): Define this before including hpux.h.
15368 (HAVE_SYS_WAIT_H): #define deleted; we let Autoconf decide.
15369
15370 * s/hpux.h (HAVE_SYS_WAIT_H): The #undef is conditional on HPUX8.
15371
15372 * keyboard.c (make_lispy_event):
15373 Use #ifdef to test USE_TOOLKIT_SCROLL_BARS.
15374 Explicitly clear up_modifier in event->modifiers.
15375
153762002-07-27 Richard M. Stallman <rms@gnu.org>
15377
15378 * xterm.h (FRAME_CURSOR_WIDTH): New macro.
15379
15380 * xterm.c (x_display_and_set_cursor): Check FRAME_CURSOR_WIDTH
15381 for bar cursor.
15382
153832002-07-26 Kenichi Handa <handa@etl.go.jp>
15384
15385 * coding.c (detect_coding_iso2022): While checking a byte sequence
15386 for CODING_CATEGORY_MASK_ISO_8_2, if we read one extra byte, check
15387 it in the normal loop.
15388
153892002-07-24 Gerd Moellmann <gerd.moellmann@t-online.de>
15390
15391 * xterm.c (expose_overlaps): New function.
15392 (expose_window): Use it to fix the display of overlapping rows.
15393
15394 * xdisp.c (unwind_redisplay): Clear redisplay_updating_p.
15395
153962002-07-23 Ken Raeburn <raeburn@gnu.org>
15397
15398 * lisp.h (XPNTR): Use NO_UNION_TYPE version for union as well,
15399 since it only depends on XUINT.
15400
15401 * m/alpha.h (BITS_PER_LONG, BITS_PER_EMACS_INT, EMACS_INT,
15402 EMACS_UINT, SPECIAL_EMACS_INT, DATA_SEG_BITS,
15403 PNTR_COMPARISON_TYPE, VALBITS, MARKBIT, XINT, XUINT, XPNTR):
15404 Macros deleted.
15405
15406 * mem-limits.h (start_of_data): If DATA_START is defined, prefer
15407 its value over other approaches.
15408 * sysdep.c (start_of_data): Don't define the function if a macro
15409 form has been defined.
15410
154112002-07-23 Gerd Moellmann <gerd.moellmann@t-online.de>
15412
15413 * xdisp.c (redisplay_updating_p): New variable.
15414 (init_iterator): Don't free realized faces when
15415 redisplay_updating_p is set.
15416 (redisplay_internal): Set redisplay_updating_p while updating
15417 the display.
15418
154192002-07-23 Richard M. Stallman <rms@gnu.org>
15420
15421 * editfns.c (Fmessage): Treat "" like nil.
15422
154232002-07-23 Kenichi Handa <handa@etl.go.jp>
15424
15425 * xdisp.c (face_before_or_after_it_pos):
15426 Call FETCH_MULTIBYTE_CHAR with byte postion, not char position.
15427
154282002-07-22 Juanma Barranquero <lektu@terra.es>
15429
15430 * callproc.c (init_callproc) [DOS_NT]:
15431 Initialize Vshared_game_score_directory to nil.
15432 (syms_of_callproc) [DOS_NT]: Likewise.
15433
154342002-07-22 Gerd Moellmann <gerd.moellmann@t-online.de>
15435
15436 * xdisp.c (display_line): Replace an abort with xassert.
15437
154382002-07-21 Richard M. Stallman <rms@gnu.org>
15439
15440 * xdisp.c (redisplay_window): Don't test BEG_UNCHANGED
15441 and END_UNCHANGED when setting buffer_unchanged_p.
15442 Use current_matrix_up_to_date_p to decide whether to use
15443 try_cursor_movement.
15444
15445 * config.in (HAVE_SHARED_GAME_DIR): Undef deleted.
15446
15447 * epaths.in (PATH_GAME): New macro, edited by ../Makefile.in.
15448
15449 * callproc.c (init_callproc): Set up Vshared_game_score_directory.
15450 Set to nil if dir does not exist.
15451 (syms_of_callproc): Init unconditionally and simply.
15452
15453 * buffer.c (Fbuffer_list): Doc fix.
15454
154552002-07-21 Ken Raeburn <raeburn@gnu.org>
15456
15457 * sysdep.c (end_of_text, end_of_data): Unused functions deleted.
15458
15459 * buffer.c (mmap_realloc): When shrinking, make sure number of
15460 pages to unmap is rounded towards zero.
15461
15462 * m/mips-siemens.h (XSETUINT, XSETPNTR): Unused macros deleted.
15463 (XSETINT): Deleted.
15464
15465 * m/att3b.h (XINT): Don't define.
15466 (VALBITS, VALMASK, XTYPE): Deleted.
15467 (DATA_SEG_BITS): Define.
15468 * m/gec63.h (VALBITS, VALAMASK, XTYPE, XSETTYPE, XPNTR, XSET,
15469 ARRAY_MARK_FLAG): Deleted.
15470 (DATA_SEG_BITS): Define.
15471 * m/pfa50.h (VALBITS, VALMASK, XTYPE): Deleted.
15472 (DATA_SEG_BITS): Define.
15473
154742002-07-20 Richard M. Stallman <rms@gnu.org>
15475
15476 * print.c (print_error_message): New args CONTEXT and CALLER.
15477 Calls changed.
15478
15479 * lisp.h (print_error_message): Declare new args.
15480
15481 * keyboard.c (cmd_error_internal): Pass Vsignaling_function
15482 and CONTEXT to print_error_message, don't print them here.
15483 For a Quit, don't use Vsignaling_function.
15484 Call message_log_maybe_newline.
15485
15486 * Makefile.in (xsmfns.o): Don't depend on lisp.h.
15487
154882002-07-20 Kim F. Storm <storm@cua.dk>
15489
15490 * xdisp.c (redisplay_window): Test MODIFF to set buffer_unchanged_p.
15491
154922002-07-19 Ken Raeburn <raeburn@gnu.org>
15493
15494 * bytecode.c (struct byte_stack): Pointers into byte string now
15495 point to const.
15496 * callproc.c (Fcall_process): Make NEW_ARGV array hold pointer to
15497 const.
15498 * charset.h (BCOPY_SHORT): Source pointer now points to const.
15499 * coding.c (encode_eol, detect_coding, detect_eol):
15500 (decode_coding, encode_coding, detect_coding_system):
15501 Source strings now treated as const.
15502 (decode_coding_string, encode_coding_string): Use STRING_COPYIN to
15503 modify Lisp string contents.
15504 * coding.h (decode_coding, encode_coding, detect_coding,
15505 detect_eol): Declarations updated.
15506 * composite.c (compose_chars_in_text): Treat Lisp string contents
15507 as const.
15508 * dispnew.c (safe_bcopy): Source pointer now points to const.
15509 * lisp.h (STRING_COPYIN): New macro.
15510 (detect_coding_system, safe_bcopy, temp_output_buffer_setup):
15511 (internal_with_output_to_temp_buffer): Declarations updated.
15512 * print.c (temp_output_buffer_setup):
15513 (internal_with_output_to_temp_buffer): Buffer name argument is now
15514 pointer to const.
15515 * sound.c (struct sound_device): Function pointer field "write"
15516 buffer argument now points to const.
15517 (vox_write): Buffer argument points to const.
15518 * syntax.c (Fstring_to_syntax, skip_chars): Treat Lisp string
15519 contents as const.
15520 * sysdep.c (emacs_write): Buffer pointer now const.
15521 * term.c (encode_terminal_code): Buffer pointer now const.
15522 * xfaces.c (may_use_scalable_font_p): Argument now points to const.
15523 (x_face_list_fonts, x_update_menu_appearance):
15524 (hash_string_case_insensitive): Treat Lisp string contents as const.
15525
155262002-07-19 Juanma Barranquero <lektu@terra.es>
15527
15528 * xdisp.c (syms_of_xdisp): Remove redundant deprecation info.
15529
15530 * fileio.c (syms_of_fileio): Likewise.
15531 (Ffile_name_as_directory): Fix argument name in docstring.
15532 (file_name_as_directory): Use literal '/' instead of DIRECTORY_SEP.
15533
155342002-07-18 Richard M. Stallman <rms@gnu.org>
15535
15536 * data.c (Fdefalias): Doc fix.
15537
155382002-07-17 Dave Love <fx@gnu.org>
15539
15540 * intervals.h (text_property_stickiness): Use P_.
15541
15542 * ccl.c: Remove `emacs' conditionals.
15543 (ccl_backtrace_table): Fix size spec.
15544 (ccl_driver): Fix type errors.
15545
155462002-07-16 Ken Raeburn <raeburn@gnu.org>
15547
15548 * alloc.c (xstrdup, make_string, make_unibyte_string)
15549 (make_multibyte_string, build_string): String pointer args now
15550 point to const.
15551 * charset.c (find_charset_in_text, c_string_width):
15552 (chars_in_text, multibyte_chars_in_text, parse_str_as_multibyte):
15553 * fileio.c (report_file_error):
15554 * insdel.c (copy_text, count_size_as_multibyte, insert_1):
15555 (count_combining_before, count_combining_after, insert_1_both):
15556 (insert, insert_and_inherit, insert_string):
15557 (insert_before_markers, insert_before_markers_and_inherit):
15558 * lread.c (intern, oblookup, hash_string):
15559 * minibuf.c (temp_echo_area_glyphs):
15560 * search.c (fast_c_string_match_ignore_case):
15561 * sysdep.c (emacs_open, set_file_times):
15562 * xfaces.c (xstricmp):
15563 * xdisp.c (store_frame_title, string_char_and_length):
15564 (message_dolog, message2, message2_nolog, set_message): Likewise.
15565 (set_message_1): Cast message string argument to const pointer.
15566 * editfns.c (general_insert_function): Insertion function now
15567 takes pointer to const for input data.
15568 * charset.h (find_charset_in_text, c_string_width):
15569 (parse_str_as_multibyte): Declarations updated.
15570 * dispextern.h (xstricmp): Declaration updated.
15571 * lisp.h (chars_in_text, multibyte_chars_in_text, copy_text):
15572 (count_size_as_multibyte, count_combining_before):
15573 (count_combining_after, insert_1, insert_1_both, message_dolog):
15574 (insert, insert_and_inherit, insert_before_markers)
15575 (insert_before_markers_and_inherit, set_message, message2):
15576 (message2_dolog, build_string, make_string, make_unibyte_string):
15577 (make_multibyte_string, intern, oblookup, report_file_error):
15578 (fast_c_string_match_ignore_case, temp_echo_area_glyphs):
15579 (emacs_open, xstrdup): Declarations updated.
15580 * systime.h (set_file_times): Declaration updated.
15581
15582 * charset.c (find_charset_in_text, lisp_string_width): Use const
15583 for pointer to lisp string data.
15584 * charset.h (FETCH_STRING_CHAR_ADVANCE):
15585 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK):
15586 * coding.c (Ffind_coding_systems_region_interval):
15587 * fileio.c (Ffile_name_directory, Ffile_name_nondirectory):
15588 (Fmake_directory_internal, Fdelete_directory):
15589 (Ffile_name_absolute_p, Fwrite_region, double_dollars):
15590 * fontset.c (font_family_registry, fs_query_fontset):
15591 (list_fontsets):
15592 * frame.c (Fframe_parameter):
15593 * keyboard.c (cmd_error_internal):
15594 * keymap.c (Fdescribe_buffer_bindings):
15595 * lread.c (complete_filename_p, openp):
15596 * minibuf.c (Fminibuffer_complete_word):
15597 * xdisp.c (string_pos_nchars_ahead, init_from_display_pos):
15598 (face_before_or_after_it_pos, next_element_from_string):
15599 (get_overlay_arrow_glyph_row, display_mode_element):
15600 (decode_mode_spec_coding):
15601 * xterm.c (same_x_server): Likewise.
15602
15603 * buffer.c (reset_buffer_local_variables): Delete "#if 0"
15604 settings of non-existent fields.
15605
15606 * editfns.c (Fstring_to_char): Don't use XSTRING/XSETSTRING to
15607 copy a lisp value.
15608
15609 * lread.c (Fintern_soft): Use string macros instead of
15610 Lisp_String fields.
15611 * keyboard.c (echo_char, parse_modifiers_uncached):
15612 (parse_solitary_modifier, Fexecute_extended_command): Likewise.
15613 * textprop.c (validate_interval_range, interval_of): Likewise.
15614
15615 * fontset.c (Fset_fontset_font): Use SDATA instead of XSTRING()->data.
15616
15617 * charset.h (FETCH_STRING_CHAR_ADVANCE)
15618 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SBYTES instead of
15619 XSTRING()->size_byte.
15620
15621 * lisp.h (SDATA, SREF): Produce rvalue.
15622 (SSET): New macro.
15623 * alloc.c (make_event_array): Use SSET for storing into a string.
15624 * buffer.c (Fother_buffer): Use SREF when retrieving a byte from
15625 a string.
15626 * casefiddle.c (casify_object): Use SSET.
15627 * charset.h (FETCH_STRING_CHAR_ADVANCE)
15628 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA when getting
15629 address of string contents.
15630 * data.c (Faref): Use SDATA.
15631 (Faset): Use SDATA, SSET.
15632 * dired.c (directory_files_internal): Use SSET.
15633 * fileio.c (Fmake_symbolic_link, Fexpand_file_name): Use SSET.
15634 (Fread_file_name): Use SREF, SSET.
15635 * fns.c (concat): Use SSET.
15636 (concat, Fdelete): Use SDATA.
15637 * insdel.c (insert_from_string_1): Use SDATA.
15638 * keyboard.c (Fevent_convert_list): Use SREF.
15639 * lread.c (Fload): Use SDATA, SSET.
15640 * macfns.c (validate_x_resource_name): Use SSET.
15641 * process.c (status_message): Use SSET.
15642 * search.c (wordify): Use SDATA.
15643 (Freplace_match): Use SREF.
15644 * w32fns.c (validate_x_resource_name): Use SSET.
15645 * xfns.c (validate_x_resource_name): Use SSET.
15646 * xterm.c (x_catch_errors, x_clear_errors): Use SSET.
15647
156482002-07-16 Richard M. Stallman <rms@gnu.org>
15649
15650 * s/hpux11.h (USG_SUBTTY_WORKS): Defined.
15651
15652 * xdisp.c (reconsider_clip_changes):
15653 Don't test prevent_redisplay_optimizations_p.
15654 (redisplay_internal): Test prevent_redisplay_optimizations_p
15655 along with clip_changed in some cases.
15656 (try_window_id): Likewise.
15657 (redisplay_window): New local var buffer_unchanged_p.
15658
15659 * keyboard.c (cmd_error) [HAVE_X_WINDOWS]: Maybe call cancel_houglass.
15660
15661 * process.c (create_process): Test USG_SUBTTY_WORKS.
15662 (process_send_signal): Clean up handling of GID.
15663 Detect errors in ioctls meant to set GID.
15664
15665 * window.c (temp_output_buffer_show):
15666 Don't set prevent_redisplay_optimizations_p.
15667
156682002-07-15 Juanma Barranquero <lektu@terra.es>
15669
15670 * eval.c (Fdefvaralias): Add docstring argument.
15671
156722002-07-15 Ken Raeburn <raeburn@gnu.org>
15673
15674 * lisp.h (STRING_INTERVALS): Produce rvalue.
15675 (STRING_SET_INTERVALS): New macro.
15676 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Use it.
15677 * fns.c (Fstring_as_multibyte): Likewise.
15678 * intervals.c (balance_possible_root_interval, delete_interval)
15679 (create_root_interval, copy_intervals_to_string): Likewise.
15680 * textprop.c (set_text_properties): Likewise. Use NULL_INTERVAL
15681 instead of 0.
15682
156832002-07-14 Ken Raeburn <raeburn@gnu.org>
15684
15685 * lisp.h (STRING_SET_CHARS): New macro.
15686 (SCHARS, SBYTES): Produce rvalues.
15687 * dired.c (directory_files_internal): Use STRING_SET_CHARS.
15688 * fns.c (concat): Likewise.
15689 * lread.c (read_vector): Likewise.
15690
15691 * lisp.h (SMBP): Delete. All uses changed to STRING_MULTIBYTE.
15692 (STRING_SET_UNIBYTE): New macro.
15693 (SET_STRING_BYTES): Delete. Callers (all of which supplied a
15694 length of -1) changed to use STRING_SET_UNIBYTE.
15695 * abbrev.c, alloc.c, buffer.c, bytecode.c, callint.c, callproc.c,
15696 casefiddle.c, category.c, ccl.c, charset.c, charset.h, coding.c,
15697 composite.c, data.c, dired.c, dispnew.c, disptab.h, doc.c,
15698 dosfns.c, editfns.c, emacs.c, eval.c, fileio.c, filelock.c, fn.c,
15699 fontset.c, frame.c, indent.c, insdel.c, intervals.c, keyboard.c,
15700 keymap.c, lread.c, mac.c, macfns.c, macmenu.c, macterm.c,
15701 minibuf.c, msdos.c, print.c, process.c, search.c, sound.c,
15702 sunfns.c, syntax.c, syntax.h, sysdep.c, textprop.c, undo.c,
15703 w16select.c, w32.c, w32fns.c, w32menu.c, w32proc.c, w32select.c,
15704 w32term.c, window.c, xdisp.c, xfaces.c, xfns.c, xmenu.c,
15705 xselect.c, xsmfns.c, xterm.c: Most uses of XSTRING combined with
15706 STRING_BYTES or indirection changed to SCHARS, SBYTES,
15707 STRING_INTERVALS, SREF, SDATA; explicit size_byte references left
15708 unchanged for now.
15709
157102002-07-13 Kim F. Storm <storm@cua.dk>
15711
15712 * keyboard.c (command_loop_1): Invert check on Vmemory_full.
15713
157142002-07-12 Richard M. Stallman <rms@gnu.org>
15715
15716 * fileio.c (Fwrite_region): Doc fix.
15717
15718 * print.c (print_error_message): Don't handle Vsignaling_function here.
15719
15720 * keyboard.c (cmd_error_internal): Handle Vsignaling_function here.
15721 (command_loop_1): Avoid certain actions after memory-full error.
15722
15723 * eval.c (Fsignal): Don't call cancel_hourglass.
15724 For a memory-full error, don't call Vsignal_hook_function
15725 and don't set Vsignaling_function.
15726
15727 * process.c (process_send_signal): Add abort call.
15728
157292002-07-11 Markus Rost <rost@math.ohio-state.edu>
15730
15731 * keymap.c (Fkey_binding): Fix typo.
15732
157332002-07-11 Richard M. Stallman <rms@gnu.org>
15734
15735 * alloc.c (Vmemory_full): New variable.
15736 (Vmemory_signal_data): Rename from memory_signal_data.
15737 Uses changed.
15738 (syms_of_alloc): Defvar them.
15739 (memory_full, buffer_memory_full): Set Vmemory_full.
15740
15741 * lisp.h (Vmemory_full): Add declaration.
15742 (current_column, indented_beyond_p): Change declaration.
15743
15744 * indent.c (last_known_column): Declare as double, not float.
15745 (current_column, current_column_1, string_display_width)
15746 (position_indentation): Return `double'.
15747 (indented_beyond_p): Arg `column' is `double'. Callers changed.
15748
15749 * xdisp.c (message_dolog): Do nothing if Vmemory_full is non-nil.
15750 (back_to_previous_visible_line_start)
15751 (reseat_at_next_visible_line_start, next_element_from_buffer):
15752 Use `double', not `float', when calling indented_beyond_p.
15753
15754 * s/hpux11.h (BROKEN_SA_RESTART): Define.
15755
15756 * sysdep.c (sys_signal): Test BROKEN_SA_RESTART.
15757
157582002-07-11 Juanma Barranquero <lektu@terra.es>
15759
15760 * alloc.c, buffer.c, bytecode.c, callint.c, callproc.c, coding.c,
15761 * composite.c, dired.c, dispnew.c, editfns.c, emacs.c, eval.c,
15762 * fileio.c, fns.c, insdel.c, keyboard.c, keymap.c, lread.c, macfns.c,
15763 * macmenu.c, macros.c, minibuf.c, print.c, process.c, sound.c,
15764 * textprop.c, w32fns.c, w32menu.c, window.c, xfaces.c, xfns.c,
15765 * xmenu.c, xselect.c, xterm.c: Use SPECPDL_INDEX wherever makes sense.
15766
157672002-07-10 Juanma Barranquero <lektu@terra.es>
15768
15769 * lisp.h (SPECPDL_INDEX): Rename from BINDING_STACK_SIZE.
15770 All callers changed.
15771
157722002-07-09 Stefan Monnier <monnier@cs.yale.edu>
15773
15774 * data.c (Fdefalias): Add an optional `docstring' argument.
15775 (set_internal, Fsetq_default): Use XCAR/XCDR.
15776
15777 * composite.c (HASH_VALUE, HASH_KEY):
15778 * ccl.c (HASH_VALUE): Remove (it's in lisp.h now).
15779
157802002-07-09 Kenichi Handa <handa@etl.go.jp>
15781
15782 * callproc.c (Fcall_process): Fix previous change.
15783
157842002-07-07 Stefan Monnier <monnier@cs.yale.edu>
15785
15786 * minibuf.c (Ftry_completion, Fall_completions, Ftest_completion):
15787 Add support for hash-tables.
15788 (Ftry_completion): Return t even if the string appears multiple times.
15789
15790 * fns.c (Fnconc): Use XCDR.
15791 (Fprovide): Use CONSP and XCDR.
15792 (HASH_KEY, HASH_VALUE, HASH_NEXT, HASH_HASH, HASH_INDEX)
15793 (HASH_TABLE_SIZE): Delete: moved to lisp.h.
15794 (Fmake_hash_table): Accept `:size nil'.
15795 (Fmakehash): Delete: moved to subr.el.
15796 (syms_of_fns): Don't defsubr makehash.
15797
15798 * lisp.h (HASH_KEY, HASH_VALUE, HASH_NEXT, HASH_HASH, HASH_INDEX)
15799 (HASH_TABLE_SIZE): Move from fns.c.
15800
158012002-07-07 Richard M. Stallman <rms@gnu.org>
15802
15803 * xdisp.c (make_cursor_line_fully_visible): Don't try short scrolls.
15804 Instead just return 0 when there is something to be done.
15805 (try_scrolling): If make_cursor_line_fully_visible returns 0,
15806 retry scrolling as if cursor were off the bottom.
15807 (try_cursor_movement): If make_cursor_line_fully_visible returns 0,
15808 return CURSOR_MOVEMENT_MUST_SCROLL.
15809 (redisplay_window): If make_cursor_line_fully_visible returns 0,
15810 go to try_to_scroll.
15811
15812 * buffer.c (Fbuffer_local_value): Store current value into its binding
15813 so we get the up-to-date value for the binding that is loaded.
15814
15815 * eval.c (Fdefmacro): Doc fix.
15816
158172002-07-05 Dave Love <fx@gnu.org>
15818
15819 * keyboard.c (read_key_sequence): Set initial_idleness_start_time
15820 correctly.
15821
15822 * ccl.c (Vtranslation_hash_table_vector, GET_HASH_TABLE)
15823 (HASH_VALUE, CCL_LookupIntConstTbl, CCL_LookupCharConstTbl): New.
15824 (ccl_driver): Add cases for CCL_LookupIntConstTbl,
15825 CCL_LookupCharConstTbl.
15826 (syms_of_ccl): Defvar translation-hash-table-vector.
15827
158282002-07-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15829
15830 * xdisp.c: Remove unused variable `face'.
15831
158322002-07-04 Juanma Barranquero <lektu@terra.es>
15833
15834 * keyboard.c (post_command_idle_hook): Remove redundant (and inexact)
15835 obsolescence information.
15836
158372002-07-03 Andrew Choi <akochoi@shaw.ca>
15838
15839 * macterm.c (x_list_fonts): Fix comment. Cache fonts matching
15840 pattern. Search cache first.
15841 (init_font_name_table): Also add entry for jisx0201.1976-0 coding
15842 for Japanese font.
15843 (XLoadQueryFont): Use it.
15844
158452002-07-02 Richard M. Stallman <rms@gnu.org>
15846
15847 * keymap.c (Fdefine_key): Doc fix.
15848
15849 * xterm.c (x_term_init): Turn off polling around XtOpenDisplay.
15850
158512002-07-02 Juanma Barranquero <lektu@terra.es>
15852
15853 * keymap.c (syms_of_keymap): Fix typo.
15854
158552002-07-01 Andrew Choi <akochoi@shaw.ca>
15856
15857 * s/darwin.h: Define POSIX_SIGNALS.
15858
15859 * macterm.c (do_ae_open_documents) [MAC_OSX]: Call FSpMakeFSRef
15860 and FSRefMakePath to convert FSSpec returned with Apple Event to
15861 Posix pathname.
15862 (mac_initialize) [TARGET_API_MAC_CARBON]:
15863 Call init_required_apple_events and disable the `Quit' menu item
15864 provided automatically by the Carbon Toolbox.
15865
158662002-07-01 Dave Love <fx@gnu.org>
15867
15868 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
15869 for K&R.
15870
15871 * xterm.c: Fix prototype for K&R.
15872
15873 * term.c (costs_set): Declare static, non-initialized for pcc.
15874
158752002-07-01 Richard M. Stallman <rms@gnu.org>
15876
15877 * keyboard.c (timer_last_idleness_start_time): New variable.
15878 (timer_start_idle): Set that.
15879 (read_key_sequence): Use that to reset timer_idleness_start_time
15880 to previous value.
15881
15882 * window.c (Frecenter): With arg, set optional_new_start.
15883
15884 * xdisp.c (redisplay_internal): Make optional_new_start really work.
15885
15886 * minibuf.c (Fminibuffer_complete_and_exit): Move to end of
15887 buffer for completion.
15888
158892002-06-29 Ken Raeburn <raeburn@gnu.org>
15890
15891 * xdisp.c (store_mode_line_string): Lisp_Object/int mixup.
15892
158932002-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15894
15895 * keyboard.c (readable_filtered_events): New function that filters
15896 FOCUS_IN_EVENT depending on parameter.
15897 (readable_events): Calls readable_filtered_events, not filtering
15898 FOCUS_IN_EVENT.
15899 (get_filtered_input_pending): New function, filtering parameter passed
15900 to readable_filtered_events.
15901 (get_input_pending): Calls get_filtered_input_pending, not filtering
15902 FOCUS_IN_EVENT.
15903 (Finput_pending_p): Calls get_filtered_input_pending, DO filter
15904 FOCUS_IN_EVENT.
15905
15906 * xterm.h (struct x_output): Add focus_state.
15907
15908 * xterm.c (x_focus_changed): New function.
15909 (x_detect_focus_change): New function.
15910 (XTread_socket): Call x_detect_focus_change for FocusIn/FocusOut
15911 EnterNotify and LeaveNotify to track X focus changes.
15912
159132002-06-28 Andreas Schwab <schwab@suse.de>
15914
15915 * lisp.h: Remove duplicate declaration of code_convert_string_norecord.
15916
159172002-06-27 Kim F. Storm <storm@cua.dk>
15918
15919 * xdisp.c (mode_line_string_list, mode_line_string_face)
15920 (mode_line_string_face_prop): New variables.
15921 (store_mode_line_string): New function.
15922 (display_mode_element): Use store_mode_line_string to
15923 add mode-line string elements to mode_line_string_list
15924 when mode_line_string_list is non-nil.
15925 (Fformat_mode_line): Now returns propertized string by
15926 default. New arg NO-PROPS to ignore properties.
15927 (decode_mode_spec): Only add two dashes for %- in propertized
15928 mode-line string.
15929 (syms_of_xdisp): Init and staticpro mode_line_string_list.
15930
159312002-06-27 Stefan Monnier <monnier@cs.yale.edu>
15932
15933 * minibuf.c (minibuffer_completion_contents): Add return type.
15934
159352002-06-27 Juanma Barranquero <lektu@terra.es>
15936
15937 * charset.c (Fchar_bytes): Remove obsolescence info from docstring.
15938
159392002-06-26 Juanma Barranquero <lektu@terra.es>
15940
15941 * fileio.c (read_file_name_cleanup): Add missing return.
15942
159432002-06-26 Richard M. Stallman <rms@gnu.org>
15944
15945 * window.c (Frecenter): Don't set force_start flag.
15946
15947 * minibuf.c (do_completion, Fminibuffer_complete_word)
15948 (Fminibuffer_completion_help): Complete just the text before point.
15949 (minibuffer_completion_contents): New function.
15950
15951 * buffer.c (Fbury_buffer): Use frames_discard_buffer.
15952
15953 * frame.c (frames_bury_buffer): Function deleted.
15954
159552002-06-25 Miles Bader <miles@gnu.org>
15956
15957 * callint.c (Fcall_interactively): When checking to see if doprnt hit
15958 the end of callint_message, allow for a terminating '\0'.
15959
159602002-06-24 Juanma Barranquero <lektu@terra.es>
15961
15962 * w32select.c: Include composite.h.
15963
15964 * w16select.c: Likewise.
15965
159662002-06-24 Kenichi Handa <handa@etl.go.jp>
15967
15968 * callproc.c (Fcall_process): If code detection is necessary,
15969 call detect_coding directly here.
15970
15971 * coding.c (detect_eol): Preserve coding->cmp_data.
15972
15973 * w16select.c (Fw16_get_clipboard_data):
15974 * w32fns.c (w32_to_x_font):
15975 * w32select.c (Fw32_get_clipboard_data):
15976 * xselect.c (selection_data_to_lisp_data):
15977 * xterm.c (XTread_socket): Disable composition handling.
15978
159792002-06-24 Stefan Monnier <monnier@cs.yale.edu>
15980
15981 * print.c (temp_output_buffer_setup): Kill all local variables.
15982
159832002-06-22 Stefan Monnier <monnier@cs.yale.edu>
15984
15985 * lread.c (Fread): Remove redundant and imprecise declaration.
15986
15987 * xfns.c (check_x_display_info): Use check_x_frame.
15988
15989 * .gdbinit (xprintsym): Use the new `xname' field.
15990 (xsymbol): Use it.
15991
159922002-06-22 Jason Rumney <jasonr@gnu.org>
15993
15994 * w32fns.c (file_dialog_callback): New function.
15995 (Fx_file_dialog): Allow selecting directories as well as files.
15996
159972002-06-21 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15998
15999 * m/pmax.h (START_FILES): Define START_FILES for NetBSD and
16000 OpenBSD. Add support for mipseb-*-netbsd* machines.
16001
160022002-06-17 Andrew Choi <akochoi@shaw.ca>
16003
16004 * macterm.c (mac_scroll_area): Set foreground and backcolor to
16005 black and white before scrolling. Restore frame background and
16006 foreground color after scrolling.
16007 (do_window_update): Call XClearWindow before calling expose_frame.
16008 (make_mac_frame): Don't set FRAME_BACKGROUND_PIXEL and
16009 FRAME_FOREGROUND_PIXEL of frame.
16010
16011 * macterm.c (XTread_socket): If Vmac_command_key_is_meta is nil,
16012 test Mac command key as <ALT> key.
16013
160142002-06-17 Stefan Monnier <monnier@cs.yale.edu>
16015
16016 * window.c (Fset_window_configuration): Lisp_Object/int mixup.
16017
16018 * keyboard.c (read_key_sequence): Be more careful with first_unbound.
16019 Lookup keys in function-key-map immediately so that key-translation-map
16020 can be applied earlier.
16021 Remove function_key_possible and key_translation_possible, replaced
16022 by checking `keytran_start < t'.
16023
16024 * .gdbinit (xsymbol): Use the new `xname' field.
16025
160262002-06-17 Andrew Choi <akochoi@shaw.ca>
16027
16028 * macterm.c (XTread_socket): If Vmac_command_key_is_meta is nil,
16029 test Mac command key as <ALT> key.
16030
16031 * mac.c (do_applescript): Call initialize_applescript if necessary
16032 when first called. Dispose of result_desc only when there is no error.
16033 (Fdo_applescript): Use %d format specifier instead of %ld.
16034
160352002-06-16 Andrew Choi <akochoi@shaw.ca>
16036
16037 * macterm.c (XTread_socket): Call FrontNonFloatingWindow instead
16038 of FrontWindow for cases keyDown and autoKey.
16039
16040 * fontset.c (syms_of_fontset) [MAC_OS]: Set ASCII font of
16041 Vdefault_fontset to Monaco with mac-roman coding.
16042
16043 * mac.c, macfns.c, macmenu.c, macterm.c: Undefine and redefine
16044 init_process before and after inclusion of Carbon/Carbon.h, resp.
16045
16046 * macterm.c (x_new_font): Set font for normal_gc, reverse_gc, and
16047 cursor_gc.
16048 (add_font_name_table_entry): New function.
16049 (init_font_name_table): Use add_font_name_table_entry; add italic,
16050 bold, and bold-italic entries for truetype fonts.
16051
16052 * xfaces.c (init_frame_faces) [MAC_OS]: Call realize_basic_faces
16053 for Mac too.
16054 (try_font_list) [MAC_OS]: If no font matches given registry, try
16055 fonts with any registry matching face_family.
16056 (realize_x_face) [MAC_OS]: Remove old ad-hoc fix to load font here.
16057
16058 * s/darwin.h: If autoconf detects the Ncurses library, define
16059 LIBS_TERMCAP to -lncurses to use it.
16060
160612002-06-16 Eli Zaretskii <eliz@is.elta.co.il>
16062
16063 * strftime.c [__hpux]: Include sys/_mbstate_t.h.
16064
160652002-06-15 Richard M. Stallman <rms@gnu.org>
16066
16067 * window.c (Fset_window_configuration): Explicitly preserve
16068 the point value that new_current_buffer had at the start.
16069
160702002-06-14 Juanma Barranquero <lektu@terra.es>
16071
16072 * composite.c (Fcompose_region_internal, Fcompose_string_internal):
16073 Fix typos.
16074
160752002-06-14 Kim F. Storm <storm@cua.dk>
16076
16077 * insdel.c (insert_1_both, insert_from_string_1)
16078 (insert_from_buffer_1): Recalculate END_UNCHANGED in case the
16079 insert happened in the end_unchanged region. Otherwise, the
16080 redisplay may be confused and duplicate the last line in the
16081 buffer [seen after save-buffer when require-final-newline==t].
16082
160832002-06-13 Jason Rumney <jasonr@gnu.org>
16084
16085 * w32.c (init_environment): Remove EMACSLOCKDIR.
16086 (stat): Swap _S_IFDIR and _S_IFREG.
16087
160882002-06-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16089
16090 * keyboard.c, macterm.c, macmenu.c, msdos.c, sysdep.c
16091 * termhooks.h, xmenu.c, xsmfns.c, xterm.h, xterm.c, w32term.c,
16092 * w32menu.c, w32inevt.c: Rename enum event_kind as follows:
16093 ascii_keystroke to ASCII_KEYSTROKE_EVENT, multibyte_char_keystroke
16094 to MULTIBYTE_CHAR_KEYSTROKE_EVENT, non_ascii_keystroke to
16095 NON_ASCII_KEYSTROKE_EVENT, timer_event to TIMER_EVENT, mouse_click
16096 to MOUSE_CLICK_EVENT, mouse_wheel to MOUSE_WHEEL_EVENT,
16097 language_change_event to LANGUAGE_CHANGE_EVENT, scroll_bar_click
16098 to SCROLL_BAR_CLICK_EVENT, w32_scroll_bar_click to
16099 W32_SCROLL_BAR_CLICK_EVENT, selection_request_event to
16100 SELECTION_REQUEST_EVENT, selection_clear_event to
16101 SELECTION_CLEAR_EVENT, buffer_switch_event to BUFFER_SWITCH_EVENT,
16102 delete_window_event to DELETE_WINDOW_EVENT, iconify_event to
16103 ICONIFY_EVENT, deiconify_event to DEICONIFY_EVENT,
16104 menu_bar_activate_event to MENU_BAR_ACTIVATE_EVENT, drag_n_drop to
16105 DRAG_N_DROP_EVENT, save_session_event to SAVE_SESSION_EVENT and
16106 no_event to NO_EVENT.
16107
161082002-06-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16109
16110 * macmenu.c: Remove declaration of Qmouse_click and Qevent_kind.
16111
161122002-06-12 Stefan Monnier <monnier@cs.yale.edu>
16113
16114 * intervals.c (textget): Don't forget to `return'.
16115 (lookup_char_property): Use XCAR/XCDR.
16116
161172002-06-12 Juanma Barranquero <lektu@terra.es>
16118
16119 * xdisp.c (Fformat_mode_line): Fix typo.
16120
161212002-06-12 Kim F. Storm <storm@cua.dk>
16122
16123 * xdisp.c (Fformat_mode_line): New function.
16124 (frame_title_buf, frame_title_buf_end, frame_title_ptr)
16125 (store_frame_title_char, store_frame_title): Use unconditionally.
16126 (init_xdisp): Defsubr Fformat_mode_line.
16127 Initialize frame_title_buf etc. unconditionally.
16128
161292002-06-11 Stefan Monnier <monnier@cs.yale.edu>
16130
16131 * keyboard.c (read_key_sequence):
16132 Remove prev_(fkey|keytran}_(map|start|end) since we don't want to pass
16133 things through those maps after downcasing events.
16134 Enforce that keytran_end <= fkey_start, i.e. that key-translation-map
16135 applies after function-key-map.
16136 Make sure that keytran can be done in the middle in the sequence.
16137 Be careful not to throw away events past the one we downcase.
16138
16139 * lread.c (read_integer): Remove unused var `tem'.
16140 (read1): Fix int/Lisp_Object mixup.
16141
16142 * xfaces.c (tty_lookup_color): Type bool/Lisp_Object mismatch fixed.
16143
161442002-06-11 Richard M. Stallman <rms@gnu.org>
16145
16146 * keyboard.c (readable_events): Ignore any number of
16147 FOCUS_IN_EVENT events and return 0 if nothing else in buffer.
16148
161492002-06-09 Miles Bader <miles@gnu.org>
16150
16151 * xfaces.c (Ftty_supports_face_attributes_p): New function.
16152 (parse_rgb_list, tty_lookup_color): New functions.
16153 (tty_defined_color): Use `tty_lookup_color' to do all the work.
16154 (color_distance, Fcolor_distance): New functions.
16155 (TTY_SAME_COLOR_THRESHOLD): New macro.
16156 (Qtty_color_standard_values): New variable.
16157 (syms_of_xfaces): Initialize new vars & functions.
16158
161592002-06-08 Colin Walters <walters@verbum.org>
16160
16161 * textprop.c (Vchar_property_alias_alist): New variable.
16162 (syms_of_textprop) <Vchar_property_alias_alist>: DEFVAR_LISP.
16163
16164 * intervals.c (lookup_char_property): New function for looking up
16165 overlay and text properties, created from textget.
16166 (textget): Use it.
16167
16168 * intervals.h (lookup_char_property): Declare.
16169 (Vchar_property_alias_alist): Declare.
16170
16171 * buffer.c (Foverlay_get): Use lookup_char_property.
16172
161732002-06-07 Sam Steingold <sds@gnu.org>
16174
16175 * xselect.c (lisp_data_to_selection_data): Fix last change:
16176 *data_ret is not a Lisp string, while unibyte_string is.
16177
161782002-06-07 Eli Zaretskii <eliz@is.elta.co.il>
16179
16180 * xselect.c (lisp_data_to_selection_data): Fix last change:
16181 set size_ret.
16182
161832002-06-07 Andreas Schwab <schwab@suse.de>
16184
16185 * m/amdx86-64.h: New file.
16186
161872002-06-05 Eli Zaretskii <eliz@is.elta.co.il>
16188
16189 * fns.c (Fstring_make_unibyte): Doc fix.
16190
16191 * xselect.c (lisp_data_to_selection_data): If the requested type
16192 is STRING, call string_make_unibyte to encode the selected text
16193 as a string.
16194
16195 * window.c (Fset_window_hscroll): Doc fix.
16196
161972002-06-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16198
16199 * fileio.c (choose_write_coding_system):
16200 Call select-safe-coding-system properly.
16201
162022002-06-03 Richard M. Stallman <rms@gnu.org>
16203
16204 * xdisp.c (message_with_string): Error if STRING is not a string.
16205
16206 * fns.c (md5): Pass FILE arg to Vselect_safe_coding_system_function.
16207
16208 * fileio.c (choose_write_coding_system): Pass FILE arg to
16209 Vselect_safe_coding_system_function.
16210
162112002-06-03 Ken Raeburn <raeburn@gnu.org>
16212
16213 * buffer.c (fix_overlays_before): Fix list-walking bug in 05-19 change.
16214
162152002-06-02 Thien-Thi Nguyen <ttn@gnu.org>
16216
16217 * bytecode.c (Fbyte_code): Cast `current_column' return value to int.
16218 * cmds.c (Fdelete_backward_char, internal_self_insert): Likewise.
16219 * keymap.c (describe_command): Likewise.
16220 * minibuf.c (read_minibuf): Likewise.
16221
16222 * xdisp.c (redisplay_internal, redisplay_window, decode_mode_spec):
16223 Cast `current_column' return value to int.
16224 (back_to_previous_visible_line_start)
16225 (reseat_at_next_visible_line_start, next_element_from_buffer):
16226 Cast `indented_beyond_p' 3rd arg to float.
16227
16228 * indent.c (last_known_column): Now a float.
16229 (current_column_1, position_indentation, current_column)
16230 (string_display_width): Return float.
16231 (Fcurrent_column): Cast `current_column' return value to int.
16232 (Fcurrent_indentation): Cast `position_indentation' retval to int.
16233 (indented_beyond_p): Third arg now a float.
16234 (compute_motion, vmotion): Cast `indented_beyond_p' 3rd arg to float.
16235
16236 * lisp.h (current_column): Now returns float.
16237 (indented_beyond_p): 3rd arg now a float.
16238
162392002-05-31 Eli Zaretskii <eliz@is.elta.co.il>
16240
16241 * xfns.c (x_encode_text): Return stringp non-NULL if coding_system
16242 is Qcompound_text_with_extensions.
16243
16244 * xselect.c (lisp_data_to_selection_data): Always set selection
16245 type as string if x_encode_text returns streingp non-NULL.
16246
16247 * s/netbsd.h: Include /usr/pkg in the run time shared library path.
16248
162492002-05-30 Richard M. Stallman <rms@gnu.org>
16250
16251 * window.c (Fset_window_configuration): Correct the handling
16252 of point in current buffer, to work with multiple windows.
16253
162542002-05-29 Colin Walters <walters@verbum.org>
16255
16256 * lread.c (Fread_from_string): Don't depend on order of evaluation
16257 for C function parameters.
16258
162592002-05-28 Richard M. Stallman <rms@gnu.org>
16260
16261 * xterm.c (x_display_and_set_cursor): Change the cursor in the same
16262 way for blinked-off state and for a nonselected window.
16263
16264 * window.c (window_scroll_pixel_based): Don't call Fbolp;
16265 instead, see if the new start pos is at beginning of line.
16266
16267 * fileio.c (Fwrite_region): If START is a string, don't
16268 make any annotations.
16269
16270 * eval.c (syms_of_eval): Doc fix.
16271
162722002-05-28 Colin Walters <walters@debian.org>
16273
16274 * emacs.c (USAGE1): Add --no-splash.
16275 (standard_args): Ditto.
16276
162772002-05-28 Colin Walters <walters@gnu.org>
16278
16279 * lread.c (readchar_count): New variable.
16280 (readchar): Increment it.
16281 (unreadchar): Decrement it.
16282 (read_multibyte): Decrement it.
16283 (Vread_with_symbol_positions): New variable.
16284 (Vread_symbol_positions_list): New variable.
16285 (read_internal_start): New function, created from Fread and
16286 Fread_from_string. Handle Vread_symbol_positions_list and
16287 Vread_with_symbol_positions.
16288 (readevalloop, Fread, Fread_from_string): Use it.
16289 (read1): Use readchar_count to add symbol positions to
16290 Vread_symbol_positions_list if Vread_with_symbol_positions is non-nil.
16291 (syms_of_lread): DEFVAR_LISP and initialize them.
16292
16293 * lread.c (read0, read1, read_list, read_vector, read_multibyte)
16294 (substitute_object_recurse, substitute_object_in_subtree)
16295 (substitute_in_interval): Prototype.
16296 (read_multibyte): Return c if it's less than zero.
16297
162982002-05-28 Kim F. Storm <storm@cua.dk>
16299
16300 * fileio.c (Fread_file_name_internal): Added brute-force
16301 speed up for using predicate file-directory-p.
16302
163032002-05-28 Kim F. Storm <storm@cua.dk>
16304
16305 * fileio.c (Vread_file_name_function, Vread_file_name_predicate):
16306 New variables.
16307 (syms_of_fileio): DEFVAR_LISP them.
16308 (read_file_name_cleanup): New unwind function.
16309 (Fread_file_name_internal): Only return completions satifying
16310 Vread_file_name_predicate. Temporarily unwind protect and rebind
16311 default-directory while checking completions against the predicate.
16312 (Fread_file_name): Added PREDICATE argument. Specbind it to
16313 Vread_file_name_predicate during completion.
16314 Call Vread_file_name_function to read the file name if non-nil.
16315
16316 * lisp.h (Fread_file_name): Now has 6 args.
16317
16318 * callint.c (Fcall_interactively) <"D">: Supply Qfile_directory_p
16319 predicate for Fread_file_name when reading directory name.
16320 Supply Qnil for predicate in other calls to Fread_file_name.
16321
163222002-05-26 Miles Bader <miles@gnu.org>
16323
16324 * term.c (tty_capable_p): New function.
16325 * dispextern.h (tty_capable_p): New function declaration.
16326 (TTY_CAP_INVERSE, TTY_CAP_UNDERLINE, TTY_CAP_BOLD, TTY_CAP_DIM)
16327 (TTY_CAP_BLINK, TTY_CAP_ALT_CHARSET): New macros.
16328
163292002-05-23 Stefan Monnier <monnier@cs.yale.edu>
16330
16331 * fileio.c (read_non_regular, Finsert_file_contents): Use BEG_BYTE.
16332 (Finsert_file_contents, build_annotations): Use XCAR, XCDR.
16333 (Vwrite_region_annotate_functions): Docstring fix.
16334
163352002-05-23 Kim F. Storm <storm@cua.dk>
16336
16337 * xterm.c (x_write_glyphs): Clear phys_cursor_on_p if current
16338 phys_cursor's hpos is overwritten. This is still not completely
16339 correct, as it doesn't really make sense to use hpos at all to
16340 get the cursor glyph (as that is relative to the width of the
16341 characters on the line, which may have changed during the update).
16342
163432002-05-22 Jason Rumney <jasonr@gnu.org>
16344
16345 * w32fns.c (enumfont_t): Remove tail, make pattern a normal
16346 Lisp_Object.
16347 (enum_font_cb2, enum_font_maybe_add_to_list, w32_list_fonts):
16348 Use modified enumfont_t struct.
16349
16350 * w32term.h (text_cursor_kinds): New enumeration member HBAR_CURSOR.
16351
16352 * w32term.c (x_draw_bar_cursor): New argument KIND; callers changed.
16353 Handle the `hbar' cursor type.
16354 (x_display_and_set_cursor): Handle the HBAR_CURSOR case.
16355
16356 * w32fns.c (Qhbar): New variable.
16357 (x_specified_cursor_type): Use it.
16358
163592002-05-21 Ken Raeburn <raeburn@gnu.org>
16360
16361 * w32fns.c (enum_font_maybe_add_to_list): Use XCDR_AS_LVALUE for
16362 now, when the address is needed.
16363
163642002-05-21 Colin Walters <walters@gnu.org>
16365
16366 * Makefile.in (shortlisp): Add font-core.el.
16367
163682002-05-20 Richard M. Stallman <rms@gnu.org>
16369
16370 * buffer.c (syms_of_buffer) <cursor-type>: Doc fix.
16371
16372 * keyboard.c (read_char_minibuf_menu_prompt): Don't list
16373 equivalent key bindings here.
16374
163752002-05-20 Ken Raeburn <raeburn@gnu.org>
16376
16377 Change symbol structure to contain a lisp object for the symbol
16378 name:
16379 * lisp.h (struct Lisp_Symbol): Replace field "name" with a lisp
16380 object field named "xname".
16381 (SYMBOL_NAME): New macro.
16382 * abbrev.c (write_abbrev): Use SYMBOL_NAME instead of XSYMBOL and
16383 name field.
16384 * alloc.c (Fmake_symbol): Set symbol xname field instead of name.
16385 (mark_object, gc_sweep): Use symbol xname field and XSTRING
16386 instead of name field.
16387 * buffer.c (buffer_slot_type_mismatch): Use XSTRING and
16388 SYMBOL_NAME instead of XSYMBOL and name field.
16389 * callint.c (Fcall_interactively): Use XSTRING and SYMBOL_NAME
16390 instead of XSYMBOL and name field.
16391 * charset.c (Fdefine_charset, Fdeclare_equiv_charset): Use XSTRING
16392 and SYMBOL_NAME instead of XSYMBOL and name field.
16393 * coding.c (Fread_coding_system, code_convert_region1)
16394 (code_convert_string1, code_convert_string_norecord)
16395 (Ffind_operation_coding_system): Use SYMBOL_NAME instead of
16396 XSYMBOL and name field.
16397 * data.c (Fkeywordp, Fsymbol_name, store_symval_forwarding)
16398 (Fmake_variable_buffer_local, Fmake_local_variable)
16399 (Fmake_variable_frame_local): Use SYMBOL_NAME and XSTRING instead
16400 of XSYMBOL and name field.
16401 * editfns.c (Fformat): Use SYMBOL_NAME and XSTRING instead of
16402 XSYMBOL and name field.
16403 * emacs.c (shut_down_emacs) [#if 0]: Use SYMBOL_NAME and XSTRING
16404 instead of XSYMBOL and name field.
16405 * eval.c (do_autoload): Use SYMBOL_NAME and XSTRING instead of
16406 XSYMBOL and name field.
16407 * fns.c (Fstring_equal, Fstring_lessp, Frequire, sxhash):
16408 Use SYMBOL_NAME and XSTRING instead of XSYMBOL and name field.
16409 * fontset.c (Fset_fontset_font): Use SYMBOL_NAME and XSTRING
16410 instead of XSYMBOL and name field.
16411 * keyboard.c (echo_char, record_char, parse_modifiers_uncached)
16412 (parse_modifiers, apply_modifiers, Fevent_convert_list)
16413 (parse_solitary_modifier, Fexecute_extended_command):
16414 Use SYMBOL_NAME and XSTRING instead of XSYMBOL and name field.
16415 * keymap.c (silly_event_symbol_error, Fsingle_key_description)
16416 (Fdescribe_buffer_bindings): Use SYMBOL_NAME and XSTRING instead
16417 of XSYMBOL and name field.
16418 (describe_command, describe_translation): Use SYMBOL_NAME and
16419 assignment instead of XSYMBOL and name field and XSETSTRING.
16420 * lread.c (Fintern_soft, oblookup): Use SYMBOL_NAME and XSTRING
16421 instead of XSYMBOL and name field.
16422 (Funintern): Use SYMBOL_NAME and assignment instead of XSYMBOL and
16423 name field and XSETSTRING.
16424 * macfns.c (parse_image_spec): Use SYMBOL_NAME and XSTRING instead
16425 of XSYMBOL and name field.
16426 * minibuf.c (Fread_command, Fread_variable): Use SYMBOL_NAME and
16427 assignment instead of XSYMBOL and name field and XSETSTRING.
16428 * print.c (print_error_message, print_object): Use SYMBOL_NAME and
16429 XSTRING instead of XSYMBOL and name field.
16430 * process.c (set_socket_options, Fsignal_process): Use SYMBOL_NAME
16431 and XSTRING instead of XSYMBOL and name field.
16432 * w32fns.c (parse_image_spec, w32_parse_hot_key): Use SYMBOL_NAME
16433 and XSTRING instead of XSYMBOL and name field.
16434 * xfaces.c (merge_face_vector_with_property): Use SYMBOL_NAME and
16435 XSTRING instead of XSYMBOL and name field.
16436 * xfns.c (parse_image_spec): Use SYMBOL_NAME and XSTRING instead
16437 of XSYMBOL and name field.
16438 * xselect.c (symbol_to_x_atom, x_get_foreign_selection):
16439 Use SYMBOL_NAME and XSTRING instead of XSYMBOL and name field.
16440
164412002-05-19 Ken Raeburn <raeburn@gnu.org>
16442
16443 * lisp.h (LISP_MAKE_RVALUE): Delete disabled version, making XCAR
16444 and XCDR real rvalues in most configurations.
16445
16446 * buffer.c (fix_overlays_in_range, fix_overlays_before):
16447 Don't take the address of the cdr part of a cons cell; instead, track
16448 the parent cell and call XSETCDR, or set the variable for the head
16449 of the list if we haven't started down the list yet.
16450
164512002-05-19 Richard M. Stallman <rms@gnu.org>
16452
16453 * doc.c (reread_doc_file): Don't ask for confirmation.
16454
164552002-05-18 Jason Rumney <jasonr@gnu.org>
16456
16457 * w32fns.c (w32_create_pixmap_from_bitmap_data): New function.
16458 (xbm_load_image): Use it.
16459 (xbm_load): Ditto.
16460 (xbm_read_bitmap_data): Reverted to xfns.c version.
16461 From David Ponce <david@dponce.com>.
16462
164632002-05-17 Eli Zaretskii <eliz@is.elta.co.il>
16464
16465 * msdos.c (sig_suspender, sigprocmask): Don't define for DJGPP
16466 2.02 and later.
16467
164682002-05-16 Juanma Barranquero <lektu@terra.es>
16469
16470 * keyboard.c (Fthis_command_keys, Fthis_command_keys_vector): Fix typo.
16471
164722002-05-15 Stefan Monnier <monnier@cs.yale.edu>
16473
16474 * keyboard.c (read_char_x_menu_prompt): Use an equivalent but more
16475 meaningful test.
16476 (read_char_minibuf_menu_prompt): Fix typo.
16477
164782002-05-15 Eli Zaretskii <eliz@is.elta.co.il>
16479
16480 * eval.c (Fcommandp): Doc fix.
16481
164822002-05-13 Stefan Monnier <monnier@cs.yale.edu>
16483
16484 * keymap.c (keymap_parent): New fun, extracted from Fkeymap_parent.
16485 (Fkeymap_parent, keymap_memberp, fix_submap_inheritance): Use it.
16486 (Fset_keymap_parent): Gcpro a bit more.
16487 (access_keymap): Gcpro around meta_map call and around the main loop.
16488 (get_keyelt): Gcpro when following indirect references.
16489 (copy_keymap_item): New fun, extracted from Fcopy_keymap.
16490 (copy_keymap_1, Fcopy_keymap): Use it. Don't copy the parent map.
16491 (Fdefine_key, Flookup_key): Gcpro before calling get_keymap.
16492 Remove useless ad-hoc remap code.
16493
164942002-05-13 Richard M. Stallman <rms@gnu.org>
16495
16496 * search.c (search_buffer): Give up boyer moore search if inverse
16497 translation change charset_base.
16498
164992002-05-12 Eli Zaretskii <eliz@is.elta.co.il>
16500
16501 * coding.c (decode_coding) <coding_type_ccl>: If a lone CR
16502 characters is carried over from the previous block of text, adjust
16503 coding->produced to account for the extra character.
16504
165052002-05-11 Andreas Schwab <schwab@suse.de>
16506
16507 * coding.c (intersection): Keep the elements of the returned list
16508 in the same order as in the first list.
16509
165102002-05-11 Kim F. Storm <storm@cua.dk>
16511
16512 * keymap.c (current_minor_maps): Fix resizing of cmm_maps;
16513 only update cmm_size if realloc actually succeeds.
16514 Testing with initial size of 2 elements revealed that using
16515 realloc on GNU/Linux would cause a random trap in xmalloc
16516 later on, so I rewrote the code to use malloc/bcopy/free instead
16517 of realloc.
16518
165192002-05-10 Jason Rumney <jasonr@gnu.org>
16520
16521 * w32fns.c (enum_font_cb2): Avoid DBCS raster fonts.
16522
165232002-05-10 Eli Zaretskii <eliz@is.elta.co.il>
16524
16525 * coding.c (encode_coding_sjis_big5): Enclose bitwise AND in
16526 parens, to ensure correct evaluation order.
16527
165282002-05-10 Kim F. Storm <storm@cua.dk>
16529
16530 * keymap.c (Vemulation_mode_map_alists): New variable.
16531 (syms_of_keymap): DEFVAR_LISP it.
16532 (current_minor_maps): Process keymap alists in that list before
16533 minor-mode-overriding-map-alist and minor-mode-map-alist.
16534
165352002-05-09 Richard M. Stallman <rms@gnu.org>
16536
16537 * search.c (Freplace_match): Doc fix.
16538
165392002-05-09 Kim F. Storm <storm@cua.dk>
16540
16541 * macterm.c (x_draw_image_foreground, x_draw_image_foreground_1):
16542 Enlarge cursor rectangle drawn around image with non-zero relief.
16543
16544 * w32term.c (x_draw_image_foreground, w32_draw_image_foreground_1):
16545 Enlarge cursor rectangle drawn around image with non-zero relief.
16546
16547 * xterm.c (x_draw_image_foreground, x_draw_image_foreground_1):
16548 Enlarge cursor rectangle drawn around image with non-zero relief.
16549
165502002-05-07 Eli Zaretskii <eliz@is.elta.co.il>
16551
16552 * xselect.c (lisp_data_to_selection_data): Don't set selection
16553 type if comes from the Lisp object's car. If the selection
16554 contains a pure ASCII text, always return QSTRING as its type.
16555
165562002-05-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16557
16558 * mac.c (mac-cut-function): Doc fix.
16559
165602002-05-05 Richard M. Stallman <rms@gnu.org>
16561
16562 * s/gnu.h [DOUG_LEA_MALLOC] (REL_ALLOC): Undefine it.
16563
165642002-05-04 Jason Rumney <jasonr@gnu.org>
16565
16566 * keyboard.c (make_lispy_event) <mouse-wheel>: Set count to 1
16567 for event-click-count.
16568
16569 * process.c (init_process): Only add server subfeature if we can
16570 use non-blocking I/O.
16571
165722002-05-04 Andrew Choi <akochoi@shaw.ca>
16573
16574 * macterm.c (XTread_socket): Call WaitNextEvent once instead of
16575 repeatedly.
16576
165772002-05-03 Jason Rumney <jasonr@gnu.org>
16578
16579 * process.c (Fmake_network_process): Only support server sockets
16580 when we can make them non-blocking.
16581
16582 * s/ms-w32.h (HAVE_SELECT): Define.
16583
16584 * w32.h (FILE_NDELAY): New flag.
16585
16586 * w32.c (sys_getpeername, fcntl): New functions.
16587 (_sys_read_ahead): Temporarily block on non-blocking sockets.
16588
16589 * w32proc.c: include sys/file.h.
16590
165912002-05-03 Colin Walters <walters@verbum.org>
16592
16593 * callproc.c (Vgame_score_directory): Renamed to
16594 Vshared_game_score_directory.
16595
165962002-04-30 Richard M. Stallman <rms@gnu.org>
16597
16598 * s/gnu.h [emacs]: Include stdio.h.
16599 (GNU_LIBRARY_PENDING_OUTPUT_COUNT): New definition, conditional.
16600
16601 * eval.c (do_autoload): Error if called while preparing to dump.
16602
16603 * fns.c (Frequire): Error if need to load while preparing to dump.
16604
166052002-04-28 Colin Walters <walters@verbum.org>
16606
16607 * callproc.c (Vgame_score_directory) [!HAVE_SHARED_GAME_DIR]:
16608 Default to "~/.emacs.d/games".
16609
166102002-04-29 Stefan Monnier <monnier@cs.yale.edu>
16611
16612 * lread.c (openp): Change arg exec_only to predicate.
16613 (build_load_history): Use XCAR/XCDR.
16614 (Flocate_file_internal): New fun.
16615 (syms_of_lread): Defsubr it.
16616 (Fload): Update call to openp.
16617
16618 * lisp.h (openp): Update prototype.
16619
16620 * xfns.c (x_create_bitmap_from_file, x_find_image_file):
16621 * w32proc.c (sys_spawnve):
16622 * w32fns.c (x_create_bitmap_from_file, x_find_image_file):
16623 * w32.c (check_windows_init_file):
16624 * sound.c (Fplay_sound_internal):
16625 * process.c (Fstart_process):
16626 * macfns.c (x_create_bitmap_from_file, x_find_image_file):
16627 * mac.c (run_mac_command):
16628 * emacs.c (init_cmdargs):
16629 * callproc.c (Fcall_process): Update call to openp.
16630
16631 * textprop.c (remove_properties): Don't use XCAR without CONSP.
16632
16633 * xterm.c (XTread_socket): Disable the Xutf8LookupString code.
16634
166352002-04-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16636
16637 * dispextern.h (DEFAULT_TOOL_BAR_BUTTON_MARGIN)
16638 (DEFAULT_TOOL_BAR_BUTTON_RELIEF): Change default values.
16639
166402002-04-28 Richard M. Stallman <rms@gnu.org>
16641
16642 * minibuf.c (Fall_completions, Ftry_completion): New arg to Fcommandp.
16643
16644 * eval.c (Fcommandp): New arg for_call_interactively.
16645 * lisp.h (Fcommandp): Declare new arg.
16646
166472002-04-28 Jason Rumney <jasonr@gnu.org>
16648
16649 * w32proc.c (syms_of_w32proc): Get true file attributes by default.
16650
16651 * w32.c (stat, fstat): Use file index information to generate
16652 inodes for directories where available.
16653
166542002-04-26 Andrew Choi <akochoi@shaw.ca>
16655
16656 * Makefile.in (C_SWITCH_SYSTEM_TEMACS): Add.
16657 [HAVE_CARBON]: Include Mac object files.
16658
16659 * alloc.c, callproc.c, dispextern.h, dispnew.c, emacs.c,
16660 fontset.c, frame.c, frame.h, keyboard.c, sysdep.c, term.c,
16661 termcap.c, window.c, xdisp.c, xfaces.c: Use macros MAC_OS8,
16662 MAC_OSX, and MAC_OS instead of macintosh.
16663
16664 * editfns.c [MAC_OS8]: Include stdio.h.
16665
16666 * emacs.c [MAC_OS8]: Call mac_initialize instead of x_term_init.
16667
16668 * fontset.c [MAC_OS]: Set Vdefault_fontset to ETL Fixed instead of
16669 Apple Monaco.
16670
16671 * process.c (QCfamily, QCfilte): Declare extern.
16672 (wait_reading_process_input) [MAC_OSX]: Clear bit for stdin before
16673 calling select.
16674
16675 * termcap.c [MAC_OSX]: Don't define tgetnum, PC, tputs, and tgetent.
16676
16677 * tparam.c [MAC_OSX]: Don't define BC and UP.
16678
16679 * config.in [HAVE_CARBON]: Add.
16680
16681 * mac.c, macgui.h, macfns.c, macmenu.c, macterm.c, macterm.h:
16682 Move here from mac/src and mac/inc.
16683
16684 * s/darwin.h, m/powermac.h, unexmacosx.c: New files.
16685
166862002-04-26 Gerd Moellmann <gerd@gnu.org>
16687
16688 * xterm.c (x_draw_phys_cursor_glyph): Undo last change.
16689 Compute phys_cursor_width from the x position returned
16690 by x_draw_glyhs, which is cheaper.
16691 (x_display_and_set_cursor): Compute the buffer-local value
16692 of `cursor-in-non-selected-windows' only when needed.
16693
166942002-04-25 Gerd Moellmann <gerd@gnu.org>
16695
16696 * xterm.c (x_draw_phys_cursor_glyph): Take into account that a box
16697 cursor on a stretch glyph has a width that depends on
16698 x_stretch_cursor_p.
16699
167002002-04-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16701
16702 * abbrev.c (abbrev-start-location): Doc fix.
16703
16704 * indent.c (Fvertical_motion): Fix last change.
16705
167062002-04-25 Gerd Moellmann <gerd@gnu.org>
16707
16708 * indent.c (Fvertical_motion): Move to the start of the line
16709 containing PT before moving up or down.
16710
167112002-04-24 Gerd Moellmann <gerd@gnu.org>
16712
16713 * dispnew.c (update_text_area): Set phys_cursor_on_p to 0 in the
16714 case of writing a whole row, more or less analogous to the case of
16715 writing only parts of a row.
16716
16717 * xterm.c (x_display_and_set_cursor): Set phys_cursor_width to
16718 0 for NO_CURSOR.
16719
16720 * xterm.c (notice_overwritten_cursor): Fix an off by 1 error.
16721
167222002-04-23 Colin Walters <walters@verbum.org>
16723
16724 * buffer.c (syms_of_buffer): Doc fix.
16725
167262002-04-23 Gerd Moellmann <gerd@gnu.org>
16727
16728 * xterm.c (notice_overwritten_cursor): Handle the special case
16729 of the cursor being in the first blank non-text line at the
16730 end of a window.
16731
16732 * xterm.c (x_draw_hollow_cursor, x_draw_bar_cursor)
16733 (x_draw_phys_cursor_glyph): Set phys_cursor_width here.
16734 (x_display_and_set_cursor): Don't set phys_cursor_width here, for
16735 bar cursors only, to make phys_cursor_width contain what its name
16736 suggests.
16737 (notice_overwritten_cursor): Consider the cursor image erased if
16738 the output area intersects the cursor image in y-direction.
16739
167402002-04-23 Simon Marshall <simon@gnu.org>
16741
16742 * xfns.c (x_set_mouse_color): Change default for cross_cursor
16743 to XC_hand2.
16744
167452002-04-23 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16746
16747 * xdisp.c: Remove unused global variable `minibuf_prompt_pixel_width'.
16748
167492002-04-22 Kim F. Storm <storm@cua.dk>
16750
16751 * textprop.c (remove_properties): Fixed trap for malformed plist.
16752
167532002-04-22 Richard M. Stallman <rms@gnu.org>
16754
16755 * cmds.c (Fend_of_line): Handle intangible text in mid line.
16756
16757 * window.c (make_window): Initialize height_fixed_p,
16758 last_cursor_off_p, and p->cursor_off_p slots.
16759
167602002-04-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16761
16762 * fns.c (use-dialog-box): Doc fix.
16763
167642002-04-19 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16765
16766 * xterm.c (note_mode_line_or_margin_highlight): Remove unused
16767 variables `row', `i' and `area'.
16768 (XTread_socket) <KeyPress>: Pass KeyPress events when in menu to
16769 toolkit library.
16770
167712002-04-19 Stefan Monnier <monnier@cs.yale.edu>
16772
16773 * xfaces.c (clear_font_table): Don't free the default font of
16774 a frame even if it's on another display.
16775 (Finternal_set_lisp_face_attribute): Don't use XFRAME on something
16776 that could be Qt.
16777
167782002-04-19 Juanma Barranquero <lektu@terra.es>
16779
16780 * indent.c (Fmove_to_column): Remove unused local variable
16781 `next_boundary_byte'.
16782 (current_column_1): Likewise.
16783
167842002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
16785
16786 * msdos.c (Qhbar): New variable.
16787 (syms_of_msdos): Intern and staticpro it.
16788 (IT_set_cursor_type, IT_set_frame_parameters): Handle the `hbar'
16789 cursor type.
16790
167912002-04-19 Dave Lambert <dlambert@acm.org>
16792
16793 Theses change implement an underscore-like (`hbar') cursor.
16794
16795 * xterm.h (text_cursor_kinds): New enumeration member HBAR_CURSOR.
16796
16797 * xterm.c (x_draw_bar_cursor): New argument KIND; callers changed.
16798 Handle the `hbar' cursor type.
16799 (x_display_and_set_cursor): Handle the HBAR_CURSOR case.
16800
16801 * xfns.c (Qhbar): New variable.
16802 (syms_of_xfns): Intern and staticpro it.
16803 (x_specified_cursor_type): Handle `hbar' cursor.
16804
16805 * s/sol2-5.h (bcopy, bzero, bcmp): Define only if HAVE_BCOPY is
16806 not defined.
16807
168082002-04-18 Richard M. Stallman <rms@gnu.org>
16809
16810 * textprop.c (remove_properties): New arg LIST allows scanning
16811 either a list or a plist.
16812 (interval_has_some_properties_list): New function, like
16813 interval_has_some_properties using list instead of plist.
16814 All callers changed.
16815 (Fremove_list_of_text_properties): New function.
16816 (syms_of_textprop): Defsubr it.
16817
168182002-04-17 Eli Zaretskii <eliz@is.elta.co.il>
16819
16820 * s/sol2.h (HAVE_LIBKSTAT): Define only if not already defined.
16821
168222002-04-17 Juanma Barranquero <lektu@terra.es>
16823
16824 * indent.c (Fmove_to_column): Remove unused local variable `end_byte'.
16825
168262002-04-17 Eli Zaretskii <eliz@is.elta.co.il>
16827
16828 * window.c (coordinates_in_window): Don't report on margin area
16829 if its width is zero.
16830
168312002-04-16 Jason Rumney <jasonr@gnu.org>
16832
16833 * w32fns.c (Fx_file_dialog): Decode file name before using.
16834
16835 * w32term.c (construct_drag_n_drop): Likewise.
16836
168372002-04-16 Eli Zaretskii <eliz@is.elta.co.il>
16838
16839 * puresize.h (BASE_PURESIZE): Increase to 830000, since we now
16840 store load-history in pure space.
16841
16842 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce to 50000.
16843
168442002-04-16 Stefan Monnier <monnier@cs.yale.edu>
16845
16846 * xterm.c (Qlatin_1, Qutf_8): New vars.
16847 (syms_of_xterm): Initialize them.
16848 (XTread_socket): Eliminate incorrect optimization that tried to avoid
16849 decoding the output of X*LookupString.
16850 Always use latin-1 to decode the output of XLookupString.
16851 Try Xutf8LookupString if XmbLookupString failed.
16852
16853 * region-cache.c (new_region_cache): Use BEG.
16854
168552002-04-16 Gerd Moellmann <gerd@gnu.org>
16856
16857 * buffer.c (MMAP_ALLOCATED_P): New macro to be set from system
16858 configuration files.
16859 (mmap_enlarge): Enlarge mapped regions only if MMAP_ALLOCATED_P
16860 returns 0.
16861
168622002-04-15 Andreas Schwab <schwab@suse.de>
16863
16864 * config.in: Regenerated using autoheader.
16865
16866 * m/7300.h, m/acorn.h, m/alliant-2800.h, m/alliant.h, m/alpha.h,
16867 m/altos.h, m/amdahl.h, m/apollo.h, m/arm.h, m/att3b.h, m/aviion.h,
16868 m/celerity.h, m/clipper.h, m/cnvrgnt.h, m/convex.h, m/cydra5.h,
16869 m/delta.h, m/delta88k.h, m/dpx2.h, m/elxsi.h, m/gec63.h,
16870 m/gould.h, m/hp800.h, m/hp9000s300.h, m/i860.h, m/ia64.h,
16871 m/ibmps2-aix.h, m/ibmrs6000.h, m/ibmrt-aix.h, m/ibmrt.h,
16872 m/ibms390.h, m/intel386.h, m/iris4d.h, m/irist.h, m/isi-ov.h,
16873 m/m68k.h, m/macppc.h, m/masscomp.h, m/mg1.h, m/mips-siemens.h,
16874 m/mips.h, m/news-r6.h, m/news.h, m/next.h, m/nh3000.h, m/nh4000.h
16875 m/ns32000.h, m/orion.h, m/pfa50.h, m/plexus.h, m/pmax.h,
16876 m/powerpcle.h, m/pyrmips.h, m/sequent-ptx.h, m/sequent.h,
16877 m/sparc.h, m/sr2k.h, m/symmetry.h, m/tad68k.h, m/tahoe.h,
16878 m/targon31.h, m/tek4300.h, m/tekxd88.h, m/template.h, m/tower32.h,
16879 m/tower32v3.h, m/ustation.h, m/vax.h, m/wicat.h, m/windowsnt.h,
16880 m/xps100.h, s/aix3-2.h, s/aix4-2.h, s/irix4-0.h, s/irix5-0.h,
16881 s/sco5.h, s/unixware.h: Don't set HAVE_ALLOCA, C_ALLOCA and
16882 STACK_DIRECTION, now set by autoconf.
16883
168842002-04-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16885
16886 * dispnew.c (marginal_area_string): Sort arguments.
16887
16888 * dispextern.h (marginal_area_string): Add prototype.
16889
168902002-04-13 Richard M. Stallman <rms@gnu.org>
16891
16892 * fileio.c (Finsert_file_contents):
16893 Don't call temp_output_buffer_setup--do just part, by hand.
16894
16895 * coding.c (run_pre_post_conversion_on_str):
16896 Don't call temp_output_buffer_setup--do just part, by hand.
16897
16898 * keyboard.c (command_loop_1): Don't call start_hourglass
16899 or cancel_hourglass when executing a macro.
16900
16901 * marker.c (count_markers): New function.
16902
16903 * xdisp.c (display_mode_element): Don't let mode_line_proptrans_alist
16904 grow without limit. Move recently used elements to the front.
16905
169062002-04-13 Eli Zaretskii <eliz@is.elta.co.il>
16907
16908 * unexelf.c (unexec) [__sgi]: Undo the change from 2002-01-20.
16909
169102002-04-12 Gerd Moellmann <gerd@gnu.org>
16911
16912 * xdisp.c (sync_frame_with_window_matrix_rows): Don't give frame
16913 rows marginal areas.
16914 (Fdump_frame_glyph_matrix) [GLYPH_DEBUG]: New function.
16915 (syms_of_xdisp) [GLYPH_DEBUG]: Defsubr it.
16916
16917 * dispnew.c (marginal_area_string): Check that glyph row is enabled.
16918
169192002-04-12 Dave Love <fx@gnu.org>
16920
16921 * dispnew.c (marginal_area_string): New.
16922
16923 * window.c (window_part): Add ON_LEFT_MARGIN, ON_RIGHT_MARGIN.
16924 (Qleft_margin, Qright_margin): Declare.
16925 (coordinates_in_window, (Fcoordinates_in_window_p): Deal with margins.
16926
16927 * xterm.c (note_mode_line_or_margin_highlight): Renamed from
16928 note_mode_line_highlight and extended.
16929
16930 * keyboard.c (Qleft_margin, Qright_margin): Declare.
16931 (make_lispy_event): Deal with mouse events in margins.
16932
169332002-04-12 Stefan Monnier <monnier@cs.yale.edu>
16934
16935 * msdos.c (dos_rawgetc): Use a single event for HELP_EVENT.
16936
16937 * keyboard.c (command_loop_1): Turn off transient-mark-mode rather
16938 than deactivating the mark if tmm is set to `lambda'.
16939 (gen_help_event, kbd_buffer_store_help_event, kbd_buffer_get_event):
16940 Use a single event for HELP_EVENT.
16941 (Fexecute_extended_command): Save last_point_position.
16942
169432002-04-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16944
16945 * lisp.h (Fpropertize): Add prototype.
16946
16947 * fns.c (Fy_or_n_p): Use `minibuffer-prompt' face for prompt.
16948
169492002-04-10 Colin Walters <walters@verbum.org>
16950
16951 * config.in: Add HAVE_SHARED_GAME_DIR.
16952
16953 * callproc.c (Vgame_score_directory): New variable.
16954 (syms_of_callproc) <Vgame_score_directory>: DEFVAR_LISP.
16955
169562002-04-10 Richard M. Stallman <rms@gnu.org>
16957
16958 * puresize.h (BASE_PURESIZE): Reduce again to avoid big excess.
16959
169602002-04-09 Stefan Monnier <monnier@cs.yale.edu>
16961
16962 * minibuf.c (read_minibuf): Use empty_string.
16963 (Ftry_completion): Allow lambda forms and lists of strings for `alist'.
16964 Short-circuit the search as soon as it "failed".
16965 (Fall_completions): Allow lambda forms and lists of strings for alist.
16966 (Fcompleting_read): Set Qminibuffer_completion_confirm to nil
16967 when require_match is nil.
16968 (Ftest_completion): Rename from `test_completion' and export to elisp.
16969 Call the predicate also when alist is a list.
16970 Obey Vcompletion_regexp_list.
16971 (do_completion, Fminibuffer_complete_and_exit): Use it.
16972 (Fassoc_string): Rename from `assoc_for_completion'.
16973 Allow list of strings as well and export to elisp.
16974
169752002-04-08 Stefan Monnier <monnier@cs.yale.edu>
16976
16977 * puresize.h (BASE_PURESIZE): Increase to 900KB.
16978
169792002-04-08 Juanma Barranquero <lektu@terra.es>
16980
16981 * w32.c (sys_accept): Don't hide variable `s'.
16982
169832002-04-05 Gerd Moellmann <gerd@gnu.org>
16984
16985 * callint.c (Fcall_interactively): Use INTEGERP instead of
16986 NUMBERP for checking Vhistory_length.
16987
169882002-04-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16989
16990 * sound.c (Fplay_sound_internal): Renamed from Fplay_sound.
16991 Doc fix to reflect it.
16992
169932002-04-04 Richard M. Stallman <rms@gnu.org>
16994
16995 * xdisp.c (display_mode_element): New arg RISKY.
16996 Disregard text props found or specified within a variable
16997 that isn't marked risky-local-variable.
16998 (Qrisky_local_variable): New variable.
16999 (syms_of_xdisp): Init and staticpro it.
17000
170012002-04-04 Stefan Monnier <monnier@cs.yale.edu>
17002
17003 * undo.c (record_point): New fun.
17004 (record_delete, record_insert): Use it.
17005
170062002-04-03 Juanma Barranquero <lektu@terra.es>
17007
17008 * doc.c (Fdocumentation): Add missing parentheses.
17009 (Fdocumentation_property): Likewise.
17010
170112002-04-03 Stefan Monnier <monnier@cs.yale.edu>
17012
17013 * doc.c (Fdocumentation, Fdocumentation_property): When the doc
17014 data is 0, just return nil.
17015
170162002-04-03 Eli Zaretskii <eliz@is.elta.co.il>
17017
17018 * msdos.c (syms_of_msdos): Fix last change with
17019 mouse_autoselect_window.
17020
170212002-04-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17022
17023 * w32term.c, xterm.c, msdos.c: Rename autoselect_window_p to
17024 mouse_autoselect_window.
17025
170262002-04-02 Stefan Monnier <monnier@cs.yale.edu>
17027
17028 * keyboard.c (make_lispy_event): Handle unknown keysyms together
17029 with system-specific keysyms. Use it also for unknown function keys.
17030
17031 * doc.c (reread_doc_file): Return whether reload was attempted.
17032 (Fdocumentation, Fdocumentation_property): Don't try to reload
17033 if the doc is 0 and only ask once.
17034
17035 * Makefile.in (lisp, shortlisp): Add ucs-tables.elc.
17036
170372002-04-02 Eli Zaretskii <eliz@is.elta.co.il>
17038
17039 * keyboard.c (read_char): If the event was Qselect_window,
17040 restore timer_idleness_start_time to its previous value.
17041
17042 * msdos.c (dos_rawgetc): Generate SELECT_WINDOW_EVENTs when required.
17043
170442002-04-01 Stefan Monnier <monnier@cs.yale.edu>
17045
17046 * region-cache.c (new_region_cache): Use BEG.
17047
17048 * marker.c (buf_charpos_to_bytepos, buf_bytepos_to_charpos):
17049 Use BEG and BEG_BYTE.
17050
17051 * doc.c (get_doc_string): Return nil if the location is wrong.
17052 (reread_doc_file): New fun.
17053 (Fdocumentation, Fdocumentation_property):
17054 Call it if get_doc_string fails.
17055 (Fsnarf_documentation): Make it work for a dumped Emacs.
17056
17057 * charset.h (DEC_POS, BUF_DEC_POS): Use BEG_BYTE.
17058 Bound the search with MAX_MULTIBYTE_LENGTH to avoid pathological case.
17059
17060 * charset.c (Fstring): Allow 0 arguments.
17061
17062 * xterm.c (XTread_socket): Fix int/Lisp_Object confusion.
17063
17064 * process.c (DATAGRAM_CONN_P, list_processes_1)
17065 (Fprocess_datagram_address, Fset_process_datagram_address)
17066 (Fset_network_process_options, server_accept_connection):
17067 Fix some int/Lisp_Object confusions (thank you union types).
17068
170692002-04-01 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17070
17071 * msdos.c: Rename x_autoselect_window_p to autoselect_window_p.
17072
17073 * w32term.c: Likewise.
17074 (note_mouse_movement): Put code for x_autoselect_window_p in #if 0.
17075
17076 * keyboard.c (Qselect_window): New symbol.
17077 (head_table): Use it.
17078 (keys_of_keyboard): Bound select-window event to handle-select-window.
17079 (kbd_buffer_get_event): Make a Lisp event from SELECT_WINDOW_EVENT.
17080
17081 * xterm.c: Rename x_autoselect_window_p to autoselect_window_p.
17082 (last_window): New variable.
17083 (XTread_socket): Generate SELECT_WINDOW_EVENTs.
17084 (note_mouse_movement): Remove reimplemented code in #if 0.
17085 (XTread_socket): Generate SELECT_WINDOW_EVENTs only for
17086 Emacs windows.
17087
17088 * termhooks.h (enum event_kind): New event type `SELECT_WINDOW_EVENT'.
17089
170902002-03-31 Gerd Moellmann <gerd@gnu.org>
17091
17092 * xterm.c (x_get_char_face_and_encoding): Add parameter DISPLAY_P.
17093 Callers changed.
17094
170952002-03-30 Richard M. Stallman <rms@gnu.org>
17096
17097 * window.c (window_scroll_pixel_based): Exit the move_it_by_lines
17098 loop whenever it stops making progress.
17099
17100 * widget.c (set_frame_size): Don't call change_frame_size.
17101
171022002-03-30 Gerd Moellmann <gerd@gnu.org>
17103
17104 * dispnew.c (direct_output_for_insert):
17105 Call mark_window_display_accurate.
17106
171072002-03-29 Jason Rumney <jasonr@gnu.org>
17108
17109 * w32term.c (w32_draw_relief_rect): Fix calculations of line lengths.
17110
171112002-03-29 Eli Zaretskii <eliz@is.elta.co.il>
17112
17113 * Makefile.in (lread.o): Depend on coding.h.
17114
17115 * lread.c (openp, Fload): Encode the file name before passing it
17116 to `stat', `access', and `emacs_open'.
17117 (openp): GCPRO the encoded file name. Don't recompute Lisp
17118 strings unnecessarily.
17119
171202002-03-29 Kim F. Storm <storm@cua.dk>
17121
17122 * fns.c (Flax_plist_put): Doc fix.
17123
171242002-03-28 Miles Bader <miles@gnu.org>
17125
17126 * process.c (DATAGRAM_CONN_P): Make sure PROC is really a process.
17127
171282002-03-27 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17129
17130 * process.c (set-network-process-options): Add usage.
17131 (make-network-process): Doc fix.
17132
171332002-03-26 Eli Zaretskii <eliz@is.elta.co.il>
17134
17135 * emacs.c (Fdump_emacs): Fix a typo in "command-line-processed".
17136
171372002-03-26 Richard M. Stallman <rms@gnu.org>
17138
17139 * fns.c (Fsubstring_no_properties): New function.
17140 (Flax_plist_get, Flax_plist_put): New functions.
17141 (syms_of_fns): defsubr them.
17142
17143 * xdisp.c (update_menu_bar): Test only update_mode_lines;
17144 don't test or alter w->update_mode_line.
17145
17146 * window.c (Fdisplay_buffer): Doc fix.
17147
171482002-03-24 Richard M. Stallman <rms@gnu.org>
17149
17150 * regex.c (GET_UNSIGNED_NUMBER): Give proper error for spaces.
17151
171522002-03-24 Gerd Moellmann <gerd@gnu.org>
17153
17154 * eval.c (Qdeclare, Vmacro_declaration_function): New variables.
17155 (Fdefmacro): Handle `(declare ...)'.
17156 (syms_of_eval) <Qdeclare>: Initialize and staticpro.
17157 (syms_of_eval) <Vmacro_declaration_function>: DEFVAR_LISP.
17158
171592002-03-24 Jason Rumney <jasonr@gnu.org>
17160
17161 * w32fns.c (xbm_scan, xbm_load_image, xbm_read_bitmap_data)
17162 (xbm_file_p): Add prototypes.
17163 (xbm_format, xbm_image_p): Sync with xfns.c.
17164 (reflect_byte): New function.
17165 (xbm_read_bitmap_data): Sync with xfns.c, adapt for Windows.
17166 (xbm_load_image): Create bitmaps with a depth of 1.
17167 (init_xfns): Enable XBM images.
17168
171692002-03-23 Jason Rumney <jasonr@gnu.org>
17170
17171 * w32term.c (w32_handle_tool_bar_click): Detect up and down events
17172 correctly. Do not pass up_modifier to keyboard buffer.
17173
17174 * w32fns.c [HAVE_IMAGES, HAVE_PBM]: Remove conditionals.
17175
171762002-03-22 Stefan Monnier <monnier@cs.yale.edu>
17177
17178 * Makefile.in (bootstrapclean): New target.
17179 (bootstrap-temacs, bootstrap-doc): Remove.
17180 (bootstrap-emacs): Use a bog-standard `temacs'.
17181 Don't bother to build a DOC file.
17182
17183 * sysdep.c (wait_for_termination): Use sigsuspend rather than sigpause.
17184
17185 * emacs.c (main): Handle --unibyte, --multibyte, and --no-loadup
17186 in temacs even if !CANNOT_DUMP.
17187 (standard_args): Keep --no-loadup even if !CANNOT_DUMP.
17188
17189 * alloc.c (check_pure_size): Only output a warning.
17190
171912002-03-22 Jason Rumney <jasonr@gnu.org>
17192
17193 * w32fns.c (Fx_create_frame): Enable tool-bar when images are
17194 supported.
17195
17196 * w32term.c (zv_bits): Declare as short, for word alignment.
17197 (w32_read_socket) <WM_XBUTTONUP>: Fix last change.
17198 (syms_of_w32term): Define x-use-underline-position-properties.
17199
17200 * w32fns.c (x_set_cursor_color): Set cursor_gc as well.
17201 (clear_image_cache): Block input, fix logic, clear matrices in
17202 all frames that share this cache.
17203
172042002-03-22 Eli Zaretskii <eliz@is.elta.co.il>
17205
17206 * emacs.c (main): Update the Copyright year in the blurb printed
17207 by "emacs --version".
17208
17209 * xdisp.c (message_with_string): Fix syntax of a call to GCPRO2.
17210
17211 * xterm.c (XTread_socket): If XK_ISO_Lock and
17212 XK_ISO_Last_Group_Lock are defined, handle keysyms between
17213 XK_ISO_Lock and XK_ISO_Last_Group_Lock similarly to Mode_switch.
17214
172152002-03-21 Kim F. Storm <storm@cua.dk>
17216
17217 * keyboard.c (menu_bar_items): Mostly undo 2002-02-20 patch, so
17218 menu-bar bindings in keymap and local-map properties _are_ used.
17219 But try keymap property first in accordance with 2002-01-03 patch.
17220 Added comment describing why this is not always reliable.
17221 (tool_bar_items): Ditto for tool-bar.
17222
172232002-03-21 Jason Rumney <jasonr@gnu.org>
17224
17225 * w32fns.c (x_clear_image_1): Disable color table code.
17226
172272002-03-21 Kim F. Storm <storm@cua.dk>
17228
17229 * lisp.h (DEFUN) [USE_NONANSI_DEFUN]: The 2001-10-17 patch
17230 removed the wrong version of the DEFUN macro; fixed it.
17231
17232 * fns.c (Ffeaturep): Allow subfeature to be a list (test using
17233 Fmember rather than Fmemq).
17234 (Fprovide): Check that subfeatures is a list.
17235
17236 * process.c (QCfeature, QCdatagram): Removed variables.
17237 (QCtype, Qdatagram): New variables.
17238 (network_process_featurep): Removed function.
17239 (Fmake_network_process): Removed :feature check.
17240 Use :type 'datagram instead of :datagram t to create a datagram
17241 socket. This allows us to add other connection types (e.g. raw
17242 sockets) later in a consistent manner.
17243 (init_process) [subprocess, HAVE_SOCKETS]: Provide list of
17244 supported subfeatures for feature make-network-process.
17245 (syms_of_process) [subprocess]: Remove QCfeature and QCdatagram.
17246 Intern and staticpro QCtype and Qdatagram.
17247 (syms_of_process) [!subprocess]: Intern and staticpro QCtype.
17248
17249 * xfns.c: (QCtype): Remove duplicate declaration and
17250 initialization (is now declared in process.c).
17251
17252 * w32fns.c: (QCtype): Remove duplicate declaration and
17253 initialization (is now declared in process.c).
17254
172552002-03-21 Richard M. Stallman <rms@gnu.org>
17256
17257 * regex.c (DISCARD_FAILURE_REG_OR_COUNT): New macro.
17258 (CHECK_INFINITE_LOOP): Use DISCARD_FAILURE_REG_OR_COUNT
17259 when jumping to `fail' to avoid undoing reg changes in the
17260 last iteration of the loop.
17261 (GET_UNSIGNED_NUMBER): Skip spaces around the number.
17262
17263 * Makefile.in (dispnew.o, sysdep.o, xdisp.o, xselect.o, alloc.o):
17264 Depend on process.h.
17265
172662002-03-20 Jason Rumney <jasonr@gnu.org>
17267
17268 Most of the following changes are still conditional on HAVE_IMAGES
17269 which is not set by default on Windows.
17270
17271 * emacs.c (main) [WINDOWSNT]: Call init_xfns.
17272
17273 * w32fns.c (x_set_cursor_color): Set foreground of cursor, not frame.
17274 (Fimage_size, Fimage_mask_p, XPutPixel): New functions.
17275 (four_corners_best, x_clear_image_1, x_clear_image)
17276 (x_alloc_image_color, postprocess_image)
17277 (x_create_x_image_and_pixmap, x_destroy_x_image, xbm_load_image)
17278 (x_from_x_colors, x_disable_image, pbm_load): Adapt for Windows.
17279 (init_xfns, syms_of_w32fns): Initialize image functions and constants.
17280
17281 * w32gui.h (struct XImage): Define.
17282
17283 * w32term.c (w32_read_socket) <WM_XBUTTONUP>: Use XFASTINT to
17284 extract mouse co-ordinates.
17285
172862002-03-20 Jason Rumney <jasonr@gnu.org>
17287
17288 * w32.c (init_winsock): Dynamically load new server and UDP
17289 socket functions.
17290 (socket_to_fd): New function.
17291 (sys_socket): Use it.
17292 (sys_setsockopt, sys_listen, sys_getsockname, sys_accept)
17293 (sys_recvfrom, sys_sendto): New wrapper functions.
17294
17295 * process.c (QCfamily, QCfilter): Remove duplicate declaration
17296 and initialization.
17297
17298 * makefile.w32-in (LIBS): Remove $(WSOCK32).
17299
173002002-03-20 Eli Zaretskii <eliz@is.elta.co.il>
17301
17302 * process.c (conv_sockaddr_to_lisp, conv_lisp_to_sockaddr):
17303 Don't use "sun" as a variable, it's a predefined constant on Sun
17304 machines.
17305
173062002-03-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17307
17308 * bytecode.c (Fbyte_code): Revert last change.
17309
173102002-03-19 Kim F. Storm <storm@cua.dk>
17311
17312 * makefile.w32-in (LIBS): Add $(WSOCK32).
17313 From David Ponce <dponce@voila.fr>.
17314
173152002-03-18 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17316
17317 * process.c (wait_reading_process_input): Move variables `pname'
17318 and `pnamelen' down where they are used.
17319
17320 * bytecode.c (Fbyte_code): Discard unused computed value to
17321 prevent gcc warning.
17322
17323 * lisp.h (Fplist_member): Add prototype.
17324
173252002-03-18 Kim F. Storm <storm@cua.dk>
17326
17327 * config.in: Add HAVE_SENDTO, HAVE_RECVFROM, HAVE_SETSOCKOPT,
17328 HAVE_GETSOCKOPT, HAVE_GETPEERNAME, HAVE_GETSOCKNAME, and HAVE_SYS_UN_H.
17329
17330 * process.c: Define HAVE_LOCAL_SOCKETS based on HAVE_SYS_UN_H.
17331 Remove explicit GNU_LINUX settings for datagram support.
17332
173332002-03-18 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17334
17335 * process.c (Fmake_network_process): Remove unused variable `sa'.
17336 Doc fix. Add usage:.
17337 (set_socket_options): Remove unused variables `optnum' and `opttype'.
17338
173392002-03-17 Richard M. Stallman <rms@gnu.org>
17340
17341 * xdisp.c (cursor_type_changed): New variable.
17342 (redisplay_internal): Redisplay all windows if cursor_type_changed.
17343 Clear it when clearing windows_or_buffers_changed.
17344 (try_cursor_movement, redisplay_window, try_window_id)
17345 (try_window_reusing_current_matrix): Test cursor_type_changed
17346 along with windows_or_buffers_changed.
17347
17348 * window.h (cursor_type_changed): New variable.
17349
17350 * xfns.c (x_set_cursor_type): Set cursor_type_changed,
17351 not update_mode_lines, and always set it to 1.
17352
17353 * xdisp.c (clear_garbaged_frames): Don't set windows_or_buffers_changed
17354 if no frames needed redrawing.
17355
173562002-03-17 Kim F. Storm <storm@cua.dk>
17357
17358 The following changes add support for network server processes,
17359 datagram connections, and local (unix) sockets.
17360
17361 * process.h (struct Lisp_Process): New member log.
17362 Doc fix: Member command used to indicate stopped network process.
17363 Doc fix: Member childp contains plist for network process.
17364 Doc fix: Member kill_without_query is inverse of query-on-exit flag.
17365
17366 * process.c (Qlocal, QCname, QCbuffer, QChost, QCservice, QCfamily)
17367 (QClocal, QCremote, QCserver, QCdatagram, QCnowait, QCnoquery,QCstop)
17368 (QCcoding, QCoptions, QCfilter, QCsentinel, QClog, QCfeature):
17369 New variables.
17370 (NETCONN1_P): New macro.
17371 (DATAGRAM_SOCKETS): New conditional symbol.
17372 (datagram_address): New array.
17373 (DATAGRAM_CONN_P, DATAGRAM_CHAN_P): New macros.
17374 (status_message): Use concat3.
17375 (Fprocess_status): Add `listen' status to doc string. Return `stop'
17376 for a stopped network process.
17377 (Fset_process_buffer): Update contact plist for network process.
17378 (Fset_process_filter): Ditto. Don't enable input for stopped
17379 network processes. Server must listen, even if filter is t.
17380 (Fset_process_query_on_exit_flag, Fprocess_query_on_exit_flag):
17381 New functions.
17382 (Fprocess_kill_without_query): Removed. Now defined in simple.el.
17383 (Fprocess_contact): Added KEY argument. Handle datagrams.
17384 (list_processes_1): Optionally show only processes with the query
17385 on exit flag set. Dynamically adjust column widths. Omit tty
17386 column if not needed. Report stopped network processes.
17387 Identify server and datagram network processes.
17388 (Flist_processes): New optional arg `query-only'.
17389 (conv_sockaddr_to_lisp, get_lisp_to_sockaddr_size)
17390 (conv_lisp_to_sockaddr, set_socket_options)
17391 (network_process_featurep, unwind_request_sigio): New helper functions.
17392 (Fprocess_datagram_address, Fset_process_datagram_address):
17393 (Fset_network_process_options): New lisp functions.
17394 (Fopen_network_stream): Removed. Now defined in simple.el.
17395 (Fmake_network_process): New lisp function. Code is based on previous
17396 Fopen_network_stream, but heavily reworked with new property list based
17397 argument list, support for datagrams, server processes, and local
17398 sockets in addition to old client-only functionality.
17399 (server_accept_connection): New function.
17400 (wait_reading_process_input): Use it to handle incoming connects.
17401 Do not enable input on a new connection if process is stopped.
17402 (read_process_output): Handle datagram sockets. Use 2k buffer for them.
17403 (send_process): Handle datagram sockets.
17404 (Fstop_process, Fcontinue_process): Apply to network processes. A stopped
17405 network process is indicated by setting command field to t .
17406 (Fprocess_send_eof): No-op if datagram connection.
17407 (Fstatus_notify): Don't read input for a stream server socket or a
17408 stopped network process.
17409 (init_process): Initialize datagram_address array.
17410 (syms_of_process): Intern and staticpro new variables, defsubr new
17411 functions.
17412
174132002-03-16 Jason Rumney <jasonr@gnu.org>
17414
17415 * w32fns.c (w32_to_all_x_charsets): Return correct type in
17416 startup case.
17417
174182002-03-16 Richard M. Stallman <rms@gnu.org>
17419
17420 * xdisp.c (redisplay_internal, redisplay_windows):
17421 Use list_of_error to call internal_condition_case_1.
17422 (safe_eval, safe_call): Pass Qt to internal_condition_case_{1,2}
17423 so as to catch all errors with no possibility of debugger redisplay.
17424 (list_of_error): New variable.
17425 (syms_of_xdisp): Init and staticpro it.
17426
17427 * print.c (print_object): Delete `\ ' from printed rep of frame.
17428
174292002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
17430
17431 * msdos.c (dos_rawgetc): Disable the x-autoselect-window feature,
17432 until its implementation is fixed.
17433
174342002-03-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17435
17436 * xfns.c (png_load): Remove unused variable `gamma_str'.
17437
174382002-03-14 Richard M. Stallman <rms@gnu.org>
17439
17440 * xfns.c (x_real_positions): Handle failure in XQueryTree.
17441
174422002-03-14 Miles Bader <miles@gnu.org>
17443
17444 * intervals.c (adjust_for_invis_intang): New function.
17445 (set_point_both): Use `adjust_for_invis_intang' to do most of the
17446 work for dealing with invisible+intangible regions. Do so before
17447 and after both forward and backward movements, to handle both
17448 front-sticky and rear-sticky cases.
17449 * textprop.c (text_property_stickiness): Function moved here from
17450 `editfns.c'.
17451 * intervals.h (text_property_stickiness): New declaration.
17452 * editfns.c (char_property_eq): Function removed.
17453 (text_property_stickiness): Function moved to `textprop.c'.
17454
174552002-03-13 Jason Rumney <jasonr@gnu.org>
17456
17457 * config.in: Add STRFTIME_NO_POSIX2.
17458
17459 * strftime.c (my_strftime) [STRFTIME_NO_POSIX2]: Handle %h, %EX
17460 and %OX when underlying strftime does not.
17461
174622002-03-13 Stefan Monnier <monnier@cs.yale.edu>
17463
17464 * xterm.c (x_set_toolkit_scroll_bar_thumb) <USE_MOTIF>:
17465 Use a fixed-size thumb (based on an ad-hoc estimate of 30 chars per
17466 line) to avoid annoying flicker.
17467 (xm_scroll_callback): Get rid of the now unnecessary kludge.
17468 (XTread_socket): Mark it static.
17469
17470 * xdisp.c (display_mode_element): Fix int/Lisp_Object mixup.
17471
174722002-03-13 Kim F. Storm <storm@cua.dk>
17473
17474 * puresize.h (BASE_PURESIZE): Increase to 775000.
17475
174762002-03-12 Juanma Barranquero <lektu@terra.es>
17477
17478 * editfns.c (syms_of_editfns): Fix typo.
17479
174802002-03-12 Gerd Moellmann <gerd@gnu.org>
17481
17482 * xsmfns.c: Include stdio.h because termhooks.h needs it.
17483 Include termopt.h for interrupt_input.
17484
174852002-03-11 Andreas Schwab <schwab@suse.de>
17486
17487 * coding.c (syms_of_coding) <file-coding-system-alist>: Doc fix.
17488
174892002-03-11 Gerd Moellmann <gerd@gnu.org>
17490
17491 * xterm.c (note_mouse_movement): Put code for
17492 x_autoselect_window_p in #if 0.
17493
17494 * lread.c (Fload): Don't assume that message_with_string uses the
17495 string it is given like a C string.
17496
174972002-03-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17498
17499 * xterm.h (x_session_check_input, x_session_initialize): Declare.
17500
17501 * xterm.c (XTread_socket): Add call to x_session_check_input and
17502 x_session_have_connection.
17503 (x_initialize): Add call to x_session_initialize.
17504
17505 * termhooks.h (enum event_kind): Add save_session_event.
17506
17507 * keyboard.c: Add Emacs event save_session_event.
17508
17509 * emacs.c (main): Add call to syms_of_xsmfns.
17510
17511 * lisp.h (syms_of_xsmfns): Declare extern.
17512
17513 * config.in: Add HAVE_X_SM.
17514
17515 * Makefile.in (LIBXT): Add -lSM -lICE
17516 if HAVE_X_SM and not USE_X_TOOLKIT.
17517 (XOBJ): New file xsmfns.c added.
17518
17519 * xsmfns.c: New file for X session management.
17520
175212002-03-09 Jason Rumney <jasonr@gnu.org>
17522
17523 * fileio.c (Fcopy_file) [WINDOWS_NT]: Ensure file is not
17524 read-only when setting modified time.
17525
175262002-03-08 Gerd Moellmann <gerd@gnu.org>
17527
17528 * xdisp.c (move_it_vertically_backward): At the end of the function,
17529 when moving forward by lines, treat terminal frames specially.
17530
17531 * keyboard.c (echo_char): Make sure to add a separator between
17532 keys even if echo_dash hasn't been called.
17533
17534 * xdisp.c: Use new string macros.
17535 (update_echo_area): Pass number of bytes to message3 instead of
17536 number of chars.
17537 (set_message_1): Don't access a string's size_byte directly.
17538 (decode_mode_spec_coding): Use number of bytes of eoltype string
17539 instead number of chars.
17540
17541 * lisp.h (SREF, SDATA, SCHARS, SBYTES, SMBP): New macros.
17542
175432002-03-08 Juanma Barranquero <lektu@terra.es>
17544
17545 * w32fns.c (Fx_display_color_cells): Force 24+ bit color depths to
17546 24-bit.
17547
175482002-03-06 Jason Rumney <jasonr@gnu.org>
17549
17550 * w32term.c (x_draw_hollow_cursor): Draw same size as block cursor.
17551
175522002-03-06 Gerd Moellmann <gerd@gnu.org>
17553
17554 * keyboard.c (echo_prompt, echo_char, echo_dash, echo_now)
17555 (cancel_echoing, echo_length, echo_truncate): Changed to
17556 work with new kboard definition.
17557 (echo_now): Use message3_nolog instead of message2_nolog.
17558
17559 * alloc.c (mark_kboards): Mark echo_string.
17560
17561 * keyboard.h (ECHOBUFSIZE): Removed.
17562 (struct kboard): Member echoptr removed, member echobuf renamed
17563 to echo_string.
17564
17565 * xdisp.c (message_with_string): Use Fformat instead of doprnt and
17566 message3 instead of message2 to display the message using STRING's
17567 text properties.
17568
175692002-03-05 Andreas Schwab <schwab@suse.de>
17570
17571 * xdisp.c (hscroll_margin): Change to EMACS_INT.
17572
175732002-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
17574
17575 * frame.c (default-frame-alist): Explain that setting it doesn't
17576 affect existing frames.
17577
175782002-03-05 Stefan Monnier <monnier@cs.yale.edu>
17579
17580 * indent.c (skip_invisible): Fix my brain fart.
17581
17582 * dispnew.c (sit_for): Don't wait if executing a kbd macro.
17583
175842002-03-04 Stefan Monnier <monnier@cs.yale.edu>
17585
17586 * dosfns.c, dosfns.h, dispnew.c, dispextern.h, commands.h, charset.c,
17587 * alloc.c, abbrev.c, emacs.c, eval.c, keyboard.c, keyboard.h,
17588 * lisp.h, lread.c, sysdep.c, termcap.c, termchar.h, w32term.c,
17589 * window.c, xdisp.c, xselect.c, xterm.c: Change defvar_int definition
17590 and variables to use EMACS_INT instead of just int.
17591
17592 * buffer.c (syms_of_buffer): Allow non-string `mode-name'.
17593
175942002-03-04 Eli Zaretskii <eliz@is.elta.co.il>
17595
17596 * sysdep.c (sys_subshell) [MSDOS]: If PWD is set in the
17597 environment, pass it down with corrected value.
17598
175992002-03-04 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17600
17601 * lread.c (read_filtered_event): Do not call start_hourglass
17602 before returning.
17603
176042002-03-04 Juanma Barranquero <lektu@terra.es>
17605
17606 * w32term.c (x_display_and_set_cursor): Fix typo.
17607
176082002-03-03 Richard M. Stallman <rms@gnu.org>
17609
17610 * fileio.c (Fmake_temp_name): Doc fix.
17611
176122002-03-03 Gary Wong <gtw@gnu.org>
17613
17614 * termcap.c [!emacs]: Replace ospeed for building standalone
17615 libtermcap, for binary compatibility.
17616
17617 * tparam.c [!emacs]: Move #define of bcopy to after string.h.
17618
176192002-03-03 Richard M. Stallman <rms@gnu.org>
17620
17621 * xrdb.c (file_p): Rename arg `path' to `filename'.
17622
17623 * abbrev.c (Fexpand_abbrev): Increment plist as use count
17624 only if it is an integer.
17625
17626 * xfns.c (png_load): Set screen_gamma based on f->gamma.
17627 If png_get_sRGB gives an answer, call png_set_gamma
17628 using the default image gamma value.
17629
17630 * lread.c (read1): When reading from a file, default string to
17631 multibyte only if it has some multibyte characters.
17632
17633 * print.c (print_object): Output multibyte chars 128...255
17634 using \x even if ! print_escape_multibyte.
17635
17636 * xdisp.c (display_mode_element): Move the places where
17637 bytepos, charpos, this, and lisp_string are set.
17638 Use lisp_string to set bytepos.
17639
17640 * xdisp.c (redisplay_internal):
17641 Call clear_image_cache only if HAVE_WINDOW_SYSTEM.
17642
17643 * xdisp.c (display_mode_element): Merge properties specified with
17644 :propertize onto those that come with the string.
17645
176462002-03-03 Eli Zaretskii <eliz@is.elta.co.il>
17647
17648 * xdisp.c (syms_of_xdisp) <auto-hscroll-mode>: Renamed from
17649 automatic-hscrolling. Users changed.
17650 <hscroll-margin>: Renamed from automatic-hscroll-margin.
17651 Users changed.
17652 <hscroll-step>: Renamed from automatic-hscroll-step. Users changed.
17653
176542002-03-02 Eli Zaretskii <eliz@is.elta.co.il>
17655
17656 * buffer.c (syms_of_buffer) <buffer-file-coding-system>: Doc fix.
17657
176582002-03-02 Kim F. Storm <storm@cua.dk>
17659
17660 * window.c (Fminibuffer_selected_window): New function.
17661 (syms_of_window): Defsubr it.
17662
176632002-03-01 Kim F. Storm <storm@cua.dk>
17664
17665 * window.h (struct window): New member phys_cursor_width.
17666
17667 * window.c (make_window, replace_window): Init phys_cursor_width.
17668
17669 * xterm.c (x_display_and_set_cursor): Blink box cursor using
17670 hollow box cursor. Blink bar cursor using 1 pixel wide bar.
17671
17672 * w32term.c (x_display_and_set_cursor): Blink box cursor using
17673 hollow box cursor. Blink bar cursor using 1 pixel wide bar.
17674
17675 * lisp.h (GCPRO6): New macro.
17676
17677 * process.c (Fopen_network_stream): Use GCPRO6.
17678
176792002-03-01 Kim F. Storm <storm@cua.dk>
17680
17681 * process.c (Qconnect, Qfailed): New variables.
17682 (syms_of_process): Intern and staticpro them.
17683 (Fprocess_status): Document connect and failed return values.
17684 [NON_BLOCKING_CONNECT]: New conditional.
17685 (connect_wait_mask, num_pending_connects): New variables.
17686 (status_message): Convert Qfailed status.
17687 (Fopen_network_stream): Added support for non-blocking connect.
17688 New optional args: filter, sentinel, non_blocking. Doc updated.
17689 [HAVE_GETADDRINFO, !HAVE_GETADDRINFO]: Merged common code.
17690 (deactivate_process): Handle pending non-blocking connect.
17691 (wait_reading_process_input): Poll for status of non-blocking
17692 connects. Exec sentinel directly when connect succeeds.
17693 (status_notify): Don't read process output if not yet connected.
17694
176952002-02-28 Kim F. Storm <storm@cua.dk>
17696
17697 * window.c: (minibuf_selected_window): Renamed from
17698 Vminibuf_selected_window. Users changed.
17699 (syms_of_window): Staticpro it.
17700
177012002-02-26 Kim F. Storm <storm@cua.dk>
17702
17703 The following changes add a new Vminibuf_selected_window variable
17704 which is similar to Vminibuf_scroll_window, but which is only set
17705 on entry to the minibuffer (from a non-minibuffer window):
17706
17707 * window.c: (Vminibuf_selected_window): New variable.
17708 (struct save_window_data): New member minibuf_selected_window.
17709 (Fset_window_configuration): Restore Vminibuf_selected_window.
17710 (Fcurrent_window_configuration): Save Vminibuf_selected_window.
17711 Set minibuf_scroll_window member to nil if minibuf_level is 0.
17712 (compare_window_configurations): Compare minibuf_selected_window.
17713
17714 * window.h: (Vminibuf_selected_window): Declare extern.
17715
17716 * minibuf.c (read_minibuf): Set Vminibuf_selected_window on first
17717 entry to minibuffer or on entry from a non-minibuffer window.
17718
17719 * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3): Compare with
17720 Vminibuf_selected_window instead of Vminibuf_scroll_window.
17721
17722 * xdisp.c (init_iterator): Compare with Vminibuf_selected_window
17723 instead of Vminibuf_scroll_window when deciding in which window
17724 the region should be highlighted. Consequently, the region remains
17725 highlighteded even when a completion buffer is also displayed.
17726
177272002-02-26 Eli Zaretskii <eliz@is.elta.co.il>
17728
17729 * fileio.c (Fsubstitute_in_file_name): Fix the change from 2002-02-08.
17730
17731 * xselect.c (Qcompound_text_with_extensions): Renamed from
17732 Qcompound_text_no_extensions.
17733 (lisp_data_to_selection_data, syms_of_xselect): Use the new name.
17734
177352002-02-26 Juanma Barranquero <lektu@terra.es>
17736
17737 * w32proc.c (syms_of_ntproc): Doc fix.
17738
177392002-02-24 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17740
17741 * intervals.h: Include "dispextern.h" unconditionally.
17742
177432002-02-24 Jason Rumney <jasonr@gnu.org>
17744
17745 * Makefile.in (WINNT_SUPPORT) [WINDOWSNT]: Add w32-vars.elc
17746 and disp-table.elc.
17747 (lisp): Add emacs-lisp/backquote.elc.
17748
177492002-02-24 Kim F. Storm <storm@cua.dk>
17750
17751 * keymap.c (Flookup_key): Fix problem in 2001-12-28 patch:
17752 The validation of the event type was too strict as it didn't
17753 allow string events; buffer names are used in bindings for
17754 menu-bar-select-buffer (see `menu-bar-update-buffers').
17755
177562002-02-23 Kim F. Storm <storm@cua.dk>
17757
17758 The following changes rework my patch of 2002-02-06 which
17759 added command remapping by entering the commands directly into
17760 the keymaps. Now, command remapping uses an explicit `remap'
17761 prefix in the keymaps, i.e. [remap COMMAND].
17762
17763 * keymap.c (Qremap, remap_command_vector): New variables.
17764 (is_command_symbol): Remove function.
17765 (Fdefine_key): No longer accept a symbol for KEY.
17766 Added validation of [remap COMMAND] argument for KEY.
17767 The DEF is no longer required to be a symbol when remapping a command.
17768 (Fremap_command): New function to remap command through keymaps.
17769 (Flookup_key): Perform command remapping initiated by
17770 Fremap_command directly for speed.
17771 (Fkey_binding): Use Fremap_command for command remapping.
17772 (where_is_internal): Handle new command remapping representation.
17773 (syms_of_keymap): Intern Qremap, initialize remap_command_vector,
17774 staticpro them. Defsubr Fremap_command.
17775
17776 * keymap.h (Fremap_command): Declare extern.
17777 (is_command_symbol): Remove extern.
17778
17779 * keyboard.c (command_loop_1): Use Fremap_command for command
17780 remapping; now try command remapping for all symbols.
17781
177822002-02-23 Eli Zaretskii <eliz@is.elta.co.il>
17783
17784 * coding.h (run_pre_post_conversion_on_str): Add prototype.
17785
177862002-02-23 Jason Rumney <jasonr@gnu.org>
17787
17788 * w32select.c (Fw32_set_clipboard_data): Run pre-write-conversion
17789 on the string before encoding it.
17790 (Fw32_get_clipboard_data): Run post-read-conversion on the string
17791 after decoding it.
17792
17793 * w32fns.c (w32_wnd_proc) <WM_TIMER>: Fix last change.
17794
177952002-02-23 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17796
17797 * w32term.c (enter_timestamp): Remove unused static variable to
17798 prevent warning.
17799
17800 * xterm.c (enter_timestamp): Put in #if 0 to prevent warning.
17801
178022002-02-23 Eli Zaretskii <eliz@is.elta.co.il>
17803
17804 * w16select.c (Fw16_get_clipboard_data): Fix last change.
17805
17806 * xselect.c (selection_data_to_lisp_data): Fix last change.
17807
178082002-02-22 Jason Rumney <jasonr@gnu.org>
17809
17810 * w32term.h (struct w32_output): New member menu_command_in_progress.
17811
17812 * w32menu.c (menubar_selection_callback): Free the menu and
17813 clear the menu_command_in_progress flag.
17814
17815 * w32fns.c (mouse_move_timer, mouse_button_timer): Initialize.
17816 (menu_free_timer): New variable.
17817 (MENU_FREE_ID, MENU_FREE_DELAY): New constants.
17818 (w32_wnd_proc) <WM_TIMER>: Handle menu_free_timer.
17819 <WM_EXITMENULOOP>: Delay before freeing menu. Do nothing if a
17820 menu command is in progress.
17821 <WM_COMMAND>: Set the menu_command_in_progress flag.
17822 Kill any menu_free_timer that is running.
17823
17824 * w32term.c (w32_text_out): Renamed from W32_TEXTOUT.
17825 Call ExtTextOutA rather than ExtTextOut.
17826
178272002-02-22 Eli Zaretskii <eliz@gnu.org>
17828
17829 * puresize.h (BASE_PURESIZE): Increase to 755000.
17830
178312002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
17832
17833 * w16select.c (Fw16_set_clipboard_data): Run pre-write-conversion
17834 on the string before encoding it.
17835 (Fw16_get_clipboard_data): Run post-read-conversion on the string
17836 after decoding it.
17837
178382002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
17839
17840 Support for ICCCM Extended Segments in X selections:
17841
17842 * xselect.c <Qcompound_text_no_extensions>: New variable.
17843 (syms_of_xselect): Intern and staticpro it.
17844 (selection_data_to_lisp_data): Run post-read-conversion on decoded
17845 selection text.
17846 (lisp_data_to_selection_data): If next-selection-coding-system is
17847 compound-text-no-extensions, set the type of selection to be
17848 compound-text.
17849
17850 * xterm.h (x_encode_text): Update prototype.
17851
17852 * xfns.c (x_encode_text): Accept additional arg SELECTIONP; all
17853 callers changed. If SELECTIONP is non-zero, run the
17854 pre-write-conversion function before encoding the selection text.
17855
178562002-02-21 Kim F. Storm <storm@cua.dk>
17857
17858 * frame.c (syms_of_frame): Change mouse-highlight default to t.
17859
17860 * keyboard.c (kbd_buffer_get_event) [WINDOWSNT]:
17861 Correct composing of language-change event.
17862
178632002-02-20 Kim F. Storm <storm@cua.dk>
17864
17865 * keyboard.c (menu_bar_items): Don't include keymap or local-map
17866 bindings at PT when building menu (the menu is not updated often
17867 enough for this to work reliable).
17868 (tool_bar_items): Likewise.
17869 (current_active_maps): Removed unused (and buggy) function.
17870
178712002-02-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17872
17873 * xfns.c (gif_load): Use correct width and height for GIF images.
17874
178752002-02-19 Eli Zaretskii <eliz@is.elta.co.il>
17876
17877 * floatfns.c (Fatan): Accept an optional second arg and call
17878 atan2 if passed 2 args.
17879
178802002-02-18 Jason Rumney <jasonr@gnu.org>
17881
17882 * w32term.c (glyph_rect): Determine the row and glyph more precisely.
17883
178842002-02-17 Jason Rumney <jasonr@gnu.org>
17885
17886 * w32term.c (x_autoselect_window_p): New variable.
17887 (syms_of_w32term): DEFVAR_BOOL and initialize it.
17888 (note_mouse_movement): Use it.
17889
17890 * w32fns.c (w32_load_system_font): Never set fonts_changed_p to zero.
17891
17892 * w32bdf.c (w32_load_bdf_font): Maybe set fonts_changed_p.
17893
17894 * w32fns.c (Qfullscreen, Qfullwidth, Qfullheight, Qfullboth):
17895 New variables.
17896 (syms_of_w32fns): Intern and staticpro them.
17897 (x_frame_parms) <"fullscreen">: New parameter.
17898 (x_fullscreen_move, x_set_fullscreen): New functions.
17899 (x_set_frame_parameters): Support Qfullscreen.
17900 (x_real_positions): Save x/y_pixels_diff frame params.
17901 (x_figure_window_size): Support full-screen frames.
17902 (Fx_create_frame): Default the fullscreen parameter.
17903
17904 * w32term.c (x_check_fullscreen, x_check_fullscreen_move)
17905 (x_fullscreen_adjust): New functions.
17906 (w32_read_socket) <WM_WINDOWPOSCHANGED>: Don't resize to
17907 fullscreen. Call x_check_fullscreen_move, and set the
17908 want_fullscreen member of output_data.w32
17909 <WM_ACTIVATE, WM_ACTIVATEAPP>: Call x_check_fullscreen.
17910
17911 * w32term.h: New enum for FULLSCREEN_* constants.
17912 (struct w32_output): New members want_fullscreen, x_pixels_diff,
17913 y_pixels_diff, x_pixels_outer_diff, and y_pixels_outer_diff.
17914 (x-fullscreen-adjust): New prototype.
17915
179162002-02-17 Kim F. Storm <storm@cua.dk>
17917
17918 * frame.c (Vmouse_highlight): New variable.
17919 (syms_of_frame): DEFVAR_LISP it.
17920
17921 * frame.h (Vmouse_highlight): Declare extern.
17922
17923 * xterm.h (struct x_display_info): Add mouse_face_hidden.
17924
17925 * xterm.c (disable_mouse_highlight): Removed variable.
17926 (note_mouse_highlight): Don't highlight if Vmouse_highlight is nil.
17927 (show_mouse_face): Don't show highlight if mouse_face_hidden is set.
17928 (XTread_socket): Turn mouse_face_hidden off after mouse movement,
17929 and on after keyboard input.
17930 (x_term_init): Initialize mouse_face_hidden.
17931
17932 * msdos.h (struct display_info): Add mouse_face_hidden.
17933
17934 * msdos.c (disable_mouse_highlight): Removed variable.
17935 (show_mouse_face): Don't show highlight if mouse_face_hidden is set.
17936 (IT_note_mouse_highlight): Don't highlight if Vmouse_highlight is nil.
17937 (internal_terminal_init): Initialize mouse_face_hidden.
17938 (dos_rawgetc): Turn mouse_face_hidden off after mouse movement,
17939 and on after keyboard input.
17940
17941 * w32term.h (struct w32_display_info): Add mouse_face_hidden.
17942
17943 * w32term.c (disable_mouse_highlight): Removed variable.
17944 (note_mouse_highlight): Disable highlight if Vmouse_highlight is nil.
17945 (show_mouse_face): Don't show highlight if mouse_face_hidden is set.
17946 (w32_read_socket): Turn mouse_face_hidden off after mouse movement,
17947 and on after keyboard input.
17948 (w32_initialize_display_info): Initialize mouse_face_hidden.
17949
179502002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
17951
17952 * msdos.c (last_mouse_window): New variable.
17953 (dos_rawgetc): Fix last change--if the mouse is in the same window
17954 as recorded in last_mouse_window, don't select this window.
17955
17956 * Makefile.in (lisp, shortlisp): Use cus-start.elc, not cus-start.el.
17957
17958 * msdos.c (x_autoselect_window_p): New variable.
17959 (syms_of_msdos): Defvar it.
17960 (dos_rawgetc): If x_autoselect_window_p is set, select the window in
17961 which the last mouse movement occured, unless it is already selected.
17962
17963 * xdisp.c (automatic_hscroll_margin, Vautomatic_hscroll_step):
17964 New variables.
17965 (syms_of_xdisp): DEVFAR them.
17966 (hscroll_window_tree): Use automatic_hscroll_margin and
17967 Vautomatic_hscroll_step to compute the amount of window scrolling.
17968
179692002-02-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17970
17971 * xterm.c (x-autoselect-window): New variable.
17972 (note_mouse_movement): Use it.
17973
17974 * keyboard.c: Do not include "systime.h" twice.
17975
179762002-02-15 Andreas Schwab <schwab@suse.de>
17977
17978 * puresize.h (PURESIZE_RATIO): Increase to 9/5.
17979
17980 * alloc.c (NSTATICS): Increase to 1280.
17981
179822002-02-15 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
17983
17984 * alloc.c (NSTATICS): Bump to 1026.
17985
17986 * xterm.c (Vx_alt_keysym, Vx_hyper_keysym, Vx_meta_keysym)
17987 (Vx_super_keysym): New variables.
17988 (syms_of_xterm): DEFVAR_LISP them.
17989 (x_x_to_emacs_modifiers, x_emacs_to_x_modifiers): Use the
17990 variables to determine which keys to use for the various modifiers.
17991
179922002-02-13 Kim F. Storm <storm@cua.dk>
17993
17994 * window.c: (Vmode_line_in_non_selected_windows): Removed.
17995 (mode_line_in_non_selected_windows): New variable.
17996 (syms_of_window): DEFVAR_BOOL it.
17997
17998 * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3):
17999 Use mode_line_in_non_selected_windows.
18000 (mode_line_in_non_selected_windows): Declare extern.
18001 (Vmode_line_in_non_selected_windows): Removed extern.
18002
180032002-02-13 Richard M. Stallman <rms@gnu.org>
18004
18005 * keyboard.c (Fthis_command_keys, Fthis_command_keys_vector)
18006 (Fthis_single_command_keys, Fthis_single_command_raw_keys)
18007 (Fclear_this_command_keys): Doc fixes.
18008
18009 * xfaces.c (Finternal_make_lisp_face, Finternal_copy_lisp_face)
18010 (update_face_from_frame_parameter): Increment face_change_count
18011 and windows_or_buffers_changed to force redisplay using changed faces.
18012
18013 * xdisp.c (QCpropertize): New variable.
18014 (mode_line_proptrans_alist): New variable.
18015 (display_mode_element): New arg PROPS; all calls changed.
18016 Implement this, for strings.
18017 Handle literal output of strings by sharing the
18018 main-line code for strings, using local var `literal'.
18019 Handle :propertize feature.
18020 (syms_of_xdisp): Initialze and staticpro QCpropertize and
18021 mode_line_proptrans_alist.
18022
180232002-02-11 Kim F. Storm <storm@cua.dk>
18024
18025 * window.c: (Vmode_line_in_non_selected_windows): New variable.
18026 (syms_of_window): DEFVAR_LISP it.
18027
18028 * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3): New macro.
18029 (CURRENT_MODE_LINE_FACE_ID): Use it.
18030 (Vmode_line_in_non_selected_windows): Declare extern.
18031
18032 * xdisp.c (display_mode_lines): Use CURRENT_MODE_LINE_FACE_ID_3
18033 to get mode line face.
18034
180352002-02-11 Eli Zaretskii <eliz@is.elta.co.il>
18036
18037 * msdos.c (Vx_bitmap_file_path, x_stretch_cursor_p): Remove these
18038 variables; cus-start.el doesn't need them anymore.
18039
180402002-02-09 Kim F. Storm <storm@cua.dk>
18041
18042 * insdel.c (make_gap_smaller): Preserve BEG_UNCHANGED during gap
18043 reduction. This fixes a display problem where stray newlines were
18044 inserted in the window (corrected by C-l). Clarified code (IMHO).
18045
180462002-02-09 Eli Zaretskii <eliz@is.elta.co.il>
18047
18048 * dispextern.h (CURRENT_MODE_LINE_FACE_ID): Fix last change.
18049
18050 * xdisp.c (display_mode_lines): Fix last change.
18051
180522002-02-09 Jason Rumney <jasonr@gnu.org>
18053
18054 * w32fns.c (enum_font_cb2): Don't let charsets unknown to Windows
18055 match each other.
18056 (w32_load_system_font): Prevent Cleartype fonts from loading.
18057 (Fx_show_tip): Ensure tip frames are above other topmost windows.
18058
180592002-02-09 Kim F. Storm <storm@cua.dk>
18060
18061 * dispextern.h (CURRENT_MODE_LINE_FACE_ID): New macro.
18062 (CURRENT_MODE_LINE_HEIGHT): Use it.
18063 (enum face_id): Add MODE_LINE_INACTIVE_FACE_ID.
18064
18065 * xdisp.c (window_box_height): Use CURRENT_MODE_LINE_FACE_ID.
18066 (pos_visible_p, handle_face_prop): Likewise.
18067 (display_mode_lines): Likewise, but for the real selected window.
18068 (init_iterator) [row == NULL]: Handle MODE_LINE_INACTIVE_FACE_ID.
18069
18070 * xfaces.c (Qmode_line_inactive): New face variable for mode-line
18071 in non-selected windows.
18072 (realize_basic_faces): Realize it.
18073 (syms_of_term): Intern and staticpro it.
18074
180752002-02-08 Kim F. Storm <storm@cua.dk>
18076
18077 * alloc.c (SETJMP_WILL_LIKELY_WORK, SETJMP_WILL_NOT_WORK):
18078 Changed mail addresses to emacs-devel@gnu.org.
18079
180802002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
18081
18082 * fileio.c (Fsubstitute_in_file_name): If the file name includes
18083 ~user, and there's no such user, don't discard everything before ~user.
18084
18085 * floatfns.c (Fround): Doc fix.
18086
180872002-02-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18088
18089 * sysdep.c (init_system_name): Put unused variable `p' in #if 0.
18090
180912002-02-07 Stefan Monnier <monnier@cs.yale.edu>
18092
18093 * lisp.h (Fx_file_dialog): Add extern decl (used in fileio.c).
18094
180952002-02-07 Kim F. Storm <storm@cua.dk>
18096
18097 * keymap.c (where_is_internal): Only check whether definition is
18098 remapped if it fulfills is_command_symbol.
18099
181002002-02-07 Andreas Schwab <schwab@suse.de>
18101
18102 * s/gnu-linux.h (GC_LISP_OBJECT_ALIGNMENT): Define to 2 for m68k.
18103
18104 * alloc.c (mark_stack): Don't assume sizeof (Lisp_Object) is 4.
18105
181062002-02-06 Kim F. Storm <storm@cua.dk>
18107
18108 * keymap.c (Fdefine_key): Allow symbol as KEY argument for
18109 defining command remapping. Doc updated.
18110 (Flookup_key): Remap command through keymap if KEY is a symbol.
18111 (is_command_symbol): New function.
18112 (Fkey_binding): Use it. New optional argument NO-REMAP.
18113 Doc updated. Callers changed. Perform command remapping via
18114 recursive call unless that arg is non-nil.
18115 (where_is_internal): New argument no_remap. Callers changed.
18116 Call recursively to find original key bindings for a remapped
18117 comand unless that arg is non-nil.
18118 (Fwhere_is_internal): New optional argument NO-REMAP.
18119 Doc updated. Callers changed. Pass arg to where_is_internal.
18120
18121 * keymap.h (Fkey_binding, Fwhere_is_internal): Update prototype.
18122 (is_command_symbol): Add prototype.
18123
18124 * keyboard.c (Vthis_original_command): New variable.
18125 (syms_of_keyboard): DEFVAR_LISP it.
18126 (command_loop_1): Set it, and perform command remapping.
18127
181282002-02-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18129
18130 * keyboard.c (recursive_edit_1): Call cancel_hourglass unconditionally.
18131
181322002-02-06 Jason Rumney <jasonr@gnu.org>
18133
18134 * w32term.c (w32_native_per_char_metric): Disable 2002-01-20 change.
18135
181362002-02-06 Eli Zaretskii <eliz@is.elta.co.il>
18137
18138 * charset.c (get_charset_id): Use if-else instead of ?:.
18139
181402002-02-06 Richard M. Stallman <rms@gnu.org>
18141
18142 * filelock.c (S_ISLNK): Define if not defined.
18143
181442002-02-03 Richard M. Stallman <rms@gnu.org>
18145
18146 * fileio.c (Fdo_auto_save): Improve "auto save disabled" msg.
18147
18148 * lread.c (read1): Redesign strategy for force_multibyte and
18149 force_singlebyte. Now is_multibyte records whether read_buffer
18150 is multibyte. Encountering any multibyte character makes it so.
18151
181522002-02-02 Stefan Monnier <monnier@cs.yale.edu>
18153
18154 * term.c (term_get_fkeys_1): If `k0' and `k;' are both specified and
18155 with the same sequence, map that sequence to f10 rather than f0.
18156
181572002-02-03 Andreas Schwab <schwab@suse.de>
18158
18159 * s/gnu-linux.h: Check for __mc68000__ instead of __m68k__, the
18160 latter never being defined on GNU/Linux.
18161
181622002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
18163
18164 * xfaces.c (realize_default_face): Don't set the weight and slant of
18165 the default face to Qnormal, unless these attributes are unspecified.
18166
181672002-02-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18168
18169 * keyboard.c (command_loop_1) [HAVE_X_WINDOWS]:
18170 Call cancel_hourglass unconditionally.
18171
18172 * eval.c (Fsignal): Remove duplicated declaration of
18173 the variable `display_hourglass_p'.
18174
181752002-01-31 Richard M. Stallman <rms@gnu.org>
18176
18177 * editfns.c (region_limit): Nicer error message.
18178
18179 * coding.c (decode_composition_emacs_mule):
18180 Give up if NCOMPONENT gets too large to index `component'.
18181
18182 * callint.c (check_mark): New arg to specify clearer error message.
18183 Callers changed.
18184
181852002-01-27 Richard M. Stallman <rms@gnu.org>
18186
18187 * minibuf.c (Fcompleting_read): Doc fix.
18188
181892002-01-27 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18190
18191 * minibuf.c (Fread_from_minibuffer, Fread_command, Fread_function)
18192 (Fread_variable, Fread_buffer, minibuffer-completion-confirm):
18193 Fix doc-strings.
18194
181952002-01-26 Richard M. Stallman <rms@gnu.org>
18196
18197 * buffer.c (syms_of_buffer): Doc fixes for scroll-...-aggressively.
18198
18199 * xdisp.c (try_scrolling): Exchange uses of scroll_down_aggressively
18200 and scroll_up_aggressively.
18201
182022002-01-26 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18203
18204 * keyboard.c (parse_tool_bar_item): Remove duplicated prototypes.
18205
182062002-01-25 Stefan Monnier <monnier@cs.yale.edu>
18207
18208 * textprop.c (Fnext_property_change, Fnext_single_property_change)
18209 (Fprevious_property_change, Fprevious_single_property_change):
18210 Stay within the narrowed-buffer boundaries.
18211
182122002-01-25 Eli Zaretskii <eliz@is.elta.co.il>
18213
18214 * term.c (Ftty_display_color_cells): New function.
18215 (syms_of_term): Defsubr it.
18216 (Ftty_display_color_cells, Ftty_display_color_p): Change the
18217 argument name to DISPLAY. Doc fix.
18218
18219 * dispextern.h: Add prototype for set_tty_color_mode and
18220 tty_setup_colors.
18221
182222002-01-24 Jason Rumney <jasonr@gnu.org>
18223
18224 * w32term.c (x_scroll_run): Use ScrollWindowEx in place of BitBlt.
18225 If region left to draw is not what was expected, mark the frame as
18226 garbaged.
18227
18228 * w32fns.c (w32_wnd_proc) <WM_PAINT>: Initialize update_rect.
18229 Combine the regions returned by BeginPaint and GetUpdateRect.
18230
182312002-01-23 Jason Rumney <jasonr@gnu.org>
18232
18233 * w32term.c (x_update_window_begin): Only hide caret if
18234 w32_use_visible_system_caret is set.
18235 (x_update_window_end): Only show caret if
18236 w32_use_visible_system_caret is set.
18237 (syms_of_w32term): Handle SystemParametersInfo call failing.
18238
18239 * w32fns.c (syms_of_w32fns): Initialize w32_visible_system_caret_hwnd.
18240
182412002-01-22 Richard M. Stallman <rms@gnu.org>
18242
18243 * unexelf.c (unexec): Define n so as to cause compilation error
18244 for the code where people have often written n instead of nn.
18245
18246 * .gdbinit (hookpost-run): Defined.
18247
182482002-01-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18249
18250 * xfns.c (x_set_frame_parameters): Typo in previous fix corrected.
18251
182522002-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18253
18254 * xfns.c (x_set_frame_parameters): Just call x_fullscreen_adjust
18255 if fullscreen is being set.
18256
182572002-01-21 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18258
18259 * minibuf.c (Fminibuffer_contents)
18260 (Fminibuffer_contents_no_properties, Fread_from_minibuffer)
18261 (Fread_string, Fread_no_blanks_input, Fcompleting_read): Doc fixes.
18262
182632002-01-21 Richard M. Stallman <rms@gnu.org>
18264
18265 * window.c (check_frame_size): Fix minimum height calculation.
18266
182672002-01-20 Ken Raeburn <raeburn@gnu.org>
18268
18269 * dispextern.h (WINDOW_WANTS_MODELINE_P): Use XFASTINT on window
18270 height before comparison.
18271 (WINDOW_WANTS_HEADER_LINE_P): Likewise.
18272
182732002-01-20 Jason Rumney <jasonr@gnu.org>
18274
18275 * w32term.c (w32_system_caret_width): Remove.
18276 (w32_use_visible_system_caret): New user flag.
18277 (syms_of_w32term): DEFVAR_BOOL it. Initialize based on whether
18278 Windows reports a screen reader running.
18279 (x_update_window_begin): Hide the system caret.
18280 (x_update_window_end): Show the system caret.
18281 (x_display_and_set_cursor): Don't draw a cursor when
18282 w32_use_visible_system_caret is set. Do not adjust width.
18283
18284 * w32fns.c (w32_visible_system_caret_hwnd): New static variable.
18285 (w32_wnd_proc) <WM_KILL_FOCUS, WM_EMACS_DESTROY_CARET>: Set it.
18286 <WM_EMACS_TRACK_CARET>: Arrange for system caret to be visible if
18287 the user requests it. Use system default width when creating.
18288 <WM_EMACS_HIDE_CARET, WM_EMACS_SHOW_CARET>: Handle new messages.
18289
18290 * w32term.h (WM_EMACS_SHOW_CARET, WM_EMACS_HIDE_CARET):
18291 New window messages.
18292
182932002-01-20 Richard M. Stallman <rms@gnu.org>
18294
18295 * window.c (MIN_SAFE_WINDOW_HEIGHT): Value now 1.
18296
182972002-01-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18298
18299 * doprnt.c (doprnt1): Fix typos in error call.
18300
183012002-01-20 Eli Zaretskii <eliz@is.elta.co.il>
18302
18303 * unexelf.c (unexec) [__sgi]: Support the .got sections.
18304
183052002-01-20 Jason Rumney <jasonr@gnu.org>
18306
18307 * w32term.c (w32_native_per_char_metric): Don't trust the metrics
18308 that Windows returns. If a double check fails, try to guess how
18309 ExtTextOut is going to act.
18310
18311 * w32fns.c (w32_load_system_font, w32_to_x_charset): Use strnicmp
18312 in place of stricmp.
18313 (w32_list_synthesized_fonts): Removed.
18314 (w32_to_all_x_charsets, enum_font_maybe_add_to_list): New functions.
18315 (struct enumfont_t): New element; list.
18316 (enum_font_cb2): List all style and charset variations of a font.
18317 (Fw32_select_font): New optional argument; include_proportional.
18318 Exclude vertical fonts. Exclude proportional fonts unless
18319 include_proportional is non-nil.
18320 (w32_enable_synthesized_fonts): Change to a boolean.
18321 (Fw32_send_sys_command): Doc fix.
18322
183232002-01-19 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18324
18325 * dispnew.c (update_frame): Move the variable `tem' to the block
18326 where it is used.
18327
183282002-01-19 Jason Rumney <jasonr@gnu.org>
18329
18330 * w32fns.c (Fx_create_frame): Bind redisplay-dont-pause around
18331 call to face-set-after-frame-default.
18332
183332002-01-18 Richard M. Stallman <rms@gnu.org>
18334
18335 * dispextern.h (WINDOW_WANTS_MODELINE_P): Check window height > 1.
18336 (WINDOW_WANTS_HEADER_LINE_P): Check window height provides room.
18337
183382002-01-17 Richard M. Stallman <rms@gnu.org>
18339
18340 * window.c (enlarge_window): When exceeding size of parent,
18341 directly delete all the siblings instead of trying to resize it.
18342
183432002-01-17 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18344
18345 * term.c (set_tty_color_mode): Remove unused variable `tem'.
18346
183472002-01-16 Henrik Enberg <henrik@enberg.org>
18348
18349 * lread.c (init_lread): Move the installed-lisp dirs later in the path.
18350
183512002-01-16 Kim F. Storm <storm@cua.dk>
18352
18353 * xterm.c (x_erase_phys_cursor): Don't erase cursor if cursor row
18354 is invisible. This can happen if cursor is on top line of a
18355 window, and we switch to a buffer with a header line.
18356
18357 * w32term.c (x_erase_phys_cursor): Ditto.
18358
183592002-01-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18360
18361 * xterm.c (XTread_socket) [!USE_X_TOOLKIT]: Compute the value of
18362 `dont_resize' only when used.
18363
18364 * xdisp.c: Remove forgotten extern declaration of `Qimage'.
18365
183662002-01-15 Eli Zaretskii <eliz@is.elta.co.il>
18367
18368 * xdisp.c (display_mode_element): When computing charpos, depend
18369 on multibyteness of elt, not the text in field.
18370
183712002-01-15 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18372
18373 * buffer.c (Fkill_all_local_variables):
18374 Increment `update_mode_lines' only once.
18375
183762002-01-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18377
18378 * lisp.h (adjust_after_replace_noundo)
18379 (Fupdate_coding_systems_internal): Add prototypes.
18380
18381 * sound.c (Fplay_sound): Initialize header_size also for :data case.
18382
183832002-01-14 Eli Zaretskii <eliz@is.elta.co.il>
18384
18385 Support for the --color command-line argument and tty-color-mode
18386 frame parameter:
18387
18388 * term.c (tty_default_color_capabilities, tty_setup_colors)
18389 (set_tty_color_mode): New functions.
18390 (term_init): Call tty_default_color_capabilities.
18391 (Qtty_color_mode_alist): New variable.
18392 (syms_of_term): Intern and staticpro it.
18393
18394 * frame.c (store_frame_param): Call set_tty_color_mode for termcap
18395 frames.
18396 (do_switch_frame): For termcap frames, switch the tty
18397 color mode as specified by the frame's parameters.
18398 (Qtty_color_mode): New variable.
18399 (syms_of_frame): Intern and staticpro it.
18400
18401 * emacs.c (USAGE2): Add the --color option.
18402 (standard_args): Ditto.
18403
184042002-01-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18405
18406 * xterm.h (struct x_output): New members want_fullscreen,
18407 x_pixels_diff, y_pixels_diff, x_pixels_outer_diff, and
18408 y_pixels_outer_diff.
18409 New enum for FULLSCREEN_* constants.
18410 (FRAME_OUTER_WINDOW): Handle the case where output_data.x->widget
18411 is NULL.
18412 (x_fullscreen_adjust): Add prototype.
18413
18414 * emacs.c (USAGE2): Add the new full-screen arguments.
18415 (standard_args): Ditto.
18416
18417 * xfns.c (Qfullscreen, Qfullwidth, Qfullheight, Qfullboth):
18418 New variables.
18419 (syms_of_xfns): Intern and staticpro them.
18420 (x_frame_parms) <"fullscreen">: New parameter.
18421 (x_fullscreen_move, x_set_fullscreen): New functions.
18422 (x_set_frame_parameters): Support for Qfullscreen.
18423 (x_real_positions): More accurate computation of the frame position.
18424 (x_figure_window_size): Support full-screen frames.
18425 (Fx_create_frame): Default the fullscreen parameter.
18426
18427 * xterm.c (x_check_fullscreen, x_fullscreen_adjust): New functions.
18428 (XTread_socket) <Expose>: Call x_check_fullscreen.
18429 <ConfigureNotify>: Don't resize to fullscreen.
18430 Call x_check_fullscreen_move, and set the want_fullscreen member of
18431 output_data.x.
18432
184332002-01-13 Jason Rumney <jasonr@gnu.org>
18434
18435 * w32term.h (WM_XBUTTONDOWN, WM_XBUTTONUP): New window messages
18436 for mice with more than 3 buttons.
18437
18438 * w32term.c (parse_button): New parameter xbutton. Callers changed.
18439 (w32_read_socket): Handle new "XBUTTON" messages.
18440
18441 * w32fns.c (w32_pass_extra_mouse_buttons_to_system): New user option.
18442 (syms_of_w32fns): DEFVAR_BOOL it.
18443 (w32_wnd_proc): Handle new "XBUTTON" messages.
18444
184452002-01-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18446
18447 * keyboard.c (read_key_sequence): Remove unused variable `extra_maps'.
18448
184492002-01-13 Andreas Schwab <schwab@suse.de>
18450
18451 * xterm.c (x_load_font): Never set fonts_changed_p to zero.
18452
184532002-01-12 Andreas Schwab <schwab@suse.de>
18454
18455 * .gdbinit (xbuffer): Remove address operator since data is now a
18456 pointer.
18457
184582002-01-11 Richard M. Stallman <rms@gnu.org>
18459
18460 * insdel.c (adjust_after_replace_noundo): New function.
18461
18462 * coding.c (code_convert_region): Don't copy old text if undo disabled.
18463
184642002-01-09 Jason Rumney <jasonr@gnu.org>
18465
18466 * xdisp.c (x_consider_frame_title): Don't count the tooltip frame
18467 when checking for multiple frames.
18468
184692002-01-08 Richard M. Stallman <rms@gnu.org>
18470
18471 * window.c (delete_window): Rewrite the code for changing the
18472 selected window to handle the case where WINDOW is not a leaf.
18473
184742002-01-07 Eli Zaretskii <eliz@is.elta.co.il>
18475
18476 * process.c (send_process): Set src_multibyte to 1 after the call
18477 top setup_coding_system, not before the call.
18478
184792002-01-07 Jason Rumney <jasonr@gnu.org>
18480
18481 * xmenu.c (set_frame_menubar, xmenu_show):
18482 (xdialog_show): Initialize wv->help to Qnil.
18483
18484 * w32menu.c (single_submenu, set_frame_menubar, w32_menu_show):
18485 (w32_dialog_show): Initialize wv->help to Qnil.
18486
184872002-01-06 Jason Rumney <jasonr@gnu.org>
18488
18489 * xmenu.c (single_submenu): Initialize wv->help to Qnil.
18490
18491 * w32menu.c (w32_menu_display_help): Revert last change.
18492
18493 * xmenu.c (menu_highlight_callback): Revert last change.
18494
184952002-01-06 Andreas Schwab <schwab@suse.de>
18496
18497 * insdel.c (make_gap_larger): Make sure buffer size does not
18498 overflow range of int.
18499
185002002-01-05 Jason Rumney <jasonr@gnu.org>
18501
18502 * w32term.c (x_draw_glyphs): Don't call notice_overwritten_cursor if
18503 OVERLAPS_P.
18504
18505 * w32menu.c (w32_menu_display_help): Hide any tooltip window.
18506
18507 * w32fns.c (compute_tip_xy): If tooltip won't fit on the screen
18508 to the left or to the right of the pointer, put it against
18509 the left screen edge.
18510 (x_frame_parms): Add missing braces around initializer.
18511
18512 * w32term.c (x_setup_relief_colors): Don't compute an image's
18513 background color if it doesn't have a Pixmap.
18514 (notice_overwritten_cursor): Don't depend on
18515 output_cursor and updated_area. Compare pixel coordinates with
18516 window's cursor pixel coordinates.
18517 (x_draw_glyphs, x_clear_end_of_line, show_mouse_face):
18518 Call notice_overwritten_cursor with new arg list.
18519 (show_mouse_face): Fix bug setting a row's mouse_face_p flag
18520 unconditionally.
18521 (x_draw_image_relief): Use predefined macro instead of
18522 constant when the value of `tool_bar_button_relief' is negative.
18523
18524 * w32term.c (x_display_and_set_cursor): Fix PostMessage arg types.
18525
185262002-01-04 Richard M. Stallman <rms@gnu.org>
18527
18528 * xmenu.c (menu_highlight_callback): Hide any tooltip window.
18529
185302002-01-03 Richard M. Stallman <rms@gnu.org>
18531
18532 * keymap.c (Fcurrent_active_maps): Put the `keymap' property map first.
18533 (Fkey_binding): Try the `keymap' property map first.
18534 (Fdescribe_buffer_bindings): Show `keymap' property bindings before
18535 minor mode bindings.
18536
185372002-01-03 Kim F. Storm <storm@cua.dk>
18538
18539 * keyboard.c (read_key_sequence): Fix cast of submaps arg to bcopy.
18540
185412002-01-02 Richard M. Stallman <rms@gnu.org>
18542
18543 * keyboard.c (read_key_sequence): Handle the keymap property
18544 before minor mode maps.
18545
18546 * editfns.c (Fformat): Update thissize from field_width
18547 based on the actual width, in the string case.
18548
185492002-01-01 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18550
18551 * charset.h (UNIBYTE_STR_AS_MULTIBYTE_P): Parenthesize assignment
18552 when used as truth value to prevent gcc warnings.
18553
18554 * sysdep.c, unexapollo.c, w32.c, w32bdf.c, w32heap.c, w32inevt.c,
18555 * w32proc.c: Include <config.h>.
18556
185572002-01-01 Andreas Schwab <schwab@suse.de>
18558
18559 * eval.c (max_specpdl_size, max_lisp_eval_depth): Define as int,
18560 not EMACS_INT, to make them compatible with DEFVAR_INT.
18561 * lisp.h (max_specpdl_size): Adjust declaration.
18562
185632002-01-01 Richard M. Stallman <rms@gnu.org>
18564
18565 * print.c (print_object): Test print_escape_nonascii only for
18566 unibyte strings.
18567 (PRINTPREPARE): Once again bind Qprint_escape_nonascii
18568 when outputting to a multibyte buffer.
18569
185702001-12-29 Richard M. Stallman <rms@gnu.org>
18571
18572 * print.c (print_object): In multibyte string, use hex escapes.
18573 Use octal only for unibyte strings.
18574 (PRINTPREPARE): Don't ever set Qprint_escape_nonascii.
18575
18576 * lread.c (read_escape): New arg BYTEREP for reporting whether
18577 escape forces unibyte or multibyte.
18578 (read1): When reading a string, take note of that info.
18579
185802001-12-29 Ken Raeburn <raeburn@gnu.org>
18581
18582 * abbrev.c (Fexpand_abbrev): Use NILP instead of implicit zero
18583 comparison to test lisp value returned by Fget.
18584
185852001-12-29 Richard M. Stallman <rms@gnu.org>
18586
18587 * lisp.h (max_specpdl_size): Add declaration.
18588
18589 * fileio.c (Fdo_auto_save): If NO_MESSAGE, don't call push_message.
18590
18591 * keymap.c (silly_event_symbol_error): New subrtn, from Fdefine_key.
18592 Handle modifier bits. Correct typo in error message.
18593
185942001-12-28 Richard M. Stallman <rms@gnu.org>
18595
18596 * abbrev.c: Use the plist of an abbrev for multiple params if nec.
18597 (Fdefine_abbrev): New arg SYSTEM-FLAG for a system abbrev.
18598 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
18599 Update calls to Fdefine_abbrev.
18600 (write_abbrev): Update for changed data format.
18601 Don't list "system" abbrevs.
18602 (Fexpand_abbrev): Update use count with new data format.
18603 (describe_abbrev): Update for changed data format.
18604 (Fdefine_abbrev_table): Handle the new SYSTEM-FLAG.
18605
18606 * config.in (HAVE_MBSINIT): Add #undef.
18607
18608 * strftime.c (mbsinit): Define as no-op if not available.
18609
18610 * s/sco5.h (LIBX11_SYSTEM) [MOTIF]: Add -lgen.
18611 (sigprocmask_set): Conditionalize decl on ! NOT_C_CODE.
18612
18613 * keymap.c (Flookup_key): Error message if key has wrong data type.
18614 (Fdefine_key): Add error message for trying to bind [DEL], [RET], etc.
18615 (exclude_key): New variable.
18616
186172001-12-28 Gerd Moellmann <gerd@gnu.org>
18618
18619 * xterm.c (x_setup_relief_colors): Don't compute an image's
18620 background color if it doesn't have a Pixmap.
18621
18622 * xterm.c (notice_overwritten_cursor): Don't depend on
18623 output_cursor and updated_area. Compare pixel coordinates with
18624 window's cursor pixel coordinates.
18625 (x_draw_glyphs, x_clear_end_of_line, show_mouse_face):
18626 Call notice_overwritten_cursor with new arg list.
18627 (show_mouse_face): Fix bug setting a row's mouse_face_p flag
18628 unconditionally.
18629
18630 * xdisp.c (try_scrolling) <PT below scroll margin>: Add the
18631 height of the cursor line to the amount to scroll.
18632
186332001-12-27 Richard M. Stallman <rms@gnu.org>
18634
18635 * intervals.c (set_point_both): The position after an invisible,
18636 intangible character is not an acceptable stopping point.
18637
186382001-12-27 Ken Raeburn <raeburn@gnu.org>
18639
18640 * window.c (enlarge_window): In new preserve_before code, convert
18641 CURBEG from lisp object to integer before doing arithmetic.
18642
186432001-12-27 Richard M. Stallman <rms@gnu.org>
18644
18645 * bytecode.c (Fbyte_code): Undo previous change.
18646
186472001-12-26 Kim F. Storm <storm@cua.dk>
18648
18649 * keyboard.c (record_char): Ignore duplicate help-echo events only
18650 separated by mouse-movement. When tracking mouse, only record
18651 first and last mouse-movement event in same window.
18652 Don't record mouse-movement events in keyboard macros.
18653
186542001-12-25 Richard M. Stallman <rms@gnu.org>
18655
18656 * window.c (enlarge_window): New arg PRESERVE_BEFORE. Callers changed.
18657 (Fenlarge_window): New arg PRESERVE_BEFORE.
18658
18659 * bytecode.c (Fbyte_code): Use Fstring_make_unibyte
18660 instead of Fstring_as_unibyte.
18661
186622001-12-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18663
18664 The following changes remove mocklisp support:
18665
18666 * mocklisp.h, mocklisp.c: Files removed.
18667
18668 * lisp.h: Remove declarations of variables `Vmocklisp_arguments',
18669 `Qmocklisp' and `Qmocklisp_arguments'.
18670 Remove prototype of syms_of_mocklisp.
18671
18672 * makefile.nt, makefile.w32-in, Makefile.in: Remove mocklisp files.
18673
18674 * callint.c: Do not include mocklisp.h.
18675 (Fcall_interactively): Do not test for mocklisp case.
18676
18677 * eval.c: Remove variables `Qmocklisp_arguments',
18678 `Vmocklisp_arguments' and `Qmocklisp'. Remove prototype of ml_apply.
18679 (Fprogn, Fwhile, Fcommandp, Feval, Ffuncall, funcall_lambda):
18680 Do not test for mocklisp case.
18681 (Fwhile): Remove unused variable `tem'.
18682 (syms_of_eval): Remove variable `moclisp-arguments'.
18683
18684 * data.c (wrong_type_argument): Remove mocklisp case.
18685
18686 * doc.c (Fdocumentation): Remove mocklisp case.
18687
18688 * emacs.c (main): Do not call syms_of_mocklisp.
18689
186902001-12-21 Richard M. Stallman <rms@gnu.org>
18691
18692 * xfns.c (compute_tip_xy): If tooltip won't fit on the screen
18693 to the left or to the right of the pointer, put it against
18694 the left screen edge.
18695
186962001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
18697
18698 * Makefile.in (distclean): Remove .gdbinit if we are building
18699 outside the source tree.
18700
187012001-12-19 Eli Zaretskii <eliz@is.elta.co.il>
18702
18703 * w32.c (emacs_root_dir): New function.
18704
18705 * msdos.c (emacs_root_dir): New function.
18706
18707 * fileio.c (Fexpand_file_name) [DOS_NT]: Use the root directory
18708 of the current drive as the fallback for default_directory.
18709
18710 * dired.c (file_name_completion): Run the elements of
18711 completion-ignored-extensions through ENCODE_FILE.
18712
18713 * lisp.h (scmp): Remove prototype, since it's now a static
18714 function private to dired.c.
18715
187162001-12-18 Richard M. Stallman <rms@gnu.org>
18717
18718 * dired.c (scmp): Function moved from minibuf.c.
18719 Delete multibyte handling--used only on encoded strings.
18720
18721 * minibuf.c (scmp): Function moved to dired.c.
18722
18723 * fns.c (merge): Add QUIT call.
18724
187252001-12-18 Dave Love <fx@gnu.org>
18726
18727 * Makefile.in (lisp, shortlisp): Add language/utf-8-lang.el,
18728 language/georgian.el.
18729
187302001-12-18 Eli Zaretskii <eliz@is.elta.co.il>
18731
18732 * Makefile.in (lisp, shortlisp): Synchronize with changes to
18733 lisp/Makefile.in:DONTCOMPILE.
18734
187352001-12-18 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18736
18737 * xdisp.c (window_box_height): Do not return negative values.
18738 From Gerd Moellmann <gerd@gnu.org>.
18739
18740 * keyboard.c (head_table): Add missing braces around initializer.
18741
18742 * term.c (keys): Likewise.
18743
18744 * xfns.c (x_frame_parms, visual_classes): Likewise.
18745
187462001-12-17 Sam Steingold <sds@gnu.org>
18747
18748 * coding.c (DECODE_COMPOSITION_END): Fixed a typo in the last
18749 patch (COMPOSING_P, not COMPOSING).
18750
187512001-12-17 Richard M. Stallman <rms@gnu.org>
18752
18753 * editfns.c (Fcompare_buffer_substrings): Add QUIT to main loop.
18754
18755 * coding.c (code_convert_region): Update coding->cmp_data->char_offset
18756 before calling decode_coding.
18757
18758 * charset.c (Fdefine_charset): Call Fupdate_coding_systems_internal.
18759
18760 * coding.c (DECODE_COMPOSITION_END): Check for ! COMPOSING_P (coding)
18761 instead of only for COMPOSITION_DISABLED.
18762
187632001-12-16 Richard M. Stallman <rms@gnu.org>
18764
18765 * alloc.c (pure_alloc): After overflow, allocate just a small block.
18766
18767 * Makefile.in (xmenu.o, xterm.o, fontset.o): Depend on buffer.h.
18768
18769 * buffer.h (struct buffer): New field `display_error_modiff'.
18770 * buffer.c (reset_buffer): Initialize `display_error_modiff'.
18771
18772 * window.c (Frecenter): Clear display_error_modiff field.
18773
18774 * xdisp.c (redisplay_window_0, redisplay_window_1): New functions.
18775 Call redisplay_window, but not if display_error_modiff field says no.
18776 (redisplay_window_error): New function.
18777 (displayed_buffer): New variable.
18778 (redisplay_internal, redisplay_windows): Call the new functions
18779 instead of redisplay_window directly.
18780
187812001-12-15 Richard M. Stallman <rms@gnu.org>
18782
18783 * keyboard.c (syms_of_keyboard) <double-click-fuzz>: Doc fix.
18784
187852001-12-14 Andrew Innes <andrewi@gnu.org>
18786
18787 * makefile.w32-in (EMACSLOADPATH): Define.
18788 ($(EMACS)): Run `list-load-path-shadows' after dumping Emacs.
18789 (bootstrap-temacs): Remove dependency on bootstrap-clean.
18790
187912001-12-13 Eli Zaretskii <eliz@is.elta.co.il>
18792
18793 * xfns.c (x_report_frame_params): Make the scroll-bar-width frame
18794 parameter have a numeric value all the time.
18795
18796 * w32fns.c (x_report_frame_params): Likewise.
18797
187982001-12-12 Richard M. Stallman <rms@gnu.org>
18799
18800 * fileio.c (Fwrite_region): Doc fix.
18801
18802 * xdisp.c (CLEAR_FACE_CACHE_COUNT): Redefine as 500.
18803 (redisplay_internal): Call clear_image_cache only for window terminals.
18804
188052001-12-12 Gerd Moellmann <gerd@gnu.org>
18806
18807 * xdisp.c (move_it_vertically_backward): Change heuristic
18808 for the case that we didn't move far enough initially.
18809
18810 * window.c (Frecenter): Simplify computation in the case of window
18811 system frames and ARG < 0; use window_box_height.
18812
188132001-12-11 Richard M. Stallman <rms@gnu.org>
18814
18815 * Makefile.in, mem-limits.h, dispnew.c, emacs.c, fileio.c:
18816 * process.c, sysdep.c, unexec.c: Test GNU_LINUX, not LINUX.
18817
188182001-12-11 Andrew Innes <andrewi@gnu.org>
18819
18820 * insdel.c (make_gap) [DOUG_LEA_MALLOC]: Call make_gap_smaller if
18821 arg is negative.
18822
188232001-12-11 Richard M. Stallman <rms@gnu.org>
18824
18825 * m/hp800.h: Split the __hpux conditional into the parts
18826 that are right for GNU/Linux too and the parts that are not.
18827 Use the former if GNU_LINUX.
18828 (HAVE_ALLOCA, LOAD_AVE_TYPE, LOAD_AVE_CVT): New defs for GNU/Linux.
18829
18830 * s/gnu-linux.h (GNU_LINUX): Defined.
18831
188322001-12-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18833
18834 * macros.c, msdos.c, w16select.c: Change doc-string comments to
18835 `new style' [w/`doc:' keyword].
18836
188372001-12-10 Jason Rumney <jasonr@gnu.org>
18838
18839 * w32menu.c (w32_free_submenu_strings): Clear menu item struct
18840 before using.
18841
188422001-12-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18843
18844 * dosfns.c: Change doc-string comments to `new style' [w/`doc:'
18845 keyword].
18846
188472001-12-09 Eli Zaretskii <eliz@is.elta.co.il>
18848
18849 * dosfns.c (dos-display-scancodes, dos-decimal): Doc fix.
18850
18851 * s/hpux10.h (srand48): Don't undefine.
18852
188532001-12-09 Jason Rumney <jasonr@gnu.org>
18854
18855 * w32menu.c (_widget_value): Make `help' field a Lisp_Object.
18856 Add comment to explain where the struct came from.
18857 (single_submenu, w32_menu_show): Set `help' field as Lisp_Object.
18858 (add_menu_item): Process pop-up menus first to avoid memory leak.
18859 (add_menu_item, w32_menu_display_help): Use `help' field as
18860 Lisp_Object.
18861 (w32_free_submenu_strings): Only free owner-drawn strings.
18862
188632001-12-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18864
18865 * COPYING: Moved back.
18866
18867 * charset.c (char_to_string_1, translate_char, Fdefine_charset):
18868 Add parentheses around && within ||.
18869
18870 * indent.c (compute_motion): Likewise.
18871
18872 * intervals.c (merge_properties_sticky): Likewise.
18873
18874 * coding.c (setup_coding_system, shrink_encoding_region)
18875 (Fdecode_sjis_char): Likewise.
18876
188772001-12-07 Andreas Schwab <schwab@suse.de>
18878
18879 * xdisp.c (display_mode_element): Don't read past end of string if
18880 it ends with '%'.
18881
18882 * alloc.c (inhibit_garbage_collection): Don't exceed value an int
18883 can hold.
18884
18885 * data.c (Vmost_positive_fixnum, Vmost_negative_fixnum):
18886 Rename from most_positive_fixnum and most_negative_fixnum, resp., and
18887 type changed to Lisp_Object.
18888 (syms_of_data): DEFVAR_LISP them.
18889
188902001-12-07 Richard M. Stallman <rms@gnu.org>
18891
18892 * callproc.c (init_callproc): Set Vdata_directory based on the source
18893 location whenever Emacs was run uninstalled.
18894
188952001-12-06 Paul Eggert <eggert@twinsun.com>
18896
18897 * config.in (HAVE_WORKING_VFORK): New #undefs.
18898 * process.c (create_process):
18899 Use HAVE_WORKING_VFORK, not HAVE_VFORK.
18900 * m/cnvrgnt.h (HAVE_VFORK): Remove #define.
18901 * m/ibm370aix.h (HAVE_VFORK): Remove #undef.
18902 * m/ibmps2-aix.h (HAVE_VFORK): Remove #define.
18903 * m/intel386.h (HAVE_VFORK): Likewise.
18904 * m/mips-siemens.h (HAVE_VFORK): Likewise.
18905 * m/mips.h (HAVE_VFORK): Likewise.
18906 * s/freebsd.h (vfork): Remove #define.
18907 * s/lynxos.h (HAVE_VFORK): Remove #undef.
18908 * s/usg5-4-2.h: Fix comment about vfork.
18909
189102001-12-06 Richard M. Stallman <rms@gnu.org>
18911
18912 * s/hpux10.h (random): Add undef.
18913 (HAVE_RANDOM): Define it just once.
18914
189152001-12-06 Stefan Monnier <monnier@cs.yale.edu>
18916
18917 * eval.c: Undo last change: the standard syntax is not wanted.
18918
189192001-12-06 Eli Zaretskii <eliz@is.elta.co.il>
18920
18921 * xterm.c (x_free_frame_resources) [USE_X_TOOLKIT]: Remove all the
18922 scroll bars of the frame before deleting the frame itself. If the
18923 frame has a widget, delete the frame with XtDestroyWidget, and do
18924 not call XDestroyWindow before that.
18925
189262001-12-06 Kim F. Storm <storm@cua.dk>
18927
18928 * xfns.c (x_report_frame_params): Return actual fringe widths.
18929
18930 * w32fns.c (x_report_frame_params): Return actual fringe widths.
18931
189322001-12-05 Andrew Innes <andrewi@gnu.org>
18933
18934 * alloc.c (Fgarbage_collect): Shrink buffer gaps that are
18935 excessively large.
18936
18937 * insdel.c (make_gap_larger): New function.
18938 (make_gap_smaller): New function.
18939 (make_gap) [USE_MMAP_FOR_BUFFERS || REL_ALLOC]:
18940 Call make_gap_smaller if arg is negative.
18941
189422001-12-04 Stefan Monnier <monnier@cs.yale.edu>
18943
18944 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal prototype.
18945 Pass a dummy argument when calling interrupt_signal.
18946 (parse_menu_item): Mark disabled items before checking for empty def.
18947 (read_char_minibuf_menu_prompt): Make safety more visible.
18948 (read_key_sequence): Add a `first_unbound' variable.
18949 Use it to detect C-c ESC ESC ESC ESC ... cases and drop the
18950 unbound prefix as soon as we can detect it.
18951
18952 * doc.c (Fsnarf_documentation): Add prototype.
18953 (get_doc_string): Handle negative arguments.
18954 (Fdocumentation): Use AREF and ASIZE.
18955 Move the calls to get_doc_string to a single place.
18956 Don't confuse an interactive-spec for a docstring reference.
18957 (Fdocumentation_property): Take advantage of the fact that
18958 get_doc_string now ignores the sign of the docstring position.
18959
18960 * eval.c: Use standard syntax for usage in docstrings.
18961
189622001-12-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18963
18964 * xdisp.c (syms_of_xdisp): Make `tool-bar-button-relief' an option.
18965
189662001-12-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18967
18968 * xterm.c (x_draw_image_relief): Use predefined macro instead of
18969 constant when the value of `tool_bar_button_relief' is negative.
18970
189712001-12-02 Richard M. Stallman <rms@gnu.org>
18972
18973 * xmenu.c (menu_highlight_callback): Use `help' field as Lisp_Object.
18974 (single_submenu, xmenu_show): Set `help' field as Lisp_Object.
18975
18976 * fileio.c (read_non_regular): Delete Fsignal call.
18977
189782001-12-01 Stefan Monnier <monnier@cs.yale.edu>
18979
18980 * lisp.h (run_hook_list_with_args): Undo last change.
18981
189822001-12-01 Gerd Moellmann <gerd@gnu.org>
18983
18984 * xterm.c (x_draw_fringe_bitmap): Always undo clipping.
18985
189862001-12-01 Jason Rumney <jasonr@gnu.org>
18987
18988 * window.c (Qleft_fringe, Qright_fringe): Remove. Now in frame.c.
18989
18990 * w32term.h (WM_MOUSELEAVE, TME_LEAVE, TRACKMOUSEEVENT)
18991 [!WM_MOUSELEAVE]: Define.
18992
18993 * w32menu.c (current_popup_menu, get_menu_item_info):
18994 (set_menu_item_info): New vars.
18995 (set_frame_menubar): Doc fix clarifying GC interaction with menus.
18996 (w32_menu_show): Set current_popup_menu.
18997 (add_menu_item): Allocate new strings for owner-drawn menu items
18998 and help strings.
18999 Use owner-draw for disabled menu items again.
19000 (w32_menu_display_help): Ignore owner-drawn items and popup menus.
19001 (w32_free_submenu_strings, w32_free_menu_strings): New functions.
19002
19003 * w32fns.c (trackmouse_window, track_mouse_event_fn): New vars.
19004 (w32_wnd_proc) <WM_MOUSEMOVE>: Notice when mouse enters frame.
19005 <WM_EXITMENULOOP>: Free menu strings.
19006 <WM_MOUSELEAVE>: Stop tracking mouse.
19007 (x_create_tip_frame): Specify no minibuffer, modeline or fringes.
19008
19009 * w32term.c (w32_read_socket) <WM_MOUSELEAVE>: Cancel help echo
19010 and mouse face.
19011
190122001-12-01 Kim F. Storm <storm@cua.dk>
19013
19014 The following changes add left-fringe and right-fringe
19015 frame parameters to adjust fringe widths, or remove one or
19016 both fringes.
19017
19018 * frame.h (struct frame): Remove trunc_area_pixel_width and
19019 trunc_area_cols fields.
19020 (Qleft_fringe, Qright_fringe): Declare.
19021 (FRAME_RIGHT_FRINGE_WIDTH): New macro.
19022
19023 * frame.c (Qleft_fringe, Qright_fringe): New vars.
19024 (syms_of_frame): Initialize them.
19025
19026 * window.c (coordinates_in_window): Handle separate left and right
19027 fringe widths.
19028
19029 * xterm.h (struct x_output): Add left_fringe_width, right_fringe_width,
19030 and fringe_cols fields.
19031 (FRAME_FRINGE_BITMAP_WIDTH, FRAME_FRINGE_BITMAP_HEIGHT): Remove macros.
19032 (FRAME_X_FRINGE_COLS): Use fringe_cols field.
19033 (FRAME_X_FRINGE_WIDTH): Use fringes_extra field.
19034 (FRAME_X_LEFT_FRINGE_WIDTH): Use left_fringe_width field.
19035 (FRAME_X_RIGHT_FRINGE_WIDTH): Use right_fringe_width field.
19036 (x_compute_fringe_widths): Add prototype.
19037
19038 * xterm.c (zv_height, zv_bits, zv_period): Changed zv bitmap to
19039 fill fringe evenly with small dashes.
19040 (x_draw_fringe_bitmap): Clear background if necessary. Align and
19041 clip the new ZV bitmap to avoid jitter between rows.
19042 (x_draw_row_fringe_bitmaps): Rely on x_draw_fringe_bitmap to clear
19043 background. Don't draw fringe bitmaps if fringe width is zero.
19044 (x_compute_fringe_widths): New function.
19045 (x_new_font, x_set_window_size_1): Use it.
19046
19047 * xfns.c (x_frame_parms): Add `left-fringe' and `right-fringe' parms.
19048 (x_set_frame_parameters): Process `font' parameter before other
19049 parameters as fringe widths depend on it.
19050 (x_set_fringe_width): New function.
19051 (x_figure_window_size): Use x_compute_fringe_widths.
19052 (Fx_create_frame): Process `left-fringe' and `right-fringe' frame
19053 parameters.
19054
19055 * widget.c (set_frame_size): Use x_compute_fringe_widths.
19056 (EmacsFrameSetCharSize): Ditto.
19057
19058 * w32term.h: Merged changes from xterm.h.
19059 * w32term.c: Merged changes from xterm.c.
19060 * w32fns.c: Merged changes from xfns.c.
19061
190622001-11-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19063
19064 * COPYING: Removed.
19065
190662001-11-29 Dave Love <fx@gnu.org>
19067
19068 * coding.c (syms_of_coding) <Qchar_coding_system>: Give it an
19069 extra extra slot.
19070 (detect_coding_mask): Fix call of detect_coding_iso2022.
19071
190722001-11-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19073
19074 * fileio.c (file-name-coding-system)
19075 (default-file-name-coding-system): Doc fix (links to referenced
19076 variables added).
19077
190782001-11-28 Stefan Monnier <monnier@cs.yale.edu>
19079
19080 * lisp.h (GCPRO1, GCPRO2, GCPRO3, GCPRO4, GCPRO5):
19081 Add dummy uses of gcproN variables.
19082
19083 * category.c (describe_category, describe_category_1)
19084 (Fdescribe_categories): Remove. (Moved to lisp/help-fns.el.)
19085 (syms_of_category): Don't defsubr Sdescribe_categories.
19086
190872001-11-28 Richard M. Stallman <rms@gnu.org>
19088
19089 * fileio.c (Ffind_file_name_handler): Avoid initializer for `result'.
19090
19091 * Makefile.in (lispdir): New variable, referring to build dir.
19092 (TAGS-LISP): Find Makefile in $(lispdir), not $(lispsource).
19093
190942001-11-28 Andrew Innes <andrewi@gnu.org>
19095
19096 * w32menu.c (w32_menu_display_help): Actually add the new argument
19097 OWNER.
19098
190992001-11-28 Jason Rumney <jasonr@gnu.org>
19100
19101 * w32menu.c (add_menu_item): Do not use owner-draw for disabled
19102 menu items. From David Ponce <dponce@wanadoo.fr>.
19103 (w32_dialog_show) [HAVE_DIALOGS]: Compile whole function
19104 conditionally.
19105 (w32_menu_display_help): New argument OWNER. Rewritten to store a
19106 help event in the owner frame's keyboard buffer.
19107
19108 * w32fns.c (w32_wnd_proc) <WM_MENUSELECT>: Display help directly.
19109 (Fx_show_tip): Don't subtract last width from row width.
19110
19111 * w32term.c (w32_read_socket) <WM_MENUSELECT>: Remove.
19112 (w32_read_socket): Use EQ to compare frames.
19113
191142001-11-28 Gerd Moellmann <gerd@gnu.org>
19115
19116 * xterm.c (x_draw_glyphs): Don't call notice_overwritten_cursor if
19117 OVERLAPS_P.
19118
191192001-11-28 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19120
19121 * xdisp.c (message_dolog): Remove unused variables `gcpro2',
19122 `gcpro3' and `gcpro4'.
19123
19124 * coding.c (decode_coding_string): Remove unused variable `gcpro1'.
19125
191262001-11-28 Stefan Monnier <monnier@cs.yale.edu>
19127
19128 * ccl.c: Use AREF and ASIZE.
19129
191302001-11-27 Stefan Monnier <monnier@cs.yale.edu>
19131
19132 * lisp.h (run_hook_list_with_args): Remove.
19133 (LIST_END_P): Fix call to wrong_type_argument.
19134 (make_fixnum_or_float): Use EMACS_INT rather than int.
19135
191362001-11-26 Stefan Monnier <monnier@cs.yale.edu>
19137
19138 * syntax.c (syms_of_syntax): Remove defsubr of Sdescribe_syntax.
19139 (describe_syntax, describe_syntax_1, Fdescribe_syntax): Remove.
19140
19141 * eval.c: Use AREF and ASIZE.
19142 (Ffetch_bytecode): Add the file name to the error message.
19143
19144 * fileio.c (Ffind_file_name_handler): Give precedence to handlers
19145 which match the end of the file-name.
19146 (Fsubstitute_in_file_name): Don't signal an error if $ENVVAR
19147 is not a valid env var, but leave it as is instead.
19148
19149 * keymap.c (access_keymap): Handle t bindings like nil bindings.
19150 Make nil bindings in char-tables transparent.
19151 (store_in_keymap): Turn a nil binding into a t binding for char-tables.
19152
191532001-11-26 Richard M. Stallman <rms@gnu.org>
19154
19155 * textprop.c (set_text_properties_1): Allow START, END in either order.
19156 Do nothing if range is empty.
19157
19158 * Makefile.in (mallocobj): Simplify logic using auxiliary vars.
19159
19160 * Makefile.in (mostlyclean): Delete bootstrap-emacs here.
19161 (clean): Not here.
19162
191632001-11-25 Stefan Monnier <monnier@cs.yale.edu>
19164
19165 * textprop.c (set_text_properties_1): Clearly mark that the
19166 interval should not be empty.
19167
19168 * intervals.c (graft_intervals_into_buffer):
19169 Don't call set_text_properties_1 on an empty interval.
19170
191712001-11-25 Richard M. Stallman <rms@gnu.org>
19172
19173 * unexelf.c (unexec): Index by n, not nn, when checking for ".sbss".
19174
19175 * callproc.c (Fcall_process): When we make a bigger buffer for bufptr,
19176 don't lose the data in it.
19177
191782001-11-25 Juanma Barranquero <lektu@terra.es>
19179
19180 * abbrev.c (Fexpand_abbrev): Use Frun_hooks instead of Vrun_hooks.
19181
19182 * buffer.c (Fkill_buffer): Likewise.
19183
19184 * print.c (temp_output_buffer_setup): Likewise.
19185
191862001-11-25 Stefan Monnier <monnier@cs.yale.edu>
19187
19188 * xfaces.c (merge_face_heights): Coerce back to int explicitly.
19189
191902001-11-25 Eli Zaretskii <eliz@is.elta.co.il>
19191
19192 * window.c (Fset_window_vscroll): Doc fix. From Kalle Olavi
19193 Niemitalo <kon@iki.fi>.
19194
191952001-11-25 Jason Rumney <jasonr@gnu.org>
19196
19197 * w32term.h (FRAME_X_FRINGE_COLS): No fringe on tip frames.
19198
19199 * w32fns.c (x_create_tip_frame): Set frame's fringes_extra to 0.
19200 (Fx_show_tip): Block input during frame creation.
19201 (Fx_show_tip, Fx_hide_tip): Enable.
19202
192032001-11-24 Richard M. Stallman <rms@gnu.org>
19204
19205 * lread.c (Fload): Detect recursive load error for more than 3
19206 nestings of the same file.
19207 (Vrecursive_load_depth_limit): Variable deleted.
19208 (syms_of_lread) <recursive-load-depth-limit>: Variable deleted.
19209
192102001-11-24 Jason Rumney <jasonr@gnu.org>
19211
19212 * xfns.c (compute_tip_xy): Initialize root_x and root_y from
19213 mouse position if either left or top is not specified.
19214
19215 * w32fns.c (w32_wnd_proc) <WM_MENUSELECT>: Revert last change.
19216 <WM_WINDOWPOSCHANGING>: Let tip frames resize without restriction.
19217 (my_create_tip_window, Fx_show_tip): Adjust size for external border.
19218 (my_create_tip_window): Assign tip_window.
19219 (x_create_tip_frame): Use same defaults as X.
19220 (compute_tip_xy): Remove unused variable. Use full screen width.
19221 (Fx_show_tip): Do not double height. Call ShowWindow directly.
19222
19223 * w32term.c (x_after_update_window_line): Doc fix.
19224 (w32_read_socket): Doc fix. Avoid SET_FRAME_GARBAGED for tip
19225 frames.
19226 <WM_SHOWWINDOW>: Redo mouse highlight when hiding tip frame.
19227
19228 * xdisp.c (prepare_menu_bars) [HAVE_WINDOW_SYSTEM]: Use tip_frame
19229 for all Windowed systems.
19230
192312001-11-23 Eli Zaretskii <eliz@is.elta.co.il>
19232
19233 * msdos.c (IT_clear_screen): If the frame's faces are not yet
19234 realized, use the initial screen colors to clear the screen.
19235
192362001-11-23 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19237
19238 * textprop.c (Fset_text_properties): Remove unused variables
19239 `unchanged', `prev_changed', `s' and `len'.
19240
19241 * search.c (Freplace_match): Remove unused variable `inslen'.
19242
19243 * keymap.c (access_keymap): Remove unused variables `c1' and `c2'.
19244
192452001-11-22 Jason Rumney <jasonr@gnu.org>
19246
19247 * w32fns.c (x_window_to_frame): Remove irrelevant TODO comment.
19248 (w32_wnd_proc) <WM_MENUSELECT>: Show help echo directly.
19249 (my_create_tip_window): New function.
19250 (x_create_tip_frame, compute_tip_xy): Adapt for Windows.
19251 (Fx_show_tip, Fx_hide_tip) [TEST_TOOLTIPS]: Adapt for Windows.
19252
192532001-11-20 Jason Rumney <jasonr@gnu.org>
19254
19255 * coding.h (Vw32_system_coding_system) [WINDOWSNT]: Remove.
19256 (ENCODE_SYSTEM, DECODE_SYSTEM) [WINDOWSNT]: Use Vlocale_coding_system.
19257
19258 * w32fns.c (Vw32_system_coding_system): Remove.
19259 (w32_to_x_font, x_to_w32_font): Use Vlocale_coding_system.
19260
192612001-11-19 Stefan Monnier <monnier@cs.yale.edu>
19262
19263 * fileio.c (Fwrite_region): Move choose_write_coding_system to
19264 after build_annotations.
19265
19266 * syntax.c (describe_syntax): Add dummy arg.
19267 (describe_syntax_1): Update call to describe_vector.
19268
19269 * category.c (describe_category): Add dummy arg.
19270 (describe_category_1): Update call to describe_vector.
19271
19272 * keymap.c (Fdescribe_vector): Add `describer' parameter.
19273 (describe_command, describe_translation): Add dummy second param.
19274 (describe_map): Call elt_describer with two arguments.
19275 (describe_vector_princ): Add `fun' parameter.
19276 Call it instead of the hardcoded `princ'.
19277 (describe_vector): Add arg `args'.
19278 Pass it as a new second argument to elt_describer.
19279
19280 * keymap.h (describe_vector): Update prototype.
19281
19282 * frame.c: Don't include keymap.h any more.
19283 (keys_of_frame): Remove.
19284
19285 * lisp.h (keys_of_frame): Remove declaration.
19286
19287 * emacs.c (main): Don't call `keys_of_frame' any more.
19288
192892001-11-14 Andreas Schwab <schwab@suse.de>
19290
19291 * unexelf.c [!defined MAP_ANON]: Define MAP_ANON to MAP_ANONYMOUS
19292 if defined, 0 otherwise.
19293 (MAP_FAILED): Define if not defined and use it to test mmap failure.
19294 (unexec) [!MAP_ANON]: Use /dev/zero as file to map.
19295
192962001-11-19 Richard M. Stallman <rms@gnu.org>
19297
19298 * indent.c (current_column_1): Fix handling of scan_bytes for mb chars.
19299
193002001-11-18 Jason Rumney <jasonr@gnu.org>
19301
19302 * w32term.c (note_mouse_highlight): Fix type of variable `ignore'.
19303 (x_draw_bar_cursor): If the background color of the glyph under
19304 the cursor equals the frame's cursor color, use the glyph's
19305 foreground color for drawing the bar cursor.
19306 (x_after_update_window_line): Clear internal border in different
19307 circumstances.
19308 (w32_set_vertical_scroll_bar): Check for width and height > 0.
19309 (w32_draw_relief_rect): Correct relief by 1 pixel.
19310 (x_set_glyph_string_background_width):
19311 Set extends_to_end_of_line_p if the row's fill_line_p is set and
19312 drawing the last glyph with DRAW_IMAGE_{RAISED,SUNKEN}.
19313 (x_display_and_set_cursor): If cursor_in_echo_area, use NO_CURSOR
19314 if cursor_in_non_selected_windows is false.
19315 (show_mouse_face): Clean up. Recognize overwritten cursor differently.
19316 (x_draw_glyphs): Remove parameters REAL_START and REAL_END.
19317 Notice if cursor gets overwritten.
19318 (notice_overwritten_cursor): Renamed from
19319 note_overwritten_text_cursor. Rewritten to take glyph widths
19320 into account, and to take X positions as parameters.
19321 (x_draw_phys_cursor_glyph): Save state of w->phys_cursor_on_p
19322 around call to x_draw_glyphs.
19323 (x_setup_relief_colors): Use `IMAGE_BACKGROUND' and
19324 `IMAGE_BACKGROUND_TRANSPARENT' to calculate the correct background
19325 color to use for image glyph reliefs.
19326 (x_draw_image_relief): Accept zero tool_bar_button_relief.
19327 (glyph_rect): Remove unused variable `area'.
19328
19329 * w32fns.c (x_set_frame_parameters): Avoid infinite recursion for
19330 some items.
19331 (x_set_internal_border_width): Set frame garbaged when window
19332 doesn't exist yet.
19333 (Fx_create_frame): Accept zero tool_bar_button_relief.
19334 (x_clear_image_1, four_corners_best, image_background)
19335 (image_background_transparent): New functions.
19336 (xpm_format, png_format, jpeg_format, tiff_format, gif_format)
19337 (gs_format): Add `:background' entry.
19338 (lookup_image): Set IMG's background color if specified.
19339 (pbm_load, xbm_load_image, png_load): Set IMG's background field
19340 when appropriate.
19341 (x_clear_image_1): Reset `background_valid' and
19342 `background_transparent_valid' fields.
19343 (x_build_heuristic_mask): Use IMAGE_BACKGROUND instead of
19344 calculating it here. Set IMG's background_transparent field.
19345 (enum xpm_keyword_index): Add XPM_BACKGROUND.
19346 (enum png_keyword_index): Add PNG_BACKGROUND.
19347 (enum jpeg_keyword_index): Add JPEG_BACKGROUND.
19348 (enum tiff_keyword_index): Add TIFF_BACKGROUND.
19349 (enum gif_keyword_index): Add GIF_BACKGROUND.
19350 (enum gs_keyword_index): Add GS_BACKGROUND.
19351 (pbm_load, png_load, jpeg_load, tiff_load, gif_load):
19352 Pre-calculate image background color where necessary.
19353 (x_create_x_image_and_pixmap, xbm_load, gs_load):
19354 Use display info's n_cbits entry for screen depth.
19355 (Fx_show_tip): Remove unused variables `buffer', `top',
19356 `left', `max_width' and `max_height'.
19357
19358 * w32menu.c (w32_menu_show, push_menu_pane): Doc fixes.
19359
193602001-11-18 Gerd Moellmann <gerd@gnu.org>
19361
19362 * puresize.h (BASE_PURESIZE): Increase to 750000.
19363
193642001-11-18 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19365
19366 * frame.c (Fframe_live_p): Doc fix.
19367
193682001-11-18 Richard M. Stallman <rms@gnu.org>
19369
19370 * xdisp.c (message_dolog_marker1, message_dolog_marker2)
19371 (message_dolog_marker3): New static variables hold three markers.
19372 (syms_of_xdisp): Initialize and staticpro them.
19373 (message_dolog): Use message_dolog_marker1..3 instead of
19374 allocating markers each time. Unchain them when done.
19375
193762001-11-17 Richard M. Stallman <rms@gnu.org>
19377
19378 * doc.c (Fsnarf_documentation): Doc fix.
19379
193802001-11-17 Andreas Schwab <schwab@suse.de>
19381
19382 * xterm.c (note_mouse_highlight): Fix type of variable `ignore'.
19383
193842001-11-17 Richard M. Stallman <rms@gnu.org>
19385
19386 * fileio.c (Fwrite_region): Avoid initializer for Lisp_Object.
19387
193882001-11-17 Jason Rumney <jasonr@gnu.org>
19389
19390 * xterm.c (notice_overwritten_cursor): Take care of end < 0 case.
19391
193922001-11-17 Gerd Moellmann <gerd@gnu.org>
19393
19394 * xdisp.c (tool_bar_item_info): Avoid calling Fget_text_property
19395 with invalid position.
19396
193972001-11-16 Richard M. Stallman <rms@gnu.org>
19398
19399 * syswait.h: Delete conditionals for HPUX7, ISC 4.1, and convex.
19400
19401 * s/isc4-1.h (HAVE_SYS_WAIT_H): Add #undef.
19402 * s/hpux.h (HAVE_SYS_WAIT_H): Add #undef.
19403 * s/hpux8.h (HAVE_SYS_WAIT_H): Define it.
19404
19405 * m/convex.h (HAVE_SYS_WAIT_H): Add #undef.
19406
194072001-11-16 Stefan Monnier <monnier@cs.yale.edu>
19408
19409 * fileio.c (build_annotations): Split off the tail.
19410 (build_annotations_2): New fun. Extracted from build_annotations.
19411 (Fwrite_region): Split the call to build_annotations into two
19412 calls to build_annotations and build_annotations_2.
19413
194142001-11-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19415
19416 * sysdep.c (wait_for_kbd_input) [VMS]: Do not call
19417 clear_waiting_for_input with argument.
19418
19419 * xterm.h (x_update_cursor): Remove duplicated prototype.
19420
19421 * keyboard.h (clear_waiting_for_input): Remove duplicated prototype.
19422
19423 * xterm.c (waiting_for_input): Remove unnecessary declaration.
19424
19425 * data.c (Ftimes, Fquo, Frem, Fmod): Doc fix.
19426
194272001-11-16 Stefan Monnier <monnier@cs.yale.edu>
19428
19429 * fileio.c (choose_write_coding_system): New fun, extracted
19430 from Fwrite_region.
19431 (Fwrite_region): Use it.
19432
19433 * eval.c (max_specpdl_size, max_lisp_eval_depth): Use EMACS_INT.
19434 (funcall_lambda, run_hook_with_args): Make static and add prototype.
19435 (ml_apply, find_handler_clause): Add prototype.
19436
194372001-11-16 Eli Zaretskii <eliz@gnu.org>
19438
19439 * config.in: Add #undef HAVE_COFF_H.
19440
19441 * unexec.c (coff.h): Don't include unless HAVE_COFF_H is defined.
19442 Required for ISC 4.1.
19443
194442001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
19445
19446 * syswait.h (HAVE_SYS_WAIT_H): Undef for ISC 4.1. Reported by
19447 Andrew Wiseman <a.wiseman@btclick.com>.
19448
194492001-11-16 Kim F. Storm <storm@cua.dk>
19450
19451 The following changes are made to clean up the various internal
19452 references to the fringes to actually use the term `fringe' for
19453 them. Previously, they were called `flags areas', `bitmap areas',
19454 `left/right side of windows', or implicitly as `flags' or
19455 `bitmaps':
19456
19457 * dispextern.h (FRINGE_FACE_ID): Renamed from BITMAP_AREA_FACE_ID.
19458 Comments fixed. Use renamed symbols.
19459
19460 * dispnew.c: Comment fix. Use renamed symbols.
19461
19462 * frame.h (FRAME_FRINGE_COLS): Renamed from FRAME_FLAGS_AREA_COLS.
19463 (FRAME_FRINGE_WIDTH): Renamed from FRAME_FLAGS_AREA_WIDTH.
19464 (FRAME_LEFT_FRINGE_WIDTH): Renamed from FRAME_LEFT_FLAGS_AREA_WIDTH.
19465
19466 * msdos.c: Comment fix.
19467
19468 * w32fns.c: Use renamed symbols.
19469
19470 * w32term.c: Comment fixes. Use renamed symbols.
19471 (fringe_bitmap_type): Renamed from bitmap_type.
19472 (NO_FRINGE_BITMAP): Renamed from NO_BITMAP.
19473 (w32_draw_fringe_bitmap): Renamed from w32_draw_bitmap.
19474 (x_draw_row_fringe_bitmaps): Renamed from x_draw_row_bitmaps.
19475
19476 * w32term.h: Comment fixes. Use renamed symbols.
19477 (fringes_extra): Renamed from flags_areas_extra.
19478 (FRAME_FRINGE_BITMAP_WIDTH): Renamed from FRAME_FLAGS_BITMAP_WIDTH.
19479 (FRAME_FRINGE_BITMAP_HEIGHT): Renamed from FRAME_FLAGS_BITMAP_HEIGHT.
19480 (FRAME_X_FRINGE_COLS): Renamed from FRAME_X_FLAGS_AREA_COLS.
19481 (FRAME_X_FRINGE_WIDTH): Renamed from FRAME_X_FLAGS_AREA_WIDTH.
19482 (FRAME_X_LEFT_FRINGE_WIDTH):
19483 Renamed from FRAME_X_LEFT_FLAGS_AREA_WIDTH.
19484 (FRAME_X_RIGHT_FRINGE_WIDTH):
19485 Renamed from FRAME_X_RIGHT_FLAGS_AREA_WIDTH.
19486
19487 * widget.c: Use renamed symbols.
19488
19489 * window.c: Comment fixes. Use renamed symbols.
19490 (coordinates-in-window-p): Doc fix.
19491
19492 * xdisp.c: Comment fixes. Use renamed symbols.
19493
19494 * xfaces.c (realize_basic_faces): Use FRINGE_FACE_ID.
19495
19496 * xfns.c: Use renamed symbols.
19497
19498 * xterm.c: Comment fixes. Use renamed symbols.
19499 (fringe_bitmap_type): Renamed from bitmap_type.
19500 (NO_FRINGE_BITMAP): Renamed from NO_BITMAP.
19501 (x_draw_fringe_bitmap): Renamed from x_draw_bitmap.
19502 (x_draw_row_fringe_bitmaps): Renamed from x_draw_row_bitmaps.
19503
19504 * xterm.h: Comment fixes. Use renamed symbols.
19505 (fringes_extra): Renamed from flags_areas_extra.
19506 (FRAME_FRINGE_BITMAP_WIDTH): Renamed from FRAME_FLAGS_BITMAP_WIDTH.
19507 (FRAME_FRINGE_BITMAP_HEIGHT): Renamed from FRAME_FLAGS_BITMAP_HEIGHT.
19508 (FRAME_X_FRINGE_COLS): Renamed from FRAME_X_FLAGS_AREA_COLS.
19509 (FRAME_X_FRINGE_WIDTH): Renamed from FRAME_X_FLAGS_AREA_WIDTH.
19510 (FRAME_X_LEFT_FRINGE_WIDTH):
19511 Renamed from FRAME_X_LEFT_FLAGS_AREA_WIDTH.
19512 (FRAME_X_RIGHT_FRINGE_WIDTH):
19513 Renamed from FRAME_X_RIGHT_FLAGS_AREA_WIDTH.
19514
195152001-11-15 Jason Rumney <jasonr@gnu.org>
19516
19517 * w32menu.c (add-menu-item): Make help_echo and radio buttons
19518 work for most menu items. From David Ponce
19519 <david.ponce@wanadoo.fr>.
19520
195212001-11-15 Gerd Moellmann <gerd@gnu.org>
19522
19523 * xfns.c (x_set_frame_parameters): Revert change of 2001-11-07.
19524 Some x_set_* function expect to be called even if old and new
19525 value are equal.
19526
19527 * xdisp.c (build_desired_tool_bar_string): Accept zero
19528 tool_bar_button_relief.
19529
19530 * xfns.c (Fx_create_frame): Accept zero tool_bar_button_relief.
19531
19532 * xterm.c (x_draw_image_relief): Accept zero tool_bar_button_relief.
19533
19534 * xterm.c (x_draw_bar_cursor): If the background color of the
19535 glyph under the cursor equals the frame's cursor color, use
19536 the glyph's foreground color for drawing the bar cursor.
19537
19538 * dispnew.c (direct_output_forward_char): Fix character/byte
19539 position comparison.
19540
195412001-11-15 Miles Bader <miles@gnu.org>
19542
19543 * editfns.c (find_field): Add BEG_LIMIT and END_LIMIT parameters.
19544 (Fdelete_field, Ffield_string, Ffield_string_no_properties):
19545 Update arguments to find_field.
19546 (Ffield_beginning, Ffield_end): Add LIMIT param, pass to find_field.
19547 (Fconstrain_to_field): Use LIMIT arg to shorten search time.
19548 * lisp.h (Ffield_beginning, Ffield_end): Update EXFUN decl.
19549 * minibuf.c (Fminibuffer_prompt_end): Update args to Ffield_end.
19550
195512001-11-14 Richard M. Stallman <rms@gnu.org>
19552
19553 * editfns.c (Fpropertize): Allow call with 1 arg.
19554
19555 * dispextern.h (image_background, image_background_transparent):
19556 Conditionalize on HAVE_X_WINDOWS.
19557
195582001-11-13 Richard M. Stallman <rms@gnu.org>
19559
19560 * print.c (Fprin1_to_string): Doc fix.
19561
19562 * sunfns.c (Fsun_change_cursor_icon): Doc fix.
19563
19564 * floatfns.c (Fceiling, Ffloor): Doc fixes.
19565
19566 * filelock.c (Funlock_buffer, Ffile_locked_p): Doc fixes.
19567
19568 * fileio.c (Ffile_accessible_directory_p): Doc fix.
19569
19570 * eval.c (syms_of_eval): Doc fix.
19571
19572 * coding.c (syms_of_coding): Doc fix.
19573
19574 * doc.c (Fsnarf_documentation): Doc fix.
19575
19576 * dispnew.c (syms_of_display): Doc fix.
19577
19578 * category.c (Fget_unused_category): Doc fix.
19579
19580 * buffer.c (syms_of_buffer): Doc fixes.
19581
195822001-11-14 Eli Zaretskii <eliz@is.elta.co.il>
19583
19584 * print.c (prin1, print): Doc fix.
19585
195862001-11-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19587
19588 * fontset.h: Remove declarations of variables
19589 `Vhighlight_wrong_size_font' and `Vclip_large_size_font'.
19590
19591 * fontset.c: Remove variables `Vhighlight_wrong_size_font' and
19592 `Vclip_large_size_font'.
19593
195942001-11-13 Jason Rumney <jasonr@gnu.org>
19595
19596 * w32fns.c: Doc fix.
19597
195982001-11-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19599
19600 * xfaces.c (Fface_attributes_as_vector): Doc fix.
19601
19602 * fns.c: Doc fix.
19603
19604 * emacs.c: Doc fix.
19605
19606 * coding.c: Doc fix.
19607
19608 * cmds.c, composite.c, dired.c, doc.c, filelock.c, floatfns.c,
19609 * fontset.c, insdel.c, keymap.c: Change doc-string comments to
19610 `new style' [w/`doc:' keyword].
19611
196122001-11-12 Richard M. Stallman <rms@gnu.org>
19613
19614 * xterm.c (XTread_socket): Don't update focus for EnterNotify or
19615 LeaveNotify events. Only FocusIn and FocusOut do that now.
19616 (x_display_and_set_cursor): Do display hollow cursors in active
19617 minibuffer windows when they are not selected.
19618
196192001-11-12 Jason Rumney <jasonr@gnu.org>
19620
19621 * w32console.c, w32fns.c, w32menu.c, w32proc.c, w32select.c,
19622 * w32term.c: Change doc-string comments to `new style'
19623 [w/`doc:' keyword]. Doc fixes.
19624
19625 * w32fns.c: Don't define max.
19626 (Fx_open_connection): Only execute once.
19627
196282001-11-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19629
19630 * ccl.c: Change macros to use do-while block instead of if-else.
19631 Use braces to follow GNU Coding Standards.
19632
196332001-11-11 Richard M. Stallman <rms@gnu.org>
19634
19635 * sysdep.c (child_setup_tty): Don't clear ICRNL or INLCR.
19636
19637 * lread.c (read_escape): Use end_of_file_error for reporting eof.
19638
19639 * insdel.c (replace_range): Use adjust_markers_for_replace
19640 instead of adjust_markers_for_delete and adjust_markers_for_insert.
19641
19642 * intervals.h (set_text_properties, set_text_properties_1): Declare.
19643
19644 * textprop.c (set_text_properties_1): New subroutine
19645 broken out of set_text_properties.
19646 (set_text_properties): Use set_text_properties_1.
19647
19648 * intervals.c (graft_intervals_into_buffer):
19649 Use set_text_properties_1 to clear out properties.
19650
19651 * search.c (Freplace_match): Use replace_range to insert
19652 and delete. Don't request property inheritance from
19653 surrounding text.
19654
196552001-11-10 Jason Rumney <jasonr@gnu.org>
19656
19657 * w32fns.c (enum_font_cb2): Use leading @ on face name to detect
19658 vertical fonts. Allow them if face name is explicitly specified.
19659 Do not give up if we find a font that cannot be converted to an xlfd.
19660
196612001-11-10 Gerd Moellmann <gerd@gnu.org>
19662
19663 * unexelf.c (unexec): Use mmap/munmap to allocate buffers
19664 instead of malloc/free.
19665
196662001-11-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19667
19668 * xfaces.c (merge_face_vectors): Use braces to follow GNU
19669 Coding Standards.
19670 (Finternal_set_lisp_face_attribute): Likewise.
19671
19672 * buffer.c (Fbury_buffer): Likewise.
19673
19674 * indent.c (current_column_1): Remove unused variable `prev_col'.
19675
19676 * coding.c (encode_coding): Use precomputed value of `src'.
19677 (encode_coding): Remove unused variable `src_end'.
19678 (code_convert_region): Remove unused variables `count'.
19679
196802001-11-07 Jason Rumney <jasonr@gnu.org>
19681
19682 * w32term.c (x_display_and_set_cursor): Do not move system caret
19683 if cursor_glyph is NULL.
19684
196852001-11-07 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19686
19687 * keymap.c (access_keymap): Fix compilation error.
19688
196892001-11-07 Miles Bader <miles@gnu.org>
19690
19691 * xfns.c (x_set_frame_parameters): Avoid infinite recursion.
19692
196932001-11-07 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19694
19695 * intervals.c (graft_intervals_into_buffer):
19696 Remove #ifdef'd-out code.
19697 (graft_intervals_into_buffer): Remove unused variable `middle'.
19698
19699 * lread.c (Feval_region): Remove obsolete #ifdef'd-out
19700 code (eval-current-buffer).
19701 Change doc-string comments to `new style' [w/`doc:' keyword].
19702
197032001-11-06 Richard M. Stallman <rms@gnu.org>
19704
19705 * keymap.c (access_keymap): Don't use initializers on Lisp_Object.
19706
197072001-11-06 Stefan Monnier <monnier@cs.yale.edu>
19708
19709 * lread.c (read1): Fix behavior with nested backquoting.
19710
19711 * keyboard.c (make_lispy_event): Check integerness and fix
19712 Lisp_Object/int mixup.
19713
197142001-11-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19715
19716 * fns.c (copy_hash_table): Remove unused variable `v'.
19717
19718 * fontset.c (fontset_font_pattern): Remove unused variable
19719 `family_registry'.
19720
19721 * indent.c (current_column_1): Remove unused variable `prev_col'.
19722
197232001-11-05 Richard M. Stallman <rms@gnu.org>
19724
19725 * m/news-risc.h (BROKEN_PROTOTYPES): Defined.
19726
19727 * buffer.c (Fkill_buffer): Don't delete auto save file
19728 if buffer is modified.
19729
197302001-11-05 Andrew Innes <andrewi@gnu.org>
19731
19732 * w32proc.c (Fw32_set_keyboard_layout): Use CHECK_NUMBER_CAR and
19733 CHECK_NUMBER_CDR.
19734
197352001-11-05 Richard M. Stallman <rms@gnu.org>
19736
19737 * unexelf.c (unexec): Minor changes; clean up comments.
19738
197392001-11-05 Sam Steingold <sds@gnu.org>
19740
19741 * w32term.c (x_display_and_set_cursor): Fix w32 compilation error.
19742
197432001-11-05 Andreas Schwab <schwab@suse.de>
19744
19745 * sound.c (sound_perror): Save errno from being clobbered.
19746
197472001-11-05 Dale Hagglund <rdh@yottayotta.com>
19748
19749 * unexelf.c (unexec): Don't use `mmap'. Instead, read and write
19750 the program image directly.
19751
197522001-11-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19753
19754 * buffer.h (Fbuffer_local_value): Add prototype.
19755
197562001-11-04 Richard M. Stallman <rms@gnu.org>
19757
19758 * buffer.c (Fbuffer_local_value): Remove extra args from CHECK_SYMBOL
19759 and CHECK_BUFFER.
19760
19761 * keyboard.c (read_char): Use Fcar and Fcdr, not Fnth.
19762 (record_char): Likewise.
19763
19764 * keyboard.c (make_lispy_event): Don't insist a drag event must
19765 move to a different buffer position. Instead, check for moving at
19766 least double_click_fuzz.
19767
19768 * fns.c (Fmake_hash_table): Use XCAR and XCDR, not Fnth and Flength.
19769
19770 * keyboard.c (echo-area-clear-hook): Undo Oct 29 change.
19771
19772 * indent.c (current_column_1, Fmove_to_column): Separate the code
19773 for display-table glyphs from the code for buffer text, to fix
19774 bugs in the former.
19775
197762001-11-04 Michael Welsh Duggan <md5i@cs.cmu.edu>
19777
19778 * buffer.c (Fbuffer_local_value): New function.
19779 (syms_of_buffer): Defsubr it.
19780
19781 * xterm.c, w32term.c (x_display_and_set_cursor): Use buffer-local
19782 value of `cursor-in-non-selected-windows'.
19783
19784 * lisp.h (Qcursor_in_non_selected_windows): New declaration.
19785 * xdisp.c (Qcursor_in_non_selected_windows): New variable.
19786 (syms_of_xdisp): Initialize it.
19787
197882001-11-04 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19789
19790 * xfns.c (Fx_create_frame): Doc fix.
19791
19792 * coding.c: Change doc-string comments to `new style' [w/`doc:'
19793 keyword].
19794
19795 * eval.c (top_level_value, top_level_set): Remove commented and
19796 #ifdef'd-out code.
19797 (Fdefvar): Fix usage in doc-string.
19798
197992001-11-03 Richard M. Stallman <rms@gnu.org>
19800
19801 * xfns.c: Include unistd.h, if it exists.
19802
19803 * editfns.c: Move the include of ctype.h after unistd.h.
19804
19805 * gmalloc.c: Test BROKEN_PROTOTYPES.
19806
198072001-11-03 Ken Raeburn <raeburn@gnu.org>
19808
19809 * lisp.h (CHECK_STRING_CAR): New macro.
19810 * lread.c (Fload): Use XSETCARFASTINT, XSETCDRFASTINT instead of
19811 treating XCAR and XCDR as lvalues.
19812 (openp): Use CHECK_STRING_CAR.
19813 (read_list): Use XSETCDR instead of treating XCDR as lvalue.
19814
198152001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
19816
19817 * s/sco5.h (sigprocmask_set): Declare as extern SIGMASKTYPE.
19818 (SIGMASKTYPE): Define.
19819
19820 * syssignal.h (sigunblock): Don't define if already defined.
19821
198222001-11-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19823
19824 * eval.c (debugger_may_continue, Vdebug_ignored_errors)
19825 (call_debugger, Fcondition_case, skip_debugger, unbind_to):
19826 Fix typos in comments.
19827
19828 * mocklisp.c (Fml_defun, Fml_while, Fml_substr): Remove commented
19829 and #ifdef'd-out code.
19830 Fix and reindent comments.
19831
19832 * mocklisp.h: Remove comment which is a copy of comment in mocklisp.c.
19833
19834 * category.h (CHECK_CATEGORY, CHECK_CATEGORY_SET): Remove unused
19835 argument `i' in macros.
19836
19837 * frame.h (CHECK_FRAME, CHECK_LIVE_FRAME): Remove unused argument
19838 `i' in macros.
19839
19840 * lisp.h (CHECK_STRING_OR_BUFFER, CHECK_HASH_TABLE, CHECK_LIST)
19841 (CHECK_STRING, CHECK_CONS, CHECK_SYMBOL, CHECK_CHAR_TABLE)
19842 (CHECK_VECTOR, CHECK_VECTOR_OR_CHAR_TABLE, CHECK_BUFFER)
19843 (CHECK_WINDOW, CHECK_LIVE_WINDOW, CHECK_PROCESS, CHECK_NUMBER)
19844 (CHECK_NATNUM, CHECK_MARKER, CHECK_NUMBER_COERCE_MARKER)
19845 (CHECK_FLOAT, CHECK_NUMBER_OR_FLOAT)
19846 (CHECK_NUMBER_OR_FLOAT_COERCE_MARKER, CHECK_OVERLAY)
19847 (CHECK_NUMBER_CAR, CHECK_NUMBER_CDR): Remove unused argument `i'
19848 in macros.
19849
19850 * abbrev.c, alloc.c, buffer.c, bytecode.c, callint.c, callproc.c,
19851 * casefiddle.c, category.c, ccl.c, charset.c, cmds.c, coding.c,
19852 * composite.c, data.c, dired.c, dispnew.c, doc.c, dosfns.c, emacs.c,
19853 * eval.c, fileio.c, filelock.c, fns.c, fontset.c, frame.c, frame.h,
19854 * indent.c, keyboard.c, keymap.c, lread.c, macros.c, marker.c,
19855 * minibuf.c, mocklisp.c, msdos.c, print.c, process.c, search.c,
19856 * sunfns.c, syntax.c, textprop.c, undo.c, w16select.c, w32console.c,
19857 * w32fns.c, w32menu.c, w32proc.c, w32select.c, window.c, xdisp.c,
19858 * xfaces.c, xmenu.c, xselect.c: Update usage of CHECK_ macros
19859 (remove unused second argument).
19860
198612001-11-02 Stefan Monnier <monnier@cs.yale.edu>
19862
19863 * syntax.c (describe_syntax): New wrapper.
19864 (Finternal_describe_syntax_value): Rename from describe_syntax.
19865 Don't insert space at front and \n at the end.
19866 (syms_of_syntax): Defsubr Sinternal_describe_syntax_value.
19867
19868 * regex.c (re_wctype): Try to fix some warnings.
19869 (regcomp, regexec): Don't forget the __restrict.
19870
198712001-11-02 Richard M. Stallman <rms@gnu.org>
19872
19873 * textprop.c (Fget_char_property): Doc fix.
19874
198752001-11-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19876
19877 * process.c (Fstart_process): Add usage to doc-string.
19878
19879 * data.c (Fsetq_default): Ditto.
19880
19881 * callint.c (Finteractive): Ditto.
19882
198832001-11-01 Stefan Monnier <monnier@cs.yale.edu>
19884
19885 * macros.c: Don't include keymap.h any more.
19886
198872001-11-01 Richard M. Stallman <rms@gnu.org>
19888
19889 * data.c (Fmake_local_variable): Doc fix.
19890
19891 * eval.c (Frun_hooks, Frun_hook_with_args_until_failure): Doc fix.
19892 (Frun_hook_with_args_until_success, Frun_hook_with_args): Doc fix.
19893
19894 * keymap.c (Fdescribe_buffer_bindings): Print character property
19895 bindings along with or instead of the buffer local map.
19896 Make the overriding maps override what they should.
19897
198982001-11-01 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19899
19900 * window.c (grow_mini_window): Fix typo in comment.
19901
199022001-11-01 Gerd Moellmann <gerd@gnu.org>
19903
19904 * xterm.c (x_scroll_bar_create): Check for width and height > 0.
19905 (XTset_vertical_scroll_bar): Likewise.
19906
19907 * xfns.c (x_build_heuristic_mask): Use four_corners_best
19908 instead of IMAGE_BACKGROUND.
19909
19910 * xfns.c (four_corners_best): Reindent.
19911
19912 * xfaces.c (Finternal_set_lisp_face_attribute_from_resource):
19913 Handle :box so that it is possible to specify sexprs.
19914
199152001-10-31 Eli Zaretskii <eliz@is.elta.co.il>
19916
19917 * s/hpux11.h: New file.
19918
199192001-10-31 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19920
19921 * emacs.c (USAGE1): Show command line option --no-window-system
19922 instead of --no-windows in usage.
19923 (standard_args): Rename --no-windows to --no-window-system.
19924 (bug_reporting_address): Follow Emacs coding conventions.
19925
19926 * eval.c (Fcommandp): Doc fix.
19927 Change doc-string comments to `new style' [w/`doc:' keyword].
19928
19929 * frame.c (Fframe_live_p): Doc fix.
19930
19931 * buffer.c (selective-display-ellipses): Doc fix.
19932
199332001-10-31 Gerd Moellmann <gerd@gnu.org>
19934
19935 * lread.c (to_multibyte): Fix computation of new read_buffer_size.
19936
19937 * xfaces.c (realize_x_face): If C is not a single-byte character,
19938 set the face's colors_copied_bitwise_p instead of the defaulted_p
19939 members which have a different meaning.
19940 (free_face_colors): Do nothing for a face whose colors have been
19941 copied bitwise.
19942
19943 * dispextern.h (struct face) <colors_copied_bitwise_p>: New member.
19944
199452001-10-31 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19946
19947 * marker.c, mocklisp.c: Change doc-string comments to `new style'
19948 [w/`doc:' keyword].
19949
199502001-10-31 Gerd Moellmann <gerd@gnu.org>
19951
19952 * fns.c (require_unwind): Return Lisp_Object.
19953
199542001-10-31 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19955
19956 * keyboard.c (lucid-menu-bar-dirty-flag): Doc fix.
19957 (last-input-char): Revert doc-string to be the same as the
19958 doc-string of `last-input-event'.
19959
19960 * xdisp.c: Fix typos in comments.
19961
199622001-10-31 Gerd Moellmann <gerd@gnu.org>
19963
19964 * window.c (grow_mini_window): Handle case that the root
19965 window is already smaller than the nominal mininum height.
19966
199672001-10-30 Stefan Monnier <monnier@cs.yale.edu>
19968
19969 * emacs.c (main): Don't call keys_of_macros any more.
19970
19971 * lisp.h (keys_of_macros): Remove.
19972
19973 * macros.c (keys_of_macros): Remove.
19974
19975 * xfaces.c (Fface_attribute_relative_p): Declare args.
19976
199772001-10-30 Jason Rumney <jasonr@gnu.org>
19978
19979 * w32fns.c (w32_to_x_charset): Increase size of XLFD charset buffer.
19980 (enum_font_cb2): Ignore fonts with vertical orientation.
19981
199822001-10-30 Richard M. Stallman <rms@gnu.org>
19983
19984 * keyboard.c (Finput_pending_p): Doc fix.
19985
199862001-10-30 Gerd Moellmann <gerd@gnu.org>
19987
19988 * xterm.c (x_after_update_window_line): Don't run the code
19989 clearing in borders for rows whose visible height is 0.
19990
19991 * xdisp.c (clear_garbaged_frames): Redraw the frame only if its
19992 resized_p flag is set. If not set, use the much less flickering
19993 method previously used.
19994
19995 * dispnew.c (change_frame_size_1): Set frame's resized_p.
19996
19997 * frame.h (struct frame) <resized_p>: New member.
19998
19999 * lread.c (to_multibyte): Ensure read_buffer is at least twice
20000 as large as the number of bytes to convert.
20001
20002 * lread.c (to_multibyte): New function.
20003 (read1): Use it.
20004
200052001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
20006
20007 * msdos.h (FRAME_LINE_HEIGHT): Define (it's used by xmenu.c).
20008
200092001-10-30 Gerd Moellmann <gerd@gnu.org>
20010
20011 * xterm.c (x_draw_relief_rect): Correct bottom relief by 1 pixel.
20012 (x_set_glyph_string_background_width): Set extends_to_end_of_line_p
20013 if the row's fill_line_p is set and drawing the last glyph with
20014 DRAW_IMAGE_{RAISED,SUNKEN}.
20015
20016 * xdisp.c (clear_garbaged_frames): Call Fredraw_frame.
20017
200182001-10-29 Stefan Monnier <monnier@cs.yale.edu>
20019
20020 * xmenu.c: Include coding.h and charset.h.
20021 (Fx_popup_menu): Use FRAME_PTR and FRAME_FONT and FRAME_LINE_HEIGHT.
20022 (Fx_popup_dialog): Use FRAME_PTR and enum scroll_bar_part.
20023 (single_submenu, xmenu_show): Use ENCODE_SYSTEM.
20024 Explicitly set wv->help. Use `TRUE' rather than `True'.
20025 (menu_help_callback): Use empty_string.
20026
20027 * w32menu.c (Fx_popup_menu): Explicitly init f, xpos, and ypos.
20028 (Fx_popup_dialog): Explicitly init f.
20029 (w32_menu_display_help): Use empty_string.
20030
200312001-10-29 Richard M. Stallman <rms@gnu.org>
20032
20033 * fns.c (Frequire): Detect recursive try to require the same
20034 feature 3 or more levels deep, and get error.
20035 (require_unwind): New subroutine.
20036 (require_nesting_list): New variable.
20037 (syms_of_fns): Init and staticpro it.
20038
20039 * print.c (print_object): Clarify indication of insertion type.
20040
200412001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
20042
20043 * coding.c (syms_of_coding): Document that locale-coding-system is
20044 used for decoding input on X.
20045
20046 * window.c (Fscroll_left, Fscroll_right): Doc fix.
20047
200482001-10-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
20049
20050 * keyboard.c (Finput_pending_p): Fix typo in doc-string.
20051 (echo-area-clear-hook): Properly DEFVAR_LISP and staticpro it.
20052
200532001-10-29 Gerd Moellmann <gerd@gnu.org>
20054
20055 * xterm.c (x_display_and_set_cursor): If cursor_in_echo_area,
20056 use NO_CURSOR if cursor_in_non_selected_windows is false.
20057
20058 * xfaces.c (Fface_font): Use UNSPECIFIEDP instead of NILP for
20059 the slant attribute if FRAME is t.
20060
20061 * xfns.c (x_set_internal_border_width): Set frame garbaged
20062 when X window doesn't exist yet.
20063
20064 * xterm.c (x_after_update_window_line): Clear internal border
20065 in different circumstances.
20066
20067 * xterm.c (XTread_socket) <KeyPress>: Don't use
20068 STRING_CHAR_AND_LENGTH if nchars == nbytes. From Kenichi Handa
20069 <handa@etl.go.jp>.
20070
200712001-10-28 Eli Zaretskii <eliz@is.elta.co.il>
20072
20073 * m/ibms390.h: New file. From Adam Thornton
20074 <athornton@sinenomine.net>.
20075
200762001-10-28 Gerd Moellmann <gerd@gnu.org>
20077
20078 * xfns.c (x_build_heuristic_mask): Use x_alloc_image_color.
20079
20080 * xfns.c (x_build_heuristic_mask): Fix a bug not incrementing
20081 a loop counter.
20082
200832001-10-28 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
20084
20085 * emacs.c: Use argv[0] instead of "emacs" when -t was specified.
20086
20087 * keyboard.c: Change doc-string comments to `new style' [w/`doc:'
20088 keyword].
20089 Fix typos in comments.
20090
20091 * emacs.c (bug_reporting_address): New function.
20092 Use it when displaying usage message.
20093
20094 * minibuf.c (read_minibuf): Remove unused external declaration of
20095 variable `Qread_only'.
20096
20097 * keymap.c (access_keymap): Remove unused variable `charset'.
20098
200992001-10-28 Miles Bader <miles@gnu.org>
20100
20101 * xfaces.c (merge_face_heights): Handle TO being relative as well.
20102 Remove #ifdef'd-out code.
20103 (Fface_attribute_relative_p, Fmerge_face_attribute): New functions.
20104 (syms_of_xfaces): Initialize them.
20105
201062001-10-27 Jason Rumney <jasonr@gnu.org>
20107
20108 * w32fns.c (w32_wnd_proc) <WM_KILLFOCUS>: Destroy the system caret.
20109 <WM_EMACS_DESTROY_CARET, WM_EMACS_TRACK_CARET>: Track cursor
20110 position using the system caret.
20111
20112 * w32term.c (w32_system_caret_hwnd, w32_system_caret_width)
20113 (w32_system_caret_height, w32_system_caret_x)
20114 (w32_system_caret_y): New variables for tracking system caret.
20115 (w32_initialize): Initialize them.
20116 (x_display_and_set_cursor): Make system caret follow the active cursor.
20117
20118 * w32term.h (WM_EMACS_TRACK_CARET, WM_EMACS_DESTROY_CARET):
20119 New messages types.
20120
20121 * w32term.c (note_mouse_highlight): Clear old help_echo.
20122
201232001-10-27 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
20124
20125 * xterm.c: Fix typo in a comment.
20126
20127 * emacs.c: Fix typos in comments.
20128 Remove unnecessary spaces.
20129 Change doc-string comments to `new style' [w/`doc:' keyword].
20130 (USAGE2): Fix typos in usage string.
20131
20132 * xterm.c: Fix typo in a comment.
20133
20134 * lisp.h (gdb_lisp_params): Remove code in #if 0 which is now in
20135 emacs.c.
20136
201372001-10-27 Gerd Moellmann <gerd@gnu.org>
20138
20139 * xdisp.c (move_it_vertically_backward): Use 2/3 line_height
20140 instead of 1/2 line_height in the heuristic for skipping
20141 farther backward when target_y was not reached.
20142
20143 * sound.c (sound_perror): Unblock SIGIO, turn on atimers.
20144 Display errno only if non-zero.
20145 (sound_warning): New function.
20146 (vox_configure): Don't treat failing to set sample rate as error.
20147 (various places): Improve error messages.
20148
201492001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
20150
20151 * fileio.c (Faccess_file): Run the argument filename through
20152 Fexpand_file_name, before using it.
20153
20154 * dispnew.c (syms_of_display) <visible-bell>: Add a reference to
20155 ring-bell-function. Suggested by Alf-Ivar Holm <alfh@ifi.uio.no>
20156
201572001-10-26 Gerd Moellmann <gerd@gnu.org>
20158
20159 * insdel.c (insert_1_both): Do nothing if NCHARS == 0.
20160
20161 * xterm.c (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
20162 Fix clearing in the case of scroll bars on the right.
20163
201642001-10-26 Juanma Barranquero <lektu@terra.es>
20165
20166 * w32gui.h (XImage): Add a dummy typedef.
20167
201682001-10-26 Gerd Moellmann <gerd@gnu.org>
20169
20170 * xfns.c (XScreenNumberOfScreen): Fix struct to pointer comparison.
20171
201722001-10-25 Eli Zaretskii <eliz@is.elta.co.il>
20173
20174 * frame.c (Fframe_parameter): Fix last change.
20175
20176 * fileio.c: Revert last change (which removed old commented-out
20177 version of expand-file-name). Add a comment that explains why
20178 this old version should not be removed.
20179
201802001-10-25 Gerd Moellmann <gerd@gnu.org>
20181
20182 * frame.c (Fframe_parameter): Fix a bug whereby some
20183 ``artificial'' frame parameters, like `minibuffer' were not
20184 obtained by calling Fframe_parameters.
20185
20186 * xterm.c (show_mouse_face): Clean up. Recognize overwritten
20187 cursor differently.
20188
20189 * xdisp.c (move_it_vertically_backward): Compute line height
20190 differently. Add heuristic to try to be more compatible to 20.x.
20191
201922001-10-25 Stefan Monnier <monnier@cs.yale.edu>
20193
20194 * lisp.h (make_fixnum_or_float): Coerce double to int explicitly.
20195
20196 * editfns.c (text_property_stickiness): Fix Lisp_Object used as
20197 boolean.
20198
201992001-10-25 Miles Bader <miles@gnu.org>
20200
20201 * xfns.c (png_load): Make sure SPECIFIED_BG is a string.
20202 BG is a pointer to a structure, not a structure.
20203 (gif_format, png_format): Add missing commas.
20204
202052001-10-24 Richard M. Stallman <rms@gnu.org>
20206
20207 * xfaces.c (Fface_attributes_as_vector): New function.
20208 (syms_of_xfaces): Defsubr it.
20209
202102001-10-24 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
20211
20212 * dispnew.c (sync_window_with_frame_matrix_rows): Remove unused
20213 variable `area'.
20214
202152001-10-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
20216
20217 * search.c (scan_newline): Remove unused variable `selective_display'.
20218
202192001-10-25 Miles Bader <miles@gnu.org>
20220
20221 * dispextern.h (struct image): Add `background',
20222 `background_valid', and `background_transparent' fields.
20223 (image_background, image_background_transparent): New declarations.
20224 (IMAGE_BACKGROUND, IMAGE_BACKGROUND_TRANSPARENT): New macros.
20225 * xfns.c (image_background, image_background_transparent)
20226 (four_corners_best): New functions.
20227 (xpm_format, png_format, jpeg_format, tiff_format, gif_format)
20228 (gs_format): Add `:background' entry.
20229 (lookup_image): Set IMG's background color if specified.
20230 (pbm_load, xbm_load_image, png_load): Set IMG's background field
20231 when appropriate.
20232 (x_clear_image_1): Reset `background_valid' and
20233 `background_transparent_valid' fields.
20234 (x_build_heuristic_mask): Use IMAGE_BACKGROUND instead of
20235 calculating it here. Set IMG's background_transparent field.
20236 (enum xpm_keyword_index): Add XPM_BACKGROUND.
20237 (enum png_keyword_index): Add PNG_BACKGROUND.
20238 (enum jpeg_keyword_index): Add JPEG_BACKGROUND.
20239 (enum tiff_keyword_index): Add TIFF_BACKGROUND.
20240 (enum gif_keyword_index): Add GIF_BACKGROUND.
20241 (enum gs_keyword_index): Add GS_BACKGROUND.
20242 (pbm_load, png_load, jpeg_load, tiff_load, gif_load):
20243 Pre-calculate image background color where necessary.
20244 * xterm.c (x_setup_relief_colors): Use `IMAGE_BACKGROUND' and
20245 `IMAGE_BACKGROUND_TRANSPARENT' to calculate the correct background
20246 color to use for image glyph reliefs.
20247
202482001-10-24 Gerd Moellmann <gerd@gnu.org>
20249
20250 * xterm.c (x_draw_glyphs): Don't check for cursor overwriting
20251 in full-width rows.
20252
20253 * xterm.c (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
20254 Fix clearing of area not covered by scroll bar.
20255
202562001-10-24 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
20257
20258 * xterm.c (x_insert_glyphs): Remove unused variables `real_end'
20259 and `real_start'.
20260 (x_draw_image_foreground): Remove unused variables `mask' and `xgcv'.
20261 (glyph_rect): Remove unused variable `area'.
20262
202632001-10-24 Gerd Moellmann <gerd@gnu.org>
20264
20265 * xdisp.c: Change #ifdef GLYPH_DEBUG to #if.
20266
20267 * xdisp.c (try_window_reusing_current_matrix): Use row_containing_pos.
20268 (row_containing_pos): Take additional argument DY.
20269 Treat rows ending in middle of char differently.
20270 (display_line): Handle tabs on window systems differently.
20271
20272 * xterm.c, w32term.c (fast_find_position): Call row_containing_pos
20273 with additional argument.
20274
20275 * dispextern.h (row_containing_pos): Adjust prototype.
20276
20277 * xdisp.c (inhibit_try_window_id, inhibit_try_window_reusing)
20278 (inhibit_try_cursor_movement) [GLYPH_DEBUG]: New variables.
20279 (try_window_id, try_window_reusing_current_matrix)
20280 (try_cursor_movement) [GLYPH_DEBUG]: Don't run if inhibited.
20281 (syms_of_xdisp) [GLYPH_DEBUG]: DEFVAR_BOOL the variables.
20282
202832001-10-24 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
20284
20285 * xmenu.c: Spell the name of Emacs properly (GNU Emacs instead of
20286 gnuemacs).
20287 (HAVE_BOXES): Fix typo in comment.
20288 (push_menu_pane): Fix typo in comment.
20289
20290 * xdisp.c (display_prop_string_p): Remove unused local declaration
20291 of `Qwhen'.
20292 (single_display_prop_string_p): Remove unused local declarations
20293 of `Qwhen' and `Qmargin'.
20294 (string_buffer_position): Remove unused variable `around'.
20295 (store_frame_title): Remove unused variable `width'.
20296
20297 * window.c: Don't define max.
20298 (coordinates_in_window): Remove unused variable `uy'.
20299
20300 * widget.c: Don't define max.
20301
20302 * process.c: Don't define max.
20303 (create_process): Remove unused variable `buffer'.
20304
203052001-10-23 Gerd Moellmann <gerd@gnu.org>
20306
20307 * xfaces.c (Finternal_set_lisp_face_attribute): Fix compilation error.
20308
203092001-10-23 Eli Zaretskii <eliz@is.elta.co.il>
20310
20311 * xfaces.c (Finternal_set_lisp_face_attribute)
20312 [HAVE_WINDOW_SYSTEM]: Don't do anything for QCfont unless the
20313 frame is on a windowed display.
20314
203152001-10-23 Gerd Moellmann <gerd@gnu.org>
20316
20317 * dispnew.c (sync_window_with_frame_matrix_rows):
20318 Fix handling of windows which aren't full-width, fix handling
20319 of marginal areas.
20320
20321 * lread.c (syms_of_lread) <recursive-load-depth-limit>: Raise to 50.
20322
203232001-10-23 Andreas Schwab <schwab@suse.de>
20324
20325 * m/macppc.h [LINUX]: Undef LD_SWITCH_SYSTEM_TEMACS and override
20326 LD_SWITCH_MACHINE_TEMACS with "-Xlinker -znocombreloc".
20327
203282001-10-23 Gerd Moellmann <gerd@gnu.org>
20329
20330 * xterm.c (x_draw_glyphs): Remove parameters READ_START and
20331 REAL_END. Notice if cursor gets overwritten.
20332 (notice_overwritten_cursor): Take X positions as parameters.
20333 (x_draw_phys_cursor_glyph): Save state of w->phys_cursor_on_p
20334 around call to x_draw_glyphs.
20335
203362001-10-23 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
20337
20338 * syntax.c (modify-syntax-entry): Fix argument names (use CHAR
20339 instead of C) and usage.
20340
20341 * editfns.c (char-to-string): Fix argument names (use CHAR instead
20342 of C) and usage.
20343
20344 * xfns.c (Fx_show_tip): Remove unused variables `buffer', `top',
20345 `left', `max_width' and `max_height'.
20346
203472001-10-23 Gerd Moellmann <gerd@gnu.org>
20348
20349 * xdisp.c (display_line): For a tab continued to the next line,
20350 set row's ends_in_middle_of_char_p.
20351
203522001-10-22 Gerd Moellmann <gerd@gnu.org>
20353
20354 * xdisp.c (display_line): Fix computation of continuation lines
20355 width for TABs.
20356
203572001-10-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
20358
20359 * xdisp.c (build_desired_tool_bar_string): Remove unused variable
20360 `Qlaplace'.
20361
20362 * fileio.c: Remove unused code.
20363
203642001-10-22 Miles Bader <miles@gnu.org>
20365
20366 * lisp.h (DEFVAR_LISP, DEFVAR_LISP_NOPRO, DEFVAR_BOOL)
20367 (DEFVAR_INT, DEFVAR_PER_BUFFER, DEFVAR_KBOARD):
20368 Remove `DOC_STRINGS_IN_COMMENTS' cases.
20369
203702001-10-21 Jason Rumney <jasonr@gnu.org>
20371
20372 * w32term.c (x_erase_phys_cursor): Remove inverse_p again.
20373
203742001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
20375
20376 * mocklisp.c (Fml_if, Fml_provide_prefix_argument)
20377 (Finsert_string): Avoid the multi-line string literals warning.
20378
203792001-10-22 Miles Bader <miles@gnu.org>
20380
20381 * doc.c (Vhelp_manyarg_func_alist): Variable removed.
20382 (Fdocumentation): Don't use it.
20383 (syms_of_doc): Don't initialize it.
20384
20385 * keyboard.c (Ftrack_mouse): Add usage: string to doc string.
20386 * print.c (Fwith_output_to_temp_buffer): Likewise.
20387 * window.c (Fsave_window_excursion): Likewise.
20388 * editfns.c (Fsave_excursion, Fsave_current_buffer)
20389 (Fsave_restriction): Likewise.
20390 * eval.c (Frun_hooks, Frun_hook_with_args)
20391 (Frun_hook_with_args_until_failure)
20392 (Frun_hook_with_args_until_success, Ffuncall, For, Fand, Fif)
20393 (Fcond, Fprogn, Fprog1, Fprog2, Fsetq, Fquote, Ffunction, Fdefun)
20394 (Fdefmacro, Fdefvar, Fdefconst, FletX, Flet, Fwhile, Fcatch)
20395 (Funwind_protect, Fcondition_case): Likewise.
20396 * coding.c (Ffind_operation_coding_system): Likewise.
20397 * keyboard.c (Ftrack_mouse): Likewise.
20398
203992001-10-21 Miles Bader <miles@gnu.org>
20400
20401 * fns.c (Fappend, Fconcat, Fvconcat, Fnconc, Fwidget_apply)
20402 (Fmake_hash_table): Add usage: string to doc string.
20403 * editfns.c (Finsert, Finsert_and_inherit, Finsert_before_markers)
20404 (Fmessage, Fmessage_box, Fmessage_or_box, Fpropertize, Fformat)
20405 (Fencode_time, Finsert_and_inherit_before_markers): Likewise.
20406 * mocklisp.c (Finsert_string, Fml_if, Fml_provide_prefix_argument)
20407 (Fml_prefix_argument_loop): Likewise.
20408
204092001-10-21 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
20410
20411 * fileio.c (Finsert_file_contents): Remove unused variable `gap_size'.
20412
20413 * sysdep.c (init_sys_modes): Change doc-string comments to `new
20414 style' [w/`doc:' keyword].
20415
20416 * data.c, fileio.c, indent.c, print.c, search.c, sound.c,
20417 * sunfns.c, textprop.c, undo.c, xselect.c: Change doc-string
20418 comments to `new style' [w/`doc:' keyword].
20419
204202001-10-21 Jason Rumney <jasonr@gnu.org>
20421
20422 * w32fns.c (Fx_file_dialog): Pass a filter to GetOpenFileName.
20423
20424 * w32term.c (remember_mouse_glyph): New function.
20425 (w32_mouse_position): Use it.
20426 (note_mouse_movement): If the mouse moved off the glyph, remember
20427 its new position.
20428
20429 * w32term.h (struct w32_output): Correct spelling of x_compatible.
20430 (w32_display_info): Add mouse_face_overlay.
20431
20432 * w32term.c (notice_overwritten_cursor): Renamed from
20433 note_overwritten_text_cursor. Rewritten to take glyph widths into
20434 account.
20435 (x_y_to_hpos_vpos): Add parameter BUFFER_ONLY_P.
20436 (fast_find_string_pos): New function.
20437 (fast_find_position): Return the correct vpos. Add parameter
20438 STOP. In the final row, stop before glyphs having STOP as object.
20439 Don't consider glyphs that are not from a buffer.
20440 (fast_find_position) [0]: Add a presumably more correct version
20441 for after 21.1.
20442 (expose_window_tree, expose_frame): Don't compute intersections here.
20443 (expose_window): Do it here instead.
20444 (expose_window_tree, expose_window, expose_line): Return 1 when
20445 overwriting mouse-face.
20446 (expose_window): If W is the window currently being updated, mark
20447 the frame garbaged.
20448 (expose_frame): If mouse-face was overwritten, redo it.
20449 (x_use_underline_position_properties): New variable.
20450 (syms_of_xterm): DEFVAR_BOOL it.
20451 (x_draw_glyph_string): Add comment to use it in future.
20452 (x_draw_glyph_string): Restore clipping after drawing box.
20453 Fix a computation of the underline position.
20454 (w32_get_glyph_string_clip_rect): Minor cleanup.
20455 (x_fill_stretch_glyph_string): Remove an assertion.
20456 (x_produce_glyphs): Don't convert multibyte characters
20457 to unibyte characters in unibyte buffers.
20458 (cursor_in_mouse_face_p): New function.
20459 (x_draw_stretch_glyph_string): Use it to choose a different GC
20460 when drawing a cursor within highlighted text. Don't draw
20461 background again if it has already been drawn.
20462 (x_draw_glyph_string_box): Don't draw a full-width
20463 box just because the glyph row's full_width_p flag is set.
20464 (x_draw_glyphs): Fix computation of rightmost x for
20465 full-width rows.
20466 (x_dump_glyph_string): Put in #if GLYPH_DEBUG.
20467 (w32_draw_relief_rect): Extend left shadow to the bottom and left;
20468 change bottom shadow accordingly. Some cleanup.
20469 (x_update_window_end): Handle overwritten mouse face
20470 also for tool bar windows.
20471 (show_mouse_face): Set the glyph row's mouse_face_p flag also when
20472 DRAW is DRAW_IMAGE_RAISED.
20473 (clear_mouse_face): Return 1 if text with mouse face was
20474 actually redrawn. Make the function static.
20475 Reset dpyinfo->mouse_face_overlay otherwise note_mouse_highlight might
20476 optimize away highlighting if we pass over that same overlay again.
20477 (note_mouse_highlight): Call mouse_face_overlay_overlaps
20478 to detect a case where we have to highlight a different region
20479 despite not having left the currently highlighted region.
20480 Set mouse_face_overlay in the x_display_info. Avoid changing the
20481 mouse pointer shape when show_mouse_face has already done it, or
20482 there is no need. Handle mouse-face and help-echo in strings.
20483 (glyph_rect): New function.
20484 (w32_mouse_position): Use it to raise the threshold for mouse
20485 movement event generation.
20486 (w32_initialize_display_info): Initialize the x_display_info's
20487 mouse_face_overlay.
20488 (w32_set_vertical_scroll_bar): Don't clear a zero height
20489 or width area.
20490 (w32_set_vertical_scroll_bar, x_scroll_bar_create): Don't configure
20491 a widget to zero height.
20492
20493 * w32menu.c (single_submenu, w32_menu_show) [!HAVE_MULTILINGUAL_MENU]:
20494 Protect unibyte strings created by replacing their multibyte
20495 equivalents in menu_items.
20496 (w32_menu_show): Don't overwrite an item's name with its key
20497 description in case the description is a multibyte string.
20498 (single_submenu): Some cleanup.
20499
20500 * w32fns.c (x_laplace_read_row, x_laplace_write_row): Removed.
20501 (postprocess_image): New function.
20502 (lookup_image): Call it for all image types except PostScript.
20503 (x_kill_gs_process): Call postprocess_image.
20504 (tiff_error_handler, tiff_warning_handler): New functions.
20505 (tiff_load): Install them as handlers.
20506 (x_kill_gs_process): Recognize if someone has cleared the image
20507 cache under us.
20508 (valid_image_p): Protect better against invalid image
20509 specifications. Previous code could signal an error.
20510 (Fx_hide_tip, Fshow_tip): Doc fix.
20511 (Fv_max_tooltip_size): New variable.
20512 (syns_of_xfns): DEFVAR_LISP it.
20513 (Fx_show_tip): Add parameter TEXT. Set the tip frame's root
20514 window buffer to *tip* right after creating the frame. Set frame's
20515 window_width. Use a maximum tooltip size specified by
20516 Vx_max_tooltip_size, if that has valid contents.
20517 (compute_tip_xy): Add parameters WIDTH and HEIGHT.
20518 Make sure the tooltip is completely visible.
20519 (x_create_tip_frame): Set tooltip buffer's truncate-lines to nil.
20520 (Fx_create_frame): Adjust the frame's height for presence
20521 of the tool bar before calling x_figure_window_size.
20522 (x_set_tool_bar_lines): Clear the tool bar window's current matrix
20523 when the window gets smaller.
20524 (x_set_foreground_color): Set frame's cursor_pixel.
20525 (x_set_foreground_color, x_set_background_color): Cleaned up.
20526 (x_set_font): Handle case of x_new_fontset returning the same name
20527 as before, although there was a change in fontsets.
20528
205292001-10-21 Miles Bader <miles@gnu.org>
20530
20531 * data.c (Fplus, Fminus, Fmax, Ftimes, Fquo, Flogand, Flogior)
20532 (Flogxor): Add usage: string to doc string.
20533 * charset.c (Fstring): Likewise.
20534 * callproc.c (Fcall_process_region, Fcall_process): Likewise.
20535 * alloc.c (Fmake_byte_code, Fvector, Flist): Likewise.
20536
205372001-10-21 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
20538
20539 * buffer.c: Reindent DEFUNs and DEFVARs with doc: keywords.
20540
20541 * alloc.c: Reindent DEFUNs with doc: keywords.
20542
20543 * abbrev.c (Finsert_abbrev_table_description): Reindent.
20544
20545 * frame.c: Change doc-string comments to `new style' [w/`doc:'
20546 keyword].
20547
20548See ChangeLog.9 for earlier changes.
20549
20550;; Local Variables:
20551;; coding: iso-2022-7bit
20552;; End:
20553
20554 Copyright (C) 2001, 2002 Free Software Foundation, Inc.
20555 Copying and distribution of this file, with or without modification,
20556 are permitted provided the copyright notice and this notice are preserved.
20557
20558;;; arch-tag: 5dcc435f-4038-4141-b3bf-5be51cd76bd4