]> code.delx.au - gnu-emacs/blob - src/ChangeLog
Declare variable before XSETFRAME to avoid gcc 2.96 error.
[gnu-emacs] / src / ChangeLog
1 2006-11-17 Tetsurou Okazaki <okazaki@be.to> (tiny change)
2
3 * xterm.c (do_ewmh_fullscreen): Declare variable before XSETFRAME
4 to avoid gcc 2.96 error.
5
6 2006-11-17 NIIMI Satoshi <sa2c@sa2c.net> (tiny change)
7
8 * search.c (simple_search): In the loop of backward searching,
9 check also the byte position against the limit.
10
11 2006-11-14 Romain Francoise <romain@orebokech.com>
12
13 * minibuf.c (Fcompleting_read): Fix typo in docstring.
14
15 2006-11-14 Kenichi Handa <handa@m17n.org>
16
17 * coding.c (code_convert_region): Initialize
18 coding->heading_ascii.
19 (decode_coding_string, code_convert_region): Likewise.
20
21 2006-11-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22
23 * config.in: Regenerate.
24
25 * macfns.c (Fx_display_mm_height, Fx_display_mm_width)
26 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030
27 && MAC_OS_X_VERSION_MIN_REQUIRED == 1020]: Check if
28 CGDisplayScreenSize is available.
29
30 * macmenu.c (menu_quit_handler, install_menu_quit_handler):
31 Replace `#ifdef HAVE_CANCELMENUTRACKING' with
32 `#if MAC_OS_X_VERSION_MAX_ALLOWED >= 1030'.
33 (install_menu_quit_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030
34 && MAC_OS_X_VERSION_MIN_REQUIRED == 1020]: Check if
35 CancelMenuTracking is available.
36
37 * macterm.c [USE_CG_TEXT_DRAWING] (mac_draw_image_string_cg)
38 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030
39 && MAC_OS_X_VERSION_MIN_REQUIRED == 1020]: Check if
40 CGContextShowGlyphsWithAdvances is available.
41
42 2006-11-13 Jason Rumney <jasonr@gnu.org>
43
44 * s/ms-w32.h: Define HAVE_INET_SOCKETS.
45
46 2006-11-13 Nozomu Ando <nand@mac.com>
47
48 * alloc.c (mark_memory): New argument OFFSET. All uses changed.
49 Fix address calculations for case END < START.
50 (mark_stack): Impose Lisp_Object alignment on jmp_buf.
51
52 2006-11-12 Juanma Barranquero <lekktu@gmail.com>
53
54 * coding.c (Fencode_sjis_char, Fencode_big5_char):
55 Improve argument/docstring consistency.
56
57 * editfns.c (Fmessage): Doc fixes.
58
59 * process.c (syms_of_process) <delete-exited-processes>: Doc fix.
60
61 2006-11-12 Chong Yidong <cyd@stupidchicken.com>
62
63 * xmenu.c (popup_activated): Define outside HAVE_MENUS.
64
65 2006-11-12 Romain Francoise <romain@orebokech.com>
66
67 * xselect.c (selection-coding-system): Fix docstring.
68
69 2006-11-12 Juanma Barranquero <lekktu@gmail.com>
70
71 * category.c (Fchar_category_set): Improve arg/docstring consistency.
72
73 * data.c (Flogxor):
74 * fns.c (Frandom, Flength, Fsafe_length, Fstring_bytes)
75 (Fstring_equal, Fcompare_strings, Fstring_lessp, Fcopy_sequence)
76 (Fstring_make_unibyte): Fix typos in docstrings.
77
78 2006-11-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
79
80 * xterm.h (struct x_display_info): Fix indentation.
81
82 * xterm.c (do_ewmh_fullscreen, XTfullscreen_hook): New functions.
83 (x_check_fullscreen): Call do_ewmh_fullscreen.
84 (x_initialize): Set fullscreen_hook to XTfullscreen_hook.
85
86 * frame.c (x_set_fullscreen): Call fullscreen_hook if set.
87
88 * term.c: Define fullscreen_hook.
89 (syms_of_term): Initialize fullscreen_hook to NULL.
90
91 * termhooks.h: Add fullscreen_hook.
92
93 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
94
95 * bytecode.c (Fbyte_code):
96 * data.c (Fmakunbound): Use SYMBOL_CONSTANT_P macro.
97
98 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
99
100 * lread.c (syms_of_lread):
101 * xsmfns.c (syms_of_xsmfns): Fix typo in docstring.
102
103 2006-11-06 Martin Rudalics <rudalics@gmx.at>
104
105 * macmenu.c (Fmenu_or_popup_active_p): Define outside HAVE_MENUS.
106
107 * w32menu.c (Fmenu_or_popup_active_p): Define outside HAVE_MENUS.
108 Return nil if building without menus.
109
110 * xmenu.c (Fmenu_or_popup_active_p): Define outside HAVE_MENUS.
111 Return nil if building without menus.
112
113 2006-11-05 Mark Davies <mark@mcs.vuw.ac.nz> (tiny change)
114
115 * s/netbsd.h (POSIX_SIGNALS): Defined.
116
117 2006-11-05 Martin Rudalics <rudalics@gmx.at>
118
119 * macmenu.c (Fmenu_or_popup_active_p): New function.
120 (syms_of_macmenu): Defsubr it.
121
122 * w32menu.c (Fmenu_or_popup_active_p): New function.
123 (syms_of_w32menu): Defsubr it.
124 (popup_activated_flag, popup_activated): Remove.
125
126 * xdisp.c (note_mouse_highlight) [HAVE_NTGUI]: Don't bother to
127 check popup_activated.
128
129 * xmenu.c (Fmenu_or_popup_active_p): New function.
130 (syms_of_xmenu): Defsubr it.
131
132 2006-11-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
133
134 * unexmacosx.c (malloc_cookie): Remove unused variable.
135 (region_list_head, region_list_tail, lca, nlc, infile_lc_highest_addr)
136 (text_seg_lowest_offset, mh, curr_header_offset, infd, outfd)
137 (emacs_zone, data_segment_old_fileoff, data_segment_scp)
138 (num_unexec_regions, unexec_regions): Make variables static.
139 (print_regions, find_emacs_zone_regions): Make static.
140 (unexec_region_info): New typedef.
141 (unexec_regions): Change type from vm_range_t[] to unexec_region_info[].
142 All uses changed.
143 (unexec_regions_recorder): Subtract size of trailing null pages from
144 filesize. Show filesize.
145 (unexec_regions_merge): Don't merge if null pages of preceding region
146 is not too small. Use long format in printf.
147 (copy_segment, copy_data_segment): Show filesize.
148 (copy_data_segment): Write filesize bytes of region data. Adjust
149 filesize in segment command accordingly.
150 (dump_it): Use long format in printf.
151
152 2006-11-05 Juanma Barranquero <lekktu@gmail.com>
153
154 * dosfns.c (Finsert_startup_screen):
155 * fns.c (Ffeaturep, syms_of_fns):
156 * frame.c (syms_of_frame): Fix typos in docstrings.
157
158 * unexcw.c (unexec): Fix typo in output message.
159
160 2006-11-04 Ralf Angeli <angeli@caeruleus.net>
161
162 * w32fns.c (w32_createwindow): Remove code for handling -geometry
163 command line option and `initial-frame-alist' which is superfluous
164 after the last change to `w32_createwindow'.
165
166 2006-11-04 Slawomir Nowaczyk <slawek@cs.lth.se> (tiny change)
167
168 * w32proc.c (sys_wait): Only wait for processes with fd<0.
169 Others should be handled by sys_select instead. Fixes problems
170 with (progn (start-process "" nil "ls") (call-process "ls")).
171
172 2006-11-04 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
173
174 * xmenu.c (Fmenu_bar_open): Declare variable before BLOCK_INPUT to
175 avoid gcc 2.95 error.
176
177 2006-11-04 Chong Yidong <cyd@stupidchicken.com>
178
179 * gtkutil.c (update_frame_tool_bar): If icon image is invalid and
180 wicon is null, insert an empty button.
181
182 2006-11-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
183
184 * xterm.c (x_raise_frame): Send _NET_ACTIVE_WINDOW when raising the
185 window.
186
187 2006-11-02 Juanma Barranquero <lekktu@gmail.com>
188
189 * emacs.c (Fkill_emacs): Fix typo in docstring.
190
191 2006-11-02 Nozomu Ando <nand@mac.com>
192
193 * unexmacosx.c (mach_header, segment_command, vm_region, section)
194 [_LP64]: New defines.
195 (VM_REGION_BASIC_INFO_COUNT, VM_REGION_BASIC_INFO, LC_SEGMENT)
196 (MH_MAGIC) [_LP64]: Redefine.
197 (delta): Remove variable.
198 (curr_file_offset, pagesize): New variables.
199 (ROUNDUP_TO_PAGE_BOUNDARY): New macro.
200 (data_segment_old_fileoff): Initialize explicitly.
201 (print_region, unexec_regions_recorder, print_load_command_name)
202 (copy_segment, copy_data_segment): Use long format in printf.
203 (MAX_UNEXEC_REGIONS): Increase to 400.
204 (unexec_regions_recorder): Don't warn too many regions here.
205 (find_emacs_zone_regions): Warn too many regions here.
206 (print_load_command_name) [_LP64]: Show correct load command name.
207 (copy_segment, copy_data_segment): Use variable `curr_file_offset'.
208 Show starting virtual memory address. Don't show ending file offset.
209 (copy_symtab, copy_dysymtab, copy_twolevelhints): New argument DELTA.
210 (dump_it): Use new local variable `linkedit_delta' and pass to them.
211 Error if trying to handle multiple DATA segments.
212 (unexec): Initialize variable `pagesize'.
213
214 2006-11-01 Juanma Barranquero <lekktu@gmail.com>
215
216 * eval.c (Fcatch): Doc fix.
217
218 2006-10-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
219
220 * image.c [MAC_OS] (image_load_qt_1, xpm_scan, xpm_make_color_table_v)
221 (xpm_put_color_table_v, xpm_get_color_table_v, xpm_make_color_table_h)
222 (xpm_put_color_table_h, xpm_get_color_table_h, xpm_str_to_color_key)
223 (xpm_load_image): Add const qualifier to arguments.
224 [MAC_OS] (xpm_color_key_strings): Make static const.
225
226 * mac.c (create_apple_event_from_event_ref)
227 (create_apple_event_from_drag_ref, skip_white_space, parse_comment)
228 (parse_include_file, parse_binding, parse_component)
229 (parse_resource_name, parse_value, parse_resource_line)
230 (xrm_merge_string_database, xrm_get_resource)
231 (xrm_get_preference_database): Add const qualifier to arguments.
232 [MAC_OSX] (sys_select): Make variable `context' static const.
233
234 * macfns.c (mac_color_map): Make static const.
235 (mac_color_map_lookup): Add const qualifier to arguments.
236
237 * macmenu.c (install_menu_quit_handler): Make variable `typesList'
238 static const.
239 (name_is_separator): Add const qualifier to arguments.
240
241 * macselect.c (init_service_handler): Make variable `specs' static
242 const.
243
244 * macterm.c (mac_create_bitmap_from_bitmap_data): Make variable
245 `swap_nibbles' static const.
246 (atsu_get_text_layout_with_text_ptr): Make variables `lengths',
247 `tags', `sizes', `values' static const.
248 (mac_draw_string_common): Make variables `context' static. Make
249 variables `tags', `sizes', and `values' static const.
250 (pcm_get_status, x_detect_focus_change, x_scroll_bar_handle_click)
251 (xlfdpat_create, xlfdpat_block_match_1, xlfdpat_match)
252 (mac_to_x_fontname, parse_x_font_name, add_mac_font_name)
253 (mac_do_list_fonts, is_fully_specified_xlfd, do_grow_window)
254 (mac_store_event_ref_as_apple_event, mac_make_rdb): Add const
255 qualifier to arguments.
256 (xlfd_scalable_fields, keycode_to_xkeysym_table)
257 (fn_keycode_to_keycode_table): Make static const.
258 (mac_load_query_font): Make variables `tags', `sizes', `values',
259 `types', and `selectors' static const.
260 (mac_handle_command_event, mac_handle_window_event): Make
261 variables `names' and `types' static const.
262 (init_command_handler, install_window_handler): Make variables
263 `specs*' static const.
264 (mac_handle_font_event, mac_handle_text_input_event)
265 (mac_store_service_event): Make variables `names' and `types'
266 const. Make variables `names_*' and `types_*' static const.
267
268 * macterm.h (create_apple_event_from_event_ref)
269 (create_apple_event_from_drag_ref, xrm_merge_string_database)
270 (xrm_get_resource, xrm_get_preference_database): Add const
271 qualifier to arguments in externs.
272
273 2006-10-31 Kenichi Handa <handa@m17n.org>
274
275 * xfns.c (xic_create_xfontset): Fix previous change.
276
277 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
278
279 * s/openbsd.h (LD_SWITCH_SYSTEM): Add /usr/pkg/lib and
280 /usr/pkg/lib to library search path.
281
282 2006-10-29 Mark Davies <mark@mcs.vuw.ac.nz> (tiny change)
283
284 * ralloc.c (relinquish): Use a long for excess space counter to
285 handle 64-bit case correctly.
286
287 2006-10-29 Jeramey Crawford <jeramey@jeramey.com>
288
289 * m/amdx86-64.h: Add defines for OpenBSD x86-64.
290
291 2006-10-29 Juanma Barranquero <lekktu@gmail.com>
292
293 * window.c (Fdisplay_buffer): Fix typo in docstring.
294
295 2006-10-27 Ben North <ben@redfrontdoor.org> (tiny change)
296
297 * w32term.c (x_draw_glyph_string_foreground): Set background mode
298 to TRANSPARENT before using overstrike to simulate bold faces.
299
300 * xfaces.c (best_matching_font): Fix logic to decide whether to
301 use overstriking to simulate bold-face (it was reversed).
302
303 2006-10-23 Kim F. Storm <storm@cua.dk>
304
305 * xdisp.c (remember_mouse_glyph): Do nothing if glyphs are not
306 initialized.
307
308 * keyboard.c (read_char): Make an element (t . EVENT) in
309 unread-command-events add EVENT to the current command's key sequence.
310 (syms_of_keyboard) <unread-command-events>: Update doc.
311
312 2006-10-21 Richard Stallman <rms@gnu.org>
313
314 * minibuf.c (Vread_expression_map): Define here.
315 (Qread_expression_history): New variable.
316 (syms_of_minibuf): Initialize them.
317 (Feval_minibuffer): Use Vread_expression_map and
318 Qread_expression_history.
319
320 2006-10-21 Kenichi Handa <handa@m17n.org>
321
322 * xfns.c (xic_create_fontsetname): If ADSTYLE field is not a wild
323 card, change it to "*".
324 (xic_create_xfontset): Call XCreateFontSet for each single
325 fontname in fontsetname.
326
327 2006-10-19 Chong Yidong <cyd@stupidchicken.com>
328
329 * callint.c (callint_message): Convert to a Lisp string.
330 (syms_of_callint): Initialize it.
331 (callint_message_size): Var deleted.
332 (Fcall_interactively): Use Fformat instead of doprnt to construct
333 prompt string.
334
335 2006-10-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
336
337 * xdisp.c (display_mode_line): Clear enabled_p flag on mode-line row.
338
339 2006-10-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
340
341 * macfns.c (Vmac_carbon_version_string) [TARGET_API_MAC_CARBON]:
342 New variable.
343 (syms_of_macfns) [TARGET_API_MAC_CARBON]: Defvar it.
344
345 2006-10-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
346
347 * xselect.c (x_handle_selection_request): If the converted_selection
348 is NIL or XCDR (converted_selection) is NIL, decline the request.
349
350 2006-10-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
351
352 * gtkutil.c (get_utf8_string): Remove warnings with casts.
353 (xg_tool_bar_button_cb): Ditto
354 (xg_tool_bar_callback): Ditto.
355
356 2006-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
357
358 * dispnew.c (adjust_frame_glyphs_for_frame_redisplay): Remove unused
359 variable ch_dim.
360 (adjust_frame_glyphs_for_window_redisplay): Likewise. Don't allocate
361 menu bar window matrices on non-X systems.
362
363 * mac.c (Fmac_get_preference, Fmac_code_convert_string): Add GCPROs.
364
365 * macterm.c (mac_query_char_extents): Don't return glyph ID if layout
366 adjustment is needed.
367 (mac_load_query_font): Check if width and height are positive.
368
369 2006-10-14 Richard Stallman <rms@gnu.org>
370
371 * sysdep.c (init_sys_modes): Delete DEFVAR_LISP in the wrong place.
372
373 2006-10-13 Chong Yidong <cyd@stupidchicken.com>
374
375 * xdisp.c (decode_mode_spec): Ignore %c and %l constructs in frame
376 title.
377
378 2006-10-12 Chong Yidong <cyd@stupidchicken.com>
379
380 * keymap.c (Fkey_binding): Check Lisp_Object types before doing
381 XCAR and XINT.
382
383 2006-10-12 Romain Francoise <romain@orebokech.com>
384
385 * image.c (xbm_read_bitmap_data): Delete extra semicolon.
386
387 2006-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
388
389 * eval.c: Include xterm.h for x_fully_uncatch_errors and friends.
390
391 * dispextern.h: Declare x_create_bitmap_from_xpm_data.
392
393 * xterm.c (x_check_expected_move): Remove unused var `count'.
394
395 * xmenu.c (syms_of_xmenu): Use Ffset rather than Fdefalias, since
396 Fdefalias is not declared in any *.h file.
397
398 2006-10-09 Chong Yidong <cyd@stupidchicken.com>
399
400 * dispnew.c (sit_for): Sit forever if TIMEOUT is t.
401
402 * keyboard.c (command_loop_1): Handle non-number values of
403 `minibuffer-message-timeout'.
404 (Fexecute_extended_command): Fix typo.
405
406 * minibuf.c (temp_echo_area_glyphs): Sit for
407 `minibuffer-message-timeout' seconds.
408
409 2006-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
410
411 * macterm.c (mac_draw_image_string, mac_draw_image_string_16):
412 Add argument OVERSTRIKE_P.
413 (mac_draw_string_common, mac_draw_image_string_cg): Likewise.
414 Support overstrike.
415 (mac_draw_string, mac_draw_string_16): Remove functions.
416 (x_draw_glyph_string_foreground): Use overstrike when needed.
417 (x_draw_composite_glyph_string_foreground): Likewise.
418 Use mac_draw_image_string_16 instead of mac_draw_string_16.
419 (mac_load_query_font): Rename from XLoadQueryFont. Take argument
420 F instead of DPY. All uses changed. Don't save/restore font.
421
422 2006-10-07 Ralf Angeli <angeli@caeruleus.net>
423
424 * w32fns.c (w32_createwindow): Honour left and top positions if
425 supplied explicitly.
426
427 2006-10-06 Kim F. Storm <storm@cua.dk>
428
429 * xdisp.c (pos_visible_p): Fix value when EOB is visible.
430
431 2006-10-05 Chong Yidong <cyd@stupidchicken.com>
432
433 * frame.c (Qinhibit_face_set_after_frame_default): New var.
434 (syms_of_frame): Initialize it.
435 (x_set_frame_parameters): Avoid resetting :font attributes to the
436 new-frame defaults.
437
438 2006-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
439
440 * lisp.h (clear_regexp_cache): Declare.
441
442 * search.c (compile_pattern): Only check `cp->syntax_table' if needed.
443 (compile_pattern_1): Remember `used_syntax' in `cp->syntax_table'.
444 (clear_regexp_cache): Only flush those regexps which depend on
445 a syntax-table.
446
447 * regex.c (regex_compile): Set the new `used_syntax' bit.
448
449 * regex.h: Remove file local variables.
450 (struct re_pattern_buffer): New field `used_syntax'.
451
452 2006-10-03 Kim F. Storm <storm@cua.dk>
453
454 * process.c (list_processes_1): Run sentinels before removing dead
455 processes. Also remove `closed' network connections.
456
457 2006-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
458
459 * xdisp.c (handle_fontified_prop): Don't fontify at EOB.
460
461 2006-09-30 Eli Zaretskii <eliz@gnu.org>
462
463 * config.in: Regenerated.
464
465 2006-09-29 Juri Linkov <juri@jurta.org>
466
467 * buffer.c (syms_of_buffer): Reorder coding systems in the
468 docstring of %z to the real order displayed in the modeline.
469
470 2006-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
471
472 * keymap.c (Fdefine_key): Yet another int/Lisp_Object mixup (YAILOM).
473
474 2006-09-26 Chong Yidong <cyd@stupidchicken.com>
475
476 * indent.c (Fvertical_motion): Do move back if the Lisp string
477 being displayed contains newlines.
478
479 2006-09-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
480
481 * macterm.c (mac_compute_glyph_string_overhangs, XLoadQueryFont)
482 [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw before QDTextBounds.
483
484 2006-09-26 Kenichi Handa <handa@m17n.org>
485
486 * keymap.c (Fsingle_key_description): For an invalid char, return
487 "Invalid char code NNNNN".
488
489 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
490
491 * callint.c (Fcall_interactively): Doc fix.
492
493 2006-09-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
494
495 * macterm.c (x_underline_at_descent_line): New variable.
496 (syms_of_macterm): DEFVAR_BOOL it.
497 (x_draw_glyph_string): Use it.
498 (XLoadQueryFont): Calculate min_bounds.descent and max_bounds.descent.
499
500 2006-09-25 Kenichi Handa <handa@m17n.org>
501
502 * keymap.c (Fsingle_key_description): Return unique names for
503 generic characters.
504
505 2006-09-24 Richard Stallman <rms@gnu.org>
506
507 * search.c (compile_pattern_1): Don't BLOCK_INPUT.
508
509 2006-09-24 Eli Zaretskii <eliz@gnu.org>
510
511 * makefile.w32-in ($(BLD)/fns.$(O), $(BLD)/w32proc.$(O)):
512 Depend on nt/inc/langinfo.h and nt/inc/nl_types.h.
513
514 * w32proc.c (nl_langinfo): New function.
515
516 * w32fns.c (w32-pass-alt-to-system, w32-alt-is-meta)
517 (w32-pass-lwindow-to-system, w32-enable-num-lock)
518 (w32-enable-caps-lock, w32-scroll-lock-modifier)
519 (w32-lwindow-modifier, w32-rwindow-modifier)
520 (w32-apps-modifier, w32-mouse-button-tolerance): Doc fix.
521
522 2006-09-23 Juanma Barranquero <lekktu@gmail.com>
523
524 * minibuf.c (Finternal_complete_buffer, Fread_minibuffer)
525 (Fdisplay_completion_list): Fix typos in docstrings.
526
527 2006-09-23 Romain Francoise <romain@orebokech.com>
528
529 * s/gnu-linux.h (MAIL_USE_FLOCK): Check for HAVE_LIBLOCKFILE too.
530
531 2006-09-23 Kenichi Handa <handa@m17n.org>
532
533 * keymap.c (Fmap_keymap): Docstring mentions about generic character.
534
535 2006-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
536
537 * regex.c (analyse_first): For eight-bit-control chars, mark both the
538 char's value and its leading byte in the fastmap.
539 (re_search_2): When fast-scanning without translation, be careful to
540 check that we only match the leading byte of a multibyte char.
541
542 * charset.h (PREV_CHAR_BOUNDARY): Make it work from within a char's
543 byte sequence.
544 (AT_CHAR_BOUNDARY): New macro.
545
546 2006-09-22 Kenichi Handa <handa@m17n.org>
547
548 * fns.c (optimize_sub_char_table): Don't optimize a sub-char-table
549 whose default value is non-nil.
550
551 2006-09-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
552
553 * gtkutil.c (xg_get_file_with_chooser): Only show C-l help for
554 Gtk+ versions < 2.10.
555
556 * xfns.c (syms_of_xfns): Fix typo in help text for
557 x-gtk-file-dialog-help-text.
558
559 2006-09-21 Kim F. Storm <storm@cua.dk>
560
561 * fns.c (Fmemq): Refill doc string.
562 (Fmemql): New defun, like memq but using eql.
563 (syms_of_fns): Defsubr it.
564
565 2006-09-20 Kim F. Storm <storm@cua.dk>
566
567 * xdisp.c (pos_visible_p): CHARPOS < 0 means return info for
568 last visible glyph in window.
569
570 * window.c (Fset_window_hscroll, Fwindow_line_height):
571 Doc fix. Use "off-window" instead of "off-screen".
572 (Fpos_visible_in_window_p): Likewise.
573 If POS is t, return info for last visible glyph in window.
574
575 2006-09-19 Chong Yidong <cyd@stupidchicken.com>
576
577 * search.c (struct regexp_cache): New entry syntax_table.
578 (compile_pattern_1): Set it.
579 (syms_of_search): Initialize it.
580 (compile_pattern): Require the syntax_table entry of the cache
581 element to match the current syntax table entry.
582
583 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
584
585 * window.c (Fwindow_end): Fix recent change.
586
587 2006-09-19 Kim F. Storm <storm@cua.dk>
588
589 * window.c (Fset_window_hscroll, Fpos_visible_in_window_p):
590 Doc fix. Use "off-screen" instead of "invisible".
591 (Fwindow_line_height): Make line numbers 0-based. Make line arg
592 optional; if nil, use current cursor row. Handle text terminals
593 properly. Return nil if non-interactive or pseudo-window.
594
595 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
596
597 * keymap.c: Include alloca.h if available.
598 (Fkey_binding): Only use AREF after checking it's a vector.
599 Remove unused var `window'.
600
601 2006-09-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
602
603 * emacs.c (shut_down_emacs) [!subprocesses]: Don't set
604 inhibit_sentinels.
605
606 * mac.c [!MAC_OSX] (select): Fix argument name.
607
608 * macmenu.c (enum mac_menu_kind, min_menu_id): New enumerator and
609 menu ID for Apple menu.
610 (menubar_selection_callback): Remove function.
611 (find_and_call_menu_selection): New function from xmenu.c.
612 (x_activate_menubar): Use it.
613 (set_frame_menubar): Don't use f->output_data.mac->menubar_active.
614
615 * macterm.c (menubar_selection_callback): Remove extern.
616 (M_APPLE): Change to 234.
617 (do_apple_menu) [!TARGET_API_MAC_CARBON]: Make non-static.
618 (do_menu_choice): Remove function.
619
620 * macterm.h (struct mac_output): Remove member menubar_active.
621 (do_menu_choice): Remove extern.
622 (do_apple_menu) [!TARGET_API_MAC_CARBON]: Add extern.
623
624 2006-09-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
625
626 * xfns.c (syms_of_xfns): Rename x_gtk_show_chooser_help_text to
627 x_gtk_file_dialog_help_text.
628
629 * gtkutil.c (xg_uses_old_file_dialog): Rename x-use-old-gtk-file-dialog
630 to x-gtk-use-old-file-dialog.
631 (xg_get_file_with_chooser): Rename x_gtk_show_chooser_help_text to
632 x_gtk_file_dialog_help_text.
633
634 * xfns.c (syms_of_xfns): Ditto.
635
636 2006-09-18 Kim F. Storm <storm@cua.dk>
637
638 * window.c (Fwindow_line_visibility): Remove.
639 (Fwindow_line_height): New defun replacing it.
640 (syms_of_window): Defsubr it.
641
642 2006-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
643
644 * mac.c (SELECT_USE_CFSOCKET) [MAC_OSX]: Set default to 1.
645 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]: Fix pointer type.
646
647 2006-09-17 Jay Belanger <belanger@truman.edu>
648
649 * gmalloc.c:
650 * md5.c:
651 * md5.h:
652 * strftime.c: Replace "GNU Library General Public License" by "GNU
653 General Public License" throughout.
654
655 2006-09-17 Kim F. Storm <storm@cua.dk>
656
657 * dispnew.c (update_text_area): Undo 2000-07-18 change.
658 Always redrawing whole row if line has mouse-face in it causes
659 excessive flickering of the mode line.
660
661 2006-09-17 Chong Yidong <cyd@stupidchicken.com>
662
663 * search.c (clear_regexp_cache): New function.
664
665 * syntax.c (Fmodify_syntax_entry): Clear regexp cache.
666
667 2006-09-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
668
669 * gtkutil.c (xg_get_file_with_chooser):
670 Check x-gtk-show-chooser-help-text before adding the help text.
671
672 * xfns.c (syms_of_xfns): New variable: x-gtk-show-chooser-help-text.
673
674 * gtkutil.c (get_utf8_string): Try harder to convert to UTF8. Gtk+
675 will simply crash if we fail.
676
677 2006-09-16 Richard Stallman <rms@gnu.org>
678
679 * regex.c (re_compile_pattern): Set gl_state.current_syntax_table.
680
681 2006-09-15 Kim F. Storm <storm@cua.dk>
682
683 * window.c (Fwindow_line_visibility): New defun for line-move-partial.
684 (syms_of_window): Defsubr it.
685 (Fwindow_end): Use window's buffer rather than current buffer.
686
687 2006-09-15 Jay Belanger <belanger@truman.edu>
688
689 * COPYING: Replace "Library Public License" by "Lesser Public
690 License" throughout.
691
692 2006-09-15 David Kastrup <dak@gnu.org>
693
694 * Makefile.in (keymap.o): Add "keymap.h" and "window.h" dependencies.
695
696 * keymap.c: include "window.h".
697 (Fcommand_remapping): New optional POSITION argument.
698 (Fkey_binding): New optional POSITION argument. Completely rework
699 handling of mouse clicks to get the same order of keymaps as
700 `read-key-sequence' and heed POSITION. Also temporarily switch
701 buffers to location of mouse click and back.
702
703 * keyboard.c (command_loop_1): Adjust call of `Fcommand_remapping'
704 for additional argument.
705 (parse_menu_item): Adjust call of `Fkey_binding' for additional
706 argument.
707 (read_key_sequence): If there are both `local-map' and `keymap'
708 text properties at some buffer position, heed both.
709
710 * keymap.h: Declare additional optional arguments of
711 `Fcommand_remapping' and `Fkey_binding'.
712
713 2006-09-15 Juanma Barranquero <lekktu@gmail.com>
714
715 * indent.c (Fcurrent_column, Findent_to): Fix typos in docstring.
716
717 2006-09-14 Andreas Schwab <schwab@suse.de>
718
719 * print.c: Whitespace fixup.
720
721 2006-09-14 Kim F. Storm <storm@cua.dk>
722
723 * xdisp.c (produce_image_glyph): Automatically crop wide images at
724 right window edge so we can draw the cursor on the same row to
725 avoid confusing redisplay by placing the cursor outside the visible
726 window area.
727
728 2006-09-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
729
730 * xterm.c (x_initialize): Don't install Xt event timer here.
731 (x_timeout_atimer_activated_flag): New var.
732 (x_activate_timeout_atimer): New function to install Xt timer.
733 (x_send_scroll_bar_event, x_process_timeouts): Use it.
734
735 * xmenu.c (x_menu_set_in_use, popup_activate_callback)
736 (create_and_show_popup_menu, create_and_show_dialog): Use it.
737
738 * xterm.h (x_activate_timeout_atimer): Add prototype.
739
740 2006-09-13 Richard Stallman <rms@gnu.org>
741
742 * print.c (print_string): When printcharfun is t,
743 copy string contents and call strout on the copy.
744
745 * keyboard.c (read_char): If end_time specified, don't put the
746 event into this_command_keys.
747 (read_key_sequence): If Voverriding_terminal_local_map is specified,
748 don't check Voverriding_local_map at all.
749
750 2006-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
751
752 * textprop.c (Fnext_property_change, Fnext_single_property_change)
753 (Fprevious_property_change, Fprevious_single_property_change):
754 Avoid changing limit, so we can correctly catch the case where the
755 property is constant up to limit.
756
757 2006-09-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
758
759 * macfns.c (mac_window) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
760 * macterm.c (XTread_socket) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
761 Undo 2006-09-08 change.
762
763 2006-09-11 Chong Yidong <cyd@stupidchicken.com>
764
765 * keymap.c (Fkey_binding): Use string position for string objects.
766
767 2006-09-11 Kim F. Storm <storm@cua.dk>
768
769 * keymap.c (Fkey_binding): Fix last change.
770
771 * editfns.c (Fmessage): Recommend using (message "%s" ...).
772
773 2006-09-10 Chong Yidong <cyd@stupidchicken.com>
774
775 * keymap.c (Fkey_binding): Check for local keymap for mouse click
776 events.
777
778 2006-09-10 Kim F. Storm <storm@cua.dk>
779
780 * keyboard.c (Finput_pending_p): Check Vunread_input_method_events
781 and Vunread_post_input_method_events.
782
783 * dispnew.c (Fredisplay): Document return value.
784
785 2006-09-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
786
787 * xfns.c (Fx_close_connection): Call xg_display_close when USE_GTK.
788
789 * gtkutil.c (xg_display_close): Always change default display if needed,
790 check for < Gtk+ version 2.10 before calling gdk_display_close.
791
792 2006-09-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
793
794 * mac.c [MAC_OSX] (sys_select): Check argument `nfds' more rigidly.
795 Make variable `ofds' static. Remove variable `maxfd'.
796
797 * macfns.c (Fx_file_dialog): Remove unused variable `f'.
798 Call check_mac.
799
800 * macmenu.c (Vmenu_updating_frame, syms_of_macmenu):
801 * w32menu.c (Vmenu_updating_frame, syms_of_w32menu):
802 Apply 2006-09-08 change for xmenu.c.
803
804 * xfns.c (Fx_file_dialog): Call check_x.
805
806 2006-09-10 Kim F. Storm <storm@cua.dk>
807
808 * xdisp.c (get_window_cursor_type): Use hollow cursor on
809 non-transparent images.
810
811 2006-09-09 Eli Zaretskii <eliz@gnu.org>
812
813 * editfns.c (Fsystem_name): Mention "host" in the doc string.
814 (syms_of_editfns) <system-name>: Likewise.
815
816 2006-08-27 Martin Rudalics <rudalics@gmx.at>
817
818 * xdisp.c (mouse_autoselect_window): Remove.
819 (Vmouse_autoselect_window): New variable. DEFVAR_LISP it.
820
821 * dispextern.h (mouse_autoselect_window): Remove extern.
822 (Vmouse_autoselect_window): Add extern.
823
824 * macterm.c (XTread_socket): Test Vmouse_autoselect_window
825 instead of mouse_autoselect_window.
826
827 * msdos.c (dos_rawgetc): Likewise.
828
829 * w32term.c (w32_read_socket): Likewise.
830
831 * xterm.c (handle_one_xevent): Likewise.
832
833 2006-09-08 Richard Stallman <rms@gnu.org>
834
835 * xdisp.c (Vmenu_updating_frame): Define here.
836 (syms_of_xdisp): DEFVAR it here.
837 (update_menu_bar): Always return hooks_run.
838 Set Vmenu_updating_frame.
839
840 * xdisp.c (redisplay_internal): Test Vinhibit_redisplay
841 before calculating SELECTED_FRAME.
842
843 * xmenu.c (Vmenu_updating_frame): Don't define here.
844 (syms_of_xmenu): Don't DEFVAR it here.
845
846 * xterm.c (x_error_quitter): For BadName error, just return.
847
848 * eval.c (find_handler_clause): Give up on debugger if INPUT_BLOCKED_P.
849
850 * casetab.c (init_casetab_once): Call set_case_table.
851
852 * emacs.c (shut_down_emacs): Set inhibit_sentinels.
853
854 * process.c (inhibit_sentinels): New variable.
855 (exec_sentinel): Test inhibit_sentinels.
856 (init_process): Initialize it.
857
858 * process.h (inhibit_sentinels): Add decl.
859
860 * search.c (looking_at_1, string_match_1, search_command):
861 Make syntax table's canon table point to eqv table.
862
863 2006-09-08 Andreas Schwab <schwab@suse.de>
864
865 * print.c (strout): Fix whitespace.
866
867 2006-09-08 Kim F. Storm <storm@cua.dk>
868
869 * xterm.c (x_draw_glyph_string): Fix 2006-08-24 change.
870
871 2006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
872
873 * mac.c [!MAC_OSX]: Don't include keyboard.h.
874 [!MAC_OSX] (select): Try detect_input_pending before ReceiveNextEvent
875 in the same BLOCK_INPUT block, in case that some input has already
876 been read asynchronously. Pretend to be interrupted by a signal
877 if some input is available.
878 [MAC_OSX] (select_and_poll_event, sys_select): Likewise.
879 (SELECT_POLLING_PERIOD_USEC) [SELECT_USE_CFSOCKET]: Change to 100000.
880 Now used for ReceiveNextEvent timeout instead of select timeout.
881 (EVENT_CLASS_SOCK) [SELECT_USE_CFSOCKET]: Remove macro.
882 [SELECT_USE_CFSOCKET] (socket_callback): Add non-blocking connect
883 support. Quit event loop.
884 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]: Add non-blocking
885 connect support. Reuse previously allocated CFRunLoopSource.
886 (Fmac_process_hi_command) [TARGET_API_MAC_CARBON]: New function.
887 (syms_of_mac) [TARGET_API_MAC_CARBON]: Defsubr it.
888
889 * macfns.c (mac_window) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
890 Specify kWindowAsyncDragAttribute.
891
892 * macterm.c (mac_handle_origin_change, mac_handle_size_change)
893 (mac_get_ideal_size): New functions.
894 (x_set_offset, x_set_window_size, x_make_frame_visible)
895 (do_zoom_window, mac_handle_window_event, XTread_socket): Use them.
896 (install_window_handler, mac_handle_window_event)
897 [USE_CARBON_EVENTS]: Handle kEventWindowGetIdealSize and
898 kEventWindowBoundsChanged.
899 (XTread_socket) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Don't call
900 DragWindow.
901
902 2006-09-07 Andreas Schwab <schwab@suse.de>
903
904 * m/ibms390x.h (START_FILES, LIB_STANDARD): Override to
905 use lib64 instead of lib.
906
907 2006-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
908
909 * Makefile.in: Avoid double quotes when possible.
910
911 2006-09-06 Kenichi Handa <handa@m17n.org>
912
913 * editfns.c (Fformat_time_string): Use make_unibyte_string to make
914 a Lisp string from the result of emacs_memftimeu call.
915
916 2006-09-06 Kim F. Storm <storm@cua.dk>
917
918 * xdisp.c (pos_visible_p): Remove exact_mode_line_heights_p arg;
919 so calculate heights even when pos-visible-in-window-p is called
920 with partially = t. Don't overshoot last_visible_y in move_it_to.
921 Return row height and row number in new rowh and vpos args.
922 (cursor_row_fully_visible_p): First line is always "fully visible".
923 (try_window): Don't clear matrix if vscrolled.
924
925 * lisp.h (pos_visible_p): Update prototype.
926
927 * window.c (Fpos_visible_in_window_p): Adapt to new pos_visible_p.
928 Return row height and row number for partially visible rows.
929 Modify return value to a 2 element list for fully visible rows and
930 6 for partially visible row.
931 (window_scroll_pixel_based): Use pos_visible_p directly instead of
932 Fpos_visible_in_window_p. Fix auto vscrolling for partially
933 visible lines. Only vscroll backwards if already vscrolled
934 forwards. Unconditionally vscroll forwards if PT is first (and
935 only) line. Set new window start instead of scrolling at
936 start/end of tall line.
937
938 2006-09-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
939
940 * macterm.c (install_window_handler, mac_handle_window_event)
941 [USE_CARBON_EVENTS]: Handle kEventWindowClose.
942 [USE_MAC_TSM] (mac_handle_text_input_event): Set modifiers for
943 ASCII keystroke event.
944
945 2006-09-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
946
947 * gtkutil.c (xg_get_file_with_chooser): Don't mention specific keys in
948 the file chooser message. Only call gtk_file_chooser_set_current_name
949 when action is SAVE.
950
951 2006-09-04 Andreas Schwab <schwab@suse.de>
952
953 * Makefile.in: Double all single and back quotes in C-style
954 comments to help fontifier.
955
956 2006-09-03 Jason Rumney <jasonr@gnu.org>
957
958 * w32.c (shutdown_handler): New function to exit cleanly on shutdown.
959 (globals_of_w32): Register it as a signal handler.
960
961 2006-09-02 Juri Linkov <juri@jurta.org>
962
963 * marker.c (Fmarker_position): Doc fix.
964
965 2006-09-03 Eli Zaretskii <eliz@gnu.org>
966
967 * window.c (syms_of_window) <split-height-threshold>:
968 <window-min-height, window-min-width>: Doc fix.
969
970 2006-09-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
971
972 * gtkutil.c (xg_get_file_with_chooser): Change file chooser message
973 for writing files. Call gtk_file_chooser_set_current_name to keep
974 default filename.
975
976 * minibuf.c (Finternal_complete_buffer): Move after DEFUN:s it calls
977
978 2006-09-02 Jindrich Makovicka <makovick@gmail.com> (tiny change)
979
980 * fns.c (concat) [__GNUC__]: Declare with
981 `__attribute__((noinline))'.
982
983 * eval.c (apply1, call2) [__GNUC__]: Declare with
984 `__attribute__((noinline))'.
985
986 2006-09-02 Stuart D. Herring <herring@lanl.gov>
987
988 * minibuf.c (Finternal_complete_buffer): New function.
989 (syms_of_minibuf): Defsubr it.
990 (Fread_buffer): Use it, instead of Vbuffer_alist.
991
992 2006-09-01 Martin Rudalics <rudalics@gmx.at>
993
994 * buffer.h (struct buffer_text): New field chars_modiff.
995 (CHARS_MODIFF, BUF_CHARS_MODIFF): New macros.
996 * buffer.c (Fbuffer_chars_modified_tick): New function returning
997 value of BUF_CHARS_MODIFF.
998 (syms_of_buffer): Defsubr it.
999 (Fget_buffer_create): Initialize BUF_CHARS_MODIFF.
1000 * insdel.c (modify_region): New argument preserve_chars_modiff.
1001 Set CHARS_MODIFF to MODIFF provided preserve_chars_modiff is zero.
1002 (insert_1_both, insert_from_string_1, insert_from_buffer_1)
1003 (adjust_after_replace, adjust_after_replace_noundo)
1004 (replace_range, replace_range_2, del_range_2): Reset CHARS_MODIFF.
1005 * lisp.h (modify_region): Add fourth argument in extern.
1006 * casefiddle.c (casify_region): Call modify_region with fourth
1007 argument zero to assert that CHARS_MODIFF is updated.
1008 * editfns.c (Fsubst_char_in_region, Ftranslate_region_internal)
1009 (Ftranspose_regions): Likewise.
1010 * textprop.c (Fadd_text_properties, Fset_text_properties)
1011 (Fremove_text_properties, Fremove_list_of_text_properties):
1012 Call modify_region with fourth argument 1 to avoid that
1013 CHARS_MODIFF is updated.
1014
1015 2006-08-31 Richard Stallman <rms@gnu.org>
1016
1017 * editfns.c (Fformat): Don't sign-extend for %o or %x.
1018
1019 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
1020
1021 * indent.c (Fvertical_motion): Don't move back if we were
1022 displaying a Lisp string, either.
1023
1024 2006-08-28 Kim F. Storm <storm@cua.dk>
1025
1026 * xdisp.c (get_window_cursor_type) [!HAVE_WINDOW_SYSTEM]:
1027 Don't attempt to replace cursor on image glyphs.
1028
1029 2006-08-28 Kenichi Handa <handa@m17n.org>
1030
1031 * coding.c (Fdetect_coding_region, Fdetect_coding_string): Fix
1032 docstring about ISO-2022 control characters.
1033
1034 2006-08-28 Kim F. Storm <storm@cua.dk>
1035
1036 * xdisp.c (get_window_cursor_type): Replace BOX cursor on images
1037 with a hollow box cursor if image is larger than 32x32 (or the default
1038 frame font if that is bigger). Replace any other cursor on images
1039 with hollow box cursor, as redisplay doesn't support bar and hbar
1040 cursors on images.
1041
1042 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1043
1044 * alloc.c (BLOCK_INPUT_ALLOC, UNBLOCK_INPUT_ALLOC): Undo previous
1045 change. Move mutex lock/unlock operations inside BLOCK_INPUT.
1046
1047 * dired.c (directory_files_internal_unwind, directory_files_internal)
1048 (file_name_completion): Add BLOCK_INPUT around opendir/closedir.
1049
1050 * image.c [MAC_OS] (image_load_qt_1): Use ComponentResult instead
1051 of OSErr.
1052
1053 * keyboard.c (in_sighandler): Remove variable.
1054 (Fcurrent_idle_time): Add missing `doc:'.
1055 (input_available_signal, init_keyboard): Undo previous change.
1056
1057 * keyboard.h (in_sighandler): Remove extern.
1058
1059 * mac.c (create_apple_event_from_event_ref, select)
1060 (Fmac_get_file_creator, Fmac_get_file_type, Fmac_set_file_creator)
1061 (Fmac_set_file_type, cfstring_create_normalized)
1062 (mac_get_system_locale, select_and_poll_event, sys_select):
1063 Use OSStatus instead of OSErr.
1064
1065 * macfns.c [TARGET_API_MAC_CARBON] (mac_update_proxy_icon):
1066 Don't use FRAME_FILE_NAME. Use (FS)UpdateAlias.
1067 (Fx_create_frame): Apply 2006-07-03 for xfns.c.
1068
1069 * macselect.c (get_scrap_from_symbol, clear_scrap, put_scrap_string)
1070 (put_scrap_private_timestamp, scrap_has_target_type, get_scrap_string)
1071 (get_scrap_private_timestamp, get_scrap_target_type_list)
1072 (x_own_selection, x_get_foreign_selection)
1073 (Fx_disown_selection_internal, Fx_selection_owner_p)
1074 (Fx_selection_exists_p): Use OSStatus instead of OSErr.
1075
1076 * macterm.c (mac_draw_string_common, mac_query_char_extents)
1077 (x_iconify_frame, XLoadQueryFont, install_window_handler)
1078 (mac_handle_command_event, init_command_handler, init_menu_bar):
1079 Use OSStatus instead of OSErr.
1080 (x_free_frame_resources) [TARGET_API_MAC_CARBON]: Don't use
1081 FRAME_FILE_NAME.
1082 (x_query_font): Apply 2006-08-04 change for xterm.c.
1083 (Qhi_command): Rename from Qhicommand. All uses changed.
1084
1085 * macterm.h (struct mac_output) [TARGET_API_MAC_CARBON]: Remove member
1086 file_name.
1087 (FRAME_FILE_NAME): Remove macro.
1088 (install_window_handler, create_apple_event_from_event_ref):
1089 Return OSStatus instead of OSErr.
1090
1091 2006-08-26 Kim F. Storm <storm@cua.dk>
1092
1093 * buffer.c (Fset_buffer_multibyte):
1094 * editfns.c (Fcurrent_time, Fget_internal_run_time):
1095 * macfns.c (Fxw_color_values):
1096 * w32fns.c (Fxw_color_values):
1097 * xfns.c (Fxw_color_values): Simplify; use list3.
1098
1099 * fileio.c (Fmake_directory_internal, Fdelete_directory)
1100 (Fdelete_file): Simplify; use list1.
1101 (Frename_file, Fadd_name_to_file, Fmake_symbolic_link):
1102 Simplify; remove NO_ARG_ARRAY stuff, use list2.
1103
1104 2006-08-25 Richard Stallman <rms@gnu.org>
1105
1106 * buffer.c (Fswitch_to_buffer): Fix previous change.
1107
1108 2006-08-25 Kim F. Storm <storm@cua.dk>
1109
1110 * keyboard.c (Fcurrent_idle_time): Simplify.
1111
1112 2006-08-25 Richard Stallman <rms@gnu.org>
1113
1114 * fns.c (sxhash_string): Rotate properly; don't lose bits.
1115
1116 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
1117
1118 * xdisp.c (overline_margin): New variable.
1119 (x_produce_glyphs): Use it.
1120 (syms_of_xdisp): DEFVAR_INT it.
1121
1122 * xterm.c (x_underline_at_descent_line): New variable.
1123 (syms_of_xterm): DEFVAR_BOOL it.
1124 (x_draw_glyph_string): Use it.
1125 Draw underline and overline up to the end of line if the face
1126 extends to the end of line.
1127
1128 * macterm.c: Likewise.
1129
1130 * w32term.c: Likewise.
1131
1132 2006-08-24 Nick Roberts <nickrob@snap.net.nz>
1133
1134 * buffer.c (Fswitch_to_buffer): Move buffer to front of
1135 buffer-alist if necessary.
1136
1137 2006-08-22 Kim F. Storm <storm@cua.dk>
1138
1139 * xdisp.c (update_tool_bar): Redisplay toolbar also when only
1140 number of items changes.
1141
1142 2006-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
1143
1144 * buffer.c (Fset_buffer_multibyte): Record proper undo entry.
1145
1146 2006-08-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1147
1148 * keyboard.c: Clarify difference between in_sighandler and
1149 handling_signal.
1150
1151 2006-08-21 Kim F. Storm <storm@cua.dk>
1152
1153 * macterm.c (x_draw_stretch_glyph_string):
1154 * w32term.c (x_draw_stretch_glyph_string):
1155 * xterm.c (x_draw_stretch_glyph_string): It is ok to draw a
1156 stretch glyph in left marginal areas on header and mode lines.
1157
1158 2006-08-21 Kenichi Handa <handa@m17n.org>
1159
1160 * keyboard.c (syms_of_keyboard): Docstring of
1161 Vunread_post_input_method_events and Vunread_input_method_events
1162 fixed.
1163
1164 2006-08-20 Chong Yidong <cyd@stupidchicken.com>
1165
1166 * keyboard.c (show_help_echo): Preserve mouse movement flag if
1167 tracking mouse.
1168
1169 2006-08-20 Richard Stallman <rms@gnu.org>
1170
1171 * xfaces.c (load_pixmap): Add quotes in error message.
1172
1173 * keyboard.c (Fcurrent_idle_time): New function.
1174 (syms_of_keyboard): defsubr it.
1175
1176 2006-08-18 Nick Roberts <nickrob@snap.net.nz>
1177
1178 * window.c (Fset_window_fringes): Do nothing on a tty.
1179 (Fwindow_fringes): Put ? operator after the line break.
1180
1181 2006-08-16 Andreas Schwab <schwab@suse.de>
1182
1183 * print.c (debug_output_compilation_hack): Fix return type.
1184
1185 2006-08-16 Richard Stallman <rms@gnu.org>
1186
1187 * print.c (debug_output_compilation_hack): New function.
1188
1189 2006-08-16 Kenichi Handa <handa@m17n.org>
1190
1191 * fileio.c (choose_write_coding_system): Use LF for end-of-line
1192 in auto-saving.
1193
1194 2006-08-15 Chong Yidong <cyd@stupidchicken.com>
1195
1196 * keyboard.c (read_char): Don't change idle timer state at all if
1197 end_time is supplied.
1198
1199 2006-08-15 Kenichi Handa <handa@m17n.org>
1200
1201 * coding.c (ONE_MORE_BYTE_CHECK_MULTIBYTE): New arg RET. If SRC
1202 is exhausted, return with RET.
1203 (detect_coding_emacs_mule, detect_coding_iso2022)
1204 (detect_coding_sjis, detect_coding_big5, detect_coding_utf_8)
1205 (detect_coding_utf_16, detect_coding_ccl): Adjusted for the above
1206 change.
1207
1208 2006-08-14 Chong Yidong <cyd@stupidchicken.com>
1209
1210 * keyboard.c (read_char): Don't reset idle timers if a time limit
1211 is supplied.
1212
1213 2006-08-14 Kim F. Storm <storm@cua.dk>
1214
1215 * .gdbinit (pitx): Print iterator position.
1216 Limit stack dump in case iterator is not initialized.
1217
1218 2006-08-12 Eli Zaretskii <eliz@gnu.org>
1219
1220 * frame.c (Fmouse_position, Fmouse_pixel_position)
1221 (Fset_mouse_position, Fset_mouse_pixel_position): Doc fix.
1222
1223 2006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1224
1225 * xselect.c (Fx_register_dnd_atom): New function.
1226 (syms_of_xselect): Defsubr it.
1227 (x_handle_dnd_message): Check that message_type is in
1228 dpyinfo->x_dnd_atoms before generating lisp event.
1229
1230 * xterm.h (struct x_display_info): Add x_dnd_atoms* to keep track
1231 of drag and drop Atoms.
1232
1233 * xterm.c (x_term_init): Initialize dpyinfo->x_dnd_atoms*
1234
1235 2006-08-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1236
1237 * keyboard.c: Define in_sighandler.
1238 (input_available_signal): Set in_sighandler.
1239 (init_keyboard): Initialize in_sighandler.
1240
1241 * keyboard.h: Declare in_sighandler.
1242
1243 * alloc.c (UNBLOCK_INPUT_ALLOC, BLOCK_INPUT_ALLOC): Use in_sighandler
1244 to check if mutex should be locked or not.
1245
1246 2006-08-09 Richard Stallman <rms@gnu.org>
1247
1248 * keyboard.c (keyremap_step): No-op if fkey->parent = nil.
1249 (read_key_sequence): Always start fkey.start and fkey.end at 0,
1250 and likewise for keytran.
1251
1252 2006-08-09 Kenichi Handa <handa@m17n.org>
1253
1254 * coding.c (syms_of_coding): Improve the docstring
1255 file-coding-system-alist.
1256
1257 2006-08-07 Andreas Schwab <schwab@suse.de>
1258
1259 * puresize.h (BASE_PURESIZE): Increase to 1120000.
1260
1261 2006-08-06 Chong Yidong <cyd@stupidchicken.com>
1262
1263 * buffer.c (Vchange_major_mode_hook, Qchange_major_mode_hook): New vars.
1264 (Fkill_all_local_variables): Use it.
1265 (syms_of_buffer): Defvar it.
1266
1267 2006-08-05 Eli Zaretskii <eliz@gnu.org>
1268
1269 * w32.c (w32_valid_pointer_p): New function.
1270
1271 * w32.h: Add prototype for w32_valid_pointer_p.
1272
1273 * alloc.c: Include w32.h.
1274 (valid_lisp_object_p) [WINDOWSNT]: Call w32_valid_pointer_p to do
1275 the job.
1276
1277 * keyboard.c (kbd_buffer_get_event): Return Qnil when current time
1278 is exactly equal to end_time, not only when it is past that.
1279
1280 2006-08-04 Chong Yidong <cyd@stupidchicken.com>
1281
1282 * keyboard.c (read_char): Rebalance specpdl after receiving jump.
1283
1284 * process.c: Reapply 2006-08-01 change.
1285
1286 2006-08-04 Eli Zaretskii <eliz@gnu.org>
1287
1288 * w32fns.c (w32_query_font): Fix last change: use stricmp.
1289
1290 2006-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
1291
1292 * editfns.c (Fsubst_char_in_region): Redo the setup work after running
1293 the before-change-functions since they may have altered the buffer.
1294
1295 2006-08-04 Ralf Angeli <angeli@caeruleus.net>
1296
1297 * w32fns.c (w32_createwindow): Handle -geometry command line option
1298 and the geometry settings in the Registry.
1299
1300 2006-08-04 Kenichi Handa <handa@m17n.org>
1301
1302 * w32fns.c (w32_query_font): Compare names by ignoring case.
1303
1304 * xterm.c (x_query_font): Compare names by ignoring case.
1305
1306 2006-08-03 Jason Rumney <jasonr@gnu.org>
1307
1308 * w32menu.c (w32_menu_show, w32_dialog_show): Call Fsignal to quit
1309 when no option selected.
1310
1311 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
1312
1313 * process.c: Revert last change.
1314
1315 2006-08-01 Kim F. Storm <storm@cua.dk>
1316
1317 * process.c (wait_reading_process_output_unwind): New function.
1318 Restores waiting_for_user_input_p to saved value.
1319 (wait_reading_process_output): Unwind protect waiting_for_user_input_p
1320 instead of save/restore old value on stack.
1321
1322 2006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
1323
1324 * editfns.c: Undo 2006-06-27 change.
1325
1326 2006-07-29 Eli Zaretskii <eliz@gnu.org>
1327
1328 * coding.c (Ffind_operation_coding_system): Revert the change from
1329 2006-05-29.
1330
1331 * alloc.c [WINDOWSNT]: Include fcntl.h, to fix last change.
1332
1333 2006-07-28 Richard Stallman <rms@gnu.org>
1334
1335 * xfaces.c (lookup_named_face, Fdisplay_supports_face_attributes_p):
1336 Add conditional aborts for clarity.
1337
1338 * xdisp.c (update_menu_bar): New arg HOOKS_RUN. Callers changed.
1339 Used to avoid running the hooks over and over for each frame.
1340 (prepare_menu_bars): Pass value from update_menu_bar
1341 as HOOKS_RUN of next call.
1342
1343 * keyboard.c (safe_run_hooks_1): Don't crash if Vrun_hooks is nil.
1344
1345 2006-07-28 Kim F. Storm <storm@cua.dk>
1346
1347 * alloc.c (valid_pointer_p): New function (from valid_lisp_object_p).
1348 (valid_lisp_object_p): Use it to check for valid SUBRP obj.
1349
1350 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
1351
1352 * keyboard.c (read_char): New arg END_TIME specifying timeout.
1353 All callers changed. Turn off echoing if END_TIME is non-NULL.
1354 (kbd_buffer_get_event): New arg END_TIME.
1355
1356 * lread.c (read_filtered_event): New arg SECONDS to wait until.
1357 (Fread_char, Fread_event, Fread_char_exclusive): New arg SECONDS.
1358
1359 * lisp.h: Update read-char, read-event, and read_filtered_event
1360 prototypes.
1361
1362 * keyboard.h: Include systime.h. Update read_char prototype.
1363
1364 2006-07-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1365
1366 * alloc.c (find_string_data_in_pure): New function.
1367 (make_pure_string): Use it to reuse existing string data if possible.
1368
1369 * puresize.h (BASE_PURESIZE): Decrease to 1102000.
1370
1371 2006-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
1372
1373 * keymap.c (Fdefine_key): If the key binding definition looks like an
1374 XEmacs-style key sequence, convert it to Emacs's format.
1375
1376 2006-07-22 Ralf Angeli <angeli@caeruleus.net>
1377
1378 * w32fns.c (w32_createwindow): If `left' and/or `top' frame
1379 parameters are bound to some values, use that instead of
1380 CW_USEDEFAULT.
1381
1382 2006-07-21 Eli Zaretskii <eliz@gnu.org>
1383
1384 * w32.c (convert_time): Use explicit long double constants to
1385 ensure long double arithmetics is used throughout.
1386
1387 2006-07-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1388
1389 * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): New vars.
1390 (init_alloc_once): Initialize them.
1391 (pure_alloc): Allocate non-Lisp objects from the end of pure storage
1392 without alignment.
1393
1394 * puresize.h (BASE_PURESIZE): Decrease to 1141000.
1395
1396 2006-07-18 Francis Litterio <franl@world.std.com>
1397
1398 * w32term.c (x_calc_absolute_position): Fix frame positioning
1399 with negative X/Y coordinates.
1400
1401 2006-07-18 Dan Nicolaescu <dann@ics.uci.edu>
1402
1403 * xterm.c (x_connection_closed, x_error_quitter): Mark as NO_RETURN.
1404
1405 * textprop.c (text_read_only): Likewise.
1406
1407 * lread.c (end_of_file_error): Likewise.
1408
1409 * lisp.h (circular_list_error, memory_full, buffer_memory_full):
1410 Likewise.
1411
1412 * eval.c (unwind_to_catch): Likewise.
1413
1414 * buffer.h (buffer_slot_type_mismatch): Likewise.
1415
1416 2006-07-18 Kim F. Storm <storm@cua.dk>
1417
1418 Cleanup Fsignal calls that never returns; now only use it for Qquit.
1419
1420 * eval.c (xsignal): New func. Like Fsignal, but marked no-return.
1421 (xsignal0, xsignal1, xsignal2, xsignal3): New no-return functions.
1422 (signal_error): New no-return function (from xfaces.c).
1423 (Fthrow): Use xsignal2 instead of Fsignal + abort.
1424 (error): Use xsignal1 instead of Fsignal + abort.
1425 (FletX, Flet, grow_specpdl): Use signal_error.
1426 (Feval, Ffuncall, funcall_lambda): Use xsignal1, xsignal2.
1427
1428 * alloc.c (buffer_memory_full, memory_full): Use xsignal. Remove loop.
1429 (list1): New function.
1430
1431 * lisp.h (list1): Add EXFUN.
1432 (xsignal, xsignal0, xsignal1, xsignal2, xsignal3, signal_error):
1433 Add prototypes. Mark them as no-return.
1434
1435 * buffer.c (Fbuffer_local_value, Fbarf_if_buffer_read_only):
1436 Use xsignal1.
1437
1438 * callint.c (check_mark): Use xsignal0.
1439
1440 * casefiddle.c (casify_object): wrong_type_argument is no-return.
1441
1442 * cmds.c (Fforward_char, Fdelete_char): Use xsignal0.
1443
1444 * coding.c (Fcheck_coding_system): Use xsignal1. Remove loop.
1445 (Fdefine_coding_system_internal): Use xsignal1.
1446
1447 * data.c (circular_list_error): Use xsignal.
1448 (wrong_type_argument): Use xsignal2. Don't care about return value.
1449 (args_out_of_range, args_out_of_range_3): Use xsignal2, xsignal3.
1450 Remove loop around Fsignal.
1451 (indirect_variable, Fsymbol_value, set_internal, Fdefault_value)
1452 (indirect_function, Findirect_function, Fstring_to_number)
1453 (Fmakunbound, Ffmakunbound, Fsymbol_function, Ffset): Use xsignal1.
1454 (arith_driver, float_arith_driver, Frem, Fmod, arith_error):
1455 Use xsignal0.
1456
1457 * doc.c (Fdocumentation): Use xsignal1.
1458
1459 * editfns.c (region_limit, Fget_internal_run_time): Use xsignal0.
1460
1461 * fileio.c (report_file_error): Use xsignal.
1462 (barf_or_query_if_file_exists, Fcopy_file, Fdelete_file)
1463 (Finsert_file_contents): Use xsignal2.
1464 (syms_of_fileio): Use list2, list3.
1465
1466 * floatfns.c (arith_error, range_error, domain_error): Use xsignal2.
1467 (range_error2, domain_error2): Use xsignal3.
1468 (rounding_driver, fmod_float): Use xsignal0.
1469 (float_error): Use xsignal1.
1470 (matherr): Use xsignal.
1471
1472 * fns.c (Flength): wrong_type_argument is no-return.
1473 (hashfn_user_defined, Fmake_hash_table): Use signal_error.
1474 (Fmd5): Use xsignal1.
1475
1476 * frame.c (x_set_line_spacing, x_set_screen_gamma): Use signal_error.
1477
1478 * keyboard.c (recursive_edit_1): Use xsignal1.
1479
1480 * keymap.c (Fmap_keymap): Use xsignal1.
1481
1482 * lread.c (Fload): Use xsignal2, signal_error.
1483 (end_of_file_error): Use xsignal0, xsignal1.
1484 (read0): Use xsignal1.
1485 (invalid_syntax): New error function marked no-return.
1486 (read_integer, read1, read_list): Use it.
1487
1488 * macselect.c (x_get_local_selection): Use signal_error.
1489
1490 * msdos.c (Fmsdos_set_mouse_buttons): Use xsignal2.
1491
1492 * search.c (compile_pattern_1): Use xsignal1.
1493 (signal_failure): Remove (was only called once).
1494 (search_command): Use xsignal1 instead of signal_failure.
1495
1496 * syntax.c (scan_lists): Use xsignal3.
1497
1498 * textprop.c (text_read_only): Use xsignal0, xsignal1.
1499
1500 * unexsol.c (unexec): Use xsignal.
1501
1502 * window.c (window_scroll_pixel_based, window_scroll_line_based):
1503 Use xsignal0.
1504
1505 * xfaces.c (signal_error): Move to eval.c.
1506 (resolve_face_name): Use xsignal1.
1507
1508 * xfns.c (x_decode_color): Use signal_error.
1509
1510 * xselect.c (x_get_local_selection, copy_multiple_data)
1511 (x_get_window_property_as_lisp_data)
1512 (lisp_data_to_selection_data, CHECK_CUT_BUFFER)
1513 (Fx_get_cut_buffer_internal): Use signal_error.
1514
1515 2006-07-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1516
1517 * macterm.c (XTread_socket): Undo previous change.
1518
1519 2006-07-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1520
1521 * macterm.c (keycode_to_xkeysym): Remove function. All uses now
1522 directly lookup keycode_to_xkeysym_table.
1523 [USE_MAC_TSM] (mac_handle_text_input_event): Don't construct
1524 ASCII_KEYSTROKE_EVENT for non-zero keycode_to_xkeysym_table entries.
1525 (XTread_socket): Use character codes to construct keypad key events.
1526 (mac_initialize_display_info) [MAC_OSX]: Use CGDisplaySamplesPerPixel.
1527 (x_delete_display): Apply 2006-07-04 change for xterm.c.
1528
1529 2006-07-17 Richard Stallman <rms@gnu.org>
1530
1531 * keyboard.c (Vcommand_error_function): New variable.
1532 (syms_of_keyboard): Defvar it.
1533 (cmd_error_internal): Simplify, and handle Vcommand_error_function.
1534
1535 * dispnew.c (init_display): Mention DISPLAY as well as TERM in err msg.
1536
1537 2006-07-17 Kim F. Storm <storm@cua.dk>
1538
1539 * xdisp.c (handle_single_display_spec): Ensure the right value of
1540 it->position is saved by push_it.
1541 (pop_it): Restore it->object for GET_FROM_BUFFER and GET_FROM_STRING.
1542 (reseat_1): Don't setup it->object twice.
1543 (set_iterator_to_next): No need to set it->object after pop_it.
1544 (move_it_to): Explicitly check to see if last move reached to_charpos.
1545
1546 2006-07-17 Thien-Thi Nguyen <ttn@gnu.org>
1547
1548 * xdisp.c (display_mode_line): Preserve match data.
1549
1550 2006-07-14 Kim F. Storm <storm@cua.dk>
1551
1552 * w32.c (pfn_WSACreateEvent, pfn_WSACloseEvent): New func ptrs.
1553 (init_winsock): Load them. Use ws2_32.dll.
1554 (sys_listen): Undo last change. Just set FILE_LISTEN flag.
1555 (sys_accept): Undo last change. Instead, set child status to
1556 STATUS_READ_ACKNOWLEDGED and reset char_avail event so next
1557 sys_select will wakeup the reader thread.
1558 (_sys_wait_accept): New function used by reader thread to wait for
1559 an incoming connection on a server socket.
1560
1561 * w32.h (_sys_read_ahead, _sys_wait_accept): Add prototypes.
1562
1563 * w32proc.c (reader_thread): Use _sys_wait_accept to wait on a
1564 server socket (FILE_LISTEN flag).
1565
1566 2006-07-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1567
1568 * sound.c (alsa_init): Call snd_pcm_close after successful snd_pcm_open.
1569
1570 2006-07-14 Kim F. Storm <storm@cua.dk>
1571
1572 * w32.c: Fix high cpu load for server sockets.
1573 (pfn_WSAEventSelect): New function ptr.
1574 (init_winsock): Load it.
1575 (sys_listen): Set FILE_LISTEN flag. Set event mask for socket's
1576 char_avail event object to FD_ACCEPT.
1577 (sys_accept): Check FILE_LISTEN flag. Set event mask on new
1578 socket's char_avail event object to FD_READ|FD_CLOSE.
1579
1580 * w32.h (FILE_LISTEN): New filedesc flag value.
1581
1582 2006-07-13 Kim F. Storm <storm@cua.dk>
1583
1584 * bytecode.c (Fbyte_code): Use CAR, CDR for Bcar, Bcdr.
1585 Use CAR_SAFE, CDR_SAFE for Bcar_safe, Bcdr_safe.
1586 Simplify loops and use CAR for Bnth and Belt.
1587
1588 * data.c (Findirect_function): Optimize for no indirection.
1589
1590 * eval.c (Fthrow): Remove loop around Fsignal.
1591 (Feval, Fapply, Ffuncall): Optimize for no function indirection.
1592 Use original function name in all signaled errors.
1593 Simplify Fsignal calls (no return).
1594 (funcall_lambda): Simplify Fsignal calls (no return).
1595
1596 2006-07-13 Andreas Schwab <schwab@suse.de>
1597
1598 * syntax.c (scan_sexps_forward): Use EMACS_INT for out_bytepos and
1599 out_charpos.
1600
1601 2006-07-13 Kenichi Handa <handa@m17n.org>
1602
1603 * editfns.c (Fformat): Fix calculation of text property positions
1604 of format string.
1605
1606 2006-07-12 Kim F. Storm <storm@cua.dk>
1607
1608 * lisp.h (CHECK_TYPE): New macro for generic type checking.
1609 (CAR_SAFE, CDR_SAFE): New macros.
1610 (ARRAYP, CHECK_ARRAY): New macros.
1611 (CHECK_VECTOR_OR_STRING, CHECK_SUBR): New macros.
1612 (CHECK_WINDOW_CONFIGURATION): New macro.
1613 (CHECK_LIST_CONS, CHECK_LIST_END): New checks for list traversal.
1614 (CHECK_STRING_OR_BUFFER, CHECK_HASH_TABLE, CHECK_LIST)
1615 (CHECK_STRING, CHECK_STRING_CAR, CHECK_CONS, CHECK_SYMBOL)
1616 (CHECK_CHAR_TABLE, CHECK_VECTOR, CHECK_VECTOR_OR_CHAR_TABLE)
1617 (CHECK_BUFFER, CHECK_WINDOW, CHECK_LIVE_WINDOW, CHECK_PROCESS)
1618 (CHECK_NUMBER, CHECK_NATNUM, CHECK_MARKER, CHECK_OVERLAY)
1619 (CHECK_NUMBER_COERCE_MARKER, CHECK_FLOAT, CHECK_NUMBER_OR_FLOAT)
1620 (CHECK_NUMBER_OR_FLOAT_COERCE_MARKER): Use CHECK_TYPE.
1621
1622 * category.h (CHECK_CATEGORY, CHECK_CATEGORY_SET):
1623 * frame.h (CHECK_FRAME, CHECK_LIVE_FRAME): Use CHECK_TYPE.
1624
1625 * callint.c (Fcall_interactively):
1626 * casefiddle.c (casify_object):
1627 * editfns.c (general_insert_function):
1628 * fns.c (Flength, Felt, Ffillarray):
1629 * data.c (Fcar, Fcdr): Remove loop around wrong_type_argument.
1630
1631 * data.c (wrong_type_argument): Remove loop around Fsignal.
1632 (Farrayp, Fsequencep): Use ARRAYP.
1633 (Fcar): Use CAR.
1634 (Fcar_safe): Use CAR_SAFE.
1635 (Fcdr): Use CDR.
1636 (Fcdr_safe): Use CDR_SAFE.
1637 (Fsetcar, Fsetcdr): Use CHECK_CONS.
1638 (Fsubr_arity, Fsubr_name): Use CHECK_SUBR.
1639 (Faset): Use CHECK_ARRAY.
1640
1641 * fns.c (Felt): Use CHECK_ARRAY.
1642 (concat): Use CHECK_NUMBER.
1643 (Fsubstring, substring_both): Use CHECK_VECTOR_OR_STRING.
1644 (Fmemq): Use CHECK_LIST.
1645 (Fassq, Fassoc, Frassq, Frassoc): Use CAR.
1646 (assq_no_quit): Use CAR_SAFE.
1647 (Fnthcdr, Fmember, Fdelq, Fdelete, Fnreverse, Fnconc):
1648 Use CHECK_LIST_CONS.
1649 (Freverse, Fplist_get, Flax_plist_get): Use CHECK_LIST_END.
1650
1651 * bytecode.c (Fbyte_code): Use CHECK_VECTOR.
1652
1653 * casetab.c (check_case_table):
1654 * category.c (check_category_table):
1655 * marker.c (Fcopy_marker):
1656 * syntax.c (check_syntax_table):
1657 * xfaces.c (load_pixmap): Use CHECK_TYPE.
1658
1659 * fns.c (Fcopy_sequence, concat):
1660 * fringe.c (Fdefine_fringe_bitmap):
1661 * lread.c (check_obarray): Cleanup wrong_type_argument use.
1662
1663 * keyboard.c (access_keymap_keyremap): Use ARRAYP.
1664
1665 * keymap.c (Fdefine_key, Flookup_key):
1666 * macros.c (Fstart_kbd_macro): Use CHECK_VECTOR_OR_STRING.
1667
1668 * mac.c (Fmac_get_preference): Use CHECK_LIST_END.
1669
1670 * search.c (Fset_match_data): Use CHECK_LIST.
1671
1672 * sunfns.c (sun_item_create): Use CHECK_LIST_CONS.
1673
1674 * window.c (Fwindow_configuration_frame, Fset_window_configuration):
1675 (compare_window_configurations): Use CHECK_WINDOW_CONFIGURATION.
1676
1677 2006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1678
1679 * Makefile.in (dired.o, editfns.o, fileio.o): Depend on blockinput.h.
1680
1681 * dired.c: Include blockinput.h.
1682 (Ffile_attributes): Add BLOCK_INPUT around getpwuid/getgrgid.
1683
1684 * editfns.c: Include blockinput.h.
1685 (Fuser_login_name, Fuser_full_name): Add BLOCK_INPUT around
1686 getpwuid/getpwnam.
1687
1688 * fileio.c: Include blockinput.h.
1689 (Fexpand_file_name, search_embedded_absfilename): Add BLOCK_INPUT
1690 around getpwnam.
1691 (search_embedded_absfilename): Remove spurious xfree.
1692
1693 2006-07-11 Kim F. Storm <storm@cua.dk>
1694
1695 * dispnew.c (sit_for): Reduce number of args from 5 to 3.
1696 Now just one TIMEOUT arg that can be a Lisp float or Lisp int.
1697 Combine args DISPLAY and INITIAL_DISPLAY into one arg DO_DISPLAY.
1698 Signal error if TIMEOUT is not a number.
1699 Undo 2006-06-14 change for non-preemptive display if TIMEOUT < 0.
1700 The rework of sit_for args also fixes several incorrect Qt args
1701 which should have been 1.
1702 (Fredisplay): Pass 1 instead of Qt to swallow_events and
1703 detect_input_pending_run_timers.
1704
1705 * lisp.h (sit_for): Update prototype.
1706 (Fredisplay): Add EXFUN.
1707
1708 * dispextern.h (sit_for): Remove prototype.
1709
1710 * callint.c (Fcall_interactively):
1711 * minibuf.c (temp_echo_area_glyphs):
1712 * keyboard.c (command_loop_1, read_char, Fexecute_extended_command):
1713 * fileio.c (Fdo_auto_save): Update/simplify sit_for calls.
1714
1715 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
1716
1717 * syntax.c (forw_comment): Also use EMACS_INT for buffer positions.
1718
1719 2006-07-11 Kim F. Storm <storm@cua.dk>
1720
1721 * dispnew.c (Fredisplay): Add FORCE argument to force redisplay when
1722 input is available. Fix test for redisplay_dont_pause non-nil.
1723 Specbind redisplay-dont-pause to t if FORCE non-nil.
1724
1725 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
1726
1727 * puresize.h (BASE_PURESIZE): Increment to 1211000.
1728
1729 * dispnew.c (Fredisplay): New function, equivalent to (sit-for 0).
1730 (Fsit_for): Function deleted.
1731
1732 * keyboard.c (command_loop_1, Fexecute_extended_command):
1733 Call sit_for instead of Fsit_for.
1734
1735 * minibuf.c (temp_echo_area_glyphs): Likewise.
1736
1737 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
1738
1739 * syntax.c (Fforward_comment): Revert the reversion.
1740 (back_comment, scan_lists): Also use EMACS_INT for buffer positions.
1741
1742 2006-07-09 John Paul Wallington <jpw@pobox.com>
1743
1744 * syntax.c (Fforward_comment): Revert previous change.
1745
1746 2006-07-09 Kim F. Storm <storm@cua.dk>
1747
1748 * window.c (Fforce_window_update): Doc fix.
1749
1750 2006-07-08 Stephen Gildea <gildea@stop.mail-abuse.org>
1751
1752 * fileio.c (do_auto_save_make_dir): Make the auto-save-list-file
1753 directory unreadable for better user privacy.
1754
1755 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
1756
1757 * syntax.c (Fforward_comment): Fix int-32 vs EMACS_INT-64 mixup.
1758
1759 * lread.c (read_filtered_event): Remove `register' qualifier because it
1760 causes compilation problem with gcc-4.0.2-20051125 on amd64.
1761 (readevalloop): Remove unused var `bpos'.
1762 Yet another int/Lisp_Object mixup (YAILOM).
1763
1764 2006-07-07 Eli Zaretskii <eliz@gnu.org>
1765
1766 * keyboard.c (Fexecute_extended_command): Mention the argument
1767 PREFIXARG in the doc string.
1768
1769 2006-07-07 Kim F. Storm <storm@cua.dk>
1770
1771 * fringe.c (Fdefine_fringe_bitmap): Doc fix.
1772
1773 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
1774
1775 * insdel.c (prepare_to_modify_buffer): For an indirect buffer, do
1776 clash detection using the base buffer.
1777
1778 * puresize.h (BASE_PURESIZE): Increment to 1210500.
1779
1780 2006-07-04 Kim F. Storm <storm@cua.dk>
1781
1782 * xterm.c (x_delete_display): Don't free or derefence NULL pointers.
1783
1784 2006-07-04 Kenichi Handa <handa@m17n.org>
1785
1786 * fontset.c (Fset_overriding_fontspec_internal): Check if we need
1787 to update Voverriding_fontspec_alist.
1788
1789 2006-07-03 Richard Stallman <rms@gnu.org>
1790
1791 * xfns.c (Fx_create_frame): Move unwind_create_frame setup down.
1792
1793 * xfaces.c (Fface_attribute_relative_p): Doc fix.
1794
1795 * textprop.c (Fget_char_property_and_overlay): Doc fix.
1796
1797 * eval.c (Fdefvaralias): Doc fix.
1798
1799 2006-07-03 Kim F. Storm <storm@cua.dk>
1800
1801 * dispnew.c (sit_for): Fix preempt condition.
1802
1803 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
1804
1805 * lread.c (read_filtered_event): Treat select-window just like
1806 switch-frame.
1807
1808 2006-07-02 Kim F. Storm <storm@cua.dk>
1809
1810 * xdisp.c (display_tool_bar_line): Skip glyphs which are too big
1811 to ever fit the tool-bar,
1812 (MAX_FRAME_TOOL_BAR_HEIGHT): New macro.
1813 (tool_bar_lines_needed): Use unused mode-line row as temp_row.
1814 (redisplay_tool_bar): Only clear desired matrix if we actually
1815 change the tool-bar window height. Only try to make the tool-bar
1816 window bigger if there is actually room for it.
1817
1818 2006-06-30 Ralf Angeli <angeli@caeruleus.net>
1819
1820 * w32term.c (x_make_frame_visible): Use SystemParametersInfo with
1821 SPI_GETWORKAREA to find the dimensions of the screen work area,
1822 and adjust vertical position of the frame in order to avoid being
1823 covered by the task bar.
1824
1825 * w32fns.c (w32_createwindow): Use CW_USEDEFAULT instead of
1826 f->left_pos and SH_SHOW instead of f->top_pos in the call to
1827 CreateWindow. Record the actual position in f->left_pos and
1828 f->top_pos.
1829
1830 2006-06-30 John Paul Wallington <jpw@pobox.com>
1831
1832 * w32console.c (syms_of_ntterm) <w32-use-full-screen-buffer>:
1833 Doc fix - default value has changed.
1834
1835 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1836
1837 * mac.c [!TARGET_API_MAC_CARBON]: Don't include FixMath.h or Scrap.h.
1838
1839 * macfns.c (Fx_create_frame): Apply 2006-06-24 change for xfns.c.
1840
1841 * macgui.h (USE_MAC_TSM) [TARGET_API_MAC_CARBON]: Set default to 1.
1842
1843 * macterm.c (Qeql): Add extern.
1844 (x_set_mouse_pixel_position) [MAC_OSX]: Use CGWarpMouseCursorPosition.
1845 (fm_style_face_attributes_alist) [USE_ATSUI]: New variable.
1846 (syms_of_macterm) [USE_ATSUI]: Initialize and staticpro it.
1847 Change keys of Vmac_atsu_font_table from strings to numbers.
1848 (fm_style_to_face_attributes) [USE_ATSUI]: New function.
1849 (init_font_name_table) [USE_ATSUI]: Use it.
1850 (saved_ts_script_language_on_focus) [USE_MAC_TSM]: New variable.
1851 (syms_of_macterm) [USE_MAC_TSM]: Initialize and staticpro it.
1852 [USE_MAC_TSM] (mac_tsm_resume): Restore script and language codes
1853 only when saved_ts_script_language_on_focus coincides with
1854 Vmac_ts_script_language_on_focus.
1855 [USE_MAC_TSM] (mac_tsm_suspend): Save value of
1856 Vmac_ts_script_language_on_focus to saved_ts_script_language_on_focus.
1857 (XTread_socket) [USE_MAC_TSM]: Add Mac OS Classic support.
1858 [USE_MAC_TSM] (mac_handle_text_input_event, init_tsm): Likewise.
1859
1860 2006-06-27 Chong Yidong <cyd@stupidchicken.com>
1861
1862 * editfns.c (Fdelete_field, Ffield_string, Ffield_beginning)
1863 (Ffield_string_no_properties, Ffield_end): Mention
1864 args-out-of-range error condition in docstring.
1865
1866 2006-06-27 Kim F. Storm <storm@cua.dk>
1867
1868 * xdisp.c (handle_composition_prop): Set stop_charpos before push_it.
1869
1870 2006-06-25 Kim F. Storm <storm@cua.dk>
1871
1872 * s/gnu-linux.h (SIGNALS_VIA_CHARACTERS): Define for Linux kernel
1873 version 2.4 and later.
1874
1875 2006-06-24 Chong Yidong <cyd@stupidchicken.com>
1876
1877 * xfns.c (Fx_create_frame): Set font parameter directly instead of
1878 using x_default_parameter, since x_get_args clears the parm alist.
1879
1880 2006-06-24 Eli Zaretskii <eliz@gnu.org>
1881
1882 * dired.c (directory_files_internal) [WINDOWSNT]: Find files
1883 case-insensitively.
1884
1885 2006-06-24 Aidan Kehoe <kehoea@parhasard.net>
1886
1887 * lread.c (read_escape): When an unknown Unicode code point is
1888 encountered as a string or character escape, signal an error.
1889
1890 2006-06-23 Kim F. Storm <storm@cua.dk>
1891
1892 * .gdbinit (pitx): Dump iterator stack.
1893
1894 * xdisp.c (handle_composition_prop): Push iterator on stack.
1895 (set_iterator_to_next): Pop iterator at end of composition.
1896
1897 2006-06-23 Martin Rudalics <rudalics@gmx.at>
1898
1899 * fileio.c (Frename_file) [DOS_NT]: Don't try to move directory to
1900 itself on DOS_NT platforms, if the old and new names are identical
1901 but for the letter-case.
1902
1903 2006-06-21 Kim F. Storm <storm@cua.dk>
1904
1905 * dispextern.h (struct it): Add `position' member to iterator stack.
1906 Rename `pos' member to `current'. Rearrange and add comments.
1907
1908 * xdisp.c (handle_stop): Set it->ignore_overlay_strings_at_pos_p
1909 if we get any overlays.
1910 (set_cursor_from_row): Don't clobber `end' if we rescan from
1911 start_string.
1912 (push_it, pop_it): Save it->position.
1913
1914 2006-06-19 Richard Stallman <rms@gnu.org>
1915
1916 * window.c (size_window): New arg FIRST_ONLY. All callers changed.
1917 (adjust_window_trailing_edge): Specially compute FIRST_PARALLEL
1918 for the case of a top-level window and the following minibuffer.
1919 Don't exit because of no `next' when there is a parent.
1920 Use the FIRST_ONLY feature when resizing following windows.
1921
1922 * syntax.c (init_syntax_once): Give most control chars' syntax Spunct.
1923
1924 2006-06-17 Kim F. Storm <storm@cua.dk>
1925
1926 * dispnew.c (update_frame): Check for input pending on entry.
1927 (update_window, update_frame_1): Break loop if input is detected.
1928
1929 2006-06-16 Francis Litterio <flitterio@gmail.com>
1930
1931 * xterm.c (x_check_expected_move, handle_one_xevent)
1932 (x_set_offset, x_check_fullscreen): Extensive changes to make
1933 frame positioning deterministic under X.
1934
1935 * xterm.h (x_output): Add members left_before_move and
1936 top_before_move. Removed members expected_left and expected_top.
1937
1938 2006-06-16 Kim F. Storm <storm@cua.dk>
1939
1940 * dispextern.h (struct it): Add union to iterator stack to save
1941 image, composition, and stretch specific paramters.
1942
1943 * xdisp.c (next_overlay_string): Fix assert.
1944 (push_it, pop_it): Handle composition and stretch specific values.
1945 Only handle it->slice in image (for now).
1946 (back_to_previous_visible_line_start): Continue search if newline is
1947 part of a compisition. Simplify.
1948 (reseat_1): Set it->object to buffer.
1949 (set_iterator_to_next): Set it->object to string or buffer, when
1950 setting it->method to GET_FROM_STRING or GET_FROM_BUFFER.
1951 (next_element_from_composition): Set it->object to buffer if not
1952 from string.
1953 (set_cursor_from_row): Only save start of string if not already
1954 done to handle multiple strings in a row.
1955
1956 * .gdbinit (pitx): Show composition parameters.
1957 (pgx, pg): New commands to print a glyph structure.
1958 (pgi, pgn): New commands to print specific/next glyph.
1959 (pgrowx, pgrow): New commands to print all glyphs in a row.
1960
1961 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1962
1963 * macfns.c (Fx_display_mm_height, Fx_display_mm_width)
1964 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Use CGDisplayScreenSize.
1965
1966 * macterm.c (do_app_resume, do_app_suspend): Remove functions.
1967 (mac_tsm_resume, mac_tsm_suspend) [USE_MAC_TSM]: New functions.
1968 (mac_handle_window_event, XTread_socket) [USE_MAC_TSM]: Use them.
1969 (Vmac_ts_script_language_on_focus) [USE_MAC_TSM]: New variable.
1970 (syms_of_macterm) [USE_MAC_TSM]: Defvar it.
1971 (saved_ts_language, saved_ts_component) [USE_MAC_TSM]: New variables.
1972 (mac_initialize_display_info) [MAC_OSX]: Use Quartz Display
1973 Services functions to get size of main display in pixels.
1974
1975 2006-06-14 Chong Yidong <cyd@stupidchicken.com>
1976
1977 * xdisp.c (back_to_previous_visible_line_start):
1978 Reset it->continuation_lines_width.
1979
1980 2006-06-14 Richard Stallman <rms@gnu.org>
1981
1982 * eval.c (Fdefconst): Mark variable as risky.
1983
1984 * callproc.c (Fcall_process): Doc fix.
1985
1986 * window.c (adjust_window_trailing_edge): Don't break out of the loop
1987 because there's no next window, if there are parallel windows.
1988 Do break out when WINDOW is nil.
1989
1990 2006-06-14 Kim F. Storm <storm@cua.dk>
1991
1992 * dispextern.h (IT_STACK_SIZE): New macro specifying size of
1993 iterator stack (instead of hardcoded number). Increase from 2 to
1994 4 to make room for propertized overlay strings before and after a
1995 display string, image or composition.
1996 (struct it): Add image_id and method members to iterator stack.
1997
1998 * xdisp.c (init_from_display_pos): Don't set it->method and
1999 overlay_string_index after pop_it. Add asserts.
2000 (handle_stop): Look for overlay strings around a display string,
2001 image, or composition. Handle properties on those strings.
2002 (next_overlay_string): Don't set string, pos or method after pop_it.
2003 (get_overlay_strings_1): Split from get_overlay_strings; don't
2004 modify it if no overlay strings are found.
2005 (get_overlay_strings): Use get_overlay_strings_1. Always set
2006 it->string and it->method.
2007 (push_it): Push it->image_id and it->method. Push it->object
2008 instead of it->string if method is GET_FROM_IMAGE.
2009 (pop_it): Pop it->image_id and it->method. Ppo it->object
2010 instead of it->string if method is GET_FROM_IMAGE.
2011 Reset it->current.string_pos if popped it->string is nil.
2012 (reseat_1): Remove comment dated 19 May 2003. It expressed doubt
2013 whether a given change was correct; but the change is correct.
2014 Clear it->string_from_display_prop_p.
2015 (set_iterator_to_next): Rely on it->method and it->image_id from
2016 iterator stack, instead of setting them explicitly after pop_it.
2017
2018 * dispnew.c (sit_for): Undo 2006-06-01 change. Instead, a
2019 negative time forces redisplay even when input is available.
2020 (Fsit_for): Doc fix.
2021
2022 2006-06-13 Kim F. Storm <storm@cua.dk>
2023
2024 * dispnew.c: Modify preemptive redisplay to be based on periodic
2025 checks for input.
2026 (PERIODIC_PREEMPTION_CHECKING): Define to 1 iff EMACS_HAS_USECS.
2027 (Vredisplay_preemption_period): New variable.
2028 (syms_of_display): DEFVAR_LISP and initialize it.
2029 (preemption_period, preemption_next_check): New variables.
2030 (update_frame, update_single_window): Initialize them based on
2031 Vredisplay_preemption_period if !force_p.
2032 (update_window, update_frame_1): Use them to determine when to
2033 check for input.
2034
2035 2006-06-03 Aidan Kehoe <kehoea@parhasard.net>
2036
2037 * lread.c (read_escape): Provide a Unicode character escape
2038 syntax; \u followed by exactly four or \U followed by exactly
2039 eight hex digits in a comment or string is read as a Unicode
2040 character with that code point.
2041
2042 2006-06-09 Eli Zaretskii <eliz@gnu.org>
2043
2044 * window.c (window_scroll_pixel_based): Signal "Beginning of
2045 buffer" when scroll-down at the beginning of an empty buffer.
2046
2047 2006-06-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2048
2049 * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
2050 Exclude 0x7f from ASCII range.
2051
2052 2006-06-05 Jason Rumney <jasonr@gnu.org>
2053
2054 * w32term.c (w32_set_scroll_bar_thumb, x_scroll_bar_create)
2055 (w32_set_vertical_scroll_bar, w32_scroll_bar_handle_click)
2056 (x_scroll_bar_report_motion): Remove workarounds for
2057 versions of Windows NT < 3.51.
2058 [!SIF_ALL]: Remove.
2059 (pfnSetScrollInfo, pfnGetScrollInfo): Remove.
2060 (w32_initialize): Don't dynamically load Get/SetScrollInfo.
2061
2062 2006-06-04 David Kastrup <dak@gnu.org>
2063
2064 * dispnew.c: Mention `redisplay-dont-pause' in doc string of
2065 `sit-for'.
2066
2067 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2068
2069 * macfns.c (x_set_icon_name): Apply 2006-06-02 change for xfns.c.
2070
2071 * macgui.h (USE_MAC_TSM): Set default to 1 on Mac OS X.
2072
2073 * macterm.c (tsm_document_id) [USE_MAC_TSM]: New variable.
2074 (Qtext_input, Qupdate_active_input_area, Qunicode_for_key_event)
2075 [USE_MAC_TSM]: Likewise.
2076 (syms_of_macterm) [USE_MAC_TSM]: Intern and staticpro them.
2077 (Qbefore_string) [USE_MAC_TSM]: Add extern.
2078 (do_app_resume, do_app_suspend) [USE_MAC_TSM]: Call
2079 ActivateTSMDocument/DeactivateTSMDocument.
2080 (mac_store_event_ref_as_apple_event): Call mac_post_mouse_moved_event.
2081 (mac_handle_window_event) [USE_MAC_TSM]: Handle
2082 kEventWindowFocusAcquired/kEventWindowFocusRelinquish.
2083 (mac_handle_text_input_event) [USE_MAC_TSM]: New function.
2084 (install_window_handler) [USE_MAC_TSM]: Install it. Register
2085 kEventWindowFocusAcquired/kEventWindowFocusRelinquish.
2086 (keycode_to_xkeysym_table): Add entry for f16.
2087 (XTread_socket) [USE_MAC_TSM]: Set/reset read_socket_inev
2088 before/after passing keystroke event to toolbox dispatcher.
2089 (init_tsm) [USE_MAC_TSM]: New function.
2090 (mac_initialize) [USE_MAC_TSM]: Call it.
2091 (Vmac_ts_active_input_overlay) [USE_MAC_TSM]: New defvar.
2092
2093 * macterm.h (EVENT_PARAM_TEXT_INPUT_SEQUENCE_NUMBER): New enumerator.
2094
2095 2006-06-02 John Paul Wallington <jpw@gnu.org>
2096
2097 * xfns.c (x_set_name_internal): Set icon to `text', derived from
2098 name, when frame's icon_name isn't a string rather than only when
2099 it is nil.
2100
2101 2006-06-03 Eli Zaretskii <eliz@gnu.org>
2102
2103 * w32fns.c (x_set_icon_name): Don't use arg if it's not a string
2104 and not nil.
2105
2106 2006-06-02 Chong Yidong <cyd@stupidchicken.com>
2107
2108 * xfns.c (x_set_icon_name): No-op if arg is non-nil and not a
2109 string.
2110
2111 2006-06-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2112
2113 * xdisp.c (next_element_from_composition): Set it->object to
2114 it->string if composition is coming from string.
2115 (set_cursor_from_row): Don't return 0 unless row displays a
2116 continued line.
2117 (dump_glyph): Dump composite glyph.
2118
2119 2006-06-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2120
2121 * gtkutil.c (menu_nav_ended): Check that menubar_widget is not NULL.
2122
2123 2006-06-01 Richard Stallman <rms@gnu.org>
2124
2125 * window.c (Fsplit_window): Doc fix.
2126
2127 2006-06-01 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2128
2129 * process.c (deleted_pid_list): New variable to store the pids
2130 of deleted processes. Declare it only if SIGCHLD is defined.
2131 (init_process): Initialize it.
2132 (syms_of_process): Staticpro it.
2133 (Fdelete_process): Add pid of the deleted process to it. Check after
2134 the addition and before the kill if the process is already stopped,
2135 in which case it is deleted from the list and not killed.
2136 (sigchld_handler): Define it only if SIGCHLD is. Search the process
2137 that signaled Emacs in `deleted_pid_list' before `Vprocess_alist'.
2138 Original idea by Stefan Monnier.
2139
2140 2006-06-01 Kim F. Storm <storm@cua.dk>
2141
2142 * dispnew.c (sit_for): Perform redisplay even if input is pending
2143 when redisplay-dont-pause is non-nil.
2144
2145 2006-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2146
2147 * macterm.c (mac_handle_visibility_change): Set buf.arg to Qnil.
2148 (XTread_socket): Remove obsolete comment.
2149
2150 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2151
2152 * xmenu.c (syms_of_xmenu): Make accelerate-menu an alias for
2153 menu-bar-open.
2154
2155 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2156
2157 * xmenu.c (Fmenu_bar_open, syms_of_xmenu): Change menu-bar-start to
2158 menu-bar-open.
2159
2160 * gtkutil.c (menu_nav_ended): Change x-menu-bar-start to menu-bar-open.
2161
2162 2006-05-31 Juri Linkov <juri@jurta.org>
2163
2164 * minibuf.c (Vhistory_add_new_input): New variable.
2165 (read_minibuf): Use it.
2166 (syms_of_minibuf) <history-add-new-input>: New Lisp variable.
2167 (syms_of_minibuf) <history-delete-duplicates>: Doc fix.
2168
2169 2006-05-31 Kim F. Storm <storm@cua.dk>
2170
2171 * process.c (select_wrapper): Add wrapper around select to work around
2172 "incomplete backtrace" bug in gdb 5.3, when emacs is stopped inside
2173 select called from wait_reading_process_output.
2174
2175 2006-05-30 Andreas Schwab <schwab@suse.de>
2176
2177 * xmenu.c (Fmenu_bar_start): Return a value.
2178
2179 2006-05-30 Richard Stallman <rms@gnu.org>
2180
2181 * coding.c (Ffind_operation_coding_system): Doc fix.
2182
2183 2006-05-30 Eli Zaretskii <eliz@gnu.org>
2184
2185 * w32term.c (x_draw_hollow_cursor): Fix last change.
2186
2187 2006-05-29 Kim F. Storm <storm@cua.dk>
2188
2189 * w32term.c (x_draw_stretch_glyph_string): Fix last change.
2190
2191 2006-05-29 Eli Zaretskii <eliz@gnu.org>
2192
2193 * coding.c (Ffind_operation_coding_system): Doc fix.
2194
2195 2006-05-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2196
2197 * macfns.c [USE_MAC_FONT_PANEL] (Fmac_set_font_panel_visibility):
2198 Call mac_set_font_info_for_selection if font panel is made visible.
2199
2200 * macterm.c (font_panel_shown_p) [USE_MAC_FONT_PANEL]: New variable.
2201 (mac_font_panel_visible_p, mac_show_hide_font_panel)
2202 [USE_MAC_FONT_PANEL]: New functions.
2203 [USE_MAC_FONT_PANEL] (mac_set_font_info_for_selection): Return
2204 immediately if font panel is not visible.
2205
2206 * macterm.h (mac_font_panel_visible_p, mac_show_hide_font_panel):
2207 Add externs.
2208
2209 2006-05-29 Dan Nicolaescu <dann@ics.uci.edu>
2210
2211 * search.c (matcher_overflow): Mark as NO_RETURN.
2212
2213 * xterm.c (x_connection_closed): Likewise.
2214
2215 * sysdep.c (croak): Likewise.
2216
2217 * sound.c (sound_perror, alsa_sound_perror): Likewise.
2218
2219 * lisp.h (die, nsberror): Likewise.
2220
2221 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2222
2223 * sound.c (alsa_open, alsa_configure, alsa_write): Move
2224 assignment to err out of if-statement.
2225
2226 * gtkutil.c (menu_nav_ended): New function.
2227 (create_menus): Connect menu_nav_ended to "selection-done" to fix
2228 grabs.
2229
2230 * xmenu.c (Fmenu_bar_start): New function for USE_GTK and USE_X_TOOLKIT.
2231
2232 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
2233
2234 * charset.h (invalid_character): Mark as NO_RETURN.
2235
2236 2006-05-29 Kenichi Handa <handa@m17n.org>
2237
2238 * coding.c (Ffind_operation_coding_system): Call a function by
2239 safe_call1 instead of call1.
2240
2241 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
2242
2243 * window.c (struct saved_window): Add `dedicated'.
2244 (Fset_window_configuration, save_window_save): Save/restore the
2245 `dedicated' flag.
2246
2247 2006-05-28 Kim F. Storm <storm@cua.dk>
2248
2249 * xdisp.c (set_cursor_from_row): If cursor cannot be set in row,
2250 don't update w->cursor and return 0. Return 1 on success.
2251 (try_cursor_movement): Repeat set_cursor_from_row on successive rows
2252 until it succeeds.
2253
2254 * dispextern.h (set_cursor_from_row): Update prototype.
2255
2256 2006-05-28 Kim F. Storm <storm@cua.dk>
2257
2258 * xdisp.c (get_phys_cursor_geometry): Return computed x and y through
2259 parameters. Adjust x and width in case cursor in on a partially
2260 visible stretch glyph on the left edge.
2261 (erase_phys_cursor): Don't erase into left fringe/margin in case
2262 previous cursor glyph is a partially visible stretch glyph on left.
2263
2264 * dispextern.h (get_phys_cursor_geometry): Update prototype.
2265
2266 * xterm.c (x_draw_stretch_glyph_string): Fix problems with invisible
2267 cursor and erasing cursor on partially visible stretch glyph on left.
2268 (x_draw_hollow_cursor): Compute x via get_phys_cursor_geometry.
2269
2270 * macterm.c: Likewise.
2271
2272 * w32term.c: Likewise.
2273
2274 2006-05-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2275
2276 * macselect.c (mac_handle_apple_event):
2277 Return errAEEventNotHandled if key binding is not found.
2278
2279 2006-05-26 Eli Zaretskii <eliz@gnu.org>
2280
2281 * emacs.c (main) [PROFILING]: Enable also for __MINGW32__.
2282 [__MINGW32__]: MinGW-specific declaration of `etext'.
2283
2284 * w32heap.c (etext, edata): Remove unused definitions.
2285
2286 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
2287
2288 * fileio.c (Fcopy_file): Delete argument MUSTBENEW.
2289 Incorporate the exclusive file-opening functionality into the behavior
2290 when OK-IF-ALREADY-EXISTS is nil.
2291 (Frename_file): Call Fcopy_file without MUSTBENEW argument.
2292
2293 2006-05-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2294
2295 * sound.c (alsa_configure): Move get period/buffer_size after
2296 setting hwparams.
2297
2298 2006-05-26 Kenichi Handa <handa@m17n.org>
2299
2300 * coding.c (Ffind_operation_coding_system): Allow (FILENAME
2301 . BUFFER) in TARGET.
2302
2303 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
2304
2305 * image.c (png_load): Don't call fclose on NULL.
2306
2307 2006-05-25 Luc Teirlinck <teirllm@auburn.edu>
2308
2309 * fns.c (Fyes_or_no_p):
2310 * callint.c (Fcall_interactively): Fread_from_minibuffer now takes
2311 only seven args.
2312
2313 2006-05-25 Juri Linkov <juri@jurta.org>
2314
2315 * lisp.h (Fread_from_minibuffer): Decrement number of args.
2316
2317 * minibuf.c (read_minibuf): Remove arg KEEP_ALL. Callers changed.
2318 (Fread_from_minibuffer): Remove arg KEEP_ALL. Callers changed.
2319
2320 * buffer.c (mode-line-format): Fix docstring.
2321
2322 2006-05-25 Richard Stallman <rms@gnu.org>
2323
2324 * emacs.c (main, Fdump_emacs): Don't test __linux or __linux__.
2325
2326 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
2327
2328 * puresize.h (BASE_PURESIZE): Increase to 1210000.
2329
2330 2006-05-24 Alan Mackenzie <acm@muc.de>
2331
2332 * lread.c (Vload_history): Enhance doc-string to say that the file
2333 is the absolute truename of the loaded file.
2334
2335 * lread.c (Vafter_load_alist): doc-string: state that an element
2336 now has a regexp to match file names, not a file name as such.
2337
2338 * lread.c (readevalloop): Call file-truename on the name for
2339 load-history, except at preloading time.
2340
2341 * lread.c (Fload): At preloading time, preserve the extension of
2342 the filename which goes into load-history. New var hist_file_name.
2343
2344 * lread.c (Fload): Do eval-after-load stuff by calling the lisp
2345 function do-after-load-evaluation.
2346
2347 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2348
2349 * mac.c (ae_attr_table): New variable.
2350 (syms_of_mac): Intern and staticpro its elements.
2351 (mac_aelist_to_lisp): Also convert Apple event attributes.
2352 (mac_ae_put_lisp): New function.
2353 (create_apple_event_from_event_ref) [MAC_OSX]: Use typeUTF8Text.
2354
2355 * macfns.c (Fx_server_version): Use gestaltSystemVersionMajor etc.
2356
2357 * macselect.c (Qemacs_suspension_id): New variable.
2358 (syms_of_macselect): Intern and staticpro it.
2359 (struct suspended_ae_info): New struct.
2360 (deferred_apple_events, defer_apple_events)
2361 (Fmac_process_deferred_apple_events): Use it.
2362 (suspended_apple_events): New variable.
2363 (mac_handle_apple_event_1): New function.
2364 (mac_handle_apple_event): Use it. Don't process previously
2365 suspended events.
2366 (cleanup_suspended_apple_events, get_suspension_id)
2367 (cleanup_all_suspended_apple_events): New functions.
2368 (init_apple_event_handler): Call cleanup_all_suspended_apple_events
2369 at exit.
2370 (Fmac_cleanup_expired_apple_events, Fmac_ae_set_reply_parameter)
2371 (Fmac_resume_apple_event): New defuns.
2372 (syms_of_macselect): Defsubr them.
2373
2374 * macterm.c (fn_keycode_to_keycode_table, XTread_socket) [MAC_OSX]:
2375 Fix last change. Don't map `fn' modifier if pressed with F1 ... F12.
2376
2377 * macterm.h (TYPE_FILE_NAME): Change from macro to enumerator.
2378 (KEY_EMACS_SUSPENSION_ID_ATTR): New enumerator.
2379 (keyReplyRequestedAttr) [MAC_OS_X_VERSION_MAX_ALLOWED < 1030]: Likewise.
2380 (gestaltSystemVersionMajor, gestaltSystemVersionMinor)
2381 (gestaltSystemVersionBugFix) [MAC_OS_X_VERSION_MAX_ALLOWED < 1040]:
2382 Likewise.
2383 (typeUTF8Text, kEventParamWindowMouseLocation)
2384 [MAC_OSX && MAC_OS_X_VERSION_MAX_ALLOWED < 1020]: Likewise.
2385 (x_get_focus_frame, mac_ae_put_lisp): Add externs.
2386
2387 2006-05-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2388
2389 * macterm.c (fn_keycode_to_xkeysym_table, convert_fn_keycode): Remove.
2390 (fn_keycode_to_keycode_table) [MAC_OSX]: New variable.
2391 (mac_set_unicode_keystroke_event) [TARGET_API_MAC_CARBON]: New function.
2392 (XTread_socket) [TARGET_API_MAC_CARBON]: Use it.
2393 (XTread_socket) [MAC_OSX]: Try 'uchr' Unicode keyboard-layout
2394 resource to backtranslate key with modifiers.
2395 (XTread_socket): Don't set read_socket_inev around AEProcessAppleEvent.
2396
2397 2006-05-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2398
2399 * xterm.c: Remove declarations already in xterm.h
2400
2401 * xterm.h: Add extern declarations for x_clear_errors,
2402 x_fully_uncatch_errors, x_catching_errors and
2403 x_alloc_lighter_color_for_widget. Remove duplicated declarations.
2404
2405 2006-05-21 Richard Stallman <rms@gnu.org>
2406
2407 * xfaces.c (best_matching_font): Abort for best == NULL
2408 before we start to use it.
2409
2410 * buffer.c (syms_of_buffer, Fmake_overlay): Doc fixes.
2411
2412 2006-05-20 Kim F. Storm <storm@cua.dk>
2413
2414 * xfaces.c (best_matching_font): Fix crash in 2006-05-17 change.
2415
2416 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2417
2418 * macterm.c (convert_fn_keycode): Fix last change.
2419
2420 2006-05-19 Eli Zaretskii <eliz@gnu.org>
2421
2422 * w32.c (init_environment): Perform the processing of environment
2423 variables on a copy of default variables and their values, not on
2424 the original. Simplify code that calls ExpandEnvironmentStrings
2425 and make buf1[] and buf2[] more visible for easier debugging.
2426
2427 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2428
2429 * frame.c (x_set_border_width): Remove #ifndef MAC_OS.
2430
2431 * image.c [MAC_OS] (gif_load): Allocate Lisp string first.
2432
2433 * macfns.c (Fx_focus_frame): Don't check dpyinfo->x_focus_frame.
2434
2435 * macterm.c (XTread_socket) [TARGET_API_MAC_CARBON && MAC_OSX]:
2436 Forward keyUp events to toolbox_dispatcher.
2437
2438 * window.c (foreach_window): Check WINDOWP (FRAME_ROOT_WINDOW (f)).
2439
2440 2006-05-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2441
2442 * config.in: Regenerated (HAVE_ALSA).
2443
2444 * sound.c (alsa_sound_perror, alsa_open, alsa_period_size)
2445 (alsa_configure, alsa_close, alsa_choose_format, alsa_write)
2446 (snd_error_quiet, alsa_init): New functions.
2447 (vox_init): Return 0 if unable to open device.
2448 (Fplay_sound_internal): Test for alsa first and use vox (oss) as
2449 a fallback.
2450 (struct sound_device): Add period_size.
2451 (wav_play, au_play): Use period_size if set.
2452
2453 * Makefile.in (CFLAGS_SOUND): New flags for ALSA
2454 (ALL_CFLAGS): Add CFLAGS_SOUND
2455
2456 2006-05-18 Kenichi Handa <handa@m17n.org>
2457
2458 * callproc.c (Fcall_process): Reject encoding arguments by
2459 ascii-incompatible coding systems (e.g. utf-16).
2460
2461 * coding.c (Qascii_incompatible): New variable.
2462 (syms_of_coding): Setup Qascii_incompatible.
2463 (setup_coding_system): Be sure to initialize coding->common_flags.
2464 Check `ascii-incompatible' property of the coding system.
2465
2466 * coding.h (CODING_ASCII_INCOMPATIBLE_MASK): New macro.
2467
2468 2006-05-18 Kim F. Storm <storm@cua.dk>
2469
2470 * xdisp.c (display_tool_bar_line): Restore entire tool-bar
2471 geometry when backtracking in case last image doesn't fit on line.
2472
2473 2006-05-18 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
2474
2475 * xdisp.c (display_tool_bar_line): Don't adjust tool-bar height by
2476 more than height of one frame default line.
2477
2478 2006-05-17 Richard Stallman <rms@gnu.org>
2479
2480 * xfaces.c (better_font_p): Any font beats no font.
2481 (best_matching_font): Simplify based on above change.
2482
2483 * buffer.c (Fprevious_overlay_change, Fnext_overlay_change): Doc fixes.
2484
2485 2006-05-16 Kim F. Storm <storm@cua.dk>
2486
2487 * xterm.c (handle_one_xevent): Check that f is not NULL before
2488 calling x_kill_gs_process.
2489
2490 2006-05-14 Richard Stallman <rms@gnu.org>
2491
2492 * textprop.c (Fnext_single_char_property_change)
2493 (Fprevious_single_char_property_change): Don't allow returning
2494 value beyond LIMIT in any cases.
2495 (Fnext_char_property_change, Fprevious_char_property_change): Doc fix.
2496
2497 * intervals.c (get_local_map): Abort if POSITION outside BEGV, ZV.
2498
2499 2006-05-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2500
2501 * xterm.c (handle_one_xevent): Check that f is not NULL before
2502 calling _XEditResCheckMessages.
2503
2504 2006-05-14 Kim F. Storm <storm@cua.dk>
2505
2506 * xterm.c (handle_one_xevent): Fix crash in 2006-03-24 change.
2507
2508 2006-05-13 Eli Zaretskii <eliz@gnu.org>
2509
2510 * frame.c (x_set_border_width): Fix error message to say "frame",
2511 not "window".
2512
2513 * Makefile.in (SOME_MACHINE_LISP): Add fringe.elc.
2514
2515 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
2516
2517 * intervals.c (set_point_both): Fix mixup before before and after
2518 in variable names.
2519
2520 * editfns.c (Fline_beginning_position): Inhibit point-motion hooks
2521 while setting point temporarily.
2522
2523 2006-05-11 Richard Stallman <rms@gnu.org>
2524
2525 * lread.c (readevalloop): Abort if START non-nil for non-buffer input.
2526
2527 2006-05-11 Kim F. Storm <storm@cua.dk>
2528
2529 * xdisp.c (redisplay_tool_bar): Handle large tool-bar-border values.
2530
2531 2006-05-11 Kenichi Handa <handa@m17n.org>
2532
2533 * fileio.c (Finsert_file_contents): Fix for the case of IO error
2534 while handling replace operation.
2535
2536 2006-05-10 Kenichi Handa <handa@m17n.org>
2537
2538 * xfaces.c (realize_default_face) [HAVE_X_WINDOWS]: If the font
2539 chosen for the default face was different from the frame font,
2540 adjust the frame font.
2541
2542 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2543
2544 * image.c (Qduration) [MAC_OS]: Undo previous change.
2545 (syms_of_image) [MAC_OS]: Likewise.
2546 [MAC_OS] (gif_load): Emulate Graphic Control Extension block.
2547
2548 * macfns.c (x_to_mac_color): Fix shift amount change.
2549 (mac_set_font) [USE_MAC_FONT_PANEL]: Use x_get_focus_frame.
2550 [USE_MAC_FONT_PANEL] (Fmac_set_font_panel_visibility): Doc fix.
2551
2552 * macselect.c (Vmac_service_selection) [MAC_OSX]: Rename from
2553 Vmac_services_selection. All uses changed.
2554 (mac_store_service_event): Rename from mac_store_services_event in
2555 extern and calls.
2556
2557 * macterm.c (Qservice) [MAC_OSX]: Rename from Qservices. All uses
2558 changed.
2559 [MAC_OSX] (mac_store_service_event): Rename from
2560 mac_store_services_event. All callers changed.
2561 [USE_MAC_FONT_PANEL] (mac_set_font_info_for_selection): Add args
2562 FACE_ID and C. All callers changed.
2563 (x_free_frame_resources) [USE_MAC_FONT_PANEL]: Call
2564 mac_set_font_info_for_selection when focus frame is destroyed.
2565 (XTread_socket): Revert to FrontNonFloatingWindow/FrontWindow.
2566
2567 * macterm.h (mac_set_font_info_for_selection): Add 2nd and 3rd
2568 args in extern.
2569
2570 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
2571
2572 * keymap.c (describe_map): Avoid generating duplicate entries if
2573 the shadowed binding has the same definition.
2574
2575 2006-05-09 Kenichi Handa <handa@m17n.org>
2576
2577 * keymap.c (push_key_description): Handle invalid character key.
2578
2579 2006-05-08 Kenichi Handa <handa@m17n.org>
2580
2581 * callproc.c (Fcall_process): Use system_eol_type for encoding
2582 arguments if eol_type is not yet decided.
2583
2584 * coding.h (system_eol_type): Extern it.
2585
2586 * coding.c (setup_coding_system): For invalid coding-system, set
2587 coding->eol_type to CODING_EOL_UNDECIDED.
2588 (encode_coding): Cancel previous change.
2589 (shrink_encoding_region): Likewise.
2590 (code_convert_region1): Likewise.
2591 (code_convert_string1): Likewise.
2592 (code_convert_string_norecord): Likewise.
2593
2594 * fileio.c (choose_write_coding_system): Use system_eol_type for
2595 encoding if eol_type is not yet decided.
2596
2597 * process.c (setup_process_coding_systems): Use system_eol_type
2598 for encoding if eol_type is not yet decided.
2599 (read_process_output): Likewise.
2600 (send_process): Likewise.
2601
2602 2006-05-07 Juanma Barranquero <lekktu@gmail.com>
2603
2604 * minibuf.c (syms_of_minibuf) <history-length>: Fix typo in doc.
2605
2606 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2607
2608 * mac.c (Fmac_clear_font_name_table): Move defun to macfns.c.
2609 (syms_of_mac): Likewise for defsubr.
2610
2611 * macfns.c (mac_set_font): New function.
2612 (mac_frame_parm_handlers, syms_of_macfns): Replace x_set_font with it.
2613 (mac_window) [TARGET_API_MAC_CARBON && MAC_OSX]: Specify
2614 kWindowToolbarButtonAttribute when creating window.
2615 (Fmac_clear_font_name_table): Move from macfns.c.
2616 (syms_of_macfns): Likewise for defsubr.
2617 [USE_MAC_FONT_PANEL] (Fmac_set_font_panel_visibility): New defun.
2618 (syms_of_macfns) [USE_MAC_FONT_PANEL]: Defsubr it.
2619
2620 * macgui.h (USE_MAC_FONT_PANEL): Define to 1 if USE_ATSUI is set
2621 and build is done on Mac OS X 10.2 and later.
2622
2623 * macselect.c (mac_do_receive_drag): Remove unused variable `index'.
2624 (mac_store_services_event): Change return type in extern.
2625
2626 * macterm.c (XLoadQueryFont) [USE_ATSUI]: Set font->mac_fontnum to
2627 FMFontFamily value.
2628 [USE_MAC_FONT_PANEL] (mac_set_font_info_for_selection): New function.
2629 (x_new_focus_frame) [USE_MAC_FONT_PANEL]: Use it.
2630 (QCfamily, QCweight, QCslant, Qnormal, Qbold, Qitalic): Add extern.
2631 (QWindow) [MAC_OSX]: Likewise.
2632 (Qfont) [USE_MAC_FONT_PANEL]: Likewise.
2633 (Vmac_atsu_font_table) [USE_ATSUI]: New variable.
2634 (syms_of_macterm) [USE_ATSUI]: Defvar it.
2635 (Qtoolbar_switch_mode) [MAC_OSX]: New variable.
2636 (Qpanel_closed, Qselection) [USE_MAC_FONT_PANEL]: Likewise.
2637 (syms_of_macterm): Intern and staticpro them.
2638 (init_font_name_table) [USE_ATSUI]: Add data to Vmac_atsu_font_table.
2639 [TARGET_API_MAC_CARBON] (mac_store_event_ref_as_apple_event): New
2640 function.
2641 [USE_CARBON_EVENTS] (mac_handle_command_event): Use it.
2642 [MAC_OSX] (mac_store_services_event): Likewise.
2643 [USE_CARBON_EVENTS] (mac_handle_window_event) [MAC_OSX]: Handle
2644 kEventWindowToolbarSwitchMode event.
2645 (install_window_handler) [USE_CARBON_EVENTS && MAC_OSX]: Register it.
2646 [MAC_OSX] (mac_store_services_event): Change return type to OSStatus.
2647 [USE_MAC_FONT_PANEL] (mac_handle_font_event): New function.
2648 (install_window_handler) [USE_MAC_FONT_PANEL]: Install it.
2649 (XTread_socket): Select window on mouse click if x_focus_frame is NULL.
2650
2651 * macterm.h (mac_set_font_info_for_selection): Add extern.
2652
2653 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2654
2655 * image.c (Qduration) [MAC_OS]: New variable.
2656 (syms_of_image) [MAC_OS]: Intern and staticpro it.
2657 [MAC_OS] (gif_load): Save image extension data in img->data.lisp_val.
2658 [MAC_OSX] (image_load_quartz2d): Use cfstring_create_with_utf8_cstring
2659 instead of cfstring_create_with_string.
2660
2661 2006-05-06 Kim F. Storm <storm@cua.dk>
2662
2663 * .gdbinit (xframe): Print frame name.
2664 (xlist): New command to print a list (max 10 elements).
2665 (xpr): Print lisp object of any type.
2666 (pitx): Print it->pixel_width.
2667
2668 2006-05-05 Kenichi Handa <handa@m17n.org>
2669
2670 * xdisp.c (handle_composition_prop): Fix for the case of empty
2671 composition component.
2672
2673 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2674
2675 * keyboard.c (make_lispy_event) [MAC_OS]: Get Apple event info
2676 from event->arg.
2677
2678 * termhooks.h (enum event_kind) [MAC_OS]: Update comment for
2679 MAC_APPLE_EVENT.
2680
2681 * macterm.h (mac_make_lispy_event_code): Remove extern.
2682 (mac_post_mouse_moved_event): Add extern.
2683 (mac_aelist_to_lisp, mac_aedesc_to_lisp): Change arg 1 to
2684 `const AEDesc *' in externs.
2685 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]: New extern.
2686
2687 * mac.c (mac_aelist_to_lisp, mac_aedesc_to_lisp): Change arg 1 to
2688 `const AEDesc *'.
2689 [TARGET_API_MAC_CARBON] (create_apple_event): New function.
2690 [TARGET_API_MAC_CARBON] (create_apple_event_from_event_ref): Use it.
2691 Use xrealloc instead of repeated xmalloc/xfree.
2692 [TARGET_API_MAC_CARBON] (create_apple_event_from_drag_ref): New
2693 function.
2694
2695 * macmenu.c (restore_menu_items, cleanup_popup_menu): Return a value.
2696
2697 * macselect.c: Update copyright year.
2698 (mac_store_apple_event): Change return type to void in extern.
2699 (mac_handle_apple_event): Don't get return value from
2700 mac_store_apple_event.
2701 [TARGET_API_MAC_CARBON] (Vmac_dnd_known_types): New variable.
2702 (syms_of_macselect) [TARGET_API_MAC_CARBON]: Defvar it.
2703 [TARGET_API_MAC_CARBON] (mac_do_track_drag): Move function from
2704 macterm.c. Use Vmac_dnd_known_types as acceptable flavors.
2705 [TARGET_API_MAC_CARBON] (mac_do_receive_drag): Likewise. New
2706 implementation using create_apple_event_from_drag_ref.
2707 [TARGET_API_MAC_CARBON] (mac_do_track_dragUPP)
2708 (mac_do_receive_dragUPP): Move variables from macterm.c.
2709 (install_drag_handler, remove_drag_handler): New functions.
2710
2711 * macterm.c (XTread_socket) [TARGET_API_MAC_CARBON]: Try window
2712 path select also for proxy icon click.
2713 [TARGET_API_MAC_CARBON] (mac_post_mouse_moved_event): New function.
2714 [USE_TOOLKIT_SCROLL_BARS] (scroll_bar_timer_callback): Use it.
2715 (xlfdpat_create): Remove unused label `error' and trailing sentences.
2716 (mac_do_track_drag, mac_do_receive_drag): Move functions to macselect.c.
2717 (mac_do_track_dragUPP, mac_do_receive_dragUPP): Move variables to
2718 macselect.c.
2719 (install_drag_handler, remove_drag_handler): Add extern.
2720 (mac_store_apple_event): Change return type to void. All uses changed.
2721 Create Lisp object from Apple event and store it into input event.
2722 (mac_make_lispy_event_code): Remove function.
2723 [TARGET_API_MAC_CARBON] (mac_store_drag_event): New function.
2724 (install_window_handler): Call install_drag_handler.
2725 (remove_window_handler): Call remove_drag_handler.
2726
2727 2006-05-03 Richard Stallman <rms@gnu.org>
2728
2729 * sound.c (Fplay_sound_internal): Dynamically allocate
2730 current_sound_device and current_sound.
2731 (sound_cleanup): Free them.
2732
2733 * minibuf.c (read_minibuf): Don't use read_minibuf_noninteractive
2734 when inside a keyboard macro.
2735
2736 2006-05-02 Andreas Schwab <schwab@suse.de>
2737
2738 * xmenu.c (restore_menu_items): Return a value.
2739
2740 2006-05-01 Martin Rudalics <rudalics@gmx.at>
2741
2742 * syntax.c (Fforward_comment): Detect generic comment at beginning of
2743 buffer when moving backwards.
2744
2745 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2746
2747 * dispnew.c (update_window): Don't set changed_p when mode/header
2748 line is updated.
2749
2750 * xdisp.c (prepare_menu_bars) [MAC_OS]: Call mac_update_title_bar.
2751 (get_glyph_face_and_encoding, get_char_face_and_encoding):
2752 Don't distinguish known faces from others.
2753
2754 * mac.c (mac_coerce_file_name_ptr): Try typeFSRef if coercion
2755 through typeFileURL failed.
2756
2757 * macfns.c (mac_update_title_bar): New function.
2758 [TARGET_API_MAC_CARBON] (mac_update_proxy_icon): New function.
2759 (show_hourglass, hide_hourglass) [USE_CG_DRAWING]:
2760 Call mac_prepare_for_quickdraw.
2761
2762 * macgui.h (USE_ATSUI): Set default to 1 if MAC_OSX is defined.
2763 (USE_CG_DRAWING): Don't define if compiled on Mac OS X 10.1.
2764 (enum pcm_status): New enum.
2765 (XCHARSTRUCTROW_CHAR_VALID_P, XCHARSTRUCTROW_SET_CHAR_VALID)
2766 (XCharStructRow): Remove. Now validity is represented by
2767 non-negativeness of sum of ascent and descent.
2768 (struct MacFontStruct): Change type of member `rows'.
2769 (struct _XGC) [USE_CG_DRAWING]: Add member `clip_rects'.
2770
2771 * macterm.c (mac_draw_line, mac_draw_line_to_pixmap):
2772 Adjust endpoints of strictly horizontal/vertical lines.
2773 (mac_set_clip_rectangles) [USE_CG_DRAWING]: Set clip_rects.
2774 (pcm_init, pcm_get_status): New functions.
2775 (x_per_char_metric, XLoadQueryFont): Use them instead of
2776 XCharStructRow and related macros.
2777 (x_draw_relief_rect): Don't adjust arguments of mac_draw_line.
2778 (x_free_frame_resources) [TARGET_API_MAC_CARBON]: Free FRAME_FILE_NAME.
2779 (XTread_socket) [TARGET_API_MAC_CARBON]: Handle proxy icon drag
2780 and window path pop-up menu on title bar.
2781 (mac_use_core_graphics) [USE_CG_DRAWING]: Set default to 1.
2782
2783 * macterm.h (mac_update_title_bar): Add extern.
2784 (struct mac_output) [TARGET_API_MAC_CARBON]: New member `file_name'.
2785 (FRAME_FILE_NAME): New macro.
2786
2787 * unexmacosx.c (unexec): Error if trying unexec from dumped executable.
2788
2789 2006-04-30 Richard Stallman <rms@gnu.org>
2790
2791 * keymap.c (Fdefine_key): Improve error message
2792 when KEY begins with a non-prefix key.
2793
2794 2006-04-30 Martin Rudalics <rudalics@gmx.at>
2795
2796 * syntax.c (Fforward_comment): Don't forget to break out of the loop
2797 when we skipped backward over a generic comment.
2798
2799 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
2800
2801 * .gdbinit (pp1, pv1): Only print value as expression is now
2802 printed out by gud-print.
2803 (pv1): Correct doc string.
2804
2805 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2806
2807 * keymap.c (store_in_keymap): Change `def' arg to not be `register'.
2808 Seems to trigger a bug in gcc-amd64 4.0.2 20051125 (Red Hat 4.0.2-8):
2809 keymap.c:895: error: address of register variable `def' requested.
2810
2811 2006-04-26 Jason Rumney <jasonr@gnu.org>
2812
2813 * w32term.c (construct_mouse_wheel): Handle negative coordinates.
2814
2815 * w32fns.c (w32_wnd_proc) <WM_LBUTTONDOWN, WM_RBUTTONDOWN>:
2816 <WM_LBUTTONUP, WM_RBUTTONUP>: Call signal_user_input in the cases
2817 where we preempt mouse_button_timer.
2818
2819 2006-04-25 Miles Bader <miles@gnu.org>
2820
2821 * editfns.c (Ffield_beginning, find_field): Undo change of 2006-04-23.
2822
2823 2006-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
2824
2825 * process.h: Include headers for pid_t.
2826
2827 2006-04-24 Kim F. Storm <storm@cua.dk>
2828
2829 * xdisp.c (fill_stretch_glyph_string): Set s->nchars = 1 for code which
2830 does last_glyph=s->first_glyph+s->nchars-1, e.g. if stretch has relief.
2831 (produce_stretch_glyph): Assume that face box height and width is
2832 already included in stretch glyph size so caller doesn't have to
2833 consider the extra space otherwise added (fixes problem in ses.el).
2834
2835 * frame.c (x_set_font): Clear f->n_tool_bar_rows and current frame
2836 matrices to force recalculation of tool-bar height after font change.
2837
2838 * xdisp.c (tool_bar_lines_needed): New local `temp_row' for clarity.
2839 Clear it when done, so we don't accidentally draw a second copy of
2840 the tool-bar after resetting f->n_tool_bar_rows.
2841 (redisplay_tool_bar): Update tool-bar-lines frame parameter whenever
2842 we recalculate f->n_tool_bar_rows.
2843
2844 2006-04-23 Lars Hansen <larsh@soem.dk>
2845
2846 * editfns.c (find_field): Fix comment.
2847 (Ffield_beginning): Fix bug when POS is at field beginning.
2848
2849 2006-04-22 Eli Zaretskii <eliz@gnu.org>
2850
2851 * puresize.h (BASE_PURESIZE): Increase to 1205000.
2852
2853 2006-04-21 Kim F. Storm <storm@cua.dk>
2854
2855 * xdisp.c (redisplay_window): Fix last change. Don't recenter if
2856 window start is at BEGV.
2857
2858 * dispextern.h (struct image): New member `corners'.
2859 (TOP_CORNER, LEFT_CORNER, BOT_CORNER, RIGHT_CORNER): New macros.
2860
2861 * image.c (four_corners_best): New arg CORNERS specifies what pixels
2862 to look at in case image has margin.
2863 (x_create_bitmap_mask): Pass NULL for CORNERS to four_corners_best.
2864 (image_background, image_background_transparent)
2865 (x_build_heuristic_mask): Pass img->corners to four_corners_best.
2866 (gif_load): Set img->corners according to image's margin spec.
2867 Use img->corners values directly where applicable.
2868 Save image extension data in img->data.lisp_val.
2869 (gif_clear_image): New function to free img->data.lisp_val.
2870 (gif_type): Use it instead of generic x_clear_image.
2871 (Fimage_extension_data): New defun.
2872 (syms_of_image): Defsubr it.
2873
2874 2006-04-21 John Sullivan <john@wjsullivan.net> (tiny change)
2875
2876 * window.c (Fdisplay_buffer): Doc fix.
2877
2878 2006-04-21 Eli Zaretskii <eliz@gnu.org>
2879
2880 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Increase to 25000.
2881
2882 2006-04-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2883
2884 * image.c [MAC_OS] (xpm_load_image): Fill in background field
2885 while we have ximg handy.
2886
2887 * macmenu.c (restore_menu_items, save_menu_items): New functions
2888 from xmenu.c.
2889 (set_frame_menubar, digest_single_submenu): Apply 2006-04-18
2890 changes for xmenu.c.
2891
2892 * macterm.c (x_per_char_metric): Return NULL if glyph width is 0.
2893 (add_mac_font_name): New function.
2894 (init_font_name_table): Use it. Adopt the first found font from
2895 those having the same family name.
2896
2897 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
2898
2899 * xdisp.c (note_mouse_highlight): Use build_string.
2900
2901 2006-04-20 Lars Hansen <larsh@soem.dk>
2902
2903 * textprop.c (Fremove_list_of_text_properties):
2904 Ensure modify_region is called only when buffer is modified and that
2905 signal_after_change is allways called in that case.
2906
2907 * print.c (PRINTFINISH): Call signal_after_change.
2908
2909 2006-04-20 Kim F. Storm <storm@cua.dk>
2910
2911 * xdisp.c (redisplay_window): Fix last change.
2912
2913 * xdisp.c (redisplay_window): If current window start is not at the
2914 beginning of a line, select a new window start if buffer is modified
2915 and window start is in the modified region, but the first change is
2916 before window start.
2917
2918 2006-04-18 Richard Stallman <rms@gnu.org>
2919
2920 * xmenu.c (restore_menu_items, save_menu_items): New fns.
2921 (set_frame_menubar): Use save_menu_items. Save updated vector in
2922 the frame before unwinding it. Don't use unuse_menu_items.
2923 Don't use discard_menu_items.
2924 (digest_single_submenu): Abort if an item is not in a pane.
2925 (init_menu_items): Put the error check at the top.
2926
2927 * keymap.c (describe_map): Make "shadowed" warning more verbose.
2928
2929 * window.c (adjust_window_trailing_edge): Correctly distinguish
2930 series vs parallel cases, even when window has no parent.
2931
2932 * abbrev.c (record_symbol): New function.
2933 (Finsert_abbrev_table_description): Sort the abbrevs alphabetically.
2934
2935 2006-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2936
2937 * image.c (x_create_bitmap_from_data) [MAC_OS]: Don't check return
2938 value of xmalloc.
2939
2940 * mac.c (mac_coerce_file_name_ptr, mac_coerce_file_name_desc)
2941 (create_apple_event_from_event_ref, xrm_get_preference_database)
2942 (cfstring_create_normalized): Don't check return value of xmalloc.
2943
2944 * macselect.c (get_scrap_target_type_list, defer_apple_events)
2945 (copy_scrap_flavor_data, mac_handle_service_event): Don't check
2946 return value of xmalloc/xrealloc.
2947
2948 * macterm.c (XCreateGC, x_per_char_metric, xlfdpat_create)
2949 (init_font_name_table, init_font_name_table, mac_do_list_fonts)
2950 (XLoadQueryFont, mac_store_apple_event): Don't check return value
2951 of xmalloc.
2952
2953 2006-04-17 Kim F. Storm <storm@cua.dk>
2954
2955 * window.c (coordinates_in_window): On the vertical border,
2956 calculate the row number measured from the top of the window, not
2957 the top of the frame.
2958 (window_loop): Test w->dedicated with !NILP instead of EQ Qt.
2959 (window_scroll_pixel_based): Fix off-by-one bug in 2002-12-23 change.
2960
2961 2006-04-16 Eli Zaretskii <eliz@gnu.org>
2962
2963 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Reduce to 24000.
2964
2965 2006-04-16 Romain Francoise <romain@orebokech.com>
2966
2967 * puresize.h (BASE_PURESIZE): Decrement back to 1200000.
2968
2969 2006-04-16 Andreas Schwab <schwab@suse.de>
2970
2971 * puresize.h (PURESIZE_RATIO): Reduce to 10/6.
2972
2973 2006-04-15 Romain Francoise <romain@orebokech.com>
2974
2975 * puresize.h (BASE_PURESIZE): Increment to 1210000.
2976
2977 2006-04-13 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2978
2979 * print.c (Fprin1_to_string): Mention in the `doc' that the
2980 behavior is modified by `print-level' and `print-length'.
2981
2982 2006-04-13 Kenichi Handa <handa@m17n.org>
2983
2984 * coding.c (setup_coding_system): If eol-type is not yet decided
2985 and system_eol_type is not LF, set CODING_REQUIRE_ENCODING_MASK.
2986 If coding_system is nil, return 0.
2987 (code_convert_region1): Even if coding_system is nil, don't skip
2988 conversion if system_eol_type is not LF.
2989 (code_convert_string1): Likewise.
2990 (code_convert_string_norecord): Likewise.
2991
2992 2006-04-13 Kenichi Handa <handa@m17n.org>
2993
2994 * coding.c (setup_coding_system): Fix previous change.
2995 (encode_coding): If eol_type is not yet decided, use system_eol_type.
2996 (shrink_encoding_region): If eol_type is not yet decided and
2997 system_eol_type is not LF, don't shrink.
2998
2999 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
3000
3001 * xdisp.c (note_mouse_highlight): Add help echo for dragging vertical
3002 line.
3003
3004 2006-04-12 Richard Stallman <rms@gnu.org>
3005
3006 * keyboard.c (read_key_sequence): Explicitly avoid keybuf[-1].
3007
3008 * process.c (conv_lisp_to_sockaddr): If FAMILY unknown, just return.
3009 (Fprocess_send_eof): Abort if fail to open null device.
3010
3011 2006-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3012
3013 * fns.c [HAVE_MENUS && MAC_OS]: Include macterm.h.
3014
3015 * image.c [MAC_OS] (xpm_load_image): Add parentheses around
3016 assignment used as truth value. Add explicit braces to avoid
3017 ambiguous `else'.
3018 [MAC_OS] (gif_load): Remove unused variable `gcpro1'.
3019
3020 * lisp.h (syms_of_fontset, Fset_fontset_font): Put extern and
3021 EXFUN in #ifdef HAVE_WINDOW_SYSTEM.
3022 (syms_of_xfns, syms_of_xsmfns, syms_of_xselect, syms_of_xterm):
3023 Put externs in #ifdef HAVE_X_WINDOWS.
3024 (syms_of_macfns, syms_of_macselect, syms_of_macterm)
3025 (syms_of_macmenu, syms_of_mac) [MAC_OS]: Add externs.
3026 (init_mac_osx_environment) [MAC_OSX]: Add extern.
3027
3028 * mac.c (init_process): Remove undef.
3029 (select) [MAC_OSX]: Undefine before including sysselect.h.
3030 (posix_pathname_to_fsspec, fsspec_to_posix_pathname) [MAC_OSX]:
3031 Remove functions and prototypes.
3032 (parse_value): Add parentheses around + inside shift.
3033 (path_from_vol_dir_name): Make static.
3034 (get_temp_dir_name): Remove unused variables `cpb' and `dir_name'.
3035 [!MAC_OSX] (get_path_to_system_folder): Likewise.
3036 (Fmac_get_file_creator, Fmac_get_file_type): Remove unused
3037 variable `cCode'.
3038 (Fmac_coerce_ae_data): Remove unused variables `fref' and `fs'.
3039 (Fmac_get_preference): Add explicit braces to avoid ambiguous `else'.
3040
3041 * macfns.c (x_to_mac_color): Remove unused variable `tail'.
3042 (x_set_mouse_color): Remove unused variable `dpy'.
3043 (Fx_create_frame): Remove unused variable `x_frame_count'.
3044 (Fx_server_version): Add explicit braces to avoid ambiguous `else'.
3045 (x_sync): Move from macterm.c.
3046 (Fx_file_dialog): Remove unused variable `default_filter_index'.
3047
3048 * macmenu.c (min_menu_id): Make element type explicit.
3049
3050 * macselect.c (get_flavor_type_from_symbol): Remove unused
3051 variable `val'.
3052 (get_scrap_private_timestamp, x_get_foreign_selection)
3053 (copy_scrap_flavor_data): Add explicit braces to avoid ambiguous `else'.
3054 (Fmac_process_deferred_apple_events): Remove unused variables
3055 `keyword', `reply', `apple_event', `count', and `err'.
3056
3057 * macterm.c: Don't include gnu.h.
3058 (x_io_error_quitter, x_draw_image_foreground_1): Remove prototypes.
3059 (x_sync): Move to macfns.c.
3060 [USE_CG_DRAWING] (mac_define_fringe_bitmap): Remove unused
3061 variable `mask_bits'.
3062 (mac_compute_glyph_string_overhangs): Avoid ambiguous `else'.
3063 (x_draw_image_glyph_string): Remove unused variable `pixmap'.
3064 (x_mac_to_emacs_modifiers): Remove function.
3065 (XTset_vertical_scroll_bar, mac_handle_visibility_change)
3066 (x_make_frame_visible, xlfdpat_create, mac_handle_command_event):
3067 Add explicit braces to avoid ambiguous `else'.
3068 (x_make_frame_visible): Remove unused variables `type',
3069 `original_top', and `original_left'.
3070 (mac_do_list_fonts, XTread_socket): Add parentheses around && within ||.
3071 (x_load_font): Remove unused variables `full_name', and `value'.
3072 (do_get_menus, do_init_managers, do_check_ram_size) [!MAC_OS8]:
3073 Remove functions.
3074 (do_zoom_window): Reorganize variables with respect to conditionals.
3075 (init_command_handler): Remove unused variable `err'.
3076 [MAC_OSX] (mac_check_bundle): Remove unused variable `child'.
3077
3078 * macterm.h (x_set_mouse_position, x_set_mouse_pixel_position)
3079 (x_make_frame_invisible, x_iconify_frame, x_free_frame_resources)
3080 (x_destroy_window, x_wm_set_size_hint, x_delete_display, XFreeGC)
3081 (do_menu_choice, have_menus_p, x_real_positions)
3082 (x_set_menu_bar_lines, x_pixel_width, x_pixel_height, x_char_width)
3083 (x_char_height, x_sync, x_set_tool_bar_lines, x_activate_menubar)
3084 (free_frame_menubar): Add externs.
3085
3086 * unexmacosx.c: Include config.h before using HAVE_MALLOC_MALLOC_H.
3087 (malloc, realloc, free): Add undefs.
3088 (read_load_commands): Remove unused variable `n' and `j'.
3089 (copy_data_segment): Remove unused variable `r'.
3090
3091 * xdisp.c (get_glyph_string_clip_rects): Add parentheses around &&
3092 within ||. Add explicit braces to avoid ambiguous `else'.
3093 (dump_glyph_row): Remove label for `inverse_p' from legend.
3094
3095 * xfaces.c (Finternal_merge_in_global_face, try_font_list):
3096 Add explicit braces to avoid ambiguous `else'.
3097
3098 2006-04-11 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3099
3100 * dispnew.c (init_display): Don't init X display if the user asked
3101 for a non-X display.
3102
3103 2006-04-12 Kenichi Handa <handa@m17n.org>
3104
3105 * coding.c (setup_coding_system): Use system_eol_type for default
3106 coding->eol_type.
3107
3108 2006-04-11 Dan Nicolaescu <dann@ics.uci.edu>
3109
3110 * lisp.h (wrong_type_argument): Mark as NO_RETURN.
3111
3112 * data.c (wrong_type_argument): Try to avoid compiler warnings due
3113 to the fact the function is now marked as NO_RETURN.
3114
3115 2006-04-10 Eli Zaretskii <eliz@gnu.org>
3116
3117 * s/ms-w32.h (pid_t) [_MSC_VER]: New typedef.
3118
3119 2006-04-10 Romain Francoise <romain@orebokech.com>
3120
3121 * xrdb.c (gethomedir): Use xstrdup.
3122
3123 2006-04-10 Andreas Schwab <schwab@suse.de>
3124
3125 * xrdb.c (gethomedir): Make sure to always return a pointer that
3126 can be passed to free.
3127
3128 2006-04-09 Richard Stallman <rms@gnu.org>
3129
3130 * lisp.h (Fkill_emacs): Undo previous change.
3131
3132 2006-04-08 Richard Stallman <rms@gnu.org>
3133
3134 * search.c (boyer_moore): Test ch >= 0400, not >.
3135
3136 2006-04-09 Dan Nicolaescu <dann@ics.uci.edu>
3137
3138 * puresize.h (pure_write_error): Mark as NO_RETURN.
3139
3140 * lisp.h (args_out_of_range, args_out_of_range_3)
3141
3142 2006-04-08 Eli Zaretskii <eliz@gnu.org>
3143
3144 * w32fns.c (w32_wnd_proc) <WM_MOUSEMOVE>: Ignore mouse movements
3145 if a menu is active on this frame.
3146
3147 2006-04-08 Dan Nicolaescu <dann@ics.uci.edu>
3148
3149 * lisp.h (report_file_error): Mark as NO_RETURN.
3150
3151 2006-04-08 Eli Zaretskii <eliz@gnu.org>
3152
3153 * alloc.c [STDC_HEADERS]: Include stddef.h.
3154
3155 * lisp.h (PSEUDOVECSIZE): Fix last change.
3156
3157 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
3158
3159 * process.h (struct Lisp_Process): Replace Lisp_Objects `pid',
3160 `raw_status_high', and `raw_status_low' with plain integers, and move
3161 them to the end of the structure.
3162
3163 * alloc.c (allocate_process): Use PSEUDOVECSIZE to initialize the
3164 pseudovector's size field so only the Lisp_Object fields get GC'd.
3165
3166 * process.c (update_status, make_process, Fdelete_process)
3167 (Fprocess_status, list_processes_1, start_process_unwind)
3168 (create_process, Fmake_network_process, server_accept_connection)
3169 (wait_reading_process_output, send_process, Fprocess_running_child_p)
3170 (process_send_signal, proc_encode_coding_system, Fprocess_send_eof)
3171 (sigchld_handler, status_notify): Adjust to new non-Lisp fields for
3172 `pid' and `raw_status'.
3173 (Fprocess_id, Fsignal_process): Same, and additionally use floats when
3174 representing PIDs that are larger than most-positive-fixnum.
3175
3176 * keymap.c (describe_map): Only use XINT if we checked INTEGERP.
3177
3178 * lisp.h (OFFSETOF, PSEUDOVECSIZE): New macros.
3179
3180 2006-04-08 Eli Zaretskii <eliz@gnu.org>
3181
3182 * w32fns.c (Fx_show_tip): Add 3 to the 5th arg of SetWindowPos.
3183
3184 2006-04-03 Paul Eggert <eggert@cs.ucla.edu>
3185
3186 * editfns.c (TM_YEAR_IN_ASCTIME_RANGE): New macro, identical to
3187 ../lib-src/b2m.c and ../lib-src/editfns.c.
3188 (Fcurrent_time_string): Use it.
3189 Document that the year might not consume 4 columns if it's outside
3190 the range 1000-9999.
3191 Check for asctime failure.
3192 Don't assume that the output string length is always exactly 24.
3193
3194 2006-04-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3195
3196 * macterm.c (XTread_socket): Initialize variable `f' before its use.
3197
3198 2006-04-03 Kenichi Handa <handa@m17n.org>
3199
3200 * image.c: Include "charset.h" and "coding.h".
3201 (x_find_image_file): Return an encoded file name.
3202
3203 2006-04-01 Eli Zaretskii <eliz@gnu.org>
3204
3205 * configure: Regenerated.
3206
3207 2006-03-31 Kenichi Handa <handa@m17n.org>
3208
3209 * xfns.c (xg_set_icon): Delete superfluous UNGCPRO.
3210
3211 2006-03-30 Dan Nicolaescu <dann@ics.uci.edu>
3212
3213 * xdisp.c (syms_of_xdisp): Fix variable name.
3214
3215 2006-03-30 Kenichi Handa <handa@m17n.org>
3216
3217 * xterm.c (x_term_init): Delete superfluous UNGCPRO.
3218
3219 2006-03-29 Juanma Barranquero <lekktu@gmail.com>
3220
3221 * keyboard.c (process_tool_bar_item): Reorder dummy args.
3222
3223 2006-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
3224
3225 * keyboard.c (tool_bar_items): Use map_keymap.
3226 (process_tool_bar_item): Add dummy args to fit the required interface.
3227
3228 2006-03-25 Eli Zaretskii <eliz@gnu.org>
3229
3230 * .gdbinit (pr, pp, pp1, pv, pv1): Force print_output_debug_flag
3231 to zero before calling debug_print or safe_debug_print.
3232
3233 * print.c (print_output_debug_flag): New global variable.
3234 (Fexternal_debugging_output) [WINDOWSNT]: Don't call
3235 OutputDebugString if print_output_debug_flag is zero.
3236
3237 2006-03-24 Paul Eggert <eggert@cs.ucla.edu>
3238
3239 * editfns.c (TM_YEAR_BASE): Move up, so the changes below can use it.
3240 (Fdecode_time, Fencode_time): Use TM_YEAR_BASE instead of 1900.
3241 (Fdecode_time): Cast tm_year to EMACS_INT.
3242 (Fcurrent_time_string): Report an invalid time specification if
3243 the argument is invalid. Also, check for out-of-range time stamps.
3244
3245 2006-03-24 Kim F. Storm <storm@cua.dk>
3246
3247 * xterm.c (handle_one_xevent):
3248 * w32term.c (w32_read_socket):
3249 * macterm.c (XTread_socket): Don't let key-press clear mouse face
3250 on in toolbar window if mouse-highlight is an integer.
3251
3252 * fns.c (sxhash_list): Include last non-nil CDR in hash.
3253
3254 2006-03-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3255
3256 * macmenu.c (enum mac_menu_kind): New enum.
3257 (min_menu_id): New variable.
3258 (POPUP_SUBMENU_ID, MIN_POPUP_SUBMENU_ID, MIN_MENU_ID)
3259 (MIN_SUBMENU_ID): Remove defines. All uses are replaced with
3260 min_menu_id and enumerators in enum mac_menu_kind.
3261 (fill_menu, dispose_menus, install_menu_quit_handler): New arg KIND.
3262 All uses changed. Add range check for menu ID.
3263 (fill_menubar): Add range check for menu ID.
3264 [HAVE_CANCELMENUTRACKING] (menu_quit_handler): Check error code of
3265 GetEventParameter.
3266 (set_frame_menubar, mac_menu_show): Call install_menu_quit_handler
3267 for each menu kind.
3268
3269 2006-03-22 Kim F. Storm <storm@cua.dk>
3270
3271 * xdisp.c: Undo 2006-03-21 change.
3272
3273 * term.c: Define aliases for append_glyph and produce_stretch_glyph
3274 when `static' is defined to avoid name clash with those in xdisp.c.
3275
3276 * process.c (Faccept_process_output): Fix to comply with lisp
3277 reference. Change arg "timeout" to "seconds" and allow both
3278 integer and float value. Change arg "timeout-msec" to "millisec"
3279 and interpret" as milliseconds rather than microseconds. Fix doc
3280 string accordingly.
3281
3282 2006-03-21 Ken Raeburn <raeburn@raeburn.org>
3283
3284 * xdisp.c (store_next_glyph): Rename from append_glyph.
3285 (generate_stretch_glyph): Rename from produce_stretch_glyph.
3286 All callers changed accordingly.
3287
3288 2006-03-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3289
3290 * xterm.c: x_session_initialized new variable.
3291 (x_term_init): Use x_session_initialized to check if
3292 x_session_initialize should be called.
3293 (x_initialize): Initialize x_session_initialized.
3294
3295 2006-03-21 Kim F. Storm <storm@cua.dk>
3296
3297 * fringe.c (draw_fringe_bitmap): Don't calculate default overlay arrow
3298 bitmap here, but ...
3299 (update_window_fringes): ... here, so we can test if it has changed.
3300
3301 2006-03-20 Andreas Schwab <schwab@suse.de>
3302
3303 * dispnew.c (init_display): Check DISPLAY here.
3304
3305 * emacs.c (main): Don't check here.
3306
3307 * xterm.c (x_display_ok): Don't use DISPLAY env var.
3308
3309 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
3310
3311 * window.c (window_scroll_pixel_based): Yet another int/Lisp_Object
3312 mixup (YAILOM).
3313
3314 2006-03-20 Eli Zaretskii <eliz@gnu.org>
3315
3316 * emacs.c (main): Fix last change.
3317
3318 2006-03-20 Kenichi Handa <handa@m17n.org>
3319
3320 * fileio.c (Fwrite_region): Set visit_file to Qnil before GCPRO it.
3321
3322 * keymap.c (map_keymap): Set tail to Qnil before GCPRO it.
3323
3324 * xfns.c (xg_set_icon): Remove unnecessary GCPRO.
3325
3326 * xterm.c (x_term_init): Remove unnecessary GCPRO.
3327
3328 2006-03-19 Kim F. Storm <storm@cua.dk>
3329
3330 * xdisp.c (set_cursor_from_row): Fix cursor property on overlay string,
3331 so it doesn't associate overlay string with following glyph by default.
3332 Allow integer property value to specify explicit number of buffer
3333 positions associate with overlay string.
3334
3335 2006-03-18 Chong Yidong <cyd@stupidchicken.com>
3336
3337 * xterm.c (x_display_ok): Fix minor bug and compilation warnings.
3338
3339 2006-03-18 Nozomu Ando <nand@mac.com>
3340
3341 * m/pmax.h (BROKEN_NOCOMBRELOC) [__NetBSD__]: Define.
3342 (LIB_STANDARD, START_FILES) [__NetBSD__]: Don't define.
3343 (START_FILES, RUN_TIME_REMAP, UNEXEC) [__NetBSD__, __OpenBSD__]:
3344 Don't redefine.
3345
3346 * m/mips.h: Don't use unexmips on NetBSD.
3347 (LIBS_MACHINE): Move definition lower, so it doesn't use
3348 LD_SWITCH_MACHINE, START_FILES, LIB_STANDARD, LIBS_TERMCAP,
3349 C_SWITCH_MACHINE, and C_DEBUG_SWITCH.
3350
3351 * unexelf.c [BROKEN_NOCOMBRELOC]: Include assert.h.
3352 (unexec) [BROKEN_NOCOMBRELOC]: Handle platforms whose nocombreloc
3353 option is broken (e.g., MIPS/NetBSD).
3354
3355 2006-03-18 Craig McDaniel <craigmcd@gmail.com> (tiny change)
3356
3357 * sheap.c (STATIC_HEAP_SIZE): Enlarge STATIC_HEAP_SIZE to 12MB.
3358 Remove the HAVE_X_WINDOWS conditional.
3359
3360 2006-03-18 Vivek Dasmohapatra <vivek@etla.org> (tiny change)
3361
3362 * emacs.c (main): If user asks for a display that is unavailable,
3363 simulate -nw.
3364
3365 * xterm.c (x_display_ok): New function.
3366
3367 * xterm.h: Add prototype for x_display_ok.
3368
3369 2006-03-18 Eli Zaretskii <eliz@gnu.org>
3370
3371 * w32fns.c (Fw32_select_font): Doc fix.
3372
3373 2006-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3374
3375 * image.c [MAC_OS] (XPutPixel, XGetPixel)
3376 [!WORDS_BIG_ENDIAN && USE_CG_DRAWING]: Don't use specialized
3377 version when depth is 32.
3378 (mac_create_cg_image_from_image) [MAC_OS && USE_CG_DRAWING]:
3379 New function.
3380 (prepare_image_for_display) [MAC_OS && USE_CG_DRAWING]: Use it.
3381 (x_clear_image_1) [MAC_OS && USE_CG_DRAWING]: Release CGImage.
3382
3383 * macterm.c (XCreatePixmap) [!WORDS_BIG_ENDIAN && USE_CG_DRAWING]:
3384 Create GWorld in ARGB pixel format.
3385 (mac_copy_area, mac_copy_area_with_mask) [USE_CG_DRAWING]:
3386 Remove functions.
3387 (x_draw_image_foreground) [USE_CG_DRAWING]: Use mac_draw_cg_image
3388 instead of mac_copy_area/mac_copy_area_with_mask.
3389
3390 2006-03-15 Kim F. Storm <storm@cua.dk>
3391
3392 * xdisp.c (extend_face_to_end_of_line): Always add space glyph to
3393 empty row. Fixes memory corruption revealed by 2006-03-02 change.
3394 (display_tool_bar_line): Skip empty tool-bar line if HEIGHT < 0.
3395 (tool_bar_lines_needed): Fix tool-bar display in case the tool-bar
3396 width is exactly the same as the window width. Don't count a final
3397 empty tool-bar line (pass HEIGHT = -1 to display_tool_bar_line).
3398
3399 2006-03-15 Juanma Barranquero <lekktu@gmail.com>
3400
3401 * fringe.c (w32_init_fringe, w32_reset_fringes): Revert to being
3402 conditional on HAVE_NTGUI, not WINDOWS_NT.
3403
3404 2006-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3405
3406 * dispextern.h (mac_init_fringe) [MAC_OS]: Add prototype.
3407
3408 * fringe.c (mac_init_fringe) [MAC_OS]: New function.
3409
3410 * macterm.c (mac_initialize) [USE_CG_DRAWING]: Call mac_init_fringe.
3411 (max_fringe_bmp, fringe_bmp) [USE_CG_DRAWING]: New variables.
3412 (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap)
3413 (mac_draw_cg_image) [USE_CG_DRAWING]: New functions.
3414 (mac_draw_bitmap) [USE_CG_DRAWING]: Remove function.
3415 (x_draw_fringe_bitmap) [USE_CG_DRAWING]: Use mac_draw_cg_image
3416 instead of mac_draw_bitmap.
3417 (x_redisplay_interface) [USE_CG_DRAWING]: Set handlers for
3418 define_fringe_bitmap and destroy_fringe_bitmap.
3419
3420 2006-03-14 Chong Yidong <cyd@stupidchicken.com>
3421
3422 * xterm.c (x_uncatch_errors): Block input for entire function.
3423
3424 2006-03-12 Jason Rumney <jasonr@gnu.org>
3425
3426 * w32fns.c (Fx_create_frame): Remove call to
3427 Qface_set_after_frame_default (from xfns.c 2003-05-26).
3428
3429 * w32menu.c (Fx_popup_menu): Call w32_free_menu_strings when
3430 finished with the menu.
3431
3432 * w32term.c: Sync 2005-10-24 xterm.c changes.
3433 (last_mouse_glyph_frame): New var.
3434 (note_mouse_movement): Say mouse moved if current frame differs
3435 from last_mouse_glyph_frame, and update last_mouse_glyph_frame.
3436 (w32_mouse_position): Set last_mouse_glyph_frame.
3437 Remove OLD_REDISPLAY_CODE block.
3438
3439 2006-03-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3440
3441 * macgui.h [USE_ATSUI && MAC_OSX]: Define USE_CG_TEXT_DRAWING to 1.
3442
3443 * macterm.h (struct mac_output) [USE_CG_DRAWING]: New member cg_context.
3444 (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Add prototype.
3445
3446 * mac.c (sys_select) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
3447
3448 * macfns.c (x_create_tip_frame): Apply 2006-03-11 change for xfns.c.
3449
3450 * macterm.c (mac_draw_rectangle, x_draw_glyph_string_foreground)
3451 (x_draw_composite_glyph_string_foreground)
3452 (x_draw_image_foreground): Undo previous changes.
3453 (x_draw_hollow_cursor): Likewise. Subtract 1 from the last
3454 argument of mac_draw_rectangle.
3455 (CG_SET_FILL_COLOR, CG_SET_STROKE_COLOR): New macros.
3456 (mac_draw_string_common, mac_draw_image_string_cg): Use them.
3457 (FRAME_CG_CONTEXT) [USE_CG_DRAWING]: New macro.
3458 (mac_begin_cg_clip, mac_end_cg_clip, mac_prepare_for_quickdraw)
3459 [USE_CG_DRAWING]: New functions.
3460 (mac_draw_line, mac_erase_rectangle, mac_clear_window)
3461 (mac_fill_rectangle, mac_draw_rectangle, mac_draw_string_common)
3462 (mac_draw_image_string_cg) [USE_CG_DRAWING]: Add Quartz 2D drawing part.
3463 (mac_draw_bitmap, mac_invert_rectangle, mac_draw_string_common)
3464 (mac_copy_area, mac_scroll_area, x_scroll_bar_create)
3465 (x_scroll_bar_remove, XTset_vertical_scroll_bar, x_set_window_size)
3466 (XTread_socket) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
3467
3468 2006-03-12 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
3469
3470 * xfns.c (x_icon): Disable redundant call to `x_wm_set_window_state'.
3471
3472 2006-03-11 Jason Rumney <jasonr@gnu.org>
3473
3474 * w32fns.c (signal_user_input): New function.
3475 (post_character_message): Use it for keyboard input.
3476 (w32_msg_pump): Use it for mouse input.
3477
3478 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
3479
3480 * window.c: Rename preserve_y to window_scroll_pixel_based_preserve_y.
3481 (window_scroll_pixel_based, syms_of_window): Adapt to above change.
3482
3483 2006-03-11 Eli Zaretskii <eliz@gnu.org>
3484
3485 * w32fns.c (w32_wnd_proc): Ignore middle and extra button events
3486 if a menu is already active (the menubar_active flag is on).
3487
3488 2006-03-11 David Ponce <david@dponce.com>
3489
3490 * xfns.c (x_create_tip_frame): Preserve received parms by copying them.
3491
3492 2006-03-11 Eli Zaretskii <eliz@gnu.org>
3493
3494 * w32term.c: Add x_fully_uncatch_errors and x_catching_errors to
3495 the list of unused display error handling functions.
3496
3497 * eval.c (unwind_to_catch): Call x_fully_uncatch_errors only if
3498 HAVE_X_WINDOWS.
3499 (internal_condition_case, internal_condition_case_1)
3500 (internal_condition_case_2): Call x_catching_errors only if
3501 HAVE_X_WINDOWS.
3502
3503 * vm-limit.c [HAVE_GETRLIMIT]: Don't define unconditionally.
3504 Don't include sys/resource.h unless defined.
3505
3506 2006-03-11 Richard Stallman <rms@gnu.org>
3507
3508 * keymap.c (describe_map): Shorten string to indicate shadowed binding.
3509
3510 * vm-limit.c (get_lim_data, lim_data, data_space_start):
3511 Move from mem-limits.h.
3512 (enum warnlevel): New data type.
3513 (check_memory_limits): Rewrite the logic about warnings.
3514 Use standard `struct rlimit'. Check return values for nonsense.
3515 (memory_warnings): Always clear lim_data.
3516
3517 * mem-limits.h (get_lim_data, lim_data, data_space_start):
3518 Move to vm-limit.c.
3519
3520 * xterm.c (x_fully_uncatch_errors, x_catching_errors): New functions.
3521
3522 * eval.c (unwind_to_catch): Call x_fully_uncatch_errors.
3523 (internal_condition_case_1, internal_condition_case_2):
3524 Abort if within unclosed x_catch_errors.
3525
3526 2006-03-11 Romain Francoise <romain@orebokech.com>
3527
3528 * process.c (Vprocess_adaptive_read_buffering): Doc fix.
3529
3530 2006-03-11 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
3531
3532 * lisp.h: Remove duplicate prototypes. Make the prototype of
3533 getloadavg be conditioned on HAVE_GETLOADAVG being undefined.
3534
3535 2006-03-11 Eli Zaretskii <eliz@gnu.org>
3536
3537 * xterm.c (x_draw_hollow_cursor): Subtract 1 from the last
3538 argument of XDrawRectangle.
3539
3540 * xdisp.c (get_phys_cursor_geometry): Don't decrease height by 1.
3541
3542 * macterm.c (mac_draw_rectangle): Don't add 1 to width and height.
3543 (x_draw_glyph_string_foreground)
3544 (x_draw_composite_glyph_string_foreground)
3545 (x_draw_image_foreground): Don't subtract 1 from width and height
3546 arguments to mac_draw_rectangle.
3547 (x_draw_hollow_cursor): Add 1 to w->phys_cursor_width.
3548
3549 2006-03-10 Kim F. Storm <storm@cua.dk>
3550
3551 * alloc.c (USE_POSIX_MEMALIGN): Fix last change.
3552
3553 2006-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
3554
3555 * alloc.c (USE_POSIX_MEMALIGN): New macro.
3556 (ABLOCKS_BASE, lisp_align_malloc, lisp_align_free): Use it.
3557
3558 2006-03-09 Kenichi Handa <handa@m17n.org>
3559
3560 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Fix decoding
3561 ASCII component of a composition.
3562
3563 2006-03-08 Luc Teirlinck <teirllm@auburn.edu>
3564
3565 * window.c: Declare preserve_y as a static global variable.
3566 (window_scroll_pixel_based): No longer declare preserve_y;
3567 it is global now.
3568 (syms_of_window): Set preserve_y to -1.
3569
3570 2006-03-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3571
3572 * image.c [MAC_OS] (XPutPixel): Set alpha channel bits if pixmap
3573 depth is 32.
3574 [MAC_OS] (XGetPixel): Strip off alpha channel bits if pixmap
3575 depth is 32.
3576
3577 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
3578
3579 * xdisp.c (handle_invisible_prop): Don't update it->position with
3580 a buffer position if we're in a display string.
3581
3582 2006-03-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3583
3584 * macterm.h (MAC_AQUA_VERTICAL_SCROLL_BAR_WIDTH)
3585 (MAC_AQUA_SMALL_VERTICAL_SCROLL_BAR_WIDTH): New defines.
3586
3587 * macfns.c (x_default_scroll_bar_color_parameter)
3588 (x_set_scroll_bar_foreground, x_set_scroll_bar_background):
3589 Remove unnecessary prototypes.
3590 (x_set_scroll_bar_default_width):
3591 Use MAC_AQUA_VERTICAL_SCROLL_BAR_WIDTH.
3592 (mac_set_scroll_bar_width): New function.
3593 (mac_frame_parm_handlers): Set it as handler for scroll-bar-width.
3594
3595 * macterm.c (get_control_part_bounds): Fix type of return value.
3596 (x_set_toolkit_scroll_bar_thumb, x_scroll_bar_create)
3597 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]: Don't show
3598 scroll bar if it is not tall enough to display scroll bar thumb.
3599 [USE_CARBON_EVENTS] (mac_convert_event_ref)
3600 (mac_handle_command_event, mac_handle_window_event)
3601 (mac_handle_mouse_event): Check error code of GetEventParameter.
3602 (convert_fn_keycode) [MAC_OSX]: Likewise.
3603
3604 2006-03-05 Andreas Schwab <schwab@suse.de>
3605
3606 * xselect.c (x_catch_errors_unwind): Fix missing return value.
3607
3608 2006-03-02 Kim F. Storm <storm@cua.dk>
3609
3610 * frame.h (struct frame): New member n_tool_bar_rows.
3611
3612 * xdisp.c: Minimize the unpleasent visual impact of the requirement
3613 that non-toolkit tool-bars must occupy an integral number of screen
3614 lines, by distributing the rows evenly over the tool-bar screen area.
3615 (Vtool_bar_border): New variable.
3616 (syms_of_xdisp): DEFVAR_LISP it.
3617 (display_tool_bar_line): Add HEIGHT arg for desired row height.
3618 Make tool-bar row the desired height. Use default face for border
3619 below tool-bar.
3620 (tool_bar_lines_needed): Add N_ROWS arg. Use it to return number of
3621 actual tool-bar rows.
3622 (redisplay_tool_bar): Calculate f->n_tool_bar_rows initially.
3623 Adjust the height of the tool-bar rows to fill tool-bar screen area.
3624 (redisplay_tool_bar): Calculate f->n_tool_bar_rows when tool-bar area
3625 is resized.
3626
3627 2006-03-01 Luc Teirlinck <teirllm@auburn.edu>
3628
3629 * search.c (Fregexp_quote): Do not precede a literal `]' with two
3630 backslashes to try to make clear that it has a literal meaning; it
3631 does not do that. (It could close a character alternative
3632 containing a backslash.)
3633
3634 2006-02-28 Chong Yidong <cyd@stupidchicken.com>
3635
3636 * xselect.c (x_catch_errors_unwind): New function.
3637 (x_reply_selection_request): Put x_uncatch_errors in an unwind.
3638 (Fx_get_atom_name): Call x_uncatch_errors earlier.
3639
3640 * window.c (Qscroll_up, Qscroll_down): New syms.
3641 (window_scroll_pixel_based): Make preserve_y static to avoid
3642 getting point stuck when scrolling 1 line.
3643
3644 2006-02-26 Chong Yidong <cyd@stupidchicken.com>
3645
3646 * xterm.h, xterm.c (x_uncatch_errors): Delete unneccessary argument.
3647
3648 * xterm.c (x_load_font, x_term_init, XTmouse_position)
3649 (handle_one_xevent, x_connection_closed, x_list_fonts):
3650 No arg for x_uncatch_errors.
3651
3652 * xselect.c (x_own_selection, x_decline_selection_request)
3653 (x_reply_selection_request, x_get_foreign_selection)
3654 (Fx_get_atom_name, Fx_send_client_event): Likewise.
3655
3656 * xfns.c (x_real_positions, x_set_mouse_color, Fx_focus_frame):
3657 Likewise.
3658
3659 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
3660
3661 * lread.c: Declare Vload_file_rep_suffixes instead of
3662 deleted variable default_suffixes.
3663 (Fget_load_suffixes): New function.
3664 (Fload): Use Fget_load_suffixes and Vload_file_rep_suffixes.
3665 No longer use deleted variable default_suffixes. Update docstring.
3666 (syms_of_lread): defsubr Sget_load_suffixes.
3667 Expand `load-suffixes' docstring.
3668 Delete default_suffixes and DEFVAR_LISP the new variable
3669 `load-file-rep-suffixes'.
3670
3671 * w32.c (check_windows_init_file): Use Fget_load_suffixes instead
3672 of Vload_suffixes.
3673
3674 * lisp.h: EXFUN Fget_load_suffixes.
3675 Extern Vload_file_rep_suffixes.
3676
3677 * eval.c (specpdl_ptr): Remove volatile qualifier for consistency
3678 with lisp.h.
3679
3680 2006-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
3681
3682 * lisp.h (struct specbinding, specpdl_ptr): Remove the volatile
3683 qualifier which was trying to avoid the bug that was fixed by
3684 yesterday's changes to xterm.c.
3685
3686 2006-02-25 Chong Yidong <cyd@stupidchicken.com>
3687
3688 * xterm.h (x_catch_errors) Return value changed to void.
3689 (x_uncatch_errors): Delete unused count argument.
3690
3691 * xterm.c (x_catch_errors): Don't use record_unwind_protect, since
3692 it can be called in a signal handler.
3693 (x_catch_errors_unwind): Function deleted.
3694 (x_uncatch_errors): Deallocate last x_error_message_stack struct.
3695 (x_check_errors): Call x_uncatch_errors before signalling error.
3696
3697 (x_load_font, x_term_init, XTmouse_position, handle_one_xevent)
3698 (x_connection_closed, x_list_fonts): Use new versions of
3699 x_catch_errors and x_uncatch_errors.
3700
3701 * xselect.c (x_own_selection, x_decline_selection_request)
3702 (x_reply_selection_request, x_get_foreign_selection)
3703 (Fx_get_atom_name, Fx_send_client_event): Likewise.
3704
3705 * xfns.c (x_real_positions, x_set_mouse_color, Fx_focus_frame):
3706 Likewise.
3707
3708 * eval.c (record_unwind_protect): Add an assertion.
3709
3710 2006-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
3711
3712 * process.c (Fmake_network_process): Init the process's mark.
3713
3714 2006-02-25 Kim F. Storm <storm@cua.dk>
3715
3716 * buffer.c (modify_overlay): Force redisplay if we modify an
3717 overlay at the end of the buffer.
3718
3719 2006-02-24 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3720
3721 * gtkutil.c (xg_get_image_for_pixmap): If x_find_image_file returns
3722 nil the image file has been removed, in that case use the (cached)
3723 pixmap.
3724
3725 2006-02-24 Kenichi Handa <handa@m17n.org>
3726
3727 * fileio.c (Finsert_file_contents): When a text is replaced
3728 partially, be sure to set point before the inserted characters.
3729
3730 2006-02-23 Zhang Wei <id.brep@gmail.com> (tiny change)
3731
3732 * xfns.c (Fx_file_dialog): Return a decoded file name.
3733
3734 2006-02-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3735
3736 * dispnew.c (update_text_area): Avoid needless redraw of rightmost
3737 glyph whose face is extended to the text area end.
3738
3739 * macterm.c (x_set_toolkit_scroll_bar_thumb): Don't set control
3740 values if control is not visible or values are not changed.
3741
3742 2006-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
3743
3744 * window.c (Fwindow_list): Check `window' before doing XWINDOW.
3745 The default `window' should not be "on a different frame".
3746
3747 2006-02-22 Kim F. Storm <storm@cua.dk>
3748
3749 * indent.c (Fvertical_motion): Only try to move back if we can.
3750
3751 2006-02-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3752
3753 * macgui.h (struct _XGC) [!MAC_OSX || !USE_ATSUI]: New member
3754 n_clip_rects.
3755
3756 * macmenu.c (digest_single_submenu): Apply 2006-02-19 change for
3757 xmenu.c.
3758
3759 * macterm.c (GC_CLIP_REGION): Remove macro.
3760 (mac_begin_clip, mac_end_clip): Take arg GC instead of REGION.
3761 All uses changed. Don't do clipping if n_clip_rects is zero.
3762 (mac_set_clip_rectangles): Use xassert instead of abort.
3763 Set n_clip_rects. Don't make clip_region empty when number of
3764 clipping rectangles is zero.
3765 (mac_reset_clip_rectangles): Set n_clip_rects directly instead of
3766 calling mac_set_clip_rectangles.
3767 (x_set_toolkit_scroll_bar_thumb): Temporarily hide scroll bar to
3768 avoid multiple redraws.
3769
3770 2006-02-22 Kim F. Storm <storm@cua.dk>
3771
3772 * fringe.c (draw_fringe_bitmap): Fix overlay-arrow display.
3773
3774 2006-02-21 Kim F. Storm <storm@cua.dk>
3775
3776 * fringe.c (syms_of_fringe) <fringe-bitmaps>: Doc fix.
3777
3778 2006-02-21 Zhang Wei <brep@newsmth.org>
3779
3780 * xfns.c (Fx_file_dialog, Motif and GTK): DECODE_FILE before
3781 returning it.
3782
3783 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
3784
3785 * fringe.c (horizontal_bar_bits): Rename from `horisontal_bar_bits'.
3786 (standard_bitmaps): Use it.
3787
3788 2006-02-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3789
3790 * macterm.c (mac_draw_string_common): Remove arg MODE. New arg
3791 BG_WIDTH. All uses changed. Draw background if BG_WIDTH is not zero.
3792 (mac_draw_image_string, mac_draw_image_string_16): New arg BG_WIDTH.
3793 [USE_CG_TEXT_DRAWING] (mac_draw_image_string_cg): Rename from
3794 mac_draw_string_cg. New arg BG_WIDTH. All uses changed.
3795 Draw background if BG_WIDTH is not zero. Use float constants as
3796 divisors instead of double. Use alloca instead of xmalloc/xfree.
3797 (x_draw_glyph_string_background, x_draw_glyph_string_foreground)
3798 [!MAC_OS8 || USE_ATSUI]: Background may be drawn using
3799 mac_draw_image_string* functions.
3800 (XLoadQueryFont) [MAC_OS8 && USE_ATSUI]: Don't adjust heights of
3801 some fonts when srcCopy text transfer mode might be used.
3802 (mac_begin_clip, mac_end_clip): Check if region is empty.
3803 (mac_set_clip_rectangles): When resetting clip region, make it
3804 empty instead of disposing of it.
3805
3806 2006-02-20 Kim F. Storm <storm@cua.dk>
3807
3808 * Makefile.in: Add fringe.elc to WINDOW_SUPPORT.
3809
3810 * buffer.h (struct buffer): New members fringe_indicator_alist and
3811 fringe_cursor_alist.
3812
3813 * buffer.c (init_buffer_once): Set dummy default values for
3814 fringe-indicator-alist and fringe-cursor-alist. The proper
3815 default values are set by pre-loading fringe.el.
3816 (syms_of_buffer): defvar_per_buffer new fringe-indicator-alist and
3817 fringe-cursor-alist buffer-local variables and defvar_lisp_nopro
3818 corresponding default- variables.
3819
3820 * fringe.c (enum fringe_bitmap_type): Remove. Change all uses
3821 to use `int'.
3822 (NO_FRINGE_BITMAP, UNDEF_FRINGE_BITMAP, MAX_STANDARD_FRINGE_BITMAPS):
3823 Define explicitly.
3824 (Qtruncation, Qcontinuation, Qempty_line, Qtop_bottom)
3825 (Qhollow_small): New variables.
3826 (syms_of_fringe): Intern and staticpro them.
3827 (question_mark_bits): Rename from unknown_bits.
3828 (left_curly_arrow_bits): Rename from continuation_bits.
3829 (right_curly_arrow_bits): Rename from continued_bits.
3830 (left_triangle_bits): Rename from ov_bits.
3831 (right_triangle_bits): Add.
3832 (filled_rectangle_bits): Rename from filled_box_cursor_bits.
3833 (hollow_rectangle_bits): Rename from hollow_box_cursor_bits.
3834 (filled_square_bits): Add.
3835 (vertical_bar_bits): Rename from bar_cursor_bits.
3836 (horizontal_bar_bits): Rename from hbar_cursor_bits.
3837 (empty_line_bits): Rename from zv_bits.
3838 (standard_bitmaps): Update to use new names.
3839 (draw_fringe_bitmap_1): Make static.
3840 (get_logical_cursor_bitmap, get_logical_fringe_bitmap): New functions
3841 to map from logical cursors and indicators to physical bitmaps.
3842 (draw_fringe_bitmap): Resolve fringe cursor and overlay-arrow
3843 bitmaps using symbol names instead of bitmap numbers.
3844 (update_window_fringes): Use logical indicator symbol names
3845 instead of bitmap numbers for logical. Add bitmap cache.
3846 (LEFT_FRINGE, RIGHT_FRINGE): New helper macros.
3847
3848 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
3849
3850 * regex.c: Revert 2006-02-19 change.
3851 (xmalloc, xrealloc): Define these when not linked to Emacs.
3852 Redefine malloc -> xmalloc, realloc -> xrealloc as in Emacs case.
3853
3854 2006-02-19 Luc Teirlinck <teirllm@auburn.edu>
3855
3856 * regex.c (extend_range_table_work_area): Fix typo.
3857
3858 2006-02-19 Richard M. Stallman <rms@gnu.org>
3859
3860 * xterm.c (x_catch_errors): Use xmalloc.
3861
3862 * regex.c (extend_range_table_work_area): Call xmalloc and xrealloc.
3863 (regex_compile): Likewise.
3864 (regcomp): Use xmalloc.
3865
3866 * gtkutil.c (malloc_widget_value): Use xmalloc.
3867
3868 * vm-limit.c [HAVE_GETRLIMIT]: Include sys/resource.h.
3869 (check_memory_limits) [HAVE_GETRLIMIT]: Use getrlimit.
3870
3871 * xmenu.c (digest_single_submenu): When pane_string is empty,
3872 do initialize save_wv.
3873
3874 2006-02-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3875
3876 * xdisp.c (update_menu_bar) [MAC_OS]: Don't set
3877 w->update_mode_line if arg F is not the selected frame.
3878
3879 * macmenu.c (popup_activated_flag, submenu_id)
3880 (next_menubar_widget_id): Remove variables.
3881 (initialize_frame_menubar): Remove function.
3882 (pop_down_menu, mac_menu_show): Simplify save value.
3883 (dispose_menus): New function.
3884 (pop_down_menu, fill_menubar): Use it.
3885 (fill_submenu): Remove function. All uses changed to fill_menu.
3886 (add_menu_item): Remove args SUBMENU and FORCE_DISABLE. New arg
3887 POS. Don't call SetMenuItemHierarchicalID here.
3888 (fill_menu): Add arg SUBMENU_ID. Return submenu_id that is to be
3889 used next. Call SetMenuItemHierarchicalID here.
3890 (fill_menubar): Add arg DEEP_P. All uses changed. Clean up menu
3891 objects if needed. Reuse existing menu bar titles if possible.
3892 (set_frame_menubar): Don't clean up menu objects here.
3893
3894 2006-02-18 Chong Yidong <cyd@stupidchicken.com>
3895
3896 * window.c (window_min_size_1): Ensure room for the scroll bar and
3897 fringes.
3898
3899 2006-02-17 Romain Francoise <romain@orebokech.com>
3900
3901 * puresize.h (BASE_PURESIZE): Increment to 1200000.
3902
3903 2006-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
3904
3905 * alloc.c (Fmake_symbol): Comment-out left-over assert from before the
3906 addition of the BLOCK_INPUTs.
3907
3908 2006-02-17 Juanma Barranquero <lekktu@gmail.com>
3909
3910 * window.c (Fset_window_scroll_bars): Doc fix.
3911
3912 2006-02-17 Kenichi Handa <handa@m17n.org>
3913
3914 * xdisp.c (display_mode_element): Call display_string with correct
3915 PREC arg (which must be a number of characters, not column width).
3916
3917 2006-02-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3918
3919 * frame.c (x_get_arg): Clear out PARAM in ALIST also on Mac.
3920
3921 * macfns.c (x_set_menu_bar_lines): Menu bar is always shown on Mac.
3922
3923 * macmenu.c (set_frame_menubar): Don't call DrawMenuBar.
3924
3925 2006-02-14 Richard M. Stallman <rms@gnu.org>
3926
3927 * frame.c (x_get_arg): Clear out all occurrences of PARAM in ALIST.
3928
3929 * m/ibms390x.h: New file.
3930
3931 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3932
3933 * gtkutil.c (xg_tool_bar_detach_callback): Set show-arrow to the
3934 value of x-gtk-whole-detached-tool-bar.
3935 (xg_tool_bar_attach_callback): Set show-arrow to TRUE.
3936
3937 * xfns.c (syms_of_xfns): New variable: x-gtk-whole-detached-tool-bar.
3938
3939 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3940
3941 * xterm.c (x_x_to_emacs_modifiers): Make non-static.
3942
3943 * xterm.h: Declare x_x_to_emacs_modifiers.
3944
3945 * gtkutil.c (xg_tool_bar_button_cb): New function.
3946 (xg_tool_bar_callback): Call x_x_to_emacs_modifiers to
3947 store modifiers in event.
3948 (update_frame_tool_bar): Connect button-release-event to
3949 xg_tool_bar_button_cb.
3950
3951 2006-02-13 Richard M. Stallman <rms@gnu.org>
3952
3953 * .gdbinit (xwindow): Update the code to show the window box.
3954
3955 2006-02-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3956
3957 * xterm.c (note_mouse_movement): Check for NULL FRAME_X_OUTPUT (frame).
3958
3959 2006-02-12 Richard M. Stallman <rms@gnu.org>
3960
3961 * cmds.c (internal_self_insert): Handle weird auto-fill-function.
3962
3963 2006-02-11 Eli Zaretskii <eliz@gnu.org>
3964
3965 * keyboard.c (Venable_disabled_menus_and_buttons): New variable.
3966 (syms_of_keyboard): DEVFAR_LISP and initialize it.
3967 (parse_tool_bar_item, parse_menu_item): If that variable is
3968 non-nil, don't disable menu items and tool-bar buttons.
3969
3970 2006-02-11 Juanma Barranquero <lekktu@gmail.com>
3971
3972 * doc.c (Fsubstitute_command_keys): Doc fix.
3973
3974 2006-02-10 Thien-Thi Nguyen <ttn@gnu.org>
3975
3976 * data.c (Findirect_function): Rewrite docstring.
3977 Fix omission bug: Declare new arg NOERROR.
3978
3979 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3980
3981 * macfns.c (x_set_mouse_color): Don't call rif->define_frame_cursor
3982 if window_desc is not set yet.
3983 (Fx_create_frame): Remove variable x_frame_name. Apply 2005-12-07
3984 and 2006-01-26 changes for xfns.c. Call x_iconify_frame if frame
3985 parameter `visibility' is `icon'.
3986 (Fx_create_frame, x_create_tip_frame): Use "fontset-standard"
3987 instead of "fontset-mac".
3988 (Fx_focus_frame): New defun.
3989 (syms_of_macfns): Defsubr it.
3990
3991 * macterm.c (mac_define_frame_cursor): Don't change pointer shape
3992 for unfocused frame.
3993 (x_raise_frame): Call BringToFront instead of SelectWindow.
3994 (x_lower_frame): Use NULL instead of nil.
3995 (x_make_frame_visible): Don't call SelectWindow.
3996 (XTread_socket): Increment handling_signal at the start, decrement
3997 it at the end.
3998 [USE_CG_TEXT_DRAWING] (init_cg_text_anti_aliasing_threshold): Use
3999 CFPreferencesGetAppIntegerValue instead of Fmac_get_preference.
4000
4001 2006-02-10 Kim F. Storm <storm@cua.dk>
4002
4003 * data.c (Findirect_function): Add NOERROR arg. All callers changed
4004 to pass Qnil for NOERROR.
4005
4006 * keymap.c (current_minor_maps_error): Remove.
4007 (current_minor_maps): Pass Qt for NOERROR to Findirect_function
4008 instead of using internal_condition_case_1+current_minor_maps_error.
4009
4010 2006-02-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4011
4012 * xterm.c (handle_one_xevent): Must note mouse movement even for nil
4013 frames for GTK, in that case it is the tool bar. This is so that
4014 highlighted text get reset properly.
4015
4016 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
4017
4018 * alloc.c (Fmake_bool_vector, Fpurecopy): Doc fixes.
4019
4020 2006-02-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4021
4022 * window.c (adjust_window_trailing_edge): Check that shrinking
4023 does not set a window to size zero or less.
4024
4025 2006-02-08 Miles Bader <miles@gnu.org>
4026
4027 * editfns.c (Fconstrain_to_field): Use Fget_char_property instead
4028 of Fget_text_property (other field functions work with overlays as
4029 well as text-properties).
4030
4031 2006-02-07 Kenichi Handa <handa@m17n.org>
4032
4033 * dispextern.h (unibyte_display_via_language_environment): Extern it.
4034
4035 * xterm.h (unibyte_display_via_language_environment):
4036 * w32term.h (unibyte_display_via_language_environment):
4037 * macterm.h (unibyte_display_via_language_environment): Delete extern.
4038
4039 2006-02-07 Kenichi Handa <handa@m17n.org>
4040
4041 * term.c (append_glyph): Refer to it->char_to_display instead of it->c.
4042 (produce_glyphs): Set the character to print in
4043 it->char_to_display. Handle unibyte-display-via-language-environment.
4044 (produce_stretch_glyph): Set character to print in it->char_to_display.
4045
4046 2006-02-06 Kenichi Handa <handa@m17n.org>
4047
4048 * lread.c (openp): Initialize encoded_fn before GCPRO it.
4049
4050 2006-02-05 Ken Raeburn <raeburn@raeburn.org>
4051
4052 * editfns.c (Fconstrain_to_field): Fix int/Lisp_Object mixup.
4053
4054 * lisp.h (XPNTR) [!NO_UNION_TYPE && !HAVE_SHM && !DATA_SEG_BITS]:
4055 Cast bitfield value to EMACS_INT, to suppress gcc warning.
4056
4057 * xrdb.c (malloc, realloc, free) [emacs]: Undefine macros before
4058 defining.
4059
4060 2006-02-03 Kim F. Storm <storm@cua.dk>
4061
4062 * xdisp.c: Cache last merged escape glyph face.
4063 (last_escape_glyph_frame, last_escape_glyph_face_id)
4064 (last_escape_glyph_merged_face_id): New variables.
4065 (get_next_display_element): Use/update them.
4066 (redisplay_internal): Reset them before redisplay.
4067
4068 * xdisp.c (set_iterator_to_next): Optimize 2004-12-13 fix.
4069 Only recheck faces after displaying ellipsis.
4070
4071 2006-02-02 Kenichi Handa <handa@m17n.org>
4072
4073 * coding.c (decode_composition_emacs_mule): Fix handling of
4074 incorrect format data.
4075
4076 2006-01-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4077
4078 * gtkutil.c (update_frame_tool_bar): Use new tool bar functions
4079 (gtk_toolbar_insert) so we can have tool bars of different sizes.
4080
4081 2006-01-30 Luc Teirlinck <teirllm@auburn.edu>
4082
4083 * data.c (Flistp): Doc fix.
4084
4085 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
4086
4087 * window.c (Fother_window, Fwindow_vscroll, Fset_window_vscroll):
4088 Fix typos in docstrings.
4089
4090 2006-01-28 Luc Teirlinck <teirllm@auburn.edu>
4091
4092 * data.c (Fcar, Fcdr): Add links to Elisp manual to the docstrings.
4093
4094 2006-01-27 Chong Yidong <cyd@stupidchicken.com>
4095
4096 * alloc.c (make_interval, allocate_string)
4097 (allocate_string_data, make_float, Fcons, allocate_vectorlike)
4098 (Fmake_symbol, allocate_misc): Use BLOCK_INPUT when accessing
4099 global variables.
4100
4101 2006-01-27 Eli Zaretskii <eliz@gnu.org>
4102
4103 * dired.c (DIRENTRY_NONEMPTY) [__CYGWIN__]: Don't use d_ino; use
4104 the MSDOS definition.
4105
4106 2006-01-26 Richard M. Stallman <rms@gnu.org>
4107
4108 * alloc.c (check_pure_size): Make overflow message an "error message".
4109
4110 * keymap.c (Fmap_keymap): Doc fix.
4111
4112 * xfns.c (Fx_create_frame): Put all specified parms into f->param_alist
4113 unless they were cleared out.
4114
4115 * frame.c (x_get_arg): "Clear out" the parm in ALIST if found there.
4116
4117 2006-01-26 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
4118
4119 * editfns.c (Fconstrain_to_field): Fix behaviour on field boundaries.
4120 (find_field): Set before_field to after_field when pos is at BEGV.
4121 (Fline_beginning_position, Fline_end_position):
4122 Clarify confusing doc string.
4123
4124 * cmds.c (Fbeginning_of_line, Fend_of_line): Clarify confusing doc
4125 string.
4126
4127 2006-01-26 Kenichi Handa <handa@m17n.org>
4128
4129 * callproc.c (Fcall_process): GCPRO error_file. Encode infile,
4130 current_dir, and error_file. On reporting an error, decode them
4131 back.
4132
4133 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
4134
4135 * regex.c (IMMEDIATE_QUIT_CHECK): Use it with SYNC_INPUT as well.
4136 (re_match_2_internal) <on_failure_jump, on_failure_jump_smart>:
4137 Don't check for quit, since any loop will go through fail or jump.
4138
4139 2006-01-24 Chong Yidong <cyd@stupidchicken.com>
4140
4141 * alloc.c (allocate_string_data): Update next_free immediately, to
4142 reduce risk of memory clobberage.
4143
4144 2006-01-24 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
4145
4146 * xdisp.c (handle_invisible_prop): Set it->position to fix cursor
4147 display when point moves across an ellipsis. If there are
4148 adjacent invisible texts, don't lose the second one's ellipsis.
4149 (x_produce_glyphs): Doc fix.
4150
4151 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
4152
4153 * xterm.c (x_catch_errors_unwind): Yet another int/Lisp_Object mixup.
4154
4155 2006-01-23 Kim F. Storm <storm@cua.dk>
4156
4157 * xdisp.c (handle_single_display_spec): Fix handling of space
4158 property on char from string: set *position rather than
4159 it->current.pos.
4160 (produce_stretch_glyph): Reduce width of stretch glyphs so they
4161 don't get wider than the window (unless truncate-lines is on).
4162
4163 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
4164
4165 * xterm.c: Avoid allocating Lisp data from a signal handler.
4166 (x_error_message): New var to replace x_error_message_string.
4167 (x_error_catcher, x_catch_errors, x_catch_errors_unwind)
4168 (x_check_errors, x_had_errors_p, x_clear_errors, x_error_handler)
4169 (syms_of_xterm): Use it instead of x_error_message_string.
4170
4171 * alloc.c (lisp_align_free): Add an assertion.
4172 (make_interval, allocate_string, make_float, Fcons, Fmake_symbol)
4173 (allocate_misc): If ENABLE_CHECKING is on, check we're not called from
4174 a signal handler.
4175
4176 2006-01-21 Luc Teirlinck <teirllm@auburn.edu>
4177
4178 * dired.c (syms_of_dired) <completion-ignored-extensions>: Doc fix.
4179
4180 2006-01-21 Romain Francoise <romain@orebokech.com>
4181
4182 * xdisp.c (get_window_cursor_type): Fix last change.
4183 Update copyright year.
4184
4185 2006-01-20 Eli Zaretskii <eliz@gnu.org>
4186
4187 * lread.c (Fload): Don't leak the file descriptor returned by
4188 openp if we are going to signal an error.
4189
4190 * w32.c (sys_close): If FD is outside [0..MAXDESC) limits, pass it
4191 directly to _close.
4192 (sys_dup): Protect against new_fd larger than fd_info[] can handle.
4193 (sys_read): If FD is outside [0..MAXDESC) limits, pass it directly
4194 to _read.
4195 (sys_write): If FD is outside [0..MAXDESC) limits, pass it
4196 directly to _write.
4197
4198 * .gdbinit: Don't dereference Vsystem_type's Lisp_Symbol pointer
4199 if it is NULL.
4200
4201 2006-01-20 Kenichi Handa <handa@m17n.org>
4202
4203 * puresize.h (BASE_PURESIZE): Increment to 1190000.
4204
4205 2006-01-19 Chong Yidong <cyd@stupidchicken.com>
4206
4207 * xdisp.c (get_window_cursor_type): Use cursor type specified by
4208 the selected buffer for the echo area too.
4209
4210 2006-01-19 Richard M. Stallman <rms@gnu.org>
4211
4212 * keymap.c (Fmap_keymap): Doc fix.
4213
4214 * s/irix6-5.h (GC_SETJMP_WORKS, GC_MARK_STACK): New definitions.
4215
4216 * keyboard.c (echo_char): Don't omit the space between first two
4217 echoed chars.
4218
4219 * minibuf.c (read_minibuf): Fix previous change.
4220
4221 2006-01-19 Kenichi Handa <handa@m17n.org>
4222
4223 * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
4224
4225 2006-01-17 Richard M. Stallman <rms@gnu.org>
4226
4227 * frame.c (x_frame_get_and_record_arg): Don't record Qunbound
4228 value in f->param_alist.
4229
4230 2006-01-15 Andreas Schwab <schwab@suse.de>
4231
4232 * search.c (Freplace_match): Use UPPERCASEP instead of !NOCASEP.
4233
4234 2006-01-13 Richard M. Stallman <rms@gnu.org>
4235
4236 * Makefile.in: Define new macro WINDOW_SUPPORT.
4237 (lisp): Use it.
4238 (SOME_MACHINE_LISP): Add conditionally loaded files.
4239
4240 2006-01-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4241
4242 * macterm.c [USE_ATSUI] (atsu_get_text_layout_with_text_ptr)
4243 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1020]: Specify kATSLineUseQDRendering.
4244 (XLoadQueryFont) [USE_ATSUI]: Display diacritical marks in
4245 decomposed form.
4246
4247 * process.c [HAVE_INTTYPES_H]: Include inttypes.h.
4248 (ifflag_table): Fix typo (IFF_OACTIV -> IFF_OACTIVE).
4249 (Fnetwork_interface_info): Use HAVE_STRUCT_IFREQ_IFR_NETMASK
4250 macro. Also try member ifr_addr when getting netmask.
4251
4252 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
4253
4254 * fileio.c (Fexpand_file_name): Remove redundant tests.
4255 Fix elimination of // so that it doesn't prevent elimination of an
4256 immediately following /. or /..
4257
4258 2006-01-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4259
4260 * gtkutil.c (xg_toggle_notify_cb): New function.
4261 (xg_toggle_visibility_cb): Move setting of x_gtk_show_hidden_files to
4262 xg_toggle_notify_cb.
4263 (xg_get_file_with_chooser): Add callback to xg_toggle_notify_cb when
4264 parameter value changes so the toggle button gets updated.
4265
4266 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
4267
4268 * .gdbinit: Fix typo.
4269
4270 2006-01-05 Eli Zaretskii <eliz@gnu.org>
4271
4272 * .gdbinit: Fix last change.
4273
4274 2006-01-05 Kim F. Storm <storm@cua.dk>
4275
4276 * process.c (Fmake_network_process): Use AF_INET instead of
4277 AF_UNSPEC when AF_INET6 is not defined.
4278
4279 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4280
4281 * mac.c (mac_coerce_file_name_ptr, mac_coerce_file_name_desc):
4282 Don't check that the other type is known file-related one.
4283
4284 * macfns.c (Fx_server_version): Use gestaltSystemVersionMajor,
4285 gestaltSystemVersionMinor, and gestaltSystemVersionBugFix on Mac
4286 OS X 10.4 and later.
4287
4288 2006-01-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4289
4290 * gtkutil.c (xg_get_image_for_pixmap): If the image is from a file,
4291 let GTK do all image processing. Importing Emacs own pixmaps to GTK
4292 looks bad for inactive tool bar items with some Gnome themes.
4293
4294 2006-01-04 Eli Zaretskii <eliz@gnu.org>
4295
4296 * .gdbinit: Avoid a warning message when x_error_quitter is not
4297 compiled in.
4298
4299 * process.c [WINDOWSNT]: Undef AF_INET6 to disable IPv6 support
4300 for w32.
4301
4302 2006-01-04 Kim F. Storm <storm@cua.dk>
4303
4304 * process.c: Add IPv6 support.
4305 (Qipv4, Qipv6): New vars.
4306 (syms_of_process): Intern and staticpro them.
4307 (Fformat_network_address): Handle 9 or 8 element vector as IPv6 address
4308 with or without port number. Handle 4 element vector as IPv4 address
4309 without port number.
4310 (conv_sockaddr_to_lisp, get_lisp_to_sockaddr_size)
4311 (conv_lisp_to_sockaddr): Handle IPv6 addresses.
4312 (Fmake_network_process): Use :family 'ipv4 and 'ipv6 to explicitly
4313 request that address family only. :family nil or omitted means to
4314 determine address family from the specified :host and :service.
4315 (ifflag_table): Add missing OpenBSD IFF_ flags.
4316 (server_accept_connection): Handle IPv6 addresses.
4317 (init_process): Add (:family ipv4) and (:family ipv6) sub-features.
4318
4319 * .gdbinit: Undo last change. Instead, look at Vsystem_type to
4320 determine which breakpoints to set.
4321
4322 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
4323
4324 * keymap.c (describe_map_compare): Yet another int/Lisp_Object mixup.
4325
4326 * window.h (Fwindow_minibuffer_p): Declare (for use in minibuf.c).
4327
4328 2006-01-03 Romain Francoise <romain@orebokech.com>
4329
4330 * emacs.c (main): Update copyright year.
4331
4332 2006-01-03 Ken Raeburn <raeburn@gnu.org>
4333
4334 * callproc.c (delete_temp_file): Bind file-name-handler-alist to
4335 nil for the call to internal_delete_file.
4336
4337 2006-01-01 Ken Raeburn <raeburn@gnu.org>
4338
4339 * callproc.c (Fcall_process_region): Bind file-name-handler-alist
4340 to nil for the call to Fwrite_region.
4341
4342 2005-12-31 Richard M. Stallman <rms@gnu.org>
4343
4344 * minibuf.c (read_minibuf): Clear out all other minibuffer windows.
4345
4346 2005-12-31 Eli Zaretskii <eliz@gnu.org>
4347
4348 * emacs.c (gdb_pvec_type): A dummy variable for GDB's sake.
4349
4350 2005-12-30 Luc Teirlinck <teirllm@auburn.edu>
4351
4352 * textprop.c (set_text_properties): Reword description of return value.
4353 Return Qnil if caller wants to remove all text properties from a
4354 string and the string already has no intervals.
4355
4356 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
4357
4358 * term.c (visible_cursor): New boolean var.
4359 (set_terminal_modes, tty_show_cursor): Use "vs" or "ve" depending on
4360 visible_cursor.
4361 (syms_of_term): Export the new var as "visible-cursor".
4362
4363 2005-12-30 Eli Zaretskii <eliz@gnu.org>
4364
4365 * .gdbinit: Tell users not to worry about GDB warnings that some
4366 functions do not exist in the binary.
4367
4368 2005-12-30 Andreas Schwab <schwab@suse.de>
4369
4370 * process.c (Fnetwork_interface_info): Correctly terminate the
4371 loop over ifflag_table.
4372
4373 2005-12-29 Richard M. Stallman <rms@gnu.org>
4374
4375 * lread.c (readevalloop): Test for reading a whole buffer
4376 before actually reading anything. Handle all cases, including
4377 START = END = nil and an already-narrowed buffer.
4378 Convert END to a marker if it is a number.
4379
4380 * keymap.c (describe_map): Put sparse map elements into an array,
4381 sort them, then output a sequence of identical bindings on one line.
4382 (struct describe_map_elt): New data type.
4383 (describe_map_compare): New function.
4384
4385 2005-12-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4386
4387 * gtkutil.c (xg_get_file_with_chooser): Change message shown
4388 in file chooser.
4389
4390 2005-12-27 Richard M. Stallman <rms@gnu.org>
4391
4392 * lread.c (readevalloop): Set PT and ZV in the proper buffer,
4393 not the current one.
4394
4395 * minibuf.c (Fminibuffer_message): Doc fix.
4396 (read_minibuf): Set current_buffer->enable_multibyte_characters sooner.
4397
4398 * eval.c (do_autoload): Ignore elements of Vautoload_queue
4399 where car is not symbol.
4400
4401 2005-12-27 Kenichi Handa <handa@m17n.org>
4402
4403 * charset.c (lisp_string_width): Check multibyteness of STRING.
4404
4405 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4406
4407 * xfns.c: x_show_hidden_files, new variable.
4408 (syms_of_xfns): Defvar it.
4409
4410 * gtkutil.c (xg_toggle_visibility_cb): New function.
4411 (xg_get_file_with_chooser): Add toggle hidden files and a message
4412 to the new file chooser dialog. Show hidden files if
4413 x_show_hidden_files is non-zero.
4414
4415 2005-12-26 Richard M. Stallman <rms@gnu.org>
4416
4417 * keyboard.h: Undo previous change.
4418
4419 * Makefile.in (undo.o): Undo previous change.
4420
4421 * undo.c: Undo previous change.
4422
4423 2005-12-26 Luc Teirlinck <teirllm@auburn.edu>
4424
4425 * keyboard.h: extern last_point_position_window.
4426
4427 * undo.c: include keyboard.h.
4428
4429 * Makefile.in (undo.o): Depend on keyboard.h.
4430
4431 2005-12-26 Richard M. Stallman <rms@gnu.org>
4432
4433 * commands.h (last_point_position_window): Declare.
4434
4435 * undo.c: Depend on window.h.
4436 (record_point): Save old point from the correct window.
4437
4438 * keyboard.c (last_point_position_window): New variable.
4439 (command_loop_1): Set last_point_position_window.
4440 (syms_of_keyboard): Init it.
4441
4442 * Makefile.in (undo.o): Depend on window.h.
4443
4444 2005-12-25 Richard M. Stallman <rms@gnu.org>
4445
4446 * eval.c (un_autoload): Expect (0 . OFEATURES) in Vautoload_queue
4447 to undo a `provide'.
4448
4449 * fns.c (Fprovide): Store (0 . OFEATURES) in Vautoload_queue.
4450
4451 2005-12-25 Giorgos Keramidas <keramida@ceid.upatras.gr>
4452
4453 * m/amdx86-64.h [__FreeBSD__] (START_FILES, LIB_STANDARD):
4454 define for FreeBSD on this platform.
4455
4456 2005-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4457
4458 * macterm.h (TYPE_FILE_NAME): New define.
4459 (posix_pathname_to_fsspec, fsspec_to_posix_pathname): Remove externs.
4460
4461 * mac.c (posix_pathname_to_fsspec, fsspec_to_posix_pathname):
4462 Add prototypes. Make static.
4463 (mac_aedesc_to_lisp): Initialize err to noErr.
4464 (mac_coerce_file_name_ptr, mac_coerce_file_name_desc)
4465 (init_coercion_handler): New functions.
4466 (Fmac_coerce_ae_data): Use coercion of Apple event data for
4467 translation from/to file names.
4468
4469 * macterm.c: Don't include sys/param.h.
4470 (init_coercion_handler): Add extern.
4471 [MAC_OS8] (main): Call init_coercion_handler.
4472 (mac_initialize) [MAC_OSX]: Likewise.
4473 [TARGET_API_MAC_CARBON] (mac_do_receive_drag): Use coercion of
4474 Apple event data for translation from/to file names.
4475
4476 * macfns.c [TARGET_API_MAC_CARBON] (Fx_file_dialog): Likewise.
4477
4478 * image.c [MAC_OS] (find_image_fsspec): Likewise.
4479
4480 2005-12-23 Martin Rudalics <rudalics@gmx.at>
4481
4482 * insdel.c (insert, insert_and_inherit, insert_before_markers)
4483 (insert_before_markers_and_inherit): Make sure FROM is correct
4484 when `after-change-functions' are called.
4485
4486 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4487
4488 * xfns.c (Fx_uses_old_gtk_dialog): New function.
4489
4490 * gtkutil.c (xg_uses_old_file_dialog): New function.
4491 (xg_get_file_name): Use xg_uses_old_file_dialog.
4492
4493 * gtkutil.h: Declare xg_uses_old_file_dialog.
4494
4495 2005-12-22 Richard M. Stallman <rms@gnu.org>
4496
4497 * xmenu.c (xmenu_show): Call inhibit_garbage_collection.
4498
4499 2005-12-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4500
4501 * mac.c (Fmac_coerce_ae_data) [MAC_OSX]: Fix memory leak.
4502
4503 * macgui.h (XCharStruct): Remove member `valid_p'.
4504 (STORE_XCHARSTRUCT): Don't set member `valid_p'.
4505 (XCharStructRow): New typedef.
4506 (XCHARSTRUCTROW_CHAR_VALID_P, XCHARSTRUCTROW_SET_CHAR_VALID):
4507 New macros.
4508 (struct MacFontStruct): Add member `bounds'. Remove member
4509 `per_char'. All uses for QuichDraw Text fonts are changed to
4510 `bounds.per_char'. ATSUI font bounds are represented as an array
4511 `bounds.rows' of XCharStructRow's, each of which consists of a
4512 bitmap of valid entries and an array of char bounds.
4513
4514 * macterm.c (mac_per_char_metric): Add prototype.
4515 (x_per_char_metric) [USE_CG_TEXT_DRAWING]: Remove prototype.
4516 (mac_query_char_extents): New function.
4517 (x_per_char_metric): Use it.
4518 (XLoadQueryFont): Likewise. Consolidate min/max_bounds calculations.
4519 [USE_CG_TEXT_DRAWING] (mac_draw_string_cg):
4520 Use mac_per_char_metric instead of x_per_char_metric.
4521 (mac_text_extents_16): New function.
4522 (mac_compute_glyph_string_overhangs): Use it.
4523 (mac_unload_font): Free member `bounds' in struct MacFontStruct.
4524
4525 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
4526
4527 * minibuf.c (Fdisplay_completion_list): Use XCAR/XCDR.
4528 (Fminibuffer_completion_help): Remove duplicates before display.
4529
4530 2005-12-21 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
4531
4532 * print.c (print_preprocess): Don't lose print_depth levels while
4533 iterating.
4534
4535 2005-12-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4536
4537 * macmenu.c (Qmac_apple_event): Add extern.
4538 (set_frame_menubar, mac_menu_show keymp_panes)
4539 (single_keymap_panes, list_of_panes, list_of_item)
4540 (single_menu_item): Add argument types to prototypes.
4541 (mac_dialog_show) [HAVE_DIALOGS]: Likewise.
4542 (struct skp): New struct (from xmenu.c).
4543 (single_keymap_panes, single_menu_item, list_of_panes)
4544 (list_of_item): Sync with xmenu.c.
4545 (Fx_popup_menu, Fx_popup_dialog): Likewise. Don't get window from
4546 POSITION if it is mac-apple-event event.
4547 (menubar_selection_callback): Don't use menu_command_in_progress.
4548 (set_frame_menubar): First parse all submenus, then make
4549 widget_value trees from them. Don't allocate any widget_value
4550 objects until we are done with the parsing.
4551 (parse_single_submenu, digest_single_submenu): New functions.
4552 (single_submenu): Function deleted, replaced by those two.
4553 (install_menu_quit_handler) [HAVE_CANCELMENUTRACKING]: Don't
4554 create or dispose of EventHandlerUPP. Install hander to all submenus.
4555 (mac_menu_show) [!HAVE_MULTILINGUAL_MENU]: Use ENCODE_MENU_STRING
4556 instead of ENCODE_SYSTEM.
4557 (free_frame_menubar, fill_submenu, fill_menu): Don't use NULL for
4558 integer values.
4559 [HAVE_DIALOGS] (mac_dialog_show): Sync with xdialog_show (in xmenu.c).
4560 (add_menu_item) [TARGET_API_MAC_CARBON]: Use CFString functions to
4561 format menu item string. Don't use NULL for integer value.
4562
4563 * macterm.h (struct mac_output): Remove unused member
4564 menu_command_in_progress.
4565
4566 2005-12-20 Juri Linkov <juri@jurta.org>
4567
4568 * xmenu.c (Fx_popup_menu): Set Vmenu_updating_frame to f if
4569 position is non-nil, else set it to nil.
4570
4571 * macmenu.c (Fx_popup_menu): Add `else' to set
4572 Vmenu_updating_frame to nil only if position is nil.
4573
4574 * w32menu.c (Fx_popup_menu): Add `else' to set
4575 Vmenu_updating_frame to nil only if position is nil.
4576
4577 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4578
4579 * keyboard.c (make_lispy_event): Drag-and-drop items are now
4580 stored in member `args' of struct input_event.
4581
4582 * termhooks.h (struct input_event): Fix comment for DRAG_N_DROP_EVENT.
4583
4584 * xselect.c (x_handle_dnd_message): Drag-and-drop items are now
4585 stored in member `args' of struct input_event.
4586
4587 * w32term.c (construct_drag_n_drop): Likewise.
4588
4589 * macterm.c (mac_do_receive_drag): Likewise.
4590 (x_use_underline_position_properties): Undo 2005-07-13 change.
4591 (syms_of_macterm) <x-use-underline-position-properties>: Likewise.
4592 (mac_use_core_graphics, mac_wheel_button_is_mouse_2)
4593 (mac_pass_command_to_system, mac_pass_control_to_system):
4594 New boolean variables renamed from Lisp_Object ones
4595 Vmac_use_core_graphics, Vmac_wheel_button_is_mouse_2,
4596 Vmac_pass_command_to_system, and Vmac_pass_control_to_system.
4597 All uses changed.
4598 (syms_of_macterm): DEFVAR_BOOL them. Remove previous DEFVAR_LISPs.
4599 Make them user options.
4600 (mac_handle_command_event, mac_store_services_event):
4601 Call create_apple_event_from_event_ref without 5th argument.
4602 (backtranslate_modified_keycode): Mask off modifier keys that are
4603 mapped to some Emacs modifiers before passing it to KeyTranslate.
4604 (syms_of_macterm): Make variables `mac-emulate-three-button-mouse',
4605 `mac-wheel-button-is-mouse-2', and `mac-*-modifier' user options.
4606 Fix docstrings of `mac-*-modifier'.
4607
4608 * mac.c (create_apple_event_from_event_ref): Remove arg `types'.
4609 (do_applescript): Change argument types to Lisp_Object.
4610 All uses changed.
4611
4612 * macterm.h (create_apple_event_from_event_ref): Remove 5th
4613 argument from extern.
4614
4615 2005-12-18 Dan Nicolaescu <dann@ics.uci.edu>
4616
4617 * xfns.c (Fx_backspace_delete_keys_p): In case we cannot determine
4618 the answer, return `lambda', not nil.
4619
4620 2005-12-17 Eli Zaretskii <eliz@gnu.org>
4621
4622 * makefile.w32-in (bootstrap-temacs): Warn that parts of commands
4623 enclosed in $(ARGQUOTE)s should not be split between two lines, as
4624 that will break with GNU Make >3.80, when sh.exe is used and
4625 arg quoting is with '..'.
4626
4627 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
4628
4629 * print.c (print_preprocess): Just signal an error if print_depth
4630 is exceeded.
4631
4632 2005-12-17 Eli Zaretskii <eliz@gnu.org>
4633
4634 * .gdbinit: Set a breakpoint on w32_abort.
4635
4636 2005-12-16 Juri Linkov <juri@jurta.org>
4637
4638 * minibuf.c (Fminibuffer_completion_contents): New Lisp function
4639 created from minibuffer_completion_contents.
4640 (minibuffer_completion_contents): Remove.
4641 (do_completion, Fminibuffer_complete_word)
4642 (Fminibuffer_completion_help): Replace minibuffer_completion_contents
4643 with Fminibuffer_completion_contents.
4644 (syms_of_minibuf): Add Sminibuffer_completion_contents.
4645 (Fdisplay_completion_list): Doc fix.
4646 (display_completion_list_1): Use `nil' for second arg of
4647 `Fdisplay_completion_list'.
4648
4649 2005-12-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4650
4651 * xfns.c (compute_tip_xy): Handle negative dx and dy.
4652
4653 * w32fns.c (compute_tip_xy): Ditto.
4654
4655 * macfns.c (compute_tip_xy): Ditto.
4656
4657 2005-12-14 Chong Yidong <cyd@stupidchicken.com>
4658
4659 * print.c (print_preprocess): Go to a deeper print_depth to avoid
4660 print_object loop.
4661
4662 2005-12-14 Kyotaro HORIGUCHI <horiguti@meadowy.org> (tiny change)
4663
4664 * coding.c (code_convert_region_unwind): GCPRO arg.
4665
4666 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4667
4668 * xfns.c (compute_tip_xy): Calculate root_y the same way as root_x,
4669 i.e. dy is offset from top of frame instead of bottom.
4670
4671 * macfns.c (compute_tip_xy): Ditto.
4672
4673 * w32fns.c (compute_tip_xy): Ditto.
4674
4675 * gtkutil.c (SSDATA): New macro to remove compiler warnings.
4676 (xg_get_image_for_pixmap, xg_create_frame_widgets)
4677 (xg_get_file_with_chooser): Use SSDATA instead of SDATA.
4678
4679 * xmenu.c (menubar_selection_callback): Do nothing if the callback
4680 is for an unselected radio menu item.
4681
4682 2005-12-11 Richard M. Stallman <rms@gnu.org>
4683
4684 * xdisp.c (syms_of_xdisp) <blink-cursor-alist>: Doc fix.
4685
4686 * lisp.h [! NO_UNION_TYPE] (EQ): Use == so args are computed just once.
4687
4688 * keymap.c (Fset_keymap_parent, store_in_keymap): Use CHECK_IMPURE.
4689 (Flookup_key): Doc fix.
4690 (syms_of_keymap) <function-key-map>: Doc fix.
4691
4692 * fns.c (Frequire): Treat evaluating from a source file
4693 like loading the file.
4694
4695 * floatfns.c (Flog): Doc fix.
4696
4697 * fileio.c (Finsert_file_contents): Set Vdeactivate_mark
4698 when we change the buffer.
4699
4700 2005-12-11 Juri Linkov <juri@jurta.org>
4701
4702 * minibuf.c (display_completion_list_1):
4703 Call `minibuffer_completion_contents' instead of using `nil' as
4704 second arg of `Fdisplay_completion_list'.
4705 (keys_of_minibuf): Unbind SPC in
4706 Vminibuffer_local_filename_completion_map (see also related
4707 change on 2005-12-06).
4708
4709 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4710
4711 * emacs.c (main) [MAC_OS8]: Undo previous change.
4712
4713 * macselect.c (syms_of_macselect) <mac-apple-event-map>:
4714 Initialize to nil. Keymap is now created in lisp/term/mac-win.el.
4715
4716 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4717
4718 * Makefile.in (macselect.o): Depend on keymap.h.
4719
4720 * emacs.c (main) [MAC_OS8]: Call syms_of_keymap before
4721 syms_of_macselect.
4722
4723 * image.c (init_image) [MAC_OS]: Don't call EnterMovies.
4724 [!HAVE_GIF && MAC_OS] (gif_load): Call EnterMovies.
4725
4726 * keyboard.c (Qmac_apple_event) [MAC_OS]: New variable.
4727 (syms_of_keyboard) [MAC_OS]: Initialize it.
4728 (make_lispy_event) [MAC_OS]: Build lisp event for MAC_APPLE_EVENT.
4729
4730 * mac.c (Qundecoded_file_name): New variable.
4731 (syms_of_mac): Initialize it.
4732 (mac_aelist_to_lisp, mac_aedesc_to_lisp): New functions.
4733 [TARGET_API_MAC_CARBON] (create_apple_event_from_event_ref): New fun.
4734 (Fmac_coerce_ae_data): New defun.
4735 (syms_of_mac): Defsubr it.
4736
4737 * macselect.c: Include keymap.h.
4738 (mac_ready_for_apple_events): New variable.
4739 (Vmac_apple_event_map, Qmac_apple_event_class)
4740 (Qmac_apple_event_id): New variables.
4741 (syms_of_macselect): Initialize them.
4742 (Qundefined, mac_store_apple_event): Add externs.
4743 (struct apple_event_binding): New struct.
4744 (find_event_binding_fun, find_event_binding)
4745 (mac_find_apple_event_spec, defer_apple_events)
4746 (mac_handle_apple_event, init_apple_event_handler)
4747 (copy_scrap_flavor_data): New functions.
4748 (Fmac_process_deferred_apple_events): New defun.
4749 (syms_of_macselect): Defsubr it.
4750 (mac_store_services_event): Fix extern.
4751 (mac_handle_service_event): Don't allocate Lisp objects during
4752 asynchronous input processing. Use mac_store_services_event
4753 instead of mac_store_application_menu_event.
4754
4755 * macterm.c (Qmac_ready_for_drag_n_drop, Qapplication, Qabout)
4756 (Qpreferences): Remove variables.
4757 (syms_of_macterm) : Don't initialize them.
4758 (Qhicommand) [USE_CARBON_EVENTS]: New variable.
4759 (syms_of_macterm) [USE_CARBON_EVENTS]: Initialize it.
4760 (init_required_apple_events, do_ae_open_application)
4761 (do_ae_print_documents, do_ae_open_documents)
4762 (do_ae_quit_application): Remove functions and prototypes.
4763 (mac_ready_for_apple_events, Qundefined, init_apple_event_handler)
4764 (mac_find_apple_event_spec): Add externs.
4765 (mac_store_application_menu_event): Remove function.
4766 (mac_store_apple_event, mac_make_lispy_event_code): New functions.
4767 (mac_handle_command_event): Create Apple event from Carbon event.
4768 Use mac_store_apple_event instead of mac_store_application_menu_event.
4769 [MAC_OSX] (mac_store_services_event): Likewise.
4770 (struct SelectionRange, SelectionRange): Remove struct and typedef.
4771 [MAC_OS8] (main): Call init_apple_event_handler instead of
4772 init_required_apple_events.
4773 (mac_initialize) [MAC_OSX]: Likewise.
4774 [!USE_CARBON_EVENTS] (mac_wait_next_event):
4775 Use mac_ready_for_apple_events instead of Qmac_ready_for_drag_n_drop.
4776
4777 * macterm.h (mac_make_lispy_event_code, mac_aedesc_to_lisp):
4778 Add externs.
4779 (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]: Likewise.
4780 (Fmac_get_preference): Add EXFUN.
4781
4782 * termhooks.h (enum event_kind) [MAC_OS]: Add new MAC_APPLE_EVENT
4783 event.
4784
4785 2005-12-09 Richard M. Stallman <rms@gnu.org>
4786
4787 * xfns.c (Fx_create_frame): Reinstate previous change.
4788
4789 2005-12-09 Eli Zaretskii <eliz@gnu.org>
4790
4791 * w32fns.c (w32_abort) [__GNUC__]: Add instructions for attaching
4792 GDB to the abort dialog.
4793
4794 2005-12-09 Kyotaro HORIGUCHI <horiguti@meadowy.org> (tiny change)
4795
4796 * indent.c (Fvertical_motion): Force move if starting on
4797 stretch glyph.
4798
4799 2005-12-08 Richard M. Stallman <rms@gnu.org>
4800
4801 * lread.c (read_escape) <\s>: Don't treat strings specially.
4802
4803 * xfns.c (Fx_create_frame): Comment out previous change.
4804
4805 2005-12-07 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
4806
4807 * xfns.c (Fx_create_frame): Initialize Vdefault_minibuffer_frame,
4808 when needed.
4809
4810 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4811
4812 * minibuf.c (keys_of_minibuf): Just unbind SPC in
4813 Vminibuffer_local_filename_completion_map rather than forcing it
4814 explicitly to the same binding as the global map.
4815
4816 2005-12-06 Ken Raeburn <raeburn@gnu.org>
4817
4818 * buffer.c (Fkill_buffer): Avoid dangerous side effects in NILP args.
4819 * bytecode.c (Fbyte_code): Likewise.
4820 * fileio.c (internal_delete_file, Fread_file_name_internal): Likewise.
4821 * minibuf.c (Fminibuffer_complete_and_exit): Likewise.
4822 * undo.c (truncate_undo_list): Likewise.
4823
4824 2005-12-05 Richard M. Stallman <rms@gnu.org>
4825
4826 * window.c (enlarge_window): Eliminate arg preserve_before.
4827 Assume it is 0. All callers changed.
4828 (Fenlarge_window, Fshrink_window): Likewise.
4829
4830 2005-12-02 Eli Zaretskii <eliz@gnu.org>
4831
4832 * w32fns.c (compute_tip_xy): Put tip above pointer if it doesn't
4833 fit below.
4834
4835 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4836
4837 * xterm.h: Add prototype for xg_set_icon_from_xpm_data.
4838
4839 * xfns.c (x_real_positions): int ign => unsigned int.
4840 (xg_set_icon_from_xpm_data): Remove unused variable err.
4841 (x_set_name_internal, Fx_create_frame, xg_set_icon): Add cast
4842 to remove compiler warning.
4843 (compute_tip_xy): Put tip above pointer if it doesn't fit below.
4844
4845 2005-12-02 David Reitter <david.reitter@gmail.com>
4846
4847 * minibuf.c (Fcompleting_read): If Vminibuffer_completing_file_name is
4848 non-nil, use the new keymaps Vminibuffer_local_filename_completion_map
4849 and Vminibuffer_local_must_match_filename_map keymaps.
4850 (keys_of_minibuf): Bind SPC in the new file-name completion keymaps.
4851
4852 * keymap.c (Vminibuffer_local_filename_completion_map)
4853 (Vminibuffer_local_must_match_filename_map): New variables.
4854 (syms_of_keymap): DEFVAR_LISP them, initialize them, and set their
4855 parent to be Vminibuffer_local_completion_map and
4856 Vminibuffer_local_must_match_map, respectively.
4857
4858 * commands.h (Vminibuffer_local_filename_completion_map)
4859 (Vminibuffer_local_must_match_filename_map): Declare the new keymaps.
4860
4861 2005-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
4862
4863 * window.c (Fset_window_configuration): Don't accidentally copy the
4864 window-point of one window to another.
4865
4866 2005-11-30 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
4867
4868 * buffer.c (Fpop_to_buffer): Remove superfluous call to record_buffer.
4869
4870 2005-11-30 Kim F. Storm <storm@cua.dk>
4871
4872 * alloc.c: Include fcntl.h. Define O_WRONLY if not defined.
4873 (valid_lisp_object_p) [!GC_MARK_STACK]: Validate pointer by
4874 passing it to `emacs_write'.
4875
4876 2005-11-29 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
4877
4878 * atimer.c (stop_other_atimers): Fix loop to correctly compute `prev'.
4879
4880 2005-11-27 Richard M. Stallman <rms@gnu.org>
4881
4882 * window.c (adjust_window_trailing_edge): New function.
4883 (Fadjust_window_trailing_edge): New function.
4884 (syms_of_window): Defsubr it.
4885 (window_deletion_count): New variable.
4886 (delete_window): Update window_deletion_count.
4887
4888 2005-11-26 Eli Zaretskii <eliz@gnu.org>
4889
4890 * minibuf.c (syms_of_minibuf): Mention the extension of
4891 `completion-auto-help's meaning by complete.el.
4892
4893 2005-11-26 Henrik Enberg <henrik.enberg@telia.com>
4894
4895 * xfaces.c (Finternal_set_lisp_face_attribute_from_resource):
4896 Handle :inherit property as a lisp expression.
4897
4898 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4899
4900 * macterm.c (Qcontrol): Rename from Qctrl. All uses changed.
4901 (syms_of_macterm): Staticpro Qcontrol, Qmeta, Qalt, Qhyper,
4902 Qsuper, and Qmodifier_value.
4903 (Vmac_control_modifier, Vmac_option_modifier)
4904 (Vmac_command_modifier, Vmac_function_modifier)
4905 (Vmac_emulate_three_button_mouse, Vmac_wheel_button_is_mouse_2)
4906 (Vmac_pass_command_to_system, Vmac_pass_control_to_system)
4907 (Vmac_charset_info_alist): Doc fixes.
4908
4909 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4910
4911 * emacs.c (main) [MAC_OSX]: Change working directory to home
4912 directory if `-psn_*' option is specified.
4913
4914 * mac.c (DECODE_UTF_8): Remove macro.
4915 [TARGET_API_MAC_CARBON] (cfstring_to_lisp_nodecode): New function
4916 created from cfstring_to_lisp.
4917 [TARGET_API_MAC_CARBON] (cfstring_to_lisp): Use it.
4918 (xrm_get_preference_database) [TARGET_API_MAC_CARBON]: Likewise.
4919
4920 * macterm.h (cfstring_to_lisp_nodecode) [TARGET_API_MAC_CARBON]:
4921 Add prototype.
4922
4923 2005-11-21 Ken Raeburn <raeburn@gnu.org>
4924
4925 * keymap.c (shadow_lookup): Use make_number to pass a number to
4926 Fsubstring.
4927
4928 2005-11-21 Juri Linkov <juri@jurta.org>
4929
4930 * puresize.h (BASE_PURESIZE): Increment to 1180000.
4931
4932 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
4933
4934 * xfaces.c (Finternal_set_lisp_face_attribute):
4935 Use :ignore-defface for new frame defaults when `unspecified' is
4936 supplied.
4937 (Finternal_get_lisp_face_attribute): Hide :ignore-defface.
4938 (merge_face_vectors): Don't do :ignore-defface overwriting here.
4939 (Finternal_merge_in_global_face): Do it here.
4940
4941 2005-11-20 Juri Linkov <juri@jurta.org>
4942
4943 * charset.c (invalid_character): Use Lisp-readable syntax
4944 for octal and hex. Reorder decimal, octal and hex values.
4945
4946 2005-11-20 Nick Roberts <nickrob@snap.net.nz>
4947
4948 * lisp.h: Use typedef when Lisp_Object is EMACS_INT so that
4949 this type is recognised when debugging.
4950
4951 2005-11-19 Andreas Schwab <schwab@suse.de>
4952
4953 * .gdbinit (nextcons, xcdr, xfloat): Update for changes in
4954 Lisp_Cons and Lisp_Float.
4955
4956 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4957
4958 * macterm.c [USE_CG_TEXT_DRAWING] (cg_text_anti_aliasing_threshold):
4959 New variable.
4960 [USE_CG_TEXT_DRAWING] (init_cg_text_anti_aliasing_threshold): New fun.
4961 (init_font_name_table) [USE_ATSUI && USE_CG_TEXT_DRAWING]: Use it.
4962 [USE_CG_TEXT_DRAWING] (mac_draw_string_cg): Don't do antialiasing if
4963 font size is smaller than or equal to cg_text_anti_aliasing_threshold.
4964
4965 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
4966
4967 * image.c (x_create_bitmap_from_xpm_data): Free attributes on fail.
4968
4969 * xfaces.c (Qignore_defface): New variable.
4970 (syms_of_xfaces): Provide `:ignore-defface'.
4971 (IGNORE_DEFFACE_P): New macro.
4972 (check_lface_attrs, lface_fully_specified_p)
4973 (Finternal_set_lisp_face_attribute)
4974 (Fface_attribute_relative_p, Fmerge_face_attribute):
4975 Handle Qignore_defface as a possible value.
4976 (merge_face_vectors): The merged face is `unspecified' if the
4977 mergee specifies `:ignore-defface'.
4978
4979 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4980
4981 * lread.c (readevalloop): Add missing GCPROs.
4982
4983 2005-11-16 Chong Yidong <cyd@stupidchicken.com>
4984
4985 * xfns.c (xg_set_icon_from_xpm_data): New function.
4986
4987 * gnu.h (gnu_xpm_bits): Rename from gnu_bits.
4988 (gnu_xbm_bits): Rename from gnu_bits (xbm version).
4989
4990 * xterm.c (x_bitmap_icon): Use the xpm if available.
4991
4992 * image.c (x_create_bitmap_from_xpm_data): New function.
4993 (x_create_bitmap_from_xpm_data): Initialize XpmAttributes.
4994
4995 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
4996
4997 * Makefile.in (lisp, shortlisp): Add rfn-eshadow.
4998
4999 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
5000
5001 * .gdbinit: Make SIGTSTP work like SIGINT normally does.
5002
5003 2005-11-15 Andreas Schwab <schwab@suse.de>
5004
5005 * lisp.h (struct Lisp_Cons): Make cdr a union.
5006 (XCDR_AS_LVALUE): Adjust.
5007 (struct Lisp_Float): Make data a union.
5008 (XFLOAT_DATA): Adjust.
5009
5010 * alloc.c (free_float): Make free list chaining aliasing-safe.
5011 (make_float): Likewise.
5012 (free_cons): Likewise.
5013 (Fcons): Likewise.
5014 (check_cons_list): Likewise.
5015 (Fmake_symbol): Likewise.
5016 (allocate_misc): Likewise.
5017 (free_misc): Likewise.
5018 (gc_sweep): Likewise.
5019
5020 2005-11-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5021
5022 * mac.c (HASHKEY_QUERY_CACHE): New define.
5023 (xrm_create_database, xrm_q_put_resource): Empty query cache.
5024 (xrm_get_resource): Use query cache.
5025
5026 * image.c (init_image) [MAC_OS]: Don't call EnterMovies if
5027 inhibit_window_system is set.
5028
5029 2005-11-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5030
5031 * macgui.h (USE_CG_TEXT_DRAWING): New define.
5032 (struct MacFontStruct) [USE_CG_TEXT_DRAWING]: New members cg_font
5033 and cg_glyphs.
5034
5035 * macterm.c [USE_CG_TEXT_DRAWING] (mac_draw_string_cg): New function.
5036 (x_draw_glyph_string_foreground) [USE_CG_TEXT_DRAWING]: Use it.
5037 (XLoadQueryFont) [USE_CG_TEXT_DRAWING]: Set members cg_font and
5038 cg_glyphs in struct MacFontStruct if synthesized bold or italic is
5039 not used and font substitution never occurs for ASCII and Latin-1
5040 characters.
5041 (XLoadQueryFont): Maximum and minimum metrics are now those among
5042 ASCII characters.
5043 (XLoadQueryFont) [!MAC_OS8 || USE_ATSUI]: Apply WebKit-style
5044 height adjustments for Courier, Helvetica, and Times.
5045
5046 * s/darwin.h (LIBS_CARBON) [!HAVE_CARBON]: Remove `-framework Carbon'.
5047
5048 2005-11-11 David Reitter <david.reitter@gmail.com>
5049
5050 * macterm.c (syms_of_macterm): Remove macCtrlKey, macShiftKey,
5051 macMetaKey, macAltKey. Introduce Qctrl, Qmeta,
5052 Vmac_control_modifier / mac-control-modifier,
5053 Vmac_option_modifier / mac-option-modifier,
5054 Vmac_command_modifier / mac-command-modifier.
5055 (mac_to_emacs_modifiers): Use the new style modifier
5056 variables. Return UInt32 (modifiers are longs now.)
5057 (backtranslate_modified_keycode): New function (refactoring).
5058 (XTread_socket): Use new modifier variables and refactored function.
5059 (mac_determine_quit_char_modifiers): Remove macMetaKey (there is
5060 no dedicated meta key. Not in use anyway.)
5061 (convert_fn_keycode): Map Fn-keys to their original keycode
5062 using a table (english keyboard only).
5063
5064 2005-11-11 Kim F. Storm <storm@cua.dk>
5065
5066 * .gdbinit (pitx): Fix output format if n_overlay_strings > 0.
5067 Add post hook to "backtrace" to always dump lisp call stack to
5068 increase chance of people sending it to us when reporting bugs.
5069
5070 * doc.c (Fsubstitute_command_keys): Doc fix.
5071
5072 * dispextern.h (struct it): New member ignore_overlay_strings_at_pos_p.
5073
5074 * xdisp.c (handle_stop): Skip overlay string handling if
5075 ignore_overlay_strings_at_pos_p is set.
5076 (set_iterator_to_next): At end of display vector, set
5077 ignore_overlay_strings_at_pos_p if dpvec came from an overlay
5078 string, so we skip those overlay strings at current pos.
5079
5080 2005-11-10 Lars Hansen <larsh@soem.dk>
5081
5082 * fileio.c (file-regular-p): Doc fix.
5083
5084 2005-11-10 Kim F. Storm <storm@cua.dk>
5085
5086 * alloc.c (valid_lisp_object_p): New function to validate that
5087 an object is really a valid Lisp_Object.
5088
5089 * lisp.h (valid_lisp_object_p): Add prototype.
5090
5091 * print.c (safe_debug_print): New function to be called from gdb
5092 to print Lisp objects; use valid_lisp_object_p to avoid crashing
5093 if user tries to print something which is not a Lisp object.
5094
5095 * .gdbinit (pp, pp1): Use safe_debug_print.
5096 (pv, pv1): New commands to print value of a lisp variable.
5097
5098 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
5099
5100 * .gdbinit (pp1): New user-defined function.
5101
5102 2005-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5103
5104 * image.c [MAC_OSX] (image_load_quartz2d): Fix memory leak.
5105
5106 * mac.c [MAC_OSX] (init_mac_osx_environment): Reinitialize locale
5107 related variables for dumped executable.
5108
5109 * unexmacosx.c (unexec_write_zero): New function.
5110 (copy_data_segment): Clear uninitialized local variables in
5111 statically linked libraries.
5112
5113 * s/darwin.h (C_SWITCH_SYSTEM): Remove -fno-common.
5114
5115 2005-11-09 Juri Linkov <juri@jurta.org>
5116
5117 * keymap.c (shadow_lookup): If Flookup_key returns a number,
5118 call it again with a sub-key-sequence, and if its return value
5119 is non-nil (sub-key is bound), return nil.
5120
5121 2005-11-08 Kim F. Storm <storm@cua.dk>
5122
5123 * process.c (Fsignal_process): Recognize signal names with and
5124 without SIG prefix, e.g. SIGHUP and HUP.
5125
5126 * search.c (search_buffer): No need to initialize base_pat.
5127
5128 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
5129
5130 * window.c (Fget_lru_window, Fget_largest_window, window_loop):
5131 Don't abuse the `mini' arg. Use the `obj' arg instead.
5132
5133 2005-11-04 Kim F. Storm <storm@cua.dk>
5134
5135 * xdisp.c (show_mouse_face): Clear mouse face to eol.
5136
5137 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
5138
5139 * Makefile.in (lisp, shortlisp): Add emacs-lisp/syntax.elc,
5140 font-lock.elc and jit-lock.elc.
5141
5142 2005-11-03 Richard M. Stallman <rms@gnu.org>
5143
5144 * window.c (Fenlarge_window): Rename SIDE to HORIZONTAL.
5145 (enlarge_window): Rename WIDTHFLAG to HORIZ_FLAG.
5146 (CURBEG, CURSIZE): Use HORIZ_FLAG instead of WIDTHFLAG.
5147
5148 * sheap.c (STATIC_HEAP_SIZE): Increment both definitions.
5149
5150 * alloc.c (refill_memory_reserve): Move decl out of conditionals.
5151
5152 2005-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
5153
5154 * window.c (Fdisplay_buffer): Fix last change to not use
5155 a dedicated window.
5156
5157 2005-11-01 Kim F. Storm <storm@cua.dk>
5158
5159 * fringe.c (update_window_fringes): Undo 2005-10-27 change.
5160 Instead, rotate the bottom angle bitmap 180 degrees to indicate
5161 that the bottom row does not end in a newline.
5162
5163 2005-11-01 Andreas Schwab <schwab@suse.de>
5164
5165 * unexelf.c (unexec): Handle .plt section in BSS segment.
5166
5167 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
5168
5169 * lread.c (readevalloop): Yet another int/Lisp_Object mixup (YAILOM).
5170
5171 * window.c (window_loop): For LRU and LARGEST, let the `mini' argument
5172 determine whether to consider dedicated windows as well.
5173 (Fget_lru_window, Fget_largest_window): Add `dedicated' argument.
5174 (Fdisplay_buffer): Do consider dedicated windows in those cases where
5175 we will split the window rather than reuse it.
5176 Don't try to use windows on other displays.
5177
5178 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
5179
5180 * puresize.h (BASE_PURESIZE): Increment to 1170000.
5181
5182 2005-10-31 Romain Francoise <romain@orebokech.com>
5183
5184 * macfns.c: Update copyright year.
5185 * m/gould.h: Likewise.
5186
5187 2005-10-30 Kim F. Storm <storm@cua.dk>
5188
5189 * xdisp.c (display_line): Restore it->current_x and call
5190 extend_face_to_end_of_line when last glyph doesn't fit on line.
5191 (set_glyph_string_background_width): Remove specific tests here
5192 to see if face background should extend to end of line. Simplify.
5193
5194 2005-10-30 Richard M. Stallman <rms@gnu.org>
5195
5196 * alloc.c (BYTES_USED): Use uordblks, not arena.
5197 (bytes_used_when_reconsidered): New variable.
5198 (emacs_blocked_free): Set that.
5199
5200 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
5201
5202 * alloc.c (emacs_blocked_free): Fix typo.
5203
5204 2005-10-29 Richard M. Stallman <rms@gnu.org>
5205
5206 * data.c (Fmake_variable_frame_local): Doc fix.
5207
5208 * xdisp.c (handle_fontified_prop): Do nothing if memory full.
5209 (format_mode_line_unwind_data): New arg SAVE_PROPTRANS
5210 controls whether to save and restore mode_line_proptrans_alist.
5211 Callers changed.
5212 (unwind_format_mode_line): Work with that feature.
5213 (redisplay_internal): Don't call prepare_menu_bars if memory full.
5214 (move_elt_to_front): New function.
5215 (display_mode_element): Use move_elt_to_front.
5216 Don't bother munging text props on a null string.
5217 Delete obsolete elts from mode_line_proptrans_alist.
5218 (decode_mode_spec): Test Vmemory_full, not spare_memory.
5219 (Fformat_mode_line): Clear mode_line_proptrans_alist after saving.
5220
5221 * lisp.h (memory_full_cons_threshold): Declare.
5222 (internal_lisp_condition_case): Declare.
5223
5224 * alloc.c (syms_of_alloc) <memory-full>: Doc fix.
5225 (Fmemory_full_p): Function deleted.
5226 (syms_of_alloc): Don't defsubr it.
5227 (memory_full_cons_threshold): New variable.
5228 (spare_memory): Now a vector of 7 elts.
5229 (buffer_memory_full): Don't set Vmemory_full here.
5230 (xfree): Don't try to refill here.
5231 (emacs_blocked_free): Record BYTES_USED in local var.
5232 (memory_full): Now free all the slots in spare_memory.
5233 (refill_memory_reserve): Allocate each slot in spare_memory.
5234 (init_alloc_once): Call refill_memory_reserve.
5235
5236 * keyboard.c (command_loop_1): Don't set Vmemory_full here.
5237
5238 * eval.c (internal_lisp_condition_case): New function.
5239 (Fcondition_case): Use internal_lisp_condition_case.
5240 (Feval): Test Vmemory_full and memory_full_cons_threshold.
5241 (Ffuncall): Likewise.
5242
5243 * bytecode.c (Fbyte_code): Use internal_lisp_condition_case.
5244
5245 2005-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5246
5247 * syntax.c (Fparse_partial_sexp): Fix docstring.
5248
5249 2005-10-28 Romain Francoise <romain@orebokech.com>
5250
5251 * puresize.h (BASE_PURESIZE): Increment to 1130000.
5252
5253 2005-10-28 Richard M. Stallman <rms@gnu.org>
5254
5255 * xfns.c (syms_of_xfns): Provide `x' as feature.
5256
5257 * xdisp.c (decode_mode_spec): Define %e to indicate memory full.
5258
5259 * editfns.c (Fformat): Don't include string padding
5260 between info[n].start and info[n].end.
5261
5262 * alloc.c (spare_memory): No longer static.
5263 (xfree) [!SYSTEM_MALLOC]: Call refill_memory_reserve.
5264
5265 * puresize.h (BASE_PURESIZE): Increment to 1120000.
5266
5267 2005-10-27 Chong Yidong <cyd@stupidchicken.com>
5268
5269 * data.c (Fmake_variable_frame_local): Add clarification to docstring.
5270
5271 * fringe.c (update_window_fringes): Handle case where buffer ends
5272 with a newline.
5273
5274 2005-10-27 Kenichi Handa <handa@m17n.org>
5275
5276 * coding.h (DECODE_SYSTEM): Fix argument name; name->str.
5277
5278 2005-10-24 Kenichi Handa <handa@m17n.org>
5279
5280 * charset.h (charset_mule_unicode_0100_24ff)
5281 (charset_mule_unicode_2500_33ff, charset_mule_unicode_e000_ffff):
5282 Extern them.
5283
5284 * charset.c (charset_mule_unicode_0100_24ff)
5285 (charset_mule_unicode_2500_33ff, charset_mule_unicode_e000_ffff):
5286 New variables.
5287 (Fsetup_special_charsets): Initialize them.
5288
5289 * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
5290 supported Unicode characters.
5291
5292 2005-10-25 Jason Rumney <jasonr@gnu.org>
5293
5294 * w32fns.c (w32_to_x_font): Avoid forcing font widths.
5295
5296 2005-10-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5297
5298 * image.c [MAC_OS] (image_load_qt_1): Check image size.
5299 Use GraphicsImportGetImageDescription instead of
5300 GraphicsImportGetNaturalBounds.
5301 [MAC_OSX] (image_load_quartz2d): Check image size.
5302 [MAC_OS] (xpm_load_image): Likewise.
5303
5304 * macterm.c (last_mouse_glyph_frame): New var.
5305 (note_mouse_movement): Say mouse moved if current frame differs
5306 from last_mouse_glyph_frame, and update last_mouse_glyph_frame.
5307 (XTmouse_position): Set last_mouse_glyph_frame.
5308 (XTread_socket): Clear last_mouse_glyph_frame on mouse up/down event.
5309 (mac_draw_string_common) [USE_ATSUI && WORDS_BIG_ENDIAN]: Fix typo.
5310 Use EndianU16_BtoN.
5311 (mac_draw_string_common) [MAC_OSX]: Don't use ATSUClearLayoutControls.
5312 (x_per_char_metric, XLoadQueryFont)
5313 [MAC_OS_X_VERSION_MAX_ALLOWED < 1020]: Use device origins to get
5314 glyph bounds.
5315 (mac_to_x_fontname, mac_do_list_fonts)
5316 (mac_initialize_display_info): Change screen resolutions to 72dpi.
5317
5318 2005-10-25 Masatake YAMATO <jet@gyve.org>
5319
5320 * minibuf.c (Fdisplay_completion_list): Small doc fix.
5321
5322 2005-10-24 Kim F. Storm <storm@cua.dk>
5323
5324 * xterm.c: Undo 2005-10-23 change.
5325 (last_mouse_glyph_frame): New var.
5326 (note_mouse_movement): Say mouse moved if current frame differs
5327 from last_mouse_glyph_frame, and update last_mouse_glyph_frame.
5328 (XTmouse_position): Set last_mouse_glyph_frame.
5329 (handle_one_xevent): Clear last_mouse_glyph_frame [instead of
5330 last_mouse_glyph] on mouse up/down event.
5331
5332 * editfns.c (Fcompare_buffer_substrings): Fix last change.
5333
5334 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5335
5336 * editfns.c (Fcompare_buffer_substrings): Handle multibyte chars.
5337
5338 2005-10-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5339
5340 * xterm.c (note_mouse_movement): Always call note_mouse_highlight
5341 so tool tips don't interfere with press on tool bar button.
5342
5343 2005-10-23 Richard M. Stallman <rms@gnu.org>
5344
5345 * casetab.c (Fset_case_table): Doc fix.
5346
5347 * lread.c (build_load_history): Replace STREAM arg with ENTIRE.
5348 (readevalloop): Compute ENTIRE properly.
5349 (syms_of_lread) <load-history>: Doc fix.
5350
5351 2005-10-21 Richard M. Stallman <rms@gnu.org>
5352
5353 * lread.c (Fload): Simplify gcpro structure.
5354 Gcpro FOUND as well as FILE, but not EFOUND.
5355 Unless preloading, record FOUND instead of FILE in Vload_history.
5356 Rename repeat local FILE to MSG_FILE.
5357 (syms_of_lread) <load-history>: Doc fix.
5358
5359 2005-10-21 Kenichi Handa <handa@m17n.org>
5360
5361 * search.c (boyer_moore): Add parens to fix and/or precedence bug.
5362
5363 2005-10-20 Kim F. Storm <storm@cua.dk>
5364
5365 * buffer.c (clone_per_buffer_values): Remove unused var tem.
5366 (init_buffer): Remove unused vars dotstat, pwdstat.
5367
5368 * ccl.c (check_ccl_update): Remove unused var vp.
5369
5370 * fileio.c (auto_save_error): Call SAFE_FREE.
5371
5372 * fns.c (Fchar_table_range): Remove unused var i.
5373
5374 * minibuf.c (display_completion_list_1): New wrapper function
5375 for Fdisplay_completion_list.
5376 (Fminibuffer_completion_help): Use it.
5377
5378 * term.c (encode_terminal_code): Remove unused var src_start.
5379
5380 * window.c (Fwindow_tree): Remove unused var alist.
5381
5382 * xterm.c (x_calc_absolute_position): Remove unused vars win_x, win_y.
5383
5384 2005-10-20 Aubrey Jaffer <agj@alum.mit.edu> (tiny change)
5385
5386 * unexelf.c (unexec): Fix calls to `fatal' with less than 3 arguments.
5387
5388 2005-10-20 Olli Savia <ops@iki.fi> (tiny change)
5389
5390 * syssignal.h [__Lynx__]: Undef SIGPOLL along with SIGIO.
5391
5392 2005-10-20 Andreas Schwab <schwab@suse.de>
5393
5394 * minibuf.c (Fdisplay_completion_list): Doc fix.
5395
5396 2005-10-19 Kim F. Storm <storm@cua.dk>
5397
5398 * image.c (check_image_size): Handle integer Vmax_image_size value
5399 directly as max pixel value. Use default frame size for null frame.
5400 (syms_of_image) <max-image-size>: Describe integer value.
5401
5402 2005-10-19 Romain Francoise <romain@orebokech.com>
5403
5404 * emacs.c (main): Update copyright year.
5405
5406 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
5407
5408 * image.c (Vmax_image_size): New variable.
5409 (check_image_size): New function.
5410 (xbm_read_bitmap_data, pbm_load, png_load, jpeg_load, tiff_load)
5411 (gif_load, gs_load): Use it.
5412 (lookup_image): Try loading again if previous load failed.
5413 (xbm_read_bitmap_data): Add a new argument, a pointer to the frame
5414 to display in, NULL if none.
5415 (xbm_load_image, xbm_file_p): Pass xbm_read_bitmap_data the new
5416 argument.
5417
5418 2005-10-18 Richard M. Stallman <rms@gnu.org>
5419
5420 * search.c (Fstring_match): Doc fix.
5421
5422 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5423
5424 * macterm.c (note_mouse_movement): Use PtInRect.
5425 (XTread_socket): Also ignore mouse motion just before a button
5426 release event. Don't process button release event when mouse is
5427 not grabbed.
5428
5429 2005-10-16 Masatake YAMATO <jet@gyve.org>
5430
5431 * minibuf.c (Fdisplay_completion_list): Add new optional
5432 argument COMMON_SUBSTRING. Bind `completion-common-substring'
5433 to the optional argument during running `completion-setup-hook'.
5434
5435 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5436
5437 * mac.c [TARGET_API_MAC_CARBON] (get_cfstring_encoding_from_lisp):
5438 Allow nil as argument.
5439 [TARGET_API_MAC_CARBON] (Fmac_code_convert_string): Regard nil
5440 for encoding arguments as UTF-16 in native byte order, no BOM.
5441
5442 * macfns.c (Fx_create_frame): Add debugging code.
5443 (Fx_show_tip): Set frame pixel width and height.
5444
5445 * macterm.c (MAC_WINDOW_NORMAL_GC): Remove macro.
5446 (FRAME_NORMAL_GC): New macro.
5447 (mac_draw_line, mac_clear_area, mac_clear_window)
5448 (mac_fill_rectangle, mac_draw_string, mac_draw_string_16)
5449 (mac_draw_image_string, mac_draw_image_string_16): Rename from
5450 XDrawLine, XClearArea, XClearWindow, XFillRectangle, XDrawString,
5451 XDrawString16, XDrawImageString, and XDrawImageString16, respectively.
5452 All uses changed.
5453 (mac_draw_line, mac_erase_rectangle, mac_clear_area)
5454 (mac_clear_window, mac_draw_bitmap, mac_draw_rectangle)
5455 (mac_invert_rectangle, mac_draw_string_common, mac_draw_string)
5456 (mac_draw_string_16, mac_draw_image_string)
5457 (mac_draw_image_string_16, mac_copy_area, mac_copy_area_with_mask)
5458 (mac_scroll_area): Drawing functions now take frame as destination.
5459 All uses changed.
5460 (mac_draw_string_common): Get port height with FRAME_PIXEL_HEIGHT.
5461 (x_draw_fringe_bitmap): Set clipping area in face->gc.
5462
5463 * macterm.h (mac_clear_area): Add extern.
5464
5465 2005-10-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5466
5467 * macterm.c (note_mouse_movement, XTread_socket): Apply 2005-10-14
5468 changes for xterm.c.
5469
5470 * w32term.c (note_mouse_movement, w32_read_socket): Likewise.
5471
5472 2005-10-14 Kenichi Handa <handa@m17n.org>
5473
5474 * search.c (search_buffer): Give up BM search on case-fold-search
5475 if one of a target character has a case-equivalence of different
5476 charset even if that target charcter is an ASCII.
5477
5478 * casefiddle.c (casify_object): Fix for the case that case
5479 conversion change the byte length.
5480
5481 2005-10-14 Kim F. Storm <storm@cua.dk>
5482
5483 * xterm.c (note_mouse_movement): Return 1 if mouse moved; 0 otherwise.
5484 (handle_one_xevent): Only clear help_echo_string; restore it if
5485 note_mouse_movement didn't record any mouse movement.
5486
5487 * xdisp.c (pos_visible_p): Convert w->hscroll to pixels before use.
5488 (remember_mouse_glyph): Clear RECT if mouse is over an image glyph.
5489
5490 * keyboard.c (make_lispy_position): Adjust wx for left margin if
5491 ON_TEXT.
5492 (Fposn_at_x_y): Fix calculation of x coordinate.
5493 (Fposn_at_point): Return nil if point is hscrolled out of view.
5494
5495 2005-10-13 Andreas Schwab <schwab@suse.de>
5496
5497 * sysdep.c (request_sigio, unrequest_sigio): Do nothing in
5498 non-interactive mode.
5499
5500 2005-10-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5501
5502 * xterm.c, w32term.c, macterm.c (note_mouse_movement): Undo last change.
5503
5504 2005-10-12 Kim F. Storm <storm@cua.dk>
5505
5506 * xterm.c (handle_one_xevent): Clear last_mouse_glyph on mouse up/down.
5507
5508 2005-10-12 Romain Francoise <romain@orebokech.com>
5509
5510 * buffer.c (init_buffer): Rename `rc' to `len' for clarity.
5511
5512 2005-10-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5513
5514 * xdisp.c (remember_mouse_glyph): Use MATRIX_BOTTOM_TEXT_ROW to
5515 get end of text rows. Obtain header-line/mode-line rows directly.
5516
5517 * xterm.c, w32term.c, macterm.c (note_mouse_movement):
5518 Restore help_echo_string if mouse is moved inside last_mouse_glyph.
5519
5520 2005-10-12 Kim F. Storm <storm@cua.dk>
5521
5522 * xdisp.c (remember_mouse_glyph): New generic version based on
5523 glyph_rect and remember_mouse_glyph from xterm.c enhanced to
5524 properly handle all different window areas.
5525
5526 * dispextern.h (remember_mouse_glyph): Add prototype.
5527
5528 * xterm.c (glyph_rect, remember_mouse_glyph): Remove X versions.
5529 (note_mouse_movement, XTmouse_position): Use generic
5530 remember_mouse_glyph, add last_mouse_glyph arg.
5531
5532 * w32term.c (note_mouse_movement): Fix last_mouse_glyph check.
5533 (glyph_rect, remember_mouse_glyph): Remove w32 specific versions.
5534 (note_mouse_movement, w32_mouse_position): Use generic
5535 remember_mouse_glyph, add last_mouse_glyph arg.
5536
5537 * macterm.c (note_mouse_movement): Add call to remember_mouse_glyph.
5538 (glyph_rect, remember_mouse_glyph): Remove mac specific versions.
5539 (XTmouse_position): Adapt to use generic remember_mouse_glyph
5540 instead of pixel_to_glyph_coords.
5541
5542 * window.c (coordinates_in_window): Fix x position for ON_RIGHT_MARGIN.
5543 Fix x position for ON_TEXT when left margin width > 0.
5544
5545 2005-10-11 Kim F. Storm <storm@cua.dk>
5546
5547 * window.c (coordinates_in_window): Fix y position for ON_SCROLL_BAR.
5548
5549 * keyboard.c (make_lispy_position): Fix buffer calculations for
5550 mouse click or movement in right fringe and the margins.
5551
5552 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
5553
5554 * image.c (fn_jpeg_stdio_src): Don't define it.
5555 (init_jpeg_functions): Don't initialize `fn_jpeg_stdio_src'.
5556 (our_common_init_source): Rename from `our_init_source'.
5557 (our_common_term_source): Rename from `our_term_source'.
5558 (our_memory_fill_input_buffer): Rename from
5559 `our_fill_input_buffer'.
5560 (our_memory_skip_input_data): Rename from `our_skip_input_data'.
5561 (jpeg_memory_src): Use the new names.
5562 (struct jpeg_stdio_mgr): New struct.
5563 (JPEG_STDIO_BUFFER_SIZE): New constant.
5564 (our_stdio_fill_input_buffer, our_stdio_skip_input_data)
5565 (jpeg_file_src): New functions.
5566 (jpeg_load): Use `jpeg_file_src' instead of `fn_jpeg_stdio_src'.
5567
5568 2005-10-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5569
5570 * macterm.c (PER_CHAR_METRIC): Remove unused macro.
5571 (fm_font_family_alist): New variable.
5572 (syms_of_macterm): Initialize and staticpro it.
5573 (decode_mac_font_name): Replace '-' in family name with '_' if it
5574 occurs just once. Lower family name.
5575 (parse_x_font_name): Rename from x_font_name_to_mac_font_name.
5576 All uses changed. Remove argument MF and code conversion for it.
5577 Add argument SIZE. Rename argument MF_DECODED to FAMILY, and CS
5578 to CHARSET. Parse font size. Lower family name. Return integer
5579 value for status of parsing.
5580 (init_font_name_table) [USE_ATSUI]: Use decode_mac_font_name.
5581 Don't use Fdowncase because family name is already lowered by
5582 decode_mac_font_name.
5583 (init_font_name_table): Always call decode_mac_font_name.
5584 Add pair of family name and its reference to fm_font_family_alist.
5585 (mac_clear_font_name_table): Clear fm_font_family_alist.
5586 (XLoadQueryFont): Move font size parsing part to parse_x_font_name.
5587 Lookup fm_font_family_alist to get font family reference.
5588 (XLoadQueryFont) [USE_ATSUI]: Don't use Fdowncase because family
5589 name is already lowered by parse_x_font_name.
5590
5591 2005-10-11 Kim F. Storm <storm@cua.dk>
5592
5593 * xterm.c (glyph_rect): Return 0 if position is outside text area.
5594
5595 * keyboard.c (make_lispy_position): Fix buffer position calculation for
5596 mouse click or movement in fringe.
5597
5598 2005-10-10 Jason Rumney <jasonr@gnu.org>
5599
5600 * xterm.c (remember_mouse_glyph): New function.
5601 (note_mouse_movement): Use it to remember the current glyph if changed.
5602 (XTmouse_position): Fix calculation of fake glyph under mouse.
5603 Move code to calculate glyph under mouse into remember_mouse_glyph.
5604
5605 2005-10-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5606
5607 * emacs.c (USAGE3, standard_args): -nb => -nbi.
5608
5609 2005-10-10 Juanma Barranquero <lekktu@gmail.com>
5610
5611 * frame.c (Fredirect_frame_focus): Fix typos in docstring.
5612 (next_frame, prev_frame, set_term_frame_name): Make static.
5613
5614 * window.c (Fwindow_tree): Fix spelling.
5615
5616 2005-10-09 Romain Francoise <romain@orebokech.com>
5617
5618 * window.c (Fwindow_end): Don't try to redisplay if non-interactive.
5619
5620 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5621
5622 * emacs.c (standard_args): Remove options -i, -itype, --icon-type.
5623 Add options -nb, --no-bitmap-icon.
5624
5625 * xfns.c (Fx_create_frame): Make bitmapIcon have default on.
5626
5627 2005-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5628
5629 * macgui.h (MAX_CLIP_RECTS): New define.
5630 (struct _XGC): New member clip_region.
5631 (struct _XGC) [MAC_OSX && USE_ATSUI]: New members n_clip_rects and
5632 clip_rects.
5633
5634 * macterm.c (GC_CLIP_REGION): New macro.
5635 (saved_port_clip_region): New variable.
5636 (mac_begin_clip, mac_end_clip): New functions.
5637 (XDrawLine, mac_erase_rectangle, mac_draw_bitmap, XFillRectangle)
5638 (mac_draw_rectangle, mac_draw_string_common, mac_copy_area)
5639 (mac_copy_area_with_mask, mac_scroll_area): Use them.
5640 (mac_set_clip_rectangle, mac_reset_clipping): Remove functions.
5641 [USE_ATSUI] (atsu_get_text_layout_with_text_ptr)
5642 [MAC_OS_X_VERSION_MAX_ALLOWED < 1020]: Specify kATSLineFractDisable.
5643 (mac_draw_string_common) [MAC_OSX && USE_ATSUI]: Clip to clipping
5644 rectangles stored in gc.
5645 (XFreeGC): Dispose of clipping region.
5646 (mac_set_clip_rectangles, mac_reset_clip_rectangles): New functions.
5647 (x_draw_fringe_bitmap, x_set_glyph_string_clipping)
5648 (x_draw_relief_rect, x_draw_box_rect, x_draw_stretch_glyph_string)
5649 (x_draw_glyph_string, x_clip_to_row, x_draw_hollow_cursor)
5650 (x_draw_bar_cursor): Use them.
5651 (x_set_glyph_string_clipping): Use get_glyph_string_clip_rects to
5652 get multiple clipping rectangles.
5653
5654 * macterm.h (mac_term_init): Add types to extern.
5655 (struct mac_output): Remove members mWP and pending_menu_activation.
5656 Put members scroll_bar_foreground_pixel and
5657 scroll_bar_background_pixel in #if 0.
5658 (FRAME_MAC_WINDOW, FRAME_X_WINDOW): Use window_desc.
5659
5660 * xfaces.c (x_create_gc, x_free_gc) [MAC_OS]: Add BLOCK_INPUT.
5661 Add debugging code.
5662
5663 2005-10-08 Kim F. Storm <storm@cua.dk>
5664
5665 * window.c (window_tree, Fwindow_tree): Rename fns added 2005-10-04.
5666
5667 2005-10-07 Kim F. Storm <storm@cua.dk>
5668
5669 * dispnew.c (redraw_overlapped_rows, redraw_overlapping_rows)
5670 [!HAVE_WINDOW_SYSTEM]: Don't declare them...
5671 (update_window) [!HAVE_WINDOW_SYSTEM]: ...and don't call them.
5672
5673 2005-10-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5674
5675 * dispextern.h (struct glyph_string): Rename member for_overlaps_p
5676 to for_overlaps. Now occupy 3 bits.
5677 (OVERLAPS_PRED, OVERLAPS_SUCC, OVERLAPS_BOTH)
5678 (OVERLAPS_ERASED_CURSOR): New defines.
5679 (struct redisplay_interface): Add new OVERLAPS arg to member
5680 fix_overlapping_area.
5681 (x_fix_overlapping_area): Add new OVERLAPS arg.
5682 (get_glyph_string_clip_rects): Add extern.
5683
5684 * dispnew.c (redraw_overlapping_rows):
5685 Call rif->fix_overlapping_area with new OVERLAPS arg as redrawn part.
5686
5687 * xdisp.c: Rename member for_overlaps_p in struct glyph_string to
5688 for_overlaps.
5689 (get_glyph_string_clip_rects): New function created from
5690 get_glyph_string_clip_rect. Set clipping rectangles according to the
5691 value of for_overlaps. Enable to store multiple clipping rectangles.
5692 (get_glyph_string_clip_rect): Use get_glyph_string_clip_rects.
5693 (fill_composite_glyph_string, fill_glyph_string, draw_glyphs):
5694 Rename argument OVERLAPS_P to OVERLAPS. All uses in macros changed.
5695 (x_fix_overlapping_area): Add OVERLAPS arg. Pass it to draw_glyphs.
5696 (draw_phys_cursor_glyph): Set width of erased cursor to use it for
5697 calculating clipping rectangles later. Call x_fix_overlapping_area
5698 with new OVERLAPS arg to draw only erased cursor area.
5699 (expose_overlaps): Call x_fix_overlapping_area with new OVERLAPS arg
5700 to draw overlaps in both preceding and succeeding rows.
5701
5702 * xterm.c, w32term.c, macterm.c: Rename member for_overlaps_p in
5703 struct glyph_string to for_overlaps.
5704
5705 2005-10-04 Richard M. Stallman <rms@gnu.org>
5706
5707 * alloc.c (refill_memory_reserve): Conditionalize the body,
5708 not the function's existence.
5709
5710 2005-10-04 Kim F. Storm <storm@cua.dk>
5711
5712 * window.c (window_split_tree): New function.
5713 (Fwindow_split_tree): New defun.
5714 (syms_of_window): Defsubr it.
5715
5716 2005-10-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5717
5718 * macterm.c (mac_invert_rectangle): New function.
5719 (XTflash): Use it.
5720
5721 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
5722
5723 * regex.h (re_char): Don't expose it in the interface.
5724 (re_set_whitespace_regexp): Adjust the arg's type to not use it.
5725
5726 * regex.c (re_char): Move it back here.
5727 (re_set_whitespace_regexp): Change the arg's type to not use it.
5728
5729 * keyboard.c (make_lispy_event): If point has moved between down and up
5730 event, make it a drag, not a click, to mirror what
5731 mouse-drag-region expects.
5732
5733 2005-10-02 Dan Nicolaescu <dann@ics.uci.edu>
5734
5735 * lisp.h (fatal): Undo previous change.
5736 * term.c (fatal): Undo previous change.
5737
5738 2005-10-01 Richard M. Stallman <rms@gnu.org>
5739
5740 * xfaces.c (face_color_gray_p): Colors close to black count as gray.
5741
5742 2005-10-01 Kim F. Storm <storm@cua.dk>
5743
5744 * xdisp.c (try_window): Skip scroll-margin check if ZV is visible.
5745
5746 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5747
5748 * keyboard.c (init_keyboard) [MAC_OSX]: Don't install SIGINT handler.
5749
5750 * macfns.c (start_hourglass): Apply 2005-05-07 change for xfns.c.
5751 (x_create_tip_frame) [GLYPH_DEBUG]: Uncomment debugging code.
5752 (Fx_create_frame, x_create_tip_frame) [USE_ATSUI]:
5753 Try ATSUI-compatible 12pt Monaco font first.
5754
5755 * macgui.h (struct _XCharStruct): New member valid_p.
5756 (STORE_XCHARSTRUCT): Set valid_p.
5757 (struct MacFontStruct) [USE_ATSUI]: New member mac_style.
5758
5759 * macterm.c (mac_draw_string_common, x_per_char_metric)
5760 (mac_compute_glyph_string_overhangs, init_font_name_table)
5761 (XLoadQueryFont, mac_unload_font) [USE_ATSUI]: Add ATSUI support.
5762 (atsu_get_text_layout_with_text_ptr) [USE_ATSUI]: New function.
5763 (x_draw_glyph_string_background)
5764 (x_draw_glyph_string_foreground) [MAC_OS8 && USE_ATSUI]: Don't use
5765 XDrawImageString. Always draw background and foreground separately.
5766 (x_draw_glyph_string_foreground) [USE_ATSUI]: Don't use 8-bit
5767 functions for one-byte chars when using ATSUI-compatible fonts.
5768 (atsu_font_id_hash) [USE_ATSUI]: New variable.
5769 (syms_of_macterm) [USE_ATSUI]: Initialize and staticpro it.
5770 (XLoadQueryFont): Set min_byte1, max_byte1, min_char_or_byte2, and
5771 max_char_or_byte2 more in detail.
5772 (quit_char_comp, mac_check_for_quit_char) [MAC_OSX]: Remove functions.
5773
5774 2005-09-30 Dan Nicolaescu <dann@ics.uci.edu>
5775
5776 * image.c (slurp_file, xbm_read_bitmap_data): Cast to the correct type.
5777 * xterm.c (handle_one_xevent, handle_one_xevent): Likewise.
5778
5779 * unexelf.c (fatal): Fix prototype.
5780
5781 * term.c (fatal): Implement using varargs.
5782
5783 * regex.c (re_char): Move typedef ...
5784 * regex.h (re_char): ... here.
5785 (re_iswctype, re_wctype, re_set_whitespace_regexp): New prototypes.
5786
5787 * emacs.c (malloc_set_state): Fix return type.
5788 (endif): Fix type.
5789
5790 * lisp.h (fatal): Add argument types.
5791
5792 * dispextern.h (fatal): Delete prototype.
5793
5794 * systime.h (make_time): Prototype moved from ...
5795 * editfns.c (make_time): ... here.
5796
5797 * editfns.c: Move systime.h include after lisp.h.
5798 * dired.c:
5799 * xsmfns.c:
5800 * process.c: Likewise.
5801
5802 * alloc.c (old_malloc_hook, old_realloc_hook, old_realloc_hook):
5803 Add parameter types.
5804 (__malloc_hook, __realloc_hook, __free_hook): Fix prototypes.
5805 (emacs_blocked_free): Change definition to match __free_hook.
5806 (emacs_blocked_malloc): Change definition to match __malloc_hook.
5807 (emacs_blocked_realloc): Change definition to match __realloc_hook.
5808
5809 2005-09-30 Romain Francoise <romain@orebokech.com>
5810
5811 * minibuf.c (Fread_buffer): Follow convention for reading from the
5812 minibuffer with a default value. Doc fix.
5813
5814 2005-09-29 Juri Linkov <juri@jurta.org>
5815
5816 * editfns.c (Fmessage, Fmessage_box, Fmessage_or_box):
5817 Rename argument name `string' to `format-string'.
5818 (Fformat): Doc fix.
5819
5820 2005-09-28 Kim F. Storm <storm@cua.dk>
5821
5822 * image.c (gif_load): Fix size of allocated image buffer
5823 for images where a sub-image may be larger than the image's
5824 total height/width specifications.
5825
5826 2005-09-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5827
5828 * macgui.h (struct _XCharStruct): Each member now takes short value.
5829
5830 2005-09-27 Dan Nicolaescu <dann@ics.uci.edu>
5831
5832 * xfaces.c (lookup_derived_face): Add parameter type.
5833
5834 * xdisp.c (cursor_row_fully_visible_p): Add parameter type.
5835
5836 * marker.c (verify_bytepos): Add parameter type.
5837
5838 * process.c (get_operating_system_release): Move prototype ...
5839
5840 * systime.h (get_operating_system_release): ... here.
5841
5842 * xterm.c (handle_one_xevent): Refer to union field to match the
5843 type required by the function definition.
5844 (set_vertical_scroll_bar): Move prototype ...
5845
5846 * xterm.h: ... here.
5847
5848 * fns.c (internal_equal, seed_random): Fix prototypes.
5849 (internal_equal): Add missing parameter.
5850
5851 2005-09-25 Richard M. Stallman <rms@gnu.org>
5852
5853 * keyboard.c (update_menu_bindings): Variable deleted.
5854 (syms_of_keyboard): Don't defvar it.
5855 (parse_menu_item): Don't test it.
5856
5857 2005-09-23 Richard M. Stallman <rms@gnu.org>
5858
5859 * editfns.c (Fformat): Explicitly test for end of format string
5860 and don't use `index'.
5861
5862 2005-09-23 Dan Nicolaescu <dann@ics.uci.edu>
5863
5864 * s/aix4-2.h (BROKEN_GET_CURRENT_DIR_NAME):
5865 Define BROKEN_GET_CURRENT_DIR_NAME.
5866
5867 * sysdep.c (get_current_dir_name): Also define if
5868 BROKEN_GET_CURRENT_DIR_NAME.
5869
5870 * m/ibmrs6000.h: Test for USG5, not USG5_4.
5871
5872 2005-09-22 Kim F. Storm <storm@cua.dk>
5873
5874 * xdisp.c (message_dolog): Add warning about GC and Lisp strings.
5875 (message2): Fix commentary. Ok to use alloca'ed memory.
5876 Still not ok to use Lisp string data (because of GC).
5877 (set_message): Add comment why GC cannot happen.
5878
5879 2005-09-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5880
5881 * macterm.c (xlfdpat_block_match_1): Fix assertion.
5882 (init_font_name_table) [TARGET_API_MAC_CARBON]: Don't add style
5883 variants for a scalable font multiple times.
5884
5885 2005-09-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5886
5887 * process.c (create_process) [RTU || UNIPLUS || DONT_REOPEN_PTY]:
5888 Setup slave tty options before forking.
5889
5890 2005-09-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5891
5892 * gtkutil.c (xg_set_geometry): Do a gtk_window_move if program
5893 positions have been set for the frame (as is done for frames in
5894 special-display-buffer-names).
5895
5896 2005-09-19 Kim F. Storm <storm@cua.dk>
5897
5898 * editfns.c (Fformat): Don't scan past end of format string that
5899 ends in %. Reported by: Johan Bockg\e,Ae\e(Brd.
5900
5901 2005-09-18 Andreas Schwab <schwab@suse.de>
5902
5903 * window.h (struct window): Remove height_fixed_p, no longer set.
5904
5905 * window.c (make_window): Don't initialize height_fixed_p.
5906 (window_fixed_size_p): Don't use it.
5907
5908 2005-09-18 John Paul Wallington <jpw@pobox.com>
5909
5910 * data.c (Fdefalias): Signal an error if SYMBOL is not a symbol.
5911
5912 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5913
5914 * Makefile.in (SOME_MACHINE_OBJECTS): Undo previous change.
5915
5916 * macfns.c (image_cache_refcount, dpyinfo_refcount) [GLYPH_DEBUG]:
5917 New variables.
5918 [TARGET_API_MAC_CARBON] (Fx_file_dialog): Don't allow multiple
5919 file selection.
5920
5921 * sysdep.c [MAC_OS8]: Don't include stdlib.h. Include sys/param.h.
5922
5923 2005-09-17 Eli Zaretskii <eliz@gnu.org>
5924
5925 * Makefile.in (XMENU_OBJ) [!HAVE_CARBON]: Reinstate variable.
5926 (obj): Use XMENU_OBJ, not a literal xmenu.o.
5927
5928 2005-09-16 Romain Francoise <romain@orebokech.com>
5929
5930 * fileio.c (syms_of_fileio) <write-region-inhibit-fsync>: Doc fix.
5931
5932 2005-09-15 Richard M. Stallman <rms@gnu.org>
5933
5934 * xdisp.c (overlay_arrow_at_row): Add HAVE_WINDOW_SYSTEM conditional.
5935 (display_mode_element): Instead of `lisp_string' and `this',
5936 record `offset' and increment that.
5937 `last_offset' replaces `last'.
5938
5939 * Makefile.in (XMENU_OBJ): Variable deleted.
5940 (obj): Use xmenu.o unconditionally.
5941 (SOME_MACHINE_OBJECTS): Delete xmenu.o.
5942
5943 * emacs.c (main): Don't conditionalize syms_of_xmenu on HAVE_XMENU.
5944
5945 2005-09-15 Kim F. Storm <storm@cua.dk>
5946
5947 * xdisp.c (move_it_vertically): Don't try to fetch byte BEGV-1.
5948 (reseat_at_next_visible_line_start): Likewise (in xassert).
5949
5950 2005-09-14 Romain Francoise <romain@orebokech.com>
5951
5952 * fileio.c (write_region_inhibit_fsync): New variable.
5953 (Fwrite_region): Use it to skip call to fsync.
5954 (syms_of_fileio): Initialize it.
5955
5956 2005-09-14 Kenichi Handa <handa@m17n.org>
5957
5958 * coding.c (code_convert_region_unwind): Argument format changed.
5959 (run_pre_post_conversion_on_str): If pre-write-conversion function
5960 changed the current buffer, delete the new buffer.
5961 (run_pre_write_conversin_on_c_str): Likewise.
5962
5963 * fileio.c (Fexpand_file_name): Check multibyteness of
5964 default_directory.
5965
5966 2005-09-13 Kenichi Handa <handa@m17n.org>
5967
5968 * composite.c (compose_chars_in_text): Delete it.
5969
5970 * composite.h (compose_chars_in_text): Delete extern.
5971
5972 2005-09-13 Kim F. Storm <storm@cua.dk>
5973
5974 * print.c (print_error_message): Fix last change.
5975
5976 2005-09-12 Kim F. Storm <storm@cua.dk>
5977
5978 * composite.c (compose_chars_in_text): Fix setup of `pend'.
5979 Unconditionally reload `ptr' and `pend' after eval.
5980
5981 * xdisp.c (message3): Pass copy of lisp string to message_dolog.
5982
5983 * print.c (print_error_message): Pass copy of caller name to
5984 message_dolog.
5985
5986 * fileio.c (auto_save_error): Pass copy of lisp string to message2.
5987
5988 2005-09-12 Kenichi Handa <handa@m17n.org>
5989
5990 * xdisp.c (display_mode_element): Be sure to make variables THIS
5991 and LISP_STRING point into a string data of ELT.
5992
5993 2005-09-12 Kim F. Storm <storm@cua.dk>
5994
5995 * editfns.c (Ftranslate_region_internal): Reload `tt' after
5996 signal_after_change that may have GC'ed.
5997 (Fmessage, Fmessage_box, Fmessage_or_box): Doc fix.
5998
5999 * keymap.c (Fdescribe_buffer_bindings): Reload `translate'
6000 after insert while runs signal_after_change.
6001
6002 * minibuf.c (Fminibuffer_complete_word): Move `completion_string'
6003 declaration to where it is used.
6004
6005 * w32.c (check_windows_init_file): Fix allocation of error buffer.
6006
6007 * xfns.c (x_encode_text): Declare static. Add FREEP arg.
6008 (x_set_name_internal): Call x_encode_text with new FREEP arg to
6009 know if xfree is needed instead of guessing.
6010
6011 * xterm.h (x_encode_text): Remove prototype.
6012
6013 2005-09-11 Chris Prince <cprince@gmail.com> (tiny change)
6014
6015 * w32term.c (x_bitmap_icon): Load small icons too.
6016
6017 2005-09-10 Romain Francoise <romain@orebokech.com>
6018
6019 * buffer.c (init_buffer): Grow buffer to add directory separator
6020 and terminal zero. Fix typos.
6021
6022 2005-09-10 Eli Zaretskii <eliz@gnu.org>
6023
6024 * buffer.c (init_buffer): Fix error message for failed call to
6025 get_current_dir_name.
6026 (get_current_dir_name): Remove prototype.
6027
6028 * xsmfns.c (get_current_dir_name): Remove prototype.
6029
6030 * lisp.h (get_current_dir_name) [!HAVE_GET_CURRENT_DIR_NAME]:
6031 Add prototype.
6032
6033 * sysdep.c [WINDOWSNT]: Add prototype for getwd.
6034 Don't #undef NULL after including blockinput.h.
6035
6036 * config.in: Regenerated.
6037
6038 2005-09-10 Giuseppe Scrivano <gscrivano@gmail.com>
6039
6040 Remove the MAXPATHLEN limitations:
6041
6042 * sysdep.c (get_current_dir_name) [!HAVE_GET_CURRENT_DIR_NAME]:
6043 New function.
6044
6045 * buffer.c (init_buffer): Use it.
6046
6047 * xsmfns.c (smc_save_yourself_CB): Ditto.
6048
6049 2005-09-09 Kim F. Storm <storm@cua.dk>
6050
6051 * doc.c (Fsubstitute_command_keys): Lookup key binding for
6052 commands that are remapped from some other command.
6053
6054 * xdisp.c (try_window_reusing_current_matrix): Clear mode_line_p
6055 flag in disabled rows below the window.
6056
6057 * frame.h (struct frame): New member updated_p.
6058
6059 * xdisp.c (redisplay_internal): Mark updated frames in new updated_p
6060 member. Remove local `updated' array and associated variables.
6061
6062 2005-09-07 Kim F. Storm <storm@cua.dk>
6063
6064 * xdisp.c (handle_display_prop): Respect overlay window property.
6065
6066 * xdisp.c (try_window): Remove superfluous cursor_height calculation.
6067 Fixes crash reported by YAMAMOTO Mitsuharu.
6068
6069 2005-09-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6070
6071 * macterm.c (struct xlfdpat_block, struct xlfdpat): New structs.
6072 (xlfdpat_destroy, xlfdpat_create, xlfdpat_exact_p)
6073 (xlfdpat_block_match_1, xlfdpat_match): New functions.
6074 (xlfdpat_block_match): New macro.
6075 (mac_to_x_fontname): Don't use tolower for non-ASCII characters.
6076 (x_font_name_to_mac_font_name): Set coding.dst_multibyte to 0.
6077 (add_font_name_table_entry): Increase font_name_table_size more
6078 rapidly.
6079 (mac_c_string_match): Remove function.
6080 (mac_do_list_fonts): Use XLFD pattern match instead of regular
6081 expression match.
6082
6083 * xfaces.c (xstrlwr): Don't use tolower for non-ASCII characters.
6084
6085 2005-09-03 Richard M. Stallman <rms@gnu.org>
6086
6087 * xdisp.c (redisplay_internal): Make UPDATED as long as needed.
6088 (move_it_in_display_line_to): Stop after last char on line even
6089 on a windowing terminal, if that's the specified stop position.
6090
6091 * fns.c (Fsort): Doc fix.
6092
6093 * editfns.c (Fpropertize): Don't insist that properties be symbols.
6094
6095 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
6096
6097 * dired.c (directory_files_internal_unwind, directory_files_internal)
6098 (file_name_completion): Use a Save_Value object rather than a cons of
6099 two 16bit ints to store the DIR*.
6100 (directory_files_internal, file_name_completion): Handle both EINTR and
6101 EAGAIN consistently after `readdir'.
6102
6103 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
6104
6105 * intervals.c (update_interval): Add position info in error.
6106
6107 * dispnew.c (window_to_frame_hpos, update_window):
6108 Avoid gcc warning about unused variable `f'.
6109
6110 2005-08-31 Jason Rumney <jasonr@gnu.org>
6111
6112 * w32menu.c (add_menu_item): If unicode_append_menu returns an
6113 error, revert to using AppendMenu.
6114
6115 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6116
6117 * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN): Remove argument.
6118 All uses changed.
6119 [MAC_OS] (XPutPixel, XGetPixel): Add efficient versions for common
6120 cases.
6121 (x_create_x_image_and_pixmap) [MAC_OS]: Don't call x_destroy_x_image.
6122 [MAC_OS] (find_image_fsspec) [!MAC_OSX]: Don't use FSRef.
6123 Use posix_pathname_to_fsspec.
6124 [MAC_OS] (xpm_load_image): Fill in background_transparent field
6125 while we have mask.
6126
6127 * macgui.h [!TARGET_API_MAC_CARBON] (GetPixDepth): New define.
6128
6129 * macterm.h (PIX_MASK_DRAW, PIX_MASK_RETAIN): Move defines to image.c.
6130
6131 2005-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
6132
6133 * syntax.c (update_syntax_table): Properly reproduce the special +1
6134 setting of e_property at the end of the buffer when bumping into the
6135 INTERVALS_AT_ONCE limit.
6136
6137 2005-08-27 Eli Zaretskii <eliz@gnu.org>
6138
6139 * emacs.c (USAGE1): Fix the description of the -Q option.
6140
6141 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
6142
6143 * xdisp.c (pos_visible_p): Yet another int/Lisp_Object mixup (YAILOM).
6144
6145 2005-08-26 Kim F. Storm <storm@cua.dk>
6146
6147 * xdisp.c (resize_mini_window): Fix 2005-08-20 change.
6148 Don't move PT to new window start.
6149
6150 2005-08-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6151
6152 * keyboard.c (kbd_buffer_get_event) [MAC_OS]: Make events for
6153 ICONIFY/DEICONIFY_EVENT.
6154
6155 * macterm.c (mac_copy_area, mac_copy_area_with_mask):
6156 Restore background color.
6157 (mac_handle_visibility_change): New function.
6158 (x_make_frame_invisible, x_iconify_frame)
6159 (XTread_socket) [!USE_CARBON_EVENTS]: Use it.
6160 [USE_CARBON_EVENTS] (mac_handle_window_event)
6161 (install_window_handler): Handle visibility change events.
6162 (x_make_frame_visible): Don't reposition window if it is iconified
6163 or asked for visible before. Select and uncollapse window when it
6164 is made visible.
6165 (x_make_frame_invisible): Don't reset x_highlight_frame.
6166 (x_iconify_frame): Likewise. Make invisible frame visible before
6167 it is iconified.
6168 (read_socket_inev): Move variable outside #if USE_CARBON_EVENTS.
6169 (do_window_update): Don't change visibility of invisible frame.
6170
6171 2005-08-22 Juri Linkov <juri@jurta.org>
6172
6173 * term.c (turn_on_face): Check for TS_set_foreground and
6174 TS_set_background depending on standout_mode. Simplify.
6175
6176 2005-08-21 Kim F. Storm <storm@cua.dk>
6177
6178 * fringe.c (update_window_fringes): Only put TOP and BOTTOM
6179 bitmaps on fully visible rows.
6180
6181 * fringe.c (update_window_fringes): Replace FORCE_P arg with
6182 KEEP_CURRENT_P arg; if non-zero, don't update current row fringes,
6183 and return 0.
6184
6185 * xdisp.c (redisplay_window): Call update_window_fringes with
6186 KEEP_CURRENT_P non-0 if we are going to refresh fringes later.
6187
6188 2005-08-20 Richard M. Stallman <rms@gnu.org>
6189
6190 * xdisp.c (display_echo_area_1): Get display start pos from w->start.
6191 (resize_mini_window): Set w->start, and PT, so as to display the tail
6192 end of the buffer, if it doesn't all fit.
6193
6194 2005-08-18 Kim F. Storm <storm@cua.dk>
6195
6196 * xdisp.c (calc_pixel_width_or_height): Use actual display
6197 resolution when available instead of Vdisplay_pixels_per_inch.
6198
6199 2005-08-17 Kim F. Storm <storm@cua.dk>
6200
6201 * xdisp.c (pos_visible_p): Adjust X value if window is hscrolled.
6202
6203 * dispnew.c (buffer_posn_from_coords): Check that target row is
6204 within matrix.
6205
6206 2005-08-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6207
6208 * xterm.c (x_wm_set_icon_pixmap): Move GTK specific code to
6209 xg_set_frame_icon and call it.
6210
6211 * gtkutil.c (xg_set_frame_icon): New function.
6212
6213 * gtkutil.h (xg_set_frame_icon): Declare it.
6214
6215 2005-08-16 Kim F. Storm <storm@cua.dk>
6216
6217 * dispnew.c (increment_row_positions): Skip non-enabled rows.
6218
6219 * window.c (SAVED_WINDOW_VECTOR_SIZE): Remove dangerous define.
6220 (Fcurrent_window_configuration): Use VECSIZE macro instead.
6221
6222 2005-08-15 Richard M. Stallman <rms@gnu.org>
6223
6224 * xdisp.c (message3_nolog): Clear echo_message_buffer.
6225
6226 2005-08-15 Kim F. Storm <storm@cua.dk>
6227
6228 * lisp.h (QUIT) [!SYNC_INPUT]: Throw t to Vthrow_on_input.
6229
6230 * process.c (deactivate_process, status_notify, read_process_output)
6231 (update_status, status_convert, decode_status, allocate_pty)
6232 (make_process, remove_process, list_processes_1)
6233 (create_process_1, unwind_request_sigio, read_process_output)
6234 (send_process, keyboard_bit_set): Declare static.
6235 (Fdelete_process): Simplify. Pass process to status_notify, so we
6236 don't try to read output from it.
6237 (status_notify): New arg deleting_process--don't try to read
6238 output from that process.
6239
6240 * lisp.h (deactivate_process, status_notify, read_process_output):
6241 Remove prototypes.
6242
6243 2005-08-14 Richard M. Stallman <rms@gnu.org>
6244
6245 * image.c (syms_of_image): Init Qxbm, Qpbm before calling
6246 define_image_type.
6247
6248 2005-08-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6249
6250 * gtkutil.c (xg_get_pixbuf_from_pix_and_mask): New function.
6251 (xg_get_image_for_pixmap): Move some code to
6252 xg_get_pixbuf_from_pix_and_mask, and call it.
6253
6254 * gtkutil.h (xg_get_pixbuf_from_pix_and_mask): Declare.
6255
6256 * xterm.c (x_wm_set_icon_pixmap): Call xg_get_pixbuf_from_pix_and_mask
6257 to get an GTK icon and set it with GTK functions to avoid having GTK
6258 override an icon set with just X functions.
6259
6260 2005-08-11 Richard M. Stallman <rms@gnu.org>
6261
6262 * image.c (syms_of_image): Init image_types here, and call
6263 define_image_type.
6264 (init_image): Not here.
6265
6266 2005-08-09 Richard M. Stallman <rms@gnu.org>
6267
6268 * bytecode.c (BYTE_CODE_QUIT): Throw t to Vthrow_on_input.
6269
6270 * lisp.h (QUIT): Throw t to Vthrow_on_input.
6271
6272 2005-08-09 Thien-Thi Nguyen <ttn@gnu.org>
6273
6274 * floatfns.c (Fexpt): Use floats for negative exponent.
6275
6276 2005-08-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6277
6278 * gtkutil.c (xg_modify_menubar_widgets): Remove semicolon that
6279 should not be there, causing menu display errors with GTK 2.6.9.
6280
6281 2005-08-07 Richard M. Stallman <rms@gnu.org>
6282
6283 * floatfns.c (Fexpt): Undo previous change.
6284
6285 * dispnew.c (Fframe_or_buffer_changed_p): Take an arg
6286 so it can be used with various state vectors.
6287
6288 * emacs.c (endif): Convert -script into -scriptload.
6289 (standard_args): Add -scriptload. Allow -basic-display with one dash.
6290
6291 * fns.c (syms_of_fns): Add `emacs' to features.
6292
6293 * term.c (set_terminal_modes): If no TS_termcap_modes string,
6294 output newlines to scroll the old screen contents off the screen.
6295
6296 2005-08-06 Thien-Thi Nguyen <ttn@gnu.org>
6297
6298 * floatfns.c (Fexpt): Use floats for negative exponent.
6299 Reported by D Goel.
6300
6301 2005-08-02 Richard M. Stallman <rms@gnu.org>
6302
6303 * frame.c (Fframe_char_width): Doc fix.
6304
6305 2005-07-30 Juanma Barranquero <lekktu@gmail.com>
6306
6307 * xdisp.c (syms_of_xdisp) <redisplay-end-trigger-functions>:
6308 Defvar it.
6309
6310 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
6311
6312 * w32fns.c (my_set_window_pos, my_show_window): Don't declare.
6313 (my_create_window, my_create_tip_window): Make static.
6314
6315 * w32term.c (my_show_window, my_set_window_pos, my_set_focus)
6316 (my_set_foreground_window, my_destroy_window): Make static.
6317
6318 2005-07-26 Paul Eggert <eggert@cs.ucla.edu>
6319
6320 Merge gnulib getopt implementation into Emacs.
6321
6322 * s/cygwin.h (C_SWITCH_SYSTEM): Remove, since gettext.h is
6323 now part of lib-src.
6324
6325 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
6326
6327 * eval.c (Fdefvar): Allow (defvar enable-multibyte-characters).
6328
6329 2005-07-25 Jason Rumney <jasonr@gnu.org>
6330
6331 * w32menu.c (w32_menu_display_help): Suppress tooltip when
6332 navigating menus with the keyboard.
6333
6334 2005-07-23 Richard M. Stallman <rms@gnu.org>
6335
6336 * insdel.c (syms_of_insdel): staticpro combine_after_change_buffer.
6337
6338 * bytecode.c (MAYBE_GC): Test gc_cons_threshold and
6339 gc_relative_threshold, one by one.
6340
6341 * keyboard.c (read_char): Test gc_cons_threshold.
6342 (syms_of_keyboard): staticpro Qecho_area_clear_hook.
6343
6344 * eval.c (Feval, Ffuncall): Test gc_cons_threshold and
6345 gc_relative_threshold, one by one.
6346
6347 * alloc.c (gc_cons_threshold): Not static.
6348 (gc_cons_combined_threshold): Var deleted.
6349 (gc_relative_threshold): New variable.
6350 (Fgarbage_collect, init_alloc_once): Compute gc_relative_threshold
6351 instead of gc_cons_combined_threshold.
6352
6353 * lisp.h (gc_cons_threshold, gc_relative_threshold): Declare.
6354 (gc_cons_combined_threshold): Declaration deleted.
6355
6356 2005-07-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6357
6358 * mac.c: Don't include stdlib.h or string.h.
6359 (Fdo_applescript, Fmac_file_name_to_posix)
6360 (Fmac_file_name_to_posix): Doc fixes.
6361 [TARGET_API_MAC_CARBON] (Fmac_get_preference)
6362 (Fmac_code_convert_string): Likewise.
6363 [MAC_OSX] (init_mac_osx_environment): Fall back on terminal mode
6364 if the executable is not contained in a bundle.
6365
6366 * macfns.c: Don't include stdlib.h or string.h. Include atimer.h.
6367 (gray_width, gray_height): Remove defines.
6368 (gray_bits, gray_bitmap_width, gray_bitmap_height)
6369 (gray_bitmap_bits): Remove variables.
6370 (lispy_function_keys): Remove extern.
6371 (free_frame_menubar): Add extern.
6372 (x_window_to_frame): Remove function.
6373 (unwind_create_tip_frame): Add declaration.
6374 (x_set_name_internal): New function.
6375 (x_set_name, x_set_title): Use it.
6376 (Fx_create_frame, Fx_display_grayscale_p, Fx_display_pixel_width)
6377 (Fx_display_pixel_height, Fx_display_planes)
6378 (Fx_display_color_cells, Fx_server_max_request_size)
6379 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
6380 (Fx_display_mm_height, Fx_display_mm_width)
6381 (Fx_display_backing_store, Fx_display_visual_class)
6382 (Fx_display_save_under, Fx_synchronize, Fx_show_tip): Doc fixes.
6383
6384 * macmenu.c (Fx_popup_menu, Fx_popup_dialog): Doc fixes.
6385
6386 * macselect.c (Fx_own_selection_internal): Follow error conventions.
6387 (Fx_get_selection_internal, Fx_selection_owner_p)
6388 (Fx_selection_exists_p): Doc fixes.
6389 (syms_of_macselect) <selection-converter-alist>: Likewise.
6390
6391 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
6392
6393 * buffer.c (syms_of_buffer) <cursor-type>: Doc fix.
6394
6395 * ccl.c (Fregister_ccl_program): Fix typos in docstring.
6396 (Fccl_execute_on_string): Likewise; add usage info.
6397
6398 * composite.c (Fcompose_region_internal)
6399 (Fcompose_string_internal):
6400 Improve argument/docstring consistency.
6401
6402 * minibuf.c (Fminibuffer_prompt_end, Feval_minibuffer):
6403 Fix typos in docstrings.
6404
6405 * textprop.c (Fnext_char_property_change)
6406 (Fprevious_char_property_change): Doc fixes.
6407
6408 * window.c (Fset_window_margins, Fset_window_fringes):
6409 Improve argument/docstring consistency.
6410
6411 * xfaces.c (Finternal_lisp_face_p): Doc fix.
6412
6413 2005-07-21 Andreas Schwab <schwab@suse.de>
6414
6415 * eval.c (restore_stack_limits): Return a value.
6416
6417 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
6418
6419 * eval.c (Fdefvar): Doc fix.
6420
6421 2005-07-20 Kim F. Storm <storm@cua.dk>
6422
6423 * fileio.c (Fdo_auto_save, do_auto_save_unwind):
6424 Use make_save_value to unwind protect stream.
6425
6426 * lread.c (Fload, load_unwind):
6427 Use make_save_value to unwind protect stream.
6428
6429 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
6430
6431 * eval.c (Fprog2, Fcalled_interactively_p),
6432 (syms_of_eval) <debug-on-quit>: Doc fixes.
6433 (syms_of_eval) <max-specpdl-size>:
6434 (Finteractive_p): Fix typos in docstrings.
6435
6436 2005-07-19 Kim F. Storm <storm@cua.dk>
6437
6438 * w32fns.c (Vx_hand_shape): Variable removed.
6439 (syms_of_w32fns): Intern and staticpro Qw32_charset_default.
6440
6441 2005-07-19 Kenichi Handa <handa@m17n.org>
6442
6443 * fns.c (Fstring_as_multibyte): Escape backslashes in the docstring.
6444
6445 2005-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
6446
6447 * buffer.h (Fgenerate_new_buffer_name): Declare (for use in coding.c).
6448
6449 2005-07-18 Kim F. Storm <storm@cua.dk>
6450
6451 * frame.h (struct frame): New member already_hscrolled_p.
6452
6453 * xdisp.c (redisplay_internal): Only try to hscroll each frame once
6454 to avoid redisplay looping hscrolling back and forth ad infinitum.
6455
6456 2005-07-18 Juri Linkov <juri@jurta.org>
6457
6458 * buffer.c (scroll-up-aggressively, scroll-down-aggressively):
6459 * keymap.c (Fminor_mode_key_binding):
6460 * macterm.c (mac-emulate-three-button-mouse):
6461 Delete duplicate duplicate words.
6462
6463 2005-07-18 Ken Raeburn <raeburn@gnu.org>
6464
6465 * minibuf.c (Ftest_completion): Fix odd syntax in test.
6466
6467 2005-07-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6468
6469 * macfns.c (x_set_cursor_color): Use XSetBackground and XSetForeground.
6470
6471 * macgui.h (struct _XGC): New struct.
6472 (GC): Use it.
6473 (GCForeground, GCBackground, GCFont): Use X11 mask values.
6474 (XCreateGC, XParseGeometry): Move externs to macterm.h.
6475
6476 * macterm.c (x_bitmap_icon, x_make_frame_visible): Remove declarations.
6477 (XSetFont): Add declaration.
6478 (mac_set_forecolor, mac_set_backcolor, mac_set_colors):
6479 Remove functions.
6480 (GC_FORE_COLOR, GC_BACK_COLOR, GC_FONT, MAC_WINDOW_NORMAL_GC):
6481 New defines.
6482 (XDrawLine, mac_draw_line_to_pixmap, XClearWindow)
6483 (mac_draw_bitmap, XCreatePixmapFromBitmapData, XFillRectangle)
6484 (mac_draw_rectangle, mac_draw_string_common, mac_scroll_area):
6485 Use them.
6486 (mac_erase_rectangle): New function.
6487 (XClearArea, x_draw_fringe_bitmap, x_clear_glyph_string_rect)
6488 (x_draw_stretch_glyph_string): Use it.
6489 (XChangeGC, XCreateGC, XGetGCValues, XSetForeground)
6490 (XSetBackground, XSetFont): Adjust for new GC implementation.
6491 (x_draw_fringe_bitmap, x_draw_box_rect): Use GC to set colors.
6492 (XTset_vertical_scroll_bar): Clear area under scroll bar.
6493
6494 * macterm.h (struct mac_display_info): Change types of
6495 scratch_cursor_gc black_relief.gc, and white_relief.gc to GC.
6496 (XCreateGC, XParseGeometry): Move externs from macgui.h.
6497
6498 * xfaces.c [MAC_OS] (XCreateGC): Remove extern.
6499
6500 2005-07-16 Richard M. Stallman <rms@gnu.org>
6501
6502 * buffer.c (Fmake_overlay): Doc fix.
6503
6504 2005-07-16 Eli Zaretskii <eliz@gnu.org>
6505
6506 * w32proc.c (syms_of_ntproc): staticpro Qhigh, Qlow,
6507 Vw32_valid_locale_ids, and Vw32_valid_codepages.
6508
6509 2005-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6510
6511 * mac.c [TARGET_API_MAC_CARBON] (Fmac_code_convert_string):
6512 Use Fstring_as_unibyte instead of string_make_unibyte.
6513
6514 2005-07-15 Richard M. Stallman <rms@gnu.org>
6515
6516 * xdisp.c (select_frame_for_redisplay): Use find_symbol_value.
6517
6518 2005-07-15 Kim F. Storm <storm@cua.dk>
6519
6520 * xdisp.c: Fix redisplay loop in last change.
6521 (IT_POS_VALID_AFTER_MOVE_P): New macro.
6522 (move_it_vertically_backward, move_it_by_lines): Use it.
6523
6524 2005-07-14 Jason Rumney <jasonr@gnu.org>
6525
6526 * w32.c (init_environment): Default HOME directory to user's
6527 appdata directory if possible.
6528
6529 2005-07-14 Kim F. Storm <storm@cua.dk>
6530
6531 * .gdbinit (pitx): Fix output format. Print string charpos.
6532
6533 * lread.c (syms_of_lread): Initialize seen_list.
6534
6535 * search.c (syms_of_search): Staticpro searchbuf.whitespace_regexp.
6536
6537 * syntax.c (syms_of_syntax): Staticpro lisp objects in gl_state.
6538 Staticpro re_match_object.
6539
6540 2005-07-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6541
6542 * macselect.c (get_scrap_target_type_list): Avoid NULL pointer
6543 dereference.
6544
6545 * macterm.c (mac_window_to_frame): Remove duplicate define.
6546
6547 2005-07-14 Kenichi Handa <handa@m17n.org>
6548
6549 * coding.c (code_convert_region_unwind): ARG is changed to a cons.
6550 (code_convert_region): Adjust for the above change.
6551 (set_conversion_work_buffer): If the work buffer is already in
6552 use, generate a new buffer and return it. Otherwise return Qnil.
6553 (run_pre_post_conversion_on_str): Adjust for the above change.
6554 (run_pre_write_conversin_on_c_str): Likewise.
6555
6556 2005-07-13 Kim F. Storm <storm@cua.dk>
6557
6558 * xdisp.c (start_display): Don't reseat to next visible line start
6559 if current start position is in a string or image.
6560 (move_it_vertically_backward): Be sure to move out of strings and
6561 images when moving it2 forward.
6562 (move_it_by_lines): When moving forward, move to next buffer
6563 position if we end up in a string or image. When moving backward,
6564 count rows moved over when moving to start of current row in case
6565 row starts in middle of a string or image. Also move further
6566 backward if we end up in a string or image.
6567 (try_cursor_movement): If overlay string spans multiple lines,
6568 move backward to set cursor on start of an overlay string.
6569 (cursor_row_p): Row is ok if cursor is at newline from string, but
6570 string starts on this line (so we always position cursor at start
6571 of string).
6572
6573 * indent.c (Fvertical_motion): If start position is on an image,
6574 don't move back if we move too far (that's almost certain to happen).
6575
6576 * xdisp.c (cursor_row_fully_visible_p): Allow partially visible
6577 row in minibuffer windows.
6578 (try_window): Don't check margins in minibuffer windows.
6579
6580 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6581
6582 * macterm.c: Don't include stdlib.h or composite.h.
6583 (x_use_underline_position_properties, last_mouse_press_frame)
6584 (x_noop_count, Qvendor_specific_keysyms): Remove unused variables.
6585 (syms_of_macterm, mac_initialize): Don't initialize them.
6586 (waiting_for_input, initial_argv, initial_argc)
6587 (Vcommand_line_args, Vx_no_window_manager, errno, window_scroll)
6588 (set_frame_menubar, path_from_vol_dir_name): Remove externs.
6589 (extra_keyboard_modifiers): Fix type in extern.
6590 (x_window_to_frame, x_window_to_scroll_bar): Remove declarations.
6591 (x_scroll_bar_report_motion): Add argument types to declaration.
6592 (mac_compute_glyph_string_overhangs): Add declaration.
6593 (disable_mouse_highlight): Remove unused variable.
6594 [USE_TOOLKIT_SCROLL_BARS] (construct_scroll_bar_click)
6595 (x_scroll_bar_handle_press, x_scroll_bar_handle_release)
6596 (x_scroll_bar_handle_drag): Remove argument `timestamp'.
6597 All callers changed.
6598 [USE_TOOLKIT_SCROLL_BARS] (construct_scroll_bar_click): Don't set
6599 timestamp.
6600 [USE_CARBON_EVENTS] (mac_handle_mouse_event): Likewise.
6601 (x_scroll_bar_create, XTset_vertical_scroll_bar): Show scroll bar
6602 only when its width is less than the height.
6603 (XTredeem_scroll_bar): Sync with xterm.c.
6604 (font_name_table, font_name_table_size, font_name_count):
6605 Make static.
6606 (drag_and_drop_file_list): Remove variable. Previous use is now
6607 local to function.
6608 (do_ae_open_documents): Move DRAG_N_DROP event construction part
6609 from XTread_socket.
6610 (XTread_socket): Consolidate setting of event timestamp.
6611 Move DRAG_N_DROP event construction part to do_ae_open_documents.
6612 Support extra_keyboard_modifiers.
6613
6614 * xfaces.c (try_font_list) [MAC_OS]: Try font family name
6615 beginning with that for ASCII.
6616
6617 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
6618
6619 * alloc.c (gc_cons_combined_threshold, Vgc_cons_percentage): New vars.
6620 (Fgarbage_collect, init_alloc_once): Set gc_cons_combined_threshold.
6621 (syms_of_alloc): Declare gc-cons-percentage.
6622
6623 * eval.c (Feval, Ffuncall):
6624 * keyboard.c (read_char):
6625 * bytecode.c (MAYBE_GC): Use gc_cons_combined_threshold.
6626
6627 * lisp.h (gc_cons_combined_threshold): Declare.
6628
6629 2005-07-12 Kim F. Storm <storm@cua.dk>
6630
6631 * coding.c (Qprocess_argument):
6632 * coding.h (Qprocess_argument): Remove unused var.
6633
6634 * xselect.c (intern): Remove dup. intern and staticpro for QTIMESTAMP.
6635
6636 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6637
6638 * mac.c [!TARGET_API_MAC_CARBON]: Include charset.h, coding.h, and
6639 Endian.h.
6640 [!MAC_OSX] (fchmod, fchown): New functions.
6641 (mac_get_code_from_arg): Don't accept Lisp integer as argument.
6642 Use SBYTES and EndianU32_BtoN.
6643 (mac_get_object_from_code): Return 4 byte string even if argument
6644 is 0. Use make_unibyte_string and EndianU32_NtoB.
6645 (Fmac_get_file_creator, Fmac_get_file_type, Fmac_set_file_creator)
6646 (Fmac_set_file_type): Fix documents and argument declarations.
6647 Don't specify kFSCatInfoNodeFlags. Support Mac OS Classic.
6648
6649 2005-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
6650
6651 * window.c (Frecenter): Yet another int/Lisp_Object mixup (YAILOM).
6652
6653 2005-07-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6654
6655 * xfaces.c (x_update_menu_appearance): Use fontSet resource for
6656 Lucid if X_I18N, font otherwise.
6657
6658 2005-07-10 Steven Tamm <steventamm@mac.com>
6659
6660 * mac.c (Fmac_get_file_type, Fmac_get_file_creator): Add.
6661 (Fmac_set_file_type, Fmac_set_file_creator): Add.
6662 (mac_get_object_from_code, mac_get_code_from_arg): Add.
6663
6664 2005-07-10 Richard M. Stallman <rms@gnu.org>
6665
6666 * lread.c (Qeval_buffer_list, Veval_buffer_list): New vars.
6667 (syms_of_lread): Set up eval-buffer-list.
6668 (Feval_buffer, Feval_region): Bind eval-buffer-list.
6669
6670 2005-07-08 Richard M. Stallman <rms@gnu.org>
6671
6672 * eval.c (Fdefvar): Allow defvaring a constant to itself quoted.
6673
6674 2005-07-08 Kim F. Storm <storm@cua.dk>
6675
6676 * keyboard.c (menu_bar_items): Don't GCPRO menu_bar_items_vector here.
6677 (syms_of_keyboard): Initialize and staticpro menu_bar_items_vector.
6678
6679 2005-07-07 Kim F. Storm <storm@cua.dk>
6680
6681 * window.c (Frecenter): Fix last change (set iarg before use).
6682
6683 2005-07-06 Richard M. Stallman <rms@gnu.org>
6684
6685 * window.c (Frecenter): When arg is inside the scroll margin,
6686 move it out of the margin.
6687
6688 2005-07-06 Jason Rumney <jasonr@gnu.org>
6689
6690 * w32console.c (initialize_w32_display): Detect when the console
6691 dimensions are insane, and default to 80x25 instead.
6692 (w32_use_full_screen_buffer): Default to NIL.
6693
6694 2005-07-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6695
6696 * macterm.c (mac_draw_vertical_window_border): Use foreground of
6697 VERTICAL_BORDER_FACE_ID for vertical border line.
6698 (mac_encode_char): Call check_ccl_update in advance.
6699 (mac_to_x_fontname, x_font_name_to_mac_font_name)
6700 (init_font_name_table, mac_do_list_fonts, XLoadQueryFont):
6701 Don't assume that font family length is less than 32.
6702 (x_compute_min_glyph_bounds): Make static.
6703 (x_load_font): Never set fonts_changed_p to zero.
6704
6705 2005-07-04 Lute Kamstra <lute@gnu.org>
6706
6707 * Update FSF's address in GPL notices.
6708
6709 2005-07-03 Richard M. Stallman <rms@gnu.org>
6710
6711 * xdisp.c (try_window): Fix previous change in how it handles
6712 a partially-visible line or one only partly past the margin.
6713
6714 * window.c (window_scroll_pixel_based): Take account
6715 of this_scroll_margin when finding point when scrolling up.
6716
6717 2005-06-29 Ralf Angeli <angeli@iwi.uni-sb.de>
6718
6719 * window.c (window_scroll_pixel_based, window_scroll_line_based):
6720 Handle `scroll-preserve-screen-position' non-nil, non-t specially.
6721 (syms_of_window) <scroll-preserve-screen-position>: Doc fix.
6722
6723 2005-07-02 Juri Linkov <juri@jurta.org>
6724
6725 * w32term.c (w32_draw_vertical_window_border): Use foreground of
6726 VERTICAL_BORDER_FACE_ID for vertical border line.
6727
6728 2005-07-02 Eli Zaretskii <eliz@gnu.org>
6729
6730 * fileio.c (Fcopy_file): Rearrange the code that calls fchown and
6731 fchmod so that chmod doesn't get called on MSDOS before the file
6732 is closed.
6733
6734 2005-07-01 Jason Rumney <jasonr@gnu.org>
6735
6736 * w32term.c (cleartype_active): New flag for enabling sub-pixel
6737 workaround.
6738 (w32_initialize): Initialize it.
6739 (w32_native_per_char_metric): Allow a couple of extra pixels when
6740 Cleartype is active.
6741
6742 * w32term.c (w32_initialize): Move check for screen reader here
6743 from syms_of_w32term.
6744
6745 2005-06-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6746
6747 * xterm.c (handle_one_xevent): bzero compose_status when nbytes
6748 is not zero.
6749
6750 2005-07-01 Masatake YAMATO <jet@gyve.org>
6751
6752 * emacs.c (main): Passing ADD_NO_RANDOMIZE to `personality'.
6753
6754 2005-06-30 Juri Linkov <juri@jurta.org>
6755
6756 * xdisp.c (x_draw_vertical_border): If left fringe is not present
6757 decrease x coord of vertical border by 1 pixel to not occupy text
6758 area of the right window.
6759
6760 * xterm.c (x_draw_vertical_window_border): Use foreground of
6761 VERTICAL_BORDER_FACE_ID for vertical border line.
6762
6763 * term.c (turn_on_face): In standout mode apply specified
6764 fg to bg, and specified bg to fg (this makes the logic of
6765 inversion on terminal consistent with X).
6766
6767 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
6768
6769 * eval.c (user_variable_p_eh): New function.
6770 (Fuser_variable_p): Use it. Clarify docstring.
6771 Return t for aliases of user options, nil for alias loops.
6772
6773 2005-06-27 Richard M. Stallman <rms@gnu.org>
6774
6775 * eval.c (Fdefvar): Improve error message.
6776
6777 2005-06-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6778
6779 * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Fix last
6780 change.
6781
6782 2005-06-27 Juanma Barranquero <lekktu@gmail.com>
6783
6784 * eval.c (Fdefvar): Don't try to set constant symbols.
6785
6786 2005-06-25 Richard M. Stallman <rms@gnu.org>
6787
6788 * macfns.c (Fx_show_tip): Pass new arg to try_window.
6789
6790 * w32fns.c (Fx_show_tip): Pass new arg to try_window.
6791
6792 * xfns.c (Fx_show_tip): Pass new arg to try_window.
6793
6794 * xdisp.c (try_window): New arg CHECK_MARGINS. Calls changed.
6795 (redisplay_window): Handle try_window reporting point in scroll margin.
6796
6797 * dispextern.h (try_window): Declare new arg.
6798
6799 * fileio.c (Fcopy_file): New arg PRESERVE_UID_GID.
6800 Use fchmod to copy the file modes.
6801 (Frename_file): Don't copy UID and GID here;
6802 instead, specify t for PRESERVE_UID_GID when calling Fcopy_file.
6803
6804 * eval.c (call_debugger): Take full care of extending stack limits
6805 to make space for the debugger, and restore the change afterward.
6806 Bind debug-on-error to nil.
6807 (restore_stack_limits): New subroutine.
6808 (Fsignal): Extend specpdl bound along with eval depth bound,
6809 for calling edebug. Don't do either one, for calling debugger.
6810 (find_handler_clause): Don't bind debug-on-error here.
6811 Don't unbind anything either.
6812 Temporarily advance max_specpdl_size for calling
6813 internal_with_output_to_temp_buffer.
6814 (grow_specpdl): Don't alter max_specpdl_size before signaling
6815 an error.
6816 (syms_of_eval) <max-specpdl-size>: Doc fix.
6817
6818 * lread.c (read1): 0.0e+NaN should make a "positive" NaN.
6819
6820 2005-06-24 Eli Zaretskii <eliz@gnu.org>
6821
6822 * fileio.c (Frename_file): Undo last change: no need to ifdef away
6823 chown on DOS_NT platforms.
6824
6825 * w32.c (sys_chown): New function.
6826
6827 * s/ms-w32.h (chown): New; define to sys_chown.
6828
6829 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
6830
6831 * xdisp.c (syms_of_xdisp) <nobreak-char-display>: Doc fix.
6832 (syms_of_xdisp) <void-text-area-pointer>: Doc fix.
6833
6834 * fileio.c (Frename_file)[!DOS_NT]: Don't call chown on MSDOS/Windows.
6835
6836 2005-06-23 Richard M. Stallman <rms@gnu.org>
6837
6838 * xdisp.c (get_next_display_element): Finish reversing the tests of
6839 Vnobreak_char_display.
6840
6841 * xdisp.c (Vnobreak_char_display): Rename from Vshow_nonbreak_escape.
6842 All uses changed.
6843 (Qnobreak_space): Rename from Qno_break_space. All uses changed.
6844 (syms_of_xdisp): Define nobreak-char-display and nobreak-space.
6845
6846 * fileio.c (Frename_file): Preserve owner and group, if possible,
6847 when copying.
6848
6849 2005-06-23 Juanma Barranquero <lekktu@gmail.com>
6850
6851 * abbrev.c (Funexpand_abbrev):
6852 * category.c (Fmake_category_set):
6853 * dispnew.c (Fsleep_for, Fsit_for):
6854 * editfns.c (Fsubst_char_in_region):
6855 * eval.c (Fdefvar, Fdefconst, Feval, Ffuncall):
6856 * frame.c (make_frame_without_minibuffer):
6857 * lread.c (read_vector):
6858 * macfns.c (check_x_frame):
6859 * process.c (Fstop_process, Fcontinue_process):
6860 * search.c (Freplace_match):
6861 * syntax.c (Fstring_to_syntax):
6862 * w32fns.c (check_x_frame, check_x_display_info):
6863 * xfaces.c (x_supports_face_attributes_p):
6864 * xselect.c (Fx_own_selection_internal): Follow error conventions.
6865
6866 * image.c (fn_png_init_io): Don't define it.
6867 (init_png_functions) [HAVE_NTGUI]: Don't initialize fn_png_init_io.
6868 (png_read_from_file): New function, based on png_read_from_memory.
6869 (png_load): Use it, instead of fn_png_init_io.
6870
6871 2005-06-23 Kim F. Storm <storm@cua.dk>
6872
6873 * search.c (Fmatch_data): Remove evaporate option.
6874 (Fset_match_data): Do not mention evaporate option in doc string.
6875 Add commentary explaining evaporate arg (for internal use only).
6876 (unwind_set_match_data): Add comment on evaporate use.
6877
6878 2005-06-22 Miles Bader <miles@gnu.org>
6879
6880 * xfaces.c (Qvertical_border): Rename from `Qvertical_divider'.
6881 (realize_basic_faces, syms_of_xfaces): Update references to it.
6882 * dispextern.h (enum face_id): Rename `VERTICAL_DIVIDER_FACE_ID'
6883 to `VERTICAL_BORDER_FACE_ID'.
6884 * dispnew.c (build_frame_matrix_from_leaf_window): Update references.
6885
6886 2005-06-21 Juri Linkov <juri@jurta.org>
6887
6888 * dispextern.h: Add extern Qframe_set_background_mode.
6889
6890 * xfaces.c: Rename obsolete function Qframe_update_face_colors to
6891 Qframe_set_background_mode.
6892
6893 * frame.c (Fmodify_frame_parameters):
6894 Call frame-set-background-mode after changing the background color
6895 on non-window non-dos branch.
6896
6897 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
6898
6899 * fns.c (Fchar_table_range):
6900 * process.c (Fmake_network_process): Fix spellings.
6901
6902 2005-06-20 Kim F. Storm <storm@cua.dk>
6903
6904 * fns.c (Fsort): Doc fix.
6905
6906 2005-06-20 Miles Bader <miles@gnu.org>
6907
6908 * xfaces.c (Qvertical_divider): New variable.
6909 (realize_basic_faces): Realize its face.
6910 (syms_of_xfaces): Initialize it.
6911
6912 * dispextern.h (enum face_id): Add `VERTICAL_DIVIDER_FACE_ID'.
6913
6914 * dispnew.c (build_frame_matrix_from_leaf_window): Display vertical
6915 window-separator on ttys using `vertical-divider' face by default.
6916
6917 2005-06-17 Richard M. Stallman <rms@gnu.org>
6918
6919 * xdisp.c (get_next_display_element):
6920 Reverse test of Vshow_nonbreak_escape.
6921
6922 * term.c (produce_special_glyphs): Use spec_glyph_lookup_face.
6923 (Ftty_no_underline): New function.
6924 (syms_of_term): defsubr it.
6925
6926 * keyboard.c (read_char): Call restore_getcjmp after jump occurs.
6927
6928 * dispnew.c (spec_glyph_lookup_face): New function.
6929 (build_frame_matrix_from_leaf_window): Use it.
6930
6931 * dispextern.h (spec_glyph_lookup_face): Add declaration.
6932
6933 * buffer.c (syms_of_buffer) <cursor-type>: Doc fix.
6934
6935 2005-06-12 Richard M. Stallman <rms@gnu.org>
6936
6937 * keyboard.c (read_char): After catching a longjmp,
6938 call restore_getcjmp.
6939
6940 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
6941
6942 * xselect.c (lisp_data_to_selection_data): Fix spelling.
6943
6944 2005-06-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6945
6946 * macterm.c (mac_compute_glyph_string_overhangs): Don't set
6947 overhangs unless the given glyph type is noncomposite CHAR_GLYPH.
6948 [USE_CARBON_EVENTS] (mac_convert_event_ref): Convert dead key down
6949 events.
6950 (XTread_socket): Don't pass keyboard events with the option
6951 modifier to the system when Vmac_command_key_is_meta is nil or
6952 Vmac_option_modifier is non-nil.
6953 [USE_CARBON_EVENTS] (read_socket_inev): New variable.
6954 [USE_CARBON_EVENTS] (init_command_handler): Fix argument.
6955 [USE_CARBON_EVENTS] (mac_handle_mouse_event): New Carbon event
6956 handler function.
6957 (install_window_handler) [USE_CARBON_EVENTS]: Install it.
6958 (XTread_socket) [USE_CARBON_EVENTS]: Move mouse wheel event
6959 handler part to mac_handle_mouse_event.
6960
6961 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
6962
6963 * eval.c (Fdefvaralias): Rename arguments SYMBOL and ALIASED to
6964 NEW-ALIAS and BASE-VARIABLE, respectively.
6965
6966 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6967
6968 * xdisp.c (note_mode_line_or_margin_highlight): Lisp_Object/int mixup.
6969 (get_phys_cursor_geometry, format_mode_line_unwind_data)
6970 (get_line_height_property, x_produce_glyphs): Remove unused vars.
6971
6972 * coding.c (run_pre_post_conversion_on_str): Remove unused var `buf'.
6973
6974 2005-06-13 Eli Zaretskii <eliz@gnu.org>
6975
6976 * w32term.c (x_use_underline_position_properties): New variable.
6977 (x_draw_glyph_string): Remind in a comment to change doc string of
6978 x-use-underline-position-properties if/when underline positioning
6979 is implemented.
6980 (syms_of_w32term): DEFVAR_BOOL x-use-underline-position-properties,
6981 and initialize it to nil.
6982
6983 2005-06-12 Jason Rumney <jasonr@gnu.org>
6984
6985 * w32fns.c (NEWOPENFILENAME): New struct.
6986 (Fx_file_dialog): Use it to trick the system into giving us up to
6987 date dialogs on systems that are documented to support it.
6988 Do not set OFN_FILEMUSTEXIST flag if looking for a directory.
6989
6990 2005-06-12 Eli Zaretskii <eliz@gnu.org>
6991
6992 * w32fns.c (w32_abort): Use the MB_YESNO dialog instead of
6993 MB_ABORTRETRYIGNORE. Never return, even if DebugBreak does.
6994
6995 2005-06-11 Eli Zaretskii <eliz@gnu.org>
6996
6997 * image.c (x_create_x_image_and_pixmap) [HAVE_NTGUI]: Cast 4th arg
6998 to CreateDIBSection to avoid a compiler warning.
6999 (pbm_load): Cast 3rd arg to IMAGE_BACKGROUND to avoid a compiler
7000 warning.
7001 (png_load): Cast return values of fn_png_create_read_struct and
7002 fn_png_create_info_struct, to avoid compiler warnings on W32.
7003 Cast 3rd arg to IMAGE_BACKGROUND and image_background_transparent
7004 to avoid compiler warnings.
7005 (jpeg_load): Cast return value of fn_jpeg_std_error to avoid a
7006 compiler warning on W32. Cast 3rd arg to IMAGE_BACKGROUND to
7007 avoid a compiler warning.
7008 (tiff_load): Cast return values of fn_TIFFOpen and
7009 fn_TIFFClientOpen to avoid compiler warning on W32. Cast 3rd arg
7010 to IMAGE_BACKGROUND to avoid a compiler warning.
7011 (gif_load): Cast return values of fn_DGifOpenFileName and
7012 fn_DGifOpen to avoid compiler warnings on W32. Cast 3rd arg to
7013 IMAGE_BACKGROUND to avoid a compiler warning.
7014 (DrawText) [HAVE_NTGUI || MAC_OS]: If already defined, undef
7015 before redefining.
7016
7017 * w32bdf.c (create_offscreen_bitmap): Cast `bitsp' to `void **' in
7018 the call to CreateDIBSection, to avoid a compiler warning.
7019
7020 2005-06-11 Jason Rumney <jasonr@gnu.org>
7021
7022 * w32fns.c (Fx_file_dialog): Unblock input before falling back to
7023 minibuffer.
7024 * macfns.c (Fx_file_dialog): Likewise.
7025
7026 2005-06-10 Eli Zaretskii <eliz@gnu.org>
7027
7028 * makefile.w32-in ($(TEMACS)): Depend on addsection.exe.
7029
7030 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
7031
7032 * process.c (syms_of_process) [ADAPTIVE_READ_BUFFERING]:
7033 * w32fns.c (syms_of_w32fns): Fix spellings.
7034
7035 2005-06-10 Eli Zaretskii <eliz@gnu.org>
7036
7037 * unexw32.c (COPY_CHUNK, COPY_PROC_CHUNK): Add a new argument
7038 `verbose'; print diagnostic messages only if it is non-zero.
7039 All callers changed to pass a zero value unless DEBUG_DUMP is defined
7040 in the environment.
7041 (copy_executable_and_dump_data): Print section names with %.8s.
7042
7043 2005-06-10 Masatake YAMATO <jet@gyve.org>
7044
7045 * xdisp.c (note_mode_line_or_margin_highlight): Call clear_mouse_face
7046 when mouse_face is not given.
7047
7048 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
7049
7050 * window.c (Fselect_window): Adapt call to Fselect_frame.
7051
7052 * lisp.h: Update EXFUN of Fselect_frame.
7053
7054 * keyboard.c (command_loop_1): Adapt call to Fselect_frame.
7055
7056 * frame.c (Fhandle_switch_frame, Fselect_frame): Delete unused arg
7057 no_enter.
7058 (Fset_mouse_position, Fset_mouse_pixel_position, Ficonify_frame):
7059 Adapt to above change.
7060
7061 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
7062
7063 * fns.c (Fmemq, Fmaphash): Doc fixes.
7064
7065 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
7066
7067 * xfaces.c (Fdisplay_supports_face_attributes_p):
7068 Fix typo in docstring.
7069
7070 2005-06-08 Steven Tamm <steventamm@mac.com>
7071
7072 * unexmacosx.c (copy_data_segment): Copy __la_sym_ptr2 section
7073 used by gcc4 on intel mac.
7074
7075 2005-06-09 Kim F. Storm <storm@cua.dk>
7076
7077 * search.c (Fmatch_data): Add optional RESEAT arg. Unchain markers
7078 in REUSE list if non-nil; free them if equal to evaporate.
7079 (Fset_match_data): Add optional RESEAT arg. Unchain markers in LIST
7080 if non-nil; free them if equal to evaporate. Use XCAR/XCDR.
7081 (restore_search_regs): Rename from restore_match_data. Uses changed.
7082 (unwind_set_match_data): New function.
7083 (record_unwind_save_match_data): New function like save-match-data.
7084
7085 * lisp.h (Fmatch_data, Fset_match_data): Fix EXFUN.
7086 (record_unwind_save_match_data): Add prototype.
7087 (restore_search_regs): Rename from restore_match_data.
7088
7089 * composite.c (compose_chars_in_text):
7090 * eval.c (do_autoload):
7091 * macmenu.c (set_frame_menubar):
7092 * process.c (read_process_output, exec_sentinel):
7093 * xmenu.c (set_frame_menubar):
7094 * xdisp.c (prepare_menu_bars, update_menu_bar, update_tool_bar):
7095 * w32menu.c (set_frame_menubar):
7096 Use record_unwind_save_match_data.
7097
7098 2005-06-08 Richard M. Stallman <rms@gnu.org>
7099
7100 * xdisp.c (get_next_display_element): Alter previous change:
7101 Distinguish Vshow_nonbreak_escape = t or not t.
7102 For t, use escape_glyph once again, as before previous change.
7103 Use space or hyphen for display, instead of the non-ASCII char.
7104 (syms_of_xdisp) <show-nonbreak-escape>: Doc fix.
7105
7106 * process.c (Fstart_process): Don't touch command_channel_p slot.
7107
7108 * process.h (struct process): Delete command_channel_p.
7109
7110 2005-06-07 Masatake YAMATO <jet@gyve.org>
7111
7112 * xdisp.c (note_mode_line_or_margin_highlight):
7113 Check the overlapping of re-rendering area to avoid flickering.
7114 (note_mouse_highlight): Call clear_mouse_face if PART
7115 is not ON_MODE_LINE nor ON_HEADER_LINE.
7116
7117 2005-06-07 Kim F. Storm <storm@cua.dk>
7118
7119 * process.c: Improve commentary for adaptive read buffering.
7120
7121 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
7122
7123 * xterm.c (x_create_toolkit_scroll_bar): Use XtNarrowScrollbars
7124 if available.
7125
7126 2005-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7127
7128 * macmenu.c (menu_quit_handler, install_menu_quit_handler):
7129 New functions for popping down menus on C-g.
7130 (set_frame_menubar, mac_menu_show): Call install_menu_quit_handler.
7131
7132 * macterm.c: Make mac_quit_char_modifiers and mac_quit_char_keycode
7133 non-static.
7134
7135 * config.in: Add HAVE_CANCELMENUTRACKING.
7136
7137 2005-06-06 Eli Zaretskii <eliz@gnu.org>
7138
7139 * w32heap.h (OFFSET_TO_RVA, RVA_TO_OFFSET, RVA_TO_PTR): Remove macros.
7140
7141 * unexw32.c (RVA_TO_PTR): Move here from w32heap.h.
7142
7143 * w32proc.c (RVA_TO_PTR): New macro.
7144
7145 * w32heap.c (RVA_TO_PTR): No need to #undef now.
7146
7147 * makefile.w32-in ($(BLD)/emacs.$(O), $(BLD)/w32select.$(O)):
7148 Depend on w32heap.h.
7149
7150 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
7151
7152 * keyboard.c (command_loop_1): Update Vthis_original_command.
7153
7154 2005-06-06 Richard M. Stallman <rms@gnu.org>
7155
7156 * xmenu.c (popup_get_selection): Undo previous change.
7157
7158 2005-06-06 Juri Linkov <juri@jurta.org>
7159
7160 * xdisp.c (Qno_break_space): New variable.
7161 (syms_of_xdisp): Initialize it.
7162 (get_next_display_element): Add no-break space and soft hypen
7163 codes for iso8859-2 and iso8859-5. Don't add `\' for them.
7164 Use `no-break-space' face for no-break spaces.
7165
7166 2005-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7167
7168 * window.c (delete_window): Handle the case where a h/vchild has
7169 a h/vchild.
7170
7171 2005-06-05 Eli Zaretskii <eliz@gnu.org>
7172
7173 * w32.c (sys_setsockopt): Change arg 4 to `const void *'. In the
7174 call to pfn_setsockopt, cast optval to `const char *'.
7175
7176 2005-06-04 Eli Zaretskii <eliz@gnu.org>
7177
7178 * w32.c (gettimeofday): Use struct _timeb, not struct timeb.
7179 (open_unc_volume): Cast return value of map_w32_filename, to avoid
7180 compiler warnings.
7181
7182 * s/ms-w32.h (fileno): Don't define if already defined.
7183
7184 * emacs.c: Include w32heap.h, to avoid compiler warning about sbrk.
7185
7186 * makefile.w32-in (DOC): Define to point to the generated DOC-X.
7187
7188 2005-06-04 Richard M. Stallman <rms@gnu.org>
7189
7190 * xmenu.c (popup_get_selection): Click not in menu deactivates menu.
7191
7192 2005-06-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7193
7194 * macmenu.c (cleanup_popup_menu): New function.
7195 (Fx_popup_menu): Unwind protect cleanup_popup_menu in case
7196 mac_menu_show Quit:s.
7197 (mac_menu_show): Quit on cancel if not popped up on click (i.e.
7198 a dialog).
7199
7200 2005-06-04 Kim F. Storm <storm@cua.dk>
7201
7202 * coding.c (decode_coding_string): Handle CODING_FINISH_INTERRUPT.
7203
7204 * callproc.c (Fcall_process): Don't use alloca to gradually
7205 increase size of buf, as it effectively uses twice the necessary
7206 space on the stack. Instead, pre-allocate buf of full size, and
7207 gradually increase the read size.
7208
7209 * bytecode.c (BYTE_CODE_QUIT): Check Vthrow_on_input.
7210
7211 * eval.c (unbind_to): Preserve value of Vquit_flag.
7212
7213 * xterm.c (handle_one_xevent): Also ignore mouse motion just
7214 before a button release event.
7215
7216 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
7217
7218 * xfaces.c (Finternal_lisp_face_equal_p): Really report
7219 on faces in a frame, if the argument FRAME is non-nil.
7220 Improve argument/docstring consistency.
7221
7222 2005-06-02 Kim F. Storm <storm@cua.dk>
7223
7224 * xdisp.c (MODE_LINE_NOPROP_LEN): New macro.
7225 (x_consider_frame_title, Fformat_mode_line): Save offset into
7226 mode_line_noprop_buf rather than pointer, in case buffer is relocated.
7227
7228 2005-06-01 Kim F. Storm <storm@cua.dk>
7229
7230 * fns.c (mapcar1): Maybe exit loop if original sequence was modified.
7231
7232 2005-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7233
7234 * macterm.c (mac_to_x_fontname, mac_do_list_fonts): Set XLFD
7235 resolution fields for scalable fonts to 0.
7236
7237 * xfaces.c (build_scalable_font_name): Round pixel size to the
7238 nearest integer.
7239
7240 2005-06-01 Kim F. Storm <storm@cua.dk>
7241
7242 * xdisp.c (display_mode_line): Support nested calls to redisplay
7243 and format-mode-line. Set mode_line_target to MODE_LINE_DISPLAY.
7244
7245 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
7246
7247 * fileio.c (Finsert_file_contents):
7248 * xdisp.c (note_mode_line_or_margin_highlight): Lisp_Object/int mixup.
7249
7250 2005-05-31 Kim F. Storm <storm@cua.dk>
7251
7252 * xdisp.c (mode_line_noprop_buf, mode_line_noprop_buf_end)
7253 (mode_line_noprop_ptr): Rename from frame_title_*.
7254 (store_mode_line_noprop_char): Rename from store_frame_title_char.
7255 (store_mode_line_noprop): Rename from store_frame_title.
7256 (mode_line_target): New enum to specify current output target
7257 for mode line formatting.
7258 (display_mode_element): Test it rather than frame_title_ptr and
7259 mode_line_string_list to determine where output should go.
7260 (mode_line_proptrans_alist, mode_line_string_alist): Make static.
7261 (Vmode_line_unwind_vector): New variable.
7262 (format_mode_line_unwind_data, unwind_format_mode_line):
7263 New functions for unwind protection in mode line formatting.
7264 (x_consider_frame_title): Use them and new local var 'title_start'
7265 to support nested calls to format-mode-line and redisplay.
7266 Set mode_line_target to MODE_LINE_TITLE.
7267 (Fformat_mode_line): Use them and new local var 'string_start' to
7268 support nested calls to format-mode-line and redisplay.
7269 Set mode_line_target to MODE_LINE_NOPROP or MODE_LINE_STRING.
7270 Don't trim trailing dashes.
7271 (decode_mode_spec): Don't make infinite number of trailing dashes
7272 for MODE_LINE_NOPROP and MODE_LINE_STRING targets.
7273 (syms_of_xdisp): Initialize and staticpro mode_line_string_face,
7274 mode_line_string_face_prop, and Vmode_line_unwind_vector.
7275 (init_xdisp): Initialize mode_line_noprop_ptr to start of _buf.
7276 Initialize mode_line_target to MODE_LINE_DISPLAY.
7277
7278 2005-05-29 Richard M. Stallman <rms@gnu.org>
7279
7280 * buffer.c (Fbuffer_local_value): Call indirect_variable.
7281
7282 2005-05-28 Masatake YAMATO <jet@gyve.org>
7283
7284 * xdisp.c (note_mode_line_or_margin_highlight): Change the
7285 pointer to a hand cursor when hoovering over a mouse-face.
7286
7287 2005-05-27 Kenichi Handa <handa@m17n.org>
7288
7289 * xterm.c (x_encode_char): Call check_ccl_update in advance.
7290
7291 * ccl.c: Now an element of Vccl_program_table is a vector of
7292 length 4, not 3.
7293 (ccl_get_compiled_code): New arg idx. Caller changed.
7294 Adjust for the change of Vccl_program_table.
7295 (setup_ccl_program): Adjust for the change of Vccl_program_table.
7296 (check_ccl_update): New function.
7297 (Fregister_ccl_program): Use ASET to set an element of a vector.
7298 Adjusted for the change of Vccl_program_table.
7299
7300 * ccl.h (struct ccl_program): New member idx.
7301 (check_ccl_update): Extern it.
7302
7303 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
7304
7305 * image.c (Vimage_library_alist): Move from image.el.
7306 (syms_of_image): Defvar it.
7307 (lookup_image_type): Use it.
7308
7309 * buffer.c (Fbuffer_local_value): Make argument name match its use
7310 in docstring.
7311
7312 2005-05-26 Juanma Barranquero <lekktu@gmail.com>
7313
7314 * keyboard.c (Frecursive_edit): Fix typo in docstring.
7315 (Fposn_at_x_y): Make argument name match its use in docstring.
7316
7317 2005-05-26 Lute Kamstra <lute@gnu.org>
7318
7319 * eval.c (Frun_hooks): Mention run-mode-hooks in docstring.
7320
7321 2005-05-24 Masatake YAMATO <jet@gyve.org>
7322
7323 * xdisp.c (note_mode_line_or_margin_highlight): Use b and e
7324 as loop sentinels.
7325
7326 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
7327
7328 * xmenu.c (Fx_popup_dialog): Add a third boolean argument to
7329 select frame title ("Question"/"Information").
7330 (xdialog_show): Use it.
7331
7332 * macmenu.c (Fx_popup_dialog, mac_dialog_show): As for xmenu.c.
7333
7334 * w32menu.c (Fx_popup_dialog, w32_dialog_show): As for xmenu.c.
7335
7336 * fns.c (Fyes_or_no_p, Fy_or_n_p): Call Fx_popup_dialog with
7337 a third argument (Qnil).
7338
7339 * lisp.h: x-popup-dialog can have three arguments.
7340
7341 * editfns.c (Fmessage_box): Use "Information" for frame title.
7342
7343 2005-05-23 Thien-Thi Nguyen <ttn@gnu.org>
7344
7345 * termcap.c [VMS]: Include <starlet.h>.
7346
7347 2005-05-23 Masatake YAMATO <jet@gyve.org>
7348
7349 * xdisp.c (note_mode_line_or_margin_highlight): Add code
7350 for mouse-face. Change the type of the first argument from `window'
7351 to `Lisp_Object'.
7352 (note_mouse_highlight): Call note_mode_line_or_margin_highlight with
7353 window instead of w.
7354
7355 2005-05-22 Andreas Schwab <schwab@suse.de>
7356
7357 * process.c (send_process): Move misplaced volatile.
7358
7359 2005-05-21 Richard M. Stallman <rms@gnu.org>
7360
7361 * xdisp.c (display_mode_element): If we're processing a list and
7362 padding is specified, put it after the last element.
7363
7364 2005-05-21 Eli Zaretskii <eliz@gnu.org>
7365
7366 * fileio.c (Fexpand_file_name) [DOS_NT]: Don't try to support
7367 "superroot" on DOS_NT systems.
7368
7369 2005-05-21 David Hunter <hunterd42@comcast.net> (tiny change)
7370
7371 * process.c (send_process): Restore the SIGPIPE handler if we
7372 catch a SIGPIPE.
7373
7374 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
7375
7376 * image.c (lookup_image, png_read_from_memory): Remove hacks (and
7377 misleading comments).
7378 (DEF_IMGLIB_FN): Use C calling convention for image libraries.
7379
7380 2005-05-20 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
7381
7382 * window.c (Fwindow_inside_edges, Fwindow_inside_pixel_edges):
7383 Correct the right value.
7384
7385 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
7386
7387 * keyboard.c (syms_of_keyboard): Remove Lisp variables
7388 post-command-idle-hook and post-command-idle-delay.
7389 (command_loop_1): Don't try to execute post-command-idle-hook.
7390
7391 2005-05-16 Kim F. Storm <storm@cua.dk>
7392
7393 * xdisp.c (handle_display_prop): Handle empty replacement.
7394 (handle_single_display_spec): Return -1 for empty replacement.
7395
7396 * keyboard.c (adjust_point_for_property): Skip empty overlay string.
7397
7398 * .gdbinit (pitx): Print more info about iterator.
7399
7400 2005-05-16 Andreas Schwab <schwab@suse.de>
7401
7402 * unexmacosx.c (unexec_realloc): Move declarations before statements.
7403
7404 2005-05-14 Richard M. Stallman <rms@gnu.org>
7405
7406 * xdisp.c (message3): Call cancel_echoing.
7407
7408 * alloc.c (Fmemory_full_p): New function.
7409 (syms_of_alloc): defsubr it.
7410
7411 * process.c (send_process_trap): Unblock SIGPIPE.
7412 (send_process): Reset SIGPIPE handler before reporting error.
7413
7414 2005-05-14 Nick Roberts <nickrob@snap.net.nz>
7415
7416 * emacs.c (syms_of_emacs): Fix doc string for system-type.
7417
7418 2005-05-13 Richard M. Stallman <rms@gnu.org>
7419
7420 * fileio.c (Ffind_file_name_handler): Handle lambda-exp as handler.
7421 (Finsert_file_contents): If we read 0 bytes from a special file,
7422 unlock the visited file if we locked it.
7423 (Fmake_symbolic_link, Frecent_auto_save_p): Doc fixes.
7424 (Ffile_exists_p, Ffile_symlink_p): Doc fixes.
7425
7426 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7427
7428 * emacs.c (main) [MAC_OS8]: Call init_atimer before mac_term_init.
7429
7430 * keyboard.c (readable_events) [USE_TOOLKIT_SCROLL_BARS]:
7431 Regard toolkit scroll bar thumb drag events as squeezable and prevent
7432 redisplay from being paused by them.
7433
7434 * mac.c [!MAC_OSX]: Include keyboard.h and syssignal.h.
7435 [!MAC_OSX] (target_ticks): Remove variable.
7436 [!MAC_OSX] (check_alarm, pause, index): Remove functions.
7437 [!MAC_OSX && __MRC__] (sys_strftime): Likewise.
7438 [!MAC_OSX] (select): If fd 0 is not set in rfds and some input
7439 event occurs before timeout, behave as if the function were interrupted.
7440 [!MAC_OSX] (sigblock, sigsetmask, alarm): Simulate SIGALRM
7441 handling using Time Manager routines.
7442 [!MAC_OSX] (mac_atimer_task, mac_atimer_qlink, signal_mask):
7443 New variables.
7444 [!MAC_OSX] (mac_atimer_handler, set_mac_atimer, remove_mac_atimer)
7445 (setitimer): New functions.
7446
7447 * macfns.c, macmenu.c: Don't include signal.h.
7448
7449 * macterm.c [USE_TOOLKIT_SCROLL_BARS] (get_control_part_bounds):
7450 Rename from get_control_part_bound. All callers changed.
7451 (x_scroll_bar_clear): New function.
7452 (x_clear_frame): Use it.
7453 (XTset_vertical_scroll_bar): Don't call Draw1Control.
7454 (x_scroll_bar_handle_click): Change type of second argument from
7455 int to ControlPartCode.
7456 (check_alarm): Remove declaration.
7457 (XTread_socket) [!TARGET_API_MAC_CARBON]: Don't call it.
7458 (XTread_socket): Use ControlPartCode instead of SInt16.
7459
7460 2005-05-13 Nozomu Ando <nand@mac.com>
7461
7462 * unexmacosx.c: Include assert.h.
7463 (MACOSX_MALLOC_MULT16): New define.
7464 [MACOSX_MALLOC_MULT16] (ptr_in_unexec_regions): Determine whether
7465 ptr is in unexec regions by checking it is multiple of 16.
7466 (unexec_malloc_header_t): New typedef.
7467 (unexec_malloc, unexec_realloc, unexec_free): Store and use
7468 allocated size information in unexec_malloc_header.
7469
7470 2005-05-10 Richard M. Stallman <rms@gnu.org>
7471
7472 * xterm.c (noinclude): Add #undef.
7473
7474 * image.c, xfns.c, xmenu.c: Don't include signal.h.
7475
7476 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
7477
7478 * fileio.c (Fexpand_file_name, Frename_file, Fadd_name_to_file)
7479 (Fmake_symbolic_link, Faccess_file, Frecent_auto_save_p):
7480 Doc fixes.
7481
7482 * dired.c (Ffile_name_completion): Make argument name
7483 match its use in docstring.
7484
7485 2005-05-08 Luc Teirlinck <teirllm@auburn.edu>
7486
7487 * eval.c (Fdefvaralias): Remove any pre-existing
7488 variable-documentation property of the alias.
7489
7490 2005-05-07 Thien-Thi Nguyen <ttn@gnu.org>
7491
7492 * xfns.c (start_hourglass): Do nothing when running on a tty.
7493
7494 2005-05-07 Juanma Barranquero <lekktu@gmail.com>
7495
7496 * fns.c (Fchar_table_range): Fix typos in docstring.
7497
7498 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
7499
7500 * fns.c (Fchar_table_range): Yet Another Int/Lisp_Object Mixup.
7501
7502 2005-05-06 Eli Zaretskii <eliz@gnu.org>
7503
7504 * lread.c (Flocate_file_internal): Doc fix.
7505
7506 * Makefile.in (lisp, shortlisp): Add jka-cmpr-hook.elc.
7507
7508 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7509
7510 * macselect.c (x_own_selection): Accept Lisp string as result of
7511 selection converter function.
7512 (x_clear_frame_selections): Don't call x-lost-selection-functions
7513 if Emacs is not owner of the selection.
7514 (Vmac_services_selection): Put variable and initialization in
7515 #ifdef MAC_OSX.
7516 (syms_of_macselect) [MAC_OSX]: Set default value of
7517 Vmac_services_selection to PRIMARY.
7518
7519 * macterm.c (toolkit_scroll_bar_interaction): Remove unused variable.
7520 (mac_handle_tool_bar_click): Remove unused function and declaration.
7521 [USE_TOOLKIT_SCROLL_BARS] (scroll_bar_timer_callback)
7522 (install_scroll_bar_timer, set_scroll_bar_timer)
7523 (control_part_code_to_scroll_bar_part, construct_scroll_bar_click)
7524 (get_control_part_bound, x_scroll_bar_handle_press)
7525 (x_scroll_bar_handle_release, x_scroll_bar_handle_drag)
7526 (x_set_toolkit_scroll_bar_thumb): New functions and declarations.
7527 [USE_TOOLKIT_SCROLL_BARS] (last_scroll_bar_part, scroll_bar_timer)
7528 (scroll_bar_timer_event_posted_p): New variables.
7529 [USE_TOOLKIT_SCROLL_BARS] (SCROLL_BAR_FIRST_DELAY)
7530 (SCROLL_BAR_CONTINUOUS_DELAY): New macros.
7531 (x_scroll_bar_create): Set control reference with NewControl.
7532 (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
7533 Initialize track_top and track_height to nil.
7534 (x_scroll_bar_set_handle, x_scroll_bar_note_movement):
7535 Put functions in #ifndef USE_TOOLKIT_SCROLL_BARS.
7536 (XTset_vertical_scroll_bar): Don't make space between scroll bar
7537 and associated window.
7538 (XTset_vertical_scroll_bar) [MAC_OSX]: Get scroll bar area width
7539 from window config.
7540 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
7541 Set track_top and track_height to nil when scroll bar size is changed.
7542 Recalculate them if they are nil.
7543 (XTread_socket) [MAC_OSX]: Use control kind to determine if the
7544 clicked control is a scroll bar.
7545 (XTread_socket) [USE_TOOLKIT_SCROLL_BARS]: Use toolkit scroll bar
7546 event handler functions. Don't add modifiers to scroll bar click
7547 events. Call scroll bar release handler when window is deactivated.
7548 (mac_initialize): Remove unused code for X toolkit.
7549 (syms_of_macterm) [!USE_TOOLKIT_SCROLL_BARS]:
7550 Initialize Vx_toolkit_scroll_bars to nil.
7551
7552 * macterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
7553 New members track_top and track_height.
7554
7555 * sysselect.h [DARWIN || MAC_OSX]: Temporarily undefine
7556 init_process when including sys/select.h.
7557
7558 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
7559
7560 * eval.c (Fdefvaralias): Doc fix.
7561
7562 * xmenu.c (Fx_popup_menu, Fx_popup_dialog): Doc fixes.
7563
7564 2005-05-05 Kim F. Storm <storm@cua.dk>
7565
7566 * buffer.c (init_buffer_once): Set cursor_in_non_selected_windows
7567 default value.
7568 (syms_of_buffer): Add default-cursor-in-non-selected-windows.
7569 Fix type of cursor-in-non-selected-windows.
7570
7571 2005-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7572
7573 * mac.c: #undef init_process so not to conflict with system headers.
7574
7575 2005-05-02 Richard M. Stallman <rms@gnu.org>
7576
7577 * buffer.c (syms_of_buffer): Define cursor-in-non-selected-windows.
7578
7579 * buffer.h (struct buffer): Add cursor_in_non_selected_windows slot.
7580
7581 * xdisp.c (Vcursor_in_non_selected_windows)
7582 (Qcursor_in_non_selected_windows): Vars deleted.
7583 (syms_of_xdisp): Don't initialize them.
7584 (get_window_cursor_type): Use cursor_in_non_selected_windows
7585 buffer slot.
7586
7587 2005-05-02 Kim F. Storm <storm@cua.dk>
7588
7589 * macros.c (executing_kbd_macro_index): Rename from
7590 executing_macro_index. All uses changed.
7591 (executing_kbd_macro_iterations): Rename from
7592 executing_macro_iterations. All uses changed.
7593 (executing_kbd_macro): Rename from executing_macro.
7594 All uses changed.
7595 (syms_of_macros): Rename Lisp var executing-macro-index to
7596 executing-kbd-macro-index.
7597
7598 * xdisp.c (move_it_in_display_line_to): Fix last change.
7599
7600 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
7601
7602 * xmenu.c (Fx_popup_menu): Doc fix.
7603
7604 * charset.c (syms_of_charset): Delete defsubr for Schars_in_region.
7605
7606 2005-05-02 Jason Rumney <jasonr@gnu.org>
7607
7608 * emacs.c (USAGE3, USAGE4): Keep strings below 2048 bytes.
7609
7610 2005-05-02 Nozomu Ando <nand@mac.com>
7611
7612 * sysselect.h: Fix typo.
7613
7614 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
7615
7616 * charset.c (Fchars_in_region): Remove as obsolete.
7617
7618 2005-05-01 Kim F. Storm <storm@cua.dk>
7619
7620 * xdisp.c (move_it_in_display_line_to): Stop if we move beyond
7621 TO_CHARPOS. This may happen if last glyphs was an image or stretch
7622 glyph.
7623
7624 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
7625
7626 * dispnew.c (sit_for): Vexecuting_macro -> Vexecuting_kbd_macro.
7627
7628 2005-05-01 Richard M. Stallman <rms@gnu.org>
7629
7630 * xmenu.c [not HAVE_X_TOOLKIT] (xmenu_show):
7631 If user cancels the menu, quit unless FOR_CLICK.
7632
7633 * macros.c (Vexecuting_kbd_macro): Rename from Vexecuting_macro.
7634 All uses changed.
7635 (syms_of_macros): Define only executing-kbd-macro, not executing-macro.
7636 * keyboard.c: Change Vexecuting_macro to Vexecuting_kbd_macro.
7637 * macros.h (Vexecuting_kbd_macro): Declare instead of Vexecuting_macro.
7638 * commands.h (Vexecuting_kbd_macro): Likewise.
7639
7640 2005-05-01 Thien-Thi Nguyen <ttn@gnu.org>
7641
7642 * sysdep.c (get_frame_size) [VMS]: Use a fresh i/o channel.
7643
7644 2005-04-30 Richard M. Stallman <rms@gnu.org>
7645
7646 * fileio.c (Ffind_file_name_handler): Handle the `operations'
7647 property of the file name handler.
7648 (Qoperations): New variable.
7649 (syms_of_fileio): Initialize and staticpro it.
7650
7651 * xdisp.c (set_message_1): Delete xassert.
7652
7653 2005-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7654
7655 * mac.c: Don't include time.h. Include sysselect.h after systime.h.
7656
7657 * macfns.c (Fx_server_version): Add BLOCK_INPUT around Gestalt.
7658
7659 * macgui.h [HAVE_CARBON && MAC_OSX]: Don't undefine/define mktime
7660 before/after including Carbon.h if there is a working mktime.
7661
7662 2005-04-28 Kim F. Storm <storm@cua.dk>
7663
7664 * xfaces.c (resolve_face_name): Add arg SIGNAL_P. Calls changed.
7665 Fix cyclic alias check. If alias loop is detected, signal
7666 circular-list error if SIGNAL_P, and return Qdefault if !SIGNAL_P.
7667
7668 2005-04-28 Lute Kamstra <lute@gnu.org>
7669
7670 * eval.c (do_autoload): Record only autoloads in the autoload
7671 property of symbols.
7672
7673 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
7674
7675 * emacs.c (USAGE1): Add --basic-display and --quick options.
7676
7677 2005-04-27 Kim F. Storm <storm@cua.dk>
7678
7679 * data.c (syms_of_data) Staticpro Qcyclic_variable_indirection.
7680
7681 2005-04-26 Richard M. Stallman <rms@gnu.org>
7682
7683 * window.c (Fsame_window_p, Fspecial_display_p): Doc fixes.
7684 (syms_of_window): Doc fixes.
7685
7686 * indent.c (Fvertical_motion): Undo previous change.
7687
7688 2005-04-26 Kenichi Handa <handa@m17n.org>
7689
7690 * fns.c (char_table_range): New function.
7691 (Fchar_table_range): Signal an error if characters in the range
7692 have inconsistent values. Don't check the parent.
7693
7694 2005-04-25 Kenichi Handa <handa@m17n.org>
7695
7696 * fontset.c (fontset_set): Fix previous change.
7697
7698 2005-04-24 Richard M. Stallman <rms@gnu.org>
7699
7700 * indent.c (Fvertical_motion): Bind fontification-functions to nil.
7701
7702 2005-04-24 Eli Zaretskii <eliz@gnu.org>
7703
7704 * regex.c (re_search_2, re_match_2_internal): Convert second arg
7705 of RE_TRANSLATE to int, to shut up GCC warnings.
7706
7707 * fileio.c (Fcopy_file): Doc fix.
7708 [MSDOS]: Fix call to emacs_open: buffer_file_type not defined and
7709 not needed.
7710
7711 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7712
7713 * Makefile.in [HAVE_CARBON] (MAC_OBJ): Add macselect.o.
7714 (SOME_MACHINE_OBJECTS): Likewise.
7715 (mac.o): Depend on ccl.h.
7716 (macselect.o): New target.
7717
7718 * emacs.c (main) [MAC_OS8 || MAC_OSX && HAVE_CARBON]:
7719 Call syms_of_macselect.
7720
7721 * frame.c (Fdelete_frame) [MAC_OS]: Call x_clear_frame_selections.
7722
7723 * mac.c [!TARGET_API_MAC_CARBON]: Don't include charset.h or coding.h.
7724 (QCLIPBOARD): Remove variable.
7725 (syms_of_mac): Don't initialize it.
7726 (Fmac_paste_function, Fmac_cut_function, Fx_selection_exists_p):
7727 Remove functions.
7728 (syms_of_mac): Don't defsubr them.
7729 [TARGET_API_MAC_CARBON] (Qmime_charset, QNFD, QNFKD, QNFC, QNFKC)
7730 (QHFS_plus_D, QHFS_plus_C): New variables.
7731 (syms_of_mac) [TARGET_API_MAC_CARBON]: Initialize them.
7732 [TARGET_API_MAC_CARBON] (get_cfstring_encoding_from_lisp)
7733 (cfstring_create_normalized): New functions.
7734 [TARGET_API_MAC_CARBON] (Fmac_code_convert_string): Likewise.
7735 (syms_of_mac) [TARGET_API_MAC_CARBON]: Defsubr it.
7736
7737 * macterm.c (handling_window_update, terminate_flag):
7738 Remove variables.
7739 (do_window_update, do_ae_quit_application, XTread_socket):
7740 Don't use them.
7741 (WNE_SLEEP_AT_SUSPEND, WNE_SLEEP_AT_RESUME): Don't define.
7742 [USE_CARBON_EVENTS && MAC_OSX] (mac_handle_service_event)
7743 (init_service_handler): Move to macselect.c. Remove declarations.
7744 [USE_CARBON_EVENTS && MAC_OSX] (init_service_handler): Add extern.
7745 (Qapplication, Qabout): New variables.
7746 (syms_of_mac): Initialize them.
7747 [USE_CARBON_EVENTS && MAC_OSX] (Qpreferences, Qservices, Qpaste)
7748 (Qperform): New variables.
7749 (syms_of_mac) [USE_CARBON_EVENTS && MAC_OSX]: Initialize them.
7750 (do_get_menus) [TARGET_API_MAC_CARBON]: Don't call AppendResMenu.
7751 (do_menu_choice): Unhighlight menu bar also when menu_id is 0.
7752 (mac_store_application_menu_event, init_menu_bar): New functions.
7753 [USE_CARBON_EVENTS] (mac_handle_command_event)
7754 (init_command_handler): New functions.
7755 (mac_handle_window_event): Return noErr on window update event.
7756 (do_ae_quit_application): Call mac_store_application_menu_event.
7757 (mac_initialize) [USE_CARBON_EVENTS]: Call init_command_handler
7758 and init_menu_bar.
7759
7760 * macterm.h (x_clear_frame_selections): Add extern.
7761
7762 * macselect.c: New file for selection processing on Mac OS.
7763
7764 2005-04-23 Richard M. Stallman <rms@gnu.org>
7765
7766 * fileio.c (Fcopy_file): New arg MUSTBENEW.
7767 (Frename_file): Pass new arg to Fcopy_file.
7768
7769 * window.c (window_size_fixed): Variable deleted.
7770 (syms_of_window): Initialize window-size-fixed to nil.
7771 But don't DEFVAR window_size_fixed.
7772
7773 2005-04-23 Andreas Schwab <schwab@suse.de>
7774
7775 * m/macppc.h (LD_SWITCH_MACHINE) [LINUX]: Don't define.
7776 (START_FILES, LIB_STANDARD) [LINUX && _ARCH_PPC64]: Override to
7777 use lib64 instead of lib.
7778 (_LP64) [_ARCH_PPC64]: Define if not defined.
7779
7780 2005-04-23 David Hunter <hunterd42@comcast.net> (tiny change)
7781
7782 * s/ms-w32.h (HAVE_PWD_H): Define.
7783
7784 2005-04-22 Kenichi Handa <handa@m17n.org>
7785
7786 * fns.c (copy_sub_char_table): Explicitly copy the default value
7787 of the sub-chartable.
7788
7789 * fontset.c (fontset_set): When a sub-chartable is created,
7790 explicitly sets the defalt value.
7791
7792 2005-04-22 Kim F. Storm <storm@cua.dk>
7793
7794 * fns.c (Fplist_get): Replace by Fsafe_plist_get.
7795 (Fsafe_plist_get): Rename to Fplist_get.
7796 (Fsafe_get): Remove, as Fget now uses safe Fplist_get.
7797 (defsubr): Remove defsubr for Fsafe_plist_get and Fsafe_get.
7798
7799 * lisp.h (Fsafe_plist_get, Fsafe_get): Remove EXFUN.
7800
7801 * xdisp.c (store_mode_line_string, produce_stretch_glyph)
7802 (note_mode_line_or_margin_highlight, note_mouse_highlight):
7803 Use Fplist_get instead of Fsafe_plist_get.
7804
7805 * xfaces.c (resolve_face_name): Use Fget instead of Fsafe_get.
7806
7807 2005-04-21 Miles Bader <miles@gnu.org>
7808
7809 * xdisp.c (dump_glyph_row): Don't display overlay_arrow_p field.
7810
7811 2005-04-20 Thien-Thi Nguyen <ttn@gnu.org>
7812
7813 * sysdep.c: Remove reference to defunct vms-pwd.h.
7814 * dired.c: Likewise. Also, for pwd.h, use HAVE_PWD_H, not !VMS.
7815 * editfns.c, fileio.c, filelock.c, sysdep.c, xrdb.c: Likewise.
7816
7817 * config.in: Regenerate.
7818
7819 2005-04-20 Kenichi Handa <handa@m17n.org>
7820
7821 * lisp.h (CHAR_TABLE_DEFAULT_SLOT_ASCII): New macro.
7822 (CHAR_TABLE_DEFAULT_SLOT_8_BIT_CONTROL): New macro.
7823 (CHAR_TABLE_DEFAULT_SLOT_8_BIT_GRAPHIC): New macro.
7824
7825 * alloc.c (make_sub_char_table): Argument changed to initial
7826 value of the slots.
7827
7828 * data.c (Faref): Handle special slots used as default values of
7829 ascii, eight-bit-control, eight-bit-control. Don't ignore a
7830 default value set for a group of characters.
7831 (Faset): Signal an error if IDXVAL is not a valid character code.
7832 Make a sub-chartable with correct initial value.
7833
7834 * fns.c (Fset_char_table_range): Don't set slots used as default
7835 values for ascii, eight-bit-control, eight-bit-graphic.
7836 Don't call Faref with charset-id.
7837 (Fset_char_table_default): Document how to treat normal character
7838 argument. Handle special slots used as default values of ascii,
7839 eight-bit-control, eight-bit-control. Make a sub chartable if
7840 necessary.
7841
7842 2005-04-20 Kenichi Handa <handa@m17n.org>
7843
7844 * search.c (boyer_moore): Fix previous change.
7845
7846 2005-04-19 Kim F. Storm <storm@cua.dk>
7847
7848 * xdisp.c (setup_for_ellipsis): Reset saved_face_id to use default
7849 face unless last visible char and first invisible char have the
7850 same face. Also use default face if saved_face_id is undefined.
7851
7852 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7853
7854 * macgui.h (MacFontStruct): Remove member `fontname'. Add member
7855 `full_name'.
7856 [TARGET_API_MAC_CARBON] (MacFontStruct): Use type int for
7857 mac_scriptcode member.
7858
7859 * macterm.c (Qbig5, Qcn_gb, Qsjis, Qeuc_kr): Remove variables.
7860 (syms_of_mac): Don't initialize them.
7861 (Vmac_charset_info_alist): New variable.
7862 (syms_of_mac): Defvar it.
7863 (create_text_encoding_info_alist): New function.
7864 (decode_mac_font_name, mac_to_x_fontname)
7865 (x_font_name_to_mac_font_name, init_font_name_table): Don't hard
7866 code the correspondence among XLFD charsets, Mac script codes, and
7867 Emacs coding systems. Use Vmac_charset_info_alist and result of
7868 create_text_encoding_info_alist instead.
7869 (init_font_name_table) [TARGET_API_MAC_CARBON]: Use Font Manager
7870 routines also on Mac OS Classic.
7871 (init_font_name_table) [!TARGET_API_MAC_CARBON]:
7872 Use add_font_name_table_entry.
7873 (mac_do_list_fonts): Regard 0 in XLFD scaleble fields as
7874 specified. Derive unspecified scalable fields from specified one.
7875 (x_list_fonts): Consider Valternate_fontname_alist.
7876 (kDefaultFontSize): Change value from 9 to 12.
7877 (XLoadQueryFont): Get decoded font family, font face, and charset
7878 from x_font_name_to_mac_font_name. Set full name of loaded font.
7879 (mac_unload_font): Free `full_name' member.
7880 (x_load_font): Don't try XLoadQueryFont if x_list_fonts returns
7881 NULL. Copy full_name member of struct MacFontStruct to that of
7882 struct font_info.
7883
7884 2005-04-19 Kim F. Storm <storm@cua.dk>
7885
7886 * xdisp.c (handle_stop): Set saved_face_id to current face if
7887 selective_display_ellipsis_p so ellipsis will be shown in same
7888 face as preceding text.
7889 (setup_for_ellipsis): Don't set saved_face_id here.
7890 (next_element_from_display_vector): Default to saved_face_id.
7891
7892 * fns.c (Fsafe_get): New function.
7893 (syms_of_fns): Defsubr it.
7894
7895 * lisp.h (Fsafe_get): EXFUN it.
7896
7897 * xfaces.c (resolve_face_name): Use Fsafe_get to avoid redisplay
7898 loops in case of bad face property lists. Limit number of face
7899 alias lookups to 10 (in case of face alias loops).
7900
7901 2005-04-18 Kim F. Storm <storm@cua.dk>
7902
7903 * dispextern.h (struct glyph_row): New member overlay_arrow_bitmap.
7904 It replaces the corresponding member from struct window, as a
7905 window may now show multiple overlay arrows.
7906 Remove member overlay_arrow_p, superseeded by overlay_arrow_bitmap.
7907
7908 * dispnew.c (row_equal_p, update_window_line, scrolling_window):
7909 Compare overlay_arrow_bitmap than overlay_arrow_p members.
7910
7911 * fringe.c (draw_fringe_bitmap): Use overlay_arrow_bitmap from row
7912 rather than from window.
7913 (update_window_fringes): Compare overlay_arrow_bitmap rather than
7914 overlay_arrow_p members.
7915 (Ffringe_bitmaps_at_pos): Return fringe overlay_arrow_bitmap name
7916 if not default.
7917
7918 * window.h (struct window): Remove member overlay_arrow_bitmap.
7919
7920 * window.c (make_window): Don't initialize overlay_arrow_bitmap.
7921
7922 * xdisp.c (overlay_arrow_string_or_property): Remove PBITMAP arg.
7923 Calls changed. Don't check for overlay-arrow-bitmap property here.
7924 (overlay_arrow_at_row): Remove PBITMAP arg. Instead, if left
7925 fringe is present, return Lisp integer for bitmap (or -1 for default).
7926 Fix value of overlay-arrow-bitmap property to be a symbol, use
7927 lookup_fringe_bitmap to parse it.
7928 (display_line): Change call to overlay_arrow_at_row. Store integer
7929 return value as overlay bitmap in row rather than window.
7930 Only show overlay arrow if row displays text, or if no other overlay
7931 arrow is seen in window (if overlay marker is at point-max).
7932
7933 2005-04-18 Thien-Thi Nguyen <ttn@gnu.org>
7934
7935 * xfaces.c (realize_x_face) [!HAVE_WINDOW_SYSTEM]: Return NULL.
7936
7937 2005-04-18 Lute Kamstra <lute@gnu.org>
7938
7939 * lread.c (Vloads_in_progress): Static.
7940 * fns.c (Vloads_in_progress): Remove extern.
7941 (load_in_progress): Add extern.
7942 (Frequire): Use load_in_progress instead of Vloads_in_progress.
7943
7944 2005-04-18 Thien-Thi Nguyen <ttn@gnu.org>
7945
7946 * xmenu.c (Fx_popup_menu): Initialize error_name to NULL.
7947
7948 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7949
7950 * macterm.c (XTread_socket): Don't beep on keyboard input even if
7951 no frame is visible.
7952
7953 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
7954
7955 * term.c (struct keys): Add support for shifted keys.
7956
7957 2005-04-16 Richard M. Stallman <rms@gnu.org>
7958
7959 * xdisp.c (with_echo_area_buffer): Delete WHICH < 0 case.
7960 (set_message): Call with_echo_area_buffer with WHICH = 0.
7961 (set_message_1): Erase the echo area buffer first thing.
7962 (echo_area_display): Don't clear echo_message_buffer.
7963
7964 2005-04-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7965
7966 * Makefile.in (mac.o): Depend on charset.h and coding.h.
7967
7968 * mac.c: Include charset.h and coding.h.
7969 [TARGET_API_MAC_CARBON] (Qutf_8): Remove extern.
7970 [TARGET_API_MAC_CARBON] (cfstring_create_with_string): New function.
7971 [TARGET_API_MAC_CARBON] (Fmac_get_preference): Use it.
7972
7973 * macfns.c [TARGET_API_MAC_CARBON] (Fx_file_dialog): Likewise.
7974
7975 * image.c [MAC_OSX] (image_load_quartz2d): Likewise.
7976
7977 * macterm.c (x_autoselect_window_p): Remove variable.
7978 (last_window): New variable.
7979 (XTreassert_line_highlight, x_change_line_highlight):
7980 Remove declarations.
7981 (mac_focus_changed, x_detect_focus_change): New functions and
7982 declarations.
7983 (XTextExtents16, front_emacs_window): Remove function.
7984 (mac_focus_frame): New function.
7985 (XTmouse_position, do_menu_choice, do_zoom_window, XTread_socket)
7986 (mac_check_for_quit_char): Use it instead of front_emacs_window.
7987 (x_scroll_bar_report_motion): Obtain window from control owner.
7988 (x_make_frame_invisible): Set window manager size hint.
7989 (do_mouse_moved): Remove function.
7990 (XTread_socket): Move its contents here. Generate select-window
7991 event on mouse movement if needed. Use x_detect_focus_change on
7992 activate/deactivate events. Don't deiconify frame or invalidate
7993 window rectangle when dnd items are dropped.
7994 Don't activate/deactivate root control.
7995 (frame_highlight, frame_unhighlight): Activate/deactivate root
7996 control here.
7997 (syms_of_macterm): Delete DEFVAR_BOOL for x_autoselect_window_p.
7998
7999 * macterm.h (cfstring_create_with_string) [TARGET_API_MAC_CARBON]:
8000 New extern.
8001
8002 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
8003
8004 * Makefile.in: Define new macro TOOLTIP_SUPPORT.
8005 (lisp): Use it.
8006 (SOME_MACHINE_LISP): Add tooltip.
8007
8008 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8009
8010 * mac.c [!TARGET_API_MAC_CARBON]: Include MacLocales.h.
8011 Don't include TextEncodingConverter.h.
8012 (mac_system_script_code, Vmac_system_locale): New variables.
8013 (syms_of_mac): Defvar them.
8014 (mac_get_system_locale): New function.
8015
8016 * macfns.c (x_set_name, x_set_title) [!TARGET_API_MAC_CARBON]:
8017 Use ENCODE_SYSTEM to encode title bar string.
8018 (x_create_tip_frame): Apply 2005-03-18 change for xfns.c.
8019 (Fx_file_dialog) [TARGET_API_MAC_CARBON && !MAC_OSX]:
8020 Use CFStringGetSystemEncoding to get system default string encoding.
8021
8022 * macterm.c [!TARGET_API_MAC_CARBON]: Don't include
8023 TextEncodingConverter.h.
8024
8025 2005-04-13 Steven Tamm <steventamm@mac.com>
8026
8027 * macterm.c (syms_of_macterm): Remove redundant definition of
8028 mac-pass-control-to-system.
8029
8030 2005-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
8031
8032 * window.c (Fset_window_configuration): Be careful when you choose
8033 among several possible points for the new_current_buffer.
8034
8035 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8036
8037 * keyboard.c (poll_for_input) [SYNC_INPUT]: Don't call
8038 poll_for_input_1. Set interrupt_input_pending to 1 instead.
8039 (Qlanguage_change) [MAC_OS]: New variable.
8040 (syms_of_keyboard) [MAC_OS]: Intern and staticpro it.
8041 (kbd_buffer_get_event) [MAC_OS]: Make event for LANGUAGE_CHANGE_EVENT.
8042
8043 * macterm.c (mac_keyboard_text_encoding)
8044 (current_mac_keyboard_text_encoding): Remove variables.
8045 (XTread_socket): Store language-change event if keyboard script change
8046 is detected. Don't convert input to `mac_keyboard_text_encoding'.
8047 (syms_of_macterm): Delete DEFVAR_INT for mac-keyboard-text-encoding.
8048
8049 * termhooks.h (enum event_kind) [MAC_OS]: Add LANGUAGE_CHANGE_EVENT.
8050
8051 2005-04-10 Richard M. Stallman <rms@gnu.org>
8052
8053 * emacs.c (standard_args): Rename --bare-bones to --quick.
8054 Add -D aka --basic-display.
8055
8056 * buffer.c (Fmake_indirect_buffer): Clear out some local variables.
8057
8058 2005-04-09 Richard M. Stallman <rms@gnu.org>
8059
8060 * keymap.c (where_is_internal): Convert a string used as event type
8061 into "(any string)".
8062
8063 * lread.c (Vloads_in_progress): Not static.
8064 * fns.c (Vloads_in_progress): Add extern.
8065 (Frequire): Don't do LOADHIST_ATTACH if Vloads_in_progress is nil.
8066
8067 2005-04-09 Thien-Thi Nguyen <ttn@surf.glug.org>
8068
8069 * dispnew.c (mirror_line_dance): Avoid crash if W2 is null.
8070
8071 2005-04-09 Lute Kamstra <lute@gnu.org>
8072
8073 * print.c (PRINTPREPARE): Check if the marker PRINTCHARFUN is
8074 within the accessible part of the buffer.
8075
8076 2005-04-09 Kim F. Storm <storm@cua.dk>
8077
8078 * lread.c (readevalloop): Add args START and END as region in
8079 current buffer to read. Callers changed.
8080 When specified, narrow to this region only when reading,
8081 not during eval. Track next point to read from during eval.
8082 Also restore point to "real" buffer position before eval.
8083 (Feval_region): Don't save excursion and restriction here, and
8084 don't narrow to region. Just pass region to readevalloop.
8085 Note: Point is now preserved even when PRINTFLAG is nil.
8086
8087 2005-04-08 Kim F. Storm <storm@cua.dk>
8088
8089 * xdisp.c (syms_of_xdisp): Init overlay-arrow-string to "=>".
8090
8091 2005-04-06 Kim F. Storm <storm@cua.dk>
8092
8093 * emacs.c (standard_args): Add -Q, --bare-bones, -bare-bones.
8094
8095 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8096
8097 * mac.c (cfdate_to_lisp): Add `const' for variable `epoch_gdate'.
8098 (Fmac_get_preference): Doc fix.
8099
8100 * macfns.c (Fx_create_frame, x_create_tip_frame):
8101 Add "fontset-mac" to fallback font/fontsets.
8102
8103 2005-04-04 Kim F. Storm <storm@cua.dk>
8104
8105 * alloc.c (Fgarbage_collect): Call CHECK_CONS_LIST before and after gc.
8106
8107 * eval.c (Ffuncall): Always call CHECK_CONS_LIST on entry.
8108 Call it again after autoload.
8109
8110 2005-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8111
8112 * alloc.c (allocate_string_data): Call BLOCK_INPUT before calling
8113 mallopt.
8114
8115 * ralloc.c (r_alloc_init): Ditto.
8116
8117 2005-04-01 Kenichi Handa <handa@m17n.org>
8118
8119 * lisp.h (Vascii_upcase_table, Vascii_canon_table)
8120 (Vascii_eqv_table): Extern them.
8121
8122 * casetab.c (set_case_table): If standard is nonzero, setup
8123 Vascii_upcase_table, Vascii_canon_table, and Vascii_eqv_table.
8124
8125 * search.c (looking_at_1): Use current_buffer->case_canon_table,
8126 not DOWNCASE_TABLE.
8127 (string_match_1): Likewise.
8128 (fast_c_string_match_ignore_case): Use Vascii_canon_table, not
8129 Vascii_downcase_table.
8130 (fast_string_match_ignore_case): Likewise.
8131 (search_buffer): Fix checking of boyer-moore usability.
8132 (boyer_moore): Calculate translate_prev_byte1/2/3 in advance.
8133 No need of tranlating characters in PAT. Fix calculation of
8134 simple_translate.
8135
8136 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
8137
8138 * xterm.c [HAVE_XAW3D]: Include ThreeD.h for XtNbeNiceToColormap.
8139 (x_create_toolkit_scroll_bar): Test XtNbeNiceToColormap before using it.
8140 Use XtNtopShadowPixel and XtNbottomShadowPixel.
8141 (x_set_toolkit_scroll_bar_thumb): Remove ugly old hack that didn't
8142 really work and that breaks with some versions of Xaw3d.
8143
8144 2005-03-31 Kenichi Handa <handa@m17n.org>
8145
8146 * coding.c (syms_of_coding): Fix previous change.
8147
8148 2005-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
8149
8150 * fileio.c (search_embedded_absfilename): Fix last change.
8151
8152 2005-03-25 Kenichi Handa <handa@m17n.org>
8153
8154 * coding.c (syms_of_coding): Suggest to use set-coding-category in
8155 the docstring of coding-category-list.
8156
8157 2005-03-31 Kim F. Storm <storm@cua.dk>
8158
8159 * keyboard.c (Qmouse_fixup_help_message): New var.
8160 (syms_of_keyboard): Intern and staticpro it.
8161 (show_help_echo): Apply mouse-fixup-help-message to help string.
8162
8163 2005-03-30 Kim F. Storm <storm@cua.dk>
8164
8165 * xdisp.c (display_line): Allow multiple overlay arrows in window.
8166
8167 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
8168
8169 * fileio.c (Fexpand_file_name): Use IS_DEVICE_SEP.
8170 (file_name_absolute_p): New fun, extracted from Ffile_name_absolute_p.
8171 (Ffile_name_absolute_p): Use it.
8172 (search_embedded_absfilename): New fun, extracted from
8173 Fsubstitute_in_file_name. Use file_name_absolute_p.
8174 Free the pw data after use.
8175 (Fsubstitute_in_file_name): Use it.
8176 After cutting a prefix, re-check file-name-handler.
8177
8178 2005-03-26 Lennart Borgman <lennart.borgman.073@student.lu.se>
8179
8180 * w32term.h (x_output): Add focus_state.
8181
8182 * w32term.c (x_focus_changed, w32_detect_focus_change): New functions.
8183 (w32_read_socket) [WM_SETFOCUS]: Call w32_detect_focus_change.
8184
8185 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
8186
8187 * minibuf.c (Fminibuffer_complete_and_exit, Fself_insert_and_exit):
8188 Use Fexit_minibuffer.
8189 (Fexit_minibuffer): Mark it as no-return, deactivate the mark.
8190
8191 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
8192
8193 * dired.c (Ffile_attributes): Add a missing gcpro.
8194
8195 * alloc.c (make_number): The arg can be bigger than `int'.
8196 * lisp.h (make_number): Make prototype more precise.
8197
8198 * process.c, dired.c (Vfile_name_coding_system)
8199 (Vdefault_file_name_coding_system):
8200 * callproc.c (Vdoc_file_name, Vfile_name_coding_system)
8201 (Vdefault_file_name_coding_system): Remove unused declarations.
8202
8203 2005-03-24 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8204
8205 * xmenu.c (create_and_show_popup_menu): Just remove menu and return
8206 if it failed to pop up (Gnome "show pointer on ctrl" option makes
8207 menus fail to pop up).
8208
8209 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
8210
8211 * xdisp.c (get_next_display_element): Also use `\ ' & `\-' for latin-9.
8212 Just prepend a backslash without replacing the NBSP by an SPC.
8213
8214 2005-03-22 Kim F. Storm <storm@cua.dk>
8215
8216 * xfaces.c (lookup_derived_face): Add arg SIGNAL_P.
8217 * dispextern.h (lookup_derived_face): Fix prototype.
8218 * msdos.c (XMenuActivate): Fix call to lookup_derived_face.
8219
8220 * xdisp.c (handle_single_display_spec): Derive left-fringe and
8221 right-fringe face from fringe face.
8222
8223 * fringe.c (draw_fringe_bitmap_1, Fset_fringe_bitmap_face):
8224 Derive face from fringe face.
8225
8226 2005-03-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8227
8228 * xrdb.c (x_load_resources): Undo previous change (2005-03-18).
8229
8230 2005-03-22 David Kastrup <dak@gnu.org>
8231
8232 * textprop.c (Fnext_char_property_change)
8233 (Fprevious_char_property_change): Allow marker as limit.
8234 (Fnext_single_char_property_change)
8235 (Fprevious_single_char_property_change): Check that limit is a
8236 number in strings.
8237 (Fnext_single_char_property_change): Coerce position to integer.
8238 (Fprevious_single_char_property_change): Same here.
8239
8240 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
8241
8242 * s/openbsd.h (LD_SWITCH_SYSTEM_tmp): Define if undefined.
8243
8244 2005-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
8245
8246 * frame.c (Fignore_event): Remove.
8247 (syms_of_frame): Don't defsubr it.
8248
8249 * keyboard.c (keys_of_keyboard): Just use `ignore' instead of the
8250 redundant `ignore-event'.
8251
8252 2005-03-19 Eli Zaretskii <eliz@gnu.org>
8253
8254 * unexec.c (write_segment, unexec): Move these functions to avoid
8255 forward references (which cause errors with "gcc -gcoff").
8256
8257 2005-03-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8258
8259 * xfns.c (x_create_tip_frame): Remove setting of Vx_resource_name so
8260 that it doesn't become "tooltip". The specbind is enough.
8261
8262 * xrdb.c (x_load_resources): Use different char *helv when I18N
8263 is present.
8264
8265 2005-03-17 Kenichi Handa <handa@m17n.org>
8266
8267 * coding.c (syms_of_coding): Docstring of coding-category-list fixed.
8268
8269 2005-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
8270
8271 * xfaces.c (x_update_menu_appearance) [HAVE_X_I18N]:
8272 Use xic_create_fontsetname even for non-Motif menus.
8273 Don't forget to free the fontsetname.
8274
8275 * xfns.c (xic_create_fontsetname): Add a final catch-all font pattern.
8276
8277 2005-03-17 Richard M. Stallman <rms@gnu.org>
8278
8279 * dispnew.c (mirror_line_dance): Set W2 according to FRAME_FROM.
8280
8281 * fileio.c (Fcopy_file, Frename_file, Fadd_name_to_file)
8282 (Fmake_symbolic_link): Use G to read the new file name.
8283
8284 * callint.c (Finteractive): Document G option.
8285 (Fcall_interactively): Implement G option.
8286
8287 * buffer.c (buffer_lisp_local_variables): New function,
8288 broken out from Fbuffer_local_variables.
8289 (clone_per_buffer_values): Use buffer_lisp_local_variables.
8290
8291 2005-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
8292
8293 * xfns.c (xic_create_fontsetname): Add `motif' argument.
8294 Always return a freshly allocated string.
8295 (xic_create_xfontset): Adjust call.
8296
8297 * xfaces.c (x_update_menu_appearance) [USE_MOTIF]:
8298 Use xic_create_fontsetname to create a fontset so utf-8 locales work.
8299 (dump_realized_face): Fix warning.
8300
8301 * emacs.c (Fkill_emacs): YAILOM.
8302
8303 * frame.c (Fignore_event): Fix ancient obscure C-u handling bug.
8304
8305 2005-03-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8306
8307 * mac.c (HASHKEY_TERMINAL): Remove.
8308 (HASHKEY_MAX_NID): New macro.
8309 (xrm_q_get_resource_1): Rename from xrm_q_get_resource. Add extra
8310 argument.
8311 (xrm_q_get_resource): Call xrm_q_get_resource_1 with extra argument.
8312 (xrm_create_database, xrm_q_put_resource)
8313 (xrm_merge_string_database, xrm_q_get_resource_1)
8314 (xrm_q_get_resource): Change resource database representation so
8315 that it may not use multiple hash tables for a single database.
8316 [TARGET_API_MAC_CARBON] (xrm_cfproperty_list_to_value): YAILOM.
8317
8318 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
8319
8320 * xmenu.c (ENCODE_MENU_STRING) [HAVE_X_I18N]: Use ENCODE_SYSTEM.
8321
8322 * coding.h (ENCODE_SYSTEM, DECODE_SYSTEM) [!WINDOWSNT]: Use the
8323 locale-coding-system, as was already done for WINDOWSNT.
8324
8325 * keyboard.c (read_char): Only do the 7-bit-meta -> 27-bit-meta
8326 translation for chars in the 0-255 range.
8327
8328 2005-03-16 Lute Kamstra <lute@gnu.org>
8329
8330 * floatfns.c (Ffloor): Doc fix.
8331
8332 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8333
8334 * mac.c: Include macterm.h instead of directly including Carbon.h.
8335 [TARGET_API_MAC_CARBON] (Qstring, Qnumber, Qboolean, Qdate, Qdata)
8336 (Qarray, Qdictionary): New variables.
8337 (syms_of_mac) [TARGET_API_MAC_CARBON]: Initialize them.
8338 [TARGET_API_MAC_CARBON] (Qutf_8): Add extern.
8339 [TARGET_API_MAC_CARBON] (DECODE_UTF_8): New macro.
8340 [TARGET_API_MAC_CARBON] (struct cfdict_context): New struct used
8341 in callback for CFDictionaryApplyFunction.
8342 [TARGET_API_MAC_CARBON] (cfdata_to_lisp, cfstring_to_lisp)
8343 (cfnumber_to_lisp, cfdate_to_lisp, cfboolean_to_lisp)
8344 (cfobject_desc_to_lisp, cfdictionary_add_to_list)
8345 (cfdictionary_puthash, cfproperty_list_to_lisp): New functions.
8346 [TARGET_API_MAC_CARBON] (Fmac_get_preference): New function.
8347 (syms_of_mac) [TARGET_API_MAC_CARBON]: Defsubr it.
8348 (P, LOOSE_BINDING, SINGLE_COMPONENT, HASHKEY_TERMINAL): New macro.
8349 (skip_white_space, parse_comment, parse_include_file)
8350 (parse_binding, parse_component, parse_resource_name, parse_value)
8351 (parse_resource_line, xrm_create_database, xrm_q_put_resource)
8352 (xrm_merge_string_database, xrm_q_get_resource, xrm_get_resource)
8353 (xrm_cfproperty_list_to_value, xrm_get_preference_database):
8354 New functions.
8355
8356 * macfns.c (mac_get_rdb_resource): Remove function.
8357 (x_get_string_resource): Use xrm_get_resource.
8358
8359 * macgui.h (XrmDatabase): Typedef to Lisp_Object.
8360
8361 * macterm.c (x_list_fonts): FONT-LIST-CACHE is now cadr part of
8362 name_list_element.
8363 (mac_make_rdb): Create resource database from preferences and
8364 argument string.
8365 (mac_term_init): Save resource database to cddr part of
8366 name_list_element.
8367
8368 * macterm.h (xrm_merge_string_database, xrm_get_resource)
8369 (xrm_get_preference_database): Add externs.
8370 [TARGET_API_MAC_CARBON] (cfdata_to_lisp, cfstring_to_lisp)
8371 (cfnumber_to_lisp, cfdate_to_lisp, cfboolean_to_lisp)
8372 (cfobject_desc_to_lisp, cfproperty_list_to_lisp): Likewise.
8373
8374 * process.c (init_process): Change `#ifdef DARWIN' to `#if
8375 defined (DARWIN) || defined (MAC_OSX)'
8376
8377 * s/darwin.h (DARWIN): Don't define.
8378
8379 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8380
8381 * macfns.c (Qhyper, Qsuper, Qmeta, Qalt, Qctrl, Qcontrol, Qshift):
8382 Remove unused variables.
8383 (syms_of_macfns): Don't initialize them. Likewise for
8384 Qface_set_after_frame_default. Defvar and initialize
8385 Vx_window_horizontal_drag_shape.
8386 (x_set_mouse_color): Change mouse pointer shape.
8387 (mac_window) [!MAC_OSX]: Create root control.
8388 (Fx_create_frame): Remove initializations of mouse pointer shapes.
8389 (hourglass_started): New function (from xfns.c).
8390 (start_hourglass, cancel_hourglass): Put function body in #ifdef
8391 MAC_OSX.
8392 (show_hourglass) [TARGET_API_MAC_CARBON]: Create progress
8393 indicator for each non-tooltip frame if needed, and show it.
8394 (hide_hourglass) [TARGET_API_MAC_CARBON]: Hide progress indicators.
8395
8396 * macgui.h [!TARGET_API_MAC_CARBON]: Include Appearance.h and
8397 Controls.h. Use ThemeCursor instead of CursHandle.
8398
8399 * macterm.c (activate_scroll_bars, deactivate_scroll_bars):
8400 Remove functions and declarations.
8401 (mac_set_colors): Take argument for saving background color.
8402 All callers changed.
8403 (XDrawLine, XClearArea, mac_draw_bitmap, XFillRectangle)
8404 (mac_draw_rectangle, mac_draw_string_common): Save and Restore
8405 background color.
8406 (x_update_end, mac_do_track_drag): Don't reset background color.
8407 (mac_define_frame_cursor) [!TARGET_API_MAC_CARBON]:
8408 Use SetThemeCursor.
8409 (x_set_window_size) [TARGET_API_MAC_CARBON]: Move progress
8410 indicator control to the upper-right corner of the window.
8411 (arrow_cursor) [!TARGET_API_MAC_CARBON]: Remove variable.
8412 (do_init_managers) [!TARGET_API_MAC_CARBON]: Don't initialize it.
8413 (do_window_update): Update controls after updating content area.
8414 (mac_handle_window_event): Remove unused extern.
8415 (XTread_socket): Check both control handle and control part code
8416 to determine whether a scroll bar is clicked. Activate/deactivate
8417 root control instead of contained scroll bar controls.
8418 (make_mac_terminal_frame): Use ThemeCursor constants.
8419
8420 * macterm.h (struct mac_output) [TARGET_API_MAC_CARBON]:
8421 New member hourglass_control.
8422 (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): New defines.
8423 (activate_scroll_bars, deactivate_scroll_bars): Remove declarations.
8424
8425 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8426
8427 * macterm.c (keycode_to_xkeysym_table): Change mapping so that it
8428 coincides with that in Apple X11 except `clear', `enter' on
8429 laptops, and fn + `enter' on laptops.
8430
8431 2005-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
8432
8433 * xmenu.c (ENCODE_MENU_STRING): Explicitly use string_make_unibyte.
8434 (list_of_panes, list_of_items, Fx_popup_menu): Use XCAR/XCDR.
8435 (digest_single_submenu, xmenu_show): Use ENCODE_MENU_STRING.
8436
8437 * xfns.c (xic_defaut_fontset): New constant.
8438 (xic_create_fontsetname): New function.
8439 Extracted from create_frame_xic. Try to generate a slightly
8440 better fontset.
8441 (xic_create_xfontset): Use it.
8442 (create_frame_xic): Simplify.
8443
8444 2005-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
8445
8446 * fileio.c (Fmake_symbolic_link): Fix last change.
8447
8448 2005-03-11 Richard M. Stallman <rms@gnu.org>
8449
8450 * fileio.c (Frename_file, Fadd_name_to_file)
8451 (Fmake_symbolic_link): If NEWNAME or LINKNAME is a directory,
8452 expand the basename of FILE relative to it.
8453
8454 2005-03-11 Kenichi Handa <handa@m17n.org>
8455
8456 * fileio.c (Finsert_file_contents): Call Fcheck_coding_system
8457 before calling setup_coding_system so that autoloading of a coding
8458 system work.
8459
8460 2005-03-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8461
8462 * xfns.c (hourglass_started): New function.
8463
8464 * dispextern.h: Declare hourglass_started.
8465
8466 * keyboard.c (Fexecute_extended_command): Restart hourglass
8467 after call to Fcompleting_read if already started.
8468
8469 * gtkutil.c (xg_update_scrollbar_pos): Call x_sync so that the
8470 GTK main loop is entered in xterm.c, thus doing the redraw.
8471
8472 2005-03-10 Kim F. Storm <storm@cua.dk>
8473
8474 * xdisp.c (pos_visible_p): Fix X value in last line of buffer.
8475
8476 2005-03-08 Kenichi Handa <handa@m17n.org>
8477
8478 * frame.c (x_set_font): Call set_default_ascii_font if an
8479 available font is found.
8480
8481 * fontset.c (set_default_ascii_font): New function.
8482 (syms_of_fontset): Don't set FONTSET_ASCII (Vdefault_fontset) here.
8483
8484 * fontset.h (set_default_ascii_font): Extern it.
8485
8486 2005-03-07 Kim F. Storm <storm@cua.dk>
8487
8488 * xdisp.c (CLEAR_IMAGE_CACHE_COUNT): New const.
8489 (clear_image_cache_count): New var.
8490 (redisplay_internal): Don't clear face and image caches in the
8491 middle of redisplay; do it afterwards.
8492
8493 * blockinput.h (TOTALLY_UNBLOCK_INPUT): Avoid dangling else.
8494
8495 * xdisp.c (notice_overwritten_cursor): Check that phys_cursor.vpos
8496 is valid. If not, clear phys_cursor_on_p and return.
8497
8498 2005-03-07 Andreas Schwab <schwab@suse.de>
8499
8500 * blockinput.h (UNBLOCK_INPUT_TO): Always call UNBLOCK_INPUT.
8501
8502 2005-03-06 Richard M. Stallman <rms@gnu.org>
8503
8504 * keyboard.c (Ftop_level): Let Fthrow deal with UNBLOCK_INPUT.
8505
8506 * eval.c (unwind_to_catch): Use UNBLOCK_INPUT_TO.
8507 (Feval, Ffuncall): Use CHECK_CONS_LIST.
8508
8509 * lisp.h (CHECK_CONS_LIST): New macro (two definitions).
8510
8511 * blockinput.h (UNBLOCK_INPUT_TO): New macro.
8512 (TOTALLY_UNBLOCK_INPUT): Handle a pending signal if any.
8513
8514 2005-03-05 Juri Linkov <juri@jurta.org>
8515
8516 * emacs.c (USAGE1): Replace Info node name "command arguments"
8517 with "emacs invocation".
8518 (USAGE3): Fix usage of `--color=MODE' which actually doesn't
8519 allow arguments `--color' and `MODE' to be separated by space.
8520 Add --no-blinking-cursor, -nbc.
8521 (standard_args): Add -nbc, --no-blinking-cursor.
8522
8523 2005-03-04 Thien-Thi Nguyen <ttn@gnu.org>
8524
8525 * s/vms.h: Define NO_HYPHENS_IN_FILENAMES.
8526 * s/vms4-4.h, s/vms5-5.h: Undefine NO_HYPHENS_IN_FILENAMES.
8527 * fileio.c (Fexpand_file_name) [VMS]:
8528 Use NO_HYPHENS_IN_FILENAMES, not VMS4_4.
8529 * doc.c (munge_doc_file_name) [VMS]: Likewise.
8530 (Fsnarf_documentation): Call munge_doc_file_name.
8531
8532 2005-03-04 Thien-Thi Nguyen <ttn@gnu.org>
8533
8534 * s/vms.h (FILE_SYSTEM_CASE): New macro.
8535 * fileio.c (Fexpand_file_name) [VMS]: Don't upcase the name
8536 "manually"; this is now handled generally via FILE_SYSTEM_CASE.
8537
8538 2005-03-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8539
8540 * emacs.c (main): Change `#ifdef HAVE_CARBON' to `#if
8541 defined (MAC_OSX) && defined (HAVE_CARBON)'.
8542
8543 * image.c [!MAC_OSX && TARGET_API_MAC_CARBON]: Include QuickTime.h.
8544
8545 * mac.c [!MAC_OSX && HAVE_CARBON]: Include Carbon.h.
8546 [!MAC_OSX] (select) [TARGET_API_MAC_CARBON]: Use ReceiveNextEvent.
8547 (posix_pathname_to_fsspec, fsspec_to_posix_pathname): New functions.
8548 (mac_clear_font_name_table): Move extern to macterm.h.
8549
8550 * macfns.c (install_window_handler): Move extern to macterm.h.
8551 (Fx_file_dialog): Check STRINGP (default_filename) to see it is
8552 valid. Don't check !NILP (dir) because it is already checked with
8553 CHECK_STRING.
8554 (Fx_file_dialog) [!MAC_OSX]: Use FSSpec instead of FSRef for
8555 specifying the default location and obtaining the selected filename.
8556
8557 * macgui.h [!MAC_OSX && HAVE_CARBON]: Include Carbon.h.
8558
8559 * macmenu.c [TARGET_API_MAC_CARBON]: Don't include headers that
8560 are included via Carbon.h.
8561
8562 * macterm.c [TARGET_API_MAC_CARBON && !MAC_OSX]:
8563 Define USE_CARBON_EVENTS to 1.
8564 (qd) [__MRC__ && TARGET_API_MAC_CARBON]: Don't declare.
8565 (x_free_frame_resources): Call remove_window_handler for
8566 non-tooltip windows.
8567 [TARGET_API_MAC_CARBON]: Don't include headers that are included
8568 via Carbon.h.
8569 [TARGET_API_MAC_CARBON] (mac_do_track_dragUPP)
8570 (mac_do_receive_dragUPP): New variables.
8571 (mac_handle_service_event, init_service_handler): Put declarations
8572 and definitions in #ifdef MAC_OSX.
8573 (install_window_handler) [TARGET_API_MAC_CARBON]: Create UPPs for
8574 drag-and-drop handler functions and register them.
8575 (remove_window_handler): New function.
8576 (do_ae_open_documents, mac_do_receive_drag) [!MAC_OSX]:
8577 Use fsspec_to_posix_pathname.
8578 (main): Change #if !TARGET_API_MAC_CARBON to #ifdef MAC_OS8.
8579 (XTread_socket) [!MAC_OSX]: Don't pass keyboard events to TSM.
8580 [MAC_OS8] (make_mac_terminal_frame) [TARGET_API_MAC_CARBON]:
8581 Set default cursors.
8582 (mac_initialize) [USE_CARBON_EVENTS && !MAC_OSX] : Don't call
8583 init_service_handler or init_quit_char_handler.
8584 (mac_initialize) [!MAC_OSX]: Don't call MakeMeTheFrontProcess.
8585
8586 * macterm.h (install_window_handler, remove_window_handler)
8587 (posix_pathname_to_fsspec, fsspec_to_posix_pathname)
8588 (mac_clear_font_name_table): New externs.
8589
8590 2005-03-03 Thien-Thi Nguyen <ttn@gnu.org>
8591
8592 * fileio.c (FILE_SYSTEM_CASE): Define macro if not already defined.
8593 (Ffile_name_directory): Use FILE_SYSTEM_CASE unconditionally.
8594 (Fexpand_file_name): Likewise.
8595
8596 2005-03-03 Thien-Thi Nguyen <ttn@gnu.org>
8597
8598 * emacs.c (Fkill_emacs): Use EXIT_SUCCESS;
8599 no longer special-case VMS. Add bogus return value.
8600
8601 2005-03-02 Kim F. Storm <storm@cua.dk>
8602
8603 * dispextern.h (XASSERTS): Define to 0 if not already defined.
8604 (xassert) [!XASSERTS]: Define dummy version.
8605
8606 2005-03-02 Kim F. Storm <storm@cua.dk>
8607
8608 * xdisp.c (redisplay_window): YABX (yet another bogus xassert).
8609 Reported by David Kastrup.
8610
8611 2005-03-01 Ehud Karni <ehud@unix.mvs.co.il>
8612
8613 * xdisp.c (get_next_display_element): Fix control and escape
8614 glyph from display vector.
8615
8616 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
8617
8618 * keyboard.c (Fposn_at_x_y): Check integerness of X and Y.
8619
8620 2005-02-27 Richard M. Stallman <rms@gnu.org>
8621
8622 * xdisp.c (fast_find_position): Rename END to BEG.
8623 (syms_of_xdisp) <menu-bar-update-hook>: Doc fix.
8624
8625 2005-02-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8626
8627 * gtkutil.c (xg_resize_outer_widget): Remove unneeded call to
8628 gtk_window_resize and x_wm_set_size_hint.
8629
8630 2005-02-25 Kim F. Storm <storm@cua.dk>
8631
8632 * dispextern.h (OVERLAY_STRING_CHUNK_SIZE): Increase from 3 to 16.
8633
8634 * xdisp.c (init_from_display_pos): Don't read past end of
8635 it->overlay_strings array.
8636
8637 2005-02-25 Stephan Stahl <stahl@eos.franken.de> (tiny change)
8638
8639 * buffer.c (syms_of_buffer): Fix typo.
8640
8641 2005-02-23 Lute Kamstra <lute@gnu.org>
8642
8643 * buffer.c (Foverlay_buffer): Doc fix.
8644
8645 2005-02-22 Kim F. Storm <storm@cua.dk>
8646
8647 * minibuf.c (Ftry_completion, Fall_completions): Allow both string
8648 and symbol keys in alists and hash tables.
8649
8650 * xdisp.c (fast_find_position): Fix search for start of overlay.
8651
8652 2005-02-21 Kim F. Storm <storm@cua.dk>
8653
8654 * window.c (window_scroll_pixel_based): When scrolling backwards,
8655 handle partial visible line at end of window even when we hit PT.
8656
8657 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
8658
8659 * keymap.h: Declare Fcurrent_active_maps, used in doc.c.
8660
8661 2005-02-21 Kim F. Storm <storm@cua.dk>
8662
8663 * xdisp.c (move_it_vertically_backward): Eliminate two xasserts.
8664 I think those asserts are bogus if buffer contains invisible text
8665 or images.
8666
8667 2005-02-21 David Kastrup <dak@gnu.org>
8668
8669 * gtkutil.c (xg_create_frame_widgets): UNBLOCK_INPUT on error.
8670
8671 2005-02-20 Kim F. Storm <storm@cua.dk>
8672
8673 * xdisp.c (pos_visible_p): Be sure to move to the specified
8674 position. Always get the full ascent / descent of the
8675 corresponding row, to return reliable rtop and rbot values.
8676 (back_to_previous_visible_line_start): Fix 2005-01-18 change.
8677 Must look one character back, as back_to_previous_line_start
8678 returns position after the newline.
8679 (move_it_vertically_backward): Fix heuristic for when to move further
8680 back in case line_height * 2/3 is larger than window height.
8681 (cursor_row_fully_visible_p): Rename make_cursor_line_fully_visible_p
8682 as it does not do anything anymore. Add arg current_matrix_p to
8683 use current matrix rather than desired matrix when set.
8684 (try_cursor_movement): Don't scroll to make cursor row fully
8685 visible if cursor didn't move. This avoids unexpected recentering
8686 in case of blinking cursor or accepting process output.
8687 Use current matrix to check cursor row visibility.
8688 (redisplay_window): Fix whether to recenter or move to top in case
8689 cursor line is taller than window height.
8690 (find_first_unchanged_at_end_row): Stop search if we reach a row
8691 which not enabled (instead of abort).
8692
8693 2005-02-18 Kim F. Storm <storm@cua.dk>
8694
8695 * xfaces.c (Finternal_set_lisp_face_attribute): Allow :color property
8696 to be nil in a :box attribute value list; customize prints that
8697 as lisp value when no box color is specified.
8698
8699 * .gdbinit (pitx, pit): Pretty print display iterator.
8700 (prowx, prow): Pretty print glyph row.
8701 (pcursorx, pcursor): Pretty print a window cursor.
8702 (pwinx, pwin): Pretty print struct window.
8703
8704 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
8705
8706 * alloc.c (BLOCK_BYTES): Harmless typo.
8707
8708 2005-02-17 Andreas Schwab <schwab@suse.de>
8709
8710 * xfns.c (hack_wm_protocols): Use correct type for last parameter
8711 of XGetWindowProperty to avoid aliasing issues.
8712 (Fx_window_property): Likewise.
8713
8714 * xselect.c (Fx_disown_selection_internal): Use union of struct
8715 input_event and struct selection_input_event to avoid aliasing issues.
8716
8717 * xterm.c (handle_one_xevent): Use union of struct input_event and
8718 struct selection_input_event to avoid aliasing issues.
8719 (SET_SAVED_MENU_EVENT): Adapt reference to inev.
8720
8721 2005-02-17 Kim F. Storm <storm@cua.dk>
8722
8723 * dispextern.h (enum it_method): New enum.
8724 (GET_FROM_*): Its members.
8725 (struct it): Change member method from function pointer to enum.
8726
8727 * xdisp.c (check_it, init_from_display_pos, handle_stop)
8728 (setup_for_ellipsis, handle_single_display_spec)
8729 (handle_composition_prop, next_overlay_string)
8730 (get_overlay_strings, reseat_1, reseat_to_string)
8731 (next_element_from_ellipsis, BUFFER_POS_REACHED_P)
8732 (in_display_vector_p, display_line, get_next_display_element):
8733 Change it->method from function pointer to enum.
8734 (get_next_element): New array to map it->method to function.
8735 (get_next_display_element): Use it.
8736 (set_iterator_to_next): Use switch instead of if/else chain.
8737
8738 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
8739
8740 * w32select.c: Summary: Thorough rework to implement Unicode
8741 clipboard operations and delayed rendering.
8742
8743 Drop last_clipboard_text and related code, keep track of
8744 ownership via clipboard_owner instead. Drop old #if0 sections.
8745
8746 (DEFAULT_LCID, ANSICP, OEMCP, QUNICODE, QANSICP, QOEMCP)
8747 (clipboard_owner, modifying_clipboard, cfg_coding_system)
8748 (cfg_codepage, cfg_lcid, cfg_clipboard_type, current_text)
8749 (current_coding_system, current_requires_encoding)
8750 (current_num_nls, current_clipboard_type, current_lcid):
8751 New static variables.
8752
8753 (convert_to_handle_as_ascii, convert_to_handle_as_coded)
8754 (render, render_all, run_protected, lisp_error_handler)
8755 (owner_callback, create_owner, setup_config)
8756 (enum_locale_callback, cp_from_locale, coding_from_cp):
8757 New local functions.
8758
8759 (term_w32select, globals_of_w32select): New global functions.
8760
8761 (Fw32_set_clipboard_data): Ignore parameter FRAME, use
8762 clipboard_owner instead. Use delayed rendering and provide
8763 all text formats. Provide CF_LOCALE if necessary.
8764
8765 (Fw32_get_clipboard_data): Handle CF_UNICODETEXT and
8766 CF_LOCALE. Fall back to CF_TEXT, if CF_UNICODETEXT is not
8767 available. Force DOS line-ends for decoding.
8768
8769 (Fx_selection_exists_p): Handle CF_UNICODETEXT.
8770
8771 (syms_of_w32select): Init and register new variables.
8772
8773 * w32.h: Add prototypes for globals_of_w32select and
8774 term_w32select. Make the neighboring K&R declarations into
8775 prototypes, too.
8776
8777 * emacs.c: Include w32.h to get function prototypes.
8778 (main): Call globals_of_w32select.
8779
8780 * w32.c (term_ntproc): Call term_w32select.
8781
8782 * s/ms-w32.h: Guard MSC-specific #pragmas with an #ifdef.
8783
8784 2005-02-16 Kim F. Storm <storm@cua.dk>
8785
8786 * xdisp.c (BUFFER_POS_REACHED_P): Return true if pos reached and
8787 at end of display vector.
8788
8789 2005-02-15 Richard M. Stallman <rms@gnu.org>
8790
8791 * xdisp.c (get_next_display_element): Fix escape-glyph criterion
8792 for mode and header lines.
8793
8794 * lread.c (syms_of_lread) <user-init-file>: Doc fix.
8795
8796 * keymap.h (describe_map_tree): Change decl.
8797
8798 * keyboard.c (command_loop_1): Always use safe_run_hooks
8799 to run Qdeferred_action_function.
8800
8801 * keymap.c (describe_map_tree): New arg MENTION_SHADOW. Calls changed.
8802 (describe_map, describe_vector): Likewise. When it's 1,
8803 don't omit shadowed bindings, instead mark them as shadowed.
8804
8805 * doc.c (Fsubstitute_command_keys): Compute list of shadowing maps
8806 for describe_map_tree. Pass 1 for MENTION_SHADOW.
8807
8808 * data.c (Fsetq_default): Allow no arg case.
8809
8810 2005-02-14 Kenichi Handa <handa@m17n.org>
8811
8812 * coding.c (encode_coding_string): Always return a unibyte string.
8813 If NOCOPY is nonzero and there's no need of encoding, make STR
8814 unibyte directly.
8815
8816 * xselect.c (lisp_data_to_selection_data): If OBJ is a non-ASCII
8817 multibyte string, signal an error instead of aborting.
8818
8819 2005-02-12 Dan Nicolaescu <dann@ics.uci.edu>
8820
8821 * keyboard.c: If HAVE_FCNTL_H include fcntl.h.
8822
8823 2005-02-12 Kim F. Storm <storm@cua.dk>
8824
8825 * xdisp.c (expose_window): Don't fix overlaps for mode lines.
8826
8827 2005-02-10 Kim F. Storm <storm@cua.dk>
8828
8829 * xdisp.c (try_window_id): Set first_unchanged_at_end_row to NULL
8830 if it moves outside window or it doesn't display text.
8831
8832 2005-02-09 Kim F. Storm <storm@cua.dk>
8833
8834 * undo.c (Fprimitive_undo): Check that undo function does not
8835 switch buffer.
8836
8837 2005-02-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8838
8839 * xselect.c (selection_data_to_lisp_data): For the special case
8840 type == XA_ATOM, data contains array of int, not array of Atom.
8841 (x_property_data_to_lisp, selection_data_to_lisp_data):
8842 Comment update: data must be array of int for format == 32.
8843
8844 2005-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
8845
8846 * undo.c (Fprimitive_undo): Check veracity of delta,start,end.
8847
8848 2005-02-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8849
8850 * xfns.c (Fx_change_window_property): Use long array when format is 32.
8851 (Fx_window_property): If format is 32 and long is bigger than 32 bits,
8852 convert long array returned from XGetWindowProperty to an int array.
8853 (x_set_tool_bar_lines): Check that width and height is greater than
8854 zero before clearing area.
8855
8856 * xselect.c (x_reply_selection_request): Pass long array to
8857 XChangeProperty so that 64 bit longs are handeled correctly.
8858 (x_get_window_property): If format is 32 and long is bigger than 32
8859 bits convert data from XGetWindowProperty from long array to int array.
8860 (lisp_data_to_selection_data): When the input is a vector and the
8861 format is 32, allocate a long array even if long is bigger than 32 bits.
8862 (x_fill_property_data): Use char, short and long as the man page
8863 for XChangeProperty specifies. This way the data returned is OK for
8864 both 32 and 64 bit machines.
8865 (x_handle_dnd_message): Calculate size correctly even for 64 bit
8866 machines.
8867 (Fx_send_client_event): Undo change from 2005-02-05,
8868 x_fill_property_data now handles that case.
8869
8870 * xfns.c (Fx_backspace_delete_keys_p): Add comment about the
8871 reason for the approach in the code.
8872
8873 2005-02-07 Kim F. Storm <storm@cua.dk>
8874
8875 * undo.c (Fprimitive_undo): Record max one dummmy apply element.
8876
8877 2005-02-06 Richard M. Stallman <rms@gnu.org>
8878
8879 * eval.c (Frun_hook_with_args)
8880 (Frun_hook_with_args_until_success)
8881 (Frun_hook_with_args_until_failure): Doc fixes.
8882
8883 2005-02-05 Andreas Schwab <schwab@suse.de>
8884
8885 * sysdep.c (sys_subshell): Properly terminate execlp argument list.
8886
8887 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8888
8889 * xselect.c (Fx_send_client_event, x_handle_dnd_message): Handle
8890 the longs in a XClientMessageEvent correctly when long is 64 bits.
8891
8892 2005-02-05 Eli Zaretskii <eliz@gnu.org>
8893
8894 * xfaces.c (face_color_supported_p): Use HAVE_WINDOW_SYSTEM
8895 instead of HAVE_X_WINDOWS, for non-X windowed sessions.
8896
8897 2005-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8898
8899 * xmenu.c (menubar_selection_callback): Force out GTK buffered
8900 events so the menu event comes after them. This is to prevent sit-for
8901 from exiting on buffered events directly after a menu selection,
8902 lisp code for Help => About Emacs uses sit-for.
8903
8904 * gtkutil.c (create_menus): Connect selection-done event instead of
8905 the deactivate event to deactivate_cb. This will make the last
8906 leave event come before the call to deactivate_cb, so the leave
8907 event does not make sit-for exit after a menu selection.
8908
8909 2005-02-03 Kim F. Storm <storm@cua.dk>
8910
8911 * dispnew.c (build_frame_matrix_from_leaf_window)
8912 [!GLYPH_DEBUG]: Fix xassert.
8913
8914 * xfaces.c (x_free_gc) [!GLYPH_DEBUG]: Fix xassert.
8915
8916 * xfns.c (unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert.
8917
8918 2005-02-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8919
8920 * mac.c: Use MAC_OS_X_VERSION_MAX_ALLOWED to conditionalize by
8921 the compiling OS version.
8922
8923 * macfns.c (x_create_tip_frame): Likewise.
8924
8925 * macterm.c (mac_draw_string_common, x_make_frame_visible): Likewise.
8926
8927 2005-02-03 Richard M. Stallman <rms@gnu.org>
8928
8929 * xterm.c (x_error_quitter): On GCC 3 and up, specify noinline.
8930
8931 * xdisp.c (echo_area_display): Clear echo_message_buffer.
8932
8933 * buffer.c (Fbury_buffer): Doc fix.
8934
8935 2005-02-02 Steven Tamm <steventamm@mac.com>
8936
8937 * macfns.c (unwind_create_frame): Fix compile error due to
8938 xassert being uncondition, but predicate is.
8939 * dispnew.c (update_window): Fix compile error due to
8940 xassert being uncondition, but predicate is.
8941
8942 2005-02-02 Miles Bader <miles@gnu.org>
8943
8944 * dispextern.h (xassert): Enable unconditionally.
8945
8946 2005-02-02 Kim F. Storm <storm@cua.dk>
8947
8948 * undo.c (Fprimitive_undo): Fix dummy apply undo entry.
8949
8950 2005-02-02 Kenichi Handa <handa@m17n.org>
8951
8952 * casefiddle.c (casify_object): Enable changing characters of
8953 different byte length.
8954 (casify_region): Fix loop condition, args to replace_range_2, and
8955 update opoint_byte.
8956
8957 * insdel.c (replace_range_2): Fix bugs in adjusting markers and point.
8958
8959 2005-02-01 Kim F. Storm <storm@cua.dk>
8960
8961 * xdisp.c (back_to_previous_visible_line_start): Reset iterator
8962 stack before calling handle_display_prop.
8963
8964 2005-01-31 Kim F. Storm <storm@cua.dk>
8965
8966 * undo.c (Qapply): New lisp var.
8967 (syms_of_undo): Intern and staticpro it.
8968 (Fprimitive_undo): Support formats (apply FUNNAME . ARGS) and
8969 (apply DELTA BEG END FUNNAME . ARGS) instead of (FUNNAME . ARGS).
8970
8971 * buffer.c (syms_of_buffer) <buffer-undo-list>: Doc fix.
8972
8973 2005-01-30 Jesper Harder <harder@phys.au.dk>
8974
8975 * macterm.c (syms_of_macterm) <mac-reverse-ctrl-meta>
8976 <mac-emulate-three-button-mouse>: Fix docstring indentation.
8977
8978 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
8979
8980 * undo.c (syms_of_undo) <undo-outer-limit>: Doc update.
8981 Increase value to 3 Meg.
8982
8983 2005-01-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8984
8985 * xfns.c (show_hourglass): Use FRAME_X_WINDOW as parent for GTK,
8986 button events are not received otherwise.
8987
8988 2005-01-29 Richard M. Stallman <rms@gnu.org>
8989
8990 * buffer.c (syms_of_buffer) <buffer-undo-list>: Doc fix.
8991
8992 * undo.c (Fprimitive_undo): Handle (FUNNAME . ARGS) by calling FUNNAME.
8993
8994 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
8995
8996 * keymap.c (access_keymap): YAILOM.
8997
8998 2005-01-27 Kim F. Storm <storm@cua.dk>
8999
9000 * xdisp.c (get_phys_cursor_geometry): New function to calculate
9001 phys cursor position and size for hollow cursor. Position is
9002 aligned with get_glyph_string_clip_rect and ensures that a hollow
9003 cursor is shown, even when the actual glyph is not visible.
9004
9005 * dispextern.h (get_phys_cursor_geometry): Add prototype.
9006
9007 * xterm.c (x_clip_to_row): Ensure y >= 0.
9008 (x_draw_hollow_cursor): Use get_phys_cursor_geometry.
9009
9010 * w32term.c (x_draw_hollow_cursor): Use get_phys_cursor_geometry.
9011
9012 * macterm.c (x_draw_hollow_cursor): Use get_phys_cursor_geometry.
9013
9014 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
9015
9016 * xterm.c (x_error_quitter): Add a prototype. Make it static again.
9017
9018 2005-01-27 Kim F. Storm <storm@cua.dk>
9019
9020 * xdisp.c (get_glyph_string_clip_rect): Always show a cursor
9021 glyph, even when row is only partially visible and actual cursor
9022 position is not visible.
9023
9024 2005-01-24 Richard M. Stallman <rms@gnu.org>
9025
9026 * xterm.c (x_error_quitter): No longer static, and moved after
9027 x_error_handler.
9028
9029 2005-01-24 Kim F. Storm <storm@cua.dk>
9030
9031 * xdisp.c (move_it_by_lines): If we move forward after going too
9032 far back, cancel move if end position is same as start position.
9033
9034 2005-01-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9035
9036 * dispextern.h (struct glyph_string): New members clip_head and
9037 clip_tail.
9038
9039 * xdisp.c (get_glyph_string_clip_rect): Restrict horizontal clip
9040 region to the area between clip_head and clip_tail.
9041 (draw_glyphs): Record the area that need to be actually redrawn to
9042 the new variables clip_head and clip_tail when there are
9043 overhangs. Set values of these variables to the corresponding
9044 members in struct glyph_string. Refine x coordinates for
9045 notice_overwritten_cursor using clip_head and clip_tail.
9046
9047 * macgui.h (STORE_XCHARSETSTRUCT): New macro.
9048
9049 * macterm.c (mac_compute_glyph_string_overhangs): Implement with
9050 QDTextBounds.
9051 (x_draw_glyph_string): Don't fill the background of the successor
9052 of a glyph with a right overhang if the successor will draw a cursor.
9053 (XLoadQueryFont): Obtain font metrics using QDTextBounds.
9054 (x_redisplay_interface): Add entry for compute_glyph_string_overhangs.
9055
9056 2005-01-24 Kim F. Storm <storm@cua.dk>
9057
9058 * window.c (window_scroll_pixel_based): Fix scrolling in the wrong
9059 direction if window height was smaller than next-screen-context-lines.
9060 Now always scroll at least one line in the requested direction.
9061 Ensure that we actually do scroll backwards when requested to do so.
9062
9063 * xdisp.c (redisplay_window): Only try to make cursor line fully
9064 visible once (to avoid redisplay loop).
9065
9066 2005-01-23 Kim F. Storm <storm@cua.dk>
9067
9068 * window.c (Fpos_visible_in_window_p): Simplify return value for
9069 partially visible rows.
9070 (window_scroll_pixel_based): Adapt to that change.
9071
9072 * window.c (window_scroll_pixel_based): Force moving to next line
9073 if scrolling doesn't move start point, e.g. if looking at tall image.
9074
9075 * xdisp.c (pos_visible_p): Return 0 if non-interactive.
9076 Clear last_height before calling line_bottom_y to get real height.
9077 Fix calculation of y.
9078
9079 2005-01-22 Steven Tamm <steventamm@mac.com>
9080
9081 * s/darwin.h: Removed PTY_ITERATION from here.
9082 (DARWIN): Define.
9083
9084 * process.c (init_process): Default process-connection-type to
9085 nil on darwin 6 or less, t if it is 7 or higher. This way the
9086 broken pty behavior is still allowed on darwin 6 for interactive
9087 processes for people that know what they are doing.
9088
9089 2005-01-22 Kim F. Storm <storm@cua.dk>
9090
9091 * window.c (auto_window_vscroll_p): New boolean.
9092 (syms_of_window): DEFVAR_BOOL it.
9093 (Fpos_visible_in_window_p): Extend return value to include RTOP
9094 and RBOT values if FULLY is nil.
9095 (window_scroll_pixel_based): Adjust vscroll for partially visible
9096 rows if auto_window_vscroll_p is set.
9097 (Fset_window_vscroll): Do nothing if vscroll is not modified.
9098
9099 * xdisp.c (pos_visible_p): Replace FULLY arg by RTOP and RBOT args
9100 to return number of partially invisible pixels at top and bottom
9101 of the dislay row at POS.
9102
9103 * lisp.h (pos_visible_p): Fix prototype.
9104
9105 2005-01-21 Richard M. Stallman <rms@gnu.org>
9106
9107 * fileio.c (Fcopy_file): Doc fix.
9108
9109 2005-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9110
9111 * gtkutil.c (xg_tool_bar_detach_callback): Remove unused variable bw.
9112 (xg_get_file_name): Move declaration ofx_use_old_gtk_file_dialog to
9113 start of function for older compilers.
9114
9115 2005-01-20 Richard M. Stallman <rms@gnu.org>
9116
9117 * editfns.c (Fmessage): If arg is "", return "" (as before).
9118
9119 * keymap.c (access_keymap): Protect from bad value of meta_prefix_char.
9120
9121 * .gdbinit (xgetptr, xgetint, xgettype): Copy $arg0 into a temp
9122 variable.
9123
9124 2005-01-20 Steven Tamm <steventamm@mac.com>
9125
9126 * editfns.c (Voperating_system_release): Add.
9127 (init_editfns): Assign new variable operating-system-release
9128 based on call to uname if available.
9129 (get_operating_system_release): Add function to
9130 allow c-level access to operating system release.
9131
9132 * config.h: Regenerated.
9133
9134 * s/darwin.h (PTY_ITERATION): Don't allow PTYs on darwin 6 or less.
9135 (MIN_PTY_KERNEL_VERSION): Define minimum kernel version for
9136 using ptys as '7'.
9137
9138 2005-01-20 Kim F. Storm <storm@cua.dk>
9139
9140 * alloc.c (STRING_MARKED_P, VECTOR_MARKED_P): Return boolean.
9141
9142 * xterm.c (x_draw_glyph_string_box): Fix last_x for full width rows.
9143 Thanks to Chong Yidong <cyd@stupidchicken.com> for debugging this.
9144
9145 * macterm.c (x_draw_glyph_string_box): Likewise.
9146
9147 * w32term.c (x_draw_glyph_string_box): Likewise.
9148
9149 * indent.c (Fvertical_motion): Temporarily disable selective display.
9150
9151 2005-01-19 Kim F. Storm <storm@cua.dk>
9152
9153 * xdisp.c (note_mode_line_or_margin_highlight): Fix :pointer
9154 image property.
9155
9156 * fns.c (sweep_weak_table): Advance prev pointer when we keep a pair.
9157
9158 2005-01-18 Kim F. Storm <storm@cua.dk>
9159
9160 * xdisp.c (fast_find_position): Backtrack to find first row if
9161 charpos is inside a display overlay that spans multiple lines.
9162
9163 2005-01-18 Kenichi Handa <handa@m17n.org>
9164
9165 * coding.c (decode_coding_iso2022): Translate invalid codes if
9166 translation-table is specified.
9167
9168 2005-01-18 Kim F. Storm <storm@cua.dk>
9169
9170 * xdisp.c (back_to_previous_visible_line_start): Undo 2004-12-28
9171 change. If handle_display_prop indicates newline is replaced by
9172 image or text, move back to start of relevant overlay or interval
9173 and continue scan from there. Simplify.
9174
9175 2005-01-17 Kim F. Storm <storm@cua.dk>
9176
9177 * dispnew.c (mode_line_string, marginal_area_string):
9178 Fix off-by-one error in search for glyph.
9179
9180 2005-01-16 Kim F. Storm <storm@cua.dk>
9181
9182 * macterm.c (syms_of_macterm) <mac-allow-anti-aliasing>: Doc fix.
9183
9184 2005-01-16 Steven Tamm <steventamm@mac.com>
9185
9186 * macterm.c (mac_to_x_fontname): Remove spurious argument.
9187
9188 2005-01-16 Andreas Schwab <schwab@suse.de>
9189
9190 * macterm.c (mac_draw_string_common): Fix compilation on OSX 10.1.
9191
9192 2005-01-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9193
9194 * fringe.c (Fdefine_fringe_bitmap, init_fringe): When assigning
9195 fringe_faces, cast result from xmalloc/xrealloc to Lisp_Object *.
9196
9197 2005-01-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9198
9199 * keyboard.c (READABLE_EVENTS_DO_TIMERS_NOW)
9200 (READABLE_EVENTS_FILTER_EVENTS, READABLE_EVENTS_IGNORE_SQUEEZABLES):
9201 New flags for readable_events.
9202 (get_filtered_input_pending, readable_filtered_events): Remove.
9203 (tracking_off): Call readable_events and get_input_pending with
9204 flag READABLE_EVENTS_DO_TIMERS_NOW.
9205 (readable_events): Move code from old readable_filtered_events here,
9206 but check new READABLE_EVENTS_* in argument flags instead of previous
9207 two boolean arguments do_timers_now and filter_events.
9208 If we are doing mouse tracking and the mouse moved, return only if
9209 READABLE_EVENTS_IGNORE_SQUEEZABLES is not set in flags.
9210 (swallow_events): Call get_input_pending with flag
9211 READABLE_EVENTS_DO_TIMERS_NOW.
9212 (get_input_pending): Move code from old get_filtered_input_pending
9213 here. Replace boolean arguments do_timers_now, filter_events with
9214 flags, and pass flags to readable_events. Document new
9215 READABLE_EVENTS_* flags.
9216 (detect_input_pending_ignore_squeezables): New function.
9217 (detect_input_pending_run_timers): Call get_input_pending with flag
9218 READABLE_EVENTS_DO_TIMERS_NOW.
9219 (Finput_pending_p): Call get_input_pending with flags
9220 READABLE_EVENTS_DO_TIMERS_NOW and READABLE_EVENTS_FILTER_EVENTS.
9221
9222 * dispnew.c (update_window, update_frame_1): Replace calls to
9223 detect_input_pending with detect_input_pending_ignore_squeezables
9224 so that redisplay is not paused if the event queue contains only
9225 mouse movements.
9226
9227 * lisp.h: Declare detect_input_pending_ignore_squeezables.
9228
9229 2005-01-15 Steven Tamm <steventamm@mac.com>
9230
9231 * macterm.c (Vmac_use_core_graphics): Declare variable for
9232 mac-allow-anti-aliasing.
9233 (syms_of_macterm): DEFVAR_LISP and initialize it.
9234 (mac_draw_string_common): Use core graphics text rendering if
9235 mac-allow-anti-aliasing is enabled.
9236
9237 * macfns.c (Fx_file_dialog): Save As dialog includes only the
9238 file name in the text box.
9239
9240 2005-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9241
9242 * macfns.c (x_set_foreground_color, x_set_background_color):
9243 Sync with xfns.c.
9244 (mac_window, x_create_tip_frame): Use XSetWindowBackground.
9245 * macterm.c (XSetBackground, XSetWindowBackground): New functions.
9246 * macterm.h (XSetBackground, XSetWindowBackground): Add externs.
9247
9248 2005-01-14 Kim F. Storm <storm@cua.dk>
9249
9250 * keyboard.c (Fposn_at_x_y): Add optional arg WHOLE.
9251
9252 2005-01-13 Richard M. Stallman <rms@gnu.org>
9253
9254 * keymap.c (Fcurrent_active_maps): Ignore Voverriding_local_map
9255 if Voverriding_terminal_local_map is non-nil.
9256
9257 * keyboard.c (syms_of_keyboard): Doc fix.
9258
9259 2005-01-13 Kim F. Storm <storm@cua.dk>
9260
9261 * xdisp.c (Fformat_mode_line): Fix last change. Remove NO_PROPS arg
9262 (specify 0 for FACE instead). Reorder arg list. Doc fix.
9263
9264 2005-01-12 Richard M. Stallman <rms@gnu.org>
9265
9266 * xdisp.c (Fformat_mode_line): New arg FACE specifies a default
9267 face property for characters that don't specify one.
9268
9269 * fns.c (Frequire): Record in load-history unconditionally.
9270
9271 2005-01-10 Kim F. Storm <storm@cua.dk>
9272
9273 * dispextern.h (merge_faces): Rename from merge_into_realized_face.
9274
9275 * xfaces.c (merge_faces): Rename from merge_into_realized_face.
9276 Callers changed.
9277 Add support to merge with lisp face id too (if face_name is t).
9278
9279 * xdisp.c (get_next_display_element, next_element_from_display_vector):
9280 Don't lookup lface_id from display table glyphs here; instead use
9281 merge_faces to merge the lisp face id into current face.
9282
9283 2005-01-09 Kim F. Storm <storm@cua.dk>
9284
9285 * dispextern.h (struct it): New member dpvec_face_id.
9286 (merge_into_realized_face): Add prototype.
9287
9288 * xfaces.c (merge_into_realized_face): New function. Used to
9289 merge escape-glyph face or face from display table into current face.
9290
9291 * xdisp.c (Vshow_nonbreak_escape): New lisp var.
9292 (syms_of_xdisp): DEFVAR_LISP it.
9293 (escape_glyph_face): Remove var.
9294 (redisplay_window): Don't initialize it.
9295 (setup_for_ellipsis, get_next_display_element):
9296 Set it->dpvec_face_id to -1.
9297 (get_next_display_element): Test Vshow_nonbreak_escape.
9298 Do not setup escape_glyph_face.
9299 Properly merge escape-glyph face or face from display table with
9300 current face for escape and control characters.
9301 Set it->dpvec_face_id to relevant face id instead of adding it to each
9302 element of display vector.
9303 (next_element_from_display_vector): If it->dpvec_face_id is set,
9304 use that instead of lface_id from glyph itself.
9305
9306 2005-01-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9307
9308 * xterm.h (struct x_output): New member, toolbar_detached.
9309
9310 * gtkutil.c (xg_create_frame_widgets): Set initial tool bar height to
9311 38.
9312 (xg_tool_bar_detach_callback): Set toolbar_detached to 1.
9313 (xg_tool_bar_attach_callback): Set toolbar_detached to 0.
9314 (xg_create_tool_bar): Initialize toolbar_detached.
9315 (update_frame_tool_bar): Only set FRAME_TOOLBAR_HEIGHT (f) if
9316 toolbar_detached is zero.
9317
9318 2005-01-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9319
9320 * xmenu.c (create_and_show_popup_menu): Pass zero as button to
9321 gtk_menu_popup if not for_click, so callbacks for the menu are called.
9322
9323 * gtkutil.c (xg_gtk_scroll_destroy, xg_create_scroll_bar)
9324 (xg_tool_bar_callback, xg_tool_bar_help_callback)
9325 (update_frame_tool_bar): Cast to EMACS_INT to avoid compiler warning.
9326
9327 * xselect.c (x_get_foreign_selection, x_fill_property_data)
9328 (Fx_get_atom_name, Fx_send_client_event): Replace XFLOAT with
9329 XFLOAT_DATA to get extract number from Lisp object.
9330
9331 2005-01-07 Kim F. Storm <storm@cua.dk>
9332
9333 * xdisp.c (set_iterator_to_next): Fix 2004-12-13 change.
9334 Set stop_charpos to current charpos instead of 0.
9335
9336 2005-01-06 Nick Roberts <nickrob@snap.net.nz>
9337
9338 * xdisp.c (Fformat_mode_line): First arg now required.
9339
9340 2005-01-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9341
9342 * macterm.c (XLoadQueryFont): Correctly handle 0 size
9343 font widths that are returned from some Japanese fonts.
9344
9345 2005-01-06 Kim F. Storm <storm@cua.dk>
9346
9347 * fringe.c (fringe_faces): Change to Lisp_Object pointer.
9348 (draw_fringe_bitmap_1): Lookup user defined fringe faces here.
9349 (destroy_fringe_bitmap): Set fringe_faces element to nil.
9350 (Fdefine_fringe_bitmap, init_fringe): Change allocation of
9351 fringe_faces array and init elements to nil.
9352 (Fset_fringe_bitmap_face): Set fringe_faces to face name instead of
9353 non-persistent face id.
9354 (mark_fringe_data): New function for GC.
9355
9356 * alloc.c (mark_fringe_data): Declare extern.
9357 (Fgarbage_collect): Call mark_fringe_data.
9358
9359 * alloc.c (overrun_check_free): Invalidate freed memory if
9360 XMALLOC_CLEAR_FREE_MEMORY is defined.
9361
9362 2005-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9363
9364 * macfns.c: Include sys/param.h.
9365 [TARGET_API_MAC_CARBON] (mac_nav_event_callback): New declaration
9366 and function.
9367 [TARGET_API_MAC_CARBON] (Fx_file_dialog): Use MAXPATHLEN for size
9368 of filename string. Set event callback function when creating
9369 dialog boxes. Add code conversions for filenames. Don't dispose
9370 of apple event descriptor record if failed to create it.
9371
9372 * macterm.c: Include sys/param.h.
9373 [USE_CARBON_EVENTS] (mac_handle_window_event): Add handler for
9374 kEventWindowUpdate.
9375 (install_window_handler) [USE_CARBON_EVENTS]: Register it.
9376 (do_ae_open_documents) [TARGET_API_MAC_CARBON]: Get FSRef instead
9377 of FSSpec from apple event descriptor record.
9378 (do_ae_open_documents) [TARGET_API_MAC_CARBON]: Use MAXPATHLEN for
9379 size of filename string.
9380 [TARGET_API_MAC_CARBON] (mac_do_receive_drag): Likewise.
9381 [TARGET_API_MAC_CARBON] (mac_do_receive_drag): Return error when a
9382 file dialog is in action.
9383 [TARGET_API_MAC_CARBON] (mac_do_track_drag): Likewise.
9384 Reject only when there are no filename items. Set background color
9385 before (un)highlighting the window below the dragged items.
9386 (XTread_socket) [USE_CARBON_EVENTS]: Don't call do_window_update.
9387
9388 2005-01-05 Romain Francoise <romain@orebokech.com>
9389
9390 * term.c (encode_terminal_code): Fix buffer size computation.
9391
9392 2005-01-04 Richard M. Stallman <rms@gnu.org>
9393
9394 * xdisp.c (Fformat_mode_line): Doc fix.
9395
9396 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
9397
9398 * alloc.c (refill_memory_reserve): Move.
9399 (emacs_blocked_free, emacs_blocked_malloc, emacs_blocked_realloc)
9400 (reset_malloc_hooks, uninterrupt_malloc) [SYNC_INPUT]: Don't define.
9401
9402 2005-01-03 Richard M. Stallman <rms@gnu.org>
9403
9404 * window.c (window_scroll_pixel_based): Don't correct preserve_y
9405 for CURRENT_HEADER_LINE_HEIGHT when moving backwards.
9406
9407 2005-01-03 Jason Rumney <jasonr@gnu.org>
9408
9409 * w32bdf.c (w32_load_bdf_font): Set fontp->average_width and
9410 fontp->space_width to FONT_WIDTH so they are valid.
9411
9412 * w32fns.c (w32_load_system_font): Set FONT_WIDTH to maximum, not
9413 average width. Set fontp->average_width and fontp->space_width to
9414 their appropriate values.
9415
9416 * w32term.c (x_new_font): Set FRAME_COLUMN_WIDTH to
9417 fontp->average_width, not FONT_WIDTH. Set FRAME_SPACE_WIDTH to
9418 fontp->space_width.
9419
9420 2005-01-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9421
9422 * macterm.c (x_new_font): Set FRAME_SPACE_WIDTH.
9423 (x_font_min_bounds, XLoadQueryFont): Use the correct font width
9424 metrics for max and min bounds.
9425 (x_load_font): Correctly calculate average font width metrics.
9426
9427 2005-01-02 Richard M. Stallman <rms@gnu.org>
9428
9429 * alloc.c (Fgarbage_collect): Don't truncate_undo_list on dead buffers.
9430
9431 2004-12-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9432
9433 * xterm.c (handle_one_xevent): Clear area in expose event for GTK.
9434
9435 2004-12-31 Richard M. Stallman <rms@gnu.org>
9436
9437 * xdisp.c (setup_for_ellipsis, get_next_display_element):
9438 Set it->ellipsis_p to 1 or 0.
9439 (display_line): Record whether row ends in mid-ellipsis.
9440 (set_cursor_from_row): If ends in ellipsis, find start of it.
9441 (cursor_row_p): If PT's at the end of the ellipsis the row
9442 ends within, don't display cursor on this row.
9443
9444 * dispextern.h (struct it): New element ellipsis_p.
9445 (struct glyph_row): New element ends_in_ellipsis_p.
9446
9447 * xdisp.c (BUFFER_POS_REACHED_P): We haven't reached the specified
9448 position if we're reading from something other than the buffer.
9449
9450 * window.c (window_scroll_pixel_based): Only look at
9451 Vscroll_preserve_screen_position if the old PT can't be kept.
9452 (syms_of_window) <scroll-preserve-screen-position>: Doc fix.
9453
9454 2004-12-30 Kim F. Storm <storm@cua.dk>
9455
9456 * xdisp.c (get_line_height_property): New function extracted from
9457 original calc_line_height_property.
9458 (calc_line_height_property): Rework. Handle t and (nil . ratio).
9459 (x_produce_glyphs): Use them to handle line-height and
9460 line-spacing according to new height spec.
9461 (Qtotal): Remove.
9462 (syms_of_xdisp): Remove intern and staticpro for Qtotal.
9463
9464 2004-12-30 Kenichi Handa <handa@m17n.org>
9465
9466 * fileio.c (Finsert_file_contents): Don't use
9467 current_buffer->buffer_file_coding_system even if REPLACE is
9468 non-nil. Call Qafter_insert_file_set_coding with the second arg VISIT.
9469
9470 * fontset.h (struct font_info): New members space_width and
9471 average_width.
9472
9473 * frame.h (struct frame): New member space_width.
9474 (FRAME_SPACE_WIDTH): New macro.
9475
9476 * xterm.h (struct x_display_info): New member Xatom_AVERAGE_WIDTH.
9477
9478 * xterm.c (x_new_font): Set FRAME_COLUMN_WIDTH to
9479 fontp->average_width, not FONT_WIDTH. Set FRAME_SPACE_WIDTH to
9480 fontp->space_width.
9481 (x_load_font): Calculate fontp->space_width and fontp->average_width.
9482 (x_term_init): Initialize dpyinfo->Xatom_AVERAGE_WIDTH.
9483
9484 * xdisp.c (x_produce_glyphs): Calculate tab width by
9485 FRAME_SPACE_WIDTH, not FRAME_COLUMN_WIDTH.
9486
9487 2004-12-29 Sanghyuk Suh <han9kin@mac.com>
9488
9489 * macterm.c (SelectionRange): Add Xcode position apple event struct.
9490 (do_ae_open_documents): Handle Xcode-style file position open events.
9491
9492 2004-12-29 Luc Teirlinck <teirllm@auburn.edu>
9493
9494 * buffer.c (syms_of_buffer) <vertical-scroll-bar>: Correct typo.
9495
9496 2004-12-29 Richard M. Stallman <rms@gnu.org>
9497
9498 * buffer.c (syms_of_buffer) <vertical-scroll-bar>: Doc fix.
9499
9500 2004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9501
9502 * macfns.c (install_window_handler): Modify extern to return OSErr
9503 value.
9504 (mac_window): Handle return value of install_window_handler.
9505
9506 * macterm.c (reflect_byte): Remove function.
9507 (mac_create_bitmap_from_bitmap_data): Don't call reflect_byte.
9508 Lookup table instead.
9509 (mac_do_font_lists): Simplify calculation of the longest
9510 nonspecial string.
9511 (init_mac_drag_n_drop): Remove function and declaration.
9512 (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
9513 init_mac_drag_n_drop.
9514 (mac_do_track_drag): New function and declaration.
9515 (install_window_handler): Return OSErr value.
9516 (install_window_handler) [TARGET_API_MAC_CARBON]:
9517 Register handlers for tracking/receiving drag-and-drop items.
9518 (do_ae_open_documents): Generate unibyte strings for filenames.
9519 (mac_do_receive_drag) [TARGET_API_MAC_CARBON] : Likewise.
9520 Reject only non-filename items. Set event modifiers, and return value.
9521
9522 2004-12-28 Dan Nicolaescu <dann@ics.uci.edu>
9523
9524 * coding.c (decode_coding): Fix previous change.
9525
9526 2004-12-28 Richard M. Stallman <rms@gnu.org>
9527
9528 * xdisp.c (back_to_previous_visible_line_start):
9529 Don't call handle_display_prop.
9530
9531 2004-12-28 Dan Nicolaescu <dann@ics.uci.edu>
9532
9533 * coding.c (decode_coding_XXX, decode_composition_emacs_mule)
9534 (decode_coding_emacs_mule, encode_coding_emacs_mule)
9535 (decode_coding_iso2022, encode_designation_at_bol)
9536 (encode_coding_iso2022, decode_coding_sjis_big5, decode_eol)
9537 (decode_coding): Constify arguments and local vars.
9538
9539 2004-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9540
9541 * xmenu.c (popup_get_selection): Only pop down dialogs
9542 on C-g and Escape.
9543 (popup_get_selection): Remove parameter down_on_keypress.
9544 (create_and_show_popup_menu, create_and_show_dialog):
9545 Remove parameter down_on_keypress to popup_get_selection.
9546
9547 2004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9548
9549 * dispextern.h: Change HAVE_CARBON to MAC_OS.
9550 (struct glyph_string): Likewise.
9551
9552 * emacs.c (main) [MAC_OS8]: Call mac_term_init instead of
9553 mac_initialize.
9554
9555 * fileio.c (Fnext_read_file_uses_dialog_p, Fread_file_name):
9556 Change TARGET_API_MAC_CARBON to HAVE_CARBON.
9557
9558 * fns.c (vector): Change MAC_OSX to MAC_OS.
9559
9560 * frame.c (x_set_frame_parameters, x_report_frame_params)
9561 (x_set_fullscreen): Remove #ifndef HAVE_CARBON.
9562 (x_set_border_width, Vdefault_frame_scroll_bars):
9563 Change HAVE_CARBON to MAC_OS.
9564
9565 * image.c [MAC_OS]: Include sys/stat.h.
9566 [MAC_OS && !MAC_OSX]: Include sys/param.h, ImageCompression.h, and
9567 QuickTimeComponents.h.
9568
9569 * mac.c [!MAC_OSX] (mac_wait_next_event): Add extern.
9570 [!MAC_OSX] (select): Use mac_wait_next_event.
9571 [!MAC_OSX] (run_mac_command): Change EXEC_SUFFIXES to Vexec_suffixes.
9572 [!MAC_OSX] (select, run_mac_command): Change `#ifdef
9573 TARGET_API_MAC_CARBON' to `#if TARGET_API_MAC_CARBON'.
9574 (mac_clear_font_name_table): Add extern.
9575 (Fmac_clear_font_name_table): New defun.
9576 (syms_of_mac): Defsubr it.
9577 [MAC_OSX] (SELECT_POLLING_PERIOD_USEC): New define.
9578 [MAC_OSX] (select_and_poll_event): New function.
9579 [MAC_OSX] (sys_select): Use it.
9580 [MAC_OSX && SELECT_USE_CFSOCKET] (socket_callback): New function.
9581 [MAC_OSX && SELECT_USE_CFSOCKET]
9582 (SELECT_TIMEOUT_THRESHOLD_RUNLOOP, EVENT_CLASS_SOCK): New defines.
9583 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]: Use CFSocket and
9584 RunLoop for simultaneously monitoring two kinds of inputs, window
9585 events and process outputs, without periodically polling.
9586
9587 * macfns.c (mac_initialized): Remove extern.
9588 (stricmp): Put in #if 0. All callers changed to use xstricmp in
9589 xfaces.c.
9590 (strnicmp): Decrement `n' at the end of each loop, not the beginning.
9591 (check_mac): Use the term "Mac native windows" instead of "Mac OS".
9592 (check_x_display_info, x_display_info_for_name): Sync with xfns.c.
9593 (mac_get_rdb_resource): New function (from w32reg.c).
9594 (x_get_string_resource): Use it.
9595 (install_window_handler): Add extern.
9596 (mac_window): New function.
9597 (Fx_create_frame): Use it instead of make_mac_frame.
9598 Set parameter for Qfullscreen. Call x_wm_set_size_hint.
9599 (Fx_open_connection, Fx_close_connection): New defuns.
9600 (syms_of_macfns): Defsubr them.
9601 (x_create_tip_frame) [TARGET_API_MAC_CARBON]:
9602 Add kWindowNoUpdatesAttribute to the window attribute.
9603 (x_create_tip_frame) [!TARGET_API_MAC_CARBON]: Use NewCWindow.
9604 (x_create_tip_frame): Don't call ShowWindow.
9605 (Fx_show_tip): Call ShowWindow.
9606 (Fx_file_dialog): Change `#ifdef TARGET_API_MAC_CARBON' to `#if
9607 TARGET_API_MAC_CARBON'.
9608 (mac_frame_parm_handlers): Set handlers for Qfullscreen.
9609 (syms_of_macfns) [MAC_OSX]: Initialize mac_in_use to 0.
9610
9611 * macgui.h [!MAC_OSX]: Don't include Controls.h. Include Windows.h.
9612 (Window): Typedef to WindowPtr and move outside `#if
9613 TARGET_API_MAC_CARBON'.
9614 (XSizeHints): New struct.
9615
9616 * macterm.c (x_update_begin, x_update_end)
9617 [TARGET_API_MAC_CARBON]: Disable screen updates during update of a
9618 frame.
9619 (x_draw_glyph_string_background, x_draw_glyph_string_foreground)
9620 [MAC_OS8]: Use XDrawImageString/XDrawImageString16.
9621 (construct_mouse_click): Put in #if 0.
9622 (x_check_fullscreen, x_check_fullscreen_move): Remove decls.
9623 (x_scroll_bar_create, x_scroll_bar_handle_click): Change `#ifdef
9624 TARGET_API_MAC_CARBON' to `#if TARGET_API_MAC_CARBON'.
9625 (activate_scroll_bars, deactivate_scroll_bars)
9626 [!TARGET_API_MAC_CARBON]: Use ActivateControl/DeactivateControl.
9627 (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Reposition window
9628 if the position is neither user-specified nor program-specified.
9629 (x_free_frame_resources): Free size_hints.
9630 (x_wm_set_size_hint): Allocate size_hints if needed. Set size_hints.
9631 (mac_clear_font_name_table): New function.
9632 (mac_do_list_fonts): Initialize font_name_table if needed.
9633 (x_list_fonts): Don't initialize font_name_table. Add BLOCK_INPUT
9634 around mac_do_list_fonts.
9635 (mac_unload_font): New function.
9636 (x_load_font): Add BLOCK_INPUT around XLoadQueryFont.
9637 (init_mac_drag_n_drop, mac_do_receive_drag): Enclose declarations
9638 and definitions with #if TARGET_API_MAC_CARBON.
9639 [USE_CARBON_EVENTS] (mac_handle_window_event): Add decl.
9640 (install_window_handler): Add decl.
9641 (do_window_update): Add BeginUpdate/EndUpdate for the tooltip
9642 window. Use UpdateControls. Get the rectangle that should be
9643 updated and restrict the target of expose_frame to it.
9644 (do_grow_window): Set minimum height/width according to size_hints.
9645 (do_grow_window) [TARGET_API_MAC_CARBON]: Use ResizeWindow.
9646 (do_zoom_window): Don't use x_set_window_size.
9647 [USE_CARBON_EVENTS] (mac_handle_window_event): New function.
9648 (install_window_handler): New function.
9649 [!USE_CARBON_EVENTS] (mouse_region): New variable.
9650 [!USE_CARBON_EVENTS] (mac_wait_next_event): New function.
9651 (XTread_socket) [USE_CARBON_EVENTS]: Move call to
9652 GetEventDispatcherTarget inside BLOCK_INPUT.
9653 (XTread_socket) [!USE_CARBON_EVENTS]: Use mac_wait_next_event.
9654 Update mouse_region when mouse is moved.
9655 (make_mac_frame): Remove.
9656 (make_mac_terminal_frame): Put in #ifdef MAC_OS8.
9657 Initialize mouse pointer shapes. Change values of f->left_pos and
9658 f->top_pos. Don't use make_mac_frame. Use NewCWindow.
9659 Don't call ShowWindow.
9660 (mac_initialize_display_info) [MAC_OSX]: Create mac_id_name from
9661 Vinvocation_name and Vsystem_name.
9662 (mac_make_rdb): New function (from w32term.c).
9663 (mac_term_init): Use it. Add BLOCK_INPUT. Error if display has
9664 already been opened. Don't pass argument to
9665 mac_initialize_display_info. Don't set dpyinfo->height/width.
9666 Add entries to x_display_list and x_display_name_list.
9667 (x_delete_display): New function.
9668 (mac_initialize): Don't call mac_initialize_display_info.
9669 (syms_of_macterm) [!MAC_OSX]: Don't call Fprovide.
9670
9671 * macterm.h (check_mac): Add extern.
9672 (struct mac_output): New member size_hints.
9673 (FRAME_SIZE_HINTS): New macro.
9674 (mac_unload_font): Add extern.
9675
9676 * xdisp.c (expose_window, expose_frame): Remove kludges for Mac.
9677
9678 * xfaces.c (clear_font_table) [MAC_OS]: Call mac_unload_font.
9679
9680 2004-12-27 Richard M. Stallman <rms@gnu.org>
9681
9682 * buffer.c (Fbuffer_disable_undo): Delete (move to simple.el).
9683 (syms_of_buffer): Don't defsubr it.
9684
9685 * process.c (list_processes_1): Set undo_list instead
9686 of calling Fbuffer_disable_undo.
9687
9688 * xdisp.c (single_display_spec_string_p): Rename from
9689 single_display_prop_string_p.
9690 (single_display_spec_intangible_p): Rename from
9691 single_display_prop_intangible_p.
9692 (handle_single_display_spec): Rename from handle_single_display_prop.
9693 Rewritten to be easier to understand.
9694
9695 Change in load-history format. Functions now get (defun . NAME),
9696 and variables get just NAME.
9697
9698 * data.c (Fdefalias): Use (defun . FN_NAME) in LOADHIST_ATTACH.
9699
9700 * eval.c (Fdefun, Fdefmacro): Use (defun . FN_NAME) in LOADHIST_ATTACH.
9701 (Fdefvaralias, Fdefvar, Fdefconst): Use just SYM in LOADHIST_ATTACH.
9702 (Qdefvar): Var deleted.
9703 (syms_of_eval): Don't initialze it.
9704
9705 * lread.c (syms_of_lread) <load-history>: Doc fix.
9706
9707 2004-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9708
9709 * xmenu.c (popup_get_selection): Pop down on C-g.
9710 (set_frame_menubar): Install translations for Lucid/Motif/Lesstif that
9711 pops down menu on C-g.
9712 (xdialog_show): If dialog popped down and no button in the dialog was
9713 pushed, call Fsignal to quit.
9714 (xmenu_show): In no toolkit version, if menu returns NO_SELECT call
9715 Fsignal to quit.
9716
9717 * xfns.c (Fx_file_dialog): Motif/Lesstif version: Pop down on C-g.
9718
9719 * gtkutil.c (xg_initialize): Install bindings for C-g so that
9720 dialogs and menus pop down.
9721
9722 2004-12-27 Kenichi Handa <handa@m17n.org>
9723
9724 * coding.c (code_convert_region): Fix calculation of `ratio'.
9725
9726 2004-12-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9727
9728 * gtkutil.c (update_frame_tool_bar): Make the value of
9729 tool-bar-button-margin control margins of images in tool bar.
9730
9731 * alloc.c (check_depth): New variable.
9732 (overrun_check_malloc, overrun_check_realloc): Only add
9733 overhead and write check pattern if check_depth is 1 (to handle
9734 recursive calls). Increase/decrease check_depth in entry/exit.
9735 (overrun_check_free): Only check for overhead if check_depth is 1.
9736 Increase/decrease check_depth in entry/exit.
9737
9738 2004-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9739
9740 * keyboard.c (input_available_signal): Call SIGNAL_THREAD_CHECK
9741 before touching input_available_clear_time, to avoid accessing it
9742 from multiple threads.
9743
9744 2004-12-23 Jason Rumney <jasonr@gnu.org>
9745
9746 * image.c (__WIN32__) [HAVE_NTGUI]: Define for correct behaviour
9747 of JPEG library.
9748
9749 2004-12-22 Richard M. Stallman <rms@gnu.org>
9750
9751 * emacs.c (main): If batch mode, set Vundo_outer_limit to nil.
9752
9753 * lisp.h (Vundo_outer_limit): Fix decl.
9754
9755 * undo.c (Vundo_outer_limit): Replaces undo_outer_limit.
9756 Uses changed.
9757 (syms_of_undo): Initialize appropriately.
9758 (truncate_undo_list): If it's nil, there's no limit.
9759
9760 2004-12-22 Kenichi Handa <handa@m17n.org>
9761
9762 * xselect.c (Fx_get_cut_buffer_internal): Return a unibyte string.
9763
9764 2004-12-21 Richard M. Stallman <rms@gnu.org>
9765
9766 * eval.c (unwind_to_catch): Clear immediate_quit.
9767
9768 * xdisp.c (get_next_display_element): Display codes 8a0 and 8ad
9769 specially as `\ ' and `\-'.
9770
9771 * keyboard.c (kbd_buffer_store_event_hold):
9772 In the code for while-no-input, handle immediate_quit.
9773
9774 * alloc.c (Fgarbage_collect): Update call to truncate_undo_list.
9775 Call that at the very start.
9776 (undo_limit, undo_strong_limit, undo_outer_limit): Move to undo.c.
9777 (syms_of_alloc): Don't define undo-limit,
9778 undo-strong-limit and undo-outer-limit here.
9779
9780 * undo.c (truncate_undo_list): Return void.
9781 Take just one argument, the buffer.
9782 Make it current, and inhibit recursive GC.
9783 Access and update the undo list directly; return void.
9784 Refer to the undo...limit variables directly.
9785 Test undo_outer_limit only after counting the whole current command.
9786 When it's exceeded, call the function in undo-outer-limit-function.
9787 (undo_limit, undo_strong_limit, undo_outer_limit): From alloc.c.
9788 (Vundo_outer_limit_function): New variable.
9789 (syms_of_undo): Define undo-limit, undo-strong-limit
9790 and undo-outer-limit here, and undo-outer-limit-function.
9791 Doc fixes.
9792
9793 * lisp.h (truncate_undo_list): Update decl.
9794
9795 2004-12-21 Piet van Oostrum <piet@cs.uu.nl>
9796
9797 * fileio.c (Fread_file_name): Delete duplicates in
9798 file-name-history when history_delete_duplicates is true.
9799
9800 2004-12-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9801
9802 * macterm.c (mac_do_list_fonts): Fix memory leak
9803
9804 2004-12-20 Richard M. Stallman <rms@gnu.org>
9805
9806 * regex.c (re_match_2_internal) <symend, wordend>:
9807 Fix calls to UPDATE_SYNTAX_TABLE_FORWARD.
9808
9809 2004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9810
9811 * macterm.c (endif, x_font_name_to_mac_font_name):
9812 Use maccentraleurroman instead of maccentraleuropean
9813 (mac_c_string_match, mac_do_list_fonts): Speed up font search by
9814 quickly finding a specific font without needing regexps.
9815
9816 2004-12-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9817
9818 * syssignal.h: Declare main_thread.
9819 (SIGNAL_THREAD_CHECK): New macro.
9820
9821 * keyboard.c (input_available_signal): Move thread checking code
9822 to macro SIGNAL_THREAD_CHECK and call that macro.
9823 (interrupt_signal): Call SIGNAL_THREAD_CHECK.
9824
9825 * alloc.c (uninterrupt_malloc): Move main_thread to emacs.c.
9826
9827 * emacs.c: Define main_thread.
9828 (main): Initialize main_thread.
9829 (handle_USR1_signal, handle_USR2_signal, fatal_error_signal)
9830 (memory_warning_signal): Call SIGNAL_THREAD_CHECK.
9831
9832 * floatfns.c (float_error): Call SIGNAL_THREAD_CHECK.
9833
9834 * dispnew.c (window_change_signal): Call SIGNAL_THREAD_CHECK.
9835
9836 * sysdep.c (select_alarm): Call SIGNAL_THREAD_CHECK.
9837
9838 * process.c (send_process_trap, sigchld_handler):
9839 Call SIGNAL_THREAD_CHECK.
9840
9841 * data.c (arith_error): Call SIGNAL_THREAD_CHECK.
9842
9843 * atimer.c (alarm_signal_handler): Call SIGNAL_THREAD_CHECK.
9844
9845 * xterm.c (xg_scroll_callback): Update XG_LAST_SB_DATA before
9846 returning when xg_ignore_gtk_scrollbar is true.
9847
9848 2004-12-14 Kim F. Storm <storm@cua.dk>
9849
9850 * keyboard.c (read_char): Save and restore echo_string when
9851 handling input method.
9852
9853 2004-12-13 Richard M. Stallman <rms@gnu.org>
9854
9855 * eval.c (syms_of_eval) <quit-flag>: Doc fix.
9856
9857 * keyboard.c (Vthrow_on_input): New variable.
9858 (syms_of_keyboard): Defvar and initialize it.
9859 (kbd_buffer_store_event_hold): Handle Vthrow_on_input.
9860
9861 * lisp.h (QUIT): Check for Vthrow_on_input.
9862 (Vthrow_on_input): Declare it.
9863
9864 2004-12-13 Kim F. Storm <storm@cua.dk>
9865
9866 * xdisp.c (set_iterator_to_next): Reset stop_charpos after display
9867 vector.
9868
9869 2004-12-12 Richard M. Stallman <rms@gnu.org>
9870
9871 * indent.c (Fvertical_motion): Call move_it_by_lines even if LINES = 0.
9872
9873 * minibuf.c (Fall_completions): Add var `zero' and use it in loop.
9874 (Ftry_completion): Really use outer `zero'; eliminate inner one.
9875
9876 2004-12-12 Kenichi Handa <handa@m17n.org>
9877
9878 * term.c (encode_terminal_code): Fix previous change.
9879
9880 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
9881
9882 * keyboard.c (handle_async_input): Remove pthread mutex handling.
9883 (input_available_signal): Move pthread thingy to !SYNC_INPUT branch.
9884
9885 * syntax.c (Fforward_word): Avoid non-idempotent side-effects
9886 in macro arguments.
9887
9888 * minibuf.c (Ftry_completion, Fall_completions): Don't use
9889 XFASTINT blindly.
9890
9891 * emacs.c (main, Fdump_emacs): Don't touch malloc hooks if SYNC_INPUT.
9892
9893 2004-12-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9894
9895 * w32term.c (x_calc_absolute_position): Remove calculation of
9896 difference between inner and outer window. Don't subtract difference
9897 for left and top calculations.
9898
9899 * xterm.c (x_calc_absolute_position): Don't subtract outer_pixel_diff
9900 for left and top calculations. Remove call to x_real_positions.
9901 [Bug report by Drew Adams in November]
9902 (x_check_expected_move): Do not set change_gravity to 1 when calling
9903 x_set_offset.
9904
9905 2004-12-08 Richard M. Stallman <rms@gnu.org>
9906
9907 * xdisp.c (get_next_display_element): Use `escape-glyph' for
9908 control chars and escaped octal codes.
9909 (Qescape_glyph): New variable.
9910 (syms_of_xdisp): Initialize it.
9911 (escape_glyph_face): New variable.
9912 (redisplay_window): Initialize it.
9913
9914 2004-12-07 Paul Eggert <eggert@cs.ucla.edu>
9915
9916 * image.c (our_fill_input_buffer, jpeg_load, CHECK_LIB_AVAILABLE)
9917 (init_image): Use 1 rather than TRUE. TRUE's not always defined.
9918
9919 2004-12-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9920
9921 * emacs.c (Fdump_emacs): Add ! defined (SYSTEM_MALLOC) around
9922 reset_malloc_hooks.
9923
9924 * keyboard.c (handle_async_input, input_available_signal):
9925 Add ! defined (SYSTEM_MALLOC) around thread code.
9926
9927 * alloc.c: Add comment about the reason for (UN)BLOCK_INPUT_ALLOC.
9928
9929 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
9930
9931 * eval.c (init_eval_once): Increase max_specpdl_size to 1000.
9932
9933 * config.in: Regenerate.
9934
9935 2004-12-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9936
9937 * xmenu.c (Fx_popup_menu): Correct documentation about position.
9938 (xmenu_show): Do not call XTranslateCoordinates. Adjust position
9939 if not given by a mouse click to correspond with x-popup-menu
9940 documentation.
9941
9942 * config.in: Regenerate.
9943
9944 * gtkutil.c: Include signal.h and syssignal.h.
9945 (xg_get_file_name): Block and unblock __SIGRTMIN if defined.
9946
9947 * alloc.c: If HAVE_GTK_AND_PTHREAD, include pthread.h,
9948 new variables main_thread and alloc_mutex,
9949 define (UN)BLOCK_INPUT_ALLOC to use alloc_mutex to protect
9950 emacs_blocked_* calls and only do (UN)BLOCK_INPUT in the main thread.
9951 If not HAVE_GTK_AND_PTHREAD, (UN)BLOCK_INPUT_ALLOC is the same as
9952 (UN)BLOCK_INPUT.
9953 (emacs_blocked_free, emacs_blocked_malloc)
9954 (emacs_blocked_realloc): Use (UN)BLOCK_INPUT_ALLOC.
9955 (uninterrupt_malloc): Initialize main_thread and alloc_mutex.
9956 (reset_malloc_hooks): New function.
9957
9958 * lisp.h: Declare reset_malloc_hooks.
9959
9960 * emacs.c (Fdump_emacs): Call reset_malloc_hooks.
9961
9962 * keyboard.c: Conditionally include pthread.h
9963 (handle_async_input, input_available_signalt): If not in the main
9964 thread, block signal, send signal to main thread and return.
9965
9966 * gtkutil.c (xg_get_file_with_chooser): Handle local files only.
9967 Set current folder in file chooser if default_filename is a directory.
9968
9969 2004-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
9970
9971 * regex.c (GET_UNSIGNED_NUMBER): Signal an error when reaching the end.
9972 Remove redundant correctness checks.
9973 (regex_compile): Fix up error codes for \{..\} expressions.
9974
9975 2004-12-05 Richard M. Stallman <rms@gnu.org>
9976
9977 * regex.c (regex_compile): Fix end-of-pattern case for space.
9978
9979 2004-12-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9980
9981 * macterm.h (cfstring_create_with_utf8_cstring): Add prototype.
9982 * mac.c (cfstring_create_with_utf8_cstring): Add to prevent
9983 crashes with invalid characters.
9984 * macmenu.c (add_menu_item): Use it.
9985 * image.c (image_load_quartz2d): Likewise.
9986 * macfns.c (x_set_name, x_set_title): Likewise.
9987 (Fx_file_dialog): Likewise. Use constant CFRefs instead of
9988 creating them each time for labels.
9989
9990 2004-12-02 Richard M. Stallman <rms@gnu.org>
9991
9992 * config.in (RE_TRANSLATE_P): If make_number is not a macro,
9993 don't use it here.
9994
9995 * eval.c (Fcalled_interactively_p): Don't check INTERACTIVE.
9996 (interactive_p): Skip Scalled_interactively_p frames
9997 like Sinteractive_p frames.
9998 (unwind_to_catch): Clear handling_signal.
9999
10000 * data.c (Fmake_variable_buffer_local): Doc fix.
10001 (Fmake_local_variable): Doc fix.
10002
10003 * insdel.c (insert_from_string_before_markers)
10004 (insert_from_string): Don't modify buffer on empty insertion.
10005
10006 * window.c (Fget_lru_window, Fget_largest_window): Doc fixes.
10007
10008 2004-12-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10009
10010 * macmenu.c (add_menu_item): Fallback on MacRoman if encoding
10011 menu text as UTF8 fails.
10012
10013 2004-12-01 Kim F. Storm <storm@cua.dk>
10014
10015 * alloc.c: Add commentary for last change.
10016 (XMALLOC_PUT_SIZE, XMALLOC_GET_SIZE): New macros to handle
10017 sizeof(size_t) != 4.
10018 (overrun_check_malloc, overrun_check_realloc, overrun_check_free):
10019 Use them. Also clear header and trailer of freed memory.
10020 (GC_STRING_OVERRUN_COOKIE_SIZE): Rename from GC_STRING_EXTRA.
10021 (string_overrun_cookie): Rename from string_overrun_pattern.
10022 (GC_STRING_EXTRA): Define from GC_STRING_OVERRUN_COOKIE_SIZE.
10023
10024 2004-12-01 Andreas Schwab <schwab@suse.de>
10025
10026 * lisp.h: Declare string_to_multibyte.
10027
10028 2004-12-01 Kenichi Handa <handa@m17n.org>
10029
10030 * w32console.c (w32con_write_glyphs): Decide coding here.
10031 Adjusted for the change of encode_terminal_code.
10032
10033 * term.c (encode_terminal_code): Don't make it "static".
10034
10035 2004-11-30 Kenichi Handa <handa@m17n.org>
10036
10037 * term.c (encode_terminal_buf, encode_terminal_bufsize): New variables.
10038 (encode_terminal_code): Argument changed. Encode all
10039 characters at once, and return a pointer to the result of encoding.
10040 (write_glyphs): Decide coding here. Adjusted for the above change.
10041 (insert_glyphs): Likewise.
10042 (term_init): Initialize encode_terminal_bufsize to 0.
10043
10044 * coding.c (Vcode_conversion_workbuf_name): New variable.
10045 (syms_of_coding): Initialize and staticpro it.
10046 (set_conversion_work_buffer): New function.
10047 (run_pre_post_conversion_on_str): Use it.
10048 (run_pre_write_conversin_on_c_str): New function.
10049
10050 * coding.h (run_pre_write_conversin_on_c_str): Extern it.
10051
10052 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10053
10054 * keyboard.c: Don't undef SIGIO
10055 * s/darwin.h (NO_SOCK_SIGIO): Define NO_SOCK_SIGIO on carbon
10056 * Makefile.in (mac.o): Depend on blockinput.h and atimer.h.
10057 (macfns.o): Don't depend on ccl.h.
10058 * macfns.c (mac_frame_parm_handlers): Set handlers for
10059 Qleft_fringe and Qright_fringe.
10060 * macterm.c (mac_fill_rectangle_to_pixmap)
10061 (mac_draw_rectangle_to_pixmap, mac_copy_area_to_pixmap)
10062 (mac_copy_area_with_mask_to_pixmap, x_draw_image_foreground_1):
10063 Put in #if 0.
10064 (mac_scroll_area) [TARGET_API_MAC_CARBON]: Use ScrollWindowRect.
10065 (x_flush) [TARGET_API_MAC_CARBON]: Don't traverse frames.
10066 (XFlush) [TARGET_API_MAC_CARBON]: Define to an empty replacement.
10067 (x_draw_glyph_string_background, x_draw_glyph_string_foreground)
10068 [!MAC_OS8]: Added ifdef'd out code for os8. Don't use
10069 XDrawImageString. Always draw background and foreground separately.
10070 (x_draw_image_foreground): Use clipping instead of computing the
10071 intersection rectangle.
10072 (x_draw_image_glyph_string): Don't draw an image with mask to a
10073 pixmap.
10074 (x_redisplay_interface): Set flush_display_optional member to 0.
10075 (XTread_socket): Correctly reset the TEConverter
10076 object.
10077
10078 2004-11-30 Kim F. Storm <storm@cua.dk>
10079
10080 * lisp.h: New defines to enable buffer overrun checking.
10081 (GC_CHECK_STRING_OVERRUN, GC_CHECK_STRING_FREE_LIST)
10082 (XMALLOC_OVERRUN_CHECK, GC_CHECK_CONS_LIST): Add.
10083
10084 * alloc.c: Add more checks for buffer overruns.
10085 (XMALLOC_OVERRUN_CHECK_SIZE, xmalloc_overrun_check_header)
10086 xmalloc_overrun_check_trailer, overrun_check_malloc)
10087 overrun_check_realloc, overrun_check_free): Add.
10088 (GC_STRING_EXTRA, string_overrun_pattern): Add.
10089 (check_sblock, allocate_string_data, compact_small_strings):
10090 Set and check string_overrun_pattern if GC_CHECK_STRING_OVERRUN.
10091 (check_cons_list): Condition on GC_CHECK_CONS_LIST.
10092 (check_string_free_list): Add.
10093 (allocate_string, sweep_strings): Call check_string_free_list.
10094
10095 * emacs.c (malloc_initialize_hook): Don't free malloc_state_ptr if
10096 XMALLOC_OVERRUN_CHECK to avoid crash during load.
10097
10098 2004-11-29 Kim F. Storm <storm@cua.dk>
10099
10100 * fns.c (concat): Use SAFE_ALLOCA.
10101
10102 2004-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
10103
10104 * sysdep.c (emacs_write): Don't use QUIT.
10105
10106 2004-11-29 Kenichi Handa <handa@m17n.org>
10107
10108 * buffer.c (init_buffer): Set current_buffer->directory to a
10109 multibyte string made by string_to_multibyte.
10110
10111 * emacs.c (init_cmdargs): Set unibyte strings in Vcommand_line_args.
10112
10113 2004-11-27 Andreas Schwab <schwab@suse.de>
10114
10115 * alloc.c (mark_stack): Call GC_MARK_SECONDARY_STACK if defined.
10116
10117 * s/gnu-linux.h: Enable no-op gcpros on ia64.
10118 (GC_MARK_SECONDARY_STACK) [__ia64__]: Define.
10119
10120 * filelock.c (lock_file_1): Call get_boot_time early.
10121 Increase buffer size.
10122
10123 2004-11-27 Eli Zaretskii <eliz@gnu.org>
10124
10125 * lisp.h (DECL_ALIGN): Define non-trivially only if NO_DECL_ALIGN
10126 is not defined.
10127
10128 2004-11-27 Kim F. Storm <storm@cua.dk>
10129
10130 * search.c (syms_of_search) <search-spaces-regexp>: Move 'doc:'
10131 marker out of doc string.
10132
10133 2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
10134
10135 * s/darwin.h (POSIX_SIGNALS): Undo the removal of 2002-08-25,
10136 which was not mentioned in the log.
10137
10138 2004-11-26 Kim F. Storm <storm@cua.dk>
10139
10140 * fringe.c (update_window_fringes): Prefer truncation bitmaps over
10141 angle bitmaps at top/bottom line.
10142
10143 * xdisp.c: Undo recent changes for restoring saved_face_id. Instead,
10144 set it when it->method is set to next_element_from_display_vector.
10145 (setup_for_ellipsis): Add LEN argument. Callers changed.
10146 Set it->saved_face_id.
10147 (get_next_display_element): Use loop instead of recursion.
10148 Set it->saved_face_id. Combine duplicate code for ctr chars.
10149 (next_element_from_display_vector): Do not set it->saved_face_id.
10150 (next_element_from_ellipsis): Use setup_for_ellipsis.
10151
10152 2004-11-26 Eli Zaretskii <eliz@gnu.org>
10153
10154 * eval.c (Fdefvar): Declare pdl from last change as `volatile' to
10155 prevent compiler warnings.
10156
10157 2004-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
10158
10159 * keyboard.c (command_loop_1): Print a message describing the key
10160 the user just pressed when this key has no binding.
10161
10162 * sysdep.c (sys_signal): Don't use SA_RESTART if SYNC_INPUT is set.
10163 (emacs_open, emacs_read, emacs_write): Check QUIT when interrupted.
10164
10165 * lread.c (readchar): Check QUIT when `getc' is interrupted.
10166
10167 2004-11-24 Richard M. Stallman <rms@gnu.org>
10168
10169 * coding.c (run_pre_post_conversion_on_str): Bind Qinhibit_read_only.
10170
10171 * buffer.c (syms_of_buffer) <indicate-buffer-boundaries>: Doc fix.
10172
10173 2004-11-24 Kim F. Storm <storm@cua.dk>
10174
10175 * xdisp.c (move_it_in_display_line_to, display_line):
10176 Restore saved_face_id also when truncate-lines or hscrolled.
10177
10178 2004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10179
10180 * gtkutil.c (xg_get_file_name): Rename use-old-gtk-file-dialog to
10181 x-use-old-gtk-file-dialog.
10182
10183 * xfns.c: Define x_use_old_gtk_file_dialog.
10184 (syms_of_xfns): Rename use-old-gtk-file-dialog to x-... Move it
10185 outside ifdef USE_GTK.
10186
10187 2004-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
10188
10189 * coding.h (ENCODE_FILE, DECODE_FILE, ENCODE_SYSTEM, DECODE_SYSTEM):
10190 Don't use XFASTINT blindly.
10191
10192 * config.in (RE_TRANSLATE_P): Don't use XFASTINT blindly.
10193
10194 * indent.c (skip_invisible): Avoid non-idempotent side-effects
10195 in macro arguments.
10196
10197 * keymap.c (Flookup_key): Check INTEGERP before XINT.
10198
10199 * lread.c (oblookup): Don't use XFASTINT blindly.
10200
10201 * window.c (Fset_window_scroll_bars): Don't use XINT if it isn't int.
10202 (decode_next_window_args, window_loop): Don't use XFASTINT blindly.
10203
10204 2004-11-23 Kim F. Storm <storm@cua.dk>
10205
10206 * dispextern.h (MATRIX_ROW_ENDS_IN_MIDDLE_OF_CHAR_P)
10207 (MATRIX_ROW_STARTS_IN_MIDDLE_OF_CHAR_P): Not if dpvec_index is zero.
10208
10209 * xfaces.c (lookup_named_face): Add signal_p arg. Return -1 if
10210 signal_p is zero and face name is unknown.
10211 (Fx_list_fonts): Don't signal error in lookup_named_face.
10212 (Fface_font): Signal error in lookup_named_face.
10213 (ascii_face_of_lisp_face): Likewise.
10214
10215 * dispextern.h (lookup_named_face): Fix prototype.
10216
10217 * xdisp.c (handle_single_display_prop): Don't signal error in
10218 lookup_named_face for unknown fringe face name.
10219 (highlight_trailing_whitespace): Don't signal error in
10220 lookup_named_face if trailing-whitespace face unknown.
10221 (calc_line_height_property): Don't signal error in
10222 lookup_named_face if specified face name is unknown.
10223
10224 * fringe.c (update_window_fringes): Show top row indicator if
10225 window has header-line. Don't show arrow at bob and eob
10226 if the boundary indicators are not used.
10227 (Fset_fringe_bitmap_face): Signal error in lookup_named_face.
10228
10229 * window.c (set_window_buffer): Clear display_error_modiff.
10230
10231 2004-11-22 Kim F. Storm <storm@cua.dk>
10232
10233 * fringe.c (update_window_fringes): Provide sensible fall-back
10234 value for non-nil indicate-buffer-boundaries setting.
10235
10236 2004-11-22 Markus Rost <rost@ias.edu>
10237
10238 * minibuf.c (Fminibuffer_complete_and_exit): Fix previous change.
10239
10240 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
10241
10242 * eval.c (Fdefvar): Warn when var is let-bound but globally void.
10243
10244 2004-11-21 Kim F. Storm <storm@cua.dk>
10245
10246 * xdisp.c (erase_phys_cursor): Clear hollow cursor inside TEXT_AREA.
10247
10248 * xterm.c (x_clip_to_row): Add area arg. Callers changed.
10249 (x_draw_hollow_cursor, x_draw_bar_cursor): Clip to TEXT_AREA.
10250
10251 * w32term.c (w32_clip_to_row): Add area arg. Callers changed.
10252 (x_draw_hollow_cursor, x_draw_bar_cursor): Clip to TEXT_AREA.
10253
10254 * macterm.c (x_clip_to_row): Add area arg. Callers changed.
10255 (x_draw_hollow_cursor, x_draw_bar_cursor): Clip to TEXT_AREA.
10256
10257 * xdisp.c (move_it_in_display_line_to, display_line):
10258 Restore saved_face_id if overflow-newline-into-fringe is enabled and
10259 line is continued before or in middle of element from display vector.
10260
10261 * indent.c (Fvertical_motion): Fix last change. Use another
10262 method to detect if iterator moved too far ahead after reseat.
10263
10264 * xdisp.c (IT_EXPAND_MATRIX_WIDTH): New macro. Do not
10265 expand matrix width for overflow in zero-width area.
10266 (append_glyph, append_composite_glyph, produce_image_glyph)
10267 (append_stretch_glyph): Use it to avoid loop in redisplay.
10268 (note_mode_line_or_margin_highlight): Don't let help-echo from
10269 string override help-echo from image map.
10270
10271 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
10272
10273 * fns.c (Fyes_or_no_p): Call Fread_from_minibuffer with extra argument.
10274 * callint.c (Fcall_interactively): Ditto.
10275
10276 2004-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
10277
10278 * minibuf.c (Fminibuffer_complete_and_exit):
10279 Fixup the case of the completed value, for case-indep completion.
10280
10281 2004-11-20 Richard M. Stallman <rms@gnu.org>
10282
10283 * lisp.h (Fread_from_minibuffer): Add arg in decl.
10284
10285 * minibuf.c (read_minibuf): New arg KEEP_ALL. Callers changed.
10286 (Fread_from_minibuffer): New arg KEEP_ALL. Callers changed.
10287
10288 * search.c (Vsearch_spaces_regexp):
10289 Rename from Vsearch_whitespace_regexp. All uses changed.
10290
10291 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
10292
10293 * eval.c (init_eval_once): Increase `max_specpdl_size' to 650.
10294
10295 2004-11-19 Richard M. Stallman <rms@gnu.org>
10296
10297 * search.c (Vsearch_whitespace_regexp): New variable.
10298 (syms_of_search): Defvar it.
10299 (compile_pattern_1): Call re_set_whitespace_regexp with it.
10300 (search_buffer): No regexp is trivial if Vsearch_whitespace_regexp
10301 is non-nil.
10302 (struct regexp_cache): New element whitespace_regexp.
10303 (syms_of_search): Initialize whitespace_regexp elements.
10304 (compile_pattern): Compare whitespace_regexp elements.
10305 (compile_pattern_1): Set whitespace_regexp elements.
10306
10307 * regex.c (regex_compile): Substitute whitespace_regexp
10308 for spaces, if it is nonzero.
10309 (whitespace_regexp): New variable.
10310 (re_set_whitespace_regexp): New function.
10311
10312 2004-11-19 Kim F. Storm <storm@cua.dk>
10313
10314 * indent.c (Fvertical_motion): Fix last change.
10315
10316 2004-11-18 Kim F. Storm <storm@cua.dk>
10317
10318 * indent.c (Fvertical_motion): Undo 2004-11-16 change.
10319 Instead, move back again if reseating moves too far ahead.
10320
10321 2004-11-17 Luc Teirlinck <teirllm@auburn.edu>
10322
10323 * xdisp.c (message3): Call clear_message.
10324
10325 2004-11-17 Kim F. Storm <storm@cua.dk>
10326
10327 * xdisp.c (erase_phys_cursor): Adjust cursor row visible height.
10328
10329 2004-11-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10330
10331 * gtkutil.c (xg_get_file_name): Typo in HAVE_GTK_FILE_SELECTION_NEW.
10332
10333 * xmenu.c (x_menu_in_use): Remove.
10334 (x_menu_set_in_use): Also set popup_activated_flag.
10335
10336 * xfns.c (Fx_file_dialog): Call popup_activated instead of
10337 x_menu_in_use. Call x_menu_set_in_use in Motif version also.
10338
10339 * xterm.h (x_menu_in_use): Remove.
10340
10341 2004-11-16 Richard M. Stallman <rms@gnu.org>
10342
10343 * keymap.c (Fmap_keymap): New arg SORT-FIRST.
10344 Use map-keymap-internal to implement that.
10345
10346 * indent.c (Fvertical_motion): In batch mode, use vmotion directly.
10347
10348 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
10349
10350 * xdisp.c (get_glyph_string_clip_rect, init_glyph_string): Check it's
10351 a window before using XWINDOW.
10352
10353 * window.c (make_window, Fselect_window, make_dummy_parent)
10354 (save_window_save):
10355 * frame.c (make_frame):
10356 * fns.c (concat): Avoid side-effects inside XSETFASTINT's arguments.
10357
10358 * lisp.h (NILP): Use EQ rather than XFASTINT.
10359
10360 2004-11-16 Kim F. Storm <storm@cua.dk>
10361
10362 * fringe.c (Fdefine_fringe_bitmap): Always set 'h'. Simplify.
10363
10364 * indent.c (Fvertical_motion): Fix last change. Only reseat when
10365 moving backwards.
10366
10367 2004-11-16 Luc Teirlinck <teirllm@auburn.edu>
10368
10369 * dispextern.h: Extern reseat_at_previous_visible_line_start.
10370
10371 2004-11-16 Kenichi Handa <handa@m17n.org>
10372
10373 * xdisp.c (display_mode_element): Fix previous change (calculate
10374 end position of substring to display correctly).
10375
10376 2004-11-16 Kim F. Storm <storm@cua.dk>
10377
10378 * keyboard.c (Fposn_at_point): Remove extra */ after doc string.
10379 Reported by Andrew M. Scott.
10380
10381 2004-11-15 Kim F. Storm <storm@cua.dk>
10382
10383 * fns.c (Fsafe_plist_get): New defun.
10384 (syms_of_fns): Defsubr it.
10385
10386 * lisp.h (Fsafe_plist_get): Add EXFUN.
10387
10388 * xdisp.c (store_mode_line_string, produce_stretch_glyph):
10389 Use Fsafe_plist_get.
10390 (note_mode_line_or_margin_highlight, note_mouse_highlight):
10391 Fix image map element parsing. Use Fsafe_plist_get.
10392
10393 2004-11-15 Richard M. Stallman <rms@gnu.org>
10394
10395 * xdisp.c (get_next_display_element): Fix previous change.
10396
10397 2004-11-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10398
10399 * window.c (shrink_windows): Handle special case of one window left
10400 when trying to shrink the final reminder. Grow windows if
10401 total_removed is less than total_shrink.
10402
10403 * xmenu.c (pop_down_menu): Remove global variable current_menu,
10404 extract pointer from arg with XSAVE_VALUE.
10405 (create_and_show_popup_menu, create_and_show_dialog, xmenu_show):
10406 Construct arg to record_unwind_protect with make_save_value.
10407
10408 2004-11-13 Richard M. Stallman <rms@gnu.org>
10409
10410 * xdisp.c (reseat_at_previous_visible_line_start): No longer static.
10411 (get_next_display_element): Fix previous change to apply only to \n.
10412
10413 * indent.c (Fvertical_motion): Scan to PT from start of line to
10414 make iterator consistent.
10415
10416 * minibuf.c (syms_of_minibuf) <completion-ignore-case>: Doc fix.
10417
10418 2004-11-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10419
10420 * gtkutil.c (pop_down_file_dialog): Add BLOCK_INPUT.
10421
10422 * xfns.c (Fx_file_dialog): Call x_menu_in_use and x_menu_set_in_use.
10423 Record unwind with clean_up_file_dialog.
10424
10425 * xterm.h (x_menu_in_use, x_menu_set_in_use, x_menu_wait_for_event):
10426 Declare.
10427
10428 * xmenu.c (x_menu_in_use, x_menu_set_in_use): New functions.
10429
10430 2004-11-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10431
10432 * gtkutil.c (xg_file_sel_ok, xg_file_sel_cancel)
10433 (xg_file_sel_destroy): Remove.
10434 (xg_file_response_cb, pop_down_file_dialog)
10435 (xg_get_file_name_from_chooser, xg_get_file_name_from_selector):
10436 New functions.
10437 (xg_get_file_with_chooser, xg_get_file_with_selection):
10438 Take new arg func, set it to xg_get_file_name_from_chooser/selector.
10439 Move common code to xg_get_file_name. Return widget created.
10440 (xg_get_file_name): Set name, transient for, modal and destroy
10441 with parent here. Connect response signal to xg_file_response_cb,
10442 connect delete-event to gtk_true. Record pop_down_file_dialog
10443 for unwind. Do event loop and call x_menu_wait_for_event in loop.
10444 (xg_create_widget): Make dialogs modal.
10445
10446 * xmenu.c (unuse_menu_items, pop_down_menu): Arg is of type
10447 Lisp_Object.
10448 (popup_get_selection): Move unwind protect ...
10449 (create_and_show_popup_menu, create_and_show_dialog): ... to here.
10450 Move destroy of widget to pop_down_menu.
10451 (popup_widget_loop): Move unwind protect ...
10452 (create_and_show_popup_menu, create_and_show_dialog): ... to here.
10453 Move destroy of widget to pop_down_menu.
10454 (pop_down_menu): BLOCK_INPUT and destroy widget/window.
10455 (xmenu_show): Record unwind pop_down_menu. Move XMenuDestroy,
10456 x_mouse_leave and grabbed = 0 to pop_down_menu.
10457
10458 2004-11-13 Kim F. Storm <storm@cua.dk>
10459
10460 * xdisp.c (make_cursor_line_fully_visible_p): New variable.
10461 (syms_of_xdisp): DEFVAR_BOOL it.
10462 (make_cursor_line_fully_visible, try_cursor_movement)
10463 (try_window_id): Use it.
10464
10465 2004-11-12 Kim F. Storm <storm@cua.dk>
10466
10467 * dispextern.h (struct glyph_row): New member extra_line_spacing.
10468 (struct it): New member max_extra_line_spacing.
10469 (MR_PARTIALLY_VISIBLE, MR_PARTIALLY_VISIBLE_AT_TOP)
10470 (MR_PARTIALLY_VISIBLE_AT_BOTTOM): New helper macros.
10471 (MATRIX_ROW_PARTIALLY_VISIBLE_P): Fix to return false if invisible
10472 part of last line is only extra line spacing (so the text on the
10473 line is fully visible). Use helper macros.
10474 Add W arg (to use them). All callers changed.
10475 (MATRIX_ROW_PARTIALLY_VISIBLE_AT_TOP_P)
10476 (MATRIX_ROW_PARTIALLY_VISIBLE_AT_BOTTOM_P): Use helper macros.
10477
10478 * window.c (window_scroll_pixel_based, Frecenter):
10479 Use move_it_vertically_backward directly.
10480 (Frecenter): Fix calculation of new start pos for negative arg.
10481 Before, the new start pos was sometimes chosen too far back, so
10482 the last line became only partially visible, and thus would be
10483 either only semi-visible or automatically scrolled to the middle
10484 of the window by redisplay.
10485
10486 * xdisp.c (init_iterator): Clear it.max_extra_line_spacing.
10487 (move_it_vertically_backward): Don't recure to move further back.
10488 (move_it_vertically): Remove superfluous condition.
10489 (move_it_by_lines): Clear last_height when moved 0 lines.
10490 (resize_mini_window): Use it.max_extra_line_spacing.
10491 (display_tool_bar_line): Clear row->extra_line_spacing.
10492 (try_scrolling): Use move_it_vertically_backward directly.
10493 (redisplay_window): Likewise.
10494 (compute_line_metrics): Set row->extra_line_spacing.
10495 (display_line, display_string): Likewise.
10496 (x_produce_glyphs): Update it->max_extra_line_spacing.
10497
10498 * xmenu.c (pop_down_menu): Return nil.
10499
10500 2004-11-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10501
10502 * xmenu.c (x_menu_wait_for_event): New function.
10503 (popup_get_selection, popup_widget_loop): Call x_menu_wait_for_event
10504 to handle timers.
10505 (popup_widget_loop): Add argument do_timers.
10506 (create_and_show_popup_menu, create_and_show_dialog): Pass 1 for
10507 do_timers to popup_widget_loop.
10508 (xmenu_show): Call XMenuActivateSetWaitFunction so that
10509 x_menu_wait_for_event is called by XMenuActivate.
10510 (create_and_show_popup_menu): Pass 1 for do_timers to
10511 popup_get_selection.
10512 (pop_down_menu): New function.
10513 (popup_get_selection, popup_widget_loop): Unwind protect to
10514 pop_down_menu.
10515 (popup_widget_loop): Add argument widget.
10516 (create_and_show_popup_menu, create_and_show_dialog): Pass new
10517 argument widget to popup_widget_loop.
10518
10519 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
10520
10521 * keymap.c (Fkeymap_prompt): Accept symbol keymaps.
10522
10523 2004-11-09 Kim F. Storm <storm@cua.dk>
10524
10525 * xselect.c: Include <sys/types.h> and <unistd.h> (for getpid).
10526 Fix various comments referring to XEvents instead of input events.
10527 (x_queue_event): Fix format strings.
10528 (x_stop_queuing_selection_requests): Likewise.
10529
10530 * xdisp.c (produce_image_glyph): Remove unused variable 'face_ascent'.
10531 (pint2hrstr): Add extra braces to silence compiler.
10532
10533 * print.c (print_object): Fix format string.
10534
10535 * lread.c (read1): Fix next_char matching.
10536
10537 * lisp.h (Fdelete): Add EXFUN.
10538 (replace_range_2): Add prototype.
10539
10540 * keyboard.c (read_avail_input): Remove unused variable 'discard'.
10541
10542 * intervals.h (NULL_INTERVAL_P): Add separate version when
10543 ENABLE_CHECKING is not defined to silence compiler.
10544 (compare_string_intervals): Add prototype.
10545
10546 * fringe.c (destroy_fringe_bitmap): Fix return type.
10547 (Ffringe_bitmaps_at_pos): Remove unused var 'old_buffer'.
10548
10549 * emacs.c (Fdump_emacs): Fix format string.
10550
10551 * doc.c: Include <ctype.h>.
10552 (Fsubstitute_command_keys): Remove unused variable 'firstkey'.
10553
10554 * data.c (store_symval_forwarding): Remove unused variables.
10555
10556 * callint.c (Fcall_interactively): Remove unused variable 'funcar'.
10557
10558 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10559
10560 * Makefile.in (stamp-oldxmenu): If HAVE_GTK, don't add dependencies
10561 to ${OLDXMENU}.
10562
10563 2004-11-09 Kim F. Storm <storm@cua.dk>
10564
10565 * process.c (Fmake_network_process): Remove kludge for interrupted
10566 connects on BSD. If connect is interrupted, just close socket and
10567 start over rather than sleeping and retry with same socket.
10568
10569 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10570
10571 * .cvsignore: Add buildobj.lst.
10572
10573 * doc.c: New variable Vbuild_files.
10574 (Fsnarf_documentation): If Vbuild_files is nil, populate it with
10575 file names from buildobj.lst. Only attach docstrings from files
10576 that are in Vbuild_files.
10577 (syms_of_doc): Defvar Vbuild_files.
10578
10579 * Makefile.in (SOME_MACHINE_OBJECTS): Add fringe.o, image.o
10580 and w32*.o.
10581 (temacs${EXEEXT}): Generate buildobj.lst when temacs is linked.
10582 (mostlyclean): Rm buildobj.lst
10583
10584 * makefile.w32-in ($(TEMACS)): Generate buildobj.lst when temacs
10585 is linked.
10586
10587 2004-11-09 Kim F. Storm <storm@cua.dk>
10588
10589 * fringe.c (update_window_fringes): Update fringe bitmaps if
10590 cur and row ends_at_zv_p differs. If bitmaps of a row is updated,
10591 also update previous row to get rid of misc. artifacts.
10592
10593 2004-11-08 Kim F. Storm <storm@cua.dk>
10594
10595 * xdisp.c (fast_find_position): Fix start pos if header line present.
10596 (note_mouse_highlight): Clear mouse face if we move out of text area.
10597
10598 2004-11-08 Eli Zaretskii <eliz@gnu.org>
10599
10600 * editfns.c: Move #include "systime.h" before <sys/resource.h>.
10601 Don't include <sys/time.h> explicitly.
10602 Include <stdio.h> unconditionally, not just on MacOS.
10603
10604 2004-11-08 Kenichi Handa <handa@m17n.org>
10605
10606 * fontset.c (fontset_pattern_regexp): Cancel my previous change;
10607 don't pay attention to '\' before '*'.
10608 (fontset_pattern_regexp): Change the meaning of the second arg.
10609 (Fnew_fontset): Call fs_query_fontset, not Fquery_fontset.
10610 (check_fontset_name): Try NAME as literal at first, and if it
10611 failes, try NAME as pattern.
10612
10613 2004-11-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10614
10615 * emacs.c (Fdump_emacs): Only output warning on GNU/Linux.
10616
10617 2004-11-07 Andreas Schwab <schwab@suse.de>
10618
10619 * lisp.h (Fmsdos_downcase_filename): Declare.
10620 * dired.c (Fmsdos_downcase_filename): Don't declare here.
10621 * fileio.c: Likewise.
10622
10623 2004-11-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10624
10625 * dosfns.c (Fdos_memget, Fdos_memput): Use integer variable offs in
10626 comparisons with integers instead of Lisp_Object address.
10627 (Fmsdos_set_keyboard): Declare argument allkeys.
10628
10629 * msdos.c (IT_set_frame_parameters): Use EQ, not ==, for Lisp_Object:s.
10630
10631 * dired.c (Fmsdos_downcase_filename): Declare extern on MSDOS to avoid
10632 int/Lisp_Object mixup.
10633
10634 * fileio.c: Ditto.
10635
10636 2004-11-06 Steven Tamm <steventamm@mac.com>
10637
10638 * editfns.c: Need to include sys/time.h before resource.h on darwin.
10639
10640 2004-11-06 Richard M. Stallman <rms@gnu.org>
10641
10642 * callint.c (Fcall_interactively): Avoid reusing EVENT for other data.
10643
10644 * xfaces.c (merge_named_face): GCPRO the face_name in the
10645 named_merge_point struct that we make.
10646 (merge_face_heights): Eliminate GCPRO arg. All callers changed.
10647
10648 * keyboard.c (command_loop_1): Change Vtransient_mark_mode
10649 before deciding whether to inactivate mark.
10650
10651 2004-11-06 Lars Brinkhoff <lars@nocrew.org>
10652
10653 * config.in: Regenerate (add HAVE_GETRUSAGE).
10654 * editfns.c (Fget_internal_run_time): New function.
10655 (syms_of_data): Defsubr it.
10656 * fns.c (sxhash): As far as possible, merge calculation of
10657 hash code for symbols and strings.
10658
10659 2004-11-06 Eli Zaretskii <eliz@gnu.org>
10660
10661 * frame.c (syms_of_frame): Fix the example in the doc string.
10662
10663 2004-11-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10664
10665 * eval.c (Feval): Remove check for INPUT_BLOCKED_P.
10666
10667 * xmenu.c (popup_get_selection, create_and_show_popup_menu)
10668 (create_and_show_dialog): Revert change from 2004-10-31.
10669
10670 2004-11-05 Luc Teirlinck <teirllm@auburn.edu>
10671
10672 * macros.c (syms_of_macros) <defining-kbd-macro>: Doc fix.
10673
10674 2004-11-05 Kim F. Storm <storm@cua.dk>
10675
10676 * print.c (print_object): Print Lisp_Misc_Save_Value objects.
10677
10678 * fileio.c (Ffile_modes): Doc fix.
10679 (auto_save_1): Check for Ffile_modes nil value.
10680
10681 2004-11-05 Kim F. Storm <storm@cua.dk>
10682
10683 * xselect.c (struct selection_event_queue, selection_queue)
10684 (x_queue_selection_requests, x_queue_event)
10685 (x_start_queuing_selection_requests)
10686 (x_stop_queuing_selection_requests): Add new queue for selection
10687 input events to replace previous XEvent queue in xterm.c.
10688 (queue_selection_requests_unwind): Adapt to new queue.
10689 (x_reply_selection_request): Adapt to new queue.
10690 Unexpect wait_object in case of x errors (memory leak).
10691 (x_handle_selection_request, x_handle_selection_clear): Make static.
10692 (x_handle_selection_event): New function. May queue selection events.
10693 (wait_for_property_change_unwind): Use save_value instead of cons.
10694 Clear property_change_reply_object.
10695 (wait_for_property_change): Abort if already waiting.
10696 Use save_value instead of cons for unwind data.
10697 (x_handle_property_notify): Skip events already arrived, but don't
10698 free them, as "arrived" field is checked by wait_for_property_change,
10699 and it will be freed by unwind or explicit unexpect_property_change.
10700 (x_get_foreign_selection): Add to new queue.
10701 (receive_incremental_selection): Don't unexpect wait_object when done
10702 as it has already been freed by previous wait_for_property_change.
10703
10704 * xterm.h (x_start_queuing_selection_requests)
10705 (x_stop_queuing_selection_requests, x_handle_selection_request)
10706 (x_handle_selection_clear): Remove prototypes.
10707 (x_handle_selection_event): Add prototype.
10708
10709 * xterm.c (handle_one_xevent): Don't queue X selection events
10710 here, it may be too late if we start queuing after we have already
10711 stored some selection events into the kbd buffer.
10712 (struct selection_event_queue, queue, x_queue_selection_requests)
10713 (x_queue_event, x_unqueue_events, x_start_queuing_selection_requests)
10714 (x_stop_queuing_selection_requests): Remove/move to xselect.c.
10715 (x_catch_errors_unwind): Block input around final XSync.
10716
10717 * keyboard.h (kbd_buffer_unget_event): Add prototype.
10718
10719 * keyboard.c (kbd_buffer_store_event_hold): Remove obsolete code.
10720 (kbd_buffer_unget_event): New function.
10721 (kbd_buffer_get_event, swallow_events): Combine SELECTION events
10722 and use x_handle_selection_event.
10723 (mark_kboards): Don't mark x and y of SELECTION_CLEAR_EVENT.
10724
10725 2004-11-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10726
10727 * xselect.c (TRACE3): New debug macro.
10728 (x_reply_selection_request): Use it.
10729 (receive_incremental_selection): In call to TRACE0, the name of
10730 a symbol is in xname.
10731
10732 2004-11-05 Kim F. Storm <storm@cua.dk>
10733
10734 * fontset.c (fontset_pattern_regexp): Use unsigned char.
10735
10736 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10737
10738 * fileio.c (Fnext_read_file_uses_dialog_p): New function.
10739
10740 * gtkutil.h (use_old_gtk_file_dialog): Declare.
10741
10742 * gtkutil.c: Make use_old_gtk_file_dialog non-static.
10743 (xg_initialize): Move DEFVAR_BOOL for use_old_gtk_file_dialog ...
10744 * xfns.c (syms_of_xfns): ... to here.
10745
10746 * gtkutil.c (xg_get_file_with_chooser): Expand DEFAULT_FILENAME if
10747 it doesn't start with /.
10748
10749 2004-11-04 Kenichi Handa <handa@m17n.org>
10750
10751 * fontset.c (fontset_pattern_regexp): If '*' is preceded by '\',
10752 treat it as a literal character.
10753
10754 2004-11-03 Kim F. Storm <storm@cua.dk>
10755
10756 * .gdbinit (ppt): New function.
10757
10758 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10759
10760 * xterm.c (x_window_to_scroll_bar): Only call
10761 xg_get_scroll_id_for_window if toolkit scroll bars are used.
10762
10763 * gtkutil.c (xg_get_file_with_chooser): Use GTK_STOCK_OK instead
10764 of save.
10765
10766 2004-11-02 Andreas Schwab <schwab@suse.de>
10767
10768 * window.c (Fscroll_right): Fix last change.
10769
10770 2004-11-02 Kim F. Storm <storm@cua.dk>
10771
10772 * Makefile.in (callproc.o): Depend on blockinput.h atimer.h systime.h.
10773
10774 2004-11-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10775
10776 * callproc.c (Fcall_process): Block input around vfork.
10777
10778 2004-11-02 Kim F. Storm <storm@cua.dk>
10779
10780 * eval.c (Fcalled_interactively_p): Rename from Fcall_interactive_p.
10781 (syms_of_eval): Defsubr it.
10782
10783 2004-11-02 Richard M. Stallman <rms@gnu.org>
10784
10785 * insdel.c (replace_range_2): New function.
10786
10787 * casefiddle.c (casify_region): Handle changes in byte-length
10788 using replace_range_2.
10789
10790 * emacs.c (USAGE3): Delete --horizontal-scroll-bars, -hb.
10791
10792 * xdisp.c (back_to_previous_visible_line_start):
10793 Subtract 1 from pos when checking previous newline for invisibility.
10794
10795 * window.c (window_scroll_pixel_based): Update preserve_y
10796 for header line if any.
10797 (Fscroll_left, Fscroll_right): Don't call interactive_p;
10798 use a new second argument instead.
10799
10800 * eval.c (Fcall_interactive_p): New function.
10801 (interactive_p): Don't test INTERACTIVE here.
10802 (Finteractive_p): Doc fix.
10803
10804 * eval.c (Feval): Abort if INPUT_BLOCKED_P.
10805
10806 2004-11-02 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
10807
10808 * w32fns.c (w32_font_match): Use fast_string_match_ignore_case for
10809 comparing font names.
10810
10811 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10812
10813 * fileio.c (Fread_file_name): Pass Qt as fifth parameter to
10814 Fx_file_dialog if only directories should be read.
10815
10816 * lisp.h: Fx_file_dialog takes 5 parameters.
10817
10818 * xfns.c (Fx_file_dialog): Both Motif and GTK version:
10819 Add parameter only_dir_p.
10820 In Motif version, don't put DEFAULT_FILENAME in filter part of the
10821 dialog, just text field part. Do not add DEFAULT_FILENAME
10822 to list of files if it isn't there.
10823 In GTK version, pass only_dir_p parameter to xg_get_file_name.
10824
10825 * macfns.c (Fx_file_dialog): Add parameter only_dir_p.
10826 Check only_dir_p instead of comparing prompt to "Dired". When using
10827 a save dialog, add option kNavDontConfirmReplacement, change title
10828 to "Enter name", change text for save button to "Ok".
10829
10830 * w32fns.c (Fx_file_dialog): Add parameter only_dir_p.
10831 Check only_dir_p instead of comparing prompt to "Dired".
10832
10833 * gtkutil.c (xg_get_file_with_chooser)
10834 (xg_get_file_with_selection): New functions, only defined ifdef
10835 HAVE_GTK_FILE_CHOOSER_DIALOG_NEW and HAVE_GTK_FILE_SELECTION_NEW
10836 respectively.
10837 (xg_get_file_name): Add parameter only_dir_p.
10838 Call xg_get_file_with_chooser or xg_get_file_with_selection
10839 depending on HAVE_GTK_FILE* and the value of use_old_gtk_file_dialog.
10840 (xg_initialize): New DEFVAR_BOOL use_old_gtk_file_dialog.
10841
10842 * gtkutil.h (xg_get_file_name): Add parameter only_dir_p.
10843
10844 * config.in: Rebuild (added HAVE_GTK_FILE_*).
10845
10846 2004-11-01 Kim F. Storm <storm@cua.dk>
10847
10848 * process.c (connect_wait_mask, num_pending_connects):
10849 Only declare and use them if NON_BLOCKING_CONNECT is defined.
10850 (init_process): Initialize them if NON_BLOCKING_CONNECT defined.
10851 (IF_NON_BLOCKING_CONNECT): New helper macro.
10852 (wait_reading_process_output): Only declare and use local vars
10853 Connecting and check_connect when NON_BLOCKING_CONNECT is defined.
10854
10855 2004-11-01 Andy Petrusenco <Igrek@star-sw.com> (tiny change)
10856
10857 * w32term.c (x_scroll_run): Delete region objects after use.
10858
10859 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10860
10861 * xmenu.c: Add prototypes for forward function declarations.
10862 (popup_get_selection): Remove parameter do_timers, remove call to
10863 timer_check.
10864 (create_and_show_popup_menu, create_and_show_dialog):
10865 Remove parameter do_timers from call to popup_get_selection.
10866
10867 * xdisp.c (update_tool_bar): Pass a copy of f->tool_bar_items to
10868 tool_bar_items and assign the result to f->tool_bar_items if
10869 not equal. Move BLOCK/UNBLOCK_INPUT from around call to
10870 tool_bar_items to assignment of result.
10871
10872 * atimer.c (alarm_signal_handler): Do not call set_alarm if
10873 pending_atmers is non-zero.
10874
10875 2004-10-31 Kim F. Storm <storm@cua.dk>
10876
10877 * dispnew.c (margin_glyphs_to_reserve): Don't use ncols_scale_factor.
10878
10879 2004-10-28 Will <will@glozer.net>
10880
10881 * macterm.c: Allow user to assign key modifiers to the Mac Option
10882 key via a 'mac-option-modifier' variable.
10883
10884 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
10885
10886 * xselect.c (Vx_lost_selection_functions, Vx_sent_selection_functions):
10887 Rename from Vx_lost_selection_hooks and Vx_sent_selection_hooks.
10888 (x_handle_selection_request, x_handle_selection_clear)
10889 (x_clear_frame_selections, syms_of_xselect): Adjust accordingly.
10890
10891 2004-10-28 Richard M. Stallman <rms@gnu.org>
10892
10893 * w32fns.c (Fx_server_vendor, Fx_server_version): Doc fixes.
10894
10895 * xfns.c (Fx_server_vendor, Fx_server_version): Doc fixes.
10896
10897 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
10898
10899 * syntax.c (scan_sexps_forward): Give precedence to a 2-char
10900 comment-starter over a 1-char one.
10901
10902 2004-10-27 Richard M. Stallman <rms@gnu.org>
10903
10904 * xdisp.c (get_next_display_element): In mode lines,
10905 treat newline and tab like other control characters.
10906
10907 * editfns.c (Fmessage): Doc fix.
10908
10909 * indent.c (vmotion): When moving up, check the newline before.
10910 Make prevline an int, not a Lisp_Object.
10911
10912 2004-10-27 Kim F. Storm <storm@cua.dk>
10913
10914 * editfns.c (Fformat): Allocate discarded table with SAFE_ALLOCA.
10915 Only allocate info and discarded tables once.
10916
10917 * lisp.h (USE_SAFE_ALLOCA): Add and init sa_must_free integer.
10918 (SAFE_ALLOCA, SAFE_ALLOCA_LISP): Increment it when malloc is used.
10919 (SAFE_FREE): Test it to determine if we need to unwind to free.
10920 Remove size arg. All users changed.
10921 (SAFE_FREE_LISP) Remove. All users changed to use SAFE_FREE.
10922
10923 2004-10-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10924
10925 * gtkutil.c: Put empty line between comment and function body.
10926 (xg_destroy_widgets): Rename from remove_from_container.
10927 Just destroy all widgets in list. Argument wcont removed.
10928 (xg_update_menubar, xg_update_submenu): Call xg_destroy_widgets
10929 instead of remove_from_container.
10930 (xg_display_close, xg_create_tool_bar, update_frame_tool_bar)
10931 (free_frame_tool_bar): Add comment.
10932
10933 * xfns.c (xic_create_xfontset): Check that FRAME_XIC_BASE_FONTNAME
10934 is not NULL before strcmp.
10935
10936 2004-10-26 Kim F. Storm <storm@cua.dk>
10937
10938 * callint.c (Fcall_interactively): Add 'U' code to get the
10939 up-event discarded by a previous 'k' or 'K' argument.
10940
10941 2004-10-26 David Kastrup <dak@gnu.org>
10942
10943 * buffer.c (syms_of_buffer): Fix a few typos.
10944
10945 2004-10-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10946
10947 * xsmfns.c: Put empty line between comment and function body.
10948 Use two spaces before comment end.
10949
10950 2004-10-25 Kenichi Handa <handa@m17n.org>
10951
10952 * fontset.c (fontset_pattern_regexp): Optimize for the case that
10953 PATTERN is full XLFD.
10954
10955 2004-10-24 Kenichi Handa <handa@m17n.org>
10956
10957 * regex.h (enum reg_errcode_t): New value REG_ERANGEX.
10958
10959 * regex.c (re_error_msgid): Add an entry for REG_ERANGEX.
10960 (regex_compile): Return REG_ERANGEX if appropriate.
10961
10962 2004-10-22 Kenichi Handa <handa@m17n.org>
10963
10964 * editfns.c (Ftranslate_region_internal): New function.
10965 (syms_of_editfns): Defsubr it.
10966
10967 2004-10-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10968
10969 * xfns.c (xic_create_xfontset): Initialize missing_list to NULL.
10970
10971 2004-10-21 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
10972
10973 * xterm.h (x_output): New member `xic_base_fontname'.
10974 (FRAME_XIC_BASE_FONTNAME): New macro.
10975 (xic_free_xfontset): Declare.
10976
10977 * xfns.c (xic_create_xfontset): Share fontsets between frames
10978 based on base_fontname.
10979 (xic_free_xfontset): New function.
10980 (free_frame_xic): Use it.
10981 (xic_set_xfontset): Ditto.
10982
10983 * xterm.c (xim_destroy_callback): Ditto.
10984
10985 2004-10-20 B. Anyos <banyos@freemail.hu> (tiny change)
10986
10987 * w32term.c (x_draw_glyph_string): Use overline_color for overlines.
10988
10989 2004-10-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10990
10991 * xterm.h (XSync): If USE_GTK, define XSync as process_all and then
10992 XSync.
10993
10994 * emacs.c (my_heap_start, heap_bss_diff, MAX_HEAP_BSS_DIFF):
10995 New variables and constant.
10996 (main): Calculate heap_bss_diff. If we are dumping and the
10997 heap_bss_diff is greater than MAX_HEAP_BSS_DIFF, set PER_LINUX32
10998 and exec ourself again.
10999 (Fdump_emacs): If heap_bss_diff is greater than MAX_HEAP_BSS_DIFF
11000 print a warning.
11001
11002 * lastfile.c: Make my_endbss and my_endbss_static available on all
11003 platforms.
11004
11005 * Makefile.in (RUN_TEMACS): Remove @SETARCH@.
11006 * config.in (HAVE_PERSONALITY_LINUX32): Regenerate.
11007
11008 2004-10-19 Luc Teirlinck <teirllm@auburn.edu>
11009
11010 * data.c (Flocal_variable_if_set_p): Doc fix.
11011
11012 2004-10-19 Jason Rumney <jasonr@gnu.org>
11013
11014 * w32.c (init_environment): Set emacs_dir correctly when running
11015 emacs from the build directory.
11016
11017 2004-10-19 Richard M. Stallman <rms@gnu.org>
11018
11019 * editfns.c (Fdelete_and_extract_region):
11020 If region is empty, return null string.
11021
11022 2004-10-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11023
11024 * gtkutil.h (xg_update_scrollbar_pos): Remove arguments real_left
11025 and canon_width.
11026 (xg_frame_cleared): Remove.
11027
11028 * gtkutil.c (xg_frame_cleared, xg_fixed_handle_expose)
11029 (xg_find_top_left_in_fixed): Remove.
11030 (xg_create_scroll_bar): Put an event box widget between
11031 the scroll bar widget and the edit widget.
11032 (xg_show_scroll_bar): Show the parent widget (the event box).
11033 (xg_remove_scroll_bar): Destroy parent (the event box) also.
11034 (xg_update_scrollbar_pos): Remove arguments real_left and canon_width.
11035 Move the parent (the event box) widget inside the fixed widget.
11036 Move window clear to xterm.c.
11037
11038 * gtkutil.h (xg_frame_cleared): Remove.
11039
11040 * xterm.c (x_clear_frame): Remove call to xg_frame_cleared
11041 (x_scroll_bar_create, XTset_vertical_scroll_bar):
11042 Remove arguments left and width to xg_update_scrollbar_pos.
11043 (XTset_vertical_scroll_bar): Do x_clear_area for USE_GTK also.
11044
11045 2004-10-19 Kenichi Handa <handa@m17n.org>
11046
11047 * xdisp.c (display_mode_element): Fix display of wide chars.
11048
11049 2004-10-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11050
11051 * gtkutil.c (xg_update_scrollbar_pos): Change XClearWindow to
11052 gdk_window_clear and move gdk_window_process_all_updates after
11053 clear so events are sent to the X server in correct order.
11054
11055 2004-10-18 Kenichi Handa <handa@m17n.org>
11056
11057 * fontset.c (fs_load_font): Use fast_string_match_ignore_case for
11058 comparing font names.
11059 (fs_query_fontset): Use fast_string_match for comparing fontset names.
11060 (list_fontsets): Likewise.
11061
11062 * search.c (fast_string_match_ignore_case): New function.
11063
11064 * lisp.h (fast_string_match_ignore_case): Extern it.
11065
11066 2004-10-17 Kim F. Storm <storm@cua.dk>
11067
11068 * xdisp.c (overlay_arrow_at_row): Return overlay string rather
11069 than bitmap if there is not left fringe.
11070 (get_overlay_arrow_glyph_row): Also used on windows system.
11071 (display_line): Display overlay string if no left fringe.
11072
11073 2004-10-16 Jason Rumney <jasonr@gnu.org>
11074
11075 * w32fns.c (w32_font_match): Encode font name being matched.
11076
11077 2004-10-16 Richard M. Stallman <rms@gnu.org>
11078
11079 * window.c (Fspecial_display_p): Doc fix.
11080
11081 2004-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
11082
11083 * doc.c (Fsubstitute_command_keys): Fix remap-handling.
11084 Don't ignore menus, because where-is-internal already does it for us.
11085
11086 2004-10-15 Kim F. Storm <storm@cua.dk>
11087
11088 * xdisp.c (redisplay_window): Only update fringes and vertical
11089 border on window frames.
11090
11091 2004-10-14 Andreas Schwab <schwab@suse.de>
11092
11093 * m/ia64.h (DATA_SEG_BITS): Don't define.
11094
11095 2004-10-14 Kim F. Storm <storm@cua.dk>
11096
11097 * xterm.h: Include Xutil.h after keysym.h to work around bug
11098 in some X versions.
11099
11100 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
11101
11102 * fns.c (map_char_table): Add missing gcpros.
11103
11104 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
11105
11106 * keymap.c (get_keymap): An autoload form is not a keymap.
11107
11108 * textprop.c (syms_of_textprop): Make `syntax-table' nonsticky.
11109
11110 2004-10-13 Kim F. Storm <storm@cua.dk>
11111
11112 * callproc.c (Fcall_process): Simplify handling of display arg.
11113 Resume `display_on_the_fly' once a coding system is determined.
11114
11115 * xdisp.c (redisplay_preserve_echo_area): Fix last change.
11116
11117 2004-10-12 Kim F. Storm <storm@cua.dk>
11118
11119 * xdisp.c (redisplay_preserve_echo_area): Flush display in case
11120 caller, such as call-process, is not going to poll for input.
11121 (calc_line_height_property): Handle case where it->object is nil.
11122
11123 * xterm.c (x_redisplay_interface): Fix flush_display_optional.
11124
11125 2004-10-12 Kenichi Handa <handa@m17n.org>
11126
11127 * xdisp.c (get_next_display_element):
11128 If unibyte_display_via_language_environment is zero, display 8-bit
11129 chars in octal in unibyte buffer.
11130
11131 2004-10-12 Kim F. Storm <storm@cua.dk>
11132
11133 * doc.c (Fsubstitute_command_keys): Ignore remappings unless there
11134 are no ordinary bindings.
11135
11136 2004-10-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11137
11138 * xfns.c (syms_of_xfns): Defsubr x-file-dialog for GTK also.
11139
11140 2004-10-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11141
11142 * macterm.c (x_raise_frame): Add BLOCK_INPUT around SelectWindow.
11143 (x_lower_frame): Add BLOCK_INPUT around SendBehind.
11144 (make_mac_frame): Add BLOCK_INPUT around the making of a
11145 terminal frame.
11146 (mac_initialize): Add BLOCK_INPUT around carbon initialization.
11147 * macgui.h (mktime): Use emacs_mktime.
11148 * macfns.c (Fx_file_dialog): Add BLOCK_INPUT around more code.
11149 Make a cancel file-open dialog be like C-g.
11150 * mac.c (mktime): Use emacs_mktime.
11151 (Fdo_applescript): Add BLOCK_INPUT around do_applescript.
11152 (Fmac_paste_function): Add better error handling for carbon cut/paste.
11153
11154 2004-10-10 Kim F. Storm <storm@cua.dk>
11155
11156 * keyboard.c (timer_resume_idle): New function to resume idle
11157 timer without resetting timers on the idle list.
11158 (read_char): Use timer_resume_idle. Remove local var last_idle_start.
11159 (timer_start_idle, timer_stop_idle): Declare static.
11160 (read_key_sequence): Use timer_resume_idle instead of timer_start_idle.
11161
11162 * keyboard.h (timer_start_idle, timer_stop_idle): Remove prototypes.
11163
11164 2004-10-08 Steven Tamm <steventamm@mac.com>
11165
11166 * config.in (HAVE_MALLOC_MALLOC_H): Regenerate.
11167 * macterm.c (mac_check_for_quit_char): Remove warning for using
11168 NULL where 0 should be used.
11169 * unexmacosx.c: Use malloc/malloc.h on Tiger instead of
11170 objc/malloc.h
11171 * mac.c: Include time.h for Tiger compatibility.
11172
11173 2004-10-07 Kim F. Storm <storm@cua.dk>
11174
11175 * xdisp.c (redisplay_window): Fix flicker on vertical line between
11176 windows. Update vertical line after drawing window fringes, but
11177 only if actually drawing any bitmaps--or there is no fringe.
11178
11179 * xterm.c (x_update_window_end): Likewise.
11180 * macterm.c (x_update_window_end): Likewise.
11181 * w32term.c (x_update_window_end): Likewise.
11182
11183 * fringe.c (draw_window_fringes): Return value now indicates if
11184 any fringe bitmaps were redrawn (or there are no fringes).
11185
11186 * dispextern.h (draw_window_fringes): Update prototype.
11187
11188 2004-10-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11189
11190 * macfns.c (mac_get_window_bounds): Add extern.
11191 (x_real_positions): Use mac_get_window_bounds.
11192
11193 * macmenu.c (update_submenu_strings): Apply 2004-09-07 change for
11194 xmenu.c (YAILOM).
11195
11196 * macterm.c [!MAC_OSX]: Include Windows.h.
11197 (front_emacs_window): Rename from mac_front_window. All uses
11198 changed. Return the frontmost non-tooltip emacs window.
11199 (mac_get_window_bounds): New function.
11200 (x_calc_absolute_position): Use the difference of width and height
11201 between the inner and outer window.
11202 (x_set_offset): Specify window position by the coordinae of the
11203 outer window. Adjust the position if the title bar is completely
11204 outside the screen.
11205 (app_is_suspended, app_sleep_time): Remove unused variables.
11206 (do_app_resume, do_app_suspend): Remove their contents because
11207 window-activate/deactivate events will do the job.
11208 (do_zoom_window): Remove unused variables. Make compliant to the
11209 standard way of zooming. Set f->left_pos and f->top_pos.
11210 (XTread_socket): Don't use argument `expected'. Don't use
11211 FrontWindow to determine the clicked window. Exclude unprocessed
11212 mouseUp cases in the early stage. Add parentheses to fix operator
11213 precedence.
11214 (XTread_socket) [TARGET_API_MAC_CARBON]: Don't specify drag area.
11215
11216 2004-10-05 Jan Dj\e,Ad\e(Brv. <jan.h.d@swipnet.se>
11217
11218 * config.in: Regenerate.
11219
11220 * Makefile.in (RUN_TEMACS): Check HAVE_RANDOM_HEAPSTART instead of
11221 HAVE_EXECSHIELD.
11222
11223 2004-10-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11224
11225 * xterm.c (x_find_modifier_meanings): Ignore any Super or Hyper for
11226 a row if Alt or Meta has been found for that row. Also stop scanning
11227 for Keysyms for that row.
11228
11229 2004-10-04 Kim F. Storm <storm@cua.dk>
11230
11231 * fringe.c (Ffringe_bitmaps_at_pos): Change return value from cons
11232 to list. Include overlay arrow bitmap in return value.
11233
11234 * xterm.c (XTset_vertical_scroll_bar): Improve handling of scroll
11235 bars with fractional column width. If scroll bar separates two
11236 windows, move it towards the window it belongs to. Only update
11237 the padding area below the scroll bar widget when necessary,
11238 i.e. when scroll bar widget is created, moved, or resized.
11239
11240 * xdisp.c (define_frame_cursor1): Do not change frame cursor
11241 while tracking/dragging mouse.
11242 (x_draw_vertical_border): Do not draw line if frame has scroll bars.
11243
11244 * window.c (coordinates_in_window): Relax check for cursor
11245 on vertial border between mode lines.
11246 (Fset_window_fringes): Do not allow negative widths.
11247 (Fset_window_scroll_bars): Likewise.
11248
11249 * .gdbinit (pp): Shorthand for p ARG + pr.
11250 (ff): New command: flush frame updates (X only).
11251
11252 2004-10-03 Michael Albinus <michael.albinus@gmx.de>
11253
11254 * fileio.c (auto_save_1) Call Ffile_modes for remote files.
11255
11256 2004-09-30 Kenichi Handa <handa@m17n.org>
11257
11258 * process.c (send_process): Free composition data.
11259
11260 * fileio.c (Finsert_file_contents): Free composition data.
11261
11262 * coding.c (code_convert_region): Don't skip ASCIIs if there are
11263 compositions to encode.
11264 (encode_coding_string): Likewise. Free composition data.
11265
11266 2004-09-30 Florian Weimer <fw@deneb.enyo.de>
11267
11268 * coding.c (code_convert_region): Free composition data.
11269
11270 2004-09-29 Kim F. Storm <storm@cua.dk>
11271
11272 * fringe.c: Remove limit on number of bitmaps.
11273 (fringe_bitmaps, fringe_faces): Change to pointers.
11274 (max_fringe_bitmaps): New var.
11275 (Fdefine_fringe_bitmap): Expand fringe_bitmaps and fringe_faces.
11276 (init_fringe): Allocate fringe_bitmaps and fringe_faces.
11277
11278 * dispextern.h (FRINGE_ID_BITS): Increase to 16 bits (64K bitmaps).
11279 (struct glyph_row): Reorder fringe_bitmap related fields.
11280 (struct it): Likewise.
11281
11282 * w32term.c (fringe_bmp): Change to pointer.
11283 (max_fringe_bmp): New var.
11284 (w32_define_fringe_bitmap): Expand fringe_bmp.
11285 (w32_draw_fringe_bitmap): Check max_fringe_bmp.
11286 (w32_destroy_fringe_bitmap): Likewise.
11287
11288 2004-09-29 Kim F. Storm <storm@cua.dk>
11289
11290 * fringe.c: Simplify last change.
11291 (lookup_fringe_bitmap): New function.
11292 (valid_fringe_bitmap_p, resolve_fringe_bitmap): Remove.
11293 (Fdestroy_fringe_bitmap): Use lookup_fringe_bitmap.
11294 Keep standard bitmaps in Vfringe_bitmaps.
11295 (Fdefine_fringe_bitmap): Use lookup_fringe_bitmap.
11296 (Fset_fringe_bitmap_face): Likewise.
11297
11298 * dispextern.h (lookup_fringe_bitmap): Add prototype.
11299 (valid_fringe_bitmap_p): Remove prototype.
11300
11301 * xdisp.c (handle_single_display_prop): Use lookup_fringe_bitmap.
11302
11303 2004-09-29 Kim F. Storm <storm@cua.dk>
11304
11305 * fringe.c (destroy_fringe_bitmap, init_fringe_bitmap)
11306 (w32_init_fringe, w32_reset_fringes): Fix bootstrap (NULL rif).
11307
11308 * dispextern.h (valid_fringe_bitmap_p): Fix prototype.
11309
11310 * fringe.c (Vfringe_bitmaps): New variable.
11311 (syms_of_fringe): DEFVAR_LISP it.
11312 (valid_fringe_bitmap_p): Rename from valid_fringe_bitmap_id_p.
11313 Change arg to Lisp_Object and fail if not an integer.
11314 (get_fringe_bitmap_name, resolve_fringe_bitmap)
11315 (destroy_fringe_bitmap): New functions.
11316 (Fdestroy_fringe_bitmap): Change arg to bitmap symbol.
11317 Use destroy_fringe_bitmap. Remove symbol from Vfringe_bitmaps and
11318 clear its fringe property.
11319 (init_fringe_bitmap): Use destroy_fringe_bitmap instead of
11320 Fdestroy_fringe_bitmap.
11321 (Fdefine_fringe_bitmap): Add BITMAP arg specifying new or existing
11322 bitmap symbol; remove WHICH arg. Add symbol to Vfringe_bitmaps
11323 and set fringe property. Signal error if no free slots.
11324 (Fset_fringe_bitmap_face): Change arg to bitmap symbol.
11325 (Ffringe_bitmaps_at_pos): Return bitmap symbols instead of numbers.
11326
11327 * xdisp.c (handle_single_display_prop): Fringe bitmaps are now
11328 symbols with a fringe property.
11329
11330 2004-09-27 Kim F. Storm <storm@cua.dk>
11331
11332 * buffer.c (syms_of_buffer) <indicate-buffer-boundaries>:
11333 Doc fix. Format may now be a symbol or alist, not a cons.
11334
11335 * fringe.c (update_window_fringes): Handle new formats of
11336 indicate-buffer-boundaries (symbol or alist). No longer
11337 allow a simple cons.
11338 (Ffringe_bitmaps_at_pos): Use nil value for no bitmap.
11339
11340 2004-09-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11341
11342 * config.in: Rebuild.
11343
11344 2004-09-24 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11345
11346 * config.in: Rebuild.
11347
11348 * Makefile.in: Run setarch i386 ./temacs if exec-shield is present.
11349
11350 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
11351
11352 * xterm.c (x_term_init): Work around a bug in some X servers.
11353
11354 2004-09-18 Richard M. Stallman <rms@gnu.org>
11355
11356 * buffer.c (syms_of_buffer) <default-major-mode>: Doc fix.
11357
11358 * xdisp.c (try_window_reusing_current_matrix):
11359 Handle the case where we reach the old displayed text,
11360 out of sync with the old line boundary.
11361
11362 2004-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
11363
11364 * fileio.c (Finsert_file_contents): Fix case of replacement in a
11365 narrowed buffer.
11366
11367 2004-09-14 Kim F. Storm <storm@cua.dk>
11368
11369 * puresize.h (PURESIZE_RATIO): Define based on BITS_PER_EMACS_INT.
11370
11371 * xfaces.c (Qface_no_inherit): New var.
11372 (syms_of_xfaces): Intern and staticpro it.
11373 (Finternal_make_lisp_face, Finternal_set_lisp_face_attribute)
11374 (Finternal_copy_lisp_face, update_face_from_frame_parameter):
11375 Don't increment face_change_count when face has non-nil
11376 face-no-inherit property.
11377
11378 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
11379
11380 * bytecode.c (BYTE_CODE_QUIT): Add missing AFTER_POTENTIAL_GC.
11381 (Fbyte_code): Remove dead code after `wrong_type_argument'.
11382
11383 * alloc.c (Fgarbage_collect): Mark keyboards, gtk data, and specpdl
11384 before doing the mark_stack_check_gcpros since they're not on the stack.
11385
11386 2004-09-12 Kim F. Storm <storm@cua.dk>
11387
11388 * editfns.c (Fformat): Handle format strings with multiple text
11389 properties. Reverse text property list from the format string,
11390 so the positions are in increasing order.
11391
11392 2004-09-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11393
11394 * xselect.c (x_reply_selection_request): XSync and UNBLOCK before
11395 x_uncatch_errors so that possible protocol errors are delivered.
11396
11397 2004-09-10 Eli Zaretskii <eliz@gnu.org>
11398
11399 * Makefile.in (msdos.o): Depend on buffer.h, commands.h, and
11400 blockinput.h.
11401 (dosfns.o): Depend on blockinput.h, window.h, dispextern.h,
11402 charset.h, and coding.h
11403 (w16select.o): Depend on buffer.h, charset.h, coding.h, and composite.h.
11404 (term.o): Depend on window.h and keymap.h.
11405 (abbrev.o): Depend on syntax.h.
11406 (callint.o): Depend on keymap.h.
11407 (casefiddle.o): Depend on charset.h and keymap.h.
11408 (category.o): Depend on keymap.h.
11409 (coding.o): Depend on dispextern.h.
11410 (cmds.o): Depend on keyboard.h and keymap.h.
11411 (dispnew.o): Depend on indent.h and intervals.h.
11412 (doc.o): Depend on keymap.h.
11413 (editfns.o): Depend on frame.h.
11414 (emacs.o): Depend on dispextern.h.
11415 (fileio.o): Don't depend on ccl.h.
11416 (filelock.o): Depend on charset.h and coding.h.
11417 (frame.o): Depend on w32term.h and macterm.h.
11418 (insdel.o): Depend on region-cache.h.
11419 (keyboard.o): Depend on keymap.h, w32term.h, and macterm.h.
11420 (minibuf.o): Depend on $(INTERVALS_SRC) and keymap.h.
11421 (search.o): Depend on $(INTERVALS_SRC).
11422 (syntax.o): Depend on keymap.h, regex.h, and $(INTERVALS_SRC).
11423 (window.o): Depend on keymap.h, blockinput.h, $(INTERVALS_SRC),
11424 xterm.h, w32term.h, and macterm.h.
11425 (xdisp.o): Depend on keyboard.h, $(INTERVALS_SRC), xterm.h,
11426 w32term.h, and macterm.h.
11427 (xfaces.o): Depend on keyboard.h, $(INTERVALS_SRC),
11428 region-cache.h, xterm.h, w32term.h, and macterm.h.
11429 (bytecode.o): Depend on dispextern.h, frame.h, and xterm.h.
11430 (data.o): Depend on frame.h.
11431 (fns.o): Depend on keymap.h, xterm.h, and blockinput.h.
11432 (print.o): Depend on termchar.h and $(INTERVALS_SRC).
11433 (lread.o): Depend on $(INTERVALS_SRC), termhooks.h, and coding.h.
11434 (intervals.o): Depend on keymap.h.
11435
11436 * msdos.c (msdos_set_cursor_shape, IT_display_cursor):
11437 Add debugging print-out to termscript.
11438
11439 2004-09-09 Richard M. Stallman <rms@gnu.org>
11440
11441 * xdisp.c (decode_mode_spec): Use current buffer for most purposes.
11442
11443 2004-09-08 Richard M. Stallman <rms@gnu.org>
11444
11445 * window.c (Fset_window_buffer): Doc fix.
11446
11447 * xdisp.c (Fformat_mode_line): New arg BUFFER says which buffer to use.
11448
11449 2004-09-08 Dan Nicolaescu <dann@ics.uci.edu>
11450
11451 * minibuf.c (history_delete_duplicates): New variable.
11452 (read_minibuf): Use it.
11453 (syms_of_minibuf): Create the corresponding lisp variable.
11454
11455 2004-09-08 Kim F. Storm <storm@cua.dk>
11456
11457 * xdisp.c (set_cursor_from_row): Also look at 'cursor' property in
11458 overlay just before point.
11459
11460 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
11461
11462 * buffer.h (struct buffer): Add auto_save_file_format field.
11463 * buffer.c (reset_buffer, init_buffer_once):
11464 Handle auto_save_file_format field.
11465 (syms_of_buffer): Add DEFVAR_PER_BUFFER for
11466 `buffer-auto-save-file-format'.
11467 * fileio.c: Delete declaration for removed Vauto_save_file_format.
11468 (build_annotations): Adapt to replacement of
11469 `auto-save-file-format' with the new buffer-local variable
11470 `buffer-auto-save-file-format'.
11471 (syms_of_fileio): Delete DEFVAR_LISP for auto-save-file-format.
11472
11473 2004-09-07 Jason Rumney <jasonr@gnu.org>
11474
11475 * w32term.h (AppendMenuW_Proc): Move declaration from w32menu.c.
11476
11477 * w32fns.c (w32_wnd_proc) [WM_MEASUREITEM, WM_DRAWITEM]:
11478 Handle Unicode menu titles.
11479
11480 2004-09-07 Kim F. Storm <storm@cua.dk>
11481
11482 * xdisp.c (set_cursor_from_row): Fix last change. Only use 'cursor'
11483 property from text property or overlay strings at point.
11484
11485 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
11486
11487 * xmenu.c (update_submenu_strings): YAILOM.
11488 (set_frame_menubar): Make sure last_i is initialized.
11489
11490 2004-09-03 Jason Rumney <jasonr@gnu.org>
11491
11492 * w32menu.c (_widget_value): Add lname and lkey.
11493 (digest_single_submenu): Set lname and lkey in widget_value
11494 instead of name and key.
11495 (update_submenu_strings): New function.
11496 (set_frame_menubar): Remove call to inhibit_garbage_collection,
11497 call update_submenu_strings.
11498
11499 * w32menu.c (globals_of_w32menu): Check for Unicode API.
11500 (digest_single_submenu, w32_menu_show): Encode menu strings as
11501 UTF-8 if Unicode API is available.
11502 (utf8to16): New function.
11503 (add_menu_item): Use it when calling Unicode API.
11504
11505 2004-09-03 Kim F. Storm <storm@cua.dk>
11506
11507 * xdisp.c (set_cursor_from_row): Look for non-nil `cursor' property
11508 in overlay or text-property strings; set cursor on corresponding
11509 glyph rather than at end of the string.
11510
11511 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11512
11513 * macfns.c (x_real_positions): Save the current window port and
11514 set a new one before obtaining the global coordinate.
11515 Use FRAME_MAC_WINDOW.
11516 (x_set_name, x_set_title): Encode title to UTF8.
11517 Use SetWindowTitleWithCFString.
11518 (Fx_server_version): Get correct OS version.
11519
11520 * macmenu.c (add_menu_item): Remove unused variable `i'.
11521 Don't let separator items destroy refence constants of other menu items.
11522
11523 * macterm.c (x_update_end): Move SetPortWindowPort to inside
11524 BLOCK_INPUT.
11525 (x_set_offset): Use FRAME_MAC_WINDOW.
11526
11527 * xdisp.c (note_mouse_highlight): Set the mouse pointer shape to
11528 nontext_cursor if it is on a scroll bar.
11529
11530 * s/darwin.h (LIBS_CARBON): New define to specify libraries for
11531 Carbon support.
11532 (LD_SWITCH_SYSTEM_TEMACS): Don't link with unused libstdc++.
11533 Use LIBS_CARBON.
11534
11535 2004-09-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11536
11537 * xfns.c (x_set_name_internal): New function. Check if we shall call
11538 xfree before ENCODE_UTF_8.
11539 (x_set_name, x_set_title): Call x_set_name_internal.
11540
11541 2004-08-31 NAKAMURA Toshikazu <nr-tkz@nifty.com> (tiny change)
11542
11543 * w32fns.c (w32_load_font): If a BDF font is already loaded, do not
11544 reload it.
11545
11546 2004-08-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11547
11548 * macmenu.c (_widget_value): Add lname and lkey.
11549 (single_submenu): Set lname and lkey in widget_value
11550 instead of name and key.
11551 (update_submenu_strings): New function.
11552 (set_frame_menubar): Remove call to inhibit_garbage_collection,
11553 call update_submenu_strings.
11554
11555 * xmenu.c (digest_single_submenu): Set lname and lkey in widget_value
11556 instead of name and key.
11557 (update_submenu_strings): New function.
11558 (set_frame_menubar): Remove call to inhibit_garbage_collection,
11559 call update_submenu_strings.
11560
11561 * gtkutil.h (_widget_value): Added lname and lkey.
11562
11563 2004-08-30 Steven Tamm <steventamm@mac.com>
11564
11565 * macmenu.c (mac_menu_show): Remove shadowing of menu variable
11566 by using different names for inner loop variables.
11567
11568 2004-08-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11569
11570 * xmenu.c (set_frame_menubar): Reintroduce inhibit_garbage_collection
11571 from 2002-07-15T00:01:34Z!raeburn@raeburn.org so that strings from ENCODE_UTF_8 isn't GC:ed before used.
11572
11573 * gtkutil.c (xg_create_frame_widgets): Compensate for tool bar when
11574 tool bar items is 0.
11575
11576 2004-08-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11577
11578 * macmenu.c (ENCODE_MENU_STRING): Added to handle multibyte
11579 strings in menu items.
11580 (single_submenu): Use ENCODE_MENU_STRING
11581 (mac_menu_show): Use ENCODE_MENU_STRING. Reset grabbed because
11582 button release isn't passed to event loop
11583 (add_menu_item): Use SetMenuItemWithCFString
11584
11585 2004-08-26 Steven Tamm <steventamm@mac.com>
11586
11587 * fileio.c (Fread_file_name): Call x_file_dialog on carbon on
11588 tool-bar/menu click.
11589 * macfns.c (Fx_file_dialog): Implement using NavServices.
11590
11591 2004-08-24 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11592
11593 * xterm.c (x_catch_errors_unwind): Do not XSync if display has closed.
11594
11595 * xfns.c (x_window_to_frame, x_any_window_to_frame)
11596 (x_non_menubar_window_to_frame, x_menubar_window_to_frame)
11597 (x_top_window_to_frame): Return 0 if wdesc is None.
11598
11599 2004-08-22 Richard M. Stallman <rms@gnu.org>
11600
11601 * process.c (process_send_signal) [SIGNALS_VIA_CHARACTERS,
11602 HAVE_TERMIOS]: If there's no char for this signal, drop through
11603 and use system calls.
11604
11605 * bytecode.c (Fbyte_code) <unwind-protect>: Cannot GC.
11606
11607 2004-08-20 Kim F. Storm <storm@cua.dk>
11608
11609 * process.c (wait_reading_process_output): Rename from
11610 wait_reading_process_input. All uses changed.
11611 (wait_reading_process_output_1): Rename from
11612 wait_reading_process_input_1. All uses changed.
11613
11614 * dispnew.c (Fsleep_for): Remove obsolete code.
11615
11616 2004-08-20 Kenichi Handa <handa@m17n.org>
11617
11618 * syntax.c (skip_chars): Fix for unibyte case.
11619
11620 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
11621
11622 * syntax.c (char_quoted): Mixup byte/char pos.
11623 (back_comment): Fixup globals in all cases.
11624
11625 2004-08-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11626
11627 * xfns.c (x_set_name, x_set_title): Encode title to UTF8 before
11628 passing it to gtk_window_set_title.
11629
11630 2004-08-19 Kim F. Storm <storm@cua.dk>
11631
11632 * process.c (wait_reading_process_input): Clean up.
11633 Add wait_for_cell, wait_proc, and just_wait_proc args
11634 to avoid overloading `read_kbd' and `do_display' args.
11635 Change read_kbd arg to int. All callers changed.
11636
11637 * process.c (process_send_signal): Use CDISABLE.
11638
11639 * sysdep.c (child_setup_tty, init_sys_modes): Use CDISABLE.
11640
11641 2004-08-18 Kim F. Storm <storm@cua.dk>
11642
11643 * process.c (Faccept_process_output): Add arg JUST-THIS-ONE;
11644 forward to wait_reading_process_input via DO_DISPLAY arg.
11645 (wait_reading_process_input): If DO_DISPLAY < 0 for a process
11646 object, only process output from that process; also inhibit
11647 running timers if DO_DISPLAY==-2.
11648
11649 2004-08-17 Kim F. Storm <storm@cua.dk>
11650
11651 * process.c (process_send_signal): Fix last change--use
11652 _POSIX_VDISABLE instead of CVDISABLE when available.
11653
11654 2004-08-16 Richard M. Stallman <rms@gnu.org>
11655
11656 * sysdep.c (child_setup_tty) [SIGNALS_VIA_CHARACTERS]:
11657 Set VQUIT and VINTR chars to the standard ones if they are unset.
11658 [AIX]: Don't do that here. And don't force VINTR to standard
11659 when SIGNALS_VIA_CHARACTERS.
11660
11661 * process.c (process_send_signal)
11662 [SIGNALS_VIA_CHARACTERS, HAVE_TERMIOS]: Clean up.
11663 Do nothing if the character is CVDISABLE.
11664
11665 * xfaces.c (merge_face_ref): Specifying `unspecified' is a no-op.
11666
11667 * intervals.c (move_if_not_intangible):
11668 Force POSITION to be between BEGV and ZV.
11669
11670 2004-08-14 John Paul Wallington <jpw@gnu.org>
11671
11672 * buffer.c (Frestore_buffer_modified_p): Doc fix.
11673
11674 * fileio.c (Fread_file_name): Doc fix.
11675
11676 * minibuf.c (syms_of_minibuf) <completion-ignore-case>: Doc fix.
11677
11678 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
11679
11680 * keymap.c (Fmake_keymap, Fmap_keymap, Fwhere_is_internal): Doc fixes.
11681
11682 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
11683
11684 * keyboard.c: Declare Qdisabled_command_function instead of
11685 Qdisabled_command_hook.
11686 (Fcommand_execute): Use Qdisabled_command_function instead of
11687 Qdisabled_command_hook.
11688 (syms_of_keyboard): Ditto.
11689
11690 2004-08-07 Luc Teirlinck <teirllm@auburn.edu>
11691
11692 * keymap.c (Flocal_key_binding, Fglobal_key_binding)
11693 (syms_of_keymap) <key-translation-map>: Doc fixes.
11694
11695 2004-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
11696
11697 * window.c (window_list_1): YAILOM.
11698
11699 * fileio.c (make_temp_name): Handle multibyte prefixes.
11700
11701 2004-08-06 Luc Teirlinck <teirllm@auburn.edu>
11702
11703 * keyboard.c (syms_of_keyboard) <overriding-terminal-local-map>:
11704 Doc fix.
11705
11706 2004-08-03 Kenichi Handa <handa@m17n.org>
11707
11708 * coding.c (decode_coding_string): Adjust coding->consumed, and
11709 etc. with shrinked_bytes.
11710
11711 2004-08-03 Kim F. Storm <storm@cua.dk>
11712
11713 * indent.c (compute_motion): Fix check for full width window
11714 in non-window case. Do not count left truncation glyph on
11715 window systems.
11716
11717 2004-08-02 Luc Teirlinck <teirllm@auburn.edu>
11718
11719 * data.c (Finteractive_form): Doc fix.
11720
11721 2004-08-02 Kim F. Storm <storm@cua.dk>
11722
11723 * indent.c (compute_motion): Use actual window width if WIDTH is -1,
11724 properly accounting for continuation glyph on non-window systems.
11725 (Fcompute_motion): Use actual window width if WIDTH is nil, and
11726 actual window width/height if TOPOS is nil, properly accounting for
11727 continuation glyphs on non-window systems, and optional header lines.
11728 (vmotion): Let compute_motion calculate actual window width.
11729
11730 * window.c (window_scroll_line_based): Let compute_motion
11731 calculate actual window width.
11732
11733 2004-08-02 Kim F. Storm <storm@cua.dk>
11734
11735 * process.c (read_process_output): Use whole read buffer.
11736 Don't trigger adaptive read buffering on errors.
11737
11738 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
11739
11740 * keymap.c (Fset_keymap_parent, Fdefine_prefix_command): Doc fixes.
11741
11742 * keyboard.c (syms_of_keyboard) <disable-point-adjustment>: Doc fix.
11743
11744 * callint.c (Fcall_interactively): Doc fix.
11745
11746 2004-07-30 Richard M. Stallman <rms@gnu.org>
11747
11748 * abbrev.c (Fexpand_abbrev): Undo previous change.
11749
11750 2004-07-30 Kim F. Storm <storm@cua.dk>
11751
11752 * editfns.c (Fformat): Allocate extra (dummy) element in info.
11753
11754 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
11755
11756 * eval.c (Fdefvar, Fdefconst): Doc fixes.
11757
11758 2004-07-27 Kim F. Storm <storm@cua.dk>
11759
11760 * xdisp.c (move_it_in_display_line_to): Check BUFFER_POS_REACHED_P after
11761 we have ensured that the glyph fits on the current line (or returned
11762 MOVE_LINE_CONTINUED otherwise).
11763
11764 2004-07-26 Kim F. Storm <storm@cua.dk>
11765
11766 * xdisp.c (move_it_in_display_line_to): If overflow-newline-into-fringe
11767 is enabled, return MOVE_LINE_CONTINUED rather than MOVE_POS_MATCH_OR_ZV
11768 if target position is at end of display line but char is not a newline.
11769
11770 2004-07-25 Richard M. Stallman <rms@gnu.org>
11771
11772 * window.c (coordinates_in_window): Return ON_SCROLL_BAR
11773 instead of ON_VERTICAL_BORDER, when on scroll bar.
11774 (Fcoordinates_in_window_p): Handle ON_SCROLL_BAR--return nil.
11775
11776 * dispextern.h (enum window_part): Add ON_SCROLL_BAR.
11777
11778 * window.c (Fcoordinates_in_window_p):
11779 Take account of FRAME_INTERNAL_BORDER_WIDTH.
11780
11781 * alloc.c (check_cons_list): New function (contents commented out).
11782
11783 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
11784
11785 * xfaces.c (Fcolor_supported_p): Doc fix.
11786
11787 * frame.c (Fselect_frame, Fset_frame_selected_window)
11788 (Fframe_visible_p, Fraise_frame): Doc fixes.
11789
11790 2004-07-24 Richard M. Stallman <rms@gnu.org>
11791
11792 * keyboard.h (not_single_kboard_state): Declare.
11793
11794 * fileio.c (Fwrite_region): Doc fix.
11795
11796 * window.c (Fwindow_at): Take account of FRAME_INTERNAL_BORDER_WIDTH.
11797
11798 * abbrev.c (Fexpand_abbrev): Run Qpre_abbrev_expand_hook
11799 only when a real abbrev is present.
11800
11801 * xfns.c (x_icon_verify): New function.
11802 (Fx_create_frame): Use it.
11803
11804 2004-07-22 Barry Fishman <barry_fishman@att.net> (tiny change)
11805
11806 * s/gnu-linux.h: Use GC_MARK_STACK if __amd64__ is defined.
11807
11808 2004-07-21 Kim F. Storm <storm@cua.dk>
11809
11810 * window.h (struct glyph_matrix): New members nrows_scale_factor
11811 and ncols_scale_factor.
11812
11813 * window.c (make_window): Initialize nrows_scale_factor and
11814 ncols_scale_factor members.
11815
11816 * dispnew.c (margin_glyphs_to_reserve): Apply ncols_scale_factor.
11817 (allocate_matrices_for_frame_redisplay): Fix left/right margin mix-up.
11818 (required_matrix_height): Apply nrows_scale_factor.
11819 (required_matrix_width): Apply ncols_scale_factor.
11820
11821 * xdisp.c (display_line): Increment nrows_scale_factor and set
11822 fonts_changed_p if past last allocated row.
11823 (append_glyph, append_composite_glyph, produce_image_glyph)
11824 (append_stretch_glyph): Increment ncols_scale_factor and set
11825 fonts_changed_p if current area is full.
11826
11827 2004-07-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11828
11829 * widget.c (EmacsFrameDestroy): Don't abort if normal_gc is 0.
11830
11831 2004-07-19 Luc Teirlinck <teirllm@auburn.edu>
11832
11833 * window.c (Fpos_visible_in_window_p, Fset_window_hscroll)
11834 (Fwindow_inside_pixel_edges, Fwindow_end, Fset_window_point)
11835 (Fset_window_start, Fscroll_up, Fscroll_down)
11836 (Fother_window_for_scrolling, Fscroll_other_window)
11837 (Fsave_window_excursion, Fset_window_vscroll)
11838 (syms_of_window) <window-size-fixed>: Doc fixes.
11839
11840 2004-07-19 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
11841
11842 * w32fns.c (Fx_file_dialog): Use ENCODE_FILE instead of
11843 ENCODE_SYSTEM for filenames.
11844
11845 2004-07-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11846
11847 * mac.c (sys_select): Block input around call to
11848 ReceiveNextEvent to prevent breakage. Correctly handle
11849 blocking on event queue only by calling ReceiveNextEvent
11850 instead of select (since GUI events aren't on an fd).
11851 (sys_read): Remove function
11852 * sysdep.c: Remove redefine of read to sys_read if HAVE_CARBON
11853
11854 2004-07-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11855
11856 * mac.c (sys_select): Redo sys_select to use alarm-based
11857 polling instead of 1 sec timeouts (like solaris).
11858
11859 * macterm.c (x_make_frame_visible): Comment in polling on
11860 frame creation.
11861
11862 * keyboard.c: Undef SIGIO on Carbon
11863
11864 * atimer.c (alarm_signal_handler): Call alarm handlers after
11865 scheduling.
11866
11867 * eval.c (Feval): Remove quit_char test
11868
11869 * process.c (wait_reading_process_input): Remove clearing
11870 stdin for select call on process input.
11871
11872 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
11873
11874 * xdisp.c (syms_of_xdisp) <window-scroll-functions>: Correct
11875 capitalization error in docstring.
11876
11877 2004-07-17 Juanma Barranquero <lektu@terra.es>
11878
11879 * keyboard.c (not_single_kboard_state): Do nothing unless
11880 MULTI_KBOARD is defined.
11881
11882 2004-07-17 Richard M. Stallman <rms@gnu.org>
11883
11884 * window.c (coordinates_in_window): Inside the window but outside
11885 its box to the L or R, return ON_VERTICAL_BORDER.
11886 (window_list_1): Rotate the list to start with WINDOW.
11887
11888 * print.c (print_preprocess): Test for print_depth at limit
11889 before entering in being_printed.
11890
11891 * keyboard.c (not_single_kboard_state): New function.
11892 (stuff_buffered_input): Now no-op only if no SIGTSTP.
11893
11894 * frame.c (Fdelete_frame): If we're in single_bboard_state on
11895 this kboard, and we delete its last frame, go to any_kboard_state.
11896
11897 * buffer.c (syms_of_buffer) <transient-mark-mode>: Doc fix.
11898
11899 2004-07-15 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
11900
11901 * w32fns.c (Fx_file_dialog): Encode strings in system coding
11902 system before passing them to OS functions for display.
11903
11904 2004-07-15 David Kastrup <dak@gnu.org>
11905
11906 * search.c (syms_of_search): Staticpro `saved_last_thing_searched'.
11907 Apparently fixes an abort condition.
11908
11909 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
11910
11911 * fileio.c (Fvisited_file_modtime): Return a list of two integers,
11912 instead of a cons.
11913
11914 2004-07-14 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
11915
11916 * keyboard.c (echo_dash): Do nothing if there already is a dash
11917 at the end of the echo string.
11918
11919 2004-07-12 Kim F. Storm <storm@cua.dk>
11920
11921 * alloc.c (mark_object): Only look at Lisp_Misc_Save_Value
11922 if GC_MARK_STACK.
11923
11924 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
11925
11926 * buffer.c (Fswitch_to_buffer, Fpop_to_buffer): Doc fixes.
11927
11928 * window.c (Fwindow_buffer, Fother_window, Fget_lru_window)
11929 (Fget_largest_window, Fget_buffer_window, Fdelete_windows_on)
11930 (Freplace_buffer_in_windows, Fset_window_buffer)
11931 (Fselect-window, Fdisplay-buffer, Fsplit_window): Doc fixes.
11932 (syms_of_window): Expand docstring of `display-buffer-function'.
11933
11934 2004-07-09 Luc Teirlinck <teirllm@auburn.edu>
11935
11936 * editfns.c (Ffloat_time, Fformat_time_string, Fdecode_time)
11937 (Fcurrent_time_string, Fcurrent_time_zone): Mention in docstrings
11938 that time values of the type (HIGH . LOW) are considered obsolete.
11939
11940 2004-07-06 Luc Teirlinck <teirllm@auburn.edu>
11941
11942 * keyboard.c (syms_of_keyboard): Fix `keyboard-translate-table'
11943 docstring.
11944
11945 * fns.c (Fclear_string): Declare `len' before call to CHECK_STRING.
11946
11947 2004-07-06 John Paul Wallington <jpw@gnu.org>
11948
11949 * eval.c (Fdefmacro): Signal an error if NAME is not a symbol.
11950
11951 * fns.c (Fclear_string): Signal an error if STRING is not a string.
11952
11953 2004-07-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11954
11955 * macterm.c (mac_initialize_display_info): Use CGGetActiveDisplayList
11956 instead of CGMainDisplayID (only in OSX 10.2 and later).
11957
11958 2004-07-04 John Paul Wallington <jpw@gnu.org>
11959
11960 * fileio.c (read_file_name_completion_ignore_case): New variable.
11961 (syms_of_fileio): Declare and initialise it.
11962 (Fread_file_name): Bind `completion-ignore-case' to respect it.
11963
11964 2004-07-03 Eli Zaretskii <eliz@gnu.org>
11965
11966 * msdos.c (dos_rawgetc): Use make_number to produce Lisp objects
11967 for event.x and event.y.
11968
11969 2004-07-01 Kenichi Handa <handa@m17n.org>
11970
11971 * w32select.c (Fw32_set_clipboard_data): Update `nbytes' correctly
11972 after getting a new string by pre-write-conversion.
11973
11974 2004-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
11975
11976 * xterm.c (x_detect_focus_change): Remove unused var `nr_events'.
11977 (x_calc_absolute_position): Remove unused var `child'.
11978
11979 * xfaces.c (x_supports_face_attributes_p)
11980 (Fdisplay_supports_face_attributes_p): YAILOM.
11981 (tty_supports_face_attributes_p): Remove unused var `i'.
11982
11983 * syntax.c (skip_chars): Remove unused labels fwd_unibyte_ok and
11984 back_unibyte_ok.
11985
11986 * search.c (match_limit, Fmatch_data, Fset_match_data): YAILOM.
11987
11988 * fontset.c (Fset_fontset_font): Remove unused vars `family' and
11989 `registry'.
11990
11991 * Makefile.in (${etc}DOC): Fix file name of make-docfile.
11992
11993 2004-06-30 Andreas Schwab <schwab@suse.de>
11994
11995 * image.c (CHECK_LIB_AVAILABLE): Add third parameter LIBRARIES.
11996 (Finit_image_library): Pass LIBRARIES through to
11997 CHECK_LIB_AVAILABLE. Declare parameters. Doc fix.
11998 (lookup_image_type): Pass Qnil as second argument to
11999 Finit_image_library.
12000
12001 * lisp.h (Finit_image_library): Declare.
12002
12003 2004-06-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12004
12005 * macterm.c (do_window_activate, do_window_deactivate): Remove.
12006 (XTread_socket): Send mouse button events to the toolbox
12007 dispatcher even when the mouse is grabbed. Don't process window
12008 activate events for non-Emacs windows. Replace function calls to
12009 do_window_activate and do_window_deactivate with their contents.
12010 Reset mouse grabbing status when a window is deactivated.
12011
12012 2004-06-29 Steven Tamm <steventamm@mac.com>
12013
12014 * macterm.c (mac_get_emulated_btn)
12015 (mac_event_to_emacs_modifiers): Fix emulated mouse button
12016 support to correctly mask out modifiers.
12017
12018 2004-06-29 David Kastrup <dak@gnu.org>
12019
12020 * search.c (Fset_match_data): Allow buffer before end of list
12021 which can happen if set-match-data is using a pre-consed list.
12022
12023 2004-06-28 Steven Tamm <steventamm@mac.com>
12024
12025 * macterm.c (XTread_socket): Correctly set the frame position
12026 after the window is moved.
12027
12028 2004-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12029
12030 * gtkutil.c (xg_get_image_for_pixmap): Call g_object_unref on
12031 gpix and gmask just before return to avoid memory leak.
12032 (xg_get_image_for_pixmap): Add workaround for monochrome displays
12033 so insensitive and activated icons look ok.
12034
12035 2004-06-27 Jason Rumney <jasonr@gnu.org>
12036
12037 * w32fns.c (file_dialog_callback): Disable edit control if set
12038 to directories only on CDN_INITDONE message.
12039 (Fx_file_dialog): Default to directories only when prompt starts
12040 with "Dired".
12041
12042 2004-06-25 Kim F. Storm <storm@cua.dk>
12043
12044 * alloc.c (allocate_misc): Update total_free_markers.
12045 (free_misc): New function.
12046 (safe_alloca_unwind, free_marker): Use it.
12047
12048 * lisp.h (free_misc): Add prototype.
12049
12050 * fns.c (Fmapconcat, Fmapcar): Remove superfluous GCPROs.
12051
12052 2004-06-24 Richard M. Stallman <rms@gnu.org>
12053
12054 * emacs.c (Vsignal_USR1_hook, Vsignal_USR2_hook): Definitions deleted.
12055 (syms_of_emacs): Lisp variables deleted.
12056
12057 2004-06-23 David Kastrup <dak@gnu.org>
12058
12059 * search.c (Freplace_match): Adjust the match-data more thoroughly
12060 when replacing strings in the buffer.
12061 (Fmatch_data): When INTEGERS is non-nil and the last match was in
12062 a buffer, add the buffer as last element to the match data.
12063 (Fset_match_data): If an additional element of the match-data is a
12064 buffer, restore it to last_thing_searched.
12065 (save_search_regs): Save last_thing_searched as part of the match data.
12066 (restore_match_data): Restore it again.
12067
12068 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
12069
12070 * keymap.c (Ftext_char_description): Doc fix.
12071 * doc.c (Fsnarf_documentation): Doc fix.
12072
12073 2004-06-22 Kim F. Storm <storm@cua.dk>
12074
12075 * fns.c (Fmapcar, Fmapconcat): GCPRO the args array.
12076
12077 * lisp.h (struct Lisp_Save_Value): New member dogc.
12078 (SAFE_ALLOCA_LISP): Change second arg to number of elements.
12079 Set dogc member in Lisp_Save_Value object so it will be GC'ed.
12080 (SAFE_FREE_LISP): New macro.
12081
12082 * alloc.c (safe_alloca_unwind): Clear dogc and pointer members.
12083 (make_save_value): Init new dogc member.
12084 (mark_object): Mark Lisp_Save_Value pointer array if dogc is set.
12085
12086 * fns.c (Fmapconcat, Fmapcar): Use new SAFE_ALLOCA_LISP and
12087 SAFE_FREE_LISP macros.
12088
12089 2004-06-22 Kim F. Storm <storm@cua.dk>
12090
12091 * lisp.h (SAFE_ALLOCA_LISP): New macro to allocate Lisp_Objects.
12092 Temporarily inhibits GC if memory is xmalloc'ed, as the Lisp_Objects
12093 in that memory area are unknown to GC. Add comments.
12094
12095 * fns.c (Fmapconcat, Fmapcar): Use SAFE_ALLOCA_LISP.
12096
12097 2004-06-21 Kim F. Storm <storm@cua.dk>
12098
12099 * lisp.h (MAX_ALLOCA): Define here.
12100 (safe_alloca_unwind): Add prototype.
12101 (USE_SAFE_ALLOCA, SAFE_ALLOCA, SAFE_FREE): New macros.
12102
12103 * alloc.c (safe_alloca_unwind): New function.
12104
12105 * casefiddle.c (casify_object): Use SAFE_ALLOCA.
12106
12107 * charset.c (Fstring): Use SAFE_ALLOCA.
12108
12109 * coding.c (MAX_ALLOCA): Remove define.
12110
12111 * data.c (MAX_ALLOCA): Remove define.
12112 (Faset): Use SAFE_ALLOCA.
12113
12114 * editfns.c (Fformat, Ftranspose_regions): Use SAFE_ALLOCA.
12115
12116 * fns.c (string_make_multibyte, string_to_multibyte)
12117 (string_make_unibyte, Fmapconcat, Fmapcar): Use SAFE_ALLOCA.
12118 (MAX_ALLOCA): Remove define.
12119 (Fbase64_encode_region, Fbase64_encode_string)
12120 (Fbase64_decode_region, Fbase64_decode_string): Use SAFE_ALLOCA.
12121 (Fbase64_encode_region, Fbase64_encode_string): Fix potential
12122 memory leak if encoding fails.
12123
12124 * xdisp.c (add_to_log): Use SAFE_ALLOCA.
12125
12126 2004-06-21 Eli Zaretskii <eliz@gnu.org>
12127
12128 * print.c (Fwith_output_to_temp_buffer): Doc fix.
12129
12130 2004-06-20 Richard M. Stallman <rms@gnu.org>
12131
12132 * xfaces.c (Finternal_copy_lisp_face): Small cleanup; doc fix.
12133
12134 * search.c (match_limit): Cleaner err msg when no match data available.
12135
12136 * window.c (syms_of_window): Doc fix.
12137
12138 * keyboard.c (command_loop_1): Handle values `only' and `identity'
12139 for Vtransient_mark_mode.
12140
12141 * buffer.c (syms_of_buffer): Doc fix.
12142
12143 2004-06-21 David Kastrup <dak@gnu.org>
12144
12145 * minibuf.c (Ftry_completion, Fall_completions): Do lazy binding
12146 and unbinding of `case-fold-search' according to
12147 `completion-ignore-case' around calls of string-match and
12148 predicates, respectively. Should give satisfactory performance
12149 in all relevant cases.
12150
12151 2004-06-17 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12152
12153 * xterm.c (x_draw_image_foreground_1): Subtract slice.x/y from
12154 clip_x/y_origin.
12155
12156 * fns.c (string_to_multibyte): Use xmalloc/xfree instead of alloca.
12157
12158 * macfns.c (Fx_display_color_cells): Do not limit return value to 256.
12159
12160 * macterm.c (mac_initialize_display_info): Initialize n_planes correctly
12161 on Mac OSX.
12162
12163 2004-06-16 Luc Teirlinck <teirllm@auburn.edu>
12164
12165 * buffer.c (syms_of_buffer): Clarify `fill-column' docstring.
12166
12167 2004-06-16 Kim F. Storm <storm@cua.dk>
12168
12169 * dispextern.h (Vimage_types): Remove extern.
12170
12171 2004-06-16 Miles Bader <miles@gnu.org>
12172
12173 * image.c (lookup_image_type): Initialize image type if necessary.
12174
12175 2004-06-15 Kim F. Storm <storm@cua.dk>
12176
12177 * xdisp.c (try_cursor_movement): Exclude header line from scroll
12178 margin at top of window.
12179 (try_window_reusing_current_matrix): Calculate proper cursor position
12180 after scrolling up with non-zero scroll margin, as the old cursor
12181 position corresponds to value of PT before executing this command.
12182 (try_window_id): Consider scroll margin at bottom of window too;
12183 otherwise we fail to scroll when hl-line-mode is enabled.
12184
12185 * syntax.c (skip_chars): Only recognize [:class:] when it has the
12186 proper format and class is a lower-case word.
12187
12188 2004-06-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12189
12190 * gtkutil.c (xg_get_image_for_pixmap): New function.
12191 (xg_get_gdk_pixmap_and_mask): Remove.
12192 (update_frame_tool_bar): Call xg_get_image_for_pixmap instead of
12193 xg_get_gdk_pixmap_and_mask.
12194
12195 * xterm.h (struct x_display_info): Typo in comment fixed.
12196
12197 2004-06-14 Juanma Barranquero <lektu@terra.es>
12198
12199 * dispextern.h (Vimage_types): Make it conditional on
12200 HAVE_WINDOW_SYSTEM.
12201
12202 * image.c (Vimage_types): Move from xdisp.c.
12203 (Vimage_type_cache): New variable.
12204 (define_image_type): New argument indicating whether an image
12205 library was loaded; cache loaded status and return t on success,
12206 nil otherwise.
12207 (CACHE_IMAGE_TYPE, ADD_IMAGE_TYPE): New macros.
12208 (w32_delayed_load): New function to load an image library from a
12209 list of possible filenames.
12210 (init_xpm_functions, init_png_functions, init_jpeg_functions)
12211 (init_tiff_functions, init_gif_functions): Use `w32_delayed_load'.
12212 (CHECK_LIB_AVAILABLE): Call `define_image_library' with new argument.
12213 (Finit_image_library): New function, extracted from `init_image'.
12214 Try to initialize an image library on demand and cache whether we
12215 were successful or not.
12216 (syms_of_image): Initialize `Vimage_types' and
12217 `Vimage_type_cache'. Add recognized image types to Vimage_types.
12218 Export `init-image-library'.
12219 (init_image): Remove initialization of all image types, except xbm
12220 and pbm.
12221
12222 * xdisp.c (Vimage_types): Delete (moved to image.c).
12223
12224 2004-06-14 Andreas Schwab <schwab@suse.de>
12225
12226 * minibuf.c (Ftry_completion, Fall_completions, Ftest_completion):
12227 Avoid calling specbind when completion-regexp-list is empty.
12228
12229 2004-06-13 Richard M. Stallman <rms@gnu.org>
12230
12231 * regex.h (CHAR_CLASS_MAX_LENGTH, re_wctype_t, re_wchar_t)
12232 (re_wctype, re_iswctype, re_wctype_to_bit):
12233 Non-function definitions moved here from regex.c.
12234
12235 * regex.c (re_wctype, re_iswctype): Function defs longer static.
12236 (CHAR_CLASS_MAX_LENGTH, re_wctype_t, re_wchar_t)
12237 (re_wctype, re_iswctype, re_wctype_to_bit):
12238 Non-function definitions moved to regex.h.
12239
12240 * window.c (Fselect_window): Doc fix.
12241
12242 * syntax.c: Include regex.h.
12243 (skip_chars): New arg HANDLE_ISO_CLASSES. Callers changed.
12244 If requested, make a list of classes, then check the scanned
12245 chars for membership in them.
12246 (in_classes): New function.
12247 Doc fix.
12248
12249 * keyboard.c (cmd_error): Don't call any_kboard_state
12250 if inside a recursive edit level.
12251
12252 2004-06-13 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
12253
12254 * keyboard.c (command_loop): Call any_kboard_state before
12255 command_loop_2 when at top level.
12256
12257 2004-06-13 Andreas Schwab <schwab@suse.de>
12258
12259 * print.c (print_object): Always use %ld for printing EMACS_INT.
12260
12261 * keyboard.c (cancel_hourglass_unwind): Return a value.
12262 (modify_event_symbol): Always use %ld for printing EMACS_INT.
12263 (Fexecute_extended_command): Likewise.
12264
12265 * syntax.h (SYNTAX_ENTRY_FOLLOW_PARENT): Rename local variable to
12266 avoid clashes.
12267 (SYNTAX): Likewise.
12268 (SYNTAX_WITH_FLAGS): Likewise.
12269 (SYNTAX_MATCH): Likewise.
12270
12271 * syntax.c (char_quoted): Avoid warning about undefined operation.
12272 (find_defun_start): Likewise.
12273 (scan_lists): Likewise.
12274 (INC_FROM): Likewise.
12275 (scan_sexps_forward): Likewise.
12276
12277 * image.c: Include <ctype.h>.
12278
12279 * xfaces.c (face_attr_equal_p): Declare parameters.
12280
12281 2004-06-13 Kenichi Handa <handa@m17n.org>
12282
12283 * ccl.c (CCL_READ_CHAR): If hit EOF, set REG to -1.
12284
12285 2004-06-12 Matthew Mundell <matt@mundell.ukfsn.org>
12286
12287 * eval.c (Fdefun): Signal an error if NAME is not a symbol.
12288
12289 2004-06-12 Kenichi Handa <handa@m17n.org>
12290
12291 * ccl.c (CCL_CALL_FOR_MAP_INSTRUCTION): Save eof_ic in
12292 ccl_prog_stack_struct and update it.
12293 (CCL_INVALID_CMD): If CCL_DEBUG is defined, call ccl_debug_hook.
12294 (CCL_READ_CHAR): Get instruction counter from eof_ic, not from
12295 ccl->eof_ic on EOF.
12296 (ccl_debug_hook): New function.
12297 (struct ccl_prog_stack): New member eof_ic.
12298 (ccl_driver): Handle EOF in subrountine call correctly.
12299
12300 2004-06-11 Kenichi Handa <handa@m17n.org>
12301
12302 * coding.c (encode_coding_string): Check CODING_FINISH_INTERRUPT.
12303
12304 2004-06-11 Kim F. Storm <storm@cua.dk>
12305
12306 * emacs.c (shut_down_emacs): Inhibit redisplay during shutdown.
12307
12308 2004-06-11 Juanma Barranquero <lektu@terra.es>
12309
12310 * keyboard.c (Fposn_at_point): Doc fix.
12311
12312 2004-06-11 David Kastrup <dak@gnu.org>
12313
12314 * search.c (match_limit): Don't flag an error if match-data
12315 exceeding the allocated search_regs.num_regs gets requested, just
12316 return Qnil.
12317
12318 2004-06-08 Miles Bader <miles@gnu.org>
12319
12320 * xfaces.c (push_named_merge_point): Return 0 when a cycle is detected.
12321
12322 2004-06-07 Juanma Barranquero <lektu@terra.es>
12323
12324 * editfns.c (Fuser_login_name, Ffloat_time, Fencode_time)
12325 (Fcurrent_time_string, Fcurrent_time_zone)
12326 (Finsert_buffer_substring, Ftranspose_regions): Doc fixes.
12327
12328 2004-06-07 Miles Bader <miles@gnu.org>
12329
12330 * xfaces.c (struct named_merge_point): New type.
12331 (push_named_merge_point): New function.
12332 (merge_named_face): New function.
12333 (merge_face_ref, face_at_buffer_position, face_at_string_position):
12334 Use `merge_named_face'.
12335 (merge_face_inheritance): Function removed.
12336 (merge_face_ref): Rename from `merge_face_vector_with_property'.
12337 Add new `err_msgs' and `named_merge_points' args. Return error
12338 status. Only print error messages if ERR_MSGS is true. Don't try to
12339 do :inherit attribute validation.
12340 (merge_face_heights): Handle `unspecified' in both directions.
12341 (merge_face_vectors): Rename `cycle_check' arg to `named_merge_points'.
12342 Call `merge_face_ref' instead of `merge_face_inheritance'.
12343 (Fdisplay_supports_face_attributes_p, Fface_attributes_as_vector)
12344 (compute_char_face, face_at_buffer_position)
12345 (face_at_string_position): Call `merge_face_ref' instead of
12346 `merge_face_vector_with_property'.
12347
12348 2004-06-07 Kenichi Handa <handa@m17n.org>
12349
12350 * coding.c (find_safe_codings): Check NILP (safe_codings) only at
12351 the necessary places.
12352
12353 2004-06-07 Kim F. Storm <storm@cua.dk>
12354
12355 * process.c (Fdelete_process): Undo 2004-05-28 change.
12356 Instead, call status_notify also for network process.
12357 (status_message): Use process instead of status as arg.
12358 Give messages "deleted" or "connection broken by remote peer" for
12359 an exited network process.
12360 (status_notify): Change call to status_message.
12361 (read_process_output): Increase readmax to 4096. Do not increase
12362 buffer size for datagram channels (default is now large enough).
12363
12364 2004-06-06 Steven Tamm <tamm@Steven-Tamms-Computer.local>
12365
12366 * macfns.c (x_create_tip_frame): Fix Mac OS X 10.1 compilation
12367 problem due to newly defined variable.
12368
12369 2004-06-06 Miles Bader <miles@gnu.org>
12370
12371 * xfaces.c (Fdisplay_supports_face_attributes_p): Give up
12372 immediately if non-interactive or not initialized.
12373
12374 2004-06-05 Richard M. Stallman <rms@gnu.org>
12375
12376 * minibuf.c (Fcompleting_read): Doc fix.
12377
12378 2004-06-05 Andreas Schwab <schwab@suse.de>
12379
12380 * macfns.c (x_create_tip_frame): Fix declaration after statement.
12381
12382 2004-06-05 Juanma Barranquero <lektu@terra.es>
12383
12384 * keymap.c (Fdescribe_vector): Fix docstring.
12385 (Fkey_description, Fglobal_key_binding): Fix typo in docstring.
12386
12387 2004-06-05 Miles Bader <miles@gnu.org>
12388
12389 * xfaces.c (tty_supports_face_attributes_p): Make sure the specified
12390 attributes have different values than the default face.
12391
12392 2004-06-04 Eli Zaretskii <eliz@gnu.org>
12393
12394 * xfaces.c (x_supports_face_attributes_p): Make this function
12395 conditional on HAVE_WINDOW_SYSTEM.
12396 (Fdisplay_supports_face_attributes_p) [HAVE_WINDOW_SYSTEM]:
12397 Don't call x_supports_face_attributes_p if it was not compiled in.
12398
12399 2004-06-04 Miles Bader <miles@gnu.org>
12400
12401 * xfaces.c (tty_supports_face_attributes_p): New function, mostly
12402 from Ftty_supports_face_attributes_p.
12403 (x_supports_face_attributes_p): New function.
12404 (Ftty_supports_face_attributes_p): Function deleted.
12405 (Fdisplay_supports_face_attributes_p): New function.
12406 (syms_of_xfaces): Initialize Sdisplay_supports_face_attributes_p.
12407 (face_attr_equal_p): New function.
12408 (lface_equal_p): Use it.
12409
12410 2004-06-03 Juanma Barranquero <lektu@terra.es>
12411
12412 * w32fns.c (Fx_display_grayscale_p, Fw32_send_sys_command)
12413 (Vw32_color_map): Fix typo in docstring.
12414 (Fx_create_frame, Fw32_find_bdf_fonts, Fx_show_tip)
12415 (Fw32_unregister_hot_key, Fw32_reconstruct_hot_key):
12416 Make argument names match their use in docstring.
12417
12418 2004-06-02 Juanma Barranquero <lektu@terra.es>
12419
12420 Work around bugs/problems with MinGW builds of graphics libraries
12421 called from MSVC builds of Emacs.
12422
12423 * image.c (lookup_image): Make pointer to img static.
12424 (png_read_from_memory): Disable "global" optimization.
12425
12426 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
12427
12428 * eval.c (Fcondition_case): Fix usage. Simplify.
12429
12430 * mem-limits.h (EXCEEDS_LISP_PTR) [USE_LSB_TAG]: Never true.
12431
12432 2004-05-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12433
12434 * macfns.c: Don't include ccl.h.
12435 [MAC_OSX]: Don't include QuickTime/QuickTime.h.
12436 [!MAC_OSX]: Don't include alloca.h, Windows.h, Gestalt.h, or
12437 TextUtils.h.
12438 (Fx_create_frame): Sync with xfns.c. Initialize cursor descriptors.
12439 (Fx_display_mm_height, Fx_display_mm_width): Calculate length from
12440 display height/width.
12441 (compute_tip_xy, Vx_max_tooltip_size): Declare.
12442 (unwind_create_tip_frame, compute_tip_xy): New functions.
12443 (x_create_tip_frame, Fx_show_tip, Fx_hide_tip): Sync with xfns.c.
12444 (syms_of_macfns): Initialize Qcancel_timer, Vx_max_tooltip_size,
12445 and last_show_tip_args.
12446
12447 * macgui.h [!MAC_OSX]: Include Gestalt.h.
12448 (Cursor, No_Cursor): New defines.
12449 [!TARGET_API_MAC_CARBON] (SetPortWindowPort): New compatibility macro.
12450 [!TARGET_API_MAC_CARBON] (arrow_cursor): Declare.
12451
12452 * macmenu.c (mac_menu_show, mac_dialog): Use SetPortWindowPort.
12453
12454 * macterm.c: Don't include Gestalt.h.
12455 (enum mouse_tracking_type, mouse_tracking_in_progress): Remove.
12456 (XDrawLine, XClearArea, XClearWindow, mac_draw_bitmap)
12457 (mac_set_clip_rectangle, mac_reset_clipping, XCreatePixmap)
12458 (XFillRectangle, mac_draw_rectangle, mac_draw_string_common)
12459 (mac_copy_area, mac_copy_area_with_mask, x_update_end)
12460 (construct_mouse_click, XTmouse_position)
12461 (x_scroll_bar_report_motion, x_calc_absolute_position)
12462 (do_mouse_moved, do_zoom_window, mac_do_receive_drag)
12463 (XTread_socket, make_mac_frame): Use SetPortWindowPort.
12464 (note_mouse_movement): Clear the mouse face and reset the pointer
12465 shape when the pointer goes outside the frame without grabbing.
12466 (mac_front_window): New function.
12467 (mac_window_to_frame): New macro.
12468 (XTmouse_position, x_scroll_bar_report_motion, do_window_update)
12469 (do_window_activate, do_window_deactivate, do_app_resume)
12470 (do_app_suspend, do_mouse_moved, do_menu_choice, do_grow_window)
12471 (do_zoom_window, mac_do_receive_drag, XTread_socket)
12472 (mac_check_for_quit_char): Use mac_front_window and/or
12473 mac_window_to_frame.
12474 (x_scroll_bar_handle_click): Set `(PORTION . WHOLE)' part in a
12475 scroll-bar click event.
12476 (mac_define_frame_cursor): Change the pointer shape.
12477 (x_free_frame_resources): Reset tip_window to NULL when it is
12478 disposed of.
12479 [!TARGET_API_MAC_CARBON] (arrow_cursor): New variable.
12480 [!TARGET_API_MAC_CARBON] (do_init_managers): Initialize arrow_cursor.
12481 (do_window_update): Don't do anything if the updated window is the
12482 tooltip window.
12483 (do_mouse_moved): Handle mouse movement events here (previously in
12484 XTread_socket). Clear the mouse face if
12485 dpyinfo->mouse_face_hidden is set.
12486 (do_os_event, do_events): Remove (now in XTread_socket).
12487 (XTread_socket): Immediately return if interrupt_input_blocked.
12488 Loop until all the events in the queue are processed.
12489 Rearrange codes for mouse grabbing. Add tooltip support. Include the
12490 contents of do_os_event and do_events. Remove mouse movement
12491 handling (now in do_mouse_moved). Add the case where
12492 Vmouse_highlight has an integer value.
12493 (NewMacWindow): Remove.
12494 (make_mac_frame): Do what NewMacWindow previously did. Don't do
12495 excess initializations.
12496 (make_mac_terminal_frame): Previous initializations in
12497 make_mac_frame are moved here.
12498 (mac_initialize_display_info):
12499 Initialize dpyinfo->mouse_face_overlay and dpyinfo->mouse_face_hidden.
12500
12501 * xdisp.c [MAC_OS] (No_Cursor): Remove variable.
12502 (define_frame_cursor1): Don't treat HAVE_CARBON as a special case.
12503
12504 2004-05-29 Richard M. Stallman <rms@gnu.org>
12505
12506 * lisp.h (truncate_undo_list): Update decl.
12507
12508 * alloc.c (undo_outer_limit): New variable.
12509 (syms_of_alloc): Defvar it.
12510 (Fgarbage_collect): Pass undo_outer_limit to truncate_undo_list.
12511
12512 * undo.c (truncate_undo_list): New arg LIMITSIZE.
12513
12514 * alloc.c (lisp_align_malloc): Check for base == 0
12515 regardless of HAVE_POSIX_MEMALIGN.
12516 Clean up HAVE_POSIX_MEMALIGN handling of `err'.
12517
12518 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
12519
12520 * alloc.c: Undo Kim's recent changes and fix the same bug differently.
12521 (marker_blocks_pending_free): Remove.
12522 (Fgarbage_collect): Sweep after cleaning up undo-lists.
12523 Mark the undo lists after claning them up.
12524 Don't free block in marker_blocks_pending_free.
12525 (mark_buffer): Don't mark undo_list.
12526 (gc_sweep): Sweep hash-tables and strings first.
12527 Do free marker blocks that are empty.
12528
12529 2004-05-28 Jim Blandy <jimb@redhat.com>
12530
12531 * regex.c (print_partial_compiled_pattern): Add missing 'break'
12532 after 'case wordend'. For symbeg and symend, print to stderr,
12533 like the other cases.
12534
12535 2004-05-28 Noah Friedman <friedman@splode.com>
12536
12537 * process.c (Fdelete_process): Do not call remove_process.
12538
12539 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
12540
12541 * alloc.c (struct backtrace): Remove.
12542 (Fgarbage_collect): Use the new mark_backtrace.
12543
12544 * eval.c (mark_backtrace): New function.
12545
12546 * minibuf.c (run_exit_minibuf_hook): New function.
12547 (read_minibuf_unwind): Don't run exit-minibuffer-hook any more.
12548 (read_minibuf): Use separate unwind handler to run exit-minibuf-hook.
12549
12550 2004-05-27 Kim F. Storm <storm@cua.dk>
12551
12552 * xdisp.c (back_to_previous_visible_line_start): Skip backwards
12553 over display properties, e.g. images, that replace buffer text.
12554
12555 2004-05-25 Kim F. Storm <storm@cua.dk>
12556
12557 * alloc.c (marker_blocks_pending_free): New var.
12558 (gc_sweep): Store free marker blocks on that list.
12559 (Fgarbage_collect): Free them after undo-list cleanup.
12560
12561 * process.c (wait_reading_process_input): Check connect_wait_mask
12562 before actually accepting connection in case it has already been
12563 accepted due to recursion.
12564
12565 2004-05-23 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
12566
12567 * coding.c (Fset_safe_terminal_coding_system_internal):
12568 Set suppress_error in safe_terminal_coding, not terminal_coding.
12569
12570 2004-05-22 Richard M. Stallman <rms@gnu.org>
12571
12572 * alloc.c (Fmake_string): Doc fix.
12573
12574 * buffer.c (clone_per_buffer_values): Copy the alist of local vars,
12575 and the alist pairs too.
12576
12577 * casefiddle.c (casify_object): Return OBJ unchanged if not real char.
12578
12579 * emacs.c (main): Update copyright year.
12580
12581 * fileio.c (Fread_file_name): Expand DIR if not absolute.
12582
12583 * insdel.c (del_range_2, replace_range): Don't write an anchor
12584 if the gap is empty.
12585
12586 * xdisp.c (try_scrolling): If scroll-up-aggressively or
12587 scroll-down-aggressively is small but positive, put point
12588 near the screen edge.
12589
12590 2004-05-22 Juanma Barranquero <lektu@terra.es>
12591
12592 * keymap.c (Fdefine_key): Doc fix.
12593
12594 2004-05-22 Kim F. Storm <storm@cua.dk>
12595
12596 * alloc.c (struct backtrace): Add debug_on_exit member.
12597 (Fgarbage_collect): Clear out buffer undo_list markers after gc_sweep.
12598 Identify those markers as Lisp_Misc_Free objects. Clear car and cdr of
12599 the removed cons cells.
12600 (mark_object): Undo previous change - disallow Lisp_Misc_Free objects.
12601 (gc_sweep): Clear cons_blocks before sweeping strings, so we don't have
12602 any cons cells pointing to unallocated stings.
12603 Do not lisp_free any marker blocks, as there may still be pointers
12604 to them from buffer undo lists at this stage of GC.
12605
12606 * keyboard.c (struct backtrace): Add debug_on_exit member.
12607 (Fcommand_execute): Clear it.
12608
12609 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
12610
12611 * intervals.c (lookup_char_property): Do not prematurely return nil.
12612
12613 2004-05-19 Jim Blandy <jimb@redhat.com>
12614
12615 Add support for new '\_<' and '\_>' regexp operators, matching the
12616 beginning and end of symbols.
12617
12618 * regex.c (enum syntaxcode): Add Ssymbol.
12619 (init_syntax_once): Set the syntax for '_' to Ssymbol, not Sword.
12620 (re_opcode_t): New opcodes `symbeg' and `symend'.
12621 (print_partial_compiled_pattern): Print the new opcodes properly.
12622 (regex_compile): Parse the new operators.
12623 (analyse_first): Skip sym(beg|end) (they match only the empty string).
12624 (mutually_exclusive_p): `symend' is mutually exclusive with \s_ and
12625 \sw; `symbeg' is mutually exclusive with \S_ and \Sw.
12626 (re_match_2_internal): Match symbeg and symend.
12627
12628 * search.c (trivial_regexp_p): \_ is no longer a trivial regexp.
12629
12630 2004-05-19 Kim F. Storm <storm@cua.dk>
12631
12632 * .gdbinit (xsymbol): Fix last change.
12633
12634 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
12635
12636 * .gdbinit (xprintstr): New fun.
12637 (xstring, xprintsym): Use it.
12638
12639 * w32proc.c (create_child): Use INTMASK.
12640
12641 * alloc.c (Fgarbage_collect): Do all the marking before flushing
12642 unmarked elements of the undo list.
12643
12644 2004-05-18 David Ponce <david@dponce.com>
12645
12646 * print.c (print): Reset print_depth before to call print_object.
12647
12648 2004-05-18 Jason Rumney <jasonr@gnu.org>
12649
12650 * w32console.c: Prefix RIF functions with w32con_ to avoid
12651 namespace clash with functions in term.c and w32term.c.
12652
12653 * w32menu.c (add_menu_item, w32_menu_display_help)
12654 [USE_LISP_UNION_TYPE]: Cast from Lisp_Object using i member.
12655
12656 * w32term.h (display_x_get_resource, vga_stdcolor_name): Add prototype.
12657
12658 2004-05-18 Eli Zaretskii <eliz@gnu.org>
12659
12660 * lisp.h (DECL_ALIGN): Remove restriction on MS-DOS systems.
12661
12662 * msdos.c (syms_of_msdos): Initialize dos-unsupported-char-glyph
12663 with make_number.
12664 (IT_write_glyphs): Extract glyph from dos-unsupported-char-glyph
12665 with XINT.
12666
12667 2004-05-18 Kim F. Storm <storm@cua.dk>
12668
12669 * blockinput.h (INPUT_BLOCKED_P): New macros.
12670
12671 * keyboard.c (Frecursive_edit): Return immediately if input blocked.
12672 (Ftop_level): Unblock input if blocked.
12673
12674 * buffer.h (GET_OVERLAYS_AT): New macro.
12675 * msdos.c (IT_note_mouse_highlight): Use it.
12676 * textprop.c (get_char_property_and_overlay): Use it.
12677 * xdisp.c (next_overlay_change, note_mouse_highlight): Use it.
12678 * xfaces.c (face_at_buffer_position): Use it.
12679
12680 * print.c (print_object): Increase buf size.
12681
12682 2004-05-17 Jason Rumney <jasonr@gnu.org>
12683
12684 * w32fns.c (Fw32_register_hot_key, Fw32_unregister_hot_key)
12685 (Fw32_toggle_lock_key) [USE_LISP_UNION_TYPE]: Cast from
12686 Lisp_Object using i member.
12687 (w32_quit_key): Rename from Vw32_quit_key, and make an int.
12688 (syms_of_w32fns, globals_of_w32fns): Use Lisp_Object and int
12689 consistently.
12690
12691 * w32proc.c (create_child): Use make_number instead of masking pid.
12692
12693 * w32fns.c (w32_color_map_lookup): Return a Lisp_Object.
12694 (x_to_w32_charset, w32_to_x_charset, w32_to_all_x_charsets):
12695 Use EQ to compare Lisp_Objects.
12696 (w32_parse_hot_key): Use int for lisp_modifiers consistently.
12697
12698 * w32term.c (w32_num_mouse_buttons): Rename from
12699 Vw32_num_mouse_buttons and make it an int.
12700
12701 * w32.c (init_environment): Use it.
12702
12703 * w32fns.c (w32_wnd_proc): Likewise.
12704
12705 * w32proc.c (w32_pipe_read_delay): Rename from
12706 Vw32_pipe_read_delay and make it an int.
12707
12708 * w32.c (_sys_read_ahead): Use it.
12709
12710 * lisp.h (egetenv) [USE_CRT_DLL]: Remove condition.
12711
12712 * w32proc.c (create_child) [USE_LSB_TAG]: Don't try to mask pid.
12713
12714 * w32inevt.c (w32_console_mouse_position, do_mouse_event)
12715 (key_event): Don't mix Lisp_Object and int.
12716
12717 * w32heap.c (init_heap) [USE_LSB_TAG]: Don't check heap location.
12718
12719 * keyboard.c (kbd_buffer_get_event): Don't use event->code and
12720 modifiers in language change event.
12721
12722 2004-05-17 Kim F. Storm <storm@cua.dk>
12723
12724 * alloc.c (mark_object): Ignore Lisp_Misc_Free objects.
12725 Such objects may be freed markers which still exist on an undo list.
12726
12727 2004-05-16 Juanma Barranquero <lektu@terra.es>
12728
12729 * data.c (Fset_default): Make argument names match their use in
12730 docstring.
12731
12732 2004-05-15 Andreas Schwab <schwab@suse.de>
12733
12734 * emacs.c (gdb_array_mark_flag): Define.
12735 * .gdbinit: Mask off gdb_array_mark_flag from vector sizes.
12736
12737 2004-05-15 Eli Zaretskii <eliz@gnu.org>
12738
12739 * lisp.h (DECL_ALIGN) [MSDOS]: Don't define DECL_ALIGN to use
12740 __attribute__((__aligned__)), so that USE_LSB_TAG would not become
12741 defined for the MS-DOS build.
12742
12743 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
12744
12745 * w32fns.c (Fw32_define_rgb_color): Avoid XSET.
12746
12747 2004-05-14 Kenichi Handa <handa@m17n.org>
12748
12749 * ccl.c (Fccl_execute_on_string): Fix setting elements of STATUS.
12750
12751 2004-05-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12752
12753 * lisp.h (Vx_resource_name, Vx_resource_class): Move from xfns.c
12754 section to frame.c section.
12755 (Fxw_display_color_p, Fx_file_dialog): Declare if
12756 HAVE_WINDOW_SYSTEM defined.
12757
12758 * macfns.c (Fx_create_frame): Fix int/Lisp_Object mixup.
12759
12760 * macmenu.c (set_frame_menubar): Use NILP to test a lisp value.
12761
12762 * macterm.c (mac_get_emulated_btn, mac_event_to_emacs_modifiers)
12763 (mac_get_mouse_btn): Use NILP and EQ to test/compare lisp values.
12764 (XTread_socket): Fix int/Lisp_Object mixup.
12765 (mac_check_for_quit_char): Fix pointer/Lisp_Object mixup.
12766
12767 * macterm.h (struct frame, struct face, struct image)
12768 (display_x_get_resource, Fx_display_color_p)
12769 (Fx_display_grayscale_p, Fx_display_planes, x_free_gcs):
12770 Add prototypes.
12771
12772 2004-05-14 Kim F. Storm <storm@cua.dk>
12773
12774 * process.c (wait_reading_process_input): Make reentrant.
12775 Make Available and Connecting non-static. Save and restore value
12776 of waiting_for_user_input_p.
12777
12778 2004-05-13 Kim F. Storm <storm@cua.dk>
12779
12780 * keyboard.c (mark_kboards): Don't mark x and y members
12781 that are overloaded in selection request events.
12782
12783 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
12784
12785 * lisp.h (USE_LSB_TAG): Make it the default when it is known to work.
12786
12787 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
12788
12789 * window.c (Fdisplay_buffer, Fsplit_window)
12790 (split-height-threshold): Doc fix.
12791
12792 2004-05-13 Juanma Barranquero <lektu@terra.es>
12793
12794 * xfaces.c (Ftty_supports_face_attributes_p)
12795 (Finternal_copy_lisp_face): Fix typo in docstring.
12796 (Finternal_get_lisp_face_attribute): Fix docstring.
12797
12798 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12799
12800 * xfns.c (syms_of_xfns): Provide x-toolkit also for GTK.
12801
12802 2004-05-11 Steven Tamm <steventamm@mac.com>
12803
12804 * macfns.c (Fx_create_frame): Default to using tool-bar by
12805 setting tool-bar-lines to 1 in default-frame-alist.
12806
12807 2004-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12808
12809 * image.c (xpm_scan, xpm_make_color_table_v, xpm_put_color_table_v)
12810 (xpm_get_color_table_v, xpm_make_color_table_h)
12811 (xpm_put_color_table_h, xpm_get_color_table_h)
12812 (xpm_str_to_color_key, xpm_load_image, xpm_load)
12813 (syms_of_image): Support XPM on Carbon Emacs. Does not
12814 depend on libXpm, but only supports XPM version 3 without extensions.
12815
12816 2004-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12817
12818 * macterm.c (x_flush, XTframe_up_to_date): Use FRAME_MAC_P
12819 instead of FRAME_X_P
12820
12821 2004-05-11 Kim F. Storm <storm@cua.dk>
12822
12823 * process.c (read_process_output): Grow decoding_buf when needed;
12824 this could cause a crash in allocate_string and compact_small_strings.
12825
12826 2004-04-29 Jim Blandy <jimb@redhat.com>
12827
12828 * regex.c (mutually_exclusive_p): In 'case wordbeg', compare op2
12829 against proper opcode.
12830
12831 2004-05-10 Juanma Barranquero <lektu@terra.es>
12832
12833 * process.c (Fstart_process): Fix docstring.
12834
12835 * charset.c (Fget_unused_iso_final_char): Fix typos in docstring.
12836 (Fchar_bytes, Fchar_width, Fstring_width, Fchar_direction)
12837 (Fsplit_char, Fchar_charset): Make argument names match their use
12838 in docstring.
12839
12840 2004-05-10 Richard M. Stallman <rms@gnu.org>
12841
12842 * print.c (print_preprocess): Use being_printed, loop_count and
12843 halftail to detect overdeep nesting and cyclic cdr chains.
12844
12845 2004-05-10 Andreas Schwab <schwab@suse.de>
12846
12847 * lisp.h (Fmake_symbolic_link): Declare.
12848
12849 * fileio.c (Frename_file): Remove extra argument in call to
12850 Fmake_symbolic_link.
12851
12852 2004-05-10 Kim F. Storm <storm@cua.dk>
12853
12854 * xdisp.c (calc_line_height_property): Use string position when
12855 object is a string.
12856
12857 2004-05-10 Kenichi Handa <handa@m17n.org>
12858
12859 * print.c (temp_output_buffer_setup): Bind inhibit-read-only and
12860 inhibit-modification-hooks to t temporarily before calling
12861 Ferase_buffer.
12862
12863 * xfns.c (x_create_tip_frame): Bind inhibit-read-only and
12864 inhibit-modification-hooks to t temporarily before calling
12865 Ferase_buffer.
12866
12867 * w32fns.c (x_create_tip_frame): Bind inhibit-read-only and
12868 inhibit-modification-hooks to t temporarily before calling
12869 Ferase_buffer.
12870
12871 * fns.c (count_combining): Delete it.
12872 (concat): Don't check combining bytes.
12873
12874 2004-05-09 Jason Rumney <jasonr@gnu.org>
12875
12876 * w32fns.c (Vw32_ansi_code_page): New Lisp variable.
12877 (globals_of_w32fns): Set it.
12878
12879 2004-05-09 Piet van Oostrum <piet@cs.uu.nl>
12880
12881 * data.c (Fquo): Simplify.
12882
12883 2004-05-08 Peter Whaite <emacs@whaite.ca> (tiny change)
12884
12885 * data.c (Fquo): If any argument is float, do the computation in
12886 floating point.
12887
12888 2004-05-08 Juanma Barranquero <lektu@terra.es>
12889
12890 * process.c (Fwaiting_for_user_input_p, Fmake_network_process)
12891 (Fset_process_query_on_exit_flag, Vprocess_adaptive_read_buffering):
12892 Fix spelling of Emacs on docstring.
12893 (Fset_process_coding_system, Fprocess_coding_system)
12894 (Fset_process_filter_multibyte, Fprocess_filter_multibyte_p):
12895 Make argument names match their use in docstring.
12896 (Fprocess_id, Fprocess_query_on_exit_flag, Finterrupt_process):
12897 Fix docstring.
12898
12899 * editfns.c (Finsert_buffer_substring): Make argument names match their
12900 use in docstring.
12901
12902 * syntax.c (Fmodify_syntax_entry): Fix docstring.
12903
12904 2004-05-07 Steven Tamm <steventamm@mac.com>
12905
12906 * macterm.c (mac_check_for_quit_char): Adding BLOCK_INPUT
12907 around call to ReceiveEvent to avoid certain crashes.
12908
12909 2004-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12910
12911 * macterm.c (mac_draw_line_to_pixmap, XCreatePixmapFromBitmapData)
12912 (mac_fill_rectangle_to_pixmap, mac_draw_rectangle_to_pixmap)
12913 (mac_copy_area_to_pixmap, mac_copy_area_with_mask_to_pixmap):
12914 Save/restore the current graphics port and device handle when
12915 drawing into an offscreen graphics world.
12916
12917 * image.c [MAC_OS] (XPutPixel, XGetPixel, image_load_qt_1)
12918 (gif_load): Likewise.
12919
12920 2004-05-07 Juanma Barranquero <lektu@terra.es>
12921
12922 * window.c (Fset_window_buffer): Fix docstring.
12923
12924 2004-05-06 Thien-Thi Nguyen <ttn@gnu.org>
12925
12926 * emacs.c (main) [VMS]: Fix var ref.
12927
12928 2004-05-06 Romain Francoise <romain@orebokech.com>
12929
12930 * data.c (Fsetq_default): Fix docstring.
12931
12932 2004-05-06 Jason Rumney <jasonr@gnu.org>
12933
12934 * image.c (Display) [HAVE_NTGUI]: Redefine while loading xpm.h
12935 to avoid name clash.
12936
12937 2004-05-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12938
12939 * fileio.c (barf_or_query_if_file_exists): Use lstat.
12940 (Frename_file): Handle renaming of symlinks across file systems.
12941 (Frename_file): Put symlink handling inside #ifdef S_IFLNK.
12942
12943 2004-05-04 Kim F. Storm <storm@cua.dk>
12944
12945 * xdisp.c (Qtotal): New var.
12946 (syms_of_xdisp): Intern and staticpro it.
12947 (calc_line_height_property): New arg total. Set it if
12948 line-spacing property has format (total . VALUE).
12949 (x_produce_glyphs): Ignore line-spacing if line-height is 0.
12950 Handle total line-spacing property.
12951
12952 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12953
12954 * gtkutil.c (xg_update_scrollbar_pos): Call XClearWindow to clear
12955 "under" scroll bar when size/position changes.
12956
12957 2004-05-03 Jason Rumney <jasonr@gnu.org>
12958
12959 * makefile.nt: Remove.
12960
12961 2004-05-02 Eli Zaretskii <eliz@gnu.org>
12962
12963 * syntax.h (SET_RAW_SYNTAX_ENTRY, SYNTAX_ENTRY_INT):
12964 Avoid compiler warnings.
12965
12966 * Makefile.in (region-cache.o): Depend on config.h.
12967
12968 2004-05-02 Romain Francoise <romain@orebokech.com>
12969
12970 * indent.c (compute_motion): Save vpos in prev_vpos when dealing
12971 with continuation lines, too.
12972
12973 2004-05-02 Thien-Thi Nguyen <ttn@gnu.org>
12974
12975 * syssignal.h (init_signals): Move decl outside `#ifdef POSIX_SIGNALS'.
12976
12977 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
12978
12979 * xdisp.c (calc_line_height_property): YAILOM (yet another
12980 int/Lisp_Object mixup).
12981
12982 2004-05-01 Eli Zaretskii <eliz@gnu.org>
12983
12984 * msdos.c (top-level): Add "#pragma pack(0)" after <dir.h>, to
12985 undo bad effect of pack(4) in some versions of system headers.
12986
12987 2004-05-01 Jason Rumney <jasonr@gnu.org>
12988
12989 * w32term.c (x_draw_hollow_cursor): Sync with xterm.c
12990
12991 2004-04-30 Kim F. Storm <storm@cua.dk>
12992
12993 * buffer.c (syms_of_buffer) <line-spacing>: Allow float value.
12994 (syms_of_buffer) <cursor-type>: Doc fix.
12995
12996 * dispextern.h (struct it): Remove member use_default_face.
12997 Add members override_ascent, override_descent, override_boff.
12998
12999 * xdisp.c (init_iterator): Handle line-spacing float value.
13000 Initialize override_ascent member.
13001 (append_space_for_newline): Reset override_ascent.
13002 Remove use_default_face.
13003 (calc_line_height_property): New function to calculate value of
13004 line-height and line-spacing properties. Look at overlays, too.
13005 Set override_ascent, override_descent, override_boff members when
13006 using another face than the current face. Float values are now
13007 relative to the frame default font, by default; accept a cons
13008 of ratio and face name to specify value relative to a specific face.
13009 (x_produce_glyphs): Use calc_line_height_property.
13010 Use override_ascent etc. when set to handle different face heights.
13011 A negative line-spacing property value is interpreted as a total
13012 line height, rather than inter-line spacing.
13013 (note_mouse_highlight): Allocate room for 40 overlays initially.
13014
13015 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
13016
13017 * data.c (Fsubr_name): New fun.
13018 (syms_of_data): Defsubr it.
13019
13020 2004-04-29 Kim F. Storm <storm@cua.dk>
13021
13022 * xdisp.c (null_glyph_slice): New var.
13023 (append_glyph, append_composite_glyph, append_stretch_glyph):
13024 Use it to initialize glyph slice.
13025
13026 2004-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
13027
13028 * xdisp.c (x_produce_glyphs): Fix the proverbial int/Lisp_Object mixup.
13029 (on_hot_spot_p): Make sure we always return a value.
13030 (Flookup_image_map): Remove unused var ix and iy.
13031 (note_mode_line_or_margin_highlight): Remove unused var `image'.
13032
13033 2004-04-27 Eli Zaretskii <eliz@gnu.org>
13034
13035 * msdos.c (init_environment): If one of the TMP... environment
13036 variables is set to a drive letter without a trailing slash,
13037 append a slash.
13038
13039 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
13040
13041 * editfns.c (lisp_time_argument): Provide externally.
13042
13043 * fileio.c (Fset_file_times): New function.
13044 (syms_of_fileio): Intern and staticpro it.
13045
13046 2004-04-27 Kim F. Storm <storm@cua.dk>
13047
13048 * xdisp.c (x_produce_glyphs): Fix last change; handle newline in
13049 header line strings.
13050
13051 * dispextern.h (struct it): New member use_default_face.
13052
13053 * xdisp.c (Qline_height): New variable.
13054 (syms_of_xdisp): Intern and staticpro it.
13055 (append_space_for_newline): Partially undo 2004-04-25 change;
13056 add default_face_p arg, and restore callers.
13057 Clear it->use_default_face after use.
13058 (x_produce_glyphs): Set default font for ascii char if
13059 it->use_default_font is set. Change line-spacing property to set
13060 just extra line spacing. Handle new line-height property.
13061
13062 2004-04-26 Andreas Schwab <schwab@suse.de>
13063
13064 * print.c (print_object): Print non-ascii characters in bool
13065 vector representation as octal escapes.
13066
13067 * lisp.h (BOOL_VECTOR_BITS_PER_CHAR): Define.
13068 * print.c (print_object): Use it instead of BITS_PER_CHAR for
13069 bool vectors.
13070 * lread.c (read1): Likewise.
13071 * alloc.c (Fmake_bool_vector): Likewise.
13072 * data.c (Faref, Faset): Likewise.
13073 * fns.c (Fcopy_sequence, concat, internal_equal, Ffillarray)
13074 (mapcar1): Likewise.
13075
13076 2004-04-26 Steven Tamm <tamm@Steven-Tamms-Computer.local>
13077
13078 * lread.c (init_lread): Fix typo in HAVE_CARBON test logic.
13079
13080 2004-04-26 Miles Bader <miles@gnu.org>
13081
13082 * lisp.h (CYCLE_CHECK): Macro moved from xfaces.c.
13083
13084 2004-04-26 Juanma Barranquero <lektu@terra.es>
13085
13086 * buffer.c (Fpop_to_buffer): Fix docstring.
13087
13088 2004-04-26 Steven Tamm <steventamm@mac.com>
13089
13090 * lread.c (init_lread): Don't display missing lisp directory
13091 warnings with Carbon Emacs because self-contained bundled Emacs
13092 may be built without correct installation path.
13093
13094 2004-04-25 Kim F. Storm <storm@cua.dk>
13095
13096 * macterm.c (x_draw_hollow_cursor): Fix height of box for narrow lines.
13097
13098 * xterm.c (x_draw_hollow_cursor): Fix height of box for narrow lines.
13099
13100 * xdisp.c (append_space_for_newline): Rename from append_space.
13101 Remove DEFAULT_FACE_P arg; always use current face. Callers changed.
13102 (x_produce_glyphs): Handle line-spacing property on newline char.
13103 If value is t, adjust ascent and descent to fit current row height.
13104 If value is an integer or float, set extra_line_spacing to integer
13105 value, or to float value x current line height.
13106
13107 2004-04-23 Kenichi Handa <handa@m17n.org>
13108
13109 * fontset.c (Finternal_char_font): If POSITION is nil, return
13110 font for displaying CH with the default face.
13111
13112 2004-04-23 Juanma Barranquero <lektu@terra.es>
13113
13114 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
13115
13116 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
13117
13118 * lisp.h (XINT) [EXPLICIT_SIGN_EXTEND && !NO_UNION_TYPE]:
13119 Don't make assumptions about the relative place of i and val.
13120 (EQ) [!NO_UNION_TYPE]: Don't forget to check the type match as well.
13121
13122 2004-04-21 Kim F. Storm <storm@cua.dk>
13123
13124 * dispextern.h (struct glyph_slice): New struct.
13125 (struct glyph): New member slice.
13126 (GLYPH_SLICE_EQUAL_P): New macro.
13127 (GLYPH_EQUAL_P): Use it.
13128 (struct glyph_string): New member slice.
13129 (struct it_slice): New struct.
13130 (struct it): New member slice, add member to stack too.
13131 New member constrain_row_ascent_descent_p.
13132 (image_ascent): Add prototype.
13133
13134 * dispnew.c (buffer_posn_from_coords): Return full image width
13135 and height even for image slices (posn is relative to full image).
13136 (marginal_area_string): Adjust x0,y0 for image slice.
13137
13138 * image.c (image_ascent): Add slice arg; calculate ascent for
13139 image slice (or full image).
13140
13141 * keyboard.c (Fposn_at_x_y, Fposn_at_point): New defuns.
13142 (syms_of_keyboard): Defsubr them.
13143
13144 * lisp.h (pos_visible_p): Fix prototype.
13145
13146 * macterm.c (x_draw_relief_rect): Add top_p and bot_p args.
13147 (x_draw_glyph_string_box): Fix call to x_draw_relief_rect.
13148 (x_draw_image_foreground, x_draw_image_relief)
13149 (x_draw_image_foreground_1, x_draw_image_glyph_string):
13150 Draw sliced images.
13151
13152 * w32term.c (w32_draw_relief_rect): Add top_p and bot_p args.
13153 (x_draw_glyph_string_box): Fix call to x_draw_relief_rect.
13154 (x_draw_image_foreground, x_draw_image_relief)
13155 (w32_draw_image_foreground_1, x_draw_image_glyph_string):
13156 Draw sliced images.
13157
13158 * w32term.h (image_ascent): Remove prototype.
13159
13160 * window.c (Fpos_visible_in_window_p): Return pixel position if
13161 PARTIALLY arg is non-nil. Simplify. Doc fix.
13162 (Fwindow_vscroll, Fset_window_vscroll): Add optional PIXEL_P arg
13163 to return/set vscroll in pixels.
13164
13165 * window.h (Fwindow_vscroll, Fset_window_vscroll): Fix EXFUN.
13166
13167 * xdisp.c (Qslice): New variable.
13168 (syms_of_xdisp): Intern and staticpro it.
13169 (pos_visible_p): Return pixel position in new x and y args.
13170 (init_iterator): Reset it->slice info.
13171 (handle_display_prop): Parse (slice ...) property.
13172 (push_it, pop_it): Save/restore slice info.
13173 (make_cursor_line_fully_visible): Fix 2004-04-14 change. Do not
13174 force repositioning of tall row if window is vscrolled, as that
13175 would reset vscroll.
13176 (append_space): Set it->constrain_row_ascent_descent_p to avoid
13177 increasing row height if row is non-empty.
13178 (fill_image_glyph_string): Copy slice info.
13179 (take_vertical_position_into_account): Simplify.
13180 (produce_image_glyph): Handle iterator slice info, setup glyph
13181 slice info. Do not force minimum line height.
13182 (x_produce_glyphs): If it->constrain_row_ascent_descent_p is set,
13183 do not increase height (ascent/descent) of non-empty row when
13184 adding normal character glyph; instead reduce glyph ascent/descent
13185 appropriately; if row is higher than current glyph, adjust glyph
13186 descent/ascent to reposition glyph within the existing row.
13187 Likewise, when char is newline, only set ascent/descent if row is
13188 currently empty.
13189 (note_mouse_highlight): Handle hotspots with sliced image.
13190
13191 * xterm.c (x_draw_relief_rect): Add top_p and bot_p args.
13192 (x_draw_glyph_string_box): Fix call to x_draw_relief_rect.
13193 (x_draw_image_foreground, x_draw_image_relief)
13194 (x_draw_image_foreground_1, x_draw_image_glyph_string):
13195 Draw sliced images.
13196
13197 * xterm.h (image_ascent): Remove prototype.
13198
13199 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
13200
13201 * keymap.c (Fkey_description): Fix the usual int/Lisp_Object mixup.
13202
13203 2004-04-20 John Paul Wallington <jpw@gnu.org>
13204
13205 * fns.c (Fassoc, Feql): Fix indentation.
13206
13207 * fontset.c (regularize_fontname): Rename from regulalize_fontname.
13208
13209 2004-04-19 John Paul Wallington <jpw@gnu.org>
13210
13211 * fns.c (Feql): New function.
13212 (syms_of_fns): Defsubr it.
13213
13214 2004-04-18 Jason Rumney <jasonr@gnu.org>
13215
13216 * w32select.c (Fw32_set_clipboard_data): Get sequence number
13217 after closing the clipboard.
13218
13219 2004-04-16 Luc Teirlinck <teirllm@auburn.edu>
13220
13221 * buffer.c (Fbuffer_base_buffer): Doc fix.
13222
13223 2004-04-17 Kim F. Storm <storm@cua.dk>
13224
13225 * keymap.c (Fkey_description): Add optional PREFIX arg.
13226 Combine prefix with KEYS to make up the full key sequence to describe.
13227 Correlate meta_prefix_char and following (simple) key to describe
13228 as meta modifier. All callers changed.
13229 (describe_map): Rename arg `keys' to `prefix'. Remove local
13230 `elt_prefix' var. Use Fkey_description with prefix instead of
13231 elt_prefix combined with Fsingle_key_description.
13232 (describe_vector): Declare static. Replace arg `elt_prefix' with
13233 `prefix'. Add KEYMAP_P arg. Add local var `elt_prefix'; use it
13234 if !KEYMAP_P. Use Fkey_description with prefix instead of
13235 Fsingle_key_description.
13236
13237 * keymap.h (Fkey_description): Fix prototype.
13238 (describe_vector): Remove prototype.
13239
13240 * xdisp.c (update_overlay_arrows): Fix handling of up_to_date < 0.
13241
13242 * image.c (PNG_BG_COLOR_SHIFT): Remove.
13243 (png_load): Fix calculation of transparent background color on X
13244 and W32 platforms.
13245
13246 2004-04-16 Juanma Barranquero <lektu@terra.es>
13247
13248 * xdisp.c (try_scrolling): Make sure `scroll-conservatively' is
13249 not too large before computing how much to scroll.
13250
13251 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
13252
13253 * dired.c (Ffile_attributes): Don't pass extra nil arg to file-handler.
13254
13255 2004-04-14 Luc Teirlinck <teirllm@auburn.edu>
13256
13257 * fileio.c (Fverify_visited_file_modtime, Fvisited_file_modtime):
13258 Add hyperlink to Elisp manual to the docstring.
13259
13260 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
13261
13262 * callint.c (fix_command): Use XDCR.
13263
13264 2004-04-14 Nick Roberts <nick@nick.uklinux.net>
13265
13266 * window.c (Fget_lru_window): Doc fix.
13267
13268 2004-04-14 Kim F. Storm <storm@cua.dk>
13269
13270 * editfns.c (Fformat): Fix allocation size of precision array.
13271
13272 * dispnew.c (update_window): Only set changed_p if
13273 scrolling_window actually did scroll.
13274 (scrolling_window): Only return 1 if we actually did scroll.
13275
13276 * xdisp.c (get_glyph_string_clip_rect): Fix reduction of cursor
13277 height to glyph height when cursor row is not fully visible.
13278 (make_cursor_line_fully_visible): Add FORCE_P arg to return
13279 failure in case row is higher than window. Callers changed.
13280 (try_scrolling): Fix loop in scrolling if last_line_misfit (from Gerd).
13281 Try to scroll partially visible, higher-than-window cursor row.
13282 (redisplay_window): Always try to scroll partially visible,
13283 higher-than-window cursor row - both initially and again with
13284 centering_position = 0.
13285 Clear desired matrix before retrying with centering_position = 0.
13286
13287 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
13288
13289 * syntax.c (scan_lists): Simplify backward string scan.
13290 Fix off-by-one boundary check for string and comment fences.
13291
13292 2004-04-13 Joe Buehler <jbuehler@hekimian.com>
13293
13294 * sheap.c, unexcw.c: New files.
13295
13296 2004-04-12 Luc Teirlinck <teirllm@auburn.edu>
13297
13298 * buffer.c (Fmake_indirect_buffer): Throw an error if the intended
13299 base buffer has been killed. Correct the error message if the
13300 base buffer does not exist.
13301
13302 2004-04-12 Joe Buehler <jbuehler@hekimian.com>
13303
13304 * s/cygwin.h: Changes for Cygwin unexec() support, changes in
13305 Cygwin itself. Add support for Xaw3d scrollbars.
13306
13307 * puresize.h: Set up PURE_P() for Cygwin unexec() support.
13308
13309 * lastfile.c: Define my_endbss[] for Cygwin unexec() support.
13310
13311 * gmalloc.c (__default_morecore): Use bss_sbrk(), not __sbrk(),
13312 before Cygwin unexec.
13313
13314 * Makefile.in: Link changes for Cygwin unexec() support.
13315
13316 2004-04-12 Andreas Schwab <schwab@suse.de>
13317
13318 * buffer.c (Fmake_indirect_buffer): Check that NAME is a string.
13319
13320 2004-04-11 Luc Teirlinck <teirllm@auburn.edu>
13321
13322 * buffer.c (Fgenerate_new_buffer_name): Return NAME argument if
13323 IGNORE argument equals NAME. Doc fix.
13324
13325 2004-04-11 Masatake YAMATO <jet@gyve.org>
13326
13327 * buffer.c (fix_start_end_in_overlays): Make overlays
13328 empty if they are backwards.
13329
13330 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
13331
13332 * xfaces.c (face_color_supported_p): Fix compilation without X11.
13333
13334 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
13335
13336 * doc.c (Fsnarf_documentation): Ignore new file name entries.
13337
13338 2004-04-06 Kim F. Storm <storm@cua.dk>
13339
13340 * msdos.c (clear_mouse_face): Only clear mouse highlight if not hidden.
13341 (dos_rawgetc): Set mouse_face_hidden after clearing highlight.
13342
13343 * w32term.c (w32_read_socket): Set mouse_face_hidden after
13344 clearing highlight.
13345
13346 * xdisp.c (clear_mouse_face): Only clear mouse highlight if not hidden.
13347
13348 * xterm.c (handle_one_xevent): Set mouse_face_hidden after
13349 clearing highlight.
13350
13351 * indent.c (vmotion): Do not reserve one column for continuation
13352 marks on window frames.
13353
13354 2004-04-04 Eli Zaretskii <eliz@gnu.org>
13355
13356 * charset.h (SINGLE_BYTE_CHAR_P): Fix macro to avoid warnings
13357 from GCC.
13358
13359 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
13360
13361 * .gdbinit-union: Remove.
13362
13363 * .gdbinit: Make it work for USE_LSB_TAG and !NO_LISP_UNION.
13364 (xgetptr, xgetint, xgettype): New funs. Use them everywhere.
13365 ($nonvalbits): Remove.
13366 ($valmask): Set it by calling xreload to avoid redundancy.
13367
13368 * emacs.c (gdb_use_union, gdb_use_lsb): New vars.
13369 (gdb_emacs_intbits): Remove.
13370
13371 2004-03-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13372
13373 * data.c (Fbyteorder): Make test work even if unsigned is not 4 bytes.
13374
13375 2004-03-30 Kenichi Handa <handa@m17n.org>
13376
13377 * editfns.c (Fformat): Fix initialization of the array info.
13378
13379 2004-03-30 Kim F. Storm <storm@cua.dk>
13380
13381 * xterm.c (x_mouse_click_focus_ignore_position): New var.
13382 (syms_of_xterm): DEFVAR_BOOL it.
13383 (ignore_next_mouse_click_timeout): New var.
13384 (handle_one_xevent): Clear it on KeyPress, set it on EnterNotify.
13385 Use it to filter mouse clicks following focus event.
13386
13387 2004-03-29 David Ponce <david@dponce.com>
13388
13389 * callint.c (Fcall_interactively): Fix last change.
13390
13391 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
13392
13393 * eval.c (Fcommandp): Simplify.
13394
13395 * data.c (Finteractive_form): Rename from Fsubr_interactive_form.
13396 Extend to handle all kinds of functions.
13397
13398 * lisp.h (Finteractive_form): Declare.
13399
13400 * callint.c (Fcall_interactively): Use it.
13401
13402 2004-03-26 Kim F. Storm <storm@cua.dk>
13403
13404 * xdisp.c (syms_of_xdisp): Include `void-variable' in list_of_error
13405 to catch errors in calc_pixel_width_or_height during redisplay.
13406
13407 2004-03-26 Masatake YAMATO <jet@gyve.org>
13408
13409 * buffer.c (fix_start_end_in_overlays): Rename fix_overlays_in_range.
13410
13411 * lisp.h (fix_start_end_in_overlays): Likewise.
13412
13413 * insdel.c (adjust_markers_for_insert): Call fix_start_end_in_overlays.
13414
13415 * editfns.c (Ftranspose_regions): Likewise.
13416
13417 2004-03-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13418
13419 * xterm.c (handle_one_xevent): Do not pass key press events to GTK.
13420
13421 2004-03-19 Richard M. Stallman <rms@gnu.org>
13422
13423 * s/sol2-6.h: Delete previous change.
13424
13425 2004-03-19 Kim F. Storm <storm@cua.dk>
13426
13427 * xdisp.c (move_it_in_display_line_to): Fix MOVE_TO_POS case when
13428 to_charpos corresponds to newline in right fringe. Use local
13429 BUFFER_POS_REACHED_P macro.
13430
13431 2004-03-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13432
13433 * xdisp.c (calc_pixel_width_or_height): Add ifdef HAVE_WINDOW_SYSTEM
13434 to compile on non-window system.
13435
13436 2004-03-19 Kim F. Storm <storm@cua.dk>
13437
13438 * dispextern.h (calc_pixel_width_or_height): Add prototype.
13439
13440 * image.c (Qcenter): Move to xdisp.c.
13441
13442 * xdisp.c (Qcenter): Declare here.
13443 (syms_of_xdisp): Intern and staticpro it.
13444 (handle_single_display_prop): Allow space display property on all
13445 platforms.
13446 (display_mode_line): Set mode_line_p before displaying line.
13447 (calc_pixel_width_or_height): Declare extern. Add separate :align-to
13448 handling. Remove complex cases for fringes and scroll-bars.
13449 Add left, right, and center alignment positions. Add text (area)
13450 width/height. Return width or height for image specs.
13451 (produce_stretch_glyph): Improve handling of :align-to. Is now
13452 relative to left of text area by default, but other base offsets
13453 can be specified -- also for text lines.
13454
13455 * term.c (produce_glyphs): Handle IT_STRETCH.
13456 (produce_stretch_glyph): New function to handle space width and
13457 align-to display properties on non-window systems.
13458
13459 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
13460
13461 * fileio.c (Fread_file_name): Set completion-ignore-case for
13462 case-insensitive systems.
13463
13464 2004-03-14 Masatake YAMATO <jet@gyve.org>
13465
13466 * xdisp.c (note_mode_line_or_margin_highlight): Accept HEADER_LINE
13467 when keymap and cursor are setup.
13468
13469 2004-03-14 Steven Tamm <steventamm@mac.com>
13470
13471 * Makefile.in (XMENU_OBJ) [HAVE_CARBON]: Do not include xmenu.o.
13472
13473 2004-03-14 Kim F. Storm <storm@cua.dk>
13474
13475 * dispextern.h (x_find_image_file): Add prototype.
13476
13477 * image.c (x_find_image_file): Make extern.
13478
13479 * xfns.c (x_find_image_file): Remove prototype.
13480
13481 2004-03-13 Eli Zaretskii <eliz@gnu.org>
13482
13483 * Makefile.in (XMENU_OBJ): Include xmenu.o if HAVE_MENUS is defined.
13484
13485 * emacs.c (main): Call syms_of_xmenu only if HAVE_MENUS is defined.
13486
13487 2004-03-12 Richard M. Stallman <rms@gnu.org>
13488
13489 * fns.c (internal_equal): New arg PROPS controls comparing
13490 text properties. All callers changed.
13491 (Fequal_including_properties): New function.
13492 (syms_of_fns): defsubr it.
13493
13494 2004-03-12 Kim F. Storm <storm@cua.dk>
13495
13496 Fix image support on MAC. From YAMAMOTO Mitsuharu.
13497
13498 * dispextern.h (XImagePtr, XImagePtr_or_DC): Add typedefs.
13499 (image_background, image_background_transparent): Fix prototypes.
13500
13501 * image.c (XImagePtr, XImagePtr_or_DC): Move typedefs to dispextern.h.
13502
13503 * macfns.c (x_list_fonts, x_get_font_info, x_load_font)
13504 (x_query_font, x_find_ccl_program, x_set_window_size)
13505 (x_make_frame_visible, mac_initialize, XCreatePixmap)
13506 (XCreatePixmapFromBitmapData, XFreePixmap, XSetForeground)
13507 (mac_draw_line_to_pixmap): Move prototypes to macterm.h.
13508
13509 * macterm.h (x_list_fonts, x_get_font_info, x_load_font)
13510 (x_query_font, x_find_ccl_program, x_set_window_size)
13511 (x_make_frame_visible, mac_initialize, XCreatePixmap)
13512 (XCreatePixmapFromBitmapData, XFreePixmap, XSetForeground)
13513 (mac_draw_line_to_pixmap): Add prototypes.
13514
13515 2004-03-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13516
13517 * macterm.c (XTread_socket): Fix mouse click on tool bar.
13518
13519 2004-03-11 Kim F. Storm <storm@cua.dk>
13520
13521 * dispextern.h: Move image related prototypes from xfns.c section
13522 to image.c. Condition them by HAVE_WINDOW_SYSTEM rather than
13523 HAVE_X_WINDOWS.
13524
13525 * Makefile.in (XOBJ): Consolidate into one list. Add image.o.
13526 Move gtkutil.o to new GTK_OBJ list.
13527 (XMENU_OBJ) [HAVE_MENUS]: Move declaration to proper place.
13528 (GTK_OBJ) [USE_GTK]: New declaration.
13529 (obj): Add $(GTK_OBJ) to list.
13530
13531 2004-03-11 Steven Tamm <steventamm@mac.com>
13532
13533 * image.c [MAC_OSX]: Include sys/stat.h.
13534
13535 * macfns.c (syms_of_macfns): Remove definitions of things now
13536 defined in image.c.
13537
13538 2004-03-11 Kim F. Storm <storm@cua.dk>
13539
13540 The following changes consolidates the identical/similar image
13541 support code previously found in xfns.c, w32fns.c, and macfns.c
13542 into a new file image.c.
13543
13544 * makefile.w32-in (OBJ1): Add image.o.
13545 ($(BLD)/image.$(O)): Add dependencies.
13546
13547 * Makefile.in (XOBJ, MAC_OBJ): Add image.o.
13548 (image.o): Add dependencies.
13549
13550 * image.c: New file with consolidated image support code.
13551 (COLOR_TABLE_SUPPORT): New define to control whether
13552 color table support is available (X only).
13553 (Bitmap_Record): Common name for x_bitmap_record,
13554 w32_bitmap_record, and mac_bitmap_record.
13555 (XImagePtr): Common name for pointer to XImage or equivalent.
13556 (XImagePtr_or_DC): New type to simplify code sharing; equivalent
13557 to XImagePtr on X+MAC, and to HDC on W32.
13558 (GET_PIXEL): Wrapper for XGetPixel or equivalent.
13559 (NO_PIXMAP): Common name for "None" or equivalent.
13560 (PNG_BG_COLOR_SHIFT): Bits to shift PNG background colors.
13561 (RGB_PIXEL_COLOR): Common type for an integer "pixel color" value.
13562 (PIX_MASK_RETAIN, PIX_MASK_DRAW): Portability macros (from macfns.c).
13563 (FRAME_X_VISUAL, x_defined_color, DefaultDepthOfScreen):
13564 Define with suitable equivalents on W32 and MAC for code sharing.
13565 (XDrawLine): Define on MAC for code sharing.
13566 (Destroy_Image, Free_Pixmap): Wrappers for code sharing.
13567 (IF_LIB_AVAILABLE): Macro to simplify code sharing.
13568 (Vx_bitmap_file_path, Vimage_cache_eviction_delay)
13569 (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
13570 (x_reference_bitmap, x_create_bitmap_from_data)
13571 (x_create_bitmap_from_file, x_destroy_bitmap)
13572 (x_destroy_all_bitmaps, x_create_bitmap_mask)
13573 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
13574 (QCascent, QCmargin, QCrelief, QCconversion, QCcolor_symbols)
13575 (QCheuristic_mask, QCindex, QCmatrix, QCcolor_adjustment, QCmask)
13576 (Qlaplace, Qemboss, Qedge_detection, Qheuristic, Qcenter)
13577 (define_image_type, lookup_image_type, valid_image_p)
13578 (image_error, enum image_value_type, struct image_keyword)
13579 (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
13580 (make_image, free_image, prepare_image_for_display, image_ascent)
13581 (four_corners_best, image_background, image_background_transparent)
13582 (x_clear_image_1, x_clear_image, x_alloc_image_color)
13583 (make_image_cache, free_image_cache, clear_image_cache)
13584 (Fclear_image_cache, postprocess_image, lookup_image, cache_image)
13585 (forall_images_in_image_cache, x_create_x_image_and_pixmap)
13586 (x_destroy_x_image, x_put_x_image, x_find_image_file, slurp_file)
13587 (find_image_fsspec, image_load_qt_1, image_load_quicktime)
13588 (init_image_func_pointer, image_load_quartz2d)
13589 (struct ct_color, init_color_table, free_color_table)
13590 (lookup_rgb_color, lookup_pixel_color, colors_in_color_table)
13591 (cross_disabled_images, x_to_xcolors, x_from_xcolors)
13592 (x_detect_edges, x_emboss, x_laplace, x_edge_detection)
13593 (x_disable_image, x_build_heuristic_mask)
13594 (XBM support, XPM support, PBM support, PNG support, JPEG support)
13595 (TIFF support, GIF support, Ghostscript support): Consolidate image
13596 code from xfns.c, w32fns.c, and macfns.c.
13597 (syms_of_image): Consolidate image related symbol setup here.
13598 (init_image): Consolidate image related initializations here.
13599
13600 * emacs.c (main) [HAVE_WINDOW_SYSTEM]: Add calls to syms_of_image
13601 and init_image. Remove call to init_xfns.
13602
13603 * macterm.h (struct mac_bitmap_record): Add file member.
13604 Not currently used, but simplifies code sharing.
13605
13606 * macfns.c (Vx_bitmap_file_path, Vimage_cache_eviction_delay)
13607 (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
13608 (x_reference_bitmap, x_create_bitmap_from_data)
13609 (x_create_bitmap_from_file, x_destroy_bitmap)
13610 (x_destroy_all_bitmaps, x_create_bitmap_mask)
13611 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
13612 (QCascent, QCmargin, QCrelief, QCconversion, QCcolor_symbols)
13613 (QCheuristic_mask, QCindex, QCmatrix, QCcolor_adjustment, QCmask)
13614 (Qlaplace, Qemboss, Qedge_detection, Qheuristic, Qcenter)
13615 (define_image_type, lookup_image_type, valid_image_p)
13616 (image_error, enum image_value_type, struct image_keyword)
13617 (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
13618 (make_image, free_image, prepare_image_for_display, image_ascent)
13619 (four_corners_best, image_background, image_background_transparent)
13620 (x_clear_image_1, x_clear_image, x_alloc_image_color)
13621 (make_image_cache, free_image_cache, clear_image_cache)
13622 (Fclear_image_cache, postprocess_image, lookup_image, cache_image)
13623 (forall_images_in_image_cache, x_create_x_image_and_pixmap)
13624 (x_destroy_x_image, x_put_x_image, x_find_image_file, slurp_file)
13625 (find_image_fsspec, image_load_qt_1, image_load_quicktime)
13626 (init_image_func_pointer, image_load_quartz2d)
13627 (struct ct_color, init_color_table, free_color_table)
13628 (lookup_rgb_color, lookup_pixel_color, colors_in_color_table)
13629 (cross_disabled_images, x_to_xcolors, x_from_xcolors)
13630 (x_detect_edges, x_emboss, x_laplace, x_edge_detection)
13631 (x_disable_image, x_build_heuristic_mask)
13632 (XBM support, XPM support, PBM support, PNG support, JPEG support)
13633 (TIFF support, GIF support, Ghostscript support): Merge with image
13634 code from xfns.c and macfns.c into image.c.
13635 (syms_of_xfns): Move image related symbols to image.c.
13636 (init_external_image_libraries, init_xfns): Remove; initialization
13637 moved to init_image in image.c.
13638
13639 * w32fns.c (Vx_bitmap_file_path, Vimage_cache_eviction_delay)
13640 (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
13641 (x_reference_bitmap, x_create_bitmap_from_data)
13642 (x_create_bitmap_from_file, x_destroy_bitmap)
13643 (x_destroy_all_bitmaps, x_create_bitmap_mask)
13644 (QCascent, QCmargin, QCrelief, QCconversion, QCcolor_symbols)
13645 (QCheuristic_mask, QCindex, QCmatrix, QCcolor_adjustment, QCmask)
13646 (Qlaplace, Qemboss, Qedge_detection, Qheuristic, Qcenter)
13647 (define_image_type, lookup_image_type, valid_image_p)
13648 (image_error, enum image_value_type, struct image_keyword)
13649 (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
13650 (make_image, free_image, prepare_image_for_display, image_ascent)
13651 (four_corners_best, image_background, image_background_transparent)
13652 (x_clear_image_1, x_clear_image, x_alloc_image_color)
13653 (make_image_cache, free_image_cache, clear_image_cache)
13654 (Fclear_image_cache, postprocess_image, lookup_image, cache_image)
13655 (forall_images_in_image_cache, x_create_x_image_and_pixmap)
13656 (x_destroy_x_image, x_put_x_image, x_find_image_file, slurp_file)
13657 (struct ct_color, init_color_table, free_color_table)
13658 (lookup_rgb_color, lookup_pixel_color, colors_in_color_table)
13659 (cross_disabled_images, x_to_xcolors, x_from_xcolors)
13660 (x_detect_edges, x_emboss, x_laplace, x_edge_detection)
13661 (x_disable_image, x_build_heuristic_mask)
13662 (XBM support, XPM support, PBM support, PNG support, JPEG support)
13663 (TIFF support, GIF support, Ghostscript support): Merge with image
13664 code from xfns.c and macfns.c into image.c.
13665 (syms_of_xfns): Move image related symbols to image.c.
13666 (init_external_image_libraries, init_xfns): Remove; initialization
13667 moved to init_image in image.c.
13668
13669 * xfns.c (Vx_bitmap_file_path, Vimage_cache_eviction_delay)
13670 (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
13671 (x_reference_bitmap, x_create_bitmap_from_data)
13672 (x_create_bitmap_from_file, x_destroy_bitmap)
13673 (x_destroy_all_bitmaps, x_create_bitmap_mask)
13674 (QCascent, QCmargin, QCrelief, QCconversion, QCcolor_symbols)
13675 (QCheuristic_mask, QCindex, QCmatrix, QCcolor_adjustment, QCmask)
13676 (Qlaplace, Qemboss, Qedge_detection, Qheuristic, Qcenter)
13677 (define_image_type, lookup_image_type, valid_image_p)
13678 (image_error, enum image_value_type, struct image_keyword)
13679 (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
13680 (make_image, free_image, prepare_image_for_display, image_ascent)
13681 (four_corners_best, image_background, image_background_transparent)
13682 (x_clear_image_1, x_clear_image, x_alloc_image_color)
13683 (make_image_cache, free_image_cache, clear_image_cache)
13684 (Fclear_image_cache, postprocess_image, lookup_image, cache_image)
13685 (forall_images_in_image_cache, x_create_x_image_and_pixmap)
13686 (x_destroy_x_image, x_put_x_image, x_find_image_file, slurp_file)
13687 (struct ct_color, init_color_table, free_color_table)
13688 (lookup_rgb_color, lookup_pixel_color, colors_in_color_table)
13689 (cross_disabled_images, x_to_xcolors, x_from_xcolors)
13690 (x_detect_edges, x_emboss, x_laplace, x_edge_detection)
13691 (x_disable_image, x_build_heuristic_mask)
13692 (XBM support, XPM support, PBM support, PNG support, JPEG support)
13693 (TIFF support, GIF support, Ghostscript support): Merge with
13694 w32fns.c and macfns.c image code into image.c.
13695 (syms_of_xfns): Move image related symbols to image.c.
13696 (init_xfns): Remove; initialization moved to init_image in image.c.
13697
13698 * lisp.h (syms_of_image, init_image): Add protoypes.
13699 (init_xfns): Remove prototype.
13700
13701 * dispextern.h (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
13702 (x_reference_bitmap, x_create_bitmap_from_data)
13703 (x_create_bitmap_from_file, x_destroy_bitmap)
13704 (x_create_bitmap_mask): Move prototypes from dispextern.h.
13705 (gamma_correct) [MAC_OS]: Add prototype.
13706
13707 * xterm.h (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
13708 (x_reference_bitmap, x_create_bitmap_from_data)
13709 (x_create_bitmap_from_file, x_destroy_bitmap)
13710 (x_create_bitmap_mask): Move prototypes to dispextern.h.
13711
13712 2004-03-09 Kenichi Handa <handa@etlken2>
13713
13714 * coding.c (decode_coding_emacs_mule): Handle insufficent source
13715 correctly.
13716
13717 2004-03-04 Richard M. Stallman <rms@gnu.org>
13718
13719 * s/sol2-6.h (LD_SWITCH_SYSTEM_TEMACS): New definition.
13720
13721 * window.c (Fdisplay_buffer): Doc fix.
13722
13723 * buffer.c (Fpop_to_buffer): Doc fix.
13724
13725 2004-03-03 Kim F. Storm <storm@cua.dk>
13726
13727 * xdisp.c (display_line): Fix call to get_overlay_arrow_glyph_row.
13728
13729 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
13730
13731 * editfns.c (Ftranslate_region): Lisp_Object/int mixup.
13732
13733 2004-03-02 Richard M. Stallman <rms@gnu.org>
13734
13735 * indent.c (compute_motion): Save vpos in prev_vpos, like hpos etc.
13736
13737 2004-03-02 Kenichi Handa <handa@m17n.org>
13738
13739 * doc.c (Fsubstitute_command_keys): Fix counding bytes.
13740
13741 2004-03-02 Kim F. Storm <storm@cua.dk>
13742
13743 * window.h (struct window): New member overlay_arrow_bitmap.
13744
13745 * window.c (make_window): Initialize overlay_arrow_bitmap.
13746
13747 * xdisp.c (Voverlay_arrow_variable_list): New variable to properly
13748 implement and integrate multiple overlay arrows with redisplay.
13749 (syms_of_xdisp): DEFVAR_LISP and initialize it.
13750 (last_arrow_position, last_arrow_string): Replace by properties.
13751 (Qlast_arrow_position, Qlast_arrow_string)
13752 (Qoverlay_arrow_string, Qoverlay_arrow_bitmap): New variables.
13753 (syms_of_xdisp): Intern and staticpro them.
13754 (overlay_arrow_string_or_property, update_overlay_arrows)
13755 (overlay_arrow_in_current_buffer_p, overlay_arrows_changed_p)
13756 (overlay_arrow_at_row): New functions for multiple overlay arrows.
13757 (redisplay_internal): Use them instead of directly accessing
13758 Voverlay_arrow_position etc. for multiple overlay arrows.
13759 (mark_window_display_accurate): Use update_overlay_arrows.
13760 (try_cursor_movement): Use overlay_arrow_in_current_buffer_p.
13761 (try_window_id): Use overlay_arrows_changed_p.
13762 (get_overlay_arrow_glyph_row): Add overlay_arrow_string arg.
13763 (display_line): Use overlay_arrow_at_row to check multiple
13764 overlay arrows, and get relevant overlay-arrow-string and
13765 overlay-arrow-bitmap. Set w->overlay_arrow_bitmap accordingly.
13766 (produce_image_glyph): Set pixel_width = 0 for fringe bitmap.
13767 (syms_of_xdisp): Remove last_arrow_position and last_arrow_string.
13768
13769 * fringe.c (draw_fringe_bitmap): Use w->overlay_arrow_bitmap if set.
13770 (update_window_fringes): Remove unused code.
13771
13772 2004-03-01 Jason Rumney <jasonr@gnu.org>
13773
13774 * w32term.c (w32_read_socket): Fix last change to ButtonPress handling.
13775
13776 2004-03-01 Juanma Barranquero <lektu@terra.es>
13777
13778 * fringe.c (Fdefine_fringe_bitmap): Fix typo in docstring.
13779
13780 * makefile.w32-in ($(BLD)/fringe.$(O)): Add dependencies.
13781
13782 2004-03-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13783
13784 * xfns.c (Fx_display_color_cells): Use number of planes to calculate
13785 how many colors can be displayed.
13786
13787 2004-03-01 Kenichi Handa <handa@m17n.org>
13788
13789 * editfns.c (Ftranslate_region): Handle multibyte chars in TABLE
13790 correctly.
13791
13792 2004-02-28 Kim F. Storm <storm@cua.dk>
13793
13794 * dispnew.c (update_window): Update header line also if there are
13795 no other changes in window (move code after set_cursor label).
13796
13797 * lisp.h (mark_window_display_accurate): Remove prototype.
13798
13799 * window.c (window_loop, Fforce_window_update): Force mode line
13800 updates by setting prevent_redisplay_optimizations_p and
13801 update_mode_lines.
13802
13803 2004-02-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13804
13805 * xfns.c (x_window): Fix indentation.
13806
13807 * xterm.c (x_calc_absolute_position): Call x_real_positions
13808 to get WM window sizes and use those to calculate position.
13809 (x_set_offset): Remove code commented out.
13810
13811 2004-02-28 Miles Bader <miles@gnu.org>
13812
13813 * keyboard.c (adjust_point_for_property): #ifdef-out dodgy xassert.
13814
13815 2004-02-28 Kim F. Storm <storm@cua.dk>
13816
13817 * keyboard.c (kbd_buffer_store_event_hold): New function to store
13818 an event into kbd fifo, but with special handling of quit event;
13819 a quit event is saved for later, and further events are discarded
13820 until the saved quit event has been processed.
13821 (kbd_buffer_store_event): Use kbd_buffer_store_event_hold.
13822 (gen_help_event): Store help event in kbd fifo.
13823 (NREAD_INPUT_EVENTS): Remove.
13824 (read_avail_input): Adapt to new read_socket_hook interface.
13825 Remove allocation and initialization of local input_event buffer,
13826 as read_socket_hook stores events directly in fifo. Allocate and
13827 initialize local hold_quit event to handle postponed quit event
13828 (and store it if set by kbd_buffer_store_event_hold).
13829
13830 * keyboard.h (kbd_buffer_store_event_hold): Add prototype.
13831 (gen_help_event): Fix prototype.
13832
13833 * macterm.c (XTread_socket): Remove bufp_r and
13834 numcharsp args. Add hold_quit arg.
13835 Rework to use just one, local, inev input_event. Store inev
13836 directly in fifo using kbd_buffer_store_event_hold.
13837
13838 * sysdep.c (BUFFER_SIZE_FACTOR): Remove.
13839 (read_input_waiting): Adapt to new read_socket_hook interface.
13840 Remove allocation and initialization of local input_event buffer,
13841 as read_socket_hook stores events directly in fifo. Allocate and
13842 initialize local hold_quit event to handle postponed quit event
13843 (and store it if set by kbd_buffer_store_event_hold).
13844
13845 * term.c (read_socket_hook): Fix arg list.
13846
13847 * termhooks.h (read_socket_hook): Fix prototype.
13848
13849 * w32inevt.c (w32_console_read_socket): Remove bufp_r and
13850 numcharsp args. Add hold_quit arg.
13851 Rework to use just one, local, inev input_event. Store inev
13852 directly in fifo using kbd_buffer_store_event_hold.
13853
13854 * w32inevt.h (w32_console_mouse_position): Fix prototype.
13855
13856 * w32term.c (w32_read_socket): Remove bufp_r and numcharsp args.
13857 Add hold_quit arg. Rework to use just one, local, inev
13858 input_event. Store inev directly in fifo using
13859 kbd_buffer_store_event_hold. Update count in one place.
13860 Postpone call to gen_help_event until inev is stored; use new
13861 local do_help for this.
13862 Remove local emacs_event in handing of ButtonPress event; just use
13863 inev instead (so no reason to copy it later).
13864
13865 * xsmfns.c (x_session_check_input): Remove numchars arg.
13866
13867 * xterm.c (x_focus_changed, x_detect_focus_change):
13868 Remove numchars arg. Always store event into bufp arg.
13869 Return nothing. Callers changed accordingly.
13870 (glyph_rect): Simplify.
13871 (STORE_KEYSYM_FOR_DEBUG): New macro.
13872 (SET_SAVED_MENU_EVENT): Use inev instead of bufp, etc.
13873 (current_bufp, current_numcharsp) [USE_GTK]: Remove.
13874 (current_hold_quit) [USE_GTK]: Add.
13875 (event_handler_gdk): Adapt to new handle_one_xevent.
13876 (handle_one_xevent): Remove bufp_r and numcharsp args.
13877 Add hold_quit arg. Rework to use just one, local, inev
13878 input_event. Store inev directly in fifo using
13879 kbd_buffer_store_event_hold. Update count in one place.
13880 Postpone call to gen_help_event until inev is stored; use new
13881 local do_help for this.
13882 Simplify handling of keysyms (consolidate common code). Fix bug
13883 where count was updated with nchars instead of nbytes.
13884 Remove local emacs_event in handing of ButtonPress event; just use
13885 inev instead (so no reason to copy it later).
13886 Remove `out' label. Rename label `ret' to `done'; add various
13887 `goto done' to clarify code flow in deeply nested blocks.
13888 (x_dispatch_event): Simplify as handle_one_xevent now calls
13889 kbd_buffer_store_event itself.
13890 (XTread_socket): Remove bufp_r and numcharsp args. Add hold_quit
13891 arg. Call handle_one_xevent with new arglist. Store event from
13892 x_session_check_input in fifo.
13893 [USE_GTK]: Setup current_hold_quit.
13894 Decrement handling_signal before unblocking input.
13895 (x_initialize) [USE_GTK]: Initialize current_count.
13896
13897 * xterm.h (x_session_check_input): Fix prototype.
13898
13899 2004-02-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13900
13901 * s/darwin.h (LD_SWITCH_SYSTEM_TEMACS): Add `-framework QuickTime'.
13902
13903 * dispextern.h [MAC_OSX]: Do not include Carbon/Carbon.h (now in
13904 macgui.h).
13905
13906 * emacs.c (main) [HAVE_CARBON]: Call init_xfns.
13907
13908 * macgui.h [MAC_OSX]: Include Carbon/Carbon.h.
13909 (mktime, DEBUG, Z, free, malloc, realloc, max, min)
13910 (init_process) [MAC_OSX] : Avoid conflicts with Carbon/Carbon.h.
13911 [!MAC_OSX]: Include QDOffscreen.h and Controls.h.
13912 (INFINITY) [MAC_OSX]: Avoid conflict with definition in math.h.
13913 (Bitmap): Remove typedef.
13914 (Pixmap): Change int to GWorldPtr.
13915
13916 * macmenu.c [MAC_OSX]: Don't include Carbon/Carbon.h (now in macgui.h).
13917
13918 * macterm.h [MAC_OSX]: Don't include Carbon/Carbon.h (now in macgui.h).
13919 (RED16_FROM_ULONG, GREEN16_FROM_ULONG, BLUE16_FROM_ULONG):
13920 New #define to extract 16-bit depth color components from unsigned
13921 long representation.
13922 (PIX_MASK_DRAW, PIX_MASK_RETAIN): New #define to represent pixel
13923 colors used for masks.
13924 (struct mac_display_info): Add color_p. Remove n_cbits.
13925
13926 * macfns.c: Include sys/types.h and sys/stat.h.
13927 [MAC_OSX]: Do not include Carbon/Carbon.h (now in macgui.h).
13928 Include QuickTime/QuickTime.h.
13929 (XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
13930 (XSetForeground, mac_draw_line_to_pixmap): Add externs for
13931 functions defined in macterm.c.
13932 (XImagePtr): New typedef. Corresponds to XImage * in xfns.c.
13933 (ZPixmap): New #define for compatibility with xfns.c.
13934 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
13935 (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
13936 (find_image_fsspec, image_load_qt_1, image_load_quicktime):
13937 New functions.
13938 (four_corners_best, x_create_x_image_and_pixmap)
13939 (x_destroy_x_image, unwind_create_frame, x_disable_image)
13940 (x_edge_detection, init_color_table, colors_in_color_table)
13941 (lookup_rgb_color, lookup_pixel_color, postprocess_image)
13942 (x_put_x_image, slurp_file, xbm_scan, xbm_load, xbm_load_image)
13943 (xbm_image_p, xbm_read_bitmap_data, xbm_file_p, x_to_xcolors)
13944 (x_from_xcolors, x_detect_edges): New declarations (from xfns.c).
13945 (mac_color_map_lookup, x_to_mac_color): Fix Lisp_Object/unsigned
13946 long mixup.
13947 (mac_defined_color, x_to_x_colors): Use RED16_FROM_ULONG etc.
13948 (x_decode_color): Don't use n_cbits (in struct mac_display_info).
13949 (x_set_foreground_color, x_set_cursor_color): Sync with w32fns.c.
13950 (x_set_cursor_type, Fxw_color_values, valid_image_p)
13951 (image_value_type, parse_image_spec, image_ascent, x_clear_image)
13952 (x_alloc_image_color, clear_image_cache, lookup_image)
13953 (x_find_image_file, xbm_read_bitmap_file_data)
13954 (enum xbm_keyword_index, xbm_format, xbm_image_p, xbm_scan)
13955 (xbm_read_bitmap_data, xbm_load, pbm_image_p, pbm_scan_number)
13956 (enum pbm_keyword_index, pbm_format, enum png_keyword_index)
13957 (png_format, png_image_p, enum jpeg_keyword_index, jpeg_format)
13958 (jpeg_image_p, enum tiff_keyword_index, tiff_format, tiff_image_p)
13959 (enum gif_keyword_index, gif_format, gif_image_p): Sync with xfns.c.
13960 (x_make_gc): Sync with xfns.c. Enclose unused `border_tile' with
13961 #if 0.
13962 (x_free_gcs): Sync with xfns.c. Enclose unused `border_tile' with
13963 #if 0. Free white_relief.gc and black_relief.gc.
13964 (unwind_create_frame, x_emboss, x_laplace, x_edge_detection):
13965 New functions (from xfns.c).
13966 (Fx_create_frame): Record unwind_create_frame.
13967 (Fxw_display_color_p): Use dpyinfo->color_p.
13968 (Fx_display_grayscale_p, Fx_display_planes): Don't use
13969 dpyinfo->n_cbits.
13970 (Fx_display_color_cells): Use dpyinfo->n_planes;
13971 (QCmatrix, QCcolor_adjustment, QCmask, Qemboss, Qedge_detection)
13972 (Qheuristic, cross_disabled_images, emboss_matrix)
13973 (laplace_matrix): New variables (from xfns.c).
13974 (Fimage_size, Fimage_mask_p, four_corners_best, image_background)
13975 (x_clear_image_1, postprocess_image, slurp_file, xbm_load_image)
13976 (xbm_file_p, x_to_xcolors, x_from_xcolors, x_detect_edges)
13977 (image_background_transparent): New function (from xfns.c).
13978 Use PIX_MASK_DRAW/PIX_MASK_RETAIN.
13979 (image_load_quicktime): Add declaration.
13980 [MAC_OSX] (image_load_quartz2d): Likewise.
13981 [MAC_OSX] (CGImageCreateWithPNGDataProviderProcType): New typedef.
13982 [MAC_OSX] (MyCGImageCreateWithPNGDataProvider): New variable.
13983 [MAC_OSX] (init_image_func_pointer, image_load_quartz2d): New funs.
13984 (xbm_load_image_from_file, x_laplace_read_row)
13985 (x_laplace_write_row, pbm_read_file): Remove functions.
13986 [HAVE_XPM] (enum xpm_keyword_index, xpm_format, xpm_image_p)
13987 (xpm_load): Sync with xfns.c (although XPM is not supported yet).
13988 (colors_in_color_table): Sync with xfns.c (although not used).
13989 (lookup_rgb_color): Don't lookup color table. Just do gamma
13990 correction.
13991 (COLOR_INTENSITY): New #define (from xfns.c).
13992 (x_disable_image): New function (from xfns.c).
13993 Use PIX_MASK_DRAW/PIX_MASK_RETAIN.
13994 (x_build_heuristic_mask): Sync with xfns.c.
13995 Use PIX_MASK_DRAW/PIX_MASK_RETAIN.
13996 (HAVE_PBM): Remove #ifdef.
13997 (pbm_load): Sync with xfns.c. Set img->width and img->height
13998 before IMAGE_BACKGROUND.
13999 (png_image_p, png_load): Don't enclose declarations with #if HAVE_PNG.
14000 (Qpng, enum png_keyword_index, png_format, png_type, png_image_p):
14001 Don't enclose with #if HAVE_PNG.
14002 [!HAVE_PNG] (png_load) [MAC_OSX]: Use image_load_quartz2d if a
14003 symbol _CGImageCreateWithPNGDataProvider is defined.
14004 Otherwise use image_load_quicktime.
14005 [!HAVE_PNG] (png_load) [!MAC_OSX]: Use image_load_quicktime.
14006 [HAVE_PNG] (png_load): Sync with xfns.c.
14007 Use PIX_MASK_DRAW/PIX_MASK_RETAIN.
14008 (jpeg_image_p, jpeg_load): Don't enclose declarations with #if
14009 HAVE_JPEG.
14010 (Qjpeg, enum jpeg_keyword_index, jpeg_format, jpeg_type)
14011 (jpeg_image_p): Don't enclose with #if HAVE_JPEG.
14012 [!HAVE_JPEG] (jpeg_load) [MAC_OSX]: Use image_load_quartz2d.
14013 [!HAVE_JPEG] (jpeg_load) [!MAC_OSX]: Use image_load_quicktime.
14014 [HAVE_JPEG] (jpeg_load): Sync with xfns.c.
14015 (tiff_image_p, tiff_load): Don't enclose declarations with #if
14016 HAVE_TIFF.
14017 (Qtiff, enum tiff_keyword_index, tiff_format, tiff_type)
14018 (tiff_image_p): Don't enclose with #if HAVE_TIFF.
14019 [!HAVE_TIFF] (tiff_load): Use image_load_quicktime.
14020 [HAVE_TIFF] (tiff_error_handler, tiff_warning_handler):
14021 New functions (from xfns.c).
14022 [HAVE_TIFF] (tiff_load): Sync with xfns.c.
14023 (gif_image_p, gif_load): Don't enclose declarations with #if HAVE_GIF.
14024 (Qgif, enum gif_keyword_index, gif_format, gif_type, gif_image_p):
14025 Don't enclose with #if HAVE_GIF.
14026 [!HAVE_GIF] (gif_load): Use Quicktime Movie Toolbox if it is
14027 animated gif. Otherwise use image_load_quicktime.
14028 [HAVE_GIF] (gif_lib.h): Temporarily define DrawText as
14029 gif_DrawText to avoid conflict with QuickdrawText.h.
14030 [HAVE_GIF] (gif_load): Sync with xfns.c.
14031 (enum gs_keyword_index, gs_format, gs_image_p, gs_load)
14032 [HAVE_GHOSTSCRIPT] (x_kill_gs_process): Sync with xfns.c (although
14033 Ghostscript is not supported yet).
14034 (syms_of_macfns): Initialize Qemboss, Qedge_detection, Qheuristic,
14035 QCmatrix, QCcolor_adjustment, and QCmask. Add DEFVAR_BOOL
14036 cross_disabled_images (from xfns.c). Remove #if 0 for supported
14037 image types. Remove #if HAVE_JPEG, HAVE_TIFF, HAVE_GIF, and
14038 HAVE_PNG. Add defsubr for Simage_size and Simage_mask_p.
14039 (init_xfns): Remove #if HAVE_JPEG, HAVE_TIFF, HAVE_GIF, and
14040 HAVE_PNG. Call EnterMovies to support animated gifs.
14041 Call init_image_func_pointer to bind a symbol
14042 _CGImageCreateWithPNGDataProvider if it is defined.
14043
14044 * macterm.c [MAC_OSX]: Don't include Carbon/Carbon.h (now in macgui.h).
14045 (x_draw_bar_cursor): Sync declaration with xterm.c.
14046 (XFreePixmap, mac_draw_rectangle_to_pixmap, mac_copy_area)
14047 (mac_copy_area_to_pixmap): Implementation with GWorld (offscreen
14048 graphics).
14049 (mac_set_forecolor, mac_set_backcolor): Use RED16_FROM_ULONG etc.
14050 (mac_draw_line_to_pixmap, XCreatePixmap)
14051 (XCreatePixmapFromBitmapData, mac_fill_rectangle_to_pixmap)
14052 (mac_copy_area_with_mask, mac_copy_area_with_mask_to_pixmap):
14053 New functions.
14054 (mac_draw_bitmap) [TARGET_API_MAC_CARBON]:
14055 Use GetPortBitMapForCopyBits instead of the cast to Bitmap *.
14056 Cast bits to char *.
14057 (reflect_byte): New function (from w32fns.c).
14058 (mac_create_bitmap_from_bitmap_data): Use it and don't stuff bits
14059 due to byte alignment.
14060 (mac_scroll_area) [TARGET_API_MAC_CARBON]:
14061 Use GetPortBitMapForCopyBits instead of the cast to Bitmap *.
14062 (XSetForeground): Remove static (now used in macfns.c).
14063 (HIGHLIGHT_COLOR_DARK_BOOST_LIMIT): New #define (from w32term.c).
14064 (mac_alloc_lighter_color, x_destroy_window): Sync with w32term.c.
14065 (x_setup_relief_color, x_setup_relief_colors, x_draw_box_rect)
14066 (x_draw_glyph_string_box, x_draw_image_foreground)
14067 (x_draw_image_foreground_1, x_draw_image_glyph_string)
14068 (x_draw_stretch_glyph_string, x_draw_glyph_string)
14069 (x_draw_hollow_cursor, x_draw_bar_cursor, mac_draw_window_cursor):
14070 Sync with xterm.c.
14071 (x_draw_relief_rect): Sync with xterm.c. Make 1 pixel shorter
14072 than the xterm.c version when a strictly horizontal or vertical
14073 line is drawn.
14074 (XTset_terminal_window): Add static.
14075 (x_make_frame_visible): Add UNBLOCK_INPUT.
14076 (x_free_frame_resources): New funcion (from xterm.c).
14077 (XTread_socket): Call handle_tool_bar_click if mouse up/down event
14078 occurs in tool bar area.
14079 (mac_initialize_display_info): Remove dpyinfo->n_cbits.
14080 Set dpyinfo->color_p. Determine dpyinfo->n_planes using HasDepth.
14081 Initialize image cache.
14082 (stricmp, wildstrieq, mac_font_pattern_match, mac_font_match):
14083 Enclose unused functions with #if 0.
14084 (Qbig5, Qcn_gb, Qsjis, Qeuc_kr): New variables.
14085 (decode_mac_font_name): New function to apply code conversions
14086 from a mac font name to an XLFD font name according to its script code.
14087 (x_font_name_to_mac_font_name): Apply code conversion from an XLFD
14088 font name to a mac font name according to REGISTRY and ENCODING fields.
14089 (init_font_name_table) [TARGET_API_MAC_CARBON]: Don't use a font
14090 whose name starts with `.'.
14091 (init_font_name_table): Use decode_mac_font_name. Add both
14092 jisx0208.1983-sjis and jisx0201.1976-0 entries if the script code
14093 of a font is smJapanese.
14094 (mac_do_list_fonts): New function to list fonts that match a given
14095 pattern.
14096 (x_list_fonts, XLoadQueryFont): Use it.
14097 (XLoadQueryFont): Set rbearing field for each variable width
14098 character to avoid needless redraw.
14099 (syms_of_macterm): Initialize Qbig5, Qcn_gb, Qsjis, and Qeuc_kr.
14100
14101 2004-02-26 Kim F. Storm <storm@cua.dk>
14102
14103 * keyboard.c (NREAD_INPUT_EVENTS): Temporarily increase to 512
14104 as read_socket_hook handler on X aborts if buffer is too small
14105 and W32 handler doesn't always check buffer limit.
14106
14107 * xdisp.c (handle_single_display_prop): Handle left-fringe and
14108 right-fringe similar to a display margin image. Specifically,
14109 the characters having the fringe prop are no longer shown, and
14110 we use IT_IMAGE/next_element_from_image with image_id = -1 to
14111 do this. Set fringe bitmap face_id in it->face_id.
14112 (produce_image_glyph): Handle image_id < 0 as "no image" case, but
14113 still realize it->face (i.e. the fringe bitmap face).
14114
14115 2004-02-25 Miles Bader <miles@gnu.org>
14116
14117 * xdisp.c (check_it): Check string/string_pos consistency.
14118 (init_iterator): Initialize string-related fields properly.
14119
14120 2004-02-11 Miles Bader <miles@gnu.org>
14121
14122 * xdisp.c (produce_image_glyph): Force negative descents to zero.
14123
14124 2004-02-10 Miles Bader <miles@gnu.org>
14125
14126 * xfns.c (lookup_image): Remove xassert(!interrupt_input_blocked);
14127 BLOCK_INPUT can be nested, so it doesn't make much sense.
14128
14129 2004-02-24 Michael Mauger <mmaug@yahoo.com>
14130
14131 * w32fns.c (slurp_file, xbm_scan, xbm_load_image)
14132 (xbm_read_bitmap_data): Use unsigned char for image data.
14133
14134 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
14135
14136 * abbrev.c (Finsert_abbrev_table_description): Doc fix.
14137
14138 2004-02-22 Jason Rumney <jasonr@gnu.org>
14139
14140 * w32term.c (w32_draw_fringe_bitmap): Draw overlaid bitmaps
14141 correctly over other bitmaps.
14142
14143 2004-02-21 Eli Zaretskii <eliz@gnu.org>
14144
14145 * emacs.c (USAGE1): Split into two halves.
14146 (USAGE2): Second half of the old USAGE1.
14147 (USAGE3): Rename from USAGE2.
14148 (USAGE4): Rename from USAGE3.
14149
14150 2004-02-21 Juri Linkov <juri@jurta.org>
14151
14152 * emacs.c (USAGE1): Add --no-desktop. Move --display from USAGE2.
14153 Fix --multibyte. Move --help, --version to USAGE2. Add alias
14154 --file. Fix -f, -l. Sort options. Untabify.
14155 (USAGE2): Add -hb. Fix --name, --title. Sort options. Untabify.
14156
14157 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
14158
14159 * category.c (Fdefine_category, Fcategory_docstring)
14160 (Fget_unused_category, Fset_category_table)
14161 (Fcategory_set_mnemonics): Doc fixes.
14162
14163 2004-02-20 Kim F. Storm <storm@cua.dk>
14164
14165 * keyboard.c: Undo 2004-02-16 and 2004-02-17 changes.
14166 The following changes are relative to the 2004-01-21 revision.
14167 (NREAD_INPUT_EVENTS): Define as max number of input events to read
14168 in one call to read_socket_hook. Value is 8.
14169 (read_avail_input): Separate and rework handling of read_socket_hook
14170 and non-read_socket_hook cases. Use smaller input_event buffer
14171 in read_socket_hook case, and repeat if full buffer is read.
14172 Use new local variable 'discard' to skip input after C-g.
14173 In non-read_socket_hook case, just use a single input_event, and
14174 call kbd_buffer_store_event on the fly for each character.
14175
14176 2004-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
14177
14178 * lisp.h (union Lisp_Object): Give a more precise type for `type'.
14179 Remove unused `gu' alternative.
14180
14181 2004-02-19 Andreas Schwab <schwab@suse.de>
14182
14183 * fringe.c (Fdefine_fringe_bitmap): Use && instead of & to avoid
14184 warning.
14185
14186 2004-02-18 Kim F. Storm <storm@cua.dk>
14187
14188 * xdisp.c (get_window_cursor_type, display_and_set_cursor):
14189 Fix last change.
14190
14191 2004-02-17 Kim F. Storm <storm@cua.dk>
14192
14193 * xdisp.c (fast_find_position): Fix return value of new version;
14194 it was inverted compared to the 21.1 version.
14195 (get_window_cursor_type): Don't look at glyph if NULL.
14196 (display_and_set_cursor): Set glyph to NULL if cursor in fringe.
14197
14198 * keyboard.c: Rework previous change; it didn't consider that the
14199 buf array was allocated on the stack.
14200 (prev_read): Remove variable.
14201 (read_avail_input_buf): New static event buffer array.
14202 (in_read_avail_input): New static variable to handle re-entrancy.
14203 (read_avail_input): Change buf to pinter to read_avail_input_buf.
14204 Use in_read_avail_input to handle re-entrance; when re-entered,
14205 fully initialize and use tmp_buf array instead of read_avail_input_buf.
14206 Do not initialize read_avail_input_buf in full here; instead assume it
14207 is always cleared on entry. To ensure that, we clear (just) the
14208 entries that were used before we return.
14209 (init_keyboard): Initialize read_avail_input_buf here.
14210
14211 2004-02-16 Jesper Harder <harder@ifa.au.dk>
14212
14213 * cmds.c (Fend_of_line): Doc fix.
14214
14215 2004-02-16 Dmitry Antipov <dmitry.antipov@mail.ru> (tiny change)
14216
14217 * keyboard.c (prev_read): New static variable.
14218 (read_avail_input): Use it to zero out only those slots in buf[]
14219 that were used last time we were called.
14220
14221 2004-02-16 Eli Zaretskii <eliz@gnu.org>
14222
14223 * Makefile.in (obj): Move fringe.o from here...
14224 (XOBJ, MAC_OBJ): ...to here.
14225
14226 2004-02-16 Stephen Eglen <stephen@gnu.org>
14227
14228 * fringe.c (init_fringe_bitmap): Define j in MAC_OS code.
14229
14230 2004-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
14231
14232 * data.c (Fbyteorder):
14233 * fringe.c (Fdefine_fringe_bitmap):
14234 * xdisp.c (handle_single_display_prop):
14235 * xselect.c (x_handle_dnd_message): Lisp_Object/int mixup.
14236
14237 2004-02-16 Jason Rumney <jasonr@gnu.org>
14238
14239 * w32term.c (w32_draw_fringe_bitmap): Handle overlay fringe bitmaps.
14240
14241 2004-02-15 Steven Tamm <steventamm@mac.com>
14242
14243 * macterm.c (Vmac_emulate_three_button_mouse): New variable for
14244 controlling emulation of a three button mouse with option and
14245 command keys.
14246 (Qreverse, mac_get_enumlated_btn): Handle the emulation.
14247 (mac_event_to_emacs_modifiers, XTread_socket): Ditto.
14248
14249 2004-02-15 Kim F. Storm <storm@cua.dk>
14250
14251 * buffer.c (syms_of_buffer): Doc fix for indicate-buffer-boundaries.
14252
14253 * fringe.c (init_fringe_bitmap) [MAC_OS, WORDS_BIG_ENDIAN]:
14254 Perform byte-swapping.
14255
14256 2004-02-14 Kim F. Storm <storm@cua.dk>
14257
14258 * dispextern.h (struct draw_fringe_bitmap_params): Change member
14259 bits from char to short to facilitate wider bitmaps.
14260 (struct redisplay_interface): Fix prototype of define_fringe_bitmap
14261 member.
14262
14263 * fringe.c (struct fringe_bitmap): Change member bits from char to
14264 short to facilitate 16 bits wide bitmaps. Modify all standard
14265 bitmaps accordingly.
14266 (BYTES_PER_BITMAP_ROW, STANDARD_BITMAP_HEIGHT): New macros.
14267 (FRBITS): Use STANDARD_BITMAP_HEIGHT instead of just sizeof.
14268 (draw_fringe_bitmap): Ditto.
14269 (init_fringe_bitmap) [MAC_OS]: Don't bitswap.
14270 (init_fringe_bitmap) [HAVE_X_WINDOWS]: Enhance bitswapping to
14271 handle up to 16 bits wide bitmaps.
14272 (Fdefine_fringe_bitmap): Doc fix. Handle wider bitmaps.
14273 (Ffringe_bitmaps_at_pos): Add missing arg declarations.
14274
14275 * macterm.c (mac_draw_bitmap): Handle 16 bits wide bitmaps directly.
14276 (x_draw_fringe_bitmap): Use enhanced mac_draw_bitmap, so we no longer
14277 need to call mac_create_bitmap_from_bitmap_data and mac_free_bitmap.
14278
14279 * w32term.c (w32_define_fringe_bitmap): Bitmaps are now 16 bits wide,
14280 so it is no longer necessary to expand them here.
14281
14282 * xterm.c (x_draw_fringe_bitmap): Handle wider bitmaps (max 16 bits).
14283
14284 2004-02-12 Kim F. Storm <storm@cua.dk>
14285
14286 * window.c (Fwindow_fringes): Doc fix.
14287
14288 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14289
14290 * xselect.c (x_get_foreign_selection): Add new optional parameter
14291 time_stamp.
14292 (Fx_get_selection_internal): Ditto, pass time_stamp to
14293 x_get_foreign_selection.
14294
14295 * data.c (Fbyteorder): New function.
14296
14297 2004-02-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14298
14299 * atimer.c: Move include stdio.h to same place as in other files.
14300
14301 * region-cache.c: Ditto.
14302
14303 * sysdep.c: Ditto.
14304
14305 * xfaces.c: Ditto.
14306
14307 2004-02-09 Sam Steingold <sds@gnu.org>
14308
14309 * w32term.c (w32_draw_fringe_bitmap): Fix a typo in the last patch.
14310
14311 2004-02-09 Kim F. Storm <storm@cua.dk>
14312
14313 * fringe.c: New file. Move original fringe related declarations
14314 and code from dispextern.h and xdisp.c here.
14315 Rework code to support user defined fringe bitmaps, redefining
14316 standard bitmaps, ability to overlay user defined bitmap with
14317 overlay arrow bitmap, and add faces to bitmaps.
14318 (Voverflow_newline_into_fringe): Declare here.
14319 (enum fringe_bitmap_align): New enum.
14320 (..._bits): All bitmaps are now defined without bitswapping; that
14321 is now done in init_fringe_once (if necessary).
14322 (standard_bitmaps): New array with specifications for the
14323 standard fringe bitmaps.
14324 (fringe_faces): New array.
14325 (valid_fringe_bitmap_id_p): New function.
14326 (draw_fringe_bitmap_1): Rename from draw_fringe_bitmap.
14327 (draw_fringe_bitmap): New function which draws fringe bitmap,
14328 possibly overlaying bitmap with cursor in right fringe or the
14329 overlay arrow in the left fringe.
14330 (update_window_fringes): Do not handle overlay arrow here.
14331 Compare and copy fringe bitmap faces.
14332 (init_fringe_bitmap): New function.
14333 (Fdefine_fringe_bitmap, Fdestroy_fringe_bitmap): New DEFUNs to
14334 define and destroy user defined fringe bitmaps.
14335 (Fset_fringe_bitmap_face): New DEFUN to set face for a fringe bitmap.
14336 (Ffringe_bitmaps_at_pos): New DEFUN to read current fringe bitmaps.
14337 (syms_of_fringe): New function. Defsubr new DEFUNs.
14338 DEFVAR_LISP Voverflow_newline_into_fringe.
14339 (init_fringe_once, init_fringe): New functions.
14340 (w32_init_fringe, w32_reset_fringes) [WINDOWS_NT]: New functions.
14341
14342 * Makefile.in (obj): Add fringe.o.
14343 (fringe.o): New dependencies.
14344
14345 * dispextern.h (FRINGE_ID_BITS): New definition for number of
14346 bits allocated to hold a fringe number. Increase number of bits
14347 from 4 to 8 to allow user defined fringe bitmaps.
14348 (struct glyph_row, struct it): New members left_user_fringe_bitmap,
14349 left_user_fringe_face_id, right_user_fringe_bitmap,
14350 right_user_fringe_face_id.
14351 (enum fringe_bitmap_type, struct fringe_bitmap, fringe_bitmaps):
14352 Move to new file fringe.c.
14353 (MAX_FRINGE_BITMAPS): Define here.
14354 (struct draw_fringe_bitmap_params): New members bits, cursor_p,
14355 and overlay_p. Change member which to int.
14356 (struct redisplay_interface): New members define_fringe_bitmap
14357 and destroy_fringe_bitmap.
14358 (valid_fringe_bitmap_id_p): Add prototype.
14359 (w32_init_fringe, w32_reset_fringes) [WINDOWS_NT]: Add prototypes.
14360
14361 * dispnew.c (row_equal_p): Compare fringe bitmap faces and overlay
14362 arrows.
14363 (update_frame): Do flush_display if force_flush_display_p to
14364 ensure display (specifically fringes) are updated in a timely
14365 manner when resizing the frame by dragging the mouse.
14366 (update_window_line): Update row if overlay arrow changed.
14367 (scrolling_window): Redraw fringe bitmaps if fringe bitmap faces
14368 or overlay arrow changed.
14369
14370 * emacs.c (main) [HAVE_WINDOW_SYSTEM]: Call init_fringe_once,
14371 syms_of_fringe, and init_fringe.
14372
14373 * frame.h (struct frame): New member force_flush_display_p.
14374
14375 * lisp.h (syms_of_fringe, init_fringe, init_fringe_once):
14376 Add prototypes.
14377
14378 * macterm.c (mac_draw_bitmap): Add overlay_p arg.
14379 (x_draw_fringe_bitmap): Handle overlayed fringe bitmaps;
14380 thanks to YAMAMOTO Mitsuharu for advice on how to do this.
14381 Use cursor color for displaying cursor in fringe.
14382 (x_redisplay_interface): Add null handlers for
14383 define_fringe_bitmap and destroy_fringe_bitmap functions.
14384
14385 * w32term.c (w32_draw_fringe_bitmap): Copy unadapted code from
14386 xterm.c to handle overlayed fringe bitmaps and to use cursor color
14387 for displaying cursor in fringe.
14388 (w32_define_fringe_bitmap, w32_destroy_fringe_bitmap): New W32
14389 specific functions to define and destroy fringe bitmaps in fringe_bmp.
14390 (w32_redisplay_interface): Add them to redisplay_interface.
14391 (w32_term_init): Call w32_init_fringe instead of explicitly
14392 defining fringe bitmaps in fringe_bmp array.
14393 (x_delete_display): Call w32_reset_fringes instead of explicitly
14394 destroying fringe bitmaps in fringe_bmp array.
14395
14396 * xdisp.c (Voverflow_newline_into_fringe, syms_of_xdisp)
14397 (left_bits, right_bits, up_arrow_bits, down_arrow_bits)
14398 (continued_bits, continuation_bits, ov_bits, first_line_bits)
14399 (last_line_bits, filled_box_cursor_bits, hollow_box_cursor_bits)
14400 (bar_cursor_bits, hbar_cursor_bits, zv_bits, hollow_square_bits)
14401 (fringe_bitmaps, draw_fringe_bitmap, draw_row_fringe_bitmaps)
14402 (draw_window_fringes, compute_fringe_widths, update_window_fringes):
14403 Move fringe handling vars and code to new file fringe.c.
14404 (handle_display_prop): Handle left-fringe and right-fringe
14405 display properties; store user fringe bitmaps in iterator.
14406 (move_it_in_display_line_to): Handle cursor in fringe at eob.
14407 (clear_garbaged_frames): Set force_flush_display_p if resized.
14408 (redisplay_window): Redraw fringe bitmaps if not just_this_one_p.
14409 (display_line): Handle cursor in fringe at eob.
14410 (display_line): Set row user fringe bitmaps from iterator.
14411
14412 * xterm.c (x_draw_fringe_bitmap): Handle overlayed fringe bitmaps.
14413 Use cursor color for displaying cursor in fringe.
14414 (x_redisplay_interface): Add null handlers for
14415 define_fringe_bitmap and destroy_fringe_bitmap functions.
14416
14417 2004-02-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14418
14419 * macfns.c (Fx_change_window_property): Make doc string and
14420 parameters same as for X version.
14421
14422 * w32fns.c (Fx_change_window_property): Ditto.
14423
14424 2004-02-07 Kim F. Storm <storm@cua.dk>
14425
14426 * xdisp.c (hscroll_window_tree): Position cursor near to right
14427 margin in hscrolled window when jumping to end of line (rather
14428 than centering cursor).
14429
14430 * process.c (wait_reading_process_input): Don't do adaptive read
14431 buffering if waiting for a specific process.
14432
14433 2004-02-05 Luc Teirlinck <teirllm@auburn.edu>
14434
14435 * minibuf.c (Fminibufferp, Fread_from_minibuffer)
14436 (Fread_minibuffer, Feval_minibuffer)
14437 (Fread_string, Fread_no_blanks_input)
14438 (Fcompleting_read): Doc fixes.
14439 (syms_of_minibuf): Doc fixes for minibuffer-completion-table and
14440 completion-regexp-list. Define Qcase_fold_search and staticpro it.
14441 (read_minibuf): Fix initial comment.
14442 (Ftry_completion, Fall_completions, Ftest_completion): Bind
14443 case-fold-search to the value of completion-ignore-case when
14444 checking completion-regexp-list.
14445 (Fdisplay_completion_list): Make it handle arguments that are
14446 symbols. Doc fix.
14447
14448 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14449
14450 * xterm.h: Add declaration of free_frame_menubar.
14451
14452 * xfns.c (x_create_bitmap_mask): Removed unused variable depth.
14453 (x_set_menu_bar_lines): Added ! defined USE_GTK for olines.
14454 (Fx_change_window_property): Add declaration of parameters type and
14455 format. Remove unused variable cons.
14456
14457 * xselect.c: Include stdio.h.
14458
14459 2004-02-05 Kenichi Handa <handa@m17n.org>
14460
14461 * fns.c (Fset_char_table_range): Fix previous change.
14462
14463 * buffer.c (Fset_buffer_multibyte): Fix docstring.
14464
14465 2004-02-04 Luc Teirlinck <teirllm@auburn.edu>
14466
14467 * editfns.c (Fchar_after, Fchar_before): Doc fixes.
14468
14469 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
14470
14471 * keymap.c (Vmouse_events): Rename from Vmenu_events.
14472 (syms_of_keymap): Add mouse-[45], header-line, and mode-line to it.
14473
14474 2004-02-04 Kenichi Handa <handa@m17n.org>
14475
14476 * fns.c (Fset_char_table_range): Handle charsets ascii,
14477 eight-bit-control, and eight-bit-graphic correctly.
14478
14479 2004-02-03 Jason Rumney <jasonr@gnu.org>
14480
14481 * w32select.c (Fw32_set_clipboard_data): Make coding iso2022 safe.
14482
14483 * w32fns.c (x_to_w32_font): Likewise.
14484
14485 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14486
14487 * xterm.h: Add x_handle_dnd_message, x_check_property_data,
14488 x_fill_property_data, x_property_data_to_lisp and check_x_display_info.
14489
14490 * xterm.c (handle_one_xevent): Call x_handle_dnd_message for
14491 ClientMessages.
14492
14493 * xselect.c: Include termhooks.h and X11/Xproto.h
14494 (x_check_property_data, x_fill_property_data)
14495 (x_property_data_to_lisp, mouse_position_for_drop)
14496 (Fx_get_atom_name, x_handle_dnd_message): New functions for DND support.
14497 (Fx_send_client_event): Move here from xfns.c.
14498 (syms_of_xselect): Add Sx_get_atom_name and Sx_send_client_message.
14499
14500 * xfns.c (x-send-client-message): Move to xselect.c
14501 (Fx_change_window_property): Add optional arguments TYPE, FORMAT and
14502 OUTER_P.
14503 (Fx_window_property): Add optional arguments TYPE, SOURCE, DELETE_P,
14504 VECTOR_RET_P. Handle AnyPropertyType. Call x_property_data_to_lisp
14505 if vector_ret_p is true.
14506 (syms_of_xfns): Sx_send_client_message moved to xselect.c.
14507
14508 2004-02-02 Eli Zaretskii <eliz@gnu.org>
14509
14510 * fileio.c (Fcopy_file): If NEWNAME is a directory, expand the
14511 basename of FILE relative to it, not FILE itself.
14512
14513 2004-02-02 Kenichi Handa <handa@m17n.org>
14514
14515 * coding.c (coding_restore_composition): Check invalid
14516 composition data more rigidly.
14517
14518 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
14519
14520 * fileio.c (Fread_file_name_internal): Correctly handle the case
14521 where insert-default-directory is nil.
14522 (Fread_file_name): Always return an empty string if the user exits
14523 with an empty minibuffer. Adapt the docstring accordingly.
14524 (syms_of_fileio): Adapt the docstring of insert-default-directory
14525 to the change in Fread_file_name.
14526
14527 2004-01-29 Eli Zaretskii <eliz@gnu.org>
14528
14529 * alloca.c [!alloca]: Fix the prototype for xfree.
14530
14531 2004-01-29 Kenichi Handa <handa@m17n.org>
14532
14533 * fns.c (string_char_to_byte): Optimize for ASCII only string.
14534 (string_byte_to_char): Likewise.
14535
14536 2004-01-28 Peter Runestig <peter@runestig.com>
14537
14538 * makefile.w32-in, w32fns.c: Add `default-printer-name' function.
14539
14540 2004-01-27 Steven Tamm <steventamm@mac.com>
14541
14542 * unexmacosx.c (unexec_copy): Do not copy more than was
14543 requested to prevent overwriting during unexec.
14544
14545 2004-01-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14546
14547 * process.c (sigchld_handler): Add comment about not calling malloc.
14548
14549 * process.h: Add extern to synch_process_termsig.
14550
14551 2004-01-27 Steven Tamm <steventamm@mac.com>
14552
14553 * macterm.c (make_mac_frame, make_mac_terminal_frame):
14554 Move setting of scroll bars from make_mac_frame to
14555 make_mac_terminal_frame to prevent clobbering of scroll-bar-mode.
14556
14557 2004-01-26 Richard M. Stallman <rms@gnu.org>
14558
14559 * search.c (Freplace_match): Handle nonexistent
14560 back-references properly.
14561
14562 2004-01-03 Richard M. Stallman <rms@gnu.org>
14563
14564 * window.c (decode_any_window): New function.
14565 (Fwindow_height, Fwindow_width, Fwindow_edges)
14566 (Fwindow_pixel_edges, Fwindow_inside_edges)
14567 (Fwindow_inside_pixel_edges): Use decode_any_window.
14568
14569 2004-01-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14570
14571 * process.h: synch_process_termsig new variable.
14572
14573 * callproc.c: Define synch_process_termsig.
14574 (Fcall_process): Initiate synch_process_termsig to zero and
14575 check if non-zero and get signal name after subprocess has ended.
14576
14577 * process.c (sigchld_handler): Set synch_process_termsig
14578 if terminated by a signal. synch_process_death setting removed.
14579
14580 * sysdep.c (mkdir, rmdir): Also check synch_process_termsig.
14581
14582 2004-01-26 Andreas Schwab <schwab@suse.de>
14583
14584 * print.c (print_preprocess): Declare size as EMACS_INT to not
14585 lose bits.
14586 (print_object): Likewise.
14587 * alloc.c (Fpurecopy): Likewise.
14588
14589 2004-01-25 Luc Teirlinck <teirllm@auburn.edu>
14590
14591 * window.c (Fwindow_minibuffer_p): Doc fix.
14592
14593 2004-01-24 Jonathan Yavner <jyavner@member.fsf.org>
14594
14595 * editfns.c (Fformat): Make both passes accept the same set of flags.
14596
14597 2004-01-23 Kenichi Handa <handa@m17n.org>
14598
14599 * fns.c (Fmd5): If OBJECT is a buffer different from the current
14600 one, set buffer to OBJECT temporarily.
14601
14602 2004-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
14603
14604 * keyboard.c (kbd_buffer_gcpro): Remove.
14605 (kbd_buffer_store_event, clear_event, Fdiscard_input)
14606 (stuff_buffered_input, init_keyboard, syms_of_keyboard):
14607 Don't initialize and/or maintain the variable any more. It was made
14608 redundant by my commit of 2003-06-15.
14609
14610 * lisp.h [USE_LSB_TAG && !DECL_ALIGN]: Signal an error.
14611
14612 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14613
14614 * lisp.h: Add undef DECL_ALIGN.
14615
14616 2004-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
14617
14618 * process.c (wait_reading_process_input) [SYNC_INPUT]:
14619 Check interrupt_input_pending explicitly.
14620
14621 * lisp.h (QUIT) [SYNC_INPUT]: Check interrupt_input_pending as well.
14622
14623 * keyboard.c (handle_async_input): New fun,
14624 extracted from input_available_signal.
14625 (input_available_signal, reinvoke_input_signal): Use it.
14626
14627 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
14628
14629 * buffer.c (buffer_defaults, buffer_local_symbols): Use DECL_ALIGN.
14630
14631 * lisp.h [USE_LSB_TAG]: Add definitions for Lisp_Object value
14632 manipulation macros for when tags are in the lower bits.
14633 (struct Lisp_Free) [USE_LSB_TAG]: Add padding.
14634 (DECL_ALIGN): New macro.
14635 (DEFUN): Use it.
14636
14637 * lisp.h [ENABLE_CHECKING]: Don't force union type.
14638
14639 * s/darwin.h (__attribute__): Remove outdated workaround.
14640
14641 * macterm.c (main) [USE_LSB_TAG]: Don't range check the ram.
14642
14643 * alloc.c (lisp_malloc, lisp_align_malloc) [USE_LSB_TAG]:
14644 Don't check range of malloc address.
14645 (pure_alloc) [USE_LSB_TAG]: Enforce alignment.
14646
14647 * process.c (wait_reading_process_input): Lisp_Object/int mixup.
14648
14649 * dired.c (Ffile_attributes): Lisp_Object/int mixup.
14650
14651 2004-01-19 Kenichi Handa <handa@m17n.org>
14652
14653 * fontset.c (fontset_font_pattern): Fix previous change.
14654
14655 2004-01-16 Miles Bader <miles@gnu.ai.mit.edu>
14656
14657 * xdisp.c (Voverflow_newline_into_fringe)
14658 (move_it_in_display_line_to, redisplay_internal)
14659 (update_window_fringes, redisplay_window, display_line, window):
14660 Add `#ifdef HAVE_WINDOW_SYSTEM' around fringe-drawing stuff, so
14661 that it compiles without a window-system.
14662 * dispnew.c (direct_output_for_insert, update_window): Likewise.
14663
14664 2004-01-16 Kim F. Storm <storm@cua.dk>
14665
14666 * buffer.h (struct buffer): New member indicate_buffer_boundaries.
14667
14668 * buffer.c (init_buffer_once): Set buffer_defaults and
14669 buffer_local_flags for indicate_buffer_boundaries.
14670 (syms_of_buffer): Defvar_per_buffer it, and defvar_lisp_nopro
14671 default- variable for it.
14672
14673 * dispextern.h (struct glyph_row): New members left_fringe_bitmap,
14674 right_fringe_bitmap, redraw_fringe_bitmaps_p for new fringe handling.
14675 New members exact_window_width_line_p and cursor_in_fringe_p for
14676 overflowing newlines into right fringe.
14677 New members indicate_bob_p, indicate_top_line_p, indicate_eob_p,
14678 and indicate_bottom_line_p for buffer boundaries and scrolling.
14679 (enum fringe_bitmap_type): Add UP_ARROW_BITMAP, DOWN_ARROW_BITMAP,
14680 FIRST_LINE_BITMAP, LAST_LINE_BITMAP, FILLED_BOX_CURSOR_BITMAP,
14681 HOLLOW_BOX_CURSOR_BITMAP, BAR_CURSOR_BITMAP, HBAR_CURSOR_BITMAP,
14682 and HOLLOW_SQUARE_BITMAP.
14683 (draw_fringe_bitmap, draw_window_fringes, update_window_fringes):
14684 Add prototypes.
14685
14686 * dispnew.c (row_equal_p, update_window_line): Compare fringe bitmaps
14687 instead of related indicator fields.
14688 Compare exact_window_width_line_p and cursor_in_mouse_face_p indicators.
14689 (direct_output_for_insert): Handle exact width lines like
14690 contined lines. Call update_window_fringes.
14691 (update_window): Call update_window_fringes.
14692 (scrolling_window): Don't skip desired rows with changed bitmaps.
14693 Check if fringe bitmaps changes when assigning scrolled rows.
14694
14695 * xdisp.c (Voverflow_newline_into_fringe): New variable.
14696 (IT_OVERFLOW_NEWLINE_INTO_FRINGE): New macro.
14697 (move_it_in_display_line_to): Overflow newline into fringe for
14698 rows that are exactly as wide as the window.
14699 (up_arrow_bits, down_arrow_bits, first_line_bits, last_line_bits)
14700 (filled_box_cursor_bits, hollow_box_cursor_bits, bar_cursor_bits)
14701 (hbar_cursor_bits, hollow_square_bits): New fringe bitmaps.
14702 (fringe_bitmaps): Add new bitmaps.
14703 (draw_fringe_bitmap): Make extern. Remove WHICH arg.
14704 Select proper bitmap for cursor in fringe when appropriate.
14705 Handle alignment of bitmap to top or bottom of row.
14706 (draw_row_fringe_bitmaps): Don't select bitmaps here; that is now
14707 done by update_window_fringes.
14708 (update_window_fringes, draw_window_fringes): New functions.
14709 (redisplay_internal): Call update_window_fringes in case only
14710 cursor row is updated.
14711 (redisplay_window): Call update_window_fringes.
14712 Explicitly call draw_window_fringes if redisplay was done using
14713 the current matrix or the overlay arrow is in the window.
14714 (try_window_reusing_current_matrix): Mark scrolled rows for
14715 fringe update (to update buffer-boundaries / scrolling icons).
14716 (find_last_unchanged_at_beg_row): Handle exact width lines line
14717 continued lines.
14718 (display_line): Overflow newline into fringe for rows that are
14719 exactly as wide as the window. Don't append space for newline
14720 in this case.
14721 (notice_overwritten_cursor): Explicitly clear cursor bitmap
14722 in fringe as if it had been overwritten.
14723 (erase_phys_cursor): Erase cursor bitmap in fringe.
14724 (syms_of_xdisp): Mark show-trailing-whitespace and
14725 void-text-area-pointer as user options.
14726 DEFVAR_LISP Voverflow_newline_into_fringe. Enable by default.
14727
14728 * xterm.c (x_update_window_end): Call draw_window_fringes.
14729 (x_after_update_window_line): Just set redraw_fringe_bitmaps_p
14730 in row instead of actually drawing fringe bitmaps.
14731 (x_draw_fringe_bitmap): Handle bottom aligned bitmaps.
14732 (x_draw_window_cursor): Draw cursor in fringe.
14733
14734 * w32term.c (x_update_window_end): Call draw_window_fringes.
14735 (x_after_update_window_line): Just set redraw_fringe_bitmaps_p
14736 in row instead of actually drawing fringe bitmaps.
14737 (w32_draw_fringe_bitmap): Handle bottom aligned bitmaps.
14738 (w32_draw_window_cursor): Draw cursor in fringe.
14739
14740 * macterm.c (x_update_window_end): Call draw_window_fringes.
14741 (x_after_update_window_line): Just set redraw_fringe_bitmaps_p
14742 in row instead of actually drawing fringe bitmaps.
14743 (x_draw_fringe_bitmap): Handle bottom aligned bitmaps.
14744 (mac_draw_window_cursor): Draw cursor in fringe.
14745
14746 2004-01-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14747
14748 * xterm.c (handle_one_xevent): Don't handle characters that are part
14749 of an old style (XLookupString) compose sequence.
14750
14751 2004-01-15 Kenichi Handa <handa@m17n.org>
14752
14753 * search.c (Freplace_match): Use make_multibyte_string or
14754 make_unibyte_string according to the buffer multibyteness.
14755
14756 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
14757
14758 * alloc.c (struct interval_block, struct string_block)
14759 (struct symbol_block, struct marker_block, live_string_p)
14760 (live_cons_p, live_symbol_p, live_float_p, live_misc_p):
14761 Better preserve alignment for objects in blocks.
14762 (FLOAT_BLOCK_SIZE): Adjust for possible alignment padding.
14763
14764 * lread.c (defvar_per_buffer): Remove dead declaration.
14765
14766 * macterm.c (do_check_ram_size): Don't hardcode the lisp address
14767 space size.
14768
14769 2004-01-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14770
14771 * xmenu.c (popup_get_selection): Check new parameter down_on_keypress
14772 if a key press should pop down. Only pop down if a key is pressed
14773 outside the menu/dialog.
14774 (create_and_show_popup_menu): Pass 0 for down_on_keypress to
14775 popup_get_selection.
14776 (create_and_show_dialog): Pass 1 for down_on_keypress to
14777 popup_get_selection.
14778
14779 2004-01-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14780
14781 * alloc.c (allocate_vectorlike): Surround calls to mallopt with
14782 BLOCK/UNBLOCK_INPUT.
14783
14784 2004-01-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14785
14786 * xmenu.c (Fx_popup_dialog): Add an Ok button if no buttons are
14787 specified.
14788
14789 2004-01-08 Kenichi Handa <handa@m17n.org>
14790
14791 * editfns.c (Fformat): Fix '&' to '&&'.
14792
14793 2004-01-08 Andreas Schwab <schwab@suse.de>
14794
14795 * print.c (print_preprocess) <case Lisp_Vectorlike>: Only mask
14796 size if PSEUDOVECTOR_FLAG is set.
14797
14798 2004-01-07 Kenichi Handa <handa@m17n.org>
14799
14800 * charset.c (Fdeclare_equiv_charset): Fix docstring.
14801
14802 * fontset.c (fontset_ref_via_base): Fix previous change.
14803
14804 2004-01-07 Kim F. Storm <storm@cua.dk>
14805
14806 * process.c (read_process_output): Only activate adaptive
14807 buffering if we read less than 256 bytes at a time.
14808
14809 2004-01-06 Kim F. Storm <storm@cua.dk>
14810
14811 * dispnew.c (buffer_posn_from_coords): Return both buffer/string
14812 object and image object. Return glyph width and height.
14813 (mode_line_string, marginal_area_string): Ditto.
14814
14815 * dispextern.h (buffer_posn_from_coords, mode_line_string)
14816 (marginal_area_string): Fix prototypes.
14817
14818 * keyboard.h (POSN_POSN, POSN_SET_POSN): Rename macros from
14819 POSN_BUFFER_POSN and POSN_SET_BUFFER_POSN. All uses changed.
14820 (POSN_INBUFFER_P, POSN_BUFFER_POSN): New macros.
14821
14822 * keyboard.c (make_lispy_position): Use modified mode_line_string,
14823 buffer_posn_from_coords, and marginal_area_string functions to
14824 include both string object and image object in the lispy position.
14825 Also add actual glyph width and height to position.
14826 (read_key_sequence): Use real buffer position from mouse
14827 event to find keymap property even when click is in marginal area.
14828
14829 * xdisp.c (note_mode_line_or_margin_highlight): Use modified
14830 mode_line_string and marginal_area_string functions to handle
14831 both string object and image object properties.
14832
14833 2004-01-06 Andreas Schwab <schwab@suse.de>
14834
14835 * syntax.c (skip_chars): Treat '-' at end of string as ordinary
14836 character.
14837
14838 2004-01-02 Andreas Schwab <schwab@suse.de>
14839
14840 * macterm.c (emacs_options, x_initialized, same_x_server):
14841 Remove unused (and duplicated) definitions.
14842
14843 2004-01-02 Kim F. Storm <storm@cua.dk>
14844
14845 * process.h (struct Lisp_Process): New members for adaptive read
14846 buffering: adaptive_read_buffering, read_output_delay, and
14847 read_output_skip.
14848
14849 * process.c (ADAPTIVE_READ_BUFFERING): New conditional.
14850 (READ_OUTPUT_DELAY_INCREMENT, READ_OUTPUT_DELAY_MAX)
14851 (READ_OUTPUT_DELAY_MAX_MAX): New constants.
14852 (process_output_delay_count, process_output_skip): New vars.
14853 (Vprocess_adaptive_read_buffering): New variable.
14854 (make_process): Initialize adaptive read buffering members.
14855 (Fstart_process): Set adaptive_read_buffering member.
14856 (deactivate_process): Cleanup adaptive read buffering.
14857 (wait_reading_process_input): Temporarily omit delayed
14858 subprocesses from the set of file descriptors to read from;
14859 adjust the select timeout if we skipped any subprocesses.
14860 (read_process_output): Increase adaptive read buffering delay if
14861 we read less than a full buffer; reduce delay when we read a
14862 full buffer.
14863 (send_process): Simplify using local Lisp_Process var.
14864 Reset adaptive read buffering delay after write.
14865 (init_process): Initialize process_output_delay_count and
14866 process_output_skip.
14867 (syms_of_process): DEFVAR_LISP Vprocess_adaptive_read_buffering.
14868
14869 2004-01-01 Jason Rumney <jasonr@gnu.org>
14870
14871 * w32term.c (w32_text_out): Use s->font, for consistency with callers.
14872
14873 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
14874
14875 * print.c (Ferror_message_string): Add hyperlink in the docstring
14876 to the definition of `signal' in the Elisp manual.
14877 * eval.c (Fsignal): Ditto.
14878
14879 2003-12-29 James Clark <jjc@jclark.com>
14880
14881 * fns.c (internal_equal): Return t for two NaN arguments.
14882
14883 2003-12-29 Richard M. Stallman <rms@gnu.org>
14884
14885 * data.c (store_symval_forwarding): Handle setting
14886 default-fill-column, etc., by changing the value in
14887 buffers that use the default.
14888
14889 * minibuf.c (Fset_minibuffer_window): Doc fix.
14890
14891 * fileio.c (choose_write_coding_system): Ignore auto_saving
14892 if using the visited file for auto saves.
14893 (Fwrite_region): Don't update SAVE_MODIFF
14894 if auto-saving in visited file.
14895
14896 2003-12-29 Kenichi Handa <handa@m17n.org>
14897
14898 * dispextern.h (face_font_available_p): Extern it.
14899
14900 * fontset.c (Voverriding_fontspec_alist): New variable.
14901 (lookup_overriding_fontspec): New function.
14902 (fontset_ref_via_base): Call lookup_overriding_fontspec if necessary.
14903 (fontset_font_pattern): Likewise.
14904 (regulalize_fontname): New function.
14905 (Fset_fontset_font): Call regulalize_fontname.
14906 (Fset_overriding_fontspec_internal): New function.
14907 (syms_of_fontset): Initialize and staticpro Voverriding_fontspec_alist.
14908 Defsubr Sset_overriding_fontspec_internal.
14909
14910 * xfaces.c (face_font_available_p): New function.
14911
14912 2003-12-28 Richard M. Stallman <rms@gnu.org>
14913
14914 * buffer.c (Fother_buffer): Don't crash if BUF is nil
14915 or if its name is nil.
14916
14917 * buffer.c (Fkill_buffer): Don't delete auto-save file
14918 if it's the same as the visited file.
14919
14920 2003-12-28 Luc Teirlinck <teirllm@auburn.edu>
14921
14922 * coding.c (Fcheck_coding_system): Doc fix.
14923
14924 2003-12-28 Kim F. Storm <storm@cua.dk>
14925
14926 * Makefile.in (eval.o): Depend on dispextern.h.
14927
14928 * dispnew.c (buffer_posn_from_coords): Fix calculation of dy for
14929 image glyph using image's ascent.
14930 (mode_line_string): Return image glyph as object clicked on.
14931 Adjust y0 for image glyph using image's ascent.
14932
14933 * dispextern.h (FACE_ID_BITS, MAX_FACE_ID): New defines.
14934 (struct glyph): New members, ascent and descent. Used to save
14935 this glyph's ascent and descent, instead of having.
14936 (struct glyph): Declare member face_id using FACE_ID_BITS.
14937 (find_hot_spot): Add prototype.
14938
14939 * keyboard.c (Qimage): Remove extern (now in lisp.h).
14940 (QCmap): Declare extern.
14941 (make_lispy_position): When position is inside image hot-spot,
14942 use hot-spot element's id as posn element.
14943
14944 * lisp.h (IMAGEP): New macro to test for image object type.
14945 (Qimage): Declare extern.
14946
14947 * macfns.c (Qimage): Remove extern (now in lisp.h).
14948 (valid_image_p, parse_image_spec): Use IMAGEP macro.
14949
14950 * macterm.c (Qface, Qmouse_face): Remove unused externs.
14951
14952 * w32fns.c (Qimage): Remove extern (now in lisp.h).
14953 (valid_image_p, parse_image_spec): Use IMAGEP macro.
14954
14955 * w32menu.c (Qmouse_click, Qevent_kind): Remove unused externs.
14956
14957 * w32term.c (Qface, Qmouse_face): Remove unused externs.
14958
14959 * xdisp.c (Qarrow, Qhand, Qtext, Qpointer): New variables for
14960 pointer types.
14961 (Qrelative_width, Qalign_to): Remove unused variables.
14962 (Vvoid_text_area_pointer): Replace Vshow_text_cursor_in_void.
14963 (QCmap, QCpointer, Qrect, Qcircle, Qpoly): New variables for image
14964 maps.
14965 (x_y_to_hpos_vpos): Return glyph relative coordinates through new
14966 dx and dy args. Remove buffer_only_p arg (always 0). Simplify
14967 code accordingly.
14968 (get_glyph_string_clip_rect): Draw cursor using glyph's rather
14969 than row's ascent and height, to get sensible height on tall rows.
14970 (build_desired_tool_bar_string): Remove Qimage extern.
14971 (get_tool_bar_item): Fix call to x_y_to_hpos_vpos.
14972 (produce_image_glyph): Adjust it.ascent to minimum row ascent if
14973 image glyph is alone on the last line.
14974 (append_glyph, append_composite_glyph, produce_image_glyph)
14975 (append_stretch_glyph): Set glyph's ascent and descent.
14976 (on_hot_spot_p): New function to check if position is inside an
14977 rectangular, circular, or polygon-shaped image hot-spot,
14978 (find_hot_spot): New function to search for image hot-spot.
14979 (Flookup_image_map): New defun to search for image hot-spot.
14980 (define_frame_cursor1): New aux function to determine frame
14981 pointer.
14982 (note_mode_line_or_margin_highlight, note_mouse_highlight): Handle
14983 `pointer' text property and :pointer image property to control
14984 frame pointer shape. Detect image hot-spots for pointer and
14985 help_echo properties. Use define_frame_cursor1.
14986 (note_mouse_highlight): Use Vvoid_text_area_pointer.
14987 (syms_of_xdisp): Defsubr new defun. Intern and staticpro new
14988 variables. DEFVAR_LISP Vvoid_text_area_pointer instead of
14989 Vshow_text_cursor_in_void.
14990
14991 * xfaces.c (cache_face): Abort if c->size exceeds MAX_FACE_ID.
14992
14993 * xfns.c (x_set_mouse_color): Remove bogus x_check_errors call.
14994 (Qimage): Remove extern (now in lisp.h).
14995 (valid_image_p, parse_image_spec): Use IMAGEP macro.
14996
14997 * xmenu.c (show_help_event): Remove unused code.
14998
14999 * xterm.c (Qface, Qmouse_face): Remove unused externs.
15000 (x_draw_hollow_cursor): Draw cursor using glyph's rather than
15001 row's ascent and descent, to get a sensible height on tall rows.
15002
15003 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
15004
15005 * minibuf.c (Fcompleting_read): Undo previous change.
15006
15007 2003-12-25 Lars Hansen <larsh@math.ku.dk>
15008
15009 * dired.c (Fdirectory_files, Fdirectory_files_and_attributes):
15010 Arguments GCPRO'ed in call to file name handler.
15011
15012 2003-12-25 Thien-Thi Nguyen <ttn@gnu.org>
15013
15014 * termcap.c (tgetst1): Scan for "%pN"; if all
15015 N are continuous in [1,9], remove all "%pN".
15016
15017 2003-12-24 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15018
15019 * gtkutil.c (xg_frame_set_char_size): Call x_wm_set_size_hint.
15020
15021 * xfaces.c (lface_fully_specified_p): Take into account that
15022 MAC OS always have unspecified stipple.
15023
15024 2003-12-24 Thien-Thi Nguyen <ttn@gnu.org>
15025
15026 * tparam.c (tparam1): Add handling for `%pN', which
15027 means use param N for the next substitution.
15028
15029 2003-12-24 Thien-Thi Nguyen <ttn@gnu.org>
15030
15031 * xfaces.c (Fcolor_gray_p): Fix omission bug:
15032 In case `frame' is nil, consult the selected frame.
15033 (Fcolor_supported_p): Likewise.
15034
15035 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
15036
15037 * fns.c (Frandom, Fstring_make_multibyte, Fset_char_table_range):
15038 Doc fixes.
15039
15040 * minibuf.c (read_minibuf): Allow INITIAL to be a cons of a string
15041 and an integer. Adapt the introductory comment accordingly.
15042 (Fread_from_minibuffer): Delete code moved into read_minibuf.
15043 Doc fix.
15044 (Fread_minibuffer, Fread_no_blanks_input): Adapt to changes in
15045 read_minibuf.
15046 (Fcompleting_read): Delete code moved into read_minibuf.
15047 (Ftest_completion): Make it handle obarrays and hash tables correctly.
15048
15049 2003-12-03 Kenichi Handa <handa@m17n.org>
15050
15051 * coding.c (decode_coding_iso2022): Fix for preserving UTF-8
15052 encoding sequence.
15053
15054 2003-12-01 Kenichi Handa <handa@m17n.org>
15055
15056 * composite.c (syms_of_composite): Don't make the compostion hash
15057 table week.
15058
15059 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
15060
15061 * intervals.h: Add EXFUN for Fget_char_property_and_overlay.
15062 * textprop.c (Fget_char_property_and_overlay): New function.
15063 (syms_of_textprop): Defsubr it.
15064
15065 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15066
15067 * dispnew.c (buffer_posn_from_coords): Add ifdef HAVE_WINDOW_SYSTEM
15068 to compile on terminal configuration.
15069
15070 * fileio.c (Fread_file_name): Check use_file_dialog also before
15071 calling Fx_file_dialog.
15072
15073 * fns.c (use_file_dialog): New variable.
15074 (syms_of_fns): DEFVAR_BOOL use-file-dialog.
15075
15076 2003-11-29 Kim F. Storm <storm@cua.dk>
15077
15078 * msdos.c (Qcursor_type, Qbar, Qhbar): Declare extern.
15079 (syms_of_msdos): Don't intern and staticpro them.
15080
15081 2003-11-27 Kim F. Storm <storm@cua.dk>
15082
15083 * dispnew.c (buffer_posn_from_coords): Calculate and return pixel
15084 coordinates relative to glyph at posn. If glyph is an image,
15085 return that as object at posn. Callers changed.
15086 (mode_line_string, marginal_area_string): Calculate and return
15087 pixel coordinates relative to glyph. Callers changed.
15088
15089 * dispextern.h (buffer_posn_from_coords, mode_line_string)
15090 (marginal_area_string): Fix prototypes.
15091 (window_box_left_offset, window_box_right_offset): Add prototypes.
15092
15093 * frame.h (get_specified_cursor_type, get_window_cursor_type):
15094 Remove prototypes.
15095
15096 * keyboard.h (EVENT_CLICK_COUNT, POSN_SCROLLBAR_PART): Fix defines.
15097
15098 * keyboard.c (make_lispy_position): Add x and y coordinates
15099 relative to the current glyph as 7th element of position.
15100 If glyph is an image, return it in the object element.
15101 (read_key_sequence): Skip checks for keymap property in cases
15102 where POSN_STRING is not a string (e.g. an image).
15103
15104 * xdisp.c (Vdisplay_pixels_per_inch): New variable.
15105 (Vshow_text_cursor_in_void): New variable.
15106 (glyph_to_pixel_coords): Don't use negative hpos.
15107 (x_y_to_hpos_vpos): Fix for partially visible first glyph.
15108 (append_stretch_glyph): Change ascent arg to be actual value
15109 in pixels rather than ratio to height. Callers changed.
15110 (calc_pixel_width_or_height): New aux function, implementing
15111 pixel based artihmetic for glyph widths and heights.
15112 (produce_stretch_glyph): Use calc_pixel_width_or_height for
15113 :width, :height, :align-to, and :ascent, thus allowing these to
15114 be specified in pixels as well as multiples of characters.
15115 Don't produce stretch glyphs with zero width or height.
15116 (get_specified_cursor_type): Declare static.
15117 (get_window_cursor_type): Declare static. Add glyph arg to be
15118 able to know when cursor is on an image; always substitute
15119 hollow-box cursor for filled-box cursor on images, to avoid
15120 negative images and flicker when blinking the cursor.
15121 (display_and_set_cursor): Pass glyph to get_window_cursor_type.
15122 (note_mode_line_or_margin_highlight): Use non-text cursor rather
15123 than vertical scroll-bar cursor in display margins.
15124 (note_mouse_highlight): Use non-text cursor rather than text
15125 cursor in fringes and over images in the text area.
15126 Use non-text cursor when mouse pointer is outside editable text,
15127 i.e. in the void after end-of-line or end-of-buffer; this was
15128 already done for W32, but is now standard for all systems --
15129 user can toggle show-text-cursor-in-void to get old behaviour.
15130 (syms_of_xdisp): DEFVAR_LISP Vshow_text_cursor_in_void and
15131 Vdisplay_pixels_per_inch.
15132
15133 2003-11-25 Andreas Schwab <schwab@suse.de>
15134
15135 * fns.c (internal_equal) <case Lisp_Vectorlike>: Declare size as
15136 EMACS_INT to not lose bits.
15137 (Ffillarray): Don't set bits beyond the size of a bool vector.
15138
15139 2003-11-25 Kim F. Storm <storm@cua.dk>
15140
15141 * print.c (Fredirect_debugging_output) [!GNU_LINUX]: Do not
15142 define this defun on systems that cannot use stderr as lvalue.
15143
15144 2003-11-24 Gerd Moellmann <gerd@gnu.org>
15145
15146 * s/freebsd.h (LD_SWITCH_SYSTEM_TEMACS)
15147 [__FreeBSD_version >= 500042]: Define as -znocombreloc because
15148 ld's default is incompatible with unexec.
15149
15150 2003-11-23 Kim F. Storm <storm@cua.dk>
15151
15152 * window.c (enum window_loop): Add REDISPLAY_BUFFER_WINDOWS.
15153 (window_loop): Handle REDISPLAY_BUFFER_WINDOWS.
15154 (Fforce_window_update): New defun.
15155 (syms_of_window): Defsubr it.
15156 (Fset_window_margins, Fset_window_fringes): Doc fix.
15157
15158 * print.c (Fredirect_debugging_output): New defun.
15159 (syms_of_print): Defsubr it.
15160
15161 2003-11-22 Luc Teirlinck <teirllm@auburn.edu>
15162
15163 * fns.c (Fset_char_table_parent): Doc fix.
15164
15165 2003-11-22 Kim F. Storm <storm@cua.dk>
15166
15167 * dispnew.c (buffer_posn_from_coords): Return actual row/column
15168 for glyph clicked on, rather than (unused) pixel positions.
15169 (mode_line_string, marginal_area_string): Change X and Y args to
15170 pointers for returning actual row/column for glyph clicked on.
15171 Simplify and optimize loops.
15172
15173 * dispextern.h (mode_line_string, marginal_area_string):
15174 Update prototypes.
15175
15176 * keyboard.c (make_lispy_position): New function for generating
15177 mouse click positions from frame and pixel coordinates.
15178 Enhanced to return buffer position and actual row/column for
15179 events outside the text area using updated mode_line_string and
15180 marginal_area_string functions.
15181 Return left-fringe and right-fringe clicks as such, rather than
15182 clicks in text area.
15183 (make_lispy_event) [USE_X_TOOLKIT, USE_GTK]: Don't call
15184 pixel_to_glyph_coords, as we never use the results.
15185 (make_lispy_event): Use make_lispy_position for MOUSE_CLICK_EVENT,
15186 WHEEL_EVENT, and DRAG_N_DROP_EVENT to replace redundant code.
15187 Eliminate unused code in WHEEL_EVENT handling.
15188 (make_lispy_movement): Use make_lispy_position.
15189
15190 * window.c (coordinates_in_window): Remove redundant tests.
15191 Fix returned X pixel value for left-margin.
15192
15193 * xdisp.c (note_mode_line_or_margin_highlight): Adapt to new
15194 mode_line_string and marginal_area_string parameters.
15195
15196 2003-11-22 Lars Hansen <larsh@math.ku.dk>
15197
15198 * w32.c (struct the_group, getgrgid): Add.
15199 * mac.c (struct my_group, getgrgid): Add.
15200
15201 2003-11-21 Luc Teirlinck <teirllm@auburn.edu>
15202
15203 * fns.c (Fassq, Fassoc, Frassq, Frassoc): Doc fixes.
15204
15205 2003-11-21 Lars Hansen <larsh@math.ku.dk>
15206
15207 * dired.c (Ffile_attributes): Add parameter ID-FORMAT and
15208 include in call to file name handler. Optionally translate numeric
15209 UID and GID to strings. Update docstring.
15210 (directory_files_internal): Add parameter ID-FORMAT.
15211 (Fdirectory_files_and_attributes): Add parameter ID-FORMAT and
15212 include in call to file name handler and call to
15213 directory_files_internal. Update Docstring.
15214 (Fdirectory_files): Add dummy parameter in call to
15215 directory_files_internal.
15216 * lisp.h (Qinteger): Add.
15217 (Qinteger_or_floatp, Qinteger_or_float_or_marker_p): Remove.
15218 (Ffile_attributes): Add parameter.
15219 * data.c (Qinteger): Export.
15220
15221 2003-11-21 Luc Teirlinck <teirllm@auburn.edu>
15222
15223 * fns.c (Freverse, Fnreverse): Doc fixes.
15224
15225 2003-11-19 Kim F. Storm <storm@cua.dk>
15226
15227 * xdisp.c (init_iterator): Initialize it->start to position
15228 before reseating (in case start position is invisible).
15229 (init_to_row_start): Set it->start to row-start.
15230 (redisplay_window): Accept optional_new_start if start position
15231 is invisible (in which case IT_CHARPOS overshoots PT).
15232 (display_line): Setup row->start from it->start (rather than
15233 it->current which is wrong if first char on line is invisible).
15234 When done, reseat it->start to it->current (= start of next row).
15235 (expose_area): Fix exposure of text area when first char (e.g. TAB)
15236 is only partially visible.
15237
15238 * dispextern.h (struct it): New member start.
15239
15240 2003-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
15241
15242 * alloc.c (make_float, Fcons): Clear the markbit at init time.
15243 (make_float, Fcons, Fmake_symbol, allocate_misc): Move the increment
15244 of block_index outside of the macro call.
15245 (Fgarbage_collect): Remove null code.
15246
15247 * m/amdx86-64.h: Don't redefine XPNTR.
15248
15249 * keyboard.c (parse_modifiers, apply_modifiers): Use INTMASK instead
15250 of VALMASK.
15251
15252 * fns.c (hashfn_eq, hashfn_eql, hashfn_equal, hash_put)
15253 (sxhash_string, sxhash): Use INTMASK instead of VALMASK.
15254 (maybe_resize_hash_table): Use MOST_POSITIVE_FIXNUM.
15255
15256 * lisp.h (VALMASK): Only define for non-union type.
15257 (MARKBIT): Remove.
15258 (ARRAY_MARK_FLAG): Use previous value of MARKBIT.
15259 (XTYPE): Define unconditionally.
15260 (XSETTYPE): Remove one more remnant.
15261 (EQ): Define differently for the union and non-union cases.
15262 (INTMASK): New bit mask.
15263 (struct Lisp_Marker): Move down to prepare for upcoming patch.
15264 (GC_EQ): Delegate to EQ.
15265
15266 * coding.c (coding_restore_composition): Lisp_Object/int mixup.
15267
15268 2003-11-17 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15269
15270 * xterm.c (x_window_to_scroll_bar): Move check of display to
15271 where window_id is compared.
15272
15273 2003-11-17 Kim F. Storm <storm@cua.dk>
15274
15275 * dispextern.h (struct it): New member first_vpos.
15276
15277 * xdisp.c (start_display): Set it->first_vpos.
15278 (try_window_id): Use first_vpos to start display in first _text_
15279 line if no reusable lines at start of window with header line.
15280
15281 2003-11-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15282
15283 * w32fns.c (XPutPixel):
15284 * w32bdf.c (w32_init_bdf_font):
15285 * sunfns.c (sel_read):
15286 * process.c (Fmake_network_process):
15287 * frame.c (store_frame_param):
15288 * fontset.c (Fset_fontset_font):
15289 * emacs.c (shut_down_emacs):
15290 * ccl.c (ccl_driver): Remove period at end of error message.
15291
15292 * config.in: Regenerate.
15293
15294 * xfns.c (x_window_to_frame, x_any_window_to_frame)
15295 (x_non_menubar_window_to_frame, x_menubar_window_to_frame)
15296 (x_top_window_to_frame): Add Display* argument to xg_win_to_widget.
15297 (x_create_bitmap_mask, xg_set_icon, create_frame_xic)
15298 (xic_set_statusarea, x_window, gif_load): Formatting adjustments.
15299
15300 * xterm.h (struct x_display_info): New field xg_cursor for GTK.
15301
15302 * xterm.c: Add Display * to x_window_to_scroll_bar declaration.
15303 (XTmouse_position, handle_one_xevent): Pass Display* to
15304 x_window_to_scroll_bar.
15305 (x_window_to_scroll_bar): Take a Display* argument.
15306 Check that display for frame is equal to Display* argument.
15307 (event_handler_gdk): Remove current_dpyinfo. Get dpyinfo from
15308 x_display_info_for_display instead. Use Display in xev instead
15309 of GDK_DISPLAY.
15310 (x_dispatch_event): Call x_display_info_for_display.
15311 (XTread_socket): Move GTK part out of loop. current_dpyinfo removed.
15312 (x_connection_closed): Call xg_display_close for GTK.
15313 (x_term_init): Call xg_display_open for additional displays.
15314 Initiate dpyinfo->xg_cursor with call to xg_create_default_cursor
15315 for GTK.
15316
15317 * xmenu.c (single_menu_item, mouse_position_for_popup)
15318 (x_activate_menubar): Formatting adjustments.
15319
15320 * xdisp.c (update_tool_bar, redisplay_tool_bar): Formatting
15321 adjustments.
15322
15323 * gtkutil.c (xg_get_gdk_display, xg_set_screen, xg_display_open)
15324 (xg_display_close, xg_create_default_cursor)
15325 (xg_get_gdk_pixmap_and_mask): New functions for multiple display
15326 handling.
15327 (xg_left_ptr_cursor): Remove.
15328 (xg_set_cursor): Change cursor to GdkCursor*. Do not create
15329 cursor here.
15330 (xg_win_to_widget): Take Display* argument, call
15331 gdk_xid_table_lookup_for_display.
15332 (xg_create_frame_widgets, xg_get_file_name, create_menus)
15333 (xg_create_widget, xg_modify_menubar_widgets): Call xg_set_screen.
15334 (xg_create_widget, xg_create_scroll_bar): Use xg_cursor
15335 in FRAME_X_DISPLAY_INFO.
15336 (xg_get_scroll_id_for_window): Take Display* argument.
15337 (update_frame_tool_bar): Call xg_get_gdk_pixmap_and_mask.
15338 (xg_initialize): Remove xg_left_ptr_cursor.
15339
15340 * gtkutil.h (xg_get_scroll_id_for_window, xg_win_to_widget): Add
15341 Display* argument.
15342 (xg_display_open, xg_display_close, xg_create_default_cursor): Declare.
15343
15344 2003-11-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15345
15346 * xterm.c (x_detect_focus_change): Do not change focus frame for
15347 Enter/LeaveNotify if the current focus frame has explicit focus.
15348
15349 2003-11-14 Kim F. Storm <storm@cua.dk>
15350
15351 * dispnew.c (update_text_area): Fix redisplay error when hscroll
15352 is active and first glyph is only partially visible.
15353
15354 2003-11-13 Kenichi Handa <handa@m17n.org>
15355
15356 * xdisp.c (select_frame_for_redisplay): New function.
15357 (redisplay_internal): Record also selected_frame for
15358 unwind_redisplay. Call select_frame_for_redisplay before
15359 redrawing each frame.
15360 (unwind_redisplay): Argument changed to a cons.
15361
15362 2003-11-12 Luc Teirlinck <teirllm@auburn.edu>
15363
15364 * fns.c (Fstring_to_multibyte): Doc fix.
15365
15366 2003-11-11 Kenichi Handa <handa@m17n.org>
15367
15368 * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
15369
15370 2003-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15371
15372 * xfns.c (x_window): Set XtNx and XtNy in shell widget for
15373 program specified positions.
15374
15375 2003-11-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15376
15377 * xterm.c (XAW_ARROW_SCROLLBARS): Define it for Xaw 1.5E.
15378
15379 2003-11-08 Kenichi Handa <handa@m17n.org>
15380
15381 * Makefile.in (lisp): Add kannada.el.
15382 (shortlisp): Likewise.
15383
15384 2003-11-07 Kenichi Handa <handa@m17n.org>
15385
15386 * coding.c (coding_allocate_composition_data):
15387 Reset coding->composing to COMPOSITION_NO.
15388 (coding_restore_composition): Detect invalid composition data.
15389 Give Fstring and Fvector a Lispy integer, not C int.
15390
15391 2003-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
15392
15393 * floatfns.c (Flogb): Don't use VALMASK.
15394
15395 * m/amdx86-64.h (VALBITS, XINT, XUINT): Remove.
15396 * m/ia64.h (VALBITS, XINT, XUINT): Remove.
15397
15398 * lisp.h (XINT): Move the cast to clarify what is going on.
15399 (GCTYPEMASK, XSETTYPE): Remove.
15400 (XGCTYPE): Make it an alias of XTYPE.
15401
15402 2003-11-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15403
15404 * xterm.c (x_term_init): Fix formatting.
15405
15406 2003-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15407
15408 * gtkutil.h (xg_have_tear_offs): Declare.
15409 (xg_keep_popup, xg_did_tearoff): Remove.
15410
15411 * gtkutil.c: Remove variable xg_did_tearoff.
15412 (xg_have_tear_offs): New function.
15413 (tearoff_remove): Just decrease xg_detached_menus.
15414 (tearoff_activate): Increase xg_detached_menus and call
15415 tearoff_remove when tearoff is removed.
15416 (xg_keep_popup): Remove function.
15417 (create_menus): Give add_tearoff_p as argument to recursive
15418 call to create_menus.
15419 (xg_create_widget): Use variables instead of multiple
15420 strcmp. Tell create_menus to create tear off only for
15421 menu bar menus.
15422 (xg_update_menubar): Change title for a detached menu also.
15423 (xg_modify_menubar_widgets): Always call xg_update_menubar, regardless
15424 of deep_p.
15425 (xg_initialize): Initialize xg_detached_menus, remove
15426 initialization of xg_did_tearoff.
15427
15428 * xmenu.c (set_frame_menubar): For GTK, set deep_p if
15429 xg_have_tear_offs returns non-zero.
15430 (create_and_show_popup_menu): Remove setting of xg_did_tearoff and
15431 call to xg_keep_popup.
15432
15433 2003-11-01 Andrew Choi <akochoi@shaw.ca>
15434
15435 * macterm.c (XTread_socket): Handle menubar selection and grow
15436 window only for mouseDown events.
15437
15438 2003-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15439
15440 * xterm.c (x_term_init): For GTK part, increase x_initialized
15441 to check for more than one display. Use error instead of return 0.
15442
15443 2003-10-31 Andrew Choi <akochoi@shaw.ca>
15444
15445 * unexmacosx.c (unrelocate): New function (contributed by Nozomu Ando).
15446 (copy_dysymtab): Call it.
15447
15448 2003-10-31 Luc Teirlinck <teirllm@auburn.edu>
15449
15450 * eval.c (Fdefvaralias): Doc fix.
15451
15452 2003-10-26 Luc Teirlinck <teirllm@auburn.edu>
15453
15454 * data.c (Fsetplist): Doc fix.
15455
15456 2003-10-14 Lute Kamstra <lute@gnu.org>
15457
15458 * window.c (Fset_window_fringes): Clarify docstring.
15459
15460 2003-10-14 Kim F. Storm <storm@cua.dk>
15461
15462 * window.c (Fset_window_margins): Simplify arg checking.
15463
15464 2003-10-13 Richard M. Stallman <rms@gnu.org>
15465
15466 * regex.c (MAX_BUF_SIZE): Reduce to 2**15.
15467 (print_partial_compiled_pattern): Replace assert with a printout.
15468 (skip_noops, mutually_exclusive_p): Change args, values to re_char *.
15469
15470 * alloc.c (lisp_align_malloc): If BASE is 0, call memory_full.
15471
15472 * window.c (Fset_window_margins): Allow only integers as args.
15473 (syms_of_window) <special-display-buffer-names,
15474 special-display-regexps>: Doc fixes.
15475
15476 2003-10-13 Lute Kamstra <lute@gnu.org>
15477
15478 * window.c (Fset_window_fringes): Elaborate docstring.
15479
15480 2003-10-12 Andrew Choi <akochoi@shaw.ca>
15481
15482 * macterm.c (XTread_socket): Call DragWindow only for mouseDown events.
15483
15484 * s/darwin.h (GC_MARK_STACK): Define.
15485
15486 2003-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15487
15488 * window.c (shrink_windows): New function.
15489 (size_window): Call shrink_windows to calculate window sizes when
15490 shrinking frame with more than one window.
15491
15492 2003-10-12 Kim F. Storm <storm@cua.dk>
15493
15494 * xdisp.c (compute_fringe_widths): Doc fix.
15495
15496 2003-10-08 Kenichi Handa <handa@m17n.org>
15497
15498 * coding.c (Fcoding_system_p): Return t for auto-loading coding system.
15499
15500 2003-10-07 Kenichi Handa <handa@m17n.org>
15501
15502 * coding.c (Qcoding_system_define_form): New variable.
15503 (syms_of_coding): Intern and staticpro it.
15504 (Fcheck_coding_system): Try to autoload the definition of
15505 CODING-SYSTEM.
15506
15507 2003-10-05 Luc Teirlinck <teirllm@auburn.edu>
15508
15509 * fns.c (Frequire): Doc fix.
15510
15511 2003-10-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15512
15513 * xfns.c (Fx_send_client_event): New function as a base for
15514 manipulating extended window manager hints.
15515 (Fx_send_client_event): Remove unused variable s.
15516
15517 * w32term.c (w32_read_socket): Remove call to x_check_fullscreen_move,
15518 that function is removed.
15519
15520 * xterm.c (x_set_offset): Use move_offset_left/top instead of
15521 x/y_pixels_outer_diff.
15522 (x_check_expected_move): Calculate move_offset_left/top.
15523
15524 * xterm.h (struct x_output): New members: move_offset_top/left.
15525
15526 * frame.c (x_set_frame_parameters): Remove x_fullscreen_move,
15527 call x_set_offset directly.
15528
15529 * frame.h (enum): FULLSCREEN_MOVE_WAIT removed.
15530
15531 * frame.c (Fdelete_frame): Free decode_mode_spec_buffer.
15532
15533 * xterm.c (x_delete_display): Free font names and font_encoder
15534 in dpyinfo->font_table.
15535
15536 * xfns.c (Fx_close_connection): Only call XFreeFont here.
15537 Move xfree of font names to x_delete_display.
15538
15539 * xterm.h (struct x_display_info): New member, wm_type.
15540 (struct x_output): New members, expected_top/left and
15541 check_expected_move.
15542
15543 * xterm.c (handle_one_xevent): Reset wm_type when ReparentNotify
15544 is received.
15545 (handle_one_xevent): Rename x_check_expected_move from
15546 x_check_fullscreen_move.
15547 (x_set_offset): Only add WM decoration sizes to modified_top/left
15548 for X_WMTYPE_A. Set check_expected_move when WM type is unknown.
15549 (x_check_expected_move): Rename from x_check_fullscreen_move.
15550 Removed fullscreen specific code. Use check_expected_move,
15551 expected_left/top instead. Also, set wm_type.
15552 (x_term_init): Initialize wm_type to unknown.
15553
15554 * frame.c (x_fullscreen_move): Remove addition of WM decoration
15555 sizes to move_x/y.
15556
15557 2003-10-03 Kenichi Handa <handa@m17n.org>
15558
15559 * macterm.c (x_load_font): Clear all members of FONTP before start
15560 filling them.
15561
15562 2003-10-02 Kenichi Handa <handa@m17n.org>
15563
15564 * fontset.c (fs_load_font): Don't set fontp->font_encoder to NULL
15565 before calling find_ccl_program_func. Call find_ccl_program_func
15566 only when fontp->font_encoder is not NULL.
15567
15568 * xterm.c (x_load_font): Clear all members of FONTP before start
15569 filling them.
15570
15571 2003-10-03 John Paul Wallington <jpw@gnu.org>
15572
15573 * keymap.c (map_keymap): Don't abort when binding is a vector.
15574
15575 2003-10-02 Jason Rumney <jasonr@gnu.org>
15576
15577 * makefile.w32-in (emacs.o, coding.o, bytecode.o):
15578 Sync dependencies with Makefile.in.
15579 (alloca.o): Remove.
15580
15581 * w32fns.c (w32_load_system_font): Clear all members of FONTP before
15582 filling them.
15583
15584 * w32bdf.c (w32_load_bdf_font): Likewise.
15585
15586 2003-09-30 Richard M. Stallman <rms@gnu.org>
15587
15588 * term.c (set_tty_color_mode): Calculate current_mode_spec
15589 regardless of value of VAL.
15590
15591 * intervals.c (graft_intervals_into_buffer):
15592 Set BUF_INTERVALS (buffer)->up_obj when appropriate.
15593 Handle over_used when splitting UNDER.
15594
15595 2003-09-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15596
15597 * regex.c (regex_compile): Free the stack when returning from function.
15598
15599 2003-09-28 Kenichi Handa <handa@m17n.org>
15600
15601 * fontset.c (Finternal_char_font): Change return value to
15602 cons (FONT-NAME . GLYPH-CODE).
15603
15604 2003-09-28 Eli Zaretskii <eliz@gnu.org>
15605
15606 * term.c (tty_setup_colors): Treat any negative argument as -1.
15607
15608 2003-09-27 Gaute B Strokkenes <biggaute@uwc.net> (tiny change)
15609
15610 * process.c (send_process): Delete unused temp_buf.
15611
15612 2003-09-26 Dave Love <fx@gnu.org>
15613
15614 * xterm.c (x_bitmap_mask): Declare.
15615
15616 2003-09-25 Dave Love <fx@gnu.org>
15617
15618 * Makefile.in (fns.o): Depend on md5.h.
15619
15620 2003-09-25 Kim F. Storm <storm@cua.dk>
15621
15622 * window.c (set_window_buffer): Fix redisplay problems when
15623 switching between buffers with different display margin widths.
15624
15625 2003-09-23 Kim F. Storm <storm@cua.dk>
15626
15627 * process.c (set_socket_option): Fix :bindtodevice option.
15628 (Fset_network_process_option): Update process contact list when
15629 setting option succeeds.
15630 (Fmake_network_process): Doc fix.
15631
15632 2003-09-23 Dave Love <fx@gnu.org>
15633
15634 * process.c (Fnetwork_interface_info): Use HAVE_STRUCT_IFREQ... macros.
15635
15636 2003-09-22 Eli Zaretskii <eliz@gnu.org>
15637
15638 * term.c (set_tty_color_mode): Use INTEGERP to test whether a
15639 color mode is an integer number (it could be -1).
15640
15641 2003-09-22 Richard M. Stallman <rms@gnu.org>
15642
15643 * intervals.c (graft_intervals_into_buffer): Correct the main loop
15644 in the case where OVER is longer than UNDER.
15645
15646 2003-09-22 Masatake YAMATO <jet@gyve.org>
15647
15648 * window.c (Fset_window_scroll_bars): Validate the value of
15649 `vertical_type'.
15650
15651 2003-09-21 Kim F. Storm <storm@cua.dk>
15652
15653 * frame.c (Vdefault_frame_scroll_bars): New variable.
15654 (x_set_vertical_scroll_bars): Use it instead of hardcoded values.
15655 (syms_of_frame): DEFVAR_LISP it, and initialize according to
15656 window-system default scroll bar position.
15657
15658 * window.c (Fwindow_scroll_bars): Doc fix.
15659
15660 2003-09-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15661
15662 * xterm.c (x_set_offset): Take window manager decorations into account.
15663
15664 2003-09-19 Richard M. Stallman <rms@gnu.org>
15665
15666 * atimer.h: Don't include lisp.h.
15667 (P_): Define it here (as well as elsewhere).
15668
15669 * print.c (Fprin1_to_string): Move the PRINTPREPARE
15670 later, so that PRINTFINISH won't unbind Qinhibit_modification_hooks.
15671
15672 * data.c (Fvariable_binding_locus): New function.
15673 (syms_of_data): defsubr it.
15674 (Flocal_variable_p): Delete duplicate call to indirect_variable.
15675
15676 2003-09-18 Dave Love <fx@gnu.org>
15677
15678 * alloc.c (GC_MALLOC_CHECK): Move conditional undef after lisp.h.
15679
15680 * process.c (Fnetwork_interface_info): Fix type error.
15681 (Fnetwork_interface_list): Doc fix.
15682 (read_process_output, read_process_output): Delete unused var.
15683
15684 2003-09-17 Kim F. Storm <storm@cua.dk>
15685
15686 * process.c (Fnetwork_interface_list, Fnetwork_interface_info):
15687 Require HAVE_NET_IF_H and HAVE_SYS_IOCTL_H to include these fns.
15688 (Fnetwork_interface_info): Check that ifreq struct has required
15689 fields before accessing them; this requires that those fields are
15690 defined as macros, which may be too restrictive on some platforms,
15691 but it is better than failing on other platforms.
15692 (syms_of_process): Only defsubr above fns when included.
15693
15694 2003-09-17 Dave Love <fx@gnu.org>
15695
15696 * unexalpha.c: Don't include varargs.h.
15697
15698 2003-09-17 Kim F. Storm <storm@cua.dk>
15699
15700 * process.c (Fset_process_sentinel): Add sentinel to childp plist
15701 for network process.
15702 (socket_options): Add `:' prefix to option names. Add optbit field.
15703 (set_socket_option): Remove no_error arg and special handling of s < 0.
15704 Return 1<<optbit for known option, 0 for unknown.
15705 Do not interpret 0 as false for boolean option (only nil).
15706 Pass failed option and value to report_file_error.
15707 (Fset_network_process_options): Replace by Fset_network_process_option.
15708 (Fset_network_process_option): New function to set just one option.
15709 (Fmake_network_process): Allow :coding arg to be a cons.
15710 Allow :server arg to be an integer specifying backlog size.
15711 Remove :options arg, and allow options to be specified directly
15712 as :KEY, VALUE pairs. Parse these options before binding socket.
15713 As before, :reuseaddr t is default for a server process, but this
15714 can now be disabled by specifying :reuseaddr nil.
15715 (Fnetwork_interface_info): Rename from Fget_network_interface_info.
15716 (init_process): Availability of network options is now checked with
15717 simpler syntax (featurep 'make-network-process :OPTION); use loop to
15718 setup features.
15719 (syms_of_process): Fix defsubr's for the replaced functions.
15720
15721 2003-09-16 Dave Love <fx@gnu.org>
15722
15723 * Makefile.in: Depend on coding.h.
15724
15725 2003-09-14 Kim F. Storm <storm@cua.dk>
15726
15727 * process.c [HAVE_SOCKETS]: Include sys/ioctl.h and net/if.h.
15728 (Fnetwork_interface_list, Fget_network_interface_info): New defuns.
15729 (syms_of_process): Defsubr them.
15730
15731 * config.in: Regenerate.
15732
15733 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
15734
15735 * m/sr2k.h (XMARKBIT, XUNMARK): Remove.
15736 * m/news-r6.h (XUNMARK): Remove.
15737 * m/mips.h (XUNMARK): Remove.
15738 * m/mips-siemens.h (XUNMARK): Remove.
15739 * m/iris4d.h (XUNMARK): Remove.
15740 * m/hp800.h (XMARKBIT, XUNMARK): Remove.
15741
15742 2003-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
15743
15744 * lisp.h (VALBITS): Don't remove 1 for the markbit.
15745 (union Lisp_Object): Use unsigned int for types. Remove markbit.
15746 (MARKBIT): Remove 1 from VALBITS so we still use same old val.
15747 (XTYPE): Use unsigned right-shift.
15748 (XMARKBIT, XMARK, XUNMARK): Remove.
15749
15750 * alloc.c (init_intervals, init_symbol, init_marker):
15751 Don't preallocate anything.
15752 (Fgarbage_collect, mark_object): Ignore the markbit.
15753
15754 * bytecode.c (mark_byte_stack, unmark_byte_stack): Ignore the markbit.
15755
15756 2003-09-08 Lute Kamstra <lute@gnu.org>
15757
15758 * xdisp.c (pint2hrstr): New function.
15759 (decode_mode_spec): Add `%i' and `%I' specs.
15760 * buffer.c (syms_of_buffer): Document `%i' and `%I' constructs
15761 for `mode-line-format'.
15762
15763 2003-09-07 Andreas Schwab <schwab@suse.de>
15764
15765 * alloc.c: Use long instead of int when casting ABLOCKS_BUSY to
15766 avoid warning.
15767
15768 2003-09-07 Eli Zaretskii <eliz@gnu.org>
15769
15770 * editfns.c (region_limit): Support any non-zero value of BEGINNINGP.
15771
15772 2003-09-03 Kim F. Storm <storm@cua.dk>
15773
15774 * xdisp.c (get_window_cursor_type): Partially undo 2002-03-01
15775 change (superseded by 2002-08-30 change); the default blink-off
15776 cursor is now again "no cursor".
15777
15778 2003-09-01 Jason Rumney <jasonr@gnu.org>
15779
15780 * makefile.w32-in (alloca.o): Remove.
15781 (coding.o): Depend on intervals.h
15782 (emacs.o, bytecode.o): Depend on window.h
15783
15784 2003-09-01 Dave Love <fx@gnu.org>
15785
15786 * Makefile.in (alloca.o): Remove commands.
15787 (coding.o): Depend on intervals.h composite.h window.h.
15788 (emacs.o): Depend on window.h keyboard.h keymap.h.
15789 (gtkutil.o): Depend on keyboard.h charset.h coding.h.
15790 (bytecode.o): Depend on window.h.
15791
15792 2003-08-31 Jason Rumney <jasonr@gnu.org>
15793
15794 * w32term.c (w32_per_char_metric): Allow cached metrics to be
15795 returned even when font_type is unknown.
15796
15797 * xdisp.c (init_iterator): Remove old WINDOWSNT conditional.
15798
15799 2003-08-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15800
15801 * xterm.c (x_term_init): Initialize new fields in x_display_info.
15802
15803 * xterm.h (struct x_display_info): Add red/green/blue_bits and
15804 *_offset.
15805
15806 * xfns.c (lookup_rgb_color): Use new fields in x_display_info to
15807 calculate pixel value.
15808
15809 2003-08-29 Gerd Moellmann <gerd.moellmann@t-online.de>
15810
15811 * xdisp.c (redisplay_internal): Fix change of 2003-04-30.
15812 Don't tell redisplay display is accurate when it's actually been
15813 paused for pending input.
15814
15815 2003-08-29 Richard M. Stallman <rms@gnu.org>
15816
15817 * dispnew.c (adjust_glyph_matrix): Call window_box
15818 whenever W is nonzero.
15819
15820 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
15821 (Fkill_local_variable, Fmake_variable_frame_local)
15822 (Flocal_variable_p, Flocal_variable_if_set_p):
15823 Use indirect_variable to trace thru variable aliases.
15824
15825 * config.in: Updated.
15826
15827 * callint.c (Fcall_interactively): Save and restore
15828 Vthis_command, Vthis_original_command, real_this_command,
15829 and current_kboard->Vlast_command.
15830
15831 * abbrev.c (Fexpand_abbrev): Insert before deleting.
15832
15833 2003-08-29 Gerd Moellmann <gerd@gnu.org>
15834
15835 * xfns.c (lookup_rgb_color): Handle TrueColor visuals specially.
15836
15837 2003-08-28 David Abrahams <dave@boost-consulting.com> (tiny change)
15838
15839 * coding.c (decode_coding_iso2022): Initialize local variable c2.
15840 (decode_coding_sjis_big5): Likewise.
15841
15842 2003-08-27 Jason Rumney <jasonr@gnu.org>
15843
15844 * w32.c (sys_pipe): Protect against file descriptor overflow.
15845
15846 * w32fns.c (syms_of_w32fns): Remove non-existent functions.
15847
15848 * w32term.c (w32_read_socket): Fix WM_MOUSEWHEEL assignment.
15849
15850 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
15851
15852 * xfns.c (Vgtk_version_string): New variable.
15853 (syms_of_xfns): DEFVAR_LISP it. Provide gtk.
15854
15855 2003-08-24 Eli Zaretskii <eliz@gnu.org>
15856
15857 * term.c (term_init): Remove `const' from buffer_size's declaration.
15858
15859 * Makefile.in (msdos.o): Depend on intervals.h.
15860
15861 * msdos.c: Include intervals.h, since STRING_INTERVALS requires that.
15862
15863 2003-08-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15864
15865 * xterm.h (struct x_display_info): New fields: client_leader_window
15866 and Xatom_wm_client_leader.
15867
15868 * xterm.c (x_initialize): Move call to x_session_initialize to ...
15869 (x_term_init): ... here. Initialize client_leader fields in dpyinfo.
15870
15871 * xsmfns.c (create_client_leader_window): New function.
15872 (x_session_initialize): Call create_client_leader_window, take
15873 dpyinfo as argument.
15874
15875 * xfns.c (Fx_create_frame): Set property WM_CLIENT_LEADER.
15876
15877 * Makefile.in (xsmfns.o): Add more depenedencies.
15878
15879 2003-08-21 Dave Love <fx@gnu.org>
15880
15881 * m/iris4d.h: Use _MIPS_SZLONG, not _LP64.
15882
15883 2003-08-21 Kenichi Handa <handa@m17n.org>
15884
15885 * term.c (term_init): Fix previous change; don't rely on the
15886 length of `buffer' if TERMINFO is defined.
15887
15888 2003-08-20 Dave Love <fx@gnu.org>
15889
15890 * atimer.h: Include lisp.h.
15891
15892 * lisp.h (EMACS_LISP_H): New.
15893 (popup_activated_flag): Don't declare.
15894
15895 * alloca.c: Some merging with gnulib. Change logic and doc
15896 concerning (x)malloc/(x)free -- no longer Emacs-specific.
15897 [DO_BLOCK_INPUT]: Don't include lisp.h.
15898 (xmalloc, xfree): Declare.
15899 (malloc): Don't declare.
15900
15901 * Makefile.in (LWLIB_OPTIONS): Remove (unused).
15902 (alloca.o): Remove obsolete stuff concerning alloca.s. Depend on
15903 atimer.h, blockinput.h.
15904
15905 * alloc.c (lisp_align_malloc): Change type of `aligned'.
15906
15907 * alloca.s: Remove.
15908
15909 2003-08-19 Gerd Moellmann <gerd@gnu.org>
15910
15911 * s/freebsd.h [__FreeBSD_version >= 400000]: Define TERMINFO,
15912 use -lncurses.
15913
15914 * term.c (term_init): Use a buffer of size 4096 for tgetent since
15915 FreeBSD returns something longer than 2044. Abort if the end of
15916 the buffer is overwritten.
15917
15918 2003-08-19 Miles Bader <miles@gnu.org>
15919
15920 * xterm.c (x_term_init): Correctly use result of Ffile_readable_p.
15921
15922 2003-08-19 Gerd Moellmann <gerd@gnu.org>
15923
15924 * alloc.c (lisp_align_malloc): Check for memory full when
15925 allocating ablocks, which also avoids freeing a pointer into an
15926 ablocks structure.
15927
15928 * puresize.h (BASE_PURESIZE): Increase to 1100000.
15929
15930 * buffer.c (Fmove_overlay): Set overlay's next pointer unconditionally.
15931
15932 2003-08-16 Richard M. Stallman <rms@gnu.org>
15933
15934 * editfns.c (Fencode_time): Doc fix.
15935
15936 2003-08-16 David Ponce <david@dponce.com>
15937
15938 * fileio.c (Fwrite_region): Fix conditional expression to issue
15939 the right message.
15940
15941 2003-08-16 Juri Linkov <juri@jurta.org>
15942
15943 * syntax.c (Fforward_word): Argument changed to optional.
15944 Set default value to 1.
15945
15946 2003-08-15 Kenichi Handa <handa@m17n.org>
15947
15948 * xfaces.c (better_font_p): Prefer a real scalable font; i.e. not
15949 what autoscaled.
15950 (best_matching_font): Once we find a better scalable font, set
15951 non_scalable_has_exact_height_p to 1.
15952 (try_font_list): Call try_alternative_families to try any family
15953 with the given registry.
15954
15955 2003-08-09 Andreas Schwab <schwab@suse.de>
15956
15957 * alloc.c (mark_object): Handle Lisp_Misc_Save_Value.
15958
15959 * print.c (print_string): Fix printing of multibyte string with
15960 nontrivial printcharfun.
15961
15962 2003-07-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15963
15964 * xfns.c (xg_set_icon): Rewrite to compile with GTK 2.0 and 2.2.
15965
15966 * xterm.c (x_bitmap_icon): Return if xg_set_icon succeeds.
15967
15968 2003-07-31 Kenichi Handa <handa@m17n.org>
15969
15970 * process.c (read_process_output): Return the actually read bytes
15971 instead of the result of decoding.
15972
15973 2003-07-31 Kenichi Handa <handa@m17n.org>
15974
15975 * xterm.h (struct x_bitmap_record): New member have_mask.
15976
15977 * xfns.c (x_create_bitmap_from_data): Initialize have_mask member
15978 to 0.
15979 (x_create_bitmap_from_file): Likewise.
15980 (x_destroy_bitmap): Check have_mask member before freeing a mask.
15981 (x_destroy_all_bitmaps): Likewise.
15982 (x_create_bitmap_mask): Set have_mask member to 1.
15983
15984 2003-07-30 Richard M. Stallman <rms@gnu.org>
15985
15986 * Makefile.in (CFLAGS) [!OPTIMIZE]: Undo previous change.
15987
15988 2003-07-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15989
15990 * gtkutil.c (xg_mark_data): Update calls to mark_object.
15991
15992 2003-07-29 Richard M. Stallman <rms@gnu.org>
15993
15994 * xterm.c (xim_open_dpy, xim_initialize, xim_close_dpy):
15995 Conditionalize XIM code on HAVE_XIM.
15996
15997 * fns.c (Fclear_string): New function.
15998 (syms_of_fns): defsubr it.
15999
16000 2003-07-28 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
16001
16002 * xfns.c (xic_set_preeditarea): Add the left fringe width to spot.x.
16003
16004 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
16005
16006 * xfns.c: Don't check HAVE_PNG_H: autoconf doesn't seem to find it.
16007
16008 * buffer.c (delete_all_overlays): New function.
16009 * buffer.h (delete_all_overlays): Declare.
16010 * coding.c (run_pre_post_conversion_on_str):
16011 * print.c (temp_output_buffer_setup):
16012 * fileio.c (Finsert_file_contents):
16013 * minibuf.c (get_minibuffer): Use it.
16014
16015 2003-07-22 Andrew Choi <akochoi@shaw.ca>
16016
16017 * unexmacosx.c (unexec_regions_sort_compare):
16018 (unexec_regions_merge): New functions. Sort and merge unexec
16019 regions before dumping them.
16020
16021 2003-07-22 Dave Love <fx@gnu.org>
16022
16023 * xfns.c [HAVE_PNG]: Consider both png.h and libpng/png.h.
16024
16025 2003-07-21 Stefan Monnier <monnier@cs.yale.edu>
16026
16027 * alloc.c (MARK_STRING, UNMARK_STRING, STRING_MARKED_P)
16028 (GC_STRING_CHARS, string_bytes): Use ARRAY_MARK_FLAG rather than
16029 MARKBIT as the gcmarkbit for strings.
16030
16031 2003-07-21 Richard M. Stallman <rms@gnu.org>
16032
16033 * s/openbsd.h (LD_SWITCH_SYSTEM_TEMACS): Add undef.
16034
16035 * fns.c (Flocale_info): Rename from Flanginfo. Doc fixes.
16036 (syms_of_fns): Corresponding change.
16037
16038 * alloc.c (syms_of_alloc): Doc fixes.
16039
16040 2003-07-20 Han Boetes <han@mijncomputer.nl> (tiny change)
16041
16042 * s/netbsd.h: Use -Wl syntax.
16043
16044 2003-07-17 Richard M. Stallman <rms@gnu.org>
16045
16046 * xterm.c (xim_initialize): Redo 6/24 change.
16047
16048 2003-07-15 Stefan Monnier <monnier@cs.yale.edu>
16049
16050 * buffer.c (copy_overlays): Use EMACS_INT for positions.
16051 (Fswitch_to_buffer): Don't signal an error when switching to the same
16052 buffer in a dedicated window.
16053
16054 * alloc.c: Use bitmaps for cons, as was done for floats.
16055 (init_float, init_cons): Let the normal code allocate the first block.
16056 (CONS_BLOCK_SIZE): Redefine based on BLOCK_BYTES and bitmap size.
16057 (CONS_BLOCK, CONS_INDEX, CONS_MARKED_P, CONS_MARK, CONS_UNMARK):
16058 New macros.
16059 (struct cons_block): Move conses to the beginning. Add gcmarkbits.
16060 (Fcons): Use lisp_align_malloc and CONS_UNMARK.
16061 (live_cons_p): Check the pointer is not past the `conses' array.
16062 (mark_maybe_object, mark_maybe_pointer): Use CONS_MARKED_P.
16063 (mark_object, mark_buffer): Use CONS_MARKED_P and CONS_MARK.
16064 (survives_gc_p): Use CONS_MARKED_P and simplify.
16065 (gc_sweep): Use CONS_MARKED_P, CONS_UNMARK, and lisp_align_free.
16066
16067 2003-07-13 Paul Eggert <eggert@twinsun.com>
16068
16069 GCC 3.3 (sparc) no longer puts "int foo = 0;" into data; it
16070 puts it into BSS instead, at least on Solaris 8 and 9.
16071 This is a valid optimization, and it may occur on other platforms,
16072 so Emacs should not assume that initializing a static variable to
16073 zero puts it into data.
16074 * alloc.c (pure, staticvec):
16075 Initialize these arrays to nonzero, so that they're not
16076 put into BSS by that optimization.
16077
16078 2003-07-13 Stefan Monnier <monnier@cs.yale.edu>
16079
16080 * alloc.c (BLOCK_PADDING): Rename from ABLOCKS_PADDING. Update users.
16081 (lisp_align_malloc): Use posix_memalign is available.
16082 (ABLOCKS_BASE): Use HAVE_POSIX_MEMALIGN as an optimization.
16083 (STRING_BLOCK_SIZE): Rename from STRINGS_IN_STRING_BLOCK
16084 for consistency. Update users.
16085
16086 2003-07-13 Richard M. Stallman <rms@gnu.org>
16087
16088 * s/netbsd.h (START_FILES_1, END_FILES_1): Always define them.
16089
16090 2003-07-13 Terje Rosten <terjeros@phys.ntnu.no>
16091
16092 * xterm.c (x_bitmap_icon, x_wm_set_icon_pixmap): Modify to add mask,
16093 and use the Gtk+ function gtk_window_icon_from_file if available.
16094
16095 * xfns.c (x_bitmap_mask, x_create_bitmap_mask): New functions to
16096 handle mask of bitmaps.
16097 (x_allocate_bitmap_record, x_destroy_bitmap): Modify to handle the
16098 mask property.
16099 (xg_set_icon): New function, wrapper for gtk_window_icon_from_file.
16100
16101 * xterm.h (xg_set_icon): New function.
16102
16103 2003-07-12 Paul Eggert <eggert@twinsun.com>
16104
16105 * unexelf.c (unexec): Consider a section to precede the .bss
16106 section if its addresses overlap that of .bss.
16107
16108 2003-07-12 Richard M. Stallman <rms@gnu.org>
16109
16110 * Makefile.in (CFLAGS) [!OPTIMIZE]: Set CFLAGS to -g.
16111
16112 * config.in (HAVE_CRTIN): Add #undef.
16113 (INLINE): Really inline only if OPTIMIZE is defined.
16114
16115 * s/netbsd.h (START_FILES, LIB_STANDARD): Use START_FILES_1,
16116 END_FILES_1.
16117 (START_FILES_1, END_FILES_1): New macros (conditional).
16118 (LD_SWITCH_SYSTEM_TEMACS): Define.
16119
16120 * s/openbsd.h: Don't include bsd4-3.h.
16121 (TERMINFO): Define.
16122 (LIBS_TERMCAP): Define.
16123 (LD_SWITCH_SYSTEM): Define (two definitions).
16124
16125 * xfns.c: Include libpng/png.h instead of png.h.
16126
16127 2003-07-11 Andreas Schwab <schwab@suse.de>
16128
16129 * buffer.c (modify_overlay): Update prototype.
16130 * lisp.h (adjust_overlays_for_insert, adjust_overlays_for_delete):
16131 Likewise.
16132
16133 2003-07-09 Stefan Monnier <monnier@cs.yale.edu>
16134
16135 * lisp.h (VALBITS): Define in terms of GCTYPEBITS.
16136 (struct interval): Move to intervals.h.
16137 (struct Lisp_Marker): Use EMACS_INT for position info.
16138 (forward_point): Remove prototype of defunct function.
16139 (Qmodification_hooks, Qrear_nonsticky, Fnext_property_change)
16140 (Fget_text_property, Fset_text_properties, Ftext_propertes_not_all)
16141 (syms_of_textprop, set_text_properties): Remove prototypes that are
16142 already in intervals.h.
16143
16144 * intervals.h (struct interval): Move from lisp.h.
16145 Use EMACS_INT for position and size info.
16146
16147 * coding.c: Include intervals.h for Fset_text_properties.
16148
16149 * buffer.h (struct buffer_text, struct buffer): Use EMACS_INT for
16150 position and length information.
16151
16152 2003-07-09 Stefan Monnier <monnier@cs.yale.edu>
16153
16154 * buffer.h (struct buffer_text, struct buffer): Use EMACS_INT for
16155 position and length information.
16156
16157 2003-07-09 Stefan Monnier <monnier@cs.yale.edu>
16158
16159 Change overlays_after and overlays_before so the overlays themselves
16160 are linked into lists, rather than using cons cells. After all each
16161 Lisp_Misc already occupies 5 words, so we can add a `next' field to
16162 Lisp_Overlay for free and save up one cons cell per overlay (not
16163 to mention one indirection when traversing the list of overlay).
16164
16165 * lisp.h (struct Lisp_Overlay): New field `next'.
16166
16167 * buffer.h (struct buffer): Change overlays_before and overlays_after
16168 from Lisp lists of overlays to pointers to overlays.
16169
16170 * buffer.c (overlay_strings, recenter_overlay_lists):
16171 Fix typo in eassert in last commit.
16172 (unchain_overlay): New function.
16173 (add_overlay_mod_hooklist): Use AREF.
16174 (copy_overlays, reset_buffer, overlays_at, overlays_in)
16175 (overlay_touches_p, overlay_strings, recenter_overlay_lists)
16176 (fix_overlays_in_range, fix_overlays_before, Fmake_overlay)
16177 (Fmove_overlay, Fdelete_overlay, Foverlay_lists)
16178 (report_overlay_modification, evaporate_overlays, init_buffer_once):
16179 Adjust to new type of overlays_(before|after).
16180
16181 * alloc.c (mark_object): Mark the new `next' field of overlays.
16182 (mark_buffer): Manually mark the overlays_(after|before) fields.
16183
16184 * coding.c (run_pre_post_conversion_on_str):
16185 * editfns.c (overlays_around):
16186 * xdisp.c (load_overlay_strings):
16187 * fileio.c (Finsert_file_contents):
16188 * indent.c (current_column):
16189 * insdel.c (signal_before_change, signal_after_change):
16190 * intervals.c (set_point_both):
16191 * print.c (temp_output_buffer_setup): Use new type for
16192 overlays_(before|after).
16193
16194 2003-07-08 Stefan Monnier <monnier@cs.yale.edu>
16195
16196 * buffer.c (report_overlay_modification): Don't run hooks while
16197 traversing the list of overlays.
16198
16199 * buffer.h (struct buffer): Use an int for overlay_center.
16200 (overlays_at, evaporate_overlays, recenter_overlay_lists)
16201 (overlay_strings, fix_overlays_before): Use EMACS_INT for positions.
16202
16203 * buffer.c (reset_buffer, recenter_overlay_lists)
16204 (adjust_overlays_for_insert, adjust_overlays_for_delete)
16205 (fix_overlays_in_range, Fmake_overlay, Fmove_overlay)
16206 (evaporate_overlays, init_buffer_once): Update use of overlay_center.
16207 (overlays_at, evaporate_overlays, recenter_overlay_lists)
16208 (overlay_strings, fix_overlays_before): Use EMACS_INT for positions.
16209
16210 * xdisp.c (fast_find_position): Remove unused var.
16211
16212 * cmds.c (Qexpand_abbrev): New sym.
16213 (syms_of_cmds): Initialize it.
16214 (internal_self_insert): Use it to call expand-abbrev.
16215
16216 2003-07-09 Kim F. Storm <storm@cua.dk>
16217
16218 * xterm.c (use_xim) [!USE_XIM]: Default to disable XIM if Emacs
16219 was configured with --without-xim.
16220 (x_term_init) [!USE_XIM]: Use `useXIM' resource to turn on XIM.
16221
16222 2003-07-07 Richard M. Stallman <rms@gnu.org>
16223
16224 * xdisp.c (reseat_1): Set it->area to TEXT_AREA.
16225
16226 * alloc.c (Fgarbage_collect): Doc fix.
16227
16228 2003-07-07 Nozomu Ando <nand@mac.com>
16229
16230 * buffer.c (Fkill_buffer): Clear charpos cache if necessary.
16231
16232 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
16233
16234 * minibuf.c (read_minibuf): UNGCPRO before returning.
16235 (Ftry_completion, Fall_completions): Doc fix.
16236
16237 * alloc.c (live_float_p): Check that p is not past the `floats' array,
16238 now that `floats' is not the last element of the struct any more.
16239
16240 2003-07-06 Jason Rumney <jasonr@gnu.org>
16241
16242 * w32term.h (ClipboardSequence_Proc): New type.
16243
16244 * w32fns.c (clipboard_sequence_fn): New variable.
16245 (globals_of_w32fns): Initialize it.
16246
16247 * w32select.c (last_clipboard_sequence_number): New variable.
16248 (Fw32_set_clipboard_data, Fw32_get_clipboard_data): Use sequence
16249 number if possible.
16250
16251 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
16252
16253 * m/amdx86-64.h (MARKBIT):
16254 * m/ia64.h (MARKBIT): Remove definition since lisp.h does not compare
16255 MARKBIT and ARRAY_MARK_FLAG any more.
16256
16257 * m/hp800.h (XSETMARKBIT):
16258 * m/sr2k.h (XSETMARKBIT):
16259 * lisp.h (XSETMARKBIT): Remove unused macro.
16260
16261 * lisp.h (mark_object): Change prototype.
16262
16263 * alloc.c (mark_object): Change arg *Lisp_Object -> Lisp_Object.
16264 (last_marked): Change accordingly.
16265 (mark_interval, mark_maybe_object, mark_maybe_pointer)
16266 (Fgarbage_collect, mark_glyph_matrix, mark_face_cache, mark_image)
16267 (mark_buffer): Update calls to mark_object.
16268
16269 * bytecode.c (mark_byte_stack):
16270 * fns.c (sweep_weak_table):
16271 * keyboard.c (mark_kboards): Update calls to mark_object.
16272
16273 2003-07-06 Jason Rumney <jasonr@gnu.org>
16274
16275 * alloc.c (struct ablock): Only include padding when there is some.
16276
16277 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
16278
16279 * alloc.c (ALIGN): Add casts to simplify usage.
16280 (BLOCK_ALIGN, BLOCK_BYTES, ABLOCKS_PADDING, ABLOCKS_SIZE)
16281 (ABLOCKS_BYTES, ABLOCK_ABASE, ABLOCKS_BUSY, ABLOCKS_BASE): New macros.
16282 (struct ablock, struct ablocks): New types.
16283 (free_ablock): New global var.
16284 (lisp_align_malloc, lisp_align_free): New functions.
16285 (FLOAT_BLOCK_SIZE): Redefine in terms of BLOCK_BYTES.
16286 (struct float_block): Reorder and add gcmarkbits.
16287 (GETMARKBIT, SETMARKBIT, UNSETMARKBIT, FLOAT_BLOCK, FLOAT_INDEX)
16288 (FLOAT_MARKED_P, FLOAT_MARK, FLOAT_UNMARK): New macros.
16289 (init_float, make_float): Use lisp_align_malloc.
16290 (free_float, live_float_p): Don't use `type' any more.
16291 (make_float): Use FLOAT_UNMARK to access to mark bit.
16292 (mark_maybe_object, mark_maybe_pointer, survives_gc_p):
16293 Use FLOAT_MARKED_P to access the mark bit.
16294 (pure_alloc): Simplify use of ALIGN.
16295 (mark_object): Use FLOAT_MARK to access the mark bit.
16296 (gc_sweep): Use new macros to access the float's mark bit.
16297 (init_alloc_once): Init free_ablock.
16298
16299 * lisp.h (struct Lisp_Float): Remove unused field `type'.
16300
16301 2003-06-27 Stefan Monnier <monnier@cs.yale.edu>
16302
16303 * alloc.c (VECTOR_MARK, VECTOR_UNMARK, VECTOR_MARKED_P): New macros.
16304 (GC_STRING_BYTES): Don't mask markbit (it's only used on `size').
16305 (allocate_buffer): Move.
16306 (string_bytes): Don't mask markbit of `size_byte'.
16307 (mark_maybe_object, mark_maybe_pointer, Fgarbage_collect)
16308 (mark_object, mark_buffer, survives_gc_p, gc_sweep):
16309 Use the `size' field of buffers (rather than the `name' field) for
16310 the mark bit, as is done for all other vectorlike objects.
16311 Use the new macros to access the mark bit of vectorlike objects.
16312
16313 2003-06-26 Richard M. Stallman <rms@gnu.org>
16314
16315 * puresize.h (BASE_PURESIZE): Increment base size.
16316
16317 * xdisp.c (fast_find_position): Enable Gerd's new definition.
16318
16319 * xterm.c (xim_initialize): Undo previous change.
16320
16321 2003-06-26 Stefan Monnier <monnier@cs.yale.edu>
16322
16323 * alloc.c (survives_gc_p): Simplify.
16324
16325 * buffer.c (set_buffer_internal_1): Test CONSP for lists.
16326
16327 * window.c (Fset_window_dedicated_p): Simplify.
16328 (display_buffer_1): Don't raise the win from which minibuf was entered.
16329 (temp_output_buffer_show): Don't assume BEG == 1. Simplify.
16330 (Fminibuffer_selected_window): Simplify.
16331
16332 * buffer.h (struct buffer_text): Lisp_Object `markers' => Lisp_Marker.
16333
16334 * lisp.h (unchain_marker): Lisp_Object arg => Lisp_Marker.
16335 (struct Lisp_Marker): Lisp_Object `chain' => Lisp_Marker `next'.
16336
16337 * insdel.c (check_markers, adjust_markers_for_delete)
16338 (adjust_markers_for_insert, adjust_markers_for_replace)
16339 (prepare_to_modify_buffer, RESTORE_VALUE):
16340 * marker.c (buf_charpos_to_bytepos, buf_bytepos_to_charpos)
16341 (Fset_marker, set_marker_restricted, set_marker_both, unchain_marker)
16342 (set_marker_restricted_both, Fbuffer_has_markers_at, count_markers):
16343 * alloc.c (Fmake_marker, free_marker, gc_sweep):
16344 * buffer.c (Fget_buffer_create, Fkill_buffer, Fset_buffer_multibyte):
16345 * editfns.c (save_excursion_restore, transpose_markers):
16346 * window.c (delete_window):
16347 * xdisp.c (message_dolog): Update for new types.
16348
16349 2003-06-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16350
16351 * xfaces.c (set_font_frame_param): Set default_face_done_p to zero.
16352 (realize_default_face): Use default_face_done_p for the force_p
16353 argument to set_lface_from_font_name. Set default_face_done_p to one.
16354
16355 * frame.c (make_frame): Initialize default_face_done_p.
16356
16357 * frame.h (struct frame): Add default_face_done_p.
16358
16359 * config.in: Add XRegisterIMInstantiateCallback_arg6 so it
16360 will be defined.
16361
16362 2003-06-25 Stefan Monnier <monnier@cs.yale.edu>
16363
16364 * alloc.c (make_interval, Fmake_symbol, allocate_misc):
16365 Initialize the new field `gcmarkbit'.
16366 (mark_interval, MARK_INTERVAL_TREE): Use the new `gcmarkbit' field.
16367 (mark_interval_tree): Don't mark the tree separately from the nodes.
16368 (UNMARK_BALANCE_INTERVALS): Don't unmark the tree.
16369 (mark_maybe_object, mark_maybe_pointer, Fgarbage_collect)
16370 (mark_object, survives_gc_p, gc_sweep): Use new `gcmarkbit' fields.
16371
16372 * lisp.h (struct interval, struct Lisp_Symbol, struct Lisp_Free)
16373 (struct Lisp_Marker, struct Lisp_Intfwd, struct Lisp_Boolfwd)
16374 (struct Lisp_Kboard_Objfwd, struct Lisp_Save_Value)
16375 (struct Lisp_Buffer_Local_Value, struct Lisp_Overlay)
16376 (struct Lisp_Objfwd, struct Lisp_Buffer_Objfwd): Add `gcmarkbit' field.
16377
16378 2003-06-24 Dave Love <fx@gnu.org>
16379
16380 * xterm.c (xim_initialize): Use XRegisterIMInstantiateCallback_arg6.
16381
16382 * strftime.c: Test HAVE_SYS__MBSTATE_H, not __hpux. Merge changes
16383 from gnulib.
16384
16385 2003-06-21 Richard M. Stallman <rms@gnu.org>
16386
16387 * fileio.c (Fwrite_region): Alternate messages
16388 for append and partial write.
16389
16390 * keyboard.c (read_key_sequence): When converting upcase fn key to
16391 downcase, update fkey and keytran so `backspace' gets translated.
16392
16393 * keyboard.c (read_avail_input): Don't signal SIGHUP in batch mode.
16394
16395 * process.c (wait_reading_process_input): Don't signal SIGIO
16396 in batch mode.
16397
16398 2003-06-17 Kenichi Handa <handa@m17n.org>
16399
16400 * Makefile.in (xselect.o): Don't depend on charset.h, coding.h,
16401 composite.h.
16402
16403 * xselect.c: Don't include charset.h, coding.h, composite.h.
16404 (Qforeign_selection): New variable.
16405 (syms_of_xselect): Intern and static it.
16406 (selection_data_to_lisp_data): Return a unibyte string made from
16407 data with `foreign-selection' text property.
16408
16409 2003-06-15 Stefan Monnier <monnier@cs.yale.edu>
16410
16411 * termhooks.h (EVENT_INIT): New macro.
16412
16413 * keyboard.c (mark_kboards): Move from alloc.c. Mark kbd_buffer.
16414
16415 * alloc.c (mark_kboards): Move to keyboard.c.
16416
16417 * keyboard.c (record_asynch_buffer_change, read_avail_input):
16418 * xterm.c (x_dispatch_event):
16419 * xmenu.c (find_and_call_menu_selection):
16420 * xdisp.c (handle_tool_bar_click):
16421 * w32menu.c (menubar_selection_callback):
16422 * sysdep.c (kbd_input_ast, read_input_waiting):
16423 * msdos.c (dos_rawgetc):
16424 * macterm.c (mac_check_for_quit_char):
16425 * macmenu.c (menubar_selection_callback):
16426 * gtkutil.c (xg_tool_bar_callback): Don't pass uninitialized
16427 data to kbd_buffer_store_event.
16428
16429 2003-06-15 Kim F. Storm <storm@cua.dk>
16430
16431 * xdisp.c (x_fix_overlapping_area): Always use area relative X
16432 to fix redisplay problem with tall characters (such as \e,AC\e(B).
16433
16434 2003-06-13 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
16435
16436 * fileio.c (Fcopy_file): Doc fix: copies file modes, too.
16437
16438 2003-06-12 Kenichi Handa <handa@m17n.org>
16439
16440 * fileio.c (Fwrite_region): Save and restore restriction.
16441
16442 2003-06-12 Dave Love <fx@gnu.org>
16443
16444 * alloca.c (alloca): Declare arg as size_t.
16445
16446 * sysdep.c: Remove redundant include of unistd.h, stdlib.h.
16447 Use HAVE_DECL_SYS_SIGLIST, not SYS_SIGLIST_DECLARED.
16448
16449 2003-06-11 Dave Love <fx@gnu.org>
16450
16451 * search.c (shrink_regexp_cache): Use xrealloc.
16452 (syms_of_search): Use xmalloc.
16453
16454 2003-06-10 Kim F. Storm <storm@cua.dk>
16455
16456 * xdisp.c (phys_cursor_in_rect_p): Fix 2003-05-24 change.
16457 Adjust phys_cursor.x to be relative to window box, rather than
16458 text area before checking -- to ensure cursor is redrawn when
16459 exposing window.
16460 Note: This also fixes a similar (older) bug if display margins
16461 are present.
16462
16463 2003-06-06 Kenichi Handa <handa@m17n.org>
16464
16465 * coding.c (encoding_buffer_size): If coding->type is
16466 coding_type_ccl, double magnification on CRLF encoding.
16467
16468 2003-06-06 Jason Rumney <jasonr@gnu.org>
16469
16470 * w32reg.c (SYSTEM_DEFAULT_RESOURCES): New constant.
16471 (w32_get_string_resource): Try SYSTEM_DEFAULT_RESOURCES last.
16472
16473 * xfaces.c (Finternal_face_x_get_resource): Do it on Windows and
16474 Mac too.
16475
16476 2003-06-05 Dave Love <fx@gnu.org>
16477
16478 * strftime.c: Merge changes from gnulib.
16479
16480 * mktime.c (__mktime_internal): Merge changes from gnulib
16481 involving year 69 and dst2.
16482
16483 Changes to merge with gnulib version and be consistent with the
16484 autoconf test:
16485
16486 * getloadavg.c: Set NLIST_STRUCT from HAVE_NLIST_H.
16487 Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not NLIST_NAME_UNION.
16488 [HAVE_LOCALE_H]: Include locale.h.
16489 (getloadavg) [HAVE_SETLOCALE]: Run sscanf in C locale.
16490
16491 2003-06-05 Kim F. Storm <storm@cua.dk>
16492
16493 * window.c (coordinates_in_window): Convert X and Y to window
16494 relative coordinates inside mode-line and header-line parts.
16495 Convert X and Y to margin area relative coordinates inside left
16496 and right display margin parts.
16497
16498 2003-06-05 Jason Rumney <jasonr@gnu.org>
16499
16500 * w32fns.c (add_system_logical_colors_to_map): New function.
16501 (Fx_open_connection): Use it.
16502
16503 2003-06-04 Stefan Monnier <monnier@cs.yale.edu>
16504
16505 * process.c (allocate_pty): Revert part of the previous patch.
16506 (Faccept_process_output): Simplify.
16507
16508 2003-06-04 Jason Rumney <jasonr@gnu.org>
16509
16510 * termhooks.h (enum event_kind): Remove MOUSE_WHEEL_EVENT.
16511
16512 * keyboard.c (Qmouse_wheel, mouse_wheel_syms)
16513 (lispy_mouse_wheel_names): Remove.
16514 (syms_of_keyboard): Remove Qmouse_wheel and mouse_wheel_syms.
16515 Always define drag_and_drop_syms.
16516
16517 * macterm.c (XTread_socket): Map mouse wheel events to Emacs
16518 WHEEL_EVENT events.
16519
16520 2003-06-03 Stefan Monnier <monnier@cs.yale.edu>
16521
16522 * xdisp.c (update_tool_bar): Add missing UNGCPRO.
16523
16524 * buffer.c (init_buffer_once): Make kill-buffer-hook permanent-local.
16525
16526 2003-06-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16527
16528 * gtkutil.c (make_menu_item): Make sure we don't crash on a NULL
16529 menu item label.
16530
16531 2003-06-03 Richard M. Stallman <rms@gnu.org>
16532
16533 * window.c (Fwindow_edges): Doc fix.
16534 (Fwindow_pixel_edges, Fwindow_inside_edges)
16535 (Fwindow_inside_pixel_edges): New functions.
16536 (syms_of_window): defsubr them.
16537
16538 * window.h (WINDOW_LEFT_FRINGE_COLS, WINDOW_RIGHT_FRINGE_COLS)
16539 (WINDOW_MODE_LINE_LINES, WINDOW_HEADER_LINE_LINES): New macros.
16540
16541 2003-06-02 Stefan Monnier <monnier@cs.yale.edu>
16542
16543 * dispnew.c (Fsit_for): Don't lie about the number of args.
16544
16545 2003-06-02 Dave Love <fx@gnu.org>
16546
16547 * callproc.c: Use HAVE_FCNTL_H, not USG5.
16548 (syms_of_callproc) <process-environment>: Doc fix.
16549
16550 * doc.c: Use HAVE_FCNTL_H, not USG5.
16551
16552 * xfaces.c (font_rescale_ratio): Fix for K&R.
16553
16554 * termcap.c: Use HAVE_FCNTL_H, not _POSIX_VERSION.
16555
16556 * mem-limits.h: Use HAVE_SYS_RESOURCE_H, HAVE_SYS_VLIMIT_H.
16557
16558 * lread.c [HAVE_FCNTL_H]: Include fcntl.h.
16559
16560 * gtkutil.c: Include keyboard.h, charset.h, coding.h.
16561 (xg_create_frame_widgets): Use ENCODE_UTF_8.
16562
16563 * xterm.c (Qutf_8): Move to coding.c
16564
16565 * xmenu.c (ENCODE_MENU_STRING): New.
16566 (list_of_panes, list_of_items, digest_single_submenu, xmenu_show):
16567 Use it.
16568
16569 * coding.h (ENCODE_UTF_8): New.
16570 (Qutf_8): Declare.
16571
16572 * coding.c (Qutf_8): New.
16573 (syms_of_coding): Intern it.
16574
16575 * fns.c: Doc fixes.
16576
16577 2003-06-02 Kenichi Handa <handa@m17n.org>
16578
16579 * buffer.c (Fset_buffer_multibyte): Fix previous change.
16580
16581 2003-06-01 Stefan Monnier <monnier@cs.yale.edu>
16582
16583 * lread.c (openp): Make sure STR is a string.
16584
16585 2003-06-01 David Ponce <david@dponce.com>
16586
16587 * termhooks.h (enum event_kind): Add new WHEEL_EVENT event.
16588 Declare MOUSE_WHEEL_EVENT only if MAC_OSX defined.
16589
16590 * keyboard.c (Qmouse_wheel): Declare only if MAC_OSX defined.
16591 (mouse_wheel_syms, lispy_mouse_wheel_names): Likewise.
16592 (discard_mouse_events): Discard WHEEL_EVENT events too.
16593 (lispy_wheel_names, wheel_syms): New.
16594 (syms_of_keyboard): Init and staticpro `wheel_syms'. Init and
16595 staticpro `Qmouse_wheel' and `mouse_wheel_syms' only if MAC_OSX defined.
16596 (make_lispy_event): Add WHEEL_EVENT handler.
16597
16598 * w32term.c (construct_mouse_wheel): Construct WHEEL_EVENT.
16599 (w32_read_socket): Map w32 WM_MOUSEWHEEL events to Emacs
16600 WHEEL_EVENT events.
16601
16602 2003-05-31 John Paul Wallington <jpw@gnu.org>
16603
16604 * Makefile.in (lisp, shortlisp): byte-run, float-sup, map-ynp, and
16605 timer are in lisp/emacs-lisp.
16606
16607 2003-05-31 Kenichi Handa <handa@m17n.org>
16608
16609 * buffer.c (Fset_buffer_multibyte): Correctly recover a narrowed
16610 region when a buffer is changed to unibyte.
16611
16612 * charset.h (VALID_LEADING_CODE_P): New macro.
16613 (UNIBYTE_STR_AS_MULTIBYTE_P): Check more rigidly.
16614
16615 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): If coding->flags
16616 is nonzero, accept multibyte form of eight-bit-control chars.
16617 (decode_composition_emacs_mule): Likewise.
16618 (decode_coding_emacs_mule): Likewise.
16619 (encode_coding_emacs_mule): If coding->flags is nonzero, produce
16620 multibyte form of eight-bit-control chars.
16621
16622 * fileio.c (Qauto_save_coding, auto_save_coding): New variables.
16623 (Finsert_file_contents): If coding-system-for-read is bound to
16624 Qauto_save_coding, use the coding system emacs-mule with special
16625 setting for recovering a file.
16626 (choose_write_coding_system): On auto saving, use the coding
16627 system emacs-mule with special setting for auto saving.
16628 (syms_of_fileio) <Qauto_save_coding>: Intern and staticpro it.
16629
16630 2003-05-30 Kenichi Handa <handa@m17n.org>
16631
16632 * coding.c (ccl_coding_driver): Set ccl->eight_bit_control
16633 properly before calling ccl_driver.
16634
16635 * ccl.h (struct ccl_program) <eight_bit_control>: Comment fixed.
16636
16637 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when it is nonzero.
16638 (ccl_driver): Initialize extra_bytes to ccl->eight_bit_control.
16639 (setup_ccl_program): Initialize ccl->eight_bit_control to zero.
16640
16641 2003-05-29 Glenn Morris <gmorris@ast.cam.ac.uk>
16642
16643 * xfaces.c (realize_default_face): Do not abort if lface is
16644 non-existent - reverts change from 2003-05-19.
16645
16646 2003-05-29 Kenichi Handa <handa@m17n.org>
16647
16648 * coding.c (decode_coding_iso2022): Pay attention to the byte
16649 sequence of CTEXT extended segment, and retain those bytes as is.
16650
16651 2003-05-28 Kenichi Handa <handa@m17n.org>
16652
16653 * coding.c (ENCODE_UNSAFE_CHARACTER): Adjust for the name change
16654 of CODING_REPLACEMENT_CHARACTER.
16655 (decode_coding_iso2022): If CODING_FLAG_ISO_SAFE, set
16656 CODING_MODE_INHIBIT_UNENCODABLE_CHAR flag in coding->mode, and
16657 check this flag on encoding.
16658 (encode_coding_sjis_big5):
16659 Check CODING_MODE_INHIBIT_UNENCODABLE_CHAR flag of coding->mode.
16660 (Fset_terminal_coding_system_internal):
16661 Set CODING_MODE_INHIBIT_UNENCODABLE_CHAR flag in terminal_coding.mode
16662 instead of setting CODING_FLAG_ISO_SAFE flag in terminal_coding.flags.
16663
16664 * coding.h (CODING_REPLACEMENT_CHARACTER): Rename from
16665 CODING_INHIBIT_CHARACTER_SUBSTITUTION.
16666 (CODING_MODE_INHIBIT_UNENCODABLE_CHAR): New macro.
16667
16668 2003-05-28 Richard M. Stallman <rms@gnu.org>
16669
16670 * print.c (syms_of_print) <print-escape-nonascii>: Doc fix.
16671
16672 * eval.c (unbind_to): Move init of this_binding to separate statement.
16673
16674 2003-05-28 Kim F. Storm <storm@cua.dk>
16675
16676 * xdisp.c (expose_window): Fix error in calculation of
16677 window relative coordinates of area to redisplay.
16678
16679 2003-05-27 Jason Rumney <jasonr@gnu.org>
16680
16681 * w32term.c (GET_WHEEL_DELTA_WPARAM): New macro.
16682
16683 2003-05-27 David Ponce <david@dponce.com>
16684
16685 Handle W32 mouse wheel events as mouse click events, like in X.
16686
16687 * keyboard.c (make_lispy_event) [WINDOWSNT]: Don't handle
16688 MOUSE_WHEEL_EVENT anymore.
16689
16690 * w32term.c (construct_mouse_wheel): Result is a MOUSE_CLICK_EVENT.
16691 Scrolling down/up the mouse wheel is respectively mapped to mouse
16692 button 4 and 5.
16693 (w32_read_socket): Map w32 WM_MOUSEWHEEL events to Emacs
16694 MOUSE_CLICK_EVENT events. Forward w32 MSH_MOUSEWHEEL events as
16695 WM_MOUSEWHEEL events.
16696
16697 2003-05-27 Andreas Schwab <schwab@suse.de>
16698
16699 * buffer.c (syms_of_buffer) <default-direction-reversed>: Doc fix.
16700
16701 * xdisp.c (try_window_id): Avoid aborting if PT is inside a
16702 partially visible line.
16703
16704 * alloc.c (Fgarbage_collect): Fix last change.
16705
16706 2003-05-26 John Paul Wallington <jpw@gnu.org>
16707
16708 * xfns.c (Fx_create_frame): Don't call Qface_set_after_frame_default.
16709
16710 2003-05-25 Stefan Monnier <monnier@cs.yale.edu>
16711
16712 * window.c (Fset_window_buffer): Add type of `keep_margins'.
16713 (Fset_window_fringes, Fset_window_scroll_bars): Declare before use.
16714
16715 * window.h (window_box_text_cols): Declare.
16716
16717 * xdisp.c (window_text_bottom_y, draw_row_fringe_bitmaps)
16718 (x_draw_vertical_border): Remove unused var `f'.
16719
16720 * xfaces.c (build_scalable_font_name): Remove `unused var
16721 pixel_size' warning.
16722
16723 * xfns.c (png_load): Remove `unused vars intent, image_gamma' warning.
16724
16725 * unexelf.c (unexec): Remove `unused var n' warning.
16726
16727 * strftime.c (my_strftime_localtime_r): Remove `defined but
16728 unused' warning.
16729
16730 * process.c (allocate_pty): Remove `unused var stb' and
16731 `cp might be used uninitialized' warnings.
16732
16733 * dispnew.c (mode_line_string): Remove unused var `f'.
16734
16735 * coding.c (find_safe_codings): Remove unused var `i'.
16736
16737 * bytecode.c (Fbyte_code): Remove `unused val' warning.
16738
16739 * buffer.c (Fkill_buffer): Remove unused var `list'.
16740
16741 * alloc.c (Fgarbage_collect): Remove `unused var tail' warning.
16742
16743 2003-05-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16744
16745 * frame.c (make_frame): Condition want_fullscreen with
16746 HAVE_WINDOW_SYSTEM.
16747
16748 2003-05-25 Juanma Barranquero <lektu@terra.es>
16749
16750 * window.c (Fset_window_scroll_bars): Fix typo in argument name.
16751 (Fwindow_scroll_bars): Fix typo in docstring.
16752
16753 2003-05-24 Kim F. Storm <storm@cua.dk>
16754
16755 The following changes serve several purposes:
16756
16757 1) Swap the position of fringes and display margins in windows, i.e.
16758 the fringes are now displayed between the margins and the text area
16759 (by default).
16760
16761 2) Allow fringe and scroll bar parameters to be set per-buffer and
16762 per-window (like display margins). Such settings are now stored
16763 in window configurations, preserved when frames are resized, and
16764 copied when windows are split vertically or horizontally.
16765 Several bugs related to display margins have been fixed.
16766
16767 3) Consistently use FRAME_FONT and FRAME_FONTSET macros.
16768
16769 4) Use FRAME_COLUMN_WIDTH (f) consistently throughout the code
16770 rather than FRAME_WIDTH (FRAME_FONT (f)).
16771
16772 5) Introduce a consistent naming of variables, members and macros
16773 depending on whether their value is measured in pixels or in
16774 canonical columns/lines. Pixel dimensions are named *_width and
16775 *_height, while canonical columns/lines are named *_cols and
16776 *_lines. Pixel positions are named *_x and *_y, while column/line
16777 positions are named *_col and *_line.
16778
16779 6) Consolidate more of the X, W32, and MAC gui code by moving
16780 common data into struct frame, and generalize it for the non-gui
16781 case by using suitable defaults.
16782
16783 7) Cleanup and consolidate the macros controlling frame and window
16784 layout into frame.h and window.h, and generalize the use of the
16785 various window_box_* functions (enhanced to handle the new fringe
16786 position and the per-window fringe and scroll bar settings).
16787
16788 * frame.h (struct frame): Rename members height to text_lines,
16789 width to text_cols, window_height to total_lines, window_width to
16790 total_cols, new_height to new_text_lines, new_width to
16791 new_text_cols. All uses changed.
16792 (struct frame): New members which consolidate common members of
16793 x_output, w32_output, and mac_output structures: left_pos,
16794 top_pos, pixel_height, pixel_width, x_pixels_diff, y_pixels_diff,
16795 win_gravity, size_hint_flags, border_width, internal_border_width,
16796 line_height, fringe_cols, left_fringe_width, right_fringe_width,
16797 want_fullscreen. All uses changed.
16798 (struct frame): New member column_width contaning the canonical
16799 column width, analogue to line_height. All uses changed.
16800 (struct frame): Rename members scroll_bar_pixel_width to
16801 config_scroll_bar_width, and scroll_bar_cols to
16802 config_scroll_bar_cols. All uses changed.
16803 (struct frame): New member scroll_bar_actual_width which
16804 consolidates and renames the vertical_scroll_bar_extra member of
16805 x_output, w32_output, and mac_output structures. All uses changed.
16806 (FRAME_PIXEL_HEIGHT): Rename from PIXEL_HEIGHT and moved
16807 from x/w32/macterm.h files. All uses changed. Also change code
16808 which referred to f->output_data...->pixel_height.
16809 (FRAME_PIXEL_WIDTH): Rename from PIXEL_WIDTH and moved
16810 from x/w32/macterm.h files. All uses changed. Also change code
16811 which referred to f->output_data...->pixel_width.
16812 (FRAME_LINES): Rename from FRAME_HEIGHT. All uses changed.
16813 Also change code which referred to f->height.
16814 (FRAME_COLS): Rename from FRAME_WIDTH. All uses changed.
16815 Also change code which referred to f->width.
16816 (FRAME_NEW_HEIGHT, FRAME_NEW_WIDTH): Remove macros; change uses
16817 to update new_text_lines and new_text_cols members directly.
16818 (FRAME_CONFIG_SCROLL_BAR_WIDTH): Rename from
16819 FRAME_SCROLL_BAR_PIXEL_WIDTH. All uses changed.
16820 (FRAME_CONFIG_SCROLL_BAR_COLS): Rename from
16821 FRAME_SCROLL_BAR_COLS. All uses changed.
16822 (FRAME_LEFT_SCROLL_BAR_COLS, FRAME_RIGHT_SCROLL_BAR_COLS):
16823 Rename from FRAME_LEFT_SCROLL_BAR_WIDTH and
16824 FRAME_RIGHT_SCROLL_BAR_WIDTH, resp. All uses changed.
16825 (FRAME_SCROLL_BAR_AREA_WIDTH, FRAME_LEFT_SCROLL_BAR_AREA_WIDTH)
16826 (FRAME_RIGHT_SCROLL_BAR_AREA_WIDTH): New macros.
16827 (FRAME_TOTAL_COLS): Rename from FRAME_WINDOW_WIDTH.
16828 (SET_FRAME_COLS): Rename from SET_FRAME_WIDTH.
16829 (FRAME_TOTAL_COLS_ARG): Rename from FRAME_WINDOW_WIDTH_ARG.
16830 (WINDOW_VERTICAL_SCROLL_BAR_COLUMN): Remove unused macro.
16831 (WINDOW_VERTICAL_SCROLL_BAR_HEIGHT): Remove unused macro.
16832 (FRAME_LINE_HEIGHT): Rename from CANON_Y_UNIT.
16833 Unconditionally return line_height member (it now has proper value
16834 also for non-window frames).
16835 (FRAME_COLUMN_WIDTH): Rename from CANON_X_UNIT. Unconditionally
16836 return new column_width member (rather than the default font width).
16837 (FRAME_FRINGE_COLS, FRAME_LEFT_FRINGE_WIDTH)
16838 (FRAME_RIGHT_FRINGE_WIDTH): Rename from FRAME_X_... and moved
16839 from x/w32/macterm.h files. Unconditionally return corresponding
16840 member of frame structure (they now have proper values also for
16841 non-window frames).
16842 (FRAME_TOTAL_FRINGE_WIDTH): Rename from FRAME_FRINGE_WIDTH.
16843 Calculate return value from left and right widths.
16844 (FRAME_INTERNAL_BORDER_WIDTH): Unconditionally return
16845 internal_border_width member (has proper value for non-window frame).
16846 (FRAME_PIXEL_X_FROM_CANON_X): Rename from PIXEL_X_FROM_CANON_X.
16847 (FRAME_PIXEL_Y_FROM_CANON_Y): Rename from PIXEL_Y_FROM_CANON_Y.
16848 (FRAME_CANON_X_FROM_PIXEL_X): Rename from CANON_X_FROM_PIXEL_X.
16849 (FRAME_CANON_Y_FROM_PIXEL_Y): Rename from CANON_Y_FROM_PIXEL_Y.
16850 (FRAME_LINE_TO_PIXEL_Y): Rename from CHAR_TO_PIXEL_ROW,
16851 consolidated from xterm.h, macterm.h, and w32term.h.
16852 (FRAME_COL_TO_PIXEL_X): Rename from CHAR_TO_PIXEL_COL,
16853 consolidated from xterm.h, macterm.h, and w32term.h.
16854 (FRAME_TEXT_COLS_TO_PIXEL_WIDTH): Rename from
16855 CHAR_TO_PIXEL_WIDTH consolidated from x/mac/w32term.h.
16856 (FRAME_TEXT_LINES_TO_PIXEL_HEIGHT): Rename from
16857 CHAR_TO_PIXEL_HEIGHT consolidated from x/mac/w32term.h.
16858 (FRAME_PIXEL_Y_TO_LINE): Rename from PIXEL_TO_CHAR_ROW
16859 consolidated from x/mac/w32term.h.
16860 (FRAME_PIXEL_X_TO_COL): Rename from PIXEL_TO_CHAR_COL
16861 consolidated from x/mac/w32term.h.
16862 (FRAME_PIXEL_WIDTH_TO_TEXT_COLS): Rename from
16863 PIXEL_TO_CHAR_WIDTH consolidated from x/mac/w32term.h.
16864 (FRAME_PIXEL_HEIGHT_TO_TEXT_LINES): Rename from
16865 PIXEL_TO_CHAR_HEIGHT consolidated from x/mac/w32term.h.
16866
16867 * window.h (struct window): Rename members left to left_col,
16868 top to top_line, height to total_lines, width to total_cols,
16869 left_margin_width to left_margin_cols, right_margin_width to
16870 right_margin_cols, orig_height to orig_total_lines, orig_top to
16871 orig_top_line. All uses changed.
16872 (struct window): New members left_fringe_width, right_fringe_width,
16873 fringes_outside_margins, scroll_bar_width, vertical_scroll_bar_type.
16874 (WINDOW_XFRAME, WINDOW_FRAME_COLUMN_WIDTH, WINDOW_FRAME_LINE_HEIGHT):
16875 New macros primarily used to simplify other macros.
16876 (WINDOW_TOTAL_COLS): New macro. Change relevant code that
16877 referred to XINT (w->width).
16878 (WINDOW_TOTAL_LINES): New macro. Change relevant code that
16879 referred to XINT (w->height).
16880 (WINDOW_TOTAL_WIDTH): New macro. Change relevant code that
16881 referred to XINT (w->width) * canon_x_unit.
16882 (WINDOW_TOTAL_HEIGHT): New macro. Change relevant code that
16883 referred to XINT (w->height) * canon_y_unit.
16884 (WINDOW_LEFT_EDGE_COL): New macro. Change relevant code that
16885 referred to XINT (w->left).
16886 (WINDOW_RIGHT_EDGE_COL): Rename from WINDOW_RIGHT_EDGE. Change
16887 all uses and code that referred to XINT (w->left) + XINT (w->width).
16888 (WINDOW_TOP_EDGE_LINE): New macro. Change relevant code that
16889 referred to XINT (w->top).
16890 (WINDOW_BOTTOM_EDGE_LINE): New macro. Change relevant code that
16891 referred to XINT (w->top) + XINT (w->height).
16892 (WINDOW_LEFT_EDGE_X): New macro. Change relevant code that
16893 referred to XINT (w->left) * canon_x_unit.
16894 (WINDOW_RIGHT_EDGE_X): New macro. Change relevant code that
16895 referred to (XINT (w->left) + XINT (w->width)) * canon_x_unit.
16896 (WINDOW_TOP_EDGE_Y): New macro. Change relevant code that
16897 referred to XINT (w->top) * canon_y_unit.
16898 (WINDOW_BOTTOM_EDGE_Y): New macro. Change relevant code that
16899 referred to (XINT (w->top) + XINT (w->height)) * canon_y_unit.
16900 (WINDOW_LEFTMOST_P): New macro.
16901 (WINDOW_BOX_LEFT_EDGE_COL): Rename from WINDOW_LEFT_MARGIN.
16902 All uses changed.
16903 (WINDOW_BOX_RIGHT_EDGE_COL): Rename from WINDOW_RIGHT_MARGIN.
16904 All uses changed.
16905 (WINDOW_BOX_LEFT_EDGE_X): Rename from
16906 WINDOW_DISPLAY_LEFT_EDGE_PIXEL_X, moved from dispextern.h.
16907 Do not exclude left fringe width.
16908 (WINDOW_BOX_RIGHT_EDGE_X): Rename from
16909 WINDOW_DISPLAY_RIGHT_EDGE_PIXEL_X, moved from dispextern.h.
16910 Do not exclude fringe widths.
16911 (WINDOW_LEFT_FRINGE_WIDTH, WINDOW_RIGHT_FRINGE_WIDTH)
16912 (WINDOW_FRINGE_COLS, WINDOW_TOTAL_FRINGE_WIDTH): New macros.
16913 Change relevant code that referred to FRAME_LEFT_FRINGE_WIDTH,
16914 FRAME_RIGHT_FRINGE_WIDTH, FRAME_FRINGE_COLS, and
16915 FRAME_TOTAL_FRINGE_WIDTH to allow per-window fringe settings.
16916 (WINDOW_HAS_FRINGES_OUTSIDE_MARGINS): New macro.
16917 (WINDOW_VERTICAL_SCROLL_BAR_TYPE, WINDOW_HAS_VERTICAL_SCROLL_BAR)
16918 (WINDOW_HAS_VERTICAL_SCROLL_BAR_ON_LEFT)
16919 (WINDOW_HAS_VERTICAL_SCROLL_BAR_ON_RIGHT)
16920 (WINDOW_CONFIG_SCROLL_BAR_WIDTH, WINDOW_CONFIG_SCROLL_BAR_COLS):
16921 New macros. Change code which referenced corresponding
16922 FRAME_VERTICAL_SCROLL_BAR_TYPE, FRAME_HAS_VERTICAL_SCROLL_BARS,
16923 FRAME_HAS_VERTICAL_SCROLL_BARS_ON_LEFT,
16924 FRAME_HAS_VERTICAL_SCROLL_BARS_ON_RIGHT,
16925 FRAME_SCROLL_BAR_PIXEL_WIDTH, and FRAME_SCROLL_BAR_COLS macros to
16926 allow per-window scroll-bar settings.
16927 (WINDOW_LEFT_SCROLL_BAR_COLS, WINDOW_RIGHT_SCROLL_BAR_COLS): New macros.
16928 (WINDOW_LEFT_SCROLL_BAR_AREA_WIDTH): New macro. Change code that
16929 referred to FRAME_LEFT_SCROLL_BAR_WIDTH.
16930 (WINDOW_RIGHT_SCROLL_BAR_AREA_WIDTH): New macro. Change code
16931 that referred to FRAME_HAS_VERTICAL_SCROLL_BARS_ON_RIGHT and
16932 FRAME_SCROLL_BAR_WIDTH.
16933 (WINDOW_SCROLL_BAR_COLS, WINDOW_SCROLL_BAR_AREA_WIDTH)
16934 (WINDOW_SCROLL_BAR_AREA_X): New macros.
16935 (WINDOW_HEADER_LINE_HEIGHT): Rename from
16936 WINDOW_DISPLAY_HEADER_LINE_HEIGHT, moved from dispextern.h.
16937 (WINDOW_BOX_HEIGHT_NO_MODE_LINE): Rename from
16938 WINDOW_DISPLAY_HEIGHT_NO_MODE_LINE, moved from dispextern.h.
16939 (WINDOW_BOX_TEXT_HEIGHT): Rename from
16940 WINDOW_DISPLAY_PIXEL_WIDTH, moved from dispextern.h.
16941 (WINDOW_TO_FRAME_PIXEL_X, WINDOW_TO_FRAME_PIXEL_Y)
16942 (FRAME_TO_WINDOW_PIXEL_X, FRAME_TO_WINDOW_PIXEL_Y)
16943 (WINDOW_TEXT_TO_FRAME_PIXEL_X): Move here from dispextern.h.
16944 (WINDOW_LEFT_MARGIN_WIDTH): Rename from
16945 WINDOW_DISPLAY_LEFT_AREA_PIXEL_WIDTH, moved from dispextern.h.
16946 (WINDOW_RIGHT_MARGIN_WIDTH): Rename from
16947 WINDOW_DISPLAY_RIGHT_AREA_PIXEL_WIDTH, moved from dispextern.h.
16948 (window_from_coordinates): Update prototype.
16949 (Fset_window_buffer): Update EXFUN.
16950 (set_window_buffer): Update prototype.
16951
16952 * dispextern.h (struct glyph_matrix): Rename members window_left_x
16953 to window_left_col, window_top_y to window_top_line. All uses
16954 changed.
16955 (FRAME_INTERNAL_BORDER_WIDTH_SAFE): Remove macro; can now safely
16956 use FRAME_INTERNAL_BORDER_WIDTH macro instead as
16957 internal_border_width is now set to 0 for non-window frames.
16958 (WINDOW_DISPLAY_PIXEL_WIDTH, WINDOW_DISPLAY_PIXEL_HEIGHT)
16959 (WINDOW_DISPLAY_MODE_LINE_HEIGHT, WINDOW_DISPLAY_HEADER_LINE_HEIGHT)
16960 (WINDOW_DISPLAY_HEIGHT_NO_MODE_LINE, WINDOW_DISPLAY_TEXT_HEIGHT)
16961 (WINDOW_DISPLAY_LEFT_EDGE_PIXEL_X, WINDOW_DISPLAY_RIGHT_EDGE_PIXEL_X)
16962 (WINDOW_DISPLAY_TOP_EDGE_PIXEL_Y, WINDOW_DISPLAY_BOTTOM_EDGE_PIXEL_Y)
16963 (WINDOW_TO_FRAME_PIXEL_X, WINDOW_TO_FRAME_PIXEL_Y)
16964 (FRAME_TO_WINDOW_PIXEL_X, FRAME_TO_WINDOW_PIXEL_Y)
16965 (WINDOW_DISPLAY_LEFT_AREA_PIXEL_WIDTH)
16966 (WINDOW_DISPLAY_RIGHT_AREA_PIXEL_WIDTH, WINDOW_WANTS_MODELINE_P):
16967 Move to window.h and renamed [see window.h changes].
16968 (WINDOW_AREA_TO_FRAME_PIXEL_X, WINDOW_AREA_PIXEL_WIDTH)
16969 (WINDOW_DISPLAY_TEXT_AREA_PIXEL_WIDTH): Remove macros.
16970 (WINDOW_WANTS_MODELINE_P, WINDOW_WANTS_HEADER_LINE_P):
16971 Use WINDOW_TOTAL_LINES.
16972 (frame_update_line_height): Remove prototype.
16973
16974 * buffer.h (struct buffer): Rename members measured in columns:
16975 left_margin_width to left_margin_cols, right_margin_width to
16976 right_margin_cols. All uses changed.
16977 New members left_fringe_width, right_fringe_width,
16978 fringes_outside_margins for per-buffer fringe settings.
16979 New members scroll_bar_width and vertical_scroll_bar_type for
16980 per-buffer scroll bar settings.
16981
16982 * buffer.c (init_buffer_once): Set buffer_defaults and
16983 buffer_local_flags for new buffer-local variables
16984 left_fringe_width, right_fringe_width, fringes_outside_margins,
16985 scroll_bar_width, and vertical_scroll_bar_type.
16986 (syms_of_buffer): Defvar_per_buffer them, and defvar_lisp_nopro
16987 default-* variables for them.
16988
16989 * dispnew.c: Make (many) trivial substitutions for renamed and
16990 new macros in dispextern.h, frame.h and window.h.
16991 (mode_line_string): No need to adjust width for mode lines, as it
16992 is already adjusted by the caller.
16993 (marginal_area_string): Handle fringes inside/outside margins.
16994
16995 * frame.c: Make (many) trivial substitutions for renamed and
16996 new macros in dispextern.h, frame.h and window.h.
16997 (make_frame): Initialize left_fringe_width, right_fringe_width,
16998 fringe_cols, scroll_bar_actual_width, border_width,
16999 internal_border_width, column_width, line_height, x_pixels_diff,
17000 y_pixels_diff, want_fullscreen, size_hint_flags, and win_gravity
17001 members with values suitable for a non-window frames.
17002
17003 * gtkutil.c: Make (many) trivial substitutions for renamed and
17004 new macros in dispextern.h, frame.h and window.h.
17005
17006 * indent.c: Make (few) trivial substitutions for renamed and
17007 new macros in dispextern.h, frame.h and window.h.
17008
17009 * keyboard.c: Make (many) trivial substitutions for renamed and
17010 new macros in dispextern.h, frame.h and window.h.
17011 (make_lispy_event): Use window positions returned from
17012 window_from_coordinates when constructing the lisp event for
17013 MOUSE_CLICK_EVENT and DRAG_N_DROP_EVENT, rather than calculating
17014 (incorrect) values locally.
17015 (make_lispy_movement): Use window positions returned from
17016 window_from_coordinates when constructing the lisp event, rather
17017 than calculating (incorrect) values locally.
17018
17019 * scroll.c: Make (some) trivial substitutions for renamed and
17020 new macros in dispextern.h, frame.h and window.h.
17021
17022 * sunfns.c (Fsun_menu_internal): Adapt to per-window fringes and
17023 scroll-bars.
17024
17025 * sysdep.c: Make (few) trivial substitutions for renamed and
17026 new macros in dispextern.h, frame.h and window.h.
17027
17028 * term.c: Make (some) trivial substitutions for renamed and
17029 new macros in dispextern.h, frame.h and window.h.
17030
17031 * widget.c: Make (few) trivial substitutions for renamed and
17032 new macros in dispextern.h, frame.h and window.h.
17033
17034 * window.c: Make (many) trivial substitutions for renamed and
17035 new macros in dispextern.h, frame.h and window.h.
17036 (make_window): Initialize new members
17037 left_margin_cols, right_margin_cols, left_fringe_width,
17038 right_fringe_width, fringes_outside_margins, scroll_bar_width,
17039 and vertical_scroll_bar_type.
17040 (coordinates_in_window): Adapt to new fringe/margin positions
17041 and per-window fringes and scroll-bars.
17042 Fix bug related to incorrectly adjusting coordinates by
17043 frame's internal_border_width (the effect normally negible since
17044 the internal_border_width is typically 0 or 1 pixel, but very
17045 noticeable for an internal_border_width of e.g. 25 pixels).
17046 Upon successful return (other than ON_NOTHING), the coordinates
17047 are now always properly converted to window relative for the
17048 given display element.
17049 (window_from_coordinates): Add new parameters wx and wy to
17050 return the window relative x and y position in the returned
17051 window and part. A null arg means, don't return the position.
17052 All callers changed.
17053 (adjust_window_margins): New function which may reduce the width
17054 of the display margins if a window's text area is too small after
17055 resizing or splitting windows.
17056 (size_window): Fix bug that did not account for display margin
17057 widths when checking the minimum width of a window; use
17058 adjust_window_margins.
17059 (set_window_buffer): Call Fset_window_fringes and
17060 Fset_window_scroll_bars to setup per-window elements.
17061 Add new arg KEEP_MARGINS_P. Non-nil means to keep window's
17062 existing display margin, fringe widths, and scroll bar settings
17063 (e.g. after splitting a window or resizing the frame).
17064 All callers changed.
17065 (Fset_window_buffer): New arg KEEP_MARGINS. All callers changed.
17066 (Fsplit_window): Duplicate original window's display margin,
17067 fringe, and scroll-bar settings; then call Fset_window_buffer with
17068 KEEP_MARGINS non-nil. This fixes a bug which caused a split
17069 window to only preserve the display margins in one of the windows.
17070 When splitting horizontally, call adjust_window_margins on both
17071 windows to ensure that the text area of the new windows is non too
17072 narrow. This fixes a bug which could cause Emacs to trap if the
17073 width of the split window was less than the width of the display
17074 margins.
17075 (window_box_text_cols): Rename from window_internal_width.
17076 All uses changed. Adapt to per-window fringes and scroll bars.
17077 Fix bug that caused vertical separator to be subtracted also on
17078 window frames. Fix another bug that did not reduce the returned
17079 value by the columns used for display margins.
17080 (window_scroll_line_based): Fix bug related to scrolling too much
17081 when display margins are present (implicitly fixed by the fix to
17082 window_box_text_cols).
17083 (scroll_left, scroll_right): Fix bug related to scrolling too far
17084 by default when display margins are present (implicitly fixed by
17085 the fix to window_box_text_cols).
17086 (struct saved_window): Rename members left to left_col, top to
17087 top_line, width to total_cols, height to total_lines, orig_top to
17088 orig_top_line, orig_height to orig_total_lines. All uses changed.
17089 New members left_margin_cols, right_margin_cols,
17090 left_fringe_width, right_fringe_width, fringes_outside_margins,
17091 scroll_bar_width, and vertical_scroll_bar_type for saving
17092 per-window display elements.
17093 (Fset_window_configuration): Restore display margins, fringes,
17094 and scroll bar settings. This fixes a bug which caused display
17095 margins to be discarded when saving and restoring a window
17096 configuration.
17097 (save_window_save): Save display margins, fringes, and scroll bar
17098 settings. This fixes a bug which caused display margins to be
17099 discarded when saving and restoring a window configuration.
17100 (Fset_window_margins): Do nothing if display margins are not
17101 really changed. Otherwise, call adjust_window_margins to ensure
17102 the text area doesn't get too narrow. This fixes a bug which
17103 could cause Emacs to trap if setting display margins wider than
17104 the width of the window.
17105 (Fset_window_fringes): New defun to allow user to specifically set
17106 this window's fringe widths and position vs. display margins.
17107 (Fwindow_fringes): New defun to return window's actual fringe settings.
17108 (Fset_window_scroll_bars): New defun to allow user to specifically
17109 set this window's scroll bar width and position.
17110 (Fwindow_scroll_bars): New defun to return window's actual scroll
17111 bar settings.
17112 (compare_window_configurations): Also compare display margins,
17113 fringes, and scroll bar settings.
17114 (syms_of_window): Defsubr new defuns for fringe and scroll bars.
17115
17116 * xdisp.c: Make (many) trivial substitutions for renamed and
17117 new macros in dispextern.h, frame.h and window.h.
17118 (window_box_width): Adapt to per-window fringes and scroll bars,
17119 and new fringe vs. display margin position. Note that returned
17120 value is no longer guaranteed to be a whole multiple of the frame
17121 column width, since per-window fringes may now be any width.
17122 (window_box_left_offset): New function like window_box_left, but
17123 value is relative to left border of window (rather than frame).
17124 (window_box_right_offset): New function like window_box_right,
17125 but value is relative to left border of window.
17126 (window_box_left): Adapt to per-window fringes and scroll bars,
17127 and new fringe vs. display margin position. Simplify by using
17128 WINDOW_LEFT_EDGE_X and window_box_left_offset.
17129 (window_box): Allow null args for unnecessary return values;
17130 change/simplify relevant callers.
17131 (x_y_to_hpos_vpos): Adapt to per-window fringes and scroll bars,
17132 and new fringe vs. display margin position.
17133 Use window_box_left_offset and window_box_right_offset
17134 (get_glyph_string_clip_rect): Adapt to per-window fringes and
17135 scroll bars, and new fringe vs. display margin position.
17136 Use WINDOW_LEFT_EDGE_X and WINDOW_TOTAL_WIDTH.
17137 (draw_fringe_bitmap): Rework to handle per-window fringes and new
17138 fringe vs. display margin position.
17139 (hscroll_window_tree): Use window_box_width instead of window_box.
17140 (redisplay_window): Adapt to per-window scroll bars.
17141 (draw_glyphs): Rework to handle per-window fringes and scroll
17142 bars, and new fringe vs. display margin position.
17143 Use WINDOW_LEFT_EDGE_X, WINDOW_TOTAL_WIDTH, and window_box_left.
17144 (x_clear_end_of_line): Adapt to per-window fringes and scroll
17145 bars, and new fringe vs. display margin position. Fix bug which
17146 increased total width of full_width rows by width of scroll bars
17147 although window's total width already includes that.
17148 (x_fix_overlapping_area): Simplify using window_box_left_offset.
17149 (expose_area): Simplify using window_box_left_offset.
17150 (x_draw_vertical_border): Handle per-window scroll bar settings,
17151 mixing windows with left, right and no scroll bars.
17152
17153 * xfaces.c [WINDOWSNT]: Move redefinition of FONT_WIDTH macro to
17154 where it's used in x_list_fonts (for clarity).
17155 (frame_update_line_height): Remove unused function; functionality
17156 is now done directly when setting the default font in x_set_font.
17157
17158 * xfns.c: Make (many) trivial substitutions for renamed and
17159 new macros in dispextern.h, frame.h and window.h.
17160
17161 * xmenu.c: Make (some) trivial substitutions for renamed and
17162 new macros in dispextern.h, frame.h and window.h.
17163
17164 * xterm.h (struct x_output): Move members left_pos, top_pos,
17165 border_width, pixel_height, pixel_width, line_height,
17166 internal_border_width, vertical_scroll_bar_extra,
17167 left_fringe_width, right_fringe_width, fringe_cols,
17168 fringes_extra, win_gravity, size_hint_flags, want_fullscreen,
17169 x_pixels_diff, and y_pixels_diff to struct frame (frame.h).
17170 (FRAME_INTERNAL_BORDER_WIDTH, FRAME_LINE_HEIGHT): Move to frame.h.
17171 (FRAME_DEFAULT_FONT_WIDTH): Remove macro.
17172 (PIXEL_WIDTH, PIXEL_HEIGHT)
17173 (FRAME_X_FRINGE_COLS, FRAME_X_FRINGE_WIDTH)
17174 (FRAME_X_LEFT_FRINGE_WIDTH, FRAME_X_RIGHT_FRINGE_WIDTH): Move to
17175 frame.h and renamed [see frame.h changes].
17176 (CHAR_TO_PIXEL_ROW, CHAR_TO_PIXEL_COL, CHAR_TO_PIXEL_WIDTH)
17177 (CHAR_TO_PIXEL_HEIGHT, PIXEL_TO_CHAR_ROW, PIXEL_TO_CHAR_COL)
17178 (PIXEL_TO_CHAR_WIDTH, PIXEL_TO_CHAR_HEIGHT): Move to frame.h
17179 and renamed [see frame.h changes].
17180
17181 * xterm.c: Make (several) trivial substitutions for renamed and
17182 new macros in dispextern.h, frame.h and window.h.
17183 (x_draw_glyph_string_box): Adapt to per-window fringes and scroll-bars.
17184 (scroll_run): Adapt to new fringe position.
17185 (glyph_rect): Use window coordinates returned from
17186 window_from_coordinates rather than frame_to_window_pixel_xy.
17187 (XTset_vertical_scroll_bar): Adapt to per-window fringes and
17188 scroll-bars.
17189 (handle_one_xevent): Simplify a USE_GTK conditional.
17190 (x_clip_to_row): Remove superfluous whole_line_p arg and code
17191 (fringes are now inside margins, i.e. always in the clipping area).
17192 All callers changed.
17193 (x_new_font): Set FRAME_COLUMN_WIDTH and FRAME_LINE_HEIGHT
17194 directly, then call compute_fringe_widths. Don't call
17195 frame_update_line_height.
17196
17197 * w32term.h (struct w32_output): Move members left_pos, top_pos,
17198 border_width, pixel_height, pixel_width, line_height,
17199 internal_border_width, vertical_scroll_bar_extra,
17200 left_fringe_width, right_fringe_width, fringe_cols,
17201 fringes_extra, win_gravity, size_hint_flags, want_fullscreen,
17202 x_pixels_diff, and y_pixels_diff to struct frame (frame.h).
17203 (FRAME_INTERNAL_BORDER_WIDTH, FRAME_LINE_HEIGHT): Move to frame.h.
17204 (FRAME_DEFAULT_FONT_WIDTH): Remove macro.
17205 (PIXEL_WIDTH, PIXEL_HEIGHT)
17206 (FRAME_X_FRINGE_COLS, FRAME_X_FRINGE_WIDTH)
17207 (FRAME_X_LEFT_FRINGE_WIDTH, FRAME_X_RIGHT_FRINGE_WIDTH): Move to
17208 frame.h and renamed [see frame.h changes].
17209 (CHAR_TO_PIXEL_ROW, CHAR_TO_PIXEL_COL, CHAR_TO_PIXEL_WIDTH)
17210 (CHAR_TO_PIXEL_HEIGHT, PIXEL_TO_CHAR_ROW, PIXEL_TO_CHAR_COL)
17211 (PIXEL_TO_CHAR_WIDTH, PIXEL_TO_CHAR_HEIGHT): Move to frame.h
17212 and renamed [see frame.h changes].
17213
17214 * w32term.c: Make (several) trivial substitutions for renamed and
17215 new macros in dispextern.h, frame.h and window.h.
17216 (x_draw_glyph_string_box): Adapt to per-window fringes and scroll-bars.
17217 (glyph_rect): Use window coordinates returned from
17218 window_from_coordinates rather than frame_to_window_pixel_xy.
17219 (XTset_vertical_scroll_bar): Adapt to per-window fringes and
17220 scroll-bars.
17221 (w32_clip_to_row): Remove superfluous whole_line_p arg and code
17222 (fringes are now inside margins, i.e. always in the clipping area).
17223 All callers changed.
17224 (x_new_font): Set FRAME_COLUMN_WIDTH and FRAME_LINE_HEIGHT
17225 directly, then call compute_fringe_widths. Don't call
17226 frame_update_line_height.
17227
17228 * w32console.c: Make (few) trivial substitutions for renamed and
17229 new macros in dispextern.h, frame.h and window.h.
17230
17231 * w32fns.c: Make (many) trivial substitutions for renamed and
17232 new macros in dispextern.h, frame.h and window.h.
17233
17234 * w32menu.c: Make (few) trivial substitutions for renamed and
17235 new macros in dispextern.h, frame.h and window.h.
17236
17237 * macterm.h (struct mac_output): Move members left_pos, top_pos,
17238 border_width, pixel_height, pixel_width, line_height,
17239 internal_border_width, vertical_scroll_bar_extra,
17240 left_fringe_width, right_fringe_width, fringe_cols,
17241 fringes_extra, win_gravity, size_hint_flags, want_fullscreen,
17242 x_pixels_diff, y_pixels_diff to struct frame (frame.h).
17243 (FRAME_INTERNAL_BORDER_WIDTH, FRAME_LINE_HEIGHT): Move to frame.h.
17244 (FRAME_DEFAULT_FONT_WIDTH): Remove macro.
17245 (PIXEL_WIDTH, PIXEL_HEIGHT)
17246 (FRAME_X_FRINGE_COLS, FRAME_X_FRINGE_WIDTH)
17247 (FRAME_X_LEFT_FRINGE_WIDTH, FRAME_X_RIGHT_FRINGE_WIDTH): Move to
17248 frame.h and renamed [see frame.h changes].
17249 (CHAR_TO_PIXEL_ROW, CHAR_TO_PIXEL_COL, CHAR_TO_PIXEL_WIDTH)
17250 (CHAR_TO_PIXEL_HEIGHT, PIXEL_TO_CHAR_ROW, PIXEL_TO_CHAR_COL)
17251 (PIXEL_TO_CHAR_WIDTH, PIXEL_TO_CHAR_HEIGHT): Move to frame.h
17252 and renamed [see frame.h changes].
17253
17254 * macterm.c: Make (several) trivial substitutions for renamed and
17255 new macros in dispextern.h, frame.h and window.h.
17256 (x_draw_glyph_string_box): Adapt to per-window fringes and scroll-bars.
17257 (glyph_rect): Use window coordinates returned from
17258 window_from_coordinates rather than frame_to_window_pixel_xy.
17259 (XTset_vertical_scroll_bar): Adapt to per-window fringes and
17260 scroll-bars.
17261 (x_clip_to_row): Remove superfluous whole_line_p arg and code
17262 (fringes are now inside margins, i.e. always in the clipping area).
17263 All callers changed.
17264 (x_new_font): Set FRAME_COLUMN_WIDTH and FRAME_LINE_HEIGHT
17265 directly, then call compute_fringe_widths. Don't call
17266 frame_update_line_height.
17267
17268 * macfns.c: Make (several) trivial substitutions for renamed and
17269 new macros in dispextern.h, frame.h and window.h.
17270 (x_real_positions): Set f->x_pixels_diff and f->y_pixels_diff to 0.
17271
17272 * macmenu.c: Make (few) trivial substitutions for renamed and
17273 new macros in dispextern.h, frame.h and window.h.
17274
17275 * msdos.h (struct x_output): Remove members left_pos, top_pos,
17276 and line_height, and use corresponding new members in struct
17277 frame. All uses changed.
17278 (FRAME_LINE_HEIGHT, FRAME_INTERNAL_BORDER_WIDTH): Remove macros;
17279 superseeded by corresponding macros in frame.h.
17280
17281 * msdos.c: Make (several) trivial substitutions for renamed and
17282 new macros in dispextern.h, frame.h and window.h.
17283 (IT_note_mouse_highlight): Use updated window coordinates returned
17284 by window_from_coordinates, rather than adjusting them locally.
17285 (internal_terminal_init): No need to initialize line_height here;
17286 it now defaults to 1.
17287
17288 2003-05-24 Stefan Monnier <monnier@cs.yale.edu>
17289
17290 * keyboard.c (read_key_sequence): Adjust fkey and keytran when
17291 dropping `down' events.
17292
17293 2003-05-24 Andreas Schwab <schwab@suse.de>
17294
17295 * coding.c (find_safe_codings): Fix last change.
17296
17297 2003-05-24 Istvan Marko <mi@imarko.dhs.org> (tiny change)
17298
17299 * xfns.c (x_window): Fix typo from 2003-05-21 change.
17300
17301 2003-05-23 Stefan Monnier <monnier@cs.yale.edu>
17302
17303 * xdisp.c (display_mode_element): Increase max depth.
17304 Simplify the error handling code. Use a different error string
17305 for the case where we hit the depth limit.
17306
17307 * lisp.h (Vfundamental_mode_abbrev_table): Don't declare.
17308
17309 * buffer.c (reset_buffer_local_variables): Remove redundant setting.
17310
17311 2003-05-21 Stefan Monnier <monnier@cs.yale.edu>
17312
17313 * intervals.c (get_local_map): Don't get char-property of previous
17314 point any more: get_pos_property already does it and better.
17315
17316 2003-05-21 Dave Love <fx@gnu.org>
17317
17318 [Merged from unicode branch.]
17319
17320 * xfns.c (x_window, x_window): Use use_xim.
17321
17322 * xterm.c (use_xim): Initialize.
17323 (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
17324 (x_term_init): Maybe set use_xim.
17325
17326 * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
17327
17328 2003-05-21 Jason Rumney <jasonr@gnu.org>
17329
17330 * unexw32.c (_start): Remove _fmode initialization.
17331
17332 * emacs.c (main) [WINDOWSNT]: Move it here.
17333
17334 2003-05-20 Dave Love <fx@gnu.org>
17335
17336 * s/gnu-linux.h (MAIL_USE_FLOCK): Make it conditional.
17337
17338 2003-05-19 Richard M. Stallman <rms@gnu.org>
17339
17340 * xfaces.c (Finternal_set_lisp_face_attribute): Handle Qunspecified
17341 as value for QCfont attribute.
17342 (realize_default_face): lface should already exist; crash if not.
17343 Specify 0 for FORCE_P when calling set_lface_from_font_name.
17344
17345 * frame.c (Fignore_event): Doc fix.
17346
17347 2003-05-19 Kenichi Handa <handa@m17n.org>
17348
17349 * coding.c (decode_coding_string): Handle post-read-conversion
17350 even if the coding doesn't require decoding.
17351
17352 2003-05-18 Richard M. Stallman <rms@gnu.org>
17353
17354 * callproc.c (Fcall_process_region): Doc fix.
17355
17356 2003-05-17 Stefan Monnier <monnier@cs.yale.edu>
17357
17358 * lread.c (Fload): Print a message if package is obsolete.
17359
17360 * window.c (Fselect_window): Add optional `norecord' arg.
17361 (select_window_1): Fold into Fselect_window.
17362 (select_window_norecord): New function.
17363 (temp_output_buffer_show): Use it. Preserve current buffer.
17364
17365 * window.h (Fselect_window): Update declaration.
17366
17367 * window.c (delete_window, Fother_window, Fset_window_configuration):
17368 * minibuf.c (read_minibuf):
17369 * macterm.c (x_new_focus_frame):
17370 * frame.c (do_switch_frame, Fset_frame_selected_window, Fdelete_frame):
17371 * callint.c (Fcall_interactively):
17372 * xterm.c (x_new_focus_frame): Pass nil as new arg to Fselect_window.
17373
17374 * buffer.c (Fpop_to_buffer): Pass norecord to Fselect_window.
17375
17376 2003-05-17 David Kastrup <dak@gnu.org>
17377
17378 * process.c (read_process_output): Back out change from 2003-03-09.
17379
17380 2003-05-17 Stefan Monnier <monnier@cs.yale.edu>
17381
17382 * editfns.c (get_pos_property): Don't assume that `object' = nil.
17383
17384 * textprop.c (text_property_stickiness): New arg `buffer'.
17385
17386 * intervals.h (text_property_stickiness): New arg `buffer'.
17387 (get_pos_property): Declare.
17388
17389 * intervals.c (get_local_map): Use get_pos_property, to obey
17390 stickiness and empty overlays.
17391 (create_root_interval, graft_intervals_into_buffer): Use BEG.
17392 (merge_properties, intervals_equal, merge_properties_sticky):
17393 Use XCAR, XCDR.
17394 (adjust_for_invis_intang): Pass new arg to text_property_stickiness.
17395
17396 2003-05-17 Richard M. Stallman <rms@gnu.org>
17397
17398 * minibuf.c (read_minibuf): If buffer is empty, record the default
17399 in the history.
17400 (Fminibuffer_complete_word): When deleting the overlap, take account
17401 of its real position.
17402
17403 * fns.c (map_char_table): Fix previous change.
17404
17405 * syntax.c (find_defun_start):
17406 When open_paren_in_column_0_is_defun_start,
17407 return beginning of buffer.
17408
17409 * lisp.h (map_char_table): Declare added arg.
17410
17411 * fns.c (map_char_table): New arg TABLE gets the master table.
17412 All calls changed.
17413 Process default and inheritance, resorting to Faref if necessary.
17414
17415 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
17416 (Faccessible_keymaps): Pass new arg to map_char_table.
17417
17418 * fontset.c (Ffontset_info): Pass new arg to map_char_table.
17419
17420 * casetab.c (set_case_table): Pass new arg to map_char_table.
17421
17422 * data.c (let_shadows_buffer_binding_p): Make target of p volatile.
17423
17424 * lisp.h (specbinding_func): New typedef.
17425 (struct specbinding): Use specbinding_func, to put the `volatile'
17426 in the right place.
17427
17428 * alloc.c (Fgarbage_collect): Cast pointers into specpdl
17429 to avoid GCC warning.
17430
17431 2003-05-16 Ralph Schleicher <rs@nunatak.allgaeu.org>
17432
17433 * fileio.c (Fdelete_file): Handle symlinks pointing to directories.
17434
17435 2003-05-15 Stefan Monnier <monnier@cs.yale.edu>
17436
17437 * keyboard.c (apply_modifiers): Don't fill the other cache.
17438
17439 2003-05-14 Stefan Monnier <monnier@cs.yale.edu>
17440
17441 * .gdbinit-union: New file, for USE_LISP_UNION_TYPE users.
17442
17443 * window.h (Qwindowp, Qwindow_live_p, Vwindow_list)
17444 (Fwindow_end, Fselected_window, Fdelete_window, Fwindow_buffer)
17445 (Fget_buffer_window, Fsave_window_excursion, Fsplit_window)
17446 (Fset_window_configuration, Fcurrent_window_configuration)
17447 (compare_window_configurations, Fcoordinates_in_window_p, Fwindow_at)
17448 (Fpos_visible_in_window_p, mark_window_cursors_off)
17449 (window_internal_height, window_internal_width, Frecenter)
17450 (Fscroll_other_window, Fset_window_start, temp_output_buffer_show)
17451 (replace_buffer_in_all_windows, init_window_once, init_window)
17452 (syms_of_window, keys_of_window): Move from lisp.h.
17453 * lisp.h: Move window.c declarations to window.h.
17454
17455 * bytecode.c: Include window.h.
17456 * emacs.c: Include window.h.
17457
17458 * keyboard.c (make_lispy_event): Apply modifiers to multibyte-char key.
17459 (keyremap): Add `parent' field.
17460 (keyremap_step): Use it. Remove `parent' argument.
17461 (read_key_sequence): Setup and use the new `parent' field.
17462
17463 2003-05-11 Stefan Monnier <monnier@cs.yale.edu>
17464
17465 * keyboard.c (adjust_point_for_property): Ensure termination.
17466
17467 2003-05-10 Stefan Monnier <monnier@cs.yale.edu>
17468
17469 * keyboard.c (follow_key): Remove dead variable `did_meta'.
17470 (access_keymap_keyremap, keyremap_step): New funs, extracted from the
17471 duplicated handling of function-key-map and key-translation-map
17472 in read_key_sequence.
17473 (read_key_sequence): Use them.
17474
17475 * keyboard.c (adjust_point_for_property): Try harder to move point
17476 to the non-sticky end of an invisible property.
17477
17478 * xdisp.c (single_display_prop_intangible_p): Make `space' display
17479 property intangible as well.
17480
17481 2003-05-10 Andreas Schwab <schwab@suse.de>
17482
17483 * xmenu.c (single_menu_item): Change last parameter to void* to
17484 avoid warning.
17485
17486 2003-05-09 Richard M. Stallman <rms@gnu.org>
17487
17488 * print.c (Fprin1_to_string): Instead of gcpro, set abort_on_gc.
17489 Bind Qinhibit_modification_hooks to t so there will be no GC.
17490 Rename local `tem' to `save_deactivate_mark'.
17491
17492 * eval.c (specpdl_ptr): Declare volatile.
17493 (unbind_to): Copy the whole binding and decrement specpdl_ptr
17494 before doing the work of unbinding it.
17495
17496 * lisp.h (struct specbinding): Declare elements volatile.
17497 (specpdl_ptr): Declare volatile.
17498
17499 * Makefile.in (alloca.o): Specify -DDO_BLOCK_INPUT in compiling.
17500
17501 * alloca.c: Test DO_BLOCK_INPUT rather than `emacs'
17502 for use of BLOCK_INPUT and inclusion of lisp.h and blockinput.h.
17503
17504 2003-05-08 Dave Love <fx@gnu.org>
17505
17506 * coding.c (Vlast_coding_system_used): Doc fix.
17507
17508 2003-05-07 Jason Rumney <jasonr@gnu.org>
17509
17510 * fileio.c (Ffile_symlink_p): Let handlers handle symlinks even
17511 when system does not support them.
17512
17513 2003-05-05 Stefan Monnier <monnier@cs.yale.edu>
17514
17515 * fileio.c (Qwrite_region_annotate_functions): New var.
17516 (build_annotations): Use it to process the global part of the hook.
17517 (syms_of_fileio): Init and staticpro it.
17518
17519 * keyboard.c (safe_run_hooks_error): Display a message instead of
17520 silently ignoring the error.
17521
17522 2003-05-03 Stefan Monnier <monnier@cs.yale.edu>
17523
17524 * keyboard.c (input_available_signal): Mark static.
17525 (menu_bar_items): Use map_keymap.
17526 (menu_bar_one_keymap): Remove.
17527 (menu_bar_item): Adjust arglist (for use in map_keymap).
17528 Properly hide a second binding when not both are keymaps.
17529
17530 * xmenu.c (struct skp): New struct, to pass args through map_keymap.
17531 (single_keymap_panes): Use it and map_keymap.
17532 (single_menu_item): Use skp as well.
17533
17534 * keymap.h (map_keymap_function_t): New type.
17535 (map_keymap): Declare.
17536
17537 * keymap.c (map_keymap_item, map_keymap_char_table_item, map_keymap)
17538 (map_keymap_call, Fmap_keymap): New functions.
17539 (syms_of_keymap): Defsubr map-keymap.
17540
17541 2003-05-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17542
17543 * gtkutil.c (create_dialog, make_widget_for_menu_item)
17544 (make_menu_item, create_menus, xg_update_menu_item): Don't call
17545 ..._with_mnemonic functions for menu items.
17546
17547 2003-05-01 Kenichi Handa <handa@m17n.org>
17548
17549 * coding.c (coding_system_accept_latin_extra_p): Delete this
17550 function.
17551 (find_safe_codings): Pay attention to
17552 the property tranlsation-table-for-encode of each codings.
17553 (syms_of_coding): Give Qtranslation_table the extra slot number 2.
17554
17555 2003-05-01 Stefan Monnier <monnier@cs.yale.edu>
17556
17557 * eval.c (Funwind_protect): Use func=Fprogn rather than symbol=Qnil.
17558
17559 2003-04-30 Stefan Monnier <monnier@cs.yale.edu>
17560
17561 * eval.c (unbind_to): Don't handle symbol = Qnil any more.
17562
17563 * lisp.h (CHECK): Wrap args in parenthesis.
17564 (specbind): Fix doc: symbol = Qnil is not supported any more.
17565
17566 * bytecode.c (Fbyte_code) <unwind-protect>:
17567 Use Fprogn rather than 0 and Qnil.
17568
17569 * keyboard.c (parse_modifiers_uncached): Parse `down', `drag',
17570 `double', and `triple' modifiers as well.
17571
17572 2003-04-30 Richard M. Stallman <rms@gnu.org>
17573
17574 * keyboard.c (echo_char): Don't clear out a dash that follows a space.
17575
17576 * alloc.c (abort_on_gc): New variable.
17577 (Fgarbage_collect): Abort if abort_on_gc is set.
17578
17579 * lisp.h (abort_on_gc): Add decl.
17580
17581 * eval.c (Fsignal): Clear abort_on_gc.
17582
17583 * editfns.c (Fformat): Set abort_on_gc during first scan of format.
17584 Reinit FORMAT_START and END before second scan.
17585
17586 * xdisp.c (move_it_vertically_backward): Do the final big else
17587 even if nlines is 0.
17588
17589 * xdisp.c (redisplay_internal): Finish the per-frame loop
17590 even if redisplay is suspended by input.
17591
17592 2003-04-24 Andrew Choi <akochoi@shaw.ca>
17593
17594 * macterm.c (x_list_fonts): Return all fonts that match if
17595 maxnames = -1.
17596
17597 2003-04-25 Kenichi Handa <handa@m17n.org>
17598
17599 * syntax.c (skip_chars): Fix previous change.
17600
17601 2003-04-24 Kenichi Handa <handa@m17n.org>
17602
17603 * syntax.c (skip_chars): Make the code faster by using the common
17604 technique of *p, *stop, and *endp.
17605
17606 2003-04-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17607
17608 * xdisp.c (update_tool_bar): BLOCK_INPUT before calling
17609 tool_bar_items so GTK tool bar expose callback does not access items
17610 being updated.
17611
17612 2003-04-19 Stefan Monnier <monnier@cs.yale.edu>
17613
17614 * eval.c (Fapply): Undo last change and add a comment about why.
17615
17616 2003-04-18 Miles Bader <miles@gnu.org>
17617
17618 * data.c (Faset): Calculate nbytes earlier, to satisfy the now
17619 pickier PARSE_MULTIBYTE_SEQ.
17620
17621 2003-04-17 Stefan Monnier <monnier@cs.yale.edu>
17622
17623 * eval.c (For, Fand, Fprogn, un_autoload, do_autoload):
17624 Use XCDR, XCAR, CONSP.
17625 (Fdefmacro): Fix docstring. Use XCAR, XCDR.
17626 (Fapply): Remove unnecessary GCPRO.
17627
17628 * doc.c (Fsubstitute_command_keys): Remove spurious casts.
17629
17630 * charset.h (PARSE_MULTIBYTE_SEQ): Pretend `length' is used.
17631
17632 * buffer.h: Don't hardcode BEG==1.
17633
17634 * abbrev.c (Fdefine_abbrev_table): Use XCAR, XCDR.
17635
17636 2003-04-16 Richard M. Stallman <rms@gnu.org>
17637
17638 * xdisp.c (try_window, try_window_reusing_current_matrix):
17639 When at end of window, set window_end_pos to Z-ZV.
17640
17641 * buffer.c (Foverlay_recenter): Doc fix.
17642
17643 2003-04-14 Stefan Monnier <monnier@cs.yale.edu>
17644
17645 * dispnew.c (Fsit_For): Support XEmacs-style arg list.
17646
17647 2003-04-14 Andrew Choi <akochoi@shaw.ca>
17648
17649 * macterm.c (mac_check_for_quit_char): Don't check more often than
17650 once a second.
17651
17652 2003-04-11 Stefan Monnier <monnier@cs.yale.edu>
17653
17654 * keyboard.c (kbd_buffer_get_event): Don't handle SELECT_WINDOW_EVENT
17655 specially, so that they can't hide an implicit switch-frame event.
17656 (make_lispy_event): Handle SELECT_WINDOW_EVENT.
17657 (head_table): Use switch-frame as event_kind for select-window.
17658 (keys_of_keyboard): Don't bind [select-window] in special-event-map.
17659
17660 * editfns.c (Fformat): Lisp_Object/int mixup.
17661 (format2): Remove unused var numargs.
17662
17663 2003-04-11 Kenichi Handa <handa@m17n.org>
17664
17665 * fileio.c (Vafter_insert_file_adjust_coding_function): Delete.
17666 (Qafter_insert_file_set_coding): New variable.
17667 (syms_of_fileio): Initialize and staticpro it. Delete declaration
17668 for after-insert-file-adjust-coding-function.
17669 (Finsert_file_contents): Call Qafter_insert_file_set_coding
17670 instead of Vafter_insert_file_adjust_coding_function.
17671
17672 2003-04-11 Kenichi Handa <handa@m17n.org>
17673
17674 * lisp.h (temp_echo_area_glyphs): Adjust prototype.
17675
17676 * minibuf.c (temp_echo_area_glyphs): Change the arg to Lisp
17677 string. Callers changed.
17678
17679 2003-04-10 Kenichi Handa <handa@m17n.org>
17680
17681 * fileio.c (Vafter_insert_file_adjust_coding_function): New variable.
17682 (syms_of_fileio): Declare it as a lisp variable.
17683 (Finsert_file_contents):
17684 Call Vafter_insert_file_adjust_coding_function before calling
17685 decode-format.
17686
17687 2003-04-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17688
17689 * xterm.c (xg_scroll_callback): Call gtk_range_get_adjustment to
17690 get GtkAdjustment as widget now is a GtkRange.
17691
17692 * gtkutil.c (xg_create_scroll_bar): Connect to value-changed on
17693 GtkRange to avoid memory leak.
17694
17695 2003-04-09 Kenichi Handa <handa@m17n.org>
17696
17697 * xfaces.c (Vface_font_rescale_alist): New variable.
17698 (struct font_name): New member rescale_ratio.
17699 (font_rescale_ratio): New function.
17700 (split_font_name): If NUMERIC_P is nonzero, set font->rescale_ratio.
17701 (better_font_p): On comparing point sized, pay attention to
17702 recale_ratio member of fonts.
17703 (build_scalable_font_name): Reflect font->rescale_ratio in the
17704 font name.
17705 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
17706
17707 * lread.c (read1): Before calling index, check if the 2nd
17708 arguemnt is in ASCII range.
17709
17710 2003-04-08 Richard M. Stallman <rms@gnu.org>
17711
17712 * fileio.c (Ffile_symlink_p): Doc fix.
17713
17714 * editfns.c (Fformat): Translate positions of text properties
17715 in the format string to apply them to the result.
17716
17717 * fileio.c (Finsert_file_contents): Doc fix.
17718 (syms_of_fileio) <after-insert-file-functions>: Doc fix.
17719
17720 2003-04-08 Ivan Zakharyaschev <imz@altlinux.org> (tiny change)
17721
17722 * lread.c (openp): Get the Qfile_exists_p handler for STRING, not FN.
17723
17724 2003-04-08 Steven Tamm <steventamm@mac.com>
17725
17726 * mac.c (init_mac_osx_environment): Switch libexec and bin so
17727 that self-contained application finds libexec files.
17728
17729 2003-04-08 Kenichi Handa <handa@m17n.org>
17730
17731 * coding.c (code_convert_region_unwind):
17732 Set Vlast_coding_system_used to the argument.
17733 (code_convert_region): If post-read-conversion function changed
17734 the value of last-coding-sytem, keep the new value in
17735 coding->symbol so that it won't be overridden.
17736 (run_pre_post_conversion_on_str): Likewise.
17737 (coding_system_accept_latin_extra_p): New function.
17738 (find_safe_codings): Pay attention to characters registered in
17739 latin-extra-code-table.
17740
17741 2003-04-07 Thien-Thi Nguyen <ttn@gnu.org>
17742
17743 * Makefile.in (md5.o): Add missing dependency info.
17744
17745 2003-04-06 Richard M. Stallman <rms@gnu.org>
17746
17747 * xselect.c (x_handle_selection_request): Move UNGCPRO to very end.
17748
17749 * marker.c (verify_bytepos): New function.
17750
17751 * intervals.c (set_intervals_multibyte_1): When becoming
17752 multibyte, adjust right and left child sizes to a whole set of
17753 characters. If an interval gets zero total-length, delete it.
17754 If an interval consists of just its children, delete one of them.
17755
17756 * intervals.h (CHECK_TOTAL_LENGTH): New macro.
17757 * intervals.c: Add many calls to CHECK_TOTAL_LENGTH.
17758
17759 * alloc.c (VALIDATE_LISP_STORAGE): Macro deleted.
17760 All calls deleted.
17761 (lisp_malloc): Do the work here directly.
17762
17763 2003-04-06 Gareth Jones <emacs@referential.org.uk> (tiny change)
17764
17765 * fns.c (Flength): Return SUB_CHAR_TABLE_ORDINARY_SLOTS for sub
17766 char tables.
17767
17768 2003-04-04 Kenichi Handa <handa@m17n.org>
17769
17770 * editfns.c (Fformat): Use a copy of FORMAT string so that we can
17771 destructively change "%S" to "%s".
17772
17773 2003-04-03 Miles Bader <miles@gnu.org>
17774
17775 * xfaces.c (choose_face_font): Make sure *NEEDS_OVERSTRIKE is
17776 always set.
17777
17778 2003-04-01 Dave Love <fx@gnu.org>
17779
17780 * xfns.c (xpm_lookup_color): Grok "opaque".
17781
17782 2003-03-31 Andrew Choi <akochoi@shaw.ca>
17783
17784 * frame.c (x_report_frame_params) [HAVE_CARBON]: Do not report
17785 parent window ID.
17786
17787 * macfns.c (syms_of_macfns): Remove call to init_x_parm_symbols.
17788
17789 * macterm.h (struct mac_output): Define x_pixels_diff and
17790 y_pixels_diff.
17791
17792 2003-03-31 Juanma Barranquero <lektu@terra.es>
17793
17794 * makefile.w32-in ($(BLD)/frame.$(O)): Add dependency on
17795 blockinput.h and files included from it.
17796
17797 2003-03-31 Kim F. Storm <storm@cua.dk>
17798
17799 The following changes consolidates the common code related to
17800 frame-parameter handling from the xfns.c, w32fns.c, and macfns.c
17801 files into frame.c.
17802
17803 * frame.c: Include blockinput.h.
17804 (Vx_resource_name, Vx_resource_class, Qx_frame_parameter)
17805 (Qx_resource_name, Qface_set_after_frame_default): Define vars here.
17806 (Qauto_raise, Qauto_lower, ...): Define all frame parameter
17807 related vars here.
17808 (struct frame_parm_table, frame_parms): New table for describing
17809 frame parameters and their associated Q-variable.
17810 The order of the parameters corresponds to the sequence of the
17811 frame_parm_handlers table in redisplay_interface.
17812 (x_fullscreen_move, x_set_frame_parameters)
17813 (x_report_frame_params, x_set_fullscreen, x_set_line_spacing)
17814 (x_set_screen_gamma, x_set_font, x_set_fringe_width)
17815 (x_set_border_width, x_set_internal_border_width, x_set_visibility)
17816 (x_set_autoraise, x_set_autolower, x_set_unsplittable)
17817 (x_set_vertical_scroll_bars, x_set_scroll_bar_width, x_icon_type):
17818 Generic functions for processing of frame parameters.
17819 (validate_x_resource_name, xrdb_get_resource, Fx_get_resource)
17820 (display_x_get_resource, x_get_resource_string): Functions for
17821 generic access to X resources.
17822 (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg)
17823 (x_default_parameter, Fx_parse_geometry): Functions for generic
17824 access to frame parameters.
17825 (x_figure_window_size): Generic calculation of frame size.
17826 Fixed to add space needed for tool bar. Also setup size_hint_flags.
17827 (syms_of_frame): Intern and staticpro frame parameter variables.
17828 Defvar_lisp Vx_resource_class and Vx_resource_name here.
17829 Defsubr Sx_get_resource and Sx_parse_geometry.
17830
17831 * frame.h (Qauto_raise, Qauto_lower, ...): Declare extern all frame
17832 parameter related vars defined in frame.c.
17833 (EMACS_CLASS): Define here.
17834 (enum FULLSCREEN_*): Define here.
17835 (x_set_scroll_bar_default_width, x_wm_set_icon_position)
17836 (x_set_offset, x_new_font, x_new_fontset): Add prototypes.
17837 (x_fullscreen_adjust, x_set_frame_parameters, x_report_frame_params)
17838 (x_set_fullscreen, x_set_line_spacing, x_set_screen_gamma, x_set_font)
17839 (x_set_fringe_width, x_set_border_width, x_set_internal_border_width)
17840 (x_set_visibility, x_set_autoraise, x_set_autolower)
17841 (x_set_unsplittable, x_set_vertical_scroll_bars)
17842 (x_set_scroll_bar_width, x_icon_type, validate_x_resource_name)
17843 (x_figure_window_size): Add prototypes.
17844
17845 * dispextern.h (frame_parm_handler): New typedef.
17846 (struct redisplay_interface): New member frame_parm_handlers.
17847 (enum resource_types): Move declaration here.
17848 (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg)
17849 (x_default_parameter): Add prototypes.
17850
17851 * window.c: Remove extern decl for frame parameter vars.
17852 (change_window_heights): New generic function;
17853 replaces x_change_window_heights. All users changed.
17854
17855 * window.h (change_window_heights): Add prototype.
17856
17857 * xfaces.c: Remove extern decl for frame parameter vars.
17858
17859 * xterm.h (EMACS_CLASS): Remove. Use generic define.
17860 (struct w32_display_info): Fix type of xrdb member.
17861 (enum FULLSCREEN_*): Remove.
17862 Remove prototypes for generic functions (in frame.h).
17863
17864 * xfns.c (Qauto_raise, Qauto_lower, ...): Remove vars for frame
17865 parameters now defined in frame.h and frame.c.
17866 (Vx_resource_name): Remove. Use generic var.
17867 (enum x_frame_parms): Remove (bogus, unused enum).
17868 (check_x_display_info): Make non-static (for frame.c).
17869 (struct x_frame_parm_table, x_frame_parms): Remove.
17870 (init_x_parm_symbols, x_set_frame_parameters, x_report_frame_params)
17871 (x_set_line_spacing, x_set_screen_gamma, x_icon_type, x_set_font)
17872 (x_set_border_width, x_set_internal_border_width, x_set_visibility)
17873 (x_change_window_heights, x_set_autoraise, x_set_autolower)
17874 (x_set_vertical_scroll_bars, x_set_scroll_bar_width)
17875 (validate_x_resource_name, Fx_get_resource, x_get_resource_string)
17876 (x_default_parameter, Fx_parse_geometry, x_figure_window_size):
17877 Remove. Use generic functions instead.
17878 (enum resource_types): Remove.
17879 (x_set_scroll_bar_default_width): New global function (for frame.c).
17880 (Fx_create_frame): Depend on x_figure_window_size to add space for
17881 toolbar and setup size_hint_flags.
17882 (x_frame_parm_handlers): New table for redisplay_interface.
17883 (syms_of_xfns): Don't intern/staticpro removed vars.
17884
17885 * xterm.c: Remove unnecessary extern declarations.
17886 (x_fullscreen_adjust): Remove. Use generic instead.
17887 (x_redisplay_interface): Add x_frame_parm_handlers member.
17888
17889 * w32gui.h (XrmDatabase): New (dummy) typedef.
17890
17891 * w32term.h (EMACS_CLASS): Remove. Use generic define.
17892 (struct w32_display_info): Fix type of xrdb member.
17893 (enum FULLSCREEN_*): Remove.
17894 (x_fullscreen_adjust): Remove prototype.
17895
17896 * w32fns.c (Qauto_raise, Qauto_lower, ...): Remove vars for frame
17897 parameters now defined in frame.h and frame.c.
17898 (Vx_resource_name): Remove. Use generic var.
17899 (enum x_frame_parms): Remove (bogus, unused enum).
17900 (check_x_display_info): Make non-static (for frame.c).
17901 (struct x_frame_parm_table, x_frame_parms): Remove.
17902 (init_x_parm_symbols, x_set_frame_parameters, x_report_frame_params)
17903 (x_set_line_spacing, x_set_screen_gamma, x_icon_type, x_set_font)
17904 (x_set_border_width, x_set_internal_border_width, x_set_visibility)
17905 (x_change_window_heights, x_set_autoraise, x_set_autolower)
17906 (x_set_vertical_scroll_bars, x_set_scroll_bar_width)
17907 (validate_x_resource_name, Fx_get_resource, x_get_resource_string)
17908 (x_default_parameter, Fx_parse_geometry, x_figure_window_size):
17909 Remove. Use generic functions instead.
17910 (enum resource_types): Remove.
17911 (x_set_scroll_bar_default_width): New global function (for frame.c).
17912 (Fx_create_frame): Depend on x_figure_window_size to add space for
17913 toolbar and setup size_hint_flags.
17914 (w32_frame_parm_handlers): New table for redisplay_interface.
17915 (syms_of_w32fns): Don't intern/staticpro removed vars.
17916
17917 * w32term.c: Remove unnecessary extern declarations.
17918 (x_fullscreen_adjust): Remove. Use generic instead.
17919 (x_redisplay_interface): Add w32_frame_parm_handlers member.
17920
17921 * w32reg.c (x_get_string_resource): Use XrmDatabase.
17922
17923 * macgui.h (XrmDatabase): New (dummy) typedef.
17924
17925 * macterm.h (EMACS_CLASS): Remove.
17926 (struct mac_display_info): Add xrdb member.
17927 (struct mac_output): Add want_fullscreen member.
17928
17929 * macfns.c (Qauto_raise, Qauto_lower, ...): Remove vars for frame
17930 parameters now defined in frame.h and frame.c.
17931 (Vx_resource_name): Remove. Use generic var.
17932 (check_x_display_info): Make non-static (for frame.c).
17933 (struct x_frame_parm_table, x_frame_parms): Remove.
17934 (init_x_parm_symbols, x_set_frame_parameters, x_report_frame_params)
17935 (x_set_line_spacing, x_set_screen_gamma, x_icon_type, x_set_font)
17936 (x_set_border_width, x_set_internal_border_width, x_set_visibility)
17937 (x_change_window_heights, x_set_autoraise, x_set_autolower)
17938 (x_set_vertical_scroll_bars, x_set_scroll_bar_width)
17939 (validate_x_resource_name, Fx_get_resource, x_get_resource_string)
17940 (x_default_parameter, Fx_parse_geometry, x_figure_window_size):
17941 Remove. Use generic functions instead.
17942 (enum resource_types): Remove.
17943 (x_set_scroll_bar_default_width): New global function (for frame.c).
17944 (mac_frame_parm_handlers): New table for redisplay_interface.
17945 (syms_of_macfns): Don't intern/staticpro removed vars.
17946
17947 * macterm.c: Remove unnecessary extern declarations.
17948 (x_redisplay_interface): Add mac_frame_parm_handlers member.
17949
17950 * Makefile.in (frame.o): Add dependency on blockinput.h and files
17951 included from it (atimer.h and systime.h).
17952
17953 2003-03-30 Andreas Schwab <schwab@suse.de>
17954
17955 * xdisp.c (x_insert_glyphs): Fix swapped width and height
17956 parameters for shift_glyphs_for_insert.
17957
17958 * macterm.c (x_redisplay_interface): Add missing entry for
17959 draw_vertical_window_border.
17960
17961 2003-03-29 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
17962
17963 * fileio.c (Fexpand_file_name): In the no-handler case, after
17964 expanding, look again for a handler and invoke it. This is needed
17965 for filenames like "/foo/../user@host:/bar/../baz" -- the first
17966 expansion produces "/user@host:/bar/../baz" which needs to be
17967 expanded again for the finame result "/user@host:/baz".
17968
17969 2003-03-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17970
17971 * gtkutil.c (xg_tool_bar_item_expose_callback): Reduce size
17972 of area to be redrawn for better performance.
17973
17974 2003-03-28 Stefan Monnier <monnier@cs.yale.edu>
17975
17976 * xterm.c (take_vertical_position_into_account): Remove.
17977 (xt_action_hook): Call set_vertical_scroll_bar if needed.
17978 (XM_SB_MIN, XM_SB_RANGE): Remove (min is now set to 0).
17979 (xm_scroll_callback, x_create_toolkit_scroll_bar)
17980 (x_set_toolkit_scroll_bar_thumb): Simplify.
17981 (x_scroll_bar_expose): Only compile if !USE_TOOLKIT_SCROLL_BARS.
17982 (XTread_socket): Remove unused var.
17983 (x_make_frame_invisible): Replace goto with else.
17984
17985 * xdisp.c (set_vertical_scroll_bar): New fun.
17986 (redisplay_window): Use it.
17987
17988 2003-03-26 Richard M. Stallman <rms@gnu.org>
17989
17990 * xdisp.c (update_tool_bar): Recompute tool bar if
17991 update_mode_lines is set. Set w->update_mode_line
17992 only if the tool bar contents actually change.
17993 (update_menu_bar): Undo previous change.
17994
17995 2003-03-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17996
17997 * gtkutil.c (xg_resize_widgets): Don't call xg_frame_cleared.
17998 (xg_frame_set_char_size): Calculate scroll bar width before frame
17999 width. Call SET_FRAME_GARBAGED and cancel_mouse_face.
18000 (xg_separator_p): Check for all documented separator types.
18001 (xg_update_scrollbar_pos): Variable gheight not needed, use height.
18002 (update_frame_tool_bar): Don't call gdk_window_process_all_updates.
18003
18004 * xdisp.c (update_menu_bar): Set w->update_mode_line to Qt
18005 so tool bar gets updated.
18006
18007 2003-03-26 Stefan Monnier <monnier@cs.yale.edu>
18008
18009 * data.c (store_symval_forwarding): Re-instate part of the code
18010 that was deleted with too much enthusiasm.
18011
18012 2003-03-25 Stefan Monnier <monnier@cs.yale.edu>
18013
18014 * data.c (store_symval_forwarding): Delete special read-only
18015 hack for type == -1, since we now use ->constant instead.
18016 (Fkill_local_variable): Don't use XBUFFER if it can be nil.
18017
18018 * buffer.c (overlays_in): Declare static.
18019 (syms_of_buffer) <enable-multibyte-characters>: Use the symbol's
18020 `constant' field rather than the variable's `type' field.
18021
18022 2003-03-24 Andrew Choi <akochoi@shaw.ca>
18023
18024 * config.in [MAC_OSX]: Do not redefine bcopy, bzero, and bcmp.
18025
18026 * dispextern.h [HAVE_CARBON]: Include Carbon.h.
18027
18028 * fns.c [MAC_OSX]: Do not redefine vector.
18029
18030 * keyboard.c [MAC_OSX]: Handle SIGINT with interrupt_signal.
18031
18032 * macgui.h: Remove definition of No_Cursor.
18033
18034 * macterm.h: Include Carbon.h. Replace (struct Cursor *) by Cursor.
18035
18036 * xdisp.c: Define No_Cursor.
18037 (x_write_glyphs, notice_overwritten_cursor)
18038 (draw_phys_cursor_glyph, note_mode_line_or_margin_highlight)
18039 (note_mouse_highlight): Remove Mac-specific code.
18040 (note_mouse_highlight): Use bcmp instead of == to compare Cursors.
18041
18042 2003-03-24 John Paul Wallington <jpw@gnu.org>
18043
18044 * xdisp.c (redisplay_window): If mini window's buffer is not
18045 empty, then redisplay it like other windows.
18046
18047 2003-03-23 Kim F. Storm <storm@cua.dk>
18048
18049 * w32term.c (w32_draw_window_cursor): Fix last change.
18050
18051 2003-03-23 Kenichi Handa <handa@m17n.org>
18052
18053 * alloc.c (make_string_from_bytes, make_specified_string):
18054 Add `const' for the arg CONTENTS.
18055
18056 * lisp.h (make_string_from_bytes, make_specified_string):
18057 Prototypes adjusted.
18058
18059 2003-03-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18060
18061 * xdisp.c (get_glyph_string_clip_rect): Remove ; at end of #endif
18062
18063 * gtkutil.h: Take two more arguments to xg_update_scrollbar_pos.
18064 (XG_SB_RANGE): New define.
18065
18066 * gtkutil.c (xg_fixed_handle_expose): New function.
18067 (xg_create_frame_widgets): Call xg_fixed_handle_expose for
18068 expose events.
18069 (xg_update_scrollbar_pos): Take two more arguments, left and width
18070 of scroll bar including borders.
18071 Clear left and right part outside scroll bar separately as some
18072 themes have bars that are not an even number of pixels.
18073 Don't set reallocate_redraws, don't call
18074 gdk_window_process_all_updates.
18075 (xg_set_toolkit_scroll_bar_thumb): Upper value is fixed,
18076 so no need to change it. Calculate size and value with XG_SB_RANGE.
18077
18078 * xterm.c (x_scroll_bar_create, XTset_vertical_scroll_bar):
18079 Pass left and width of scroll bar including borders to
18080 xg_update_scrollbar_pos.
18081
18082 2003-03-22 Thien-Thi Nguyen <ttn@gnu.org>
18083
18084 * Makefile.in: Make sure space precedes end-of-line backslashes.
18085
18086 2003-03-22 Kim F. Storm <storm@cua.dk>
18087
18088 * xdisp.c (pixel_to_glyph_coords, glyph_to_pixel_coords):
18089 Add generic versions here. Remove system specific versions
18090 defined elsewhere.
18091
18092 * dispextern.h (pixel_to_glyph_coords, glyph_to_pixel_coords):
18093 Add prototypes.
18094
18095 * xterm.h (STORE_NATIVE_RECT): New macro.
18096
18097 2003-03-21 Kim F. Storm <storm@cua.dk>
18098
18099 * xdisp.c (get_glyph_string_clip_rect):
18100 Use FRAME_INTERNAL_BORDER_WIDTH.
18101
18102 * dispextern.h (struct redisplay_interface): Add active_p
18103 argument to draw_window_cursor member. All uses changed.
18104
18105 2003-03-21 Kim F. Storm <storm@cua.dk>
18106
18107 The following changes consolidate code related to writing and
18108 inserting glyphs, exposing frame, the tool bar, the mouse face,
18109 the output cursor, and help echo from xterm.c, w32term.c and
18110 macterm.c into xdisp.c. It also generalizes the use of the
18111 window_part enum instead of using numeric values throughout.
18112
18113 * xdisp.c: Consolidate gui-independent code here.
18114 Include keymap.h.
18115 (Qhelp_echo): Import.
18116 (mouse_autoselect_window, x_stretch_cursor_p): Declare here.
18117 (help_echo_string, help_echo_window, help_echo_object)
18118 (previous_help_echo_string, help_echo_pos): Declare here.
18119 (output_cursor, last_mouse_frame, last_tool_bar_item): Declare here.
18120 (estimate_mode_line_height): Define here. Handle windowing
18121 systems directly (without using estimate_mode_line_height_hook).
18122 (x_y_to_hpos_vpos, get_tool_bar_item, note_tool_bar_highlight):
18123 (update_window_cursor, update_cursor_in_window_tree)
18124 (fast_find_position, fast_find_string_pos)
18125 (note_mode_line_highlight, note_mode_line_or_margin_highlight)
18126 (expose_area, expose_line, expose_overlaps, expose_window)
18127 (expose_window_tree, phys_cursor_in_rect_p): New generic versions;
18128 declared static as they are only used locally in xdisp.c.
18129 (draw_glyphs): Rename from x_draw_glyphs and make static.
18130 (tool_bar_item_info, notice_overwritten_cursor): Make static.
18131 (frame_to_window_pixel_xy, get_glyph_string_clip_rect)
18132 (set_output_cursor, x_cursor_to, handle_tool_bar_click)
18133 (x_write_glyphs, x_insert_glyphs, x_clear_end_of_line):
18134 (x_fix_overlapping_area, draw_phys_cursor_glyph, erase_phys_cursor)
18135 (display_and_set_cursor, x_update_cursor, x_clear_cursor)
18136 (show_mouse_face, clear_mouse_face, cursor_in_mouse_face_p)
18137 (note_mouse_highlight, x_clear_window_mouse_face)
18138 (cancel_mouse_face, x_draw_vertical_border, expose_frame)
18139 (x_intersect_rectangles): New generic functions for use by xdisp.c
18140 and GUI front-ends.
18141 (syms_of_xdisp): Initialize and staticpro help_echo* variables.
18142 Defvar_bool "x-streach-cursor" and "mouse-autoselect-window" here.
18143
18144 * dispextern.h (Display_Info): Generic typedef for *_display_info.
18145 (NativeRectangle): Generic typedef for rectangle type.
18146 (enum window_part): Move here from window.c.
18147 (struct redisplay_interface): New members flush_display_optional,
18148 define_frame_cursor, clear_frame_area, draw_window_cursor,
18149 draw_vertical_window_border, shift_glyphs_for_insert.
18150 Rename member clear_mouse_face to clear_window_mouse_face.
18151 (estimate_mode_line_height_hook): Remove hook.
18152 (auto_raise_tool_bar_buttons_p): Don't declare extern.
18153 (tool_bar_item_info): Remove prototype.
18154 (help_echo_string, help_echo_window, help_echo_object)
18155 (previous_help_echo_string, help_echo_pos)
18156 (last_mouse_frame, last_tool_bar_item, mouse_autoselect_window):
18157 (x_stretch_cursor_p, output_cursor): Declare extern.
18158 (x_draw_glyphs, notice_overwritten_cursor): Remove prototypes.
18159 (x_write_glyphs), x_insert_glyphs, x_clear_end_of_line)
18160 (x_fix_overlapping_area, draw_phys_cursor_glyph, erase_phys_cursor)
18161 (display_and_set_cursor, set_output_cursor, x_cursor_to)
18162 (x_update_cursor, x_clear_cursor, x_draw_vertical_border)
18163 (frame_to_window_pixel_xy, get_glyph_string_clip_rect)
18164 (note_mouse_highlight, x_clear_window_mouse_face, cancel_mouse_face)
18165 (handle_tool_bar_click, clear_mouse_face, show_mouse_face)
18166 (cursor_in_mouse_face_p, expose_frame, x_intersect_rectangles):
18167 Add prototypes.
18168 (mode_line_string, marginal_area_string): Fix prototypes.
18169
18170 * window.c (enum window_part): Move to dispextern.h.
18171 (coordinates_in_window): Use enum window_part member names
18172 instead of numbers to describe return value.
18173 (struct check_window_data): Change part member to window_part.
18174 (check_window_containing): Return window_part unaltered.
18175 (window_from_coordinates): Change part arg from int to enum
18176 window_part. Allow part arg to be null. All users changed.
18177
18178 * window.h (window_from_coordinates): Fix prototype.
18179
18180 * term.c (estimate_mode_line_height): Move to xdisp.c.
18181
18182 * keyboard.c (make_lispy_event): Use enum window_part.
18183
18184 * dispnew.c (mode_line_string, marginal_area_string): Use enum
18185 window_part instead of int in arg list. Users changed.
18186
18187 * xterm.h (No_Cursor): Declare as None for X.
18188 (struct mac_output): Replace member cross_cursor by hand_cursor.
18189
18190 * xterm.c: Remove consolidated defines and code.
18191 (BETWEEN): Remove unused macro.
18192 (x_draw_vertical_window_border, x_shift_glyphs_for_insert)
18193 (x_define_frame_cursor, x_clear_frame_area)
18194 (x_draw_window_cursor): New X-specific functions for RIF.
18195 (x_redisplay_interface): Add new members.
18196
18197 * xfns.c: Setup and use hand_cursor instead of cross_cursor.
18198
18199 * w32term.h (struct w32_output): Remove cross_cursor member.
18200
18201 * w32term.c: Remove consolidated defines and code.
18202 (BETWEEN): Remove unused macro.
18203 (w32_draw_vertical_window_border, w32_shift_glyphs_for_insert)
18204 (w32_define_frame_cursor, w32_clear_frame_area)
18205 (w32_draw_window_cursor): New W32-specific functions for RIF.
18206 (w32_redisplay_interface): Add new members.
18207
18208 * w32gui.h (No_Cursor): Define as 0 for W32.
18209 (XRectangle): Add X compatible rectangle type.
18210 (NativeRectangle): Declare as RECT for W32.
18211 (CONVERT_TO_XRECT, CONVERT_FROM_XRECT, STORE_NATIVE_RECT): New macros.
18212
18213 * w32fns.c: Remove setup of cross_cursor (already has hand_cursor).
18214
18215 * w32console.c: Remove consolidated defines and code.
18216
18217 * msdos.h (Display_Info): Add generic typedef.
18218
18219 * msdos.c: Remove consolidated defines and code.
18220 (IT_note_mouse_highlight, dos_rawgetc): Use enum window_part.
18221
18222 * macterm.h (struct mac_output): Replace member cross_cursor by
18223 hand_cursor.
18224 (activate_scroll_bars, deactivate_scroll_bars): Add prototypes.
18225
18226 * macterm.c: Remove consolidated defines and code.
18227 (BETWEEN): Remove unused macro.
18228 (mac_draw_vertical_window_border, mac_shift_glyphs_for_insert)
18229 (mac_define_frame_cursor, mac_clear_frame_area)
18230 (mac_draw_window_cursor): New Mac-specific functions for RIF.
18231 (x_redisplay_interface): Add new members.
18232
18233 * macgui.h (No_Cursor): Define as 0 for Mac.
18234 (XRectangle): Add X compatible rectangle type.
18235 (NativeRectangle): Declare as Rect for Mac.
18236 (CONVERT_TO_XRECT, CONVERT_FROM_XRECT, STORE_NATIVE_RECT): New macros.
18237
18238 * macfns.c (x_set_mouse_color): Setup hand_cursor.
18239 (x_set_cursor_color): Use x_display_and_set_cursor.
18240
18241 * Makefile.in (xdisp.o): Add dependency on blockinput.h and files
18242 included from it. Add dependency on keymap.h.
18243
18244 * makefile.w32-in (xdisp.o): Add dependency on keymap.h.
18245
18246 2003-03-21 Kenichi Handa <handa@m17n.org>
18247
18248 * fileio.c (Fexpand_file_name): Fix previous change.
18249
18250 2003-03-19 Kenichi Handa <handa@m17n.org>
18251
18252 * fileio.c (Ffile_name_directory): Reconstruct file name by
18253 make_specified_string.
18254 (Ffile_name_nondirectory, Ffile_name_as_directory)
18255 (Fdirectory_file_name, Fexpand_file_name)
18256 (Fsubstitute_in_file_name): Likewise.
18257 (Fread_file_name): Compare decoded homedir with DIR and
18258 DEFAULT_FILENAME.
18259
18260 * alloc.c (make_specified_string): If NCHARS is negative, count
18261 the number of characters.
18262
18263 2003-03-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18264
18265 * gtkutil.c (xg_frame_cleared): Call gtk_widget_queue_draw for
18266 all widgets.
18267
18268 * gtkutil.h: Removed xg_ignore_next_thumb.
18269
18270 2003-03-18 Kenichi Handa <handa@m17n.org>
18271
18272 * coding.c (Vchar_coding_system_table): Remove this variable.
18273 (Vcoding_system_safe_chars): New variable.
18274 (intersection): Remove this function.
18275 (find_safe_codings): Don't use Vchar_coding_system_table, but try
18276 all codings in SAFE_CODINGS.
18277 (Ffind_coding_systems_region_internal): Adjust for the change of
18278 find_safe_codings. Get generic coding systems from
18279 Vcoding_system_safe_chars.
18280 (Fdefine_coding_system_internal): New function.
18281 (syms_of_coding): Defsubr Sdefine_coding_system_internal.
18282 Initialize and staticpro Vcoding_system_safe_chars.
18283
18284 2003-03-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18285
18286 * gtkutil.c (xg_set_toolkit_scroll_bar_thumb): Check if new values
18287 equal old values before updating.
18288
18289 * xterm.c (xg_scroll_callback): Remove xg_ignore_next_thumb.
18290
18291 * gtkutil.c (xg_initialize): Remove xg_ignore_next_thumb.
18292
18293 2003-03-17 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18294
18295 * gtkutil.c: Removed handle_fixed_child, struct xg_last_sb_pos.
18296 (xg_resize_widgets): Don't call foreach(handle_fixed_child).
18297 (xg_gtk_scroll_destroy): Remove free of struct xg_last_sb_pos.
18298 (scroll_bar_button_cb): Set bar->dragging to NIL on button release.
18299 (xg_create_scroll_bar): Pass bar to button event callback.
18300 (xg_find_top_left_in_fixed): New function.
18301 (xg_update_scrollbar_pos): Don't call gdk_window_clear on
18302 whole scroll bar area. Get old position with
18303 xg_find_top_left_in_fixed, calculate and only clear needed areas.
18304 (xg_set_toolkit_scroll_bar_thumb): Do not adjust scroll bar if
18305 dragging is in progress. Calculate whole as for Motif.
18306 Remove code that saved last values. Call gtk_range functions to
18307 set scroll bar sizes.
18308
18309 * gtkutil.h: Removed xg_ignore_next_thumb.
18310
18311 2003-03-17 Juanma Barranquero <lektu@terra.es>
18312
18313 * makefile.w32-in ($(BLD)/xdisp.$(O)): Add dependency on blockinput.h
18314 and files included from it.
18315
18316 2003-03-18 Stefan Monnier <monnier@cs.yale.edu>
18317
18318 * keymap.c (accessible_keymaps_1): Break cycles but without preventing
18319 multiple occurrences of the same keymap under different prefixes.
18320 (Faccessible_keymaps): Remove code redundant since 1994-08-03T07:39:00Z!rms@gnu.org.
18321
18322 2003-03-16 Jason Rumney <jasonr@gnu.org>
18323
18324 * w32gui.h: Use HDC for Display.
18325
18326 * w32term.c (w32_encode_char): Prevent double-byte chars from
18327 crashing Emacs.
18328
18329 * w32fns.c (jpeg_load, png_load, slurp_file): Read image files
18330 as binary.
18331
18332 2003-03-16 Juanma Barranquero <lektu@terra.es>
18333
18334 * xdisp.c (x_produce_glyphs): Use FRAME_BASELINE_OFFSET.
18335
18336 2003-03-16 Kim F. Storm <storm@cua.dk>
18337
18338 The following changes consolidate some of the gui-independent
18339 parts of the processing and drawing of "glyph strings" from
18340 xterm.c, w32term.c, and macterm.c into xdisp.c.
18341
18342 * dispextern.h (struct glyph): Reduce face_id member from 22 to
18343 21 bits (this reduces number of faces from 4M to 2M).
18344 Replace W32 specific w32_font_type member (2 bits) by generic
18345 font_type member (3 bits) for portability.
18346 (FONT_TYPE_UNKNOWN): New define, default for font_type member.
18347 (enum draw_glyphs_face): Define here.
18348 (struct glyph_string): Define here. Merge W32 and X versions.
18349 (struct redisplay_interface): New members per_char_metric,
18350 encode_char, compute_glyph_string_overhangs, draw_glyph_string.
18351 (VCENTER_BASELINE_OFFSET): Define here.
18352 (dump_glyph_string, x_get_glyph_overhangs, x_produce_glyphs)
18353 (x_draw_glyphs, notice_overwritten_cursor): Declare prototypes here.
18354
18355 * xdisp.c: Consolidate gui-independent "glyph string" code here.
18356 (dump_glyph_string): Moved here.
18357 (init_glyph_string, append_glyph_string_lists, append_glyph_string)
18358 (prepend_glyph_string_lists, get_glyph_face_and_encoding)
18359 (fill_composite_glyph_string, fill_glyph_string)
18360 (fill_image_glyph_string, fill_stretch_glyph_string)
18361 (left_overwritten, left_overwriting, right_overwritten)
18362 (right_overwriting, get_char_face_and_encoding)
18363 (set_glyph_string_background_width, compute_overhangs_and_x)
18364 (append_glyph, append_composite_glyph, produce_image_glyph)
18365 (take_vertical_position_into_account, append_stretch_glyph)
18366 (produce_stretch_glyph): New generic functions (based on X version).
18367 Call platform specific functions through rif.
18368 (INIT_GLYPH_STRING): New macro, hides W32 details.
18369 (BUILD_STRETCH_GLYPH_STRING, BUILD_IMAGE_GLYPH_STRING)
18370 (BUILD_CHAR_GLYPH_STRINGS, BUILD_COMPOSITE_GLYPH_STRING)
18371 (BUILD_GLYPH_STRINGS): Generic macros (based on X version).
18372 (x_draw_glyphs, x_get_glyph_overhangs, x_produce_glyphs)
18373 (notice_overwritten_cursor):
18374 Generic functions exported to platform modules. Users changed.
18375
18376 * xterm.h (FONT_DESCENT, FRAME_X_OUTPUT, FRAME_BASELINE_OFFSET)
18377 (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE)
18378 (STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2):
18379 New macros for consolidated code.
18380
18381 * xterm.c: Remove consolidated defines and code.
18382 (x_per_char_metric, x_encode_char)
18383 (x_compute_glyph_string_overhangs): Adapt to RIF requirements.
18384 (x_redisplay_interface): Add new members.
18385
18386 * w32gui.h (Display): Add dummy typedef for consolidation.
18387 (XChar2b): Define alias for wchar_t for consolidation.
18388 (STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2): New macros.
18389
18390 * w32term.h (FRAME_X_OUTPUT, FRAME_X_WINDOW, FRAME_X_DISPLAY)
18391 (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE):
18392 New macros for consolidation.
18393
18394 * w32term.c: Remove consolidated defines and code.
18395 (BUILD_WCHAR_T, BYTE1, BYTE2): Macros removed; callers changed
18396 to use STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2 instead.
18397 (w32_per_char_metric): Change font_type arg to int for RIF.
18398 (w32_encode_char): Return int according to RIF requirements.
18399 (w32_compute_glyph_string_overhangs): Adapt to RIF.
18400 (w32_get_glyph_overhangs): New function for RIF. Uses generic
18401 x_get_glyph_overhangs.
18402 (w32_redisplay_interface): Add new members.
18403
18404 * macgui.h (XChar2b): Move typedef here for consolidation.
18405 (STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2): New macros.
18406
18407 * macterm.h (FRAME_X_OUTPUT, FRAME_X_WINDOW, FRAME_X_DISPLAY):
18408 (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): New macros for
18409 consolidation.
18410
18411 * macterm.c: Remove consolidated defines and code.
18412 (mac_per_char_metric): New function for RIF.
18413 (mac_encode_char): Adapt to new RIF requirements.
18414 (mac_compute_glyph_string_overhangs): Adapt for RIF.
18415 (x_redisplay_interface): Add new members.
18416
18417 2003-03-15 Stefan Monnier <monnier@cs.yale.edu>
18418
18419 * keymap.c (Vmenu_events): New var.
18420 (syms_of_keymap): Initialize it.
18421 (where_is_internal): Check more carefully what is a menu event.
18422
18423 2003-03-14 Richard M. Stallman <rms@gnu.org>
18424
18425 * lread.c (read1): After #!, exit loop on eof.
18426
18427 2003-03-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18428
18429 * gtkutil.h: Add declaration for xg_frame_cleared.
18430
18431 * xterm.c (x_clear_frame): Call xg_frame_cleared for GTK.
18432
18433 * gtkutil.c (struct xg_last_sb_pos): New structure.
18434 (handle_fixed_child): New function.
18435 (xg_resize_widgets): Call handle_fixed_child on all scroll bar widgets
18436 and force a redraw on them.
18437 (xg_gtk_scroll_destroy): Free struct xg_last_sb_pos also.
18438 (xg_create_scroll_bar): Add struct xg_last_sb_pos to scroll bar
18439 so we can avoid unneeded redraws.
18440 (xg_update_scrollbar_pos): Invalidate data in xg_last_sb_pos
18441 and force a redraw on the scroll bar.
18442 (xg_set_toolkit_scroll_bar_thumb): Do not change/redraw scroll bar
18443 if xg_last_sb_pos shows the positions are up to date.
18444 (xg_frame_cleared): New function.
18445
18446 2003-03-13 Kenichi Handa <handa@m17n.org>
18447
18448 * coding.c (Fdetect_coding_region): Fix docstring.
18449 (Fdetect_coding_string): Fix docstring.
18450
18451 2003-03-13 Andreas Schwab <schwab@suse.de>
18452
18453 * gtkutil.c: Add prototype for create_menus.
18454
18455 * data.c (long_to_cons): Fix type of top.
18456
18457 * xselect.c (selection_data_to_lisp_data): Use int instead of
18458 long for an integer of size 4.
18459
18460 * gtkutil.c (xg_update_frame_menubar): Add missing return value.
18461 (xg_tool_bar_help_callback): Likewise.
18462
18463 2003-03-12 Andreas Schwab <schwab@suse.de>
18464
18465 * xterm.c (x_term_init) [USE_GTK]: Fix typo.
18466
18467 2003-03-12 Kim F. Storm <storm@cua.dk>
18468
18469 The following changes consolidate the fringe handling from
18470 xterm.c, w32term.c, and macterm.c into xdisp.c.
18471
18472 * xdisp.c: Consolidate fringe handling code here.
18473 (left_bits, right_bits, continued_bits, continuation_bits)
18474 (ov_bits, zv_bits): Define fringe bitmaps.
18475 (fringe_bitmaps): New array holding fringe bitmaps.
18476 (draw_fringe_bitmap): Draw a specific bitmap; call display
18477 specific drawing routine via rif->draw_fringe_bitmap.
18478 (draw_row_fringe_bitmaps): Generic replacement for
18479 x_draw_row_fringe_bitmaps; all callers changed.
18480 (compute_fringe_widths): Generic replacement for
18481 x_compute_fringe_widths; all callers changed.
18482
18483 * dispextern.h (enum fringe_bitmap_type): Define here.
18484 (struct fringe_bitmap, struct draw_fringe_bitmap_params): New.
18485 (fringe_bitmaps): Declare extern.
18486 (struct redisplay_interface): New member draw_fringe_bitmap.
18487 (draw_row_fringe_bitmaps, compute_fringe_widths): Declare extern.
18488
18489 * xterm.c: Remove generic fringe code.
18490 (x_draw_fringe_bitmap): Only perform actual fringe drawing.
18491 (x_redisplay_interface): Add x_draw_fringe_bitmap member.
18492
18493 * w32term.c: Remove generic fringe code.
18494 (w32_draw_fringe_bitmap): Only perform actual fringe drawing.
18495 (w32_redisplay_interface): Add w32_draw_fringe_bitmap member.
18496
18497 * macterm.c: Remove generic fringe code.
18498 (x_draw_fringe_bitmap): Only perform actual fringe drawing.
18499 (x_redisplay_interface): Add x_draw_fringe_bitmap member.
18500
18501 2003-03-11 Stefan Monnier <monnier@cs.yale.edu>
18502
18503 * print.c (Fprin1_to_string): Return unibyte string if possible.
18504
18505 2003-03-09 David Kastrup <dak@gnu.org>
18506
18507 * process.c (read_process_output): We have allocated enough space
18508 for readmax and carryover, so actually use the alloted space.
18509
18510 2003-03-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18511
18512 * keyboard.c (make_lispy_event): Extend mouse_syms if needed for
18513 toolkit scrollbar click.
18514
18515 * xterm.c (x_window_to_scroll_bar): Call xg_get_scroll_id_for_window
18516 for USE_GTK.
18517 (x_scroll_bar_handle_click): Use this function for toolkit scrollbars
18518 also.
18519 (handle_one_xevent): ButtonPress/Release: If event is for a toolkit
18520 scrollbar and control is pressed, call x_scroll_bar_handle_click.
18521
18522 * gtkutil.h (xg_get_scroll_id_for_window): Declare.
18523
18524 * gtkutil.c (xg_get_scroll_id_for_window): New function.
18525 (xg_tool_bar_item_expose_callback): New function.
18526 (xg_tool_bar_expose_callback): Call update_frame_tool_bar.
18527 (xg_create_tool_bar): Connect xg_tool_bar_expose_callback to expose
18528 on the tool bar widget.
18529 (update_frame_tool_bar): Connect xg_tool_bar_item_expose_callback
18530 to expose on the tool bar item widgets.
18531
18532 2003-03-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18533
18534 * gtkutil.c (update_frame_tool_bar): Compare pixmap ID instead of
18535 struct image* when deciding to update (struct image* may have been
18536 deleted from the image cache).
18537
18538 * xterm.c (handle_one_xevent): Pass ReparentNotify to Xt even if
18539 the event isn't for a frame (i.e. for dialogs).
18540
18541 2003-03-07 Kenichi Handa <handa@m17n.org>
18542
18543 * coding.c (CODING_ADD_COMPOSITION_COMPONENT): If the number of
18544 composition components reaches the limit, terminate composing.
18545 (COMPOSITION_OK): New macro.
18546 (detect_coding_iso2022): Use it if an escape sequence for
18547 composition is found.
18548 (coding_restore_composition): Adjust the number of composition
18549 components if it is not sane.
18550
18551 2003-03-06 Juanma Barranquero <lektu@terra.es>
18552
18553 * w32term.h (struct w32_display_info): Add xrdb member to support
18554 passing resources via -xrm on Windows.
18555
18556 * w32term.c (w32_make_rdb): New function.
18557 (w32_term_init): Use it to initialize xrdb member of w32_display_info
18558 struct. Delete leftover code.
18559
18560 * w32fns.c (Fx_get_resource, x_get_resource_string): Pass xrdb to check
18561 for resources passed on the command line.
18562
18563 * w32reg.c (w32_get_rdb_resource): New function.
18564 (x_get_string_resource): Use it, so resources passed with -xrm
18565 supercede the ones in the registry.
18566
18567 2003-03-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18568
18569 * xterm.c (x_detect_focus_change): Call x_any_window_to_frame
18570 instead of x_top_window_to_frame.
18571
18572 2003-03-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18573
18574 * xsmfns.c (smc_save_yourself_CB): Add --no-splash to options
18575 when restarting Emacs.
18576
18577 2003-03-03 Richard M. Stallman <rms@gnu.org>
18578
18579 * buffer.c (Fkill_buffer): Use Frun_hook_with_args_until_failure
18580 to run kill-buffer-query-functions.
18581 (Qkill_buffer_query_functions): New var.
18582 (syms_of_buffer): Init and staticpro it.
18583
18584 2003-03-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18585
18586 * xterm.h (XSync): Define as gdk_window_process_all_updates for GTK.
18587
18588 2003-02-25 Kim F. Storm <storm@cua.dk>
18589
18590 * xdisp.c (redisplay_window): Fix infinite loop in redisplay.
18591 If centering point failed to make whole line visible and vscroll
18592 is non-zero, disable vscroll and try centering point again.
18593
18594 * lread.c (read1): Accept `single space' syntax like (? x).
18595
18596 2003-02-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18597
18598 * keyboard.c (cancel_hourglass_unwind): Surround with
18599 #ifdef HAVE_X_WINDOWS
18600
18601 2003-02-25 Kenichi Handa <handa@m17n.org>
18602
18603 * buffer.c (Fset_buffer_multibyte): Pay attention to the buffer
18604 process only when "subprocesses" is defined.
18605
18606 2003-02-24 Stefan Monnier <monnier@cs.yale.edu>
18607
18608 * syntax.c (back_comment): Only check nestedness of 2nd char if needed.
18609
18610 2003-02-24 Juanma Barranquero <lektu@terra.es>
18611
18612 * callint.c (fix_command): Declare as static void and move before
18613 Fcall_interactively.
18614
18615 * xdisp.c (Qwhen): Declare external; it's now defined in callint.c.
18616 (syms_of_xdisp): Don't initialize Qwhen.
18617
18618 2003-02-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18619
18620 * keyboard.c (cancel_hourglass_unwind): New function.
18621 (command_loop_1): Cancel hourglass with unwind-protect.
18622
18623 2003-02-23 Richard M. Stallman <rms@gnu.org>
18624
18625 * callint.c (fix_command): New subroutine, from Fcall_interactively.
18626 Detect (when ... (region-beginning)) etc.
18627 (Fcall_interactively): Call fix_command.
18628 (Qif, Qwhen): New variables.
18629 (syms_of_callint): Init and staticpro them.
18630
18631 * regex.c (print_partial_compiled_pattern): Output to stderr.
18632
18633 2003-02-23 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
18634
18635 * dired.c (directory_files_internal): Don't expand directory.
18636 (Fdirectory_files, Fdirectory_files_and_attributes): Do it here
18637 instead. From Lars Hansen <larsh@math.ku.dk>.
18638
18639 2003-02-22 Stefan Monnier <monnier@cs.yale.edu>
18640
18641 * fns.c (string_to_multibyte): Remove unused var i.
18642 (Flanginfo): Fix int/Lisp_Object mixup.
18643 (void_call2): New fun.
18644 (Fmap_char_table): Use it in place of call2.
18645
18646 * xfaces.c (x_face_list_fonts): Fix int/Lisp_Object mixup.
18647
18648 * macros.c (Fstart_kbd_macro): Remove redundant assignment.
18649
18650 * keymap.c (copy_keymap_1): Make it static.
18651
18652 * alloc.c (Fgarbage_collect): Don't use XSETFLOAT.
18653
18654 2003-02-22 David Ponce <david@dponce.com>
18655
18656 * lread.c (Fload): Don't check STRING_MULTIBYTE.
18657
18658 2003-02-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18659
18660 * process.h: Removed subtty field from struct Lisp_Process.
18661
18662 * process.c (create_process): Remove setting of subtty.
18663 (emacs_get_tty_pgrp): New function.
18664 (Fprocess_running_child_p, process_send_signal):
18665 Call emacs_get_tty_pgrp instead of ioctl.
18666 (process_send_signal): Call EMACS_KILLPG if ioctl TIOCSIGSEND fails.
18667
18668 2003-02-21 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
18669
18670 * keymap.c (Fdefine_key): Doc fix.
18671
18672 2003-02-21 Juanma Barranquero <lektu@terra.es>
18673
18674 Port of patch for RC by Klaus Zeitler <kzeitler@lucent.com>.
18675
18676 * s/hpux10.h: Define POLL_INTERRUPTED_SYS_CALL, not
18677 POLLING_PROBLEM_IN_SELECT.
18678
18679 * s/hpux11.h: Include hpux10-20.h instead of hpux10.h.
18680 Delete #undef of POLLING_PROBLEM_IN_SELECT.
18681
18682 * s/hpux10-20.h: New file.
18683
18684 * process.c (wait_reading_process_input):
18685 Use POLL_INTERRUPTED_SYS_CALL, not POLLING_PROBLEM_IN_SELECT.
18686
18687 2003-02-20 Kenichi Handa <handa@m17n.org>
18688
18689 * fontset.c (check_fontset_name): If NAME is nil, return the
18690 default fontset.
18691 (override_font_info): New function.
18692 (Fset_fontset_font): Document that NAME nil means the default fontset.
18693 (Ffontset_info): If FONTSET is not the default fontset, merge
18694 FONTSET onto the copy of the default fontset, and work on that
18695 copy. Document that NAME nil means the default fontset.
18696 (Ffontset_font): Document that NAME nil means the default fontset.
18697
18698 * process.c (setup_process_coding_systems): If the process's
18699 in/out descriptor is -1, do nothing.
18700
18701 2003-02-19 Andreas Schwab <schwab@suse.de>
18702
18703 * lisp.h (Fcancel_kbd_macro_events, Fstring_to_multibyte):
18704 Add prototypes.
18705
18706 2003-02-19 Kenichi Handa <handa@m17n.org>
18707
18708 * xfaces.c (try_alternative_families): Try all scalable fonts if
18709 Vscalable_fonts_allowed is not Qt.
18710
18711 2003-02-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18712
18713 * xfaces.c (x_face_list_fonts): Set *pfonts to 0 if no fonts found.
18714
18715 2003-02-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18716
18717 * xterm.c (x_list_fonts): If maxnames is less than 0, get all font
18718 names.
18719
18720 * xfaces.c (x_face_list_fonts): Allocate struct font_name here.
18721 (sorted_font_list): Move allocation of struct font_name to
18722 x_face_list_fonts.
18723 (Fx_font_family_list): Set font-list-limit to -1 to get all font names.
18724 (Fx_list_fonts): Set maxnames to -1 to get all font names.
18725
18726 2003-02-18 Kim F. Storm <storm@cua.dk>
18727
18728 * lread.c (read1): Fix last change.
18729 "`" is not always special. Allow "?" after a character constant.
18730
18731 2003-02-18 Andrew Choi <akochoi@shaw.ca>
18732
18733 * unexmacosx.c (copy_data_segment): Also copy __cfstring section.
18734
18735 2003-02-18 Andreas Schwab <schwab@suse.de>
18736
18737 * window.c (window_scroll_pixel_based): Move outside a
18738 multi-glyph character before setting new window start.
18739
18740 * xdisp.c (in_display_vector_p): New function.
18741 * dispextern.h (in_display_vector_p): Declare.
18742
18743 2003-02-18 Kim F. Storm <storm@cua.dk>
18744
18745 * lread.c (read1): Fix and relax read syntax.
18746 Recognize "[", ";", "#", and "?" after a dotted-pair dot.
18747 Only recognize "," after dotted-pair dot if inside backquote.
18748 Never include "`" or "," (inside backquote) in a symbol.
18749 Allow dotted-pair dot after a character constant.
18750 Allow "`" and "," (inside backquote) after a character constant.
18751
18752 2003-02-17 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18753
18754 * gtkutil.c (xg_tool_bar_expose_callback): New function.
18755 (xg_create_tool_bar): Force style of tool bar to be horizontal with
18756 icons. Set name of tool bar to emacs-toolbar.
18757 (update_frame_tool_bar): Connect expose event to
18758 xg_tool_bar_expose_callback.
18759
18760 2003-02-17 Richard M. Stallman <rms@gnu.org>
18761
18762 * keyboard.c (this_command_key_count_reset): New variable.
18763 Initiatize to 0 where this_command_key_count is set.
18764 (read_char): Save and restore this_command_key_count_reset
18765 around input method code.
18766 (read_char): If this_command_key_count_reset, echo reread commands.
18767 (Freset_this_command_lengths): Set this_command_key_count_reset to 1.
18768
18769 2003-02-17 Kenichi Handa <handa@m17n.org>
18770
18771 * fns.c (string_to_multibyte): Always return a multibyte string.
18772
18773 2003-02-16 Jason Rumney <jasonr@gnu.org>
18774
18775 * w32fns.c (w32_list_bdf_fonts, w32_list_fonts):
18776 Negative max_fonts parameter means list all.
18777
18778 2003-02-14 Dave Love <fx@gnu.org>
18779
18780 * fns.c (Flanginfo): Doc fix.
18781
18782 2003-02-13 Kim F. Storm <storm@cua.dk>
18783
18784 * lread.c (read_escape): Interpret \s as a SPACE character, except
18785 for \s-X in a character constant which still is the super modifier.
18786 (read1): Signal an `invalid read syntax' error if a character
18787 constant is immediately followed by a digit or symbol character.
18788
18789 * search.c (Fmatch_data): Doc fix. Explicitly state that
18790 match-data is undefined if last search failed.
18791
18792 * keymap.c (Fcommand_remapping): Rename from Fremap_command.
18793 All uses changed.
18794
18795 2003-02-12 Juanma Barranquero <lektu@terra.es>
18796
18797 * eval.c (Fdefmacro): Fix typo.
18798
18799 2003-02-12 Kim F. Storm <storm@cua.dk>
18800
18801 * macros.c (Fstart_kbd_macro): If appending, and last keyboard
18802 macro is a string, convert meta modifiers in string when copying
18803 the string into a vector.
18804
18805 2003-02-11 Kim F. Storm <storm@cua.dk>
18806
18807 * keymap.c (Fremap_command): Return nil if arg is not a symbol.
18808
18809 2003-02-11 Kenichi Handa <handa@m17n.org>
18810
18811 * Makefile.in (lisp, shortlisp): Add malayalam.el and tamil.el.
18812
18813 2003-02-10 Kim F. Storm <storm@cua.dk>
18814
18815 * process.c: Doc fixes.
18816 (syms_of_process): Add `:' prefix to QCfilter_multibyte.
18817
18818 2003-02-10 Kenichi Handa <handa@m17n.org>
18819
18820 * fns.c (Fstring_to_multibyte): Fix typo in the docstring.
18821
18822 * process.c (QCfilter_multibyte): New variable.
18823 (setup_process_coding_systems): New function.
18824 (Fset_process_buffer, Fset_process_filter):
18825 Call setup_process_coding_systems.
18826 (Fstart_process): Initialize the member `filter_multibyte' of
18827 struct Lisp_Process.
18828 (create_process): Call setup_process_coding_systems.
18829 (Fmake_network_process): New keyward `:filter-multibyte'.
18830 Initialize the member `filter_multibyte' of struct Lisp_Process.
18831 Call setup_process_coding_systems.
18832 (server_accept_connection): Call setup_process_coding_systems.
18833 (read_process_output): If the process has a filter, decide the
18834 multibyteness of a string to given to the filter by
18835 `filter_multibyte' member of the process. If the process doesn't
18836 have a filter and the result of conversion is unibyte, use
18837 Fstring_to_multibyte (not Fstring_make_multibyte) to get the
18838 multibyte form.
18839 (Fset_process_coding_system): Call setup_process_coding_systems.
18840 (Fset_process_filter_multibyte): New function.
18841 (Fprocess_filter_multibyte_p): New function.
18842 (syms_of_process): Intern and staticpro QCfilter_multibyte.
18843 Defsubr Sset_process_filter_multibyte and
18844 Sprocess_filter_multibyte_p.
18845
18846 * process.h (struct Lisp_Process): New member filter_multibyte.
18847
18848 * lisp.h (setup_process_coding_systems): Add prototype.
18849
18850 * buffer.c (Fset_buffer_multibyte): If the current buffer has a
18851 process, update coding systems for the process.
18852
18853 2003-02-09 Kenichi Handa <handa@m17n.org>
18854
18855 * fns.c (string_to_multibyte): New function.
18856 (Fstring_to_multibyte): New function.
18857 (syms_of_fns): Defsubr it.
18858
18859 2003-02-08 Andreas Schwab <schwab@suse.de>
18860
18861 * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable
18862 instead of the substitution.
18863
18864 2003-02-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18865
18866 * xterm.c (x_make_frame_visible): Call gtk_window_deiconify.
18867
18868 * xmenu.c (menu_position_func): Adjust menu popup position so that
18869 the menu is fully visible.
18870
18871 2003-02-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18872
18873 * xterm.c (x_text_icon, x_raise_frame, x_lower_frame)
18874 (x_make_frame_invisible, x_wm_set_icon_position):
18875 Use FRAME_OUTER_WINDOW instead of ifdef X_TOOLKIT/else/endif.
18876
18877 * xfns.c (x_set_name, x_set_title): Ditto.
18878
18879 2003-02-04 Richard M. Stallman <rms@gnu.org>
18880
18881 * keyboard.c (echo_now): Update before_command_echo_length.
18882 (Freset_this_command_lengths): Reset this_command_key_count etc.
18883 immediately rather than arranging to do it later.
18884 (before_command_key_count_1, before_command_echo_length_1)
18885 (before_command_restore_flag): Vars deleted.
18886 (add_command_key): Don't handle before_command_restore_flag.
18887 (read_char, record_menu_key): Don't update before_command_key_count or
18888 before_command_echo_length.
18889 (read_char): Don't handle before_command_restore_flag.
18890
18891 * keyboard.c (command_loop_1): Don't call adjust_point_for_property
18892 in direct-output clauses if it wouldn't be called in the ordinary case.
18893
18894 2003-02-04 Kim F. Storm <storm@cua.dk>
18895
18896 * keyboard.c (syms_of_keyboard) <this-original-command>: Doc fix.
18897
18898 2003-02-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18899
18900 * gtkutil.c (remove_from_container): Copying list is not needed.
18901 (xg_update_menubar, xg_update_menu_item, xg_update_submenu)
18902 (xg_modify_menubar_widgets, update_frame_tool_bar): Call g_list_free
18903 on list returned from gtk_container_get_children to avoid memory leak.
18904
18905 2003-02-01 Jason Rumney <jasonr@gnu.org>
18906
18907 * w32fns.c (w32_create_pixmap_from_bitmap_data): Use alloca for
18908 local malloc.
18909 [HAVE_XPM]: Avoid clashes with XColor, XImage and Pixel
18910 definitions in xpm.h.
18911 (init_xpm_functions): New function.
18912 (xpm_load): Sync with xfns.c. Adapt for Windows version of libXpm.
18913 (init_external_image_libraries): Try to load libXpm.dll.
18914
18915 * fileio.c (Fcopy_file) [WINDOWSNT]: Reverse logic for setting
18916 timestamp.
18917
18918 2003-01-31 Dave Love <fx@gnu.org>
18919
18920 * syntax.c (Fskip_chars_forward)
18921 (open-paren-in-column-0-is-defun-start): Doc fix.
18922
18923 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
18924
18925 * fileio.c: Support // at start of name for Cygwin (just added proper
18926 preprocessor tests).
18927
18928 * keyboard.c: Port to Cygwin (just added proper preprocessor tests).
18929
18930 * Makefile.in: Use @EXEEXT@ for Cygwin.
18931
18932 * mem-limits.h: Added ifdef to define BSD4_2 for Cygwin.
18933
18934 * s/cygwin.h: Added for Cygwin port.
18935
18936 2003-01-31 Juanma Barranquero <lektu@terra.es>
18937
18938 * w32fns.c (DrawText): Kludge to avoid a redefinition on Windows
18939 when including gif_lib.h.
18940 (init_gif_functions, init_tiff_functions): New functions.
18941 (gif_load, tiff_load): Sync with xfns.c version. Adjust colors for
18942 Windows. Disable color table lookups. Call library functions
18943 through pointers determined at runtime.
18944 (init_external_image_libraries): Try to load libungif.dll and
18945 libtiff.dll.
18946
18947 2003-01-31 Kenichi Handa <handa@m17n.org>
18948
18949 * xdisp.c (SKIP_GLYPHS): New macro.
18950 (set_cursor_from_row): Skip all glyphs that comes from overlay string.
18951
18952 2003-01-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18953
18954 * gtkutil.c (free_frame_tool_bar): Remove debug printf.
18955
18956 2003-01-30 Dave Love <fx@gnu.org>
18957
18958 * alloc.c (Vgc_elapsed, gcs_done): New variables.
18959 (Fgarbage_collect): Use them.
18960 (init_alloc, syms_of_alloc): Set them up.
18961
18962 2003-01-30 Juanma Barranquero <lektu@terra.es>
18963
18964 * w32fns.c (init_external_image_libraries): Add missing operator.
18965
18966 2003-01-29 Jason Rumney <jasonr@gnu.org>
18967
18968 * w32fns.c (init_external_image_libraries): Allow jpeg-62.dll as
18969 an alternative name for jpeg.dll.
18970
18971 2003-01-29 Kenichi Handa <handa@m17n.org>
18972
18973 * xdisp.c (set_cursor_from_row): Pay attention to string display
18974 properties.
18975
18976 2003-01-28 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
18977
18978 * macterm.c (keycode_to_xkeysym_table): Add <tab>, <backspace>,
18979 <escape>.
18980 (keycode_to_xkeysym_table): Reformat and add more comments.
18981 (XTread_socket): Drop special case for backspace.
18982
18983 2003-01-28 Andrew Choi <akochoi@shaw.ca>
18984
18985 * macfns.c (x_to_mac_color): Correct the order for parsing the RGB
18986 values in old-style RGB specs.
18987
18988 2003-01-27 Juanma Barranquero <lektu@terra.es>
18989
18990 * w32fns.c (init_external_image_libraries): Try alternate names for the
18991 jpeg dll.
18992
18993 2003-01-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18994
18995 * gtkutil.c (create_dialog, xg_separator_p)
18996 (xg_item_label_same_p, xg_update_menu_item): Check for NULL string
18997 before calling strcmp or strlen.
18998
18999 2003-01-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19000
19001 * gtkutil.c (update_frame_tool_bar): Call prepare_image_for_display
19002 and handle image load failure.
19003
19004 2003-01-26 Jason Rumney <jasonr@gnu.org>
19005
19006 * w32fns.c (init_jpeg_functions, jpeg_resync_to_restart_wrapper):
19007 New functions.
19008 (jpeg_load): Sync with xfns.c version. Adjust colors for Windows.
19009 Disable color table lookups. Call jpeg library functions
19010 through pointers determined at runtime.
19011 (init_external_image_libraries): Try to load jpeg.dll.
19012
19013 2003-01-25 Richard M. Stallman <rms@gnu.org>
19014
19015 * lisp.h: Declare format2 instead of format1.
19016
19017 * fileio.c (barf_or_query_if_file_exists):
19018 Call format2 instead of format1.
19019
19020 * editfns.c (format2): New function, replaces format1
19021 but takes exactly two Lisp Objects as format args.
19022
19023 * buffer.c (Fkill_buffer): Call format2 instead of format1.
19024
19025 2003-01-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19026
19027 * xterm.h: Change to return value of x_dispatch_event to int.
19028
19029 * xterm.c (x_filter_event): New function.
19030 (event_handler_gdk, XTread_socket): Call x_filter_event.
19031 (x_dispatch_event): Change to return value of finish.
19032 (event_handler_gdk): Use return value from x_dispatch_event.
19033
19034 * xfns.c (x_window): Call create_frame_xic for GTK version to
19035 initialize input methods.
19036
19037 * gtkutil.h: Add (void) prototypes.
19038
19039 * gtkutil.c (create_menus): Remove code that puts the help menu to
19040 the right.
19041
19042 2003-01-25 Jason Rumney <jasonr@gnu.org>
19043
19044 * w32fns.c (XPutPixel): Handle monochrome images; used for masks.
19045 [HAVE_PNG]: Sync with xfns.c version.
19046 (png_load): Adjust colors for Windows. Use Windows
19047 bitmaps. Disable color table lookups.
19048 (DEF_IMGLIB_FN, LOAD_IMGLIB_FN): New macros.
19049 (init_png_functions): New function.
19050 (png_read_from_memory, png_load): Call png library functions
19051 through pointers determined at runtime.
19052 (QCloader, QCbounding_box, QCpt_width, QCpt_height): Declare.
19053 (init_external_image_libraries): New function.
19054 (init_xfns): Call it.
19055
19056 2003-01-24 Andreas Schwab <schwab@suse.de>
19057
19058 * minibuf.c (Fminibuffer_message): Verify type of parameter.
19059
19060 2003-01-24 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19061
19062 * gtkutil.c (xg_initialize): Initialize id_to_widget here instead
19063 of static initializer.
19064
19065 2003-01-24 Dave Love <fx@gnu.org>
19066
19067 * s/gnu-linux.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define for more
19068 architectures.
19069
19070 * alloc.c (mark_stack) [!GC_LISP_OBJECT_ALIGNMENT && __GNUC__]:
19071 Use __alignof__.
19072
19073 2003-01-24 Kenichi Handa <handa@m17n.org>
19074
19075 * keyboard.c (adjust_point_for_property): New second arg MODIFIED.
19076 It it is nonzero, don't pretend that an invisible area doesn't exist.
19077 (command_loop_1): Call adjust_point_for_property with proper
19078 second arg.
19079
19080 2003-01-22 Jason Rumney <jasonr@gnu.org>
19081
19082 Sync changes with xterm.c and xfns.c.
19083
19084 * w32term.c (x_draw_glyph_string_foreground)
19085 (x_draw_composite_glyph_string_foreground): Implement overstriking.
19086
19087 * w32term.c (x_write_glyphs): Clear phys_cursor_on_p if current
19088 phys_cursor's hpos is overwritten. This is still not completely
19089 correct, as it doesn't really make sense to use hpos at all to
19090 get the cursor glyph (as that is relative to the width of the
19091 characters on the line, which may have changed during the update).
19092
19093 * w32term.c (notice_overwritten_cursor): Handle the special case
19094 of the cursor being in the first blank non-text line at the
19095 end of a window.
19096
19097 * w32term.c (x_draw_hollow_cursor, x_draw_bar_cursor)
19098 (x_draw_phys_cursor_glyph): Set phys_cursor_width here.
19099 Compute from the x position returned by x_draw_glyphs.
19100
19101 (x_display_and_set_cursor): Don't set phys_cursor_width here,
19102 except for NO_CURSOR and system caret, to make phys_cursor_width
19103 contain what its name suggests.
19104 (notice_overwritten_cursor): Consider the cursor image erased if
19105 the output area intersects the cursor image in y-direction.
19106
19107 * w32term.c (note_mode_line_or_margin_highlight): Rename from
19108 note_mode_line_highlight and extend.
19109
19110 * w32term.c (last_window): New variable.
19111 (w32_read_socket) <WM_MOUSEMOVE>: Generate SELECT_WINDOW_EVENTs.
19112 (note_mouse_movement): Remove reimplemented code in #if 0.
19113
19114 * w32fns.c (x_set_cursor_type): Set cursor_type_changed,
19115 not update_mode_lines, and always set it to 1.
19116
19117 2003-01-21 Jason Rumney <jasonr@gnu.org>
19118
19119 * w32fns.c (IDC_HAND): Define it if system headers don't.
19120
19121 2003-01-21 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
19122
19123 * w32term.h (struct w32_output): New member hand_cursor.
19124 (WM_EMACS_SETCURSOR): New message definition.
19125
19126 * w32term.c (note_mode_line_highlight): Delete #if 0 to enable
19127 function w32_define_cursor.
19128 (note_mouse_highlight): Initialize, setup cursor accoding to mouse
19129 position, change member name output_data.x to output_data.w32 and
19130 add function w32_define_cursor.
19131 (show_mouse_face): Delete #if 0 to enable function w32_define_cursor
19132 and change member name output_data.x to output_data.w32.
19133 (w32_initialize_display_info):
19134 Setup dpyinfo->vertical_scroll_bar_cursor.
19135
19136 * w32fns.c (Vx_hand_shape): New variable.
19137 (w32_wnd_proc): Add message entries for WM_SETCURSOR and
19138 WM_EMACS_SETCURSOR.
19139 (x-create-frame): Setup Cursor types.
19140
19141 2003-01-21 David Ponce <david@dponce.com>
19142
19143 * w32term.c (w32_encode_char): For DIM=1 charset, set
19144 ccl->reg[2] to -1 before calling ccl_driver.
19145 (Sync. with xterm.c x_encode_char change by Kenichi Handa
19146 <handa@m17n.org> on 2002-09-30.)
19147 (w32_draw_relief_rect): Declare all args.
19148 (w32_define_cursor): New.
19149
19150 * w32fns.c (w32_load_cursor): New function.
19151 (w32_init_class): Use it.
19152 (x_put_x_image): Declare all args.
19153
19154 2003-01-21 Richard Dawe <rich@phekda.freeserve.co.uk>
19155
19156 * Makefile.in (ALL_CFLAGS): Include MYCPPFLAGS, not MYCPPFLAG.
19157
19158 2003-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19159
19160 * gtkutil.c: Must include stdio.h before termhooks.h
19161
19162 2003-01-21 Dave Love <fx@gnu.org>
19163
19164 * alloc.c (Fgc_status): Print zombie list.
19165 (mark_maybe_object) [GC_MARK_STACK==GC_USE_GCPROS_CHECK_ZOMBIES]:
19166 Fix assignment of zombies.
19167 (Fgarbage_collect) [GC_MARK_STACK==GC_USE_GCPROS_CHECK_ZOMBIES]:
19168 Don't take car of non-cons.
19169
19170 * s/sol2-5.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
19171
19172 * s/sunos4-0.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
19173
19174 2003-01-20 David Ponce <david@dponce.com>
19175
19176 * w32menu.c (digest_single_submenu): Declare all args.
19177
19178 Sync with 2002-12-23 Richard M. Stallman <rms@gnu.org>
19179 changes in xmenu.c:
19180
19181 (parse_single_submenu): Use individual keymap's prompt
19182 string as pane name, if there is one.
19183 (set_frame_menubar): Save menu_items_n_panes from each call to
19184 parse_single_submenu and use it when calling digest_single_submenu.
19185
19186 2003-01-20 Steven Tamm <steventamm@mac.com>
19187
19188 * macterm.c (XTread_socket): Check for valid, visible window
19189 before sending a scroll-wheel event.
19190
19191 2003-01-20 Richard M. Stallman <rms@gnu.org>
19192
19193 * xdisp.c (redisplay_window): If mini window's buffer is not
19194 a minibuffer, then redisplay it like other windows.
19195
19196 2003-01-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19197
19198 * gtkutil.c (xg_create_frame_widgets): Check if there is an
19199 external tool bar before setting tool bar height.
19200
19201 2003-01-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19202
19203 * xterm.c (handle_one_xevent): Surround popup_activated
19204 with #ifdef:s for non-toolkit version.
19205
19206 * Makefile.in (XOBJ): Add gtkutil.o if USE_GTK
19207 (gtkutil.o): New file.
19208 (TOOLKIT_DEFINES): Set to -DUSE_GTK if HAVE_GTK.
19209 (LIBW): Set to @GTK_LIBS@ if USE_GTK.
19210
19211 * gtkutil.c: New file for GTK version.
19212
19213 * gtkutil.h: New file for GTK version.
19214
19215 * xterm.h: Add xt_or_gtk_widget.
19216 Include gtk files for USE_GTK.
19217 (struct x_output): Add toolbar_height.
19218 (struct x_output): Add GTK widgets and Gdk size_hints.
19219 (GTK_WIDGET_TO_X_WIN, FRAME_GTK_OUTER_WIDGET, FRAME_GTK_WIDGET)
19220 (FRAME_OUTER_WINDOW): New macros for USE_GTK.
19221 (FRAME_OUTER_TO_INNER_DIFF_Y): Add FRAME_TOOLBAR_HEIGHT to calculation.
19222
19223 * xterm.c: Include gtkutil.h for USE_GTK.
19224 (free_frame_menubar): Declare extern void for USE_GTK.
19225 (note_mouse_highlight): Check popup_activated for USE_GTK.
19226 (xt_action_hook): Don't compile if USE_GTK.
19227 (x_scroll_bar_to_input_event): Use CurrentTime for USE_GTK.
19228 (xg_scroll_callback): New function.
19229 (x_create_toolkit_scroll_bar): Call xg_create_scroll_bar for USE_GTK.
19230 (x_set_toolkit_scroll_bar_thumb): Call xg_set_toolkit_scroll_bar_thumb
19231 for USE_GTK.
19232 (x_scroll_bar_create): Call xg_update_scrollbar_pos and
19233 xg_show_scroll_bar for USE_GTK.
19234 (x_scroll_bar_remove): Call xg_remove_scroll_bar for USE_GTK.
19235 (XTset_vertical_scroll_bar): Call xg_update_scrollbar_pos for USE_GTK.
19236 (event_handler_gdk): New function for USE_GTK.
19237 (handle_one_xevent): Call xg_resize_widgets for USE_GTK.
19238 (handle_one_xevent): Make sure widget is mapped before
19239 calling x_real_positions for USE_GTK.
19240 (XTread_socket): Add GTK event loop for USE_GTK.
19241 (x_set_window_size): Call xg_frame_set_char_size for USE_GTK.
19242 (x_make_frame_visible): Call gtk_widget_show_all for USE_GTK.
19243 (x_make_frame_invisible): Call gtk_widget_hide for USE_GTK.
19244 (x_iconify_frame): Add code for USE_GTK.
19245 (x_free_frame_resources): Call gtk_widget_destroy for USE_GTK.
19246 (x_wm_set_size_hint): Only compile if not USE_GTK. GTK version
19247 is in gtkutil.c.
19248 (x_term_init): Add initialization for GTK.
19249 (syms_of_xterm): Set Vx_toolkit_scroll_bars for USE_GTK.
19250
19251 * xmenu.c: Include gtkutil.h for USE_GTK.
19252 (Fx_popup_menu): Use current position if x and y is NIL.
19253 (single_menu_item, single_menu_item, Fx_popup_dialog):
19254 Check for USE_GTK.
19255 (popup_widget_loop): New function for USE_GTK.
19256 (x_activate_menubar): Add code for USE_GTK.
19257 (popup_activate_callback, popup_deactivate_callback)
19258 (menu_highlight_callback, menubar_selection_callback):
19259 Add USE_GTK versions.
19260 (update_frame_menubar): Call xg_update_frame_menubar for USE_GTK.
19261 (set_frame_menubar): Call xg_modify_menubar_widgets for USE_GTK.
19262 (free_frame_menubar): Only compile if not USE_GTK. GTK version
19263 is in gtkutil.c.
19264 (popup_selection_callback): New version for USE_GTK.
19265 (create_and_show_popup_menu): New fuction, one USE_GTK version and
19266 one USE_X_TOOLKIT version.
19267 (xmenu_show): Call create_and_show_popup_menu.
19268 (dialog_selection_callback): New version for USE_GTK.
19269 (create_and_show_dialog): New fuction, one USE_GTK version and
19270 one USE_X_TOOLKIT version.
19271 (xdialog_show): Call create_and_show_dialog.
19272
19273 * xfns.c: Include gtkutil for USE_GTK.
19274 (x_window_to_frame, x_any_window_to_frame)
19275 (x_non_menubar_window_to_frame, x_menubar_window_to_frame)
19276 (x_top_window_to_frame): Add code for USE_GTK.
19277 (x_set_background_color): Call xg_set_background_color for GTK.
19278 (x_set_menu_bar_lines): Check for USE_GTK.
19279 (x_set_tool_bar_lines): Call update_frame_tool_bar for USE_GTK.
19280 (x_set_name, x_set_title): Call gtk_window_set_title for USE_GTK.
19281 (x_window): Call xg_create_frame_widgets for USE_GTK.
19282 (Fx_create_frame): Check for USE_GTK
19283 (Fx_file_dialog): New implementation for USE_GTK.
19284
19285 * xdisp.c: Add check for USE_GTK for extern void set_frame_menubar.
19286 (update_menu_bar): Add check for USE_GTK.
19287 (update_tool_bar): Add check for USE_GTK and external tool bar.
19288 (redisplay_tool_bar): Add check for USE_GTK and external tool bar.
19289 (redisplay_internal): Add check for USE_GTK and popup_activated.
19290 (redisplay_window): Add check for USE_GTK and FRAME_EXTERNAL_MENU_BAR.
19291 (redisplay_window): Add check for USE_GTK and FRAME_EXTERNAL_TOOL_BAR.
19292 (display_menu_bar): Add check for USE_GTK
19293
19294 * lisp.h (Vx_resource_name): Declare extern.
19295
19296 * keyboard.c (kbd_buffer_get_event): Check MENU_BAR_ACTIVATE_EVENT
19297 for USE_GTK.
19298 (make_lispy_event): Check MENU_BAR_EVENT for USE_GTK.
19299
19300 * frame.h (struct frame): Add external_tool_bar. Check for USE_GTK.
19301 (FRAME_EXTERNAL_TOOL_BAR): New macro.
19302 (FRAME_EXTERNAL_MENU_BAR): Check for USE_GTK.
19303
19304 * fileio.c (Fread_file_name): Add check for USE_GTK.
19305
19306 * dispnew.c (adjust_frame_glyphs_for_window_redisplay):
19307 Add check for USE_GTK.
19308
19309 * config.in: Added HAVE_GTK
19310
19311 * alloc.c (Fgarbage_collect): Call xg_mark_data for GTK.
19312
19313 2003-01-18 Stefan Monnier <monnier@cs.yale.edu>
19314
19315 * charset.h (Funibyte_char_to_multibyte): Export.
19316
19317 2003-01-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19318
19319 * xmenu.c (mouse_position_for_popup): New function.
19320 (Fx_popup_menu): Call mouse_position_for_popup for X and
19321 mouse_position_hook for others.
19322
19323 2003-01-17 Kim F. Storm <storm@cua.dk>
19324
19325 * editfns.c (Finsert): Mention `string-make-multibyte' and
19326 `string-as-multibyte' in doc string.
19327
19328 2003-01-17 Kenichi Handa <handa@m17n.org>
19329
19330 * fontset.c (syms_of_fontset): Setup Vfont_encoding_alist here.
19331
19332 * editfns.c (Fformat): Convert an unibyte char argument that is
19333 formatted by "%c" to multibyte if the total result must be a
19334 multibyte string.
19335
19336 2003-01-16 Kim F. Storm <storm@cua.dk>
19337
19338 * process.c (set-process-filter): Document unibyte/multibyte-ness
19339 of string argument.
19340
19341 2003-01-16 Kenichi Handa <handa@m17n.org>
19342
19343 * charset.h (NEXT_CHAR_BOUNDARY, PREV_CHAR_BOUNDARY): New macros.
19344
19345 * regex.c (GET_CHAR_BEFORE_2): Use PREV_CHAR_BOUNDARY.
19346 (re_search_2): Likewise.
19347
19348 2003-01-15 Kenichi Handa <handa@m17n.org>
19349
19350 * xdisp.c (message_dolog): Fix bug of the case that *Message*
19351 buffer is unibyte.
19352
19353 2003-01-15 Francesco Potort\e,Al\e(B <pot@gnu.org>
19354
19355 * fns.c (Fsubstring): Clarify doc string.
19356
19357 * textprop.c (Ftext_properties_at, Fnext_char_property_change)
19358 (Fprevious_char_property_change)
19359 (Fnext_single_char_property_change)
19360 (Fprevious_single_char_property_change, Fnext_property_change)
19361 (Fnext_single_property_change, Fprevious_property_change)
19362 (Fprevious_single_property_change, Fadd_text_properties)
19363 (Fput_text_property, Fset_text_properties)
19364 (Fremove_text_properties, Fremove_list_of_text_properties)
19365 (Ftext_property_any, Ftext_property_not_all): Clarify doc strings.
19366
19367 2003-01-14 Kim F. Storm <storm@cua.dk>
19368
19369 * process.h (struct Lisp_Process): New member plist replaces old
19370 member private_vars. All uses changed.
19371
19372 * process.c: Reworked 2003-01-12 change -- call a plist a plist!
19373 (QCplist): Rename from QCvars. Change all uses.
19374 (Fprocess_plist): Replaces Fprocess_variable. Simplified.
19375 (Fset_process_plist): Replaces Fset_process_variable. Simplify.
19376 (syms_of_process): Intern, staticpro, defsubr these.
19377 (Fmake_network_process): Describe :plist arg. Remove :vars arg.
19378
19379 2003-01-14 Francesco Potort\e,Al\e(B <pot@gnu.org>
19380
19381 * m/delta.h: Remove (obsolete).
19382
19383 2003-01-13 Francesco Potort\e,Al\e(B <pot@gnu.org>
19384
19385 * fileio.c (Fdelete_directory, Fdelete_file): Document the
19386 behaviour in front of symlinks.
19387 (Fdelete_file): Raise an error on directories.
19388
19389 2003-01-13 Dave Love <fx@gnu.org>
19390
19391 * fns.c (Freverse): Use QUIT.
19392
19393 2003-01-13 Richard M. Stallman <rms@gnu.org>
19394
19395 * minibuf.c (minibuffer_completion_contents):
19396 Error if point is inside prompt.
19397
19398 * keyboard.c (command_loop_1): Don't redisplay directly
19399 if there's a post-command-hook.
19400
19401 * fileio.c (syms_of_fileio) <directory-sep-char>: Doc fix.
19402 (Fdo_auto_save): Add gcpros around Ffile_name_directory.
19403
19404 2003-01-12 Kim F. Storm <storm@cua.dk>
19405
19406 * process.h (struct Lisp_Process): New member private_vars.
19407
19408 * process.c (QCvars): New variable.
19409 (syms_of_process): Intern and staticpro it.
19410 (Fset_process_contact): Removed function.
19411 (Fprocess_variable, Fset_process_variable): New functions.
19412 (syms_of_process): Defsubr them.
19413 (Fstart_process): Initialize private_vars plist to nil.
19414 (Fmake_network_process): New arg :vars to setup the private
19415 variables for new network process.
19416 (server_accept_connection): Copy server's private variables to
19417 client process.
19418
19419 * alloc.c (pure_alloc): Fixed 2003-01-10 changed (caused spurious
19420 crashes). Code rewritten and simplified. Now directly aligns the
19421 pointer and recalculates pure_bytes_used, rather than aligning the
19422 size and adjusting the pointer.
19423
19424 2003-01-11 Kim F. Storm <storm@cua.dk>
19425
19426 * process.c (Fset_process_contact): New function.
19427 (syms_of_process): defsubr it.
19428 (make-network-process): Update doc.
19429
19430 2003-01-10 Andreas Schwab <schwab@suse.de>
19431
19432 * alloc.c (pure_alloc): Correct alignment for Lisp_Floats.
19433 Reported by Berthold Gunreben <b.gunreben@web.de>.
19434
19435 2003-01-10 Dave Love <fx@gnu.org>
19436
19437 * composite.c (syms_of_composite): Make composition_hash_table weak.
19438
19439 2003-01-09 Kim F. Storm <storm@cua.dk>
19440
19441 * process.c (Fmake_network_process): Convert new port number
19442 to host byte order for `:service t' case. From Mario Lang.
19443
19444 2003-01-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19445
19446 * xfns.c (Fx_file_dialog): Call XtAppNextEvent and x_dispatch_event
19447 instead of XtAppProcessEvent.
19448
19449 * xterm.c (handle_one_xevent): New function.
19450 (x_dispatch_event): New function.
19451 (XTread_socket): Call handle_one_xevent.
19452
19453 * xterm.h (FRAME_OUTER_TO_INNER_DIFF_X/Y): New.
19454
19455 * xmenu.c (Fx_popup_menu): If popping up at mouse position,
19456 call XQueryPointer to get coordinates.
19457 (popup_get_selection): Do not set popup_activated_flag to zero,
19458 let popup_deactivate_callback do that. Needed for Motif.
19459 Call x_dispatch_event instead of XtDispatchEvent.
19460 (xmenu_show): Calculate root coordinate from frame top/left position.
19461
19462 2003-01-08 Kim F. Storm <storm@cua.dk>
19463
19464 * process.c (server_accept_connection): Fix recording of new
19465 connection's local address in :local property of contact info.
19466 (Fmake_network_process): Record local network address for new
19467 client processes in :local property of contact info.
19468 (format-network-address): Add arg OMIT-PORT. Change callers.
19469
19470 2003-01-07 Dave Love <fx@gnu.org>
19471
19472 * Makefile.in (fns.o): Depend on coding.h.
19473
19474 2003-01-06 Dave Love <fx@gnu.org>
19475
19476 * fns.c: Include coding.h. Use POINTER_TYPE*, not void*.
19477 (Vlocale_coding_system): Declare.
19478 (Qcodeset, Qdays, Qmonths, Qpaper): New.
19479 (Flanginfo): New.
19480 (syms_of_fns): Initialize new stuff.
19481
19482 2003-01-07 Markus Rost <rost@math.ohio-state.edu>
19483
19484 * minibuf.c (Fread_variable): Doc fix.
19485
19486 * eval.c (Fuser_variable_p): Doc change. For custom variables,
19487 use the same test as for custom-variable-p.
19488
19489 2003-01-05 Richard M. Stallman <rms@gnu.org>
19490
19491 * xdisp.c (try_scrolling): New arg LAST_LINE_MISFIT.
19492 Count LAST_LINE_MISFIT in scroll margin for end of window.
19493 Move label too_near_end before setting SCROLL_MARGIN_POS.
19494 Set LAST_LINE_MISFIT before jumping there.
19495
19496 * xdisp.c (try_scrolling): Calculate amount_to_scroll better in
19497 scroll_conservatively case. If scrolling that much doesn't change
19498 STARTP, move it down one line.
19499
19500 * xdisp.c (redisplay_window): Pass last_line_misfit arg to
19501 try_scrolling. Make it 1 after make_cursor_line_fully_visible fails.
19502
19503 * xdisp.c (setup_echo_area_for_printing): Kill Emacs if no
19504 selected frame.
19505
19506 * keymap.c (apropos_predicate, apropos_accumulate): Make them static.
19507 (syms_of_keymap): Staticpro them.
19508 (Fapropos_internal): Initialize them and clear them out.
19509 Don't GCPRO them.
19510
19511 * buffer.c (syms_of_buffer) <scroll-up|down-aggressively>: Doc fixes.
19512
19513 * lisp.h: New misc type Lisp_Save_Value.
19514 (enum Lisp_Misc_Type): Add Lisp_Misc_Save_Value.
19515 (XSAVE_VALUE): New macro.
19516 (struct Lisp_Save_Value): New data type.
19517 (union Lisp_Misc): Add u_save_value alternative.
19518 (make_save_value): Declare.
19519
19520 * alloc.c (make_save_value): New function.
19521
19522 * xterm.c (x_catch_errors): Save dpy using make_save_value.
19523 (x_catch_errors_unwind): Call XSync.
19524
19525 2003-01-01 Richard M. Stallman <rms@gnu.org>
19526
19527 * window.c (window_scroll_pixel_based): Partially undo last change.
19528
19529 * keyboard.c (command_loop_1): Call adjust_point_for_property
19530 in direct action cases for Qforward_char and Qbackward_char.
19531 Set already_adjusted so it won't be done twice.
19532
19533 2002-12-30 Richard Dawe <rich@phekda.freeserve.co.uk>
19534
19535 * src/config.in (!HAVE_SIZE_T): Fix order of arguments in
19536 type definition of size_t.
19537
19538 2003-01-02 Steven Tamm <steventamm@mac.com>
19539
19540 * macterm.c (syms_of_macterm): Provide the feature "mac-carbon" to
19541 distinguish Carbon GUI builds from X11 builds on darwin.
19542
19543 2002-12-30 Steven Tamm <steventamm@mac.com>
19544
19545 * macterm.c (syms_of_macterm): Set mac-wheel-button-is-mouse-2
19546 to default to t.
19547
19548 2002-12-29 Francesco Potort\e,Al\e(B <pot@gnu.org>
19549
19550 * data.c (Fstring_to_number, Fminus): Better English in doc strings.
19551
19552 2002-12-28 Steven Tamm <steventamm@mac.com>
19553
19554 * Makefile.in (macosx-bundle): Fix Mac OS X/Carbon port to
19555 allow building in a different directory than source. Uses some
19556 GNU Make extensions, but there is no other make on Mac OS X.
19557
19558 2002-12-26 Francesco Potort\e,Al\e(B <pot@gnu.org>
19559
19560 * data.c (Fmakunbound, Ffmakunbound, Fmake_variable_buffer_local)
19561 (Fsetq_default, Fmake_local_variable, Fkill_local_variable)
19562 (Fmake_variable_frame_local, Faset, Fnumber_to_string, Fminus)
19563 (Fstring_to_number): Mention the returned value in the doc strings.
19564
19565 2002-12-23 Richard M. Stallman <rms@gnu.org>
19566
19567 * buffer.c (syms_of_buffer) <scroll-up-aggressively>
19568 <scroll-down-aggressively>: Doc fix.
19569
19570 * xmenu.c (parse_single_submenu): Use individual keymap's prompt
19571 string as pane name, if there is one.
19572 (set_frame_menubar): Save menu_items_n_panes from each call to
19573 parse_single_submenu and use it when calling digest_single_submenu.
19574
19575 * window.c (window_scroll_pixel_based): Fix check for reaching BEGV.
19576 Don't try to make last line fully visible if it is past end of window.
19577
19578 2002-12-22 Steven Tamm <steventamm@mac.com>
19579
19580 * macmenu.c (MIN_POPUP_SUBMENU_ID): Add.
19581 (mac_menu_show): Add support for hierarchical popup menus.
19582 (add_menu_item): Remove indentation support.
19583 (fill_submenu, fill_menu): Create hierarchical menus
19584 instead of using indentation.
19585
19586 2002-12-22 Richard M. Stallman <rms@gnu.org>
19587
19588 * xdisp.c (try_cursor_movement): Don't call try_window here.
19589 (redisplay_window): Never redisplay minibuffer when inactive.
19590
19591 * window.c (select_window_1): Undo 9/21 change.
19592
19593 2002-12-22 Steven Tamm <steventamm@mac.com>
19594
19595 * macterm.c (XTread_socket): Call KeyTranslate for control and
19596 meta to deal correctly shifted non-alpha characters, like C-S-5
19597 being treated like C-%. Do not look for shift key to deal
19598 with masking off control-key with mac-reverse-ctrl-meta.
19599
19600 2002-12-21 Richard M. Stallman <rms@gnu.org>
19601
19602 * xmenu.c (popup_get_selection): Now static. New arg DO_TIMERS.
19603 If it is non-nil, run timers. Use an unwind-protect to requeue
19604 the events that were read ahead.
19605 (popup_get_selection_unwind): New subroutine.
19606 (popup_get_selection_queue): File-scope variable now holds that queue.
19607 (xmenu_show): Pass 0 for DO_TIMERS to popup_get_selection.
19608 (xdialog_show): Pass 1 for DO_TIMERS to popup_get_selection.
19609 Use an unwind-protect to pop down the dialog box.
19610 (xdialog_show_unwind): New subroutine implements that.
19611
19612 * xdisp.c (row_containing_pos): Change exit test using last_y.
19613 (try_window_id): Abort if row_containing_pos returns null.
19614
19615 * lread.c (load_error_handler): New function.
19616 (Fload): Handle errors in Fsubstitute_in_file_name.
19617 Don't expect Fsignal to return.
19618
19619 * eval.c: Errors and throws work right with interrupt blocking.
19620 (struct catchtag): New elt interrupt_input_blocked.
19621 (unwind_to_catch): Restore interrupt_input_blocked from saved value.
19622 (internal_catch, Fcondition_case, internal_condition_case)
19623 (internal_condition_case_1, internal_condition_case_2): Save it.
19624 (Fsignal): Don't do TOTALLY_UNBLOCK_INPUT.
19625
19626 * editfns.c (Fformat): Add parens.
19627
19628 * dired.c (file_name_completion): Fix that change.
19629 Delete special quit-handling code; just use QUIT.
19630
19631 2002-12-21 Tak Ota <Takaaki.Ota@am.sony.com>
19632
19633 * dired.c (file_name_completion): Close directory on error
19634 just as in directory_files_internal.
19635
19636 2002-12-19 David Kastrup <David.Kastrup@t-online.de>
19637
19638 * window.c (Fset_window_configuration): Set old_point to correct
19639 value when new_current_buffer == current_buffer.
19640
19641 2002-12-17 Ben Key <bkey1@tampabay.rr.com>
19642
19643 Revisited my earlier fix for the following entry in etc/PROBLEMS:
19644 "Emacs built on Windows 9x/ME crashes at startup on Windows XP,
19645 or Emacs builtpart of on XP crashes at startup on Windows 9x/ME."
19646
19647 These changes were in part based upon suggestions made by Peter
19648 'Luna' Runestig [peter@runestig.com].
19649
19650 * w32.c (g_b_init_is_windows_9x, g_b_init_open_process_token)
19651 (g_b_init_get_token_information, g_b_init_lookup_account_sid)
19652 (g_b_init_get_sid_identifier_authority ): Add several static
19653 global variables.
19654
19655 * w32.c (globals_of_w32): New function. Used to initialize those
19656 global variables that must always be initialized on startup even
19657 when the global variable initialized is non zero. Its primary
19658 purpose at this time is to set the global variables
19659 g_b_init_is_windows_9x, g_b_init_open_process_token,
19660 g_b_init_get_token_information, g_b_init_lookup_account_sid, and
19661 g_b_init_get_sid_identifier_authority to 0 on startup.
19662 Called from main.
19663
19664 * w32.c (is_windows_9x): Perform initialization only if
19665 g_b_init_is_windows_9x is equal to 0. On initialization set
19666 g_b_init_is_windows_9x equal to 1.
19667
19668 * w32.c (open_process_token): Perform initialization only if
19669 g_b_init_open_process_token is equal to 0. On initialization set
19670 g_b_init_open_process_token equal to 1.
19671
19672 * w32.c (get_token_information): Perform initialization only if
19673 g_b_init_get_token_information is equal to 0. On initialization
19674 set g_b_init_get_token_information equal to 1.
19675
19676 * w32.c (lookup_account_sid): Perform initialization only if
19677 g_b_init_lookup_account_sid is equal to 0. On initialization
19678 set g_b_init_lookup_account_sid equal to 1.
19679
19680 * w32.c (get_sid_identifier_authority): Perform initialization
19681 only if g_b_init_get_sid_identifier_authority is equal to 0.
19682 On initialization set g_b_init_get_sid_identifier_authority equal to 1.
19683
19684 * w32fns.c (globals_of_w32fns): New function. Used to initialize
19685 those global variables that must always be initialized on startup
19686 even when the global variable initialized is non zero.
19687 Its primary purpose at this time is to initialize the global variable
19688 track_mouse_event_fn.
19689
19690 * w32fns.c (w32_wnd_proc): Remove initialization of
19691 track_mouse_event_fn from the handler for the WM_SETFOCUS message.
19692
19693 * w32fns.c (syms_of_w32fns): Call globals_of_w32fns.
19694
19695 * w32menu.c (globals_of_w32menu): New function. Used to
19696 initialize those global variables that must always be initialized
19697 on startup even when the global variable initialized is non zero.
19698 Its primary purpose at this time is to initialize the global
19699 variables get_menu_item_info and set_menu_item_info.
19700
19701 * w32menu.c (initialize_frame_menubar): Remove initialization of
19702 get_menu_item_info and set_menu_item_info.
19703
19704 * w32menu.c (syms_of_w32menu): Call globals_of_w32menu.
19705
19706 * w32.h (globals_of_w32, globals_of_w32fns, globals_of_w32menu):
19707 Declare them.
19708
19709 * emacs.c (main): Call globals_of_w32 prior to calling
19710 init_environment if WINDOWSNT is defined. Call globals_of_w32fns
19711 and globals_of_w32menu if initialized is non zero and HAVE_NTGUI
19712 is defined.
19713
19714 * w32term.c (x_update_window_begin): Fix Windows API error
19715 detected by BoundsChecker. Test to determine if
19716 w32_system_caret_hwnd is NULL prior to attempting to use
19717 SendMessage to send the WM_EMACS_HIDE_CARET message to it.
19718
19719 * w32term.c (x_update_window_end): Fix Windows API error
19720 detected by BoundsChecker. Test to determine if
19721 w32_system_caret_hwnd is NULL prior to attempting to use
19722 SendMessage to send the WM_EMACS_SHOW_CARET message to it.
19723
19724 2002-12-17 Kenichi Handa <handa@m17n.org>
19725
19726 * coding.c (coding_system_require_warning): New variable.
19727 (syms_of_coding): DEFVAR it.
19728
19729 * coding.h (coding_system_require_warning): Extern it.
19730
19731 * fileio.c (choose_write_coding_system): Even if
19732 Vcoding_system_for_write is non-nil, if
19733 coding_system_require_warning is nonzero, call
19734 Vselect_safe_coding_system_function.
19735
19736 2002-12-17 Markus Rost <rost@math.ohio-state.edu>
19737
19738 * Makefile.in (lisp, shortlisp): Add cus-face and timer.
19739 (lisp): Add font-core.
19740
19741 2002-12-13 Stefan Monnier <monnier@cs.yale.edu>
19742
19743 * textprop.c (text_read_only): New arg `propval'.
19744 (get_char_property_and_overlay): Remove unused var `next_overlay'.
19745 (verify_interval_modification): Use text_read_only's new arg.
19746
19747 2002-12-13 Kenichi Handa <handa@m17n.org>
19748
19749 * coding.c (Funencodable_char_position): Set pend correctly.
19750
19751 2002-12-12 Jason Rumney <jasonr@gnu.org>
19752
19753 * w32term.c (last_mousemove_x, last_mousemove_y): New variables.
19754 (w32_read_socket) <WM_MOUSEMOVE>: Use them to detect non-movement.
19755 Be more careful about when help_events are generated.
19756
19757 2002-12-12 Steven Tamm <steventamm@mac.com>
19758
19759 * macterm.c (mac_check_for_quit_char): Correctly set the
19760 modifiers of the event to 0.
19761 * mac.c (sys_select): Duplicate rfds before calling select to
19762 ensure that rfds survive the while loop.
19763
19764 2002-12-11 Kim F. Storm <storm@cua.dk>
19765
19766 * xdisp.c (try_window_id): Don't call set_cursor_from_row if
19767 row_containing_pos returned NULL.
19768
19769 2002-12-10 Steven Tamm <steventamm@mac.com>
19770
19771 * mac.c (sys_read): Fix sys_read to not call select if IO is
19772 non-blocking.
19773 (sys_select): Fix sys_select to not use a timeout larger than
19774 the one given.
19775
19776 2002-12-10 Juanma Barranquero <lektu@terra.es>
19777
19778 * editfns.c (Fformat): Use alloca, not _alloca.
19779
19780 2002-12-09 Richard M. Stallman <rms@gnu.org>
19781
19782 * buffer.c (Fget_buffer_create): Call Qucs_set_table_for_input
19783 as the last thing.
19784
19785 2002-12-09 Dave Love <fx@gnu.org>
19786
19787 * s/sol2-8.h: Removed. (Not necessary.)
19788
19789 2002-12-09 Matthew Swift <swift@alum.mit.edu>
19790
19791 * editfns.c (Fformat): Handle precision in string conversion
19792 specifiers like libc functions do (ie, print at most that many
19793 characters).
19794
19795 2002-12-08 Richard M. Stallman <rms@gnu.org>
19796
19797 * xdisp.c (row_containing_pos): Check more carefully
19798 whether charpos is really in the row before returning it.
19799
19800 2002-12-07 Steven Tamm <steventamm@mac.com>
19801
19802 * sysdep.c (emacs_read) [HAVE_CARBON]: Have emacs_read use sys_read.
19803
19804 * eval.c (Feval) [HAVE_CARBON]: Calls mac_check_for_quit_char at
19805 each stack frame. This may change as it could be time consuming.
19806
19807 * macterm.c (mac_check_for_quit_char, quit_char_comp)
19808 (init_quit_char_handler, mac_determine_quit_char_modifiers)
19809 (mac_initialize): Add code to check for pressing of quit_char
19810 in the OS event queue.
19811
19812 * mac.c (sys_select): Call mac_check_for_quit_char every second
19813 while blocking on select.
19814
19815 * mac.c (sys_read): Use sys_select to test for input first
19816 before calling read, to allow C-g to break.
19817
19818 2002-12-07 Richard M. Stallman <rms@gnu.org>
19819
19820 * minibuf.c (Fcompleting_read): Doc fix.
19821
19822 * lread.c (syms_of_lread) <load-history>: Doc fix.
19823
19824 * fileio.c (Fcopy_file): Set immediate_quit around emacs_open call.
19825
19826 * eval.c (Fdefun, Fdefmacro): Record in load-history redefining an
19827 autoload.
19828
19829 * data.c (Fdefalias): Record in load-history redefining an autoload.
19830
19831 * alloca.c: Undo ifdef change accidentally made on 12-04.
19832
19833 2002-12-06 Francesco Potorti` <pot@gnu.org>
19834
19835 * xfns.c (png_load): Avoid double gamma correction for PNG images.
19836
19837 2002-12-04 Richard M. Stallman <rms@gnu.org>
19838
19839 * sysdep.c (fcntl.h): Test only HAVE_FCNTL_H.
19840
19841 * fileio.c (fcntl.h): Test only HAVE_FCNTL_H.
19842
19843 * alloca.c: Don't use #error.
19844
19845 2002-12-03 Dave Love <fx@gnu.org>
19846
19847 * buffer.c (Qucs_set_table_for_input): New.
19848 (Fget_buffer_create): Use it.
19849 (Qset_buffer_major_mode_hook): Deleted.
19850 (Fset_buffer_major_mode): Revert previous change.
19851 (init_buffer_once): Intern ucs-set-table-for-input.
19852 (syms_of_buffer): Delete Qset_buffer_major_mode_hook.
19853 Add &Qucs_set_table_for_input.
19854
19855 2002-12-03 Andreas Schwab <schwab@suse.de>
19856
19857 * callint.c (Fcall_interactively): Use next_event only if less
19858 than key_count.
19859
19860 2002-12-02 Andrew Choi <akochoi@shaw.ca>
19861
19862 * macmenu.c (add_menu_item, fill_menubar): Truncate menu item
19863 names to 255 characters.
19864
19865 * macterm.c (XTread_socket): If all frames have been collapsed,
19866 expand the first one before handling drag-and-drop events.
19867
19868 * s/darwin.h (GETPGRP_NO_ARG): Delete. Replaced by GETPGRP_VOID,
19869 which is detected by autoconf.
19870
19871 2002-12-01 Steven Tamm <steventamm@mac.com>
19872
19873 * unexmacosx.c (copy_twolevelhints, dump_it): Now corrects the
19874 offset in two hints table to allow prebinding to be redone and
19875 allow the executable to be stripped.
19876
19877 2002-11-29 Dave Love <fx@gnu.org>
19878
19879 * fns.c (Frequire): Don't call LOADHIST_ATTACH if feature was
19880 already provided.
19881
19882 2002-11-29 Richard M. Stallman <rms@gnu.org>
19883
19884 * xdisp.c (start_display): Check more intelligently for
19885 whether the line is continued.
19886 (move_it_vertically_backward): Clear it->continuation_lines_width.
19887
19888 2002-11-28 Dave Love <fx@gnu.org>
19889
19890 * s/amdahl.h, s/unipl5-0.h, m/sgi3000.h, s/3700.h, s/alliant-2800.h:
19891 * s/alliant.h, s/altos.h: Deleted. (Unused/empty.)
19892
19893 2002-11-27 Steven Tamm <steventamm@mac.com>
19894
19895 * fns.c (Frequire): Change nesting allowance from 2 to 3 to cause
19896 more descriptive error output from lread.c:Fload upon most require
19897 cycles during boostrapping.
19898
19899 2002-11-27 Jason Rumney <jasonr@gnu.org>
19900
19901 * fileio.c (Finsert_file_contents): Give a more appropriate error
19902 for files bigger than 2Gb when off_t is 32 bit.
19903
19904 * dired.c (Ffile_attributes): Don't return negative file sizes for
19905 files bigger than 2Gb when off_t is 32 bit.
19906
19907 2002-11-27 Dave Love <fx@gnu.org>
19908
19909 * s/irix6-0.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
19910
19911 * systty.h: Don't conditionally define GETPGRP_NO_ARG.
19912 Test GETPGRP_VOID instead.
19913 [BSD_TERMIOS]: Remove definitions (never used).
19914
19915 * s/osf5-0.h (WAIT_USE_INT, SYS_SIGLIST_DECLARED, sys_siglist):
19916 Don't define.
19917 (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
19918
19919 * m/mips.h (WORDS_BIG_ENDIAN): Define conditionally.
19920
19921 2002-11-25 Jason Rumney <jasonr@gnu.org>
19922
19923 * w32.c (sys_write): Avoid non-blocking mode, which is not fully
19924 supported.
19925
19926 2002-11-25 Dave Love <fx@gnu.org>
19927
19928 * unexalpha.c (update_dynamic_symbols): Cast arg of fatal_unexec.
19929
19930 * Makefile.in (TEMACS_LDFLAGS): Update last change.
19931
19932 2002-11-25 Andreas Schwab <schwab@suse.de>
19933
19934 * m/ia64.h: Restore `#ifndef NOT_C_CODE' deleted by last change.
19935
19936 2002-11-24 Steven Tamm <steventamm@mac.com>
19937
19938 * unexmacosx.c (unexec_realloc): Use malloc_default_zone to
19939 determine the size of pointers alloced in unexed space instead
19940 of using possibly invalid emacs_zone pointers. This fixes the
19941 binary incompatibility problems caused by updates to libSystem.B.
19942
19943 2002-11-24 Richard M. Stallman <rms@gnu.org>
19944
19945 * search.c (Fstring_match): Doc fix.
19946
19947 * callint.c (Fcall_interactively): If a command fails because
19948 `*' detects a read-only buffer, but RECORD_FLAG is set,
19949 record it anyway if the args don't actually do tty input.
19950
19951 2002-11-22 Dave Love <fx@gnu.org>
19952
19953 * sysdep.c (stuff_char) [PROTOTYPES]: Provide ISO C arglist.
19954
19955 * keyboard.c (interrupt_signal): Provide forward declaration.
19956 (kbd_buffer_store_event): Don't declare interrupt_signal.
19957
19958 * xdisp.c (store_frame_title_char) [PROTOTYPES]: Provide ISO C arglist.
19959
19960 2002-11-21 Richard M. Stallman <rms@gnu.org>
19961
19962 * eval.c (interactive_p): Skip any number of bytecode
19963 and special form frames, in any order.
19964
19965 2002-11-20 Jason Rumney <jasonr@gnu.org>
19966
19967 * w32fns.c (convert_mono_to_color_image): New function.
19968 (xbm_load, xbm_load_image): Use it when foreground or background
19969 is explicitly set.
19970
19971 2002-11-19 Dave Love <fx@gnu.org>
19972
19973 * s/usg5-4.h, sco4.h (bcopy, bzero, bcmp): Don't define.
19974
19975 2002-11-18 Jason Rumney <jasonr@gnu.org>
19976
19977 * w32fns.c (x_build_heuristic_mask): Filter palette info from color.
19978 (XPutPixel): Swap blue and red.
19979 (xpm_format, pbm_format, png_format, jpeg_format, tiff_format)
19980 (gif_format, gs_format): Use IMAGE_ASCENT_VALUE.
19981 (xpm_image_p, pbm_image_p, png_image_p, jpeg_image_p)
19982 (tiff_image_p, gif_image_p, gs_image_p): Don't check ascent.
19983
19984 2002-11-18 Dave Love <fx@gnu.org>
19985
19986 * m/orion105.h (HAVE_ALLOCA): Don't define.
19987
19988 * m/m68k.h, m/arm.h, mtekxd88.h, m/tower32v3.h: Don't define alloca.
19989
19990 * m/intel386.h: Don't include alloca.h or define alloca.
19991
19992 * m/ia64.h: Don't include alloca.h, stdlib.h. Don't declare
19993 malloc, realloc, calloc.
19994
19995 * m/hp800.h, m/sr2k.h, m/ns16000.h, m/wicat.h (bcopy, bzero)
19996 (bcmp): Don't define.
19997
19998 * m/delta.h (bcopy, bzero, bcmp, alloca): Don't define.
19999
20000 * m/amdahl.h: Don't define LIB_STANDARD.
20001
20002 * m/alpha.h: Move OSF1 stuff from here to s/osf1.h.
20003
20004 * s/osf1.h: Move OSF1 stuff from m/alpha.h to here.
20005
20006 * s/irix4-0.h, s/irix5-0.h, m/powerpcle.h, m/sparc.h:
20007 Don't include alloca.h.
20008
20009 * s/aix3-2.h (HAVE_FSYNC): Don't define.
20010
20011 * regex.c (_GNU_SOURCE): Don't define.
20012
20013 * process.c (_GNU_SOURCE): Don't define.
20014
20015 * fileio.c (_GNU_SOURCE, HAVE_FSYNC): Don't define.
20016
20017 2002-11-18 Markus Rost <rost@math.ohio-state.edu>
20018
20019 * s/sol2-8.h: Include sol2-6.h.
20020
20021 2002-11-18 Miles Bader <miles@gnu.org>
20022
20023 * dispextern.h (struct face): Add `overstrike' field.
20024 * xterm.c (x_draw_glyph_string_foreground)
20025 (x_draw_composite_glyph_string_foreground): Implement overstriking.
20026 * xfaces.c (load_face_font): Set `face->overstrike' based on
20027 result from choose_face_font.
20028 (best_matching_font, choose_face_font): Add `needs_overstrike'
20029 argument, and use it to return whether overstriking is desirable
20030 for this face/font combo.
20031 (set_font_frame_param: Pass new argument to choose_face_font.
20032
20033 2002-11-17 Ben Key <BKey1@tampabay.rr.com>
20034
20035 This change is my fix for the following entry in etc/PROBLEMS:
20036 "Emacs built on Windows 9x/ME crashes at startup on Windows XP,
20037 or Emacs builtpart of on XP crashes at startup on Windows 9x/ME."
20038
20039 * w32.c: Added wrapper functions around the win32 API functions
20040 OpenProcessToken, GetTokenInformation, LookupAccountSid, and
20041 GetSidIdentifierAuthority. These wrapper functions serve two
20042 purposes:
20043 1. They ensure that the wrapped function can never be called
20044 when Emacs is running on an operating system on which they are
20045 not supported (Microsoft Windows 95 / 98 / ME).
20046 2. They call the wrapped functions via function pointers rather
20047 than calling them directly. This avoids taking advantage of the
20048 undocumented fact that although these functions are not supported
20049 in the 9x branch of Microsoft Windows, the functions do exist in
20050 the version of advapi32.dll that is found in the 9x branch of
20051 Microsoft Windows.
20052
20053 * w32.c (init_user_info): Replace the calls to the win32 API
20054 functions OpenProcessToken, GetTokenInformation, LookupAccountSid,
20055 and GetSidIdentifierAuthority with calls to the newly added
20056 wrapper functions.
20057
20058 * w32.h: Added extern declarations for the following functions:
20059 syms_of_w32term, syms_of_w32fns, syms_of_w32select,
20060 syms_of_w32menu, and void syms_of_fontset.
20061
20062 * w32fns.c (w32_wnd_proc): Add code to reinitialize the
20063 function pointer track_mouse_event_fn in the handler for the
20064 WM_SETFOCUS message.
20065
20066 * w32menu.c (initialize_frame_menubar): Add code to
20067 reinitialize the function pointers set_menu_item_info and
20068 get_menu_item_info.
20069
20070 2002-11-17 Ben Key <BKey1@tampabay.rr.com>
20071
20072 * sound.c: Added a partial implementation of play-sound-internal
20073 for Microsoft Windows. Added various #ifdef / #else / #endif
20074 code blocks to separate the code that will compile under
20075 Microsoft Windows from the code that is specific to GNU/Linux.
20076 Moved several blocks of code around to make this separation of code
20077 into Windows compatible and GNU/Linux compatible code blocks easier.
20078
20079 * makefile.w32-in: Include sound.c and link with WinMM.lib.
20080
20081 * s/ms-w32.h: Defined the symbol HAVE_SOUND so that the newly
20082 added support for play-sound-internal under Windows would be
20083 included in the build of Emacs.
20084
20085 2002-11-16 Jason Rumney <jasonr@gnu.org>
20086
20087 * w32fns.c (w32_load_system_font): Don't disable Cleartype.
20088
20089 * w32term.c (w32_get_glyph_string_clip_rect): Clip cursor tightly.
20090
20091 2002-11-15 Stefan Monnier <monnier@cs.yale.edu>
20092
20093 * keyboard.c (command_loop_1): Fix int/Lisp_Object mixup.
20094 (adjust_point_for_property): Move out of display and invisible even if
20095 we were already inside before (in case a property was added while
20096 we weren't looking). Be more careful when handling invisible props.
20097 Skip invisible text as if it really wasn't there at all.
20098
20099 2002-11-15 Jason Rumney <jasonr@gnu.org>
20100
20101 * w32term.c (x_draw_image_foreground)
20102 (w32_draw_image_foreground_1): Use standard copy and invert
20103 operations to draw images.
20104
20105 * w32fns.c (x_create_x_image_and_pixmap): Fill in palette for
20106 depth of 1.
20107 (xbm_read_bitmap_data): Invert bits as xbm is read in.
20108 (XPutPixel): Don't invert bits here.
20109
20110 2002-11-15 Jason Rumney <jasonr@gnu.org>
20111
20112 * w32term.c (x_draw_image_foreground, x_draw_image_glyph_string)
20113 (w32_draw_image_foreground_1): Handle image masks.
20114 (x_draw_image_glyph_string): Don't BitBlt transparently.
20115
20116 * w32fns.c (w32_defined_color): Adjust RGB values for Emacs.
20117 (x_from_xcolors): Adjust RGB values for W32.
20118 (image_background, image_background_transparent)
20119 (postprocess_image, x_to_xcolors, x_disable_image)
20120 (x_build_heuristic_mask): Adapt for W32 and enable.
20121 (x_create_x_image_and_pixmap): Mark images with palettes as such.
20122 (xbm_load): Remove unused variable.
20123
20124 2002-11-14 Richard M. Stallman <rms@gnu.org>
20125
20126 * buffer.c (syms_of_buffer): Doc fix.
20127
20128 2002-11-14 Dave Love <fx@gnu.org>
20129
20130 * alloc.c (SETJMP_WILL_NOT_WORK): Add note.
20131
20132 * xterm.c (x_draw_relief_rect, x_draw_box_rect, x_update_cursor):
20133 * xmenu.c (unuse_menu_items, digest_single_submenu):
20134 * xfns.c (x_put_x_image):
20135 * xdisp.c (message2_nolog, set_message):
20136 * undo.c (record_point):
20137 * terminfo.c (tparam):
20138 * syntax.c (scan_sexps_forward):
20139 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
20140 * composite.c (update_compositions):
20141 * cm.c (calccost, cmgoto):
20142 * charset.c (c_string_width): Declare all args (per C99).
20143
20144 * frame.h (get_specified_cursor_type, get_window_cursor_type): Declare.
20145
20146 * lisp.h (get_specified_cursor_type, get_window_cursor_type):
20147 Don't declare.
20148
20149 * emacs.c (main) [!VMS]: Avoid third arg.
20150
20151 * fns.c (Fcopy_sequence): Doc fix.
20152 (Fmap_char_table): Cast `call2'.
20153
20154 2002-11-14 Francesco Potorti` <pot@gnu.org>
20155
20156 * s/sol2-8.h: New file.
20157
20158 2002-11-14 Kim F. Storm <storm@cua.dk>
20159
20160 * buffer.c (syms_of_buffer) <mode-line-format>: Document symbol
20161 dependency on `risky-local-variable' and the :propertize form.
20162
20163 2002-11-12 Stefan Monnier <monnier@cs.yale.edu>
20164
20165 * fns.c (Fmap_char_table): Don't use map_char_table's function arg.
20166
20167 * syntax.c (scan_sexps_forward): Undo last patch.
20168 Use a more obvious fix: check eob before updating the syntax table.
20169
20170 2002-11-09 Stefan Monnier <monnier@cs.yale.edu>
20171
20172 * syntax.c (scan_sexps_forward): Update syntax table before reading
20173 a char rather than after so we don't update the table past eob.
20174
20175 2002-11-09 Dave Love <fx@gnu.org>
20176
20177 * buffer.c (Fset_buffer_major_mode): Fix last change.
20178
20179 * regex.c (regexec): Fix pmatch declaration.
20180
20181 * cmds.c (Fself_insert_command): Apply Vtranslation_table_for_input.
20182
20183 * keyboard.c (command_loop_1): Apply Vtranslation_table_for_input
20184 to self-inserting characters.
20185 (syms_of_keyboard) <keyboard-translate-table>: Doc fix.
20186
20187 * coding.c (Vtranslation_table_for_input): New.
20188 (syms_of_coding): DEFVAR it.
20189
20190 2002-11-08 Juanma Barranquero <lektu@terra.es>
20191
20192 * w32term.c (w32_draw_fringe_bitmap): Remove unused local variable
20193 window.
20194
20195 2002-11-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
20196
20197 * process.c (Fformat_network_address): Remove unused locals p,
20198 cp, and i.
20199
20200 2002-11-06 Dave Love <fx@gnu.org>
20201
20202 * buffer.c (Qset_buffer_major_mode_hook): New.
20203 (Fset_buffer_major_mode): Use it.
20204
20205 2002-11-06 Richard M. Stallman <rms@gnu.org>
20206
20207 * xterm.c (x_term_init): Use turn_on_atimers, not start_polling
20208 and stop_polling.
20209
20210 * process.c (wait_reading_process_input):
20211 Test POLLING_PROBLEM_IN_SELECT, not hpux.
20212 Avoid initialization for auto Lisp_Object var.
20213
20214 * s/hpux11.h (POLLING_PROBLEM_IN_SELECT): Add #undef.
20215
20216 * s/hpux10.h (POLLING_PROBLEM_IN_SELECT): Defined.
20217
20218 2002-11-05 Richard M. Stallman <rms@gnu.org>
20219
20220 * s/sol2-5.h (BROKEN_SIGIO): Turn off the #undef.
20221
20222 * callint.c (Fcall_interactively): New local filter_specs.
20223 (Fcall_interactively): Check for progn as well as let.
20224 Add a gcpro.
20225 (Qprogn): New variable.
20226 (syms_of_callint): Staticpro and init Qprogn.
20227
20228 2002-11-04 John Paul Wallington <jpw@shootybangbang.com>
20229
20230 * lread.c (Feval_buffer): Doc fix.
20231
20232 2002-11-04 Dave Love <fx@gnu.org>
20233
20234 * keyboard.c (read_char): Always translate iff
20235 Vkeyboard_translate_table is a char table and c is valid.
20236
20237 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
20238 and fix C types.
20239
20240 2002-11-03 Stefan Monnier <monnier@cs.yale.edu>
20241
20242 * xdisp.c (single_display_prop_intangible_p): Strings are intangible.
20243
20244 * editfns.c (get_pos_property): Don't hardcode Qfield.
20245
20246 * keyboard.c (adjust_point_for_property): Handle `display' prop on
20247 overlays. Also handle `invisible' prop.
20248
20249 2002-11-02 Stefan Monnier <monnier@cs.yale.edu>
20250
20251 * coding.c (decode_coding_emacs_mule, decode_coding_iso2022)
20252 (decode_coding_sjis_big5, decode_eol): Allow lone \r in DOS EOL.
20253
20254 2002-11-01 Andreas Schwab <schwab@suse.de>
20255
20256 * editfns.c (Fmessage): Revert last change to properly handle %%.
20257
20258 2002-11-01 Stefan Monnier <monnier@cs.yale.edu>
20259
20260 * xmenu.c (unuse_menu_items): New fun.
20261 (menu_items_inuse): New var.
20262 (syms_of_xmenu): Initialize it.
20263 (init_menu_items): Use it to detect re-entrance.
20264 (Fx_popup_menu, Fx_popup_dialog, set_frame_menubar): Reset when done.
20265 (Fx_popup_menu): Remove spurious XSETFRAME.
20266
20267 * editfns.c (find_field): Make an exception for nil fields.
20268
20269 2002-11-01 Dave Love <fx@gnu.org>
20270
20271 * m/gec63.h: Deleted.
20272
20273 2002-10-31 Dave Love <fx@gnu.org>
20274
20275 * xterm.c (XTread_socket): Fix last change.
20276 (xaw_scroll_callback): Cast call_data to long to avoid warning.
20277
20278 2002-10-31 Stefan Monnier <monnier@cs.yale.edu>
20279
20280 * process.c (Fformat_network_address): Fix int/Lisp_Object mixup.
20281
20282 2002-10-30 Stefan Monnier <monnier@cs.yale.edu>
20283
20284 * editfns.c (overlays_around, get_pos_property): New funs.
20285 (find_field): Use them.
20286 Also be careful not to modify POS before its last use.
20287 (Fmessage): Don't Fformat if there's nothing to format.
20288
20289 2002-10-30 Dave Love <fx@gnu.org>
20290
20291 * process.c [HAVE_SYS_WAIT]: Include sys/wait.h.
20292 [HAVE_PTY_H]; Include pty.h.
20293
20294 * lread.c (Fload) <!load_dangerous_libraries>: Close fd.
20295
20296 * xterm.c (Qeql): Declare.
20297 (Vx_keysym_table): New.
20298 (syms_of_xterm): Initialize it.
20299 (XTread_socket): Use it. Deal with ASCII keysyms.
20300 (XSetIMValues) [HAVE_X11R6]: Prototype.
20301
20302 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extended.
20303 (lispy_kana_keys): Comment out.
20304 (make_lispy_event) [XK_kana_A]: Comment out.
20305 (modify_event_symbol) <sizeof (long) == sizeof (EMACS_INT)>:
20306 Fix sprintf call.
20307
20308 * s/osf5-0.h (C_SWITCH_SYSTEM): Revert last change (fixed by
20309 regexp.h change).
20310 (TERMINFO, LIBS_TERMCAP): Define.
20311
20312 * s/usg5-4.h (bcopy, bzero): Define conditional on HAVE_BCOPY.
20313 (bcmp): Define conditional on HAVE_BCMP.
20314 (NO_SIOCTL_H): Don't define.
20315 (TIOCSIGSEND): Don't make conditional on IRIX6.
20316
20317 * s/sol2-5.h: Don't include strings.h.
20318 (bcopy, bzero, bcmp) [HAVE_BCOPY]: Don't undef.
20319
20320 * s/irix6-0.h (IRIX6): Don't define.
20321 (bcopy, bcmp, bzero): Don't undef.
20322
20323 * s/irix6-5.h: Don't include strings.h.
20324 (IRIX6): Don't define.
20325 (bcopy, bcmp, bzero): Don't undef.
20326
20327 * syntax.c (Fforward_comment): Doc fix.
20328
20329 2002-10-29 Kim F. Storm <storm@cua.dk>
20330
20331 * process.c (Fsignal_process): Allow PROCESS to be specified by
20332 name in addition to pid (as integer or string).
20333
20334 2002-10-28 Harald Maier <Harald.Maier.BW@t-online.de> (tiny change)
20335
20336 * w32heap.c: Don't redefine _heap_init and _heap_term on MSVC 7 build
20337 environments.
20338
20339 2002-10-27 Kim F. Storm <storm@cua.dk>
20340
20341 * xterm.c (note_mouse_highlight): Don't use mouse-face if hidden.
20342
20343 * w32term.c (note_mouse_highlight): Don't use mouse-face if hidden.
20344
20345 * msdos.c (IT_note_mouse_highlight): Don't use mouse-face if hidden.
20346
20347 * macterm.c (note_mouse_highlight): Don't use mouse-face if hidden.
20348
20349 2002-10-26 Richard M. Stallman <rms@gnu.org>
20350
20351 * editfns.c (Fformat): Detect invalid format letters for floats.
20352
20353 2002-10-25 Kenichi Handa <handa@m17n.org>
20354
20355 * xfns.c (x_set_name): Encode by Qcompound_text unconditionally.
20356 (x_set_title): Likewise.
20357
20358 2002-10-25 Juanma Barranquero <lektu@terra.es>
20359
20360 * macgui.h:
20361 * w32gui.h: Remove definition of XColor.
20362
20363 * dispextern.h [!HAVE_X_WINDOWS]: Define XColor.
20364
20365 2002-10-24 Kim F. Storm <storm@cua.dk>
20366
20367 * xdisp.c (get_window_cursor_type): New arg ACTIVE_CURSOR.
20368 Callers changed (supply dummy arg).
20369
20370 * lisp.h (get_window_cursor_type): Update prototype.
20371
20372 * w32term.c (x_display_and_set_cursor): Get active_cursor from
20373 get_window_cursor_type to track system caret.
20374
20375 2002-10-24 Kim F. Storm <storm@cua.dk>
20376
20377 * process.c (Fformat_network_address): New function.
20378 (syms_of_process): Defsubr it.
20379 (list_processes_1): Use it to format :local/:remote address if
20380 service/host is not set; before Emacs would crash in that case.
20381 (Fmake_network_process): Don't use Ffind_operation_coding_system
20382 to setup coding system if host or service is not set.
20383
20384 2002-10-23 Juanma Barranquero <lektu@terra.es>
20385
20386 Patch suggested by Jay Finger <jay_finger@hotmail.com>.
20387
20388 * w32term.c (w32_term_init): Pass XColor to w32_define_color, not
20389 COLORREF.
20390
20391 * macgui.h:
20392 * w32gui.h: Add definition of XColor.
20393
20394 * macfns.c:
20395 * w32fns.c:
20396 * xfaces.c: Remove definition of XColor.
20397
20398 2002-10-22 Stefan Monnier <monnier@cs.yale.edu>
20399
20400 * xfns.c (x_set_name, x_set_title): `icon.value' has unsigned char.
20401
20402 * window.c (window_loop): For GET_LRU_WINDOW and GET_LARGEST_WINDOW>,
20403 Only ignore truly dedicated windows. For UNSHOW_BUFFER, delete the
20404 window if it is dedicated.
20405 (Fshrink_window): Add preserve_before as was done for enlarge_window.
20406 (Vspecial_display_function): Update docstring.
20407
20408 * buffer.c (assoc_ignore_text_properties, Fother_buffer, Fkill_buffer)
20409 (call_overlay_mod_hooks): Use CONSP and XCAR/XCDR.
20410 (Fget_buffer_create, advance_to_char_boundary): Use BEG and BEG_BYTE;
20411
20412 2002-10-21 Stefan Monnier <monnier@cs.yale.edu>
20413
20414 * casefiddle.c (casify_region): Don't treat a prefix char as part
20415 of a word when at the beginning.
20416
20417 2002-10-17 Juanma Barranquero <lektu@terra.es>
20418
20419 * lread.c (syms_of_lread): Fix typos.
20420
20421 2002-10-17 Dave Love <fx@gnu.org>
20422
20423 * Makefile.in (TEMACS_LDFLAGS): Add trailing comment.
20424
20425 2002-10-16 Richard M. Stallman <rms@gnu.org>
20426
20427 * fileio.c (Fcopy_file): Fix backward test of KEEP_TIME.
20428
20429 2002-10-14 Juanma Barranquero <lektu@terra.es>
20430
20431 * w16select.c (syms_of_win16select): Fix docstring for
20432 `selection-coding-system'.
20433
20434 * w32select.c (syms_of_w32select): Likewise.
20435
20436 2002-10-14 Stefan Monnier <monnier@cs.yale.edu>
20437
20438 * syntax.c (scan_lists): Don't get fooled by a symbol ending with
20439 a backslash-quoted char.
20440 (scan_lists, scan_sexps_forward): Pacify the compiler.
20441
20442 2002-10-13 Richard M. Stallman <rms@gnu.org>
20443
20444 * window.c (window_scroll): Set immediate_quit.
20445
20446 * print.c (print): When backquote form is the car of a list,
20447 output in old style. Use old_backquote_output to output all
20448 comma forms inside it in old style too.
20449
20450 * buffer.h (struct buffer): Move `undo_list' down below `name'.
20451
20452 2002-10-11 Markus Rost <rost@math.ohio-state.edu>
20453
20454 * emacs.c (syms_of_emacs) <kill-emacs-hook>: Doc fix (not run in
20455 batch mode).
20456
20457 * lread.c (Fload): Doc fix (load-suffixes).
20458
20459 2002-10-10 Steven Tamm <steventamm@mac.com>
20460
20461 * macterm.c (syms_of_macterm, mac_get_mouse_btn):
20462 Reverse functionality of mac-wheel-button-is-mouse-2 to be correct.
20463 Also switch the default to Qnil from Qt.
20464
20465 2002-10-08 Kenichi Handa <handa@m17n.org>
20466
20467 * coding.c (code_convert_region): When we need more GAP for
20468 conversion, pay attention to the case that coding->produced is not
20469 greater than coding->consumed.
20470
20471 2002-10-07 Richard M. Stallman <rms@gnu.org>
20472
20473 * unexelf.c (unexec): Redo 9/16 change, but only if IRIX6_5.
20474
20475 2002-10-06 Andrew Choi <akochoi@shaw.ca>
20476
20477 * macmenu.c (mac_menu_show): Add j to count menu items; match
20478 menu_item_selection to it to find selected item.
20479
20480 2002-10-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20481
20482 * xterm.c (XTread_socket): Fix from 2002-10-03 didn't cover all
20483 cases. The correct fix is to pass ReparentNotify to Xt.
20484 The shell widget interprets ConfigureNotify differently depending
20485 on if it has been reparented or not.
20486
20487 2002-10-05 Markus Rost <rost@math.ohio-state.edu>
20488
20489 * editfns.c (Fformat_time_string): Doc fix.
20490
20491 2002-10-05 John Paul Wallington <jpw@shootybangbang.com>
20492
20493 * fns.c (Flength): Doc fix.
20494
20495 2002-10-04 Stefan Monnier <monnier@cs.yale.edu>
20496
20497 * keyboard.c (keyremap): New struct.
20498 (read_key_sequence): Use it: globally replace keytran_foo with
20499 keytran.foo and fkey_foo with fkey.foo. Rename temp vars
20500 keytran_next and fkey_next to just `next'.
20501
20502 2002-10-04 Steven Tamm <steventamm@mac.com>
20503
20504 * macterm.c (keycode_to_xkeysym_table): Change return to be
20505 treated like an X keysym.
20506
20507 2002-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20508
20509 * xterm.c (XTread_socket): For ConfigureNotify, with x and y == 0,
20510 and USE_MOTIF, call XTranslateCoordinates to get the real x and y.
20511 This is to also handle x/y changes that occur because of a resize.
20512
20513 2002-10-02 John Paul Wallington <jpw@shootybangbang.com>
20514
20515 * frame.c (Vdelete_frame_functions): New variable.
20516 (syms_of_frame): Initialize and defvar it.
20517 (Fdelete_frame): Use it instead of delete-frame-hook. Don't run
20518 it when frame's `tooltip' parameter is non-nil.
20519
20520 * xfns.c (x_create_tip_frame): Set `tooltip' frame parameter to t.
20521
20522 * w32fns.c (x_create_tip_frame): Likewise.
20523
20524 * macfns.c (x_create_tip_frame): Likewise.
20525
20526 2002-09-30 Kenichi Handa <handa@m17n.org>
20527
20528 * xterm.c (x_encode_char): For DIM=1 charset, set ccl->reg[2] to
20529 -1 before calling ccl_driver.
20530
20531 * coding.c (decode_coding_emacs_mule): Check coding->cmp_data.
20532 Only when it is non-nil, handle composition sequence.
20533 (setup_coding_system) <0>: Don't force composition handling.
20534
20535 * Makefile.in (lisp, shortlisp): Add utf-16.elc
20536
20537 2002-09-29 Richard M. Stallman <rms@gnu.org>
20538
20539 * search.c (Freplace_match): Adjust match data for the substitution
20540 just made in the buffer.
20541
20542 * xdisp.c (STOP_POLLING, RESUME_POLLING): New macros.
20543 (redisplay_internal): Use them. Do RESUME_POLLING at end of function.
20544
20545 2002-09-27 Richard M. Stallman <rms@gnu.org>
20546
20547 * keyboard.c (STOP_POLLING, RESUME_POLLING): New macros.
20548 (read_char): Use them. Do all exits thru the end of the function.
20549
20550 2002-09-27 Kenichi Handa <handa@etl.go.jp>
20551
20552 * xfaces.c (try_font_list): Pay attention to the case that FAMILY
20553 is nil.
20554
20555 2002-09-26 Richard M. Stallman <rms@gnu.org>
20556
20557 * regex.h (__restrict_arr): Don't define if already defined.
20558
20559 * coding.c (run_pre_post_conversion_on_str):
20560 Save and restore Vdeactivate_mark.
20561
20562 2002-09-26 John Paul Wallington <jpw@shootybangbang.com>
20563
20564 * minibuf.c (Fminibufferp): Add an optional `buffer' argument.
20565
20566 2002-09-26 Kenichi Handa <handa@etl.go.jp>
20567
20568 * xfaces.c (try_font_list): New arg PREFER_FACE_FAMILY. If it is
20569 nonzero, try face's family at first. Otherwise try FAMILY at first.
20570 (choose_face_font): If C is a single byte char or latin-1, call
20571 try_font_list with PREFER_FACE_FAMILY 1.
20572
20573 2002-09-21 Richard M. Stallman <rms@gnu.org>
20574
20575 * window.c (select_window_1): Don't select frame.
20576 Set frame's selected window only when frame itself is selected.
20577 (Fselect_window): Doc fix.
20578
20579 2002-09-18 Kim F. Storm <storm@cua.dk>
20580
20581 * process.c (make-network-process): Doc fix (there is no
20582 network-server-log-function hook).
20583
20584 2002-09-18 Richard M. Stallman <rms@gnu.org>
20585
20586 * print.c (print): Clear out the unused parts of Vprint_number_table.
20587 (syms_of_print): Doc fix for `print-number-table'.
20588
20589 * unexelf.c (unexec): Undo previous change.
20590
20591 2002-09-17 Andreas Schwab <schwab@suse.de>
20592
20593 * m/alpha.h [LINUX]: Don't define DATA_START.
20594
20595 2002-09-16 Dave Love <fx@gnu.org>
20596
20597 * unexelf.c (unexec): Deal with .got, reinstating change from
20598 25-08-1999.
20599
20600 2002-09-13 Richard M. Stallman <rms@gnu.org>
20601
20602 * s/sol2-6.h (UNEXEC): Comment out definition.
20603
20604 * unexsol.c (unexec): Don't downcase first letter of error msg.
20605
20606 * xfaces.c (Fcolor_supported_p): Just one arg is required.
20607
20608 2002-09-12 Markus Rost <rost@math.ohio-state.edu>
20609
20610 * unexsol.c: Include buffer.h, charset.h, coding.h.
20611
20612 2002-09-11 Richard M. Stallman <rms@gnu.org>
20613
20614 * unexsol.c: Don't use report_file_error; do it by hand
20615 using dlerror.
20616
20617 * process.c (wait_reading_process_input, both versions):
20618 Before calling turn_on_atimers, call stop_polling.
20619
20620 * emacs.c (syms_of_emacs) <command-line-args>: Doc fix.
20621
20622 * xdisp.c (try_scrolling): If after make_cursor_line_fully_visible
20623 we go to too_near_end, call clear_glyph_matrix.
20624 (redisplay_window): After make_cursor_line_fully_visible,
20625 call clear_glyph_matrix and bypass `goto done'.
20626
20627 * xfns.c (x_report_frame_params): If FRAME_SCROLL_BAR_PIXEL_WIDTH is 0
20628 and we have non-toolkit scroll bars, return nil for scroll-bar-width.
20629
20630 2002-09-10 Richard M. Stallman <rms@gnu.org>
20631
20632 * fileio.c (Fdo_auto_save): Catch error making directory.
20633 Only call push_message if we need to.
20634 At the same time, make an unwind-protect to pop it.
20635 Rename local message_p to old_message_p.
20636 (do_auto_save_make_dir, do_auto_save_eh): New functions.
20637 (do_auto_save_unwind): Don't call pop_message.
20638
20639 * lisp.h (pop_message_unwind): Renamed from push_message_unwind.
20640
20641 * keyboard.c (Fexecute_extended_command): Use pop_message_unwind.
20642
20643 * alloc.c (Fgarbage_collect): Use pop_message_unwind.
20644
20645 * xdisp.c (pop_message_unwind): Renamed from push_message_unwind.
20646
20647 2002-09-10 Stefan Monnier <monnier@cs.yale.edu>
20648
20649 * regex.c (DISCARD_FAILURE_REG_OR_COUNT): Delete.
20650 (CHECK_INFINITE_LOOP): Don't pop anything: just set `cycle' to 1.
20651 (re_match_2_internal): Be more careful with infinite loops.
20652
20653 2002-09-10 Kim F. Storm <storm@cua.dk>
20654
20655 * macros.c (end_kbd_macro): New function.
20656 (Fend_kbd_macro): Use it.
20657
20658 * macros.h (end_kbd_macro): Declare extern.
20659
20660 * keyboard.c (Fdiscard_input): If defining keyboard macro,
20661 end and save it instead of discarding it.
20662
20663 2002-09-09 Markus Rost <rost@math.ohio-state.edu>
20664
20665 * s/sol2-6.h: Fix typo. Add comment.
20666
20667 2002-09-09 Richard M. Stallman <rms@gnu.org>
20668
20669 * regex.c (regnum_t): Use signed int, not unsigned int.
20670
20671 * s/sol2-6.h: New file.
20672
20673 * s/sol2-5.h (UNEXEC): Definition deleted.
20674
20675 2002-09-08 Kim F. Storm <storm@cua.dk>
20676
20677 * macros.c (executing_macro_index): Change type to EMACS_INT.
20678 (syms_of_macros): DEFVAR_INT it (needed by kmacro).
20679
20680 * macros.h (executing_macro_index): Change type to EMACS_INT.
20681
20682 2002-09-06 Richard M. Stallman <rms@gnu.org>
20683
20684 * casetab.c (set_case_table): Make canon table point to eqv table.
20685
20686 2002-09-06 Juanma Barranquero <lektu@terra.es>
20687
20688 * coding.c (syms_of_coding): Fix spacing.
20689
20690 * composite.c (Fcompose_region_internal)
20691 (Fcompose_string_internal): Likewise.
20692
20693 * data.c (Flsh): Likewise.
20694
20695 * fontset.c (Fset_fontset_font): Likewise.
20696
20697 * macfns.c (Fx_server_max_request_size): Likewise.
20698
20699 * w16select.c (syms_of_win16select): Likewise.
20700
20701 * w32select.c (syms_of_w32select): Likewise.
20702
20703 * xselect.c (syms_of_xselect): Likewise.
20704
20705 2002-09-05 Richard M. Stallman <rms@gnu.org>
20706
20707 * regex.c (set_image_of_range_1): In no-TRANSLATE case,
20708 call EXTEND_RANGE_TABLE and return a proper value.
20709 (set_image_of_range): Don't call set_image_of_range_1
20710 if no TRANSLATE or if range includes all of Latin-1.
20711 Only call it for the Latin-1 part of the range.
20712 For other cases, make two separate ranges,
20713 one for the original specified characters and one for
20714 their case-conversions.
20715
20716 2002-09-04 Richard M. Stallman <rms@gnu.org>
20717
20718 * s/sol2-5.h (UNEXEC): Use unexsol.o.
20719
20720 * window.c (displayed_window_lines): Correct for one-off bug
20721 in HEIGHT on non-window displays.
20722
20723 * regex.c (set_image_of_range_1): New function.
20724 (set_image_of_range): Use set_image_of_range_1 for Latin-1.
20725 Return a value to indicate running out of memory.
20726 (SET_RANGE_TABLE_WORK_AREA): Check value from set_image_of_range.
20727 (extend_range_table_work_area): New subroutine.
20728 (EXTEND_RANGE_TABLE): Replaces EXTEND_RANGE_TABLE_WORK_AREA.
20729 Different calling conventions, and used from set_image_of_range{,_1}.
20730 (IMMEDIATE_QUIT_CHECK): Definitions moved.
20731
20732 2002-09-04 Juanma Barranquero <lektu@terra.es>
20733
20734 * makefile.w32-in: All dependencies updated.
20735
20736 2002-09-01 Richard M. Stallman <rms@gnu.org>
20737
20738 * unexsol.c: New file.
20739
20740 * xfns.c (Qbox): Declare external, don't define.
20741
20742 * xdisp.c (redisplay_window) <force-start case>:
20743 If point is on semi-visible last line, reposition
20744 it at previous line.
20745
20746 * alloc.c (display_malloc_warning): Use display-warning.
20747 (malloc_warning_1): Function deleted.
20748
20749 * alloc.c [ALLOC_DEBUG]: #undef INLINE.
20750
20751 * lread.c (read1): Handle #! by skipping the line.
20752
20753 2002-08-31 Richard M. Stallman <rms@gnu.org>
20754
20755 * Makefile.in (TEMACS_LDFLAGS): Renamed from ALL_LDFLAGS.
20756 Don't include LDFLAGS.
20757 (temacs): Pass LDFLAGS separately, and not via YMF_PASS_LDFLAGS.
20758
20759 2002-08-31 Eli Zaretskii <eliz@is.elta.co.il>
20760
20761 * xdisp.c (get_window_cursor_type): Don't use x_highlight_frame
20762 member of x_display_info unless we compile for some window system.
20763
20764 2002-08-31 Kim F. Storm <storm@cua.dk>
20765
20766 * xdisp.c (Valternate_cursor_type, Qalternate_cursor_type): Removed.
20767 (get_window_cursor_type): Don't use them.
20768 (syms_of_xdisp): Remove intern, staticpro, and defvar for them.
20769
20770 2002-08-30 Kenichi Handa <handa@etl.go.jp>
20771
20772 * xdisp.c (get_next_display_element): Fix previous change.
20773
20774 2002-08-30 Andrew Choi <akochoi@shaw.ca>
20775
20776 * macterm.c (expose_overlaps): New function (merge code from xterm.c).
20777 (expose_window): Use it to fix the display of overlapping
20778 rows (merge code from xterm.c).
20779
20780 * macfns.c (Qbox): Add extern declaration.
20781
20782 2002-08-30 Juanma Barranquero <lektu@terra.es>
20783
20784 * w32fns.c (Qbox): Make extern.
20785 (syms_of_w32fns): Remove initialization of Qbox.
20786
20787 2002-08-30 Rune Kleveland <runekl@viewpoint.no> (tiny change)
20788
20789 * xfns.c (Fx_open_connection): Fix error message.
20790
20791 2002-08-30 Kim F. Storm <storm@cua.dk>
20792
20793 The following changes consolidates the handling of the cursor
20794 type in xdisp.c, moving duplicate code and functionality from
20795 xfns.c, xterm.c, w32fns.c, w32term.c, macfns.c, and macterm.c.
20796
20797 * frame.h (enum text_cursor_kinds): Consolidated here.
20798 Added DEFAULT_CURSOR value.
20799 (struct frame) <desired_cursor, cursor_width>
20800 <blink_off_cursor, blink_off_cursor_width>: New fields.
20801 Consolidated from output_x, output_w32 and output_mac structs.
20802 (FRAME_DESIRED_CURSOR, FRAME_CURSOR_WIDTH, FRAME_BLINK_OFF_CURSOR)
20803 (FRAME_BLINK_OFF_CURSOR_WIDTH): Macros consolidated here.
20804
20805 * xdisp.c (Qbar, Qhbar, Qbox, Qhollow, Vblink_cursor_alist):
20806 Variables consolidated here.
20807 (Valternate_cursor_type, Qalternate_cursor_type): New variables.
20808 (Vcursor_in_non_selected_windows): Renamed from
20809 cursor_in_non_selected_windows and changed to Lisp_Object.
20810 (syms_of_xdisp): Define and staticpro new and moved variables.
20811 (get_specified_cursor_type): Renamed from x_specified_cursor_type;
20812 consolidated here. Recognize Qhollow setting.
20813 (set_frame_cursor_types): New function to set frame cursor types
20814 based on the frame parameters.
20815 (get_window_cursor_type): New function to calculate new cursor
20816 type and width for the specified window. Based on duplicated
20817 code consolidated here.
20818 Enhancements: cursor-in-non-selected-windows may be a cursor type,
20819 check buffer-local alternate-cursor-type and blink-cursor-alist
20820 before using built-in blink off methods.
20821
20822 * dispextern.h (cursor_in_non_selected_windows): Extern removed.
20823
20824 * lisp.h (Qcursor_in_non_selected_windows): Extern removed.
20825 (get_specified_cursor_type, get_window_cursor_type)
20826 (set_frame_cursor_types): Added prototypes.
20827
20828 * macfns.c (x_specified_cursor_type): Removed.
20829 (x_set_cursor_type): Use set_frame_cursor_types.
20830 (Qbar, Qbox): Removed.
20831 (syms_of_macfns): Don't intern or staticpro them.
20832
20833 * macterm.c (x_specified_cursor_type): Remove prototype.
20834 (x_draw_bar_cursor): Use FRAME_CURSOR_WIDTH.
20835 (x_display_and_set_cursor): Use get_window_cursor_type.
20836 Remove unused local variables cursor_non_selected, active_cursor.
20837 Redraw cursor if hbar cursor width changes.
20838 (make_mac_frame): Set FRAME_DESIRED_CURSOR.
20839
20840 * macterm.h (enum text_cursor_kinds): Removed.
20841 (struct output_mac) <current_cursor, desired_cursor, cursor_width>
20842 <blink_off_cursor, blink_off_cursor_width>: Members removed.
20843 (FRAME_DESIRED_CURSOR): Macro removed.
20844
20845 * w32fns.c (Vblink_cursor_alist): Removed.
20846 (Qbar, Qhbar, Qbox, Qhollow): Removed.
20847 (syms_of_w32fns): Don't intern, staticpro, or define them.
20848 (x_specified_cursor_type): Removed.
20849 (x_set_cursor_type): Use set_frame_cursor_types.
20850
20851 * w32term.c (x_specified_cursor_type): Remove prototype.
20852 (x_draw_bar_cursor): Use FRAME_CURSOR_WIDTH.
20853 (x_display_and_set_cursor): Use get_window_cursor_type.
20854 Remove unused local variables cursor_off_state.
20855 Redraw cursor if hbar cursor width changes.
20856 Changed all occurrences of w32_highlight_frame to x_highlight_frame.
20857
20858 * w32term.h (enum text_cursor_kinds): Removed.
20859 (struct output_w32) <current_cursor, desired_cursor, cursor_width>
20860 <blink_off_cursor, blink_off_cursor_width>: Members removed.
20861 (FRAME_DESIRED_CURSOR, FRAME_CURSOR_WIDTH, FRAME_BLINK_OFF_CURSOR)
20862 (FRAME_BLINK_OFF_CURSOR_WIDTH): Macros removed.
20863 (struct w32_display_info) <x_highlight_frame>: Renamed member from
20864 w32_highlight_frame.
20865
20866 * xfns.c (Vblink_cursor_alist): Removed.
20867 (Qbar, Qhbar, Qbox, Qhollow): Removed.
20868 (syms_of_xfns): Don't intern, staticpro, or define them.
20869 (x_specified_cursor_type): Removed.
20870 (x_set_cursor_type): Use set_frame_cursor_types.
20871
20872 * xterm.c (x_specified_cursor_type): Remove prototype.
20873 (x_draw_bar_cursor): Use FRAME_CURSOR_WIDTH.
20874 (x_display_and_set_cursor): Use get_window_cursor_type.
20875 Remove unused local variables cursor_off_state.
20876 Redraw cursor if hbar cursor width changes.
20877
20878 * xterm.h (enum text_cursor_kinds): Removed.
20879 (struct output_x) <current_cursor, desired_cursor, cursor_width>
20880 <blink_off_cursor, blink_off_cursor_width>: Members removed.
20881 (FRAME_DESIRED_CURSOR, FRAME_CURSOR_WIDTH, FRAME_BLINK_OFF_CURSOR)
20882 (FRAME_BLINK_OFF_CURSOR_WIDTH): Macros removed.
20883 (x_specified_cursor_type): Remove prototype.
20884
20885 2002-08-28 Richard M. Stallman <rms@gnu.org>
20886
20887 * w32fns.c (x_set_cursor_type): Set FRAME_BLINK_OFF_CURSOR and
20888 FRAME_BLINK_OFF_CURSOR_WIDTH using defaults and Vblink_cursor_alist.
20889 (Vblink_cursor_alist): New variable.
20890 (syms_of_w32fns): Initialize and defvar it.
20891 (x_specified_cursor_type): Recognize Qbox for filled box.
20892 Exceptions are hollow boxes.
20893 (Qbox, Qhollow): New variables.
20894 (syms_of_w32fns): Initialize and staticpro them.
20895
20896 * w32term.h (FRAME_BLINK_OFF_CURSOR, FRAME_BLINK_OFF_CURSOR_WIDTH):
20897 New macros.
20898 (struct w32_output): New fields blink_off_cursor,
20899 blink_off_cursor_width.
20900 (FRAME_CURSOR_WIDTH): New macro.
20901
20902 * w32term.c (x_display_and_set_cursor): Use FRAME_BLINK_OFF_CURSOR
20903 and FRAME_BLINK_OFF_CURSOR_WIDTH for blinking cursor off.
20904
20905 * w32term.c (x_display_and_set_cursor): Check FRAME_CURSOR_WIDTH
20906 for bar cursor.
20907
20908 * w32term.c (expose_overlaps): New function.
20909 (expose_window): Use it to fix the display of overlapping rows.
20910
20911 2002-08-28 Simon Josefsson <jas@extundo.com>
20912
20913 * xfns.c (Fx_open_connection): Improve help when X connection
20914 fails, xhost is insecure and xauth is better.
20915
20916 2002-08-28 Juanma Barranquero <lektu@terra.es>
20917
20918 * makefile.w32-in: Add missing dependencies on w32term.h and
20919 composite.h.
20920
20921 * emacs.c (USAGE1): Add missing newline.
20922
20923 2002-08-27 Andrew Choi <akochoi@shaw.ca>
20924
20925 * s/darwin.h [HAVE_LIBNCURSES]: Define HAVE_TERMINFO.
20926
20927 2002-08-27 Richard M. Stallman <rms@gnu.org>
20928
20929 * xfns.c (x_set_cursor_type): Set FRAME_BLINK_OFF_CURSOR and
20930 FRAME_BLINK_OFF_CURSOR_WIDTH using defaults and Vblink_cursor_alist.
20931 (Vblink_cursor_alist): New variable.
20932 (syms_of_xfns): Initialize and defvar it.
20933 (x_specified_cursor_type): Recognize Qbox for filled box.
20934 Exceptions are hollow boxes.
20935 (Qbox, Qhollow): New variables.
20936 (syms_of_xfns): Initialize and staticpro them.
20937
20938 * xterm.h (FRAME_BLINK_OFF_CURSOR, FRAME_BLINK_OFF_CURSOR_WIDTH):
20939 New macros.
20940 (struct x_output): New fields blink_off_cursor, blink_off_cursor_width.
20941
20942 * xterm.c (x_display_and_set_cursor): Use FRAME_BLINK_OFF_CURSOR
20943 and FRAME_BLINK_OFF_CURSOR_WIDTH for blinking cursor off.
20944
20945 * emacs.c (main): Handle --script.
20946 (USAGE1): Mention --script.
20947 (standard_args): Define sort order for --script.
20948
20949 2002-08-27 Gerd Moellmann <gerd.moellmann@t-online.de>
20950
20951 * xdisp.c (redisplay_updating_p): Variable removed.
20952 (inhibit_free_realized_faces, Qinhibit_free_realized_faces):
20953 New variables.
20954 (init_iterator): Don't free realized faces if
20955 inhibit_free_realized_faces is set.
20956 (redisplay_internal): Bind Qinhibit_free_realized_faces to nil.
20957 (syms_of_xdisp): DEFVAR_BOOL inhibit-free-realized-faces,
20958 initialize Qinhibit_free_realized_faces.
20959
20960 * dispextern.h (PRODUCE_GLYPHS): Set inhibit_free_realized_faces
20961 when iterator is adding glyphs to a glyph matrix.
20962
20963 2002-08-27 Kenichi Handa <handa@etl.go.jp>
20964
20965 * xdisp.c (get_next_display_element): In unibyte case, don't use
20966 octal form for such eight-bit characters that can be converted to
20967 multibyte char.
20968
20969 2002-08-26 Kim F. Storm <storm@cua.dk>
20970
20971 * frame.c (make_terminal_frame) [CANNOT_DUMP]: Initialize
20972 foreground and background colors. From Joe Buehler.
20973
20974 2002-08-26 Miles Bader <miles@gnu.org>
20975
20976 * bytecode.c (Fbyte_code): Fsub1 can GC, so protect it.
20977
20978 2002-08-25 Andrew Choi <akochoi@shaw.ca>
20979
20980 * emacs.c (main): Call init_mac_osx_environment if HAVE_CARBON is
20981 defined instead of MAC_OSX.
20982
20983 * s/darwin.h (select): Define select to sys_select only if
20984 HAVE_CARBON is defined.
20985 (HAVE_WORKING_VFORK): #undef it. Define vfork to fork.
20986 (DONT_REOPEN_PTY): #def it.
20987
20988 * macterm.c (XTread_socket): Remove code to call
20989 SendEventToEventTarget for keys with command modifiers when
20990 mac_command_key_is_meta is nil.
20991
20992 2002-08-24 Andreas Schwab <schwab@suse.de>
20993
20994 * eval.c (Fdefvar): Fix last change.
20995
20996 2002-08-23 Richard M. Stallman <rms@gnu.org>
20997
20998 * eval.c (Fdefvar, Fdefconst, Fdefvaralias):
20999 Record variables in load history as (defvar . VAR).
21000 (Fdefvar): Don't record in load history if no initial value.
21001 (Qdefvar): New variable.
21002 (syms_of_eval): Init and staticpro it.
21003
21004 * lread.c (syms_of_lread): Doc fix.
21005 (build_load_history): Use Fmember to see if a definition
21006 is already in the Vload_history element.
21007
21008 * process.c (Fstart_process): Remove /: from program name.
21009
21010 * emacs.c (decode_env_path): Don't add /: if file name handler
21011 has a `safe-magic' property.
21012
21013 * callproc.c (Fcall_process): Remove /: from program name.
21014
21015 2002-08-23 Stefan Monnier <monnier@cs.yale.edu>
21016
21017 * regex.c (PATFETCH): Remove the translating fetch.
21018 (PATFETCH_RAW): Rename to PATFETCH.
21019 (set_image_of_range): New fun.
21020 (SET_RANGE_TABLE_WORK_AREA): Use it.
21021 (regex_compile): Don't translate the pattern chars so eagerly.
21022 Only do it when inserting an `exactn' bytecode or when handling
21023 a char-range.
21024 (mutually_exclusive_p): Avoid empty statement.
21025
21026 2002-08-22 Kim F. Storm <storm@cua.dk>
21027
21028 * xdisp.c (redisplay_window): Do not `goto try_to_scroll' when we
21029 end up on a partially visible line; this reverts a specific part
21030 of the 2002-07-07 change by Richard M. Stallman to "fix" a nasty
21031 display error which has been reported several times now.
21032 However it introduces the problem that changes was supposed to fix.
21033 See my comments in the source if you want to debug this further.
21034
21035 2002-08-20 Kenichi Handa <handa@etl.go.jp>
21036
21037 * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
21038
21039 2002-08-19 Eli Zaretskii <eliz@is.elta.co.il>
21040
21041 * msdos.c (croak): Add `void' to definition.
21042
21043 * sysdep.c (request_sigio, unrequest_sigio) [MSDOS]:
21044 Don't define them, they are defined in msdos.c.
21045
21046 * mem-limits.h [MSDOS]: Declare etext.
21047
21048 * fileio.c (Ffile_name_directory) [DOS_NT]: Don't declare `beg'
21049 `const' since CORRECT_DIR_SEPS modifies its target.
21050
21051 2002-08-19 Kim F. Storm <storm@cua.dk>
21052
21053 * keyboard.c (Fclear_this_command_keys): Add optional arg
21054 KEEP-RECORD to avoid clearing lossage when we just want to clear
21055 the current key sequence (kmacro needs this).
21056
21057 2002-08-19 Kenichi Handa <handa@localhost>
21058
21059 * composite.c (run_composition_function): Call FUNC if it is fboundp.
21060
21061 * composite.h (COMPOSITION_MODIFICATION_FUNC): If PROP is not a
21062 cons, return Qnil.
21063
21064 2002-08-17 Richard M. Stallman <rms@gnu.org>
21065
21066 * s/sol2-5.h (BROKEN_SIGIO): Add #undef.
21067
21068 * sysdep.c [!VMS]: Include sys/files.h.
21069
21070 * editfns.c (save_restriction_restore): Defend from unchained marker.
21071
21072 * buffer.c (overlays_at): Handle extending vec uniformly.
21073 (overlays_in): Handle extending vec from length 0 as in overlays_at.
21074
21075 2002-08-15 Andrew Choi <akochoi@shaw.ca>
21076
21077 * mac.c (init_mac_osx_environment): New function.
21078
21079 * emacs.c (main) [MAC_OSX]: Call init_mac_osx_environment.
21080
21081 2002-08-14 Kim F. Storm <storm@cua.dk>
21082
21083 * macros.c (Fstart_kbd_macro): Added NO-EXEC argument to inhibit
21084 executing macro before appending to it (when used from Lisp).
21085 (Fexecute_kbd_macro): Added LOOPFUNC argument to supply function
21086 which is called prior to each iteration of macro (for kmacro.el).
21087 (Fend_kbd_macro, Fcall_last_kbd_macro): Likewise.
21088
21089 * lisp.h (Fexecute_kbd_macro): Update prototype.
21090
21091 * keyboard.c (Fcommand_execute): Update call to Fexecute_kbd_macro.
21092
21093 2002-08-14 Kenichi Handa <handa@etl.go.jp>
21094
21095 * xselect.c (QUTF8_STRING): New variable.
21096 (symbol_to_x_atom): Pay attention to QUTF8_STRING.
21097 (x_atom_to_symbol): Likewise.
21098 (x_get_local_selection): New argument local_request. If it is
21099 nonzero, call handler_fn with the second arg nil.
21100 (x_handle_selection_request): Call x_get_local_selection with
21101 local_request 0.
21102 (lisp_data_to_selection_data): Don't encode the string here.
21103 (Fx_get_selection_internal): Call x_get_local_selection with
21104 local_request 1.
21105 (syms_of_xselect): Intern and staticpro QUTF8_STRING.
21106
21107 * xterm.c (x_term_init): Initialize dpyinfo->Xatom_UTF8_STRING.
21108
21109 * xterm.h (struct x_display_info): New member Xatom_UTF8_STRING.
21110
21111 2002-08-13 Richard M. Stallman <rms@gnu.org>
21112
21113 * minibuf.c (Fminibufferp): New function.
21114 (syms_of_minibuf): Defsubr it.
21115 (Fminibuffer_prompt_end): Handle non-minibuffers specially.
21116
21117 2002-08-13 Gerd Moellmann <gerd.moellmann@t-online.de>
21118
21119 * coding.c (Funencodable_char_position): Lisp_Object/int mixup.
21120
21121 2002-08-12 Richard M. Stallman <rms@gnu.org>
21122
21123 * syswait.h: Only the include of sys/wait.h tests HAVE_SYS_WAIT_H.
21124 [!VMS] (WCOREDUMP, WEXITSTATUS, WIFEXITED, WIFSTOPPED, WIFSIGNALED)
21125 (WSTOPSIG, WTERMSIG): Define each one independently if not defined
21126 already.
21127
21128 * buffer.c (syms_of_buffer) <fill-column>: Doc fix.
21129
21130 2002-08-11 Andrew Choi <akochoi@shaw.ca>
21131
21132 * macterm.c (XTmouse_position): Check wp with is_emacs_window.
21133 (Vmac_pass_command_to_system): New variable.
21134 (Vmac_pass_control_to_system): New variable.
21135 (do_mouse_moved): Check wp with is_emacs_window.
21136 (XTread_socket): Check window_ptr with is_emacs_window.
21137 Call FrontNonFloatingWindow instead of FrontWindow. Send keydown
21138 events back to Mac Toolbox for processing, depending on values of
21139 Vmac_pass_command_to_system and Vmac_pass_control_to_system.
21140 (syms_of_macterm): DEFVAR_LISP Vmac_pass_command_to_system and
21141 Vmac_pass_control_to_system.
21142
21143 2002-08-10 Kenichi Handa <handa@etl.go.jp>
21144
21145 * coding.c (unencodable_char_position): New function.
21146 (Funencodable_char_position): New function.
21147 (syms_of_coding): Defsubr Funencodable_char_position.
21148
21149 2002-08-10 Andrew Choi <akochoi@shaw.ca>
21150
21151 * mac.c (sys_select) [MAC_OSX]: New function.
21152
21153 * macterm.c (MakeMeTheFrontProcess): New function.
21154 (mac_initialize): Call MakeMeTheFrontProcess.
21155
21156 * s/darwin.h: Define select to sys_select.
21157
21158 2002-08-09 Richard M. Stallman <rms@gnu.org>
21159
21160 * keyboard.c (make_lispy_event): Test WINDOWSNT, not WINDOWS_NT.
21161
21162 2002-08-09 Gerd Moellmann <gerd.moellmann@t-online.de>
21163
21164 * xdisp.c (forward_to_next_line_start): Return 0 when reaching the
21165 end of the buffer.
21166
21167 2002-08-08 Ken Raeburn <raeburn@gnu.org>
21168
21169 * coding.c (Ffind_operation_coding_system): Fix Lisp_Object/int mixup.
21170
21171 * puresize.h (BASE_PURESIZE): Increase to 910000.
21172
21173 2002-08-08 Kenichi Handa <handa@etl.go.jp>
21174
21175 * coding.c (Ffind_operation_coding_system): For write-region, if
21176 VISIT is a filename, make it the target.
21177
21178 2002-08-07 Richard M. Stallman <rms@gnu.org>
21179
21180 * alloc.c (mark_object): Detect long lists for debugging.
21181 (mark_object_loop_halt): New variable.
21182
21183 * s/hpux10.h (C_SWITCH_SYSTEM): #undef it.
21184
21185 * data.c (Fmake_variable_frame_local): Doc fix.
21186
21187 2002-08-01 David Ponce <david@dponce.com>
21188
21189 * w32menu.c (local_heap, local_alloc, local_free): New macros.
21190 (malloc_widget_value, free_widget_value)
21191 (w32_free_submenu_strings): Use them.
21192
21193 (push_submenu_start, push_submenu_end, push_left_right_boundary)
21194 (push_menu_pane, push_menu_item, single_keymap_panes)
21195 (single_menu_item, Fx_popup_menu, menubar_selection_callback)
21196 (single_submenu, set_frame_menubar)
21197 (w32_menu_show, w32_dialog_show): Use AREF, ASET, ASIZE.
21198
21199 (Fx_popup_menu): Don't show pop up menu until preceding one is
21200 actually cleaned up. Moved UNGCPRO outside #ifdef HAVE_MENUS block.
21201
21202 * w32menu.c: Changes adapted from xmenu.c
21203 (set_frame_menubar): First parse all submenus,
21204 then make widget_value trees from them.
21205 Don't allocate any widget_value objects
21206 until we are done with the parsing.
21207 (parse_single_submenu): New function.
21208 (digest_single_submenu): New function.
21209 (single_submenu): Function deleted, replaced by those two.
21210
21211 2002-08-04 Andrew Choi <akochoi@shaw.ca>
21212
21213 * macterm.c (XTread_socket): Check that FrontNonFloatingWindow
21214 returns a valid window pointer before proceeding for keyDown and
21215 autoKey events.
21216
21217 2002-08-03 Andrew Choi <akochoi@shaw.ca>
21218
21219 * macterm.c (USE_CARBON_EVENTS): New macro.
21220 (macCtrlKey, macShiftKey, macMetaKey, macAltKey): New macros.
21221 (x_iconify_frame): Call CollapseWindow.
21222 (Vmac_reverse_ctrl_meta): New variable.
21223 (Vmac_wheel_button_is_mouse_2): New variable.
21224 (init_mac_drag_n_drop): New function.
21225 (mac_do_receive_drag): New function.
21226 (mac_handle_service_event): New function.
21227 (init_service_handler): New function.
21228 (mac_to_emacs_modifiers): New function.
21229 (mac_event_to_emacs_modifiers): New function.
21230 (mac_get_mouse_btn): New function.
21231 (mac_convert_event_ref): New function.
21232 (XTread_socket) [USE_CARBON_EVENTS]: Call ReceiveNextEvent,
21233 SendEventToEventTarget, mac_event_to_emacs_modifiers, and
21234 mac_get_mouse_btn.
21235 (mac_initialize): Call init_mac_drag_n_drop and init_service_handler.
21236
21237 * keyboard.c: Define Qmouse_wheel, mouse_wheel_syms, and
21238 lispy_mouse_wheel_names for MAC_OSX as well as for WINDOWS_NT.
21239 (kbd_buffer_get_event): Set used_mouse_menu for MENU_BAR_EVENT and
21240 TOOL_BAR_EVENT for MAC_OS as well.
21241 (make_lispy_event): Handle MOUSE_WHEEL_EVENT for MAC_OSX as well
21242 as for WINDOWS_NT.
21243 (syms_of_keyboard): Initialize Qmouse_wheel for MAC_OSX.
21244
21245 * termhooks.h (event_kind): Define MOUSE_WHEEL_EVENT also for MAC_OSX.
21246
21247 2002-08-03 Gerd Moellmann <gerd.moellmann@t-online.de>
21248
21249 * xdisp.c (forward_to_next_line_start): Fix a condition that
21250 lead to a newline being skipped.
21251
21252 2002-08-02 Andrew Choi <akochoi@shaw.ca>
21253
21254 * mac.c (syms_of_mac): Defsubr Sx_selection_exists_p.
21255
21256 2002-08-01 Richard M. Stallman <rms@gnu.org>
21257
21258 * Makefile.in (SOME_MACHINE_OBJECTS): Add fontset.o.
21259
21260 2002-07-31 Andrew Choi <akochoi@shaw.ca>
21261
21262 * macfns.c: #undef init_process before #define-ing it.
21263
21264 * s/darwin.h: Define MAC_OS, SYMS_SYSTEM, and OTHER_FILES only if
21265 HAVE_CARBON is defined.
21266
21267 2002-07-31 Richard M. Stallman <rms@gnu.org>
21268
21269 * xmenu.c (set_frame_menubar): First parse all submenus,
21270 then make widget_value trees from them.
21271 Don't allocate any widget_value objects
21272 until we are done with the parsing.
21273 (parse_single_submenu): New function.
21274 (digest_single_submenu): New function.
21275 (single_submenu): Function deleted, replaced by those two.
21276
21277 2002-07-30 Juanma Barranquero <lektu@terra.es>
21278
21279 * w32proc.c (syms_of_ntproc): Fix docstring of
21280 `w32-get-true-file-attributes'.
21281
21282 2002-07-28 Richard M. Stallman <rms@gnu.org>
21283
21284 * s/hpux8.h (HPUX8): Define this before including hpux.h.
21285 (HAVE_SYS_WAIT_H): #define deleted; we let Autoconf decide.
21286
21287 * s/hpux.h (HAVE_SYS_WAIT_H): The #undef is conditional on HPUX8.
21288
21289 * keyboard.c (make_lispy_event):
21290 Use #ifdef to test USE_TOOLKIT_SCROLL_BARS.
21291 Explicitly clear up_modifier in event->modifiers.
21292
21293 2002-07-27 Richard M. Stallman <rms@gnu.org>
21294
21295 * xterm.h (FRAME_CURSOR_WIDTH): New macro.
21296
21297 * xterm.c (x_display_and_set_cursor): Check FRAME_CURSOR_WIDTH
21298 for bar cursor.
21299
21300 2002-07-26 Kenichi Handa <handa@etl.go.jp>
21301
21302 * coding.c (detect_coding_iso2022): While checking a byte sequence
21303 for CODING_CATEGORY_MASK_ISO_8_2, if we read one extra byte, check
21304 it in the normal loop.
21305
21306 2002-07-24 Gerd Moellmann <gerd.moellmann@t-online.de>
21307
21308 * xterm.c (expose_overlaps): New function.
21309 (expose_window): Use it to fix the display of overlapping rows.
21310
21311 * xdisp.c (unwind_redisplay): Clear redisplay_updating_p.
21312
21313 2002-07-23 Ken Raeburn <raeburn@gnu.org>
21314
21315 * lisp.h (XPNTR): Use NO_UNION_TYPE version for union as well,
21316 since it only depends on XUINT.
21317
21318 * m/alpha.h (BITS_PER_LONG, BITS_PER_EMACS_INT, EMACS_INT,
21319 EMACS_UINT, SPECIAL_EMACS_INT, DATA_SEG_BITS,
21320 PNTR_COMPARISON_TYPE, VALBITS, MARKBIT, XINT, XUINT, XPNTR):
21321 Macros deleted.
21322
21323 * mem-limits.h (start_of_data): If DATA_START is defined, prefer
21324 its value over other approaches.
21325 * sysdep.c (start_of_data): Don't define the function if a macro
21326 form has been defined.
21327
21328 2002-07-23 Gerd Moellmann <gerd.moellmann@t-online.de>
21329
21330 * xdisp.c (redisplay_updating_p): New variable.
21331 (init_iterator): Don't free realized faces when
21332 redisplay_updating_p is set.
21333 (redisplay_internal): Set redisplay_updating_p while updating
21334 the display.
21335
21336 2002-07-23 Richard M. Stallman <rms@gnu.org>
21337
21338 * editfns.c (Fmessage): Treat "" like nil.
21339
21340 2002-07-23 Kenichi Handa <handa@etl.go.jp>
21341
21342 * xdisp.c (face_before_or_after_it_pos):
21343 Call FETCH_MULTIBYTE_CHAR with byte postion, not char position.
21344
21345 2002-07-22 Juanma Barranquero <lektu@terra.es>
21346
21347 * callproc.c (init_callproc) [DOS_NT]:
21348 Initialize Vshared_game_score_directory to nil.
21349 (syms_of_callproc) [DOS_NT]: Likewise.
21350
21351 2002-07-22 Gerd Moellmann <gerd.moellmann@t-online.de>
21352
21353 * xdisp.c (display_line): Replace an abort with xassert.
21354
21355 2002-07-21 Richard M. Stallman <rms@gnu.org>
21356
21357 * xdisp.c (redisplay_window): Don't test BEG_UNCHANGED
21358 and END_UNCHANGED when setting buffer_unchanged_p.
21359 Use current_matrix_up_to_date_p to decide whether to use
21360 try_cursor_movement.
21361
21362 * config.in (HAVE_SHARED_GAME_DIR): Undef deleted.
21363
21364 * epaths.in (PATH_GAME): New macro, edited by ../Makefile.in.
21365
21366 * callproc.c (init_callproc): Set up Vshared_game_score_directory.
21367 Set to nil if dir does not exist.
21368 (syms_of_callproc): Init unconditionally and simply.
21369
21370 * buffer.c (Fbuffer_list): Doc fix.
21371
21372 2002-07-21 Ken Raeburn <raeburn@gnu.org>
21373
21374 * sysdep.c (end_of_text, end_of_data): Unused functions deleted.
21375
21376 * buffer.c (mmap_realloc): When shrinking, make sure number of
21377 pages to unmap is rounded towards zero.
21378
21379 * m/mips-siemens.h (XSETUINT, XSETPNTR): Unused macros deleted.
21380 (XSETINT): Deleted.
21381
21382 * m/att3b.h (XINT): Don't define.
21383 (VALBITS, VALMASK, XTYPE): Deleted.
21384 (DATA_SEG_BITS): Define.
21385 * m/gec63.h (VALBITS, VALAMASK, XTYPE, XSETTYPE, XPNTR, XSET,
21386 ARRAY_MARK_FLAG): Deleted.
21387 (DATA_SEG_BITS): Define.
21388 * m/pfa50.h (VALBITS, VALMASK, XTYPE): Deleted.
21389 (DATA_SEG_BITS): Define.
21390
21391 2002-07-20 Richard M. Stallman <rms@gnu.org>
21392
21393 * print.c (print_error_message): New args CONTEXT and CALLER.
21394 Calls changed.
21395
21396 * lisp.h (print_error_message): Declare new args.
21397
21398 * keyboard.c (cmd_error_internal): Pass Vsignaling_function
21399 and CONTEXT to print_error_message, don't print them here.
21400 For a Quit, don't use Vsignaling_function.
21401 Call message_log_maybe_newline.
21402
21403 * Makefile.in (xsmfns.o): Don't depend on lisp.h.
21404
21405 2002-07-20 Kim F. Storm <storm@cua.dk>
21406
21407 * xdisp.c (redisplay_window): Test MODIFF to set buffer_unchanged_p.
21408
21409 2002-07-19 Ken Raeburn <raeburn@gnu.org>
21410
21411 * bytecode.c (struct byte_stack): Pointers into byte string now
21412 point to const.
21413 * callproc.c (Fcall_process): Make NEW_ARGV array hold pointer to
21414 const.
21415 * charset.h (BCOPY_SHORT): Source pointer now points to const.
21416 * coding.c (encode_eol, detect_coding, detect_eol):
21417 (decode_coding, encode_coding, detect_coding_system):
21418 Source strings now treated as const.
21419 (decode_coding_string, encode_coding_string): Use STRING_COPYIN to
21420 modify Lisp string contents.
21421 * coding.h (decode_coding, encode_coding, detect_coding,
21422 detect_eol): Declarations updated.
21423 * composite.c (compose_chars_in_text): Treat Lisp string contents
21424 as const.
21425 * dispnew.c (safe_bcopy): Source pointer now points to const.
21426 * lisp.h (STRING_COPYIN): New macro.
21427 (detect_coding_system, safe_bcopy, temp_output_buffer_setup):
21428 (internal_with_output_to_temp_buffer): Declarations updated.
21429 * print.c (temp_output_buffer_setup):
21430 (internal_with_output_to_temp_buffer): Buffer name argument is now
21431 pointer to const.
21432 * sound.c (struct sound_device): Function pointer field "write"
21433 buffer argument now points to const.
21434 (vox_write): Buffer argument points to const.
21435 * syntax.c (Fstring_to_syntax, skip_chars): Treat Lisp string
21436 contents as const.
21437 * sysdep.c (emacs_write): Buffer pointer now const.
21438 * term.c (encode_terminal_code): Buffer pointer now const.
21439 * xfaces.c (may_use_scalable_font_p): Argument now points to const.
21440 (x_face_list_fonts, x_update_menu_appearance):
21441 (hash_string_case_insensitive): Treat Lisp string contents as const.
21442
21443 2002-07-19 Juanma Barranquero <lektu@terra.es>
21444
21445 * xdisp.c (syms_of_xdisp): Remove redundant deprecation info.
21446
21447 * fileio.c (syms_of_fileio): Likewise.
21448 (Ffile_name_as_directory): Fix argument name in docstring.
21449 (file_name_as_directory): Use literal '/' instead of DIRECTORY_SEP.
21450
21451 2002-07-18 Richard M. Stallman <rms@gnu.org>
21452
21453 * data.c (Fdefalias): Doc fix.
21454
21455 2002-07-17 Dave Love <fx@gnu.org>
21456
21457 * intervals.h (text_property_stickiness): Use P_.
21458
21459 * ccl.c: Remove `emacs' conditionals.
21460 (ccl_backtrace_table): Fix size spec.
21461 (ccl_driver): Fix type errors.
21462
21463 2002-07-16 Ken Raeburn <raeburn@gnu.org>
21464
21465 * alloc.c (xstrdup, make_string, make_unibyte_string)
21466 (make_multibyte_string, build_string): String pointer args now
21467 point to const.
21468 * charset.c (find_charset_in_text, c_string_width):
21469 (chars_in_text, multibyte_chars_in_text, parse_str_as_multibyte):
21470 * fileio.c (report_file_error):
21471 * insdel.c (copy_text, count_size_as_multibyte, insert_1):
21472 (count_combining_before, count_combining_after, insert_1_both):
21473 (insert, insert_and_inherit, insert_string):
21474 (insert_before_markers, insert_before_markers_and_inherit):
21475 * lread.c (intern, oblookup, hash_string):
21476 * minibuf.c (temp_echo_area_glyphs):
21477 * search.c (fast_c_string_match_ignore_case):
21478 * sysdep.c (emacs_open, set_file_times):
21479 * xfaces.c (xstricmp):
21480 * xdisp.c (store_frame_title, string_char_and_length):
21481 (message_dolog, message2, message2_nolog, set_message): Likewise.
21482 (set_message_1): Cast message string argument to const pointer.
21483 * editfns.c (general_insert_function): Insertion function now
21484 takes pointer to const for input data.
21485 * charset.h (find_charset_in_text, c_string_width):
21486 (parse_str_as_multibyte): Declarations updated.
21487 * dispextern.h (xstricmp): Declaration updated.
21488 * lisp.h (chars_in_text, multibyte_chars_in_text, copy_text):
21489 (count_size_as_multibyte, count_combining_before):
21490 (count_combining_after, insert_1, insert_1_both, message_dolog):
21491 (insert, insert_and_inherit, insert_before_markers)
21492 (insert_before_markers_and_inherit, set_message, message2):
21493 (message2_dolog, build_string, make_string, make_unibyte_string):
21494 (make_multibyte_string, intern, oblookup, report_file_error):
21495 (fast_c_string_match_ignore_case, temp_echo_area_glyphs):
21496 (emacs_open, xstrdup): Declarations updated.
21497 * systime.h (set_file_times): Declaration updated.
21498
21499 * charset.c (find_charset_in_text, lisp_string_width): Use const
21500 for pointer to lisp string data.
21501 * charset.h (FETCH_STRING_CHAR_ADVANCE):
21502 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK):
21503 * coding.c (Ffind_coding_systems_region_interval):
21504 * fileio.c (Ffile_name_directory, Ffile_name_nondirectory):
21505 (Fmake_directory_internal, Fdelete_directory):
21506 (Ffile_name_absolute_p, Fwrite_region, double_dollars):
21507 * fontset.c (font_family_registry, fs_query_fontset):
21508 (list_fontsets):
21509 * frame.c (Fframe_parameter):
21510 * keyboard.c (cmd_error_internal):
21511 * keymap.c (Fdescribe_buffer_bindings):
21512 * lread.c (complete_filename_p, openp):
21513 * minibuf.c (Fminibuffer_complete_word):
21514 * xdisp.c (string_pos_nchars_ahead, init_from_display_pos):
21515 (face_before_or_after_it_pos, next_element_from_string):
21516 (get_overlay_arrow_glyph_row, display_mode_element):
21517 (decode_mode_spec_coding):
21518 * xterm.c (same_x_server): Likewise.
21519
21520 * buffer.c (reset_buffer_local_variables): Delete "#if 0"
21521 settings of non-existent fields.
21522
21523 * editfns.c (Fstring_to_char): Don't use XSTRING/XSETSTRING to
21524 copy a lisp value.
21525
21526 * lread.c (Fintern_soft): Use string macros instead of
21527 Lisp_String fields.
21528 * keyboard.c (echo_char, parse_modifiers_uncached):
21529 (parse_solitary_modifier, Fexecute_extended_command): Likewise.
21530 * textprop.c (validate_interval_range, interval_of): Likewise.
21531
21532 * fontset.c (Fset_fontset_font): Use SDATA instead of XSTRING()->data.
21533
21534 * charset.h (FETCH_STRING_CHAR_ADVANCE)
21535 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SBYTES instead of
21536 XSTRING()->size_byte.
21537
21538 * lisp.h (SDATA, SREF): Produce rvalue.
21539 (SSET): New macro.
21540 * alloc.c (make_event_array): Use SSET for storing into a string.
21541 * buffer.c (Fother_buffer): Use SREF when retrieving a byte from
21542 a string.
21543 * casefiddle.c (casify_object): Use SSET.
21544 * charset.h (FETCH_STRING_CHAR_ADVANCE)
21545 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA when getting
21546 address of string contents.
21547 * data.c (Faref): Use SDATA.
21548 (Faset): Use SDATA, SSET.
21549 * dired.c (directory_files_internal): Use SSET.
21550 * fileio.c (Fmake_symbolic_link, Fexpand_file_name): Use SSET.
21551 (Fread_file_name): Use SREF, SSET.
21552 * fns.c (concat): Use SSET.
21553 (concat, Fdelete): Use SDATA.
21554 * insdel.c (insert_from_string_1): Use SDATA.
21555 * keyboard.c (Fevent_convert_list): Use SREF.
21556 * lread.c (Fload): Use SDATA, SSET.
21557 * macfns.c (validate_x_resource_name): Use SSET.
21558 * process.c (status_message): Use SSET.
21559 * search.c (wordify): Use SDATA.
21560 (Freplace_match): Use SREF.
21561 * w32fns.c (validate_x_resource_name): Use SSET.
21562 * xfns.c (validate_x_resource_name): Use SSET.
21563 * xterm.c (x_catch_errors, x_clear_errors): Use SSET.
21564
21565 2002-07-16 Richard M. Stallman <rms@gnu.org>
21566
21567 * s/hpux11.h (USG_SUBTTY_WORKS): Defined.
21568
21569 * xdisp.c (reconsider_clip_changes):
21570 Don't test prevent_redisplay_optimizations_p.
21571 (redisplay_internal): Test prevent_redisplay_optimizations_p
21572 along with clip_changed in some cases.
21573 (try_window_id): Likewise.
21574 (redisplay_window): New local var buffer_unchanged_p.
21575
21576 * keyboard.c (cmd_error) [HAVE_X_WINDOWS]: Maybe call cancel_houglass.
21577
21578 * process.c (create_process): Test USG_SUBTTY_WORKS.
21579 (process_send_signal): Clean up handling of GID.
21580 Detect errors in ioctls meant to set GID.
21581
21582 * window.c (temp_output_buffer_show):
21583 Don't set prevent_redisplay_optimizations_p.
21584
21585 2002-07-15 Juanma Barranquero <lektu@terra.es>
21586
21587 * eval.c (Fdefvaralias): Add docstring argument.
21588
21589 2002-07-15 Ken Raeburn <raeburn@gnu.org>
21590
21591 * lisp.h (STRING_INTERVALS): Produce rvalue.
21592 (STRING_SET_INTERVALS): New macro.
21593 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Use it.
21594 * fns.c (Fstring_as_multibyte): Likewise.
21595 * intervals.c (balance_possible_root_interval, delete_interval)
21596 (create_root_interval, copy_intervals_to_string): Likewise.
21597 * textprop.c (set_text_properties): Likewise. Use NULL_INTERVAL
21598 instead of 0.
21599
21600 2002-07-14 Ken Raeburn <raeburn@gnu.org>
21601
21602 * lisp.h (STRING_SET_CHARS): New macro.
21603 (SCHARS, SBYTES): Produce rvalues.
21604 * dired.c (directory_files_internal): Use STRING_SET_CHARS.
21605 * fns.c (concat): Likewise.
21606 * lread.c (read_vector): Likewise.
21607
21608 * lisp.h (SMBP): Delete. All uses changed to STRING_MULTIBYTE.
21609 (STRING_SET_UNIBYTE): New macro.
21610 (SET_STRING_BYTES): Delete. Callers (all of which supplied a
21611 length of -1) changed to use STRING_SET_UNIBYTE.
21612 * abbrev.c, alloc.c, buffer.c, bytecode.c, callint.c, callproc.c,
21613 casefiddle.c, category.c, ccl.c, charset.c, charset.h, coding.c,
21614 composite.c, data.c, dired.c, dispnew.c, disptab.h, doc.c,
21615 dosfns.c, editfns.c, emacs.c, eval.c, fileio.c, filelock.c, fn.c,
21616 fontset.c, frame.c, indent.c, insdel.c, intervals.c, keyboard.c,
21617 keymap.c, lread.c, mac.c, macfns.c, macmenu.c, macterm.c,
21618 minibuf.c, msdos.c, print.c, process.c, search.c, sound.c,
21619 sunfns.c, syntax.c, syntax.h, sysdep.c, textprop.c, undo.c,
21620 w16select.c, w32.c, w32fns.c, w32menu.c, w32proc.c, w32select.c,
21621 w32term.c, window.c, xdisp.c, xfaces.c, xfns.c, xmenu.c,
21622 xselect.c, xsmfns.c, xterm.c: Most uses of XSTRING combined with
21623 STRING_BYTES or indirection changed to SCHARS, SBYTES,
21624 STRING_INTERVALS, SREF, SDATA; explicit size_byte references left
21625 unchanged for now.
21626
21627 2002-07-13 Kim F. Storm <storm@cua.dk>
21628
21629 * keyboard.c (command_loop_1): Invert check on Vmemory_full.
21630
21631 2002-07-12 Richard M. Stallman <rms@gnu.org>
21632
21633 * fileio.c (Fwrite_region): Doc fix.
21634
21635 * print.c (print_error_message): Don't handle Vsignaling_function here.
21636
21637 * keyboard.c (cmd_error_internal): Handle Vsignaling_function here.
21638 (command_loop_1): Avoid certain actions after memory-full error.
21639
21640 * eval.c (Fsignal): Don't call cancel_hourglass.
21641 For a memory-full error, don't call Vsignal_hook_function
21642 and don't set Vsignaling_function.
21643
21644 * process.c (process_send_signal): Add abort call.
21645
21646 2002-07-11 Markus Rost <rost@math.ohio-state.edu>
21647
21648 * keymap.c (Fkey_binding): Fix typo.
21649
21650 2002-07-11 Richard M. Stallman <rms@gnu.org>
21651
21652 * alloc.c (Vmemory_full): New variable.
21653 (Vmemory_signal_data): Rename from memory_signal_data.
21654 Uses changed.
21655 (syms_of_alloc): Defvar them.
21656 (memory_full, buffer_memory_full): Set Vmemory_full.
21657
21658 * lisp.h (Vmemory_full): Add declaration.
21659 (current_column, indented_beyond_p): Change declaration.
21660
21661 * indent.c (last_known_column): Declare as double, not float.
21662 (current_column, current_column_1, string_display_width)
21663 (position_indentation): Return `double'.
21664 (indented_beyond_p): Arg `column' is `double'. Callers changed.
21665
21666 * xdisp.c (message_dolog): Do nothing if Vmemory_full is non-nil.
21667 (back_to_previous_visible_line_start)
21668 (reseat_at_next_visible_line_start, next_element_from_buffer):
21669 Use `double', not `float', when calling indented_beyond_p.
21670
21671 * s/hpux11.h (BROKEN_SA_RESTART): Define.
21672
21673 * sysdep.c (sys_signal): Test BROKEN_SA_RESTART.
21674
21675 2002-07-11 Juanma Barranquero <lektu@terra.es>
21676
21677 * alloc.c, buffer.c, bytecode.c, callint.c, callproc.c, coding.c,
21678 * composite.c, dired.c, dispnew.c, editfns.c, emacs.c, eval.c,
21679 * fileio.c, fns.c, insdel.c, keyboard.c, keymap.c, lread.c, macfns.c,
21680 * macmenu.c, macros.c, minibuf.c, print.c, process.c, sound.c,
21681 * textprop.c, w32fns.c, w32menu.c, window.c, xfaces.c, xfns.c,
21682 * xmenu.c, xselect.c, xterm.c: Use SPECPDL_INDEX wherever makes sense.
21683
21684 2002-07-10 Juanma Barranquero <lektu@terra.es>
21685
21686 * lisp.h (SPECPDL_INDEX): Rename from BINDING_STACK_SIZE.
21687 All callers changed.
21688
21689 2002-07-09 Stefan Monnier <monnier@cs.yale.edu>
21690
21691 * data.c (Fdefalias): Add an optional `docstring' argument.
21692 (set_internal, Fsetq_default): Use XCAR/XCDR.
21693
21694 * composite.c (HASH_VALUE, HASH_KEY):
21695 * ccl.c (HASH_VALUE): Remove (it's in lisp.h now).
21696
21697 2002-07-09 Kenichi Handa <handa@etl.go.jp>
21698
21699 * callproc.c (Fcall_process): Fix previous change.
21700
21701 2002-07-07 Stefan Monnier <monnier@cs.yale.edu>
21702
21703 * minibuf.c (Ftry_completion, Fall_completions, Ftest_completion):
21704 Add support for hash-tables.
21705 (Ftry_completion): Return t even if the string appears multiple times.
21706
21707 * fns.c (Fnconc): Use XCDR.
21708 (Fprovide): Use CONSP and XCDR.
21709 (HASH_KEY, HASH_VALUE, HASH_NEXT, HASH_HASH, HASH_INDEX)
21710 (HASH_TABLE_SIZE): Delete: moved to lisp.h.
21711 (Fmake_hash_table): Accept `:size nil'.
21712 (Fmakehash): Delete: moved to subr.el.
21713 (syms_of_fns): Don't defsubr makehash.
21714
21715 * lisp.h (HASH_KEY, HASH_VALUE, HASH_NEXT, HASH_HASH, HASH_INDEX)
21716 (HASH_TABLE_SIZE): Move from fns.c.
21717
21718 2002-07-07 Richard M. Stallman <rms@gnu.org>
21719
21720 * xdisp.c (make_cursor_line_fully_visible): Don't try short scrolls.
21721 Instead just return 0 when there is something to be done.
21722 (try_scrolling): If make_cursor_line_fully_visible returns 0,
21723 retry scrolling as if cursor were off the bottom.
21724 (try_cursor_movement): If make_cursor_line_fully_visible returns 0,
21725 return CURSOR_MOVEMENT_MUST_SCROLL.
21726 (redisplay_window): If make_cursor_line_fully_visible returns 0,
21727 go to try_to_scroll.
21728
21729 * buffer.c (Fbuffer_local_value): Store current value into its binding
21730 so we get the up-to-date value for the binding that is loaded.
21731
21732 * eval.c (Fdefmacro): Doc fix.
21733
21734 2002-07-05 Dave Love <fx@gnu.org>
21735
21736 * keyboard.c (read_key_sequence): Set initial_idleness_start_time
21737 correctly.
21738
21739 * ccl.c (Vtranslation_hash_table_vector, GET_HASH_TABLE)
21740 (HASH_VALUE, CCL_LookupIntConstTbl, CCL_LookupCharConstTbl): New.
21741 (ccl_driver): Add cases for CCL_LookupIntConstTbl,
21742 CCL_LookupCharConstTbl.
21743 (syms_of_ccl): Defvar translation-hash-table-vector.
21744
21745 2002-07-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
21746
21747 * xdisp.c: Remove unused variable `face'.
21748
21749 2002-07-04 Juanma Barranquero <lektu@terra.es>
21750
21751 * keyboard.c (post_command_idle_hook): Remove redundant (and inexact)
21752 obsolescence information.
21753
21754 2002-07-03 Andrew Choi <akochoi@shaw.ca>
21755
21756 * macterm.c (x_list_fonts): Fix comment. Cache fonts matching
21757 pattern. Search cache first.
21758 (init_font_name_table): Also add entry for jisx0201.1976-0 coding
21759 for Japanese font.
21760 (XLoadQueryFont): Use it.
21761
21762 2002-07-02 Richard M. Stallman <rms@gnu.org>
21763
21764 * keymap.c (Fdefine_key): Doc fix.
21765
21766 * xterm.c (x_term_init): Turn off polling around XtOpenDisplay.
21767
21768 2002-07-02 Juanma Barranquero <lektu@terra.es>
21769
21770 * keymap.c (syms_of_keymap): Fix typo.
21771
21772 2002-07-01 Andrew Choi <akochoi@shaw.ca>
21773
21774 * s/darwin.h: Define POSIX_SIGNALS.
21775
21776 * macterm.c (do_ae_open_documents) [MAC_OSX]: Call FSpMakeFSRef
21777 and FSRefMakePath to convert FSSpec returned with Apple Event to
21778 Posix pathname.
21779 (mac_initialize) [TARGET_API_MAC_CARBON]:
21780 Call init_required_apple_events and disable the `Quit' menu item
21781 provided automatically by the Carbon Toolbox.
21782
21783 2002-07-01 Dave Love <fx@gnu.org>
21784
21785 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
21786 for K&R.
21787
21788 * xterm.c: Fix prototype for K&R.
21789
21790 * term.c (costs_set): Declare static, non-initialized for pcc.
21791
21792 2002-07-01 Richard M. Stallman <rms@gnu.org>
21793
21794 * keyboard.c (timer_last_idleness_start_time): New variable.
21795 (timer_start_idle): Set that.
21796 (read_key_sequence): Use that to reset timer_idleness_start_time
21797 to previous value.
21798
21799 * window.c (Frecenter): With arg, set optional_new_start.
21800
21801 * xdisp.c (redisplay_internal): Make optional_new_start really work.
21802
21803 * minibuf.c (Fminibuffer_complete_and_exit): Move to end of
21804 buffer for completion.
21805
21806 2002-06-29 Ken Raeburn <raeburn@gnu.org>
21807
21808 * xdisp.c (store_mode_line_string): Lisp_Object/int mixup.
21809
21810 2002-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21811
21812 * keyboard.c (readable_filtered_events): New function that filters
21813 FOCUS_IN_EVENT depending on parameter.
21814 (readable_events): Calls readable_filtered_events, not filtering
21815 FOCUS_IN_EVENT.
21816 (get_filtered_input_pending): New function, filtering parameter passed
21817 to readable_filtered_events.
21818 (get_input_pending): Calls get_filtered_input_pending, not filtering
21819 FOCUS_IN_EVENT.
21820 (Finput_pending_p): Calls get_filtered_input_pending, DO filter
21821 FOCUS_IN_EVENT.
21822
21823 * xterm.h (struct x_output): Add focus_state.
21824
21825 * xterm.c (x_focus_changed): New function.
21826 (x_detect_focus_change): New function.
21827 (XTread_socket): Call x_detect_focus_change for FocusIn/FocusOut
21828 EnterNotify and LeaveNotify to track X focus changes.
21829
21830 2002-06-28 Andreas Schwab <schwab@suse.de>
21831
21832 * lisp.h: Remove duplicate declaration of code_convert_string_norecord.
21833
21834 2002-06-27 Kim F. Storm <storm@cua.dk>
21835
21836 * xdisp.c (mode_line_string_list, mode_line_string_face)
21837 (mode_line_string_face_prop): New variables.
21838 (store_mode_line_string): New function.
21839 (display_mode_element): Use store_mode_line_string to
21840 add mode-line string elements to mode_line_string_list
21841 when mode_line_string_list is non-nil.
21842 (Fformat_mode_line): Now returns propertized string by
21843 default. New arg NO-PROPS to ignore properties.
21844 (decode_mode_spec): Only add two dashes for %- in propertized
21845 mode-line string.
21846 (syms_of_xdisp): Init and staticpro mode_line_string_list.
21847
21848 2002-06-27 Stefan Monnier <monnier@cs.yale.edu>
21849
21850 * minibuf.c (minibuffer_completion_contents): Add return type.
21851
21852 2002-06-27 Juanma Barranquero <lektu@terra.es>
21853
21854 * charset.c (Fchar_bytes): Remove obsolescence info from docstring.
21855
21856 2002-06-26 Juanma Barranquero <lektu@terra.es>
21857
21858 * fileio.c (read_file_name_cleanup): Add missing return.
21859
21860 2002-06-26 Richard M. Stallman <rms@gnu.org>
21861
21862 * window.c (Frecenter): Don't set force_start flag.
21863
21864 * minibuf.c (do_completion, Fminibuffer_complete_word)
21865 (Fminibuffer_completion_help): Complete just the text before point.
21866 (minibuffer_completion_contents): New function.
21867
21868 * buffer.c (Fbury_buffer): Use frames_discard_buffer.
21869
21870 * frame.c (frames_bury_buffer): Function deleted.
21871
21872 2002-06-25 Miles Bader <miles@gnu.org>
21873
21874 * callint.c (Fcall_interactively): When checking to see if doprnt hit
21875 the end of callint_message, allow for a terminating '\0'.
21876
21877 2002-06-24 Juanma Barranquero <lektu@terra.es>
21878
21879 * w32select.c: Include composite.h.
21880
21881 * w16select.c: Likewise.
21882
21883 2002-06-24 Kenichi Handa <handa@etl.go.jp>
21884
21885 * callproc.c (Fcall_process): If code detection is necessary,
21886 call detect_coding directly here.
21887
21888 * coding.c (detect_eol): Preserve coding->cmp_data.
21889
21890 * w16select.c (Fw16_get_clipboard_data):
21891 * w32fns.c (w32_to_x_font):
21892 * w32select.c (Fw32_get_clipboard_data):
21893 * xselect.c (selection_data_to_lisp_data):
21894 * xterm.c (XTread_socket): Disable composition handling.
21895
21896 2002-06-24 Stefan Monnier <monnier@cs.yale.edu>
21897
21898 * print.c (temp_output_buffer_setup): Kill all local variables.
21899
21900 2002-06-22 Stefan Monnier <monnier@cs.yale.edu>
21901
21902 * lread.c (Fread): Remove redundant and imprecise declaration.
21903
21904 * xfns.c (check_x_display_info): Use check_x_frame.
21905
21906 * .gdbinit (xprintsym): Use the new `xname' field.
21907 (xsymbol): Use it.
21908
21909 2002-06-22 Jason Rumney <jasonr@gnu.org>
21910
21911 * w32fns.c (file_dialog_callback): New function.
21912 (Fx_file_dialog): Allow selecting directories as well as files.
21913
21914 2002-06-21 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
21915
21916 * m/pmax.h (START_FILES): Define START_FILES for NetBSD and
21917 OpenBSD. Add support for mipseb-*-netbsd* machines.
21918
21919 2002-06-17 Andrew Choi <akochoi@shaw.ca>
21920
21921 * macterm.c (mac_scroll_area): Set foreground and backcolor to
21922 black and white before scrolling. Restore frame background and
21923 foreground color after scrolling.
21924 (do_window_update): Call XClearWindow before calling expose_frame.
21925 (make_mac_frame): Don't set FRAME_BACKGROUND_PIXEL and
21926 FRAME_FOREGROUND_PIXEL of frame.
21927
21928 * macterm.c (XTread_socket): If Vmac_command_key_is_meta is nil,
21929 test Mac command key as <ALT> key.
21930
21931 2002-06-17 Stefan Monnier <monnier@cs.yale.edu>
21932
21933 * window.c (Fset_window_configuration): Lisp_Object/int mixup.
21934
21935 * keyboard.c (read_key_sequence): Be more careful with first_unbound.
21936 Lookup keys in function-key-map immediately so that key-translation-map
21937 can be applied earlier.
21938 Remove function_key_possible and key_translation_possible, replaced
21939 by checking `keytran_start < t'.
21940
21941 * .gdbinit (xsymbol): Use the new `xname' field.
21942
21943 2002-06-17 Andrew Choi <akochoi@shaw.ca>
21944
21945 * macterm.c (XTread_socket): If Vmac_command_key_is_meta is nil,
21946 test Mac command key as <ALT> key.
21947
21948 * mac.c (do_applescript): Call initialize_applescript if necessary
21949 when first called. Dispose of result_desc only when there is no error.
21950 (Fdo_applescript): Use %d format specifier instead of %ld.
21951
21952 2002-06-16 Andrew Choi <akochoi@shaw.ca>
21953
21954 * macterm.c (XTread_socket): Call FrontNonFloatingWindow instead
21955 of FrontWindow for cases keyDown and autoKey.
21956
21957 * fontset.c (syms_of_fontset) [MAC_OS]: Set ASCII font of
21958 Vdefault_fontset to Monaco with mac-roman coding.
21959
21960 * mac.c, macfns.c, macmenu.c, macterm.c: Undefine and redefine
21961 init_process before and after inclusion of Carbon/Carbon.h, resp.
21962
21963 * macterm.c (x_new_font): Set font for normal_gc, reverse_gc, and
21964 cursor_gc.
21965 (add_font_name_table_entry): New function.
21966 (init_font_name_table): Use add_font_name_table_entry; add italic,
21967 bold, and bold-italic entries for truetype fonts.
21968
21969 * xfaces.c (init_frame_faces) [MAC_OS]: Call realize_basic_faces
21970 for Mac too.
21971 (try_font_list) [MAC_OS]: If no font matches given registry, try
21972 fonts with any registry matching face_family.
21973 (realize_x_face) [MAC_OS]: Remove old ad-hoc fix to load font here.
21974
21975 * s/darwin.h: If autoconf detects the Ncurses library, define
21976 LIBS_TERMCAP to -lncurses to use it.
21977
21978 2002-06-16 Eli Zaretskii <eliz@is.elta.co.il>
21979
21980 * strftime.c [__hpux]: Include sys/_mbstate_t.h.
21981
21982 2002-06-15 Richard M. Stallman <rms@gnu.org>
21983
21984 * window.c (Fset_window_configuration): Explicitly preserve
21985 the point value that new_current_buffer had at the start.
21986
21987 2002-06-14 Juanma Barranquero <lektu@terra.es>
21988
21989 * composite.c (Fcompose_region_internal, Fcompose_string_internal):
21990 Fix typos.
21991
21992 2002-06-14 Kim F. Storm <storm@cua.dk>
21993
21994 * insdel.c (insert_1_both, insert_from_string_1)
21995 (insert_from_buffer_1): Recalculate END_UNCHANGED in case the
21996 insert happened in the end_unchanged region. Otherwise, the
21997 redisplay may be confused and duplicate the last line in the
21998 buffer [seen after save-buffer when require-final-newline==t].
21999
22000 2002-06-13 Jason Rumney <jasonr@gnu.org>
22001
22002 * w32.c (init_environment): Remove EMACSLOCKDIR.
22003 (stat): Swap _S_IFDIR and _S_IFREG.
22004
22005 2002-06-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22006
22007 * keyboard.c, macterm.c, macmenu.c, msdos.c, sysdep.c
22008 * termhooks.h, xmenu.c, xsmfns.c, xterm.h, xterm.c, w32term.c,
22009 * w32menu.c, w32inevt.c: Rename enum event_kind as follows:
22010 ascii_keystroke to ASCII_KEYSTROKE_EVENT, multibyte_char_keystroke
22011 to MULTIBYTE_CHAR_KEYSTROKE_EVENT, non_ascii_keystroke to
22012 NON_ASCII_KEYSTROKE_EVENT, timer_event to TIMER_EVENT, mouse_click
22013 to MOUSE_CLICK_EVENT, mouse_wheel to MOUSE_WHEEL_EVENT,
22014 language_change_event to LANGUAGE_CHANGE_EVENT, scroll_bar_click
22015 to SCROLL_BAR_CLICK_EVENT, w32_scroll_bar_click to
22016 W32_SCROLL_BAR_CLICK_EVENT, selection_request_event to
22017 SELECTION_REQUEST_EVENT, selection_clear_event to
22018 SELECTION_CLEAR_EVENT, buffer_switch_event to BUFFER_SWITCH_EVENT,
22019 delete_window_event to DELETE_WINDOW_EVENT, iconify_event to
22020 ICONIFY_EVENT, deiconify_event to DEICONIFY_EVENT,
22021 menu_bar_activate_event to MENU_BAR_ACTIVATE_EVENT, drag_n_drop to
22022 DRAG_N_DROP_EVENT, save_session_event to SAVE_SESSION_EVENT and
22023 no_event to NO_EVENT.
22024
22025 2002-06-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22026
22027 * macmenu.c: Remove declaration of Qmouse_click and Qevent_kind.
22028
22029 2002-06-12 Stefan Monnier <monnier@cs.yale.edu>
22030
22031 * intervals.c (textget): Don't forget to `return'.
22032 (lookup_char_property): Use XCAR/XCDR.
22033
22034 2002-06-12 Juanma Barranquero <lektu@terra.es>
22035
22036 * xdisp.c (Fformat_mode_line): Fix typo.
22037
22038 2002-06-12 Kim F. Storm <storm@cua.dk>
22039
22040 * xdisp.c (Fformat_mode_line): New function.
22041 (frame_title_buf, frame_title_buf_end, frame_title_ptr)
22042 (store_frame_title_char, store_frame_title): Use unconditionally.
22043 (init_xdisp): Defsubr Fformat_mode_line.
22044 Initialize frame_title_buf etc. unconditionally.
22045
22046 2002-06-11 Stefan Monnier <monnier@cs.yale.edu>
22047
22048 * keyboard.c (read_key_sequence):
22049 Remove prev_(fkey|keytran}_(map|start|end) since we don't want to pass
22050 things through those maps after downcasing events.
22051 Enforce that keytran_end <= fkey_start, i.e. that key-translation-map
22052 applies after function-key-map.
22053 Make sure that keytran can be done in the middle in the sequence.
22054 Be careful not to throw away events past the one we downcase.
22055
22056 * lread.c (read_integer): Remove unused var `tem'.
22057 (read1): Fix int/Lisp_Object mixup.
22058
22059 * xfaces.c (tty_lookup_color): Type bool/Lisp_Object mismatch fixed.
22060
22061 2002-06-11 Richard M. Stallman <rms@gnu.org>
22062
22063 * keyboard.c (readable_events): Ignore any number of
22064 FOCUS_IN_EVENT events and return 0 if nothing else in buffer.
22065
22066 2002-06-09 Miles Bader <miles@gnu.org>
22067
22068 * xfaces.c (Ftty_supports_face_attributes_p): New function.
22069 (parse_rgb_list, tty_lookup_color): New functions.
22070 (tty_defined_color): Use `tty_lookup_color' to do all the work.
22071 (color_distance, Fcolor_distance): New functions.
22072 (TTY_SAME_COLOR_THRESHOLD): New macro.
22073 (Qtty_color_standard_values): New variable.
22074 (syms_of_xfaces): Initialize new vars & functions.
22075
22076 2002-06-08 Colin Walters <walters@verbum.org>
22077
22078 * textprop.c (Vchar_property_alias_alist): New variable.
22079 (syms_of_textprop) <Vchar_property_alias_alist>: DEFVAR_LISP.
22080
22081 * intervals.c (lookup_char_property): New function for looking up
22082 overlay and text properties, created from textget.
22083 (textget): Use it.
22084
22085 * intervals.h (lookup_char_property): Declare.
22086 (Vchar_property_alias_alist): Declare.
22087
22088 * buffer.c (Foverlay_get): Use lookup_char_property.
22089
22090 2002-06-07 Sam Steingold <sds@gnu.org>
22091
22092 * xselect.c (lisp_data_to_selection_data): Fix last change:
22093 *data_ret is not a Lisp string, while unibyte_string is.
22094
22095 2002-06-07 Eli Zaretskii <eliz@is.elta.co.il>
22096
22097 * xselect.c (lisp_data_to_selection_data): Fix last change:
22098 set size_ret.
22099
22100 2002-06-07 Andreas Schwab <schwab@suse.de>
22101
22102 * m/amdx86-64.h: New file.
22103
22104 2002-06-05 Eli Zaretskii <eliz@is.elta.co.il>
22105
22106 * fns.c (Fstring_make_unibyte): Doc fix.
22107
22108 * xselect.c (lisp_data_to_selection_data): If the requested type
22109 is STRING, call string_make_unibyte to encode the selected text
22110 as a string.
22111
22112 * window.c (Fset_window_hscroll): Doc fix.
22113
22114 2002-06-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22115
22116 * fileio.c (choose_write_coding_system):
22117 Call select-safe-coding-system properly.
22118
22119 2002-06-03 Richard M. Stallman <rms@gnu.org>
22120
22121 * xdisp.c (message_with_string): Error if STRING is not a string.
22122
22123 * fns.c (md5): Pass FILE arg to Vselect_safe_coding_system_function.
22124
22125 * fileio.c (choose_write_coding_system): Pass FILE arg to
22126 Vselect_safe_coding_system_function.
22127
22128 2002-06-03 Ken Raeburn <raeburn@gnu.org>
22129
22130 * buffer.c (fix_overlays_before): Fix list-walking bug in 05-19 change.
22131
22132 2002-06-02 Thien-Thi Nguyen <ttn@gnu.org>
22133
22134 * bytecode.c (Fbyte_code): Cast `current_column' return value to int.
22135 * cmds.c (Fdelete_backward_char, internal_self_insert): Likewise.
22136 * keymap.c (describe_command): Likewise.
22137 * minibuf.c (read_minibuf): Likewise.
22138
22139 * xdisp.c (redisplay_internal, redisplay_window, decode_mode_spec):
22140 Cast `current_column' return value to int.
22141 (back_to_previous_visible_line_start)
22142 (reseat_at_next_visible_line_start, next_element_from_buffer):
22143 Cast `indented_beyond_p' 3rd arg to float.
22144
22145 * indent.c (last_known_column): Now a float.
22146 (current_column_1, position_indentation, current_column)
22147 (string_display_width): Return float.
22148 (Fcurrent_column): Cast `current_column' return value to int.
22149 (Fcurrent_indentation): Cast `position_indentation' retval to int.
22150 (indented_beyond_p): Third arg now a float.
22151 (compute_motion, vmotion): Cast `indented_beyond_p' 3rd arg to float.
22152
22153 * lisp.h (current_column): Now returns float.
22154 (indented_beyond_p): 3rd arg now a float.
22155
22156 2002-05-31 Eli Zaretskii <eliz@is.elta.co.il>
22157
22158 * xfns.c (x_encode_text): Return stringp non-NULL if coding_system
22159 is Qcompound_text_with_extensions.
22160
22161 * xselect.c (lisp_data_to_selection_data): Always set selection
22162 type as string if x_encode_text returns streingp non-NULL.
22163
22164 * s/netbsd.h: Include /usr/pkg in the run time shared library path.
22165
22166 2002-05-30 Richard M. Stallman <rms@gnu.org>
22167
22168 * window.c (Fset_window_configuration): Correct the handling
22169 of point in current buffer, to work with multiple windows.
22170
22171 2002-05-29 Colin Walters <walters@verbum.org>
22172
22173 * lread.c (Fread_from_string): Don't depend on order of evaluation
22174 for C function parameters.
22175
22176 2002-05-28 Richard M. Stallman <rms@gnu.org>
22177
22178 * xterm.c (x_display_and_set_cursor): Change the cursor in the same
22179 way for blinked-off state and for a nonselected window.
22180
22181 * window.c (window_scroll_pixel_based): Don't call Fbolp;
22182 instead, see if the new start pos is at beginning of line.
22183
22184 * fileio.c (Fwrite_region): If START is a string, don't
22185 make any annotations.
22186
22187 * eval.c (syms_of_eval): Doc fix.
22188
22189 2002-05-28 Colin Walters <walters@debian.org>
22190
22191 * emacs.c (USAGE1): Add --no-splash.
22192 (standard_args): Ditto.
22193
22194 2002-05-28 Colin Walters <walters@gnu.org>
22195
22196 * lread.c (readchar_count): New variable.
22197 (readchar): Increment it.
22198 (unreadchar): Decrement it.
22199 (read_multibyte): Decrement it.
22200 (Vread_with_symbol_positions): New variable.
22201 (Vread_symbol_positions_list): New variable.
22202 (read_internal_start): New function, created from Fread and
22203 Fread_from_string. Handle Vread_symbol_positions_list and
22204 Vread_with_symbol_positions.
22205 (readevalloop, Fread, Fread_from_string): Use it.
22206 (read1): Use readchar_count to add symbol positions to
22207 Vread_symbol_positions_list if Vread_with_symbol_positions is non-nil.
22208 (syms_of_lread): DEFVAR_LISP and initialize them.
22209
22210 * lread.c (read0, read1, read_list, read_vector, read_multibyte)
22211 (substitute_object_recurse, substitute_object_in_subtree)
22212 (substitute_in_interval): Prototype.
22213 (read_multibyte): Return c if it's less than zero.
22214
22215 2002-05-28 Kim F. Storm <storm@cua.dk>
22216
22217 * fileio.c (Fread_file_name_internal): Added brute-force
22218 speed up for using predicate file-directory-p.
22219
22220 2002-05-28 Kim F. Storm <storm@cua.dk>
22221
22222 * fileio.c (Vread_file_name_function, Vread_file_name_predicate):
22223 New variables.
22224 (syms_of_fileio): DEFVAR_LISP them.
22225 (read_file_name_cleanup): New unwind function.
22226 (Fread_file_name_internal): Only return completions satifying
22227 Vread_file_name_predicate. Temporarily unwind protect and rebind
22228 default-directory while checking completions against the predicate.
22229 (Fread_file_name): Added PREDICATE argument. Specbind it to
22230 Vread_file_name_predicate during completion.
22231 Call Vread_file_name_function to read the file name if non-nil.
22232
22233 * lisp.h (Fread_file_name): Now has 6 args.
22234
22235 * callint.c (Fcall_interactively) <"D">: Supply Qfile_directory_p
22236 predicate for Fread_file_name when reading directory name.
22237 Supply Qnil for predicate in other calls to Fread_file_name.
22238
22239 2002-05-26 Miles Bader <miles@gnu.org>
22240
22241 * term.c (tty_capable_p): New function.
22242 * dispextern.h (tty_capable_p): New function declaration.
22243 (TTY_CAP_INVERSE, TTY_CAP_UNDERLINE, TTY_CAP_BOLD, TTY_CAP_DIM)
22244 (TTY_CAP_BLINK, TTY_CAP_ALT_CHARSET): New macros.
22245
22246 2002-05-23 Stefan Monnier <monnier@cs.yale.edu>
22247
22248 * fileio.c (read_non_regular, Finsert_file_contents): Use BEG_BYTE.
22249 (Finsert_file_contents, build_annotations): Use XCAR, XCDR.
22250 (Vwrite_region_annotate_functions): Docstring fix.
22251
22252 2002-05-23 Kim F. Storm <storm@cua.dk>
22253
22254 * xterm.c (x_write_glyphs): Clear phys_cursor_on_p if current
22255 phys_cursor's hpos is overwritten. This is still not completely
22256 correct, as it doesn't really make sense to use hpos at all to
22257 get the cursor glyph (as that is relative to the width of the
22258 characters on the line, which may have changed during the update).
22259
22260 2002-05-22 Jason Rumney <jasonr@gnu.org>
22261
22262 * w32fns.c (enumfont_t): Remove tail, make pattern a normal
22263 Lisp_Object.
22264 (enum_font_cb2, enum_font_maybe_add_to_list, w32_list_fonts):
22265 Use modified enumfont_t struct.
22266
22267 * w32term.h (text_cursor_kinds): New enumeration member HBAR_CURSOR.
22268
22269 * w32term.c (x_draw_bar_cursor): New argument KIND; callers changed.
22270 Handle the `hbar' cursor type.
22271 (x_display_and_set_cursor): Handle the HBAR_CURSOR case.
22272
22273 * w32fns.c (Qhbar): New variable.
22274 (x_specified_cursor_type): Use it.
22275
22276 2002-05-21 Ken Raeburn <raeburn@gnu.org>
22277
22278 * w32fns.c (enum_font_maybe_add_to_list): Use XCDR_AS_LVALUE for
22279 now, when the address is needed.
22280
22281 2002-05-21 Colin Walters <walters@gnu.org>
22282
22283 * Makefile.in (shortlisp): Add font-core.el.
22284
22285 2002-05-20 Richard M. Stallman <rms@gnu.org>
22286
22287 * buffer.c (syms_of_buffer) <cursor-type>: Doc fix.
22288
22289 * keyboard.c (read_char_minibuf_menu_prompt): Don't list
22290 equivalent key bindings here.
22291
22292 2002-05-20 Ken Raeburn <raeburn@gnu.org>
22293
22294 Change symbol structure to contain a lisp object for the symbol
22295 name:
22296 * lisp.h (struct Lisp_Symbol): Replace field "name" with a lisp
22297 object field named "xname".
22298 (SYMBOL_NAME): New macro.
22299 * abbrev.c (write_abbrev): Use SYMBOL_NAME instead of XSYMBOL and
22300 name field.
22301 * alloc.c (Fmake_symbol): Set symbol xname field instead of name.
22302 (mark_object, gc_sweep): Use symbol xname field and XSTRING
22303 instead of name field.
22304 * buffer.c (buffer_slot_type_mismatch): Use XSTRING and
22305 SYMBOL_NAME instead of XSYMBOL and name field.
22306 * callint.c (Fcall_interactively): Use XSTRING and SYMBOL_NAME
22307 instead of XSYMBOL and name field.
22308 * charset.c (Fdefine_charset, Fdeclare_equiv_charset): Use XSTRING
22309 and SYMBOL_NAME instead of XSYMBOL and name field.
22310 * coding.c (Fread_coding_system, code_convert_region1)
22311 (code_convert_string1, code_convert_string_norecord)
22312 (Ffind_operation_coding_system): Use SYMBOL_NAME instead of
22313 XSYMBOL and name field.
22314 * data.c (Fkeywordp, Fsymbol_name, store_symval_forwarding)
22315 (Fmake_variable_buffer_local, Fmake_local_variable)
22316 (Fmake_variable_frame_local): Use SYMBOL_NAME and XSTRING instead
22317 of XSYMBOL and name field.
22318 * editfns.c (Fformat): Use SYMBOL_NAME and XSTRING instead of
22319 XSYMBOL and name field.
22320 * emacs.c (shut_down_emacs) [#if 0]: Use SYMBOL_NAME and XSTRING
22321 instead of XSYMBOL and name field.
22322 * eval.c (do_autoload): Use SYMBOL_NAME and XSTRING instead of
22323 XSYMBOL and name field.
22324 * fns.c (Fstring_equal, Fstring_lessp, Frequire, sxhash):
22325 Use SYMBOL_NAME and XSTRING instead of XSYMBOL and name field.
22326 * fontset.c (Fset_fontset_font): Use SYMBOL_NAME and XSTRING
22327 instead of XSYMBOL and name field.
22328 * keyboard.c (echo_char, record_char, parse_modifiers_uncached)
22329 (parse_modifiers, apply_modifiers, Fevent_convert_list)
22330 (parse_solitary_modifier, Fexecute_extended_command):
22331 Use SYMBOL_NAME and XSTRING instead of XSYMBOL and name field.
22332 * keymap.c (silly_event_symbol_error, Fsingle_key_description)
22333 (Fdescribe_buffer_bindings): Use SYMBOL_NAME and XSTRING instead
22334 of XSYMBOL and name field.
22335 (describe_command, describe_translation): Use SYMBOL_NAME and
22336 assignment instead of XSYMBOL and name field and XSETSTRING.
22337 * lread.c (Fintern_soft, oblookup): Use SYMBOL_NAME and XSTRING
22338 instead of XSYMBOL and name field.
22339 (Funintern): Use SYMBOL_NAME and assignment instead of XSYMBOL and
22340 name field and XSETSTRING.
22341 * macfns.c (parse_image_spec): Use SYMBOL_NAME and XSTRING instead
22342 of XSYMBOL and name field.
22343 * minibuf.c (Fread_command, Fread_variable): Use SYMBOL_NAME and
22344 assignment instead of XSYMBOL and name field and XSETSTRING.
22345 * print.c (print_error_message, print_object): Use SYMBOL_NAME and
22346 XSTRING instead of XSYMBOL and name field.
22347 * process.c (set_socket_options, Fsignal_process): Use SYMBOL_NAME
22348 and XSTRING instead of XSYMBOL and name field.
22349 * w32fns.c (parse_image_spec, w32_parse_hot_key): Use SYMBOL_NAME
22350 and XSTRING instead of XSYMBOL and name field.
22351 * xfaces.c (merge_face_vector_with_property): Use SYMBOL_NAME and
22352 XSTRING instead of XSYMBOL and name field.
22353 * xfns.c (parse_image_spec): Use SYMBOL_NAME and XSTRING instead
22354 of XSYMBOL and name field.
22355 * xselect.c (symbol_to_x_atom, x_get_foreign_selection):
22356 Use SYMBOL_NAME and XSTRING instead of XSYMBOL and name field.
22357
22358 2002-05-19 Ken Raeburn <raeburn@gnu.org>
22359
22360 * lisp.h (LISP_MAKE_RVALUE): Delete disabled version, making XCAR
22361 and XCDR real rvalues in most configurations.
22362
22363 * buffer.c (fix_overlays_in_range, fix_overlays_before):
22364 Don't take the address of the cdr part of a cons cell; instead, track
22365 the parent cell and call XSETCDR, or set the variable for the head
22366 of the list if we haven't started down the list yet.
22367
22368 2002-05-19 Richard M. Stallman <rms@gnu.org>
22369
22370 * doc.c (reread_doc_file): Don't ask for confirmation.
22371
22372 2002-05-18 Jason Rumney <jasonr@gnu.org>
22373
22374 * w32fns.c (w32_create_pixmap_from_bitmap_data): New function.
22375 (xbm_load_image): Use it.
22376 (xbm_load): Ditto.
22377 (xbm_read_bitmap_data): Reverted to xfns.c version.
22378 From David Ponce <david@dponce.com>.
22379
22380 2002-05-17 Eli Zaretskii <eliz@is.elta.co.il>
22381
22382 * msdos.c (sig_suspender, sigprocmask): Don't define for DJGPP
22383 2.02 and later.
22384
22385 2002-05-16 Juanma Barranquero <lektu@terra.es>
22386
22387 * keyboard.c (Fthis_command_keys, Fthis_command_keys_vector): Fix typo.
22388
22389 2002-05-15 Stefan Monnier <monnier@cs.yale.edu>
22390
22391 * keyboard.c (read_char_x_menu_prompt): Use an equivalent but more
22392 meaningful test.
22393 (read_char_minibuf_menu_prompt): Fix typo.
22394
22395 2002-05-15 Eli Zaretskii <eliz@is.elta.co.il>
22396
22397 * eval.c (Fcommandp): Doc fix.
22398
22399 2002-05-13 Stefan Monnier <monnier@cs.yale.edu>
22400
22401 * keymap.c (keymap_parent): New fun, extracted from Fkeymap_parent.
22402 (Fkeymap_parent, keymap_memberp, fix_submap_inheritance): Use it.
22403 (Fset_keymap_parent): Gcpro a bit more.
22404 (access_keymap): Gcpro around meta_map call and around the main loop.
22405 (get_keyelt): Gcpro when following indirect references.
22406 (copy_keymap_item): New fun, extracted from Fcopy_keymap.
22407 (copy_keymap_1, Fcopy_keymap): Use it. Don't copy the parent map.
22408 (Fdefine_key, Flookup_key): Gcpro before calling get_keymap.
22409 Remove useless ad-hoc remap code.
22410
22411 2002-05-13 Richard M. Stallman <rms@gnu.org>
22412
22413 * search.c (search_buffer): Give up boyer moore search if inverse
22414 translation change charset_base.
22415
22416 2002-05-12 Eli Zaretskii <eliz@is.elta.co.il>
22417
22418 * coding.c (decode_coding) <coding_type_ccl>: If a lone CR
22419 characters is carried over from the previous block of text, adjust
22420 coding->produced to account for the extra character.
22421
22422 2002-05-11 Andreas Schwab <schwab@suse.de>
22423
22424 * coding.c (intersection): Keep the elements of the returned list
22425 in the same order as in the first list.
22426
22427 2002-05-11 Kim F. Storm <storm@cua.dk>
22428
22429 * keymap.c (current_minor_maps): Fix resizing of cmm_maps;
22430 only update cmm_size if realloc actually succeeds.
22431 Testing with initial size of 2 elements revealed that using
22432 realloc on GNU/Linux would cause a random trap in xmalloc
22433 later on, so I rewrote the code to use malloc/bcopy/free instead
22434 of realloc.
22435
22436 2002-05-10 Jason Rumney <jasonr@gnu.org>
22437
22438 * w32fns.c (enum_font_cb2): Avoid DBCS raster fonts.
22439
22440 2002-05-10 Eli Zaretskii <eliz@is.elta.co.il>
22441
22442 * coding.c (encode_coding_sjis_big5): Enclose bitwise AND in
22443 parens, to ensure correct evaluation order.
22444
22445 2002-05-10 Kim F. Storm <storm@cua.dk>
22446
22447 * keymap.c (Vemulation_mode_map_alists): New variable.
22448 (syms_of_keymap): DEFVAR_LISP it.
22449 (current_minor_maps): Process keymap alists in that list before
22450 minor-mode-overriding-map-alist and minor-mode-map-alist.
22451
22452 2002-05-09 Richard M. Stallman <rms@gnu.org>
22453
22454 * search.c (Freplace_match): Doc fix.
22455
22456 2002-05-09 Kim F. Storm <storm@cua.dk>
22457
22458 * macterm.c (x_draw_image_foreground, x_draw_image_foreground_1):
22459 Enlarge cursor rectangle drawn around image with non-zero relief.
22460
22461 * w32term.c (x_draw_image_foreground, w32_draw_image_foreground_1):
22462 Enlarge cursor rectangle drawn around image with non-zero relief.
22463
22464 * xterm.c (x_draw_image_foreground, x_draw_image_foreground_1):
22465 Enlarge cursor rectangle drawn around image with non-zero relief.
22466
22467 2002-05-07 Eli Zaretskii <eliz@is.elta.co.il>
22468
22469 * xselect.c (lisp_data_to_selection_data): Don't set selection
22470 type if comes from the Lisp object's car. If the selection
22471 contains a pure ASCII text, always return QSTRING as its type.
22472
22473 2002-05-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22474
22475 * mac.c (mac-cut-function): Doc fix.
22476
22477 2002-05-05 Richard M. Stallman <rms@gnu.org>
22478
22479 * s/gnu.h [DOUG_LEA_MALLOC] (REL_ALLOC): Undefine it.
22480
22481 2002-05-04 Jason Rumney <jasonr@gnu.org>
22482
22483 * keyboard.c (make_lispy_event) <mouse-wheel>: Set count to 1
22484 for event-click-count.
22485
22486 * process.c (init_process): Only add server subfeature if we can
22487 use non-blocking I/O.
22488
22489 2002-05-04 Andrew Choi <akochoi@shaw.ca>
22490
22491 * macterm.c (XTread_socket): Call WaitNextEvent once instead of
22492 repeatedly.
22493
22494 2002-05-03 Jason Rumney <jasonr@gnu.org>
22495
22496 * process.c (Fmake_network_process): Only support server sockets
22497 when we can make them non-blocking.
22498
22499 * s/ms-w32.h (HAVE_SELECT): Define.
22500
22501 * w32.h (FILE_NDELAY): New flag.
22502
22503 * w32.c (sys_getpeername, fcntl): New functions.
22504 (_sys_read_ahead): Temporarily block on non-blocking sockets.
22505
22506 * w32proc.c: Include sys/file.h.
22507
22508 2002-05-03 Colin Walters <walters@verbum.org>
22509
22510 * callproc.c (Vgame_score_directory): Renamed to
22511 Vshared_game_score_directory.
22512
22513 2002-04-30 Richard M. Stallman <rms@gnu.org>
22514
22515 * s/gnu.h [emacs]: Include stdio.h.
22516 (GNU_LIBRARY_PENDING_OUTPUT_COUNT): New definition, conditional.
22517
22518 * eval.c (do_autoload): Error if called while preparing to dump.
22519
22520 * fns.c (Frequire): Error if need to load while preparing to dump.
22521
22522 2002-04-28 Colin Walters <walters@verbum.org>
22523
22524 * callproc.c (Vgame_score_directory) [!HAVE_SHARED_GAME_DIR]:
22525 Default to "~/.emacs.d/games".
22526
22527 2002-04-29 Stefan Monnier <monnier@cs.yale.edu>
22528
22529 * lread.c (openp): Change arg exec_only to predicate.
22530 (build_load_history): Use XCAR/XCDR.
22531 (Flocate_file_internal): New fun.
22532 (syms_of_lread): Defsubr it.
22533 (Fload): Update call to openp.
22534
22535 * lisp.h (openp): Update prototype.
22536
22537 * xfns.c (x_create_bitmap_from_file, x_find_image_file):
22538 * w32proc.c (sys_spawnve):
22539 * w32fns.c (x_create_bitmap_from_file, x_find_image_file):
22540 * w32.c (check_windows_init_file):
22541 * sound.c (Fplay_sound_internal):
22542 * process.c (Fstart_process):
22543 * macfns.c (x_create_bitmap_from_file, x_find_image_file):
22544 * mac.c (run_mac_command):
22545 * emacs.c (init_cmdargs):
22546 * callproc.c (Fcall_process): Update call to openp.
22547
22548 * textprop.c (remove_properties): Don't use XCAR without CONSP.
22549
22550 * xterm.c (XTread_socket): Disable the Xutf8LookupString code.
22551
22552 2002-04-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22553
22554 * dispextern.h (DEFAULT_TOOL_BAR_BUTTON_MARGIN)
22555 (DEFAULT_TOOL_BAR_BUTTON_RELIEF): Change default values.
22556
22557 2002-04-28 Richard M. Stallman <rms@gnu.org>
22558
22559 * minibuf.c (Fall_completions, Ftry_completion): New arg to Fcommandp.
22560
22561 * eval.c (Fcommandp): New arg for_call_interactively.
22562 * lisp.h (Fcommandp): Declare new arg.
22563
22564 2002-04-28 Jason Rumney <jasonr@gnu.org>
22565
22566 * w32proc.c (syms_of_w32proc): Get true file attributes by default.
22567
22568 * w32.c (stat, fstat): Use file index information to generate
22569 inodes for directories where available.
22570
22571 2002-04-26 Andrew Choi <akochoi@shaw.ca>
22572
22573 * Makefile.in (C_SWITCH_SYSTEM_TEMACS): Add.
22574 [HAVE_CARBON]: Include Mac object files.
22575
22576 * alloc.c, callproc.c, dispextern.h, dispnew.c, emacs.c,
22577 fontset.c, frame.c, frame.h, keyboard.c, sysdep.c, term.c,
22578 termcap.c, window.c, xdisp.c, xfaces.c: Use macros MAC_OS8,
22579 MAC_OSX, and MAC_OS instead of macintosh.
22580
22581 * editfns.c [MAC_OS8]: Include stdio.h.
22582
22583 * emacs.c [MAC_OS8]: Call mac_initialize instead of x_term_init.
22584
22585 * fontset.c [MAC_OS]: Set Vdefault_fontset to ETL Fixed instead of
22586 Apple Monaco.
22587
22588 * process.c (QCfamily, QCfilte): Declare extern.
22589 (wait_reading_process_input) [MAC_OSX]: Clear bit for stdin before
22590 calling select.
22591
22592 * termcap.c [MAC_OSX]: Don't define tgetnum, PC, tputs, and tgetent.
22593
22594 * tparam.c [MAC_OSX]: Don't define BC and UP.
22595
22596 * config.in [HAVE_CARBON]: Add.
22597
22598 * mac.c, macgui.h, macfns.c, macmenu.c, macterm.c, macterm.h:
22599 Move here from mac/src and mac/inc.
22600
22601 * s/darwin.h, m/powermac.h, unexmacosx.c: New files.
22602
22603 2002-04-26 Gerd Moellmann <gerd@gnu.org>
22604
22605 * xterm.c (x_draw_phys_cursor_glyph): Undo last change.
22606 Compute phys_cursor_width from the x position returned
22607 by x_draw_glyhs, which is cheaper.
22608 (x_display_and_set_cursor): Compute the buffer-local value
22609 of `cursor-in-non-selected-windows' only when needed.
22610
22611 2002-04-25 Gerd Moellmann <gerd@gnu.org>
22612
22613 * xterm.c (x_draw_phys_cursor_glyph): Take into account that a box
22614 cursor on a stretch glyph has a width that depends on
22615 x_stretch_cursor_p.
22616
22617 2002-04-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22618
22619 * abbrev.c (abbrev-start-location): Doc fix.
22620
22621 * indent.c (Fvertical_motion): Fix last change.
22622
22623 2002-04-25 Gerd Moellmann <gerd@gnu.org>
22624
22625 * indent.c (Fvertical_motion): Move to the start of the line
22626 containing PT before moving up or down.
22627
22628 2002-04-24 Gerd Moellmann <gerd@gnu.org>
22629
22630 * dispnew.c (update_text_area): Set phys_cursor_on_p to 0 in the
22631 case of writing a whole row, more or less analogous to the case of
22632 writing only parts of a row.
22633
22634 * xterm.c (x_display_and_set_cursor): Set phys_cursor_width to
22635 0 for NO_CURSOR.
22636
22637 * xterm.c (notice_overwritten_cursor): Fix an off by 1 error.
22638
22639 2002-04-23 Colin Walters <walters@verbum.org>
22640
22641 * buffer.c (syms_of_buffer): Doc fix.
22642
22643 2002-04-23 Gerd Moellmann <gerd@gnu.org>
22644
22645 * xterm.c (notice_overwritten_cursor): Handle the special case
22646 of the cursor being in the first blank non-text line at the
22647 end of a window.
22648
22649 * xterm.c (x_draw_hollow_cursor, x_draw_bar_cursor)
22650 (x_draw_phys_cursor_glyph): Set phys_cursor_width here.
22651 (x_display_and_set_cursor): Don't set phys_cursor_width here, for
22652 bar cursors only, to make phys_cursor_width contain what its name
22653 suggests.
22654 (notice_overwritten_cursor): Consider the cursor image erased if
22655 the output area intersects the cursor image in y-direction.
22656
22657 2002-04-23 Simon Marshall <simon@gnu.org>
22658
22659 * xfns.c (x_set_mouse_color): Change default for cross_cursor
22660 to XC_hand2.
22661
22662 2002-04-23 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22663
22664 * xdisp.c: Remove unused global variable `minibuf_prompt_pixel_width'.
22665
22666 2002-04-22 Kim F. Storm <storm@cua.dk>
22667
22668 * textprop.c (remove_properties): Fixed trap for malformed plist.
22669
22670 2002-04-22 Richard M. Stallman <rms@gnu.org>
22671
22672 * cmds.c (Fend_of_line): Handle intangible text in mid line.
22673
22674 * window.c (make_window): Initialize height_fixed_p,
22675 last_cursor_off_p, and p->cursor_off_p slots.
22676
22677 2002-04-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22678
22679 * fns.c (use-dialog-box): Doc fix.
22680
22681 2002-04-19 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22682
22683 * xterm.c (note_mode_line_or_margin_highlight): Remove unused
22684 variables `row', `i' and `area'.
22685 (XTread_socket) <KeyPress>: Pass KeyPress events when in menu to
22686 toolkit library.
22687
22688 2002-04-19 Stefan Monnier <monnier@cs.yale.edu>
22689
22690 * xfaces.c (clear_font_table): Don't free the default font of
22691 a frame even if it's on another display.
22692 (Finternal_set_lisp_face_attribute): Don't use XFRAME on something
22693 that could be Qt.
22694
22695 2002-04-19 Juanma Barranquero <lektu@terra.es>
22696
22697 * indent.c (Fmove_to_column): Remove unused local variable
22698 `next_boundary_byte'.
22699 (current_column_1): Likewise.
22700
22701 2002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
22702
22703 * msdos.c (Qhbar): New variable.
22704 (syms_of_msdos): Intern and staticpro it.
22705 (IT_set_cursor_type, IT_set_frame_parameters): Handle the `hbar'
22706 cursor type.
22707
22708 2002-04-19 Dave Lambert <dlambert@acm.org>
22709
22710 Theses change implement an underscore-like (`hbar') cursor.
22711
22712 * xterm.h (text_cursor_kinds): New enumeration member HBAR_CURSOR.
22713
22714 * xterm.c (x_draw_bar_cursor): New argument KIND; callers changed.
22715 Handle the `hbar' cursor type.
22716 (x_display_and_set_cursor): Handle the HBAR_CURSOR case.
22717
22718 * xfns.c (Qhbar): New variable.
22719 (syms_of_xfns): Intern and staticpro it.
22720 (x_specified_cursor_type): Handle `hbar' cursor.
22721
22722 * s/sol2-5.h (bcopy, bzero, bcmp): Define only if HAVE_BCOPY is
22723 not defined.
22724
22725 2002-04-18 Richard M. Stallman <rms@gnu.org>
22726
22727 * textprop.c (remove_properties): New arg LIST allows scanning
22728 either a list or a plist.
22729 (interval_has_some_properties_list): New function, like
22730 interval_has_some_properties using list instead of plist.
22731 All callers changed.
22732 (Fremove_list_of_text_properties): New function.
22733 (syms_of_textprop): Defsubr it.
22734
22735 2002-04-17 Eli Zaretskii <eliz@is.elta.co.il>
22736
22737 * s/sol2.h (HAVE_LIBKSTAT): Define only if not already defined.
22738
22739 2002-04-17 Juanma Barranquero <lektu@terra.es>
22740
22741 * indent.c (Fmove_to_column): Remove unused local variable `end_byte'.
22742
22743 2002-04-17 Eli Zaretskii <eliz@is.elta.co.il>
22744
22745 * window.c (coordinates_in_window): Don't report on margin area
22746 if its width is zero.
22747
22748 2002-04-16 Jason Rumney <jasonr@gnu.org>
22749
22750 * w32fns.c (Fx_file_dialog): Decode file name before using.
22751
22752 * w32term.c (construct_drag_n_drop): Likewise.
22753
22754 2002-04-16 Eli Zaretskii <eliz@is.elta.co.il>
22755
22756 * puresize.h (BASE_PURESIZE): Increase to 830000, since we now
22757 store load-history in pure space.
22758
22759 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce to 50000.
22760
22761 2002-04-16 Stefan Monnier <monnier@cs.yale.edu>
22762
22763 * xterm.c (Qlatin_1, Qutf_8): New vars.
22764 (syms_of_xterm): Initialize them.
22765 (XTread_socket): Eliminate incorrect optimization that tried to avoid
22766 decoding the output of X*LookupString.
22767 Always use latin-1 to decode the output of XLookupString.
22768 Try Xutf8LookupString if XmbLookupString failed.
22769
22770 * region-cache.c (new_region_cache): Use BEG.
22771
22772 2002-04-16 Gerd Moellmann <gerd@gnu.org>
22773
22774 * buffer.c (MMAP_ALLOCATED_P): New macro to be set from system
22775 configuration files.
22776 (mmap_enlarge): Enlarge mapped regions only if MMAP_ALLOCATED_P
22777 returns 0.
22778
22779 2002-04-15 Andreas Schwab <schwab@suse.de>
22780
22781 * config.in: Regenerated using autoheader.
22782
22783 * m/7300.h, m/acorn.h, m/alliant-2800.h, m/alliant.h, m/alpha.h,
22784 m/altos.h, m/amdahl.h, m/apollo.h, m/arm.h, m/att3b.h, m/aviion.h,
22785 m/celerity.h, m/clipper.h, m/cnvrgnt.h, m/convex.h, m/cydra5.h,
22786 m/delta.h, m/delta88k.h, m/dpx2.h, m/elxsi.h, m/gec63.h,
22787 m/gould.h, m/hp800.h, m/hp9000s300.h, m/i860.h, m/ia64.h,
22788 m/ibmps2-aix.h, m/ibmrs6000.h, m/ibmrt-aix.h, m/ibmrt.h,
22789 m/ibms390.h, m/intel386.h, m/iris4d.h, m/irist.h, m/isi-ov.h,
22790 m/m68k.h, m/macppc.h, m/masscomp.h, m/mg1.h, m/mips-siemens.h,
22791 m/mips.h, m/news-r6.h, m/news.h, m/next.h, m/nh3000.h, m/nh4000.h
22792 m/ns32000.h, m/orion.h, m/pfa50.h, m/plexus.h, m/pmax.h,
22793 m/powerpcle.h, m/pyrmips.h, m/sequent-ptx.h, m/sequent.h,
22794 m/sparc.h, m/sr2k.h, m/symmetry.h, m/tad68k.h, m/tahoe.h,
22795 m/targon31.h, m/tek4300.h, m/tekxd88.h, m/template.h, m/tower32.h,
22796 m/tower32v3.h, m/ustation.h, m/vax.h, m/wicat.h, m/windowsnt.h,
22797 m/xps100.h, s/aix3-2.h, s/aix4-2.h, s/irix4-0.h, s/irix5-0.h,
22798 s/sco5.h, s/unixware.h: Don't set HAVE_ALLOCA, C_ALLOCA and
22799 STACK_DIRECTION, now set by autoconf.
22800
22801 2002-04-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22802
22803 * dispnew.c (marginal_area_string): Sort arguments.
22804
22805 * dispextern.h (marginal_area_string): Add prototype.
22806
22807 2002-04-13 Richard M. Stallman <rms@gnu.org>
22808
22809 * fileio.c (Finsert_file_contents):
22810 Don't call temp_output_buffer_setup--do just part, by hand.
22811
22812 * coding.c (run_pre_post_conversion_on_str):
22813 Don't call temp_output_buffer_setup--do just part, by hand.
22814
22815 * keyboard.c (command_loop_1): Don't call start_hourglass
22816 or cancel_hourglass when executing a macro.
22817
22818 * marker.c (count_markers): New function.
22819
22820 * xdisp.c (display_mode_element): Don't let mode_line_proptrans_alist
22821 grow without limit. Move recently used elements to the front.
22822
22823 2002-04-13 Eli Zaretskii <eliz@is.elta.co.il>
22824
22825 * unexelf.c (unexec) [__sgi]: Undo the change from 2002-01-20.
22826
22827 2002-04-12 Gerd Moellmann <gerd@gnu.org>
22828
22829 * xdisp.c (sync_frame_with_window_matrix_rows): Don't give frame
22830 rows marginal areas.
22831 (Fdump_frame_glyph_matrix) [GLYPH_DEBUG]: New function.
22832 (syms_of_xdisp) [GLYPH_DEBUG]: Defsubr it.
22833
22834 * dispnew.c (marginal_area_string): Check that glyph row is enabled.
22835
22836 2002-04-12 Dave Love <fx@gnu.org>
22837
22838 * dispnew.c (marginal_area_string): New.
22839
22840 * window.c (window_part): Add ON_LEFT_MARGIN, ON_RIGHT_MARGIN.
22841 (Qleft_margin, Qright_margin): Declare.
22842 (coordinates_in_window, (Fcoordinates_in_window_p): Deal with margins.
22843
22844 * xterm.c (note_mode_line_or_margin_highlight): Renamed from
22845 note_mode_line_highlight and extended.
22846
22847 * keyboard.c (Qleft_margin, Qright_margin): Declare.
22848 (make_lispy_event): Deal with mouse events in margins.
22849
22850 2002-04-12 Stefan Monnier <monnier@cs.yale.edu>
22851
22852 * msdos.c (dos_rawgetc): Use a single event for HELP_EVENT.
22853
22854 * keyboard.c (command_loop_1): Turn off transient-mark-mode rather
22855 than deactivating the mark if tmm is set to `lambda'.
22856 (gen_help_event, kbd_buffer_store_help_event, kbd_buffer_get_event):
22857 Use a single event for HELP_EVENT.
22858 (Fexecute_extended_command): Save last_point_position.
22859
22860 2002-04-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22861
22862 * lisp.h (Fpropertize): Add prototype.
22863
22864 * fns.c (Fy_or_n_p): Use `minibuffer-prompt' face for prompt.
22865
22866 2002-04-10 Colin Walters <walters@verbum.org>
22867
22868 * config.in: Add HAVE_SHARED_GAME_DIR.
22869
22870 * callproc.c (Vgame_score_directory): New variable.
22871 (syms_of_callproc) <Vgame_score_directory>: DEFVAR_LISP.
22872
22873 2002-04-10 Richard M. Stallman <rms@gnu.org>
22874
22875 * puresize.h (BASE_PURESIZE): Reduce again to avoid big excess.
22876
22877 2002-04-09 Stefan Monnier <monnier@cs.yale.edu>
22878
22879 * minibuf.c (read_minibuf): Use empty_string.
22880 (Ftry_completion): Allow lambda forms and lists of strings for `alist'.
22881 Short-circuit the search as soon as it "failed".
22882 (Fall_completions): Allow lambda forms and lists of strings for alist.
22883 (Fcompleting_read): Set Qminibuffer_completion_confirm to nil
22884 when require_match is nil.
22885 (Ftest_completion): Rename from `test_completion' and export to elisp.
22886 Call the predicate also when alist is a list.
22887 Obey Vcompletion_regexp_list.
22888 (do_completion, Fminibuffer_complete_and_exit): Use it.
22889 (Fassoc_string): Rename from `assoc_for_completion'.
22890 Allow list of strings as well and export to elisp.
22891
22892 2002-04-08 Stefan Monnier <monnier@cs.yale.edu>
22893
22894 * puresize.h (BASE_PURESIZE): Increase to 900KB.
22895
22896 2002-04-08 Juanma Barranquero <lektu@terra.es>
22897
22898 * w32.c (sys_accept): Don't hide variable `s'.
22899
22900 2002-04-05 Gerd Moellmann <gerd@gnu.org>
22901
22902 * callint.c (Fcall_interactively): Use INTEGERP instead of
22903 NUMBERP for checking Vhistory_length.
22904
22905 2002-04-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22906
22907 * sound.c (Fplay_sound_internal): Renamed from Fplay_sound.
22908 Doc fix to reflect it.
22909
22910 2002-04-04 Richard M. Stallman <rms@gnu.org>
22911
22912 * xdisp.c (display_mode_element): New arg RISKY.
22913 Disregard text props found or specified within a variable
22914 that isn't marked risky-local-variable.
22915 (Qrisky_local_variable): New variable.
22916 (syms_of_xdisp): Init and staticpro it.
22917
22918 2002-04-04 Stefan Monnier <monnier@cs.yale.edu>
22919
22920 * undo.c (record_point): New fun.
22921 (record_delete, record_insert): Use it.
22922
22923 2002-04-03 Juanma Barranquero <lektu@terra.es>
22924
22925 * doc.c (Fdocumentation): Add missing parentheses.
22926 (Fdocumentation_property): Likewise.
22927
22928 2002-04-03 Stefan Monnier <monnier@cs.yale.edu>
22929
22930 * doc.c (Fdocumentation, Fdocumentation_property): When the doc
22931 data is 0, just return nil.
22932
22933 2002-04-03 Eli Zaretskii <eliz@is.elta.co.il>
22934
22935 * msdos.c (syms_of_msdos): Fix last change with
22936 mouse_autoselect_window.
22937
22938 2002-04-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22939
22940 * w32term.c, xterm.c, msdos.c: Rename autoselect_window_p to
22941 mouse_autoselect_window.
22942
22943 2002-04-02 Stefan Monnier <monnier@cs.yale.edu>
22944
22945 * keyboard.c (make_lispy_event): Handle unknown keysyms together
22946 with system-specific keysyms. Use it also for unknown function keys.
22947
22948 * doc.c (reread_doc_file): Return whether reload was attempted.
22949 (Fdocumentation, Fdocumentation_property): Don't try to reload
22950 if the doc is 0 and only ask once.
22951
22952 * Makefile.in (lisp, shortlisp): Add ucs-tables.elc.
22953
22954 2002-04-02 Eli Zaretskii <eliz@is.elta.co.il>
22955
22956 * keyboard.c (read_char): If the event was Qselect_window,
22957 restore timer_idleness_start_time to its previous value.
22958
22959 * msdos.c (dos_rawgetc): Generate SELECT_WINDOW_EVENTs when required.
22960
22961 2002-04-01 Stefan Monnier <monnier@cs.yale.edu>
22962
22963 * region-cache.c (new_region_cache): Use BEG.
22964
22965 * marker.c (buf_charpos_to_bytepos, buf_bytepos_to_charpos):
22966 Use BEG and BEG_BYTE.
22967
22968 * doc.c (get_doc_string): Return nil if the location is wrong.
22969 (reread_doc_file): New fun.
22970 (Fdocumentation, Fdocumentation_property):
22971 Call it if get_doc_string fails.
22972 (Fsnarf_documentation): Make it work for a dumped Emacs.
22973
22974 * charset.h (DEC_POS, BUF_DEC_POS): Use BEG_BYTE.
22975 Bound the search with MAX_MULTIBYTE_LENGTH to avoid pathological case.
22976
22977 * charset.c (Fstring): Allow 0 arguments.
22978
22979 * xterm.c (XTread_socket): Fix int/Lisp_Object confusion.
22980
22981 * process.c (DATAGRAM_CONN_P, list_processes_1)
22982 (Fprocess_datagram_address, Fset_process_datagram_address)
22983 (Fset_network_process_options, server_accept_connection):
22984 Fix some int/Lisp_Object confusions (thank you union types).
22985
22986 2002-04-01 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22987
22988 * msdos.c: Rename x_autoselect_window_p to autoselect_window_p.
22989
22990 * w32term.c: Likewise.
22991 (note_mouse_movement): Put code for x_autoselect_window_p in #if 0.
22992
22993 * keyboard.c (Qselect_window): New symbol.
22994 (head_table): Use it.
22995 (keys_of_keyboard): Bound select-window event to handle-select-window.
22996 (kbd_buffer_get_event): Make a Lisp event from SELECT_WINDOW_EVENT.
22997
22998 * xterm.c: Rename x_autoselect_window_p to autoselect_window_p.
22999 (last_window): New variable.
23000 (XTread_socket): Generate SELECT_WINDOW_EVENTs.
23001 (note_mouse_movement): Remove reimplemented code in #if 0.
23002 (XTread_socket): Generate SELECT_WINDOW_EVENTs only for
23003 Emacs windows.
23004
23005 * termhooks.h (enum event_kind): New event type `SELECT_WINDOW_EVENT'.
23006
23007 2002-03-31 Gerd Moellmann <gerd@gnu.org>
23008
23009 * xterm.c (x_get_char_face_and_encoding): Add parameter DISPLAY_P.
23010 Callers changed.
23011
23012 2002-03-30 Richard M. Stallman <rms@gnu.org>
23013
23014 * window.c (window_scroll_pixel_based): Exit the move_it_by_lines
23015 loop whenever it stops making progress.
23016
23017 * widget.c (set_frame_size): Don't call change_frame_size.
23018
23019 2002-03-30 Gerd Moellmann <gerd@gnu.org>
23020
23021 * dispnew.c (direct_output_for_insert):
23022 Call mark_window_display_accurate.
23023
23024 2002-03-29 Jason Rumney <jasonr@gnu.org>
23025
23026 * w32term.c (w32_draw_relief_rect): Fix calculations of line lengths.
23027
23028 2002-03-29 Eli Zaretskii <eliz@is.elta.co.il>
23029
23030 * Makefile.in (lread.o): Depend on coding.h.
23031
23032 * lread.c (openp, Fload): Encode the file name before passing it
23033 to `stat', `access', and `emacs_open'.
23034 (openp): GCPRO the encoded file name. Don't recompute Lisp
23035 strings unnecessarily.
23036
23037 2002-03-29 Kim F. Storm <storm@cua.dk>
23038
23039 * fns.c (Flax_plist_put): Doc fix.
23040
23041 2002-03-28 Miles Bader <miles@gnu.org>
23042
23043 * process.c (DATAGRAM_CONN_P): Make sure PROC is really a process.
23044
23045 2002-03-27 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23046
23047 * process.c (set-network-process-options): Add usage.
23048 (make-network-process): Doc fix.
23049
23050 2002-03-26 Eli Zaretskii <eliz@is.elta.co.il>
23051
23052 * emacs.c (Fdump_emacs): Fix a typo in "command-line-processed".
23053
23054 2002-03-26 Richard M. Stallman <rms@gnu.org>
23055
23056 * fns.c (Fsubstring_no_properties): New function.
23057 (Flax_plist_get, Flax_plist_put): New functions.
23058 (syms_of_fns): defsubr them.
23059
23060 * xdisp.c (update_menu_bar): Test only update_mode_lines;
23061 don't test or alter w->update_mode_line.
23062
23063 * window.c (Fdisplay_buffer): Doc fix.
23064
23065 2002-03-24 Richard M. Stallman <rms@gnu.org>
23066
23067 * regex.c (GET_UNSIGNED_NUMBER): Give proper error for spaces.
23068
23069 2002-03-24 Gerd Moellmann <gerd@gnu.org>
23070
23071 * eval.c (Qdeclare, Vmacro_declaration_function): New variables.
23072 (Fdefmacro): Handle `(declare ...)'.
23073 (syms_of_eval) <Qdeclare>: Initialize and staticpro.
23074 (syms_of_eval) <Vmacro_declaration_function>: DEFVAR_LISP.
23075
23076 2002-03-24 Jason Rumney <jasonr@gnu.org>
23077
23078 * w32fns.c (xbm_scan, xbm_load_image, xbm_read_bitmap_data)
23079 (xbm_file_p): Add prototypes.
23080 (xbm_format, xbm_image_p): Sync with xfns.c.
23081 (reflect_byte): New function.
23082 (xbm_read_bitmap_data): Sync with xfns.c, adapt for Windows.
23083 (xbm_load_image): Create bitmaps with a depth of 1.
23084 (init_xfns): Enable XBM images.
23085
23086 2002-03-23 Jason Rumney <jasonr@gnu.org>
23087
23088 * w32term.c (w32_handle_tool_bar_click): Detect up and down events
23089 correctly. Do not pass up_modifier to keyboard buffer.
23090
23091 * w32fns.c [HAVE_IMAGES, HAVE_PBM]: Remove conditionals.
23092
23093 2002-03-22 Stefan Monnier <monnier@cs.yale.edu>
23094
23095 * Makefile.in (bootstrapclean): New target.
23096 (bootstrap-temacs, bootstrap-doc): Remove.
23097 (bootstrap-emacs): Use a bog-standard `temacs'.
23098 Don't bother to build a DOC file.
23099
23100 * sysdep.c (wait_for_termination): Use sigsuspend rather than sigpause.
23101
23102 * emacs.c (main): Handle --unibyte, --multibyte, and --no-loadup
23103 in temacs even if !CANNOT_DUMP.
23104 (standard_args): Keep --no-loadup even if !CANNOT_DUMP.
23105
23106 * alloc.c (check_pure_size): Only output a warning.
23107
23108 2002-03-22 Jason Rumney <jasonr@gnu.org>
23109
23110 * w32fns.c (Fx_create_frame): Enable tool-bar when images are
23111 supported.
23112
23113 * w32term.c (zv_bits): Declare as short, for word alignment.
23114 (w32_read_socket) <WM_XBUTTONUP>: Fix last change.
23115 (syms_of_w32term): Define x-use-underline-position-properties.
23116
23117 * w32fns.c (x_set_cursor_color): Set cursor_gc as well.
23118 (clear_image_cache): Block input, fix logic, clear matrices in
23119 all frames that share this cache.
23120
23121 2002-03-22 Eli Zaretskii <eliz@is.elta.co.il>
23122
23123 * emacs.c (main): Update the Copyright year in the blurb printed
23124 by "emacs --version".
23125
23126 * xdisp.c (message_with_string): Fix syntax of a call to GCPRO2.
23127
23128 * xterm.c (XTread_socket): If XK_ISO_Lock and
23129 XK_ISO_Last_Group_Lock are defined, handle keysyms between
23130 XK_ISO_Lock and XK_ISO_Last_Group_Lock similarly to Mode_switch.
23131
23132 2002-03-21 Kim F. Storm <storm@cua.dk>
23133
23134 * keyboard.c (menu_bar_items): Mostly undo 2002-02-20 patch, so
23135 menu-bar bindings in keymap and local-map properties _are_ used.
23136 But try keymap property first in accordance with 2002-01-03 patch.
23137 Added comment describing why this is not always reliable.
23138 (tool_bar_items): Ditto for tool-bar.
23139
23140 2002-03-21 Jason Rumney <jasonr@gnu.org>
23141
23142 * w32fns.c (x_clear_image_1): Disable color table code.
23143
23144 2002-03-21 Kim F. Storm <storm@cua.dk>
23145
23146 * lisp.h (DEFUN) [USE_NONANSI_DEFUN]: The 2001-10-17 patch
23147 removed the wrong version of the DEFUN macro; fixed it.
23148
23149 * fns.c (Ffeaturep): Allow subfeature to be a list (test using
23150 Fmember rather than Fmemq).
23151 (Fprovide): Check that subfeatures is a list.
23152
23153 * process.c (QCfeature, QCdatagram): Removed variables.
23154 (QCtype, Qdatagram): New variables.
23155 (network_process_featurep): Removed function.
23156 (Fmake_network_process): Removed :feature check.
23157 Use :type 'datagram instead of :datagram t to create a datagram
23158 socket. This allows us to add other connection types (e.g. raw
23159 sockets) later in a consistent manner.
23160 (init_process) [subprocess, HAVE_SOCKETS]: Provide list of
23161 supported subfeatures for feature make-network-process.
23162 (syms_of_process) [subprocess]: Remove QCfeature and QCdatagram.
23163 Intern and staticpro QCtype and Qdatagram.
23164 (syms_of_process) [!subprocess]: Intern and staticpro QCtype.
23165
23166 * xfns.c (QCtype): Remove duplicate declaration and
23167 initialization (is now declared in process.c).
23168
23169 * w32fns.c (QCtype): Remove duplicate declaration and
23170 initialization (is now declared in process.c).
23171
23172 2002-03-21 Richard M. Stallman <rms@gnu.org>
23173
23174 * regex.c (DISCARD_FAILURE_REG_OR_COUNT): New macro.
23175 (CHECK_INFINITE_LOOP): Use DISCARD_FAILURE_REG_OR_COUNT
23176 when jumping to `fail' to avoid undoing reg changes in the
23177 last iteration of the loop.
23178 (GET_UNSIGNED_NUMBER): Skip spaces around the number.
23179
23180 * Makefile.in (dispnew.o, sysdep.o, xdisp.o, xselect.o, alloc.o):
23181 Depend on process.h.
23182
23183 2002-03-20 Jason Rumney <jasonr@gnu.org>
23184
23185 Most of the following changes are still conditional on HAVE_IMAGES
23186 which is not set by default on Windows.
23187
23188 * emacs.c (main) [WINDOWSNT]: Call init_xfns.
23189
23190 * w32fns.c (x_set_cursor_color): Set foreground of cursor, not frame.
23191 (Fimage_size, Fimage_mask_p, XPutPixel): New functions.
23192 (four_corners_best, x_clear_image_1, x_clear_image)
23193 (x_alloc_image_color, postprocess_image)
23194 (x_create_x_image_and_pixmap, x_destroy_x_image, xbm_load_image)
23195 (x_from_x_colors, x_disable_image, pbm_load): Adapt for Windows.
23196 (init_xfns, syms_of_w32fns): Initialize image functions and constants.
23197
23198 * w32gui.h (struct XImage): Define.
23199
23200 * w32term.c (w32_read_socket) <WM_XBUTTONUP>: Use XFASTINT to
23201 extract mouse co-ordinates.
23202
23203 2002-03-20 Jason Rumney <jasonr@gnu.org>
23204
23205 * w32.c (init_winsock): Dynamically load new server and UDP
23206 socket functions.
23207 (socket_to_fd): New function.
23208 (sys_socket): Use it.
23209 (sys_setsockopt, sys_listen, sys_getsockname, sys_accept)
23210 (sys_recvfrom, sys_sendto): New wrapper functions.
23211
23212 * process.c (QCfamily, QCfilter): Remove duplicate declaration
23213 and initialization.
23214
23215 * makefile.w32-in (LIBS): Remove $(WSOCK32).
23216
23217 2002-03-20 Eli Zaretskii <eliz@is.elta.co.il>
23218
23219 * process.c (conv_sockaddr_to_lisp, conv_lisp_to_sockaddr):
23220 Don't use "sun" as a variable, it's a predefined constant on Sun
23221 machines.
23222
23223 2002-03-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23224
23225 * bytecode.c (Fbyte_code): Revert last change.
23226
23227 2002-03-19 Kim F. Storm <storm@cua.dk>
23228
23229 * makefile.w32-in (LIBS): Add $(WSOCK32).
23230 From David Ponce <dponce@voila.fr>.
23231
23232 2002-03-18 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23233
23234 * process.c (wait_reading_process_input): Move variables `pname'
23235 and `pnamelen' down where they are used.
23236
23237 * bytecode.c (Fbyte_code): Discard unused computed value to
23238 prevent gcc warning.
23239
23240 * lisp.h (Fplist_member): Add prototype.
23241
23242 2002-03-18 Kim F. Storm <storm@cua.dk>
23243
23244 * config.in: Add HAVE_SENDTO, HAVE_RECVFROM, HAVE_SETSOCKOPT,
23245 HAVE_GETSOCKOPT, HAVE_GETPEERNAME, HAVE_GETSOCKNAME, and HAVE_SYS_UN_H.
23246
23247 * process.c: Define HAVE_LOCAL_SOCKETS based on HAVE_SYS_UN_H.
23248 Remove explicit GNU_LINUX settings for datagram support.
23249
23250 2002-03-18 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23251
23252 * process.c (Fmake_network_process): Remove unused variable `sa'.
23253 Doc fix. Add usage:.
23254 (set_socket_options): Remove unused variables `optnum' and `opttype'.
23255
23256 2002-03-17 Richard M. Stallman <rms@gnu.org>
23257
23258 * xdisp.c (cursor_type_changed): New variable.
23259 (redisplay_internal): Redisplay all windows if cursor_type_changed.
23260 Clear it when clearing windows_or_buffers_changed.
23261 (try_cursor_movement, redisplay_window, try_window_id)
23262 (try_window_reusing_current_matrix): Test cursor_type_changed
23263 along with windows_or_buffers_changed.
23264
23265 * window.h (cursor_type_changed): New variable.
23266
23267 * xfns.c (x_set_cursor_type): Set cursor_type_changed,
23268 not update_mode_lines, and always set it to 1.
23269
23270 * xdisp.c (clear_garbaged_frames): Don't set windows_or_buffers_changed
23271 if no frames needed redrawing.
23272
23273 2002-03-17 Kim F. Storm <storm@cua.dk>
23274
23275 The following changes add support for network server processes,
23276 datagram connections, and local (unix) sockets.
23277
23278 * process.h (struct Lisp_Process): New member log.
23279 Doc fix: Member command used to indicate stopped network process.
23280 Doc fix: Member childp contains plist for network process.
23281 Doc fix: Member kill_without_query is inverse of query-on-exit flag.
23282
23283 * process.c (Qlocal, QCname, QCbuffer, QChost, QCservice, QCfamily)
23284 (QClocal, QCremote, QCserver, QCdatagram, QCnowait, QCnoquery, QCstop)
23285 (QCcoding, QCoptions, QCfilter, QCsentinel, QClog, QCfeature): New
23286 variables.
23287 (NETCONN1_P): New macro.
23288 (DATAGRAM_SOCKETS): New conditional symbol.
23289 (datagram_address): New array.
23290 (DATAGRAM_CONN_P, DATAGRAM_CHAN_P): New macros.
23291 (status_message): Use concat3.
23292 (Fprocess_status): Add `listen' status to doc string. Return
23293 `stop' for a stopped network process.
23294 (Fset_process_buffer): Update contact plist for network process.
23295 (Fset_process_filter): Ditto. Don't enable input for stopped
23296 network processes. Server must listen, even if filter is t.
23297 (Fset_process_query_on_exit_flag, Fprocess_query_on_exit_flag):
23298 New functions.
23299 (Fprocess_kill_without_query): Removed. Now defined in simple.el.
23300 (Fprocess_contact): Added KEY argument. Handle datagrams.
23301 (list_processes_1): Optionally show only processes with the query
23302 on exit flag set. Dynamically adjust column widths. Omit tty
23303 column if not needed. Report stopped network processes. Identify
23304 server and datagram network processes.
23305 (Flist_processes): New optional arg `query-only'.
23306 (conv_sockaddr_to_lisp, get_lisp_to_sockaddr_size)
23307 (conv_lisp_to_sockaddr, set_socket_options)
23308 (network_process_featurep, unwind_request_sigio): New helper
23309 functions.
23310 (Fprocess_datagram_address, Fset_process_datagram_address):
23311 (Fset_network_process_options): New lisp functions.
23312 (Fopen_network_stream): Removed. Now defined in simple.el.
23313 (Fmake_network_process): New lisp function. Code is based on
23314 previous Fopen_network_stream, but heavily reworked with new
23315 property list based argument list, support for datagrams, server
23316 processes, and local sockets in addition to old client-only
23317 functionality.
23318 (server_accept_connection): New function.
23319 (wait_reading_process_input): Use it to handle incoming connects.
23320 Do not enable input on a new connection if process is stopped.
23321 (read_process_output): Handle datagram sockets. Use 2k buffer for
23322 them.
23323 (send_process): Handle datagram sockets.
23324 (Fstop_process, Fcontinue_process): Apply to network processes. A
23325 stopped network process is indicated by setting command field to t.
23326 (Fprocess_send_eof): No-op if datagram connection.
23327 (Fstatus_notify): Don't read input for a stream server socket or a
23328 stopped network process.
23329 (init_process): Initialize datagram_address array.
23330 (syms_of_process): Intern and staticpro new variables, defsubr new
23331 functions.
23332
23333 2002-03-16 Jason Rumney <jasonr@gnu.org>
23334
23335 * w32fns.c (w32_to_all_x_charsets): Return correct type in
23336 startup case.
23337
23338 2002-03-16 Richard M. Stallman <rms@gnu.org>
23339
23340 * xdisp.c (redisplay_internal, redisplay_windows):
23341 Use list_of_error to call internal_condition_case_1.
23342 (safe_eval, safe_call): Pass Qt to internal_condition_case_{1,2}
23343 so as to catch all errors with no possibility of debugger redisplay.
23344 (list_of_error): New variable.
23345 (syms_of_xdisp): Init and staticpro it.
23346
23347 * print.c (print_object): Delete `\ ' from printed rep of frame.
23348
23349 2002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
23350
23351 * msdos.c (dos_rawgetc): Disable the x-autoselect-window feature,
23352 until its implementation is fixed.
23353
23354 2002-03-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23355
23356 * xfns.c (png_load): Remove unused variable `gamma_str'.
23357
23358 2002-03-14 Richard M. Stallman <rms@gnu.org>
23359
23360 * xfns.c (x_real_positions): Handle failure in XQueryTree.
23361
23362 2002-03-14 Miles Bader <miles@gnu.org>
23363
23364 * intervals.c (adjust_for_invis_intang): New function.
23365 (set_point_both): Use `adjust_for_invis_intang' to do most of the
23366 work for dealing with invisible+intangible regions. Do so before
23367 and after both forward and backward movements, to handle both
23368 front-sticky and rear-sticky cases.
23369 * textprop.c (text_property_stickiness): Function moved here from
23370 `editfns.c'.
23371 * intervals.h (text_property_stickiness): New declaration.
23372 * editfns.c (char_property_eq): Function removed.
23373 (text_property_stickiness): Function moved to `textprop.c'.
23374
23375 2002-03-13 Jason Rumney <jasonr@gnu.org>
23376
23377 * config.in: Add STRFTIME_NO_POSIX2.
23378
23379 * strftime.c (my_strftime) [STRFTIME_NO_POSIX2]: Handle %h, %EX
23380 and %OX when underlying strftime does not.
23381
23382 2002-03-13 Stefan Monnier <monnier@cs.yale.edu>
23383
23384 * xterm.c (x_set_toolkit_scroll_bar_thumb) <USE_MOTIF>:
23385 Use a fixed-size thumb (based on an ad-hoc estimate of 30 chars per
23386 line) to avoid annoying flicker.
23387 (xm_scroll_callback): Get rid of the now unnecessary kludge.
23388 (XTread_socket): Mark it static.
23389
23390 * xdisp.c (display_mode_element): Fix int/Lisp_Object mixup.
23391
23392 2002-03-13 Kim F. Storm <storm@cua.dk>
23393
23394 * puresize.h (BASE_PURESIZE): Increase to 775000.
23395
23396 2002-03-12 Juanma Barranquero <lektu@terra.es>
23397
23398 * editfns.c (syms_of_editfns): Fix typo.
23399
23400 2002-03-12 Gerd Moellmann <gerd@gnu.org>
23401
23402 * xsmfns.c: Include stdio.h because termhooks.h needs it.
23403 Include termopt.h for interrupt_input.
23404
23405 2002-03-11 Andreas Schwab <schwab@suse.de>
23406
23407 * coding.c (syms_of_coding) <file-coding-system-alist>: Doc fix.
23408
23409 2002-03-11 Gerd Moellmann <gerd@gnu.org>
23410
23411 * xterm.c (note_mouse_movement): Put code for
23412 x_autoselect_window_p in #if 0.
23413
23414 * lread.c (Fload): Don't assume that message_with_string uses the
23415 string it is given like a C string.
23416
23417 2002-03-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23418
23419 * xterm.h (x_session_check_input, x_session_initialize): Declare.
23420
23421 * xterm.c (XTread_socket): Add call to x_session_check_input and
23422 x_session_have_connection.
23423 (x_initialize): Add call to x_session_initialize.
23424
23425 * termhooks.h (enum event_kind): Add save_session_event.
23426
23427 * keyboard.c: Add Emacs event save_session_event.
23428
23429 * emacs.c (main): Add call to syms_of_xsmfns.
23430
23431 * lisp.h (syms_of_xsmfns): Declare extern.
23432
23433 * config.in: Add HAVE_X_SM.
23434
23435 * Makefile.in (LIBXT): Add -lSM -lICE
23436 if HAVE_X_SM and not USE_X_TOOLKIT.
23437 (XOBJ): New file xsmfns.c added.
23438
23439 * xsmfns.c: New file for X session management.
23440
23441 2002-03-09 Jason Rumney <jasonr@gnu.org>
23442
23443 * fileio.c (Fcopy_file) [WINDOWS_NT]: Ensure file is not
23444 read-only when setting modified time.
23445
23446 2002-03-08 Gerd Moellmann <gerd@gnu.org>
23447
23448 * xdisp.c (move_it_vertically_backward): At the end of the function,
23449 when moving forward by lines, treat terminal frames specially.
23450
23451 * keyboard.c (echo_char): Make sure to add a separator between
23452 keys even if echo_dash hasn't been called.
23453
23454 * xdisp.c: Use new string macros.
23455 (update_echo_area): Pass number of bytes to message3 instead of
23456 number of chars.
23457 (set_message_1): Don't access a string's size_byte directly.
23458 (decode_mode_spec_coding): Use number of bytes of eoltype string
23459 instead number of chars.
23460
23461 * lisp.h (SREF, SDATA, SCHARS, SBYTES, SMBP): New macros.
23462
23463 2002-03-08 Juanma Barranquero <lektu@terra.es>
23464
23465 * w32fns.c (Fx_display_color_cells): Force 24+ bit color depths to
23466 24-bit.
23467
23468 2002-03-06 Jason Rumney <jasonr@gnu.org>
23469
23470 * w32term.c (x_draw_hollow_cursor): Draw same size as block cursor.
23471
23472 2002-03-06 Gerd Moellmann <gerd@gnu.org>
23473
23474 * keyboard.c (echo_prompt, echo_char, echo_dash, echo_now)
23475 (cancel_echoing, echo_length, echo_truncate): Changed to
23476 work with new kboard definition.
23477 (echo_now): Use message3_nolog instead of message2_nolog.
23478
23479 * alloc.c (mark_kboards): Mark echo_string.
23480
23481 * keyboard.h (ECHOBUFSIZE): Removed.
23482 (struct kboard): Member echoptr removed, member echobuf renamed
23483 to echo_string.
23484
23485 * xdisp.c (message_with_string): Use Fformat instead of doprnt and
23486 message3 instead of message2 to display the message using STRING's
23487 text properties.
23488
23489 2002-03-05 Andreas Schwab <schwab@suse.de>
23490
23491 * xdisp.c (hscroll_margin): Change to EMACS_INT.
23492
23493 2002-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
23494
23495 * frame.c (default-frame-alist): Explain that setting it doesn't
23496 affect existing frames.
23497
23498 2002-03-05 Stefan Monnier <monnier@cs.yale.edu>
23499
23500 * indent.c (skip_invisible): Fix my brain fart.
23501
23502 * dispnew.c (sit_for): Don't wait if executing a kbd macro.
23503
23504 2002-03-04 Stefan Monnier <monnier@cs.yale.edu>
23505
23506 * dosfns.c, dosfns.h, dispnew.c, dispextern.h, commands.h, charset.c,
23507 * alloc.c, abbrev.c, emacs.c, eval.c, keyboard.c, keyboard.h,
23508 * lisp.h, lread.c, sysdep.c, termcap.c, termchar.h, w32term.c,
23509 * window.c, xdisp.c, xselect.c, xterm.c: Change defvar_int definition
23510 and variables to use EMACS_INT instead of just int.
23511
23512 * buffer.c (syms_of_buffer): Allow non-string `mode-name'.
23513
23514 2002-03-04 Eli Zaretskii <eliz@is.elta.co.il>
23515
23516 * sysdep.c (sys_subshell) [MSDOS]: If PWD is set in the
23517 environment, pass it down with corrected value.
23518
23519 2002-03-04 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23520
23521 * lread.c (read_filtered_event): Do not call start_hourglass
23522 before returning.
23523
23524 2002-03-04 Juanma Barranquero <lektu@terra.es>
23525
23526 * w32term.c (x_display_and_set_cursor): Fix typo.
23527
23528 2002-03-03 Richard M. Stallman <rms@gnu.org>
23529
23530 * fileio.c (Fmake_temp_name): Doc fix.
23531
23532 2002-03-03 Gary Wong <gtw@gnu.org>
23533
23534 * termcap.c [!emacs]: Replace ospeed for building standalone
23535 libtermcap, for binary compatibility.
23536
23537 * tparam.c [!emacs]: Move #define of bcopy to after string.h.
23538
23539 2002-03-03 Richard M. Stallman <rms@gnu.org>
23540
23541 * xrdb.c (file_p): Rename arg `path' to `filename'.
23542
23543 * abbrev.c (Fexpand_abbrev): Increment plist as use count
23544 only if it is an integer.
23545
23546 * xfns.c (png_load): Set screen_gamma based on f->gamma.
23547 If png_get_sRGB gives an answer, call png_set_gamma
23548 using the default image gamma value.
23549
23550 * lread.c (read1): When reading from a file, default string to
23551 multibyte only if it has some multibyte characters.
23552
23553 * print.c (print_object): Output multibyte chars 128...255
23554 using \x even if ! print_escape_multibyte.
23555
23556 * xdisp.c (display_mode_element): Move the places where
23557 bytepos, charpos, this, and lisp_string are set.
23558 Use lisp_string to set bytepos.
23559
23560 * xdisp.c (redisplay_internal):
23561 Call clear_image_cache only if HAVE_WINDOW_SYSTEM.
23562
23563 * xdisp.c (display_mode_element): Merge properties specified with
23564 :propertize onto those that come with the string.
23565
23566 2002-03-03 Eli Zaretskii <eliz@is.elta.co.il>
23567
23568 * xdisp.c (syms_of_xdisp) <auto-hscroll-mode>: Renamed from
23569 automatic-hscrolling. Users changed.
23570 <hscroll-margin>: Renamed from automatic-hscroll-margin.
23571 Users changed.
23572 <hscroll-step>: Renamed from automatic-hscroll-step. Users changed.
23573
23574 2002-03-02 Eli Zaretskii <eliz@is.elta.co.il>
23575
23576 * buffer.c (syms_of_buffer) <buffer-file-coding-system>: Doc fix.
23577
23578 2002-03-02 Kim F. Storm <storm@cua.dk>
23579
23580 * window.c (Fminibuffer_selected_window): New function.
23581 (syms_of_window): Defsubr it.
23582
23583 2002-03-01 Kim F. Storm <storm@cua.dk>
23584
23585 * window.h (struct window): New member phys_cursor_width.
23586
23587 * window.c (make_window, replace_window): Init phys_cursor_width.
23588
23589 * xterm.c (x_display_and_set_cursor): Blink box cursor using
23590 hollow box cursor. Blink bar cursor using 1 pixel wide bar.
23591
23592 * w32term.c (x_display_and_set_cursor): Blink box cursor using
23593 hollow box cursor. Blink bar cursor using 1 pixel wide bar.
23594
23595 * lisp.h (GCPRO6): New macro.
23596
23597 * process.c (Fopen_network_stream): Use GCPRO6.
23598
23599 2002-03-01 Kim F. Storm <storm@cua.dk>
23600
23601 * process.c (Qconnect, Qfailed): New variables.
23602 (syms_of_process): Intern and staticpro them.
23603 (Fprocess_status): Document connect and failed return values.
23604 [NON_BLOCKING_CONNECT]: New conditional.
23605 (connect_wait_mask, num_pending_connects): New variables.
23606 (status_message): Convert Qfailed status.
23607 (Fopen_network_stream): Added support for non-blocking connect.
23608 New optional args: filter, sentinel, non_blocking. Doc updated.
23609 [HAVE_GETADDRINFO, !HAVE_GETADDRINFO]: Merged common code.
23610 (deactivate_process): Handle pending non-blocking connect.
23611 (wait_reading_process_input): Poll for status of non-blocking
23612 connects. Exec sentinel directly when connect succeeds.
23613 (status_notify): Don't read process output if not yet connected.
23614
23615 2002-02-28 Kim F. Storm <storm@cua.dk>
23616
23617 * window.c (minibuf_selected_window): Renamed from
23618 Vminibuf_selected_window. Users changed.
23619 (syms_of_window): Staticpro it.
23620
23621 2002-02-26 Kim F. Storm <storm@cua.dk>
23622
23623 The following changes add a new Vminibuf_selected_window variable
23624 which is similar to Vminibuf_scroll_window, but which is only set
23625 on entry to the minibuffer (from a non-minibuffer window):
23626
23627 * window.c (Vminibuf_selected_window): New variable.
23628 (struct save_window_data): New member minibuf_selected_window.
23629 (Fset_window_configuration): Restore Vminibuf_selected_window.
23630 (Fcurrent_window_configuration): Save Vminibuf_selected_window.
23631 Set minibuf_scroll_window member to nil if minibuf_level is 0.
23632 (compare_window_configurations): Compare minibuf_selected_window.
23633
23634 * window.h (Vminibuf_selected_window): Declare extern.
23635
23636 * minibuf.c (read_minibuf): Set Vminibuf_selected_window on first
23637 entry to minibuffer or on entry from a non-minibuffer window.
23638
23639 * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3): Compare with
23640 Vminibuf_selected_window instead of Vminibuf_scroll_window.
23641
23642 * xdisp.c (init_iterator): Compare with Vminibuf_selected_window
23643 instead of Vminibuf_scroll_window when deciding in which window
23644 the region should be highlighted. Consequently, the region remains
23645 highlighteded even when a completion buffer is also displayed.
23646
23647 2002-02-26 Eli Zaretskii <eliz@is.elta.co.il>
23648
23649 * fileio.c (Fsubstitute_in_file_name): Fix the change from 2002-02-08.
23650
23651 * xselect.c (Qcompound_text_with_extensions): Renamed from
23652 Qcompound_text_no_extensions.
23653 (lisp_data_to_selection_data, syms_of_xselect): Use the new name.
23654
23655 2002-02-26 Juanma Barranquero <lektu@terra.es>
23656
23657 * w32proc.c (syms_of_ntproc): Doc fix.
23658
23659 2002-02-24 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23660
23661 * intervals.h: Include "dispextern.h" unconditionally.
23662
23663 2002-02-24 Jason Rumney <jasonr@gnu.org>
23664
23665 * Makefile.in (WINNT_SUPPORT) [WINDOWSNT]: Add w32-vars.elc
23666 and disp-table.elc.
23667 (lisp): Add emacs-lisp/backquote.elc.
23668
23669 2002-02-24 Kim F. Storm <storm@cua.dk>
23670
23671 * keymap.c (Flookup_key): Fix problem in 2001-12-28 patch:
23672 The validation of the event type was too strict as it didn't
23673 allow string events; buffer names are used in bindings for
23674 menu-bar-select-buffer (see `menu-bar-update-buffers').
23675
23676 2002-02-23 Kim F. Storm <storm@cua.dk>
23677
23678 The following changes rework my patch of 2002-02-06 which
23679 added command remapping by entering the commands directly into
23680 the keymaps. Now, command remapping uses an explicit `remap'
23681 prefix in the keymaps, i.e. [remap COMMAND].
23682
23683 * keymap.c (Qremap, remap_command_vector): New variables.
23684 (is_command_symbol): Remove function.
23685 (Fdefine_key): No longer accept a symbol for KEY.
23686 Added validation of [remap COMMAND] argument for KEY.
23687 The DEF is no longer required to be a symbol when remapping a command.
23688 (Fremap_command): New function to remap command through keymaps.
23689 (Flookup_key): Perform command remapping initiated by
23690 Fremap_command directly for speed.
23691 (Fkey_binding): Use Fremap_command for command remapping.
23692 (where_is_internal): Handle new command remapping representation.
23693 (syms_of_keymap): Intern Qremap, initialize remap_command_vector,
23694 staticpro them. Defsubr Fremap_command.
23695
23696 * keymap.h (Fremap_command): Declare extern.
23697 (is_command_symbol): Remove extern.
23698
23699 * keyboard.c (command_loop_1): Use Fremap_command for command
23700 remapping; now try command remapping for all symbols.
23701
23702 2002-02-23 Eli Zaretskii <eliz@is.elta.co.il>
23703
23704 * coding.h (run_pre_post_conversion_on_str): Add prototype.
23705
23706 2002-02-23 Jason Rumney <jasonr@gnu.org>
23707
23708 * w32select.c (Fw32_set_clipboard_data): Run pre-write-conversion
23709 on the string before encoding it.
23710 (Fw32_get_clipboard_data): Run post-read-conversion on the string
23711 after decoding it.
23712
23713 * w32fns.c (w32_wnd_proc) <WM_TIMER>: Fix last change.
23714
23715 2002-02-23 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23716
23717 * w32term.c (enter_timestamp): Remove unused static variable to
23718 prevent warning.
23719
23720 * xterm.c (enter_timestamp): Put in #if 0 to prevent warning.
23721
23722 2002-02-23 Eli Zaretskii <eliz@is.elta.co.il>
23723
23724 * w16select.c (Fw16_get_clipboard_data): Fix last change.
23725
23726 * xselect.c (selection_data_to_lisp_data): Fix last change.
23727
23728 2002-02-22 Jason Rumney <jasonr@gnu.org>
23729
23730 * w32term.h (struct w32_output): New member menu_command_in_progress.
23731
23732 * w32menu.c (menubar_selection_callback): Free the menu and
23733 clear the menu_command_in_progress flag.
23734
23735 * w32fns.c (mouse_move_timer, mouse_button_timer): Initialize.
23736 (menu_free_timer): New variable.
23737 (MENU_FREE_ID, MENU_FREE_DELAY): New constants.
23738 (w32_wnd_proc) <WM_TIMER>: Handle menu_free_timer.
23739 <WM_EXITMENULOOP>: Delay before freeing menu. Do nothing if a
23740 menu command is in progress.
23741 <WM_COMMAND>: Set the menu_command_in_progress flag.
23742 Kill any menu_free_timer that is running.
23743
23744 * w32term.c (w32_text_out): Renamed from W32_TEXTOUT.
23745 Call ExtTextOutA rather than ExtTextOut.
23746
23747 2002-02-22 Eli Zaretskii <eliz@gnu.org>
23748
23749 * puresize.h (BASE_PURESIZE): Increase to 755000.
23750
23751 2002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
23752
23753 * w16select.c (Fw16_set_clipboard_data): Run pre-write-conversion
23754 on the string before encoding it.
23755 (Fw16_get_clipboard_data): Run post-read-conversion on the string
23756 after decoding it.
23757
23758 2002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
23759
23760 Support for ICCCM Extended Segments in X selections:
23761
23762 * xselect.c <Qcompound_text_no_extensions>: New variable.
23763 (syms_of_xselect): Intern and staticpro it.
23764 (selection_data_to_lisp_data): Run post-read-conversion on decoded
23765 selection text.
23766 (lisp_data_to_selection_data): If next-selection-coding-system is
23767 compound-text-no-extensions, set the type of selection to be
23768 compound-text.
23769
23770 * xterm.h (x_encode_text): Update prototype.
23771
23772 * xfns.c (x_encode_text): Accept additional arg SELECTIONP; all
23773 callers changed. If SELECTIONP is non-zero, run the
23774 pre-write-conversion function before encoding the selection text.
23775
23776 2002-02-21 Kim F. Storm <storm@cua.dk>
23777
23778 * frame.c (syms_of_frame): Change mouse-highlight default to t.
23779
23780 * keyboard.c (kbd_buffer_get_event) [WINDOWSNT]:
23781 Correct composing of language-change event.
23782
23783 2002-02-20 Kim F. Storm <storm@cua.dk>
23784
23785 * keyboard.c (menu_bar_items): Don't include keymap or local-map
23786 bindings at PT when building menu (the menu is not updated often
23787 enough for this to work reliable).
23788 (tool_bar_items): Likewise.
23789 (current_active_maps): Removed unused (and buggy) function.
23790
23791 2002-02-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23792
23793 * xfns.c (gif_load): Use correct width and height for GIF images.
23794
23795 2002-02-19 Eli Zaretskii <eliz@is.elta.co.il>
23796
23797 * floatfns.c (Fatan): Accept an optional second arg and call
23798 atan2 if passed 2 args.
23799
23800 2002-02-18 Jason Rumney <jasonr@gnu.org>
23801
23802 * w32term.c (glyph_rect): Determine the row and glyph more precisely.
23803
23804 2002-02-17 Jason Rumney <jasonr@gnu.org>
23805
23806 * w32term.c (x_autoselect_window_p): New variable.
23807 (syms_of_w32term): DEFVAR_BOOL and initialize it.
23808 (note_mouse_movement): Use it.
23809
23810 * w32fns.c (w32_load_system_font): Never set fonts_changed_p to zero.
23811
23812 * w32bdf.c (w32_load_bdf_font): Maybe set fonts_changed_p.
23813
23814 * w32fns.c (Qfullscreen, Qfullwidth, Qfullheight, Qfullboth):
23815 New variables.
23816 (syms_of_w32fns): Intern and staticpro them.
23817 (x_frame_parms) <"fullscreen">: New parameter.
23818 (x_fullscreen_move, x_set_fullscreen): New functions.
23819 (x_set_frame_parameters): Support Qfullscreen.
23820 (x_real_positions): Save x/y_pixels_diff frame params.
23821 (x_figure_window_size): Support full-screen frames.
23822 (Fx_create_frame): Default the fullscreen parameter.
23823
23824 * w32term.c (x_check_fullscreen, x_check_fullscreen_move)
23825 (x_fullscreen_adjust): New functions.
23826 (w32_read_socket) <WM_WINDOWPOSCHANGED>: Don't resize to
23827 fullscreen. Call x_check_fullscreen_move, and set the
23828 want_fullscreen member of output_data.w32
23829 <WM_ACTIVATE, WM_ACTIVATEAPP>: Call x_check_fullscreen.
23830
23831 * w32term.h: New enum for FULLSCREEN_* constants.
23832 (struct w32_output): New members want_fullscreen, x_pixels_diff,
23833 y_pixels_diff, x_pixels_outer_diff, and y_pixels_outer_diff.
23834 (x-fullscreen-adjust): New prototype.
23835
23836 2002-02-17 Kim F. Storm <storm@cua.dk>
23837
23838 * frame.c (Vmouse_highlight): New variable.
23839 (syms_of_frame): DEFVAR_LISP it.
23840
23841 * frame.h (Vmouse_highlight): Declare extern.
23842
23843 * xterm.h (struct x_display_info): Add mouse_face_hidden.
23844
23845 * xterm.c (disable_mouse_highlight): Removed variable.
23846 (note_mouse_highlight): Don't highlight if Vmouse_highlight is nil.
23847 (show_mouse_face): Don't show highlight if mouse_face_hidden is set.
23848 (XTread_socket): Turn mouse_face_hidden off after mouse movement,
23849 and on after keyboard input.
23850 (x_term_init): Initialize mouse_face_hidden.
23851
23852 * msdos.h (struct display_info): Add mouse_face_hidden.
23853
23854 * msdos.c (disable_mouse_highlight): Removed variable.
23855 (show_mouse_face): Don't show highlight if mouse_face_hidden is set.
23856 (IT_note_mouse_highlight): Don't highlight if Vmouse_highlight is nil.
23857 (internal_terminal_init): Initialize mouse_face_hidden.
23858 (dos_rawgetc): Turn mouse_face_hidden off after mouse movement,
23859 and on after keyboard input.
23860
23861 * w32term.h (struct w32_display_info): Add mouse_face_hidden.
23862
23863 * w32term.c (disable_mouse_highlight): Removed variable.
23864 (note_mouse_highlight): Disable highlight if Vmouse_highlight is nil.
23865 (show_mouse_face): Don't show highlight if mouse_face_hidden is set.
23866 (w32_read_socket): Turn mouse_face_hidden off after mouse movement,
23867 and on after keyboard input.
23868 (w32_initialize_display_info): Initialize mouse_face_hidden.
23869
23870 2002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
23871
23872 * msdos.c (last_mouse_window): New variable.
23873 (dos_rawgetc): Fix last change--if the mouse is in the same window
23874 as recorded in last_mouse_window, don't select this window.
23875
23876 * Makefile.in (lisp, shortlisp): Use cus-start.elc, not cus-start.el.
23877
23878 * msdos.c (x_autoselect_window_p): New variable.
23879 (syms_of_msdos): Defvar it.
23880 (dos_rawgetc): If x_autoselect_window_p is set, select the window in
23881 which the last mouse movement occured, unless it is already selected.
23882
23883 * xdisp.c (automatic_hscroll_margin, Vautomatic_hscroll_step):
23884 New variables.
23885 (syms_of_xdisp): DEVFAR them.
23886 (hscroll_window_tree): Use automatic_hscroll_margin and
23887 Vautomatic_hscroll_step to compute the amount of window scrolling.
23888
23889 2002-02-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23890
23891 * xterm.c (x-autoselect-window): New variable.
23892 (note_mouse_movement): Use it.
23893
23894 * keyboard.c: Do not include "systime.h" twice.
23895
23896 2002-02-15 Andreas Schwab <schwab@suse.de>
23897
23898 * puresize.h (PURESIZE_RATIO): Increase to 9/5.
23899
23900 * alloc.c (NSTATICS): Increase to 1280.
23901
23902 2002-02-15 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
23903
23904 * alloc.c (NSTATICS): Bump to 1026.
23905
23906 * xterm.c (Vx_alt_keysym, Vx_hyper_keysym, Vx_meta_keysym)
23907 (Vx_super_keysym): New variables.
23908 (syms_of_xterm): DEFVAR_LISP them.
23909 (x_x_to_emacs_modifiers, x_emacs_to_x_modifiers): Use the
23910 variables to determine which keys to use for the various modifiers.
23911
23912 2002-02-13 Kim F. Storm <storm@cua.dk>
23913
23914 * window.c (Vmode_line_in_non_selected_windows): Removed.
23915 (mode_line_in_non_selected_windows): New variable.
23916 (syms_of_window): DEFVAR_BOOL it.
23917
23918 * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3):
23919 Use mode_line_in_non_selected_windows.
23920 (mode_line_in_non_selected_windows): Declare extern.
23921 (Vmode_line_in_non_selected_windows): Removed extern.
23922
23923 2002-02-13 Richard M. Stallman <rms@gnu.org>
23924
23925 * keyboard.c (Fthis_command_keys, Fthis_command_keys_vector)
23926 (Fthis_single_command_keys, Fthis_single_command_raw_keys)
23927 (Fclear_this_command_keys): Doc fixes.
23928
23929 * xfaces.c (Finternal_make_lisp_face, Finternal_copy_lisp_face)
23930 (update_face_from_frame_parameter): Increment face_change_count
23931 and windows_or_buffers_changed to force redisplay using changed faces.
23932
23933 * xdisp.c (QCpropertize): New variable.
23934 (mode_line_proptrans_alist): New variable.
23935 (display_mode_element): New arg PROPS; all calls changed.
23936 Implement this, for strings.
23937 Handle literal output of strings by sharing the
23938 main-line code for strings, using local var `literal'.
23939 Handle :propertize feature.
23940 (syms_of_xdisp): Initialze and staticpro QCpropertize and
23941 mode_line_proptrans_alist.
23942
23943 2002-02-11 Kim F. Storm <storm@cua.dk>
23944
23945 * window.c (Vmode_line_in_non_selected_windows): New variable.
23946 (syms_of_window): DEFVAR_LISP it.
23947
23948 * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3): New macro.
23949 (CURRENT_MODE_LINE_FACE_ID): Use it.
23950 (Vmode_line_in_non_selected_windows): Declare extern.
23951
23952 * xdisp.c (display_mode_lines): Use CURRENT_MODE_LINE_FACE_ID_3
23953 to get mode line face.
23954
23955 2002-02-11 Eli Zaretskii <eliz@is.elta.co.il>
23956
23957 * msdos.c (Vx_bitmap_file_path, x_stretch_cursor_p): Remove these
23958 variables; cus-start.el doesn't need them anymore.
23959
23960 2002-02-09 Kim F. Storm <storm@cua.dk>
23961
23962 * insdel.c (make_gap_smaller): Preserve BEG_UNCHANGED during gap
23963 reduction. This fixes a display problem where stray newlines were
23964 inserted in the window (corrected by C-l). Clarified code (IMHO).
23965
23966 2002-02-09 Eli Zaretskii <eliz@is.elta.co.il>
23967
23968 * dispextern.h (CURRENT_MODE_LINE_FACE_ID): Fix last change.
23969
23970 * xdisp.c (display_mode_lines): Fix last change.
23971
23972 2002-02-09 Jason Rumney <jasonr@gnu.org>
23973
23974 * w32fns.c (enum_font_cb2): Don't let charsets unknown to Windows
23975 match each other.
23976 (w32_load_system_font): Prevent Cleartype fonts from loading.
23977 (Fx_show_tip): Ensure tip frames are above other topmost windows.
23978
23979 2002-02-09 Kim F. Storm <storm@cua.dk>
23980
23981 * dispextern.h (CURRENT_MODE_LINE_FACE_ID): New macro.
23982 (CURRENT_MODE_LINE_HEIGHT): Use it.
23983 (enum face_id): Add MODE_LINE_INACTIVE_FACE_ID.
23984
23985 * xdisp.c (window_box_height): Use CURRENT_MODE_LINE_FACE_ID.
23986 (pos_visible_p, handle_face_prop): Likewise.
23987 (display_mode_lines): Likewise, but for the real selected window.
23988 (init_iterator) [row == NULL]: Handle MODE_LINE_INACTIVE_FACE_ID.
23989
23990 * xfaces.c (Qmode_line_inactive): New face variable for mode-line
23991 in non-selected windows.
23992 (realize_basic_faces): Realize it.
23993 (syms_of_term): Intern and staticpro it.
23994
23995 2002-02-08 Kim F. Storm <storm@cua.dk>
23996
23997 * alloc.c (SETJMP_WILL_LIKELY_WORK, SETJMP_WILL_NOT_WORK):
23998 Changed mail addresses to emacs-devel@gnu.org.
23999
24000 2002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
24001
24002 * fileio.c (Fsubstitute_in_file_name): If the file name includes
24003 ~user, and there's no such user, don't discard everything before ~user.
24004
24005 * floatfns.c (Fround): Doc fix.
24006
24007 2002-02-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
24008
24009 * sysdep.c (init_system_name): Put unused variable `p' in #if 0.
24010
24011 2002-02-07 Stefan Monnier <monnier@cs.yale.edu>
24012
24013 * lisp.h (Fx_file_dialog): Add extern decl (used in fileio.c).
24014
24015 2002-02-07 Kim F. Storm <storm@cua.dk>
24016
24017 * keymap.c (where_is_internal): Only check whether definition is
24018 remapped if it fulfills is_command_symbol.
24019
24020 2002-02-07 Andreas Schwab <schwab@suse.de>
24021
24022 * s/gnu-linux.h (GC_LISP_OBJECT_ALIGNMENT): Define to 2 for m68k.
24023
24024 * alloc.c (mark_stack): Don't assume sizeof (Lisp_Object) is 4.
24025
24026 2002-02-06 Kim F. Storm <storm@cua.dk>
24027
24028 * keymap.c (Fdefine_key): Allow symbol as KEY argument for
24029 defining command remapping. Doc updated.
24030 (Flookup_key): Remap command through keymap if KEY is a symbol.
24031 (is_command_symbol): New function.
24032 (Fkey_binding): Use it. New optional argument NO-REMAP.
24033 Doc updated. Callers changed. Perform command remapping via
24034 recursive call unless that arg is non-nil.
24035 (where_is_internal): New argument no_remap. Callers changed.
24036 Call recursively to find original key bindings for a remapped
24037 comand unless that arg is non-nil.
24038 (Fwhere_is_internal): New optional argument NO-REMAP.
24039 Doc updated. Callers changed. Pass arg to where_is_internal.
24040
24041 * keymap.h (Fkey_binding, Fwhere_is_internal): Update prototype.
24042 (is_command_symbol): Add prototype.
24043
24044 * keyboard.c (Vthis_original_command): New variable.
24045 (syms_of_keyboard): DEFVAR_LISP it.
24046 (command_loop_1): Set it, and perform command remapping.
24047
24048 2002-02-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
24049
24050 * keyboard.c (recursive_edit_1): Call cancel_hourglass unconditionally.
24051
24052 2002-02-06 Jason Rumney <jasonr@gnu.org>
24053
24054 * w32term.c (w32_native_per_char_metric): Disable 2002-01-20 change.
24055
24056 2002-02-06 Eli Zaretskii <eliz@is.elta.co.il>
24057
24058 * charset.c (get_charset_id): Use if-else instead of ?:.
24059
24060 2002-02-06 Richard M. Stallman <rms@gnu.org>
24061
24062 * filelock.c (S_ISLNK): Define if not defined.
24063
24064 2002-02-03 Richard M. Stallman <rms@gnu.org>
24065
24066 * fileio.c (Fdo_auto_save): Improve "auto save disabled" msg.
24067
24068 * lread.c (read1): Redesign strategy for force_multibyte and
24069 force_singlebyte. Now is_multibyte records whether read_buffer
24070 is multibyte. Encountering any multibyte character makes it so.
24071
24072 2002-02-02 Stefan Monnier <monnier@cs.yale.edu>
24073
24074 * term.c (term_get_fkeys_1): If `k0' and `k;' are both specified and
24075 with the same sequence, map that sequence to f10 rather than f0.
24076
24077 2002-02-03 Andreas Schwab <schwab@suse.de>
24078
24079 * s/gnu-linux.h: Check for __mc68000__ instead of __m68k__, the
24080 latter never being defined on GNU/Linux.
24081
24082 2002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
24083
24084 * xfaces.c (realize_default_face): Don't set the weight and slant of
24085 the default face to Qnormal, unless these attributes are unspecified.
24086
24087 2002-02-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
24088
24089 * keyboard.c (command_loop_1) [HAVE_X_WINDOWS]:
24090 Call cancel_hourglass unconditionally.
24091
24092 * eval.c (Fsignal): Remove duplicated declaration of
24093 the variable `display_hourglass_p'.
24094
24095 2002-01-31 Richard M. Stallman <rms@gnu.org>
24096
24097 * editfns.c (region_limit): Nicer error message.
24098
24099 * coding.c (decode_composition_emacs_mule):
24100 Give up if NCOMPONENT gets too large to index `component'.
24101
24102 * callint.c (check_mark): New arg to specify clearer error message.
24103 Callers changed.
24104
24105 2002-01-27 Richard M. Stallman <rms@gnu.org>
24106
24107 * minibuf.c (Fcompleting_read): Doc fix.
24108
24109 2002-01-27 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
24110
24111 * minibuf.c (Fread_from_minibuffer, Fread_command, Fread_function)
24112 (Fread_variable, Fread_buffer, minibuffer-completion-confirm):
24113 Fix doc-strings.
24114
24115 2002-01-26 Richard M. Stallman <rms@gnu.org>
24116
24117 * buffer.c (syms_of_buffer): Doc fixes for scroll-...-aggressively.
24118
24119 * xdisp.c (try_scrolling): Exchange uses of scroll_down_aggressively
24120 and scroll_up_aggressively.
24121
24122 2002-01-26 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
24123
24124 * keyboard.c (parse_tool_bar_item): Remove duplicated prototypes.
24125
24126 2002-01-25 Stefan Monnier <monnier@cs.yale.edu>
24127
24128 * textprop.c (Fnext_property_change, Fnext_single_property_change)
24129 (Fprevious_property_change, Fprevious_single_property_change):
24130 Stay within the narrowed-buffer boundaries.
24131
24132 2002-01-25 Eli Zaretskii <eliz@is.elta.co.il>
24133
24134 * term.c (Ftty_display_color_cells): New function.
24135 (syms_of_term): Defsubr it.
24136 (Ftty_display_color_cells, Ftty_display_color_p): Change the
24137 argument name to DISPLAY. Doc fix.
24138
24139 * dispextern.h: Add prototype for set_tty_color_mode and
24140 tty_setup_colors.
24141
24142 2002-01-24 Jason Rumney <jasonr@gnu.org>
24143
24144 * w32term.c (x_scroll_run): Use ScrollWindowEx in place of BitBlt.
24145 If region left to draw is not what was expected, mark the frame as
24146 garbaged.
24147
24148 * w32fns.c (w32_wnd_proc) <WM_PAINT>: Initialize update_rect.
24149 Combine the regions returned by BeginPaint and GetUpdateRect.
24150
24151 2002-01-23 Jason Rumney <jasonr@gnu.org>
24152
24153 * w32term.c (x_update_window_begin): Only hide caret if
24154 w32_use_visible_system_caret is set.
24155 (x_update_window_end): Only show caret if
24156 w32_use_visible_system_caret is set.
24157 (syms_of_w32term): Handle SystemParametersInfo call failing.
24158
24159 * w32fns.c (syms_of_w32fns): Initialize w32_visible_system_caret_hwnd.
24160
24161 2002-01-22 Richard M. Stallman <rms@gnu.org>
24162
24163 * unexelf.c (unexec): Define n so as to cause compilation error
24164 for the code where people have often written n instead of nn.
24165
24166 * .gdbinit (hookpost-run): Defined.
24167
24168 2002-01-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
24169
24170 * xfns.c (x_set_frame_parameters): Typo in previous fix corrected.
24171
24172 2002-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
24173
24174 * xfns.c (x_set_frame_parameters): Just call x_fullscreen_adjust
24175 if fullscreen is being set.
24176
24177 2002-01-21 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
24178
24179 * minibuf.c (Fminibuffer_contents)
24180 (Fminibuffer_contents_no_properties, Fread_from_minibuffer)
24181 (Fread_string, Fread_no_blanks_input, Fcompleting_read): Doc fixes.
24182
24183 2002-01-21 Richard M. Stallman <rms@gnu.org>
24184
24185 * window.c (check_frame_size): Fix minimum height calculation.
24186
24187 2002-01-20 Ken Raeburn <raeburn@gnu.org>
24188
24189 * dispextern.h (WINDOW_WANTS_MODELINE_P): Use XFASTINT on window
24190 height before comparison.
24191 (WINDOW_WANTS_HEADER_LINE_P): Likewise.
24192
24193 2002-01-20 Jason Rumney <jasonr@gnu.org>
24194
24195 * w32term.c (w32_system_caret_width): Remove.
24196 (w32_use_visible_system_caret): New user flag.
24197 (syms_of_w32term): DEFVAR_BOOL it. Initialize based on whether
24198 Windows reports a screen reader running.
24199 (x_update_window_begin): Hide the system caret.
24200 (x_update_window_end): Show the system caret.
24201 (x_display_and_set_cursor): Don't draw a cursor when
24202 w32_use_visible_system_caret is set. Do not adjust width.
24203
24204 * w32fns.c (w32_visible_system_caret_hwnd): New static variable.
24205 (w32_wnd_proc) <WM_KILL_FOCUS, WM_EMACS_DESTROY_CARET>: Set it.
24206 <WM_EMACS_TRACK_CARET>: Arrange for system caret to be visible if
24207 the user requests it. Use system default width when creating.
24208 <WM_EMACS_HIDE_CARET, WM_EMACS_SHOW_CARET>: Handle new messages.
24209
24210 * w32term.h (WM_EMACS_SHOW_CARET, WM_EMACS_HIDE_CARET):
24211 New window messages.
24212
24213 2002-01-20 Richard M. Stallman <rms@gnu.org>
24214
24215 * window.c (MIN_SAFE_WINDOW_HEIGHT): Value now 1.
24216
24217 2002-01-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
24218
24219 * doprnt.c (doprnt1): Fix typos in error call.
24220
24221 2002-01-20 Eli Zaretskii <eliz@is.elta.co.il>
24222
24223 * unexelf.c (unexec) [__sgi]: Support the .got sections.
24224
24225 2002-01-20 Jason Rumney <jasonr@gnu.org>
24226
24227 * w32term.c (w32_native_per_char_metric): Don't trust the metrics
24228 that Windows returns. If a double check fails, try to guess how
24229 ExtTextOut is going to act.
24230
24231 * w32fns.c (w32_load_system_font, w32_to_x_charset): Use strnicmp
24232 in place of stricmp.
24233 (w32_list_synthesized_fonts): Removed.
24234 (w32_to_all_x_charsets, enum_font_maybe_add_to_list): New functions.
24235 (struct enumfont_t): New element; list.
24236 (enum_font_cb2): List all style and charset variations of a font.
24237 (Fw32_select_font): New optional argument; include_proportional.
24238 Exclude vertical fonts. Exclude proportional fonts unless
24239 include_proportional is non-nil.
24240 (w32_enable_synthesized_fonts): Change to a boolean.
24241 (Fw32_send_sys_command): Doc fix.
24242
24243 2002-01-19 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
24244
24245 * dispnew.c (update_frame): Move the variable `tem' to the block
24246 where it is used.
24247
24248 2002-01-19 Jason Rumney <jasonr@gnu.org>
24249
24250 * w32fns.c (Fx_create_frame): Bind redisplay-dont-pause around
24251 call to face-set-after-frame-default.
24252
24253 2002-01-18 Richard M. Stallman <rms@gnu.org>
24254
24255 * dispextern.h (WINDOW_WANTS_MODELINE_P): Check window height > 1.
24256 (WINDOW_WANTS_HEADER_LINE_P): Check window height provides room.
24257
24258 2002-01-17 Richard M. Stallman <rms@gnu.org>
24259
24260 * window.c (enlarge_window): When exceeding size of parent,
24261 directly delete all the siblings instead of trying to resize it.
24262
24263 2002-01-17 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
24264
24265 * term.c (set_tty_color_mode): Remove unused variable `tem'.
24266
24267 2002-01-16 Henrik Enberg <henrik@enberg.org>
24268
24269 * lread.c (init_lread): Move the installed-lisp dirs later in the path.
24270
24271 2002-01-16 Kim F. Storm <storm@cua.dk>
24272
24273 * xterm.c (x_erase_phys_cursor): Don't erase cursor if cursor row
24274 is invisible. This can happen if cursor is on top line of a
24275 window, and we switch to a buffer with a header line.
24276
24277 * w32term.c (x_erase_phys_cursor): Ditto.
24278
24279 2002-01-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
24280
24281 * xterm.c (XTread_socket) [!USE_X_TOOLKIT]: Compute the value of
24282 `dont_resize' only when used.
24283
24284 * xdisp.c: Remove forgotten extern declaration of `Qimage'.
24285
24286 2002-01-15 Eli Zaretskii <eliz@is.elta.co.il>
24287
24288 * xdisp.c (display_mode_element): When computing charpos, depend
24289 on multibyteness of elt, not the text in field.
24290
24291 2002-01-15 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
24292
24293 * buffer.c (Fkill_all_local_variables):
24294 Increment `update_mode_lines' only once.
24295
24296 2002-01-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
24297
24298 * lisp.h (adjust_after_replace_noundo)
24299 (Fupdate_coding_systems_internal): Add prototypes.
24300
24301 * sound.c (Fplay_sound): Initialize header_size also for :data case.
24302
24303 2002-01-14 Eli Zaretskii <eliz@is.elta.co.il>
24304
24305 Support for the --color command-line argument and tty-color-mode
24306 frame parameter:
24307
24308 * term.c (tty_default_color_capabilities, tty_setup_colors)
24309 (set_tty_color_mode): New functions.
24310 (term_init): Call tty_default_color_capabilities.
24311 (Qtty_color_mode_alist): New variable.
24312 (syms_of_term): Intern and staticpro it.
24313
24314 * frame.c (store_frame_param): Call set_tty_color_mode for termcap
24315 frames.
24316 (do_switch_frame): For termcap frames, switch the tty
24317 color mode as specified by the frame's parameters.
24318 (Qtty_color_mode): New variable.
24319 (syms_of_frame): Intern and staticpro it.
24320
24321 * emacs.c (USAGE2): Add the --color option.
24322 (standard_args): Ditto.
24323
24324 2002-01-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
24325
24326 * xterm.h (struct x_output): New members want_fullscreen,
24327 x_pixels_diff, y_pixels_diff, x_pixels_outer_diff, and
24328 y_pixels_outer_diff.
24329 New enum for FULLSCREEN_* constants.
24330 (FRAME_OUTER_WINDOW): Handle the case where output_data.x->widget
24331 is NULL.
24332 (x_fullscreen_adjust): Add prototype.
24333
24334 * emacs.c (USAGE2): Add the new full-screen arguments.
24335 (standard_args): Ditto.
24336
24337 * xfns.c (Qfullscreen, Qfullwidth, Qfullheight, Qfullboth):
24338 New variables.
24339 (syms_of_xfns): Intern and staticpro them.
24340 (x_frame_parms) <"fullscreen">: New parameter.
24341 (x_fullscreen_move, x_set_fullscreen): New functions.
24342 (x_set_frame_parameters): Support for Qfullscreen.
24343 (x_real_positions): More accurate computation of the frame position.
24344 (x_figure_window_size): Support full-screen frames.
24345 (Fx_create_frame): Default the fullscreen parameter.
24346
24347 * xterm.c (x_check_fullscreen, x_fullscreen_adjust): New functions.
24348 (XTread_socket) <Expose>: Call x_check_fullscreen.
24349 <ConfigureNotify>: Don't resize to fullscreen.
24350 Call x_check_fullscreen_move, and set the want_fullscreen member of
24351 output_data.x.
24352
24353 2002-01-13 Jason Rumney <jasonr@gnu.org>
24354
24355 * w32term.h (WM_XBUTTONDOWN, WM_XBUTTONUP): New window messages
24356 for mice with more than 3 buttons.
24357
24358 * w32term.c (parse_button): New parameter xbutton. Callers changed.
24359 (w32_read_socket): Handle new "XBUTTON" messages.
24360
24361 * w32fns.c (w32_pass_extra_mouse_buttons_to_system): New user option.
24362 (syms_of_w32fns): DEFVAR_BOOL it.
24363 (w32_wnd_proc): Handle new "XBUTTON" messages.
24364
24365 2002-01-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
24366
24367 * keyboard.c (read_key_sequence): Remove unused variable `extra_maps'.
24368
24369 2002-01-13 Andreas Schwab <schwab@suse.de>
24370
24371 * xterm.c (x_load_font): Never set fonts_changed_p to zero.
24372
24373 2002-01-12 Andreas Schwab <schwab@suse.de>
24374
24375 * .gdbinit (xbuffer): Remove address operator since data is now a
24376 pointer.
24377
24378 2002-01-11 Richard M. Stallman <rms@gnu.org>
24379
24380 * insdel.c (adjust_after_replace_noundo): New function.
24381
24382 * coding.c (code_convert_region): Don't copy old text if undo disabled.
24383
24384 2002-01-09 Jason Rumney <jasonr@gnu.org>
24385
24386 * xdisp.c (x_consider_frame_title): Don't count the tooltip frame
24387 when checking for multiple frames.
24388
24389 2002-01-08 Richard M. Stallman <rms@gnu.org>
24390
24391 * window.c (delete_window): Rewrite the code for changing the
24392 selected window to handle the case where WINDOW is not a leaf.
24393
24394 2002-01-07 Eli Zaretskii <eliz@is.elta.co.il>
24395
24396 * process.c (send_process): Set src_multibyte to 1 after the call
24397 top setup_coding_system, not before the call.
24398
24399 2002-01-07 Jason Rumney <jasonr@gnu.org>
24400
24401 * xmenu.c (set_frame_menubar, xmenu_show):
24402 (xdialog_show): Initialize wv->help to Qnil.
24403
24404 * w32menu.c (single_submenu, set_frame_menubar, w32_menu_show):
24405 (w32_dialog_show): Initialize wv->help to Qnil.
24406
24407 2002-01-06 Jason Rumney <jasonr@gnu.org>
24408
24409 * xmenu.c (single_submenu): Initialize wv->help to Qnil.
24410
24411 * w32menu.c (w32_menu_display_help): Revert last change.
24412
24413 * xmenu.c (menu_highlight_callback): Revert last change.
24414
24415 2002-01-06 Andreas Schwab <schwab@suse.de>
24416
24417 * insdel.c (make_gap_larger): Make sure buffer size does not
24418 overflow range of int.
24419
24420 2002-01-05 Jason Rumney <jasonr@gnu.org>
24421
24422 * w32term.c (x_draw_glyphs): Don't call notice_overwritten_cursor if
24423 OVERLAPS_P.
24424
24425 * w32menu.c (w32_menu_display_help): Hide any tooltip window.
24426
24427 * w32fns.c (compute_tip_xy): If tooltip won't fit on the screen
24428 to the left or to the right of the pointer, put it against
24429 the left screen edge.
24430 (x_frame_parms): Add missing braces around initializer.
24431
24432 * w32term.c (x_setup_relief_colors): Don't compute an image's
24433 background color if it doesn't have a Pixmap.
24434 (notice_overwritten_cursor): Don't depend on
24435 output_cursor and updated_area. Compare pixel coordinates with
24436 window's cursor pixel coordinates.
24437 (x_draw_glyphs, x_clear_end_of_line, show_mouse_face):
24438 Call notice_overwritten_cursor with new arg list.
24439 (show_mouse_face): Fix bug setting a row's mouse_face_p flag
24440 unconditionally.
24441 (x_draw_image_relief): Use predefined macro instead of
24442 constant when the value of `tool_bar_button_relief' is negative.
24443
24444 * w32term.c (x_display_and_set_cursor): Fix PostMessage arg types.
24445
24446 2002-01-04 Richard M. Stallman <rms@gnu.org>
24447
24448 * xmenu.c (menu_highlight_callback): Hide any tooltip window.
24449
24450 2002-01-03 Richard M. Stallman <rms@gnu.org>
24451
24452 * keymap.c (Fcurrent_active_maps): Put the `keymap' property map first.
24453 (Fkey_binding): Try the `keymap' property map first.
24454 (Fdescribe_buffer_bindings): Show `keymap' property bindings before
24455 minor mode bindings.
24456
24457 2002-01-03 Kim F. Storm <storm@cua.dk>
24458
24459 * keyboard.c (read_key_sequence): Fix cast of submaps arg to bcopy.
24460
24461 2002-01-02 Richard M. Stallman <rms@gnu.org>
24462
24463 * keyboard.c (read_key_sequence): Handle the keymap property
24464 before minor mode maps.
24465
24466 * editfns.c (Fformat): Update thissize from field_width
24467 based on the actual width, in the string case.
24468
24469 2002-01-01 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
24470
24471 * charset.h (UNIBYTE_STR_AS_MULTIBYTE_P): Parenthesize assignment
24472 when used as truth value to prevent gcc warnings.
24473
24474 * sysdep.c, unexapollo.c, w32.c, w32bdf.c, w32heap.c, w32inevt.c,
24475 * w32proc.c: Include <config.h>.
24476
24477 2002-01-01 Andreas Schwab <schwab@suse.de>
24478
24479 * eval.c (max_specpdl_size, max_lisp_eval_depth): Define as int,
24480 not EMACS_INT, to make them compatible with DEFVAR_INT.
24481 * lisp.h (max_specpdl_size): Adjust declaration.
24482
24483 2002-01-01 Richard M. Stallman <rms@gnu.org>
24484
24485 * print.c (print_object): Test print_escape_nonascii only for
24486 unibyte strings.
24487 (PRINTPREPARE): Once again bind Qprint_escape_nonascii
24488 when outputting to a multibyte buffer.
24489
24490 2001-12-29 Richard M. Stallman <rms@gnu.org>
24491
24492 * print.c (print_object): In multibyte string, use hex escapes.
24493 Use octal only for unibyte strings.
24494 (PRINTPREPARE): Don't ever set Qprint_escape_nonascii.
24495
24496 * lread.c (read_escape): New arg BYTEREP for reporting whether
24497 escape forces unibyte or multibyte.
24498 (read1): When reading a string, take note of that info.
24499
24500 2001-12-29 Ken Raeburn <raeburn@gnu.org>
24501
24502 * abbrev.c (Fexpand_abbrev): Use NILP instead of implicit zero
24503 comparison to test lisp value returned by Fget.
24504
24505 2001-12-29 Richard M. Stallman <rms@gnu.org>
24506
24507 * lisp.h (max_specpdl_size): Add declaration.
24508
24509 * fileio.c (Fdo_auto_save): If NO_MESSAGE, don't call push_message.
24510
24511 * keymap.c (silly_event_symbol_error): New subrtn, from Fdefine_key.
24512 Handle modifier bits. Correct typo in error message.
24513
24514 2001-12-28 Richard M. Stallman <rms@gnu.org>
24515
24516 * abbrev.c: Use the plist of an abbrev for multiple params if nec.
24517 (Fdefine_abbrev): New arg SYSTEM-FLAG for a system abbrev.
24518 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
24519 Update calls to Fdefine_abbrev.
24520 (write_abbrev): Update for changed data format.
24521 Don't list "system" abbrevs.
24522 (Fexpand_abbrev): Update use count with new data format.
24523 (describe_abbrev): Update for changed data format.
24524 (Fdefine_abbrev_table): Handle the new SYSTEM-FLAG.
24525
24526 * config.in (HAVE_MBSINIT): Add #undef.
24527
24528 * strftime.c (mbsinit): Define as no-op if not available.
24529
24530 * s/sco5.h (LIBX11_SYSTEM) [MOTIF]: Add -lgen.
24531 (sigprocmask_set): Conditionalize decl on ! NOT_C_CODE.
24532
24533 * keymap.c (Flookup_key): Error message if key has wrong data type.
24534 (Fdefine_key): Add error message for trying to bind [DEL], [RET], etc.
24535 (exclude_key): New variable.
24536
24537 2001-12-28 Gerd Moellmann <gerd@gnu.org>
24538
24539 * xterm.c (x_setup_relief_colors): Don't compute an image's
24540 background color if it doesn't have a Pixmap.
24541
24542 * xterm.c (notice_overwritten_cursor): Don't depend on
24543 output_cursor and updated_area. Compare pixel coordinates with
24544 window's cursor pixel coordinates.
24545 (x_draw_glyphs, x_clear_end_of_line, show_mouse_face):
24546 Call notice_overwritten_cursor with new arg list.
24547 (show_mouse_face): Fix bug setting a row's mouse_face_p flag
24548 unconditionally.
24549
24550 * xdisp.c (try_scrolling) <PT below scroll margin>: Add the
24551 height of the cursor line to the amount to scroll.
24552
24553 2001-12-27 Richard M. Stallman <rms@gnu.org>
24554
24555 * intervals.c (set_point_both): The position after an invisible,
24556 intangible character is not an acceptable stopping point.
24557
24558 2001-12-27 Ken Raeburn <raeburn@gnu.org>
24559
24560 * window.c (enlarge_window): In new preserve_before code, convert
24561 CURBEG from lisp object to integer before doing arithmetic.
24562
24563 2001-12-27 Richard M. Stallman <rms@gnu.org>
24564
24565 * bytecode.c (Fbyte_code): Undo previous change.
24566
24567 2001-12-26 Kim F. Storm <storm@cua.dk>
24568
24569 * keyboard.c (record_char): Ignore duplicate help-echo events only
24570 separated by mouse-movement. When tracking mouse, only record
24571 first and last mouse-movement event in same window.
24572 Don't record mouse-movement events in keyboard macros.
24573
24574 2001-12-25 Richard M. Stallman <rms@gnu.org>
24575
24576 * window.c (enlarge_window): New arg PRESERVE_BEFORE. Callers changed.
24577 (Fenlarge_window): New arg PRESERVE_BEFORE.
24578
24579 * bytecode.c (Fbyte_code): Use Fstring_make_unibyte
24580 instead of Fstring_as_unibyte.
24581
24582 2001-12-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
24583
24584 The following changes remove mocklisp support:
24585
24586 * mocklisp.h, mocklisp.c: Files removed.
24587
24588 * lisp.h: Remove declarations of variables `Vmocklisp_arguments',
24589 `Qmocklisp' and `Qmocklisp_arguments'.
24590 Remove prototype of syms_of_mocklisp.
24591
24592 * makefile.nt, makefile.w32-in, Makefile.in: Remove mocklisp files.
24593
24594 * callint.c: Do not include mocklisp.h.
24595 (Fcall_interactively): Do not test for mocklisp case.
24596
24597 * eval.c: Remove variables `Qmocklisp_arguments',
24598 `Vmocklisp_arguments' and `Qmocklisp'. Remove prototype of ml_apply.
24599 (Fprogn, Fwhile, Fcommandp, Feval, Ffuncall, funcall_lambda):
24600 Do not test for mocklisp case.
24601 (Fwhile): Remove unused variable `tem'.
24602 (syms_of_eval): Remove variable `moclisp-arguments'.
24603
24604 * data.c (wrong_type_argument): Remove mocklisp case.
24605
24606 * doc.c (Fdocumentation): Remove mocklisp case.
24607
24608 * emacs.c (main): Do not call syms_of_mocklisp.
24609
24610 2001-12-21 Richard M. Stallman <rms@gnu.org>
24611
24612 * xfns.c (compute_tip_xy): If tooltip won't fit on the screen
24613 to the left or to the right of the pointer, put it against
24614 the left screen edge.
24615
24616 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
24617
24618 * Makefile.in (distclean): Remove .gdbinit if we are building
24619 outside the source tree.
24620
24621 2001-12-19 Eli Zaretskii <eliz@is.elta.co.il>
24622
24623 * w32.c (emacs_root_dir): New function.
24624
24625 * msdos.c (emacs_root_dir): New function.
24626
24627 * fileio.c (Fexpand_file_name) [DOS_NT]: Use the root directory
24628 of the current drive as the fallback for default_directory.
24629
24630 * dired.c (file_name_completion): Run the elements of
24631 completion-ignored-extensions through ENCODE_FILE.
24632
24633 * lisp.h (scmp): Remove prototype, since it's now a static
24634 function private to dired.c.
24635
24636 2001-12-18 Richard M. Stallman <rms@gnu.org>
24637
24638 * dired.c (scmp): Function moved from minibuf.c.
24639 Delete multibyte handling--used only on encoded strings.
24640
24641 * minibuf.c (scmp): Function moved to dired.c.
24642
24643 * fns.c (merge): Add QUIT call.
24644
24645 2001-12-18 Dave Love <fx@gnu.org>
24646
24647 * Makefile.in (lisp, shortlisp): Add language/utf-8-lang.el,
24648 language/georgian.el.
24649
24650 2001-12-18 Eli Zaretskii <eliz@is.elta.co.il>
24651
24652 * Makefile.in (lisp, shortlisp): Synchronize with changes to
24653 lisp/Makefile.in:DONTCOMPILE.
24654
24655 2001-12-18 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
24656
24657 * xdisp.c (window_box_height): Do not return negative values.
24658 From Gerd Moellmann <gerd@gnu.org>.
24659
24660 * keyboard.c (head_table): Add missing braces around initializer.
24661
24662 * term.c (keys): Likewise.
24663
24664 * xfns.c (x_frame_parms, visual_classes): Likewise.
24665
24666 2001-12-17 Sam Steingold <sds@gnu.org>
24667
24668 * coding.c (DECODE_COMPOSITION_END): Fixed a typo in the last
24669 patch (COMPOSING_P, not COMPOSING).
24670
24671 2001-12-17 Richard M. Stallman <rms@gnu.org>
24672
24673 * editfns.c (Fcompare_buffer_substrings): Add QUIT to main loop.
24674
24675 * coding.c (code_convert_region): Update coding->cmp_data->char_offset
24676 before calling decode_coding.
24677
24678 * charset.c (Fdefine_charset): Call Fupdate_coding_systems_internal.
24679
24680 * coding.c (DECODE_COMPOSITION_END): Check for ! COMPOSING_P (coding)
24681 instead of only for COMPOSITION_DISABLED.
24682
24683 2001-12-16 Richard M. Stallman <rms@gnu.org>
24684
24685 * alloc.c (pure_alloc): After overflow, allocate just a small block.
24686
24687 * Makefile.in (xmenu.o, xterm.o, fontset.o): Depend on buffer.h.
24688
24689 * buffer.h (struct buffer): New field `display_error_modiff'.
24690 * buffer.c (reset_buffer): Initialize `display_error_modiff'.
24691
24692 * window.c (Frecenter): Clear display_error_modiff field.
24693
24694 * xdisp.c (redisplay_window_0, redisplay_window_1): New functions.
24695 Call redisplay_window, but not if display_error_modiff field says no.
24696 (redisplay_window_error): New function.
24697 (displayed_buffer): New variable.
24698 (redisplay_internal, redisplay_windows): Call the new functions
24699 instead of redisplay_window directly.
24700
24701 2001-12-15 Richard M. Stallman <rms@gnu.org>
24702
24703 * keyboard.c (syms_of_keyboard) <double-click-fuzz>: Doc fix.
24704
24705 2001-12-14 Andrew Innes <andrewi@gnu.org>
24706
24707 * makefile.w32-in (EMACSLOADPATH): Define.
24708 ($(EMACS)): Run `list-load-path-shadows' after dumping Emacs.
24709 (bootstrap-temacs): Remove dependency on bootstrap-clean.
24710
24711 2001-12-13 Eli Zaretskii <eliz@is.elta.co.il>
24712
24713 * xfns.c (x_report_frame_params): Make the scroll-bar-width frame
24714 parameter have a numeric value all the time.
24715
24716 * w32fns.c (x_report_frame_params): Likewise.
24717
24718 2001-12-12 Richard M. Stallman <rms@gnu.org>
24719
24720 * fileio.c (Fwrite_region): Doc fix.
24721
24722 * xdisp.c (CLEAR_FACE_CACHE_COUNT): Redefine as 500.
24723 (redisplay_internal): Call clear_image_cache only for window terminals.
24724
24725 2001-12-12 Gerd Moellmann <gerd@gnu.org>
24726
24727 * xdisp.c (move_it_vertically_backward): Change heuristic
24728 for the case that we didn't move far enough initially.
24729
24730 * window.c (Frecenter): Simplify computation in the case of window
24731 system frames and ARG < 0; use window_box_height.
24732
24733 2001-12-11 Richard M. Stallman <rms@gnu.org>
24734
24735 * Makefile.in, mem-limits.h, dispnew.c, emacs.c, fileio.c:
24736 * process.c, sysdep.c, unexec.c: Test GNU_LINUX, not LINUX.
24737
24738 2001-12-11 Andrew Innes <andrewi@gnu.org>
24739
24740 * insdel.c (make_gap) [DOUG_LEA_MALLOC]: Call make_gap_smaller if
24741 arg is negative.
24742
24743 2001-12-11 Richard M. Stallman <rms@gnu.org>
24744
24745 * m/hp800.h: Split the __hpux conditional into the parts
24746 that are right for GNU/Linux too and the parts that are not.
24747 Use the former if GNU_LINUX.
24748 (HAVE_ALLOCA, LOAD_AVE_TYPE, LOAD_AVE_CVT): New defs for GNU/Linux.
24749
24750 * s/gnu-linux.h (GNU_LINUX): Defined.
24751
24752 2001-12-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
24753
24754 * macros.c, msdos.c, w16select.c: Change doc-string comments to
24755 `new style' [w/`doc:' keyword].
24756
24757 2001-12-10 Jason Rumney <jasonr@gnu.org>
24758
24759 * w32menu.c (w32_free_submenu_strings): Clear menu item struct
24760 before using.
24761
24762 2001-12-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
24763
24764 * dosfns.c: Change doc-string comments to `new style' [w/`doc:'
24765 keyword].
24766
24767 2001-12-09 Eli Zaretskii <eliz@is.elta.co.il>
24768
24769 * dosfns.c (dos-display-scancodes, dos-decimal): Doc fix.
24770
24771 * s/hpux10.h (srand48): Don't undefine.
24772
24773 2001-12-09 Jason Rumney <jasonr@gnu.org>
24774
24775 * w32menu.c (_widget_value): Make `help' field a Lisp_Object.
24776 Add comment to explain where the struct came from.
24777 (single_submenu, w32_menu_show): Set `help' field as Lisp_Object.
24778 (add_menu_item): Process pop-up menus first to avoid memory leak.
24779 (add_menu_item, w32_menu_display_help): Use `help' field as
24780 Lisp_Object.
24781 (w32_free_submenu_strings): Only free owner-drawn strings.
24782
24783 2001-12-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
24784
24785 * COPYING: Moved back.
24786
24787 * charset.c (char_to_string_1, translate_char, Fdefine_charset):
24788 Add parentheses around && within ||.
24789
24790 * indent.c (compute_motion): Likewise.
24791
24792 * intervals.c (merge_properties_sticky): Likewise.
24793
24794 * coding.c (setup_coding_system, shrink_encoding_region)
24795 (Fdecode_sjis_char): Likewise.
24796
24797 2001-12-07 Andreas Schwab <schwab@suse.de>
24798
24799 * xdisp.c (display_mode_element): Don't read past end of string if
24800 it ends with '%'.
24801
24802 * alloc.c (inhibit_garbage_collection): Don't exceed value an int
24803 can hold.
24804
24805 * data.c (Vmost_positive_fixnum, Vmost_negative_fixnum):
24806 Rename from most_positive_fixnum and most_negative_fixnum, resp., and
24807 type changed to Lisp_Object.
24808 (syms_of_data): DEFVAR_LISP them.
24809
24810 2001-12-07 Richard M. Stallman <rms@gnu.org>
24811
24812 * callproc.c (init_callproc): Set Vdata_directory based on the source
24813 location whenever Emacs was run uninstalled.
24814
24815 2001-12-06 Paul Eggert <eggert@twinsun.com>
24816
24817 * config.in (HAVE_WORKING_VFORK): New #undefs.
24818 * process.c (create_process):
24819 Use HAVE_WORKING_VFORK, not HAVE_VFORK.
24820 * m/cnvrgnt.h (HAVE_VFORK): Remove #define.
24821 * m/ibm370aix.h (HAVE_VFORK): Remove #undef.
24822 * m/ibmps2-aix.h (HAVE_VFORK): Remove #define.
24823 * m/intel386.h (HAVE_VFORK): Likewise.
24824 * m/mips-siemens.h (HAVE_VFORK): Likewise.
24825 * m/mips.h (HAVE_VFORK): Likewise.
24826 * s/freebsd.h (vfork): Remove #define.
24827 * s/lynxos.h (HAVE_VFORK): Remove #undef.
24828 * s/usg5-4-2.h: Fix comment about vfork.
24829
24830 2001-12-06 Richard M. Stallman <rms@gnu.org>
24831
24832 * s/hpux10.h (random): Add undef.
24833 (HAVE_RANDOM): Define it just once.
24834
24835 2001-12-06 Stefan Monnier <monnier@cs.yale.edu>
24836
24837 * eval.c: Undo last change: the standard syntax is not wanted.
24838
24839 2001-12-06 Eli Zaretskii <eliz@is.elta.co.il>
24840
24841 * xterm.c (x_free_frame_resources) [USE_X_TOOLKIT]: Remove all the
24842 scroll bars of the frame before deleting the frame itself. If the
24843 frame has a widget, delete the frame with XtDestroyWidget, and do
24844 not call XDestroyWindow before that.
24845
24846 2001-12-06 Kim F. Storm <storm@cua.dk>
24847
24848 * xfns.c (x_report_frame_params): Return actual fringe widths.
24849
24850 * w32fns.c (x_report_frame_params): Return actual fringe widths.
24851
24852 2001-12-05 Andrew Innes <andrewi@gnu.org>
24853
24854 * alloc.c (Fgarbage_collect): Shrink buffer gaps that are
24855 excessively large.
24856
24857 * insdel.c (make_gap_larger): New function.
24858 (make_gap_smaller): New function.
24859 (make_gap) [USE_MMAP_FOR_BUFFERS || REL_ALLOC]:
24860 Call make_gap_smaller if arg is negative.
24861
24862 2001-12-04 Stefan Monnier <monnier@cs.yale.edu>
24863
24864 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal prototype.
24865 Pass a dummy argument when calling interrupt_signal.
24866 (parse_menu_item): Mark disabled items before checking for empty def.
24867 (read_char_minibuf_menu_prompt): Make safety more visible.
24868 (read_key_sequence): Add a `first_unbound' variable.
24869 Use it to detect C-c ESC ESC ESC ESC ... cases and drop the
24870 unbound prefix as soon as we can detect it.
24871
24872 * doc.c (Fsnarf_documentation): Add prototype.
24873 (get_doc_string): Handle negative arguments.
24874 (Fdocumentation): Use AREF and ASIZE.
24875 Move the calls to get_doc_string to a single place.
24876 Don't confuse an interactive-spec for a docstring reference.
24877 (Fdocumentation_property): Take advantage of the fact that
24878 get_doc_string now ignores the sign of the docstring position.
24879
24880 * eval.c: Use standard syntax for usage in docstrings.
24881
24882 2001-12-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
24883
24884 * xdisp.c (syms_of_xdisp): Make `tool-bar-button-relief' an option.
24885
24886 2001-12-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
24887
24888 * xterm.c (x_draw_image_relief): Use predefined macro instead of
24889 constant when the value of `tool_bar_button_relief' is negative.
24890
24891 2001-12-02 Richard M. Stallman <rms@gnu.org>
24892
24893 * xmenu.c (menu_highlight_callback): Use `help' field as Lisp_Object.
24894 (single_submenu, xmenu_show): Set `help' field as Lisp_Object.
24895
24896 * fileio.c (read_non_regular): Delete Fsignal call.
24897
24898 2001-12-01 Stefan Monnier <monnier@cs.yale.edu>
24899
24900 * lisp.h (run_hook_list_with_args): Undo last change.
24901
24902 2001-12-01 Gerd Moellmann <gerd@gnu.org>
24903
24904 * xterm.c (x_draw_fringe_bitmap): Always undo clipping.
24905
24906 2001-12-01 Jason Rumney <jasonr@gnu.org>
24907
24908 * window.c (Qleft_fringe, Qright_fringe): Remove. Now in frame.c.
24909
24910 * w32term.h (WM_MOUSELEAVE, TME_LEAVE, TRACKMOUSEEVENT)
24911 [!WM_MOUSELEAVE]: Define.
24912
24913 * w32menu.c (current_popup_menu, get_menu_item_info):
24914 (set_menu_item_info): New vars.
24915 (set_frame_menubar): Doc fix clarifying GC interaction with menus.
24916 (w32_menu_show): Set current_popup_menu.
24917 (add_menu_item): Allocate new strings for owner-drawn menu items
24918 and help strings.
24919 Use owner-draw for disabled menu items again.
24920 (w32_menu_display_help): Ignore owner-drawn items and popup menus.
24921 (w32_free_submenu_strings, w32_free_menu_strings): New functions.
24922
24923 * w32fns.c (trackmouse_window, track_mouse_event_fn): New vars.
24924 (w32_wnd_proc) <WM_MOUSEMOVE>: Notice when mouse enters frame.
24925 <WM_EXITMENULOOP>: Free menu strings.
24926 <WM_MOUSELEAVE>: Stop tracking mouse.
24927 (x_create_tip_frame): Specify no minibuffer, modeline or fringes.
24928
24929 * w32term.c (w32_read_socket) <WM_MOUSELEAVE>: Cancel help echo
24930 and mouse face.
24931
24932 2001-12-01 Kim F. Storm <storm@cua.dk>
24933
24934 The following changes add left-fringe and right-fringe
24935 frame parameters to adjust fringe widths, or remove one or
24936 both fringes.
24937
24938 * frame.h (struct frame): Remove trunc_area_pixel_width and
24939 trunc_area_cols fields.
24940 (Qleft_fringe, Qright_fringe): Declare.
24941 (FRAME_RIGHT_FRINGE_WIDTH): New macro.
24942
24943 * frame.c (Qleft_fringe, Qright_fringe): New vars.
24944 (syms_of_frame): Initialize them.
24945
24946 * window.c (coordinates_in_window): Handle separate left and right
24947 fringe widths.
24948
24949 * xterm.h (struct x_output): Add left_fringe_width, right_fringe_width,
24950 and fringe_cols fields.
24951 (FRAME_FRINGE_BITMAP_WIDTH, FRAME_FRINGE_BITMAP_HEIGHT): Remove macros.
24952 (FRAME_X_FRINGE_COLS): Use fringe_cols field.
24953 (FRAME_X_FRINGE_WIDTH): Use fringes_extra field.
24954 (FRAME_X_LEFT_FRINGE_WIDTH): Use left_fringe_width field.
24955 (FRAME_X_RIGHT_FRINGE_WIDTH): Use right_fringe_width field.
24956 (x_compute_fringe_widths): Add prototype.
24957
24958 * xterm.c (zv_height, zv_bits, zv_period): Changed zv bitmap to
24959 fill fringe evenly with small dashes.
24960 (x_draw_fringe_bitmap): Clear background if necessary. Align and
24961 clip the new ZV bitmap to avoid jitter between rows.
24962 (x_draw_row_fringe_bitmaps): Rely on x_draw_fringe_bitmap to clear
24963 background. Don't draw fringe bitmaps if fringe width is zero.
24964 (x_compute_fringe_widths): New function.
24965 (x_new_font, x_set_window_size_1): Use it.
24966
24967 * xfns.c (x_frame_parms): Add `left-fringe' and `right-fringe' parms.
24968 (x_set_frame_parameters): Process `font' parameter before other
24969 parameters as fringe widths depend on it.
24970 (x_set_fringe_width): New function.
24971 (x_figure_window_size): Use x_compute_fringe_widths.
24972 (Fx_create_frame): Process `left-fringe' and `right-fringe' frame
24973 parameters.
24974
24975 * widget.c (set_frame_size): Use x_compute_fringe_widths.
24976 (EmacsFrameSetCharSize): Ditto.
24977
24978 * w32term.h: Merged changes from xterm.h.
24979 * w32term.c: Merged changes from xterm.c.
24980 * w32fns.c: Merged changes from xfns.c.
24981
24982 2001-11-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
24983
24984 * COPYING: Removed.
24985
24986 2001-11-29 Dave Love <fx@gnu.org>
24987
24988 * coding.c (syms_of_coding) <Qchar_coding_system>: Give it an
24989 extra extra slot.
24990 (detect_coding_mask): Fix call of detect_coding_iso2022.
24991
24992 2001-11-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
24993
24994 * fileio.c (file-name-coding-system)
24995 (default-file-name-coding-system): Doc fix (links to referenced
24996 variables added).
24997
24998 2001-11-28 Stefan Monnier <monnier@cs.yale.edu>
24999
25000 * lisp.h (GCPRO1, GCPRO2, GCPRO3, GCPRO4, GCPRO5):
25001 Add dummy uses of gcproN variables.
25002
25003 * category.c (describe_category, describe_category_1)
25004 (Fdescribe_categories): Remove. (Moved to lisp/help-fns.el.)
25005 (syms_of_category): Don't defsubr Sdescribe_categories.
25006
25007 2001-11-28 Richard M. Stallman <rms@gnu.org>
25008
25009 * fileio.c (Ffind_file_name_handler): Avoid initializer for `result'.
25010
25011 * Makefile.in (lispdir): New variable, referring to build dir.
25012 (TAGS-LISP): Find Makefile in $(lispdir), not $(lispsource).
25013
25014 2001-11-28 Andrew Innes <andrewi@gnu.org>
25015
25016 * w32menu.c (w32_menu_display_help): Actually add the new argument
25017 OWNER.
25018
25019 2001-11-28 Jason Rumney <jasonr@gnu.org>
25020
25021 * w32menu.c (add_menu_item): Do not use owner-draw for disabled
25022 menu items. From David Ponce <dponce@wanadoo.fr>.
25023 (w32_dialog_show) [HAVE_DIALOGS]: Compile whole function
25024 conditionally.
25025 (w32_menu_display_help): New argument OWNER. Rewritten to store a
25026 help event in the owner frame's keyboard buffer.
25027
25028 * w32fns.c (w32_wnd_proc) <WM_MENUSELECT>: Display help directly.
25029 (Fx_show_tip): Don't subtract last width from row width.
25030
25031 * w32term.c (w32_read_socket) <WM_MENUSELECT>: Remove.
25032 (w32_read_socket): Use EQ to compare frames.
25033
25034 2001-11-28 Gerd Moellmann <gerd@gnu.org>
25035
25036 * xterm.c (x_draw_glyphs): Don't call notice_overwritten_cursor if
25037 OVERLAPS_P.
25038
25039 2001-11-28 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25040
25041 * xdisp.c (message_dolog): Remove unused variables `gcpro2',
25042 `gcpro3' and `gcpro4'.
25043
25044 * coding.c (decode_coding_string): Remove unused variable `gcpro1'.
25045
25046 2001-11-28 Stefan Monnier <monnier@cs.yale.edu>
25047
25048 * ccl.c: Use AREF and ASIZE.
25049
25050 2001-11-27 Stefan Monnier <monnier@cs.yale.edu>
25051
25052 * lisp.h (run_hook_list_with_args): Remove.
25053 (LIST_END_P): Fix call to wrong_type_argument.
25054 (make_fixnum_or_float): Use EMACS_INT rather than int.
25055
25056 2001-11-26 Stefan Monnier <monnier@cs.yale.edu>
25057
25058 * syntax.c (syms_of_syntax): Remove defsubr of Sdescribe_syntax.
25059 (describe_syntax, describe_syntax_1, Fdescribe_syntax): Remove.
25060
25061 * eval.c: Use AREF and ASIZE.
25062 (Ffetch_bytecode): Add the file name to the error message.
25063
25064 * fileio.c (Ffind_file_name_handler): Give precedence to handlers
25065 which match the end of the file-name.
25066 (Fsubstitute_in_file_name): Don't signal an error if $ENVVAR
25067 is not a valid env var, but leave it as is instead.
25068
25069 * keymap.c (access_keymap): Handle t bindings like nil bindings.
25070 Make nil bindings in char-tables transparent.
25071 (store_in_keymap): Turn a nil binding into a t binding for char-tables.
25072
25073 2001-11-26 Richard M. Stallman <rms@gnu.org>
25074
25075 * textprop.c (set_text_properties_1): Allow START, END in either order.
25076 Do nothing if range is empty.
25077
25078 * Makefile.in (mallocobj): Simplify logic using auxiliary vars.
25079
25080 * Makefile.in (mostlyclean): Delete bootstrap-emacs here.
25081 (clean): Not here.
25082
25083 2001-11-25 Stefan Monnier <monnier@cs.yale.edu>
25084
25085 * textprop.c (set_text_properties_1): Clearly mark that the
25086 interval should not be empty.
25087
25088 * intervals.c (graft_intervals_into_buffer):
25089 Don't call set_text_properties_1 on an empty interval.
25090
25091 2001-11-25 Richard M. Stallman <rms@gnu.org>
25092
25093 * unexelf.c (unexec): Index by n, not nn, when checking for ".sbss".
25094
25095 * callproc.c (Fcall_process): When we make a bigger buffer for bufptr,
25096 don't lose the data in it.
25097
25098 2001-11-25 Juanma Barranquero <lektu@terra.es>
25099
25100 * abbrev.c (Fexpand_abbrev): Use Frun_hooks instead of Vrun_hooks.
25101
25102 * buffer.c (Fkill_buffer): Likewise.
25103
25104 * print.c (temp_output_buffer_setup): Likewise.
25105
25106 2001-11-25 Stefan Monnier <monnier@cs.yale.edu>
25107
25108 * xfaces.c (merge_face_heights): Coerce back to int explicitly.
25109
25110 2001-11-25 Eli Zaretskii <eliz@is.elta.co.il>
25111
25112 * window.c (Fset_window_vscroll): Doc fix. From Kalle Olavi
25113 Niemitalo <kon@iki.fi>.
25114
25115 2001-11-25 Jason Rumney <jasonr@gnu.org>
25116
25117 * w32term.h (FRAME_X_FRINGE_COLS): No fringe on tip frames.
25118
25119 * w32fns.c (x_create_tip_frame): Set frame's fringes_extra to 0.
25120 (Fx_show_tip): Block input during frame creation.
25121 (Fx_show_tip, Fx_hide_tip): Enable.
25122
25123 2001-11-24 Richard M. Stallman <rms@gnu.org>
25124
25125 * lread.c (Fload): Detect recursive load error for more than 3
25126 nestings of the same file.
25127 (Vrecursive_load_depth_limit): Variable deleted.
25128 (syms_of_lread) <recursive-load-depth-limit>: Variable deleted.
25129
25130 2001-11-24 Jason Rumney <jasonr@gnu.org>
25131
25132 * xfns.c (compute_tip_xy): Initialize root_x and root_y from
25133 mouse position if either left or top is not specified.
25134
25135 * w32fns.c (w32_wnd_proc) <WM_MENUSELECT>: Revert last change.
25136 <WM_WINDOWPOSCHANGING>: Let tip frames resize without restriction.
25137 (my_create_tip_window, Fx_show_tip): Adjust size for external border.
25138 (my_create_tip_window): Assign tip_window.
25139 (x_create_tip_frame): Use same defaults as X.
25140 (compute_tip_xy): Remove unused variable. Use full screen width.
25141 (Fx_show_tip): Do not double height. Call ShowWindow directly.
25142
25143 * w32term.c (x_after_update_window_line): Doc fix.
25144 (w32_read_socket): Doc fix. Avoid SET_FRAME_GARBAGED for tip
25145 frames.
25146 <WM_SHOWWINDOW>: Redo mouse highlight when hiding tip frame.
25147
25148 * xdisp.c (prepare_menu_bars) [HAVE_WINDOW_SYSTEM]: Use tip_frame
25149 for all Windowed systems.
25150
25151 2001-11-23 Eli Zaretskii <eliz@is.elta.co.il>
25152
25153 * msdos.c (IT_clear_screen): If the frame's faces are not yet
25154 realized, use the initial screen colors to clear the screen.
25155
25156 2001-11-23 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25157
25158 * textprop.c (Fset_text_properties): Remove unused variables
25159 `unchanged', `prev_changed', `s' and `len'.
25160
25161 * search.c (Freplace_match): Remove unused variable `inslen'.
25162
25163 * keymap.c (access_keymap): Remove unused variables `c1' and `c2'.
25164
25165 2001-11-22 Jason Rumney <jasonr@gnu.org>
25166
25167 * w32fns.c (x_window_to_frame): Remove irrelevant TODO comment.
25168 (w32_wnd_proc) <WM_MENUSELECT>: Show help echo directly.
25169 (my_create_tip_window): New function.
25170 (x_create_tip_frame, compute_tip_xy): Adapt for Windows.
25171 (Fx_show_tip, Fx_hide_tip) [TEST_TOOLTIPS]: Adapt for Windows.
25172
25173 2001-11-20 Jason Rumney <jasonr@gnu.org>
25174
25175 * coding.h (Vw32_system_coding_system) [WINDOWSNT]: Remove.
25176 (ENCODE_SYSTEM, DECODE_SYSTEM) [WINDOWSNT]: Use Vlocale_coding_system.
25177
25178 * w32fns.c (Vw32_system_coding_system): Remove.
25179 (w32_to_x_font, x_to_w32_font): Use Vlocale_coding_system.
25180
25181 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
25182
25183 * fileio.c (Fwrite_region): Move choose_write_coding_system to
25184 after build_annotations.
25185
25186 * syntax.c (describe_syntax): Add dummy arg.
25187 (describe_syntax_1): Update call to describe_vector.
25188
25189 * category.c (describe_category): Add dummy arg.
25190 (describe_category_1): Update call to describe_vector.
25191
25192 * keymap.c (Fdescribe_vector): Add `describer' parameter.
25193 (describe_command, describe_translation): Add dummy second param.
25194 (describe_map): Call elt_describer with two arguments.
25195 (describe_vector_princ): Add `fun' parameter.
25196 Call it instead of the hardcoded `princ'.
25197 (describe_vector): Add arg `args'.
25198 Pass it as a new second argument to elt_describer.
25199
25200 * keymap.h (describe_vector): Update prototype.
25201
25202 * frame.c: Don't include keymap.h any more.
25203 (keys_of_frame): Remove.
25204
25205 * lisp.h (keys_of_frame): Remove declaration.
25206
25207 * emacs.c (main): Don't call `keys_of_frame' any more.
25208
25209 2001-11-14 Andreas Schwab <schwab@suse.de>
25210
25211 * unexelf.c [!defined MAP_ANON]: Define MAP_ANON to MAP_ANONYMOUS
25212 if defined, 0 otherwise.
25213 (MAP_FAILED): Define if not defined and use it to test mmap failure.
25214 (unexec) [!MAP_ANON]: Use /dev/zero as file to map.
25215
25216 2001-11-19 Richard M. Stallman <rms@gnu.org>
25217
25218 * indent.c (current_column_1): Fix handling of scan_bytes for mb chars.
25219
25220 2001-11-18 Jason Rumney <jasonr@gnu.org>
25221
25222 * w32term.c (note_mouse_highlight): Fix type of variable `ignore'.
25223 (x_draw_bar_cursor): If the background color of the glyph under
25224 the cursor equals the frame's cursor color, use the glyph's
25225 foreground color for drawing the bar cursor.
25226 (x_after_update_window_line): Clear internal border in different
25227 circumstances.
25228 (w32_set_vertical_scroll_bar): Check for width and height > 0.
25229 (w32_draw_relief_rect): Correct relief by 1 pixel.
25230 (x_set_glyph_string_background_width):
25231 Set extends_to_end_of_line_p if the row's fill_line_p is set and
25232 drawing the last glyph with DRAW_IMAGE_{RAISED,SUNKEN}.
25233 (x_display_and_set_cursor): If cursor_in_echo_area, use NO_CURSOR
25234 if cursor_in_non_selected_windows is false.
25235 (show_mouse_face): Clean up. Recognize overwritten cursor differently.
25236 (x_draw_glyphs): Remove parameters REAL_START and REAL_END.
25237 Notice if cursor gets overwritten.
25238 (notice_overwritten_cursor): Renamed from
25239 note_overwritten_text_cursor. Rewritten to take glyph widths
25240 into account, and to take X positions as parameters.
25241 (x_draw_phys_cursor_glyph): Save state of w->phys_cursor_on_p
25242 around call to x_draw_glyphs.
25243 (x_setup_relief_colors): Use `IMAGE_BACKGROUND' and
25244 `IMAGE_BACKGROUND_TRANSPARENT' to calculate the correct background
25245 color to use for image glyph reliefs.
25246 (x_draw_image_relief): Accept zero tool_bar_button_relief.
25247 (glyph_rect): Remove unused variable `area'.
25248
25249 * w32fns.c (x_set_frame_parameters): Avoid infinite recursion for
25250 some items.
25251 (x_set_internal_border_width): Set frame garbaged when window
25252 doesn't exist yet.
25253 (Fx_create_frame): Accept zero tool_bar_button_relief.
25254 (x_clear_image_1, four_corners_best, image_background)
25255 (image_background_transparent): New functions.
25256 (xpm_format, png_format, jpeg_format, tiff_format, gif_format)
25257 (gs_format): Add `:background' entry.
25258 (lookup_image): Set IMG's background color if specified.
25259 (pbm_load, xbm_load_image, png_load): Set IMG's background field
25260 when appropriate.
25261 (x_clear_image_1): Reset `background_valid' and
25262 `background_transparent_valid' fields.
25263 (x_build_heuristic_mask): Use IMAGE_BACKGROUND instead of
25264 calculating it here. Set IMG's background_transparent field.
25265 (enum xpm_keyword_index): Add XPM_BACKGROUND.
25266 (enum png_keyword_index): Add PNG_BACKGROUND.
25267 (enum jpeg_keyword_index): Add JPEG_BACKGROUND.
25268 (enum tiff_keyword_index): Add TIFF_BACKGROUND.
25269 (enum gif_keyword_index): Add GIF_BACKGROUND.
25270 (enum gs_keyword_index): Add GS_BACKGROUND.
25271 (pbm_load, png_load, jpeg_load, tiff_load, gif_load):
25272 Pre-calculate image background color where necessary.
25273 (x_create_x_image_and_pixmap, xbm_load, gs_load):
25274 Use display info's n_cbits entry for screen depth.
25275 (Fx_show_tip): Remove unused variables `buffer', `top',
25276 `left', `max_width' and `max_height'.
25277
25278 * w32menu.c (w32_menu_show, push_menu_pane): Doc fixes.
25279
25280 2001-11-18 Gerd Moellmann <gerd@gnu.org>
25281
25282 * puresize.h (BASE_PURESIZE): Increase to 750000.
25283
25284 2001-11-18 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25285
25286 * frame.c (Fframe_live_p): Doc fix.
25287
25288 2001-11-18 Richard M. Stallman <rms@gnu.org>
25289
25290 * xdisp.c (message_dolog_marker1, message_dolog_marker2)
25291 (message_dolog_marker3): New static variables hold three markers.
25292 (syms_of_xdisp): Initialize and staticpro them.
25293 (message_dolog): Use message_dolog_marker1..3 instead of
25294 allocating markers each time. Unchain them when done.
25295
25296 2001-11-17 Richard M. Stallman <rms@gnu.org>
25297
25298 * doc.c (Fsnarf_documentation): Doc fix.
25299
25300 2001-11-17 Andreas Schwab <schwab@suse.de>
25301
25302 * xterm.c (note_mouse_highlight): Fix type of variable `ignore'.
25303
25304 2001-11-17 Richard M. Stallman <rms@gnu.org>
25305
25306 * fileio.c (Fwrite_region): Avoid initializer for Lisp_Object.
25307
25308 2001-11-17 Jason Rumney <jasonr@gnu.org>
25309
25310 * xterm.c (notice_overwritten_cursor): Take care of end < 0 case.
25311
25312 2001-11-17 Gerd Moellmann <gerd@gnu.org>
25313
25314 * xdisp.c (tool_bar_item_info): Avoid calling Fget_text_property
25315 with invalid position.
25316
25317 2001-11-16 Richard M. Stallman <rms@gnu.org>
25318
25319 * syswait.h: Delete conditionals for HPUX7, ISC 4.1, and convex.
25320
25321 * s/isc4-1.h (HAVE_SYS_WAIT_H): Add #undef.
25322 * s/hpux.h (HAVE_SYS_WAIT_H): Add #undef.
25323 * s/hpux8.h (HAVE_SYS_WAIT_H): Define it.
25324
25325 * m/convex.h (HAVE_SYS_WAIT_H): Add #undef.
25326
25327 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
25328
25329 * fileio.c (build_annotations): Split off the tail.
25330 (build_annotations_2): New fun. Extracted from build_annotations.
25331 (Fwrite_region): Split the call to build_annotations into two
25332 calls to build_annotations and build_annotations_2.
25333
25334 2001-11-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25335
25336 * sysdep.c (wait_for_kbd_input) [VMS]: Do not call
25337 clear_waiting_for_input with argument.
25338
25339 * xterm.h (x_update_cursor): Remove duplicated prototype.
25340
25341 * keyboard.h (clear_waiting_for_input): Remove duplicated prototype.
25342
25343 * xterm.c (waiting_for_input): Remove unnecessary declaration.
25344
25345 * data.c (Ftimes, Fquo, Frem, Fmod): Doc fix.
25346
25347 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
25348
25349 * fileio.c (choose_write_coding_system): New fun, extracted
25350 from Fwrite_region.
25351 (Fwrite_region): Use it.
25352
25353 * eval.c (max_specpdl_size, max_lisp_eval_depth): Use EMACS_INT.
25354 (funcall_lambda, run_hook_with_args): Make static and add prototype.
25355 (ml_apply, find_handler_clause): Add prototype.
25356
25357 2001-11-16 Eli Zaretskii <eliz@gnu.org>
25358
25359 * config.in: Add #undef HAVE_COFF_H.
25360
25361 * unexec.c (coff.h): Don't include unless HAVE_COFF_H is defined.
25362 Required for ISC 4.1.
25363
25364 2001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
25365
25366 * syswait.h (HAVE_SYS_WAIT_H): Undef for ISC 4.1. Reported by
25367 Andrew Wiseman <a.wiseman@btclick.com>.
25368
25369 2001-11-16 Kim F. Storm <storm@cua.dk>
25370
25371 The following changes are made to clean up the various internal
25372 references to the fringes to actually use the term `fringe' for
25373 them. Previously, they were called `flags areas', `bitmap areas',
25374 `left/right side of windows', or implicitly as `flags' or
25375 `bitmaps':
25376
25377 * dispextern.h (FRINGE_FACE_ID): Renamed from BITMAP_AREA_FACE_ID.
25378 Comments fixed. Use renamed symbols.
25379
25380 * dispnew.c: Comment fix. Use renamed symbols.
25381
25382 * frame.h (FRAME_FRINGE_COLS): Renamed from FRAME_FLAGS_AREA_COLS.
25383 (FRAME_FRINGE_WIDTH): Renamed from FRAME_FLAGS_AREA_WIDTH.
25384 (FRAME_LEFT_FRINGE_WIDTH): Renamed from FRAME_LEFT_FLAGS_AREA_WIDTH.
25385
25386 * msdos.c: Comment fix.
25387
25388 * w32fns.c: Use renamed symbols.
25389
25390 * w32term.c: Comment fixes. Use renamed symbols.
25391 (fringe_bitmap_type): Renamed from bitmap_type.
25392 (NO_FRINGE_BITMAP): Renamed from NO_BITMAP.
25393 (w32_draw_fringe_bitmap): Renamed from w32_draw_bitmap.
25394 (x_draw_row_fringe_bitmaps): Renamed from x_draw_row_bitmaps.
25395
25396 * w32term.h: Comment fixes. Use renamed symbols.
25397 (fringes_extra): Renamed from flags_areas_extra.
25398 (FRAME_FRINGE_BITMAP_WIDTH): Renamed from FRAME_FLAGS_BITMAP_WIDTH.
25399 (FRAME_FRINGE_BITMAP_HEIGHT): Renamed from FRAME_FLAGS_BITMAP_HEIGHT.
25400 (FRAME_X_FRINGE_COLS): Renamed from FRAME_X_FLAGS_AREA_COLS.
25401 (FRAME_X_FRINGE_WIDTH): Renamed from FRAME_X_FLAGS_AREA_WIDTH.
25402 (FRAME_X_LEFT_FRINGE_WIDTH):
25403 Renamed from FRAME_X_LEFT_FLAGS_AREA_WIDTH.
25404 (FRAME_X_RIGHT_FRINGE_WIDTH):
25405 Renamed from FRAME_X_RIGHT_FLAGS_AREA_WIDTH.
25406
25407 * widget.c: Use renamed symbols.
25408
25409 * window.c: Comment fixes. Use renamed symbols.
25410 (coordinates-in-window-p): Doc fix.
25411
25412 * xdisp.c: Comment fixes. Use renamed symbols.
25413
25414 * xfaces.c (realize_basic_faces): Use FRINGE_FACE_ID.
25415
25416 * xfns.c: Use renamed symbols.
25417
25418 * xterm.c: Comment fixes. Use renamed symbols.
25419 (fringe_bitmap_type): Renamed from bitmap_type.
25420 (NO_FRINGE_BITMAP): Renamed from NO_BITMAP.
25421 (x_draw_fringe_bitmap): Renamed from x_draw_bitmap.
25422 (x_draw_row_fringe_bitmaps): Renamed from x_draw_row_bitmaps.
25423
25424 * xterm.h: Comment fixes. Use renamed symbols.
25425 (fringes_extra): Renamed from flags_areas_extra.
25426 (FRAME_FRINGE_BITMAP_WIDTH): Renamed from FRAME_FLAGS_BITMAP_WIDTH.
25427 (FRAME_FRINGE_BITMAP_HEIGHT): Renamed from FRAME_FLAGS_BITMAP_HEIGHT.
25428 (FRAME_X_FRINGE_COLS): Renamed from FRAME_X_FLAGS_AREA_COLS.
25429 (FRAME_X_FRINGE_WIDTH): Renamed from FRAME_X_FLAGS_AREA_WIDTH.
25430 (FRAME_X_LEFT_FRINGE_WIDTH):
25431 Renamed from FRAME_X_LEFT_FLAGS_AREA_WIDTH.
25432 (FRAME_X_RIGHT_FRINGE_WIDTH):
25433 Renamed from FRAME_X_RIGHT_FLAGS_AREA_WIDTH.
25434
25435 2001-11-15 Jason Rumney <jasonr@gnu.org>
25436
25437 * w32menu.c (add-menu-item): Make help_echo and radio buttons
25438 work for most menu items. From David Ponce
25439 <david.ponce@wanadoo.fr>.
25440
25441 2001-11-15 Gerd Moellmann <gerd@gnu.org>
25442
25443 * xfns.c (x_set_frame_parameters): Revert change of 2001-11-07.
25444 Some x_set_* function expect to be called even if old and new
25445 value are equal.
25446
25447 * xdisp.c (build_desired_tool_bar_string): Accept zero
25448 tool_bar_button_relief.
25449
25450 * xfns.c (Fx_create_frame): Accept zero tool_bar_button_relief.
25451
25452 * xterm.c (x_draw_image_relief): Accept zero tool_bar_button_relief.
25453
25454 * xterm.c (x_draw_bar_cursor): If the background color of the
25455 glyph under the cursor equals the frame's cursor color, use
25456 the glyph's foreground color for drawing the bar cursor.
25457
25458 * dispnew.c (direct_output_forward_char): Fix character/byte
25459 position comparison.
25460
25461 2001-11-15 Miles Bader <miles@gnu.org>
25462
25463 * editfns.c (find_field): Add BEG_LIMIT and END_LIMIT parameters.
25464 (Fdelete_field, Ffield_string, Ffield_string_no_properties):
25465 Update arguments to find_field.
25466 (Ffield_beginning, Ffield_end): Add LIMIT param, pass to find_field.
25467 (Fconstrain_to_field): Use LIMIT arg to shorten search time.
25468 * lisp.h (Ffield_beginning, Ffield_end): Update EXFUN decl.
25469 * minibuf.c (Fminibuffer_prompt_end): Update args to Ffield_end.
25470
25471 2001-11-14 Richard M. Stallman <rms@gnu.org>
25472
25473 * editfns.c (Fpropertize): Allow call with 1 arg.
25474
25475 * dispextern.h (image_background, image_background_transparent):
25476 Conditionalize on HAVE_X_WINDOWS.
25477
25478 2001-11-13 Richard M. Stallman <rms@gnu.org>
25479
25480 * print.c (Fprin1_to_string): Doc fix.
25481
25482 * sunfns.c (Fsun_change_cursor_icon): Doc fix.
25483
25484 * floatfns.c (Fceiling, Ffloor): Doc fixes.
25485
25486 * filelock.c (Funlock_buffer, Ffile_locked_p): Doc fixes.
25487
25488 * fileio.c (Ffile_accessible_directory_p): Doc fix.
25489
25490 * eval.c (syms_of_eval): Doc fix.
25491
25492 * coding.c (syms_of_coding): Doc fix.
25493
25494 * doc.c (Fsnarf_documentation): Doc fix.
25495
25496 * dispnew.c (syms_of_display): Doc fix.
25497
25498 * category.c (Fget_unused_category): Doc fix.
25499
25500 * buffer.c (syms_of_buffer): Doc fixes.
25501
25502 2001-11-14 Eli Zaretskii <eliz@is.elta.co.il>
25503
25504 * print.c (prin1, print): Doc fix.
25505
25506 2001-11-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25507
25508 * fontset.h: Remove declarations of variables
25509 `Vhighlight_wrong_size_font' and `Vclip_large_size_font'.
25510
25511 * fontset.c: Remove variables `Vhighlight_wrong_size_font' and
25512 `Vclip_large_size_font'.
25513
25514 2001-11-13 Jason Rumney <jasonr@gnu.org>
25515
25516 * w32fns.c: Doc fix.
25517
25518 2001-11-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25519
25520 * xfaces.c (Fface_attributes_as_vector): Doc fix.
25521
25522 * fns.c: Doc fix.
25523
25524 * emacs.c: Doc fix.
25525
25526 * coding.c: Doc fix.
25527
25528 * cmds.c, composite.c, dired.c, doc.c, filelock.c, floatfns.c,
25529 * fontset.c, insdel.c, keymap.c: Change doc-string comments to
25530 `new style' [w/`doc:' keyword].
25531
25532 2001-11-12 Richard M. Stallman <rms@gnu.org>
25533
25534 * xterm.c (XTread_socket): Don't update focus for EnterNotify or
25535 LeaveNotify events. Only FocusIn and FocusOut do that now.
25536 (x_display_and_set_cursor): Do display hollow cursors in active
25537 minibuffer windows when they are not selected.
25538
25539 2001-11-12 Jason Rumney <jasonr@gnu.org>
25540
25541 * w32console.c, w32fns.c, w32menu.c, w32proc.c, w32select.c,
25542 * w32term.c: Change doc-string comments to `new style'
25543 [w/`doc:' keyword]. Doc fixes.
25544
25545 * w32fns.c: Don't define max.
25546 (Fx_open_connection): Only execute once.
25547
25548 2001-11-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25549
25550 * ccl.c: Change macros to use do-while block instead of if-else.
25551 Use braces to follow GNU Coding Standards.
25552
25553 2001-11-11 Richard M. Stallman <rms@gnu.org>
25554
25555 * sysdep.c (child_setup_tty): Don't clear ICRNL or INLCR.
25556
25557 * lread.c (read_escape): Use end_of_file_error for reporting eof.
25558
25559 * insdel.c (replace_range): Use adjust_markers_for_replace
25560 instead of adjust_markers_for_delete and adjust_markers_for_insert.
25561
25562 * intervals.h (set_text_properties, set_text_properties_1): Declare.
25563
25564 * textprop.c (set_text_properties_1): New subroutine
25565 broken out of set_text_properties.
25566 (set_text_properties): Use set_text_properties_1.
25567
25568 * intervals.c (graft_intervals_into_buffer):
25569 Use set_text_properties_1 to clear out properties.
25570
25571 * search.c (Freplace_match): Use replace_range to insert
25572 and delete. Don't request property inheritance from
25573 surrounding text.
25574
25575 2001-11-10 Jason Rumney <jasonr@gnu.org>
25576
25577 * w32fns.c (enum_font_cb2): Use leading @ on face name to detect
25578 vertical fonts. Allow them if face name is explicitly specified.
25579 Do not give up if we find a font that cannot be converted to an xlfd.
25580
25581 2001-11-10 Gerd Moellmann <gerd@gnu.org>
25582
25583 * unexelf.c (unexec): Use mmap/munmap to allocate buffers
25584 instead of malloc/free.
25585
25586 2001-11-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25587
25588 * xfaces.c (merge_face_vectors): Use braces to follow GNU
25589 Coding Standards.
25590 (Finternal_set_lisp_face_attribute): Likewise.
25591
25592 * buffer.c (Fbury_buffer): Likewise.
25593
25594 * indent.c (current_column_1): Remove unused variable `prev_col'.
25595
25596 * coding.c (encode_coding): Use precomputed value of `src'.
25597 (encode_coding): Remove unused variable `src_end'.
25598 (code_convert_region): Remove unused variables `count'.
25599
25600 2001-11-07 Jason Rumney <jasonr@gnu.org>
25601
25602 * w32term.c (x_display_and_set_cursor): Do not move system caret
25603 if cursor_glyph is NULL.
25604
25605 2001-11-07 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25606
25607 * keymap.c (access_keymap): Fix compilation error.
25608
25609 2001-11-07 Miles Bader <miles@gnu.org>
25610
25611 * xfns.c (x_set_frame_parameters): Avoid infinite recursion.
25612
25613 2001-11-07 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25614
25615 * intervals.c (graft_intervals_into_buffer):
25616 Remove #ifdef'd-out code.
25617 (graft_intervals_into_buffer): Remove unused variable `middle'.
25618
25619 * lread.c (Feval_region): Remove obsolete #ifdef'd-out
25620 code (eval-current-buffer).
25621 Change doc-string comments to `new style' [w/`doc:' keyword].
25622
25623 2001-11-06 Richard M. Stallman <rms@gnu.org>
25624
25625 * keymap.c (access_keymap): Don't use initializers on Lisp_Object.
25626
25627 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
25628
25629 * lread.c (read1): Fix behavior with nested backquoting.
25630
25631 * keyboard.c (make_lispy_event): Check integerness and fix
25632 Lisp_Object/int mixup.
25633
25634 2001-11-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25635
25636 * fns.c (copy_hash_table): Remove unused variable `v'.
25637
25638 * fontset.c (fontset_font_pattern): Remove unused variable
25639 `family_registry'.
25640
25641 * indent.c (current_column_1): Remove unused variable `prev_col'.
25642
25643 2001-11-05 Richard M. Stallman <rms@gnu.org>
25644
25645 * m/news-risc.h (BROKEN_PROTOTYPES): Defined.
25646
25647 * buffer.c (Fkill_buffer): Don't delete auto save file
25648 if buffer is modified.
25649
25650 2001-11-05 Andrew Innes <andrewi@gnu.org>
25651
25652 * w32proc.c (Fw32_set_keyboard_layout): Use CHECK_NUMBER_CAR and
25653 CHECK_NUMBER_CDR.
25654
25655 2001-11-05 Richard M. Stallman <rms@gnu.org>
25656
25657 * unexelf.c (unexec): Minor changes; clean up comments.
25658
25659 2001-11-05 Sam Steingold <sds@gnu.org>
25660
25661 * w32term.c (x_display_and_set_cursor): Fix w32 compilation error.
25662
25663 2001-11-05 Andreas Schwab <schwab@suse.de>
25664
25665 * sound.c (sound_perror): Save errno from being clobbered.
25666
25667 2001-11-05 Dale Hagglund <rdh@yottayotta.com>
25668
25669 * unexelf.c (unexec): Don't use `mmap'. Instead, read and write
25670 the program image directly.
25671
25672 2001-11-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25673
25674 * buffer.h (Fbuffer_local_value): Add prototype.
25675
25676 2001-11-04 Richard M. Stallman <rms@gnu.org>
25677
25678 * buffer.c (Fbuffer_local_value): Remove extra args from CHECK_SYMBOL
25679 and CHECK_BUFFER.
25680
25681 * keyboard.c (read_char): Use Fcar and Fcdr, not Fnth.
25682 (record_char): Likewise.
25683
25684 * keyboard.c (make_lispy_event): Don't insist a drag event must
25685 move to a different buffer position. Instead, check for moving at
25686 least double_click_fuzz.
25687
25688 * fns.c (Fmake_hash_table): Use XCAR and XCDR, not Fnth and Flength.
25689
25690 * keyboard.c (echo-area-clear-hook): Undo Oct 29 change.
25691
25692 * indent.c (current_column_1, Fmove_to_column): Separate the code
25693 for display-table glyphs from the code for buffer text, to fix
25694 bugs in the former.
25695
25696 2001-11-04 Michael Welsh Duggan <md5i@cs.cmu.edu>
25697
25698 * buffer.c (Fbuffer_local_value): New function.
25699 (syms_of_buffer): Defsubr it.
25700
25701 * xterm.c, w32term.c (x_display_and_set_cursor): Use buffer-local
25702 value of `cursor-in-non-selected-windows'.
25703
25704 * lisp.h (Qcursor_in_non_selected_windows): New declaration.
25705 * xdisp.c (Qcursor_in_non_selected_windows): New variable.
25706 (syms_of_xdisp): Initialize it.
25707
25708 2001-11-04 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25709
25710 * xfns.c (Fx_create_frame): Doc fix.
25711
25712 * coding.c: Change doc-string comments to `new style' [w/`doc:'
25713 keyword].
25714
25715 * eval.c (top_level_value, top_level_set): Remove commented and
25716 #ifdef'd-out code.
25717 (Fdefvar): Fix usage in doc-string.
25718
25719 2001-11-03 Richard M. Stallman <rms@gnu.org>
25720
25721 * xfns.c: Include unistd.h, if it exists.
25722
25723 * editfns.c: Move the include of ctype.h after unistd.h.
25724
25725 * gmalloc.c: Test BROKEN_PROTOTYPES.
25726
25727 2001-11-03 Ken Raeburn <raeburn@gnu.org>
25728
25729 * lisp.h (CHECK_STRING_CAR): New macro.
25730 * lread.c (Fload): Use XSETCARFASTINT, XSETCDRFASTINT instead of
25731 treating XCAR and XCDR as lvalues.
25732 (openp): Use CHECK_STRING_CAR.
25733 (read_list): Use XSETCDR instead of treating XCDR as lvalue.
25734
25735 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
25736
25737 * s/sco5.h (sigprocmask_set): Declare as extern SIGMASKTYPE.
25738 (SIGMASKTYPE): Define.
25739
25740 * syssignal.h (sigunblock): Don't define if already defined.
25741
25742 2001-11-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25743
25744 * eval.c (debugger_may_continue, Vdebug_ignored_errors)
25745 (call_debugger, Fcondition_case, skip_debugger, unbind_to):
25746 Fix typos in comments.
25747
25748 * mocklisp.c (Fml_defun, Fml_while, Fml_substr): Remove commented
25749 and #ifdef'd-out code.
25750 Fix and reindent comments.
25751
25752 * mocklisp.h: Remove comment which is a copy of comment in mocklisp.c.
25753
25754 * category.h (CHECK_CATEGORY, CHECK_CATEGORY_SET): Remove unused
25755 argument `i' in macros.
25756
25757 * frame.h (CHECK_FRAME, CHECK_LIVE_FRAME): Remove unused argument
25758 `i' in macros.
25759
25760 * lisp.h (CHECK_STRING_OR_BUFFER, CHECK_HASH_TABLE, CHECK_LIST)
25761 (CHECK_STRING, CHECK_CONS, CHECK_SYMBOL, CHECK_CHAR_TABLE)
25762 (CHECK_VECTOR, CHECK_VECTOR_OR_CHAR_TABLE, CHECK_BUFFER)
25763 (CHECK_WINDOW, CHECK_LIVE_WINDOW, CHECK_PROCESS, CHECK_NUMBER)
25764 (CHECK_NATNUM, CHECK_MARKER, CHECK_NUMBER_COERCE_MARKER)
25765 (CHECK_FLOAT, CHECK_NUMBER_OR_FLOAT)
25766 (CHECK_NUMBER_OR_FLOAT_COERCE_MARKER, CHECK_OVERLAY)
25767 (CHECK_NUMBER_CAR, CHECK_NUMBER_CDR): Remove unused argument `i'
25768 in macros.
25769
25770 * abbrev.c, alloc.c, buffer.c, bytecode.c, callint.c, callproc.c,
25771 * casefiddle.c, category.c, ccl.c, charset.c, cmds.c, coding.c,
25772 * composite.c, data.c, dired.c, dispnew.c, doc.c, dosfns.c, emacs.c,
25773 * eval.c, fileio.c, filelock.c, fns.c, fontset.c, frame.c, frame.h,
25774 * indent.c, keyboard.c, keymap.c, lread.c, macros.c, marker.c,
25775 * minibuf.c, mocklisp.c, msdos.c, print.c, process.c, search.c,
25776 * sunfns.c, syntax.c, textprop.c, undo.c, w16select.c, w32console.c,
25777 * w32fns.c, w32menu.c, w32proc.c, w32select.c, window.c, xdisp.c,
25778 * xfaces.c, xmenu.c, xselect.c: Update usage of CHECK_ macros
25779 (remove unused second argument).
25780
25781 2001-11-02 Stefan Monnier <monnier@cs.yale.edu>
25782
25783 * syntax.c (describe_syntax): New wrapper.
25784 (Finternal_describe_syntax_value): Rename from describe_syntax.
25785 Don't insert space at front and \n at the end.
25786 (syms_of_syntax): Defsubr Sinternal_describe_syntax_value.
25787
25788 * regex.c (re_wctype): Try to fix some warnings.
25789 (regcomp, regexec): Don't forget the __restrict.
25790
25791 2001-11-02 Richard M. Stallman <rms@gnu.org>
25792
25793 * textprop.c (Fget_char_property): Doc fix.
25794
25795 2001-11-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25796
25797 * process.c (Fstart_process): Add usage to doc-string.
25798
25799 * data.c (Fsetq_default): Ditto.
25800
25801 * callint.c (Finteractive): Ditto.
25802
25803 2001-11-01 Stefan Monnier <monnier@cs.yale.edu>
25804
25805 * macros.c: Don't include keymap.h any more.
25806
25807 2001-11-01 Richard M. Stallman <rms@gnu.org>
25808
25809 * data.c (Fmake_local_variable): Doc fix.
25810
25811 * eval.c (Frun_hooks, Frun_hook_with_args_until_failure): Doc fix.
25812 (Frun_hook_with_args_until_success, Frun_hook_with_args): Doc fix.
25813
25814 * keymap.c (Fdescribe_buffer_bindings): Print character property
25815 bindings along with or instead of the buffer local map.
25816 Make the overriding maps override what they should.
25817
25818 2001-11-01 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25819
25820 * window.c (grow_mini_window): Fix typo in comment.
25821
25822 2001-11-01 Gerd Moellmann <gerd@gnu.org>
25823
25824 * xterm.c (x_scroll_bar_create): Check for width and height > 0.
25825 (XTset_vertical_scroll_bar): Likewise.
25826
25827 * xfns.c (x_build_heuristic_mask): Use four_corners_best
25828 instead of IMAGE_BACKGROUND.
25829
25830 * xfns.c (four_corners_best): Reindent.
25831
25832 * xfaces.c (Finternal_set_lisp_face_attribute_from_resource):
25833 Handle :box so that it is possible to specify sexprs.
25834
25835 2001-10-31 Eli Zaretskii <eliz@is.elta.co.il>
25836
25837 * s/hpux11.h: New file.
25838
25839 2001-10-31 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25840
25841 * emacs.c (USAGE1): Show command line option --no-window-system
25842 instead of --no-windows in usage.
25843 (standard_args): Rename --no-windows to --no-window-system.
25844 (bug_reporting_address): Follow Emacs coding conventions.
25845
25846 * eval.c (Fcommandp): Doc fix.
25847 Change doc-string comments to `new style' [w/`doc:' keyword].
25848
25849 * frame.c (Fframe_live_p): Doc fix.
25850
25851 * buffer.c (selective-display-ellipses): Doc fix.
25852
25853 2001-10-31 Gerd Moellmann <gerd@gnu.org>
25854
25855 * lread.c (to_multibyte): Fix computation of new read_buffer_size.
25856
25857 * xfaces.c (realize_x_face): If C is not a single-byte character,
25858 set the face's colors_copied_bitwise_p instead of the defaulted_p
25859 members which have a different meaning.
25860 (free_face_colors): Do nothing for a face whose colors have been
25861 copied bitwise.
25862
25863 * dispextern.h (struct face) <colors_copied_bitwise_p>: New member.
25864
25865 2001-10-31 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25866
25867 * marker.c, mocklisp.c: Change doc-string comments to `new style'
25868 [w/`doc:' keyword].
25869
25870 2001-10-31 Gerd Moellmann <gerd@gnu.org>
25871
25872 * fns.c (require_unwind): Return Lisp_Object.
25873
25874 2001-10-31 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25875
25876 * keyboard.c (lucid-menu-bar-dirty-flag): Doc fix.
25877 (last-input-char): Revert doc-string to be the same as the
25878 doc-string of `last-input-event'.
25879
25880 * xdisp.c: Fix typos in comments.
25881
25882 2001-10-31 Gerd Moellmann <gerd@gnu.org>
25883
25884 * window.c (grow_mini_window): Handle case that the root
25885 window is already smaller than the nominal mininum height.
25886
25887 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
25888
25889 * emacs.c (main): Don't call keys_of_macros any more.
25890
25891 * lisp.h (keys_of_macros): Remove.
25892
25893 * macros.c (keys_of_macros): Remove.
25894
25895 * xfaces.c (Fface_attribute_relative_p): Declare args.
25896
25897 2001-10-30 Jason Rumney <jasonr@gnu.org>
25898
25899 * w32fns.c (w32_to_x_charset): Increase size of XLFD charset buffer.
25900 (enum_font_cb2): Ignore fonts with vertical orientation.
25901
25902 2001-10-30 Richard M. Stallman <rms@gnu.org>
25903
25904 * keyboard.c (Finput_pending_p): Doc fix.
25905
25906 2001-10-30 Gerd Moellmann <gerd@gnu.org>
25907
25908 * xterm.c (x_after_update_window_line): Don't run the code
25909 clearing in borders for rows whose visible height is 0.
25910
25911 * xdisp.c (clear_garbaged_frames): Redraw the frame only if its
25912 resized_p flag is set. If not set, use the much less flickering
25913 method previously used.
25914
25915 * dispnew.c (change_frame_size_1): Set frame's resized_p.
25916
25917 * frame.h (struct frame) <resized_p>: New member.
25918
25919 * lread.c (to_multibyte): Ensure read_buffer is at least twice
25920 as large as the number of bytes to convert.
25921
25922 * lread.c (to_multibyte): New function.
25923 (read1): Use it.
25924
25925 2001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
25926
25927 * msdos.h (FRAME_LINE_HEIGHT): Define (it's used by xmenu.c).
25928
25929 2001-10-30 Gerd Moellmann <gerd@gnu.org>
25930
25931 * xterm.c (x_draw_relief_rect): Correct bottom relief by 1 pixel.
25932 (x_set_glyph_string_background_width): Set extends_to_end_of_line_p
25933 if the row's fill_line_p is set and drawing the last glyph with
25934 DRAW_IMAGE_{RAISED,SUNKEN}.
25935
25936 * xdisp.c (clear_garbaged_frames): Call Fredraw_frame.
25937
25938 2001-10-29 Stefan Monnier <monnier@cs.yale.edu>
25939
25940 * xmenu.c: Include coding.h and charset.h.
25941 (Fx_popup_menu): Use FRAME_PTR and FRAME_FONT and FRAME_LINE_HEIGHT.
25942 (Fx_popup_dialog): Use FRAME_PTR and enum scroll_bar_part.
25943 (single_submenu, xmenu_show): Use ENCODE_SYSTEM.
25944 Explicitly set wv->help. Use `TRUE' rather than `True'.
25945 (menu_help_callback): Use empty_string.
25946
25947 * w32menu.c (Fx_popup_menu): Explicitly init f, xpos, and ypos.
25948 (Fx_popup_dialog): Explicitly init f.
25949 (w32_menu_display_help): Use empty_string.
25950
25951 2001-10-29 Richard M. Stallman <rms@gnu.org>
25952
25953 * fns.c (Frequire): Detect recursive try to require the same
25954 feature 3 or more levels deep, and get error.
25955 (require_unwind): New subroutine.
25956 (require_nesting_list): New variable.
25957 (syms_of_fns): Init and staticpro it.
25958
25959 * print.c (print_object): Clarify indication of insertion type.
25960
25961 2001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
25962
25963 * coding.c (syms_of_coding): Document that locale-coding-system is
25964 used for decoding input on X.
25965
25966 * window.c (Fscroll_left, Fscroll_right): Doc fix.
25967
25968 2001-10-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25969
25970 * keyboard.c (Finput_pending_p): Fix typo in doc-string.
25971 (echo-area-clear-hook): Properly DEFVAR_LISP and staticpro it.
25972
25973 2001-10-29 Gerd Moellmann <gerd@gnu.org>
25974
25975 * xterm.c (x_display_and_set_cursor): If cursor_in_echo_area,
25976 use NO_CURSOR if cursor_in_non_selected_windows is false.
25977
25978 * xfaces.c (Fface_font): Use UNSPECIFIEDP instead of NILP for
25979 the slant attribute if FRAME is t.
25980
25981 * xfns.c (x_set_internal_border_width): Set frame garbaged
25982 when X window doesn't exist yet.
25983
25984 * xterm.c (x_after_update_window_line): Clear internal border
25985 in different circumstances.
25986
25987 * xterm.c (XTread_socket) <KeyPress>: Don't use
25988 STRING_CHAR_AND_LENGTH if nchars == nbytes. From Kenichi Handa
25989 <handa@etl.go.jp>.
25990
25991 2001-10-28 Eli Zaretskii <eliz@is.elta.co.il>
25992
25993 * m/ibms390.h: New file. From Adam Thornton
25994 <athornton@sinenomine.net>.
25995
25996 2001-10-28 Gerd Moellmann <gerd@gnu.org>
25997
25998 * xfns.c (x_build_heuristic_mask): Use x_alloc_image_color.
25999
26000 * xfns.c (x_build_heuristic_mask): Fix a bug not incrementing
26001 a loop counter.
26002
26003 2001-10-28 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
26004
26005 * emacs.c: Use argv[0] instead of "emacs" when -t was specified.
26006
26007 * keyboard.c: Change doc-string comments to `new style' [w/`doc:'
26008 keyword].
26009 Fix typos in comments.
26010
26011 * emacs.c (bug_reporting_address): New function.
26012 Use it when displaying usage message.
26013
26014 * minibuf.c (read_minibuf): Remove unused external declaration of
26015 variable `Qread_only'.
26016
26017 * keymap.c (access_keymap): Remove unused variable `charset'.
26018
26019 2001-10-28 Miles Bader <miles@gnu.org>
26020
26021 * xfaces.c (merge_face_heights): Handle TO being relative as well.
26022 Remove #ifdef'd-out code.
26023 (Fface_attribute_relative_p, Fmerge_face_attribute): New functions.
26024 (syms_of_xfaces): Initialize them.
26025
26026 2001-10-27 Jason Rumney <jasonr@gnu.org>
26027
26028 * w32fns.c (w32_wnd_proc) <WM_KILLFOCUS>: Destroy the system caret.
26029 <WM_EMACS_DESTROY_CARET, WM_EMACS_TRACK_CARET>: Track cursor
26030 position using the system caret.
26031
26032 * w32term.c (w32_system_caret_hwnd, w32_system_caret_width)
26033 (w32_system_caret_height, w32_system_caret_x)
26034 (w32_system_caret_y): New variables for tracking system caret.
26035 (w32_initialize): Initialize them.
26036 (x_display_and_set_cursor): Make system caret follow the active cursor.
26037
26038 * w32term.h (WM_EMACS_TRACK_CARET, WM_EMACS_DESTROY_CARET):
26039 New messages types.
26040
26041 * w32term.c (note_mouse_highlight): Clear old help_echo.
26042
26043 2001-10-27 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
26044
26045 * xterm.c: Fix typo in a comment.
26046
26047 * emacs.c: Fix typos in comments.
26048 Remove unnecessary spaces.
26049 Change doc-string comments to `new style' [w/`doc:' keyword].
26050 (USAGE2): Fix typos in usage string.
26051
26052 * xterm.c: Fix typo in a comment.
26053
26054 * lisp.h (gdb_lisp_params): Remove code in #if 0 which is now in
26055 emacs.c.
26056
26057 2001-10-27 Gerd Moellmann <gerd@gnu.org>
26058
26059 * xdisp.c (move_it_vertically_backward): Use 2/3 line_height
26060 instead of 1/2 line_height in the heuristic for skipping
26061 farther backward when target_y was not reached.
26062
26063 * sound.c (sound_perror): Unblock SIGIO, turn on atimers.
26064 Display errno only if non-zero.
26065 (sound_warning): New function.
26066 (vox_configure): Don't treat failing to set sample rate as error.
26067 (various places): Improve error messages.
26068
26069 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
26070
26071 * fileio.c (Faccess_file): Run the argument filename through
26072 Fexpand_file_name, before using it.
26073
26074 * dispnew.c (syms_of_display) <visible-bell>: Add a reference to
26075 ring-bell-function. Suggested by Alf-Ivar Holm <alfh@ifi.uio.no>
26076
26077 2001-10-26 Gerd Moellmann <gerd@gnu.org>
26078
26079 * insdel.c (insert_1_both): Do nothing if NCHARS == 0.
26080
26081 * xterm.c (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
26082 Fix clearing in the case of scroll bars on the right.
26083
26084 2001-10-26 Juanma Barranquero <lektu@terra.es>
26085
26086 * w32gui.h (XImage): Add a dummy typedef.
26087
26088 2001-10-26 Gerd Moellmann <gerd@gnu.org>
26089
26090 * xfns.c (XScreenNumberOfScreen): Fix struct to pointer comparison.
26091
26092 2001-10-25 Eli Zaretskii <eliz@is.elta.co.il>
26093
26094 * frame.c (Fframe_parameter): Fix last change.
26095
26096 * fileio.c: Revert last change (which removed old commented-out
26097 version of expand-file-name). Add a comment that explains why
26098 this old version should not be removed.
26099
26100 2001-10-25 Gerd Moellmann <gerd@gnu.org>
26101
26102 * frame.c (Fframe_parameter): Fix a bug whereby some
26103 ``artificial'' frame parameters, like `minibuffer' were not
26104 obtained by calling Fframe_parameters.
26105
26106 * xterm.c (show_mouse_face): Clean up. Recognize overwritten
26107 cursor differently.
26108
26109 * xdisp.c (move_it_vertically_backward): Compute line height
26110 differently. Add heuristic to try to be more compatible to 20.x.
26111
26112 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
26113
26114 * lisp.h (make_fixnum_or_float): Coerce double to int explicitly.
26115
26116 * editfns.c (text_property_stickiness): Fix Lisp_Object used as
26117 boolean.
26118
26119 2001-10-25 Miles Bader <miles@gnu.org>
26120
26121 * xfns.c (png_load): Make sure SPECIFIED_BG is a string.
26122 BG is a pointer to a structure, not a structure.
26123 (gif_format, png_format): Add missing commas.
26124
26125 2001-10-24 Richard M. Stallman <rms@gnu.org>
26126
26127 * xfaces.c (Fface_attributes_as_vector): New function.
26128 (syms_of_xfaces): Defsubr it.
26129
26130 2001-10-24 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
26131
26132 * dispnew.c (sync_window_with_frame_matrix_rows): Remove unused
26133 variable `area'.
26134
26135 2001-10-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
26136
26137 * search.c (scan_newline): Remove unused variable `selective_display'.
26138
26139 2001-10-25 Miles Bader <miles@gnu.org>
26140
26141 * dispextern.h (struct image): Add `background',
26142 `background_valid', and `background_transparent' fields.
26143 (image_background, image_background_transparent): New declarations.
26144 (IMAGE_BACKGROUND, IMAGE_BACKGROUND_TRANSPARENT): New macros.
26145 * xfns.c (image_background, image_background_transparent)
26146 (four_corners_best): New functions.
26147 (xpm_format, png_format, jpeg_format, tiff_format, gif_format)
26148 (gs_format): Add `:background' entry.
26149 (lookup_image): Set IMG's background color if specified.
26150 (pbm_load, xbm_load_image, png_load): Set IMG's background field
26151 when appropriate.
26152 (x_clear_image_1): Reset `background_valid' and
26153 `background_transparent_valid' fields.
26154 (x_build_heuristic_mask): Use IMAGE_BACKGROUND instead of
26155 calculating it here. Set IMG's background_transparent field.
26156 (enum xpm_keyword_index): Add XPM_BACKGROUND.
26157 (enum png_keyword_index): Add PNG_BACKGROUND.
26158 (enum jpeg_keyword_index): Add JPEG_BACKGROUND.
26159 (enum tiff_keyword_index): Add TIFF_BACKGROUND.
26160 (enum gif_keyword_index): Add GIF_BACKGROUND.
26161 (enum gs_keyword_index): Add GS_BACKGROUND.
26162 (pbm_load, png_load, jpeg_load, tiff_load, gif_load):
26163 Pre-calculate image background color where necessary.
26164 * xterm.c (x_setup_relief_colors): Use `IMAGE_BACKGROUND' and
26165 `IMAGE_BACKGROUND_TRANSPARENT' to calculate the correct background
26166 color to use for image glyph reliefs.
26167
26168 2001-10-24 Gerd Moellmann <gerd@gnu.org>
26169
26170 * xterm.c (x_draw_glyphs): Don't check for cursor overwriting
26171 in full-width rows.
26172
26173 * xterm.c (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
26174 Fix clearing of area not covered by scroll bar.
26175
26176 2001-10-24 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
26177
26178 * xterm.c (x_insert_glyphs): Remove unused variables `real_end'
26179 and `real_start'.
26180 (x_draw_image_foreground): Remove unused variables `mask' and `xgcv'.
26181 (glyph_rect): Remove unused variable `area'.
26182
26183 2001-10-24 Gerd Moellmann <gerd@gnu.org>
26184
26185 * xdisp.c: Change #ifdef GLYPH_DEBUG to #if.
26186
26187 * xdisp.c (try_window_reusing_current_matrix): Use row_containing_pos.
26188 (row_containing_pos): Take additional argument DY.
26189 Treat rows ending in middle of char differently.
26190 (display_line): Handle tabs on window systems differently.
26191
26192 * xterm.c, w32term.c (fast_find_position): Call row_containing_pos
26193 with additional argument.
26194
26195 * dispextern.h (row_containing_pos): Adjust prototype.
26196
26197 * xdisp.c (inhibit_try_window_id, inhibit_try_window_reusing)
26198 (inhibit_try_cursor_movement) [GLYPH_DEBUG]: New variables.
26199 (try_window_id, try_window_reusing_current_matrix)
26200 (try_cursor_movement) [GLYPH_DEBUG]: Don't run if inhibited.
26201 (syms_of_xdisp) [GLYPH_DEBUG]: DEFVAR_BOOL the variables.
26202
26203 2001-10-24 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
26204
26205 * xmenu.c: Spell the name of Emacs properly (GNU Emacs instead of
26206 gnuemacs).
26207 (HAVE_BOXES): Fix typo in comment.
26208 (push_menu_pane): Fix typo in comment.
26209
26210 * xdisp.c (display_prop_string_p): Remove unused local declaration
26211 of `Qwhen'.
26212 (single_display_prop_string_p): Remove unused local declarations
26213 of `Qwhen' and `Qmargin'.
26214 (string_buffer_position): Remove unused variable `around'.
26215 (store_frame_title): Remove unused variable `width'.
26216
26217 * window.c: Don't define max.
26218 (coordinates_in_window): Remove unused variable `uy'.
26219
26220 * widget.c: Don't define max.
26221
26222 * process.c: Don't define max.
26223 (create_process): Remove unused variable `buffer'.
26224
26225 2001-10-23 Gerd Moellmann <gerd@gnu.org>
26226
26227 * xfaces.c (Finternal_set_lisp_face_attribute): Fix compilation error.
26228
26229 2001-10-23 Eli Zaretskii <eliz@is.elta.co.il>
26230
26231 * xfaces.c (Finternal_set_lisp_face_attribute)
26232 [HAVE_WINDOW_SYSTEM]: Don't do anything for QCfont unless the
26233 frame is on a windowed display.
26234
26235 2001-10-23 Gerd Moellmann <gerd@gnu.org>
26236
26237 * dispnew.c (sync_window_with_frame_matrix_rows):
26238 Fix handling of windows which aren't full-width, fix handling
26239 of marginal areas.
26240
26241 * lread.c (syms_of_lread) <recursive-load-depth-limit>: Raise to 50.
26242
26243 2001-10-23 Andreas Schwab <schwab@suse.de>
26244
26245 * m/macppc.h [LINUX]: Undef LD_SWITCH_SYSTEM_TEMACS and override
26246 LD_SWITCH_MACHINE_TEMACS with "-Xlinker -znocombreloc".
26247
26248 2001-10-23 Gerd Moellmann <gerd@gnu.org>
26249
26250 * xterm.c (x_draw_glyphs): Remove parameters READ_START and
26251 REAL_END. Notice if cursor gets overwritten.
26252 (notice_overwritten_cursor): Take X positions as parameters.
26253 (x_draw_phys_cursor_glyph): Save state of w->phys_cursor_on_p
26254 around call to x_draw_glyphs.
26255
26256 2001-10-23 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
26257
26258 * syntax.c (modify-syntax-entry): Fix argument names (use CHAR
26259 instead of C) and usage.
26260
26261 * editfns.c (char-to-string): Fix argument names (use CHAR instead
26262 of C) and usage.
26263
26264 * xfns.c (Fx_show_tip): Remove unused variables `buffer', `top',
26265 `left', `max_width' and `max_height'.
26266
26267 2001-10-23 Gerd Moellmann <gerd@gnu.org>
26268
26269 * xdisp.c (display_line): For a tab continued to the next line,
26270 set row's ends_in_middle_of_char_p.
26271
26272 2001-10-22 Gerd Moellmann <gerd@gnu.org>
26273
26274 * xdisp.c (display_line): Fix computation of continuation lines
26275 width for TABs.
26276
26277 2001-10-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
26278
26279 * xdisp.c (build_desired_tool_bar_string): Remove unused variable
26280 `Qlaplace'.
26281
26282 * fileio.c: Remove unused code.
26283
26284 2001-10-22 Miles Bader <miles@gnu.org>
26285
26286 * lisp.h (DEFVAR_LISP, DEFVAR_LISP_NOPRO, DEFVAR_BOOL)
26287 (DEFVAR_INT, DEFVAR_PER_BUFFER, DEFVAR_KBOARD):
26288 Remove `DOC_STRINGS_IN_COMMENTS' cases.
26289
26290 2001-10-21 Jason Rumney <jasonr@gnu.org>
26291
26292 * w32term.c (x_erase_phys_cursor): Remove inverse_p again.
26293
26294 2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
26295
26296 * mocklisp.c (Fml_if, Fml_provide_prefix_argument)
26297 (Finsert_string): Avoid the multi-line string literals warning.
26298
26299 2001-10-22 Miles Bader <miles@gnu.org>
26300
26301 * doc.c (Vhelp_manyarg_func_alist): Variable removed.
26302 (Fdocumentation): Don't use it.
26303 (syms_of_doc): Don't initialize it.
26304
26305 * keyboard.c (Ftrack_mouse): Add usage: string to doc string.
26306 * print.c (Fwith_output_to_temp_buffer): Likewise.
26307 * window.c (Fsave_window_excursion): Likewise.
26308 * editfns.c (Fsave_excursion, Fsave_current_buffer)
26309 (Fsave_restriction): Likewise.
26310 * eval.c (Frun_hooks, Frun_hook_with_args)
26311 (Frun_hook_with_args_until_failure)
26312 (Frun_hook_with_args_until_success, Ffuncall, For, Fand, Fif)
26313 (Fcond, Fprogn, Fprog1, Fprog2, Fsetq, Fquote, Ffunction, Fdefun)
26314 (Fdefmacro, Fdefvar, Fdefconst, FletX, Flet, Fwhile, Fcatch)
26315 (Funwind_protect, Fcondition_case): Likewise.
26316 * coding.c (Ffind_operation_coding_system): Likewise.
26317 * keyboard.c (Ftrack_mouse): Likewise.
26318
26319 2001-10-21 Miles Bader <miles@gnu.org>
26320
26321 * fns.c (Fappend, Fconcat, Fvconcat, Fnconc, Fwidget_apply)
26322 (Fmake_hash_table): Add usage: string to doc string.
26323 * editfns.c (Finsert, Finsert_and_inherit, Finsert_before_markers)
26324 (Fmessage, Fmessage_box, Fmessage_or_box, Fpropertize, Fformat)
26325 (Fencode_time, Finsert_and_inherit_before_markers): Likewise.
26326 * mocklisp.c (Finsert_string, Fml_if, Fml_provide_prefix_argument)
26327 (Fml_prefix_argument_loop): Likewise.
26328
26329 2001-10-21 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
26330
26331 * fileio.c (Finsert_file_contents): Remove unused variable `gap_size'.
26332
26333 * sysdep.c (init_sys_modes): Change doc-string comments to `new
26334 style' [w/`doc:' keyword].
26335
26336 * data.c, fileio.c, indent.c, print.c, search.c, sound.c,
26337 * sunfns.c, textprop.c, undo.c, xselect.c: Change doc-string
26338 comments to `new style' [w/`doc:' keyword].
26339
26340 2001-10-21 Jason Rumney <jasonr@gnu.org>
26341
26342 * w32fns.c (Fx_file_dialog): Pass a filter to GetOpenFileName.
26343
26344 * w32term.c (remember_mouse_glyph): New function.
26345 (w32_mouse_position): Use it.
26346 (note_mouse_movement): If the mouse moved off the glyph, remember
26347 its new position.
26348
26349 * w32term.h (struct w32_output): Correct spelling of x_compatible.
26350 (w32_display_info): Add mouse_face_overlay.
26351
26352 * w32term.c (notice_overwritten_cursor): Renamed from
26353 note_overwritten_text_cursor. Rewritten to take glyph widths into
26354 account.
26355 (x_y_to_hpos_vpos): Add parameter BUFFER_ONLY_P.
26356 (fast_find_string_pos): New function.
26357 (fast_find_position): Return the correct vpos. Add parameter
26358 STOP. In the final row, stop before glyphs having STOP as object.
26359 Don't consider glyphs that are not from a buffer.
26360 (fast_find_position) [0]: Add a presumably more correct version
26361 for after 21.1.
26362 (expose_window_tree, expose_frame): Don't compute intersections here.
26363 (expose_window): Do it here instead.
26364 (expose_window_tree, expose_window, expose_line): Return 1 when
26365 overwriting mouse-face.
26366 (expose_window): If W is the window currently being updated, mark
26367 the frame garbaged.
26368 (expose_frame): If mouse-face was overwritten, redo it.
26369 (x_use_underline_position_properties): New variable.
26370 (syms_of_xterm): DEFVAR_BOOL it.
26371 (x_draw_glyph_string): Add comment to use it in future.
26372 (x_draw_glyph_string): Restore clipping after drawing box.
26373 Fix a computation of the underline position.
26374 (w32_get_glyph_string_clip_rect): Minor cleanup.
26375 (x_fill_stretch_glyph_string): Remove an assertion.
26376 (x_produce_glyphs): Don't convert multibyte characters
26377 to unibyte characters in unibyte buffers.
26378 (cursor_in_mouse_face_p): New function.
26379 (x_draw_stretch_glyph_string): Use it to choose a different GC
26380 when drawing a cursor within highlighted text. Don't draw
26381 background again if it has already been drawn.
26382 (x_draw_glyph_string_box): Don't draw a full-width
26383 box just because the glyph row's full_width_p flag is set.
26384 (x_draw_glyphs): Fix computation of rightmost x for
26385 full-width rows.
26386 (x_dump_glyph_string): Put in #if GLYPH_DEBUG.
26387 (w32_draw_relief_rect): Extend left shadow to the bottom and left;
26388 change bottom shadow accordingly. Some cleanup.
26389 (x_update_window_end): Handle overwritten mouse face
26390 also for tool bar windows.
26391 (show_mouse_face): Set the glyph row's mouse_face_p flag also when
26392 DRAW is DRAW_IMAGE_RAISED.
26393 (clear_mouse_face): Return 1 if text with mouse face was
26394 actually redrawn. Make the function static.
26395 Reset dpyinfo->mouse_face_overlay otherwise note_mouse_highlight might
26396 optimize away highlighting if we pass over that same overlay again.
26397 (note_mouse_highlight): Call mouse_face_overlay_overlaps
26398 to detect a case where we have to highlight a different region
26399 despite not having left the currently highlighted region.
26400 Set mouse_face_overlay in the x_display_info. Avoid changing the
26401 mouse pointer shape when show_mouse_face has already done it, or
26402 there is no need. Handle mouse-face and help-echo in strings.
26403 (glyph_rect): New function.
26404 (w32_mouse_position): Use it to raise the threshold for mouse
26405 movement event generation.
26406 (w32_initialize_display_info): Initialize the x_display_info's
26407 mouse_face_overlay.
26408 (w32_set_vertical_scroll_bar): Don't clear a zero height
26409 or width area.
26410 (w32_set_vertical_scroll_bar, x_scroll_bar_create): Don't configure
26411 a widget to zero height.
26412
26413 * w32menu.c (single_submenu, w32_menu_show) [!HAVE_MULTILINGUAL_MENU]:
26414 Protect unibyte strings created by replacing their multibyte
26415 equivalents in menu_items.
26416 (w32_menu_show): Don't overwrite an item's name with its key
26417 description in case the description is a multibyte string.
26418 (single_submenu): Some cleanup.
26419
26420 * w32fns.c (x_laplace_read_row, x_laplace_write_row): Removed.
26421 (postprocess_image): New function.
26422 (lookup_image): Call it for all image types except PostScript.
26423 (x_kill_gs_process): Call postprocess_image.
26424 (tiff_error_handler, tiff_warning_handler): New functions.
26425 (tiff_load): Install them as handlers.
26426 (x_kill_gs_process): Recognize if someone has cleared the image
26427 cache under us.
26428 (valid_image_p): Protect better against invalid image
26429 specifications. Previous code could signal an error.
26430 (Fx_hide_tip, Fshow_tip): Doc fix.
26431 (Fv_max_tooltip_size): New variable.
26432 (syns_of_xfns): DEFVAR_LISP it.
26433 (Fx_show_tip): Add parameter TEXT. Set the tip frame's root
26434 window buffer to *tip* right after creating the frame. Set frame's
26435 window_width. Use a maximum tooltip size specified by
26436 Vx_max_tooltip_size, if that has valid contents.
26437 (compute_tip_xy): Add parameters WIDTH and HEIGHT.
26438 Make sure the tooltip is completely visible.
26439 (x_create_tip_frame): Set tooltip buffer's truncate-lines to nil.
26440 (Fx_create_frame): Adjust the frame's height for presence
26441 of the tool bar before calling x_figure_window_size.
26442 (x_set_tool_bar_lines): Clear the tool bar window's current matrix
26443 when the window gets smaller.
26444 (x_set_foreground_color): Set frame's cursor_pixel.
26445 (x_set_foreground_color, x_set_background_color): Cleaned up.
26446 (x_set_font): Handle case of x_new_fontset returning the same name
26447 as before, although there was a change in fontsets.
26448
26449 2001-10-21 Miles Bader <miles@gnu.org>
26450
26451 * data.c (Fplus, Fminus, Fmax, Ftimes, Fquo, Flogand, Flogior)
26452 (Flogxor): Add usage: string to doc string.
26453 * charset.c (Fstring): Likewise.
26454 * callproc.c (Fcall_process_region, Fcall_process): Likewise.
26455 * alloc.c (Fmake_byte_code, Fvector, Flist): Likewise.
26456
26457 2001-10-21 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
26458
26459 * buffer.c: Reindent DEFUNs and DEFVARs with doc: keywords.
26460
26461 * alloc.c: Reindent DEFUNs with doc: keywords.
26462
26463 * abbrev.c (Finsert_abbrev_table_description): Reindent.
26464
26465 * frame.c: Change doc-string comments to `new style' [w/`doc:'
26466 keyword].
26467
26468 See ChangeLog.9 for earlier changes.
26469
26470 ;; Local Variables:
26471 ;; coding: iso-2022-7bit
26472 ;; add-log-time-zone-rule: t
26473 ;; End:
26474
26475 Copyright (C) 2001, 2002, 2003, 2004, 2005,
26476 2006 Free Software Foundation, Inc.
26477 Copying and distribution of this file, with or without modification,
26478 are permitted provided the copyright notice and this notice are preserved.
26479
26480 ;;; arch-tag: 5dcc435f-4038-4141-b3bf-5be51cd76bd4