]> code.delx.au - gnu-emacs/blob - src/ChangeLog
* xterm.c (x_raise_frame): Send _NET_ACTIVE_WINDOW when raising the
[gnu-emacs] / src / ChangeLog
1 2006-11-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2
3 * xterm.c (x_raise_frame): Send _NET_ACTIVE_WINDOW when raising the
4 window.
5
6 2006-11-02 Juanma Barranquero <lekktu@gmail.com>
7
8 * emacs.c (Fkill_emacs): Fix typo in docstring.
9
10 2006-11-02 Nozomu Ando <nand@mac.com>
11
12 * unexmacosx.c (mach_header, segment_command, vm_region, section)
13 [_LP64]: New defines.
14 (VM_REGION_BASIC_INFO_COUNT, VM_REGION_BASIC_INFO, LC_SEGMENT)
15 (MH_MAGIC) [_LP64]: Redefine.
16 (delta): Remove variable.
17 (curr_file_offset, pagesize): New variables.
18 (ROUNDUP_TO_PAGE_BOUNDARY): New macro.
19 (data_segment_old_fileoff): Initialize explicitly.
20 (print_region, unexec_regions_recorder, print_load_command_name)
21 (copy_segment, copy_data_segment): Use long format in printf.
22 (MAX_UNEXEC_REGIONS): Increase to 400.
23 (unexec_regions_recorder): Don't warn too many regions here.
24 (find_emacs_zone_regions): Warn too many regions here.
25 (print_load_command_name) [_LP64]: Show correct load command name.
26 (copy_segment, copy_data_segment): Use variable `curr_file_offset'.
27 Show starting virtual memory address. Don't show ending file offset.
28 (copy_symtab, copy_dysymtab, copy_twolevelhints): New argument DELTA.
29 (dump_it): Use new local variable `linkedit_delta' and pass to them.
30 Error if trying to handle multiple DATA segments.
31 (unexec): Initialize variable `pagesize'.
32
33 2006-11-01 Juanma Barranquero <lekktu@gmail.com>
34
35 * eval.c (Fcatch): Doc fix.
36
37 2006-10-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
38
39 * image.c [MAC_OS] (image_load_qt_1, xpm_scan, xpm_make_color_table_v)
40 (xpm_put_color_table_v, xpm_get_color_table_v, xpm_make_color_table_h)
41 (xpm_put_color_table_h, xpm_get_color_table_h, xpm_str_to_color_key)
42 (xpm_load_image): Add const qualifier to arguments.
43 [MAC_OS] (xpm_color_key_strings): Make static const.
44
45 * mac.c (create_apple_event_from_event_ref)
46 (create_apple_event_from_drag_ref, skip_white_space, parse_comment)
47 (parse_include_file, parse_binding, parse_component)
48 (parse_resource_name, parse_value, parse_resource_line)
49 (xrm_merge_string_database, xrm_get_resource)
50 (xrm_get_preference_database): Add const qualifier to arguments.
51 [MAC_OSX] (sys_select): Make variable `context' static const.
52
53 * macfns.c (mac_color_map): Make static const.
54 (mac_color_map_lookup): Add const qualifier to arguments.
55
56 * macmenu.c (install_menu_quit_handler): Make variable `typesList'
57 static const.
58 (name_is_separator): Add const qualifier to arguments.
59
60 * macselect.c (init_service_handler): Make variable `specs' static
61 const.
62
63 * macterm.c (mac_create_bitmap_from_bitmap_data): Make variable
64 `swap_nibbles' static const.
65 (atsu_get_text_layout_with_text_ptr): Make variables `lengths',
66 `tags', `sizes', `values' static const.
67 (mac_draw_string_common): Make variables `context' static. Make
68 variables `tags', `sizes', and `values' static const.
69 (pcm_get_status, x_detect_focus_change, x_scroll_bar_handle_click)
70 (xlfdpat_create, xlfdpat_block_match_1, xlfdpat_match)
71 (mac_to_x_fontname, parse_x_font_name, add_mac_font_name)
72 (mac_do_list_fonts, is_fully_specified_xlfd, do_grow_window)
73 (mac_store_event_ref_as_apple_event, mac_make_rdb): Add const
74 qualifier to arguments.
75 (xlfd_scalable_fields, keycode_to_xkeysym_table)
76 (fn_keycode_to_keycode_table): Make static const.
77 (mac_load_query_font): Make variables `tags', `sizes', `values',
78 `types', and `selectors' static const.
79 (mac_handle_command_event, mac_handle_window_event): Make
80 variables `names' and `types' static const.
81 (init_command_handler, install_window_handler): Make variables
82 `specs*' static const.
83 (mac_handle_font_event, mac_handle_text_input_event)
84 (mac_store_service_event): Make variables `names' and `types'
85 const. Make variables `names_*' and `types_*' static const.
86
87 * macterm.h (create_apple_event_from_event_ref)
88 (create_apple_event_from_drag_ref, xrm_merge_string_database)
89 (xrm_get_resource, xrm_get_preference_database): Add const
90 qualifier to arguments in externs.
91
92 2006-10-31 Kenichi Handa <handa@m17n.org>
93
94 * xfns.c (xic_create_xfontset): Fix previous change.
95
96 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
97
98 * s/openbsd.h (LD_SWITCH_SYSTEM): Add /usr/pkg/lib and
99 /usr/pkg/lib to library search path.
100
101 2006-10-29 Mark Davies <mark@mcs.vuw.ac.nz> (tiny change)
102
103 * ralloc.c (relinquish): Use a long for excess space counter to
104 handle 64-bit case correctly.
105
106 2006-10-29 Jeramey Crawford <jeramey@jeramey.com>
107
108 * m/amdx86-64.h: Add defines for OpenBSD x86-64.
109
110 2006-10-29 Juanma Barranquero <lekktu@gmail.com>
111
112 * window.c (Fdisplay_buffer): Fix typo in docstring.
113
114 2006-10-27 Ben North <ben@redfrontdoor.org> (tiny change)
115
116 * w32term.c (x_draw_glyph_string_foreground): Set background mode
117 to TRANSPARENT before using overstrike to simulate bold faces.
118
119 * xfaces.c (best_matching_font): Fix logic to decide whether to
120 use overstriking to simulate bold-face (it was reversed).
121
122 2006-10-23 Kim F. Storm <storm@cua.dk>
123
124 * xdisp.c (remember_mouse_glyph): Do nothing if glyphs are not
125 initialized.
126
127 * keyboard.c (read_char): Make an element (t . EVENT) in
128 unread-command-events add EVENT to the current command's key sequence.
129 (syms_of_keyboard) <unread-command-events>: Update doc.
130
131 2006-10-21 Richard Stallman <rms@gnu.org>
132
133 * minibuf.c (Vread_expression_map): Define here.
134 (Qread_expression_history): New variable.
135 (syms_of_minibuf): Initialize them.
136 (Feval_minibuffer): Use Vread_expression_map and
137 Qread_expression_history.
138
139 2006-10-21 Kenichi Handa <handa@m17n.org>
140
141 * xfns.c (xic_create_fontsetname): If ADSTYLE field is not a wild
142 card, change it to "*".
143 (xic_create_xfontset): Call XCreateFontSet for each single
144 fontname in fontsetname.
145
146 2006-10-19 Chong Yidong <cyd@stupidchicken.com>
147
148 * callint.c (callint_message): Convert to a Lisp string.
149 (syms_of_callint): Initialize it.
150 (callint_message_size): Var deleted.
151 (Fcall_interactively): Use Fformat instead of doprnt to construct
152 prompt string.
153
154 2006-10-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
155
156 * xdisp.c (display_mode_line): Clear enabled_p flag on mode-line row.
157
158 2006-10-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
159
160 * macfns.c (Vmac_carbon_version_string) [TARGET_API_MAC_CARBON]:
161 New variable.
162 (syms_of_macfns) [TARGET_API_MAC_CARBON]: Defvar it.
163
164 2006-10-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
165
166 * xselect.c (x_handle_selection_request): If the converted_selection
167 is NIL or XCDR (converted_selection) is NIL, decline the request.
168
169 2006-10-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
170
171 * gtkutil.c (get_utf8_string): Remove warnings with casts.
172 (xg_tool_bar_button_cb): Ditto
173 (xg_tool_bar_callback): Ditto.
174
175 2006-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
176
177 * dispnew.c (adjust_frame_glyphs_for_frame_redisplay): Remove unused
178 variable ch_dim.
179 (adjust_frame_glyphs_for_window_redisplay): Likewise. Don't allocate
180 menu bar window matrices on non-X systems.
181
182 * mac.c (Fmac_get_preference, Fmac_code_convert_string): Add GCPROs.
183
184 * macterm.c (mac_query_char_extents): Don't return glyph ID if layout
185 adjustment is needed.
186 (mac_load_query_font): Check if width and height are positive.
187
188 2006-10-14 Richard Stallman <rms@gnu.org>
189
190 * sysdep.c (init_sys_modes): Delete DEFVAR_LISP in the wrong place.
191
192 2006-10-13 Chong Yidong <cyd@stupidchicken.com>
193
194 * xdisp.c (decode_mode_spec): Ignore %c and %l constructs in frame
195 title.
196
197 2006-10-12 Chong Yidong <cyd@stupidchicken.com>
198
199 * keymap.c (Fkey_binding): Check Lisp_Object types before doing
200 XCAR and XINT.
201
202 2006-10-12 Romain Francoise <romain@orebokech.com>
203
204 * image.c (xbm_read_bitmap_data): Delete extra semicolon.
205
206 2006-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
207
208 * eval.c: Include xterm.h for x_fully_uncatch_errors and friends.
209
210 * dispextern.h: Declare x_create_bitmap_from_xpm_data.
211
212 * xterm.c (x_check_expected_move): Remove unused var `count'.
213
214 * xmenu.c (syms_of_xmenu): Use Ffset rather than Fdefalias, since
215 Fdefalias is not declared in any *.h file.
216
217 2006-10-09 Chong Yidong <cyd@stupidchicken.com>
218
219 * dispnew.c (sit_for): Sit forever if TIMEOUT is t.
220
221 * keyboard.c (command_loop_1): Handle non-number values of
222 `minibuffer-message-timeout'.
223 (Fexecute_extended_command): Fix typo.
224
225 * minibuf.c (temp_echo_area_glyphs): Sit for
226 `minibuffer-message-timeout' seconds.
227
228 2006-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
229
230 * macterm.c (mac_draw_image_string, mac_draw_image_string_16):
231 Add argument OVERSTRIKE_P.
232 (mac_draw_string_common, mac_draw_image_string_cg): Likewise.
233 Support overstrike.
234 (mac_draw_string, mac_draw_string_16): Remove functions.
235 (x_draw_glyph_string_foreground): Use overstrike when needed.
236 (x_draw_composite_glyph_string_foreground): Likewise.
237 Use mac_draw_image_string_16 instead of mac_draw_string_16.
238 (mac_load_query_font): Rename from XLoadQueryFont. Take argument
239 F instead of DPY. All uses changed. Don't save/restore font.
240
241 2006-10-07 Ralf Angeli <angeli@caeruleus.net>
242
243 * w32fns.c (w32_createwindow): Honour left and top positions if
244 supplied explicitly.
245
246 2006-10-06 Kim F. Storm <storm@cua.dk>
247
248 * xdisp.c (pos_visible_p): Fix value when EOB is visible.
249
250 2006-10-05 Chong Yidong <cyd@stupidchicken.com>
251
252 * frame.c (Qinhibit_face_set_after_frame_default): New var.
253 (syms_of_frame): Initialize it.
254 (x_set_frame_parameters): Avoid resetting :font attributes to the
255 new-frame defaults.
256
257 2006-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
258
259 * lisp.h (clear_regexp_cache): Declare.
260
261 * search.c (compile_pattern): Only check `cp->syntax_table' if needed.
262 (compile_pattern_1): Remember `used_syntax' in `cp->syntax_table'.
263 (clear_regexp_cache): Only flush those regexps which depend on
264 a syntax-table.
265
266 * regex.c (regex_compile): Set the new `used_syntax' bit.
267
268 * regex.h: Remove file local variables.
269 (struct re_pattern_buffer): New field `used_syntax'.
270
271 2006-10-03 Kim F. Storm <storm@cua.dk>
272
273 * process.c (list_processes_1): Run sentinels before removing dead
274 processes. Also remove `closed' network connections.
275
276 2006-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
277
278 * xdisp.c (handle_fontified_prop): Don't fontify at EOB.
279
280 2006-09-30 Eli Zaretskii <eliz@gnu.org>
281
282 * config.in: Regenerated.
283
284 2006-09-29 Juri Linkov <juri@jurta.org>
285
286 * buffer.c (syms_of_buffer): Reorder coding systems in the
287 docstring of %z to the real order displayed in the modeline.
288
289 2006-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
290
291 * keymap.c (Fdefine_key): Yet another int/Lisp_Object mixup (YAILOM).
292
293 2006-09-26 Chong Yidong <cyd@stupidchicken.com>
294
295 * indent.c (Fvertical_motion): Do move back if the Lisp string
296 being displayed contains newlines.
297
298 2006-09-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
299
300 * macterm.c (mac_compute_glyph_string_overhangs, XLoadQueryFont)
301 [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw before QDTextBounds.
302
303 2006-09-26 Kenichi Handa <handa@m17n.org>
304
305 * keymap.c (Fsingle_key_description): For an invalid char, return
306 "Invalid char code NNNNN".
307
308 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
309
310 * callint.c (Fcall_interactively): Doc fix.
311
312 2006-09-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
313
314 * macterm.c (x_underline_at_descent_line): New variable.
315 (syms_of_macterm): DEFVAR_BOOL it.
316 (x_draw_glyph_string): Use it.
317 (XLoadQueryFont): Calculate min_bounds.descent and max_bounds.descent.
318
319 2006-09-25 Kenichi Handa <handa@m17n.org>
320
321 * keymap.c (Fsingle_key_description): Return unique names for
322 generic characters.
323
324 2006-09-24 Richard Stallman <rms@gnu.org>
325
326 * search.c (compile_pattern_1): Don't BLOCK_INPUT.
327
328 2006-09-24 Eli Zaretskii <eliz@gnu.org>
329
330 * makefile.w32-in ($(BLD)/fns.$(O), $(BLD)/w32proc.$(O)):
331 Depend on nt/inc/langinfo.h and nt/inc/nl_types.h.
332
333 * w32proc.c (nl_langinfo): New function.
334
335 * w32fns.c (w32-pass-alt-to-system, w32-alt-is-meta)
336 (w32-pass-lwindow-to-system, w32-enable-num-lock)
337 (w32-enable-caps-lock, w32-scroll-lock-modifier)
338 (w32-lwindow-modifier, w32-rwindow-modifier)
339 (w32-apps-modifier, w32-mouse-button-tolerance): Doc fix.
340
341 2006-09-23 Juanma Barranquero <lekktu@gmail.com>
342
343 * minibuf.c (Finternal_complete_buffer, Fread_minibuffer)
344 (Fdisplay_completion_list): Fix typos in docstrings.
345
346 2006-09-23 Romain Francoise <romain@orebokech.com>
347
348 * s/gnu-linux.h (MAIL_USE_FLOCK): Check for HAVE_LIBLOCKFILE too.
349
350 2006-09-23 Kenichi Handa <handa@m17n.org>
351
352 * keymap.c (Fmap_keymap): Docstring mentions about generic character.
353
354 2006-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
355
356 * regex.c (analyse_first): For eight-bit-control chars, mark both the
357 char's value and its leading byte in the fastmap.
358 (re_search_2): When fast-scanning without translation, be careful to
359 check that we only match the leading byte of a multibyte char.
360
361 * charset.h (PREV_CHAR_BOUNDARY): Make it work from within a char's
362 byte sequence.
363 (AT_CHAR_BOUNDARY): New macro.
364
365 2006-09-22 Kenichi Handa <handa@m17n.org>
366
367 * fns.c (optimize_sub_char_table): Don't optimize a sub-char-table
368 whose default value is non-nil.
369
370 2006-09-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
371
372 * gtkutil.c (xg_get_file_with_chooser): Only show C-l help for
373 Gtk+ versions < 2.10.
374
375 * xfns.c (syms_of_xfns): Fix typo in help text for
376 x-gtk-file-dialog-help-text.
377
378 2006-09-21 Kim F. Storm <storm@cua.dk>
379
380 * fns.c (Fmemq): Refill doc string.
381 (Fmemql): New defun, like memq but using eql.
382 (syms_of_fns): Defsubr it.
383
384 2006-09-20 Kim F. Storm <storm@cua.dk>
385
386 * xdisp.c (pos_visible_p): CHARPOS < 0 means return info for
387 last visible glyph in window.
388
389 * window.c (Fset_window_hscroll, Fwindow_line_height):
390 Doc fix. Use "off-window" instead of "off-screen".
391 (Fpos_visible_in_window_p): Likewise.
392 If POS is t, return info for last visible glyph in window.
393
394 2006-09-19 Chong Yidong <cyd@stupidchicken.com>
395
396 * search.c (struct regexp_cache): New entry syntax_table.
397 (compile_pattern_1): Set it.
398 (syms_of_search): Initialize it.
399 (compile_pattern): Require the syntax_table entry of the cache
400 element to match the current syntax table entry.
401
402 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
403
404 * window.c (Fwindow_end): Fix recent change.
405
406 2006-09-19 Kim F. Storm <storm@cua.dk>
407
408 * window.c (Fset_window_hscroll, Fpos_visible_in_window_p):
409 Doc fix. Use "off-screen" instead of "invisible".
410 (Fwindow_line_height): Make line numbers 0-based. Make line arg
411 optional; if nil, use current cursor row. Handle text terminals
412 properly. Return nil if non-interactive or pseudo-window.
413
414 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
415
416 * keymap.c: Include alloca.h if available.
417 (Fkey_binding): Only use AREF after checking it's a vector.
418 Remove unused var `window'.
419
420 2006-09-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
421
422 * emacs.c (shut_down_emacs) [!subprocesses]: Don't set
423 inhibit_sentinels.
424
425 * mac.c [!MAC_OSX] (select): Fix argument name.
426
427 * macmenu.c (enum mac_menu_kind, min_menu_id): New enumerator and
428 menu ID for Apple menu.
429 (menubar_selection_callback): Remove function.
430 (find_and_call_menu_selection): New function from xmenu.c.
431 (x_activate_menubar): Use it.
432 (set_frame_menubar): Don't use f->output_data.mac->menubar_active.
433
434 * macterm.c (menubar_selection_callback): Remove extern.
435 (M_APPLE): Change to 234.
436 (do_apple_menu) [!TARGET_API_MAC_CARBON]: Make non-static.
437 (do_menu_choice): Remove function.
438
439 * macterm.h (struct mac_output): Remove member menubar_active.
440 (do_menu_choice): Remove extern.
441 (do_apple_menu) [!TARGET_API_MAC_CARBON]: Add extern.
442
443 2006-09-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
444
445 * xfns.c (syms_of_xfns): Rename x_gtk_show_chooser_help_text to
446 x_gtk_file_dialog_help_text.
447
448 * gtkutil.c (xg_uses_old_file_dialog): Rename x-use-old-gtk-file-dialog
449 to x-gtk-use-old-file-dialog.
450 (xg_get_file_with_chooser): Rename x_gtk_show_chooser_help_text to
451 x_gtk_file_dialog_help_text.
452
453 * xfns.c (syms_of_xfns): Ditto.
454
455 2006-09-18 Kim F. Storm <storm@cua.dk>
456
457 * window.c (Fwindow_line_visibility): Remove.
458 (Fwindow_line_height): New defun replacing it.
459 (syms_of_window): Defsubr it.
460
461 2006-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
462
463 * mac.c (SELECT_USE_CFSOCKET) [MAC_OSX]: Set default to 1.
464 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]: Fix pointer type.
465
466 2006-09-17 Jay Belanger <belanger@truman.edu>
467
468 * gmalloc.c:
469 * md5.c:
470 * md5.h:
471 * strftime.c: Replace "GNU Library General Public License" by "GNU
472 General Public License" throughout.
473
474 2006-09-17 Kim F. Storm <storm@cua.dk>
475
476 * dispnew.c (update_text_area): Undo 2000-07-18 change.
477 Always redrawing whole row if line has mouse-face in it causes
478 excessive flickering of the mode line.
479
480 2006-09-17 Chong Yidong <cyd@stupidchicken.com>
481
482 * search.c (clear_regexp_cache): New function.
483
484 * syntax.c (Fmodify_syntax_entry): Clear regexp cache.
485
486 2006-09-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
487
488 * gtkutil.c (xg_get_file_with_chooser):
489 Check x-gtk-show-chooser-help-text before adding the help text.
490
491 * xfns.c (syms_of_xfns): New variable: x-gtk-show-chooser-help-text.
492
493 * gtkutil.c (get_utf8_string): Try harder to convert to UTF8. Gtk+
494 will simply crash if we fail.
495
496 2006-09-16 Richard Stallman <rms@gnu.org>
497
498 * regex.c (re_compile_pattern): Set gl_state.current_syntax_table.
499
500 2006-09-15 Kim F. Storm <storm@cua.dk>
501
502 * window.c (Fwindow_line_visibility): New defun for line-move-partial.
503 (syms_of_window): Defsubr it.
504 (Fwindow_end): Use window's buffer rather than current buffer.
505
506 2006-09-15 Jay Belanger <belanger@truman.edu>
507
508 * COPYING: Replace "Library Public License" by "Lesser Public
509 License" throughout.
510
511 2006-09-15 David Kastrup <dak@gnu.org>
512
513 * Makefile.in (keymap.o): Add "keymap.h" and "window.h" dependencies.
514
515 * keymap.c: include "window.h".
516 (Fcommand_remapping): New optional POSITION argument.
517 (Fkey_binding): New optional POSITION argument. Completely rework
518 handling of mouse clicks to get the same order of keymaps as
519 `read-key-sequence' and heed POSITION. Also temporarily switch
520 buffers to location of mouse click and back.
521
522 * keyboard.c (command_loop_1): Adjust call of `Fcommand_remapping'
523 for additional argument.
524 (parse_menu_item): Adjust call of `Fkey_binding' for additional
525 argument.
526 (read_key_sequence): If there are both `local-map' and `keymap'
527 text properties at some buffer position, heed both.
528
529 * keymap.h: Declare additional optional arguments of
530 `Fcommand_remapping' and `Fkey_binding'.
531
532 2006-09-15 Juanma Barranquero <lekktu@gmail.com>
533
534 * indent.c (Fcurrent_column, Findent_to): Fix typos in docstring.
535
536 2006-09-14 Andreas Schwab <schwab@suse.de>
537
538 * print.c: Whitespace fixup.
539
540 2006-09-14 Kim F. Storm <storm@cua.dk>
541
542 * xdisp.c (produce_image_glyph): Automatically crop wide images at
543 right window edge so we can draw the cursor on the same row to
544 avoid confusing redisplay by placing the cursor outside the visible
545 window area.
546
547 2006-09-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
548
549 * xterm.c (x_initialize): Don't install Xt event timer here.
550 (x_timeout_atimer_activated_flag): New var.
551 (x_activate_timeout_atimer): New function to install Xt timer.
552 (x_send_scroll_bar_event, x_process_timeouts): Use it.
553
554 * xmenu.c (x_menu_set_in_use, popup_activate_callback)
555 (create_and_show_popup_menu, create_and_show_dialog): Use it.
556
557 * xterm.h (x_activate_timeout_atimer): Add prototype.
558
559 2006-09-13 Richard Stallman <rms@gnu.org>
560
561 * print.c (print_string): When printcharfun is t,
562 copy string contents and call strout on the copy.
563
564 * keyboard.c (read_char): If end_time specified, don't put the
565 event into this_command_keys.
566 (read_key_sequence): If Voverriding_terminal_local_map is specified,
567 don't check Voverriding_local_map at all.
568
569 2006-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
570
571 * textprop.c (Fnext_property_change, Fnext_single_property_change)
572 (Fprevious_property_change, Fprevious_single_property_change):
573 Avoid changing limit, so we can correctly catch the case where the
574 property is constant up to limit.
575
576 2006-09-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
577
578 * macfns.c (mac_window) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
579 * macterm.c (XTread_socket) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
580 Undo 2006-09-08 change.
581
582 2006-09-11 Chong Yidong <cyd@stupidchicken.com>
583
584 * keymap.c (Fkey_binding): Use string position for string objects.
585
586 2006-09-11 Kim F. Storm <storm@cua.dk>
587
588 * keymap.c (Fkey_binding): Fix last change.
589
590 * editfns.c (Fmessage): Recommend using (message "%s" ...).
591
592 2006-09-10 Chong Yidong <cyd@stupidchicken.com>
593
594 * keymap.c (Fkey_binding): Check for local keymap for mouse click
595 events.
596
597 2006-09-10 Kim F. Storm <storm@cua.dk>
598
599 * keyboard.c (Finput_pending_p): Check Vunread_input_method_events
600 and Vunread_post_input_method_events.
601
602 * dispnew.c (Fredisplay): Document return value.
603
604 2006-09-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
605
606 * xfns.c (Fx_close_connection): Call xg_display_close when USE_GTK.
607
608 * gtkutil.c (xg_display_close): Always change default display if needed,
609 check for < Gtk+ version 2.10 before calling gdk_display_close.
610
611 2006-09-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
612
613 * mac.c [MAC_OSX] (sys_select): Check argument `nfds' more rigidly.
614 Make variable `ofds' static. Remove variable `maxfd'.
615
616 * macfns.c (Fx_file_dialog): Remove unused variable `f'.
617 Call check_mac.
618
619 * macmenu.c (Vmenu_updating_frame, syms_of_macmenu):
620 * w32menu.c (Vmenu_updating_frame, syms_of_w32menu):
621 Apply 2006-09-08 change for xmenu.c.
622
623 * xfns.c (Fx_file_dialog): Call check_x.
624
625 2006-09-10 Kim F. Storm <storm@cua.dk>
626
627 * xdisp.c (get_window_cursor_type): Use hollow cursor on
628 non-transparent images.
629
630 2006-09-09 Eli Zaretskii <eliz@gnu.org>
631
632 * editfns.c (Fsystem_name): Mention "host" in the doc string.
633 (syms_of_editfns) <system-name>: Likewise.
634
635 2006-08-27 Martin Rudalics <rudalics@gmx.at>
636
637 * xdisp.c (mouse_autoselect_window): Remove.
638 (Vmouse_autoselect_window): New variable. DEFVAR_LISP it.
639
640 * dispextern.h (mouse_autoselect_window): Remove extern.
641 (Vmouse_autoselect_window): Add extern.
642
643 * macterm.c (XTread_socket): Test Vmouse_autoselect_window
644 instead of mouse_autoselect_window.
645
646 * msdos.c (dos_rawgetc): Likewise.
647
648 * w32term.c (w32_read_socket): Likewise.
649
650 * xterm.c (handle_one_xevent): Likewise.
651
652 2006-09-08 Richard Stallman <rms@gnu.org>
653
654 * xdisp.c (Vmenu_updating_frame): Define here.
655 (syms_of_xdisp): DEFVAR it here.
656 (update_menu_bar): Always return hooks_run.
657 Set Vmenu_updating_frame.
658
659 * xdisp.c (redisplay_internal): Test Vinhibit_redisplay
660 before calculating SELECTED_FRAME.
661
662 * xmenu.c (Vmenu_updating_frame): Don't define here.
663 (syms_of_xmenu): Don't DEFVAR it here.
664
665 * xterm.c (x_error_quitter): For BadName error, just return.
666
667 * eval.c (find_handler_clause): Give up on debugger if INPUT_BLOCKED_P.
668
669 * casetab.c (init_casetab_once): Call set_case_table.
670
671 * emacs.c (shut_down_emacs): Set inhibit_sentinels.
672
673 * process.c (inhibit_sentinels): New variable.
674 (exec_sentinel): Test inhibit_sentinels.
675 (init_process): Initialize it.
676
677 * process.h (inhibit_sentinels): Add decl.
678
679 * search.c (looking_at_1, string_match_1, search_command):
680 Make syntax table's canon table point to eqv table.
681
682 2006-09-08 Andreas Schwab <schwab@suse.de>
683
684 * print.c (strout): Fix whitespace.
685
686 2006-09-08 Kim F. Storm <storm@cua.dk>
687
688 * xterm.c (x_draw_glyph_string): Fix 2006-08-24 change.
689
690 2006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
691
692 * mac.c [!MAC_OSX]: Don't include keyboard.h.
693 [!MAC_OSX] (select): Try detect_input_pending before ReceiveNextEvent
694 in the same BLOCK_INPUT block, in case that some input has already
695 been read asynchronously. Pretend to be interrupted by a signal
696 if some input is available.
697 [MAC_OSX] (select_and_poll_event, sys_select): Likewise.
698 (SELECT_POLLING_PERIOD_USEC) [SELECT_USE_CFSOCKET]: Change to 100000.
699 Now used for ReceiveNextEvent timeout instead of select timeout.
700 (EVENT_CLASS_SOCK) [SELECT_USE_CFSOCKET]: Remove macro.
701 [SELECT_USE_CFSOCKET] (socket_callback): Add non-blocking connect
702 support. Quit event loop.
703 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]: Add non-blocking
704 connect support. Reuse previously allocated CFRunLoopSource.
705 (Fmac_process_hi_command) [TARGET_API_MAC_CARBON]: New function.
706 (syms_of_mac) [TARGET_API_MAC_CARBON]: Defsubr it.
707
708 * macfns.c (mac_window) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
709 Specify kWindowAsyncDragAttribute.
710
711 * macterm.c (mac_handle_origin_change, mac_handle_size_change)
712 (mac_get_ideal_size): New functions.
713 (x_set_offset, x_set_window_size, x_make_frame_visible)
714 (do_zoom_window, mac_handle_window_event, XTread_socket): Use them.
715 (install_window_handler, mac_handle_window_event)
716 [USE_CARBON_EVENTS]: Handle kEventWindowGetIdealSize and
717 kEventWindowBoundsChanged.
718 (XTread_socket) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Don't call
719 DragWindow.
720
721 2006-09-07 Andreas Schwab <schwab@suse.de>
722
723 * m/ibms390x.h (START_FILES, LIB_STANDARD): Override to
724 use lib64 instead of lib.
725
726 2006-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
727
728 * Makefile.in: Avoid double quotes when possible.
729
730 2006-09-06 Kenichi Handa <handa@m17n.org>
731
732 * editfns.c (Fformat_time_string): Use make_unibyte_string to make
733 a Lisp string from the result of emacs_memftimeu call.
734
735 2006-09-06 Kim F. Storm <storm@cua.dk>
736
737 * xdisp.c (pos_visible_p): Remove exact_mode_line_heights_p arg;
738 so calculate heights even when pos-visible-in-window-p is called
739 with partially = t. Don't overshoot last_visible_y in move_it_to.
740 Return row height and row number in new rowh and vpos args.
741 (cursor_row_fully_visible_p): First line is always "fully visible".
742 (try_window): Don't clear matrix if vscrolled.
743
744 * lisp.h (pos_visible_p): Update prototype.
745
746 * window.c (Fpos_visible_in_window_p): Adapt to new pos_visible_p.
747 Return row height and row number for partially visible rows.
748 Modify return value to a 2 element list for fully visible rows and
749 6 for partially visible row.
750 (window_scroll_pixel_based): Use pos_visible_p directly instead of
751 Fpos_visible_in_window_p. Fix auto vscrolling for partially
752 visible lines. Only vscroll backwards if already vscrolled
753 forwards. Unconditionally vscroll forwards if PT is first (and
754 only) line. Set new window start instead of scrolling at
755 start/end of tall line.
756
757 2006-09-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
758
759 * macterm.c (install_window_handler, mac_handle_window_event)
760 [USE_CARBON_EVENTS]: Handle kEventWindowClose.
761 [USE_MAC_TSM] (mac_handle_text_input_event): Set modifiers for
762 ASCII keystroke event.
763
764 2006-09-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
765
766 * gtkutil.c (xg_get_file_with_chooser): Don't mention specific keys in
767 the file chooser message. Only call gtk_file_chooser_set_current_name
768 when action is SAVE.
769
770 2006-09-04 Andreas Schwab <schwab@suse.de>
771
772 * Makefile.in: Double all single and back quotes in C-style
773 comments to help fontifier.
774
775 2006-09-03 Jason Rumney <jasonr@gnu.org>
776
777 * w32.c (shutdown_handler): New function to exit cleanly on shutdown.
778 (globals_of_w32): Register it as a signal handler.
779
780 2006-09-02 Juri Linkov <juri@jurta.org>
781
782 * marker.c (Fmarker_position): Doc fix.
783
784 2006-09-03 Eli Zaretskii <eliz@gnu.org>
785
786 * window.c (syms_of_window) <split-height-threshold>:
787 <window-min-height, window-min-width>: Doc fix.
788
789 2006-09-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
790
791 * gtkutil.c (xg_get_file_with_chooser): Change file chooser message
792 for writing files. Call gtk_file_chooser_set_current_name to keep
793 default filename.
794
795 * minibuf.c (Finternal_complete_buffer): Move after DEFUN:s it calls
796
797 2006-09-02 Jindrich Makovicka <makovick@gmail.com> (tiny change)
798
799 * fns.c (concat) [__GNUC__]: Declare with
800 `__attribute__((noinline))'.
801
802 * eval.c (apply1, call2) [__GNUC__]: Declare with
803 `__attribute__((noinline))'.
804
805 2006-09-02 Stuart D. Herring <herring@lanl.gov>
806
807 * minibuf.c (Finternal_complete_buffer): New function.
808 (syms_of_minibuf): Defsubr it.
809 (Fread_buffer): Use it, instead of Vbuffer_alist.
810
811 2006-09-01 Martin Rudalics <rudalics@gmx.at>
812
813 * buffer.h (struct buffer_text): New field chars_modiff.
814 (CHARS_MODIFF, BUF_CHARS_MODIFF): New macros.
815 * buffer.c (Fbuffer_chars_modified_tick): New function returning
816 value of BUF_CHARS_MODIFF.
817 (syms_of_buffer): Defsubr it.
818 (Fget_buffer_create): Initialize BUF_CHARS_MODIFF.
819 * insdel.c (modify_region): New argument preserve_chars_modiff.
820 Set CHARS_MODIFF to MODIFF provided preserve_chars_modiff is zero.
821 (insert_1_both, insert_from_string_1, insert_from_buffer_1)
822 (adjust_after_replace, adjust_after_replace_noundo)
823 (replace_range, replace_range_2, del_range_2): Reset CHARS_MODIFF.
824 * lisp.h (modify_region): Add fourth argument in extern.
825 * casefiddle.c (casify_region): Call modify_region with fourth
826 argument zero to assert that CHARS_MODIFF is updated.
827 * editfns.c (Fsubst_char_in_region, Ftranslate_region_internal)
828 (Ftranspose_regions): Likewise.
829 * textprop.c (Fadd_text_properties, Fset_text_properties)
830 (Fremove_text_properties, Fremove_list_of_text_properties):
831 Call modify_region with fourth argument 1 to avoid that
832 CHARS_MODIFF is updated.
833
834 2006-08-31 Richard Stallman <rms@gnu.org>
835
836 * editfns.c (Fformat): Don't sign-extend for %o or %x.
837
838 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
839
840 * indent.c (Fvertical_motion): Don't move back if we were
841 displaying a Lisp string, either.
842
843 2006-08-28 Kim F. Storm <storm@cua.dk>
844
845 * xdisp.c (get_window_cursor_type) [!HAVE_WINDOW_SYSTEM]:
846 Don't attempt to replace cursor on image glyphs.
847
848 2006-08-28 Kenichi Handa <handa@m17n.org>
849
850 * coding.c (Fdetect_coding_region, Fdetect_coding_string): Fix
851 docstring about ISO-2022 control characters.
852
853 2006-08-28 Kim F. Storm <storm@cua.dk>
854
855 * xdisp.c (get_window_cursor_type): Replace BOX cursor on images
856 with a hollow box cursor if image is larger than 32x32 (or the default
857 frame font if that is bigger). Replace any other cursor on images
858 with hollow box cursor, as redisplay doesn't support bar and hbar
859 cursors on images.
860
861 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
862
863 * alloc.c (BLOCK_INPUT_ALLOC, UNBLOCK_INPUT_ALLOC): Undo previous
864 change. Move mutex lock/unlock operations inside BLOCK_INPUT.
865
866 * dired.c (directory_files_internal_unwind, directory_files_internal)
867 (file_name_completion): Add BLOCK_INPUT around opendir/closedir.
868
869 * image.c [MAC_OS] (image_load_qt_1): Use ComponentResult instead
870 of OSErr.
871
872 * keyboard.c (in_sighandler): Remove variable.
873 (Fcurrent_idle_time): Add missing `doc:'.
874 (input_available_signal, init_keyboard): Undo previous change.
875
876 * keyboard.h (in_sighandler): Remove extern.
877
878 * mac.c (create_apple_event_from_event_ref, select)
879 (Fmac_get_file_creator, Fmac_get_file_type, Fmac_set_file_creator)
880 (Fmac_set_file_type, cfstring_create_normalized)
881 (mac_get_system_locale, select_and_poll_event, sys_select):
882 Use OSStatus instead of OSErr.
883
884 * macfns.c [TARGET_API_MAC_CARBON] (mac_update_proxy_icon):
885 Don't use FRAME_FILE_NAME. Use (FS)UpdateAlias.
886 (Fx_create_frame): Apply 2006-07-03 for xfns.c.
887
888 * macselect.c (get_scrap_from_symbol, clear_scrap, put_scrap_string)
889 (put_scrap_private_timestamp, scrap_has_target_type, get_scrap_string)
890 (get_scrap_private_timestamp, get_scrap_target_type_list)
891 (x_own_selection, x_get_foreign_selection)
892 (Fx_disown_selection_internal, Fx_selection_owner_p)
893 (Fx_selection_exists_p): Use OSStatus instead of OSErr.
894
895 * macterm.c (mac_draw_string_common, mac_query_char_extents)
896 (x_iconify_frame, XLoadQueryFont, install_window_handler)
897 (mac_handle_command_event, init_command_handler, init_menu_bar):
898 Use OSStatus instead of OSErr.
899 (x_free_frame_resources) [TARGET_API_MAC_CARBON]: Don't use
900 FRAME_FILE_NAME.
901 (x_query_font): Apply 2006-08-04 change for xterm.c.
902 (Qhi_command): Rename from Qhicommand. All uses changed.
903
904 * macterm.h (struct mac_output) [TARGET_API_MAC_CARBON]: Remove member
905 file_name.
906 (FRAME_FILE_NAME): Remove macro.
907 (install_window_handler, create_apple_event_from_event_ref):
908 Return OSStatus instead of OSErr.
909
910 2006-08-26 Kim F. Storm <storm@cua.dk>
911
912 * buffer.c (Fset_buffer_multibyte):
913 * editfns.c (Fcurrent_time, Fget_internal_run_time):
914 * macfns.c (Fxw_color_values):
915 * w32fns.c (Fxw_color_values):
916 * xfns.c (Fxw_color_values): Simplify; use list3.
917
918 * fileio.c (Fmake_directory_internal, Fdelete_directory)
919 (Fdelete_file): Simplify; use list1.
920 (Frename_file, Fadd_name_to_file, Fmake_symbolic_link):
921 Simplify; remove NO_ARG_ARRAY stuff, use list2.
922
923 2006-08-25 Richard Stallman <rms@gnu.org>
924
925 * buffer.c (Fswitch_to_buffer): Fix previous change.
926
927 2006-08-25 Kim F. Storm <storm@cua.dk>
928
929 * keyboard.c (Fcurrent_idle_time): Simplify.
930
931 2006-08-25 Richard Stallman <rms@gnu.org>
932
933 * fns.c (sxhash_string): Rotate properly; don't lose bits.
934
935 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
936
937 * xdisp.c (overline_margin): New variable.
938 (x_produce_glyphs): Use it.
939 (syms_of_xdisp): DEFVAR_INT it.
940
941 * xterm.c (x_underline_at_descent_line): New variable.
942 (syms_of_xterm): DEFVAR_BOOL it.
943 (x_draw_glyph_string): Use it.
944 Draw underline and overline up to the end of line if the face
945 extends to the end of line.
946
947 * macterm.c: Likewise.
948
949 * w32term.c: Likewise.
950
951 2006-08-24 Nick Roberts <nickrob@snap.net.nz>
952
953 * buffer.c (Fswitch_to_buffer): Move buffer to front of
954 buffer-alist if necessary.
955
956 2006-08-22 Kim F. Storm <storm@cua.dk>
957
958 * xdisp.c (update_tool_bar): Redisplay toolbar also when only
959 number of items changes.
960
961 2006-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
962
963 * buffer.c (Fset_buffer_multibyte): Record proper undo entry.
964
965 2006-08-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
966
967 * keyboard.c: Clarify difference between in_sighandler and
968 handling_signal.
969
970 2006-08-21 Kim F. Storm <storm@cua.dk>
971
972 * macterm.c (x_draw_stretch_glyph_string):
973 * w32term.c (x_draw_stretch_glyph_string):
974 * xterm.c (x_draw_stretch_glyph_string): It is ok to draw a
975 stretch glyph in left marginal areas on header and mode lines.
976
977 2006-08-21 Kenichi Handa <handa@m17n.org>
978
979 * keyboard.c (syms_of_keyboard): Docstring of
980 Vunread_post_input_method_events and Vunread_input_method_events
981 fixed.
982
983 2006-08-20 Chong Yidong <cyd@stupidchicken.com>
984
985 * keyboard.c (show_help_echo): Preserve mouse movement flag if
986 tracking mouse.
987
988 2006-08-20 Richard Stallman <rms@gnu.org>
989
990 * xfaces.c (load_pixmap): Add quotes in error message.
991
992 * keyboard.c (Fcurrent_idle_time): New function.
993 (syms_of_keyboard): defsubr it.
994
995 2006-08-18 Nick Roberts <nickrob@snap.net.nz>
996
997 * window.c (Fset_window_fringes): Do nothing on a tty.
998 (Fwindow_fringes): Put ? operator after the line break.
999
1000 2006-08-16 Andreas Schwab <schwab@suse.de>
1001
1002 * print.c (debug_output_compilation_hack): Fix return type.
1003
1004 2006-08-16 Richard Stallman <rms@gnu.org>
1005
1006 * print.c (debug_output_compilation_hack): New function.
1007
1008 2006-08-16 Kenichi Handa <handa@m17n.org>
1009
1010 * fileio.c (choose_write_coding_system): Use LF for end-of-line
1011 in auto-saving.
1012
1013 2006-08-15 Chong Yidong <cyd@stupidchicken.com>
1014
1015 * keyboard.c (read_char): Don't change idle timer state at all if
1016 end_time is supplied.
1017
1018 2006-08-15 Kenichi Handa <handa@m17n.org>
1019
1020 * coding.c (ONE_MORE_BYTE_CHECK_MULTIBYTE): New arg RET. If SRC
1021 is exhausted, return with RET.
1022 (detect_coding_emacs_mule, detect_coding_iso2022)
1023 (detect_coding_sjis, detect_coding_big5, detect_coding_utf_8)
1024 (detect_coding_utf_16, detect_coding_ccl): Adjusted for the above
1025 change.
1026
1027 2006-08-14 Chong Yidong <cyd@stupidchicken.com>
1028
1029 * keyboard.c (read_char): Don't reset idle timers if a time limit
1030 is supplied.
1031
1032 2006-08-14 Kim F. Storm <storm@cua.dk>
1033
1034 * .gdbinit (pitx): Print iterator position.
1035 Limit stack dump in case iterator is not initialized.
1036
1037 2006-08-12 Eli Zaretskii <eliz@gnu.org>
1038
1039 * frame.c (Fmouse_position, Fmouse_pixel_position)
1040 (Fset_mouse_position, Fset_mouse_pixel_position): Doc fix.
1041
1042 2006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1043
1044 * xselect.c (Fx_register_dnd_atom): New function.
1045 (syms_of_xselect): Defsubr it.
1046 (x_handle_dnd_message): Check that message_type is in
1047 dpyinfo->x_dnd_atoms before generating lisp event.
1048
1049 * xterm.h (struct x_display_info): Add x_dnd_atoms* to keep track
1050 of drag and drop Atoms.
1051
1052 * xterm.c (x_term_init): Initialize dpyinfo->x_dnd_atoms*
1053
1054 2006-08-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1055
1056 * keyboard.c: Define in_sighandler.
1057 (input_available_signal): Set in_sighandler.
1058 (init_keyboard): Initialize in_sighandler.
1059
1060 * keyboard.h: Declare in_sighandler.
1061
1062 * alloc.c (UNBLOCK_INPUT_ALLOC, BLOCK_INPUT_ALLOC): Use in_sighandler
1063 to check if mutex should be locked or not.
1064
1065 2006-08-09 Richard Stallman <rms@gnu.org>
1066
1067 * keyboard.c (keyremap_step): No-op if fkey->parent = nil.
1068 (read_key_sequence): Always start fkey.start and fkey.end at 0,
1069 and likewise for keytran.
1070
1071 2006-08-09 Kenichi Handa <handa@m17n.org>
1072
1073 * coding.c (syms_of_coding): Improve the docstring
1074 file-coding-system-alist.
1075
1076 2006-08-07 Andreas Schwab <schwab@suse.de>
1077
1078 * puresize.h (BASE_PURESIZE): Increase to 1120000.
1079
1080 2006-08-06 Chong Yidong <cyd@stupidchicken.com>
1081
1082 * buffer.c (Vchange_major_mode_hook, Qchange_major_mode_hook): New vars.
1083 (Fkill_all_local_variables): Use it.
1084 (syms_of_buffer): Defvar it.
1085
1086 2006-08-05 Eli Zaretskii <eliz@gnu.org>
1087
1088 * w32.c (w32_valid_pointer_p): New function.
1089
1090 * w32.h: Add prototype for w32_valid_pointer_p.
1091
1092 * alloc.c: Include w32.h.
1093 (valid_lisp_object_p) [WINDOWSNT]: Call w32_valid_pointer_p to do
1094 the job.
1095
1096 * keyboard.c (kbd_buffer_get_event): Return Qnil when current time
1097 is exactly equal to end_time, not only when it is past that.
1098
1099 2006-08-04 Chong Yidong <cyd@stupidchicken.com>
1100
1101 * keyboard.c (read_char): Rebalance specpdl after receiving jump.
1102
1103 * process.c: Reapply 2006-08-01 change.
1104
1105 2006-08-04 Eli Zaretskii <eliz@gnu.org>
1106
1107 * w32fns.c (w32_query_font): Fix last change: use stricmp.
1108
1109 2006-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
1110
1111 * editfns.c (Fsubst_char_in_region): Redo the setup work after running
1112 the before-change-functions since they may have altered the buffer.
1113
1114 2006-08-04 Ralf Angeli <angeli@caeruleus.net>
1115
1116 * w32fns.c (w32_createwindow): Handle -geometry command line option
1117 and the geometry settings in the Registry.
1118
1119 2006-08-04 Kenichi Handa <handa@m17n.org>
1120
1121 * w32fns.c (w32_query_font): Compare names by ignoring case.
1122
1123 * xterm.c (x_query_font): Compare names by ignoring case.
1124
1125 2006-08-03 Jason Rumney <jasonr@gnu.org>
1126
1127 * w32menu.c (w32_menu_show, w32_dialog_show): Call Fsignal to quit
1128 when no option selected.
1129
1130 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
1131
1132 * process.c: Revert last change.
1133
1134 2006-08-01 Kim F. Storm <storm@cua.dk>
1135
1136 * process.c (wait_reading_process_output_unwind): New function.
1137 Restores waiting_for_user_input_p to saved value.
1138 (wait_reading_process_output): Unwind protect waiting_for_user_input_p
1139 instead of save/restore old value on stack.
1140
1141 2006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
1142
1143 * editfns.c: Undo 2006-06-27 change.
1144
1145 2006-07-29 Eli Zaretskii <eliz@gnu.org>
1146
1147 * coding.c (Ffind_operation_coding_system): Revert the change from
1148 2006-05-29.
1149
1150 * alloc.c [WINDOWSNT]: Include fcntl.h, to fix last change.
1151
1152 2006-07-28 Richard Stallman <rms@gnu.org>
1153
1154 * xfaces.c (lookup_named_face, Fdisplay_supports_face_attributes_p):
1155 Add conditional aborts for clarity.
1156
1157 * xdisp.c (update_menu_bar): New arg HOOKS_RUN. Callers changed.
1158 Used to avoid running the hooks over and over for each frame.
1159 (prepare_menu_bars): Pass value from update_menu_bar
1160 as HOOKS_RUN of next call.
1161
1162 * keyboard.c (safe_run_hooks_1): Don't crash if Vrun_hooks is nil.
1163
1164 2006-07-28 Kim F. Storm <storm@cua.dk>
1165
1166 * alloc.c (valid_pointer_p): New function (from valid_lisp_object_p).
1167 (valid_lisp_object_p): Use it to check for valid SUBRP obj.
1168
1169 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
1170
1171 * keyboard.c (read_char): New arg END_TIME specifying timeout.
1172 All callers changed. Turn off echoing if END_TIME is non-NULL.
1173 (kbd_buffer_get_event): New arg END_TIME.
1174
1175 * lread.c (read_filtered_event): New arg SECONDS to wait until.
1176 (Fread_char, Fread_event, Fread_char_exclusive): New arg SECONDS.
1177
1178 * lisp.h: Update read-char, read-event, and read_filtered_event
1179 prototypes.
1180
1181 * keyboard.h: Include systime.h. Update read_char prototype.
1182
1183 2006-07-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1184
1185 * alloc.c (find_string_data_in_pure): New function.
1186 (make_pure_string): Use it to reuse existing string data if possible.
1187
1188 * puresize.h (BASE_PURESIZE): Decrease to 1102000.
1189
1190 2006-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
1191
1192 * keymap.c (Fdefine_key): If the key binding definition looks like an
1193 XEmacs-style key sequence, convert it to Emacs's format.
1194
1195 2006-07-22 Ralf Angeli <angeli@caeruleus.net>
1196
1197 * w32fns.c (w32_createwindow): If `left' and/or `top' frame
1198 parameters are bound to some values, use that instead of
1199 CW_USEDEFAULT.
1200
1201 2006-07-21 Eli Zaretskii <eliz@gnu.org>
1202
1203 * w32.c (convert_time): Use explicit long double constants to
1204 ensure long double arithmetics is used throughout.
1205
1206 2006-07-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1207
1208 * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): New vars.
1209 (init_alloc_once): Initialize them.
1210 (pure_alloc): Allocate non-Lisp objects from the end of pure storage
1211 without alignment.
1212
1213 * puresize.h (BASE_PURESIZE): Decrease to 1141000.
1214
1215 2006-07-18 Francis Litterio <franl@world.std.com>
1216
1217 * w32term.c (x_calc_absolute_position): Fix frame positioning
1218 with negative X/Y coordinates.
1219
1220 2006-07-18 Dan Nicolaescu <dann@ics.uci.edu>
1221
1222 * xterm.c (x_connection_closed, x_error_quitter): Mark as NO_RETURN.
1223
1224 * textprop.c (text_read_only): Likewise.
1225
1226 * lread.c (end_of_file_error): Likewise.
1227
1228 * lisp.h (circular_list_error, memory_full, buffer_memory_full):
1229 Likewise.
1230
1231 * eval.c (unwind_to_catch): Likewise.
1232
1233 * buffer.h (buffer_slot_type_mismatch): Likewise.
1234
1235 2006-07-18 Kim F. Storm <storm@cua.dk>
1236
1237 Cleanup Fsignal calls that never returns; now only use it for Qquit.
1238
1239 * eval.c (xsignal): New func. Like Fsignal, but marked no-return.
1240 (xsignal0, xsignal1, xsignal2, xsignal3): New no-return functions.
1241 (signal_error): New no-return function (from xfaces.c).
1242 (Fthrow): Use xsignal2 instead of Fsignal + abort.
1243 (error): Use xsignal1 instead of Fsignal + abort.
1244 (FletX, Flet, grow_specpdl): Use signal_error.
1245 (Feval, Ffuncall, funcall_lambda): Use xsignal1, xsignal2.
1246
1247 * alloc.c (buffer_memory_full, memory_full): Use xsignal. Remove loop.
1248 (list1): New function.
1249
1250 * lisp.h (list1): Add EXFUN.
1251 (xsignal, xsignal0, xsignal1, xsignal2, xsignal3, signal_error):
1252 Add prototypes. Mark them as no-return.
1253
1254 * buffer.c (Fbuffer_local_value, Fbarf_if_buffer_read_only):
1255 Use xsignal1.
1256
1257 * callint.c (check_mark): Use xsignal0.
1258
1259 * casefiddle.c (casify_object): wrong_type_argument is no-return.
1260
1261 * cmds.c (Fforward_char, Fdelete_char): Use xsignal0.
1262
1263 * coding.c (Fcheck_coding_system): Use xsignal1. Remove loop.
1264 (Fdefine_coding_system_internal): Use xsignal1.
1265
1266 * data.c (circular_list_error): Use xsignal.
1267 (wrong_type_argument): Use xsignal2. Don't care about return value.
1268 (args_out_of_range, args_out_of_range_3): Use xsignal2, xsignal3.
1269 Remove loop around Fsignal.
1270 (indirect_variable, Fsymbol_value, set_internal, Fdefault_value)
1271 (indirect_function, Findirect_function, Fstring_to_number)
1272 (Fmakunbound, Ffmakunbound, Fsymbol_function, Ffset): Use xsignal1.
1273 (arith_driver, float_arith_driver, Frem, Fmod, arith_error):
1274 Use xsignal0.
1275
1276 * doc.c (Fdocumentation): Use xsignal1.
1277
1278 * editfns.c (region_limit, Fget_internal_run_time): Use xsignal0.
1279
1280 * fileio.c (report_file_error): Use xsignal.
1281 (barf_or_query_if_file_exists, Fcopy_file, Fdelete_file)
1282 (Finsert_file_contents): Use xsignal2.
1283 (syms_of_fileio): Use list2, list3.
1284
1285 * floatfns.c (arith_error, range_error, domain_error): Use xsignal2.
1286 (range_error2, domain_error2): Use xsignal3.
1287 (rounding_driver, fmod_float): Use xsignal0.
1288 (float_error): Use xsignal1.
1289 (matherr): Use xsignal.
1290
1291 * fns.c (Flength): wrong_type_argument is no-return.
1292 (hashfn_user_defined, Fmake_hash_table): Use signal_error.
1293 (Fmd5): Use xsignal1.
1294
1295 * frame.c (x_set_line_spacing, x_set_screen_gamma): Use signal_error.
1296
1297 * keyboard.c (recursive_edit_1): Use xsignal1.
1298
1299 * keymap.c (Fmap_keymap): Use xsignal1.
1300
1301 * lread.c (Fload): Use xsignal2, signal_error.
1302 (end_of_file_error): Use xsignal0, xsignal1.
1303 (read0): Use xsignal1.
1304 (invalid_syntax): New error function marked no-return.
1305 (read_integer, read1, read_list): Use it.
1306
1307 * macselect.c (x_get_local_selection): Use signal_error.
1308
1309 * msdos.c (Fmsdos_set_mouse_buttons): Use xsignal2.
1310
1311 * search.c (compile_pattern_1): Use xsignal1.
1312 (signal_failure): Remove (was only called once).
1313 (search_command): Use xsignal1 instead of signal_failure.
1314
1315 * syntax.c (scan_lists): Use xsignal3.
1316
1317 * textprop.c (text_read_only): Use xsignal0, xsignal1.
1318
1319 * unexsol.c (unexec): Use xsignal.
1320
1321 * window.c (window_scroll_pixel_based, window_scroll_line_based):
1322 Use xsignal0.
1323
1324 * xfaces.c (signal_error): Move to eval.c.
1325 (resolve_face_name): Use xsignal1.
1326
1327 * xfns.c (x_decode_color): Use signal_error.
1328
1329 * xselect.c (x_get_local_selection, copy_multiple_data)
1330 (x_get_window_property_as_lisp_data)
1331 (lisp_data_to_selection_data, CHECK_CUT_BUFFER)
1332 (Fx_get_cut_buffer_internal): Use signal_error.
1333
1334 2006-07-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1335
1336 * macterm.c (XTread_socket): Undo previous change.
1337
1338 2006-07-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1339
1340 * macterm.c (keycode_to_xkeysym): Remove function. All uses now
1341 directly lookup keycode_to_xkeysym_table.
1342 [USE_MAC_TSM] (mac_handle_text_input_event): Don't construct
1343 ASCII_KEYSTROKE_EVENT for non-zero keycode_to_xkeysym_table entries.
1344 (XTread_socket): Use character codes to construct keypad key events.
1345 (mac_initialize_display_info) [MAC_OSX]: Use CGDisplaySamplesPerPixel.
1346 (x_delete_display): Apply 2006-07-04 change for xterm.c.
1347
1348 2006-07-17 Richard Stallman <rms@gnu.org>
1349
1350 * keyboard.c (Vcommand_error_function): New variable.
1351 (syms_of_keyboard): Defvar it.
1352 (cmd_error_internal): Simplify, and handle Vcommand_error_function.
1353
1354 * dispnew.c (init_display): Mention DISPLAY as well as TERM in err msg.
1355
1356 2006-07-17 Kim F. Storm <storm@cua.dk>
1357
1358 * xdisp.c (handle_single_display_spec): Ensure the right value of
1359 it->position is saved by push_it.
1360 (pop_it): Restore it->object for GET_FROM_BUFFER and GET_FROM_STRING.
1361 (reseat_1): Don't setup it->object twice.
1362 (set_iterator_to_next): No need to set it->object after pop_it.
1363 (move_it_to): Explicitly check to see if last move reached to_charpos.
1364
1365 2006-07-17 Thien-Thi Nguyen <ttn@gnu.org>
1366
1367 * xdisp.c (display_mode_line): Preserve match data.
1368
1369 2006-07-14 Kim F. Storm <storm@cua.dk>
1370
1371 * w32.c (pfn_WSACreateEvent, pfn_WSACloseEvent): New func ptrs.
1372 (init_winsock): Load them. Use ws2_32.dll.
1373 (sys_listen): Undo last change. Just set FILE_LISTEN flag.
1374 (sys_accept): Undo last change. Instead, set child status to
1375 STATUS_READ_ACKNOWLEDGED and reset char_avail event so next
1376 sys_select will wakeup the reader thread.
1377 (_sys_wait_accept): New function used by reader thread to wait for
1378 an incoming connection on a server socket.
1379
1380 * w32.h (_sys_read_ahead, _sys_wait_accept): Add prototypes.
1381
1382 * w32proc.c (reader_thread): Use _sys_wait_accept to wait on a
1383 server socket (FILE_LISTEN flag).
1384
1385 2006-07-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1386
1387 * sound.c (alsa_init): Call snd_pcm_close after successful snd_pcm_open.
1388
1389 2006-07-14 Kim F. Storm <storm@cua.dk>
1390
1391 * w32.c: Fix high cpu load for server sockets.
1392 (pfn_WSAEventSelect): New function ptr.
1393 (init_winsock): Load it.
1394 (sys_listen): Set FILE_LISTEN flag. Set event mask for socket's
1395 char_avail event object to FD_ACCEPT.
1396 (sys_accept): Check FILE_LISTEN flag. Set event mask on new
1397 socket's char_avail event object to FD_READ|FD_CLOSE.
1398
1399 * w32.h (FILE_LISTEN): New filedesc flag value.
1400
1401 2006-07-13 Kim F. Storm <storm@cua.dk>
1402
1403 * bytecode.c (Fbyte_code): Use CAR, CDR for Bcar, Bcdr.
1404 Use CAR_SAFE, CDR_SAFE for Bcar_safe, Bcdr_safe.
1405 Simplify loops and use CAR for Bnth and Belt.
1406
1407 * data.c (Findirect_function): Optimize for no indirection.
1408
1409 * eval.c (Fthrow): Remove loop around Fsignal.
1410 (Feval, Fapply, Ffuncall): Optimize for no function indirection.
1411 Use original function name in all signaled errors.
1412 Simplify Fsignal calls (no return).
1413 (funcall_lambda): Simplify Fsignal calls (no return).
1414
1415 2006-07-13 Andreas Schwab <schwab@suse.de>
1416
1417 * syntax.c (scan_sexps_forward): Use EMACS_INT for out_bytepos and
1418 out_charpos.
1419
1420 2006-07-13 Kenichi Handa <handa@m17n.org>
1421
1422 * editfns.c (Fformat): Fix calculation of text property positions
1423 of format string.
1424
1425 2006-07-12 Kim F. Storm <storm@cua.dk>
1426
1427 * lisp.h (CHECK_TYPE): New macro for generic type checking.
1428 (CAR_SAFE, CDR_SAFE): New macros.
1429 (ARRAYP, CHECK_ARRAY): New macros.
1430 (CHECK_VECTOR_OR_STRING, CHECK_SUBR): New macros.
1431 (CHECK_WINDOW_CONFIGURATION): New macro.
1432 (CHECK_LIST_CONS, CHECK_LIST_END): New checks for list traversal.
1433 (CHECK_STRING_OR_BUFFER, CHECK_HASH_TABLE, CHECK_LIST)
1434 (CHECK_STRING, CHECK_STRING_CAR, CHECK_CONS, CHECK_SYMBOL)
1435 (CHECK_CHAR_TABLE, CHECK_VECTOR, CHECK_VECTOR_OR_CHAR_TABLE)
1436 (CHECK_BUFFER, CHECK_WINDOW, CHECK_LIVE_WINDOW, CHECK_PROCESS)
1437 (CHECK_NUMBER, CHECK_NATNUM, CHECK_MARKER, CHECK_OVERLAY)
1438 (CHECK_NUMBER_COERCE_MARKER, CHECK_FLOAT, CHECK_NUMBER_OR_FLOAT)
1439 (CHECK_NUMBER_OR_FLOAT_COERCE_MARKER): Use CHECK_TYPE.
1440
1441 * category.h (CHECK_CATEGORY, CHECK_CATEGORY_SET):
1442 * frame.h (CHECK_FRAME, CHECK_LIVE_FRAME): Use CHECK_TYPE.
1443
1444 * callint.c (Fcall_interactively):
1445 * casefiddle.c (casify_object):
1446 * editfns.c (general_insert_function):
1447 * fns.c (Flength, Felt, Ffillarray):
1448 * data.c (Fcar, Fcdr): Remove loop around wrong_type_argument.
1449
1450 * data.c (wrong_type_argument): Remove loop around Fsignal.
1451 (Farrayp, Fsequencep): Use ARRAYP.
1452 (Fcar): Use CAR.
1453 (Fcar_safe): Use CAR_SAFE.
1454 (Fcdr): Use CDR.
1455 (Fcdr_safe): Use CDR_SAFE.
1456 (Fsetcar, Fsetcdr): Use CHECK_CONS.
1457 (Fsubr_arity, Fsubr_name): Use CHECK_SUBR.
1458 (Faset): Use CHECK_ARRAY.
1459
1460 * fns.c (Felt): Use CHECK_ARRAY.
1461 (concat): Use CHECK_NUMBER.
1462 (Fsubstring, substring_both): Use CHECK_VECTOR_OR_STRING.
1463 (Fmemq): Use CHECK_LIST.
1464 (Fassq, Fassoc, Frassq, Frassoc): Use CAR.
1465 (assq_no_quit): Use CAR_SAFE.
1466 (Fnthcdr, Fmember, Fdelq, Fdelete, Fnreverse, Fnconc):
1467 Use CHECK_LIST_CONS.
1468 (Freverse, Fplist_get, Flax_plist_get): Use CHECK_LIST_END.
1469
1470 * bytecode.c (Fbyte_code): Use CHECK_VECTOR.
1471
1472 * casetab.c (check_case_table):
1473 * category.c (check_category_table):
1474 * marker.c (Fcopy_marker):
1475 * syntax.c (check_syntax_table):
1476 * xfaces.c (load_pixmap): Use CHECK_TYPE.
1477
1478 * fns.c (Fcopy_sequence, concat):
1479 * fringe.c (Fdefine_fringe_bitmap):
1480 * lread.c (check_obarray): Cleanup wrong_type_argument use.
1481
1482 * keyboard.c (access_keymap_keyremap): Use ARRAYP.
1483
1484 * keymap.c (Fdefine_key, Flookup_key):
1485 * macros.c (Fstart_kbd_macro): Use CHECK_VECTOR_OR_STRING.
1486
1487 * mac.c (Fmac_get_preference): Use CHECK_LIST_END.
1488
1489 * search.c (Fset_match_data): Use CHECK_LIST.
1490
1491 * sunfns.c (sun_item_create): Use CHECK_LIST_CONS.
1492
1493 * window.c (Fwindow_configuration_frame, Fset_window_configuration):
1494 (compare_window_configurations): Use CHECK_WINDOW_CONFIGURATION.
1495
1496 2006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1497
1498 * Makefile.in (dired.o, editfns.o, fileio.o): Depend on blockinput.h.
1499
1500 * dired.c: Include blockinput.h.
1501 (Ffile_attributes): Add BLOCK_INPUT around getpwuid/getgrgid.
1502
1503 * editfns.c: Include blockinput.h.
1504 (Fuser_login_name, Fuser_full_name): Add BLOCK_INPUT around
1505 getpwuid/getpwnam.
1506
1507 * fileio.c: Include blockinput.h.
1508 (Fexpand_file_name, search_embedded_absfilename): Add BLOCK_INPUT
1509 around getpwnam.
1510 (search_embedded_absfilename): Remove spurious xfree.
1511
1512 2006-07-11 Kim F. Storm <storm@cua.dk>
1513
1514 * dispnew.c (sit_for): Reduce number of args from 5 to 3.
1515 Now just one TIMEOUT arg that can be a Lisp float or Lisp int.
1516 Combine args DISPLAY and INITIAL_DISPLAY into one arg DO_DISPLAY.
1517 Signal error if TIMEOUT is not a number.
1518 Undo 2006-06-14 change for non-preemptive display if TIMEOUT < 0.
1519 The rework of sit_for args also fixes several incorrect Qt args
1520 which should have been 1.
1521 (Fredisplay): Pass 1 instead of Qt to swallow_events and
1522 detect_input_pending_run_timers.
1523
1524 * lisp.h (sit_for): Update prototype.
1525 (Fredisplay): Add EXFUN.
1526
1527 * dispextern.h (sit_for): Remove prototype.
1528
1529 * callint.c (Fcall_interactively):
1530 * minibuf.c (temp_echo_area_glyphs):
1531 * keyboard.c (command_loop_1, read_char, Fexecute_extended_command):
1532 * fileio.c (Fdo_auto_save): Update/simplify sit_for calls.
1533
1534 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
1535
1536 * syntax.c (forw_comment): Also use EMACS_INT for buffer positions.
1537
1538 2006-07-11 Kim F. Storm <storm@cua.dk>
1539
1540 * dispnew.c (Fredisplay): Add FORCE argument to force redisplay when
1541 input is available. Fix test for redisplay_dont_pause non-nil.
1542 Specbind redisplay-dont-pause to t if FORCE non-nil.
1543
1544 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
1545
1546 * puresize.h (BASE_PURESIZE): Increment to 1211000.
1547
1548 * dispnew.c (Fredisplay): New function, equivalent to (sit-for 0).
1549 (Fsit_for): Function deleted.
1550
1551 * keyboard.c (command_loop_1, Fexecute_extended_command):
1552 Call sit_for instead of Fsit_for.
1553
1554 * minibuf.c (temp_echo_area_glyphs): Likewise.
1555
1556 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
1557
1558 * syntax.c (Fforward_comment): Revert the reversion.
1559 (back_comment, scan_lists): Also use EMACS_INT for buffer positions.
1560
1561 2006-07-09 John Paul Wallington <jpw@pobox.com>
1562
1563 * syntax.c (Fforward_comment): Revert previous change.
1564
1565 2006-07-09 Kim F. Storm <storm@cua.dk>
1566
1567 * window.c (Fforce_window_update): Doc fix.
1568
1569 2006-07-08 Stephen Gildea <gildea@stop.mail-abuse.org>
1570
1571 * fileio.c (do_auto_save_make_dir): Make the auto-save-list-file
1572 directory unreadable for better user privacy.
1573
1574 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
1575
1576 * syntax.c (Fforward_comment): Fix int-32 vs EMACS_INT-64 mixup.
1577
1578 * lread.c (read_filtered_event): Remove `register' qualifier because it
1579 causes compilation problem with gcc-4.0.2-20051125 on amd64.
1580 (readevalloop): Remove unused var `bpos'.
1581 Yet another int/Lisp_Object mixup (YAILOM).
1582
1583 2006-07-07 Eli Zaretskii <eliz@gnu.org>
1584
1585 * keyboard.c (Fexecute_extended_command): Mention the argument
1586 PREFIXARG in the doc string.
1587
1588 2006-07-07 Kim F. Storm <storm@cua.dk>
1589
1590 * fringe.c (Fdefine_fringe_bitmap): Doc fix.
1591
1592 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
1593
1594 * insdel.c (prepare_to_modify_buffer): For an indirect buffer, do
1595 clash detection using the base buffer.
1596
1597 * puresize.h (BASE_PURESIZE): Increment to 1210500.
1598
1599 2006-07-04 Kim F. Storm <storm@cua.dk>
1600
1601 * xterm.c (x_delete_display): Don't free or derefence NULL pointers.
1602
1603 2006-07-04 Kenichi Handa <handa@m17n.org>
1604
1605 * fontset.c (Fset_overriding_fontspec_internal): Check if we need
1606 to update Voverriding_fontspec_alist.
1607
1608 2006-07-03 Richard Stallman <rms@gnu.org>
1609
1610 * xfns.c (Fx_create_frame): Move unwind_create_frame setup down.
1611
1612 * xfaces.c (Fface_attribute_relative_p): Doc fix.
1613
1614 * textprop.c (Fget_char_property_and_overlay): Doc fix.
1615
1616 * eval.c (Fdefvaralias): Doc fix.
1617
1618 2006-07-03 Kim F. Storm <storm@cua.dk>
1619
1620 * dispnew.c (sit_for): Fix preempt condition.
1621
1622 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
1623
1624 * lread.c (read_filtered_event): Treat select-window just like
1625 switch-frame.
1626
1627 2006-07-02 Kim F. Storm <storm@cua.dk>
1628
1629 * xdisp.c (display_tool_bar_line): Skip glyphs which are too big
1630 to ever fit the tool-bar,
1631 (MAX_FRAME_TOOL_BAR_HEIGHT): New macro.
1632 (tool_bar_lines_needed): Use unused mode-line row as temp_row.
1633 (redisplay_tool_bar): Only clear desired matrix if we actually
1634 change the tool-bar window height. Only try to make the tool-bar
1635 window bigger if there is actually room for it.
1636
1637 2006-06-30 Ralf Angeli <angeli@caeruleus.net>
1638
1639 * w32term.c (x_make_frame_visible): Use SystemParametersInfo with
1640 SPI_GETWORKAREA to find the dimensions of the screen work area,
1641 and adjust vertical position of the frame in order to avoid being
1642 covered by the task bar.
1643
1644 * w32fns.c (w32_createwindow): Use CW_USEDEFAULT instead of
1645 f->left_pos and SH_SHOW instead of f->top_pos in the call to
1646 CreateWindow. Record the actual position in f->left_pos and
1647 f->top_pos.
1648
1649 2006-06-30 John Paul Wallington <jpw@pobox.com>
1650
1651 * w32console.c (syms_of_ntterm) <w32-use-full-screen-buffer>:
1652 Doc fix - default value has changed.
1653
1654 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1655
1656 * mac.c [!TARGET_API_MAC_CARBON]: Don't include FixMath.h or Scrap.h.
1657
1658 * macfns.c (Fx_create_frame): Apply 2006-06-24 change for xfns.c.
1659
1660 * macgui.h (USE_MAC_TSM) [TARGET_API_MAC_CARBON]: Set default to 1.
1661
1662 * macterm.c (Qeql): Add extern.
1663 (x_set_mouse_pixel_position) [MAC_OSX]: Use CGWarpMouseCursorPosition.
1664 (fm_style_face_attributes_alist) [USE_ATSUI]: New variable.
1665 (syms_of_macterm) [USE_ATSUI]: Initialize and staticpro it.
1666 Change keys of Vmac_atsu_font_table from strings to numbers.
1667 (fm_style_to_face_attributes) [USE_ATSUI]: New function.
1668 (init_font_name_table) [USE_ATSUI]: Use it.
1669 (saved_ts_script_language_on_focus) [USE_MAC_TSM]: New variable.
1670 (syms_of_macterm) [USE_MAC_TSM]: Initialize and staticpro it.
1671 [USE_MAC_TSM] (mac_tsm_resume): Restore script and language codes
1672 only when saved_ts_script_language_on_focus coincides with
1673 Vmac_ts_script_language_on_focus.
1674 [USE_MAC_TSM] (mac_tsm_suspend): Save value of
1675 Vmac_ts_script_language_on_focus to saved_ts_script_language_on_focus.
1676 (XTread_socket) [USE_MAC_TSM]: Add Mac OS Classic support.
1677 [USE_MAC_TSM] (mac_handle_text_input_event, init_tsm): Likewise.
1678
1679 2006-06-27 Chong Yidong <cyd@stupidchicken.com>
1680
1681 * editfns.c (Fdelete_field, Ffield_string, Ffield_beginning)
1682 (Ffield_string_no_properties, Ffield_end): Mention
1683 args-out-of-range error condition in docstring.
1684
1685 2006-06-27 Kim F. Storm <storm@cua.dk>
1686
1687 * xdisp.c (handle_composition_prop): Set stop_charpos before push_it.
1688
1689 2006-06-25 Kim F. Storm <storm@cua.dk>
1690
1691 * s/gnu-linux.h (SIGNALS_VIA_CHARACTERS): Define for Linux kernel
1692 version 2.4 and later.
1693
1694 2006-06-24 Chong Yidong <cyd@stupidchicken.com>
1695
1696 * xfns.c (Fx_create_frame): Set font parameter directly instead of
1697 using x_default_parameter, since x_get_args clears the parm alist.
1698
1699 2006-06-24 Eli Zaretskii <eliz@gnu.org>
1700
1701 * dired.c (directory_files_internal) [WINDOWSNT]: Find files
1702 case-insensitively.
1703
1704 2006-06-24 Aidan Kehoe <kehoea@parhasard.net>
1705
1706 * lread.c (read_escape): When an unknown Unicode code point is
1707 encountered as a string or character escape, signal an error.
1708
1709 2006-06-23 Kim F. Storm <storm@cua.dk>
1710
1711 * .gdbinit (pitx): Dump iterator stack.
1712
1713 * xdisp.c (handle_composition_prop): Push iterator on stack.
1714 (set_iterator_to_next): Pop iterator at end of composition.
1715
1716 2006-06-23 Martin Rudalics <rudalics@gmx.at>
1717
1718 * fileio.c (Frename_file) [DOS_NT]: Don't try to move directory to
1719 itself on DOS_NT platforms, if the old and new names are identical
1720 but for the letter-case.
1721
1722 2006-06-21 Kim F. Storm <storm@cua.dk>
1723
1724 * dispextern.h (struct it): Add `position' member to iterator stack.
1725 Rename `pos' member to `current'. Rearrange and add comments.
1726
1727 * xdisp.c (handle_stop): Set it->ignore_overlay_strings_at_pos_p
1728 if we get any overlays.
1729 (set_cursor_from_row): Don't clobber `end' if we rescan from
1730 start_string.
1731 (push_it, pop_it): Save it->position.
1732
1733 2006-06-19 Richard Stallman <rms@gnu.org>
1734
1735 * window.c (size_window): New arg FIRST_ONLY. All callers changed.
1736 (adjust_window_trailing_edge): Specially compute FIRST_PARALLEL
1737 for the case of a top-level window and the following minibuffer.
1738 Don't exit because of no `next' when there is a parent.
1739 Use the FIRST_ONLY feature when resizing following windows.
1740
1741 * syntax.c (init_syntax_once): Give most control chars' syntax Spunct.
1742
1743 2006-06-17 Kim F. Storm <storm@cua.dk>
1744
1745 * dispnew.c (update_frame): Check for input pending on entry.
1746 (update_window, update_frame_1): Break loop if input is detected.
1747
1748 2006-06-16 Francis Litterio <flitterio@gmail.com>
1749
1750 * xterm.c (x_check_expected_move, handle_one_xevent)
1751 (x_set_offset, x_check_fullscreen): Extensive changes to make
1752 frame positioning deterministic under X.
1753
1754 * xterm.h (x_output): Add members left_before_move and
1755 top_before_move. Removed members expected_left and expected_top.
1756
1757 2006-06-16 Kim F. Storm <storm@cua.dk>
1758
1759 * dispextern.h (struct it): Add union to iterator stack to save
1760 image, composition, and stretch specific paramters.
1761
1762 * xdisp.c (next_overlay_string): Fix assert.
1763 (push_it, pop_it): Handle composition and stretch specific values.
1764 Only handle it->slice in image (for now).
1765 (back_to_previous_visible_line_start): Continue search if newline is
1766 part of a compisition. Simplify.
1767 (reseat_1): Set it->object to buffer.
1768 (set_iterator_to_next): Set it->object to string or buffer, when
1769 setting it->method to GET_FROM_STRING or GET_FROM_BUFFER.
1770 (next_element_from_composition): Set it->object to buffer if not
1771 from string.
1772 (set_cursor_from_row): Only save start of string if not already
1773 done to handle multiple strings in a row.
1774
1775 * .gdbinit (pitx): Show composition parameters.
1776 (pgx, pg): New commands to print a glyph structure.
1777 (pgi, pgn): New commands to print specific/next glyph.
1778 (pgrowx, pgrow): New commands to print all glyphs in a row.
1779
1780 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1781
1782 * macfns.c (Fx_display_mm_height, Fx_display_mm_width)
1783 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Use CGDisplayScreenSize.
1784
1785 * macterm.c (do_app_resume, do_app_suspend): Remove functions.
1786 (mac_tsm_resume, mac_tsm_suspend) [USE_MAC_TSM]: New functions.
1787 (mac_handle_window_event, XTread_socket) [USE_MAC_TSM]: Use them.
1788 (Vmac_ts_script_language_on_focus) [USE_MAC_TSM]: New variable.
1789 (syms_of_macterm) [USE_MAC_TSM]: Defvar it.
1790 (saved_ts_language, saved_ts_component) [USE_MAC_TSM]: New variables.
1791 (mac_initialize_display_info) [MAC_OSX]: Use Quartz Display
1792 Services functions to get size of main display in pixels.
1793
1794 2006-06-14 Chong Yidong <cyd@stupidchicken.com>
1795
1796 * xdisp.c (back_to_previous_visible_line_start):
1797 Reset it->continuation_lines_width.
1798
1799 2006-06-14 Richard Stallman <rms@gnu.org>
1800
1801 * eval.c (Fdefconst): Mark variable as risky.
1802
1803 * callproc.c (Fcall_process): Doc fix.
1804
1805 * window.c (adjust_window_trailing_edge): Don't break out of the loop
1806 because there's no next window, if there are parallel windows.
1807 Do break out when WINDOW is nil.
1808
1809 2006-06-14 Kim F. Storm <storm@cua.dk>
1810
1811 * dispextern.h (IT_STACK_SIZE): New macro specifying size of
1812 iterator stack (instead of hardcoded number). Increase from 2 to
1813 4 to make room for propertized overlay strings before and after a
1814 display string, image or composition.
1815 (struct it): Add image_id and method members to iterator stack.
1816
1817 * xdisp.c (init_from_display_pos): Don't set it->method and
1818 overlay_string_index after pop_it. Add asserts.
1819 (handle_stop): Look for overlay strings around a display string,
1820 image, or composition. Handle properties on those strings.
1821 (next_overlay_string): Don't set string, pos or method after pop_it.
1822 (get_overlay_strings_1): Split from get_overlay_strings; don't
1823 modify it if no overlay strings are found.
1824 (get_overlay_strings): Use get_overlay_strings_1. Always set
1825 it->string and it->method.
1826 (push_it): Push it->image_id and it->method. Push it->object
1827 instead of it->string if method is GET_FROM_IMAGE.
1828 (pop_it): Pop it->image_id and it->method. Ppo it->object
1829 instead of it->string if method is GET_FROM_IMAGE.
1830 Reset it->current.string_pos if popped it->string is nil.
1831 (reseat_1): Remove comment dated 19 May 2003. It expressed doubt
1832 whether a given change was correct; but the change is correct.
1833 Clear it->string_from_display_prop_p.
1834 (set_iterator_to_next): Rely on it->method and it->image_id from
1835 iterator stack, instead of setting them explicitly after pop_it.
1836
1837 * dispnew.c (sit_for): Undo 2006-06-01 change. Instead, a
1838 negative time forces redisplay even when input is available.
1839 (Fsit_for): Doc fix.
1840
1841 2006-06-13 Kim F. Storm <storm@cua.dk>
1842
1843 * dispnew.c: Modify preemptive redisplay to be based on periodic
1844 checks for input.
1845 (PERIODIC_PREEMPTION_CHECKING): Define to 1 iff EMACS_HAS_USECS.
1846 (Vredisplay_preemption_period): New variable.
1847 (syms_of_display): DEFVAR_LISP and initialize it.
1848 (preemption_period, preemption_next_check): New variables.
1849 (update_frame, update_single_window): Initialize them based on
1850 Vredisplay_preemption_period if !force_p.
1851 (update_window, update_frame_1): Use them to determine when to
1852 check for input.
1853
1854 2006-06-03 Aidan Kehoe <kehoea@parhasard.net>
1855
1856 * lread.c (read_escape): Provide a Unicode character escape
1857 syntax; \u followed by exactly four or \U followed by exactly
1858 eight hex digits in a comment or string is read as a Unicode
1859 character with that code point.
1860
1861 2006-06-09 Eli Zaretskii <eliz@gnu.org>
1862
1863 * window.c (window_scroll_pixel_based): Signal "Beginning of
1864 buffer" when scroll-down at the beginning of an empty buffer.
1865
1866 2006-06-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1867
1868 * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
1869 Exclude 0x7f from ASCII range.
1870
1871 2006-06-05 Jason Rumney <jasonr@gnu.org>
1872
1873 * w32term.c (w32_set_scroll_bar_thumb, x_scroll_bar_create)
1874 (w32_set_vertical_scroll_bar, w32_scroll_bar_handle_click)
1875 (x_scroll_bar_report_motion): Remove workarounds for
1876 versions of Windows NT < 3.51.
1877 [!SIF_ALL]: Remove.
1878 (pfnSetScrollInfo, pfnGetScrollInfo): Remove.
1879 (w32_initialize): Don't dynamically load Get/SetScrollInfo.
1880
1881 2006-06-04 David Kastrup <dak@gnu.org>
1882
1883 * dispnew.c: Mention `redisplay-dont-pause' in doc string of
1884 `sit-for'.
1885
1886 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1887
1888 * macfns.c (x_set_icon_name): Apply 2006-06-02 change for xfns.c.
1889
1890 * macgui.h (USE_MAC_TSM): Set default to 1 on Mac OS X.
1891
1892 * macterm.c (tsm_document_id) [USE_MAC_TSM]: New variable.
1893 (Qtext_input, Qupdate_active_input_area, Qunicode_for_key_event)
1894 [USE_MAC_TSM]: Likewise.
1895 (syms_of_macterm) [USE_MAC_TSM]: Intern and staticpro them.
1896 (Qbefore_string) [USE_MAC_TSM]: Add extern.
1897 (do_app_resume, do_app_suspend) [USE_MAC_TSM]: Call
1898 ActivateTSMDocument/DeactivateTSMDocument.
1899 (mac_store_event_ref_as_apple_event): Call mac_post_mouse_moved_event.
1900 (mac_handle_window_event) [USE_MAC_TSM]: Handle
1901 kEventWindowFocusAcquired/kEventWindowFocusRelinquish.
1902 (mac_handle_text_input_event) [USE_MAC_TSM]: New function.
1903 (install_window_handler) [USE_MAC_TSM]: Install it. Register
1904 kEventWindowFocusAcquired/kEventWindowFocusRelinquish.
1905 (keycode_to_xkeysym_table): Add entry for f16.
1906 (XTread_socket) [USE_MAC_TSM]: Set/reset read_socket_inev
1907 before/after passing keystroke event to toolbox dispatcher.
1908 (init_tsm) [USE_MAC_TSM]: New function.
1909 (mac_initialize) [USE_MAC_TSM]: Call it.
1910 (Vmac_ts_active_input_overlay) [USE_MAC_TSM]: New defvar.
1911
1912 * macterm.h (EVENT_PARAM_TEXT_INPUT_SEQUENCE_NUMBER): New enumerator.
1913
1914 2006-06-02 John Paul Wallington <jpw@gnu.org>
1915
1916 * xfns.c (x_set_name_internal): Set icon to `text', derived from
1917 name, when frame's icon_name isn't a string rather than only when
1918 it is nil.
1919
1920 2006-06-03 Eli Zaretskii <eliz@gnu.org>
1921
1922 * w32fns.c (x_set_icon_name): Don't use arg if it's not a string
1923 and not nil.
1924
1925 2006-06-02 Chong Yidong <cyd@stupidchicken.com>
1926
1927 * xfns.c (x_set_icon_name): No-op if arg is non-nil and not a
1928 string.
1929
1930 2006-06-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1931
1932 * xdisp.c (next_element_from_composition): Set it->object to
1933 it->string if composition is coming from string.
1934 (set_cursor_from_row): Don't return 0 unless row displays a
1935 continued line.
1936 (dump_glyph): Dump composite glyph.
1937
1938 2006-06-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1939
1940 * gtkutil.c (menu_nav_ended): Check that menubar_widget is not NULL.
1941
1942 2006-06-01 Richard Stallman <rms@gnu.org>
1943
1944 * window.c (Fsplit_window): Doc fix.
1945
1946 2006-06-01 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1947
1948 * process.c (deleted_pid_list): New variable to store the pids
1949 of deleted processes. Declare it only if SIGCHLD is defined.
1950 (init_process): Initialize it.
1951 (syms_of_process): Staticpro it.
1952 (Fdelete_process): Add pid of the deleted process to it. Check after
1953 the addition and before the kill if the process is already stopped,
1954 in which case it is deleted from the list and not killed.
1955 (sigchld_handler): Define it only if SIGCHLD is. Search the process
1956 that signaled Emacs in `deleted_pid_list' before `Vprocess_alist'.
1957 Original idea by Stefan Monnier.
1958
1959 2006-06-01 Kim F. Storm <storm@cua.dk>
1960
1961 * dispnew.c (sit_for): Perform redisplay even if input is pending
1962 when redisplay-dont-pause is non-nil.
1963
1964 2006-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1965
1966 * macterm.c (mac_handle_visibility_change): Set buf.arg to Qnil.
1967 (XTread_socket): Remove obsolete comment.
1968
1969 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1970
1971 * xmenu.c (syms_of_xmenu): Make accelerate-menu an alias for
1972 menu-bar-open.
1973
1974 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1975
1976 * xmenu.c (Fmenu_bar_open, syms_of_xmenu): Change menu-bar-start to
1977 menu-bar-open.
1978
1979 * gtkutil.c (menu_nav_ended): Change x-menu-bar-start to menu-bar-open.
1980
1981 2006-05-31 Juri Linkov <juri@jurta.org>
1982
1983 * minibuf.c (Vhistory_add_new_input): New variable.
1984 (read_minibuf): Use it.
1985 (syms_of_minibuf) <history-add-new-input>: New Lisp variable.
1986 (syms_of_minibuf) <history-delete-duplicates>: Doc fix.
1987
1988 2006-05-31 Kim F. Storm <storm@cua.dk>
1989
1990 * process.c (select_wrapper): Add wrapper around select to work around
1991 "incomplete backtrace" bug in gdb 5.3, when emacs is stopped inside
1992 select called from wait_reading_process_output.
1993
1994 2006-05-30 Andreas Schwab <schwab@suse.de>
1995
1996 * xmenu.c (Fmenu_bar_start): Return a value.
1997
1998 2006-05-30 Richard Stallman <rms@gnu.org>
1999
2000 * coding.c (Ffind_operation_coding_system): Doc fix.
2001
2002 2006-05-30 Eli Zaretskii <eliz@gnu.org>
2003
2004 * w32term.c (x_draw_hollow_cursor): Fix last change.
2005
2006 2006-05-29 Kim F. Storm <storm@cua.dk>
2007
2008 * w32term.c (x_draw_stretch_glyph_string): Fix last change.
2009
2010 2006-05-29 Eli Zaretskii <eliz@gnu.org>
2011
2012 * coding.c (Ffind_operation_coding_system): Doc fix.
2013
2014 2006-05-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2015
2016 * macfns.c [USE_MAC_FONT_PANEL] (Fmac_set_font_panel_visibility):
2017 Call mac_set_font_info_for_selection if font panel is made visible.
2018
2019 * macterm.c (font_panel_shown_p) [USE_MAC_FONT_PANEL]: New variable.
2020 (mac_font_panel_visible_p, mac_show_hide_font_panel)
2021 [USE_MAC_FONT_PANEL]: New functions.
2022 [USE_MAC_FONT_PANEL] (mac_set_font_info_for_selection): Return
2023 immediately if font panel is not visible.
2024
2025 * macterm.h (mac_font_panel_visible_p, mac_show_hide_font_panel):
2026 Add externs.
2027
2028 2006-05-29 Dan Nicolaescu <dann@ics.uci.edu>
2029
2030 * search.c (matcher_overflow): Mark as NO_RETURN.
2031
2032 * xterm.c (x_connection_closed): Likewise.
2033
2034 * sysdep.c (croak): Likewise.
2035
2036 * sound.c (sound_perror, alsa_sound_perror): Likewise.
2037
2038 * lisp.h (die, nsberror): Likewise.
2039
2040 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2041
2042 * sound.c (alsa_open, alsa_configure, alsa_write): Move
2043 assignment to err out of if-statement.
2044
2045 * gtkutil.c (menu_nav_ended): New function.
2046 (create_menus): Connect menu_nav_ended to "selection-done" to fix
2047 grabs.
2048
2049 * xmenu.c (Fmenu_bar_start): New function for USE_GTK and USE_X_TOOLKIT.
2050
2051 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
2052
2053 * charset.h (invalid_character): Mark as NO_RETURN.
2054
2055 2006-05-29 Kenichi Handa <handa@m17n.org>
2056
2057 * coding.c (Ffind_operation_coding_system): Call a function by
2058 safe_call1 instead of call1.
2059
2060 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
2061
2062 * window.c (struct saved_window): Add `dedicated'.
2063 (Fset_window_configuration, save_window_save): Save/restore the
2064 `dedicated' flag.
2065
2066 2006-05-28 Kim F. Storm <storm@cua.dk>
2067
2068 * xdisp.c (set_cursor_from_row): If cursor cannot be set in row,
2069 don't update w->cursor and return 0. Return 1 on success.
2070 (try_cursor_movement): Repeat set_cursor_from_row on successive rows
2071 until it succeeds.
2072
2073 * dispextern.h (set_cursor_from_row): Update prototype.
2074
2075 2006-05-28 Kim F. Storm <storm@cua.dk>
2076
2077 * xdisp.c (get_phys_cursor_geometry): Return computed x and y through
2078 parameters. Adjust x and width in case cursor in on a partially
2079 visible stretch glyph on the left edge.
2080 (erase_phys_cursor): Don't erase into left fringe/margin in case
2081 previous cursor glyph is a partially visible stretch glyph on left.
2082
2083 * dispextern.h (get_phys_cursor_geometry): Update prototype.
2084
2085 * xterm.c (x_draw_stretch_glyph_string): Fix problems with invisible
2086 cursor and erasing cursor on partially visible stretch glyph on left.
2087 (x_draw_hollow_cursor): Compute x via get_phys_cursor_geometry.
2088
2089 * macterm.c: Likewise.
2090
2091 * w32term.c: Likewise.
2092
2093 2006-05-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2094
2095 * macselect.c (mac_handle_apple_event):
2096 Return errAEEventNotHandled if key binding is not found.
2097
2098 2006-05-26 Eli Zaretskii <eliz@gnu.org>
2099
2100 * emacs.c (main) [PROFILING]: Enable also for __MINGW32__.
2101 [__MINGW32__]: MinGW-specific declaration of `etext'.
2102
2103 * w32heap.c (etext, edata): Remove unused definitions.
2104
2105 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
2106
2107 * fileio.c (Fcopy_file): Delete argument MUSTBENEW.
2108 Incorporate the exclusive file-opening functionality into the behavior
2109 when OK-IF-ALREADY-EXISTS is nil.
2110 (Frename_file): Call Fcopy_file without MUSTBENEW argument.
2111
2112 2006-05-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2113
2114 * sound.c (alsa_configure): Move get period/buffer_size after
2115 setting hwparams.
2116
2117 2006-05-26 Kenichi Handa <handa@m17n.org>
2118
2119 * coding.c (Ffind_operation_coding_system): Allow (FILENAME
2120 . BUFFER) in TARGET.
2121
2122 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
2123
2124 * image.c (png_load): Don't call fclose on NULL.
2125
2126 2006-05-25 Luc Teirlinck <teirllm@auburn.edu>
2127
2128 * fns.c (Fyes_or_no_p):
2129 * callint.c (Fcall_interactively): Fread_from_minibuffer now takes
2130 only seven args.
2131
2132 2006-05-25 Juri Linkov <juri@jurta.org>
2133
2134 * lisp.h (Fread_from_minibuffer): Decrement number of args.
2135
2136 * minibuf.c (read_minibuf): Remove arg KEEP_ALL. Callers changed.
2137 (Fread_from_minibuffer): Remove arg KEEP_ALL. Callers changed.
2138
2139 * buffer.c (mode-line-format): Fix docstring.
2140
2141 2006-05-25 Richard Stallman <rms@gnu.org>
2142
2143 * emacs.c (main, Fdump_emacs): Don't test __linux or __linux__.
2144
2145 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
2146
2147 * puresize.h (BASE_PURESIZE): Increase to 1210000.
2148
2149 2006-05-24 Alan Mackenzie <acm@muc.de>
2150
2151 * lread.c (Vload_history): Enhance doc-string to say that the file
2152 is the absolute truename of the loaded file.
2153
2154 * lread.c (Vafter_load_alist): doc-string: state that an element
2155 now has a regexp to match file names, not a file name as such.
2156
2157 * lread.c (readevalloop): Call file-truename on the name for
2158 load-history, except at preloading time.
2159
2160 * lread.c (Fload): At preloading time, preserve the extension of
2161 the filename which goes into load-history. New var hist_file_name.
2162
2163 * lread.c (Fload): Do eval-after-load stuff by calling the lisp
2164 function do-after-load-evaluation.
2165
2166 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2167
2168 * mac.c (ae_attr_table): New variable.
2169 (syms_of_mac): Intern and staticpro its elements.
2170 (mac_aelist_to_lisp): Also convert Apple event attributes.
2171 (mac_ae_put_lisp): New function.
2172 (create_apple_event_from_event_ref) [MAC_OSX]: Use typeUTF8Text.
2173
2174 * macfns.c (Fx_server_version): Use gestaltSystemVersionMajor etc.
2175
2176 * macselect.c (Qemacs_suspension_id): New variable.
2177 (syms_of_macselect): Intern and staticpro it.
2178 (struct suspended_ae_info): New struct.
2179 (deferred_apple_events, defer_apple_events)
2180 (Fmac_process_deferred_apple_events): Use it.
2181 (suspended_apple_events): New variable.
2182 (mac_handle_apple_event_1): New function.
2183 (mac_handle_apple_event): Use it. Don't process previously
2184 suspended events.
2185 (cleanup_suspended_apple_events, get_suspension_id)
2186 (cleanup_all_suspended_apple_events): New functions.
2187 (init_apple_event_handler): Call cleanup_all_suspended_apple_events
2188 at exit.
2189 (Fmac_cleanup_expired_apple_events, Fmac_ae_set_reply_parameter)
2190 (Fmac_resume_apple_event): New defuns.
2191 (syms_of_macselect): Defsubr them.
2192
2193 * macterm.c (fn_keycode_to_keycode_table, XTread_socket) [MAC_OSX]:
2194 Fix last change. Don't map `fn' modifier if pressed with F1 ... F12.
2195
2196 * macterm.h (TYPE_FILE_NAME): Change from macro to enumerator.
2197 (KEY_EMACS_SUSPENSION_ID_ATTR): New enumerator.
2198 (keyReplyRequestedAttr) [MAC_OS_X_VERSION_MAX_ALLOWED < 1030]: Likewise.
2199 (gestaltSystemVersionMajor, gestaltSystemVersionMinor)
2200 (gestaltSystemVersionBugFix) [MAC_OS_X_VERSION_MAX_ALLOWED < 1040]:
2201 Likewise.
2202 (typeUTF8Text, kEventParamWindowMouseLocation)
2203 [MAC_OSX && MAC_OS_X_VERSION_MAX_ALLOWED < 1020]: Likewise.
2204 (x_get_focus_frame, mac_ae_put_lisp): Add externs.
2205
2206 2006-05-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2207
2208 * macterm.c (fn_keycode_to_xkeysym_table, convert_fn_keycode): Remove.
2209 (fn_keycode_to_keycode_table) [MAC_OSX]: New variable.
2210 (mac_set_unicode_keystroke_event) [TARGET_API_MAC_CARBON]: New function.
2211 (XTread_socket) [TARGET_API_MAC_CARBON]: Use it.
2212 (XTread_socket) [MAC_OSX]: Try 'uchr' Unicode keyboard-layout
2213 resource to backtranslate key with modifiers.
2214 (XTread_socket): Don't set read_socket_inev around AEProcessAppleEvent.
2215
2216 2006-05-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2217
2218 * xterm.c: Remove declarations already in xterm.h
2219
2220 * xterm.h: Add extern declarations for x_clear_errors,
2221 x_fully_uncatch_errors, x_catching_errors and
2222 x_alloc_lighter_color_for_widget. Remove duplicated declarations.
2223
2224 2006-05-21 Richard Stallman <rms@gnu.org>
2225
2226 * xfaces.c (best_matching_font): Abort for best == NULL
2227 before we start to use it.
2228
2229 * buffer.c (syms_of_buffer, Fmake_overlay): Doc fixes.
2230
2231 2006-05-20 Kim F. Storm <storm@cua.dk>
2232
2233 * xfaces.c (best_matching_font): Fix crash in 2006-05-17 change.
2234
2235 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2236
2237 * macterm.c (convert_fn_keycode): Fix last change.
2238
2239 2006-05-19 Eli Zaretskii <eliz@gnu.org>
2240
2241 * w32.c (init_environment): Perform the processing of environment
2242 variables on a copy of default variables and their values, not on
2243 the original. Simplify code that calls ExpandEnvironmentStrings
2244 and make buf1[] and buf2[] more visible for easier debugging.
2245
2246 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2247
2248 * frame.c (x_set_border_width): Remove #ifndef MAC_OS.
2249
2250 * image.c [MAC_OS] (gif_load): Allocate Lisp string first.
2251
2252 * macfns.c (Fx_focus_frame): Don't check dpyinfo->x_focus_frame.
2253
2254 * macterm.c (XTread_socket) [TARGET_API_MAC_CARBON && MAC_OSX]:
2255 Forward keyUp events to toolbox_dispatcher.
2256
2257 * window.c (foreach_window): Check WINDOWP (FRAME_ROOT_WINDOW (f)).
2258
2259 2006-05-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2260
2261 * config.in: Regenerated (HAVE_ALSA).
2262
2263 * sound.c (alsa_sound_perror, alsa_open, alsa_period_size)
2264 (alsa_configure, alsa_close, alsa_choose_format, alsa_write)
2265 (snd_error_quiet, alsa_init): New functions.
2266 (vox_init): Return 0 if unable to open device.
2267 (Fplay_sound_internal): Test for alsa first and use vox (oss) as
2268 a fallback.
2269 (struct sound_device): Add period_size.
2270 (wav_play, au_play): Use period_size if set.
2271
2272 * Makefile.in (CFLAGS_SOUND): New flags for ALSA
2273 (ALL_CFLAGS): Add CFLAGS_SOUND
2274
2275 2006-05-18 Kenichi Handa <handa@m17n.org>
2276
2277 * callproc.c (Fcall_process): Reject encoding arguments by
2278 ascii-incompatible coding systems (e.g. utf-16).
2279
2280 * coding.c (Qascii_incompatible): New variable.
2281 (syms_of_coding): Setup Qascii_incompatible.
2282 (setup_coding_system): Be sure to initialize coding->common_flags.
2283 Check `ascii-incompatible' property of the coding system.
2284
2285 * coding.h (CODING_ASCII_INCOMPATIBLE_MASK): New macro.
2286
2287 2006-05-18 Kim F. Storm <storm@cua.dk>
2288
2289 * xdisp.c (display_tool_bar_line): Restore entire tool-bar
2290 geometry when backtracking in case last image doesn't fit on line.
2291
2292 2006-05-18 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
2293
2294 * xdisp.c (display_tool_bar_line): Don't adjust tool-bar height by
2295 more than height of one frame default line.
2296
2297 2006-05-17 Richard Stallman <rms@gnu.org>
2298
2299 * xfaces.c (better_font_p): Any font beats no font.
2300 (best_matching_font): Simplify based on above change.
2301
2302 * buffer.c (Fprevious_overlay_change, Fnext_overlay_change): Doc fixes.
2303
2304 2006-05-16 Kim F. Storm <storm@cua.dk>
2305
2306 * xterm.c (handle_one_xevent): Check that f is not NULL before
2307 calling x_kill_gs_process.
2308
2309 2006-05-14 Richard Stallman <rms@gnu.org>
2310
2311 * textprop.c (Fnext_single_char_property_change)
2312 (Fprevious_single_char_property_change): Don't allow returning
2313 value beyond LIMIT in any cases.
2314 (Fnext_char_property_change, Fprevious_char_property_change): Doc fix.
2315
2316 * intervals.c (get_local_map): Abort if POSITION outside BEGV, ZV.
2317
2318 2006-05-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2319
2320 * xterm.c (handle_one_xevent): Check that f is not NULL before
2321 calling _XEditResCheckMessages.
2322
2323 2006-05-14 Kim F. Storm <storm@cua.dk>
2324
2325 * xterm.c (handle_one_xevent): Fix crash in 2006-03-24 change.
2326
2327 2006-05-13 Eli Zaretskii <eliz@gnu.org>
2328
2329 * frame.c (x_set_border_width): Fix error message to say "frame",
2330 not "window".
2331
2332 * Makefile.in (SOME_MACHINE_LISP): Add fringe.elc.
2333
2334 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
2335
2336 * intervals.c (set_point_both): Fix mixup before before and after
2337 in variable names.
2338
2339 * editfns.c (Fline_beginning_position): Inhibit point-motion hooks
2340 while setting point temporarily.
2341
2342 2006-05-11 Richard Stallman <rms@gnu.org>
2343
2344 * lread.c (readevalloop): Abort if START non-nil for non-buffer input.
2345
2346 2006-05-11 Kim F. Storm <storm@cua.dk>
2347
2348 * xdisp.c (redisplay_tool_bar): Handle large tool-bar-border values.
2349
2350 2006-05-11 Kenichi Handa <handa@m17n.org>
2351
2352 * fileio.c (Finsert_file_contents): Fix for the case of IO error
2353 while handling replace operation.
2354
2355 2006-05-10 Kenichi Handa <handa@m17n.org>
2356
2357 * xfaces.c (realize_default_face) [HAVE_X_WINDOWS]: If the font
2358 chosen for the default face was different from the frame font,
2359 adjust the frame font.
2360
2361 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2362
2363 * image.c (Qduration) [MAC_OS]: Undo previous change.
2364 (syms_of_image) [MAC_OS]: Likewise.
2365 [MAC_OS] (gif_load): Emulate Graphic Control Extension block.
2366
2367 * macfns.c (x_to_mac_color): Fix shift amount change.
2368 (mac_set_font) [USE_MAC_FONT_PANEL]: Use x_get_focus_frame.
2369 [USE_MAC_FONT_PANEL] (Fmac_set_font_panel_visibility): Doc fix.
2370
2371 * macselect.c (Vmac_service_selection) [MAC_OSX]: Rename from
2372 Vmac_services_selection. All uses changed.
2373 (mac_store_service_event): Rename from mac_store_services_event in
2374 extern and calls.
2375
2376 * macterm.c (Qservice) [MAC_OSX]: Rename from Qservices. All uses
2377 changed.
2378 [MAC_OSX] (mac_store_service_event): Rename from
2379 mac_store_services_event. All callers changed.
2380 [USE_MAC_FONT_PANEL] (mac_set_font_info_for_selection): Add args
2381 FACE_ID and C. All callers changed.
2382 (x_free_frame_resources) [USE_MAC_FONT_PANEL]: Call
2383 mac_set_font_info_for_selection when focus frame is destroyed.
2384 (XTread_socket): Revert to FrontNonFloatingWindow/FrontWindow.
2385
2386 * macterm.h (mac_set_font_info_for_selection): Add 2nd and 3rd
2387 args in extern.
2388
2389 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
2390
2391 * keymap.c (describe_map): Avoid generating duplicate entries if
2392 the shadowed binding has the same definition.
2393
2394 2006-05-09 Kenichi Handa <handa@m17n.org>
2395
2396 * keymap.c (push_key_description): Handle invalid character key.
2397
2398 2006-05-08 Kenichi Handa <handa@m17n.org>
2399
2400 * callproc.c (Fcall_process): Use system_eol_type for encoding
2401 arguments if eol_type is not yet decided.
2402
2403 * coding.h (system_eol_type): Extern it.
2404
2405 * coding.c (setup_coding_system): For invalid coding-system, set
2406 coding->eol_type to CODING_EOL_UNDECIDED.
2407 (encode_coding): Cancel previous change.
2408 (shrink_encoding_region): Likewise.
2409 (code_convert_region1): Likewise.
2410 (code_convert_string1): Likewise.
2411 (code_convert_string_norecord): Likewise.
2412
2413 * fileio.c (choose_write_coding_system): Use system_eol_type for
2414 encoding if eol_type is not yet decided.
2415
2416 * process.c (setup_process_coding_systems): Use system_eol_type
2417 for encoding if eol_type is not yet decided.
2418 (read_process_output): Likewise.
2419 (send_process): Likewise.
2420
2421 2006-05-07 Juanma Barranquero <lekktu@gmail.com>
2422
2423 * minibuf.c (syms_of_minibuf) <history-length>: Fix typo in doc.
2424
2425 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2426
2427 * mac.c (Fmac_clear_font_name_table): Move defun to macfns.c.
2428 (syms_of_mac): Likewise for defsubr.
2429
2430 * macfns.c (mac_set_font): New function.
2431 (mac_frame_parm_handlers, syms_of_macfns): Replace x_set_font with it.
2432 (mac_window) [TARGET_API_MAC_CARBON && MAC_OSX]: Specify
2433 kWindowToolbarButtonAttribute when creating window.
2434 (Fmac_clear_font_name_table): Move from macfns.c.
2435 (syms_of_macfns): Likewise for defsubr.
2436 [USE_MAC_FONT_PANEL] (Fmac_set_font_panel_visibility): New defun.
2437 (syms_of_macfns) [USE_MAC_FONT_PANEL]: Defsubr it.
2438
2439 * macgui.h (USE_MAC_FONT_PANEL): Define to 1 if USE_ATSUI is set
2440 and build is done on Mac OS X 10.2 and later.
2441
2442 * macselect.c (mac_do_receive_drag): Remove unused variable `index'.
2443 (mac_store_services_event): Change return type in extern.
2444
2445 * macterm.c (XLoadQueryFont) [USE_ATSUI]: Set font->mac_fontnum to
2446 FMFontFamily value.
2447 [USE_MAC_FONT_PANEL] (mac_set_font_info_for_selection): New function.
2448 (x_new_focus_frame) [USE_MAC_FONT_PANEL]: Use it.
2449 (QCfamily, QCweight, QCslant, Qnormal, Qbold, Qitalic): Add extern.
2450 (QWindow) [MAC_OSX]: Likewise.
2451 (Qfont) [USE_MAC_FONT_PANEL]: Likewise.
2452 (Vmac_atsu_font_table) [USE_ATSUI]: New variable.
2453 (syms_of_macterm) [USE_ATSUI]: Defvar it.
2454 (Qtoolbar_switch_mode) [MAC_OSX]: New variable.
2455 (Qpanel_closed, Qselection) [USE_MAC_FONT_PANEL]: Likewise.
2456 (syms_of_macterm): Intern and staticpro them.
2457 (init_font_name_table) [USE_ATSUI]: Add data to Vmac_atsu_font_table.
2458 [TARGET_API_MAC_CARBON] (mac_store_event_ref_as_apple_event): New
2459 function.
2460 [USE_CARBON_EVENTS] (mac_handle_command_event): Use it.
2461 [MAC_OSX] (mac_store_services_event): Likewise.
2462 [USE_CARBON_EVENTS] (mac_handle_window_event) [MAC_OSX]: Handle
2463 kEventWindowToolbarSwitchMode event.
2464 (install_window_handler) [USE_CARBON_EVENTS && MAC_OSX]: Register it.
2465 [MAC_OSX] (mac_store_services_event): Change return type to OSStatus.
2466 [USE_MAC_FONT_PANEL] (mac_handle_font_event): New function.
2467 (install_window_handler) [USE_MAC_FONT_PANEL]: Install it.
2468 (XTread_socket): Select window on mouse click if x_focus_frame is NULL.
2469
2470 * macterm.h (mac_set_font_info_for_selection): Add extern.
2471
2472 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2473
2474 * image.c (Qduration) [MAC_OS]: New variable.
2475 (syms_of_image) [MAC_OS]: Intern and staticpro it.
2476 [MAC_OS] (gif_load): Save image extension data in img->data.lisp_val.
2477 [MAC_OSX] (image_load_quartz2d): Use cfstring_create_with_utf8_cstring
2478 instead of cfstring_create_with_string.
2479
2480 2006-05-06 Kim F. Storm <storm@cua.dk>
2481
2482 * .gdbinit (xframe): Print frame name.
2483 (xlist): New command to print a list (max 10 elements).
2484 (xpr): Print lisp object of any type.
2485 (pitx): Print it->pixel_width.
2486
2487 2006-05-05 Kenichi Handa <handa@m17n.org>
2488
2489 * xdisp.c (handle_composition_prop): Fix for the case of empty
2490 composition component.
2491
2492 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2493
2494 * keyboard.c (make_lispy_event) [MAC_OS]: Get Apple event info
2495 from event->arg.
2496
2497 * termhooks.h (enum event_kind) [MAC_OS]: Update comment for
2498 MAC_APPLE_EVENT.
2499
2500 * macterm.h (mac_make_lispy_event_code): Remove extern.
2501 (mac_post_mouse_moved_event): Add extern.
2502 (mac_aelist_to_lisp, mac_aedesc_to_lisp): Change arg 1 to
2503 `const AEDesc *' in externs.
2504 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]: New extern.
2505
2506 * mac.c (mac_aelist_to_lisp, mac_aedesc_to_lisp): Change arg 1 to
2507 `const AEDesc *'.
2508 [TARGET_API_MAC_CARBON] (create_apple_event): New function.
2509 [TARGET_API_MAC_CARBON] (create_apple_event_from_event_ref): Use it.
2510 Use xrealloc instead of repeated xmalloc/xfree.
2511 [TARGET_API_MAC_CARBON] (create_apple_event_from_drag_ref): New
2512 function.
2513
2514 * macmenu.c (restore_menu_items, cleanup_popup_menu): Return a value.
2515
2516 * macselect.c: Update copyright year.
2517 (mac_store_apple_event): Change return type to void in extern.
2518 (mac_handle_apple_event): Don't get return value from
2519 mac_store_apple_event.
2520 [TARGET_API_MAC_CARBON] (Vmac_dnd_known_types): New variable.
2521 (syms_of_macselect) [TARGET_API_MAC_CARBON]: Defvar it.
2522 [TARGET_API_MAC_CARBON] (mac_do_track_drag): Move function from
2523 macterm.c. Use Vmac_dnd_known_types as acceptable flavors.
2524 [TARGET_API_MAC_CARBON] (mac_do_receive_drag): Likewise. New
2525 implementation using create_apple_event_from_drag_ref.
2526 [TARGET_API_MAC_CARBON] (mac_do_track_dragUPP)
2527 (mac_do_receive_dragUPP): Move variables from macterm.c.
2528 (install_drag_handler, remove_drag_handler): New functions.
2529
2530 * macterm.c (XTread_socket) [TARGET_API_MAC_CARBON]: Try window
2531 path select also for proxy icon click.
2532 [TARGET_API_MAC_CARBON] (mac_post_mouse_moved_event): New function.
2533 [USE_TOOLKIT_SCROLL_BARS] (scroll_bar_timer_callback): Use it.
2534 (xlfdpat_create): Remove unused label `error' and trailing sentences.
2535 (mac_do_track_drag, mac_do_receive_drag): Move functions to macselect.c.
2536 (mac_do_track_dragUPP, mac_do_receive_dragUPP): Move variables to
2537 macselect.c.
2538 (install_drag_handler, remove_drag_handler): Add extern.
2539 (mac_store_apple_event): Change return type to void. All uses changed.
2540 Create Lisp object from Apple event and store it into input event.
2541 (mac_make_lispy_event_code): Remove function.
2542 [TARGET_API_MAC_CARBON] (mac_store_drag_event): New function.
2543 (install_window_handler): Call install_drag_handler.
2544 (remove_window_handler): Call remove_drag_handler.
2545
2546 2006-05-03 Richard Stallman <rms@gnu.org>
2547
2548 * sound.c (Fplay_sound_internal): Dynamically allocate
2549 current_sound_device and current_sound.
2550 (sound_cleanup): Free them.
2551
2552 * minibuf.c (read_minibuf): Don't use read_minibuf_noninteractive
2553 when inside a keyboard macro.
2554
2555 2006-05-02 Andreas Schwab <schwab@suse.de>
2556
2557 * xmenu.c (restore_menu_items): Return a value.
2558
2559 2006-05-01 Martin Rudalics <rudalics@gmx.at>
2560
2561 * syntax.c (Fforward_comment): Detect generic comment at beginning of
2562 buffer when moving backwards.
2563
2564 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2565
2566 * dispnew.c (update_window): Don't set changed_p when mode/header
2567 line is updated.
2568
2569 * xdisp.c (prepare_menu_bars) [MAC_OS]: Call mac_update_title_bar.
2570 (get_glyph_face_and_encoding, get_char_face_and_encoding):
2571 Don't distinguish known faces from others.
2572
2573 * mac.c (mac_coerce_file_name_ptr): Try typeFSRef if coercion
2574 through typeFileURL failed.
2575
2576 * macfns.c (mac_update_title_bar): New function.
2577 [TARGET_API_MAC_CARBON] (mac_update_proxy_icon): New function.
2578 (show_hourglass, hide_hourglass) [USE_CG_DRAWING]:
2579 Call mac_prepare_for_quickdraw.
2580
2581 * macgui.h (USE_ATSUI): Set default to 1 if MAC_OSX is defined.
2582 (USE_CG_DRAWING): Don't define if compiled on Mac OS X 10.1.
2583 (enum pcm_status): New enum.
2584 (XCHARSTRUCTROW_CHAR_VALID_P, XCHARSTRUCTROW_SET_CHAR_VALID)
2585 (XCharStructRow): Remove. Now validity is represented by
2586 non-negativeness of sum of ascent and descent.
2587 (struct MacFontStruct): Change type of member `rows'.
2588 (struct _XGC) [USE_CG_DRAWING]: Add member `clip_rects'.
2589
2590 * macterm.c (mac_draw_line, mac_draw_line_to_pixmap):
2591 Adjust endpoints of strictly horizontal/vertical lines.
2592 (mac_set_clip_rectangles) [USE_CG_DRAWING]: Set clip_rects.
2593 (pcm_init, pcm_get_status): New functions.
2594 (x_per_char_metric, XLoadQueryFont): Use them instead of
2595 XCharStructRow and related macros.
2596 (x_draw_relief_rect): Don't adjust arguments of mac_draw_line.
2597 (x_free_frame_resources) [TARGET_API_MAC_CARBON]: Free FRAME_FILE_NAME.
2598 (XTread_socket) [TARGET_API_MAC_CARBON]: Handle proxy icon drag
2599 and window path pop-up menu on title bar.
2600 (mac_use_core_graphics) [USE_CG_DRAWING]: Set default to 1.
2601
2602 * macterm.h (mac_update_title_bar): Add extern.
2603 (struct mac_output) [TARGET_API_MAC_CARBON]: New member `file_name'.
2604 (FRAME_FILE_NAME): New macro.
2605
2606 * unexmacosx.c (unexec): Error if trying unexec from dumped executable.
2607
2608 2006-04-30 Richard Stallman <rms@gnu.org>
2609
2610 * keymap.c (Fdefine_key): Improve error message
2611 when KEY begins with a non-prefix key.
2612
2613 2006-04-30 Martin Rudalics <rudalics@gmx.at>
2614
2615 * syntax.c (Fforward_comment): Don't forget to break out of the loop
2616 when we skipped backward over a generic comment.
2617
2618 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
2619
2620 * .gdbinit (pp1, pv1): Only print value as expression is now
2621 printed out by gud-print.
2622 (pv1): Correct doc string.
2623
2624 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2625
2626 * keymap.c (store_in_keymap): Change `def' arg to not be `register'.
2627 Seems to trigger a bug in gcc-amd64 4.0.2 20051125 (Red Hat 4.0.2-8):
2628 keymap.c:895: error: address of register variable `def' requested.
2629
2630 2006-04-26 Jason Rumney <jasonr@gnu.org>
2631
2632 * w32term.c (construct_mouse_wheel): Handle negative coordinates.
2633
2634 * w32fns.c (w32_wnd_proc) <WM_LBUTTONDOWN, WM_RBUTTONDOWN>:
2635 <WM_LBUTTONUP, WM_RBUTTONUP>: Call signal_user_input in the cases
2636 where we preempt mouse_button_timer.
2637
2638 2006-04-25 Miles Bader <miles@gnu.org>
2639
2640 * editfns.c (Ffield_beginning, find_field): Undo change of 2006-04-23.
2641
2642 2006-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
2643
2644 * process.h: Include headers for pid_t.
2645
2646 2006-04-24 Kim F. Storm <storm@cua.dk>
2647
2648 * xdisp.c (fill_stretch_glyph_string): Set s->nchars = 1 for code which
2649 does last_glyph=s->first_glyph+s->nchars-1, e.g. if stretch has relief.
2650 (produce_stretch_glyph): Assume that face box height and width is
2651 already included in stretch glyph size so caller doesn't have to
2652 consider the extra space otherwise added (fixes problem in ses.el).
2653
2654 * frame.c (x_set_font): Clear f->n_tool_bar_rows and current frame
2655 matrices to force recalculation of tool-bar height after font change.
2656
2657 * xdisp.c (tool_bar_lines_needed): New local `temp_row' for clarity.
2658 Clear it when done, so we don't accidentally draw a second copy of
2659 the tool-bar after resetting f->n_tool_bar_rows.
2660 (redisplay_tool_bar): Update tool-bar-lines frame parameter whenever
2661 we recalculate f->n_tool_bar_rows.
2662
2663 2006-04-23 Lars Hansen <larsh@soem.dk>
2664
2665 * editfns.c (find_field): Fix comment.
2666 (Ffield_beginning): Fix bug when POS is at field beginning.
2667
2668 2006-04-22 Eli Zaretskii <eliz@gnu.org>
2669
2670 * puresize.h (BASE_PURESIZE): Increase to 1205000.
2671
2672 2006-04-21 Kim F. Storm <storm@cua.dk>
2673
2674 * xdisp.c (redisplay_window): Fix last change. Don't recenter if
2675 window start is at BEGV.
2676
2677 * dispextern.h (struct image): New member `corners'.
2678 (TOP_CORNER, LEFT_CORNER, BOT_CORNER, RIGHT_CORNER): New macros.
2679
2680 * image.c (four_corners_best): New arg CORNERS specifies what pixels
2681 to look at in case image has margin.
2682 (x_create_bitmap_mask): Pass NULL for CORNERS to four_corners_best.
2683 (image_background, image_background_transparent)
2684 (x_build_heuristic_mask): Pass img->corners to four_corners_best.
2685 (gif_load): Set img->corners according to image's margin spec.
2686 Use img->corners values directly where applicable.
2687 Save image extension data in img->data.lisp_val.
2688 (gif_clear_image): New function to free img->data.lisp_val.
2689 (gif_type): Use it instead of generic x_clear_image.
2690 (Fimage_extension_data): New defun.
2691 (syms_of_image): Defsubr it.
2692
2693 2006-04-21 John Sullivan <john@wjsullivan.net> (tiny change)
2694
2695 * window.c (Fdisplay_buffer): Doc fix.
2696
2697 2006-04-21 Eli Zaretskii <eliz@gnu.org>
2698
2699 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Increase to 25000.
2700
2701 2006-04-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2702
2703 * image.c [MAC_OS] (xpm_load_image): Fill in background field
2704 while we have ximg handy.
2705
2706 * macmenu.c (restore_menu_items, save_menu_items): New functions
2707 from xmenu.c.
2708 (set_frame_menubar, digest_single_submenu): Apply 2006-04-18
2709 changes for xmenu.c.
2710
2711 * macterm.c (x_per_char_metric): Return NULL if glyph width is 0.
2712 (add_mac_font_name): New function.
2713 (init_font_name_table): Use it. Adopt the first found font from
2714 those having the same family name.
2715
2716 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
2717
2718 * xdisp.c (note_mouse_highlight): Use build_string.
2719
2720 2006-04-20 Lars Hansen <larsh@soem.dk>
2721
2722 * textprop.c (Fremove_list_of_text_properties):
2723 Ensure modify_region is called only when buffer is modified and that
2724 signal_after_change is allways called in that case.
2725
2726 * print.c (PRINTFINISH): Call signal_after_change.
2727
2728 2006-04-20 Kim F. Storm <storm@cua.dk>
2729
2730 * xdisp.c (redisplay_window): Fix last change.
2731
2732 * xdisp.c (redisplay_window): If current window start is not at the
2733 beginning of a line, select a new window start if buffer is modified
2734 and window start is in the modified region, but the first change is
2735 before window start.
2736
2737 2006-04-18 Richard Stallman <rms@gnu.org>
2738
2739 * xmenu.c (restore_menu_items, save_menu_items): New fns.
2740 (set_frame_menubar): Use save_menu_items. Save updated vector in
2741 the frame before unwinding it. Don't use unuse_menu_items.
2742 Don't use discard_menu_items.
2743 (digest_single_submenu): Abort if an item is not in a pane.
2744 (init_menu_items): Put the error check at the top.
2745
2746 * keymap.c (describe_map): Make "shadowed" warning more verbose.
2747
2748 * window.c (adjust_window_trailing_edge): Correctly distinguish
2749 series vs parallel cases, even when window has no parent.
2750
2751 * abbrev.c (record_symbol): New function.
2752 (Finsert_abbrev_table_description): Sort the abbrevs alphabetically.
2753
2754 2006-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2755
2756 * image.c (x_create_bitmap_from_data) [MAC_OS]: Don't check return
2757 value of xmalloc.
2758
2759 * mac.c (mac_coerce_file_name_ptr, mac_coerce_file_name_desc)
2760 (create_apple_event_from_event_ref, xrm_get_preference_database)
2761 (cfstring_create_normalized): Don't check return value of xmalloc.
2762
2763 * macselect.c (get_scrap_target_type_list, defer_apple_events)
2764 (copy_scrap_flavor_data, mac_handle_service_event): Don't check
2765 return value of xmalloc/xrealloc.
2766
2767 * macterm.c (XCreateGC, x_per_char_metric, xlfdpat_create)
2768 (init_font_name_table, init_font_name_table, mac_do_list_fonts)
2769 (XLoadQueryFont, mac_store_apple_event): Don't check return value
2770 of xmalloc.
2771
2772 2006-04-17 Kim F. Storm <storm@cua.dk>
2773
2774 * window.c (coordinates_in_window): On the vertical border,
2775 calculate the row number measured from the top of the window, not
2776 the top of the frame.
2777 (window_loop): Test w->dedicated with !NILP instead of EQ Qt.
2778 (window_scroll_pixel_based): Fix off-by-one bug in 2002-12-23 change.
2779
2780 2006-04-16 Eli Zaretskii <eliz@gnu.org>
2781
2782 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Reduce to 24000.
2783
2784 2006-04-16 Romain Francoise <romain@orebokech.com>
2785
2786 * puresize.h (BASE_PURESIZE): Decrement back to 1200000.
2787
2788 2006-04-16 Andreas Schwab <schwab@suse.de>
2789
2790 * puresize.h (PURESIZE_RATIO): Reduce to 10/6.
2791
2792 2006-04-15 Romain Francoise <romain@orebokech.com>
2793
2794 * puresize.h (BASE_PURESIZE): Increment to 1210000.
2795
2796 2006-04-13 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2797
2798 * print.c (Fprin1_to_string): Mention in the `doc' that the
2799 behavior is modified by `print-level' and `print-length'.
2800
2801 2006-04-13 Kenichi Handa <handa@m17n.org>
2802
2803 * coding.c (setup_coding_system): If eol-type is not yet decided
2804 and system_eol_type is not LF, set CODING_REQUIRE_ENCODING_MASK.
2805 If coding_system is nil, return 0.
2806 (code_convert_region1): Even if coding_system is nil, don't skip
2807 conversion if system_eol_type is not LF.
2808 (code_convert_string1): Likewise.
2809 (code_convert_string_norecord): Likewise.
2810
2811 2006-04-13 Kenichi Handa <handa@m17n.org>
2812
2813 * coding.c (setup_coding_system): Fix previous change.
2814 (encode_coding): If eol_type is not yet decided, use system_eol_type.
2815 (shrink_encoding_region): If eol_type is not yet decided and
2816 system_eol_type is not LF, don't shrink.
2817
2818 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
2819
2820 * xdisp.c (note_mouse_highlight): Add help echo for dragging vertical
2821 line.
2822
2823 2006-04-12 Richard Stallman <rms@gnu.org>
2824
2825 * keyboard.c (read_key_sequence): Explicitly avoid keybuf[-1].
2826
2827 * process.c (conv_lisp_to_sockaddr): If FAMILY unknown, just return.
2828 (Fprocess_send_eof): Abort if fail to open null device.
2829
2830 2006-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2831
2832 * fns.c [HAVE_MENUS && MAC_OS]: Include macterm.h.
2833
2834 * image.c [MAC_OS] (xpm_load_image): Add parentheses around
2835 assignment used as truth value. Add explicit braces to avoid
2836 ambiguous `else'.
2837 [MAC_OS] (gif_load): Remove unused variable `gcpro1'.
2838
2839 * lisp.h (syms_of_fontset, Fset_fontset_font): Put extern and
2840 EXFUN in #ifdef HAVE_WINDOW_SYSTEM.
2841 (syms_of_xfns, syms_of_xsmfns, syms_of_xselect, syms_of_xterm):
2842 Put externs in #ifdef HAVE_X_WINDOWS.
2843 (syms_of_macfns, syms_of_macselect, syms_of_macterm)
2844 (syms_of_macmenu, syms_of_mac) [MAC_OS]: Add externs.
2845 (init_mac_osx_environment) [MAC_OSX]: Add extern.
2846
2847 * mac.c (init_process): Remove undef.
2848 (select) [MAC_OSX]: Undefine before including sysselect.h.
2849 (posix_pathname_to_fsspec, fsspec_to_posix_pathname) [MAC_OSX]:
2850 Remove functions and prototypes.
2851 (parse_value): Add parentheses around + inside shift.
2852 (path_from_vol_dir_name): Make static.
2853 (get_temp_dir_name): Remove unused variables `cpb' and `dir_name'.
2854 [!MAC_OSX] (get_path_to_system_folder): Likewise.
2855 (Fmac_get_file_creator, Fmac_get_file_type): Remove unused
2856 variable `cCode'.
2857 (Fmac_coerce_ae_data): Remove unused variables `fref' and `fs'.
2858 (Fmac_get_preference): Add explicit braces to avoid ambiguous `else'.
2859
2860 * macfns.c (x_to_mac_color): Remove unused variable `tail'.
2861 (x_set_mouse_color): Remove unused variable `dpy'.
2862 (Fx_create_frame): Remove unused variable `x_frame_count'.
2863 (Fx_server_version): Add explicit braces to avoid ambiguous `else'.
2864 (x_sync): Move from macterm.c.
2865 (Fx_file_dialog): Remove unused variable `default_filter_index'.
2866
2867 * macmenu.c (min_menu_id): Make element type explicit.
2868
2869 * macselect.c (get_flavor_type_from_symbol): Remove unused
2870 variable `val'.
2871 (get_scrap_private_timestamp, x_get_foreign_selection)
2872 (copy_scrap_flavor_data): Add explicit braces to avoid ambiguous `else'.
2873 (Fmac_process_deferred_apple_events): Remove unused variables
2874 `keyword', `reply', `apple_event', `count', and `err'.
2875
2876 * macterm.c: Don't include gnu.h.
2877 (x_io_error_quitter, x_draw_image_foreground_1): Remove prototypes.
2878 (x_sync): Move to macfns.c.
2879 [USE_CG_DRAWING] (mac_define_fringe_bitmap): Remove unused
2880 variable `mask_bits'.
2881 (mac_compute_glyph_string_overhangs): Avoid ambiguous `else'.
2882 (x_draw_image_glyph_string): Remove unused variable `pixmap'.
2883 (x_mac_to_emacs_modifiers): Remove function.
2884 (XTset_vertical_scroll_bar, mac_handle_visibility_change)
2885 (x_make_frame_visible, xlfdpat_create, mac_handle_command_event):
2886 Add explicit braces to avoid ambiguous `else'.
2887 (x_make_frame_visible): Remove unused variables `type',
2888 `original_top', and `original_left'.
2889 (mac_do_list_fonts, XTread_socket): Add parentheses around && within ||.
2890 (x_load_font): Remove unused variables `full_name', and `value'.
2891 (do_get_menus, do_init_managers, do_check_ram_size) [!MAC_OS8]:
2892 Remove functions.
2893 (do_zoom_window): Reorganize variables with respect to conditionals.
2894 (init_command_handler): Remove unused variable `err'.
2895 [MAC_OSX] (mac_check_bundle): Remove unused variable `child'.
2896
2897 * macterm.h (x_set_mouse_position, x_set_mouse_pixel_position)
2898 (x_make_frame_invisible, x_iconify_frame, x_free_frame_resources)
2899 (x_destroy_window, x_wm_set_size_hint, x_delete_display, XFreeGC)
2900 (do_menu_choice, have_menus_p, x_real_positions)
2901 (x_set_menu_bar_lines, x_pixel_width, x_pixel_height, x_char_width)
2902 (x_char_height, x_sync, x_set_tool_bar_lines, x_activate_menubar)
2903 (free_frame_menubar): Add externs.
2904
2905 * unexmacosx.c: Include config.h before using HAVE_MALLOC_MALLOC_H.
2906 (malloc, realloc, free): Add undefs.
2907 (read_load_commands): Remove unused variable `n' and `j'.
2908 (copy_data_segment): Remove unused variable `r'.
2909
2910 * xdisp.c (get_glyph_string_clip_rects): Add parentheses around &&
2911 within ||. Add explicit braces to avoid ambiguous `else'.
2912 (dump_glyph_row): Remove label for `inverse_p' from legend.
2913
2914 * xfaces.c (Finternal_merge_in_global_face, try_font_list):
2915 Add explicit braces to avoid ambiguous `else'.
2916
2917 2006-04-11 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2918
2919 * dispnew.c (init_display): Don't init X display if the user asked
2920 for a non-X display.
2921
2922 2006-04-12 Kenichi Handa <handa@m17n.org>
2923
2924 * coding.c (setup_coding_system): Use system_eol_type for default
2925 coding->eol_type.
2926
2927 2006-04-11 Dan Nicolaescu <dann@ics.uci.edu>
2928
2929 * lisp.h (wrong_type_argument): Mark as NO_RETURN.
2930
2931 * data.c (wrong_type_argument): Try to avoid compiler warnings due
2932 to the fact the function is now marked as NO_RETURN.
2933
2934 2006-04-10 Eli Zaretskii <eliz@gnu.org>
2935
2936 * s/ms-w32.h (pid_t) [_MSC_VER]: New typedef.
2937
2938 2006-04-10 Romain Francoise <romain@orebokech.com>
2939
2940 * xrdb.c (gethomedir): Use xstrdup.
2941
2942 2006-04-10 Andreas Schwab <schwab@suse.de>
2943
2944 * xrdb.c (gethomedir): Make sure to always return a pointer that
2945 can be passed to free.
2946
2947 2006-04-09 Richard Stallman <rms@gnu.org>
2948
2949 * lisp.h (Fkill_emacs): Undo previous change.
2950
2951 2006-04-08 Richard Stallman <rms@gnu.org>
2952
2953 * search.c (boyer_moore): Test ch >= 0400, not >.
2954
2955 2006-04-09 Dan Nicolaescu <dann@ics.uci.edu>
2956
2957 * puresize.h (pure_write_error): Mark as NO_RETURN.
2958
2959 * lisp.h (args_out_of_range, args_out_of_range_3)
2960
2961 2006-04-08 Eli Zaretskii <eliz@gnu.org>
2962
2963 * w32fns.c (w32_wnd_proc) <WM_MOUSEMOVE>: Ignore mouse movements
2964 if a menu is active on this frame.
2965
2966 2006-04-08 Dan Nicolaescu <dann@ics.uci.edu>
2967
2968 * lisp.h (report_file_error): Mark as NO_RETURN.
2969
2970 2006-04-08 Eli Zaretskii <eliz@gnu.org>
2971
2972 * alloc.c [STDC_HEADERS]: Include stddef.h.
2973
2974 * lisp.h (PSEUDOVECSIZE): Fix last change.
2975
2976 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
2977
2978 * process.h (struct Lisp_Process): Replace Lisp_Objects `pid',
2979 `raw_status_high', and `raw_status_low' with plain integers, and move
2980 them to the end of the structure.
2981
2982 * alloc.c (allocate_process): Use PSEUDOVECSIZE to initialize the
2983 pseudovector's size field so only the Lisp_Object fields get GC'd.
2984
2985 * process.c (update_status, make_process, Fdelete_process)
2986 (Fprocess_status, list_processes_1, start_process_unwind)
2987 (create_process, Fmake_network_process, server_accept_connection)
2988 (wait_reading_process_output, send_process, Fprocess_running_child_p)
2989 (process_send_signal, proc_encode_coding_system, Fprocess_send_eof)
2990 (sigchld_handler, status_notify): Adjust to new non-Lisp fields for
2991 `pid' and `raw_status'.
2992 (Fprocess_id, Fsignal_process): Same, and additionally use floats when
2993 representing PIDs that are larger than most-positive-fixnum.
2994
2995 * keymap.c (describe_map): Only use XINT if we checked INTEGERP.
2996
2997 * lisp.h (OFFSETOF, PSEUDOVECSIZE): New macros.
2998
2999 2006-04-08 Eli Zaretskii <eliz@gnu.org>
3000
3001 * w32fns.c (Fx_show_tip): Add 3 to the 5th arg of SetWindowPos.
3002
3003 2006-04-03 Paul Eggert <eggert@cs.ucla.edu>
3004
3005 * editfns.c (TM_YEAR_IN_ASCTIME_RANGE): New macro, identical to
3006 ../lib-src/b2m.c and ../lib-src/editfns.c.
3007 (Fcurrent_time_string): Use it.
3008 Document that the year might not consume 4 columns if it's outside
3009 the range 1000-9999.
3010 Check for asctime failure.
3011 Don't assume that the output string length is always exactly 24.
3012
3013 2006-04-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3014
3015 * macterm.c (XTread_socket): Initialize variable `f' before its use.
3016
3017 2006-04-03 Kenichi Handa <handa@m17n.org>
3018
3019 * image.c: Include "charset.h" and "coding.h".
3020 (x_find_image_file): Return an encoded file name.
3021
3022 2006-04-01 Eli Zaretskii <eliz@gnu.org>
3023
3024 * configure: Regenerated.
3025
3026 2006-03-31 Kenichi Handa <handa@m17n.org>
3027
3028 * xfns.c (xg_set_icon): Delete superfluous UNGCPRO.
3029
3030 2006-03-30 Dan Nicolaescu <dann@ics.uci.edu>
3031
3032 * xdisp.c (syms_of_xdisp): Fix variable name.
3033
3034 2006-03-30 Kenichi Handa <handa@m17n.org>
3035
3036 * xterm.c (x_term_init): Delete superfluous UNGCPRO.
3037
3038 2006-03-29 Juanma Barranquero <lekktu@gmail.com>
3039
3040 * keyboard.c (process_tool_bar_item): Reorder dummy args.
3041
3042 2006-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
3043
3044 * keyboard.c (tool_bar_items): Use map_keymap.
3045 (process_tool_bar_item): Add dummy args to fit the required interface.
3046
3047 2006-03-25 Eli Zaretskii <eliz@gnu.org>
3048
3049 * .gdbinit (pr, pp, pp1, pv, pv1): Force print_output_debug_flag
3050 to zero before calling debug_print or safe_debug_print.
3051
3052 * print.c (print_output_debug_flag): New global variable.
3053 (Fexternal_debugging_output) [WINDOWSNT]: Don't call
3054 OutputDebugString if print_output_debug_flag is zero.
3055
3056 2006-03-24 Paul Eggert <eggert@cs.ucla.edu>
3057
3058 * editfns.c (TM_YEAR_BASE): Move up, so the changes below can use it.
3059 (Fdecode_time, Fencode_time): Use TM_YEAR_BASE instead of 1900.
3060 (Fdecode_time): Cast tm_year to EMACS_INT.
3061 (Fcurrent_time_string): Report an invalid time specification if
3062 the argument is invalid. Also, check for out-of-range time stamps.
3063
3064 2006-03-24 Kim F. Storm <storm@cua.dk>
3065
3066 * xterm.c (handle_one_xevent):
3067 * w32term.c (w32_read_socket):
3068 * macterm.c (XTread_socket): Don't let key-press clear mouse face
3069 on in toolbar window if mouse-highlight is an integer.
3070
3071 * fns.c (sxhash_list): Include last non-nil CDR in hash.
3072
3073 2006-03-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3074
3075 * macmenu.c (enum mac_menu_kind): New enum.
3076 (min_menu_id): New variable.
3077 (POPUP_SUBMENU_ID, MIN_POPUP_SUBMENU_ID, MIN_MENU_ID)
3078 (MIN_SUBMENU_ID): Remove defines. All uses are replaced with
3079 min_menu_id and enumerators in enum mac_menu_kind.
3080 (fill_menu, dispose_menus, install_menu_quit_handler): New arg KIND.
3081 All uses changed. Add range check for menu ID.
3082 (fill_menubar): Add range check for menu ID.
3083 [HAVE_CANCELMENUTRACKING] (menu_quit_handler): Check error code of
3084 GetEventParameter.
3085 (set_frame_menubar, mac_menu_show): Call install_menu_quit_handler
3086 for each menu kind.
3087
3088 2006-03-22 Kim F. Storm <storm@cua.dk>
3089
3090 * xdisp.c: Undo 2006-03-21 change.
3091
3092 * term.c: Define aliases for append_glyph and produce_stretch_glyph
3093 when `static' is defined to avoid name clash with those in xdisp.c.
3094
3095 * process.c (Faccept_process_output): Fix to comply with lisp
3096 reference. Change arg "timeout" to "seconds" and allow both
3097 integer and float value. Change arg "timeout-msec" to "millisec"
3098 and interpret" as milliseconds rather than microseconds. Fix doc
3099 string accordingly.
3100
3101 2006-03-21 Ken Raeburn <raeburn@raeburn.org>
3102
3103 * xdisp.c (store_next_glyph): Rename from append_glyph.
3104 (generate_stretch_glyph): Rename from produce_stretch_glyph.
3105 All callers changed accordingly.
3106
3107 2006-03-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3108
3109 * xterm.c: x_session_initialized new variable.
3110 (x_term_init): Use x_session_initialized to check if
3111 x_session_initialize should be called.
3112 (x_initialize): Initialize x_session_initialized.
3113
3114 2006-03-21 Kim F. Storm <storm@cua.dk>
3115
3116 * fringe.c (draw_fringe_bitmap): Don't calculate default overlay arrow
3117 bitmap here, but ...
3118 (update_window_fringes): ... here, so we can test if it has changed.
3119
3120 2006-03-20 Andreas Schwab <schwab@suse.de>
3121
3122 * dispnew.c (init_display): Check DISPLAY here.
3123
3124 * emacs.c (main): Don't check here.
3125
3126 * xterm.c (x_display_ok): Don't use DISPLAY env var.
3127
3128 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
3129
3130 * window.c (window_scroll_pixel_based): Yet another int/Lisp_Object
3131 mixup (YAILOM).
3132
3133 2006-03-20 Eli Zaretskii <eliz@gnu.org>
3134
3135 * emacs.c (main): Fix last change.
3136
3137 2006-03-20 Kenichi Handa <handa@m17n.org>
3138
3139 * fileio.c (Fwrite_region): Set visit_file to Qnil before GCPRO it.
3140
3141 * keymap.c (map_keymap): Set tail to Qnil before GCPRO it.
3142
3143 * xfns.c (xg_set_icon): Remove unnecessary GCPRO.
3144
3145 * xterm.c (x_term_init): Remove unnecessary GCPRO.
3146
3147 2006-03-19 Kim F. Storm <storm@cua.dk>
3148
3149 * xdisp.c (set_cursor_from_row): Fix cursor property on overlay string,
3150 so it doesn't associate overlay string with following glyph by default.
3151 Allow integer property value to specify explicit number of buffer
3152 positions associate with overlay string.
3153
3154 2006-03-18 Chong Yidong <cyd@stupidchicken.com>
3155
3156 * xterm.c (x_display_ok): Fix minor bug and compilation warnings.
3157
3158 2006-03-18 Nozomu Ando <nand@mac.com>
3159
3160 * m/pmax.h (BROKEN_NOCOMBRELOC) [__NetBSD__]: Define.
3161 (LIB_STANDARD, START_FILES) [__NetBSD__]: Don't define.
3162 (START_FILES, RUN_TIME_REMAP, UNEXEC) [__NetBSD__, __OpenBSD__]:
3163 Don't redefine.
3164
3165 * m/mips.h: Don't use unexmips on NetBSD.
3166 (LIBS_MACHINE): Move definition lower, so it doesn't use
3167 LD_SWITCH_MACHINE, START_FILES, LIB_STANDARD, LIBS_TERMCAP,
3168 C_SWITCH_MACHINE, and C_DEBUG_SWITCH.
3169
3170 * unexelf.c [BROKEN_NOCOMBRELOC]: Include assert.h.
3171 (unexec) [BROKEN_NOCOMBRELOC]: Handle platforms whose nocombreloc
3172 option is broken (e.g., MIPS/NetBSD).
3173
3174 2006-03-18 Craig McDaniel <craigmcd@gmail.com> (tiny change)
3175
3176 * sheap.c (STATIC_HEAP_SIZE): Enlarge STATIC_HEAP_SIZE to 12MB.
3177 Remove the HAVE_X_WINDOWS conditional.
3178
3179 2006-03-18 Vivek Dasmohapatra <vivek@etla.org> (tiny change)
3180
3181 * emacs.c (main): If user asks for a display that is unavailable,
3182 simulate -nw.
3183
3184 * xterm.c (x_display_ok): New function.
3185
3186 * xterm.h: Add prototype for x_display_ok.
3187
3188 2006-03-18 Eli Zaretskii <eliz@gnu.org>
3189
3190 * w32fns.c (Fw32_select_font): Doc fix.
3191
3192 2006-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3193
3194 * image.c [MAC_OS] (XPutPixel, XGetPixel)
3195 [!WORDS_BIG_ENDIAN && USE_CG_DRAWING]: Don't use specialized
3196 version when depth is 32.
3197 (mac_create_cg_image_from_image) [MAC_OS && USE_CG_DRAWING]:
3198 New function.
3199 (prepare_image_for_display) [MAC_OS && USE_CG_DRAWING]: Use it.
3200 (x_clear_image_1) [MAC_OS && USE_CG_DRAWING]: Release CGImage.
3201
3202 * macterm.c (XCreatePixmap) [!WORDS_BIG_ENDIAN && USE_CG_DRAWING]:
3203 Create GWorld in ARGB pixel format.
3204 (mac_copy_area, mac_copy_area_with_mask) [USE_CG_DRAWING]:
3205 Remove functions.
3206 (x_draw_image_foreground) [USE_CG_DRAWING]: Use mac_draw_cg_image
3207 instead of mac_copy_area/mac_copy_area_with_mask.
3208
3209 2006-03-15 Kim F. Storm <storm@cua.dk>
3210
3211 * xdisp.c (extend_face_to_end_of_line): Always add space glyph to
3212 empty row. Fixes memory corruption revealed by 2006-03-02 change.
3213 (display_tool_bar_line): Skip empty tool-bar line if HEIGHT < 0.
3214 (tool_bar_lines_needed): Fix tool-bar display in case the tool-bar
3215 width is exactly the same as the window width. Don't count a final
3216 empty tool-bar line (pass HEIGHT = -1 to display_tool_bar_line).
3217
3218 2006-03-15 Juanma Barranquero <lekktu@gmail.com>
3219
3220 * fringe.c (w32_init_fringe, w32_reset_fringes): Revert to being
3221 conditional on HAVE_NTGUI, not WINDOWS_NT.
3222
3223 2006-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3224
3225 * dispextern.h (mac_init_fringe) [MAC_OS]: Add prototype.
3226
3227 * fringe.c (mac_init_fringe) [MAC_OS]: New function.
3228
3229 * macterm.c (mac_initialize) [USE_CG_DRAWING]: Call mac_init_fringe.
3230 (max_fringe_bmp, fringe_bmp) [USE_CG_DRAWING]: New variables.
3231 (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap)
3232 (mac_draw_cg_image) [USE_CG_DRAWING]: New functions.
3233 (mac_draw_bitmap) [USE_CG_DRAWING]: Remove function.
3234 (x_draw_fringe_bitmap) [USE_CG_DRAWING]: Use mac_draw_cg_image
3235 instead of mac_draw_bitmap.
3236 (x_redisplay_interface) [USE_CG_DRAWING]: Set handlers for
3237 define_fringe_bitmap and destroy_fringe_bitmap.
3238
3239 2006-03-14 Chong Yidong <cyd@stupidchicken.com>
3240
3241 * xterm.c (x_uncatch_errors): Block input for entire function.
3242
3243 2006-03-12 Jason Rumney <jasonr@gnu.org>
3244
3245 * w32fns.c (Fx_create_frame): Remove call to
3246 Qface_set_after_frame_default (from xfns.c 2003-05-26).
3247
3248 * w32menu.c (Fx_popup_menu): Call w32_free_menu_strings when
3249 finished with the menu.
3250
3251 * w32term.c: Sync 2005-10-24 xterm.c changes.
3252 (last_mouse_glyph_frame): New var.
3253 (note_mouse_movement): Say mouse moved if current frame differs
3254 from last_mouse_glyph_frame, and update last_mouse_glyph_frame.
3255 (w32_mouse_position): Set last_mouse_glyph_frame.
3256 Remove OLD_REDISPLAY_CODE block.
3257
3258 2006-03-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3259
3260 * macgui.h [USE_ATSUI && MAC_OSX]: Define USE_CG_TEXT_DRAWING to 1.
3261
3262 * macterm.h (struct mac_output) [USE_CG_DRAWING]: New member cg_context.
3263 (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Add prototype.
3264
3265 * mac.c (sys_select) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
3266
3267 * macfns.c (x_create_tip_frame): Apply 2006-03-11 change for xfns.c.
3268
3269 * macterm.c (mac_draw_rectangle, x_draw_glyph_string_foreground)
3270 (x_draw_composite_glyph_string_foreground)
3271 (x_draw_image_foreground): Undo previous changes.
3272 (x_draw_hollow_cursor): Likewise. Subtract 1 from the last
3273 argument of mac_draw_rectangle.
3274 (CG_SET_FILL_COLOR, CG_SET_STROKE_COLOR): New macros.
3275 (mac_draw_string_common, mac_draw_image_string_cg): Use them.
3276 (FRAME_CG_CONTEXT) [USE_CG_DRAWING]: New macro.
3277 (mac_begin_cg_clip, mac_end_cg_clip, mac_prepare_for_quickdraw)
3278 [USE_CG_DRAWING]: New functions.
3279 (mac_draw_line, mac_erase_rectangle, mac_clear_window)
3280 (mac_fill_rectangle, mac_draw_rectangle, mac_draw_string_common)
3281 (mac_draw_image_string_cg) [USE_CG_DRAWING]: Add Quartz 2D drawing part.
3282 (mac_draw_bitmap, mac_invert_rectangle, mac_draw_string_common)
3283 (mac_copy_area, mac_scroll_area, x_scroll_bar_create)
3284 (x_scroll_bar_remove, XTset_vertical_scroll_bar, x_set_window_size)
3285 (XTread_socket) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
3286
3287 2006-03-12 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
3288
3289 * xfns.c (x_icon): Disable redundant call to `x_wm_set_window_state'.
3290
3291 2006-03-11 Jason Rumney <jasonr@gnu.org>
3292
3293 * w32fns.c (signal_user_input): New function.
3294 (post_character_message): Use it for keyboard input.
3295 (w32_msg_pump): Use it for mouse input.
3296
3297 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
3298
3299 * window.c: Rename preserve_y to window_scroll_pixel_based_preserve_y.
3300 (window_scroll_pixel_based, syms_of_window): Adapt to above change.
3301
3302 2006-03-11 Eli Zaretskii <eliz@gnu.org>
3303
3304 * w32fns.c (w32_wnd_proc): Ignore middle and extra button events
3305 if a menu is already active (the menubar_active flag is on).
3306
3307 2006-03-11 David Ponce <david@dponce.com>
3308
3309 * xfns.c (x_create_tip_frame): Preserve received parms by copying them.
3310
3311 2006-03-11 Eli Zaretskii <eliz@gnu.org>
3312
3313 * w32term.c: Add x_fully_uncatch_errors and x_catching_errors to
3314 the list of unused display error handling functions.
3315
3316 * eval.c (unwind_to_catch): Call x_fully_uncatch_errors only if
3317 HAVE_X_WINDOWS.
3318 (internal_condition_case, internal_condition_case_1)
3319 (internal_condition_case_2): Call x_catching_errors only if
3320 HAVE_X_WINDOWS.
3321
3322 * vm-limit.c [HAVE_GETRLIMIT]: Don't define unconditionally.
3323 Don't include sys/resource.h unless defined.
3324
3325 2006-03-11 Richard Stallman <rms@gnu.org>
3326
3327 * keymap.c (describe_map): Shorten string to indicate shadowed binding.
3328
3329 * vm-limit.c (get_lim_data, lim_data, data_space_start):
3330 Move from mem-limits.h.
3331 (enum warnlevel): New data type.
3332 (check_memory_limits): Rewrite the logic about warnings.
3333 Use standard `struct rlimit'. Check return values for nonsense.
3334 (memory_warnings): Always clear lim_data.
3335
3336 * mem-limits.h (get_lim_data, lim_data, data_space_start):
3337 Move to vm-limit.c.
3338
3339 * xterm.c (x_fully_uncatch_errors, x_catching_errors): New functions.
3340
3341 * eval.c (unwind_to_catch): Call x_fully_uncatch_errors.
3342 (internal_condition_case_1, internal_condition_case_2):
3343 Abort if within unclosed x_catch_errors.
3344
3345 2006-03-11 Romain Francoise <romain@orebokech.com>
3346
3347 * process.c (Vprocess_adaptive_read_buffering): Doc fix.
3348
3349 2006-03-11 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
3350
3351 * lisp.h: Remove duplicate prototypes. Make the prototype of
3352 getloadavg be conditioned on HAVE_GETLOADAVG being undefined.
3353
3354 2006-03-11 Eli Zaretskii <eliz@gnu.org>
3355
3356 * xterm.c (x_draw_hollow_cursor): Subtract 1 from the last
3357 argument of XDrawRectangle.
3358
3359 * xdisp.c (get_phys_cursor_geometry): Don't decrease height by 1.
3360
3361 * macterm.c (mac_draw_rectangle): Don't add 1 to width and height.
3362 (x_draw_glyph_string_foreground)
3363 (x_draw_composite_glyph_string_foreground)
3364 (x_draw_image_foreground): Don't subtract 1 from width and height
3365 arguments to mac_draw_rectangle.
3366 (x_draw_hollow_cursor): Add 1 to w->phys_cursor_width.
3367
3368 2006-03-10 Kim F. Storm <storm@cua.dk>
3369
3370 * alloc.c (USE_POSIX_MEMALIGN): Fix last change.
3371
3372 2006-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
3373
3374 * alloc.c (USE_POSIX_MEMALIGN): New macro.
3375 (ABLOCKS_BASE, lisp_align_malloc, lisp_align_free): Use it.
3376
3377 2006-03-09 Kenichi Handa <handa@m17n.org>
3378
3379 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Fix decoding
3380 ASCII component of a composition.
3381
3382 2006-03-08 Luc Teirlinck <teirllm@auburn.edu>
3383
3384 * window.c: Declare preserve_y as a static global variable.
3385 (window_scroll_pixel_based): No longer declare preserve_y;
3386 it is global now.
3387 (syms_of_window): Set preserve_y to -1.
3388
3389 2006-03-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3390
3391 * image.c [MAC_OS] (XPutPixel): Set alpha channel bits if pixmap
3392 depth is 32.
3393 [MAC_OS] (XGetPixel): Strip off alpha channel bits if pixmap
3394 depth is 32.
3395
3396 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
3397
3398 * xdisp.c (handle_invisible_prop): Don't update it->position with
3399 a buffer position if we're in a display string.
3400
3401 2006-03-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3402
3403 * macterm.h (MAC_AQUA_VERTICAL_SCROLL_BAR_WIDTH)
3404 (MAC_AQUA_SMALL_VERTICAL_SCROLL_BAR_WIDTH): New defines.
3405
3406 * macfns.c (x_default_scroll_bar_color_parameter)
3407 (x_set_scroll_bar_foreground, x_set_scroll_bar_background):
3408 Remove unnecessary prototypes.
3409 (x_set_scroll_bar_default_width):
3410 Use MAC_AQUA_VERTICAL_SCROLL_BAR_WIDTH.
3411 (mac_set_scroll_bar_width): New function.
3412 (mac_frame_parm_handlers): Set it as handler for scroll-bar-width.
3413
3414 * macterm.c (get_control_part_bounds): Fix type of return value.
3415 (x_set_toolkit_scroll_bar_thumb, x_scroll_bar_create)
3416 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]: Don't show
3417 scroll bar if it is not tall enough to display scroll bar thumb.
3418 [USE_CARBON_EVENTS] (mac_convert_event_ref)
3419 (mac_handle_command_event, mac_handle_window_event)
3420 (mac_handle_mouse_event): Check error code of GetEventParameter.
3421 (convert_fn_keycode) [MAC_OSX]: Likewise.
3422
3423 2006-03-05 Andreas Schwab <schwab@suse.de>
3424
3425 * xselect.c (x_catch_errors_unwind): Fix missing return value.
3426
3427 2006-03-02 Kim F. Storm <storm@cua.dk>
3428
3429 * frame.h (struct frame): New member n_tool_bar_rows.
3430
3431 * xdisp.c: Minimize the unpleasent visual impact of the requirement
3432 that non-toolkit tool-bars must occupy an integral number of screen
3433 lines, by distributing the rows evenly over the tool-bar screen area.
3434 (Vtool_bar_border): New variable.
3435 (syms_of_xdisp): DEFVAR_LISP it.
3436 (display_tool_bar_line): Add HEIGHT arg for desired row height.
3437 Make tool-bar row the desired height. Use default face for border
3438 below tool-bar.
3439 (tool_bar_lines_needed): Add N_ROWS arg. Use it to return number of
3440 actual tool-bar rows.
3441 (redisplay_tool_bar): Calculate f->n_tool_bar_rows initially.
3442 Adjust the height of the tool-bar rows to fill tool-bar screen area.
3443 (redisplay_tool_bar): Calculate f->n_tool_bar_rows when tool-bar area
3444 is resized.
3445
3446 2006-03-01 Luc Teirlinck <teirllm@auburn.edu>
3447
3448 * search.c (Fregexp_quote): Do not precede a literal `]' with two
3449 backslashes to try to make clear that it has a literal meaning; it
3450 does not do that. (It could close a character alternative
3451 containing a backslash.)
3452
3453 2006-02-28 Chong Yidong <cyd@stupidchicken.com>
3454
3455 * xselect.c (x_catch_errors_unwind): New function.
3456 (x_reply_selection_request): Put x_uncatch_errors in an unwind.
3457 (Fx_get_atom_name): Call x_uncatch_errors earlier.
3458
3459 * window.c (Qscroll_up, Qscroll_down): New syms.
3460 (window_scroll_pixel_based): Make preserve_y static to avoid
3461 getting point stuck when scrolling 1 line.
3462
3463 2006-02-26 Chong Yidong <cyd@stupidchicken.com>
3464
3465 * xterm.h, xterm.c (x_uncatch_errors): Delete unneccessary argument.
3466
3467 * xterm.c (x_load_font, x_term_init, XTmouse_position)
3468 (handle_one_xevent, x_connection_closed, x_list_fonts):
3469 No arg for x_uncatch_errors.
3470
3471 * xselect.c (x_own_selection, x_decline_selection_request)
3472 (x_reply_selection_request, x_get_foreign_selection)
3473 (Fx_get_atom_name, Fx_send_client_event): Likewise.
3474
3475 * xfns.c (x_real_positions, x_set_mouse_color, Fx_focus_frame):
3476 Likewise.
3477
3478 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
3479
3480 * lread.c: Declare Vload_file_rep_suffixes instead of
3481 deleted variable default_suffixes.
3482 (Fget_load_suffixes): New function.
3483 (Fload): Use Fget_load_suffixes and Vload_file_rep_suffixes.
3484 No longer use deleted variable default_suffixes. Update docstring.
3485 (syms_of_lread): defsubr Sget_load_suffixes.
3486 Expand `load-suffixes' docstring.
3487 Delete default_suffixes and DEFVAR_LISP the new variable
3488 `load-file-rep-suffixes'.
3489
3490 * w32.c (check_windows_init_file): Use Fget_load_suffixes instead
3491 of Vload_suffixes.
3492
3493 * lisp.h: EXFUN Fget_load_suffixes.
3494 Extern Vload_file_rep_suffixes.
3495
3496 * eval.c (specpdl_ptr): Remove volatile qualifier for consistency
3497 with lisp.h.
3498
3499 2006-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
3500
3501 * lisp.h (struct specbinding, specpdl_ptr): Remove the volatile
3502 qualifier which was trying to avoid the bug that was fixed by
3503 yesterday's changes to xterm.c.
3504
3505 2006-02-25 Chong Yidong <cyd@stupidchicken.com>
3506
3507 * xterm.h (x_catch_errors) Return value changed to void.
3508 (x_uncatch_errors): Delete unused count argument.
3509
3510 * xterm.c (x_catch_errors): Don't use record_unwind_protect, since
3511 it can be called in a signal handler.
3512 (x_catch_errors_unwind): Function deleted.
3513 (x_uncatch_errors): Deallocate last x_error_message_stack struct.
3514 (x_check_errors): Call x_uncatch_errors before signalling error.
3515
3516 (x_load_font, x_term_init, XTmouse_position, handle_one_xevent)
3517 (x_connection_closed, x_list_fonts): Use new versions of
3518 x_catch_errors and x_uncatch_errors.
3519
3520 * xselect.c (x_own_selection, x_decline_selection_request)
3521 (x_reply_selection_request, x_get_foreign_selection)
3522 (Fx_get_atom_name, Fx_send_client_event): Likewise.
3523
3524 * xfns.c (x_real_positions, x_set_mouse_color, Fx_focus_frame):
3525 Likewise.
3526
3527 * eval.c (record_unwind_protect): Add an assertion.
3528
3529 2006-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
3530
3531 * process.c (Fmake_network_process): Init the process's mark.
3532
3533 2006-02-25 Kim F. Storm <storm@cua.dk>
3534
3535 * buffer.c (modify_overlay): Force redisplay if we modify an
3536 overlay at the end of the buffer.
3537
3538 2006-02-24 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3539
3540 * gtkutil.c (xg_get_image_for_pixmap): If x_find_image_file returns
3541 nil the image file has been removed, in that case use the (cached)
3542 pixmap.
3543
3544 2006-02-24 Kenichi Handa <handa@m17n.org>
3545
3546 * fileio.c (Finsert_file_contents): When a text is replaced
3547 partially, be sure to set point before the inserted characters.
3548
3549 2006-02-23 Zhang Wei <id.brep@gmail.com> (tiny change)
3550
3551 * xfns.c (Fx_file_dialog): Return a decoded file name.
3552
3553 2006-02-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3554
3555 * dispnew.c (update_text_area): Avoid needless redraw of rightmost
3556 glyph whose face is extended to the text area end.
3557
3558 * macterm.c (x_set_toolkit_scroll_bar_thumb): Don't set control
3559 values if control is not visible or values are not changed.
3560
3561 2006-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
3562
3563 * window.c (Fwindow_list): Check `window' before doing XWINDOW.
3564 The default `window' should not be "on a different frame".
3565
3566 2006-02-22 Kim F. Storm <storm@cua.dk>
3567
3568 * indent.c (Fvertical_motion): Only try to move back if we can.
3569
3570 2006-02-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3571
3572 * macgui.h (struct _XGC) [!MAC_OSX || !USE_ATSUI]: New member
3573 n_clip_rects.
3574
3575 * macmenu.c (digest_single_submenu): Apply 2006-02-19 change for
3576 xmenu.c.
3577
3578 * macterm.c (GC_CLIP_REGION): Remove macro.
3579 (mac_begin_clip, mac_end_clip): Take arg GC instead of REGION.
3580 All uses changed. Don't do clipping if n_clip_rects is zero.
3581 (mac_set_clip_rectangles): Use xassert instead of abort.
3582 Set n_clip_rects. Don't make clip_region empty when number of
3583 clipping rectangles is zero.
3584 (mac_reset_clip_rectangles): Set n_clip_rects directly instead of
3585 calling mac_set_clip_rectangles.
3586 (x_set_toolkit_scroll_bar_thumb): Temporarily hide scroll bar to
3587 avoid multiple redraws.
3588
3589 2006-02-22 Kim F. Storm <storm@cua.dk>
3590
3591 * fringe.c (draw_fringe_bitmap): Fix overlay-arrow display.
3592
3593 2006-02-21 Kim F. Storm <storm@cua.dk>
3594
3595 * fringe.c (syms_of_fringe) <fringe-bitmaps>: Doc fix.
3596
3597 2006-02-21 Zhang Wei <brep@newsmth.org>
3598
3599 * xfns.c (Fx_file_dialog, Motif and GTK): DECODE_FILE before
3600 returning it.
3601
3602 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
3603
3604 * fringe.c (horizontal_bar_bits): Rename from `horisontal_bar_bits'.
3605 (standard_bitmaps): Use it.
3606
3607 2006-02-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3608
3609 * macterm.c (mac_draw_string_common): Remove arg MODE. New arg
3610 BG_WIDTH. All uses changed. Draw background if BG_WIDTH is not zero.
3611 (mac_draw_image_string, mac_draw_image_string_16): New arg BG_WIDTH.
3612 [USE_CG_TEXT_DRAWING] (mac_draw_image_string_cg): Rename from
3613 mac_draw_string_cg. New arg BG_WIDTH. All uses changed.
3614 Draw background if BG_WIDTH is not zero. Use float constants as
3615 divisors instead of double. Use alloca instead of xmalloc/xfree.
3616 (x_draw_glyph_string_background, x_draw_glyph_string_foreground)
3617 [!MAC_OS8 || USE_ATSUI]: Background may be drawn using
3618 mac_draw_image_string* functions.
3619 (XLoadQueryFont) [MAC_OS8 && USE_ATSUI]: Don't adjust heights of
3620 some fonts when srcCopy text transfer mode might be used.
3621 (mac_begin_clip, mac_end_clip): Check if region is empty.
3622 (mac_set_clip_rectangles): When resetting clip region, make it
3623 empty instead of disposing of it.
3624
3625 2006-02-20 Kim F. Storm <storm@cua.dk>
3626
3627 * Makefile.in: Add fringe.elc to WINDOW_SUPPORT.
3628
3629 * buffer.h (struct buffer): New members fringe_indicator_alist and
3630 fringe_cursor_alist.
3631
3632 * buffer.c (init_buffer_once): Set dummy default values for
3633 fringe-indicator-alist and fringe-cursor-alist. The proper
3634 default values are set by pre-loading fringe.el.
3635 (syms_of_buffer): defvar_per_buffer new fringe-indicator-alist and
3636 fringe-cursor-alist buffer-local variables and defvar_lisp_nopro
3637 corresponding default- variables.
3638
3639 * fringe.c (enum fringe_bitmap_type): Remove. Change all uses
3640 to use `int'.
3641 (NO_FRINGE_BITMAP, UNDEF_FRINGE_BITMAP, MAX_STANDARD_FRINGE_BITMAPS):
3642 Define explicitly.
3643 (Qtruncation, Qcontinuation, Qempty_line, Qtop_bottom)
3644 (Qhollow_small): New variables.
3645 (syms_of_fringe): Intern and staticpro them.
3646 (question_mark_bits): Rename from unknown_bits.
3647 (left_curly_arrow_bits): Rename from continuation_bits.
3648 (right_curly_arrow_bits): Rename from continued_bits.
3649 (left_triangle_bits): Rename from ov_bits.
3650 (right_triangle_bits): Add.
3651 (filled_rectangle_bits): Rename from filled_box_cursor_bits.
3652 (hollow_rectangle_bits): Rename from hollow_box_cursor_bits.
3653 (filled_square_bits): Add.
3654 (vertical_bar_bits): Rename from bar_cursor_bits.
3655 (horizontal_bar_bits): Rename from hbar_cursor_bits.
3656 (empty_line_bits): Rename from zv_bits.
3657 (standard_bitmaps): Update to use new names.
3658 (draw_fringe_bitmap_1): Make static.
3659 (get_logical_cursor_bitmap, get_logical_fringe_bitmap): New functions
3660 to map from logical cursors and indicators to physical bitmaps.
3661 (draw_fringe_bitmap): Resolve fringe cursor and overlay-arrow
3662 bitmaps using symbol names instead of bitmap numbers.
3663 (update_window_fringes): Use logical indicator symbol names
3664 instead of bitmap numbers for logical. Add bitmap cache.
3665 (LEFT_FRINGE, RIGHT_FRINGE): New helper macros.
3666
3667 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
3668
3669 * regex.c: Revert 2006-02-19 change.
3670 (xmalloc, xrealloc): Define these when not linked to Emacs.
3671 Redefine malloc -> xmalloc, realloc -> xrealloc as in Emacs case.
3672
3673 2006-02-19 Luc Teirlinck <teirllm@auburn.edu>
3674
3675 * regex.c (extend_range_table_work_area): Fix typo.
3676
3677 2006-02-19 Richard M. Stallman <rms@gnu.org>
3678
3679 * xterm.c (x_catch_errors): Use xmalloc.
3680
3681 * regex.c (extend_range_table_work_area): Call xmalloc and xrealloc.
3682 (regex_compile): Likewise.
3683 (regcomp): Use xmalloc.
3684
3685 * gtkutil.c (malloc_widget_value): Use xmalloc.
3686
3687 * vm-limit.c [HAVE_GETRLIMIT]: Include sys/resource.h.
3688 (check_memory_limits) [HAVE_GETRLIMIT]: Use getrlimit.
3689
3690 * xmenu.c (digest_single_submenu): When pane_string is empty,
3691 do initialize save_wv.
3692
3693 2006-02-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3694
3695 * xdisp.c (update_menu_bar) [MAC_OS]: Don't set
3696 w->update_mode_line if arg F is not the selected frame.
3697
3698 * macmenu.c (popup_activated_flag, submenu_id)
3699 (next_menubar_widget_id): Remove variables.
3700 (initialize_frame_menubar): Remove function.
3701 (pop_down_menu, mac_menu_show): Simplify save value.
3702 (dispose_menus): New function.
3703 (pop_down_menu, fill_menubar): Use it.
3704 (fill_submenu): Remove function. All uses changed to fill_menu.
3705 (add_menu_item): Remove args SUBMENU and FORCE_DISABLE. New arg
3706 POS. Don't call SetMenuItemHierarchicalID here.
3707 (fill_menu): Add arg SUBMENU_ID. Return submenu_id that is to be
3708 used next. Call SetMenuItemHierarchicalID here.
3709 (fill_menubar): Add arg DEEP_P. All uses changed. Clean up menu
3710 objects if needed. Reuse existing menu bar titles if possible.
3711 (set_frame_menubar): Don't clean up menu objects here.
3712
3713 2006-02-18 Chong Yidong <cyd@stupidchicken.com>
3714
3715 * window.c (window_min_size_1): Ensure room for the scroll bar and
3716 fringes.
3717
3718 2006-02-17 Romain Francoise <romain@orebokech.com>
3719
3720 * puresize.h (BASE_PURESIZE): Increment to 1200000.
3721
3722 2006-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
3723
3724 * alloc.c (Fmake_symbol): Comment-out left-over assert from before the
3725 addition of the BLOCK_INPUTs.
3726
3727 2006-02-17 Juanma Barranquero <lekktu@gmail.com>
3728
3729 * window.c (Fset_window_scroll_bars): Doc fix.
3730
3731 2006-02-17 Kenichi Handa <handa@m17n.org>
3732
3733 * xdisp.c (display_mode_element): Call display_string with correct
3734 PREC arg (which must be a number of characters, not column width).
3735
3736 2006-02-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3737
3738 * frame.c (x_get_arg): Clear out PARAM in ALIST also on Mac.
3739
3740 * macfns.c (x_set_menu_bar_lines): Menu bar is always shown on Mac.
3741
3742 * macmenu.c (set_frame_menubar): Don't call DrawMenuBar.
3743
3744 2006-02-14 Richard M. Stallman <rms@gnu.org>
3745
3746 * frame.c (x_get_arg): Clear out all occurrences of PARAM in ALIST.
3747
3748 * m/ibms390x.h: New file.
3749
3750 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3751
3752 * gtkutil.c (xg_tool_bar_detach_callback): Set show-arrow to the
3753 value of x-gtk-whole-detached-tool-bar.
3754 (xg_tool_bar_attach_callback): Set show-arrow to TRUE.
3755
3756 * xfns.c (syms_of_xfns): New variable: x-gtk-whole-detached-tool-bar.
3757
3758 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3759
3760 * xterm.c (x_x_to_emacs_modifiers): Make non-static.
3761
3762 * xterm.h: Declare x_x_to_emacs_modifiers.
3763
3764 * gtkutil.c (xg_tool_bar_button_cb): New function.
3765 (xg_tool_bar_callback): Call x_x_to_emacs_modifiers to
3766 store modifiers in event.
3767 (update_frame_tool_bar): Connect button-release-event to
3768 xg_tool_bar_button_cb.
3769
3770 2006-02-13 Richard M. Stallman <rms@gnu.org>
3771
3772 * .gdbinit (xwindow): Update the code to show the window box.
3773
3774 2006-02-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3775
3776 * xterm.c (note_mouse_movement): Check for NULL FRAME_X_OUTPUT (frame).
3777
3778 2006-02-12 Richard M. Stallman <rms@gnu.org>
3779
3780 * cmds.c (internal_self_insert): Handle weird auto-fill-function.
3781
3782 2006-02-11 Eli Zaretskii <eliz@gnu.org>
3783
3784 * keyboard.c (Venable_disabled_menus_and_buttons): New variable.
3785 (syms_of_keyboard): DEVFAR_LISP and initialize it.
3786 (parse_tool_bar_item, parse_menu_item): If that variable is
3787 non-nil, don't disable menu items and tool-bar buttons.
3788
3789 2006-02-11 Juanma Barranquero <lekktu@gmail.com>
3790
3791 * doc.c (Fsubstitute_command_keys): Doc fix.
3792
3793 2006-02-10 Thien-Thi Nguyen <ttn@gnu.org>
3794
3795 * data.c (Findirect_function): Rewrite docstring.
3796 Fix omission bug: Declare new arg NOERROR.
3797
3798 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3799
3800 * macfns.c (x_set_mouse_color): Don't call rif->define_frame_cursor
3801 if window_desc is not set yet.
3802 (Fx_create_frame): Remove variable x_frame_name. Apply 2005-12-07
3803 and 2006-01-26 changes for xfns.c. Call x_iconify_frame if frame
3804 parameter `visibility' is `icon'.
3805 (Fx_create_frame, x_create_tip_frame): Use "fontset-standard"
3806 instead of "fontset-mac".
3807 (Fx_focus_frame): New defun.
3808 (syms_of_macfns): Defsubr it.
3809
3810 * macterm.c (mac_define_frame_cursor): Don't change pointer shape
3811 for unfocused frame.
3812 (x_raise_frame): Call BringToFront instead of SelectWindow.
3813 (x_lower_frame): Use NULL instead of nil.
3814 (x_make_frame_visible): Don't call SelectWindow.
3815 (XTread_socket): Increment handling_signal at the start, decrement
3816 it at the end.
3817 [USE_CG_TEXT_DRAWING] (init_cg_text_anti_aliasing_threshold): Use
3818 CFPreferencesGetAppIntegerValue instead of Fmac_get_preference.
3819
3820 2006-02-10 Kim F. Storm <storm@cua.dk>
3821
3822 * data.c (Findirect_function): Add NOERROR arg. All callers changed
3823 to pass Qnil for NOERROR.
3824
3825 * keymap.c (current_minor_maps_error): Remove.
3826 (current_minor_maps): Pass Qt for NOERROR to Findirect_function
3827 instead of using internal_condition_case_1+current_minor_maps_error.
3828
3829 2006-02-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3830
3831 * xterm.c (handle_one_xevent): Must note mouse movement even for nil
3832 frames for GTK, in that case it is the tool bar. This is so that
3833 highlighted text get reset properly.
3834
3835 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
3836
3837 * alloc.c (Fmake_bool_vector, Fpurecopy): Doc fixes.
3838
3839 2006-02-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3840
3841 * window.c (adjust_window_trailing_edge): Check that shrinking
3842 does not set a window to size zero or less.
3843
3844 2006-02-08 Miles Bader <miles@gnu.org>
3845
3846 * editfns.c (Fconstrain_to_field): Use Fget_char_property instead
3847 of Fget_text_property (other field functions work with overlays as
3848 well as text-properties).
3849
3850 2006-02-07 Kenichi Handa <handa@m17n.org>
3851
3852 * dispextern.h (unibyte_display_via_language_environment): Extern it.
3853
3854 * xterm.h (unibyte_display_via_language_environment):
3855 * w32term.h (unibyte_display_via_language_environment):
3856 * macterm.h (unibyte_display_via_language_environment): Delete extern.
3857
3858 2006-02-07 Kenichi Handa <handa@m17n.org>
3859
3860 * term.c (append_glyph): Refer to it->char_to_display instead of it->c.
3861 (produce_glyphs): Set the character to print in
3862 it->char_to_display. Handle unibyte-display-via-language-environment.
3863 (produce_stretch_glyph): Set character to print in it->char_to_display.
3864
3865 2006-02-06 Kenichi Handa <handa@m17n.org>
3866
3867 * lread.c (openp): Initialize encoded_fn before GCPRO it.
3868
3869 2006-02-05 Ken Raeburn <raeburn@raeburn.org>
3870
3871 * editfns.c (Fconstrain_to_field): Fix int/Lisp_Object mixup.
3872
3873 * lisp.h (XPNTR) [!NO_UNION_TYPE && !HAVE_SHM && !DATA_SEG_BITS]:
3874 Cast bitfield value to EMACS_INT, to suppress gcc warning.
3875
3876 * xrdb.c (malloc, realloc, free) [emacs]: Undefine macros before
3877 defining.
3878
3879 2006-02-03 Kim F. Storm <storm@cua.dk>
3880
3881 * xdisp.c: Cache last merged escape glyph face.
3882 (last_escape_glyph_frame, last_escape_glyph_face_id)
3883 (last_escape_glyph_merged_face_id): New variables.
3884 (get_next_display_element): Use/update them.
3885 (redisplay_internal): Reset them before redisplay.
3886
3887 * xdisp.c (set_iterator_to_next): Optimize 2004-12-13 fix.
3888 Only recheck faces after displaying ellipsis.
3889
3890 2006-02-02 Kenichi Handa <handa@m17n.org>
3891
3892 * coding.c (decode_composition_emacs_mule): Fix handling of
3893 incorrect format data.
3894
3895 2006-01-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3896
3897 * gtkutil.c (update_frame_tool_bar): Use new tool bar functions
3898 (gtk_toolbar_insert) so we can have tool bars of different sizes.
3899
3900 2006-01-30 Luc Teirlinck <teirllm@auburn.edu>
3901
3902 * data.c (Flistp): Doc fix.
3903
3904 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
3905
3906 * window.c (Fother_window, Fwindow_vscroll, Fset_window_vscroll):
3907 Fix typos in docstrings.
3908
3909 2006-01-28 Luc Teirlinck <teirllm@auburn.edu>
3910
3911 * data.c (Fcar, Fcdr): Add links to Elisp manual to the docstrings.
3912
3913 2006-01-27 Chong Yidong <cyd@stupidchicken.com>
3914
3915 * alloc.c (make_interval, allocate_string)
3916 (allocate_string_data, make_float, Fcons, allocate_vectorlike)
3917 (Fmake_symbol, allocate_misc): Use BLOCK_INPUT when accessing
3918 global variables.
3919
3920 2006-01-27 Eli Zaretskii <eliz@gnu.org>
3921
3922 * dired.c (DIRENTRY_NONEMPTY) [__CYGWIN__]: Don't use d_ino; use
3923 the MSDOS definition.
3924
3925 2006-01-26 Richard M. Stallman <rms@gnu.org>
3926
3927 * alloc.c (check_pure_size): Make overflow message an "error message".
3928
3929 * keymap.c (Fmap_keymap): Doc fix.
3930
3931 * xfns.c (Fx_create_frame): Put all specified parms into f->param_alist
3932 unless they were cleared out.
3933
3934 * frame.c (x_get_arg): "Clear out" the parm in ALIST if found there.
3935
3936 2006-01-26 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
3937
3938 * editfns.c (Fconstrain_to_field): Fix behaviour on field boundaries.
3939 (find_field): Set before_field to after_field when pos is at BEGV.
3940 (Fline_beginning_position, Fline_end_position):
3941 Clarify confusing doc string.
3942
3943 * cmds.c (Fbeginning_of_line, Fend_of_line): Clarify confusing doc
3944 string.
3945
3946 2006-01-26 Kenichi Handa <handa@m17n.org>
3947
3948 * callproc.c (Fcall_process): GCPRO error_file. Encode infile,
3949 current_dir, and error_file. On reporting an error, decode them
3950 back.
3951
3952 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
3953
3954 * regex.c (IMMEDIATE_QUIT_CHECK): Use it with SYNC_INPUT as well.
3955 (re_match_2_internal) <on_failure_jump, on_failure_jump_smart>:
3956 Don't check for quit, since any loop will go through fail or jump.
3957
3958 2006-01-24 Chong Yidong <cyd@stupidchicken.com>
3959
3960 * alloc.c (allocate_string_data): Update next_free immediately, to
3961 reduce risk of memory clobberage.
3962
3963 2006-01-24 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
3964
3965 * xdisp.c (handle_invisible_prop): Set it->position to fix cursor
3966 display when point moves across an ellipsis. If there are
3967 adjacent invisible texts, don't lose the second one's ellipsis.
3968 (x_produce_glyphs): Doc fix.
3969
3970 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
3971
3972 * xterm.c (x_catch_errors_unwind): Yet another int/Lisp_Object mixup.
3973
3974 2006-01-23 Kim F. Storm <storm@cua.dk>
3975
3976 * xdisp.c (handle_single_display_spec): Fix handling of space
3977 property on char from string: set *position rather than
3978 it->current.pos.
3979 (produce_stretch_glyph): Reduce width of stretch glyphs so they
3980 don't get wider than the window (unless truncate-lines is on).
3981
3982 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
3983
3984 * xterm.c: Avoid allocating Lisp data from a signal handler.
3985 (x_error_message): New var to replace x_error_message_string.
3986 (x_error_catcher, x_catch_errors, x_catch_errors_unwind)
3987 (x_check_errors, x_had_errors_p, x_clear_errors, x_error_handler)
3988 (syms_of_xterm): Use it instead of x_error_message_string.
3989
3990 * alloc.c (lisp_align_free): Add an assertion.
3991 (make_interval, allocate_string, make_float, Fcons, Fmake_symbol)
3992 (allocate_misc): If ENABLE_CHECKING is on, check we're not called from
3993 a signal handler.
3994
3995 2006-01-21 Luc Teirlinck <teirllm@auburn.edu>
3996
3997 * dired.c (syms_of_dired) <completion-ignored-extensions>: Doc fix.
3998
3999 2006-01-21 Romain Francoise <romain@orebokech.com>
4000
4001 * xdisp.c (get_window_cursor_type): Fix last change.
4002 Update copyright year.
4003
4004 2006-01-20 Eli Zaretskii <eliz@gnu.org>
4005
4006 * lread.c (Fload): Don't leak the file descriptor returned by
4007 openp if we are going to signal an error.
4008
4009 * w32.c (sys_close): If FD is outside [0..MAXDESC) limits, pass it
4010 directly to _close.
4011 (sys_dup): Protect against new_fd larger than fd_info[] can handle.
4012 (sys_read): If FD is outside [0..MAXDESC) limits, pass it directly
4013 to _read.
4014 (sys_write): If FD is outside [0..MAXDESC) limits, pass it
4015 directly to _write.
4016
4017 * .gdbinit: Don't dereference Vsystem_type's Lisp_Symbol pointer
4018 if it is NULL.
4019
4020 2006-01-20 Kenichi Handa <handa@m17n.org>
4021
4022 * puresize.h (BASE_PURESIZE): Increment to 1190000.
4023
4024 2006-01-19 Chong Yidong <cyd@stupidchicken.com>
4025
4026 * xdisp.c (get_window_cursor_type): Use cursor type specified by
4027 the selected buffer for the echo area too.
4028
4029 2006-01-19 Richard M. Stallman <rms@gnu.org>
4030
4031 * keymap.c (Fmap_keymap): Doc fix.
4032
4033 * s/irix6-5.h (GC_SETJMP_WORKS, GC_MARK_STACK): New definitions.
4034
4035 * keyboard.c (echo_char): Don't omit the space between first two
4036 echoed chars.
4037
4038 * minibuf.c (read_minibuf): Fix previous change.
4039
4040 2006-01-19 Kenichi Handa <handa@m17n.org>
4041
4042 * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
4043
4044 2006-01-17 Richard M. Stallman <rms@gnu.org>
4045
4046 * frame.c (x_frame_get_and_record_arg): Don't record Qunbound
4047 value in f->param_alist.
4048
4049 2006-01-15 Andreas Schwab <schwab@suse.de>
4050
4051 * search.c (Freplace_match): Use UPPERCASEP instead of !NOCASEP.
4052
4053 2006-01-13 Richard M. Stallman <rms@gnu.org>
4054
4055 * Makefile.in: Define new macro WINDOW_SUPPORT.
4056 (lisp): Use it.
4057 (SOME_MACHINE_LISP): Add conditionally loaded files.
4058
4059 2006-01-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4060
4061 * macterm.c [USE_ATSUI] (atsu_get_text_layout_with_text_ptr)
4062 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1020]: Specify kATSLineUseQDRendering.
4063 (XLoadQueryFont) [USE_ATSUI]: Display diacritical marks in
4064 decomposed form.
4065
4066 * process.c [HAVE_INTTYPES_H]: Include inttypes.h.
4067 (ifflag_table): Fix typo (IFF_OACTIV -> IFF_OACTIVE).
4068 (Fnetwork_interface_info): Use HAVE_STRUCT_IFREQ_IFR_NETMASK
4069 macro. Also try member ifr_addr when getting netmask.
4070
4071 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
4072
4073 * fileio.c (Fexpand_file_name): Remove redundant tests.
4074 Fix elimination of // so that it doesn't prevent elimination of an
4075 immediately following /. or /..
4076
4077 2006-01-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4078
4079 * gtkutil.c (xg_toggle_notify_cb): New function.
4080 (xg_toggle_visibility_cb): Move setting of x_gtk_show_hidden_files to
4081 xg_toggle_notify_cb.
4082 (xg_get_file_with_chooser): Add callback to xg_toggle_notify_cb when
4083 parameter value changes so the toggle button gets updated.
4084
4085 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
4086
4087 * .gdbinit: Fix typo.
4088
4089 2006-01-05 Eli Zaretskii <eliz@gnu.org>
4090
4091 * .gdbinit: Fix last change.
4092
4093 2006-01-05 Kim F. Storm <storm@cua.dk>
4094
4095 * process.c (Fmake_network_process): Use AF_INET instead of
4096 AF_UNSPEC when AF_INET6 is not defined.
4097
4098 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4099
4100 * mac.c (mac_coerce_file_name_ptr, mac_coerce_file_name_desc):
4101 Don't check that the other type is known file-related one.
4102
4103 * macfns.c (Fx_server_version): Use gestaltSystemVersionMajor,
4104 gestaltSystemVersionMinor, and gestaltSystemVersionBugFix on Mac
4105 OS X 10.4 and later.
4106
4107 2006-01-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4108
4109 * gtkutil.c (xg_get_image_for_pixmap): If the image is from a file,
4110 let GTK do all image processing. Importing Emacs own pixmaps to GTK
4111 looks bad for inactive tool bar items with some Gnome themes.
4112
4113 2006-01-04 Eli Zaretskii <eliz@gnu.org>
4114
4115 * .gdbinit: Avoid a warning message when x_error_quitter is not
4116 compiled in.
4117
4118 * process.c [WINDOWSNT]: Undef AF_INET6 to disable IPv6 support
4119 for w32.
4120
4121 2006-01-04 Kim F. Storm <storm@cua.dk>
4122
4123 * process.c: Add IPv6 support.
4124 (Qipv4, Qipv6): New vars.
4125 (syms_of_process): Intern and staticpro them.
4126 (Fformat_network_address): Handle 9 or 8 element vector as IPv6 address
4127 with or without port number. Handle 4 element vector as IPv4 address
4128 without port number.
4129 (conv_sockaddr_to_lisp, get_lisp_to_sockaddr_size)
4130 (conv_lisp_to_sockaddr): Handle IPv6 addresses.
4131 (Fmake_network_process): Use :family 'ipv4 and 'ipv6 to explicitly
4132 request that address family only. :family nil or omitted means to
4133 determine address family from the specified :host and :service.
4134 (ifflag_table): Add missing OpenBSD IFF_ flags.
4135 (server_accept_connection): Handle IPv6 addresses.
4136 (init_process): Add (:family ipv4) and (:family ipv6) sub-features.
4137
4138 * .gdbinit: Undo last change. Instead, look at Vsystem_type to
4139 determine which breakpoints to set.
4140
4141 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
4142
4143 * keymap.c (describe_map_compare): Yet another int/Lisp_Object mixup.
4144
4145 * window.h (Fwindow_minibuffer_p): Declare (for use in minibuf.c).
4146
4147 2006-01-03 Romain Francoise <romain@orebokech.com>
4148
4149 * emacs.c (main): Update copyright year.
4150
4151 2006-01-03 Ken Raeburn <raeburn@gnu.org>
4152
4153 * callproc.c (delete_temp_file): Bind file-name-handler-alist to
4154 nil for the call to internal_delete_file.
4155
4156 2006-01-01 Ken Raeburn <raeburn@gnu.org>
4157
4158 * callproc.c (Fcall_process_region): Bind file-name-handler-alist
4159 to nil for the call to Fwrite_region.
4160
4161 2005-12-31 Richard M. Stallman <rms@gnu.org>
4162
4163 * minibuf.c (read_minibuf): Clear out all other minibuffer windows.
4164
4165 2005-12-31 Eli Zaretskii <eliz@gnu.org>
4166
4167 * emacs.c (gdb_pvec_type): A dummy variable for GDB's sake.
4168
4169 2005-12-30 Luc Teirlinck <teirllm@auburn.edu>
4170
4171 * textprop.c (set_text_properties): Reword description of return value.
4172 Return Qnil if caller wants to remove all text properties from a
4173 string and the string already has no intervals.
4174
4175 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
4176
4177 * term.c (visible_cursor): New boolean var.
4178 (set_terminal_modes, tty_show_cursor): Use "vs" or "ve" depending on
4179 visible_cursor.
4180 (syms_of_term): Export the new var as "visible-cursor".
4181
4182 2005-12-30 Eli Zaretskii <eliz@gnu.org>
4183
4184 * .gdbinit: Tell users not to worry about GDB warnings that some
4185 functions do not exist in the binary.
4186
4187 2005-12-30 Andreas Schwab <schwab@suse.de>
4188
4189 * process.c (Fnetwork_interface_info): Correctly terminate the
4190 loop over ifflag_table.
4191
4192 2005-12-29 Richard M. Stallman <rms@gnu.org>
4193
4194 * lread.c (readevalloop): Test for reading a whole buffer
4195 before actually reading anything. Handle all cases, including
4196 START = END = nil and an already-narrowed buffer.
4197 Convert END to a marker if it is a number.
4198
4199 * keymap.c (describe_map): Put sparse map elements into an array,
4200 sort them, then output a sequence of identical bindings on one line.
4201 (struct describe_map_elt): New data type.
4202 (describe_map_compare): New function.
4203
4204 2005-12-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4205
4206 * gtkutil.c (xg_get_file_with_chooser): Change message shown
4207 in file chooser.
4208
4209 2005-12-27 Richard M. Stallman <rms@gnu.org>
4210
4211 * lread.c (readevalloop): Set PT and ZV in the proper buffer,
4212 not the current one.
4213
4214 * minibuf.c (Fminibuffer_message): Doc fix.
4215 (read_minibuf): Set current_buffer->enable_multibyte_characters sooner.
4216
4217 * eval.c (do_autoload): Ignore elements of Vautoload_queue
4218 where car is not symbol.
4219
4220 2005-12-27 Kenichi Handa <handa@m17n.org>
4221
4222 * charset.c (lisp_string_width): Check multibyteness of STRING.
4223
4224 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4225
4226 * xfns.c: x_show_hidden_files, new variable.
4227 (syms_of_xfns): Defvar it.
4228
4229 * gtkutil.c (xg_toggle_visibility_cb): New function.
4230 (xg_get_file_with_chooser): Add toggle hidden files and a message
4231 to the new file chooser dialog. Show hidden files if
4232 x_show_hidden_files is non-zero.
4233
4234 2005-12-26 Richard M. Stallman <rms@gnu.org>
4235
4236 * keyboard.h: Undo previous change.
4237
4238 * Makefile.in (undo.o): Undo previous change.
4239
4240 * undo.c: Undo previous change.
4241
4242 2005-12-26 Luc Teirlinck <teirllm@auburn.edu>
4243
4244 * keyboard.h: extern last_point_position_window.
4245
4246 * undo.c: include keyboard.h.
4247
4248 * Makefile.in (undo.o): Depend on keyboard.h.
4249
4250 2005-12-26 Richard M. Stallman <rms@gnu.org>
4251
4252 * commands.h (last_point_position_window): Declare.
4253
4254 * undo.c: Depend on window.h.
4255 (record_point): Save old point from the correct window.
4256
4257 * keyboard.c (last_point_position_window): New variable.
4258 (command_loop_1): Set last_point_position_window.
4259 (syms_of_keyboard): Init it.
4260
4261 * Makefile.in (undo.o): Depend on window.h.
4262
4263 2005-12-25 Richard M. Stallman <rms@gnu.org>
4264
4265 * eval.c (un_autoload): Expect (0 . OFEATURES) in Vautoload_queue
4266 to undo a `provide'.
4267
4268 * fns.c (Fprovide): Store (0 . OFEATURES) in Vautoload_queue.
4269
4270 2005-12-25 Giorgos Keramidas <keramida@ceid.upatras.gr>
4271
4272 * m/amdx86-64.h [__FreeBSD__] (START_FILES, LIB_STANDARD):
4273 define for FreeBSD on this platform.
4274
4275 2005-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4276
4277 * macterm.h (TYPE_FILE_NAME): New define.
4278 (posix_pathname_to_fsspec, fsspec_to_posix_pathname): Remove externs.
4279
4280 * mac.c (posix_pathname_to_fsspec, fsspec_to_posix_pathname):
4281 Add prototypes. Make static.
4282 (mac_aedesc_to_lisp): Initialize err to noErr.
4283 (mac_coerce_file_name_ptr, mac_coerce_file_name_desc)
4284 (init_coercion_handler): New functions.
4285 (Fmac_coerce_ae_data): Use coercion of Apple event data for
4286 translation from/to file names.
4287
4288 * macterm.c: Don't include sys/param.h.
4289 (init_coercion_handler): Add extern.
4290 [MAC_OS8] (main): Call init_coercion_handler.
4291 (mac_initialize) [MAC_OSX]: Likewise.
4292 [TARGET_API_MAC_CARBON] (mac_do_receive_drag): Use coercion of
4293 Apple event data for translation from/to file names.
4294
4295 * macfns.c [TARGET_API_MAC_CARBON] (Fx_file_dialog): Likewise.
4296
4297 * image.c [MAC_OS] (find_image_fsspec): Likewise.
4298
4299 2005-12-23 Martin Rudalics <rudalics@gmx.at>
4300
4301 * insdel.c (insert, insert_and_inherit, insert_before_markers)
4302 (insert_before_markers_and_inherit): Make sure FROM is correct
4303 when `after-change-functions' are called.
4304
4305 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4306
4307 * xfns.c (Fx_uses_old_gtk_dialog): New function.
4308
4309 * gtkutil.c (xg_uses_old_file_dialog): New function.
4310 (xg_get_file_name): Use xg_uses_old_file_dialog.
4311
4312 * gtkutil.h: Declare xg_uses_old_file_dialog.
4313
4314 2005-12-22 Richard M. Stallman <rms@gnu.org>
4315
4316 * xmenu.c (xmenu_show): Call inhibit_garbage_collection.
4317
4318 2005-12-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4319
4320 * mac.c (Fmac_coerce_ae_data) [MAC_OSX]: Fix memory leak.
4321
4322 * macgui.h (XCharStruct): Remove member `valid_p'.
4323 (STORE_XCHARSTRUCT): Don't set member `valid_p'.
4324 (XCharStructRow): New typedef.
4325 (XCHARSTRUCTROW_CHAR_VALID_P, XCHARSTRUCTROW_SET_CHAR_VALID):
4326 New macros.
4327 (struct MacFontStruct): Add member `bounds'. Remove member
4328 `per_char'. All uses for QuichDraw Text fonts are changed to
4329 `bounds.per_char'. ATSUI font bounds are represented as an array
4330 `bounds.rows' of XCharStructRow's, each of which consists of a
4331 bitmap of valid entries and an array of char bounds.
4332
4333 * macterm.c (mac_per_char_metric): Add prototype.
4334 (x_per_char_metric) [USE_CG_TEXT_DRAWING]: Remove prototype.
4335 (mac_query_char_extents): New function.
4336 (x_per_char_metric): Use it.
4337 (XLoadQueryFont): Likewise. Consolidate min/max_bounds calculations.
4338 [USE_CG_TEXT_DRAWING] (mac_draw_string_cg):
4339 Use mac_per_char_metric instead of x_per_char_metric.
4340 (mac_text_extents_16): New function.
4341 (mac_compute_glyph_string_overhangs): Use it.
4342 (mac_unload_font): Free member `bounds' in struct MacFontStruct.
4343
4344 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
4345
4346 * minibuf.c (Fdisplay_completion_list): Use XCAR/XCDR.
4347 (Fminibuffer_completion_help): Remove duplicates before display.
4348
4349 2005-12-21 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
4350
4351 * print.c (print_preprocess): Don't lose print_depth levels while
4352 iterating.
4353
4354 2005-12-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4355
4356 * macmenu.c (Qmac_apple_event): Add extern.
4357 (set_frame_menubar, mac_menu_show keymp_panes)
4358 (single_keymap_panes, list_of_panes, list_of_item)
4359 (single_menu_item): Add argument types to prototypes.
4360 (mac_dialog_show) [HAVE_DIALOGS]: Likewise.
4361 (struct skp): New struct (from xmenu.c).
4362 (single_keymap_panes, single_menu_item, list_of_panes)
4363 (list_of_item): Sync with xmenu.c.
4364 (Fx_popup_menu, Fx_popup_dialog): Likewise. Don't get window from
4365 POSITION if it is mac-apple-event event.
4366 (menubar_selection_callback): Don't use menu_command_in_progress.
4367 (set_frame_menubar): First parse all submenus, then make
4368 widget_value trees from them. Don't allocate any widget_value
4369 objects until we are done with the parsing.
4370 (parse_single_submenu, digest_single_submenu): New functions.
4371 (single_submenu): Function deleted, replaced by those two.
4372 (install_menu_quit_handler) [HAVE_CANCELMENUTRACKING]: Don't
4373 create or dispose of EventHandlerUPP. Install hander to all submenus.
4374 (mac_menu_show) [!HAVE_MULTILINGUAL_MENU]: Use ENCODE_MENU_STRING
4375 instead of ENCODE_SYSTEM.
4376 (free_frame_menubar, fill_submenu, fill_menu): Don't use NULL for
4377 integer values.
4378 [HAVE_DIALOGS] (mac_dialog_show): Sync with xdialog_show (in xmenu.c).
4379 (add_menu_item) [TARGET_API_MAC_CARBON]: Use CFString functions to
4380 format menu item string. Don't use NULL for integer value.
4381
4382 * macterm.h (struct mac_output): Remove unused member
4383 menu_command_in_progress.
4384
4385 2005-12-20 Juri Linkov <juri@jurta.org>
4386
4387 * xmenu.c (Fx_popup_menu): Set Vmenu_updating_frame to f if
4388 position is non-nil, else set it to nil.
4389
4390 * macmenu.c (Fx_popup_menu): Add `else' to set
4391 Vmenu_updating_frame to nil only if position is nil.
4392
4393 * w32menu.c (Fx_popup_menu): Add `else' to set
4394 Vmenu_updating_frame to nil only if position is nil.
4395
4396 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4397
4398 * keyboard.c (make_lispy_event): Drag-and-drop items are now
4399 stored in member `args' of struct input_event.
4400
4401 * termhooks.h (struct input_event): Fix comment for DRAG_N_DROP_EVENT.
4402
4403 * xselect.c (x_handle_dnd_message): Drag-and-drop items are now
4404 stored in member `args' of struct input_event.
4405
4406 * w32term.c (construct_drag_n_drop): Likewise.
4407
4408 * macterm.c (mac_do_receive_drag): Likewise.
4409 (x_use_underline_position_properties): Undo 2005-07-13 change.
4410 (syms_of_macterm) <x-use-underline-position-properties>: Likewise.
4411 (mac_use_core_graphics, mac_wheel_button_is_mouse_2)
4412 (mac_pass_command_to_system, mac_pass_control_to_system):
4413 New boolean variables renamed from Lisp_Object ones
4414 Vmac_use_core_graphics, Vmac_wheel_button_is_mouse_2,
4415 Vmac_pass_command_to_system, and Vmac_pass_control_to_system.
4416 All uses changed.
4417 (syms_of_macterm): DEFVAR_BOOL them. Remove previous DEFVAR_LISPs.
4418 Make them user options.
4419 (mac_handle_command_event, mac_store_services_event):
4420 Call create_apple_event_from_event_ref without 5th argument.
4421 (backtranslate_modified_keycode): Mask off modifier keys that are
4422 mapped to some Emacs modifiers before passing it to KeyTranslate.
4423 (syms_of_macterm): Make variables `mac-emulate-three-button-mouse',
4424 `mac-wheel-button-is-mouse-2', and `mac-*-modifier' user options.
4425 Fix docstrings of `mac-*-modifier'.
4426
4427 * mac.c (create_apple_event_from_event_ref): Remove arg `types'.
4428 (do_applescript): Change argument types to Lisp_Object.
4429 All uses changed.
4430
4431 * macterm.h (create_apple_event_from_event_ref): Remove 5th
4432 argument from extern.
4433
4434 2005-12-18 Dan Nicolaescu <dann@ics.uci.edu>
4435
4436 * xfns.c (Fx_backspace_delete_keys_p): In case we cannot determine
4437 the answer, return `lambda', not nil.
4438
4439 2005-12-17 Eli Zaretskii <eliz@gnu.org>
4440
4441 * makefile.w32-in (bootstrap-temacs): Warn that parts of commands
4442 enclosed in $(ARGQUOTE)s should not be split between two lines, as
4443 that will break with GNU Make >3.80, when sh.exe is used and
4444 arg quoting is with '..'.
4445
4446 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
4447
4448 * print.c (print_preprocess): Just signal an error if print_depth
4449 is exceeded.
4450
4451 2005-12-17 Eli Zaretskii <eliz@gnu.org>
4452
4453 * .gdbinit: Set a breakpoint on w32_abort.
4454
4455 2005-12-16 Juri Linkov <juri@jurta.org>
4456
4457 * minibuf.c (Fminibuffer_completion_contents): New Lisp function
4458 created from minibuffer_completion_contents.
4459 (minibuffer_completion_contents): Remove.
4460 (do_completion, Fminibuffer_complete_word)
4461 (Fminibuffer_completion_help): Replace minibuffer_completion_contents
4462 with Fminibuffer_completion_contents.
4463 (syms_of_minibuf): Add Sminibuffer_completion_contents.
4464 (Fdisplay_completion_list): Doc fix.
4465 (display_completion_list_1): Use `nil' for second arg of
4466 `Fdisplay_completion_list'.
4467
4468 2005-12-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4469
4470 * xfns.c (compute_tip_xy): Handle negative dx and dy.
4471
4472 * w32fns.c (compute_tip_xy): Ditto.
4473
4474 * macfns.c (compute_tip_xy): Ditto.
4475
4476 2005-12-14 Chong Yidong <cyd@stupidchicken.com>
4477
4478 * print.c (print_preprocess): Go to a deeper print_depth to avoid
4479 print_object loop.
4480
4481 2005-12-14 Kyotaro HORIGUCHI <horiguti@meadowy.org> (tiny change)
4482
4483 * coding.c (code_convert_region_unwind): GCPRO arg.
4484
4485 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4486
4487 * xfns.c (compute_tip_xy): Calculate root_y the same way as root_x,
4488 i.e. dy is offset from top of frame instead of bottom.
4489
4490 * macfns.c (compute_tip_xy): Ditto.
4491
4492 * w32fns.c (compute_tip_xy): Ditto.
4493
4494 * gtkutil.c (SSDATA): New macro to remove compiler warnings.
4495 (xg_get_image_for_pixmap, xg_create_frame_widgets)
4496 (xg_get_file_with_chooser): Use SSDATA instead of SDATA.
4497
4498 * xmenu.c (menubar_selection_callback): Do nothing if the callback
4499 is for an unselected radio menu item.
4500
4501 2005-12-11 Richard M. Stallman <rms@gnu.org>
4502
4503 * xdisp.c (syms_of_xdisp) <blink-cursor-alist>: Doc fix.
4504
4505 * lisp.h [! NO_UNION_TYPE] (EQ): Use == so args are computed just once.
4506
4507 * keymap.c (Fset_keymap_parent, store_in_keymap): Use CHECK_IMPURE.
4508 (Flookup_key): Doc fix.
4509 (syms_of_keymap) <function-key-map>: Doc fix.
4510
4511 * fns.c (Frequire): Treat evaluating from a source file
4512 like loading the file.
4513
4514 * floatfns.c (Flog): Doc fix.
4515
4516 * fileio.c (Finsert_file_contents): Set Vdeactivate_mark
4517 when we change the buffer.
4518
4519 2005-12-11 Juri Linkov <juri@jurta.org>
4520
4521 * minibuf.c (display_completion_list_1):
4522 Call `minibuffer_completion_contents' instead of using `nil' as
4523 second arg of `Fdisplay_completion_list'.
4524 (keys_of_minibuf): Unbind SPC in
4525 Vminibuffer_local_filename_completion_map (see also related
4526 change on 2005-12-06).
4527
4528 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4529
4530 * emacs.c (main) [MAC_OS8]: Undo previous change.
4531
4532 * macselect.c (syms_of_macselect) <mac-apple-event-map>:
4533 Initialize to nil. Keymap is now created in lisp/term/mac-win.el.
4534
4535 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4536
4537 * Makefile.in (macselect.o): Depend on keymap.h.
4538
4539 * emacs.c (main) [MAC_OS8]: Call syms_of_keymap before
4540 syms_of_macselect.
4541
4542 * image.c (init_image) [MAC_OS]: Don't call EnterMovies.
4543 [!HAVE_GIF && MAC_OS] (gif_load): Call EnterMovies.
4544
4545 * keyboard.c (Qmac_apple_event) [MAC_OS]: New variable.
4546 (syms_of_keyboard) [MAC_OS]: Initialize it.
4547 (make_lispy_event) [MAC_OS]: Build lisp event for MAC_APPLE_EVENT.
4548
4549 * mac.c (Qundecoded_file_name): New variable.
4550 (syms_of_mac): Initialize it.
4551 (mac_aelist_to_lisp, mac_aedesc_to_lisp): New functions.
4552 [TARGET_API_MAC_CARBON] (create_apple_event_from_event_ref): New fun.
4553 (Fmac_coerce_ae_data): New defun.
4554 (syms_of_mac): Defsubr it.
4555
4556 * macselect.c: Include keymap.h.
4557 (mac_ready_for_apple_events): New variable.
4558 (Vmac_apple_event_map, Qmac_apple_event_class)
4559 (Qmac_apple_event_id): New variables.
4560 (syms_of_macselect): Initialize them.
4561 (Qundefined, mac_store_apple_event): Add externs.
4562 (struct apple_event_binding): New struct.
4563 (find_event_binding_fun, find_event_binding)
4564 (mac_find_apple_event_spec, defer_apple_events)
4565 (mac_handle_apple_event, init_apple_event_handler)
4566 (copy_scrap_flavor_data): New functions.
4567 (Fmac_process_deferred_apple_events): New defun.
4568 (syms_of_macselect): Defsubr it.
4569 (mac_store_services_event): Fix extern.
4570 (mac_handle_service_event): Don't allocate Lisp objects during
4571 asynchronous input processing. Use mac_store_services_event
4572 instead of mac_store_application_menu_event.
4573
4574 * macterm.c (Qmac_ready_for_drag_n_drop, Qapplication, Qabout)
4575 (Qpreferences): Remove variables.
4576 (syms_of_macterm) : Don't initialize them.
4577 (Qhicommand) [USE_CARBON_EVENTS]: New variable.
4578 (syms_of_macterm) [USE_CARBON_EVENTS]: Initialize it.
4579 (init_required_apple_events, do_ae_open_application)
4580 (do_ae_print_documents, do_ae_open_documents)
4581 (do_ae_quit_application): Remove functions and prototypes.
4582 (mac_ready_for_apple_events, Qundefined, init_apple_event_handler)
4583 (mac_find_apple_event_spec): Add externs.
4584 (mac_store_application_menu_event): Remove function.
4585 (mac_store_apple_event, mac_make_lispy_event_code): New functions.
4586 (mac_handle_command_event): Create Apple event from Carbon event.
4587 Use mac_store_apple_event instead of mac_store_application_menu_event.
4588 [MAC_OSX] (mac_store_services_event): Likewise.
4589 (struct SelectionRange, SelectionRange): Remove struct and typedef.
4590 [MAC_OS8] (main): Call init_apple_event_handler instead of
4591 init_required_apple_events.
4592 (mac_initialize) [MAC_OSX]: Likewise.
4593 [!USE_CARBON_EVENTS] (mac_wait_next_event):
4594 Use mac_ready_for_apple_events instead of Qmac_ready_for_drag_n_drop.
4595
4596 * macterm.h (mac_make_lispy_event_code, mac_aedesc_to_lisp):
4597 Add externs.
4598 (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]: Likewise.
4599 (Fmac_get_preference): Add EXFUN.
4600
4601 * termhooks.h (enum event_kind) [MAC_OS]: Add new MAC_APPLE_EVENT
4602 event.
4603
4604 2005-12-09 Richard M. Stallman <rms@gnu.org>
4605
4606 * xfns.c (Fx_create_frame): Reinstate previous change.
4607
4608 2005-12-09 Eli Zaretskii <eliz@gnu.org>
4609
4610 * w32fns.c (w32_abort) [__GNUC__]: Add instructions for attaching
4611 GDB to the abort dialog.
4612
4613 2005-12-09 Kyotaro HORIGUCHI <horiguti@meadowy.org> (tiny change)
4614
4615 * indent.c (Fvertical_motion): Force move if starting on
4616 stretch glyph.
4617
4618 2005-12-08 Richard M. Stallman <rms@gnu.org>
4619
4620 * lread.c (read_escape) <\s>: Don't treat strings specially.
4621
4622 * xfns.c (Fx_create_frame): Comment out previous change.
4623
4624 2005-12-07 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
4625
4626 * xfns.c (Fx_create_frame): Initialize Vdefault_minibuffer_frame,
4627 when needed.
4628
4629 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4630
4631 * minibuf.c (keys_of_minibuf): Just unbind SPC in
4632 Vminibuffer_local_filename_completion_map rather than forcing it
4633 explicitly to the same binding as the global map.
4634
4635 2005-12-06 Ken Raeburn <raeburn@gnu.org>
4636
4637 * buffer.c (Fkill_buffer): Avoid dangerous side effects in NILP args.
4638 * bytecode.c (Fbyte_code): Likewise.
4639 * fileio.c (internal_delete_file, Fread_file_name_internal): Likewise.
4640 * minibuf.c (Fminibuffer_complete_and_exit): Likewise.
4641 * undo.c (truncate_undo_list): Likewise.
4642
4643 2005-12-05 Richard M. Stallman <rms@gnu.org>
4644
4645 * window.c (enlarge_window): Eliminate arg preserve_before.
4646 Assume it is 0. All callers changed.
4647 (Fenlarge_window, Fshrink_window): Likewise.
4648
4649 2005-12-02 Eli Zaretskii <eliz@gnu.org>
4650
4651 * w32fns.c (compute_tip_xy): Put tip above pointer if it doesn't
4652 fit below.
4653
4654 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4655
4656 * xterm.h: Add prototype for xg_set_icon_from_xpm_data.
4657
4658 * xfns.c (x_real_positions): int ign => unsigned int.
4659 (xg_set_icon_from_xpm_data): Remove unused variable err.
4660 (x_set_name_internal, Fx_create_frame, xg_set_icon): Add cast
4661 to remove compiler warning.
4662 (compute_tip_xy): Put tip above pointer if it doesn't fit below.
4663
4664 2005-12-02 David Reitter <david.reitter@gmail.com>
4665
4666 * minibuf.c (Fcompleting_read): If Vminibuffer_completing_file_name is
4667 non-nil, use the new keymaps Vminibuffer_local_filename_completion_map
4668 and Vminibuffer_local_must_match_filename_map keymaps.
4669 (keys_of_minibuf): Bind SPC in the new file-name completion keymaps.
4670
4671 * keymap.c (Vminibuffer_local_filename_completion_map)
4672 (Vminibuffer_local_must_match_filename_map): New variables.
4673 (syms_of_keymap): DEFVAR_LISP them, initialize them, and set their
4674 parent to be Vminibuffer_local_completion_map and
4675 Vminibuffer_local_must_match_map, respectively.
4676
4677 * commands.h (Vminibuffer_local_filename_completion_map)
4678 (Vminibuffer_local_must_match_filename_map): Declare the new keymaps.
4679
4680 2005-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
4681
4682 * window.c (Fset_window_configuration): Don't accidentally copy the
4683 window-point of one window to another.
4684
4685 2005-11-30 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
4686
4687 * buffer.c (Fpop_to_buffer): Remove superfluous call to record_buffer.
4688
4689 2005-11-30 Kim F. Storm <storm@cua.dk>
4690
4691 * alloc.c: Include fcntl.h. Define O_WRONLY if not defined.
4692 (valid_lisp_object_p) [!GC_MARK_STACK]: Validate pointer by
4693 passing it to `emacs_write'.
4694
4695 2005-11-29 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
4696
4697 * atimer.c (stop_other_atimers): Fix loop to correctly compute `prev'.
4698
4699 2005-11-27 Richard M. Stallman <rms@gnu.org>
4700
4701 * window.c (adjust_window_trailing_edge): New function.
4702 (Fadjust_window_trailing_edge): New function.
4703 (syms_of_window): Defsubr it.
4704 (window_deletion_count): New variable.
4705 (delete_window): Update window_deletion_count.
4706
4707 2005-11-26 Eli Zaretskii <eliz@gnu.org>
4708
4709 * minibuf.c (syms_of_minibuf): Mention the extension of
4710 `completion-auto-help's meaning by complete.el.
4711
4712 2005-11-26 Henrik Enberg <henrik.enberg@telia.com>
4713
4714 * xfaces.c (Finternal_set_lisp_face_attribute_from_resource):
4715 Handle :inherit property as a lisp expression.
4716
4717 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4718
4719 * macterm.c (Qcontrol): Rename from Qctrl. All uses changed.
4720 (syms_of_macterm): Staticpro Qcontrol, Qmeta, Qalt, Qhyper,
4721 Qsuper, and Qmodifier_value.
4722 (Vmac_control_modifier, Vmac_option_modifier)
4723 (Vmac_command_modifier, Vmac_function_modifier)
4724 (Vmac_emulate_three_button_mouse, Vmac_wheel_button_is_mouse_2)
4725 (Vmac_pass_command_to_system, Vmac_pass_control_to_system)
4726 (Vmac_charset_info_alist): Doc fixes.
4727
4728 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4729
4730 * emacs.c (main) [MAC_OSX]: Change working directory to home
4731 directory if `-psn_*' option is specified.
4732
4733 * mac.c (DECODE_UTF_8): Remove macro.
4734 [TARGET_API_MAC_CARBON] (cfstring_to_lisp_nodecode): New function
4735 created from cfstring_to_lisp.
4736 [TARGET_API_MAC_CARBON] (cfstring_to_lisp): Use it.
4737 (xrm_get_preference_database) [TARGET_API_MAC_CARBON]: Likewise.
4738
4739 * macterm.h (cfstring_to_lisp_nodecode) [TARGET_API_MAC_CARBON]:
4740 Add prototype.
4741
4742 2005-11-21 Ken Raeburn <raeburn@gnu.org>
4743
4744 * keymap.c (shadow_lookup): Use make_number to pass a number to
4745 Fsubstring.
4746
4747 2005-11-21 Juri Linkov <juri@jurta.org>
4748
4749 * puresize.h (BASE_PURESIZE): Increment to 1180000.
4750
4751 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
4752
4753 * xfaces.c (Finternal_set_lisp_face_attribute):
4754 Use :ignore-defface for new frame defaults when `unspecified' is
4755 supplied.
4756 (Finternal_get_lisp_face_attribute): Hide :ignore-defface.
4757 (merge_face_vectors): Don't do :ignore-defface overwriting here.
4758 (Finternal_merge_in_global_face): Do it here.
4759
4760 2005-11-20 Juri Linkov <juri@jurta.org>
4761
4762 * charset.c (invalid_character): Use Lisp-readable syntax
4763 for octal and hex. Reorder decimal, octal and hex values.
4764
4765 2005-11-20 Nick Roberts <nickrob@snap.net.nz>
4766
4767 * lisp.h: Use typedef when Lisp_Object is EMACS_INT so that
4768 this type is recognised when debugging.
4769
4770 2005-11-19 Andreas Schwab <schwab@suse.de>
4771
4772 * .gdbinit (nextcons, xcdr, xfloat): Update for changes in
4773 Lisp_Cons and Lisp_Float.
4774
4775 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4776
4777 * macterm.c [USE_CG_TEXT_DRAWING] (cg_text_anti_aliasing_threshold):
4778 New variable.
4779 [USE_CG_TEXT_DRAWING] (init_cg_text_anti_aliasing_threshold): New fun.
4780 (init_font_name_table) [USE_ATSUI && USE_CG_TEXT_DRAWING]: Use it.
4781 [USE_CG_TEXT_DRAWING] (mac_draw_string_cg): Don't do antialiasing if
4782 font size is smaller than or equal to cg_text_anti_aliasing_threshold.
4783
4784 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
4785
4786 * image.c (x_create_bitmap_from_xpm_data): Free attributes on fail.
4787
4788 * xfaces.c (Qignore_defface): New variable.
4789 (syms_of_xfaces): Provide `:ignore-defface'.
4790 (IGNORE_DEFFACE_P): New macro.
4791 (check_lface_attrs, lface_fully_specified_p)
4792 (Finternal_set_lisp_face_attribute)
4793 (Fface_attribute_relative_p, Fmerge_face_attribute):
4794 Handle Qignore_defface as a possible value.
4795 (merge_face_vectors): The merged face is `unspecified' if the
4796 mergee specifies `:ignore-defface'.
4797
4798 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4799
4800 * lread.c (readevalloop): Add missing GCPROs.
4801
4802 2005-11-16 Chong Yidong <cyd@stupidchicken.com>
4803
4804 * xfns.c (xg_set_icon_from_xpm_data): New function.
4805
4806 * gnu.h (gnu_xpm_bits): Rename from gnu_bits.
4807 (gnu_xbm_bits): Rename from gnu_bits (xbm version).
4808
4809 * xterm.c (x_bitmap_icon): Use the xpm if available.
4810
4811 * image.c (x_create_bitmap_from_xpm_data): New function.
4812 (x_create_bitmap_from_xpm_data): Initialize XpmAttributes.
4813
4814 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
4815
4816 * Makefile.in (lisp, shortlisp): Add rfn-eshadow.
4817
4818 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
4819
4820 * .gdbinit: Make SIGTSTP work like SIGINT normally does.
4821
4822 2005-11-15 Andreas Schwab <schwab@suse.de>
4823
4824 * lisp.h (struct Lisp_Cons): Make cdr a union.
4825 (XCDR_AS_LVALUE): Adjust.
4826 (struct Lisp_Float): Make data a union.
4827 (XFLOAT_DATA): Adjust.
4828
4829 * alloc.c (free_float): Make free list chaining aliasing-safe.
4830 (make_float): Likewise.
4831 (free_cons): Likewise.
4832 (Fcons): Likewise.
4833 (check_cons_list): Likewise.
4834 (Fmake_symbol): Likewise.
4835 (allocate_misc): Likewise.
4836 (free_misc): Likewise.
4837 (gc_sweep): Likewise.
4838
4839 2005-11-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4840
4841 * mac.c (HASHKEY_QUERY_CACHE): New define.
4842 (xrm_create_database, xrm_q_put_resource): Empty query cache.
4843 (xrm_get_resource): Use query cache.
4844
4845 * image.c (init_image) [MAC_OS]: Don't call EnterMovies if
4846 inhibit_window_system is set.
4847
4848 2005-11-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4849
4850 * macgui.h (USE_CG_TEXT_DRAWING): New define.
4851 (struct MacFontStruct) [USE_CG_TEXT_DRAWING]: New members cg_font
4852 and cg_glyphs.
4853
4854 * macterm.c [USE_CG_TEXT_DRAWING] (mac_draw_string_cg): New function.
4855 (x_draw_glyph_string_foreground) [USE_CG_TEXT_DRAWING]: Use it.
4856 (XLoadQueryFont) [USE_CG_TEXT_DRAWING]: Set members cg_font and
4857 cg_glyphs in struct MacFontStruct if synthesized bold or italic is
4858 not used and font substitution never occurs for ASCII and Latin-1
4859 characters.
4860 (XLoadQueryFont): Maximum and minimum metrics are now those among
4861 ASCII characters.
4862 (XLoadQueryFont) [!MAC_OS8 || USE_ATSUI]: Apply WebKit-style
4863 height adjustments for Courier, Helvetica, and Times.
4864
4865 * s/darwin.h (LIBS_CARBON) [!HAVE_CARBON]: Remove `-framework Carbon'.
4866
4867 2005-11-11 David Reitter <david.reitter@gmail.com>
4868
4869 * macterm.c (syms_of_macterm): Remove macCtrlKey, macShiftKey,
4870 macMetaKey, macAltKey. Introduce Qctrl, Qmeta,
4871 Vmac_control_modifier / mac-control-modifier,
4872 Vmac_option_modifier / mac-option-modifier,
4873 Vmac_command_modifier / mac-command-modifier.
4874 (mac_to_emacs_modifiers): Use the new style modifier
4875 variables. Return UInt32 (modifiers are longs now.)
4876 (backtranslate_modified_keycode): New function (refactoring).
4877 (XTread_socket): Use new modifier variables and refactored function.
4878 (mac_determine_quit_char_modifiers): Remove macMetaKey (there is
4879 no dedicated meta key. Not in use anyway.)
4880 (convert_fn_keycode): Map Fn-keys to their original keycode
4881 using a table (english keyboard only).
4882
4883 2005-11-11 Kim F. Storm <storm@cua.dk>
4884
4885 * .gdbinit (pitx): Fix output format if n_overlay_strings > 0.
4886 Add post hook to "backtrace" to always dump lisp call stack to
4887 increase chance of people sending it to us when reporting bugs.
4888
4889 * doc.c (Fsubstitute_command_keys): Doc fix.
4890
4891 * dispextern.h (struct it): New member ignore_overlay_strings_at_pos_p.
4892
4893 * xdisp.c (handle_stop): Skip overlay string handling if
4894 ignore_overlay_strings_at_pos_p is set.
4895 (set_iterator_to_next): At end of display vector, set
4896 ignore_overlay_strings_at_pos_p if dpvec came from an overlay
4897 string, so we skip those overlay strings at current pos.
4898
4899 2005-11-10 Lars Hansen <larsh@soem.dk>
4900
4901 * fileio.c (file-regular-p): Doc fix.
4902
4903 2005-11-10 Kim F. Storm <storm@cua.dk>
4904
4905 * alloc.c (valid_lisp_object_p): New function to validate that
4906 an object is really a valid Lisp_Object.
4907
4908 * lisp.h (valid_lisp_object_p): Add prototype.
4909
4910 * print.c (safe_debug_print): New function to be called from gdb
4911 to print Lisp objects; use valid_lisp_object_p to avoid crashing
4912 if user tries to print something which is not a Lisp object.
4913
4914 * .gdbinit (pp, pp1): Use safe_debug_print.
4915 (pv, pv1): New commands to print value of a lisp variable.
4916
4917 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
4918
4919 * .gdbinit (pp1): New user-defined function.
4920
4921 2005-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4922
4923 * image.c [MAC_OSX] (image_load_quartz2d): Fix memory leak.
4924
4925 * mac.c [MAC_OSX] (init_mac_osx_environment): Reinitialize locale
4926 related variables for dumped executable.
4927
4928 * unexmacosx.c (unexec_write_zero): New function.
4929 (copy_data_segment): Clear uninitialized local variables in
4930 statically linked libraries.
4931
4932 * s/darwin.h (C_SWITCH_SYSTEM): Remove -fno-common.
4933
4934 2005-11-09 Juri Linkov <juri@jurta.org>
4935
4936 * keymap.c (shadow_lookup): If Flookup_key returns a number,
4937 call it again with a sub-key-sequence, and if its return value
4938 is non-nil (sub-key is bound), return nil.
4939
4940 2005-11-08 Kim F. Storm <storm@cua.dk>
4941
4942 * process.c (Fsignal_process): Recognize signal names with and
4943 without SIG prefix, e.g. SIGHUP and HUP.
4944
4945 * search.c (search_buffer): No need to initialize base_pat.
4946
4947 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
4948
4949 * window.c (Fget_lru_window, Fget_largest_window, window_loop):
4950 Don't abuse the `mini' arg. Use the `obj' arg instead.
4951
4952 2005-11-04 Kim F. Storm <storm@cua.dk>
4953
4954 * xdisp.c (show_mouse_face): Clear mouse face to eol.
4955
4956 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
4957
4958 * Makefile.in (lisp, shortlisp): Add emacs-lisp/syntax.elc,
4959 font-lock.elc and jit-lock.elc.
4960
4961 2005-11-03 Richard M. Stallman <rms@gnu.org>
4962
4963 * window.c (Fenlarge_window): Rename SIDE to HORIZONTAL.
4964 (enlarge_window): Rename WIDTHFLAG to HORIZ_FLAG.
4965 (CURBEG, CURSIZE): Use HORIZ_FLAG instead of WIDTHFLAG.
4966
4967 * sheap.c (STATIC_HEAP_SIZE): Increment both definitions.
4968
4969 * alloc.c (refill_memory_reserve): Move decl out of conditionals.
4970
4971 2005-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4972
4973 * window.c (Fdisplay_buffer): Fix last change to not use
4974 a dedicated window.
4975
4976 2005-11-01 Kim F. Storm <storm@cua.dk>
4977
4978 * fringe.c (update_window_fringes): Undo 2005-10-27 change.
4979 Instead, rotate the bottom angle bitmap 180 degrees to indicate
4980 that the bottom row does not end in a newline.
4981
4982 2005-11-01 Andreas Schwab <schwab@suse.de>
4983
4984 * unexelf.c (unexec): Handle .plt section in BSS segment.
4985
4986 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
4987
4988 * lread.c (readevalloop): Yet another int/Lisp_Object mixup (YAILOM).
4989
4990 * window.c (window_loop): For LRU and LARGEST, let the `mini' argument
4991 determine whether to consider dedicated windows as well.
4992 (Fget_lru_window, Fget_largest_window): Add `dedicated' argument.
4993 (Fdisplay_buffer): Do consider dedicated windows in those cases where
4994 we will split the window rather than reuse it.
4995 Don't try to use windows on other displays.
4996
4997 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
4998
4999 * puresize.h (BASE_PURESIZE): Increment to 1170000.
5000
5001 2005-10-31 Romain Francoise <romain@orebokech.com>
5002
5003 * macfns.c: Update copyright year.
5004 * m/gould.h: Likewise.
5005
5006 2005-10-30 Kim F. Storm <storm@cua.dk>
5007
5008 * xdisp.c (display_line): Restore it->current_x and call
5009 extend_face_to_end_of_line when last glyph doesn't fit on line.
5010 (set_glyph_string_background_width): Remove specific tests here
5011 to see if face background should extend to end of line. Simplify.
5012
5013 2005-10-30 Richard M. Stallman <rms@gnu.org>
5014
5015 * alloc.c (BYTES_USED): Use uordblks, not arena.
5016 (bytes_used_when_reconsidered): New variable.
5017 (emacs_blocked_free): Set that.
5018
5019 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
5020
5021 * alloc.c (emacs_blocked_free): Fix typo.
5022
5023 2005-10-29 Richard M. Stallman <rms@gnu.org>
5024
5025 * data.c (Fmake_variable_frame_local): Doc fix.
5026
5027 * xdisp.c (handle_fontified_prop): Do nothing if memory full.
5028 (format_mode_line_unwind_data): New arg SAVE_PROPTRANS
5029 controls whether to save and restore mode_line_proptrans_alist.
5030 Callers changed.
5031 (unwind_format_mode_line): Work with that feature.
5032 (redisplay_internal): Don't call prepare_menu_bars if memory full.
5033 (move_elt_to_front): New function.
5034 (display_mode_element): Use move_elt_to_front.
5035 Don't bother munging text props on a null string.
5036 Delete obsolete elts from mode_line_proptrans_alist.
5037 (decode_mode_spec): Test Vmemory_full, not spare_memory.
5038 (Fformat_mode_line): Clear mode_line_proptrans_alist after saving.
5039
5040 * lisp.h (memory_full_cons_threshold): Declare.
5041 (internal_lisp_condition_case): Declare.
5042
5043 * alloc.c (syms_of_alloc) <memory-full>: Doc fix.
5044 (Fmemory_full_p): Function deleted.
5045 (syms_of_alloc): Don't defsubr it.
5046 (memory_full_cons_threshold): New variable.
5047 (spare_memory): Now a vector of 7 elts.
5048 (buffer_memory_full): Don't set Vmemory_full here.
5049 (xfree): Don't try to refill here.
5050 (emacs_blocked_free): Record BYTES_USED in local var.
5051 (memory_full): Now free all the slots in spare_memory.
5052 (refill_memory_reserve): Allocate each slot in spare_memory.
5053 (init_alloc_once): Call refill_memory_reserve.
5054
5055 * keyboard.c (command_loop_1): Don't set Vmemory_full here.
5056
5057 * eval.c (internal_lisp_condition_case): New function.
5058 (Fcondition_case): Use internal_lisp_condition_case.
5059 (Feval): Test Vmemory_full and memory_full_cons_threshold.
5060 (Ffuncall): Likewise.
5061
5062 * bytecode.c (Fbyte_code): Use internal_lisp_condition_case.
5063
5064 2005-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5065
5066 * syntax.c (Fparse_partial_sexp): Fix docstring.
5067
5068 2005-10-28 Romain Francoise <romain@orebokech.com>
5069
5070 * puresize.h (BASE_PURESIZE): Increment to 1130000.
5071
5072 2005-10-28 Richard M. Stallman <rms@gnu.org>
5073
5074 * xfns.c (syms_of_xfns): Provide `x' as feature.
5075
5076 * xdisp.c (decode_mode_spec): Define %e to indicate memory full.
5077
5078 * editfns.c (Fformat): Don't include string padding
5079 between info[n].start and info[n].end.
5080
5081 * alloc.c (spare_memory): No longer static.
5082 (xfree) [!SYSTEM_MALLOC]: Call refill_memory_reserve.
5083
5084 * puresize.h (BASE_PURESIZE): Increment to 1120000.
5085
5086 2005-10-27 Chong Yidong <cyd@stupidchicken.com>
5087
5088 * data.c (Fmake_variable_frame_local): Add clarification to docstring.
5089
5090 * fringe.c (update_window_fringes): Handle case where buffer ends
5091 with a newline.
5092
5093 2005-10-27 Kenichi Handa <handa@m17n.org>
5094
5095 * coding.h (DECODE_SYSTEM): Fix argument name; name->str.
5096
5097 2005-10-24 Kenichi Handa <handa@m17n.org>
5098
5099 * charset.h (charset_mule_unicode_0100_24ff)
5100 (charset_mule_unicode_2500_33ff, charset_mule_unicode_e000_ffff):
5101 Extern them.
5102
5103 * charset.c (charset_mule_unicode_0100_24ff)
5104 (charset_mule_unicode_2500_33ff, charset_mule_unicode_e000_ffff):
5105 New variables.
5106 (Fsetup_special_charsets): Initialize them.
5107
5108 * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
5109 supported Unicode characters.
5110
5111 2005-10-25 Jason Rumney <jasonr@gnu.org>
5112
5113 * w32fns.c (w32_to_x_font): Avoid forcing font widths.
5114
5115 2005-10-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5116
5117 * image.c [MAC_OS] (image_load_qt_1): Check image size.
5118 Use GraphicsImportGetImageDescription instead of
5119 GraphicsImportGetNaturalBounds.
5120 [MAC_OSX] (image_load_quartz2d): Check image size.
5121 [MAC_OS] (xpm_load_image): Likewise.
5122
5123 * macterm.c (last_mouse_glyph_frame): New var.
5124 (note_mouse_movement): Say mouse moved if current frame differs
5125 from last_mouse_glyph_frame, and update last_mouse_glyph_frame.
5126 (XTmouse_position): Set last_mouse_glyph_frame.
5127 (XTread_socket): Clear last_mouse_glyph_frame on mouse up/down event.
5128 (mac_draw_string_common) [USE_ATSUI && WORDS_BIG_ENDIAN]: Fix typo.
5129 Use EndianU16_BtoN.
5130 (mac_draw_string_common) [MAC_OSX]: Don't use ATSUClearLayoutControls.
5131 (x_per_char_metric, XLoadQueryFont)
5132 [MAC_OS_X_VERSION_MAX_ALLOWED < 1020]: Use device origins to get
5133 glyph bounds.
5134 (mac_to_x_fontname, mac_do_list_fonts)
5135 (mac_initialize_display_info): Change screen resolutions to 72dpi.
5136
5137 2005-10-25 Masatake YAMATO <jet@gyve.org>
5138
5139 * minibuf.c (Fdisplay_completion_list): Small doc fix.
5140
5141 2005-10-24 Kim F. Storm <storm@cua.dk>
5142
5143 * xterm.c: Undo 2005-10-23 change.
5144 (last_mouse_glyph_frame): New var.
5145 (note_mouse_movement): Say mouse moved if current frame differs
5146 from last_mouse_glyph_frame, and update last_mouse_glyph_frame.
5147 (XTmouse_position): Set last_mouse_glyph_frame.
5148 (handle_one_xevent): Clear last_mouse_glyph_frame [instead of
5149 last_mouse_glyph] on mouse up/down event.
5150
5151 * editfns.c (Fcompare_buffer_substrings): Fix last change.
5152
5153 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5154
5155 * editfns.c (Fcompare_buffer_substrings): Handle multibyte chars.
5156
5157 2005-10-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5158
5159 * xterm.c (note_mouse_movement): Always call note_mouse_highlight
5160 so tool tips don't interfere with press on tool bar button.
5161
5162 2005-10-23 Richard M. Stallman <rms@gnu.org>
5163
5164 * casetab.c (Fset_case_table): Doc fix.
5165
5166 * lread.c (build_load_history): Replace STREAM arg with ENTIRE.
5167 (readevalloop): Compute ENTIRE properly.
5168 (syms_of_lread) <load-history>: Doc fix.
5169
5170 2005-10-21 Richard M. Stallman <rms@gnu.org>
5171
5172 * lread.c (Fload): Simplify gcpro structure.
5173 Gcpro FOUND as well as FILE, but not EFOUND.
5174 Unless preloading, record FOUND instead of FILE in Vload_history.
5175 Rename repeat local FILE to MSG_FILE.
5176 (syms_of_lread) <load-history>: Doc fix.
5177
5178 2005-10-21 Kenichi Handa <handa@m17n.org>
5179
5180 * search.c (boyer_moore): Add parens to fix and/or precedence bug.
5181
5182 2005-10-20 Kim F. Storm <storm@cua.dk>
5183
5184 * buffer.c (clone_per_buffer_values): Remove unused var tem.
5185 (init_buffer): Remove unused vars dotstat, pwdstat.
5186
5187 * ccl.c (check_ccl_update): Remove unused var vp.
5188
5189 * fileio.c (auto_save_error): Call SAFE_FREE.
5190
5191 * fns.c (Fchar_table_range): Remove unused var i.
5192
5193 * minibuf.c (display_completion_list_1): New wrapper function
5194 for Fdisplay_completion_list.
5195 (Fminibuffer_completion_help): Use it.
5196
5197 * term.c (encode_terminal_code): Remove unused var src_start.
5198
5199 * window.c (Fwindow_tree): Remove unused var alist.
5200
5201 * xterm.c (x_calc_absolute_position): Remove unused vars win_x, win_y.
5202
5203 2005-10-20 Aubrey Jaffer <agj@alum.mit.edu> (tiny change)
5204
5205 * unexelf.c (unexec): Fix calls to `fatal' with less than 3 arguments.
5206
5207 2005-10-20 Olli Savia <ops@iki.fi> (tiny change)
5208
5209 * syssignal.h [__Lynx__]: Undef SIGPOLL along with SIGIO.
5210
5211 2005-10-20 Andreas Schwab <schwab@suse.de>
5212
5213 * minibuf.c (Fdisplay_completion_list): Doc fix.
5214
5215 2005-10-19 Kim F. Storm <storm@cua.dk>
5216
5217 * image.c (check_image_size): Handle integer Vmax_image_size value
5218 directly as max pixel value. Use default frame size for null frame.
5219 (syms_of_image) <max-image-size>: Describe integer value.
5220
5221 2005-10-19 Romain Francoise <romain@orebokech.com>
5222
5223 * emacs.c (main): Update copyright year.
5224
5225 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
5226
5227 * image.c (Vmax_image_size): New variable.
5228 (check_image_size): New function.
5229 (xbm_read_bitmap_data, pbm_load, png_load, jpeg_load, tiff_load)
5230 (gif_load, gs_load): Use it.
5231 (lookup_image): Try loading again if previous load failed.
5232 (xbm_read_bitmap_data): Add a new argument, a pointer to the frame
5233 to display in, NULL if none.
5234 (xbm_load_image, xbm_file_p): Pass xbm_read_bitmap_data the new
5235 argument.
5236
5237 2005-10-18 Richard M. Stallman <rms@gnu.org>
5238
5239 * search.c (Fstring_match): Doc fix.
5240
5241 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5242
5243 * macterm.c (note_mouse_movement): Use PtInRect.
5244 (XTread_socket): Also ignore mouse motion just before a button
5245 release event. Don't process button release event when mouse is
5246 not grabbed.
5247
5248 2005-10-16 Masatake YAMATO <jet@gyve.org>
5249
5250 * minibuf.c (Fdisplay_completion_list): Add new optional
5251 argument COMMON_SUBSTRING. Bind `completion-common-substring'
5252 to the optional argument during running `completion-setup-hook'.
5253
5254 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5255
5256 * mac.c [TARGET_API_MAC_CARBON] (get_cfstring_encoding_from_lisp):
5257 Allow nil as argument.
5258 [TARGET_API_MAC_CARBON] (Fmac_code_convert_string): Regard nil
5259 for encoding arguments as UTF-16 in native byte order, no BOM.
5260
5261 * macfns.c (Fx_create_frame): Add debugging code.
5262 (Fx_show_tip): Set frame pixel width and height.
5263
5264 * macterm.c (MAC_WINDOW_NORMAL_GC): Remove macro.
5265 (FRAME_NORMAL_GC): New macro.
5266 (mac_draw_line, mac_clear_area, mac_clear_window)
5267 (mac_fill_rectangle, mac_draw_string, mac_draw_string_16)
5268 (mac_draw_image_string, mac_draw_image_string_16): Rename from
5269 XDrawLine, XClearArea, XClearWindow, XFillRectangle, XDrawString,
5270 XDrawString16, XDrawImageString, and XDrawImageString16, respectively.
5271 All uses changed.
5272 (mac_draw_line, mac_erase_rectangle, mac_clear_area)
5273 (mac_clear_window, mac_draw_bitmap, mac_draw_rectangle)
5274 (mac_invert_rectangle, mac_draw_string_common, mac_draw_string)
5275 (mac_draw_string_16, mac_draw_image_string)
5276 (mac_draw_image_string_16, mac_copy_area, mac_copy_area_with_mask)
5277 (mac_scroll_area): Drawing functions now take frame as destination.
5278 All uses changed.
5279 (mac_draw_string_common): Get port height with FRAME_PIXEL_HEIGHT.
5280 (x_draw_fringe_bitmap): Set clipping area in face->gc.
5281
5282 * macterm.h (mac_clear_area): Add extern.
5283
5284 2005-10-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5285
5286 * macterm.c (note_mouse_movement, XTread_socket): Apply 2005-10-14
5287 changes for xterm.c.
5288
5289 * w32term.c (note_mouse_movement, w32_read_socket): Likewise.
5290
5291 2005-10-14 Kenichi Handa <handa@m17n.org>
5292
5293 * search.c (search_buffer): Give up BM search on case-fold-search
5294 if one of a target character has a case-equivalence of different
5295 charset even if that target charcter is an ASCII.
5296
5297 * casefiddle.c (casify_object): Fix for the case that case
5298 conversion change the byte length.
5299
5300 2005-10-14 Kim F. Storm <storm@cua.dk>
5301
5302 * xterm.c (note_mouse_movement): Return 1 if mouse moved; 0 otherwise.
5303 (handle_one_xevent): Only clear help_echo_string; restore it if
5304 note_mouse_movement didn't record any mouse movement.
5305
5306 * xdisp.c (pos_visible_p): Convert w->hscroll to pixels before use.
5307 (remember_mouse_glyph): Clear RECT if mouse is over an image glyph.
5308
5309 * keyboard.c (make_lispy_position): Adjust wx for left margin if
5310 ON_TEXT.
5311 (Fposn_at_x_y): Fix calculation of x coordinate.
5312 (Fposn_at_point): Return nil if point is hscrolled out of view.
5313
5314 2005-10-13 Andreas Schwab <schwab@suse.de>
5315
5316 * sysdep.c (request_sigio, unrequest_sigio): Do nothing in
5317 non-interactive mode.
5318
5319 2005-10-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5320
5321 * xterm.c, w32term.c, macterm.c (note_mouse_movement): Undo last change.
5322
5323 2005-10-12 Kim F. Storm <storm@cua.dk>
5324
5325 * xterm.c (handle_one_xevent): Clear last_mouse_glyph on mouse up/down.
5326
5327 2005-10-12 Romain Francoise <romain@orebokech.com>
5328
5329 * buffer.c (init_buffer): Rename `rc' to `len' for clarity.
5330
5331 2005-10-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5332
5333 * xdisp.c (remember_mouse_glyph): Use MATRIX_BOTTOM_TEXT_ROW to
5334 get end of text rows. Obtain header-line/mode-line rows directly.
5335
5336 * xterm.c, w32term.c, macterm.c (note_mouse_movement):
5337 Restore help_echo_string if mouse is moved inside last_mouse_glyph.
5338
5339 2005-10-12 Kim F. Storm <storm@cua.dk>
5340
5341 * xdisp.c (remember_mouse_glyph): New generic version based on
5342 glyph_rect and remember_mouse_glyph from xterm.c enhanced to
5343 properly handle all different window areas.
5344
5345 * dispextern.h (remember_mouse_glyph): Add prototype.
5346
5347 * xterm.c (glyph_rect, remember_mouse_glyph): Remove X versions.
5348 (note_mouse_movement, XTmouse_position): Use generic
5349 remember_mouse_glyph, add last_mouse_glyph arg.
5350
5351 * w32term.c (note_mouse_movement): Fix last_mouse_glyph check.
5352 (glyph_rect, remember_mouse_glyph): Remove w32 specific versions.
5353 (note_mouse_movement, w32_mouse_position): Use generic
5354 remember_mouse_glyph, add last_mouse_glyph arg.
5355
5356 * macterm.c (note_mouse_movement): Add call to remember_mouse_glyph.
5357 (glyph_rect, remember_mouse_glyph): Remove mac specific versions.
5358 (XTmouse_position): Adapt to use generic remember_mouse_glyph
5359 instead of pixel_to_glyph_coords.
5360
5361 * window.c (coordinates_in_window): Fix x position for ON_RIGHT_MARGIN.
5362 Fix x position for ON_TEXT when left margin width > 0.
5363
5364 2005-10-11 Kim F. Storm <storm@cua.dk>
5365
5366 * window.c (coordinates_in_window): Fix y position for ON_SCROLL_BAR.
5367
5368 * keyboard.c (make_lispy_position): Fix buffer calculations for
5369 mouse click or movement in right fringe and the margins.
5370
5371 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
5372
5373 * image.c (fn_jpeg_stdio_src): Don't define it.
5374 (init_jpeg_functions): Don't initialize `fn_jpeg_stdio_src'.
5375 (our_common_init_source): Rename from `our_init_source'.
5376 (our_common_term_source): Rename from `our_term_source'.
5377 (our_memory_fill_input_buffer): Rename from
5378 `our_fill_input_buffer'.
5379 (our_memory_skip_input_data): Rename from `our_skip_input_data'.
5380 (jpeg_memory_src): Use the new names.
5381 (struct jpeg_stdio_mgr): New struct.
5382 (JPEG_STDIO_BUFFER_SIZE): New constant.
5383 (our_stdio_fill_input_buffer, our_stdio_skip_input_data)
5384 (jpeg_file_src): New functions.
5385 (jpeg_load): Use `jpeg_file_src' instead of `fn_jpeg_stdio_src'.
5386
5387 2005-10-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5388
5389 * macterm.c (PER_CHAR_METRIC): Remove unused macro.
5390 (fm_font_family_alist): New variable.
5391 (syms_of_macterm): Initialize and staticpro it.
5392 (decode_mac_font_name): Replace '-' in family name with '_' if it
5393 occurs just once. Lower family name.
5394 (parse_x_font_name): Rename from x_font_name_to_mac_font_name.
5395 All uses changed. Remove argument MF and code conversion for it.
5396 Add argument SIZE. Rename argument MF_DECODED to FAMILY, and CS
5397 to CHARSET. Parse font size. Lower family name. Return integer
5398 value for status of parsing.
5399 (init_font_name_table) [USE_ATSUI]: Use decode_mac_font_name.
5400 Don't use Fdowncase because family name is already lowered by
5401 decode_mac_font_name.
5402 (init_font_name_table): Always call decode_mac_font_name.
5403 Add pair of family name and its reference to fm_font_family_alist.
5404 (mac_clear_font_name_table): Clear fm_font_family_alist.
5405 (XLoadQueryFont): Move font size parsing part to parse_x_font_name.
5406 Lookup fm_font_family_alist to get font family reference.
5407 (XLoadQueryFont) [USE_ATSUI]: Don't use Fdowncase because family
5408 name is already lowered by parse_x_font_name.
5409
5410 2005-10-11 Kim F. Storm <storm@cua.dk>
5411
5412 * xterm.c (glyph_rect): Return 0 if position is outside text area.
5413
5414 * keyboard.c (make_lispy_position): Fix buffer position calculation for
5415 mouse click or movement in fringe.
5416
5417 2005-10-10 Jason Rumney <jasonr@gnu.org>
5418
5419 * xterm.c (remember_mouse_glyph): New function.
5420 (note_mouse_movement): Use it to remember the current glyph if changed.
5421 (XTmouse_position): Fix calculation of fake glyph under mouse.
5422 Move code to calculate glyph under mouse into remember_mouse_glyph.
5423
5424 2005-10-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5425
5426 * emacs.c (USAGE3, standard_args): -nb => -nbi.
5427
5428 2005-10-10 Juanma Barranquero <lekktu@gmail.com>
5429
5430 * frame.c (Fredirect_frame_focus): Fix typos in docstring.
5431 (next_frame, prev_frame, set_term_frame_name): Make static.
5432
5433 * window.c (Fwindow_tree): Fix spelling.
5434
5435 2005-10-09 Romain Francoise <romain@orebokech.com>
5436
5437 * window.c (Fwindow_end): Don't try to redisplay if non-interactive.
5438
5439 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5440
5441 * emacs.c (standard_args): Remove options -i, -itype, --icon-type.
5442 Add options -nb, --no-bitmap-icon.
5443
5444 * xfns.c (Fx_create_frame): Make bitmapIcon have default on.
5445
5446 2005-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5447
5448 * macgui.h (MAX_CLIP_RECTS): New define.
5449 (struct _XGC): New member clip_region.
5450 (struct _XGC) [MAC_OSX && USE_ATSUI]: New members n_clip_rects and
5451 clip_rects.
5452
5453 * macterm.c (GC_CLIP_REGION): New macro.
5454 (saved_port_clip_region): New variable.
5455 (mac_begin_clip, mac_end_clip): New functions.
5456 (XDrawLine, mac_erase_rectangle, mac_draw_bitmap, XFillRectangle)
5457 (mac_draw_rectangle, mac_draw_string_common, mac_copy_area)
5458 (mac_copy_area_with_mask, mac_scroll_area): Use them.
5459 (mac_set_clip_rectangle, mac_reset_clipping): Remove functions.
5460 [USE_ATSUI] (atsu_get_text_layout_with_text_ptr)
5461 [MAC_OS_X_VERSION_MAX_ALLOWED < 1020]: Specify kATSLineFractDisable.
5462 (mac_draw_string_common) [MAC_OSX && USE_ATSUI]: Clip to clipping
5463 rectangles stored in gc.
5464 (XFreeGC): Dispose of clipping region.
5465 (mac_set_clip_rectangles, mac_reset_clip_rectangles): New functions.
5466 (x_draw_fringe_bitmap, x_set_glyph_string_clipping)
5467 (x_draw_relief_rect, x_draw_box_rect, x_draw_stretch_glyph_string)
5468 (x_draw_glyph_string, x_clip_to_row, x_draw_hollow_cursor)
5469 (x_draw_bar_cursor): Use them.
5470 (x_set_glyph_string_clipping): Use get_glyph_string_clip_rects to
5471 get multiple clipping rectangles.
5472
5473 * macterm.h (mac_term_init): Add types to extern.
5474 (struct mac_output): Remove members mWP and pending_menu_activation.
5475 Put members scroll_bar_foreground_pixel and
5476 scroll_bar_background_pixel in #if 0.
5477 (FRAME_MAC_WINDOW, FRAME_X_WINDOW): Use window_desc.
5478
5479 * xfaces.c (x_create_gc, x_free_gc) [MAC_OS]: Add BLOCK_INPUT.
5480 Add debugging code.
5481
5482 2005-10-08 Kim F. Storm <storm@cua.dk>
5483
5484 * window.c (window_tree, Fwindow_tree): Rename fns added 2005-10-04.
5485
5486 2005-10-07 Kim F. Storm <storm@cua.dk>
5487
5488 * dispnew.c (redraw_overlapped_rows, redraw_overlapping_rows)
5489 [!HAVE_WINDOW_SYSTEM]: Don't declare them...
5490 (update_window) [!HAVE_WINDOW_SYSTEM]: ...and don't call them.
5491
5492 2005-10-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5493
5494 * dispextern.h (struct glyph_string): Rename member for_overlaps_p
5495 to for_overlaps. Now occupy 3 bits.
5496 (OVERLAPS_PRED, OVERLAPS_SUCC, OVERLAPS_BOTH)
5497 (OVERLAPS_ERASED_CURSOR): New defines.
5498 (struct redisplay_interface): Add new OVERLAPS arg to member
5499 fix_overlapping_area.
5500 (x_fix_overlapping_area): Add new OVERLAPS arg.
5501 (get_glyph_string_clip_rects): Add extern.
5502
5503 * dispnew.c (redraw_overlapping_rows):
5504 Call rif->fix_overlapping_area with new OVERLAPS arg as redrawn part.
5505
5506 * xdisp.c: Rename member for_overlaps_p in struct glyph_string to
5507 for_overlaps.
5508 (get_glyph_string_clip_rects): New function created from
5509 get_glyph_string_clip_rect. Set clipping rectangles according to the
5510 value of for_overlaps. Enable to store multiple clipping rectangles.
5511 (get_glyph_string_clip_rect): Use get_glyph_string_clip_rects.
5512 (fill_composite_glyph_string, fill_glyph_string, draw_glyphs):
5513 Rename argument OVERLAPS_P to OVERLAPS. All uses in macros changed.
5514 (x_fix_overlapping_area): Add OVERLAPS arg. Pass it to draw_glyphs.
5515 (draw_phys_cursor_glyph): Set width of erased cursor to use it for
5516 calculating clipping rectangles later. Call x_fix_overlapping_area
5517 with new OVERLAPS arg to draw only erased cursor area.
5518 (expose_overlaps): Call x_fix_overlapping_area with new OVERLAPS arg
5519 to draw overlaps in both preceding and succeeding rows.
5520
5521 * xterm.c, w32term.c, macterm.c: Rename member for_overlaps_p in
5522 struct glyph_string to for_overlaps.
5523
5524 2005-10-04 Richard M. Stallman <rms@gnu.org>
5525
5526 * alloc.c (refill_memory_reserve): Conditionalize the body,
5527 not the function's existence.
5528
5529 2005-10-04 Kim F. Storm <storm@cua.dk>
5530
5531 * window.c (window_split_tree): New function.
5532 (Fwindow_split_tree): New defun.
5533 (syms_of_window): Defsubr it.
5534
5535 2005-10-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5536
5537 * macterm.c (mac_invert_rectangle): New function.
5538 (XTflash): Use it.
5539
5540 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
5541
5542 * regex.h (re_char): Don't expose it in the interface.
5543 (re_set_whitespace_regexp): Adjust the arg's type to not use it.
5544
5545 * regex.c (re_char): Move it back here.
5546 (re_set_whitespace_regexp): Change the arg's type to not use it.
5547
5548 * keyboard.c (make_lispy_event): If point has moved between down and up
5549 event, make it a drag, not a click, to mirror what
5550 mouse-drag-region expects.
5551
5552 2005-10-02 Dan Nicolaescu <dann@ics.uci.edu>
5553
5554 * lisp.h (fatal): Undo previous change.
5555 * term.c (fatal): Undo previous change.
5556
5557 2005-10-01 Richard M. Stallman <rms@gnu.org>
5558
5559 * xfaces.c (face_color_gray_p): Colors close to black count as gray.
5560
5561 2005-10-01 Kim F. Storm <storm@cua.dk>
5562
5563 * xdisp.c (try_window): Skip scroll-margin check if ZV is visible.
5564
5565 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5566
5567 * keyboard.c (init_keyboard) [MAC_OSX]: Don't install SIGINT handler.
5568
5569 * macfns.c (start_hourglass): Apply 2005-05-07 change for xfns.c.
5570 (x_create_tip_frame) [GLYPH_DEBUG]: Uncomment debugging code.
5571 (Fx_create_frame, x_create_tip_frame) [USE_ATSUI]:
5572 Try ATSUI-compatible 12pt Monaco font first.
5573
5574 * macgui.h (struct _XCharStruct): New member valid_p.
5575 (STORE_XCHARSTRUCT): Set valid_p.
5576 (struct MacFontStruct) [USE_ATSUI]: New member mac_style.
5577
5578 * macterm.c (mac_draw_string_common, x_per_char_metric)
5579 (mac_compute_glyph_string_overhangs, init_font_name_table)
5580 (XLoadQueryFont, mac_unload_font) [USE_ATSUI]: Add ATSUI support.
5581 (atsu_get_text_layout_with_text_ptr) [USE_ATSUI]: New function.
5582 (x_draw_glyph_string_background)
5583 (x_draw_glyph_string_foreground) [MAC_OS8 && USE_ATSUI]: Don't use
5584 XDrawImageString. Always draw background and foreground separately.
5585 (x_draw_glyph_string_foreground) [USE_ATSUI]: Don't use 8-bit
5586 functions for one-byte chars when using ATSUI-compatible fonts.
5587 (atsu_font_id_hash) [USE_ATSUI]: New variable.
5588 (syms_of_macterm) [USE_ATSUI]: Initialize and staticpro it.
5589 (XLoadQueryFont): Set min_byte1, max_byte1, min_char_or_byte2, and
5590 max_char_or_byte2 more in detail.
5591 (quit_char_comp, mac_check_for_quit_char) [MAC_OSX]: Remove functions.
5592
5593 2005-09-30 Dan Nicolaescu <dann@ics.uci.edu>
5594
5595 * image.c (slurp_file, xbm_read_bitmap_data): Cast to the correct type.
5596 * xterm.c (handle_one_xevent, handle_one_xevent): Likewise.
5597
5598 * unexelf.c (fatal): Fix prototype.
5599
5600 * term.c (fatal): Implement using varargs.
5601
5602 * regex.c (re_char): Move typedef ...
5603 * regex.h (re_char): ... here.
5604 (re_iswctype, re_wctype, re_set_whitespace_regexp): New prototypes.
5605
5606 * emacs.c (malloc_set_state): Fix return type.
5607 (endif): Fix type.
5608
5609 * lisp.h (fatal): Add argument types.
5610
5611 * dispextern.h (fatal): Delete prototype.
5612
5613 * systime.h (make_time): Prototype moved from ...
5614 * editfns.c (make_time): ... here.
5615
5616 * editfns.c: Move systime.h include after lisp.h.
5617 * dired.c:
5618 * xsmfns.c:
5619 * process.c: Likewise.
5620
5621 * alloc.c (old_malloc_hook, old_realloc_hook, old_realloc_hook):
5622 Add parameter types.
5623 (__malloc_hook, __realloc_hook, __free_hook): Fix prototypes.
5624 (emacs_blocked_free): Change definition to match __free_hook.
5625 (emacs_blocked_malloc): Change definition to match __malloc_hook.
5626 (emacs_blocked_realloc): Change definition to match __realloc_hook.
5627
5628 2005-09-30 Romain Francoise <romain@orebokech.com>
5629
5630 * minibuf.c (Fread_buffer): Follow convention for reading from the
5631 minibuffer with a default value. Doc fix.
5632
5633 2005-09-29 Juri Linkov <juri@jurta.org>
5634
5635 * editfns.c (Fmessage, Fmessage_box, Fmessage_or_box):
5636 Rename argument name `string' to `format-string'.
5637 (Fformat): Doc fix.
5638
5639 2005-09-28 Kim F. Storm <storm@cua.dk>
5640
5641 * image.c (gif_load): Fix size of allocated image buffer
5642 for images where a sub-image may be larger than the image's
5643 total height/width specifications.
5644
5645 2005-09-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5646
5647 * macgui.h (struct _XCharStruct): Each member now takes short value.
5648
5649 2005-09-27 Dan Nicolaescu <dann@ics.uci.edu>
5650
5651 * xfaces.c (lookup_derived_face): Add parameter type.
5652
5653 * xdisp.c (cursor_row_fully_visible_p): Add parameter type.
5654
5655 * marker.c (verify_bytepos): Add parameter type.
5656
5657 * process.c (get_operating_system_release): Move prototype ...
5658
5659 * systime.h (get_operating_system_release): ... here.
5660
5661 * xterm.c (handle_one_xevent): Refer to union field to match the
5662 type required by the function definition.
5663 (set_vertical_scroll_bar): Move prototype ...
5664
5665 * xterm.h: ... here.
5666
5667 * fns.c (internal_equal, seed_random): Fix prototypes.
5668 (internal_equal): Add missing parameter.
5669
5670 2005-09-25 Richard M. Stallman <rms@gnu.org>
5671
5672 * keyboard.c (update_menu_bindings): Variable deleted.
5673 (syms_of_keyboard): Don't defvar it.
5674 (parse_menu_item): Don't test it.
5675
5676 2005-09-23 Richard M. Stallman <rms@gnu.org>
5677
5678 * editfns.c (Fformat): Explicitly test for end of format string
5679 and don't use `index'.
5680
5681 2005-09-23 Dan Nicolaescu <dann@ics.uci.edu>
5682
5683 * s/aix4-2.h (BROKEN_GET_CURRENT_DIR_NAME):
5684 Define BROKEN_GET_CURRENT_DIR_NAME.
5685
5686 * sysdep.c (get_current_dir_name): Also define if
5687 BROKEN_GET_CURRENT_DIR_NAME.
5688
5689 * m/ibmrs6000.h: Test for USG5, not USG5_4.
5690
5691 2005-09-22 Kim F. Storm <storm@cua.dk>
5692
5693 * xdisp.c (message_dolog): Add warning about GC and Lisp strings.
5694 (message2): Fix commentary. Ok to use alloca'ed memory.
5695 Still not ok to use Lisp string data (because of GC).
5696 (set_message): Add comment why GC cannot happen.
5697
5698 2005-09-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5699
5700 * macterm.c (xlfdpat_block_match_1): Fix assertion.
5701 (init_font_name_table) [TARGET_API_MAC_CARBON]: Don't add style
5702 variants for a scalable font multiple times.
5703
5704 2005-09-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5705
5706 * process.c (create_process) [RTU || UNIPLUS || DONT_REOPEN_PTY]:
5707 Setup slave tty options before forking.
5708
5709 2005-09-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5710
5711 * gtkutil.c (xg_set_geometry): Do a gtk_window_move if program
5712 positions have been set for the frame (as is done for frames in
5713 special-display-buffer-names).
5714
5715 2005-09-19 Kim F. Storm <storm@cua.dk>
5716
5717 * editfns.c (Fformat): Don't scan past end of format string that
5718 ends in %. Reported by: Johan Bockg\e,Ae\e(Brd.
5719
5720 2005-09-18 Andreas Schwab <schwab@suse.de>
5721
5722 * window.h (struct window): Remove height_fixed_p, no longer set.
5723
5724 * window.c (make_window): Don't initialize height_fixed_p.
5725 (window_fixed_size_p): Don't use it.
5726
5727 2005-09-18 John Paul Wallington <jpw@pobox.com>
5728
5729 * data.c (Fdefalias): Signal an error if SYMBOL is not a symbol.
5730
5731 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5732
5733 * Makefile.in (SOME_MACHINE_OBJECTS): Undo previous change.
5734
5735 * macfns.c (image_cache_refcount, dpyinfo_refcount) [GLYPH_DEBUG]:
5736 New variables.
5737 [TARGET_API_MAC_CARBON] (Fx_file_dialog): Don't allow multiple
5738 file selection.
5739
5740 * sysdep.c [MAC_OS8]: Don't include stdlib.h. Include sys/param.h.
5741
5742 2005-09-17 Eli Zaretskii <eliz@gnu.org>
5743
5744 * Makefile.in (XMENU_OBJ) [!HAVE_CARBON]: Reinstate variable.
5745 (obj): Use XMENU_OBJ, not a literal xmenu.o.
5746
5747 2005-09-16 Romain Francoise <romain@orebokech.com>
5748
5749 * fileio.c (syms_of_fileio) <write-region-inhibit-fsync>: Doc fix.
5750
5751 2005-09-15 Richard M. Stallman <rms@gnu.org>
5752
5753 * xdisp.c (overlay_arrow_at_row): Add HAVE_WINDOW_SYSTEM conditional.
5754 (display_mode_element): Instead of `lisp_string' and `this',
5755 record `offset' and increment that.
5756 `last_offset' replaces `last'.
5757
5758 * Makefile.in (XMENU_OBJ): Variable deleted.
5759 (obj): Use xmenu.o unconditionally.
5760 (SOME_MACHINE_OBJECTS): Delete xmenu.o.
5761
5762 * emacs.c (main): Don't conditionalize syms_of_xmenu on HAVE_XMENU.
5763
5764 2005-09-15 Kim F. Storm <storm@cua.dk>
5765
5766 * xdisp.c (move_it_vertically): Don't try to fetch byte BEGV-1.
5767 (reseat_at_next_visible_line_start): Likewise (in xassert).
5768
5769 2005-09-14 Romain Francoise <romain@orebokech.com>
5770
5771 * fileio.c (write_region_inhibit_fsync): New variable.
5772 (Fwrite_region): Use it to skip call to fsync.
5773 (syms_of_fileio): Initialize it.
5774
5775 2005-09-14 Kenichi Handa <handa@m17n.org>
5776
5777 * coding.c (code_convert_region_unwind): Argument format changed.
5778 (run_pre_post_conversion_on_str): If pre-write-conversion function
5779 changed the current buffer, delete the new buffer.
5780 (run_pre_write_conversin_on_c_str): Likewise.
5781
5782 * fileio.c (Fexpand_file_name): Check multibyteness of
5783 default_directory.
5784
5785 2005-09-13 Kenichi Handa <handa@m17n.org>
5786
5787 * composite.c (compose_chars_in_text): Delete it.
5788
5789 * composite.h (compose_chars_in_text): Delete extern.
5790
5791 2005-09-13 Kim F. Storm <storm@cua.dk>
5792
5793 * print.c (print_error_message): Fix last change.
5794
5795 2005-09-12 Kim F. Storm <storm@cua.dk>
5796
5797 * composite.c (compose_chars_in_text): Fix setup of `pend'.
5798 Unconditionally reload `ptr' and `pend' after eval.
5799
5800 * xdisp.c (message3): Pass copy of lisp string to message_dolog.
5801
5802 * print.c (print_error_message): Pass copy of caller name to
5803 message_dolog.
5804
5805 * fileio.c (auto_save_error): Pass copy of lisp string to message2.
5806
5807 2005-09-12 Kenichi Handa <handa@m17n.org>
5808
5809 * xdisp.c (display_mode_element): Be sure to make variables THIS
5810 and LISP_STRING point into a string data of ELT.
5811
5812 2005-09-12 Kim F. Storm <storm@cua.dk>
5813
5814 * editfns.c (Ftranslate_region_internal): Reload `tt' after
5815 signal_after_change that may have GC'ed.
5816 (Fmessage, Fmessage_box, Fmessage_or_box): Doc fix.
5817
5818 * keymap.c (Fdescribe_buffer_bindings): Reload `translate'
5819 after insert while runs signal_after_change.
5820
5821 * minibuf.c (Fminibuffer_complete_word): Move `completion_string'
5822 declaration to where it is used.
5823
5824 * w32.c (check_windows_init_file): Fix allocation of error buffer.
5825
5826 * xfns.c (x_encode_text): Declare static. Add FREEP arg.
5827 (x_set_name_internal): Call x_encode_text with new FREEP arg to
5828 know if xfree is needed instead of guessing.
5829
5830 * xterm.h (x_encode_text): Remove prototype.
5831
5832 2005-09-11 Chris Prince <cprince@gmail.com> (tiny change)
5833
5834 * w32term.c (x_bitmap_icon): Load small icons too.
5835
5836 2005-09-10 Romain Francoise <romain@orebokech.com>
5837
5838 * buffer.c (init_buffer): Grow buffer to add directory separator
5839 and terminal zero. Fix typos.
5840
5841 2005-09-10 Eli Zaretskii <eliz@gnu.org>
5842
5843 * buffer.c (init_buffer): Fix error message for failed call to
5844 get_current_dir_name.
5845 (get_current_dir_name): Remove prototype.
5846
5847 * xsmfns.c (get_current_dir_name): Remove prototype.
5848
5849 * lisp.h (get_current_dir_name) [!HAVE_GET_CURRENT_DIR_NAME]:
5850 Add prototype.
5851
5852 * sysdep.c [WINDOWSNT]: Add prototype for getwd.
5853 Don't #undef NULL after including blockinput.h.
5854
5855 * config.in: Regenerated.
5856
5857 2005-09-10 Giuseppe Scrivano <gscrivano@gmail.com>
5858
5859 Remove the MAXPATHLEN limitations:
5860
5861 * sysdep.c (get_current_dir_name) [!HAVE_GET_CURRENT_DIR_NAME]:
5862 New function.
5863
5864 * buffer.c (init_buffer): Use it.
5865
5866 * xsmfns.c (smc_save_yourself_CB): Ditto.
5867
5868 2005-09-09 Kim F. Storm <storm@cua.dk>
5869
5870 * doc.c (Fsubstitute_command_keys): Lookup key binding for
5871 commands that are remapped from some other command.
5872
5873 * xdisp.c (try_window_reusing_current_matrix): Clear mode_line_p
5874 flag in disabled rows below the window.
5875
5876 * frame.h (struct frame): New member updated_p.
5877
5878 * xdisp.c (redisplay_internal): Mark updated frames in new updated_p
5879 member. Remove local `updated' array and associated variables.
5880
5881 2005-09-07 Kim F. Storm <storm@cua.dk>
5882
5883 * xdisp.c (handle_display_prop): Respect overlay window property.
5884
5885 * xdisp.c (try_window): Remove superfluous cursor_height calculation.
5886 Fixes crash reported by YAMAMOTO Mitsuharu.
5887
5888 2005-09-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5889
5890 * macterm.c (struct xlfdpat_block, struct xlfdpat): New structs.
5891 (xlfdpat_destroy, xlfdpat_create, xlfdpat_exact_p)
5892 (xlfdpat_block_match_1, xlfdpat_match): New functions.
5893 (xlfdpat_block_match): New macro.
5894 (mac_to_x_fontname): Don't use tolower for non-ASCII characters.
5895 (x_font_name_to_mac_font_name): Set coding.dst_multibyte to 0.
5896 (add_font_name_table_entry): Increase font_name_table_size more
5897 rapidly.
5898 (mac_c_string_match): Remove function.
5899 (mac_do_list_fonts): Use XLFD pattern match instead of regular
5900 expression match.
5901
5902 * xfaces.c (xstrlwr): Don't use tolower for non-ASCII characters.
5903
5904 2005-09-03 Richard M. Stallman <rms@gnu.org>
5905
5906 * xdisp.c (redisplay_internal): Make UPDATED as long as needed.
5907 (move_it_in_display_line_to): Stop after last char on line even
5908 on a windowing terminal, if that's the specified stop position.
5909
5910 * fns.c (Fsort): Doc fix.
5911
5912 * editfns.c (Fpropertize): Don't insist that properties be symbols.
5913
5914 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
5915
5916 * dired.c (directory_files_internal_unwind, directory_files_internal)
5917 (file_name_completion): Use a Save_Value object rather than a cons of
5918 two 16bit ints to store the DIR*.
5919 (directory_files_internal, file_name_completion): Handle both EINTR and
5920 EAGAIN consistently after `readdir'.
5921
5922 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
5923
5924 * intervals.c (update_interval): Add position info in error.
5925
5926 * dispnew.c (window_to_frame_hpos, update_window):
5927 Avoid gcc warning about unused variable `f'.
5928
5929 2005-08-31 Jason Rumney <jasonr@gnu.org>
5930
5931 * w32menu.c (add_menu_item): If unicode_append_menu returns an
5932 error, revert to using AppendMenu.
5933
5934 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5935
5936 * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN): Remove argument.
5937 All uses changed.
5938 [MAC_OS] (XPutPixel, XGetPixel): Add efficient versions for common
5939 cases.
5940 (x_create_x_image_and_pixmap) [MAC_OS]: Don't call x_destroy_x_image.
5941 [MAC_OS] (find_image_fsspec) [!MAC_OSX]: Don't use FSRef.
5942 Use posix_pathname_to_fsspec.
5943 [MAC_OS] (xpm_load_image): Fill in background_transparent field
5944 while we have mask.
5945
5946 * macgui.h [!TARGET_API_MAC_CARBON] (GetPixDepth): New define.
5947
5948 * macterm.h (PIX_MASK_DRAW, PIX_MASK_RETAIN): Move defines to image.c.
5949
5950 2005-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
5951
5952 * syntax.c (update_syntax_table): Properly reproduce the special +1
5953 setting of e_property at the end of the buffer when bumping into the
5954 INTERVALS_AT_ONCE limit.
5955
5956 2005-08-27 Eli Zaretskii <eliz@gnu.org>
5957
5958 * emacs.c (USAGE1): Fix the description of the -Q option.
5959
5960 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
5961
5962 * xdisp.c (pos_visible_p): Yet another int/Lisp_Object mixup (YAILOM).
5963
5964 2005-08-26 Kim F. Storm <storm@cua.dk>
5965
5966 * xdisp.c (resize_mini_window): Fix 2005-08-20 change.
5967 Don't move PT to new window start.
5968
5969 2005-08-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5970
5971 * keyboard.c (kbd_buffer_get_event) [MAC_OS]: Make events for
5972 ICONIFY/DEICONIFY_EVENT.
5973
5974 * macterm.c (mac_copy_area, mac_copy_area_with_mask):
5975 Restore background color.
5976 (mac_handle_visibility_change): New function.
5977 (x_make_frame_invisible, x_iconify_frame)
5978 (XTread_socket) [!USE_CARBON_EVENTS]: Use it.
5979 [USE_CARBON_EVENTS] (mac_handle_window_event)
5980 (install_window_handler): Handle visibility change events.
5981 (x_make_frame_visible): Don't reposition window if it is iconified
5982 or asked for visible before. Select and uncollapse window when it
5983 is made visible.
5984 (x_make_frame_invisible): Don't reset x_highlight_frame.
5985 (x_iconify_frame): Likewise. Make invisible frame visible before
5986 it is iconified.
5987 (read_socket_inev): Move variable outside #if USE_CARBON_EVENTS.
5988 (do_window_update): Don't change visibility of invisible frame.
5989
5990 2005-08-22 Juri Linkov <juri@jurta.org>
5991
5992 * term.c (turn_on_face): Check for TS_set_foreground and
5993 TS_set_background depending on standout_mode. Simplify.
5994
5995 2005-08-21 Kim F. Storm <storm@cua.dk>
5996
5997 * fringe.c (update_window_fringes): Only put TOP and BOTTOM
5998 bitmaps on fully visible rows.
5999
6000 * fringe.c (update_window_fringes): Replace FORCE_P arg with
6001 KEEP_CURRENT_P arg; if non-zero, don't update current row fringes,
6002 and return 0.
6003
6004 * xdisp.c (redisplay_window): Call update_window_fringes with
6005 KEEP_CURRENT_P non-0 if we are going to refresh fringes later.
6006
6007 2005-08-20 Richard M. Stallman <rms@gnu.org>
6008
6009 * xdisp.c (display_echo_area_1): Get display start pos from w->start.
6010 (resize_mini_window): Set w->start, and PT, so as to display the tail
6011 end of the buffer, if it doesn't all fit.
6012
6013 2005-08-18 Kim F. Storm <storm@cua.dk>
6014
6015 * xdisp.c (calc_pixel_width_or_height): Use actual display
6016 resolution when available instead of Vdisplay_pixels_per_inch.
6017
6018 2005-08-17 Kim F. Storm <storm@cua.dk>
6019
6020 * xdisp.c (pos_visible_p): Adjust X value if window is hscrolled.
6021
6022 * dispnew.c (buffer_posn_from_coords): Check that target row is
6023 within matrix.
6024
6025 2005-08-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6026
6027 * xterm.c (x_wm_set_icon_pixmap): Move GTK specific code to
6028 xg_set_frame_icon and call it.
6029
6030 * gtkutil.c (xg_set_frame_icon): New function.
6031
6032 * gtkutil.h (xg_set_frame_icon): Declare it.
6033
6034 2005-08-16 Kim F. Storm <storm@cua.dk>
6035
6036 * dispnew.c (increment_row_positions): Skip non-enabled rows.
6037
6038 * window.c (SAVED_WINDOW_VECTOR_SIZE): Remove dangerous define.
6039 (Fcurrent_window_configuration): Use VECSIZE macro instead.
6040
6041 2005-08-15 Richard M. Stallman <rms@gnu.org>
6042
6043 * xdisp.c (message3_nolog): Clear echo_message_buffer.
6044
6045 2005-08-15 Kim F. Storm <storm@cua.dk>
6046
6047 * lisp.h (QUIT) [!SYNC_INPUT]: Throw t to Vthrow_on_input.
6048
6049 * process.c (deactivate_process, status_notify, read_process_output)
6050 (update_status, status_convert, decode_status, allocate_pty)
6051 (make_process, remove_process, list_processes_1)
6052 (create_process_1, unwind_request_sigio, read_process_output)
6053 (send_process, keyboard_bit_set): Declare static.
6054 (Fdelete_process): Simplify. Pass process to status_notify, so we
6055 don't try to read output from it.
6056 (status_notify): New arg deleting_process--don't try to read
6057 output from that process.
6058
6059 * lisp.h (deactivate_process, status_notify, read_process_output):
6060 Remove prototypes.
6061
6062 2005-08-14 Richard M. Stallman <rms@gnu.org>
6063
6064 * image.c (syms_of_image): Init Qxbm, Qpbm before calling
6065 define_image_type.
6066
6067 2005-08-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6068
6069 * gtkutil.c (xg_get_pixbuf_from_pix_and_mask): New function.
6070 (xg_get_image_for_pixmap): Move some code to
6071 xg_get_pixbuf_from_pix_and_mask, and call it.
6072
6073 * gtkutil.h (xg_get_pixbuf_from_pix_and_mask): Declare.
6074
6075 * xterm.c (x_wm_set_icon_pixmap): Call xg_get_pixbuf_from_pix_and_mask
6076 to get an GTK icon and set it with GTK functions to avoid having GTK
6077 override an icon set with just X functions.
6078
6079 2005-08-11 Richard M. Stallman <rms@gnu.org>
6080
6081 * image.c (syms_of_image): Init image_types here, and call
6082 define_image_type.
6083 (init_image): Not here.
6084
6085 2005-08-09 Richard M. Stallman <rms@gnu.org>
6086
6087 * bytecode.c (BYTE_CODE_QUIT): Throw t to Vthrow_on_input.
6088
6089 * lisp.h (QUIT): Throw t to Vthrow_on_input.
6090
6091 2005-08-09 Thien-Thi Nguyen <ttn@gnu.org>
6092
6093 * floatfns.c (Fexpt): Use floats for negative exponent.
6094
6095 2005-08-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6096
6097 * gtkutil.c (xg_modify_menubar_widgets): Remove semicolon that
6098 should not be there, causing menu display errors with GTK 2.6.9.
6099
6100 2005-08-07 Richard M. Stallman <rms@gnu.org>
6101
6102 * floatfns.c (Fexpt): Undo previous change.
6103
6104 * dispnew.c (Fframe_or_buffer_changed_p): Take an arg
6105 so it can be used with various state vectors.
6106
6107 * emacs.c (endif): Convert -script into -scriptload.
6108 (standard_args): Add -scriptload. Allow -basic-display with one dash.
6109
6110 * fns.c (syms_of_fns): Add `emacs' to features.
6111
6112 * term.c (set_terminal_modes): If no TS_termcap_modes string,
6113 output newlines to scroll the old screen contents off the screen.
6114
6115 2005-08-06 Thien-Thi Nguyen <ttn@gnu.org>
6116
6117 * floatfns.c (Fexpt): Use floats for negative exponent.
6118 Reported by D Goel.
6119
6120 2005-08-02 Richard M. Stallman <rms@gnu.org>
6121
6122 * frame.c (Fframe_char_width): Doc fix.
6123
6124 2005-07-30 Juanma Barranquero <lekktu@gmail.com>
6125
6126 * xdisp.c (syms_of_xdisp) <redisplay-end-trigger-functions>:
6127 Defvar it.
6128
6129 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
6130
6131 * w32fns.c (my_set_window_pos, my_show_window): Don't declare.
6132 (my_create_window, my_create_tip_window): Make static.
6133
6134 * w32term.c (my_show_window, my_set_window_pos, my_set_focus)
6135 (my_set_foreground_window, my_destroy_window): Make static.
6136
6137 2005-07-26 Paul Eggert <eggert@cs.ucla.edu>
6138
6139 Merge gnulib getopt implementation into Emacs.
6140
6141 * s/cygwin.h (C_SWITCH_SYSTEM): Remove, since gettext.h is
6142 now part of lib-src.
6143
6144 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
6145
6146 * eval.c (Fdefvar): Allow (defvar enable-multibyte-characters).
6147
6148 2005-07-25 Jason Rumney <jasonr@gnu.org>
6149
6150 * w32menu.c (w32_menu_display_help): Suppress tooltip when
6151 navigating menus with the keyboard.
6152
6153 2005-07-23 Richard M. Stallman <rms@gnu.org>
6154
6155 * insdel.c (syms_of_insdel): staticpro combine_after_change_buffer.
6156
6157 * bytecode.c (MAYBE_GC): Test gc_cons_threshold and
6158 gc_relative_threshold, one by one.
6159
6160 * keyboard.c (read_char): Test gc_cons_threshold.
6161 (syms_of_keyboard): staticpro Qecho_area_clear_hook.
6162
6163 * eval.c (Feval, Ffuncall): Test gc_cons_threshold and
6164 gc_relative_threshold, one by one.
6165
6166 * alloc.c (gc_cons_threshold): Not static.
6167 (gc_cons_combined_threshold): Var deleted.
6168 (gc_relative_threshold): New variable.
6169 (Fgarbage_collect, init_alloc_once): Compute gc_relative_threshold
6170 instead of gc_cons_combined_threshold.
6171
6172 * lisp.h (gc_cons_threshold, gc_relative_threshold): Declare.
6173 (gc_cons_combined_threshold): Declaration deleted.
6174
6175 2005-07-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6176
6177 * mac.c: Don't include stdlib.h or string.h.
6178 (Fdo_applescript, Fmac_file_name_to_posix)
6179 (Fmac_file_name_to_posix): Doc fixes.
6180 [TARGET_API_MAC_CARBON] (Fmac_get_preference)
6181 (Fmac_code_convert_string): Likewise.
6182 [MAC_OSX] (init_mac_osx_environment): Fall back on terminal mode
6183 if the executable is not contained in a bundle.
6184
6185 * macfns.c: Don't include stdlib.h or string.h. Include atimer.h.
6186 (gray_width, gray_height): Remove defines.
6187 (gray_bits, gray_bitmap_width, gray_bitmap_height)
6188 (gray_bitmap_bits): Remove variables.
6189 (lispy_function_keys): Remove extern.
6190 (free_frame_menubar): Add extern.
6191 (x_window_to_frame): Remove function.
6192 (unwind_create_tip_frame): Add declaration.
6193 (x_set_name_internal): New function.
6194 (x_set_name, x_set_title): Use it.
6195 (Fx_create_frame, Fx_display_grayscale_p, Fx_display_pixel_width)
6196 (Fx_display_pixel_height, Fx_display_planes)
6197 (Fx_display_color_cells, Fx_server_max_request_size)
6198 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
6199 (Fx_display_mm_height, Fx_display_mm_width)
6200 (Fx_display_backing_store, Fx_display_visual_class)
6201 (Fx_display_save_under, Fx_synchronize, Fx_show_tip): Doc fixes.
6202
6203 * macmenu.c (Fx_popup_menu, Fx_popup_dialog): Doc fixes.
6204
6205 * macselect.c (Fx_own_selection_internal): Follow error conventions.
6206 (Fx_get_selection_internal, Fx_selection_owner_p)
6207 (Fx_selection_exists_p): Doc fixes.
6208 (syms_of_macselect) <selection-converter-alist>: Likewise.
6209
6210 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
6211
6212 * buffer.c (syms_of_buffer) <cursor-type>: Doc fix.
6213
6214 * ccl.c (Fregister_ccl_program): Fix typos in docstring.
6215 (Fccl_execute_on_string): Likewise; add usage info.
6216
6217 * composite.c (Fcompose_region_internal)
6218 (Fcompose_string_internal):
6219 Improve argument/docstring consistency.
6220
6221 * minibuf.c (Fminibuffer_prompt_end, Feval_minibuffer):
6222 Fix typos in docstrings.
6223
6224 * textprop.c (Fnext_char_property_change)
6225 (Fprevious_char_property_change): Doc fixes.
6226
6227 * window.c (Fset_window_margins, Fset_window_fringes):
6228 Improve argument/docstring consistency.
6229
6230 * xfaces.c (Finternal_lisp_face_p): Doc fix.
6231
6232 2005-07-21 Andreas Schwab <schwab@suse.de>
6233
6234 * eval.c (restore_stack_limits): Return a value.
6235
6236 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
6237
6238 * eval.c (Fdefvar): Doc fix.
6239
6240 2005-07-20 Kim F. Storm <storm@cua.dk>
6241
6242 * fileio.c (Fdo_auto_save, do_auto_save_unwind):
6243 Use make_save_value to unwind protect stream.
6244
6245 * lread.c (Fload, load_unwind):
6246 Use make_save_value to unwind protect stream.
6247
6248 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
6249
6250 * eval.c (Fprog2, Fcalled_interactively_p),
6251 (syms_of_eval) <debug-on-quit>: Doc fixes.
6252 (syms_of_eval) <max-specpdl-size>:
6253 (Finteractive_p): Fix typos in docstrings.
6254
6255 2005-07-19 Kim F. Storm <storm@cua.dk>
6256
6257 * w32fns.c (Vx_hand_shape): Variable removed.
6258 (syms_of_w32fns): Intern and staticpro Qw32_charset_default.
6259
6260 2005-07-19 Kenichi Handa <handa@m17n.org>
6261
6262 * fns.c (Fstring_as_multibyte): Escape backslashes in the docstring.
6263
6264 2005-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
6265
6266 * buffer.h (Fgenerate_new_buffer_name): Declare (for use in coding.c).
6267
6268 2005-07-18 Kim F. Storm <storm@cua.dk>
6269
6270 * frame.h (struct frame): New member already_hscrolled_p.
6271
6272 * xdisp.c (redisplay_internal): Only try to hscroll each frame once
6273 to avoid redisplay looping hscrolling back and forth ad infinitum.
6274
6275 2005-07-18 Juri Linkov <juri@jurta.org>
6276
6277 * buffer.c (scroll-up-aggressively, scroll-down-aggressively):
6278 * keymap.c (Fminor_mode_key_binding):
6279 * macterm.c (mac-emulate-three-button-mouse):
6280 Delete duplicate duplicate words.
6281
6282 2005-07-18 Ken Raeburn <raeburn@gnu.org>
6283
6284 * minibuf.c (Ftest_completion): Fix odd syntax in test.
6285
6286 2005-07-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6287
6288 * macfns.c (x_set_cursor_color): Use XSetBackground and XSetForeground.
6289
6290 * macgui.h (struct _XGC): New struct.
6291 (GC): Use it.
6292 (GCForeground, GCBackground, GCFont): Use X11 mask values.
6293 (XCreateGC, XParseGeometry): Move externs to macterm.h.
6294
6295 * macterm.c (x_bitmap_icon, x_make_frame_visible): Remove declarations.
6296 (XSetFont): Add declaration.
6297 (mac_set_forecolor, mac_set_backcolor, mac_set_colors):
6298 Remove functions.
6299 (GC_FORE_COLOR, GC_BACK_COLOR, GC_FONT, MAC_WINDOW_NORMAL_GC):
6300 New defines.
6301 (XDrawLine, mac_draw_line_to_pixmap, XClearWindow)
6302 (mac_draw_bitmap, XCreatePixmapFromBitmapData, XFillRectangle)
6303 (mac_draw_rectangle, mac_draw_string_common, mac_scroll_area):
6304 Use them.
6305 (mac_erase_rectangle): New function.
6306 (XClearArea, x_draw_fringe_bitmap, x_clear_glyph_string_rect)
6307 (x_draw_stretch_glyph_string): Use it.
6308 (XChangeGC, XCreateGC, XGetGCValues, XSetForeground)
6309 (XSetBackground, XSetFont): Adjust for new GC implementation.
6310 (x_draw_fringe_bitmap, x_draw_box_rect): Use GC to set colors.
6311 (XTset_vertical_scroll_bar): Clear area under scroll bar.
6312
6313 * macterm.h (struct mac_display_info): Change types of
6314 scratch_cursor_gc black_relief.gc, and white_relief.gc to GC.
6315 (XCreateGC, XParseGeometry): Move externs from macgui.h.
6316
6317 * xfaces.c [MAC_OS] (XCreateGC): Remove extern.
6318
6319 2005-07-16 Richard M. Stallman <rms@gnu.org>
6320
6321 * buffer.c (Fmake_overlay): Doc fix.
6322
6323 2005-07-16 Eli Zaretskii <eliz@gnu.org>
6324
6325 * w32proc.c (syms_of_ntproc): staticpro Qhigh, Qlow,
6326 Vw32_valid_locale_ids, and Vw32_valid_codepages.
6327
6328 2005-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6329
6330 * mac.c [TARGET_API_MAC_CARBON] (Fmac_code_convert_string):
6331 Use Fstring_as_unibyte instead of string_make_unibyte.
6332
6333 2005-07-15 Richard M. Stallman <rms@gnu.org>
6334
6335 * xdisp.c (select_frame_for_redisplay): Use find_symbol_value.
6336
6337 2005-07-15 Kim F. Storm <storm@cua.dk>
6338
6339 * xdisp.c: Fix redisplay loop in last change.
6340 (IT_POS_VALID_AFTER_MOVE_P): New macro.
6341 (move_it_vertically_backward, move_it_by_lines): Use it.
6342
6343 2005-07-14 Jason Rumney <jasonr@gnu.org>
6344
6345 * w32.c (init_environment): Default HOME directory to user's
6346 appdata directory if possible.
6347
6348 2005-07-14 Kim F. Storm <storm@cua.dk>
6349
6350 * .gdbinit (pitx): Fix output format. Print string charpos.
6351
6352 * lread.c (syms_of_lread): Initialize seen_list.
6353
6354 * search.c (syms_of_search): Staticpro searchbuf.whitespace_regexp.
6355
6356 * syntax.c (syms_of_syntax): Staticpro lisp objects in gl_state.
6357 Staticpro re_match_object.
6358
6359 2005-07-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6360
6361 * macselect.c (get_scrap_target_type_list): Avoid NULL pointer
6362 dereference.
6363
6364 * macterm.c (mac_window_to_frame): Remove duplicate define.
6365
6366 2005-07-14 Kenichi Handa <handa@m17n.org>
6367
6368 * coding.c (code_convert_region_unwind): ARG is changed to a cons.
6369 (code_convert_region): Adjust for the above change.
6370 (set_conversion_work_buffer): If the work buffer is already in
6371 use, generate a new buffer and return it. Otherwise return Qnil.
6372 (run_pre_post_conversion_on_str): Adjust for the above change.
6373 (run_pre_write_conversin_on_c_str): Likewise.
6374
6375 2005-07-13 Kim F. Storm <storm@cua.dk>
6376
6377 * xdisp.c (start_display): Don't reseat to next visible line start
6378 if current start position is in a string or image.
6379 (move_it_vertically_backward): Be sure to move out of strings and
6380 images when moving it2 forward.
6381 (move_it_by_lines): When moving forward, move to next buffer
6382 position if we end up in a string or image. When moving backward,
6383 count rows moved over when moving to start of current row in case
6384 row starts in middle of a string or image. Also move further
6385 backward if we end up in a string or image.
6386 (try_cursor_movement): If overlay string spans multiple lines,
6387 move backward to set cursor on start of an overlay string.
6388 (cursor_row_p): Row is ok if cursor is at newline from string, but
6389 string starts on this line (so we always position cursor at start
6390 of string).
6391
6392 * indent.c (Fvertical_motion): If start position is on an image,
6393 don't move back if we move too far (that's almost certain to happen).
6394
6395 * xdisp.c (cursor_row_fully_visible_p): Allow partially visible
6396 row in minibuffer windows.
6397 (try_window): Don't check margins in minibuffer windows.
6398
6399 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6400
6401 * macterm.c: Don't include stdlib.h or composite.h.
6402 (x_use_underline_position_properties, last_mouse_press_frame)
6403 (x_noop_count, Qvendor_specific_keysyms): Remove unused variables.
6404 (syms_of_macterm, mac_initialize): Don't initialize them.
6405 (waiting_for_input, initial_argv, initial_argc)
6406 (Vcommand_line_args, Vx_no_window_manager, errno, window_scroll)
6407 (set_frame_menubar, path_from_vol_dir_name): Remove externs.
6408 (extra_keyboard_modifiers): Fix type in extern.
6409 (x_window_to_frame, x_window_to_scroll_bar): Remove declarations.
6410 (x_scroll_bar_report_motion): Add argument types to declaration.
6411 (mac_compute_glyph_string_overhangs): Add declaration.
6412 (disable_mouse_highlight): Remove unused variable.
6413 [USE_TOOLKIT_SCROLL_BARS] (construct_scroll_bar_click)
6414 (x_scroll_bar_handle_press, x_scroll_bar_handle_release)
6415 (x_scroll_bar_handle_drag): Remove argument `timestamp'.
6416 All callers changed.
6417 [USE_TOOLKIT_SCROLL_BARS] (construct_scroll_bar_click): Don't set
6418 timestamp.
6419 [USE_CARBON_EVENTS] (mac_handle_mouse_event): Likewise.
6420 (x_scroll_bar_create, XTset_vertical_scroll_bar): Show scroll bar
6421 only when its width is less than the height.
6422 (XTredeem_scroll_bar): Sync with xterm.c.
6423 (font_name_table, font_name_table_size, font_name_count):
6424 Make static.
6425 (drag_and_drop_file_list): Remove variable. Previous use is now
6426 local to function.
6427 (do_ae_open_documents): Move DRAG_N_DROP event construction part
6428 from XTread_socket.
6429 (XTread_socket): Consolidate setting of event timestamp.
6430 Move DRAG_N_DROP event construction part to do_ae_open_documents.
6431 Support extra_keyboard_modifiers.
6432
6433 * xfaces.c (try_font_list) [MAC_OS]: Try font family name
6434 beginning with that for ASCII.
6435
6436 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
6437
6438 * alloc.c (gc_cons_combined_threshold, Vgc_cons_percentage): New vars.
6439 (Fgarbage_collect, init_alloc_once): Set gc_cons_combined_threshold.
6440 (syms_of_alloc): Declare gc-cons-percentage.
6441
6442 * eval.c (Feval, Ffuncall):
6443 * keyboard.c (read_char):
6444 * bytecode.c (MAYBE_GC): Use gc_cons_combined_threshold.
6445
6446 * lisp.h (gc_cons_combined_threshold): Declare.
6447
6448 2005-07-12 Kim F. Storm <storm@cua.dk>
6449
6450 * coding.c (Qprocess_argument):
6451 * coding.h (Qprocess_argument): Remove unused var.
6452
6453 * xselect.c (intern): Remove dup. intern and staticpro for QTIMESTAMP.
6454
6455 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6456
6457 * mac.c [!TARGET_API_MAC_CARBON]: Include charset.h, coding.h, and
6458 Endian.h.
6459 [!MAC_OSX] (fchmod, fchown): New functions.
6460 (mac_get_code_from_arg): Don't accept Lisp integer as argument.
6461 Use SBYTES and EndianU32_BtoN.
6462 (mac_get_object_from_code): Return 4 byte string even if argument
6463 is 0. Use make_unibyte_string and EndianU32_NtoB.
6464 (Fmac_get_file_creator, Fmac_get_file_type, Fmac_set_file_creator)
6465 (Fmac_set_file_type): Fix documents and argument declarations.
6466 Don't specify kFSCatInfoNodeFlags. Support Mac OS Classic.
6467
6468 2005-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
6469
6470 * window.c (Frecenter): Yet another int/Lisp_Object mixup (YAILOM).
6471
6472 2005-07-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6473
6474 * xfaces.c (x_update_menu_appearance): Use fontSet resource for
6475 Lucid if X_I18N, font otherwise.
6476
6477 2005-07-10 Steven Tamm <steventamm@mac.com>
6478
6479 * mac.c (Fmac_get_file_type, Fmac_get_file_creator): Add.
6480 (Fmac_set_file_type, Fmac_set_file_creator): Add.
6481 (mac_get_object_from_code, mac_get_code_from_arg): Add.
6482
6483 2005-07-10 Richard M. Stallman <rms@gnu.org>
6484
6485 * lread.c (Qeval_buffer_list, Veval_buffer_list): New vars.
6486 (syms_of_lread): Set up eval-buffer-list.
6487 (Feval_buffer, Feval_region): Bind eval-buffer-list.
6488
6489 2005-07-08 Richard M. Stallman <rms@gnu.org>
6490
6491 * eval.c (Fdefvar): Allow defvaring a constant to itself quoted.
6492
6493 2005-07-08 Kim F. Storm <storm@cua.dk>
6494
6495 * keyboard.c (menu_bar_items): Don't GCPRO menu_bar_items_vector here.
6496 (syms_of_keyboard): Initialize and staticpro menu_bar_items_vector.
6497
6498 2005-07-07 Kim F. Storm <storm@cua.dk>
6499
6500 * window.c (Frecenter): Fix last change (set iarg before use).
6501
6502 2005-07-06 Richard M. Stallman <rms@gnu.org>
6503
6504 * window.c (Frecenter): When arg is inside the scroll margin,
6505 move it out of the margin.
6506
6507 2005-07-06 Jason Rumney <jasonr@gnu.org>
6508
6509 * w32console.c (initialize_w32_display): Detect when the console
6510 dimensions are insane, and default to 80x25 instead.
6511 (w32_use_full_screen_buffer): Default to NIL.
6512
6513 2005-07-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6514
6515 * macterm.c (mac_draw_vertical_window_border): Use foreground of
6516 VERTICAL_BORDER_FACE_ID for vertical border line.
6517 (mac_encode_char): Call check_ccl_update in advance.
6518 (mac_to_x_fontname, x_font_name_to_mac_font_name)
6519 (init_font_name_table, mac_do_list_fonts, XLoadQueryFont):
6520 Don't assume that font family length is less than 32.
6521 (x_compute_min_glyph_bounds): Make static.
6522 (x_load_font): Never set fonts_changed_p to zero.
6523
6524 2005-07-04 Lute Kamstra <lute@gnu.org>
6525
6526 * Update FSF's address in GPL notices.
6527
6528 2005-07-03 Richard M. Stallman <rms@gnu.org>
6529
6530 * xdisp.c (try_window): Fix previous change in how it handles
6531 a partially-visible line or one only partly past the margin.
6532
6533 * window.c (window_scroll_pixel_based): Take account
6534 of this_scroll_margin when finding point when scrolling up.
6535
6536 2005-06-29 Ralf Angeli <angeli@iwi.uni-sb.de>
6537
6538 * window.c (window_scroll_pixel_based, window_scroll_line_based):
6539 Handle `scroll-preserve-screen-position' non-nil, non-t specially.
6540 (syms_of_window) <scroll-preserve-screen-position>: Doc fix.
6541
6542 2005-07-02 Juri Linkov <juri@jurta.org>
6543
6544 * w32term.c (w32_draw_vertical_window_border): Use foreground of
6545 VERTICAL_BORDER_FACE_ID for vertical border line.
6546
6547 2005-07-02 Eli Zaretskii <eliz@gnu.org>
6548
6549 * fileio.c (Fcopy_file): Rearrange the code that calls fchown and
6550 fchmod so that chmod doesn't get called on MSDOS before the file
6551 is closed.
6552
6553 2005-07-01 Jason Rumney <jasonr@gnu.org>
6554
6555 * w32term.c (cleartype_active): New flag for enabling sub-pixel
6556 workaround.
6557 (w32_initialize): Initialize it.
6558 (w32_native_per_char_metric): Allow a couple of extra pixels when
6559 Cleartype is active.
6560
6561 * w32term.c (w32_initialize): Move check for screen reader here
6562 from syms_of_w32term.
6563
6564 2005-06-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6565
6566 * xterm.c (handle_one_xevent): bzero compose_status when nbytes
6567 is not zero.
6568
6569 2005-07-01 Masatake YAMATO <jet@gyve.org>
6570
6571 * emacs.c (main): Passing ADD_NO_RANDOMIZE to `personality'.
6572
6573 2005-06-30 Juri Linkov <juri@jurta.org>
6574
6575 * xdisp.c (x_draw_vertical_border): If left fringe is not present
6576 decrease x coord of vertical border by 1 pixel to not occupy text
6577 area of the right window.
6578
6579 * xterm.c (x_draw_vertical_window_border): Use foreground of
6580 VERTICAL_BORDER_FACE_ID for vertical border line.
6581
6582 * term.c (turn_on_face): In standout mode apply specified
6583 fg to bg, and specified bg to fg (this makes the logic of
6584 inversion on terminal consistent with X).
6585
6586 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
6587
6588 * eval.c (user_variable_p_eh): New function.
6589 (Fuser_variable_p): Use it. Clarify docstring.
6590 Return t for aliases of user options, nil for alias loops.
6591
6592 2005-06-27 Richard M. Stallman <rms@gnu.org>
6593
6594 * eval.c (Fdefvar): Improve error message.
6595
6596 2005-06-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6597
6598 * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Fix last
6599 change.
6600
6601 2005-06-27 Juanma Barranquero <lekktu@gmail.com>
6602
6603 * eval.c (Fdefvar): Don't try to set constant symbols.
6604
6605 2005-06-25 Richard M. Stallman <rms@gnu.org>
6606
6607 * macfns.c (Fx_show_tip): Pass new arg to try_window.
6608
6609 * w32fns.c (Fx_show_tip): Pass new arg to try_window.
6610
6611 * xfns.c (Fx_show_tip): Pass new arg to try_window.
6612
6613 * xdisp.c (try_window): New arg CHECK_MARGINS. Calls changed.
6614 (redisplay_window): Handle try_window reporting point in scroll margin.
6615
6616 * dispextern.h (try_window): Declare new arg.
6617
6618 * fileio.c (Fcopy_file): New arg PRESERVE_UID_GID.
6619 Use fchmod to copy the file modes.
6620 (Frename_file): Don't copy UID and GID here;
6621 instead, specify t for PRESERVE_UID_GID when calling Fcopy_file.
6622
6623 * eval.c (call_debugger): Take full care of extending stack limits
6624 to make space for the debugger, and restore the change afterward.
6625 Bind debug-on-error to nil.
6626 (restore_stack_limits): New subroutine.
6627 (Fsignal): Extend specpdl bound along with eval depth bound,
6628 for calling edebug. Don't do either one, for calling debugger.
6629 (find_handler_clause): Don't bind debug-on-error here.
6630 Don't unbind anything either.
6631 Temporarily advance max_specpdl_size for calling
6632 internal_with_output_to_temp_buffer.
6633 (grow_specpdl): Don't alter max_specpdl_size before signaling
6634 an error.
6635 (syms_of_eval) <max-specpdl-size>: Doc fix.
6636
6637 * lread.c (read1): 0.0e+NaN should make a "positive" NaN.
6638
6639 2005-06-24 Eli Zaretskii <eliz@gnu.org>
6640
6641 * fileio.c (Frename_file): Undo last change: no need to ifdef away
6642 chown on DOS_NT platforms.
6643
6644 * w32.c (sys_chown): New function.
6645
6646 * s/ms-w32.h (chown): New; define to sys_chown.
6647
6648 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
6649
6650 * xdisp.c (syms_of_xdisp) <nobreak-char-display>: Doc fix.
6651 (syms_of_xdisp) <void-text-area-pointer>: Doc fix.
6652
6653 * fileio.c (Frename_file)[!DOS_NT]: Don't call chown on MSDOS/Windows.
6654
6655 2005-06-23 Richard M. Stallman <rms@gnu.org>
6656
6657 * xdisp.c (get_next_display_element): Finish reversing the tests of
6658 Vnobreak_char_display.
6659
6660 * xdisp.c (Vnobreak_char_display): Rename from Vshow_nonbreak_escape.
6661 All uses changed.
6662 (Qnobreak_space): Rename from Qno_break_space. All uses changed.
6663 (syms_of_xdisp): Define nobreak-char-display and nobreak-space.
6664
6665 * fileio.c (Frename_file): Preserve owner and group, if possible,
6666 when copying.
6667
6668 2005-06-23 Juanma Barranquero <lekktu@gmail.com>
6669
6670 * abbrev.c (Funexpand_abbrev):
6671 * category.c (Fmake_category_set):
6672 * dispnew.c (Fsleep_for, Fsit_for):
6673 * editfns.c (Fsubst_char_in_region):
6674 * eval.c (Fdefvar, Fdefconst, Feval, Ffuncall):
6675 * frame.c (make_frame_without_minibuffer):
6676 * lread.c (read_vector):
6677 * macfns.c (check_x_frame):
6678 * process.c (Fstop_process, Fcontinue_process):
6679 * search.c (Freplace_match):
6680 * syntax.c (Fstring_to_syntax):
6681 * w32fns.c (check_x_frame, check_x_display_info):
6682 * xfaces.c (x_supports_face_attributes_p):
6683 * xselect.c (Fx_own_selection_internal): Follow error conventions.
6684
6685 * image.c (fn_png_init_io): Don't define it.
6686 (init_png_functions) [HAVE_NTGUI]: Don't initialize fn_png_init_io.
6687 (png_read_from_file): New function, based on png_read_from_memory.
6688 (png_load): Use it, instead of fn_png_init_io.
6689
6690 2005-06-23 Kim F. Storm <storm@cua.dk>
6691
6692 * search.c (Fmatch_data): Remove evaporate option.
6693 (Fset_match_data): Do not mention evaporate option in doc string.
6694 Add commentary explaining evaporate arg (for internal use only).
6695 (unwind_set_match_data): Add comment on evaporate use.
6696
6697 2005-06-22 Miles Bader <miles@gnu.org>
6698
6699 * xfaces.c (Qvertical_border): Rename from `Qvertical_divider'.
6700 (realize_basic_faces, syms_of_xfaces): Update references to it.
6701 * dispextern.h (enum face_id): Rename `VERTICAL_DIVIDER_FACE_ID'
6702 to `VERTICAL_BORDER_FACE_ID'.
6703 * dispnew.c (build_frame_matrix_from_leaf_window): Update references.
6704
6705 2005-06-21 Juri Linkov <juri@jurta.org>
6706
6707 * dispextern.h: Add extern Qframe_set_background_mode.
6708
6709 * xfaces.c: Rename obsolete function Qframe_update_face_colors to
6710 Qframe_set_background_mode.
6711
6712 * frame.c (Fmodify_frame_parameters):
6713 Call frame-set-background-mode after changing the background color
6714 on non-window non-dos branch.
6715
6716 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
6717
6718 * fns.c (Fchar_table_range):
6719 * process.c (Fmake_network_process): Fix spellings.
6720
6721 2005-06-20 Kim F. Storm <storm@cua.dk>
6722
6723 * fns.c (Fsort): Doc fix.
6724
6725 2005-06-20 Miles Bader <miles@gnu.org>
6726
6727 * xfaces.c (Qvertical_divider): New variable.
6728 (realize_basic_faces): Realize its face.
6729 (syms_of_xfaces): Initialize it.
6730
6731 * dispextern.h (enum face_id): Add `VERTICAL_DIVIDER_FACE_ID'.
6732
6733 * dispnew.c (build_frame_matrix_from_leaf_window): Display vertical
6734 window-separator on ttys using `vertical-divider' face by default.
6735
6736 2005-06-17 Richard M. Stallman <rms@gnu.org>
6737
6738 * xdisp.c (get_next_display_element):
6739 Reverse test of Vshow_nonbreak_escape.
6740
6741 * term.c (produce_special_glyphs): Use spec_glyph_lookup_face.
6742 (Ftty_no_underline): New function.
6743 (syms_of_term): defsubr it.
6744
6745 * keyboard.c (read_char): Call restore_getcjmp after jump occurs.
6746
6747 * dispnew.c (spec_glyph_lookup_face): New function.
6748 (build_frame_matrix_from_leaf_window): Use it.
6749
6750 * dispextern.h (spec_glyph_lookup_face): Add declaration.
6751
6752 * buffer.c (syms_of_buffer) <cursor-type>: Doc fix.
6753
6754 2005-06-12 Richard M. Stallman <rms@gnu.org>
6755
6756 * keyboard.c (read_char): After catching a longjmp,
6757 call restore_getcjmp.
6758
6759 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
6760
6761 * xselect.c (lisp_data_to_selection_data): Fix spelling.
6762
6763 2005-06-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6764
6765 * macterm.c (mac_compute_glyph_string_overhangs): Don't set
6766 overhangs unless the given glyph type is noncomposite CHAR_GLYPH.
6767 [USE_CARBON_EVENTS] (mac_convert_event_ref): Convert dead key down
6768 events.
6769 (XTread_socket): Don't pass keyboard events with the option
6770 modifier to the system when Vmac_command_key_is_meta is nil or
6771 Vmac_option_modifier is non-nil.
6772 [USE_CARBON_EVENTS] (read_socket_inev): New variable.
6773 [USE_CARBON_EVENTS] (init_command_handler): Fix argument.
6774 [USE_CARBON_EVENTS] (mac_handle_mouse_event): New Carbon event
6775 handler function.
6776 (install_window_handler) [USE_CARBON_EVENTS]: Install it.
6777 (XTread_socket) [USE_CARBON_EVENTS]: Move mouse wheel event
6778 handler part to mac_handle_mouse_event.
6779
6780 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
6781
6782 * eval.c (Fdefvaralias): Rename arguments SYMBOL and ALIASED to
6783 NEW-ALIAS and BASE-VARIABLE, respectively.
6784
6785 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6786
6787 * xdisp.c (note_mode_line_or_margin_highlight): Lisp_Object/int mixup.
6788 (get_phys_cursor_geometry, format_mode_line_unwind_data)
6789 (get_line_height_property, x_produce_glyphs): Remove unused vars.
6790
6791 * coding.c (run_pre_post_conversion_on_str): Remove unused var `buf'.
6792
6793 2005-06-13 Eli Zaretskii <eliz@gnu.org>
6794
6795 * w32term.c (x_use_underline_position_properties): New variable.
6796 (x_draw_glyph_string): Remind in a comment to change doc string of
6797 x-use-underline-position-properties if/when underline positioning
6798 is implemented.
6799 (syms_of_w32term): DEFVAR_BOOL x-use-underline-position-properties,
6800 and initialize it to nil.
6801
6802 2005-06-12 Jason Rumney <jasonr@gnu.org>
6803
6804 * w32fns.c (NEWOPENFILENAME): New struct.
6805 (Fx_file_dialog): Use it to trick the system into giving us up to
6806 date dialogs on systems that are documented to support it.
6807 Do not set OFN_FILEMUSTEXIST flag if looking for a directory.
6808
6809 2005-06-12 Eli Zaretskii <eliz@gnu.org>
6810
6811 * w32fns.c (w32_abort): Use the MB_YESNO dialog instead of
6812 MB_ABORTRETRYIGNORE. Never return, even if DebugBreak does.
6813
6814 2005-06-11 Eli Zaretskii <eliz@gnu.org>
6815
6816 * image.c (x_create_x_image_and_pixmap) [HAVE_NTGUI]: Cast 4th arg
6817 to CreateDIBSection to avoid a compiler warning.
6818 (pbm_load): Cast 3rd arg to IMAGE_BACKGROUND to avoid a compiler
6819 warning.
6820 (png_load): Cast return values of fn_png_create_read_struct and
6821 fn_png_create_info_struct, to avoid compiler warnings on W32.
6822 Cast 3rd arg to IMAGE_BACKGROUND and image_background_transparent
6823 to avoid compiler warnings.
6824 (jpeg_load): Cast return value of fn_jpeg_std_error to avoid a
6825 compiler warning on W32. Cast 3rd arg to IMAGE_BACKGROUND to
6826 avoid a compiler warning.
6827 (tiff_load): Cast return values of fn_TIFFOpen and
6828 fn_TIFFClientOpen to avoid compiler warning on W32. Cast 3rd arg
6829 to IMAGE_BACKGROUND to avoid a compiler warning.
6830 (gif_load): Cast return values of fn_DGifOpenFileName and
6831 fn_DGifOpen to avoid compiler warnings on W32. Cast 3rd arg to
6832 IMAGE_BACKGROUND to avoid a compiler warning.
6833 (DrawText) [HAVE_NTGUI || MAC_OS]: If already defined, undef
6834 before redefining.
6835
6836 * w32bdf.c (create_offscreen_bitmap): Cast `bitsp' to `void **' in
6837 the call to CreateDIBSection, to avoid a compiler warning.
6838
6839 2005-06-11 Jason Rumney <jasonr@gnu.org>
6840
6841 * w32fns.c (Fx_file_dialog): Unblock input before falling back to
6842 minibuffer.
6843 * macfns.c (Fx_file_dialog): Likewise.
6844
6845 2005-06-10 Eli Zaretskii <eliz@gnu.org>
6846
6847 * makefile.w32-in ($(TEMACS)): Depend on addsection.exe.
6848
6849 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
6850
6851 * process.c (syms_of_process) [ADAPTIVE_READ_BUFFERING]:
6852 * w32fns.c (syms_of_w32fns): Fix spellings.
6853
6854 2005-06-10 Eli Zaretskii <eliz@gnu.org>
6855
6856 * unexw32.c (COPY_CHUNK, COPY_PROC_CHUNK): Add a new argument
6857 `verbose'; print diagnostic messages only if it is non-zero.
6858 All callers changed to pass a zero value unless DEBUG_DUMP is defined
6859 in the environment.
6860 (copy_executable_and_dump_data): Print section names with %.8s.
6861
6862 2005-06-10 Masatake YAMATO <jet@gyve.org>
6863
6864 * xdisp.c (note_mode_line_or_margin_highlight): Call clear_mouse_face
6865 when mouse_face is not given.
6866
6867 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
6868
6869 * window.c (Fselect_window): Adapt call to Fselect_frame.
6870
6871 * lisp.h: Update EXFUN of Fselect_frame.
6872
6873 * keyboard.c (command_loop_1): Adapt call to Fselect_frame.
6874
6875 * frame.c (Fhandle_switch_frame, Fselect_frame): Delete unused arg
6876 no_enter.
6877 (Fset_mouse_position, Fset_mouse_pixel_position, Ficonify_frame):
6878 Adapt to above change.
6879
6880 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
6881
6882 * fns.c (Fmemq, Fmaphash): Doc fixes.
6883
6884 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
6885
6886 * xfaces.c (Fdisplay_supports_face_attributes_p):
6887 Fix typo in docstring.
6888
6889 2005-06-08 Steven Tamm <steventamm@mac.com>
6890
6891 * unexmacosx.c (copy_data_segment): Copy __la_sym_ptr2 section
6892 used by gcc4 on intel mac.
6893
6894 2005-06-09 Kim F. Storm <storm@cua.dk>
6895
6896 * search.c (Fmatch_data): Add optional RESEAT arg. Unchain markers
6897 in REUSE list if non-nil; free them if equal to evaporate.
6898 (Fset_match_data): Add optional RESEAT arg. Unchain markers in LIST
6899 if non-nil; free them if equal to evaporate. Use XCAR/XCDR.
6900 (restore_search_regs): Rename from restore_match_data. Uses changed.
6901 (unwind_set_match_data): New function.
6902 (record_unwind_save_match_data): New function like save-match-data.
6903
6904 * lisp.h (Fmatch_data, Fset_match_data): Fix EXFUN.
6905 (record_unwind_save_match_data): Add prototype.
6906 (restore_search_regs): Rename from restore_match_data.
6907
6908 * composite.c (compose_chars_in_text):
6909 * eval.c (do_autoload):
6910 * macmenu.c (set_frame_menubar):
6911 * process.c (read_process_output, exec_sentinel):
6912 * xmenu.c (set_frame_menubar):
6913 * xdisp.c (prepare_menu_bars, update_menu_bar, update_tool_bar):
6914 * w32menu.c (set_frame_menubar):
6915 Use record_unwind_save_match_data.
6916
6917 2005-06-08 Richard M. Stallman <rms@gnu.org>
6918
6919 * xdisp.c (get_next_display_element): Alter previous change:
6920 Distinguish Vshow_nonbreak_escape = t or not t.
6921 For t, use escape_glyph once again, as before previous change.
6922 Use space or hyphen for display, instead of the non-ASCII char.
6923 (syms_of_xdisp) <show-nonbreak-escape>: Doc fix.
6924
6925 * process.c (Fstart_process): Don't touch command_channel_p slot.
6926
6927 * process.h (struct process): Delete command_channel_p.
6928
6929 2005-06-07 Masatake YAMATO <jet@gyve.org>
6930
6931 * xdisp.c (note_mode_line_or_margin_highlight):
6932 Check the overlapping of re-rendering area to avoid flickering.
6933 (note_mouse_highlight): Call clear_mouse_face if PART
6934 is not ON_MODE_LINE nor ON_HEADER_LINE.
6935
6936 2005-06-07 Kim F. Storm <storm@cua.dk>
6937
6938 * process.c: Improve commentary for adaptive read buffering.
6939
6940 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6941
6942 * xterm.c (x_create_toolkit_scroll_bar): Use XtNarrowScrollbars
6943 if available.
6944
6945 2005-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6946
6947 * macmenu.c (menu_quit_handler, install_menu_quit_handler):
6948 New functions for popping down menus on C-g.
6949 (set_frame_menubar, mac_menu_show): Call install_menu_quit_handler.
6950
6951 * macterm.c: Make mac_quit_char_modifiers and mac_quit_char_keycode
6952 non-static.
6953
6954 * config.in: Add HAVE_CANCELMENUTRACKING.
6955
6956 2005-06-06 Eli Zaretskii <eliz@gnu.org>
6957
6958 * w32heap.h (OFFSET_TO_RVA, RVA_TO_OFFSET, RVA_TO_PTR): Remove macros.
6959
6960 * unexw32.c (RVA_TO_PTR): Move here from w32heap.h.
6961
6962 * w32proc.c (RVA_TO_PTR): New macro.
6963
6964 * w32heap.c (RVA_TO_PTR): No need to #undef now.
6965
6966 * makefile.w32-in ($(BLD)/emacs.$(O), $(BLD)/w32select.$(O)):
6967 Depend on w32heap.h.
6968
6969 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
6970
6971 * keyboard.c (command_loop_1): Update Vthis_original_command.
6972
6973 2005-06-06 Richard M. Stallman <rms@gnu.org>
6974
6975 * xmenu.c (popup_get_selection): Undo previous change.
6976
6977 2005-06-06 Juri Linkov <juri@jurta.org>
6978
6979 * xdisp.c (Qno_break_space): New variable.
6980 (syms_of_xdisp): Initialize it.
6981 (get_next_display_element): Add no-break space and soft hypen
6982 codes for iso8859-2 and iso8859-5. Don't add `\' for them.
6983 Use `no-break-space' face for no-break spaces.
6984
6985 2005-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6986
6987 * window.c (delete_window): Handle the case where a h/vchild has
6988 a h/vchild.
6989
6990 2005-06-05 Eli Zaretskii <eliz@gnu.org>
6991
6992 * w32.c (sys_setsockopt): Change arg 4 to `const void *'. In the
6993 call to pfn_setsockopt, cast optval to `const char *'.
6994
6995 2005-06-04 Eli Zaretskii <eliz@gnu.org>
6996
6997 * w32.c (gettimeofday): Use struct _timeb, not struct timeb.
6998 (open_unc_volume): Cast return value of map_w32_filename, to avoid
6999 compiler warnings.
7000
7001 * s/ms-w32.h (fileno): Don't define if already defined.
7002
7003 * emacs.c: Include w32heap.h, to avoid compiler warning about sbrk.
7004
7005 * makefile.w32-in (DOC): Define to point to the generated DOC-X.
7006
7007 2005-06-04 Richard M. Stallman <rms@gnu.org>
7008
7009 * xmenu.c (popup_get_selection): Click not in menu deactivates menu.
7010
7011 2005-06-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7012
7013 * macmenu.c (cleanup_popup_menu): New function.
7014 (Fx_popup_menu): Unwind protect cleanup_popup_menu in case
7015 mac_menu_show Quit:s.
7016 (mac_menu_show): Quit on cancel if not popped up on click (i.e.
7017 a dialog).
7018
7019 2005-06-04 Kim F. Storm <storm@cua.dk>
7020
7021 * coding.c (decode_coding_string): Handle CODING_FINISH_INTERRUPT.
7022
7023 * callproc.c (Fcall_process): Don't use alloca to gradually
7024 increase size of buf, as it effectively uses twice the necessary
7025 space on the stack. Instead, pre-allocate buf of full size, and
7026 gradually increase the read size.
7027
7028 * bytecode.c (BYTE_CODE_QUIT): Check Vthrow_on_input.
7029
7030 * eval.c (unbind_to): Preserve value of Vquit_flag.
7031
7032 * xterm.c (handle_one_xevent): Also ignore mouse motion just
7033 before a button release event.
7034
7035 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
7036
7037 * xfaces.c (Finternal_lisp_face_equal_p): Really report
7038 on faces in a frame, if the argument FRAME is non-nil.
7039 Improve argument/docstring consistency.
7040
7041 2005-06-02 Kim F. Storm <storm@cua.dk>
7042
7043 * xdisp.c (MODE_LINE_NOPROP_LEN): New macro.
7044 (x_consider_frame_title, Fformat_mode_line): Save offset into
7045 mode_line_noprop_buf rather than pointer, in case buffer is relocated.
7046
7047 2005-06-01 Kim F. Storm <storm@cua.dk>
7048
7049 * fns.c (mapcar1): Maybe exit loop if original sequence was modified.
7050
7051 2005-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7052
7053 * macterm.c (mac_to_x_fontname, mac_do_list_fonts): Set XLFD
7054 resolution fields for scalable fonts to 0.
7055
7056 * xfaces.c (build_scalable_font_name): Round pixel size to the
7057 nearest integer.
7058
7059 2005-06-01 Kim F. Storm <storm@cua.dk>
7060
7061 * xdisp.c (display_mode_line): Support nested calls to redisplay
7062 and format-mode-line. Set mode_line_target to MODE_LINE_DISPLAY.
7063
7064 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
7065
7066 * fileio.c (Finsert_file_contents):
7067 * xdisp.c (note_mode_line_or_margin_highlight): Lisp_Object/int mixup.
7068
7069 2005-05-31 Kim F. Storm <storm@cua.dk>
7070
7071 * xdisp.c (mode_line_noprop_buf, mode_line_noprop_buf_end)
7072 (mode_line_noprop_ptr): Rename from frame_title_*.
7073 (store_mode_line_noprop_char): Rename from store_frame_title_char.
7074 (store_mode_line_noprop): Rename from store_frame_title.
7075 (mode_line_target): New enum to specify current output target
7076 for mode line formatting.
7077 (display_mode_element): Test it rather than frame_title_ptr and
7078 mode_line_string_list to determine where output should go.
7079 (mode_line_proptrans_alist, mode_line_string_alist): Make static.
7080 (Vmode_line_unwind_vector): New variable.
7081 (format_mode_line_unwind_data, unwind_format_mode_line):
7082 New functions for unwind protection in mode line formatting.
7083 (x_consider_frame_title): Use them and new local var 'title_start'
7084 to support nested calls to format-mode-line and redisplay.
7085 Set mode_line_target to MODE_LINE_TITLE.
7086 (Fformat_mode_line): Use them and new local var 'string_start' to
7087 support nested calls to format-mode-line and redisplay.
7088 Set mode_line_target to MODE_LINE_NOPROP or MODE_LINE_STRING.
7089 Don't trim trailing dashes.
7090 (decode_mode_spec): Don't make infinite number of trailing dashes
7091 for MODE_LINE_NOPROP and MODE_LINE_STRING targets.
7092 (syms_of_xdisp): Initialize and staticpro mode_line_string_face,
7093 mode_line_string_face_prop, and Vmode_line_unwind_vector.
7094 (init_xdisp): Initialize mode_line_noprop_ptr to start of _buf.
7095 Initialize mode_line_target to MODE_LINE_DISPLAY.
7096
7097 2005-05-29 Richard M. Stallman <rms@gnu.org>
7098
7099 * buffer.c (Fbuffer_local_value): Call indirect_variable.
7100
7101 2005-05-28 Masatake YAMATO <jet@gyve.org>
7102
7103 * xdisp.c (note_mode_line_or_margin_highlight): Change the
7104 pointer to a hand cursor when hoovering over a mouse-face.
7105
7106 2005-05-27 Kenichi Handa <handa@m17n.org>
7107
7108 * xterm.c (x_encode_char): Call check_ccl_update in advance.
7109
7110 * ccl.c: Now an element of Vccl_program_table is a vector of
7111 length 4, not 3.
7112 (ccl_get_compiled_code): New arg idx. Caller changed.
7113 Adjust for the change of Vccl_program_table.
7114 (setup_ccl_program): Adjust for the change of Vccl_program_table.
7115 (check_ccl_update): New function.
7116 (Fregister_ccl_program): Use ASET to set an element of a vector.
7117 Adjusted for the change of Vccl_program_table.
7118
7119 * ccl.h (struct ccl_program): New member idx.
7120 (check_ccl_update): Extern it.
7121
7122 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
7123
7124 * image.c (Vimage_library_alist): Move from image.el.
7125 (syms_of_image): Defvar it.
7126 (lookup_image_type): Use it.
7127
7128 * buffer.c (Fbuffer_local_value): Make argument name match its use
7129 in docstring.
7130
7131 2005-05-26 Juanma Barranquero <lekktu@gmail.com>
7132
7133 * keyboard.c (Frecursive_edit): Fix typo in docstring.
7134 (Fposn_at_x_y): Make argument name match its use in docstring.
7135
7136 2005-05-26 Lute Kamstra <lute@gnu.org>
7137
7138 * eval.c (Frun_hooks): Mention run-mode-hooks in docstring.
7139
7140 2005-05-24 Masatake YAMATO <jet@gyve.org>
7141
7142 * xdisp.c (note_mode_line_or_margin_highlight): Use b and e
7143 as loop sentinels.
7144
7145 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
7146
7147 * xmenu.c (Fx_popup_dialog): Add a third boolean argument to
7148 select frame title ("Question"/"Information").
7149 (xdialog_show): Use it.
7150
7151 * macmenu.c (Fx_popup_dialog, mac_dialog_show): As for xmenu.c.
7152
7153 * w32menu.c (Fx_popup_dialog, w32_dialog_show): As for xmenu.c.
7154
7155 * fns.c (Fyes_or_no_p, Fy_or_n_p): Call Fx_popup_dialog with
7156 a third argument (Qnil).
7157
7158 * lisp.h: x-popup-dialog can have three arguments.
7159
7160 * editfns.c (Fmessage_box): Use "Information" for frame title.
7161
7162 2005-05-23 Thien-Thi Nguyen <ttn@gnu.org>
7163
7164 * termcap.c [VMS]: Include <starlet.h>.
7165
7166 2005-05-23 Masatake YAMATO <jet@gyve.org>
7167
7168 * xdisp.c (note_mode_line_or_margin_highlight): Add code
7169 for mouse-face. Change the type of the first argument from `window'
7170 to `Lisp_Object'.
7171 (note_mouse_highlight): Call note_mode_line_or_margin_highlight with
7172 window instead of w.
7173
7174 2005-05-22 Andreas Schwab <schwab@suse.de>
7175
7176 * process.c (send_process): Move misplaced volatile.
7177
7178 2005-05-21 Richard M. Stallman <rms@gnu.org>
7179
7180 * xdisp.c (display_mode_element): If we're processing a list and
7181 padding is specified, put it after the last element.
7182
7183 2005-05-21 Eli Zaretskii <eliz@gnu.org>
7184
7185 * fileio.c (Fexpand_file_name) [DOS_NT]: Don't try to support
7186 "superroot" on DOS_NT systems.
7187
7188 2005-05-21 David Hunter <hunterd42@comcast.net> (tiny change)
7189
7190 * process.c (send_process): Restore the SIGPIPE handler if we
7191 catch a SIGPIPE.
7192
7193 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
7194
7195 * image.c (lookup_image, png_read_from_memory): Remove hacks (and
7196 misleading comments).
7197 (DEF_IMGLIB_FN): Use C calling convention for image libraries.
7198
7199 2005-05-20 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
7200
7201 * window.c (Fwindow_inside_edges, Fwindow_inside_pixel_edges):
7202 Correct the right value.
7203
7204 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
7205
7206 * keyboard.c (syms_of_keyboard): Remove Lisp variables
7207 post-command-idle-hook and post-command-idle-delay.
7208 (command_loop_1): Don't try to execute post-command-idle-hook.
7209
7210 2005-05-16 Kim F. Storm <storm@cua.dk>
7211
7212 * xdisp.c (handle_display_prop): Handle empty replacement.
7213 (handle_single_display_spec): Return -1 for empty replacement.
7214
7215 * keyboard.c (adjust_point_for_property): Skip empty overlay string.
7216
7217 * .gdbinit (pitx): Print more info about iterator.
7218
7219 2005-05-16 Andreas Schwab <schwab@suse.de>
7220
7221 * unexmacosx.c (unexec_realloc): Move declarations before statements.
7222
7223 2005-05-14 Richard M. Stallman <rms@gnu.org>
7224
7225 * xdisp.c (message3): Call cancel_echoing.
7226
7227 * alloc.c (Fmemory_full_p): New function.
7228 (syms_of_alloc): defsubr it.
7229
7230 * process.c (send_process_trap): Unblock SIGPIPE.
7231 (send_process): Reset SIGPIPE handler before reporting error.
7232
7233 2005-05-14 Nick Roberts <nickrob@snap.net.nz>
7234
7235 * emacs.c (syms_of_emacs): Fix doc string for system-type.
7236
7237 2005-05-13 Richard M. Stallman <rms@gnu.org>
7238
7239 * fileio.c (Ffind_file_name_handler): Handle lambda-exp as handler.
7240 (Finsert_file_contents): If we read 0 bytes from a special file,
7241 unlock the visited file if we locked it.
7242 (Fmake_symbolic_link, Frecent_auto_save_p): Doc fixes.
7243 (Ffile_exists_p, Ffile_symlink_p): Doc fixes.
7244
7245 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7246
7247 * emacs.c (main) [MAC_OS8]: Call init_atimer before mac_term_init.
7248
7249 * keyboard.c (readable_events) [USE_TOOLKIT_SCROLL_BARS]:
7250 Regard toolkit scroll bar thumb drag events as squeezable and prevent
7251 redisplay from being paused by them.
7252
7253 * mac.c [!MAC_OSX]: Include keyboard.h and syssignal.h.
7254 [!MAC_OSX] (target_ticks): Remove variable.
7255 [!MAC_OSX] (check_alarm, pause, index): Remove functions.
7256 [!MAC_OSX && __MRC__] (sys_strftime): Likewise.
7257 [!MAC_OSX] (select): If fd 0 is not set in rfds and some input
7258 event occurs before timeout, behave as if the function were interrupted.
7259 [!MAC_OSX] (sigblock, sigsetmask, alarm): Simulate SIGALRM
7260 handling using Time Manager routines.
7261 [!MAC_OSX] (mac_atimer_task, mac_atimer_qlink, signal_mask):
7262 New variables.
7263 [!MAC_OSX] (mac_atimer_handler, set_mac_atimer, remove_mac_atimer)
7264 (setitimer): New functions.
7265
7266 * macfns.c, macmenu.c: Don't include signal.h.
7267
7268 * macterm.c [USE_TOOLKIT_SCROLL_BARS] (get_control_part_bounds):
7269 Rename from get_control_part_bound. All callers changed.
7270 (x_scroll_bar_clear): New function.
7271 (x_clear_frame): Use it.
7272 (XTset_vertical_scroll_bar): Don't call Draw1Control.
7273 (x_scroll_bar_handle_click): Change type of second argument from
7274 int to ControlPartCode.
7275 (check_alarm): Remove declaration.
7276 (XTread_socket) [!TARGET_API_MAC_CARBON]: Don't call it.
7277 (XTread_socket): Use ControlPartCode instead of SInt16.
7278
7279 2005-05-13 Nozomu Ando <nand@mac.com>
7280
7281 * unexmacosx.c: Include assert.h.
7282 (MACOSX_MALLOC_MULT16): New define.
7283 [MACOSX_MALLOC_MULT16] (ptr_in_unexec_regions): Determine whether
7284 ptr is in unexec regions by checking it is multiple of 16.
7285 (unexec_malloc_header_t): New typedef.
7286 (unexec_malloc, unexec_realloc, unexec_free): Store and use
7287 allocated size information in unexec_malloc_header.
7288
7289 2005-05-10 Richard M. Stallman <rms@gnu.org>
7290
7291 * xterm.c (noinclude): Add #undef.
7292
7293 * image.c, xfns.c, xmenu.c: Don't include signal.h.
7294
7295 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
7296
7297 * fileio.c (Fexpand_file_name, Frename_file, Fadd_name_to_file)
7298 (Fmake_symbolic_link, Faccess_file, Frecent_auto_save_p):
7299 Doc fixes.
7300
7301 * dired.c (Ffile_name_completion): Make argument name
7302 match its use in docstring.
7303
7304 2005-05-08 Luc Teirlinck <teirllm@auburn.edu>
7305
7306 * eval.c (Fdefvaralias): Remove any pre-existing
7307 variable-documentation property of the alias.
7308
7309 2005-05-07 Thien-Thi Nguyen <ttn@gnu.org>
7310
7311 * xfns.c (start_hourglass): Do nothing when running on a tty.
7312
7313 2005-05-07 Juanma Barranquero <lekktu@gmail.com>
7314
7315 * fns.c (Fchar_table_range): Fix typos in docstring.
7316
7317 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
7318
7319 * fns.c (Fchar_table_range): Yet Another Int/Lisp_Object Mixup.
7320
7321 2005-05-06 Eli Zaretskii <eliz@gnu.org>
7322
7323 * lread.c (Flocate_file_internal): Doc fix.
7324
7325 * Makefile.in (lisp, shortlisp): Add jka-cmpr-hook.elc.
7326
7327 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7328
7329 * macselect.c (x_own_selection): Accept Lisp string as result of
7330 selection converter function.
7331 (x_clear_frame_selections): Don't call x-lost-selection-functions
7332 if Emacs is not owner of the selection.
7333 (Vmac_services_selection): Put variable and initialization in
7334 #ifdef MAC_OSX.
7335 (syms_of_macselect) [MAC_OSX]: Set default value of
7336 Vmac_services_selection to PRIMARY.
7337
7338 * macterm.c (toolkit_scroll_bar_interaction): Remove unused variable.
7339 (mac_handle_tool_bar_click): Remove unused function and declaration.
7340 [USE_TOOLKIT_SCROLL_BARS] (scroll_bar_timer_callback)
7341 (install_scroll_bar_timer, set_scroll_bar_timer)
7342 (control_part_code_to_scroll_bar_part, construct_scroll_bar_click)
7343 (get_control_part_bound, x_scroll_bar_handle_press)
7344 (x_scroll_bar_handle_release, x_scroll_bar_handle_drag)
7345 (x_set_toolkit_scroll_bar_thumb): New functions and declarations.
7346 [USE_TOOLKIT_SCROLL_BARS] (last_scroll_bar_part, scroll_bar_timer)
7347 (scroll_bar_timer_event_posted_p): New variables.
7348 [USE_TOOLKIT_SCROLL_BARS] (SCROLL_BAR_FIRST_DELAY)
7349 (SCROLL_BAR_CONTINUOUS_DELAY): New macros.
7350 (x_scroll_bar_create): Set control reference with NewControl.
7351 (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
7352 Initialize track_top and track_height to nil.
7353 (x_scroll_bar_set_handle, x_scroll_bar_note_movement):
7354 Put functions in #ifndef USE_TOOLKIT_SCROLL_BARS.
7355 (XTset_vertical_scroll_bar): Don't make space between scroll bar
7356 and associated window.
7357 (XTset_vertical_scroll_bar) [MAC_OSX]: Get scroll bar area width
7358 from window config.
7359 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
7360 Set track_top and track_height to nil when scroll bar size is changed.
7361 Recalculate them if they are nil.
7362 (XTread_socket) [MAC_OSX]: Use control kind to determine if the
7363 clicked control is a scroll bar.
7364 (XTread_socket) [USE_TOOLKIT_SCROLL_BARS]: Use toolkit scroll bar
7365 event handler functions. Don't add modifiers to scroll bar click
7366 events. Call scroll bar release handler when window is deactivated.
7367 (mac_initialize): Remove unused code for X toolkit.
7368 (syms_of_macterm) [!USE_TOOLKIT_SCROLL_BARS]:
7369 Initialize Vx_toolkit_scroll_bars to nil.
7370
7371 * macterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
7372 New members track_top and track_height.
7373
7374 * sysselect.h [DARWIN || MAC_OSX]: Temporarily undefine
7375 init_process when including sys/select.h.
7376
7377 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
7378
7379 * eval.c (Fdefvaralias): Doc fix.
7380
7381 * xmenu.c (Fx_popup_menu, Fx_popup_dialog): Doc fixes.
7382
7383 2005-05-05 Kim F. Storm <storm@cua.dk>
7384
7385 * buffer.c (init_buffer_once): Set cursor_in_non_selected_windows
7386 default value.
7387 (syms_of_buffer): Add default-cursor-in-non-selected-windows.
7388 Fix type of cursor-in-non-selected-windows.
7389
7390 2005-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7391
7392 * mac.c: #undef init_process so not to conflict with system headers.
7393
7394 2005-05-02 Richard M. Stallman <rms@gnu.org>
7395
7396 * buffer.c (syms_of_buffer): Define cursor-in-non-selected-windows.
7397
7398 * buffer.h (struct buffer): Add cursor_in_non_selected_windows slot.
7399
7400 * xdisp.c (Vcursor_in_non_selected_windows)
7401 (Qcursor_in_non_selected_windows): Vars deleted.
7402 (syms_of_xdisp): Don't initialize them.
7403 (get_window_cursor_type): Use cursor_in_non_selected_windows
7404 buffer slot.
7405
7406 2005-05-02 Kim F. Storm <storm@cua.dk>
7407
7408 * macros.c (executing_kbd_macro_index): Rename from
7409 executing_macro_index. All uses changed.
7410 (executing_kbd_macro_iterations): Rename from
7411 executing_macro_iterations. All uses changed.
7412 (executing_kbd_macro): Rename from executing_macro.
7413 All uses changed.
7414 (syms_of_macros): Rename Lisp var executing-macro-index to
7415 executing-kbd-macro-index.
7416
7417 * xdisp.c (move_it_in_display_line_to): Fix last change.
7418
7419 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
7420
7421 * xmenu.c (Fx_popup_menu): Doc fix.
7422
7423 * charset.c (syms_of_charset): Delete defsubr for Schars_in_region.
7424
7425 2005-05-02 Jason Rumney <jasonr@gnu.org>
7426
7427 * emacs.c (USAGE3, USAGE4): Keep strings below 2048 bytes.
7428
7429 2005-05-02 Nozomu Ando <nand@mac.com>
7430
7431 * sysselect.h: Fix typo.
7432
7433 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
7434
7435 * charset.c (Fchars_in_region): Remove as obsolete.
7436
7437 2005-05-01 Kim F. Storm <storm@cua.dk>
7438
7439 * xdisp.c (move_it_in_display_line_to): Stop if we move beyond
7440 TO_CHARPOS. This may happen if last glyphs was an image or stretch
7441 glyph.
7442
7443 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
7444
7445 * dispnew.c (sit_for): Vexecuting_macro -> Vexecuting_kbd_macro.
7446
7447 2005-05-01 Richard M. Stallman <rms@gnu.org>
7448
7449 * xmenu.c [not HAVE_X_TOOLKIT] (xmenu_show):
7450 If user cancels the menu, quit unless FOR_CLICK.
7451
7452 * macros.c (Vexecuting_kbd_macro): Rename from Vexecuting_macro.
7453 All uses changed.
7454 (syms_of_macros): Define only executing-kbd-macro, not executing-macro.
7455 * keyboard.c: Change Vexecuting_macro to Vexecuting_kbd_macro.
7456 * macros.h (Vexecuting_kbd_macro): Declare instead of Vexecuting_macro.
7457 * commands.h (Vexecuting_kbd_macro): Likewise.
7458
7459 2005-05-01 Thien-Thi Nguyen <ttn@gnu.org>
7460
7461 * sysdep.c (get_frame_size) [VMS]: Use a fresh i/o channel.
7462
7463 2005-04-30 Richard M. Stallman <rms@gnu.org>
7464
7465 * fileio.c (Ffind_file_name_handler): Handle the `operations'
7466 property of the file name handler.
7467 (Qoperations): New variable.
7468 (syms_of_fileio): Initialize and staticpro it.
7469
7470 * xdisp.c (set_message_1): Delete xassert.
7471
7472 2005-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7473
7474 * mac.c: Don't include time.h. Include sysselect.h after systime.h.
7475
7476 * macfns.c (Fx_server_version): Add BLOCK_INPUT around Gestalt.
7477
7478 * macgui.h [HAVE_CARBON && MAC_OSX]: Don't undefine/define mktime
7479 before/after including Carbon.h if there is a working mktime.
7480
7481 2005-04-28 Kim F. Storm <storm@cua.dk>
7482
7483 * xfaces.c (resolve_face_name): Add arg SIGNAL_P. Calls changed.
7484 Fix cyclic alias check. If alias loop is detected, signal
7485 circular-list error if SIGNAL_P, and return Qdefault if !SIGNAL_P.
7486
7487 2005-04-28 Lute Kamstra <lute@gnu.org>
7488
7489 * eval.c (do_autoload): Record only autoloads in the autoload
7490 property of symbols.
7491
7492 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
7493
7494 * emacs.c (USAGE1): Add --basic-display and --quick options.
7495
7496 2005-04-27 Kim F. Storm <storm@cua.dk>
7497
7498 * data.c (syms_of_data) Staticpro Qcyclic_variable_indirection.
7499
7500 2005-04-26 Richard M. Stallman <rms@gnu.org>
7501
7502 * window.c (Fsame_window_p, Fspecial_display_p): Doc fixes.
7503 (syms_of_window): Doc fixes.
7504
7505 * indent.c (Fvertical_motion): Undo previous change.
7506
7507 2005-04-26 Kenichi Handa <handa@m17n.org>
7508
7509 * fns.c (char_table_range): New function.
7510 (Fchar_table_range): Signal an error if characters in the range
7511 have inconsistent values. Don't check the parent.
7512
7513 2005-04-25 Kenichi Handa <handa@m17n.org>
7514
7515 * fontset.c (fontset_set): Fix previous change.
7516
7517 2005-04-24 Richard M. Stallman <rms@gnu.org>
7518
7519 * indent.c (Fvertical_motion): Bind fontification-functions to nil.
7520
7521 2005-04-24 Eli Zaretskii <eliz@gnu.org>
7522
7523 * regex.c (re_search_2, re_match_2_internal): Convert second arg
7524 of RE_TRANSLATE to int, to shut up GCC warnings.
7525
7526 * fileio.c (Fcopy_file): Doc fix.
7527 [MSDOS]: Fix call to emacs_open: buffer_file_type not defined and
7528 not needed.
7529
7530 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7531
7532 * Makefile.in [HAVE_CARBON] (MAC_OBJ): Add macselect.o.
7533 (SOME_MACHINE_OBJECTS): Likewise.
7534 (mac.o): Depend on ccl.h.
7535 (macselect.o): New target.
7536
7537 * emacs.c (main) [MAC_OS8 || MAC_OSX && HAVE_CARBON]:
7538 Call syms_of_macselect.
7539
7540 * frame.c (Fdelete_frame) [MAC_OS]: Call x_clear_frame_selections.
7541
7542 * mac.c [!TARGET_API_MAC_CARBON]: Don't include charset.h or coding.h.
7543 (QCLIPBOARD): Remove variable.
7544 (syms_of_mac): Don't initialize it.
7545 (Fmac_paste_function, Fmac_cut_function, Fx_selection_exists_p):
7546 Remove functions.
7547 (syms_of_mac): Don't defsubr them.
7548 [TARGET_API_MAC_CARBON] (Qmime_charset, QNFD, QNFKD, QNFC, QNFKC)
7549 (QHFS_plus_D, QHFS_plus_C): New variables.
7550 (syms_of_mac) [TARGET_API_MAC_CARBON]: Initialize them.
7551 [TARGET_API_MAC_CARBON] (get_cfstring_encoding_from_lisp)
7552 (cfstring_create_normalized): New functions.
7553 [TARGET_API_MAC_CARBON] (Fmac_code_convert_string): Likewise.
7554 (syms_of_mac) [TARGET_API_MAC_CARBON]: Defsubr it.
7555
7556 * macterm.c (handling_window_update, terminate_flag):
7557 Remove variables.
7558 (do_window_update, do_ae_quit_application, XTread_socket):
7559 Don't use them.
7560 (WNE_SLEEP_AT_SUSPEND, WNE_SLEEP_AT_RESUME): Don't define.
7561 [USE_CARBON_EVENTS && MAC_OSX] (mac_handle_service_event)
7562 (init_service_handler): Move to macselect.c. Remove declarations.
7563 [USE_CARBON_EVENTS && MAC_OSX] (init_service_handler): Add extern.
7564 (Qapplication, Qabout): New variables.
7565 (syms_of_mac): Initialize them.
7566 [USE_CARBON_EVENTS && MAC_OSX] (Qpreferences, Qservices, Qpaste)
7567 (Qperform): New variables.
7568 (syms_of_mac) [USE_CARBON_EVENTS && MAC_OSX]: Initialize them.
7569 (do_get_menus) [TARGET_API_MAC_CARBON]: Don't call AppendResMenu.
7570 (do_menu_choice): Unhighlight menu bar also when menu_id is 0.
7571 (mac_store_application_menu_event, init_menu_bar): New functions.
7572 [USE_CARBON_EVENTS] (mac_handle_command_event)
7573 (init_command_handler): New functions.
7574 (mac_handle_window_event): Return noErr on window update event.
7575 (do_ae_quit_application): Call mac_store_application_menu_event.
7576 (mac_initialize) [USE_CARBON_EVENTS]: Call init_command_handler
7577 and init_menu_bar.
7578
7579 * macterm.h (x_clear_frame_selections): Add extern.
7580
7581 * macselect.c: New file for selection processing on Mac OS.
7582
7583 2005-04-23 Richard M. Stallman <rms@gnu.org>
7584
7585 * fileio.c (Fcopy_file): New arg MUSTBENEW.
7586 (Frename_file): Pass new arg to Fcopy_file.
7587
7588 * window.c (window_size_fixed): Variable deleted.
7589 (syms_of_window): Initialize window-size-fixed to nil.
7590 But don't DEFVAR window_size_fixed.
7591
7592 2005-04-23 Andreas Schwab <schwab@suse.de>
7593
7594 * m/macppc.h (LD_SWITCH_MACHINE) [LINUX]: Don't define.
7595 (START_FILES, LIB_STANDARD) [LINUX && _ARCH_PPC64]: Override to
7596 use lib64 instead of lib.
7597 (_LP64) [_ARCH_PPC64]: Define if not defined.
7598
7599 2005-04-23 David Hunter <hunterd42@comcast.net> (tiny change)
7600
7601 * s/ms-w32.h (HAVE_PWD_H): Define.
7602
7603 2005-04-22 Kenichi Handa <handa@m17n.org>
7604
7605 * fns.c (copy_sub_char_table): Explicitly copy the default value
7606 of the sub-chartable.
7607
7608 * fontset.c (fontset_set): When a sub-chartable is created,
7609 explicitly sets the defalt value.
7610
7611 2005-04-22 Kim F. Storm <storm@cua.dk>
7612
7613 * fns.c (Fplist_get): Replace by Fsafe_plist_get.
7614 (Fsafe_plist_get): Rename to Fplist_get.
7615 (Fsafe_get): Remove, as Fget now uses safe Fplist_get.
7616 (defsubr): Remove defsubr for Fsafe_plist_get and Fsafe_get.
7617
7618 * lisp.h (Fsafe_plist_get, Fsafe_get): Remove EXFUN.
7619
7620 * xdisp.c (store_mode_line_string, produce_stretch_glyph)
7621 (note_mode_line_or_margin_highlight, note_mouse_highlight):
7622 Use Fplist_get instead of Fsafe_plist_get.
7623
7624 * xfaces.c (resolve_face_name): Use Fget instead of Fsafe_get.
7625
7626 2005-04-21 Miles Bader <miles@gnu.org>
7627
7628 * xdisp.c (dump_glyph_row): Don't display overlay_arrow_p field.
7629
7630 2005-04-20 Thien-Thi Nguyen <ttn@gnu.org>
7631
7632 * sysdep.c: Remove reference to defunct vms-pwd.h.
7633 * dired.c: Likewise. Also, for pwd.h, use HAVE_PWD_H, not !VMS.
7634 * editfns.c, fileio.c, filelock.c, sysdep.c, xrdb.c: Likewise.
7635
7636 * config.in: Regenerate.
7637
7638 2005-04-20 Kenichi Handa <handa@m17n.org>
7639
7640 * lisp.h (CHAR_TABLE_DEFAULT_SLOT_ASCII): New macro.
7641 (CHAR_TABLE_DEFAULT_SLOT_8_BIT_CONTROL): New macro.
7642 (CHAR_TABLE_DEFAULT_SLOT_8_BIT_GRAPHIC): New macro.
7643
7644 * alloc.c (make_sub_char_table): Argument changed to initial
7645 value of the slots.
7646
7647 * data.c (Faref): Handle special slots used as default values of
7648 ascii, eight-bit-control, eight-bit-control. Don't ignore a
7649 default value set for a group of characters.
7650 (Faset): Signal an error if IDXVAL is not a valid character code.
7651 Make a sub-chartable with correct initial value.
7652
7653 * fns.c (Fset_char_table_range): Don't set slots used as default
7654 values for ascii, eight-bit-control, eight-bit-graphic.
7655 Don't call Faref with charset-id.
7656 (Fset_char_table_default): Document how to treat normal character
7657 argument. Handle special slots used as default values of ascii,
7658 eight-bit-control, eight-bit-control. Make a sub chartable if
7659 necessary.
7660
7661 2005-04-20 Kenichi Handa <handa@m17n.org>
7662
7663 * search.c (boyer_moore): Fix previous change.
7664
7665 2005-04-19 Kim F. Storm <storm@cua.dk>
7666
7667 * xdisp.c (setup_for_ellipsis): Reset saved_face_id to use default
7668 face unless last visible char and first invisible char have the
7669 same face. Also use default face if saved_face_id is undefined.
7670
7671 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7672
7673 * macgui.h (MacFontStruct): Remove member `fontname'. Add member
7674 `full_name'.
7675 [TARGET_API_MAC_CARBON] (MacFontStruct): Use type int for
7676 mac_scriptcode member.
7677
7678 * macterm.c (Qbig5, Qcn_gb, Qsjis, Qeuc_kr): Remove variables.
7679 (syms_of_mac): Don't initialize them.
7680 (Vmac_charset_info_alist): New variable.
7681 (syms_of_mac): Defvar it.
7682 (create_text_encoding_info_alist): New function.
7683 (decode_mac_font_name, mac_to_x_fontname)
7684 (x_font_name_to_mac_font_name, init_font_name_table): Don't hard
7685 code the correspondence among XLFD charsets, Mac script codes, and
7686 Emacs coding systems. Use Vmac_charset_info_alist and result of
7687 create_text_encoding_info_alist instead.
7688 (init_font_name_table) [TARGET_API_MAC_CARBON]: Use Font Manager
7689 routines also on Mac OS Classic.
7690 (init_font_name_table) [!TARGET_API_MAC_CARBON]:
7691 Use add_font_name_table_entry.
7692 (mac_do_list_fonts): Regard 0 in XLFD scaleble fields as
7693 specified. Derive unspecified scalable fields from specified one.
7694 (x_list_fonts): Consider Valternate_fontname_alist.
7695 (kDefaultFontSize): Change value from 9 to 12.
7696 (XLoadQueryFont): Get decoded font family, font face, and charset
7697 from x_font_name_to_mac_font_name. Set full name of loaded font.
7698 (mac_unload_font): Free `full_name' member.
7699 (x_load_font): Don't try XLoadQueryFont if x_list_fonts returns
7700 NULL. Copy full_name member of struct MacFontStruct to that of
7701 struct font_info.
7702
7703 2005-04-19 Kim F. Storm <storm@cua.dk>
7704
7705 * xdisp.c (handle_stop): Set saved_face_id to current face if
7706 selective_display_ellipsis_p so ellipsis will be shown in same
7707 face as preceding text.
7708 (setup_for_ellipsis): Don't set saved_face_id here.
7709 (next_element_from_display_vector): Default to saved_face_id.
7710
7711 * fns.c (Fsafe_get): New function.
7712 (syms_of_fns): Defsubr it.
7713
7714 * lisp.h (Fsafe_get): EXFUN it.
7715
7716 * xfaces.c (resolve_face_name): Use Fsafe_get to avoid redisplay
7717 loops in case of bad face property lists. Limit number of face
7718 alias lookups to 10 (in case of face alias loops).
7719
7720 2005-04-18 Kim F. Storm <storm@cua.dk>
7721
7722 * dispextern.h (struct glyph_row): New member overlay_arrow_bitmap.
7723 It replaces the corresponding member from struct window, as a
7724 window may now show multiple overlay arrows.
7725 Remove member overlay_arrow_p, superseeded by overlay_arrow_bitmap.
7726
7727 * dispnew.c (row_equal_p, update_window_line, scrolling_window):
7728 Compare overlay_arrow_bitmap than overlay_arrow_p members.
7729
7730 * fringe.c (draw_fringe_bitmap): Use overlay_arrow_bitmap from row
7731 rather than from window.
7732 (update_window_fringes): Compare overlay_arrow_bitmap rather than
7733 overlay_arrow_p members.
7734 (Ffringe_bitmaps_at_pos): Return fringe overlay_arrow_bitmap name
7735 if not default.
7736
7737 * window.h (struct window): Remove member overlay_arrow_bitmap.
7738
7739 * window.c (make_window): Don't initialize overlay_arrow_bitmap.
7740
7741 * xdisp.c (overlay_arrow_string_or_property): Remove PBITMAP arg.
7742 Calls changed. Don't check for overlay-arrow-bitmap property here.
7743 (overlay_arrow_at_row): Remove PBITMAP arg. Instead, if left
7744 fringe is present, return Lisp integer for bitmap (or -1 for default).
7745 Fix value of overlay-arrow-bitmap property to be a symbol, use
7746 lookup_fringe_bitmap to parse it.
7747 (display_line): Change call to overlay_arrow_at_row. Store integer
7748 return value as overlay bitmap in row rather than window.
7749 Only show overlay arrow if row displays text, or if no other overlay
7750 arrow is seen in window (if overlay marker is at point-max).
7751
7752 2005-04-18 Thien-Thi Nguyen <ttn@gnu.org>
7753
7754 * xfaces.c (realize_x_face) [!HAVE_WINDOW_SYSTEM]: Return NULL.
7755
7756 2005-04-18 Lute Kamstra <lute@gnu.org>
7757
7758 * lread.c (Vloads_in_progress): Static.
7759 * fns.c (Vloads_in_progress): Remove extern.
7760 (load_in_progress): Add extern.
7761 (Frequire): Use load_in_progress instead of Vloads_in_progress.
7762
7763 2005-04-18 Thien-Thi Nguyen <ttn@gnu.org>
7764
7765 * xmenu.c (Fx_popup_menu): Initialize error_name to NULL.
7766
7767 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7768
7769 * macterm.c (XTread_socket): Don't beep on keyboard input even if
7770 no frame is visible.
7771
7772 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
7773
7774 * term.c (struct keys): Add support for shifted keys.
7775
7776 2005-04-16 Richard M. Stallman <rms@gnu.org>
7777
7778 * xdisp.c (with_echo_area_buffer): Delete WHICH < 0 case.
7779 (set_message): Call with_echo_area_buffer with WHICH = 0.
7780 (set_message_1): Erase the echo area buffer first thing.
7781 (echo_area_display): Don't clear echo_message_buffer.
7782
7783 2005-04-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7784
7785 * Makefile.in (mac.o): Depend on charset.h and coding.h.
7786
7787 * mac.c: Include charset.h and coding.h.
7788 [TARGET_API_MAC_CARBON] (Qutf_8): Remove extern.
7789 [TARGET_API_MAC_CARBON] (cfstring_create_with_string): New function.
7790 [TARGET_API_MAC_CARBON] (Fmac_get_preference): Use it.
7791
7792 * macfns.c [TARGET_API_MAC_CARBON] (Fx_file_dialog): Likewise.
7793
7794 * image.c [MAC_OSX] (image_load_quartz2d): Likewise.
7795
7796 * macterm.c (x_autoselect_window_p): Remove variable.
7797 (last_window): New variable.
7798 (XTreassert_line_highlight, x_change_line_highlight):
7799 Remove declarations.
7800 (mac_focus_changed, x_detect_focus_change): New functions and
7801 declarations.
7802 (XTextExtents16, front_emacs_window): Remove function.
7803 (mac_focus_frame): New function.
7804 (XTmouse_position, do_menu_choice, do_zoom_window, XTread_socket)
7805 (mac_check_for_quit_char): Use it instead of front_emacs_window.
7806 (x_scroll_bar_report_motion): Obtain window from control owner.
7807 (x_make_frame_invisible): Set window manager size hint.
7808 (do_mouse_moved): Remove function.
7809 (XTread_socket): Move its contents here. Generate select-window
7810 event on mouse movement if needed. Use x_detect_focus_change on
7811 activate/deactivate events. Don't deiconify frame or invalidate
7812 window rectangle when dnd items are dropped.
7813 Don't activate/deactivate root control.
7814 (frame_highlight, frame_unhighlight): Activate/deactivate root
7815 control here.
7816 (syms_of_macterm): Delete DEFVAR_BOOL for x_autoselect_window_p.
7817
7818 * macterm.h (cfstring_create_with_string) [TARGET_API_MAC_CARBON]:
7819 New extern.
7820
7821 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
7822
7823 * Makefile.in: Define new macro TOOLTIP_SUPPORT.
7824 (lisp): Use it.
7825 (SOME_MACHINE_LISP): Add tooltip.
7826
7827 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7828
7829 * mac.c [!TARGET_API_MAC_CARBON]: Include MacLocales.h.
7830 Don't include TextEncodingConverter.h.
7831 (mac_system_script_code, Vmac_system_locale): New variables.
7832 (syms_of_mac): Defvar them.
7833 (mac_get_system_locale): New function.
7834
7835 * macfns.c (x_set_name, x_set_title) [!TARGET_API_MAC_CARBON]:
7836 Use ENCODE_SYSTEM to encode title bar string.
7837 (x_create_tip_frame): Apply 2005-03-18 change for xfns.c.
7838 (Fx_file_dialog) [TARGET_API_MAC_CARBON && !MAC_OSX]:
7839 Use CFStringGetSystemEncoding to get system default string encoding.
7840
7841 * macterm.c [!TARGET_API_MAC_CARBON]: Don't include
7842 TextEncodingConverter.h.
7843
7844 2005-04-13 Steven Tamm <steventamm@mac.com>
7845
7846 * macterm.c (syms_of_macterm): Remove redundant definition of
7847 mac-pass-control-to-system.
7848
7849 2005-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
7850
7851 * window.c (Fset_window_configuration): Be careful when you choose
7852 among several possible points for the new_current_buffer.
7853
7854 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7855
7856 * keyboard.c (poll_for_input) [SYNC_INPUT]: Don't call
7857 poll_for_input_1. Set interrupt_input_pending to 1 instead.
7858 (Qlanguage_change) [MAC_OS]: New variable.
7859 (syms_of_keyboard) [MAC_OS]: Intern and staticpro it.
7860 (kbd_buffer_get_event) [MAC_OS]: Make event for LANGUAGE_CHANGE_EVENT.
7861
7862 * macterm.c (mac_keyboard_text_encoding)
7863 (current_mac_keyboard_text_encoding): Remove variables.
7864 (XTread_socket): Store language-change event if keyboard script change
7865 is detected. Don't convert input to `mac_keyboard_text_encoding'.
7866 (syms_of_macterm): Delete DEFVAR_INT for mac-keyboard-text-encoding.
7867
7868 * termhooks.h (enum event_kind) [MAC_OS]: Add LANGUAGE_CHANGE_EVENT.
7869
7870 2005-04-10 Richard M. Stallman <rms@gnu.org>
7871
7872 * emacs.c (standard_args): Rename --bare-bones to --quick.
7873 Add -D aka --basic-display.
7874
7875 * buffer.c (Fmake_indirect_buffer): Clear out some local variables.
7876
7877 2005-04-09 Richard M. Stallman <rms@gnu.org>
7878
7879 * keymap.c (where_is_internal): Convert a string used as event type
7880 into "(any string)".
7881
7882 * lread.c (Vloads_in_progress): Not static.
7883 * fns.c (Vloads_in_progress): Add extern.
7884 (Frequire): Don't do LOADHIST_ATTACH if Vloads_in_progress is nil.
7885
7886 2005-04-09 Thien-Thi Nguyen <ttn@surf.glug.org>
7887
7888 * dispnew.c (mirror_line_dance): Avoid crash if W2 is null.
7889
7890 2005-04-09 Lute Kamstra <lute@gnu.org>
7891
7892 * print.c (PRINTPREPARE): Check if the marker PRINTCHARFUN is
7893 within the accessible part of the buffer.
7894
7895 2005-04-09 Kim F. Storm <storm@cua.dk>
7896
7897 * lread.c (readevalloop): Add args START and END as region in
7898 current buffer to read. Callers changed.
7899 When specified, narrow to this region only when reading,
7900 not during eval. Track next point to read from during eval.
7901 Also restore point to "real" buffer position before eval.
7902 (Feval_region): Don't save excursion and restriction here, and
7903 don't narrow to region. Just pass region to readevalloop.
7904 Note: Point is now preserved even when PRINTFLAG is nil.
7905
7906 2005-04-08 Kim F. Storm <storm@cua.dk>
7907
7908 * xdisp.c (syms_of_xdisp): Init overlay-arrow-string to "=>".
7909
7910 2005-04-06 Kim F. Storm <storm@cua.dk>
7911
7912 * emacs.c (standard_args): Add -Q, --bare-bones, -bare-bones.
7913
7914 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7915
7916 * mac.c (cfdate_to_lisp): Add `const' for variable `epoch_gdate'.
7917 (Fmac_get_preference): Doc fix.
7918
7919 * macfns.c (Fx_create_frame, x_create_tip_frame):
7920 Add "fontset-mac" to fallback font/fontsets.
7921
7922 2005-04-04 Kim F. Storm <storm@cua.dk>
7923
7924 * alloc.c (Fgarbage_collect): Call CHECK_CONS_LIST before and after gc.
7925
7926 * eval.c (Ffuncall): Always call CHECK_CONS_LIST on entry.
7927 Call it again after autoload.
7928
7929 2005-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7930
7931 * alloc.c (allocate_string_data): Call BLOCK_INPUT before calling
7932 mallopt.
7933
7934 * ralloc.c (r_alloc_init): Ditto.
7935
7936 2005-04-01 Kenichi Handa <handa@m17n.org>
7937
7938 * lisp.h (Vascii_upcase_table, Vascii_canon_table)
7939 (Vascii_eqv_table): Extern them.
7940
7941 * casetab.c (set_case_table): If standard is nonzero, setup
7942 Vascii_upcase_table, Vascii_canon_table, and Vascii_eqv_table.
7943
7944 * search.c (looking_at_1): Use current_buffer->case_canon_table,
7945 not DOWNCASE_TABLE.
7946 (string_match_1): Likewise.
7947 (fast_c_string_match_ignore_case): Use Vascii_canon_table, not
7948 Vascii_downcase_table.
7949 (fast_string_match_ignore_case): Likewise.
7950 (search_buffer): Fix checking of boyer-moore usability.
7951 (boyer_moore): Calculate translate_prev_byte1/2/3 in advance.
7952 No need of tranlating characters in PAT. Fix calculation of
7953 simple_translate.
7954
7955 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
7956
7957 * xterm.c [HAVE_XAW3D]: Include ThreeD.h for XtNbeNiceToColormap.
7958 (x_create_toolkit_scroll_bar): Test XtNbeNiceToColormap before using it.
7959 Use XtNtopShadowPixel and XtNbottomShadowPixel.
7960 (x_set_toolkit_scroll_bar_thumb): Remove ugly old hack that didn't
7961 really work and that breaks with some versions of Xaw3d.
7962
7963 2005-03-31 Kenichi Handa <handa@m17n.org>
7964
7965 * coding.c (syms_of_coding): Fix previous change.
7966
7967 2005-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
7968
7969 * fileio.c (search_embedded_absfilename): Fix last change.
7970
7971 2005-03-25 Kenichi Handa <handa@m17n.org>
7972
7973 * coding.c (syms_of_coding): Suggest to use set-coding-category in
7974 the docstring of coding-category-list.
7975
7976 2005-03-31 Kim F. Storm <storm@cua.dk>
7977
7978 * keyboard.c (Qmouse_fixup_help_message): New var.
7979 (syms_of_keyboard): Intern and staticpro it.
7980 (show_help_echo): Apply mouse-fixup-help-message to help string.
7981
7982 2005-03-30 Kim F. Storm <storm@cua.dk>
7983
7984 * xdisp.c (display_line): Allow multiple overlay arrows in window.
7985
7986 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
7987
7988 * fileio.c (Fexpand_file_name): Use IS_DEVICE_SEP.
7989 (file_name_absolute_p): New fun, extracted from Ffile_name_absolute_p.
7990 (Ffile_name_absolute_p): Use it.
7991 (search_embedded_absfilename): New fun, extracted from
7992 Fsubstitute_in_file_name. Use file_name_absolute_p.
7993 Free the pw data after use.
7994 (Fsubstitute_in_file_name): Use it.
7995 After cutting a prefix, re-check file-name-handler.
7996
7997 2005-03-26 Lennart Borgman <lennart.borgman.073@student.lu.se>
7998
7999 * w32term.h (x_output): Add focus_state.
8000
8001 * w32term.c (x_focus_changed, w32_detect_focus_change): New functions.
8002 (w32_read_socket) [WM_SETFOCUS]: Call w32_detect_focus_change.
8003
8004 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
8005
8006 * minibuf.c (Fminibuffer_complete_and_exit, Fself_insert_and_exit):
8007 Use Fexit_minibuffer.
8008 (Fexit_minibuffer): Mark it as no-return, deactivate the mark.
8009
8010 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
8011
8012 * dired.c (Ffile_attributes): Add a missing gcpro.
8013
8014 * alloc.c (make_number): The arg can be bigger than `int'.
8015 * lisp.h (make_number): Make prototype more precise.
8016
8017 * process.c, dired.c (Vfile_name_coding_system)
8018 (Vdefault_file_name_coding_system):
8019 * callproc.c (Vdoc_file_name, Vfile_name_coding_system)
8020 (Vdefault_file_name_coding_system): Remove unused declarations.
8021
8022 2005-03-24 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8023
8024 * xmenu.c (create_and_show_popup_menu): Just remove menu and return
8025 if it failed to pop up (Gnome "show pointer on ctrl" option makes
8026 menus fail to pop up).
8027
8028 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
8029
8030 * xdisp.c (get_next_display_element): Also use `\ ' & `\-' for latin-9.
8031 Just prepend a backslash without replacing the NBSP by an SPC.
8032
8033 2005-03-22 Kim F. Storm <storm@cua.dk>
8034
8035 * xfaces.c (lookup_derived_face): Add arg SIGNAL_P.
8036 * dispextern.h (lookup_derived_face): Fix prototype.
8037 * msdos.c (XMenuActivate): Fix call to lookup_derived_face.
8038
8039 * xdisp.c (handle_single_display_spec): Derive left-fringe and
8040 right-fringe face from fringe face.
8041
8042 * fringe.c (draw_fringe_bitmap_1, Fset_fringe_bitmap_face):
8043 Derive face from fringe face.
8044
8045 2005-03-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8046
8047 * xrdb.c (x_load_resources): Undo previous change (2005-03-18).
8048
8049 2005-03-22 David Kastrup <dak@gnu.org>
8050
8051 * textprop.c (Fnext_char_property_change)
8052 (Fprevious_char_property_change): Allow marker as limit.
8053 (Fnext_single_char_property_change)
8054 (Fprevious_single_char_property_change): Check that limit is a
8055 number in strings.
8056 (Fnext_single_char_property_change): Coerce position to integer.
8057 (Fprevious_single_char_property_change): Same here.
8058
8059 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
8060
8061 * s/openbsd.h (LD_SWITCH_SYSTEM_tmp): Define if undefined.
8062
8063 2005-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
8064
8065 * frame.c (Fignore_event): Remove.
8066 (syms_of_frame): Don't defsubr it.
8067
8068 * keyboard.c (keys_of_keyboard): Just use `ignore' instead of the
8069 redundant `ignore-event'.
8070
8071 2005-03-19 Eli Zaretskii <eliz@gnu.org>
8072
8073 * unexec.c (write_segment, unexec): Move these functions to avoid
8074 forward references (which cause errors with "gcc -gcoff").
8075
8076 2005-03-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8077
8078 * xfns.c (x_create_tip_frame): Remove setting of Vx_resource_name so
8079 that it doesn't become "tooltip". The specbind is enough.
8080
8081 * xrdb.c (x_load_resources): Use different char *helv when I18N
8082 is present.
8083
8084 2005-03-17 Kenichi Handa <handa@m17n.org>
8085
8086 * coding.c (syms_of_coding): Docstring of coding-category-list fixed.
8087
8088 2005-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
8089
8090 * xfaces.c (x_update_menu_appearance) [HAVE_X_I18N]:
8091 Use xic_create_fontsetname even for non-Motif menus.
8092 Don't forget to free the fontsetname.
8093
8094 * xfns.c (xic_create_fontsetname): Add a final catch-all font pattern.
8095
8096 2005-03-17 Richard M. Stallman <rms@gnu.org>
8097
8098 * dispnew.c (mirror_line_dance): Set W2 according to FRAME_FROM.
8099
8100 * fileio.c (Fcopy_file, Frename_file, Fadd_name_to_file)
8101 (Fmake_symbolic_link): Use G to read the new file name.
8102
8103 * callint.c (Finteractive): Document G option.
8104 (Fcall_interactively): Implement G option.
8105
8106 * buffer.c (buffer_lisp_local_variables): New function,
8107 broken out from Fbuffer_local_variables.
8108 (clone_per_buffer_values): Use buffer_lisp_local_variables.
8109
8110 2005-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
8111
8112 * xfns.c (xic_create_fontsetname): Add `motif' argument.
8113 Always return a freshly allocated string.
8114 (xic_create_xfontset): Adjust call.
8115
8116 * xfaces.c (x_update_menu_appearance) [USE_MOTIF]:
8117 Use xic_create_fontsetname to create a fontset so utf-8 locales work.
8118 (dump_realized_face): Fix warning.
8119
8120 * emacs.c (Fkill_emacs): YAILOM.
8121
8122 * frame.c (Fignore_event): Fix ancient obscure C-u handling bug.
8123
8124 2005-03-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8125
8126 * mac.c (HASHKEY_TERMINAL): Remove.
8127 (HASHKEY_MAX_NID): New macro.
8128 (xrm_q_get_resource_1): Rename from xrm_q_get_resource. Add extra
8129 argument.
8130 (xrm_q_get_resource): Call xrm_q_get_resource_1 with extra argument.
8131 (xrm_create_database, xrm_q_put_resource)
8132 (xrm_merge_string_database, xrm_q_get_resource_1)
8133 (xrm_q_get_resource): Change resource database representation so
8134 that it may not use multiple hash tables for a single database.
8135 [TARGET_API_MAC_CARBON] (xrm_cfproperty_list_to_value): YAILOM.
8136
8137 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
8138
8139 * xmenu.c (ENCODE_MENU_STRING) [HAVE_X_I18N]: Use ENCODE_SYSTEM.
8140
8141 * coding.h (ENCODE_SYSTEM, DECODE_SYSTEM) [!WINDOWSNT]: Use the
8142 locale-coding-system, as was already done for WINDOWSNT.
8143
8144 * keyboard.c (read_char): Only do the 7-bit-meta -> 27-bit-meta
8145 translation for chars in the 0-255 range.
8146
8147 2005-03-16 Lute Kamstra <lute@gnu.org>
8148
8149 * floatfns.c (Ffloor): Doc fix.
8150
8151 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8152
8153 * mac.c: Include macterm.h instead of directly including Carbon.h.
8154 [TARGET_API_MAC_CARBON] (Qstring, Qnumber, Qboolean, Qdate, Qdata)
8155 (Qarray, Qdictionary): New variables.
8156 (syms_of_mac) [TARGET_API_MAC_CARBON]: Initialize them.
8157 [TARGET_API_MAC_CARBON] (Qutf_8): Add extern.
8158 [TARGET_API_MAC_CARBON] (DECODE_UTF_8): New macro.
8159 [TARGET_API_MAC_CARBON] (struct cfdict_context): New struct used
8160 in callback for CFDictionaryApplyFunction.
8161 [TARGET_API_MAC_CARBON] (cfdata_to_lisp, cfstring_to_lisp)
8162 (cfnumber_to_lisp, cfdate_to_lisp, cfboolean_to_lisp)
8163 (cfobject_desc_to_lisp, cfdictionary_add_to_list)
8164 (cfdictionary_puthash, cfproperty_list_to_lisp): New functions.
8165 [TARGET_API_MAC_CARBON] (Fmac_get_preference): New function.
8166 (syms_of_mac) [TARGET_API_MAC_CARBON]: Defsubr it.
8167 (P, LOOSE_BINDING, SINGLE_COMPONENT, HASHKEY_TERMINAL): New macro.
8168 (skip_white_space, parse_comment, parse_include_file)
8169 (parse_binding, parse_component, parse_resource_name, parse_value)
8170 (parse_resource_line, xrm_create_database, xrm_q_put_resource)
8171 (xrm_merge_string_database, xrm_q_get_resource, xrm_get_resource)
8172 (xrm_cfproperty_list_to_value, xrm_get_preference_database):
8173 New functions.
8174
8175 * macfns.c (mac_get_rdb_resource): Remove function.
8176 (x_get_string_resource): Use xrm_get_resource.
8177
8178 * macgui.h (XrmDatabase): Typedef to Lisp_Object.
8179
8180 * macterm.c (x_list_fonts): FONT-LIST-CACHE is now cadr part of
8181 name_list_element.
8182 (mac_make_rdb): Create resource database from preferences and
8183 argument string.
8184 (mac_term_init): Save resource database to cddr part of
8185 name_list_element.
8186
8187 * macterm.h (xrm_merge_string_database, xrm_get_resource)
8188 (xrm_get_preference_database): Add externs.
8189 [TARGET_API_MAC_CARBON] (cfdata_to_lisp, cfstring_to_lisp)
8190 (cfnumber_to_lisp, cfdate_to_lisp, cfboolean_to_lisp)
8191 (cfobject_desc_to_lisp, cfproperty_list_to_lisp): Likewise.
8192
8193 * process.c (init_process): Change `#ifdef DARWIN' to `#if
8194 defined (DARWIN) || defined (MAC_OSX)'
8195
8196 * s/darwin.h (DARWIN): Don't define.
8197
8198 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8199
8200 * macfns.c (Qhyper, Qsuper, Qmeta, Qalt, Qctrl, Qcontrol, Qshift):
8201 Remove unused variables.
8202 (syms_of_macfns): Don't initialize them. Likewise for
8203 Qface_set_after_frame_default. Defvar and initialize
8204 Vx_window_horizontal_drag_shape.
8205 (x_set_mouse_color): Change mouse pointer shape.
8206 (mac_window) [!MAC_OSX]: Create root control.
8207 (Fx_create_frame): Remove initializations of mouse pointer shapes.
8208 (hourglass_started): New function (from xfns.c).
8209 (start_hourglass, cancel_hourglass): Put function body in #ifdef
8210 MAC_OSX.
8211 (show_hourglass) [TARGET_API_MAC_CARBON]: Create progress
8212 indicator for each non-tooltip frame if needed, and show it.
8213 (hide_hourglass) [TARGET_API_MAC_CARBON]: Hide progress indicators.
8214
8215 * macgui.h [!TARGET_API_MAC_CARBON]: Include Appearance.h and
8216 Controls.h. Use ThemeCursor instead of CursHandle.
8217
8218 * macterm.c (activate_scroll_bars, deactivate_scroll_bars):
8219 Remove functions and declarations.
8220 (mac_set_colors): Take argument for saving background color.
8221 All callers changed.
8222 (XDrawLine, XClearArea, mac_draw_bitmap, XFillRectangle)
8223 (mac_draw_rectangle, mac_draw_string_common): Save and Restore
8224 background color.
8225 (x_update_end, mac_do_track_drag): Don't reset background color.
8226 (mac_define_frame_cursor) [!TARGET_API_MAC_CARBON]:
8227 Use SetThemeCursor.
8228 (x_set_window_size) [TARGET_API_MAC_CARBON]: Move progress
8229 indicator control to the upper-right corner of the window.
8230 (arrow_cursor) [!TARGET_API_MAC_CARBON]: Remove variable.
8231 (do_init_managers) [!TARGET_API_MAC_CARBON]: Don't initialize it.
8232 (do_window_update): Update controls after updating content area.
8233 (mac_handle_window_event): Remove unused extern.
8234 (XTread_socket): Check both control handle and control part code
8235 to determine whether a scroll bar is clicked. Activate/deactivate
8236 root control instead of contained scroll bar controls.
8237 (make_mac_terminal_frame): Use ThemeCursor constants.
8238
8239 * macterm.h (struct mac_output) [TARGET_API_MAC_CARBON]:
8240 New member hourglass_control.
8241 (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): New defines.
8242 (activate_scroll_bars, deactivate_scroll_bars): Remove declarations.
8243
8244 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8245
8246 * macterm.c (keycode_to_xkeysym_table): Change mapping so that it
8247 coincides with that in Apple X11 except `clear', `enter' on
8248 laptops, and fn + `enter' on laptops.
8249
8250 2005-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
8251
8252 * xmenu.c (ENCODE_MENU_STRING): Explicitly use string_make_unibyte.
8253 (list_of_panes, list_of_items, Fx_popup_menu): Use XCAR/XCDR.
8254 (digest_single_submenu, xmenu_show): Use ENCODE_MENU_STRING.
8255
8256 * xfns.c (xic_defaut_fontset): New constant.
8257 (xic_create_fontsetname): New function.
8258 Extracted from create_frame_xic. Try to generate a slightly
8259 better fontset.
8260 (xic_create_xfontset): Use it.
8261 (create_frame_xic): Simplify.
8262
8263 2005-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
8264
8265 * fileio.c (Fmake_symbolic_link): Fix last change.
8266
8267 2005-03-11 Richard M. Stallman <rms@gnu.org>
8268
8269 * fileio.c (Frename_file, Fadd_name_to_file)
8270 (Fmake_symbolic_link): If NEWNAME or LINKNAME is a directory,
8271 expand the basename of FILE relative to it.
8272
8273 2005-03-11 Kenichi Handa <handa@m17n.org>
8274
8275 * fileio.c (Finsert_file_contents): Call Fcheck_coding_system
8276 before calling setup_coding_system so that autoloading of a coding
8277 system work.
8278
8279 2005-03-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8280
8281 * xfns.c (hourglass_started): New function.
8282
8283 * dispextern.h: Declare hourglass_started.
8284
8285 * keyboard.c (Fexecute_extended_command): Restart hourglass
8286 after call to Fcompleting_read if already started.
8287
8288 * gtkutil.c (xg_update_scrollbar_pos): Call x_sync so that the
8289 GTK main loop is entered in xterm.c, thus doing the redraw.
8290
8291 2005-03-10 Kim F. Storm <storm@cua.dk>
8292
8293 * xdisp.c (pos_visible_p): Fix X value in last line of buffer.
8294
8295 2005-03-08 Kenichi Handa <handa@m17n.org>
8296
8297 * frame.c (x_set_font): Call set_default_ascii_font if an
8298 available font is found.
8299
8300 * fontset.c (set_default_ascii_font): New function.
8301 (syms_of_fontset): Don't set FONTSET_ASCII (Vdefault_fontset) here.
8302
8303 * fontset.h (set_default_ascii_font): Extern it.
8304
8305 2005-03-07 Kim F. Storm <storm@cua.dk>
8306
8307 * xdisp.c (CLEAR_IMAGE_CACHE_COUNT): New const.
8308 (clear_image_cache_count): New var.
8309 (redisplay_internal): Don't clear face and image caches in the
8310 middle of redisplay; do it afterwards.
8311
8312 * blockinput.h (TOTALLY_UNBLOCK_INPUT): Avoid dangling else.
8313
8314 * xdisp.c (notice_overwritten_cursor): Check that phys_cursor.vpos
8315 is valid. If not, clear phys_cursor_on_p and return.
8316
8317 2005-03-07 Andreas Schwab <schwab@suse.de>
8318
8319 * blockinput.h (UNBLOCK_INPUT_TO): Always call UNBLOCK_INPUT.
8320
8321 2005-03-06 Richard M. Stallman <rms@gnu.org>
8322
8323 * keyboard.c (Ftop_level): Let Fthrow deal with UNBLOCK_INPUT.
8324
8325 * eval.c (unwind_to_catch): Use UNBLOCK_INPUT_TO.
8326 (Feval, Ffuncall): Use CHECK_CONS_LIST.
8327
8328 * lisp.h (CHECK_CONS_LIST): New macro (two definitions).
8329
8330 * blockinput.h (UNBLOCK_INPUT_TO): New macro.
8331 (TOTALLY_UNBLOCK_INPUT): Handle a pending signal if any.
8332
8333 2005-03-05 Juri Linkov <juri@jurta.org>
8334
8335 * emacs.c (USAGE1): Replace Info node name "command arguments"
8336 with "emacs invocation".
8337 (USAGE3): Fix usage of `--color=MODE' which actually doesn't
8338 allow arguments `--color' and `MODE' to be separated by space.
8339 Add --no-blinking-cursor, -nbc.
8340 (standard_args): Add -nbc, --no-blinking-cursor.
8341
8342 2005-03-04 Thien-Thi Nguyen <ttn@gnu.org>
8343
8344 * s/vms.h: Define NO_HYPHENS_IN_FILENAMES.
8345 * s/vms4-4.h, s/vms5-5.h: Undefine NO_HYPHENS_IN_FILENAMES.
8346 * fileio.c (Fexpand_file_name) [VMS]:
8347 Use NO_HYPHENS_IN_FILENAMES, not VMS4_4.
8348 * doc.c (munge_doc_file_name) [VMS]: Likewise.
8349 (Fsnarf_documentation): Call munge_doc_file_name.
8350
8351 2005-03-04 Thien-Thi Nguyen <ttn@gnu.org>
8352
8353 * s/vms.h (FILE_SYSTEM_CASE): New macro.
8354 * fileio.c (Fexpand_file_name) [VMS]: Don't upcase the name
8355 "manually"; this is now handled generally via FILE_SYSTEM_CASE.
8356
8357 2005-03-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8358
8359 * emacs.c (main): Change `#ifdef HAVE_CARBON' to `#if
8360 defined (MAC_OSX) && defined (HAVE_CARBON)'.
8361
8362 * image.c [!MAC_OSX && TARGET_API_MAC_CARBON]: Include QuickTime.h.
8363
8364 * mac.c [!MAC_OSX && HAVE_CARBON]: Include Carbon.h.
8365 [!MAC_OSX] (select) [TARGET_API_MAC_CARBON]: Use ReceiveNextEvent.
8366 (posix_pathname_to_fsspec, fsspec_to_posix_pathname): New functions.
8367 (mac_clear_font_name_table): Move extern to macterm.h.
8368
8369 * macfns.c (install_window_handler): Move extern to macterm.h.
8370 (Fx_file_dialog): Check STRINGP (default_filename) to see it is
8371 valid. Don't check !NILP (dir) because it is already checked with
8372 CHECK_STRING.
8373 (Fx_file_dialog) [!MAC_OSX]: Use FSSpec instead of FSRef for
8374 specifying the default location and obtaining the selected filename.
8375
8376 * macgui.h [!MAC_OSX && HAVE_CARBON]: Include Carbon.h.
8377
8378 * macmenu.c [TARGET_API_MAC_CARBON]: Don't include headers that
8379 are included via Carbon.h.
8380
8381 * macterm.c [TARGET_API_MAC_CARBON && !MAC_OSX]:
8382 Define USE_CARBON_EVENTS to 1.
8383 (qd) [__MRC__ && TARGET_API_MAC_CARBON]: Don't declare.
8384 (x_free_frame_resources): Call remove_window_handler for
8385 non-tooltip windows.
8386 [TARGET_API_MAC_CARBON]: Don't include headers that are included
8387 via Carbon.h.
8388 [TARGET_API_MAC_CARBON] (mac_do_track_dragUPP)
8389 (mac_do_receive_dragUPP): New variables.
8390 (mac_handle_service_event, init_service_handler): Put declarations
8391 and definitions in #ifdef MAC_OSX.
8392 (install_window_handler) [TARGET_API_MAC_CARBON]: Create UPPs for
8393 drag-and-drop handler functions and register them.
8394 (remove_window_handler): New function.
8395 (do_ae_open_documents, mac_do_receive_drag) [!MAC_OSX]:
8396 Use fsspec_to_posix_pathname.
8397 (main): Change #if !TARGET_API_MAC_CARBON to #ifdef MAC_OS8.
8398 (XTread_socket) [!MAC_OSX]: Don't pass keyboard events to TSM.
8399 [MAC_OS8] (make_mac_terminal_frame) [TARGET_API_MAC_CARBON]:
8400 Set default cursors.
8401 (mac_initialize) [USE_CARBON_EVENTS && !MAC_OSX] : Don't call
8402 init_service_handler or init_quit_char_handler.
8403 (mac_initialize) [!MAC_OSX]: Don't call MakeMeTheFrontProcess.
8404
8405 * macterm.h (install_window_handler, remove_window_handler)
8406 (posix_pathname_to_fsspec, fsspec_to_posix_pathname)
8407 (mac_clear_font_name_table): New externs.
8408
8409 2005-03-03 Thien-Thi Nguyen <ttn@gnu.org>
8410
8411 * fileio.c (FILE_SYSTEM_CASE): Define macro if not already defined.
8412 (Ffile_name_directory): Use FILE_SYSTEM_CASE unconditionally.
8413 (Fexpand_file_name): Likewise.
8414
8415 2005-03-03 Thien-Thi Nguyen <ttn@gnu.org>
8416
8417 * emacs.c (Fkill_emacs): Use EXIT_SUCCESS;
8418 no longer special-case VMS. Add bogus return value.
8419
8420 2005-03-02 Kim F. Storm <storm@cua.dk>
8421
8422 * dispextern.h (XASSERTS): Define to 0 if not already defined.
8423 (xassert) [!XASSERTS]: Define dummy version.
8424
8425 2005-03-02 Kim F. Storm <storm@cua.dk>
8426
8427 * xdisp.c (redisplay_window): YABX (yet another bogus xassert).
8428 Reported by David Kastrup.
8429
8430 2005-03-01 Ehud Karni <ehud@unix.mvs.co.il>
8431
8432 * xdisp.c (get_next_display_element): Fix control and escape
8433 glyph from display vector.
8434
8435 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
8436
8437 * keyboard.c (Fposn_at_x_y): Check integerness of X and Y.
8438
8439 2005-02-27 Richard M. Stallman <rms@gnu.org>
8440
8441 * xdisp.c (fast_find_position): Rename END to BEG.
8442 (syms_of_xdisp) <menu-bar-update-hook>: Doc fix.
8443
8444 2005-02-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8445
8446 * gtkutil.c (xg_resize_outer_widget): Remove unneeded call to
8447 gtk_window_resize and x_wm_set_size_hint.
8448
8449 2005-02-25 Kim F. Storm <storm@cua.dk>
8450
8451 * dispextern.h (OVERLAY_STRING_CHUNK_SIZE): Increase from 3 to 16.
8452
8453 * xdisp.c (init_from_display_pos): Don't read past end of
8454 it->overlay_strings array.
8455
8456 2005-02-25 Stephan Stahl <stahl@eos.franken.de> (tiny change)
8457
8458 * buffer.c (syms_of_buffer): Fix typo.
8459
8460 2005-02-23 Lute Kamstra <lute@gnu.org>
8461
8462 * buffer.c (Foverlay_buffer): Doc fix.
8463
8464 2005-02-22 Kim F. Storm <storm@cua.dk>
8465
8466 * minibuf.c (Ftry_completion, Fall_completions): Allow both string
8467 and symbol keys in alists and hash tables.
8468
8469 * xdisp.c (fast_find_position): Fix search for start of overlay.
8470
8471 2005-02-21 Kim F. Storm <storm@cua.dk>
8472
8473 * window.c (window_scroll_pixel_based): When scrolling backwards,
8474 handle partial visible line at end of window even when we hit PT.
8475
8476 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
8477
8478 * keymap.h: Declare Fcurrent_active_maps, used in doc.c.
8479
8480 2005-02-21 Kim F. Storm <storm@cua.dk>
8481
8482 * xdisp.c (move_it_vertically_backward): Eliminate two xasserts.
8483 I think those asserts are bogus if buffer contains invisible text
8484 or images.
8485
8486 2005-02-21 David Kastrup <dak@gnu.org>
8487
8488 * gtkutil.c (xg_create_frame_widgets): UNBLOCK_INPUT on error.
8489
8490 2005-02-20 Kim F. Storm <storm@cua.dk>
8491
8492 * xdisp.c (pos_visible_p): Be sure to move to the specified
8493 position. Always get the full ascent / descent of the
8494 corresponding row, to return reliable rtop and rbot values.
8495 (back_to_previous_visible_line_start): Fix 2005-01-18 change.
8496 Must look one character back, as back_to_previous_line_start
8497 returns position after the newline.
8498 (move_it_vertically_backward): Fix heuristic for when to move further
8499 back in case line_height * 2/3 is larger than window height.
8500 (cursor_row_fully_visible_p): Rename make_cursor_line_fully_visible_p
8501 as it does not do anything anymore. Add arg current_matrix_p to
8502 use current matrix rather than desired matrix when set.
8503 (try_cursor_movement): Don't scroll to make cursor row fully
8504 visible if cursor didn't move. This avoids unexpected recentering
8505 in case of blinking cursor or accepting process output.
8506 Use current matrix to check cursor row visibility.
8507 (redisplay_window): Fix whether to recenter or move to top in case
8508 cursor line is taller than window height.
8509 (find_first_unchanged_at_end_row): Stop search if we reach a row
8510 which not enabled (instead of abort).
8511
8512 2005-02-18 Kim F. Storm <storm@cua.dk>
8513
8514 * xfaces.c (Finternal_set_lisp_face_attribute): Allow :color property
8515 to be nil in a :box attribute value list; customize prints that
8516 as lisp value when no box color is specified.
8517
8518 * .gdbinit (pitx, pit): Pretty print display iterator.
8519 (prowx, prow): Pretty print glyph row.
8520 (pcursorx, pcursor): Pretty print a window cursor.
8521 (pwinx, pwin): Pretty print struct window.
8522
8523 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
8524
8525 * alloc.c (BLOCK_BYTES): Harmless typo.
8526
8527 2005-02-17 Andreas Schwab <schwab@suse.de>
8528
8529 * xfns.c (hack_wm_protocols): Use correct type for last parameter
8530 of XGetWindowProperty to avoid aliasing issues.
8531 (Fx_window_property): Likewise.
8532
8533 * xselect.c (Fx_disown_selection_internal): Use union of struct
8534 input_event and struct selection_input_event to avoid aliasing issues.
8535
8536 * xterm.c (handle_one_xevent): Use union of struct input_event and
8537 struct selection_input_event to avoid aliasing issues.
8538 (SET_SAVED_MENU_EVENT): Adapt reference to inev.
8539
8540 2005-02-17 Kim F. Storm <storm@cua.dk>
8541
8542 * dispextern.h (enum it_method): New enum.
8543 (GET_FROM_*): Its members.
8544 (struct it): Change member method from function pointer to enum.
8545
8546 * xdisp.c (check_it, init_from_display_pos, handle_stop)
8547 (setup_for_ellipsis, handle_single_display_spec)
8548 (handle_composition_prop, next_overlay_string)
8549 (get_overlay_strings, reseat_1, reseat_to_string)
8550 (next_element_from_ellipsis, BUFFER_POS_REACHED_P)
8551 (in_display_vector_p, display_line, get_next_display_element):
8552 Change it->method from function pointer to enum.
8553 (get_next_element): New array to map it->method to function.
8554 (get_next_display_element): Use it.
8555 (set_iterator_to_next): Use switch instead of if/else chain.
8556
8557 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
8558
8559 * w32select.c: Summary: Thorough rework to implement Unicode
8560 clipboard operations and delayed rendering.
8561
8562 Drop last_clipboard_text and related code, keep track of
8563 ownership via clipboard_owner instead. Drop old #if0 sections.
8564
8565 (DEFAULT_LCID, ANSICP, OEMCP, QUNICODE, QANSICP, QOEMCP)
8566 (clipboard_owner, modifying_clipboard, cfg_coding_system)
8567 (cfg_codepage, cfg_lcid, cfg_clipboard_type, current_text)
8568 (current_coding_system, current_requires_encoding)
8569 (current_num_nls, current_clipboard_type, current_lcid):
8570 New static variables.
8571
8572 (convert_to_handle_as_ascii, convert_to_handle_as_coded)
8573 (render, render_all, run_protected, lisp_error_handler)
8574 (owner_callback, create_owner, setup_config)
8575 (enum_locale_callback, cp_from_locale, coding_from_cp):
8576 New local functions.
8577
8578 (term_w32select, globals_of_w32select): New global functions.
8579
8580 (Fw32_set_clipboard_data): Ignore parameter FRAME, use
8581 clipboard_owner instead. Use delayed rendering and provide
8582 all text formats. Provide CF_LOCALE if necessary.
8583
8584 (Fw32_get_clipboard_data): Handle CF_UNICODETEXT and
8585 CF_LOCALE. Fall back to CF_TEXT, if CF_UNICODETEXT is not
8586 available. Force DOS line-ends for decoding.
8587
8588 (Fx_selection_exists_p): Handle CF_UNICODETEXT.
8589
8590 (syms_of_w32select): Init and register new variables.
8591
8592 * w32.h: Add prototypes for globals_of_w32select and
8593 term_w32select. Make the neighboring K&R declarations into
8594 prototypes, too.
8595
8596 * emacs.c: Include w32.h to get function prototypes.
8597 (main): Call globals_of_w32select.
8598
8599 * w32.c (term_ntproc): Call term_w32select.
8600
8601 * s/ms-w32.h: Guard MSC-specific #pragmas with an #ifdef.
8602
8603 2005-02-16 Kim F. Storm <storm@cua.dk>
8604
8605 * xdisp.c (BUFFER_POS_REACHED_P): Return true if pos reached and
8606 at end of display vector.
8607
8608 2005-02-15 Richard M. Stallman <rms@gnu.org>
8609
8610 * xdisp.c (get_next_display_element): Fix escape-glyph criterion
8611 for mode and header lines.
8612
8613 * lread.c (syms_of_lread) <user-init-file>: Doc fix.
8614
8615 * keymap.h (describe_map_tree): Change decl.
8616
8617 * keyboard.c (command_loop_1): Always use safe_run_hooks
8618 to run Qdeferred_action_function.
8619
8620 * keymap.c (describe_map_tree): New arg MENTION_SHADOW. Calls changed.
8621 (describe_map, describe_vector): Likewise. When it's 1,
8622 don't omit shadowed bindings, instead mark them as shadowed.
8623
8624 * doc.c (Fsubstitute_command_keys): Compute list of shadowing maps
8625 for describe_map_tree. Pass 1 for MENTION_SHADOW.
8626
8627 * data.c (Fsetq_default): Allow no arg case.
8628
8629 2005-02-14 Kenichi Handa <handa@m17n.org>
8630
8631 * coding.c (encode_coding_string): Always return a unibyte string.
8632 If NOCOPY is nonzero and there's no need of encoding, make STR
8633 unibyte directly.
8634
8635 * xselect.c (lisp_data_to_selection_data): If OBJ is a non-ASCII
8636 multibyte string, signal an error instead of aborting.
8637
8638 2005-02-12 Dan Nicolaescu <dann@ics.uci.edu>
8639
8640 * keyboard.c: If HAVE_FCNTL_H include fcntl.h.
8641
8642 2005-02-12 Kim F. Storm <storm@cua.dk>
8643
8644 * xdisp.c (expose_window): Don't fix overlaps for mode lines.
8645
8646 2005-02-10 Kim F. Storm <storm@cua.dk>
8647
8648 * xdisp.c (try_window_id): Set first_unchanged_at_end_row to NULL
8649 if it moves outside window or it doesn't display text.
8650
8651 2005-02-09 Kim F. Storm <storm@cua.dk>
8652
8653 * undo.c (Fprimitive_undo): Check that undo function does not
8654 switch buffer.
8655
8656 2005-02-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8657
8658 * xselect.c (selection_data_to_lisp_data): For the special case
8659 type == XA_ATOM, data contains array of int, not array of Atom.
8660 (x_property_data_to_lisp, selection_data_to_lisp_data):
8661 Comment update: data must be array of int for format == 32.
8662
8663 2005-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
8664
8665 * undo.c (Fprimitive_undo): Check veracity of delta,start,end.
8666
8667 2005-02-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8668
8669 * xfns.c (Fx_change_window_property): Use long array when format is 32.
8670 (Fx_window_property): If format is 32 and long is bigger than 32 bits,
8671 convert long array returned from XGetWindowProperty to an int array.
8672 (x_set_tool_bar_lines): Check that width and height is greater than
8673 zero before clearing area.
8674
8675 * xselect.c (x_reply_selection_request): Pass long array to
8676 XChangeProperty so that 64 bit longs are handeled correctly.
8677 (x_get_window_property): If format is 32 and long is bigger than 32
8678 bits convert data from XGetWindowProperty from long array to int array.
8679 (lisp_data_to_selection_data): When the input is a vector and the
8680 format is 32, allocate a long array even if long is bigger than 32 bits.
8681 (x_fill_property_data): Use char, short and long as the man page
8682 for XChangeProperty specifies. This way the data returned is OK for
8683 both 32 and 64 bit machines.
8684 (x_handle_dnd_message): Calculate size correctly even for 64 bit
8685 machines.
8686 (Fx_send_client_event): Undo change from 2005-02-05,
8687 x_fill_property_data now handles that case.
8688
8689 * xfns.c (Fx_backspace_delete_keys_p): Add comment about the
8690 reason for the approach in the code.
8691
8692 2005-02-07 Kim F. Storm <storm@cua.dk>
8693
8694 * undo.c (Fprimitive_undo): Record max one dummmy apply element.
8695
8696 2005-02-06 Richard M. Stallman <rms@gnu.org>
8697
8698 * eval.c (Frun_hook_with_args)
8699 (Frun_hook_with_args_until_success)
8700 (Frun_hook_with_args_until_failure): Doc fixes.
8701
8702 2005-02-05 Andreas Schwab <schwab@suse.de>
8703
8704 * sysdep.c (sys_subshell): Properly terminate execlp argument list.
8705
8706 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8707
8708 * xselect.c (Fx_send_client_event, x_handle_dnd_message): Handle
8709 the longs in a XClientMessageEvent correctly when long is 64 bits.
8710
8711 2005-02-05 Eli Zaretskii <eliz@gnu.org>
8712
8713 * xfaces.c (face_color_supported_p): Use HAVE_WINDOW_SYSTEM
8714 instead of HAVE_X_WINDOWS, for non-X windowed sessions.
8715
8716 2005-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8717
8718 * xmenu.c (menubar_selection_callback): Force out GTK buffered
8719 events so the menu event comes after them. This is to prevent sit-for
8720 from exiting on buffered events directly after a menu selection,
8721 lisp code for Help => About Emacs uses sit-for.
8722
8723 * gtkutil.c (create_menus): Connect selection-done event instead of
8724 the deactivate event to deactivate_cb. This will make the last
8725 leave event come before the call to deactivate_cb, so the leave
8726 event does not make sit-for exit after a menu selection.
8727
8728 2005-02-03 Kim F. Storm <storm@cua.dk>
8729
8730 * dispnew.c (build_frame_matrix_from_leaf_window)
8731 [!GLYPH_DEBUG]: Fix xassert.
8732
8733 * xfaces.c (x_free_gc) [!GLYPH_DEBUG]: Fix xassert.
8734
8735 * xfns.c (unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert.
8736
8737 2005-02-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8738
8739 * mac.c: Use MAC_OS_X_VERSION_MAX_ALLOWED to conditionalize by
8740 the compiling OS version.
8741
8742 * macfns.c (x_create_tip_frame): Likewise.
8743
8744 * macterm.c (mac_draw_string_common, x_make_frame_visible): Likewise.
8745
8746 2005-02-03 Richard M. Stallman <rms@gnu.org>
8747
8748 * xterm.c (x_error_quitter): On GCC 3 and up, specify noinline.
8749
8750 * xdisp.c (echo_area_display): Clear echo_message_buffer.
8751
8752 * buffer.c (Fbury_buffer): Doc fix.
8753
8754 2005-02-02 Steven Tamm <steventamm@mac.com>
8755
8756 * macfns.c (unwind_create_frame): Fix compile error due to
8757 xassert being uncondition, but predicate is.
8758 * dispnew.c (update_window): Fix compile error due to
8759 xassert being uncondition, but predicate is.
8760
8761 2005-02-02 Miles Bader <miles@gnu.org>
8762
8763 * dispextern.h (xassert): Enable unconditionally.
8764
8765 2005-02-02 Kim F. Storm <storm@cua.dk>
8766
8767 * undo.c (Fprimitive_undo): Fix dummy apply undo entry.
8768
8769 2005-02-02 Kenichi Handa <handa@m17n.org>
8770
8771 * casefiddle.c (casify_object): Enable changing characters of
8772 different byte length.
8773 (casify_region): Fix loop condition, args to replace_range_2, and
8774 update opoint_byte.
8775
8776 * insdel.c (replace_range_2): Fix bugs in adjusting markers and point.
8777
8778 2005-02-01 Kim F. Storm <storm@cua.dk>
8779
8780 * xdisp.c (back_to_previous_visible_line_start): Reset iterator
8781 stack before calling handle_display_prop.
8782
8783 2005-01-31 Kim F. Storm <storm@cua.dk>
8784
8785 * undo.c (Qapply): New lisp var.
8786 (syms_of_undo): Intern and staticpro it.
8787 (Fprimitive_undo): Support formats (apply FUNNAME . ARGS) and
8788 (apply DELTA BEG END FUNNAME . ARGS) instead of (FUNNAME . ARGS).
8789
8790 * buffer.c (syms_of_buffer) <buffer-undo-list>: Doc fix.
8791
8792 2005-01-30 Jesper Harder <harder@phys.au.dk>
8793
8794 * macterm.c (syms_of_macterm) <mac-reverse-ctrl-meta>
8795 <mac-emulate-three-button-mouse>: Fix docstring indentation.
8796
8797 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
8798
8799 * undo.c (syms_of_undo) <undo-outer-limit>: Doc update.
8800 Increase value to 3 Meg.
8801
8802 2005-01-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8803
8804 * xfns.c (show_hourglass): Use FRAME_X_WINDOW as parent for GTK,
8805 button events are not received otherwise.
8806
8807 2005-01-29 Richard M. Stallman <rms@gnu.org>
8808
8809 * buffer.c (syms_of_buffer) <buffer-undo-list>: Doc fix.
8810
8811 * undo.c (Fprimitive_undo): Handle (FUNNAME . ARGS) by calling FUNNAME.
8812
8813 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
8814
8815 * keymap.c (access_keymap): YAILOM.
8816
8817 2005-01-27 Kim F. Storm <storm@cua.dk>
8818
8819 * xdisp.c (get_phys_cursor_geometry): New function to calculate
8820 phys cursor position and size for hollow cursor. Position is
8821 aligned with get_glyph_string_clip_rect and ensures that a hollow
8822 cursor is shown, even when the actual glyph is not visible.
8823
8824 * dispextern.h (get_phys_cursor_geometry): Add prototype.
8825
8826 * xterm.c (x_clip_to_row): Ensure y >= 0.
8827 (x_draw_hollow_cursor): Use get_phys_cursor_geometry.
8828
8829 * w32term.c (x_draw_hollow_cursor): Use get_phys_cursor_geometry.
8830
8831 * macterm.c (x_draw_hollow_cursor): Use get_phys_cursor_geometry.
8832
8833 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
8834
8835 * xterm.c (x_error_quitter): Add a prototype. Make it static again.
8836
8837 2005-01-27 Kim F. Storm <storm@cua.dk>
8838
8839 * xdisp.c (get_glyph_string_clip_rect): Always show a cursor
8840 glyph, even when row is only partially visible and actual cursor
8841 position is not visible.
8842
8843 2005-01-24 Richard M. Stallman <rms@gnu.org>
8844
8845 * xterm.c (x_error_quitter): No longer static, and moved after
8846 x_error_handler.
8847
8848 2005-01-24 Kim F. Storm <storm@cua.dk>
8849
8850 * xdisp.c (move_it_by_lines): If we move forward after going too
8851 far back, cancel move if end position is same as start position.
8852
8853 2005-01-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8854
8855 * dispextern.h (struct glyph_string): New members clip_head and
8856 clip_tail.
8857
8858 * xdisp.c (get_glyph_string_clip_rect): Restrict horizontal clip
8859 region to the area between clip_head and clip_tail.
8860 (draw_glyphs): Record the area that need to be actually redrawn to
8861 the new variables clip_head and clip_tail when there are
8862 overhangs. Set values of these variables to the corresponding
8863 members in struct glyph_string. Refine x coordinates for
8864 notice_overwritten_cursor using clip_head and clip_tail.
8865
8866 * macgui.h (STORE_XCHARSETSTRUCT): New macro.
8867
8868 * macterm.c (mac_compute_glyph_string_overhangs): Implement with
8869 QDTextBounds.
8870 (x_draw_glyph_string): Don't fill the background of the successor
8871 of a glyph with a right overhang if the successor will draw a cursor.
8872 (XLoadQueryFont): Obtain font metrics using QDTextBounds.
8873 (x_redisplay_interface): Add entry for compute_glyph_string_overhangs.
8874
8875 2005-01-24 Kim F. Storm <storm@cua.dk>
8876
8877 * window.c (window_scroll_pixel_based): Fix scrolling in the wrong
8878 direction if window height was smaller than next-screen-context-lines.
8879 Now always scroll at least one line in the requested direction.
8880 Ensure that we actually do scroll backwards when requested to do so.
8881
8882 * xdisp.c (redisplay_window): Only try to make cursor line fully
8883 visible once (to avoid redisplay loop).
8884
8885 2005-01-23 Kim F. Storm <storm@cua.dk>
8886
8887 * window.c (Fpos_visible_in_window_p): Simplify return value for
8888 partially visible rows.
8889 (window_scroll_pixel_based): Adapt to that change.
8890
8891 * window.c (window_scroll_pixel_based): Force moving to next line
8892 if scrolling doesn't move start point, e.g. if looking at tall image.
8893
8894 * xdisp.c (pos_visible_p): Return 0 if non-interactive.
8895 Clear last_height before calling line_bottom_y to get real height.
8896 Fix calculation of y.
8897
8898 2005-01-22 Steven Tamm <steventamm@mac.com>
8899
8900 * s/darwin.h: Removed PTY_ITERATION from here.
8901 (DARWIN): Define.
8902
8903 * process.c (init_process): Default process-connection-type to
8904 nil on darwin 6 or less, t if it is 7 or higher. This way the
8905 broken pty behavior is still allowed on darwin 6 for interactive
8906 processes for people that know what they are doing.
8907
8908 2005-01-22 Kim F. Storm <storm@cua.dk>
8909
8910 * window.c (auto_window_vscroll_p): New boolean.
8911 (syms_of_window): DEFVAR_BOOL it.
8912 (Fpos_visible_in_window_p): Extend return value to include RTOP
8913 and RBOT values if FULLY is nil.
8914 (window_scroll_pixel_based): Adjust vscroll for partially visible
8915 rows if auto_window_vscroll_p is set.
8916 (Fset_window_vscroll): Do nothing if vscroll is not modified.
8917
8918 * xdisp.c (pos_visible_p): Replace FULLY arg by RTOP and RBOT args
8919 to return number of partially invisible pixels at top and bottom
8920 of the dislay row at POS.
8921
8922 * lisp.h (pos_visible_p): Fix prototype.
8923
8924 2005-01-21 Richard M. Stallman <rms@gnu.org>
8925
8926 * fileio.c (Fcopy_file): Doc fix.
8927
8928 2005-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8929
8930 * gtkutil.c (xg_tool_bar_detach_callback): Remove unused variable bw.
8931 (xg_get_file_name): Move declaration ofx_use_old_gtk_file_dialog to
8932 start of function for older compilers.
8933
8934 2005-01-20 Richard M. Stallman <rms@gnu.org>
8935
8936 * editfns.c (Fmessage): If arg is "", return "" (as before).
8937
8938 * keymap.c (access_keymap): Protect from bad value of meta_prefix_char.
8939
8940 * .gdbinit (xgetptr, xgetint, xgettype): Copy $arg0 into a temp
8941 variable.
8942
8943 2005-01-20 Steven Tamm <steventamm@mac.com>
8944
8945 * editfns.c (Voperating_system_release): Add.
8946 (init_editfns): Assign new variable operating-system-release
8947 based on call to uname if available.
8948 (get_operating_system_release): Add function to
8949 allow c-level access to operating system release.
8950
8951 * config.h: Regenerated.
8952
8953 * s/darwin.h (PTY_ITERATION): Don't allow PTYs on darwin 6 or less.
8954 (MIN_PTY_KERNEL_VERSION): Define minimum kernel version for
8955 using ptys as '7'.
8956
8957 2005-01-20 Kim F. Storm <storm@cua.dk>
8958
8959 * alloc.c (STRING_MARKED_P, VECTOR_MARKED_P): Return boolean.
8960
8961 * xterm.c (x_draw_glyph_string_box): Fix last_x for full width rows.
8962 Thanks to Chong Yidong <cyd@stupidchicken.com> for debugging this.
8963
8964 * macterm.c (x_draw_glyph_string_box): Likewise.
8965
8966 * w32term.c (x_draw_glyph_string_box): Likewise.
8967
8968 * indent.c (Fvertical_motion): Temporarily disable selective display.
8969
8970 2005-01-19 Kim F. Storm <storm@cua.dk>
8971
8972 * xdisp.c (note_mode_line_or_margin_highlight): Fix :pointer
8973 image property.
8974
8975 * fns.c (sweep_weak_table): Advance prev pointer when we keep a pair.
8976
8977 2005-01-18 Kim F. Storm <storm@cua.dk>
8978
8979 * xdisp.c (fast_find_position): Backtrack to find first row if
8980 charpos is inside a display overlay that spans multiple lines.
8981
8982 2005-01-18 Kenichi Handa <handa@m17n.org>
8983
8984 * coding.c (decode_coding_iso2022): Translate invalid codes if
8985 translation-table is specified.
8986
8987 2005-01-18 Kim F. Storm <storm@cua.dk>
8988
8989 * xdisp.c (back_to_previous_visible_line_start): Undo 2004-12-28
8990 change. If handle_display_prop indicates newline is replaced by
8991 image or text, move back to start of relevant overlay or interval
8992 and continue scan from there. Simplify.
8993
8994 2005-01-17 Kim F. Storm <storm@cua.dk>
8995
8996 * dispnew.c (mode_line_string, marginal_area_string):
8997 Fix off-by-one error in search for glyph.
8998
8999 2005-01-16 Kim F. Storm <storm@cua.dk>
9000
9001 * macterm.c (syms_of_macterm) <mac-allow-anti-aliasing>: Doc fix.
9002
9003 2005-01-16 Steven Tamm <steventamm@mac.com>
9004
9005 * macterm.c (mac_to_x_fontname): Remove spurious argument.
9006
9007 2005-01-16 Andreas Schwab <schwab@suse.de>
9008
9009 * macterm.c (mac_draw_string_common): Fix compilation on OSX 10.1.
9010
9011 2005-01-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9012
9013 * fringe.c (Fdefine_fringe_bitmap, init_fringe): When assigning
9014 fringe_faces, cast result from xmalloc/xrealloc to Lisp_Object *.
9015
9016 2005-01-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9017
9018 * keyboard.c (READABLE_EVENTS_DO_TIMERS_NOW)
9019 (READABLE_EVENTS_FILTER_EVENTS, READABLE_EVENTS_IGNORE_SQUEEZABLES):
9020 New flags for readable_events.
9021 (get_filtered_input_pending, readable_filtered_events): Remove.
9022 (tracking_off): Call readable_events and get_input_pending with
9023 flag READABLE_EVENTS_DO_TIMERS_NOW.
9024 (readable_events): Move code from old readable_filtered_events here,
9025 but check new READABLE_EVENTS_* in argument flags instead of previous
9026 two boolean arguments do_timers_now and filter_events.
9027 If we are doing mouse tracking and the mouse moved, return only if
9028 READABLE_EVENTS_IGNORE_SQUEEZABLES is not set in flags.
9029 (swallow_events): Call get_input_pending with flag
9030 READABLE_EVENTS_DO_TIMERS_NOW.
9031 (get_input_pending): Move code from old get_filtered_input_pending
9032 here. Replace boolean arguments do_timers_now, filter_events with
9033 flags, and pass flags to readable_events. Document new
9034 READABLE_EVENTS_* flags.
9035 (detect_input_pending_ignore_squeezables): New function.
9036 (detect_input_pending_run_timers): Call get_input_pending with flag
9037 READABLE_EVENTS_DO_TIMERS_NOW.
9038 (Finput_pending_p): Call get_input_pending with flags
9039 READABLE_EVENTS_DO_TIMERS_NOW and READABLE_EVENTS_FILTER_EVENTS.
9040
9041 * dispnew.c (update_window, update_frame_1): Replace calls to
9042 detect_input_pending with detect_input_pending_ignore_squeezables
9043 so that redisplay is not paused if the event queue contains only
9044 mouse movements.
9045
9046 * lisp.h: Declare detect_input_pending_ignore_squeezables.
9047
9048 2005-01-15 Steven Tamm <steventamm@mac.com>
9049
9050 * macterm.c (Vmac_use_core_graphics): Declare variable for
9051 mac-allow-anti-aliasing.
9052 (syms_of_macterm): DEFVAR_LISP and initialize it.
9053 (mac_draw_string_common): Use core graphics text rendering if
9054 mac-allow-anti-aliasing is enabled.
9055
9056 * macfns.c (Fx_file_dialog): Save As dialog includes only the
9057 file name in the text box.
9058
9059 2005-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9060
9061 * macfns.c (x_set_foreground_color, x_set_background_color):
9062 Sync with xfns.c.
9063 (mac_window, x_create_tip_frame): Use XSetWindowBackground.
9064 * macterm.c (XSetBackground, XSetWindowBackground): New functions.
9065 * macterm.h (XSetBackground, XSetWindowBackground): Add externs.
9066
9067 2005-01-14 Kim F. Storm <storm@cua.dk>
9068
9069 * keyboard.c (Fposn_at_x_y): Add optional arg WHOLE.
9070
9071 2005-01-13 Richard M. Stallman <rms@gnu.org>
9072
9073 * keymap.c (Fcurrent_active_maps): Ignore Voverriding_local_map
9074 if Voverriding_terminal_local_map is non-nil.
9075
9076 * keyboard.c (syms_of_keyboard): Doc fix.
9077
9078 2005-01-13 Kim F. Storm <storm@cua.dk>
9079
9080 * xdisp.c (Fformat_mode_line): Fix last change. Remove NO_PROPS arg
9081 (specify 0 for FACE instead). Reorder arg list. Doc fix.
9082
9083 2005-01-12 Richard M. Stallman <rms@gnu.org>
9084
9085 * xdisp.c (Fformat_mode_line): New arg FACE specifies a default
9086 face property for characters that don't specify one.
9087
9088 * fns.c (Frequire): Record in load-history unconditionally.
9089
9090 2005-01-10 Kim F. Storm <storm@cua.dk>
9091
9092 * dispextern.h (merge_faces): Rename from merge_into_realized_face.
9093
9094 * xfaces.c (merge_faces): Rename from merge_into_realized_face.
9095 Callers changed.
9096 Add support to merge with lisp face id too (if face_name is t).
9097
9098 * xdisp.c (get_next_display_element, next_element_from_display_vector):
9099 Don't lookup lface_id from display table glyphs here; instead use
9100 merge_faces to merge the lisp face id into current face.
9101
9102 2005-01-09 Kim F. Storm <storm@cua.dk>
9103
9104 * dispextern.h (struct it): New member dpvec_face_id.
9105 (merge_into_realized_face): Add prototype.
9106
9107 * xfaces.c (merge_into_realized_face): New function. Used to
9108 merge escape-glyph face or face from display table into current face.
9109
9110 * xdisp.c (Vshow_nonbreak_escape): New lisp var.
9111 (syms_of_xdisp): DEFVAR_LISP it.
9112 (escape_glyph_face): Remove var.
9113 (redisplay_window): Don't initialize it.
9114 (setup_for_ellipsis, get_next_display_element):
9115 Set it->dpvec_face_id to -1.
9116 (get_next_display_element): Test Vshow_nonbreak_escape.
9117 Do not setup escape_glyph_face.
9118 Properly merge escape-glyph face or face from display table with
9119 current face for escape and control characters.
9120 Set it->dpvec_face_id to relevant face id instead of adding it to each
9121 element of display vector.
9122 (next_element_from_display_vector): If it->dpvec_face_id is set,
9123 use that instead of lface_id from glyph itself.
9124
9125 2005-01-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9126
9127 * xterm.h (struct x_output): New member, toolbar_detached.
9128
9129 * gtkutil.c (xg_create_frame_widgets): Set initial tool bar height to
9130 38.
9131 (xg_tool_bar_detach_callback): Set toolbar_detached to 1.
9132 (xg_tool_bar_attach_callback): Set toolbar_detached to 0.
9133 (xg_create_tool_bar): Initialize toolbar_detached.
9134 (update_frame_tool_bar): Only set FRAME_TOOLBAR_HEIGHT (f) if
9135 toolbar_detached is zero.
9136
9137 2005-01-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9138
9139 * xmenu.c (create_and_show_popup_menu): Pass zero as button to
9140 gtk_menu_popup if not for_click, so callbacks for the menu are called.
9141
9142 * gtkutil.c (xg_gtk_scroll_destroy, xg_create_scroll_bar)
9143 (xg_tool_bar_callback, xg_tool_bar_help_callback)
9144 (update_frame_tool_bar): Cast to EMACS_INT to avoid compiler warning.
9145
9146 * xselect.c (x_get_foreign_selection, x_fill_property_data)
9147 (Fx_get_atom_name, Fx_send_client_event): Replace XFLOAT with
9148 XFLOAT_DATA to get extract number from Lisp object.
9149
9150 2005-01-07 Kim F. Storm <storm@cua.dk>
9151
9152 * xdisp.c (set_iterator_to_next): Fix 2004-12-13 change.
9153 Set stop_charpos to current charpos instead of 0.
9154
9155 2005-01-06 Nick Roberts <nickrob@snap.net.nz>
9156
9157 * xdisp.c (Fformat_mode_line): First arg now required.
9158
9159 2005-01-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9160
9161 * macterm.c (XLoadQueryFont): Correctly handle 0 size
9162 font widths that are returned from some Japanese fonts.
9163
9164 2005-01-06 Kim F. Storm <storm@cua.dk>
9165
9166 * fringe.c (fringe_faces): Change to Lisp_Object pointer.
9167 (draw_fringe_bitmap_1): Lookup user defined fringe faces here.
9168 (destroy_fringe_bitmap): Set fringe_faces element to nil.
9169 (Fdefine_fringe_bitmap, init_fringe): Change allocation of
9170 fringe_faces array and init elements to nil.
9171 (Fset_fringe_bitmap_face): Set fringe_faces to face name instead of
9172 non-persistent face id.
9173 (mark_fringe_data): New function for GC.
9174
9175 * alloc.c (mark_fringe_data): Declare extern.
9176 (Fgarbage_collect): Call mark_fringe_data.
9177
9178 * alloc.c (overrun_check_free): Invalidate freed memory if
9179 XMALLOC_CLEAR_FREE_MEMORY is defined.
9180
9181 2005-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9182
9183 * macfns.c: Include sys/param.h.
9184 [TARGET_API_MAC_CARBON] (mac_nav_event_callback): New declaration
9185 and function.
9186 [TARGET_API_MAC_CARBON] (Fx_file_dialog): Use MAXPATHLEN for size
9187 of filename string. Set event callback function when creating
9188 dialog boxes. Add code conversions for filenames. Don't dispose
9189 of apple event descriptor record if failed to create it.
9190
9191 * macterm.c: Include sys/param.h.
9192 [USE_CARBON_EVENTS] (mac_handle_window_event): Add handler for
9193 kEventWindowUpdate.
9194 (install_window_handler) [USE_CARBON_EVENTS]: Register it.
9195 (do_ae_open_documents) [TARGET_API_MAC_CARBON]: Get FSRef instead
9196 of FSSpec from apple event descriptor record.
9197 (do_ae_open_documents) [TARGET_API_MAC_CARBON]: Use MAXPATHLEN for
9198 size of filename string.
9199 [TARGET_API_MAC_CARBON] (mac_do_receive_drag): Likewise.
9200 [TARGET_API_MAC_CARBON] (mac_do_receive_drag): Return error when a
9201 file dialog is in action.
9202 [TARGET_API_MAC_CARBON] (mac_do_track_drag): Likewise.
9203 Reject only when there are no filename items. Set background color
9204 before (un)highlighting the window below the dragged items.
9205 (XTread_socket) [USE_CARBON_EVENTS]: Don't call do_window_update.
9206
9207 2005-01-05 Romain Francoise <romain@orebokech.com>
9208
9209 * term.c (encode_terminal_code): Fix buffer size computation.
9210
9211 2005-01-04 Richard M. Stallman <rms@gnu.org>
9212
9213 * xdisp.c (Fformat_mode_line): Doc fix.
9214
9215 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
9216
9217 * alloc.c (refill_memory_reserve): Move.
9218 (emacs_blocked_free, emacs_blocked_malloc, emacs_blocked_realloc)
9219 (reset_malloc_hooks, uninterrupt_malloc) [SYNC_INPUT]: Don't define.
9220
9221 2005-01-03 Richard M. Stallman <rms@gnu.org>
9222
9223 * window.c (window_scroll_pixel_based): Don't correct preserve_y
9224 for CURRENT_HEADER_LINE_HEIGHT when moving backwards.
9225
9226 2005-01-03 Jason Rumney <jasonr@gnu.org>
9227
9228 * w32bdf.c (w32_load_bdf_font): Set fontp->average_width and
9229 fontp->space_width to FONT_WIDTH so they are valid.
9230
9231 * w32fns.c (w32_load_system_font): Set FONT_WIDTH to maximum, not
9232 average width. Set fontp->average_width and fontp->space_width to
9233 their appropriate values.
9234
9235 * w32term.c (x_new_font): Set FRAME_COLUMN_WIDTH to
9236 fontp->average_width, not FONT_WIDTH. Set FRAME_SPACE_WIDTH to
9237 fontp->space_width.
9238
9239 2005-01-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9240
9241 * macterm.c (x_new_font): Set FRAME_SPACE_WIDTH.
9242 (x_font_min_bounds, XLoadQueryFont): Use the correct font width
9243 metrics for max and min bounds.
9244 (x_load_font): Correctly calculate average font width metrics.
9245
9246 2005-01-02 Richard M. Stallman <rms@gnu.org>
9247
9248 * alloc.c (Fgarbage_collect): Don't truncate_undo_list on dead buffers.
9249
9250 2004-12-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9251
9252 * xterm.c (handle_one_xevent): Clear area in expose event for GTK.
9253
9254 2004-12-31 Richard M. Stallman <rms@gnu.org>
9255
9256 * xdisp.c (setup_for_ellipsis, get_next_display_element):
9257 Set it->ellipsis_p to 1 or 0.
9258 (display_line): Record whether row ends in mid-ellipsis.
9259 (set_cursor_from_row): If ends in ellipsis, find start of it.
9260 (cursor_row_p): If PT's at the end of the ellipsis the row
9261 ends within, don't display cursor on this row.
9262
9263 * dispextern.h (struct it): New element ellipsis_p.
9264 (struct glyph_row): New element ends_in_ellipsis_p.
9265
9266 * xdisp.c (BUFFER_POS_REACHED_P): We haven't reached the specified
9267 position if we're reading from something other than the buffer.
9268
9269 * window.c (window_scroll_pixel_based): Only look at
9270 Vscroll_preserve_screen_position if the old PT can't be kept.
9271 (syms_of_window) <scroll-preserve-screen-position>: Doc fix.
9272
9273 2004-12-30 Kim F. Storm <storm@cua.dk>
9274
9275 * xdisp.c (get_line_height_property): New function extracted from
9276 original calc_line_height_property.
9277 (calc_line_height_property): Rework. Handle t and (nil . ratio).
9278 (x_produce_glyphs): Use them to handle line-height and
9279 line-spacing according to new height spec.
9280 (Qtotal): Remove.
9281 (syms_of_xdisp): Remove intern and staticpro for Qtotal.
9282
9283 2004-12-30 Kenichi Handa <handa@m17n.org>
9284
9285 * fileio.c (Finsert_file_contents): Don't use
9286 current_buffer->buffer_file_coding_system even if REPLACE is
9287 non-nil. Call Qafter_insert_file_set_coding with the second arg VISIT.
9288
9289 * fontset.h (struct font_info): New members space_width and
9290 average_width.
9291
9292 * frame.h (struct frame): New member space_width.
9293 (FRAME_SPACE_WIDTH): New macro.
9294
9295 * xterm.h (struct x_display_info): New member Xatom_AVERAGE_WIDTH.
9296
9297 * xterm.c (x_new_font): Set FRAME_COLUMN_WIDTH to
9298 fontp->average_width, not FONT_WIDTH. Set FRAME_SPACE_WIDTH to
9299 fontp->space_width.
9300 (x_load_font): Calculate fontp->space_width and fontp->average_width.
9301 (x_term_init): Initialize dpyinfo->Xatom_AVERAGE_WIDTH.
9302
9303 * xdisp.c (x_produce_glyphs): Calculate tab width by
9304 FRAME_SPACE_WIDTH, not FRAME_COLUMN_WIDTH.
9305
9306 2004-12-29 Sanghyuk Suh <han9kin@mac.com>
9307
9308 * macterm.c (SelectionRange): Add Xcode position apple event struct.
9309 (do_ae_open_documents): Handle Xcode-style file position open events.
9310
9311 2004-12-29 Luc Teirlinck <teirllm@auburn.edu>
9312
9313 * buffer.c (syms_of_buffer) <vertical-scroll-bar>: Correct typo.
9314
9315 2004-12-29 Richard M. Stallman <rms@gnu.org>
9316
9317 * buffer.c (syms_of_buffer) <vertical-scroll-bar>: Doc fix.
9318
9319 2004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9320
9321 * macfns.c (install_window_handler): Modify extern to return OSErr
9322 value.
9323 (mac_window): Handle return value of install_window_handler.
9324
9325 * macterm.c (reflect_byte): Remove function.
9326 (mac_create_bitmap_from_bitmap_data): Don't call reflect_byte.
9327 Lookup table instead.
9328 (mac_do_font_lists): Simplify calculation of the longest
9329 nonspecial string.
9330 (init_mac_drag_n_drop): Remove function and declaration.
9331 (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
9332 init_mac_drag_n_drop.
9333 (mac_do_track_drag): New function and declaration.
9334 (install_window_handler): Return OSErr value.
9335 (install_window_handler) [TARGET_API_MAC_CARBON]:
9336 Register handlers for tracking/receiving drag-and-drop items.
9337 (do_ae_open_documents): Generate unibyte strings for filenames.
9338 (mac_do_receive_drag) [TARGET_API_MAC_CARBON] : Likewise.
9339 Reject only non-filename items. Set event modifiers, and return value.
9340
9341 2004-12-28 Dan Nicolaescu <dann@ics.uci.edu>
9342
9343 * coding.c (decode_coding): Fix previous change.
9344
9345 2004-12-28 Richard M. Stallman <rms@gnu.org>
9346
9347 * xdisp.c (back_to_previous_visible_line_start):
9348 Don't call handle_display_prop.
9349
9350 2004-12-28 Dan Nicolaescu <dann@ics.uci.edu>
9351
9352 * coding.c (decode_coding_XXX, decode_composition_emacs_mule)
9353 (decode_coding_emacs_mule, encode_coding_emacs_mule)
9354 (decode_coding_iso2022, encode_designation_at_bol)
9355 (encode_coding_iso2022, decode_coding_sjis_big5, decode_eol)
9356 (decode_coding): Constify arguments and local vars.
9357
9358 2004-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9359
9360 * xmenu.c (popup_get_selection): Only pop down dialogs
9361 on C-g and Escape.
9362 (popup_get_selection): Remove parameter down_on_keypress.
9363 (create_and_show_popup_menu, create_and_show_dialog):
9364 Remove parameter down_on_keypress to popup_get_selection.
9365
9366 2004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9367
9368 * dispextern.h: Change HAVE_CARBON to MAC_OS.
9369 (struct glyph_string): Likewise.
9370
9371 * emacs.c (main) [MAC_OS8]: Call mac_term_init instead of
9372 mac_initialize.
9373
9374 * fileio.c (Fnext_read_file_uses_dialog_p, Fread_file_name):
9375 Change TARGET_API_MAC_CARBON to HAVE_CARBON.
9376
9377 * fns.c (vector): Change MAC_OSX to MAC_OS.
9378
9379 * frame.c (x_set_frame_parameters, x_report_frame_params)
9380 (x_set_fullscreen): Remove #ifndef HAVE_CARBON.
9381 (x_set_border_width, Vdefault_frame_scroll_bars):
9382 Change HAVE_CARBON to MAC_OS.
9383
9384 * image.c [MAC_OS]: Include sys/stat.h.
9385 [MAC_OS && !MAC_OSX]: Include sys/param.h, ImageCompression.h, and
9386 QuickTimeComponents.h.
9387
9388 * mac.c [!MAC_OSX] (mac_wait_next_event): Add extern.
9389 [!MAC_OSX] (select): Use mac_wait_next_event.
9390 [!MAC_OSX] (run_mac_command): Change EXEC_SUFFIXES to Vexec_suffixes.
9391 [!MAC_OSX] (select, run_mac_command): Change `#ifdef
9392 TARGET_API_MAC_CARBON' to `#if TARGET_API_MAC_CARBON'.
9393 (mac_clear_font_name_table): Add extern.
9394 (Fmac_clear_font_name_table): New defun.
9395 (syms_of_mac): Defsubr it.
9396 [MAC_OSX] (SELECT_POLLING_PERIOD_USEC): New define.
9397 [MAC_OSX] (select_and_poll_event): New function.
9398 [MAC_OSX] (sys_select): Use it.
9399 [MAC_OSX && SELECT_USE_CFSOCKET] (socket_callback): New function.
9400 [MAC_OSX && SELECT_USE_CFSOCKET]
9401 (SELECT_TIMEOUT_THRESHOLD_RUNLOOP, EVENT_CLASS_SOCK): New defines.
9402 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]: Use CFSocket and
9403 RunLoop for simultaneously monitoring two kinds of inputs, window
9404 events and process outputs, without periodically polling.
9405
9406 * macfns.c (mac_initialized): Remove extern.
9407 (stricmp): Put in #if 0. All callers changed to use xstricmp in
9408 xfaces.c.
9409 (strnicmp): Decrement `n' at the end of each loop, not the beginning.
9410 (check_mac): Use the term "Mac native windows" instead of "Mac OS".
9411 (check_x_display_info, x_display_info_for_name): Sync with xfns.c.
9412 (mac_get_rdb_resource): New function (from w32reg.c).
9413 (x_get_string_resource): Use it.
9414 (install_window_handler): Add extern.
9415 (mac_window): New function.
9416 (Fx_create_frame): Use it instead of make_mac_frame.
9417 Set parameter for Qfullscreen. Call x_wm_set_size_hint.
9418 (Fx_open_connection, Fx_close_connection): New defuns.
9419 (syms_of_macfns): Defsubr them.
9420 (x_create_tip_frame) [TARGET_API_MAC_CARBON]:
9421 Add kWindowNoUpdatesAttribute to the window attribute.
9422 (x_create_tip_frame) [!TARGET_API_MAC_CARBON]: Use NewCWindow.
9423 (x_create_tip_frame): Don't call ShowWindow.
9424 (Fx_show_tip): Call ShowWindow.
9425 (Fx_file_dialog): Change `#ifdef TARGET_API_MAC_CARBON' to `#if
9426 TARGET_API_MAC_CARBON'.
9427 (mac_frame_parm_handlers): Set handlers for Qfullscreen.
9428 (syms_of_macfns) [MAC_OSX]: Initialize mac_in_use to 0.
9429
9430 * macgui.h [!MAC_OSX]: Don't include Controls.h. Include Windows.h.
9431 (Window): Typedef to WindowPtr and move outside `#if
9432 TARGET_API_MAC_CARBON'.
9433 (XSizeHints): New struct.
9434
9435 * macterm.c (x_update_begin, x_update_end)
9436 [TARGET_API_MAC_CARBON]: Disable screen updates during update of a
9437 frame.
9438 (x_draw_glyph_string_background, x_draw_glyph_string_foreground)
9439 [MAC_OS8]: Use XDrawImageString/XDrawImageString16.
9440 (construct_mouse_click): Put in #if 0.
9441 (x_check_fullscreen, x_check_fullscreen_move): Remove decls.
9442 (x_scroll_bar_create, x_scroll_bar_handle_click): Change `#ifdef
9443 TARGET_API_MAC_CARBON' to `#if TARGET_API_MAC_CARBON'.
9444 (activate_scroll_bars, deactivate_scroll_bars)
9445 [!TARGET_API_MAC_CARBON]: Use ActivateControl/DeactivateControl.
9446 (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Reposition window
9447 if the position is neither user-specified nor program-specified.
9448 (x_free_frame_resources): Free size_hints.
9449 (x_wm_set_size_hint): Allocate size_hints if needed. Set size_hints.
9450 (mac_clear_font_name_table): New function.
9451 (mac_do_list_fonts): Initialize font_name_table if needed.
9452 (x_list_fonts): Don't initialize font_name_table. Add BLOCK_INPUT
9453 around mac_do_list_fonts.
9454 (mac_unload_font): New function.
9455 (x_load_font): Add BLOCK_INPUT around XLoadQueryFont.
9456 (init_mac_drag_n_drop, mac_do_receive_drag): Enclose declarations
9457 and definitions with #if TARGET_API_MAC_CARBON.
9458 [USE_CARBON_EVENTS] (mac_handle_window_event): Add decl.
9459 (install_window_handler): Add decl.
9460 (do_window_update): Add BeginUpdate/EndUpdate for the tooltip
9461 window. Use UpdateControls. Get the rectangle that should be
9462 updated and restrict the target of expose_frame to it.
9463 (do_grow_window): Set minimum height/width according to size_hints.
9464 (do_grow_window) [TARGET_API_MAC_CARBON]: Use ResizeWindow.
9465 (do_zoom_window): Don't use x_set_window_size.
9466 [USE_CARBON_EVENTS] (mac_handle_window_event): New function.
9467 (install_window_handler): New function.
9468 [!USE_CARBON_EVENTS] (mouse_region): New variable.
9469 [!USE_CARBON_EVENTS] (mac_wait_next_event): New function.
9470 (XTread_socket) [USE_CARBON_EVENTS]: Move call to
9471 GetEventDispatcherTarget inside BLOCK_INPUT.
9472 (XTread_socket) [!USE_CARBON_EVENTS]: Use mac_wait_next_event.
9473 Update mouse_region when mouse is moved.
9474 (make_mac_frame): Remove.
9475 (make_mac_terminal_frame): Put in #ifdef MAC_OS8.
9476 Initialize mouse pointer shapes. Change values of f->left_pos and
9477 f->top_pos. Don't use make_mac_frame. Use NewCWindow.
9478 Don't call ShowWindow.
9479 (mac_initialize_display_info) [MAC_OSX]: Create mac_id_name from
9480 Vinvocation_name and Vsystem_name.
9481 (mac_make_rdb): New function (from w32term.c).
9482 (mac_term_init): Use it. Add BLOCK_INPUT. Error if display has
9483 already been opened. Don't pass argument to
9484 mac_initialize_display_info. Don't set dpyinfo->height/width.
9485 Add entries to x_display_list and x_display_name_list.
9486 (x_delete_display): New function.
9487 (mac_initialize): Don't call mac_initialize_display_info.
9488 (syms_of_macterm) [!MAC_OSX]: Don't call Fprovide.
9489
9490 * macterm.h (check_mac): Add extern.
9491 (struct mac_output): New member size_hints.
9492 (FRAME_SIZE_HINTS): New macro.
9493 (mac_unload_font): Add extern.
9494
9495 * xdisp.c (expose_window, expose_frame): Remove kludges for Mac.
9496
9497 * xfaces.c (clear_font_table) [MAC_OS]: Call mac_unload_font.
9498
9499 2004-12-27 Richard M. Stallman <rms@gnu.org>
9500
9501 * buffer.c (Fbuffer_disable_undo): Delete (move to simple.el).
9502 (syms_of_buffer): Don't defsubr it.
9503
9504 * process.c (list_processes_1): Set undo_list instead
9505 of calling Fbuffer_disable_undo.
9506
9507 * xdisp.c (single_display_spec_string_p): Rename from
9508 single_display_prop_string_p.
9509 (single_display_spec_intangible_p): Rename from
9510 single_display_prop_intangible_p.
9511 (handle_single_display_spec): Rename from handle_single_display_prop.
9512 Rewritten to be easier to understand.
9513
9514 Change in load-history format. Functions now get (defun . NAME),
9515 and variables get just NAME.
9516
9517 * data.c (Fdefalias): Use (defun . FN_NAME) in LOADHIST_ATTACH.
9518
9519 * eval.c (Fdefun, Fdefmacro): Use (defun . FN_NAME) in LOADHIST_ATTACH.
9520 (Fdefvaralias, Fdefvar, Fdefconst): Use just SYM in LOADHIST_ATTACH.
9521 (Qdefvar): Var deleted.
9522 (syms_of_eval): Don't initialze it.
9523
9524 * lread.c (syms_of_lread) <load-history>: Doc fix.
9525
9526 2004-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9527
9528 * xmenu.c (popup_get_selection): Pop down on C-g.
9529 (set_frame_menubar): Install translations for Lucid/Motif/Lesstif that
9530 pops down menu on C-g.
9531 (xdialog_show): If dialog popped down and no button in the dialog was
9532 pushed, call Fsignal to quit.
9533 (xmenu_show): In no toolkit version, if menu returns NO_SELECT call
9534 Fsignal to quit.
9535
9536 * xfns.c (Fx_file_dialog): Motif/Lesstif version: Pop down on C-g.
9537
9538 * gtkutil.c (xg_initialize): Install bindings for C-g so that
9539 dialogs and menus pop down.
9540
9541 2004-12-27 Kenichi Handa <handa@m17n.org>
9542
9543 * coding.c (code_convert_region): Fix calculation of `ratio'.
9544
9545 2004-12-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9546
9547 * gtkutil.c (update_frame_tool_bar): Make the value of
9548 tool-bar-button-margin control margins of images in tool bar.
9549
9550 * alloc.c (check_depth): New variable.
9551 (overrun_check_malloc, overrun_check_realloc): Only add
9552 overhead and write check pattern if check_depth is 1 (to handle
9553 recursive calls). Increase/decrease check_depth in entry/exit.
9554 (overrun_check_free): Only check for overhead if check_depth is 1.
9555 Increase/decrease check_depth in entry/exit.
9556
9557 2004-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9558
9559 * keyboard.c (input_available_signal): Call SIGNAL_THREAD_CHECK
9560 before touching input_available_clear_time, to avoid accessing it
9561 from multiple threads.
9562
9563 2004-12-23 Jason Rumney <jasonr@gnu.org>
9564
9565 * image.c (__WIN32__) [HAVE_NTGUI]: Define for correct behaviour
9566 of JPEG library.
9567
9568 2004-12-22 Richard M. Stallman <rms@gnu.org>
9569
9570 * emacs.c (main): If batch mode, set Vundo_outer_limit to nil.
9571
9572 * lisp.h (Vundo_outer_limit): Fix decl.
9573
9574 * undo.c (Vundo_outer_limit): Replaces undo_outer_limit.
9575 Uses changed.
9576 (syms_of_undo): Initialize appropriately.
9577 (truncate_undo_list): If it's nil, there's no limit.
9578
9579 2004-12-22 Kenichi Handa <handa@m17n.org>
9580
9581 * xselect.c (Fx_get_cut_buffer_internal): Return a unibyte string.
9582
9583 2004-12-21 Richard M. Stallman <rms@gnu.org>
9584
9585 * eval.c (unwind_to_catch): Clear immediate_quit.
9586
9587 * xdisp.c (get_next_display_element): Display codes 8a0 and 8ad
9588 specially as `\ ' and `\-'.
9589
9590 * keyboard.c (kbd_buffer_store_event_hold):
9591 In the code for while-no-input, handle immediate_quit.
9592
9593 * alloc.c (Fgarbage_collect): Update call to truncate_undo_list.
9594 Call that at the very start.
9595 (undo_limit, undo_strong_limit, undo_outer_limit): Move to undo.c.
9596 (syms_of_alloc): Don't define undo-limit,
9597 undo-strong-limit and undo-outer-limit here.
9598
9599 * undo.c (truncate_undo_list): Return void.
9600 Take just one argument, the buffer.
9601 Make it current, and inhibit recursive GC.
9602 Access and update the undo list directly; return void.
9603 Refer to the undo...limit variables directly.
9604 Test undo_outer_limit only after counting the whole current command.
9605 When it's exceeded, call the function in undo-outer-limit-function.
9606 (undo_limit, undo_strong_limit, undo_outer_limit): From alloc.c.
9607 (Vundo_outer_limit_function): New variable.
9608 (syms_of_undo): Define undo-limit, undo-strong-limit
9609 and undo-outer-limit here, and undo-outer-limit-function.
9610 Doc fixes.
9611
9612 * lisp.h (truncate_undo_list): Update decl.
9613
9614 2004-12-21 Piet van Oostrum <piet@cs.uu.nl>
9615
9616 * fileio.c (Fread_file_name): Delete duplicates in
9617 file-name-history when history_delete_duplicates is true.
9618
9619 2004-12-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9620
9621 * macterm.c (mac_do_list_fonts): Fix memory leak
9622
9623 2004-12-20 Richard M. Stallman <rms@gnu.org>
9624
9625 * regex.c (re_match_2_internal) <symend, wordend>:
9626 Fix calls to UPDATE_SYNTAX_TABLE_FORWARD.
9627
9628 2004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9629
9630 * macterm.c (endif, x_font_name_to_mac_font_name):
9631 Use maccentraleurroman instead of maccentraleuropean
9632 (mac_c_string_match, mac_do_list_fonts): Speed up font search by
9633 quickly finding a specific font without needing regexps.
9634
9635 2004-12-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9636
9637 * syssignal.h: Declare main_thread.
9638 (SIGNAL_THREAD_CHECK): New macro.
9639
9640 * keyboard.c (input_available_signal): Move thread checking code
9641 to macro SIGNAL_THREAD_CHECK and call that macro.
9642 (interrupt_signal): Call SIGNAL_THREAD_CHECK.
9643
9644 * alloc.c (uninterrupt_malloc): Move main_thread to emacs.c.
9645
9646 * emacs.c: Define main_thread.
9647 (main): Initialize main_thread.
9648 (handle_USR1_signal, handle_USR2_signal, fatal_error_signal)
9649 (memory_warning_signal): Call SIGNAL_THREAD_CHECK.
9650
9651 * floatfns.c (float_error): Call SIGNAL_THREAD_CHECK.
9652
9653 * dispnew.c (window_change_signal): Call SIGNAL_THREAD_CHECK.
9654
9655 * sysdep.c (select_alarm): Call SIGNAL_THREAD_CHECK.
9656
9657 * process.c (send_process_trap, sigchld_handler):
9658 Call SIGNAL_THREAD_CHECK.
9659
9660 * data.c (arith_error): Call SIGNAL_THREAD_CHECK.
9661
9662 * atimer.c (alarm_signal_handler): Call SIGNAL_THREAD_CHECK.
9663
9664 * xterm.c (xg_scroll_callback): Update XG_LAST_SB_DATA before
9665 returning when xg_ignore_gtk_scrollbar is true.
9666
9667 2004-12-14 Kim F. Storm <storm@cua.dk>
9668
9669 * keyboard.c (read_char): Save and restore echo_string when
9670 handling input method.
9671
9672 2004-12-13 Richard M. Stallman <rms@gnu.org>
9673
9674 * eval.c (syms_of_eval) <quit-flag>: Doc fix.
9675
9676 * keyboard.c (Vthrow_on_input): New variable.
9677 (syms_of_keyboard): Defvar and initialize it.
9678 (kbd_buffer_store_event_hold): Handle Vthrow_on_input.
9679
9680 * lisp.h (QUIT): Check for Vthrow_on_input.
9681 (Vthrow_on_input): Declare it.
9682
9683 2004-12-13 Kim F. Storm <storm@cua.dk>
9684
9685 * xdisp.c (set_iterator_to_next): Reset stop_charpos after display
9686 vector.
9687
9688 2004-12-12 Richard M. Stallman <rms@gnu.org>
9689
9690 * indent.c (Fvertical_motion): Call move_it_by_lines even if LINES = 0.
9691
9692 * minibuf.c (Fall_completions): Add var `zero' and use it in loop.
9693 (Ftry_completion): Really use outer `zero'; eliminate inner one.
9694
9695 2004-12-12 Kenichi Handa <handa@m17n.org>
9696
9697 * term.c (encode_terminal_code): Fix previous change.
9698
9699 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
9700
9701 * keyboard.c (handle_async_input): Remove pthread mutex handling.
9702 (input_available_signal): Move pthread thingy to !SYNC_INPUT branch.
9703
9704 * syntax.c (Fforward_word): Avoid non-idempotent side-effects
9705 in macro arguments.
9706
9707 * minibuf.c (Ftry_completion, Fall_completions): Don't use
9708 XFASTINT blindly.
9709
9710 * emacs.c (main, Fdump_emacs): Don't touch malloc hooks if SYNC_INPUT.
9711
9712 2004-12-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9713
9714 * w32term.c (x_calc_absolute_position): Remove calculation of
9715 difference between inner and outer window. Don't subtract difference
9716 for left and top calculations.
9717
9718 * xterm.c (x_calc_absolute_position): Don't subtract outer_pixel_diff
9719 for left and top calculations. Remove call to x_real_positions.
9720 [Bug report by Drew Adams in November]
9721 (x_check_expected_move): Do not set change_gravity to 1 when calling
9722 x_set_offset.
9723
9724 2004-12-08 Richard M. Stallman <rms@gnu.org>
9725
9726 * xdisp.c (get_next_display_element): Use `escape-glyph' for
9727 control chars and escaped octal codes.
9728 (Qescape_glyph): New variable.
9729 (syms_of_xdisp): Initialize it.
9730 (escape_glyph_face): New variable.
9731 (redisplay_window): Initialize it.
9732
9733 2004-12-07 Paul Eggert <eggert@cs.ucla.edu>
9734
9735 * image.c (our_fill_input_buffer, jpeg_load, CHECK_LIB_AVAILABLE)
9736 (init_image): Use 1 rather than TRUE. TRUE's not always defined.
9737
9738 2004-12-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9739
9740 * emacs.c (Fdump_emacs): Add ! defined (SYSTEM_MALLOC) around
9741 reset_malloc_hooks.
9742
9743 * keyboard.c (handle_async_input, input_available_signal):
9744 Add ! defined (SYSTEM_MALLOC) around thread code.
9745
9746 * alloc.c: Add comment about the reason for (UN)BLOCK_INPUT_ALLOC.
9747
9748 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
9749
9750 * eval.c (init_eval_once): Increase max_specpdl_size to 1000.
9751
9752 * config.in: Regenerate.
9753
9754 2004-12-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9755
9756 * xmenu.c (Fx_popup_menu): Correct documentation about position.
9757 (xmenu_show): Do not call XTranslateCoordinates. Adjust position
9758 if not given by a mouse click to correspond with x-popup-menu
9759 documentation.
9760
9761 * config.in: Regenerate.
9762
9763 * gtkutil.c: Include signal.h and syssignal.h.
9764 (xg_get_file_name): Block and unblock __SIGRTMIN if defined.
9765
9766 * alloc.c: If HAVE_GTK_AND_PTHREAD, include pthread.h,
9767 new variables main_thread and alloc_mutex,
9768 define (UN)BLOCK_INPUT_ALLOC to use alloc_mutex to protect
9769 emacs_blocked_* calls and only do (UN)BLOCK_INPUT in the main thread.
9770 If not HAVE_GTK_AND_PTHREAD, (UN)BLOCK_INPUT_ALLOC is the same as
9771 (UN)BLOCK_INPUT.
9772 (emacs_blocked_free, emacs_blocked_malloc)
9773 (emacs_blocked_realloc): Use (UN)BLOCK_INPUT_ALLOC.
9774 (uninterrupt_malloc): Initialize main_thread and alloc_mutex.
9775 (reset_malloc_hooks): New function.
9776
9777 * lisp.h: Declare reset_malloc_hooks.
9778
9779 * emacs.c (Fdump_emacs): Call reset_malloc_hooks.
9780
9781 * keyboard.c: Conditionally include pthread.h
9782 (handle_async_input, input_available_signalt): If not in the main
9783 thread, block signal, send signal to main thread and return.
9784
9785 * gtkutil.c (xg_get_file_with_chooser): Handle local files only.
9786 Set current folder in file chooser if default_filename is a directory.
9787
9788 2004-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
9789
9790 * regex.c (GET_UNSIGNED_NUMBER): Signal an error when reaching the end.
9791 Remove redundant correctness checks.
9792 (regex_compile): Fix up error codes for \{..\} expressions.
9793
9794 2004-12-05 Richard M. Stallman <rms@gnu.org>
9795
9796 * regex.c (regex_compile): Fix end-of-pattern case for space.
9797
9798 2004-12-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9799
9800 * macterm.h (cfstring_create_with_utf8_cstring): Add prototype.
9801 * mac.c (cfstring_create_with_utf8_cstring): Add to prevent
9802 crashes with invalid characters.
9803 * macmenu.c (add_menu_item): Use it.
9804 * image.c (image_load_quartz2d): Likewise.
9805 * macfns.c (x_set_name, x_set_title): Likewise.
9806 (Fx_file_dialog): Likewise. Use constant CFRefs instead of
9807 creating them each time for labels.
9808
9809 2004-12-02 Richard M. Stallman <rms@gnu.org>
9810
9811 * config.in (RE_TRANSLATE_P): If make_number is not a macro,
9812 don't use it here.
9813
9814 * eval.c (Fcalled_interactively_p): Don't check INTERACTIVE.
9815 (interactive_p): Skip Scalled_interactively_p frames
9816 like Sinteractive_p frames.
9817 (unwind_to_catch): Clear handling_signal.
9818
9819 * data.c (Fmake_variable_buffer_local): Doc fix.
9820 (Fmake_local_variable): Doc fix.
9821
9822 * insdel.c (insert_from_string_before_markers)
9823 (insert_from_string): Don't modify buffer on empty insertion.
9824
9825 * window.c (Fget_lru_window, Fget_largest_window): Doc fixes.
9826
9827 2004-12-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9828
9829 * macmenu.c (add_menu_item): Fallback on MacRoman if encoding
9830 menu text as UTF8 fails.
9831
9832 2004-12-01 Kim F. Storm <storm@cua.dk>
9833
9834 * alloc.c: Add commentary for last change.
9835 (XMALLOC_PUT_SIZE, XMALLOC_GET_SIZE): New macros to handle
9836 sizeof(size_t) != 4.
9837 (overrun_check_malloc, overrun_check_realloc, overrun_check_free):
9838 Use them. Also clear header and trailer of freed memory.
9839 (GC_STRING_OVERRUN_COOKIE_SIZE): Rename from GC_STRING_EXTRA.
9840 (string_overrun_cookie): Rename from string_overrun_pattern.
9841 (GC_STRING_EXTRA): Define from GC_STRING_OVERRUN_COOKIE_SIZE.
9842
9843 2004-12-01 Andreas Schwab <schwab@suse.de>
9844
9845 * lisp.h: Declare string_to_multibyte.
9846
9847 2004-12-01 Kenichi Handa <handa@m17n.org>
9848
9849 * w32console.c (w32con_write_glyphs): Decide coding here.
9850 Adjusted for the change of encode_terminal_code.
9851
9852 * term.c (encode_terminal_code): Don't make it "static".
9853
9854 2004-11-30 Kenichi Handa <handa@m17n.org>
9855
9856 * term.c (encode_terminal_buf, encode_terminal_bufsize): New variables.
9857 (encode_terminal_code): Argument changed. Encode all
9858 characters at once, and return a pointer to the result of encoding.
9859 (write_glyphs): Decide coding here. Adjusted for the above change.
9860 (insert_glyphs): Likewise.
9861 (term_init): Initialize encode_terminal_bufsize to 0.
9862
9863 * coding.c (Vcode_conversion_workbuf_name): New variable.
9864 (syms_of_coding): Initialize and staticpro it.
9865 (set_conversion_work_buffer): New function.
9866 (run_pre_post_conversion_on_str): Use it.
9867 (run_pre_write_conversin_on_c_str): New function.
9868
9869 * coding.h (run_pre_write_conversin_on_c_str): Extern it.
9870
9871 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9872
9873 * keyboard.c: Don't undef SIGIO
9874 * s/darwin.h (NO_SOCK_SIGIO): Define NO_SOCK_SIGIO on carbon
9875 * Makefile.in (mac.o): Depend on blockinput.h and atimer.h.
9876 (macfns.o): Don't depend on ccl.h.
9877 * macfns.c (mac_frame_parm_handlers): Set handlers for
9878 Qleft_fringe and Qright_fringe.
9879 * macterm.c (mac_fill_rectangle_to_pixmap)
9880 (mac_draw_rectangle_to_pixmap, mac_copy_area_to_pixmap)
9881 (mac_copy_area_with_mask_to_pixmap, x_draw_image_foreground_1):
9882 Put in #if 0.
9883 (mac_scroll_area) [TARGET_API_MAC_CARBON]: Use ScrollWindowRect.
9884 (x_flush) [TARGET_API_MAC_CARBON]: Don't traverse frames.
9885 (XFlush) [TARGET_API_MAC_CARBON]: Define to an empty replacement.
9886 (x_draw_glyph_string_background, x_draw_glyph_string_foreground)
9887 [!MAC_OS8]: Added ifdef'd out code for os8. Don't use
9888 XDrawImageString. Always draw background and foreground separately.
9889 (x_draw_image_foreground): Use clipping instead of computing the
9890 intersection rectangle.
9891 (x_draw_image_glyph_string): Don't draw an image with mask to a
9892 pixmap.
9893 (x_redisplay_interface): Set flush_display_optional member to 0.
9894 (XTread_socket): Correctly reset the TEConverter
9895 object.
9896
9897 2004-11-30 Kim F. Storm <storm@cua.dk>
9898
9899 * lisp.h: New defines to enable buffer overrun checking.
9900 (GC_CHECK_STRING_OVERRUN, GC_CHECK_STRING_FREE_LIST)
9901 (XMALLOC_OVERRUN_CHECK, GC_CHECK_CONS_LIST): Add.
9902
9903 * alloc.c: Add more checks for buffer overruns.
9904 (XMALLOC_OVERRUN_CHECK_SIZE, xmalloc_overrun_check_header)
9905 xmalloc_overrun_check_trailer, overrun_check_malloc)
9906 overrun_check_realloc, overrun_check_free): Add.
9907 (GC_STRING_EXTRA, string_overrun_pattern): Add.
9908 (check_sblock, allocate_string_data, compact_small_strings):
9909 Set and check string_overrun_pattern if GC_CHECK_STRING_OVERRUN.
9910 (check_cons_list): Condition on GC_CHECK_CONS_LIST.
9911 (check_string_free_list): Add.
9912 (allocate_string, sweep_strings): Call check_string_free_list.
9913
9914 * emacs.c (malloc_initialize_hook): Don't free malloc_state_ptr if
9915 XMALLOC_OVERRUN_CHECK to avoid crash during load.
9916
9917 2004-11-29 Kim F. Storm <storm@cua.dk>
9918
9919 * fns.c (concat): Use SAFE_ALLOCA.
9920
9921 2004-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
9922
9923 * sysdep.c (emacs_write): Don't use QUIT.
9924
9925 2004-11-29 Kenichi Handa <handa@m17n.org>
9926
9927 * buffer.c (init_buffer): Set current_buffer->directory to a
9928 multibyte string made by string_to_multibyte.
9929
9930 * emacs.c (init_cmdargs): Set unibyte strings in Vcommand_line_args.
9931
9932 2004-11-27 Andreas Schwab <schwab@suse.de>
9933
9934 * alloc.c (mark_stack): Call GC_MARK_SECONDARY_STACK if defined.
9935
9936 * s/gnu-linux.h: Enable no-op gcpros on ia64.
9937 (GC_MARK_SECONDARY_STACK) [__ia64__]: Define.
9938
9939 * filelock.c (lock_file_1): Call get_boot_time early.
9940 Increase buffer size.
9941
9942 2004-11-27 Eli Zaretskii <eliz@gnu.org>
9943
9944 * lisp.h (DECL_ALIGN): Define non-trivially only if NO_DECL_ALIGN
9945 is not defined.
9946
9947 2004-11-27 Kim F. Storm <storm@cua.dk>
9948
9949 * search.c (syms_of_search) <search-spaces-regexp>: Move 'doc:'
9950 marker out of doc string.
9951
9952 2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
9953
9954 * s/darwin.h (POSIX_SIGNALS): Undo the removal of 2002-08-25,
9955 which was not mentioned in the log.
9956
9957 2004-11-26 Kim F. Storm <storm@cua.dk>
9958
9959 * fringe.c (update_window_fringes): Prefer truncation bitmaps over
9960 angle bitmaps at top/bottom line.
9961
9962 * xdisp.c: Undo recent changes for restoring saved_face_id. Instead,
9963 set it when it->method is set to next_element_from_display_vector.
9964 (setup_for_ellipsis): Add LEN argument. Callers changed.
9965 Set it->saved_face_id.
9966 (get_next_display_element): Use loop instead of recursion.
9967 Set it->saved_face_id. Combine duplicate code for ctr chars.
9968 (next_element_from_display_vector): Do not set it->saved_face_id.
9969 (next_element_from_ellipsis): Use setup_for_ellipsis.
9970
9971 2004-11-26 Eli Zaretskii <eliz@gnu.org>
9972
9973 * eval.c (Fdefvar): Declare pdl from last change as `volatile' to
9974 prevent compiler warnings.
9975
9976 2004-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
9977
9978 * keyboard.c (command_loop_1): Print a message describing the key
9979 the user just pressed when this key has no binding.
9980
9981 * sysdep.c (sys_signal): Don't use SA_RESTART if SYNC_INPUT is set.
9982 (emacs_open, emacs_read, emacs_write): Check QUIT when interrupted.
9983
9984 * lread.c (readchar): Check QUIT when `getc' is interrupted.
9985
9986 2004-11-24 Richard M. Stallman <rms@gnu.org>
9987
9988 * coding.c (run_pre_post_conversion_on_str): Bind Qinhibit_read_only.
9989
9990 * buffer.c (syms_of_buffer) <indicate-buffer-boundaries>: Doc fix.
9991
9992 2004-11-24 Kim F. Storm <storm@cua.dk>
9993
9994 * xdisp.c (move_it_in_display_line_to, display_line):
9995 Restore saved_face_id also when truncate-lines or hscrolled.
9996
9997 2004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9998
9999 * gtkutil.c (xg_get_file_name): Rename use-old-gtk-file-dialog to
10000 x-use-old-gtk-file-dialog.
10001
10002 * xfns.c: Define x_use_old_gtk_file_dialog.
10003 (syms_of_xfns): Rename use-old-gtk-file-dialog to x-... Move it
10004 outside ifdef USE_GTK.
10005
10006 2004-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
10007
10008 * coding.h (ENCODE_FILE, DECODE_FILE, ENCODE_SYSTEM, DECODE_SYSTEM):
10009 Don't use XFASTINT blindly.
10010
10011 * config.in (RE_TRANSLATE_P): Don't use XFASTINT blindly.
10012
10013 * indent.c (skip_invisible): Avoid non-idempotent side-effects
10014 in macro arguments.
10015
10016 * keymap.c (Flookup_key): Check INTEGERP before XINT.
10017
10018 * lread.c (oblookup): Don't use XFASTINT blindly.
10019
10020 * window.c (Fset_window_scroll_bars): Don't use XINT if it isn't int.
10021 (decode_next_window_args, window_loop): Don't use XFASTINT blindly.
10022
10023 2004-11-23 Kim F. Storm <storm@cua.dk>
10024
10025 * dispextern.h (MATRIX_ROW_ENDS_IN_MIDDLE_OF_CHAR_P)
10026 (MATRIX_ROW_STARTS_IN_MIDDLE_OF_CHAR_P): Not if dpvec_index is zero.
10027
10028 * xfaces.c (lookup_named_face): Add signal_p arg. Return -1 if
10029 signal_p is zero and face name is unknown.
10030 (Fx_list_fonts): Don't signal error in lookup_named_face.
10031 (Fface_font): Signal error in lookup_named_face.
10032 (ascii_face_of_lisp_face): Likewise.
10033
10034 * dispextern.h (lookup_named_face): Fix prototype.
10035
10036 * xdisp.c (handle_single_display_prop): Don't signal error in
10037 lookup_named_face for unknown fringe face name.
10038 (highlight_trailing_whitespace): Don't signal error in
10039 lookup_named_face if trailing-whitespace face unknown.
10040 (calc_line_height_property): Don't signal error in
10041 lookup_named_face if specified face name is unknown.
10042
10043 * fringe.c (update_window_fringes): Show top row indicator if
10044 window has header-line. Don't show arrow at bob and eob
10045 if the boundary indicators are not used.
10046 (Fset_fringe_bitmap_face): Signal error in lookup_named_face.
10047
10048 * window.c (set_window_buffer): Clear display_error_modiff.
10049
10050 2004-11-22 Kim F. Storm <storm@cua.dk>
10051
10052 * fringe.c (update_window_fringes): Provide sensible fall-back
10053 value for non-nil indicate-buffer-boundaries setting.
10054
10055 2004-11-22 Markus Rost <rost@ias.edu>
10056
10057 * minibuf.c (Fminibuffer_complete_and_exit): Fix previous change.
10058
10059 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
10060
10061 * eval.c (Fdefvar): Warn when var is let-bound but globally void.
10062
10063 2004-11-21 Kim F. Storm <storm@cua.dk>
10064
10065 * xdisp.c (erase_phys_cursor): Clear hollow cursor inside TEXT_AREA.
10066
10067 * xterm.c (x_clip_to_row): Add area arg. Callers changed.
10068 (x_draw_hollow_cursor, x_draw_bar_cursor): Clip to TEXT_AREA.
10069
10070 * w32term.c (w32_clip_to_row): Add area arg. Callers changed.
10071 (x_draw_hollow_cursor, x_draw_bar_cursor): Clip to TEXT_AREA.
10072
10073 * macterm.c (x_clip_to_row): Add area arg. Callers changed.
10074 (x_draw_hollow_cursor, x_draw_bar_cursor): Clip to TEXT_AREA.
10075
10076 * xdisp.c (move_it_in_display_line_to, display_line):
10077 Restore saved_face_id if overflow-newline-into-fringe is enabled and
10078 line is continued before or in middle of element from display vector.
10079
10080 * indent.c (Fvertical_motion): Fix last change. Use another
10081 method to detect if iterator moved too far ahead after reseat.
10082
10083 * xdisp.c (IT_EXPAND_MATRIX_WIDTH): New macro. Do not
10084 expand matrix width for overflow in zero-width area.
10085 (append_glyph, append_composite_glyph, produce_image_glyph)
10086 (append_stretch_glyph): Use it to avoid loop in redisplay.
10087 (note_mode_line_or_margin_highlight): Don't let help-echo from
10088 string override help-echo from image map.
10089
10090 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
10091
10092 * fns.c (Fyes_or_no_p): Call Fread_from_minibuffer with extra argument.
10093 * callint.c (Fcall_interactively): Ditto.
10094
10095 2004-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
10096
10097 * minibuf.c (Fminibuffer_complete_and_exit):
10098 Fixup the case of the completed value, for case-indep completion.
10099
10100 2004-11-20 Richard M. Stallman <rms@gnu.org>
10101
10102 * lisp.h (Fread_from_minibuffer): Add arg in decl.
10103
10104 * minibuf.c (read_minibuf): New arg KEEP_ALL. Callers changed.
10105 (Fread_from_minibuffer): New arg KEEP_ALL. Callers changed.
10106
10107 * search.c (Vsearch_spaces_regexp):
10108 Rename from Vsearch_whitespace_regexp. All uses changed.
10109
10110 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
10111
10112 * eval.c (init_eval_once): Increase `max_specpdl_size' to 650.
10113
10114 2004-11-19 Richard M. Stallman <rms@gnu.org>
10115
10116 * search.c (Vsearch_whitespace_regexp): New variable.
10117 (syms_of_search): Defvar it.
10118 (compile_pattern_1): Call re_set_whitespace_regexp with it.
10119 (search_buffer): No regexp is trivial if Vsearch_whitespace_regexp
10120 is non-nil.
10121 (struct regexp_cache): New element whitespace_regexp.
10122 (syms_of_search): Initialize whitespace_regexp elements.
10123 (compile_pattern): Compare whitespace_regexp elements.
10124 (compile_pattern_1): Set whitespace_regexp elements.
10125
10126 * regex.c (regex_compile): Substitute whitespace_regexp
10127 for spaces, if it is nonzero.
10128 (whitespace_regexp): New variable.
10129 (re_set_whitespace_regexp): New function.
10130
10131 2004-11-19 Kim F. Storm <storm@cua.dk>
10132
10133 * indent.c (Fvertical_motion): Fix last change.
10134
10135 2004-11-18 Kim F. Storm <storm@cua.dk>
10136
10137 * indent.c (Fvertical_motion): Undo 2004-11-16 change.
10138 Instead, move back again if reseating moves too far ahead.
10139
10140 2004-11-17 Luc Teirlinck <teirllm@auburn.edu>
10141
10142 * xdisp.c (message3): Call clear_message.
10143
10144 2004-11-17 Kim F. Storm <storm@cua.dk>
10145
10146 * xdisp.c (erase_phys_cursor): Adjust cursor row visible height.
10147
10148 2004-11-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10149
10150 * gtkutil.c (xg_get_file_name): Typo in HAVE_GTK_FILE_SELECTION_NEW.
10151
10152 * xmenu.c (x_menu_in_use): Remove.
10153 (x_menu_set_in_use): Also set popup_activated_flag.
10154
10155 * xfns.c (Fx_file_dialog): Call popup_activated instead of
10156 x_menu_in_use. Call x_menu_set_in_use in Motif version also.
10157
10158 * xterm.h (x_menu_in_use): Remove.
10159
10160 2004-11-16 Richard M. Stallman <rms@gnu.org>
10161
10162 * keymap.c (Fmap_keymap): New arg SORT-FIRST.
10163 Use map-keymap-internal to implement that.
10164
10165 * indent.c (Fvertical_motion): In batch mode, use vmotion directly.
10166
10167 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
10168
10169 * xdisp.c (get_glyph_string_clip_rect, init_glyph_string): Check it's
10170 a window before using XWINDOW.
10171
10172 * window.c (make_window, Fselect_window, make_dummy_parent)
10173 (save_window_save):
10174 * frame.c (make_frame):
10175 * fns.c (concat): Avoid side-effects inside XSETFASTINT's arguments.
10176
10177 * lisp.h (NILP): Use EQ rather than XFASTINT.
10178
10179 2004-11-16 Kim F. Storm <storm@cua.dk>
10180
10181 * fringe.c (Fdefine_fringe_bitmap): Always set 'h'. Simplify.
10182
10183 * indent.c (Fvertical_motion): Fix last change. Only reseat when
10184 moving backwards.
10185
10186 2004-11-16 Luc Teirlinck <teirllm@auburn.edu>
10187
10188 * dispextern.h: Extern reseat_at_previous_visible_line_start.
10189
10190 2004-11-16 Kenichi Handa <handa@m17n.org>
10191
10192 * xdisp.c (display_mode_element): Fix previous change (calculate
10193 end position of substring to display correctly).
10194
10195 2004-11-16 Kim F. Storm <storm@cua.dk>
10196
10197 * keyboard.c (Fposn_at_point): Remove extra */ after doc string.
10198 Reported by Andrew M. Scott.
10199
10200 2004-11-15 Kim F. Storm <storm@cua.dk>
10201
10202 * fns.c (Fsafe_plist_get): New defun.
10203 (syms_of_fns): Defsubr it.
10204
10205 * lisp.h (Fsafe_plist_get): Add EXFUN.
10206
10207 * xdisp.c (store_mode_line_string, produce_stretch_glyph):
10208 Use Fsafe_plist_get.
10209 (note_mode_line_or_margin_highlight, note_mouse_highlight):
10210 Fix image map element parsing. Use Fsafe_plist_get.
10211
10212 2004-11-15 Richard M. Stallman <rms@gnu.org>
10213
10214 * xdisp.c (get_next_display_element): Fix previous change.
10215
10216 2004-11-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10217
10218 * window.c (shrink_windows): Handle special case of one window left
10219 when trying to shrink the final reminder. Grow windows if
10220 total_removed is less than total_shrink.
10221
10222 * xmenu.c (pop_down_menu): Remove global variable current_menu,
10223 extract pointer from arg with XSAVE_VALUE.
10224 (create_and_show_popup_menu, create_and_show_dialog, xmenu_show):
10225 Construct arg to record_unwind_protect with make_save_value.
10226
10227 2004-11-13 Richard M. Stallman <rms@gnu.org>
10228
10229 * xdisp.c (reseat_at_previous_visible_line_start): No longer static.
10230 (get_next_display_element): Fix previous change to apply only to \n.
10231
10232 * indent.c (Fvertical_motion): Scan to PT from start of line to
10233 make iterator consistent.
10234
10235 * minibuf.c (syms_of_minibuf) <completion-ignore-case>: Doc fix.
10236
10237 2004-11-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10238
10239 * gtkutil.c (pop_down_file_dialog): Add BLOCK_INPUT.
10240
10241 * xfns.c (Fx_file_dialog): Call x_menu_in_use and x_menu_set_in_use.
10242 Record unwind with clean_up_file_dialog.
10243
10244 * xterm.h (x_menu_in_use, x_menu_set_in_use, x_menu_wait_for_event):
10245 Declare.
10246
10247 * xmenu.c (x_menu_in_use, x_menu_set_in_use): New functions.
10248
10249 2004-11-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10250
10251 * gtkutil.c (xg_file_sel_ok, xg_file_sel_cancel)
10252 (xg_file_sel_destroy): Remove.
10253 (xg_file_response_cb, pop_down_file_dialog)
10254 (xg_get_file_name_from_chooser, xg_get_file_name_from_selector):
10255 New functions.
10256 (xg_get_file_with_chooser, xg_get_file_with_selection):
10257 Take new arg func, set it to xg_get_file_name_from_chooser/selector.
10258 Move common code to xg_get_file_name. Return widget created.
10259 (xg_get_file_name): Set name, transient for, modal and destroy
10260 with parent here. Connect response signal to xg_file_response_cb,
10261 connect delete-event to gtk_true. Record pop_down_file_dialog
10262 for unwind. Do event loop and call x_menu_wait_for_event in loop.
10263 (xg_create_widget): Make dialogs modal.
10264
10265 * xmenu.c (unuse_menu_items, pop_down_menu): Arg is of type
10266 Lisp_Object.
10267 (popup_get_selection): Move unwind protect ...
10268 (create_and_show_popup_menu, create_and_show_dialog): ... to here.
10269 Move destroy of widget to pop_down_menu.
10270 (popup_widget_loop): Move unwind protect ...
10271 (create_and_show_popup_menu, create_and_show_dialog): ... to here.
10272 Move destroy of widget to pop_down_menu.
10273 (pop_down_menu): BLOCK_INPUT and destroy widget/window.
10274 (xmenu_show): Record unwind pop_down_menu. Move XMenuDestroy,
10275 x_mouse_leave and grabbed = 0 to pop_down_menu.
10276
10277 2004-11-13 Kim F. Storm <storm@cua.dk>
10278
10279 * xdisp.c (make_cursor_line_fully_visible_p): New variable.
10280 (syms_of_xdisp): DEFVAR_BOOL it.
10281 (make_cursor_line_fully_visible, try_cursor_movement)
10282 (try_window_id): Use it.
10283
10284 2004-11-12 Kim F. Storm <storm@cua.dk>
10285
10286 * dispextern.h (struct glyph_row): New member extra_line_spacing.
10287 (struct it): New member max_extra_line_spacing.
10288 (MR_PARTIALLY_VISIBLE, MR_PARTIALLY_VISIBLE_AT_TOP)
10289 (MR_PARTIALLY_VISIBLE_AT_BOTTOM): New helper macros.
10290 (MATRIX_ROW_PARTIALLY_VISIBLE_P): Fix to return false if invisible
10291 part of last line is only extra line spacing (so the text on the
10292 line is fully visible). Use helper macros.
10293 Add W arg (to use them). All callers changed.
10294 (MATRIX_ROW_PARTIALLY_VISIBLE_AT_TOP_P)
10295 (MATRIX_ROW_PARTIALLY_VISIBLE_AT_BOTTOM_P): Use helper macros.
10296
10297 * window.c (window_scroll_pixel_based, Frecenter):
10298 Use move_it_vertically_backward directly.
10299 (Frecenter): Fix calculation of new start pos for negative arg.
10300 Before, the new start pos was sometimes chosen too far back, so
10301 the last line became only partially visible, and thus would be
10302 either only semi-visible or automatically scrolled to the middle
10303 of the window by redisplay.
10304
10305 * xdisp.c (init_iterator): Clear it.max_extra_line_spacing.
10306 (move_it_vertically_backward): Don't recure to move further back.
10307 (move_it_vertically): Remove superfluous condition.
10308 (move_it_by_lines): Clear last_height when moved 0 lines.
10309 (resize_mini_window): Use it.max_extra_line_spacing.
10310 (display_tool_bar_line): Clear row->extra_line_spacing.
10311 (try_scrolling): Use move_it_vertically_backward directly.
10312 (redisplay_window): Likewise.
10313 (compute_line_metrics): Set row->extra_line_spacing.
10314 (display_line, display_string): Likewise.
10315 (x_produce_glyphs): Update it->max_extra_line_spacing.
10316
10317 * xmenu.c (pop_down_menu): Return nil.
10318
10319 2004-11-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10320
10321 * xmenu.c (x_menu_wait_for_event): New function.
10322 (popup_get_selection, popup_widget_loop): Call x_menu_wait_for_event
10323 to handle timers.
10324 (popup_widget_loop): Add argument do_timers.
10325 (create_and_show_popup_menu, create_and_show_dialog): Pass 1 for
10326 do_timers to popup_widget_loop.
10327 (xmenu_show): Call XMenuActivateSetWaitFunction so that
10328 x_menu_wait_for_event is called by XMenuActivate.
10329 (create_and_show_popup_menu): Pass 1 for do_timers to
10330 popup_get_selection.
10331 (pop_down_menu): New function.
10332 (popup_get_selection, popup_widget_loop): Unwind protect to
10333 pop_down_menu.
10334 (popup_widget_loop): Add argument widget.
10335 (create_and_show_popup_menu, create_and_show_dialog): Pass new
10336 argument widget to popup_widget_loop.
10337
10338 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
10339
10340 * keymap.c (Fkeymap_prompt): Accept symbol keymaps.
10341
10342 2004-11-09 Kim F. Storm <storm@cua.dk>
10343
10344 * xselect.c: Include <sys/types.h> and <unistd.h> (for getpid).
10345 Fix various comments referring to XEvents instead of input events.
10346 (x_queue_event): Fix format strings.
10347 (x_stop_queuing_selection_requests): Likewise.
10348
10349 * xdisp.c (produce_image_glyph): Remove unused variable 'face_ascent'.
10350 (pint2hrstr): Add extra braces to silence compiler.
10351
10352 * print.c (print_object): Fix format string.
10353
10354 * lread.c (read1): Fix next_char matching.
10355
10356 * lisp.h (Fdelete): Add EXFUN.
10357 (replace_range_2): Add prototype.
10358
10359 * keyboard.c (read_avail_input): Remove unused variable 'discard'.
10360
10361 * intervals.h (NULL_INTERVAL_P): Add separate version when
10362 ENABLE_CHECKING is not defined to silence compiler.
10363 (compare_string_intervals): Add prototype.
10364
10365 * fringe.c (destroy_fringe_bitmap): Fix return type.
10366 (Ffringe_bitmaps_at_pos): Remove unused var 'old_buffer'.
10367
10368 * emacs.c (Fdump_emacs): Fix format string.
10369
10370 * doc.c: Include <ctype.h>.
10371 (Fsubstitute_command_keys): Remove unused variable 'firstkey'.
10372
10373 * data.c (store_symval_forwarding): Remove unused variables.
10374
10375 * callint.c (Fcall_interactively): Remove unused variable 'funcar'.
10376
10377 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10378
10379 * Makefile.in (stamp-oldxmenu): If HAVE_GTK, don't add dependencies
10380 to ${OLDXMENU}.
10381
10382 2004-11-09 Kim F. Storm <storm@cua.dk>
10383
10384 * process.c (Fmake_network_process): Remove kludge for interrupted
10385 connects on BSD. If connect is interrupted, just close socket and
10386 start over rather than sleeping and retry with same socket.
10387
10388 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10389
10390 * .cvsignore: Add buildobj.lst.
10391
10392 * doc.c: New variable Vbuild_files.
10393 (Fsnarf_documentation): If Vbuild_files is nil, populate it with
10394 file names from buildobj.lst. Only attach docstrings from files
10395 that are in Vbuild_files.
10396 (syms_of_doc): Defvar Vbuild_files.
10397
10398 * Makefile.in (SOME_MACHINE_OBJECTS): Add fringe.o, image.o
10399 and w32*.o.
10400 (temacs${EXEEXT}): Generate buildobj.lst when temacs is linked.
10401 (mostlyclean): Rm buildobj.lst
10402
10403 * makefile.w32-in ($(TEMACS)): Generate buildobj.lst when temacs
10404 is linked.
10405
10406 2004-11-09 Kim F. Storm <storm@cua.dk>
10407
10408 * fringe.c (update_window_fringes): Update fringe bitmaps if
10409 cur and row ends_at_zv_p differs. If bitmaps of a row is updated,
10410 also update previous row to get rid of misc. artifacts.
10411
10412 2004-11-08 Kim F. Storm <storm@cua.dk>
10413
10414 * xdisp.c (fast_find_position): Fix start pos if header line present.
10415 (note_mouse_highlight): Clear mouse face if we move out of text area.
10416
10417 2004-11-08 Eli Zaretskii <eliz@gnu.org>
10418
10419 * editfns.c: Move #include "systime.h" before <sys/resource.h>.
10420 Don't include <sys/time.h> explicitly.
10421 Include <stdio.h> unconditionally, not just on MacOS.
10422
10423 2004-11-08 Kenichi Handa <handa@m17n.org>
10424
10425 * fontset.c (fontset_pattern_regexp): Cancel my previous change;
10426 don't pay attention to '\' before '*'.
10427 (fontset_pattern_regexp): Change the meaning of the second arg.
10428 (Fnew_fontset): Call fs_query_fontset, not Fquery_fontset.
10429 (check_fontset_name): Try NAME as literal at first, and if it
10430 failes, try NAME as pattern.
10431
10432 2004-11-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10433
10434 * emacs.c (Fdump_emacs): Only output warning on GNU/Linux.
10435
10436 2004-11-07 Andreas Schwab <schwab@suse.de>
10437
10438 * lisp.h (Fmsdos_downcase_filename): Declare.
10439 * dired.c (Fmsdos_downcase_filename): Don't declare here.
10440 * fileio.c: Likewise.
10441
10442 2004-11-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10443
10444 * dosfns.c (Fdos_memget, Fdos_memput): Use integer variable offs in
10445 comparisons with integers instead of Lisp_Object address.
10446 (Fmsdos_set_keyboard): Declare argument allkeys.
10447
10448 * msdos.c (IT_set_frame_parameters): Use EQ, not ==, for Lisp_Object:s.
10449
10450 * dired.c (Fmsdos_downcase_filename): Declare extern on MSDOS to avoid
10451 int/Lisp_Object mixup.
10452
10453 * fileio.c: Ditto.
10454
10455 2004-11-06 Steven Tamm <steventamm@mac.com>
10456
10457 * editfns.c: Need to include sys/time.h before resource.h on darwin.
10458
10459 2004-11-06 Richard M. Stallman <rms@gnu.org>
10460
10461 * callint.c (Fcall_interactively): Avoid reusing EVENT for other data.
10462
10463 * xfaces.c (merge_named_face): GCPRO the face_name in the
10464 named_merge_point struct that we make.
10465 (merge_face_heights): Eliminate GCPRO arg. All callers changed.
10466
10467 * keyboard.c (command_loop_1): Change Vtransient_mark_mode
10468 before deciding whether to inactivate mark.
10469
10470 2004-11-06 Lars Brinkhoff <lars@nocrew.org>
10471
10472 * config.in: Regenerate (add HAVE_GETRUSAGE).
10473 * editfns.c (Fget_internal_run_time): New function.
10474 (syms_of_data): Defsubr it.
10475 * fns.c (sxhash): As far as possible, merge calculation of
10476 hash code for symbols and strings.
10477
10478 2004-11-06 Eli Zaretskii <eliz@gnu.org>
10479
10480 * frame.c (syms_of_frame): Fix the example in the doc string.
10481
10482 2004-11-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10483
10484 * eval.c (Feval): Remove check for INPUT_BLOCKED_P.
10485
10486 * xmenu.c (popup_get_selection, create_and_show_popup_menu)
10487 (create_and_show_dialog): Revert change from 2004-10-31.
10488
10489 2004-11-05 Luc Teirlinck <teirllm@auburn.edu>
10490
10491 * macros.c (syms_of_macros) <defining-kbd-macro>: Doc fix.
10492
10493 2004-11-05 Kim F. Storm <storm@cua.dk>
10494
10495 * print.c (print_object): Print Lisp_Misc_Save_Value objects.
10496
10497 * fileio.c (Ffile_modes): Doc fix.
10498 (auto_save_1): Check for Ffile_modes nil value.
10499
10500 2004-11-05 Kim F. Storm <storm@cua.dk>
10501
10502 * xselect.c (struct selection_event_queue, selection_queue)
10503 (x_queue_selection_requests, x_queue_event)
10504 (x_start_queuing_selection_requests)
10505 (x_stop_queuing_selection_requests): Add new queue for selection
10506 input events to replace previous XEvent queue in xterm.c.
10507 (queue_selection_requests_unwind): Adapt to new queue.
10508 (x_reply_selection_request): Adapt to new queue.
10509 Unexpect wait_object in case of x errors (memory leak).
10510 (x_handle_selection_request, x_handle_selection_clear): Make static.
10511 (x_handle_selection_event): New function. May queue selection events.
10512 (wait_for_property_change_unwind): Use save_value instead of cons.
10513 Clear property_change_reply_object.
10514 (wait_for_property_change): Abort if already waiting.
10515 Use save_value instead of cons for unwind data.
10516 (x_handle_property_notify): Skip events already arrived, but don't
10517 free them, as "arrived" field is checked by wait_for_property_change,
10518 and it will be freed by unwind or explicit unexpect_property_change.
10519 (x_get_foreign_selection): Add to new queue.
10520 (receive_incremental_selection): Don't unexpect wait_object when done
10521 as it has already been freed by previous wait_for_property_change.
10522
10523 * xterm.h (x_start_queuing_selection_requests)
10524 (x_stop_queuing_selection_requests, x_handle_selection_request)
10525 (x_handle_selection_clear): Remove prototypes.
10526 (x_handle_selection_event): Add prototype.
10527
10528 * xterm.c (handle_one_xevent): Don't queue X selection events
10529 here, it may be too late if we start queuing after we have already
10530 stored some selection events into the kbd buffer.
10531 (struct selection_event_queue, queue, x_queue_selection_requests)
10532 (x_queue_event, x_unqueue_events, x_start_queuing_selection_requests)
10533 (x_stop_queuing_selection_requests): Remove/move to xselect.c.
10534 (x_catch_errors_unwind): Block input around final XSync.
10535
10536 * keyboard.h (kbd_buffer_unget_event): Add prototype.
10537
10538 * keyboard.c (kbd_buffer_store_event_hold): Remove obsolete code.
10539 (kbd_buffer_unget_event): New function.
10540 (kbd_buffer_get_event, swallow_events): Combine SELECTION events
10541 and use x_handle_selection_event.
10542 (mark_kboards): Don't mark x and y of SELECTION_CLEAR_EVENT.
10543
10544 2004-11-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10545
10546 * xselect.c (TRACE3): New debug macro.
10547 (x_reply_selection_request): Use it.
10548 (receive_incremental_selection): In call to TRACE0, the name of
10549 a symbol is in xname.
10550
10551 2004-11-05 Kim F. Storm <storm@cua.dk>
10552
10553 * fontset.c (fontset_pattern_regexp): Use unsigned char.
10554
10555 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10556
10557 * fileio.c (Fnext_read_file_uses_dialog_p): New function.
10558
10559 * gtkutil.h (use_old_gtk_file_dialog): Declare.
10560
10561 * gtkutil.c: Make use_old_gtk_file_dialog non-static.
10562 (xg_initialize): Move DEFVAR_BOOL for use_old_gtk_file_dialog ...
10563 * xfns.c (syms_of_xfns): ... to here.
10564
10565 * gtkutil.c (xg_get_file_with_chooser): Expand DEFAULT_FILENAME if
10566 it doesn't start with /.
10567
10568 2004-11-04 Kenichi Handa <handa@m17n.org>
10569
10570 * fontset.c (fontset_pattern_regexp): If '*' is preceded by '\',
10571 treat it as a literal character.
10572
10573 2004-11-03 Kim F. Storm <storm@cua.dk>
10574
10575 * .gdbinit (ppt): New function.
10576
10577 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10578
10579 * xterm.c (x_window_to_scroll_bar): Only call
10580 xg_get_scroll_id_for_window if toolkit scroll bars are used.
10581
10582 * gtkutil.c (xg_get_file_with_chooser): Use GTK_STOCK_OK instead
10583 of save.
10584
10585 2004-11-02 Andreas Schwab <schwab@suse.de>
10586
10587 * window.c (Fscroll_right): Fix last change.
10588
10589 2004-11-02 Kim F. Storm <storm@cua.dk>
10590
10591 * Makefile.in (callproc.o): Depend on blockinput.h atimer.h systime.h.
10592
10593 2004-11-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10594
10595 * callproc.c (Fcall_process): Block input around vfork.
10596
10597 2004-11-02 Kim F. Storm <storm@cua.dk>
10598
10599 * eval.c (Fcalled_interactively_p): Rename from Fcall_interactive_p.
10600 (syms_of_eval): Defsubr it.
10601
10602 2004-11-02 Richard M. Stallman <rms@gnu.org>
10603
10604 * insdel.c (replace_range_2): New function.
10605
10606 * casefiddle.c (casify_region): Handle changes in byte-length
10607 using replace_range_2.
10608
10609 * emacs.c (USAGE3): Delete --horizontal-scroll-bars, -hb.
10610
10611 * xdisp.c (back_to_previous_visible_line_start):
10612 Subtract 1 from pos when checking previous newline for invisibility.
10613
10614 * window.c (window_scroll_pixel_based): Update preserve_y
10615 for header line if any.
10616 (Fscroll_left, Fscroll_right): Don't call interactive_p;
10617 use a new second argument instead.
10618
10619 * eval.c (Fcall_interactive_p): New function.
10620 (interactive_p): Don't test INTERACTIVE here.
10621 (Finteractive_p): Doc fix.
10622
10623 * eval.c (Feval): Abort if INPUT_BLOCKED_P.
10624
10625 2004-11-02 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
10626
10627 * w32fns.c (w32_font_match): Use fast_string_match_ignore_case for
10628 comparing font names.
10629
10630 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10631
10632 * fileio.c (Fread_file_name): Pass Qt as fifth parameter to
10633 Fx_file_dialog if only directories should be read.
10634
10635 * lisp.h: Fx_file_dialog takes 5 parameters.
10636
10637 * xfns.c (Fx_file_dialog): Both Motif and GTK version:
10638 Add parameter only_dir_p.
10639 In Motif version, don't put DEFAULT_FILENAME in filter part of the
10640 dialog, just text field part. Do not add DEFAULT_FILENAME
10641 to list of files if it isn't there.
10642 In GTK version, pass only_dir_p parameter to xg_get_file_name.
10643
10644 * macfns.c (Fx_file_dialog): Add parameter only_dir_p.
10645 Check only_dir_p instead of comparing prompt to "Dired". When using
10646 a save dialog, add option kNavDontConfirmReplacement, change title
10647 to "Enter name", change text for save button to "Ok".
10648
10649 * w32fns.c (Fx_file_dialog): Add parameter only_dir_p.
10650 Check only_dir_p instead of comparing prompt to "Dired".
10651
10652 * gtkutil.c (xg_get_file_with_chooser)
10653 (xg_get_file_with_selection): New functions, only defined ifdef
10654 HAVE_GTK_FILE_CHOOSER_DIALOG_NEW and HAVE_GTK_FILE_SELECTION_NEW
10655 respectively.
10656 (xg_get_file_name): Add parameter only_dir_p.
10657 Call xg_get_file_with_chooser or xg_get_file_with_selection
10658 depending on HAVE_GTK_FILE* and the value of use_old_gtk_file_dialog.
10659 (xg_initialize): New DEFVAR_BOOL use_old_gtk_file_dialog.
10660
10661 * gtkutil.h (xg_get_file_name): Add parameter only_dir_p.
10662
10663 * config.in: Rebuild (added HAVE_GTK_FILE_*).
10664
10665 2004-11-01 Kim F. Storm <storm@cua.dk>
10666
10667 * process.c (connect_wait_mask, num_pending_connects):
10668 Only declare and use them if NON_BLOCKING_CONNECT is defined.
10669 (init_process): Initialize them if NON_BLOCKING_CONNECT defined.
10670 (IF_NON_BLOCKING_CONNECT): New helper macro.
10671 (wait_reading_process_output): Only declare and use local vars
10672 Connecting and check_connect when NON_BLOCKING_CONNECT is defined.
10673
10674 2004-11-01 Andy Petrusenco <Igrek@star-sw.com> (tiny change)
10675
10676 * w32term.c (x_scroll_run): Delete region objects after use.
10677
10678 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10679
10680 * xmenu.c: Add prototypes for forward function declarations.
10681 (popup_get_selection): Remove parameter do_timers, remove call to
10682 timer_check.
10683 (create_and_show_popup_menu, create_and_show_dialog):
10684 Remove parameter do_timers from call to popup_get_selection.
10685
10686 * xdisp.c (update_tool_bar): Pass a copy of f->tool_bar_items to
10687 tool_bar_items and assign the result to f->tool_bar_items if
10688 not equal. Move BLOCK/UNBLOCK_INPUT from around call to
10689 tool_bar_items to assignment of result.
10690
10691 * atimer.c (alarm_signal_handler): Do not call set_alarm if
10692 pending_atmers is non-zero.
10693
10694 2004-10-31 Kim F. Storm <storm@cua.dk>
10695
10696 * dispnew.c (margin_glyphs_to_reserve): Don't use ncols_scale_factor.
10697
10698 2004-10-28 Will <will@glozer.net>
10699
10700 * macterm.c: Allow user to assign key modifiers to the Mac Option
10701 key via a 'mac-option-modifier' variable.
10702
10703 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
10704
10705 * xselect.c (Vx_lost_selection_functions, Vx_sent_selection_functions):
10706 Rename from Vx_lost_selection_hooks and Vx_sent_selection_hooks.
10707 (x_handle_selection_request, x_handle_selection_clear)
10708 (x_clear_frame_selections, syms_of_xselect): Adjust accordingly.
10709
10710 2004-10-28 Richard M. Stallman <rms@gnu.org>
10711
10712 * w32fns.c (Fx_server_vendor, Fx_server_version): Doc fixes.
10713
10714 * xfns.c (Fx_server_vendor, Fx_server_version): Doc fixes.
10715
10716 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
10717
10718 * syntax.c (scan_sexps_forward): Give precedence to a 2-char
10719 comment-starter over a 1-char one.
10720
10721 2004-10-27 Richard M. Stallman <rms@gnu.org>
10722
10723 * xdisp.c (get_next_display_element): In mode lines,
10724 treat newline and tab like other control characters.
10725
10726 * editfns.c (Fmessage): Doc fix.
10727
10728 * indent.c (vmotion): When moving up, check the newline before.
10729 Make prevline an int, not a Lisp_Object.
10730
10731 2004-10-27 Kim F. Storm <storm@cua.dk>
10732
10733 * editfns.c (Fformat): Allocate discarded table with SAFE_ALLOCA.
10734 Only allocate info and discarded tables once.
10735
10736 * lisp.h (USE_SAFE_ALLOCA): Add and init sa_must_free integer.
10737 (SAFE_ALLOCA, SAFE_ALLOCA_LISP): Increment it when malloc is used.
10738 (SAFE_FREE): Test it to determine if we need to unwind to free.
10739 Remove size arg. All users changed.
10740 (SAFE_FREE_LISP) Remove. All users changed to use SAFE_FREE.
10741
10742 2004-10-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10743
10744 * gtkutil.c: Put empty line between comment and function body.
10745 (xg_destroy_widgets): Rename from remove_from_container.
10746 Just destroy all widgets in list. Argument wcont removed.
10747 (xg_update_menubar, xg_update_submenu): Call xg_destroy_widgets
10748 instead of remove_from_container.
10749 (xg_display_close, xg_create_tool_bar, update_frame_tool_bar)
10750 (free_frame_tool_bar): Add comment.
10751
10752 * xfns.c (xic_create_xfontset): Check that FRAME_XIC_BASE_FONTNAME
10753 is not NULL before strcmp.
10754
10755 2004-10-26 Kim F. Storm <storm@cua.dk>
10756
10757 * callint.c (Fcall_interactively): Add 'U' code to get the
10758 up-event discarded by a previous 'k' or 'K' argument.
10759
10760 2004-10-26 David Kastrup <dak@gnu.org>
10761
10762 * buffer.c (syms_of_buffer): Fix a few typos.
10763
10764 2004-10-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10765
10766 * xsmfns.c: Put empty line between comment and function body.
10767 Use two spaces before comment end.
10768
10769 2004-10-25 Kenichi Handa <handa@m17n.org>
10770
10771 * fontset.c (fontset_pattern_regexp): Optimize for the case that
10772 PATTERN is full XLFD.
10773
10774 2004-10-24 Kenichi Handa <handa@m17n.org>
10775
10776 * regex.h (enum reg_errcode_t): New value REG_ERANGEX.
10777
10778 * regex.c (re_error_msgid): Add an entry for REG_ERANGEX.
10779 (regex_compile): Return REG_ERANGEX if appropriate.
10780
10781 2004-10-22 Kenichi Handa <handa@m17n.org>
10782
10783 * editfns.c (Ftranslate_region_internal): New function.
10784 (syms_of_editfns): Defsubr it.
10785
10786 2004-10-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10787
10788 * xfns.c (xic_create_xfontset): Initialize missing_list to NULL.
10789
10790 2004-10-21 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
10791
10792 * xterm.h (x_output): New member `xic_base_fontname'.
10793 (FRAME_XIC_BASE_FONTNAME): New macro.
10794 (xic_free_xfontset): Declare.
10795
10796 * xfns.c (xic_create_xfontset): Share fontsets between frames
10797 based on base_fontname.
10798 (xic_free_xfontset): New function.
10799 (free_frame_xic): Use it.
10800 (xic_set_xfontset): Ditto.
10801
10802 * xterm.c (xim_destroy_callback): Ditto.
10803
10804 2004-10-20 B. Anyos <banyos@freemail.hu> (tiny change)
10805
10806 * w32term.c (x_draw_glyph_string): Use overline_color for overlines.
10807
10808 2004-10-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10809
10810 * xterm.h (XSync): If USE_GTK, define XSync as process_all and then
10811 XSync.
10812
10813 * emacs.c (my_heap_start, heap_bss_diff, MAX_HEAP_BSS_DIFF):
10814 New variables and constant.
10815 (main): Calculate heap_bss_diff. If we are dumping and the
10816 heap_bss_diff is greater than MAX_HEAP_BSS_DIFF, set PER_LINUX32
10817 and exec ourself again.
10818 (Fdump_emacs): If heap_bss_diff is greater than MAX_HEAP_BSS_DIFF
10819 print a warning.
10820
10821 * lastfile.c: Make my_endbss and my_endbss_static available on all
10822 platforms.
10823
10824 * Makefile.in (RUN_TEMACS): Remove @SETARCH@.
10825 * config.in (HAVE_PERSONALITY_LINUX32): Regenerate.
10826
10827 2004-10-19 Luc Teirlinck <teirllm@auburn.edu>
10828
10829 * data.c (Flocal_variable_if_set_p): Doc fix.
10830
10831 2004-10-19 Jason Rumney <jasonr@gnu.org>
10832
10833 * w32.c (init_environment): Set emacs_dir correctly when running
10834 emacs from the build directory.
10835
10836 2004-10-19 Richard M. Stallman <rms@gnu.org>
10837
10838 * editfns.c (Fdelete_and_extract_region):
10839 If region is empty, return null string.
10840
10841 2004-10-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10842
10843 * gtkutil.h (xg_update_scrollbar_pos): Remove arguments real_left
10844 and canon_width.
10845 (xg_frame_cleared): Remove.
10846
10847 * gtkutil.c (xg_frame_cleared, xg_fixed_handle_expose)
10848 (xg_find_top_left_in_fixed): Remove.
10849 (xg_create_scroll_bar): Put an event box widget between
10850 the scroll bar widget and the edit widget.
10851 (xg_show_scroll_bar): Show the parent widget (the event box).
10852 (xg_remove_scroll_bar): Destroy parent (the event box) also.
10853 (xg_update_scrollbar_pos): Remove arguments real_left and canon_width.
10854 Move the parent (the event box) widget inside the fixed widget.
10855 Move window clear to xterm.c.
10856
10857 * gtkutil.h (xg_frame_cleared): Remove.
10858
10859 * xterm.c (x_clear_frame): Remove call to xg_frame_cleared
10860 (x_scroll_bar_create, XTset_vertical_scroll_bar):
10861 Remove arguments left and width to xg_update_scrollbar_pos.
10862 (XTset_vertical_scroll_bar): Do x_clear_area for USE_GTK also.
10863
10864 2004-10-19 Kenichi Handa <handa@m17n.org>
10865
10866 * xdisp.c (display_mode_element): Fix display of wide chars.
10867
10868 2004-10-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10869
10870 * gtkutil.c (xg_update_scrollbar_pos): Change XClearWindow to
10871 gdk_window_clear and move gdk_window_process_all_updates after
10872 clear so events are sent to the X server in correct order.
10873
10874 2004-10-18 Kenichi Handa <handa@m17n.org>
10875
10876 * fontset.c (fs_load_font): Use fast_string_match_ignore_case for
10877 comparing font names.
10878 (fs_query_fontset): Use fast_string_match for comparing fontset names.
10879 (list_fontsets): Likewise.
10880
10881 * search.c (fast_string_match_ignore_case): New function.
10882
10883 * lisp.h (fast_string_match_ignore_case): Extern it.
10884
10885 2004-10-17 Kim F. Storm <storm@cua.dk>
10886
10887 * xdisp.c (overlay_arrow_at_row): Return overlay string rather
10888 than bitmap if there is not left fringe.
10889 (get_overlay_arrow_glyph_row): Also used on windows system.
10890 (display_line): Display overlay string if no left fringe.
10891
10892 2004-10-16 Jason Rumney <jasonr@gnu.org>
10893
10894 * w32fns.c (w32_font_match): Encode font name being matched.
10895
10896 2004-10-16 Richard M. Stallman <rms@gnu.org>
10897
10898 * window.c (Fspecial_display_p): Doc fix.
10899
10900 2004-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
10901
10902 * doc.c (Fsubstitute_command_keys): Fix remap-handling.
10903 Don't ignore menus, because where-is-internal already does it for us.
10904
10905 2004-10-15 Kim F. Storm <storm@cua.dk>
10906
10907 * xdisp.c (redisplay_window): Only update fringes and vertical
10908 border on window frames.
10909
10910 2004-10-14 Andreas Schwab <schwab@suse.de>
10911
10912 * m/ia64.h (DATA_SEG_BITS): Don't define.
10913
10914 2004-10-14 Kim F. Storm <storm@cua.dk>
10915
10916 * xterm.h: Include Xutil.h after keysym.h to work around bug
10917 in some X versions.
10918
10919 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
10920
10921 * fns.c (map_char_table): Add missing gcpros.
10922
10923 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
10924
10925 * keymap.c (get_keymap): An autoload form is not a keymap.
10926
10927 * textprop.c (syms_of_textprop): Make `syntax-table' nonsticky.
10928
10929 2004-10-13 Kim F. Storm <storm@cua.dk>
10930
10931 * callproc.c (Fcall_process): Simplify handling of display arg.
10932 Resume `display_on_the_fly' once a coding system is determined.
10933
10934 * xdisp.c (redisplay_preserve_echo_area): Fix last change.
10935
10936 2004-10-12 Kim F. Storm <storm@cua.dk>
10937
10938 * xdisp.c (redisplay_preserve_echo_area): Flush display in case
10939 caller, such as call-process, is not going to poll for input.
10940 (calc_line_height_property): Handle case where it->object is nil.
10941
10942 * xterm.c (x_redisplay_interface): Fix flush_display_optional.
10943
10944 2004-10-12 Kenichi Handa <handa@m17n.org>
10945
10946 * xdisp.c (get_next_display_element):
10947 If unibyte_display_via_language_environment is zero, display 8-bit
10948 chars in octal in unibyte buffer.
10949
10950 2004-10-12 Kim F. Storm <storm@cua.dk>
10951
10952 * doc.c (Fsubstitute_command_keys): Ignore remappings unless there
10953 are no ordinary bindings.
10954
10955 2004-10-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10956
10957 * xfns.c (syms_of_xfns): Defsubr x-file-dialog for GTK also.
10958
10959 2004-10-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10960
10961 * macterm.c (x_raise_frame): Add BLOCK_INPUT around SelectWindow.
10962 (x_lower_frame): Add BLOCK_INPUT around SendBehind.
10963 (make_mac_frame): Add BLOCK_INPUT around the making of a
10964 terminal frame.
10965 (mac_initialize): Add BLOCK_INPUT around carbon initialization.
10966 * macgui.h (mktime): Use emacs_mktime.
10967 * macfns.c (Fx_file_dialog): Add BLOCK_INPUT around more code.
10968 Make a cancel file-open dialog be like C-g.
10969 * mac.c (mktime): Use emacs_mktime.
10970 (Fdo_applescript): Add BLOCK_INPUT around do_applescript.
10971 (Fmac_paste_function): Add better error handling for carbon cut/paste.
10972
10973 2004-10-10 Kim F. Storm <storm@cua.dk>
10974
10975 * keyboard.c (timer_resume_idle): New function to resume idle
10976 timer without resetting timers on the idle list.
10977 (read_char): Use timer_resume_idle. Remove local var last_idle_start.
10978 (timer_start_idle, timer_stop_idle): Declare static.
10979 (read_key_sequence): Use timer_resume_idle instead of timer_start_idle.
10980
10981 * keyboard.h (timer_start_idle, timer_stop_idle): Remove prototypes.
10982
10983 2004-10-08 Steven Tamm <steventamm@mac.com>
10984
10985 * config.in (HAVE_MALLOC_MALLOC_H): Regenerate.
10986 * macterm.c (mac_check_for_quit_char): Remove warning for using
10987 NULL where 0 should be used.
10988 * unexmacosx.c: Use malloc/malloc.h on Tiger instead of
10989 objc/malloc.h
10990 * mac.c: Include time.h for Tiger compatibility.
10991
10992 2004-10-07 Kim F. Storm <storm@cua.dk>
10993
10994 * xdisp.c (redisplay_window): Fix flicker on vertical line between
10995 windows. Update vertical line after drawing window fringes, but
10996 only if actually drawing any bitmaps--or there is no fringe.
10997
10998 * xterm.c (x_update_window_end): Likewise.
10999 * macterm.c (x_update_window_end): Likewise.
11000 * w32term.c (x_update_window_end): Likewise.
11001
11002 * fringe.c (draw_window_fringes): Return value now indicates if
11003 any fringe bitmaps were redrawn (or there are no fringes).
11004
11005 * dispextern.h (draw_window_fringes): Update prototype.
11006
11007 2004-10-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11008
11009 * macfns.c (mac_get_window_bounds): Add extern.
11010 (x_real_positions): Use mac_get_window_bounds.
11011
11012 * macmenu.c (update_submenu_strings): Apply 2004-09-07 change for
11013 xmenu.c (YAILOM).
11014
11015 * macterm.c [!MAC_OSX]: Include Windows.h.
11016 (front_emacs_window): Rename from mac_front_window. All uses
11017 changed. Return the frontmost non-tooltip emacs window.
11018 (mac_get_window_bounds): New function.
11019 (x_calc_absolute_position): Use the difference of width and height
11020 between the inner and outer window.
11021 (x_set_offset): Specify window position by the coordinae of the
11022 outer window. Adjust the position if the title bar is completely
11023 outside the screen.
11024 (app_is_suspended, app_sleep_time): Remove unused variables.
11025 (do_app_resume, do_app_suspend): Remove their contents because
11026 window-activate/deactivate events will do the job.
11027 (do_zoom_window): Remove unused variables. Make compliant to the
11028 standard way of zooming. Set f->left_pos and f->top_pos.
11029 (XTread_socket): Don't use argument `expected'. Don't use
11030 FrontWindow to determine the clicked window. Exclude unprocessed
11031 mouseUp cases in the early stage. Add parentheses to fix operator
11032 precedence.
11033 (XTread_socket) [TARGET_API_MAC_CARBON]: Don't specify drag area.
11034
11035 2004-10-05 Jan Dj\e,Ad\e(Brv. <jan.h.d@swipnet.se>
11036
11037 * config.in: Regenerate.
11038
11039 * Makefile.in (RUN_TEMACS): Check HAVE_RANDOM_HEAPSTART instead of
11040 HAVE_EXECSHIELD.
11041
11042 2004-10-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11043
11044 * xterm.c (x_find_modifier_meanings): Ignore any Super or Hyper for
11045 a row if Alt or Meta has been found for that row. Also stop scanning
11046 for Keysyms for that row.
11047
11048 2004-10-04 Kim F. Storm <storm@cua.dk>
11049
11050 * fringe.c (Ffringe_bitmaps_at_pos): Change return value from cons
11051 to list. Include overlay arrow bitmap in return value.
11052
11053 * xterm.c (XTset_vertical_scroll_bar): Improve handling of scroll
11054 bars with fractional column width. If scroll bar separates two
11055 windows, move it towards the window it belongs to. Only update
11056 the padding area below the scroll bar widget when necessary,
11057 i.e. when scroll bar widget is created, moved, or resized.
11058
11059 * xdisp.c (define_frame_cursor1): Do not change frame cursor
11060 while tracking/dragging mouse.
11061 (x_draw_vertical_border): Do not draw line if frame has scroll bars.
11062
11063 * window.c (coordinates_in_window): Relax check for cursor
11064 on vertial border between mode lines.
11065 (Fset_window_fringes): Do not allow negative widths.
11066 (Fset_window_scroll_bars): Likewise.
11067
11068 * .gdbinit (pp): Shorthand for p ARG + pr.
11069 (ff): New command: flush frame updates (X only).
11070
11071 2004-10-03 Michael Albinus <michael.albinus@gmx.de>
11072
11073 * fileio.c (auto_save_1) Call Ffile_modes for remote files.
11074
11075 2004-09-30 Kenichi Handa <handa@m17n.org>
11076
11077 * process.c (send_process): Free composition data.
11078
11079 * fileio.c (Finsert_file_contents): Free composition data.
11080
11081 * coding.c (code_convert_region): Don't skip ASCIIs if there are
11082 compositions to encode.
11083 (encode_coding_string): Likewise. Free composition data.
11084
11085 2004-09-30 Florian Weimer <fw@deneb.enyo.de>
11086
11087 * coding.c (code_convert_region): Free composition data.
11088
11089 2004-09-29 Kim F. Storm <storm@cua.dk>
11090
11091 * fringe.c: Remove limit on number of bitmaps.
11092 (fringe_bitmaps, fringe_faces): Change to pointers.
11093 (max_fringe_bitmaps): New var.
11094 (Fdefine_fringe_bitmap): Expand fringe_bitmaps and fringe_faces.
11095 (init_fringe): Allocate fringe_bitmaps and fringe_faces.
11096
11097 * dispextern.h (FRINGE_ID_BITS): Increase to 16 bits (64K bitmaps).
11098 (struct glyph_row): Reorder fringe_bitmap related fields.
11099 (struct it): Likewise.
11100
11101 * w32term.c (fringe_bmp): Change to pointer.
11102 (max_fringe_bmp): New var.
11103 (w32_define_fringe_bitmap): Expand fringe_bmp.
11104 (w32_draw_fringe_bitmap): Check max_fringe_bmp.
11105 (w32_destroy_fringe_bitmap): Likewise.
11106
11107 2004-09-29 Kim F. Storm <storm@cua.dk>
11108
11109 * fringe.c: Simplify last change.
11110 (lookup_fringe_bitmap): New function.
11111 (valid_fringe_bitmap_p, resolve_fringe_bitmap): Remove.
11112 (Fdestroy_fringe_bitmap): Use lookup_fringe_bitmap.
11113 Keep standard bitmaps in Vfringe_bitmaps.
11114 (Fdefine_fringe_bitmap): Use lookup_fringe_bitmap.
11115 (Fset_fringe_bitmap_face): Likewise.
11116
11117 * dispextern.h (lookup_fringe_bitmap): Add prototype.
11118 (valid_fringe_bitmap_p): Remove prototype.
11119
11120 * xdisp.c (handle_single_display_prop): Use lookup_fringe_bitmap.
11121
11122 2004-09-29 Kim F. Storm <storm@cua.dk>
11123
11124 * fringe.c (destroy_fringe_bitmap, init_fringe_bitmap)
11125 (w32_init_fringe, w32_reset_fringes): Fix bootstrap (NULL rif).
11126
11127 * dispextern.h (valid_fringe_bitmap_p): Fix prototype.
11128
11129 * fringe.c (Vfringe_bitmaps): New variable.
11130 (syms_of_fringe): DEFVAR_LISP it.
11131 (valid_fringe_bitmap_p): Rename from valid_fringe_bitmap_id_p.
11132 Change arg to Lisp_Object and fail if not an integer.
11133 (get_fringe_bitmap_name, resolve_fringe_bitmap)
11134 (destroy_fringe_bitmap): New functions.
11135 (Fdestroy_fringe_bitmap): Change arg to bitmap symbol.
11136 Use destroy_fringe_bitmap. Remove symbol from Vfringe_bitmaps and
11137 clear its fringe property.
11138 (init_fringe_bitmap): Use destroy_fringe_bitmap instead of
11139 Fdestroy_fringe_bitmap.
11140 (Fdefine_fringe_bitmap): Add BITMAP arg specifying new or existing
11141 bitmap symbol; remove WHICH arg. Add symbol to Vfringe_bitmaps
11142 and set fringe property. Signal error if no free slots.
11143 (Fset_fringe_bitmap_face): Change arg to bitmap symbol.
11144 (Ffringe_bitmaps_at_pos): Return bitmap symbols instead of numbers.
11145
11146 * xdisp.c (handle_single_display_prop): Fringe bitmaps are now
11147 symbols with a fringe property.
11148
11149 2004-09-27 Kim F. Storm <storm@cua.dk>
11150
11151 * buffer.c (syms_of_buffer) <indicate-buffer-boundaries>:
11152 Doc fix. Format may now be a symbol or alist, not a cons.
11153
11154 * fringe.c (update_window_fringes): Handle new formats of
11155 indicate-buffer-boundaries (symbol or alist). No longer
11156 allow a simple cons.
11157 (Ffringe_bitmaps_at_pos): Use nil value for no bitmap.
11158
11159 2004-09-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11160
11161 * config.in: Rebuild.
11162
11163 2004-09-24 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11164
11165 * config.in: Rebuild.
11166
11167 * Makefile.in: Run setarch i386 ./temacs if exec-shield is present.
11168
11169 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
11170
11171 * xterm.c (x_term_init): Work around a bug in some X servers.
11172
11173 2004-09-18 Richard M. Stallman <rms@gnu.org>
11174
11175 * buffer.c (syms_of_buffer) <default-major-mode>: Doc fix.
11176
11177 * xdisp.c (try_window_reusing_current_matrix):
11178 Handle the case where we reach the old displayed text,
11179 out of sync with the old line boundary.
11180
11181 2004-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
11182
11183 * fileio.c (Finsert_file_contents): Fix case of replacement in a
11184 narrowed buffer.
11185
11186 2004-09-14 Kim F. Storm <storm@cua.dk>
11187
11188 * puresize.h (PURESIZE_RATIO): Define based on BITS_PER_EMACS_INT.
11189
11190 * xfaces.c (Qface_no_inherit): New var.
11191 (syms_of_xfaces): Intern and staticpro it.
11192 (Finternal_make_lisp_face, Finternal_set_lisp_face_attribute)
11193 (Finternal_copy_lisp_face, update_face_from_frame_parameter):
11194 Don't increment face_change_count when face has non-nil
11195 face-no-inherit property.
11196
11197 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
11198
11199 * bytecode.c (BYTE_CODE_QUIT): Add missing AFTER_POTENTIAL_GC.
11200 (Fbyte_code): Remove dead code after `wrong_type_argument'.
11201
11202 * alloc.c (Fgarbage_collect): Mark keyboards, gtk data, and specpdl
11203 before doing the mark_stack_check_gcpros since they're not on the stack.
11204
11205 2004-09-12 Kim F. Storm <storm@cua.dk>
11206
11207 * editfns.c (Fformat): Handle format strings with multiple text
11208 properties. Reverse text property list from the format string,
11209 so the positions are in increasing order.
11210
11211 2004-09-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11212
11213 * xselect.c (x_reply_selection_request): XSync and UNBLOCK before
11214 x_uncatch_errors so that possible protocol errors are delivered.
11215
11216 2004-09-10 Eli Zaretskii <eliz@gnu.org>
11217
11218 * Makefile.in (msdos.o): Depend on buffer.h, commands.h, and
11219 blockinput.h.
11220 (dosfns.o): Depend on blockinput.h, window.h, dispextern.h,
11221 charset.h, and coding.h
11222 (w16select.o): Depend on buffer.h, charset.h, coding.h, and composite.h.
11223 (term.o): Depend on window.h and keymap.h.
11224 (abbrev.o): Depend on syntax.h.
11225 (callint.o): Depend on keymap.h.
11226 (casefiddle.o): Depend on charset.h and keymap.h.
11227 (category.o): Depend on keymap.h.
11228 (coding.o): Depend on dispextern.h.
11229 (cmds.o): Depend on keyboard.h and keymap.h.
11230 (dispnew.o): Depend on indent.h and intervals.h.
11231 (doc.o): Depend on keymap.h.
11232 (editfns.o): Depend on frame.h.
11233 (emacs.o): Depend on dispextern.h.
11234 (fileio.o): Don't depend on ccl.h.
11235 (filelock.o): Depend on charset.h and coding.h.
11236 (frame.o): Depend on w32term.h and macterm.h.
11237 (insdel.o): Depend on region-cache.h.
11238 (keyboard.o): Depend on keymap.h, w32term.h, and macterm.h.
11239 (minibuf.o): Depend on $(INTERVALS_SRC) and keymap.h.
11240 (search.o): Depend on $(INTERVALS_SRC).
11241 (syntax.o): Depend on keymap.h, regex.h, and $(INTERVALS_SRC).
11242 (window.o): Depend on keymap.h, blockinput.h, $(INTERVALS_SRC),
11243 xterm.h, w32term.h, and macterm.h.
11244 (xdisp.o): Depend on keyboard.h, $(INTERVALS_SRC), xterm.h,
11245 w32term.h, and macterm.h.
11246 (xfaces.o): Depend on keyboard.h, $(INTERVALS_SRC),
11247 region-cache.h, xterm.h, w32term.h, and macterm.h.
11248 (bytecode.o): Depend on dispextern.h, frame.h, and xterm.h.
11249 (data.o): Depend on frame.h.
11250 (fns.o): Depend on keymap.h, xterm.h, and blockinput.h.
11251 (print.o): Depend on termchar.h and $(INTERVALS_SRC).
11252 (lread.o): Depend on $(INTERVALS_SRC), termhooks.h, and coding.h.
11253 (intervals.o): Depend on keymap.h.
11254
11255 * msdos.c (msdos_set_cursor_shape, IT_display_cursor):
11256 Add debugging print-out to termscript.
11257
11258 2004-09-09 Richard M. Stallman <rms@gnu.org>
11259
11260 * xdisp.c (decode_mode_spec): Use current buffer for most purposes.
11261
11262 2004-09-08 Richard M. Stallman <rms@gnu.org>
11263
11264 * window.c (Fset_window_buffer): Doc fix.
11265
11266 * xdisp.c (Fformat_mode_line): New arg BUFFER says which buffer to use.
11267
11268 2004-09-08 Dan Nicolaescu <dann@ics.uci.edu>
11269
11270 * minibuf.c (history_delete_duplicates): New variable.
11271 (read_minibuf): Use it.
11272 (syms_of_minibuf): Create the corresponding lisp variable.
11273
11274 2004-09-08 Kim F. Storm <storm@cua.dk>
11275
11276 * xdisp.c (set_cursor_from_row): Also look at 'cursor' property in
11277 overlay just before point.
11278
11279 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
11280
11281 * buffer.h (struct buffer): Add auto_save_file_format field.
11282 * buffer.c (reset_buffer, init_buffer_once):
11283 Handle auto_save_file_format field.
11284 (syms_of_buffer): Add DEFVAR_PER_BUFFER for
11285 `buffer-auto-save-file-format'.
11286 * fileio.c: Delete declaration for removed Vauto_save_file_format.
11287 (build_annotations): Adapt to replacement of
11288 `auto-save-file-format' with the new buffer-local variable
11289 `buffer-auto-save-file-format'.
11290 (syms_of_fileio): Delete DEFVAR_LISP for auto-save-file-format.
11291
11292 2004-09-07 Jason Rumney <jasonr@gnu.org>
11293
11294 * w32term.h (AppendMenuW_Proc): Move declaration from w32menu.c.
11295
11296 * w32fns.c (w32_wnd_proc) [WM_MEASUREITEM, WM_DRAWITEM]:
11297 Handle Unicode menu titles.
11298
11299 2004-09-07 Kim F. Storm <storm@cua.dk>
11300
11301 * xdisp.c (set_cursor_from_row): Fix last change. Only use 'cursor'
11302 property from text property or overlay strings at point.
11303
11304 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
11305
11306 * xmenu.c (update_submenu_strings): YAILOM.
11307 (set_frame_menubar): Make sure last_i is initialized.
11308
11309 2004-09-03 Jason Rumney <jasonr@gnu.org>
11310
11311 * w32menu.c (_widget_value): Add lname and lkey.
11312 (digest_single_submenu): Set lname and lkey in widget_value
11313 instead of name and key.
11314 (update_submenu_strings): New function.
11315 (set_frame_menubar): Remove call to inhibit_garbage_collection,
11316 call update_submenu_strings.
11317
11318 * w32menu.c (globals_of_w32menu): Check for Unicode API.
11319 (digest_single_submenu, w32_menu_show): Encode menu strings as
11320 UTF-8 if Unicode API is available.
11321 (utf8to16): New function.
11322 (add_menu_item): Use it when calling Unicode API.
11323
11324 2004-09-03 Kim F. Storm <storm@cua.dk>
11325
11326 * xdisp.c (set_cursor_from_row): Look for non-nil `cursor' property
11327 in overlay or text-property strings; set cursor on corresponding
11328 glyph rather than at end of the string.
11329
11330 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11331
11332 * macfns.c (x_real_positions): Save the current window port and
11333 set a new one before obtaining the global coordinate.
11334 Use FRAME_MAC_WINDOW.
11335 (x_set_name, x_set_title): Encode title to UTF8.
11336 Use SetWindowTitleWithCFString.
11337 (Fx_server_version): Get correct OS version.
11338
11339 * macmenu.c (add_menu_item): Remove unused variable `i'.
11340 Don't let separator items destroy refence constants of other menu items.
11341
11342 * macterm.c (x_update_end): Move SetPortWindowPort to inside
11343 BLOCK_INPUT.
11344 (x_set_offset): Use FRAME_MAC_WINDOW.
11345
11346 * xdisp.c (note_mouse_highlight): Set the mouse pointer shape to
11347 nontext_cursor if it is on a scroll bar.
11348
11349 * s/darwin.h (LIBS_CARBON): New define to specify libraries for
11350 Carbon support.
11351 (LD_SWITCH_SYSTEM_TEMACS): Don't link with unused libstdc++.
11352 Use LIBS_CARBON.
11353
11354 2004-09-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11355
11356 * xfns.c (x_set_name_internal): New function. Check if we shall call
11357 xfree before ENCODE_UTF_8.
11358 (x_set_name, x_set_title): Call x_set_name_internal.
11359
11360 2004-08-31 NAKAMURA Toshikazu <nr-tkz@nifty.com> (tiny change)
11361
11362 * w32fns.c (w32_load_font): If a BDF font is already loaded, do not
11363 reload it.
11364
11365 2004-08-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11366
11367 * macmenu.c (_widget_value): Add lname and lkey.
11368 (single_submenu): Set lname and lkey in widget_value
11369 instead of name and key.
11370 (update_submenu_strings): New function.
11371 (set_frame_menubar): Remove call to inhibit_garbage_collection,
11372 call update_submenu_strings.
11373
11374 * xmenu.c (digest_single_submenu): Set lname and lkey in widget_value
11375 instead of name and key.
11376 (update_submenu_strings): New function.
11377 (set_frame_menubar): Remove call to inhibit_garbage_collection,
11378 call update_submenu_strings.
11379
11380 * gtkutil.h (_widget_value): Added lname and lkey.
11381
11382 2004-08-30 Steven Tamm <steventamm@mac.com>
11383
11384 * macmenu.c (mac_menu_show): Remove shadowing of menu variable
11385 by using different names for inner loop variables.
11386
11387 2004-08-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11388
11389 * xmenu.c (set_frame_menubar): Reintroduce inhibit_garbage_collection
11390 from 2002-07-15T00:01:34Z!raeburn@raeburn.org so that strings from ENCODE_UTF_8 isn't GC:ed before used.
11391
11392 * gtkutil.c (xg_create_frame_widgets): Compensate for tool bar when
11393 tool bar items is 0.
11394
11395 2004-08-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11396
11397 * macmenu.c (ENCODE_MENU_STRING): Added to handle multibyte
11398 strings in menu items.
11399 (single_submenu): Use ENCODE_MENU_STRING
11400 (mac_menu_show): Use ENCODE_MENU_STRING. Reset grabbed because
11401 button release isn't passed to event loop
11402 (add_menu_item): Use SetMenuItemWithCFString
11403
11404 2004-08-26 Steven Tamm <steventamm@mac.com>
11405
11406 * fileio.c (Fread_file_name): Call x_file_dialog on carbon on
11407 tool-bar/menu click.
11408 * macfns.c (Fx_file_dialog): Implement using NavServices.
11409
11410 2004-08-24 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11411
11412 * xterm.c (x_catch_errors_unwind): Do not XSync if display has closed.
11413
11414 * xfns.c (x_window_to_frame, x_any_window_to_frame)
11415 (x_non_menubar_window_to_frame, x_menubar_window_to_frame)
11416 (x_top_window_to_frame): Return 0 if wdesc is None.
11417
11418 2004-08-22 Richard M. Stallman <rms@gnu.org>
11419
11420 * process.c (process_send_signal) [SIGNALS_VIA_CHARACTERS,
11421 HAVE_TERMIOS]: If there's no char for this signal, drop through
11422 and use system calls.
11423
11424 * bytecode.c (Fbyte_code) <unwind-protect>: Cannot GC.
11425
11426 2004-08-20 Kim F. Storm <storm@cua.dk>
11427
11428 * process.c (wait_reading_process_output): Rename from
11429 wait_reading_process_input. All uses changed.
11430 (wait_reading_process_output_1): Rename from
11431 wait_reading_process_input_1. All uses changed.
11432
11433 * dispnew.c (Fsleep_for): Remove obsolete code.
11434
11435 2004-08-20 Kenichi Handa <handa@m17n.org>
11436
11437 * syntax.c (skip_chars): Fix for unibyte case.
11438
11439 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
11440
11441 * syntax.c (char_quoted): Mixup byte/char pos.
11442 (back_comment): Fixup globals in all cases.
11443
11444 2004-08-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11445
11446 * xfns.c (x_set_name, x_set_title): Encode title to UTF8 before
11447 passing it to gtk_window_set_title.
11448
11449 2004-08-19 Kim F. Storm <storm@cua.dk>
11450
11451 * process.c (wait_reading_process_input): Clean up.
11452 Add wait_for_cell, wait_proc, and just_wait_proc args
11453 to avoid overloading `read_kbd' and `do_display' args.
11454 Change read_kbd arg to int. All callers changed.
11455
11456 * process.c (process_send_signal): Use CDISABLE.
11457
11458 * sysdep.c (child_setup_tty, init_sys_modes): Use CDISABLE.
11459
11460 2004-08-18 Kim F. Storm <storm@cua.dk>
11461
11462 * process.c (Faccept_process_output): Add arg JUST-THIS-ONE;
11463 forward to wait_reading_process_input via DO_DISPLAY arg.
11464 (wait_reading_process_input): If DO_DISPLAY < 0 for a process
11465 object, only process output from that process; also inhibit
11466 running timers if DO_DISPLAY==-2.
11467
11468 2004-08-17 Kim F. Storm <storm@cua.dk>
11469
11470 * process.c (process_send_signal): Fix last change--use
11471 _POSIX_VDISABLE instead of CVDISABLE when available.
11472
11473 2004-08-16 Richard M. Stallman <rms@gnu.org>
11474
11475 * sysdep.c (child_setup_tty) [SIGNALS_VIA_CHARACTERS]:
11476 Set VQUIT and VINTR chars to the standard ones if they are unset.
11477 [AIX]: Don't do that here. And don't force VINTR to standard
11478 when SIGNALS_VIA_CHARACTERS.
11479
11480 * process.c (process_send_signal)
11481 [SIGNALS_VIA_CHARACTERS, HAVE_TERMIOS]: Clean up.
11482 Do nothing if the character is CVDISABLE.
11483
11484 * xfaces.c (merge_face_ref): Specifying `unspecified' is a no-op.
11485
11486 * intervals.c (move_if_not_intangible):
11487 Force POSITION to be between BEGV and ZV.
11488
11489 2004-08-14 John Paul Wallington <jpw@gnu.org>
11490
11491 * buffer.c (Frestore_buffer_modified_p): Doc fix.
11492
11493 * fileio.c (Fread_file_name): Doc fix.
11494
11495 * minibuf.c (syms_of_minibuf) <completion-ignore-case>: Doc fix.
11496
11497 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
11498
11499 * keymap.c (Fmake_keymap, Fmap_keymap, Fwhere_is_internal): Doc fixes.
11500
11501 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
11502
11503 * keyboard.c: Declare Qdisabled_command_function instead of
11504 Qdisabled_command_hook.
11505 (Fcommand_execute): Use Qdisabled_command_function instead of
11506 Qdisabled_command_hook.
11507 (syms_of_keyboard): Ditto.
11508
11509 2004-08-07 Luc Teirlinck <teirllm@auburn.edu>
11510
11511 * keymap.c (Flocal_key_binding, Fglobal_key_binding)
11512 (syms_of_keymap) <key-translation-map>: Doc fixes.
11513
11514 2004-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
11515
11516 * window.c (window_list_1): YAILOM.
11517
11518 * fileio.c (make_temp_name): Handle multibyte prefixes.
11519
11520 2004-08-06 Luc Teirlinck <teirllm@auburn.edu>
11521
11522 * keyboard.c (syms_of_keyboard) <overriding-terminal-local-map>:
11523 Doc fix.
11524
11525 2004-08-03 Kenichi Handa <handa@m17n.org>
11526
11527 * coding.c (decode_coding_string): Adjust coding->consumed, and
11528 etc. with shrinked_bytes.
11529
11530 2004-08-03 Kim F. Storm <storm@cua.dk>
11531
11532 * indent.c (compute_motion): Fix check for full width window
11533 in non-window case. Do not count left truncation glyph on
11534 window systems.
11535
11536 2004-08-02 Luc Teirlinck <teirllm@auburn.edu>
11537
11538 * data.c (Finteractive_form): Doc fix.
11539
11540 2004-08-02 Kim F. Storm <storm@cua.dk>
11541
11542 * indent.c (compute_motion): Use actual window width if WIDTH is -1,
11543 properly accounting for continuation glyph on non-window systems.
11544 (Fcompute_motion): Use actual window width if WIDTH is nil, and
11545 actual window width/height if TOPOS is nil, properly accounting for
11546 continuation glyphs on non-window systems, and optional header lines.
11547 (vmotion): Let compute_motion calculate actual window width.
11548
11549 * window.c (window_scroll_line_based): Let compute_motion
11550 calculate actual window width.
11551
11552 2004-08-02 Kim F. Storm <storm@cua.dk>
11553
11554 * process.c (read_process_output): Use whole read buffer.
11555 Don't trigger adaptive read buffering on errors.
11556
11557 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
11558
11559 * keymap.c (Fset_keymap_parent, Fdefine_prefix_command): Doc fixes.
11560
11561 * keyboard.c (syms_of_keyboard) <disable-point-adjustment>: Doc fix.
11562
11563 * callint.c (Fcall_interactively): Doc fix.
11564
11565 2004-07-30 Richard M. Stallman <rms@gnu.org>
11566
11567 * abbrev.c (Fexpand_abbrev): Undo previous change.
11568
11569 2004-07-30 Kim F. Storm <storm@cua.dk>
11570
11571 * editfns.c (Fformat): Allocate extra (dummy) element in info.
11572
11573 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
11574
11575 * eval.c (Fdefvar, Fdefconst): Doc fixes.
11576
11577 2004-07-27 Kim F. Storm <storm@cua.dk>
11578
11579 * xdisp.c (move_it_in_display_line_to): Check BUFFER_POS_REACHED_P after
11580 we have ensured that the glyph fits on the current line (or returned
11581 MOVE_LINE_CONTINUED otherwise).
11582
11583 2004-07-26 Kim F. Storm <storm@cua.dk>
11584
11585 * xdisp.c (move_it_in_display_line_to): If overflow-newline-into-fringe
11586 is enabled, return MOVE_LINE_CONTINUED rather than MOVE_POS_MATCH_OR_ZV
11587 if target position is at end of display line but char is not a newline.
11588
11589 2004-07-25 Richard M. Stallman <rms@gnu.org>
11590
11591 * window.c (coordinates_in_window): Return ON_SCROLL_BAR
11592 instead of ON_VERTICAL_BORDER, when on scroll bar.
11593 (Fcoordinates_in_window_p): Handle ON_SCROLL_BAR--return nil.
11594
11595 * dispextern.h (enum window_part): Add ON_SCROLL_BAR.
11596
11597 * window.c (Fcoordinates_in_window_p):
11598 Take account of FRAME_INTERNAL_BORDER_WIDTH.
11599
11600 * alloc.c (check_cons_list): New function (contents commented out).
11601
11602 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
11603
11604 * xfaces.c (Fcolor_supported_p): Doc fix.
11605
11606 * frame.c (Fselect_frame, Fset_frame_selected_window)
11607 (Fframe_visible_p, Fraise_frame): Doc fixes.
11608
11609 2004-07-24 Richard M. Stallman <rms@gnu.org>
11610
11611 * keyboard.h (not_single_kboard_state): Declare.
11612
11613 * fileio.c (Fwrite_region): Doc fix.
11614
11615 * window.c (Fwindow_at): Take account of FRAME_INTERNAL_BORDER_WIDTH.
11616
11617 * abbrev.c (Fexpand_abbrev): Run Qpre_abbrev_expand_hook
11618 only when a real abbrev is present.
11619
11620 * xfns.c (x_icon_verify): New function.
11621 (Fx_create_frame): Use it.
11622
11623 2004-07-22 Barry Fishman <barry_fishman@att.net> (tiny change)
11624
11625 * s/gnu-linux.h: Use GC_MARK_STACK if __amd64__ is defined.
11626
11627 2004-07-21 Kim F. Storm <storm@cua.dk>
11628
11629 * window.h (struct glyph_matrix): New members nrows_scale_factor
11630 and ncols_scale_factor.
11631
11632 * window.c (make_window): Initialize nrows_scale_factor and
11633 ncols_scale_factor members.
11634
11635 * dispnew.c (margin_glyphs_to_reserve): Apply ncols_scale_factor.
11636 (allocate_matrices_for_frame_redisplay): Fix left/right margin mix-up.
11637 (required_matrix_height): Apply nrows_scale_factor.
11638 (required_matrix_width): Apply ncols_scale_factor.
11639
11640 * xdisp.c (display_line): Increment nrows_scale_factor and set
11641 fonts_changed_p if past last allocated row.
11642 (append_glyph, append_composite_glyph, produce_image_glyph)
11643 (append_stretch_glyph): Increment ncols_scale_factor and set
11644 fonts_changed_p if current area is full.
11645
11646 2004-07-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11647
11648 * widget.c (EmacsFrameDestroy): Don't abort if normal_gc is 0.
11649
11650 2004-07-19 Luc Teirlinck <teirllm@auburn.edu>
11651
11652 * window.c (Fpos_visible_in_window_p, Fset_window_hscroll)
11653 (Fwindow_inside_pixel_edges, Fwindow_end, Fset_window_point)
11654 (Fset_window_start, Fscroll_up, Fscroll_down)
11655 (Fother_window_for_scrolling, Fscroll_other_window)
11656 (Fsave_window_excursion, Fset_window_vscroll)
11657 (syms_of_window) <window-size-fixed>: Doc fixes.
11658
11659 2004-07-19 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
11660
11661 * w32fns.c (Fx_file_dialog): Use ENCODE_FILE instead of
11662 ENCODE_SYSTEM for filenames.
11663
11664 2004-07-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11665
11666 * mac.c (sys_select): Block input around call to
11667 ReceiveNextEvent to prevent breakage. Correctly handle
11668 blocking on event queue only by calling ReceiveNextEvent
11669 instead of select (since GUI events aren't on an fd).
11670 (sys_read): Remove function
11671 * sysdep.c: Remove redefine of read to sys_read if HAVE_CARBON
11672
11673 2004-07-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11674
11675 * mac.c (sys_select): Redo sys_select to use alarm-based
11676 polling instead of 1 sec timeouts (like solaris).
11677
11678 * macterm.c (x_make_frame_visible): Comment in polling on
11679 frame creation.
11680
11681 * keyboard.c: Undef SIGIO on Carbon
11682
11683 * atimer.c (alarm_signal_handler): Call alarm handlers after
11684 scheduling.
11685
11686 * eval.c (Feval): Remove quit_char test
11687
11688 * process.c (wait_reading_process_input): Remove clearing
11689 stdin for select call on process input.
11690
11691 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
11692
11693 * xdisp.c (syms_of_xdisp) <window-scroll-functions>: Correct
11694 capitalization error in docstring.
11695
11696 2004-07-17 Juanma Barranquero <lektu@terra.es>
11697
11698 * keyboard.c (not_single_kboard_state): Do nothing unless
11699 MULTI_KBOARD is defined.
11700
11701 2004-07-17 Richard M. Stallman <rms@gnu.org>
11702
11703 * window.c (coordinates_in_window): Inside the window but outside
11704 its box to the L or R, return ON_VERTICAL_BORDER.
11705 (window_list_1): Rotate the list to start with WINDOW.
11706
11707 * print.c (print_preprocess): Test for print_depth at limit
11708 before entering in being_printed.
11709
11710 * keyboard.c (not_single_kboard_state): New function.
11711 (stuff_buffered_input): Now no-op only if no SIGTSTP.
11712
11713 * frame.c (Fdelete_frame): If we're in single_bboard_state on
11714 this kboard, and we delete its last frame, go to any_kboard_state.
11715
11716 * buffer.c (syms_of_buffer) <transient-mark-mode>: Doc fix.
11717
11718 2004-07-15 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
11719
11720 * w32fns.c (Fx_file_dialog): Encode strings in system coding
11721 system before passing them to OS functions for display.
11722
11723 2004-07-15 David Kastrup <dak@gnu.org>
11724
11725 * search.c (syms_of_search): Staticpro `saved_last_thing_searched'.
11726 Apparently fixes an abort condition.
11727
11728 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
11729
11730 * fileio.c (Fvisited_file_modtime): Return a list of two integers,
11731 instead of a cons.
11732
11733 2004-07-14 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
11734
11735 * keyboard.c (echo_dash): Do nothing if there already is a dash
11736 at the end of the echo string.
11737
11738 2004-07-12 Kim F. Storm <storm@cua.dk>
11739
11740 * alloc.c (mark_object): Only look at Lisp_Misc_Save_Value
11741 if GC_MARK_STACK.
11742
11743 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
11744
11745 * buffer.c (Fswitch_to_buffer, Fpop_to_buffer): Doc fixes.
11746
11747 * window.c (Fwindow_buffer, Fother_window, Fget_lru_window)
11748 (Fget_largest_window, Fget_buffer_window, Fdelete_windows_on)
11749 (Freplace_buffer_in_windows, Fset_window_buffer)
11750 (Fselect-window, Fdisplay-buffer, Fsplit_window): Doc fixes.
11751 (syms_of_window): Expand docstring of `display-buffer-function'.
11752
11753 2004-07-09 Luc Teirlinck <teirllm@auburn.edu>
11754
11755 * editfns.c (Ffloat_time, Fformat_time_string, Fdecode_time)
11756 (Fcurrent_time_string, Fcurrent_time_zone): Mention in docstrings
11757 that time values of the type (HIGH . LOW) are considered obsolete.
11758
11759 2004-07-06 Luc Teirlinck <teirllm@auburn.edu>
11760
11761 * keyboard.c (syms_of_keyboard): Fix `keyboard-translate-table'
11762 docstring.
11763
11764 * fns.c (Fclear_string): Declare `len' before call to CHECK_STRING.
11765
11766 2004-07-06 John Paul Wallington <jpw@gnu.org>
11767
11768 * eval.c (Fdefmacro): Signal an error if NAME is not a symbol.
11769
11770 * fns.c (Fclear_string): Signal an error if STRING is not a string.
11771
11772 2004-07-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11773
11774 * macterm.c (mac_initialize_display_info): Use CGGetActiveDisplayList
11775 instead of CGMainDisplayID (only in OSX 10.2 and later).
11776
11777 2004-07-04 John Paul Wallington <jpw@gnu.org>
11778
11779 * fileio.c (read_file_name_completion_ignore_case): New variable.
11780 (syms_of_fileio): Declare and initialise it.
11781 (Fread_file_name): Bind `completion-ignore-case' to respect it.
11782
11783 2004-07-03 Eli Zaretskii <eliz@gnu.org>
11784
11785 * msdos.c (dos_rawgetc): Use make_number to produce Lisp objects
11786 for event.x and event.y.
11787
11788 2004-07-01 Kenichi Handa <handa@m17n.org>
11789
11790 * w32select.c (Fw32_set_clipboard_data): Update `nbytes' correctly
11791 after getting a new string by pre-write-conversion.
11792
11793 2004-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
11794
11795 * xterm.c (x_detect_focus_change): Remove unused var `nr_events'.
11796 (x_calc_absolute_position): Remove unused var `child'.
11797
11798 * xfaces.c (x_supports_face_attributes_p)
11799 (Fdisplay_supports_face_attributes_p): YAILOM.
11800 (tty_supports_face_attributes_p): Remove unused var `i'.
11801
11802 * syntax.c (skip_chars): Remove unused labels fwd_unibyte_ok and
11803 back_unibyte_ok.
11804
11805 * search.c (match_limit, Fmatch_data, Fset_match_data): YAILOM.
11806
11807 * fontset.c (Fset_fontset_font): Remove unused vars `family' and
11808 `registry'.
11809
11810 * Makefile.in (${etc}DOC): Fix file name of make-docfile.
11811
11812 2004-06-30 Andreas Schwab <schwab@suse.de>
11813
11814 * image.c (CHECK_LIB_AVAILABLE): Add third parameter LIBRARIES.
11815 (Finit_image_library): Pass LIBRARIES through to
11816 CHECK_LIB_AVAILABLE. Declare parameters. Doc fix.
11817 (lookup_image_type): Pass Qnil as second argument to
11818 Finit_image_library.
11819
11820 * lisp.h (Finit_image_library): Declare.
11821
11822 2004-06-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11823
11824 * macterm.c (do_window_activate, do_window_deactivate): Remove.
11825 (XTread_socket): Send mouse button events to the toolbox
11826 dispatcher even when the mouse is grabbed. Don't process window
11827 activate events for non-Emacs windows. Replace function calls to
11828 do_window_activate and do_window_deactivate with their contents.
11829 Reset mouse grabbing status when a window is deactivated.
11830
11831 2004-06-29 Steven Tamm <steventamm@mac.com>
11832
11833 * macterm.c (mac_get_emulated_btn)
11834 (mac_event_to_emacs_modifiers): Fix emulated mouse button
11835 support to correctly mask out modifiers.
11836
11837 2004-06-29 David Kastrup <dak@gnu.org>
11838
11839 * search.c (Fset_match_data): Allow buffer before end of list
11840 which can happen if set-match-data is using a pre-consed list.
11841
11842 2004-06-28 Steven Tamm <steventamm@mac.com>
11843
11844 * macterm.c (XTread_socket): Correctly set the frame position
11845 after the window is moved.
11846
11847 2004-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11848
11849 * gtkutil.c (xg_get_image_for_pixmap): Call g_object_unref on
11850 gpix and gmask just before return to avoid memory leak.
11851 (xg_get_image_for_pixmap): Add workaround for monochrome displays
11852 so insensitive and activated icons look ok.
11853
11854 2004-06-27 Jason Rumney <jasonr@gnu.org>
11855
11856 * w32fns.c (file_dialog_callback): Disable edit control if set
11857 to directories only on CDN_INITDONE message.
11858 (Fx_file_dialog): Default to directories only when prompt starts
11859 with "Dired".
11860
11861 2004-06-25 Kim F. Storm <storm@cua.dk>
11862
11863 * alloc.c (allocate_misc): Update total_free_markers.
11864 (free_misc): New function.
11865 (safe_alloca_unwind, free_marker): Use it.
11866
11867 * lisp.h (free_misc): Add prototype.
11868
11869 * fns.c (Fmapconcat, Fmapcar): Remove superfluous GCPROs.
11870
11871 2004-06-24 Richard M. Stallman <rms@gnu.org>
11872
11873 * emacs.c (Vsignal_USR1_hook, Vsignal_USR2_hook): Definitions deleted.
11874 (syms_of_emacs): Lisp variables deleted.
11875
11876 2004-06-23 David Kastrup <dak@gnu.org>
11877
11878 * search.c (Freplace_match): Adjust the match-data more thoroughly
11879 when replacing strings in the buffer.
11880 (Fmatch_data): When INTEGERS is non-nil and the last match was in
11881 a buffer, add the buffer as last element to the match data.
11882 (Fset_match_data): If an additional element of the match-data is a
11883 buffer, restore it to last_thing_searched.
11884 (save_search_regs): Save last_thing_searched as part of the match data.
11885 (restore_match_data): Restore it again.
11886
11887 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
11888
11889 * keymap.c (Ftext_char_description): Doc fix.
11890 * doc.c (Fsnarf_documentation): Doc fix.
11891
11892 2004-06-22 Kim F. Storm <storm@cua.dk>
11893
11894 * fns.c (Fmapcar, Fmapconcat): GCPRO the args array.
11895
11896 * lisp.h (struct Lisp_Save_Value): New member dogc.
11897 (SAFE_ALLOCA_LISP): Change second arg to number of elements.
11898 Set dogc member in Lisp_Save_Value object so it will be GC'ed.
11899 (SAFE_FREE_LISP): New macro.
11900
11901 * alloc.c (safe_alloca_unwind): Clear dogc and pointer members.
11902 (make_save_value): Init new dogc member.
11903 (mark_object): Mark Lisp_Save_Value pointer array if dogc is set.
11904
11905 * fns.c (Fmapconcat, Fmapcar): Use new SAFE_ALLOCA_LISP and
11906 SAFE_FREE_LISP macros.
11907
11908 2004-06-22 Kim F. Storm <storm@cua.dk>
11909
11910 * lisp.h (SAFE_ALLOCA_LISP): New macro to allocate Lisp_Objects.
11911 Temporarily inhibits GC if memory is xmalloc'ed, as the Lisp_Objects
11912 in that memory area are unknown to GC. Add comments.
11913
11914 * fns.c (Fmapconcat, Fmapcar): Use SAFE_ALLOCA_LISP.
11915
11916 2004-06-21 Kim F. Storm <storm@cua.dk>
11917
11918 * lisp.h (MAX_ALLOCA): Define here.
11919 (safe_alloca_unwind): Add prototype.
11920 (USE_SAFE_ALLOCA, SAFE_ALLOCA, SAFE_FREE): New macros.
11921
11922 * alloc.c (safe_alloca_unwind): New function.
11923
11924 * casefiddle.c (casify_object): Use SAFE_ALLOCA.
11925
11926 * charset.c (Fstring): Use SAFE_ALLOCA.
11927
11928 * coding.c (MAX_ALLOCA): Remove define.
11929
11930 * data.c (MAX_ALLOCA): Remove define.
11931 (Faset): Use SAFE_ALLOCA.
11932
11933 * editfns.c (Fformat, Ftranspose_regions): Use SAFE_ALLOCA.
11934
11935 * fns.c (string_make_multibyte, string_to_multibyte)
11936 (string_make_unibyte, Fmapconcat, Fmapcar): Use SAFE_ALLOCA.
11937 (MAX_ALLOCA): Remove define.
11938 (Fbase64_encode_region, Fbase64_encode_string)
11939 (Fbase64_decode_region, Fbase64_decode_string): Use SAFE_ALLOCA.
11940 (Fbase64_encode_region, Fbase64_encode_string): Fix potential
11941 memory leak if encoding fails.
11942
11943 * xdisp.c (add_to_log): Use SAFE_ALLOCA.
11944
11945 2004-06-21 Eli Zaretskii <eliz@gnu.org>
11946
11947 * print.c (Fwith_output_to_temp_buffer): Doc fix.
11948
11949 2004-06-20 Richard M. Stallman <rms@gnu.org>
11950
11951 * xfaces.c (Finternal_copy_lisp_face): Small cleanup; doc fix.
11952
11953 * search.c (match_limit): Cleaner err msg when no match data available.
11954
11955 * window.c (syms_of_window): Doc fix.
11956
11957 * keyboard.c (command_loop_1): Handle values `only' and `identity'
11958 for Vtransient_mark_mode.
11959
11960 * buffer.c (syms_of_buffer): Doc fix.
11961
11962 2004-06-21 David Kastrup <dak@gnu.org>
11963
11964 * minibuf.c (Ftry_completion, Fall_completions): Do lazy binding
11965 and unbinding of `case-fold-search' according to
11966 `completion-ignore-case' around calls of string-match and
11967 predicates, respectively. Should give satisfactory performance
11968 in all relevant cases.
11969
11970 2004-06-17 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11971
11972 * xterm.c (x_draw_image_foreground_1): Subtract slice.x/y from
11973 clip_x/y_origin.
11974
11975 * fns.c (string_to_multibyte): Use xmalloc/xfree instead of alloca.
11976
11977 * macfns.c (Fx_display_color_cells): Do not limit return value to 256.
11978
11979 * macterm.c (mac_initialize_display_info): Initialize n_planes correctly
11980 on Mac OSX.
11981
11982 2004-06-16 Luc Teirlinck <teirllm@auburn.edu>
11983
11984 * buffer.c (syms_of_buffer): Clarify `fill-column' docstring.
11985
11986 2004-06-16 Kim F. Storm <storm@cua.dk>
11987
11988 * dispextern.h (Vimage_types): Remove extern.
11989
11990 2004-06-16 Miles Bader <miles@gnu.org>
11991
11992 * image.c (lookup_image_type): Initialize image type if necessary.
11993
11994 2004-06-15 Kim F. Storm <storm@cua.dk>
11995
11996 * xdisp.c (try_cursor_movement): Exclude header line from scroll
11997 margin at top of window.
11998 (try_window_reusing_current_matrix): Calculate proper cursor position
11999 after scrolling up with non-zero scroll margin, as the old cursor
12000 position corresponds to value of PT before executing this command.
12001 (try_window_id): Consider scroll margin at bottom of window too;
12002 otherwise we fail to scroll when hl-line-mode is enabled.
12003
12004 * syntax.c (skip_chars): Only recognize [:class:] when it has the
12005 proper format and class is a lower-case word.
12006
12007 2004-06-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12008
12009 * gtkutil.c (xg_get_image_for_pixmap): New function.
12010 (xg_get_gdk_pixmap_and_mask): Remove.
12011 (update_frame_tool_bar): Call xg_get_image_for_pixmap instead of
12012 xg_get_gdk_pixmap_and_mask.
12013
12014 * xterm.h (struct x_display_info): Typo in comment fixed.
12015
12016 2004-06-14 Juanma Barranquero <lektu@terra.es>
12017
12018 * dispextern.h (Vimage_types): Make it conditional on
12019 HAVE_WINDOW_SYSTEM.
12020
12021 * image.c (Vimage_types): Move from xdisp.c.
12022 (Vimage_type_cache): New variable.
12023 (define_image_type): New argument indicating whether an image
12024 library was loaded; cache loaded status and return t on success,
12025 nil otherwise.
12026 (CACHE_IMAGE_TYPE, ADD_IMAGE_TYPE): New macros.
12027 (w32_delayed_load): New function to load an image library from a
12028 list of possible filenames.
12029 (init_xpm_functions, init_png_functions, init_jpeg_functions)
12030 (init_tiff_functions, init_gif_functions): Use `w32_delayed_load'.
12031 (CHECK_LIB_AVAILABLE): Call `define_image_library' with new argument.
12032 (Finit_image_library): New function, extracted from `init_image'.
12033 Try to initialize an image library on demand and cache whether we
12034 were successful or not.
12035 (syms_of_image): Initialize `Vimage_types' and
12036 `Vimage_type_cache'. Add recognized image types to Vimage_types.
12037 Export `init-image-library'.
12038 (init_image): Remove initialization of all image types, except xbm
12039 and pbm.
12040
12041 * xdisp.c (Vimage_types): Delete (moved to image.c).
12042
12043 2004-06-14 Andreas Schwab <schwab@suse.de>
12044
12045 * minibuf.c (Ftry_completion, Fall_completions, Ftest_completion):
12046 Avoid calling specbind when completion-regexp-list is empty.
12047
12048 2004-06-13 Richard M. Stallman <rms@gnu.org>
12049
12050 * regex.h (CHAR_CLASS_MAX_LENGTH, re_wctype_t, re_wchar_t)
12051 (re_wctype, re_iswctype, re_wctype_to_bit):
12052 Non-function definitions moved here from regex.c.
12053
12054 * regex.c (re_wctype, re_iswctype): Function defs longer static.
12055 (CHAR_CLASS_MAX_LENGTH, re_wctype_t, re_wchar_t)
12056 (re_wctype, re_iswctype, re_wctype_to_bit):
12057 Non-function definitions moved to regex.h.
12058
12059 * window.c (Fselect_window): Doc fix.
12060
12061 * syntax.c: Include regex.h.
12062 (skip_chars): New arg HANDLE_ISO_CLASSES. Callers changed.
12063 If requested, make a list of classes, then check the scanned
12064 chars for membership in them.
12065 (in_classes): New function.
12066 Doc fix.
12067
12068 * keyboard.c (cmd_error): Don't call any_kboard_state
12069 if inside a recursive edit level.
12070
12071 2004-06-13 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
12072
12073 * keyboard.c (command_loop): Call any_kboard_state before
12074 command_loop_2 when at top level.
12075
12076 2004-06-13 Andreas Schwab <schwab@suse.de>
12077
12078 * print.c (print_object): Always use %ld for printing EMACS_INT.
12079
12080 * keyboard.c (cancel_hourglass_unwind): Return a value.
12081 (modify_event_symbol): Always use %ld for printing EMACS_INT.
12082 (Fexecute_extended_command): Likewise.
12083
12084 * syntax.h (SYNTAX_ENTRY_FOLLOW_PARENT): Rename local variable to
12085 avoid clashes.
12086 (SYNTAX): Likewise.
12087 (SYNTAX_WITH_FLAGS): Likewise.
12088 (SYNTAX_MATCH): Likewise.
12089
12090 * syntax.c (char_quoted): Avoid warning about undefined operation.
12091 (find_defun_start): Likewise.
12092 (scan_lists): Likewise.
12093 (INC_FROM): Likewise.
12094 (scan_sexps_forward): Likewise.
12095
12096 * image.c: Include <ctype.h>.
12097
12098 * xfaces.c (face_attr_equal_p): Declare parameters.
12099
12100 2004-06-13 Kenichi Handa <handa@m17n.org>
12101
12102 * ccl.c (CCL_READ_CHAR): If hit EOF, set REG to -1.
12103
12104 2004-06-12 Matthew Mundell <matt@mundell.ukfsn.org>
12105
12106 * eval.c (Fdefun): Signal an error if NAME is not a symbol.
12107
12108 2004-06-12 Kenichi Handa <handa@m17n.org>
12109
12110 * ccl.c (CCL_CALL_FOR_MAP_INSTRUCTION): Save eof_ic in
12111 ccl_prog_stack_struct and update it.
12112 (CCL_INVALID_CMD): If CCL_DEBUG is defined, call ccl_debug_hook.
12113 (CCL_READ_CHAR): Get instruction counter from eof_ic, not from
12114 ccl->eof_ic on EOF.
12115 (ccl_debug_hook): New function.
12116 (struct ccl_prog_stack): New member eof_ic.
12117 (ccl_driver): Handle EOF in subrountine call correctly.
12118
12119 2004-06-11 Kenichi Handa <handa@m17n.org>
12120
12121 * coding.c (encode_coding_string): Check CODING_FINISH_INTERRUPT.
12122
12123 2004-06-11 Kim F. Storm <storm@cua.dk>
12124
12125 * emacs.c (shut_down_emacs): Inhibit redisplay during shutdown.
12126
12127 2004-06-11 Juanma Barranquero <lektu@terra.es>
12128
12129 * keyboard.c (Fposn_at_point): Doc fix.
12130
12131 2004-06-11 David Kastrup <dak@gnu.org>
12132
12133 * search.c (match_limit): Don't flag an error if match-data
12134 exceeding the allocated search_regs.num_regs gets requested, just
12135 return Qnil.
12136
12137 2004-06-08 Miles Bader <miles@gnu.org>
12138
12139 * xfaces.c (push_named_merge_point): Return 0 when a cycle is detected.
12140
12141 2004-06-07 Juanma Barranquero <lektu@terra.es>
12142
12143 * editfns.c (Fuser_login_name, Ffloat_time, Fencode_time)
12144 (Fcurrent_time_string, Fcurrent_time_zone)
12145 (Finsert_buffer_substring, Ftranspose_regions): Doc fixes.
12146
12147 2004-06-07 Miles Bader <miles@gnu.org>
12148
12149 * xfaces.c (struct named_merge_point): New type.
12150 (push_named_merge_point): New function.
12151 (merge_named_face): New function.
12152 (merge_face_ref, face_at_buffer_position, face_at_string_position):
12153 Use `merge_named_face'.
12154 (merge_face_inheritance): Function removed.
12155 (merge_face_ref): Rename from `merge_face_vector_with_property'.
12156 Add new `err_msgs' and `named_merge_points' args. Return error
12157 status. Only print error messages if ERR_MSGS is true. Don't try to
12158 do :inherit attribute validation.
12159 (merge_face_heights): Handle `unspecified' in both directions.
12160 (merge_face_vectors): Rename `cycle_check' arg to `named_merge_points'.
12161 Call `merge_face_ref' instead of `merge_face_inheritance'.
12162 (Fdisplay_supports_face_attributes_p, Fface_attributes_as_vector)
12163 (compute_char_face, face_at_buffer_position)
12164 (face_at_string_position): Call `merge_face_ref' instead of
12165 `merge_face_vector_with_property'.
12166
12167 2004-06-07 Kenichi Handa <handa@m17n.org>
12168
12169 * coding.c (find_safe_codings): Check NILP (safe_codings) only at
12170 the necessary places.
12171
12172 2004-06-07 Kim F. Storm <storm@cua.dk>
12173
12174 * process.c (Fdelete_process): Undo 2004-05-28 change.
12175 Instead, call status_notify also for network process.
12176 (status_message): Use process instead of status as arg.
12177 Give messages "deleted" or "connection broken by remote peer" for
12178 an exited network process.
12179 (status_notify): Change call to status_message.
12180 (read_process_output): Increase readmax to 4096. Do not increase
12181 buffer size for datagram channels (default is now large enough).
12182
12183 2004-06-06 Steven Tamm <tamm@Steven-Tamms-Computer.local>
12184
12185 * macfns.c (x_create_tip_frame): Fix Mac OS X 10.1 compilation
12186 problem due to newly defined variable.
12187
12188 2004-06-06 Miles Bader <miles@gnu.org>
12189
12190 * xfaces.c (Fdisplay_supports_face_attributes_p): Give up
12191 immediately if non-interactive or not initialized.
12192
12193 2004-06-05 Richard M. Stallman <rms@gnu.org>
12194
12195 * minibuf.c (Fcompleting_read): Doc fix.
12196
12197 2004-06-05 Andreas Schwab <schwab@suse.de>
12198
12199 * macfns.c (x_create_tip_frame): Fix declaration after statement.
12200
12201 2004-06-05 Juanma Barranquero <lektu@terra.es>
12202
12203 * keymap.c (Fdescribe_vector): Fix docstring.
12204 (Fkey_description, Fglobal_key_binding): Fix typo in docstring.
12205
12206 2004-06-05 Miles Bader <miles@gnu.org>
12207
12208 * xfaces.c (tty_supports_face_attributes_p): Make sure the specified
12209 attributes have different values than the default face.
12210
12211 2004-06-04 Eli Zaretskii <eliz@gnu.org>
12212
12213 * xfaces.c (x_supports_face_attributes_p): Make this function
12214 conditional on HAVE_WINDOW_SYSTEM.
12215 (Fdisplay_supports_face_attributes_p) [HAVE_WINDOW_SYSTEM]:
12216 Don't call x_supports_face_attributes_p if it was not compiled in.
12217
12218 2004-06-04 Miles Bader <miles@gnu.org>
12219
12220 * xfaces.c (tty_supports_face_attributes_p): New function, mostly
12221 from Ftty_supports_face_attributes_p.
12222 (x_supports_face_attributes_p): New function.
12223 (Ftty_supports_face_attributes_p): Function deleted.
12224 (Fdisplay_supports_face_attributes_p): New function.
12225 (syms_of_xfaces): Initialize Sdisplay_supports_face_attributes_p.
12226 (face_attr_equal_p): New function.
12227 (lface_equal_p): Use it.
12228
12229 2004-06-03 Juanma Barranquero <lektu@terra.es>
12230
12231 * w32fns.c (Fx_display_grayscale_p, Fw32_send_sys_command)
12232 (Vw32_color_map): Fix typo in docstring.
12233 (Fx_create_frame, Fw32_find_bdf_fonts, Fx_show_tip)
12234 (Fw32_unregister_hot_key, Fw32_reconstruct_hot_key):
12235 Make argument names match their use in docstring.
12236
12237 2004-06-02 Juanma Barranquero <lektu@terra.es>
12238
12239 Work around bugs/problems with MinGW builds of graphics libraries
12240 called from MSVC builds of Emacs.
12241
12242 * image.c (lookup_image): Make pointer to img static.
12243 (png_read_from_memory): Disable "global" optimization.
12244
12245 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
12246
12247 * eval.c (Fcondition_case): Fix usage. Simplify.
12248
12249 * mem-limits.h (EXCEEDS_LISP_PTR) [USE_LSB_TAG]: Never true.
12250
12251 2004-05-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12252
12253 * macfns.c: Don't include ccl.h.
12254 [MAC_OSX]: Don't include QuickTime/QuickTime.h.
12255 [!MAC_OSX]: Don't include alloca.h, Windows.h, Gestalt.h, or
12256 TextUtils.h.
12257 (Fx_create_frame): Sync with xfns.c. Initialize cursor descriptors.
12258 (Fx_display_mm_height, Fx_display_mm_width): Calculate length from
12259 display height/width.
12260 (compute_tip_xy, Vx_max_tooltip_size): Declare.
12261 (unwind_create_tip_frame, compute_tip_xy): New functions.
12262 (x_create_tip_frame, Fx_show_tip, Fx_hide_tip): Sync with xfns.c.
12263 (syms_of_macfns): Initialize Qcancel_timer, Vx_max_tooltip_size,
12264 and last_show_tip_args.
12265
12266 * macgui.h [!MAC_OSX]: Include Gestalt.h.
12267 (Cursor, No_Cursor): New defines.
12268 [!TARGET_API_MAC_CARBON] (SetPortWindowPort): New compatibility macro.
12269 [!TARGET_API_MAC_CARBON] (arrow_cursor): Declare.
12270
12271 * macmenu.c (mac_menu_show, mac_dialog): Use SetPortWindowPort.
12272
12273 * macterm.c: Don't include Gestalt.h.
12274 (enum mouse_tracking_type, mouse_tracking_in_progress): Remove.
12275 (XDrawLine, XClearArea, XClearWindow, mac_draw_bitmap)
12276 (mac_set_clip_rectangle, mac_reset_clipping, XCreatePixmap)
12277 (XFillRectangle, mac_draw_rectangle, mac_draw_string_common)
12278 (mac_copy_area, mac_copy_area_with_mask, x_update_end)
12279 (construct_mouse_click, XTmouse_position)
12280 (x_scroll_bar_report_motion, x_calc_absolute_position)
12281 (do_mouse_moved, do_zoom_window, mac_do_receive_drag)
12282 (XTread_socket, make_mac_frame): Use SetPortWindowPort.
12283 (note_mouse_movement): Clear the mouse face and reset the pointer
12284 shape when the pointer goes outside the frame without grabbing.
12285 (mac_front_window): New function.
12286 (mac_window_to_frame): New macro.
12287 (XTmouse_position, x_scroll_bar_report_motion, do_window_update)
12288 (do_window_activate, do_window_deactivate, do_app_resume)
12289 (do_app_suspend, do_mouse_moved, do_menu_choice, do_grow_window)
12290 (do_zoom_window, mac_do_receive_drag, XTread_socket)
12291 (mac_check_for_quit_char): Use mac_front_window and/or
12292 mac_window_to_frame.
12293 (x_scroll_bar_handle_click): Set `(PORTION . WHOLE)' part in a
12294 scroll-bar click event.
12295 (mac_define_frame_cursor): Change the pointer shape.
12296 (x_free_frame_resources): Reset tip_window to NULL when it is
12297 disposed of.
12298 [!TARGET_API_MAC_CARBON] (arrow_cursor): New variable.
12299 [!TARGET_API_MAC_CARBON] (do_init_managers): Initialize arrow_cursor.
12300 (do_window_update): Don't do anything if the updated window is the
12301 tooltip window.
12302 (do_mouse_moved): Handle mouse movement events here (previously in
12303 XTread_socket). Clear the mouse face if
12304 dpyinfo->mouse_face_hidden is set.
12305 (do_os_event, do_events): Remove (now in XTread_socket).
12306 (XTread_socket): Immediately return if interrupt_input_blocked.
12307 Loop until all the events in the queue are processed.
12308 Rearrange codes for mouse grabbing. Add tooltip support. Include the
12309 contents of do_os_event and do_events. Remove mouse movement
12310 handling (now in do_mouse_moved). Add the case where
12311 Vmouse_highlight has an integer value.
12312 (NewMacWindow): Remove.
12313 (make_mac_frame): Do what NewMacWindow previously did. Don't do
12314 excess initializations.
12315 (make_mac_terminal_frame): Previous initializations in
12316 make_mac_frame are moved here.
12317 (mac_initialize_display_info):
12318 Initialize dpyinfo->mouse_face_overlay and dpyinfo->mouse_face_hidden.
12319
12320 * xdisp.c [MAC_OS] (No_Cursor): Remove variable.
12321 (define_frame_cursor1): Don't treat HAVE_CARBON as a special case.
12322
12323 2004-05-29 Richard M. Stallman <rms@gnu.org>
12324
12325 * lisp.h (truncate_undo_list): Update decl.
12326
12327 * alloc.c (undo_outer_limit): New variable.
12328 (syms_of_alloc): Defvar it.
12329 (Fgarbage_collect): Pass undo_outer_limit to truncate_undo_list.
12330
12331 * undo.c (truncate_undo_list): New arg LIMITSIZE.
12332
12333 * alloc.c (lisp_align_malloc): Check for base == 0
12334 regardless of HAVE_POSIX_MEMALIGN.
12335 Clean up HAVE_POSIX_MEMALIGN handling of `err'.
12336
12337 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
12338
12339 * alloc.c: Undo Kim's recent changes and fix the same bug differently.
12340 (marker_blocks_pending_free): Remove.
12341 (Fgarbage_collect): Sweep after cleaning up undo-lists.
12342 Mark the undo lists after claning them up.
12343 Don't free block in marker_blocks_pending_free.
12344 (mark_buffer): Don't mark undo_list.
12345 (gc_sweep): Sweep hash-tables and strings first.
12346 Do free marker blocks that are empty.
12347
12348 2004-05-28 Jim Blandy <jimb@redhat.com>
12349
12350 * regex.c (print_partial_compiled_pattern): Add missing 'break'
12351 after 'case wordend'. For symbeg and symend, print to stderr,
12352 like the other cases.
12353
12354 2004-05-28 Noah Friedman <friedman@splode.com>
12355
12356 * process.c (Fdelete_process): Do not call remove_process.
12357
12358 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
12359
12360 * alloc.c (struct backtrace): Remove.
12361 (Fgarbage_collect): Use the new mark_backtrace.
12362
12363 * eval.c (mark_backtrace): New function.
12364
12365 * minibuf.c (run_exit_minibuf_hook): New function.
12366 (read_minibuf_unwind): Don't run exit-minibuffer-hook any more.
12367 (read_minibuf): Use separate unwind handler to run exit-minibuf-hook.
12368
12369 2004-05-27 Kim F. Storm <storm@cua.dk>
12370
12371 * xdisp.c (back_to_previous_visible_line_start): Skip backwards
12372 over display properties, e.g. images, that replace buffer text.
12373
12374 2004-05-25 Kim F. Storm <storm@cua.dk>
12375
12376 * alloc.c (marker_blocks_pending_free): New var.
12377 (gc_sweep): Store free marker blocks on that list.
12378 (Fgarbage_collect): Free them after undo-list cleanup.
12379
12380 * process.c (wait_reading_process_input): Check connect_wait_mask
12381 before actually accepting connection in case it has already been
12382 accepted due to recursion.
12383
12384 2004-05-23 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
12385
12386 * coding.c (Fset_safe_terminal_coding_system_internal):
12387 Set suppress_error in safe_terminal_coding, not terminal_coding.
12388
12389 2004-05-22 Richard M. Stallman <rms@gnu.org>
12390
12391 * alloc.c (Fmake_string): Doc fix.
12392
12393 * buffer.c (clone_per_buffer_values): Copy the alist of local vars,
12394 and the alist pairs too.
12395
12396 * casefiddle.c (casify_object): Return OBJ unchanged if not real char.
12397
12398 * emacs.c (main): Update copyright year.
12399
12400 * fileio.c (Fread_file_name): Expand DIR if not absolute.
12401
12402 * insdel.c (del_range_2, replace_range): Don't write an anchor
12403 if the gap is empty.
12404
12405 * xdisp.c (try_scrolling): If scroll-up-aggressively or
12406 scroll-down-aggressively is small but positive, put point
12407 near the screen edge.
12408
12409 2004-05-22 Juanma Barranquero <lektu@terra.es>
12410
12411 * keymap.c (Fdefine_key): Doc fix.
12412
12413 2004-05-22 Kim F. Storm <storm@cua.dk>
12414
12415 * alloc.c (struct backtrace): Add debug_on_exit member.
12416 (Fgarbage_collect): Clear out buffer undo_list markers after gc_sweep.
12417 Identify those markers as Lisp_Misc_Free objects. Clear car and cdr of
12418 the removed cons cells.
12419 (mark_object): Undo previous change - disallow Lisp_Misc_Free objects.
12420 (gc_sweep): Clear cons_blocks before sweeping strings, so we don't have
12421 any cons cells pointing to unallocated stings.
12422 Do not lisp_free any marker blocks, as there may still be pointers
12423 to them from buffer undo lists at this stage of GC.
12424
12425 * keyboard.c (struct backtrace): Add debug_on_exit member.
12426 (Fcommand_execute): Clear it.
12427
12428 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
12429
12430 * intervals.c (lookup_char_property): Do not prematurely return nil.
12431
12432 2004-05-19 Jim Blandy <jimb@redhat.com>
12433
12434 Add support for new '\_<' and '\_>' regexp operators, matching the
12435 beginning and end of symbols.
12436
12437 * regex.c (enum syntaxcode): Add Ssymbol.
12438 (init_syntax_once): Set the syntax for '_' to Ssymbol, not Sword.
12439 (re_opcode_t): New opcodes `symbeg' and `symend'.
12440 (print_partial_compiled_pattern): Print the new opcodes properly.
12441 (regex_compile): Parse the new operators.
12442 (analyse_first): Skip sym(beg|end) (they match only the empty string).
12443 (mutually_exclusive_p): `symend' is mutually exclusive with \s_ and
12444 \sw; `symbeg' is mutually exclusive with \S_ and \Sw.
12445 (re_match_2_internal): Match symbeg and symend.
12446
12447 * search.c (trivial_regexp_p): \_ is no longer a trivial regexp.
12448
12449 2004-05-19 Kim F. Storm <storm@cua.dk>
12450
12451 * .gdbinit (xsymbol): Fix last change.
12452
12453 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
12454
12455 * .gdbinit (xprintstr): New fun.
12456 (xstring, xprintsym): Use it.
12457
12458 * w32proc.c (create_child): Use INTMASK.
12459
12460 * alloc.c (Fgarbage_collect): Do all the marking before flushing
12461 unmarked elements of the undo list.
12462
12463 2004-05-18 David Ponce <david@dponce.com>
12464
12465 * print.c (print): Reset print_depth before to call print_object.
12466
12467 2004-05-18 Jason Rumney <jasonr@gnu.org>
12468
12469 * w32console.c: Prefix RIF functions with w32con_ to avoid
12470 namespace clash with functions in term.c and w32term.c.
12471
12472 * w32menu.c (add_menu_item, w32_menu_display_help)
12473 [USE_LISP_UNION_TYPE]: Cast from Lisp_Object using i member.
12474
12475 * w32term.h (display_x_get_resource, vga_stdcolor_name): Add prototype.
12476
12477 2004-05-18 Eli Zaretskii <eliz@gnu.org>
12478
12479 * lisp.h (DECL_ALIGN): Remove restriction on MS-DOS systems.
12480
12481 * msdos.c (syms_of_msdos): Initialize dos-unsupported-char-glyph
12482 with make_number.
12483 (IT_write_glyphs): Extract glyph from dos-unsupported-char-glyph
12484 with XINT.
12485
12486 2004-05-18 Kim F. Storm <storm@cua.dk>
12487
12488 * blockinput.h (INPUT_BLOCKED_P): New macros.
12489
12490 * keyboard.c (Frecursive_edit): Return immediately if input blocked.
12491 (Ftop_level): Unblock input if blocked.
12492
12493 * buffer.h (GET_OVERLAYS_AT): New macro.
12494 * msdos.c (IT_note_mouse_highlight): Use it.
12495 * textprop.c (get_char_property_and_overlay): Use it.
12496 * xdisp.c (next_overlay_change, note_mouse_highlight): Use it.
12497 * xfaces.c (face_at_buffer_position): Use it.
12498
12499 * print.c (print_object): Increase buf size.
12500
12501 2004-05-17 Jason Rumney <jasonr@gnu.org>
12502
12503 * w32fns.c (Fw32_register_hot_key, Fw32_unregister_hot_key)
12504 (Fw32_toggle_lock_key) [USE_LISP_UNION_TYPE]: Cast from
12505 Lisp_Object using i member.
12506 (w32_quit_key): Rename from Vw32_quit_key, and make an int.
12507 (syms_of_w32fns, globals_of_w32fns): Use Lisp_Object and int
12508 consistently.
12509
12510 * w32proc.c (create_child): Use make_number instead of masking pid.
12511
12512 * w32fns.c (w32_color_map_lookup): Return a Lisp_Object.
12513 (x_to_w32_charset, w32_to_x_charset, w32_to_all_x_charsets):
12514 Use EQ to compare Lisp_Objects.
12515 (w32_parse_hot_key): Use int for lisp_modifiers consistently.
12516
12517 * w32term.c (w32_num_mouse_buttons): Rename from
12518 Vw32_num_mouse_buttons and make it an int.
12519
12520 * w32.c (init_environment): Use it.
12521
12522 * w32fns.c (w32_wnd_proc): Likewise.
12523
12524 * w32proc.c (w32_pipe_read_delay): Rename from
12525 Vw32_pipe_read_delay and make it an int.
12526
12527 * w32.c (_sys_read_ahead): Use it.
12528
12529 * lisp.h (egetenv) [USE_CRT_DLL]: Remove condition.
12530
12531 * w32proc.c (create_child) [USE_LSB_TAG]: Don't try to mask pid.
12532
12533 * w32inevt.c (w32_console_mouse_position, do_mouse_event)
12534 (key_event): Don't mix Lisp_Object and int.
12535
12536 * w32heap.c (init_heap) [USE_LSB_TAG]: Don't check heap location.
12537
12538 * keyboard.c (kbd_buffer_get_event): Don't use event->code and
12539 modifiers in language change event.
12540
12541 2004-05-17 Kim F. Storm <storm@cua.dk>
12542
12543 * alloc.c (mark_object): Ignore Lisp_Misc_Free objects.
12544 Such objects may be freed markers which still exist on an undo list.
12545
12546 2004-05-16 Juanma Barranquero <lektu@terra.es>
12547
12548 * data.c (Fset_default): Make argument names match their use in
12549 docstring.
12550
12551 2004-05-15 Andreas Schwab <schwab@suse.de>
12552
12553 * emacs.c (gdb_array_mark_flag): Define.
12554 * .gdbinit: Mask off gdb_array_mark_flag from vector sizes.
12555
12556 2004-05-15 Eli Zaretskii <eliz@gnu.org>
12557
12558 * lisp.h (DECL_ALIGN) [MSDOS]: Don't define DECL_ALIGN to use
12559 __attribute__((__aligned__)), so that USE_LSB_TAG would not become
12560 defined for the MS-DOS build.
12561
12562 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
12563
12564 * w32fns.c (Fw32_define_rgb_color): Avoid XSET.
12565
12566 2004-05-14 Kenichi Handa <handa@m17n.org>
12567
12568 * ccl.c (Fccl_execute_on_string): Fix setting elements of STATUS.
12569
12570 2004-05-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12571
12572 * lisp.h (Vx_resource_name, Vx_resource_class): Move from xfns.c
12573 section to frame.c section.
12574 (Fxw_display_color_p, Fx_file_dialog): Declare if
12575 HAVE_WINDOW_SYSTEM defined.
12576
12577 * macfns.c (Fx_create_frame): Fix int/Lisp_Object mixup.
12578
12579 * macmenu.c (set_frame_menubar): Use NILP to test a lisp value.
12580
12581 * macterm.c (mac_get_emulated_btn, mac_event_to_emacs_modifiers)
12582 (mac_get_mouse_btn): Use NILP and EQ to test/compare lisp values.
12583 (XTread_socket): Fix int/Lisp_Object mixup.
12584 (mac_check_for_quit_char): Fix pointer/Lisp_Object mixup.
12585
12586 * macterm.h (struct frame, struct face, struct image)
12587 (display_x_get_resource, Fx_display_color_p)
12588 (Fx_display_grayscale_p, Fx_display_planes, x_free_gcs):
12589 Add prototypes.
12590
12591 2004-05-14 Kim F. Storm <storm@cua.dk>
12592
12593 * process.c (wait_reading_process_input): Make reentrant.
12594 Make Available and Connecting non-static. Save and restore value
12595 of waiting_for_user_input_p.
12596
12597 2004-05-13 Kim F. Storm <storm@cua.dk>
12598
12599 * keyboard.c (mark_kboards): Don't mark x and y members
12600 that are overloaded in selection request events.
12601
12602 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
12603
12604 * lisp.h (USE_LSB_TAG): Make it the default when it is known to work.
12605
12606 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
12607
12608 * window.c (Fdisplay_buffer, Fsplit_window)
12609 (split-height-threshold): Doc fix.
12610
12611 2004-05-13 Juanma Barranquero <lektu@terra.es>
12612
12613 * xfaces.c (Ftty_supports_face_attributes_p)
12614 (Finternal_copy_lisp_face): Fix typo in docstring.
12615 (Finternal_get_lisp_face_attribute): Fix docstring.
12616
12617 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12618
12619 * xfns.c (syms_of_xfns): Provide x-toolkit also for GTK.
12620
12621 2004-05-11 Steven Tamm <steventamm@mac.com>
12622
12623 * macfns.c (Fx_create_frame): Default to using tool-bar by
12624 setting tool-bar-lines to 1 in default-frame-alist.
12625
12626 2004-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12627
12628 * image.c (xpm_scan, xpm_make_color_table_v, xpm_put_color_table_v)
12629 (xpm_get_color_table_v, xpm_make_color_table_h)
12630 (xpm_put_color_table_h, xpm_get_color_table_h)
12631 (xpm_str_to_color_key, xpm_load_image, xpm_load)
12632 (syms_of_image): Support XPM on Carbon Emacs. Does not
12633 depend on libXpm, but only supports XPM version 3 without extensions.
12634
12635 2004-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12636
12637 * macterm.c (x_flush, XTframe_up_to_date): Use FRAME_MAC_P
12638 instead of FRAME_X_P
12639
12640 2004-05-11 Kim F. Storm <storm@cua.dk>
12641
12642 * process.c (read_process_output): Grow decoding_buf when needed;
12643 this could cause a crash in allocate_string and compact_small_strings.
12644
12645 2004-04-29 Jim Blandy <jimb@redhat.com>
12646
12647 * regex.c (mutually_exclusive_p): In 'case wordbeg', compare op2
12648 against proper opcode.
12649
12650 2004-05-10 Juanma Barranquero <lektu@terra.es>
12651
12652 * process.c (Fstart_process): Fix docstring.
12653
12654 * charset.c (Fget_unused_iso_final_char): Fix typos in docstring.
12655 (Fchar_bytes, Fchar_width, Fstring_width, Fchar_direction)
12656 (Fsplit_char, Fchar_charset): Make argument names match their use
12657 in docstring.
12658
12659 2004-05-10 Richard M. Stallman <rms@gnu.org>
12660
12661 * print.c (print_preprocess): Use being_printed, loop_count and
12662 halftail to detect overdeep nesting and cyclic cdr chains.
12663
12664 2004-05-10 Andreas Schwab <schwab@suse.de>
12665
12666 * lisp.h (Fmake_symbolic_link): Declare.
12667
12668 * fileio.c (Frename_file): Remove extra argument in call to
12669 Fmake_symbolic_link.
12670
12671 2004-05-10 Kim F. Storm <storm@cua.dk>
12672
12673 * xdisp.c (calc_line_height_property): Use string position when
12674 object is a string.
12675
12676 2004-05-10 Kenichi Handa <handa@m17n.org>
12677
12678 * print.c (temp_output_buffer_setup): Bind inhibit-read-only and
12679 inhibit-modification-hooks to t temporarily before calling
12680 Ferase_buffer.
12681
12682 * xfns.c (x_create_tip_frame): Bind inhibit-read-only and
12683 inhibit-modification-hooks to t temporarily before calling
12684 Ferase_buffer.
12685
12686 * w32fns.c (x_create_tip_frame): Bind inhibit-read-only and
12687 inhibit-modification-hooks to t temporarily before calling
12688 Ferase_buffer.
12689
12690 * fns.c (count_combining): Delete it.
12691 (concat): Don't check combining bytes.
12692
12693 2004-05-09 Jason Rumney <jasonr@gnu.org>
12694
12695 * w32fns.c (Vw32_ansi_code_page): New Lisp variable.
12696 (globals_of_w32fns): Set it.
12697
12698 2004-05-09 Piet van Oostrum <piet@cs.uu.nl>
12699
12700 * data.c (Fquo): Simplify.
12701
12702 2004-05-08 Peter Whaite <emacs@whaite.ca> (tiny change)
12703
12704 * data.c (Fquo): If any argument is float, do the computation in
12705 floating point.
12706
12707 2004-05-08 Juanma Barranquero <lektu@terra.es>
12708
12709 * process.c (Fwaiting_for_user_input_p, Fmake_network_process)
12710 (Fset_process_query_on_exit_flag, Vprocess_adaptive_read_buffering):
12711 Fix spelling of Emacs on docstring.
12712 (Fset_process_coding_system, Fprocess_coding_system)
12713 (Fset_process_filter_multibyte, Fprocess_filter_multibyte_p):
12714 Make argument names match their use in docstring.
12715 (Fprocess_id, Fprocess_query_on_exit_flag, Finterrupt_process):
12716 Fix docstring.
12717
12718 * editfns.c (Finsert_buffer_substring): Make argument names match their
12719 use in docstring.
12720
12721 * syntax.c (Fmodify_syntax_entry): Fix docstring.
12722
12723 2004-05-07 Steven Tamm <steventamm@mac.com>
12724
12725 * macterm.c (mac_check_for_quit_char): Adding BLOCK_INPUT
12726 around call to ReceiveEvent to avoid certain crashes.
12727
12728 2004-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12729
12730 * macterm.c (mac_draw_line_to_pixmap, XCreatePixmapFromBitmapData)
12731 (mac_fill_rectangle_to_pixmap, mac_draw_rectangle_to_pixmap)
12732 (mac_copy_area_to_pixmap, mac_copy_area_with_mask_to_pixmap):
12733 Save/restore the current graphics port and device handle when
12734 drawing into an offscreen graphics world.
12735
12736 * image.c [MAC_OS] (XPutPixel, XGetPixel, image_load_qt_1)
12737 (gif_load): Likewise.
12738
12739 2004-05-07 Juanma Barranquero <lektu@terra.es>
12740
12741 * window.c (Fset_window_buffer): Fix docstring.
12742
12743 2004-05-06 Thien-Thi Nguyen <ttn@gnu.org>
12744
12745 * emacs.c (main) [VMS]: Fix var ref.
12746
12747 2004-05-06 Romain Francoise <romain@orebokech.com>
12748
12749 * data.c (Fsetq_default): Fix docstring.
12750
12751 2004-05-06 Jason Rumney <jasonr@gnu.org>
12752
12753 * image.c (Display) [HAVE_NTGUI]: Redefine while loading xpm.h
12754 to avoid name clash.
12755
12756 2004-05-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12757
12758 * fileio.c (barf_or_query_if_file_exists): Use lstat.
12759 (Frename_file): Handle renaming of symlinks across file systems.
12760 (Frename_file): Put symlink handling inside #ifdef S_IFLNK.
12761
12762 2004-05-04 Kim F. Storm <storm@cua.dk>
12763
12764 * xdisp.c (Qtotal): New var.
12765 (syms_of_xdisp): Intern and staticpro it.
12766 (calc_line_height_property): New arg total. Set it if
12767 line-spacing property has format (total . VALUE).
12768 (x_produce_glyphs): Ignore line-spacing if line-height is 0.
12769 Handle total line-spacing property.
12770
12771 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12772
12773 * gtkutil.c (xg_update_scrollbar_pos): Call XClearWindow to clear
12774 "under" scroll bar when size/position changes.
12775
12776 2004-05-03 Jason Rumney <jasonr@gnu.org>
12777
12778 * makefile.nt: Remove.
12779
12780 2004-05-02 Eli Zaretskii <eliz@gnu.org>
12781
12782 * syntax.h (SET_RAW_SYNTAX_ENTRY, SYNTAX_ENTRY_INT):
12783 Avoid compiler warnings.
12784
12785 * Makefile.in (region-cache.o): Depend on config.h.
12786
12787 2004-05-02 Romain Francoise <romain@orebokech.com>
12788
12789 * indent.c (compute_motion): Save vpos in prev_vpos when dealing
12790 with continuation lines, too.
12791
12792 2004-05-02 Thien-Thi Nguyen <ttn@gnu.org>
12793
12794 * syssignal.h (init_signals): Move decl outside `#ifdef POSIX_SIGNALS'.
12795
12796 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
12797
12798 * xdisp.c (calc_line_height_property): YAILOM (yet another
12799 int/Lisp_Object mixup).
12800
12801 2004-05-01 Eli Zaretskii <eliz@gnu.org>
12802
12803 * msdos.c (top-level): Add "#pragma pack(0)" after <dir.h>, to
12804 undo bad effect of pack(4) in some versions of system headers.
12805
12806 2004-05-01 Jason Rumney <jasonr@gnu.org>
12807
12808 * w32term.c (x_draw_hollow_cursor): Sync with xterm.c
12809
12810 2004-04-30 Kim F. Storm <storm@cua.dk>
12811
12812 * buffer.c (syms_of_buffer) <line-spacing>: Allow float value.
12813 (syms_of_buffer) <cursor-type>: Doc fix.
12814
12815 * dispextern.h (struct it): Remove member use_default_face.
12816 Add members override_ascent, override_descent, override_boff.
12817
12818 * xdisp.c (init_iterator): Handle line-spacing float value.
12819 Initialize override_ascent member.
12820 (append_space_for_newline): Reset override_ascent.
12821 Remove use_default_face.
12822 (calc_line_height_property): New function to calculate value of
12823 line-height and line-spacing properties. Look at overlays, too.
12824 Set override_ascent, override_descent, override_boff members when
12825 using another face than the current face. Float values are now
12826 relative to the frame default font, by default; accept a cons
12827 of ratio and face name to specify value relative to a specific face.
12828 (x_produce_glyphs): Use calc_line_height_property.
12829 Use override_ascent etc. when set to handle different face heights.
12830 A negative line-spacing property value is interpreted as a total
12831 line height, rather than inter-line spacing.
12832 (note_mouse_highlight): Allocate room for 40 overlays initially.
12833
12834 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
12835
12836 * data.c (Fsubr_name): New fun.
12837 (syms_of_data): Defsubr it.
12838
12839 2004-04-29 Kim F. Storm <storm@cua.dk>
12840
12841 * xdisp.c (null_glyph_slice): New var.
12842 (append_glyph, append_composite_glyph, append_stretch_glyph):
12843 Use it to initialize glyph slice.
12844
12845 2004-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
12846
12847 * xdisp.c (x_produce_glyphs): Fix the proverbial int/Lisp_Object mixup.
12848 (on_hot_spot_p): Make sure we always return a value.
12849 (Flookup_image_map): Remove unused var ix and iy.
12850 (note_mode_line_or_margin_highlight): Remove unused var `image'.
12851
12852 2004-04-27 Eli Zaretskii <eliz@gnu.org>
12853
12854 * msdos.c (init_environment): If one of the TMP... environment
12855 variables is set to a drive letter without a trailing slash,
12856 append a slash.
12857
12858 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
12859
12860 * editfns.c (lisp_time_argument): Provide externally.
12861
12862 * fileio.c (Fset_file_times): New function.
12863 (syms_of_fileio): Intern and staticpro it.
12864
12865 2004-04-27 Kim F. Storm <storm@cua.dk>
12866
12867 * xdisp.c (x_produce_glyphs): Fix last change; handle newline in
12868 header line strings.
12869
12870 * dispextern.h (struct it): New member use_default_face.
12871
12872 * xdisp.c (Qline_height): New variable.
12873 (syms_of_xdisp): Intern and staticpro it.
12874 (append_space_for_newline): Partially undo 2004-04-25 change;
12875 add default_face_p arg, and restore callers.
12876 Clear it->use_default_face after use.
12877 (x_produce_glyphs): Set default font for ascii char if
12878 it->use_default_font is set. Change line-spacing property to set
12879 just extra line spacing. Handle new line-height property.
12880
12881 2004-04-26 Andreas Schwab <schwab@suse.de>
12882
12883 * print.c (print_object): Print non-ascii characters in bool
12884 vector representation as octal escapes.
12885
12886 * lisp.h (BOOL_VECTOR_BITS_PER_CHAR): Define.
12887 * print.c (print_object): Use it instead of BITS_PER_CHAR for
12888 bool vectors.
12889 * lread.c (read1): Likewise.
12890 * alloc.c (Fmake_bool_vector): Likewise.
12891 * data.c (Faref, Faset): Likewise.
12892 * fns.c (Fcopy_sequence, concat, internal_equal, Ffillarray)
12893 (mapcar1): Likewise.
12894
12895 2004-04-26 Steven Tamm <tamm@Steven-Tamms-Computer.local>
12896
12897 * lread.c (init_lread): Fix typo in HAVE_CARBON test logic.
12898
12899 2004-04-26 Miles Bader <miles@gnu.org>
12900
12901 * lisp.h (CYCLE_CHECK): Macro moved from xfaces.c.
12902
12903 2004-04-26 Juanma Barranquero <lektu@terra.es>
12904
12905 * buffer.c (Fpop_to_buffer): Fix docstring.
12906
12907 2004-04-26 Steven Tamm <steventamm@mac.com>
12908
12909 * lread.c (init_lread): Don't display missing lisp directory
12910 warnings with Carbon Emacs because self-contained bundled Emacs
12911 may be built without correct installation path.
12912
12913 2004-04-25 Kim F. Storm <storm@cua.dk>
12914
12915 * macterm.c (x_draw_hollow_cursor): Fix height of box for narrow lines.
12916
12917 * xterm.c (x_draw_hollow_cursor): Fix height of box for narrow lines.
12918
12919 * xdisp.c (append_space_for_newline): Rename from append_space.
12920 Remove DEFAULT_FACE_P arg; always use current face. Callers changed.
12921 (x_produce_glyphs): Handle line-spacing property on newline char.
12922 If value is t, adjust ascent and descent to fit current row height.
12923 If value is an integer or float, set extra_line_spacing to integer
12924 value, or to float value x current line height.
12925
12926 2004-04-23 Kenichi Handa <handa@m17n.org>
12927
12928 * fontset.c (Finternal_char_font): If POSITION is nil, return
12929 font for displaying CH with the default face.
12930
12931 2004-04-23 Juanma Barranquero <lektu@terra.es>
12932
12933 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
12934
12935 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
12936
12937 * lisp.h (XINT) [EXPLICIT_SIGN_EXTEND && !NO_UNION_TYPE]:
12938 Don't make assumptions about the relative place of i and val.
12939 (EQ) [!NO_UNION_TYPE]: Don't forget to check the type match as well.
12940
12941 2004-04-21 Kim F. Storm <storm@cua.dk>
12942
12943 * dispextern.h (struct glyph_slice): New struct.
12944 (struct glyph): New member slice.
12945 (GLYPH_SLICE_EQUAL_P): New macro.
12946 (GLYPH_EQUAL_P): Use it.
12947 (struct glyph_string): New member slice.
12948 (struct it_slice): New struct.
12949 (struct it): New member slice, add member to stack too.
12950 New member constrain_row_ascent_descent_p.
12951 (image_ascent): Add prototype.
12952
12953 * dispnew.c (buffer_posn_from_coords): Return full image width
12954 and height even for image slices (posn is relative to full image).
12955 (marginal_area_string): Adjust x0,y0 for image slice.
12956
12957 * image.c (image_ascent): Add slice arg; calculate ascent for
12958 image slice (or full image).
12959
12960 * keyboard.c (Fposn_at_x_y, Fposn_at_point): New defuns.
12961 (syms_of_keyboard): Defsubr them.
12962
12963 * lisp.h (pos_visible_p): Fix prototype.
12964
12965 * macterm.c (x_draw_relief_rect): Add top_p and bot_p args.
12966 (x_draw_glyph_string_box): Fix call to x_draw_relief_rect.
12967 (x_draw_image_foreground, x_draw_image_relief)
12968 (x_draw_image_foreground_1, x_draw_image_glyph_string):
12969 Draw sliced images.
12970
12971 * w32term.c (w32_draw_relief_rect): Add top_p and bot_p args.
12972 (x_draw_glyph_string_box): Fix call to x_draw_relief_rect.
12973 (x_draw_image_foreground, x_draw_image_relief)
12974 (w32_draw_image_foreground_1, x_draw_image_glyph_string):
12975 Draw sliced images.
12976
12977 * w32term.h (image_ascent): Remove prototype.
12978
12979 * window.c (Fpos_visible_in_window_p): Return pixel position if
12980 PARTIALLY arg is non-nil. Simplify. Doc fix.
12981 (Fwindow_vscroll, Fset_window_vscroll): Add optional PIXEL_P arg
12982 to return/set vscroll in pixels.
12983
12984 * window.h (Fwindow_vscroll, Fset_window_vscroll): Fix EXFUN.
12985
12986 * xdisp.c (Qslice): New variable.
12987 (syms_of_xdisp): Intern and staticpro it.
12988 (pos_visible_p): Return pixel position in new x and y args.
12989 (init_iterator): Reset it->slice info.
12990 (handle_display_prop): Parse (slice ...) property.
12991 (push_it, pop_it): Save/restore slice info.
12992 (make_cursor_line_fully_visible): Fix 2004-04-14 change. Do not
12993 force repositioning of tall row if window is vscrolled, as that
12994 would reset vscroll.
12995 (append_space): Set it->constrain_row_ascent_descent_p to avoid
12996 increasing row height if row is non-empty.
12997 (fill_image_glyph_string): Copy slice info.
12998 (take_vertical_position_into_account): Simplify.
12999 (produce_image_glyph): Handle iterator slice info, setup glyph
13000 slice info. Do not force minimum line height.
13001 (x_produce_glyphs): If it->constrain_row_ascent_descent_p is set,
13002 do not increase height (ascent/descent) of non-empty row when
13003 adding normal character glyph; instead reduce glyph ascent/descent
13004 appropriately; if row is higher than current glyph, adjust glyph
13005 descent/ascent to reposition glyph within the existing row.
13006 Likewise, when char is newline, only set ascent/descent if row is
13007 currently empty.
13008 (note_mouse_highlight): Handle hotspots with sliced image.
13009
13010 * xterm.c (x_draw_relief_rect): Add top_p and bot_p args.
13011 (x_draw_glyph_string_box): Fix call to x_draw_relief_rect.
13012 (x_draw_image_foreground, x_draw_image_relief)
13013 (x_draw_image_foreground_1, x_draw_image_glyph_string):
13014 Draw sliced images.
13015
13016 * xterm.h (image_ascent): Remove prototype.
13017
13018 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
13019
13020 * keymap.c (Fkey_description): Fix the usual int/Lisp_Object mixup.
13021
13022 2004-04-20 John Paul Wallington <jpw@gnu.org>
13023
13024 * fns.c (Fassoc, Feql): Fix indentation.
13025
13026 * fontset.c (regularize_fontname): Rename from regulalize_fontname.
13027
13028 2004-04-19 John Paul Wallington <jpw@gnu.org>
13029
13030 * fns.c (Feql): New function.
13031 (syms_of_fns): Defsubr it.
13032
13033 2004-04-18 Jason Rumney <jasonr@gnu.org>
13034
13035 * w32select.c (Fw32_set_clipboard_data): Get sequence number
13036 after closing the clipboard.
13037
13038 2004-04-16 Luc Teirlinck <teirllm@auburn.edu>
13039
13040 * buffer.c (Fbuffer_base_buffer): Doc fix.
13041
13042 2004-04-17 Kim F. Storm <storm@cua.dk>
13043
13044 * keymap.c (Fkey_description): Add optional PREFIX arg.
13045 Combine prefix with KEYS to make up the full key sequence to describe.
13046 Correlate meta_prefix_char and following (simple) key to describe
13047 as meta modifier. All callers changed.
13048 (describe_map): Rename arg `keys' to `prefix'. Remove local
13049 `elt_prefix' var. Use Fkey_description with prefix instead of
13050 elt_prefix combined with Fsingle_key_description.
13051 (describe_vector): Declare static. Replace arg `elt_prefix' with
13052 `prefix'. Add KEYMAP_P arg. Add local var `elt_prefix'; use it
13053 if !KEYMAP_P. Use Fkey_description with prefix instead of
13054 Fsingle_key_description.
13055
13056 * keymap.h (Fkey_description): Fix prototype.
13057 (describe_vector): Remove prototype.
13058
13059 * xdisp.c (update_overlay_arrows): Fix handling of up_to_date < 0.
13060
13061 * image.c (PNG_BG_COLOR_SHIFT): Remove.
13062 (png_load): Fix calculation of transparent background color on X
13063 and W32 platforms.
13064
13065 2004-04-16 Juanma Barranquero <lektu@terra.es>
13066
13067 * xdisp.c (try_scrolling): Make sure `scroll-conservatively' is
13068 not too large before computing how much to scroll.
13069
13070 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
13071
13072 * dired.c (Ffile_attributes): Don't pass extra nil arg to file-handler.
13073
13074 2004-04-14 Luc Teirlinck <teirllm@auburn.edu>
13075
13076 * fileio.c (Fverify_visited_file_modtime, Fvisited_file_modtime):
13077 Add hyperlink to Elisp manual to the docstring.
13078
13079 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
13080
13081 * callint.c (fix_command): Use XDCR.
13082
13083 2004-04-14 Nick Roberts <nick@nick.uklinux.net>
13084
13085 * window.c (Fget_lru_window): Doc fix.
13086
13087 2004-04-14 Kim F. Storm <storm@cua.dk>
13088
13089 * editfns.c (Fformat): Fix allocation size of precision array.
13090
13091 * dispnew.c (update_window): Only set changed_p if
13092 scrolling_window actually did scroll.
13093 (scrolling_window): Only return 1 if we actually did scroll.
13094
13095 * xdisp.c (get_glyph_string_clip_rect): Fix reduction of cursor
13096 height to glyph height when cursor row is not fully visible.
13097 (make_cursor_line_fully_visible): Add FORCE_P arg to return
13098 failure in case row is higher than window. Callers changed.
13099 (try_scrolling): Fix loop in scrolling if last_line_misfit (from Gerd).
13100 Try to scroll partially visible, higher-than-window cursor row.
13101 (redisplay_window): Always try to scroll partially visible,
13102 higher-than-window cursor row - both initially and again with
13103 centering_position = 0.
13104 Clear desired matrix before retrying with centering_position = 0.
13105
13106 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
13107
13108 * syntax.c (scan_lists): Simplify backward string scan.
13109 Fix off-by-one boundary check for string and comment fences.
13110
13111 2004-04-13 Joe Buehler <jbuehler@hekimian.com>
13112
13113 * sheap.c, unexcw.c: New files.
13114
13115 2004-04-12 Luc Teirlinck <teirllm@auburn.edu>
13116
13117 * buffer.c (Fmake_indirect_buffer): Throw an error if the intended
13118 base buffer has been killed. Correct the error message if the
13119 base buffer does not exist.
13120
13121 2004-04-12 Joe Buehler <jbuehler@hekimian.com>
13122
13123 * s/cygwin.h: Changes for Cygwin unexec() support, changes in
13124 Cygwin itself. Add support for Xaw3d scrollbars.
13125
13126 * puresize.h: Set up PURE_P() for Cygwin unexec() support.
13127
13128 * lastfile.c: Define my_endbss[] for Cygwin unexec() support.
13129
13130 * gmalloc.c (__default_morecore): Use bss_sbrk(), not __sbrk(),
13131 before Cygwin unexec.
13132
13133 * Makefile.in: Link changes for Cygwin unexec() support.
13134
13135 2004-04-12 Andreas Schwab <schwab@suse.de>
13136
13137 * buffer.c (Fmake_indirect_buffer): Check that NAME is a string.
13138
13139 2004-04-11 Luc Teirlinck <teirllm@auburn.edu>
13140
13141 * buffer.c (Fgenerate_new_buffer_name): Return NAME argument if
13142 IGNORE argument equals NAME. Doc fix.
13143
13144 2004-04-11 Masatake YAMATO <jet@gyve.org>
13145
13146 * buffer.c (fix_start_end_in_overlays): Make overlays
13147 empty if they are backwards.
13148
13149 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
13150
13151 * xfaces.c (face_color_supported_p): Fix compilation without X11.
13152
13153 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
13154
13155 * doc.c (Fsnarf_documentation): Ignore new file name entries.
13156
13157 2004-04-06 Kim F. Storm <storm@cua.dk>
13158
13159 * msdos.c (clear_mouse_face): Only clear mouse highlight if not hidden.
13160 (dos_rawgetc): Set mouse_face_hidden after clearing highlight.
13161
13162 * w32term.c (w32_read_socket): Set mouse_face_hidden after
13163 clearing highlight.
13164
13165 * xdisp.c (clear_mouse_face): Only clear mouse highlight if not hidden.
13166
13167 * xterm.c (handle_one_xevent): Set mouse_face_hidden after
13168 clearing highlight.
13169
13170 * indent.c (vmotion): Do not reserve one column for continuation
13171 marks on window frames.
13172
13173 2004-04-04 Eli Zaretskii <eliz@gnu.org>
13174
13175 * charset.h (SINGLE_BYTE_CHAR_P): Fix macro to avoid warnings
13176 from GCC.
13177
13178 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
13179
13180 * .gdbinit-union: Remove.
13181
13182 * .gdbinit: Make it work for USE_LSB_TAG and !NO_LISP_UNION.
13183 (xgetptr, xgetint, xgettype): New funs. Use them everywhere.
13184 ($nonvalbits): Remove.
13185 ($valmask): Set it by calling xreload to avoid redundancy.
13186
13187 * emacs.c (gdb_use_union, gdb_use_lsb): New vars.
13188 (gdb_emacs_intbits): Remove.
13189
13190 2004-03-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13191
13192 * data.c (Fbyteorder): Make test work even if unsigned is not 4 bytes.
13193
13194 2004-03-30 Kenichi Handa <handa@m17n.org>
13195
13196 * editfns.c (Fformat): Fix initialization of the array info.
13197
13198 2004-03-30 Kim F. Storm <storm@cua.dk>
13199
13200 * xterm.c (x_mouse_click_focus_ignore_position): New var.
13201 (syms_of_xterm): DEFVAR_BOOL it.
13202 (ignore_next_mouse_click_timeout): New var.
13203 (handle_one_xevent): Clear it on KeyPress, set it on EnterNotify.
13204 Use it to filter mouse clicks following focus event.
13205
13206 2004-03-29 David Ponce <david@dponce.com>
13207
13208 * callint.c (Fcall_interactively): Fix last change.
13209
13210 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
13211
13212 * eval.c (Fcommandp): Simplify.
13213
13214 * data.c (Finteractive_form): Rename from Fsubr_interactive_form.
13215 Extend to handle all kinds of functions.
13216
13217 * lisp.h (Finteractive_form): Declare.
13218
13219 * callint.c (Fcall_interactively): Use it.
13220
13221 2004-03-26 Kim F. Storm <storm@cua.dk>
13222
13223 * xdisp.c (syms_of_xdisp): Include `void-variable' in list_of_error
13224 to catch errors in calc_pixel_width_or_height during redisplay.
13225
13226 2004-03-26 Masatake YAMATO <jet@gyve.org>
13227
13228 * buffer.c (fix_start_end_in_overlays): Rename fix_overlays_in_range.
13229
13230 * lisp.h (fix_start_end_in_overlays): Likewise.
13231
13232 * insdel.c (adjust_markers_for_insert): Call fix_start_end_in_overlays.
13233
13234 * editfns.c (Ftranspose_regions): Likewise.
13235
13236 2004-03-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13237
13238 * xterm.c (handle_one_xevent): Do not pass key press events to GTK.
13239
13240 2004-03-19 Richard M. Stallman <rms@gnu.org>
13241
13242 * s/sol2-6.h: Delete previous change.
13243
13244 2004-03-19 Kim F. Storm <storm@cua.dk>
13245
13246 * xdisp.c (move_it_in_display_line_to): Fix MOVE_TO_POS case when
13247 to_charpos corresponds to newline in right fringe. Use local
13248 BUFFER_POS_REACHED_P macro.
13249
13250 2004-03-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13251
13252 * xdisp.c (calc_pixel_width_or_height): Add ifdef HAVE_WINDOW_SYSTEM
13253 to compile on non-window system.
13254
13255 2004-03-19 Kim F. Storm <storm@cua.dk>
13256
13257 * dispextern.h (calc_pixel_width_or_height): Add prototype.
13258
13259 * image.c (Qcenter): Move to xdisp.c.
13260
13261 * xdisp.c (Qcenter): Declare here.
13262 (syms_of_xdisp): Intern and staticpro it.
13263 (handle_single_display_prop): Allow space display property on all
13264 platforms.
13265 (display_mode_line): Set mode_line_p before displaying line.
13266 (calc_pixel_width_or_height): Declare extern. Add separate :align-to
13267 handling. Remove complex cases for fringes and scroll-bars.
13268 Add left, right, and center alignment positions. Add text (area)
13269 width/height. Return width or height for image specs.
13270 (produce_stretch_glyph): Improve handling of :align-to. Is now
13271 relative to left of text area by default, but other base offsets
13272 can be specified -- also for text lines.
13273
13274 * term.c (produce_glyphs): Handle IT_STRETCH.
13275 (produce_stretch_glyph): New function to handle space width and
13276 align-to display properties on non-window systems.
13277
13278 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
13279
13280 * fileio.c (Fread_file_name): Set completion-ignore-case for
13281 case-insensitive systems.
13282
13283 2004-03-14 Masatake YAMATO <jet@gyve.org>
13284
13285 * xdisp.c (note_mode_line_or_margin_highlight): Accept HEADER_LINE
13286 when keymap and cursor are setup.
13287
13288 2004-03-14 Steven Tamm <steventamm@mac.com>
13289
13290 * Makefile.in (XMENU_OBJ) [HAVE_CARBON]: Do not include xmenu.o.
13291
13292 2004-03-14 Kim F. Storm <storm@cua.dk>
13293
13294 * dispextern.h (x_find_image_file): Add prototype.
13295
13296 * image.c (x_find_image_file): Make extern.
13297
13298 * xfns.c (x_find_image_file): Remove prototype.
13299
13300 2004-03-13 Eli Zaretskii <eliz@gnu.org>
13301
13302 * Makefile.in (XMENU_OBJ): Include xmenu.o if HAVE_MENUS is defined.
13303
13304 * emacs.c (main): Call syms_of_xmenu only if HAVE_MENUS is defined.
13305
13306 2004-03-12 Richard M. Stallman <rms@gnu.org>
13307
13308 * fns.c (internal_equal): New arg PROPS controls comparing
13309 text properties. All callers changed.
13310 (Fequal_including_properties): New function.
13311 (syms_of_fns): defsubr it.
13312
13313 2004-03-12 Kim F. Storm <storm@cua.dk>
13314
13315 Fix image support on MAC. From YAMAMOTO Mitsuharu.
13316
13317 * dispextern.h (XImagePtr, XImagePtr_or_DC): Add typedefs.
13318 (image_background, image_background_transparent): Fix prototypes.
13319
13320 * image.c (XImagePtr, XImagePtr_or_DC): Move typedefs to dispextern.h.
13321
13322 * macfns.c (x_list_fonts, x_get_font_info, x_load_font)
13323 (x_query_font, x_find_ccl_program, x_set_window_size)
13324 (x_make_frame_visible, mac_initialize, XCreatePixmap)
13325 (XCreatePixmapFromBitmapData, XFreePixmap, XSetForeground)
13326 (mac_draw_line_to_pixmap): Move prototypes to macterm.h.
13327
13328 * macterm.h (x_list_fonts, x_get_font_info, x_load_font)
13329 (x_query_font, x_find_ccl_program, x_set_window_size)
13330 (x_make_frame_visible, mac_initialize, XCreatePixmap)
13331 (XCreatePixmapFromBitmapData, XFreePixmap, XSetForeground)
13332 (mac_draw_line_to_pixmap): Add prototypes.
13333
13334 2004-03-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13335
13336 * macterm.c (XTread_socket): Fix mouse click on tool bar.
13337
13338 2004-03-11 Kim F. Storm <storm@cua.dk>
13339
13340 * dispextern.h: Move image related prototypes from xfns.c section
13341 to image.c. Condition them by HAVE_WINDOW_SYSTEM rather than
13342 HAVE_X_WINDOWS.
13343
13344 * Makefile.in (XOBJ): Consolidate into one list. Add image.o.
13345 Move gtkutil.o to new GTK_OBJ list.
13346 (XMENU_OBJ) [HAVE_MENUS]: Move declaration to proper place.
13347 (GTK_OBJ) [USE_GTK]: New declaration.
13348 (obj): Add $(GTK_OBJ) to list.
13349
13350 2004-03-11 Steven Tamm <steventamm@mac.com>
13351
13352 * image.c [MAC_OSX]: Include sys/stat.h.
13353
13354 * macfns.c (syms_of_macfns): Remove definitions of things now
13355 defined in image.c.
13356
13357 2004-03-11 Kim F. Storm <storm@cua.dk>
13358
13359 The following changes consolidates the identical/similar image
13360 support code previously found in xfns.c, w32fns.c, and macfns.c
13361 into a new file image.c.
13362
13363 * makefile.w32-in (OBJ1): Add image.o.
13364 ($(BLD)/image.$(O)): Add dependencies.
13365
13366 * Makefile.in (XOBJ, MAC_OBJ): Add image.o.
13367 (image.o): Add dependencies.
13368
13369 * image.c: New file with consolidated image support code.
13370 (COLOR_TABLE_SUPPORT): New define to control whether
13371 color table support is available (X only).
13372 (Bitmap_Record): Common name for x_bitmap_record,
13373 w32_bitmap_record, and mac_bitmap_record.
13374 (XImagePtr): Common name for pointer to XImage or equivalent.
13375 (XImagePtr_or_DC): New type to simplify code sharing; equivalent
13376 to XImagePtr on X+MAC, and to HDC on W32.
13377 (GET_PIXEL): Wrapper for XGetPixel or equivalent.
13378 (NO_PIXMAP): Common name for "None" or equivalent.
13379 (PNG_BG_COLOR_SHIFT): Bits to shift PNG background colors.
13380 (RGB_PIXEL_COLOR): Common type for an integer "pixel color" value.
13381 (PIX_MASK_RETAIN, PIX_MASK_DRAW): Portability macros (from macfns.c).
13382 (FRAME_X_VISUAL, x_defined_color, DefaultDepthOfScreen):
13383 Define with suitable equivalents on W32 and MAC for code sharing.
13384 (XDrawLine): Define on MAC for code sharing.
13385 (Destroy_Image, Free_Pixmap): Wrappers for code sharing.
13386 (IF_LIB_AVAILABLE): Macro to simplify code sharing.
13387 (Vx_bitmap_file_path, Vimage_cache_eviction_delay)
13388 (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
13389 (x_reference_bitmap, x_create_bitmap_from_data)
13390 (x_create_bitmap_from_file, x_destroy_bitmap)
13391 (x_destroy_all_bitmaps, x_create_bitmap_mask)
13392 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
13393 (QCascent, QCmargin, QCrelief, QCconversion, QCcolor_symbols)
13394 (QCheuristic_mask, QCindex, QCmatrix, QCcolor_adjustment, QCmask)
13395 (Qlaplace, Qemboss, Qedge_detection, Qheuristic, Qcenter)
13396 (define_image_type, lookup_image_type, valid_image_p)
13397 (image_error, enum image_value_type, struct image_keyword)
13398 (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
13399 (make_image, free_image, prepare_image_for_display, image_ascent)
13400 (four_corners_best, image_background, image_background_transparent)
13401 (x_clear_image_1, x_clear_image, x_alloc_image_color)
13402 (make_image_cache, free_image_cache, clear_image_cache)
13403 (Fclear_image_cache, postprocess_image, lookup_image, cache_image)
13404 (forall_images_in_image_cache, x_create_x_image_and_pixmap)
13405 (x_destroy_x_image, x_put_x_image, x_find_image_file, slurp_file)
13406 (find_image_fsspec, image_load_qt_1, image_load_quicktime)
13407 (init_image_func_pointer, image_load_quartz2d)
13408 (struct ct_color, init_color_table, free_color_table)
13409 (lookup_rgb_color, lookup_pixel_color, colors_in_color_table)
13410 (cross_disabled_images, x_to_xcolors, x_from_xcolors)
13411 (x_detect_edges, x_emboss, x_laplace, x_edge_detection)
13412 (x_disable_image, x_build_heuristic_mask)
13413 (XBM support, XPM support, PBM support, PNG support, JPEG support)
13414 (TIFF support, GIF support, Ghostscript support): Consolidate image
13415 code from xfns.c, w32fns.c, and macfns.c.
13416 (syms_of_image): Consolidate image related symbol setup here.
13417 (init_image): Consolidate image related initializations here.
13418
13419 * emacs.c (main) [HAVE_WINDOW_SYSTEM]: Add calls to syms_of_image
13420 and init_image. Remove call to init_xfns.
13421
13422 * macterm.h (struct mac_bitmap_record): Add file member.
13423 Not currently used, but simplifies code sharing.
13424
13425 * macfns.c (Vx_bitmap_file_path, Vimage_cache_eviction_delay)
13426 (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
13427 (x_reference_bitmap, x_create_bitmap_from_data)
13428 (x_create_bitmap_from_file, x_destroy_bitmap)
13429 (x_destroy_all_bitmaps, x_create_bitmap_mask)
13430 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
13431 (QCascent, QCmargin, QCrelief, QCconversion, QCcolor_symbols)
13432 (QCheuristic_mask, QCindex, QCmatrix, QCcolor_adjustment, QCmask)
13433 (Qlaplace, Qemboss, Qedge_detection, Qheuristic, Qcenter)
13434 (define_image_type, lookup_image_type, valid_image_p)
13435 (image_error, enum image_value_type, struct image_keyword)
13436 (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
13437 (make_image, free_image, prepare_image_for_display, image_ascent)
13438 (four_corners_best, image_background, image_background_transparent)
13439 (x_clear_image_1, x_clear_image, x_alloc_image_color)
13440 (make_image_cache, free_image_cache, clear_image_cache)
13441 (Fclear_image_cache, postprocess_image, lookup_image, cache_image)
13442 (forall_images_in_image_cache, x_create_x_image_and_pixmap)
13443 (x_destroy_x_image, x_put_x_image, x_find_image_file, slurp_file)
13444 (find_image_fsspec, image_load_qt_1, image_load_quicktime)
13445 (init_image_func_pointer, image_load_quartz2d)
13446 (struct ct_color, init_color_table, free_color_table)
13447 (lookup_rgb_color, lookup_pixel_color, colors_in_color_table)
13448 (cross_disabled_images, x_to_xcolors, x_from_xcolors)
13449 (x_detect_edges, x_emboss, x_laplace, x_edge_detection)
13450 (x_disable_image, x_build_heuristic_mask)
13451 (XBM support, XPM support, PBM support, PNG support, JPEG support)
13452 (TIFF support, GIF support, Ghostscript support): Merge with image
13453 code from xfns.c and macfns.c into image.c.
13454 (syms_of_xfns): Move image related symbols to image.c.
13455 (init_external_image_libraries, init_xfns): Remove; initialization
13456 moved to init_image in image.c.
13457
13458 * w32fns.c (Vx_bitmap_file_path, Vimage_cache_eviction_delay)
13459 (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
13460 (x_reference_bitmap, x_create_bitmap_from_data)
13461 (x_create_bitmap_from_file, x_destroy_bitmap)
13462 (x_destroy_all_bitmaps, x_create_bitmap_mask)
13463 (QCascent, QCmargin, QCrelief, QCconversion, QCcolor_symbols)
13464 (QCheuristic_mask, QCindex, QCmatrix, QCcolor_adjustment, QCmask)
13465 (Qlaplace, Qemboss, Qedge_detection, Qheuristic, Qcenter)
13466 (define_image_type, lookup_image_type, valid_image_p)
13467 (image_error, enum image_value_type, struct image_keyword)
13468 (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
13469 (make_image, free_image, prepare_image_for_display, image_ascent)
13470 (four_corners_best, image_background, image_background_transparent)
13471 (x_clear_image_1, x_clear_image, x_alloc_image_color)
13472 (make_image_cache, free_image_cache, clear_image_cache)
13473 (Fclear_image_cache, postprocess_image, lookup_image, cache_image)
13474 (forall_images_in_image_cache, x_create_x_image_and_pixmap)
13475 (x_destroy_x_image, x_put_x_image, x_find_image_file, slurp_file)
13476 (struct ct_color, init_color_table, free_color_table)
13477 (lookup_rgb_color, lookup_pixel_color, colors_in_color_table)
13478 (cross_disabled_images, x_to_xcolors, x_from_xcolors)
13479 (x_detect_edges, x_emboss, x_laplace, x_edge_detection)
13480 (x_disable_image, x_build_heuristic_mask)
13481 (XBM support, XPM support, PBM support, PNG support, JPEG support)
13482 (TIFF support, GIF support, Ghostscript support): Merge with image
13483 code from xfns.c and macfns.c into image.c.
13484 (syms_of_xfns): Move image related symbols to image.c.
13485 (init_external_image_libraries, init_xfns): Remove; initialization
13486 moved to init_image in image.c.
13487
13488 * xfns.c (Vx_bitmap_file_path, Vimage_cache_eviction_delay)
13489 (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
13490 (x_reference_bitmap, x_create_bitmap_from_data)
13491 (x_create_bitmap_from_file, x_destroy_bitmap)
13492 (x_destroy_all_bitmaps, x_create_bitmap_mask)
13493 (QCascent, QCmargin, QCrelief, QCconversion, QCcolor_symbols)
13494 (QCheuristic_mask, QCindex, QCmatrix, QCcolor_adjustment, QCmask)
13495 (Qlaplace, Qemboss, Qedge_detection, Qheuristic, Qcenter)
13496 (define_image_type, lookup_image_type, valid_image_p)
13497 (image_error, enum image_value_type, struct image_keyword)
13498 (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
13499 (make_image, free_image, prepare_image_for_display, image_ascent)
13500 (four_corners_best, image_background, image_background_transparent)
13501 (x_clear_image_1, x_clear_image, x_alloc_image_color)
13502 (make_image_cache, free_image_cache, clear_image_cache)
13503 (Fclear_image_cache, postprocess_image, lookup_image, cache_image)
13504 (forall_images_in_image_cache, x_create_x_image_and_pixmap)
13505 (x_destroy_x_image, x_put_x_image, x_find_image_file, slurp_file)
13506 (struct ct_color, init_color_table, free_color_table)
13507 (lookup_rgb_color, lookup_pixel_color, colors_in_color_table)
13508 (cross_disabled_images, x_to_xcolors, x_from_xcolors)
13509 (x_detect_edges, x_emboss, x_laplace, x_edge_detection)
13510 (x_disable_image, x_build_heuristic_mask)
13511 (XBM support, XPM support, PBM support, PNG support, JPEG support)
13512 (TIFF support, GIF support, Ghostscript support): Merge with
13513 w32fns.c and macfns.c image code into image.c.
13514 (syms_of_xfns): Move image related symbols to image.c.
13515 (init_xfns): Remove; initialization moved to init_image in image.c.
13516
13517 * lisp.h (syms_of_image, init_image): Add protoypes.
13518 (init_xfns): Remove prototype.
13519
13520 * dispextern.h (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
13521 (x_reference_bitmap, x_create_bitmap_from_data)
13522 (x_create_bitmap_from_file, x_destroy_bitmap)
13523 (x_create_bitmap_mask): Move prototypes from dispextern.h.
13524 (gamma_correct) [MAC_OS]: Add prototype.
13525
13526 * xterm.h (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
13527 (x_reference_bitmap, x_create_bitmap_from_data)
13528 (x_create_bitmap_from_file, x_destroy_bitmap)
13529 (x_create_bitmap_mask): Move prototypes to dispextern.h.
13530
13531 2004-03-09 Kenichi Handa <handa@etlken2>
13532
13533 * coding.c (decode_coding_emacs_mule): Handle insufficent source
13534 correctly.
13535
13536 2004-03-04 Richard M. Stallman <rms@gnu.org>
13537
13538 * s/sol2-6.h (LD_SWITCH_SYSTEM_TEMACS): New definition.
13539
13540 * window.c (Fdisplay_buffer): Doc fix.
13541
13542 * buffer.c (Fpop_to_buffer): Doc fix.
13543
13544 2004-03-03 Kim F. Storm <storm@cua.dk>
13545
13546 * xdisp.c (display_line): Fix call to get_overlay_arrow_glyph_row.
13547
13548 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
13549
13550 * editfns.c (Ftranslate_region): Lisp_Object/int mixup.
13551
13552 2004-03-02 Richard M. Stallman <rms@gnu.org>
13553
13554 * indent.c (compute_motion): Save vpos in prev_vpos, like hpos etc.
13555
13556 2004-03-02 Kenichi Handa <handa@m17n.org>
13557
13558 * doc.c (Fsubstitute_command_keys): Fix counding bytes.
13559
13560 2004-03-02 Kim F. Storm <storm@cua.dk>
13561
13562 * window.h (struct window): New member overlay_arrow_bitmap.
13563
13564 * window.c (make_window): Initialize overlay_arrow_bitmap.
13565
13566 * xdisp.c (Voverlay_arrow_variable_list): New variable to properly
13567 implement and integrate multiple overlay arrows with redisplay.
13568 (syms_of_xdisp): DEFVAR_LISP and initialize it.
13569 (last_arrow_position, last_arrow_string): Replace by properties.
13570 (Qlast_arrow_position, Qlast_arrow_string)
13571 (Qoverlay_arrow_string, Qoverlay_arrow_bitmap): New variables.
13572 (syms_of_xdisp): Intern and staticpro them.
13573 (overlay_arrow_string_or_property, update_overlay_arrows)
13574 (overlay_arrow_in_current_buffer_p, overlay_arrows_changed_p)
13575 (overlay_arrow_at_row): New functions for multiple overlay arrows.
13576 (redisplay_internal): Use them instead of directly accessing
13577 Voverlay_arrow_position etc. for multiple overlay arrows.
13578 (mark_window_display_accurate): Use update_overlay_arrows.
13579 (try_cursor_movement): Use overlay_arrow_in_current_buffer_p.
13580 (try_window_id): Use overlay_arrows_changed_p.
13581 (get_overlay_arrow_glyph_row): Add overlay_arrow_string arg.
13582 (display_line): Use overlay_arrow_at_row to check multiple
13583 overlay arrows, and get relevant overlay-arrow-string and
13584 overlay-arrow-bitmap. Set w->overlay_arrow_bitmap accordingly.
13585 (produce_image_glyph): Set pixel_width = 0 for fringe bitmap.
13586 (syms_of_xdisp): Remove last_arrow_position and last_arrow_string.
13587
13588 * fringe.c (draw_fringe_bitmap): Use w->overlay_arrow_bitmap if set.
13589 (update_window_fringes): Remove unused code.
13590
13591 2004-03-01 Jason Rumney <jasonr@gnu.org>
13592
13593 * w32term.c (w32_read_socket): Fix last change to ButtonPress handling.
13594
13595 2004-03-01 Juanma Barranquero <lektu@terra.es>
13596
13597 * fringe.c (Fdefine_fringe_bitmap): Fix typo in docstring.
13598
13599 * makefile.w32-in ($(BLD)/fringe.$(O)): Add dependencies.
13600
13601 2004-03-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13602
13603 * xfns.c (Fx_display_color_cells): Use number of planes to calculate
13604 how many colors can be displayed.
13605
13606 2004-03-01 Kenichi Handa <handa@m17n.org>
13607
13608 * editfns.c (Ftranslate_region): Handle multibyte chars in TABLE
13609 correctly.
13610
13611 2004-02-28 Kim F. Storm <storm@cua.dk>
13612
13613 * dispnew.c (update_window): Update header line also if there are
13614 no other changes in window (move code after set_cursor label).
13615
13616 * lisp.h (mark_window_display_accurate): Remove prototype.
13617
13618 * window.c (window_loop, Fforce_window_update): Force mode line
13619 updates by setting prevent_redisplay_optimizations_p and
13620 update_mode_lines.
13621
13622 2004-02-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13623
13624 * xfns.c (x_window): Fix indentation.
13625
13626 * xterm.c (x_calc_absolute_position): Call x_real_positions
13627 to get WM window sizes and use those to calculate position.
13628 (x_set_offset): Remove code commented out.
13629
13630 2004-02-28 Miles Bader <miles@gnu.org>
13631
13632 * keyboard.c (adjust_point_for_property): #ifdef-out dodgy xassert.
13633
13634 2004-02-28 Kim F. Storm <storm@cua.dk>
13635
13636 * keyboard.c (kbd_buffer_store_event_hold): New function to store
13637 an event into kbd fifo, but with special handling of quit event;
13638 a quit event is saved for later, and further events are discarded
13639 until the saved quit event has been processed.
13640 (kbd_buffer_store_event): Use kbd_buffer_store_event_hold.
13641 (gen_help_event): Store help event in kbd fifo.
13642 (NREAD_INPUT_EVENTS): Remove.
13643 (read_avail_input): Adapt to new read_socket_hook interface.
13644 Remove allocation and initialization of local input_event buffer,
13645 as read_socket_hook stores events directly in fifo. Allocate and
13646 initialize local hold_quit event to handle postponed quit event
13647 (and store it if set by kbd_buffer_store_event_hold).
13648
13649 * keyboard.h (kbd_buffer_store_event_hold): Add prototype.
13650 (gen_help_event): Fix prototype.
13651
13652 * macterm.c (XTread_socket): Remove bufp_r and
13653 numcharsp args. Add hold_quit arg.
13654 Rework to use just one, local, inev input_event. Store inev
13655 directly in fifo using kbd_buffer_store_event_hold.
13656
13657 * sysdep.c (BUFFER_SIZE_FACTOR): Remove.
13658 (read_input_waiting): Adapt to new read_socket_hook interface.
13659 Remove allocation and initialization of local input_event buffer,
13660 as read_socket_hook stores events directly in fifo. Allocate and
13661 initialize local hold_quit event to handle postponed quit event
13662 (and store it if set by kbd_buffer_store_event_hold).
13663
13664 * term.c (read_socket_hook): Fix arg list.
13665
13666 * termhooks.h (read_socket_hook): Fix prototype.
13667
13668 * w32inevt.c (w32_console_read_socket): Remove bufp_r and
13669 numcharsp args. Add hold_quit arg.
13670 Rework to use just one, local, inev input_event. Store inev
13671 directly in fifo using kbd_buffer_store_event_hold.
13672
13673 * w32inevt.h (w32_console_mouse_position): Fix prototype.
13674
13675 * w32term.c (w32_read_socket): Remove bufp_r and numcharsp args.
13676 Add hold_quit arg. Rework to use just one, local, inev
13677 input_event. Store inev directly in fifo using
13678 kbd_buffer_store_event_hold. Update count in one place.
13679 Postpone call to gen_help_event until inev is stored; use new
13680 local do_help for this.
13681 Remove local emacs_event in handing of ButtonPress event; just use
13682 inev instead (so no reason to copy it later).
13683
13684 * xsmfns.c (x_session_check_input): Remove numchars arg.
13685
13686 * xterm.c (x_focus_changed, x_detect_focus_change):
13687 Remove numchars arg. Always store event into bufp arg.
13688 Return nothing. Callers changed accordingly.
13689 (glyph_rect): Simplify.
13690 (STORE_KEYSYM_FOR_DEBUG): New macro.
13691 (SET_SAVED_MENU_EVENT): Use inev instead of bufp, etc.
13692 (current_bufp, current_numcharsp) [USE_GTK]: Remove.
13693 (current_hold_quit) [USE_GTK]: Add.
13694 (event_handler_gdk): Adapt to new handle_one_xevent.
13695 (handle_one_xevent): Remove bufp_r and numcharsp args.
13696 Add hold_quit arg. Rework to use just one, local, inev
13697 input_event. Store inev directly in fifo using
13698 kbd_buffer_store_event_hold. Update count in one place.
13699 Postpone call to gen_help_event until inev is stored; use new
13700 local do_help for this.
13701 Simplify handling of keysyms (consolidate common code). Fix bug
13702 where count was updated with nchars instead of nbytes.
13703 Remove local emacs_event in handing of ButtonPress event; just use
13704 inev instead (so no reason to copy it later).
13705 Remove `out' label. Rename label `ret' to `done'; add various
13706 `goto done' to clarify code flow in deeply nested blocks.
13707 (x_dispatch_event): Simplify as handle_one_xevent now calls
13708 kbd_buffer_store_event itself.
13709 (XTread_socket): Remove bufp_r and numcharsp args. Add hold_quit
13710 arg. Call handle_one_xevent with new arglist. Store event from
13711 x_session_check_input in fifo.
13712 [USE_GTK]: Setup current_hold_quit.
13713 Decrement handling_signal before unblocking input.
13714 (x_initialize) [USE_GTK]: Initialize current_count.
13715
13716 * xterm.h (x_session_check_input): Fix prototype.
13717
13718 2004-02-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13719
13720 * s/darwin.h (LD_SWITCH_SYSTEM_TEMACS): Add `-framework QuickTime'.
13721
13722 * dispextern.h [MAC_OSX]: Do not include Carbon/Carbon.h (now in
13723 macgui.h).
13724
13725 * emacs.c (main) [HAVE_CARBON]: Call init_xfns.
13726
13727 * macgui.h [MAC_OSX]: Include Carbon/Carbon.h.
13728 (mktime, DEBUG, Z, free, malloc, realloc, max, min)
13729 (init_process) [MAC_OSX] : Avoid conflicts with Carbon/Carbon.h.
13730 [!MAC_OSX]: Include QDOffscreen.h and Controls.h.
13731 (INFINITY) [MAC_OSX]: Avoid conflict with definition in math.h.
13732 (Bitmap): Remove typedef.
13733 (Pixmap): Change int to GWorldPtr.
13734
13735 * macmenu.c [MAC_OSX]: Don't include Carbon/Carbon.h (now in macgui.h).
13736
13737 * macterm.h [MAC_OSX]: Don't include Carbon/Carbon.h (now in macgui.h).
13738 (RED16_FROM_ULONG, GREEN16_FROM_ULONG, BLUE16_FROM_ULONG):
13739 New #define to extract 16-bit depth color components from unsigned
13740 long representation.
13741 (PIX_MASK_DRAW, PIX_MASK_RETAIN): New #define to represent pixel
13742 colors used for masks.
13743 (struct mac_display_info): Add color_p. Remove n_cbits.
13744
13745 * macfns.c: Include sys/types.h and sys/stat.h.
13746 [MAC_OSX]: Do not include Carbon/Carbon.h (now in macgui.h).
13747 Include QuickTime/QuickTime.h.
13748 (XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
13749 (XSetForeground, mac_draw_line_to_pixmap): Add externs for
13750 functions defined in macterm.c.
13751 (XImagePtr): New typedef. Corresponds to XImage * in xfns.c.
13752 (ZPixmap): New #define for compatibility with xfns.c.
13753 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
13754 (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
13755 (find_image_fsspec, image_load_qt_1, image_load_quicktime):
13756 New functions.
13757 (four_corners_best, x_create_x_image_and_pixmap)
13758 (x_destroy_x_image, unwind_create_frame, x_disable_image)
13759 (x_edge_detection, init_color_table, colors_in_color_table)
13760 (lookup_rgb_color, lookup_pixel_color, postprocess_image)
13761 (x_put_x_image, slurp_file, xbm_scan, xbm_load, xbm_load_image)
13762 (xbm_image_p, xbm_read_bitmap_data, xbm_file_p, x_to_xcolors)
13763 (x_from_xcolors, x_detect_edges): New declarations (from xfns.c).
13764 (mac_color_map_lookup, x_to_mac_color): Fix Lisp_Object/unsigned
13765 long mixup.
13766 (mac_defined_color, x_to_x_colors): Use RED16_FROM_ULONG etc.
13767 (x_decode_color): Don't use n_cbits (in struct mac_display_info).
13768 (x_set_foreground_color, x_set_cursor_color): Sync with w32fns.c.
13769 (x_set_cursor_type, Fxw_color_values, valid_image_p)
13770 (image_value_type, parse_image_spec, image_ascent, x_clear_image)
13771 (x_alloc_image_color, clear_image_cache, lookup_image)
13772 (x_find_image_file, xbm_read_bitmap_file_data)
13773 (enum xbm_keyword_index, xbm_format, xbm_image_p, xbm_scan)
13774 (xbm_read_bitmap_data, xbm_load, pbm_image_p, pbm_scan_number)
13775 (enum pbm_keyword_index, pbm_format, enum png_keyword_index)
13776 (png_format, png_image_p, enum jpeg_keyword_index, jpeg_format)
13777 (jpeg_image_p, enum tiff_keyword_index, tiff_format, tiff_image_p)
13778 (enum gif_keyword_index, gif_format, gif_image_p): Sync with xfns.c.
13779 (x_make_gc): Sync with xfns.c. Enclose unused `border_tile' with
13780 #if 0.
13781 (x_free_gcs): Sync with xfns.c. Enclose unused `border_tile' with
13782 #if 0. Free white_relief.gc and black_relief.gc.
13783 (unwind_create_frame, x_emboss, x_laplace, x_edge_detection):
13784 New functions (from xfns.c).
13785 (Fx_create_frame): Record unwind_create_frame.
13786 (Fxw_display_color_p): Use dpyinfo->color_p.
13787 (Fx_display_grayscale_p, Fx_display_planes): Don't use
13788 dpyinfo->n_cbits.
13789 (Fx_display_color_cells): Use dpyinfo->n_planes;
13790 (QCmatrix, QCcolor_adjustment, QCmask, Qemboss, Qedge_detection)
13791 (Qheuristic, cross_disabled_images, emboss_matrix)
13792 (laplace_matrix): New variables (from xfns.c).
13793 (Fimage_size, Fimage_mask_p, four_corners_best, image_background)
13794 (x_clear_image_1, postprocess_image, slurp_file, xbm_load_image)
13795 (xbm_file_p, x_to_xcolors, x_from_xcolors, x_detect_edges)
13796 (image_background_transparent): New function (from xfns.c).
13797 Use PIX_MASK_DRAW/PIX_MASK_RETAIN.
13798 (image_load_quicktime): Add declaration.
13799 [MAC_OSX] (image_load_quartz2d): Likewise.
13800 [MAC_OSX] (CGImageCreateWithPNGDataProviderProcType): New typedef.
13801 [MAC_OSX] (MyCGImageCreateWithPNGDataProvider): New variable.
13802 [MAC_OSX] (init_image_func_pointer, image_load_quartz2d): New funs.
13803 (xbm_load_image_from_file, x_laplace_read_row)
13804 (x_laplace_write_row, pbm_read_file): Remove functions.
13805 [HAVE_XPM] (enum xpm_keyword_index, xpm_format, xpm_image_p)
13806 (xpm_load): Sync with xfns.c (although XPM is not supported yet).
13807 (colors_in_color_table): Sync with xfns.c (although not used).
13808 (lookup_rgb_color): Don't lookup color table. Just do gamma
13809 correction.
13810 (COLOR_INTENSITY): New #define (from xfns.c).
13811 (x_disable_image): New function (from xfns.c).
13812 Use PIX_MASK_DRAW/PIX_MASK_RETAIN.
13813 (x_build_heuristic_mask): Sync with xfns.c.
13814 Use PIX_MASK_DRAW/PIX_MASK_RETAIN.
13815 (HAVE_PBM): Remove #ifdef.
13816 (pbm_load): Sync with xfns.c. Set img->width and img->height
13817 before IMAGE_BACKGROUND.
13818 (png_image_p, png_load): Don't enclose declarations with #if HAVE_PNG.
13819 (Qpng, enum png_keyword_index, png_format, png_type, png_image_p):
13820 Don't enclose with #if HAVE_PNG.
13821 [!HAVE_PNG] (png_load) [MAC_OSX]: Use image_load_quartz2d if a
13822 symbol _CGImageCreateWithPNGDataProvider is defined.
13823 Otherwise use image_load_quicktime.
13824 [!HAVE_PNG] (png_load) [!MAC_OSX]: Use image_load_quicktime.
13825 [HAVE_PNG] (png_load): Sync with xfns.c.
13826 Use PIX_MASK_DRAW/PIX_MASK_RETAIN.
13827 (jpeg_image_p, jpeg_load): Don't enclose declarations with #if
13828 HAVE_JPEG.
13829 (Qjpeg, enum jpeg_keyword_index, jpeg_format, jpeg_type)
13830 (jpeg_image_p): Don't enclose with #if HAVE_JPEG.
13831 [!HAVE_JPEG] (jpeg_load) [MAC_OSX]: Use image_load_quartz2d.
13832 [!HAVE_JPEG] (jpeg_load) [!MAC_OSX]: Use image_load_quicktime.
13833 [HAVE_JPEG] (jpeg_load): Sync with xfns.c.
13834 (tiff_image_p, tiff_load): Don't enclose declarations with #if
13835 HAVE_TIFF.
13836 (Qtiff, enum tiff_keyword_index, tiff_format, tiff_type)
13837 (tiff_image_p): Don't enclose with #if HAVE_TIFF.
13838 [!HAVE_TIFF] (tiff_load): Use image_load_quicktime.
13839 [HAVE_TIFF] (tiff_error_handler, tiff_warning_handler):
13840 New functions (from xfns.c).
13841 [HAVE_TIFF] (tiff_load): Sync with xfns.c.
13842 (gif_image_p, gif_load): Don't enclose declarations with #if HAVE_GIF.
13843 (Qgif, enum gif_keyword_index, gif_format, gif_type, gif_image_p):
13844 Don't enclose with #if HAVE_GIF.
13845 [!HAVE_GIF] (gif_load): Use Quicktime Movie Toolbox if it is
13846 animated gif. Otherwise use image_load_quicktime.
13847 [HAVE_GIF] (gif_lib.h): Temporarily define DrawText as
13848 gif_DrawText to avoid conflict with QuickdrawText.h.
13849 [HAVE_GIF] (gif_load): Sync with xfns.c.
13850 (enum gs_keyword_index, gs_format, gs_image_p, gs_load)
13851 [HAVE_GHOSTSCRIPT] (x_kill_gs_process): Sync with xfns.c (although
13852 Ghostscript is not supported yet).
13853 (syms_of_macfns): Initialize Qemboss, Qedge_detection, Qheuristic,
13854 QCmatrix, QCcolor_adjustment, and QCmask. Add DEFVAR_BOOL
13855 cross_disabled_images (from xfns.c). Remove #if 0 for supported
13856 image types. Remove #if HAVE_JPEG, HAVE_TIFF, HAVE_GIF, and
13857 HAVE_PNG. Add defsubr for Simage_size and Simage_mask_p.
13858 (init_xfns): Remove #if HAVE_JPEG, HAVE_TIFF, HAVE_GIF, and
13859 HAVE_PNG. Call EnterMovies to support animated gifs.
13860 Call init_image_func_pointer to bind a symbol
13861 _CGImageCreateWithPNGDataProvider if it is defined.
13862
13863 * macterm.c [MAC_OSX]: Don't include Carbon/Carbon.h (now in macgui.h).
13864 (x_draw_bar_cursor): Sync declaration with xterm.c.
13865 (XFreePixmap, mac_draw_rectangle_to_pixmap, mac_copy_area)
13866 (mac_copy_area_to_pixmap): Implementation with GWorld (offscreen
13867 graphics).
13868 (mac_set_forecolor, mac_set_backcolor): Use RED16_FROM_ULONG etc.
13869 (mac_draw_line_to_pixmap, XCreatePixmap)
13870 (XCreatePixmapFromBitmapData, mac_fill_rectangle_to_pixmap)
13871 (mac_copy_area_with_mask, mac_copy_area_with_mask_to_pixmap):
13872 New functions.
13873 (mac_draw_bitmap) [TARGET_API_MAC_CARBON]:
13874 Use GetPortBitMapForCopyBits instead of the cast to Bitmap *.
13875 Cast bits to char *.
13876 (reflect_byte): New function (from w32fns.c).
13877 (mac_create_bitmap_from_bitmap_data): Use it and don't stuff bits
13878 due to byte alignment.
13879 (mac_scroll_area) [TARGET_API_MAC_CARBON]:
13880 Use GetPortBitMapForCopyBits instead of the cast to Bitmap *.
13881 (XSetForeground): Remove static (now used in macfns.c).
13882 (HIGHLIGHT_COLOR_DARK_BOOST_LIMIT): New #define (from w32term.c).
13883 (mac_alloc_lighter_color, x_destroy_window): Sync with w32term.c.
13884 (x_setup_relief_color, x_setup_relief_colors, x_draw_box_rect)
13885 (x_draw_glyph_string_box, x_draw_image_foreground)
13886 (x_draw_image_foreground_1, x_draw_image_glyph_string)
13887 (x_draw_stretch_glyph_string, x_draw_glyph_string)
13888 (x_draw_hollow_cursor, x_draw_bar_cursor, mac_draw_window_cursor):
13889 Sync with xterm.c.
13890 (x_draw_relief_rect): Sync with xterm.c. Make 1 pixel shorter
13891 than the xterm.c version when a strictly horizontal or vertical
13892 line is drawn.
13893 (XTset_terminal_window): Add static.
13894 (x_make_frame_visible): Add UNBLOCK_INPUT.
13895 (x_free_frame_resources): New funcion (from xterm.c).
13896 (XTread_socket): Call handle_tool_bar_click if mouse up/down event
13897 occurs in tool bar area.
13898 (mac_initialize_display_info): Remove dpyinfo->n_cbits.
13899 Set dpyinfo->color_p. Determine dpyinfo->n_planes using HasDepth.
13900 Initialize image cache.
13901 (stricmp, wildstrieq, mac_font_pattern_match, mac_font_match):
13902 Enclose unused functions with #if 0.
13903 (Qbig5, Qcn_gb, Qsjis, Qeuc_kr): New variables.
13904 (decode_mac_font_name): New function to apply code conversions
13905 from a mac font name to an XLFD font name according to its script code.
13906 (x_font_name_to_mac_font_name): Apply code conversion from an XLFD
13907 font name to a mac font name according to REGISTRY and ENCODING fields.
13908 (init_font_name_table) [TARGET_API_MAC_CARBON]: Don't use a font
13909 whose name starts with `.'.
13910 (init_font_name_table): Use decode_mac_font_name. Add both
13911 jisx0208.1983-sjis and jisx0201.1976-0 entries if the script code
13912 of a font is smJapanese.
13913 (mac_do_list_fonts): New function to list fonts that match a given
13914 pattern.
13915 (x_list_fonts, XLoadQueryFont): Use it.
13916 (XLoadQueryFont): Set rbearing field for each variable width
13917 character to avoid needless redraw.
13918 (syms_of_macterm): Initialize Qbig5, Qcn_gb, Qsjis, and Qeuc_kr.
13919
13920 2004-02-26 Kim F. Storm <storm@cua.dk>
13921
13922 * keyboard.c (NREAD_INPUT_EVENTS): Temporarily increase to 512
13923 as read_socket_hook handler on X aborts if buffer is too small
13924 and W32 handler doesn't always check buffer limit.
13925
13926 * xdisp.c (handle_single_display_prop): Handle left-fringe and
13927 right-fringe similar to a display margin image. Specifically,
13928 the characters having the fringe prop are no longer shown, and
13929 we use IT_IMAGE/next_element_from_image with image_id = -1 to
13930 do this. Set fringe bitmap face_id in it->face_id.
13931 (produce_image_glyph): Handle image_id < 0 as "no image" case, but
13932 still realize it->face (i.e. the fringe bitmap face).
13933
13934 2004-02-25 Miles Bader <miles@gnu.org>
13935
13936 * xdisp.c (check_it): Check string/string_pos consistency.
13937 (init_iterator): Initialize string-related fields properly.
13938
13939 2004-02-11 Miles Bader <miles@gnu.org>
13940
13941 * xdisp.c (produce_image_glyph): Force negative descents to zero.
13942
13943 2004-02-10 Miles Bader <miles@gnu.org>
13944
13945 * xfns.c (lookup_image): Remove xassert(!interrupt_input_blocked);
13946 BLOCK_INPUT can be nested, so it doesn't make much sense.
13947
13948 2004-02-24 Michael Mauger <mmaug@yahoo.com>
13949
13950 * w32fns.c (slurp_file, xbm_scan, xbm_load_image)
13951 (xbm_read_bitmap_data): Use unsigned char for image data.
13952
13953 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
13954
13955 * abbrev.c (Finsert_abbrev_table_description): Doc fix.
13956
13957 2004-02-22 Jason Rumney <jasonr@gnu.org>
13958
13959 * w32term.c (w32_draw_fringe_bitmap): Draw overlaid bitmaps
13960 correctly over other bitmaps.
13961
13962 2004-02-21 Eli Zaretskii <eliz@gnu.org>
13963
13964 * emacs.c (USAGE1): Split into two halves.
13965 (USAGE2): Second half of the old USAGE1.
13966 (USAGE3): Rename from USAGE2.
13967 (USAGE4): Rename from USAGE3.
13968
13969 2004-02-21 Juri Linkov <juri@jurta.org>
13970
13971 * emacs.c (USAGE1): Add --no-desktop. Move --display from USAGE2.
13972 Fix --multibyte. Move --help, --version to USAGE2. Add alias
13973 --file. Fix -f, -l. Sort options. Untabify.
13974 (USAGE2): Add -hb. Fix --name, --title. Sort options. Untabify.
13975
13976 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
13977
13978 * category.c (Fdefine_category, Fcategory_docstring)
13979 (Fget_unused_category, Fset_category_table)
13980 (Fcategory_set_mnemonics): Doc fixes.
13981
13982 2004-02-20 Kim F. Storm <storm@cua.dk>
13983
13984 * keyboard.c: Undo 2004-02-16 and 2004-02-17 changes.
13985 The following changes are relative to the 2004-01-21 revision.
13986 (NREAD_INPUT_EVENTS): Define as max number of input events to read
13987 in one call to read_socket_hook. Value is 8.
13988 (read_avail_input): Separate and rework handling of read_socket_hook
13989 and non-read_socket_hook cases. Use smaller input_event buffer
13990 in read_socket_hook case, and repeat if full buffer is read.
13991 Use new local variable 'discard' to skip input after C-g.
13992 In non-read_socket_hook case, just use a single input_event, and
13993 call kbd_buffer_store_event on the fly for each character.
13994
13995 2004-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
13996
13997 * lisp.h (union Lisp_Object): Give a more precise type for `type'.
13998 Remove unused `gu' alternative.
13999
14000 2004-02-19 Andreas Schwab <schwab@suse.de>
14001
14002 * fringe.c (Fdefine_fringe_bitmap): Use && instead of & to avoid
14003 warning.
14004
14005 2004-02-18 Kim F. Storm <storm@cua.dk>
14006
14007 * xdisp.c (get_window_cursor_type, display_and_set_cursor):
14008 Fix last change.
14009
14010 2004-02-17 Kim F. Storm <storm@cua.dk>
14011
14012 * xdisp.c (fast_find_position): Fix return value of new version;
14013 it was inverted compared to the 21.1 version.
14014 (get_window_cursor_type): Don't look at glyph if NULL.
14015 (display_and_set_cursor): Set glyph to NULL if cursor in fringe.
14016
14017 * keyboard.c: Rework previous change; it didn't consider that the
14018 buf array was allocated on the stack.
14019 (prev_read): Remove variable.
14020 (read_avail_input_buf): New static event buffer array.
14021 (in_read_avail_input): New static variable to handle re-entrancy.
14022 (read_avail_input): Change buf to pinter to read_avail_input_buf.
14023 Use in_read_avail_input to handle re-entrance; when re-entered,
14024 fully initialize and use tmp_buf array instead of read_avail_input_buf.
14025 Do not initialize read_avail_input_buf in full here; instead assume it
14026 is always cleared on entry. To ensure that, we clear (just) the
14027 entries that were used before we return.
14028 (init_keyboard): Initialize read_avail_input_buf here.
14029
14030 2004-02-16 Jesper Harder <harder@ifa.au.dk>
14031
14032 * cmds.c (Fend_of_line): Doc fix.
14033
14034 2004-02-16 Dmitry Antipov <dmitry.antipov@mail.ru> (tiny change)
14035
14036 * keyboard.c (prev_read): New static variable.
14037 (read_avail_input): Use it to zero out only those slots in buf[]
14038 that were used last time we were called.
14039
14040 2004-02-16 Eli Zaretskii <eliz@gnu.org>
14041
14042 * Makefile.in (obj): Move fringe.o from here...
14043 (XOBJ, MAC_OBJ): ...to here.
14044
14045 2004-02-16 Stephen Eglen <stephen@gnu.org>
14046
14047 * fringe.c (init_fringe_bitmap): Define j in MAC_OS code.
14048
14049 2004-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
14050
14051 * data.c (Fbyteorder):
14052 * fringe.c (Fdefine_fringe_bitmap):
14053 * xdisp.c (handle_single_display_prop):
14054 * xselect.c (x_handle_dnd_message): Lisp_Object/int mixup.
14055
14056 2004-02-16 Jason Rumney <jasonr@gnu.org>
14057
14058 * w32term.c (w32_draw_fringe_bitmap): Handle overlay fringe bitmaps.
14059
14060 2004-02-15 Steven Tamm <steventamm@mac.com>
14061
14062 * macterm.c (Vmac_emulate_three_button_mouse): New variable for
14063 controlling emulation of a three button mouse with option and
14064 command keys.
14065 (Qreverse, mac_get_enumlated_btn): Handle the emulation.
14066 (mac_event_to_emacs_modifiers, XTread_socket): Ditto.
14067
14068 2004-02-15 Kim F. Storm <storm@cua.dk>
14069
14070 * buffer.c (syms_of_buffer): Doc fix for indicate-buffer-boundaries.
14071
14072 * fringe.c (init_fringe_bitmap) [MAC_OS, WORDS_BIG_ENDIAN]:
14073 Perform byte-swapping.
14074
14075 2004-02-14 Kim F. Storm <storm@cua.dk>
14076
14077 * dispextern.h (struct draw_fringe_bitmap_params): Change member
14078 bits from char to short to facilitate wider bitmaps.
14079 (struct redisplay_interface): Fix prototype of define_fringe_bitmap
14080 member.
14081
14082 * fringe.c (struct fringe_bitmap): Change member bits from char to
14083 short to facilitate 16 bits wide bitmaps. Modify all standard
14084 bitmaps accordingly.
14085 (BYTES_PER_BITMAP_ROW, STANDARD_BITMAP_HEIGHT): New macros.
14086 (FRBITS): Use STANDARD_BITMAP_HEIGHT instead of just sizeof.
14087 (draw_fringe_bitmap): Ditto.
14088 (init_fringe_bitmap) [MAC_OS]: Don't bitswap.
14089 (init_fringe_bitmap) [HAVE_X_WINDOWS]: Enhance bitswapping to
14090 handle up to 16 bits wide bitmaps.
14091 (Fdefine_fringe_bitmap): Doc fix. Handle wider bitmaps.
14092 (Ffringe_bitmaps_at_pos): Add missing arg declarations.
14093
14094 * macterm.c (mac_draw_bitmap): Handle 16 bits wide bitmaps directly.
14095 (x_draw_fringe_bitmap): Use enhanced mac_draw_bitmap, so we no longer
14096 need to call mac_create_bitmap_from_bitmap_data and mac_free_bitmap.
14097
14098 * w32term.c (w32_define_fringe_bitmap): Bitmaps are now 16 bits wide,
14099 so it is no longer necessary to expand them here.
14100
14101 * xterm.c (x_draw_fringe_bitmap): Handle wider bitmaps (max 16 bits).
14102
14103 2004-02-12 Kim F. Storm <storm@cua.dk>
14104
14105 * window.c (Fwindow_fringes): Doc fix.
14106
14107 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14108
14109 * xselect.c (x_get_foreign_selection): Add new optional parameter
14110 time_stamp.
14111 (Fx_get_selection_internal): Ditto, pass time_stamp to
14112 x_get_foreign_selection.
14113
14114 * data.c (Fbyteorder): New function.
14115
14116 2004-02-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14117
14118 * atimer.c: Move include stdio.h to same place as in other files.
14119
14120 * region-cache.c: Ditto.
14121
14122 * sysdep.c: Ditto.
14123
14124 * xfaces.c: Ditto.
14125
14126 2004-02-09 Sam Steingold <sds@gnu.org>
14127
14128 * w32term.c (w32_draw_fringe_bitmap): Fix a typo in the last patch.
14129
14130 2004-02-09 Kim F. Storm <storm@cua.dk>
14131
14132 * fringe.c: New file. Move original fringe related declarations
14133 and code from dispextern.h and xdisp.c here.
14134 Rework code to support user defined fringe bitmaps, redefining
14135 standard bitmaps, ability to overlay user defined bitmap with
14136 overlay arrow bitmap, and add faces to bitmaps.
14137 (Voverflow_newline_into_fringe): Declare here.
14138 (enum fringe_bitmap_align): New enum.
14139 (..._bits): All bitmaps are now defined without bitswapping; that
14140 is now done in init_fringe_once (if necessary).
14141 (standard_bitmaps): New array with specifications for the
14142 standard fringe bitmaps.
14143 (fringe_faces): New array.
14144 (valid_fringe_bitmap_id_p): New function.
14145 (draw_fringe_bitmap_1): Rename from draw_fringe_bitmap.
14146 (draw_fringe_bitmap): New function which draws fringe bitmap,
14147 possibly overlaying bitmap with cursor in right fringe or the
14148 overlay arrow in the left fringe.
14149 (update_window_fringes): Do not handle overlay arrow here.
14150 Compare and copy fringe bitmap faces.
14151 (init_fringe_bitmap): New function.
14152 (Fdefine_fringe_bitmap, Fdestroy_fringe_bitmap): New DEFUNs to
14153 define and destroy user defined fringe bitmaps.
14154 (Fset_fringe_bitmap_face): New DEFUN to set face for a fringe bitmap.
14155 (Ffringe_bitmaps_at_pos): New DEFUN to read current fringe bitmaps.
14156 (syms_of_fringe): New function. Defsubr new DEFUNs.
14157 DEFVAR_LISP Voverflow_newline_into_fringe.
14158 (init_fringe_once, init_fringe): New functions.
14159 (w32_init_fringe, w32_reset_fringes) [WINDOWS_NT]: New functions.
14160
14161 * Makefile.in (obj): Add fringe.o.
14162 (fringe.o): New dependencies.
14163
14164 * dispextern.h (FRINGE_ID_BITS): New definition for number of
14165 bits allocated to hold a fringe number. Increase number of bits
14166 from 4 to 8 to allow user defined fringe bitmaps.
14167 (struct glyph_row, struct it): New members left_user_fringe_bitmap,
14168 left_user_fringe_face_id, right_user_fringe_bitmap,
14169 right_user_fringe_face_id.
14170 (enum fringe_bitmap_type, struct fringe_bitmap, fringe_bitmaps):
14171 Move to new file fringe.c.
14172 (MAX_FRINGE_BITMAPS): Define here.
14173 (struct draw_fringe_bitmap_params): New members bits, cursor_p,
14174 and overlay_p. Change member which to int.
14175 (struct redisplay_interface): New members define_fringe_bitmap
14176 and destroy_fringe_bitmap.
14177 (valid_fringe_bitmap_id_p): Add prototype.
14178 (w32_init_fringe, w32_reset_fringes) [WINDOWS_NT]: Add prototypes.
14179
14180 * dispnew.c (row_equal_p): Compare fringe bitmap faces and overlay
14181 arrows.
14182 (update_frame): Do flush_display if force_flush_display_p to
14183 ensure display (specifically fringes) are updated in a timely
14184 manner when resizing the frame by dragging the mouse.
14185 (update_window_line): Update row if overlay arrow changed.
14186 (scrolling_window): Redraw fringe bitmaps if fringe bitmap faces
14187 or overlay arrow changed.
14188
14189 * emacs.c (main) [HAVE_WINDOW_SYSTEM]: Call init_fringe_once,
14190 syms_of_fringe, and init_fringe.
14191
14192 * frame.h (struct frame): New member force_flush_display_p.
14193
14194 * lisp.h (syms_of_fringe, init_fringe, init_fringe_once):
14195 Add prototypes.
14196
14197 * macterm.c (mac_draw_bitmap): Add overlay_p arg.
14198 (x_draw_fringe_bitmap): Handle overlayed fringe bitmaps;
14199 thanks to YAMAMOTO Mitsuharu for advice on how to do this.
14200 Use cursor color for displaying cursor in fringe.
14201 (x_redisplay_interface): Add null handlers for
14202 define_fringe_bitmap and destroy_fringe_bitmap functions.
14203
14204 * w32term.c (w32_draw_fringe_bitmap): Copy unadapted code from
14205 xterm.c to handle overlayed fringe bitmaps and to use cursor color
14206 for displaying cursor in fringe.
14207 (w32_define_fringe_bitmap, w32_destroy_fringe_bitmap): New W32
14208 specific functions to define and destroy fringe bitmaps in fringe_bmp.
14209 (w32_redisplay_interface): Add them to redisplay_interface.
14210 (w32_term_init): Call w32_init_fringe instead of explicitly
14211 defining fringe bitmaps in fringe_bmp array.
14212 (x_delete_display): Call w32_reset_fringes instead of explicitly
14213 destroying fringe bitmaps in fringe_bmp array.
14214
14215 * xdisp.c (Voverflow_newline_into_fringe, syms_of_xdisp)
14216 (left_bits, right_bits, up_arrow_bits, down_arrow_bits)
14217 (continued_bits, continuation_bits, ov_bits, first_line_bits)
14218 (last_line_bits, filled_box_cursor_bits, hollow_box_cursor_bits)
14219 (bar_cursor_bits, hbar_cursor_bits, zv_bits, hollow_square_bits)
14220 (fringe_bitmaps, draw_fringe_bitmap, draw_row_fringe_bitmaps)
14221 (draw_window_fringes, compute_fringe_widths, update_window_fringes):
14222 Move fringe handling vars and code to new file fringe.c.
14223 (handle_display_prop): Handle left-fringe and right-fringe
14224 display properties; store user fringe bitmaps in iterator.
14225 (move_it_in_display_line_to): Handle cursor in fringe at eob.
14226 (clear_garbaged_frames): Set force_flush_display_p if resized.
14227 (redisplay_window): Redraw fringe bitmaps if not just_this_one_p.
14228 (display_line): Handle cursor in fringe at eob.
14229 (display_line): Set row user fringe bitmaps from iterator.
14230
14231 * xterm.c (x_draw_fringe_bitmap): Handle overlayed fringe bitmaps.
14232 Use cursor color for displaying cursor in fringe.
14233 (x_redisplay_interface): Add null handlers for
14234 define_fringe_bitmap and destroy_fringe_bitmap functions.
14235
14236 2004-02-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14237
14238 * macfns.c (Fx_change_window_property): Make doc string and
14239 parameters same as for X version.
14240
14241 * w32fns.c (Fx_change_window_property): Ditto.
14242
14243 2004-02-07 Kim F. Storm <storm@cua.dk>
14244
14245 * xdisp.c (hscroll_window_tree): Position cursor near to right
14246 margin in hscrolled window when jumping to end of line (rather
14247 than centering cursor).
14248
14249 * process.c (wait_reading_process_input): Don't do adaptive read
14250 buffering if waiting for a specific process.
14251
14252 2004-02-05 Luc Teirlinck <teirllm@auburn.edu>
14253
14254 * minibuf.c (Fminibufferp, Fread_from_minibuffer)
14255 (Fread_minibuffer, Feval_minibuffer)
14256 (Fread_string, Fread_no_blanks_input)
14257 (Fcompleting_read): Doc fixes.
14258 (syms_of_minibuf): Doc fixes for minibuffer-completion-table and
14259 completion-regexp-list. Define Qcase_fold_search and staticpro it.
14260 (read_minibuf): Fix initial comment.
14261 (Ftry_completion, Fall_completions, Ftest_completion): Bind
14262 case-fold-search to the value of completion-ignore-case when
14263 checking completion-regexp-list.
14264 (Fdisplay_completion_list): Make it handle arguments that are
14265 symbols. Doc fix.
14266
14267 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14268
14269 * xterm.h: Add declaration of free_frame_menubar.
14270
14271 * xfns.c (x_create_bitmap_mask): Removed unused variable depth.
14272 (x_set_menu_bar_lines): Added ! defined USE_GTK for olines.
14273 (Fx_change_window_property): Add declaration of parameters type and
14274 format. Remove unused variable cons.
14275
14276 * xselect.c: Include stdio.h.
14277
14278 2004-02-05 Kenichi Handa <handa@m17n.org>
14279
14280 * fns.c (Fset_char_table_range): Fix previous change.
14281
14282 * buffer.c (Fset_buffer_multibyte): Fix docstring.
14283
14284 2004-02-04 Luc Teirlinck <teirllm@auburn.edu>
14285
14286 * editfns.c (Fchar_after, Fchar_before): Doc fixes.
14287
14288 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
14289
14290 * keymap.c (Vmouse_events): Rename from Vmenu_events.
14291 (syms_of_keymap): Add mouse-[45], header-line, and mode-line to it.
14292
14293 2004-02-04 Kenichi Handa <handa@m17n.org>
14294
14295 * fns.c (Fset_char_table_range): Handle charsets ascii,
14296 eight-bit-control, and eight-bit-graphic correctly.
14297
14298 2004-02-03 Jason Rumney <jasonr@gnu.org>
14299
14300 * w32select.c (Fw32_set_clipboard_data): Make coding iso2022 safe.
14301
14302 * w32fns.c (x_to_w32_font): Likewise.
14303
14304 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14305
14306 * xterm.h: Add x_handle_dnd_message, x_check_property_data,
14307 x_fill_property_data, x_property_data_to_lisp and check_x_display_info.
14308
14309 * xterm.c (handle_one_xevent): Call x_handle_dnd_message for
14310 ClientMessages.
14311
14312 * xselect.c: Include termhooks.h and X11/Xproto.h
14313 (x_check_property_data, x_fill_property_data)
14314 (x_property_data_to_lisp, mouse_position_for_drop)
14315 (Fx_get_atom_name, x_handle_dnd_message): New functions for DND support.
14316 (Fx_send_client_event): Move here from xfns.c.
14317 (syms_of_xselect): Add Sx_get_atom_name and Sx_send_client_message.
14318
14319 * xfns.c (x-send-client-message): Move to xselect.c
14320 (Fx_change_window_property): Add optional arguments TYPE, FORMAT and
14321 OUTER_P.
14322 (Fx_window_property): Add optional arguments TYPE, SOURCE, DELETE_P,
14323 VECTOR_RET_P. Handle AnyPropertyType. Call x_property_data_to_lisp
14324 if vector_ret_p is true.
14325 (syms_of_xfns): Sx_send_client_message moved to xselect.c.
14326
14327 2004-02-02 Eli Zaretskii <eliz@gnu.org>
14328
14329 * fileio.c (Fcopy_file): If NEWNAME is a directory, expand the
14330 basename of FILE relative to it, not FILE itself.
14331
14332 2004-02-02 Kenichi Handa <handa@m17n.org>
14333
14334 * coding.c (coding_restore_composition): Check invalid
14335 composition data more rigidly.
14336
14337 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
14338
14339 * fileio.c (Fread_file_name_internal): Correctly handle the case
14340 where insert-default-directory is nil.
14341 (Fread_file_name): Always return an empty string if the user exits
14342 with an empty minibuffer. Adapt the docstring accordingly.
14343 (syms_of_fileio): Adapt the docstring of insert-default-directory
14344 to the change in Fread_file_name.
14345
14346 2004-01-29 Eli Zaretskii <eliz@gnu.org>
14347
14348 * alloca.c [!alloca]: Fix the prototype for xfree.
14349
14350 2004-01-29 Kenichi Handa <handa@m17n.org>
14351
14352 * fns.c (string_char_to_byte): Optimize for ASCII only string.
14353 (string_byte_to_char): Likewise.
14354
14355 2004-01-28 Peter Runestig <peter@runestig.com>
14356
14357 * makefile.w32-in, w32fns.c: Add `default-printer-name' function.
14358
14359 2004-01-27 Steven Tamm <steventamm@mac.com>
14360
14361 * unexmacosx.c (unexec_copy): Do not copy more than was
14362 requested to prevent overwriting during unexec.
14363
14364 2004-01-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14365
14366 * process.c (sigchld_handler): Add comment about not calling malloc.
14367
14368 * process.h: Add extern to synch_process_termsig.
14369
14370 2004-01-27 Steven Tamm <steventamm@mac.com>
14371
14372 * macterm.c (make_mac_frame, make_mac_terminal_frame):
14373 Move setting of scroll bars from make_mac_frame to
14374 make_mac_terminal_frame to prevent clobbering of scroll-bar-mode.
14375
14376 2004-01-26 Richard M. Stallman <rms@gnu.org>
14377
14378 * search.c (Freplace_match): Handle nonexistent
14379 back-references properly.
14380
14381 2004-01-03 Richard M. Stallman <rms@gnu.org>
14382
14383 * window.c (decode_any_window): New function.
14384 (Fwindow_height, Fwindow_width, Fwindow_edges)
14385 (Fwindow_pixel_edges, Fwindow_inside_edges)
14386 (Fwindow_inside_pixel_edges): Use decode_any_window.
14387
14388 2004-01-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14389
14390 * process.h: synch_process_termsig new variable.
14391
14392 * callproc.c: Define synch_process_termsig.
14393 (Fcall_process): Initiate synch_process_termsig to zero and
14394 check if non-zero and get signal name after subprocess has ended.
14395
14396 * process.c (sigchld_handler): Set synch_process_termsig
14397 if terminated by a signal. synch_process_death setting removed.
14398
14399 * sysdep.c (mkdir, rmdir): Also check synch_process_termsig.
14400
14401 2004-01-26 Andreas Schwab <schwab@suse.de>
14402
14403 * print.c (print_preprocess): Declare size as EMACS_INT to not
14404 lose bits.
14405 (print_object): Likewise.
14406 * alloc.c (Fpurecopy): Likewise.
14407
14408 2004-01-25 Luc Teirlinck <teirllm@auburn.edu>
14409
14410 * window.c (Fwindow_minibuffer_p): Doc fix.
14411
14412 2004-01-24 Jonathan Yavner <jyavner@member.fsf.org>
14413
14414 * editfns.c (Fformat): Make both passes accept the same set of flags.
14415
14416 2004-01-23 Kenichi Handa <handa@m17n.org>
14417
14418 * fns.c (Fmd5): If OBJECT is a buffer different from the current
14419 one, set buffer to OBJECT temporarily.
14420
14421 2004-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
14422
14423 * keyboard.c (kbd_buffer_gcpro): Remove.
14424 (kbd_buffer_store_event, clear_event, Fdiscard_input)
14425 (stuff_buffered_input, init_keyboard, syms_of_keyboard):
14426 Don't initialize and/or maintain the variable any more. It was made
14427 redundant by my commit of 2003-06-15.
14428
14429 * lisp.h [USE_LSB_TAG && !DECL_ALIGN]: Signal an error.
14430
14431 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14432
14433 * lisp.h: Add undef DECL_ALIGN.
14434
14435 2004-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
14436
14437 * process.c (wait_reading_process_input) [SYNC_INPUT]:
14438 Check interrupt_input_pending explicitly.
14439
14440 * lisp.h (QUIT) [SYNC_INPUT]: Check interrupt_input_pending as well.
14441
14442 * keyboard.c (handle_async_input): New fun,
14443 extracted from input_available_signal.
14444 (input_available_signal, reinvoke_input_signal): Use it.
14445
14446 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
14447
14448 * buffer.c (buffer_defaults, buffer_local_symbols): Use DECL_ALIGN.
14449
14450 * lisp.h [USE_LSB_TAG]: Add definitions for Lisp_Object value
14451 manipulation macros for when tags are in the lower bits.
14452 (struct Lisp_Free) [USE_LSB_TAG]: Add padding.
14453 (DECL_ALIGN): New macro.
14454 (DEFUN): Use it.
14455
14456 * lisp.h [ENABLE_CHECKING]: Don't force union type.
14457
14458 * s/darwin.h (__attribute__): Remove outdated workaround.
14459
14460 * macterm.c (main) [USE_LSB_TAG]: Don't range check the ram.
14461
14462 * alloc.c (lisp_malloc, lisp_align_malloc) [USE_LSB_TAG]:
14463 Don't check range of malloc address.
14464 (pure_alloc) [USE_LSB_TAG]: Enforce alignment.
14465
14466 * process.c (wait_reading_process_input): Lisp_Object/int mixup.
14467
14468 * dired.c (Ffile_attributes): Lisp_Object/int mixup.
14469
14470 2004-01-19 Kenichi Handa <handa@m17n.org>
14471
14472 * fontset.c (fontset_font_pattern): Fix previous change.
14473
14474 2004-01-16 Miles Bader <miles@gnu.ai.mit.edu>
14475
14476 * xdisp.c (Voverflow_newline_into_fringe)
14477 (move_it_in_display_line_to, redisplay_internal)
14478 (update_window_fringes, redisplay_window, display_line, window):
14479 Add `#ifdef HAVE_WINDOW_SYSTEM' around fringe-drawing stuff, so
14480 that it compiles without a window-system.
14481 * dispnew.c (direct_output_for_insert, update_window): Likewise.
14482
14483 2004-01-16 Kim F. Storm <storm@cua.dk>
14484
14485 * buffer.h (struct buffer): New member indicate_buffer_boundaries.
14486
14487 * buffer.c (init_buffer_once): Set buffer_defaults and
14488 buffer_local_flags for indicate_buffer_boundaries.
14489 (syms_of_buffer): Defvar_per_buffer it, and defvar_lisp_nopro
14490 default- variable for it.
14491
14492 * dispextern.h (struct glyph_row): New members left_fringe_bitmap,
14493 right_fringe_bitmap, redraw_fringe_bitmaps_p for new fringe handling.
14494 New members exact_window_width_line_p and cursor_in_fringe_p for
14495 overflowing newlines into right fringe.
14496 New members indicate_bob_p, indicate_top_line_p, indicate_eob_p,
14497 and indicate_bottom_line_p for buffer boundaries and scrolling.
14498 (enum fringe_bitmap_type): Add UP_ARROW_BITMAP, DOWN_ARROW_BITMAP,
14499 FIRST_LINE_BITMAP, LAST_LINE_BITMAP, FILLED_BOX_CURSOR_BITMAP,
14500 HOLLOW_BOX_CURSOR_BITMAP, BAR_CURSOR_BITMAP, HBAR_CURSOR_BITMAP,
14501 and HOLLOW_SQUARE_BITMAP.
14502 (draw_fringe_bitmap, draw_window_fringes, update_window_fringes):
14503 Add prototypes.
14504
14505 * dispnew.c (row_equal_p, update_window_line): Compare fringe bitmaps
14506 instead of related indicator fields.
14507 Compare exact_window_width_line_p and cursor_in_mouse_face_p indicators.
14508 (direct_output_for_insert): Handle exact width lines like
14509 contined lines. Call update_window_fringes.
14510 (update_window): Call update_window_fringes.
14511 (scrolling_window): Don't skip desired rows with changed bitmaps.
14512 Check if fringe bitmaps changes when assigning scrolled rows.
14513
14514 * xdisp.c (Voverflow_newline_into_fringe): New variable.
14515 (IT_OVERFLOW_NEWLINE_INTO_FRINGE): New macro.
14516 (move_it_in_display_line_to): Overflow newline into fringe for
14517 rows that are exactly as wide as the window.
14518 (up_arrow_bits, down_arrow_bits, first_line_bits, last_line_bits)
14519 (filled_box_cursor_bits, hollow_box_cursor_bits, bar_cursor_bits)
14520 (hbar_cursor_bits, hollow_square_bits): New fringe bitmaps.
14521 (fringe_bitmaps): Add new bitmaps.
14522 (draw_fringe_bitmap): Make extern. Remove WHICH arg.
14523 Select proper bitmap for cursor in fringe when appropriate.
14524 Handle alignment of bitmap to top or bottom of row.
14525 (draw_row_fringe_bitmaps): Don't select bitmaps here; that is now
14526 done by update_window_fringes.
14527 (update_window_fringes, draw_window_fringes): New functions.
14528 (redisplay_internal): Call update_window_fringes in case only
14529 cursor row is updated.
14530 (redisplay_window): Call update_window_fringes.
14531 Explicitly call draw_window_fringes if redisplay was done using
14532 the current matrix or the overlay arrow is in the window.
14533 (try_window_reusing_current_matrix): Mark scrolled rows for
14534 fringe update (to update buffer-boundaries / scrolling icons).
14535 (find_last_unchanged_at_beg_row): Handle exact width lines line
14536 continued lines.
14537 (display_line): Overflow newline into fringe for rows that are
14538 exactly as wide as the window. Don't append space for newline
14539 in this case.
14540 (notice_overwritten_cursor): Explicitly clear cursor bitmap
14541 in fringe as if it had been overwritten.
14542 (erase_phys_cursor): Erase cursor bitmap in fringe.
14543 (syms_of_xdisp): Mark show-trailing-whitespace and
14544 void-text-area-pointer as user options.
14545 DEFVAR_LISP Voverflow_newline_into_fringe. Enable by default.
14546
14547 * xterm.c (x_update_window_end): Call draw_window_fringes.
14548 (x_after_update_window_line): Just set redraw_fringe_bitmaps_p
14549 in row instead of actually drawing fringe bitmaps.
14550 (x_draw_fringe_bitmap): Handle bottom aligned bitmaps.
14551 (x_draw_window_cursor): Draw cursor in fringe.
14552
14553 * w32term.c (x_update_window_end): Call draw_window_fringes.
14554 (x_after_update_window_line): Just set redraw_fringe_bitmaps_p
14555 in row instead of actually drawing fringe bitmaps.
14556 (w32_draw_fringe_bitmap): Handle bottom aligned bitmaps.
14557 (w32_draw_window_cursor): Draw cursor in fringe.
14558
14559 * macterm.c (x_update_window_end): Call draw_window_fringes.
14560 (x_after_update_window_line): Just set redraw_fringe_bitmaps_p
14561 in row instead of actually drawing fringe bitmaps.
14562 (x_draw_fringe_bitmap): Handle bottom aligned bitmaps.
14563 (mac_draw_window_cursor): Draw cursor in fringe.
14564
14565 2004-01-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14566
14567 * xterm.c (handle_one_xevent): Don't handle characters that are part
14568 of an old style (XLookupString) compose sequence.
14569
14570 2004-01-15 Kenichi Handa <handa@m17n.org>
14571
14572 * search.c (Freplace_match): Use make_multibyte_string or
14573 make_unibyte_string according to the buffer multibyteness.
14574
14575 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
14576
14577 * alloc.c (struct interval_block, struct string_block)
14578 (struct symbol_block, struct marker_block, live_string_p)
14579 (live_cons_p, live_symbol_p, live_float_p, live_misc_p):
14580 Better preserve alignment for objects in blocks.
14581 (FLOAT_BLOCK_SIZE): Adjust for possible alignment padding.
14582
14583 * lread.c (defvar_per_buffer): Remove dead declaration.
14584
14585 * macterm.c (do_check_ram_size): Don't hardcode the lisp address
14586 space size.
14587
14588 2004-01-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14589
14590 * xmenu.c (popup_get_selection): Check new parameter down_on_keypress
14591 if a key press should pop down. Only pop down if a key is pressed
14592 outside the menu/dialog.
14593 (create_and_show_popup_menu): Pass 0 for down_on_keypress to
14594 popup_get_selection.
14595 (create_and_show_dialog): Pass 1 for down_on_keypress to
14596 popup_get_selection.
14597
14598 2004-01-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14599
14600 * alloc.c (allocate_vectorlike): Surround calls to mallopt with
14601 BLOCK/UNBLOCK_INPUT.
14602
14603 2004-01-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14604
14605 * xmenu.c (Fx_popup_dialog): Add an Ok button if no buttons are
14606 specified.
14607
14608 2004-01-08 Kenichi Handa <handa@m17n.org>
14609
14610 * editfns.c (Fformat): Fix '&' to '&&'.
14611
14612 2004-01-08 Andreas Schwab <schwab@suse.de>
14613
14614 * print.c (print_preprocess) <case Lisp_Vectorlike>: Only mask
14615 size if PSEUDOVECTOR_FLAG is set.
14616
14617 2004-01-07 Kenichi Handa <handa@m17n.org>
14618
14619 * charset.c (Fdeclare_equiv_charset): Fix docstring.
14620
14621 * fontset.c (fontset_ref_via_base): Fix previous change.
14622
14623 2004-01-07 Kim F. Storm <storm@cua.dk>
14624
14625 * process.c (read_process_output): Only activate adaptive
14626 buffering if we read less than 256 bytes at a time.
14627
14628 2004-01-06 Kim F. Storm <storm@cua.dk>
14629
14630 * dispnew.c (buffer_posn_from_coords): Return both buffer/string
14631 object and image object. Return glyph width and height.
14632 (mode_line_string, marginal_area_string): Ditto.
14633
14634 * dispextern.h (buffer_posn_from_coords, mode_line_string)
14635 (marginal_area_string): Fix prototypes.
14636
14637 * keyboard.h (POSN_POSN, POSN_SET_POSN): Rename macros from
14638 POSN_BUFFER_POSN and POSN_SET_BUFFER_POSN. All uses changed.
14639 (POSN_INBUFFER_P, POSN_BUFFER_POSN): New macros.
14640
14641 * keyboard.c (make_lispy_position): Use modified mode_line_string,
14642 buffer_posn_from_coords, and marginal_area_string functions to
14643 include both string object and image object in the lispy position.
14644 Also add actual glyph width and height to position.
14645 (read_key_sequence): Use real buffer position from mouse
14646 event to find keymap property even when click is in marginal area.
14647
14648 * xdisp.c (note_mode_line_or_margin_highlight): Use modified
14649 mode_line_string and marginal_area_string functions to handle
14650 both string object and image object properties.
14651
14652 2004-01-06 Andreas Schwab <schwab@suse.de>
14653
14654 * syntax.c (skip_chars): Treat '-' at end of string as ordinary
14655 character.
14656
14657 2004-01-02 Andreas Schwab <schwab@suse.de>
14658
14659 * macterm.c (emacs_options, x_initialized, same_x_server):
14660 Remove unused (and duplicated) definitions.
14661
14662 2004-01-02 Kim F. Storm <storm@cua.dk>
14663
14664 * process.h (struct Lisp_Process): New members for adaptive read
14665 buffering: adaptive_read_buffering, read_output_delay, and
14666 read_output_skip.
14667
14668 * process.c (ADAPTIVE_READ_BUFFERING): New conditional.
14669 (READ_OUTPUT_DELAY_INCREMENT, READ_OUTPUT_DELAY_MAX)
14670 (READ_OUTPUT_DELAY_MAX_MAX): New constants.
14671 (process_output_delay_count, process_output_skip): New vars.
14672 (Vprocess_adaptive_read_buffering): New variable.
14673 (make_process): Initialize adaptive read buffering members.
14674 (Fstart_process): Set adaptive_read_buffering member.
14675 (deactivate_process): Cleanup adaptive read buffering.
14676 (wait_reading_process_input): Temporarily omit delayed
14677 subprocesses from the set of file descriptors to read from;
14678 adjust the select timeout if we skipped any subprocesses.
14679 (read_process_output): Increase adaptive read buffering delay if
14680 we read less than a full buffer; reduce delay when we read a
14681 full buffer.
14682 (send_process): Simplify using local Lisp_Process var.
14683 Reset adaptive read buffering delay after write.
14684 (init_process): Initialize process_output_delay_count and
14685 process_output_skip.
14686 (syms_of_process): DEFVAR_LISP Vprocess_adaptive_read_buffering.
14687
14688 2004-01-01 Jason Rumney <jasonr@gnu.org>
14689
14690 * w32term.c (w32_text_out): Use s->font, for consistency with callers.
14691
14692 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
14693
14694 * print.c (Ferror_message_string): Add hyperlink in the docstring
14695 to the definition of `signal' in the Elisp manual.
14696 * eval.c (Fsignal): Ditto.
14697
14698 2003-12-29 James Clark <jjc@jclark.com>
14699
14700 * fns.c (internal_equal): Return t for two NaN arguments.
14701
14702 2003-12-29 Richard M. Stallman <rms@gnu.org>
14703
14704 * data.c (store_symval_forwarding): Handle setting
14705 default-fill-column, etc., by changing the value in
14706 buffers that use the default.
14707
14708 * minibuf.c (Fset_minibuffer_window): Doc fix.
14709
14710 * fileio.c (choose_write_coding_system): Ignore auto_saving
14711 if using the visited file for auto saves.
14712 (Fwrite_region): Don't update SAVE_MODIFF
14713 if auto-saving in visited file.
14714
14715 2003-12-29 Kenichi Handa <handa@m17n.org>
14716
14717 * dispextern.h (face_font_available_p): Extern it.
14718
14719 * fontset.c (Voverriding_fontspec_alist): New variable.
14720 (lookup_overriding_fontspec): New function.
14721 (fontset_ref_via_base): Call lookup_overriding_fontspec if necessary.
14722 (fontset_font_pattern): Likewise.
14723 (regulalize_fontname): New function.
14724 (Fset_fontset_font): Call regulalize_fontname.
14725 (Fset_overriding_fontspec_internal): New function.
14726 (syms_of_fontset): Initialize and staticpro Voverriding_fontspec_alist.
14727 Defsubr Sset_overriding_fontspec_internal.
14728
14729 * xfaces.c (face_font_available_p): New function.
14730
14731 2003-12-28 Richard M. Stallman <rms@gnu.org>
14732
14733 * buffer.c (Fother_buffer): Don't crash if BUF is nil
14734 or if its name is nil.
14735
14736 * buffer.c (Fkill_buffer): Don't delete auto-save file
14737 if it's the same as the visited file.
14738
14739 2003-12-28 Luc Teirlinck <teirllm@auburn.edu>
14740
14741 * coding.c (Fcheck_coding_system): Doc fix.
14742
14743 2003-12-28 Kim F. Storm <storm@cua.dk>
14744
14745 * Makefile.in (eval.o): Depend on dispextern.h.
14746
14747 * dispnew.c (buffer_posn_from_coords): Fix calculation of dy for
14748 image glyph using image's ascent.
14749 (mode_line_string): Return image glyph as object clicked on.
14750 Adjust y0 for image glyph using image's ascent.
14751
14752 * dispextern.h (FACE_ID_BITS, MAX_FACE_ID): New defines.
14753 (struct glyph): New members, ascent and descent. Used to save
14754 this glyph's ascent and descent, instead of having.
14755 (struct glyph): Declare member face_id using FACE_ID_BITS.
14756 (find_hot_spot): Add prototype.
14757
14758 * keyboard.c (Qimage): Remove extern (now in lisp.h).
14759 (QCmap): Declare extern.
14760 (make_lispy_position): When position is inside image hot-spot,
14761 use hot-spot element's id as posn element.
14762
14763 * lisp.h (IMAGEP): New macro to test for image object type.
14764 (Qimage): Declare extern.
14765
14766 * macfns.c (Qimage): Remove extern (now in lisp.h).
14767 (valid_image_p, parse_image_spec): Use IMAGEP macro.
14768
14769 * macterm.c (Qface, Qmouse_face): Remove unused externs.
14770
14771 * w32fns.c (Qimage): Remove extern (now in lisp.h).
14772 (valid_image_p, parse_image_spec): Use IMAGEP macro.
14773
14774 * w32menu.c (Qmouse_click, Qevent_kind): Remove unused externs.
14775
14776 * w32term.c (Qface, Qmouse_face): Remove unused externs.
14777
14778 * xdisp.c (Qarrow, Qhand, Qtext, Qpointer): New variables for
14779 pointer types.
14780 (Qrelative_width, Qalign_to): Remove unused variables.
14781 (Vvoid_text_area_pointer): Replace Vshow_text_cursor_in_void.
14782 (QCmap, QCpointer, Qrect, Qcircle, Qpoly): New variables for image
14783 maps.
14784 (x_y_to_hpos_vpos): Return glyph relative coordinates through new
14785 dx and dy args. Remove buffer_only_p arg (always 0). Simplify
14786 code accordingly.
14787 (get_glyph_string_clip_rect): Draw cursor using glyph's rather
14788 than row's ascent and height, to get sensible height on tall rows.
14789 (build_desired_tool_bar_string): Remove Qimage extern.
14790 (get_tool_bar_item): Fix call to x_y_to_hpos_vpos.
14791 (produce_image_glyph): Adjust it.ascent to minimum row ascent if
14792 image glyph is alone on the last line.
14793 (append_glyph, append_composite_glyph, produce_image_glyph)
14794 (append_stretch_glyph): Set glyph's ascent and descent.
14795 (on_hot_spot_p): New function to check if position is inside an
14796 rectangular, circular, or polygon-shaped image hot-spot,
14797 (find_hot_spot): New function to search for image hot-spot.
14798 (Flookup_image_map): New defun to search for image hot-spot.
14799 (define_frame_cursor1): New aux function to determine frame
14800 pointer.
14801 (note_mode_line_or_margin_highlight, note_mouse_highlight): Handle
14802 `pointer' text property and :pointer image property to control
14803 frame pointer shape. Detect image hot-spots for pointer and
14804 help_echo properties. Use define_frame_cursor1.
14805 (note_mouse_highlight): Use Vvoid_text_area_pointer.
14806 (syms_of_xdisp): Defsubr new defun. Intern and staticpro new
14807 variables. DEFVAR_LISP Vvoid_text_area_pointer instead of
14808 Vshow_text_cursor_in_void.
14809
14810 * xfaces.c (cache_face): Abort if c->size exceeds MAX_FACE_ID.
14811
14812 * xfns.c (x_set_mouse_color): Remove bogus x_check_errors call.
14813 (Qimage): Remove extern (now in lisp.h).
14814 (valid_image_p, parse_image_spec): Use IMAGEP macro.
14815
14816 * xmenu.c (show_help_event): Remove unused code.
14817
14818 * xterm.c (Qface, Qmouse_face): Remove unused externs.
14819 (x_draw_hollow_cursor): Draw cursor using glyph's rather than
14820 row's ascent and descent, to get a sensible height on tall rows.
14821
14822 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
14823
14824 * minibuf.c (Fcompleting_read): Undo previous change.
14825
14826 2003-12-25 Lars Hansen <larsh@math.ku.dk>
14827
14828 * dired.c (Fdirectory_files, Fdirectory_files_and_attributes):
14829 Arguments GCPRO'ed in call to file name handler.
14830
14831 2003-12-25 Thien-Thi Nguyen <ttn@gnu.org>
14832
14833 * termcap.c (tgetst1): Scan for "%pN"; if all
14834 N are continuous in [1,9], remove all "%pN".
14835
14836 2003-12-24 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14837
14838 * gtkutil.c (xg_frame_set_char_size): Call x_wm_set_size_hint.
14839
14840 * xfaces.c (lface_fully_specified_p): Take into account that
14841 MAC OS always have unspecified stipple.
14842
14843 2003-12-24 Thien-Thi Nguyen <ttn@gnu.org>
14844
14845 * tparam.c (tparam1): Add handling for `%pN', which
14846 means use param N for the next substitution.
14847
14848 2003-12-24 Thien-Thi Nguyen <ttn@gnu.org>
14849
14850 * xfaces.c (Fcolor_gray_p): Fix omission bug:
14851 In case `frame' is nil, consult the selected frame.
14852 (Fcolor_supported_p): Likewise.
14853
14854 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
14855
14856 * fns.c (Frandom, Fstring_make_multibyte, Fset_char_table_range):
14857 Doc fixes.
14858
14859 * minibuf.c (read_minibuf): Allow INITIAL to be a cons of a string
14860 and an integer. Adapt the introductory comment accordingly.
14861 (Fread_from_minibuffer): Delete code moved into read_minibuf.
14862 Doc fix.
14863 (Fread_minibuffer, Fread_no_blanks_input): Adapt to changes in
14864 read_minibuf.
14865 (Fcompleting_read): Delete code moved into read_minibuf.
14866 (Ftest_completion): Make it handle obarrays and hash tables correctly.
14867
14868 2003-12-03 Kenichi Handa <handa@m17n.org>
14869
14870 * coding.c (decode_coding_iso2022): Fix for preserving UTF-8
14871 encoding sequence.
14872
14873 2003-12-01 Kenichi Handa <handa@m17n.org>
14874
14875 * composite.c (syms_of_composite): Don't make the compostion hash
14876 table week.
14877
14878 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
14879
14880 * intervals.h: Add EXFUN for Fget_char_property_and_overlay.
14881 * textprop.c (Fget_char_property_and_overlay): New function.
14882 (syms_of_textprop): Defsubr it.
14883
14884 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14885
14886 * dispnew.c (buffer_posn_from_coords): Add ifdef HAVE_WINDOW_SYSTEM
14887 to compile on terminal configuration.
14888
14889 * fileio.c (Fread_file_name): Check use_file_dialog also before
14890 calling Fx_file_dialog.
14891
14892 * fns.c (use_file_dialog): New variable.
14893 (syms_of_fns): DEFVAR_BOOL use-file-dialog.
14894
14895 2003-11-29 Kim F. Storm <storm@cua.dk>
14896
14897 * msdos.c (Qcursor_type, Qbar, Qhbar): Declare extern.
14898 (syms_of_msdos): Don't intern and staticpro them.
14899
14900 2003-11-27 Kim F. Storm <storm@cua.dk>
14901
14902 * dispnew.c (buffer_posn_from_coords): Calculate and return pixel
14903 coordinates relative to glyph at posn. If glyph is an image,
14904 return that as object at posn. Callers changed.
14905 (mode_line_string, marginal_area_string): Calculate and return
14906 pixel coordinates relative to glyph. Callers changed.
14907
14908 * dispextern.h (buffer_posn_from_coords, mode_line_string)
14909 (marginal_area_string): Fix prototypes.
14910 (window_box_left_offset, window_box_right_offset): Add prototypes.
14911
14912 * frame.h (get_specified_cursor_type, get_window_cursor_type):
14913 Remove prototypes.
14914
14915 * keyboard.h (EVENT_CLICK_COUNT, POSN_SCROLLBAR_PART): Fix defines.
14916
14917 * keyboard.c (make_lispy_position): Add x and y coordinates
14918 relative to the current glyph as 7th element of position.
14919 If glyph is an image, return it in the object element.
14920 (read_key_sequence): Skip checks for keymap property in cases
14921 where POSN_STRING is not a string (e.g. an image).
14922
14923 * xdisp.c (Vdisplay_pixels_per_inch): New variable.
14924 (Vshow_text_cursor_in_void): New variable.
14925 (glyph_to_pixel_coords): Don't use negative hpos.
14926 (x_y_to_hpos_vpos): Fix for partially visible first glyph.
14927 (append_stretch_glyph): Change ascent arg to be actual value
14928 in pixels rather than ratio to height. Callers changed.
14929 (calc_pixel_width_or_height): New aux function, implementing
14930 pixel based artihmetic for glyph widths and heights.
14931 (produce_stretch_glyph): Use calc_pixel_width_or_height for
14932 :width, :height, :align-to, and :ascent, thus allowing these to
14933 be specified in pixels as well as multiples of characters.
14934 Don't produce stretch glyphs with zero width or height.
14935 (get_specified_cursor_type): Declare static.
14936 (get_window_cursor_type): Declare static. Add glyph arg to be
14937 able to know when cursor is on an image; always substitute
14938 hollow-box cursor for filled-box cursor on images, to avoid
14939 negative images and flicker when blinking the cursor.
14940 (display_and_set_cursor): Pass glyph to get_window_cursor_type.
14941 (note_mode_line_or_margin_highlight): Use non-text cursor rather
14942 than vertical scroll-bar cursor in display margins.
14943 (note_mouse_highlight): Use non-text cursor rather than text
14944 cursor in fringes and over images in the text area.
14945 Use non-text cursor when mouse pointer is outside editable text,
14946 i.e. in the void after end-of-line or end-of-buffer; this was
14947 already done for W32, but is now standard for all systems --
14948 user can toggle show-text-cursor-in-void to get old behaviour.
14949 (syms_of_xdisp): DEFVAR_LISP Vshow_text_cursor_in_void and
14950 Vdisplay_pixels_per_inch.
14951
14952 2003-11-25 Andreas Schwab <schwab@suse.de>
14953
14954 * fns.c (internal_equal) <case Lisp_Vectorlike>: Declare size as
14955 EMACS_INT to not lose bits.
14956 (Ffillarray): Don't set bits beyond the size of a bool vector.
14957
14958 2003-11-25 Kim F. Storm <storm@cua.dk>
14959
14960 * print.c (Fredirect_debugging_output) [!GNU_LINUX]: Do not
14961 define this defun on systems that cannot use stderr as lvalue.
14962
14963 2003-11-24 Gerd Moellmann <gerd@gnu.org>
14964
14965 * s/freebsd.h (LD_SWITCH_SYSTEM_TEMACS)
14966 [__FreeBSD_version >= 500042]: Define as -znocombreloc because
14967 ld's default is incompatible with unexec.
14968
14969 2003-11-23 Kim F. Storm <storm@cua.dk>
14970
14971 * window.c (enum window_loop): Add REDISPLAY_BUFFER_WINDOWS.
14972 (window_loop): Handle REDISPLAY_BUFFER_WINDOWS.
14973 (Fforce_window_update): New defun.
14974 (syms_of_window): Defsubr it.
14975 (Fset_window_margins, Fset_window_fringes): Doc fix.
14976
14977 * print.c (Fredirect_debugging_output): New defun.
14978 (syms_of_print): Defsubr it.
14979
14980 2003-11-22 Luc Teirlinck <teirllm@auburn.edu>
14981
14982 * fns.c (Fset_char_table_parent): Doc fix.
14983
14984 2003-11-22 Kim F. Storm <storm@cua.dk>
14985
14986 * dispnew.c (buffer_posn_from_coords): Return actual row/column
14987 for glyph clicked on, rather than (unused) pixel positions.
14988 (mode_line_string, marginal_area_string): Change X and Y args to
14989 pointers for returning actual row/column for glyph clicked on.
14990 Simplify and optimize loops.
14991
14992 * dispextern.h (mode_line_string, marginal_area_string):
14993 Update prototypes.
14994
14995 * keyboard.c (make_lispy_position): New function for generating
14996 mouse click positions from frame and pixel coordinates.
14997 Enhanced to return buffer position and actual row/column for
14998 events outside the text area using updated mode_line_string and
14999 marginal_area_string functions.
15000 Return left-fringe and right-fringe clicks as such, rather than
15001 clicks in text area.
15002 (make_lispy_event) [USE_X_TOOLKIT, USE_GTK]: Don't call
15003 pixel_to_glyph_coords, as we never use the results.
15004 (make_lispy_event): Use make_lispy_position for MOUSE_CLICK_EVENT,
15005 WHEEL_EVENT, and DRAG_N_DROP_EVENT to replace redundant code.
15006 Eliminate unused code in WHEEL_EVENT handling.
15007 (make_lispy_movement): Use make_lispy_position.
15008
15009 * window.c (coordinates_in_window): Remove redundant tests.
15010 Fix returned X pixel value for left-margin.
15011
15012 * xdisp.c (note_mode_line_or_margin_highlight): Adapt to new
15013 mode_line_string and marginal_area_string parameters.
15014
15015 2003-11-22 Lars Hansen <larsh@math.ku.dk>
15016
15017 * w32.c (struct the_group, getgrgid): Add.
15018 * mac.c (struct my_group, getgrgid): Add.
15019
15020 2003-11-21 Luc Teirlinck <teirllm@auburn.edu>
15021
15022 * fns.c (Fassq, Fassoc, Frassq, Frassoc): Doc fixes.
15023
15024 2003-11-21 Lars Hansen <larsh@math.ku.dk>
15025
15026 * dired.c (Ffile_attributes): Add parameter ID-FORMAT and
15027 include in call to file name handler. Optionally translate numeric
15028 UID and GID to strings. Update docstring.
15029 (directory_files_internal): Add parameter ID-FORMAT.
15030 (Fdirectory_files_and_attributes): Add parameter ID-FORMAT and
15031 include in call to file name handler and call to
15032 directory_files_internal. Update Docstring.
15033 (Fdirectory_files): Add dummy parameter in call to
15034 directory_files_internal.
15035 * lisp.h (Qinteger): Add.
15036 (Qinteger_or_floatp, Qinteger_or_float_or_marker_p): Remove.
15037 (Ffile_attributes): Add parameter.
15038 * data.c (Qinteger): Export.
15039
15040 2003-11-21 Luc Teirlinck <teirllm@auburn.edu>
15041
15042 * fns.c (Freverse, Fnreverse): Doc fixes.
15043
15044 2003-11-19 Kim F. Storm <storm@cua.dk>
15045
15046 * xdisp.c (init_iterator): Initialize it->start to position
15047 before reseating (in case start position is invisible).
15048 (init_to_row_start): Set it->start to row-start.
15049 (redisplay_window): Accept optional_new_start if start position
15050 is invisible (in which case IT_CHARPOS overshoots PT).
15051 (display_line): Setup row->start from it->start (rather than
15052 it->current which is wrong if first char on line is invisible).
15053 When done, reseat it->start to it->current (= start of next row).
15054 (expose_area): Fix exposure of text area when first char (e.g. TAB)
15055 is only partially visible.
15056
15057 * dispextern.h (struct it): New member start.
15058
15059 2003-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
15060
15061 * alloc.c (make_float, Fcons): Clear the markbit at init time.
15062 (make_float, Fcons, Fmake_symbol, allocate_misc): Move the increment
15063 of block_index outside of the macro call.
15064 (Fgarbage_collect): Remove null code.
15065
15066 * m/amdx86-64.h: Don't redefine XPNTR.
15067
15068 * keyboard.c (parse_modifiers, apply_modifiers): Use INTMASK instead
15069 of VALMASK.
15070
15071 * fns.c (hashfn_eq, hashfn_eql, hashfn_equal, hash_put)
15072 (sxhash_string, sxhash): Use INTMASK instead of VALMASK.
15073 (maybe_resize_hash_table): Use MOST_POSITIVE_FIXNUM.
15074
15075 * lisp.h (VALMASK): Only define for non-union type.
15076 (MARKBIT): Remove.
15077 (ARRAY_MARK_FLAG): Use previous value of MARKBIT.
15078 (XTYPE): Define unconditionally.
15079 (XSETTYPE): Remove one more remnant.
15080 (EQ): Define differently for the union and non-union cases.
15081 (INTMASK): New bit mask.
15082 (struct Lisp_Marker): Move down to prepare for upcoming patch.
15083 (GC_EQ): Delegate to EQ.
15084
15085 * coding.c (coding_restore_composition): Lisp_Object/int mixup.
15086
15087 2003-11-17 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15088
15089 * xterm.c (x_window_to_scroll_bar): Move check of display to
15090 where window_id is compared.
15091
15092 2003-11-17 Kim F. Storm <storm@cua.dk>
15093
15094 * dispextern.h (struct it): New member first_vpos.
15095
15096 * xdisp.c (start_display): Set it->first_vpos.
15097 (try_window_id): Use first_vpos to start display in first _text_
15098 line if no reusable lines at start of window with header line.
15099
15100 2003-11-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15101
15102 * w32fns.c (XPutPixel):
15103 * w32bdf.c (w32_init_bdf_font):
15104 * sunfns.c (sel_read):
15105 * process.c (Fmake_network_process):
15106 * frame.c (store_frame_param):
15107 * fontset.c (Fset_fontset_font):
15108 * emacs.c (shut_down_emacs):
15109 * ccl.c (ccl_driver): Remove period at end of error message.
15110
15111 * config.in: Regenerate.
15112
15113 * xfns.c (x_window_to_frame, x_any_window_to_frame)
15114 (x_non_menubar_window_to_frame, x_menubar_window_to_frame)
15115 (x_top_window_to_frame): Add Display* argument to xg_win_to_widget.
15116 (x_create_bitmap_mask, xg_set_icon, create_frame_xic)
15117 (xic_set_statusarea, x_window, gif_load): Formatting adjustments.
15118
15119 * xterm.h (struct x_display_info): New field xg_cursor for GTK.
15120
15121 * xterm.c: Add Display * to x_window_to_scroll_bar declaration.
15122 (XTmouse_position, handle_one_xevent): Pass Display* to
15123 x_window_to_scroll_bar.
15124 (x_window_to_scroll_bar): Take a Display* argument.
15125 Check that display for frame is equal to Display* argument.
15126 (event_handler_gdk): Remove current_dpyinfo. Get dpyinfo from
15127 x_display_info_for_display instead. Use Display in xev instead
15128 of GDK_DISPLAY.
15129 (x_dispatch_event): Call x_display_info_for_display.
15130 (XTread_socket): Move GTK part out of loop. current_dpyinfo removed.
15131 (x_connection_closed): Call xg_display_close for GTK.
15132 (x_term_init): Call xg_display_open for additional displays.
15133 Initiate dpyinfo->xg_cursor with call to xg_create_default_cursor
15134 for GTK.
15135
15136 * xmenu.c (single_menu_item, mouse_position_for_popup)
15137 (x_activate_menubar): Formatting adjustments.
15138
15139 * xdisp.c (update_tool_bar, redisplay_tool_bar): Formatting
15140 adjustments.
15141
15142 * gtkutil.c (xg_get_gdk_display, xg_set_screen, xg_display_open)
15143 (xg_display_close, xg_create_default_cursor)
15144 (xg_get_gdk_pixmap_and_mask): New functions for multiple display
15145 handling.
15146 (xg_left_ptr_cursor): Remove.
15147 (xg_set_cursor): Change cursor to GdkCursor*. Do not create
15148 cursor here.
15149 (xg_win_to_widget): Take Display* argument, call
15150 gdk_xid_table_lookup_for_display.
15151 (xg_create_frame_widgets, xg_get_file_name, create_menus)
15152 (xg_create_widget, xg_modify_menubar_widgets): Call xg_set_screen.
15153 (xg_create_widget, xg_create_scroll_bar): Use xg_cursor
15154 in FRAME_X_DISPLAY_INFO.
15155 (xg_get_scroll_id_for_window): Take Display* argument.
15156 (update_frame_tool_bar): Call xg_get_gdk_pixmap_and_mask.
15157 (xg_initialize): Remove xg_left_ptr_cursor.
15158
15159 * gtkutil.h (xg_get_scroll_id_for_window, xg_win_to_widget): Add
15160 Display* argument.
15161 (xg_display_open, xg_display_close, xg_create_default_cursor): Declare.
15162
15163 2003-11-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15164
15165 * xterm.c (x_detect_focus_change): Do not change focus frame for
15166 Enter/LeaveNotify if the current focus frame has explicit focus.
15167
15168 2003-11-14 Kim F. Storm <storm@cua.dk>
15169
15170 * dispnew.c (update_text_area): Fix redisplay error when hscroll
15171 is active and first glyph is only partially visible.
15172
15173 2003-11-13 Kenichi Handa <handa@m17n.org>
15174
15175 * xdisp.c (select_frame_for_redisplay): New function.
15176 (redisplay_internal): Record also selected_frame for
15177 unwind_redisplay. Call select_frame_for_redisplay before
15178 redrawing each frame.
15179 (unwind_redisplay): Argument changed to a cons.
15180
15181 2003-11-12 Luc Teirlinck <teirllm@auburn.edu>
15182
15183 * fns.c (Fstring_to_multibyte): Doc fix.
15184
15185 2003-11-11 Kenichi Handa <handa@m17n.org>
15186
15187 * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
15188
15189 2003-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15190
15191 * xfns.c (x_window): Set XtNx and XtNy in shell widget for
15192 program specified positions.
15193
15194 2003-11-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15195
15196 * xterm.c (XAW_ARROW_SCROLLBARS): Define it for Xaw 1.5E.
15197
15198 2003-11-08 Kenichi Handa <handa@m17n.org>
15199
15200 * Makefile.in (lisp): Add kannada.el.
15201 (shortlisp): Likewise.
15202
15203 2003-11-07 Kenichi Handa <handa@m17n.org>
15204
15205 * coding.c (coding_allocate_composition_data):
15206 Reset coding->composing to COMPOSITION_NO.
15207 (coding_restore_composition): Detect invalid composition data.
15208 Give Fstring and Fvector a Lispy integer, not C int.
15209
15210 2003-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
15211
15212 * floatfns.c (Flogb): Don't use VALMASK.
15213
15214 * m/amdx86-64.h (VALBITS, XINT, XUINT): Remove.
15215 * m/ia64.h (VALBITS, XINT, XUINT): Remove.
15216
15217 * lisp.h (XINT): Move the cast to clarify what is going on.
15218 (GCTYPEMASK, XSETTYPE): Remove.
15219 (XGCTYPE): Make it an alias of XTYPE.
15220
15221 2003-11-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15222
15223 * xterm.c (x_term_init): Fix formatting.
15224
15225 2003-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15226
15227 * gtkutil.h (xg_have_tear_offs): Declare.
15228 (xg_keep_popup, xg_did_tearoff): Remove.
15229
15230 * gtkutil.c: Remove variable xg_did_tearoff.
15231 (xg_have_tear_offs): New function.
15232 (tearoff_remove): Just decrease xg_detached_menus.
15233 (tearoff_activate): Increase xg_detached_menus and call
15234 tearoff_remove when tearoff is removed.
15235 (xg_keep_popup): Remove function.
15236 (create_menus): Give add_tearoff_p as argument to recursive
15237 call to create_menus.
15238 (xg_create_widget): Use variables instead of multiple
15239 strcmp. Tell create_menus to create tear off only for
15240 menu bar menus.
15241 (xg_update_menubar): Change title for a detached menu also.
15242 (xg_modify_menubar_widgets): Always call xg_update_menubar, regardless
15243 of deep_p.
15244 (xg_initialize): Initialize xg_detached_menus, remove
15245 initialization of xg_did_tearoff.
15246
15247 * xmenu.c (set_frame_menubar): For GTK, set deep_p if
15248 xg_have_tear_offs returns non-zero.
15249 (create_and_show_popup_menu): Remove setting of xg_did_tearoff and
15250 call to xg_keep_popup.
15251
15252 2003-11-01 Andrew Choi <akochoi@shaw.ca>
15253
15254 * macterm.c (XTread_socket): Handle menubar selection and grow
15255 window only for mouseDown events.
15256
15257 2003-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15258
15259 * xterm.c (x_term_init): For GTK part, increase x_initialized
15260 to check for more than one display. Use error instead of return 0.
15261
15262 2003-10-31 Andrew Choi <akochoi@shaw.ca>
15263
15264 * unexmacosx.c (unrelocate): New function (contributed by Nozomu Ando).
15265 (copy_dysymtab): Call it.
15266
15267 2003-10-31 Luc Teirlinck <teirllm@auburn.edu>
15268
15269 * eval.c (Fdefvaralias): Doc fix.
15270
15271 2003-10-26 Luc Teirlinck <teirllm@auburn.edu>
15272
15273 * data.c (Fsetplist): Doc fix.
15274
15275 2003-10-14 Lute Kamstra <lute@gnu.org>
15276
15277 * window.c (Fset_window_fringes): Clarify docstring.
15278
15279 2003-10-14 Kim F. Storm <storm@cua.dk>
15280
15281 * window.c (Fset_window_margins): Simplify arg checking.
15282
15283 2003-10-13 Richard M. Stallman <rms@gnu.org>
15284
15285 * regex.c (MAX_BUF_SIZE): Reduce to 2**15.
15286 (print_partial_compiled_pattern): Replace assert with a printout.
15287 (skip_noops, mutually_exclusive_p): Change args, values to re_char *.
15288
15289 * alloc.c (lisp_align_malloc): If BASE is 0, call memory_full.
15290
15291 * window.c (Fset_window_margins): Allow only integers as args.
15292 (syms_of_window) <special-display-buffer-names,
15293 special-display-regexps>: Doc fixes.
15294
15295 2003-10-13 Lute Kamstra <lute@gnu.org>
15296
15297 * window.c (Fset_window_fringes): Elaborate docstring.
15298
15299 2003-10-12 Andrew Choi <akochoi@shaw.ca>
15300
15301 * macterm.c (XTread_socket): Call DragWindow only for mouseDown events.
15302
15303 * s/darwin.h (GC_MARK_STACK): Define.
15304
15305 2003-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15306
15307 * window.c (shrink_windows): New function.
15308 (size_window): Call shrink_windows to calculate window sizes when
15309 shrinking frame with more than one window.
15310
15311 2003-10-12 Kim F. Storm <storm@cua.dk>
15312
15313 * xdisp.c (compute_fringe_widths): Doc fix.
15314
15315 2003-10-08 Kenichi Handa <handa@m17n.org>
15316
15317 * coding.c (Fcoding_system_p): Return t for auto-loading coding system.
15318
15319 2003-10-07 Kenichi Handa <handa@m17n.org>
15320
15321 * coding.c (Qcoding_system_define_form): New variable.
15322 (syms_of_coding): Intern and staticpro it.
15323 (Fcheck_coding_system): Try to autoload the definition of
15324 CODING-SYSTEM.
15325
15326 2003-10-05 Luc Teirlinck <teirllm@auburn.edu>
15327
15328 * fns.c (Frequire): Doc fix.
15329
15330 2003-10-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15331
15332 * xfns.c (Fx_send_client_event): New function as a base for
15333 manipulating extended window manager hints.
15334 (Fx_send_client_event): Remove unused variable s.
15335
15336 * w32term.c (w32_read_socket): Remove call to x_check_fullscreen_move,
15337 that function is removed.
15338
15339 * xterm.c (x_set_offset): Use move_offset_left/top instead of
15340 x/y_pixels_outer_diff.
15341 (x_check_expected_move): Calculate move_offset_left/top.
15342
15343 * xterm.h (struct x_output): New members: move_offset_top/left.
15344
15345 * frame.c (x_set_frame_parameters): Remove x_fullscreen_move,
15346 call x_set_offset directly.
15347
15348 * frame.h (enum): FULLSCREEN_MOVE_WAIT removed.
15349
15350 * frame.c (Fdelete_frame): Free decode_mode_spec_buffer.
15351
15352 * xterm.c (x_delete_display): Free font names and font_encoder
15353 in dpyinfo->font_table.
15354
15355 * xfns.c (Fx_close_connection): Only call XFreeFont here.
15356 Move xfree of font names to x_delete_display.
15357
15358 * xterm.h (struct x_display_info): New member, wm_type.
15359 (struct x_output): New members, expected_top/left and
15360 check_expected_move.
15361
15362 * xterm.c (handle_one_xevent): Reset wm_type when ReparentNotify
15363 is received.
15364 (handle_one_xevent): Rename x_check_expected_move from
15365 x_check_fullscreen_move.
15366 (x_set_offset): Only add WM decoration sizes to modified_top/left
15367 for X_WMTYPE_A. Set check_expected_move when WM type is unknown.
15368 (x_check_expected_move): Rename from x_check_fullscreen_move.
15369 Removed fullscreen specific code. Use check_expected_move,
15370 expected_left/top instead. Also, set wm_type.
15371 (x_term_init): Initialize wm_type to unknown.
15372
15373 * frame.c (x_fullscreen_move): Remove addition of WM decoration
15374 sizes to move_x/y.
15375
15376 2003-10-03 Kenichi Handa <handa@m17n.org>
15377
15378 * macterm.c (x_load_font): Clear all members of FONTP before start
15379 filling them.
15380
15381 2003-10-02 Kenichi Handa <handa@m17n.org>
15382
15383 * fontset.c (fs_load_font): Don't set fontp->font_encoder to NULL
15384 before calling find_ccl_program_func. Call find_ccl_program_func
15385 only when fontp->font_encoder is not NULL.
15386
15387 * xterm.c (x_load_font): Clear all members of FONTP before start
15388 filling them.
15389
15390 2003-10-03 John Paul Wallington <jpw@gnu.org>
15391
15392 * keymap.c (map_keymap): Don't abort when binding is a vector.
15393
15394 2003-10-02 Jason Rumney <jasonr@gnu.org>
15395
15396 * makefile.w32-in (emacs.o, coding.o, bytecode.o):
15397 Sync dependencies with Makefile.in.
15398 (alloca.o): Remove.
15399
15400 * w32fns.c (w32_load_system_font): Clear all members of FONTP before
15401 filling them.
15402
15403 * w32bdf.c (w32_load_bdf_font): Likewise.
15404
15405 2003-09-30 Richard M. Stallman <rms@gnu.org>
15406
15407 * term.c (set_tty_color_mode): Calculate current_mode_spec
15408 regardless of value of VAL.
15409
15410 * intervals.c (graft_intervals_into_buffer):
15411 Set BUF_INTERVALS (buffer)->up_obj when appropriate.
15412 Handle over_used when splitting UNDER.
15413
15414 2003-09-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15415
15416 * regex.c (regex_compile): Free the stack when returning from function.
15417
15418 2003-09-28 Kenichi Handa <handa@m17n.org>
15419
15420 * fontset.c (Finternal_char_font): Change return value to
15421 cons (FONT-NAME . GLYPH-CODE).
15422
15423 2003-09-28 Eli Zaretskii <eliz@gnu.org>
15424
15425 * term.c (tty_setup_colors): Treat any negative argument as -1.
15426
15427 2003-09-27 Gaute B Strokkenes <biggaute@uwc.net> (tiny change)
15428
15429 * process.c (send_process): Delete unused temp_buf.
15430
15431 2003-09-26 Dave Love <fx@gnu.org>
15432
15433 * xterm.c (x_bitmap_mask): Declare.
15434
15435 2003-09-25 Dave Love <fx@gnu.org>
15436
15437 * Makefile.in (fns.o): Depend on md5.h.
15438
15439 2003-09-25 Kim F. Storm <storm@cua.dk>
15440
15441 * window.c (set_window_buffer): Fix redisplay problems when
15442 switching between buffers with different display margin widths.
15443
15444 2003-09-23 Kim F. Storm <storm@cua.dk>
15445
15446 * process.c (set_socket_option): Fix :bindtodevice option.
15447 (Fset_network_process_option): Update process contact list when
15448 setting option succeeds.
15449 (Fmake_network_process): Doc fix.
15450
15451 2003-09-23 Dave Love <fx@gnu.org>
15452
15453 * process.c (Fnetwork_interface_info): Use HAVE_STRUCT_IFREQ... macros.
15454
15455 2003-09-22 Eli Zaretskii <eliz@gnu.org>
15456
15457 * term.c (set_tty_color_mode): Use INTEGERP to test whether a
15458 color mode is an integer number (it could be -1).
15459
15460 2003-09-22 Richard M. Stallman <rms@gnu.org>
15461
15462 * intervals.c (graft_intervals_into_buffer): Correct the main loop
15463 in the case where OVER is longer than UNDER.
15464
15465 2003-09-22 Masatake YAMATO <jet@gyve.org>
15466
15467 * window.c (Fset_window_scroll_bars): Validate the value of
15468 `vertical_type'.
15469
15470 2003-09-21 Kim F. Storm <storm@cua.dk>
15471
15472 * frame.c (Vdefault_frame_scroll_bars): New variable.
15473 (x_set_vertical_scroll_bars): Use it instead of hardcoded values.
15474 (syms_of_frame): DEFVAR_LISP it, and initialize according to
15475 window-system default scroll bar position.
15476
15477 * window.c (Fwindow_scroll_bars): Doc fix.
15478
15479 2003-09-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15480
15481 * xterm.c (x_set_offset): Take window manager decorations into account.
15482
15483 2003-09-19 Richard M. Stallman <rms@gnu.org>
15484
15485 * atimer.h: Don't include lisp.h.
15486 (P_): Define it here (as well as elsewhere).
15487
15488 * print.c (Fprin1_to_string): Move the PRINTPREPARE
15489 later, so that PRINTFINISH won't unbind Qinhibit_modification_hooks.
15490
15491 * data.c (Fvariable_binding_locus): New function.
15492 (syms_of_data): defsubr it.
15493 (Flocal_variable_p): Delete duplicate call to indirect_variable.
15494
15495 2003-09-18 Dave Love <fx@gnu.org>
15496
15497 * alloc.c (GC_MALLOC_CHECK): Move conditional undef after lisp.h.
15498
15499 * process.c (Fnetwork_interface_info): Fix type error.
15500 (Fnetwork_interface_list): Doc fix.
15501 (read_process_output, read_process_output): Delete unused var.
15502
15503 2003-09-17 Kim F. Storm <storm@cua.dk>
15504
15505 * process.c (Fnetwork_interface_list, Fnetwork_interface_info):
15506 Require HAVE_NET_IF_H and HAVE_SYS_IOCTL_H to include these fns.
15507 (Fnetwork_interface_info): Check that ifreq struct has required
15508 fields before accessing them; this requires that those fields are
15509 defined as macros, which may be too restrictive on some platforms,
15510 but it is better than failing on other platforms.
15511 (syms_of_process): Only defsubr above fns when included.
15512
15513 2003-09-17 Dave Love <fx@gnu.org>
15514
15515 * unexalpha.c: Don't include varargs.h.
15516
15517 2003-09-17 Kim F. Storm <storm@cua.dk>
15518
15519 * process.c (Fset_process_sentinel): Add sentinel to childp plist
15520 for network process.
15521 (socket_options): Add `:' prefix to option names. Add optbit field.
15522 (set_socket_option): Remove no_error arg and special handling of s < 0.
15523 Return 1<<optbit for known option, 0 for unknown.
15524 Do not interpret 0 as false for boolean option (only nil).
15525 Pass failed option and value to report_file_error.
15526 (Fset_network_process_options): Replace by Fset_network_process_option.
15527 (Fset_network_process_option): New function to set just one option.
15528 (Fmake_network_process): Allow :coding arg to be a cons.
15529 Allow :server arg to be an integer specifying backlog size.
15530 Remove :options arg, and allow options to be specified directly
15531 as :KEY, VALUE pairs. Parse these options before binding socket.
15532 As before, :reuseaddr t is default for a server process, but this
15533 can now be disabled by specifying :reuseaddr nil.
15534 (Fnetwork_interface_info): Rename from Fget_network_interface_info.
15535 (init_process): Availability of network options is now checked with
15536 simpler syntax (featurep 'make-network-process :OPTION); use loop to
15537 setup features.
15538 (syms_of_process): Fix defsubr's for the replaced functions.
15539
15540 2003-09-16 Dave Love <fx@gnu.org>
15541
15542 * Makefile.in: Depend on coding.h.
15543
15544 2003-09-14 Kim F. Storm <storm@cua.dk>
15545
15546 * process.c [HAVE_SOCKETS]: Include sys/ioctl.h and net/if.h.
15547 (Fnetwork_interface_list, Fget_network_interface_info): New defuns.
15548 (syms_of_process): Defsubr them.
15549
15550 * config.in: Regenerate.
15551
15552 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
15553
15554 * m/sr2k.h (XMARKBIT, XUNMARK): Remove.
15555 * m/news-r6.h (XUNMARK): Remove.
15556 * m/mips.h (XUNMARK): Remove.
15557 * m/mips-siemens.h (XUNMARK): Remove.
15558 * m/iris4d.h (XUNMARK): Remove.
15559 * m/hp800.h (XMARKBIT, XUNMARK): Remove.
15560
15561 2003-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
15562
15563 * lisp.h (VALBITS): Don't remove 1 for the markbit.
15564 (union Lisp_Object): Use unsigned int for types. Remove markbit.
15565 (MARKBIT): Remove 1 from VALBITS so we still use same old val.
15566 (XTYPE): Use unsigned right-shift.
15567 (XMARKBIT, XMARK, XUNMARK): Remove.
15568
15569 * alloc.c (init_intervals, init_symbol, init_marker):
15570 Don't preallocate anything.
15571 (Fgarbage_collect, mark_object): Ignore the markbit.
15572
15573 * bytecode.c (mark_byte_stack, unmark_byte_stack): Ignore the markbit.
15574
15575 2003-09-08 Lute Kamstra <lute@gnu.org>
15576
15577 * xdisp.c (pint2hrstr): New function.
15578 (decode_mode_spec): Add `%i' and `%I' specs.
15579 * buffer.c (syms_of_buffer): Document `%i' and `%I' constructs
15580 for `mode-line-format'.
15581
15582 2003-09-07 Andreas Schwab <schwab@suse.de>
15583
15584 * alloc.c: Use long instead of int when casting ABLOCKS_BUSY to
15585 avoid warning.
15586
15587 2003-09-07 Eli Zaretskii <eliz@gnu.org>
15588
15589 * editfns.c (region_limit): Support any non-zero value of BEGINNINGP.
15590
15591 2003-09-03 Kim F. Storm <storm@cua.dk>
15592
15593 * xdisp.c (get_window_cursor_type): Partially undo 2002-03-01
15594 change (superseded by 2002-08-30 change); the default blink-off
15595 cursor is now again "no cursor".
15596
15597 2003-09-01 Jason Rumney <jasonr@gnu.org>
15598
15599 * makefile.w32-in (alloca.o): Remove.
15600 (coding.o): Depend on intervals.h
15601 (emacs.o, bytecode.o): Depend on window.h
15602
15603 2003-09-01 Dave Love <fx@gnu.org>
15604
15605 * Makefile.in (alloca.o): Remove commands.
15606 (coding.o): Depend on intervals.h composite.h window.h.
15607 (emacs.o): Depend on window.h keyboard.h keymap.h.
15608 (gtkutil.o): Depend on keyboard.h charset.h coding.h.
15609 (bytecode.o): Depend on window.h.
15610
15611 2003-08-31 Jason Rumney <jasonr@gnu.org>
15612
15613 * w32term.c (w32_per_char_metric): Allow cached metrics to be
15614 returned even when font_type is unknown.
15615
15616 * xdisp.c (init_iterator): Remove old WINDOWSNT conditional.
15617
15618 2003-08-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15619
15620 * xterm.c (x_term_init): Initialize new fields in x_display_info.
15621
15622 * xterm.h (struct x_display_info): Add red/green/blue_bits and
15623 *_offset.
15624
15625 * xfns.c (lookup_rgb_color): Use new fields in x_display_info to
15626 calculate pixel value.
15627
15628 2003-08-29 Gerd Moellmann <gerd.moellmann@t-online.de>
15629
15630 * xdisp.c (redisplay_internal): Fix change of 2003-04-30.
15631 Don't tell redisplay display is accurate when it's actually been
15632 paused for pending input.
15633
15634 2003-08-29 Richard M. Stallman <rms@gnu.org>
15635
15636 * dispnew.c (adjust_glyph_matrix): Call window_box
15637 whenever W is nonzero.
15638
15639 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
15640 (Fkill_local_variable, Fmake_variable_frame_local)
15641 (Flocal_variable_p, Flocal_variable_if_set_p):
15642 Use indirect_variable to trace thru variable aliases.
15643
15644 * config.in: Updated.
15645
15646 * callint.c (Fcall_interactively): Save and restore
15647 Vthis_command, Vthis_original_command, real_this_command,
15648 and current_kboard->Vlast_command.
15649
15650 * abbrev.c (Fexpand_abbrev): Insert before deleting.
15651
15652 2003-08-29 Gerd Moellmann <gerd@gnu.org>
15653
15654 * xfns.c (lookup_rgb_color): Handle TrueColor visuals specially.
15655
15656 2003-08-28 David Abrahams <dave@boost-consulting.com> (tiny change)
15657
15658 * coding.c (decode_coding_iso2022): Initialize local variable c2.
15659 (decode_coding_sjis_big5): Likewise.
15660
15661 2003-08-27 Jason Rumney <jasonr@gnu.org>
15662
15663 * w32.c (sys_pipe): Protect against file descriptor overflow.
15664
15665 * w32fns.c (syms_of_w32fns): Remove non-existent functions.
15666
15667 * w32term.c (w32_read_socket): Fix WM_MOUSEWHEEL assignment.
15668
15669 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
15670
15671 * xfns.c (Vgtk_version_string): New variable.
15672 (syms_of_xfns): DEFVAR_LISP it. Provide gtk.
15673
15674 2003-08-24 Eli Zaretskii <eliz@gnu.org>
15675
15676 * term.c (term_init): Remove `const' from buffer_size's declaration.
15677
15678 * Makefile.in (msdos.o): Depend on intervals.h.
15679
15680 * msdos.c: Include intervals.h, since STRING_INTERVALS requires that.
15681
15682 2003-08-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15683
15684 * xterm.h (struct x_display_info): New fields: client_leader_window
15685 and Xatom_wm_client_leader.
15686
15687 * xterm.c (x_initialize): Move call to x_session_initialize to ...
15688 (x_term_init): ... here. Initialize client_leader fields in dpyinfo.
15689
15690 * xsmfns.c (create_client_leader_window): New function.
15691 (x_session_initialize): Call create_client_leader_window, take
15692 dpyinfo as argument.
15693
15694 * xfns.c (Fx_create_frame): Set property WM_CLIENT_LEADER.
15695
15696 * Makefile.in (xsmfns.o): Add more depenedencies.
15697
15698 2003-08-21 Dave Love <fx@gnu.org>
15699
15700 * m/iris4d.h: Use _MIPS_SZLONG, not _LP64.
15701
15702 2003-08-21 Kenichi Handa <handa@m17n.org>
15703
15704 * term.c (term_init): Fix previous change; don't rely on the
15705 length of `buffer' if TERMINFO is defined.
15706
15707 2003-08-20 Dave Love <fx@gnu.org>
15708
15709 * atimer.h: Include lisp.h.
15710
15711 * lisp.h (EMACS_LISP_H): New.
15712 (popup_activated_flag): Don't declare.
15713
15714 * alloca.c: Some merging with gnulib. Change logic and doc
15715 concerning (x)malloc/(x)free -- no longer Emacs-specific.
15716 [DO_BLOCK_INPUT]: Don't include lisp.h.
15717 (xmalloc, xfree): Declare.
15718 (malloc): Don't declare.
15719
15720 * Makefile.in (LWLIB_OPTIONS): Remove (unused).
15721 (alloca.o): Remove obsolete stuff concerning alloca.s. Depend on
15722 atimer.h, blockinput.h.
15723
15724 * alloc.c (lisp_align_malloc): Change type of `aligned'.
15725
15726 * alloca.s: Remove.
15727
15728 2003-08-19 Gerd Moellmann <gerd@gnu.org>
15729
15730 * s/freebsd.h [__FreeBSD_version >= 400000]: Define TERMINFO,
15731 use -lncurses.
15732
15733 * term.c (term_init): Use a buffer of size 4096 for tgetent since
15734 FreeBSD returns something longer than 2044. Abort if the end of
15735 the buffer is overwritten.
15736
15737 2003-08-19 Miles Bader <miles@gnu.org>
15738
15739 * xterm.c (x_term_init): Correctly use result of Ffile_readable_p.
15740
15741 2003-08-19 Gerd Moellmann <gerd@gnu.org>
15742
15743 * alloc.c (lisp_align_malloc): Check for memory full when
15744 allocating ablocks, which also avoids freeing a pointer into an
15745 ablocks structure.
15746
15747 * puresize.h (BASE_PURESIZE): Increase to 1100000.
15748
15749 * buffer.c (Fmove_overlay): Set overlay's next pointer unconditionally.
15750
15751 2003-08-16 Richard M. Stallman <rms@gnu.org>
15752
15753 * editfns.c (Fencode_time): Doc fix.
15754
15755 2003-08-16 David Ponce <david@dponce.com>
15756
15757 * fileio.c (Fwrite_region): Fix conditional expression to issue
15758 the right message.
15759
15760 2003-08-16 Juri Linkov <juri@jurta.org>
15761
15762 * syntax.c (Fforward_word): Argument changed to optional.
15763 Set default value to 1.
15764
15765 2003-08-15 Kenichi Handa <handa@m17n.org>
15766
15767 * xfaces.c (better_font_p): Prefer a real scalable font; i.e. not
15768 what autoscaled.
15769 (best_matching_font): Once we find a better scalable font, set
15770 non_scalable_has_exact_height_p to 1.
15771 (try_font_list): Call try_alternative_families to try any family
15772 with the given registry.
15773
15774 2003-08-09 Andreas Schwab <schwab@suse.de>
15775
15776 * alloc.c (mark_object): Handle Lisp_Misc_Save_Value.
15777
15778 * print.c (print_string): Fix printing of multibyte string with
15779 nontrivial printcharfun.
15780
15781 2003-07-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15782
15783 * xfns.c (xg_set_icon): Rewrite to compile with GTK 2.0 and 2.2.
15784
15785 * xterm.c (x_bitmap_icon): Return if xg_set_icon succeeds.
15786
15787 2003-07-31 Kenichi Handa <handa@m17n.org>
15788
15789 * process.c (read_process_output): Return the actually read bytes
15790 instead of the result of decoding.
15791
15792 2003-07-31 Kenichi Handa <handa@m17n.org>
15793
15794 * xterm.h (struct x_bitmap_record): New member have_mask.
15795
15796 * xfns.c (x_create_bitmap_from_data): Initialize have_mask member
15797 to 0.
15798 (x_create_bitmap_from_file): Likewise.
15799 (x_destroy_bitmap): Check have_mask member before freeing a mask.
15800 (x_destroy_all_bitmaps): Likewise.
15801 (x_create_bitmap_mask): Set have_mask member to 1.
15802
15803 2003-07-30 Richard M. Stallman <rms@gnu.org>
15804
15805 * Makefile.in (CFLAGS) [!OPTIMIZE]: Undo previous change.
15806
15807 2003-07-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15808
15809 * gtkutil.c (xg_mark_data): Update calls to mark_object.
15810
15811 2003-07-29 Richard M. Stallman <rms@gnu.org>
15812
15813 * xterm.c (xim_open_dpy, xim_initialize, xim_close_dpy):
15814 Conditionalize XIM code on HAVE_XIM.
15815
15816 * fns.c (Fclear_string): New function.
15817 (syms_of_fns): defsubr it.
15818
15819 2003-07-28 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
15820
15821 * xfns.c (xic_set_preeditarea): Add the left fringe width to spot.x.
15822
15823 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
15824
15825 * xfns.c: Don't check HAVE_PNG_H: autoconf doesn't seem to find it.
15826
15827 * buffer.c (delete_all_overlays): New function.
15828 * buffer.h (delete_all_overlays): Declare.
15829 * coding.c (run_pre_post_conversion_on_str):
15830 * print.c (temp_output_buffer_setup):
15831 * fileio.c (Finsert_file_contents):
15832 * minibuf.c (get_minibuffer): Use it.
15833
15834 2003-07-22 Andrew Choi <akochoi@shaw.ca>
15835
15836 * unexmacosx.c (unexec_regions_sort_compare):
15837 (unexec_regions_merge): New functions. Sort and merge unexec
15838 regions before dumping them.
15839
15840 2003-07-22 Dave Love <fx@gnu.org>
15841
15842 * xfns.c [HAVE_PNG]: Consider both png.h and libpng/png.h.
15843
15844 2003-07-21 Stefan Monnier <monnier@cs.yale.edu>
15845
15846 * alloc.c (MARK_STRING, UNMARK_STRING, STRING_MARKED_P)
15847 (GC_STRING_CHARS, string_bytes): Use ARRAY_MARK_FLAG rather than
15848 MARKBIT as the gcmarkbit for strings.
15849
15850 2003-07-21 Richard M. Stallman <rms@gnu.org>
15851
15852 * s/openbsd.h (LD_SWITCH_SYSTEM_TEMACS): Add undef.
15853
15854 * fns.c (Flocale_info): Rename from Flanginfo. Doc fixes.
15855 (syms_of_fns): Corresponding change.
15856
15857 * alloc.c (syms_of_alloc): Doc fixes.
15858
15859 2003-07-20 Han Boetes <han@mijncomputer.nl> (tiny change)
15860
15861 * s/netbsd.h: Use -Wl syntax.
15862
15863 2003-07-17 Richard M. Stallman <rms@gnu.org>
15864
15865 * xterm.c (xim_initialize): Redo 6/24 change.
15866
15867 2003-07-15 Stefan Monnier <monnier@cs.yale.edu>
15868
15869 * buffer.c (copy_overlays): Use EMACS_INT for positions.
15870 (Fswitch_to_buffer): Don't signal an error when switching to the same
15871 buffer in a dedicated window.
15872
15873 * alloc.c: Use bitmaps for cons, as was done for floats.
15874 (init_float, init_cons): Let the normal code allocate the first block.
15875 (CONS_BLOCK_SIZE): Redefine based on BLOCK_BYTES and bitmap size.
15876 (CONS_BLOCK, CONS_INDEX, CONS_MARKED_P, CONS_MARK, CONS_UNMARK):
15877 New macros.
15878 (struct cons_block): Move conses to the beginning. Add gcmarkbits.
15879 (Fcons): Use lisp_align_malloc and CONS_UNMARK.
15880 (live_cons_p): Check the pointer is not past the `conses' array.
15881 (mark_maybe_object, mark_maybe_pointer): Use CONS_MARKED_P.
15882 (mark_object, mark_buffer): Use CONS_MARKED_P and CONS_MARK.
15883 (survives_gc_p): Use CONS_MARKED_P and simplify.
15884 (gc_sweep): Use CONS_MARKED_P, CONS_UNMARK, and lisp_align_free.
15885
15886 2003-07-13 Paul Eggert <eggert@twinsun.com>
15887
15888 GCC 3.3 (sparc) no longer puts "int foo = 0;" into data; it
15889 puts it into BSS instead, at least on Solaris 8 and 9.
15890 This is a valid optimization, and it may occur on other platforms,
15891 so Emacs should not assume that initializing a static variable to
15892 zero puts it into data.
15893 * alloc.c (pure, staticvec):
15894 Initialize these arrays to nonzero, so that they're not
15895 put into BSS by that optimization.
15896
15897 2003-07-13 Stefan Monnier <monnier@cs.yale.edu>
15898
15899 * alloc.c (BLOCK_PADDING): Rename from ABLOCKS_PADDING. Update users.
15900 (lisp_align_malloc): Use posix_memalign is available.
15901 (ABLOCKS_BASE): Use HAVE_POSIX_MEMALIGN as an optimization.
15902 (STRING_BLOCK_SIZE): Rename from STRINGS_IN_STRING_BLOCK
15903 for consistency. Update users.
15904
15905 2003-07-13 Richard M. Stallman <rms@gnu.org>
15906
15907 * s/netbsd.h (START_FILES_1, END_FILES_1): Always define them.
15908
15909 2003-07-13 Terje Rosten <terjeros@phys.ntnu.no>
15910
15911 * xterm.c (x_bitmap_icon, x_wm_set_icon_pixmap): Modify to add mask,
15912 and use the Gtk+ function gtk_window_icon_from_file if available.
15913
15914 * xfns.c (x_bitmap_mask, x_create_bitmap_mask): New functions to
15915 handle mask of bitmaps.
15916 (x_allocate_bitmap_record, x_destroy_bitmap): Modify to handle the
15917 mask property.
15918 (xg_set_icon): New function, wrapper for gtk_window_icon_from_file.
15919
15920 * xterm.h (xg_set_icon): New function.
15921
15922 2003-07-12 Paul Eggert <eggert@twinsun.com>
15923
15924 * unexelf.c (unexec): Consider a section to precede the .bss
15925 section if its addresses overlap that of .bss.
15926
15927 2003-07-12 Richard M. Stallman <rms@gnu.org>
15928
15929 * Makefile.in (CFLAGS) [!OPTIMIZE]: Set CFLAGS to -g.
15930
15931 * config.in (HAVE_CRTIN): Add #undef.
15932 (INLINE): Really inline only if OPTIMIZE is defined.
15933
15934 * s/netbsd.h (START_FILES, LIB_STANDARD): Use START_FILES_1,
15935 END_FILES_1.
15936 (START_FILES_1, END_FILES_1): New macros (conditional).
15937 (LD_SWITCH_SYSTEM_TEMACS): Define.
15938
15939 * s/openbsd.h: Don't include bsd4-3.h.
15940 (TERMINFO): Define.
15941 (LIBS_TERMCAP): Define.
15942 (LD_SWITCH_SYSTEM): Define (two definitions).
15943
15944 * xfns.c: Include libpng/png.h instead of png.h.
15945
15946 2003-07-11 Andreas Schwab <schwab@suse.de>
15947
15948 * buffer.c (modify_overlay): Update prototype.
15949 * lisp.h (adjust_overlays_for_insert, adjust_overlays_for_delete):
15950 Likewise.
15951
15952 2003-07-09 Stefan Monnier <monnier@cs.yale.edu>
15953
15954 * lisp.h (VALBITS): Define in terms of GCTYPEBITS.
15955 (struct interval): Move to intervals.h.
15956 (struct Lisp_Marker): Use EMACS_INT for position info.
15957 (forward_point): Remove prototype of defunct function.
15958 (Qmodification_hooks, Qrear_nonsticky, Fnext_property_change)
15959 (Fget_text_property, Fset_text_properties, Ftext_propertes_not_all)
15960 (syms_of_textprop, set_text_properties): Remove prototypes that are
15961 already in intervals.h.
15962
15963 * intervals.h (struct interval): Move from lisp.h.
15964 Use EMACS_INT for position and size info.
15965
15966 * coding.c: Include intervals.h for Fset_text_properties.
15967
15968 * buffer.h (struct buffer_text, struct buffer): Use EMACS_INT for
15969 position and length information.
15970
15971 2003-07-09 Stefan Monnier <monnier@cs.yale.edu>
15972
15973 * buffer.h (struct buffer_text, struct buffer): Use EMACS_INT for
15974 position and length information.
15975
15976 2003-07-09 Stefan Monnier <monnier@cs.yale.edu>
15977
15978 Change overlays_after and overlays_before so the overlays themselves
15979 are linked into lists, rather than using cons cells. After all each
15980 Lisp_Misc already occupies 5 words, so we can add a `next' field to
15981 Lisp_Overlay for free and save up one cons cell per overlay (not
15982 to mention one indirection when traversing the list of overlay).
15983
15984 * lisp.h (struct Lisp_Overlay): New field `next'.
15985
15986 * buffer.h (struct buffer): Change overlays_before and overlays_after
15987 from Lisp lists of overlays to pointers to overlays.
15988
15989 * buffer.c (overlay_strings, recenter_overlay_lists):
15990 Fix typo in eassert in last commit.
15991 (unchain_overlay): New function.
15992 (add_overlay_mod_hooklist): Use AREF.
15993 (copy_overlays, reset_buffer, overlays_at, overlays_in)
15994 (overlay_touches_p, overlay_strings, recenter_overlay_lists)
15995 (fix_overlays_in_range, fix_overlays_before, Fmake_overlay)
15996 (Fmove_overlay, Fdelete_overlay, Foverlay_lists)
15997 (report_overlay_modification, evaporate_overlays, init_buffer_once):
15998 Adjust to new type of overlays_(before|after).
15999
16000 * alloc.c (mark_object): Mark the new `next' field of overlays.
16001 (mark_buffer): Manually mark the overlays_(after|before) fields.
16002
16003 * coding.c (run_pre_post_conversion_on_str):
16004 * editfns.c (overlays_around):
16005 * xdisp.c (load_overlay_strings):
16006 * fileio.c (Finsert_file_contents):
16007 * indent.c (current_column):
16008 * insdel.c (signal_before_change, signal_after_change):
16009 * intervals.c (set_point_both):
16010 * print.c (temp_output_buffer_setup): Use new type for
16011 overlays_(before|after).
16012
16013 2003-07-08 Stefan Monnier <monnier@cs.yale.edu>
16014
16015 * buffer.c (report_overlay_modification): Don't run hooks while
16016 traversing the list of overlays.
16017
16018 * buffer.h (struct buffer): Use an int for overlay_center.
16019 (overlays_at, evaporate_overlays, recenter_overlay_lists)
16020 (overlay_strings, fix_overlays_before): Use EMACS_INT for positions.
16021
16022 * buffer.c (reset_buffer, recenter_overlay_lists)
16023 (adjust_overlays_for_insert, adjust_overlays_for_delete)
16024 (fix_overlays_in_range, Fmake_overlay, Fmove_overlay)
16025 (evaporate_overlays, init_buffer_once): Update use of overlay_center.
16026 (overlays_at, evaporate_overlays, recenter_overlay_lists)
16027 (overlay_strings, fix_overlays_before): Use EMACS_INT for positions.
16028
16029 * xdisp.c (fast_find_position): Remove unused var.
16030
16031 * cmds.c (Qexpand_abbrev): New sym.
16032 (syms_of_cmds): Initialize it.
16033 (internal_self_insert): Use it to call expand-abbrev.
16034
16035 2003-07-09 Kim F. Storm <storm@cua.dk>
16036
16037 * xterm.c (use_xim) [!USE_XIM]: Default to disable XIM if Emacs
16038 was configured with --without-xim.
16039 (x_term_init) [!USE_XIM]: Use `useXIM' resource to turn on XIM.
16040
16041 2003-07-07 Richard M. Stallman <rms@gnu.org>
16042
16043 * xdisp.c (reseat_1): Set it->area to TEXT_AREA.
16044
16045 * alloc.c (Fgarbage_collect): Doc fix.
16046
16047 2003-07-07 Nozomu Ando <nand@mac.com>
16048
16049 * buffer.c (Fkill_buffer): Clear charpos cache if necessary.
16050
16051 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
16052
16053 * minibuf.c (read_minibuf): UNGCPRO before returning.
16054 (Ftry_completion, Fall_completions): Doc fix.
16055
16056 * alloc.c (live_float_p): Check that p is not past the `floats' array,
16057 now that `floats' is not the last element of the struct any more.
16058
16059 2003-07-06 Jason Rumney <jasonr@gnu.org>
16060
16061 * w32term.h (ClipboardSequence_Proc): New type.
16062
16063 * w32fns.c (clipboard_sequence_fn): New variable.
16064 (globals_of_w32fns): Initialize it.
16065
16066 * w32select.c (last_clipboard_sequence_number): New variable.
16067 (Fw32_set_clipboard_data, Fw32_get_clipboard_data): Use sequence
16068 number if possible.
16069
16070 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
16071
16072 * m/amdx86-64.h (MARKBIT):
16073 * m/ia64.h (MARKBIT): Remove definition since lisp.h does not compare
16074 MARKBIT and ARRAY_MARK_FLAG any more.
16075
16076 * m/hp800.h (XSETMARKBIT):
16077 * m/sr2k.h (XSETMARKBIT):
16078 * lisp.h (XSETMARKBIT): Remove unused macro.
16079
16080 * lisp.h (mark_object): Change prototype.
16081
16082 * alloc.c (mark_object): Change arg *Lisp_Object -> Lisp_Object.
16083 (last_marked): Change accordingly.
16084 (mark_interval, mark_maybe_object, mark_maybe_pointer)
16085 (Fgarbage_collect, mark_glyph_matrix, mark_face_cache, mark_image)
16086 (mark_buffer): Update calls to mark_object.
16087
16088 * bytecode.c (mark_byte_stack):
16089 * fns.c (sweep_weak_table):
16090 * keyboard.c (mark_kboards): Update calls to mark_object.
16091
16092 2003-07-06 Jason Rumney <jasonr@gnu.org>
16093
16094 * alloc.c (struct ablock): Only include padding when there is some.
16095
16096 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
16097
16098 * alloc.c (ALIGN): Add casts to simplify usage.
16099 (BLOCK_ALIGN, BLOCK_BYTES, ABLOCKS_PADDING, ABLOCKS_SIZE)
16100 (ABLOCKS_BYTES, ABLOCK_ABASE, ABLOCKS_BUSY, ABLOCKS_BASE): New macros.
16101 (struct ablock, struct ablocks): New types.
16102 (free_ablock): New global var.
16103 (lisp_align_malloc, lisp_align_free): New functions.
16104 (FLOAT_BLOCK_SIZE): Redefine in terms of BLOCK_BYTES.
16105 (struct float_block): Reorder and add gcmarkbits.
16106 (GETMARKBIT, SETMARKBIT, UNSETMARKBIT, FLOAT_BLOCK, FLOAT_INDEX)
16107 (FLOAT_MARKED_P, FLOAT_MARK, FLOAT_UNMARK): New macros.
16108 (init_float, make_float): Use lisp_align_malloc.
16109 (free_float, live_float_p): Don't use `type' any more.
16110 (make_float): Use FLOAT_UNMARK to access to mark bit.
16111 (mark_maybe_object, mark_maybe_pointer, survives_gc_p):
16112 Use FLOAT_MARKED_P to access the mark bit.
16113 (pure_alloc): Simplify use of ALIGN.
16114 (mark_object): Use FLOAT_MARK to access the mark bit.
16115 (gc_sweep): Use new macros to access the float's mark bit.
16116 (init_alloc_once): Init free_ablock.
16117
16118 * lisp.h (struct Lisp_Float): Remove unused field `type'.
16119
16120 2003-06-27 Stefan Monnier <monnier@cs.yale.edu>
16121
16122 * alloc.c (VECTOR_MARK, VECTOR_UNMARK, VECTOR_MARKED_P): New macros.
16123 (GC_STRING_BYTES): Don't mask markbit (it's only used on `size').
16124 (allocate_buffer): Move.
16125 (string_bytes): Don't mask markbit of `size_byte'.
16126 (mark_maybe_object, mark_maybe_pointer, Fgarbage_collect)
16127 (mark_object, mark_buffer, survives_gc_p, gc_sweep):
16128 Use the `size' field of buffers (rather than the `name' field) for
16129 the mark bit, as is done for all other vectorlike objects.
16130 Use the new macros to access the mark bit of vectorlike objects.
16131
16132 2003-06-26 Richard M. Stallman <rms@gnu.org>
16133
16134 * puresize.h (BASE_PURESIZE): Increment base size.
16135
16136 * xdisp.c (fast_find_position): Enable Gerd's new definition.
16137
16138 * xterm.c (xim_initialize): Undo previous change.
16139
16140 2003-06-26 Stefan Monnier <monnier@cs.yale.edu>
16141
16142 * alloc.c (survives_gc_p): Simplify.
16143
16144 * buffer.c (set_buffer_internal_1): Test CONSP for lists.
16145
16146 * window.c (Fset_window_dedicated_p): Simplify.
16147 (display_buffer_1): Don't raise the win from which minibuf was entered.
16148 (temp_output_buffer_show): Don't assume BEG == 1. Simplify.
16149 (Fminibuffer_selected_window): Simplify.
16150
16151 * buffer.h (struct buffer_text): Lisp_Object `markers' => Lisp_Marker.
16152
16153 * lisp.h (unchain_marker): Lisp_Object arg => Lisp_Marker.
16154 (struct Lisp_Marker): Lisp_Object `chain' => Lisp_Marker `next'.
16155
16156 * insdel.c (check_markers, adjust_markers_for_delete)
16157 (adjust_markers_for_insert, adjust_markers_for_replace)
16158 (prepare_to_modify_buffer, RESTORE_VALUE):
16159 * marker.c (buf_charpos_to_bytepos, buf_bytepos_to_charpos)
16160 (Fset_marker, set_marker_restricted, set_marker_both, unchain_marker)
16161 (set_marker_restricted_both, Fbuffer_has_markers_at, count_markers):
16162 * alloc.c (Fmake_marker, free_marker, gc_sweep):
16163 * buffer.c (Fget_buffer_create, Fkill_buffer, Fset_buffer_multibyte):
16164 * editfns.c (save_excursion_restore, transpose_markers):
16165 * window.c (delete_window):
16166 * xdisp.c (message_dolog): Update for new types.
16167
16168 2003-06-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16169
16170 * xfaces.c (set_font_frame_param): Set default_face_done_p to zero.
16171 (realize_default_face): Use default_face_done_p for the force_p
16172 argument to set_lface_from_font_name. Set default_face_done_p to one.
16173
16174 * frame.c (make_frame): Initialize default_face_done_p.
16175
16176 * frame.h (struct frame): Add default_face_done_p.
16177
16178 * config.in: Add XRegisterIMInstantiateCallback_arg6 so it
16179 will be defined.
16180
16181 2003-06-25 Stefan Monnier <monnier@cs.yale.edu>
16182
16183 * alloc.c (make_interval, Fmake_symbol, allocate_misc):
16184 Initialize the new field `gcmarkbit'.
16185 (mark_interval, MARK_INTERVAL_TREE): Use the new `gcmarkbit' field.
16186 (mark_interval_tree): Don't mark the tree separately from the nodes.
16187 (UNMARK_BALANCE_INTERVALS): Don't unmark the tree.
16188 (mark_maybe_object, mark_maybe_pointer, Fgarbage_collect)
16189 (mark_object, survives_gc_p, gc_sweep): Use new `gcmarkbit' fields.
16190
16191 * lisp.h (struct interval, struct Lisp_Symbol, struct Lisp_Free)
16192 (struct Lisp_Marker, struct Lisp_Intfwd, struct Lisp_Boolfwd)
16193 (struct Lisp_Kboard_Objfwd, struct Lisp_Save_Value)
16194 (struct Lisp_Buffer_Local_Value, struct Lisp_Overlay)
16195 (struct Lisp_Objfwd, struct Lisp_Buffer_Objfwd): Add `gcmarkbit' field.
16196
16197 2003-06-24 Dave Love <fx@gnu.org>
16198
16199 * xterm.c (xim_initialize): Use XRegisterIMInstantiateCallback_arg6.
16200
16201 * strftime.c: Test HAVE_SYS__MBSTATE_H, not __hpux. Merge changes
16202 from gnulib.
16203
16204 2003-06-21 Richard M. Stallman <rms@gnu.org>
16205
16206 * fileio.c (Fwrite_region): Alternate messages
16207 for append and partial write.
16208
16209 * keyboard.c (read_key_sequence): When converting upcase fn key to
16210 downcase, update fkey and keytran so `backspace' gets translated.
16211
16212 * keyboard.c (read_avail_input): Don't signal SIGHUP in batch mode.
16213
16214 * process.c (wait_reading_process_input): Don't signal SIGIO
16215 in batch mode.
16216
16217 2003-06-17 Kenichi Handa <handa@m17n.org>
16218
16219 * Makefile.in (xselect.o): Don't depend on charset.h, coding.h,
16220 composite.h.
16221
16222 * xselect.c: Don't include charset.h, coding.h, composite.h.
16223 (Qforeign_selection): New variable.
16224 (syms_of_xselect): Intern and static it.
16225 (selection_data_to_lisp_data): Return a unibyte string made from
16226 data with `foreign-selection' text property.
16227
16228 2003-06-15 Stefan Monnier <monnier@cs.yale.edu>
16229
16230 * termhooks.h (EVENT_INIT): New macro.
16231
16232 * keyboard.c (mark_kboards): Move from alloc.c. Mark kbd_buffer.
16233
16234 * alloc.c (mark_kboards): Move to keyboard.c.
16235
16236 * keyboard.c (record_asynch_buffer_change, read_avail_input):
16237 * xterm.c (x_dispatch_event):
16238 * xmenu.c (find_and_call_menu_selection):
16239 * xdisp.c (handle_tool_bar_click):
16240 * w32menu.c (menubar_selection_callback):
16241 * sysdep.c (kbd_input_ast, read_input_waiting):
16242 * msdos.c (dos_rawgetc):
16243 * macterm.c (mac_check_for_quit_char):
16244 * macmenu.c (menubar_selection_callback):
16245 * gtkutil.c (xg_tool_bar_callback): Don't pass uninitialized
16246 data to kbd_buffer_store_event.
16247
16248 2003-06-15 Kim F. Storm <storm@cua.dk>
16249
16250 * xdisp.c (x_fix_overlapping_area): Always use area relative X
16251 to fix redisplay problem with tall characters (such as \e,AC\e(B).
16252
16253 2003-06-13 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
16254
16255 * fileio.c (Fcopy_file): Doc fix: copies file modes, too.
16256
16257 2003-06-12 Kenichi Handa <handa@m17n.org>
16258
16259 * fileio.c (Fwrite_region): Save and restore restriction.
16260
16261 2003-06-12 Dave Love <fx@gnu.org>
16262
16263 * alloca.c (alloca): Declare arg as size_t.
16264
16265 * sysdep.c: Remove redundant include of unistd.h, stdlib.h.
16266 Use HAVE_DECL_SYS_SIGLIST, not SYS_SIGLIST_DECLARED.
16267
16268 2003-06-11 Dave Love <fx@gnu.org>
16269
16270 * search.c (shrink_regexp_cache): Use xrealloc.
16271 (syms_of_search): Use xmalloc.
16272
16273 2003-06-10 Kim F. Storm <storm@cua.dk>
16274
16275 * xdisp.c (phys_cursor_in_rect_p): Fix 2003-05-24 change.
16276 Adjust phys_cursor.x to be relative to window box, rather than
16277 text area before checking -- to ensure cursor is redrawn when
16278 exposing window.
16279 Note: This also fixes a similar (older) bug if display margins
16280 are present.
16281
16282 2003-06-06 Kenichi Handa <handa@m17n.org>
16283
16284 * coding.c (encoding_buffer_size): If coding->type is
16285 coding_type_ccl, double magnification on CRLF encoding.
16286
16287 2003-06-06 Jason Rumney <jasonr@gnu.org>
16288
16289 * w32reg.c (SYSTEM_DEFAULT_RESOURCES): New constant.
16290 (w32_get_string_resource): Try SYSTEM_DEFAULT_RESOURCES last.
16291
16292 * xfaces.c (Finternal_face_x_get_resource): Do it on Windows and
16293 Mac too.
16294
16295 2003-06-05 Dave Love <fx@gnu.org>
16296
16297 * strftime.c: Merge changes from gnulib.
16298
16299 * mktime.c (__mktime_internal): Merge changes from gnulib
16300 involving year 69 and dst2.
16301
16302 Changes to merge with gnulib version and be consistent with the
16303 autoconf test:
16304
16305 * getloadavg.c: Set NLIST_STRUCT from HAVE_NLIST_H.
16306 Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not NLIST_NAME_UNION.
16307 [HAVE_LOCALE_H]: Include locale.h.
16308 (getloadavg) [HAVE_SETLOCALE]: Run sscanf in C locale.
16309
16310 2003-06-05 Kim F. Storm <storm@cua.dk>
16311
16312 * window.c (coordinates_in_window): Convert X and Y to window
16313 relative coordinates inside mode-line and header-line parts.
16314 Convert X and Y to margin area relative coordinates inside left
16315 and right display margin parts.
16316
16317 2003-06-05 Jason Rumney <jasonr@gnu.org>
16318
16319 * w32fns.c (add_system_logical_colors_to_map): New function.
16320 (Fx_open_connection): Use it.
16321
16322 2003-06-04 Stefan Monnier <monnier@cs.yale.edu>
16323
16324 * process.c (allocate_pty): Revert part of the previous patch.
16325 (Faccept_process_output): Simplify.
16326
16327 2003-06-04 Jason Rumney <jasonr@gnu.org>
16328
16329 * termhooks.h (enum event_kind): Remove MOUSE_WHEEL_EVENT.
16330
16331 * keyboard.c (Qmouse_wheel, mouse_wheel_syms)
16332 (lispy_mouse_wheel_names): Remove.
16333 (syms_of_keyboard): Remove Qmouse_wheel and mouse_wheel_syms.
16334 Always define drag_and_drop_syms.
16335
16336 * macterm.c (XTread_socket): Map mouse wheel events to Emacs
16337 WHEEL_EVENT events.
16338
16339 2003-06-03 Stefan Monnier <monnier@cs.yale.edu>
16340
16341 * xdisp.c (update_tool_bar): Add missing UNGCPRO.
16342
16343 * buffer.c (init_buffer_once): Make kill-buffer-hook permanent-local.
16344
16345 2003-06-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16346
16347 * gtkutil.c (make_menu_item): Make sure we don't crash on a NULL
16348 menu item label.
16349
16350 2003-06-03 Richard M. Stallman <rms@gnu.org>
16351
16352 * window.c (Fwindow_edges): Doc fix.
16353 (Fwindow_pixel_edges, Fwindow_inside_edges)
16354 (Fwindow_inside_pixel_edges): New functions.
16355 (syms_of_window): defsubr them.
16356
16357 * window.h (WINDOW_LEFT_FRINGE_COLS, WINDOW_RIGHT_FRINGE_COLS)
16358 (WINDOW_MODE_LINE_LINES, WINDOW_HEADER_LINE_LINES): New macros.
16359
16360 2003-06-02 Stefan Monnier <monnier@cs.yale.edu>
16361
16362 * dispnew.c (Fsit_for): Don't lie about the number of args.
16363
16364 2003-06-02 Dave Love <fx@gnu.org>
16365
16366 * callproc.c: Use HAVE_FCNTL_H, not USG5.
16367 (syms_of_callproc) <process-environment>: Doc fix.
16368
16369 * doc.c: Use HAVE_FCNTL_H, not USG5.
16370
16371 * xfaces.c (font_rescale_ratio): Fix for K&R.
16372
16373 * termcap.c: Use HAVE_FCNTL_H, not _POSIX_VERSION.
16374
16375 * mem-limits.h: Use HAVE_SYS_RESOURCE_H, HAVE_SYS_VLIMIT_H.
16376
16377 * lread.c [HAVE_FCNTL_H]: Include fcntl.h.
16378
16379 * gtkutil.c: Include keyboard.h, charset.h, coding.h.
16380 (xg_create_frame_widgets): Use ENCODE_UTF_8.
16381
16382 * xterm.c (Qutf_8): Move to coding.c
16383
16384 * xmenu.c (ENCODE_MENU_STRING): New.
16385 (list_of_panes, list_of_items, digest_single_submenu, xmenu_show):
16386 Use it.
16387
16388 * coding.h (ENCODE_UTF_8): New.
16389 (Qutf_8): Declare.
16390
16391 * coding.c (Qutf_8): New.
16392 (syms_of_coding): Intern it.
16393
16394 * fns.c: Doc fixes.
16395
16396 2003-06-02 Kenichi Handa <handa@m17n.org>
16397
16398 * buffer.c (Fset_buffer_multibyte): Fix previous change.
16399
16400 2003-06-01 Stefan Monnier <monnier@cs.yale.edu>
16401
16402 * lread.c (openp): Make sure STR is a string.
16403
16404 2003-06-01 David Ponce <david@dponce.com>
16405
16406 * termhooks.h (enum event_kind): Add new WHEEL_EVENT event.
16407 Declare MOUSE_WHEEL_EVENT only if MAC_OSX defined.
16408
16409 * keyboard.c (Qmouse_wheel): Declare only if MAC_OSX defined.
16410 (mouse_wheel_syms, lispy_mouse_wheel_names): Likewise.
16411 (discard_mouse_events): Discard WHEEL_EVENT events too.
16412 (lispy_wheel_names, wheel_syms): New.
16413 (syms_of_keyboard): Init and staticpro `wheel_syms'. Init and
16414 staticpro `Qmouse_wheel' and `mouse_wheel_syms' only if MAC_OSX defined.
16415 (make_lispy_event): Add WHEEL_EVENT handler.
16416
16417 * w32term.c (construct_mouse_wheel): Construct WHEEL_EVENT.
16418 (w32_read_socket): Map w32 WM_MOUSEWHEEL events to Emacs
16419 WHEEL_EVENT events.
16420
16421 2003-05-31 John Paul Wallington <jpw@gnu.org>
16422
16423 * Makefile.in (lisp, shortlisp): byte-run, float-sup, map-ynp, and
16424 timer are in lisp/emacs-lisp.
16425
16426 2003-05-31 Kenichi Handa <handa@m17n.org>
16427
16428 * buffer.c (Fset_buffer_multibyte): Correctly recover a narrowed
16429 region when a buffer is changed to unibyte.
16430
16431 * charset.h (VALID_LEADING_CODE_P): New macro.
16432 (UNIBYTE_STR_AS_MULTIBYTE_P): Check more rigidly.
16433
16434 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): If coding->flags
16435 is nonzero, accept multibyte form of eight-bit-control chars.
16436 (decode_composition_emacs_mule): Likewise.
16437 (decode_coding_emacs_mule): Likewise.
16438 (encode_coding_emacs_mule): If coding->flags is nonzero, produce
16439 multibyte form of eight-bit-control chars.
16440
16441 * fileio.c (Qauto_save_coding, auto_save_coding): New variables.
16442 (Finsert_file_contents): If coding-system-for-read is bound to
16443 Qauto_save_coding, use the coding system emacs-mule with special
16444 setting for recovering a file.
16445 (choose_write_coding_system): On auto saving, use the coding
16446 system emacs-mule with special setting for auto saving.
16447 (syms_of_fileio) <Qauto_save_coding>: Intern and staticpro it.
16448
16449 2003-05-30 Kenichi Handa <handa@m17n.org>
16450
16451 * coding.c (ccl_coding_driver): Set ccl->eight_bit_control
16452 properly before calling ccl_driver.
16453
16454 * ccl.h (struct ccl_program) <eight_bit_control>: Comment fixed.
16455
16456 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when it is nonzero.
16457 (ccl_driver): Initialize extra_bytes to ccl->eight_bit_control.
16458 (setup_ccl_program): Initialize ccl->eight_bit_control to zero.
16459
16460 2003-05-29 Glenn Morris <gmorris@ast.cam.ac.uk>
16461
16462 * xfaces.c (realize_default_face): Do not abort if lface is
16463 non-existent - reverts change from 2003-05-19.
16464
16465 2003-05-29 Kenichi Handa <handa@m17n.org>
16466
16467 * coding.c (decode_coding_iso2022): Pay attention to the byte
16468 sequence of CTEXT extended segment, and retain those bytes as is.
16469
16470 2003-05-28 Kenichi Handa <handa@m17n.org>
16471
16472 * coding.c (ENCODE_UNSAFE_CHARACTER): Adjust for the name change
16473 of CODING_REPLACEMENT_CHARACTER.
16474 (decode_coding_iso2022): If CODING_FLAG_ISO_SAFE, set
16475 CODING_MODE_INHIBIT_UNENCODABLE_CHAR flag in coding->mode, and
16476 check this flag on encoding.
16477 (encode_coding_sjis_big5):
16478 Check CODING_MODE_INHIBIT_UNENCODABLE_CHAR flag of coding->mode.
16479 (Fset_terminal_coding_system_internal):
16480 Set CODING_MODE_INHIBIT_UNENCODABLE_CHAR flag in terminal_coding.mode
16481 instead of setting CODING_FLAG_ISO_SAFE flag in terminal_coding.flags.
16482
16483 * coding.h (CODING_REPLACEMENT_CHARACTER): Rename from
16484 CODING_INHIBIT_CHARACTER_SUBSTITUTION.
16485 (CODING_MODE_INHIBIT_UNENCODABLE_CHAR): New macro.
16486
16487 2003-05-28 Richard M. Stallman <rms@gnu.org>
16488
16489 * print.c (syms_of_print) <print-escape-nonascii>: Doc fix.
16490
16491 * eval.c (unbind_to): Move init of this_binding to separate statement.
16492
16493 2003-05-28 Kim F. Storm <storm@cua.dk>
16494
16495 * xdisp.c (expose_window): Fix error in calculation of
16496 window relative coordinates of area to redisplay.
16497
16498 2003-05-27 Jason Rumney <jasonr@gnu.org>
16499
16500 * w32term.c (GET_WHEEL_DELTA_WPARAM): New macro.
16501
16502 2003-05-27 David Ponce <david@dponce.com>
16503
16504 Handle W32 mouse wheel events as mouse click events, like in X.
16505
16506 * keyboard.c (make_lispy_event) [WINDOWSNT]: Don't handle
16507 MOUSE_WHEEL_EVENT anymore.
16508
16509 * w32term.c (construct_mouse_wheel): Result is a MOUSE_CLICK_EVENT.
16510 Scrolling down/up the mouse wheel is respectively mapped to mouse
16511 button 4 and 5.
16512 (w32_read_socket): Map w32 WM_MOUSEWHEEL events to Emacs
16513 MOUSE_CLICK_EVENT events. Forward w32 MSH_MOUSEWHEEL events as
16514 WM_MOUSEWHEEL events.
16515
16516 2003-05-27 Andreas Schwab <schwab@suse.de>
16517
16518 * buffer.c (syms_of_buffer) <default-direction-reversed>: Doc fix.
16519
16520 * xdisp.c (try_window_id): Avoid aborting if PT is inside a
16521 partially visible line.
16522
16523 * alloc.c (Fgarbage_collect): Fix last change.
16524
16525 2003-05-26 John Paul Wallington <jpw@gnu.org>
16526
16527 * xfns.c (Fx_create_frame): Don't call Qface_set_after_frame_default.
16528
16529 2003-05-25 Stefan Monnier <monnier@cs.yale.edu>
16530
16531 * window.c (Fset_window_buffer): Add type of `keep_margins'.
16532 (Fset_window_fringes, Fset_window_scroll_bars): Declare before use.
16533
16534 * window.h (window_box_text_cols): Declare.
16535
16536 * xdisp.c (window_text_bottom_y, draw_row_fringe_bitmaps)
16537 (x_draw_vertical_border): Remove unused var `f'.
16538
16539 * xfaces.c (build_scalable_font_name): Remove `unused var
16540 pixel_size' warning.
16541
16542 * xfns.c (png_load): Remove `unused vars intent, image_gamma' warning.
16543
16544 * unexelf.c (unexec): Remove `unused var n' warning.
16545
16546 * strftime.c (my_strftime_localtime_r): Remove `defined but
16547 unused' warning.
16548
16549 * process.c (allocate_pty): Remove `unused var stb' and
16550 `cp might be used uninitialized' warnings.
16551
16552 * dispnew.c (mode_line_string): Remove unused var `f'.
16553
16554 * coding.c (find_safe_codings): Remove unused var `i'.
16555
16556 * bytecode.c (Fbyte_code): Remove `unused val' warning.
16557
16558 * buffer.c (Fkill_buffer): Remove unused var `list'.
16559
16560 * alloc.c (Fgarbage_collect): Remove `unused var tail' warning.
16561
16562 2003-05-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16563
16564 * frame.c (make_frame): Condition want_fullscreen with
16565 HAVE_WINDOW_SYSTEM.
16566
16567 2003-05-25 Juanma Barranquero <lektu@terra.es>
16568
16569 * window.c (Fset_window_scroll_bars): Fix typo in argument name.
16570 (Fwindow_scroll_bars): Fix typo in docstring.
16571
16572 2003-05-24 Kim F. Storm <storm@cua.dk>
16573
16574 The following changes serve several purposes:
16575
16576 1) Swap the position of fringes and display margins in windows, i.e.
16577 the fringes are now displayed between the margins and the text area
16578 (by default).
16579
16580 2) Allow fringe and scroll bar parameters to be set per-buffer and
16581 per-window (like display margins). Such settings are now stored
16582 in window configurations, preserved when frames are resized, and
16583 copied when windows are split vertically or horizontally.
16584 Several bugs related to display margins have been fixed.
16585
16586 3) Consistently use FRAME_FONT and FRAME_FONTSET macros.
16587
16588 4) Use FRAME_COLUMN_WIDTH (f) consistently throughout the code
16589 rather than FRAME_WIDTH (FRAME_FONT (f)).
16590
16591 5) Introduce a consistent naming of variables, members and macros
16592 depending on whether their value is measured in pixels or in
16593 canonical columns/lines. Pixel dimensions are named *_width and
16594 *_height, while canonical columns/lines are named *_cols and
16595 *_lines. Pixel positions are named *_x and *_y, while column/line
16596 positions are named *_col and *_line.
16597
16598 6) Consolidate more of the X, W32, and MAC gui code by moving
16599 common data into struct frame, and generalize it for the non-gui
16600 case by using suitable defaults.
16601
16602 7) Cleanup and consolidate the macros controlling frame and window
16603 layout into frame.h and window.h, and generalize the use of the
16604 various window_box_* functions (enhanced to handle the new fringe
16605 position and the per-window fringe and scroll bar settings).
16606
16607 * frame.h (struct frame): Rename members height to text_lines,
16608 width to text_cols, window_height to total_lines, window_width to
16609 total_cols, new_height to new_text_lines, new_width to
16610 new_text_cols. All uses changed.
16611 (struct frame): New members which consolidate common members of
16612 x_output, w32_output, and mac_output structures: left_pos,
16613 top_pos, pixel_height, pixel_width, x_pixels_diff, y_pixels_diff,
16614 win_gravity, size_hint_flags, border_width, internal_border_width,
16615 line_height, fringe_cols, left_fringe_width, right_fringe_width,
16616 want_fullscreen. All uses changed.
16617 (struct frame): New member column_width contaning the canonical
16618 column width, analogue to line_height. All uses changed.
16619 (struct frame): Rename members scroll_bar_pixel_width to
16620 config_scroll_bar_width, and scroll_bar_cols to
16621 config_scroll_bar_cols. All uses changed.
16622 (struct frame): New member scroll_bar_actual_width which
16623 consolidates and renames the vertical_scroll_bar_extra member of
16624 x_output, w32_output, and mac_output structures. All uses changed.
16625 (FRAME_PIXEL_HEIGHT): Rename from PIXEL_HEIGHT and moved
16626 from x/w32/macterm.h files. All uses changed. Also change code
16627 which referred to f->output_data...->pixel_height.
16628 (FRAME_PIXEL_WIDTH): Rename from PIXEL_WIDTH and moved
16629 from x/w32/macterm.h files. All uses changed. Also change code
16630 which referred to f->output_data...->pixel_width.
16631 (FRAME_LINES): Rename from FRAME_HEIGHT. All uses changed.
16632 Also change code which referred to f->height.
16633 (FRAME_COLS): Rename from FRAME_WIDTH. All uses changed.
16634 Also change code which referred to f->width.
16635 (FRAME_NEW_HEIGHT, FRAME_NEW_WIDTH): Remove macros; change uses
16636 to update new_text_lines and new_text_cols members directly.
16637 (FRAME_CONFIG_SCROLL_BAR_WIDTH): Rename from
16638 FRAME_SCROLL_BAR_PIXEL_WIDTH. All uses changed.
16639 (FRAME_CONFIG_SCROLL_BAR_COLS): Rename from
16640 FRAME_SCROLL_BAR_COLS. All uses changed.
16641 (FRAME_LEFT_SCROLL_BAR_COLS, FRAME_RIGHT_SCROLL_BAR_COLS):
16642 Rename from FRAME_LEFT_SCROLL_BAR_WIDTH and
16643 FRAME_RIGHT_SCROLL_BAR_WIDTH, resp. All uses changed.
16644 (FRAME_SCROLL_BAR_AREA_WIDTH, FRAME_LEFT_SCROLL_BAR_AREA_WIDTH)
16645 (FRAME_RIGHT_SCROLL_BAR_AREA_WIDTH): New macros.
16646 (FRAME_TOTAL_COLS): Rename from FRAME_WINDOW_WIDTH.
16647 (SET_FRAME_COLS): Rename from SET_FRAME_WIDTH.
16648 (FRAME_TOTAL_COLS_ARG): Rename from FRAME_WINDOW_WIDTH_ARG.
16649 (WINDOW_VERTICAL_SCROLL_BAR_COLUMN): Remove unused macro.
16650 (WINDOW_VERTICAL_SCROLL_BAR_HEIGHT): Remove unused macro.
16651 (FRAME_LINE_HEIGHT): Rename from CANON_Y_UNIT.
16652 Unconditionally return line_height member (it now has proper value
16653 also for non-window frames).
16654 (FRAME_COLUMN_WIDTH): Rename from CANON_X_UNIT. Unconditionally
16655 return new column_width member (rather than the default font width).
16656 (FRAME_FRINGE_COLS, FRAME_LEFT_FRINGE_WIDTH)
16657 (FRAME_RIGHT_FRINGE_WIDTH): Rename from FRAME_X_... and moved
16658 from x/w32/macterm.h files. Unconditionally return corresponding
16659 member of frame structure (they now have proper values also for
16660 non-window frames).
16661 (FRAME_TOTAL_FRINGE_WIDTH): Rename from FRAME_FRINGE_WIDTH.
16662 Calculate return value from left and right widths.
16663 (FRAME_INTERNAL_BORDER_WIDTH): Unconditionally return
16664 internal_border_width member (has proper value for non-window frame).
16665 (FRAME_PIXEL_X_FROM_CANON_X): Rename from PIXEL_X_FROM_CANON_X.
16666 (FRAME_PIXEL_Y_FROM_CANON_Y): Rename from PIXEL_Y_FROM_CANON_Y.
16667 (FRAME_CANON_X_FROM_PIXEL_X): Rename from CANON_X_FROM_PIXEL_X.
16668 (FRAME_CANON_Y_FROM_PIXEL_Y): Rename from CANON_Y_FROM_PIXEL_Y.
16669 (FRAME_LINE_TO_PIXEL_Y): Rename from CHAR_TO_PIXEL_ROW,
16670 consolidated from xterm.h, macterm.h, and w32term.h.
16671 (FRAME_COL_TO_PIXEL_X): Rename from CHAR_TO_PIXEL_COL,
16672 consolidated from xterm.h, macterm.h, and w32term.h.
16673 (FRAME_TEXT_COLS_TO_PIXEL_WIDTH): Rename from
16674 CHAR_TO_PIXEL_WIDTH consolidated from x/mac/w32term.h.
16675 (FRAME_TEXT_LINES_TO_PIXEL_HEIGHT): Rename from
16676 CHAR_TO_PIXEL_HEIGHT consolidated from x/mac/w32term.h.
16677 (FRAME_PIXEL_Y_TO_LINE): Rename from PIXEL_TO_CHAR_ROW
16678 consolidated from x/mac/w32term.h.
16679 (FRAME_PIXEL_X_TO_COL): Rename from PIXEL_TO_CHAR_COL
16680 consolidated from x/mac/w32term.h.
16681 (FRAME_PIXEL_WIDTH_TO_TEXT_COLS): Rename from
16682 PIXEL_TO_CHAR_WIDTH consolidated from x/mac/w32term.h.
16683 (FRAME_PIXEL_HEIGHT_TO_TEXT_LINES): Rename from
16684 PIXEL_TO_CHAR_HEIGHT consolidated from x/mac/w32term.h.
16685
16686 * window.h (struct window): Rename members left to left_col,
16687 top to top_line, height to total_lines, width to total_cols,
16688 left_margin_width to left_margin_cols, right_margin_width to
16689 right_margin_cols, orig_height to orig_total_lines, orig_top to
16690 orig_top_line. All uses changed.
16691 (struct window): New members left_fringe_width, right_fringe_width,
16692 fringes_outside_margins, scroll_bar_width, vertical_scroll_bar_type.
16693 (WINDOW_XFRAME, WINDOW_FRAME_COLUMN_WIDTH, WINDOW_FRAME_LINE_HEIGHT):
16694 New macros primarily used to simplify other macros.
16695 (WINDOW_TOTAL_COLS): New macro. Change relevant code that
16696 referred to XINT (w->width).
16697 (WINDOW_TOTAL_LINES): New macro. Change relevant code that
16698 referred to XINT (w->height).
16699 (WINDOW_TOTAL_WIDTH): New macro. Change relevant code that
16700 referred to XINT (w->width) * canon_x_unit.
16701 (WINDOW_TOTAL_HEIGHT): New macro. Change relevant code that
16702 referred to XINT (w->height) * canon_y_unit.
16703 (WINDOW_LEFT_EDGE_COL): New macro. Change relevant code that
16704 referred to XINT (w->left).
16705 (WINDOW_RIGHT_EDGE_COL): Rename from WINDOW_RIGHT_EDGE. Change
16706 all uses and code that referred to XINT (w->left) + XINT (w->width).
16707 (WINDOW_TOP_EDGE_LINE): New macro. Change relevant code that
16708 referred to XINT (w->top).
16709 (WINDOW_BOTTOM_EDGE_LINE): New macro. Change relevant code that
16710 referred to XINT (w->top) + XINT (w->height).
16711 (WINDOW_LEFT_EDGE_X): New macro. Change relevant code that
16712 referred to XINT (w->left) * canon_x_unit.
16713 (WINDOW_RIGHT_EDGE_X): New macro. Change relevant code that
16714 referred to (XINT (w->left) + XINT (w->width)) * canon_x_unit.
16715 (WINDOW_TOP_EDGE_Y): New macro. Change relevant code that
16716 referred to XINT (w->top) * canon_y_unit.
16717 (WINDOW_BOTTOM_EDGE_Y): New macro. Change relevant code that
16718 referred to (XINT (w->top) + XINT (w->height)) * canon_y_unit.
16719 (WINDOW_LEFTMOST_P): New macro.
16720 (WINDOW_BOX_LEFT_EDGE_COL): Rename from WINDOW_LEFT_MARGIN.
16721 All uses changed.
16722 (WINDOW_BOX_RIGHT_EDGE_COL): Rename from WINDOW_RIGHT_MARGIN.
16723 All uses changed.
16724 (WINDOW_BOX_LEFT_EDGE_X): Rename from
16725 WINDOW_DISPLAY_LEFT_EDGE_PIXEL_X, moved from dispextern.h.
16726 Do not exclude left fringe width.
16727 (WINDOW_BOX_RIGHT_EDGE_X): Rename from
16728 WINDOW_DISPLAY_RIGHT_EDGE_PIXEL_X, moved from dispextern.h.
16729 Do not exclude fringe widths.
16730 (WINDOW_LEFT_FRINGE_WIDTH, WINDOW_RIGHT_FRINGE_WIDTH)
16731 (WINDOW_FRINGE_COLS, WINDOW_TOTAL_FRINGE_WIDTH): New macros.
16732 Change relevant code that referred to FRAME_LEFT_FRINGE_WIDTH,
16733 FRAME_RIGHT_FRINGE_WIDTH, FRAME_FRINGE_COLS, and
16734 FRAME_TOTAL_FRINGE_WIDTH to allow per-window fringe settings.
16735 (WINDOW_HAS_FRINGES_OUTSIDE_MARGINS): New macro.
16736 (WINDOW_VERTICAL_SCROLL_BAR_TYPE, WINDOW_HAS_VERTICAL_SCROLL_BAR)
16737 (WINDOW_HAS_VERTICAL_SCROLL_BAR_ON_LEFT)
16738 (WINDOW_HAS_VERTICAL_SCROLL_BAR_ON_RIGHT)
16739 (WINDOW_CONFIG_SCROLL_BAR_WIDTH, WINDOW_CONFIG_SCROLL_BAR_COLS):
16740 New macros. Change code which referenced corresponding
16741 FRAME_VERTICAL_SCROLL_BAR_TYPE, FRAME_HAS_VERTICAL_SCROLL_BARS,
16742 FRAME_HAS_VERTICAL_SCROLL_BARS_ON_LEFT,
16743 FRAME_HAS_VERTICAL_SCROLL_BARS_ON_RIGHT,
16744 FRAME_SCROLL_BAR_PIXEL_WIDTH, and FRAME_SCROLL_BAR_COLS macros to
16745 allow per-window scroll-bar settings.
16746 (WINDOW_LEFT_SCROLL_BAR_COLS, WINDOW_RIGHT_SCROLL_BAR_COLS): New macros.
16747 (WINDOW_LEFT_SCROLL_BAR_AREA_WIDTH): New macro. Change code that
16748 referred to FRAME_LEFT_SCROLL_BAR_WIDTH.
16749 (WINDOW_RIGHT_SCROLL_BAR_AREA_WIDTH): New macro. Change code
16750 that referred to FRAME_HAS_VERTICAL_SCROLL_BARS_ON_RIGHT and
16751 FRAME_SCROLL_BAR_WIDTH.
16752 (WINDOW_SCROLL_BAR_COLS, WINDOW_SCROLL_BAR_AREA_WIDTH)
16753 (WINDOW_SCROLL_BAR_AREA_X): New macros.
16754 (WINDOW_HEADER_LINE_HEIGHT): Rename from
16755 WINDOW_DISPLAY_HEADER_LINE_HEIGHT, moved from dispextern.h.
16756 (WINDOW_BOX_HEIGHT_NO_MODE_LINE): Rename from
16757 WINDOW_DISPLAY_HEIGHT_NO_MODE_LINE, moved from dispextern.h.
16758 (WINDOW_BOX_TEXT_HEIGHT): Rename from
16759 WINDOW_DISPLAY_PIXEL_WIDTH, moved from dispextern.h.
16760 (WINDOW_TO_FRAME_PIXEL_X, WINDOW_TO_FRAME_PIXEL_Y)
16761 (FRAME_TO_WINDOW_PIXEL_X, FRAME_TO_WINDOW_PIXEL_Y)
16762 (WINDOW_TEXT_TO_FRAME_PIXEL_X): Move here from dispextern.h.
16763 (WINDOW_LEFT_MARGIN_WIDTH): Rename from
16764 WINDOW_DISPLAY_LEFT_AREA_PIXEL_WIDTH, moved from dispextern.h.
16765 (WINDOW_RIGHT_MARGIN_WIDTH): Rename from
16766 WINDOW_DISPLAY_RIGHT_AREA_PIXEL_WIDTH, moved from dispextern.h.
16767 (window_from_coordinates): Update prototype.
16768 (Fset_window_buffer): Update EXFUN.
16769 (set_window_buffer): Update prototype.
16770
16771 * dispextern.h (struct glyph_matrix): Rename members window_left_x
16772 to window_left_col, window_top_y to window_top_line. All uses
16773 changed.
16774 (FRAME_INTERNAL_BORDER_WIDTH_SAFE): Remove macro; can now safely
16775 use FRAME_INTERNAL_BORDER_WIDTH macro instead as
16776 internal_border_width is now set to 0 for non-window frames.
16777 (WINDOW_DISPLAY_PIXEL_WIDTH, WINDOW_DISPLAY_PIXEL_HEIGHT)
16778 (WINDOW_DISPLAY_MODE_LINE_HEIGHT, WINDOW_DISPLAY_HEADER_LINE_HEIGHT)
16779 (WINDOW_DISPLAY_HEIGHT_NO_MODE_LINE, WINDOW_DISPLAY_TEXT_HEIGHT)
16780 (WINDOW_DISPLAY_LEFT_EDGE_PIXEL_X, WINDOW_DISPLAY_RIGHT_EDGE_PIXEL_X)
16781 (WINDOW_DISPLAY_TOP_EDGE_PIXEL_Y, WINDOW_DISPLAY_BOTTOM_EDGE_PIXEL_Y)
16782 (WINDOW_TO_FRAME_PIXEL_X, WINDOW_TO_FRAME_PIXEL_Y)
16783 (FRAME_TO_WINDOW_PIXEL_X, FRAME_TO_WINDOW_PIXEL_Y)
16784 (WINDOW_DISPLAY_LEFT_AREA_PIXEL_WIDTH)
16785 (WINDOW_DISPLAY_RIGHT_AREA_PIXEL_WIDTH, WINDOW_WANTS_MODELINE_P):
16786 Move to window.h and renamed [see window.h changes].
16787 (WINDOW_AREA_TO_FRAME_PIXEL_X, WINDOW_AREA_PIXEL_WIDTH)
16788 (WINDOW_DISPLAY_TEXT_AREA_PIXEL_WIDTH): Remove macros.
16789 (WINDOW_WANTS_MODELINE_P, WINDOW_WANTS_HEADER_LINE_P):
16790 Use WINDOW_TOTAL_LINES.
16791 (frame_update_line_height): Remove prototype.
16792
16793 * buffer.h (struct buffer): Rename members measured in columns:
16794 left_margin_width to left_margin_cols, right_margin_width to
16795 right_margin_cols. All uses changed.
16796 New members left_fringe_width, right_fringe_width,
16797 fringes_outside_margins for per-buffer fringe settings.
16798 New members scroll_bar_width and vertical_scroll_bar_type for
16799 per-buffer scroll bar settings.
16800
16801 * buffer.c (init_buffer_once): Set buffer_defaults and
16802 buffer_local_flags for new buffer-local variables
16803 left_fringe_width, right_fringe_width, fringes_outside_margins,
16804 scroll_bar_width, and vertical_scroll_bar_type.
16805 (syms_of_buffer): Defvar_per_buffer them, and defvar_lisp_nopro
16806 default-* variables for them.
16807
16808 * dispnew.c: Make (many) trivial substitutions for renamed and
16809 new macros in dispextern.h, frame.h and window.h.
16810 (mode_line_string): No need to adjust width for mode lines, as it
16811 is already adjusted by the caller.
16812 (marginal_area_string): Handle fringes inside/outside margins.
16813
16814 * frame.c: Make (many) trivial substitutions for renamed and
16815 new macros in dispextern.h, frame.h and window.h.
16816 (make_frame): Initialize left_fringe_width, right_fringe_width,
16817 fringe_cols, scroll_bar_actual_width, border_width,
16818 internal_border_width, column_width, line_height, x_pixels_diff,
16819 y_pixels_diff, want_fullscreen, size_hint_flags, and win_gravity
16820 members with values suitable for a non-window frames.
16821
16822 * gtkutil.c: Make (many) trivial substitutions for renamed and
16823 new macros in dispextern.h, frame.h and window.h.
16824
16825 * indent.c: Make (few) trivial substitutions for renamed and
16826 new macros in dispextern.h, frame.h and window.h.
16827
16828 * keyboard.c: Make (many) trivial substitutions for renamed and
16829 new macros in dispextern.h, frame.h and window.h.
16830 (make_lispy_event): Use window positions returned from
16831 window_from_coordinates when constructing the lisp event for
16832 MOUSE_CLICK_EVENT and DRAG_N_DROP_EVENT, rather than calculating
16833 (incorrect) values locally.
16834 (make_lispy_movement): Use window positions returned from
16835 window_from_coordinates when constructing the lisp event, rather
16836 than calculating (incorrect) values locally.
16837
16838 * scroll.c: Make (some) trivial substitutions for renamed and
16839 new macros in dispextern.h, frame.h and window.h.
16840
16841 * sunfns.c (Fsun_menu_internal): Adapt to per-window fringes and
16842 scroll-bars.
16843
16844 * sysdep.c: Make (few) trivial substitutions for renamed and
16845 new macros in dispextern.h, frame.h and window.h.
16846
16847 * term.c: Make (some) trivial substitutions for renamed and
16848 new macros in dispextern.h, frame.h and window.h.
16849
16850 * widget.c: Make (few) trivial substitutions for renamed and
16851 new macros in dispextern.h, frame.h and window.h.
16852
16853 * window.c: Make (many) trivial substitutions for renamed and
16854 new macros in dispextern.h, frame.h and window.h.
16855 (make_window): Initialize new members
16856 left_margin_cols, right_margin_cols, left_fringe_width,
16857 right_fringe_width, fringes_outside_margins, scroll_bar_width,
16858 and vertical_scroll_bar_type.
16859 (coordinates_in_window): Adapt to new fringe/margin positions
16860 and per-window fringes and scroll-bars.
16861 Fix bug related to incorrectly adjusting coordinates by
16862 frame's internal_border_width (the effect normally negible since
16863 the internal_border_width is typically 0 or 1 pixel, but very
16864 noticeable for an internal_border_width of e.g. 25 pixels).
16865 Upon successful return (other than ON_NOTHING), the coordinates
16866 are now always properly converted to window relative for the
16867 given display element.
16868 (window_from_coordinates): Add new parameters wx and wy to
16869 return the window relative x and y position in the returned
16870 window and part. A null arg means, don't return the position.
16871 All callers changed.
16872 (adjust_window_margins): New function which may reduce the width
16873 of the display margins if a window's text area is too small after
16874 resizing or splitting windows.
16875 (size_window): Fix bug that did not account for display margin
16876 widths when checking the minimum width of a window; use
16877 adjust_window_margins.
16878 (set_window_buffer): Call Fset_window_fringes and
16879 Fset_window_scroll_bars to setup per-window elements.
16880 Add new arg KEEP_MARGINS_P. Non-nil means to keep window's
16881 existing display margin, fringe widths, and scroll bar settings
16882 (e.g. after splitting a window or resizing the frame).
16883 All callers changed.
16884 (Fset_window_buffer): New arg KEEP_MARGINS. All callers changed.
16885 (Fsplit_window): Duplicate original window's display margin,
16886 fringe, and scroll-bar settings; then call Fset_window_buffer with
16887 KEEP_MARGINS non-nil. This fixes a bug which caused a split
16888 window to only preserve the display margins in one of the windows.
16889 When splitting horizontally, call adjust_window_margins on both
16890 windows to ensure that the text area of the new windows is non too
16891 narrow. This fixes a bug which could cause Emacs to trap if the
16892 width of the split window was less than the width of the display
16893 margins.
16894 (window_box_text_cols): Rename from window_internal_width.
16895 All uses changed. Adapt to per-window fringes and scroll bars.
16896 Fix bug that caused vertical separator to be subtracted also on
16897 window frames. Fix another bug that did not reduce the returned
16898 value by the columns used for display margins.
16899 (window_scroll_line_based): Fix bug related to scrolling too much
16900 when display margins are present (implicitly fixed by the fix to
16901 window_box_text_cols).
16902 (scroll_left, scroll_right): Fix bug related to scrolling too far
16903 by default when display margins are present (implicitly fixed by
16904 the fix to window_box_text_cols).
16905 (struct saved_window): Rename members left to left_col, top to
16906 top_line, width to total_cols, height to total_lines, orig_top to
16907 orig_top_line, orig_height to orig_total_lines. All uses changed.
16908 New members left_margin_cols, right_margin_cols,
16909 left_fringe_width, right_fringe_width, fringes_outside_margins,
16910 scroll_bar_width, and vertical_scroll_bar_type for saving
16911 per-window display elements.
16912 (Fset_window_configuration): Restore display margins, fringes,
16913 and scroll bar settings. This fixes a bug which caused display
16914 margins to be discarded when saving and restoring a window
16915 configuration.
16916 (save_window_save): Save display margins, fringes, and scroll bar
16917 settings. This fixes a bug which caused display margins to be
16918 discarded when saving and restoring a window configuration.
16919 (Fset_window_margins): Do nothing if display margins are not
16920 really changed. Otherwise, call adjust_window_margins to ensure
16921 the text area doesn't get too narrow. This fixes a bug which
16922 could cause Emacs to trap if setting display margins wider than
16923 the width of the window.
16924 (Fset_window_fringes): New defun to allow user to specifically set
16925 this window's fringe widths and position vs. display margins.
16926 (Fwindow_fringes): New defun to return window's actual fringe settings.
16927 (Fset_window_scroll_bars): New defun to allow user to specifically
16928 set this window's scroll bar width and position.
16929 (Fwindow_scroll_bars): New defun to return window's actual scroll
16930 bar settings.
16931 (compare_window_configurations): Also compare display margins,
16932 fringes, and scroll bar settings.
16933 (syms_of_window): Defsubr new defuns for fringe and scroll bars.
16934
16935 * xdisp.c: Make (many) trivial substitutions for renamed and
16936 new macros in dispextern.h, frame.h and window.h.
16937 (window_box_width): Adapt to per-window fringes and scroll bars,
16938 and new fringe vs. display margin position. Note that returned
16939 value is no longer guaranteed to be a whole multiple of the frame
16940 column width, since per-window fringes may now be any width.
16941 (window_box_left_offset): New function like window_box_left, but
16942 value is relative to left border of window (rather than frame).
16943 (window_box_right_offset): New function like window_box_right,
16944 but value is relative to left border of window.
16945 (window_box_left): Adapt to per-window fringes and scroll bars,
16946 and new fringe vs. display margin position. Simplify by using
16947 WINDOW_LEFT_EDGE_X and window_box_left_offset.
16948 (window_box): Allow null args for unnecessary return values;
16949 change/simplify relevant callers.
16950 (x_y_to_hpos_vpos): Adapt to per-window fringes and scroll bars,
16951 and new fringe vs. display margin position.
16952 Use window_box_left_offset and window_box_right_offset
16953 (get_glyph_string_clip_rect): Adapt to per-window fringes and
16954 scroll bars, and new fringe vs. display margin position.
16955 Use WINDOW_LEFT_EDGE_X and WINDOW_TOTAL_WIDTH.
16956 (draw_fringe_bitmap): Rework to handle per-window fringes and new
16957 fringe vs. display margin position.
16958 (hscroll_window_tree): Use window_box_width instead of window_box.
16959 (redisplay_window): Adapt to per-window scroll bars.
16960 (draw_glyphs): Rework to handle per-window fringes and scroll
16961 bars, and new fringe vs. display margin position.
16962 Use WINDOW_LEFT_EDGE_X, WINDOW_TOTAL_WIDTH, and window_box_left.
16963 (x_clear_end_of_line): Adapt to per-window fringes and scroll
16964 bars, and new fringe vs. display margin position. Fix bug which
16965 increased total width of full_width rows by width of scroll bars
16966 although window's total width already includes that.
16967 (x_fix_overlapping_area): Simplify using window_box_left_offset.
16968 (expose_area): Simplify using window_box_left_offset.
16969 (x_draw_vertical_border): Handle per-window scroll bar settings,
16970 mixing windows with left, right and no scroll bars.
16971
16972 * xfaces.c [WINDOWSNT]: Move redefinition of FONT_WIDTH macro to
16973 where it's used in x_list_fonts (for clarity).
16974 (frame_update_line_height): Remove unused function; functionality
16975 is now done directly when setting the default font in x_set_font.
16976
16977 * xfns.c: Make (many) trivial substitutions for renamed and
16978 new macros in dispextern.h, frame.h and window.h.
16979
16980 * xmenu.c: Make (some) trivial substitutions for renamed and
16981 new macros in dispextern.h, frame.h and window.h.
16982
16983 * xterm.h (struct x_output): Move members left_pos, top_pos,
16984 border_width, pixel_height, pixel_width, line_height,
16985 internal_border_width, vertical_scroll_bar_extra,
16986 left_fringe_width, right_fringe_width, fringe_cols,
16987 fringes_extra, win_gravity, size_hint_flags, want_fullscreen,
16988 x_pixels_diff, and y_pixels_diff to struct frame (frame.h).
16989 (FRAME_INTERNAL_BORDER_WIDTH, FRAME_LINE_HEIGHT): Move to frame.h.
16990 (FRAME_DEFAULT_FONT_WIDTH): Remove macro.
16991 (PIXEL_WIDTH, PIXEL_HEIGHT)
16992 (FRAME_X_FRINGE_COLS, FRAME_X_FRINGE_WIDTH)
16993 (FRAME_X_LEFT_FRINGE_WIDTH, FRAME_X_RIGHT_FRINGE_WIDTH): Move to
16994 frame.h and renamed [see frame.h changes].
16995 (CHAR_TO_PIXEL_ROW, CHAR_TO_PIXEL_COL, CHAR_TO_PIXEL_WIDTH)
16996 (CHAR_TO_PIXEL_HEIGHT, PIXEL_TO_CHAR_ROW, PIXEL_TO_CHAR_COL)
16997 (PIXEL_TO_CHAR_WIDTH, PIXEL_TO_CHAR_HEIGHT): Move to frame.h
16998 and renamed [see frame.h changes].
16999
17000 * xterm.c: Make (several) trivial substitutions for renamed and
17001 new macros in dispextern.h, frame.h and window.h.
17002 (x_draw_glyph_string_box): Adapt to per-window fringes and scroll-bars.
17003 (scroll_run): Adapt to new fringe position.
17004 (glyph_rect): Use window coordinates returned from
17005 window_from_coordinates rather than frame_to_window_pixel_xy.
17006 (XTset_vertical_scroll_bar): Adapt to per-window fringes and
17007 scroll-bars.
17008 (handle_one_xevent): Simplify a USE_GTK conditional.
17009 (x_clip_to_row): Remove superfluous whole_line_p arg and code
17010 (fringes are now inside margins, i.e. always in the clipping area).
17011 All callers changed.
17012 (x_new_font): Set FRAME_COLUMN_WIDTH and FRAME_LINE_HEIGHT
17013 directly, then call compute_fringe_widths. Don't call
17014 frame_update_line_height.
17015
17016 * w32term.h (struct w32_output): Move members left_pos, top_pos,
17017 border_width, pixel_height, pixel_width, line_height,
17018 internal_border_width, vertical_scroll_bar_extra,
17019 left_fringe_width, right_fringe_width, fringe_cols,
17020 fringes_extra, win_gravity, size_hint_flags, want_fullscreen,
17021 x_pixels_diff, and y_pixels_diff to struct frame (frame.h).
17022 (FRAME_INTERNAL_BORDER_WIDTH, FRAME_LINE_HEIGHT): Move to frame.h.
17023 (FRAME_DEFAULT_FONT_WIDTH): Remove macro.
17024 (PIXEL_WIDTH, PIXEL_HEIGHT)
17025 (FRAME_X_FRINGE_COLS, FRAME_X_FRINGE_WIDTH)
17026 (FRAME_X_LEFT_FRINGE_WIDTH, FRAME_X_RIGHT_FRINGE_WIDTH): Move to
17027 frame.h and renamed [see frame.h changes].
17028 (CHAR_TO_PIXEL_ROW, CHAR_TO_PIXEL_COL, CHAR_TO_PIXEL_WIDTH)
17029 (CHAR_TO_PIXEL_HEIGHT, PIXEL_TO_CHAR_ROW, PIXEL_TO_CHAR_COL)
17030 (PIXEL_TO_CHAR_WIDTH, PIXEL_TO_CHAR_HEIGHT): Move to frame.h
17031 and renamed [see frame.h changes].
17032
17033 * w32term.c: Make (several) trivial substitutions for renamed and
17034 new macros in dispextern.h, frame.h and window.h.
17035 (x_draw_glyph_string_box): Adapt to per-window fringes and scroll-bars.
17036 (glyph_rect): Use window coordinates returned from
17037 window_from_coordinates rather than frame_to_window_pixel_xy.
17038 (XTset_vertical_scroll_bar): Adapt to per-window fringes and
17039 scroll-bars.
17040 (w32_clip_to_row): Remove superfluous whole_line_p arg and code
17041 (fringes are now inside margins, i.e. always in the clipping area).
17042 All callers changed.
17043 (x_new_font): Set FRAME_COLUMN_WIDTH and FRAME_LINE_HEIGHT
17044 directly, then call compute_fringe_widths. Don't call
17045 frame_update_line_height.
17046
17047 * w32console.c: Make (few) trivial substitutions for renamed and
17048 new macros in dispextern.h, frame.h and window.h.
17049
17050 * w32fns.c: Make (many) trivial substitutions for renamed and
17051 new macros in dispextern.h, frame.h and window.h.
17052
17053 * w32menu.c: Make (few) trivial substitutions for renamed and
17054 new macros in dispextern.h, frame.h and window.h.
17055
17056 * macterm.h (struct mac_output): Move members left_pos, top_pos,
17057 border_width, pixel_height, pixel_width, line_height,
17058 internal_border_width, vertical_scroll_bar_extra,
17059 left_fringe_width, right_fringe_width, fringe_cols,
17060 fringes_extra, win_gravity, size_hint_flags, want_fullscreen,
17061 x_pixels_diff, y_pixels_diff to struct frame (frame.h).
17062 (FRAME_INTERNAL_BORDER_WIDTH, FRAME_LINE_HEIGHT): Move to frame.h.
17063 (FRAME_DEFAULT_FONT_WIDTH): Remove macro.
17064 (PIXEL_WIDTH, PIXEL_HEIGHT)
17065 (FRAME_X_FRINGE_COLS, FRAME_X_FRINGE_WIDTH)
17066 (FRAME_X_LEFT_FRINGE_WIDTH, FRAME_X_RIGHT_FRINGE_WIDTH): Move to
17067 frame.h and renamed [see frame.h changes].
17068 (CHAR_TO_PIXEL_ROW, CHAR_TO_PIXEL_COL, CHAR_TO_PIXEL_WIDTH)
17069 (CHAR_TO_PIXEL_HEIGHT, PIXEL_TO_CHAR_ROW, PIXEL_TO_CHAR_COL)
17070 (PIXEL_TO_CHAR_WIDTH, PIXEL_TO_CHAR_HEIGHT): Move to frame.h
17071 and renamed [see frame.h changes].
17072
17073 * macterm.c: Make (several) trivial substitutions for renamed and
17074 new macros in dispextern.h, frame.h and window.h.
17075 (x_draw_glyph_string_box): Adapt to per-window fringes and scroll-bars.
17076 (glyph_rect): Use window coordinates returned from
17077 window_from_coordinates rather than frame_to_window_pixel_xy.
17078 (XTset_vertical_scroll_bar): Adapt to per-window fringes and
17079 scroll-bars.
17080 (x_clip_to_row): Remove superfluous whole_line_p arg and code
17081 (fringes are now inside margins, i.e. always in the clipping area).
17082 All callers changed.
17083 (x_new_font): Set FRAME_COLUMN_WIDTH and FRAME_LINE_HEIGHT
17084 directly, then call compute_fringe_widths. Don't call
17085 frame_update_line_height.
17086
17087 * macfns.c: Make (several) trivial substitutions for renamed and
17088 new macros in dispextern.h, frame.h and window.h.
17089 (x_real_positions): Set f->x_pixels_diff and f->y_pixels_diff to 0.
17090
17091 * macmenu.c: Make (few) trivial substitutions for renamed and
17092 new macros in dispextern.h, frame.h and window.h.
17093
17094 * msdos.h (struct x_output): Remove members left_pos, top_pos,
17095 and line_height, and use corresponding new members in struct
17096 frame. All uses changed.
17097 (FRAME_LINE_HEIGHT, FRAME_INTERNAL_BORDER_WIDTH): Remove macros;
17098 superseeded by corresponding macros in frame.h.
17099
17100 * msdos.c: Make (several) trivial substitutions for renamed and
17101 new macros in dispextern.h, frame.h and window.h.
17102 (IT_note_mouse_highlight): Use updated window coordinates returned
17103 by window_from_coordinates, rather than adjusting them locally.
17104 (internal_terminal_init): No need to initialize line_height here;
17105 it now defaults to 1.
17106
17107 2003-05-24 Stefan Monnier <monnier@cs.yale.edu>
17108
17109 * keyboard.c (read_key_sequence): Adjust fkey and keytran when
17110 dropping `down' events.
17111
17112 2003-05-24 Andreas Schwab <schwab@suse.de>
17113
17114 * coding.c (find_safe_codings): Fix last change.
17115
17116 2003-05-24 Istvan Marko <mi@imarko.dhs.org> (tiny change)
17117
17118 * xfns.c (x_window): Fix typo from 2003-05-21 change.
17119
17120 2003-05-23 Stefan Monnier <monnier@cs.yale.edu>
17121
17122 * xdisp.c (display_mode_element): Increase max depth.
17123 Simplify the error handling code. Use a different error string
17124 for the case where we hit the depth limit.
17125
17126 * lisp.h (Vfundamental_mode_abbrev_table): Don't declare.
17127
17128 * buffer.c (reset_buffer_local_variables): Remove redundant setting.
17129
17130 2003-05-21 Stefan Monnier <monnier@cs.yale.edu>
17131
17132 * intervals.c (get_local_map): Don't get char-property of previous
17133 point any more: get_pos_property already does it and better.
17134
17135 2003-05-21 Dave Love <fx@gnu.org>
17136
17137 [Merged from unicode branch.]
17138
17139 * xfns.c (x_window, x_window): Use use_xim.
17140
17141 * xterm.c (use_xim): Initialize.
17142 (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
17143 (x_term_init): Maybe set use_xim.
17144
17145 * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
17146
17147 2003-05-21 Jason Rumney <jasonr@gnu.org>
17148
17149 * unexw32.c (_start): Remove _fmode initialization.
17150
17151 * emacs.c (main) [WINDOWSNT]: Move it here.
17152
17153 2003-05-20 Dave Love <fx@gnu.org>
17154
17155 * s/gnu-linux.h (MAIL_USE_FLOCK): Make it conditional.
17156
17157 2003-05-19 Richard M. Stallman <rms@gnu.org>
17158
17159 * xfaces.c (Finternal_set_lisp_face_attribute): Handle Qunspecified
17160 as value for QCfont attribute.
17161 (realize_default_face): lface should already exist; crash if not.
17162 Specify 0 for FORCE_P when calling set_lface_from_font_name.
17163
17164 * frame.c (Fignore_event): Doc fix.
17165
17166 2003-05-19 Kenichi Handa <handa@m17n.org>
17167
17168 * coding.c (decode_coding_string): Handle post-read-conversion
17169 even if the coding doesn't require decoding.
17170
17171 2003-05-18 Richard M. Stallman <rms@gnu.org>
17172
17173 * callproc.c (Fcall_process_region): Doc fix.
17174
17175 2003-05-17 Stefan Monnier <monnier@cs.yale.edu>
17176
17177 * lread.c (Fload): Print a message if package is obsolete.
17178
17179 * window.c (Fselect_window): Add optional `norecord' arg.
17180 (select_window_1): Fold into Fselect_window.
17181 (select_window_norecord): New function.
17182 (temp_output_buffer_show): Use it. Preserve current buffer.
17183
17184 * window.h (Fselect_window): Update declaration.
17185
17186 * window.c (delete_window, Fother_window, Fset_window_configuration):
17187 * minibuf.c (read_minibuf):
17188 * macterm.c (x_new_focus_frame):
17189 * frame.c (do_switch_frame, Fset_frame_selected_window, Fdelete_frame):
17190 * callint.c (Fcall_interactively):
17191 * xterm.c (x_new_focus_frame): Pass nil as new arg to Fselect_window.
17192
17193 * buffer.c (Fpop_to_buffer): Pass norecord to Fselect_window.
17194
17195 2003-05-17 David Kastrup <dak@gnu.org>
17196
17197 * process.c (read_process_output): Back out change from 2003-03-09.
17198
17199 2003-05-17 Stefan Monnier <monnier@cs.yale.edu>
17200
17201 * editfns.c (get_pos_property): Don't assume that `object' = nil.
17202
17203 * textprop.c (text_property_stickiness): New arg `buffer'.
17204
17205 * intervals.h (text_property_stickiness): New arg `buffer'.
17206 (get_pos_property): Declare.
17207
17208 * intervals.c (get_local_map): Use get_pos_property, to obey
17209 stickiness and empty overlays.
17210 (create_root_interval, graft_intervals_into_buffer): Use BEG.
17211 (merge_properties, intervals_equal, merge_properties_sticky):
17212 Use XCAR, XCDR.
17213 (adjust_for_invis_intang): Pass new arg to text_property_stickiness.
17214
17215 2003-05-17 Richard M. Stallman <rms@gnu.org>
17216
17217 * minibuf.c (read_minibuf): If buffer is empty, record the default
17218 in the history.
17219 (Fminibuffer_complete_word): When deleting the overlap, take account
17220 of its real position.
17221
17222 * fns.c (map_char_table): Fix previous change.
17223
17224 * syntax.c (find_defun_start):
17225 When open_paren_in_column_0_is_defun_start,
17226 return beginning of buffer.
17227
17228 * lisp.h (map_char_table): Declare added arg.
17229
17230 * fns.c (map_char_table): New arg TABLE gets the master table.
17231 All calls changed.
17232 Process default and inheritance, resorting to Faref if necessary.
17233
17234 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
17235 (Faccessible_keymaps): Pass new arg to map_char_table.
17236
17237 * fontset.c (Ffontset_info): Pass new arg to map_char_table.
17238
17239 * casetab.c (set_case_table): Pass new arg to map_char_table.
17240
17241 * data.c (let_shadows_buffer_binding_p): Make target of p volatile.
17242
17243 * lisp.h (specbinding_func): New typedef.
17244 (struct specbinding): Use specbinding_func, to put the `volatile'
17245 in the right place.
17246
17247 * alloc.c (Fgarbage_collect): Cast pointers into specpdl
17248 to avoid GCC warning.
17249
17250 2003-05-16 Ralph Schleicher <rs@nunatak.allgaeu.org>
17251
17252 * fileio.c (Fdelete_file): Handle symlinks pointing to directories.
17253
17254 2003-05-15 Stefan Monnier <monnier@cs.yale.edu>
17255
17256 * keyboard.c (apply_modifiers): Don't fill the other cache.
17257
17258 2003-05-14 Stefan Monnier <monnier@cs.yale.edu>
17259
17260 * .gdbinit-union: New file, for USE_LISP_UNION_TYPE users.
17261
17262 * window.h (Qwindowp, Qwindow_live_p, Vwindow_list)
17263 (Fwindow_end, Fselected_window, Fdelete_window, Fwindow_buffer)
17264 (Fget_buffer_window, Fsave_window_excursion, Fsplit_window)
17265 (Fset_window_configuration, Fcurrent_window_configuration)
17266 (compare_window_configurations, Fcoordinates_in_window_p, Fwindow_at)
17267 (Fpos_visible_in_window_p, mark_window_cursors_off)
17268 (window_internal_height, window_internal_width, Frecenter)
17269 (Fscroll_other_window, Fset_window_start, temp_output_buffer_show)
17270 (replace_buffer_in_all_windows, init_window_once, init_window)
17271 (syms_of_window, keys_of_window): Move from lisp.h.
17272 * lisp.h: Move window.c declarations to window.h.
17273
17274 * bytecode.c: Include window.h.
17275 * emacs.c: Include window.h.
17276
17277 * keyboard.c (make_lispy_event): Apply modifiers to multibyte-char key.
17278 (keyremap): Add `parent' field.
17279 (keyremap_step): Use it. Remove `parent' argument.
17280 (read_key_sequence): Setup and use the new `parent' field.
17281
17282 2003-05-11 Stefan Monnier <monnier@cs.yale.edu>
17283
17284 * keyboard.c (adjust_point_for_property): Ensure termination.
17285
17286 2003-05-10 Stefan Monnier <monnier@cs.yale.edu>
17287
17288 * keyboard.c (follow_key): Remove dead variable `did_meta'.
17289 (access_keymap_keyremap, keyremap_step): New funs, extracted from the
17290 duplicated handling of function-key-map and key-translation-map
17291 in read_key_sequence.
17292 (read_key_sequence): Use them.
17293
17294 * keyboard.c (adjust_point_for_property): Try harder to move point
17295 to the non-sticky end of an invisible property.
17296
17297 * xdisp.c (single_display_prop_intangible_p): Make `space' display
17298 property intangible as well.
17299
17300 2003-05-10 Andreas Schwab <schwab@suse.de>
17301
17302 * xmenu.c (single_menu_item): Change last parameter to void* to
17303 avoid warning.
17304
17305 2003-05-09 Richard M. Stallman <rms@gnu.org>
17306
17307 * print.c (Fprin1_to_string): Instead of gcpro, set abort_on_gc.
17308 Bind Qinhibit_modification_hooks to t so there will be no GC.
17309 Rename local `tem' to `save_deactivate_mark'.
17310
17311 * eval.c (specpdl_ptr): Declare volatile.
17312 (unbind_to): Copy the whole binding and decrement specpdl_ptr
17313 before doing the work of unbinding it.
17314
17315 * lisp.h (struct specbinding): Declare elements volatile.
17316 (specpdl_ptr): Declare volatile.
17317
17318 * Makefile.in (alloca.o): Specify -DDO_BLOCK_INPUT in compiling.
17319
17320 * alloca.c: Test DO_BLOCK_INPUT rather than `emacs'
17321 for use of BLOCK_INPUT and inclusion of lisp.h and blockinput.h.
17322
17323 2003-05-08 Dave Love <fx@gnu.org>
17324
17325 * coding.c (Vlast_coding_system_used): Doc fix.
17326
17327 2003-05-07 Jason Rumney <jasonr@gnu.org>
17328
17329 * fileio.c (Ffile_symlink_p): Let handlers handle symlinks even
17330 when system does not support them.
17331
17332 2003-05-05 Stefan Monnier <monnier@cs.yale.edu>
17333
17334 * fileio.c (Qwrite_region_annotate_functions): New var.
17335 (build_annotations): Use it to process the global part of the hook.
17336 (syms_of_fileio): Init and staticpro it.
17337
17338 * keyboard.c (safe_run_hooks_error): Display a message instead of
17339 silently ignoring the error.
17340
17341 2003-05-03 Stefan Monnier <monnier@cs.yale.edu>
17342
17343 * keyboard.c (input_available_signal): Mark static.
17344 (menu_bar_items): Use map_keymap.
17345 (menu_bar_one_keymap): Remove.
17346 (menu_bar_item): Adjust arglist (for use in map_keymap).
17347 Properly hide a second binding when not both are keymaps.
17348
17349 * xmenu.c (struct skp): New struct, to pass args through map_keymap.
17350 (single_keymap_panes): Use it and map_keymap.
17351 (single_menu_item): Use skp as well.
17352
17353 * keymap.h (map_keymap_function_t): New type.
17354 (map_keymap): Declare.
17355
17356 * keymap.c (map_keymap_item, map_keymap_char_table_item, map_keymap)
17357 (map_keymap_call, Fmap_keymap): New functions.
17358 (syms_of_keymap): Defsubr map-keymap.
17359
17360 2003-05-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17361
17362 * gtkutil.c (create_dialog, make_widget_for_menu_item)
17363 (make_menu_item, create_menus, xg_update_menu_item): Don't call
17364 ..._with_mnemonic functions for menu items.
17365
17366 2003-05-01 Kenichi Handa <handa@m17n.org>
17367
17368 * coding.c (coding_system_accept_latin_extra_p): Delete this
17369 function.
17370 (find_safe_codings): Pay attention to
17371 the property tranlsation-table-for-encode of each codings.
17372 (syms_of_coding): Give Qtranslation_table the extra slot number 2.
17373
17374 2003-05-01 Stefan Monnier <monnier@cs.yale.edu>
17375
17376 * eval.c (Funwind_protect): Use func=Fprogn rather than symbol=Qnil.
17377
17378 2003-04-30 Stefan Monnier <monnier@cs.yale.edu>
17379
17380 * eval.c (unbind_to): Don't handle symbol = Qnil any more.
17381
17382 * lisp.h (CHECK): Wrap args in parenthesis.
17383 (specbind): Fix doc: symbol = Qnil is not supported any more.
17384
17385 * bytecode.c (Fbyte_code) <unwind-protect>:
17386 Use Fprogn rather than 0 and Qnil.
17387
17388 * keyboard.c (parse_modifiers_uncached): Parse `down', `drag',
17389 `double', and `triple' modifiers as well.
17390
17391 2003-04-30 Richard M. Stallman <rms@gnu.org>
17392
17393 * keyboard.c (echo_char): Don't clear out a dash that follows a space.
17394
17395 * alloc.c (abort_on_gc): New variable.
17396 (Fgarbage_collect): Abort if abort_on_gc is set.
17397
17398 * lisp.h (abort_on_gc): Add decl.
17399
17400 * eval.c (Fsignal): Clear abort_on_gc.
17401
17402 * editfns.c (Fformat): Set abort_on_gc during first scan of format.
17403 Reinit FORMAT_START and END before second scan.
17404
17405 * xdisp.c (move_it_vertically_backward): Do the final big else
17406 even if nlines is 0.
17407
17408 * xdisp.c (redisplay_internal): Finish the per-frame loop
17409 even if redisplay is suspended by input.
17410
17411 2003-04-24 Andrew Choi <akochoi@shaw.ca>
17412
17413 * macterm.c (x_list_fonts): Return all fonts that match if
17414 maxnames = -1.
17415
17416 2003-04-25 Kenichi Handa <handa@m17n.org>
17417
17418 * syntax.c (skip_chars): Fix previous change.
17419
17420 2003-04-24 Kenichi Handa <handa@m17n.org>
17421
17422 * syntax.c (skip_chars): Make the code faster by using the common
17423 technique of *p, *stop, and *endp.
17424
17425 2003-04-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17426
17427 * xdisp.c (update_tool_bar): BLOCK_INPUT before calling
17428 tool_bar_items so GTK tool bar expose callback does not access items
17429 being updated.
17430
17431 2003-04-19 Stefan Monnier <monnier@cs.yale.edu>
17432
17433 * eval.c (Fapply): Undo last change and add a comment about why.
17434
17435 2003-04-18 Miles Bader <miles@gnu.org>
17436
17437 * data.c (Faset): Calculate nbytes earlier, to satisfy the now
17438 pickier PARSE_MULTIBYTE_SEQ.
17439
17440 2003-04-17 Stefan Monnier <monnier@cs.yale.edu>
17441
17442 * eval.c (For, Fand, Fprogn, un_autoload, do_autoload):
17443 Use XCDR, XCAR, CONSP.
17444 (Fdefmacro): Fix docstring. Use XCAR, XCDR.
17445 (Fapply): Remove unnecessary GCPRO.
17446
17447 * doc.c (Fsubstitute_command_keys): Remove spurious casts.
17448
17449 * charset.h (PARSE_MULTIBYTE_SEQ): Pretend `length' is used.
17450
17451 * buffer.h: Don't hardcode BEG==1.
17452
17453 * abbrev.c (Fdefine_abbrev_table): Use XCAR, XCDR.
17454
17455 2003-04-16 Richard M. Stallman <rms@gnu.org>
17456
17457 * xdisp.c (try_window, try_window_reusing_current_matrix):
17458 When at end of window, set window_end_pos to Z-ZV.
17459
17460 * buffer.c (Foverlay_recenter): Doc fix.
17461
17462 2003-04-14 Stefan Monnier <monnier@cs.yale.edu>
17463
17464 * dispnew.c (Fsit_For): Support XEmacs-style arg list.
17465
17466 2003-04-14 Andrew Choi <akochoi@shaw.ca>
17467
17468 * macterm.c (mac_check_for_quit_char): Don't check more often than
17469 once a second.
17470
17471 2003-04-11 Stefan Monnier <monnier@cs.yale.edu>
17472
17473 * keyboard.c (kbd_buffer_get_event): Don't handle SELECT_WINDOW_EVENT
17474 specially, so that they can't hide an implicit switch-frame event.
17475 (make_lispy_event): Handle SELECT_WINDOW_EVENT.
17476 (head_table): Use switch-frame as event_kind for select-window.
17477 (keys_of_keyboard): Don't bind [select-window] in special-event-map.
17478
17479 * editfns.c (Fformat): Lisp_Object/int mixup.
17480 (format2): Remove unused var numargs.
17481
17482 2003-04-11 Kenichi Handa <handa@m17n.org>
17483
17484 * fileio.c (Vafter_insert_file_adjust_coding_function): Delete.
17485 (Qafter_insert_file_set_coding): New variable.
17486 (syms_of_fileio): Initialize and staticpro it. Delete declaration
17487 for after-insert-file-adjust-coding-function.
17488 (Finsert_file_contents): Call Qafter_insert_file_set_coding
17489 instead of Vafter_insert_file_adjust_coding_function.
17490
17491 2003-04-11 Kenichi Handa <handa@m17n.org>
17492
17493 * lisp.h (temp_echo_area_glyphs): Adjust prototype.
17494
17495 * minibuf.c (temp_echo_area_glyphs): Change the arg to Lisp
17496 string. Callers changed.
17497
17498 2003-04-10 Kenichi Handa <handa@m17n.org>
17499
17500 * fileio.c (Vafter_insert_file_adjust_coding_function): New variable.
17501 (syms_of_fileio): Declare it as a lisp variable.
17502 (Finsert_file_contents):
17503 Call Vafter_insert_file_adjust_coding_function before calling
17504 decode-format.
17505
17506 2003-04-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17507
17508 * xterm.c (xg_scroll_callback): Call gtk_range_get_adjustment to
17509 get GtkAdjustment as widget now is a GtkRange.
17510
17511 * gtkutil.c (xg_create_scroll_bar): Connect to value-changed on
17512 GtkRange to avoid memory leak.
17513
17514 2003-04-09 Kenichi Handa <handa@m17n.org>
17515
17516 * xfaces.c (Vface_font_rescale_alist): New variable.
17517 (struct font_name): New member rescale_ratio.
17518 (font_rescale_ratio): New function.
17519 (split_font_name): If NUMERIC_P is nonzero, set font->rescale_ratio.
17520 (better_font_p): On comparing point sized, pay attention to
17521 recale_ratio member of fonts.
17522 (build_scalable_font_name): Reflect font->rescale_ratio in the
17523 font name.
17524 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
17525
17526 * lread.c (read1): Before calling index, check if the 2nd
17527 arguemnt is in ASCII range.
17528
17529 2003-04-08 Richard M. Stallman <rms@gnu.org>
17530
17531 * fileio.c (Ffile_symlink_p): Doc fix.
17532
17533 * editfns.c (Fformat): Translate positions of text properties
17534 in the format string to apply them to the result.
17535
17536 * fileio.c (Finsert_file_contents): Doc fix.
17537 (syms_of_fileio) <after-insert-file-functions>: Doc fix.
17538
17539 2003-04-08 Ivan Zakharyaschev <imz@altlinux.org> (tiny change)
17540
17541 * lread.c (openp): Get the Qfile_exists_p handler for STRING, not FN.
17542
17543 2003-04-08 Steven Tamm <steventamm@mac.com>
17544
17545 * mac.c (init_mac_osx_environment): Switch libexec and bin so
17546 that self-contained application finds libexec files.
17547
17548 2003-04-08 Kenichi Handa <handa@m17n.org>
17549
17550 * coding.c (code_convert_region_unwind):
17551 Set Vlast_coding_system_used to the argument.
17552 (code_convert_region): If post-read-conversion function changed
17553 the value of last-coding-sytem, keep the new value in
17554 coding->symbol so that it won't be overridden.
17555 (run_pre_post_conversion_on_str): Likewise.
17556 (coding_system_accept_latin_extra_p): New function.
17557 (find_safe_codings): Pay attention to characters registered in
17558 latin-extra-code-table.
17559
17560 2003-04-07 Thien-Thi Nguyen <ttn@gnu.org>
17561
17562 * Makefile.in (md5.o): Add missing dependency info.
17563
17564 2003-04-06 Richard M. Stallman <rms@gnu.org>
17565
17566 * xselect.c (x_handle_selection_request): Move UNGCPRO to very end.
17567
17568 * marker.c (verify_bytepos): New function.
17569
17570 * intervals.c (set_intervals_multibyte_1): When becoming
17571 multibyte, adjust right and left child sizes to a whole set of
17572 characters. If an interval gets zero total-length, delete it.
17573 If an interval consists of just its children, delete one of them.
17574
17575 * intervals.h (CHECK_TOTAL_LENGTH): New macro.
17576 * intervals.c: Add many calls to CHECK_TOTAL_LENGTH.
17577
17578 * alloc.c (VALIDATE_LISP_STORAGE): Macro deleted.
17579 All calls deleted.
17580 (lisp_malloc): Do the work here directly.
17581
17582 2003-04-06 Gareth Jones <emacs@referential.org.uk> (tiny change)
17583
17584 * fns.c (Flength): Return SUB_CHAR_TABLE_ORDINARY_SLOTS for sub
17585 char tables.
17586
17587 2003-04-04 Kenichi Handa <handa@m17n.org>
17588
17589 * editfns.c (Fformat): Use a copy of FORMAT string so that we can
17590 destructively change "%S" to "%s".
17591
17592 2003-04-03 Miles Bader <miles@gnu.org>
17593
17594 * xfaces.c (choose_face_font): Make sure *NEEDS_OVERSTRIKE is
17595 always set.
17596
17597 2003-04-01 Dave Love <fx@gnu.org>
17598
17599 * xfns.c (xpm_lookup_color): Grok "opaque".
17600
17601 2003-03-31 Andrew Choi <akochoi@shaw.ca>
17602
17603 * frame.c (x_report_frame_params) [HAVE_CARBON]: Do not report
17604 parent window ID.
17605
17606 * macfns.c (syms_of_macfns): Remove call to init_x_parm_symbols.
17607
17608 * macterm.h (struct mac_output): Define x_pixels_diff and
17609 y_pixels_diff.
17610
17611 2003-03-31 Juanma Barranquero <lektu@terra.es>
17612
17613 * makefile.w32-in ($(BLD)/frame.$(O)): Add dependency on
17614 blockinput.h and files included from it.
17615
17616 2003-03-31 Kim F. Storm <storm@cua.dk>
17617
17618 The following changes consolidates the common code related to
17619 frame-parameter handling from the xfns.c, w32fns.c, and macfns.c
17620 files into frame.c.
17621
17622 * frame.c: Include blockinput.h.
17623 (Vx_resource_name, Vx_resource_class, Qx_frame_parameter)
17624 (Qx_resource_name, Qface_set_after_frame_default): Define vars here.
17625 (Qauto_raise, Qauto_lower, ...): Define all frame parameter
17626 related vars here.
17627 (struct frame_parm_table, frame_parms): New table for describing
17628 frame parameters and their associated Q-variable.
17629 The order of the parameters corresponds to the sequence of the
17630 frame_parm_handlers table in redisplay_interface.
17631 (x_fullscreen_move, x_set_frame_parameters)
17632 (x_report_frame_params, x_set_fullscreen, x_set_line_spacing)
17633 (x_set_screen_gamma, x_set_font, x_set_fringe_width)
17634 (x_set_border_width, x_set_internal_border_width, x_set_visibility)
17635 (x_set_autoraise, x_set_autolower, x_set_unsplittable)
17636 (x_set_vertical_scroll_bars, x_set_scroll_bar_width, x_icon_type):
17637 Generic functions for processing of frame parameters.
17638 (validate_x_resource_name, xrdb_get_resource, Fx_get_resource)
17639 (display_x_get_resource, x_get_resource_string): Functions for
17640 generic access to X resources.
17641 (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg)
17642 (x_default_parameter, Fx_parse_geometry): Functions for generic
17643 access to frame parameters.
17644 (x_figure_window_size): Generic calculation of frame size.
17645 Fixed to add space needed for tool bar. Also setup size_hint_flags.
17646 (syms_of_frame): Intern and staticpro frame parameter variables.
17647 Defvar_lisp Vx_resource_class and Vx_resource_name here.
17648 Defsubr Sx_get_resource and Sx_parse_geometry.
17649
17650 * frame.h (Qauto_raise, Qauto_lower, ...): Declare extern all frame
17651 parameter related vars defined in frame.c.
17652 (EMACS_CLASS): Define here.
17653 (enum FULLSCREEN_*): Define here.
17654 (x_set_scroll_bar_default_width, x_wm_set_icon_position)
17655 (x_set_offset, x_new_font, x_new_fontset): Add prototypes.
17656 (x_fullscreen_adjust, x_set_frame_parameters, x_report_frame_params)
17657 (x_set_fullscreen, x_set_line_spacing, x_set_screen_gamma, x_set_font)
17658 (x_set_fringe_width, x_set_border_width, x_set_internal_border_width)
17659 (x_set_visibility, x_set_autoraise, x_set_autolower)
17660 (x_set_unsplittable, x_set_vertical_scroll_bars)
17661 (x_set_scroll_bar_width, x_icon_type, validate_x_resource_name)
17662 (x_figure_window_size): Add prototypes.
17663
17664 * dispextern.h (frame_parm_handler): New typedef.
17665 (struct redisplay_interface): New member frame_parm_handlers.
17666 (enum resource_types): Move declaration here.
17667 (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg)
17668 (x_default_parameter): Add prototypes.
17669
17670 * window.c: Remove extern decl for frame parameter vars.
17671 (change_window_heights): New generic function;
17672 replaces x_change_window_heights. All users changed.
17673
17674 * window.h (change_window_heights): Add prototype.
17675
17676 * xfaces.c: Remove extern decl for frame parameter vars.
17677
17678 * xterm.h (EMACS_CLASS): Remove. Use generic define.
17679 (struct w32_display_info): Fix type of xrdb member.
17680 (enum FULLSCREEN_*): Remove.
17681 Remove prototypes for generic functions (in frame.h).
17682
17683 * xfns.c (Qauto_raise, Qauto_lower, ...): Remove vars for frame
17684 parameters now defined in frame.h and frame.c.
17685 (Vx_resource_name): Remove. Use generic var.
17686 (enum x_frame_parms): Remove (bogus, unused enum).
17687 (check_x_display_info): Make non-static (for frame.c).
17688 (struct x_frame_parm_table, x_frame_parms): Remove.
17689 (init_x_parm_symbols, x_set_frame_parameters, x_report_frame_params)
17690 (x_set_line_spacing, x_set_screen_gamma, x_icon_type, x_set_font)
17691 (x_set_border_width, x_set_internal_border_width, x_set_visibility)
17692 (x_change_window_heights, x_set_autoraise, x_set_autolower)
17693 (x_set_vertical_scroll_bars, x_set_scroll_bar_width)
17694 (validate_x_resource_name, Fx_get_resource, x_get_resource_string)
17695 (x_default_parameter, Fx_parse_geometry, x_figure_window_size):
17696 Remove. Use generic functions instead.
17697 (enum resource_types): Remove.
17698 (x_set_scroll_bar_default_width): New global function (for frame.c).
17699 (Fx_create_frame): Depend on x_figure_window_size to add space for
17700 toolbar and setup size_hint_flags.
17701 (x_frame_parm_handlers): New table for redisplay_interface.
17702 (syms_of_xfns): Don't intern/staticpro removed vars.
17703
17704 * xterm.c: Remove unnecessary extern declarations.
17705 (x_fullscreen_adjust): Remove. Use generic instead.
17706 (x_redisplay_interface): Add x_frame_parm_handlers member.
17707
17708 * w32gui.h (XrmDatabase): New (dummy) typedef.
17709
17710 * w32term.h (EMACS_CLASS): Remove. Use generic define.
17711 (struct w32_display_info): Fix type of xrdb member.
17712 (enum FULLSCREEN_*): Remove.
17713 (x_fullscreen_adjust): Remove prototype.
17714
17715 * w32fns.c (Qauto_raise, Qauto_lower, ...): Remove vars for frame
17716 parameters now defined in frame.h and frame.c.
17717 (Vx_resource_name): Remove. Use generic var.
17718 (enum x_frame_parms): Remove (bogus, unused enum).
17719 (check_x_display_info): Make non-static (for frame.c).
17720 (struct x_frame_parm_table, x_frame_parms): Remove.
17721 (init_x_parm_symbols, x_set_frame_parameters, x_report_frame_params)
17722 (x_set_line_spacing, x_set_screen_gamma, x_icon_type, x_set_font)
17723 (x_set_border_width, x_set_internal_border_width, x_set_visibility)
17724 (x_change_window_heights, x_set_autoraise, x_set_autolower)
17725 (x_set_vertical_scroll_bars, x_set_scroll_bar_width)
17726 (validate_x_resource_name, Fx_get_resource, x_get_resource_string)
17727 (x_default_parameter, Fx_parse_geometry, x_figure_window_size):
17728 Remove. Use generic functions instead.
17729 (enum resource_types): Remove.
17730 (x_set_scroll_bar_default_width): New global function (for frame.c).
17731 (Fx_create_frame): Depend on x_figure_window_size to add space for
17732 toolbar and setup size_hint_flags.
17733 (w32_frame_parm_handlers): New table for redisplay_interface.
17734 (syms_of_w32fns): Don't intern/staticpro removed vars.
17735
17736 * w32term.c: Remove unnecessary extern declarations.
17737 (x_fullscreen_adjust): Remove. Use generic instead.
17738 (x_redisplay_interface): Add w32_frame_parm_handlers member.
17739
17740 * w32reg.c (x_get_string_resource): Use XrmDatabase.
17741
17742 * macgui.h (XrmDatabase): New (dummy) typedef.
17743
17744 * macterm.h (EMACS_CLASS): Remove.
17745 (struct mac_display_info): Add xrdb member.
17746 (struct mac_output): Add want_fullscreen member.
17747
17748 * macfns.c (Qauto_raise, Qauto_lower, ...): Remove vars for frame
17749 parameters now defined in frame.h and frame.c.
17750 (Vx_resource_name): Remove. Use generic var.
17751 (check_x_display_info): Make non-static (for frame.c).
17752 (struct x_frame_parm_table, x_frame_parms): Remove.
17753 (init_x_parm_symbols, x_set_frame_parameters, x_report_frame_params)
17754 (x_set_line_spacing, x_set_screen_gamma, x_icon_type, x_set_font)
17755 (x_set_border_width, x_set_internal_border_width, x_set_visibility)
17756 (x_change_window_heights, x_set_autoraise, x_set_autolower)
17757 (x_set_vertical_scroll_bars, x_set_scroll_bar_width)
17758 (validate_x_resource_name, Fx_get_resource, x_get_resource_string)
17759 (x_default_parameter, Fx_parse_geometry, x_figure_window_size):
17760 Remove. Use generic functions instead.
17761 (enum resource_types): Remove.
17762 (x_set_scroll_bar_default_width): New global function (for frame.c).
17763 (mac_frame_parm_handlers): New table for redisplay_interface.
17764 (syms_of_macfns): Don't intern/staticpro removed vars.
17765
17766 * macterm.c: Remove unnecessary extern declarations.
17767 (x_redisplay_interface): Add mac_frame_parm_handlers member.
17768
17769 * Makefile.in (frame.o): Add dependency on blockinput.h and files
17770 included from it (atimer.h and systime.h).
17771
17772 2003-03-30 Andreas Schwab <schwab@suse.de>
17773
17774 * xdisp.c (x_insert_glyphs): Fix swapped width and height
17775 parameters for shift_glyphs_for_insert.
17776
17777 * macterm.c (x_redisplay_interface): Add missing entry for
17778 draw_vertical_window_border.
17779
17780 2003-03-29 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
17781
17782 * fileio.c (Fexpand_file_name): In the no-handler case, after
17783 expanding, look again for a handler and invoke it. This is needed
17784 for filenames like "/foo/../user@host:/bar/../baz" -- the first
17785 expansion produces "/user@host:/bar/../baz" which needs to be
17786 expanded again for the finame result "/user@host:/baz".
17787
17788 2003-03-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17789
17790 * gtkutil.c (xg_tool_bar_item_expose_callback): Reduce size
17791 of area to be redrawn for better performance.
17792
17793 2003-03-28 Stefan Monnier <monnier@cs.yale.edu>
17794
17795 * xterm.c (take_vertical_position_into_account): Remove.
17796 (xt_action_hook): Call set_vertical_scroll_bar if needed.
17797 (XM_SB_MIN, XM_SB_RANGE): Remove (min is now set to 0).
17798 (xm_scroll_callback, x_create_toolkit_scroll_bar)
17799 (x_set_toolkit_scroll_bar_thumb): Simplify.
17800 (x_scroll_bar_expose): Only compile if !USE_TOOLKIT_SCROLL_BARS.
17801 (XTread_socket): Remove unused var.
17802 (x_make_frame_invisible): Replace goto with else.
17803
17804 * xdisp.c (set_vertical_scroll_bar): New fun.
17805 (redisplay_window): Use it.
17806
17807 2003-03-26 Richard M. Stallman <rms@gnu.org>
17808
17809 * xdisp.c (update_tool_bar): Recompute tool bar if
17810 update_mode_lines is set. Set w->update_mode_line
17811 only if the tool bar contents actually change.
17812 (update_menu_bar): Undo previous change.
17813
17814 2003-03-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17815
17816 * gtkutil.c (xg_resize_widgets): Don't call xg_frame_cleared.
17817 (xg_frame_set_char_size): Calculate scroll bar width before frame
17818 width. Call SET_FRAME_GARBAGED and cancel_mouse_face.
17819 (xg_separator_p): Check for all documented separator types.
17820 (xg_update_scrollbar_pos): Variable gheight not needed, use height.
17821 (update_frame_tool_bar): Don't call gdk_window_process_all_updates.
17822
17823 * xdisp.c (update_menu_bar): Set w->update_mode_line to Qt
17824 so tool bar gets updated.
17825
17826 2003-03-26 Stefan Monnier <monnier@cs.yale.edu>
17827
17828 * data.c (store_symval_forwarding): Re-instate part of the code
17829 that was deleted with too much enthusiasm.
17830
17831 2003-03-25 Stefan Monnier <monnier@cs.yale.edu>
17832
17833 * data.c (store_symval_forwarding): Delete special read-only
17834 hack for type == -1, since we now use ->constant instead.
17835 (Fkill_local_variable): Don't use XBUFFER if it can be nil.
17836
17837 * buffer.c (overlays_in): Declare static.
17838 (syms_of_buffer) <enable-multibyte-characters>: Use the symbol's
17839 `constant' field rather than the variable's `type' field.
17840
17841 2003-03-24 Andrew Choi <akochoi@shaw.ca>
17842
17843 * config.in [MAC_OSX]: Do not redefine bcopy, bzero, and bcmp.
17844
17845 * dispextern.h [HAVE_CARBON]: Include Carbon.h.
17846
17847 * fns.c [MAC_OSX]: Do not redefine vector.
17848
17849 * keyboard.c [MAC_OSX]: Handle SIGINT with interrupt_signal.
17850
17851 * macgui.h: Remove definition of No_Cursor.
17852
17853 * macterm.h: Include Carbon.h. Replace (struct Cursor *) by Cursor.
17854
17855 * xdisp.c: Define No_Cursor.
17856 (x_write_glyphs, notice_overwritten_cursor)
17857 (draw_phys_cursor_glyph, note_mode_line_or_margin_highlight)
17858 (note_mouse_highlight): Remove Mac-specific code.
17859 (note_mouse_highlight): Use bcmp instead of == to compare Cursors.
17860
17861 2003-03-24 John Paul Wallington <jpw@gnu.org>
17862
17863 * xdisp.c (redisplay_window): If mini window's buffer is not
17864 empty, then redisplay it like other windows.
17865
17866 2003-03-23 Kim F. Storm <storm@cua.dk>
17867
17868 * w32term.c (w32_draw_window_cursor): Fix last change.
17869
17870 2003-03-23 Kenichi Handa <handa@m17n.org>
17871
17872 * alloc.c (make_string_from_bytes, make_specified_string):
17873 Add `const' for the arg CONTENTS.
17874
17875 * lisp.h (make_string_from_bytes, make_specified_string):
17876 Prototypes adjusted.
17877
17878 2003-03-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17879
17880 * xdisp.c (get_glyph_string_clip_rect): Remove ; at end of #endif
17881
17882 * gtkutil.h: Take two more arguments to xg_update_scrollbar_pos.
17883 (XG_SB_RANGE): New define.
17884
17885 * gtkutil.c (xg_fixed_handle_expose): New function.
17886 (xg_create_frame_widgets): Call xg_fixed_handle_expose for
17887 expose events.
17888 (xg_update_scrollbar_pos): Take two more arguments, left and width
17889 of scroll bar including borders.
17890 Clear left and right part outside scroll bar separately as some
17891 themes have bars that are not an even number of pixels.
17892 Don't set reallocate_redraws, don't call
17893 gdk_window_process_all_updates.
17894 (xg_set_toolkit_scroll_bar_thumb): Upper value is fixed,
17895 so no need to change it. Calculate size and value with XG_SB_RANGE.
17896
17897 * xterm.c (x_scroll_bar_create, XTset_vertical_scroll_bar):
17898 Pass left and width of scroll bar including borders to
17899 xg_update_scrollbar_pos.
17900
17901 2003-03-22 Thien-Thi Nguyen <ttn@gnu.org>
17902
17903 * Makefile.in: Make sure space precedes end-of-line backslashes.
17904
17905 2003-03-22 Kim F. Storm <storm@cua.dk>
17906
17907 * xdisp.c (pixel_to_glyph_coords, glyph_to_pixel_coords):
17908 Add generic versions here. Remove system specific versions
17909 defined elsewhere.
17910
17911 * dispextern.h (pixel_to_glyph_coords, glyph_to_pixel_coords):
17912 Add prototypes.
17913
17914 * xterm.h (STORE_NATIVE_RECT): New macro.
17915
17916 2003-03-21 Kim F. Storm <storm@cua.dk>
17917
17918 * xdisp.c (get_glyph_string_clip_rect):
17919 Use FRAME_INTERNAL_BORDER_WIDTH.
17920
17921 * dispextern.h (struct redisplay_interface): Add active_p
17922 argument to draw_window_cursor member. All uses changed.
17923
17924 2003-03-21 Kim F. Storm <storm@cua.dk>
17925
17926 The following changes consolidate code related to writing and
17927 inserting glyphs, exposing frame, the tool bar, the mouse face,
17928 the output cursor, and help echo from xterm.c, w32term.c and
17929 macterm.c into xdisp.c. It also generalizes the use of the
17930 window_part enum instead of using numeric values throughout.
17931
17932 * xdisp.c: Consolidate gui-independent code here.
17933 Include keymap.h.
17934 (Qhelp_echo): Import.
17935 (mouse_autoselect_window, x_stretch_cursor_p): Declare here.
17936 (help_echo_string, help_echo_window, help_echo_object)
17937 (previous_help_echo_string, help_echo_pos): Declare here.
17938 (output_cursor, last_mouse_frame, last_tool_bar_item): Declare here.
17939 (estimate_mode_line_height): Define here. Handle windowing
17940 systems directly (without using estimate_mode_line_height_hook).
17941 (x_y_to_hpos_vpos, get_tool_bar_item, note_tool_bar_highlight):
17942 (update_window_cursor, update_cursor_in_window_tree)
17943 (fast_find_position, fast_find_string_pos)
17944 (note_mode_line_highlight, note_mode_line_or_margin_highlight)
17945 (expose_area, expose_line, expose_overlaps, expose_window)
17946 (expose_window_tree, phys_cursor_in_rect_p): New generic versions;
17947 declared static as they are only used locally in xdisp.c.
17948 (draw_glyphs): Rename from x_draw_glyphs and make static.
17949 (tool_bar_item_info, notice_overwritten_cursor): Make static.
17950 (frame_to_window_pixel_xy, get_glyph_string_clip_rect)
17951 (set_output_cursor, x_cursor_to, handle_tool_bar_click)
17952 (x_write_glyphs, x_insert_glyphs, x_clear_end_of_line):
17953 (x_fix_overlapping_area, draw_phys_cursor_glyph, erase_phys_cursor)
17954 (display_and_set_cursor, x_update_cursor, x_clear_cursor)
17955 (show_mouse_face, clear_mouse_face, cursor_in_mouse_face_p)
17956 (note_mouse_highlight, x_clear_window_mouse_face)
17957 (cancel_mouse_face, x_draw_vertical_border, expose_frame)
17958 (x_intersect_rectangles): New generic functions for use by xdisp.c
17959 and GUI front-ends.
17960 (syms_of_xdisp): Initialize and staticpro help_echo* variables.
17961 Defvar_bool "x-streach-cursor" and "mouse-autoselect-window" here.
17962
17963 * dispextern.h (Display_Info): Generic typedef for *_display_info.
17964 (NativeRectangle): Generic typedef for rectangle type.
17965 (enum window_part): Move here from window.c.
17966 (struct redisplay_interface): New members flush_display_optional,
17967 define_frame_cursor, clear_frame_area, draw_window_cursor,
17968 draw_vertical_window_border, shift_glyphs_for_insert.
17969 Rename member clear_mouse_face to clear_window_mouse_face.
17970 (estimate_mode_line_height_hook): Remove hook.
17971 (auto_raise_tool_bar_buttons_p): Don't declare extern.
17972 (tool_bar_item_info): Remove prototype.
17973 (help_echo_string, help_echo_window, help_echo_object)
17974 (previous_help_echo_string, help_echo_pos)
17975 (last_mouse_frame, last_tool_bar_item, mouse_autoselect_window):
17976 (x_stretch_cursor_p, output_cursor): Declare extern.
17977 (x_draw_glyphs, notice_overwritten_cursor): Remove prototypes.
17978 (x_write_glyphs), x_insert_glyphs, x_clear_end_of_line)
17979 (x_fix_overlapping_area, draw_phys_cursor_glyph, erase_phys_cursor)
17980 (display_and_set_cursor, set_output_cursor, x_cursor_to)
17981 (x_update_cursor, x_clear_cursor, x_draw_vertical_border)
17982 (frame_to_window_pixel_xy, get_glyph_string_clip_rect)
17983 (note_mouse_highlight, x_clear_window_mouse_face, cancel_mouse_face)
17984 (handle_tool_bar_click, clear_mouse_face, show_mouse_face)
17985 (cursor_in_mouse_face_p, expose_frame, x_intersect_rectangles):
17986 Add prototypes.
17987 (mode_line_string, marginal_area_string): Fix prototypes.
17988
17989 * window.c (enum window_part): Move to dispextern.h.
17990 (coordinates_in_window): Use enum window_part member names
17991 instead of numbers to describe return value.
17992 (struct check_window_data): Change part member to window_part.
17993 (check_window_containing): Return window_part unaltered.
17994 (window_from_coordinates): Change part arg from int to enum
17995 window_part. Allow part arg to be null. All users changed.
17996
17997 * window.h (window_from_coordinates): Fix prototype.
17998
17999 * term.c (estimate_mode_line_height): Move to xdisp.c.
18000
18001 * keyboard.c (make_lispy_event): Use enum window_part.
18002
18003 * dispnew.c (mode_line_string, marginal_area_string): Use enum
18004 window_part instead of int in arg list. Users changed.
18005
18006 * xterm.h (No_Cursor): Declare as None for X.
18007 (struct mac_output): Replace member cross_cursor by hand_cursor.
18008
18009 * xterm.c: Remove consolidated defines and code.
18010 (BETWEEN): Remove unused macro.
18011 (x_draw_vertical_window_border, x_shift_glyphs_for_insert)
18012 (x_define_frame_cursor, x_clear_frame_area)
18013 (x_draw_window_cursor): New X-specific functions for RIF.
18014 (x_redisplay_interface): Add new members.
18015
18016 * xfns.c: Setup and use hand_cursor instead of cross_cursor.
18017
18018 * w32term.h (struct w32_output): Remove cross_cursor member.
18019
18020 * w32term.c: Remove consolidated defines and code.
18021 (BETWEEN): Remove unused macro.
18022 (w32_draw_vertical_window_border, w32_shift_glyphs_for_insert)
18023 (w32_define_frame_cursor, w32_clear_frame_area)
18024 (w32_draw_window_cursor): New W32-specific functions for RIF.
18025 (w32_redisplay_interface): Add new members.
18026
18027 * w32gui.h (No_Cursor): Define as 0 for W32.
18028 (XRectangle): Add X compatible rectangle type.
18029 (NativeRectangle): Declare as RECT for W32.
18030 (CONVERT_TO_XRECT, CONVERT_FROM_XRECT, STORE_NATIVE_RECT): New macros.
18031
18032 * w32fns.c: Remove setup of cross_cursor (already has hand_cursor).
18033
18034 * w32console.c: Remove consolidated defines and code.
18035
18036 * msdos.h (Display_Info): Add generic typedef.
18037
18038 * msdos.c: Remove consolidated defines and code.
18039 (IT_note_mouse_highlight, dos_rawgetc): Use enum window_part.
18040
18041 * macterm.h (struct mac_output): Replace member cross_cursor by
18042 hand_cursor.
18043 (activate_scroll_bars, deactivate_scroll_bars): Add prototypes.
18044
18045 * macterm.c: Remove consolidated defines and code.
18046 (BETWEEN): Remove unused macro.
18047 (mac_draw_vertical_window_border, mac_shift_glyphs_for_insert)
18048 (mac_define_frame_cursor, mac_clear_frame_area)
18049 (mac_draw_window_cursor): New Mac-specific functions for RIF.
18050 (x_redisplay_interface): Add new members.
18051
18052 * macgui.h (No_Cursor): Define as 0 for Mac.
18053 (XRectangle): Add X compatible rectangle type.
18054 (NativeRectangle): Declare as Rect for Mac.
18055 (CONVERT_TO_XRECT, CONVERT_FROM_XRECT, STORE_NATIVE_RECT): New macros.
18056
18057 * macfns.c (x_set_mouse_color): Setup hand_cursor.
18058 (x_set_cursor_color): Use x_display_and_set_cursor.
18059
18060 * Makefile.in (xdisp.o): Add dependency on blockinput.h and files
18061 included from it. Add dependency on keymap.h.
18062
18063 * makefile.w32-in (xdisp.o): Add dependency on keymap.h.
18064
18065 2003-03-21 Kenichi Handa <handa@m17n.org>
18066
18067 * fileio.c (Fexpand_file_name): Fix previous change.
18068
18069 2003-03-19 Kenichi Handa <handa@m17n.org>
18070
18071 * fileio.c (Ffile_name_directory): Reconstruct file name by
18072 make_specified_string.
18073 (Ffile_name_nondirectory, Ffile_name_as_directory)
18074 (Fdirectory_file_name, Fexpand_file_name)
18075 (Fsubstitute_in_file_name): Likewise.
18076 (Fread_file_name): Compare decoded homedir with DIR and
18077 DEFAULT_FILENAME.
18078
18079 * alloc.c (make_specified_string): If NCHARS is negative, count
18080 the number of characters.
18081
18082 2003-03-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18083
18084 * gtkutil.c (xg_frame_cleared): Call gtk_widget_queue_draw for
18085 all widgets.
18086
18087 * gtkutil.h: Removed xg_ignore_next_thumb.
18088
18089 2003-03-18 Kenichi Handa <handa@m17n.org>
18090
18091 * coding.c (Vchar_coding_system_table): Remove this variable.
18092 (Vcoding_system_safe_chars): New variable.
18093 (intersection): Remove this function.
18094 (find_safe_codings): Don't use Vchar_coding_system_table, but try
18095 all codings in SAFE_CODINGS.
18096 (Ffind_coding_systems_region_internal): Adjust for the change of
18097 find_safe_codings. Get generic coding systems from
18098 Vcoding_system_safe_chars.
18099 (Fdefine_coding_system_internal): New function.
18100 (syms_of_coding): Defsubr Sdefine_coding_system_internal.
18101 Initialize and staticpro Vcoding_system_safe_chars.
18102
18103 2003-03-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18104
18105 * gtkutil.c (xg_set_toolkit_scroll_bar_thumb): Check if new values
18106 equal old values before updating.
18107
18108 * xterm.c (xg_scroll_callback): Remove xg_ignore_next_thumb.
18109
18110 * gtkutil.c (xg_initialize): Remove xg_ignore_next_thumb.
18111
18112 2003-03-17 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18113
18114 * gtkutil.c: Removed handle_fixed_child, struct xg_last_sb_pos.
18115 (xg_resize_widgets): Don't call foreach(handle_fixed_child).
18116 (xg_gtk_scroll_destroy): Remove free of struct xg_last_sb_pos.
18117 (scroll_bar_button_cb): Set bar->dragging to NIL on button release.
18118 (xg_create_scroll_bar): Pass bar to button event callback.
18119 (xg_find_top_left_in_fixed): New function.
18120 (xg_update_scrollbar_pos): Don't call gdk_window_clear on
18121 whole scroll bar area. Get old position with
18122 xg_find_top_left_in_fixed, calculate and only clear needed areas.
18123 (xg_set_toolkit_scroll_bar_thumb): Do not adjust scroll bar if
18124 dragging is in progress. Calculate whole as for Motif.
18125 Remove code that saved last values. Call gtk_range functions to
18126 set scroll bar sizes.
18127
18128 * gtkutil.h: Removed xg_ignore_next_thumb.
18129
18130 2003-03-17 Juanma Barranquero <lektu@terra.es>
18131
18132 * makefile.w32-in ($(BLD)/xdisp.$(O)): Add dependency on blockinput.h
18133 and files included from it.
18134
18135 2003-03-18 Stefan Monnier <monnier@cs.yale.edu>
18136
18137 * keymap.c (accessible_keymaps_1): Break cycles but without preventing
18138 multiple occurrences of the same keymap under different prefixes.
18139 (Faccessible_keymaps): Remove code redundant since 1994-08-03T07:39:00Z!rms@gnu.org.
18140
18141 2003-03-16 Jason Rumney <jasonr@gnu.org>
18142
18143 * w32gui.h: Use HDC for Display.
18144
18145 * w32term.c (w32_encode_char): Prevent double-byte chars from
18146 crashing Emacs.
18147
18148 * w32fns.c (jpeg_load, png_load, slurp_file): Read image files
18149 as binary.
18150
18151 2003-03-16 Juanma Barranquero <lektu@terra.es>
18152
18153 * xdisp.c (x_produce_glyphs): Use FRAME_BASELINE_OFFSET.
18154
18155 2003-03-16 Kim F. Storm <storm@cua.dk>
18156
18157 The following changes consolidate some of the gui-independent
18158 parts of the processing and drawing of "glyph strings" from
18159 xterm.c, w32term.c, and macterm.c into xdisp.c.
18160
18161 * dispextern.h (struct glyph): Reduce face_id member from 22 to
18162 21 bits (this reduces number of faces from 4M to 2M).
18163 Replace W32 specific w32_font_type member (2 bits) by generic
18164 font_type member (3 bits) for portability.
18165 (FONT_TYPE_UNKNOWN): New define, default for font_type member.
18166 (enum draw_glyphs_face): Define here.
18167 (struct glyph_string): Define here. Merge W32 and X versions.
18168 (struct redisplay_interface): New members per_char_metric,
18169 encode_char, compute_glyph_string_overhangs, draw_glyph_string.
18170 (VCENTER_BASELINE_OFFSET): Define here.
18171 (dump_glyph_string, x_get_glyph_overhangs, x_produce_glyphs)
18172 (x_draw_glyphs, notice_overwritten_cursor): Declare prototypes here.
18173
18174 * xdisp.c: Consolidate gui-independent "glyph string" code here.
18175 (dump_glyph_string): Moved here.
18176 (init_glyph_string, append_glyph_string_lists, append_glyph_string)
18177 (prepend_glyph_string_lists, get_glyph_face_and_encoding)
18178 (fill_composite_glyph_string, fill_glyph_string)
18179 (fill_image_glyph_string, fill_stretch_glyph_string)
18180 (left_overwritten, left_overwriting, right_overwritten)
18181 (right_overwriting, get_char_face_and_encoding)
18182 (set_glyph_string_background_width, compute_overhangs_and_x)
18183 (append_glyph, append_composite_glyph, produce_image_glyph)
18184 (take_vertical_position_into_account, append_stretch_glyph)
18185 (produce_stretch_glyph): New generic functions (based on X version).
18186 Call platform specific functions through rif.
18187 (INIT_GLYPH_STRING): New macro, hides W32 details.
18188 (BUILD_STRETCH_GLYPH_STRING, BUILD_IMAGE_GLYPH_STRING)
18189 (BUILD_CHAR_GLYPH_STRINGS, BUILD_COMPOSITE_GLYPH_STRING)
18190 (BUILD_GLYPH_STRINGS): Generic macros (based on X version).
18191 (x_draw_glyphs, x_get_glyph_overhangs, x_produce_glyphs)
18192 (notice_overwritten_cursor):
18193 Generic functions exported to platform modules. Users changed.
18194
18195 * xterm.h (FONT_DESCENT, FRAME_X_OUTPUT, FRAME_BASELINE_OFFSET)
18196 (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE)
18197 (STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2):
18198 New macros for consolidated code.
18199
18200 * xterm.c: Remove consolidated defines and code.
18201 (x_per_char_metric, x_encode_char)
18202 (x_compute_glyph_string_overhangs): Adapt to RIF requirements.
18203 (x_redisplay_interface): Add new members.
18204
18205 * w32gui.h (Display): Add dummy typedef for consolidation.
18206 (XChar2b): Define alias for wchar_t for consolidation.
18207 (STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2): New macros.
18208
18209 * w32term.h (FRAME_X_OUTPUT, FRAME_X_WINDOW, FRAME_X_DISPLAY)
18210 (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE):
18211 New macros for consolidation.
18212
18213 * w32term.c: Remove consolidated defines and code.
18214 (BUILD_WCHAR_T, BYTE1, BYTE2): Macros removed; callers changed
18215 to use STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2 instead.
18216 (w32_per_char_metric): Change font_type arg to int for RIF.
18217 (w32_encode_char): Return int according to RIF requirements.
18218 (w32_compute_glyph_string_overhangs): Adapt to RIF.
18219 (w32_get_glyph_overhangs): New function for RIF. Uses generic
18220 x_get_glyph_overhangs.
18221 (w32_redisplay_interface): Add new members.
18222
18223 * macgui.h (XChar2b): Move typedef here for consolidation.
18224 (STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2): New macros.
18225
18226 * macterm.h (FRAME_X_OUTPUT, FRAME_X_WINDOW, FRAME_X_DISPLAY):
18227 (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): New macros for
18228 consolidation.
18229
18230 * macterm.c: Remove consolidated defines and code.
18231 (mac_per_char_metric): New function for RIF.
18232 (mac_encode_char): Adapt to new RIF requirements.
18233 (mac_compute_glyph_string_overhangs): Adapt for RIF.
18234 (x_redisplay_interface): Add new members.
18235
18236 2003-03-15 Stefan Monnier <monnier@cs.yale.edu>
18237
18238 * keymap.c (Vmenu_events): New var.
18239 (syms_of_keymap): Initialize it.
18240 (where_is_internal): Check more carefully what is a menu event.
18241
18242 2003-03-14 Richard M. Stallman <rms@gnu.org>
18243
18244 * lread.c (read1): After #!, exit loop on eof.
18245
18246 2003-03-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18247
18248 * gtkutil.h: Add declaration for xg_frame_cleared.
18249
18250 * xterm.c (x_clear_frame): Call xg_frame_cleared for GTK.
18251
18252 * gtkutil.c (struct xg_last_sb_pos): New structure.
18253 (handle_fixed_child): New function.
18254 (xg_resize_widgets): Call handle_fixed_child on all scroll bar widgets
18255 and force a redraw on them.
18256 (xg_gtk_scroll_destroy): Free struct xg_last_sb_pos also.
18257 (xg_create_scroll_bar): Add struct xg_last_sb_pos to scroll bar
18258 so we can avoid unneeded redraws.
18259 (xg_update_scrollbar_pos): Invalidate data in xg_last_sb_pos
18260 and force a redraw on the scroll bar.
18261 (xg_set_toolkit_scroll_bar_thumb): Do not change/redraw scroll bar
18262 if xg_last_sb_pos shows the positions are up to date.
18263 (xg_frame_cleared): New function.
18264
18265 2003-03-13 Kenichi Handa <handa@m17n.org>
18266
18267 * coding.c (Fdetect_coding_region): Fix docstring.
18268 (Fdetect_coding_string): Fix docstring.
18269
18270 2003-03-13 Andreas Schwab <schwab@suse.de>
18271
18272 * gtkutil.c: Add prototype for create_menus.
18273
18274 * data.c (long_to_cons): Fix type of top.
18275
18276 * xselect.c (selection_data_to_lisp_data): Use int instead of
18277 long for an integer of size 4.
18278
18279 * gtkutil.c (xg_update_frame_menubar): Add missing return value.
18280 (xg_tool_bar_help_callback): Likewise.
18281
18282 2003-03-12 Andreas Schwab <schwab@suse.de>
18283
18284 * xterm.c (x_term_init) [USE_GTK]: Fix typo.
18285
18286 2003-03-12 Kim F. Storm <storm@cua.dk>
18287
18288 The following changes consolidate the fringe handling from
18289 xterm.c, w32term.c, and macterm.c into xdisp.c.
18290
18291 * xdisp.c: Consolidate fringe handling code here.
18292 (left_bits, right_bits, continued_bits, continuation_bits)
18293 (ov_bits, zv_bits): Define fringe bitmaps.
18294 (fringe_bitmaps): New array holding fringe bitmaps.
18295 (draw_fringe_bitmap): Draw a specific bitmap; call display
18296 specific drawing routine via rif->draw_fringe_bitmap.
18297 (draw_row_fringe_bitmaps): Generic replacement for
18298 x_draw_row_fringe_bitmaps; all callers changed.
18299 (compute_fringe_widths): Generic replacement for
18300 x_compute_fringe_widths; all callers changed.
18301
18302 * dispextern.h (enum fringe_bitmap_type): Define here.
18303 (struct fringe_bitmap, struct draw_fringe_bitmap_params): New.
18304 (fringe_bitmaps): Declare extern.
18305 (struct redisplay_interface): New member draw_fringe_bitmap.
18306 (draw_row_fringe_bitmaps, compute_fringe_widths): Declare extern.
18307
18308 * xterm.c: Remove generic fringe code.
18309 (x_draw_fringe_bitmap): Only perform actual fringe drawing.
18310 (x_redisplay_interface): Add x_draw_fringe_bitmap member.
18311
18312 * w32term.c: Remove generic fringe code.
18313 (w32_draw_fringe_bitmap): Only perform actual fringe drawing.
18314 (w32_redisplay_interface): Add w32_draw_fringe_bitmap member.
18315
18316 * macterm.c: Remove generic fringe code.
18317 (x_draw_fringe_bitmap): Only perform actual fringe drawing.
18318 (x_redisplay_interface): Add x_draw_fringe_bitmap member.
18319
18320 2003-03-11 Stefan Monnier <monnier@cs.yale.edu>
18321
18322 * print.c (Fprin1_to_string): Return unibyte string if possible.
18323
18324 2003-03-09 David Kastrup <dak@gnu.org>
18325
18326 * process.c (read_process_output): We have allocated enough space
18327 for readmax and carryover, so actually use the alloted space.
18328
18329 2003-03-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18330
18331 * keyboard.c (make_lispy_event): Extend mouse_syms if needed for
18332 toolkit scrollbar click.
18333
18334 * xterm.c (x_window_to_scroll_bar): Call xg_get_scroll_id_for_window
18335 for USE_GTK.
18336 (x_scroll_bar_handle_click): Use this function for toolkit scrollbars
18337 also.
18338 (handle_one_xevent): ButtonPress/Release: If event is for a toolkit
18339 scrollbar and control is pressed, call x_scroll_bar_handle_click.
18340
18341 * gtkutil.h (xg_get_scroll_id_for_window): Declare.
18342
18343 * gtkutil.c (xg_get_scroll_id_for_window): New function.
18344 (xg_tool_bar_item_expose_callback): New function.
18345 (xg_tool_bar_expose_callback): Call update_frame_tool_bar.
18346 (xg_create_tool_bar): Connect xg_tool_bar_expose_callback to expose
18347 on the tool bar widget.
18348 (update_frame_tool_bar): Connect xg_tool_bar_item_expose_callback
18349 to expose on the tool bar item widgets.
18350
18351 2003-03-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18352
18353 * gtkutil.c (update_frame_tool_bar): Compare pixmap ID instead of
18354 struct image* when deciding to update (struct image* may have been
18355 deleted from the image cache).
18356
18357 * xterm.c (handle_one_xevent): Pass ReparentNotify to Xt even if
18358 the event isn't for a frame (i.e. for dialogs).
18359
18360 2003-03-07 Kenichi Handa <handa@m17n.org>
18361
18362 * coding.c (CODING_ADD_COMPOSITION_COMPONENT): If the number of
18363 composition components reaches the limit, terminate composing.
18364 (COMPOSITION_OK): New macro.
18365 (detect_coding_iso2022): Use it if an escape sequence for
18366 composition is found.
18367 (coding_restore_composition): Adjust the number of composition
18368 components if it is not sane.
18369
18370 2003-03-06 Juanma Barranquero <lektu@terra.es>
18371
18372 * w32term.h (struct w32_display_info): Add xrdb member to support
18373 passing resources via -xrm on Windows.
18374
18375 * w32term.c (w32_make_rdb): New function.
18376 (w32_term_init): Use it to initialize xrdb member of w32_display_info
18377 struct. Delete leftover code.
18378
18379 * w32fns.c (Fx_get_resource, x_get_resource_string): Pass xrdb to check
18380 for resources passed on the command line.
18381
18382 * w32reg.c (w32_get_rdb_resource): New function.
18383 (x_get_string_resource): Use it, so resources passed with -xrm
18384 supercede the ones in the registry.
18385
18386 2003-03-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18387
18388 * xterm.c (x_detect_focus_change): Call x_any_window_to_frame
18389 instead of x_top_window_to_frame.
18390
18391 2003-03-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18392
18393 * xsmfns.c (smc_save_yourself_CB): Add --no-splash to options
18394 when restarting Emacs.
18395
18396 2003-03-03 Richard M. Stallman <rms@gnu.org>
18397
18398 * buffer.c (Fkill_buffer): Use Frun_hook_with_args_until_failure
18399 to run kill-buffer-query-functions.
18400 (Qkill_buffer_query_functions): New var.
18401 (syms_of_buffer): Init and staticpro it.
18402
18403 2003-03-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18404
18405 * xterm.h (XSync): Define as gdk_window_process_all_updates for GTK.
18406
18407 2003-02-25 Kim F. Storm <storm@cua.dk>
18408
18409 * xdisp.c (redisplay_window): Fix infinite loop in redisplay.
18410 If centering point failed to make whole line visible and vscroll
18411 is non-zero, disable vscroll and try centering point again.
18412
18413 * lread.c (read1): Accept `single space' syntax like (? x).
18414
18415 2003-02-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18416
18417 * keyboard.c (cancel_hourglass_unwind): Surround with
18418 #ifdef HAVE_X_WINDOWS
18419
18420 2003-02-25 Kenichi Handa <handa@m17n.org>
18421
18422 * buffer.c (Fset_buffer_multibyte): Pay attention to the buffer
18423 process only when "subprocesses" is defined.
18424
18425 2003-02-24 Stefan Monnier <monnier@cs.yale.edu>
18426
18427 * syntax.c (back_comment): Only check nestedness of 2nd char if needed.
18428
18429 2003-02-24 Juanma Barranquero <lektu@terra.es>
18430
18431 * callint.c (fix_command): Declare as static void and move before
18432 Fcall_interactively.
18433
18434 * xdisp.c (Qwhen): Declare external; it's now defined in callint.c.
18435 (syms_of_xdisp): Don't initialize Qwhen.
18436
18437 2003-02-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18438
18439 * keyboard.c (cancel_hourglass_unwind): New function.
18440 (command_loop_1): Cancel hourglass with unwind-protect.
18441
18442 2003-02-23 Richard M. Stallman <rms@gnu.org>
18443
18444 * callint.c (fix_command): New subroutine, from Fcall_interactively.
18445 Detect (when ... (region-beginning)) etc.
18446 (Fcall_interactively): Call fix_command.
18447 (Qif, Qwhen): New variables.
18448 (syms_of_callint): Init and staticpro them.
18449
18450 * regex.c (print_partial_compiled_pattern): Output to stderr.
18451
18452 2003-02-23 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
18453
18454 * dired.c (directory_files_internal): Don't expand directory.
18455 (Fdirectory_files, Fdirectory_files_and_attributes): Do it here
18456 instead. From Lars Hansen <larsh@math.ku.dk>.
18457
18458 2003-02-22 Stefan Monnier <monnier@cs.yale.edu>
18459
18460 * fns.c (string_to_multibyte): Remove unused var i.
18461 (Flanginfo): Fix int/Lisp_Object mixup.
18462 (void_call2): New fun.
18463 (Fmap_char_table): Use it in place of call2.
18464
18465 * xfaces.c (x_face_list_fonts): Fix int/Lisp_Object mixup.
18466
18467 * macros.c (Fstart_kbd_macro): Remove redundant assignment.
18468
18469 * keymap.c (copy_keymap_1): Make it static.
18470
18471 * alloc.c (Fgarbage_collect): Don't use XSETFLOAT.
18472
18473 2003-02-22 David Ponce <david@dponce.com>
18474
18475 * lread.c (Fload): Don't check STRING_MULTIBYTE.
18476
18477 2003-02-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18478
18479 * process.h: Removed subtty field from struct Lisp_Process.
18480
18481 * process.c (create_process): Remove setting of subtty.
18482 (emacs_get_tty_pgrp): New function.
18483 (Fprocess_running_child_p, process_send_signal):
18484 Call emacs_get_tty_pgrp instead of ioctl.
18485 (process_send_signal): Call EMACS_KILLPG if ioctl TIOCSIGSEND fails.
18486
18487 2003-02-21 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
18488
18489 * keymap.c (Fdefine_key): Doc fix.
18490
18491 2003-02-21 Juanma Barranquero <lektu@terra.es>
18492
18493 Port of patch for RC by Klaus Zeitler <kzeitler@lucent.com>.
18494
18495 * s/hpux10.h: Define POLL_INTERRUPTED_SYS_CALL, not
18496 POLLING_PROBLEM_IN_SELECT.
18497
18498 * s/hpux11.h: Include hpux10-20.h instead of hpux10.h.
18499 Delete #undef of POLLING_PROBLEM_IN_SELECT.
18500
18501 * s/hpux10-20.h: New file.
18502
18503 * process.c (wait_reading_process_input):
18504 Use POLL_INTERRUPTED_SYS_CALL, not POLLING_PROBLEM_IN_SELECT.
18505
18506 2003-02-20 Kenichi Handa <handa@m17n.org>
18507
18508 * fontset.c (check_fontset_name): If NAME is nil, return the
18509 default fontset.
18510 (override_font_info): New function.
18511 (Fset_fontset_font): Document that NAME nil means the default fontset.
18512 (Ffontset_info): If FONTSET is not the default fontset, merge
18513 FONTSET onto the copy of the default fontset, and work on that
18514 copy. Document that NAME nil means the default fontset.
18515 (Ffontset_font): Document that NAME nil means the default fontset.
18516
18517 * process.c (setup_process_coding_systems): If the process's
18518 in/out descriptor is -1, do nothing.
18519
18520 2003-02-19 Andreas Schwab <schwab@suse.de>
18521
18522 * lisp.h (Fcancel_kbd_macro_events, Fstring_to_multibyte):
18523 Add prototypes.
18524
18525 2003-02-19 Kenichi Handa <handa@m17n.org>
18526
18527 * xfaces.c (try_alternative_families): Try all scalable fonts if
18528 Vscalable_fonts_allowed is not Qt.
18529
18530 2003-02-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18531
18532 * xfaces.c (x_face_list_fonts): Set *pfonts to 0 if no fonts found.
18533
18534 2003-02-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18535
18536 * xterm.c (x_list_fonts): If maxnames is less than 0, get all font
18537 names.
18538
18539 * xfaces.c (x_face_list_fonts): Allocate struct font_name here.
18540 (sorted_font_list): Move allocation of struct font_name to
18541 x_face_list_fonts.
18542 (Fx_font_family_list): Set font-list-limit to -1 to get all font names.
18543 (Fx_list_fonts): Set maxnames to -1 to get all font names.
18544
18545 2003-02-18 Kim F. Storm <storm@cua.dk>
18546
18547 * lread.c (read1): Fix last change.
18548 "`" is not always special. Allow "?" after a character constant.
18549
18550 2003-02-18 Andrew Choi <akochoi@shaw.ca>
18551
18552 * unexmacosx.c (copy_data_segment): Also copy __cfstring section.
18553
18554 2003-02-18 Andreas Schwab <schwab@suse.de>
18555
18556 * window.c (window_scroll_pixel_based): Move outside a
18557 multi-glyph character before setting new window start.
18558
18559 * xdisp.c (in_display_vector_p): New function.
18560 * dispextern.h (in_display_vector_p): Declare.
18561
18562 2003-02-18 Kim F. Storm <storm@cua.dk>
18563
18564 * lread.c (read1): Fix and relax read syntax.
18565 Recognize "[", ";", "#", and "?" after a dotted-pair dot.
18566 Only recognize "," after dotted-pair dot if inside backquote.
18567 Never include "`" or "," (inside backquote) in a symbol.
18568 Allow dotted-pair dot after a character constant.
18569 Allow "`" and "," (inside backquote) after a character constant.
18570
18571 2003-02-17 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18572
18573 * gtkutil.c (xg_tool_bar_expose_callback): New function.
18574 (xg_create_tool_bar): Force style of tool bar to be horizontal with
18575 icons. Set name of tool bar to emacs-toolbar.
18576 (update_frame_tool_bar): Connect expose event to
18577 xg_tool_bar_expose_callback.
18578
18579 2003-02-17 Richard M. Stallman <rms@gnu.org>
18580
18581 * keyboard.c (this_command_key_count_reset): New variable.
18582 Initiatize to 0 where this_command_key_count is set.
18583 (read_char): Save and restore this_command_key_count_reset
18584 around input method code.
18585 (read_char): If this_command_key_count_reset, echo reread commands.
18586 (Freset_this_command_lengths): Set this_command_key_count_reset to 1.
18587
18588 2003-02-17 Kenichi Handa <handa@m17n.org>
18589
18590 * fns.c (string_to_multibyte): Always return a multibyte string.
18591
18592 2003-02-16 Jason Rumney <jasonr@gnu.org>
18593
18594 * w32fns.c (w32_list_bdf_fonts, w32_list_fonts):
18595 Negative max_fonts parameter means list all.
18596
18597 2003-02-14 Dave Love <fx@gnu.org>
18598
18599 * fns.c (Flanginfo): Doc fix.
18600
18601 2003-02-13 Kim F. Storm <storm@cua.dk>
18602
18603 * lread.c (read_escape): Interpret \s as a SPACE character, except
18604 for \s-X in a character constant which still is the super modifier.
18605 (read1): Signal an `invalid read syntax' error if a character
18606 constant is immediately followed by a digit or symbol character.
18607
18608 * search.c (Fmatch_data): Doc fix. Explicitly state that
18609 match-data is undefined if last search failed.
18610
18611 * keymap.c (Fcommand_remapping): Rename from Fremap_command.
18612 All uses changed.
18613
18614 2003-02-12 Juanma Barranquero <lektu@terra.es>
18615
18616 * eval.c (Fdefmacro): Fix typo.
18617
18618 2003-02-12 Kim F. Storm <storm@cua.dk>
18619
18620 * macros.c (Fstart_kbd_macro): If appending, and last keyboard
18621 macro is a string, convert meta modifiers in string when copying
18622 the string into a vector.
18623
18624 2003-02-11 Kim F. Storm <storm@cua.dk>
18625
18626 * keymap.c (Fremap_command): Return nil if arg is not a symbol.
18627
18628 2003-02-11 Kenichi Handa <handa@m17n.org>
18629
18630 * Makefile.in (lisp, shortlisp): Add malayalam.el and tamil.el.
18631
18632 2003-02-10 Kim F. Storm <storm@cua.dk>
18633
18634 * process.c: Doc fixes.
18635 (syms_of_process): Add `:' prefix to QCfilter_multibyte.
18636
18637 2003-02-10 Kenichi Handa <handa@m17n.org>
18638
18639 * fns.c (Fstring_to_multibyte): Fix typo in the docstring.
18640
18641 * process.c (QCfilter_multibyte): New variable.
18642 (setup_process_coding_systems): New function.
18643 (Fset_process_buffer, Fset_process_filter):
18644 Call setup_process_coding_systems.
18645 (Fstart_process): Initialize the member `filter_multibyte' of
18646 struct Lisp_Process.
18647 (create_process): Call setup_process_coding_systems.
18648 (Fmake_network_process): New keyward `:filter-multibyte'.
18649 Initialize the member `filter_multibyte' of struct Lisp_Process.
18650 Call setup_process_coding_systems.
18651 (server_accept_connection): Call setup_process_coding_systems.
18652 (read_process_output): If the process has a filter, decide the
18653 multibyteness of a string to given to the filter by
18654 `filter_multibyte' member of the process. If the process doesn't
18655 have a filter and the result of conversion is unibyte, use
18656 Fstring_to_multibyte (not Fstring_make_multibyte) to get the
18657 multibyte form.
18658 (Fset_process_coding_system): Call setup_process_coding_systems.
18659 (Fset_process_filter_multibyte): New function.
18660 (Fprocess_filter_multibyte_p): New function.
18661 (syms_of_process): Intern and staticpro QCfilter_multibyte.
18662 Defsubr Sset_process_filter_multibyte and
18663 Sprocess_filter_multibyte_p.
18664
18665 * process.h (struct Lisp_Process): New member filter_multibyte.
18666
18667 * lisp.h (setup_process_coding_systems): Add prototype.
18668
18669 * buffer.c (Fset_buffer_multibyte): If the current buffer has a
18670 process, update coding systems for the process.
18671
18672 2003-02-09 Kenichi Handa <handa@m17n.org>
18673
18674 * fns.c (string_to_multibyte): New function.
18675 (Fstring_to_multibyte): New function.
18676 (syms_of_fns): Defsubr it.
18677
18678 2003-02-08 Andreas Schwab <schwab@suse.de>
18679
18680 * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable
18681 instead of the substitution.
18682
18683 2003-02-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18684
18685 * xterm.c (x_make_frame_visible): Call gtk_window_deiconify.
18686
18687 * xmenu.c (menu_position_func): Adjust menu popup position so that
18688 the menu is fully visible.
18689
18690 2003-02-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18691
18692 * xterm.c (x_text_icon, x_raise_frame, x_lower_frame)
18693 (x_make_frame_invisible, x_wm_set_icon_position):
18694 Use FRAME_OUTER_WINDOW instead of ifdef X_TOOLKIT/else/endif.
18695
18696 * xfns.c (x_set_name, x_set_title): Ditto.
18697
18698 2003-02-04 Richard M. Stallman <rms@gnu.org>
18699
18700 * keyboard.c (echo_now): Update before_command_echo_length.
18701 (Freset_this_command_lengths): Reset this_command_key_count etc.
18702 immediately rather than arranging to do it later.
18703 (before_command_key_count_1, before_command_echo_length_1)
18704 (before_command_restore_flag): Vars deleted.
18705 (add_command_key): Don't handle before_command_restore_flag.
18706 (read_char, record_menu_key): Don't update before_command_key_count or
18707 before_command_echo_length.
18708 (read_char): Don't handle before_command_restore_flag.
18709
18710 * keyboard.c (command_loop_1): Don't call adjust_point_for_property
18711 in direct-output clauses if it wouldn't be called in the ordinary case.
18712
18713 2003-02-04 Kim F. Storm <storm@cua.dk>
18714
18715 * keyboard.c (syms_of_keyboard) <this-original-command>: Doc fix.
18716
18717 2003-02-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18718
18719 * gtkutil.c (remove_from_container): Copying list is not needed.
18720 (xg_update_menubar, xg_update_menu_item, xg_update_submenu)
18721 (xg_modify_menubar_widgets, update_frame_tool_bar): Call g_list_free
18722 on list returned from gtk_container_get_children to avoid memory leak.
18723
18724 2003-02-01 Jason Rumney <jasonr@gnu.org>
18725
18726 * w32fns.c (w32_create_pixmap_from_bitmap_data): Use alloca for
18727 local malloc.
18728 [HAVE_XPM]: Avoid clashes with XColor, XImage and Pixel
18729 definitions in xpm.h.
18730 (init_xpm_functions): New function.
18731 (xpm_load): Sync with xfns.c. Adapt for Windows version of libXpm.
18732 (init_external_image_libraries): Try to load libXpm.dll.
18733
18734 * fileio.c (Fcopy_file) [WINDOWSNT]: Reverse logic for setting
18735 timestamp.
18736
18737 2003-01-31 Dave Love <fx@gnu.org>
18738
18739 * syntax.c (Fskip_chars_forward)
18740 (open-paren-in-column-0-is-defun-start): Doc fix.
18741
18742 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
18743
18744 * fileio.c: Support // at start of name for Cygwin (just added proper
18745 preprocessor tests).
18746
18747 * keyboard.c: Port to Cygwin (just added proper preprocessor tests).
18748
18749 * Makefile.in: Use @EXEEXT@ for Cygwin.
18750
18751 * mem-limits.h: Added ifdef to define BSD4_2 for Cygwin.
18752
18753 * s/cygwin.h: Added for Cygwin port.
18754
18755 2003-01-31 Juanma Barranquero <lektu@terra.es>
18756
18757 * w32fns.c (DrawText): Kludge to avoid a redefinition on Windows
18758 when including gif_lib.h.
18759 (init_gif_functions, init_tiff_functions): New functions.
18760 (gif_load, tiff_load): Sync with xfns.c version. Adjust colors for
18761 Windows. Disable color table lookups. Call library functions
18762 through pointers determined at runtime.
18763 (init_external_image_libraries): Try to load libungif.dll and
18764 libtiff.dll.
18765
18766 2003-01-31 Kenichi Handa <handa@m17n.org>
18767
18768 * xdisp.c (SKIP_GLYPHS): New macro.
18769 (set_cursor_from_row): Skip all glyphs that comes from overlay string.
18770
18771 2003-01-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18772
18773 * gtkutil.c (free_frame_tool_bar): Remove debug printf.
18774
18775 2003-01-30 Dave Love <fx@gnu.org>
18776
18777 * alloc.c (Vgc_elapsed, gcs_done): New variables.
18778 (Fgarbage_collect): Use them.
18779 (init_alloc, syms_of_alloc): Set them up.
18780
18781 2003-01-30 Juanma Barranquero <lektu@terra.es>
18782
18783 * w32fns.c (init_external_image_libraries): Add missing operator.
18784
18785 2003-01-29 Jason Rumney <jasonr@gnu.org>
18786
18787 * w32fns.c (init_external_image_libraries): Allow jpeg-62.dll as
18788 an alternative name for jpeg.dll.
18789
18790 2003-01-29 Kenichi Handa <handa@m17n.org>
18791
18792 * xdisp.c (set_cursor_from_row): Pay attention to string display
18793 properties.
18794
18795 2003-01-28 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
18796
18797 * macterm.c (keycode_to_xkeysym_table): Add <tab>, <backspace>,
18798 <escape>.
18799 (keycode_to_xkeysym_table): Reformat and add more comments.
18800 (XTread_socket): Drop special case for backspace.
18801
18802 2003-01-28 Andrew Choi <akochoi@shaw.ca>
18803
18804 * macfns.c (x_to_mac_color): Correct the order for parsing the RGB
18805 values in old-style RGB specs.
18806
18807 2003-01-27 Juanma Barranquero <lektu@terra.es>
18808
18809 * w32fns.c (init_external_image_libraries): Try alternate names for the
18810 jpeg dll.
18811
18812 2003-01-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18813
18814 * gtkutil.c (create_dialog, xg_separator_p)
18815 (xg_item_label_same_p, xg_update_menu_item): Check for NULL string
18816 before calling strcmp or strlen.
18817
18818 2003-01-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18819
18820 * gtkutil.c (update_frame_tool_bar): Call prepare_image_for_display
18821 and handle image load failure.
18822
18823 2003-01-26 Jason Rumney <jasonr@gnu.org>
18824
18825 * w32fns.c (init_jpeg_functions, jpeg_resync_to_restart_wrapper):
18826 New functions.
18827 (jpeg_load): Sync with xfns.c version. Adjust colors for Windows.
18828 Disable color table lookups. Call jpeg library functions
18829 through pointers determined at runtime.
18830 (init_external_image_libraries): Try to load jpeg.dll.
18831
18832 2003-01-25 Richard M. Stallman <rms@gnu.org>
18833
18834 * lisp.h: Declare format2 instead of format1.
18835
18836 * fileio.c (barf_or_query_if_file_exists):
18837 Call format2 instead of format1.
18838
18839 * editfns.c (format2): New function, replaces format1
18840 but takes exactly two Lisp Objects as format args.
18841
18842 * buffer.c (Fkill_buffer): Call format2 instead of format1.
18843
18844 2003-01-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18845
18846 * xterm.h: Change to return value of x_dispatch_event to int.
18847
18848 * xterm.c (x_filter_event): New function.
18849 (event_handler_gdk, XTread_socket): Call x_filter_event.
18850 (x_dispatch_event): Change to return value of finish.
18851 (event_handler_gdk): Use return value from x_dispatch_event.
18852
18853 * xfns.c (x_window): Call create_frame_xic for GTK version to
18854 initialize input methods.
18855
18856 * gtkutil.h: Add (void) prototypes.
18857
18858 * gtkutil.c (create_menus): Remove code that puts the help menu to
18859 the right.
18860
18861 2003-01-25 Jason Rumney <jasonr@gnu.org>
18862
18863 * w32fns.c (XPutPixel): Handle monochrome images; used for masks.
18864 [HAVE_PNG]: Sync with xfns.c version.
18865 (png_load): Adjust colors for Windows. Use Windows
18866 bitmaps. Disable color table lookups.
18867 (DEF_IMGLIB_FN, LOAD_IMGLIB_FN): New macros.
18868 (init_png_functions): New function.
18869 (png_read_from_memory, png_load): Call png library functions
18870 through pointers determined at runtime.
18871 (QCloader, QCbounding_box, QCpt_width, QCpt_height): Declare.
18872 (init_external_image_libraries): New function.
18873 (init_xfns): Call it.
18874
18875 2003-01-24 Andreas Schwab <schwab@suse.de>
18876
18877 * minibuf.c (Fminibuffer_message): Verify type of parameter.
18878
18879 2003-01-24 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18880
18881 * gtkutil.c (xg_initialize): Initialize id_to_widget here instead
18882 of static initializer.
18883
18884 2003-01-24 Dave Love <fx@gnu.org>
18885
18886 * s/gnu-linux.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define for more
18887 architectures.
18888
18889 * alloc.c (mark_stack) [!GC_LISP_OBJECT_ALIGNMENT && __GNUC__]:
18890 Use __alignof__.
18891
18892 2003-01-24 Kenichi Handa <handa@m17n.org>
18893
18894 * keyboard.c (adjust_point_for_property): New second arg MODIFIED.
18895 It it is nonzero, don't pretend that an invisible area doesn't exist.
18896 (command_loop_1): Call adjust_point_for_property with proper
18897 second arg.
18898
18899 2003-01-22 Jason Rumney <jasonr@gnu.org>
18900
18901 Sync changes with xterm.c and xfns.c.
18902
18903 * w32term.c (x_draw_glyph_string_foreground)
18904 (x_draw_composite_glyph_string_foreground): Implement overstriking.
18905
18906 * w32term.c (x_write_glyphs): Clear phys_cursor_on_p if current
18907 phys_cursor's hpos is overwritten. This is still not completely
18908 correct, as it doesn't really make sense to use hpos at all to
18909 get the cursor glyph (as that is relative to the width of the
18910 characters on the line, which may have changed during the update).
18911
18912 * w32term.c (notice_overwritten_cursor): Handle the special case
18913 of the cursor being in the first blank non-text line at the
18914 end of a window.
18915
18916 * w32term.c (x_draw_hollow_cursor, x_draw_bar_cursor)
18917 (x_draw_phys_cursor_glyph): Set phys_cursor_width here.
18918 Compute from the x position returned by x_draw_glyphs.
18919
18920 (x_display_and_set_cursor): Don't set phys_cursor_width here,
18921 except for NO_CURSOR and system caret, to make phys_cursor_width
18922 contain what its name suggests.
18923 (notice_overwritten_cursor): Consider the cursor image erased if
18924 the output area intersects the cursor image in y-direction.
18925
18926 * w32term.c (note_mode_line_or_margin_highlight): Rename from
18927 note_mode_line_highlight and extend.
18928
18929 * w32term.c (last_window): New variable.
18930 (w32_read_socket) <WM_MOUSEMOVE>: Generate SELECT_WINDOW_EVENTs.
18931 (note_mouse_movement): Remove reimplemented code in #if 0.
18932
18933 * w32fns.c (x_set_cursor_type): Set cursor_type_changed,
18934 not update_mode_lines, and always set it to 1.
18935
18936 2003-01-21 Jason Rumney <jasonr@gnu.org>
18937
18938 * w32fns.c (IDC_HAND): Define it if system headers don't.
18939
18940 2003-01-21 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
18941
18942 * w32term.h (struct w32_output): New member hand_cursor.
18943 (WM_EMACS_SETCURSOR): New message definition.
18944
18945 * w32term.c (note_mode_line_highlight): Delete #if 0 to enable
18946 function w32_define_cursor.
18947 (note_mouse_highlight): Initialize, setup cursor accoding to mouse
18948 position, change member name output_data.x to output_data.w32 and
18949 add function w32_define_cursor.
18950 (show_mouse_face): Delete #if 0 to enable function w32_define_cursor
18951 and change member name output_data.x to output_data.w32.
18952 (w32_initialize_display_info):
18953 Setup dpyinfo->vertical_scroll_bar_cursor.
18954
18955 * w32fns.c (Vx_hand_shape): New variable.
18956 (w32_wnd_proc): Add message entries for WM_SETCURSOR and
18957 WM_EMACS_SETCURSOR.
18958 (x-create-frame): Setup Cursor types.
18959
18960 2003-01-21 David Ponce <david@dponce.com>
18961
18962 * w32term.c (w32_encode_char): For DIM=1 charset, set
18963 ccl->reg[2] to -1 before calling ccl_driver.
18964 (Sync. with xterm.c x_encode_char change by Kenichi Handa
18965 <handa@m17n.org> on 2002-09-30.)
18966 (w32_draw_relief_rect): Declare all args.
18967 (w32_define_cursor): New.
18968
18969 * w32fns.c (w32_load_cursor): New function.
18970 (w32_init_class): Use it.
18971 (x_put_x_image): Declare all args.
18972
18973 2003-01-21 Richard Dawe <rich@phekda.freeserve.co.uk>
18974
18975 * Makefile.in (ALL_CFLAGS): Include MYCPPFLAGS, not MYCPPFLAG.
18976
18977 2003-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18978
18979 * gtkutil.c: Must include stdio.h before termhooks.h
18980
18981 2003-01-21 Dave Love <fx@gnu.org>
18982
18983 * alloc.c (Fgc_status): Print zombie list.
18984 (mark_maybe_object) [GC_MARK_STACK==GC_USE_GCPROS_CHECK_ZOMBIES]:
18985 Fix assignment of zombies.
18986 (Fgarbage_collect) [GC_MARK_STACK==GC_USE_GCPROS_CHECK_ZOMBIES]:
18987 Don't take car of non-cons.
18988
18989 * s/sol2-5.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
18990
18991 * s/sunos4-0.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
18992
18993 2003-01-20 David Ponce <david@dponce.com>
18994
18995 * w32menu.c (digest_single_submenu): Declare all args.
18996
18997 Sync with 2002-12-23 Richard M. Stallman <rms@gnu.org>
18998 changes in xmenu.c:
18999
19000 (parse_single_submenu): Use individual keymap's prompt
19001 string as pane name, if there is one.
19002 (set_frame_menubar): Save menu_items_n_panes from each call to
19003 parse_single_submenu and use it when calling digest_single_submenu.
19004
19005 2003-01-20 Steven Tamm <steventamm@mac.com>
19006
19007 * macterm.c (XTread_socket): Check for valid, visible window
19008 before sending a scroll-wheel event.
19009
19010 2003-01-20 Richard M. Stallman <rms@gnu.org>
19011
19012 * xdisp.c (redisplay_window): If mini window's buffer is not
19013 a minibuffer, then redisplay it like other windows.
19014
19015 2003-01-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19016
19017 * gtkutil.c (xg_create_frame_widgets): Check if there is an
19018 external tool bar before setting tool bar height.
19019
19020 2003-01-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19021
19022 * xterm.c (handle_one_xevent): Surround popup_activated
19023 with #ifdef:s for non-toolkit version.
19024
19025 * Makefile.in (XOBJ): Add gtkutil.o if USE_GTK
19026 (gtkutil.o): New file.
19027 (TOOLKIT_DEFINES): Set to -DUSE_GTK if HAVE_GTK.
19028 (LIBW): Set to @GTK_LIBS@ if USE_GTK.
19029
19030 * gtkutil.c: New file for GTK version.
19031
19032 * gtkutil.h: New file for GTK version.
19033
19034 * xterm.h: Add xt_or_gtk_widget.
19035 Include gtk files for USE_GTK.
19036 (struct x_output): Add toolbar_height.
19037 (struct x_output): Add GTK widgets and Gdk size_hints.
19038 (GTK_WIDGET_TO_X_WIN, FRAME_GTK_OUTER_WIDGET, FRAME_GTK_WIDGET)
19039 (FRAME_OUTER_WINDOW): New macros for USE_GTK.
19040 (FRAME_OUTER_TO_INNER_DIFF_Y): Add FRAME_TOOLBAR_HEIGHT to calculation.
19041
19042 * xterm.c: Include gtkutil.h for USE_GTK.
19043 (free_frame_menubar): Declare extern void for USE_GTK.
19044 (note_mouse_highlight): Check popup_activated for USE_GTK.
19045 (xt_action_hook): Don't compile if USE_GTK.
19046 (x_scroll_bar_to_input_event): Use CurrentTime for USE_GTK.
19047 (xg_scroll_callback): New function.
19048 (x_create_toolkit_scroll_bar): Call xg_create_scroll_bar for USE_GTK.
19049 (x_set_toolkit_scroll_bar_thumb): Call xg_set_toolkit_scroll_bar_thumb
19050 for USE_GTK.
19051 (x_scroll_bar_create): Call xg_update_scrollbar_pos and
19052 xg_show_scroll_bar for USE_GTK.
19053 (x_scroll_bar_remove): Call xg_remove_scroll_bar for USE_GTK.
19054 (XTset_vertical_scroll_bar): Call xg_update_scrollbar_pos for USE_GTK.
19055 (event_handler_gdk): New function for USE_GTK.
19056 (handle_one_xevent): Call xg_resize_widgets for USE_GTK.
19057 (handle_one_xevent): Make sure widget is mapped before
19058 calling x_real_positions for USE_GTK.
19059 (XTread_socket): Add GTK event loop for USE_GTK.
19060 (x_set_window_size): Call xg_frame_set_char_size for USE_GTK.
19061 (x_make_frame_visible): Call gtk_widget_show_all for USE_GTK.
19062 (x_make_frame_invisible): Call gtk_widget_hide for USE_GTK.
19063 (x_iconify_frame): Add code for USE_GTK.
19064 (x_free_frame_resources): Call gtk_widget_destroy for USE_GTK.
19065 (x_wm_set_size_hint): Only compile if not USE_GTK. GTK version
19066 is in gtkutil.c.
19067 (x_term_init): Add initialization for GTK.
19068 (syms_of_xterm): Set Vx_toolkit_scroll_bars for USE_GTK.
19069
19070 * xmenu.c: Include gtkutil.h for USE_GTK.
19071 (Fx_popup_menu): Use current position if x and y is NIL.
19072 (single_menu_item, single_menu_item, Fx_popup_dialog):
19073 Check for USE_GTK.
19074 (popup_widget_loop): New function for USE_GTK.
19075 (x_activate_menubar): Add code for USE_GTK.
19076 (popup_activate_callback, popup_deactivate_callback)
19077 (menu_highlight_callback, menubar_selection_callback):
19078 Add USE_GTK versions.
19079 (update_frame_menubar): Call xg_update_frame_menubar for USE_GTK.
19080 (set_frame_menubar): Call xg_modify_menubar_widgets for USE_GTK.
19081 (free_frame_menubar): Only compile if not USE_GTK. GTK version
19082 is in gtkutil.c.
19083 (popup_selection_callback): New version for USE_GTK.
19084 (create_and_show_popup_menu): New fuction, one USE_GTK version and
19085 one USE_X_TOOLKIT version.
19086 (xmenu_show): Call create_and_show_popup_menu.
19087 (dialog_selection_callback): New version for USE_GTK.
19088 (create_and_show_dialog): New fuction, one USE_GTK version and
19089 one USE_X_TOOLKIT version.
19090 (xdialog_show): Call create_and_show_dialog.
19091
19092 * xfns.c: Include gtkutil for USE_GTK.
19093 (x_window_to_frame, x_any_window_to_frame)
19094 (x_non_menubar_window_to_frame, x_menubar_window_to_frame)
19095 (x_top_window_to_frame): Add code for USE_GTK.
19096 (x_set_background_color): Call xg_set_background_color for GTK.
19097 (x_set_menu_bar_lines): Check for USE_GTK.
19098 (x_set_tool_bar_lines): Call update_frame_tool_bar for USE_GTK.
19099 (x_set_name, x_set_title): Call gtk_window_set_title for USE_GTK.
19100 (x_window): Call xg_create_frame_widgets for USE_GTK.
19101 (Fx_create_frame): Check for USE_GTK
19102 (Fx_file_dialog): New implementation for USE_GTK.
19103
19104 * xdisp.c: Add check for USE_GTK for extern void set_frame_menubar.
19105 (update_menu_bar): Add check for USE_GTK.
19106 (update_tool_bar): Add check for USE_GTK and external tool bar.
19107 (redisplay_tool_bar): Add check for USE_GTK and external tool bar.
19108 (redisplay_internal): Add check for USE_GTK and popup_activated.
19109 (redisplay_window): Add check for USE_GTK and FRAME_EXTERNAL_MENU_BAR.
19110 (redisplay_window): Add check for USE_GTK and FRAME_EXTERNAL_TOOL_BAR.
19111 (display_menu_bar): Add check for USE_GTK
19112
19113 * lisp.h (Vx_resource_name): Declare extern.
19114
19115 * keyboard.c (kbd_buffer_get_event): Check MENU_BAR_ACTIVATE_EVENT
19116 for USE_GTK.
19117 (make_lispy_event): Check MENU_BAR_EVENT for USE_GTK.
19118
19119 * frame.h (struct frame): Add external_tool_bar. Check for USE_GTK.
19120 (FRAME_EXTERNAL_TOOL_BAR): New macro.
19121 (FRAME_EXTERNAL_MENU_BAR): Check for USE_GTK.
19122
19123 * fileio.c (Fread_file_name): Add check for USE_GTK.
19124
19125 * dispnew.c (adjust_frame_glyphs_for_window_redisplay):
19126 Add check for USE_GTK.
19127
19128 * config.in: Added HAVE_GTK
19129
19130 * alloc.c (Fgarbage_collect): Call xg_mark_data for GTK.
19131
19132 2003-01-18 Stefan Monnier <monnier@cs.yale.edu>
19133
19134 * charset.h (Funibyte_char_to_multibyte): Export.
19135
19136 2003-01-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19137
19138 * xmenu.c (mouse_position_for_popup): New function.
19139 (Fx_popup_menu): Call mouse_position_for_popup for X and
19140 mouse_position_hook for others.
19141
19142 2003-01-17 Kim F. Storm <storm@cua.dk>
19143
19144 * editfns.c (Finsert): Mention `string-make-multibyte' and
19145 `string-as-multibyte' in doc string.
19146
19147 2003-01-17 Kenichi Handa <handa@m17n.org>
19148
19149 * fontset.c (syms_of_fontset): Setup Vfont_encoding_alist here.
19150
19151 * editfns.c (Fformat): Convert an unibyte char argument that is
19152 formatted by "%c" to multibyte if the total result must be a
19153 multibyte string.
19154
19155 2003-01-16 Kim F. Storm <storm@cua.dk>
19156
19157 * process.c (set-process-filter): Document unibyte/multibyte-ness
19158 of string argument.
19159
19160 2003-01-16 Kenichi Handa <handa@m17n.org>
19161
19162 * charset.h (NEXT_CHAR_BOUNDARY, PREV_CHAR_BOUNDARY): New macros.
19163
19164 * regex.c (GET_CHAR_BEFORE_2): Use PREV_CHAR_BOUNDARY.
19165 (re_search_2): Likewise.
19166
19167 2003-01-15 Kenichi Handa <handa@m17n.org>
19168
19169 * xdisp.c (message_dolog): Fix bug of the case that *Message*
19170 buffer is unibyte.
19171
19172 2003-01-15 Francesco Potort\e,Al\e(B <pot@gnu.org>
19173
19174 * fns.c (Fsubstring): Clarify doc string.
19175
19176 * textprop.c (Ftext_properties_at, Fnext_char_property_change)
19177 (Fprevious_char_property_change)
19178 (Fnext_single_char_property_change)
19179 (Fprevious_single_char_property_change, Fnext_property_change)
19180 (Fnext_single_property_change, Fprevious_property_change)
19181 (Fprevious_single_property_change, Fadd_text_properties)
19182 (Fput_text_property, Fset_text_properties)
19183 (Fremove_text_properties, Fremove_list_of_text_properties)
19184 (Ftext_property_any, Ftext_property_not_all): Clarify doc strings.
19185
19186 2003-01-14 Kim F. Storm <storm@cua.dk>
19187
19188 * process.h (struct Lisp_Process): New member plist replaces old
19189 member private_vars. All uses changed.
19190
19191 * process.c: Reworked 2003-01-12 change -- call a plist a plist!
19192 (QCplist): Rename from QCvars. Change all uses.
19193 (Fprocess_plist): Replaces Fprocess_variable. Simplified.
19194 (Fset_process_plist): Replaces Fset_process_variable. Simplify.
19195 (syms_of_process): Intern, staticpro, defsubr these.
19196 (Fmake_network_process): Describe :plist arg. Remove :vars arg.
19197
19198 2003-01-14 Francesco Potort\e,Al\e(B <pot@gnu.org>
19199
19200 * m/delta.h: Remove (obsolete).
19201
19202 2003-01-13 Francesco Potort\e,Al\e(B <pot@gnu.org>
19203
19204 * fileio.c (Fdelete_directory, Fdelete_file): Document the
19205 behaviour in front of symlinks.
19206 (Fdelete_file): Raise an error on directories.
19207
19208 2003-01-13 Dave Love <fx@gnu.org>
19209
19210 * fns.c (Freverse): Use QUIT.
19211
19212 2003-01-13 Richard M. Stallman <rms@gnu.org>
19213
19214 * minibuf.c (minibuffer_completion_contents):
19215 Error if point is inside prompt.
19216
19217 * keyboard.c (command_loop_1): Don't redisplay directly
19218 if there's a post-command-hook.
19219
19220 * fileio.c (syms_of_fileio) <directory-sep-char>: Doc fix.
19221 (Fdo_auto_save): Add gcpros around Ffile_name_directory.
19222
19223 2003-01-12 Kim F. Storm <storm@cua.dk>
19224
19225 * process.h (struct Lisp_Process): New member private_vars.
19226
19227 * process.c (QCvars): New variable.
19228 (syms_of_process): Intern and staticpro it.
19229 (Fset_process_contact): Removed function.
19230 (Fprocess_variable, Fset_process_variable): New functions.
19231 (syms_of_process): Defsubr them.
19232 (Fstart_process): Initialize private_vars plist to nil.
19233 (Fmake_network_process): New arg :vars to setup the private
19234 variables for new network process.
19235 (server_accept_connection): Copy server's private variables to
19236 client process.
19237
19238 * alloc.c (pure_alloc): Fixed 2003-01-10 changed (caused spurious
19239 crashes). Code rewritten and simplified. Now directly aligns the
19240 pointer and recalculates pure_bytes_used, rather than aligning the
19241 size and adjusting the pointer.
19242
19243 2003-01-11 Kim F. Storm <storm@cua.dk>
19244
19245 * process.c (Fset_process_contact): New function.
19246 (syms_of_process): defsubr it.
19247 (make-network-process): Update doc.
19248
19249 2003-01-10 Andreas Schwab <schwab@suse.de>
19250
19251 * alloc.c (pure_alloc): Correct alignment for Lisp_Floats.
19252 Reported by Berthold Gunreben <b.gunreben@web.de>.
19253
19254 2003-01-10 Dave Love <fx@gnu.org>
19255
19256 * composite.c (syms_of_composite): Make composition_hash_table weak.
19257
19258 2003-01-09 Kim F. Storm <storm@cua.dk>
19259
19260 * process.c (Fmake_network_process): Convert new port number
19261 to host byte order for `:service t' case. From Mario Lang.
19262
19263 2003-01-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19264
19265 * xfns.c (Fx_file_dialog): Call XtAppNextEvent and x_dispatch_event
19266 instead of XtAppProcessEvent.
19267
19268 * xterm.c (handle_one_xevent): New function.
19269 (x_dispatch_event): New function.
19270 (XTread_socket): Call handle_one_xevent.
19271
19272 * xterm.h (FRAME_OUTER_TO_INNER_DIFF_X/Y): New.
19273
19274 * xmenu.c (Fx_popup_menu): If popping up at mouse position,
19275 call XQueryPointer to get coordinates.
19276 (popup_get_selection): Do not set popup_activated_flag to zero,
19277 let popup_deactivate_callback do that. Needed for Motif.
19278 Call x_dispatch_event instead of XtDispatchEvent.
19279 (xmenu_show): Calculate root coordinate from frame top/left position.
19280
19281 2003-01-08 Kim F. Storm <storm@cua.dk>
19282
19283 * process.c (server_accept_connection): Fix recording of new
19284 connection's local address in :local property of contact info.
19285 (Fmake_network_process): Record local network address for new
19286 client processes in :local property of contact info.
19287 (format-network-address): Add arg OMIT-PORT. Change callers.
19288
19289 2003-01-07 Dave Love <fx@gnu.org>
19290
19291 * Makefile.in (fns.o): Depend on coding.h.
19292
19293 2003-01-06 Dave Love <fx@gnu.org>
19294
19295 * fns.c: Include coding.h. Use POINTER_TYPE*, not void*.
19296 (Vlocale_coding_system): Declare.
19297 (Qcodeset, Qdays, Qmonths, Qpaper): New.
19298 (Flanginfo): New.
19299 (syms_of_fns): Initialize new stuff.
19300
19301 2003-01-07 Markus Rost <rost@math.ohio-state.edu>
19302
19303 * minibuf.c (Fread_variable): Doc fix.
19304
19305 * eval.c (Fuser_variable_p): Doc change. For custom variables,
19306 use the same test as for custom-variable-p.
19307
19308 2003-01-05 Richard M. Stallman <rms@gnu.org>
19309
19310 * xdisp.c (try_scrolling): New arg LAST_LINE_MISFIT.
19311 Count LAST_LINE_MISFIT in scroll margin for end of window.
19312 Move label too_near_end before setting SCROLL_MARGIN_POS.
19313 Set LAST_LINE_MISFIT before jumping there.
19314
19315 * xdisp.c (try_scrolling): Calculate amount_to_scroll better in
19316 scroll_conservatively case. If scrolling that much doesn't change
19317 STARTP, move it down one line.
19318
19319 * xdisp.c (redisplay_window): Pass last_line_misfit arg to
19320 try_scrolling. Make it 1 after make_cursor_line_fully_visible fails.
19321
19322 * xdisp.c (setup_echo_area_for_printing): Kill Emacs if no
19323 selected frame.
19324
19325 * keymap.c (apropos_predicate, apropos_accumulate): Make them static.
19326 (syms_of_keymap): Staticpro them.
19327 (Fapropos_internal): Initialize them and clear them out.
19328 Don't GCPRO them.
19329
19330 * buffer.c (syms_of_buffer) <scroll-up|down-aggressively>: Doc fixes.
19331
19332 * lisp.h: New misc type Lisp_Save_Value.
19333 (enum Lisp_Misc_Type): Add Lisp_Misc_Save_Value.
19334 (XSAVE_VALUE): New macro.
19335 (struct Lisp_Save_Value): New data type.
19336 (union Lisp_Misc): Add u_save_value alternative.
19337 (make_save_value): Declare.
19338
19339 * alloc.c (make_save_value): New function.
19340
19341 * xterm.c (x_catch_errors): Save dpy using make_save_value.
19342 (x_catch_errors_unwind): Call XSync.
19343
19344 2003-01-01 Richard M. Stallman <rms@gnu.org>
19345
19346 * window.c (window_scroll_pixel_based): Partially undo last change.
19347
19348 * keyboard.c (command_loop_1): Call adjust_point_for_property
19349 in direct action cases for Qforward_char and Qbackward_char.
19350 Set already_adjusted so it won't be done twice.
19351
19352 2002-12-30 Richard Dawe <rich@phekda.freeserve.co.uk>
19353
19354 * src/config.in (!HAVE_SIZE_T): Fix order of arguments in
19355 type definition of size_t.
19356
19357 2003-01-02 Steven Tamm <steventamm@mac.com>
19358
19359 * macterm.c (syms_of_macterm): Provide the feature "mac-carbon" to
19360 distinguish Carbon GUI builds from X11 builds on darwin.
19361
19362 2002-12-30 Steven Tamm <steventamm@mac.com>
19363
19364 * macterm.c (syms_of_macterm): Set mac-wheel-button-is-mouse-2
19365 to default to t.
19366
19367 2002-12-29 Francesco Potort\e,Al\e(B <pot@gnu.org>
19368
19369 * data.c (Fstring_to_number, Fminus): Better English in doc strings.
19370
19371 2002-12-28 Steven Tamm <steventamm@mac.com>
19372
19373 * Makefile.in (macosx-bundle): Fix Mac OS X/Carbon port to
19374 allow building in a different directory than source. Uses some
19375 GNU Make extensions, but there is no other make on Mac OS X.
19376
19377 2002-12-26 Francesco Potort\e,Al\e(B <pot@gnu.org>
19378
19379 * data.c (Fmakunbound, Ffmakunbound, Fmake_variable_buffer_local)
19380 (Fsetq_default, Fmake_local_variable, Fkill_local_variable)
19381 (Fmake_variable_frame_local, Faset, Fnumber_to_string, Fminus)
19382 (Fstring_to_number): Mention the returned value in the doc strings.
19383
19384 2002-12-23 Richard M. Stallman <rms@gnu.org>
19385
19386 * buffer.c (syms_of_buffer) <scroll-up-aggressively>
19387 <scroll-down-aggressively>: Doc fix.
19388
19389 * xmenu.c (parse_single_submenu): Use individual keymap's prompt
19390 string as pane name, if there is one.
19391 (set_frame_menubar): Save menu_items_n_panes from each call to
19392 parse_single_submenu and use it when calling digest_single_submenu.
19393
19394 * window.c (window_scroll_pixel_based): Fix check for reaching BEGV.
19395 Don't try to make last line fully visible if it is past end of window.
19396
19397 2002-12-22 Steven Tamm <steventamm@mac.com>
19398
19399 * macmenu.c (MIN_POPUP_SUBMENU_ID): Add.
19400 (mac_menu_show): Add support for hierarchical popup menus.
19401 (add_menu_item): Remove indentation support.
19402 (fill_submenu, fill_menu): Create hierarchical menus
19403 instead of using indentation.
19404
19405 2002-12-22 Richard M. Stallman <rms@gnu.org>
19406
19407 * xdisp.c (try_cursor_movement): Don't call try_window here.
19408 (redisplay_window): Never redisplay minibuffer when inactive.
19409
19410 * window.c (select_window_1): Undo 9/21 change.
19411
19412 2002-12-22 Steven Tamm <steventamm@mac.com>
19413
19414 * macterm.c (XTread_socket): Call KeyTranslate for control and
19415 meta to deal correctly shifted non-alpha characters, like C-S-5
19416 being treated like C-%. Do not look for shift key to deal
19417 with masking off control-key with mac-reverse-ctrl-meta.
19418
19419 2002-12-21 Richard M. Stallman <rms@gnu.org>
19420
19421 * xmenu.c (popup_get_selection): Now static. New arg DO_TIMERS.
19422 If it is non-nil, run timers. Use an unwind-protect to requeue
19423 the events that were read ahead.
19424 (popup_get_selection_unwind): New subroutine.
19425 (popup_get_selection_queue): File-scope variable now holds that queue.
19426 (xmenu_show): Pass 0 for DO_TIMERS to popup_get_selection.
19427 (xdialog_show): Pass 1 for DO_TIMERS to popup_get_selection.
19428 Use an unwind-protect to pop down the dialog box.
19429 (xdialog_show_unwind): New subroutine implements that.
19430
19431 * xdisp.c (row_containing_pos): Change exit test using last_y.
19432 (try_window_id): Abort if row_containing_pos returns null.
19433
19434 * lread.c (load_error_handler): New function.
19435 (Fload): Handle errors in Fsubstitute_in_file_name.
19436 Don't expect Fsignal to return.
19437
19438 * eval.c: Errors and throws work right with interrupt blocking.
19439 (struct catchtag): New elt interrupt_input_blocked.
19440 (unwind_to_catch): Restore interrupt_input_blocked from saved value.
19441 (internal_catch, Fcondition_case, internal_condition_case)
19442 (internal_condition_case_1, internal_condition_case_2): Save it.
19443 (Fsignal): Don't do TOTALLY_UNBLOCK_INPUT.
19444
19445 * editfns.c (Fformat): Add parens.
19446
19447 * dired.c (file_name_completion): Fix that change.
19448 Delete special quit-handling code; just use QUIT.
19449
19450 2002-12-21 Tak Ota <Takaaki.Ota@am.sony.com>
19451
19452 * dired.c (file_name_completion): Close directory on error
19453 just as in directory_files_internal.
19454
19455 2002-12-19 David Kastrup <David.Kastrup@t-online.de>
19456
19457 * window.c (Fset_window_configuration): Set old_point to correct
19458 value when new_current_buffer == current_buffer.
19459
19460 2002-12-17 Ben Key <bkey1@tampabay.rr.com>
19461
19462 Revisited my earlier fix for the following entry in etc/PROBLEMS:
19463 "Emacs built on Windows 9x/ME crashes at startup on Windows XP,
19464 or Emacs builtpart of on XP crashes at startup on Windows 9x/ME."
19465
19466 These changes were in part based upon suggestions made by Peter
19467 'Luna' Runestig [peter@runestig.com].
19468
19469 * w32.c (g_b_init_is_windows_9x, g_b_init_open_process_token)
19470 (g_b_init_get_token_information, g_b_init_lookup_account_sid)
19471 (g_b_init_get_sid_identifier_authority ): Add several static
19472 global variables.
19473
19474 * w32.c (globals_of_w32): New function. Used to initialize those
19475 global variables that must always be initialized on startup even
19476 when the global variable initialized is non zero. Its primary
19477 purpose at this time is to set the global variables
19478 g_b_init_is_windows_9x, g_b_init_open_process_token,
19479 g_b_init_get_token_information, g_b_init_lookup_account_sid, and
19480 g_b_init_get_sid_identifier_authority to 0 on startup.
19481 Called from main.
19482
19483 * w32.c (is_windows_9x): Perform initialization only if
19484 g_b_init_is_windows_9x is equal to 0. On initialization set
19485 g_b_init_is_windows_9x equal to 1.
19486
19487 * w32.c (open_process_token): Perform initialization only if
19488 g_b_init_open_process_token is equal to 0. On initialization set
19489 g_b_init_open_process_token equal to 1.
19490
19491 * w32.c (get_token_information): Perform initialization only if
19492 g_b_init_get_token_information is equal to 0. On initialization
19493 set g_b_init_get_token_information equal to 1.
19494
19495 * w32.c (lookup_account_sid): Perform initialization only if
19496 g_b_init_lookup_account_sid is equal to 0. On initialization
19497 set g_b_init_lookup_account_sid equal to 1.
19498
19499 * w32.c (get_sid_identifier_authority): Perform initialization
19500 only if g_b_init_get_sid_identifier_authority is equal to 0.
19501 On initialization set g_b_init_get_sid_identifier_authority equal to 1.
19502
19503 * w32fns.c (globals_of_w32fns): New function. Used to initialize
19504 those global variables that must always be initialized on startup
19505 even when the global variable initialized is non zero.
19506 Its primary purpose at this time is to initialize the global variable
19507 track_mouse_event_fn.
19508
19509 * w32fns.c (w32_wnd_proc): Remove initialization of
19510 track_mouse_event_fn from the handler for the WM_SETFOCUS message.
19511
19512 * w32fns.c (syms_of_w32fns): Call globals_of_w32fns.
19513
19514 * w32menu.c (globals_of_w32menu): New function. Used to
19515 initialize those global variables that must always be initialized
19516 on startup even when the global variable initialized is non zero.
19517 Its primary purpose at this time is to initialize the global
19518 variables get_menu_item_info and set_menu_item_info.
19519
19520 * w32menu.c (initialize_frame_menubar): Remove initialization of
19521 get_menu_item_info and set_menu_item_info.
19522
19523 * w32menu.c (syms_of_w32menu): Call globals_of_w32menu.
19524
19525 * w32.h (globals_of_w32, globals_of_w32fns, globals_of_w32menu):
19526 Declare them.
19527
19528 * emacs.c (main): Call globals_of_w32 prior to calling
19529 init_environment if WINDOWSNT is defined. Call globals_of_w32fns
19530 and globals_of_w32menu if initialized is non zero and HAVE_NTGUI
19531 is defined.
19532
19533 * w32term.c (x_update_window_begin): Fix Windows API error
19534 detected by BoundsChecker. Test to determine if
19535 w32_system_caret_hwnd is NULL prior to attempting to use
19536 SendMessage to send the WM_EMACS_HIDE_CARET message to it.
19537
19538 * w32term.c (x_update_window_end): Fix Windows API error
19539 detected by BoundsChecker. Test to determine if
19540 w32_system_caret_hwnd is NULL prior to attempting to use
19541 SendMessage to send the WM_EMACS_SHOW_CARET message to it.
19542
19543 2002-12-17 Kenichi Handa <handa@m17n.org>
19544
19545 * coding.c (coding_system_require_warning): New variable.
19546 (syms_of_coding): DEFVAR it.
19547
19548 * coding.h (coding_system_require_warning): Extern it.
19549
19550 * fileio.c (choose_write_coding_system): Even if
19551 Vcoding_system_for_write is non-nil, if
19552 coding_system_require_warning is nonzero, call
19553 Vselect_safe_coding_system_function.
19554
19555 2002-12-17 Markus Rost <rost@math.ohio-state.edu>
19556
19557 * Makefile.in (lisp, shortlisp): Add cus-face and timer.
19558 (lisp): Add font-core.
19559
19560 2002-12-13 Stefan Monnier <monnier@cs.yale.edu>
19561
19562 * textprop.c (text_read_only): New arg `propval'.
19563 (get_char_property_and_overlay): Remove unused var `next_overlay'.
19564 (verify_interval_modification): Use text_read_only's new arg.
19565
19566 2002-12-13 Kenichi Handa <handa@m17n.org>
19567
19568 * coding.c (Funencodable_char_position): Set pend correctly.
19569
19570 2002-12-12 Jason Rumney <jasonr@gnu.org>
19571
19572 * w32term.c (last_mousemove_x, last_mousemove_y): New variables.
19573 (w32_read_socket) <WM_MOUSEMOVE>: Use them to detect non-movement.
19574 Be more careful about when help_events are generated.
19575
19576 2002-12-12 Steven Tamm <steventamm@mac.com>
19577
19578 * macterm.c (mac_check_for_quit_char): Correctly set the
19579 modifiers of the event to 0.
19580 * mac.c (sys_select): Duplicate rfds before calling select to
19581 ensure that rfds survive the while loop.
19582
19583 2002-12-11 Kim F. Storm <storm@cua.dk>
19584
19585 * xdisp.c (try_window_id): Don't call set_cursor_from_row if
19586 row_containing_pos returned NULL.
19587
19588 2002-12-10 Steven Tamm <steventamm@mac.com>
19589
19590 * mac.c (sys_read): Fix sys_read to not call select if IO is
19591 non-blocking.
19592 (sys_select): Fix sys_select to not use a timeout larger than
19593 the one given.
19594
19595 2002-12-10 Juanma Barranquero <lektu@terra.es>
19596
19597 * editfns.c (Fformat): Use alloca, not _alloca.
19598
19599 2002-12-09 Richard M. Stallman <rms@gnu.org>
19600
19601 * buffer.c (Fget_buffer_create): Call Qucs_set_table_for_input
19602 as the last thing.
19603
19604 2002-12-09 Dave Love <fx@gnu.org>
19605
19606 * s/sol2-8.h: Removed. (Not necessary.)
19607
19608 2002-12-09 Matthew Swift <swift@alum.mit.edu>
19609
19610 * editfns.c (Fformat): Handle precision in string conversion
19611 specifiers like libc functions do (ie, print at most that many
19612 characters).
19613
19614 2002-12-08 Richard M. Stallman <rms@gnu.org>
19615
19616 * xdisp.c (row_containing_pos): Check more carefully
19617 whether charpos is really in the row before returning it.
19618
19619 2002-12-07 Steven Tamm <steventamm@mac.com>
19620
19621 * sysdep.c (emacs_read) [HAVE_CARBON]: Have emacs_read use sys_read.
19622
19623 * eval.c (Feval) [HAVE_CARBON]: Calls mac_check_for_quit_char at
19624 each stack frame. This may change as it could be time consuming.
19625
19626 * macterm.c (mac_check_for_quit_char, quit_char_comp)
19627 (init_quit_char_handler, mac_determine_quit_char_modifiers)
19628 (mac_initialize): Add code to check for pressing of quit_char
19629 in the OS event queue.
19630
19631 * mac.c (sys_select): Call mac_check_for_quit_char every second
19632 while blocking on select.
19633
19634 * mac.c (sys_read): Use sys_select to test for input first
19635 before calling read, to allow C-g to break.
19636
19637 2002-12-07 Richard M. Stallman <rms@gnu.org>
19638
19639 * minibuf.c (Fcompleting_read): Doc fix.
19640
19641 * lread.c (syms_of_lread) <load-history>: Doc fix.
19642
19643 * fileio.c (Fcopy_file): Set immediate_quit around emacs_open call.
19644
19645 * eval.c (Fdefun, Fdefmacro): Record in load-history redefining an
19646 autoload.
19647
19648 * data.c (Fdefalias): Record in load-history redefining an autoload.
19649
19650 * alloca.c: Undo ifdef change accidentally made on 12-04.
19651
19652 2002-12-06 Francesco Potorti` <pot@gnu.org>
19653
19654 * xfns.c (png_load): Avoid double gamma correction for PNG images.
19655
19656 2002-12-04 Richard M. Stallman <rms@gnu.org>
19657
19658 * sysdep.c (fcntl.h): Test only HAVE_FCNTL_H.
19659
19660 * fileio.c (fcntl.h): Test only HAVE_FCNTL_H.
19661
19662 * alloca.c: Don't use #error.
19663
19664 2002-12-03 Dave Love <fx@gnu.org>
19665
19666 * buffer.c (Qucs_set_table_for_input): New.
19667 (Fget_buffer_create): Use it.
19668 (Qset_buffer_major_mode_hook): Deleted.
19669 (Fset_buffer_major_mode): Revert previous change.
19670 (init_buffer_once): Intern ucs-set-table-for-input.
19671 (syms_of_buffer): Delete Qset_buffer_major_mode_hook.
19672 Add &Qucs_set_table_for_input.
19673
19674 2002-12-03 Andreas Schwab <schwab@suse.de>
19675
19676 * callint.c (Fcall_interactively): Use next_event only if less
19677 than key_count.
19678
19679 2002-12-02 Andrew Choi <akochoi@shaw.ca>
19680
19681 * macmenu.c (add_menu_item, fill_menubar): Truncate menu item
19682 names to 255 characters.
19683
19684 * macterm.c (XTread_socket): If all frames have been collapsed,
19685 expand the first one before handling drag-and-drop events.
19686
19687 * s/darwin.h (GETPGRP_NO_ARG): Delete. Replaced by GETPGRP_VOID,
19688 which is detected by autoconf.
19689
19690 2002-12-01 Steven Tamm <steventamm@mac.com>
19691
19692 * unexmacosx.c (copy_twolevelhints, dump_it): Now corrects the
19693 offset in two hints table to allow prebinding to be redone and
19694 allow the executable to be stripped.
19695
19696 2002-11-29 Dave Love <fx@gnu.org>
19697
19698 * fns.c (Frequire): Don't call LOADHIST_ATTACH if feature was
19699 already provided.
19700
19701 2002-11-29 Richard M. Stallman <rms@gnu.org>
19702
19703 * xdisp.c (start_display): Check more intelligently for
19704 whether the line is continued.
19705 (move_it_vertically_backward): Clear it->continuation_lines_width.
19706
19707 2002-11-28 Dave Love <fx@gnu.org>
19708
19709 * s/amdahl.h, s/unipl5-0.h, m/sgi3000.h, s/3700.h, s/alliant-2800.h:
19710 * s/alliant.h, s/altos.h: Deleted. (Unused/empty.)
19711
19712 2002-11-27 Steven Tamm <steventamm@mac.com>
19713
19714 * fns.c (Frequire): Change nesting allowance from 2 to 3 to cause
19715 more descriptive error output from lread.c:Fload upon most require
19716 cycles during boostrapping.
19717
19718 2002-11-27 Jason Rumney <jasonr@gnu.org>
19719
19720 * fileio.c (Finsert_file_contents): Give a more appropriate error
19721 for files bigger than 2Gb when off_t is 32 bit.
19722
19723 * dired.c (Ffile_attributes): Don't return negative file sizes for
19724 files bigger than 2Gb when off_t is 32 bit.
19725
19726 2002-11-27 Dave Love <fx@gnu.org>
19727
19728 * s/irix6-0.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
19729
19730 * systty.h: Don't conditionally define GETPGRP_NO_ARG.
19731 Test GETPGRP_VOID instead.
19732 [BSD_TERMIOS]: Remove definitions (never used).
19733
19734 * s/osf5-0.h (WAIT_USE_INT, SYS_SIGLIST_DECLARED, sys_siglist):
19735 Don't define.
19736 (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
19737
19738 * m/mips.h (WORDS_BIG_ENDIAN): Define conditionally.
19739
19740 2002-11-25 Jason Rumney <jasonr@gnu.org>
19741
19742 * w32.c (sys_write): Avoid non-blocking mode, which is not fully
19743 supported.
19744
19745 2002-11-25 Dave Love <fx@gnu.org>
19746
19747 * unexalpha.c (update_dynamic_symbols): Cast arg of fatal_unexec.
19748
19749 * Makefile.in (TEMACS_LDFLAGS): Update last change.
19750
19751 2002-11-25 Andreas Schwab <schwab@suse.de>
19752
19753 * m/ia64.h: Restore `#ifndef NOT_C_CODE' deleted by last change.
19754
19755 2002-11-24 Steven Tamm <steventamm@mac.com>
19756
19757 * unexmacosx.c (unexec_realloc): Use malloc_default_zone to
19758 determine the size of pointers alloced in unexed space instead
19759 of using possibly invalid emacs_zone pointers. This fixes the
19760 binary incompatibility problems caused by updates to libSystem.B.
19761
19762 2002-11-24 Richard M. Stallman <rms@gnu.org>
19763
19764 * search.c (Fstring_match): Doc fix.
19765
19766 * callint.c (Fcall_interactively): If a command fails because
19767 `*' detects a read-only buffer, but RECORD_FLAG is set,
19768 record it anyway if the args don't actually do tty input.
19769
19770 2002-11-22 Dave Love <fx@gnu.org>
19771
19772 * sysdep.c (stuff_char) [PROTOTYPES]: Provide ISO C arglist.
19773
19774 * keyboard.c (interrupt_signal): Provide forward declaration.
19775 (kbd_buffer_store_event): Don't declare interrupt_signal.
19776
19777 * xdisp.c (store_frame_title_char) [PROTOTYPES]: Provide ISO C arglist.
19778
19779 2002-11-21 Richard M. Stallman <rms@gnu.org>
19780
19781 * eval.c (interactive_p): Skip any number of bytecode
19782 and special form frames, in any order.
19783
19784 2002-11-20 Jason Rumney <jasonr@gnu.org>
19785
19786 * w32fns.c (convert_mono_to_color_image): New function.
19787 (xbm_load, xbm_load_image): Use it when foreground or background
19788 is explicitly set.
19789
19790 2002-11-19 Dave Love <fx@gnu.org>
19791
19792 * s/usg5-4.h, sco4.h (bcopy, bzero, bcmp): Don't define.
19793
19794 2002-11-18 Jason Rumney <jasonr@gnu.org>
19795
19796 * w32fns.c (x_build_heuristic_mask): Filter palette info from color.
19797 (XPutPixel): Swap blue and red.
19798 (xpm_format, pbm_format, png_format, jpeg_format, tiff_format)
19799 (gif_format, gs_format): Use IMAGE_ASCENT_VALUE.
19800 (xpm_image_p, pbm_image_p, png_image_p, jpeg_image_p)
19801 (tiff_image_p, gif_image_p, gs_image_p): Don't check ascent.
19802
19803 2002-11-18 Dave Love <fx@gnu.org>
19804
19805 * m/orion105.h (HAVE_ALLOCA): Don't define.
19806
19807 * m/m68k.h, m/arm.h, mtekxd88.h, m/tower32v3.h: Don't define alloca.
19808
19809 * m/intel386.h: Don't include alloca.h or define alloca.
19810
19811 * m/ia64.h: Don't include alloca.h, stdlib.h. Don't declare
19812 malloc, realloc, calloc.
19813
19814 * m/hp800.h, m/sr2k.h, m/ns16000.h, m/wicat.h (bcopy, bzero)
19815 (bcmp): Don't define.
19816
19817 * m/delta.h (bcopy, bzero, bcmp, alloca): Don't define.
19818
19819 * m/amdahl.h: Don't define LIB_STANDARD.
19820
19821 * m/alpha.h: Move OSF1 stuff from here to s/osf1.h.
19822
19823 * s/osf1.h: Move OSF1 stuff from m/alpha.h to here.
19824
19825 * s/irix4-0.h, s/irix5-0.h, m/powerpcle.h, m/sparc.h:
19826 Don't include alloca.h.
19827
19828 * s/aix3-2.h (HAVE_FSYNC): Don't define.
19829
19830 * regex.c (_GNU_SOURCE): Don't define.
19831
19832 * process.c (_GNU_SOURCE): Don't define.
19833
19834 * fileio.c (_GNU_SOURCE, HAVE_FSYNC): Don't define.
19835
19836 2002-11-18 Markus Rost <rost@math.ohio-state.edu>
19837
19838 * s/sol2-8.h: Include sol2-6.h.
19839
19840 2002-11-18 Miles Bader <miles@gnu.org>
19841
19842 * dispextern.h (struct face): Add `overstrike' field.
19843 * xterm.c (x_draw_glyph_string_foreground)
19844 (x_draw_composite_glyph_string_foreground): Implement overstriking.
19845 * xfaces.c (load_face_font): Set `face->overstrike' based on
19846 result from choose_face_font.
19847 (best_matching_font, choose_face_font): Add `needs_overstrike'
19848 argument, and use it to return whether overstriking is desirable
19849 for this face/font combo.
19850 (set_font_frame_param: Pass new argument to choose_face_font.
19851
19852 2002-11-17 Ben Key <BKey1@tampabay.rr.com>
19853
19854 This change is my fix for the following entry in etc/PROBLEMS:
19855 "Emacs built on Windows 9x/ME crashes at startup on Windows XP,
19856 or Emacs builtpart of on XP crashes at startup on Windows 9x/ME."
19857
19858 * w32.c: Added wrapper functions around the win32 API functions
19859 OpenProcessToken, GetTokenInformation, LookupAccountSid, and
19860 GetSidIdentifierAuthority. These wrapper functions serve two
19861 purposes:
19862 1. They ensure that the wrapped function can never be called
19863 when Emacs is running on an operating system on which they are
19864 not supported (Microsoft Windows 95 / 98 / ME).
19865 2. They call the wrapped functions via function pointers rather
19866 than calling them directly. This avoids taking advantage of the
19867 undocumented fact that although these functions are not supported
19868 in the 9x branch of Microsoft Windows, the functions do exist in
19869 the version of advapi32.dll that is found in the 9x branch of
19870 Microsoft Windows.
19871
19872 * w32.c (init_user_info): Replace the calls to the win32 API
19873 functions OpenProcessToken, GetTokenInformation, LookupAccountSid,
19874 and GetSidIdentifierAuthority with calls to the newly added
19875 wrapper functions.
19876
19877 * w32.h: Added extern declarations for the following functions:
19878 syms_of_w32term, syms_of_w32fns, syms_of_w32select,
19879 syms_of_w32menu, and void syms_of_fontset.
19880
19881 * w32fns.c (w32_wnd_proc): Add code to reinitialize the
19882 function pointer track_mouse_event_fn in the handler for the
19883 WM_SETFOCUS message.
19884
19885 * w32menu.c (initialize_frame_menubar): Add code to
19886 reinitialize the function pointers set_menu_item_info and
19887 get_menu_item_info.
19888
19889 2002-11-17 Ben Key <BKey1@tampabay.rr.com>
19890
19891 * sound.c: Added a partial implementation of play-sound-internal
19892 for Microsoft Windows. Added various #ifdef / #else / #endif
19893 code blocks to separate the code that will compile under
19894 Microsoft Windows from the code that is specific to GNU/Linux.
19895 Moved several blocks of code around to make this separation of code
19896 into Windows compatible and GNU/Linux compatible code blocks easier.
19897
19898 * makefile.w32-in: Include sound.c and link with WinMM.lib.
19899
19900 * s/ms-w32.h: Defined the symbol HAVE_SOUND so that the newly
19901 added support for play-sound-internal under Windows would be
19902 included in the build of Emacs.
19903
19904 2002-11-16 Jason Rumney <jasonr@gnu.org>
19905
19906 * w32fns.c (w32_load_system_font): Don't disable Cleartype.
19907
19908 * w32term.c (w32_get_glyph_string_clip_rect): Clip cursor tightly.
19909
19910 2002-11-15 Stefan Monnier <monnier@cs.yale.edu>
19911
19912 * keyboard.c (command_loop_1): Fix int/Lisp_Object mixup.
19913 (adjust_point_for_property): Move out of display and invisible even if
19914 we were already inside before (in case a property was added while
19915 we weren't looking). Be more careful when handling invisible props.
19916 Skip invisible text as if it really wasn't there at all.
19917
19918 2002-11-15 Jason Rumney <jasonr@gnu.org>
19919
19920 * w32term.c (x_draw_image_foreground)
19921 (w32_draw_image_foreground_1): Use standard copy and invert
19922 operations to draw images.
19923
19924 * w32fns.c (x_create_x_image_and_pixmap): Fill in palette for
19925 depth of 1.
19926 (xbm_read_bitmap_data): Invert bits as xbm is read in.
19927 (XPutPixel): Don't invert bits here.
19928
19929 2002-11-15 Jason Rumney <jasonr@gnu.org>
19930
19931 * w32term.c (x_draw_image_foreground, x_draw_image_glyph_string)
19932 (w32_draw_image_foreground_1): Handle image masks.
19933 (x_draw_image_glyph_string): Don't BitBlt transparently.
19934
19935 * w32fns.c (w32_defined_color): Adjust RGB values for Emacs.
19936 (x_from_xcolors): Adjust RGB values for W32.
19937 (image_background, image_background_transparent)
19938 (postprocess_image, x_to_xcolors, x_disable_image)
19939 (x_build_heuristic_mask): Adapt for W32 and enable.
19940 (x_create_x_image_and_pixmap): Mark images with palettes as such.
19941 (xbm_load): Remove unused variable.
19942
19943 2002-11-14 Richard M. Stallman <rms@gnu.org>
19944
19945 * buffer.c (syms_of_buffer): Doc fix.
19946
19947 2002-11-14 Dave Love <fx@gnu.org>
19948
19949 * alloc.c (SETJMP_WILL_NOT_WORK): Add note.
19950
19951 * xterm.c (x_draw_relief_rect, x_draw_box_rect, x_update_cursor):
19952 * xmenu.c (unuse_menu_items, digest_single_submenu):
19953 * xfns.c (x_put_x_image):
19954 * xdisp.c (message2_nolog, set_message):
19955 * undo.c (record_point):
19956 * terminfo.c (tparam):
19957 * syntax.c (scan_sexps_forward):
19958 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
19959 * composite.c (update_compositions):
19960 * cm.c (calccost, cmgoto):
19961 * charset.c (c_string_width): Declare all args (per C99).
19962
19963 * frame.h (get_specified_cursor_type, get_window_cursor_type): Declare.
19964
19965 * lisp.h (get_specified_cursor_type, get_window_cursor_type):
19966 Don't declare.
19967
19968 * emacs.c (main) [!VMS]: Avoid third arg.
19969
19970 * fns.c (Fcopy_sequence): Doc fix.
19971 (Fmap_char_table): Cast `call2'.
19972
19973 2002-11-14 Francesco Potorti` <pot@gnu.org>
19974
19975 * s/sol2-8.h: New file.
19976
19977 2002-11-14 Kim F. Storm <storm@cua.dk>
19978
19979 * buffer.c (syms_of_buffer) <mode-line-format>: Document symbol
19980 dependency on `risky-local-variable' and the :propertize form.
19981
19982 2002-11-12 Stefan Monnier <monnier@cs.yale.edu>
19983
19984 * fns.c (Fmap_char_table): Don't use map_char_table's function arg.
19985
19986 * syntax.c (scan_sexps_forward): Undo last patch.
19987 Use a more obvious fix: check eob before updating the syntax table.
19988
19989 2002-11-09 Stefan Monnier <monnier@cs.yale.edu>
19990
19991 * syntax.c (scan_sexps_forward): Update syntax table before reading
19992 a char rather than after so we don't update the table past eob.
19993
19994 2002-11-09 Dave Love <fx@gnu.org>
19995
19996 * buffer.c (Fset_buffer_major_mode): Fix last change.
19997
19998 * regex.c (regexec): Fix pmatch declaration.
19999
20000 * cmds.c (Fself_insert_command): Apply Vtranslation_table_for_input.
20001
20002 * keyboard.c (command_loop_1): Apply Vtranslation_table_for_input
20003 to self-inserting characters.
20004 (syms_of_keyboard) <keyboard-translate-table>: Doc fix.
20005
20006 * coding.c (Vtranslation_table_for_input): New.
20007 (syms_of_coding): DEFVAR it.
20008
20009 2002-11-08 Juanma Barranquero <lektu@terra.es>
20010
20011 * w32term.c (w32_draw_fringe_bitmap): Remove unused local variable
20012 window.
20013
20014 2002-11-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
20015
20016 * process.c (Fformat_network_address): Remove unused locals p,
20017 cp, and i.
20018
20019 2002-11-06 Dave Love <fx@gnu.org>
20020
20021 * buffer.c (Qset_buffer_major_mode_hook): New.
20022 (Fset_buffer_major_mode): Use it.
20023
20024 2002-11-06 Richard M. Stallman <rms@gnu.org>
20025
20026 * xterm.c (x_term_init): Use turn_on_atimers, not start_polling
20027 and stop_polling.
20028
20029 * process.c (wait_reading_process_input):
20030 Test POLLING_PROBLEM_IN_SELECT, not hpux.
20031 Avoid initialization for auto Lisp_Object var.
20032
20033 * s/hpux11.h (POLLING_PROBLEM_IN_SELECT): Add #undef.
20034
20035 * s/hpux10.h (POLLING_PROBLEM_IN_SELECT): Defined.
20036
20037 2002-11-05 Richard M. Stallman <rms@gnu.org>
20038
20039 * s/sol2-5.h (BROKEN_SIGIO): Turn off the #undef.
20040
20041 * callint.c (Fcall_interactively): New local filter_specs.
20042 (Fcall_interactively): Check for progn as well as let.
20043 Add a gcpro.
20044 (Qprogn): New variable.
20045 (syms_of_callint): Staticpro and init Qprogn.
20046
20047 2002-11-04 John Paul Wallington <jpw@shootybangbang.com>
20048
20049 * lread.c (Feval_buffer): Doc fix.
20050
20051 2002-11-04 Dave Love <fx@gnu.org>
20052
20053 * keyboard.c (read_char): Always translate iff
20054 Vkeyboard_translate_table is a char table and c is valid.
20055
20056 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
20057 and fix C types.
20058
20059 2002-11-03 Stefan Monnier <monnier@cs.yale.edu>
20060
20061 * xdisp.c (single_display_prop_intangible_p): Strings are intangible.
20062
20063 * editfns.c (get_pos_property): Don't hardcode Qfield.
20064
20065 * keyboard.c (adjust_point_for_property): Handle `display' prop on
20066 overlays. Also handle `invisible' prop.
20067
20068 2002-11-02 Stefan Monnier <monnier@cs.yale.edu>
20069
20070 * coding.c (decode_coding_emacs_mule, decode_coding_iso2022)
20071 (decode_coding_sjis_big5, decode_eol): Allow lone \r in DOS EOL.
20072
20073 2002-11-01 Andreas Schwab <schwab@suse.de>
20074
20075 * editfns.c (Fmessage): Revert last change to properly handle %%.
20076
20077 2002-11-01 Stefan Monnier <monnier@cs.yale.edu>
20078
20079 * xmenu.c (unuse_menu_items): New fun.
20080 (menu_items_inuse): New var.
20081 (syms_of_xmenu): Initialize it.
20082 (init_menu_items): Use it to detect re-entrance.
20083 (Fx_popup_menu, Fx_popup_dialog, set_frame_menubar): Reset when done.
20084 (Fx_popup_menu): Remove spurious XSETFRAME.
20085
20086 * editfns.c (find_field): Make an exception for nil fields.
20087
20088 2002-11-01 Dave Love <fx@gnu.org>
20089
20090 * m/gec63.h: Deleted.
20091
20092 2002-10-31 Dave Love <fx@gnu.org>
20093
20094 * xterm.c (XTread_socket): Fix last change.
20095 (xaw_scroll_callback): Cast call_data to long to avoid warning.
20096
20097 2002-10-31 Stefan Monnier <monnier@cs.yale.edu>
20098
20099 * process.c (Fformat_network_address): Fix int/Lisp_Object mixup.
20100
20101 2002-10-30 Stefan Monnier <monnier@cs.yale.edu>
20102
20103 * editfns.c (overlays_around, get_pos_property): New funs.
20104 (find_field): Use them.
20105 Also be careful not to modify POS before its last use.
20106 (Fmessage): Don't Fformat if there's nothing to format.
20107
20108 2002-10-30 Dave Love <fx@gnu.org>
20109
20110 * process.c [HAVE_SYS_WAIT]: Include sys/wait.h.
20111 [HAVE_PTY_H]; Include pty.h.
20112
20113 * lread.c (Fload) <!load_dangerous_libraries>: Close fd.
20114
20115 * xterm.c (Qeql): Declare.
20116 (Vx_keysym_table): New.
20117 (syms_of_xterm): Initialize it.
20118 (XTread_socket): Use it. Deal with ASCII keysyms.
20119 (XSetIMValues) [HAVE_X11R6]: Prototype.
20120
20121 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extended.
20122 (lispy_kana_keys): Comment out.
20123 (make_lispy_event) [XK_kana_A]: Comment out.
20124 (modify_event_symbol) <sizeof (long) == sizeof (EMACS_INT)>:
20125 Fix sprintf call.
20126
20127 * s/osf5-0.h (C_SWITCH_SYSTEM): Revert last change (fixed by
20128 regexp.h change).
20129 (TERMINFO, LIBS_TERMCAP): Define.
20130
20131 * s/usg5-4.h (bcopy, bzero): Define conditional on HAVE_BCOPY.
20132 (bcmp): Define conditional on HAVE_BCMP.
20133 (NO_SIOCTL_H): Don't define.
20134 (TIOCSIGSEND): Don't make conditional on IRIX6.
20135
20136 * s/sol2-5.h: Don't include strings.h.
20137 (bcopy, bzero, bcmp) [HAVE_BCOPY]: Don't undef.
20138
20139 * s/irix6-0.h (IRIX6): Don't define.
20140 (bcopy, bcmp, bzero): Don't undef.
20141
20142 * s/irix6-5.h: Don't include strings.h.
20143 (IRIX6): Don't define.
20144 (bcopy, bcmp, bzero): Don't undef.
20145
20146 * syntax.c (Fforward_comment): Doc fix.
20147
20148 2002-10-29 Kim F. Storm <storm@cua.dk>
20149
20150 * process.c (Fsignal_process): Allow PROCESS to be specified by
20151 name in addition to pid (as integer or string).
20152
20153 2002-10-28 Harald Maier <Harald.Maier.BW@t-online.de> (tiny change)
20154
20155 * w32heap.c: Don't redefine _heap_init and _heap_term on MSVC 7 build
20156 environments.
20157
20158 2002-10-27 Kim F. Storm <storm@cua.dk>
20159
20160 * xterm.c (note_mouse_highlight): Don't use mouse-face if hidden.
20161
20162 * w32term.c (note_mouse_highlight): Don't use mouse-face if hidden.
20163
20164 * msdos.c (IT_note_mouse_highlight): Don't use mouse-face if hidden.
20165
20166 * macterm.c (note_mouse_highlight): Don't use mouse-face if hidden.
20167
20168 2002-10-26 Richard M. Stallman <rms@gnu.org>
20169
20170 * editfns.c (Fformat): Detect invalid format letters for floats.
20171
20172 2002-10-25 Kenichi Handa <handa@m17n.org>
20173
20174 * xfns.c (x_set_name): Encode by Qcompound_text unconditionally.
20175 (x_set_title): Likewise.
20176
20177 2002-10-25 Juanma Barranquero <lektu@terra.es>
20178
20179 * macgui.h:
20180 * w32gui.h: Remove definition of XColor.
20181
20182 * dispextern.h [!HAVE_X_WINDOWS]: Define XColor.
20183
20184 2002-10-24 Kim F. Storm <storm@cua.dk>
20185
20186 * xdisp.c (get_window_cursor_type): New arg ACTIVE_CURSOR.
20187 Callers changed (supply dummy arg).
20188
20189 * lisp.h (get_window_cursor_type): Update prototype.
20190
20191 * w32term.c (x_display_and_set_cursor): Get active_cursor from
20192 get_window_cursor_type to track system caret.
20193
20194 2002-10-24 Kim F. Storm <storm@cua.dk>
20195
20196 * process.c (Fformat_network_address): New function.
20197 (syms_of_process): Defsubr it.
20198 (list_processes_1): Use it to format :local/:remote address if
20199 service/host is not set; before Emacs would crash in that case.
20200 (Fmake_network_process): Don't use Ffind_operation_coding_system
20201 to setup coding system if host or service is not set.
20202
20203 2002-10-23 Juanma Barranquero <lektu@terra.es>
20204
20205 Patch suggested by Jay Finger <jay_finger@hotmail.com>.
20206
20207 * w32term.c (w32_term_init): Pass XColor to w32_define_color, not
20208 COLORREF.
20209
20210 * macgui.h:
20211 * w32gui.h: Add definition of XColor.
20212
20213 * macfns.c:
20214 * w32fns.c:
20215 * xfaces.c: Remove definition of XColor.
20216
20217 2002-10-22 Stefan Monnier <monnier@cs.yale.edu>
20218
20219 * xfns.c (x_set_name, x_set_title): `icon.value' has unsigned char.
20220
20221 * window.c (window_loop): For GET_LRU_WINDOW and GET_LARGEST_WINDOW>,
20222 Only ignore truly dedicated windows. For UNSHOW_BUFFER, delete the
20223 window if it is dedicated.
20224 (Fshrink_window): Add preserve_before as was done for enlarge_window.
20225 (Vspecial_display_function): Update docstring.
20226
20227 * buffer.c (assoc_ignore_text_properties, Fother_buffer, Fkill_buffer)
20228 (call_overlay_mod_hooks): Use CONSP and XCAR/XCDR.
20229 (Fget_buffer_create, advance_to_char_boundary): Use BEG and BEG_BYTE;
20230
20231 2002-10-21 Stefan Monnier <monnier@cs.yale.edu>
20232
20233 * casefiddle.c (casify_region): Don't treat a prefix char as part
20234 of a word when at the beginning.
20235
20236 2002-10-17 Juanma Barranquero <lektu@terra.es>
20237
20238 * lread.c (syms_of_lread): Fix typos.
20239
20240 2002-10-17 Dave Love <fx@gnu.org>
20241
20242 * Makefile.in (TEMACS_LDFLAGS): Add trailing comment.
20243
20244 2002-10-16 Richard M. Stallman <rms@gnu.org>
20245
20246 * fileio.c (Fcopy_file): Fix backward test of KEEP_TIME.
20247
20248 2002-10-14 Juanma Barranquero <lektu@terra.es>
20249
20250 * w16select.c (syms_of_win16select): Fix docstring for
20251 `selection-coding-system'.
20252
20253 * w32select.c (syms_of_w32select): Likewise.
20254
20255 2002-10-14 Stefan Monnier <monnier@cs.yale.edu>
20256
20257 * syntax.c (scan_lists): Don't get fooled by a symbol ending with
20258 a backslash-quoted char.
20259 (scan_lists, scan_sexps_forward): Pacify the compiler.
20260
20261 2002-10-13 Richard M. Stallman <rms@gnu.org>
20262
20263 * window.c (window_scroll): Set immediate_quit.
20264
20265 * print.c (print): When backquote form is the car of a list,
20266 output in old style. Use old_backquote_output to output all
20267 comma forms inside it in old style too.
20268
20269 * buffer.h (struct buffer): Move `undo_list' down below `name'.
20270
20271 2002-10-11 Markus Rost <rost@math.ohio-state.edu>
20272
20273 * emacs.c (syms_of_emacs) <kill-emacs-hook>: Doc fix (not run in
20274 batch mode).
20275
20276 * lread.c (Fload): Doc fix (load-suffixes).
20277
20278 2002-10-10 Steven Tamm <steventamm@mac.com>
20279
20280 * macterm.c (syms_of_macterm, mac_get_mouse_btn):
20281 Reverse functionality of mac-wheel-button-is-mouse-2 to be correct.
20282 Also switch the default to Qnil from Qt.
20283
20284 2002-10-08 Kenichi Handa <handa@m17n.org>
20285
20286 * coding.c (code_convert_region): When we need more GAP for
20287 conversion, pay attention to the case that coding->produced is not
20288 greater than coding->consumed.
20289
20290 2002-10-07 Richard M. Stallman <rms@gnu.org>
20291
20292 * unexelf.c (unexec): Redo 9/16 change, but only if IRIX6_5.
20293
20294 2002-10-06 Andrew Choi <akochoi@shaw.ca>
20295
20296 * macmenu.c (mac_menu_show): Add j to count menu items; match
20297 menu_item_selection to it to find selected item.
20298
20299 2002-10-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20300
20301 * xterm.c (XTread_socket): Fix from 2002-10-03 didn't cover all
20302 cases. The correct fix is to pass ReparentNotify to Xt.
20303 The shell widget interprets ConfigureNotify differently depending
20304 on if it has been reparented or not.
20305
20306 2002-10-05 Markus Rost <rost@math.ohio-state.edu>
20307
20308 * editfns.c (Fformat_time_string): Doc fix.
20309
20310 2002-10-05 John Paul Wallington <jpw@shootybangbang.com>
20311
20312 * fns.c (Flength): Doc fix.
20313
20314 2002-10-04 Stefan Monnier <monnier@cs.yale.edu>
20315
20316 * keyboard.c (keyremap): New struct.
20317 (read_key_sequence): Use it: globally replace keytran_foo with
20318 keytran.foo and fkey_foo with fkey.foo. Rename temp vars
20319 keytran_next and fkey_next to just `next'.
20320
20321 2002-10-04 Steven Tamm <steventamm@mac.com>
20322
20323 * macterm.c (keycode_to_xkeysym_table): Change return to be
20324 treated like an X keysym.
20325
20326 2002-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20327
20328 * xterm.c (XTread_socket): For ConfigureNotify, with x and y == 0,
20329 and USE_MOTIF, call XTranslateCoordinates to get the real x and y.
20330 This is to also handle x/y changes that occur because of a resize.
20331
20332 2002-10-02 John Paul Wallington <jpw@shootybangbang.com>
20333
20334 * frame.c (Vdelete_frame_functions): New variable.
20335 (syms_of_frame): Initialize and defvar it.
20336 (Fdelete_frame): Use it instead of delete-frame-hook. Don't run
20337 it when frame's `tooltip' parameter is non-nil.
20338
20339 * xfns.c (x_create_tip_frame): Set `tooltip' frame parameter to t.
20340
20341 * w32fns.c (x_create_tip_frame): Likewise.
20342
20343 * macfns.c (x_create_tip_frame): Likewise.
20344
20345 2002-09-30 Kenichi Handa <handa@m17n.org>
20346
20347 * xterm.c (x_encode_char): For DIM=1 charset, set ccl->reg[2] to
20348 -1 before calling ccl_driver.
20349
20350 * coding.c (decode_coding_emacs_mule): Check coding->cmp_data.
20351 Only when it is non-nil, handle composition sequence.
20352 (setup_coding_system) <0>: Don't force composition handling.
20353
20354 * Makefile.in (lisp, shortlisp): Add utf-16.elc
20355
20356 2002-09-29 Richard M. Stallman <rms@gnu.org>
20357
20358 * search.c (Freplace_match): Adjust match data for the substitution
20359 just made in the buffer.
20360
20361 * xdisp.c (STOP_POLLING, RESUME_POLLING): New macros.
20362 (redisplay_internal): Use them. Do RESUME_POLLING at end of function.
20363
20364 2002-09-27 Richard M. Stallman <rms@gnu.org>
20365
20366 * keyboard.c (STOP_POLLING, RESUME_POLLING): New macros.
20367 (read_char): Use them. Do all exits thru the end of the function.
20368
20369 2002-09-27 Kenichi Handa <handa@etl.go.jp>
20370
20371 * xfaces.c (try_font_list): Pay attention to the case that FAMILY
20372 is nil.
20373
20374 2002-09-26 Richard M. Stallman <rms@gnu.org>
20375
20376 * regex.h (__restrict_arr): Don't define if already defined.
20377
20378 * coding.c (run_pre_post_conversion_on_str):
20379 Save and restore Vdeactivate_mark.
20380
20381 2002-09-26 John Paul Wallington <jpw@shootybangbang.com>
20382
20383 * minibuf.c (Fminibufferp): Add an optional `buffer' argument.
20384
20385 2002-09-26 Kenichi Handa <handa@etl.go.jp>
20386
20387 * xfaces.c (try_font_list): New arg PREFER_FACE_FAMILY. If it is
20388 nonzero, try face's family at first. Otherwise try FAMILY at first.
20389 (choose_face_font): If C is a single byte char or latin-1, call
20390 try_font_list with PREFER_FACE_FAMILY 1.
20391
20392 2002-09-21 Richard M. Stallman <rms@gnu.org>
20393
20394 * window.c (select_window_1): Don't select frame.
20395 Set frame's selected window only when frame itself is selected.
20396 (Fselect_window): Doc fix.
20397
20398 2002-09-18 Kim F. Storm <storm@cua.dk>
20399
20400 * process.c (make-network-process): Doc fix (there is no
20401 network-server-log-function hook).
20402
20403 2002-09-18 Richard M. Stallman <rms@gnu.org>
20404
20405 * print.c (print): Clear out the unused parts of Vprint_number_table.
20406 (syms_of_print): Doc fix for `print-number-table'.
20407
20408 * unexelf.c (unexec): Undo previous change.
20409
20410 2002-09-17 Andreas Schwab <schwab@suse.de>
20411
20412 * m/alpha.h [LINUX]: Don't define DATA_START.
20413
20414 2002-09-16 Dave Love <fx@gnu.org>
20415
20416 * unexelf.c (unexec): Deal with .got, reinstating change from
20417 25-08-1999.
20418
20419 2002-09-13 Richard M. Stallman <rms@gnu.org>
20420
20421 * s/sol2-6.h (UNEXEC): Comment out definition.
20422
20423 * unexsol.c (unexec): Don't downcase first letter of error msg.
20424
20425 * xfaces.c (Fcolor_supported_p): Just one arg is required.
20426
20427 2002-09-12 Markus Rost <rost@math.ohio-state.edu>
20428
20429 * unexsol.c: Include buffer.h, charset.h, coding.h.
20430
20431 2002-09-11 Richard M. Stallman <rms@gnu.org>
20432
20433 * unexsol.c: Don't use report_file_error; do it by hand
20434 using dlerror.
20435
20436 * process.c (wait_reading_process_input, both versions):
20437 Before calling turn_on_atimers, call stop_polling.
20438
20439 * emacs.c (syms_of_emacs) <command-line-args>: Doc fix.
20440
20441 * xdisp.c (try_scrolling): If after make_cursor_line_fully_visible
20442 we go to too_near_end, call clear_glyph_matrix.
20443 (redisplay_window): After make_cursor_line_fully_visible,
20444 call clear_glyph_matrix and bypass `goto done'.
20445
20446 * xfns.c (x_report_frame_params): If FRAME_SCROLL_BAR_PIXEL_WIDTH is 0
20447 and we have non-toolkit scroll bars, return nil for scroll-bar-width.
20448
20449 2002-09-10 Richard M. Stallman <rms@gnu.org>
20450
20451 * fileio.c (Fdo_auto_save): Catch error making directory.
20452 Only call push_message if we need to.
20453 At the same time, make an unwind-protect to pop it.
20454 Rename local message_p to old_message_p.
20455 (do_auto_save_make_dir, do_auto_save_eh): New functions.
20456 (do_auto_save_unwind): Don't call pop_message.
20457
20458 * lisp.h (pop_message_unwind): Renamed from push_message_unwind.
20459
20460 * keyboard.c (Fexecute_extended_command): Use pop_message_unwind.
20461
20462 * alloc.c (Fgarbage_collect): Use pop_message_unwind.
20463
20464 * xdisp.c (pop_message_unwind): Renamed from push_message_unwind.
20465
20466 2002-09-10 Stefan Monnier <monnier@cs.yale.edu>
20467
20468 * regex.c (DISCARD_FAILURE_REG_OR_COUNT): Delete.
20469 (CHECK_INFINITE_LOOP): Don't pop anything: just set `cycle' to 1.
20470 (re_match_2_internal): Be more careful with infinite loops.
20471
20472 2002-09-10 Kim F. Storm <storm@cua.dk>
20473
20474 * macros.c (end_kbd_macro): New function.
20475 (Fend_kbd_macro): Use it.
20476
20477 * macros.h (end_kbd_macro): Declare extern.
20478
20479 * keyboard.c (Fdiscard_input): If defining keyboard macro,
20480 end and save it instead of discarding it.
20481
20482 2002-09-09 Markus Rost <rost@math.ohio-state.edu>
20483
20484 * s/sol2-6.h: Fix typo. Add comment.
20485
20486 2002-09-09 Richard M. Stallman <rms@gnu.org>
20487
20488 * regex.c (regnum_t): Use signed int, not unsigned int.
20489
20490 * s/sol2-6.h: New file.
20491
20492 * s/sol2-5.h (UNEXEC): Definition deleted.
20493
20494 2002-09-08 Kim F. Storm <storm@cua.dk>
20495
20496 * macros.c (executing_macro_index): Change type to EMACS_INT.
20497 (syms_of_macros): DEFVAR_INT it (needed by kmacro).
20498
20499 * macros.h (executing_macro_index): Change type to EMACS_INT.
20500
20501 2002-09-06 Richard M. Stallman <rms@gnu.org>
20502
20503 * casetab.c (set_case_table): Make canon table point to eqv table.
20504
20505 2002-09-06 Juanma Barranquero <lektu@terra.es>
20506
20507 * coding.c (syms_of_coding): Fix spacing.
20508
20509 * composite.c (Fcompose_region_internal)
20510 (Fcompose_string_internal): Likewise.
20511
20512 * data.c (Flsh): Likewise.
20513
20514 * fontset.c (Fset_fontset_font): Likewise.
20515
20516 * macfns.c (Fx_server_max_request_size): Likewise.
20517
20518 * w16select.c (syms_of_win16select): Likewise.
20519
20520 * w32select.c (syms_of_w32select): Likewise.
20521
20522 * xselect.c (syms_of_xselect): Likewise.
20523
20524 2002-09-05 Richard M. Stallman <rms@gnu.org>
20525
20526 * regex.c (set_image_of_range_1): In no-TRANSLATE case,
20527 call EXTEND_RANGE_TABLE and return a proper value.
20528 (set_image_of_range): Don't call set_image_of_range_1
20529 if no TRANSLATE or if range includes all of Latin-1.
20530 Only call it for the Latin-1 part of the range.
20531 For other cases, make two separate ranges,
20532 one for the original specified characters and one for
20533 their case-conversions.
20534
20535 2002-09-04 Richard M. Stallman <rms@gnu.org>
20536
20537 * s/sol2-5.h (UNEXEC): Use unexsol.o.
20538
20539 * window.c (displayed_window_lines): Correct for one-off bug
20540 in HEIGHT on non-window displays.
20541
20542 * regex.c (set_image_of_range_1): New function.
20543 (set_image_of_range): Use set_image_of_range_1 for Latin-1.
20544 Return a value to indicate running out of memory.
20545 (SET_RANGE_TABLE_WORK_AREA): Check value from set_image_of_range.
20546 (extend_range_table_work_area): New subroutine.
20547 (EXTEND_RANGE_TABLE): Replaces EXTEND_RANGE_TABLE_WORK_AREA.
20548 Different calling conventions, and used from set_image_of_range{,_1}.
20549 (IMMEDIATE_QUIT_CHECK): Definitions moved.
20550
20551 2002-09-04 Juanma Barranquero <lektu@terra.es>
20552
20553 * makefile.w32-in: All dependencies updated.
20554
20555 2002-09-01 Richard M. Stallman <rms@gnu.org>
20556
20557 * unexsol.c: New file.
20558
20559 * xfns.c (Qbox): Declare external, don't define.
20560
20561 * xdisp.c (redisplay_window) <force-start case>:
20562 If point is on semi-visible last line, reposition
20563 it at previous line.
20564
20565 * alloc.c (display_malloc_warning): Use display-warning.
20566 (malloc_warning_1): Function deleted.
20567
20568 * alloc.c [ALLOC_DEBUG]: #undef INLINE.
20569
20570 * lread.c (read1): Handle #! by skipping the line.
20571
20572 2002-08-31 Richard M. Stallman <rms@gnu.org>
20573
20574 * Makefile.in (TEMACS_LDFLAGS): Renamed from ALL_LDFLAGS.
20575 Don't include LDFLAGS.
20576 (temacs): Pass LDFLAGS separately, and not via YMF_PASS_LDFLAGS.
20577
20578 2002-08-31 Eli Zaretskii <eliz@is.elta.co.il>
20579
20580 * xdisp.c (get_window_cursor_type): Don't use x_highlight_frame
20581 member of x_display_info unless we compile for some window system.
20582
20583 2002-08-31 Kim F. Storm <storm@cua.dk>
20584
20585 * xdisp.c (Valternate_cursor_type, Qalternate_cursor_type): Removed.
20586 (get_window_cursor_type): Don't use them.
20587 (syms_of_xdisp): Remove intern, staticpro, and defvar for them.
20588
20589 2002-08-30 Kenichi Handa <handa@etl.go.jp>
20590
20591 * xdisp.c (get_next_display_element): Fix previous change.
20592
20593 2002-08-30 Andrew Choi <akochoi@shaw.ca>
20594
20595 * macterm.c (expose_overlaps): New function (merge code from xterm.c).
20596 (expose_window): Use it to fix the display of overlapping
20597 rows (merge code from xterm.c).
20598
20599 * macfns.c (Qbox): Add extern declaration.
20600
20601 2002-08-30 Juanma Barranquero <lektu@terra.es>
20602
20603 * w32fns.c (Qbox): Make extern.
20604 (syms_of_w32fns): Remove initialization of Qbox.
20605
20606 2002-08-30 Rune Kleveland <runekl@viewpoint.no> (tiny change)
20607
20608 * xfns.c (Fx_open_connection): Fix error message.
20609
20610 2002-08-30 Kim F. Storm <storm@cua.dk>
20611
20612 The following changes consolidates the handling of the cursor
20613 type in xdisp.c, moving duplicate code and functionality from
20614 xfns.c, xterm.c, w32fns.c, w32term.c, macfns.c, and macterm.c.
20615
20616 * frame.h (enum text_cursor_kinds): Consolidated here.
20617 Added DEFAULT_CURSOR value.
20618 (struct frame) <desired_cursor, cursor_width>
20619 <blink_off_cursor, blink_off_cursor_width>: New fields.
20620 Consolidated from output_x, output_w32 and output_mac structs.
20621 (FRAME_DESIRED_CURSOR, FRAME_CURSOR_WIDTH, FRAME_BLINK_OFF_CURSOR)
20622 (FRAME_BLINK_OFF_CURSOR_WIDTH): Macros consolidated here.
20623
20624 * xdisp.c (Qbar, Qhbar, Qbox, Qhollow, Vblink_cursor_alist):
20625 Variables consolidated here.
20626 (Valternate_cursor_type, Qalternate_cursor_type): New variables.
20627 (Vcursor_in_non_selected_windows): Renamed from
20628 cursor_in_non_selected_windows and changed to Lisp_Object.
20629 (syms_of_xdisp): Define and staticpro new and moved variables.
20630 (get_specified_cursor_type): Renamed from x_specified_cursor_type;
20631 consolidated here. Recognize Qhollow setting.
20632 (set_frame_cursor_types): New function to set frame cursor types
20633 based on the frame parameters.
20634 (get_window_cursor_type): New function to calculate new cursor
20635 type and width for the specified window. Based on duplicated
20636 code consolidated here.
20637 Enhancements: cursor-in-non-selected-windows may be a cursor type,
20638 check buffer-local alternate-cursor-type and blink-cursor-alist
20639 before using built-in blink off methods.
20640
20641 * dispextern.h (cursor_in_non_selected_windows): Extern removed.
20642
20643 * lisp.h (Qcursor_in_non_selected_windows): Extern removed.
20644 (get_specified_cursor_type, get_window_cursor_type)
20645 (set_frame_cursor_types): Added prototypes.
20646
20647 * macfns.c (x_specified_cursor_type): Removed.
20648 (x_set_cursor_type): Use set_frame_cursor_types.
20649 (Qbar, Qbox): Removed.
20650 (syms_of_macfns): Don't intern or staticpro them.
20651
20652 * macterm.c (x_specified_cursor_type): Remove prototype.
20653 (x_draw_bar_cursor): Use FRAME_CURSOR_WIDTH.
20654 (x_display_and_set_cursor): Use get_window_cursor_type.
20655 Remove unused local variables cursor_non_selected, active_cursor.
20656 Redraw cursor if hbar cursor width changes.
20657 (make_mac_frame): Set FRAME_DESIRED_CURSOR.
20658
20659 * macterm.h (enum text_cursor_kinds): Removed.
20660 (struct output_mac) <current_cursor, desired_cursor, cursor_width>
20661 <blink_off_cursor, blink_off_cursor_width>: Members removed.
20662 (FRAME_DESIRED_CURSOR): Macro removed.
20663
20664 * w32fns.c (Vblink_cursor_alist): Removed.
20665 (Qbar, Qhbar, Qbox, Qhollow): Removed.
20666 (syms_of_w32fns): Don't intern, staticpro, or define them.
20667 (x_specified_cursor_type): Removed.
20668 (x_set_cursor_type): Use set_frame_cursor_types.
20669
20670 * w32term.c (x_specified_cursor_type): Remove prototype.
20671 (x_draw_bar_cursor): Use FRAME_CURSOR_WIDTH.
20672 (x_display_and_set_cursor): Use get_window_cursor_type.
20673 Remove unused local variables cursor_off_state.
20674 Redraw cursor if hbar cursor width changes.
20675 Changed all occurrences of w32_highlight_frame to x_highlight_frame.
20676
20677 * w32term.h (enum text_cursor_kinds): Removed.
20678 (struct output_w32) <current_cursor, desired_cursor, cursor_width>
20679 <blink_off_cursor, blink_off_cursor_width>: Members removed.
20680 (FRAME_DESIRED_CURSOR, FRAME_CURSOR_WIDTH, FRAME_BLINK_OFF_CURSOR)
20681 (FRAME_BLINK_OFF_CURSOR_WIDTH): Macros removed.
20682 (struct w32_display_info) <x_highlight_frame>: Renamed member from
20683 w32_highlight_frame.
20684
20685 * xfns.c (Vblink_cursor_alist): Removed.
20686 (Qbar, Qhbar, Qbox, Qhollow): Removed.
20687 (syms_of_xfns): Don't intern, staticpro, or define them.
20688 (x_specified_cursor_type): Removed.
20689 (x_set_cursor_type): Use set_frame_cursor_types.
20690
20691 * xterm.c (x_specified_cursor_type): Remove prototype.
20692 (x_draw_bar_cursor): Use FRAME_CURSOR_WIDTH.
20693 (x_display_and_set_cursor): Use get_window_cursor_type.
20694 Remove unused local variables cursor_off_state.
20695 Redraw cursor if hbar cursor width changes.
20696
20697 * xterm.h (enum text_cursor_kinds): Removed.
20698 (struct output_x) <current_cursor, desired_cursor, cursor_width>
20699 <blink_off_cursor, blink_off_cursor_width>: Members removed.
20700 (FRAME_DESIRED_CURSOR, FRAME_CURSOR_WIDTH, FRAME_BLINK_OFF_CURSOR)
20701 (FRAME_BLINK_OFF_CURSOR_WIDTH): Macros removed.
20702 (x_specified_cursor_type): Remove prototype.
20703
20704 2002-08-28 Richard M. Stallman <rms@gnu.org>
20705
20706 * w32fns.c (x_set_cursor_type): Set FRAME_BLINK_OFF_CURSOR and
20707 FRAME_BLINK_OFF_CURSOR_WIDTH using defaults and Vblink_cursor_alist.
20708 (Vblink_cursor_alist): New variable.
20709 (syms_of_w32fns): Initialize and defvar it.
20710 (x_specified_cursor_type): Recognize Qbox for filled box.
20711 Exceptions are hollow boxes.
20712 (Qbox, Qhollow): New variables.
20713 (syms_of_w32fns): Initialize and staticpro them.
20714
20715 * w32term.h (FRAME_BLINK_OFF_CURSOR, FRAME_BLINK_OFF_CURSOR_WIDTH):
20716 New macros.
20717 (struct w32_output): New fields blink_off_cursor,
20718 blink_off_cursor_width.
20719 (FRAME_CURSOR_WIDTH): New macro.
20720
20721 * w32term.c (x_display_and_set_cursor): Use FRAME_BLINK_OFF_CURSOR
20722 and FRAME_BLINK_OFF_CURSOR_WIDTH for blinking cursor off.
20723
20724 * w32term.c (x_display_and_set_cursor): Check FRAME_CURSOR_WIDTH
20725 for bar cursor.
20726
20727 * w32term.c (expose_overlaps): New function.
20728 (expose_window): Use it to fix the display of overlapping rows.
20729
20730 2002-08-28 Simon Josefsson <jas@extundo.com>
20731
20732 * xfns.c (Fx_open_connection): Improve help when X connection
20733 fails, xhost is insecure and xauth is better.
20734
20735 2002-08-28 Juanma Barranquero <lektu@terra.es>
20736
20737 * makefile.w32-in: Add missing dependencies on w32term.h and
20738 composite.h.
20739
20740 * emacs.c (USAGE1): Add missing newline.
20741
20742 2002-08-27 Andrew Choi <akochoi@shaw.ca>
20743
20744 * s/darwin.h [HAVE_LIBNCURSES]: Define HAVE_TERMINFO.
20745
20746 2002-08-27 Richard M. Stallman <rms@gnu.org>
20747
20748 * xfns.c (x_set_cursor_type): Set FRAME_BLINK_OFF_CURSOR and
20749 FRAME_BLINK_OFF_CURSOR_WIDTH using defaults and Vblink_cursor_alist.
20750 (Vblink_cursor_alist): New variable.
20751 (syms_of_xfns): Initialize and defvar it.
20752 (x_specified_cursor_type): Recognize Qbox for filled box.
20753 Exceptions are hollow boxes.
20754 (Qbox, Qhollow): New variables.
20755 (syms_of_xfns): Initialize and staticpro them.
20756
20757 * xterm.h (FRAME_BLINK_OFF_CURSOR, FRAME_BLINK_OFF_CURSOR_WIDTH):
20758 New macros.
20759 (struct x_output): New fields blink_off_cursor, blink_off_cursor_width.
20760
20761 * xterm.c (x_display_and_set_cursor): Use FRAME_BLINK_OFF_CURSOR
20762 and FRAME_BLINK_OFF_CURSOR_WIDTH for blinking cursor off.
20763
20764 * emacs.c (main): Handle --script.
20765 (USAGE1): Mention --script.
20766 (standard_args): Define sort order for --script.
20767
20768 2002-08-27 Gerd Moellmann <gerd.moellmann@t-online.de>
20769
20770 * xdisp.c (redisplay_updating_p): Variable removed.
20771 (inhibit_free_realized_faces, Qinhibit_free_realized_faces):
20772 New variables.
20773 (init_iterator): Don't free realized faces if
20774 inhibit_free_realized_faces is set.
20775 (redisplay_internal): Bind Qinhibit_free_realized_faces to nil.
20776 (syms_of_xdisp): DEFVAR_BOOL inhibit-free-realized-faces,
20777 initialize Qinhibit_free_realized_faces.
20778
20779 * dispextern.h (PRODUCE_GLYPHS): Set inhibit_free_realized_faces
20780 when iterator is adding glyphs to a glyph matrix.
20781
20782 2002-08-27 Kenichi Handa <handa@etl.go.jp>
20783
20784 * xdisp.c (get_next_display_element): In unibyte case, don't use
20785 octal form for such eight-bit characters that can be converted to
20786 multibyte char.
20787
20788 2002-08-26 Kim F. Storm <storm@cua.dk>
20789
20790 * frame.c (make_terminal_frame) [CANNOT_DUMP]: Initialize
20791 foreground and background colors. From Joe Buehler.
20792
20793 2002-08-26 Miles Bader <miles@gnu.org>
20794
20795 * bytecode.c (Fbyte_code): Fsub1 can GC, so protect it.
20796
20797 2002-08-25 Andrew Choi <akochoi@shaw.ca>
20798
20799 * emacs.c (main): Call init_mac_osx_environment if HAVE_CARBON is
20800 defined instead of MAC_OSX.
20801
20802 * s/darwin.h (select): Define select to sys_select only if
20803 HAVE_CARBON is defined.
20804 (HAVE_WORKING_VFORK): #undef it. Define vfork to fork.
20805 (DONT_REOPEN_PTY): #def it.
20806
20807 * macterm.c (XTread_socket): Remove code to call
20808 SendEventToEventTarget for keys with command modifiers when
20809 mac_command_key_is_meta is nil.
20810
20811 2002-08-24 Andreas Schwab <schwab@suse.de>
20812
20813 * eval.c (Fdefvar): Fix last change.
20814
20815 2002-08-23 Richard M. Stallman <rms@gnu.org>
20816
20817 * eval.c (Fdefvar, Fdefconst, Fdefvaralias):
20818 Record variables in load history as (defvar . VAR).
20819 (Fdefvar): Don't record in load history if no initial value.
20820 (Qdefvar): New variable.
20821 (syms_of_eval): Init and staticpro it.
20822
20823 * lread.c (syms_of_lread): Doc fix.
20824 (build_load_history): Use Fmember to see if a definition
20825 is already in the Vload_history element.
20826
20827 * process.c (Fstart_process): Remove /: from program name.
20828
20829 * emacs.c (decode_env_path): Don't add /: if file name handler
20830 has a `safe-magic' property.
20831
20832 * callproc.c (Fcall_process): Remove /: from program name.
20833
20834 2002-08-23 Stefan Monnier <monnier@cs.yale.edu>
20835
20836 * regex.c (PATFETCH): Remove the translating fetch.
20837 (PATFETCH_RAW): Rename to PATFETCH.
20838 (set_image_of_range): New fun.
20839 (SET_RANGE_TABLE_WORK_AREA): Use it.
20840 (regex_compile): Don't translate the pattern chars so eagerly.
20841 Only do it when inserting an `exactn' bytecode or when handling
20842 a char-range.
20843 (mutually_exclusive_p): Avoid empty statement.
20844
20845 2002-08-22 Kim F. Storm <storm@cua.dk>
20846
20847 * xdisp.c (redisplay_window): Do not `goto try_to_scroll' when we
20848 end up on a partially visible line; this reverts a specific part
20849 of the 2002-07-07 change by Richard M. Stallman to "fix" a nasty
20850 display error which has been reported several times now.
20851 However it introduces the problem that changes was supposed to fix.
20852 See my comments in the source if you want to debug this further.
20853
20854 2002-08-20 Kenichi Handa <handa@etl.go.jp>
20855
20856 * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
20857
20858 2002-08-19 Eli Zaretskii <eliz@is.elta.co.il>
20859
20860 * msdos.c (croak): Add `void' to definition.
20861
20862 * sysdep.c (request_sigio, unrequest_sigio) [MSDOS]:
20863 Don't define them, they are defined in msdos.c.
20864
20865 * mem-limits.h [MSDOS]: Declare etext.
20866
20867 * fileio.c (Ffile_name_directory) [DOS_NT]: Don't declare `beg'
20868 `const' since CORRECT_DIR_SEPS modifies its target.
20869
20870 2002-08-19 Kim F. Storm <storm@cua.dk>
20871
20872 * keyboard.c (Fclear_this_command_keys): Add optional arg
20873 KEEP-RECORD to avoid clearing lossage when we just want to clear
20874 the current key sequence (kmacro needs this).
20875
20876 2002-08-19 Kenichi Handa <handa@localhost>
20877
20878 * composite.c (run_composition_function): Call FUNC if it is fboundp.
20879
20880 * composite.h (COMPOSITION_MODIFICATION_FUNC): If PROP is not a
20881 cons, return Qnil.
20882
20883 2002-08-17 Richard M. Stallman <rms@gnu.org>
20884
20885 * s/sol2-5.h (BROKEN_SIGIO): Add #undef.
20886
20887 * sysdep.c [!VMS]: Include sys/files.h.
20888
20889 * editfns.c (save_restriction_restore): Defend from unchained marker.
20890
20891 * buffer.c (overlays_at): Handle extending vec uniformly.
20892 (overlays_in): Handle extending vec from length 0 as in overlays_at.
20893
20894 2002-08-15 Andrew Choi <akochoi@shaw.ca>
20895
20896 * mac.c (init_mac_osx_environment): New function.
20897
20898 * emacs.c (main) [MAC_OSX]: Call init_mac_osx_environment.
20899
20900 2002-08-14 Kim F. Storm <storm@cua.dk>
20901
20902 * macros.c (Fstart_kbd_macro): Added NO-EXEC argument to inhibit
20903 executing macro before appending to it (when used from Lisp).
20904 (Fexecute_kbd_macro): Added LOOPFUNC argument to supply function
20905 which is called prior to each iteration of macro (for kmacro.el).
20906 (Fend_kbd_macro, Fcall_last_kbd_macro): Likewise.
20907
20908 * lisp.h (Fexecute_kbd_macro): Update prototype.
20909
20910 * keyboard.c (Fcommand_execute): Update call to Fexecute_kbd_macro.
20911
20912 2002-08-14 Kenichi Handa <handa@etl.go.jp>
20913
20914 * xselect.c (QUTF8_STRING): New variable.
20915 (symbol_to_x_atom): Pay attention to QUTF8_STRING.
20916 (x_atom_to_symbol): Likewise.
20917 (x_get_local_selection): New argument local_request. If it is
20918 nonzero, call handler_fn with the second arg nil.
20919 (x_handle_selection_request): Call x_get_local_selection with
20920 local_request 0.
20921 (lisp_data_to_selection_data): Don't encode the string here.
20922 (Fx_get_selection_internal): Call x_get_local_selection with
20923 local_request 1.
20924 (syms_of_xselect): Intern and staticpro QUTF8_STRING.
20925
20926 * xterm.c (x_term_init): Initialize dpyinfo->Xatom_UTF8_STRING.
20927
20928 * xterm.h (struct x_display_info): New member Xatom_UTF8_STRING.
20929
20930 2002-08-13 Richard M. Stallman <rms@gnu.org>
20931
20932 * minibuf.c (Fminibufferp): New function.
20933 (syms_of_minibuf): Defsubr it.
20934 (Fminibuffer_prompt_end): Handle non-minibuffers specially.
20935
20936 2002-08-13 Gerd Moellmann <gerd.moellmann@t-online.de>
20937
20938 * coding.c (Funencodable_char_position): Lisp_Object/int mixup.
20939
20940 2002-08-12 Richard M. Stallman <rms@gnu.org>
20941
20942 * syswait.h: Only the include of sys/wait.h tests HAVE_SYS_WAIT_H.
20943 [!VMS] (WCOREDUMP, WEXITSTATUS, WIFEXITED, WIFSTOPPED, WIFSIGNALED)
20944 (WSTOPSIG, WTERMSIG): Define each one independently if not defined
20945 already.
20946
20947 * buffer.c (syms_of_buffer) <fill-column>: Doc fix.
20948
20949 2002-08-11 Andrew Choi <akochoi@shaw.ca>
20950
20951 * macterm.c (XTmouse_position): Check wp with is_emacs_window.
20952 (Vmac_pass_command_to_system): New variable.
20953 (Vmac_pass_control_to_system): New variable.
20954 (do_mouse_moved): Check wp with is_emacs_window.
20955 (XTread_socket): Check window_ptr with is_emacs_window.
20956 Call FrontNonFloatingWindow instead of FrontWindow. Send keydown
20957 events back to Mac Toolbox for processing, depending on values of
20958 Vmac_pass_command_to_system and Vmac_pass_control_to_system.
20959 (syms_of_macterm): DEFVAR_LISP Vmac_pass_command_to_system and
20960 Vmac_pass_control_to_system.
20961
20962 2002-08-10 Kenichi Handa <handa@etl.go.jp>
20963
20964 * coding.c (unencodable_char_position): New function.
20965 (Funencodable_char_position): New function.
20966 (syms_of_coding): Defsubr Funencodable_char_position.
20967
20968 2002-08-10 Andrew Choi <akochoi@shaw.ca>
20969
20970 * mac.c (sys_select) [MAC_OSX]: New function.
20971
20972 * macterm.c (MakeMeTheFrontProcess): New function.
20973 (mac_initialize): Call MakeMeTheFrontProcess.
20974
20975 * s/darwin.h: Define select to sys_select.
20976
20977 2002-08-09 Richard M. Stallman <rms@gnu.org>
20978
20979 * keyboard.c (make_lispy_event): Test WINDOWSNT, not WINDOWS_NT.
20980
20981 2002-08-09 Gerd Moellmann <gerd.moellmann@t-online.de>
20982
20983 * xdisp.c (forward_to_next_line_start): Return 0 when reaching the
20984 end of the buffer.
20985
20986 2002-08-08 Ken Raeburn <raeburn@gnu.org>
20987
20988 * coding.c (Ffind_operation_coding_system): Fix Lisp_Object/int mixup.
20989
20990 * puresize.h (BASE_PURESIZE): Increase to 910000.
20991
20992 2002-08-08 Kenichi Handa <handa@etl.go.jp>
20993
20994 * coding.c (Ffind_operation_coding_system): For write-region, if
20995 VISIT is a filename, make it the target.
20996
20997 2002-08-07 Richard M. Stallman <rms@gnu.org>
20998
20999 * alloc.c (mark_object): Detect long lists for debugging.
21000 (mark_object_loop_halt): New variable.
21001
21002 * s/hpux10.h (C_SWITCH_SYSTEM): #undef it.
21003
21004 * data.c (Fmake_variable_frame_local): Doc fix.
21005
21006 2002-08-01 David Ponce <david@dponce.com>
21007
21008 * w32menu.c (local_heap, local_alloc, local_free): New macros.
21009 (malloc_widget_value, free_widget_value)
21010 (w32_free_submenu_strings): Use them.
21011
21012 (push_submenu_start, push_submenu_end, push_left_right_boundary)
21013 (push_menu_pane, push_menu_item, single_keymap_panes)
21014 (single_menu_item, Fx_popup_menu, menubar_selection_callback)
21015 (single_submenu, set_frame_menubar)
21016 (w32_menu_show, w32_dialog_show): Use AREF, ASET, ASIZE.
21017
21018 (Fx_popup_menu): Don't show pop up menu until preceding one is
21019 actually cleaned up. Moved UNGCPRO outside #ifdef HAVE_MENUS block.
21020
21021 * w32menu.c: Changes adapted from xmenu.c
21022 (set_frame_menubar): First parse all submenus,
21023 then make widget_value trees from them.
21024 Don't allocate any widget_value objects
21025 until we are done with the parsing.
21026 (parse_single_submenu): New function.
21027 (digest_single_submenu): New function.
21028 (single_submenu): Function deleted, replaced by those two.
21029
21030 2002-08-04 Andrew Choi <akochoi@shaw.ca>
21031
21032 * macterm.c (XTread_socket): Check that FrontNonFloatingWindow
21033 returns a valid window pointer before proceeding for keyDown and
21034 autoKey events.
21035
21036 2002-08-03 Andrew Choi <akochoi@shaw.ca>
21037
21038 * macterm.c (USE_CARBON_EVENTS): New macro.
21039 (macCtrlKey, macShiftKey, macMetaKey, macAltKey): New macros.
21040 (x_iconify_frame): Call CollapseWindow.
21041 (Vmac_reverse_ctrl_meta): New variable.
21042 (Vmac_wheel_button_is_mouse_2): New variable.
21043 (init_mac_drag_n_drop): New function.
21044 (mac_do_receive_drag): New function.
21045 (mac_handle_service_event): New function.
21046 (init_service_handler): New function.
21047 (mac_to_emacs_modifiers): New function.
21048 (mac_event_to_emacs_modifiers): New function.
21049 (mac_get_mouse_btn): New function.
21050 (mac_convert_event_ref): New function.
21051 (XTread_socket) [USE_CARBON_EVENTS]: Call ReceiveNextEvent,
21052 SendEventToEventTarget, mac_event_to_emacs_modifiers, and
21053 mac_get_mouse_btn.
21054 (mac_initialize): Call init_mac_drag_n_drop and init_service_handler.
21055
21056 * keyboard.c: Define Qmouse_wheel, mouse_wheel_syms, and
21057 lispy_mouse_wheel_names for MAC_OSX as well as for WINDOWS_NT.
21058 (kbd_buffer_get_event): Set used_mouse_menu for MENU_BAR_EVENT and
21059 TOOL_BAR_EVENT for MAC_OS as well.
21060 (make_lispy_event): Handle MOUSE_WHEEL_EVENT for MAC_OSX as well
21061 as for WINDOWS_NT.
21062 (syms_of_keyboard): Initialize Qmouse_wheel for MAC_OSX.
21063
21064 * termhooks.h (event_kind): Define MOUSE_WHEEL_EVENT also for MAC_OSX.
21065
21066 2002-08-03 Gerd Moellmann <gerd.moellmann@t-online.de>
21067
21068 * xdisp.c (forward_to_next_line_start): Fix a condition that
21069 lead to a newline being skipped.
21070
21071 2002-08-02 Andrew Choi <akochoi@shaw.ca>
21072
21073 * mac.c (syms_of_mac): Defsubr Sx_selection_exists_p.
21074
21075 2002-08-01 Richard M. Stallman <rms@gnu.org>
21076
21077 * Makefile.in (SOME_MACHINE_OBJECTS): Add fontset.o.
21078
21079 2002-07-31 Andrew Choi <akochoi@shaw.ca>
21080
21081 * macfns.c: #undef init_process before #define-ing it.
21082
21083 * s/darwin.h: Define MAC_OS, SYMS_SYSTEM, and OTHER_FILES only if
21084 HAVE_CARBON is defined.
21085
21086 2002-07-31 Richard M. Stallman <rms@gnu.org>
21087
21088 * xmenu.c (set_frame_menubar): First parse all submenus,
21089 then make widget_value trees from them.
21090 Don't allocate any widget_value objects
21091 until we are done with the parsing.
21092 (parse_single_submenu): New function.
21093 (digest_single_submenu): New function.
21094 (single_submenu): Function deleted, replaced by those two.
21095
21096 2002-07-30 Juanma Barranquero <lektu@terra.es>
21097
21098 * w32proc.c (syms_of_ntproc): Fix docstring of
21099 `w32-get-true-file-attributes'.
21100
21101 2002-07-28 Richard M. Stallman <rms@gnu.org>
21102
21103 * s/hpux8.h (HPUX8): Define this before including hpux.h.
21104 (HAVE_SYS_WAIT_H): #define deleted; we let Autoconf decide.
21105
21106 * s/hpux.h (HAVE_SYS_WAIT_H): The #undef is conditional on HPUX8.
21107
21108 * keyboard.c (make_lispy_event):
21109 Use #ifdef to test USE_TOOLKIT_SCROLL_BARS.
21110 Explicitly clear up_modifier in event->modifiers.
21111
21112 2002-07-27 Richard M. Stallman <rms@gnu.org>
21113
21114 * xterm.h (FRAME_CURSOR_WIDTH): New macro.
21115
21116 * xterm.c (x_display_and_set_cursor): Check FRAME_CURSOR_WIDTH
21117 for bar cursor.
21118
21119 2002-07-26 Kenichi Handa <handa@etl.go.jp>
21120
21121 * coding.c (detect_coding_iso2022): While checking a byte sequence
21122 for CODING_CATEGORY_MASK_ISO_8_2, if we read one extra byte, check
21123 it in the normal loop.
21124
21125 2002-07-24 Gerd Moellmann <gerd.moellmann@t-online.de>
21126
21127 * xterm.c (expose_overlaps): New function.
21128 (expose_window): Use it to fix the display of overlapping rows.
21129
21130 * xdisp.c (unwind_redisplay): Clear redisplay_updating_p.
21131
21132 2002-07-23 Ken Raeburn <raeburn@gnu.org>
21133
21134 * lisp.h (XPNTR): Use NO_UNION_TYPE version for union as well,
21135 since it only depends on XUINT.
21136
21137 * m/alpha.h (BITS_PER_LONG, BITS_PER_EMACS_INT, EMACS_INT,
21138 EMACS_UINT, SPECIAL_EMACS_INT, DATA_SEG_BITS,
21139 PNTR_COMPARISON_TYPE, VALBITS, MARKBIT, XINT, XUINT, XPNTR):
21140 Macros deleted.
21141
21142 * mem-limits.h (start_of_data): If DATA_START is defined, prefer
21143 its value over other approaches.
21144 * sysdep.c (start_of_data): Don't define the function if a macro
21145 form has been defined.
21146
21147 2002-07-23 Gerd Moellmann <gerd.moellmann@t-online.de>
21148
21149 * xdisp.c (redisplay_updating_p): New variable.
21150 (init_iterator): Don't free realized faces when
21151 redisplay_updating_p is set.
21152 (redisplay_internal): Set redisplay_updating_p while updating
21153 the display.
21154
21155 2002-07-23 Richard M. Stallman <rms@gnu.org>
21156
21157 * editfns.c (Fmessage): Treat "" like nil.
21158
21159 2002-07-23 Kenichi Handa <handa@etl.go.jp>
21160
21161 * xdisp.c (face_before_or_after_it_pos):
21162 Call FETCH_MULTIBYTE_CHAR with byte postion, not char position.
21163
21164 2002-07-22 Juanma Barranquero <lektu@terra.es>
21165
21166 * callproc.c (init_callproc) [DOS_NT]:
21167 Initialize Vshared_game_score_directory to nil.
21168 (syms_of_callproc) [DOS_NT]: Likewise.
21169
21170 2002-07-22 Gerd Moellmann <gerd.moellmann@t-online.de>
21171
21172 * xdisp.c (display_line): Replace an abort with xassert.
21173
21174 2002-07-21 Richard M. Stallman <rms@gnu.org>
21175
21176 * xdisp.c (redisplay_window): Don't test BEG_UNCHANGED
21177 and END_UNCHANGED when setting buffer_unchanged_p.
21178 Use current_matrix_up_to_date_p to decide whether to use
21179 try_cursor_movement.
21180
21181 * config.in (HAVE_SHARED_GAME_DIR): Undef deleted.
21182
21183 * epaths.in (PATH_GAME): New macro, edited by ../Makefile.in.
21184
21185 * callproc.c (init_callproc): Set up Vshared_game_score_directory.
21186 Set to nil if dir does not exist.
21187 (syms_of_callproc): Init unconditionally and simply.
21188
21189 * buffer.c (Fbuffer_list): Doc fix.
21190
21191 2002-07-21 Ken Raeburn <raeburn@gnu.org>
21192
21193 * sysdep.c (end_of_text, end_of_data): Unused functions deleted.
21194
21195 * buffer.c (mmap_realloc): When shrinking, make sure number of
21196 pages to unmap is rounded towards zero.
21197
21198 * m/mips-siemens.h (XSETUINT, XSETPNTR): Unused macros deleted.
21199 (XSETINT): Deleted.
21200
21201 * m/att3b.h (XINT): Don't define.
21202 (VALBITS, VALMASK, XTYPE): Deleted.
21203 (DATA_SEG_BITS): Define.
21204 * m/gec63.h (VALBITS, VALAMASK, XTYPE, XSETTYPE, XPNTR, XSET,
21205 ARRAY_MARK_FLAG): Deleted.
21206 (DATA_SEG_BITS): Define.
21207 * m/pfa50.h (VALBITS, VALMASK, XTYPE): Deleted.
21208 (DATA_SEG_BITS): Define.
21209
21210 2002-07-20 Richard M. Stallman <rms@gnu.org>
21211
21212 * print.c (print_error_message): New args CONTEXT and CALLER.
21213 Calls changed.
21214
21215 * lisp.h (print_error_message): Declare new args.
21216
21217 * keyboard.c (cmd_error_internal): Pass Vsignaling_function
21218 and CONTEXT to print_error_message, don't print them here.
21219 For a Quit, don't use Vsignaling_function.
21220 Call message_log_maybe_newline.
21221
21222 * Makefile.in (xsmfns.o): Don't depend on lisp.h.
21223
21224 2002-07-20 Kim F. Storm <storm@cua.dk>
21225
21226 * xdisp.c (redisplay_window): Test MODIFF to set buffer_unchanged_p.
21227
21228 2002-07-19 Ken Raeburn <raeburn@gnu.org>
21229
21230 * bytecode.c (struct byte_stack): Pointers into byte string now
21231 point to const.
21232 * callproc.c (Fcall_process): Make NEW_ARGV array hold pointer to
21233 const.
21234 * charset.h (BCOPY_SHORT): Source pointer now points to const.
21235 * coding.c (encode_eol, detect_coding, detect_eol):
21236 (decode_coding, encode_coding, detect_coding_system):
21237 Source strings now treated as const.
21238 (decode_coding_string, encode_coding_string): Use STRING_COPYIN to
21239 modify Lisp string contents.
21240 * coding.h (decode_coding, encode_coding, detect_coding,
21241 detect_eol): Declarations updated.
21242 * composite.c (compose_chars_in_text): Treat Lisp string contents
21243 as const.
21244 * dispnew.c (safe_bcopy): Source pointer now points to const.
21245 * lisp.h (STRING_COPYIN): New macro.
21246 (detect_coding_system, safe_bcopy, temp_output_buffer_setup):
21247 (internal_with_output_to_temp_buffer): Declarations updated.
21248 * print.c (temp_output_buffer_setup):
21249 (internal_with_output_to_temp_buffer): Buffer name argument is now
21250 pointer to const.
21251 * sound.c (struct sound_device): Function pointer field "write"
21252 buffer argument now points to const.
21253 (vox_write): Buffer argument points to const.
21254 * syntax.c (Fstring_to_syntax, skip_chars): Treat Lisp string
21255 contents as const.
21256 * sysdep.c (emacs_write): Buffer pointer now const.
21257 * term.c (encode_terminal_code): Buffer pointer now const.
21258 * xfaces.c (may_use_scalable_font_p): Argument now points to const.
21259 (x_face_list_fonts, x_update_menu_appearance):
21260 (hash_string_case_insensitive): Treat Lisp string contents as const.
21261
21262 2002-07-19 Juanma Barranquero <lektu@terra.es>
21263
21264 * xdisp.c (syms_of_xdisp): Remove redundant deprecation info.
21265
21266 * fileio.c (syms_of_fileio): Likewise.
21267 (Ffile_name_as_directory): Fix argument name in docstring.
21268 (file_name_as_directory): Use literal '/' instead of DIRECTORY_SEP.
21269
21270 2002-07-18 Richard M. Stallman <rms@gnu.org>
21271
21272 * data.c (Fdefalias): Doc fix.
21273
21274 2002-07-17 Dave Love <fx@gnu.org>
21275
21276 * intervals.h (text_property_stickiness): Use P_.
21277
21278 * ccl.c: Remove `emacs' conditionals.
21279 (ccl_backtrace_table): Fix size spec.
21280 (ccl_driver): Fix type errors.
21281
21282 2002-07-16 Ken Raeburn <raeburn@gnu.org>
21283
21284 * alloc.c (xstrdup, make_string, make_unibyte_string)
21285 (make_multibyte_string, build_string): String pointer args now
21286 point to const.
21287 * charset.c (find_charset_in_text, c_string_width):
21288 (chars_in_text, multibyte_chars_in_text, parse_str_as_multibyte):
21289 * fileio.c (report_file_error):
21290 * insdel.c (copy_text, count_size_as_multibyte, insert_1):
21291 (count_combining_before, count_combining_after, insert_1_both):
21292 (insert, insert_and_inherit, insert_string):
21293 (insert_before_markers, insert_before_markers_and_inherit):
21294 * lread.c (intern, oblookup, hash_string):
21295 * minibuf.c (temp_echo_area_glyphs):
21296 * search.c (fast_c_string_match_ignore_case):
21297 * sysdep.c (emacs_open, set_file_times):
21298 * xfaces.c (xstricmp):
21299 * xdisp.c (store_frame_title, string_char_and_length):
21300 (message_dolog, message2, message2_nolog, set_message): Likewise.
21301 (set_message_1): Cast message string argument to const pointer.
21302 * editfns.c (general_insert_function): Insertion function now
21303 takes pointer to const for input data.
21304 * charset.h (find_charset_in_text, c_string_width):
21305 (parse_str_as_multibyte): Declarations updated.
21306 * dispextern.h (xstricmp): Declaration updated.
21307 * lisp.h (chars_in_text, multibyte_chars_in_text, copy_text):
21308 (count_size_as_multibyte, count_combining_before):
21309 (count_combining_after, insert_1, insert_1_both, message_dolog):
21310 (insert, insert_and_inherit, insert_before_markers)
21311 (insert_before_markers_and_inherit, set_message, message2):
21312 (message2_dolog, build_string, make_string, make_unibyte_string):
21313 (make_multibyte_string, intern, oblookup, report_file_error):
21314 (fast_c_string_match_ignore_case, temp_echo_area_glyphs):
21315 (emacs_open, xstrdup): Declarations updated.
21316 * systime.h (set_file_times): Declaration updated.
21317
21318 * charset.c (find_charset_in_text, lisp_string_width): Use const
21319 for pointer to lisp string data.
21320 * charset.h (FETCH_STRING_CHAR_ADVANCE):
21321 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK):
21322 * coding.c (Ffind_coding_systems_region_interval):
21323 * fileio.c (Ffile_name_directory, Ffile_name_nondirectory):
21324 (Fmake_directory_internal, Fdelete_directory):
21325 (Ffile_name_absolute_p, Fwrite_region, double_dollars):
21326 * fontset.c (font_family_registry, fs_query_fontset):
21327 (list_fontsets):
21328 * frame.c (Fframe_parameter):
21329 * keyboard.c (cmd_error_internal):
21330 * keymap.c (Fdescribe_buffer_bindings):
21331 * lread.c (complete_filename_p, openp):
21332 * minibuf.c (Fminibuffer_complete_word):
21333 * xdisp.c (string_pos_nchars_ahead, init_from_display_pos):
21334 (face_before_or_after_it_pos, next_element_from_string):
21335 (get_overlay_arrow_glyph_row, display_mode_element):
21336 (decode_mode_spec_coding):
21337 * xterm.c (same_x_server): Likewise.
21338
21339 * buffer.c (reset_buffer_local_variables): Delete "#if 0"
21340 settings of non-existent fields.
21341
21342 * editfns.c (Fstring_to_char): Don't use XSTRING/XSETSTRING to
21343 copy a lisp value.
21344
21345 * lread.c (Fintern_soft): Use string macros instead of
21346 Lisp_String fields.
21347 * keyboard.c (echo_char, parse_modifiers_uncached):
21348 (parse_solitary_modifier, Fexecute_extended_command): Likewise.
21349 * textprop.c (validate_interval_range, interval_of): Likewise.
21350
21351 * fontset.c (Fset_fontset_font): Use SDATA instead of XSTRING()->data.
21352
21353 * charset.h (FETCH_STRING_CHAR_ADVANCE)
21354 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SBYTES instead of
21355 XSTRING()->size_byte.
21356
21357 * lisp.h (SDATA, SREF): Produce rvalue.
21358 (SSET): New macro.
21359 * alloc.c (make_event_array): Use SSET for storing into a string.
21360 * buffer.c (Fother_buffer): Use SREF when retrieving a byte from
21361 a string.
21362 * casefiddle.c (casify_object): Use SSET.
21363 * charset.h (FETCH_STRING_CHAR_ADVANCE)
21364 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA when getting
21365 address of string contents.
21366 * data.c (Faref): Use SDATA.
21367 (Faset): Use SDATA, SSET.
21368 * dired.c (directory_files_internal): Use SSET.
21369 * fileio.c (Fmake_symbolic_link, Fexpand_file_name): Use SSET.
21370 (Fread_file_name): Use SREF, SSET.
21371 * fns.c (concat): Use SSET.
21372 (concat, Fdelete): Use SDATA.
21373 * insdel.c (insert_from_string_1): Use SDATA.
21374 * keyboard.c (Fevent_convert_list): Use SREF.
21375 * lread.c (Fload): Use SDATA, SSET.
21376 * macfns.c (validate_x_resource_name): Use SSET.
21377 * process.c (status_message): Use SSET.
21378 * search.c (wordify): Use SDATA.
21379 (Freplace_match): Use SREF.
21380 * w32fns.c (validate_x_resource_name): Use SSET.
21381 * xfns.c (validate_x_resource_name): Use SSET.
21382 * xterm.c (x_catch_errors, x_clear_errors): Use SSET.
21383
21384 2002-07-16 Richard M. Stallman <rms@gnu.org>
21385
21386 * s/hpux11.h (USG_SUBTTY_WORKS): Defined.
21387
21388 * xdisp.c (reconsider_clip_changes):
21389 Don't test prevent_redisplay_optimizations_p.
21390 (redisplay_internal): Test prevent_redisplay_optimizations_p
21391 along with clip_changed in some cases.
21392 (try_window_id): Likewise.
21393 (redisplay_window): New local var buffer_unchanged_p.
21394
21395 * keyboard.c (cmd_error) [HAVE_X_WINDOWS]: Maybe call cancel_houglass.
21396
21397 * process.c (create_process): Test USG_SUBTTY_WORKS.
21398 (process_send_signal): Clean up handling of GID.
21399 Detect errors in ioctls meant to set GID.
21400
21401 * window.c (temp_output_buffer_show):
21402 Don't set prevent_redisplay_optimizations_p.
21403
21404 2002-07-15 Juanma Barranquero <lektu@terra.es>
21405
21406 * eval.c (Fdefvaralias): Add docstring argument.
21407
21408 2002-07-15 Ken Raeburn <raeburn@gnu.org>
21409
21410 * lisp.h (STRING_INTERVALS): Produce rvalue.
21411 (STRING_SET_INTERVALS): New macro.
21412 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Use it.
21413 * fns.c (Fstring_as_multibyte): Likewise.
21414 * intervals.c (balance_possible_root_interval, delete_interval)
21415 (create_root_interval, copy_intervals_to_string): Likewise.
21416 * textprop.c (set_text_properties): Likewise. Use NULL_INTERVAL
21417 instead of 0.
21418
21419 2002-07-14 Ken Raeburn <raeburn@gnu.org>
21420
21421 * lisp.h (STRING_SET_CHARS): New macro.
21422 (SCHARS, SBYTES): Produce rvalues.
21423 * dired.c (directory_files_internal): Use STRING_SET_CHARS.
21424 * fns.c (concat): Likewise.
21425 * lread.c (read_vector): Likewise.
21426
21427 * lisp.h (SMBP): Delete. All uses changed to STRING_MULTIBYTE.
21428 (STRING_SET_UNIBYTE): New macro.
21429 (SET_STRING_BYTES): Delete. Callers (all of which supplied a
21430 length of -1) changed to use STRING_SET_UNIBYTE.
21431 * abbrev.c, alloc.c, buffer.c, bytecode.c, callint.c, callproc.c,
21432 casefiddle.c, category.c, ccl.c, charset.c, charset.h, coding.c,
21433 composite.c, data.c, dired.c, dispnew.c, disptab.h, doc.c,
21434 dosfns.c, editfns.c, emacs.c, eval.c, fileio.c, filelock.c, fn.c,
21435 fontset.c, frame.c, indent.c, insdel.c, intervals.c, keyboard.c,
21436 keymap.c, lread.c, mac.c, macfns.c, macmenu.c, macterm.c,
21437 minibuf.c, msdos.c, print.c, process.c, search.c, sound.c,
21438 sunfns.c, syntax.c, syntax.h, sysdep.c, textprop.c, undo.c,
21439 w16select.c, w32.c, w32fns.c, w32menu.c, w32proc.c, w32select.c,
21440 w32term.c, window.c, xdisp.c, xfaces.c, xfns.c, xmenu.c,
21441 xselect.c, xsmfns.c, xterm.c: Most uses of XSTRING combined with
21442 STRING_BYTES or indirection changed to SCHARS, SBYTES,
21443 STRING_INTERVALS, SREF, SDATA; explicit size_byte references left
21444 unchanged for now.
21445
21446 2002-07-13 Kim F. Storm <storm@cua.dk>
21447
21448 * keyboard.c (command_loop_1): Invert check on Vmemory_full.
21449
21450 2002-07-12 Richard M. Stallman <rms@gnu.org>
21451
21452 * fileio.c (Fwrite_region): Doc fix.
21453
21454 * print.c (print_error_message): Don't handle Vsignaling_function here.
21455
21456 * keyboard.c (cmd_error_internal): Handle Vsignaling_function here.
21457 (command_loop_1): Avoid certain actions after memory-full error.
21458
21459 * eval.c (Fsignal): Don't call cancel_hourglass.
21460 For a memory-full error, don't call Vsignal_hook_function
21461 and don't set Vsignaling_function.
21462
21463 * process.c (process_send_signal): Add abort call.
21464
21465 2002-07-11 Markus Rost <rost@math.ohio-state.edu>
21466
21467 * keymap.c (Fkey_binding): Fix typo.
21468
21469 2002-07-11 Richard M. Stallman <rms@gnu.org>
21470
21471 * alloc.c (Vmemory_full): New variable.
21472 (Vmemory_signal_data): Rename from memory_signal_data.
21473 Uses changed.
21474 (syms_of_alloc): Defvar them.
21475 (memory_full, buffer_memory_full): Set Vmemory_full.
21476
21477 * lisp.h (Vmemory_full): Add declaration.
21478 (current_column, indented_beyond_p): Change declaration.
21479
21480 * indent.c (last_known_column): Declare as double, not float.
21481 (current_column, current_column_1, string_display_width)
21482 (position_indentation): Return `double'.
21483 (indented_beyond_p): Arg `column' is `double'. Callers changed.
21484
21485 * xdisp.c (message_dolog): Do nothing if Vmemory_full is non-nil.
21486 (back_to_previous_visible_line_start)
21487 (reseat_at_next_visible_line_start, next_element_from_buffer):
21488 Use `double', not `float', when calling indented_beyond_p.
21489
21490 * s/hpux11.h (BROKEN_SA_RESTART): Define.
21491
21492 * sysdep.c (sys_signal): Test BROKEN_SA_RESTART.
21493
21494 2002-07-11 Juanma Barranquero <lektu@terra.es>
21495
21496 * alloc.c, buffer.c, bytecode.c, callint.c, callproc.c, coding.c,
21497 * composite.c, dired.c, dispnew.c, editfns.c, emacs.c, eval.c,
21498 * fileio.c, fns.c, insdel.c, keyboard.c, keymap.c, lread.c, macfns.c,
21499 * macmenu.c, macros.c, minibuf.c, print.c, process.c, sound.c,
21500 * textprop.c, w32fns.c, w32menu.c, window.c, xfaces.c, xfns.c,
21501 * xmenu.c, xselect.c, xterm.c: Use SPECPDL_INDEX wherever makes sense.
21502
21503 2002-07-10 Juanma Barranquero <lektu@terra.es>
21504
21505 * lisp.h (SPECPDL_INDEX): Rename from BINDING_STACK_SIZE.
21506 All callers changed.
21507
21508 2002-07-09 Stefan Monnier <monnier@cs.yale.edu>
21509
21510 * data.c (Fdefalias): Add an optional `docstring' argument.
21511 (set_internal, Fsetq_default): Use XCAR/XCDR.
21512
21513 * composite.c (HASH_VALUE, HASH_KEY):
21514 * ccl.c (HASH_VALUE): Remove (it's in lisp.h now).
21515
21516 2002-07-09 Kenichi Handa <handa@etl.go.jp>
21517
21518 * callproc.c (Fcall_process): Fix previous change.
21519
21520 2002-07-07 Stefan Monnier <monnier@cs.yale.edu>
21521
21522 * minibuf.c (Ftry_completion, Fall_completions, Ftest_completion):
21523 Add support for hash-tables.
21524 (Ftry_completion): Return t even if the string appears multiple times.
21525
21526 * fns.c (Fnconc): Use XCDR.
21527 (Fprovide): Use CONSP and XCDR.
21528 (HASH_KEY, HASH_VALUE, HASH_NEXT, HASH_HASH, HASH_INDEX)
21529 (HASH_TABLE_SIZE): Delete: moved to lisp.h.
21530 (Fmake_hash_table): Accept `:size nil'.
21531 (Fmakehash): Delete: moved to subr.el.
21532 (syms_of_fns): Don't defsubr makehash.
21533
21534 * lisp.h (HASH_KEY, HASH_VALUE, HASH_NEXT, HASH_HASH, HASH_INDEX)
21535 (HASH_TABLE_SIZE): Move from fns.c.
21536
21537 2002-07-07 Richard M. Stallman <rms@gnu.org>
21538
21539 * xdisp.c (make_cursor_line_fully_visible): Don't try short scrolls.
21540 Instead just return 0 when there is something to be done.
21541 (try_scrolling): If make_cursor_line_fully_visible returns 0,
21542 retry scrolling as if cursor were off the bottom.
21543 (try_cursor_movement): If make_cursor_line_fully_visible returns 0,
21544 return CURSOR_MOVEMENT_MUST_SCROLL.
21545 (redisplay_window): If make_cursor_line_fully_visible returns 0,
21546 go to try_to_scroll.
21547
21548 * buffer.c (Fbuffer_local_value): Store current value into its binding
21549 so we get the up-to-date value for the binding that is loaded.
21550
21551 * eval.c (Fdefmacro): Doc fix.
21552
21553 2002-07-05 Dave Love <fx@gnu.org>
21554
21555 * keyboard.c (read_key_sequence): Set initial_idleness_start_time
21556 correctly.
21557
21558 * ccl.c (Vtranslation_hash_table_vector, GET_HASH_TABLE)
21559 (HASH_VALUE, CCL_LookupIntConstTbl, CCL_LookupCharConstTbl): New.
21560 (ccl_driver): Add cases for CCL_LookupIntConstTbl,
21561 CCL_LookupCharConstTbl.
21562 (syms_of_ccl): Defvar translation-hash-table-vector.
21563
21564 2002-07-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
21565
21566 * xdisp.c: Remove unused variable `face'.
21567
21568 2002-07-04 Juanma Barranquero <lektu@terra.es>
21569
21570 * keyboard.c (post_command_idle_hook): Remove redundant (and inexact)
21571 obsolescence information.
21572
21573 2002-07-03 Andrew Choi <akochoi@shaw.ca>
21574
21575 * macterm.c (x_list_fonts): Fix comment. Cache fonts matching
21576 pattern. Search cache first.
21577 (init_font_name_table): Also add entry for jisx0201.1976-0 coding
21578 for Japanese font.
21579 (XLoadQueryFont): Use it.
21580
21581 2002-07-02 Richard M. Stallman <rms@gnu.org>
21582
21583 * keymap.c (Fdefine_key): Doc fix.
21584
21585 * xterm.c (x_term_init): Turn off polling around XtOpenDisplay.
21586
21587 2002-07-02 Juanma Barranquero <lektu@terra.es>
21588
21589 * keymap.c (syms_of_keymap): Fix typo.
21590
21591 2002-07-01 Andrew Choi <akochoi@shaw.ca>
21592
21593 * s/darwin.h: Define POSIX_SIGNALS.
21594
21595 * macterm.c (do_ae_open_documents) [MAC_OSX]: Call FSpMakeFSRef
21596 and FSRefMakePath to convert FSSpec returned with Apple Event to
21597 Posix pathname.
21598 (mac_initialize) [TARGET_API_MAC_CARBON]:
21599 Call init_required_apple_events and disable the `Quit' menu item
21600 provided automatically by the Carbon Toolbox.
21601
21602 2002-07-01 Dave Love <fx@gnu.org>
21603
21604 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
21605 for K&R.
21606
21607 * xterm.c: Fix prototype for K&R.
21608
21609 * term.c (costs_set): Declare static, non-initialized for pcc.
21610
21611 2002-07-01 Richard M. Stallman <rms@gnu.org>
21612
21613 * keyboard.c (timer_last_idleness_start_time): New variable.
21614 (timer_start_idle): Set that.
21615 (read_key_sequence): Use that to reset timer_idleness_start_time
21616 to previous value.
21617
21618 * window.c (Frecenter): With arg, set optional_new_start.
21619
21620 * xdisp.c (redisplay_internal): Make optional_new_start really work.
21621
21622 * minibuf.c (Fminibuffer_complete_and_exit): Move to end of
21623 buffer for completion.
21624
21625 2002-06-29 Ken Raeburn <raeburn@gnu.org>
21626
21627 * xdisp.c (store_mode_line_string): Lisp_Object/int mixup.
21628
21629 2002-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21630
21631 * keyboard.c (readable_filtered_events): New function that filters
21632 FOCUS_IN_EVENT depending on parameter.
21633 (readable_events): Calls readable_filtered_events, not filtering
21634 FOCUS_IN_EVENT.
21635 (get_filtered_input_pending): New function, filtering parameter passed
21636 to readable_filtered_events.
21637 (get_input_pending): Calls get_filtered_input_pending, not filtering
21638 FOCUS_IN_EVENT.
21639 (Finput_pending_p): Calls get_filtered_input_pending, DO filter
21640 FOCUS_IN_EVENT.
21641
21642 * xterm.h (struct x_output): Add focus_state.
21643
21644 * xterm.c (x_focus_changed): New function.
21645 (x_detect_focus_change): New function.
21646 (XTread_socket): Call x_detect_focus_change for FocusIn/FocusOut
21647 EnterNotify and LeaveNotify to track X focus changes.
21648
21649 2002-06-28 Andreas Schwab <schwab@suse.de>
21650
21651 * lisp.h: Remove duplicate declaration of code_convert_string_norecord.
21652
21653 2002-06-27 Kim F. Storm <storm@cua.dk>
21654
21655 * xdisp.c (mode_line_string_list, mode_line_string_face)
21656 (mode_line_string_face_prop): New variables.
21657 (store_mode_line_string): New function.
21658 (display_mode_element): Use store_mode_line_string to
21659 add mode-line string elements to mode_line_string_list
21660 when mode_line_string_list is non-nil.
21661 (Fformat_mode_line): Now returns propertized string by
21662 default. New arg NO-PROPS to ignore properties.
21663 (decode_mode_spec): Only add two dashes for %- in propertized
21664 mode-line string.
21665 (syms_of_xdisp): Init and staticpro mode_line_string_list.
21666
21667 2002-06-27 Stefan Monnier <monnier@cs.yale.edu>
21668
21669 * minibuf.c (minibuffer_completion_contents): Add return type.
21670
21671 2002-06-27 Juanma Barranquero <lektu@terra.es>
21672
21673 * charset.c (Fchar_bytes): Remove obsolescence info from docstring.
21674
21675 2002-06-26 Juanma Barranquero <lektu@terra.es>
21676
21677 * fileio.c (read_file_name_cleanup): Add missing return.
21678
21679 2002-06-26 Richard M. Stallman <rms@gnu.org>
21680
21681 * window.c (Frecenter): Don't set force_start flag.
21682
21683 * minibuf.c (do_completion, Fminibuffer_complete_word)
21684 (Fminibuffer_completion_help): Complete just the text before point.
21685 (minibuffer_completion_contents): New function.
21686
21687 * buffer.c (Fbury_buffer): Use frames_discard_buffer.
21688
21689 * frame.c (frames_bury_buffer): Function deleted.
21690
21691 2002-06-25 Miles Bader <miles@gnu.org>
21692
21693 * callint.c (Fcall_interactively): When checking to see if doprnt hit
21694 the end of callint_message, allow for a terminating '\0'.
21695
21696 2002-06-24 Juanma Barranquero <lektu@terra.es>
21697
21698 * w32select.c: Include composite.h.
21699
21700 * w16select.c: Likewise.
21701
21702 2002-06-24 Kenichi Handa <handa@etl.go.jp>
21703
21704 * callproc.c (Fcall_process): If code detection is necessary,
21705 call detect_coding directly here.
21706
21707 * coding.c (detect_eol): Preserve coding->cmp_data.
21708
21709 * w16select.c (Fw16_get_clipboard_data):
21710 * w32fns.c (w32_to_x_font):
21711 * w32select.c (Fw32_get_clipboard_data):
21712 * xselect.c (selection_data_to_lisp_data):
21713 * xterm.c (XTread_socket): Disable composition handling.
21714
21715 2002-06-24 Stefan Monnier <monnier@cs.yale.edu>
21716
21717 * print.c (temp_output_buffer_setup): Kill all local variables.
21718
21719 2002-06-22 Stefan Monnier <monnier@cs.yale.edu>
21720
21721 * lread.c (Fread): Remove redundant and imprecise declaration.
21722
21723 * xfns.c (check_x_display_info): Use check_x_frame.
21724
21725 * .gdbinit (xprintsym): Use the new `xname' field.
21726 (xsymbol): Use it.
21727
21728 2002-06-22 Jason Rumney <jasonr@gnu.org>
21729
21730 * w32fns.c (file_dialog_callback): New function.
21731 (Fx_file_dialog): Allow selecting directories as well as files.
21732
21733 2002-06-21 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
21734
21735 * m/pmax.h (START_FILES): Define START_FILES for NetBSD and
21736 OpenBSD. Add support for mipseb-*-netbsd* machines.
21737
21738 2002-06-17 Andrew Choi <akochoi@shaw.ca>
21739
21740 * macterm.c (mac_scroll_area): Set foreground and backcolor to
21741 black and white before scrolling. Restore frame background and
21742 foreground color after scrolling.
21743 (do_window_update): Call XClearWindow before calling expose_frame.
21744 (make_mac_frame): Don't set FRAME_BACKGROUND_PIXEL and
21745 FRAME_FOREGROUND_PIXEL of frame.
21746
21747 * macterm.c (XTread_socket): If Vmac_command_key_is_meta is nil,
21748 test Mac command key as <ALT> key.
21749
21750 2002-06-17 Stefan Monnier <monnier@cs.yale.edu>
21751
21752 * window.c (Fset_window_configuration): Lisp_Object/int mixup.
21753
21754 * keyboard.c (read_key_sequence): Be more careful with first_unbound.
21755 Lookup keys in function-key-map immediately so that key-translation-map
21756 can be applied earlier.
21757 Remove function_key_possible and key_translation_possible, replaced
21758 by checking `keytran_start < t'.
21759
21760 * .gdbinit (xsymbol): Use the new `xname' field.
21761
21762 2002-06-17 Andrew Choi <akochoi@shaw.ca>
21763
21764 * macterm.c (XTread_socket): If Vmac_command_key_is_meta is nil,
21765 test Mac command key as <ALT> key.
21766
21767 * mac.c (do_applescript): Call initialize_applescript if necessary
21768 when first called. Dispose of result_desc only when there is no error.
21769 (Fdo_applescript): Use %d format specifier instead of %ld.
21770
21771 2002-06-16 Andrew Choi <akochoi@shaw.ca>
21772
21773 * macterm.c (XTread_socket): Call FrontNonFloatingWindow instead
21774 of FrontWindow for cases keyDown and autoKey.
21775
21776 * fontset.c (syms_of_fontset) [MAC_OS]: Set ASCII font of
21777 Vdefault_fontset to Monaco with mac-roman coding.
21778
21779 * mac.c, macfns.c, macmenu.c, macterm.c: Undefine and redefine
21780 init_process before and after inclusion of Carbon/Carbon.h, resp.
21781
21782 * macterm.c (x_new_font): Set font for normal_gc, reverse_gc, and
21783 cursor_gc.
21784 (add_font_name_table_entry): New function.
21785 (init_font_name_table): Use add_font_name_table_entry; add italic,
21786 bold, and bold-italic entries for truetype fonts.
21787
21788 * xfaces.c (init_frame_faces) [MAC_OS]: Call realize_basic_faces
21789 for Mac too.
21790 (try_font_list) [MAC_OS]: If no font matches given registry, try
21791 fonts with any registry matching face_family.
21792 (realize_x_face) [MAC_OS]: Remove old ad-hoc fix to load font here.
21793
21794 * s/darwin.h: If autoconf detects the Ncurses library, define
21795 LIBS_TERMCAP to -lncurses to use it.
21796
21797 2002-06-16 Eli Zaretskii <eliz@is.elta.co.il>
21798
21799 * strftime.c [__hpux]: Include sys/_mbstate_t.h.
21800
21801 2002-06-15 Richard M. Stallman <rms@gnu.org>
21802
21803 * window.c (Fset_window_configuration): Explicitly preserve
21804 the point value that new_current_buffer had at the start.
21805
21806 2002-06-14 Juanma Barranquero <lektu@terra.es>
21807
21808 * composite.c (Fcompose_region_internal, Fcompose_string_internal):
21809 Fix typos.
21810
21811 2002-06-14 Kim F. Storm <storm@cua.dk>
21812
21813 * insdel.c (insert_1_both, insert_from_string_1)
21814 (insert_from_buffer_1): Recalculate END_UNCHANGED in case the
21815 insert happened in the end_unchanged region. Otherwise, the
21816 redisplay may be confused and duplicate the last line in the
21817 buffer [seen after save-buffer when require-final-newline==t].
21818
21819 2002-06-13 Jason Rumney <jasonr@gnu.org>
21820
21821 * w32.c (init_environment): Remove EMACSLOCKDIR.
21822 (stat): Swap _S_IFDIR and _S_IFREG.
21823
21824 2002-06-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
21825
21826 * keyboard.c, macterm.c, macmenu.c, msdos.c, sysdep.c
21827 * termhooks.h, xmenu.c, xsmfns.c, xterm.h, xterm.c, w32term.c,
21828 * w32menu.c, w32inevt.c: Rename enum event_kind as follows:
21829 ascii_keystroke to ASCII_KEYSTROKE_EVENT, multibyte_char_keystroke
21830 to MULTIBYTE_CHAR_KEYSTROKE_EVENT, non_ascii_keystroke to
21831 NON_ASCII_KEYSTROKE_EVENT, timer_event to TIMER_EVENT, mouse_click
21832 to MOUSE_CLICK_EVENT, mouse_wheel to MOUSE_WHEEL_EVENT,
21833 language_change_event to LANGUAGE_CHANGE_EVENT, scroll_bar_click
21834 to SCROLL_BAR_CLICK_EVENT, w32_scroll_bar_click to
21835 W32_SCROLL_BAR_CLICK_EVENT, selection_request_event to
21836 SELECTION_REQUEST_EVENT, selection_clear_event to
21837 SELECTION_CLEAR_EVENT, buffer_switch_event to BUFFER_SWITCH_EVENT,
21838 delete_window_event to DELETE_WINDOW_EVENT, iconify_event to
21839 ICONIFY_EVENT, deiconify_event to DEICONIFY_EVENT,
21840 menu_bar_activate_event to MENU_BAR_ACTIVATE_EVENT, drag_n_drop to
21841 DRAG_N_DROP_EVENT, save_session_event to SAVE_SESSION_EVENT and
21842 no_event to NO_EVENT.
21843
21844 2002-06-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
21845
21846 * macmenu.c: Remove declaration of Qmouse_click and Qevent_kind.
21847
21848 2002-06-12 Stefan Monnier <monnier@cs.yale.edu>
21849
21850 * intervals.c (textget): Don't forget to `return'.
21851 (lookup_char_property): Use XCAR/XCDR.
21852
21853 2002-06-12 Juanma Barranquero <lektu@terra.es>
21854
21855 * xdisp.c (Fformat_mode_line): Fix typo.
21856
21857 2002-06-12 Kim F. Storm <storm@cua.dk>
21858
21859 * xdisp.c (Fformat_mode_line): New function.
21860 (frame_title_buf, frame_title_buf_end, frame_title_ptr)
21861 (store_frame_title_char, store_frame_title): Use unconditionally.
21862 (init_xdisp): Defsubr Fformat_mode_line.
21863 Initialize frame_title_buf etc. unconditionally.
21864
21865 2002-06-11 Stefan Monnier <monnier@cs.yale.edu>
21866
21867 * keyboard.c (read_key_sequence):
21868 Remove prev_(fkey|keytran}_(map|start|end) since we don't want to pass
21869 things through those maps after downcasing events.
21870 Enforce that keytran_end <= fkey_start, i.e. that key-translation-map
21871 applies after function-key-map.
21872 Make sure that keytran can be done in the middle in the sequence.
21873 Be careful not to throw away events past the one we downcase.
21874
21875 * lread.c (read_integer): Remove unused var `tem'.
21876 (read1): Fix int/Lisp_Object mixup.
21877
21878 * xfaces.c (tty_lookup_color): Type bool/Lisp_Object mismatch fixed.
21879
21880 2002-06-11 Richard M. Stallman <rms@gnu.org>
21881
21882 * keyboard.c (readable_events): Ignore any number of
21883 FOCUS_IN_EVENT events and return 0 if nothing else in buffer.
21884
21885 2002-06-09 Miles Bader <miles@gnu.org>
21886
21887 * xfaces.c (Ftty_supports_face_attributes_p): New function.
21888 (parse_rgb_list, tty_lookup_color): New functions.
21889 (tty_defined_color): Use `tty_lookup_color' to do all the work.
21890 (color_distance, Fcolor_distance): New functions.
21891 (TTY_SAME_COLOR_THRESHOLD): New macro.
21892 (Qtty_color_standard_values): New variable.
21893 (syms_of_xfaces): Initialize new vars & functions.
21894
21895 2002-06-08 Colin Walters <walters@verbum.org>
21896
21897 * textprop.c (Vchar_property_alias_alist): New variable.
21898 (syms_of_textprop) <Vchar_property_alias_alist>: DEFVAR_LISP.
21899
21900 * intervals.c (lookup_char_property): New function for looking up
21901 overlay and text properties, created from textget.
21902 (textget): Use it.
21903
21904 * intervals.h (lookup_char_property): Declare.
21905 (Vchar_property_alias_alist): Declare.
21906
21907 * buffer.c (Foverlay_get): Use lookup_char_property.
21908
21909 2002-06-07 Sam Steingold <sds@gnu.org>
21910
21911 * xselect.c (lisp_data_to_selection_data): Fix last change:
21912 *data_ret is not a Lisp string, while unibyte_string is.
21913
21914 2002-06-07 Eli Zaretskii <eliz@is.elta.co.il>
21915
21916 * xselect.c (lisp_data_to_selection_data): Fix last change:
21917 set size_ret.
21918
21919 2002-06-07 Andreas Schwab <schwab@suse.de>
21920
21921 * m/amdx86-64.h: New file.
21922
21923 2002-06-05 Eli Zaretskii <eliz@is.elta.co.il>
21924
21925 * fns.c (Fstring_make_unibyte): Doc fix.
21926
21927 * xselect.c (lisp_data_to_selection_data): If the requested type
21928 is STRING, call string_make_unibyte to encode the selected text
21929 as a string.
21930
21931 * window.c (Fset_window_hscroll): Doc fix.
21932
21933 2002-06-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
21934
21935 * fileio.c (choose_write_coding_system):
21936 Call select-safe-coding-system properly.
21937
21938 2002-06-03 Richard M. Stallman <rms@gnu.org>
21939
21940 * xdisp.c (message_with_string): Error if STRING is not a string.
21941
21942 * fns.c (md5): Pass FILE arg to Vselect_safe_coding_system_function.
21943
21944 * fileio.c (choose_write_coding_system): Pass FILE arg to
21945 Vselect_safe_coding_system_function.
21946
21947 2002-06-03 Ken Raeburn <raeburn@gnu.org>
21948
21949 * buffer.c (fix_overlays_before): Fix list-walking bug in 05-19 change.
21950
21951 2002-06-02 Thien-Thi Nguyen <ttn@gnu.org>
21952
21953 * bytecode.c (Fbyte_code): Cast `current_column' return value to int.
21954 * cmds.c (Fdelete_backward_char, internal_self_insert): Likewise.
21955 * keymap.c (describe_command): Likewise.
21956 * minibuf.c (read_minibuf): Likewise.
21957
21958 * xdisp.c (redisplay_internal, redisplay_window, decode_mode_spec):
21959 Cast `current_column' return value to int.
21960 (back_to_previous_visible_line_start)
21961 (reseat_at_next_visible_line_start, next_element_from_buffer):
21962 Cast `indented_beyond_p' 3rd arg to float.
21963
21964 * indent.c (last_known_column): Now a float.
21965 (current_column_1, position_indentation, current_column)
21966 (string_display_width): Return float.
21967 (Fcurrent_column): Cast `current_column' return value to int.
21968 (Fcurrent_indentation): Cast `position_indentation' retval to int.
21969 (indented_beyond_p): Third arg now a float.
21970 (compute_motion, vmotion): Cast `indented_beyond_p' 3rd arg to float.
21971
21972 * lisp.h (current_column): Now returns float.
21973 (indented_beyond_p): 3rd arg now a float.
21974
21975 2002-05-31 Eli Zaretskii <eliz@is.elta.co.il>
21976
21977 * xfns.c (x_encode_text): Return stringp non-NULL if coding_system
21978 is Qcompound_text_with_extensions.
21979
21980 * xselect.c (lisp_data_to_selection_data): Always set selection
21981 type as string if x_encode_text returns streingp non-NULL.
21982
21983 * s/netbsd.h: Include /usr/pkg in the run time shared library path.
21984
21985 2002-05-30 Richard M. Stallman <rms@gnu.org>
21986
21987 * window.c (Fset_window_configuration): Correct the handling
21988 of point in current buffer, to work with multiple windows.
21989
21990 2002-05-29 Colin Walters <walters@verbum.org>
21991
21992 * lread.c (Fread_from_string): Don't depend on order of evaluation
21993 for C function parameters.
21994
21995 2002-05-28 Richard M. Stallman <rms@gnu.org>
21996
21997 * xterm.c (x_display_and_set_cursor): Change the cursor in the same
21998 way for blinked-off state and for a nonselected window.
21999
22000 * window.c (window_scroll_pixel_based): Don't call Fbolp;
22001 instead, see if the new start pos is at beginning of line.
22002
22003 * fileio.c (Fwrite_region): If START is a string, don't
22004 make any annotations.
22005
22006 * eval.c (syms_of_eval): Doc fix.
22007
22008 2002-05-28 Colin Walters <walters@debian.org>
22009
22010 * emacs.c (USAGE1): Add --no-splash.
22011 (standard_args): Ditto.
22012
22013 2002-05-28 Colin Walters <walters@gnu.org>
22014
22015 * lread.c (readchar_count): New variable.
22016 (readchar): Increment it.
22017 (unreadchar): Decrement it.
22018 (read_multibyte): Decrement it.
22019 (Vread_with_symbol_positions): New variable.
22020 (Vread_symbol_positions_list): New variable.
22021 (read_internal_start): New function, created from Fread and
22022 Fread_from_string. Handle Vread_symbol_positions_list and
22023 Vread_with_symbol_positions.
22024 (readevalloop, Fread, Fread_from_string): Use it.
22025 (read1): Use readchar_count to add symbol positions to
22026 Vread_symbol_positions_list if Vread_with_symbol_positions is non-nil.
22027 (syms_of_lread): DEFVAR_LISP and initialize them.
22028
22029 * lread.c (read0, read1, read_list, read_vector, read_multibyte)
22030 (substitute_object_recurse, substitute_object_in_subtree)
22031 (substitute_in_interval): Prototype.
22032 (read_multibyte): Return c if it's less than zero.
22033
22034 2002-05-28 Kim F. Storm <storm@cua.dk>
22035
22036 * fileio.c (Fread_file_name_internal): Added brute-force
22037 speed up for using predicate file-directory-p.
22038
22039 2002-05-28 Kim F. Storm <storm@cua.dk>
22040
22041 * fileio.c (Vread_file_name_function, Vread_file_name_predicate):
22042 New variables.
22043 (syms_of_fileio): DEFVAR_LISP them.
22044 (read_file_name_cleanup): New unwind function.
22045 (Fread_file_name_internal): Only return completions satifying
22046 Vread_file_name_predicate. Temporarily unwind protect and rebind
22047 default-directory while checking completions against the predicate.
22048 (Fread_file_name): Added PREDICATE argument. Specbind it to
22049 Vread_file_name_predicate during completion.
22050 Call Vread_file_name_function to read the file name if non-nil.
22051
22052 * lisp.h (Fread_file_name): Now has 6 args.
22053
22054 * callint.c (Fcall_interactively) <"D">: Supply Qfile_directory_p
22055 predicate for Fread_file_name when reading directory name.
22056 Supply Qnil for predicate in other calls to Fread_file_name.
22057
22058 2002-05-26 Miles Bader <miles@gnu.org>
22059
22060 * term.c (tty_capable_p): New function.
22061 * dispextern.h (tty_capable_p): New function declaration.
22062 (TTY_CAP_INVERSE, TTY_CAP_UNDERLINE, TTY_CAP_BOLD, TTY_CAP_DIM)
22063 (TTY_CAP_BLINK, TTY_CAP_ALT_CHARSET): New macros.
22064
22065 2002-05-23 Stefan Monnier <monnier@cs.yale.edu>
22066
22067 * fileio.c (read_non_regular, Finsert_file_contents): Use BEG_BYTE.
22068 (Finsert_file_contents, build_annotations): Use XCAR, XCDR.
22069 (Vwrite_region_annotate_functions): Docstring fix.
22070
22071 2002-05-23 Kim F. Storm <storm@cua.dk>
22072
22073 * xterm.c (x_write_glyphs): Clear phys_cursor_on_p if current
22074 phys_cursor's hpos is overwritten. This is still not completely
22075 correct, as it doesn't really make sense to use hpos at all to
22076 get the cursor glyph (as that is relative to the width of the
22077 characters on the line, which may have changed during the update).
22078
22079 2002-05-22 Jason Rumney <jasonr@gnu.org>
22080
22081 * w32fns.c (enumfont_t): Remove tail, make pattern a normal
22082 Lisp_Object.
22083 (enum_font_cb2, enum_font_maybe_add_to_list, w32_list_fonts):
22084 Use modified enumfont_t struct.
22085
22086 * w32term.h (text_cursor_kinds): New enumeration member HBAR_CURSOR.
22087
22088 * w32term.c (x_draw_bar_cursor): New argument KIND; callers changed.
22089 Handle the `hbar' cursor type.
22090 (x_display_and_set_cursor): Handle the HBAR_CURSOR case.
22091
22092 * w32fns.c (Qhbar): New variable.
22093 (x_specified_cursor_type): Use it.
22094
22095 2002-05-21 Ken Raeburn <raeburn@gnu.org>
22096
22097 * w32fns.c (enum_font_maybe_add_to_list): Use XCDR_AS_LVALUE for
22098 now, when the address is needed.
22099
22100 2002-05-21 Colin Walters <walters@gnu.org>
22101
22102 * Makefile.in (shortlisp): Add font-core.el.
22103
22104 2002-05-20 Richard M. Stallman <rms@gnu.org>
22105
22106 * buffer.c (syms_of_buffer) <cursor-type>: Doc fix.
22107
22108 * keyboard.c (read_char_minibuf_menu_prompt): Don't list
22109 equivalent key bindings here.
22110
22111 2002-05-20 Ken Raeburn <raeburn@gnu.org>
22112
22113 Change symbol structure to contain a lisp object for the symbol
22114 name:
22115 * lisp.h (struct Lisp_Symbol): Replace field "name" with a lisp
22116 object field named "xname".
22117 (SYMBOL_NAME): New macro.
22118 * abbrev.c (write_abbrev): Use SYMBOL_NAME instead of XSYMBOL and
22119 name field.
22120 * alloc.c (Fmake_symbol): Set symbol xname field instead of name.
22121 (mark_object, gc_sweep): Use symbol xname field and XSTRING
22122 instead of name field.
22123 * buffer.c (buffer_slot_type_mismatch): Use XSTRING and
22124 SYMBOL_NAME instead of XSYMBOL and name field.
22125 * callint.c (Fcall_interactively): Use XSTRING and SYMBOL_NAME
22126 instead of XSYMBOL and name field.
22127 * charset.c (Fdefine_charset, Fdeclare_equiv_charset): Use XSTRING
22128 and SYMBOL_NAME instead of XSYMBOL and name field.
22129 * coding.c (Fread_coding_system, code_convert_region1)
22130 (code_convert_string1, code_convert_string_norecord)
22131 (Ffind_operation_coding_system): Use SYMBOL_NAME instead of
22132 XSYMBOL and name field.
22133 * data.c (Fkeywordp, Fsymbol_name, store_symval_forwarding)
22134 (Fmake_variable_buffer_local, Fmake_local_variable)
22135 (Fmake_variable_frame_local): Use SYMBOL_NAME and XSTRING instead
22136 of XSYMBOL and name field.
22137 * editfns.c (Fformat): Use SYMBOL_NAME and XSTRING instead of
22138 XSYMBOL and name field.
22139 * emacs.c (shut_down_emacs) [#if 0]: Use SYMBOL_NAME and XSTRING
22140 instead of XSYMBOL and name field.
22141 * eval.c (do_autoload): Use SYMBOL_NAME and XSTRING instead of
22142 XSYMBOL and name field.
22143 * fns.c (Fstring_equal, Fstring_lessp, Frequire, sxhash):
22144 Use SYMBOL_NAME and XSTRING instead of XSYMBOL and name field.
22145 * fontset.c (Fset_fontset_font): Use SYMBOL_NAME and XSTRING
22146 instead of XSYMBOL and name field.
22147 * keyboard.c (echo_char, record_char, parse_modifiers_uncached)
22148 (parse_modifiers, apply_modifiers, Fevent_convert_list)
22149 (parse_solitary_modifier, Fexecute_extended_command):
22150 Use SYMBOL_NAME and XSTRING instead of XSYMBOL and name field.
22151 * keymap.c (silly_event_symbol_error, Fsingle_key_description)
22152 (Fdescribe_buffer_bindings): Use SYMBOL_NAME and XSTRING instead
22153 of XSYMBOL and name field.
22154 (describe_command, describe_translation): Use SYMBOL_NAME and
22155 assignment instead of XSYMBOL and name field and XSETSTRING.
22156 * lread.c (Fintern_soft, oblookup): Use SYMBOL_NAME and XSTRING
22157 instead of XSYMBOL and name field.
22158 (Funintern): Use SYMBOL_NAME and assignment instead of XSYMBOL and
22159 name field and XSETSTRING.
22160 * macfns.c (parse_image_spec): Use SYMBOL_NAME and XSTRING instead
22161 of XSYMBOL and name field.
22162 * minibuf.c (Fread_command, Fread_variable): Use SYMBOL_NAME and
22163 assignment instead of XSYMBOL and name field and XSETSTRING.
22164 * print.c (print_error_message, print_object): Use SYMBOL_NAME and
22165 XSTRING instead of XSYMBOL and name field.
22166 * process.c (set_socket_options, Fsignal_process): Use SYMBOL_NAME
22167 and XSTRING instead of XSYMBOL and name field.
22168 * w32fns.c (parse_image_spec, w32_parse_hot_key): Use SYMBOL_NAME
22169 and XSTRING instead of XSYMBOL and name field.
22170 * xfaces.c (merge_face_vector_with_property): Use SYMBOL_NAME and
22171 XSTRING instead of XSYMBOL and name field.
22172 * xfns.c (parse_image_spec): Use SYMBOL_NAME and XSTRING instead
22173 of XSYMBOL and name field.
22174 * xselect.c (symbol_to_x_atom, x_get_foreign_selection):
22175 Use SYMBOL_NAME and XSTRING instead of XSYMBOL and name field.
22176
22177 2002-05-19 Ken Raeburn <raeburn@gnu.org>
22178
22179 * lisp.h (LISP_MAKE_RVALUE): Delete disabled version, making XCAR
22180 and XCDR real rvalues in most configurations.
22181
22182 * buffer.c (fix_overlays_in_range, fix_overlays_before):
22183 Don't take the address of the cdr part of a cons cell; instead, track
22184 the parent cell and call XSETCDR, or set the variable for the head
22185 of the list if we haven't started down the list yet.
22186
22187 2002-05-19 Richard M. Stallman <rms@gnu.org>
22188
22189 * doc.c (reread_doc_file): Don't ask for confirmation.
22190
22191 2002-05-18 Jason Rumney <jasonr@gnu.org>
22192
22193 * w32fns.c (w32_create_pixmap_from_bitmap_data): New function.
22194 (xbm_load_image): Use it.
22195 (xbm_load): Ditto.
22196 (xbm_read_bitmap_data): Reverted to xfns.c version.
22197 From David Ponce <david@dponce.com>.
22198
22199 2002-05-17 Eli Zaretskii <eliz@is.elta.co.il>
22200
22201 * msdos.c (sig_suspender, sigprocmask): Don't define for DJGPP
22202 2.02 and later.
22203
22204 2002-05-16 Juanma Barranquero <lektu@terra.es>
22205
22206 * keyboard.c (Fthis_command_keys, Fthis_command_keys_vector): Fix typo.
22207
22208 2002-05-15 Stefan Monnier <monnier@cs.yale.edu>
22209
22210 * keyboard.c (read_char_x_menu_prompt): Use an equivalent but more
22211 meaningful test.
22212 (read_char_minibuf_menu_prompt): Fix typo.
22213
22214 2002-05-15 Eli Zaretskii <eliz@is.elta.co.il>
22215
22216 * eval.c (Fcommandp): Doc fix.
22217
22218 2002-05-13 Stefan Monnier <monnier@cs.yale.edu>
22219
22220 * keymap.c (keymap_parent): New fun, extracted from Fkeymap_parent.
22221 (Fkeymap_parent, keymap_memberp, fix_submap_inheritance): Use it.
22222 (Fset_keymap_parent): Gcpro a bit more.
22223 (access_keymap): Gcpro around meta_map call and around the main loop.
22224 (get_keyelt): Gcpro when following indirect references.
22225 (copy_keymap_item): New fun, extracted from Fcopy_keymap.
22226 (copy_keymap_1, Fcopy_keymap): Use it. Don't copy the parent map.
22227 (Fdefine_key, Flookup_key): Gcpro before calling get_keymap.
22228 Remove useless ad-hoc remap code.
22229
22230 2002-05-13 Richard M. Stallman <rms@gnu.org>
22231
22232 * search.c (search_buffer): Give up boyer moore search if inverse
22233 translation change charset_base.
22234
22235 2002-05-12 Eli Zaretskii <eliz@is.elta.co.il>
22236
22237 * coding.c (decode_coding) <coding_type_ccl>: If a lone CR
22238 characters is carried over from the previous block of text, adjust
22239 coding->produced to account for the extra character.
22240
22241 2002-05-11 Andreas Schwab <schwab@suse.de>
22242
22243 * coding.c (intersection): Keep the elements of the returned list
22244 in the same order as in the first list.
22245
22246 2002-05-11 Kim F. Storm <storm@cua.dk>
22247
22248 * keymap.c (current_minor_maps): Fix resizing of cmm_maps;
22249 only update cmm_size if realloc actually succeeds.
22250 Testing with initial size of 2 elements revealed that using
22251 realloc on GNU/Linux would cause a random trap in xmalloc
22252 later on, so I rewrote the code to use malloc/bcopy/free instead
22253 of realloc.
22254
22255 2002-05-10 Jason Rumney <jasonr@gnu.org>
22256
22257 * w32fns.c (enum_font_cb2): Avoid DBCS raster fonts.
22258
22259 2002-05-10 Eli Zaretskii <eliz@is.elta.co.il>
22260
22261 * coding.c (encode_coding_sjis_big5): Enclose bitwise AND in
22262 parens, to ensure correct evaluation order.
22263
22264 2002-05-10 Kim F. Storm <storm@cua.dk>
22265
22266 * keymap.c (Vemulation_mode_map_alists): New variable.
22267 (syms_of_keymap): DEFVAR_LISP it.
22268 (current_minor_maps): Process keymap alists in that list before
22269 minor-mode-overriding-map-alist and minor-mode-map-alist.
22270
22271 2002-05-09 Richard M. Stallman <rms@gnu.org>
22272
22273 * search.c (Freplace_match): Doc fix.
22274
22275 2002-05-09 Kim F. Storm <storm@cua.dk>
22276
22277 * macterm.c (x_draw_image_foreground, x_draw_image_foreground_1):
22278 Enlarge cursor rectangle drawn around image with non-zero relief.
22279
22280 * w32term.c (x_draw_image_foreground, w32_draw_image_foreground_1):
22281 Enlarge cursor rectangle drawn around image with non-zero relief.
22282
22283 * xterm.c (x_draw_image_foreground, x_draw_image_foreground_1):
22284 Enlarge cursor rectangle drawn around image with non-zero relief.
22285
22286 2002-05-07 Eli Zaretskii <eliz@is.elta.co.il>
22287
22288 * xselect.c (lisp_data_to_selection_data): Don't set selection
22289 type if comes from the Lisp object's car. If the selection
22290 contains a pure ASCII text, always return QSTRING as its type.
22291
22292 2002-05-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22293
22294 * mac.c (mac-cut-function): Doc fix.
22295
22296 2002-05-05 Richard M. Stallman <rms@gnu.org>
22297
22298 * s/gnu.h [DOUG_LEA_MALLOC] (REL_ALLOC): Undefine it.
22299
22300 2002-05-04 Jason Rumney <jasonr@gnu.org>
22301
22302 * keyboard.c (make_lispy_event) <mouse-wheel>: Set count to 1
22303 for event-click-count.
22304
22305 * process.c (init_process): Only add server subfeature if we can
22306 use non-blocking I/O.
22307
22308 2002-05-04 Andrew Choi <akochoi@shaw.ca>
22309
22310 * macterm.c (XTread_socket): Call WaitNextEvent once instead of
22311 repeatedly.
22312
22313 2002-05-03 Jason Rumney <jasonr@gnu.org>
22314
22315 * process.c (Fmake_network_process): Only support server sockets
22316 when we can make them non-blocking.
22317
22318 * s/ms-w32.h (HAVE_SELECT): Define.
22319
22320 * w32.h (FILE_NDELAY): New flag.
22321
22322 * w32.c (sys_getpeername, fcntl): New functions.
22323 (_sys_read_ahead): Temporarily block on non-blocking sockets.
22324
22325 * w32proc.c: Include sys/file.h.
22326
22327 2002-05-03 Colin Walters <walters@verbum.org>
22328
22329 * callproc.c (Vgame_score_directory): Renamed to
22330 Vshared_game_score_directory.
22331
22332 2002-04-30 Richard M. Stallman <rms@gnu.org>
22333
22334 * s/gnu.h [emacs]: Include stdio.h.
22335 (GNU_LIBRARY_PENDING_OUTPUT_COUNT): New definition, conditional.
22336
22337 * eval.c (do_autoload): Error if called while preparing to dump.
22338
22339 * fns.c (Frequire): Error if need to load while preparing to dump.
22340
22341 2002-04-28 Colin Walters <walters@verbum.org>
22342
22343 * callproc.c (Vgame_score_directory) [!HAVE_SHARED_GAME_DIR]:
22344 Default to "~/.emacs.d/games".
22345
22346 2002-04-29 Stefan Monnier <monnier@cs.yale.edu>
22347
22348 * lread.c (openp): Change arg exec_only to predicate.
22349 (build_load_history): Use XCAR/XCDR.
22350 (Flocate_file_internal): New fun.
22351 (syms_of_lread): Defsubr it.
22352 (Fload): Update call to openp.
22353
22354 * lisp.h (openp): Update prototype.
22355
22356 * xfns.c (x_create_bitmap_from_file, x_find_image_file):
22357 * w32proc.c (sys_spawnve):
22358 * w32fns.c (x_create_bitmap_from_file, x_find_image_file):
22359 * w32.c (check_windows_init_file):
22360 * sound.c (Fplay_sound_internal):
22361 * process.c (Fstart_process):
22362 * macfns.c (x_create_bitmap_from_file, x_find_image_file):
22363 * mac.c (run_mac_command):
22364 * emacs.c (init_cmdargs):
22365 * callproc.c (Fcall_process): Update call to openp.
22366
22367 * textprop.c (remove_properties): Don't use XCAR without CONSP.
22368
22369 * xterm.c (XTread_socket): Disable the Xutf8LookupString code.
22370
22371 2002-04-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22372
22373 * dispextern.h (DEFAULT_TOOL_BAR_BUTTON_MARGIN)
22374 (DEFAULT_TOOL_BAR_BUTTON_RELIEF): Change default values.
22375
22376 2002-04-28 Richard M. Stallman <rms@gnu.org>
22377
22378 * minibuf.c (Fall_completions, Ftry_completion): New arg to Fcommandp.
22379
22380 * eval.c (Fcommandp): New arg for_call_interactively.
22381 * lisp.h (Fcommandp): Declare new arg.
22382
22383 2002-04-28 Jason Rumney <jasonr@gnu.org>
22384
22385 * w32proc.c (syms_of_w32proc): Get true file attributes by default.
22386
22387 * w32.c (stat, fstat): Use file index information to generate
22388 inodes for directories where available.
22389
22390 2002-04-26 Andrew Choi <akochoi@shaw.ca>
22391
22392 * Makefile.in (C_SWITCH_SYSTEM_TEMACS): Add.
22393 [HAVE_CARBON]: Include Mac object files.
22394
22395 * alloc.c, callproc.c, dispextern.h, dispnew.c, emacs.c,
22396 fontset.c, frame.c, frame.h, keyboard.c, sysdep.c, term.c,
22397 termcap.c, window.c, xdisp.c, xfaces.c: Use macros MAC_OS8,
22398 MAC_OSX, and MAC_OS instead of macintosh.
22399
22400 * editfns.c [MAC_OS8]: Include stdio.h.
22401
22402 * emacs.c [MAC_OS8]: Call mac_initialize instead of x_term_init.
22403
22404 * fontset.c [MAC_OS]: Set Vdefault_fontset to ETL Fixed instead of
22405 Apple Monaco.
22406
22407 * process.c (QCfamily, QCfilte): Declare extern.
22408 (wait_reading_process_input) [MAC_OSX]: Clear bit for stdin before
22409 calling select.
22410
22411 * termcap.c [MAC_OSX]: Don't define tgetnum, PC, tputs, and tgetent.
22412
22413 * tparam.c [MAC_OSX]: Don't define BC and UP.
22414
22415 * config.in [HAVE_CARBON]: Add.
22416
22417 * mac.c, macgui.h, macfns.c, macmenu.c, macterm.c, macterm.h:
22418 Move here from mac/src and mac/inc.
22419
22420 * s/darwin.h, m/powermac.h, unexmacosx.c: New files.
22421
22422 2002-04-26 Gerd Moellmann <gerd@gnu.org>
22423
22424 * xterm.c (x_draw_phys_cursor_glyph): Undo last change.
22425 Compute phys_cursor_width from the x position returned
22426 by x_draw_glyhs, which is cheaper.
22427 (x_display_and_set_cursor): Compute the buffer-local value
22428 of `cursor-in-non-selected-windows' only when needed.
22429
22430 2002-04-25 Gerd Moellmann <gerd@gnu.org>
22431
22432 * xterm.c (x_draw_phys_cursor_glyph): Take into account that a box
22433 cursor on a stretch glyph has a width that depends on
22434 x_stretch_cursor_p.
22435
22436 2002-04-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22437
22438 * abbrev.c (abbrev-start-location): Doc fix.
22439
22440 * indent.c (Fvertical_motion): Fix last change.
22441
22442 2002-04-25 Gerd Moellmann <gerd@gnu.org>
22443
22444 * indent.c (Fvertical_motion): Move to the start of the line
22445 containing PT before moving up or down.
22446
22447 2002-04-24 Gerd Moellmann <gerd@gnu.org>
22448
22449 * dispnew.c (update_text_area): Set phys_cursor_on_p to 0 in the
22450 case of writing a whole row, more or less analogous to the case of
22451 writing only parts of a row.
22452
22453 * xterm.c (x_display_and_set_cursor): Set phys_cursor_width to
22454 0 for NO_CURSOR.
22455
22456 * xterm.c (notice_overwritten_cursor): Fix an off by 1 error.
22457
22458 2002-04-23 Colin Walters <walters@verbum.org>
22459
22460 * buffer.c (syms_of_buffer): Doc fix.
22461
22462 2002-04-23 Gerd Moellmann <gerd@gnu.org>
22463
22464 * xterm.c (notice_overwritten_cursor): Handle the special case
22465 of the cursor being in the first blank non-text line at the
22466 end of a window.
22467
22468 * xterm.c (x_draw_hollow_cursor, x_draw_bar_cursor)
22469 (x_draw_phys_cursor_glyph): Set phys_cursor_width here.
22470 (x_display_and_set_cursor): Don't set phys_cursor_width here, for
22471 bar cursors only, to make phys_cursor_width contain what its name
22472 suggests.
22473 (notice_overwritten_cursor): Consider the cursor image erased if
22474 the output area intersects the cursor image in y-direction.
22475
22476 2002-04-23 Simon Marshall <simon@gnu.org>
22477
22478 * xfns.c (x_set_mouse_color): Change default for cross_cursor
22479 to XC_hand2.
22480
22481 2002-04-23 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22482
22483 * xdisp.c: Remove unused global variable `minibuf_prompt_pixel_width'.
22484
22485 2002-04-22 Kim F. Storm <storm@cua.dk>
22486
22487 * textprop.c (remove_properties): Fixed trap for malformed plist.
22488
22489 2002-04-22 Richard M. Stallman <rms@gnu.org>
22490
22491 * cmds.c (Fend_of_line): Handle intangible text in mid line.
22492
22493 * window.c (make_window): Initialize height_fixed_p,
22494 last_cursor_off_p, and p->cursor_off_p slots.
22495
22496 2002-04-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22497
22498 * fns.c (use-dialog-box): Doc fix.
22499
22500 2002-04-19 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22501
22502 * xterm.c (note_mode_line_or_margin_highlight): Remove unused
22503 variables `row', `i' and `area'.
22504 (XTread_socket) <KeyPress>: Pass KeyPress events when in menu to
22505 toolkit library.
22506
22507 2002-04-19 Stefan Monnier <monnier@cs.yale.edu>
22508
22509 * xfaces.c (clear_font_table): Don't free the default font of
22510 a frame even if it's on another display.
22511 (Finternal_set_lisp_face_attribute): Don't use XFRAME on something
22512 that could be Qt.
22513
22514 2002-04-19 Juanma Barranquero <lektu@terra.es>
22515
22516 * indent.c (Fmove_to_column): Remove unused local variable
22517 `next_boundary_byte'.
22518 (current_column_1): Likewise.
22519
22520 2002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
22521
22522 * msdos.c (Qhbar): New variable.
22523 (syms_of_msdos): Intern and staticpro it.
22524 (IT_set_cursor_type, IT_set_frame_parameters): Handle the `hbar'
22525 cursor type.
22526
22527 2002-04-19 Dave Lambert <dlambert@acm.org>
22528
22529 Theses change implement an underscore-like (`hbar') cursor.
22530
22531 * xterm.h (text_cursor_kinds): New enumeration member HBAR_CURSOR.
22532
22533 * xterm.c (x_draw_bar_cursor): New argument KIND; callers changed.
22534 Handle the `hbar' cursor type.
22535 (x_display_and_set_cursor): Handle the HBAR_CURSOR case.
22536
22537 * xfns.c (Qhbar): New variable.
22538 (syms_of_xfns): Intern and staticpro it.
22539 (x_specified_cursor_type): Handle `hbar' cursor.
22540
22541 * s/sol2-5.h (bcopy, bzero, bcmp): Define only if HAVE_BCOPY is
22542 not defined.
22543
22544 2002-04-18 Richard M. Stallman <rms@gnu.org>
22545
22546 * textprop.c (remove_properties): New arg LIST allows scanning
22547 either a list or a plist.
22548 (interval_has_some_properties_list): New function, like
22549 interval_has_some_properties using list instead of plist.
22550 All callers changed.
22551 (Fremove_list_of_text_properties): New function.
22552 (syms_of_textprop): Defsubr it.
22553
22554 2002-04-17 Eli Zaretskii <eliz@is.elta.co.il>
22555
22556 * s/sol2.h (HAVE_LIBKSTAT): Define only if not already defined.
22557
22558 2002-04-17 Juanma Barranquero <lektu@terra.es>
22559
22560 * indent.c (Fmove_to_column): Remove unused local variable `end_byte'.
22561
22562 2002-04-17 Eli Zaretskii <eliz@is.elta.co.il>
22563
22564 * window.c (coordinates_in_window): Don't report on margin area
22565 if its width is zero.
22566
22567 2002-04-16 Jason Rumney <jasonr@gnu.org>
22568
22569 * w32fns.c (Fx_file_dialog): Decode file name before using.
22570
22571 * w32term.c (construct_drag_n_drop): Likewise.
22572
22573 2002-04-16 Eli Zaretskii <eliz@is.elta.co.il>
22574
22575 * puresize.h (BASE_PURESIZE): Increase to 830000, since we now
22576 store load-history in pure space.
22577
22578 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce to 50000.
22579
22580 2002-04-16 Stefan Monnier <monnier@cs.yale.edu>
22581
22582 * xterm.c (Qlatin_1, Qutf_8): New vars.
22583 (syms_of_xterm): Initialize them.
22584 (XTread_socket): Eliminate incorrect optimization that tried to avoid
22585 decoding the output of X*LookupString.
22586 Always use latin-1 to decode the output of XLookupString.
22587 Try Xutf8LookupString if XmbLookupString failed.
22588
22589 * region-cache.c (new_region_cache): Use BEG.
22590
22591 2002-04-16 Gerd Moellmann <gerd@gnu.org>
22592
22593 * buffer.c (MMAP_ALLOCATED_P): New macro to be set from system
22594 configuration files.
22595 (mmap_enlarge): Enlarge mapped regions only if MMAP_ALLOCATED_P
22596 returns 0.
22597
22598 2002-04-15 Andreas Schwab <schwab@suse.de>
22599
22600 * config.in: Regenerated using autoheader.
22601
22602 * m/7300.h, m/acorn.h, m/alliant-2800.h, m/alliant.h, m/alpha.h,
22603 m/altos.h, m/amdahl.h, m/apollo.h, m/arm.h, m/att3b.h, m/aviion.h,
22604 m/celerity.h, m/clipper.h, m/cnvrgnt.h, m/convex.h, m/cydra5.h,
22605 m/delta.h, m/delta88k.h, m/dpx2.h, m/elxsi.h, m/gec63.h,
22606 m/gould.h, m/hp800.h, m/hp9000s300.h, m/i860.h, m/ia64.h,
22607 m/ibmps2-aix.h, m/ibmrs6000.h, m/ibmrt-aix.h, m/ibmrt.h,
22608 m/ibms390.h, m/intel386.h, m/iris4d.h, m/irist.h, m/isi-ov.h,
22609 m/m68k.h, m/macppc.h, m/masscomp.h, m/mg1.h, m/mips-siemens.h,
22610 m/mips.h, m/news-r6.h, m/news.h, m/next.h, m/nh3000.h, m/nh4000.h
22611 m/ns32000.h, m/orion.h, m/pfa50.h, m/plexus.h, m/pmax.h,
22612 m/powerpcle.h, m/pyrmips.h, m/sequent-ptx.h, m/sequent.h,
22613 m/sparc.h, m/sr2k.h, m/symmetry.h, m/tad68k.h, m/tahoe.h,
22614 m/targon31.h, m/tek4300.h, m/tekxd88.h, m/template.h, m/tower32.h,
22615 m/tower32v3.h, m/ustation.h, m/vax.h, m/wicat.h, m/windowsnt.h,
22616 m/xps100.h, s/aix3-2.h, s/aix4-2.h, s/irix4-0.h, s/irix5-0.h,
22617 s/sco5.h, s/unixware.h: Don't set HAVE_ALLOCA, C_ALLOCA and
22618 STACK_DIRECTION, now set by autoconf.
22619
22620 2002-04-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22621
22622 * dispnew.c (marginal_area_string): Sort arguments.
22623
22624 * dispextern.h (marginal_area_string): Add prototype.
22625
22626 2002-04-13 Richard M. Stallman <rms@gnu.org>
22627
22628 * fileio.c (Finsert_file_contents):
22629 Don't call temp_output_buffer_setup--do just part, by hand.
22630
22631 * coding.c (run_pre_post_conversion_on_str):
22632 Don't call temp_output_buffer_setup--do just part, by hand.
22633
22634 * keyboard.c (command_loop_1): Don't call start_hourglass
22635 or cancel_hourglass when executing a macro.
22636
22637 * marker.c (count_markers): New function.
22638
22639 * xdisp.c (display_mode_element): Don't let mode_line_proptrans_alist
22640 grow without limit. Move recently used elements to the front.
22641
22642 2002-04-13 Eli Zaretskii <eliz@is.elta.co.il>
22643
22644 * unexelf.c (unexec) [__sgi]: Undo the change from 2002-01-20.
22645
22646 2002-04-12 Gerd Moellmann <gerd@gnu.org>
22647
22648 * xdisp.c (sync_frame_with_window_matrix_rows): Don't give frame
22649 rows marginal areas.
22650 (Fdump_frame_glyph_matrix) [GLYPH_DEBUG]: New function.
22651 (syms_of_xdisp) [GLYPH_DEBUG]: Defsubr it.
22652
22653 * dispnew.c (marginal_area_string): Check that glyph row is enabled.
22654
22655 2002-04-12 Dave Love <fx@gnu.org>
22656
22657 * dispnew.c (marginal_area_string): New.
22658
22659 * window.c (window_part): Add ON_LEFT_MARGIN, ON_RIGHT_MARGIN.
22660 (Qleft_margin, Qright_margin): Declare.
22661 (coordinates_in_window, (Fcoordinates_in_window_p): Deal with margins.
22662
22663 * xterm.c (note_mode_line_or_margin_highlight): Renamed from
22664 note_mode_line_highlight and extended.
22665
22666 * keyboard.c (Qleft_margin, Qright_margin): Declare.
22667 (make_lispy_event): Deal with mouse events in margins.
22668
22669 2002-04-12 Stefan Monnier <monnier@cs.yale.edu>
22670
22671 * msdos.c (dos_rawgetc): Use a single event for HELP_EVENT.
22672
22673 * keyboard.c (command_loop_1): Turn off transient-mark-mode rather
22674 than deactivating the mark if tmm is set to `lambda'.
22675 (gen_help_event, kbd_buffer_store_help_event, kbd_buffer_get_event):
22676 Use a single event for HELP_EVENT.
22677 (Fexecute_extended_command): Save last_point_position.
22678
22679 2002-04-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22680
22681 * lisp.h (Fpropertize): Add prototype.
22682
22683 * fns.c (Fy_or_n_p): Use `minibuffer-prompt' face for prompt.
22684
22685 2002-04-10 Colin Walters <walters@verbum.org>
22686
22687 * config.in: Add HAVE_SHARED_GAME_DIR.
22688
22689 * callproc.c (Vgame_score_directory): New variable.
22690 (syms_of_callproc) <Vgame_score_directory>: DEFVAR_LISP.
22691
22692 2002-04-10 Richard M. Stallman <rms@gnu.org>
22693
22694 * puresize.h (BASE_PURESIZE): Reduce again to avoid big excess.
22695
22696 2002-04-09 Stefan Monnier <monnier@cs.yale.edu>
22697
22698 * minibuf.c (read_minibuf): Use empty_string.
22699 (Ftry_completion): Allow lambda forms and lists of strings for `alist'.
22700 Short-circuit the search as soon as it "failed".
22701 (Fall_completions): Allow lambda forms and lists of strings for alist.
22702 (Fcompleting_read): Set Qminibuffer_completion_confirm to nil
22703 when require_match is nil.
22704 (Ftest_completion): Rename from `test_completion' and export to elisp.
22705 Call the predicate also when alist is a list.
22706 Obey Vcompletion_regexp_list.
22707 (do_completion, Fminibuffer_complete_and_exit): Use it.
22708 (Fassoc_string): Rename from `assoc_for_completion'.
22709 Allow list of strings as well and export to elisp.
22710
22711 2002-04-08 Stefan Monnier <monnier@cs.yale.edu>
22712
22713 * puresize.h (BASE_PURESIZE): Increase to 900KB.
22714
22715 2002-04-08 Juanma Barranquero <lektu@terra.es>
22716
22717 * w32.c (sys_accept): Don't hide variable `s'.
22718
22719 2002-04-05 Gerd Moellmann <gerd@gnu.org>
22720
22721 * callint.c (Fcall_interactively): Use INTEGERP instead of
22722 NUMBERP for checking Vhistory_length.
22723
22724 2002-04-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22725
22726 * sound.c (Fplay_sound_internal): Renamed from Fplay_sound.
22727 Doc fix to reflect it.
22728
22729 2002-04-04 Richard M. Stallman <rms@gnu.org>
22730
22731 * xdisp.c (display_mode_element): New arg RISKY.
22732 Disregard text props found or specified within a variable
22733 that isn't marked risky-local-variable.
22734 (Qrisky_local_variable): New variable.
22735 (syms_of_xdisp): Init and staticpro it.
22736
22737 2002-04-04 Stefan Monnier <monnier@cs.yale.edu>
22738
22739 * undo.c (record_point): New fun.
22740 (record_delete, record_insert): Use it.
22741
22742 2002-04-03 Juanma Barranquero <lektu@terra.es>
22743
22744 * doc.c (Fdocumentation): Add missing parentheses.
22745 (Fdocumentation_property): Likewise.
22746
22747 2002-04-03 Stefan Monnier <monnier@cs.yale.edu>
22748
22749 * doc.c (Fdocumentation, Fdocumentation_property): When the doc
22750 data is 0, just return nil.
22751
22752 2002-04-03 Eli Zaretskii <eliz@is.elta.co.il>
22753
22754 * msdos.c (syms_of_msdos): Fix last change with
22755 mouse_autoselect_window.
22756
22757 2002-04-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22758
22759 * w32term.c, xterm.c, msdos.c: Rename autoselect_window_p to
22760 mouse_autoselect_window.
22761
22762 2002-04-02 Stefan Monnier <monnier@cs.yale.edu>
22763
22764 * keyboard.c (make_lispy_event): Handle unknown keysyms together
22765 with system-specific keysyms. Use it also for unknown function keys.
22766
22767 * doc.c (reread_doc_file): Return whether reload was attempted.
22768 (Fdocumentation, Fdocumentation_property): Don't try to reload
22769 if the doc is 0 and only ask once.
22770
22771 * Makefile.in (lisp, shortlisp): Add ucs-tables.elc.
22772
22773 2002-04-02 Eli Zaretskii <eliz@is.elta.co.il>
22774
22775 * keyboard.c (read_char): If the event was Qselect_window,
22776 restore timer_idleness_start_time to its previous value.
22777
22778 * msdos.c (dos_rawgetc): Generate SELECT_WINDOW_EVENTs when required.
22779
22780 2002-04-01 Stefan Monnier <monnier@cs.yale.edu>
22781
22782 * region-cache.c (new_region_cache): Use BEG.
22783
22784 * marker.c (buf_charpos_to_bytepos, buf_bytepos_to_charpos):
22785 Use BEG and BEG_BYTE.
22786
22787 * doc.c (get_doc_string): Return nil if the location is wrong.
22788 (reread_doc_file): New fun.
22789 (Fdocumentation, Fdocumentation_property):
22790 Call it if get_doc_string fails.
22791 (Fsnarf_documentation): Make it work for a dumped Emacs.
22792
22793 * charset.h (DEC_POS, BUF_DEC_POS): Use BEG_BYTE.
22794 Bound the search with MAX_MULTIBYTE_LENGTH to avoid pathological case.
22795
22796 * charset.c (Fstring): Allow 0 arguments.
22797
22798 * xterm.c (XTread_socket): Fix int/Lisp_Object confusion.
22799
22800 * process.c (DATAGRAM_CONN_P, list_processes_1)
22801 (Fprocess_datagram_address, Fset_process_datagram_address)
22802 (Fset_network_process_options, server_accept_connection):
22803 Fix some int/Lisp_Object confusions (thank you union types).
22804
22805 2002-04-01 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22806
22807 * msdos.c: Rename x_autoselect_window_p to autoselect_window_p.
22808
22809 * w32term.c: Likewise.
22810 (note_mouse_movement): Put code for x_autoselect_window_p in #if 0.
22811
22812 * keyboard.c (Qselect_window): New symbol.
22813 (head_table): Use it.
22814 (keys_of_keyboard): Bound select-window event to handle-select-window.
22815 (kbd_buffer_get_event): Make a Lisp event from SELECT_WINDOW_EVENT.
22816
22817 * xterm.c: Rename x_autoselect_window_p to autoselect_window_p.
22818 (last_window): New variable.
22819 (XTread_socket): Generate SELECT_WINDOW_EVENTs.
22820 (note_mouse_movement): Remove reimplemented code in #if 0.
22821 (XTread_socket): Generate SELECT_WINDOW_EVENTs only for
22822 Emacs windows.
22823
22824 * termhooks.h (enum event_kind): New event type `SELECT_WINDOW_EVENT'.
22825
22826 2002-03-31 Gerd Moellmann <gerd@gnu.org>
22827
22828 * xterm.c (x_get_char_face_and_encoding): Add parameter DISPLAY_P.
22829 Callers changed.
22830
22831 2002-03-30 Richard M. Stallman <rms@gnu.org>
22832
22833 * window.c (window_scroll_pixel_based): Exit the move_it_by_lines
22834 loop whenever it stops making progress.
22835
22836 * widget.c (set_frame_size): Don't call change_frame_size.
22837
22838 2002-03-30 Gerd Moellmann <gerd@gnu.org>
22839
22840 * dispnew.c (direct_output_for_insert):
22841 Call mark_window_display_accurate.
22842
22843 2002-03-29 Jason Rumney <jasonr@gnu.org>
22844
22845 * w32term.c (w32_draw_relief_rect): Fix calculations of line lengths.
22846
22847 2002-03-29 Eli Zaretskii <eliz@is.elta.co.il>
22848
22849 * Makefile.in (lread.o): Depend on coding.h.
22850
22851 * lread.c (openp, Fload): Encode the file name before passing it
22852 to `stat', `access', and `emacs_open'.
22853 (openp): GCPRO the encoded file name. Don't recompute Lisp
22854 strings unnecessarily.
22855
22856 2002-03-29 Kim F. Storm <storm@cua.dk>
22857
22858 * fns.c (Flax_plist_put): Doc fix.
22859
22860 2002-03-28 Miles Bader <miles@gnu.org>
22861
22862 * process.c (DATAGRAM_CONN_P): Make sure PROC is really a process.
22863
22864 2002-03-27 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22865
22866 * process.c (set-network-process-options): Add usage.
22867 (make-network-process): Doc fix.
22868
22869 2002-03-26 Eli Zaretskii <eliz@is.elta.co.il>
22870
22871 * emacs.c (Fdump_emacs): Fix a typo in "command-line-processed".
22872
22873 2002-03-26 Richard M. Stallman <rms@gnu.org>
22874
22875 * fns.c (Fsubstring_no_properties): New function.
22876 (Flax_plist_get, Flax_plist_put): New functions.
22877 (syms_of_fns): defsubr them.
22878
22879 * xdisp.c (update_menu_bar): Test only update_mode_lines;
22880 don't test or alter w->update_mode_line.
22881
22882 * window.c (Fdisplay_buffer): Doc fix.
22883
22884 2002-03-24 Richard M. Stallman <rms@gnu.org>
22885
22886 * regex.c (GET_UNSIGNED_NUMBER): Give proper error for spaces.
22887
22888 2002-03-24 Gerd Moellmann <gerd@gnu.org>
22889
22890 * eval.c (Qdeclare, Vmacro_declaration_function): New variables.
22891 (Fdefmacro): Handle `(declare ...)'.
22892 (syms_of_eval) <Qdeclare>: Initialize and staticpro.
22893 (syms_of_eval) <Vmacro_declaration_function>: DEFVAR_LISP.
22894
22895 2002-03-24 Jason Rumney <jasonr@gnu.org>
22896
22897 * w32fns.c (xbm_scan, xbm_load_image, xbm_read_bitmap_data)
22898 (xbm_file_p): Add prototypes.
22899 (xbm_format, xbm_image_p): Sync with xfns.c.
22900 (reflect_byte): New function.
22901 (xbm_read_bitmap_data): Sync with xfns.c, adapt for Windows.
22902 (xbm_load_image): Create bitmaps with a depth of 1.
22903 (init_xfns): Enable XBM images.
22904
22905 2002-03-23 Jason Rumney <jasonr@gnu.org>
22906
22907 * w32term.c (w32_handle_tool_bar_click): Detect up and down events
22908 correctly. Do not pass up_modifier to keyboard buffer.
22909
22910 * w32fns.c [HAVE_IMAGES, HAVE_PBM]: Remove conditionals.
22911
22912 2002-03-22 Stefan Monnier <monnier@cs.yale.edu>
22913
22914 * Makefile.in (bootstrapclean): New target.
22915 (bootstrap-temacs, bootstrap-doc): Remove.
22916 (bootstrap-emacs): Use a bog-standard `temacs'.
22917 Don't bother to build a DOC file.
22918
22919 * sysdep.c (wait_for_termination): Use sigsuspend rather than sigpause.
22920
22921 * emacs.c (main): Handle --unibyte, --multibyte, and --no-loadup
22922 in temacs even if !CANNOT_DUMP.
22923 (standard_args): Keep --no-loadup even if !CANNOT_DUMP.
22924
22925 * alloc.c (check_pure_size): Only output a warning.
22926
22927 2002-03-22 Jason Rumney <jasonr@gnu.org>
22928
22929 * w32fns.c (Fx_create_frame): Enable tool-bar when images are
22930 supported.
22931
22932 * w32term.c (zv_bits): Declare as short, for word alignment.
22933 (w32_read_socket) <WM_XBUTTONUP>: Fix last change.
22934 (syms_of_w32term): Define x-use-underline-position-properties.
22935
22936 * w32fns.c (x_set_cursor_color): Set cursor_gc as well.
22937 (clear_image_cache): Block input, fix logic, clear matrices in
22938 all frames that share this cache.
22939
22940 2002-03-22 Eli Zaretskii <eliz@is.elta.co.il>
22941
22942 * emacs.c (main): Update the Copyright year in the blurb printed
22943 by "emacs --version".
22944
22945 * xdisp.c (message_with_string): Fix syntax of a call to GCPRO2.
22946
22947 * xterm.c (XTread_socket): If XK_ISO_Lock and
22948 XK_ISO_Last_Group_Lock are defined, handle keysyms between
22949 XK_ISO_Lock and XK_ISO_Last_Group_Lock similarly to Mode_switch.
22950
22951 2002-03-21 Kim F. Storm <storm@cua.dk>
22952
22953 * keyboard.c (menu_bar_items): Mostly undo 2002-02-20 patch, so
22954 menu-bar bindings in keymap and local-map properties _are_ used.
22955 But try keymap property first in accordance with 2002-01-03 patch.
22956 Added comment describing why this is not always reliable.
22957 (tool_bar_items): Ditto for tool-bar.
22958
22959 2002-03-21 Jason Rumney <jasonr@gnu.org>
22960
22961 * w32fns.c (x_clear_image_1): Disable color table code.
22962
22963 2002-03-21 Kim F. Storm <storm@cua.dk>
22964
22965 * lisp.h (DEFUN) [USE_NONANSI_DEFUN]: The 2001-10-17 patch
22966 removed the wrong version of the DEFUN macro; fixed it.
22967
22968 * fns.c (Ffeaturep): Allow subfeature to be a list (test using
22969 Fmember rather than Fmemq).
22970 (Fprovide): Check that subfeatures is a list.
22971
22972 * process.c (QCfeature, QCdatagram): Removed variables.
22973 (QCtype, Qdatagram): New variables.
22974 (network_process_featurep): Removed function.
22975 (Fmake_network_process): Removed :feature check.
22976 Use :type 'datagram instead of :datagram t to create a datagram
22977 socket. This allows us to add other connection types (e.g. raw
22978 sockets) later in a consistent manner.
22979 (init_process) [subprocess, HAVE_SOCKETS]: Provide list of
22980 supported subfeatures for feature make-network-process.
22981 (syms_of_process) [subprocess]: Remove QCfeature and QCdatagram.
22982 Intern and staticpro QCtype and Qdatagram.
22983 (syms_of_process) [!subprocess]: Intern and staticpro QCtype.
22984
22985 * xfns.c (QCtype): Remove duplicate declaration and
22986 initialization (is now declared in process.c).
22987
22988 * w32fns.c (QCtype): Remove duplicate declaration and
22989 initialization (is now declared in process.c).
22990
22991 2002-03-21 Richard M. Stallman <rms@gnu.org>
22992
22993 * regex.c (DISCARD_FAILURE_REG_OR_COUNT): New macro.
22994 (CHECK_INFINITE_LOOP): Use DISCARD_FAILURE_REG_OR_COUNT
22995 when jumping to `fail' to avoid undoing reg changes in the
22996 last iteration of the loop.
22997 (GET_UNSIGNED_NUMBER): Skip spaces around the number.
22998
22999 * Makefile.in (dispnew.o, sysdep.o, xdisp.o, xselect.o, alloc.o):
23000 Depend on process.h.
23001
23002 2002-03-20 Jason Rumney <jasonr@gnu.org>
23003
23004 Most of the following changes are still conditional on HAVE_IMAGES
23005 which is not set by default on Windows.
23006
23007 * emacs.c (main) [WINDOWSNT]: Call init_xfns.
23008
23009 * w32fns.c (x_set_cursor_color): Set foreground of cursor, not frame.
23010 (Fimage_size, Fimage_mask_p, XPutPixel): New functions.
23011 (four_corners_best, x_clear_image_1, x_clear_image)
23012 (x_alloc_image_color, postprocess_image)
23013 (x_create_x_image_and_pixmap, x_destroy_x_image, xbm_load_image)
23014 (x_from_x_colors, x_disable_image, pbm_load): Adapt for Windows.
23015 (init_xfns, syms_of_w32fns): Initialize image functions and constants.
23016
23017 * w32gui.h (struct XImage): Define.
23018
23019 * w32term.c (w32_read_socket) <WM_XBUTTONUP>: Use XFASTINT to
23020 extract mouse co-ordinates.
23021
23022 2002-03-20 Jason Rumney <jasonr@gnu.org>
23023
23024 * w32.c (init_winsock): Dynamically load new server and UDP
23025 socket functions.
23026 (socket_to_fd): New function.
23027 (sys_socket): Use it.
23028 (sys_setsockopt, sys_listen, sys_getsockname, sys_accept)
23029 (sys_recvfrom, sys_sendto): New wrapper functions.
23030
23031 * process.c (QCfamily, QCfilter): Remove duplicate declaration
23032 and initialization.
23033
23034 * makefile.w32-in (LIBS): Remove $(WSOCK32).
23035
23036 2002-03-20 Eli Zaretskii <eliz@is.elta.co.il>
23037
23038 * process.c (conv_sockaddr_to_lisp, conv_lisp_to_sockaddr):
23039 Don't use "sun" as a variable, it's a predefined constant on Sun
23040 machines.
23041
23042 2002-03-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23043
23044 * bytecode.c (Fbyte_code): Revert last change.
23045
23046 2002-03-19 Kim F. Storm <storm@cua.dk>
23047
23048 * makefile.w32-in (LIBS): Add $(WSOCK32).
23049 From David Ponce <dponce@voila.fr>.
23050
23051 2002-03-18 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23052
23053 * process.c (wait_reading_process_input): Move variables `pname'
23054 and `pnamelen' down where they are used.
23055
23056 * bytecode.c (Fbyte_code): Discard unused computed value to
23057 prevent gcc warning.
23058
23059 * lisp.h (Fplist_member): Add prototype.
23060
23061 2002-03-18 Kim F. Storm <storm@cua.dk>
23062
23063 * config.in: Add HAVE_SENDTO, HAVE_RECVFROM, HAVE_SETSOCKOPT,
23064 HAVE_GETSOCKOPT, HAVE_GETPEERNAME, HAVE_GETSOCKNAME, and HAVE_SYS_UN_H.
23065
23066 * process.c: Define HAVE_LOCAL_SOCKETS based on HAVE_SYS_UN_H.
23067 Remove explicit GNU_LINUX settings for datagram support.
23068
23069 2002-03-18 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23070
23071 * process.c (Fmake_network_process): Remove unused variable `sa'.
23072 Doc fix. Add usage:.
23073 (set_socket_options): Remove unused variables `optnum' and `opttype'.
23074
23075 2002-03-17 Richard M. Stallman <rms@gnu.org>
23076
23077 * xdisp.c (cursor_type_changed): New variable.
23078 (redisplay_internal): Redisplay all windows if cursor_type_changed.
23079 Clear it when clearing windows_or_buffers_changed.
23080 (try_cursor_movement, redisplay_window, try_window_id)
23081 (try_window_reusing_current_matrix): Test cursor_type_changed
23082 along with windows_or_buffers_changed.
23083
23084 * window.h (cursor_type_changed): New variable.
23085
23086 * xfns.c (x_set_cursor_type): Set cursor_type_changed,
23087 not update_mode_lines, and always set it to 1.
23088
23089 * xdisp.c (clear_garbaged_frames): Don't set windows_or_buffers_changed
23090 if no frames needed redrawing.
23091
23092 2002-03-17 Kim F. Storm <storm@cua.dk>
23093
23094 The following changes add support for network server processes,
23095 datagram connections, and local (unix) sockets.
23096
23097 * process.h (struct Lisp_Process): New member log.
23098 Doc fix: Member command used to indicate stopped network process.
23099 Doc fix: Member childp contains plist for network process.
23100 Doc fix: Member kill_without_query is inverse of query-on-exit flag.
23101
23102 * process.c (Qlocal, QCname, QCbuffer, QChost, QCservice, QCfamily)
23103 (QClocal, QCremote, QCserver, QCdatagram, QCnowait, QCnoquery, QCstop)
23104 (QCcoding, QCoptions, QCfilter, QCsentinel, QClog, QCfeature): New
23105 variables.
23106 (NETCONN1_P): New macro.
23107 (DATAGRAM_SOCKETS): New conditional symbol.
23108 (datagram_address): New array.
23109 (DATAGRAM_CONN_P, DATAGRAM_CHAN_P): New macros.
23110 (status_message): Use concat3.
23111 (Fprocess_status): Add `listen' status to doc string. Return
23112 `stop' for a stopped network process.
23113 (Fset_process_buffer): Update contact plist for network process.
23114 (Fset_process_filter): Ditto. Don't enable input for stopped
23115 network processes. Server must listen, even if filter is t.
23116 (Fset_process_query_on_exit_flag, Fprocess_query_on_exit_flag):
23117 New functions.
23118 (Fprocess_kill_without_query): Removed. Now defined in simple.el.
23119 (Fprocess_contact): Added KEY argument. Handle datagrams.
23120 (list_processes_1): Optionally show only processes with the query
23121 on exit flag set. Dynamically adjust column widths. Omit tty
23122 column if not needed. Report stopped network processes. Identify
23123 server and datagram network processes.
23124 (Flist_processes): New optional arg `query-only'.
23125 (conv_sockaddr_to_lisp, get_lisp_to_sockaddr_size)
23126 (conv_lisp_to_sockaddr, set_socket_options)
23127 (network_process_featurep, unwind_request_sigio): New helper
23128 functions.
23129 (Fprocess_datagram_address, Fset_process_datagram_address):
23130 (Fset_network_process_options): New lisp functions.
23131 (Fopen_network_stream): Removed. Now defined in simple.el.
23132 (Fmake_network_process): New lisp function. Code is based on
23133 previous Fopen_network_stream, but heavily reworked with new
23134 property list based argument list, support for datagrams, server
23135 processes, and local sockets in addition to old client-only
23136 functionality.
23137 (server_accept_connection): New function.
23138 (wait_reading_process_input): Use it to handle incoming connects.
23139 Do not enable input on a new connection if process is stopped.
23140 (read_process_output): Handle datagram sockets. Use 2k buffer for
23141 them.
23142 (send_process): Handle datagram sockets.
23143 (Fstop_process, Fcontinue_process): Apply to network processes. A
23144 stopped network process is indicated by setting command field to t.
23145 (Fprocess_send_eof): No-op if datagram connection.
23146 (Fstatus_notify): Don't read input for a stream server socket or a
23147 stopped network process.
23148 (init_process): Initialize datagram_address array.
23149 (syms_of_process): Intern and staticpro new variables, defsubr new
23150 functions.
23151
23152 2002-03-16 Jason Rumney <jasonr@gnu.org>
23153
23154 * w32fns.c (w32_to_all_x_charsets): Return correct type in
23155 startup case.
23156
23157 2002-03-16 Richard M. Stallman <rms@gnu.org>
23158
23159 * xdisp.c (redisplay_internal, redisplay_windows):
23160 Use list_of_error to call internal_condition_case_1.
23161 (safe_eval, safe_call): Pass Qt to internal_condition_case_{1,2}
23162 so as to catch all errors with no possibility of debugger redisplay.
23163 (list_of_error): New variable.
23164 (syms_of_xdisp): Init and staticpro it.
23165
23166 * print.c (print_object): Delete `\ ' from printed rep of frame.
23167
23168 2002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
23169
23170 * msdos.c (dos_rawgetc): Disable the x-autoselect-window feature,
23171 until its implementation is fixed.
23172
23173 2002-03-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23174
23175 * xfns.c (png_load): Remove unused variable `gamma_str'.
23176
23177 2002-03-14 Richard M. Stallman <rms@gnu.org>
23178
23179 * xfns.c (x_real_positions): Handle failure in XQueryTree.
23180
23181 2002-03-14 Miles Bader <miles@gnu.org>
23182
23183 * intervals.c (adjust_for_invis_intang): New function.
23184 (set_point_both): Use `adjust_for_invis_intang' to do most of the
23185 work for dealing with invisible+intangible regions. Do so before
23186 and after both forward and backward movements, to handle both
23187 front-sticky and rear-sticky cases.
23188 * textprop.c (text_property_stickiness): Function moved here from
23189 `editfns.c'.
23190 * intervals.h (text_property_stickiness): New declaration.
23191 * editfns.c (char_property_eq): Function removed.
23192 (text_property_stickiness): Function moved to `textprop.c'.
23193
23194 2002-03-13 Jason Rumney <jasonr@gnu.org>
23195
23196 * config.in: Add STRFTIME_NO_POSIX2.
23197
23198 * strftime.c (my_strftime) [STRFTIME_NO_POSIX2]: Handle %h, %EX
23199 and %OX when underlying strftime does not.
23200
23201 2002-03-13 Stefan Monnier <monnier@cs.yale.edu>
23202
23203 * xterm.c (x_set_toolkit_scroll_bar_thumb) <USE_MOTIF>:
23204 Use a fixed-size thumb (based on an ad-hoc estimate of 30 chars per
23205 line) to avoid annoying flicker.
23206 (xm_scroll_callback): Get rid of the now unnecessary kludge.
23207 (XTread_socket): Mark it static.
23208
23209 * xdisp.c (display_mode_element): Fix int/Lisp_Object mixup.
23210
23211 2002-03-13 Kim F. Storm <storm@cua.dk>
23212
23213 * puresize.h (BASE_PURESIZE): Increase to 775000.
23214
23215 2002-03-12 Juanma Barranquero <lektu@terra.es>
23216
23217 * editfns.c (syms_of_editfns): Fix typo.
23218
23219 2002-03-12 Gerd Moellmann <gerd@gnu.org>
23220
23221 * xsmfns.c: Include stdio.h because termhooks.h needs it.
23222 Include termopt.h for interrupt_input.
23223
23224 2002-03-11 Andreas Schwab <schwab@suse.de>
23225
23226 * coding.c (syms_of_coding) <file-coding-system-alist>: Doc fix.
23227
23228 2002-03-11 Gerd Moellmann <gerd@gnu.org>
23229
23230 * xterm.c (note_mouse_movement): Put code for
23231 x_autoselect_window_p in #if 0.
23232
23233 * lread.c (Fload): Don't assume that message_with_string uses the
23234 string it is given like a C string.
23235
23236 2002-03-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23237
23238 * xterm.h (x_session_check_input, x_session_initialize): Declare.
23239
23240 * xterm.c (XTread_socket): Add call to x_session_check_input and
23241 x_session_have_connection.
23242 (x_initialize): Add call to x_session_initialize.
23243
23244 * termhooks.h (enum event_kind): Add save_session_event.
23245
23246 * keyboard.c: Add Emacs event save_session_event.
23247
23248 * emacs.c (main): Add call to syms_of_xsmfns.
23249
23250 * lisp.h (syms_of_xsmfns): Declare extern.
23251
23252 * config.in: Add HAVE_X_SM.
23253
23254 * Makefile.in (LIBXT): Add -lSM -lICE
23255 if HAVE_X_SM and not USE_X_TOOLKIT.
23256 (XOBJ): New file xsmfns.c added.
23257
23258 * xsmfns.c: New file for X session management.
23259
23260 2002-03-09 Jason Rumney <jasonr@gnu.org>
23261
23262 * fileio.c (Fcopy_file) [WINDOWS_NT]: Ensure file is not
23263 read-only when setting modified time.
23264
23265 2002-03-08 Gerd Moellmann <gerd@gnu.org>
23266
23267 * xdisp.c (move_it_vertically_backward): At the end of the function,
23268 when moving forward by lines, treat terminal frames specially.
23269
23270 * keyboard.c (echo_char): Make sure to add a separator between
23271 keys even if echo_dash hasn't been called.
23272
23273 * xdisp.c: Use new string macros.
23274 (update_echo_area): Pass number of bytes to message3 instead of
23275 number of chars.
23276 (set_message_1): Don't access a string's size_byte directly.
23277 (decode_mode_spec_coding): Use number of bytes of eoltype string
23278 instead number of chars.
23279
23280 * lisp.h (SREF, SDATA, SCHARS, SBYTES, SMBP): New macros.
23281
23282 2002-03-08 Juanma Barranquero <lektu@terra.es>
23283
23284 * w32fns.c (Fx_display_color_cells): Force 24+ bit color depths to
23285 24-bit.
23286
23287 2002-03-06 Jason Rumney <jasonr@gnu.org>
23288
23289 * w32term.c (x_draw_hollow_cursor): Draw same size as block cursor.
23290
23291 2002-03-06 Gerd Moellmann <gerd@gnu.org>
23292
23293 * keyboard.c (echo_prompt, echo_char, echo_dash, echo_now)
23294 (cancel_echoing, echo_length, echo_truncate): Changed to
23295 work with new kboard definition.
23296 (echo_now): Use message3_nolog instead of message2_nolog.
23297
23298 * alloc.c (mark_kboards): Mark echo_string.
23299
23300 * keyboard.h (ECHOBUFSIZE): Removed.
23301 (struct kboard): Member echoptr removed, member echobuf renamed
23302 to echo_string.
23303
23304 * xdisp.c (message_with_string): Use Fformat instead of doprnt and
23305 message3 instead of message2 to display the message using STRING's
23306 text properties.
23307
23308 2002-03-05 Andreas Schwab <schwab@suse.de>
23309
23310 * xdisp.c (hscroll_margin): Change to EMACS_INT.
23311
23312 2002-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
23313
23314 * frame.c (default-frame-alist): Explain that setting it doesn't
23315 affect existing frames.
23316
23317 2002-03-05 Stefan Monnier <monnier@cs.yale.edu>
23318
23319 * indent.c (skip_invisible): Fix my brain fart.
23320
23321 * dispnew.c (sit_for): Don't wait if executing a kbd macro.
23322
23323 2002-03-04 Stefan Monnier <monnier@cs.yale.edu>
23324
23325 * dosfns.c, dosfns.h, dispnew.c, dispextern.h, commands.h, charset.c,
23326 * alloc.c, abbrev.c, emacs.c, eval.c, keyboard.c, keyboard.h,
23327 * lisp.h, lread.c, sysdep.c, termcap.c, termchar.h, w32term.c,
23328 * window.c, xdisp.c, xselect.c, xterm.c: Change defvar_int definition
23329 and variables to use EMACS_INT instead of just int.
23330
23331 * buffer.c (syms_of_buffer): Allow non-string `mode-name'.
23332
23333 2002-03-04 Eli Zaretskii <eliz@is.elta.co.il>
23334
23335 * sysdep.c (sys_subshell) [MSDOS]: If PWD is set in the
23336 environment, pass it down with corrected value.
23337
23338 2002-03-04 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23339
23340 * lread.c (read_filtered_event): Do not call start_hourglass
23341 before returning.
23342
23343 2002-03-04 Juanma Barranquero <lektu@terra.es>
23344
23345 * w32term.c (x_display_and_set_cursor): Fix typo.
23346
23347 2002-03-03 Richard M. Stallman <rms@gnu.org>
23348
23349 * fileio.c (Fmake_temp_name): Doc fix.
23350
23351 2002-03-03 Gary Wong <gtw@gnu.org>
23352
23353 * termcap.c [!emacs]: Replace ospeed for building standalone
23354 libtermcap, for binary compatibility.
23355
23356 * tparam.c [!emacs]: Move #define of bcopy to after string.h.
23357
23358 2002-03-03 Richard M. Stallman <rms@gnu.org>
23359
23360 * xrdb.c (file_p): Rename arg `path' to `filename'.
23361
23362 * abbrev.c (Fexpand_abbrev): Increment plist as use count
23363 only if it is an integer.
23364
23365 * xfns.c (png_load): Set screen_gamma based on f->gamma.
23366 If png_get_sRGB gives an answer, call png_set_gamma
23367 using the default image gamma value.
23368
23369 * lread.c (read1): When reading from a file, default string to
23370 multibyte only if it has some multibyte characters.
23371
23372 * print.c (print_object): Output multibyte chars 128...255
23373 using \x even if ! print_escape_multibyte.
23374
23375 * xdisp.c (display_mode_element): Move the places where
23376 bytepos, charpos, this, and lisp_string are set.
23377 Use lisp_string to set bytepos.
23378
23379 * xdisp.c (redisplay_internal):
23380 Call clear_image_cache only if HAVE_WINDOW_SYSTEM.
23381
23382 * xdisp.c (display_mode_element): Merge properties specified with
23383 :propertize onto those that come with the string.
23384
23385 2002-03-03 Eli Zaretskii <eliz@is.elta.co.il>
23386
23387 * xdisp.c (syms_of_xdisp) <auto-hscroll-mode>: Renamed from
23388 automatic-hscrolling. Users changed.
23389 <hscroll-margin>: Renamed from automatic-hscroll-margin.
23390 Users changed.
23391 <hscroll-step>: Renamed from automatic-hscroll-step. Users changed.
23392
23393 2002-03-02 Eli Zaretskii <eliz@is.elta.co.il>
23394
23395 * buffer.c (syms_of_buffer) <buffer-file-coding-system>: Doc fix.
23396
23397 2002-03-02 Kim F. Storm <storm@cua.dk>
23398
23399 * window.c (Fminibuffer_selected_window): New function.
23400 (syms_of_window): Defsubr it.
23401
23402 2002-03-01 Kim F. Storm <storm@cua.dk>
23403
23404 * window.h (struct window): New member phys_cursor_width.
23405
23406 * window.c (make_window, replace_window): Init phys_cursor_width.
23407
23408 * xterm.c (x_display_and_set_cursor): Blink box cursor using
23409 hollow box cursor. Blink bar cursor using 1 pixel wide bar.
23410
23411 * w32term.c (x_display_and_set_cursor): Blink box cursor using
23412 hollow box cursor. Blink bar cursor using 1 pixel wide bar.
23413
23414 * lisp.h (GCPRO6): New macro.
23415
23416 * process.c (Fopen_network_stream): Use GCPRO6.
23417
23418 2002-03-01 Kim F. Storm <storm@cua.dk>
23419
23420 * process.c (Qconnect, Qfailed): New variables.
23421 (syms_of_process): Intern and staticpro them.
23422 (Fprocess_status): Document connect and failed return values.
23423 [NON_BLOCKING_CONNECT]: New conditional.
23424 (connect_wait_mask, num_pending_connects): New variables.
23425 (status_message): Convert Qfailed status.
23426 (Fopen_network_stream): Added support for non-blocking connect.
23427 New optional args: filter, sentinel, non_blocking. Doc updated.
23428 [HAVE_GETADDRINFO, !HAVE_GETADDRINFO]: Merged common code.
23429 (deactivate_process): Handle pending non-blocking connect.
23430 (wait_reading_process_input): Poll for status of non-blocking
23431 connects. Exec sentinel directly when connect succeeds.
23432 (status_notify): Don't read process output if not yet connected.
23433
23434 2002-02-28 Kim F. Storm <storm@cua.dk>
23435
23436 * window.c (minibuf_selected_window): Renamed from
23437 Vminibuf_selected_window. Users changed.
23438 (syms_of_window): Staticpro it.
23439
23440 2002-02-26 Kim F. Storm <storm@cua.dk>
23441
23442 The following changes add a new Vminibuf_selected_window variable
23443 which is similar to Vminibuf_scroll_window, but which is only set
23444 on entry to the minibuffer (from a non-minibuffer window):
23445
23446 * window.c (Vminibuf_selected_window): New variable.
23447 (struct save_window_data): New member minibuf_selected_window.
23448 (Fset_window_configuration): Restore Vminibuf_selected_window.
23449 (Fcurrent_window_configuration): Save Vminibuf_selected_window.
23450 Set minibuf_scroll_window member to nil if minibuf_level is 0.
23451 (compare_window_configurations): Compare minibuf_selected_window.
23452
23453 * window.h (Vminibuf_selected_window): Declare extern.
23454
23455 * minibuf.c (read_minibuf): Set Vminibuf_selected_window on first
23456 entry to minibuffer or on entry from a non-minibuffer window.
23457
23458 * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3): Compare with
23459 Vminibuf_selected_window instead of Vminibuf_scroll_window.
23460
23461 * xdisp.c (init_iterator): Compare with Vminibuf_selected_window
23462 instead of Vminibuf_scroll_window when deciding in which window
23463 the region should be highlighted. Consequently, the region remains
23464 highlighteded even when a completion buffer is also displayed.
23465
23466 2002-02-26 Eli Zaretskii <eliz@is.elta.co.il>
23467
23468 * fileio.c (Fsubstitute_in_file_name): Fix the change from 2002-02-08.
23469
23470 * xselect.c (Qcompound_text_with_extensions): Renamed from
23471 Qcompound_text_no_extensions.
23472 (lisp_data_to_selection_data, syms_of_xselect): Use the new name.
23473
23474 2002-02-26 Juanma Barranquero <lektu@terra.es>
23475
23476 * w32proc.c (syms_of_ntproc): Doc fix.
23477
23478 2002-02-24 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23479
23480 * intervals.h: Include "dispextern.h" unconditionally.
23481
23482 2002-02-24 Jason Rumney <jasonr@gnu.org>
23483
23484 * Makefile.in (WINNT_SUPPORT) [WINDOWSNT]: Add w32-vars.elc
23485 and disp-table.elc.
23486 (lisp): Add emacs-lisp/backquote.elc.
23487
23488 2002-02-24 Kim F. Storm <storm@cua.dk>
23489
23490 * keymap.c (Flookup_key): Fix problem in 2001-12-28 patch:
23491 The validation of the event type was too strict as it didn't
23492 allow string events; buffer names are used in bindings for
23493 menu-bar-select-buffer (see `menu-bar-update-buffers').
23494
23495 2002-02-23 Kim F. Storm <storm@cua.dk>
23496
23497 The following changes rework my patch of 2002-02-06 which
23498 added command remapping by entering the commands directly into
23499 the keymaps. Now, command remapping uses an explicit `remap'
23500 prefix in the keymaps, i.e. [remap COMMAND].
23501
23502 * keymap.c (Qremap, remap_command_vector): New variables.
23503 (is_command_symbol): Remove function.
23504 (Fdefine_key): No longer accept a symbol for KEY.
23505 Added validation of [remap COMMAND] argument for KEY.
23506 The DEF is no longer required to be a symbol when remapping a command.
23507 (Fremap_command): New function to remap command through keymaps.
23508 (Flookup_key): Perform command remapping initiated by
23509 Fremap_command directly for speed.
23510 (Fkey_binding): Use Fremap_command for command remapping.
23511 (where_is_internal): Handle new command remapping representation.
23512 (syms_of_keymap): Intern Qremap, initialize remap_command_vector,
23513 staticpro them. Defsubr Fremap_command.
23514
23515 * keymap.h (Fremap_command): Declare extern.
23516 (is_command_symbol): Remove extern.
23517
23518 * keyboard.c (command_loop_1): Use Fremap_command for command
23519 remapping; now try command remapping for all symbols.
23520
23521 2002-02-23 Eli Zaretskii <eliz@is.elta.co.il>
23522
23523 * coding.h (run_pre_post_conversion_on_str): Add prototype.
23524
23525 2002-02-23 Jason Rumney <jasonr@gnu.org>
23526
23527 * w32select.c (Fw32_set_clipboard_data): Run pre-write-conversion
23528 on the string before encoding it.
23529 (Fw32_get_clipboard_data): Run post-read-conversion on the string
23530 after decoding it.
23531
23532 * w32fns.c (w32_wnd_proc) <WM_TIMER>: Fix last change.
23533
23534 2002-02-23 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23535
23536 * w32term.c (enter_timestamp): Remove unused static variable to
23537 prevent warning.
23538
23539 * xterm.c (enter_timestamp): Put in #if 0 to prevent warning.
23540
23541 2002-02-23 Eli Zaretskii <eliz@is.elta.co.il>
23542
23543 * w16select.c (Fw16_get_clipboard_data): Fix last change.
23544
23545 * xselect.c (selection_data_to_lisp_data): Fix last change.
23546
23547 2002-02-22 Jason Rumney <jasonr@gnu.org>
23548
23549 * w32term.h (struct w32_output): New member menu_command_in_progress.
23550
23551 * w32menu.c (menubar_selection_callback): Free the menu and
23552 clear the menu_command_in_progress flag.
23553
23554 * w32fns.c (mouse_move_timer, mouse_button_timer): Initialize.
23555 (menu_free_timer): New variable.
23556 (MENU_FREE_ID, MENU_FREE_DELAY): New constants.
23557 (w32_wnd_proc) <WM_TIMER>: Handle menu_free_timer.
23558 <WM_EXITMENULOOP>: Delay before freeing menu. Do nothing if a
23559 menu command is in progress.
23560 <WM_COMMAND>: Set the menu_command_in_progress flag.
23561 Kill any menu_free_timer that is running.
23562
23563 * w32term.c (w32_text_out): Renamed from W32_TEXTOUT.
23564 Call ExtTextOutA rather than ExtTextOut.
23565
23566 2002-02-22 Eli Zaretskii <eliz@gnu.org>
23567
23568 * puresize.h (BASE_PURESIZE): Increase to 755000.
23569
23570 2002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
23571
23572 * w16select.c (Fw16_set_clipboard_data): Run pre-write-conversion
23573 on the string before encoding it.
23574 (Fw16_get_clipboard_data): Run post-read-conversion on the string
23575 after decoding it.
23576
23577 2002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
23578
23579 Support for ICCCM Extended Segments in X selections:
23580
23581 * xselect.c <Qcompound_text_no_extensions>: New variable.
23582 (syms_of_xselect): Intern and staticpro it.
23583 (selection_data_to_lisp_data): Run post-read-conversion on decoded
23584 selection text.
23585 (lisp_data_to_selection_data): If next-selection-coding-system is
23586 compound-text-no-extensions, set the type of selection to be
23587 compound-text.
23588
23589 * xterm.h (x_encode_text): Update prototype.
23590
23591 * xfns.c (x_encode_text): Accept additional arg SELECTIONP; all
23592 callers changed. If SELECTIONP is non-zero, run the
23593 pre-write-conversion function before encoding the selection text.
23594
23595 2002-02-21 Kim F. Storm <storm@cua.dk>
23596
23597 * frame.c (syms_of_frame): Change mouse-highlight default to t.
23598
23599 * keyboard.c (kbd_buffer_get_event) [WINDOWSNT]:
23600 Correct composing of language-change event.
23601
23602 2002-02-20 Kim F. Storm <storm@cua.dk>
23603
23604 * keyboard.c (menu_bar_items): Don't include keymap or local-map
23605 bindings at PT when building menu (the menu is not updated often
23606 enough for this to work reliable).
23607 (tool_bar_items): Likewise.
23608 (current_active_maps): Removed unused (and buggy) function.
23609
23610 2002-02-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23611
23612 * xfns.c (gif_load): Use correct width and height for GIF images.
23613
23614 2002-02-19 Eli Zaretskii <eliz@is.elta.co.il>
23615
23616 * floatfns.c (Fatan): Accept an optional second arg and call
23617 atan2 if passed 2 args.
23618
23619 2002-02-18 Jason Rumney <jasonr@gnu.org>
23620
23621 * w32term.c (glyph_rect): Determine the row and glyph more precisely.
23622
23623 2002-02-17 Jason Rumney <jasonr@gnu.org>
23624
23625 * w32term.c (x_autoselect_window_p): New variable.
23626 (syms_of_w32term): DEFVAR_BOOL and initialize it.
23627 (note_mouse_movement): Use it.
23628
23629 * w32fns.c (w32_load_system_font): Never set fonts_changed_p to zero.
23630
23631 * w32bdf.c (w32_load_bdf_font): Maybe set fonts_changed_p.
23632
23633 * w32fns.c (Qfullscreen, Qfullwidth, Qfullheight, Qfullboth):
23634 New variables.
23635 (syms_of_w32fns): Intern and staticpro them.
23636 (x_frame_parms) <"fullscreen">: New parameter.
23637 (x_fullscreen_move, x_set_fullscreen): New functions.
23638 (x_set_frame_parameters): Support Qfullscreen.
23639 (x_real_positions): Save x/y_pixels_diff frame params.
23640 (x_figure_window_size): Support full-screen frames.
23641 (Fx_create_frame): Default the fullscreen parameter.
23642
23643 * w32term.c (x_check_fullscreen, x_check_fullscreen_move)
23644 (x_fullscreen_adjust): New functions.
23645 (w32_read_socket) <WM_WINDOWPOSCHANGED>: Don't resize to
23646 fullscreen. Call x_check_fullscreen_move, and set the
23647 want_fullscreen member of output_data.w32
23648 <WM_ACTIVATE, WM_ACTIVATEAPP>: Call x_check_fullscreen.
23649
23650 * w32term.h: New enum for FULLSCREEN_* constants.
23651 (struct w32_output): New members want_fullscreen, x_pixels_diff,
23652 y_pixels_diff, x_pixels_outer_diff, and y_pixels_outer_diff.
23653 (x-fullscreen-adjust): New prototype.
23654
23655 2002-02-17 Kim F. Storm <storm@cua.dk>
23656
23657 * frame.c (Vmouse_highlight): New variable.
23658 (syms_of_frame): DEFVAR_LISP it.
23659
23660 * frame.h (Vmouse_highlight): Declare extern.
23661
23662 * xterm.h (struct x_display_info): Add mouse_face_hidden.
23663
23664 * xterm.c (disable_mouse_highlight): Removed variable.
23665 (note_mouse_highlight): Don't highlight if Vmouse_highlight is nil.
23666 (show_mouse_face): Don't show highlight if mouse_face_hidden is set.
23667 (XTread_socket): Turn mouse_face_hidden off after mouse movement,
23668 and on after keyboard input.
23669 (x_term_init): Initialize mouse_face_hidden.
23670
23671 * msdos.h (struct display_info): Add mouse_face_hidden.
23672
23673 * msdos.c (disable_mouse_highlight): Removed variable.
23674 (show_mouse_face): Don't show highlight if mouse_face_hidden is set.
23675 (IT_note_mouse_highlight): Don't highlight if Vmouse_highlight is nil.
23676 (internal_terminal_init): Initialize mouse_face_hidden.
23677 (dos_rawgetc): Turn mouse_face_hidden off after mouse movement,
23678 and on after keyboard input.
23679
23680 * w32term.h (struct w32_display_info): Add mouse_face_hidden.
23681
23682 * w32term.c (disable_mouse_highlight): Removed variable.
23683 (note_mouse_highlight): Disable highlight if Vmouse_highlight is nil.
23684 (show_mouse_face): Don't show highlight if mouse_face_hidden is set.
23685 (w32_read_socket): Turn mouse_face_hidden off after mouse movement,
23686 and on after keyboard input.
23687 (w32_initialize_display_info): Initialize mouse_face_hidden.
23688
23689 2002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
23690
23691 * msdos.c (last_mouse_window): New variable.
23692 (dos_rawgetc): Fix last change--if the mouse is in the same window
23693 as recorded in last_mouse_window, don't select this window.
23694
23695 * Makefile.in (lisp, shortlisp): Use cus-start.elc, not cus-start.el.
23696
23697 * msdos.c (x_autoselect_window_p): New variable.
23698 (syms_of_msdos): Defvar it.
23699 (dos_rawgetc): If x_autoselect_window_p is set, select the window in
23700 which the last mouse movement occured, unless it is already selected.
23701
23702 * xdisp.c (automatic_hscroll_margin, Vautomatic_hscroll_step):
23703 New variables.
23704 (syms_of_xdisp): DEVFAR them.
23705 (hscroll_window_tree): Use automatic_hscroll_margin and
23706 Vautomatic_hscroll_step to compute the amount of window scrolling.
23707
23708 2002-02-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23709
23710 * xterm.c (x-autoselect-window): New variable.
23711 (note_mouse_movement): Use it.
23712
23713 * keyboard.c: Do not include "systime.h" twice.
23714
23715 2002-02-15 Andreas Schwab <schwab@suse.de>
23716
23717 * puresize.h (PURESIZE_RATIO): Increase to 9/5.
23718
23719 * alloc.c (NSTATICS): Increase to 1280.
23720
23721 2002-02-15 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
23722
23723 * alloc.c (NSTATICS): Bump to 1026.
23724
23725 * xterm.c (Vx_alt_keysym, Vx_hyper_keysym, Vx_meta_keysym)
23726 (Vx_super_keysym): New variables.
23727 (syms_of_xterm): DEFVAR_LISP them.
23728 (x_x_to_emacs_modifiers, x_emacs_to_x_modifiers): Use the
23729 variables to determine which keys to use for the various modifiers.
23730
23731 2002-02-13 Kim F. Storm <storm@cua.dk>
23732
23733 * window.c (Vmode_line_in_non_selected_windows): Removed.
23734 (mode_line_in_non_selected_windows): New variable.
23735 (syms_of_window): DEFVAR_BOOL it.
23736
23737 * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3):
23738 Use mode_line_in_non_selected_windows.
23739 (mode_line_in_non_selected_windows): Declare extern.
23740 (Vmode_line_in_non_selected_windows): Removed extern.
23741
23742 2002-02-13 Richard M. Stallman <rms@gnu.org>
23743
23744 * keyboard.c (Fthis_command_keys, Fthis_command_keys_vector)
23745 (Fthis_single_command_keys, Fthis_single_command_raw_keys)
23746 (Fclear_this_command_keys): Doc fixes.
23747
23748 * xfaces.c (Finternal_make_lisp_face, Finternal_copy_lisp_face)
23749 (update_face_from_frame_parameter): Increment face_change_count
23750 and windows_or_buffers_changed to force redisplay using changed faces.
23751
23752 * xdisp.c (QCpropertize): New variable.
23753 (mode_line_proptrans_alist): New variable.
23754 (display_mode_element): New arg PROPS; all calls changed.
23755 Implement this, for strings.
23756 Handle literal output of strings by sharing the
23757 main-line code for strings, using local var `literal'.
23758 Handle :propertize feature.
23759 (syms_of_xdisp): Initialze and staticpro QCpropertize and
23760 mode_line_proptrans_alist.
23761
23762 2002-02-11 Kim F. Storm <storm@cua.dk>
23763
23764 * window.c (Vmode_line_in_non_selected_windows): New variable.
23765 (syms_of_window): DEFVAR_LISP it.
23766
23767 * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3): New macro.
23768 (CURRENT_MODE_LINE_FACE_ID): Use it.
23769 (Vmode_line_in_non_selected_windows): Declare extern.
23770
23771 * xdisp.c (display_mode_lines): Use CURRENT_MODE_LINE_FACE_ID_3
23772 to get mode line face.
23773
23774 2002-02-11 Eli Zaretskii <eliz@is.elta.co.il>
23775
23776 * msdos.c (Vx_bitmap_file_path, x_stretch_cursor_p): Remove these
23777 variables; cus-start.el doesn't need them anymore.
23778
23779 2002-02-09 Kim F. Storm <storm@cua.dk>
23780
23781 * insdel.c (make_gap_smaller): Preserve BEG_UNCHANGED during gap
23782 reduction. This fixes a display problem where stray newlines were
23783 inserted in the window (corrected by C-l). Clarified code (IMHO).
23784
23785 2002-02-09 Eli Zaretskii <eliz@is.elta.co.il>
23786
23787 * dispextern.h (CURRENT_MODE_LINE_FACE_ID): Fix last change.
23788
23789 * xdisp.c (display_mode_lines): Fix last change.
23790
23791 2002-02-09 Jason Rumney <jasonr@gnu.org>
23792
23793 * w32fns.c (enum_font_cb2): Don't let charsets unknown to Windows
23794 match each other.
23795 (w32_load_system_font): Prevent Cleartype fonts from loading.
23796 (Fx_show_tip): Ensure tip frames are above other topmost windows.
23797
23798 2002-02-09 Kim F. Storm <storm@cua.dk>
23799
23800 * dispextern.h (CURRENT_MODE_LINE_FACE_ID): New macro.
23801 (CURRENT_MODE_LINE_HEIGHT): Use it.
23802 (enum face_id): Add MODE_LINE_INACTIVE_FACE_ID.
23803
23804 * xdisp.c (window_box_height): Use CURRENT_MODE_LINE_FACE_ID.
23805 (pos_visible_p, handle_face_prop): Likewise.
23806 (display_mode_lines): Likewise, but for the real selected window.
23807 (init_iterator) [row == NULL]: Handle MODE_LINE_INACTIVE_FACE_ID.
23808
23809 * xfaces.c (Qmode_line_inactive): New face variable for mode-line
23810 in non-selected windows.
23811 (realize_basic_faces): Realize it.
23812 (syms_of_term): Intern and staticpro it.
23813
23814 2002-02-08 Kim F. Storm <storm@cua.dk>
23815
23816 * alloc.c (SETJMP_WILL_LIKELY_WORK, SETJMP_WILL_NOT_WORK):
23817 Changed mail addresses to emacs-devel@gnu.org.
23818
23819 2002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
23820
23821 * fileio.c (Fsubstitute_in_file_name): If the file name includes
23822 ~user, and there's no such user, don't discard everything before ~user.
23823
23824 * floatfns.c (Fround): Doc fix.
23825
23826 2002-02-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23827
23828 * sysdep.c (init_system_name): Put unused variable `p' in #if 0.
23829
23830 2002-02-07 Stefan Monnier <monnier@cs.yale.edu>
23831
23832 * lisp.h (Fx_file_dialog): Add extern decl (used in fileio.c).
23833
23834 2002-02-07 Kim F. Storm <storm@cua.dk>
23835
23836 * keymap.c (where_is_internal): Only check whether definition is
23837 remapped if it fulfills is_command_symbol.
23838
23839 2002-02-07 Andreas Schwab <schwab@suse.de>
23840
23841 * s/gnu-linux.h (GC_LISP_OBJECT_ALIGNMENT): Define to 2 for m68k.
23842
23843 * alloc.c (mark_stack): Don't assume sizeof (Lisp_Object) is 4.
23844
23845 2002-02-06 Kim F. Storm <storm@cua.dk>
23846
23847 * keymap.c (Fdefine_key): Allow symbol as KEY argument for
23848 defining command remapping. Doc updated.
23849 (Flookup_key): Remap command through keymap if KEY is a symbol.
23850 (is_command_symbol): New function.
23851 (Fkey_binding): Use it. New optional argument NO-REMAP.
23852 Doc updated. Callers changed. Perform command remapping via
23853 recursive call unless that arg is non-nil.
23854 (where_is_internal): New argument no_remap. Callers changed.
23855 Call recursively to find original key bindings for a remapped
23856 comand unless that arg is non-nil.
23857 (Fwhere_is_internal): New optional argument NO-REMAP.
23858 Doc updated. Callers changed. Pass arg to where_is_internal.
23859
23860 * keymap.h (Fkey_binding, Fwhere_is_internal): Update prototype.
23861 (is_command_symbol): Add prototype.
23862
23863 * keyboard.c (Vthis_original_command): New variable.
23864 (syms_of_keyboard): DEFVAR_LISP it.
23865 (command_loop_1): Set it, and perform command remapping.
23866
23867 2002-02-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23868
23869 * keyboard.c (recursive_edit_1): Call cancel_hourglass unconditionally.
23870
23871 2002-02-06 Jason Rumney <jasonr@gnu.org>
23872
23873 * w32term.c (w32_native_per_char_metric): Disable 2002-01-20 change.
23874
23875 2002-02-06 Eli Zaretskii <eliz@is.elta.co.il>
23876
23877 * charset.c (get_charset_id): Use if-else instead of ?:.
23878
23879 2002-02-06 Richard M. Stallman <rms@gnu.org>
23880
23881 * filelock.c (S_ISLNK): Define if not defined.
23882
23883 2002-02-03 Richard M. Stallman <rms@gnu.org>
23884
23885 * fileio.c (Fdo_auto_save): Improve "auto save disabled" msg.
23886
23887 * lread.c (read1): Redesign strategy for force_multibyte and
23888 force_singlebyte. Now is_multibyte records whether read_buffer
23889 is multibyte. Encountering any multibyte character makes it so.
23890
23891 2002-02-02 Stefan Monnier <monnier@cs.yale.edu>
23892
23893 * term.c (term_get_fkeys_1): If `k0' and `k;' are both specified and
23894 with the same sequence, map that sequence to f10 rather than f0.
23895
23896 2002-02-03 Andreas Schwab <schwab@suse.de>
23897
23898 * s/gnu-linux.h: Check for __mc68000__ instead of __m68k__, the
23899 latter never being defined on GNU/Linux.
23900
23901 2002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
23902
23903 * xfaces.c (realize_default_face): Don't set the weight and slant of
23904 the default face to Qnormal, unless these attributes are unspecified.
23905
23906 2002-02-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23907
23908 * keyboard.c (command_loop_1) [HAVE_X_WINDOWS]:
23909 Call cancel_hourglass unconditionally.
23910
23911 * eval.c (Fsignal): Remove duplicated declaration of
23912 the variable `display_hourglass_p'.
23913
23914 2002-01-31 Richard M. Stallman <rms@gnu.org>
23915
23916 * editfns.c (region_limit): Nicer error message.
23917
23918 * coding.c (decode_composition_emacs_mule):
23919 Give up if NCOMPONENT gets too large to index `component'.
23920
23921 * callint.c (check_mark): New arg to specify clearer error message.
23922 Callers changed.
23923
23924 2002-01-27 Richard M. Stallman <rms@gnu.org>
23925
23926 * minibuf.c (Fcompleting_read): Doc fix.
23927
23928 2002-01-27 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23929
23930 * minibuf.c (Fread_from_minibuffer, Fread_command, Fread_function)
23931 (Fread_variable, Fread_buffer, minibuffer-completion-confirm):
23932 Fix doc-strings.
23933
23934 2002-01-26 Richard M. Stallman <rms@gnu.org>
23935
23936 * buffer.c (syms_of_buffer): Doc fixes for scroll-...-aggressively.
23937
23938 * xdisp.c (try_scrolling): Exchange uses of scroll_down_aggressively
23939 and scroll_up_aggressively.
23940
23941 2002-01-26 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23942
23943 * keyboard.c (parse_tool_bar_item): Remove duplicated prototypes.
23944
23945 2002-01-25 Stefan Monnier <monnier@cs.yale.edu>
23946
23947 * textprop.c (Fnext_property_change, Fnext_single_property_change)
23948 (Fprevious_property_change, Fprevious_single_property_change):
23949 Stay within the narrowed-buffer boundaries.
23950
23951 2002-01-25 Eli Zaretskii <eliz@is.elta.co.il>
23952
23953 * term.c (Ftty_display_color_cells): New function.
23954 (syms_of_term): Defsubr it.
23955 (Ftty_display_color_cells, Ftty_display_color_p): Change the
23956 argument name to DISPLAY. Doc fix.
23957
23958 * dispextern.h: Add prototype for set_tty_color_mode and
23959 tty_setup_colors.
23960
23961 2002-01-24 Jason Rumney <jasonr@gnu.org>
23962
23963 * w32term.c (x_scroll_run): Use ScrollWindowEx in place of BitBlt.
23964 If region left to draw is not what was expected, mark the frame as
23965 garbaged.
23966
23967 * w32fns.c (w32_wnd_proc) <WM_PAINT>: Initialize update_rect.
23968 Combine the regions returned by BeginPaint and GetUpdateRect.
23969
23970 2002-01-23 Jason Rumney <jasonr@gnu.org>
23971
23972 * w32term.c (x_update_window_begin): Only hide caret if
23973 w32_use_visible_system_caret is set.
23974 (x_update_window_end): Only show caret if
23975 w32_use_visible_system_caret is set.
23976 (syms_of_w32term): Handle SystemParametersInfo call failing.
23977
23978 * w32fns.c (syms_of_w32fns): Initialize w32_visible_system_caret_hwnd.
23979
23980 2002-01-22 Richard M. Stallman <rms@gnu.org>
23981
23982 * unexelf.c (unexec): Define n so as to cause compilation error
23983 for the code where people have often written n instead of nn.
23984
23985 * .gdbinit (hookpost-run): Defined.
23986
23987 2002-01-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23988
23989 * xfns.c (x_set_frame_parameters): Typo in previous fix corrected.
23990
23991 2002-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23992
23993 * xfns.c (x_set_frame_parameters): Just call x_fullscreen_adjust
23994 if fullscreen is being set.
23995
23996 2002-01-21 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23997
23998 * minibuf.c (Fminibuffer_contents)
23999 (Fminibuffer_contents_no_properties, Fread_from_minibuffer)
24000 (Fread_string, Fread_no_blanks_input, Fcompleting_read): Doc fixes.
24001
24002 2002-01-21 Richard M. Stallman <rms@gnu.org>
24003
24004 * window.c (check_frame_size): Fix minimum height calculation.
24005
24006 2002-01-20 Ken Raeburn <raeburn@gnu.org>
24007
24008 * dispextern.h (WINDOW_WANTS_MODELINE_P): Use XFASTINT on window
24009 height before comparison.
24010 (WINDOW_WANTS_HEADER_LINE_P): Likewise.
24011
24012 2002-01-20 Jason Rumney <jasonr@gnu.org>
24013
24014 * w32term.c (w32_system_caret_width): Remove.
24015 (w32_use_visible_system_caret): New user flag.
24016 (syms_of_w32term): DEFVAR_BOOL it. Initialize based on whether
24017 Windows reports a screen reader running.
24018 (x_update_window_begin): Hide the system caret.
24019 (x_update_window_end): Show the system caret.
24020 (x_display_and_set_cursor): Don't draw a cursor when
24021 w32_use_visible_system_caret is set. Do not adjust width.
24022
24023 * w32fns.c (w32_visible_system_caret_hwnd): New static variable.
24024 (w32_wnd_proc) <WM_KILL_FOCUS, WM_EMACS_DESTROY_CARET>: Set it.
24025 <WM_EMACS_TRACK_CARET>: Arrange for system caret to be visible if
24026 the user requests it. Use system default width when creating.
24027 <WM_EMACS_HIDE_CARET, WM_EMACS_SHOW_CARET>: Handle new messages.
24028
24029 * w32term.h (WM_EMACS_SHOW_CARET, WM_EMACS_HIDE_CARET):
24030 New window messages.
24031
24032 2002-01-20 Richard M. Stallman <rms@gnu.org>
24033
24034 * window.c (MIN_SAFE_WINDOW_HEIGHT): Value now 1.
24035
24036 2002-01-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
24037
24038 * doprnt.c (doprnt1): Fix typos in error call.
24039
24040 2002-01-20 Eli Zaretskii <eliz@is.elta.co.il>
24041
24042 * unexelf.c (unexec) [__sgi]: Support the .got sections.
24043
24044 2002-01-20 Jason Rumney <jasonr@gnu.org>
24045
24046 * w32term.c (w32_native_per_char_metric): Don't trust the metrics
24047 that Windows returns. If a double check fails, try to guess how
24048 ExtTextOut is going to act.
24049
24050 * w32fns.c (w32_load_system_font, w32_to_x_charset): Use strnicmp
24051 in place of stricmp.
24052 (w32_list_synthesized_fonts): Removed.
24053 (w32_to_all_x_charsets, enum_font_maybe_add_to_list): New functions.
24054 (struct enumfont_t): New element; list.
24055 (enum_font_cb2): List all style and charset variations of a font.
24056 (Fw32_select_font): New optional argument; include_proportional.
24057 Exclude vertical fonts. Exclude proportional fonts unless
24058 include_proportional is non-nil.
24059 (w32_enable_synthesized_fonts): Change to a boolean.
24060 (Fw32_send_sys_command): Doc fix.
24061
24062 2002-01-19 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
24063
24064 * dispnew.c (update_frame): Move the variable `tem' to the block
24065 where it is used.
24066
24067 2002-01-19 Jason Rumney <jasonr@gnu.org>
24068
24069 * w32fns.c (Fx_create_frame): Bind redisplay-dont-pause around
24070 call to face-set-after-frame-default.
24071
24072 2002-01-18 Richard M. Stallman <rms@gnu.org>
24073
24074 * dispextern.h (WINDOW_WANTS_MODELINE_P): Check window height > 1.
24075 (WINDOW_WANTS_HEADER_LINE_P): Check window height provides room.
24076
24077 2002-01-17 Richard M. Stallman <rms@gnu.org>
24078
24079 * window.c (enlarge_window): When exceeding size of parent,
24080 directly delete all the siblings instead of trying to resize it.
24081
24082 2002-01-17 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
24083
24084 * term.c (set_tty_color_mode): Remove unused variable `tem'.
24085
24086 2002-01-16 Henrik Enberg <henrik@enberg.org>
24087
24088 * lread.c (init_lread): Move the installed-lisp dirs later in the path.
24089
24090 2002-01-16 Kim F. Storm <storm@cua.dk>
24091
24092 * xterm.c (x_erase_phys_cursor): Don't erase cursor if cursor row
24093 is invisible. This can happen if cursor is on top line of a
24094 window, and we switch to a buffer with a header line.
24095
24096 * w32term.c (x_erase_phys_cursor): Ditto.
24097
24098 2002-01-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
24099
24100 * xterm.c (XTread_socket) [!USE_X_TOOLKIT]: Compute the value of
24101 `dont_resize' only when used.
24102
24103 * xdisp.c: Remove forgotten extern declaration of `Qimage'.
24104
24105 2002-01-15 Eli Zaretskii <eliz@is.elta.co.il>
24106
24107 * xdisp.c (display_mode_element): When computing charpos, depend
24108 on multibyteness of elt, not the text in field.
24109
24110 2002-01-15 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
24111
24112 * buffer.c (Fkill_all_local_variables):
24113 Increment `update_mode_lines' only once.
24114
24115 2002-01-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
24116
24117 * lisp.h (adjust_after_replace_noundo)
24118 (Fupdate_coding_systems_internal): Add prototypes.
24119
24120 * sound.c (Fplay_sound): Initialize header_size also for :data case.
24121
24122 2002-01-14 Eli Zaretskii <eliz@is.elta.co.il>
24123
24124 Support for the --color command-line argument and tty-color-mode
24125 frame parameter:
24126
24127 * term.c (tty_default_color_capabilities, tty_setup_colors)
24128 (set_tty_color_mode): New functions.
24129 (term_init): Call tty_default_color_capabilities.
24130 (Qtty_color_mode_alist): New variable.
24131 (syms_of_term): Intern and staticpro it.
24132
24133 * frame.c (store_frame_param): Call set_tty_color_mode for termcap
24134 frames.
24135 (do_switch_frame): For termcap frames, switch the tty
24136 color mode as specified by the frame's parameters.
24137 (Qtty_color_mode): New variable.
24138 (syms_of_frame): Intern and staticpro it.
24139
24140 * emacs.c (USAGE2): Add the --color option.
24141 (standard_args): Ditto.
24142
24143 2002-01-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
24144
24145 * xterm.h (struct x_output): New members want_fullscreen,
24146 x_pixels_diff, y_pixels_diff, x_pixels_outer_diff, and
24147 y_pixels_outer_diff.
24148 New enum for FULLSCREEN_* constants.
24149 (FRAME_OUTER_WINDOW): Handle the case where output_data.x->widget
24150 is NULL.
24151 (x_fullscreen_adjust): Add prototype.
24152
24153 * emacs.c (USAGE2): Add the new full-screen arguments.
24154 (standard_args): Ditto.
24155
24156 * xfns.c (Qfullscreen, Qfullwidth, Qfullheight, Qfullboth):
24157 New variables.
24158 (syms_of_xfns): Intern and staticpro them.
24159 (x_frame_parms) <"fullscreen">: New parameter.
24160 (x_fullscreen_move, x_set_fullscreen): New functions.
24161 (x_set_frame_parameters): Support for Qfullscreen.
24162 (x_real_positions): More accurate computation of the frame position.
24163 (x_figure_window_size): Support full-screen frames.
24164 (Fx_create_frame): Default the fullscreen parameter.
24165
24166 * xterm.c (x_check_fullscreen, x_fullscreen_adjust): New functions.
24167 (XTread_socket) <Expose>: Call x_check_fullscreen.
24168 <ConfigureNotify>: Don't resize to fullscreen.
24169 Call x_check_fullscreen_move, and set the want_fullscreen member of
24170 output_data.x.
24171
24172 2002-01-13 Jason Rumney <jasonr@gnu.org>
24173
24174 * w32term.h (WM_XBUTTONDOWN, WM_XBUTTONUP): New window messages
24175 for mice with more than 3 buttons.
24176
24177 * w32term.c (parse_button): New parameter xbutton. Callers changed.
24178 (w32_read_socket): Handle new "XBUTTON" messages.
24179
24180 * w32fns.c (w32_pass_extra_mouse_buttons_to_system): New user option.
24181 (syms_of_w32fns): DEFVAR_BOOL it.
24182 (w32_wnd_proc): Handle new "XBUTTON" messages.
24183
24184 2002-01-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
24185
24186 * keyboard.c (read_key_sequence): Remove unused variable `extra_maps'.
24187
24188 2002-01-13 Andreas Schwab <schwab@suse.de>
24189
24190 * xterm.c (x_load_font): Never set fonts_changed_p to zero.
24191
24192 2002-01-12 Andreas Schwab <schwab@suse.de>
24193
24194 * .gdbinit (xbuffer): Remove address operator since data is now a
24195 pointer.
24196
24197 2002-01-11 Richard M. Stallman <rms@gnu.org>
24198
24199 * insdel.c (adjust_after_replace_noundo): New function.
24200
24201 * coding.c (code_convert_region): Don't copy old text if undo disabled.
24202
24203 2002-01-09 Jason Rumney <jasonr@gnu.org>
24204
24205 * xdisp.c (x_consider_frame_title): Don't count the tooltip frame
24206 when checking for multiple frames.
24207
24208 2002-01-08 Richard M. Stallman <rms@gnu.org>
24209
24210 * window.c (delete_window): Rewrite the code for changing the
24211 selected window to handle the case where WINDOW is not a leaf.
24212
24213 2002-01-07 Eli Zaretskii <eliz@is.elta.co.il>
24214
24215 * process.c (send_process): Set src_multibyte to 1 after the call
24216 top setup_coding_system, not before the call.
24217
24218 2002-01-07 Jason Rumney <jasonr@gnu.org>
24219
24220 * xmenu.c (set_frame_menubar, xmenu_show):
24221 (xdialog_show): Initialize wv->help to Qnil.
24222
24223 * w32menu.c (single_submenu, set_frame_menubar, w32_menu_show):
24224 (w32_dialog_show): Initialize wv->help to Qnil.
24225
24226 2002-01-06 Jason Rumney <jasonr@gnu.org>
24227
24228 * xmenu.c (single_submenu): Initialize wv->help to Qnil.
24229
24230 * w32menu.c (w32_menu_display_help): Revert last change.
24231
24232 * xmenu.c (menu_highlight_callback): Revert last change.
24233
24234 2002-01-06 Andreas Schwab <schwab@suse.de>
24235
24236 * insdel.c (make_gap_larger): Make sure buffer size does not
24237 overflow range of int.
24238
24239 2002-01-05 Jason Rumney <jasonr@gnu.org>
24240
24241 * w32term.c (x_draw_glyphs): Don't call notice_overwritten_cursor if
24242 OVERLAPS_P.
24243
24244 * w32menu.c (w32_menu_display_help): Hide any tooltip window.
24245
24246 * w32fns.c (compute_tip_xy): If tooltip won't fit on the screen
24247 to the left or to the right of the pointer, put it against
24248 the left screen edge.
24249 (x_frame_parms): Add missing braces around initializer.
24250
24251 * w32term.c (x_setup_relief_colors): Don't compute an image's
24252 background color if it doesn't have a Pixmap.
24253 (notice_overwritten_cursor): Don't depend on
24254 output_cursor and updated_area. Compare pixel coordinates with
24255 window's cursor pixel coordinates.
24256 (x_draw_glyphs, x_clear_end_of_line, show_mouse_face):
24257 Call notice_overwritten_cursor with new arg list.
24258 (show_mouse_face): Fix bug setting a row's mouse_face_p flag
24259 unconditionally.
24260 (x_draw_image_relief): Use predefined macro instead of
24261 constant when the value of `tool_bar_button_relief' is negative.
24262
24263 * w32term.c (x_display_and_set_cursor): Fix PostMessage arg types.
24264
24265 2002-01-04 Richard M. Stallman <rms@gnu.org>
24266
24267 * xmenu.c (menu_highlight_callback): Hide any tooltip window.
24268
24269 2002-01-03 Richard M. Stallman <rms@gnu.org>
24270
24271 * keymap.c (Fcurrent_active_maps): Put the `keymap' property map first.
24272 (Fkey_binding): Try the `keymap' property map first.
24273 (Fdescribe_buffer_bindings): Show `keymap' property bindings before
24274 minor mode bindings.
24275
24276 2002-01-03 Kim F. Storm <storm@cua.dk>
24277
24278 * keyboard.c (read_key_sequence): Fix cast of submaps arg to bcopy.
24279
24280 2002-01-02 Richard M. Stallman <rms@gnu.org>
24281
24282 * keyboard.c (read_key_sequence): Handle the keymap property
24283 before minor mode maps.
24284
24285 * editfns.c (Fformat): Update thissize from field_width
24286 based on the actual width, in the string case.
24287
24288 2002-01-01 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
24289
24290 * charset.h (UNIBYTE_STR_AS_MULTIBYTE_P): Parenthesize assignment
24291 when used as truth value to prevent gcc warnings.
24292
24293 * sysdep.c, unexapollo.c, w32.c, w32bdf.c, w32heap.c, w32inevt.c,
24294 * w32proc.c: Include <config.h>.
24295
24296 2002-01-01 Andreas Schwab <schwab@suse.de>
24297
24298 * eval.c (max_specpdl_size, max_lisp_eval_depth): Define as int,
24299 not EMACS_INT, to make them compatible with DEFVAR_INT.
24300 * lisp.h (max_specpdl_size): Adjust declaration.
24301
24302 2002-01-01 Richard M. Stallman <rms@gnu.org>
24303
24304 * print.c (print_object): Test print_escape_nonascii only for
24305 unibyte strings.
24306 (PRINTPREPARE): Once again bind Qprint_escape_nonascii
24307 when outputting to a multibyte buffer.
24308
24309 2001-12-29 Richard M. Stallman <rms@gnu.org>
24310
24311 * print.c (print_object): In multibyte string, use hex escapes.
24312 Use octal only for unibyte strings.
24313 (PRINTPREPARE): Don't ever set Qprint_escape_nonascii.
24314
24315 * lread.c (read_escape): New arg BYTEREP for reporting whether
24316 escape forces unibyte or multibyte.
24317 (read1): When reading a string, take note of that info.
24318
24319 2001-12-29 Ken Raeburn <raeburn@gnu.org>
24320
24321 * abbrev.c (Fexpand_abbrev): Use NILP instead of implicit zero
24322 comparison to test lisp value returned by Fget.
24323
24324 2001-12-29 Richard M. Stallman <rms@gnu.org>
24325
24326 * lisp.h (max_specpdl_size): Add declaration.
24327
24328 * fileio.c (Fdo_auto_save): If NO_MESSAGE, don't call push_message.
24329
24330 * keymap.c (silly_event_symbol_error): New subrtn, from Fdefine_key.
24331 Handle modifier bits. Correct typo in error message.
24332
24333 2001-12-28 Richard M. Stallman <rms@gnu.org>
24334
24335 * abbrev.c: Use the plist of an abbrev for multiple params if nec.
24336 (Fdefine_abbrev): New arg SYSTEM-FLAG for a system abbrev.
24337 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
24338 Update calls to Fdefine_abbrev.
24339 (write_abbrev): Update for changed data format.
24340 Don't list "system" abbrevs.
24341 (Fexpand_abbrev): Update use count with new data format.
24342 (describe_abbrev): Update for changed data format.
24343 (Fdefine_abbrev_table): Handle the new SYSTEM-FLAG.
24344
24345 * config.in (HAVE_MBSINIT): Add #undef.
24346
24347 * strftime.c (mbsinit): Define as no-op if not available.
24348
24349 * s/sco5.h (LIBX11_SYSTEM) [MOTIF]: Add -lgen.
24350 (sigprocmask_set): Conditionalize decl on ! NOT_C_CODE.
24351
24352 * keymap.c (Flookup_key): Error message if key has wrong data type.
24353 (Fdefine_key): Add error message for trying to bind [DEL], [RET], etc.
24354 (exclude_key): New variable.
24355
24356 2001-12-28 Gerd Moellmann <gerd@gnu.org>
24357
24358 * xterm.c (x_setup_relief_colors): Don't compute an image's
24359 background color if it doesn't have a Pixmap.
24360
24361 * xterm.c (notice_overwritten_cursor): Don't depend on
24362 output_cursor and updated_area. Compare pixel coordinates with
24363 window's cursor pixel coordinates.
24364 (x_draw_glyphs, x_clear_end_of_line, show_mouse_face):
24365 Call notice_overwritten_cursor with new arg list.
24366 (show_mouse_face): Fix bug setting a row's mouse_face_p flag
24367 unconditionally.
24368
24369 * xdisp.c (try_scrolling) <PT below scroll margin>: Add the
24370 height of the cursor line to the amount to scroll.
24371
24372 2001-12-27 Richard M. Stallman <rms@gnu.org>
24373
24374 * intervals.c (set_point_both): The position after an invisible,
24375 intangible character is not an acceptable stopping point.
24376
24377 2001-12-27 Ken Raeburn <raeburn@gnu.org>
24378
24379 * window.c (enlarge_window): In new preserve_before code, convert
24380 CURBEG from lisp object to integer before doing arithmetic.
24381
24382 2001-12-27 Richard M. Stallman <rms@gnu.org>
24383
24384 * bytecode.c (Fbyte_code): Undo previous change.
24385
24386 2001-12-26 Kim F. Storm <storm@cua.dk>
24387
24388 * keyboard.c (record_char): Ignore duplicate help-echo events only
24389 separated by mouse-movement. When tracking mouse, only record
24390 first and last mouse-movement event in same window.
24391 Don't record mouse-movement events in keyboard macros.
24392
24393 2001-12-25 Richard M. Stallman <rms@gnu.org>
24394
24395 * window.c (enlarge_window): New arg PRESERVE_BEFORE. Callers changed.
24396 (Fenlarge_window): New arg PRESERVE_BEFORE.
24397
24398 * bytecode.c (Fbyte_code): Use Fstring_make_unibyte
24399 instead of Fstring_as_unibyte.
24400
24401 2001-12-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
24402
24403 The following changes remove mocklisp support:
24404
24405 * mocklisp.h, mocklisp.c: Files removed.
24406
24407 * lisp.h: Remove declarations of variables `Vmocklisp_arguments',
24408 `Qmocklisp' and `Qmocklisp_arguments'.
24409 Remove prototype of syms_of_mocklisp.
24410
24411 * makefile.nt, makefile.w32-in, Makefile.in: Remove mocklisp files.
24412
24413 * callint.c: Do not include mocklisp.h.
24414 (Fcall_interactively): Do not test for mocklisp case.
24415
24416 * eval.c: Remove variables `Qmocklisp_arguments',
24417 `Vmocklisp_arguments' and `Qmocklisp'. Remove prototype of ml_apply.
24418 (Fprogn, Fwhile, Fcommandp, Feval, Ffuncall, funcall_lambda):
24419 Do not test for mocklisp case.
24420 (Fwhile): Remove unused variable `tem'.
24421 (syms_of_eval): Remove variable `moclisp-arguments'.
24422
24423 * data.c (wrong_type_argument): Remove mocklisp case.
24424
24425 * doc.c (Fdocumentation): Remove mocklisp case.
24426
24427 * emacs.c (main): Do not call syms_of_mocklisp.
24428
24429 2001-12-21 Richard M. Stallman <rms@gnu.org>
24430
24431 * xfns.c (compute_tip_xy): If tooltip won't fit on the screen
24432 to the left or to the right of the pointer, put it against
24433 the left screen edge.
24434
24435 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
24436
24437 * Makefile.in (distclean): Remove .gdbinit if we are building
24438 outside the source tree.
24439
24440 2001-12-19 Eli Zaretskii <eliz@is.elta.co.il>
24441
24442 * w32.c (emacs_root_dir): New function.
24443
24444 * msdos.c (emacs_root_dir): New function.
24445
24446 * fileio.c (Fexpand_file_name) [DOS_NT]: Use the root directory
24447 of the current drive as the fallback for default_directory.
24448
24449 * dired.c (file_name_completion): Run the elements of
24450 completion-ignored-extensions through ENCODE_FILE.
24451
24452 * lisp.h (scmp): Remove prototype, since it's now a static
24453 function private to dired.c.
24454
24455 2001-12-18 Richard M. Stallman <rms@gnu.org>
24456
24457 * dired.c (scmp): Function moved from minibuf.c.
24458 Delete multibyte handling--used only on encoded strings.
24459
24460 * minibuf.c (scmp): Function moved to dired.c.
24461
24462 * fns.c (merge): Add QUIT call.
24463
24464 2001-12-18 Dave Love <fx@gnu.org>
24465
24466 * Makefile.in (lisp, shortlisp): Add language/utf-8-lang.el,
24467 language/georgian.el.
24468
24469 2001-12-18 Eli Zaretskii <eliz@is.elta.co.il>
24470
24471 * Makefile.in (lisp, shortlisp): Synchronize with changes to
24472 lisp/Makefile.in:DONTCOMPILE.
24473
24474 2001-12-18 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
24475
24476 * xdisp.c (window_box_height): Do not return negative values.
24477 From Gerd Moellmann <gerd@gnu.org>.
24478
24479 * keyboard.c (head_table): Add missing braces around initializer.
24480
24481 * term.c (keys): Likewise.
24482
24483 * xfns.c (x_frame_parms, visual_classes): Likewise.
24484
24485 2001-12-17 Sam Steingold <sds@gnu.org>
24486
24487 * coding.c (DECODE_COMPOSITION_END): Fixed a typo in the last
24488 patch (COMPOSING_P, not COMPOSING).
24489
24490 2001-12-17 Richard M. Stallman <rms@gnu.org>
24491
24492 * editfns.c (Fcompare_buffer_substrings): Add QUIT to main loop.
24493
24494 * coding.c (code_convert_region): Update coding->cmp_data->char_offset
24495 before calling decode_coding.
24496
24497 * charset.c (Fdefine_charset): Call Fupdate_coding_systems_internal.
24498
24499 * coding.c (DECODE_COMPOSITION_END): Check for ! COMPOSING_P (coding)
24500 instead of only for COMPOSITION_DISABLED.
24501
24502 2001-12-16 Richard M. Stallman <rms@gnu.org>
24503
24504 * alloc.c (pure_alloc): After overflow, allocate just a small block.
24505
24506 * Makefile.in (xmenu.o, xterm.o, fontset.o): Depend on buffer.h.
24507
24508 * buffer.h (struct buffer): New field `display_error_modiff'.
24509 * buffer.c (reset_buffer): Initialize `display_error_modiff'.
24510
24511 * window.c (Frecenter): Clear display_error_modiff field.
24512
24513 * xdisp.c (redisplay_window_0, redisplay_window_1): New functions.
24514 Call redisplay_window, but not if display_error_modiff field says no.
24515 (redisplay_window_error): New function.
24516 (displayed_buffer): New variable.
24517 (redisplay_internal, redisplay_windows): Call the new functions
24518 instead of redisplay_window directly.
24519
24520 2001-12-15 Richard M. Stallman <rms@gnu.org>
24521
24522 * keyboard.c (syms_of_keyboard) <double-click-fuzz>: Doc fix.
24523
24524 2001-12-14 Andrew Innes <andrewi@gnu.org>
24525
24526 * makefile.w32-in (EMACSLOADPATH): Define.
24527 ($(EMACS)): Run `list-load-path-shadows' after dumping Emacs.
24528 (bootstrap-temacs): Remove dependency on bootstrap-clean.
24529
24530 2001-12-13 Eli Zaretskii <eliz@is.elta.co.il>
24531
24532 * xfns.c (x_report_frame_params): Make the scroll-bar-width frame
24533 parameter have a numeric value all the time.
24534
24535 * w32fns.c (x_report_frame_params): Likewise.
24536
24537 2001-12-12 Richard M. Stallman <rms@gnu.org>
24538
24539 * fileio.c (Fwrite_region): Doc fix.
24540
24541 * xdisp.c (CLEAR_FACE_CACHE_COUNT): Redefine as 500.
24542 (redisplay_internal): Call clear_image_cache only for window terminals.
24543
24544 2001-12-12 Gerd Moellmann <gerd@gnu.org>
24545
24546 * xdisp.c (move_it_vertically_backward): Change heuristic
24547 for the case that we didn't move far enough initially.
24548
24549 * window.c (Frecenter): Simplify computation in the case of window
24550 system frames and ARG < 0; use window_box_height.
24551
24552 2001-12-11 Richard M. Stallman <rms@gnu.org>
24553
24554 * Makefile.in, mem-limits.h, dispnew.c, emacs.c, fileio.c:
24555 * process.c, sysdep.c, unexec.c: Test GNU_LINUX, not LINUX.
24556
24557 2001-12-11 Andrew Innes <andrewi@gnu.org>
24558
24559 * insdel.c (make_gap) [DOUG_LEA_MALLOC]: Call make_gap_smaller if
24560 arg is negative.
24561
24562 2001-12-11 Richard M. Stallman <rms@gnu.org>
24563
24564 * m/hp800.h: Split the __hpux conditional into the parts
24565 that are right for GNU/Linux too and the parts that are not.
24566 Use the former if GNU_LINUX.
24567 (HAVE_ALLOCA, LOAD_AVE_TYPE, LOAD_AVE_CVT): New defs for GNU/Linux.
24568
24569 * s/gnu-linux.h (GNU_LINUX): Defined.
24570
24571 2001-12-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
24572
24573 * macros.c, msdos.c, w16select.c: Change doc-string comments to
24574 `new style' [w/`doc:' keyword].
24575
24576 2001-12-10 Jason Rumney <jasonr@gnu.org>
24577
24578 * w32menu.c (w32_free_submenu_strings): Clear menu item struct
24579 before using.
24580
24581 2001-12-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
24582
24583 * dosfns.c: Change doc-string comments to `new style' [w/`doc:'
24584 keyword].
24585
24586 2001-12-09 Eli Zaretskii <eliz@is.elta.co.il>
24587
24588 * dosfns.c (dos-display-scancodes, dos-decimal): Doc fix.
24589
24590 * s/hpux10.h (srand48): Don't undefine.
24591
24592 2001-12-09 Jason Rumney <jasonr@gnu.org>
24593
24594 * w32menu.c (_widget_value): Make `help' field a Lisp_Object.
24595 Add comment to explain where the struct came from.
24596 (single_submenu, w32_menu_show): Set `help' field as Lisp_Object.
24597 (add_menu_item): Process pop-up menus first to avoid memory leak.
24598 (add_menu_item, w32_menu_display_help): Use `help' field as
24599 Lisp_Object.
24600 (w32_free_submenu_strings): Only free owner-drawn strings.
24601
24602 2001-12-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
24603
24604 * COPYING: Moved back.
24605
24606 * charset.c (char_to_string_1, translate_char, Fdefine_charset):
24607 Add parentheses around && within ||.
24608
24609 * indent.c (compute_motion): Likewise.
24610
24611 * intervals.c (merge_properties_sticky): Likewise.
24612
24613 * coding.c (setup_coding_system, shrink_encoding_region)
24614 (Fdecode_sjis_char): Likewise.
24615
24616 2001-12-07 Andreas Schwab <schwab@suse.de>
24617
24618 * xdisp.c (display_mode_element): Don't read past end of string if
24619 it ends with '%'.
24620
24621 * alloc.c (inhibit_garbage_collection): Don't exceed value an int
24622 can hold.
24623
24624 * data.c (Vmost_positive_fixnum, Vmost_negative_fixnum):
24625 Rename from most_positive_fixnum and most_negative_fixnum, resp., and
24626 type changed to Lisp_Object.
24627 (syms_of_data): DEFVAR_LISP them.
24628
24629 2001-12-07 Richard M. Stallman <rms@gnu.org>
24630
24631 * callproc.c (init_callproc): Set Vdata_directory based on the source
24632 location whenever Emacs was run uninstalled.
24633
24634 2001-12-06 Paul Eggert <eggert@twinsun.com>
24635
24636 * config.in (HAVE_WORKING_VFORK): New #undefs.
24637 * process.c (create_process):
24638 Use HAVE_WORKING_VFORK, not HAVE_VFORK.
24639 * m/cnvrgnt.h (HAVE_VFORK): Remove #define.
24640 * m/ibm370aix.h (HAVE_VFORK): Remove #undef.
24641 * m/ibmps2-aix.h (HAVE_VFORK): Remove #define.
24642 * m/intel386.h (HAVE_VFORK): Likewise.
24643 * m/mips-siemens.h (HAVE_VFORK): Likewise.
24644 * m/mips.h (HAVE_VFORK): Likewise.
24645 * s/freebsd.h (vfork): Remove #define.
24646 * s/lynxos.h (HAVE_VFORK): Remove #undef.
24647 * s/usg5-4-2.h: Fix comment about vfork.
24648
24649 2001-12-06 Richard M. Stallman <rms@gnu.org>
24650
24651 * s/hpux10.h (random): Add undef.
24652 (HAVE_RANDOM): Define it just once.
24653
24654 2001-12-06 Stefan Monnier <monnier@cs.yale.edu>
24655
24656 * eval.c: Undo last change: the standard syntax is not wanted.
24657
24658 2001-12-06 Eli Zaretskii <eliz@is.elta.co.il>
24659
24660 * xterm.c (x_free_frame_resources) [USE_X_TOOLKIT]: Remove all the
24661 scroll bars of the frame before deleting the frame itself. If the
24662 frame has a widget, delete the frame with XtDestroyWidget, and do
24663 not call XDestroyWindow before that.
24664
24665 2001-12-06 Kim F. Storm <storm@cua.dk>
24666
24667 * xfns.c (x_report_frame_params): Return actual fringe widths.
24668
24669 * w32fns.c (x_report_frame_params): Return actual fringe widths.
24670
24671 2001-12-05 Andrew Innes <andrewi@gnu.org>
24672
24673 * alloc.c (Fgarbage_collect): Shrink buffer gaps that are
24674 excessively large.
24675
24676 * insdel.c (make_gap_larger): New function.
24677 (make_gap_smaller): New function.
24678 (make_gap) [USE_MMAP_FOR_BUFFERS || REL_ALLOC]:
24679 Call make_gap_smaller if arg is negative.
24680
24681 2001-12-04 Stefan Monnier <monnier@cs.yale.edu>
24682
24683 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal prototype.
24684 Pass a dummy argument when calling interrupt_signal.
24685 (parse_menu_item): Mark disabled items before checking for empty def.
24686 (read_char_minibuf_menu_prompt): Make safety more visible.
24687 (read_key_sequence): Add a `first_unbound' variable.
24688 Use it to detect C-c ESC ESC ESC ESC ... cases and drop the
24689 unbound prefix as soon as we can detect it.
24690
24691 * doc.c (Fsnarf_documentation): Add prototype.
24692 (get_doc_string): Handle negative arguments.
24693 (Fdocumentation): Use AREF and ASIZE.
24694 Move the calls to get_doc_string to a single place.
24695 Don't confuse an interactive-spec for a docstring reference.
24696 (Fdocumentation_property): Take advantage of the fact that
24697 get_doc_string now ignores the sign of the docstring position.
24698
24699 * eval.c: Use standard syntax for usage in docstrings.
24700
24701 2001-12-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
24702
24703 * xdisp.c (syms_of_xdisp): Make `tool-bar-button-relief' an option.
24704
24705 2001-12-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
24706
24707 * xterm.c (x_draw_image_relief): Use predefined macro instead of
24708 constant when the value of `tool_bar_button_relief' is negative.
24709
24710 2001-12-02 Richard M. Stallman <rms@gnu.org>
24711
24712 * xmenu.c (menu_highlight_callback): Use `help' field as Lisp_Object.
24713 (single_submenu, xmenu_show): Set `help' field as Lisp_Object.
24714
24715 * fileio.c (read_non_regular): Delete Fsignal call.
24716
24717 2001-12-01 Stefan Monnier <monnier@cs.yale.edu>
24718
24719 * lisp.h (run_hook_list_with_args): Undo last change.
24720
24721 2001-12-01 Gerd Moellmann <gerd@gnu.org>
24722
24723 * xterm.c (x_draw_fringe_bitmap): Always undo clipping.
24724
24725 2001-12-01 Jason Rumney <jasonr@gnu.org>
24726
24727 * window.c (Qleft_fringe, Qright_fringe): Remove. Now in frame.c.
24728
24729 * w32term.h (WM_MOUSELEAVE, TME_LEAVE, TRACKMOUSEEVENT)
24730 [!WM_MOUSELEAVE]: Define.
24731
24732 * w32menu.c (current_popup_menu, get_menu_item_info):
24733 (set_menu_item_info): New vars.
24734 (set_frame_menubar): Doc fix clarifying GC interaction with menus.
24735 (w32_menu_show): Set current_popup_menu.
24736 (add_menu_item): Allocate new strings for owner-drawn menu items
24737 and help strings.
24738 Use owner-draw for disabled menu items again.
24739 (w32_menu_display_help): Ignore owner-drawn items and popup menus.
24740 (w32_free_submenu_strings, w32_free_menu_strings): New functions.
24741
24742 * w32fns.c (trackmouse_window, track_mouse_event_fn): New vars.
24743 (w32_wnd_proc) <WM_MOUSEMOVE>: Notice when mouse enters frame.
24744 <WM_EXITMENULOOP>: Free menu strings.
24745 <WM_MOUSELEAVE>: Stop tracking mouse.
24746 (x_create_tip_frame): Specify no minibuffer, modeline or fringes.
24747
24748 * w32term.c (w32_read_socket) <WM_MOUSELEAVE>: Cancel help echo
24749 and mouse face.
24750
24751 2001-12-01 Kim F. Storm <storm@cua.dk>
24752
24753 The following changes add left-fringe and right-fringe
24754 frame parameters to adjust fringe widths, or remove one or
24755 both fringes.
24756
24757 * frame.h (struct frame): Remove trunc_area_pixel_width and
24758 trunc_area_cols fields.
24759 (Qleft_fringe, Qright_fringe): Declare.
24760 (FRAME_RIGHT_FRINGE_WIDTH): New macro.
24761
24762 * frame.c (Qleft_fringe, Qright_fringe): New vars.
24763 (syms_of_frame): Initialize them.
24764
24765 * window.c (coordinates_in_window): Handle separate left and right
24766 fringe widths.
24767
24768 * xterm.h (struct x_output): Add left_fringe_width, right_fringe_width,
24769 and fringe_cols fields.
24770 (FRAME_FRINGE_BITMAP_WIDTH, FRAME_FRINGE_BITMAP_HEIGHT): Remove macros.
24771 (FRAME_X_FRINGE_COLS): Use fringe_cols field.
24772 (FRAME_X_FRINGE_WIDTH): Use fringes_extra field.
24773 (FRAME_X_LEFT_FRINGE_WIDTH): Use left_fringe_width field.
24774 (FRAME_X_RIGHT_FRINGE_WIDTH): Use right_fringe_width field.
24775 (x_compute_fringe_widths): Add prototype.
24776
24777 * xterm.c (zv_height, zv_bits, zv_period): Changed zv bitmap to
24778 fill fringe evenly with small dashes.
24779 (x_draw_fringe_bitmap): Clear background if necessary. Align and
24780 clip the new ZV bitmap to avoid jitter between rows.
24781 (x_draw_row_fringe_bitmaps): Rely on x_draw_fringe_bitmap to clear
24782 background. Don't draw fringe bitmaps if fringe width is zero.
24783 (x_compute_fringe_widths): New function.
24784 (x_new_font, x_set_window_size_1): Use it.
24785
24786 * xfns.c (x_frame_parms): Add `left-fringe' and `right-fringe' parms.
24787 (x_set_frame_parameters): Process `font' parameter before other
24788 parameters as fringe widths depend on it.
24789 (x_set_fringe_width): New function.
24790 (x_figure_window_size): Use x_compute_fringe_widths.
24791 (Fx_create_frame): Process `left-fringe' and `right-fringe' frame
24792 parameters.
24793
24794 * widget.c (set_frame_size): Use x_compute_fringe_widths.
24795 (EmacsFrameSetCharSize): Ditto.
24796
24797 * w32term.h: Merged changes from xterm.h.
24798 * w32term.c: Merged changes from xterm.c.
24799 * w32fns.c: Merged changes from xfns.c.
24800
24801 2001-11-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
24802
24803 * COPYING: Removed.
24804
24805 2001-11-29 Dave Love <fx@gnu.org>
24806
24807 * coding.c (syms_of_coding) <Qchar_coding_system>: Give it an
24808 extra extra slot.
24809 (detect_coding_mask): Fix call of detect_coding_iso2022.
24810
24811 2001-11-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
24812
24813 * fileio.c (file-name-coding-system)
24814 (default-file-name-coding-system): Doc fix (links to referenced
24815 variables added).
24816
24817 2001-11-28 Stefan Monnier <monnier@cs.yale.edu>
24818
24819 * lisp.h (GCPRO1, GCPRO2, GCPRO3, GCPRO4, GCPRO5):
24820 Add dummy uses of gcproN variables.
24821
24822 * category.c (describe_category, describe_category_1)
24823 (Fdescribe_categories): Remove. (Moved to lisp/help-fns.el.)
24824 (syms_of_category): Don't defsubr Sdescribe_categories.
24825
24826 2001-11-28 Richard M. Stallman <rms@gnu.org>
24827
24828 * fileio.c (Ffind_file_name_handler): Avoid initializer for `result'.
24829
24830 * Makefile.in (lispdir): New variable, referring to build dir.
24831 (TAGS-LISP): Find Makefile in $(lispdir), not $(lispsource).
24832
24833 2001-11-28 Andrew Innes <andrewi@gnu.org>
24834
24835 * w32menu.c (w32_menu_display_help): Actually add the new argument
24836 OWNER.
24837
24838 2001-11-28 Jason Rumney <jasonr@gnu.org>
24839
24840 * w32menu.c (add_menu_item): Do not use owner-draw for disabled
24841 menu items. From David Ponce <dponce@wanadoo.fr>.
24842 (w32_dialog_show) [HAVE_DIALOGS]: Compile whole function
24843 conditionally.
24844 (w32_menu_display_help): New argument OWNER. Rewritten to store a
24845 help event in the owner frame's keyboard buffer.
24846
24847 * w32fns.c (w32_wnd_proc) <WM_MENUSELECT>: Display help directly.
24848 (Fx_show_tip): Don't subtract last width from row width.
24849
24850 * w32term.c (w32_read_socket) <WM_MENUSELECT>: Remove.
24851 (w32_read_socket): Use EQ to compare frames.
24852
24853 2001-11-28 Gerd Moellmann <gerd@gnu.org>
24854
24855 * xterm.c (x_draw_glyphs): Don't call notice_overwritten_cursor if
24856 OVERLAPS_P.
24857
24858 2001-11-28 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
24859
24860 * xdisp.c (message_dolog): Remove unused variables `gcpro2',
24861 `gcpro3' and `gcpro4'.
24862
24863 * coding.c (decode_coding_string): Remove unused variable `gcpro1'.
24864
24865 2001-11-28 Stefan Monnier <monnier@cs.yale.edu>
24866
24867 * ccl.c: Use AREF and ASIZE.
24868
24869 2001-11-27 Stefan Monnier <monnier@cs.yale.edu>
24870
24871 * lisp.h (run_hook_list_with_args): Remove.
24872 (LIST_END_P): Fix call to wrong_type_argument.
24873 (make_fixnum_or_float): Use EMACS_INT rather than int.
24874
24875 2001-11-26 Stefan Monnier <monnier@cs.yale.edu>
24876
24877 * syntax.c (syms_of_syntax): Remove defsubr of Sdescribe_syntax.
24878 (describe_syntax, describe_syntax_1, Fdescribe_syntax): Remove.
24879
24880 * eval.c: Use AREF and ASIZE.
24881 (Ffetch_bytecode): Add the file name to the error message.
24882
24883 * fileio.c (Ffind_file_name_handler): Give precedence to handlers
24884 which match the end of the file-name.
24885 (Fsubstitute_in_file_name): Don't signal an error if $ENVVAR
24886 is not a valid env var, but leave it as is instead.
24887
24888 * keymap.c (access_keymap): Handle t bindings like nil bindings.
24889 Make nil bindings in char-tables transparent.
24890 (store_in_keymap): Turn a nil binding into a t binding for char-tables.
24891
24892 2001-11-26 Richard M. Stallman <rms@gnu.org>
24893
24894 * textprop.c (set_text_properties_1): Allow START, END in either order.
24895 Do nothing if range is empty.
24896
24897 * Makefile.in (mallocobj): Simplify logic using auxiliary vars.
24898
24899 * Makefile.in (mostlyclean): Delete bootstrap-emacs here.
24900 (clean): Not here.
24901
24902 2001-11-25 Stefan Monnier <monnier@cs.yale.edu>
24903
24904 * textprop.c (set_text_properties_1): Clearly mark that the
24905 interval should not be empty.
24906
24907 * intervals.c (graft_intervals_into_buffer):
24908 Don't call set_text_properties_1 on an empty interval.
24909
24910 2001-11-25 Richard M. Stallman <rms@gnu.org>
24911
24912 * unexelf.c (unexec): Index by n, not nn, when checking for ".sbss".
24913
24914 * callproc.c (Fcall_process): When we make a bigger buffer for bufptr,
24915 don't lose the data in it.
24916
24917 2001-11-25 Juanma Barranquero <lektu@terra.es>
24918
24919 * abbrev.c (Fexpand_abbrev): Use Frun_hooks instead of Vrun_hooks.
24920
24921 * buffer.c (Fkill_buffer): Likewise.
24922
24923 * print.c (temp_output_buffer_setup): Likewise.
24924
24925 2001-11-25 Stefan Monnier <monnier@cs.yale.edu>
24926
24927 * xfaces.c (merge_face_heights): Coerce back to int explicitly.
24928
24929 2001-11-25 Eli Zaretskii <eliz@is.elta.co.il>
24930
24931 * window.c (Fset_window_vscroll): Doc fix. From Kalle Olavi
24932 Niemitalo <kon@iki.fi>.
24933
24934 2001-11-25 Jason Rumney <jasonr@gnu.org>
24935
24936 * w32term.h (FRAME_X_FRINGE_COLS): No fringe on tip frames.
24937
24938 * w32fns.c (x_create_tip_frame): Set frame's fringes_extra to 0.
24939 (Fx_show_tip): Block input during frame creation.
24940 (Fx_show_tip, Fx_hide_tip): Enable.
24941
24942 2001-11-24 Richard M. Stallman <rms@gnu.org>
24943
24944 * lread.c (Fload): Detect recursive load error for more than 3
24945 nestings of the same file.
24946 (Vrecursive_load_depth_limit): Variable deleted.
24947 (syms_of_lread) <recursive-load-depth-limit>: Variable deleted.
24948
24949 2001-11-24 Jason Rumney <jasonr@gnu.org>
24950
24951 * xfns.c (compute_tip_xy): Initialize root_x and root_y from
24952 mouse position if either left or top is not specified.
24953
24954 * w32fns.c (w32_wnd_proc) <WM_MENUSELECT>: Revert last change.
24955 <WM_WINDOWPOSCHANGING>: Let tip frames resize without restriction.
24956 (my_create_tip_window, Fx_show_tip): Adjust size for external border.
24957 (my_create_tip_window): Assign tip_window.
24958 (x_create_tip_frame): Use same defaults as X.
24959 (compute_tip_xy): Remove unused variable. Use full screen width.
24960 (Fx_show_tip): Do not double height. Call ShowWindow directly.
24961
24962 * w32term.c (x_after_update_window_line): Doc fix.
24963 (w32_read_socket): Doc fix. Avoid SET_FRAME_GARBAGED for tip
24964 frames.
24965 <WM_SHOWWINDOW>: Redo mouse highlight when hiding tip frame.
24966
24967 * xdisp.c (prepare_menu_bars) [HAVE_WINDOW_SYSTEM]: Use tip_frame
24968 for all Windowed systems.
24969
24970 2001-11-23 Eli Zaretskii <eliz@is.elta.co.il>
24971
24972 * msdos.c (IT_clear_screen): If the frame's faces are not yet
24973 realized, use the initial screen colors to clear the screen.
24974
24975 2001-11-23 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
24976
24977 * textprop.c (Fset_text_properties): Remove unused variables
24978 `unchanged', `prev_changed', `s' and `len'.
24979
24980 * search.c (Freplace_match): Remove unused variable `inslen'.
24981
24982 * keymap.c (access_keymap): Remove unused variables `c1' and `c2'.
24983
24984 2001-11-22 Jason Rumney <jasonr@gnu.org>
24985
24986 * w32fns.c (x_window_to_frame): Remove irrelevant TODO comment.
24987 (w32_wnd_proc) <WM_MENUSELECT>: Show help echo directly.
24988 (my_create_tip_window): New function.
24989 (x_create_tip_frame, compute_tip_xy): Adapt for Windows.
24990 (Fx_show_tip, Fx_hide_tip) [TEST_TOOLTIPS]: Adapt for Windows.
24991
24992 2001-11-20 Jason Rumney <jasonr@gnu.org>
24993
24994 * coding.h (Vw32_system_coding_system) [WINDOWSNT]: Remove.
24995 (ENCODE_SYSTEM, DECODE_SYSTEM) [WINDOWSNT]: Use Vlocale_coding_system.
24996
24997 * w32fns.c (Vw32_system_coding_system): Remove.
24998 (w32_to_x_font, x_to_w32_font): Use Vlocale_coding_system.
24999
25000 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
25001
25002 * fileio.c (Fwrite_region): Move choose_write_coding_system to
25003 after build_annotations.
25004
25005 * syntax.c (describe_syntax): Add dummy arg.
25006 (describe_syntax_1): Update call to describe_vector.
25007
25008 * category.c (describe_category): Add dummy arg.
25009 (describe_category_1): Update call to describe_vector.
25010
25011 * keymap.c (Fdescribe_vector): Add `describer' parameter.
25012 (describe_command, describe_translation): Add dummy second param.
25013 (describe_map): Call elt_describer with two arguments.
25014 (describe_vector_princ): Add `fun' parameter.
25015 Call it instead of the hardcoded `princ'.
25016 (describe_vector): Add arg `args'.
25017 Pass it as a new second argument to elt_describer.
25018
25019 * keymap.h (describe_vector): Update prototype.
25020
25021 * frame.c: Don't include keymap.h any more.
25022 (keys_of_frame): Remove.
25023
25024 * lisp.h (keys_of_frame): Remove declaration.
25025
25026 * emacs.c (main): Don't call `keys_of_frame' any more.
25027
25028 2001-11-14 Andreas Schwab <schwab@suse.de>
25029
25030 * unexelf.c [!defined MAP_ANON]: Define MAP_ANON to MAP_ANONYMOUS
25031 if defined, 0 otherwise.
25032 (MAP_FAILED): Define if not defined and use it to test mmap failure.
25033 (unexec) [!MAP_ANON]: Use /dev/zero as file to map.
25034
25035 2001-11-19 Richard M. Stallman <rms@gnu.org>
25036
25037 * indent.c (current_column_1): Fix handling of scan_bytes for mb chars.
25038
25039 2001-11-18 Jason Rumney <jasonr@gnu.org>
25040
25041 * w32term.c (note_mouse_highlight): Fix type of variable `ignore'.
25042 (x_draw_bar_cursor): If the background color of the glyph under
25043 the cursor equals the frame's cursor color, use the glyph's
25044 foreground color for drawing the bar cursor.
25045 (x_after_update_window_line): Clear internal border in different
25046 circumstances.
25047 (w32_set_vertical_scroll_bar): Check for width and height > 0.
25048 (w32_draw_relief_rect): Correct relief by 1 pixel.
25049 (x_set_glyph_string_background_width):
25050 Set extends_to_end_of_line_p if the row's fill_line_p is set and
25051 drawing the last glyph with DRAW_IMAGE_{RAISED,SUNKEN}.
25052 (x_display_and_set_cursor): If cursor_in_echo_area, use NO_CURSOR
25053 if cursor_in_non_selected_windows is false.
25054 (show_mouse_face): Clean up. Recognize overwritten cursor differently.
25055 (x_draw_glyphs): Remove parameters REAL_START and REAL_END.
25056 Notice if cursor gets overwritten.
25057 (notice_overwritten_cursor): Renamed from
25058 note_overwritten_text_cursor. Rewritten to take glyph widths
25059 into account, and to take X positions as parameters.
25060 (x_draw_phys_cursor_glyph): Save state of w->phys_cursor_on_p
25061 around call to x_draw_glyphs.
25062 (x_setup_relief_colors): Use `IMAGE_BACKGROUND' and
25063 `IMAGE_BACKGROUND_TRANSPARENT' to calculate the correct background
25064 color to use for image glyph reliefs.
25065 (x_draw_image_relief): Accept zero tool_bar_button_relief.
25066 (glyph_rect): Remove unused variable `area'.
25067
25068 * w32fns.c (x_set_frame_parameters): Avoid infinite recursion for
25069 some items.
25070 (x_set_internal_border_width): Set frame garbaged when window
25071 doesn't exist yet.
25072 (Fx_create_frame): Accept zero tool_bar_button_relief.
25073 (x_clear_image_1, four_corners_best, image_background)
25074 (image_background_transparent): New functions.
25075 (xpm_format, png_format, jpeg_format, tiff_format, gif_format)
25076 (gs_format): Add `:background' entry.
25077 (lookup_image): Set IMG's background color if specified.
25078 (pbm_load, xbm_load_image, png_load): Set IMG's background field
25079 when appropriate.
25080 (x_clear_image_1): Reset `background_valid' and
25081 `background_transparent_valid' fields.
25082 (x_build_heuristic_mask): Use IMAGE_BACKGROUND instead of
25083 calculating it here. Set IMG's background_transparent field.
25084 (enum xpm_keyword_index): Add XPM_BACKGROUND.
25085 (enum png_keyword_index): Add PNG_BACKGROUND.
25086 (enum jpeg_keyword_index): Add JPEG_BACKGROUND.
25087 (enum tiff_keyword_index): Add TIFF_BACKGROUND.
25088 (enum gif_keyword_index): Add GIF_BACKGROUND.
25089 (enum gs_keyword_index): Add GS_BACKGROUND.
25090 (pbm_load, png_load, jpeg_load, tiff_load, gif_load):
25091 Pre-calculate image background color where necessary.
25092 (x_create_x_image_and_pixmap, xbm_load, gs_load):
25093 Use display info's n_cbits entry for screen depth.
25094 (Fx_show_tip): Remove unused variables `buffer', `top',
25095 `left', `max_width' and `max_height'.
25096
25097 * w32menu.c (w32_menu_show, push_menu_pane): Doc fixes.
25098
25099 2001-11-18 Gerd Moellmann <gerd@gnu.org>
25100
25101 * puresize.h (BASE_PURESIZE): Increase to 750000.
25102
25103 2001-11-18 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25104
25105 * frame.c (Fframe_live_p): Doc fix.
25106
25107 2001-11-18 Richard M. Stallman <rms@gnu.org>
25108
25109 * xdisp.c (message_dolog_marker1, message_dolog_marker2)
25110 (message_dolog_marker3): New static variables hold three markers.
25111 (syms_of_xdisp): Initialize and staticpro them.
25112 (message_dolog): Use message_dolog_marker1..3 instead of
25113 allocating markers each time. Unchain them when done.
25114
25115 2001-11-17 Richard M. Stallman <rms@gnu.org>
25116
25117 * doc.c (Fsnarf_documentation): Doc fix.
25118
25119 2001-11-17 Andreas Schwab <schwab@suse.de>
25120
25121 * xterm.c (note_mouse_highlight): Fix type of variable `ignore'.
25122
25123 2001-11-17 Richard M. Stallman <rms@gnu.org>
25124
25125 * fileio.c (Fwrite_region): Avoid initializer for Lisp_Object.
25126
25127 2001-11-17 Jason Rumney <jasonr@gnu.org>
25128
25129 * xterm.c (notice_overwritten_cursor): Take care of end < 0 case.
25130
25131 2001-11-17 Gerd Moellmann <gerd@gnu.org>
25132
25133 * xdisp.c (tool_bar_item_info): Avoid calling Fget_text_property
25134 with invalid position.
25135
25136 2001-11-16 Richard M. Stallman <rms@gnu.org>
25137
25138 * syswait.h: Delete conditionals for HPUX7, ISC 4.1, and convex.
25139
25140 * s/isc4-1.h (HAVE_SYS_WAIT_H): Add #undef.
25141 * s/hpux.h (HAVE_SYS_WAIT_H): Add #undef.
25142 * s/hpux8.h (HAVE_SYS_WAIT_H): Define it.
25143
25144 * m/convex.h (HAVE_SYS_WAIT_H): Add #undef.
25145
25146 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
25147
25148 * fileio.c (build_annotations): Split off the tail.
25149 (build_annotations_2): New fun. Extracted from build_annotations.
25150 (Fwrite_region): Split the call to build_annotations into two
25151 calls to build_annotations and build_annotations_2.
25152
25153 2001-11-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25154
25155 * sysdep.c (wait_for_kbd_input) [VMS]: Do not call
25156 clear_waiting_for_input with argument.
25157
25158 * xterm.h (x_update_cursor): Remove duplicated prototype.
25159
25160 * keyboard.h (clear_waiting_for_input): Remove duplicated prototype.
25161
25162 * xterm.c (waiting_for_input): Remove unnecessary declaration.
25163
25164 * data.c (Ftimes, Fquo, Frem, Fmod): Doc fix.
25165
25166 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
25167
25168 * fileio.c (choose_write_coding_system): New fun, extracted
25169 from Fwrite_region.
25170 (Fwrite_region): Use it.
25171
25172 * eval.c (max_specpdl_size, max_lisp_eval_depth): Use EMACS_INT.
25173 (funcall_lambda, run_hook_with_args): Make static and add prototype.
25174 (ml_apply, find_handler_clause): Add prototype.
25175
25176 2001-11-16 Eli Zaretskii <eliz@gnu.org>
25177
25178 * config.in: Add #undef HAVE_COFF_H.
25179
25180 * unexec.c (coff.h): Don't include unless HAVE_COFF_H is defined.
25181 Required for ISC 4.1.
25182
25183 2001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
25184
25185 * syswait.h (HAVE_SYS_WAIT_H): Undef for ISC 4.1. Reported by
25186 Andrew Wiseman <a.wiseman@btclick.com>.
25187
25188 2001-11-16 Kim F. Storm <storm@cua.dk>
25189
25190 The following changes are made to clean up the various internal
25191 references to the fringes to actually use the term `fringe' for
25192 them. Previously, they were called `flags areas', `bitmap areas',
25193 `left/right side of windows', or implicitly as `flags' or
25194 `bitmaps':
25195
25196 * dispextern.h (FRINGE_FACE_ID): Renamed from BITMAP_AREA_FACE_ID.
25197 Comments fixed. Use renamed symbols.
25198
25199 * dispnew.c: Comment fix. Use renamed symbols.
25200
25201 * frame.h (FRAME_FRINGE_COLS): Renamed from FRAME_FLAGS_AREA_COLS.
25202 (FRAME_FRINGE_WIDTH): Renamed from FRAME_FLAGS_AREA_WIDTH.
25203 (FRAME_LEFT_FRINGE_WIDTH): Renamed from FRAME_LEFT_FLAGS_AREA_WIDTH.
25204
25205 * msdos.c: Comment fix.
25206
25207 * w32fns.c: Use renamed symbols.
25208
25209 * w32term.c: Comment fixes. Use renamed symbols.
25210 (fringe_bitmap_type): Renamed from bitmap_type.
25211 (NO_FRINGE_BITMAP): Renamed from NO_BITMAP.
25212 (w32_draw_fringe_bitmap): Renamed from w32_draw_bitmap.
25213 (x_draw_row_fringe_bitmaps): Renamed from x_draw_row_bitmaps.
25214
25215 * w32term.h: Comment fixes. Use renamed symbols.
25216 (fringes_extra): Renamed from flags_areas_extra.
25217 (FRAME_FRINGE_BITMAP_WIDTH): Renamed from FRAME_FLAGS_BITMAP_WIDTH.
25218 (FRAME_FRINGE_BITMAP_HEIGHT): Renamed from FRAME_FLAGS_BITMAP_HEIGHT.
25219 (FRAME_X_FRINGE_COLS): Renamed from FRAME_X_FLAGS_AREA_COLS.
25220 (FRAME_X_FRINGE_WIDTH): Renamed from FRAME_X_FLAGS_AREA_WIDTH.
25221 (FRAME_X_LEFT_FRINGE_WIDTH):
25222 Renamed from FRAME_X_LEFT_FLAGS_AREA_WIDTH.
25223 (FRAME_X_RIGHT_FRINGE_WIDTH):
25224 Renamed from FRAME_X_RIGHT_FLAGS_AREA_WIDTH.
25225
25226 * widget.c: Use renamed symbols.
25227
25228 * window.c: Comment fixes. Use renamed symbols.
25229 (coordinates-in-window-p): Doc fix.
25230
25231 * xdisp.c: Comment fixes. Use renamed symbols.
25232
25233 * xfaces.c (realize_basic_faces): Use FRINGE_FACE_ID.
25234
25235 * xfns.c: Use renamed symbols.
25236
25237 * xterm.c: Comment fixes. Use renamed symbols.
25238 (fringe_bitmap_type): Renamed from bitmap_type.
25239 (NO_FRINGE_BITMAP): Renamed from NO_BITMAP.
25240 (x_draw_fringe_bitmap): Renamed from x_draw_bitmap.
25241 (x_draw_row_fringe_bitmaps): Renamed from x_draw_row_bitmaps.
25242
25243 * xterm.h: Comment fixes. Use renamed symbols.
25244 (fringes_extra): Renamed from flags_areas_extra.
25245 (FRAME_FRINGE_BITMAP_WIDTH): Renamed from FRAME_FLAGS_BITMAP_WIDTH.
25246 (FRAME_FRINGE_BITMAP_HEIGHT): Renamed from FRAME_FLAGS_BITMAP_HEIGHT.
25247 (FRAME_X_FRINGE_COLS): Renamed from FRAME_X_FLAGS_AREA_COLS.
25248 (FRAME_X_FRINGE_WIDTH): Renamed from FRAME_X_FLAGS_AREA_WIDTH.
25249 (FRAME_X_LEFT_FRINGE_WIDTH):
25250 Renamed from FRAME_X_LEFT_FLAGS_AREA_WIDTH.
25251 (FRAME_X_RIGHT_FRINGE_WIDTH):
25252 Renamed from FRAME_X_RIGHT_FLAGS_AREA_WIDTH.
25253
25254 2001-11-15 Jason Rumney <jasonr@gnu.org>
25255
25256 * w32menu.c (add-menu-item): Make help_echo and radio buttons
25257 work for most menu items. From David Ponce
25258 <david.ponce@wanadoo.fr>.
25259
25260 2001-11-15 Gerd Moellmann <gerd@gnu.org>
25261
25262 * xfns.c (x_set_frame_parameters): Revert change of 2001-11-07.
25263 Some x_set_* function expect to be called even if old and new
25264 value are equal.
25265
25266 * xdisp.c (build_desired_tool_bar_string): Accept zero
25267 tool_bar_button_relief.
25268
25269 * xfns.c (Fx_create_frame): Accept zero tool_bar_button_relief.
25270
25271 * xterm.c (x_draw_image_relief): Accept zero tool_bar_button_relief.
25272
25273 * xterm.c (x_draw_bar_cursor): If the background color of the
25274 glyph under the cursor equals the frame's cursor color, use
25275 the glyph's foreground color for drawing the bar cursor.
25276
25277 * dispnew.c (direct_output_forward_char): Fix character/byte
25278 position comparison.
25279
25280 2001-11-15 Miles Bader <miles@gnu.org>
25281
25282 * editfns.c (find_field): Add BEG_LIMIT and END_LIMIT parameters.
25283 (Fdelete_field, Ffield_string, Ffield_string_no_properties):
25284 Update arguments to find_field.
25285 (Ffield_beginning, Ffield_end): Add LIMIT param, pass to find_field.
25286 (Fconstrain_to_field): Use LIMIT arg to shorten search time.
25287 * lisp.h (Ffield_beginning, Ffield_end): Update EXFUN decl.
25288 * minibuf.c (Fminibuffer_prompt_end): Update args to Ffield_end.
25289
25290 2001-11-14 Richard M. Stallman <rms@gnu.org>
25291
25292 * editfns.c (Fpropertize): Allow call with 1 arg.
25293
25294 * dispextern.h (image_background, image_background_transparent):
25295 Conditionalize on HAVE_X_WINDOWS.
25296
25297 2001-11-13 Richard M. Stallman <rms@gnu.org>
25298
25299 * print.c (Fprin1_to_string): Doc fix.
25300
25301 * sunfns.c (Fsun_change_cursor_icon): Doc fix.
25302
25303 * floatfns.c (Fceiling, Ffloor): Doc fixes.
25304
25305 * filelock.c (Funlock_buffer, Ffile_locked_p): Doc fixes.
25306
25307 * fileio.c (Ffile_accessible_directory_p): Doc fix.
25308
25309 * eval.c (syms_of_eval): Doc fix.
25310
25311 * coding.c (syms_of_coding): Doc fix.
25312
25313 * doc.c (Fsnarf_documentation): Doc fix.
25314
25315 * dispnew.c (syms_of_display): Doc fix.
25316
25317 * category.c (Fget_unused_category): Doc fix.
25318
25319 * buffer.c (syms_of_buffer): Doc fixes.
25320
25321 2001-11-14 Eli Zaretskii <eliz@is.elta.co.il>
25322
25323 * print.c (prin1, print): Doc fix.
25324
25325 2001-11-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25326
25327 * fontset.h: Remove declarations of variables
25328 `Vhighlight_wrong_size_font' and `Vclip_large_size_font'.
25329
25330 * fontset.c: Remove variables `Vhighlight_wrong_size_font' and
25331 `Vclip_large_size_font'.
25332
25333 2001-11-13 Jason Rumney <jasonr@gnu.org>
25334
25335 * w32fns.c: Doc fix.
25336
25337 2001-11-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25338
25339 * xfaces.c (Fface_attributes_as_vector): Doc fix.
25340
25341 * fns.c: Doc fix.
25342
25343 * emacs.c: Doc fix.
25344
25345 * coding.c: Doc fix.
25346
25347 * cmds.c, composite.c, dired.c, doc.c, filelock.c, floatfns.c,
25348 * fontset.c, insdel.c, keymap.c: Change doc-string comments to
25349 `new style' [w/`doc:' keyword].
25350
25351 2001-11-12 Richard M. Stallman <rms@gnu.org>
25352
25353 * xterm.c (XTread_socket): Don't update focus for EnterNotify or
25354 LeaveNotify events. Only FocusIn and FocusOut do that now.
25355 (x_display_and_set_cursor): Do display hollow cursors in active
25356 minibuffer windows when they are not selected.
25357
25358 2001-11-12 Jason Rumney <jasonr@gnu.org>
25359
25360 * w32console.c, w32fns.c, w32menu.c, w32proc.c, w32select.c,
25361 * w32term.c: Change doc-string comments to `new style'
25362 [w/`doc:' keyword]. Doc fixes.
25363
25364 * w32fns.c: Don't define max.
25365 (Fx_open_connection): Only execute once.
25366
25367 2001-11-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25368
25369 * ccl.c: Change macros to use do-while block instead of if-else.
25370 Use braces to follow GNU Coding Standards.
25371
25372 2001-11-11 Richard M. Stallman <rms@gnu.org>
25373
25374 * sysdep.c (child_setup_tty): Don't clear ICRNL or INLCR.
25375
25376 * lread.c (read_escape): Use end_of_file_error for reporting eof.
25377
25378 * insdel.c (replace_range): Use adjust_markers_for_replace
25379 instead of adjust_markers_for_delete and adjust_markers_for_insert.
25380
25381 * intervals.h (set_text_properties, set_text_properties_1): Declare.
25382
25383 * textprop.c (set_text_properties_1): New subroutine
25384 broken out of set_text_properties.
25385 (set_text_properties): Use set_text_properties_1.
25386
25387 * intervals.c (graft_intervals_into_buffer):
25388 Use set_text_properties_1 to clear out properties.
25389
25390 * search.c (Freplace_match): Use replace_range to insert
25391 and delete. Don't request property inheritance from
25392 surrounding text.
25393
25394 2001-11-10 Jason Rumney <jasonr@gnu.org>
25395
25396 * w32fns.c (enum_font_cb2): Use leading @ on face name to detect
25397 vertical fonts. Allow them if face name is explicitly specified.
25398 Do not give up if we find a font that cannot be converted to an xlfd.
25399
25400 2001-11-10 Gerd Moellmann <gerd@gnu.org>
25401
25402 * unexelf.c (unexec): Use mmap/munmap to allocate buffers
25403 instead of malloc/free.
25404
25405 2001-11-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25406
25407 * xfaces.c (merge_face_vectors): Use braces to follow GNU
25408 Coding Standards.
25409 (Finternal_set_lisp_face_attribute): Likewise.
25410
25411 * buffer.c (Fbury_buffer): Likewise.
25412
25413 * indent.c (current_column_1): Remove unused variable `prev_col'.
25414
25415 * coding.c (encode_coding): Use precomputed value of `src'.
25416 (encode_coding): Remove unused variable `src_end'.
25417 (code_convert_region): Remove unused variables `count'.
25418
25419 2001-11-07 Jason Rumney <jasonr@gnu.org>
25420
25421 * w32term.c (x_display_and_set_cursor): Do not move system caret
25422 if cursor_glyph is NULL.
25423
25424 2001-11-07 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25425
25426 * keymap.c (access_keymap): Fix compilation error.
25427
25428 2001-11-07 Miles Bader <miles@gnu.org>
25429
25430 * xfns.c (x_set_frame_parameters): Avoid infinite recursion.
25431
25432 2001-11-07 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25433
25434 * intervals.c (graft_intervals_into_buffer):
25435 Remove #ifdef'd-out code.
25436 (graft_intervals_into_buffer): Remove unused variable `middle'.
25437
25438 * lread.c (Feval_region): Remove obsolete #ifdef'd-out
25439 code (eval-current-buffer).
25440 Change doc-string comments to `new style' [w/`doc:' keyword].
25441
25442 2001-11-06 Richard M. Stallman <rms@gnu.org>
25443
25444 * keymap.c (access_keymap): Don't use initializers on Lisp_Object.
25445
25446 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
25447
25448 * lread.c (read1): Fix behavior with nested backquoting.
25449
25450 * keyboard.c (make_lispy_event): Check integerness and fix
25451 Lisp_Object/int mixup.
25452
25453 2001-11-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25454
25455 * fns.c (copy_hash_table): Remove unused variable `v'.
25456
25457 * fontset.c (fontset_font_pattern): Remove unused variable
25458 `family_registry'.
25459
25460 * indent.c (current_column_1): Remove unused variable `prev_col'.
25461
25462 2001-11-05 Richard M. Stallman <rms@gnu.org>
25463
25464 * m/news-risc.h (BROKEN_PROTOTYPES): Defined.
25465
25466 * buffer.c (Fkill_buffer): Don't delete auto save file
25467 if buffer is modified.
25468
25469 2001-11-05 Andrew Innes <andrewi@gnu.org>
25470
25471 * w32proc.c (Fw32_set_keyboard_layout): Use CHECK_NUMBER_CAR and
25472 CHECK_NUMBER_CDR.
25473
25474 2001-11-05 Richard M. Stallman <rms@gnu.org>
25475
25476 * unexelf.c (unexec): Minor changes; clean up comments.
25477
25478 2001-11-05 Sam Steingold <sds@gnu.org>
25479
25480 * w32term.c (x_display_and_set_cursor): Fix w32 compilation error.
25481
25482 2001-11-05 Andreas Schwab <schwab@suse.de>
25483
25484 * sound.c (sound_perror): Save errno from being clobbered.
25485
25486 2001-11-05 Dale Hagglund <rdh@yottayotta.com>
25487
25488 * unexelf.c (unexec): Don't use `mmap'. Instead, read and write
25489 the program image directly.
25490
25491 2001-11-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25492
25493 * buffer.h (Fbuffer_local_value): Add prototype.
25494
25495 2001-11-04 Richard M. Stallman <rms@gnu.org>
25496
25497 * buffer.c (Fbuffer_local_value): Remove extra args from CHECK_SYMBOL
25498 and CHECK_BUFFER.
25499
25500 * keyboard.c (read_char): Use Fcar and Fcdr, not Fnth.
25501 (record_char): Likewise.
25502
25503 * keyboard.c (make_lispy_event): Don't insist a drag event must
25504 move to a different buffer position. Instead, check for moving at
25505 least double_click_fuzz.
25506
25507 * fns.c (Fmake_hash_table): Use XCAR and XCDR, not Fnth and Flength.
25508
25509 * keyboard.c (echo-area-clear-hook): Undo Oct 29 change.
25510
25511 * indent.c (current_column_1, Fmove_to_column): Separate the code
25512 for display-table glyphs from the code for buffer text, to fix
25513 bugs in the former.
25514
25515 2001-11-04 Michael Welsh Duggan <md5i@cs.cmu.edu>
25516
25517 * buffer.c (Fbuffer_local_value): New function.
25518 (syms_of_buffer): Defsubr it.
25519
25520 * xterm.c, w32term.c (x_display_and_set_cursor): Use buffer-local
25521 value of `cursor-in-non-selected-windows'.
25522
25523 * lisp.h (Qcursor_in_non_selected_windows): New declaration.
25524 * xdisp.c (Qcursor_in_non_selected_windows): New variable.
25525 (syms_of_xdisp): Initialize it.
25526
25527 2001-11-04 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25528
25529 * xfns.c (Fx_create_frame): Doc fix.
25530
25531 * coding.c: Change doc-string comments to `new style' [w/`doc:'
25532 keyword].
25533
25534 * eval.c (top_level_value, top_level_set): Remove commented and
25535 #ifdef'd-out code.
25536 (Fdefvar): Fix usage in doc-string.
25537
25538 2001-11-03 Richard M. Stallman <rms@gnu.org>
25539
25540 * xfns.c: Include unistd.h, if it exists.
25541
25542 * editfns.c: Move the include of ctype.h after unistd.h.
25543
25544 * gmalloc.c: Test BROKEN_PROTOTYPES.
25545
25546 2001-11-03 Ken Raeburn <raeburn@gnu.org>
25547
25548 * lisp.h (CHECK_STRING_CAR): New macro.
25549 * lread.c (Fload): Use XSETCARFASTINT, XSETCDRFASTINT instead of
25550 treating XCAR and XCDR as lvalues.
25551 (openp): Use CHECK_STRING_CAR.
25552 (read_list): Use XSETCDR instead of treating XCDR as lvalue.
25553
25554 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
25555
25556 * s/sco5.h (sigprocmask_set): Declare as extern SIGMASKTYPE.
25557 (SIGMASKTYPE): Define.
25558
25559 * syssignal.h (sigunblock): Don't define if already defined.
25560
25561 2001-11-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25562
25563 * eval.c (debugger_may_continue, Vdebug_ignored_errors)
25564 (call_debugger, Fcondition_case, skip_debugger, unbind_to):
25565 Fix typos in comments.
25566
25567 * mocklisp.c (Fml_defun, Fml_while, Fml_substr): Remove commented
25568 and #ifdef'd-out code.
25569 Fix and reindent comments.
25570
25571 * mocklisp.h: Remove comment which is a copy of comment in mocklisp.c.
25572
25573 * category.h (CHECK_CATEGORY, CHECK_CATEGORY_SET): Remove unused
25574 argument `i' in macros.
25575
25576 * frame.h (CHECK_FRAME, CHECK_LIVE_FRAME): Remove unused argument
25577 `i' in macros.
25578
25579 * lisp.h (CHECK_STRING_OR_BUFFER, CHECK_HASH_TABLE, CHECK_LIST)
25580 (CHECK_STRING, CHECK_CONS, CHECK_SYMBOL, CHECK_CHAR_TABLE)
25581 (CHECK_VECTOR, CHECK_VECTOR_OR_CHAR_TABLE, CHECK_BUFFER)
25582 (CHECK_WINDOW, CHECK_LIVE_WINDOW, CHECK_PROCESS, CHECK_NUMBER)
25583 (CHECK_NATNUM, CHECK_MARKER, CHECK_NUMBER_COERCE_MARKER)
25584 (CHECK_FLOAT, CHECK_NUMBER_OR_FLOAT)
25585 (CHECK_NUMBER_OR_FLOAT_COERCE_MARKER, CHECK_OVERLAY)
25586 (CHECK_NUMBER_CAR, CHECK_NUMBER_CDR): Remove unused argument `i'
25587 in macros.
25588
25589 * abbrev.c, alloc.c, buffer.c, bytecode.c, callint.c, callproc.c,
25590 * casefiddle.c, category.c, ccl.c, charset.c, cmds.c, coding.c,
25591 * composite.c, data.c, dired.c, dispnew.c, doc.c, dosfns.c, emacs.c,
25592 * eval.c, fileio.c, filelock.c, fns.c, fontset.c, frame.c, frame.h,
25593 * indent.c, keyboard.c, keymap.c, lread.c, macros.c, marker.c,
25594 * minibuf.c, mocklisp.c, msdos.c, print.c, process.c, search.c,
25595 * sunfns.c, syntax.c, textprop.c, undo.c, w16select.c, w32console.c,
25596 * w32fns.c, w32menu.c, w32proc.c, w32select.c, window.c, xdisp.c,
25597 * xfaces.c, xmenu.c, xselect.c: Update usage of CHECK_ macros
25598 (remove unused second argument).
25599
25600 2001-11-02 Stefan Monnier <monnier@cs.yale.edu>
25601
25602 * syntax.c (describe_syntax): New wrapper.
25603 (Finternal_describe_syntax_value): Rename from describe_syntax.
25604 Don't insert space at front and \n at the end.
25605 (syms_of_syntax): Defsubr Sinternal_describe_syntax_value.
25606
25607 * regex.c (re_wctype): Try to fix some warnings.
25608 (regcomp, regexec): Don't forget the __restrict.
25609
25610 2001-11-02 Richard M. Stallman <rms@gnu.org>
25611
25612 * textprop.c (Fget_char_property): Doc fix.
25613
25614 2001-11-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25615
25616 * process.c (Fstart_process): Add usage to doc-string.
25617
25618 * data.c (Fsetq_default): Ditto.
25619
25620 * callint.c (Finteractive): Ditto.
25621
25622 2001-11-01 Stefan Monnier <monnier@cs.yale.edu>
25623
25624 * macros.c: Don't include keymap.h any more.
25625
25626 2001-11-01 Richard M. Stallman <rms@gnu.org>
25627
25628 * data.c (Fmake_local_variable): Doc fix.
25629
25630 * eval.c (Frun_hooks, Frun_hook_with_args_until_failure): Doc fix.
25631 (Frun_hook_with_args_until_success, Frun_hook_with_args): Doc fix.
25632
25633 * keymap.c (Fdescribe_buffer_bindings): Print character property
25634 bindings along with or instead of the buffer local map.
25635 Make the overriding maps override what they should.
25636
25637 2001-11-01 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25638
25639 * window.c (grow_mini_window): Fix typo in comment.
25640
25641 2001-11-01 Gerd Moellmann <gerd@gnu.org>
25642
25643 * xterm.c (x_scroll_bar_create): Check for width and height > 0.
25644 (XTset_vertical_scroll_bar): Likewise.
25645
25646 * xfns.c (x_build_heuristic_mask): Use four_corners_best
25647 instead of IMAGE_BACKGROUND.
25648
25649 * xfns.c (four_corners_best): Reindent.
25650
25651 * xfaces.c (Finternal_set_lisp_face_attribute_from_resource):
25652 Handle :box so that it is possible to specify sexprs.
25653
25654 2001-10-31 Eli Zaretskii <eliz@is.elta.co.il>
25655
25656 * s/hpux11.h: New file.
25657
25658 2001-10-31 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25659
25660 * emacs.c (USAGE1): Show command line option --no-window-system
25661 instead of --no-windows in usage.
25662 (standard_args): Rename --no-windows to --no-window-system.
25663 (bug_reporting_address): Follow Emacs coding conventions.
25664
25665 * eval.c (Fcommandp): Doc fix.
25666 Change doc-string comments to `new style' [w/`doc:' keyword].
25667
25668 * frame.c (Fframe_live_p): Doc fix.
25669
25670 * buffer.c (selective-display-ellipses): Doc fix.
25671
25672 2001-10-31 Gerd Moellmann <gerd@gnu.org>
25673
25674 * lread.c (to_multibyte): Fix computation of new read_buffer_size.
25675
25676 * xfaces.c (realize_x_face): If C is not a single-byte character,
25677 set the face's colors_copied_bitwise_p instead of the defaulted_p
25678 members which have a different meaning.
25679 (free_face_colors): Do nothing for a face whose colors have been
25680 copied bitwise.
25681
25682 * dispextern.h (struct face) <colors_copied_bitwise_p>: New member.
25683
25684 2001-10-31 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25685
25686 * marker.c, mocklisp.c: Change doc-string comments to `new style'
25687 [w/`doc:' keyword].
25688
25689 2001-10-31 Gerd Moellmann <gerd@gnu.org>
25690
25691 * fns.c (require_unwind): Return Lisp_Object.
25692
25693 2001-10-31 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25694
25695 * keyboard.c (lucid-menu-bar-dirty-flag): Doc fix.
25696 (last-input-char): Revert doc-string to be the same as the
25697 doc-string of `last-input-event'.
25698
25699 * xdisp.c: Fix typos in comments.
25700
25701 2001-10-31 Gerd Moellmann <gerd@gnu.org>
25702
25703 * window.c (grow_mini_window): Handle case that the root
25704 window is already smaller than the nominal mininum height.
25705
25706 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
25707
25708 * emacs.c (main): Don't call keys_of_macros any more.
25709
25710 * lisp.h (keys_of_macros): Remove.
25711
25712 * macros.c (keys_of_macros): Remove.
25713
25714 * xfaces.c (Fface_attribute_relative_p): Declare args.
25715
25716 2001-10-30 Jason Rumney <jasonr@gnu.org>
25717
25718 * w32fns.c (w32_to_x_charset): Increase size of XLFD charset buffer.
25719 (enum_font_cb2): Ignore fonts with vertical orientation.
25720
25721 2001-10-30 Richard M. Stallman <rms@gnu.org>
25722
25723 * keyboard.c (Finput_pending_p): Doc fix.
25724
25725 2001-10-30 Gerd Moellmann <gerd@gnu.org>
25726
25727 * xterm.c (x_after_update_window_line): Don't run the code
25728 clearing in borders for rows whose visible height is 0.
25729
25730 * xdisp.c (clear_garbaged_frames): Redraw the frame only if its
25731 resized_p flag is set. If not set, use the much less flickering
25732 method previously used.
25733
25734 * dispnew.c (change_frame_size_1): Set frame's resized_p.
25735
25736 * frame.h (struct frame) <resized_p>: New member.
25737
25738 * lread.c (to_multibyte): Ensure read_buffer is at least twice
25739 as large as the number of bytes to convert.
25740
25741 * lread.c (to_multibyte): New function.
25742 (read1): Use it.
25743
25744 2001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
25745
25746 * msdos.h (FRAME_LINE_HEIGHT): Define (it's used by xmenu.c).
25747
25748 2001-10-30 Gerd Moellmann <gerd@gnu.org>
25749
25750 * xterm.c (x_draw_relief_rect): Correct bottom relief by 1 pixel.
25751 (x_set_glyph_string_background_width): Set extends_to_end_of_line_p
25752 if the row's fill_line_p is set and drawing the last glyph with
25753 DRAW_IMAGE_{RAISED,SUNKEN}.
25754
25755 * xdisp.c (clear_garbaged_frames): Call Fredraw_frame.
25756
25757 2001-10-29 Stefan Monnier <monnier@cs.yale.edu>
25758
25759 * xmenu.c: Include coding.h and charset.h.
25760 (Fx_popup_menu): Use FRAME_PTR and FRAME_FONT and FRAME_LINE_HEIGHT.
25761 (Fx_popup_dialog): Use FRAME_PTR and enum scroll_bar_part.
25762 (single_submenu, xmenu_show): Use ENCODE_SYSTEM.
25763 Explicitly set wv->help. Use `TRUE' rather than `True'.
25764 (menu_help_callback): Use empty_string.
25765
25766 * w32menu.c (Fx_popup_menu): Explicitly init f, xpos, and ypos.
25767 (Fx_popup_dialog): Explicitly init f.
25768 (w32_menu_display_help): Use empty_string.
25769
25770 2001-10-29 Richard M. Stallman <rms@gnu.org>
25771
25772 * fns.c (Frequire): Detect recursive try to require the same
25773 feature 3 or more levels deep, and get error.
25774 (require_unwind): New subroutine.
25775 (require_nesting_list): New variable.
25776 (syms_of_fns): Init and staticpro it.
25777
25778 * print.c (print_object): Clarify indication of insertion type.
25779
25780 2001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
25781
25782 * coding.c (syms_of_coding): Document that locale-coding-system is
25783 used for decoding input on X.
25784
25785 * window.c (Fscroll_left, Fscroll_right): Doc fix.
25786
25787 2001-10-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25788
25789 * keyboard.c (Finput_pending_p): Fix typo in doc-string.
25790 (echo-area-clear-hook): Properly DEFVAR_LISP and staticpro it.
25791
25792 2001-10-29 Gerd Moellmann <gerd@gnu.org>
25793
25794 * xterm.c (x_display_and_set_cursor): If cursor_in_echo_area,
25795 use NO_CURSOR if cursor_in_non_selected_windows is false.
25796
25797 * xfaces.c (Fface_font): Use UNSPECIFIEDP instead of NILP for
25798 the slant attribute if FRAME is t.
25799
25800 * xfns.c (x_set_internal_border_width): Set frame garbaged
25801 when X window doesn't exist yet.
25802
25803 * xterm.c (x_after_update_window_line): Clear internal border
25804 in different circumstances.
25805
25806 * xterm.c (XTread_socket) <KeyPress>: Don't use
25807 STRING_CHAR_AND_LENGTH if nchars == nbytes. From Kenichi Handa
25808 <handa@etl.go.jp>.
25809
25810 2001-10-28 Eli Zaretskii <eliz@is.elta.co.il>
25811
25812 * m/ibms390.h: New file. From Adam Thornton
25813 <athornton@sinenomine.net>.
25814
25815 2001-10-28 Gerd Moellmann <gerd@gnu.org>
25816
25817 * xfns.c (x_build_heuristic_mask): Use x_alloc_image_color.
25818
25819 * xfns.c (x_build_heuristic_mask): Fix a bug not incrementing
25820 a loop counter.
25821
25822 2001-10-28 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25823
25824 * emacs.c: Use argv[0] instead of "emacs" when -t was specified.
25825
25826 * keyboard.c: Change doc-string comments to `new style' [w/`doc:'
25827 keyword].
25828 Fix typos in comments.
25829
25830 * emacs.c (bug_reporting_address): New function.
25831 Use it when displaying usage message.
25832
25833 * minibuf.c (read_minibuf): Remove unused external declaration of
25834 variable `Qread_only'.
25835
25836 * keymap.c (access_keymap): Remove unused variable `charset'.
25837
25838 2001-10-28 Miles Bader <miles@gnu.org>
25839
25840 * xfaces.c (merge_face_heights): Handle TO being relative as well.
25841 Remove #ifdef'd-out code.
25842 (Fface_attribute_relative_p, Fmerge_face_attribute): New functions.
25843 (syms_of_xfaces): Initialize them.
25844
25845 2001-10-27 Jason Rumney <jasonr@gnu.org>
25846
25847 * w32fns.c (w32_wnd_proc) <WM_KILLFOCUS>: Destroy the system caret.
25848 <WM_EMACS_DESTROY_CARET, WM_EMACS_TRACK_CARET>: Track cursor
25849 position using the system caret.
25850
25851 * w32term.c (w32_system_caret_hwnd, w32_system_caret_width)
25852 (w32_system_caret_height, w32_system_caret_x)
25853 (w32_system_caret_y): New variables for tracking system caret.
25854 (w32_initialize): Initialize them.
25855 (x_display_and_set_cursor): Make system caret follow the active cursor.
25856
25857 * w32term.h (WM_EMACS_TRACK_CARET, WM_EMACS_DESTROY_CARET):
25858 New messages types.
25859
25860 * w32term.c (note_mouse_highlight): Clear old help_echo.
25861
25862 2001-10-27 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25863
25864 * xterm.c: Fix typo in a comment.
25865
25866 * emacs.c: Fix typos in comments.
25867 Remove unnecessary spaces.
25868 Change doc-string comments to `new style' [w/`doc:' keyword].
25869 (USAGE2): Fix typos in usage string.
25870
25871 * xterm.c: Fix typo in a comment.
25872
25873 * lisp.h (gdb_lisp_params): Remove code in #if 0 which is now in
25874 emacs.c.
25875
25876 2001-10-27 Gerd Moellmann <gerd@gnu.org>
25877
25878 * xdisp.c (move_it_vertically_backward): Use 2/3 line_height
25879 instead of 1/2 line_height in the heuristic for skipping
25880 farther backward when target_y was not reached.
25881
25882 * sound.c (sound_perror): Unblock SIGIO, turn on atimers.
25883 Display errno only if non-zero.
25884 (sound_warning): New function.
25885 (vox_configure): Don't treat failing to set sample rate as error.
25886 (various places): Improve error messages.
25887
25888 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
25889
25890 * fileio.c (Faccess_file): Run the argument filename through
25891 Fexpand_file_name, before using it.
25892
25893 * dispnew.c (syms_of_display) <visible-bell>: Add a reference to
25894 ring-bell-function. Suggested by Alf-Ivar Holm <alfh@ifi.uio.no>
25895
25896 2001-10-26 Gerd Moellmann <gerd@gnu.org>
25897
25898 * insdel.c (insert_1_both): Do nothing if NCHARS == 0.
25899
25900 * xterm.c (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
25901 Fix clearing in the case of scroll bars on the right.
25902
25903 2001-10-26 Juanma Barranquero <lektu@terra.es>
25904
25905 * w32gui.h (XImage): Add a dummy typedef.
25906
25907 2001-10-26 Gerd Moellmann <gerd@gnu.org>
25908
25909 * xfns.c (XScreenNumberOfScreen): Fix struct to pointer comparison.
25910
25911 2001-10-25 Eli Zaretskii <eliz@is.elta.co.il>
25912
25913 * frame.c (Fframe_parameter): Fix last change.
25914
25915 * fileio.c: Revert last change (which removed old commented-out
25916 version of expand-file-name). Add a comment that explains why
25917 this old version should not be removed.
25918
25919 2001-10-25 Gerd Moellmann <gerd@gnu.org>
25920
25921 * frame.c (Fframe_parameter): Fix a bug whereby some
25922 ``artificial'' frame parameters, like `minibuffer' were not
25923 obtained by calling Fframe_parameters.
25924
25925 * xterm.c (show_mouse_face): Clean up. Recognize overwritten
25926 cursor differently.
25927
25928 * xdisp.c (move_it_vertically_backward): Compute line height
25929 differently. Add heuristic to try to be more compatible to 20.x.
25930
25931 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
25932
25933 * lisp.h (make_fixnum_or_float): Coerce double to int explicitly.
25934
25935 * editfns.c (text_property_stickiness): Fix Lisp_Object used as
25936 boolean.
25937
25938 2001-10-25 Miles Bader <miles@gnu.org>
25939
25940 * xfns.c (png_load): Make sure SPECIFIED_BG is a string.
25941 BG is a pointer to a structure, not a structure.
25942 (gif_format, png_format): Add missing commas.
25943
25944 2001-10-24 Richard M. Stallman <rms@gnu.org>
25945
25946 * xfaces.c (Fface_attributes_as_vector): New function.
25947 (syms_of_xfaces): Defsubr it.
25948
25949 2001-10-24 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25950
25951 * dispnew.c (sync_window_with_frame_matrix_rows): Remove unused
25952 variable `area'.
25953
25954 2001-10-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25955
25956 * search.c (scan_newline): Remove unused variable `selective_display'.
25957
25958 2001-10-25 Miles Bader <miles@gnu.org>
25959
25960 * dispextern.h (struct image): Add `background',
25961 `background_valid', and `background_transparent' fields.
25962 (image_background, image_background_transparent): New declarations.
25963 (IMAGE_BACKGROUND, IMAGE_BACKGROUND_TRANSPARENT): New macros.
25964 * xfns.c (image_background, image_background_transparent)
25965 (four_corners_best): New functions.
25966 (xpm_format, png_format, jpeg_format, tiff_format, gif_format)
25967 (gs_format): Add `:background' entry.
25968 (lookup_image): Set IMG's background color if specified.
25969 (pbm_load, xbm_load_image, png_load): Set IMG's background field
25970 when appropriate.
25971 (x_clear_image_1): Reset `background_valid' and
25972 `background_transparent_valid' fields.
25973 (x_build_heuristic_mask): Use IMAGE_BACKGROUND instead of
25974 calculating it here. Set IMG's background_transparent field.
25975 (enum xpm_keyword_index): Add XPM_BACKGROUND.
25976 (enum png_keyword_index): Add PNG_BACKGROUND.
25977 (enum jpeg_keyword_index): Add JPEG_BACKGROUND.
25978 (enum tiff_keyword_index): Add TIFF_BACKGROUND.
25979 (enum gif_keyword_index): Add GIF_BACKGROUND.
25980 (enum gs_keyword_index): Add GS_BACKGROUND.
25981 (pbm_load, png_load, jpeg_load, tiff_load, gif_load):
25982 Pre-calculate image background color where necessary.
25983 * xterm.c (x_setup_relief_colors): Use `IMAGE_BACKGROUND' and
25984 `IMAGE_BACKGROUND_TRANSPARENT' to calculate the correct background
25985 color to use for image glyph reliefs.
25986
25987 2001-10-24 Gerd Moellmann <gerd@gnu.org>
25988
25989 * xterm.c (x_draw_glyphs): Don't check for cursor overwriting
25990 in full-width rows.
25991
25992 * xterm.c (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
25993 Fix clearing of area not covered by scroll bar.
25994
25995 2001-10-24 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25996
25997 * xterm.c (x_insert_glyphs): Remove unused variables `real_end'
25998 and `real_start'.
25999 (x_draw_image_foreground): Remove unused variables `mask' and `xgcv'.
26000 (glyph_rect): Remove unused variable `area'.
26001
26002 2001-10-24 Gerd Moellmann <gerd@gnu.org>
26003
26004 * xdisp.c: Change #ifdef GLYPH_DEBUG to #if.
26005
26006 * xdisp.c (try_window_reusing_current_matrix): Use row_containing_pos.
26007 (row_containing_pos): Take additional argument DY.
26008 Treat rows ending in middle of char differently.
26009 (display_line): Handle tabs on window systems differently.
26010
26011 * xterm.c, w32term.c (fast_find_position): Call row_containing_pos
26012 with additional argument.
26013
26014 * dispextern.h (row_containing_pos): Adjust prototype.
26015
26016 * xdisp.c (inhibit_try_window_id, inhibit_try_window_reusing)
26017 (inhibit_try_cursor_movement) [GLYPH_DEBUG]: New variables.
26018 (try_window_id, try_window_reusing_current_matrix)
26019 (try_cursor_movement) [GLYPH_DEBUG]: Don't run if inhibited.
26020 (syms_of_xdisp) [GLYPH_DEBUG]: DEFVAR_BOOL the variables.
26021
26022 2001-10-24 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
26023
26024 * xmenu.c: Spell the name of Emacs properly (GNU Emacs instead of
26025 gnuemacs).
26026 (HAVE_BOXES): Fix typo in comment.
26027 (push_menu_pane): Fix typo in comment.
26028
26029 * xdisp.c (display_prop_string_p): Remove unused local declaration
26030 of `Qwhen'.
26031 (single_display_prop_string_p): Remove unused local declarations
26032 of `Qwhen' and `Qmargin'.
26033 (string_buffer_position): Remove unused variable `around'.
26034 (store_frame_title): Remove unused variable `width'.
26035
26036 * window.c: Don't define max.
26037 (coordinates_in_window): Remove unused variable `uy'.
26038
26039 * widget.c: Don't define max.
26040
26041 * process.c: Don't define max.
26042 (create_process): Remove unused variable `buffer'.
26043
26044 2001-10-23 Gerd Moellmann <gerd@gnu.org>
26045
26046 * xfaces.c (Finternal_set_lisp_face_attribute): Fix compilation error.
26047
26048 2001-10-23 Eli Zaretskii <eliz@is.elta.co.il>
26049
26050 * xfaces.c (Finternal_set_lisp_face_attribute)
26051 [HAVE_WINDOW_SYSTEM]: Don't do anything for QCfont unless the
26052 frame is on a windowed display.
26053
26054 2001-10-23 Gerd Moellmann <gerd@gnu.org>
26055
26056 * dispnew.c (sync_window_with_frame_matrix_rows):
26057 Fix handling of windows which aren't full-width, fix handling
26058 of marginal areas.
26059
26060 * lread.c (syms_of_lread) <recursive-load-depth-limit>: Raise to 50.
26061
26062 2001-10-23 Andreas Schwab <schwab@suse.de>
26063
26064 * m/macppc.h [LINUX]: Undef LD_SWITCH_SYSTEM_TEMACS and override
26065 LD_SWITCH_MACHINE_TEMACS with "-Xlinker -znocombreloc".
26066
26067 2001-10-23 Gerd Moellmann <gerd@gnu.org>
26068
26069 * xterm.c (x_draw_glyphs): Remove parameters READ_START and
26070 REAL_END. Notice if cursor gets overwritten.
26071 (notice_overwritten_cursor): Take X positions as parameters.
26072 (x_draw_phys_cursor_glyph): Save state of w->phys_cursor_on_p
26073 around call to x_draw_glyphs.
26074
26075 2001-10-23 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
26076
26077 * syntax.c (modify-syntax-entry): Fix argument names (use CHAR
26078 instead of C) and usage.
26079
26080 * editfns.c (char-to-string): Fix argument names (use CHAR instead
26081 of C) and usage.
26082
26083 * xfns.c (Fx_show_tip): Remove unused variables `buffer', `top',
26084 `left', `max_width' and `max_height'.
26085
26086 2001-10-23 Gerd Moellmann <gerd@gnu.org>
26087
26088 * xdisp.c (display_line): For a tab continued to the next line,
26089 set row's ends_in_middle_of_char_p.
26090
26091 2001-10-22 Gerd Moellmann <gerd@gnu.org>
26092
26093 * xdisp.c (display_line): Fix computation of continuation lines
26094 width for TABs.
26095
26096 2001-10-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
26097
26098 * xdisp.c (build_desired_tool_bar_string): Remove unused variable
26099 `Qlaplace'.
26100
26101 * fileio.c: Remove unused code.
26102
26103 2001-10-22 Miles Bader <miles@gnu.org>
26104
26105 * lisp.h (DEFVAR_LISP, DEFVAR_LISP_NOPRO, DEFVAR_BOOL)
26106 (DEFVAR_INT, DEFVAR_PER_BUFFER, DEFVAR_KBOARD):
26107 Remove `DOC_STRINGS_IN_COMMENTS' cases.
26108
26109 2001-10-21 Jason Rumney <jasonr@gnu.org>
26110
26111 * w32term.c (x_erase_phys_cursor): Remove inverse_p again.
26112
26113 2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
26114
26115 * mocklisp.c (Fml_if, Fml_provide_prefix_argument)
26116 (Finsert_string): Avoid the multi-line string literals warning.
26117
26118 2001-10-22 Miles Bader <miles@gnu.org>
26119
26120 * doc.c (Vhelp_manyarg_func_alist): Variable removed.
26121 (Fdocumentation): Don't use it.
26122 (syms_of_doc): Don't initialize it.
26123
26124 * keyboard.c (Ftrack_mouse): Add usage: string to doc string.
26125 * print.c (Fwith_output_to_temp_buffer): Likewise.
26126 * window.c (Fsave_window_excursion): Likewise.
26127 * editfns.c (Fsave_excursion, Fsave_current_buffer)
26128 (Fsave_restriction): Likewise.
26129 * eval.c (Frun_hooks, Frun_hook_with_args)
26130 (Frun_hook_with_args_until_failure)
26131 (Frun_hook_with_args_until_success, Ffuncall, For, Fand, Fif)
26132 (Fcond, Fprogn, Fprog1, Fprog2, Fsetq, Fquote, Ffunction, Fdefun)
26133 (Fdefmacro, Fdefvar, Fdefconst, FletX, Flet, Fwhile, Fcatch)
26134 (Funwind_protect, Fcondition_case): Likewise.
26135 * coding.c (Ffind_operation_coding_system): Likewise.
26136 * keyboard.c (Ftrack_mouse): Likewise.
26137
26138 2001-10-21 Miles Bader <miles@gnu.org>
26139
26140 * fns.c (Fappend, Fconcat, Fvconcat, Fnconc, Fwidget_apply)
26141 (Fmake_hash_table): Add usage: string to doc string.
26142 * editfns.c (Finsert, Finsert_and_inherit, Finsert_before_markers)
26143 (Fmessage, Fmessage_box, Fmessage_or_box, Fpropertize, Fformat)
26144 (Fencode_time, Finsert_and_inherit_before_markers): Likewise.
26145 * mocklisp.c (Finsert_string, Fml_if, Fml_provide_prefix_argument)
26146 (Fml_prefix_argument_loop): Likewise.
26147
26148 2001-10-21 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
26149
26150 * fileio.c (Finsert_file_contents): Remove unused variable `gap_size'.
26151
26152 * sysdep.c (init_sys_modes): Change doc-string comments to `new
26153 style' [w/`doc:' keyword].
26154
26155 * data.c, fileio.c, indent.c, print.c, search.c, sound.c,
26156 * sunfns.c, textprop.c, undo.c, xselect.c: Change doc-string
26157 comments to `new style' [w/`doc:' keyword].
26158
26159 2001-10-21 Jason Rumney <jasonr@gnu.org>
26160
26161 * w32fns.c (Fx_file_dialog): Pass a filter to GetOpenFileName.
26162
26163 * w32term.c (remember_mouse_glyph): New function.
26164 (w32_mouse_position): Use it.
26165 (note_mouse_movement): If the mouse moved off the glyph, remember
26166 its new position.
26167
26168 * w32term.h (struct w32_output): Correct spelling of x_compatible.
26169 (w32_display_info): Add mouse_face_overlay.
26170
26171 * w32term.c (notice_overwritten_cursor): Renamed from
26172 note_overwritten_text_cursor. Rewritten to take glyph widths into
26173 account.
26174 (x_y_to_hpos_vpos): Add parameter BUFFER_ONLY_P.
26175 (fast_find_string_pos): New function.
26176 (fast_find_position): Return the correct vpos. Add parameter
26177 STOP. In the final row, stop before glyphs having STOP as object.
26178 Don't consider glyphs that are not from a buffer.
26179 (fast_find_position) [0]: Add a presumably more correct version
26180 for after 21.1.
26181 (expose_window_tree, expose_frame): Don't compute intersections here.
26182 (expose_window): Do it here instead.
26183 (expose_window_tree, expose_window, expose_line): Return 1 when
26184 overwriting mouse-face.
26185 (expose_window): If W is the window currently being updated, mark
26186 the frame garbaged.
26187 (expose_frame): If mouse-face was overwritten, redo it.
26188 (x_use_underline_position_properties): New variable.
26189 (syms_of_xterm): DEFVAR_BOOL it.
26190 (x_draw_glyph_string): Add comment to use it in future.
26191 (x_draw_glyph_string): Restore clipping after drawing box.
26192 Fix a computation of the underline position.
26193 (w32_get_glyph_string_clip_rect): Minor cleanup.
26194 (x_fill_stretch_glyph_string): Remove an assertion.
26195 (x_produce_glyphs): Don't convert multibyte characters
26196 to unibyte characters in unibyte buffers.
26197 (cursor_in_mouse_face_p): New function.
26198 (x_draw_stretch_glyph_string): Use it to choose a different GC
26199 when drawing a cursor within highlighted text. Don't draw
26200 background again if it has already been drawn.
26201 (x_draw_glyph_string_box): Don't draw a full-width
26202 box just because the glyph row's full_width_p flag is set.
26203 (x_draw_glyphs): Fix computation of rightmost x for
26204 full-width rows.
26205 (x_dump_glyph_string): Put in #if GLYPH_DEBUG.
26206 (w32_draw_relief_rect): Extend left shadow to the bottom and left;
26207 change bottom shadow accordingly. Some cleanup.
26208 (x_update_window_end): Handle overwritten mouse face
26209 also for tool bar windows.
26210 (show_mouse_face): Set the glyph row's mouse_face_p flag also when
26211 DRAW is DRAW_IMAGE_RAISED.
26212 (clear_mouse_face): Return 1 if text with mouse face was
26213 actually redrawn. Make the function static.
26214 Reset dpyinfo->mouse_face_overlay otherwise note_mouse_highlight might
26215 optimize away highlighting if we pass over that same overlay again.
26216 (note_mouse_highlight): Call mouse_face_overlay_overlaps
26217 to detect a case where we have to highlight a different region
26218 despite not having left the currently highlighted region.
26219 Set mouse_face_overlay in the x_display_info. Avoid changing the
26220 mouse pointer shape when show_mouse_face has already done it, or
26221 there is no need. Handle mouse-face and help-echo in strings.
26222 (glyph_rect): New function.
26223 (w32_mouse_position): Use it to raise the threshold for mouse
26224 movement event generation.
26225 (w32_initialize_display_info): Initialize the x_display_info's
26226 mouse_face_overlay.
26227 (w32_set_vertical_scroll_bar): Don't clear a zero height
26228 or width area.
26229 (w32_set_vertical_scroll_bar, x_scroll_bar_create): Don't configure
26230 a widget to zero height.
26231
26232 * w32menu.c (single_submenu, w32_menu_show) [!HAVE_MULTILINGUAL_MENU]:
26233 Protect unibyte strings created by replacing their multibyte
26234 equivalents in menu_items.
26235 (w32_menu_show): Don't overwrite an item's name with its key
26236 description in case the description is a multibyte string.
26237 (single_submenu): Some cleanup.
26238
26239 * w32fns.c (x_laplace_read_row, x_laplace_write_row): Removed.
26240 (postprocess_image): New function.
26241 (lookup_image): Call it for all image types except PostScript.
26242 (x_kill_gs_process): Call postprocess_image.
26243 (tiff_error_handler, tiff_warning_handler): New functions.
26244 (tiff_load): Install them as handlers.
26245 (x_kill_gs_process): Recognize if someone has cleared the image
26246 cache under us.
26247 (valid_image_p): Protect better against invalid image
26248 specifications. Previous code could signal an error.
26249 (Fx_hide_tip, Fshow_tip): Doc fix.
26250 (Fv_max_tooltip_size): New variable.
26251 (syns_of_xfns): DEFVAR_LISP it.
26252 (Fx_show_tip): Add parameter TEXT. Set the tip frame's root
26253 window buffer to *tip* right after creating the frame. Set frame's
26254 window_width. Use a maximum tooltip size specified by
26255 Vx_max_tooltip_size, if that has valid contents.
26256 (compute_tip_xy): Add parameters WIDTH and HEIGHT.
26257 Make sure the tooltip is completely visible.
26258 (x_create_tip_frame): Set tooltip buffer's truncate-lines to nil.
26259 (Fx_create_frame): Adjust the frame's height for presence
26260 of the tool bar before calling x_figure_window_size.
26261 (x_set_tool_bar_lines): Clear the tool bar window's current matrix
26262 when the window gets smaller.
26263 (x_set_foreground_color): Set frame's cursor_pixel.
26264 (x_set_foreground_color, x_set_background_color): Cleaned up.
26265 (x_set_font): Handle case of x_new_fontset returning the same name
26266 as before, although there was a change in fontsets.
26267
26268 2001-10-21 Miles Bader <miles@gnu.org>
26269
26270 * data.c (Fplus, Fminus, Fmax, Ftimes, Fquo, Flogand, Flogior)
26271 (Flogxor): Add usage: string to doc string.
26272 * charset.c (Fstring): Likewise.
26273 * callproc.c (Fcall_process_region, Fcall_process): Likewise.
26274 * alloc.c (Fmake_byte_code, Fvector, Flist): Likewise.
26275
26276 2001-10-21 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
26277
26278 * buffer.c: Reindent DEFUNs and DEFVARs with doc: keywords.
26279
26280 * alloc.c: Reindent DEFUNs with doc: keywords.
26281
26282 * abbrev.c (Finsert_abbrev_table_description): Reindent.
26283
26284 * frame.c: Change doc-string comments to `new style' [w/`doc:'
26285 keyword].
26286
26287 See ChangeLog.9 for earlier changes.
26288
26289 ;; Local Variables:
26290 ;; coding: iso-2022-7bit
26291 ;; End:
26292
26293 Copyright (C) 2001, 2002, 2003, 2004, 2005,
26294 2006 Free Software Foundation, Inc.
26295 Copying and distribution of this file, with or without modification,
26296 are permitted provided the copyright notice and this notice are preserved.
26297
26298 ;;; arch-tag: 5dcc435f-4038-4141-b3bf-5be51cd76bd4